# importing required libraries
import numpy as np
from statistics import mean
import seaborn as sns
import matplotlib.pyplot as plt
import pygeostat as gs
import pandas as pd
import random
%matplotlib inline
# Create figure directory
import os
figfolder = 'figures_thesis'
try:
os.mkdir(figfolder)
print("Directory " , figfolder , " Created ")
except FileExistsError:
print("Directory " , figfolder , " already exists")
Directory figures_thesis Created
#configuration of the first grid (mining face 1):
nx=10 #number of blocks in axis x
ny=16 #number of blocks in axis y
nz=1 #number of blocks in axis z
xmn=5 #origin of the first block in axis x
ymn=5 #origin of the first block in axis y
zmn=5 #origin of the first block in axis z
xsiz=10 #size of each block along axis x
ysiz=10 #size of each block along axis y
zsiz=10 #size of each block along axis z
#configuration of the second grid (mining face 2):
nx2=16 #number of blocks in axis x2
ny2=5 #number of blocks in axis y2
nz2=1 #number of blocks in axis z2
xmn2=205 #origin of the first block in axis x2
ymn2=205 #origin of the first block in axis y2
zmn2=205 #origin of the first block in axis z2
xsiz2=10 #size of each block along axis x2
ysiz2=10 #size of each block along axis y2
zsiz2=10 #size of each block along axis z2
#configuration of the processing parameters:
parcels_in_bunit = 24 #number of blocks in a blending unit
face1_face2_ratio = 2 #block extraction rate between mining face 1 and face 2
#calculations of number of blocks from face 1 and face2 that composes a blending unit
p_units = round(round(parcels_in_bunit/(face1_face2_ratio+1))*face1_face2_ratio)
p_units2= parcels_in_bunit - p_units
#adjusting to pygeosts format
grid = gs.GridDef(grid_str="{} {} {} \n{} {} {} \n{} {} {}".format(nx,xmn,xsiz, ny,ymn,ysiz, nz,zmn,zsiz))
grid2 = gs.GridDef(grid_str="{} {} {} \n{} {} {} \n{} {} {}".format(nx2,xmn2,xsiz2, ny2,ymn2,ysiz2, nz2,zmn2,zsiz2))
two mining faces are unconditionally simulated through GSLIB usgsim program
usgsim = gs.Program('usgsim',getpar=True)
Unable to find the provided program! Trying to use the executable pool shipped with pygeostat! C:\Users\phaca\OneDrive\UFRGS\Tese\UAlberta files\CCG scripts\optimization\tmp2w9eiy_6\usgsim.par has been copied to the clipboard
usgsimpar = """ Parameters for USGSIM
*********************
START OF MAIN:
1 -number of realizations to generate, 0=kriging
1 -number of variables being simulated
0 -number of rock types to consider
69069 -random number seed
{griddef}
{out1} -file for simulation output
0 - output format: (0=reg, 1=coord, 2=binary)
impute.out -file for imputed values in case of heterotopic samples
0 -debugging level: 0,1,2,3
sgsim.dbg -file for debugging output
START OF SRCH:
50 -number of data to use per variable
500.0 500.0 10.0 -maximum search radii (hmax,hmin,vert)
45.0 0.0 0.0 -angles for search ellipsoid
0 -sort by distance (0) or covariance (1)
1 1 1 -if sorting by covariance, indicate variogram rock type, head, tail to use
START OF VARG:
1 -number of variograms
1 1 1 -rock type, variable 1, variable 2
1 0.0 1.0 - number of structures, nugget effect, sill
1 1.0 45.0 0.0 0.0 - type,variance,ang1,ang2,ang3
500.0 20.0 10.0 - a_hmax, a_hmin, a_vert
#START OF DATA:
cluster.dat -file with primary data
1 2 0 0 0 - columns for X,Y,Z,wt,rock type
3 4 - columns for variables
1 - clip data to grid, 1=yes
1 - assign to the grid, 0=none, 1=nearest, 2=average
-1.0 1.0e21 - trimming limits
#START OF TRAN:
1 -transform the data, 1=nscore
200 -number of quantiles to keep
3 -number of min/max values
1 1 0.0 15.0 - rock type, variable, min, max
1 2 0.0 15.0 - rock type, variable, min, max
1 3 0.0 15.0 - rock type, variable, min, max
0 -number of reference distributions
1 1 - rock type number, primary variable number
ref11.dat - file with ref. distribution
1 0 - columns for value and weight
1 2 - rock type number, primary variable number
ref12.dat - file with ref. distribution
1 0 - columns for value and weight
#START OF TRND:
0 -use ordinary kriging (0=no, 1=yes)
2 -number of locally varying means
1 1 - rock type number, primary variable number
lvm11.dat - file with local mean
1 - column for value
1 2 - rock type number, primary variable number
lvmfl12.dat - file with local mean
1 - column for value
#START OF SECV:
0 -number of secondary variables to consider
-998 1E11 -trimming limits
sgsim01.dat -file 1 with secondary variables
1 1 - number of variables in file and column numbers
sgsim02.dat -file 2 with secondary variables
2 1 2 - number of variables and column numbers
1 -transform secondary variables
#START OF ROCK:
1 2 3 -rock type codes
sisim.out -file with rock types
1 -column for rock type
START OF MULT:
1 -1=independent, 2=CCK, 4=CK, 5=ICCK, 6=BU
0 -option for primary variables if BU; or for secondary variables if CK
1 -perform cosimulation for multiple primary variables, 1=yes
1 -rock type for correlation matrix
1 0.6 0.7 0.5 0.6 - correlation matrix: 1-1, 1-2, 1-3, 1-sec1, 1-sec2
0.6 1 0.4 0.3 0.4 - 2-1, 2-2, 2-3, 2-sec1, 2-sec2
0.7 0.3 1 0.5 0.6 - ...
0.5 0.3 0.5 1 0.5 - ...
0.6 0.4 0.6 0.5 1 - ...
#ADDITIONAL OPTIONS:
#XYZFILE "filename" xcol ycol zcol
#SPARSE numcells
#SPLITBYREALIZATION
#COVLOOKUPOFF
#NINTEGRATE 21
#XYZFILE - specify coordinates that flag a region in the regular
# grid for simulation. Simulation is still done on a the
# regular grid.
#SPARSE numcells - specify the number of locations in the XYZFILE
# and turn on sparse output (only nodes that are
# simulated are output). Use with XYZFILE.
#SPLITBYREALIZATION - realizations are output to their own files
#COVLOOKUPOFF - turn off the covariance lookup table. This may be
# required for large problems (big grid and/or many variables)
#ZERODIST value - override the minimum distance that is considered a zero
distance for covariance calculations
#NINTEGRATE - specify number of integration points for backtransform
# of kriged estimates when a normal score is done.
# If not specified, the default of 11 is used.
# If a block of parameters is not used / not required, it can be
# deleted or commented out using a pound-sign (#)
#
"""
usgsim.run(parstr=usgsimpar.format(griddef=grid,
out1 = figfolder+'/sgsim.out',
))
Calling: ['C:\\Users\\phaca\\anaconda3\\lib\\site-packages\\pygeostat\\executable\\usgsim', 'temp']
USGSIM VERSION 4.0.5
Reading parameters
Found keyword START OF MAIN
Reading MAIN Parameters
number of realizations = 1
number of variables = 1
number of rock types = 0
random number seed = 69069
X grid specification = 10 5.000 10.00
Y grid specification = 16 5.000 10.00
Z grid specification = 1 5.000 10.00
output file figures_thesis/sgsim.out
output format = 0
imputation file impute.out
debug level = 0
debugging file sgsim.dbg
Found keyword START OF SRC
Reading SRCH Parameters
number of nodes to use = 50
search radii = 500.0 500.0 10.00
search angles = 45.00 0.000 0.000
search sorting method = 0
variogram index for sorting = 1 1 1
Found keyword START OF VARG
Reading VARG Parameters
number of variograms = 1
variogram: rock type, head, tail = 1 1 1
nst, c0, sill = 1 0.000 1.000
it,cc,ang[1,2,3] = 1 1.000 45.00 0.000 0.000
range[1,2,3] = 500.0 20.00 10.00
Could not locate START OF DATA
WARNING: data block unspecified
Running unconditional simulation
Could not locate START OF TRAN
Could not locate START OF TRND
Could not locate START OF SECV
Found keyword START OF MULT
Reading MULT Parameters
multiple variable flag = 1
multiple variable flag for BU = 0
cosimulation flag = 1
Checking for additional keywords
Could not locate XYZFILE
Could not locate SPARSE
Could not locate SPLITBYREALIZATION
Could not locate COVLOOKUPOFF
Could not locate ZERODIST
Could not locate NINTEGRATE
Finished Reading Parameters
Opening the output and debugging files
Loading conditioning data
Setting up covariance lookup tables
working on table 1 1 1
Starting realization 1
Generating multigrid random path
Working on level 1 nodes: 4
Working on level 2 nodes: 16
Working on level 3 nodes: 64
Working on level 4 nodes: 160
Sorting
Simulation
currently on node 1
currently on node 7
currently on node 13
currently on node 19
currently on node 25
currently on node 31
currently on node 37
currently on node 43
currently on node 49
currently on node 55
currently on node 61
currently on node 67
currently on node 73
currently on node 79
currently on node 85
currently on node 91
currently on node 97
currently on node 103
currently on node 109
currently on node 115
currently on node 121
currently on node 127
currently on node 133
currently on node 139
currently on node 145
currently on node 151
currently on node 157
KRIGING REPORT:
Negative variances: 0
Singular systems: 0
- Execution Time, seconds: 0
- Generating output
Variable 1; Num = 160; Y-Mean = -0.1188; Y-Variance = 0.8182
Z-Mean = 0.0000; Z-Variance = 0.0000
- Execution Time: 0
- Total execution Time: 0
ULTIMATESGSIM VERSION: 4.0.5 FINISHED
usgsimpar = """ Parameters for USGSIM
*********************
START OF MAIN:
1 -number of realizations to generate, 0=kriging
1 -number of variables being simulated
0 -number of rock types to consider
69069 -random number seed
{griddef}
{out2} -file for simulation output
0 - output format: (0=reg, 1=coord, 2=binary)
impute.out -file for imputed values in case of heterotopic samples
0 -debugging level: 0,1,2,3
sgsim.dbg -file for debugging output
START OF SRCH:
50 -number of data to use per variable
500.0 200.0 10.0 -maximum search radii (hmax,hmin,vert)
45.0 0.0 0.0 -angles for search ellipsoid
0 -sort by distance (0) or covariance (1)
1 1 1 -if sorting by covariance, indicate variogram rock type, head, tail to use
START OF VARG:
1 -number of variograms
1 1 1 -rock type, variable 1, variable 2
1 0.0 1.0 - number of structures, nugget effect, sill
1 1.0 45.0 0.0 0.0 - type,variance,ang1,ang2,ang3
500.0 20.0 10.0 - a_hmax, a_hmin, a_vert
#START OF DATA:
cluster.dat -file with primary data
1 2 0 0 0 - columns for X,Y,Z,wt,rock type
3 4 - columns for variables
1 - clip data to grid, 1=yes
1 - assign to the grid, 0=none, 1=nearest, 2=average
-1.0 1.0e21 - trimming limits
#START OF TRAN:
1 -transform the data, 1=nscore
200 -number of quantiles to keep
3 -number of min/max values
1 1 0.0 15.0 - rock type, variable, min, max
1 2 0.0 15.0 - rock type, variable, min, max
1 3 0.0 15.0 - rock type, variable, min, max
0 -number of reference distributions
1 1 - rock type number, primary variable number
ref11.dat - file with ref. distribution
1 0 - columns for value and weight
1 2 - rock type number, primary variable number
ref12.dat - file with ref. distribution
1 0 - columns for value and weight
#START OF TRND:
0 -use ordinary kriging (0=no, 1=yes)
2 -number of locally varying means
1 1 - rock type number, primary variable number
lvm11.dat - file with local mean
1 - column for value
1 2 - rock type number, primary variable number
lvmfl12.dat - file with local mean
1 - column for value
#START OF SECV:
0 -number of secondary variables to consider
-998 1E11 -trimming limits
sgsim01.dat -file 1 with secondary variables
1 1 - number of variables in file and column numbers
sgsim02.dat -file 2 with secondary variables
2 1 2 - number of variables and column numbers
1 -transform secondary variables
#START OF ROCK:
1 2 3 -rock type codes
sisim.out -file with rock types
1 -column for rock type
START OF MULT:
1 -1=independent, 2=CCK, 4=CK, 5=ICCK, 6=BU
0 -option for primary variables if BU; or for secondary variables if CK
1 -perform cosimulation for multiple primary variables, 1=yes
1 -rock type for correlation matrix
1 0.6 0.7 0.5 0.6 - correlation matrix: 1-1, 1-2, 1-3, 1-sec1, 1-sec2
0.6 1 0.4 0.3 0.4 - 2-1, 2-2, 2-3, 2-sec1, 2-sec2
0.7 0.3 1 0.5 0.6 - ...
0.5 0.3 0.5 1 0.5 - ...
0.6 0.4 0.6 0.5 1 - ...
#ADDITIONAL OPTIONS:
#XYZFILE "filename" xcol ycol zcol
#SPARSE numcells
#SPLITBYREALIZATION
#COVLOOKUPOFF
#NINTEGRATE 21
#XYZFILE - specify coordinates that flag a region in the regular
# grid for simulation. Simulation is still done on a the
# regular grid.
#SPARSE numcells - specify the number of locations in the XYZFILE
# and turn on sparse output (only nodes that are
# simulated are output). Use with XYZFILE.
#SPLITBYREALIZATION - realizations are output to their own files
#COVLOOKUPOFF - turn off the covariance lookup table. This may be
# required for large problems (big grid and/or many variables)
#ZERODIST value - override the minimum distance that is considered a zero
distance for covariance calculations
#NINTEGRATE - specify number of integration points for backtransform
# of kriged estimates when a normal score is done.
# If not specified, the default of 11 is used.
# If a block of parameters is not used / not required, it can be
# deleted or commented out using a pound-sign (#)
#
"""
usgsim.run(parstr=usgsimpar.format(griddef=grid2,
out2 = figfolder+'/sgsim_mf2.out',
))
Calling: ['C:\\Users\\phaca\\anaconda3\\lib\\site-packages\\pygeostat\\executable\\usgsim', 'temp']
USGSIM VERSION 4.0.5
Reading parameters
Found keyword START OF MAIN
Reading MAIN Parameters
number of realizations = 1
number of variables = 1
number of rock types = 0
random number seed = 69069
X grid specification = 16 205.0 10.00
Y grid specification = 5 205.0 10.00
Z grid specification = 1 205.0 10.00
output file figures_thesis/sgsim_mf2.out
output format = 0
imputation file impute.out
debug level = 0
debugging file sgsim.dbg
Found keyword START OF SRC
Reading SRCH Parameters
number of nodes to use = 50
search radii = 500.0 200.0 10.00
search angles = 45.00 0.000 0.000
search sorting method = 0
variogram index for sorting = 1 1 1
Found keyword START OF VARG
Reading VARG Parameters
number of variograms = 1
variogram: rock type, head, tail = 1 1 1
nst, c0, sill = 1 0.000 1.000
it,cc,ang[1,2,3] = 1 1.000 45.00 0.000 0.000
range[1,2,3] = 500.0 20.00 10.00
Could not locate START OF DATA
WARNING: data block unspecified
Running unconditional simulation
Could not locate START OF TRAN
Could not locate START OF TRND
Could not locate START OF SECV
Found keyword START OF MULT
Reading MULT Parameters
multiple variable flag = 1
multiple variable flag for BU = 0
cosimulation flag = 1
Checking for additional keywords
Could not locate XYZFILE
Could not locate SPARSE
Could not locate SPLITBYREALIZATION
Could not locate COVLOOKUPOFF
Could not locate ZERODIST
Could not locate NINTEGRATE
Finished Reading Parameters
Opening the output and debugging files
Loading conditioning data
Setting up covariance lookup tables
working on table 1 1 1
Starting realization 1
Generating multigrid random path
Working on level 1 nodes: 2
Working on level 2 nodes: 8
Working on level 3 nodes: 32
Working on level 4 nodes: 80
Sorting
Simulation
currently on node 1
currently on node 4
currently on node 7
currently on node 10
currently on node 13
currently on node 16
currently on node 19
currently on node 22
currently on node 25
currently on node 28
currently on node 31
currently on node 34
currently on node 37
currently on node 40
currently on node 43
currently on node 46
currently on node 49
currently on node 52
currently on node 55
currently on node 58
currently on node 61
currently on node 64
currently on node 67
currently on node 70
currently on node 73
currently on node 76
currently on node 79
KRIGING REPORT:
Negative variances: 0
Singular systems: 0
- Execution Time, seconds: 0
- Generating output
Variable 1; Num = 80; Y-Mean = -0.0507; Y-Variance = 0.9730
Z-Mean = 0.0000; Z-Variance = 0.0000
- Execution Time: 0
- Total execution Time: 0
ULTIMATESGSIM VERSION: 4.0.5 FINISHED
# visualizing simulated mining faces
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
data_file = gs.DataFile(figfolder+'\sgsim.out',griddef=grid)
data_file_mf2 = gs.DataFile(figfolder+'\sgsim_mf2.out',griddef=grid2)
gs.slice_plot(data_file, orient='xy', cmap='viridis', ax=axes[0])
gs.slice_plot(data_file_mf2, orient='xy', cmap='viridis', ax=axes[1])
<AxesSubplot:title={'center':'variable_001'}, xlabel='Easting (m)', ylabel='Northing (m)'>
# transforming the Gaussian simulated variable to be lognormal (this variable is metal grade)
m_ln = 0.0 #lognormal mean
sd_ln = 1.2 #lognormal std.dev.
# transforming the Gaussian simulated variable to be lognormal (this variable is metal grade)
data_file.data['var_ln'] = np.exp(m_ln+sd_ln*data_file.data['variable_001'])
data_file_mf2.data['var_ln'] = np.exp(m_ln+sd_ln*data_file_mf2.data['variable_001'])
# visualizing metal grade histograms of each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.histogram_plot(data_file.data['var_ln'], xlabel='Metal grade (%)', ax=axes[0], title = 'Histogram - Mining face A')
gs.histogram_plot(data_file_mf2.data['var_ln'], xlabel='Metal grade (%)', ax=axes[1], title = 'Histogram - Mining face B')
<AxesSubplot:title={'center':'Histogram - Mining face B'}, xlabel='Metal grade (%)', ylabel='Frequency'>
# creating a second variable from the previous simulated one. This second variable is symetric (this variable is metal recovery).
m_2 = 75 #second variable mean (%)
sd_2 = 9.0 #second variable std.dev.(%)
# creating a second variable from the previous simulated one. This second variable is symetric (this variable is metal recovery).
data_file.data['var2_n'] = (m_2+sd_2*data_file.data['variable_001'])/100
data_file_mf2.data['var2_n'] = (m_2+sd_2*data_file_mf2.data['variable_001'])/100
#visualizing data created
data_file.data
| variable_001 | var_ln | var2_n | |
|---|---|---|---|
| 0 | 0.262203 | 1.369771 | 0.773598 |
| 1 | 0.227183 | 1.313401 | 0.770446 |
| 2 | 0.006386 | 1.007693 | 0.750575 |
| 3 | 0.159510 | 1.210959 | 0.764356 |
| 4 | -1.377812 | 0.191403 | 0.625997 |
| ... | ... | ... | ... |
| 155 | 0.025165 | 1.030659 | 0.752265 |
| 156 | -0.065964 | 0.923895 | 0.744063 |
| 157 | -0.215787 | 0.771866 | 0.730579 |
| 158 | 0.770770 | 2.521677 | 0.819369 |
| 159 | 0.697282 | 2.308823 | 0.812755 |
160 rows × 3 columns
#visualizing variable 1 and 2 relationship
gs.scatter_plot(data_file.data['var_ln'],data_file.data['var2_n'])
<AxesSubplot:xlabel='var_ln', ylabel='var2_n'>
# visualizing metal recovery histograms of each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.histogram_plot(data_file.data['var2_n'], xlabel='Metal recovery (%)', ax=axes[0], title = 'Histogram - Mining face A')
gs.histogram_plot(data_file_mf2.data['var2_n'], xlabel='Metal recovery (%)', ax=axes[1], title = 'Histogram - Mining face B')
<AxesSubplot:title={'center':'Histogram - Mining face B'}, xlabel='Metal recovery (%)', ylabel='Frequency'>
# visualizing metal recovery distribution in each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.slice_plot(data_file.data['var2_n'],griddef=grid, orient='xy', cmap='viridis', ax=axes[0])
gs.slice_plot(data_file_mf2.data['var2_n'],griddef=grid2, orient='xy', cmap='viridis', ax=axes[1])
<AxesSubplot:xlabel='Easting (m)', ylabel='Northing (m)'>
#assigning mass units for each block and their status:
data_file.data['mass'] = 1
data_file_mf2.data['mass'] = 1
data_file.data['mined_mask'] = 0 #(0 if not mined, 1 if already mined)
data_file_mf2.data['mined_mask'] = 0 #(0 if not mined, 1 if already mined)
#input data as lists: recovery data, grade data, mass data, mined_parcel_mask data
n_values=nx*ny*nz #total number of blocks in mining face 1
data_g = data_file.data['var_ln'].values.flatten().tolist() #list of grade values in mining face 1
data_m = data_file.data['mass'].values.flatten().tolist() #list of mass values in mining face 1
data_r = data_file.data['var2_n'].values.flatten().tolist() #list of metal recovery values in mining face 1
mined_mask = data_file.data['mined_mask'].values.flatten().tolist() #list of mined blocks in mining face 1
#input data as lists: recovery data, grade data, mass data, mined_parcel_mask data
n_values2=nx2*ny2*nz2
data_g2 = data_file_mf2.data['var_ln'].values.flatten().tolist()
data_m2 = data_file_mf2.data['mass'].values.flatten().tolist()
data_r2 = data_file_mf2.data['var2_n'].values.flatten().tolist()
mined_mask2 = data_file_mf2.data['mined_mask'].values.flatten().tolist()
#allocating grid memory
pv = np.zeros((nx, ny,nz))
gradev = np.zeros((nx, ny,nz))
massv = np.zeros((nx, ny,nz))
pv_mined=np.zeros((nx, ny,nz))
#allocating grid2 memory
pv2 = np.zeros((nx2, ny2,nz2))
gradev2 = np.zeros((nx2, ny2,nz2))
massv2 = np.zeros((nx2, ny2,nz2))
pv_mined2=np.zeros((nx2, ny2,nz2))
#calculating quantity of blend units
total_p = int(n_values)
mined_p = sum(x==1 for x in mined_mask)
proh_p = sum(x==999 for x in mined_mask)
b_units = int((total_p-mined_p-proh_p)/p_units)
#calculating quantity of blend units in grid2
total_p2 = int(n_values2)
mined_p2 = sum(x==1 for x in mined_mask2)
proh_p2 = sum(x==999 for x in mined_mask2)
b_units2 = int((total_p2-mined_p2-proh_p2)/p_units2)
#assign values in grid according to data list
#attribute value, grade, mass and mined_mask
icol=0
for iz in range(nz):
for iy in range(ny):
for ix in range(nx):
pv[ix][iy][iz], gradev[ix][iy][iz], massv[ix][iy][iz], pv_mined[ix][iy][iz] = data_r[icol], data_g[icol], data_m[icol], mined_mask[icol]
icol+=1
#assign values in grid2 according to data list
#attribute value2, grade2, mass2 and mined_mask2
icol=0
for iz in range(nz2):
for iy in range(ny2):
for ix in range(nx2):
pv2[ix][iy][iz], gradev2[ix][iy][iz], massv2[ix][iy][iz], pv_mined2[ix][iy][iz] = data_r2[icol], data_g2[icol], data_m2[icol], mined_mask2[icol]
icol+=1
#visualizing attributes
fig, axes = plt.subplots(2,2, figsize=(16,14))
axes=axes.flatten()
gs.histogram_plot(data_g, xlabel='Metal grade (%)', ax=axes[0], title = 'Histogram - Mining face A')
gs.histogram_plot(data_g2, xlabel='Metal grade (%)', ax=axes[1], title = 'Histogram - Mining face B')
gs.histogram_plot(data_file.data['var2_n'], xlabel='Metal recovery (%)', ax=axes[2], title = 'Histogram - Mining face A')
gs.histogram_plot(data_file_mf2.data['var2_n'], xlabel='Metal recovery (%)', ax=axes[3], title = 'Histogram - Mining face B')
plt.savefig (figfolder+'/hist_grade.png', bbox_inches = 'tight', dpi = 300)
#creating another variable: recoverable metal (gr)
gr = np.multiply(data_g,data_r)
gr2 = np.multiply(data_g2,data_r2)
#visuaizing grade in each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.slice_plot(data=gradev.flatten(order='F'),griddef=grid, ax=axes[0],vlim=(0.0,max(data_g+data_g2)),grid=True, title='Mining face A', cbar_label='Metal grade (%)')
gs.slice_plot(data=gradev2.flatten(order='F'),griddef=grid2, ax=axes[1],vlim=(0.0,max(data_g+data_g2)),grid=True,title='Mining face B', cbar_label='Metal grade (%)')
plt.savefig (figfolder+'/mfaces_grade.png', bbox_inches = 'tight', dpi = 300)
#visuaizing meal recovery in each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.slice_plot(data=pv.flatten(order='F'),griddef=grid, ax=axes[0],vlim=(min(data_r+data_r2),max(data_r+data_r2)),grid=True, title='Mining face A', cbar_label='Recovery (%)')
gs.slice_plot(data=pv2.flatten(order='F'),griddef=grid2, ax=axes[1],vlim=(min(data_r+data_r2),max(data_r+data_r2)),grid=True,title='Mining face B', cbar_label='Recovery (%)')
plt.savefig (figfolder+'/mfaces_rec.png', bbox_inches = 'tight', dpi = 300)
#visuaizing recoverable metal in each mining face
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
gs.slice_plot(data=gr.flatten(order='F'),griddef=grid,ax=axes[0], vlim=(min(gr.tolist()+gr2.tolist()),max(gr.tolist()+gr2.tolist())), grid=True, title='Mining face A',cbar_label='Recoverable metal (%)')
gs.slice_plot(data=gr2.flatten(order='F'),griddef=grid2, ax=axes[1],vlim=(min(gr.tolist()+gr2.tolist()),max(gr.tolist()+gr2.tolist())),grid=True,title='Mining face B', cbar_label='Recoverable metal (%)')
plt.savefig (figfolder+'/gr.png', bbox_inches = 'tight', dpi = 300)
mfA = pd.DataFrame(gr, columns = ['Recoverable_metal'])
mfB = pd.DataFrame(gr2, columns = ['Recoverable_metal'])
gs.write_gslib(mfA, flname=figfolder+'/mfA.dat')
gs.write_gslib(mfB, flname=figfolder+'/mfB.dat')
def rec_blend_unit(r_list, m_list, g_list, w):
'''This fuction computes and returns the effective recovery of a blending unit.
INPUT:
It takes as input a list of parcels recoveries, mass and grades and a value w (power function).
If w<1, synergistic blend
If w=0, neutral blend
If w>1, antagonistic blend:
OUTPUT:
A value of effective recovery of that blend unit
'''
r_arr, m_arr, g_arr = np.array(r_list), np.array(m_list), np.array(g_list)
r_num = np.sum(r_arr*m_arr*g_arr)
r_den = np.sum(m_arr*g_arr)
r_wt = r_num/r_den
rmin=min(r_list)
rmax=max(r_list)
if rmax==rmin:
return rmin
else:
blend_rec = rmin+(np.power((r_wt-rmin)/(rmax-rmin),w))*(rmax-rmin)
return (blend_rec)
# function to get sum of distances between parcels for all blend units
def sum_dist(pv_blend, b_units):
import math
d_b_units=[]
for i in range(1,b_units+1):
x_lst=[]
y_lst=[]
for parcel in np.argwhere(pv_blend==i):
x_lst.append(parcel[0])
y_lst.append(parcel[1])
x_lst_f = x_lst[1:] + [x_lst[0]]
y_lst_f = y_lst[1:] + [y_lst[0]]
x_diff = [abs(j-i) for i,j in zip(x_lst, x_lst_f)]
y_diff = [abs(j-i) for i,j in zip(y_lst, y_lst_f)]
d_lst = [math.sqrt(i**2 + j**2) for i,j in zip (x_diff,y_diff)]
d_b_units.append(sum(d_lst))
return (sum(d_b_units))
# objective function for simulated annealing
def gobj(b_r_list, m_unit, g_unit, dist_t, dist_penal):
'''This function calculates the total metal recovery
INPUT:
b_r_list: list of blend recoveries
m_unit: nested list with parcels mass
g_unit: nested list with parcels grades
dist_t: total movement distance to mine
dist_penal: penalization factor for distance
'''
tmr=[]
for i,j,k in zip(b_r_list, m_unit, g_unit):
#multiply the blended recovery (i) with the mass linear avg.(j), the wtd. avg. grade (k) and the number of parcels
mr_bunit = i*mean(j)*(sum(np.multiply(k,j))/sum(j))*len(j)
mr_bunit = round(mr_bunit, 9)
tmr.append(mr_bunit)
return ((sum(tmr) - (dist_penal*dist_t)),sum(tmr))
def dflt_sched(pv,pv_mined,b_units,p_units):
'''This function makes a default schedule. It starts from left to right and goes in zigzag.
INPUT:
pv: array with parcels values
pv_mined: array with parcels mined mask
b_units: integer of blending units in that array
p_units: integer of parcels that will make up each b_unit
'''
lst_dflt_blend_id = []
pv_blend = np.zeros((pv.shape[0],pv.shape[1]))
for blend_id in range(b_units):
for parcel in range(p_units,0,-1):
lst_dflt_blend_id.append(blend_id+1)
for y in range(pv_blend.shape[1]):
for x in range (pv_blend.shape[0]):
if y % 2 == 0:
if pv_mined[x][y]==1:
pv_blend[x][y]=0
elif pv_mined[x][y]==999:
pv_blend[x][y]=999
else:
pv_blend[x][y] = lst_dflt_blend_id.pop(0)
else:
if pv_mined[pv_blend.shape[0]-x-1][y]==1:
pv_blend[pv_blend.shape[0]-x-1][y]=0
elif pv_mined[pv_blend.shape[0]-x-1][y]==999:
pv_blend[pv_blend.shape[0]-x-1][y]=999
else:
pv_blend[pv_blend.shape[0]-x-1][y] = lst_dflt_blend_id.pop(0)
return (pv_blend)
def valid_swap(pv_blend):
'''INPUT:
This function gets an array of parcels with their blending unit schedule.
It tries to swaps parcels of two different blending units, subject to constraints.
OUTPUT: array with different parcels schedule.
'''
import random
swapvalid=False
while swapvalid is not True:
pv_blend_mod = np.copy(pv_blend)
p1valid=False
p2valid=False
while p1valid is not True:
#choose parcel1 at random
x1 = np.random.randint(len(pv_blend_mod))
y1 = np.random.randint(len(pv_blend_mod[x1]))
#check p1 is valid. If not, continue p1valid while loop
if pv_blend_mod[x1][y1]==0 or pv_blend_mod[x1][y1]==999 : #do not select value 0 (already mined) or 9999 (prohibit to mine)
continue
#get p1 value
p1old = pv_blend_mod[x1][y1].copy()
p1valid=True
while p2valid is not True:
#choose parcel2 at random
x2 = np.random.randint(len(pv_blend_mod))
y2 = np.random.randint(len(pv_blend_mod[x2]))
#check p2 is valid. If not, continue p2valid while loop
if pv_blend_mod[x2][y2]==0 or pv_blend_mod[x2][y2]==999 : #do not select value 0 (already mined) or 9999 (prohibit to mine)
continue
if pv_blend_mod[x2][y2]==p1old: #do not select if they are the same blend_unit
continue
#get p2 value
p2old = pv_blend_mod[x2][y2].copy()
p2valid = True
# swap p1 and p2
pv_blend_mod[x1][y1], pv_blend_mod[x2][y2] = p2old, p1old
#get neighbours
n_above1, n_ne1, n_right1, n_se1, n_below1, n_sw1, n_left1, n_nw1 = get_neigh(pv_blend_mod, x1, y1)
n_above2, n_ne2, n_right2, n_se2, n_below2, n_sw2, n_left2, n_nw2 = get_neigh(pv_blend_mod, x2, y2)
# check if the joint p1 and p2 are valid. If not, restart swapvalid while loop
if (p1old >= n_below2 and p1old >= n_sw2 and p1old >= n_se2) and ( #p1 geq than below and 45 degrees
p1old <=n_above2 and p1old <=n_nw2 and p1old <=n_ne2) and ( #p1 leq than above and 45 degrees
p2old>=n_below1 and p2old >= n_sw1 and p2old >= n_se1) and ( #p2 geq than below and 45 degrees
p2old <=n_above1 and p2old <=n_nw1 and p2old <=n_ne1
): #p2 leq than above and 45 degrees
swapvalid=True
return (pv_blend_mod)
def get_neigh(pv_blend, x, y):
'''This function inputs are an array of blend_id values and a index x,y of a parcel coordinate.
It returns the blend_id values of the neighbours in the order: north, ne, east, se, south, sw, west, nw.
'''
#right, above, left, below
if x<len(pv_blend)-1:
n_right = pv_blend[x+1][y]
else:
n_right = 9999
if y<len(pv_blend[x])-1:
n_above = pv_blend[x][y+1]
else:
n_above = 9999
if x>0:
n_left = pv_blend[x-1][y]
else:
n_left = 9999
if y>0:
n_below = pv_blend[x][y-1]
else:
n_below = 0
#diagonals neighbors (ne,nw,sw,se)
if x<len(pv_blend)-1 and y<len(pv_blend[x])-1:
n_ne = pv_blend[x+1][y+1]
else:
n_ne = 9999
if x>0 and y<len(pv_blend[x])-1:
n_nw = pv_blend[x-1][y+1]
else:
n_nw = 9999
if x>0 and y>0:
n_sw = pv_blend[x-1][y-1]
else:
n_sw = 0
if x<len(pv_blend)-1 and y>0:
n_se = pv_blend[x+1][y-1]
else:
n_se = 0
return (n_above, n_ne, n_right, n_se, n_below, n_sw, n_left, n_nw)
def sim_annealing_2f(pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal, #penalty for shovel movement (0-nothing; 0.01 - better option if want parcels together)
w, #processing_par
n_iterations, temp): #sim_annealing_par
'''
This function uses simulated annealing to provide the better schedule considering 2 mining faces and blending.
INPUT:
pv = 3d array with parcels recovery or any other attribute values
pv_mined = 3d array with 0 (not mined) or 1 (already mined) values
gradev, massv = 3d array with parcels grade and mass values
p_units = integer (how many parcels in a blending unit)
b_units = integer (how many blending units)
dist_penal = penalty factor for shovel movement (0-nothing; 0.01 - better option if want parcels together)
w = power factor used in the nonlinear function to estimate blending attribute
n_interation = iteration used in simulating annealing
temp = initial temperature of annealing
OUTPUT:
'''
import random
import math
# creating nested lists for the blend_units resulted from the 2 faces
att_unit, m_unit, g_unit = [],[],[]
#creating list of average blending attribute
att_blend_units=[]
# check all conditions that may crash the algorithm
# check if face1 is feasible
if np.count_nonzero(pv_mined==0) != (p_units*b_units):
raise ValueError('number of parcels not mined in face1 are not multiple of p_units in blend')
# check if face2 is feasible
if np.count_nonzero(pv_mined2==0) != (p_units2*b_units2):
raise ValueError('number of parcels not mined in face2 are not multiple of p_units2 in blend')
#check if number of blending units in the mining faces match
if b_units != b_units2:
raise ValueError('mining faces should have the same quantity of blending units to be mined')
# evaluate initial solution for simulated annealing
# calling function defauld sched
pv_blend = dflt_sched(pv,pv_mined,b_units,p_units)
pv_blend2 = dflt_sched(pv2,pv_mined2,b_units2,p_units2)
#calculating effective recovery per blending unit
for j,h in zip(range(1,b_units+1),range(1,b_units2+1)):
#list with parcels from face1
att_lst_unit = pv[pv_blend==j].flatten().tolist()
m_lst_unit = massv[pv_blend==j].flatten().tolist()
g_lst_unit = gradev[pv_blend==j].flatten().tolist()
#list with parcels from face2
att_lst_unit2 = pv2[pv_blend2==h].flatten().tolist()
m_lst_unit2 = massv2[pv_blend2==h].flatten().tolist()
g_lst_unit2 = gradev2[pv_blend2==h].flatten().tolist()
#join list face1 and face2
att_lst_unit.extend(att_lst_unit2)
m_lst_unit.extend(m_lst_unit2)
g_lst_unit.extend(g_lst_unit2)
#impute values in nested lists for the blend_units resulted from the 2 faces
att_unit.append(att_lst_unit)
m_unit.append(m_lst_unit)
g_unit.append(g_lst_unit)
#calculate effective recovery for each blend unit and append in a list
att_blend_units.append(rec_blend_unit(att_lst_unit,m_lst_unit,g_lst_unit,w))
# evaluate initial solution
dist = sum_dist(pv_blend, b_units)
dist2 = sum_dist(pv_blend2, b_units2)
dist_t = dist + dist2
blendset_eval, tmr = gobj(att_blend_units, m_unit, g_unit, dist_t, dist_penal)
# setting this initial solution as current working solution and best
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_blendset_eval, best_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
#iterating
for it in range(n_iterations):
#reset every variable
att_blend_units.clear() #reset to 0
att_unit, m_unit, g_unit = [], [], []
#random choose a face to swap
if np.random.randint(2, size=1)==0: #probability of 0 (1-100% (swap just face1), 2-50% (face 1 and face 2 50%))
pv_blend = valid_swap(curr_blend)
pv_blend2 = curr_blend2
else:
pv_blend = curr_blend
pv_blend2 = valid_swap(curr_blend2)
#calculating effective recovery per blending unit
for j,h in zip(range(1,b_units+1),range(1,b_units2+1)):
#list with parcels from face1
att_lst_unit = pv[pv_blend==j].flatten().tolist()
m_lst_unit = massv[pv_blend==j].flatten().tolist()
g_lst_unit = gradev[pv_blend==j].flatten().tolist()
#list with parcels from face2
att_lst_unit2 = pv2[pv_blend2==h].flatten().tolist()
m_lst_unit2 = massv2[pv_blend2==h].flatten().tolist()
g_lst_unit2 = gradev2[pv_blend2==h].flatten().tolist()
#join list face1 and face2
att_lst_unit.extend(att_lst_unit2)
m_lst_unit.extend(m_lst_unit2)
g_lst_unit.extend(g_lst_unit2)
#impute values in nested lists for the blend_units resulted from the 2 faces
att_unit.append(att_lst_unit)
m_unit.append(m_lst_unit)
g_unit.append(g_lst_unit)
#calculate effective recovery for each blend unit and append in a list
att_blend_units.append(rec_blend_unit(att_lst_unit,m_lst_unit,g_lst_unit,w))
# evaluate candidate solution
dist = sum_dist(pv_blend, b_units)
dist2 = sum_dist(pv_blend2, b_units2)
dist_t = dist + dist2
blendset_eval, tmr = gobj(att_blend_units, m_unit, g_unit, dist_t, dist_penal)
# check for new best solution
if blendset_eval < best_blendset_eval:
print('iteration {} found worse value: {}.'.format(it,best_blendset_eval))
if blendset_eval == best_blendset_eval:
print('iteration {} found equal value: {}.'.format(it,best_blendset_eval))
if blendset_eval > best_blendset_eval:
# store new best point
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_blendset_eval, best_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2 , blendset_eval, tmr
# report progress
print('iteration {} found better value: {}'.format(it,blendset_eval))
# difference between candidate and current point evaluation
diff = -(blendset_eval - curr_blendset_eval)
# calculate temperature for current iteration
t = temp / float(it + 1)
# calculate metropolis acceptance criterion
metropolis = math.exp(-diff / t)
# check if we should keep the new point
if np.random.rand() < metropolis and diff > 0:
print('iteration{}, perturbing to get out of local maxima'.format(it))
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
if diff < 0:
# store the new current point
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
return (best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr)
def sim_annealing_2f_convergence(pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal, #penalty for shovel movement (0-nothing; 0.01 - better option if want parcels together)
w, #processing_par
n_iterations, temp): #sim_annealing_par
'''
This function uses simulated annealing to provide the better schedule considering 2 mining faces and blending.
INPUT:
pv = 3d array with parcels recovery or any other attribute values
pv_mined = 3d array with 0 (not mined) or 1 (already mined) values
gradev, massv = 3d array with parcels grade and mass values
p_units = integer (how many parcels in a blending unit)
b_units = integer (how many blending units)
dist_penal = penalty factor for shovel movement (0-nothing; 0.01 - better option if want parcels together)
w = power factor used in the nonlinear function to estimate blending attribute
n_interation = iteration used in simulating annealing
temp = initial temperature of annealing
OUTPUT:
'''
import random
import math
# creating nested lists for the blend_units resulted from the 2 faces
att_unit, m_unit, g_unit = [],[],[]
#creating list of average blending attribute
att_blend_units=[]
# check all conditions that may crash the algorithm
# check if face1 is feasible
if np.count_nonzero(pv_mined==0) != (p_units*b_units):
raise ValueError('number of parcels not mined in face1 are not multiple of p_units in blend')
# check if face2 is feasible
if np.count_nonzero(pv_mined2==0) != (p_units2*b_units2):
raise ValueError('number of parcels not mined in face2 are not multiple of p_units2 in blend')
#check if number of blending units in the mining faces match
if b_units != b_units2:
raise ValueError('mining faces should have the same quantity of blending units to be mined')
# evaluate initial solution for simulated annealing
# calling function defauld sched
pv_blend = dflt_sched(pv,pv_mined,b_units,p_units)
pv_blend2 = dflt_sched(pv2,pv_mined2,b_units2,p_units2)
#calculating effective recovery per blending unit
for j,h in zip(range(1,b_units+1),range(1,b_units2+1)):
#list with parcels from face1
att_lst_unit = pv[pv_blend==j].flatten().tolist()
m_lst_unit = massv[pv_blend==j].flatten().tolist()
g_lst_unit = gradev[pv_blend==j].flatten().tolist()
#list with parcels from face2
att_lst_unit2 = pv2[pv_blend2==h].flatten().tolist()
m_lst_unit2 = massv2[pv_blend2==h].flatten().tolist()
g_lst_unit2 = gradev2[pv_blend2==h].flatten().tolist()
#join list face1 and face2
att_lst_unit.extend(att_lst_unit2)
m_lst_unit.extend(m_lst_unit2)
g_lst_unit.extend(g_lst_unit2)
#impute values in nested lists for the blend_units resulted from the 2 faces
att_unit.append(att_lst_unit)
m_unit.append(m_lst_unit)
g_unit.append(g_lst_unit)
#calculate effective recovery for each blend unit and append in a list
att_blend_units.append(rec_blend_unit(att_lst_unit,m_lst_unit,g_lst_unit,w))
# evaluate initial solution
dist = sum_dist(pv_blend, b_units)
dist2 = sum_dist(pv_blend2, b_units2)
dist_t = dist + dist2
blendset_eval, tmr = gobj(att_blend_units, m_unit, g_unit, dist_t, dist_penal)
# setting this initial solution as current working solution and best
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_blendset_eval, best_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
#code to convergence analysis
itera_values = [0,10,20,30,40,50,100,200,300,400,500,1000,2000,3000,4000,5000,6000,7000,8000,9000,10000,12000, 14000, 16000, 18000, 20000]
itera_values_result=[]
#iterating
for it in range(n_iterations):
#reset every variable
att_blend_units.clear() #reset to 0
att_unit, m_unit, g_unit = [], [], []
#random choose a face to swap
if np.random.randint(2, size=1)==0: #probability of 0 (1-100% (swap just face1), 2-50% (face 1 and face 2 50%))
pv_blend = valid_swap(curr_blend)
pv_blend2 = curr_blend2
else:
pv_blend = curr_blend
pv_blend2 = valid_swap(curr_blend2)
#calculating effective recovery per blending unit
for j,h in zip(range(1,b_units+1),range(1,b_units2+1)):
#list with parcels from face1
att_lst_unit = pv[pv_blend==j].flatten().tolist()
m_lst_unit = massv[pv_blend==j].flatten().tolist()
g_lst_unit = gradev[pv_blend==j].flatten().tolist()
#list with parcels from face2
att_lst_unit2 = pv2[pv_blend2==h].flatten().tolist()
m_lst_unit2 = massv2[pv_blend2==h].flatten().tolist()
g_lst_unit2 = gradev2[pv_blend2==h].flatten().tolist()
#join list face1 and face2
att_lst_unit.extend(att_lst_unit2)
m_lst_unit.extend(m_lst_unit2)
g_lst_unit.extend(g_lst_unit2)
#impute values in nested lists for the blend_units resulted from the 2 faces
att_unit.append(att_lst_unit)
m_unit.append(m_lst_unit)
g_unit.append(g_lst_unit)
#calculate effective recovery for each blend unit and append in a list
att_blend_units.append(rec_blend_unit(att_lst_unit,m_lst_unit,g_lst_unit,w))
# evaluate candidate solution
dist = sum_dist(pv_blend, b_units)
dist2 = sum_dist(pv_blend2, b_units2)
dist_t = dist + dist2
blendset_eval, tmr = gobj(att_blend_units, m_unit, g_unit, dist_t, dist_penal)
# check for new best solution
if blendset_eval < best_blendset_eval:
print('iteration {} found worse value: {}.'.format(it,best_blendset_eval))
if blendset_eval == best_blendset_eval:
print('iteration {} found equal value: {}.'.format(it,best_blendset_eval))
if blendset_eval > best_blendset_eval:
# store new best point
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_blendset_eval, best_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2 , blendset_eval, tmr
# report progress
print('iteration {} found better value: {}'.format(it,blendset_eval))
# difference between candidate and current point evaluation
diff = -(blendset_eval - curr_blendset_eval)
# calculate temperature for current iteration
t = temp / float(it + 1)
# calculate metropolis acceptance criterion
metropolis = math.exp(-diff / t)
# check if we should keep the new point
if np.random.rand() < metropolis and diff > 0:
print('iteration{}, perturbing to get out of local maxima'.format(it))
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
if diff < 0:
# store the new current point
curr_att_unit, curr_g_unit, curr_m_unit, curr_blend, curr_blend2, curr_blendset_eval, curr_tmr = att_unit, g_unit, m_unit, pv_blend, pv_blend2, blendset_eval, tmr
#code to convergence analysis
if it in itera_values:
itera_values_result.append(best_tmr)
return (best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr, itera_values_result)
dflt_att_unit, dflt_g_unit, dflt_m_unit, dflt_blend, dflt_blend2, dflt_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.000, #penalty for shovel movement
w=1, #processing_par
n_iterations=0, temp=5)
dflt_tmr #total metal recovered (units of mass)
356.637659352
dflt_att_unit, dflt_g_unit, dflt_m_unit, dflt_blend, dflt_blend2, dflt_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.000, #penalty for shovel movement
w=0.8, #processing_par
n_iterations=0, temp=5)
#visualizing default schedule
#if few units, use .astype(int)
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
_=gs.slice_plot(data=dflt_blend.astype(int).flatten(order='F'),griddef=grid,catdata=True, ax=axes[0], title='Mining face A', grid=True,cmap='viridis',cbar_label='Blend units')
_=gs.slice_plot(data=dflt_blend2.astype(int).flatten(order='F'),griddef=grid2,catdata=True, ax=axes[1],title='Mining face B',grid=True,cmap='viridis',cbar_label='Blend units')
plt.subplots_adjust (left = 0.125, bottom = 0.1, right = 1.05, top = 0.9, wspace = 0.1, hspace = 0.1)
plt.savefig (figfolder + '/figure_dflt.png', bbox_inches = 'tight', dpi = 300)
dflt_tmr #total metal recovered (units of mass)
362.509752909
dflt_tmr/240 #total metal recovered (units of mass per block)
1.5104573037875
# calculating recoverable metal (%)
tmr_list = np.multiply(dflt_att_unit,dflt_g_unit)
tmr_list = tmr_list.tolist()
#visualizing box-plots of each blending unit
b_means = [np.mean(i) for i in tmr_list]
ax=sns.boxplot(data=tmr_list,whis=5)
ax=sns.lineplot(data=b_means,color='black',marker='o',markerfacecolor="black", markeredgecolor="black",markersize='3')
ax.set_xlabel('Blending Unit')
plt.xticks([0,1,2,3,4,5,6,7,8,9], [1,2,3,4,5,6,7,8,9,10])
ax.set_ylabel('Recoverable metal (%)')
Text(0, 0.5, 'Recoverable metal (%)')
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.00, #penalty for shovel movement
w=0.8, #processing_par
n_iterations=20000, temp=5)
iteration 0 found worse value: 362.509752909. iteration0, perturbing to get out of local maxima iteration 1 found worse value: 362.509752909. iteration1, perturbing to get out of local maxima iteration 2 found worse value: 362.509752909. iteration2, perturbing to get out of local maxima iteration 3 found worse value: 362.509752909. iteration3, perturbing to get out of local maxima iteration 4 found worse value: 362.509752909. iteration4, perturbing to get out of local maxima iteration 5 found worse value: 362.509752909. iteration5, perturbing to get out of local maxima iteration 6 found worse value: 362.509752909. iteration 7 found worse value: 362.509752909. iteration7, perturbing to get out of local maxima iteration 8 found worse value: 362.509752909. iteration 9 found worse value: 362.509752909. iteration 10 found worse value: 362.509752909. iteration10, perturbing to get out of local maxima iteration 11 found worse value: 362.509752909. iteration11, perturbing to get out of local maxima iteration 12 found worse value: 362.509752909. iteration12, perturbing to get out of local maxima iteration 13 found worse value: 362.509752909. iteration 14 found worse value: 362.509752909. iteration 15 found worse value: 362.509752909. iteration15, perturbing to get out of local maxima iteration 16 found worse value: 362.509752909. iteration 17 found worse value: 362.509752909. iteration17, perturbing to get out of local maxima iteration 18 found worse value: 362.509752909. iteration 19 found worse value: 362.509752909. iteration 20 found worse value: 362.509752909. iteration20, perturbing to get out of local maxima iteration 21 found worse value: 362.509752909. iteration 22 found worse value: 362.509752909. iteration 23 found worse value: 362.509752909. iteration 24 found worse value: 362.509752909. iteration 25 found worse value: 362.509752909. iteration25, perturbing to get out of local maxima iteration 26 found worse value: 362.509752909. iteration 27 found worse value: 362.509752909. iteration 28 found better value: 362.513536715 iteration 29 found better value: 362.51387557600003 iteration 30 found better value: 362.52399413300003 iteration 31 found better value: 362.53346779400005 iteration 32 found better value: 362.534284844 iteration 33 found worse value: 362.534284844. iteration33, perturbing to get out of local maxima iteration 34 found worse value: 362.534284844. iteration 35 found worse value: 362.534284844. iteration 36 found worse value: 362.534284844. iteration 37 found worse value: 362.534284844. iteration37, perturbing to get out of local maxima iteration 38 found better value: 362.550809188 iteration 39 found worse value: 362.550809188. iteration39, perturbing to get out of local maxima iteration 40 found worse value: 362.550809188. iteration 41 found worse value: 362.550809188. iteration41, perturbing to get out of local maxima iteration 42 found worse value: 362.550809188. iteration42, perturbing to get out of local maxima iteration 43 found worse value: 362.550809188. iteration 44 found worse value: 362.550809188. iteration 45 found worse value: 362.550809188. iteration45, perturbing to get out of local maxima iteration 46 found better value: 362.552769058 iteration 47 found worse value: 362.552769058. iteration47, perturbing to get out of local maxima iteration 48 found worse value: 362.552769058. iteration 49 found worse value: 362.552769058. iteration49, perturbing to get out of local maxima iteration 50 found worse value: 362.552769058. iteration 51 found worse value: 362.552769058. iteration51, perturbing to get out of local maxima iteration 52 found worse value: 362.552769058. iteration52, perturbing to get out of local maxima iteration 53 found worse value: 362.552769058. iteration53, perturbing to get out of local maxima iteration 54 found worse value: 362.552769058. iteration 55 found worse value: 362.552769058. iteration 56 found better value: 362.64809829300003 iteration 57 found worse value: 362.64809829300003. iteration57, perturbing to get out of local maxima iteration 58 found worse value: 362.64809829300003. iteration 59 found worse value: 362.64809829300003. iteration 60 found worse value: 362.64809829300003. iteration60, perturbing to get out of local maxima iteration 61 found worse value: 362.64809829300003. iteration 62 found worse value: 362.64809829300003. iteration 63 found worse value: 362.64809829300003. iteration63, perturbing to get out of local maxima iteration 64 found better value: 362.66372763500004 iteration 65 found better value: 362.6677077 iteration 66 found better value: 362.858893186 iteration 67 found worse value: 362.858893186. iteration67, perturbing to get out of local maxima iteration 68 found worse value: 362.858893186. iteration68, perturbing to get out of local maxima iteration 69 found worse value: 362.858893186. iteration 70 found better value: 363.01926376200004 iteration 71 found better value: 363.021283545 iteration 72 found better value: 363.024200285 iteration 73 found worse value: 363.024200285. iteration73, perturbing to get out of local maxima iteration 74 found worse value: 363.024200285. iteration74, perturbing to get out of local maxima iteration 75 found worse value: 363.024200285. iteration 76 found worse value: 363.024200285. iteration 77 found worse value: 363.024200285. iteration77, perturbing to get out of local maxima iteration 78 found worse value: 363.024200285. iteration78, perturbing to get out of local maxima iteration 79 found worse value: 363.024200285. iteration 80 found worse value: 363.024200285. iteration 81 found worse value: 363.024200285. iteration 82 found worse value: 363.024200285. iteration82, perturbing to get out of local maxima iteration 83 found worse value: 363.024200285. iteration 84 found worse value: 363.024200285. iteration 85 found better value: 363.025995269 iteration 86 found worse value: 363.025995269. iteration 87 found worse value: 363.025995269. iteration 88 found better value: 363.02629983800006 iteration 89 found worse value: 363.02629983800006. iteration89, perturbing to get out of local maxima iteration 90 found better value: 363.02948617600003 iteration 91 found better value: 363.03058804200003 iteration 92 found worse value: 363.03058804200003. iteration92, perturbing to get out of local maxima iteration 93 found worse value: 363.03058804200003. iteration 94 found worse value: 363.03058804200003. iteration94, perturbing to get out of local maxima iteration 95 found better value: 363.032531966 iteration 96 found better value: 363.03287498299994 iteration 97 found worse value: 363.03287498299994. iteration97, perturbing to get out of local maxima iteration 98 found better value: 363.046897312 iteration 99 found better value: 363.04814317399996 iteration 100 found worse value: 363.04814317399996. iteration100, perturbing to get out of local maxima iteration 101 found better value: 363.09891687699997 iteration 102 found better value: 363.10736055899997 iteration 103 found better value: 363.116018715 iteration 104 found worse value: 363.116018715. iteration104, perturbing to get out of local maxima iteration 105 found better value: 363.127435495 iteration 106 found worse value: 363.127435495. iteration 107 found worse value: 363.127435495. iteration107, perturbing to get out of local maxima iteration 108 found worse value: 363.127435495. iteration 109 found worse value: 363.127435495. iteration109, perturbing to get out of local maxima iteration 110 found worse value: 363.127435495. iteration110, perturbing to get out of local maxima iteration 111 found worse value: 363.127435495. iteration 112 found worse value: 363.127435495. iteration112, perturbing to get out of local maxima iteration 113 found worse value: 363.127435495. iteration113, perturbing to get out of local maxima iteration 114 found worse value: 363.127435495. iteration 115 found worse value: 363.127435495. iteration115, perturbing to get out of local maxima iteration 116 found worse value: 363.127435495. iteration 117 found worse value: 363.127435495. iteration 118 found worse value: 363.127435495. iteration118, perturbing to get out of local maxima iteration 119 found worse value: 363.127435495. iteration119, perturbing to get out of local maxima iteration 120 found worse value: 363.127435495. iteration 121 found worse value: 363.127435495. iteration121, perturbing to get out of local maxima iteration 122 found worse value: 363.127435495. iteration122, perturbing to get out of local maxima iteration 123 found worse value: 363.127435495. iteration 124 found worse value: 363.127435495. iteration 125 found worse value: 363.127435495. iteration125, perturbing to get out of local maxima iteration 126 found worse value: 363.127435495. iteration 127 found worse value: 363.127435495. iteration127, perturbing to get out of local maxima iteration 128 found worse value: 363.127435495. iteration 129 found worse value: 363.127435495. iteration 130 found worse value: 363.127435495. iteration130, perturbing to get out of local maxima iteration 131 found worse value: 363.127435495. iteration 132 found worse value: 363.127435495. iteration132, perturbing to get out of local maxima iteration 133 found worse value: 363.127435495. iteration133, perturbing to get out of local maxima iteration 134 found worse value: 363.127435495. iteration134, perturbing to get out of local maxima iteration 135 found worse value: 363.127435495. iteration 136 found worse value: 363.127435495. iteration 137 found worse value: 363.127435495. iteration137, perturbing to get out of local maxima iteration 138 found worse value: 363.127435495. iteration 139 found worse value: 363.127435495. iteration139, perturbing to get out of local maxima iteration 140 found worse value: 363.127435495. iteration140, perturbing to get out of local maxima iteration 141 found worse value: 363.127435495. iteration141, perturbing to get out of local maxima iteration 142 found worse value: 363.127435495. iteration 143 found worse value: 363.127435495. iteration 144 found worse value: 363.127435495. iteration 145 found worse value: 363.127435495. iteration 146 found worse value: 363.127435495. iteration146, perturbing to get out of local maxima iteration 147 found worse value: 363.127435495. iteration147, perturbing to get out of local maxima iteration 148 found worse value: 363.127435495. iteration 149 found worse value: 363.127435495. iteration149, perturbing to get out of local maxima iteration 150 found worse value: 363.127435495. iteration150, perturbing to get out of local maxima iteration 151 found worse value: 363.127435495. iteration 152 found worse value: 363.127435495. iteration152, perturbing to get out of local maxima iteration 153 found worse value: 363.127435495. iteration153, perturbing to get out of local maxima iteration 154 found worse value: 363.127435495. iteration 155 found worse value: 363.127435495. iteration 156 found worse value: 363.127435495. iteration156, perturbing to get out of local maxima iteration 157 found worse value: 363.127435495. iteration157, perturbing to get out of local maxima iteration 158 found worse value: 363.127435495. iteration 159 found worse value: 363.127435495. iteration159, perturbing to get out of local maxima iteration 160 found worse value: 363.127435495. iteration 161 found worse value: 363.127435495. iteration161, perturbing to get out of local maxima iteration 162 found worse value: 363.127435495. iteration162, perturbing to get out of local maxima iteration 163 found worse value: 363.127435495. iteration163, perturbing to get out of local maxima iteration 164 found worse value: 363.127435495. iteration 165 found worse value: 363.127435495. iteration 166 found worse value: 363.127435495. iteration166, perturbing to get out of local maxima iteration 167 found worse value: 363.127435495. iteration 168 found worse value: 363.127435495. iteration168, perturbing to get out of local maxima iteration 169 found worse value: 363.127435495. iteration 170 found better value: 363.13520041300006 iteration 171 found worse value: 363.13520041300006. iteration 172 found better value: 363.1385018710001 iteration 173 found better value: 363.155542553 iteration 174 found better value: 363.156077099 iteration 175 found worse value: 363.156077099. iteration175, perturbing to get out of local maxima iteration 176 found worse value: 363.156077099. iteration176, perturbing to get out of local maxima iteration 177 found worse value: 363.156077099. iteration177, perturbing to get out of local maxima iteration 178 found better value: 363.162058223 iteration 179 found better value: 363.162364472 iteration 180 found better value: 363.162925219 iteration 181 found worse value: 363.162925219. iteration181, perturbing to get out of local maxima iteration 182 found worse value: 363.162925219. iteration182, perturbing to get out of local maxima iteration 183 found worse value: 363.162925219. iteration 184 found worse value: 363.162925219. iteration 185 found worse value: 363.162925219. iteration185, perturbing to get out of local maxima iteration 186 found worse value: 363.162925219. iteration 187 found worse value: 363.162925219. iteration 188 found worse value: 363.162925219. iteration 189 found better value: 363.162960663 iteration 190 found better value: 363.169750834 iteration 191 found better value: 363.170503152 iteration 192 found better value: 363.172637802 iteration 193 found better value: 363.173443467 iteration 194 found worse value: 363.173443467. iteration 195 found better value: 363.17531815899997 iteration 196 found better value: 363.178282522 iteration 197 found better value: 363.179294334 iteration 198 found better value: 363.18493502800004 iteration 199 found worse value: 363.18493502800004. iteration199, perturbing to get out of local maxima iteration 200 found better value: 363.188270561 iteration 201 found better value: 363.19149714900004 iteration 202 found worse value: 363.19149714900004. iteration202, perturbing to get out of local maxima iteration 203 found worse value: 363.19149714900004. iteration 204 found worse value: 363.19149714900004. iteration204, perturbing to get out of local maxima iteration 205 found worse value: 363.19149714900004. iteration 206 found worse value: 363.19149714900004. iteration 207 found worse value: 363.19149714900004. iteration207, perturbing to get out of local maxima iteration 208 found worse value: 363.19149714900004. iteration 209 found better value: 363.197568762 iteration 210 found worse value: 363.197568762. iteration 211 found worse value: 363.197568762. iteration 212 found worse value: 363.197568762. iteration212, perturbing to get out of local maxima iteration 213 found better value: 363.205379859 iteration 214 found worse value: 363.205379859. iteration 215 found better value: 363.21754384900004 iteration 216 found worse value: 363.21754384900004. iteration216, perturbing to get out of local maxima iteration 217 found worse value: 363.21754384900004. iteration 218 found worse value: 363.21754384900004. iteration218, perturbing to get out of local maxima iteration 219 found worse value: 363.21754384900004. iteration219, perturbing to get out of local maxima iteration 220 found worse value: 363.21754384900004. iteration220, perturbing to get out of local maxima iteration 221 found worse value: 363.21754384900004. iteration 222 found worse value: 363.21754384900004. iteration222, perturbing to get out of local maxima iteration 223 found worse value: 363.21754384900004. iteration 224 found worse value: 363.21754384900004. iteration224, perturbing to get out of local maxima iteration 225 found worse value: 363.21754384900004. iteration225, perturbing to get out of local maxima iteration 226 found worse value: 363.21754384900004. iteration 227 found worse value: 363.21754384900004. iteration227, perturbing to get out of local maxima iteration 228 found worse value: 363.21754384900004. iteration 229 found worse value: 363.21754384900004. iteration229, perturbing to get out of local maxima iteration 230 found worse value: 363.21754384900004. iteration 231 found worse value: 363.21754384900004. iteration 232 found worse value: 363.21754384900004. iteration 233 found worse value: 363.21754384900004. iteration 234 found worse value: 363.21754384900004. iteration 235 found worse value: 363.21754384900004. iteration 236 found worse value: 363.21754384900004. iteration 237 found worse value: 363.21754384900004. iteration237, perturbing to get out of local maxima iteration 238 found worse value: 363.21754384900004. iteration 239 found worse value: 363.21754384900004. iteration 240 found worse value: 363.21754384900004. iteration240, perturbing to get out of local maxima iteration 241 found worse value: 363.21754384900004. iteration 242 found worse value: 363.21754384900004. iteration242, perturbing to get out of local maxima iteration 243 found worse value: 363.21754384900004. iteration 244 found worse value: 363.21754384900004. iteration 245 found worse value: 363.21754384900004. iteration 246 found worse value: 363.21754384900004. iteration246, perturbing to get out of local maxima iteration 247 found worse value: 363.21754384900004. iteration 248 found worse value: 363.21754384900004. iteration248, perturbing to get out of local maxima iteration 249 found worse value: 363.21754384900004. iteration 250 found worse value: 363.21754384900004. iteration250, perturbing to get out of local maxima iteration 251 found worse value: 363.21754384900004. iteration251, perturbing to get out of local maxima iteration 252 found worse value: 363.21754384900004. iteration 253 found worse value: 363.21754384900004. iteration 254 found worse value: 363.21754384900004. iteration254, perturbing to get out of local maxima iteration 255 found worse value: 363.21754384900004. iteration 256 found worse value: 363.21754384900004. iteration256, perturbing to get out of local maxima iteration 257 found worse value: 363.21754384900004. iteration 258 found worse value: 363.21754384900004. iteration 259 found worse value: 363.21754384900004. iteration 260 found worse value: 363.21754384900004. iteration260, perturbing to get out of local maxima iteration 261 found worse value: 363.21754384900004. iteration 262 found worse value: 363.21754384900004. iteration 263 found worse value: 363.21754384900004. iteration263, perturbing to get out of local maxima iteration 264 found worse value: 363.21754384900004. iteration264, perturbing to get out of local maxima iteration 265 found worse value: 363.21754384900004. iteration265, perturbing to get out of local maxima iteration 266 found worse value: 363.21754384900004. iteration266, perturbing to get out of local maxima iteration 267 found worse value: 363.21754384900004. iteration 268 found worse value: 363.21754384900004. iteration 269 found worse value: 363.21754384900004. iteration269, perturbing to get out of local maxima iteration 270 found worse value: 363.21754384900004. iteration 271 found worse value: 363.21754384900004. iteration 272 found worse value: 363.21754384900004. iteration 273 found worse value: 363.21754384900004. iteration 274 found worse value: 363.21754384900004. iteration274, perturbing to get out of local maxima iteration 275 found worse value: 363.21754384900004. iteration 276 found worse value: 363.21754384900004. iteration276, perturbing to get out of local maxima iteration 277 found worse value: 363.21754384900004. iteration277, perturbing to get out of local maxima iteration 278 found worse value: 363.21754384900004. iteration278, perturbing to get out of local maxima iteration 279 found worse value: 363.21754384900004. iteration 280 found worse value: 363.21754384900004. iteration280, perturbing to get out of local maxima iteration 281 found worse value: 363.21754384900004. iteration281, perturbing to get out of local maxima iteration 282 found worse value: 363.21754384900004. iteration282, perturbing to get out of local maxima iteration 283 found worse value: 363.21754384900004. iteration283, perturbing to get out of local maxima iteration 284 found worse value: 363.21754384900004. iteration 285 found worse value: 363.21754384900004. iteration285, perturbing to get out of local maxima iteration 286 found worse value: 363.21754384900004. iteration 287 found worse value: 363.21754384900004. iteration 288 found worse value: 363.21754384900004. iteration288, perturbing to get out of local maxima iteration 289 found worse value: 363.21754384900004. iteration 290 found better value: 363.21913701499994 iteration 291 found worse value: 363.21913701499994. iteration 292 found worse value: 363.21913701499994. iteration292, perturbing to get out of local maxima iteration 293 found worse value: 363.21913701499994. iteration 294 found worse value: 363.21913701499994. iteration294, perturbing to get out of local maxima iteration 295 found worse value: 363.21913701499994. iteration295, perturbing to get out of local maxima iteration 296 found worse value: 363.21913701499994. iteration 297 found worse value: 363.21913701499994. iteration297, perturbing to get out of local maxima iteration 298 found worse value: 363.21913701499994. iteration 299 found better value: 363.22757155 iteration 300 found worse value: 363.22757155. iteration 301 found better value: 363.228433133 iteration 302 found worse value: 363.228433133. iteration302, perturbing to get out of local maxima iteration 303 found worse value: 363.228433133. iteration 304 found worse value: 363.228433133. iteration 305 found worse value: 363.228433133. iteration 306 found worse value: 363.228433133. iteration306, perturbing to get out of local maxima iteration 307 found worse value: 363.228433133. iteration 308 found worse value: 363.228433133. iteration308, perturbing to get out of local maxima iteration 309 found worse value: 363.228433133. iteration 310 found worse value: 363.228433133. iteration 311 found worse value: 363.228433133. iteration311, perturbing to get out of local maxima iteration 312 found worse value: 363.228433133. iteration 313 found worse value: 363.228433133. iteration 314 found worse value: 363.228433133. iteration 315 found worse value: 363.228433133. iteration315, perturbing to get out of local maxima iteration 316 found worse value: 363.228433133. iteration316, perturbing to get out of local maxima iteration 317 found worse value: 363.228433133. iteration317, perturbing to get out of local maxima iteration 318 found worse value: 363.228433133. iteration318, perturbing to get out of local maxima iteration 319 found worse value: 363.228433133. iteration319, perturbing to get out of local maxima iteration 320 found worse value: 363.228433133. iteration 321 found worse value: 363.228433133. iteration 322 found worse value: 363.228433133. iteration 323 found worse value: 363.228433133. iteration 324 found worse value: 363.228433133. iteration 325 found worse value: 363.228433133. iteration 326 found better value: 363.257939195 iteration 327 found worse value: 363.257939195. iteration 328 found better value: 363.265471289 iteration 329 found worse value: 363.265471289. iteration329, perturbing to get out of local maxima iteration 330 found worse value: 363.265471289. iteration 331 found worse value: 363.265471289. iteration331, perturbing to get out of local maxima iteration 332 found better value: 363.26937692100006 iteration 333 found better value: 363.28242540900004 iteration 334 found worse value: 363.28242540900004. iteration334, perturbing to get out of local maxima iteration 335 found worse value: 363.28242540900004. iteration 336 found worse value: 363.28242540900004. iteration 337 found worse value: 363.28242540900004. iteration 338 found worse value: 363.28242540900004. iteration338, perturbing to get out of local maxima iteration 339 found worse value: 363.28242540900004. iteration339, perturbing to get out of local maxima iteration 340 found worse value: 363.28242540900004. iteration 341 found worse value: 363.28242540900004. iteration 342 found worse value: 363.28242540900004. iteration 343 found worse value: 363.28242540900004. iteration 344 found worse value: 363.28242540900004. iteration 345 found worse value: 363.28242540900004. iteration 346 found worse value: 363.28242540900004. iteration 347 found worse value: 363.28242540900004. iteration347, perturbing to get out of local maxima iteration 348 found worse value: 363.28242540900004. iteration 349 found worse value: 363.28242540900004. iteration349, perturbing to get out of local maxima iteration 350 found worse value: 363.28242540900004. iteration 351 found worse value: 363.28242540900004. iteration 352 found worse value: 363.28242540900004. iteration 353 found worse value: 363.28242540900004. iteration 354 found worse value: 363.28242540900004. iteration354, perturbing to get out of local maxima iteration 355 found worse value: 363.28242540900004. iteration 356 found worse value: 363.28242540900004. iteration356, perturbing to get out of local maxima iteration 357 found worse value: 363.28242540900004. iteration 358 found worse value: 363.28242540900004. iteration 359 found better value: 363.28422791599996 iteration 360 found worse value: 363.28422791599996. iteration 361 found better value: 363.286430733 iteration 362 found better value: 363.293276559 iteration 363 found worse value: 363.293276559. iteration363, perturbing to get out of local maxima iteration 364 found worse value: 363.293276559. iteration 365 found worse value: 363.293276559. iteration 366 found worse value: 363.293276559. iteration366, perturbing to get out of local maxima iteration 367 found worse value: 363.293276559. iteration 368 found worse value: 363.293276559. iteration 369 found worse value: 363.293276559. iteration 370 found worse value: 363.293276559. iteration 371 found worse value: 363.293276559. iteration371, perturbing to get out of local maxima iteration 372 found worse value: 363.293276559. iteration 373 found worse value: 363.293276559. iteration 374 found worse value: 363.293276559. iteration374, perturbing to get out of local maxima iteration 375 found worse value: 363.293276559. iteration 376 found worse value: 363.293276559. iteration376, perturbing to get out of local maxima iteration 377 found worse value: 363.293276559. iteration 378 found worse value: 363.293276559. iteration 379 found worse value: 363.293276559. iteration379, perturbing to get out of local maxima iteration 380 found worse value: 363.293276559. iteration380, perturbing to get out of local maxima iteration 381 found worse value: 363.293276559. iteration381, perturbing to get out of local maxima iteration 382 found worse value: 363.293276559. iteration 383 found worse value: 363.293276559. iteration 384 found worse value: 363.293276559. iteration 385 found worse value: 363.293276559. iteration 386 found worse value: 363.293276559. iteration386, perturbing to get out of local maxima iteration 387 found worse value: 363.293276559. iteration387, perturbing to get out of local maxima iteration 388 found worse value: 363.293276559. iteration388, perturbing to get out of local maxima iteration 389 found worse value: 363.293276559. iteration389, perturbing to get out of local maxima iteration 390 found worse value: 363.293276559. iteration 391 found worse value: 363.293276559. iteration391, perturbing to get out of local maxima iteration 392 found worse value: 363.293276559. iteration392, perturbing to get out of local maxima iteration 393 found worse value: 363.293276559. iteration 394 found worse value: 363.293276559. iteration 395 found worse value: 363.293276559. iteration 396 found worse value: 363.293276559. iteration 397 found worse value: 363.293276559. iteration397, perturbing to get out of local maxima iteration 398 found worse value: 363.293276559. iteration 399 found worse value: 363.293276559. iteration 400 found worse value: 363.293276559. iteration 401 found worse value: 363.293276559. iteration 402 found worse value: 363.293276559. iteration 403 found worse value: 363.293276559. iteration403, perturbing to get out of local maxima iteration 404 found worse value: 363.293276559. iteration 405 found worse value: 363.293276559. iteration 406 found worse value: 363.293276559. iteration 407 found worse value: 363.293276559. iteration 408 found worse value: 363.293276559. iteration 409 found worse value: 363.293276559. iteration 410 found worse value: 363.293276559. iteration410, perturbing to get out of local maxima iteration 411 found worse value: 363.293276559. iteration411, perturbing to get out of local maxima iteration 412 found worse value: 363.293276559. iteration412, perturbing to get out of local maxima iteration 413 found worse value: 363.293276559. iteration 414 found worse value: 363.293276559. iteration414, perturbing to get out of local maxima iteration 415 found worse value: 363.293276559. iteration 416 found worse value: 363.293276559. iteration 417 found worse value: 363.293276559. iteration 418 found worse value: 363.293276559. iteration 419 found worse value: 363.293276559. iteration 420 found worse value: 363.293276559. iteration420, perturbing to get out of local maxima iteration 421 found worse value: 363.293276559. iteration421, perturbing to get out of local maxima iteration 422 found worse value: 363.293276559. iteration422, perturbing to get out of local maxima iteration 423 found worse value: 363.293276559. iteration423, perturbing to get out of local maxima iteration 424 found worse value: 363.293276559. iteration424, perturbing to get out of local maxima iteration 425 found worse value: 363.293276559. iteration 426 found worse value: 363.293276559. iteration 427 found worse value: 363.293276559. iteration 428 found worse value: 363.293276559. iteration 429 found worse value: 363.293276559. iteration 430 found worse value: 363.293276559. iteration 431 found worse value: 363.293276559. iteration 432 found worse value: 363.293276559. iteration432, perturbing to get out of local maxima iteration 433 found worse value: 363.293276559. iteration 434 found worse value: 363.293276559. iteration 435 found worse value: 363.293276559. iteration 436 found worse value: 363.293276559. iteration436, perturbing to get out of local maxima iteration 437 found worse value: 363.293276559. iteration437, perturbing to get out of local maxima iteration 438 found worse value: 363.293276559. iteration438, perturbing to get out of local maxima iteration 439 found worse value: 363.293276559. iteration 440 found worse value: 363.293276559. iteration 441 found worse value: 363.293276559. iteration441, perturbing to get out of local maxima iteration 442 found worse value: 363.293276559. iteration 443 found worse value: 363.293276559. iteration443, perturbing to get out of local maxima iteration 444 found worse value: 363.293276559. iteration 445 found worse value: 363.293276559. iteration445, perturbing to get out of local maxima iteration 446 found worse value: 363.293276559. iteration 447 found worse value: 363.293276559. iteration 448 found worse value: 363.293276559. iteration448, perturbing to get out of local maxima iteration 449 found worse value: 363.293276559. iteration 450 found worse value: 363.293276559. iteration450, perturbing to get out of local maxima iteration 451 found worse value: 363.293276559. iteration451, perturbing to get out of local maxima iteration 452 found worse value: 363.293276559. iteration 453 found worse value: 363.293276559. iteration 454 found worse value: 363.293276559. iteration 455 found worse value: 363.293276559. iteration455, perturbing to get out of local maxima iteration 456 found worse value: 363.293276559. iteration456, perturbing to get out of local maxima iteration 457 found worse value: 363.293276559. iteration 458 found worse value: 363.293276559. iteration 459 found worse value: 363.293276559. iteration 460 found worse value: 363.293276559. iteration 461 found worse value: 363.293276559. iteration 462 found worse value: 363.293276559. iteration 463 found worse value: 363.293276559. iteration 464 found worse value: 363.293276559. iteration 465 found worse value: 363.293276559. iteration465, perturbing to get out of local maxima iteration 466 found worse value: 363.293276559. iteration 467 found worse value: 363.293276559. iteration467, perturbing to get out of local maxima iteration 468 found worse value: 363.293276559. iteration468, perturbing to get out of local maxima iteration 469 found worse value: 363.293276559. iteration469, perturbing to get out of local maxima iteration 470 found worse value: 363.293276559. iteration470, perturbing to get out of local maxima iteration 471 found worse value: 363.293276559. iteration471, perturbing to get out of local maxima iteration 472 found worse value: 363.293276559. iteration 473 found worse value: 363.293276559. iteration 474 found worse value: 363.293276559. iteration 475 found worse value: 363.293276559. iteration 476 found worse value: 363.293276559. iteration 477 found worse value: 363.293276559. iteration 478 found worse value: 363.293276559. iteration 479 found worse value: 363.293276559. iteration479, perturbing to get out of local maxima iteration 480 found worse value: 363.293276559. iteration 481 found worse value: 363.293276559. iteration 482 found worse value: 363.293276559. iteration 483 found worse value: 363.293276559. iteration 484 found worse value: 363.293276559. iteration484, perturbing to get out of local maxima iteration 485 found worse value: 363.293276559. iteration 486 found worse value: 363.293276559. iteration 487 found worse value: 363.293276559. iteration487, perturbing to get out of local maxima iteration 488 found worse value: 363.293276559. iteration488, perturbing to get out of local maxima iteration 489 found worse value: 363.293276559. iteration489, perturbing to get out of local maxima iteration 490 found worse value: 363.293276559. iteration 491 found worse value: 363.293276559. iteration 492 found worse value: 363.293276559. iteration492, perturbing to get out of local maxima iteration 493 found worse value: 363.293276559. iteration493, perturbing to get out of local maxima iteration 494 found worse value: 363.293276559. iteration 495 found worse value: 363.293276559. iteration 496 found worse value: 363.293276559. iteration496, perturbing to get out of local maxima iteration 497 found worse value: 363.293276559. iteration 498 found worse value: 363.293276559. iteration 499 found worse value: 363.293276559. iteration 500 found worse value: 363.293276559. iteration 501 found worse value: 363.293276559. iteration501, perturbing to get out of local maxima iteration 502 found worse value: 363.293276559. iteration502, perturbing to get out of local maxima iteration 503 found worse value: 363.293276559. iteration 504 found worse value: 363.293276559. iteration504, perturbing to get out of local maxima iteration 505 found worse value: 363.293276559. iteration 506 found worse value: 363.293276559. iteration 507 found worse value: 363.293276559. iteration 508 found worse value: 363.293276559. iteration 509 found worse value: 363.293276559. iteration509, perturbing to get out of local maxima iteration 510 found worse value: 363.293276559. iteration 511 found worse value: 363.293276559. iteration 512 found worse value: 363.293276559. iteration512, perturbing to get out of local maxima iteration 513 found worse value: 363.293276559. iteration 514 found worse value: 363.293276559. iteration514, perturbing to get out of local maxima iteration 515 found worse value: 363.293276559. iteration 516 found worse value: 363.293276559. iteration516, perturbing to get out of local maxima iteration 517 found worse value: 363.293276559. iteration517, perturbing to get out of local maxima iteration 518 found worse value: 363.293276559. iteration 519 found worse value: 363.293276559. iteration519, perturbing to get out of local maxima iteration 520 found worse value: 363.293276559. iteration 521 found worse value: 363.293276559. iteration 522 found worse value: 363.293276559. iteration 523 found worse value: 363.293276559. iteration 524 found worse value: 363.293276559. iteration 525 found worse value: 363.293276559. iteration 526 found worse value: 363.293276559. iteration 527 found worse value: 363.293276559. iteration527, perturbing to get out of local maxima iteration 528 found worse value: 363.293276559. iteration528, perturbing to get out of local maxima iteration 529 found worse value: 363.293276559. iteration 530 found worse value: 363.293276559. iteration 531 found worse value: 363.293276559. iteration 532 found worse value: 363.293276559. iteration 533 found worse value: 363.293276559. iteration 534 found worse value: 363.293276559. iteration 535 found worse value: 363.293276559. iteration535, perturbing to get out of local maxima iteration 536 found worse value: 363.293276559. iteration536, perturbing to get out of local maxima iteration 537 found worse value: 363.293276559. iteration537, perturbing to get out of local maxima iteration 538 found worse value: 363.293276559. iteration 539 found worse value: 363.293276559. iteration539, perturbing to get out of local maxima iteration 540 found worse value: 363.293276559. iteration 541 found worse value: 363.293276559. iteration 542 found worse value: 363.293276559. iteration 543 found worse value: 363.293276559. iteration 544 found worse value: 363.293276559. iteration 545 found worse value: 363.293276559. iteration545, perturbing to get out of local maxima iteration 546 found worse value: 363.293276559. iteration546, perturbing to get out of local maxima iteration 547 found worse value: 363.293276559. iteration547, perturbing to get out of local maxima iteration 548 found worse value: 363.293276559. iteration548, perturbing to get out of local maxima iteration 549 found worse value: 363.293276559. iteration549, perturbing to get out of local maxima iteration 550 found worse value: 363.293276559. iteration 551 found worse value: 363.293276559. iteration 552 found worse value: 363.293276559. iteration 553 found worse value: 363.293276559. iteration 554 found worse value: 363.293276559. iteration554, perturbing to get out of local maxima iteration 555 found worse value: 363.293276559. iteration555, perturbing to get out of local maxima iteration 556 found worse value: 363.293276559. iteration 557 found worse value: 363.293276559. iteration 558 found worse value: 363.293276559. iteration 559 found worse value: 363.293276559. iteration 560 found worse value: 363.293276559. iteration560, perturbing to get out of local maxima iteration 561 found worse value: 363.293276559. iteration 562 found worse value: 363.293276559. iteration 563 found worse value: 363.293276559. iteration 564 found worse value: 363.293276559. iteration 565 found worse value: 363.293276559. iteration565, perturbing to get out of local maxima iteration 566 found worse value: 363.293276559. iteration 567 found worse value: 363.293276559. iteration 568 found worse value: 363.293276559. iteration568, perturbing to get out of local maxima iteration 569 found worse value: 363.293276559. iteration569, perturbing to get out of local maxima iteration 570 found worse value: 363.293276559. iteration 571 found worse value: 363.293276559. iteration 572 found worse value: 363.293276559. iteration572, perturbing to get out of local maxima iteration 573 found worse value: 363.293276559. iteration573, perturbing to get out of local maxima iteration 574 found worse value: 363.293276559. iteration 575 found worse value: 363.293276559. iteration 576 found worse value: 363.293276559. iteration 577 found worse value: 363.293276559. iteration577, perturbing to get out of local maxima iteration 578 found worse value: 363.293276559. iteration 579 found worse value: 363.293276559. iteration 580 found worse value: 363.293276559. iteration 581 found worse value: 363.293276559. iteration 582 found worse value: 363.293276559. iteration 583 found better value: 363.344891536 iteration 584 found worse value: 363.344891536. iteration584, perturbing to get out of local maxima iteration 585 found worse value: 363.344891536. iteration 586 found worse value: 363.344891536. iteration 587 found worse value: 363.344891536. iteration 588 found worse value: 363.344891536. iteration 589 found better value: 363.35468723300005 iteration 590 found worse value: 363.35468723300005. iteration590, perturbing to get out of local maxima iteration 591 found better value: 363.37138053 iteration 592 found worse value: 363.37138053. iteration592, perturbing to get out of local maxima iteration 593 found worse value: 363.37138053. iteration593, perturbing to get out of local maxima iteration 594 found worse value: 363.37138053. iteration 595 found worse value: 363.37138053. iteration 596 found worse value: 363.37138053. iteration596, perturbing to get out of local maxima iteration 597 found worse value: 363.37138053. iteration597, perturbing to get out of local maxima iteration 598 found worse value: 363.37138053. iteration 599 found worse value: 363.37138053. iteration599, perturbing to get out of local maxima iteration 600 found worse value: 363.37138053. iteration 601 found worse value: 363.37138053. iteration 602 found better value: 363.380880014 iteration 603 found better value: 363.38141936399995 iteration 604 found worse value: 363.38141936399995. iteration604, perturbing to get out of local maxima iteration 605 found worse value: 363.38141936399995. iteration 606 found worse value: 363.38141936399995. iteration 607 found worse value: 363.38141936399995. iteration 608 found worse value: 363.38141936399995. iteration 609 found worse value: 363.38141936399995. iteration 610 found worse value: 363.38141936399995. iteration 611 found worse value: 363.38141936399995. iteration 612 found worse value: 363.38141936399995. iteration612, perturbing to get out of local maxima iteration 613 found worse value: 363.38141936399995. iteration 614 found worse value: 363.38141936399995. iteration 615 found worse value: 363.38141936399995. iteration615, perturbing to get out of local maxima iteration 616 found worse value: 363.38141936399995. iteration 617 found better value: 363.38246404899996 iteration 618 found worse value: 363.38246404899996. iteration 619 found better value: 363.382576525 iteration 620 found better value: 363.387621746 iteration 621 found worse value: 363.387621746. iteration621, perturbing to get out of local maxima iteration 622 found worse value: 363.387621746. iteration 623 found worse value: 363.387621746. iteration 624 found worse value: 363.387621746. iteration 625 found worse value: 363.387621746. iteration 626 found worse value: 363.387621746. iteration626, perturbing to get out of local maxima iteration 627 found worse value: 363.387621746. iteration 628 found worse value: 363.387621746. iteration 629 found worse value: 363.387621746. iteration 630 found worse value: 363.387621746. iteration 631 found worse value: 363.387621746. iteration 632 found worse value: 363.387621746. iteration 633 found worse value: 363.387621746. iteration 634 found worse value: 363.387621746. iteration634, perturbing to get out of local maxima iteration 635 found worse value: 363.387621746. iteration 636 found worse value: 363.387621746. iteration 637 found worse value: 363.387621746. iteration 638 found better value: 363.39032556999996 iteration 639 found worse value: 363.39032556999996. iteration 640 found worse value: 363.39032556999996. iteration640, perturbing to get out of local maxima iteration 641 found worse value: 363.39032556999996. iteration 642 found worse value: 363.39032556999996. iteration642, perturbing to get out of local maxima iteration 643 found worse value: 363.39032556999996. iteration 644 found worse value: 363.39032556999996. iteration 645 found worse value: 363.39032556999996. iteration645, perturbing to get out of local maxima iteration 646 found worse value: 363.39032556999996. iteration 647 found better value: 363.39337150100005 iteration 648 found worse value: 363.39337150100005. iteration648, perturbing to get out of local maxima iteration 649 found worse value: 363.39337150100005. iteration649, perturbing to get out of local maxima iteration 650 found worse value: 363.39337150100005. iteration 651 found worse value: 363.39337150100005. iteration 652 found better value: 363.396548254 iteration 653 found worse value: 363.396548254. iteration 654 found better value: 363.39875016 iteration 655 found better value: 363.40147909200005 iteration 656 found worse value: 363.40147909200005. iteration656, perturbing to get out of local maxima iteration 657 found worse value: 363.40147909200005. iteration 658 found worse value: 363.40147909200005. iteration658, perturbing to get out of local maxima iteration 659 found worse value: 363.40147909200005. iteration 660 found worse value: 363.40147909200005. iteration660, perturbing to get out of local maxima iteration 661 found worse value: 363.40147909200005. iteration 662 found worse value: 363.40147909200005. iteration 663 found worse value: 363.40147909200005. iteration 664 found worse value: 363.40147909200005. iteration 665 found worse value: 363.40147909200005. iteration 666 found worse value: 363.40147909200005. iteration 667 found worse value: 363.40147909200005. iteration 668 found better value: 363.401645047 iteration 669 found worse value: 363.401645047. iteration669, perturbing to get out of local maxima iteration 670 found worse value: 363.401645047. iteration670, perturbing to get out of local maxima iteration 671 found worse value: 363.401645047. iteration671, perturbing to get out of local maxima iteration 672 found worse value: 363.401645047. iteration 673 found worse value: 363.401645047. iteration673, perturbing to get out of local maxima iteration 674 found worse value: 363.401645047. iteration 675 found worse value: 363.401645047. iteration675, perturbing to get out of local maxima iteration 676 found worse value: 363.401645047. iteration 677 found worse value: 363.401645047. iteration677, perturbing to get out of local maxima iteration 678 found worse value: 363.401645047. iteration 679 found worse value: 363.401645047. iteration 680 found worse value: 363.401645047. iteration680, perturbing to get out of local maxima iteration 681 found worse value: 363.401645047. iteration 682 found worse value: 363.401645047. iteration682, perturbing to get out of local maxima iteration 683 found worse value: 363.401645047. iteration 684 found worse value: 363.401645047. iteration 685 found worse value: 363.401645047. iteration685, perturbing to get out of local maxima iteration 686 found worse value: 363.401645047. iteration 687 found worse value: 363.401645047. iteration687, perturbing to get out of local maxima iteration 688 found worse value: 363.401645047. iteration688, perturbing to get out of local maxima iteration 689 found worse value: 363.401645047. iteration689, perturbing to get out of local maxima iteration 690 found worse value: 363.401645047. iteration 691 found worse value: 363.401645047. iteration691, perturbing to get out of local maxima iteration 692 found worse value: 363.401645047. iteration692, perturbing to get out of local maxima iteration 693 found worse value: 363.401645047. iteration693, perturbing to get out of local maxima iteration 694 found worse value: 363.401645047. iteration 695 found worse value: 363.401645047. iteration695, perturbing to get out of local maxima iteration 696 found worse value: 363.401645047. iteration696, perturbing to get out of local maxima iteration 697 found worse value: 363.401645047. iteration 698 found worse value: 363.401645047. iteration 699 found worse value: 363.401645047. iteration 700 found worse value: 363.401645047. iteration700, perturbing to get out of local maxima iteration 701 found worse value: 363.401645047. iteration 702 found worse value: 363.401645047. iteration702, perturbing to get out of local maxima iteration 703 found worse value: 363.401645047. iteration 704 found worse value: 363.401645047. iteration 705 found worse value: 363.401645047. iteration 706 found worse value: 363.401645047. iteration 707 found worse value: 363.401645047. iteration 708 found worse value: 363.401645047. iteration 709 found worse value: 363.401645047. iteration 710 found worse value: 363.401645047. iteration710, perturbing to get out of local maxima iteration 711 found worse value: 363.401645047. iteration 712 found worse value: 363.401645047. iteration712, perturbing to get out of local maxima iteration 713 found worse value: 363.401645047. iteration 714 found worse value: 363.401645047. iteration 715 found worse value: 363.401645047. iteration 716 found worse value: 363.401645047. iteration 717 found worse value: 363.401645047. iteration 718 found worse value: 363.401645047. iteration 719 found worse value: 363.401645047. iteration719, perturbing to get out of local maxima iteration 720 found worse value: 363.401645047. iteration720, perturbing to get out of local maxima iteration 721 found worse value: 363.401645047. iteration 722 found worse value: 363.401645047. iteration 723 found worse value: 363.401645047. iteration 724 found worse value: 363.401645047. iteration 725 found worse value: 363.401645047. iteration 726 found worse value: 363.401645047. iteration726, perturbing to get out of local maxima iteration 727 found worse value: 363.401645047. iteration727, perturbing to get out of local maxima iteration 728 found worse value: 363.401645047. iteration728, perturbing to get out of local maxima iteration 729 found worse value: 363.401645047. iteration 730 found worse value: 363.401645047. iteration 731 found worse value: 363.401645047. iteration 732 found worse value: 363.401645047. iteration 733 found worse value: 363.401645047. iteration 734 found worse value: 363.401645047. iteration 735 found worse value: 363.401645047. iteration 736 found worse value: 363.401645047. iteration 737 found worse value: 363.401645047. iteration 738 found worse value: 363.401645047. iteration738, perturbing to get out of local maxima iteration 739 found worse value: 363.401645047. iteration739, perturbing to get out of local maxima iteration 740 found worse value: 363.401645047. iteration 741 found worse value: 363.401645047. iteration 742 found worse value: 363.401645047. iteration 743 found worse value: 363.401645047. iteration743, perturbing to get out of local maxima iteration 744 found worse value: 363.401645047. iteration 745 found worse value: 363.401645047. iteration 746 found worse value: 363.401645047. iteration 747 found worse value: 363.401645047. iteration747, perturbing to get out of local maxima iteration 748 found worse value: 363.401645047. iteration 749 found worse value: 363.401645047. iteration 750 found worse value: 363.401645047. iteration 751 found worse value: 363.401645047. iteration 752 found worse value: 363.401645047. iteration 753 found worse value: 363.401645047. iteration 754 found worse value: 363.401645047. iteration754, perturbing to get out of local maxima iteration 755 found worse value: 363.401645047. iteration755, perturbing to get out of local maxima iteration 756 found worse value: 363.401645047. iteration756, perturbing to get out of local maxima iteration 757 found worse value: 363.401645047. iteration 758 found worse value: 363.401645047. iteration758, perturbing to get out of local maxima iteration 759 found worse value: 363.401645047. iteration759, perturbing to get out of local maxima iteration 760 found worse value: 363.401645047. iteration 761 found worse value: 363.401645047. iteration761, perturbing to get out of local maxima iteration 762 found worse value: 363.401645047. iteration762, perturbing to get out of local maxima iteration 763 found worse value: 363.401645047. iteration 764 found worse value: 363.401645047. iteration764, perturbing to get out of local maxima iteration 765 found worse value: 363.401645047. iteration 766 found worse value: 363.401645047. iteration766, perturbing to get out of local maxima iteration 767 found worse value: 363.401645047. iteration 768 found worse value: 363.401645047. iteration768, perturbing to get out of local maxima iteration 769 found worse value: 363.401645047. iteration769, perturbing to get out of local maxima iteration 770 found worse value: 363.401645047. iteration 771 found worse value: 363.401645047. iteration 772 found worse value: 363.401645047. iteration 773 found worse value: 363.401645047. iteration 774 found worse value: 363.401645047. iteration 775 found worse value: 363.401645047. iteration775, perturbing to get out of local maxima iteration 776 found worse value: 363.401645047. iteration776, perturbing to get out of local maxima iteration 777 found worse value: 363.401645047. iteration 778 found worse value: 363.401645047. iteration778, perturbing to get out of local maxima iteration 779 found worse value: 363.401645047. iteration 780 found worse value: 363.401645047. iteration780, perturbing to get out of local maxima iteration 781 found worse value: 363.401645047. iteration781, perturbing to get out of local maxima iteration 782 found worse value: 363.401645047. iteration 783 found worse value: 363.401645047. iteration 784 found worse value: 363.401645047. iteration 785 found worse value: 363.401645047. iteration 786 found worse value: 363.401645047. iteration 787 found worse value: 363.401645047. iteration787, perturbing to get out of local maxima iteration 788 found worse value: 363.401645047. iteration 789 found worse value: 363.401645047. iteration 790 found worse value: 363.401645047. iteration 791 found worse value: 363.401645047. iteration791, perturbing to get out of local maxima iteration 792 found worse value: 363.401645047. iteration 793 found worse value: 363.401645047. iteration 794 found worse value: 363.401645047. iteration 795 found worse value: 363.401645047. iteration795, perturbing to get out of local maxima iteration 796 found worse value: 363.401645047. iteration 797 found worse value: 363.401645047. iteration797, perturbing to get out of local maxima iteration 798 found worse value: 363.401645047. iteration 799 found worse value: 363.401645047. iteration 800 found worse value: 363.401645047. iteration 801 found worse value: 363.401645047. iteration 802 found worse value: 363.401645047. iteration 803 found worse value: 363.401645047. iteration 804 found worse value: 363.401645047. iteration 805 found worse value: 363.401645047. iteration805, perturbing to get out of local maxima iteration 806 found worse value: 363.401645047. iteration 807 found worse value: 363.401645047. iteration 808 found worse value: 363.401645047. iteration 809 found worse value: 363.401645047. iteration 810 found worse value: 363.401645047. iteration810, perturbing to get out of local maxima iteration 811 found worse value: 363.401645047. iteration 812 found worse value: 363.401645047. iteration812, perturbing to get out of local maxima iteration 813 found worse value: 363.401645047. iteration813, perturbing to get out of local maxima iteration 814 found worse value: 363.401645047. iteration 815 found worse value: 363.401645047. iteration 816 found worse value: 363.401645047. iteration 817 found worse value: 363.401645047. iteration817, perturbing to get out of local maxima iteration 818 found worse value: 363.401645047. iteration 819 found worse value: 363.401645047. iteration819, perturbing to get out of local maxima iteration 820 found worse value: 363.401645047. iteration 821 found worse value: 363.401645047. iteration 822 found worse value: 363.401645047. iteration 823 found worse value: 363.401645047. iteration823, perturbing to get out of local maxima iteration 824 found worse value: 363.401645047. iteration 825 found worse value: 363.401645047. iteration825, perturbing to get out of local maxima iteration 826 found worse value: 363.401645047. iteration 827 found worse value: 363.401645047. iteration 828 found worse value: 363.401645047. iteration828, perturbing to get out of local maxima iteration 829 found worse value: 363.401645047. iteration 830 found worse value: 363.401645047. iteration 831 found worse value: 363.401645047. iteration 832 found worse value: 363.401645047. iteration 833 found worse value: 363.401645047. iteration 834 found worse value: 363.401645047. iteration 835 found worse value: 363.401645047. iteration835, perturbing to get out of local maxima iteration 836 found worse value: 363.401645047. iteration836, perturbing to get out of local maxima iteration 837 found worse value: 363.401645047. iteration 838 found worse value: 363.401645047. iteration 839 found worse value: 363.401645047. iteration 840 found worse value: 363.401645047. iteration 841 found worse value: 363.401645047. iteration 842 found worse value: 363.401645047. iteration 843 found worse value: 363.401645047. iteration 844 found worse value: 363.401645047. iteration 845 found worse value: 363.401645047. iteration 846 found worse value: 363.401645047. iteration 847 found worse value: 363.401645047. iteration847, perturbing to get out of local maxima iteration 848 found worse value: 363.401645047. iteration 849 found worse value: 363.401645047. iteration 850 found worse value: 363.401645047. iteration 851 found worse value: 363.401645047. iteration 852 found worse value: 363.401645047. iteration852, perturbing to get out of local maxima iteration 853 found worse value: 363.401645047. iteration 854 found worse value: 363.401645047. iteration 855 found worse value: 363.401645047. iteration855, perturbing to get out of local maxima iteration 856 found worse value: 363.401645047. iteration856, perturbing to get out of local maxima iteration 857 found worse value: 363.401645047. iteration 858 found worse value: 363.401645047. iteration 859 found worse value: 363.401645047. iteration 860 found worse value: 363.401645047. iteration 861 found worse value: 363.401645047. iteration 862 found worse value: 363.401645047. iteration 863 found worse value: 363.401645047. iteration863, perturbing to get out of local maxima iteration 864 found worse value: 363.401645047. iteration864, perturbing to get out of local maxima iteration 865 found worse value: 363.401645047. iteration 866 found worse value: 363.401645047. iteration 867 found worse value: 363.401645047. iteration 868 found worse value: 363.401645047. iteration 869 found worse value: 363.401645047. iteration 870 found worse value: 363.401645047. iteration 871 found worse value: 363.401645047. iteration 872 found worse value: 363.401645047. iteration 873 found worse value: 363.401645047. iteration873, perturbing to get out of local maxima iteration 874 found worse value: 363.401645047. iteration 875 found worse value: 363.401645047. iteration 876 found worse value: 363.401645047. iteration 877 found worse value: 363.401645047. iteration 878 found worse value: 363.401645047. iteration 879 found worse value: 363.401645047. iteration879, perturbing to get out of local maxima iteration 880 found worse value: 363.401645047. iteration 881 found worse value: 363.401645047. iteration881, perturbing to get out of local maxima iteration 882 found worse value: 363.401645047. iteration882, perturbing to get out of local maxima iteration 883 found worse value: 363.401645047. iteration883, perturbing to get out of local maxima iteration 884 found worse value: 363.401645047. iteration 885 found worse value: 363.401645047. iteration 886 found worse value: 363.401645047. iteration 887 found worse value: 363.401645047. iteration887, perturbing to get out of local maxima iteration 888 found worse value: 363.401645047. iteration 889 found worse value: 363.401645047. iteration889, perturbing to get out of local maxima iteration 890 found worse value: 363.401645047. iteration890, perturbing to get out of local maxima iteration 891 found worse value: 363.401645047. iteration 892 found worse value: 363.401645047. iteration 893 found worse value: 363.401645047. iteration 894 found worse value: 363.401645047. iteration 895 found worse value: 363.401645047. iteration 896 found worse value: 363.401645047. iteration 897 found worse value: 363.401645047. iteration 898 found worse value: 363.401645047. iteration 899 found worse value: 363.401645047. iteration 900 found worse value: 363.401645047. iteration900, perturbing to get out of local maxima iteration 901 found worse value: 363.401645047. iteration 902 found worse value: 363.401645047. iteration902, perturbing to get out of local maxima iteration 903 found worse value: 363.401645047. iteration903, perturbing to get out of local maxima iteration 904 found worse value: 363.401645047. iteration904, perturbing to get out of local maxima iteration 905 found worse value: 363.401645047. iteration 906 found worse value: 363.401645047. iteration 907 found worse value: 363.401645047. iteration 908 found worse value: 363.401645047. iteration 909 found worse value: 363.401645047. iteration 910 found worse value: 363.401645047. iteration 911 found worse value: 363.401645047. iteration 912 found worse value: 363.401645047. iteration912, perturbing to get out of local maxima iteration 913 found worse value: 363.401645047. iteration913, perturbing to get out of local maxima iteration 914 found worse value: 363.401645047. iteration 915 found worse value: 363.401645047. iteration 916 found worse value: 363.401645047. iteration 917 found worse value: 363.401645047. iteration 918 found worse value: 363.401645047. iteration 919 found worse value: 363.401645047. iteration 920 found worse value: 363.401645047. iteration920, perturbing to get out of local maxima iteration 921 found worse value: 363.401645047. iteration 922 found worse value: 363.401645047. iteration 923 found better value: 363.405687635 iteration 924 found better value: 363.422661131 iteration 925 found worse value: 363.422661131. iteration 926 found worse value: 363.422661131. iteration926, perturbing to get out of local maxima iteration 927 found worse value: 363.422661131. iteration 928 found worse value: 363.422661131. iteration928, perturbing to get out of local maxima iteration 929 found worse value: 363.422661131. iteration 930 found worse value: 363.422661131. iteration 931 found worse value: 363.422661131. iteration931, perturbing to get out of local maxima iteration 932 found worse value: 363.422661131. iteration 933 found worse value: 363.422661131. iteration933, perturbing to get out of local maxima iteration 934 found worse value: 363.422661131. iteration 935 found worse value: 363.422661131. iteration 936 found worse value: 363.422661131. iteration 937 found worse value: 363.422661131. iteration937, perturbing to get out of local maxima iteration 938 found worse value: 363.422661131. iteration 939 found worse value: 363.422661131. iteration 940 found worse value: 363.422661131. iteration 941 found worse value: 363.422661131. iteration941, perturbing to get out of local maxima iteration 942 found worse value: 363.422661131. iteration 943 found worse value: 363.422661131. iteration943, perturbing to get out of local maxima iteration 944 found worse value: 363.422661131. iteration 945 found worse value: 363.422661131. iteration 946 found worse value: 363.422661131. iteration946, perturbing to get out of local maxima iteration 947 found worse value: 363.422661131. iteration 948 found worse value: 363.422661131. iteration 949 found worse value: 363.422661131. iteration949, perturbing to get out of local maxima iteration 950 found worse value: 363.422661131. iteration950, perturbing to get out of local maxima iteration 951 found worse value: 363.422661131. iteration 952 found worse value: 363.422661131. iteration 953 found worse value: 363.422661131. iteration 954 found worse value: 363.422661131. iteration 955 found worse value: 363.422661131. iteration955, perturbing to get out of local maxima iteration 956 found worse value: 363.422661131. iteration 957 found worse value: 363.422661131. iteration 958 found worse value: 363.422661131. iteration 959 found worse value: 363.422661131. iteration 960 found worse value: 363.422661131. iteration 961 found worse value: 363.422661131. iteration 962 found worse value: 363.422661131. iteration 963 found worse value: 363.422661131. iteration 964 found worse value: 363.422661131. iteration964, perturbing to get out of local maxima iteration 965 found worse value: 363.422661131. iteration 966 found worse value: 363.422661131. iteration 967 found worse value: 363.422661131. iteration967, perturbing to get out of local maxima iteration 968 found worse value: 363.422661131. iteration 969 found worse value: 363.422661131. iteration 970 found worse value: 363.422661131. iteration 971 found worse value: 363.422661131. iteration971, perturbing to get out of local maxima iteration 972 found better value: 363.424260094 iteration 973 found worse value: 363.424260094. iteration973, perturbing to get out of local maxima iteration 974 found worse value: 363.424260094. iteration974, perturbing to get out of local maxima iteration 975 found worse value: 363.424260094. iteration 976 found worse value: 363.424260094. iteration 977 found worse value: 363.424260094. iteration 978 found better value: 363.42440931900006 iteration 979 found worse value: 363.42440931900006. iteration 980 found worse value: 363.42440931900006. iteration 981 found worse value: 363.42440931900006. iteration 982 found worse value: 363.42440931900006. iteration982, perturbing to get out of local maxima iteration 983 found worse value: 363.42440931900006. iteration983, perturbing to get out of local maxima iteration 984 found worse value: 363.42440931900006. iteration 985 found worse value: 363.42440931900006. iteration985, perturbing to get out of local maxima iteration 986 found worse value: 363.42440931900006. iteration 987 found worse value: 363.42440931900006. iteration 988 found worse value: 363.42440931900006. iteration 989 found worse value: 363.42440931900006. iteration 990 found worse value: 363.42440931900006. iteration 991 found worse value: 363.42440931900006. iteration991, perturbing to get out of local maxima iteration 992 found worse value: 363.42440931900006. iteration992, perturbing to get out of local maxima iteration 993 found worse value: 363.42440931900006. iteration 994 found worse value: 363.42440931900006. iteration994, perturbing to get out of local maxima iteration 995 found worse value: 363.42440931900006. iteration 996 found worse value: 363.42440931900006. iteration 997 found worse value: 363.42440931900006. iteration 998 found worse value: 363.42440931900006. iteration 999 found worse value: 363.42440931900006. iteration999, perturbing to get out of local maxima iteration 1000 found worse value: 363.42440931900006. iteration 1001 found worse value: 363.42440931900006. iteration1001, perturbing to get out of local maxima iteration 1002 found worse value: 363.42440931900006. iteration 1003 found worse value: 363.42440931900006. iteration 1004 found worse value: 363.42440931900006. iteration1004, perturbing to get out of local maxima iteration 1005 found worse value: 363.42440931900006. iteration 1006 found worse value: 363.42440931900006. iteration1006, perturbing to get out of local maxima iteration 1007 found worse value: 363.42440931900006. iteration 1008 found worse value: 363.42440931900006. iteration 1009 found worse value: 363.42440931900006. iteration 1010 found worse value: 363.42440931900006. iteration 1011 found worse value: 363.42440931900006. iteration 1012 found worse value: 363.42440931900006. iteration 1013 found worse value: 363.42440931900006. iteration 1014 found worse value: 363.42440931900006. iteration1014, perturbing to get out of local maxima iteration 1015 found worse value: 363.42440931900006. iteration1015, perturbing to get out of local maxima iteration 1016 found better value: 363.42578077900004 iteration 1017 found better value: 363.42608945 iteration 1018 found better value: 363.428162756 iteration 1019 found worse value: 363.428162756. iteration1019, perturbing to get out of local maxima iteration 1020 found worse value: 363.428162756. iteration1020, perturbing to get out of local maxima iteration 1021 found worse value: 363.428162756. iteration 1022 found worse value: 363.428162756. iteration 1023 found worse value: 363.428162756. iteration 1024 found worse value: 363.428162756. iteration 1025 found worse value: 363.428162756. iteration1025, perturbing to get out of local maxima iteration 1026 found worse value: 363.428162756. iteration 1027 found worse value: 363.428162756. iteration1027, perturbing to get out of local maxima iteration 1028 found worse value: 363.428162756. iteration 1029 found worse value: 363.428162756. iteration 1030 found worse value: 363.428162756. iteration 1031 found worse value: 363.428162756. iteration 1032 found better value: 363.43488161 iteration 1033 found worse value: 363.43488161. iteration 1034 found worse value: 363.43488161. iteration1034, perturbing to get out of local maxima iteration 1035 found worse value: 363.43488161. iteration1035, perturbing to get out of local maxima iteration 1036 found worse value: 363.43488161. iteration 1037 found worse value: 363.43488161. iteration1037, perturbing to get out of local maxima iteration 1038 found worse value: 363.43488161. iteration1038, perturbing to get out of local maxima iteration 1039 found worse value: 363.43488161. iteration 1040 found worse value: 363.43488161. iteration1040, perturbing to get out of local maxima iteration 1041 found worse value: 363.43488161. iteration 1042 found worse value: 363.43488161. iteration1042, perturbing to get out of local maxima iteration 1043 found worse value: 363.43488161. iteration 1044 found worse value: 363.43488161. iteration 1045 found worse value: 363.43488161. iteration 1046 found worse value: 363.43488161. iteration 1047 found worse value: 363.43488161. iteration 1048 found worse value: 363.43488161. iteration 1049 found worse value: 363.43488161. iteration1049, perturbing to get out of local maxima iteration 1050 found worse value: 363.43488161. iteration1050, perturbing to get out of local maxima iteration 1051 found worse value: 363.43488161. iteration 1052 found worse value: 363.43488161. iteration1052, perturbing to get out of local maxima iteration 1053 found worse value: 363.43488161. iteration 1054 found worse value: 363.43488161. iteration 1055 found worse value: 363.43488161. iteration 1056 found worse value: 363.43488161. iteration 1057 found worse value: 363.43488161. iteration1057, perturbing to get out of local maxima iteration 1058 found worse value: 363.43488161. iteration 1059 found worse value: 363.43488161. iteration 1060 found worse value: 363.43488161. iteration 1061 found worse value: 363.43488161. iteration1061, perturbing to get out of local maxima iteration 1062 found worse value: 363.43488161. iteration1062, perturbing to get out of local maxima iteration 1063 found worse value: 363.43488161. iteration 1064 found worse value: 363.43488161. iteration 1065 found worse value: 363.43488161. iteration 1066 found worse value: 363.43488161. iteration1066, perturbing to get out of local maxima iteration 1067 found worse value: 363.43488161. iteration1067, perturbing to get out of local maxima iteration 1068 found worse value: 363.43488161. iteration 1069 found worse value: 363.43488161. iteration1069, perturbing to get out of local maxima iteration 1070 found worse value: 363.43488161. iteration 1071 found worse value: 363.43488161. iteration 1072 found worse value: 363.43488161. iteration 1073 found worse value: 363.43488161. iteration 1074 found worse value: 363.43488161. iteration 1075 found worse value: 363.43488161. iteration1075, perturbing to get out of local maxima iteration 1076 found worse value: 363.43488161. iteration1076, perturbing to get out of local maxima iteration 1077 found better value: 363.43513551100006 iteration 1078 found worse value: 363.43513551100006. iteration1078, perturbing to get out of local maxima iteration 1079 found worse value: 363.43513551100006. iteration 1080 found better value: 363.445754162 iteration 1081 found better value: 363.445846431 iteration 1082 found worse value: 363.445846431. iteration 1083 found worse value: 363.445846431. iteration1083, perturbing to get out of local maxima iteration 1084 found worse value: 363.445846431. iteration 1085 found better value: 363.44629220999997 iteration 1086 found worse value: 363.44629220999997. iteration 1087 found worse value: 363.44629220999997. iteration 1088 found worse value: 363.44629220999997. iteration 1089 found worse value: 363.44629220999997. iteration1089, perturbing to get out of local maxima iteration 1090 found worse value: 363.44629220999997. iteration 1091 found worse value: 363.44629220999997. iteration1091, perturbing to get out of local maxima iteration 1092 found better value: 363.447134035 iteration 1093 found worse value: 363.447134035. iteration1093, perturbing to get out of local maxima iteration 1094 found worse value: 363.447134035. iteration 1095 found worse value: 363.447134035. iteration 1096 found better value: 363.447643406 iteration 1097 found better value: 363.449431145 iteration 1098 found worse value: 363.449431145. iteration1098, perturbing to get out of local maxima iteration 1099 found worse value: 363.449431145. iteration1099, perturbing to get out of local maxima iteration 1100 found worse value: 363.449431145. iteration 1101 found worse value: 363.449431145. iteration1101, perturbing to get out of local maxima iteration 1102 found worse value: 363.449431145. iteration1102, perturbing to get out of local maxima iteration 1103 found worse value: 363.449431145. iteration1103, perturbing to get out of local maxima iteration 1104 found worse value: 363.449431145. iteration 1105 found worse value: 363.449431145. iteration1105, perturbing to get out of local maxima iteration 1106 found worse value: 363.449431145. iteration1106, perturbing to get out of local maxima iteration 1107 found worse value: 363.449431145. iteration 1108 found worse value: 363.449431145. iteration1108, perturbing to get out of local maxima iteration 1109 found worse value: 363.449431145. iteration 1110 found worse value: 363.449431145. iteration 1111 found worse value: 363.449431145. iteration 1112 found worse value: 363.449431145. iteration 1113 found worse value: 363.449431145. iteration 1114 found worse value: 363.449431145. iteration 1115 found worse value: 363.449431145. iteration 1116 found worse value: 363.449431145. iteration 1117 found worse value: 363.449431145. iteration1117, perturbing to get out of local maxima iteration 1118 found worse value: 363.449431145. iteration 1119 found better value: 363.463704022 iteration 1120 found worse value: 363.463704022. iteration 1121 found better value: 363.46375054500004 iteration 1122 found better value: 363.46518505200004 iteration 1123 found better value: 363.4655709880001 iteration 1124 found worse value: 363.4655709880001. iteration1124, perturbing to get out of local maxima iteration 1125 found worse value: 363.4655709880001. iteration1125, perturbing to get out of local maxima iteration 1126 found worse value: 363.4655709880001. iteration 1127 found worse value: 363.4655709880001. iteration 1128 found worse value: 363.4655709880001. iteration1128, perturbing to get out of local maxima iteration 1129 found worse value: 363.4655709880001. iteration1129, perturbing to get out of local maxima iteration 1130 found better value: 363.46638143399997 iteration 1131 found worse value: 363.46638143399997. iteration1131, perturbing to get out of local maxima iteration 1132 found worse value: 363.46638143399997. iteration1132, perturbing to get out of local maxima iteration 1133 found worse value: 363.46638143399997. iteration 1134 found worse value: 363.46638143399997. iteration1134, perturbing to get out of local maxima iteration 1135 found worse value: 363.46638143399997. iteration 1136 found worse value: 363.46638143399997. iteration 1137 found worse value: 363.46638143399997. iteration1137, perturbing to get out of local maxima iteration 1138 found worse value: 363.46638143399997. iteration 1139 found worse value: 363.46638143399997. iteration 1140 found worse value: 363.46638143399997. iteration 1141 found worse value: 363.46638143399997. iteration 1142 found worse value: 363.46638143399997. iteration 1143 found worse value: 363.46638143399997. iteration 1144 found worse value: 363.46638143399997. iteration1144, perturbing to get out of local maxima iteration 1145 found worse value: 363.46638143399997. iteration 1146 found worse value: 363.46638143399997. iteration1146, perturbing to get out of local maxima iteration 1147 found worse value: 363.46638143399997. iteration 1148 found worse value: 363.46638143399997. iteration 1149 found worse value: 363.46638143399997. iteration 1150 found worse value: 363.46638143399997. iteration 1151 found better value: 363.469779759 iteration 1152 found worse value: 363.469779759. iteration1152, perturbing to get out of local maxima iteration 1153 found worse value: 363.469779759. iteration1153, perturbing to get out of local maxima iteration 1154 found worse value: 363.469779759. iteration1154, perturbing to get out of local maxima iteration 1155 found worse value: 363.469779759. iteration 1156 found worse value: 363.469779759. iteration 1157 found worse value: 363.469779759. iteration 1158 found worse value: 363.469779759. iteration 1159 found worse value: 363.469779759. iteration 1160 found worse value: 363.469779759. iteration1160, perturbing to get out of local maxima iteration 1161 found better value: 363.47018194500004 iteration 1162 found worse value: 363.47018194500004. iteration1162, perturbing to get out of local maxima iteration 1163 found worse value: 363.47018194500004. iteration 1164 found worse value: 363.47018194500004. iteration 1165 found worse value: 363.47018194500004. iteration 1166 found worse value: 363.47018194500004. iteration 1167 found better value: 363.47058932400006 iteration 1168 found worse value: 363.47058932400006. iteration1168, perturbing to get out of local maxima iteration 1169 found worse value: 363.47058932400006. iteration 1170 found worse value: 363.47058932400006. iteration 1171 found worse value: 363.47058932400006. iteration1171, perturbing to get out of local maxima iteration 1172 found worse value: 363.47058932400006. iteration1172, perturbing to get out of local maxima iteration 1173 found worse value: 363.47058932400006. iteration 1174 found worse value: 363.47058932400006. iteration 1175 found worse value: 363.47058932400006. iteration1175, perturbing to get out of local maxima iteration 1176 found worse value: 363.47058932400006. iteration 1177 found worse value: 363.47058932400006. iteration1177, perturbing to get out of local maxima iteration 1178 found worse value: 363.47058932400006. iteration 1179 found worse value: 363.47058932400006. iteration 1180 found worse value: 363.47058932400006. iteration 1181 found worse value: 363.47058932400006. iteration 1182 found worse value: 363.47058932400006. iteration 1183 found worse value: 363.47058932400006. iteration1183, perturbing to get out of local maxima iteration 1184 found worse value: 363.47058932400006. iteration 1185 found worse value: 363.47058932400006. iteration 1186 found worse value: 363.47058932400006. iteration 1187 found worse value: 363.47058932400006. iteration 1188 found worse value: 363.47058932400006. iteration 1189 found worse value: 363.47058932400006. iteration1189, perturbing to get out of local maxima iteration 1190 found worse value: 363.47058932400006. iteration 1191 found worse value: 363.47058932400006. iteration1191, perturbing to get out of local maxima iteration 1192 found worse value: 363.47058932400006. iteration 1193 found worse value: 363.47058932400006. iteration1193, perturbing to get out of local maxima iteration 1194 found worse value: 363.47058932400006. iteration1194, perturbing to get out of local maxima iteration 1195 found worse value: 363.47058932400006. iteration 1196 found worse value: 363.47058932400006. iteration 1197 found worse value: 363.47058932400006. iteration1197, perturbing to get out of local maxima iteration 1198 found worse value: 363.47058932400006. iteration 1199 found worse value: 363.47058932400006. iteration 1200 found worse value: 363.47058932400006. iteration 1201 found worse value: 363.47058932400006. iteration1201, perturbing to get out of local maxima iteration 1202 found worse value: 363.47058932400006. iteration 1203 found worse value: 363.47058932400006. iteration 1204 found worse value: 363.47058932400006. iteration1204, perturbing to get out of local maxima iteration 1205 found worse value: 363.47058932400006. iteration1205, perturbing to get out of local maxima iteration 1206 found worse value: 363.47058932400006. iteration1206, perturbing to get out of local maxima iteration 1207 found worse value: 363.47058932400006. iteration 1208 found worse value: 363.47058932400006. iteration 1209 found worse value: 363.47058932400006. iteration 1210 found worse value: 363.47058932400006. iteration 1211 found worse value: 363.47058932400006. iteration1211, perturbing to get out of local maxima iteration 1212 found worse value: 363.47058932400006. iteration 1213 found worse value: 363.47058932400006. iteration 1214 found worse value: 363.47058932400006. iteration 1215 found worse value: 363.47058932400006. iteration 1216 found worse value: 363.47058932400006. iteration 1217 found worse value: 363.47058932400006. iteration 1218 found worse value: 363.47058932400006. iteration 1219 found worse value: 363.47058932400006. iteration1219, perturbing to get out of local maxima iteration 1220 found worse value: 363.47058932400006. iteration 1221 found worse value: 363.47058932400006. iteration 1222 found worse value: 363.47058932400006. iteration 1223 found worse value: 363.47058932400006. iteration 1224 found worse value: 363.47058932400006. iteration1224, perturbing to get out of local maxima iteration 1225 found worse value: 363.47058932400006. iteration 1226 found worse value: 363.47058932400006. iteration 1227 found worse value: 363.47058932400006. iteration 1228 found worse value: 363.47058932400006. iteration 1229 found worse value: 363.47058932400006. iteration 1230 found worse value: 363.47058932400006. iteration1230, perturbing to get out of local maxima iteration 1231 found worse value: 363.47058932400006. iteration 1232 found worse value: 363.47058932400006. iteration 1233 found worse value: 363.47058932400006. iteration 1234 found worse value: 363.47058932400006. iteration 1235 found worse value: 363.47058932400006. iteration 1236 found worse value: 363.47058932400006. iteration 1237 found worse value: 363.47058932400006. iteration 1238 found worse value: 363.47058932400006. iteration 1239 found worse value: 363.47058932400006. iteration 1240 found worse value: 363.47058932400006. iteration 1241 found worse value: 363.47058932400006. iteration 1242 found worse value: 363.47058932400006. iteration 1243 found worse value: 363.47058932400006. iteration 1244 found worse value: 363.47058932400006. iteration1244, perturbing to get out of local maxima iteration 1245 found worse value: 363.47058932400006. iteration 1246 found better value: 363.471751617 iteration 1247 found better value: 363.474020989 iteration 1248 found better value: 363.474205903 iteration 1249 found better value: 363.47433158399997 iteration 1250 found worse value: 363.47433158399997. iteration 1251 found worse value: 363.47433158399997. iteration 1252 found worse value: 363.47433158399997. iteration 1253 found worse value: 363.47433158399997. iteration1253, perturbing to get out of local maxima iteration 1254 found worse value: 363.47433158399997. iteration 1255 found worse value: 363.47433158399997. iteration1255, perturbing to get out of local maxima iteration 1256 found better value: 363.475280171 iteration 1257 found worse value: 363.475280171. iteration 1258 found worse value: 363.475280171. iteration 1259 found worse value: 363.475280171. iteration 1260 found worse value: 363.475280171. iteration1260, perturbing to get out of local maxima iteration 1261 found worse value: 363.475280171. iteration 1262 found worse value: 363.475280171. iteration 1263 found worse value: 363.475280171. iteration 1264 found worse value: 363.475280171. iteration 1265 found worse value: 363.475280171. iteration1265, perturbing to get out of local maxima iteration 1266 found worse value: 363.475280171. iteration 1267 found worse value: 363.475280171. iteration 1268 found worse value: 363.475280171. iteration 1269 found worse value: 363.475280171. iteration1269, perturbing to get out of local maxima iteration 1270 found worse value: 363.475280171. iteration1270, perturbing to get out of local maxima iteration 1271 found worse value: 363.475280171. iteration1271, perturbing to get out of local maxima iteration 1272 found worse value: 363.475280171. iteration 1273 found worse value: 363.475280171. iteration 1274 found worse value: 363.475280171. iteration 1275 found worse value: 363.475280171. iteration 1276 found worse value: 363.475280171. iteration1276, perturbing to get out of local maxima iteration 1277 found worse value: 363.475280171. iteration 1278 found worse value: 363.475280171. iteration 1279 found worse value: 363.475280171. iteration 1280 found worse value: 363.475280171. iteration 1281 found worse value: 363.475280171. iteration1281, perturbing to get out of local maxima iteration 1282 found worse value: 363.475280171. iteration1282, perturbing to get out of local maxima iteration 1283 found worse value: 363.475280171. iteration1283, perturbing to get out of local maxima iteration 1284 found worse value: 363.475280171. iteration 1285 found worse value: 363.475280171. iteration1285, perturbing to get out of local maxima iteration 1286 found worse value: 363.475280171. iteration1286, perturbing to get out of local maxima iteration 1287 found worse value: 363.475280171. iteration 1288 found worse value: 363.475280171. iteration 1289 found worse value: 363.475280171. iteration 1290 found worse value: 363.475280171. iteration 1291 found worse value: 363.475280171. iteration 1292 found worse value: 363.475280171. iteration 1293 found better value: 363.48308182 iteration 1294 found worse value: 363.48308182. iteration 1295 found better value: 363.48539585500004 iteration 1296 found better value: 363.48829678500005 iteration 1297 found worse value: 363.48829678500005. iteration 1298 found better value: 363.489018928 iteration 1299 found better value: 363.491381892 iteration 1300 found worse value: 363.491381892. iteration 1301 found worse value: 363.491381892. iteration 1302 found worse value: 363.491381892. iteration 1303 found worse value: 363.491381892. iteration 1304 found worse value: 363.491381892. iteration 1305 found worse value: 363.491381892. iteration 1306 found better value: 363.491883168 iteration 1307 found worse value: 363.491883168. iteration 1308 found worse value: 363.491883168. iteration 1309 found worse value: 363.491883168. iteration 1310 found better value: 363.492184117 iteration 1311 found worse value: 363.492184117. iteration 1312 found worse value: 363.492184117. iteration 1313 found worse value: 363.492184117. iteration 1314 found better value: 363.49358500399995 iteration 1315 found better value: 363.494086839 iteration 1316 found worse value: 363.494086839. iteration1316, perturbing to get out of local maxima iteration 1317 found worse value: 363.494086839. iteration 1318 found worse value: 363.494086839. iteration1318, perturbing to get out of local maxima iteration 1319 found worse value: 363.494086839. iteration1319, perturbing to get out of local maxima iteration 1320 found worse value: 363.494086839. iteration 1321 found worse value: 363.494086839. iteration 1322 found worse value: 363.494086839. iteration 1323 found worse value: 363.494086839. iteration 1324 found worse value: 363.494086839. iteration1324, perturbing to get out of local maxima iteration 1325 found worse value: 363.494086839. iteration1325, perturbing to get out of local maxima iteration 1326 found worse value: 363.494086839. iteration 1327 found worse value: 363.494086839. iteration1327, perturbing to get out of local maxima iteration 1328 found worse value: 363.494086839. iteration 1329 found worse value: 363.494086839. iteration 1330 found worse value: 363.494086839. iteration 1331 found worse value: 363.494086839. iteration 1332 found worse value: 363.494086839. iteration 1333 found worse value: 363.494086839. iteration1333, perturbing to get out of local maxima iteration 1334 found worse value: 363.494086839. iteration1334, perturbing to get out of local maxima iteration 1335 found worse value: 363.494086839. iteration 1336 found worse value: 363.494086839. iteration1336, perturbing to get out of local maxima iteration 1337 found worse value: 363.494086839. iteration 1338 found worse value: 363.494086839. iteration 1339 found better value: 363.494640459 iteration 1340 found worse value: 363.494640459. iteration 1341 found worse value: 363.494640459. iteration1341, perturbing to get out of local maxima iteration 1342 found worse value: 363.494640459. iteration 1343 found worse value: 363.494640459. iteration 1344 found worse value: 363.494640459. iteration 1345 found worse value: 363.494640459. iteration 1346 found worse value: 363.494640459. iteration 1347 found worse value: 363.494640459. iteration 1348 found worse value: 363.494640459. iteration1348, perturbing to get out of local maxima iteration 1349 found worse value: 363.494640459. iteration 1350 found worse value: 363.494640459. iteration 1351 found worse value: 363.494640459. iteration 1352 found worse value: 363.494640459. iteration 1353 found worse value: 363.494640459. iteration 1354 found worse value: 363.494640459. iteration 1355 found worse value: 363.494640459. iteration 1356 found worse value: 363.494640459. iteration 1357 found better value: 363.49672349599996 iteration 1358 found better value: 363.49817787 iteration 1359 found worse value: 363.49817787. iteration 1360 found better value: 363.498571154 iteration 1361 found worse value: 363.498571154. iteration 1362 found worse value: 363.498571154. iteration 1363 found worse value: 363.498571154. iteration 1364 found worse value: 363.498571154. iteration 1365 found worse value: 363.498571154. iteration1365, perturbing to get out of local maxima iteration 1366 found worse value: 363.498571154. iteration1366, perturbing to get out of local maxima iteration 1367 found worse value: 363.498571154. iteration 1368 found worse value: 363.498571154. iteration 1369 found worse value: 363.498571154. iteration1369, perturbing to get out of local maxima iteration 1370 found worse value: 363.498571154. iteration 1371 found worse value: 363.498571154. iteration 1372 found worse value: 363.498571154. iteration 1373 found worse value: 363.498571154. iteration1373, perturbing to get out of local maxima iteration 1374 found worse value: 363.498571154. iteration1374, perturbing to get out of local maxima iteration 1375 found worse value: 363.498571154. iteration 1376 found worse value: 363.498571154. iteration 1377 found worse value: 363.498571154. iteration 1378 found worse value: 363.498571154. iteration 1379 found worse value: 363.498571154. iteration 1380 found worse value: 363.498571154. iteration 1381 found worse value: 363.498571154. iteration 1382 found worse value: 363.498571154. iteration 1383 found worse value: 363.498571154. iteration1383, perturbing to get out of local maxima iteration 1384 found worse value: 363.498571154. iteration 1385 found worse value: 363.498571154. iteration 1386 found worse value: 363.498571154. iteration 1387 found worse value: 363.498571154. iteration 1388 found worse value: 363.498571154. iteration 1389 found worse value: 363.498571154. iteration1389, perturbing to get out of local maxima iteration 1390 found worse value: 363.498571154. iteration1390, perturbing to get out of local maxima iteration 1391 found worse value: 363.498571154. iteration 1392 found worse value: 363.498571154. iteration 1393 found worse value: 363.498571154. iteration 1394 found worse value: 363.498571154. iteration 1395 found worse value: 363.498571154. iteration1395, perturbing to get out of local maxima iteration 1396 found worse value: 363.498571154. iteration 1397 found worse value: 363.498571154. iteration 1398 found worse value: 363.498571154. iteration 1399 found worse value: 363.498571154. iteration 1400 found worse value: 363.498571154. iteration1400, perturbing to get out of local maxima iteration 1401 found worse value: 363.498571154. iteration 1402 found worse value: 363.498571154. iteration 1403 found worse value: 363.498571154. iteration 1404 found worse value: 363.498571154. iteration 1405 found worse value: 363.498571154. iteration1405, perturbing to get out of local maxima iteration 1406 found worse value: 363.498571154. iteration 1407 found worse value: 363.498571154. iteration 1408 found worse value: 363.498571154. iteration1408, perturbing to get out of local maxima iteration 1409 found worse value: 363.498571154. iteration 1410 found worse value: 363.498571154. iteration 1411 found worse value: 363.498571154. iteration 1412 found worse value: 363.498571154. iteration 1413 found worse value: 363.498571154. iteration 1414 found worse value: 363.498571154. iteration 1415 found worse value: 363.498571154. iteration 1416 found worse value: 363.498571154. iteration1416, perturbing to get out of local maxima iteration 1417 found worse value: 363.498571154. iteration 1418 found worse value: 363.498571154. iteration 1419 found better value: 363.501189178 iteration 1420 found worse value: 363.501189178. iteration1420, perturbing to get out of local maxima iteration 1421 found worse value: 363.501189178. iteration1421, perturbing to get out of local maxima iteration 1422 found worse value: 363.501189178. iteration1422, perturbing to get out of local maxima iteration 1423 found worse value: 363.501189178. iteration1423, perturbing to get out of local maxima iteration 1424 found worse value: 363.501189178. iteration1424, perturbing to get out of local maxima iteration 1425 found worse value: 363.501189178. iteration1425, perturbing to get out of local maxima iteration 1426 found worse value: 363.501189178. iteration 1427 found worse value: 363.501189178. iteration 1428 found worse value: 363.501189178. iteration 1429 found worse value: 363.501189178. iteration 1430 found worse value: 363.501189178. iteration1430, perturbing to get out of local maxima iteration 1431 found worse value: 363.501189178. iteration1431, perturbing to get out of local maxima iteration 1432 found worse value: 363.501189178. iteration 1433 found worse value: 363.501189178. iteration1433, perturbing to get out of local maxima iteration 1434 found worse value: 363.501189178. iteration1434, perturbing to get out of local maxima iteration 1435 found worse value: 363.501189178. iteration 1436 found worse value: 363.501189178. iteration1436, perturbing to get out of local maxima iteration 1437 found worse value: 363.501189178. iteration 1438 found worse value: 363.501189178. iteration 1439 found worse value: 363.501189178. iteration 1440 found worse value: 363.501189178. iteration1440, perturbing to get out of local maxima iteration 1441 found worse value: 363.501189178. iteration 1442 found worse value: 363.501189178. iteration 1443 found worse value: 363.501189178. iteration1443, perturbing to get out of local maxima iteration 1444 found worse value: 363.501189178. iteration1444, perturbing to get out of local maxima iteration 1445 found worse value: 363.501189178. iteration 1446 found worse value: 363.501189178. iteration 1447 found worse value: 363.501189178. iteration1447, perturbing to get out of local maxima iteration 1448 found worse value: 363.501189178. iteration 1449 found worse value: 363.501189178. iteration 1450 found worse value: 363.501189178. iteration 1451 found worse value: 363.501189178. iteration 1452 found worse value: 363.501189178. iteration 1453 found worse value: 363.501189178. iteration1453, perturbing to get out of local maxima iteration 1454 found worse value: 363.501189178. iteration1454, perturbing to get out of local maxima iteration 1455 found worse value: 363.501189178. iteration 1456 found worse value: 363.501189178. iteration1456, perturbing to get out of local maxima iteration 1457 found worse value: 363.501189178. iteration 1458 found worse value: 363.501189178. iteration 1459 found worse value: 363.501189178. iteration 1460 found worse value: 363.501189178. iteration 1461 found worse value: 363.501189178. iteration 1462 found worse value: 363.501189178. iteration 1463 found worse value: 363.501189178. iteration1463, perturbing to get out of local maxima iteration 1464 found worse value: 363.501189178. iteration 1465 found worse value: 363.501189178. iteration 1466 found worse value: 363.501189178. iteration 1467 found worse value: 363.501189178. iteration1467, perturbing to get out of local maxima iteration 1468 found worse value: 363.501189178. iteration 1469 found worse value: 363.501189178. iteration 1470 found worse value: 363.501189178. iteration 1471 found worse value: 363.501189178. iteration1471, perturbing to get out of local maxima iteration 1472 found worse value: 363.501189178. iteration1472, perturbing to get out of local maxima iteration 1473 found worse value: 363.501189178. iteration1473, perturbing to get out of local maxima iteration 1474 found worse value: 363.501189178. iteration 1475 found worse value: 363.501189178. iteration1475, perturbing to get out of local maxima iteration 1476 found worse value: 363.501189178. iteration 1477 found worse value: 363.501189178. iteration1477, perturbing to get out of local maxima iteration 1478 found worse value: 363.501189178. iteration1478, perturbing to get out of local maxima iteration 1479 found worse value: 363.501189178. iteration1479, perturbing to get out of local maxima iteration 1480 found worse value: 363.501189178. iteration 1481 found worse value: 363.501189178. iteration 1482 found worse value: 363.501189178. iteration1482, perturbing to get out of local maxima iteration 1483 found worse value: 363.501189178. iteration 1484 found worse value: 363.501189178. iteration 1485 found worse value: 363.501189178. iteration 1486 found worse value: 363.501189178. iteration 1487 found worse value: 363.501189178. iteration 1488 found worse value: 363.501189178. iteration 1489 found worse value: 363.501189178. iteration 1490 found worse value: 363.501189178. iteration 1491 found worse value: 363.501189178. iteration 1492 found worse value: 363.501189178. iteration1492, perturbing to get out of local maxima iteration 1493 found worse value: 363.501189178. iteration 1494 found worse value: 363.501189178. iteration 1495 found worse value: 363.501189178. iteration 1496 found worse value: 363.501189178. iteration 1497 found worse value: 363.501189178. iteration 1498 found worse value: 363.501189178. iteration1498, perturbing to get out of local maxima iteration 1499 found worse value: 363.501189178. iteration 1500 found worse value: 363.501189178. iteration 1501 found worse value: 363.501189178. iteration1501, perturbing to get out of local maxima iteration 1502 found worse value: 363.501189178. iteration 1503 found worse value: 363.501189178. iteration1503, perturbing to get out of local maxima iteration 1504 found worse value: 363.501189178. iteration1504, perturbing to get out of local maxima iteration 1505 found worse value: 363.501189178. iteration 1506 found worse value: 363.501189178. iteration 1507 found worse value: 363.501189178. iteration 1508 found worse value: 363.501189178. iteration 1509 found worse value: 363.501189178. iteration 1510 found worse value: 363.501189178. iteration1510, perturbing to get out of local maxima iteration 1511 found worse value: 363.501189178. iteration1511, perturbing to get out of local maxima iteration 1512 found worse value: 363.501189178. iteration 1513 found worse value: 363.501189178. iteration1513, perturbing to get out of local maxima iteration 1514 found worse value: 363.501189178. iteration 1515 found worse value: 363.501189178. iteration 1516 found worse value: 363.501189178. iteration 1517 found worse value: 363.501189178. iteration 1518 found worse value: 363.501189178. iteration 1519 found worse value: 363.501189178. iteration1519, perturbing to get out of local maxima iteration 1520 found worse value: 363.501189178. iteration1520, perturbing to get out of local maxima iteration 1521 found worse value: 363.501189178. iteration1521, perturbing to get out of local maxima iteration 1522 found worse value: 363.501189178. iteration 1523 found worse value: 363.501189178. iteration 1524 found worse value: 363.501189178. iteration1524, perturbing to get out of local maxima iteration 1525 found worse value: 363.501189178. iteration 1526 found worse value: 363.501189178. iteration1526, perturbing to get out of local maxima iteration 1527 found worse value: 363.501189178. iteration 1528 found worse value: 363.501189178. iteration 1529 found worse value: 363.501189178. iteration 1530 found worse value: 363.501189178. iteration 1531 found worse value: 363.501189178. iteration 1532 found worse value: 363.501189178. iteration 1533 found worse value: 363.501189178. iteration 1534 found worse value: 363.501189178. iteration 1535 found worse value: 363.501189178. iteration 1536 found worse value: 363.501189178. iteration1536, perturbing to get out of local maxima iteration 1537 found worse value: 363.501189178. iteration 1538 found worse value: 363.501189178. iteration 1539 found worse value: 363.501189178. iteration 1540 found worse value: 363.501189178. iteration 1541 found worse value: 363.501189178. iteration1541, perturbing to get out of local maxima iteration 1542 found worse value: 363.501189178. iteration 1543 found worse value: 363.501189178. iteration1543, perturbing to get out of local maxima iteration 1544 found worse value: 363.501189178. iteration 1545 found worse value: 363.501189178. iteration 1546 found worse value: 363.501189178. iteration 1547 found worse value: 363.501189178. iteration 1548 found worse value: 363.501189178. iteration 1549 found worse value: 363.501189178. iteration 1550 found worse value: 363.501189178. iteration 1551 found worse value: 363.501189178. iteration1551, perturbing to get out of local maxima iteration 1552 found worse value: 363.501189178. iteration1552, perturbing to get out of local maxima iteration 1553 found worse value: 363.501189178. iteration1553, perturbing to get out of local maxima iteration 1554 found worse value: 363.501189178. iteration 1555 found worse value: 363.501189178. iteration1555, perturbing to get out of local maxima iteration 1556 found worse value: 363.501189178. iteration1556, perturbing to get out of local maxima iteration 1557 found worse value: 363.501189178. iteration 1558 found worse value: 363.501189178. iteration1558, perturbing to get out of local maxima iteration 1559 found worse value: 363.501189178. iteration 1560 found worse value: 363.501189178. iteration 1561 found worse value: 363.501189178. iteration 1562 found worse value: 363.501189178. iteration1562, perturbing to get out of local maxima iteration 1563 found worse value: 363.501189178. iteration 1564 found worse value: 363.501189178. iteration 1565 found worse value: 363.501189178. iteration 1566 found worse value: 363.501189178. iteration1566, perturbing to get out of local maxima iteration 1567 found worse value: 363.501189178. iteration 1568 found worse value: 363.501189178. iteration 1569 found worse value: 363.501189178. iteration1569, perturbing to get out of local maxima iteration 1570 found worse value: 363.501189178. iteration1570, perturbing to get out of local maxima iteration 1571 found worse value: 363.501189178. iteration 1572 found worse value: 363.501189178. iteration 1573 found worse value: 363.501189178. iteration1573, perturbing to get out of local maxima iteration 1574 found worse value: 363.501189178. iteration 1575 found worse value: 363.501189178. iteration1575, perturbing to get out of local maxima iteration 1576 found worse value: 363.501189178. iteration 1577 found worse value: 363.501189178. iteration 1578 found worse value: 363.501189178. iteration1578, perturbing to get out of local maxima iteration 1579 found worse value: 363.501189178. iteration1579, perturbing to get out of local maxima iteration 1580 found worse value: 363.501189178. iteration 1581 found worse value: 363.501189178. iteration 1582 found worse value: 363.501189178. iteration1582, perturbing to get out of local maxima iteration 1583 found worse value: 363.501189178. iteration1583, perturbing to get out of local maxima iteration 1584 found worse value: 363.501189178. iteration 1585 found worse value: 363.501189178. iteration 1586 found worse value: 363.501189178. iteration 1587 found worse value: 363.501189178. iteration 1588 found worse value: 363.501189178. iteration 1589 found worse value: 363.501189178. iteration 1590 found worse value: 363.501189178. iteration 1591 found worse value: 363.501189178. iteration 1592 found worse value: 363.501189178. iteration 1593 found worse value: 363.501189178. iteration 1594 found worse value: 363.501189178. iteration 1595 found worse value: 363.501189178. iteration 1596 found worse value: 363.501189178. iteration 1597 found worse value: 363.501189178. iteration 1598 found worse value: 363.501189178. iteration 1599 found worse value: 363.501189178. iteration1599, perturbing to get out of local maxima iteration 1600 found worse value: 363.501189178. iteration 1601 found worse value: 363.501189178. iteration 1602 found worse value: 363.501189178. iteration 1603 found worse value: 363.501189178. iteration1603, perturbing to get out of local maxima iteration 1604 found worse value: 363.501189178. iteration 1605 found worse value: 363.501189178. iteration 1606 found worse value: 363.501189178. iteration1606, perturbing to get out of local maxima iteration 1607 found worse value: 363.501189178. iteration 1608 found worse value: 363.501189178. iteration 1609 found worse value: 363.501189178. iteration1609, perturbing to get out of local maxima iteration 1610 found worse value: 363.501189178. iteration 1611 found worse value: 363.501189178. iteration 1612 found worse value: 363.501189178. iteration 1613 found worse value: 363.501189178. iteration 1614 found worse value: 363.501189178. iteration 1615 found worse value: 363.501189178. iteration 1616 found worse value: 363.501189178. iteration 1617 found worse value: 363.501189178. iteration1617, perturbing to get out of local maxima iteration 1618 found worse value: 363.501189178. iteration 1619 found worse value: 363.501189178. iteration1619, perturbing to get out of local maxima iteration 1620 found worse value: 363.501189178. iteration 1621 found worse value: 363.501189178. iteration 1622 found worse value: 363.501189178. iteration 1623 found worse value: 363.501189178. iteration 1624 found worse value: 363.501189178. iteration1624, perturbing to get out of local maxima iteration 1625 found worse value: 363.501189178. iteration 1626 found worse value: 363.501189178. iteration 1627 found worse value: 363.501189178. iteration1627, perturbing to get out of local maxima iteration 1628 found worse value: 363.501189178. iteration1628, perturbing to get out of local maxima iteration 1629 found worse value: 363.501189178. iteration 1630 found worse value: 363.501189178. iteration 1631 found worse value: 363.501189178. iteration 1632 found worse value: 363.501189178. iteration 1633 found worse value: 363.501189178. iteration 1634 found worse value: 363.501189178. iteration 1635 found worse value: 363.501189178. iteration1635, perturbing to get out of local maxima iteration 1636 found worse value: 363.501189178. iteration1636, perturbing to get out of local maxima iteration 1637 found worse value: 363.501189178. iteration 1638 found worse value: 363.501189178. iteration1638, perturbing to get out of local maxima iteration 1639 found worse value: 363.501189178. iteration 1640 found worse value: 363.501189178. iteration1640, perturbing to get out of local maxima iteration 1641 found worse value: 363.501189178. iteration 1642 found worse value: 363.501189178. iteration 1643 found worse value: 363.501189178. iteration 1644 found worse value: 363.501189178. iteration 1645 found worse value: 363.501189178. iteration 1646 found worse value: 363.501189178. iteration 1647 found worse value: 363.501189178. iteration 1648 found worse value: 363.501189178. iteration 1649 found worse value: 363.501189178. iteration 1650 found worse value: 363.501189178. iteration 1651 found worse value: 363.501189178. iteration 1652 found worse value: 363.501189178. iteration 1653 found worse value: 363.501189178. iteration1653, perturbing to get out of local maxima iteration 1654 found worse value: 363.501189178. iteration 1655 found worse value: 363.501189178. iteration 1656 found worse value: 363.501189178. iteration1656, perturbing to get out of local maxima iteration 1657 found worse value: 363.501189178. iteration 1658 found worse value: 363.501189178. iteration 1659 found worse value: 363.501189178. iteration 1660 found worse value: 363.501189178. iteration1660, perturbing to get out of local maxima iteration 1661 found worse value: 363.501189178. iteration 1662 found worse value: 363.501189178. iteration 1663 found worse value: 363.501189178. iteration 1664 found worse value: 363.501189178. iteration1664, perturbing to get out of local maxima iteration 1665 found worse value: 363.501189178. iteration1665, perturbing to get out of local maxima iteration 1666 found worse value: 363.501189178. iteration 1667 found worse value: 363.501189178. iteration 1668 found worse value: 363.501189178. iteration1668, perturbing to get out of local maxima iteration 1669 found worse value: 363.501189178. iteration 1670 found worse value: 363.501189178. iteration 1671 found worse value: 363.501189178. iteration 1672 found worse value: 363.501189178. iteration 1673 found worse value: 363.501189178. iteration 1674 found worse value: 363.501189178. iteration 1675 found worse value: 363.501189178. iteration 1676 found worse value: 363.501189178. iteration1676, perturbing to get out of local maxima iteration 1677 found worse value: 363.501189178. iteration1677, perturbing to get out of local maxima iteration 1678 found worse value: 363.501189178. iteration 1679 found worse value: 363.501189178. iteration 1680 found worse value: 363.501189178. iteration 1681 found worse value: 363.501189178. iteration 1682 found worse value: 363.501189178. iteration 1683 found worse value: 363.501189178. iteration1683, perturbing to get out of local maxima iteration 1684 found worse value: 363.501189178. iteration 1685 found worse value: 363.501189178. iteration1685, perturbing to get out of local maxima iteration 1686 found worse value: 363.501189178. iteration 1687 found worse value: 363.501189178. iteration 1688 found worse value: 363.501189178. iteration 1689 found worse value: 363.501189178. iteration 1690 found worse value: 363.501189178. iteration 1691 found worse value: 363.501189178. iteration 1692 found worse value: 363.501189178. iteration 1693 found worse value: 363.501189178. iteration 1694 found worse value: 363.501189178. iteration 1695 found worse value: 363.501189178. iteration 1696 found worse value: 363.501189178. iteration 1697 found worse value: 363.501189178. iteration 1698 found worse value: 363.501189178. iteration 1699 found worse value: 363.501189178. iteration1699, perturbing to get out of local maxima iteration 1700 found worse value: 363.501189178. iteration 1701 found worse value: 363.501189178. iteration 1702 found worse value: 363.501189178. iteration1702, perturbing to get out of local maxima iteration 1703 found worse value: 363.501189178. iteration 1704 found worse value: 363.501189178. iteration 1705 found worse value: 363.501189178. iteration1705, perturbing to get out of local maxima iteration 1706 found worse value: 363.501189178. iteration 1707 found worse value: 363.501189178. iteration 1708 found worse value: 363.501189178. iteration 1709 found worse value: 363.501189178. iteration1709, perturbing to get out of local maxima iteration 1710 found worse value: 363.501189178. iteration 1711 found worse value: 363.501189178. iteration1711, perturbing to get out of local maxima iteration 1712 found worse value: 363.501189178. iteration 1713 found worse value: 363.501189178. iteration 1714 found worse value: 363.501189178. iteration 1715 found worse value: 363.501189178. iteration 1716 found worse value: 363.501189178. iteration 1717 found worse value: 363.501189178. iteration 1718 found worse value: 363.501189178. iteration 1719 found worse value: 363.501189178. iteration 1720 found worse value: 363.501189178. iteration 1721 found worse value: 363.501189178. iteration1721, perturbing to get out of local maxima iteration 1722 found worse value: 363.501189178. iteration 1723 found worse value: 363.501189178. iteration 1724 found worse value: 363.501189178. iteration 1725 found worse value: 363.501189178. iteration 1726 found worse value: 363.501189178. iteration 1727 found worse value: 363.501189178. iteration1727, perturbing to get out of local maxima iteration 1728 found worse value: 363.501189178. iteration1728, perturbing to get out of local maxima iteration 1729 found worse value: 363.501189178. iteration 1730 found worse value: 363.501189178. iteration 1731 found worse value: 363.501189178. iteration 1732 found worse value: 363.501189178. iteration 1733 found worse value: 363.501189178. iteration 1734 found worse value: 363.501189178. iteration 1735 found worse value: 363.501189178. iteration1735, perturbing to get out of local maxima iteration 1736 found worse value: 363.501189178. iteration 1737 found worse value: 363.501189178. iteration 1738 found worse value: 363.501189178. iteration 1739 found worse value: 363.501189178. iteration 1740 found worse value: 363.501189178. iteration 1741 found worse value: 363.501189178. iteration 1742 found worse value: 363.501189178. iteration 1743 found worse value: 363.501189178. iteration 1744 found worse value: 363.501189178. iteration 1745 found worse value: 363.501189178. iteration 1746 found worse value: 363.501189178. iteration 1747 found worse value: 363.501189178. iteration 1748 found worse value: 363.501189178. iteration 1749 found worse value: 363.501189178. iteration 1750 found worse value: 363.501189178. iteration 1751 found worse value: 363.501189178. iteration1751, perturbing to get out of local maxima iteration 1752 found worse value: 363.501189178. iteration 1753 found worse value: 363.501189178. iteration 1754 found worse value: 363.501189178. iteration 1755 found worse value: 363.501189178. iteration1755, perturbing to get out of local maxima iteration 1756 found worse value: 363.501189178. iteration1756, perturbing to get out of local maxima iteration 1757 found worse value: 363.501189178. iteration 1758 found worse value: 363.501189178. iteration 1759 found worse value: 363.501189178. iteration1759, perturbing to get out of local maxima iteration 1760 found worse value: 363.501189178. iteration1760, perturbing to get out of local maxima iteration 1761 found worse value: 363.501189178. iteration 1762 found worse value: 363.501189178. iteration1762, perturbing to get out of local maxima iteration 1763 found worse value: 363.501189178. iteration 1764 found worse value: 363.501189178. iteration 1765 found worse value: 363.501189178. iteration 1766 found worse value: 363.501189178. iteration 1767 found worse value: 363.501189178. iteration 1768 found worse value: 363.501189178. iteration 1769 found worse value: 363.501189178. iteration 1770 found worse value: 363.501189178. iteration 1771 found worse value: 363.501189178. iteration 1772 found worse value: 363.501189178. iteration 1773 found worse value: 363.501189178. iteration 1774 found worse value: 363.501189178. iteration 1775 found worse value: 363.501189178. iteration 1776 found worse value: 363.501189178. iteration 1777 found worse value: 363.501189178. iteration1777, perturbing to get out of local maxima iteration 1778 found worse value: 363.501189178. iteration 1779 found worse value: 363.501189178. iteration 1780 found worse value: 363.501189178. iteration 1781 found worse value: 363.501189178. iteration 1782 found worse value: 363.501189178. iteration 1783 found worse value: 363.501189178. iteration 1784 found worse value: 363.501189178. iteration 1785 found worse value: 363.501189178. iteration 1786 found worse value: 363.501189178. iteration 1787 found worse value: 363.501189178. iteration 1788 found worse value: 363.501189178. iteration1788, perturbing to get out of local maxima iteration 1789 found worse value: 363.501189178. iteration 1790 found worse value: 363.501189178. iteration1790, perturbing to get out of local maxima iteration 1791 found worse value: 363.501189178. iteration 1792 found worse value: 363.501189178. iteration 1793 found worse value: 363.501189178. iteration1793, perturbing to get out of local maxima iteration 1794 found worse value: 363.501189178. iteration1794, perturbing to get out of local maxima iteration 1795 found worse value: 363.501189178. iteration 1796 found worse value: 363.501189178. iteration 1797 found worse value: 363.501189178. iteration 1798 found worse value: 363.501189178. iteration 1799 found worse value: 363.501189178. iteration1799, perturbing to get out of local maxima iteration 1800 found worse value: 363.501189178. iteration 1801 found worse value: 363.501189178. iteration1801, perturbing to get out of local maxima iteration 1802 found worse value: 363.501189178. iteration 1803 found worse value: 363.501189178. iteration 1804 found worse value: 363.501189178. iteration 1805 found worse value: 363.501189178. iteration 1806 found worse value: 363.501189178. iteration 1807 found worse value: 363.501189178. iteration 1808 found worse value: 363.501189178. iteration 1809 found worse value: 363.501189178. iteration1809, perturbing to get out of local maxima iteration 1810 found worse value: 363.501189178. iteration 1811 found worse value: 363.501189178. iteration 1812 found better value: 363.50220470600004 iteration 1813 found worse value: 363.50220470600004. iteration 1814 found worse value: 363.50220470600004. iteration1814, perturbing to get out of local maxima iteration 1815 found worse value: 363.50220470600004. iteration 1816 found worse value: 363.50220470600004. iteration 1817 found worse value: 363.50220470600004. iteration 1818 found worse value: 363.50220470600004. iteration1818, perturbing to get out of local maxima iteration 1819 found worse value: 363.50220470600004. iteration 1820 found better value: 363.50604398999997 iteration 1821 found better value: 363.506732369 iteration 1822 found better value: 363.507201731 iteration 1823 found worse value: 363.507201731. iteration1823, perturbing to get out of local maxima iteration 1824 found worse value: 363.507201731. iteration 1825 found worse value: 363.507201731. iteration 1826 found worse value: 363.507201731. iteration 1827 found worse value: 363.507201731. iteration1827, perturbing to get out of local maxima iteration 1828 found worse value: 363.507201731. iteration 1829 found worse value: 363.507201731. iteration 1830 found worse value: 363.507201731. iteration 1831 found worse value: 363.507201731. iteration 1832 found worse value: 363.507201731. iteration1832, perturbing to get out of local maxima iteration 1833 found worse value: 363.507201731. iteration 1834 found better value: 363.50771377800004 iteration 1835 found worse value: 363.50771377800004. iteration1835, perturbing to get out of local maxima iteration 1836 found worse value: 363.50771377800004. iteration 1837 found worse value: 363.50771377800004. iteration1837, perturbing to get out of local maxima iteration 1838 found worse value: 363.50771377800004. iteration1838, perturbing to get out of local maxima iteration 1839 found worse value: 363.50771377800004. iteration1839, perturbing to get out of local maxima iteration 1840 found worse value: 363.50771377800004. iteration 1841 found worse value: 363.50771377800004. iteration1841, perturbing to get out of local maxima iteration 1842 found worse value: 363.50771377800004. iteration 1843 found worse value: 363.50771377800004. iteration 1844 found worse value: 363.50771377800004. iteration 1845 found better value: 363.50863382600005 iteration 1846 found worse value: 363.50863382600005. iteration 1847 found worse value: 363.50863382600005. iteration 1848 found worse value: 363.50863382600005. iteration 1849 found worse value: 363.50863382600005. iteration 1850 found worse value: 363.50863382600005. iteration 1851 found worse value: 363.50863382600005. iteration 1852 found worse value: 363.50863382600005. iteration 1853 found worse value: 363.50863382600005. iteration 1854 found better value: 363.50865417800003 iteration 1855 found worse value: 363.50865417800003. iteration 1856 found better value: 363.50901453200004 iteration 1857 found worse value: 363.50901453200004. iteration 1858 found worse value: 363.50901453200004. iteration 1859 found worse value: 363.50901453200004. iteration1859, perturbing to get out of local maxima iteration 1860 found worse value: 363.50901453200004. iteration1860, perturbing to get out of local maxima iteration 1861 found worse value: 363.50901453200004. iteration1861, perturbing to get out of local maxima iteration 1862 found worse value: 363.50901453200004. iteration 1863 found better value: 363.513412982 iteration 1864 found worse value: 363.513412982. iteration 1865 found worse value: 363.513412982. iteration 1866 found worse value: 363.513412982. iteration 1867 found worse value: 363.513412982. iteration 1868 found worse value: 363.513412982. iteration1868, perturbing to get out of local maxima iteration 1869 found better value: 363.516796578 iteration 1870 found worse value: 363.516796578. iteration 1871 found better value: 363.521541815 iteration 1872 found worse value: 363.521541815. iteration1872, perturbing to get out of local maxima iteration 1873 found worse value: 363.521541815. iteration1873, perturbing to get out of local maxima iteration 1874 found worse value: 363.521541815. iteration 1875 found worse value: 363.521541815. iteration1875, perturbing to get out of local maxima iteration 1876 found worse value: 363.521541815. iteration1876, perturbing to get out of local maxima iteration 1877 found worse value: 363.521541815. iteration 1878 found better value: 363.524101556 iteration 1879 found worse value: 363.524101556. iteration1879, perturbing to get out of local maxima iteration 1880 found worse value: 363.524101556. iteration1880, perturbing to get out of local maxima iteration 1881 found worse value: 363.524101556. iteration 1882 found worse value: 363.524101556. iteration 1883 found worse value: 363.524101556. iteration1883, perturbing to get out of local maxima iteration 1884 found worse value: 363.524101556. iteration 1885 found worse value: 363.524101556. iteration 1886 found worse value: 363.524101556. iteration 1887 found worse value: 363.524101556. iteration 1888 found worse value: 363.524101556. iteration1888, perturbing to get out of local maxima iteration 1889 found worse value: 363.524101556. iteration1889, perturbing to get out of local maxima iteration 1890 found worse value: 363.524101556. iteration 1891 found worse value: 363.524101556. iteration 1892 found worse value: 363.524101556. iteration 1893 found worse value: 363.524101556. iteration 1894 found worse value: 363.524101556. iteration 1895 found worse value: 363.524101556. iteration1895, perturbing to get out of local maxima iteration 1896 found worse value: 363.524101556. iteration 1897 found worse value: 363.524101556. iteration1897, perturbing to get out of local maxima iteration 1898 found worse value: 363.524101556. iteration 1899 found worse value: 363.524101556. iteration 1900 found worse value: 363.524101556. iteration 1901 found worse value: 363.524101556. iteration 1902 found worse value: 363.524101556. iteration 1903 found worse value: 363.524101556. iteration 1904 found worse value: 363.524101556. iteration 1905 found worse value: 363.524101556. iteration 1906 found worse value: 363.524101556. iteration 1907 found worse value: 363.524101556. iteration1907, perturbing to get out of local maxima iteration 1908 found worse value: 363.524101556. iteration 1909 found worse value: 363.524101556. iteration 1910 found worse value: 363.524101556. iteration1910, perturbing to get out of local maxima iteration 1911 found worse value: 363.524101556. iteration 1912 found worse value: 363.524101556. iteration 1913 found worse value: 363.524101556. iteration 1914 found worse value: 363.524101556. iteration 1915 found worse value: 363.524101556. iteration1915, perturbing to get out of local maxima iteration 1916 found worse value: 363.524101556. iteration 1917 found worse value: 363.524101556. iteration 1918 found worse value: 363.524101556. iteration 1919 found worse value: 363.524101556. iteration 1920 found worse value: 363.524101556. iteration 1921 found worse value: 363.524101556. iteration 1922 found worse value: 363.524101556. iteration 1923 found worse value: 363.524101556. iteration 1924 found worse value: 363.524101556. iteration 1925 found worse value: 363.524101556. iteration 1926 found worse value: 363.524101556. iteration 1927 found worse value: 363.524101556. iteration 1928 found worse value: 363.524101556. iteration 1929 found worse value: 363.524101556. iteration 1930 found worse value: 363.524101556. iteration 1931 found worse value: 363.524101556. iteration 1932 found worse value: 363.524101556. iteration1932, perturbing to get out of local maxima iteration 1933 found worse value: 363.524101556. iteration 1934 found worse value: 363.524101556. iteration1934, perturbing to get out of local maxima iteration 1935 found worse value: 363.524101556. iteration 1936 found worse value: 363.524101556. iteration 1937 found worse value: 363.524101556. iteration 1938 found worse value: 363.524101556. iteration 1939 found worse value: 363.524101556. iteration 1940 found worse value: 363.524101556. iteration 1941 found worse value: 363.524101556. iteration 1942 found worse value: 363.524101556. iteration 1943 found worse value: 363.524101556. iteration1943, perturbing to get out of local maxima iteration 1944 found worse value: 363.524101556. iteration1944, perturbing to get out of local maxima iteration 1945 found worse value: 363.524101556. iteration 1946 found worse value: 363.524101556. iteration 1947 found worse value: 363.524101556. iteration 1948 found worse value: 363.524101556. iteration 1949 found worse value: 363.524101556. iteration 1950 found worse value: 363.524101556. iteration 1951 found worse value: 363.524101556. iteration 1952 found worse value: 363.524101556. iteration 1953 found worse value: 363.524101556. iteration 1954 found worse value: 363.524101556. iteration 1955 found worse value: 363.524101556. iteration1955, perturbing to get out of local maxima iteration 1956 found worse value: 363.524101556. iteration 1957 found worse value: 363.524101556. iteration 1958 found worse value: 363.524101556. iteration1958, perturbing to get out of local maxima iteration 1959 found worse value: 363.524101556. iteration 1960 found worse value: 363.524101556. iteration1960, perturbing to get out of local maxima iteration 1961 found worse value: 363.524101556. iteration1961, perturbing to get out of local maxima iteration 1962 found worse value: 363.524101556. iteration 1963 found worse value: 363.524101556. iteration1963, perturbing to get out of local maxima iteration 1964 found worse value: 363.524101556. iteration 1965 found worse value: 363.524101556. iteration 1966 found worse value: 363.524101556. iteration 1967 found worse value: 363.524101556. iteration 1968 found worse value: 363.524101556. iteration 1969 found worse value: 363.524101556. iteration 1970 found worse value: 363.524101556. iteration 1971 found worse value: 363.524101556. iteration 1972 found worse value: 363.524101556. iteration 1973 found worse value: 363.524101556. iteration 1974 found worse value: 363.524101556. iteration 1975 found worse value: 363.524101556. iteration1975, perturbing to get out of local maxima iteration 1976 found worse value: 363.524101556. iteration 1977 found worse value: 363.524101556. iteration 1978 found worse value: 363.524101556. iteration 1979 found worse value: 363.524101556. iteration1979, perturbing to get out of local maxima iteration 1980 found worse value: 363.524101556. iteration 1981 found worse value: 363.524101556. iteration 1982 found worse value: 363.524101556. iteration1982, perturbing to get out of local maxima iteration 1983 found worse value: 363.524101556. iteration 1984 found worse value: 363.524101556. iteration 1985 found worse value: 363.524101556. iteration 1986 found worse value: 363.524101556. iteration 1987 found worse value: 363.524101556. iteration 1988 found worse value: 363.524101556. iteration 1989 found worse value: 363.524101556. iteration 1990 found worse value: 363.524101556. iteration1990, perturbing to get out of local maxima iteration 1991 found worse value: 363.524101556. iteration 1992 found worse value: 363.524101556. iteration 1993 found worse value: 363.524101556. iteration 1994 found worse value: 363.524101556. iteration 1995 found worse value: 363.524101556. iteration1995, perturbing to get out of local maxima iteration 1996 found worse value: 363.524101556. iteration 1997 found worse value: 363.524101556. iteration 1998 found worse value: 363.524101556. iteration 1999 found worse value: 363.524101556. iteration 2000 found worse value: 363.524101556. iteration 2001 found worse value: 363.524101556. iteration2001, perturbing to get out of local maxima iteration 2002 found worse value: 363.524101556. iteration 2003 found worse value: 363.524101556. iteration 2004 found worse value: 363.524101556. iteration2004, perturbing to get out of local maxima iteration 2005 found worse value: 363.524101556. iteration2005, perturbing to get out of local maxima iteration 2006 found worse value: 363.524101556. iteration2006, perturbing to get out of local maxima iteration 2007 found worse value: 363.524101556. iteration 2008 found worse value: 363.524101556. iteration 2009 found worse value: 363.524101556. iteration 2010 found worse value: 363.524101556. iteration 2011 found worse value: 363.524101556. iteration2011, perturbing to get out of local maxima iteration 2012 found worse value: 363.524101556. iteration 2013 found worse value: 363.524101556. iteration2013, perturbing to get out of local maxima iteration 2014 found worse value: 363.524101556. iteration 2015 found worse value: 363.524101556. iteration 2016 found worse value: 363.524101556. iteration 2017 found worse value: 363.524101556. iteration2017, perturbing to get out of local maxima iteration 2018 found worse value: 363.524101556. iteration2018, perturbing to get out of local maxima iteration 2019 found worse value: 363.524101556. iteration 2020 found worse value: 363.524101556. iteration 2021 found worse value: 363.524101556. iteration 2022 found worse value: 363.524101556. iteration 2023 found worse value: 363.524101556. iteration 2024 found worse value: 363.524101556. iteration 2025 found worse value: 363.524101556. iteration 2026 found worse value: 363.524101556. iteration 2027 found worse value: 363.524101556. iteration2027, perturbing to get out of local maxima iteration 2028 found worse value: 363.524101556. iteration 2029 found worse value: 363.524101556. iteration 2030 found worse value: 363.524101556. iteration 2031 found worse value: 363.524101556. iteration 2032 found worse value: 363.524101556. iteration2032, perturbing to get out of local maxima iteration 2033 found worse value: 363.524101556. iteration 2034 found worse value: 363.524101556. iteration2034, perturbing to get out of local maxima iteration 2035 found worse value: 363.524101556. iteration 2036 found worse value: 363.524101556. iteration2036, perturbing to get out of local maxima iteration 2037 found worse value: 363.524101556. iteration 2038 found worse value: 363.524101556. iteration 2039 found worse value: 363.524101556. iteration 2040 found worse value: 363.524101556. iteration2040, perturbing to get out of local maxima iteration 2041 found worse value: 363.524101556. iteration 2042 found worse value: 363.524101556. iteration 2043 found worse value: 363.524101556. iteration 2044 found worse value: 363.524101556. iteration 2045 found worse value: 363.524101556. iteration 2046 found worse value: 363.524101556. iteration 2047 found worse value: 363.524101556. iteration 2048 found worse value: 363.524101556. iteration 2049 found worse value: 363.524101556. iteration 2050 found worse value: 363.524101556. iteration2050, perturbing to get out of local maxima iteration 2051 found worse value: 363.524101556. iteration 2052 found worse value: 363.524101556. iteration2052, perturbing to get out of local maxima iteration 2053 found worse value: 363.524101556. iteration 2054 found worse value: 363.524101556. iteration 2055 found worse value: 363.524101556. iteration2055, perturbing to get out of local maxima iteration 2056 found worse value: 363.524101556. iteration 2057 found worse value: 363.524101556. iteration2057, perturbing to get out of local maxima iteration 2058 found worse value: 363.524101556. iteration2058, perturbing to get out of local maxima iteration 2059 found worse value: 363.524101556. iteration 2060 found worse value: 363.524101556. iteration 2061 found worse value: 363.524101556. iteration 2062 found worse value: 363.524101556. iteration2062, perturbing to get out of local maxima iteration 2063 found worse value: 363.524101556. iteration 2064 found worse value: 363.524101556. iteration 2065 found worse value: 363.524101556. iteration 2066 found worse value: 363.524101556. iteration 2067 found worse value: 363.524101556. iteration 2068 found worse value: 363.524101556. iteration 2069 found worse value: 363.524101556. iteration 2070 found worse value: 363.524101556. iteration 2071 found worse value: 363.524101556. iteration 2072 found worse value: 363.524101556. iteration 2073 found better value: 363.52453122800006 iteration 2074 found worse value: 363.52453122800006. iteration 2075 found worse value: 363.52453122800006. iteration2075, perturbing to get out of local maxima iteration 2076 found better value: 363.52458257300003 iteration 2077 found worse value: 363.52458257300003. iteration2077, perturbing to get out of local maxima iteration 2078 found worse value: 363.52458257300003. iteration2078, perturbing to get out of local maxima iteration 2079 found worse value: 363.52458257300003. iteration 2080 found worse value: 363.52458257300003. iteration2080, perturbing to get out of local maxima iteration 2081 found worse value: 363.52458257300003. iteration2081, perturbing to get out of local maxima iteration 2082 found worse value: 363.52458257300003. iteration 2083 found worse value: 363.52458257300003. iteration 2084 found worse value: 363.52458257300003. iteration2084, perturbing to get out of local maxima iteration 2085 found worse value: 363.52458257300003. iteration 2086 found worse value: 363.52458257300003. iteration 2087 found worse value: 363.52458257300003. iteration 2088 found worse value: 363.52458257300003. iteration2088, perturbing to get out of local maxima iteration 2089 found worse value: 363.52458257300003. iteration 2090 found better value: 363.525543676 iteration 2091 found worse value: 363.525543676. iteration2091, perturbing to get out of local maxima iteration 2092 found worse value: 363.525543676. iteration 2093 found worse value: 363.525543676. iteration 2094 found worse value: 363.525543676. iteration 2095 found worse value: 363.525543676. iteration 2096 found worse value: 363.525543676. iteration2096, perturbing to get out of local maxima iteration 2097 found worse value: 363.525543676. iteration 2098 found worse value: 363.525543676. iteration2098, perturbing to get out of local maxima iteration 2099 found worse value: 363.525543676. iteration2099, perturbing to get out of local maxima iteration 2100 found worse value: 363.525543676. iteration 2101 found worse value: 363.525543676. iteration 2102 found worse value: 363.525543676. iteration 2103 found worse value: 363.525543676. iteration 2104 found worse value: 363.525543676. iteration 2105 found better value: 363.525957672 iteration 2106 found worse value: 363.525957672. iteration 2107 found worse value: 363.525957672. iteration 2108 found worse value: 363.525957672. iteration2108, perturbing to get out of local maxima iteration 2109 found worse value: 363.525957672. iteration 2110 found worse value: 363.525957672. iteration 2111 found worse value: 363.525957672. iteration2111, perturbing to get out of local maxima iteration 2112 found worse value: 363.525957672. iteration 2113 found worse value: 363.525957672. iteration 2114 found worse value: 363.525957672. iteration2114, perturbing to get out of local maxima iteration 2115 found worse value: 363.525957672. iteration 2116 found worse value: 363.525957672. iteration 2117 found worse value: 363.525957672. iteration 2118 found worse value: 363.525957672. iteration2118, perturbing to get out of local maxima iteration 2119 found worse value: 363.525957672. iteration 2120 found worse value: 363.525957672. iteration 2121 found worse value: 363.525957672. iteration 2122 found worse value: 363.525957672. iteration2122, perturbing to get out of local maxima iteration 2123 found worse value: 363.525957672. iteration 2124 found worse value: 363.525957672. iteration 2125 found worse value: 363.525957672. iteration2125, perturbing to get out of local maxima iteration 2126 found worse value: 363.525957672. iteration 2127 found worse value: 363.525957672. iteration 2128 found worse value: 363.525957672. iteration 2129 found worse value: 363.525957672. iteration2129, perturbing to get out of local maxima iteration 2130 found worse value: 363.525957672. iteration 2131 found worse value: 363.525957672. iteration 2132 found worse value: 363.525957672. iteration 2133 found worse value: 363.525957672. iteration2133, perturbing to get out of local maxima iteration 2134 found worse value: 363.525957672. iteration 2135 found worse value: 363.525957672. iteration 2136 found worse value: 363.525957672. iteration 2137 found worse value: 363.525957672. iteration 2138 found worse value: 363.525957672. iteration2138, perturbing to get out of local maxima iteration 2139 found worse value: 363.525957672. iteration 2140 found worse value: 363.525957672. iteration2140, perturbing to get out of local maxima iteration 2141 found worse value: 363.525957672. iteration 2142 found worse value: 363.525957672. iteration 2143 found worse value: 363.525957672. iteration2143, perturbing to get out of local maxima iteration 2144 found worse value: 363.525957672. iteration2144, perturbing to get out of local maxima iteration 2145 found worse value: 363.525957672. iteration 2146 found worse value: 363.525957672. iteration 2147 found worse value: 363.525957672. iteration 2148 found worse value: 363.525957672. iteration 2149 found worse value: 363.525957672. iteration 2150 found worse value: 363.525957672. iteration2150, perturbing to get out of local maxima iteration 2151 found worse value: 363.525957672. iteration 2152 found worse value: 363.525957672. iteration 2153 found worse value: 363.525957672. iteration 2154 found worse value: 363.525957672. iteration 2155 found worse value: 363.525957672. iteration 2156 found worse value: 363.525957672. iteration 2157 found worse value: 363.525957672. iteration 2158 found worse value: 363.525957672. iteration 2159 found worse value: 363.525957672. iteration 2160 found worse value: 363.525957672. iteration 2161 found worse value: 363.525957672. iteration 2162 found worse value: 363.525957672. iteration 2163 found worse value: 363.525957672. iteration 2164 found worse value: 363.525957672. iteration2164, perturbing to get out of local maxima iteration 2165 found worse value: 363.525957672. iteration 2166 found worse value: 363.525957672. iteration 2167 found worse value: 363.525957672. iteration 2168 found worse value: 363.525957672. iteration 2169 found worse value: 363.525957672. iteration 2170 found worse value: 363.525957672. iteration 2171 found worse value: 363.525957672. iteration 2172 found worse value: 363.525957672. iteration2172, perturbing to get out of local maxima iteration 2173 found worse value: 363.525957672. iteration2173, perturbing to get out of local maxima iteration 2174 found worse value: 363.525957672. iteration 2175 found worse value: 363.525957672. iteration 2176 found worse value: 363.525957672. iteration 2177 found worse value: 363.525957672. iteration 2178 found worse value: 363.525957672. iteration 2179 found worse value: 363.525957672. iteration 2180 found worse value: 363.525957672. iteration 2181 found worse value: 363.525957672. iteration 2182 found worse value: 363.525957672. iteration2182, perturbing to get out of local maxima iteration 2183 found worse value: 363.525957672. iteration 2184 found worse value: 363.525957672. iteration 2185 found worse value: 363.525957672. iteration 2186 found worse value: 363.525957672. iteration 2187 found worse value: 363.525957672. iteration2187, perturbing to get out of local maxima iteration 2188 found worse value: 363.525957672. iteration 2189 found worse value: 363.525957672. iteration2189, perturbing to get out of local maxima iteration 2190 found worse value: 363.525957672. iteration 2191 found worse value: 363.525957672. iteration2191, perturbing to get out of local maxima iteration 2192 found worse value: 363.525957672. iteration 2193 found worse value: 363.525957672. iteration 2194 found worse value: 363.525957672. iteration2194, perturbing to get out of local maxima iteration 2195 found worse value: 363.525957672. iteration 2196 found worse value: 363.525957672. iteration 2197 found worse value: 363.525957672. iteration 2198 found worse value: 363.525957672. iteration 2199 found worse value: 363.525957672. iteration 2200 found worse value: 363.525957672. iteration 2201 found worse value: 363.525957672. iteration 2202 found worse value: 363.525957672. iteration2202, perturbing to get out of local maxima iteration 2203 found worse value: 363.525957672. iteration2203, perturbing to get out of local maxima iteration 2204 found worse value: 363.525957672. iteration 2205 found worse value: 363.525957672. iteration2205, perturbing to get out of local maxima iteration 2206 found worse value: 363.525957672. iteration 2207 found worse value: 363.525957672. iteration 2208 found worse value: 363.525957672. iteration 2209 found worse value: 363.525957672. iteration 2210 found worse value: 363.525957672. iteration 2211 found worse value: 363.525957672. iteration 2212 found worse value: 363.525957672. iteration 2213 found worse value: 363.525957672. iteration 2214 found worse value: 363.525957672. iteration 2215 found worse value: 363.525957672. iteration 2216 found worse value: 363.525957672. iteration2216, perturbing to get out of local maxima iteration 2217 found worse value: 363.525957672. iteration 2218 found worse value: 363.525957672. iteration 2219 found worse value: 363.525957672. iteration 2220 found worse value: 363.525957672. iteration 2221 found worse value: 363.525957672. iteration 2222 found worse value: 363.525957672. iteration 2223 found worse value: 363.525957672. iteration 2224 found worse value: 363.525957672. iteration 2225 found worse value: 363.525957672. iteration 2226 found worse value: 363.525957672. iteration 2227 found worse value: 363.525957672. iteration 2228 found worse value: 363.525957672. iteration 2229 found worse value: 363.525957672. iteration2229, perturbing to get out of local maxima iteration 2230 found worse value: 363.525957672. iteration 2231 found worse value: 363.525957672. iteration 2232 found worse value: 363.525957672. iteration 2233 found worse value: 363.525957672. iteration 2234 found worse value: 363.525957672. iteration 2235 found worse value: 363.525957672. iteration 2236 found worse value: 363.525957672. iteration2236, perturbing to get out of local maxima iteration 2237 found worse value: 363.525957672. iteration 2238 found worse value: 363.525957672. iteration 2239 found worse value: 363.525957672. iteration 2240 found worse value: 363.525957672. iteration 2241 found worse value: 363.525957672. iteration 2242 found worse value: 363.525957672. iteration 2243 found worse value: 363.525957672. iteration 2244 found worse value: 363.525957672. iteration 2245 found worse value: 363.525957672. iteration 2246 found worse value: 363.525957672. iteration 2247 found worse value: 363.525957672. iteration 2248 found worse value: 363.525957672. iteration 2249 found worse value: 363.525957672. iteration 2250 found worse value: 363.525957672. iteration 2251 found worse value: 363.525957672. iteration 2252 found worse value: 363.525957672. iteration 2253 found worse value: 363.525957672. iteration 2254 found worse value: 363.525957672. iteration 2255 found worse value: 363.525957672. iteration 2256 found worse value: 363.525957672. iteration 2257 found worse value: 363.525957672. iteration 2258 found worse value: 363.525957672. iteration2258, perturbing to get out of local maxima iteration 2259 found worse value: 363.525957672. iteration 2260 found worse value: 363.525957672. iteration 2261 found worse value: 363.525957672. iteration 2262 found worse value: 363.525957672. iteration 2263 found worse value: 363.525957672. iteration 2264 found worse value: 363.525957672. iteration2264, perturbing to get out of local maxima iteration 2265 found worse value: 363.525957672. iteration 2266 found better value: 363.526860996 iteration 2267 found worse value: 363.526860996. iteration 2268 found worse value: 363.526860996. iteration 2269 found worse value: 363.526860996. iteration 2270 found worse value: 363.526860996. iteration 2271 found worse value: 363.526860996. iteration2271, perturbing to get out of local maxima iteration 2272 found worse value: 363.526860996. iteration2272, perturbing to get out of local maxima iteration 2273 found worse value: 363.526860996. iteration 2274 found worse value: 363.526860996. iteration 2275 found worse value: 363.526860996. iteration 2276 found worse value: 363.526860996. iteration2276, perturbing to get out of local maxima iteration 2277 found worse value: 363.526860996. iteration2277, perturbing to get out of local maxima iteration 2278 found worse value: 363.526860996. iteration 2279 found worse value: 363.526860996. iteration 2280 found worse value: 363.526860996. iteration 2281 found worse value: 363.526860996. iteration2281, perturbing to get out of local maxima iteration 2282 found worse value: 363.526860996. iteration2282, perturbing to get out of local maxima iteration 2283 found worse value: 363.526860996. iteration 2284 found worse value: 363.526860996. iteration 2285 found worse value: 363.526860996. iteration 2286 found worse value: 363.526860996. iteration 2287 found worse value: 363.526860996. iteration2287, perturbing to get out of local maxima iteration 2288 found worse value: 363.526860996. iteration 2289 found worse value: 363.526860996. iteration 2290 found worse value: 363.526860996. iteration 2291 found worse value: 363.526860996. iteration 2292 found worse value: 363.526860996. iteration2292, perturbing to get out of local maxima iteration 2293 found worse value: 363.526860996. iteration2293, perturbing to get out of local maxima iteration 2294 found worse value: 363.526860996. iteration 2295 found worse value: 363.526860996. iteration 2296 found worse value: 363.526860996. iteration 2297 found worse value: 363.526860996. iteration 2298 found worse value: 363.526860996. iteration 2299 found worse value: 363.526860996. iteration2299, perturbing to get out of local maxima iteration 2300 found worse value: 363.526860996. iteration2300, perturbing to get out of local maxima iteration 2301 found worse value: 363.526860996. iteration 2302 found worse value: 363.526860996. iteration2302, perturbing to get out of local maxima iteration 2303 found worse value: 363.526860996. iteration 2304 found worse value: 363.526860996. iteration2304, perturbing to get out of local maxima iteration 2305 found worse value: 363.526860996. iteration 2306 found worse value: 363.526860996. iteration 2307 found worse value: 363.526860996. iteration 2308 found worse value: 363.526860996. iteration 2309 found worse value: 363.526860996. iteration 2310 found worse value: 363.526860996. iteration 2311 found worse value: 363.526860996. iteration 2312 found worse value: 363.526860996. iteration 2313 found worse value: 363.526860996. iteration 2314 found worse value: 363.526860996. iteration 2315 found worse value: 363.526860996. iteration 2316 found worse value: 363.526860996. iteration 2317 found worse value: 363.526860996. iteration2317, perturbing to get out of local maxima iteration 2318 found worse value: 363.526860996. iteration 2319 found worse value: 363.526860996. iteration 2320 found worse value: 363.526860996. iteration 2321 found worse value: 363.526860996. iteration2321, perturbing to get out of local maxima iteration 2322 found worse value: 363.526860996. iteration 2323 found worse value: 363.526860996. iteration 2324 found worse value: 363.526860996. iteration 2325 found worse value: 363.526860996. iteration 2326 found worse value: 363.526860996. iteration2326, perturbing to get out of local maxima iteration 2327 found worse value: 363.526860996. iteration 2328 found worse value: 363.526860996. iteration 2329 found worse value: 363.526860996. iteration 2330 found worse value: 363.526860996. iteration 2331 found worse value: 363.526860996. iteration 2332 found worse value: 363.526860996. iteration 2333 found worse value: 363.526860996. iteration2333, perturbing to get out of local maxima iteration 2334 found worse value: 363.526860996. iteration2334, perturbing to get out of local maxima iteration 2335 found worse value: 363.526860996. iteration 2336 found worse value: 363.526860996. iteration2336, perturbing to get out of local maxima iteration 2337 found worse value: 363.526860996. iteration2337, perturbing to get out of local maxima iteration 2338 found worse value: 363.526860996. iteration 2339 found worse value: 363.526860996. iteration 2340 found worse value: 363.526860996. iteration 2341 found worse value: 363.526860996. iteration 2342 found worse value: 363.526860996. iteration 2343 found worse value: 363.526860996. iteration 2344 found worse value: 363.526860996. iteration 2345 found better value: 363.529898698 iteration 2346 found worse value: 363.529898698. iteration 2347 found worse value: 363.529898698. iteration2347, perturbing to get out of local maxima iteration 2348 found worse value: 363.529898698. iteration 2349 found worse value: 363.529898698. iteration 2350 found worse value: 363.529898698. iteration 2351 found worse value: 363.529898698. iteration 2352 found worse value: 363.529898698. iteration 2353 found worse value: 363.529898698. iteration2353, perturbing to get out of local maxima iteration 2354 found worse value: 363.529898698. iteration 2355 found worse value: 363.529898698. iteration 2356 found worse value: 363.529898698. iteration 2357 found worse value: 363.529898698. iteration2357, perturbing to get out of local maxima iteration 2358 found worse value: 363.529898698. iteration2358, perturbing to get out of local maxima iteration 2359 found worse value: 363.529898698. iteration 2360 found worse value: 363.529898698. iteration2360, perturbing to get out of local maxima iteration 2361 found worse value: 363.529898698. iteration 2362 found worse value: 363.529898698. iteration 2363 found worse value: 363.529898698. iteration 2364 found worse value: 363.529898698. iteration 2365 found worse value: 363.529898698. iteration 2366 found worse value: 363.529898698. iteration 2367 found worse value: 363.529898698. iteration 2368 found worse value: 363.529898698. iteration 2369 found worse value: 363.529898698. iteration 2370 found worse value: 363.529898698. iteration 2371 found worse value: 363.529898698. iteration2371, perturbing to get out of local maxima iteration 2372 found worse value: 363.529898698. iteration 2373 found worse value: 363.529898698. iteration 2374 found worse value: 363.529898698. iteration 2375 found worse value: 363.529898698. iteration 2376 found worse value: 363.529898698. iteration 2377 found worse value: 363.529898698. iteration 2378 found worse value: 363.529898698. iteration 2379 found worse value: 363.529898698. iteration 2380 found worse value: 363.529898698. iteration 2381 found worse value: 363.529898698. iteration 2382 found worse value: 363.529898698. iteration 2383 found worse value: 363.529898698. iteration 2384 found worse value: 363.529898698. iteration 2385 found worse value: 363.529898698. iteration 2386 found worse value: 363.529898698. iteration 2387 found worse value: 363.529898698. iteration 2388 found worse value: 363.529898698. iteration2388, perturbing to get out of local maxima iteration 2389 found worse value: 363.529898698. iteration 2390 found worse value: 363.529898698. iteration 2391 found worse value: 363.529898698. iteration 2392 found worse value: 363.529898698. iteration 2393 found worse value: 363.529898698. iteration 2394 found worse value: 363.529898698. iteration 2395 found worse value: 363.529898698. iteration 2396 found worse value: 363.529898698. iteration2396, perturbing to get out of local maxima iteration 2397 found worse value: 363.529898698. iteration 2398 found worse value: 363.529898698. iteration 2399 found worse value: 363.529898698. iteration 2400 found worse value: 363.529898698. iteration 2401 found worse value: 363.529898698. iteration 2402 found worse value: 363.529898698. iteration 2403 found worse value: 363.529898698. iteration 2404 found worse value: 363.529898698. iteration 2405 found worse value: 363.529898698. iteration 2406 found worse value: 363.529898698. iteration2406, perturbing to get out of local maxima iteration 2407 found worse value: 363.529898698. iteration 2408 found worse value: 363.529898698. iteration 2409 found worse value: 363.529898698. iteration 2410 found worse value: 363.529898698. iteration 2411 found worse value: 363.529898698. iteration 2412 found worse value: 363.529898698. iteration 2413 found worse value: 363.529898698. iteration 2414 found worse value: 363.529898698. iteration 2415 found worse value: 363.529898698. iteration2415, perturbing to get out of local maxima iteration 2416 found worse value: 363.529898698. iteration2416, perturbing to get out of local maxima iteration 2417 found worse value: 363.529898698. iteration 2418 found worse value: 363.529898698. iteration 2419 found worse value: 363.529898698. iteration 2420 found worse value: 363.529898698. iteration 2421 found worse value: 363.529898698. iteration2421, perturbing to get out of local maxima iteration 2422 found better value: 363.531373 iteration 2423 found worse value: 363.531373. iteration 2424 found worse value: 363.531373. iteration 2425 found worse value: 363.531373. iteration 2426 found better value: 363.532007324 iteration 2427 found worse value: 363.532007324. iteration2427, perturbing to get out of local maxima iteration 2428 found worse value: 363.532007324. iteration 2429 found worse value: 363.532007324. iteration 2430 found worse value: 363.532007324. iteration 2431 found worse value: 363.532007324. iteration 2432 found worse value: 363.532007324. iteration 2433 found worse value: 363.532007324. iteration2433, perturbing to get out of local maxima iteration 2434 found worse value: 363.532007324. iteration 2435 found worse value: 363.532007324. iteration 2436 found worse value: 363.532007324. iteration 2437 found worse value: 363.532007324. iteration2437, perturbing to get out of local maxima iteration 2438 found worse value: 363.532007324. iteration 2439 found worse value: 363.532007324. iteration 2440 found worse value: 363.532007324. iteration 2441 found worse value: 363.532007324. iteration 2442 found worse value: 363.532007324. iteration 2443 found worse value: 363.532007324. iteration2443, perturbing to get out of local maxima iteration 2444 found worse value: 363.532007324. iteration 2445 found worse value: 363.532007324. iteration2445, perturbing to get out of local maxima iteration 2446 found better value: 363.53231777200006 iteration 2447 found better value: 363.532740185 iteration 2448 found worse value: 363.532740185. iteration2448, perturbing to get out of local maxima iteration 2449 found worse value: 363.532740185. iteration 2450 found worse value: 363.532740185. iteration 2451 found worse value: 363.532740185. iteration2451, perturbing to get out of local maxima iteration 2452 found worse value: 363.532740185. iteration 2453 found worse value: 363.532740185. iteration2453, perturbing to get out of local maxima iteration 2454 found worse value: 363.532740185. iteration 2455 found worse value: 363.532740185. iteration 2456 found worse value: 363.532740185. iteration 2457 found worse value: 363.532740185. iteration 2458 found worse value: 363.532740185. iteration 2459 found worse value: 363.532740185. iteration 2460 found worse value: 363.532740185. iteration 2461 found worse value: 363.532740185. iteration 2462 found worse value: 363.532740185. iteration2462, perturbing to get out of local maxima iteration 2463 found worse value: 363.532740185. iteration 2464 found worse value: 363.532740185. iteration2464, perturbing to get out of local maxima iteration 2465 found worse value: 363.532740185. iteration 2466 found worse value: 363.532740185. iteration 2467 found worse value: 363.532740185. iteration 2468 found worse value: 363.532740185. iteration 2469 found worse value: 363.532740185. iteration 2470 found worse value: 363.532740185. iteration 2471 found worse value: 363.532740185. iteration 2472 found worse value: 363.532740185. iteration 2473 found worse value: 363.532740185. iteration 2474 found worse value: 363.532740185. iteration 2475 found worse value: 363.532740185. iteration2475, perturbing to get out of local maxima iteration 2476 found worse value: 363.532740185. iteration 2477 found worse value: 363.532740185. iteration 2478 found worse value: 363.532740185. iteration2478, perturbing to get out of local maxima iteration 2479 found worse value: 363.532740185. iteration 2480 found worse value: 363.532740185. iteration 2481 found worse value: 363.532740185. iteration 2482 found worse value: 363.532740185. iteration 2483 found worse value: 363.532740185. iteration2483, perturbing to get out of local maxima iteration 2484 found worse value: 363.532740185. iteration 2485 found worse value: 363.532740185. iteration2485, perturbing to get out of local maxima iteration 2486 found worse value: 363.532740185. iteration 2487 found worse value: 363.532740185. iteration 2488 found worse value: 363.532740185. iteration 2489 found better value: 363.534254603 iteration 2490 found worse value: 363.534254603. iteration 2491 found better value: 363.534592147 iteration 2492 found better value: 363.53489181500004 iteration 2493 found worse value: 363.53489181500004. iteration 2494 found worse value: 363.53489181500004. iteration 2495 found better value: 363.53618174200005 iteration 2496 found worse value: 363.53618174200005. iteration2496, perturbing to get out of local maxima iteration 2497 found worse value: 363.53618174200005. iteration 2498 found worse value: 363.53618174200005. iteration 2499 found worse value: 363.53618174200005. iteration 2500 found worse value: 363.53618174200005. iteration2500, perturbing to get out of local maxima iteration 2501 found worse value: 363.53618174200005. iteration 2502 found worse value: 363.53618174200005. iteration 2503 found worse value: 363.53618174200005. iteration 2504 found worse value: 363.53618174200005. iteration 2505 found worse value: 363.53618174200005. iteration 2506 found worse value: 363.53618174200005. iteration 2507 found worse value: 363.53618174200005. iteration 2508 found worse value: 363.53618174200005. iteration2508, perturbing to get out of local maxima iteration 2509 found worse value: 363.53618174200005. iteration2509, perturbing to get out of local maxima iteration 2510 found worse value: 363.53618174200005. iteration 2511 found worse value: 363.53618174200005. iteration 2512 found worse value: 363.53618174200005. iteration 2513 found worse value: 363.53618174200005. iteration 2514 found worse value: 363.53618174200005. iteration 2515 found worse value: 363.53618174200005. iteration2515, perturbing to get out of local maxima iteration 2516 found worse value: 363.53618174200005. iteration 2517 found worse value: 363.53618174200005. iteration 2518 found worse value: 363.53618174200005. iteration 2519 found worse value: 363.53618174200005. iteration2519, perturbing to get out of local maxima iteration 2520 found worse value: 363.53618174200005. iteration 2521 found worse value: 363.53618174200005. iteration 2522 found worse value: 363.53618174200005. iteration 2523 found worse value: 363.53618174200005. iteration 2524 found worse value: 363.53618174200005. iteration 2525 found worse value: 363.53618174200005. iteration 2526 found worse value: 363.53618174200005. iteration2526, perturbing to get out of local maxima iteration 2527 found worse value: 363.53618174200005. iteration 2528 found worse value: 363.53618174200005. iteration 2529 found worse value: 363.53618174200005. iteration2529, perturbing to get out of local maxima iteration 2530 found worse value: 363.53618174200005. iteration2530, perturbing to get out of local maxima iteration 2531 found worse value: 363.53618174200005. iteration 2532 found worse value: 363.53618174200005. iteration 2533 found worse value: 363.53618174200005. iteration 2534 found worse value: 363.53618174200005. iteration 2535 found worse value: 363.53618174200005. iteration 2536 found worse value: 363.53618174200005. iteration 2537 found worse value: 363.53618174200005. iteration2537, perturbing to get out of local maxima iteration 2538 found worse value: 363.53618174200005. iteration2538, perturbing to get out of local maxima iteration 2539 found worse value: 363.53618174200005. iteration 2540 found worse value: 363.53618174200005. iteration 2541 found worse value: 363.53618174200005. iteration 2542 found worse value: 363.53618174200005. iteration2542, perturbing to get out of local maxima iteration 2543 found worse value: 363.53618174200005. iteration 2544 found worse value: 363.53618174200005. iteration 2545 found worse value: 363.53618174200005. iteration 2546 found worse value: 363.53618174200005. iteration 2547 found worse value: 363.53618174200005. iteration2547, perturbing to get out of local maxima iteration 2548 found worse value: 363.53618174200005. iteration 2549 found worse value: 363.53618174200005. iteration 2550 found worse value: 363.53618174200005. iteration 2551 found worse value: 363.53618174200005. iteration 2552 found worse value: 363.53618174200005. iteration 2553 found worse value: 363.53618174200005. iteration 2554 found worse value: 363.53618174200005. iteration2554, perturbing to get out of local maxima iteration 2555 found worse value: 363.53618174200005. iteration 2556 found worse value: 363.53618174200005. iteration 2557 found worse value: 363.53618174200005. iteration2557, perturbing to get out of local maxima iteration 2558 found worse value: 363.53618174200005. iteration 2559 found worse value: 363.53618174200005. iteration 2560 found worse value: 363.53618174200005. iteration 2561 found worse value: 363.53618174200005. iteration2561, perturbing to get out of local maxima iteration 2562 found worse value: 363.53618174200005. iteration 2563 found worse value: 363.53618174200005. iteration 2564 found worse value: 363.53618174200005. iteration2564, perturbing to get out of local maxima iteration 2565 found worse value: 363.53618174200005. iteration 2566 found worse value: 363.53618174200005. iteration 2567 found worse value: 363.53618174200005. iteration2567, perturbing to get out of local maxima iteration 2568 found worse value: 363.53618174200005. iteration2568, perturbing to get out of local maxima iteration 2569 found worse value: 363.53618174200005. iteration 2570 found worse value: 363.53618174200005. iteration 2571 found worse value: 363.53618174200005. iteration2571, perturbing to get out of local maxima iteration 2572 found worse value: 363.53618174200005. iteration2572, perturbing to get out of local maxima iteration 2573 found worse value: 363.53618174200005. iteration 2574 found worse value: 363.53618174200005. iteration 2575 found worse value: 363.53618174200005. iteration 2576 found worse value: 363.53618174200005. iteration 2577 found worse value: 363.53618174200005. iteration 2578 found worse value: 363.53618174200005. iteration 2579 found worse value: 363.53618174200005. iteration 2580 found worse value: 363.53618174200005. iteration 2581 found worse value: 363.53618174200005. iteration 2582 found worse value: 363.53618174200005. iteration 2583 found worse value: 363.53618174200005. iteration 2584 found worse value: 363.53618174200005. iteration 2585 found worse value: 363.53618174200005. iteration 2586 found worse value: 363.53618174200005. iteration 2587 found worse value: 363.53618174200005. iteration 2588 found worse value: 363.53618174200005. iteration2588, perturbing to get out of local maxima iteration 2589 found worse value: 363.53618174200005. iteration 2590 found worse value: 363.53618174200005. iteration 2591 found worse value: 363.53618174200005. iteration 2592 found worse value: 363.53618174200005. iteration2592, perturbing to get out of local maxima iteration 2593 found worse value: 363.53618174200005. iteration 2594 found worse value: 363.53618174200005. iteration 2595 found worse value: 363.53618174200005. iteration 2596 found worse value: 363.53618174200005. iteration2596, perturbing to get out of local maxima iteration 2597 found worse value: 363.53618174200005. iteration2597, perturbing to get out of local maxima iteration 2598 found worse value: 363.53618174200005. iteration 2599 found worse value: 363.53618174200005. iteration 2600 found worse value: 363.53618174200005. iteration 2601 found worse value: 363.53618174200005. iteration 2602 found worse value: 363.53618174200005. iteration 2603 found worse value: 363.53618174200005. iteration2603, perturbing to get out of local maxima iteration 2604 found worse value: 363.53618174200005. iteration2604, perturbing to get out of local maxima iteration 2605 found worse value: 363.53618174200005. iteration2605, perturbing to get out of local maxima iteration 2606 found worse value: 363.53618174200005. iteration 2607 found worse value: 363.53618174200005. iteration 2608 found worse value: 363.53618174200005. iteration 2609 found worse value: 363.53618174200005. iteration 2610 found worse value: 363.53618174200005. iteration 2611 found worse value: 363.53618174200005. iteration 2612 found worse value: 363.53618174200005. iteration 2613 found worse value: 363.53618174200005. iteration 2614 found worse value: 363.53618174200005. iteration 2615 found worse value: 363.53618174200005. iteration 2616 found worse value: 363.53618174200005. iteration 2617 found worse value: 363.53618174200005. iteration 2618 found worse value: 363.53618174200005. iteration 2619 found worse value: 363.53618174200005. iteration 2620 found worse value: 363.53618174200005. iteration 2621 found worse value: 363.53618174200005. iteration 2622 found worse value: 363.53618174200005. iteration 2623 found worse value: 363.53618174200005. iteration 2624 found worse value: 363.53618174200005. iteration 2625 found worse value: 363.53618174200005. iteration 2626 found worse value: 363.53618174200005. iteration 2627 found worse value: 363.53618174200005. iteration 2628 found worse value: 363.53618174200005. iteration2628, perturbing to get out of local maxima iteration 2629 found worse value: 363.53618174200005. iteration 2630 found worse value: 363.53618174200005. iteration 2631 found worse value: 363.53618174200005. iteration 2632 found worse value: 363.53618174200005. iteration2632, perturbing to get out of local maxima iteration 2633 found worse value: 363.53618174200005. iteration 2634 found worse value: 363.53618174200005. iteration 2635 found worse value: 363.53618174200005. iteration 2636 found worse value: 363.53618174200005. iteration2636, perturbing to get out of local maxima iteration 2637 found better value: 363.537682685 iteration 2638 found worse value: 363.537682685. iteration 2639 found worse value: 363.537682685. iteration 2640 found worse value: 363.537682685. iteration 2641 found worse value: 363.537682685. iteration 2642 found better value: 363.538685724 iteration 2643 found better value: 363.5392305689999 iteration 2644 found worse value: 363.5392305689999. iteration 2645 found worse value: 363.5392305689999. iteration 2646 found worse value: 363.5392305689999. iteration 2647 found worse value: 363.5392305689999. iteration 2648 found worse value: 363.5392305689999. iteration2648, perturbing to get out of local maxima iteration 2649 found worse value: 363.5392305689999. iteration 2650 found worse value: 363.5392305689999. iteration 2651 found worse value: 363.5392305689999. iteration2651, perturbing to get out of local maxima iteration 2652 found worse value: 363.5392305689999. iteration 2653 found worse value: 363.5392305689999. iteration 2654 found worse value: 363.5392305689999. iteration2654, perturbing to get out of local maxima iteration 2655 found worse value: 363.5392305689999. iteration 2656 found worse value: 363.5392305689999. iteration 2657 found worse value: 363.5392305689999. iteration 2658 found worse value: 363.5392305689999. iteration 2659 found worse value: 363.5392305689999. iteration 2660 found worse value: 363.5392305689999. iteration2660, perturbing to get out of local maxima iteration 2661 found worse value: 363.5392305689999. iteration 2662 found worse value: 363.5392305689999. iteration2662, perturbing to get out of local maxima iteration 2663 found worse value: 363.5392305689999. iteration 2664 found worse value: 363.5392305689999. iteration2664, perturbing to get out of local maxima iteration 2665 found worse value: 363.5392305689999. iteration2665, perturbing to get out of local maxima iteration 2666 found worse value: 363.5392305689999. iteration 2667 found worse value: 363.5392305689999. iteration 2668 found worse value: 363.5392305689999. iteration 2669 found worse value: 363.5392305689999. iteration2669, perturbing to get out of local maxima iteration 2670 found worse value: 363.5392305689999. iteration 2671 found worse value: 363.5392305689999. iteration 2672 found worse value: 363.5392305689999. iteration 2673 found worse value: 363.5392305689999. iteration 2674 found worse value: 363.5392305689999. iteration 2675 found worse value: 363.5392305689999. iteration 2676 found worse value: 363.5392305689999. iteration 2677 found worse value: 363.5392305689999. iteration 2678 found worse value: 363.5392305689999. iteration 2679 found worse value: 363.5392305689999. iteration 2680 found worse value: 363.5392305689999. iteration2680, perturbing to get out of local maxima iteration 2681 found worse value: 363.5392305689999. iteration 2682 found worse value: 363.5392305689999. iteration 2683 found worse value: 363.5392305689999. iteration2683, perturbing to get out of local maxima iteration 2684 found worse value: 363.5392305689999. iteration 2685 found worse value: 363.5392305689999. iteration 2686 found worse value: 363.5392305689999. iteration 2687 found worse value: 363.5392305689999. iteration 2688 found worse value: 363.5392305689999. iteration 2689 found worse value: 363.5392305689999. iteration 2690 found worse value: 363.5392305689999. iteration 2691 found worse value: 363.5392305689999. iteration 2692 found worse value: 363.5392305689999. iteration 2693 found worse value: 363.5392305689999. iteration2693, perturbing to get out of local maxima iteration 2694 found worse value: 363.5392305689999. iteration2694, perturbing to get out of local maxima iteration 2695 found worse value: 363.5392305689999. iteration 2696 found worse value: 363.5392305689999. iteration 2697 found worse value: 363.5392305689999. iteration 2698 found worse value: 363.5392305689999. iteration 2699 found worse value: 363.5392305689999. iteration2699, perturbing to get out of local maxima iteration 2700 found worse value: 363.5392305689999. iteration 2701 found worse value: 363.5392305689999. iteration 2702 found worse value: 363.5392305689999. iteration 2703 found worse value: 363.5392305689999. iteration 2704 found worse value: 363.5392305689999. iteration 2705 found worse value: 363.5392305689999. iteration 2706 found worse value: 363.5392305689999. iteration 2707 found worse value: 363.5392305689999. iteration2707, perturbing to get out of local maxima iteration 2708 found worse value: 363.5392305689999. iteration 2709 found worse value: 363.5392305689999. iteration 2710 found worse value: 363.5392305689999. iteration 2711 found worse value: 363.5392305689999. iteration 2712 found worse value: 363.5392305689999. iteration 2713 found worse value: 363.5392305689999. iteration2713, perturbing to get out of local maxima iteration 2714 found worse value: 363.5392305689999. iteration 2715 found worse value: 363.5392305689999. iteration 2716 found worse value: 363.5392305689999. iteration 2717 found worse value: 363.5392305689999. iteration2717, perturbing to get out of local maxima iteration 2718 found worse value: 363.5392305689999. iteration2718, perturbing to get out of local maxima iteration 2719 found worse value: 363.5392305689999. iteration 2720 found worse value: 363.5392305689999. iteration2720, perturbing to get out of local maxima iteration 2721 found worse value: 363.5392305689999. iteration 2722 found worse value: 363.5392305689999. iteration 2723 found worse value: 363.5392305689999. iteration 2724 found worse value: 363.5392305689999. iteration 2725 found worse value: 363.5392305689999. iteration 2726 found worse value: 363.5392305689999. iteration 2727 found worse value: 363.5392305689999. iteration 2728 found worse value: 363.5392305689999. iteration 2729 found worse value: 363.5392305689999. iteration 2730 found worse value: 363.5392305689999. iteration 2731 found worse value: 363.5392305689999. iteration 2732 found worse value: 363.5392305689999. iteration 2733 found worse value: 363.5392305689999. iteration 2734 found worse value: 363.5392305689999. iteration 2735 found worse value: 363.5392305689999. iteration 2736 found worse value: 363.5392305689999. iteration 2737 found worse value: 363.5392305689999. iteration 2738 found worse value: 363.5392305689999. iteration 2739 found worse value: 363.5392305689999. iteration 2740 found worse value: 363.5392305689999. iteration 2741 found worse value: 363.5392305689999. iteration 2742 found worse value: 363.5392305689999. iteration 2743 found worse value: 363.5392305689999. iteration 2744 found worse value: 363.5392305689999. iteration 2745 found worse value: 363.5392305689999. iteration2745, perturbing to get out of local maxima iteration 2746 found worse value: 363.5392305689999. iteration 2747 found worse value: 363.5392305689999. iteration2747, perturbing to get out of local maxima iteration 2748 found worse value: 363.5392305689999. iteration 2749 found worse value: 363.5392305689999. iteration2749, perturbing to get out of local maxima iteration 2750 found worse value: 363.5392305689999. iteration 2751 found worse value: 363.5392305689999. iteration2751, perturbing to get out of local maxima iteration 2752 found worse value: 363.5392305689999. iteration 2753 found worse value: 363.5392305689999. iteration2753, perturbing to get out of local maxima iteration 2754 found worse value: 363.5392305689999. iteration 2755 found worse value: 363.5392305689999. iteration 2756 found worse value: 363.5392305689999. iteration 2757 found worse value: 363.5392305689999. iteration 2758 found worse value: 363.5392305689999. iteration 2759 found worse value: 363.5392305689999. iteration2759, perturbing to get out of local maxima iteration 2760 found worse value: 363.5392305689999. iteration 2761 found worse value: 363.5392305689999. iteration2761, perturbing to get out of local maxima iteration 2762 found worse value: 363.5392305689999. iteration 2763 found worse value: 363.5392305689999. iteration 2764 found worse value: 363.5392305689999. iteration 2765 found worse value: 363.5392305689999. iteration 2766 found worse value: 363.5392305689999. iteration 2767 found worse value: 363.5392305689999. iteration 2768 found worse value: 363.5392305689999. iteration 2769 found worse value: 363.5392305689999. iteration 2770 found worse value: 363.5392305689999. iteration 2771 found worse value: 363.5392305689999. iteration2771, perturbing to get out of local maxima iteration 2772 found worse value: 363.5392305689999. iteration 2773 found worse value: 363.5392305689999. iteration 2774 found worse value: 363.5392305689999. iteration 2775 found worse value: 363.5392305689999. iteration2775, perturbing to get out of local maxima iteration 2776 found worse value: 363.5392305689999. iteration 2777 found worse value: 363.5392305689999. iteration 2778 found worse value: 363.5392305689999. iteration2778, perturbing to get out of local maxima iteration 2779 found worse value: 363.5392305689999. iteration2779, perturbing to get out of local maxima iteration 2780 found worse value: 363.5392305689999. iteration 2781 found worse value: 363.5392305689999. iteration 2782 found worse value: 363.5392305689999. iteration 2783 found worse value: 363.5392305689999. iteration 2784 found worse value: 363.5392305689999. iteration 2785 found worse value: 363.5392305689999. iteration2785, perturbing to get out of local maxima iteration 2786 found worse value: 363.5392305689999. iteration 2787 found worse value: 363.5392305689999. iteration 2788 found worse value: 363.5392305689999. iteration 2789 found worse value: 363.5392305689999. iteration 2790 found worse value: 363.5392305689999. iteration2790, perturbing to get out of local maxima iteration 2791 found worse value: 363.5392305689999. iteration 2792 found worse value: 363.5392305689999. iteration2792, perturbing to get out of local maxima iteration 2793 found worse value: 363.5392305689999. iteration2793, perturbing to get out of local maxima iteration 2794 found worse value: 363.5392305689999. iteration 2795 found worse value: 363.5392305689999. iteration 2796 found worse value: 363.5392305689999. iteration 2797 found worse value: 363.5392305689999. iteration 2798 found worse value: 363.5392305689999. iteration 2799 found worse value: 363.5392305689999. iteration 2800 found worse value: 363.5392305689999. iteration 2801 found worse value: 363.5392305689999. iteration 2802 found worse value: 363.5392305689999. iteration 2803 found worse value: 363.5392305689999. iteration 2804 found worse value: 363.5392305689999. iteration 2805 found worse value: 363.5392305689999. iteration 2806 found worse value: 363.5392305689999. iteration2806, perturbing to get out of local maxima iteration 2807 found worse value: 363.5392305689999. iteration 2808 found worse value: 363.5392305689999. iteration 2809 found worse value: 363.5392305689999. iteration2809, perturbing to get out of local maxima iteration 2810 found worse value: 363.5392305689999. iteration 2811 found worse value: 363.5392305689999. iteration 2812 found worse value: 363.5392305689999. iteration2812, perturbing to get out of local maxima iteration 2813 found worse value: 363.5392305689999. iteration 2814 found worse value: 363.5392305689999. iteration 2815 found worse value: 363.5392305689999. iteration2815, perturbing to get out of local maxima iteration 2816 found worse value: 363.5392305689999. iteration 2817 found worse value: 363.5392305689999. iteration 2818 found worse value: 363.5392305689999. iteration 2819 found worse value: 363.5392305689999. iteration2819, perturbing to get out of local maxima iteration 2820 found worse value: 363.5392305689999. iteration 2821 found worse value: 363.5392305689999. iteration 2822 found worse value: 363.5392305689999. iteration 2823 found worse value: 363.5392305689999. iteration 2824 found worse value: 363.5392305689999. iteration 2825 found worse value: 363.5392305689999. iteration2825, perturbing to get out of local maxima iteration 2826 found worse value: 363.5392305689999. iteration 2827 found worse value: 363.5392305689999. iteration 2828 found worse value: 363.5392305689999. iteration 2829 found worse value: 363.5392305689999. iteration 2830 found worse value: 363.5392305689999. iteration 2831 found worse value: 363.5392305689999. iteration 2832 found worse value: 363.5392305689999. iteration 2833 found worse value: 363.5392305689999. iteration 2834 found worse value: 363.5392305689999. iteration 2835 found worse value: 363.5392305689999. iteration 2836 found worse value: 363.5392305689999. iteration 2837 found worse value: 363.5392305689999. iteration 2838 found worse value: 363.5392305689999. iteration 2839 found worse value: 363.5392305689999. iteration 2840 found worse value: 363.5392305689999. iteration 2841 found worse value: 363.5392305689999. iteration 2842 found worse value: 363.5392305689999. iteration 2843 found worse value: 363.5392305689999. iteration 2844 found worse value: 363.5392305689999. iteration 2845 found worse value: 363.5392305689999. iteration 2846 found worse value: 363.5392305689999. iteration 2847 found worse value: 363.5392305689999. iteration 2848 found worse value: 363.5392305689999. iteration 2849 found worse value: 363.5392305689999. iteration 2850 found worse value: 363.5392305689999. iteration 2851 found worse value: 363.5392305689999. iteration 2852 found worse value: 363.5392305689999. iteration 2853 found worse value: 363.5392305689999. iteration2853, perturbing to get out of local maxima iteration 2854 found worse value: 363.5392305689999. iteration 2855 found worse value: 363.5392305689999. iteration 2856 found worse value: 363.5392305689999. iteration 2857 found worse value: 363.5392305689999. iteration 2858 found worse value: 363.5392305689999. iteration 2859 found worse value: 363.5392305689999. iteration 2860 found worse value: 363.5392305689999. iteration 2861 found worse value: 363.5392305689999. iteration 2862 found worse value: 363.5392305689999. iteration2862, perturbing to get out of local maxima iteration 2863 found worse value: 363.5392305689999. iteration 2864 found worse value: 363.5392305689999. iteration 2865 found worse value: 363.5392305689999. iteration 2866 found worse value: 363.5392305689999. iteration2866, perturbing to get out of local maxima iteration 2867 found worse value: 363.5392305689999. iteration 2868 found worse value: 363.5392305689999. iteration 2869 found worse value: 363.5392305689999. iteration 2870 found worse value: 363.5392305689999. iteration 2871 found better value: 363.540884983 iteration 2872 found worse value: 363.540884983. iteration 2873 found worse value: 363.540884983. iteration2873, perturbing to get out of local maxima iteration 2874 found worse value: 363.540884983. iteration2874, perturbing to get out of local maxima iteration 2875 found worse value: 363.540884983. iteration 2876 found worse value: 363.540884983. iteration2876, perturbing to get out of local maxima iteration 2877 found worse value: 363.540884983. iteration 2878 found worse value: 363.540884983. iteration 2879 found worse value: 363.540884983. iteration 2880 found worse value: 363.540884983. iteration 2881 found worse value: 363.540884983. iteration 2882 found worse value: 363.540884983. iteration 2883 found worse value: 363.540884983. iteration 2884 found worse value: 363.540884983. iteration 2885 found worse value: 363.540884983. iteration 2886 found worse value: 363.540884983. iteration 2887 found worse value: 363.540884983. iteration 2888 found worse value: 363.540884983. iteration2888, perturbing to get out of local maxima iteration 2889 found worse value: 363.540884983. iteration 2890 found worse value: 363.540884983. iteration 2891 found worse value: 363.540884983. iteration 2892 found worse value: 363.540884983. iteration 2893 found worse value: 363.540884983. iteration 2894 found worse value: 363.540884983. iteration 2895 found worse value: 363.540884983. iteration 2896 found worse value: 363.540884983. iteration 2897 found worse value: 363.540884983. iteration 2898 found worse value: 363.540884983. iteration 2899 found worse value: 363.540884983. iteration 2900 found worse value: 363.540884983. iteration 2901 found worse value: 363.540884983. iteration 2902 found worse value: 363.540884983. iteration 2903 found worse value: 363.540884983. iteration2903, perturbing to get out of local maxima iteration 2904 found worse value: 363.540884983. iteration 2905 found worse value: 363.540884983. iteration 2906 found worse value: 363.540884983. iteration 2907 found worse value: 363.540884983. iteration2907, perturbing to get out of local maxima iteration 2908 found worse value: 363.540884983. iteration2908, perturbing to get out of local maxima iteration 2909 found worse value: 363.540884983. iteration 2910 found worse value: 363.540884983. iteration2910, perturbing to get out of local maxima iteration 2911 found worse value: 363.540884983. iteration 2912 found worse value: 363.540884983. iteration 2913 found worse value: 363.540884983. iteration2913, perturbing to get out of local maxima iteration 2914 found worse value: 363.540884983. iteration 2915 found worse value: 363.540884983. iteration2915, perturbing to get out of local maxima iteration 2916 found worse value: 363.540884983. iteration 2917 found worse value: 363.540884983. iteration 2918 found worse value: 363.540884983. iteration 2919 found worse value: 363.540884983. iteration 2920 found worse value: 363.540884983. iteration 2921 found worse value: 363.540884983. iteration 2922 found worse value: 363.540884983. iteration 2923 found worse value: 363.540884983. iteration 2924 found worse value: 363.540884983. iteration 2925 found worse value: 363.540884983. iteration 2926 found worse value: 363.540884983. iteration 2927 found worse value: 363.540884983. iteration 2928 found worse value: 363.540884983. iteration 2929 found worse value: 363.540884983. iteration 2930 found worse value: 363.540884983. iteration2930, perturbing to get out of local maxima iteration 2931 found worse value: 363.540884983. iteration2931, perturbing to get out of local maxima iteration 2932 found worse value: 363.540884983. iteration 2933 found worse value: 363.540884983. iteration2933, perturbing to get out of local maxima iteration 2934 found worse value: 363.540884983. iteration2934, perturbing to get out of local maxima iteration 2935 found worse value: 363.540884983. iteration 2936 found worse value: 363.540884983. iteration 2937 found worse value: 363.540884983. iteration 2938 found worse value: 363.540884983. iteration 2939 found worse value: 363.540884983. iteration 2940 found worse value: 363.540884983. iteration2940, perturbing to get out of local maxima iteration 2941 found worse value: 363.540884983. iteration 2942 found worse value: 363.540884983. iteration 2943 found worse value: 363.540884983. iteration 2944 found worse value: 363.540884983. iteration 2945 found worse value: 363.540884983. iteration 2946 found worse value: 363.540884983. iteration 2947 found worse value: 363.540884983. iteration2947, perturbing to get out of local maxima iteration 2948 found worse value: 363.540884983. iteration 2949 found worse value: 363.540884983. iteration2949, perturbing to get out of local maxima iteration 2950 found worse value: 363.540884983. iteration 2951 found worse value: 363.540884983. iteration 2952 found worse value: 363.540884983. iteration2952, perturbing to get out of local maxima iteration 2953 found worse value: 363.540884983. iteration 2954 found worse value: 363.540884983. iteration 2955 found worse value: 363.540884983. iteration 2956 found worse value: 363.540884983. iteration2956, perturbing to get out of local maxima iteration 2957 found worse value: 363.540884983. iteration2957, perturbing to get out of local maxima iteration 2958 found worse value: 363.540884983. iteration 2959 found worse value: 363.540884983. iteration 2960 found worse value: 363.540884983. iteration 2961 found worse value: 363.540884983. iteration 2962 found worse value: 363.540884983. iteration 2963 found worse value: 363.540884983. iteration 2964 found worse value: 363.540884983. iteration 2965 found worse value: 363.540884983. iteration 2966 found worse value: 363.540884983. iteration2966, perturbing to get out of local maxima iteration 2967 found worse value: 363.540884983. iteration 2968 found worse value: 363.540884983. iteration2968, perturbing to get out of local maxima iteration 2969 found worse value: 363.540884983. iteration 2970 found worse value: 363.540884983. iteration 2971 found worse value: 363.540884983. iteration2971, perturbing to get out of local maxima iteration 2972 found worse value: 363.540884983. iteration 2973 found worse value: 363.540884983. iteration2973, perturbing to get out of local maxima iteration 2974 found worse value: 363.540884983. iteration 2975 found worse value: 363.540884983. iteration 2976 found worse value: 363.540884983. iteration 2977 found worse value: 363.540884983. iteration 2978 found worse value: 363.540884983. iteration 2979 found worse value: 363.540884983. iteration 2980 found worse value: 363.540884983. iteration 2981 found worse value: 363.540884983. iteration 2982 found worse value: 363.540884983. iteration 2983 found worse value: 363.540884983. iteration 2984 found worse value: 363.540884983. iteration 2985 found worse value: 363.540884983. iteration2985, perturbing to get out of local maxima iteration 2986 found worse value: 363.540884983. iteration 2987 found worse value: 363.540884983. iteration 2988 found worse value: 363.540884983. iteration 2989 found worse value: 363.540884983. iteration 2990 found worse value: 363.540884983. iteration 2991 found worse value: 363.540884983. iteration 2992 found worse value: 363.540884983. iteration 2993 found worse value: 363.540884983. iteration 2994 found worse value: 363.540884983. iteration 2995 found worse value: 363.540884983. iteration 2996 found worse value: 363.540884983. iteration2996, perturbing to get out of local maxima iteration 2997 found worse value: 363.540884983. iteration 2998 found worse value: 363.540884983. iteration 2999 found worse value: 363.540884983. iteration 3000 found worse value: 363.540884983. iteration 3001 found worse value: 363.540884983. iteration3001, perturbing to get out of local maxima iteration 3002 found worse value: 363.540884983. iteration 3003 found worse value: 363.540884983. iteration 3004 found worse value: 363.540884983. iteration 3005 found worse value: 363.540884983. iteration3005, perturbing to get out of local maxima iteration 3006 found worse value: 363.540884983. iteration 3007 found worse value: 363.540884983. iteration 3008 found worse value: 363.540884983. iteration 3009 found worse value: 363.540884983. iteration 3010 found worse value: 363.540884983. iteration 3011 found worse value: 363.540884983. iteration 3012 found worse value: 363.540884983. iteration3012, perturbing to get out of local maxima iteration 3013 found worse value: 363.540884983. iteration3013, perturbing to get out of local maxima iteration 3014 found worse value: 363.540884983. iteration 3015 found worse value: 363.540884983. iteration 3016 found worse value: 363.540884983. iteration 3017 found worse value: 363.540884983. iteration 3018 found worse value: 363.540884983. iteration 3019 found worse value: 363.540884983. iteration3019, perturbing to get out of local maxima iteration 3020 found worse value: 363.540884983. iteration 3021 found worse value: 363.540884983. iteration 3022 found worse value: 363.540884983. iteration3022, perturbing to get out of local maxima iteration 3023 found worse value: 363.540884983. iteration 3024 found worse value: 363.540884983. iteration 3025 found worse value: 363.540884983. iteration 3026 found worse value: 363.540884983. iteration 3027 found worse value: 363.540884983. iteration3027, perturbing to get out of local maxima iteration 3028 found worse value: 363.540884983. iteration 3029 found worse value: 363.540884983. iteration 3030 found worse value: 363.540884983. iteration 3031 found worse value: 363.540884983. iteration 3032 found worse value: 363.540884983. iteration3032, perturbing to get out of local maxima iteration 3033 found worse value: 363.540884983. iteration 3034 found worse value: 363.540884983. iteration 3035 found worse value: 363.540884983. iteration3035, perturbing to get out of local maxima iteration 3036 found worse value: 363.540884983. iteration 3037 found worse value: 363.540884983. iteration 3038 found worse value: 363.540884983. iteration3038, perturbing to get out of local maxima iteration 3039 found worse value: 363.540884983. iteration 3040 found worse value: 363.540884983. iteration 3041 found worse value: 363.540884983. iteration 3042 found worse value: 363.540884983. iteration 3043 found worse value: 363.540884983. iteration 3044 found worse value: 363.540884983. iteration 3045 found worse value: 363.540884983. iteration3045, perturbing to get out of local maxima iteration 3046 found worse value: 363.540884983. iteration 3047 found worse value: 363.540884983. iteration3047, perturbing to get out of local maxima iteration 3048 found worse value: 363.540884983. iteration 3049 found worse value: 363.540884983. iteration 3050 found worse value: 363.540884983. iteration 3051 found worse value: 363.540884983. iteration 3052 found worse value: 363.540884983. iteration 3053 found worse value: 363.540884983. iteration3053, perturbing to get out of local maxima iteration 3054 found worse value: 363.540884983. iteration 3055 found worse value: 363.540884983. iteration3055, perturbing to get out of local maxima iteration 3056 found worse value: 363.540884983. iteration 3057 found worse value: 363.540884983. iteration 3058 found worse value: 363.540884983. iteration3058, perturbing to get out of local maxima iteration 3059 found worse value: 363.540884983. iteration 3060 found worse value: 363.540884983. iteration 3061 found worse value: 363.540884983. iteration 3062 found worse value: 363.540884983. iteration 3063 found worse value: 363.540884983. iteration 3064 found worse value: 363.540884983. iteration 3065 found worse value: 363.540884983. iteration 3066 found worse value: 363.540884983. iteration 3067 found worse value: 363.540884983. iteration3067, perturbing to get out of local maxima iteration 3068 found worse value: 363.540884983. iteration 3069 found worse value: 363.540884983. iteration 3070 found worse value: 363.540884983. iteration 3071 found worse value: 363.540884983. iteration 3072 found worse value: 363.540884983. iteration3072, perturbing to get out of local maxima iteration 3073 found worse value: 363.540884983. iteration 3074 found worse value: 363.540884983. iteration3074, perturbing to get out of local maxima iteration 3075 found worse value: 363.540884983. iteration 3076 found worse value: 363.540884983. iteration 3077 found worse value: 363.540884983. iteration 3078 found worse value: 363.540884983. iteration3078, perturbing to get out of local maxima iteration 3079 found worse value: 363.540884983. iteration 3080 found worse value: 363.540884983. iteration 3081 found worse value: 363.540884983. iteration 3082 found worse value: 363.540884983. iteration 3083 found worse value: 363.540884983. iteration 3084 found worse value: 363.540884983. iteration 3085 found worse value: 363.540884983. iteration 3086 found worse value: 363.540884983. iteration 3087 found worse value: 363.540884983. iteration 3088 found worse value: 363.540884983. iteration 3089 found worse value: 363.540884983. iteration 3090 found worse value: 363.540884983. iteration 3091 found worse value: 363.540884983. iteration 3092 found worse value: 363.540884983. iteration 3093 found worse value: 363.540884983. iteration3093, perturbing to get out of local maxima iteration 3094 found worse value: 363.540884983. iteration 3095 found worse value: 363.540884983. iteration3095, perturbing to get out of local maxima iteration 3096 found worse value: 363.540884983. iteration 3097 found worse value: 363.540884983. iteration 3098 found worse value: 363.540884983. iteration3098, perturbing to get out of local maxima iteration 3099 found worse value: 363.540884983. iteration 3100 found worse value: 363.540884983. iteration 3101 found worse value: 363.540884983. iteration 3102 found worse value: 363.540884983. iteration 3103 found worse value: 363.540884983. iteration 3104 found worse value: 363.540884983. iteration 3105 found worse value: 363.540884983. iteration 3106 found worse value: 363.540884983. iteration 3107 found worse value: 363.540884983. iteration 3108 found worse value: 363.540884983. iteration 3109 found worse value: 363.540884983. iteration 3110 found worse value: 363.540884983. iteration3110, perturbing to get out of local maxima iteration 3111 found worse value: 363.540884983. iteration 3112 found worse value: 363.540884983. iteration 3113 found worse value: 363.540884983. iteration 3114 found worse value: 363.540884983. iteration 3115 found worse value: 363.540884983. iteration 3116 found worse value: 363.540884983. iteration 3117 found worse value: 363.540884983. iteration 3118 found worse value: 363.540884983. iteration 3119 found worse value: 363.540884983. iteration 3120 found worse value: 363.540884983. iteration 3121 found worse value: 363.540884983. iteration3121, perturbing to get out of local maxima iteration 3122 found worse value: 363.540884983. iteration 3123 found worse value: 363.540884983. iteration 3124 found worse value: 363.540884983. iteration 3125 found worse value: 363.540884983. iteration 3126 found worse value: 363.540884983. iteration 3127 found worse value: 363.540884983. iteration 3128 found worse value: 363.540884983. iteration 3129 found worse value: 363.540884983. iteration 3130 found worse value: 363.540884983. iteration 3131 found worse value: 363.540884983. iteration 3132 found worse value: 363.540884983. iteration 3133 found worse value: 363.540884983. iteration 3134 found worse value: 363.540884983. iteration 3135 found worse value: 363.540884983. iteration 3136 found worse value: 363.540884983. iteration 3137 found worse value: 363.540884983. iteration 3138 found worse value: 363.540884983. iteration 3139 found worse value: 363.540884983. iteration3139, perturbing to get out of local maxima iteration 3140 found worse value: 363.540884983. iteration 3141 found worse value: 363.540884983. iteration 3142 found worse value: 363.540884983. iteration 3143 found worse value: 363.540884983. iteration 3144 found worse value: 363.540884983. iteration3144, perturbing to get out of local maxima iteration 3145 found worse value: 363.540884983. iteration3145, perturbing to get out of local maxima iteration 3146 found worse value: 363.540884983. iteration 3147 found worse value: 363.540884983. iteration 3148 found worse value: 363.540884983. iteration 3149 found worse value: 363.540884983. iteration 3150 found worse value: 363.540884983. iteration3150, perturbing to get out of local maxima iteration 3151 found worse value: 363.540884983. iteration 3152 found worse value: 363.540884983. iteration 3153 found worse value: 363.540884983. iteration 3154 found worse value: 363.540884983. iteration 3155 found worse value: 363.540884983. iteration 3156 found worse value: 363.540884983. iteration 3157 found worse value: 363.540884983. iteration 3158 found worse value: 363.540884983. iteration 3159 found worse value: 363.540884983. iteration 3160 found worse value: 363.540884983. iteration3160, perturbing to get out of local maxima iteration 3161 found worse value: 363.540884983. iteration 3162 found worse value: 363.540884983. iteration 3163 found worse value: 363.540884983. iteration3163, perturbing to get out of local maxima iteration 3164 found worse value: 363.540884983. iteration 3165 found worse value: 363.540884983. iteration 3166 found worse value: 363.540884983. iteration 3167 found worse value: 363.540884983. iteration 3168 found worse value: 363.540884983. iteration 3169 found worse value: 363.540884983. iteration 3170 found worse value: 363.540884983. iteration 3171 found worse value: 363.540884983. iteration 3172 found worse value: 363.540884983. iteration 3173 found worse value: 363.540884983. iteration 3174 found worse value: 363.540884983. iteration 3175 found worse value: 363.540884983. iteration 3176 found worse value: 363.540884983. iteration 3177 found worse value: 363.540884983. iteration 3178 found worse value: 363.540884983. iteration3178, perturbing to get out of local maxima iteration 3179 found worse value: 363.540884983. iteration 3180 found worse value: 363.540884983. iteration 3181 found worse value: 363.540884983. iteration 3182 found worse value: 363.540884983. iteration3182, perturbing to get out of local maxima iteration 3183 found worse value: 363.540884983. iteration 3184 found worse value: 363.540884983. iteration 3185 found worse value: 363.540884983. iteration 3186 found worse value: 363.540884983. iteration 3187 found worse value: 363.540884983. iteration 3188 found worse value: 363.540884983. iteration 3189 found worse value: 363.540884983. iteration 3190 found worse value: 363.540884983. iteration 3191 found worse value: 363.540884983. iteration 3192 found worse value: 363.540884983. iteration 3193 found worse value: 363.540884983. iteration 3194 found worse value: 363.540884983. iteration 3195 found worse value: 363.540884983. iteration 3196 found worse value: 363.540884983. iteration3196, perturbing to get out of local maxima iteration 3197 found worse value: 363.540884983. iteration 3198 found worse value: 363.540884983. iteration3198, perturbing to get out of local maxima iteration 3199 found worse value: 363.540884983. iteration 3200 found worse value: 363.540884983. iteration 3201 found worse value: 363.540884983. iteration 3202 found better value: 363.54308165800006 iteration 3203 found better value: 363.545937089 iteration 3204 found worse value: 363.545937089. iteration 3205 found worse value: 363.545937089. iteration 3206 found worse value: 363.545937089. iteration 3207 found worse value: 363.545937089. iteration 3208 found worse value: 363.545937089. iteration 3209 found worse value: 363.545937089. iteration 3210 found worse value: 363.545937089. iteration3210, perturbing to get out of local maxima iteration 3211 found worse value: 363.545937089. iteration 3212 found worse value: 363.545937089. iteration3212, perturbing to get out of local maxima iteration 3213 found worse value: 363.545937089. iteration 3214 found worse value: 363.545937089. iteration 3215 found worse value: 363.545937089. iteration 3216 found worse value: 363.545937089. iteration 3217 found worse value: 363.545937089. iteration 3218 found worse value: 363.545937089. iteration 3219 found worse value: 363.545937089. iteration 3220 found worse value: 363.545937089. iteration 3221 found worse value: 363.545937089. iteration 3222 found worse value: 363.545937089. iteration 3223 found better value: 363.546429911 iteration 3224 found worse value: 363.546429911. iteration3224, perturbing to get out of local maxima iteration 3225 found worse value: 363.546429911. iteration 3226 found worse value: 363.546429911. iteration3226, perturbing to get out of local maxima iteration 3227 found worse value: 363.546429911. iteration3227, perturbing to get out of local maxima iteration 3228 found worse value: 363.546429911. iteration 3229 found worse value: 363.546429911. iteration 3230 found worse value: 363.546429911. iteration 3231 found worse value: 363.546429911. iteration3231, perturbing to get out of local maxima iteration 3232 found worse value: 363.546429911. iteration 3233 found worse value: 363.546429911. iteration 3234 found worse value: 363.546429911. iteration 3235 found worse value: 363.546429911. iteration 3236 found worse value: 363.546429911. iteration 3237 found worse value: 363.546429911. iteration 3238 found worse value: 363.546429911. iteration 3239 found worse value: 363.546429911. iteration 3240 found worse value: 363.546429911. iteration 3241 found worse value: 363.546429911. iteration3241, perturbing to get out of local maxima iteration 3242 found worse value: 363.546429911. iteration3242, perturbing to get out of local maxima iteration 3243 found worse value: 363.546429911. iteration 3244 found worse value: 363.546429911. iteration 3245 found worse value: 363.546429911. iteration 3246 found worse value: 363.546429911. iteration3246, perturbing to get out of local maxima iteration 3247 found worse value: 363.546429911. iteration 3248 found worse value: 363.546429911. iteration3248, perturbing to get out of local maxima iteration 3249 found worse value: 363.546429911. iteration 3250 found worse value: 363.546429911. iteration 3251 found worse value: 363.546429911. iteration 3252 found worse value: 363.546429911. iteration 3253 found worse value: 363.546429911. iteration3253, perturbing to get out of local maxima iteration 3254 found worse value: 363.546429911. iteration 3255 found worse value: 363.546429911. iteration 3256 found worse value: 363.546429911. iteration 3257 found worse value: 363.546429911. iteration 3258 found worse value: 363.546429911. iteration 3259 found worse value: 363.546429911. iteration 3260 found worse value: 363.546429911. iteration 3261 found worse value: 363.546429911. iteration 3262 found worse value: 363.546429911. iteration 3263 found worse value: 363.546429911. iteration 3264 found worse value: 363.546429911. iteration3264, perturbing to get out of local maxima iteration 3265 found worse value: 363.546429911. iteration 3266 found worse value: 363.546429911. iteration3266, perturbing to get out of local maxima iteration 3267 found worse value: 363.546429911. iteration 3268 found worse value: 363.546429911. iteration3268, perturbing to get out of local maxima iteration 3269 found worse value: 363.546429911. iteration3269, perturbing to get out of local maxima iteration 3270 found worse value: 363.546429911. iteration3270, perturbing to get out of local maxima iteration 3271 found worse value: 363.546429911. iteration 3272 found worse value: 363.546429911. iteration 3273 found worse value: 363.546429911. iteration 3274 found worse value: 363.546429911. iteration3274, perturbing to get out of local maxima iteration 3275 found worse value: 363.546429911. iteration 3276 found worse value: 363.546429911. iteration 3277 found worse value: 363.546429911. iteration 3278 found worse value: 363.546429911. iteration 3279 found worse value: 363.546429911. iteration 3280 found worse value: 363.546429911. iteration 3281 found worse value: 363.546429911. iteration 3282 found worse value: 363.546429911. iteration 3283 found worse value: 363.546429911. iteration3283, perturbing to get out of local maxima iteration 3284 found worse value: 363.546429911. iteration 3285 found worse value: 363.546429911. iteration 3286 found worse value: 363.546429911. iteration 3287 found worse value: 363.546429911. iteration 3288 found worse value: 363.546429911. iteration 3289 found worse value: 363.546429911. iteration 3290 found worse value: 363.546429911. iteration3290, perturbing to get out of local maxima iteration 3291 found worse value: 363.546429911. iteration 3292 found worse value: 363.546429911. iteration 3293 found worse value: 363.546429911. iteration 3294 found worse value: 363.546429911. iteration 3295 found worse value: 363.546429911. iteration 3296 found worse value: 363.546429911. iteration 3297 found worse value: 363.546429911. iteration 3298 found worse value: 363.546429911. iteration 3299 found worse value: 363.546429911. iteration 3300 found worse value: 363.546429911. iteration 3301 found worse value: 363.546429911. iteration3301, perturbing to get out of local maxima iteration 3302 found worse value: 363.546429911. iteration 3303 found worse value: 363.546429911. iteration 3304 found worse value: 363.546429911. iteration 3305 found worse value: 363.546429911. iteration 3306 found worse value: 363.546429911. iteration 3307 found worse value: 363.546429911. iteration 3308 found worse value: 363.546429911. iteration 3309 found worse value: 363.546429911. iteration 3310 found worse value: 363.546429911. iteration 3311 found worse value: 363.546429911. iteration 3312 found worse value: 363.546429911. iteration 3313 found worse value: 363.546429911. iteration 3314 found worse value: 363.546429911. iteration 3315 found worse value: 363.546429911. iteration3315, perturbing to get out of local maxima iteration 3316 found worse value: 363.546429911. iteration3316, perturbing to get out of local maxima iteration 3317 found worse value: 363.546429911. iteration 3318 found worse value: 363.546429911. iteration 3319 found worse value: 363.546429911. iteration3319, perturbing to get out of local maxima iteration 3320 found worse value: 363.546429911. iteration3320, perturbing to get out of local maxima iteration 3321 found worse value: 363.546429911. iteration 3322 found worse value: 363.546429911. iteration 3323 found worse value: 363.546429911. iteration 3324 found worse value: 363.546429911. iteration3324, perturbing to get out of local maxima iteration 3325 found worse value: 363.546429911. iteration 3326 found worse value: 363.546429911. iteration 3327 found worse value: 363.546429911. iteration 3328 found worse value: 363.546429911. iteration 3329 found worse value: 363.546429911. iteration3329, perturbing to get out of local maxima iteration 3330 found worse value: 363.546429911. iteration 3331 found worse value: 363.546429911. iteration 3332 found worse value: 363.546429911. iteration 3333 found worse value: 363.546429911. iteration 3334 found worse value: 363.546429911. iteration 3335 found worse value: 363.546429911. iteration 3336 found worse value: 363.546429911. iteration 3337 found worse value: 363.546429911. iteration3337, perturbing to get out of local maxima iteration 3338 found worse value: 363.546429911. iteration 3339 found worse value: 363.546429911. iteration 3340 found worse value: 363.546429911. iteration 3341 found worse value: 363.546429911. iteration 3342 found worse value: 363.546429911. iteration 3343 found worse value: 363.546429911. iteration 3344 found worse value: 363.546429911. iteration3344, perturbing to get out of local maxima iteration 3345 found worse value: 363.546429911. iteration 3346 found worse value: 363.546429911. iteration 3347 found worse value: 363.546429911. iteration 3348 found worse value: 363.546429911. iteration 3349 found worse value: 363.546429911. iteration 3350 found worse value: 363.546429911. iteration 3351 found worse value: 363.546429911. iteration 3352 found worse value: 363.546429911. iteration 3353 found worse value: 363.546429911. iteration 3354 found worse value: 363.546429911. iteration 3355 found worse value: 363.546429911. iteration 3356 found worse value: 363.546429911. iteration 3357 found worse value: 363.546429911. iteration3357, perturbing to get out of local maxima iteration 3358 found worse value: 363.546429911. iteration 3359 found worse value: 363.546429911. iteration 3360 found worse value: 363.546429911. iteration 3361 found worse value: 363.546429911. iteration 3362 found worse value: 363.546429911. iteration 3363 found worse value: 363.546429911. iteration 3364 found better value: 363.54666630899993 iteration 3365 found worse value: 363.54666630899993. iteration 3366 found worse value: 363.54666630899993. iteration3366, perturbing to get out of local maxima iteration 3367 found worse value: 363.54666630899993. iteration 3368 found worse value: 363.54666630899993. iteration3368, perturbing to get out of local maxima iteration 3369 found worse value: 363.54666630899993. iteration 3370 found worse value: 363.54666630899993. iteration3370, perturbing to get out of local maxima iteration 3371 found worse value: 363.54666630899993. iteration 3372 found better value: 363.54914762500005 iteration 3373 found worse value: 363.54914762500005. iteration 3374 found worse value: 363.54914762500005. iteration 3375 found worse value: 363.54914762500005. iteration 3376 found worse value: 363.54914762500005. iteration 3377 found worse value: 363.54914762500005. iteration 3378 found better value: 363.549692578 iteration 3379 found better value: 363.551116889 iteration 3380 found worse value: 363.551116889. iteration 3381 found worse value: 363.551116889. iteration 3382 found worse value: 363.551116889. iteration3382, perturbing to get out of local maxima iteration 3383 found worse value: 363.551116889. iteration3383, perturbing to get out of local maxima iteration 3384 found worse value: 363.551116889. iteration 3385 found worse value: 363.551116889. iteration 3386 found worse value: 363.551116889. iteration 3387 found worse value: 363.551116889. iteration 3388 found worse value: 363.551116889. iteration 3389 found worse value: 363.551116889. iteration 3390 found worse value: 363.551116889. iteration3390, perturbing to get out of local maxima iteration 3391 found worse value: 363.551116889. iteration 3392 found worse value: 363.551116889. iteration 3393 found worse value: 363.551116889. iteration3393, perturbing to get out of local maxima iteration 3394 found worse value: 363.551116889. iteration 3395 found worse value: 363.551116889. iteration 3396 found worse value: 363.551116889. iteration3396, perturbing to get out of local maxima iteration 3397 found worse value: 363.551116889. iteration 3398 found worse value: 363.551116889. iteration 3399 found worse value: 363.551116889. iteration 3400 found worse value: 363.551116889. iteration 3401 found worse value: 363.551116889. iteration3401, perturbing to get out of local maxima iteration 3402 found worse value: 363.551116889. iteration 3403 found worse value: 363.551116889. iteration 3404 found worse value: 363.551116889. iteration3404, perturbing to get out of local maxima iteration 3405 found worse value: 363.551116889. iteration 3406 found worse value: 363.551116889. iteration 3407 found worse value: 363.551116889. iteration 3408 found worse value: 363.551116889. iteration3408, perturbing to get out of local maxima iteration 3409 found worse value: 363.551116889. iteration 3410 found worse value: 363.551116889. iteration 3411 found worse value: 363.551116889. iteration 3412 found worse value: 363.551116889. iteration3412, perturbing to get out of local maxima iteration 3413 found worse value: 363.551116889. iteration 3414 found worse value: 363.551116889. iteration 3415 found worse value: 363.551116889. iteration 3416 found worse value: 363.551116889. iteration 3417 found worse value: 363.551116889. iteration 3418 found better value: 363.55117536 iteration 3419 found worse value: 363.55117536. iteration 3420 found worse value: 363.55117536. iteration 3421 found better value: 363.551366363 iteration 3422 found worse value: 363.551366363. iteration 3423 found worse value: 363.551366363. iteration 3424 found worse value: 363.551366363. iteration 3425 found worse value: 363.551366363. iteration 3426 found worse value: 363.551366363. iteration 3427 found worse value: 363.551366363. iteration 3428 found worse value: 363.551366363. iteration 3429 found worse value: 363.551366363. iteration 3430 found worse value: 363.551366363. iteration 3431 found worse value: 363.551366363. iteration 3432 found worse value: 363.551366363. iteration3432, perturbing to get out of local maxima iteration 3433 found worse value: 363.551366363. iteration 3434 found worse value: 363.551366363. iteration3434, perturbing to get out of local maxima iteration 3435 found worse value: 363.551366363. iteration 3436 found worse value: 363.551366363. iteration 3437 found worse value: 363.551366363. iteration3437, perturbing to get out of local maxima iteration 3438 found worse value: 363.551366363. iteration 3439 found worse value: 363.551366363. iteration 3440 found worse value: 363.551366363. iteration 3441 found worse value: 363.551366363. iteration 3442 found worse value: 363.551366363. iteration3442, perturbing to get out of local maxima iteration 3443 found worse value: 363.551366363. iteration 3444 found worse value: 363.551366363. iteration3444, perturbing to get out of local maxima iteration 3445 found worse value: 363.551366363. iteration 3446 found worse value: 363.551366363. iteration 3447 found worse value: 363.551366363. iteration 3448 found worse value: 363.551366363. iteration 3449 found worse value: 363.551366363. iteration 3450 found worse value: 363.551366363. iteration 3451 found worse value: 363.551366363. iteration 3452 found worse value: 363.551366363. iteration 3453 found worse value: 363.551366363. iteration 3454 found worse value: 363.551366363. iteration 3455 found worse value: 363.551366363. iteration 3456 found worse value: 363.551366363. iteration3456, perturbing to get out of local maxima iteration 3457 found worse value: 363.551366363. iteration3457, perturbing to get out of local maxima iteration 3458 found worse value: 363.551366363. iteration 3459 found worse value: 363.551366363. iteration 3460 found worse value: 363.551366363. iteration 3461 found worse value: 363.551366363. iteration3461, perturbing to get out of local maxima iteration 3462 found worse value: 363.551366363. iteration 3463 found worse value: 363.551366363. iteration3463, perturbing to get out of local maxima iteration 3464 found worse value: 363.551366363. iteration 3465 found worse value: 363.551366363. iteration 3466 found worse value: 363.551366363. iteration 3467 found worse value: 363.551366363. iteration3467, perturbing to get out of local maxima iteration 3468 found worse value: 363.551366363. iteration 3469 found worse value: 363.551366363. iteration 3470 found worse value: 363.551366363. iteration 3471 found worse value: 363.551366363. iteration 3472 found worse value: 363.551366363. iteration 3473 found worse value: 363.551366363. iteration 3474 found worse value: 363.551366363. iteration 3475 found worse value: 363.551366363. iteration 3476 found worse value: 363.551366363. iteration 3477 found worse value: 363.551366363. iteration 3478 found worse value: 363.551366363. iteration 3479 found worse value: 363.551366363. iteration 3480 found worse value: 363.551366363. iteration 3481 found worse value: 363.551366363. iteration 3482 found worse value: 363.551366363. iteration 3483 found worse value: 363.551366363. iteration3483, perturbing to get out of local maxima iteration 3484 found worse value: 363.551366363. iteration 3485 found worse value: 363.551366363. iteration3485, perturbing to get out of local maxima iteration 3486 found worse value: 363.551366363. iteration 3487 found worse value: 363.551366363. iteration 3488 found worse value: 363.551366363. iteration 3489 found worse value: 363.551366363. iteration 3490 found worse value: 363.551366363. iteration 3491 found worse value: 363.551366363. iteration 3492 found worse value: 363.551366363. iteration3492, perturbing to get out of local maxima iteration 3493 found worse value: 363.551366363. iteration 3494 found worse value: 363.551366363. iteration 3495 found worse value: 363.551366363. iteration 3496 found worse value: 363.551366363. iteration 3497 found worse value: 363.551366363. iteration 3498 found worse value: 363.551366363. iteration 3499 found worse value: 363.551366363. iteration 3500 found worse value: 363.551366363. iteration 3501 found worse value: 363.551366363. iteration 3502 found worse value: 363.551366363. iteration 3503 found worse value: 363.551366363. iteration 3504 found worse value: 363.551366363. iteration 3505 found worse value: 363.551366363. iteration3505, perturbing to get out of local maxima iteration 3506 found worse value: 363.551366363. iteration 3507 found worse value: 363.551366363. iteration 3508 found worse value: 363.551366363. iteration 3509 found worse value: 363.551366363. iteration 3510 found worse value: 363.551366363. iteration 3511 found worse value: 363.551366363. iteration3511, perturbing to get out of local maxima iteration 3512 found worse value: 363.551366363. iteration 3513 found worse value: 363.551366363. iteration3513, perturbing to get out of local maxima iteration 3514 found worse value: 363.551366363. iteration 3515 found worse value: 363.551366363. iteration 3516 found worse value: 363.551366363. iteration3516, perturbing to get out of local maxima iteration 3517 found worse value: 363.551366363. iteration 3518 found worse value: 363.551366363. iteration 3519 found worse value: 363.551366363. iteration 3520 found worse value: 363.551366363. iteration 3521 found worse value: 363.551366363. iteration3521, perturbing to get out of local maxima iteration 3522 found worse value: 363.551366363. iteration 3523 found worse value: 363.551366363. iteration 3524 found worse value: 363.551366363. iteration 3525 found worse value: 363.551366363. iteration 3526 found worse value: 363.551366363. iteration3526, perturbing to get out of local maxima iteration 3527 found worse value: 363.551366363. iteration 3528 found worse value: 363.551366363. iteration 3529 found worse value: 363.551366363. iteration 3530 found worse value: 363.551366363. iteration 3531 found worse value: 363.551366363. iteration 3532 found worse value: 363.551366363. iteration 3533 found worse value: 363.551366363. iteration 3534 found worse value: 363.551366363. iteration 3535 found worse value: 363.551366363. iteration3535, perturbing to get out of local maxima iteration 3536 found worse value: 363.551366363. iteration 3537 found worse value: 363.551366363. iteration 3538 found worse value: 363.551366363. iteration 3539 found worse value: 363.551366363. iteration3539, perturbing to get out of local maxima iteration 3540 found worse value: 363.551366363. iteration 3541 found worse value: 363.551366363. iteration 3542 found worse value: 363.551366363. iteration 3543 found worse value: 363.551366363. iteration 3544 found worse value: 363.551366363. iteration 3545 found worse value: 363.551366363. iteration 3546 found worse value: 363.551366363. iteration 3547 found worse value: 363.551366363. iteration 3548 found worse value: 363.551366363. iteration3548, perturbing to get out of local maxima iteration 3549 found worse value: 363.551366363. iteration 3550 found worse value: 363.551366363. iteration 3551 found worse value: 363.551366363. iteration 3552 found worse value: 363.551366363. iteration 3553 found worse value: 363.551366363. iteration 3554 found worse value: 363.551366363. iteration 3555 found worse value: 363.551366363. iteration 3556 found worse value: 363.551366363. iteration 3557 found worse value: 363.551366363. iteration 3558 found worse value: 363.551366363. iteration 3559 found worse value: 363.551366363. iteration 3560 found worse value: 363.551366363. iteration 3561 found worse value: 363.551366363. iteration 3562 found worse value: 363.551366363. iteration 3563 found better value: 363.555129379 iteration 3564 found worse value: 363.555129379. iteration 3565 found worse value: 363.555129379. iteration 3566 found worse value: 363.555129379. iteration 3567 found worse value: 363.555129379. iteration 3568 found worse value: 363.555129379. iteration3568, perturbing to get out of local maxima iteration 3569 found better value: 363.55828148300003 iteration 3570 found worse value: 363.55828148300003. iteration 3571 found worse value: 363.55828148300003. iteration 3572 found better value: 363.558368511 iteration 3573 found worse value: 363.558368511. iteration 3574 found worse value: 363.558368511. iteration3574, perturbing to get out of local maxima iteration 3575 found worse value: 363.558368511. iteration 3576 found worse value: 363.558368511. iteration 3577 found better value: 363.565566697 iteration 3578 found better value: 363.56662083599997 iteration 3579 found worse value: 363.56662083599997. iteration 3580 found worse value: 363.56662083599997. iteration3580, perturbing to get out of local maxima iteration 3581 found worse value: 363.56662083599997. iteration 3582 found worse value: 363.56662083599997. iteration 3583 found worse value: 363.56662083599997. iteration 3584 found worse value: 363.56662083599997. iteration 3585 found worse value: 363.56662083599997. iteration 3586 found worse value: 363.56662083599997. iteration 3587 found worse value: 363.56662083599997. iteration 3588 found worse value: 363.56662083599997. iteration3588, perturbing to get out of local maxima iteration 3589 found worse value: 363.56662083599997. iteration 3590 found worse value: 363.56662083599997. iteration 3591 found worse value: 363.56662083599997. iteration3591, perturbing to get out of local maxima iteration 3592 found worse value: 363.56662083599997. iteration 3593 found worse value: 363.56662083599997. iteration 3594 found worse value: 363.56662083599997. iteration 3595 found worse value: 363.56662083599997. iteration 3596 found worse value: 363.56662083599997. iteration 3597 found worse value: 363.56662083599997. iteration 3598 found worse value: 363.56662083599997. iteration 3599 found worse value: 363.56662083599997. iteration 3600 found worse value: 363.56662083599997. iteration 3601 found worse value: 363.56662083599997. iteration 3602 found worse value: 363.56662083599997. iteration 3603 found worse value: 363.56662083599997. iteration 3604 found worse value: 363.56662083599997. iteration 3605 found worse value: 363.56662083599997. iteration 3606 found worse value: 363.56662083599997. iteration 3607 found worse value: 363.56662083599997. iteration 3608 found worse value: 363.56662083599997. iteration 3609 found worse value: 363.56662083599997. iteration 3610 found worse value: 363.56662083599997. iteration 3611 found worse value: 363.56662083599997. iteration3611, perturbing to get out of local maxima iteration 3612 found worse value: 363.56662083599997. iteration 3613 found worse value: 363.56662083599997. iteration 3614 found worse value: 363.56662083599997. iteration 3615 found worse value: 363.56662083599997. iteration3615, perturbing to get out of local maxima iteration 3616 found worse value: 363.56662083599997. iteration3616, perturbing to get out of local maxima iteration 3617 found worse value: 363.56662083599997. iteration 3618 found worse value: 363.56662083599997. iteration 3619 found worse value: 363.56662083599997. iteration 3620 found worse value: 363.56662083599997. iteration 3621 found worse value: 363.56662083599997. iteration 3622 found worse value: 363.56662083599997. iteration 3623 found worse value: 363.56662083599997. iteration 3624 found worse value: 363.56662083599997. iteration 3625 found worse value: 363.56662083599997. iteration 3626 found worse value: 363.56662083599997. iteration 3627 found worse value: 363.56662083599997. iteration 3628 found worse value: 363.56662083599997. iteration3628, perturbing to get out of local maxima iteration 3629 found worse value: 363.56662083599997. iteration 3630 found worse value: 363.56662083599997. iteration 3631 found worse value: 363.56662083599997. iteration 3632 found worse value: 363.56662083599997. iteration3632, perturbing to get out of local maxima iteration 3633 found worse value: 363.56662083599997. iteration 3634 found worse value: 363.56662083599997. iteration 3635 found worse value: 363.56662083599997. iteration 3636 found worse value: 363.56662083599997. iteration 3637 found worse value: 363.56662083599997. iteration 3638 found worse value: 363.56662083599997. iteration3638, perturbing to get out of local maxima iteration 3639 found worse value: 363.56662083599997. iteration 3640 found worse value: 363.56662083599997. iteration 3641 found worse value: 363.56662083599997. iteration 3642 found worse value: 363.56662083599997. iteration 3643 found worse value: 363.56662083599997. iteration 3644 found worse value: 363.56662083599997. iteration 3645 found worse value: 363.56662083599997. iteration 3646 found worse value: 363.56662083599997. iteration 3647 found worse value: 363.56662083599997. iteration 3648 found worse value: 363.56662083599997. iteration3648, perturbing to get out of local maxima iteration 3649 found worse value: 363.56662083599997. iteration 3650 found worse value: 363.56662083599997. iteration 3651 found worse value: 363.56662083599997. iteration 3652 found worse value: 363.56662083599997. iteration3652, perturbing to get out of local maxima iteration 3653 found worse value: 363.56662083599997. iteration 3654 found worse value: 363.56662083599997. iteration3654, perturbing to get out of local maxima iteration 3655 found worse value: 363.56662083599997. iteration3655, perturbing to get out of local maxima iteration 3656 found worse value: 363.56662083599997. iteration 3657 found worse value: 363.56662083599997. iteration 3658 found worse value: 363.56662083599997. iteration 3659 found worse value: 363.56662083599997. iteration 3660 found worse value: 363.56662083599997. iteration3660, perturbing to get out of local maxima iteration 3661 found worse value: 363.56662083599997. iteration 3662 found worse value: 363.56662083599997. iteration 3663 found worse value: 363.56662083599997. iteration3663, perturbing to get out of local maxima iteration 3664 found worse value: 363.56662083599997. iteration 3665 found worse value: 363.56662083599997. iteration3665, perturbing to get out of local maxima iteration 3666 found worse value: 363.56662083599997. iteration 3667 found worse value: 363.56662083599997. iteration 3668 found worse value: 363.56662083599997. iteration 3669 found worse value: 363.56662083599997. iteration 3670 found worse value: 363.56662083599997. iteration 3671 found worse value: 363.56662083599997. iteration3671, perturbing to get out of local maxima iteration 3672 found worse value: 363.56662083599997. iteration 3673 found worse value: 363.56662083599997. iteration3673, perturbing to get out of local maxima iteration 3674 found worse value: 363.56662083599997. iteration 3675 found worse value: 363.56662083599997. iteration3675, perturbing to get out of local maxima iteration 3676 found worse value: 363.56662083599997. iteration 3677 found worse value: 363.56662083599997. iteration 3678 found worse value: 363.56662083599997. iteration 3679 found better value: 363.567150286 iteration 3680 found worse value: 363.567150286. iteration 3681 found worse value: 363.567150286. iteration 3682 found better value: 363.567767963 iteration 3683 found worse value: 363.567767963. iteration 3684 found better value: 363.567905906 iteration 3685 found worse value: 363.567905906. iteration3685, perturbing to get out of local maxima iteration 3686 found worse value: 363.567905906. iteration 3687 found worse value: 363.567905906. iteration 3688 found worse value: 363.567905906. iteration 3689 found worse value: 363.567905906. iteration 3690 found better value: 363.568209492 iteration 3691 found worse value: 363.568209492. iteration 3692 found worse value: 363.568209492. iteration 3693 found better value: 363.56866347 iteration 3694 found better value: 363.569019661 iteration 3695 found worse value: 363.569019661. iteration 3696 found worse value: 363.569019661. iteration 3697 found worse value: 363.569019661. iteration 3698 found worse value: 363.569019661. iteration 3699 found worse value: 363.569019661. iteration 3700 found better value: 363.56947252 iteration 3701 found worse value: 363.56947252. iteration 3702 found worse value: 363.56947252. iteration3702, perturbing to get out of local maxima iteration 3703 found worse value: 363.56947252. iteration 3704 found worse value: 363.56947252. iteration 3705 found worse value: 363.56947252. iteration 3706 found worse value: 363.56947252. iteration 3707 found worse value: 363.56947252. iteration3707, perturbing to get out of local maxima iteration 3708 found worse value: 363.56947252. iteration 3709 found worse value: 363.56947252. iteration 3710 found worse value: 363.56947252. iteration 3711 found worse value: 363.56947252. iteration3711, perturbing to get out of local maxima iteration 3712 found worse value: 363.56947252. iteration 3713 found worse value: 363.56947252. iteration 3714 found worse value: 363.56947252. iteration 3715 found worse value: 363.56947252. iteration3715, perturbing to get out of local maxima iteration 3716 found worse value: 363.56947252. iteration 3717 found worse value: 363.56947252. iteration 3718 found worse value: 363.56947252. iteration 3719 found worse value: 363.56947252. iteration3719, perturbing to get out of local maxima iteration 3720 found worse value: 363.56947252. iteration 3721 found worse value: 363.56947252. iteration 3722 found worse value: 363.56947252. iteration 3723 found worse value: 363.56947252. iteration 3724 found worse value: 363.56947252. iteration3724, perturbing to get out of local maxima iteration 3725 found worse value: 363.56947252. iteration 3726 found worse value: 363.56947252. iteration 3727 found worse value: 363.56947252. iteration 3728 found worse value: 363.56947252. iteration 3729 found worse value: 363.56947252. iteration 3730 found worse value: 363.56947252. iteration 3731 found worse value: 363.56947252. iteration 3732 found worse value: 363.56947252. iteration 3733 found worse value: 363.56947252. iteration 3734 found worse value: 363.56947252. iteration 3735 found worse value: 363.56947252. iteration 3736 found worse value: 363.56947252. iteration 3737 found worse value: 363.56947252. iteration 3738 found better value: 363.569514562 iteration 3739 found worse value: 363.569514562. iteration 3740 found worse value: 363.569514562. iteration 3741 found worse value: 363.569514562. iteration 3742 found worse value: 363.569514562. iteration 3743 found worse value: 363.569514562. iteration 3744 found worse value: 363.569514562. iteration 3745 found worse value: 363.569514562. iteration 3746 found worse value: 363.569514562. iteration 3747 found worse value: 363.569514562. iteration3747, perturbing to get out of local maxima iteration 3748 found worse value: 363.569514562. iteration 3749 found worse value: 363.569514562. iteration 3750 found worse value: 363.569514562. iteration 3751 found worse value: 363.569514562. iteration 3752 found worse value: 363.569514562. iteration 3753 found worse value: 363.569514562. iteration3753, perturbing to get out of local maxima iteration 3754 found worse value: 363.569514562. iteration 3755 found worse value: 363.569514562. iteration 3756 found worse value: 363.569514562. iteration 3757 found worse value: 363.569514562. iteration 3758 found worse value: 363.569514562. iteration 3759 found worse value: 363.569514562. iteration 3760 found worse value: 363.569514562. iteration 3761 found worse value: 363.569514562. iteration 3762 found worse value: 363.569514562. iteration 3763 found worse value: 363.569514562. iteration3763, perturbing to get out of local maxima iteration 3764 found worse value: 363.569514562. iteration3764, perturbing to get out of local maxima iteration 3765 found worse value: 363.569514562. iteration 3766 found worse value: 363.569514562. iteration 3767 found worse value: 363.569514562. iteration 3768 found worse value: 363.569514562. iteration 3769 found worse value: 363.569514562. iteration3769, perturbing to get out of local maxima iteration 3770 found worse value: 363.569514562. iteration 3771 found worse value: 363.569514562. iteration 3772 found worse value: 363.569514562. iteration3772, perturbing to get out of local maxima iteration 3773 found worse value: 363.569514562. iteration 3774 found worse value: 363.569514562. iteration 3775 found worse value: 363.569514562. iteration 3776 found worse value: 363.569514562. iteration 3777 found worse value: 363.569514562. iteration 3778 found worse value: 363.569514562. iteration 3779 found worse value: 363.569514562. iteration 3780 found worse value: 363.569514562. iteration 3781 found worse value: 363.569514562. iteration 3782 found worse value: 363.569514562. iteration 3783 found worse value: 363.569514562. iteration 3784 found worse value: 363.569514562. iteration 3785 found worse value: 363.569514562. iteration 3786 found worse value: 363.569514562. iteration 3787 found better value: 363.573597374 iteration 3788 found worse value: 363.573597374. iteration 3789 found worse value: 363.573597374. iteration 3790 found worse value: 363.573597374. iteration 3791 found worse value: 363.573597374. iteration 3792 found worse value: 363.573597374. iteration 3793 found worse value: 363.573597374. iteration3793, perturbing to get out of local maxima iteration 3794 found better value: 363.573843566 iteration 3795 found worse value: 363.573843566. iteration 3796 found worse value: 363.573843566. iteration 3797 found worse value: 363.573843566. iteration 3798 found better value: 363.574267578 iteration 3799 found worse value: 363.574267578. iteration 3800 found worse value: 363.574267578. iteration3800, perturbing to get out of local maxima iteration 3801 found worse value: 363.574267578. iteration 3802 found worse value: 363.574267578. iteration 3803 found worse value: 363.574267578. iteration 3804 found worse value: 363.574267578. iteration 3805 found worse value: 363.574267578. iteration 3806 found worse value: 363.574267578. iteration 3807 found worse value: 363.574267578. iteration 3808 found worse value: 363.574267578. iteration 3809 found worse value: 363.574267578. iteration3809, perturbing to get out of local maxima iteration 3810 found worse value: 363.574267578. iteration3810, perturbing to get out of local maxima iteration 3811 found worse value: 363.574267578. iteration 3812 found worse value: 363.574267578. iteration3812, perturbing to get out of local maxima iteration 3813 found worse value: 363.574267578. iteration 3814 found worse value: 363.574267578. iteration 3815 found worse value: 363.574267578. iteration3815, perturbing to get out of local maxima iteration 3816 found worse value: 363.574267578. iteration 3817 found worse value: 363.574267578. iteration3817, perturbing to get out of local maxima iteration 3818 found worse value: 363.574267578. iteration 3819 found worse value: 363.574267578. iteration 3820 found worse value: 363.574267578. iteration 3821 found worse value: 363.574267578. iteration 3822 found worse value: 363.574267578. iteration 3823 found worse value: 363.574267578. iteration 3824 found worse value: 363.574267578. iteration 3825 found worse value: 363.574267578. iteration 3826 found worse value: 363.574267578. iteration 3827 found worse value: 363.574267578. iteration3827, perturbing to get out of local maxima iteration 3828 found worse value: 363.574267578. iteration 3829 found worse value: 363.574267578. iteration 3830 found worse value: 363.574267578. iteration 3831 found worse value: 363.574267578. iteration 3832 found worse value: 363.574267578. iteration 3833 found worse value: 363.574267578. iteration3833, perturbing to get out of local maxima iteration 3834 found worse value: 363.574267578. iteration 3835 found worse value: 363.574267578. iteration 3836 found worse value: 363.574267578. iteration 3837 found worse value: 363.574267578. iteration3837, perturbing to get out of local maxima iteration 3838 found worse value: 363.574267578. iteration 3839 found worse value: 363.574267578. iteration 3840 found worse value: 363.574267578. iteration3840, perturbing to get out of local maxima iteration 3841 found worse value: 363.574267578. iteration 3842 found worse value: 363.574267578. iteration 3843 found worse value: 363.574267578. iteration 3844 found worse value: 363.574267578. iteration 3845 found worse value: 363.574267578. iteration 3846 found worse value: 363.574267578. iteration 3847 found worse value: 363.574267578. iteration 3848 found worse value: 363.574267578. iteration 3849 found worse value: 363.574267578. iteration3849, perturbing to get out of local maxima iteration 3850 found worse value: 363.574267578. iteration 3851 found worse value: 363.574267578. iteration 3852 found worse value: 363.574267578. iteration3852, perturbing to get out of local maxima iteration 3853 found worse value: 363.574267578. iteration 3854 found worse value: 363.574267578. iteration 3855 found worse value: 363.574267578. iteration 3856 found worse value: 363.574267578. iteration 3857 found worse value: 363.574267578. iteration 3858 found worse value: 363.574267578. iteration 3859 found worse value: 363.574267578. iteration 3860 found worse value: 363.574267578. iteration 3861 found worse value: 363.574267578. iteration 3862 found worse value: 363.574267578. iteration 3863 found worse value: 363.574267578. iteration 3864 found worse value: 363.574267578. iteration3864, perturbing to get out of local maxima iteration 3865 found worse value: 363.574267578. iteration 3866 found worse value: 363.574267578. iteration 3867 found worse value: 363.574267578. iteration 3868 found worse value: 363.574267578. iteration 3869 found worse value: 363.574267578. iteration 3870 found worse value: 363.574267578. iteration 3871 found worse value: 363.574267578. iteration 3872 found worse value: 363.574267578. iteration 3873 found worse value: 363.574267578. iteration 3874 found worse value: 363.574267578. iteration 3875 found worse value: 363.574267578. iteration 3876 found worse value: 363.574267578. iteration 3877 found worse value: 363.574267578. iteration 3878 found worse value: 363.574267578. iteration 3879 found worse value: 363.574267578. iteration 3880 found worse value: 363.574267578. iteration 3881 found worse value: 363.574267578. iteration 3882 found worse value: 363.574267578. iteration3882, perturbing to get out of local maxima iteration 3883 found worse value: 363.574267578. iteration 3884 found worse value: 363.574267578. iteration 3885 found worse value: 363.574267578. iteration 3886 found worse value: 363.574267578. iteration 3887 found worse value: 363.574267578. iteration 3888 found worse value: 363.574267578. iteration 3889 found worse value: 363.574267578. iteration 3890 found worse value: 363.574267578. iteration 3891 found worse value: 363.574267578. iteration 3892 found worse value: 363.574267578. iteration 3893 found worse value: 363.574267578. iteration 3894 found worse value: 363.574267578. iteration 3895 found worse value: 363.574267578. iteration 3896 found better value: 363.575066469 iteration 3897 found worse value: 363.575066469. iteration 3898 found worse value: 363.575066469. iteration 3899 found worse value: 363.575066469. iteration 3900 found worse value: 363.575066469. iteration 3901 found worse value: 363.575066469. iteration 3902 found worse value: 363.575066469. iteration 3903 found worse value: 363.575066469. iteration 3904 found worse value: 363.575066469. iteration3904, perturbing to get out of local maxima iteration 3905 found better value: 363.575797185 iteration 3906 found worse value: 363.575797185. iteration 3907 found worse value: 363.575797185. iteration 3908 found worse value: 363.575797185. iteration 3909 found worse value: 363.575797185. iteration 3910 found worse value: 363.575797185. iteration 3911 found worse value: 363.575797185. iteration 3912 found worse value: 363.575797185. iteration 3913 found worse value: 363.575797185. iteration 3914 found worse value: 363.575797185. iteration 3915 found worse value: 363.575797185. iteration 3916 found worse value: 363.575797185. iteration 3917 found worse value: 363.575797185. iteration 3918 found worse value: 363.575797185. iteration3918, perturbing to get out of local maxima iteration 3919 found worse value: 363.575797185. iteration 3920 found worse value: 363.575797185. iteration 3921 found worse value: 363.575797185. iteration 3922 found worse value: 363.575797185. iteration 3923 found worse value: 363.575797185. iteration 3924 found better value: 363.57617552199997 iteration 3925 found worse value: 363.57617552199997. iteration 3926 found worse value: 363.57617552199997. iteration3926, perturbing to get out of local maxima iteration 3927 found worse value: 363.57617552199997. iteration 3928 found worse value: 363.57617552199997. iteration 3929 found worse value: 363.57617552199997. iteration 3930 found worse value: 363.57617552199997. iteration 3931 found worse value: 363.57617552199997. iteration 3932 found worse value: 363.57617552199997. iteration 3933 found worse value: 363.57617552199997. iteration 3934 found worse value: 363.57617552199997. iteration 3935 found worse value: 363.57617552199997. iteration 3936 found worse value: 363.57617552199997. iteration 3937 found worse value: 363.57617552199997. iteration3937, perturbing to get out of local maxima iteration 3938 found worse value: 363.57617552199997. iteration 3939 found worse value: 363.57617552199997. iteration 3940 found worse value: 363.57617552199997. iteration3940, perturbing to get out of local maxima iteration 3941 found worse value: 363.57617552199997. iteration3941, perturbing to get out of local maxima iteration 3942 found worse value: 363.57617552199997. iteration 3943 found worse value: 363.57617552199997. iteration 3944 found worse value: 363.57617552199997. iteration3944, perturbing to get out of local maxima iteration 3945 found worse value: 363.57617552199997. iteration 3946 found worse value: 363.57617552199997. iteration 3947 found worse value: 363.57617552199997. iteration 3948 found worse value: 363.57617552199997. iteration3948, perturbing to get out of local maxima iteration 3949 found worse value: 363.57617552199997. iteration 3950 found worse value: 363.57617552199997. iteration 3951 found worse value: 363.57617552199997. iteration 3952 found worse value: 363.57617552199997. iteration 3953 found worse value: 363.57617552199997. iteration3953, perturbing to get out of local maxima iteration 3954 found worse value: 363.57617552199997. iteration 3955 found worse value: 363.57617552199997. iteration 3956 found worse value: 363.57617552199997. iteration 3957 found worse value: 363.57617552199997. iteration 3958 found worse value: 363.57617552199997. iteration 3959 found worse value: 363.57617552199997. iteration3959, perturbing to get out of local maxima iteration 3960 found worse value: 363.57617552199997. iteration 3961 found worse value: 363.57617552199997. iteration3961, perturbing to get out of local maxima iteration 3962 found worse value: 363.57617552199997. iteration3962, perturbing to get out of local maxima iteration 3963 found worse value: 363.57617552199997. iteration3963, perturbing to get out of local maxima iteration 3964 found worse value: 363.57617552199997. iteration 3965 found worse value: 363.57617552199997. iteration 3966 found worse value: 363.57617552199997. iteration 3967 found worse value: 363.57617552199997. iteration 3968 found worse value: 363.57617552199997. iteration 3969 found worse value: 363.57617552199997. iteration3969, perturbing to get out of local maxima iteration 3970 found worse value: 363.57617552199997. iteration 3971 found worse value: 363.57617552199997. iteration 3972 found worse value: 363.57617552199997. iteration 3973 found worse value: 363.57617552199997. iteration 3974 found worse value: 363.57617552199997. iteration 3975 found worse value: 363.57617552199997. iteration3975, perturbing to get out of local maxima iteration 3976 found worse value: 363.57617552199997. iteration3976, perturbing to get out of local maxima iteration 3977 found worse value: 363.57617552199997. iteration 3978 found worse value: 363.57617552199997. iteration 3979 found worse value: 363.57617552199997. iteration 3980 found worse value: 363.57617552199997. iteration 3981 found worse value: 363.57617552199997. iteration3981, perturbing to get out of local maxima iteration 3982 found worse value: 363.57617552199997. iteration 3983 found worse value: 363.57617552199997. iteration 3984 found worse value: 363.57617552199997. iteration 3985 found worse value: 363.57617552199997. iteration 3986 found worse value: 363.57617552199997. iteration3986, perturbing to get out of local maxima iteration 3987 found worse value: 363.57617552199997. iteration 3988 found worse value: 363.57617552199997. iteration 3989 found worse value: 363.57617552199997. iteration 3990 found worse value: 363.57617552199997. iteration 3991 found worse value: 363.57617552199997. iteration 3992 found worse value: 363.57617552199997. iteration 3993 found worse value: 363.57617552199997. iteration 3994 found worse value: 363.57617552199997. iteration3994, perturbing to get out of local maxima iteration 3995 found worse value: 363.57617552199997. iteration 3996 found worse value: 363.57617552199997. iteration 3997 found worse value: 363.57617552199997. iteration 3998 found worse value: 363.57617552199997. iteration 3999 found worse value: 363.57617552199997. iteration 4000 found worse value: 363.57617552199997. iteration 4001 found worse value: 363.57617552199997. iteration 4002 found worse value: 363.57617552199997. iteration 4003 found worse value: 363.57617552199997. iteration 4004 found worse value: 363.57617552199997. iteration 4005 found worse value: 363.57617552199997. iteration4005, perturbing to get out of local maxima iteration 4006 found worse value: 363.57617552199997. iteration4006, perturbing to get out of local maxima iteration 4007 found worse value: 363.57617552199997. iteration 4008 found worse value: 363.57617552199997. iteration 4009 found worse value: 363.57617552199997. iteration 4010 found worse value: 363.57617552199997. iteration 4011 found worse value: 363.57617552199997. iteration 4012 found worse value: 363.57617552199997. iteration 4013 found worse value: 363.57617552199997. iteration 4014 found worse value: 363.57617552199997. iteration 4015 found worse value: 363.57617552199997. iteration 4016 found worse value: 363.57617552199997. iteration 4017 found worse value: 363.57617552199997. iteration 4018 found worse value: 363.57617552199997. iteration 4019 found worse value: 363.57617552199997. iteration 4020 found worse value: 363.57617552199997. iteration 4021 found worse value: 363.57617552199997. iteration4021, perturbing to get out of local maxima iteration 4022 found worse value: 363.57617552199997. iteration4022, perturbing to get out of local maxima iteration 4023 found worse value: 363.57617552199997. iteration 4024 found worse value: 363.57617552199997. iteration 4025 found worse value: 363.57617552199997. iteration 4026 found worse value: 363.57617552199997. iteration 4027 found worse value: 363.57617552199997. iteration 4028 found worse value: 363.57617552199997. iteration 4029 found worse value: 363.57617552199997. iteration 4030 found worse value: 363.57617552199997. iteration 4031 found worse value: 363.57617552199997. iteration 4032 found worse value: 363.57617552199997. iteration 4033 found worse value: 363.57617552199997. iteration 4034 found worse value: 363.57617552199997. iteration 4035 found worse value: 363.57617552199997. iteration 4036 found worse value: 363.57617552199997. iteration4036, perturbing to get out of local maxima iteration 4037 found worse value: 363.57617552199997. iteration4037, perturbing to get out of local maxima iteration 4038 found worse value: 363.57617552199997. iteration4038, perturbing to get out of local maxima iteration 4039 found worse value: 363.57617552199997. iteration 4040 found worse value: 363.57617552199997. iteration 4041 found worse value: 363.57617552199997. iteration 4042 found worse value: 363.57617552199997. iteration 4043 found worse value: 363.57617552199997. iteration 4044 found worse value: 363.57617552199997. iteration 4045 found worse value: 363.57617552199997. iteration 4046 found worse value: 363.57617552199997. iteration 4047 found worse value: 363.57617552199997. iteration 4048 found worse value: 363.57617552199997. iteration4048, perturbing to get out of local maxima iteration 4049 found worse value: 363.57617552199997. iteration 4050 found worse value: 363.57617552199997. iteration 4051 found worse value: 363.57617552199997. iteration 4052 found worse value: 363.57617552199997. iteration 4053 found worse value: 363.57617552199997. iteration 4054 found worse value: 363.57617552199997. iteration 4055 found worse value: 363.57617552199997. iteration 4056 found worse value: 363.57617552199997. iteration4056, perturbing to get out of local maxima iteration 4057 found worse value: 363.57617552199997. iteration 4058 found worse value: 363.57617552199997. iteration 4059 found worse value: 363.57617552199997. iteration4059, perturbing to get out of local maxima iteration 4060 found worse value: 363.57617552199997. iteration 4061 found worse value: 363.57617552199997. iteration 4062 found worse value: 363.57617552199997. iteration 4063 found worse value: 363.57617552199997. iteration 4064 found worse value: 363.57617552199997. iteration 4065 found worse value: 363.57617552199997. iteration 4066 found worse value: 363.57617552199997. iteration4066, perturbing to get out of local maxima iteration 4067 found worse value: 363.57617552199997. iteration 4068 found worse value: 363.57617552199997. iteration 4069 found worse value: 363.57617552199997. iteration 4070 found worse value: 363.57617552199997. iteration 4071 found worse value: 363.57617552199997. iteration 4072 found worse value: 363.57617552199997. iteration 4073 found worse value: 363.57617552199997. iteration 4074 found worse value: 363.57617552199997. iteration 4075 found worse value: 363.57617552199997. iteration 4076 found worse value: 363.57617552199997. iteration 4077 found worse value: 363.57617552199997. iteration 4078 found worse value: 363.57617552199997. iteration 4079 found worse value: 363.57617552199997. iteration 4080 found worse value: 363.57617552199997. iteration 4081 found worse value: 363.57617552199997. iteration 4082 found worse value: 363.57617552199997. iteration 4083 found worse value: 363.57617552199997. iteration 4084 found worse value: 363.57617552199997. iteration 4085 found worse value: 363.57617552199997. iteration 4086 found worse value: 363.57617552199997. iteration 4087 found worse value: 363.57617552199997. iteration 4088 found worse value: 363.57617552199997. iteration 4089 found worse value: 363.57617552199997. iteration 4090 found worse value: 363.57617552199997. iteration 4091 found worse value: 363.57617552199997. iteration 4092 found worse value: 363.57617552199997. iteration 4093 found worse value: 363.57617552199997. iteration4093, perturbing to get out of local maxima iteration 4094 found worse value: 363.57617552199997. iteration 4095 found worse value: 363.57617552199997. iteration 4096 found worse value: 363.57617552199997. iteration4096, perturbing to get out of local maxima iteration 4097 found worse value: 363.57617552199997. iteration 4098 found worse value: 363.57617552199997. iteration 4099 found worse value: 363.57617552199997. iteration 4100 found worse value: 363.57617552199997. iteration 4101 found worse value: 363.57617552199997. iteration 4102 found worse value: 363.57617552199997. iteration4102, perturbing to get out of local maxima iteration 4103 found worse value: 363.57617552199997. iteration 4104 found worse value: 363.57617552199997. iteration 4105 found worse value: 363.57617552199997. iteration4105, perturbing to get out of local maxima iteration 4106 found worse value: 363.57617552199997. iteration 4107 found worse value: 363.57617552199997. iteration 4108 found worse value: 363.57617552199997. iteration 4109 found worse value: 363.57617552199997. iteration 4110 found worse value: 363.57617552199997. iteration 4111 found worse value: 363.57617552199997. iteration 4112 found worse value: 363.57617552199997. iteration 4113 found worse value: 363.57617552199997. iteration 4114 found worse value: 363.57617552199997. iteration 4115 found worse value: 363.57617552199997. iteration 4116 found worse value: 363.57617552199997. iteration 4117 found worse value: 363.57617552199997. iteration 4118 found worse value: 363.57617552199997. iteration 4119 found worse value: 363.57617552199997. iteration 4120 found worse value: 363.57617552199997. iteration 4121 found worse value: 363.57617552199997. iteration 4122 found worse value: 363.57617552199997. iteration 4123 found worse value: 363.57617552199997. iteration 4124 found worse value: 363.57617552199997. iteration4124, perturbing to get out of local maxima iteration 4125 found worse value: 363.57617552199997. iteration 4126 found worse value: 363.57617552199997. iteration 4127 found worse value: 363.57617552199997. iteration 4128 found worse value: 363.57617552199997. iteration 4129 found worse value: 363.57617552199997. iteration 4130 found worse value: 363.57617552199997. iteration4130, perturbing to get out of local maxima iteration 4131 found worse value: 363.57617552199997. iteration 4132 found worse value: 363.57617552199997. iteration 4133 found worse value: 363.57617552199997. iteration 4134 found worse value: 363.57617552199997. iteration 4135 found worse value: 363.57617552199997. iteration 4136 found worse value: 363.57617552199997. iteration 4137 found worse value: 363.57617552199997. iteration 4138 found worse value: 363.57617552199997. iteration 4139 found worse value: 363.57617552199997. iteration 4140 found worse value: 363.57617552199997. iteration 4141 found worse value: 363.57617552199997. iteration 4142 found worse value: 363.57617552199997. iteration 4143 found worse value: 363.57617552199997. iteration 4144 found worse value: 363.57617552199997. iteration 4145 found worse value: 363.57617552199997. iteration4145, perturbing to get out of local maxima iteration 4146 found worse value: 363.57617552199997. iteration 4147 found worse value: 363.57617552199997. iteration 4148 found worse value: 363.57617552199997. iteration4148, perturbing to get out of local maxima iteration 4149 found worse value: 363.57617552199997. iteration 4150 found worse value: 363.57617552199997. iteration 4151 found worse value: 363.57617552199997. iteration4151, perturbing to get out of local maxima iteration 4152 found worse value: 363.57617552199997. iteration 4153 found worse value: 363.57617552199997. iteration 4154 found worse value: 363.57617552199997. iteration 4155 found worse value: 363.57617552199997. iteration 4156 found worse value: 363.57617552199997. iteration 4157 found worse value: 363.57617552199997. iteration 4158 found worse value: 363.57617552199997. iteration 4159 found worse value: 363.57617552199997. iteration4159, perturbing to get out of local maxima iteration 4160 found worse value: 363.57617552199997. iteration 4161 found worse value: 363.57617552199997. iteration 4162 found worse value: 363.57617552199997. iteration 4163 found worse value: 363.57617552199997. iteration 4164 found worse value: 363.57617552199997. iteration 4165 found worse value: 363.57617552199997. iteration 4166 found worse value: 363.57617552199997. iteration 4167 found worse value: 363.57617552199997. iteration 4168 found worse value: 363.57617552199997. iteration 4169 found worse value: 363.57617552199997. iteration 4170 found worse value: 363.57617552199997. iteration 4171 found worse value: 363.57617552199997. iteration 4172 found worse value: 363.57617552199997. iteration 4173 found worse value: 363.57617552199997. iteration 4174 found worse value: 363.57617552199997. iteration 4175 found worse value: 363.57617552199997. iteration 4176 found worse value: 363.57617552199997. iteration 4177 found worse value: 363.57617552199997. iteration 4178 found worse value: 363.57617552199997. iteration4178, perturbing to get out of local maxima iteration 4179 found worse value: 363.57617552199997. iteration 4180 found worse value: 363.57617552199997. iteration 4181 found worse value: 363.57617552199997. iteration 4182 found worse value: 363.57617552199997. iteration 4183 found worse value: 363.57617552199997. iteration4183, perturbing to get out of local maxima iteration 4184 found worse value: 363.57617552199997. iteration 4185 found worse value: 363.57617552199997. iteration 4186 found worse value: 363.57617552199997. iteration 4187 found worse value: 363.57617552199997. iteration 4188 found worse value: 363.57617552199997. iteration 4189 found worse value: 363.57617552199997. iteration 4190 found worse value: 363.57617552199997. iteration 4191 found worse value: 363.57617552199997. iteration 4192 found worse value: 363.57617552199997. iteration 4193 found worse value: 363.57617552199997. iteration 4194 found worse value: 363.57617552199997. iteration4194, perturbing to get out of local maxima iteration 4195 found worse value: 363.57617552199997. iteration 4196 found worse value: 363.57617552199997. iteration 4197 found worse value: 363.57617552199997. iteration 4198 found worse value: 363.57617552199997. iteration 4199 found worse value: 363.57617552199997. iteration 4200 found worse value: 363.57617552199997. iteration 4201 found worse value: 363.57617552199997. iteration 4202 found worse value: 363.57617552199997. iteration 4203 found worse value: 363.57617552199997. iteration 4204 found worse value: 363.57617552199997. iteration 4205 found worse value: 363.57617552199997. iteration 4206 found worse value: 363.57617552199997. iteration4206, perturbing to get out of local maxima iteration 4207 found worse value: 363.57617552199997. iteration 4208 found worse value: 363.57617552199997. iteration 4209 found worse value: 363.57617552199997. iteration 4210 found worse value: 363.57617552199997. iteration 4211 found worse value: 363.57617552199997. iteration 4212 found worse value: 363.57617552199997. iteration 4213 found worse value: 363.57617552199997. iteration 4214 found worse value: 363.57617552199997. iteration 4215 found worse value: 363.57617552199997. iteration 4216 found worse value: 363.57617552199997. iteration 4217 found worse value: 363.57617552199997. iteration4217, perturbing to get out of local maxima iteration 4218 found worse value: 363.57617552199997. iteration 4219 found worse value: 363.57617552199997. iteration 4220 found worse value: 363.57617552199997. iteration 4221 found worse value: 363.57617552199997. iteration 4222 found worse value: 363.57617552199997. iteration 4223 found worse value: 363.57617552199997. iteration4223, perturbing to get out of local maxima iteration 4224 found worse value: 363.57617552199997. iteration4224, perturbing to get out of local maxima iteration 4225 found worse value: 363.57617552199997. iteration 4226 found worse value: 363.57617552199997. iteration 4227 found worse value: 363.57617552199997. iteration 4228 found worse value: 363.57617552199997. iteration 4229 found worse value: 363.57617552199997. iteration 4230 found worse value: 363.57617552199997. iteration4230, perturbing to get out of local maxima iteration 4231 found worse value: 363.57617552199997. iteration 4232 found worse value: 363.57617552199997. iteration 4233 found worse value: 363.57617552199997. iteration4233, perturbing to get out of local maxima iteration 4234 found worse value: 363.57617552199997. iteration 4235 found worse value: 363.57617552199997. iteration 4236 found worse value: 363.57617552199997. iteration 4237 found worse value: 363.57617552199997. iteration 4238 found worse value: 363.57617552199997. iteration4238, perturbing to get out of local maxima iteration 4239 found worse value: 363.57617552199997. iteration 4240 found worse value: 363.57617552199997. iteration 4241 found worse value: 363.57617552199997. iteration 4242 found worse value: 363.57617552199997. iteration 4243 found worse value: 363.57617552199997. iteration 4244 found worse value: 363.57617552199997. iteration 4245 found worse value: 363.57617552199997. iteration 4246 found worse value: 363.57617552199997. iteration 4247 found worse value: 363.57617552199997. iteration 4248 found worse value: 363.57617552199997. iteration 4249 found worse value: 363.57617552199997. iteration 4250 found worse value: 363.57617552199997. iteration 4251 found worse value: 363.57617552199997. iteration 4252 found worse value: 363.57617552199997. iteration 4253 found worse value: 363.57617552199997. iteration 4254 found worse value: 363.57617552199997. iteration 4255 found worse value: 363.57617552199997. iteration4255, perturbing to get out of local maxima iteration 4256 found worse value: 363.57617552199997. iteration4256, perturbing to get out of local maxima iteration 4257 found worse value: 363.57617552199997. iteration 4258 found worse value: 363.57617552199997. iteration 4259 found worse value: 363.57617552199997. iteration 4260 found worse value: 363.57617552199997. iteration 4261 found worse value: 363.57617552199997. iteration 4262 found worse value: 363.57617552199997. iteration 4263 found worse value: 363.57617552199997. iteration 4264 found worse value: 363.57617552199997. iteration 4265 found worse value: 363.57617552199997. iteration 4266 found worse value: 363.57617552199997. iteration 4267 found worse value: 363.57617552199997. iteration 4268 found worse value: 363.57617552199997. iteration 4269 found worse value: 363.57617552199997. iteration 4270 found worse value: 363.57617552199997. iteration4270, perturbing to get out of local maxima iteration 4271 found worse value: 363.57617552199997. iteration 4272 found worse value: 363.57617552199997. iteration 4273 found worse value: 363.57617552199997. iteration 4274 found worse value: 363.57617552199997. iteration4274, perturbing to get out of local maxima iteration 4275 found worse value: 363.57617552199997. iteration 4276 found worse value: 363.57617552199997. iteration 4277 found worse value: 363.57617552199997. iteration 4278 found worse value: 363.57617552199997. iteration 4279 found worse value: 363.57617552199997. iteration 4280 found worse value: 363.57617552199997. iteration 4281 found worse value: 363.57617552199997. iteration 4282 found worse value: 363.57617552199997. iteration 4283 found worse value: 363.57617552199997. iteration 4284 found worse value: 363.57617552199997. iteration 4285 found worse value: 363.57617552199997. iteration 4286 found worse value: 363.57617552199997. iteration 4287 found worse value: 363.57617552199997. iteration 4288 found worse value: 363.57617552199997. iteration 4289 found worse value: 363.57617552199997. iteration 4290 found worse value: 363.57617552199997. iteration 4291 found worse value: 363.57617552199997. iteration 4292 found worse value: 363.57617552199997. iteration 4293 found worse value: 363.57617552199997. iteration 4294 found worse value: 363.57617552199997. iteration 4295 found worse value: 363.57617552199997. iteration 4296 found worse value: 363.57617552199997. iteration 4297 found worse value: 363.57617552199997. iteration 4298 found worse value: 363.57617552199997. iteration 4299 found worse value: 363.57617552199997. iteration4299, perturbing to get out of local maxima iteration 4300 found worse value: 363.57617552199997. iteration 4301 found worse value: 363.57617552199997. iteration4301, perturbing to get out of local maxima iteration 4302 found worse value: 363.57617552199997. iteration 4303 found worse value: 363.57617552199997. iteration 4304 found worse value: 363.57617552199997. iteration 4305 found worse value: 363.57617552199997. iteration 4306 found worse value: 363.57617552199997. iteration4306, perturbing to get out of local maxima iteration 4307 found worse value: 363.57617552199997. iteration 4308 found worse value: 363.57617552199997. iteration 4309 found worse value: 363.57617552199997. iteration 4310 found worse value: 363.57617552199997. iteration 4311 found worse value: 363.57617552199997. iteration4311, perturbing to get out of local maxima iteration 4312 found worse value: 363.57617552199997. iteration4312, perturbing to get out of local maxima iteration 4313 found worse value: 363.57617552199997. iteration 4314 found worse value: 363.57617552199997. iteration4314, perturbing to get out of local maxima iteration 4315 found worse value: 363.57617552199997. iteration 4316 found worse value: 363.57617552199997. iteration 4317 found worse value: 363.57617552199997. iteration 4318 found worse value: 363.57617552199997. iteration 4319 found worse value: 363.57617552199997. iteration 4320 found worse value: 363.57617552199997. iteration4320, perturbing to get out of local maxima iteration 4321 found worse value: 363.57617552199997. iteration 4322 found worse value: 363.57617552199997. iteration 4323 found worse value: 363.57617552199997. iteration 4324 found worse value: 363.57617552199997. iteration 4325 found worse value: 363.57617552199997. iteration 4326 found worse value: 363.57617552199997. iteration 4327 found worse value: 363.57617552199997. iteration 4328 found worse value: 363.57617552199997. iteration 4329 found worse value: 363.57617552199997. iteration 4330 found worse value: 363.57617552199997. iteration 4331 found worse value: 363.57617552199997. iteration 4332 found worse value: 363.57617552199997. iteration 4333 found worse value: 363.57617552199997. iteration 4334 found worse value: 363.57617552199997. iteration 4335 found worse value: 363.57617552199997. iteration 4336 found worse value: 363.57617552199997. iteration 4337 found worse value: 363.57617552199997. iteration 4338 found worse value: 363.57617552199997. iteration 4339 found worse value: 363.57617552199997. iteration 4340 found worse value: 363.57617552199997. iteration 4341 found worse value: 363.57617552199997. iteration 4342 found worse value: 363.57617552199997. iteration 4343 found worse value: 363.57617552199997. iteration4343, perturbing to get out of local maxima iteration 4344 found better value: 363.576559453 iteration 4345 found worse value: 363.576559453. iteration 4346 found worse value: 363.576559453. iteration 4347 found worse value: 363.576559453. iteration 4348 found worse value: 363.576559453. iteration4348, perturbing to get out of local maxima iteration 4349 found worse value: 363.576559453. iteration4349, perturbing to get out of local maxima iteration 4350 found worse value: 363.576559453. iteration4350, perturbing to get out of local maxima iteration 4351 found worse value: 363.576559453. iteration 4352 found worse value: 363.576559453. iteration4352, perturbing to get out of local maxima iteration 4353 found worse value: 363.576559453. iteration 4354 found worse value: 363.576559453. iteration 4355 found worse value: 363.576559453. iteration 4356 found worse value: 363.576559453. iteration 4357 found worse value: 363.576559453. iteration 4358 found worse value: 363.576559453. iteration 4359 found worse value: 363.576559453. iteration 4360 found worse value: 363.576559453. iteration4360, perturbing to get out of local maxima iteration 4361 found worse value: 363.576559453. iteration 4362 found worse value: 363.576559453. iteration 4363 found worse value: 363.576559453. iteration 4364 found worse value: 363.576559453. iteration4364, perturbing to get out of local maxima iteration 4365 found worse value: 363.576559453. iteration4365, perturbing to get out of local maxima iteration 4366 found worse value: 363.576559453. iteration4366, perturbing to get out of local maxima iteration 4367 found worse value: 363.576559453. iteration 4368 found worse value: 363.576559453. iteration 4369 found worse value: 363.576559453. iteration 4370 found worse value: 363.576559453. iteration 4371 found worse value: 363.576559453. iteration 4372 found worse value: 363.576559453. iteration 4373 found worse value: 363.576559453. iteration 4374 found worse value: 363.576559453. iteration4374, perturbing to get out of local maxima iteration 4375 found worse value: 363.576559453. iteration 4376 found worse value: 363.576559453. iteration4376, perturbing to get out of local maxima iteration 4377 found worse value: 363.576559453. iteration4377, perturbing to get out of local maxima iteration 4378 found worse value: 363.576559453. iteration 4379 found worse value: 363.576559453. iteration 4380 found worse value: 363.576559453. iteration 4381 found worse value: 363.576559453. iteration 4382 found worse value: 363.576559453. iteration 4383 found worse value: 363.576559453. iteration 4384 found worse value: 363.576559453. iteration 4385 found worse value: 363.576559453. iteration4385, perturbing to get out of local maxima iteration 4386 found worse value: 363.576559453. iteration 4387 found worse value: 363.576559453. iteration 4388 found worse value: 363.576559453. iteration 4389 found worse value: 363.576559453. iteration 4390 found worse value: 363.576559453. iteration4390, perturbing to get out of local maxima iteration 4391 found worse value: 363.576559453. iteration 4392 found worse value: 363.576559453. iteration 4393 found worse value: 363.576559453. iteration 4394 found worse value: 363.576559453. iteration 4395 found worse value: 363.576559453. iteration 4396 found worse value: 363.576559453. iteration 4397 found worse value: 363.576559453. iteration 4398 found worse value: 363.576559453. iteration 4399 found worse value: 363.576559453. iteration 4400 found worse value: 363.576559453. iteration 4401 found worse value: 363.576559453. iteration 4402 found worse value: 363.576559453. iteration4402, perturbing to get out of local maxima iteration 4403 found worse value: 363.576559453. iteration4403, perturbing to get out of local maxima iteration 4404 found worse value: 363.576559453. iteration 4405 found worse value: 363.576559453. iteration 4406 found worse value: 363.576559453. iteration 4407 found worse value: 363.576559453. iteration 4408 found worse value: 363.576559453. iteration 4409 found worse value: 363.576559453. iteration 4410 found worse value: 363.576559453. iteration 4411 found worse value: 363.576559453. iteration 4412 found worse value: 363.576559453. iteration4412, perturbing to get out of local maxima iteration 4413 found worse value: 363.576559453. iteration 4414 found worse value: 363.576559453. iteration 4415 found worse value: 363.576559453. iteration 4416 found worse value: 363.576559453. iteration 4417 found worse value: 363.576559453. iteration 4418 found worse value: 363.576559453. iteration 4419 found worse value: 363.576559453. iteration 4420 found worse value: 363.576559453. iteration 4421 found worse value: 363.576559453. iteration 4422 found worse value: 363.576559453. iteration4422, perturbing to get out of local maxima iteration 4423 found worse value: 363.576559453. iteration 4424 found worse value: 363.576559453. iteration 4425 found worse value: 363.576559453. iteration 4426 found worse value: 363.576559453. iteration 4427 found better value: 363.576936756 iteration 4428 found worse value: 363.576936756. iteration 4429 found worse value: 363.576936756. iteration 4430 found worse value: 363.576936756. iteration 4431 found worse value: 363.576936756. iteration 4432 found better value: 363.577279096 iteration 4433 found worse value: 363.577279096. iteration 4434 found worse value: 363.577279096. iteration 4435 found worse value: 363.577279096. iteration 4436 found better value: 363.577417875 iteration 4437 found worse value: 363.577417875. iteration 4438 found better value: 363.578213414 iteration 4439 found worse value: 363.578213414. iteration 4440 found worse value: 363.578213414. iteration 4441 found worse value: 363.578213414. iteration4441, perturbing to get out of local maxima iteration 4442 found worse value: 363.578213414. iteration 4443 found worse value: 363.578213414. iteration 4444 found worse value: 363.578213414. iteration 4445 found worse value: 363.578213414. iteration 4446 found better value: 363.578611211 iteration 4447 found worse value: 363.578611211. iteration 4448 found worse value: 363.578611211. iteration 4449 found worse value: 363.578611211. iteration 4450 found worse value: 363.578611211. iteration 4451 found worse value: 363.578611211. iteration4451, perturbing to get out of local maxima iteration 4452 found worse value: 363.578611211. iteration4452, perturbing to get out of local maxima iteration 4453 found worse value: 363.578611211. iteration 4454 found worse value: 363.578611211. iteration 4455 found worse value: 363.578611211. iteration 4456 found worse value: 363.578611211. iteration 4457 found worse value: 363.578611211. iteration 4458 found worse value: 363.578611211. iteration 4459 found worse value: 363.578611211. iteration4459, perturbing to get out of local maxima iteration 4460 found worse value: 363.578611211. iteration 4461 found worse value: 363.578611211. iteration 4462 found worse value: 363.578611211. iteration4462, perturbing to get out of local maxima iteration 4463 found worse value: 363.578611211. iteration 4464 found worse value: 363.578611211. iteration 4465 found worse value: 363.578611211. iteration 4466 found worse value: 363.578611211. iteration 4467 found worse value: 363.578611211. iteration 4468 found worse value: 363.578611211. iteration 4469 found worse value: 363.578611211. iteration 4470 found worse value: 363.578611211. iteration 4471 found worse value: 363.578611211. iteration 4472 found worse value: 363.578611211. iteration 4473 found worse value: 363.578611211. iteration 4474 found worse value: 363.578611211. iteration 4475 found worse value: 363.578611211. iteration 4476 found worse value: 363.578611211. iteration 4477 found worse value: 363.578611211. iteration4477, perturbing to get out of local maxima iteration 4478 found worse value: 363.578611211. iteration 4479 found worse value: 363.578611211. iteration 4480 found worse value: 363.578611211. iteration 4481 found worse value: 363.578611211. iteration 4482 found worse value: 363.578611211. iteration4482, perturbing to get out of local maxima iteration 4483 found worse value: 363.578611211. iteration4483, perturbing to get out of local maxima iteration 4484 found worse value: 363.578611211. iteration 4485 found worse value: 363.578611211. iteration4485, perturbing to get out of local maxima iteration 4486 found worse value: 363.578611211. iteration 4487 found worse value: 363.578611211. iteration 4488 found worse value: 363.578611211. iteration4488, perturbing to get out of local maxima iteration 4489 found worse value: 363.578611211. iteration 4490 found worse value: 363.578611211. iteration 4491 found worse value: 363.578611211. iteration 4492 found worse value: 363.578611211. iteration 4493 found worse value: 363.578611211. iteration4493, perturbing to get out of local maxima iteration 4494 found worse value: 363.578611211. iteration 4495 found worse value: 363.578611211. iteration4495, perturbing to get out of local maxima iteration 4496 found worse value: 363.578611211. iteration 4497 found worse value: 363.578611211. iteration 4498 found worse value: 363.578611211. iteration 4499 found worse value: 363.578611211. iteration 4500 found worse value: 363.578611211. iteration 4501 found worse value: 363.578611211. iteration 4502 found worse value: 363.578611211. iteration 4503 found worse value: 363.578611211. iteration 4504 found worse value: 363.578611211. iteration 4505 found worse value: 363.578611211. iteration 4506 found worse value: 363.578611211. iteration 4507 found worse value: 363.578611211. iteration 4508 found worse value: 363.578611211. iteration 4509 found worse value: 363.578611211. iteration 4510 found worse value: 363.578611211. iteration 4511 found worse value: 363.578611211. iteration4511, perturbing to get out of local maxima iteration 4512 found worse value: 363.578611211. iteration4512, perturbing to get out of local maxima iteration 4513 found worse value: 363.578611211. iteration 4514 found worse value: 363.578611211. iteration 4515 found worse value: 363.578611211. iteration 4516 found worse value: 363.578611211. iteration 4517 found worse value: 363.578611211. iteration 4518 found worse value: 363.578611211. iteration 4519 found worse value: 363.578611211. iteration 4520 found worse value: 363.578611211. iteration 4521 found worse value: 363.578611211. iteration 4522 found worse value: 363.578611211. iteration 4523 found worse value: 363.578611211. iteration 4524 found worse value: 363.578611211. iteration 4525 found worse value: 363.578611211. iteration 4526 found worse value: 363.578611211. iteration 4527 found worse value: 363.578611211. iteration4527, perturbing to get out of local maxima iteration 4528 found worse value: 363.578611211. iteration4528, perturbing to get out of local maxima iteration 4529 found worse value: 363.578611211. iteration 4530 found worse value: 363.578611211. iteration 4531 found worse value: 363.578611211. iteration 4532 found worse value: 363.578611211. iteration 4533 found worse value: 363.578611211. iteration 4534 found worse value: 363.578611211. iteration 4535 found worse value: 363.578611211. iteration 4536 found worse value: 363.578611211. iteration4536, perturbing to get out of local maxima iteration 4537 found worse value: 363.578611211. iteration4537, perturbing to get out of local maxima iteration 4538 found worse value: 363.578611211. iteration 4539 found worse value: 363.578611211. iteration 4540 found worse value: 363.578611211. iteration 4541 found worse value: 363.578611211. iteration 4542 found worse value: 363.578611211. iteration 4543 found worse value: 363.578611211. iteration 4544 found worse value: 363.578611211. iteration 4545 found worse value: 363.578611211. iteration4545, perturbing to get out of local maxima iteration 4546 found worse value: 363.578611211. iteration 4547 found worse value: 363.578611211. iteration 4548 found worse value: 363.578611211. iteration4548, perturbing to get out of local maxima iteration 4549 found worse value: 363.578611211. iteration 4550 found worse value: 363.578611211. iteration 4551 found worse value: 363.578611211. iteration 4552 found worse value: 363.578611211. iteration 4553 found worse value: 363.578611211. iteration 4554 found worse value: 363.578611211. iteration 4555 found worse value: 363.578611211. iteration 4556 found worse value: 363.578611211. iteration 4557 found worse value: 363.578611211. iteration 4558 found worse value: 363.578611211. iteration 4559 found worse value: 363.578611211. iteration 4560 found worse value: 363.578611211. iteration 4561 found worse value: 363.578611211. iteration 4562 found worse value: 363.578611211. iteration 4563 found worse value: 363.578611211. iteration 4564 found worse value: 363.578611211. iteration 4565 found worse value: 363.578611211. iteration 4566 found worse value: 363.578611211. iteration 4567 found worse value: 363.578611211. iteration4567, perturbing to get out of local maxima iteration 4568 found worse value: 363.578611211. iteration 4569 found worse value: 363.578611211. iteration 4570 found worse value: 363.578611211. iteration4570, perturbing to get out of local maxima iteration 4571 found worse value: 363.578611211. iteration 4572 found worse value: 363.578611211. iteration 4573 found worse value: 363.578611211. iteration 4574 found worse value: 363.578611211. iteration 4575 found worse value: 363.578611211. iteration 4576 found worse value: 363.578611211. iteration 4577 found worse value: 363.578611211. iteration 4578 found worse value: 363.578611211. iteration 4579 found worse value: 363.578611211. iteration 4580 found worse value: 363.578611211. iteration 4581 found worse value: 363.578611211. iteration 4582 found worse value: 363.578611211. iteration 4583 found worse value: 363.578611211. iteration 4584 found worse value: 363.578611211. iteration 4585 found worse value: 363.578611211. iteration 4586 found worse value: 363.578611211. iteration 4587 found worse value: 363.578611211. iteration 4588 found worse value: 363.578611211. iteration 4589 found worse value: 363.578611211. iteration4589, perturbing to get out of local maxima iteration 4590 found worse value: 363.578611211. iteration 4591 found worse value: 363.578611211. iteration 4592 found worse value: 363.578611211. iteration 4593 found worse value: 363.578611211. iteration 4594 found worse value: 363.578611211. iteration 4595 found worse value: 363.578611211. iteration 4596 found worse value: 363.578611211. iteration 4597 found worse value: 363.578611211. iteration 4598 found worse value: 363.578611211. iteration 4599 found worse value: 363.578611211. iteration 4600 found worse value: 363.578611211. iteration 4601 found worse value: 363.578611211. iteration 4602 found worse value: 363.578611211. iteration 4603 found worse value: 363.578611211. iteration 4604 found worse value: 363.578611211. iteration 4605 found worse value: 363.578611211. iteration 4606 found worse value: 363.578611211. iteration 4607 found worse value: 363.578611211. iteration 4608 found worse value: 363.578611211. iteration 4609 found worse value: 363.578611211. iteration4609, perturbing to get out of local maxima iteration 4610 found worse value: 363.578611211. iteration4610, perturbing to get out of local maxima iteration 4611 found worse value: 363.578611211. iteration 4612 found worse value: 363.578611211. iteration 4613 found worse value: 363.578611211. iteration 4614 found worse value: 363.578611211. iteration 4615 found worse value: 363.578611211. iteration 4616 found worse value: 363.578611211. iteration 4617 found worse value: 363.578611211. iteration 4618 found worse value: 363.578611211. iteration 4619 found worse value: 363.578611211. iteration 4620 found worse value: 363.578611211. iteration 4621 found worse value: 363.578611211. iteration 4622 found worse value: 363.578611211. iteration 4623 found worse value: 363.578611211. iteration 4624 found worse value: 363.578611211. iteration 4625 found worse value: 363.578611211. iteration 4626 found worse value: 363.578611211. iteration 4627 found worse value: 363.578611211. iteration 4628 found worse value: 363.578611211. iteration 4629 found worse value: 363.578611211. iteration 4630 found worse value: 363.578611211. iteration 4631 found worse value: 363.578611211. iteration 4632 found worse value: 363.578611211. iteration 4633 found worse value: 363.578611211. iteration 4634 found worse value: 363.578611211. iteration 4635 found worse value: 363.578611211. iteration 4636 found worse value: 363.578611211. iteration 4637 found worse value: 363.578611211. iteration 4638 found worse value: 363.578611211. iteration 4639 found worse value: 363.578611211. iteration 4640 found worse value: 363.578611211. iteration 4641 found worse value: 363.578611211. iteration 4642 found worse value: 363.578611211. iteration 4643 found worse value: 363.578611211. iteration 4644 found worse value: 363.578611211. iteration4644, perturbing to get out of local maxima iteration 4645 found worse value: 363.578611211. iteration 4646 found worse value: 363.578611211. iteration 4647 found worse value: 363.578611211. iteration 4648 found worse value: 363.578611211. iteration 4649 found worse value: 363.578611211. iteration4649, perturbing to get out of local maxima iteration 4650 found worse value: 363.578611211. iteration 4651 found worse value: 363.578611211. iteration 4652 found worse value: 363.578611211. iteration 4653 found worse value: 363.578611211. iteration 4654 found worse value: 363.578611211. iteration 4655 found worse value: 363.578611211. iteration 4656 found worse value: 363.578611211. iteration 4657 found worse value: 363.578611211. iteration 4658 found worse value: 363.578611211. iteration4658, perturbing to get out of local maxima iteration 4659 found worse value: 363.578611211. iteration 4660 found worse value: 363.578611211. iteration 4661 found worse value: 363.578611211. iteration 4662 found worse value: 363.578611211. iteration 4663 found worse value: 363.578611211. iteration 4664 found worse value: 363.578611211. iteration 4665 found worse value: 363.578611211. iteration 4666 found worse value: 363.578611211. iteration 4667 found worse value: 363.578611211. iteration 4668 found worse value: 363.578611211. iteration 4669 found worse value: 363.578611211. iteration 4670 found worse value: 363.578611211. iteration 4671 found worse value: 363.578611211. iteration 4672 found worse value: 363.578611211. iteration 4673 found worse value: 363.578611211. iteration 4674 found worse value: 363.578611211. iteration 4675 found worse value: 363.578611211. iteration 4676 found worse value: 363.578611211. iteration 4677 found worse value: 363.578611211. iteration 4678 found worse value: 363.578611211. iteration 4679 found worse value: 363.578611211. iteration4679, perturbing to get out of local maxima iteration 4680 found worse value: 363.578611211. iteration4680, perturbing to get out of local maxima iteration 4681 found worse value: 363.578611211. iteration 4682 found worse value: 363.578611211. iteration4682, perturbing to get out of local maxima iteration 4683 found worse value: 363.578611211. iteration 4684 found worse value: 363.578611211. iteration 4685 found worse value: 363.578611211. iteration 4686 found worse value: 363.578611211. iteration 4687 found worse value: 363.578611211. iteration 4688 found worse value: 363.578611211. iteration 4689 found worse value: 363.578611211. iteration 4690 found worse value: 363.578611211. iteration 4691 found worse value: 363.578611211. iteration 4692 found worse value: 363.578611211. iteration4692, perturbing to get out of local maxima iteration 4693 found worse value: 363.578611211. iteration 4694 found worse value: 363.578611211. iteration 4695 found worse value: 363.578611211. iteration 4696 found worse value: 363.578611211. iteration 4697 found worse value: 363.578611211. iteration 4698 found worse value: 363.578611211. iteration 4699 found worse value: 363.578611211. iteration 4700 found worse value: 363.578611211. iteration 4701 found worse value: 363.578611211. iteration 4702 found worse value: 363.578611211. iteration 4703 found worse value: 363.578611211. iteration4703, perturbing to get out of local maxima iteration 4704 found worse value: 363.578611211. iteration 4705 found worse value: 363.578611211. iteration 4706 found worse value: 363.578611211. iteration 4707 found worse value: 363.578611211. iteration 4708 found worse value: 363.578611211. iteration 4709 found worse value: 363.578611211. iteration 4710 found worse value: 363.578611211. iteration 4711 found worse value: 363.578611211. iteration 4712 found worse value: 363.578611211. iteration 4713 found worse value: 363.578611211. iteration 4714 found worse value: 363.578611211. iteration 4715 found worse value: 363.578611211. iteration 4716 found worse value: 363.578611211. iteration 4717 found worse value: 363.578611211. iteration 4718 found worse value: 363.578611211. iteration 4719 found worse value: 363.578611211. iteration 4720 found worse value: 363.578611211. iteration 4721 found worse value: 363.578611211. iteration 4722 found worse value: 363.578611211. iteration 4723 found worse value: 363.578611211. iteration 4724 found worse value: 363.578611211. iteration 4725 found worse value: 363.578611211. iteration 4726 found worse value: 363.578611211. iteration 4727 found worse value: 363.578611211. iteration 4728 found worse value: 363.578611211. iteration 4729 found worse value: 363.578611211. iteration 4730 found worse value: 363.578611211. iteration4730, perturbing to get out of local maxima iteration 4731 found worse value: 363.578611211. iteration 4732 found worse value: 363.578611211. iteration 4733 found worse value: 363.578611211. iteration 4734 found worse value: 363.578611211. iteration 4735 found worse value: 363.578611211. iteration 4736 found worse value: 363.578611211. iteration 4737 found worse value: 363.578611211. iteration 4738 found worse value: 363.578611211. iteration4738, perturbing to get out of local maxima iteration 4739 found worse value: 363.578611211. iteration 4740 found worse value: 363.578611211. iteration 4741 found worse value: 363.578611211. iteration 4742 found worse value: 363.578611211. iteration4742, perturbing to get out of local maxima iteration 4743 found worse value: 363.578611211. iteration 4744 found worse value: 363.578611211. iteration 4745 found worse value: 363.578611211. iteration 4746 found worse value: 363.578611211. iteration 4747 found worse value: 363.578611211. iteration 4748 found worse value: 363.578611211. iteration 4749 found worse value: 363.578611211. iteration 4750 found worse value: 363.578611211. iteration 4751 found worse value: 363.578611211. iteration 4752 found worse value: 363.578611211. iteration 4753 found worse value: 363.578611211. iteration4753, perturbing to get out of local maxima iteration 4754 found worse value: 363.578611211. iteration 4755 found worse value: 363.578611211. iteration 4756 found worse value: 363.578611211. iteration 4757 found worse value: 363.578611211. iteration 4758 found worse value: 363.578611211. iteration 4759 found worse value: 363.578611211. iteration 4760 found worse value: 363.578611211. iteration 4761 found worse value: 363.578611211. iteration4761, perturbing to get out of local maxima iteration 4762 found worse value: 363.578611211. iteration 4763 found worse value: 363.578611211. iteration4763, perturbing to get out of local maxima iteration 4764 found worse value: 363.578611211. iteration4764, perturbing to get out of local maxima iteration 4765 found worse value: 363.578611211. iteration 4766 found worse value: 363.578611211. iteration 4767 found worse value: 363.578611211. iteration 4768 found worse value: 363.578611211. iteration4768, perturbing to get out of local maxima iteration 4769 found worse value: 363.578611211. iteration 4770 found worse value: 363.578611211. iteration 4771 found worse value: 363.578611211. iteration 4772 found worse value: 363.578611211. iteration 4773 found worse value: 363.578611211. iteration 4774 found worse value: 363.578611211. iteration 4775 found worse value: 363.578611211. iteration 4776 found worse value: 363.578611211. iteration 4777 found worse value: 363.578611211. iteration 4778 found worse value: 363.578611211. iteration 4779 found worse value: 363.578611211. iteration 4780 found worse value: 363.578611211. iteration 4781 found worse value: 363.578611211. iteration4781, perturbing to get out of local maxima iteration 4782 found worse value: 363.578611211. iteration 4783 found worse value: 363.578611211. iteration 4784 found worse value: 363.578611211. iteration 4785 found worse value: 363.578611211. iteration4785, perturbing to get out of local maxima iteration 4786 found worse value: 363.578611211. iteration 4787 found worse value: 363.578611211. iteration 4788 found worse value: 363.578611211. iteration 4789 found worse value: 363.578611211. iteration 4790 found worse value: 363.578611211. iteration 4791 found worse value: 363.578611211. iteration 4792 found worse value: 363.578611211. iteration 4793 found worse value: 363.578611211. iteration 4794 found worse value: 363.578611211. iteration 4795 found worse value: 363.578611211. iteration 4796 found worse value: 363.578611211. iteration 4797 found worse value: 363.578611211. iteration 4798 found worse value: 363.578611211. iteration 4799 found worse value: 363.578611211. iteration 4800 found worse value: 363.578611211. iteration 4801 found worse value: 363.578611211. iteration 4802 found worse value: 363.578611211. iteration4802, perturbing to get out of local maxima iteration 4803 found worse value: 363.578611211. iteration 4804 found worse value: 363.578611211. iteration 4805 found worse value: 363.578611211. iteration 4806 found worse value: 363.578611211. iteration 4807 found worse value: 363.578611211. iteration 4808 found worse value: 363.578611211. iteration 4809 found worse value: 363.578611211. iteration 4810 found worse value: 363.578611211. iteration 4811 found worse value: 363.578611211. iteration 4812 found worse value: 363.578611211. iteration 4813 found worse value: 363.578611211. iteration 4814 found worse value: 363.578611211. iteration 4815 found worse value: 363.578611211. iteration 4816 found worse value: 363.578611211. iteration 4817 found worse value: 363.578611211. iteration 4818 found worse value: 363.578611211. iteration 4819 found worse value: 363.578611211. iteration 4820 found worse value: 363.578611211. iteration4820, perturbing to get out of local maxima iteration 4821 found worse value: 363.578611211. iteration4821, perturbing to get out of local maxima iteration 4822 found worse value: 363.578611211. iteration4822, perturbing to get out of local maxima iteration 4823 found worse value: 363.578611211. iteration 4824 found worse value: 363.578611211. iteration 4825 found worse value: 363.578611211. iteration 4826 found worse value: 363.578611211. iteration 4827 found worse value: 363.578611211. iteration 4828 found worse value: 363.578611211. iteration 4829 found worse value: 363.578611211. iteration4829, perturbing to get out of local maxima iteration 4830 found worse value: 363.578611211. iteration4830, perturbing to get out of local maxima iteration 4831 found worse value: 363.578611211. iteration 4832 found worse value: 363.578611211. iteration 4833 found worse value: 363.578611211. iteration 4834 found worse value: 363.578611211. iteration 4835 found worse value: 363.578611211. iteration 4836 found worse value: 363.578611211. iteration 4837 found worse value: 363.578611211. iteration 4838 found worse value: 363.578611211. iteration 4839 found worse value: 363.578611211. iteration 4840 found worse value: 363.578611211. iteration 4841 found worse value: 363.578611211. iteration 4842 found worse value: 363.578611211. iteration 4843 found worse value: 363.578611211. iteration 4844 found worse value: 363.578611211. iteration 4845 found worse value: 363.578611211. iteration 4846 found worse value: 363.578611211. iteration4846, perturbing to get out of local maxima iteration 4847 found worse value: 363.578611211. iteration 4848 found worse value: 363.578611211. iteration4848, perturbing to get out of local maxima iteration 4849 found worse value: 363.578611211. iteration 4850 found worse value: 363.578611211. iteration 4851 found worse value: 363.578611211. iteration 4852 found worse value: 363.578611211. iteration 4853 found worse value: 363.578611211. iteration 4854 found worse value: 363.578611211. iteration 4855 found worse value: 363.578611211. iteration 4856 found worse value: 363.578611211. iteration 4857 found worse value: 363.578611211. iteration4857, perturbing to get out of local maxima iteration 4858 found worse value: 363.578611211. iteration 4859 found worse value: 363.578611211. iteration 4860 found worse value: 363.578611211. iteration 4861 found worse value: 363.578611211. iteration 4862 found worse value: 363.578611211. iteration 4863 found worse value: 363.578611211. iteration 4864 found worse value: 363.578611211. iteration 4865 found worse value: 363.578611211. iteration 4866 found worse value: 363.578611211. iteration 4867 found worse value: 363.578611211. iteration 4868 found worse value: 363.578611211. iteration 4869 found worse value: 363.578611211. iteration 4870 found worse value: 363.578611211. iteration4870, perturbing to get out of local maxima iteration 4871 found worse value: 363.578611211. iteration 4872 found worse value: 363.578611211. iteration 4873 found worse value: 363.578611211. iteration 4874 found worse value: 363.578611211. iteration4874, perturbing to get out of local maxima iteration 4875 found worse value: 363.578611211. iteration4875, perturbing to get out of local maxima iteration 4876 found worse value: 363.578611211. iteration 4877 found worse value: 363.578611211. iteration 4878 found worse value: 363.578611211. iteration 4879 found worse value: 363.578611211. iteration 4880 found worse value: 363.578611211. iteration 4881 found worse value: 363.578611211. iteration4881, perturbing to get out of local maxima iteration 4882 found worse value: 363.578611211. iteration 4883 found worse value: 363.578611211. iteration 4884 found worse value: 363.578611211. iteration 4885 found worse value: 363.578611211. iteration 4886 found worse value: 363.578611211. iteration 4887 found worse value: 363.578611211. iteration 4888 found worse value: 363.578611211. iteration 4889 found worse value: 363.578611211. iteration 4890 found worse value: 363.578611211. iteration 4891 found worse value: 363.578611211. iteration 4892 found worse value: 363.578611211. iteration4892, perturbing to get out of local maxima iteration 4893 found worse value: 363.578611211. iteration 4894 found worse value: 363.578611211. iteration 4895 found worse value: 363.578611211. iteration 4896 found worse value: 363.578611211. iteration 4897 found worse value: 363.578611211. iteration 4898 found worse value: 363.578611211. iteration 4899 found worse value: 363.578611211. iteration 4900 found worse value: 363.578611211. iteration 4901 found worse value: 363.578611211. iteration 4902 found worse value: 363.578611211. iteration 4903 found worse value: 363.578611211. iteration 4904 found worse value: 363.578611211. iteration 4905 found worse value: 363.578611211. iteration 4906 found worse value: 363.578611211. iteration 4907 found worse value: 363.578611211. iteration 4908 found worse value: 363.578611211. iteration 4909 found worse value: 363.578611211. iteration 4910 found better value: 363.578719527 iteration 4911 found worse value: 363.578719527. iteration 4912 found worse value: 363.578719527. iteration 4913 found worse value: 363.578719527. iteration 4914 found worse value: 363.578719527. iteration 4915 found worse value: 363.578719527. iteration4915, perturbing to get out of local maxima iteration 4916 found worse value: 363.578719527. iteration 4917 found worse value: 363.578719527. iteration 4918 found worse value: 363.578719527. iteration 4919 found better value: 363.579504739 iteration 4920 found worse value: 363.579504739. iteration 4921 found worse value: 363.579504739. iteration4921, perturbing to get out of local maxima iteration 4922 found worse value: 363.579504739. iteration 4923 found worse value: 363.579504739. iteration 4924 found worse value: 363.579504739. iteration 4925 found worse value: 363.579504739. iteration 4926 found worse value: 363.579504739. iteration4926, perturbing to get out of local maxima iteration 4927 found worse value: 363.579504739. iteration 4928 found worse value: 363.579504739. iteration4928, perturbing to get out of local maxima iteration 4929 found worse value: 363.579504739. iteration 4930 found worse value: 363.579504739. iteration4930, perturbing to get out of local maxima iteration 4931 found worse value: 363.579504739. iteration 4932 found worse value: 363.579504739. iteration 4933 found worse value: 363.579504739. iteration 4934 found worse value: 363.579504739. iteration 4935 found worse value: 363.579504739. iteration 4936 found worse value: 363.579504739. iteration 4937 found worse value: 363.579504739. iteration 4938 found worse value: 363.579504739. iteration 4939 found worse value: 363.579504739. iteration 4940 found worse value: 363.579504739. iteration 4941 found worse value: 363.579504739. iteration4941, perturbing to get out of local maxima iteration 4942 found worse value: 363.579504739. iteration 4943 found worse value: 363.579504739. iteration 4944 found worse value: 363.579504739. iteration 4945 found worse value: 363.579504739. iteration 4946 found worse value: 363.579504739. iteration 4947 found worse value: 363.579504739. iteration 4948 found worse value: 363.579504739. iteration 4949 found better value: 363.57995661800004 iteration 4950 found worse value: 363.57995661800004. iteration4950, perturbing to get out of local maxima iteration 4951 found better value: 363.58094665799996 iteration 4952 found better value: 363.581821026 iteration 4953 found worse value: 363.581821026. iteration 4954 found worse value: 363.581821026. iteration 4955 found worse value: 363.581821026. iteration4955, perturbing to get out of local maxima iteration 4956 found worse value: 363.581821026. iteration 4957 found worse value: 363.581821026. iteration 4958 found worse value: 363.581821026. iteration4958, perturbing to get out of local maxima iteration 4959 found worse value: 363.581821026. iteration4959, perturbing to get out of local maxima iteration 4960 found worse value: 363.581821026. iteration 4961 found worse value: 363.581821026. iteration 4962 found better value: 363.588901688 iteration 4963 found worse value: 363.588901688. iteration 4964 found worse value: 363.588901688. iteration 4965 found worse value: 363.588901688. iteration 4966 found better value: 363.58928474199996 iteration 4967 found worse value: 363.58928474199996. iteration 4968 found worse value: 363.58928474199996. iteration 4969 found better value: 363.58945233599997 iteration 4970 found worse value: 363.58945233599997. iteration 4971 found worse value: 363.58945233599997. iteration 4972 found worse value: 363.58945233599997. iteration 4973 found better value: 363.592720791 iteration 4974 found better value: 363.593316403 iteration 4975 found worse value: 363.593316403. iteration 4976 found worse value: 363.593316403. iteration 4977 found worse value: 363.593316403. iteration 4978 found worse value: 363.593316403. iteration 4979 found worse value: 363.593316403. iteration 4980 found worse value: 363.593316403. iteration4980, perturbing to get out of local maxima iteration 4981 found worse value: 363.593316403. iteration 4982 found worse value: 363.593316403. iteration 4983 found worse value: 363.593316403. iteration 4984 found worse value: 363.593316403. iteration4984, perturbing to get out of local maxima iteration 4985 found worse value: 363.593316403. iteration 4986 found better value: 363.593490604 iteration 4987 found worse value: 363.593490604. iteration 4988 found worse value: 363.593490604. iteration4988, perturbing to get out of local maxima iteration 4989 found worse value: 363.593490604. iteration 4990 found worse value: 363.593490604. iteration 4991 found worse value: 363.593490604. iteration4991, perturbing to get out of local maxima iteration 4992 found worse value: 363.593490604. iteration 4993 found worse value: 363.593490604. iteration 4994 found worse value: 363.593490604. iteration 4995 found worse value: 363.593490604. iteration 4996 found worse value: 363.593490604. iteration 4997 found worse value: 363.593490604. iteration 4998 found worse value: 363.593490604. iteration 4999 found worse value: 363.593490604. iteration 5000 found worse value: 363.593490604. iteration 5001 found worse value: 363.593490604. iteration 5002 found better value: 363.594150249 iteration 5003 found worse value: 363.594150249. iteration 5004 found worse value: 363.594150249. iteration 5005 found worse value: 363.594150249. iteration 5006 found worse value: 363.594150249. iteration 5007 found worse value: 363.594150249. iteration 5008 found worse value: 363.594150249. iteration 5009 found worse value: 363.594150249. iteration 5010 found worse value: 363.594150249. iteration 5011 found worse value: 363.594150249. iteration 5012 found worse value: 363.594150249. iteration 5013 found worse value: 363.594150249. iteration 5014 found worse value: 363.594150249. iteration 5015 found worse value: 363.594150249. iteration 5016 found worse value: 363.594150249. iteration 5017 found worse value: 363.594150249. iteration 5018 found worse value: 363.594150249. iteration 5019 found worse value: 363.594150249. iteration 5020 found better value: 363.59426342399996 iteration 5021 found worse value: 363.59426342399996. iteration 5022 found worse value: 363.59426342399996. iteration5022, perturbing to get out of local maxima iteration 5023 found worse value: 363.59426342399996. iteration 5024 found worse value: 363.59426342399996. iteration5024, perturbing to get out of local maxima iteration 5025 found worse value: 363.59426342399996. iteration 5026 found worse value: 363.59426342399996. iteration 5027 found worse value: 363.59426342399996. iteration 5028 found worse value: 363.59426342399996. iteration 5029 found worse value: 363.59426342399996. iteration 5030 found worse value: 363.59426342399996. iteration 5031 found worse value: 363.59426342399996. iteration 5032 found worse value: 363.59426342399996. iteration 5033 found worse value: 363.59426342399996. iteration 5034 found worse value: 363.59426342399996. iteration 5035 found worse value: 363.59426342399996. iteration 5036 found worse value: 363.59426342399996. iteration 5037 found worse value: 363.59426342399996. iteration 5038 found worse value: 363.59426342399996. iteration 5039 found worse value: 363.59426342399996. iteration 5040 found worse value: 363.59426342399996. iteration 5041 found worse value: 363.59426342399996. iteration 5042 found worse value: 363.59426342399996. iteration 5043 found worse value: 363.59426342399996. iteration 5044 found worse value: 363.59426342399996. iteration 5045 found worse value: 363.59426342399996. iteration 5046 found worse value: 363.59426342399996. iteration 5047 found worse value: 363.59426342399996. iteration 5048 found worse value: 363.59426342399996. iteration 5049 found worse value: 363.59426342399996. iteration5049, perturbing to get out of local maxima iteration 5050 found worse value: 363.59426342399996. iteration 5051 found worse value: 363.59426342399996. iteration 5052 found worse value: 363.59426342399996. iteration 5053 found worse value: 363.59426342399996. iteration 5054 found worse value: 363.59426342399996. iteration 5055 found worse value: 363.59426342399996. iteration 5056 found worse value: 363.59426342399996. iteration 5057 found better value: 363.59426784399994 iteration 5058 found better value: 363.59488564199995 iteration 5059 found worse value: 363.59488564199995. iteration 5060 found worse value: 363.59488564199995. iteration 5061 found worse value: 363.59488564199995. iteration 5062 found worse value: 363.59488564199995. iteration 5063 found worse value: 363.59488564199995. iteration 5064 found worse value: 363.59488564199995. iteration 5065 found worse value: 363.59488564199995. iteration 5066 found worse value: 363.59488564199995. iteration 5067 found worse value: 363.59488564199995. iteration 5068 found worse value: 363.59488564199995. iteration 5069 found worse value: 363.59488564199995. iteration 5070 found worse value: 363.59488564199995. iteration5070, perturbing to get out of local maxima iteration 5071 found worse value: 363.59488564199995. iteration 5072 found worse value: 363.59488564199995. iteration 5073 found worse value: 363.59488564199995. iteration 5074 found worse value: 363.59488564199995. iteration 5075 found worse value: 363.59488564199995. iteration 5076 found worse value: 363.59488564199995. iteration 5077 found worse value: 363.59488564199995. iteration 5078 found worse value: 363.59488564199995. iteration 5079 found worse value: 363.59488564199995. iteration 5080 found worse value: 363.59488564199995. iteration 5081 found worse value: 363.59488564199995. iteration 5082 found worse value: 363.59488564199995. iteration 5083 found worse value: 363.59488564199995. iteration 5084 found worse value: 363.59488564199995. iteration5084, perturbing to get out of local maxima iteration 5085 found worse value: 363.59488564199995. iteration 5086 found worse value: 363.59488564199995. iteration 5087 found worse value: 363.59488564199995. iteration 5088 found worse value: 363.59488564199995. iteration 5089 found worse value: 363.59488564199995. iteration 5090 found worse value: 363.59488564199995. iteration 5091 found worse value: 363.59488564199995. iteration 5092 found worse value: 363.59488564199995. iteration5092, perturbing to get out of local maxima iteration 5093 found worse value: 363.59488564199995. iteration 5094 found worse value: 363.59488564199995. iteration 5095 found worse value: 363.59488564199995. iteration 5096 found worse value: 363.59488564199995. iteration 5097 found worse value: 363.59488564199995. iteration 5098 found worse value: 363.59488564199995. iteration 5099 found worse value: 363.59488564199995. iteration5099, perturbing to get out of local maxima iteration 5100 found worse value: 363.59488564199995. iteration 5101 found worse value: 363.59488564199995. iteration 5102 found worse value: 363.59488564199995. iteration 5103 found worse value: 363.59488564199995. iteration 5104 found worse value: 363.59488564199995. iteration 5105 found worse value: 363.59488564199995. iteration 5106 found worse value: 363.59488564199995. iteration 5107 found worse value: 363.59488564199995. iteration 5108 found worse value: 363.59488564199995. iteration 5109 found worse value: 363.59488564199995. iteration 5110 found worse value: 363.59488564199995. iteration 5111 found worse value: 363.59488564199995. iteration 5112 found worse value: 363.59488564199995. iteration 5113 found worse value: 363.59488564199995. iteration 5114 found worse value: 363.59488564199995. iteration 5115 found worse value: 363.59488564199995. iteration 5116 found worse value: 363.59488564199995. iteration 5117 found worse value: 363.59488564199995. iteration 5118 found worse value: 363.59488564199995. iteration 5119 found worse value: 363.59488564199995. iteration 5120 found worse value: 363.59488564199995. iteration 5121 found worse value: 363.59488564199995. iteration 5122 found worse value: 363.59488564199995. iteration5122, perturbing to get out of local maxima iteration 5123 found worse value: 363.59488564199995. iteration 5124 found worse value: 363.59488564199995. iteration 5125 found worse value: 363.59488564199995. iteration 5126 found worse value: 363.59488564199995. iteration 5127 found worse value: 363.59488564199995. iteration 5128 found worse value: 363.59488564199995. iteration 5129 found worse value: 363.59488564199995. iteration 5130 found worse value: 363.59488564199995. iteration 5131 found worse value: 363.59488564199995. iteration 5132 found worse value: 363.59488564199995. iteration 5133 found worse value: 363.59488564199995. iteration 5134 found worse value: 363.59488564199995. iteration 5135 found worse value: 363.59488564199995. iteration 5136 found worse value: 363.59488564199995. iteration5136, perturbing to get out of local maxima iteration 5137 found worse value: 363.59488564199995. iteration 5138 found worse value: 363.59488564199995. iteration 5139 found worse value: 363.59488564199995. iteration 5140 found worse value: 363.59488564199995. iteration 5141 found worse value: 363.59488564199995. iteration 5142 found worse value: 363.59488564199995. iteration 5143 found worse value: 363.59488564199995. iteration5143, perturbing to get out of local maxima iteration 5144 found worse value: 363.59488564199995. iteration 5145 found worse value: 363.59488564199995. iteration 5146 found worse value: 363.59488564199995. iteration 5147 found worse value: 363.59488564199995. iteration 5148 found worse value: 363.59488564199995. iteration5148, perturbing to get out of local maxima iteration 5149 found worse value: 363.59488564199995. iteration 5150 found worse value: 363.59488564199995. iteration 5151 found worse value: 363.59488564199995. iteration 5152 found worse value: 363.59488564199995. iteration 5153 found worse value: 363.59488564199995. iteration 5154 found better value: 363.595261644 iteration 5155 found worse value: 363.595261644. iteration 5156 found worse value: 363.595261644. iteration 5157 found worse value: 363.595261644. iteration 5158 found worse value: 363.595261644. iteration 5159 found worse value: 363.595261644. iteration 5160 found worse value: 363.595261644. iteration 5161 found worse value: 363.595261644. iteration 5162 found better value: 363.59540370300004 iteration 5163 found worse value: 363.59540370300004. iteration5163, perturbing to get out of local maxima iteration 5164 found better value: 363.59572705499994 iteration 5165 found worse value: 363.59572705499994. iteration 5166 found worse value: 363.59572705499994. iteration 5167 found worse value: 363.59572705499994. iteration 5168 found better value: 363.5958304079999 iteration 5169 found worse value: 363.5958304079999. iteration 5170 found worse value: 363.5958304079999. iteration 5171 found worse value: 363.5958304079999. iteration 5172 found worse value: 363.5958304079999. iteration5172, perturbing to get out of local maxima iteration 5173 found worse value: 363.5958304079999. iteration 5174 found worse value: 363.5958304079999. iteration 5175 found equal value: 363.5958304079999. iteration 5176 found better value: 363.59589432599995 iteration 5177 found worse value: 363.59589432599995. iteration 5178 found better value: 363.59627953499995 iteration 5179 found better value: 363.59645283799995 iteration 5180 found worse value: 363.59645283799995. iteration 5181 found worse value: 363.59645283799995. iteration5181, perturbing to get out of local maxima iteration 5182 found worse value: 363.59645283799995. iteration 5183 found worse value: 363.59645283799995. iteration 5184 found worse value: 363.59645283799995. iteration 5185 found worse value: 363.59645283799995. iteration5185, perturbing to get out of local maxima iteration 5186 found worse value: 363.59645283799995. iteration 5187 found worse value: 363.59645283799995. iteration 5188 found worse value: 363.59645283799995. iteration5188, perturbing to get out of local maxima iteration 5189 found worse value: 363.59645283799995. iteration 5190 found better value: 363.597465495 iteration 5191 found worse value: 363.597465495. iteration 5192 found worse value: 363.597465495. iteration 5193 found worse value: 363.597465495. iteration 5194 found worse value: 363.597465495. iteration 5195 found worse value: 363.597465495. iteration 5196 found worse value: 363.597465495. iteration 5197 found worse value: 363.597465495. iteration 5198 found worse value: 363.597465495. iteration 5199 found worse value: 363.597465495. iteration 5200 found worse value: 363.597465495. iteration 5201 found worse value: 363.597465495. iteration 5202 found worse value: 363.597465495. iteration 5203 found worse value: 363.597465495. iteration 5204 found worse value: 363.597465495. iteration 5205 found worse value: 363.597465495. iteration 5206 found worse value: 363.597465495. iteration 5207 found worse value: 363.597465495. iteration 5208 found worse value: 363.597465495. iteration 5209 found worse value: 363.597465495. iteration 5210 found worse value: 363.597465495. iteration 5211 found worse value: 363.597465495. iteration 5212 found worse value: 363.597465495. iteration 5213 found worse value: 363.597465495. iteration 5214 found worse value: 363.597465495. iteration 5215 found worse value: 363.597465495. iteration 5216 found worse value: 363.597465495. iteration5216, perturbing to get out of local maxima iteration 5217 found worse value: 363.597465495. iteration 5218 found worse value: 363.597465495. iteration 5219 found worse value: 363.597465495. iteration 5220 found worse value: 363.597465495. iteration 5221 found worse value: 363.597465495. iteration 5222 found worse value: 363.597465495. iteration5222, perturbing to get out of local maxima iteration 5223 found worse value: 363.597465495. iteration 5224 found worse value: 363.597465495. iteration 5225 found worse value: 363.597465495. iteration 5226 found worse value: 363.597465495. iteration 5227 found worse value: 363.597465495. iteration5227, perturbing to get out of local maxima iteration 5228 found worse value: 363.597465495. iteration 5229 found worse value: 363.597465495. iteration 5230 found worse value: 363.597465495. iteration 5231 found worse value: 363.597465495. iteration 5232 found worse value: 363.597465495. iteration 5233 found worse value: 363.597465495. iteration 5234 found worse value: 363.597465495. iteration 5235 found worse value: 363.597465495. iteration5235, perturbing to get out of local maxima iteration 5236 found worse value: 363.597465495. iteration 5237 found worse value: 363.597465495. iteration 5238 found worse value: 363.597465495. iteration5238, perturbing to get out of local maxima iteration 5239 found worse value: 363.597465495. iteration 5240 found worse value: 363.597465495. iteration 5241 found worse value: 363.597465495. iteration 5242 found worse value: 363.597465495. iteration 5243 found worse value: 363.597465495. iteration 5244 found worse value: 363.597465495. iteration 5245 found worse value: 363.597465495. iteration 5246 found worse value: 363.597465495. iteration 5247 found worse value: 363.597465495. iteration 5248 found worse value: 363.597465495. iteration 5249 found worse value: 363.597465495. iteration 5250 found worse value: 363.597465495. iteration 5251 found worse value: 363.597465495. iteration 5252 found worse value: 363.597465495. iteration 5253 found worse value: 363.597465495. iteration5253, perturbing to get out of local maxima iteration 5254 found worse value: 363.597465495. iteration 5255 found worse value: 363.597465495. iteration 5256 found worse value: 363.597465495. iteration 5257 found worse value: 363.597465495. iteration 5258 found worse value: 363.597465495. iteration5258, perturbing to get out of local maxima iteration 5259 found worse value: 363.597465495. iteration 5260 found worse value: 363.597465495. iteration 5261 found worse value: 363.597465495. iteration 5262 found worse value: 363.597465495. iteration5262, perturbing to get out of local maxima iteration 5263 found worse value: 363.597465495. iteration5263, perturbing to get out of local maxima iteration 5264 found worse value: 363.597465495. iteration 5265 found worse value: 363.597465495. iteration 5266 found worse value: 363.597465495. iteration 5267 found worse value: 363.597465495. iteration 5268 found worse value: 363.597465495. iteration 5269 found worse value: 363.597465495. iteration5269, perturbing to get out of local maxima iteration 5270 found worse value: 363.597465495. iteration 5271 found worse value: 363.597465495. iteration5271, perturbing to get out of local maxima iteration 5272 found worse value: 363.597465495. iteration5272, perturbing to get out of local maxima iteration 5273 found worse value: 363.597465495. iteration 5274 found worse value: 363.597465495. iteration5274, perturbing to get out of local maxima iteration 5275 found worse value: 363.597465495. iteration 5276 found worse value: 363.597465495. iteration 5277 found worse value: 363.597465495. iteration 5278 found worse value: 363.597465495. iteration 5279 found worse value: 363.597465495. iteration5279, perturbing to get out of local maxima iteration 5280 found worse value: 363.597465495. iteration5280, perturbing to get out of local maxima iteration 5281 found worse value: 363.597465495. iteration 5282 found worse value: 363.597465495. iteration 5283 found worse value: 363.597465495. iteration 5284 found worse value: 363.597465495. iteration 5285 found worse value: 363.597465495. iteration 5286 found worse value: 363.597465495. iteration 5287 found worse value: 363.597465495. iteration 5288 found worse value: 363.597465495. iteration 5289 found worse value: 363.597465495. iteration5289, perturbing to get out of local maxima iteration 5290 found worse value: 363.597465495. iteration 5291 found worse value: 363.597465495. iteration 5292 found worse value: 363.597465495. iteration 5293 found worse value: 363.597465495. iteration 5294 found worse value: 363.597465495. iteration 5295 found worse value: 363.597465495. iteration 5296 found worse value: 363.597465495. iteration 5297 found worse value: 363.597465495. iteration 5298 found worse value: 363.597465495. iteration 5299 found worse value: 363.597465495. iteration 5300 found worse value: 363.597465495. iteration 5301 found worse value: 363.597465495. iteration 5302 found worse value: 363.597465495. iteration 5303 found worse value: 363.597465495. iteration 5304 found worse value: 363.597465495. iteration 5305 found worse value: 363.597465495. iteration 5306 found worse value: 363.597465495. iteration 5307 found worse value: 363.597465495. iteration5307, perturbing to get out of local maxima iteration 5308 found worse value: 363.597465495. iteration 5309 found worse value: 363.597465495. iteration 5310 found worse value: 363.597465495. iteration 5311 found worse value: 363.597465495. iteration 5312 found worse value: 363.597465495. iteration 5313 found worse value: 363.597465495. iteration 5314 found worse value: 363.597465495. iteration 5315 found worse value: 363.597465495. iteration 5316 found worse value: 363.597465495. iteration 5317 found worse value: 363.597465495. iteration 5318 found worse value: 363.597465495. iteration 5319 found worse value: 363.597465495. iteration 5320 found worse value: 363.597465495. iteration 5321 found worse value: 363.597465495. iteration 5322 found worse value: 363.597465495. iteration 5323 found worse value: 363.597465495. iteration 5324 found worse value: 363.597465495. iteration 5325 found worse value: 363.597465495. iteration 5326 found worse value: 363.597465495. iteration 5327 found worse value: 363.597465495. iteration 5328 found worse value: 363.597465495. iteration5328, perturbing to get out of local maxima iteration 5329 found worse value: 363.597465495. iteration 5330 found worse value: 363.597465495. iteration 5331 found worse value: 363.597465495. iteration 5332 found worse value: 363.597465495. iteration 5333 found worse value: 363.597465495. iteration 5334 found worse value: 363.597465495. iteration 5335 found worse value: 363.597465495. iteration 5336 found worse value: 363.597465495. iteration5336, perturbing to get out of local maxima iteration 5337 found worse value: 363.597465495. iteration 5338 found worse value: 363.597465495. iteration 5339 found worse value: 363.597465495. iteration 5340 found worse value: 363.597465495. iteration 5341 found worse value: 363.597465495. iteration 5342 found worse value: 363.597465495. iteration 5343 found worse value: 363.597465495. iteration 5344 found worse value: 363.597465495. iteration 5345 found worse value: 363.597465495. iteration 5346 found worse value: 363.597465495. iteration 5347 found worse value: 363.597465495. iteration 5348 found worse value: 363.597465495. iteration 5349 found worse value: 363.597465495. iteration 5350 found worse value: 363.597465495. iteration 5351 found worse value: 363.597465495. iteration5351, perturbing to get out of local maxima iteration 5352 found worse value: 363.597465495. iteration5352, perturbing to get out of local maxima iteration 5353 found worse value: 363.597465495. iteration 5354 found worse value: 363.597465495. iteration5354, perturbing to get out of local maxima iteration 5355 found worse value: 363.597465495. iteration5355, perturbing to get out of local maxima iteration 5356 found worse value: 363.597465495. iteration 5357 found worse value: 363.597465495. iteration 5358 found worse value: 363.597465495. iteration 5359 found worse value: 363.597465495. iteration 5360 found worse value: 363.597465495. iteration 5361 found worse value: 363.597465495. iteration 5362 found worse value: 363.597465495. iteration 5363 found worse value: 363.597465495. iteration5363, perturbing to get out of local maxima iteration 5364 found worse value: 363.597465495. iteration 5365 found worse value: 363.597465495. iteration 5366 found worse value: 363.597465495. iteration 5367 found worse value: 363.597465495. iteration 5368 found worse value: 363.597465495. iteration 5369 found worse value: 363.597465495. iteration 5370 found worse value: 363.597465495. iteration5370, perturbing to get out of local maxima iteration 5371 found worse value: 363.597465495. iteration 5372 found worse value: 363.597465495. iteration 5373 found worse value: 363.597465495. iteration 5374 found worse value: 363.597465495. iteration 5375 found worse value: 363.597465495. iteration 5376 found worse value: 363.597465495. iteration 5377 found worse value: 363.597465495. iteration 5378 found worse value: 363.597465495. iteration5378, perturbing to get out of local maxima iteration 5379 found worse value: 363.597465495. iteration 5380 found worse value: 363.597465495. iteration 5381 found worse value: 363.597465495. iteration 5382 found worse value: 363.597465495. iteration 5383 found worse value: 363.597465495. iteration 5384 found worse value: 363.597465495. iteration 5385 found worse value: 363.597465495. iteration 5386 found worse value: 363.597465495. iteration 5387 found worse value: 363.597465495. iteration 5388 found worse value: 363.597465495. iteration 5389 found worse value: 363.597465495. iteration 5390 found worse value: 363.597465495. iteration 5391 found worse value: 363.597465495. iteration 5392 found worse value: 363.597465495. iteration 5393 found worse value: 363.597465495. iteration 5394 found worse value: 363.597465495. iteration 5395 found worse value: 363.597465495. iteration 5396 found worse value: 363.597465495. iteration 5397 found worse value: 363.597465495. iteration5397, perturbing to get out of local maxima iteration 5398 found worse value: 363.597465495. iteration 5399 found worse value: 363.597465495. iteration 5400 found worse value: 363.597465495. iteration 5401 found worse value: 363.597465495. iteration 5402 found worse value: 363.597465495. iteration 5403 found worse value: 363.597465495. iteration5403, perturbing to get out of local maxima iteration 5404 found worse value: 363.597465495. iteration 5405 found worse value: 363.597465495. iteration 5406 found worse value: 363.597465495. iteration 5407 found worse value: 363.597465495. iteration 5408 found worse value: 363.597465495. iteration 5409 found worse value: 363.597465495. iteration 5410 found worse value: 363.597465495. iteration 5411 found worse value: 363.597465495. iteration 5412 found worse value: 363.597465495. iteration 5413 found worse value: 363.597465495. iteration 5414 found worse value: 363.597465495. iteration 5415 found worse value: 363.597465495. iteration 5416 found worse value: 363.597465495. iteration 5417 found worse value: 363.597465495. iteration 5418 found worse value: 363.597465495. iteration 5419 found worse value: 363.597465495. iteration 5420 found worse value: 363.597465495. iteration 5421 found worse value: 363.597465495. iteration5421, perturbing to get out of local maxima iteration 5422 found worse value: 363.597465495. iteration 5423 found worse value: 363.597465495. iteration 5424 found worse value: 363.597465495. iteration 5425 found worse value: 363.597465495. iteration 5426 found worse value: 363.597465495. iteration5426, perturbing to get out of local maxima iteration 5427 found worse value: 363.597465495. iteration 5428 found worse value: 363.597465495. iteration 5429 found worse value: 363.597465495. iteration 5430 found worse value: 363.597465495. iteration 5431 found worse value: 363.597465495. iteration 5432 found worse value: 363.597465495. iteration 5433 found worse value: 363.597465495. iteration 5434 found worse value: 363.597465495. iteration 5435 found worse value: 363.597465495. iteration 5436 found worse value: 363.597465495. iteration 5437 found worse value: 363.597465495. iteration 5438 found worse value: 363.597465495. iteration 5439 found worse value: 363.597465495. iteration 5440 found worse value: 363.597465495. iteration 5441 found worse value: 363.597465495. iteration 5442 found worse value: 363.597465495. iteration 5443 found worse value: 363.597465495. iteration 5444 found worse value: 363.597465495. iteration 5445 found worse value: 363.597465495. iteration 5446 found worse value: 363.597465495. iteration 5447 found worse value: 363.597465495. iteration 5448 found worse value: 363.597465495. iteration5448, perturbing to get out of local maxima iteration 5449 found worse value: 363.597465495. iteration 5450 found worse value: 363.597465495. iteration 5451 found worse value: 363.597465495. iteration 5452 found worse value: 363.597465495. iteration 5453 found worse value: 363.597465495. iteration5453, perturbing to get out of local maxima iteration 5454 found worse value: 363.597465495. iteration 5455 found worse value: 363.597465495. iteration 5456 found worse value: 363.597465495. iteration5456, perturbing to get out of local maxima iteration 5457 found worse value: 363.597465495. iteration 5458 found worse value: 363.597465495. iteration 5459 found worse value: 363.597465495. iteration 5460 found worse value: 363.597465495. iteration 5461 found worse value: 363.597465495. iteration5461, perturbing to get out of local maxima iteration 5462 found worse value: 363.597465495. iteration 5463 found worse value: 363.597465495. iteration 5464 found worse value: 363.597465495. iteration 5465 found worse value: 363.597465495. iteration 5466 found worse value: 363.597465495. iteration 5467 found worse value: 363.597465495. iteration 5468 found worse value: 363.597465495. iteration 5469 found worse value: 363.597465495. iteration 5470 found worse value: 363.597465495. iteration5470, perturbing to get out of local maxima iteration 5471 found worse value: 363.597465495. iteration 5472 found worse value: 363.597465495. iteration5472, perturbing to get out of local maxima iteration 5473 found worse value: 363.597465495. iteration 5474 found worse value: 363.597465495. iteration 5475 found worse value: 363.597465495. iteration 5476 found worse value: 363.597465495. iteration 5477 found worse value: 363.597465495. iteration 5478 found worse value: 363.597465495. iteration 5479 found worse value: 363.597465495. iteration 5480 found worse value: 363.597465495. iteration 5481 found worse value: 363.597465495. iteration 5482 found worse value: 363.597465495. iteration 5483 found worse value: 363.597465495. iteration 5484 found worse value: 363.597465495. iteration 5485 found worse value: 363.597465495. iteration5485, perturbing to get out of local maxima iteration 5486 found worse value: 363.597465495. iteration 5487 found worse value: 363.597465495. iteration 5488 found worse value: 363.597465495. iteration 5489 found worse value: 363.597465495. iteration 5490 found worse value: 363.597465495. iteration 5491 found worse value: 363.597465495. iteration 5492 found worse value: 363.597465495. iteration 5493 found worse value: 363.597465495. iteration 5494 found worse value: 363.597465495. iteration 5495 found worse value: 363.597465495. iteration 5496 found worse value: 363.597465495. iteration 5497 found worse value: 363.597465495. iteration 5498 found worse value: 363.597465495. iteration 5499 found worse value: 363.597465495. iteration 5500 found worse value: 363.597465495. iteration 5501 found worse value: 363.597465495. iteration 5502 found worse value: 363.597465495. iteration 5503 found worse value: 363.597465495. iteration 5504 found worse value: 363.597465495. iteration 5505 found worse value: 363.597465495. iteration 5506 found worse value: 363.597465495. iteration 5507 found worse value: 363.597465495. iteration 5508 found worse value: 363.597465495. iteration 5509 found worse value: 363.597465495. iteration 5510 found worse value: 363.597465495. iteration 5511 found worse value: 363.597465495. iteration 5512 found worse value: 363.597465495. iteration 5513 found worse value: 363.597465495. iteration 5514 found worse value: 363.597465495. iteration 5515 found worse value: 363.597465495. iteration 5516 found worse value: 363.597465495. iteration5516, perturbing to get out of local maxima iteration 5517 found worse value: 363.597465495. iteration 5518 found worse value: 363.597465495. iteration 5519 found worse value: 363.597465495. iteration 5520 found worse value: 363.597465495. iteration 5521 found worse value: 363.597465495. iteration 5522 found worse value: 363.597465495. iteration5522, perturbing to get out of local maxima iteration 5523 found worse value: 363.597465495. iteration 5524 found worse value: 363.597465495. iteration 5525 found worse value: 363.597465495. iteration 5526 found worse value: 363.597465495. iteration 5527 found worse value: 363.597465495. iteration 5528 found worse value: 363.597465495. iteration 5529 found worse value: 363.597465495. iteration 5530 found worse value: 363.597465495. iteration5530, perturbing to get out of local maxima iteration 5531 found worse value: 363.597465495. iteration 5532 found worse value: 363.597465495. iteration 5533 found worse value: 363.597465495. iteration 5534 found worse value: 363.597465495. iteration5534, perturbing to get out of local maxima iteration 5535 found worse value: 363.597465495. iteration 5536 found worse value: 363.597465495. iteration 5537 found worse value: 363.597465495. iteration 5538 found worse value: 363.597465495. iteration 5539 found worse value: 363.597465495. iteration 5540 found worse value: 363.597465495. iteration 5541 found worse value: 363.597465495. iteration5541, perturbing to get out of local maxima iteration 5542 found worse value: 363.597465495. iteration 5543 found worse value: 363.597465495. iteration 5544 found worse value: 363.597465495. iteration5544, perturbing to get out of local maxima iteration 5545 found worse value: 363.597465495. iteration 5546 found worse value: 363.597465495. iteration5546, perturbing to get out of local maxima iteration 5547 found worse value: 363.597465495. iteration 5548 found worse value: 363.597465495. iteration 5549 found worse value: 363.597465495. iteration 5550 found worse value: 363.597465495. iteration 5551 found worse value: 363.597465495. iteration 5552 found worse value: 363.597465495. iteration 5553 found worse value: 363.597465495. iteration 5554 found worse value: 363.597465495. iteration 5555 found worse value: 363.597465495. iteration 5556 found worse value: 363.597465495. iteration 5557 found worse value: 363.597465495. iteration 5558 found worse value: 363.597465495. iteration 5559 found worse value: 363.597465495. iteration 5560 found worse value: 363.597465495. iteration 5561 found worse value: 363.597465495. iteration 5562 found worse value: 363.597465495. iteration 5563 found worse value: 363.597465495. iteration 5564 found worse value: 363.597465495. iteration 5565 found worse value: 363.597465495. iteration 5566 found worse value: 363.597465495. iteration 5567 found worse value: 363.597465495. iteration 5568 found worse value: 363.597465495. iteration 5569 found worse value: 363.597465495. iteration 5570 found worse value: 363.597465495. iteration 5571 found worse value: 363.597465495. iteration 5572 found worse value: 363.597465495. iteration 5573 found worse value: 363.597465495. iteration 5574 found worse value: 363.597465495. iteration 5575 found worse value: 363.597465495. iteration 5576 found worse value: 363.597465495. iteration 5577 found worse value: 363.597465495. iteration 5578 found worse value: 363.597465495. iteration 5579 found worse value: 363.597465495. iteration 5580 found worse value: 363.597465495. iteration 5581 found worse value: 363.597465495. iteration 5582 found worse value: 363.597465495. iteration 5583 found worse value: 363.597465495. iteration 5584 found worse value: 363.597465495. iteration 5585 found worse value: 363.597465495. iteration 5586 found worse value: 363.597465495. iteration 5587 found worse value: 363.597465495. iteration 5588 found worse value: 363.597465495. iteration5588, perturbing to get out of local maxima iteration 5589 found worse value: 363.597465495. iteration 5590 found worse value: 363.597465495. iteration 5591 found worse value: 363.597465495. iteration 5592 found worse value: 363.597465495. iteration5592, perturbing to get out of local maxima iteration 5593 found worse value: 363.597465495. iteration 5594 found worse value: 363.597465495. iteration 5595 found worse value: 363.597465495. iteration 5596 found worse value: 363.597465495. iteration 5597 found worse value: 363.597465495. iteration 5598 found worse value: 363.597465495. iteration 5599 found worse value: 363.597465495. iteration 5600 found worse value: 363.597465495. iteration 5601 found worse value: 363.597465495. iteration 5602 found worse value: 363.597465495. iteration 5603 found worse value: 363.597465495. iteration 5604 found worse value: 363.597465495. iteration 5605 found worse value: 363.597465495. iteration 5606 found worse value: 363.597465495. iteration 5607 found worse value: 363.597465495. iteration 5608 found worse value: 363.597465495. iteration 5609 found worse value: 363.597465495. iteration 5610 found worse value: 363.597465495. iteration5610, perturbing to get out of local maxima iteration 5611 found worse value: 363.597465495. iteration 5612 found worse value: 363.597465495. iteration5612, perturbing to get out of local maxima iteration 5613 found worse value: 363.597465495. iteration 5614 found worse value: 363.597465495. iteration 5615 found worse value: 363.597465495. iteration 5616 found worse value: 363.597465495. iteration 5617 found worse value: 363.597465495. iteration 5618 found worse value: 363.597465495. iteration 5619 found worse value: 363.597465495. iteration 5620 found worse value: 363.597465495. iteration 5621 found worse value: 363.597465495. iteration 5622 found worse value: 363.597465495. iteration5622, perturbing to get out of local maxima iteration 5623 found worse value: 363.597465495. iteration 5624 found worse value: 363.597465495. iteration 5625 found worse value: 363.597465495. iteration 5626 found worse value: 363.597465495. iteration 5627 found worse value: 363.597465495. iteration 5628 found worse value: 363.597465495. iteration 5629 found worse value: 363.597465495. iteration5629, perturbing to get out of local maxima iteration 5630 found worse value: 363.597465495. iteration 5631 found worse value: 363.597465495. iteration5631, perturbing to get out of local maxima iteration 5632 found worse value: 363.597465495. iteration 5633 found worse value: 363.597465495. iteration 5634 found worse value: 363.597465495. iteration 5635 found worse value: 363.597465495. iteration 5636 found worse value: 363.597465495. iteration 5637 found worse value: 363.597465495. iteration 5638 found worse value: 363.597465495. iteration 5639 found worse value: 363.597465495. iteration 5640 found worse value: 363.597465495. iteration5640, perturbing to get out of local maxima iteration 5641 found worse value: 363.597465495. iteration 5642 found worse value: 363.597465495. iteration 5643 found worse value: 363.597465495. iteration 5644 found worse value: 363.597465495. iteration 5645 found worse value: 363.597465495. iteration 5646 found worse value: 363.597465495. iteration 5647 found worse value: 363.597465495. iteration 5648 found worse value: 363.597465495. iteration 5649 found worse value: 363.597465495. iteration 5650 found worse value: 363.597465495. iteration 5651 found worse value: 363.597465495. iteration 5652 found worse value: 363.597465495. iteration 5653 found worse value: 363.597465495. iteration 5654 found worse value: 363.597465495. iteration 5655 found worse value: 363.597465495. iteration 5656 found worse value: 363.597465495. iteration 5657 found worse value: 363.597465495. iteration 5658 found worse value: 363.597465495. iteration 5659 found worse value: 363.597465495. iteration 5660 found worse value: 363.597465495. iteration 5661 found worse value: 363.597465495. iteration 5662 found worse value: 363.597465495. iteration5662, perturbing to get out of local maxima iteration 5663 found worse value: 363.597465495. iteration 5664 found worse value: 363.597465495. iteration 5665 found worse value: 363.597465495. iteration 5666 found worse value: 363.597465495. iteration 5667 found worse value: 363.597465495. iteration 5668 found worse value: 363.597465495. iteration 5669 found worse value: 363.597465495. iteration 5670 found worse value: 363.597465495. iteration 5671 found worse value: 363.597465495. iteration5671, perturbing to get out of local maxima iteration 5672 found worse value: 363.597465495. iteration 5673 found worse value: 363.597465495. iteration5673, perturbing to get out of local maxima iteration 5674 found worse value: 363.597465495. iteration 5675 found worse value: 363.597465495. iteration 5676 found worse value: 363.597465495. iteration 5677 found worse value: 363.597465495. iteration 5678 found worse value: 363.597465495. iteration 5679 found worse value: 363.597465495. iteration 5680 found worse value: 363.597465495. iteration 5681 found worse value: 363.597465495. iteration 5682 found worse value: 363.597465495. iteration 5683 found worse value: 363.597465495. iteration 5684 found worse value: 363.597465495. iteration 5685 found worse value: 363.597465495. iteration 5686 found worse value: 363.597465495. iteration 5687 found worse value: 363.597465495. iteration 5688 found worse value: 363.597465495. iteration 5689 found worse value: 363.597465495. iteration 5690 found worse value: 363.597465495. iteration 5691 found worse value: 363.597465495. iteration 5692 found worse value: 363.597465495. iteration 5693 found worse value: 363.597465495. iteration 5694 found worse value: 363.597465495. iteration 5695 found worse value: 363.597465495. iteration 5696 found worse value: 363.597465495. iteration 5697 found worse value: 363.597465495. iteration 5698 found worse value: 363.597465495. iteration 5699 found worse value: 363.597465495. iteration 5700 found worse value: 363.597465495. iteration5700, perturbing to get out of local maxima iteration 5701 found worse value: 363.597465495. iteration 5702 found worse value: 363.597465495. iteration 5703 found worse value: 363.597465495. iteration 5704 found worse value: 363.597465495. iteration 5705 found worse value: 363.597465495. iteration 5706 found worse value: 363.597465495. iteration 5707 found worse value: 363.597465495. iteration 5708 found worse value: 363.597465495. iteration 5709 found worse value: 363.597465495. iteration 5710 found worse value: 363.597465495. iteration 5711 found worse value: 363.597465495. iteration 5712 found worse value: 363.597465495. iteration 5713 found worse value: 363.597465495. iteration 5714 found worse value: 363.597465495. iteration5714, perturbing to get out of local maxima iteration 5715 found worse value: 363.597465495. iteration 5716 found worse value: 363.597465495. iteration5716, perturbing to get out of local maxima iteration 5717 found worse value: 363.597465495. iteration 5718 found worse value: 363.597465495. iteration 5719 found worse value: 363.597465495. iteration 5720 found worse value: 363.597465495. iteration 5721 found worse value: 363.597465495. iteration 5722 found worse value: 363.597465495. iteration5722, perturbing to get out of local maxima iteration 5723 found worse value: 363.597465495. iteration 5724 found worse value: 363.597465495. iteration5724, perturbing to get out of local maxima iteration 5725 found worse value: 363.597465495. iteration 5726 found worse value: 363.597465495. iteration 5727 found worse value: 363.597465495. iteration 5728 found worse value: 363.597465495. iteration5728, perturbing to get out of local maxima iteration 5729 found worse value: 363.597465495. iteration 5730 found worse value: 363.597465495. iteration 5731 found worse value: 363.597465495. iteration 5732 found worse value: 363.597465495. iteration 5733 found worse value: 363.597465495. iteration 5734 found worse value: 363.597465495. iteration 5735 found worse value: 363.597465495. iteration 5736 found worse value: 363.597465495. iteration 5737 found worse value: 363.597465495. iteration5737, perturbing to get out of local maxima iteration 5738 found worse value: 363.597465495. iteration 5739 found worse value: 363.597465495. iteration 5740 found worse value: 363.597465495. iteration 5741 found worse value: 363.597465495. iteration 5742 found worse value: 363.597465495. iteration 5743 found worse value: 363.597465495. iteration 5744 found worse value: 363.597465495. iteration 5745 found worse value: 363.597465495. iteration 5746 found worse value: 363.597465495. iteration 5747 found worse value: 363.597465495. iteration 5748 found worse value: 363.597465495. iteration 5749 found worse value: 363.597465495. iteration 5750 found worse value: 363.597465495. iteration 5751 found worse value: 363.597465495. iteration 5752 found worse value: 363.597465495. iteration 5753 found worse value: 363.597465495. iteration 5754 found worse value: 363.597465495. iteration 5755 found worse value: 363.597465495. iteration 5756 found worse value: 363.597465495. iteration 5757 found worse value: 363.597465495. iteration 5758 found worse value: 363.597465495. iteration 5759 found worse value: 363.597465495. iteration 5760 found worse value: 363.597465495. iteration 5761 found worse value: 363.597465495. iteration 5762 found worse value: 363.597465495. iteration 5763 found worse value: 363.597465495. iteration 5764 found worse value: 363.597465495. iteration 5765 found worse value: 363.597465495. iteration 5766 found worse value: 363.597465495. iteration5766, perturbing to get out of local maxima iteration 5767 found worse value: 363.597465495. iteration 5768 found worse value: 363.597465495. iteration 5769 found worse value: 363.597465495. iteration5769, perturbing to get out of local maxima iteration 5770 found worse value: 363.597465495. iteration5770, perturbing to get out of local maxima iteration 5771 found worse value: 363.597465495. iteration 5772 found worse value: 363.597465495. iteration 5773 found worse value: 363.597465495. iteration 5774 found worse value: 363.597465495. iteration5774, perturbing to get out of local maxima iteration 5775 found worse value: 363.597465495. iteration 5776 found worse value: 363.597465495. iteration 5777 found worse value: 363.597465495. iteration 5778 found worse value: 363.597465495. iteration 5779 found worse value: 363.597465495. iteration 5780 found worse value: 363.597465495. iteration 5781 found worse value: 363.597465495. iteration 5782 found worse value: 363.597465495. iteration5782, perturbing to get out of local maxima iteration 5783 found worse value: 363.597465495. iteration 5784 found worse value: 363.597465495. iteration 5785 found worse value: 363.597465495. iteration 5786 found worse value: 363.597465495. iteration 5787 found worse value: 363.597465495. iteration 5788 found worse value: 363.597465495. iteration 5789 found worse value: 363.597465495. iteration 5790 found worse value: 363.597465495. iteration 5791 found worse value: 363.597465495. iteration5791, perturbing to get out of local maxima iteration 5792 found worse value: 363.597465495. iteration 5793 found worse value: 363.597465495. iteration 5794 found worse value: 363.597465495. iteration 5795 found worse value: 363.597465495. iteration5795, perturbing to get out of local maxima iteration 5796 found worse value: 363.597465495. iteration5796, perturbing to get out of local maxima iteration 5797 found worse value: 363.597465495. iteration 5798 found worse value: 363.597465495. iteration 5799 found worse value: 363.597465495. iteration 5800 found worse value: 363.597465495. iteration5800, perturbing to get out of local maxima iteration 5801 found worse value: 363.597465495. iteration 5802 found worse value: 363.597465495. iteration 5803 found worse value: 363.597465495. iteration 5804 found worse value: 363.597465495. iteration 5805 found worse value: 363.597465495. iteration 5806 found worse value: 363.597465495. iteration 5807 found worse value: 363.597465495. iteration 5808 found worse value: 363.597465495. iteration 5809 found worse value: 363.597465495. iteration 5810 found worse value: 363.597465495. iteration 5811 found worse value: 363.597465495. iteration 5812 found worse value: 363.597465495. iteration 5813 found worse value: 363.597465495. iteration 5814 found worse value: 363.597465495. iteration 5815 found worse value: 363.597465495. iteration5815, perturbing to get out of local maxima iteration 5816 found worse value: 363.597465495. iteration 5817 found worse value: 363.597465495. iteration 5818 found worse value: 363.597465495. iteration 5819 found worse value: 363.597465495. iteration 5820 found worse value: 363.597465495. iteration 5821 found worse value: 363.597465495. iteration 5822 found worse value: 363.597465495. iteration 5823 found worse value: 363.597465495. iteration 5824 found worse value: 363.597465495. iteration 5825 found worse value: 363.597465495. iteration 5826 found worse value: 363.597465495. iteration 5827 found worse value: 363.597465495. iteration 5828 found worse value: 363.597465495. iteration 5829 found worse value: 363.597465495. iteration5829, perturbing to get out of local maxima iteration 5830 found worse value: 363.597465495. iteration 5831 found worse value: 363.597465495. iteration 5832 found worse value: 363.597465495. iteration 5833 found worse value: 363.597465495. iteration 5834 found worse value: 363.597465495. iteration 5835 found worse value: 363.597465495. iteration 5836 found worse value: 363.597465495. iteration 5837 found worse value: 363.597465495. iteration5837, perturbing to get out of local maxima iteration 5838 found worse value: 363.597465495. iteration 5839 found worse value: 363.597465495. iteration 5840 found worse value: 363.597465495. iteration 5841 found worse value: 363.597465495. iteration 5842 found worse value: 363.597465495. iteration5842, perturbing to get out of local maxima iteration 5843 found worse value: 363.597465495. iteration 5844 found worse value: 363.597465495. iteration 5845 found worse value: 363.597465495. iteration5845, perturbing to get out of local maxima iteration 5846 found worse value: 363.597465495. iteration 5847 found worse value: 363.597465495. iteration 5848 found worse value: 363.597465495. iteration 5849 found worse value: 363.597465495. iteration 5850 found worse value: 363.597465495. iteration 5851 found worse value: 363.597465495. iteration5851, perturbing to get out of local maxima iteration 5852 found worse value: 363.597465495. iteration 5853 found worse value: 363.597465495. iteration5853, perturbing to get out of local maxima iteration 5854 found worse value: 363.597465495. iteration 5855 found worse value: 363.597465495. iteration 5856 found worse value: 363.597465495. iteration 5857 found worse value: 363.597465495. iteration 5858 found worse value: 363.597465495. iteration5858, perturbing to get out of local maxima iteration 5859 found worse value: 363.597465495. iteration 5860 found worse value: 363.597465495. iteration 5861 found worse value: 363.597465495. iteration 5862 found worse value: 363.597465495. iteration 5863 found worse value: 363.597465495. iteration 5864 found worse value: 363.597465495. iteration 5865 found worse value: 363.597465495. iteration5865, perturbing to get out of local maxima iteration 5866 found worse value: 363.597465495. iteration 5867 found worse value: 363.597465495. iteration 5868 found worse value: 363.597465495. iteration 5869 found worse value: 363.597465495. iteration 5870 found worse value: 363.597465495. iteration 5871 found worse value: 363.597465495. iteration 5872 found worse value: 363.597465495. iteration 5873 found worse value: 363.597465495. iteration 5874 found worse value: 363.597465495. iteration 5875 found worse value: 363.597465495. iteration 5876 found worse value: 363.597465495. iteration 5877 found worse value: 363.597465495. iteration 5878 found worse value: 363.597465495. iteration 5879 found worse value: 363.597465495. iteration 5880 found worse value: 363.597465495. iteration 5881 found worse value: 363.597465495. iteration5881, perturbing to get out of local maxima iteration 5882 found worse value: 363.597465495. iteration 5883 found worse value: 363.597465495. iteration 5884 found worse value: 363.597465495. iteration 5885 found worse value: 363.597465495. iteration 5886 found worse value: 363.597465495. iteration5886, perturbing to get out of local maxima iteration 5887 found worse value: 363.597465495. iteration5887, perturbing to get out of local maxima iteration 5888 found worse value: 363.597465495. iteration 5889 found worse value: 363.597465495. iteration 5890 found worse value: 363.597465495. iteration 5891 found worse value: 363.597465495. iteration 5892 found worse value: 363.597465495. iteration 5893 found worse value: 363.597465495. iteration 5894 found worse value: 363.597465495. iteration5894, perturbing to get out of local maxima iteration 5895 found worse value: 363.597465495. iteration 5896 found worse value: 363.597465495. iteration5896, perturbing to get out of local maxima iteration 5897 found worse value: 363.597465495. iteration5897, perturbing to get out of local maxima iteration 5898 found worse value: 363.597465495. iteration 5899 found worse value: 363.597465495. iteration 5900 found worse value: 363.597465495. iteration 5901 found worse value: 363.597465495. iteration5901, perturbing to get out of local maxima iteration 5902 found worse value: 363.597465495. iteration 5903 found worse value: 363.597465495. iteration 5904 found worse value: 363.597465495. iteration 5905 found worse value: 363.597465495. iteration 5906 found worse value: 363.597465495. iteration 5907 found worse value: 363.597465495. iteration 5908 found worse value: 363.597465495. iteration 5909 found worse value: 363.597465495. iteration 5910 found worse value: 363.597465495. iteration 5911 found worse value: 363.597465495. iteration 5912 found worse value: 363.597465495. iteration 5913 found worse value: 363.597465495. iteration 5914 found worse value: 363.597465495. iteration 5915 found worse value: 363.597465495. iteration 5916 found worse value: 363.597465495. iteration 5917 found worse value: 363.597465495. iteration 5918 found worse value: 363.597465495. iteration 5919 found worse value: 363.597465495. iteration5919, perturbing to get out of local maxima iteration 5920 found worse value: 363.597465495. iteration5920, perturbing to get out of local maxima iteration 5921 found worse value: 363.597465495. iteration 5922 found worse value: 363.597465495. iteration 5923 found worse value: 363.597465495. iteration 5924 found worse value: 363.597465495. iteration 5925 found worse value: 363.597465495. iteration 5926 found worse value: 363.597465495. iteration 5927 found worse value: 363.597465495. iteration 5928 found worse value: 363.597465495. iteration 5929 found worse value: 363.597465495. iteration 5930 found worse value: 363.597465495. iteration 5931 found worse value: 363.597465495. iteration 5932 found worse value: 363.597465495. iteration 5933 found worse value: 363.597465495. iteration 5934 found worse value: 363.597465495. iteration 5935 found worse value: 363.597465495. iteration 5936 found worse value: 363.597465495. iteration 5937 found worse value: 363.597465495. iteration 5938 found worse value: 363.597465495. iteration 5939 found worse value: 363.597465495. iteration 5940 found worse value: 363.597465495. iteration 5941 found worse value: 363.597465495. iteration 5942 found worse value: 363.597465495. iteration 5943 found worse value: 363.597465495. iteration 5944 found worse value: 363.597465495. iteration5944, perturbing to get out of local maxima iteration 5945 found worse value: 363.597465495. iteration 5946 found worse value: 363.597465495. iteration 5947 found worse value: 363.597465495. iteration 5948 found worse value: 363.597465495. iteration 5949 found worse value: 363.597465495. iteration 5950 found worse value: 363.597465495. iteration 5951 found worse value: 363.597465495. iteration 5952 found worse value: 363.597465495. iteration 5953 found worse value: 363.597465495. iteration 5954 found worse value: 363.597465495. iteration 5955 found worse value: 363.597465495. iteration5955, perturbing to get out of local maxima iteration 5956 found worse value: 363.597465495. iteration 5957 found worse value: 363.597465495. iteration 5958 found worse value: 363.597465495. iteration5958, perturbing to get out of local maxima iteration 5959 found worse value: 363.597465495. iteration 5960 found worse value: 363.597465495. iteration 5961 found worse value: 363.597465495. iteration 5962 found worse value: 363.597465495. iteration5962, perturbing to get out of local maxima iteration 5963 found worse value: 363.597465495. iteration5963, perturbing to get out of local maxima iteration 5964 found worse value: 363.597465495. iteration 5965 found worse value: 363.597465495. iteration 5966 found worse value: 363.597465495. iteration 5967 found worse value: 363.597465495. iteration 5968 found worse value: 363.597465495. iteration 5969 found worse value: 363.597465495. iteration 5970 found worse value: 363.597465495. iteration 5971 found worse value: 363.597465495. iteration 5972 found worse value: 363.597465495. iteration 5973 found worse value: 363.597465495. iteration 5974 found worse value: 363.597465495. iteration 5975 found worse value: 363.597465495. iteration 5976 found worse value: 363.597465495. iteration 5977 found worse value: 363.597465495. iteration5977, perturbing to get out of local maxima iteration 5978 found worse value: 363.597465495. iteration5978, perturbing to get out of local maxima iteration 5979 found worse value: 363.597465495. iteration 5980 found worse value: 363.597465495. iteration 5981 found worse value: 363.597465495. iteration 5982 found worse value: 363.597465495. iteration 5983 found worse value: 363.597465495. iteration 5984 found worse value: 363.597465495. iteration 5985 found worse value: 363.597465495. iteration 5986 found worse value: 363.597465495. iteration 5987 found worse value: 363.597465495. iteration 5988 found worse value: 363.597465495. iteration 5989 found worse value: 363.597465495. iteration 5990 found worse value: 363.597465495. iteration 5991 found worse value: 363.597465495. iteration5991, perturbing to get out of local maxima iteration 5992 found worse value: 363.597465495. iteration 5993 found worse value: 363.597465495. iteration 5994 found worse value: 363.597465495. iteration 5995 found worse value: 363.597465495. iteration 5996 found worse value: 363.597465495. iteration 5997 found worse value: 363.597465495. iteration5997, perturbing to get out of local maxima iteration 5998 found worse value: 363.597465495. iteration 5999 found worse value: 363.597465495. iteration 6000 found worse value: 363.597465495. iteration 6001 found worse value: 363.597465495. iteration 6002 found worse value: 363.597465495. iteration 6003 found worse value: 363.597465495. iteration 6004 found worse value: 363.597465495. iteration6004, perturbing to get out of local maxima iteration 6005 found worse value: 363.597465495. iteration 6006 found worse value: 363.597465495. iteration6006, perturbing to get out of local maxima iteration 6007 found worse value: 363.597465495. iteration 6008 found worse value: 363.597465495. iteration 6009 found worse value: 363.597465495. iteration6009, perturbing to get out of local maxima iteration 6010 found worse value: 363.597465495. iteration 6011 found worse value: 363.597465495. iteration 6012 found worse value: 363.597465495. iteration 6013 found worse value: 363.597465495. iteration 6014 found worse value: 363.597465495. iteration 6015 found worse value: 363.597465495. iteration 6016 found worse value: 363.597465495. iteration 6017 found worse value: 363.597465495. iteration 6018 found worse value: 363.597465495. iteration6018, perturbing to get out of local maxima iteration 6019 found worse value: 363.597465495. iteration 6020 found worse value: 363.597465495. iteration 6021 found worse value: 363.597465495. iteration 6022 found worse value: 363.597465495. iteration 6023 found worse value: 363.597465495. iteration 6024 found worse value: 363.597465495. iteration 6025 found worse value: 363.597465495. iteration 6026 found worse value: 363.597465495. iteration 6027 found worse value: 363.597465495. iteration 6028 found worse value: 363.597465495. iteration 6029 found worse value: 363.597465495. iteration 6030 found worse value: 363.597465495. iteration 6031 found worse value: 363.597465495. iteration 6032 found worse value: 363.597465495. iteration 6033 found worse value: 363.597465495. iteration 6034 found worse value: 363.597465495. iteration 6035 found worse value: 363.597465495. iteration 6036 found worse value: 363.597465495. iteration 6037 found worse value: 363.597465495. iteration 6038 found worse value: 363.597465495. iteration 6039 found worse value: 363.597465495. iteration 6040 found worse value: 363.597465495. iteration 6041 found worse value: 363.597465495. iteration6041, perturbing to get out of local maxima iteration 6042 found worse value: 363.597465495. iteration 6043 found worse value: 363.597465495. iteration 6044 found worse value: 363.597465495. iteration 6045 found worse value: 363.597465495. iteration 6046 found worse value: 363.597465495. iteration 6047 found worse value: 363.597465495. iteration 6048 found worse value: 363.597465495. iteration6048, perturbing to get out of local maxima iteration 6049 found worse value: 363.597465495. iteration 6050 found worse value: 363.597465495. iteration 6051 found worse value: 363.597465495. iteration 6052 found worse value: 363.597465495. iteration 6053 found worse value: 363.597465495. iteration 6054 found worse value: 363.597465495. iteration 6055 found worse value: 363.597465495. iteration 6056 found worse value: 363.597465495. iteration 6057 found worse value: 363.597465495. iteration6057, perturbing to get out of local maxima iteration 6058 found worse value: 363.597465495. iteration 6059 found worse value: 363.597465495. iteration 6060 found worse value: 363.597465495. iteration 6061 found worse value: 363.597465495. iteration 6062 found worse value: 363.597465495. iteration 6063 found worse value: 363.597465495. iteration 6064 found worse value: 363.597465495. iteration 6065 found worse value: 363.597465495. iteration 6066 found worse value: 363.597465495. iteration 6067 found worse value: 363.597465495. iteration 6068 found worse value: 363.597465495. iteration 6069 found worse value: 363.597465495. iteration 6070 found worse value: 363.597465495. iteration 6071 found worse value: 363.597465495. iteration 6072 found worse value: 363.597465495. iteration 6073 found worse value: 363.597465495. iteration 6074 found worse value: 363.597465495. iteration 6075 found worse value: 363.597465495. iteration 6076 found worse value: 363.597465495. iteration 6077 found worse value: 363.597465495. iteration6077, perturbing to get out of local maxima iteration 6078 found worse value: 363.597465495. iteration 6079 found worse value: 363.597465495. iteration 6080 found worse value: 363.597465495. iteration 6081 found worse value: 363.597465495. iteration 6082 found worse value: 363.597465495. iteration6082, perturbing to get out of local maxima iteration 6083 found worse value: 363.597465495. iteration 6084 found worse value: 363.597465495. iteration 6085 found worse value: 363.597465495. iteration 6086 found worse value: 363.597465495. iteration6086, perturbing to get out of local maxima iteration 6087 found worse value: 363.597465495. iteration 6088 found worse value: 363.597465495. iteration 6089 found worse value: 363.597465495. iteration 6090 found worse value: 363.597465495. iteration 6091 found worse value: 363.597465495. iteration 6092 found worse value: 363.597465495. iteration 6093 found worse value: 363.597465495. iteration6093, perturbing to get out of local maxima iteration 6094 found worse value: 363.597465495. iteration 6095 found worse value: 363.597465495. iteration 6096 found worse value: 363.597465495. iteration 6097 found worse value: 363.597465495. iteration 6098 found worse value: 363.597465495. iteration 6099 found worse value: 363.597465495. iteration 6100 found worse value: 363.597465495. iteration 6101 found worse value: 363.597465495. iteration 6102 found worse value: 363.597465495. iteration 6103 found worse value: 363.597465495. iteration 6104 found worse value: 363.597465495. iteration6104, perturbing to get out of local maxima iteration 6105 found worse value: 363.597465495. iteration 6106 found worse value: 363.597465495. iteration 6107 found worse value: 363.597465495. iteration 6108 found worse value: 363.597465495. iteration 6109 found worse value: 363.597465495. iteration 6110 found worse value: 363.597465495. iteration 6111 found worse value: 363.597465495. iteration6111, perturbing to get out of local maxima iteration 6112 found worse value: 363.597465495. iteration 6113 found worse value: 363.597465495. iteration 6114 found worse value: 363.597465495. iteration 6115 found worse value: 363.597465495. iteration 6116 found worse value: 363.597465495. iteration 6117 found worse value: 363.597465495. iteration 6118 found worse value: 363.597465495. iteration 6119 found worse value: 363.597465495. iteration 6120 found worse value: 363.597465495. iteration 6121 found worse value: 363.597465495. iteration 6122 found worse value: 363.597465495. iteration 6123 found worse value: 363.597465495. iteration6123, perturbing to get out of local maxima iteration 6124 found worse value: 363.597465495. iteration 6125 found worse value: 363.597465495. iteration 6126 found worse value: 363.597465495. iteration 6127 found worse value: 363.597465495. iteration 6128 found worse value: 363.597465495. iteration 6129 found worse value: 363.597465495. iteration 6130 found worse value: 363.597465495. iteration 6131 found worse value: 363.597465495. iteration 6132 found worse value: 363.597465495. iteration 6133 found worse value: 363.597465495. iteration 6134 found worse value: 363.597465495. iteration 6135 found worse value: 363.597465495. iteration 6136 found worse value: 363.597465495. iteration 6137 found worse value: 363.597465495. iteration 6138 found worse value: 363.597465495. iteration 6139 found worse value: 363.597465495. iteration 6140 found worse value: 363.597465495. iteration 6141 found worse value: 363.597465495. iteration 6142 found worse value: 363.597465495. iteration 6143 found worse value: 363.597465495. iteration 6144 found worse value: 363.597465495. iteration6144, perturbing to get out of local maxima iteration 6145 found worse value: 363.597465495. iteration 6146 found worse value: 363.597465495. iteration 6147 found worse value: 363.597465495. iteration 6148 found worse value: 363.597465495. iteration 6149 found worse value: 363.597465495. iteration 6150 found worse value: 363.597465495. iteration 6151 found worse value: 363.597465495. iteration 6152 found worse value: 363.597465495. iteration6152, perturbing to get out of local maxima iteration 6153 found worse value: 363.597465495. iteration 6154 found worse value: 363.597465495. iteration 6155 found worse value: 363.597465495. iteration 6156 found worse value: 363.597465495. iteration 6157 found worse value: 363.597465495. iteration 6158 found worse value: 363.597465495. iteration 6159 found worse value: 363.597465495. iteration 6160 found worse value: 363.597465495. iteration 6161 found worse value: 363.597465495. iteration 6162 found worse value: 363.597465495. iteration 6163 found worse value: 363.597465495. iteration6163, perturbing to get out of local maxima iteration 6164 found worse value: 363.597465495. iteration 6165 found worse value: 363.597465495. iteration 6166 found worse value: 363.597465495. iteration 6167 found worse value: 363.597465495. iteration 6168 found worse value: 363.597465495. iteration 6169 found worse value: 363.597465495. iteration 6170 found worse value: 363.597465495. iteration 6171 found worse value: 363.597465495. iteration6171, perturbing to get out of local maxima iteration 6172 found worse value: 363.597465495. iteration 6173 found worse value: 363.597465495. iteration6173, perturbing to get out of local maxima iteration 6174 found worse value: 363.597465495. iteration6174, perturbing to get out of local maxima iteration 6175 found worse value: 363.597465495. iteration 6176 found worse value: 363.597465495. iteration 6177 found worse value: 363.597465495. iteration 6178 found worse value: 363.597465495. iteration 6179 found worse value: 363.597465495. iteration 6180 found worse value: 363.597465495. iteration 6181 found worse value: 363.597465495. iteration 6182 found worse value: 363.597465495. iteration 6183 found worse value: 363.597465495. iteration 6184 found worse value: 363.597465495. iteration 6185 found worse value: 363.597465495. iteration 6186 found worse value: 363.597465495. iteration 6187 found worse value: 363.597465495. iteration 6188 found worse value: 363.597465495. iteration 6189 found worse value: 363.597465495. iteration 6190 found worse value: 363.597465495. iteration 6191 found worse value: 363.597465495. iteration6191, perturbing to get out of local maxima iteration 6192 found worse value: 363.597465495. iteration 6193 found worse value: 363.597465495. iteration 6194 found worse value: 363.597465495. iteration6194, perturbing to get out of local maxima iteration 6195 found worse value: 363.597465495. iteration 6196 found worse value: 363.597465495. iteration6196, perturbing to get out of local maxima iteration 6197 found worse value: 363.597465495. iteration 6198 found worse value: 363.597465495. iteration 6199 found worse value: 363.597465495. iteration6199, perturbing to get out of local maxima iteration 6200 found worse value: 363.597465495. iteration 6201 found worse value: 363.597465495. iteration 6202 found worse value: 363.597465495. iteration 6203 found worse value: 363.597465495. iteration 6204 found worse value: 363.597465495. iteration6204, perturbing to get out of local maxima iteration 6205 found worse value: 363.597465495. iteration 6206 found worse value: 363.597465495. iteration 6207 found worse value: 363.597465495. iteration 6208 found worse value: 363.597465495. iteration 6209 found worse value: 363.597465495. iteration 6210 found worse value: 363.597465495. iteration 6211 found worse value: 363.597465495. iteration 6212 found worse value: 363.597465495. iteration 6213 found worse value: 363.597465495. iteration 6214 found worse value: 363.597465495. iteration 6215 found worse value: 363.597465495. iteration 6216 found worse value: 363.597465495. iteration 6217 found worse value: 363.597465495. iteration 6218 found worse value: 363.597465495. iteration 6219 found worse value: 363.597465495. iteration6219, perturbing to get out of local maxima iteration 6220 found worse value: 363.597465495. iteration 6221 found worse value: 363.597465495. iteration 6222 found worse value: 363.597465495. iteration 6223 found worse value: 363.597465495. iteration 6224 found worse value: 363.597465495. iteration 6225 found worse value: 363.597465495. iteration6225, perturbing to get out of local maxima iteration 6226 found worse value: 363.597465495. iteration 6227 found worse value: 363.597465495. iteration 6228 found worse value: 363.597465495. iteration 6229 found worse value: 363.597465495. iteration 6230 found worse value: 363.597465495. iteration 6231 found worse value: 363.597465495. iteration6231, perturbing to get out of local maxima iteration 6232 found worse value: 363.597465495. iteration 6233 found worse value: 363.597465495. iteration 6234 found worse value: 363.597465495. iteration 6235 found worse value: 363.597465495. iteration 6236 found worse value: 363.597465495. iteration 6237 found worse value: 363.597465495. iteration 6238 found worse value: 363.597465495. iteration 6239 found worse value: 363.597465495. iteration 6240 found worse value: 363.597465495. iteration6240, perturbing to get out of local maxima iteration 6241 found worse value: 363.597465495. iteration 6242 found worse value: 363.597465495. iteration 6243 found worse value: 363.597465495. iteration 6244 found worse value: 363.597465495. iteration 6245 found worse value: 363.597465495. iteration 6246 found worse value: 363.597465495. iteration 6247 found worse value: 363.597465495. iteration 6248 found worse value: 363.597465495. iteration 6249 found worse value: 363.597465495. iteration 6250 found worse value: 363.597465495. iteration 6251 found worse value: 363.597465495. iteration 6252 found worse value: 363.597465495. iteration 6253 found worse value: 363.597465495. iteration 6254 found worse value: 363.597465495. iteration 6255 found worse value: 363.597465495. iteration 6256 found worse value: 363.597465495. iteration 6257 found worse value: 363.597465495. iteration 6258 found worse value: 363.597465495. iteration 6259 found worse value: 363.597465495. iteration 6260 found worse value: 363.597465495. iteration 6261 found worse value: 363.597465495. iteration6261, perturbing to get out of local maxima iteration 6262 found worse value: 363.597465495. iteration 6263 found worse value: 363.597465495. iteration 6264 found worse value: 363.597465495. iteration 6265 found worse value: 363.597465495. iteration 6266 found worse value: 363.597465495. iteration 6267 found worse value: 363.597465495. iteration 6268 found worse value: 363.597465495. iteration 6269 found worse value: 363.597465495. iteration 6270 found worse value: 363.597465495. iteration6270, perturbing to get out of local maxima iteration 6271 found worse value: 363.597465495. iteration6271, perturbing to get out of local maxima iteration 6272 found worse value: 363.597465495. iteration 6273 found worse value: 363.597465495. iteration 6274 found worse value: 363.597465495. iteration 6275 found worse value: 363.597465495. iteration 6276 found worse value: 363.597465495. iteration 6277 found worse value: 363.597465495. iteration 6278 found worse value: 363.597465495. iteration 6279 found worse value: 363.597465495. iteration 6280 found worse value: 363.597465495. iteration6280, perturbing to get out of local maxima iteration 6281 found worse value: 363.597465495. iteration6281, perturbing to get out of local maxima iteration 6282 found worse value: 363.597465495. iteration6282, perturbing to get out of local maxima iteration 6283 found worse value: 363.597465495. iteration 6284 found worse value: 363.597465495. iteration 6285 found worse value: 363.597465495. iteration 6286 found worse value: 363.597465495. iteration6286, perturbing to get out of local maxima iteration 6287 found worse value: 363.597465495. iteration 6288 found worse value: 363.597465495. iteration 6289 found worse value: 363.597465495. iteration 6290 found worse value: 363.597465495. iteration 6291 found worse value: 363.597465495. iteration 6292 found worse value: 363.597465495. iteration6292, perturbing to get out of local maxima iteration 6293 found worse value: 363.597465495. iteration 6294 found worse value: 363.597465495. iteration 6295 found worse value: 363.597465495. iteration 6296 found worse value: 363.597465495. iteration 6297 found worse value: 363.597465495. iteration 6298 found worse value: 363.597465495. iteration 6299 found worse value: 363.597465495. iteration 6300 found worse value: 363.597465495. iteration 6301 found worse value: 363.597465495. iteration 6302 found worse value: 363.597465495. iteration 6303 found worse value: 363.597465495. iteration 6304 found worse value: 363.597465495. iteration 6305 found worse value: 363.597465495. iteration 6306 found worse value: 363.597465495. iteration 6307 found worse value: 363.597465495. iteration 6308 found worse value: 363.597465495. iteration 6309 found worse value: 363.597465495. iteration 6310 found worse value: 363.597465495. iteration 6311 found worse value: 363.597465495. iteration 6312 found worse value: 363.597465495. iteration 6313 found worse value: 363.597465495. iteration 6314 found worse value: 363.597465495. iteration 6315 found worse value: 363.597465495. iteration6315, perturbing to get out of local maxima iteration 6316 found worse value: 363.597465495. iteration 6317 found worse value: 363.597465495. iteration 6318 found worse value: 363.597465495. iteration 6319 found worse value: 363.597465495. iteration 6320 found worse value: 363.597465495. iteration 6321 found worse value: 363.597465495. iteration 6322 found worse value: 363.597465495. iteration 6323 found worse value: 363.597465495. iteration 6324 found worse value: 363.597465495. iteration 6325 found worse value: 363.597465495. iteration 6326 found worse value: 363.597465495. iteration 6327 found worse value: 363.597465495. iteration 6328 found worse value: 363.597465495. iteration 6329 found worse value: 363.597465495. iteration 6330 found worse value: 363.597465495. iteration 6331 found worse value: 363.597465495. iteration 6332 found worse value: 363.597465495. iteration 6333 found worse value: 363.597465495. iteration6333, perturbing to get out of local maxima iteration 6334 found worse value: 363.597465495. iteration 6335 found worse value: 363.597465495. iteration 6336 found worse value: 363.597465495. iteration 6337 found worse value: 363.597465495. iteration 6338 found worse value: 363.597465495. iteration 6339 found worse value: 363.597465495. iteration 6340 found worse value: 363.597465495. iteration 6341 found worse value: 363.597465495. iteration 6342 found worse value: 363.597465495. iteration 6343 found worse value: 363.597465495. iteration 6344 found worse value: 363.597465495. iteration6344, perturbing to get out of local maxima iteration 6345 found worse value: 363.597465495. iteration 6346 found worse value: 363.597465495. iteration 6347 found worse value: 363.597465495. iteration 6348 found worse value: 363.597465495. iteration 6349 found worse value: 363.597465495. iteration 6350 found worse value: 363.597465495. iteration 6351 found worse value: 363.597465495. iteration 6352 found worse value: 363.597465495. iteration 6353 found worse value: 363.597465495. iteration 6354 found worse value: 363.597465495. iteration 6355 found worse value: 363.597465495. iteration6355, perturbing to get out of local maxima iteration 6356 found worse value: 363.597465495. iteration 6357 found worse value: 363.597465495. iteration 6358 found worse value: 363.597465495. iteration 6359 found worse value: 363.597465495. iteration 6360 found worse value: 363.597465495. iteration 6361 found worse value: 363.597465495. iteration 6362 found worse value: 363.597465495. iteration 6363 found worse value: 363.597465495. iteration 6364 found worse value: 363.597465495. iteration 6365 found worse value: 363.597465495. iteration 6366 found worse value: 363.597465495. iteration 6367 found worse value: 363.597465495. iteration 6368 found worse value: 363.597465495. iteration 6369 found worse value: 363.597465495. iteration 6370 found worse value: 363.597465495. iteration6370, perturbing to get out of local maxima iteration 6371 found worse value: 363.597465495. iteration 6372 found worse value: 363.597465495. iteration 6373 found worse value: 363.597465495. iteration 6374 found worse value: 363.597465495. iteration 6375 found worse value: 363.597465495. iteration6375, perturbing to get out of local maxima iteration 6376 found worse value: 363.597465495. iteration6376, perturbing to get out of local maxima iteration 6377 found worse value: 363.597465495. iteration 6378 found worse value: 363.597465495. iteration 6379 found worse value: 363.597465495. iteration 6380 found worse value: 363.597465495. iteration 6381 found worse value: 363.597465495. iteration 6382 found worse value: 363.597465495. iteration 6383 found worse value: 363.597465495. iteration 6384 found worse value: 363.597465495. iteration 6385 found worse value: 363.597465495. iteration 6386 found worse value: 363.597465495. iteration 6387 found worse value: 363.597465495. iteration 6388 found worse value: 363.597465495. iteration 6389 found worse value: 363.597465495. iteration 6390 found worse value: 363.597465495. iteration 6391 found worse value: 363.597465495. iteration 6392 found worse value: 363.597465495. iteration6392, perturbing to get out of local maxima iteration 6393 found worse value: 363.597465495. iteration 6394 found worse value: 363.597465495. iteration 6395 found worse value: 363.597465495. iteration6395, perturbing to get out of local maxima iteration 6396 found worse value: 363.597465495. iteration 6397 found worse value: 363.597465495. iteration6397, perturbing to get out of local maxima iteration 6398 found worse value: 363.597465495. iteration 6399 found worse value: 363.597465495. iteration 6400 found worse value: 363.597465495. iteration 6401 found worse value: 363.597465495. iteration 6402 found worse value: 363.597465495. iteration 6403 found worse value: 363.597465495. iteration 6404 found worse value: 363.597465495. iteration 6405 found worse value: 363.597465495. iteration 6406 found worse value: 363.597465495. iteration 6407 found worse value: 363.597465495. iteration6407, perturbing to get out of local maxima iteration 6408 found worse value: 363.597465495. iteration 6409 found worse value: 363.597465495. iteration 6410 found worse value: 363.597465495. iteration 6411 found worse value: 363.597465495. iteration 6412 found worse value: 363.597465495. iteration 6413 found worse value: 363.597465495. iteration 6414 found worse value: 363.597465495. iteration 6415 found worse value: 363.597465495. iteration 6416 found worse value: 363.597465495. iteration 6417 found worse value: 363.597465495. iteration 6418 found worse value: 363.597465495. iteration 6419 found worse value: 363.597465495. iteration 6420 found worse value: 363.597465495. iteration 6421 found worse value: 363.597465495. iteration 6422 found worse value: 363.597465495. iteration6422, perturbing to get out of local maxima iteration 6423 found worse value: 363.597465495. iteration 6424 found worse value: 363.597465495. iteration 6425 found worse value: 363.597465495. iteration 6426 found worse value: 363.597465495. iteration 6427 found worse value: 363.597465495. iteration 6428 found worse value: 363.597465495. iteration 6429 found worse value: 363.597465495. iteration 6430 found worse value: 363.597465495. iteration 6431 found worse value: 363.597465495. iteration 6432 found worse value: 363.597465495. iteration 6433 found worse value: 363.597465495. iteration 6434 found worse value: 363.597465495. iteration 6435 found worse value: 363.597465495. iteration 6436 found worse value: 363.597465495. iteration 6437 found worse value: 363.597465495. iteration 6438 found worse value: 363.597465495. iteration6438, perturbing to get out of local maxima iteration 6439 found worse value: 363.597465495. iteration 6440 found worse value: 363.597465495. iteration 6441 found worse value: 363.597465495. iteration 6442 found worse value: 363.597465495. iteration 6443 found worse value: 363.597465495. iteration6443, perturbing to get out of local maxima iteration 6444 found worse value: 363.597465495. iteration 6445 found worse value: 363.597465495. iteration 6446 found worse value: 363.597465495. iteration6446, perturbing to get out of local maxima iteration 6447 found worse value: 363.597465495. iteration 6448 found worse value: 363.597465495. iteration 6449 found worse value: 363.597465495. iteration6449, perturbing to get out of local maxima iteration 6450 found worse value: 363.597465495. iteration6450, perturbing to get out of local maxima iteration 6451 found worse value: 363.597465495. iteration6451, perturbing to get out of local maxima iteration 6452 found worse value: 363.597465495. iteration 6453 found worse value: 363.597465495. iteration 6454 found worse value: 363.597465495. iteration 6455 found worse value: 363.597465495. iteration 6456 found worse value: 363.597465495. iteration 6457 found worse value: 363.597465495. iteration 6458 found worse value: 363.597465495. iteration 6459 found worse value: 363.597465495. iteration 6460 found worse value: 363.597465495. iteration6460, perturbing to get out of local maxima iteration 6461 found worse value: 363.597465495. iteration 6462 found worse value: 363.597465495. iteration 6463 found worse value: 363.597465495. iteration 6464 found worse value: 363.597465495. iteration 6465 found worse value: 363.597465495. iteration6465, perturbing to get out of local maxima iteration 6466 found worse value: 363.597465495. iteration6466, perturbing to get out of local maxima iteration 6467 found worse value: 363.597465495. iteration 6468 found worse value: 363.597465495. iteration 6469 found worse value: 363.597465495. iteration 6470 found worse value: 363.597465495. iteration 6471 found worse value: 363.597465495. iteration 6472 found worse value: 363.597465495. iteration6472, perturbing to get out of local maxima iteration 6473 found worse value: 363.597465495. iteration 6474 found worse value: 363.597465495. iteration 6475 found worse value: 363.597465495. iteration 6476 found worse value: 363.597465495. iteration 6477 found worse value: 363.597465495. iteration 6478 found worse value: 363.597465495. iteration6478, perturbing to get out of local maxima iteration 6479 found worse value: 363.597465495. iteration 6480 found worse value: 363.597465495. iteration 6481 found worse value: 363.597465495. iteration 6482 found worse value: 363.597465495. iteration 6483 found worse value: 363.597465495. iteration 6484 found worse value: 363.597465495. iteration6484, perturbing to get out of local maxima iteration 6485 found worse value: 363.597465495. iteration 6486 found worse value: 363.597465495. iteration 6487 found worse value: 363.597465495. iteration 6488 found worse value: 363.597465495. iteration 6489 found worse value: 363.597465495. iteration 6490 found worse value: 363.597465495. iteration 6491 found worse value: 363.597465495. iteration 6492 found worse value: 363.597465495. iteration 6493 found worse value: 363.597465495. iteration 6494 found worse value: 363.597465495. iteration 6495 found worse value: 363.597465495. iteration 6496 found worse value: 363.597465495. iteration6496, perturbing to get out of local maxima iteration 6497 found worse value: 363.597465495. iteration 6498 found worse value: 363.597465495. iteration 6499 found worse value: 363.597465495. iteration 6500 found worse value: 363.597465495. iteration 6501 found worse value: 363.597465495. iteration 6502 found worse value: 363.597465495. iteration 6503 found worse value: 363.597465495. iteration 6504 found worse value: 363.597465495. iteration 6505 found worse value: 363.597465495. iteration 6506 found worse value: 363.597465495. iteration 6507 found worse value: 363.597465495. iteration 6508 found worse value: 363.597465495. iteration 6509 found worse value: 363.597465495. iteration 6510 found worse value: 363.597465495. iteration 6511 found worse value: 363.597465495. iteration 6512 found worse value: 363.597465495. iteration 6513 found worse value: 363.597465495. iteration 6514 found worse value: 363.597465495. iteration 6515 found worse value: 363.597465495. iteration 6516 found worse value: 363.597465495. iteration 6517 found worse value: 363.597465495. iteration 6518 found worse value: 363.597465495. iteration 6519 found worse value: 363.597465495. iteration 6520 found worse value: 363.597465495. iteration 6521 found worse value: 363.597465495. iteration 6522 found worse value: 363.597465495. iteration 6523 found worse value: 363.597465495. iteration 6524 found worse value: 363.597465495. iteration 6525 found worse value: 363.597465495. iteration6525, perturbing to get out of local maxima iteration 6526 found worse value: 363.597465495. iteration 6527 found worse value: 363.597465495. iteration6527, perturbing to get out of local maxima iteration 6528 found worse value: 363.597465495. iteration 6529 found worse value: 363.597465495. iteration 6530 found worse value: 363.597465495. iteration 6531 found worse value: 363.597465495. iteration 6532 found worse value: 363.597465495. iteration 6533 found worse value: 363.597465495. iteration 6534 found worse value: 363.597465495. iteration 6535 found worse value: 363.597465495. iteration 6536 found worse value: 363.597465495. iteration 6537 found worse value: 363.597465495. iteration 6538 found worse value: 363.597465495. iteration6538, perturbing to get out of local maxima iteration 6539 found worse value: 363.597465495. iteration 6540 found worse value: 363.597465495. iteration 6541 found worse value: 363.597465495. iteration 6542 found worse value: 363.597465495. iteration 6543 found worse value: 363.597465495. iteration 6544 found worse value: 363.597465495. iteration 6545 found worse value: 363.597465495. iteration 6546 found worse value: 363.597465495. iteration 6547 found worse value: 363.597465495. iteration 6548 found worse value: 363.597465495. iteration 6549 found worse value: 363.597465495. iteration 6550 found worse value: 363.597465495. iteration 6551 found worse value: 363.597465495. iteration 6552 found worse value: 363.597465495. iteration 6553 found worse value: 363.597465495. iteration 6554 found worse value: 363.597465495. iteration 6555 found worse value: 363.597465495. iteration 6556 found worse value: 363.597465495. iteration 6557 found worse value: 363.597465495. iteration 6558 found worse value: 363.597465495. iteration6558, perturbing to get out of local maxima iteration 6559 found worse value: 363.597465495. iteration 6560 found worse value: 363.597465495. iteration 6561 found worse value: 363.597465495. iteration 6562 found worse value: 363.597465495. iteration 6563 found worse value: 363.597465495. iteration 6564 found worse value: 363.597465495. iteration 6565 found worse value: 363.597465495. iteration 6566 found worse value: 363.597465495. iteration 6567 found worse value: 363.597465495. iteration 6568 found worse value: 363.597465495. iteration 6569 found worse value: 363.597465495. iteration 6570 found worse value: 363.597465495. iteration 6571 found worse value: 363.597465495. iteration 6572 found worse value: 363.597465495. iteration 6573 found worse value: 363.597465495. iteration 6574 found worse value: 363.597465495. iteration 6575 found worse value: 363.597465495. iteration 6576 found worse value: 363.597465495. iteration6576, perturbing to get out of local maxima iteration 6577 found worse value: 363.597465495. iteration 6578 found worse value: 363.597465495. iteration 6579 found worse value: 363.597465495. iteration 6580 found worse value: 363.597465495. iteration 6581 found worse value: 363.597465495. iteration 6582 found worse value: 363.597465495. iteration 6583 found worse value: 363.597465495. iteration6583, perturbing to get out of local maxima iteration 6584 found worse value: 363.597465495. iteration 6585 found worse value: 363.597465495. iteration 6586 found worse value: 363.597465495. iteration 6587 found worse value: 363.597465495. iteration 6588 found worse value: 363.597465495. iteration 6589 found worse value: 363.597465495. iteration6589, perturbing to get out of local maxima iteration 6590 found worse value: 363.597465495. iteration 6591 found worse value: 363.597465495. iteration 6592 found worse value: 363.597465495. iteration 6593 found worse value: 363.597465495. iteration 6594 found worse value: 363.597465495. iteration 6595 found worse value: 363.597465495. iteration 6596 found worse value: 363.597465495. iteration 6597 found worse value: 363.597465495. iteration 6598 found worse value: 363.597465495. iteration 6599 found worse value: 363.597465495. iteration 6600 found worse value: 363.597465495. iteration 6601 found worse value: 363.597465495. iteration 6602 found worse value: 363.597465495. iteration 6603 found worse value: 363.597465495. iteration 6604 found worse value: 363.597465495. iteration6604, perturbing to get out of local maxima iteration 6605 found worse value: 363.597465495. iteration 6606 found worse value: 363.597465495. iteration 6607 found worse value: 363.597465495. iteration 6608 found worse value: 363.597465495. iteration 6609 found worse value: 363.597465495. iteration 6610 found worse value: 363.597465495. iteration 6611 found worse value: 363.597465495. iteration 6612 found worse value: 363.597465495. iteration 6613 found worse value: 363.597465495. iteration 6614 found worse value: 363.597465495. iteration 6615 found worse value: 363.597465495. iteration 6616 found worse value: 363.597465495. iteration 6617 found worse value: 363.597465495. iteration 6618 found worse value: 363.597465495. iteration 6619 found worse value: 363.597465495. iteration 6620 found worse value: 363.597465495. iteration 6621 found worse value: 363.597465495. iteration 6622 found worse value: 363.597465495. iteration 6623 found worse value: 363.597465495. iteration 6624 found worse value: 363.597465495. iteration 6625 found worse value: 363.597465495. iteration 6626 found worse value: 363.597465495. iteration6626, perturbing to get out of local maxima iteration 6627 found worse value: 363.597465495. iteration 6628 found worse value: 363.597465495. iteration 6629 found worse value: 363.597465495. iteration 6630 found worse value: 363.597465495. iteration 6631 found worse value: 363.597465495. iteration 6632 found worse value: 363.597465495. iteration 6633 found worse value: 363.597465495. iteration 6634 found worse value: 363.597465495. iteration 6635 found worse value: 363.597465495. iteration 6636 found worse value: 363.597465495. iteration 6637 found worse value: 363.597465495. iteration 6638 found worse value: 363.597465495. iteration 6639 found worse value: 363.597465495. iteration 6640 found worse value: 363.597465495. iteration 6641 found worse value: 363.597465495. iteration6641, perturbing to get out of local maxima iteration 6642 found worse value: 363.597465495. iteration 6643 found worse value: 363.597465495. iteration 6644 found worse value: 363.597465495. iteration 6645 found worse value: 363.597465495. iteration 6646 found worse value: 363.597465495. iteration 6647 found worse value: 363.597465495. iteration6647, perturbing to get out of local maxima iteration 6648 found worse value: 363.597465495. iteration6648, perturbing to get out of local maxima iteration 6649 found worse value: 363.597465495. iteration6649, perturbing to get out of local maxima iteration 6650 found worse value: 363.597465495. iteration 6651 found worse value: 363.597465495. iteration 6652 found worse value: 363.597465495. iteration 6653 found worse value: 363.597465495. iteration 6654 found worse value: 363.597465495. iteration 6655 found worse value: 363.597465495. iteration 6656 found worse value: 363.597465495. iteration 6657 found worse value: 363.597465495. iteration 6658 found worse value: 363.597465495. iteration 6659 found worse value: 363.597465495. iteration 6660 found worse value: 363.597465495. iteration 6661 found worse value: 363.597465495. iteration6661, perturbing to get out of local maxima iteration 6662 found worse value: 363.597465495. iteration 6663 found worse value: 363.597465495. iteration 6664 found worse value: 363.597465495. iteration 6665 found worse value: 363.597465495. iteration 6666 found worse value: 363.597465495. iteration 6667 found worse value: 363.597465495. iteration 6668 found worse value: 363.597465495. iteration 6669 found worse value: 363.597465495. iteration 6670 found worse value: 363.597465495. iteration 6671 found worse value: 363.597465495. iteration 6672 found worse value: 363.597465495. iteration 6673 found worse value: 363.597465495. iteration 6674 found worse value: 363.597465495. iteration 6675 found worse value: 363.597465495. iteration 6676 found worse value: 363.597465495. iteration6676, perturbing to get out of local maxima iteration 6677 found worse value: 363.597465495. iteration 6678 found worse value: 363.597465495. iteration6678, perturbing to get out of local maxima iteration 6679 found worse value: 363.597465495. iteration 6680 found worse value: 363.597465495. iteration6680, perturbing to get out of local maxima iteration 6681 found worse value: 363.597465495. iteration 6682 found worse value: 363.597465495. iteration 6683 found worse value: 363.597465495. iteration6683, perturbing to get out of local maxima iteration 6684 found worse value: 363.597465495. iteration 6685 found worse value: 363.597465495. iteration 6686 found worse value: 363.597465495. iteration 6687 found worse value: 363.597465495. iteration 6688 found worse value: 363.597465495. iteration 6689 found worse value: 363.597465495. iteration 6690 found worse value: 363.597465495. iteration 6691 found worse value: 363.597465495. iteration 6692 found worse value: 363.597465495. iteration 6693 found worse value: 363.597465495. iteration 6694 found worse value: 363.597465495. iteration 6695 found worse value: 363.597465495. iteration 6696 found worse value: 363.597465495. iteration 6697 found worse value: 363.597465495. iteration 6698 found worse value: 363.597465495. iteration6698, perturbing to get out of local maxima iteration 6699 found worse value: 363.597465495. iteration 6700 found worse value: 363.597465495. iteration 6701 found worse value: 363.597465495. iteration 6702 found worse value: 363.597465495. iteration 6703 found worse value: 363.597465495. iteration6703, perturbing to get out of local maxima iteration 6704 found worse value: 363.597465495. iteration 6705 found worse value: 363.597465495. iteration 6706 found worse value: 363.597465495. iteration 6707 found worse value: 363.597465495. iteration 6708 found worse value: 363.597465495. iteration 6709 found worse value: 363.597465495. iteration 6710 found worse value: 363.597465495. iteration 6711 found worse value: 363.597465495. iteration 6712 found worse value: 363.597465495. iteration 6713 found worse value: 363.597465495. iteration 6714 found worse value: 363.597465495. iteration 6715 found worse value: 363.597465495. iteration 6716 found worse value: 363.597465495. iteration 6717 found worse value: 363.597465495. iteration 6718 found worse value: 363.597465495. iteration 6719 found worse value: 363.597465495. iteration 6720 found worse value: 363.597465495. iteration 6721 found worse value: 363.597465495. iteration 6722 found worse value: 363.597465495. iteration 6723 found worse value: 363.597465495. iteration 6724 found worse value: 363.597465495. iteration 6725 found worse value: 363.597465495. iteration6725, perturbing to get out of local maxima iteration 6726 found worse value: 363.597465495. iteration 6727 found worse value: 363.597465495. iteration 6728 found worse value: 363.597465495. iteration 6729 found worse value: 363.597465495. iteration 6730 found worse value: 363.597465495. iteration 6731 found worse value: 363.597465495. iteration 6732 found worse value: 363.597465495. iteration 6733 found worse value: 363.597465495. iteration 6734 found worse value: 363.597465495. iteration 6735 found worse value: 363.597465495. iteration 6736 found worse value: 363.597465495. iteration 6737 found worse value: 363.597465495. iteration6737, perturbing to get out of local maxima iteration 6738 found worse value: 363.597465495. iteration 6739 found worse value: 363.597465495. iteration 6740 found worse value: 363.597465495. iteration 6741 found worse value: 363.597465495. iteration6741, perturbing to get out of local maxima iteration 6742 found worse value: 363.597465495. iteration 6743 found worse value: 363.597465495. iteration6743, perturbing to get out of local maxima iteration 6744 found worse value: 363.597465495. iteration 6745 found worse value: 363.597465495. iteration 6746 found worse value: 363.597465495. iteration 6747 found worse value: 363.597465495. iteration 6748 found worse value: 363.597465495. iteration 6749 found worse value: 363.597465495. iteration 6750 found worse value: 363.597465495. iteration 6751 found worse value: 363.597465495. iteration 6752 found worse value: 363.597465495. iteration 6753 found worse value: 363.597465495. iteration 6754 found worse value: 363.597465495. iteration 6755 found worse value: 363.597465495. iteration 6756 found worse value: 363.597465495. iteration 6757 found worse value: 363.597465495. iteration 6758 found worse value: 363.597465495. iteration 6759 found worse value: 363.597465495. iteration 6760 found worse value: 363.597465495. iteration 6761 found worse value: 363.597465495. iteration 6762 found worse value: 363.597465495. iteration 6763 found worse value: 363.597465495. iteration 6764 found worse value: 363.597465495. iteration 6765 found worse value: 363.597465495. iteration 6766 found worse value: 363.597465495. iteration 6767 found worse value: 363.597465495. iteration6767, perturbing to get out of local maxima iteration 6768 found worse value: 363.597465495. iteration6768, perturbing to get out of local maxima iteration 6769 found worse value: 363.597465495. iteration 6770 found worse value: 363.597465495. iteration 6771 found worse value: 363.597465495. iteration 6772 found worse value: 363.597465495. iteration 6773 found worse value: 363.597465495. iteration 6774 found worse value: 363.597465495. iteration 6775 found worse value: 363.597465495. iteration 6776 found worse value: 363.597465495. iteration 6777 found worse value: 363.597465495. iteration 6778 found worse value: 363.597465495. iteration 6779 found worse value: 363.597465495. iteration 6780 found worse value: 363.597465495. iteration 6781 found worse value: 363.597465495. iteration 6782 found worse value: 363.597465495. iteration 6783 found worse value: 363.597465495. iteration 6784 found worse value: 363.597465495. iteration 6785 found worse value: 363.597465495. iteration 6786 found worse value: 363.597465495. iteration 6787 found worse value: 363.597465495. iteration6787, perturbing to get out of local maxima iteration 6788 found worse value: 363.597465495. iteration6788, perturbing to get out of local maxima iteration 6789 found worse value: 363.597465495. iteration 6790 found worse value: 363.597465495. iteration 6791 found worse value: 363.597465495. iteration 6792 found worse value: 363.597465495. iteration 6793 found worse value: 363.597465495. iteration 6794 found worse value: 363.597465495. iteration 6795 found worse value: 363.597465495. iteration 6796 found worse value: 363.597465495. iteration 6797 found worse value: 363.597465495. iteration 6798 found worse value: 363.597465495. iteration 6799 found worse value: 363.597465495. iteration 6800 found worse value: 363.597465495. iteration 6801 found worse value: 363.597465495. iteration 6802 found worse value: 363.597465495. iteration 6803 found worse value: 363.597465495. iteration 6804 found worse value: 363.597465495. iteration6804, perturbing to get out of local maxima iteration 6805 found worse value: 363.597465495. iteration 6806 found worse value: 363.597465495. iteration 6807 found worse value: 363.597465495. iteration 6808 found worse value: 363.597465495. iteration 6809 found worse value: 363.597465495. iteration 6810 found worse value: 363.597465495. iteration 6811 found worse value: 363.597465495. iteration6811, perturbing to get out of local maxima iteration 6812 found worse value: 363.597465495. iteration 6813 found worse value: 363.597465495. iteration 6814 found worse value: 363.597465495. iteration 6815 found worse value: 363.597465495. iteration 6816 found worse value: 363.597465495. iteration 6817 found worse value: 363.597465495. iteration 6818 found worse value: 363.597465495. iteration 6819 found worse value: 363.597465495. iteration6819, perturbing to get out of local maxima iteration 6820 found worse value: 363.597465495. iteration 6821 found worse value: 363.597465495. iteration 6822 found worse value: 363.597465495. iteration 6823 found worse value: 363.597465495. iteration 6824 found worse value: 363.597465495. iteration 6825 found worse value: 363.597465495. iteration 6826 found worse value: 363.597465495. iteration6826, perturbing to get out of local maxima iteration 6827 found worse value: 363.597465495. iteration 6828 found worse value: 363.597465495. iteration 6829 found worse value: 363.597465495. iteration 6830 found worse value: 363.597465495. iteration 6831 found worse value: 363.597465495. iteration6831, perturbing to get out of local maxima iteration 6832 found worse value: 363.597465495. iteration 6833 found worse value: 363.597465495. iteration 6834 found worse value: 363.597465495. iteration 6835 found worse value: 363.597465495. iteration 6836 found worse value: 363.597465495. iteration 6837 found worse value: 363.597465495. iteration 6838 found worse value: 363.597465495. iteration 6839 found worse value: 363.597465495. iteration 6840 found worse value: 363.597465495. iteration 6841 found worse value: 363.597465495. iteration 6842 found worse value: 363.597465495. iteration 6843 found worse value: 363.597465495. iteration 6844 found worse value: 363.597465495. iteration6844, perturbing to get out of local maxima iteration 6845 found worse value: 363.597465495. iteration 6846 found worse value: 363.597465495. iteration6846, perturbing to get out of local maxima iteration 6847 found worse value: 363.597465495. iteration 6848 found worse value: 363.597465495. iteration 6849 found worse value: 363.597465495. iteration 6850 found worse value: 363.597465495. iteration 6851 found worse value: 363.597465495. iteration 6852 found worse value: 363.597465495. iteration 6853 found worse value: 363.597465495. iteration 6854 found worse value: 363.597465495. iteration 6855 found worse value: 363.597465495. iteration 6856 found worse value: 363.597465495. iteration6856, perturbing to get out of local maxima iteration 6857 found worse value: 363.597465495. iteration6857, perturbing to get out of local maxima iteration 6858 found worse value: 363.597465495. iteration6858, perturbing to get out of local maxima iteration 6859 found worse value: 363.597465495. iteration 6860 found worse value: 363.597465495. iteration 6861 found worse value: 363.597465495. iteration 6862 found worse value: 363.597465495. iteration 6863 found worse value: 363.597465495. iteration 6864 found worse value: 363.597465495. iteration 6865 found worse value: 363.597465495. iteration 6866 found worse value: 363.597465495. iteration 6867 found worse value: 363.597465495. iteration 6868 found worse value: 363.597465495. iteration 6869 found worse value: 363.597465495. iteration 6870 found worse value: 363.597465495. iteration 6871 found worse value: 363.597465495. iteration 6872 found worse value: 363.597465495. iteration 6873 found worse value: 363.597465495. iteration 6874 found worse value: 363.597465495. iteration 6875 found worse value: 363.597465495. iteration 6876 found worse value: 363.597465495. iteration 6877 found worse value: 363.597465495. iteration 6878 found worse value: 363.597465495. iteration 6879 found worse value: 363.597465495. iteration 6880 found worse value: 363.597465495. iteration6880, perturbing to get out of local maxima iteration 6881 found worse value: 363.597465495. iteration 6882 found worse value: 363.597465495. iteration6882, perturbing to get out of local maxima iteration 6883 found worse value: 363.597465495. iteration 6884 found worse value: 363.597465495. iteration 6885 found worse value: 363.597465495. iteration 6886 found worse value: 363.597465495. iteration 6887 found worse value: 363.597465495. iteration 6888 found worse value: 363.597465495. iteration 6889 found worse value: 363.597465495. iteration 6890 found worse value: 363.597465495. iteration6890, perturbing to get out of local maxima iteration 6891 found worse value: 363.597465495. iteration 6892 found worse value: 363.597465495. iteration 6893 found worse value: 363.597465495. iteration 6894 found worse value: 363.597465495. iteration 6895 found worse value: 363.597465495. iteration 6896 found worse value: 363.597465495. iteration 6897 found worse value: 363.597465495. iteration 6898 found worse value: 363.597465495. iteration 6899 found worse value: 363.597465495. iteration 6900 found worse value: 363.597465495. iteration6900, perturbing to get out of local maxima iteration 6901 found worse value: 363.597465495. iteration 6902 found worse value: 363.597465495. iteration 6903 found worse value: 363.597465495. iteration 6904 found worse value: 363.597465495. iteration 6905 found worse value: 363.597465495. iteration 6906 found worse value: 363.597465495. iteration 6907 found worse value: 363.597465495. iteration6907, perturbing to get out of local maxima iteration 6908 found worse value: 363.597465495. iteration 6909 found worse value: 363.597465495. iteration 6910 found worse value: 363.597465495. iteration 6911 found worse value: 363.597465495. iteration 6912 found worse value: 363.597465495. iteration 6913 found worse value: 363.597465495. iteration 6914 found worse value: 363.597465495. iteration 6915 found worse value: 363.597465495. iteration 6916 found worse value: 363.597465495. iteration 6917 found worse value: 363.597465495. iteration 6918 found worse value: 363.597465495. iteration6918, perturbing to get out of local maxima iteration 6919 found worse value: 363.597465495. iteration 6920 found worse value: 363.597465495. iteration 6921 found worse value: 363.597465495. iteration 6922 found worse value: 363.597465495. iteration 6923 found worse value: 363.597465495. iteration 6924 found worse value: 363.597465495. iteration 6925 found worse value: 363.597465495. iteration 6926 found worse value: 363.597465495. iteration 6927 found worse value: 363.597465495. iteration 6928 found worse value: 363.597465495. iteration 6929 found worse value: 363.597465495. iteration 6930 found worse value: 363.597465495. iteration 6931 found worse value: 363.597465495. iteration 6932 found worse value: 363.597465495. iteration 6933 found worse value: 363.597465495. iteration 6934 found worse value: 363.597465495. iteration 6935 found worse value: 363.597465495. iteration 6936 found worse value: 363.597465495. iteration6936, perturbing to get out of local maxima iteration 6937 found worse value: 363.597465495. iteration 6938 found worse value: 363.597465495. iteration6938, perturbing to get out of local maxima iteration 6939 found worse value: 363.597465495. iteration 6940 found worse value: 363.597465495. iteration 6941 found worse value: 363.597465495. iteration 6942 found worse value: 363.597465495. iteration 6943 found worse value: 363.597465495. iteration 6944 found worse value: 363.597465495. iteration6944, perturbing to get out of local maxima iteration 6945 found worse value: 363.597465495. iteration 6946 found worse value: 363.597465495. iteration 6947 found worse value: 363.597465495. iteration 6948 found worse value: 363.597465495. iteration6948, perturbing to get out of local maxima iteration 6949 found worse value: 363.597465495. iteration 6950 found worse value: 363.597465495. iteration 6951 found worse value: 363.597465495. iteration6951, perturbing to get out of local maxima iteration 6952 found worse value: 363.597465495. iteration 6953 found worse value: 363.597465495. iteration 6954 found worse value: 363.597465495. iteration 6955 found worse value: 363.597465495. iteration 6956 found worse value: 363.597465495. iteration 6957 found worse value: 363.597465495. iteration 6958 found worse value: 363.597465495. iteration 6959 found worse value: 363.597465495. iteration 6960 found worse value: 363.597465495. iteration 6961 found worse value: 363.597465495. iteration6961, perturbing to get out of local maxima iteration 6962 found worse value: 363.597465495. iteration 6963 found worse value: 363.597465495. iteration 6964 found worse value: 363.597465495. iteration 6965 found worse value: 363.597465495. iteration 6966 found worse value: 363.597465495. iteration 6967 found worse value: 363.597465495. iteration 6968 found worse value: 363.597465495. iteration 6969 found worse value: 363.597465495. iteration 6970 found worse value: 363.597465495. iteration 6971 found worse value: 363.597465495. iteration 6972 found worse value: 363.597465495. iteration 6973 found worse value: 363.597465495. iteration 6974 found worse value: 363.597465495. iteration 6975 found worse value: 363.597465495. iteration 6976 found worse value: 363.597465495. iteration 6977 found worse value: 363.597465495. iteration 6978 found worse value: 363.597465495. iteration 6979 found worse value: 363.597465495. iteration 6980 found worse value: 363.597465495. iteration 6981 found worse value: 363.597465495. iteration 6982 found worse value: 363.597465495. iteration 6983 found worse value: 363.597465495. iteration 6984 found worse value: 363.597465495. iteration 6985 found worse value: 363.597465495. iteration 6986 found worse value: 363.597465495. iteration 6987 found worse value: 363.597465495. iteration 6988 found worse value: 363.597465495. iteration 6989 found worse value: 363.597465495. iteration 6990 found worse value: 363.597465495. iteration 6991 found worse value: 363.597465495. iteration 6992 found worse value: 363.597465495. iteration 6993 found worse value: 363.597465495. iteration 6994 found worse value: 363.597465495. iteration 6995 found worse value: 363.597465495. iteration 6996 found better value: 363.597639365 iteration 6997 found worse value: 363.597639365. iteration 6998 found worse value: 363.597639365. iteration 6999 found worse value: 363.597639365. iteration6999, perturbing to get out of local maxima iteration 7000 found worse value: 363.597639365. iteration 7001 found worse value: 363.597639365. iteration 7002 found worse value: 363.597639365. iteration 7003 found worse value: 363.597639365. iteration 7004 found worse value: 363.597639365. iteration7004, perturbing to get out of local maxima iteration 7005 found worse value: 363.597639365. iteration 7006 found worse value: 363.597639365. iteration 7007 found worse value: 363.597639365. iteration 7008 found worse value: 363.597639365. iteration 7009 found worse value: 363.597639365. iteration 7010 found worse value: 363.597639365. iteration 7011 found worse value: 363.597639365. iteration 7012 found worse value: 363.597639365. iteration 7013 found worse value: 363.597639365. iteration 7014 found worse value: 363.597639365. iteration 7015 found worse value: 363.597639365. iteration 7016 found worse value: 363.597639365. iteration 7017 found worse value: 363.597639365. iteration 7018 found worse value: 363.597639365. iteration 7019 found worse value: 363.597639365. iteration 7020 found worse value: 363.597639365. iteration 7021 found worse value: 363.597639365. iteration 7022 found worse value: 363.597639365. iteration 7023 found worse value: 363.597639365. iteration7023, perturbing to get out of local maxima iteration 7024 found worse value: 363.597639365. iteration 7025 found worse value: 363.597639365. iteration 7026 found worse value: 363.597639365. iteration 7027 found worse value: 363.597639365. iteration 7028 found worse value: 363.597639365. iteration 7029 found worse value: 363.597639365. iteration 7030 found worse value: 363.597639365. iteration 7031 found worse value: 363.597639365. iteration 7032 found worse value: 363.597639365. iteration 7033 found worse value: 363.597639365. iteration 7034 found better value: 363.59768236599996 iteration 7035 found worse value: 363.59768236599996. iteration 7036 found worse value: 363.59768236599996. iteration 7037 found worse value: 363.59768236599996. iteration 7038 found worse value: 363.59768236599996. iteration7038, perturbing to get out of local maxima iteration 7039 found worse value: 363.59768236599996. iteration 7040 found worse value: 363.59768236599996. iteration 7041 found worse value: 363.59768236599996. iteration 7042 found worse value: 363.59768236599996. iteration 7043 found worse value: 363.59768236599996. iteration 7044 found worse value: 363.59768236599996. iteration 7045 found worse value: 363.59768236599996. iteration 7046 found worse value: 363.59768236599996. iteration 7047 found worse value: 363.59768236599996. iteration 7048 found worse value: 363.59768236599996. iteration 7049 found worse value: 363.59768236599996. iteration 7050 found worse value: 363.59768236599996. iteration7050, perturbing to get out of local maxima iteration 7051 found worse value: 363.59768236599996. iteration7051, perturbing to get out of local maxima iteration 7052 found worse value: 363.59768236599996. iteration7052, perturbing to get out of local maxima iteration 7053 found worse value: 363.59768236599996. iteration 7054 found worse value: 363.59768236599996. iteration 7055 found worse value: 363.59768236599996. iteration 7056 found worse value: 363.59768236599996. iteration 7057 found worse value: 363.59768236599996. iteration 7058 found worse value: 363.59768236599996. iteration 7059 found worse value: 363.59768236599996. iteration 7060 found worse value: 363.59768236599996. iteration 7061 found worse value: 363.59768236599996. iteration 7062 found worse value: 363.59768236599996. iteration 7063 found worse value: 363.59768236599996. iteration7063, perturbing to get out of local maxima iteration 7064 found worse value: 363.59768236599996. iteration 7065 found worse value: 363.59768236599996. iteration 7066 found worse value: 363.59768236599996. iteration 7067 found worse value: 363.59768236599996. iteration 7068 found worse value: 363.59768236599996. iteration 7069 found worse value: 363.59768236599996. iteration7069, perturbing to get out of local maxima iteration 7070 found worse value: 363.59768236599996. iteration 7071 found worse value: 363.59768236599996. iteration 7072 found worse value: 363.59768236599996. iteration 7073 found worse value: 363.59768236599996. iteration 7074 found worse value: 363.59768236599996. iteration 7075 found worse value: 363.59768236599996. iteration7075, perturbing to get out of local maxima iteration 7076 found worse value: 363.59768236599996. iteration 7077 found worse value: 363.59768236599996. iteration 7078 found worse value: 363.59768236599996. iteration 7079 found worse value: 363.59768236599996. iteration 7080 found worse value: 363.59768236599996. iteration 7081 found worse value: 363.59768236599996. iteration 7082 found worse value: 363.59768236599996. iteration 7083 found worse value: 363.59768236599996. iteration 7084 found worse value: 363.59768236599996. iteration 7085 found worse value: 363.59768236599996. iteration 7086 found worse value: 363.59768236599996. iteration 7087 found worse value: 363.59768236599996. iteration 7088 found worse value: 363.59768236599996. iteration 7089 found worse value: 363.59768236599996. iteration 7090 found worse value: 363.59768236599996. iteration7090, perturbing to get out of local maxima iteration 7091 found worse value: 363.59768236599996. iteration 7092 found worse value: 363.59768236599996. iteration 7093 found worse value: 363.59768236599996. iteration 7094 found worse value: 363.59768236599996. iteration 7095 found worse value: 363.59768236599996. iteration 7096 found worse value: 363.59768236599996. iteration 7097 found worse value: 363.59768236599996. iteration 7098 found worse value: 363.59768236599996. iteration 7099 found worse value: 363.59768236599996. iteration 7100 found worse value: 363.59768236599996. iteration 7101 found worse value: 363.59768236599996. iteration 7102 found worse value: 363.59768236599996. iteration 7103 found worse value: 363.59768236599996. iteration 7104 found worse value: 363.59768236599996. iteration7104, perturbing to get out of local maxima iteration 7105 found worse value: 363.59768236599996. iteration 7106 found worse value: 363.59768236599996. iteration 7107 found worse value: 363.59768236599996. iteration 7108 found worse value: 363.59768236599996. iteration 7109 found worse value: 363.59768236599996. iteration 7110 found worse value: 363.59768236599996. iteration 7111 found worse value: 363.59768236599996. iteration 7112 found worse value: 363.59768236599996. iteration 7113 found worse value: 363.59768236599996. iteration 7114 found worse value: 363.59768236599996. iteration 7115 found worse value: 363.59768236599996. iteration 7116 found worse value: 363.59768236599996. iteration 7117 found worse value: 363.59768236599996. iteration 7118 found worse value: 363.59768236599996. iteration 7119 found worse value: 363.59768236599996. iteration 7120 found worse value: 363.59768236599996. iteration 7121 found worse value: 363.59768236599996. iteration 7122 found worse value: 363.59768236599996. iteration 7123 found worse value: 363.59768236599996. iteration 7124 found worse value: 363.59768236599996. iteration 7125 found worse value: 363.59768236599996. iteration7125, perturbing to get out of local maxima iteration 7126 found worse value: 363.59768236599996. iteration7126, perturbing to get out of local maxima iteration 7127 found worse value: 363.59768236599996. iteration 7128 found worse value: 363.59768236599996. iteration 7129 found worse value: 363.59768236599996. iteration 7130 found worse value: 363.59768236599996. iteration 7131 found worse value: 363.59768236599996. iteration 7132 found worse value: 363.59768236599996. iteration 7133 found worse value: 363.59768236599996. iteration 7134 found worse value: 363.59768236599996. iteration 7135 found worse value: 363.59768236599996. iteration 7136 found worse value: 363.59768236599996. iteration 7137 found worse value: 363.59768236599996. iteration 7138 found worse value: 363.59768236599996. iteration 7139 found worse value: 363.59768236599996. iteration7139, perturbing to get out of local maxima iteration 7140 found worse value: 363.59768236599996. iteration 7141 found worse value: 363.59768236599996. iteration 7142 found worse value: 363.59768236599996. iteration7142, perturbing to get out of local maxima iteration 7143 found worse value: 363.59768236599996. iteration 7144 found worse value: 363.59768236599996. iteration 7145 found worse value: 363.59768236599996. iteration 7146 found worse value: 363.59768236599996. iteration7146, perturbing to get out of local maxima iteration 7147 found worse value: 363.59768236599996. iteration 7148 found worse value: 363.59768236599996. iteration 7149 found worse value: 363.59768236599996. iteration 7150 found worse value: 363.59768236599996. iteration 7151 found worse value: 363.59768236599996. iteration 7152 found worse value: 363.59768236599996. iteration 7153 found worse value: 363.59768236599996. iteration 7154 found worse value: 363.59768236599996. iteration 7155 found worse value: 363.59768236599996. iteration7155, perturbing to get out of local maxima iteration 7156 found worse value: 363.59768236599996. iteration 7157 found worse value: 363.59768236599996. iteration 7158 found worse value: 363.59768236599996. iteration 7159 found worse value: 363.59768236599996. iteration 7160 found worse value: 363.59768236599996. iteration 7161 found worse value: 363.59768236599996. iteration 7162 found worse value: 363.59768236599996. iteration 7163 found worse value: 363.59768236599996. iteration 7164 found worse value: 363.59768236599996. iteration 7165 found worse value: 363.59768236599996. iteration7165, perturbing to get out of local maxima iteration 7166 found worse value: 363.59768236599996. iteration 7167 found worse value: 363.59768236599996. iteration 7168 found worse value: 363.59768236599996. iteration7168, perturbing to get out of local maxima iteration 7169 found worse value: 363.59768236599996. iteration 7170 found worse value: 363.59768236599996. iteration 7171 found worse value: 363.59768236599996. iteration 7172 found worse value: 363.59768236599996. iteration 7173 found worse value: 363.59768236599996. iteration7173, perturbing to get out of local maxima iteration 7174 found worse value: 363.59768236599996. iteration 7175 found worse value: 363.59768236599996. iteration 7176 found worse value: 363.59768236599996. iteration 7177 found worse value: 363.59768236599996. iteration 7178 found worse value: 363.59768236599996. iteration 7179 found worse value: 363.59768236599996. iteration 7180 found worse value: 363.59768236599996. iteration 7181 found worse value: 363.59768236599996. iteration 7182 found worse value: 363.59768236599996. iteration 7183 found worse value: 363.59768236599996. iteration 7184 found worse value: 363.59768236599996. iteration 7185 found worse value: 363.59768236599996. iteration 7186 found worse value: 363.59768236599996. iteration7186, perturbing to get out of local maxima iteration 7187 found worse value: 363.59768236599996. iteration 7188 found worse value: 363.59768236599996. iteration 7189 found worse value: 363.59768236599996. iteration 7190 found worse value: 363.59768236599996. iteration 7191 found worse value: 363.59768236599996. iteration 7192 found worse value: 363.59768236599996. iteration 7193 found worse value: 363.59768236599996. iteration 7194 found worse value: 363.59768236599996. iteration 7195 found worse value: 363.59768236599996. iteration 7196 found worse value: 363.59768236599996. iteration 7197 found worse value: 363.59768236599996. iteration7197, perturbing to get out of local maxima iteration 7198 found worse value: 363.59768236599996. iteration 7199 found worse value: 363.59768236599996. iteration 7200 found worse value: 363.59768236599996. iteration 7201 found worse value: 363.59768236599996. iteration 7202 found worse value: 363.59768236599996. iteration 7203 found worse value: 363.59768236599996. iteration 7204 found worse value: 363.59768236599996. iteration 7205 found worse value: 363.59768236599996. iteration 7206 found worse value: 363.59768236599996. iteration7206, perturbing to get out of local maxima iteration 7207 found worse value: 363.59768236599996. iteration 7208 found worse value: 363.59768236599996. iteration 7209 found worse value: 363.59768236599996. iteration 7210 found worse value: 363.59768236599996. iteration 7211 found worse value: 363.59768236599996. iteration 7212 found worse value: 363.59768236599996. iteration 7213 found worse value: 363.59768236599996. iteration 7214 found worse value: 363.59768236599996. iteration 7215 found worse value: 363.59768236599996. iteration 7216 found worse value: 363.59768236599996. iteration 7217 found worse value: 363.59768236599996. iteration 7218 found worse value: 363.59768236599996. iteration 7219 found worse value: 363.59768236599996. iteration 7220 found worse value: 363.59768236599996. iteration 7221 found worse value: 363.59768236599996. iteration 7222 found worse value: 363.59768236599996. iteration 7223 found worse value: 363.59768236599996. iteration 7224 found worse value: 363.59768236599996. iteration 7225 found worse value: 363.59768236599996. iteration7225, perturbing to get out of local maxima iteration 7226 found worse value: 363.59768236599996. iteration 7227 found worse value: 363.59768236599996. iteration7227, perturbing to get out of local maxima iteration 7228 found worse value: 363.59768236599996. iteration 7229 found worse value: 363.59768236599996. iteration 7230 found worse value: 363.59768236599996. iteration 7231 found worse value: 363.59768236599996. iteration7231, perturbing to get out of local maxima iteration 7232 found worse value: 363.59768236599996. iteration7232, perturbing to get out of local maxima iteration 7233 found worse value: 363.59768236599996. iteration7233, perturbing to get out of local maxima iteration 7234 found worse value: 363.59768236599996. iteration 7235 found worse value: 363.59768236599996. iteration 7236 found worse value: 363.59768236599996. iteration 7237 found worse value: 363.59768236599996. iteration 7238 found worse value: 363.59768236599996. iteration 7239 found worse value: 363.59768236599996. iteration 7240 found worse value: 363.59768236599996. iteration 7241 found worse value: 363.59768236599996. iteration 7242 found worse value: 363.59768236599996. iteration 7243 found worse value: 363.59768236599996. iteration 7244 found worse value: 363.59768236599996. iteration7244, perturbing to get out of local maxima iteration 7245 found worse value: 363.59768236599996. iteration 7246 found worse value: 363.59768236599996. iteration 7247 found worse value: 363.59768236599996. iteration 7248 found worse value: 363.59768236599996. iteration 7249 found worse value: 363.59768236599996. iteration 7250 found worse value: 363.59768236599996. iteration 7251 found worse value: 363.59768236599996. iteration 7252 found worse value: 363.59768236599996. iteration 7253 found worse value: 363.59768236599996. iteration 7254 found worse value: 363.59768236599996. iteration7254, perturbing to get out of local maxima iteration 7255 found worse value: 363.59768236599996. iteration 7256 found worse value: 363.59768236599996. iteration7256, perturbing to get out of local maxima iteration 7257 found worse value: 363.59768236599996. iteration 7258 found worse value: 363.59768236599996. iteration 7259 found worse value: 363.59768236599996. iteration 7260 found worse value: 363.59768236599996. iteration 7261 found worse value: 363.59768236599996. iteration 7262 found worse value: 363.59768236599996. iteration 7263 found worse value: 363.59768236599996. iteration 7264 found worse value: 363.59768236599996. iteration 7265 found worse value: 363.59768236599996. iteration 7266 found worse value: 363.59768236599996. iteration 7267 found worse value: 363.59768236599996. iteration 7268 found worse value: 363.59768236599996. iteration 7269 found worse value: 363.59768236599996. iteration 7270 found worse value: 363.59768236599996. iteration 7271 found worse value: 363.59768236599996. iteration 7272 found worse value: 363.59768236599996. iteration 7273 found worse value: 363.59768236599996. iteration7273, perturbing to get out of local maxima iteration 7274 found worse value: 363.59768236599996. iteration 7275 found worse value: 363.59768236599996. iteration 7276 found worse value: 363.59768236599996. iteration 7277 found worse value: 363.59768236599996. iteration 7278 found worse value: 363.59768236599996. iteration 7279 found worse value: 363.59768236599996. iteration 7280 found worse value: 363.59768236599996. iteration 7281 found worse value: 363.59768236599996. iteration 7282 found worse value: 363.59768236599996. iteration 7283 found worse value: 363.59768236599996. iteration 7284 found worse value: 363.59768236599996. iteration 7285 found worse value: 363.59768236599996. iteration 7286 found worse value: 363.59768236599996. iteration7286, perturbing to get out of local maxima iteration 7287 found worse value: 363.59768236599996. iteration 7288 found worse value: 363.59768236599996. iteration 7289 found worse value: 363.59768236599996. iteration 7290 found worse value: 363.59768236599996. iteration 7291 found worse value: 363.59768236599996. iteration7291, perturbing to get out of local maxima iteration 7292 found worse value: 363.59768236599996. iteration 7293 found worse value: 363.59768236599996. iteration 7294 found worse value: 363.59768236599996. iteration 7295 found worse value: 363.59768236599996. iteration7295, perturbing to get out of local maxima iteration 7296 found worse value: 363.59768236599996. iteration 7297 found worse value: 363.59768236599996. iteration 7298 found worse value: 363.59768236599996. iteration 7299 found worse value: 363.59768236599996. iteration 7300 found worse value: 363.59768236599996. iteration7300, perturbing to get out of local maxima iteration 7301 found worse value: 363.59768236599996. iteration 7302 found worse value: 363.59768236599996. iteration 7303 found worse value: 363.59768236599996. iteration 7304 found worse value: 363.59768236599996. iteration 7305 found worse value: 363.59768236599996. iteration 7306 found worse value: 363.59768236599996. iteration 7307 found worse value: 363.59768236599996. iteration 7308 found worse value: 363.59768236599996. iteration7308, perturbing to get out of local maxima iteration 7309 found worse value: 363.59768236599996. iteration 7310 found worse value: 363.59768236599996. iteration 7311 found worse value: 363.59768236599996. iteration7311, perturbing to get out of local maxima iteration 7312 found worse value: 363.59768236599996. iteration 7313 found worse value: 363.59768236599996. iteration 7314 found worse value: 363.59768236599996. iteration 7315 found worse value: 363.59768236599996. iteration 7316 found worse value: 363.59768236599996. iteration 7317 found worse value: 363.59768236599996. iteration 7318 found worse value: 363.59768236599996. iteration 7319 found worse value: 363.59768236599996. iteration 7320 found worse value: 363.59768236599996. iteration7320, perturbing to get out of local maxima iteration 7321 found worse value: 363.59768236599996. iteration 7322 found worse value: 363.59768236599996. iteration 7323 found worse value: 363.59768236599996. iteration 7324 found worse value: 363.59768236599996. iteration 7325 found worse value: 363.59768236599996. iteration 7326 found worse value: 363.59768236599996. iteration 7327 found worse value: 363.59768236599996. iteration 7328 found worse value: 363.59768236599996. iteration 7329 found worse value: 363.59768236599996. iteration7329, perturbing to get out of local maxima iteration 7330 found worse value: 363.59768236599996. iteration 7331 found worse value: 363.59768236599996. iteration 7332 found worse value: 363.59768236599996. iteration 7333 found worse value: 363.59768236599996. iteration 7334 found worse value: 363.59768236599996. iteration 7335 found worse value: 363.59768236599996. iteration 7336 found worse value: 363.59768236599996. iteration 7337 found worse value: 363.59768236599996. iteration 7338 found worse value: 363.59768236599996. iteration 7339 found worse value: 363.59768236599996. iteration 7340 found worse value: 363.59768236599996. iteration7340, perturbing to get out of local maxima iteration 7341 found worse value: 363.59768236599996. iteration 7342 found worse value: 363.59768236599996. iteration 7343 found worse value: 363.59768236599996. iteration 7344 found worse value: 363.59768236599996. iteration 7345 found worse value: 363.59768236599996. iteration 7346 found worse value: 363.59768236599996. iteration 7347 found worse value: 363.59768236599996. iteration 7348 found worse value: 363.59768236599996. iteration 7349 found worse value: 363.59768236599996. iteration 7350 found worse value: 363.59768236599996. iteration 7351 found worse value: 363.59768236599996. iteration 7352 found worse value: 363.59768236599996. iteration 7353 found worse value: 363.59768236599996. iteration 7354 found worse value: 363.59768236599996. iteration 7355 found worse value: 363.59768236599996. iteration7355, perturbing to get out of local maxima iteration 7356 found worse value: 363.59768236599996. iteration 7357 found worse value: 363.59768236599996. iteration 7358 found worse value: 363.59768236599996. iteration 7359 found worse value: 363.59768236599996. iteration 7360 found worse value: 363.59768236599996. iteration7360, perturbing to get out of local maxima iteration 7361 found worse value: 363.59768236599996. iteration 7362 found worse value: 363.59768236599996. iteration 7363 found worse value: 363.59768236599996. iteration7363, perturbing to get out of local maxima iteration 7364 found worse value: 363.59768236599996. iteration 7365 found worse value: 363.59768236599996. iteration7365, perturbing to get out of local maxima iteration 7366 found worse value: 363.59768236599996. iteration 7367 found worse value: 363.59768236599996. iteration 7368 found worse value: 363.59768236599996. iteration 7369 found worse value: 363.59768236599996. iteration7369, perturbing to get out of local maxima iteration 7370 found worse value: 363.59768236599996. iteration 7371 found worse value: 363.59768236599996. iteration 7372 found worse value: 363.59768236599996. iteration 7373 found worse value: 363.59768236599996. iteration 7374 found worse value: 363.59768236599996. iteration 7375 found worse value: 363.59768236599996. iteration 7376 found worse value: 363.59768236599996. iteration 7377 found worse value: 363.59768236599996. iteration 7378 found worse value: 363.59768236599996. iteration 7379 found worse value: 363.59768236599996. iteration 7380 found worse value: 363.59768236599996. iteration 7381 found worse value: 363.59768236599996. iteration 7382 found worse value: 363.59768236599996. iteration7382, perturbing to get out of local maxima iteration 7383 found worse value: 363.59768236599996. iteration 7384 found worse value: 363.59768236599996. iteration 7385 found worse value: 363.59768236599996. iteration 7386 found worse value: 363.59768236599996. iteration 7387 found worse value: 363.59768236599996. iteration 7388 found worse value: 363.59768236599996. iteration 7389 found worse value: 363.59768236599996. iteration 7390 found worse value: 363.59768236599996. iteration 7391 found worse value: 363.59768236599996. iteration 7392 found worse value: 363.59768236599996. iteration7392, perturbing to get out of local maxima iteration 7393 found worse value: 363.59768236599996. iteration 7394 found worse value: 363.59768236599996. iteration 7395 found worse value: 363.59768236599996. iteration 7396 found worse value: 363.59768236599996. iteration 7397 found worse value: 363.59768236599996. iteration 7398 found worse value: 363.59768236599996. iteration 7399 found worse value: 363.59768236599996. iteration 7400 found worse value: 363.59768236599996. iteration 7401 found worse value: 363.59768236599996. iteration 7402 found worse value: 363.59768236599996. iteration 7403 found worse value: 363.59768236599996. iteration 7404 found worse value: 363.59768236599996. iteration 7405 found worse value: 363.59768236599996. iteration7405, perturbing to get out of local maxima iteration 7406 found worse value: 363.59768236599996. iteration 7407 found worse value: 363.59768236599996. iteration 7408 found worse value: 363.59768236599996. iteration 7409 found worse value: 363.59768236599996. iteration 7410 found worse value: 363.59768236599996. iteration 7411 found worse value: 363.59768236599996. iteration 7412 found worse value: 363.59768236599996. iteration 7413 found worse value: 363.59768236599996. iteration 7414 found worse value: 363.59768236599996. iteration 7415 found worse value: 363.59768236599996. iteration 7416 found worse value: 363.59768236599996. iteration 7417 found worse value: 363.59768236599996. iteration 7418 found worse value: 363.59768236599996. iteration7418, perturbing to get out of local maxima iteration 7419 found worse value: 363.59768236599996. iteration 7420 found worse value: 363.59768236599996. iteration 7421 found worse value: 363.59768236599996. iteration 7422 found worse value: 363.59768236599996. iteration 7423 found worse value: 363.59768236599996. iteration 7424 found worse value: 363.59768236599996. iteration 7425 found worse value: 363.59768236599996. iteration 7426 found worse value: 363.59768236599996. iteration 7427 found worse value: 363.59768236599996. iteration 7428 found worse value: 363.59768236599996. iteration 7429 found worse value: 363.59768236599996. iteration 7430 found worse value: 363.59768236599996. iteration 7431 found worse value: 363.59768236599996. iteration 7432 found worse value: 363.59768236599996. iteration 7433 found worse value: 363.59768236599996. iteration 7434 found worse value: 363.59768236599996. iteration 7435 found worse value: 363.59768236599996. iteration 7436 found worse value: 363.59768236599996. iteration 7437 found worse value: 363.59768236599996. iteration 7438 found worse value: 363.59768236599996. iteration 7439 found worse value: 363.59768236599996. iteration 7440 found worse value: 363.59768236599996. iteration 7441 found worse value: 363.59768236599996. iteration 7442 found worse value: 363.59768236599996. iteration 7443 found worse value: 363.59768236599996. iteration 7444 found worse value: 363.59768236599996. iteration 7445 found worse value: 363.59768236599996. iteration 7446 found worse value: 363.59768236599996. iteration 7447 found worse value: 363.59768236599996. iteration 7448 found worse value: 363.59768236599996. iteration 7449 found worse value: 363.59768236599996. iteration 7450 found worse value: 363.59768236599996. iteration 7451 found worse value: 363.59768236599996. iteration 7452 found worse value: 363.59768236599996. iteration7452, perturbing to get out of local maxima iteration 7453 found worse value: 363.59768236599996. iteration 7454 found worse value: 363.59768236599996. iteration 7455 found worse value: 363.59768236599996. iteration 7456 found worse value: 363.59768236599996. iteration 7457 found worse value: 363.59768236599996. iteration 7458 found worse value: 363.59768236599996. iteration 7459 found worse value: 363.59768236599996. iteration 7460 found worse value: 363.59768236599996. iteration7460, perturbing to get out of local maxima iteration 7461 found worse value: 363.59768236599996. iteration 7462 found worse value: 363.59768236599996. iteration 7463 found worse value: 363.59768236599996. iteration 7464 found worse value: 363.59768236599996. iteration 7465 found worse value: 363.59768236599996. iteration 7466 found worse value: 363.59768236599996. iteration 7467 found worse value: 363.59768236599996. iteration 7468 found worse value: 363.59768236599996. iteration 7469 found worse value: 363.59768236599996. iteration 7470 found worse value: 363.59768236599996. iteration 7471 found worse value: 363.59768236599996. iteration 7472 found worse value: 363.59768236599996. iteration 7473 found worse value: 363.59768236599996. iteration 7474 found worse value: 363.59768236599996. iteration 7475 found worse value: 363.59768236599996. iteration 7476 found worse value: 363.59768236599996. iteration 7477 found worse value: 363.59768236599996. iteration 7478 found worse value: 363.59768236599996. iteration 7479 found worse value: 363.59768236599996. iteration 7480 found worse value: 363.59768236599996. iteration 7481 found worse value: 363.59768236599996. iteration 7482 found worse value: 363.59768236599996. iteration 7483 found worse value: 363.59768236599996. iteration 7484 found worse value: 363.59768236599996. iteration 7485 found worse value: 363.59768236599996. iteration 7486 found worse value: 363.59768236599996. iteration 7487 found worse value: 363.59768236599996. iteration 7488 found worse value: 363.59768236599996. iteration 7489 found worse value: 363.59768236599996. iteration 7490 found worse value: 363.59768236599996. iteration 7491 found worse value: 363.59768236599996. iteration7491, perturbing to get out of local maxima iteration 7492 found worse value: 363.59768236599996. iteration 7493 found worse value: 363.59768236599996. iteration 7494 found worse value: 363.59768236599996. iteration 7495 found worse value: 363.59768236599996. iteration 7496 found worse value: 363.59768236599996. iteration 7497 found worse value: 363.59768236599996. iteration 7498 found worse value: 363.59768236599996. iteration 7499 found worse value: 363.59768236599996. iteration 7500 found worse value: 363.59768236599996. iteration 7501 found worse value: 363.59768236599996. iteration 7502 found worse value: 363.59768236599996. iteration 7503 found worse value: 363.59768236599996. iteration 7504 found worse value: 363.59768236599996. iteration 7505 found worse value: 363.59768236599996. iteration 7506 found worse value: 363.59768236599996. iteration 7507 found worse value: 363.59768236599996. iteration 7508 found worse value: 363.59768236599996. iteration7508, perturbing to get out of local maxima iteration 7509 found worse value: 363.59768236599996. iteration 7510 found worse value: 363.59768236599996. iteration 7511 found worse value: 363.59768236599996. iteration 7512 found worse value: 363.59768236599996. iteration 7513 found worse value: 363.59768236599996. iteration 7514 found worse value: 363.59768236599996. iteration 7515 found worse value: 363.59768236599996. iteration 7516 found worse value: 363.59768236599996. iteration 7517 found worse value: 363.59768236599996. iteration 7518 found worse value: 363.59768236599996. iteration 7519 found worse value: 363.59768236599996. iteration 7520 found worse value: 363.59768236599996. iteration 7521 found worse value: 363.59768236599996. iteration 7522 found worse value: 363.59768236599996. iteration 7523 found worse value: 363.59768236599996. iteration 7524 found worse value: 363.59768236599996. iteration 7525 found worse value: 363.59768236599996. iteration 7526 found worse value: 363.59768236599996. iteration 7527 found worse value: 363.59768236599996. iteration 7528 found worse value: 363.59768236599996. iteration 7529 found worse value: 363.59768236599996. iteration 7530 found worse value: 363.59768236599996. iteration 7531 found worse value: 363.59768236599996. iteration 7532 found worse value: 363.59768236599996. iteration 7533 found worse value: 363.59768236599996. iteration 7534 found worse value: 363.59768236599996. iteration 7535 found worse value: 363.59768236599996. iteration 7536 found worse value: 363.59768236599996. iteration 7537 found worse value: 363.59768236599996. iteration 7538 found worse value: 363.59768236599996. iteration 7539 found worse value: 363.59768236599996. iteration 7540 found worse value: 363.59768236599996. iteration 7541 found worse value: 363.59768236599996. iteration 7542 found worse value: 363.59768236599996. iteration 7543 found worse value: 363.59768236599996. iteration 7544 found worse value: 363.59768236599996. iteration 7545 found worse value: 363.59768236599996. iteration 7546 found worse value: 363.59768236599996. iteration 7547 found worse value: 363.59768236599996. iteration 7548 found worse value: 363.59768236599996. iteration 7549 found worse value: 363.59768236599996. iteration 7550 found worse value: 363.59768236599996. iteration 7551 found worse value: 363.59768236599996. iteration 7552 found worse value: 363.59768236599996. iteration7552, perturbing to get out of local maxima iteration 7553 found worse value: 363.59768236599996. iteration 7554 found worse value: 363.59768236599996. iteration 7555 found worse value: 363.59768236599996. iteration 7556 found worse value: 363.59768236599996. iteration 7557 found worse value: 363.59768236599996. iteration7557, perturbing to get out of local maxima iteration 7558 found worse value: 363.59768236599996. iteration 7559 found worse value: 363.59768236599996. iteration 7560 found worse value: 363.59768236599996. iteration 7561 found worse value: 363.59768236599996. iteration 7562 found worse value: 363.59768236599996. iteration 7563 found worse value: 363.59768236599996. iteration 7564 found worse value: 363.59768236599996. iteration 7565 found worse value: 363.59768236599996. iteration 7566 found worse value: 363.59768236599996. iteration 7567 found worse value: 363.59768236599996. iteration 7568 found worse value: 363.59768236599996. iteration 7569 found worse value: 363.59768236599996. iteration 7570 found worse value: 363.59768236599996. iteration 7571 found worse value: 363.59768236599996. iteration 7572 found worse value: 363.59768236599996. iteration 7573 found worse value: 363.59768236599996. iteration7573, perturbing to get out of local maxima iteration 7574 found worse value: 363.59768236599996. iteration 7575 found worse value: 363.59768236599996. iteration 7576 found worse value: 363.59768236599996. iteration7576, perturbing to get out of local maxima iteration 7577 found worse value: 363.59768236599996. iteration 7578 found worse value: 363.59768236599996. iteration 7579 found worse value: 363.59768236599996. iteration7579, perturbing to get out of local maxima iteration 7580 found worse value: 363.59768236599996. iteration 7581 found worse value: 363.59768236599996. iteration 7582 found worse value: 363.59768236599996. iteration 7583 found worse value: 363.59768236599996. iteration 7584 found worse value: 363.59768236599996. iteration 7585 found worse value: 363.59768236599996. iteration 7586 found worse value: 363.59768236599996. iteration 7587 found worse value: 363.59768236599996. iteration 7588 found worse value: 363.59768236599996. iteration 7589 found worse value: 363.59768236599996. iteration 7590 found worse value: 363.59768236599996. iteration 7591 found worse value: 363.59768236599996. iteration 7592 found worse value: 363.59768236599996. iteration 7593 found worse value: 363.59768236599996. iteration7593, perturbing to get out of local maxima iteration 7594 found worse value: 363.59768236599996. iteration 7595 found worse value: 363.59768236599996. iteration 7596 found worse value: 363.59768236599996. iteration7596, perturbing to get out of local maxima iteration 7597 found worse value: 363.59768236599996. iteration 7598 found worse value: 363.59768236599996. iteration7598, perturbing to get out of local maxima iteration 7599 found worse value: 363.59768236599996. iteration 7600 found worse value: 363.59768236599996. iteration 7601 found worse value: 363.59768236599996. iteration 7602 found worse value: 363.59768236599996. iteration 7603 found worse value: 363.59768236599996. iteration 7604 found worse value: 363.59768236599996. iteration 7605 found worse value: 363.59768236599996. iteration 7606 found worse value: 363.59768236599996. iteration 7607 found worse value: 363.59768236599996. iteration 7608 found worse value: 363.59768236599996. iteration 7609 found worse value: 363.59768236599996. iteration 7610 found worse value: 363.59768236599996. iteration 7611 found worse value: 363.59768236599996. iteration 7612 found worse value: 363.59768236599996. iteration 7613 found worse value: 363.59768236599996. iteration 7614 found worse value: 363.59768236599996. iteration 7615 found worse value: 363.59768236599996. iteration 7616 found worse value: 363.59768236599996. iteration7616, perturbing to get out of local maxima iteration 7617 found worse value: 363.59768236599996. iteration 7618 found worse value: 363.59768236599996. iteration 7619 found worse value: 363.59768236599996. iteration7619, perturbing to get out of local maxima iteration 7620 found worse value: 363.59768236599996. iteration 7621 found worse value: 363.59768236599996. iteration 7622 found worse value: 363.59768236599996. iteration 7623 found worse value: 363.59768236599996. iteration 7624 found worse value: 363.59768236599996. iteration 7625 found worse value: 363.59768236599996. iteration 7626 found worse value: 363.59768236599996. iteration 7627 found worse value: 363.59768236599996. iteration 7628 found worse value: 363.59768236599996. iteration 7629 found worse value: 363.59768236599996. iteration 7630 found worse value: 363.59768236599996. iteration 7631 found worse value: 363.59768236599996. iteration 7632 found worse value: 363.59768236599996. iteration 7633 found worse value: 363.59768236599996. iteration 7634 found worse value: 363.59768236599996. iteration 7635 found worse value: 363.59768236599996. iteration 7636 found worse value: 363.59768236599996. iteration 7637 found worse value: 363.59768236599996. iteration 7638 found worse value: 363.59768236599996. iteration 7639 found worse value: 363.59768236599996. iteration 7640 found worse value: 363.59768236599996. iteration 7641 found worse value: 363.59768236599996. iteration 7642 found worse value: 363.59768236599996. iteration 7643 found worse value: 363.59768236599996. iteration 7644 found worse value: 363.59768236599996. iteration 7645 found worse value: 363.59768236599996. iteration 7646 found worse value: 363.59768236599996. iteration 7647 found worse value: 363.59768236599996. iteration 7648 found worse value: 363.59768236599996. iteration 7649 found worse value: 363.59768236599996. iteration 7650 found worse value: 363.59768236599996. iteration 7651 found worse value: 363.59768236599996. iteration7651, perturbing to get out of local maxima iteration 7652 found worse value: 363.59768236599996. iteration 7653 found worse value: 363.59768236599996. iteration7653, perturbing to get out of local maxima iteration 7654 found worse value: 363.59768236599996. iteration7654, perturbing to get out of local maxima iteration 7655 found worse value: 363.59768236599996. iteration 7656 found worse value: 363.59768236599996. iteration 7657 found worse value: 363.59768236599996. iteration7657, perturbing to get out of local maxima iteration 7658 found worse value: 363.59768236599996. iteration 7659 found worse value: 363.59768236599996. iteration 7660 found worse value: 363.59768236599996. iteration 7661 found worse value: 363.59768236599996. iteration 7662 found worse value: 363.59768236599996. iteration 7663 found worse value: 363.59768236599996. iteration 7664 found worse value: 363.59768236599996. iteration 7665 found worse value: 363.59768236599996. iteration7665, perturbing to get out of local maxima iteration 7666 found worse value: 363.59768236599996. iteration7666, perturbing to get out of local maxima iteration 7667 found worse value: 363.59768236599996. iteration 7668 found worse value: 363.59768236599996. iteration 7669 found worse value: 363.59768236599996. iteration 7670 found worse value: 363.59768236599996. iteration 7671 found worse value: 363.59768236599996. iteration7671, perturbing to get out of local maxima iteration 7672 found worse value: 363.59768236599996. iteration 7673 found worse value: 363.59768236599996. iteration 7674 found worse value: 363.59768236599996. iteration 7675 found worse value: 363.59768236599996. iteration 7676 found worse value: 363.59768236599996. iteration 7677 found worse value: 363.59768236599996. iteration7677, perturbing to get out of local maxima iteration 7678 found worse value: 363.59768236599996. iteration 7679 found worse value: 363.59768236599996. iteration 7680 found worse value: 363.59768236599996. iteration 7681 found worse value: 363.59768236599996. iteration 7682 found worse value: 363.59768236599996. iteration 7683 found worse value: 363.59768236599996. iteration 7684 found worse value: 363.59768236599996. iteration 7685 found worse value: 363.59768236599996. iteration 7686 found worse value: 363.59768236599996. iteration 7687 found worse value: 363.59768236599996. iteration 7688 found worse value: 363.59768236599996. iteration 7689 found worse value: 363.59768236599996. iteration 7690 found worse value: 363.59768236599996. iteration 7691 found worse value: 363.59768236599996. iteration7691, perturbing to get out of local maxima iteration 7692 found worse value: 363.59768236599996. iteration 7693 found worse value: 363.59768236599996. iteration7693, perturbing to get out of local maxima iteration 7694 found worse value: 363.59768236599996. iteration 7695 found worse value: 363.59768236599996. iteration 7696 found worse value: 363.59768236599996. iteration 7697 found worse value: 363.59768236599996. iteration 7698 found worse value: 363.59768236599996. iteration 7699 found worse value: 363.59768236599996. iteration 7700 found worse value: 363.59768236599996. iteration 7701 found worse value: 363.59768236599996. iteration7701, perturbing to get out of local maxima iteration 7702 found worse value: 363.59768236599996. iteration 7703 found worse value: 363.59768236599996. iteration 7704 found worse value: 363.59768236599996. iteration 7705 found worse value: 363.59768236599996. iteration 7706 found worse value: 363.59768236599996. iteration 7707 found worse value: 363.59768236599996. iteration 7708 found worse value: 363.59768236599996. iteration 7709 found worse value: 363.59768236599996. iteration 7710 found worse value: 363.59768236599996. iteration 7711 found worse value: 363.59768236599996. iteration 7712 found worse value: 363.59768236599996. iteration 7713 found worse value: 363.59768236599996. iteration 7714 found worse value: 363.59768236599996. iteration 7715 found worse value: 363.59768236599996. iteration 7716 found worse value: 363.59768236599996. iteration7716, perturbing to get out of local maxima iteration 7717 found worse value: 363.59768236599996. iteration 7718 found worse value: 363.59768236599996. iteration 7719 found worse value: 363.59768236599996. iteration 7720 found worse value: 363.59768236599996. iteration 7721 found worse value: 363.59768236599996. iteration 7722 found worse value: 363.59768236599996. iteration 7723 found worse value: 363.59768236599996. iteration 7724 found worse value: 363.59768236599996. iteration 7725 found worse value: 363.59768236599996. iteration 7726 found worse value: 363.59768236599996. iteration 7727 found worse value: 363.59768236599996. iteration 7728 found worse value: 363.59768236599996. iteration7728, perturbing to get out of local maxima iteration 7729 found worse value: 363.59768236599996. iteration 7730 found worse value: 363.59768236599996. iteration7730, perturbing to get out of local maxima iteration 7731 found worse value: 363.59768236599996. iteration 7732 found worse value: 363.59768236599996. iteration 7733 found worse value: 363.59768236599996. iteration 7734 found worse value: 363.59768236599996. iteration 7735 found worse value: 363.59768236599996. iteration 7736 found worse value: 363.59768236599996. iteration 7737 found worse value: 363.59768236599996. iteration 7738 found worse value: 363.59768236599996. iteration 7739 found worse value: 363.59768236599996. iteration 7740 found worse value: 363.59768236599996. iteration 7741 found worse value: 363.59768236599996. iteration 7742 found worse value: 363.59768236599996. iteration 7743 found worse value: 363.59768236599996. iteration 7744 found worse value: 363.59768236599996. iteration 7745 found worse value: 363.59768236599996. iteration 7746 found worse value: 363.59768236599996. iteration 7747 found worse value: 363.59768236599996. iteration 7748 found worse value: 363.59768236599996. iteration 7749 found worse value: 363.59768236599996. iteration 7750 found worse value: 363.59768236599996. iteration 7751 found worse value: 363.59768236599996. iteration 7752 found worse value: 363.59768236599996. iteration 7753 found worse value: 363.59768236599996. iteration 7754 found worse value: 363.59768236599996. iteration 7755 found worse value: 363.59768236599996. iteration 7756 found worse value: 363.59768236599996. iteration 7757 found worse value: 363.59768236599996. iteration 7758 found worse value: 363.59768236599996. iteration 7759 found worse value: 363.59768236599996. iteration 7760 found worse value: 363.59768236599996. iteration 7761 found worse value: 363.59768236599996. iteration 7762 found worse value: 363.59768236599996. iteration 7763 found worse value: 363.59768236599996. iteration 7764 found worse value: 363.59768236599996. iteration 7765 found worse value: 363.59768236599996. iteration 7766 found worse value: 363.59768236599996. iteration7766, perturbing to get out of local maxima iteration 7767 found worse value: 363.59768236599996. iteration 7768 found worse value: 363.59768236599996. iteration 7769 found worse value: 363.59768236599996. iteration 7770 found worse value: 363.59768236599996. iteration 7771 found worse value: 363.59768236599996. iteration 7772 found worse value: 363.59768236599996. iteration 7773 found worse value: 363.59768236599996. iteration 7774 found worse value: 363.59768236599996. iteration 7775 found worse value: 363.59768236599996. iteration7775, perturbing to get out of local maxima iteration 7776 found worse value: 363.59768236599996. iteration 7777 found worse value: 363.59768236599996. iteration 7778 found worse value: 363.59768236599996. iteration 7779 found worse value: 363.59768236599996. iteration 7780 found worse value: 363.59768236599996. iteration 7781 found worse value: 363.59768236599996. iteration 7782 found worse value: 363.59768236599996. iteration 7783 found worse value: 363.59768236599996. iteration 7784 found worse value: 363.59768236599996. iteration7784, perturbing to get out of local maxima iteration 7785 found worse value: 363.59768236599996. iteration 7786 found worse value: 363.59768236599996. iteration 7787 found worse value: 363.59768236599996. iteration7787, perturbing to get out of local maxima iteration 7788 found worse value: 363.59768236599996. iteration 7789 found worse value: 363.59768236599996. iteration 7790 found worse value: 363.59768236599996. iteration 7791 found worse value: 363.59768236599996. iteration 7792 found worse value: 363.59768236599996. iteration7792, perturbing to get out of local maxima iteration 7793 found worse value: 363.59768236599996. iteration7793, perturbing to get out of local maxima iteration 7794 found worse value: 363.59768236599996. iteration 7795 found worse value: 363.59768236599996. iteration 7796 found worse value: 363.59768236599996. iteration 7797 found worse value: 363.59768236599996. iteration 7798 found worse value: 363.59768236599996. iteration 7799 found worse value: 363.59768236599996. iteration 7800 found worse value: 363.59768236599996. iteration 7801 found worse value: 363.59768236599996. iteration 7802 found worse value: 363.59768236599996. iteration 7803 found worse value: 363.59768236599996. iteration 7804 found worse value: 363.59768236599996. iteration7804, perturbing to get out of local maxima iteration 7805 found worse value: 363.59768236599996. iteration 7806 found worse value: 363.59768236599996. iteration 7807 found worse value: 363.59768236599996. iteration7807, perturbing to get out of local maxima iteration 7808 found worse value: 363.59768236599996. iteration7808, perturbing to get out of local maxima iteration 7809 found worse value: 363.59768236599996. iteration 7810 found worse value: 363.59768236599996. iteration 7811 found worse value: 363.59768236599996. iteration 7812 found worse value: 363.59768236599996. iteration 7813 found worse value: 363.59768236599996. iteration 7814 found worse value: 363.59768236599996. iteration 7815 found worse value: 363.59768236599996. iteration 7816 found worse value: 363.59768236599996. iteration 7817 found worse value: 363.59768236599996. iteration 7818 found worse value: 363.59768236599996. iteration 7819 found worse value: 363.59768236599996. iteration 7820 found worse value: 363.59768236599996. iteration 7821 found worse value: 363.59768236599996. iteration 7822 found worse value: 363.59768236599996. iteration 7823 found worse value: 363.59768236599996. iteration 7824 found worse value: 363.59768236599996. iteration 7825 found worse value: 363.59768236599996. iteration 7826 found worse value: 363.59768236599996. iteration 7827 found worse value: 363.59768236599996. iteration 7828 found worse value: 363.59768236599996. iteration 7829 found worse value: 363.59768236599996. iteration 7830 found worse value: 363.59768236599996. iteration 7831 found worse value: 363.59768236599996. iteration 7832 found worse value: 363.59768236599996. iteration 7833 found worse value: 363.59768236599996. iteration 7834 found worse value: 363.59768236599996. iteration 7835 found worse value: 363.59768236599996. iteration 7836 found worse value: 363.59768236599996. iteration7836, perturbing to get out of local maxima iteration 7837 found worse value: 363.59768236599996. iteration 7838 found worse value: 363.59768236599996. iteration 7839 found worse value: 363.59768236599996. iteration 7840 found worse value: 363.59768236599996. iteration 7841 found worse value: 363.59768236599996. iteration 7842 found worse value: 363.59768236599996. iteration 7843 found worse value: 363.59768236599996. iteration 7844 found worse value: 363.59768236599996. iteration 7845 found worse value: 363.59768236599996. iteration 7846 found worse value: 363.59768236599996. iteration 7847 found worse value: 363.59768236599996. iteration 7848 found worse value: 363.59768236599996. iteration 7849 found worse value: 363.59768236599996. iteration 7850 found worse value: 363.59768236599996. iteration 7851 found worse value: 363.59768236599996. iteration 7852 found worse value: 363.59768236599996. iteration 7853 found worse value: 363.59768236599996. iteration 7854 found worse value: 363.59768236599996. iteration7854, perturbing to get out of local maxima iteration 7855 found worse value: 363.59768236599996. iteration 7856 found worse value: 363.59768236599996. iteration 7857 found worse value: 363.59768236599996. iteration 7858 found worse value: 363.59768236599996. iteration 7859 found worse value: 363.59768236599996. iteration 7860 found worse value: 363.59768236599996. iteration 7861 found worse value: 363.59768236599996. iteration 7862 found worse value: 363.59768236599996. iteration 7863 found worse value: 363.59768236599996. iteration 7864 found worse value: 363.59768236599996. iteration 7865 found worse value: 363.59768236599996. iteration 7866 found worse value: 363.59768236599996. iteration 7867 found worse value: 363.59768236599996. iteration 7868 found worse value: 363.59768236599996. iteration7868, perturbing to get out of local maxima iteration 7869 found worse value: 363.59768236599996. iteration 7870 found worse value: 363.59768236599996. iteration 7871 found worse value: 363.59768236599996. iteration 7872 found worse value: 363.59768236599996. iteration 7873 found worse value: 363.59768236599996. iteration 7874 found worse value: 363.59768236599996. iteration 7875 found worse value: 363.59768236599996. iteration 7876 found worse value: 363.59768236599996. iteration 7877 found worse value: 363.59768236599996. iteration 7878 found worse value: 363.59768236599996. iteration7878, perturbing to get out of local maxima iteration 7879 found worse value: 363.59768236599996. iteration 7880 found worse value: 363.59768236599996. iteration 7881 found worse value: 363.59768236599996. iteration 7882 found worse value: 363.59768236599996. iteration 7883 found worse value: 363.59768236599996. iteration 7884 found worse value: 363.59768236599996. iteration 7885 found worse value: 363.59768236599996. iteration 7886 found worse value: 363.59768236599996. iteration 7887 found worse value: 363.59768236599996. iteration 7888 found worse value: 363.59768236599996. iteration 7889 found worse value: 363.59768236599996. iteration 7890 found worse value: 363.59768236599996. iteration 7891 found worse value: 363.59768236599996. iteration 7892 found worse value: 363.59768236599996. iteration7892, perturbing to get out of local maxima iteration 7893 found worse value: 363.59768236599996. iteration 7894 found worse value: 363.59768236599996. iteration 7895 found worse value: 363.59768236599996. iteration 7896 found worse value: 363.59768236599996. iteration 7897 found worse value: 363.59768236599996. iteration 7898 found worse value: 363.59768236599996. iteration 7899 found worse value: 363.59768236599996. iteration 7900 found worse value: 363.59768236599996. iteration 7901 found worse value: 363.59768236599996. iteration 7902 found worse value: 363.59768236599996. iteration 7903 found worse value: 363.59768236599996. iteration 7904 found worse value: 363.59768236599996. iteration 7905 found worse value: 363.59768236599996. iteration 7906 found worse value: 363.59768236599996. iteration7906, perturbing to get out of local maxima iteration 7907 found worse value: 363.59768236599996. iteration 7908 found worse value: 363.59768236599996. iteration 7909 found worse value: 363.59768236599996. iteration 7910 found worse value: 363.59768236599996. iteration7910, perturbing to get out of local maxima iteration 7911 found worse value: 363.59768236599996. iteration 7912 found worse value: 363.59768236599996. iteration 7913 found worse value: 363.59768236599996. iteration 7914 found worse value: 363.59768236599996. iteration7914, perturbing to get out of local maxima iteration 7915 found worse value: 363.59768236599996. iteration7915, perturbing to get out of local maxima iteration 7916 found worse value: 363.59768236599996. iteration 7917 found worse value: 363.59768236599996. iteration 7918 found worse value: 363.59768236599996. iteration 7919 found worse value: 363.59768236599996. iteration 7920 found worse value: 363.59768236599996. iteration 7921 found worse value: 363.59768236599996. iteration 7922 found worse value: 363.59768236599996. iteration 7923 found worse value: 363.59768236599996. iteration 7924 found worse value: 363.59768236599996. iteration 7925 found worse value: 363.59768236599996. iteration 7926 found worse value: 363.59768236599996. iteration 7927 found worse value: 363.59768236599996. iteration 7928 found worse value: 363.59768236599996. iteration 7929 found worse value: 363.59768236599996. iteration 7930 found worse value: 363.59768236599996. iteration 7931 found worse value: 363.59768236599996. iteration 7932 found worse value: 363.59768236599996. iteration 7933 found worse value: 363.59768236599996. iteration 7934 found worse value: 363.59768236599996. iteration7934, perturbing to get out of local maxima iteration 7935 found worse value: 363.59768236599996. iteration 7936 found worse value: 363.59768236599996. iteration 7937 found worse value: 363.59768236599996. iteration 7938 found worse value: 363.59768236599996. iteration 7939 found worse value: 363.59768236599996. iteration 7940 found worse value: 363.59768236599996. iteration 7941 found worse value: 363.59768236599996. iteration 7942 found worse value: 363.59768236599996. iteration 7943 found worse value: 363.59768236599996. iteration 7944 found worse value: 363.59768236599996. iteration 7945 found worse value: 363.59768236599996. iteration 7946 found worse value: 363.59768236599996. iteration7946, perturbing to get out of local maxima iteration 7947 found worse value: 363.59768236599996. iteration 7948 found worse value: 363.59768236599996. iteration 7949 found worse value: 363.59768236599996. iteration 7950 found worse value: 363.59768236599996. iteration 7951 found worse value: 363.59768236599996. iteration 7952 found worse value: 363.59768236599996. iteration 7953 found worse value: 363.59768236599996. iteration 7954 found worse value: 363.59768236599996. iteration 7955 found worse value: 363.59768236599996. iteration 7956 found worse value: 363.59768236599996. iteration 7957 found worse value: 363.59768236599996. iteration 7958 found worse value: 363.59768236599996. iteration 7959 found worse value: 363.59768236599996. iteration7959, perturbing to get out of local maxima iteration 7960 found worse value: 363.59768236599996. iteration7960, perturbing to get out of local maxima iteration 7961 found worse value: 363.59768236599996. iteration 7962 found worse value: 363.59768236599996. iteration 7963 found worse value: 363.59768236599996. iteration 7964 found worse value: 363.59768236599996. iteration 7965 found worse value: 363.59768236599996. iteration 7966 found worse value: 363.59768236599996. iteration 7967 found worse value: 363.59768236599996. iteration 7968 found worse value: 363.59768236599996. iteration 7969 found worse value: 363.59768236599996. iteration 7970 found worse value: 363.59768236599996. iteration 7971 found worse value: 363.59768236599996. iteration 7972 found worse value: 363.59768236599996. iteration 7973 found worse value: 363.59768236599996. iteration 7974 found worse value: 363.59768236599996. iteration7974, perturbing to get out of local maxima iteration 7975 found worse value: 363.59768236599996. iteration 7976 found worse value: 363.59768236599996. iteration 7977 found worse value: 363.59768236599996. iteration7977, perturbing to get out of local maxima iteration 7978 found worse value: 363.59768236599996. iteration 7979 found worse value: 363.59768236599996. iteration7979, perturbing to get out of local maxima iteration 7980 found worse value: 363.59768236599996. iteration 7981 found worse value: 363.59768236599996. iteration7981, perturbing to get out of local maxima iteration 7982 found worse value: 363.59768236599996. iteration 7983 found worse value: 363.59768236599996. iteration7983, perturbing to get out of local maxima iteration 7984 found worse value: 363.59768236599996. iteration7984, perturbing to get out of local maxima iteration 7985 found worse value: 363.59768236599996. iteration 7986 found worse value: 363.59768236599996. iteration 7987 found worse value: 363.59768236599996. iteration 7988 found worse value: 363.59768236599996. iteration 7989 found worse value: 363.59768236599996. iteration 7990 found worse value: 363.59768236599996. iteration 7991 found worse value: 363.59768236599996. iteration 7992 found worse value: 363.59768236599996. iteration 7993 found worse value: 363.59768236599996. iteration7993, perturbing to get out of local maxima iteration 7994 found worse value: 363.59768236599996. iteration 7995 found worse value: 363.59768236599996. iteration 7996 found worse value: 363.59768236599996. iteration 7997 found worse value: 363.59768236599996. iteration 7998 found worse value: 363.59768236599996. iteration 7999 found worse value: 363.59768236599996. iteration 8000 found worse value: 363.59768236599996. iteration8000, perturbing to get out of local maxima iteration 8001 found worse value: 363.59768236599996. iteration 8002 found worse value: 363.59768236599996. iteration 8003 found worse value: 363.59768236599996. iteration8003, perturbing to get out of local maxima iteration 8004 found worse value: 363.59768236599996. iteration 8005 found worse value: 363.59768236599996. iteration 8006 found worse value: 363.59768236599996. iteration 8007 found worse value: 363.59768236599996. iteration 8008 found worse value: 363.59768236599996. iteration 8009 found worse value: 363.59768236599996. iteration8009, perturbing to get out of local maxima iteration 8010 found worse value: 363.59768236599996. iteration 8011 found worse value: 363.59768236599996. iteration 8012 found worse value: 363.59768236599996. iteration 8013 found worse value: 363.59768236599996. iteration 8014 found worse value: 363.59768236599996. iteration 8015 found worse value: 363.59768236599996. iteration 8016 found worse value: 363.59768236599996. iteration 8017 found worse value: 363.59768236599996. iteration 8018 found worse value: 363.59768236599996. iteration 8019 found worse value: 363.59768236599996. iteration 8020 found worse value: 363.59768236599996. iteration 8021 found worse value: 363.59768236599996. iteration 8022 found worse value: 363.59768236599996. iteration 8023 found worse value: 363.59768236599996. iteration 8024 found worse value: 363.59768236599996. iteration 8025 found worse value: 363.59768236599996. iteration 8026 found worse value: 363.59768236599996. iteration 8027 found worse value: 363.59768236599996. iteration8027, perturbing to get out of local maxima iteration 8028 found worse value: 363.59768236599996. iteration 8029 found worse value: 363.59768236599996. iteration 8030 found worse value: 363.59768236599996. iteration 8031 found worse value: 363.59768236599996. iteration 8032 found worse value: 363.59768236599996. iteration 8033 found worse value: 363.59768236599996. iteration 8034 found worse value: 363.59768236599996. iteration 8035 found worse value: 363.59768236599996. iteration 8036 found worse value: 363.59768236599996. iteration 8037 found worse value: 363.59768236599996. iteration 8038 found worse value: 363.59768236599996. iteration 8039 found worse value: 363.59768236599996. iteration 8040 found worse value: 363.59768236599996. iteration 8041 found worse value: 363.59768236599996. iteration 8042 found worse value: 363.59768236599996. iteration 8043 found worse value: 363.59768236599996. iteration 8044 found worse value: 363.59768236599996. iteration 8045 found worse value: 363.59768236599996. iteration 8046 found worse value: 363.59768236599996. iteration 8047 found worse value: 363.59768236599996. iteration8047, perturbing to get out of local maxima iteration 8048 found worse value: 363.59768236599996. iteration 8049 found worse value: 363.59768236599996. iteration 8050 found worse value: 363.59768236599996. iteration 8051 found worse value: 363.59768236599996. iteration 8052 found worse value: 363.59768236599996. iteration 8053 found worse value: 363.59768236599996. iteration 8054 found worse value: 363.59768236599996. iteration 8055 found worse value: 363.59768236599996. iteration 8056 found worse value: 363.59768236599996. iteration 8057 found worse value: 363.59768236599996. iteration 8058 found worse value: 363.59768236599996. iteration 8059 found worse value: 363.59768236599996. iteration 8060 found worse value: 363.59768236599996. iteration 8061 found worse value: 363.59768236599996. iteration 8062 found worse value: 363.59768236599996. iteration 8063 found worse value: 363.59768236599996. iteration 8064 found worse value: 363.59768236599996. iteration 8065 found worse value: 363.59768236599996. iteration 8066 found worse value: 363.59768236599996. iteration 8067 found worse value: 363.59768236599996. iteration 8068 found worse value: 363.59768236599996. iteration8068, perturbing to get out of local maxima iteration 8069 found worse value: 363.59768236599996. iteration 8070 found worse value: 363.59768236599996. iteration 8071 found worse value: 363.59768236599996. iteration8071, perturbing to get out of local maxima iteration 8072 found worse value: 363.59768236599996. iteration 8073 found worse value: 363.59768236599996. iteration 8074 found worse value: 363.59768236599996. iteration 8075 found worse value: 363.59768236599996. iteration8075, perturbing to get out of local maxima iteration 8076 found worse value: 363.59768236599996. iteration 8077 found worse value: 363.59768236599996. iteration 8078 found worse value: 363.59768236599996. iteration 8079 found worse value: 363.59768236599996. iteration 8080 found worse value: 363.59768236599996. iteration 8081 found worse value: 363.59768236599996. iteration 8082 found worse value: 363.59768236599996. iteration 8083 found worse value: 363.59768236599996. iteration 8084 found worse value: 363.59768236599996. iteration 8085 found worse value: 363.59768236599996. iteration 8086 found worse value: 363.59768236599996. iteration 8087 found worse value: 363.59768236599996. iteration 8088 found worse value: 363.59768236599996. iteration 8089 found worse value: 363.59768236599996. iteration 8090 found worse value: 363.59768236599996. iteration 8091 found worse value: 363.59768236599996. iteration 8092 found worse value: 363.59768236599996. iteration 8093 found worse value: 363.59768236599996. iteration 8094 found worse value: 363.59768236599996. iteration 8095 found worse value: 363.59768236599996. iteration 8096 found worse value: 363.59768236599996. iteration 8097 found worse value: 363.59768236599996. iteration 8098 found worse value: 363.59768236599996. iteration 8099 found worse value: 363.59768236599996. iteration 8100 found worse value: 363.59768236599996. iteration 8101 found worse value: 363.59768236599996. iteration 8102 found worse value: 363.59768236599996. iteration 8103 found worse value: 363.59768236599996. iteration 8104 found worse value: 363.59768236599996. iteration 8105 found worse value: 363.59768236599996. iteration 8106 found worse value: 363.59768236599996. iteration8106, perturbing to get out of local maxima iteration 8107 found worse value: 363.59768236599996. iteration 8108 found worse value: 363.59768236599996. iteration 8109 found worse value: 363.59768236599996. iteration 8110 found worse value: 363.59768236599996. iteration 8111 found worse value: 363.59768236599996. iteration 8112 found worse value: 363.59768236599996. iteration 8113 found worse value: 363.59768236599996. iteration 8114 found worse value: 363.59768236599996. iteration 8115 found worse value: 363.59768236599996. iteration 8116 found worse value: 363.59768236599996. iteration 8117 found worse value: 363.59768236599996. iteration 8118 found worse value: 363.59768236599996. iteration 8119 found worse value: 363.59768236599996. iteration 8120 found worse value: 363.59768236599996. iteration 8121 found worse value: 363.59768236599996. iteration 8122 found worse value: 363.59768236599996. iteration 8123 found worse value: 363.59768236599996. iteration 8124 found worse value: 363.59768236599996. iteration 8125 found worse value: 363.59768236599996. iteration 8126 found worse value: 363.59768236599996. iteration 8127 found worse value: 363.59768236599996. iteration 8128 found worse value: 363.59768236599996. iteration 8129 found worse value: 363.59768236599996. iteration 8130 found worse value: 363.59768236599996. iteration 8131 found worse value: 363.59768236599996. iteration 8132 found worse value: 363.59768236599996. iteration 8133 found worse value: 363.59768236599996. iteration 8134 found worse value: 363.59768236599996. iteration 8135 found worse value: 363.59768236599996. iteration 8136 found worse value: 363.59768236599996. iteration 8137 found worse value: 363.59768236599996. iteration 8138 found worse value: 363.59768236599996. iteration 8139 found worse value: 363.59768236599996. iteration 8140 found worse value: 363.59768236599996. iteration 8141 found worse value: 363.59768236599996. iteration 8142 found worse value: 363.59768236599996. iteration 8143 found worse value: 363.59768236599996. iteration 8144 found worse value: 363.59768236599996. iteration 8145 found worse value: 363.59768236599996. iteration 8146 found worse value: 363.59768236599996. iteration 8147 found worse value: 363.59768236599996. iteration 8148 found worse value: 363.59768236599996. iteration 8149 found worse value: 363.59768236599996. iteration 8150 found worse value: 363.59768236599996. iteration 8151 found worse value: 363.59768236599996. iteration 8152 found worse value: 363.59768236599996. iteration 8153 found worse value: 363.59768236599996. iteration8153, perturbing to get out of local maxima iteration 8154 found worse value: 363.59768236599996. iteration 8155 found worse value: 363.59768236599996. iteration 8156 found worse value: 363.59768236599996. iteration 8157 found worse value: 363.59768236599996. iteration 8158 found worse value: 363.59768236599996. iteration 8159 found worse value: 363.59768236599996. iteration 8160 found worse value: 363.59768236599996. iteration 8161 found worse value: 363.59768236599996. iteration 8162 found worse value: 363.59768236599996. iteration 8163 found worse value: 363.59768236599996. iteration 8164 found worse value: 363.59768236599996. iteration 8165 found worse value: 363.59768236599996. iteration 8166 found worse value: 363.59768236599996. iteration8166, perturbing to get out of local maxima iteration 8167 found worse value: 363.59768236599996. iteration 8168 found worse value: 363.59768236599996. iteration8168, perturbing to get out of local maxima iteration 8169 found worse value: 363.59768236599996. iteration8169, perturbing to get out of local maxima iteration 8170 found worse value: 363.59768236599996. iteration8170, perturbing to get out of local maxima iteration 8171 found worse value: 363.59768236599996. iteration 8172 found worse value: 363.59768236599996. iteration 8173 found worse value: 363.59768236599996. iteration8173, perturbing to get out of local maxima iteration 8174 found worse value: 363.59768236599996. iteration 8175 found worse value: 363.59768236599996. iteration 8176 found worse value: 363.59768236599996. iteration 8177 found worse value: 363.59768236599996. iteration 8178 found worse value: 363.59768236599996. iteration 8179 found worse value: 363.59768236599996. iteration8179, perturbing to get out of local maxima iteration 8180 found worse value: 363.59768236599996. iteration 8181 found worse value: 363.59768236599996. iteration 8182 found worse value: 363.59768236599996. iteration 8183 found worse value: 363.59768236599996. iteration 8184 found worse value: 363.59768236599996. iteration 8185 found worse value: 363.59768236599996. iteration 8186 found worse value: 363.59768236599996. iteration 8187 found worse value: 363.59768236599996. iteration 8188 found worse value: 363.59768236599996. iteration8188, perturbing to get out of local maxima iteration 8189 found worse value: 363.59768236599996. iteration 8190 found worse value: 363.59768236599996. iteration 8191 found worse value: 363.59768236599996. iteration 8192 found worse value: 363.59768236599996. iteration 8193 found worse value: 363.59768236599996. iteration 8194 found worse value: 363.59768236599996. iteration 8195 found worse value: 363.59768236599996. iteration 8196 found worse value: 363.59768236599996. iteration 8197 found worse value: 363.59768236599996. iteration 8198 found worse value: 363.59768236599996. iteration8198, perturbing to get out of local maxima iteration 8199 found worse value: 363.59768236599996. iteration 8200 found worse value: 363.59768236599996. iteration 8201 found worse value: 363.59768236599996. iteration 8202 found worse value: 363.59768236599996. iteration 8203 found worse value: 363.59768236599996. iteration 8204 found worse value: 363.59768236599996. iteration 8205 found worse value: 363.59768236599996. iteration 8206 found worse value: 363.59768236599996. iteration 8207 found worse value: 363.59768236599996. iteration 8208 found worse value: 363.59768236599996. iteration 8209 found worse value: 363.59768236599996. iteration 8210 found worse value: 363.59768236599996. iteration 8211 found worse value: 363.59768236599996. iteration 8212 found worse value: 363.59768236599996. iteration 8213 found worse value: 363.59768236599996. iteration 8214 found worse value: 363.59768236599996. iteration 8215 found worse value: 363.59768236599996. iteration 8216 found worse value: 363.59768236599996. iteration 8217 found worse value: 363.59768236599996. iteration 8218 found worse value: 363.59768236599996. iteration 8219 found worse value: 363.59768236599996. iteration 8220 found worse value: 363.59768236599996. iteration 8221 found worse value: 363.59768236599996. iteration 8222 found worse value: 363.59768236599996. iteration 8223 found worse value: 363.59768236599996. iteration 8224 found worse value: 363.59768236599996. iteration 8225 found worse value: 363.59768236599996. iteration 8226 found worse value: 363.59768236599996. iteration 8227 found worse value: 363.59768236599996. iteration 8228 found worse value: 363.59768236599996. iteration 8229 found worse value: 363.59768236599996. iteration 8230 found worse value: 363.59768236599996. iteration 8231 found worse value: 363.59768236599996. iteration 8232 found worse value: 363.59768236599996. iteration 8233 found worse value: 363.59768236599996. iteration 8234 found worse value: 363.59768236599996. iteration 8235 found worse value: 363.59768236599996. iteration 8236 found worse value: 363.59768236599996. iteration 8237 found worse value: 363.59768236599996. iteration8237, perturbing to get out of local maxima iteration 8238 found worse value: 363.59768236599996. iteration8238, perturbing to get out of local maxima iteration 8239 found worse value: 363.59768236599996. iteration 8240 found worse value: 363.59768236599996. iteration 8241 found worse value: 363.59768236599996. iteration 8242 found better value: 363.597999076 iteration 8243 found worse value: 363.597999076. iteration 8244 found worse value: 363.597999076. iteration 8245 found worse value: 363.597999076. iteration8245, perturbing to get out of local maxima iteration 8246 found worse value: 363.597999076. iteration 8247 found worse value: 363.597999076. iteration 8248 found worse value: 363.597999076. iteration 8249 found worse value: 363.597999076. iteration 8250 found worse value: 363.597999076. iteration 8251 found worse value: 363.597999076. iteration 8252 found worse value: 363.597999076. iteration 8253 found worse value: 363.597999076. iteration 8254 found worse value: 363.597999076. iteration 8255 found worse value: 363.597999076. iteration 8256 found worse value: 363.597999076. iteration 8257 found worse value: 363.597999076. iteration 8258 found worse value: 363.597999076. iteration 8259 found worse value: 363.597999076. iteration 8260 found worse value: 363.597999076. iteration 8261 found worse value: 363.597999076. iteration 8262 found worse value: 363.597999076. iteration 8263 found worse value: 363.597999076. iteration 8264 found worse value: 363.597999076. iteration 8265 found worse value: 363.597999076. iteration 8266 found worse value: 363.597999076. iteration8266, perturbing to get out of local maxima iteration 8267 found worse value: 363.597999076. iteration 8268 found worse value: 363.597999076. iteration 8269 found worse value: 363.597999076. iteration 8270 found worse value: 363.597999076. iteration 8271 found worse value: 363.597999076. iteration 8272 found worse value: 363.597999076. iteration 8273 found worse value: 363.597999076. iteration 8274 found worse value: 363.597999076. iteration 8275 found worse value: 363.597999076. iteration 8276 found worse value: 363.597999076. iteration 8277 found worse value: 363.597999076. iteration 8278 found worse value: 363.597999076. iteration 8279 found worse value: 363.597999076. iteration 8280 found worse value: 363.597999076. iteration 8281 found worse value: 363.597999076. iteration 8282 found worse value: 363.597999076. iteration 8283 found worse value: 363.597999076. iteration 8284 found worse value: 363.597999076. iteration 8285 found worse value: 363.597999076. iteration 8286 found worse value: 363.597999076. iteration 8287 found worse value: 363.597999076. iteration 8288 found worse value: 363.597999076. iteration 8289 found worse value: 363.597999076. iteration 8290 found worse value: 363.597999076. iteration8290, perturbing to get out of local maxima iteration 8291 found worse value: 363.597999076. iteration 8292 found worse value: 363.597999076. iteration 8293 found worse value: 363.597999076. iteration 8294 found worse value: 363.597999076. iteration 8295 found worse value: 363.597999076. iteration 8296 found worse value: 363.597999076. iteration 8297 found worse value: 363.597999076. iteration 8298 found worse value: 363.597999076. iteration 8299 found worse value: 363.597999076. iteration 8300 found worse value: 363.597999076. iteration 8301 found worse value: 363.597999076. iteration 8302 found worse value: 363.597999076. iteration 8303 found worse value: 363.597999076. iteration 8304 found worse value: 363.597999076. iteration 8305 found worse value: 363.597999076. iteration 8306 found worse value: 363.597999076. iteration8306, perturbing to get out of local maxima iteration 8307 found better value: 363.598261988 iteration 8308 found worse value: 363.598261988. iteration 8309 found worse value: 363.598261988. iteration 8310 found better value: 363.598476692 iteration 8311 found worse value: 363.598476692. iteration 8312 found worse value: 363.598476692. iteration 8313 found worse value: 363.598476692. iteration 8314 found worse value: 363.598476692. iteration8314, perturbing to get out of local maxima iteration 8315 found better value: 363.598519887 iteration 8316 found worse value: 363.598519887. iteration 8317 found worse value: 363.598519887. iteration 8318 found worse value: 363.598519887. iteration 8319 found worse value: 363.598519887. iteration 8320 found worse value: 363.598519887. iteration 8321 found worse value: 363.598519887. iteration 8322 found worse value: 363.598519887. iteration 8323 found worse value: 363.598519887. iteration 8324 found worse value: 363.598519887. iteration8324, perturbing to get out of local maxima iteration 8325 found worse value: 363.598519887. iteration 8326 found worse value: 363.598519887. iteration 8327 found worse value: 363.598519887. iteration 8328 found worse value: 363.598519887. iteration 8329 found better value: 363.598578571 iteration 8330 found worse value: 363.598578571. iteration 8331 found worse value: 363.598578571. iteration 8332 found worse value: 363.598578571. iteration 8333 found worse value: 363.598578571. iteration 8334 found worse value: 363.598578571. iteration 8335 found worse value: 363.598578571. iteration 8336 found worse value: 363.598578571. iteration 8337 found worse value: 363.598578571. iteration 8338 found worse value: 363.598578571. iteration 8339 found worse value: 363.598578571. iteration 8340 found worse value: 363.598578571. iteration8340, perturbing to get out of local maxima iteration 8341 found worse value: 363.598578571. iteration 8342 found worse value: 363.598578571. iteration 8343 found worse value: 363.598578571. iteration 8344 found worse value: 363.598578571. iteration8344, perturbing to get out of local maxima iteration 8345 found worse value: 363.598578571. iteration 8346 found worse value: 363.598578571. iteration 8347 found worse value: 363.598578571. iteration 8348 found worse value: 363.598578571. iteration 8349 found worse value: 363.598578571. iteration 8350 found worse value: 363.598578571. iteration 8351 found worse value: 363.598578571. iteration 8352 found worse value: 363.598578571. iteration8352, perturbing to get out of local maxima iteration 8353 found worse value: 363.598578571. iteration 8354 found worse value: 363.598578571. iteration 8355 found worse value: 363.598578571. iteration 8356 found worse value: 363.598578571. iteration 8357 found worse value: 363.598578571. iteration 8358 found worse value: 363.598578571. iteration 8359 found worse value: 363.598578571. iteration 8360 found worse value: 363.598578571. iteration 8361 found worse value: 363.598578571. iteration 8362 found worse value: 363.598578571. iteration8362, perturbing to get out of local maxima iteration 8363 found worse value: 363.598578571. iteration 8364 found worse value: 363.598578571. iteration 8365 found worse value: 363.598578571. iteration 8366 found worse value: 363.598578571. iteration 8367 found worse value: 363.598578571. iteration 8368 found worse value: 363.598578571. iteration 8369 found worse value: 363.598578571. iteration 8370 found worse value: 363.598578571. iteration 8371 found worse value: 363.598578571. iteration 8372 found worse value: 363.598578571. iteration 8373 found worse value: 363.598578571. iteration 8374 found worse value: 363.598578571. iteration 8375 found worse value: 363.598578571. iteration 8376 found worse value: 363.598578571. iteration 8377 found worse value: 363.598578571. iteration 8378 found worse value: 363.598578571. iteration 8379 found worse value: 363.598578571. iteration 8380 found worse value: 363.598578571. iteration 8381 found worse value: 363.598578571. iteration 8382 found worse value: 363.598578571. iteration 8383 found worse value: 363.598578571. iteration 8384 found worse value: 363.598578571. iteration 8385 found worse value: 363.598578571. iteration 8386 found worse value: 363.598578571. iteration8386, perturbing to get out of local maxima iteration 8387 found worse value: 363.598578571. iteration 8388 found worse value: 363.598578571. iteration8388, perturbing to get out of local maxima iteration 8389 found worse value: 363.598578571. iteration 8390 found worse value: 363.598578571. iteration 8391 found worse value: 363.598578571. iteration 8392 found worse value: 363.598578571. iteration 8393 found worse value: 363.598578571. iteration 8394 found worse value: 363.598578571. iteration 8395 found worse value: 363.598578571. iteration 8396 found worse value: 363.598578571. iteration 8397 found worse value: 363.598578571. iteration8397, perturbing to get out of local maxima iteration 8398 found worse value: 363.598578571. iteration 8399 found worse value: 363.598578571. iteration 8400 found worse value: 363.598578571. iteration 8401 found worse value: 363.598578571. iteration 8402 found worse value: 363.598578571. iteration 8403 found worse value: 363.598578571. iteration 8404 found worse value: 363.598578571. iteration8404, perturbing to get out of local maxima iteration 8405 found worse value: 363.598578571. iteration 8406 found worse value: 363.598578571. iteration 8407 found better value: 363.59954806099995 iteration 8408 found worse value: 363.59954806099995. iteration 8409 found worse value: 363.59954806099995. iteration 8410 found worse value: 363.59954806099995. iteration 8411 found worse value: 363.59954806099995. iteration 8412 found worse value: 363.59954806099995. iteration 8413 found worse value: 363.59954806099995. iteration 8414 found worse value: 363.59954806099995. iteration 8415 found worse value: 363.59954806099995. iteration 8416 found worse value: 363.59954806099995. iteration 8417 found worse value: 363.59954806099995. iteration 8418 found worse value: 363.59954806099995. iteration 8419 found worse value: 363.59954806099995. iteration 8420 found worse value: 363.59954806099995. iteration 8421 found worse value: 363.59954806099995. iteration 8422 found worse value: 363.59954806099995. iteration 8423 found worse value: 363.59954806099995. iteration8423, perturbing to get out of local maxima iteration 8424 found worse value: 363.59954806099995. iteration8424, perturbing to get out of local maxima iteration 8425 found worse value: 363.59954806099995. iteration 8426 found worse value: 363.59954806099995. iteration8426, perturbing to get out of local maxima iteration 8427 found worse value: 363.59954806099995. iteration 8428 found worse value: 363.59954806099995. iteration 8429 found worse value: 363.59954806099995. iteration8429, perturbing to get out of local maxima iteration 8430 found worse value: 363.59954806099995. iteration 8431 found worse value: 363.59954806099995. iteration 8432 found worse value: 363.59954806099995. iteration 8433 found worse value: 363.59954806099995. iteration 8434 found worse value: 363.59954806099995. iteration 8435 found worse value: 363.59954806099995. iteration 8436 found worse value: 363.59954806099995. iteration 8437 found worse value: 363.59954806099995. iteration 8438 found worse value: 363.59954806099995. iteration 8439 found worse value: 363.59954806099995. iteration 8440 found worse value: 363.59954806099995. iteration 8441 found worse value: 363.59954806099995. iteration 8442 found worse value: 363.59954806099995. iteration 8443 found worse value: 363.59954806099995. iteration 8444 found worse value: 363.59954806099995. iteration 8445 found worse value: 363.59954806099995. iteration 8446 found worse value: 363.59954806099995. iteration 8447 found worse value: 363.59954806099995. iteration 8448 found worse value: 363.59954806099995. iteration 8449 found worse value: 363.59954806099995. iteration 8450 found worse value: 363.59954806099995. iteration 8451 found worse value: 363.59954806099995. iteration 8452 found worse value: 363.59954806099995. iteration 8453 found worse value: 363.59954806099995. iteration 8454 found worse value: 363.59954806099995. iteration 8455 found worse value: 363.59954806099995. iteration 8456 found worse value: 363.59954806099995. iteration 8457 found worse value: 363.59954806099995. iteration 8458 found worse value: 363.59954806099995. iteration 8459 found worse value: 363.59954806099995. iteration 8460 found worse value: 363.59954806099995. iteration 8461 found worse value: 363.59954806099995. iteration 8462 found worse value: 363.59954806099995. iteration 8463 found better value: 363.59959345699997 iteration 8464 found better value: 363.599892319 iteration 8465 found better value: 363.600380783 iteration 8466 found worse value: 363.600380783. iteration 8467 found worse value: 363.600380783. iteration8467, perturbing to get out of local maxima iteration 8468 found worse value: 363.600380783. iteration 8469 found worse value: 363.600380783. iteration 8470 found worse value: 363.600380783. iteration 8471 found better value: 363.600861412 iteration 8472 found worse value: 363.600861412. iteration 8473 found worse value: 363.600861412. iteration8473, perturbing to get out of local maxima iteration 8474 found worse value: 363.600861412. iteration 8475 found worse value: 363.600861412. iteration 8476 found worse value: 363.600861412. iteration 8477 found worse value: 363.600861412. iteration 8478 found worse value: 363.600861412. iteration 8479 found worse value: 363.600861412. iteration 8480 found worse value: 363.600861412. iteration 8481 found worse value: 363.600861412. iteration 8482 found worse value: 363.600861412. iteration 8483 found worse value: 363.600861412. iteration 8484 found worse value: 363.600861412. iteration8484, perturbing to get out of local maxima iteration 8485 found worse value: 363.600861412. iteration 8486 found worse value: 363.600861412. iteration 8487 found worse value: 363.600861412. iteration 8488 found worse value: 363.600861412. iteration 8489 found worse value: 363.600861412. iteration 8490 found worse value: 363.600861412. iteration8490, perturbing to get out of local maxima iteration 8491 found worse value: 363.600861412. iteration 8492 found worse value: 363.600861412. iteration 8493 found worse value: 363.600861412. iteration8493, perturbing to get out of local maxima iteration 8494 found worse value: 363.600861412. iteration8494, perturbing to get out of local maxima iteration 8495 found worse value: 363.600861412. iteration 8496 found worse value: 363.600861412. iteration 8497 found worse value: 363.600861412. iteration 8498 found worse value: 363.600861412. iteration 8499 found worse value: 363.600861412. iteration 8500 found worse value: 363.600861412. iteration 8501 found worse value: 363.600861412. iteration 8502 found worse value: 363.600861412. iteration 8503 found worse value: 363.600861412. iteration 8504 found worse value: 363.600861412. iteration 8505 found worse value: 363.600861412. iteration 8506 found worse value: 363.600861412. iteration 8507 found worse value: 363.600861412. iteration 8508 found worse value: 363.600861412. iteration 8509 found worse value: 363.600861412. iteration 8510 found worse value: 363.600861412. iteration 8511 found worse value: 363.600861412. iteration 8512 found worse value: 363.600861412. iteration 8513 found worse value: 363.600861412. iteration 8514 found worse value: 363.600861412. iteration8514, perturbing to get out of local maxima iteration 8515 found worse value: 363.600861412. iteration 8516 found worse value: 363.600861412. iteration 8517 found worse value: 363.600861412. iteration 8518 found worse value: 363.600861412. iteration 8519 found worse value: 363.600861412. iteration 8520 found worse value: 363.600861412. iteration 8521 found worse value: 363.600861412. iteration 8522 found worse value: 363.600861412. iteration 8523 found worse value: 363.600861412. iteration 8524 found worse value: 363.600861412. iteration 8525 found worse value: 363.600861412. iteration 8526 found worse value: 363.600861412. iteration 8527 found worse value: 363.600861412. iteration 8528 found worse value: 363.600861412. iteration 8529 found worse value: 363.600861412. iteration 8530 found worse value: 363.600861412. iteration 8531 found worse value: 363.600861412. iteration 8532 found worse value: 363.600861412. iteration 8533 found worse value: 363.600861412. iteration 8534 found worse value: 363.600861412. iteration8534, perturbing to get out of local maxima iteration 8535 found worse value: 363.600861412. iteration 8536 found worse value: 363.600861412. iteration 8537 found worse value: 363.600861412. iteration 8538 found worse value: 363.600861412. iteration 8539 found worse value: 363.600861412. iteration 8540 found worse value: 363.600861412. iteration 8541 found worse value: 363.600861412. iteration 8542 found worse value: 363.600861412. iteration8542, perturbing to get out of local maxima iteration 8543 found worse value: 363.600861412. iteration 8544 found worse value: 363.600861412. iteration 8545 found worse value: 363.600861412. iteration 8546 found worse value: 363.600861412. iteration 8547 found worse value: 363.600861412. iteration 8548 found worse value: 363.600861412. iteration 8549 found worse value: 363.600861412. iteration 8550 found worse value: 363.600861412. iteration8550, perturbing to get out of local maxima iteration 8551 found worse value: 363.600861412. iteration 8552 found worse value: 363.600861412. iteration 8553 found worse value: 363.600861412. iteration 8554 found worse value: 363.600861412. iteration 8555 found worse value: 363.600861412. iteration8555, perturbing to get out of local maxima iteration 8556 found worse value: 363.600861412. iteration 8557 found worse value: 363.600861412. iteration 8558 found worse value: 363.600861412. iteration 8559 found worse value: 363.600861412. iteration8559, perturbing to get out of local maxima iteration 8560 found worse value: 363.600861412. iteration 8561 found worse value: 363.600861412. iteration 8562 found worse value: 363.600861412. iteration 8563 found worse value: 363.600861412. iteration 8564 found worse value: 363.600861412. iteration8564, perturbing to get out of local maxima iteration 8565 found worse value: 363.600861412. iteration 8566 found worse value: 363.600861412. iteration 8567 found worse value: 363.600861412. iteration 8568 found worse value: 363.600861412. iteration8568, perturbing to get out of local maxima iteration 8569 found worse value: 363.600861412. iteration8569, perturbing to get out of local maxima iteration 8570 found worse value: 363.600861412. iteration 8571 found worse value: 363.600861412. iteration 8572 found worse value: 363.600861412. iteration 8573 found worse value: 363.600861412. iteration 8574 found worse value: 363.600861412. iteration 8575 found worse value: 363.600861412. iteration 8576 found worse value: 363.600861412. iteration 8577 found worse value: 363.600861412. iteration 8578 found worse value: 363.600861412. iteration 8579 found worse value: 363.600861412. iteration 8580 found worse value: 363.600861412. iteration 8581 found worse value: 363.600861412. iteration 8582 found worse value: 363.600861412. iteration 8583 found worse value: 363.600861412. iteration 8584 found worse value: 363.600861412. iteration 8585 found worse value: 363.600861412. iteration8585, perturbing to get out of local maxima iteration 8586 found worse value: 363.600861412. iteration 8587 found worse value: 363.600861412. iteration 8588 found worse value: 363.600861412. iteration 8589 found worse value: 363.600861412. iteration 8590 found worse value: 363.600861412. iteration 8591 found worse value: 363.600861412. iteration8591, perturbing to get out of local maxima iteration 8592 found worse value: 363.600861412. iteration 8593 found worse value: 363.600861412. iteration 8594 found worse value: 363.600861412. iteration8594, perturbing to get out of local maxima iteration 8595 found worse value: 363.600861412. iteration 8596 found worse value: 363.600861412. iteration8596, perturbing to get out of local maxima iteration 8597 found worse value: 363.600861412. iteration8597, perturbing to get out of local maxima iteration 8598 found worse value: 363.600861412. iteration 8599 found worse value: 363.600861412. iteration 8600 found worse value: 363.600861412. iteration 8601 found worse value: 363.600861412. iteration8601, perturbing to get out of local maxima iteration 8602 found worse value: 363.600861412. iteration 8603 found worse value: 363.600861412. iteration 8604 found worse value: 363.600861412. iteration8604, perturbing to get out of local maxima iteration 8605 found worse value: 363.600861412. iteration 8606 found worse value: 363.600861412. iteration 8607 found worse value: 363.600861412. iteration8607, perturbing to get out of local maxima iteration 8608 found worse value: 363.600861412. iteration 8609 found worse value: 363.600861412. iteration 8610 found worse value: 363.600861412. iteration 8611 found worse value: 363.600861412. iteration 8612 found worse value: 363.600861412. iteration 8613 found worse value: 363.600861412. iteration 8614 found worse value: 363.600861412. iteration 8615 found worse value: 363.600861412. iteration 8616 found worse value: 363.600861412. iteration 8617 found worse value: 363.600861412. iteration 8618 found worse value: 363.600861412. iteration 8619 found worse value: 363.600861412. iteration 8620 found worse value: 363.600861412. iteration 8621 found worse value: 363.600861412. iteration8621, perturbing to get out of local maxima iteration 8622 found worse value: 363.600861412. iteration 8623 found worse value: 363.600861412. iteration 8624 found worse value: 363.600861412. iteration 8625 found worse value: 363.600861412. iteration8625, perturbing to get out of local maxima iteration 8626 found worse value: 363.600861412. iteration 8627 found worse value: 363.600861412. iteration 8628 found worse value: 363.600861412. iteration8628, perturbing to get out of local maxima iteration 8629 found worse value: 363.600861412. iteration 8630 found worse value: 363.600861412. iteration 8631 found worse value: 363.600861412. iteration 8632 found worse value: 363.600861412. iteration 8633 found worse value: 363.600861412. iteration 8634 found worse value: 363.600861412. iteration 8635 found worse value: 363.600861412. iteration 8636 found worse value: 363.600861412. iteration 8637 found worse value: 363.600861412. iteration8637, perturbing to get out of local maxima iteration 8638 found worse value: 363.600861412. iteration 8639 found worse value: 363.600861412. iteration 8640 found worse value: 363.600861412. iteration 8641 found worse value: 363.600861412. iteration 8642 found worse value: 363.600861412. iteration 8643 found worse value: 363.600861412. iteration8643, perturbing to get out of local maxima iteration 8644 found worse value: 363.600861412. iteration8644, perturbing to get out of local maxima iteration 8645 found worse value: 363.600861412. iteration 8646 found worse value: 363.600861412. iteration 8647 found worse value: 363.600861412. iteration 8648 found worse value: 363.600861412. iteration 8649 found worse value: 363.600861412. iteration8649, perturbing to get out of local maxima iteration 8650 found worse value: 363.600861412. iteration 8651 found worse value: 363.600861412. iteration8651, perturbing to get out of local maxima iteration 8652 found worse value: 363.600861412. iteration 8653 found worse value: 363.600861412. iteration 8654 found worse value: 363.600861412. iteration 8655 found worse value: 363.600861412. iteration 8656 found worse value: 363.600861412. iteration8656, perturbing to get out of local maxima iteration 8657 found worse value: 363.600861412. iteration 8658 found worse value: 363.600861412. iteration 8659 found worse value: 363.600861412. iteration 8660 found worse value: 363.600861412. iteration 8661 found worse value: 363.600861412. iteration 8662 found worse value: 363.600861412. iteration 8663 found worse value: 363.600861412. iteration 8664 found worse value: 363.600861412. iteration 8665 found worse value: 363.600861412. iteration 8666 found worse value: 363.600861412. iteration 8667 found worse value: 363.600861412. iteration 8668 found worse value: 363.600861412. iteration 8669 found worse value: 363.600861412. iteration 8670 found worse value: 363.600861412. iteration 8671 found worse value: 363.600861412. iteration 8672 found worse value: 363.600861412. iteration 8673 found worse value: 363.600861412. iteration 8674 found worse value: 363.600861412. iteration 8675 found worse value: 363.600861412. iteration 8676 found worse value: 363.600861412. iteration 8677 found worse value: 363.600861412. iteration 8678 found worse value: 363.600861412. iteration8678, perturbing to get out of local maxima iteration 8679 found worse value: 363.600861412. iteration 8680 found worse value: 363.600861412. iteration 8681 found worse value: 363.600861412. iteration 8682 found worse value: 363.600861412. iteration 8683 found worse value: 363.600861412. iteration 8684 found worse value: 363.600861412. iteration 8685 found worse value: 363.600861412. iteration 8686 found worse value: 363.600861412. iteration 8687 found worse value: 363.600861412. iteration 8688 found worse value: 363.600861412. iteration 8689 found worse value: 363.600861412. iteration 8690 found worse value: 363.600861412. iteration 8691 found worse value: 363.600861412. iteration 8692 found worse value: 363.600861412. iteration 8693 found worse value: 363.600861412. iteration 8694 found worse value: 363.600861412. iteration 8695 found worse value: 363.600861412. iteration8695, perturbing to get out of local maxima iteration 8696 found worse value: 363.600861412. iteration 8697 found worse value: 363.600861412. iteration 8698 found worse value: 363.600861412. iteration 8699 found worse value: 363.600861412. iteration 8700 found worse value: 363.600861412. iteration 8701 found worse value: 363.600861412. iteration 8702 found worse value: 363.600861412. iteration 8703 found worse value: 363.600861412. iteration 8704 found worse value: 363.600861412. iteration 8705 found worse value: 363.600861412. iteration 8706 found worse value: 363.600861412. iteration 8707 found worse value: 363.600861412. iteration 8708 found worse value: 363.600861412. iteration 8709 found worse value: 363.600861412. iteration 8710 found worse value: 363.600861412. iteration 8711 found worse value: 363.600861412. iteration 8712 found worse value: 363.600861412. iteration 8713 found worse value: 363.600861412. iteration 8714 found worse value: 363.600861412. iteration 8715 found worse value: 363.600861412. iteration 8716 found worse value: 363.600861412. iteration 8717 found worse value: 363.600861412. iteration 8718 found worse value: 363.600861412. iteration 8719 found worse value: 363.600861412. iteration 8720 found worse value: 363.600861412. iteration 8721 found worse value: 363.600861412. iteration 8722 found worse value: 363.600861412. iteration 8723 found worse value: 363.600861412. iteration 8724 found worse value: 363.600861412. iteration 8725 found worse value: 363.600861412. iteration 8726 found worse value: 363.600861412. iteration 8727 found worse value: 363.600861412. iteration 8728 found worse value: 363.600861412. iteration 8729 found worse value: 363.600861412. iteration 8730 found worse value: 363.600861412. iteration 8731 found worse value: 363.600861412. iteration 8732 found worse value: 363.600861412. iteration 8733 found worse value: 363.600861412. iteration 8734 found worse value: 363.600861412. iteration 8735 found worse value: 363.600861412. iteration 8736 found worse value: 363.600861412. iteration 8737 found worse value: 363.600861412. iteration 8738 found worse value: 363.600861412. iteration 8739 found worse value: 363.600861412. iteration 8740 found worse value: 363.600861412. iteration 8741 found worse value: 363.600861412. iteration 8742 found worse value: 363.600861412. iteration 8743 found worse value: 363.600861412. iteration 8744 found worse value: 363.600861412. iteration8744, perturbing to get out of local maxima iteration 8745 found worse value: 363.600861412. iteration 8746 found worse value: 363.600861412. iteration 8747 found worse value: 363.600861412. iteration 8748 found worse value: 363.600861412. iteration 8749 found worse value: 363.600861412. iteration8749, perturbing to get out of local maxima iteration 8750 found worse value: 363.600861412. iteration8750, perturbing to get out of local maxima iteration 8751 found worse value: 363.600861412. iteration 8752 found worse value: 363.600861412. iteration 8753 found worse value: 363.600861412. iteration8753, perturbing to get out of local maxima iteration 8754 found worse value: 363.600861412. iteration 8755 found worse value: 363.600861412. iteration 8756 found worse value: 363.600861412. iteration 8757 found worse value: 363.600861412. iteration 8758 found worse value: 363.600861412. iteration 8759 found worse value: 363.600861412. iteration 8760 found worse value: 363.600861412. iteration8760, perturbing to get out of local maxima iteration 8761 found worse value: 363.600861412. iteration 8762 found worse value: 363.600861412. iteration 8763 found worse value: 363.600861412. iteration 8764 found worse value: 363.600861412. iteration 8765 found worse value: 363.600861412. iteration8765, perturbing to get out of local maxima iteration 8766 found worse value: 363.600861412. iteration 8767 found worse value: 363.600861412. iteration 8768 found worse value: 363.600861412. iteration 8769 found worse value: 363.600861412. iteration 8770 found worse value: 363.600861412. iteration 8771 found worse value: 363.600861412. iteration 8772 found worse value: 363.600861412. iteration 8773 found worse value: 363.600861412. iteration 8774 found worse value: 363.600861412. iteration 8775 found worse value: 363.600861412. iteration8775, perturbing to get out of local maxima iteration 8776 found worse value: 363.600861412. iteration 8777 found worse value: 363.600861412. iteration 8778 found worse value: 363.600861412. iteration 8779 found worse value: 363.600861412. iteration 8780 found worse value: 363.600861412. iteration 8781 found worse value: 363.600861412. iteration 8782 found worse value: 363.600861412. iteration 8783 found worse value: 363.600861412. iteration 8784 found worse value: 363.600861412. iteration8784, perturbing to get out of local maxima iteration 8785 found worse value: 363.600861412. iteration 8786 found worse value: 363.600861412. iteration 8787 found worse value: 363.600861412. iteration 8788 found worse value: 363.600861412. iteration 8789 found worse value: 363.600861412. iteration 8790 found worse value: 363.600861412. iteration 8791 found worse value: 363.600861412. iteration 8792 found worse value: 363.600861412. iteration 8793 found worse value: 363.600861412. iteration 8794 found worse value: 363.600861412. iteration 8795 found worse value: 363.600861412. iteration 8796 found worse value: 363.600861412. iteration 8797 found worse value: 363.600861412. iteration 8798 found worse value: 363.600861412. iteration8798, perturbing to get out of local maxima iteration 8799 found worse value: 363.600861412. iteration8799, perturbing to get out of local maxima iteration 8800 found worse value: 363.600861412. iteration 8801 found worse value: 363.600861412. iteration 8802 found worse value: 363.600861412. iteration 8803 found worse value: 363.600861412. iteration 8804 found worse value: 363.600861412. iteration 8805 found worse value: 363.600861412. iteration 8806 found worse value: 363.600861412. iteration 8807 found worse value: 363.600861412. iteration 8808 found worse value: 363.600861412. iteration 8809 found worse value: 363.600861412. iteration 8810 found worse value: 363.600861412. iteration 8811 found worse value: 363.600861412. iteration 8812 found worse value: 363.600861412. iteration 8813 found worse value: 363.600861412. iteration8813, perturbing to get out of local maxima iteration 8814 found worse value: 363.600861412. iteration 8815 found worse value: 363.600861412. iteration 8816 found worse value: 363.600861412. iteration8816, perturbing to get out of local maxima iteration 8817 found worse value: 363.600861412. iteration 8818 found worse value: 363.600861412. iteration8818, perturbing to get out of local maxima iteration 8819 found worse value: 363.600861412. iteration8819, perturbing to get out of local maxima iteration 8820 found worse value: 363.600861412. iteration 8821 found worse value: 363.600861412. iteration 8822 found worse value: 363.600861412. iteration 8823 found worse value: 363.600861412. iteration 8824 found worse value: 363.600861412. iteration 8825 found worse value: 363.600861412. iteration 8826 found worse value: 363.600861412. iteration 8827 found worse value: 363.600861412. iteration 8828 found worse value: 363.600861412. iteration 8829 found worse value: 363.600861412. iteration 8830 found worse value: 363.600861412. iteration 8831 found worse value: 363.600861412. iteration 8832 found worse value: 363.600861412. iteration 8833 found worse value: 363.600861412. iteration 8834 found worse value: 363.600861412. iteration 8835 found worse value: 363.600861412. iteration 8836 found worse value: 363.600861412. iteration 8837 found worse value: 363.600861412. iteration 8838 found worse value: 363.600861412. iteration 8839 found worse value: 363.600861412. iteration 8840 found worse value: 363.600861412. iteration 8841 found worse value: 363.600861412. iteration 8842 found worse value: 363.600861412. iteration 8843 found worse value: 363.600861412. iteration 8844 found worse value: 363.600861412. iteration 8845 found worse value: 363.600861412. iteration 8846 found worse value: 363.600861412. iteration 8847 found worse value: 363.600861412. iteration 8848 found worse value: 363.600861412. iteration 8849 found worse value: 363.600861412. iteration 8850 found worse value: 363.600861412. iteration 8851 found worse value: 363.600861412. iteration 8852 found worse value: 363.600861412. iteration 8853 found worse value: 363.600861412. iteration 8854 found worse value: 363.600861412. iteration 8855 found worse value: 363.600861412. iteration 8856 found worse value: 363.600861412. iteration 8857 found worse value: 363.600861412. iteration 8858 found worse value: 363.600861412. iteration 8859 found worse value: 363.600861412. iteration 8860 found worse value: 363.600861412. iteration 8861 found worse value: 363.600861412. iteration 8862 found worse value: 363.600861412. iteration 8863 found worse value: 363.600861412. iteration 8864 found worse value: 363.600861412. iteration 8865 found worse value: 363.600861412. iteration 8866 found worse value: 363.600861412. iteration 8867 found worse value: 363.600861412. iteration 8868 found worse value: 363.600861412. iteration 8869 found worse value: 363.600861412. iteration 8870 found worse value: 363.600861412. iteration 8871 found worse value: 363.600861412. iteration 8872 found worse value: 363.600861412. iteration 8873 found worse value: 363.600861412. iteration 8874 found worse value: 363.600861412. iteration 8875 found worse value: 363.600861412. iteration 8876 found worse value: 363.600861412. iteration 8877 found worse value: 363.600861412. iteration 8878 found worse value: 363.600861412. iteration 8879 found worse value: 363.600861412. iteration 8880 found worse value: 363.600861412. iteration 8881 found worse value: 363.600861412. iteration 8882 found worse value: 363.600861412. iteration 8883 found worse value: 363.600861412. iteration8883, perturbing to get out of local maxima iteration 8884 found worse value: 363.600861412. iteration 8885 found worse value: 363.600861412. iteration 8886 found worse value: 363.600861412. iteration 8887 found worse value: 363.600861412. iteration 8888 found worse value: 363.600861412. iteration 8889 found worse value: 363.600861412. iteration 8890 found worse value: 363.600861412. iteration 8891 found worse value: 363.600861412. iteration 8892 found worse value: 363.600861412. iteration 8893 found worse value: 363.600861412. iteration 8894 found worse value: 363.600861412. iteration 8895 found worse value: 363.600861412. iteration 8896 found worse value: 363.600861412. iteration 8897 found worse value: 363.600861412. iteration 8898 found worse value: 363.600861412. iteration 8899 found worse value: 363.600861412. iteration 8900 found worse value: 363.600861412. iteration 8901 found worse value: 363.600861412. iteration 8902 found worse value: 363.600861412. iteration 8903 found worse value: 363.600861412. iteration 8904 found worse value: 363.600861412. iteration 8905 found worse value: 363.600861412. iteration 8906 found worse value: 363.600861412. iteration 8907 found worse value: 363.600861412. iteration 8908 found worse value: 363.600861412. iteration 8909 found worse value: 363.600861412. iteration 8910 found worse value: 363.600861412. iteration 8911 found worse value: 363.600861412. iteration 8912 found worse value: 363.600861412. iteration 8913 found worse value: 363.600861412. iteration 8914 found worse value: 363.600861412. iteration 8915 found worse value: 363.600861412. iteration 8916 found worse value: 363.600861412. iteration 8917 found worse value: 363.600861412. iteration8917, perturbing to get out of local maxima iteration 8918 found worse value: 363.600861412. iteration 8919 found worse value: 363.600861412. iteration 8920 found worse value: 363.600861412. iteration 8921 found worse value: 363.600861412. iteration8921, perturbing to get out of local maxima iteration 8922 found worse value: 363.600861412. iteration 8923 found worse value: 363.600861412. iteration8923, perturbing to get out of local maxima iteration 8924 found worse value: 363.600861412. iteration 8925 found worse value: 363.600861412. iteration 8926 found worse value: 363.600861412. iteration 8927 found worse value: 363.600861412. iteration 8928 found worse value: 363.600861412. iteration 8929 found worse value: 363.600861412. iteration 8930 found worse value: 363.600861412. iteration 8931 found worse value: 363.600861412. iteration 8932 found worse value: 363.600861412. iteration 8933 found worse value: 363.600861412. iteration 8934 found worse value: 363.600861412. iteration 8935 found worse value: 363.600861412. iteration 8936 found worse value: 363.600861412. iteration 8937 found worse value: 363.600861412. iteration 8938 found worse value: 363.600861412. iteration 8939 found worse value: 363.600861412. iteration 8940 found worse value: 363.600861412. iteration 8941 found worse value: 363.600861412. iteration 8942 found worse value: 363.600861412. iteration 8943 found worse value: 363.600861412. iteration 8944 found worse value: 363.600861412. iteration 8945 found worse value: 363.600861412. iteration 8946 found worse value: 363.600861412. iteration8946, perturbing to get out of local maxima iteration 8947 found worse value: 363.600861412. iteration 8948 found worse value: 363.600861412. iteration 8949 found worse value: 363.600861412. iteration8949, perturbing to get out of local maxima iteration 8950 found worse value: 363.600861412. iteration 8951 found worse value: 363.600861412. iteration 8952 found worse value: 363.600861412. iteration 8953 found worse value: 363.600861412. iteration 8954 found worse value: 363.600861412. iteration 8955 found worse value: 363.600861412. iteration 8956 found worse value: 363.600861412. iteration 8957 found worse value: 363.600861412. iteration 8958 found worse value: 363.600861412. iteration 8959 found worse value: 363.600861412. iteration 8960 found worse value: 363.600861412. iteration 8961 found worse value: 363.600861412. iteration 8962 found worse value: 363.600861412. iteration 8963 found worse value: 363.600861412. iteration 8964 found worse value: 363.600861412. iteration 8965 found worse value: 363.600861412. iteration 8966 found worse value: 363.600861412. iteration 8967 found worse value: 363.600861412. iteration 8968 found worse value: 363.600861412. iteration 8969 found worse value: 363.600861412. iteration 8970 found worse value: 363.600861412. iteration 8971 found worse value: 363.600861412. iteration 8972 found worse value: 363.600861412. iteration 8973 found worse value: 363.600861412. iteration 8974 found worse value: 363.600861412. iteration 8975 found worse value: 363.600861412. iteration8975, perturbing to get out of local maxima iteration 8976 found worse value: 363.600861412. iteration 8977 found worse value: 363.600861412. iteration 8978 found worse value: 363.600861412. iteration 8979 found worse value: 363.600861412. iteration 8980 found worse value: 363.600861412. iteration 8981 found worse value: 363.600861412. iteration 8982 found worse value: 363.600861412. iteration 8983 found worse value: 363.600861412. iteration 8984 found worse value: 363.600861412. iteration8984, perturbing to get out of local maxima iteration 8985 found worse value: 363.600861412. iteration 8986 found worse value: 363.600861412. iteration 8987 found worse value: 363.600861412. iteration 8988 found worse value: 363.600861412. iteration 8989 found worse value: 363.600861412. iteration 8990 found worse value: 363.600861412. iteration 8991 found worse value: 363.600861412. iteration 8992 found worse value: 363.600861412. iteration 8993 found worse value: 363.600861412. iteration 8994 found worse value: 363.600861412. iteration 8995 found worse value: 363.600861412. iteration 8996 found worse value: 363.600861412. iteration 8997 found worse value: 363.600861412. iteration 8998 found worse value: 363.600861412. iteration 8999 found worse value: 363.600861412. iteration 9000 found worse value: 363.600861412. iteration 9001 found worse value: 363.600861412. iteration 9002 found worse value: 363.600861412. iteration 9003 found worse value: 363.600861412. iteration 9004 found worse value: 363.600861412. iteration 9005 found worse value: 363.600861412. iteration 9006 found worse value: 363.600861412. iteration 9007 found worse value: 363.600861412. iteration 9008 found worse value: 363.600861412. iteration 9009 found worse value: 363.600861412. iteration 9010 found worse value: 363.600861412. iteration 9011 found worse value: 363.600861412. iteration 9012 found worse value: 363.600861412. iteration 9013 found worse value: 363.600861412. iteration 9014 found worse value: 363.600861412. iteration 9015 found worse value: 363.600861412. iteration 9016 found worse value: 363.600861412. iteration 9017 found worse value: 363.600861412. iteration 9018 found worse value: 363.600861412. iteration 9019 found worse value: 363.600861412. iteration 9020 found worse value: 363.600861412. iteration 9021 found worse value: 363.600861412. iteration 9022 found worse value: 363.600861412. iteration 9023 found worse value: 363.600861412. iteration 9024 found worse value: 363.600861412. iteration 9025 found worse value: 363.600861412. iteration 9026 found worse value: 363.600861412. iteration 9027 found worse value: 363.600861412. iteration 9028 found worse value: 363.600861412. iteration 9029 found worse value: 363.600861412. iteration 9030 found worse value: 363.600861412. iteration 9031 found worse value: 363.600861412. iteration 9032 found worse value: 363.600861412. iteration 9033 found worse value: 363.600861412. iteration 9034 found worse value: 363.600861412. iteration 9035 found worse value: 363.600861412. iteration 9036 found worse value: 363.600861412. iteration 9037 found worse value: 363.600861412. iteration 9038 found worse value: 363.600861412. iteration 9039 found worse value: 363.600861412. iteration9039, perturbing to get out of local maxima iteration 9040 found worse value: 363.600861412. iteration 9041 found worse value: 363.600861412. iteration 9042 found worse value: 363.600861412. iteration 9043 found worse value: 363.600861412. iteration 9044 found worse value: 363.600861412. iteration 9045 found worse value: 363.600861412. iteration 9046 found worse value: 363.600861412. iteration9046, perturbing to get out of local maxima iteration 9047 found worse value: 363.600861412. iteration 9048 found worse value: 363.600861412. iteration 9049 found worse value: 363.600861412. iteration 9050 found worse value: 363.600861412. iteration 9051 found worse value: 363.600861412. iteration 9052 found worse value: 363.600861412. iteration 9053 found worse value: 363.600861412. iteration 9054 found worse value: 363.600861412. iteration 9055 found worse value: 363.600861412. iteration 9056 found worse value: 363.600861412. iteration 9057 found worse value: 363.600861412. iteration 9058 found worse value: 363.600861412. iteration 9059 found worse value: 363.600861412. iteration 9060 found worse value: 363.600861412. iteration 9061 found worse value: 363.600861412. iteration9061, perturbing to get out of local maxima iteration 9062 found worse value: 363.600861412. iteration9062, perturbing to get out of local maxima iteration 9063 found worse value: 363.600861412. iteration 9064 found worse value: 363.600861412. iteration 9065 found worse value: 363.600861412. iteration 9066 found worse value: 363.600861412. iteration 9067 found worse value: 363.600861412. iteration 9068 found worse value: 363.600861412. iteration 9069 found worse value: 363.600861412. iteration9069, perturbing to get out of local maxima iteration 9070 found worse value: 363.600861412. iteration 9071 found worse value: 363.600861412. iteration 9072 found worse value: 363.600861412. iteration 9073 found worse value: 363.600861412. iteration 9074 found worse value: 363.600861412. iteration 9075 found worse value: 363.600861412. iteration 9076 found worse value: 363.600861412. iteration9076, perturbing to get out of local maxima iteration 9077 found worse value: 363.600861412. iteration9077, perturbing to get out of local maxima iteration 9078 found worse value: 363.600861412. iteration9078, perturbing to get out of local maxima iteration 9079 found worse value: 363.600861412. iteration 9080 found worse value: 363.600861412. iteration 9081 found worse value: 363.600861412. iteration 9082 found worse value: 363.600861412. iteration 9083 found worse value: 363.600861412. iteration 9084 found worse value: 363.600861412. iteration 9085 found worse value: 363.600861412. iteration 9086 found worse value: 363.600861412. iteration 9087 found worse value: 363.600861412. iteration 9088 found worse value: 363.600861412. iteration9088, perturbing to get out of local maxima iteration 9089 found worse value: 363.600861412. iteration 9090 found worse value: 363.600861412. iteration 9091 found worse value: 363.600861412. iteration 9092 found worse value: 363.600861412. iteration 9093 found worse value: 363.600861412. iteration 9094 found worse value: 363.600861412. iteration 9095 found worse value: 363.600861412. iteration 9096 found worse value: 363.600861412. iteration 9097 found worse value: 363.600861412. iteration 9098 found worse value: 363.600861412. iteration 9099 found worse value: 363.600861412. iteration 9100 found worse value: 363.600861412. iteration 9101 found worse value: 363.600861412. iteration 9102 found worse value: 363.600861412. iteration 9103 found worse value: 363.600861412. iteration 9104 found worse value: 363.600861412. iteration9104, perturbing to get out of local maxima iteration 9105 found worse value: 363.600861412. iteration 9106 found worse value: 363.600861412. iteration 9107 found worse value: 363.600861412. iteration 9108 found worse value: 363.600861412. iteration 9109 found worse value: 363.600861412. iteration 9110 found worse value: 363.600861412. iteration 9111 found worse value: 363.600861412. iteration 9112 found worse value: 363.600861412. iteration 9113 found worse value: 363.600861412. iteration 9114 found worse value: 363.600861412. iteration 9115 found worse value: 363.600861412. iteration 9116 found worse value: 363.600861412. iteration 9117 found worse value: 363.600861412. iteration 9118 found worse value: 363.600861412. iteration 9119 found worse value: 363.600861412. iteration 9120 found worse value: 363.600861412. iteration 9121 found worse value: 363.600861412. iteration 9122 found worse value: 363.600861412. iteration 9123 found worse value: 363.600861412. iteration 9124 found worse value: 363.600861412. iteration 9125 found worse value: 363.600861412. iteration 9126 found worse value: 363.600861412. iteration 9127 found worse value: 363.600861412. iteration 9128 found worse value: 363.600861412. iteration 9129 found worse value: 363.600861412. iteration9129, perturbing to get out of local maxima iteration 9130 found worse value: 363.600861412. iteration 9131 found worse value: 363.600861412. iteration 9132 found worse value: 363.600861412. iteration 9133 found worse value: 363.600861412. iteration 9134 found worse value: 363.600861412. iteration 9135 found worse value: 363.600861412. iteration 9136 found worse value: 363.600861412. iteration 9137 found worse value: 363.600861412. iteration 9138 found worse value: 363.600861412. iteration 9139 found worse value: 363.600861412. iteration9139, perturbing to get out of local maxima iteration 9140 found worse value: 363.600861412. iteration 9141 found worse value: 363.600861412. iteration 9142 found worse value: 363.600861412. iteration 9143 found worse value: 363.600861412. iteration 9144 found worse value: 363.600861412. iteration 9145 found worse value: 363.600861412. iteration 9146 found worse value: 363.600861412. iteration 9147 found worse value: 363.600861412. iteration 9148 found worse value: 363.600861412. iteration 9149 found worse value: 363.600861412. iteration 9150 found worse value: 363.600861412. iteration 9151 found worse value: 363.600861412. iteration 9152 found worse value: 363.600861412. iteration 9153 found worse value: 363.600861412. iteration 9154 found worse value: 363.600861412. iteration 9155 found worse value: 363.600861412. iteration 9156 found worse value: 363.600861412. iteration 9157 found worse value: 363.600861412. iteration 9158 found worse value: 363.600861412. iteration 9159 found worse value: 363.600861412. iteration 9160 found worse value: 363.600861412. iteration 9161 found worse value: 363.600861412. iteration 9162 found worse value: 363.600861412. iteration 9163 found worse value: 363.600861412. iteration 9164 found worse value: 363.600861412. iteration 9165 found worse value: 363.600861412. iteration 9166 found worse value: 363.600861412. iteration 9167 found worse value: 363.600861412. iteration 9168 found worse value: 363.600861412. iteration 9169 found worse value: 363.600861412. iteration 9170 found worse value: 363.600861412. iteration 9171 found worse value: 363.600861412. iteration 9172 found worse value: 363.600861412. iteration 9173 found worse value: 363.600861412. iteration 9174 found worse value: 363.600861412. iteration9174, perturbing to get out of local maxima iteration 9175 found worse value: 363.600861412. iteration 9176 found worse value: 363.600861412. iteration 9177 found worse value: 363.600861412. iteration9177, perturbing to get out of local maxima iteration 9178 found worse value: 363.600861412. iteration 9179 found worse value: 363.600861412. iteration 9180 found worse value: 363.600861412. iteration 9181 found worse value: 363.600861412. iteration 9182 found worse value: 363.600861412. iteration 9183 found worse value: 363.600861412. iteration 9184 found worse value: 363.600861412. iteration 9185 found worse value: 363.600861412. iteration 9186 found worse value: 363.600861412. iteration 9187 found worse value: 363.600861412. iteration 9188 found worse value: 363.600861412. iteration 9189 found worse value: 363.600861412. iteration 9190 found worse value: 363.600861412. iteration 9191 found worse value: 363.600861412. iteration 9192 found worse value: 363.600861412. iteration 9193 found worse value: 363.600861412. iteration 9194 found worse value: 363.600861412. iteration 9195 found worse value: 363.600861412. iteration 9196 found worse value: 363.600861412. iteration 9197 found worse value: 363.600861412. iteration 9198 found worse value: 363.600861412. iteration 9199 found worse value: 363.600861412. iteration 9200 found worse value: 363.600861412. iteration 9201 found worse value: 363.600861412. iteration 9202 found worse value: 363.600861412. iteration 9203 found worse value: 363.600861412. iteration 9204 found worse value: 363.600861412. iteration 9205 found worse value: 363.600861412. iteration 9206 found worse value: 363.600861412. iteration 9207 found worse value: 363.600861412. iteration9207, perturbing to get out of local maxima iteration 9208 found worse value: 363.600861412. iteration 9209 found worse value: 363.600861412. iteration 9210 found worse value: 363.600861412. iteration 9211 found worse value: 363.600861412. iteration 9212 found worse value: 363.600861412. iteration 9213 found worse value: 363.600861412. iteration 9214 found worse value: 363.600861412. iteration 9215 found worse value: 363.600861412. iteration 9216 found worse value: 363.600861412. iteration9216, perturbing to get out of local maxima iteration 9217 found worse value: 363.600861412. iteration 9218 found worse value: 363.600861412. iteration 9219 found worse value: 363.600861412. iteration 9220 found worse value: 363.600861412. iteration 9221 found worse value: 363.600861412. iteration9221, perturbing to get out of local maxima iteration 9222 found worse value: 363.600861412. iteration 9223 found worse value: 363.600861412. iteration 9224 found worse value: 363.600861412. iteration 9225 found worse value: 363.600861412. iteration 9226 found worse value: 363.600861412. iteration 9227 found worse value: 363.600861412. iteration 9228 found worse value: 363.600861412. iteration 9229 found worse value: 363.600861412. iteration 9230 found worse value: 363.600861412. iteration 9231 found worse value: 363.600861412. iteration 9232 found worse value: 363.600861412. iteration 9233 found worse value: 363.600861412. iteration 9234 found worse value: 363.600861412. iteration 9235 found worse value: 363.600861412. iteration 9236 found worse value: 363.600861412. iteration 9237 found worse value: 363.600861412. iteration 9238 found worse value: 363.600861412. iteration 9239 found worse value: 363.600861412. iteration 9240 found worse value: 363.600861412. iteration9240, perturbing to get out of local maxima iteration 9241 found worse value: 363.600861412. iteration 9242 found worse value: 363.600861412. iteration 9243 found worse value: 363.600861412. iteration 9244 found worse value: 363.600861412. iteration 9245 found worse value: 363.600861412. iteration 9246 found worse value: 363.600861412. iteration 9247 found worse value: 363.600861412. iteration 9248 found worse value: 363.600861412. iteration 9249 found worse value: 363.600861412. iteration 9250 found worse value: 363.600861412. iteration 9251 found worse value: 363.600861412. iteration 9252 found worse value: 363.600861412. iteration 9253 found worse value: 363.600861412. iteration 9254 found worse value: 363.600861412. iteration 9255 found worse value: 363.600861412. iteration 9256 found worse value: 363.600861412. iteration 9257 found worse value: 363.600861412. iteration 9258 found worse value: 363.600861412. iteration 9259 found worse value: 363.600861412. iteration 9260 found worse value: 363.600861412. iteration 9261 found worse value: 363.600861412. iteration 9262 found worse value: 363.600861412. iteration 9263 found worse value: 363.600861412. iteration 9264 found worse value: 363.600861412. iteration9264, perturbing to get out of local maxima iteration 9265 found worse value: 363.600861412. iteration 9266 found worse value: 363.600861412. iteration 9267 found worse value: 363.600861412. iteration 9268 found worse value: 363.600861412. iteration 9269 found worse value: 363.600861412. iteration 9270 found worse value: 363.600861412. iteration 9271 found worse value: 363.600861412. iteration 9272 found worse value: 363.600861412. iteration 9273 found worse value: 363.600861412. iteration 9274 found worse value: 363.600861412. iteration 9275 found worse value: 363.600861412. iteration 9276 found worse value: 363.600861412. iteration 9277 found worse value: 363.600861412. iteration 9278 found worse value: 363.600861412. iteration 9279 found worse value: 363.600861412. iteration 9280 found worse value: 363.600861412. iteration 9281 found worse value: 363.600861412. iteration 9282 found worse value: 363.600861412. iteration 9283 found worse value: 363.600861412. iteration 9284 found worse value: 363.600861412. iteration9284, perturbing to get out of local maxima iteration 9285 found worse value: 363.600861412. iteration 9286 found worse value: 363.600861412. iteration 9287 found worse value: 363.600861412. iteration 9288 found worse value: 363.600861412. iteration 9289 found worse value: 363.600861412. iteration 9290 found worse value: 363.600861412. iteration 9291 found worse value: 363.600861412. iteration 9292 found worse value: 363.600861412. iteration 9293 found worse value: 363.600861412. iteration 9294 found worse value: 363.600861412. iteration 9295 found worse value: 363.600861412. iteration 9296 found worse value: 363.600861412. iteration 9297 found worse value: 363.600861412. iteration 9298 found worse value: 363.600861412. iteration 9299 found worse value: 363.600861412. iteration 9300 found worse value: 363.600861412. iteration 9301 found worse value: 363.600861412. iteration 9302 found worse value: 363.600861412. iteration9302, perturbing to get out of local maxima iteration 9303 found worse value: 363.600861412. iteration 9304 found worse value: 363.600861412. iteration 9305 found worse value: 363.600861412. iteration 9306 found worse value: 363.600861412. iteration 9307 found worse value: 363.600861412. iteration 9308 found worse value: 363.600861412. iteration 9309 found worse value: 363.600861412. iteration 9310 found worse value: 363.600861412. iteration 9311 found worse value: 363.600861412. iteration9311, perturbing to get out of local maxima iteration 9312 found worse value: 363.600861412. iteration 9313 found worse value: 363.600861412. iteration 9314 found worse value: 363.600861412. iteration9314, perturbing to get out of local maxima iteration 9315 found worse value: 363.600861412. iteration 9316 found worse value: 363.600861412. iteration 9317 found worse value: 363.600861412. iteration 9318 found worse value: 363.600861412. iteration 9319 found worse value: 363.600861412. iteration 9320 found worse value: 363.600861412. iteration 9321 found worse value: 363.600861412. iteration 9322 found worse value: 363.600861412. iteration 9323 found worse value: 363.600861412. iteration 9324 found worse value: 363.600861412. iteration 9325 found worse value: 363.600861412. iteration 9326 found worse value: 363.600861412. iteration 9327 found worse value: 363.600861412. iteration 9328 found worse value: 363.600861412. iteration 9329 found worse value: 363.600861412. iteration 9330 found worse value: 363.600861412. iteration 9331 found worse value: 363.600861412. iteration 9332 found worse value: 363.600861412. iteration 9333 found worse value: 363.600861412. iteration 9334 found worse value: 363.600861412. iteration 9335 found worse value: 363.600861412. iteration 9336 found worse value: 363.600861412. iteration 9337 found worse value: 363.600861412. iteration 9338 found worse value: 363.600861412. iteration 9339 found worse value: 363.600861412. iteration 9340 found worse value: 363.600861412. iteration 9341 found worse value: 363.600861412. iteration 9342 found worse value: 363.600861412. iteration 9343 found worse value: 363.600861412. iteration 9344 found worse value: 363.600861412. iteration 9345 found worse value: 363.600861412. iteration 9346 found worse value: 363.600861412. iteration 9347 found worse value: 363.600861412. iteration 9348 found worse value: 363.600861412. iteration 9349 found worse value: 363.600861412. iteration9349, perturbing to get out of local maxima iteration 9350 found worse value: 363.600861412. iteration9350, perturbing to get out of local maxima iteration 9351 found worse value: 363.600861412. iteration 9352 found worse value: 363.600861412. iteration 9353 found worse value: 363.600861412. iteration 9354 found worse value: 363.600861412. iteration 9355 found worse value: 363.600861412. iteration 9356 found worse value: 363.600861412. iteration 9357 found worse value: 363.600861412. iteration 9358 found worse value: 363.600861412. iteration 9359 found worse value: 363.600861412. iteration 9360 found worse value: 363.600861412. iteration 9361 found worse value: 363.600861412. iteration 9362 found worse value: 363.600861412. iteration 9363 found worse value: 363.600861412. iteration 9364 found worse value: 363.600861412. iteration 9365 found worse value: 363.600861412. iteration 9366 found worse value: 363.600861412. iteration 9367 found worse value: 363.600861412. iteration 9368 found worse value: 363.600861412. iteration9368, perturbing to get out of local maxima iteration 9369 found worse value: 363.600861412. iteration 9370 found worse value: 363.600861412. iteration 9371 found worse value: 363.600861412. iteration 9372 found worse value: 363.600861412. iteration9372, perturbing to get out of local maxima iteration 9373 found worse value: 363.600861412. iteration 9374 found worse value: 363.600861412. iteration 9375 found worse value: 363.600861412. iteration 9376 found worse value: 363.600861412. iteration9376, perturbing to get out of local maxima iteration 9377 found worse value: 363.600861412. iteration 9378 found worse value: 363.600861412. iteration 9379 found worse value: 363.600861412. iteration 9380 found worse value: 363.600861412. iteration 9381 found worse value: 363.600861412. iteration 9382 found worse value: 363.600861412. iteration 9383 found worse value: 363.600861412. iteration 9384 found worse value: 363.600861412. iteration 9385 found worse value: 363.600861412. iteration 9386 found worse value: 363.600861412. iteration 9387 found worse value: 363.600861412. iteration 9388 found worse value: 363.600861412. iteration 9389 found worse value: 363.600861412. iteration 9390 found worse value: 363.600861412. iteration 9391 found worse value: 363.600861412. iteration9391, perturbing to get out of local maxima iteration 9392 found worse value: 363.600861412. iteration 9393 found worse value: 363.600861412. iteration 9394 found worse value: 363.600861412. iteration 9395 found worse value: 363.600861412. iteration 9396 found worse value: 363.600861412. iteration 9397 found worse value: 363.600861412. iteration 9398 found worse value: 363.600861412. iteration 9399 found worse value: 363.600861412. iteration 9400 found worse value: 363.600861412. iteration 9401 found worse value: 363.600861412. iteration 9402 found worse value: 363.600861412. iteration 9403 found worse value: 363.600861412. iteration 9404 found worse value: 363.600861412. iteration 9405 found worse value: 363.600861412. iteration 9406 found worse value: 363.600861412. iteration 9407 found worse value: 363.600861412. iteration 9408 found worse value: 363.600861412. iteration 9409 found worse value: 363.600861412. iteration 9410 found worse value: 363.600861412. iteration9410, perturbing to get out of local maxima iteration 9411 found worse value: 363.600861412. iteration 9412 found worse value: 363.600861412. iteration 9413 found worse value: 363.600861412. iteration 9414 found worse value: 363.600861412. iteration9414, perturbing to get out of local maxima iteration 9415 found worse value: 363.600861412. iteration 9416 found worse value: 363.600861412. iteration 9417 found worse value: 363.600861412. iteration 9418 found worse value: 363.600861412. iteration 9419 found worse value: 363.600861412. iteration 9420 found worse value: 363.600861412. iteration 9421 found worse value: 363.600861412. iteration 9422 found worse value: 363.600861412. iteration 9423 found worse value: 363.600861412. iteration 9424 found worse value: 363.600861412. iteration 9425 found worse value: 363.600861412. iteration 9426 found worse value: 363.600861412. iteration9426, perturbing to get out of local maxima iteration 9427 found worse value: 363.600861412. iteration 9428 found worse value: 363.600861412. iteration 9429 found worse value: 363.600861412. iteration 9430 found worse value: 363.600861412. iteration 9431 found worse value: 363.600861412. iteration 9432 found worse value: 363.600861412. iteration 9433 found worse value: 363.600861412. iteration 9434 found worse value: 363.600861412. iteration 9435 found worse value: 363.600861412. iteration 9436 found worse value: 363.600861412. iteration 9437 found worse value: 363.600861412. iteration 9438 found worse value: 363.600861412. iteration 9439 found worse value: 363.600861412. iteration 9440 found worse value: 363.600861412. iteration 9441 found worse value: 363.600861412. iteration 9442 found worse value: 363.600861412. iteration 9443 found worse value: 363.600861412. iteration 9444 found worse value: 363.600861412. iteration 9445 found worse value: 363.600861412. iteration 9446 found worse value: 363.600861412. iteration 9447 found worse value: 363.600861412. iteration 9448 found worse value: 363.600861412. iteration 9449 found worse value: 363.600861412. iteration 9450 found worse value: 363.600861412. iteration9450, perturbing to get out of local maxima iteration 9451 found worse value: 363.600861412. iteration 9452 found worse value: 363.600861412. iteration 9453 found worse value: 363.600861412. iteration 9454 found worse value: 363.600861412. iteration 9455 found worse value: 363.600861412. iteration 9456 found worse value: 363.600861412. iteration 9457 found worse value: 363.600861412. iteration 9458 found worse value: 363.600861412. iteration 9459 found worse value: 363.600861412. iteration 9460 found worse value: 363.600861412. iteration 9461 found worse value: 363.600861412. iteration 9462 found worse value: 363.600861412. iteration 9463 found worse value: 363.600861412. iteration 9464 found worse value: 363.600861412. iteration 9465 found worse value: 363.600861412. iteration 9466 found worse value: 363.600861412. iteration 9467 found worse value: 363.600861412. iteration9467, perturbing to get out of local maxima iteration 9468 found worse value: 363.600861412. iteration 9469 found worse value: 363.600861412. iteration 9470 found worse value: 363.600861412. iteration 9471 found worse value: 363.600861412. iteration 9472 found worse value: 363.600861412. iteration 9473 found worse value: 363.600861412. iteration 9474 found worse value: 363.600861412. iteration 9475 found worse value: 363.600861412. iteration 9476 found worse value: 363.600861412. iteration 9477 found worse value: 363.600861412. iteration 9478 found worse value: 363.600861412. iteration 9479 found worse value: 363.600861412. iteration 9480 found worse value: 363.600861412. iteration 9481 found worse value: 363.600861412. iteration 9482 found worse value: 363.600861412. iteration 9483 found worse value: 363.600861412. iteration 9484 found worse value: 363.600861412. iteration 9485 found worse value: 363.600861412. iteration 9486 found worse value: 363.600861412. iteration 9487 found worse value: 363.600861412. iteration 9488 found worse value: 363.600861412. iteration 9489 found worse value: 363.600861412. iteration 9490 found worse value: 363.600861412. iteration 9491 found worse value: 363.600861412. iteration 9492 found worse value: 363.600861412. iteration 9493 found worse value: 363.600861412. iteration 9494 found worse value: 363.600861412. iteration 9495 found worse value: 363.600861412. iteration 9496 found worse value: 363.600861412. iteration 9497 found worse value: 363.600861412. iteration 9498 found worse value: 363.600861412. iteration 9499 found worse value: 363.600861412. iteration 9500 found worse value: 363.600861412. iteration9500, perturbing to get out of local maxima iteration 9501 found worse value: 363.600861412. iteration 9502 found worse value: 363.600861412. iteration 9503 found worse value: 363.600861412. iteration 9504 found worse value: 363.600861412. iteration 9505 found worse value: 363.600861412. iteration 9506 found worse value: 363.600861412. iteration 9507 found worse value: 363.600861412. iteration 9508 found worse value: 363.600861412. iteration 9509 found worse value: 363.600861412. iteration9509, perturbing to get out of local maxima iteration 9510 found worse value: 363.600861412. iteration 9511 found worse value: 363.600861412. iteration9511, perturbing to get out of local maxima iteration 9512 found worse value: 363.600861412. iteration 9513 found worse value: 363.600861412. iteration 9514 found worse value: 363.600861412. iteration 9515 found worse value: 363.600861412. iteration9515, perturbing to get out of local maxima iteration 9516 found worse value: 363.600861412. iteration 9517 found worse value: 363.600861412. iteration 9518 found worse value: 363.600861412. iteration 9519 found worse value: 363.600861412. iteration 9520 found worse value: 363.600861412. iteration9520, perturbing to get out of local maxima iteration 9521 found worse value: 363.600861412. iteration 9522 found worse value: 363.600861412. iteration 9523 found worse value: 363.600861412. iteration 9524 found worse value: 363.600861412. iteration 9525 found worse value: 363.600861412. iteration 9526 found worse value: 363.600861412. iteration 9527 found worse value: 363.600861412. iteration 9528 found worse value: 363.600861412. iteration 9529 found worse value: 363.600861412. iteration 9530 found worse value: 363.600861412. iteration 9531 found worse value: 363.600861412. iteration 9532 found worse value: 363.600861412. iteration 9533 found worse value: 363.600861412. iteration 9534 found worse value: 363.600861412. iteration 9535 found worse value: 363.600861412. iteration 9536 found worse value: 363.600861412. iteration 9537 found worse value: 363.600861412. iteration 9538 found worse value: 363.600861412. iteration 9539 found worse value: 363.600861412. iteration 9540 found worse value: 363.600861412. iteration 9541 found worse value: 363.600861412. iteration 9542 found worse value: 363.600861412. iteration9542, perturbing to get out of local maxima iteration 9543 found worse value: 363.600861412. iteration 9544 found worse value: 363.600861412. iteration 9545 found worse value: 363.600861412. iteration9545, perturbing to get out of local maxima iteration 9546 found worse value: 363.600861412. iteration9546, perturbing to get out of local maxima iteration 9547 found worse value: 363.600861412. iteration 9548 found worse value: 363.600861412. iteration 9549 found worse value: 363.600861412. iteration 9550 found worse value: 363.600861412. iteration 9551 found worse value: 363.600861412. iteration 9552 found worse value: 363.600861412. iteration 9553 found worse value: 363.600861412. iteration 9554 found worse value: 363.600861412. iteration 9555 found worse value: 363.600861412. iteration 9556 found worse value: 363.600861412. iteration9556, perturbing to get out of local maxima iteration 9557 found worse value: 363.600861412. iteration9557, perturbing to get out of local maxima iteration 9558 found worse value: 363.600861412. iteration 9559 found worse value: 363.600861412. iteration 9560 found worse value: 363.600861412. iteration 9561 found worse value: 363.600861412. iteration9561, perturbing to get out of local maxima iteration 9562 found worse value: 363.600861412. iteration 9563 found worse value: 363.600861412. iteration 9564 found worse value: 363.600861412. iteration 9565 found worse value: 363.600861412. iteration 9566 found worse value: 363.600861412. iteration 9567 found worse value: 363.600861412. iteration 9568 found worse value: 363.600861412. iteration 9569 found worse value: 363.600861412. iteration 9570 found worse value: 363.600861412. iteration 9571 found worse value: 363.600861412. iteration 9572 found worse value: 363.600861412. iteration 9573 found worse value: 363.600861412. iteration 9574 found worse value: 363.600861412. iteration 9575 found worse value: 363.600861412. iteration 9576 found worse value: 363.600861412. iteration 9577 found worse value: 363.600861412. iteration 9578 found worse value: 363.600861412. iteration 9579 found worse value: 363.600861412. iteration 9580 found worse value: 363.600861412. iteration9580, perturbing to get out of local maxima iteration 9581 found worse value: 363.600861412. iteration 9582 found worse value: 363.600861412. iteration 9583 found worse value: 363.600861412. iteration 9584 found worse value: 363.600861412. iteration 9585 found worse value: 363.600861412. iteration 9586 found worse value: 363.600861412. iteration9586, perturbing to get out of local maxima iteration 9587 found worse value: 363.600861412. iteration 9588 found worse value: 363.600861412. iteration 9589 found worse value: 363.600861412. iteration 9590 found worse value: 363.600861412. iteration 9591 found worse value: 363.600861412. iteration 9592 found worse value: 363.600861412. iteration 9593 found worse value: 363.600861412. iteration 9594 found worse value: 363.600861412. iteration 9595 found worse value: 363.600861412. iteration 9596 found worse value: 363.600861412. iteration 9597 found worse value: 363.600861412. iteration 9598 found worse value: 363.600861412. iteration 9599 found worse value: 363.600861412. iteration 9600 found worse value: 363.600861412. iteration 9601 found worse value: 363.600861412. iteration 9602 found worse value: 363.600861412. iteration 9603 found worse value: 363.600861412. iteration 9604 found worse value: 363.600861412. iteration 9605 found worse value: 363.600861412. iteration 9606 found worse value: 363.600861412. iteration 9607 found worse value: 363.600861412. iteration 9608 found worse value: 363.600861412. iteration 9609 found worse value: 363.600861412. iteration9609, perturbing to get out of local maxima iteration 9610 found better value: 363.600892365 iteration 9611 found worse value: 363.600892365. iteration 9612 found better value: 363.600946791 iteration 9613 found worse value: 363.600946791. iteration9613, perturbing to get out of local maxima iteration 9614 found better value: 363.601041565 iteration 9615 found worse value: 363.601041565. iteration 9616 found worse value: 363.601041565. iteration 9617 found worse value: 363.601041565. iteration 9618 found worse value: 363.601041565. iteration 9619 found worse value: 363.601041565. iteration9619, perturbing to get out of local maxima iteration 9620 found worse value: 363.601041565. iteration 9621 found worse value: 363.601041565. iteration 9622 found worse value: 363.601041565. iteration 9623 found worse value: 363.601041565. iteration 9624 found worse value: 363.601041565. iteration 9625 found worse value: 363.601041565. iteration 9626 found worse value: 363.601041565. iteration 9627 found worse value: 363.601041565. iteration 9628 found worse value: 363.601041565. iteration9628, perturbing to get out of local maxima iteration 9629 found worse value: 363.601041565. iteration9629, perturbing to get out of local maxima iteration 9630 found worse value: 363.601041565. iteration 9631 found worse value: 363.601041565. iteration 9632 found worse value: 363.601041565. iteration 9633 found worse value: 363.601041565. iteration9633, perturbing to get out of local maxima iteration 9634 found worse value: 363.601041565. iteration 9635 found worse value: 363.601041565. iteration9635, perturbing to get out of local maxima iteration 9636 found worse value: 363.601041565. iteration 9637 found worse value: 363.601041565. iteration 9638 found worse value: 363.601041565. iteration 9639 found worse value: 363.601041565. iteration 9640 found worse value: 363.601041565. iteration 9641 found worse value: 363.601041565. iteration 9642 found worse value: 363.601041565. iteration 9643 found worse value: 363.601041565. iteration 9644 found worse value: 363.601041565. iteration 9645 found worse value: 363.601041565. iteration 9646 found worse value: 363.601041565. iteration 9647 found worse value: 363.601041565. iteration 9648 found worse value: 363.601041565. iteration 9649 found worse value: 363.601041565. iteration 9650 found worse value: 363.601041565. iteration 9651 found worse value: 363.601041565. iteration 9652 found worse value: 363.601041565. iteration 9653 found worse value: 363.601041565. iteration 9654 found worse value: 363.601041565. iteration 9655 found worse value: 363.601041565. iteration 9656 found worse value: 363.601041565. iteration 9657 found worse value: 363.601041565. iteration 9658 found worse value: 363.601041565. iteration 9659 found worse value: 363.601041565. iteration9659, perturbing to get out of local maxima iteration 9660 found worse value: 363.601041565. iteration 9661 found worse value: 363.601041565. iteration 9662 found worse value: 363.601041565. iteration 9663 found worse value: 363.601041565. iteration 9664 found worse value: 363.601041565. iteration 9665 found worse value: 363.601041565. iteration 9666 found worse value: 363.601041565. iteration 9667 found worse value: 363.601041565. iteration 9668 found worse value: 363.601041565. iteration 9669 found worse value: 363.601041565. iteration 9670 found worse value: 363.601041565. iteration 9671 found worse value: 363.601041565. iteration 9672 found worse value: 363.601041565. iteration 9673 found worse value: 363.601041565. iteration9673, perturbing to get out of local maxima iteration 9674 found worse value: 363.601041565. iteration 9675 found worse value: 363.601041565. iteration 9676 found worse value: 363.601041565. iteration9676, perturbing to get out of local maxima iteration 9677 found worse value: 363.601041565. iteration9677, perturbing to get out of local maxima iteration 9678 found worse value: 363.601041565. iteration 9679 found worse value: 363.601041565. iteration 9680 found worse value: 363.601041565. iteration 9681 found worse value: 363.601041565. iteration 9682 found worse value: 363.601041565. iteration 9683 found worse value: 363.601041565. iteration 9684 found worse value: 363.601041565. iteration 9685 found worse value: 363.601041565. iteration 9686 found worse value: 363.601041565. iteration 9687 found worse value: 363.601041565. iteration 9688 found worse value: 363.601041565. iteration 9689 found worse value: 363.601041565. iteration 9690 found worse value: 363.601041565. iteration 9691 found worse value: 363.601041565. iteration 9692 found worse value: 363.601041565. iteration 9693 found worse value: 363.601041565. iteration9693, perturbing to get out of local maxima iteration 9694 found worse value: 363.601041565. iteration 9695 found worse value: 363.601041565. iteration 9696 found worse value: 363.601041565. iteration9696, perturbing to get out of local maxima iteration 9697 found worse value: 363.601041565. iteration9697, perturbing to get out of local maxima iteration 9698 found worse value: 363.601041565. iteration 9699 found worse value: 363.601041565. iteration 9700 found worse value: 363.601041565. iteration 9701 found worse value: 363.601041565. iteration 9702 found worse value: 363.601041565. iteration 9703 found worse value: 363.601041565. iteration 9704 found worse value: 363.601041565. iteration 9705 found worse value: 363.601041565. iteration 9706 found worse value: 363.601041565. iteration 9707 found worse value: 363.601041565. iteration 9708 found worse value: 363.601041565. iteration 9709 found worse value: 363.601041565. iteration 9710 found worse value: 363.601041565. iteration 9711 found worse value: 363.601041565. iteration 9712 found worse value: 363.601041565. iteration 9713 found worse value: 363.601041565. iteration 9714 found worse value: 363.601041565. iteration 9715 found worse value: 363.601041565. iteration 9716 found worse value: 363.601041565. iteration 9717 found worse value: 363.601041565. iteration 9718 found worse value: 363.601041565. iteration 9719 found worse value: 363.601041565. iteration 9720 found worse value: 363.601041565. iteration 9721 found worse value: 363.601041565. iteration 9722 found worse value: 363.601041565. iteration 9723 found worse value: 363.601041565. iteration 9724 found worse value: 363.601041565. iteration 9725 found worse value: 363.601041565. iteration 9726 found worse value: 363.601041565. iteration 9727 found worse value: 363.601041565. iteration 9728 found worse value: 363.601041565. iteration 9729 found worse value: 363.601041565. iteration 9730 found worse value: 363.601041565. iteration 9731 found worse value: 363.601041565. iteration 9732 found worse value: 363.601041565. iteration 9733 found worse value: 363.601041565. iteration 9734 found worse value: 363.601041565. iteration 9735 found worse value: 363.601041565. iteration 9736 found worse value: 363.601041565. iteration 9737 found worse value: 363.601041565. iteration 9738 found worse value: 363.601041565. iteration 9739 found worse value: 363.601041565. iteration 9740 found worse value: 363.601041565. iteration 9741 found worse value: 363.601041565. iteration9741, perturbing to get out of local maxima iteration 9742 found worse value: 363.601041565. iteration 9743 found worse value: 363.601041565. iteration 9744 found worse value: 363.601041565. iteration 9745 found worse value: 363.601041565. iteration 9746 found worse value: 363.601041565. iteration 9747 found worse value: 363.601041565. iteration 9748 found worse value: 363.601041565. iteration 9749 found worse value: 363.601041565. iteration 9750 found worse value: 363.601041565. iteration 9751 found worse value: 363.601041565. iteration 9752 found worse value: 363.601041565. iteration 9753 found worse value: 363.601041565. iteration 9754 found worse value: 363.601041565. iteration 9755 found worse value: 363.601041565. iteration 9756 found worse value: 363.601041565. iteration9756, perturbing to get out of local maxima iteration 9757 found worse value: 363.601041565. iteration 9758 found worse value: 363.601041565. iteration 9759 found worse value: 363.601041565. iteration 9760 found worse value: 363.601041565. iteration 9761 found worse value: 363.601041565. iteration 9762 found worse value: 363.601041565. iteration9762, perturbing to get out of local maxima iteration 9763 found worse value: 363.601041565. iteration 9764 found worse value: 363.601041565. iteration 9765 found worse value: 363.601041565. iteration 9766 found worse value: 363.601041565. iteration 9767 found worse value: 363.601041565. iteration 9768 found worse value: 363.601041565. iteration 9769 found worse value: 363.601041565. iteration 9770 found worse value: 363.601041565. iteration 9771 found worse value: 363.601041565. iteration 9772 found worse value: 363.601041565. iteration 9773 found worse value: 363.601041565. iteration 9774 found worse value: 363.601041565. iteration 9775 found worse value: 363.601041565. iteration 9776 found worse value: 363.601041565. iteration 9777 found worse value: 363.601041565. iteration 9778 found worse value: 363.601041565. iteration 9779 found worse value: 363.601041565. iteration 9780 found worse value: 363.601041565. iteration9780, perturbing to get out of local maxima iteration 9781 found worse value: 363.601041565. iteration9781, perturbing to get out of local maxima iteration 9782 found worse value: 363.601041565. iteration 9783 found worse value: 363.601041565. iteration 9784 found worse value: 363.601041565. iteration 9785 found worse value: 363.601041565. iteration 9786 found worse value: 363.601041565. iteration 9787 found worse value: 363.601041565. iteration 9788 found worse value: 363.601041565. iteration 9789 found worse value: 363.601041565. iteration 9790 found worse value: 363.601041565. iteration 9791 found worse value: 363.601041565. iteration 9792 found worse value: 363.601041565. iteration 9793 found worse value: 363.601041565. iteration 9794 found worse value: 363.601041565. iteration 9795 found worse value: 363.601041565. iteration 9796 found worse value: 363.601041565. iteration 9797 found worse value: 363.601041565. iteration 9798 found worse value: 363.601041565. iteration 9799 found worse value: 363.601041565. iteration 9800 found worse value: 363.601041565. iteration 9801 found worse value: 363.601041565. iteration9801, perturbing to get out of local maxima iteration 9802 found worse value: 363.601041565. iteration 9803 found worse value: 363.601041565. iteration 9804 found worse value: 363.601041565. iteration 9805 found worse value: 363.601041565. iteration 9806 found worse value: 363.601041565. iteration 9807 found worse value: 363.601041565. iteration 9808 found worse value: 363.601041565. iteration 9809 found worse value: 363.601041565. iteration 9810 found worse value: 363.601041565. iteration 9811 found worse value: 363.601041565. iteration 9812 found worse value: 363.601041565. iteration9812, perturbing to get out of local maxima iteration 9813 found worse value: 363.601041565. iteration9813, perturbing to get out of local maxima iteration 9814 found worse value: 363.601041565. iteration 9815 found worse value: 363.601041565. iteration 9816 found worse value: 363.601041565. iteration 9817 found worse value: 363.601041565. iteration 9818 found worse value: 363.601041565. iteration 9819 found worse value: 363.601041565. iteration 9820 found worse value: 363.601041565. iteration 9821 found worse value: 363.601041565. iteration 9822 found worse value: 363.601041565. iteration 9823 found worse value: 363.601041565. iteration 9824 found worse value: 363.601041565. iteration 9825 found worse value: 363.601041565. iteration 9826 found worse value: 363.601041565. iteration 9827 found worse value: 363.601041565. iteration 9828 found worse value: 363.601041565. iteration 9829 found worse value: 363.601041565. iteration 9830 found worse value: 363.601041565. iteration 9831 found worse value: 363.601041565. iteration 9832 found worse value: 363.601041565. iteration 9833 found worse value: 363.601041565. iteration 9834 found worse value: 363.601041565. iteration 9835 found worse value: 363.601041565. iteration 9836 found worse value: 363.601041565. iteration 9837 found worse value: 363.601041565. iteration 9838 found worse value: 363.601041565. iteration 9839 found worse value: 363.601041565. iteration 9840 found worse value: 363.601041565. iteration 9841 found worse value: 363.601041565. iteration 9842 found worse value: 363.601041565. iteration 9843 found worse value: 363.601041565. iteration 9844 found worse value: 363.601041565. iteration 9845 found worse value: 363.601041565. iteration 9846 found worse value: 363.601041565. iteration 9847 found worse value: 363.601041565. iteration 9848 found worse value: 363.601041565. iteration 9849 found worse value: 363.601041565. iteration 9850 found worse value: 363.601041565. iteration 9851 found worse value: 363.601041565. iteration 9852 found worse value: 363.601041565. iteration 9853 found worse value: 363.601041565. iteration 9854 found worse value: 363.601041565. iteration 9855 found worse value: 363.601041565. iteration 9856 found worse value: 363.601041565. iteration9856, perturbing to get out of local maxima iteration 9857 found worse value: 363.601041565. iteration 9858 found worse value: 363.601041565. iteration 9859 found worse value: 363.601041565. iteration 9860 found worse value: 363.601041565. iteration 9861 found worse value: 363.601041565. iteration 9862 found worse value: 363.601041565. iteration 9863 found worse value: 363.601041565. iteration 9864 found worse value: 363.601041565. iteration 9865 found worse value: 363.601041565. iteration 9866 found worse value: 363.601041565. iteration 9867 found worse value: 363.601041565. iteration 9868 found worse value: 363.601041565. iteration 9869 found worse value: 363.601041565. iteration9869, perturbing to get out of local maxima iteration 9870 found worse value: 363.601041565. iteration 9871 found worse value: 363.601041565. iteration 9872 found worse value: 363.601041565. iteration 9873 found worse value: 363.601041565. iteration 9874 found worse value: 363.601041565. iteration9874, perturbing to get out of local maxima iteration 9875 found worse value: 363.601041565. iteration 9876 found worse value: 363.601041565. iteration 9877 found worse value: 363.601041565. iteration 9878 found worse value: 363.601041565. iteration9878, perturbing to get out of local maxima iteration 9879 found worse value: 363.601041565. iteration 9880 found worse value: 363.601041565. iteration 9881 found worse value: 363.601041565. iteration 9882 found worse value: 363.601041565. iteration 9883 found worse value: 363.601041565. iteration 9884 found worse value: 363.601041565. iteration 9885 found worse value: 363.601041565. iteration 9886 found worse value: 363.601041565. iteration 9887 found worse value: 363.601041565. iteration 9888 found worse value: 363.601041565. iteration 9889 found worse value: 363.601041565. iteration9889, perturbing to get out of local maxima iteration 9890 found worse value: 363.601041565. iteration 9891 found worse value: 363.601041565. iteration 9892 found worse value: 363.601041565. iteration 9893 found worse value: 363.601041565. iteration 9894 found worse value: 363.601041565. iteration 9895 found worse value: 363.601041565. iteration 9896 found worse value: 363.601041565. iteration 9897 found worse value: 363.601041565. iteration9897, perturbing to get out of local maxima iteration 9898 found worse value: 363.601041565. iteration 9899 found worse value: 363.601041565. iteration 9900 found worse value: 363.601041565. iteration 9901 found worse value: 363.601041565. iteration 9902 found worse value: 363.601041565. iteration 9903 found worse value: 363.601041565. iteration9903, perturbing to get out of local maxima iteration 9904 found worse value: 363.601041565. iteration 9905 found worse value: 363.601041565. iteration 9906 found worse value: 363.601041565. iteration 9907 found worse value: 363.601041565. iteration 9908 found worse value: 363.601041565. iteration 9909 found worse value: 363.601041565. iteration 9910 found worse value: 363.601041565. iteration 9911 found worse value: 363.601041565. iteration 9912 found worse value: 363.601041565. iteration 9913 found worse value: 363.601041565. iteration 9914 found worse value: 363.601041565. iteration 9915 found worse value: 363.601041565. iteration 9916 found worse value: 363.601041565. iteration 9917 found worse value: 363.601041565. iteration 9918 found worse value: 363.601041565. iteration 9919 found worse value: 363.601041565. iteration 9920 found worse value: 363.601041565. iteration 9921 found worse value: 363.601041565. iteration 9922 found worse value: 363.601041565. iteration 9923 found worse value: 363.601041565. iteration 9924 found worse value: 363.601041565. iteration9924, perturbing to get out of local maxima iteration 9925 found worse value: 363.601041565. iteration 9926 found worse value: 363.601041565. iteration9926, perturbing to get out of local maxima iteration 9927 found worse value: 363.601041565. iteration 9928 found worse value: 363.601041565. iteration 9929 found worse value: 363.601041565. iteration 9930 found worse value: 363.601041565. iteration 9931 found worse value: 363.601041565. iteration 9932 found worse value: 363.601041565. iteration 9933 found worse value: 363.601041565. iteration 9934 found worse value: 363.601041565. iteration 9935 found worse value: 363.601041565. iteration 9936 found worse value: 363.601041565. iteration 9937 found worse value: 363.601041565. iteration 9938 found worse value: 363.601041565. iteration 9939 found worse value: 363.601041565. iteration 9940 found worse value: 363.601041565. iteration 9941 found worse value: 363.601041565. iteration 9942 found worse value: 363.601041565. iteration 9943 found worse value: 363.601041565. iteration9943, perturbing to get out of local maxima iteration 9944 found worse value: 363.601041565. iteration 9945 found worse value: 363.601041565. iteration 9946 found worse value: 363.601041565. iteration 9947 found worse value: 363.601041565. iteration9947, perturbing to get out of local maxima iteration 9948 found worse value: 363.601041565. iteration 9949 found worse value: 363.601041565. iteration 9950 found worse value: 363.601041565. iteration 9951 found worse value: 363.601041565. iteration 9952 found worse value: 363.601041565. iteration 9953 found worse value: 363.601041565. iteration 9954 found worse value: 363.601041565. iteration 9955 found worse value: 363.601041565. iteration 9956 found worse value: 363.601041565. iteration 9957 found worse value: 363.601041565. iteration 9958 found worse value: 363.601041565. iteration 9959 found worse value: 363.601041565. iteration 9960 found worse value: 363.601041565. iteration 9961 found worse value: 363.601041565. iteration 9962 found worse value: 363.601041565. iteration 9963 found worse value: 363.601041565. iteration 9964 found worse value: 363.601041565. iteration 9965 found worse value: 363.601041565. iteration 9966 found worse value: 363.601041565. iteration9966, perturbing to get out of local maxima iteration 9967 found worse value: 363.601041565. iteration 9968 found worse value: 363.601041565. iteration 9969 found worse value: 363.601041565. iteration 9970 found worse value: 363.601041565. iteration 9971 found worse value: 363.601041565. iteration 9972 found worse value: 363.601041565. iteration 9973 found worse value: 363.601041565. iteration 9974 found worse value: 363.601041565. iteration 9975 found worse value: 363.601041565. iteration 9976 found worse value: 363.601041565. iteration 9977 found worse value: 363.601041565. iteration 9978 found worse value: 363.601041565. iteration 9979 found worse value: 363.601041565. iteration 9980 found worse value: 363.601041565. iteration 9981 found worse value: 363.601041565. iteration 9982 found worse value: 363.601041565. iteration 9983 found worse value: 363.601041565. iteration 9984 found worse value: 363.601041565. iteration 9985 found worse value: 363.601041565. iteration 9986 found worse value: 363.601041565. iteration 9987 found worse value: 363.601041565. iteration 9988 found worse value: 363.601041565. iteration 9989 found worse value: 363.601041565. iteration 9990 found worse value: 363.601041565. iteration 9991 found worse value: 363.601041565. iteration 9992 found worse value: 363.601041565. iteration 9993 found worse value: 363.601041565. iteration 9994 found worse value: 363.601041565. iteration 9995 found worse value: 363.601041565. iteration 9996 found worse value: 363.601041565. iteration 9997 found worse value: 363.601041565. iteration9997, perturbing to get out of local maxima iteration 9998 found worse value: 363.601041565. iteration 9999 found worse value: 363.601041565. iteration 10000 found worse value: 363.601041565. iteration 10001 found worse value: 363.601041565. iteration 10002 found worse value: 363.601041565. iteration 10003 found worse value: 363.601041565. iteration 10004 found worse value: 363.601041565. iteration 10005 found worse value: 363.601041565. iteration 10006 found worse value: 363.601041565. iteration10006, perturbing to get out of local maxima iteration 10007 found worse value: 363.601041565. iteration 10008 found worse value: 363.601041565. iteration10008, perturbing to get out of local maxima iteration 10009 found worse value: 363.601041565. iteration 10010 found worse value: 363.601041565. iteration 10011 found worse value: 363.601041565. iteration 10012 found worse value: 363.601041565. iteration 10013 found worse value: 363.601041565. iteration 10014 found worse value: 363.601041565. iteration 10015 found worse value: 363.601041565. iteration10015, perturbing to get out of local maxima iteration 10016 found worse value: 363.601041565. iteration10016, perturbing to get out of local maxima iteration 10017 found worse value: 363.601041565. iteration 10018 found worse value: 363.601041565. iteration 10019 found worse value: 363.601041565. iteration 10020 found worse value: 363.601041565. iteration 10021 found worse value: 363.601041565. iteration 10022 found worse value: 363.601041565. iteration 10023 found worse value: 363.601041565. iteration 10024 found worse value: 363.601041565. iteration10024, perturbing to get out of local maxima iteration 10025 found worse value: 363.601041565. iteration 10026 found worse value: 363.601041565. iteration 10027 found worse value: 363.601041565. iteration 10028 found worse value: 363.601041565. iteration 10029 found worse value: 363.601041565. iteration 10030 found worse value: 363.601041565. iteration 10031 found worse value: 363.601041565. iteration 10032 found worse value: 363.601041565. iteration 10033 found worse value: 363.601041565. iteration 10034 found worse value: 363.601041565. iteration 10035 found worse value: 363.601041565. iteration 10036 found worse value: 363.601041565. iteration 10037 found worse value: 363.601041565. iteration 10038 found worse value: 363.601041565. iteration10038, perturbing to get out of local maxima iteration 10039 found worse value: 363.601041565. iteration 10040 found worse value: 363.601041565. iteration 10041 found worse value: 363.601041565. iteration 10042 found worse value: 363.601041565. iteration 10043 found worse value: 363.601041565. iteration 10044 found worse value: 363.601041565. iteration 10045 found worse value: 363.601041565. iteration 10046 found worse value: 363.601041565. iteration 10047 found worse value: 363.601041565. iteration 10048 found worse value: 363.601041565. iteration10048, perturbing to get out of local maxima iteration 10049 found worse value: 363.601041565. iteration 10050 found worse value: 363.601041565. iteration 10051 found worse value: 363.601041565. iteration 10052 found worse value: 363.601041565. iteration 10053 found worse value: 363.601041565. iteration 10054 found worse value: 363.601041565. iteration 10055 found worse value: 363.601041565. iteration 10056 found worse value: 363.601041565. iteration 10057 found worse value: 363.601041565. iteration 10058 found worse value: 363.601041565. iteration 10059 found worse value: 363.601041565. iteration 10060 found worse value: 363.601041565. iteration 10061 found worse value: 363.601041565. iteration 10062 found worse value: 363.601041565. iteration 10063 found worse value: 363.601041565. iteration 10064 found worse value: 363.601041565. iteration10064, perturbing to get out of local maxima iteration 10065 found worse value: 363.601041565. iteration 10066 found worse value: 363.601041565. iteration 10067 found worse value: 363.601041565. iteration 10068 found worse value: 363.601041565. iteration10068, perturbing to get out of local maxima iteration 10069 found worse value: 363.601041565. iteration 10070 found worse value: 363.601041565. iteration 10071 found worse value: 363.601041565. iteration 10072 found worse value: 363.601041565. iteration 10073 found worse value: 363.601041565. iteration 10074 found worse value: 363.601041565. iteration 10075 found worse value: 363.601041565. iteration 10076 found worse value: 363.601041565. iteration 10077 found worse value: 363.601041565. iteration 10078 found worse value: 363.601041565. iteration 10079 found worse value: 363.601041565. iteration 10080 found worse value: 363.601041565. iteration 10081 found worse value: 363.601041565. iteration 10082 found worse value: 363.601041565. iteration10082, perturbing to get out of local maxima iteration 10083 found worse value: 363.601041565. iteration 10084 found worse value: 363.601041565. iteration 10085 found worse value: 363.601041565. iteration 10086 found worse value: 363.601041565. iteration 10087 found worse value: 363.601041565. iteration 10088 found worse value: 363.601041565. iteration 10089 found worse value: 363.601041565. iteration 10090 found worse value: 363.601041565. iteration 10091 found worse value: 363.601041565. iteration 10092 found worse value: 363.601041565. iteration 10093 found worse value: 363.601041565. iteration 10094 found worse value: 363.601041565. iteration 10095 found worse value: 363.601041565. iteration10095, perturbing to get out of local maxima iteration 10096 found worse value: 363.601041565. iteration 10097 found worse value: 363.601041565. iteration 10098 found worse value: 363.601041565. iteration 10099 found worse value: 363.601041565. iteration 10100 found worse value: 363.601041565. iteration 10101 found worse value: 363.601041565. iteration 10102 found worse value: 363.601041565. iteration 10103 found worse value: 363.601041565. iteration 10104 found worse value: 363.601041565. iteration 10105 found worse value: 363.601041565. iteration 10106 found worse value: 363.601041565. iteration 10107 found worse value: 363.601041565. iteration 10108 found worse value: 363.601041565. iteration 10109 found worse value: 363.601041565. iteration 10110 found worse value: 363.601041565. iteration 10111 found worse value: 363.601041565. iteration 10112 found worse value: 363.601041565. iteration 10113 found worse value: 363.601041565. iteration 10114 found worse value: 363.601041565. iteration 10115 found worse value: 363.601041565. iteration 10116 found worse value: 363.601041565. iteration 10117 found worse value: 363.601041565. iteration 10118 found worse value: 363.601041565. iteration 10119 found worse value: 363.601041565. iteration 10120 found worse value: 363.601041565. iteration 10121 found worse value: 363.601041565. iteration 10122 found worse value: 363.601041565. iteration 10123 found worse value: 363.601041565. iteration 10124 found worse value: 363.601041565. iteration 10125 found worse value: 363.601041565. iteration 10126 found worse value: 363.601041565. iteration 10127 found worse value: 363.601041565. iteration 10128 found worse value: 363.601041565. iteration 10129 found worse value: 363.601041565. iteration 10130 found worse value: 363.601041565. iteration 10131 found worse value: 363.601041565. iteration 10132 found worse value: 363.601041565. iteration10132, perturbing to get out of local maxima iteration 10133 found worse value: 363.601041565. iteration 10134 found worse value: 363.601041565. iteration 10135 found worse value: 363.601041565. iteration 10136 found worse value: 363.601041565. iteration 10137 found worse value: 363.601041565. iteration 10138 found worse value: 363.601041565. iteration 10139 found worse value: 363.601041565. iteration 10140 found worse value: 363.601041565. iteration 10141 found worse value: 363.601041565. iteration 10142 found worse value: 363.601041565. iteration 10143 found worse value: 363.601041565. iteration 10144 found worse value: 363.601041565. iteration 10145 found worse value: 363.601041565. iteration 10146 found worse value: 363.601041565. iteration 10147 found worse value: 363.601041565. iteration 10148 found worse value: 363.601041565. iteration 10149 found worse value: 363.601041565. iteration 10150 found worse value: 363.601041565. iteration 10151 found worse value: 363.601041565. iteration 10152 found worse value: 363.601041565. iteration 10153 found worse value: 363.601041565. iteration 10154 found worse value: 363.601041565. iteration 10155 found worse value: 363.601041565. iteration 10156 found worse value: 363.601041565. iteration 10157 found worse value: 363.601041565. iteration 10158 found worse value: 363.601041565. iteration 10159 found worse value: 363.601041565. iteration 10160 found worse value: 363.601041565. iteration 10161 found worse value: 363.601041565. iteration 10162 found worse value: 363.601041565. iteration 10163 found worse value: 363.601041565. iteration 10164 found worse value: 363.601041565. iteration 10165 found worse value: 363.601041565. iteration 10166 found worse value: 363.601041565. iteration 10167 found worse value: 363.601041565. iteration 10168 found worse value: 363.601041565. iteration 10169 found worse value: 363.601041565. iteration 10170 found worse value: 363.601041565. iteration 10171 found worse value: 363.601041565. iteration 10172 found worse value: 363.601041565. iteration 10173 found worse value: 363.601041565. iteration 10174 found worse value: 363.601041565. iteration 10175 found worse value: 363.601041565. iteration 10176 found worse value: 363.601041565. iteration 10177 found worse value: 363.601041565. iteration 10178 found worse value: 363.601041565. iteration 10179 found worse value: 363.601041565. iteration 10180 found worse value: 363.601041565. iteration 10181 found worse value: 363.601041565. iteration 10182 found worse value: 363.601041565. iteration 10183 found worse value: 363.601041565. iteration 10184 found worse value: 363.601041565. iteration 10185 found worse value: 363.601041565. iteration 10186 found worse value: 363.601041565. iteration 10187 found worse value: 363.601041565. iteration 10188 found worse value: 363.601041565. iteration 10189 found worse value: 363.601041565. iteration 10190 found worse value: 363.601041565. iteration 10191 found worse value: 363.601041565. iteration 10192 found worse value: 363.601041565. iteration 10193 found worse value: 363.601041565. iteration 10194 found worse value: 363.601041565. iteration 10195 found worse value: 363.601041565. iteration 10196 found worse value: 363.601041565. iteration 10197 found worse value: 363.601041565. iteration 10198 found worse value: 363.601041565. iteration 10199 found worse value: 363.601041565. iteration 10200 found worse value: 363.601041565. iteration 10201 found worse value: 363.601041565. iteration 10202 found worse value: 363.601041565. iteration 10203 found worse value: 363.601041565. iteration 10204 found worse value: 363.601041565. iteration 10205 found worse value: 363.601041565. iteration 10206 found worse value: 363.601041565. iteration 10207 found worse value: 363.601041565. iteration 10208 found worse value: 363.601041565. iteration 10209 found worse value: 363.601041565. iteration 10210 found worse value: 363.601041565. iteration 10211 found worse value: 363.601041565. iteration 10212 found worse value: 363.601041565. iteration 10213 found worse value: 363.601041565. iteration 10214 found worse value: 363.601041565. iteration 10215 found worse value: 363.601041565. iteration 10216 found worse value: 363.601041565. iteration 10217 found worse value: 363.601041565. iteration 10218 found worse value: 363.601041565. iteration10218, perturbing to get out of local maxima iteration 10219 found worse value: 363.601041565. iteration 10220 found worse value: 363.601041565. iteration 10221 found worse value: 363.601041565. iteration 10222 found worse value: 363.601041565. iteration 10223 found worse value: 363.601041565. iteration 10224 found worse value: 363.601041565. iteration 10225 found worse value: 363.601041565. iteration 10226 found worse value: 363.601041565. iteration 10227 found worse value: 363.601041565. iteration 10228 found worse value: 363.601041565. iteration10228, perturbing to get out of local maxima iteration 10229 found worse value: 363.601041565. iteration 10230 found worse value: 363.601041565. iteration 10231 found worse value: 363.601041565. iteration 10232 found worse value: 363.601041565. iteration 10233 found worse value: 363.601041565. iteration 10234 found worse value: 363.601041565. iteration 10235 found worse value: 363.601041565. iteration 10236 found worse value: 363.601041565. iteration10236, perturbing to get out of local maxima iteration 10237 found worse value: 363.601041565. iteration 10238 found worse value: 363.601041565. iteration 10239 found worse value: 363.601041565. iteration 10240 found worse value: 363.601041565. iteration 10241 found worse value: 363.601041565. iteration 10242 found worse value: 363.601041565. iteration 10243 found worse value: 363.601041565. iteration10243, perturbing to get out of local maxima iteration 10244 found worse value: 363.601041565. iteration 10245 found worse value: 363.601041565. iteration 10246 found worse value: 363.601041565. iteration 10247 found worse value: 363.601041565. iteration 10248 found worse value: 363.601041565. iteration10248, perturbing to get out of local maxima iteration 10249 found worse value: 363.601041565. iteration 10250 found worse value: 363.601041565. iteration 10251 found worse value: 363.601041565. iteration 10252 found worse value: 363.601041565. iteration 10253 found worse value: 363.601041565. iteration 10254 found worse value: 363.601041565. iteration 10255 found worse value: 363.601041565. iteration 10256 found worse value: 363.601041565. iteration 10257 found worse value: 363.601041565. iteration 10258 found worse value: 363.601041565. iteration 10259 found worse value: 363.601041565. iteration 10260 found worse value: 363.601041565. iteration 10261 found worse value: 363.601041565. iteration 10262 found worse value: 363.601041565. iteration 10263 found worse value: 363.601041565. iteration 10264 found worse value: 363.601041565. iteration 10265 found worse value: 363.601041565. iteration 10266 found worse value: 363.601041565. iteration 10267 found worse value: 363.601041565. iteration 10268 found worse value: 363.601041565. iteration 10269 found worse value: 363.601041565. iteration 10270 found worse value: 363.601041565. iteration 10271 found worse value: 363.601041565. iteration10271, perturbing to get out of local maxima iteration 10272 found worse value: 363.601041565. iteration 10273 found worse value: 363.601041565. iteration 10274 found worse value: 363.601041565. iteration10274, perturbing to get out of local maxima iteration 10275 found worse value: 363.601041565. iteration 10276 found worse value: 363.601041565. iteration 10277 found worse value: 363.601041565. iteration 10278 found worse value: 363.601041565. iteration 10279 found worse value: 363.601041565. iteration 10280 found worse value: 363.601041565. iteration 10281 found worse value: 363.601041565. iteration 10282 found worse value: 363.601041565. iteration 10283 found worse value: 363.601041565. iteration 10284 found worse value: 363.601041565. iteration10284, perturbing to get out of local maxima iteration 10285 found worse value: 363.601041565. iteration 10286 found worse value: 363.601041565. iteration 10287 found worse value: 363.601041565. iteration 10288 found worse value: 363.601041565. iteration 10289 found worse value: 363.601041565. iteration 10290 found worse value: 363.601041565. iteration 10291 found better value: 363.60153924599996 iteration 10292 found worse value: 363.60153924599996. iteration 10293 found worse value: 363.60153924599996. iteration 10294 found worse value: 363.60153924599996. iteration 10295 found worse value: 363.60153924599996. iteration 10296 found worse value: 363.60153924599996. iteration 10297 found worse value: 363.60153924599996. iteration10297, perturbing to get out of local maxima iteration 10298 found worse value: 363.60153924599996. iteration 10299 found worse value: 363.60153924599996. iteration 10300 found worse value: 363.60153924599996. iteration 10301 found worse value: 363.60153924599996. iteration 10302 found worse value: 363.60153924599996. iteration 10303 found worse value: 363.60153924599996. iteration 10304 found worse value: 363.60153924599996. iteration 10305 found worse value: 363.60153924599996. iteration 10306 found worse value: 363.60153924599996. iteration 10307 found worse value: 363.60153924599996. iteration 10308 found worse value: 363.60153924599996. iteration10308, perturbing to get out of local maxima iteration 10309 found worse value: 363.60153924599996. iteration 10310 found worse value: 363.60153924599996. iteration 10311 found worse value: 363.60153924599996. iteration 10312 found worse value: 363.60153924599996. iteration 10313 found worse value: 363.60153924599996. iteration 10314 found worse value: 363.60153924599996. iteration 10315 found worse value: 363.60153924599996. iteration 10316 found worse value: 363.60153924599996. iteration 10317 found worse value: 363.60153924599996. iteration 10318 found worse value: 363.60153924599996. iteration 10319 found worse value: 363.60153924599996. iteration 10320 found worse value: 363.60153924599996. iteration 10321 found worse value: 363.60153924599996. iteration 10322 found worse value: 363.60153924599996. iteration 10323 found worse value: 363.60153924599996. iteration 10324 found worse value: 363.60153924599996. iteration 10325 found worse value: 363.60153924599996. iteration 10326 found worse value: 363.60153924599996. iteration 10327 found worse value: 363.60153924599996. iteration 10328 found worse value: 363.60153924599996. iteration 10329 found worse value: 363.60153924599996. iteration 10330 found worse value: 363.60153924599996. iteration 10331 found worse value: 363.60153924599996. iteration 10332 found worse value: 363.60153924599996. iteration 10333 found worse value: 363.60153924599996. iteration 10334 found worse value: 363.60153924599996. iteration10334, perturbing to get out of local maxima iteration 10335 found worse value: 363.60153924599996. iteration 10336 found worse value: 363.60153924599996. iteration 10337 found worse value: 363.60153924599996. iteration 10338 found worse value: 363.60153924599996. iteration 10339 found worse value: 363.60153924599996. iteration 10340 found worse value: 363.60153924599996. iteration10340, perturbing to get out of local maxima iteration 10341 found worse value: 363.60153924599996. iteration10341, perturbing to get out of local maxima iteration 10342 found worse value: 363.60153924599996. iteration 10343 found worse value: 363.60153924599996. iteration 10344 found worse value: 363.60153924599996. iteration 10345 found worse value: 363.60153924599996. iteration 10346 found worse value: 363.60153924599996. iteration 10347 found worse value: 363.60153924599996. iteration 10348 found worse value: 363.60153924599996. iteration 10349 found worse value: 363.60153924599996. iteration10349, perturbing to get out of local maxima iteration 10350 found worse value: 363.60153924599996. iteration 10351 found worse value: 363.60153924599996. iteration 10352 found worse value: 363.60153924599996. iteration10352, perturbing to get out of local maxima iteration 10353 found worse value: 363.60153924599996. iteration 10354 found worse value: 363.60153924599996. iteration 10355 found worse value: 363.60153924599996. iteration 10356 found worse value: 363.60153924599996. iteration 10357 found worse value: 363.60153924599996. iteration 10358 found worse value: 363.60153924599996. iteration 10359 found worse value: 363.60153924599996. iteration 10360 found worse value: 363.60153924599996. iteration 10361 found worse value: 363.60153924599996. iteration 10362 found worse value: 363.60153924599996. iteration 10363 found worse value: 363.60153924599996. iteration 10364 found worse value: 363.60153924599996. iteration 10365 found worse value: 363.60153924599996. iteration10365, perturbing to get out of local maxima iteration 10366 found worse value: 363.60153924599996. iteration 10367 found worse value: 363.60153924599996. iteration 10368 found worse value: 363.60153924599996. iteration 10369 found worse value: 363.60153924599996. iteration 10370 found worse value: 363.60153924599996. iteration 10371 found worse value: 363.60153924599996. iteration10371, perturbing to get out of local maxima iteration 10372 found worse value: 363.60153924599996. iteration 10373 found worse value: 363.60153924599996. iteration 10374 found worse value: 363.60153924599996. iteration 10375 found worse value: 363.60153924599996. iteration 10376 found worse value: 363.60153924599996. iteration 10377 found worse value: 363.60153924599996. iteration 10378 found worse value: 363.60153924599996. iteration 10379 found worse value: 363.60153924599996. iteration 10380 found worse value: 363.60153924599996. iteration 10381 found worse value: 363.60153924599996. iteration 10382 found worse value: 363.60153924599996. iteration 10383 found worse value: 363.60153924599996. iteration 10384 found worse value: 363.60153924599996. iteration 10385 found worse value: 363.60153924599996. iteration10385, perturbing to get out of local maxima iteration 10386 found worse value: 363.60153924599996. iteration10386, perturbing to get out of local maxima iteration 10387 found worse value: 363.60153924599996. iteration 10388 found worse value: 363.60153924599996. iteration 10389 found worse value: 363.60153924599996. iteration 10390 found worse value: 363.60153924599996. iteration 10391 found worse value: 363.60153924599996. iteration10391, perturbing to get out of local maxima iteration 10392 found worse value: 363.60153924599996. iteration 10393 found worse value: 363.60153924599996. iteration 10394 found worse value: 363.60153924599996. iteration 10395 found worse value: 363.60153924599996. iteration 10396 found worse value: 363.60153924599996. iteration 10397 found worse value: 363.60153924599996. iteration 10398 found worse value: 363.60153924599996. iteration 10399 found worse value: 363.60153924599996. iteration 10400 found worse value: 363.60153924599996. iteration 10401 found worse value: 363.60153924599996. iteration 10402 found worse value: 363.60153924599996. iteration 10403 found worse value: 363.60153924599996. iteration 10404 found worse value: 363.60153924599996. iteration 10405 found worse value: 363.60153924599996. iteration 10406 found worse value: 363.60153924599996. iteration 10407 found worse value: 363.60153924599996. iteration 10408 found worse value: 363.60153924599996. iteration 10409 found worse value: 363.60153924599996. iteration 10410 found worse value: 363.60153924599996. iteration10410, perturbing to get out of local maxima iteration 10411 found worse value: 363.60153924599996. iteration 10412 found worse value: 363.60153924599996. iteration10412, perturbing to get out of local maxima iteration 10413 found worse value: 363.60153924599996. iteration 10414 found worse value: 363.60153924599996. iteration 10415 found worse value: 363.60153924599996. iteration 10416 found worse value: 363.60153924599996. iteration 10417 found worse value: 363.60153924599996. iteration 10418 found worse value: 363.60153924599996. iteration 10419 found worse value: 363.60153924599996. iteration 10420 found worse value: 363.60153924599996. iteration 10421 found worse value: 363.60153924599996. iteration 10422 found worse value: 363.60153924599996. iteration10422, perturbing to get out of local maxima iteration 10423 found worse value: 363.60153924599996. iteration 10424 found worse value: 363.60153924599996. iteration 10425 found worse value: 363.60153924599996. iteration 10426 found worse value: 363.60153924599996. iteration 10427 found worse value: 363.60153924599996. iteration 10428 found worse value: 363.60153924599996. iteration 10429 found worse value: 363.60153924599996. iteration 10430 found worse value: 363.60153924599996. iteration 10431 found worse value: 363.60153924599996. iteration 10432 found worse value: 363.60153924599996. iteration 10433 found worse value: 363.60153924599996. iteration 10434 found worse value: 363.60153924599996. iteration 10435 found worse value: 363.60153924599996. iteration 10436 found worse value: 363.60153924599996. iteration 10437 found worse value: 363.60153924599996. iteration 10438 found worse value: 363.60153924599996. iteration 10439 found worse value: 363.60153924599996. iteration 10440 found worse value: 363.60153924599996. iteration 10441 found worse value: 363.60153924599996. iteration 10442 found worse value: 363.60153924599996. iteration 10443 found worse value: 363.60153924599996. iteration 10444 found worse value: 363.60153924599996. iteration10444, perturbing to get out of local maxima iteration 10445 found worse value: 363.60153924599996. iteration 10446 found worse value: 363.60153924599996. iteration 10447 found worse value: 363.60153924599996. iteration 10448 found worse value: 363.60153924599996. iteration 10449 found worse value: 363.60153924599996. iteration 10450 found worse value: 363.60153924599996. iteration 10451 found worse value: 363.60153924599996. iteration 10452 found worse value: 363.60153924599996. iteration 10453 found worse value: 363.60153924599996. iteration 10454 found worse value: 363.60153924599996. iteration 10455 found worse value: 363.60153924599996. iteration 10456 found worse value: 363.60153924599996. iteration 10457 found worse value: 363.60153924599996. iteration 10458 found worse value: 363.60153924599996. iteration 10459 found worse value: 363.60153924599996. iteration 10460 found worse value: 363.60153924599996. iteration 10461 found worse value: 363.60153924599996. iteration 10462 found worse value: 363.60153924599996. iteration 10463 found worse value: 363.60153924599996. iteration 10464 found worse value: 363.60153924599996. iteration 10465 found worse value: 363.60153924599996. iteration 10466 found worse value: 363.60153924599996. iteration 10467 found worse value: 363.60153924599996. iteration 10468 found worse value: 363.60153924599996. iteration 10469 found worse value: 363.60153924599996. iteration 10470 found worse value: 363.60153924599996. iteration 10471 found worse value: 363.60153924599996. iteration 10472 found worse value: 363.60153924599996. iteration 10473 found worse value: 363.60153924599996. iteration 10474 found worse value: 363.60153924599996. iteration 10475 found worse value: 363.60153924599996. iteration 10476 found worse value: 363.60153924599996. iteration 10477 found worse value: 363.60153924599996. iteration 10478 found worse value: 363.60153924599996. iteration 10479 found worse value: 363.60153924599996. iteration 10480 found better value: 363.60164824099996 iteration 10481 found worse value: 363.60164824099996. iteration 10482 found better value: 363.601931262 iteration 10483 found better value: 363.60220954 iteration 10484 found worse value: 363.60220954. iteration 10485 found worse value: 363.60220954. iteration 10486 found worse value: 363.60220954. iteration 10487 found worse value: 363.60220954. iteration 10488 found worse value: 363.60220954. iteration 10489 found worse value: 363.60220954. iteration 10490 found worse value: 363.60220954. iteration 10491 found worse value: 363.60220954. iteration 10492 found worse value: 363.60220954. iteration 10493 found worse value: 363.60220954. iteration 10494 found worse value: 363.60220954. iteration 10495 found worse value: 363.60220954. iteration 10496 found worse value: 363.60220954. iteration 10497 found worse value: 363.60220954. iteration 10498 found worse value: 363.60220954. iteration 10499 found worse value: 363.60220954. iteration 10500 found worse value: 363.60220954. iteration 10501 found worse value: 363.60220954. iteration 10502 found worse value: 363.60220954. iteration10502, perturbing to get out of local maxima iteration 10503 found worse value: 363.60220954. iteration 10504 found worse value: 363.60220954. iteration 10505 found worse value: 363.60220954. iteration 10506 found worse value: 363.60220954. iteration 10507 found worse value: 363.60220954. iteration10507, perturbing to get out of local maxima iteration 10508 found worse value: 363.60220954. iteration 10509 found worse value: 363.60220954. iteration 10510 found worse value: 363.60220954. iteration 10511 found worse value: 363.60220954. iteration 10512 found worse value: 363.60220954. iteration 10513 found worse value: 363.60220954. iteration 10514 found worse value: 363.60220954. iteration 10515 found worse value: 363.60220954. iteration10515, perturbing to get out of local maxima iteration 10516 found worse value: 363.60220954. iteration 10517 found worse value: 363.60220954. iteration 10518 found worse value: 363.60220954. iteration 10519 found worse value: 363.60220954. iteration 10520 found worse value: 363.60220954. iteration 10521 found worse value: 363.60220954. iteration 10522 found worse value: 363.60220954. iteration 10523 found worse value: 363.60220954. iteration 10524 found worse value: 363.60220954. iteration 10525 found worse value: 363.60220954. iteration 10526 found worse value: 363.60220954. iteration 10527 found worse value: 363.60220954. iteration 10528 found worse value: 363.60220954. iteration 10529 found worse value: 363.60220954. iteration 10530 found worse value: 363.60220954. iteration 10531 found worse value: 363.60220954. iteration10531, perturbing to get out of local maxima iteration 10532 found worse value: 363.60220954. iteration 10533 found worse value: 363.60220954. iteration 10534 found worse value: 363.60220954. iteration 10535 found worse value: 363.60220954. iteration 10536 found worse value: 363.60220954. iteration 10537 found worse value: 363.60220954. iteration 10538 found worse value: 363.60220954. iteration 10539 found worse value: 363.60220954. iteration10539, perturbing to get out of local maxima iteration 10540 found worse value: 363.60220954. iteration 10541 found worse value: 363.60220954. iteration 10542 found worse value: 363.60220954. iteration 10543 found worse value: 363.60220954. iteration 10544 found worse value: 363.60220954. iteration 10545 found worse value: 363.60220954. iteration 10546 found worse value: 363.60220954. iteration 10547 found worse value: 363.60220954. iteration 10548 found worse value: 363.60220954. iteration 10549 found worse value: 363.60220954. iteration10549, perturbing to get out of local maxima iteration 10550 found worse value: 363.60220954. iteration 10551 found worse value: 363.60220954. iteration 10552 found worse value: 363.60220954. iteration 10553 found worse value: 363.60220954. iteration 10554 found worse value: 363.60220954. iteration 10555 found worse value: 363.60220954. iteration 10556 found worse value: 363.60220954. iteration 10557 found worse value: 363.60220954. iteration10557, perturbing to get out of local maxima iteration 10558 found worse value: 363.60220954. iteration 10559 found worse value: 363.60220954. iteration 10560 found worse value: 363.60220954. iteration 10561 found worse value: 363.60220954. iteration 10562 found worse value: 363.60220954. iteration10562, perturbing to get out of local maxima iteration 10563 found worse value: 363.60220954. iteration 10564 found worse value: 363.60220954. iteration 10565 found worse value: 363.60220954. iteration 10566 found worse value: 363.60220954. iteration 10567 found worse value: 363.60220954. iteration 10568 found worse value: 363.60220954. iteration 10569 found worse value: 363.60220954. iteration 10570 found worse value: 363.60220954. iteration 10571 found worse value: 363.60220954. iteration 10572 found worse value: 363.60220954. iteration 10573 found worse value: 363.60220954. iteration 10574 found worse value: 363.60220954. iteration10574, perturbing to get out of local maxima iteration 10575 found worse value: 363.60220954. iteration 10576 found worse value: 363.60220954. iteration 10577 found worse value: 363.60220954. iteration 10578 found worse value: 363.60220954. iteration 10579 found worse value: 363.60220954. iteration 10580 found worse value: 363.60220954. iteration 10581 found worse value: 363.60220954. iteration 10582 found worse value: 363.60220954. iteration 10583 found worse value: 363.60220954. iteration 10584 found worse value: 363.60220954. iteration 10585 found worse value: 363.60220954. iteration 10586 found worse value: 363.60220954. iteration 10587 found worse value: 363.60220954. iteration 10588 found worse value: 363.60220954. iteration 10589 found worse value: 363.60220954. iteration 10590 found worse value: 363.60220954. iteration 10591 found worse value: 363.60220954. iteration 10592 found worse value: 363.60220954. iteration 10593 found worse value: 363.60220954. iteration 10594 found worse value: 363.60220954. iteration 10595 found worse value: 363.60220954. iteration 10596 found worse value: 363.60220954. iteration 10597 found worse value: 363.60220954. iteration 10598 found worse value: 363.60220954. iteration 10599 found worse value: 363.60220954. iteration 10600 found worse value: 363.60220954. iteration 10601 found worse value: 363.60220954. iteration 10602 found worse value: 363.60220954. iteration 10603 found worse value: 363.60220954. iteration 10604 found worse value: 363.60220954. iteration 10605 found worse value: 363.60220954. iteration 10606 found worse value: 363.60220954. iteration 10607 found worse value: 363.60220954. iteration10607, perturbing to get out of local maxima iteration 10608 found worse value: 363.60220954. iteration 10609 found worse value: 363.60220954. iteration10609, perturbing to get out of local maxima iteration 10610 found worse value: 363.60220954. iteration 10611 found worse value: 363.60220954. iteration 10612 found worse value: 363.60220954. iteration 10613 found worse value: 363.60220954. iteration 10614 found worse value: 363.60220954. iteration 10615 found worse value: 363.60220954. iteration 10616 found worse value: 363.60220954. iteration 10617 found worse value: 363.60220954. iteration 10618 found worse value: 363.60220954. iteration 10619 found worse value: 363.60220954. iteration 10620 found worse value: 363.60220954. iteration 10621 found worse value: 363.60220954. iteration10621, perturbing to get out of local maxima iteration 10622 found worse value: 363.60220954. iteration 10623 found worse value: 363.60220954. iteration 10624 found worse value: 363.60220954. iteration 10625 found worse value: 363.60220954. iteration 10626 found worse value: 363.60220954. iteration 10627 found worse value: 363.60220954. iteration 10628 found worse value: 363.60220954. iteration 10629 found worse value: 363.60220954. iteration 10630 found worse value: 363.60220954. iteration 10631 found worse value: 363.60220954. iteration 10632 found worse value: 363.60220954. iteration 10633 found worse value: 363.60220954. iteration 10634 found worse value: 363.60220954. iteration 10635 found worse value: 363.60220954. iteration 10636 found worse value: 363.60220954. iteration 10637 found worse value: 363.60220954. iteration 10638 found worse value: 363.60220954. iteration 10639 found worse value: 363.60220954. iteration 10640 found worse value: 363.60220954. iteration 10641 found worse value: 363.60220954. iteration 10642 found worse value: 363.60220954. iteration 10643 found worse value: 363.60220954. iteration 10644 found worse value: 363.60220954. iteration 10645 found worse value: 363.60220954. iteration 10646 found worse value: 363.60220954. iteration 10647 found worse value: 363.60220954. iteration 10648 found worse value: 363.60220954. iteration 10649 found worse value: 363.60220954. iteration10649, perturbing to get out of local maxima iteration 10650 found worse value: 363.60220954. iteration 10651 found worse value: 363.60220954. iteration 10652 found worse value: 363.60220954. iteration10652, perturbing to get out of local maxima iteration 10653 found worse value: 363.60220954. iteration 10654 found worse value: 363.60220954. iteration 10655 found worse value: 363.60220954. iteration 10656 found worse value: 363.60220954. iteration 10657 found worse value: 363.60220954. iteration 10658 found worse value: 363.60220954. iteration 10659 found worse value: 363.60220954. iteration 10660 found worse value: 363.60220954. iteration 10661 found worse value: 363.60220954. iteration 10662 found worse value: 363.60220954. iteration 10663 found worse value: 363.60220954. iteration 10664 found worse value: 363.60220954. iteration 10665 found worse value: 363.60220954. iteration 10666 found worse value: 363.60220954. iteration 10667 found worse value: 363.60220954. iteration 10668 found worse value: 363.60220954. iteration 10669 found worse value: 363.60220954. iteration 10670 found worse value: 363.60220954. iteration 10671 found worse value: 363.60220954. iteration 10672 found worse value: 363.60220954. iteration 10673 found worse value: 363.60220954. iteration 10674 found worse value: 363.60220954. iteration 10675 found worse value: 363.60220954. iteration 10676 found worse value: 363.60220954. iteration 10677 found worse value: 363.60220954. iteration 10678 found worse value: 363.60220954. iteration10678, perturbing to get out of local maxima iteration 10679 found worse value: 363.60220954. iteration 10680 found worse value: 363.60220954. iteration 10681 found worse value: 363.60220954. iteration 10682 found worse value: 363.60220954. iteration 10683 found worse value: 363.60220954. iteration 10684 found worse value: 363.60220954. iteration 10685 found worse value: 363.60220954. iteration 10686 found worse value: 363.60220954. iteration 10687 found worse value: 363.60220954. iteration 10688 found worse value: 363.60220954. iteration 10689 found worse value: 363.60220954. iteration 10690 found worse value: 363.60220954. iteration 10691 found worse value: 363.60220954. iteration 10692 found worse value: 363.60220954. iteration 10693 found worse value: 363.60220954. iteration 10694 found worse value: 363.60220954. iteration 10695 found worse value: 363.60220954. iteration 10696 found worse value: 363.60220954. iteration 10697 found worse value: 363.60220954. iteration 10698 found worse value: 363.60220954. iteration 10699 found worse value: 363.60220954. iteration 10700 found worse value: 363.60220954. iteration 10701 found worse value: 363.60220954. iteration 10702 found worse value: 363.60220954. iteration 10703 found worse value: 363.60220954. iteration10703, perturbing to get out of local maxima iteration 10704 found worse value: 363.60220954. iteration 10705 found worse value: 363.60220954. iteration 10706 found worse value: 363.60220954. iteration 10707 found worse value: 363.60220954. iteration 10708 found worse value: 363.60220954. iteration 10709 found worse value: 363.60220954. iteration 10710 found worse value: 363.60220954. iteration 10711 found worse value: 363.60220954. iteration 10712 found worse value: 363.60220954. iteration 10713 found worse value: 363.60220954. iteration 10714 found worse value: 363.60220954. iteration 10715 found worse value: 363.60220954. iteration 10716 found worse value: 363.60220954. iteration 10717 found worse value: 363.60220954. iteration 10718 found worse value: 363.60220954. iteration 10719 found worse value: 363.60220954. iteration 10720 found worse value: 363.60220954. iteration10720, perturbing to get out of local maxima iteration 10721 found worse value: 363.60220954. iteration 10722 found worse value: 363.60220954. iteration 10723 found worse value: 363.60220954. iteration 10724 found worse value: 363.60220954. iteration10724, perturbing to get out of local maxima iteration 10725 found worse value: 363.60220954. iteration 10726 found worse value: 363.60220954. iteration 10727 found worse value: 363.60220954. iteration 10728 found worse value: 363.60220954. iteration 10729 found worse value: 363.60220954. iteration 10730 found worse value: 363.60220954. iteration 10731 found worse value: 363.60220954. iteration 10732 found worse value: 363.60220954. iteration 10733 found worse value: 363.60220954. iteration 10734 found worse value: 363.60220954. iteration 10735 found worse value: 363.60220954. iteration 10736 found worse value: 363.60220954. iteration 10737 found worse value: 363.60220954. iteration 10738 found worse value: 363.60220954. iteration 10739 found worse value: 363.60220954. iteration 10740 found worse value: 363.60220954. iteration 10741 found worse value: 363.60220954. iteration 10742 found worse value: 363.60220954. iteration 10743 found worse value: 363.60220954. iteration 10744 found worse value: 363.60220954. iteration 10745 found worse value: 363.60220954. iteration 10746 found worse value: 363.60220954. iteration 10747 found worse value: 363.60220954. iteration 10748 found worse value: 363.60220954. iteration 10749 found worse value: 363.60220954. iteration 10750 found worse value: 363.60220954. iteration 10751 found worse value: 363.60220954. iteration 10752 found worse value: 363.60220954. iteration 10753 found worse value: 363.60220954. iteration 10754 found worse value: 363.60220954. iteration 10755 found worse value: 363.60220954. iteration 10756 found worse value: 363.60220954. iteration 10757 found worse value: 363.60220954. iteration10757, perturbing to get out of local maxima iteration 10758 found worse value: 363.60220954. iteration 10759 found worse value: 363.60220954. iteration 10760 found worse value: 363.60220954. iteration 10761 found worse value: 363.60220954. iteration 10762 found worse value: 363.60220954. iteration 10763 found worse value: 363.60220954. iteration 10764 found worse value: 363.60220954. iteration 10765 found worse value: 363.60220954. iteration 10766 found worse value: 363.60220954. iteration 10767 found worse value: 363.60220954. iteration 10768 found worse value: 363.60220954. iteration 10769 found worse value: 363.60220954. iteration 10770 found worse value: 363.60220954. iteration 10771 found worse value: 363.60220954. iteration 10772 found worse value: 363.60220954. iteration 10773 found worse value: 363.60220954. iteration 10774 found worse value: 363.60220954. iteration 10775 found worse value: 363.60220954. iteration 10776 found worse value: 363.60220954. iteration 10777 found worse value: 363.60220954. iteration 10778 found worse value: 363.60220954. iteration10778, perturbing to get out of local maxima iteration 10779 found worse value: 363.60220954. iteration 10780 found worse value: 363.60220954. iteration 10781 found worse value: 363.60220954. iteration 10782 found worse value: 363.60220954. iteration 10783 found worse value: 363.60220954. iteration 10784 found worse value: 363.60220954. iteration 10785 found worse value: 363.60220954. iteration 10786 found worse value: 363.60220954. iteration 10787 found worse value: 363.60220954. iteration10787, perturbing to get out of local maxima iteration 10788 found worse value: 363.60220954. iteration 10789 found worse value: 363.60220954. iteration 10790 found worse value: 363.60220954. iteration 10791 found worse value: 363.60220954. iteration 10792 found worse value: 363.60220954. iteration 10793 found worse value: 363.60220954. iteration 10794 found worse value: 363.60220954. iteration 10795 found worse value: 363.60220954. iteration 10796 found worse value: 363.60220954. iteration 10797 found worse value: 363.60220954. iteration 10798 found worse value: 363.60220954. iteration 10799 found worse value: 363.60220954. iteration 10800 found worse value: 363.60220954. iteration 10801 found worse value: 363.60220954. iteration 10802 found worse value: 363.60220954. iteration 10803 found worse value: 363.60220954. iteration 10804 found worse value: 363.60220954. iteration 10805 found worse value: 363.60220954. iteration 10806 found worse value: 363.60220954. iteration 10807 found worse value: 363.60220954. iteration 10808 found worse value: 363.60220954. iteration 10809 found worse value: 363.60220954. iteration 10810 found worse value: 363.60220954. iteration 10811 found worse value: 363.60220954. iteration10811, perturbing to get out of local maxima iteration 10812 found worse value: 363.60220954. iteration 10813 found worse value: 363.60220954. iteration 10814 found worse value: 363.60220954. iteration 10815 found worse value: 363.60220954. iteration10815, perturbing to get out of local maxima iteration 10816 found worse value: 363.60220954. iteration 10817 found worse value: 363.60220954. iteration10817, perturbing to get out of local maxima iteration 10818 found worse value: 363.60220954. iteration 10819 found worse value: 363.60220954. iteration 10820 found worse value: 363.60220954. iteration 10821 found worse value: 363.60220954. iteration 10822 found worse value: 363.60220954. iteration 10823 found worse value: 363.60220954. iteration10823, perturbing to get out of local maxima iteration 10824 found worse value: 363.60220954. iteration 10825 found worse value: 363.60220954. iteration 10826 found worse value: 363.60220954. iteration 10827 found worse value: 363.60220954. iteration 10828 found worse value: 363.60220954. iteration 10829 found worse value: 363.60220954. iteration 10830 found worse value: 363.60220954. iteration10830, perturbing to get out of local maxima iteration 10831 found worse value: 363.60220954. iteration 10832 found worse value: 363.60220954. iteration 10833 found worse value: 363.60220954. iteration 10834 found worse value: 363.60220954. iteration 10835 found worse value: 363.60220954. iteration 10836 found worse value: 363.60220954. iteration 10837 found worse value: 363.60220954. iteration 10838 found worse value: 363.60220954. iteration 10839 found worse value: 363.60220954. iteration 10840 found worse value: 363.60220954. iteration 10841 found worse value: 363.60220954. iteration 10842 found worse value: 363.60220954. iteration 10843 found worse value: 363.60220954. iteration 10844 found worse value: 363.60220954. iteration 10845 found worse value: 363.60220954. iteration 10846 found worse value: 363.60220954. iteration10846, perturbing to get out of local maxima iteration 10847 found worse value: 363.60220954. iteration 10848 found worse value: 363.60220954. iteration 10849 found worse value: 363.60220954. iteration 10850 found worse value: 363.60220954. iteration 10851 found worse value: 363.60220954. iteration 10852 found worse value: 363.60220954. iteration 10853 found worse value: 363.60220954. iteration 10854 found worse value: 363.60220954. iteration 10855 found worse value: 363.60220954. iteration 10856 found worse value: 363.60220954. iteration 10857 found worse value: 363.60220954. iteration 10858 found worse value: 363.60220954. iteration 10859 found worse value: 363.60220954. iteration 10860 found worse value: 363.60220954. iteration 10861 found worse value: 363.60220954. iteration 10862 found worse value: 363.60220954. iteration 10863 found worse value: 363.60220954. iteration 10864 found worse value: 363.60220954. iteration 10865 found worse value: 363.60220954. iteration 10866 found worse value: 363.60220954. iteration 10867 found worse value: 363.60220954. iteration10867, perturbing to get out of local maxima iteration 10868 found worse value: 363.60220954. iteration 10869 found worse value: 363.60220954. iteration 10870 found worse value: 363.60220954. iteration 10871 found worse value: 363.60220954. iteration 10872 found worse value: 363.60220954. iteration 10873 found worse value: 363.60220954. iteration 10874 found worse value: 363.60220954. iteration 10875 found worse value: 363.60220954. iteration 10876 found worse value: 363.60220954. iteration10876, perturbing to get out of local maxima iteration 10877 found worse value: 363.60220954. iteration 10878 found worse value: 363.60220954. iteration 10879 found worse value: 363.60220954. iteration 10880 found worse value: 363.60220954. iteration 10881 found worse value: 363.60220954. iteration 10882 found worse value: 363.60220954. iteration 10883 found worse value: 363.60220954. iteration 10884 found worse value: 363.60220954. iteration 10885 found worse value: 363.60220954. iteration 10886 found worse value: 363.60220954. iteration 10887 found worse value: 363.60220954. iteration10887, perturbing to get out of local maxima iteration 10888 found worse value: 363.60220954. iteration10888, perturbing to get out of local maxima iteration 10889 found worse value: 363.60220954. iteration 10890 found worse value: 363.60220954. iteration 10891 found worse value: 363.60220954. iteration 10892 found worse value: 363.60220954. iteration 10893 found worse value: 363.60220954. iteration 10894 found worse value: 363.60220954. iteration 10895 found worse value: 363.60220954. iteration 10896 found worse value: 363.60220954. iteration 10897 found worse value: 363.60220954. iteration 10898 found worse value: 363.60220954. iteration 10899 found worse value: 363.60220954. iteration 10900 found worse value: 363.60220954. iteration 10901 found worse value: 363.60220954. iteration 10902 found worse value: 363.60220954. iteration 10903 found worse value: 363.60220954. iteration 10904 found worse value: 363.60220954. iteration 10905 found worse value: 363.60220954. iteration 10906 found worse value: 363.60220954. iteration 10907 found worse value: 363.60220954. iteration 10908 found worse value: 363.60220954. iteration 10909 found worse value: 363.60220954. iteration 10910 found worse value: 363.60220954. iteration 10911 found worse value: 363.60220954. iteration 10912 found worse value: 363.60220954. iteration10912, perturbing to get out of local maxima iteration 10913 found worse value: 363.60220954. iteration 10914 found worse value: 363.60220954. iteration 10915 found worse value: 363.60220954. iteration 10916 found worse value: 363.60220954. iteration 10917 found worse value: 363.60220954. iteration 10918 found worse value: 363.60220954. iteration 10919 found worse value: 363.60220954. iteration 10920 found worse value: 363.60220954. iteration 10921 found worse value: 363.60220954. iteration 10922 found worse value: 363.60220954. iteration 10923 found worse value: 363.60220954. iteration 10924 found worse value: 363.60220954. iteration10924, perturbing to get out of local maxima iteration 10925 found worse value: 363.60220954. iteration 10926 found worse value: 363.60220954. iteration 10927 found worse value: 363.60220954. iteration 10928 found worse value: 363.60220954. iteration 10929 found worse value: 363.60220954. iteration 10930 found worse value: 363.60220954. iteration 10931 found worse value: 363.60220954. iteration 10932 found worse value: 363.60220954. iteration 10933 found worse value: 363.60220954. iteration 10934 found worse value: 363.60220954. iteration 10935 found worse value: 363.60220954. iteration 10936 found worse value: 363.60220954. iteration 10937 found worse value: 363.60220954. iteration 10938 found worse value: 363.60220954. iteration 10939 found worse value: 363.60220954. iteration 10940 found worse value: 363.60220954. iteration 10941 found worse value: 363.60220954. iteration 10942 found worse value: 363.60220954. iteration 10943 found worse value: 363.60220954. iteration 10944 found worse value: 363.60220954. iteration 10945 found worse value: 363.60220954. iteration10945, perturbing to get out of local maxima iteration 10946 found worse value: 363.60220954. iteration 10947 found worse value: 363.60220954. iteration 10948 found worse value: 363.60220954. iteration 10949 found worse value: 363.60220954. iteration 10950 found worse value: 363.60220954. iteration 10951 found worse value: 363.60220954. iteration 10952 found worse value: 363.60220954. iteration 10953 found worse value: 363.60220954. iteration 10954 found worse value: 363.60220954. iteration 10955 found worse value: 363.60220954. iteration 10956 found worse value: 363.60220954. iteration 10957 found worse value: 363.60220954. iteration10957, perturbing to get out of local maxima iteration 10958 found worse value: 363.60220954. iteration 10959 found worse value: 363.60220954. iteration 10960 found worse value: 363.60220954. iteration 10961 found worse value: 363.60220954. iteration 10962 found worse value: 363.60220954. iteration 10963 found worse value: 363.60220954. iteration 10964 found worse value: 363.60220954. iteration 10965 found worse value: 363.60220954. iteration 10966 found worse value: 363.60220954. iteration 10967 found worse value: 363.60220954. iteration 10968 found worse value: 363.60220954. iteration 10969 found worse value: 363.60220954. iteration 10970 found worse value: 363.60220954. iteration 10971 found worse value: 363.60220954. iteration 10972 found worse value: 363.60220954. iteration 10973 found worse value: 363.60220954. iteration 10974 found worse value: 363.60220954. iteration 10975 found worse value: 363.60220954. iteration 10976 found worse value: 363.60220954. iteration 10977 found worse value: 363.60220954. iteration 10978 found worse value: 363.60220954. iteration 10979 found worse value: 363.60220954. iteration 10980 found worse value: 363.60220954. iteration 10981 found worse value: 363.60220954. iteration 10982 found worse value: 363.60220954. iteration 10983 found worse value: 363.60220954. iteration 10984 found worse value: 363.60220954. iteration 10985 found worse value: 363.60220954. iteration 10986 found worse value: 363.60220954. iteration 10987 found worse value: 363.60220954. iteration 10988 found worse value: 363.60220954. iteration 10989 found worse value: 363.60220954. iteration 10990 found worse value: 363.60220954. iteration 10991 found worse value: 363.60220954. iteration 10992 found worse value: 363.60220954. iteration10992, perturbing to get out of local maxima iteration 10993 found worse value: 363.60220954. iteration 10994 found worse value: 363.60220954. iteration 10995 found worse value: 363.60220954. iteration 10996 found worse value: 363.60220954. iteration 10997 found worse value: 363.60220954. iteration10997, perturbing to get out of local maxima iteration 10998 found worse value: 363.60220954. iteration 10999 found worse value: 363.60220954. iteration 11000 found worse value: 363.60220954. iteration 11001 found worse value: 363.60220954. iteration 11002 found worse value: 363.60220954. iteration 11003 found worse value: 363.60220954. iteration 11004 found worse value: 363.60220954. iteration 11005 found worse value: 363.60220954. iteration 11006 found worse value: 363.60220954. iteration 11007 found worse value: 363.60220954. iteration 11008 found worse value: 363.60220954. iteration 11009 found worse value: 363.60220954. iteration 11010 found worse value: 363.60220954. iteration 11011 found worse value: 363.60220954. iteration 11012 found worse value: 363.60220954. iteration11012, perturbing to get out of local maxima iteration 11013 found worse value: 363.60220954. iteration 11014 found worse value: 363.60220954. iteration 11015 found worse value: 363.60220954. iteration 11016 found worse value: 363.60220954. iteration 11017 found worse value: 363.60220954. iteration 11018 found worse value: 363.60220954. iteration 11019 found worse value: 363.60220954. iteration 11020 found worse value: 363.60220954. iteration 11021 found worse value: 363.60220954. iteration 11022 found worse value: 363.60220954. iteration 11023 found worse value: 363.60220954. iteration 11024 found worse value: 363.60220954. iteration 11025 found worse value: 363.60220954. iteration 11026 found worse value: 363.60220954. iteration 11027 found worse value: 363.60220954. iteration 11028 found worse value: 363.60220954. iteration 11029 found worse value: 363.60220954. iteration 11030 found worse value: 363.60220954. iteration 11031 found worse value: 363.60220954. iteration 11032 found worse value: 363.60220954. iteration 11033 found worse value: 363.60220954. iteration 11034 found worse value: 363.60220954. iteration 11035 found worse value: 363.60220954. iteration 11036 found worse value: 363.60220954. iteration 11037 found worse value: 363.60220954. iteration 11038 found worse value: 363.60220954. iteration 11039 found worse value: 363.60220954. iteration 11040 found worse value: 363.60220954. iteration11040, perturbing to get out of local maxima iteration 11041 found worse value: 363.60220954. iteration 11042 found worse value: 363.60220954. iteration 11043 found worse value: 363.60220954. iteration 11044 found worse value: 363.60220954. iteration 11045 found worse value: 363.60220954. iteration11045, perturbing to get out of local maxima iteration 11046 found worse value: 363.60220954. iteration11046, perturbing to get out of local maxima iteration 11047 found worse value: 363.60220954. iteration 11048 found worse value: 363.60220954. iteration 11049 found worse value: 363.60220954. iteration 11050 found worse value: 363.60220954. iteration 11051 found worse value: 363.60220954. iteration 11052 found worse value: 363.60220954. iteration 11053 found worse value: 363.60220954. iteration 11054 found worse value: 363.60220954. iteration 11055 found worse value: 363.60220954. iteration 11056 found worse value: 363.60220954. iteration 11057 found worse value: 363.60220954. iteration 11058 found worse value: 363.60220954. iteration 11059 found worse value: 363.60220954. iteration 11060 found worse value: 363.60220954. iteration 11061 found worse value: 363.60220954. iteration11061, perturbing to get out of local maxima iteration 11062 found worse value: 363.60220954. iteration 11063 found worse value: 363.60220954. iteration 11064 found worse value: 363.60220954. iteration 11065 found worse value: 363.60220954. iteration 11066 found worse value: 363.60220954. iteration 11067 found worse value: 363.60220954. iteration 11068 found worse value: 363.60220954. iteration 11069 found worse value: 363.60220954. iteration 11070 found worse value: 363.60220954. iteration 11071 found worse value: 363.60220954. iteration 11072 found worse value: 363.60220954. iteration 11073 found worse value: 363.60220954. iteration 11074 found worse value: 363.60220954. iteration 11075 found worse value: 363.60220954. iteration 11076 found worse value: 363.60220954. iteration 11077 found worse value: 363.60220954. iteration 11078 found worse value: 363.60220954. iteration 11079 found worse value: 363.60220954. iteration 11080 found worse value: 363.60220954. iteration11080, perturbing to get out of local maxima iteration 11081 found worse value: 363.60220954. iteration 11082 found worse value: 363.60220954. iteration 11083 found worse value: 363.60220954. iteration 11084 found worse value: 363.60220954. iteration 11085 found worse value: 363.60220954. iteration 11086 found worse value: 363.60220954. iteration 11087 found worse value: 363.60220954. iteration 11088 found worse value: 363.60220954. iteration 11089 found worse value: 363.60220954. iteration11089, perturbing to get out of local maxima iteration 11090 found worse value: 363.60220954. iteration 11091 found worse value: 363.60220954. iteration 11092 found worse value: 363.60220954. iteration 11093 found worse value: 363.60220954. iteration 11094 found worse value: 363.60220954. iteration 11095 found worse value: 363.60220954. iteration 11096 found worse value: 363.60220954. iteration 11097 found worse value: 363.60220954. iteration 11098 found worse value: 363.60220954. iteration 11099 found worse value: 363.60220954. iteration 11100 found worse value: 363.60220954. iteration 11101 found worse value: 363.60220954. iteration 11102 found worse value: 363.60220954. iteration 11103 found worse value: 363.60220954. iteration 11104 found worse value: 363.60220954. iteration 11105 found worse value: 363.60220954. iteration 11106 found worse value: 363.60220954. iteration 11107 found worse value: 363.60220954. iteration 11108 found worse value: 363.60220954. iteration 11109 found worse value: 363.60220954. iteration 11110 found worse value: 363.60220954. iteration 11111 found worse value: 363.60220954. iteration 11112 found worse value: 363.60220954. iteration 11113 found worse value: 363.60220954. iteration 11114 found worse value: 363.60220954. iteration 11115 found worse value: 363.60220954. iteration 11116 found worse value: 363.60220954. iteration 11117 found worse value: 363.60220954. iteration 11118 found worse value: 363.60220954. iteration 11119 found worse value: 363.60220954. iteration 11120 found worse value: 363.60220954. iteration 11121 found worse value: 363.60220954. iteration 11122 found worse value: 363.60220954. iteration 11123 found worse value: 363.60220954. iteration 11124 found worse value: 363.60220954. iteration 11125 found worse value: 363.60220954. iteration 11126 found worse value: 363.60220954. iteration 11127 found worse value: 363.60220954. iteration 11128 found worse value: 363.60220954. iteration 11129 found worse value: 363.60220954. iteration 11130 found worse value: 363.60220954. iteration 11131 found worse value: 363.60220954. iteration 11132 found worse value: 363.60220954. iteration 11133 found worse value: 363.60220954. iteration 11134 found worse value: 363.60220954. iteration11134, perturbing to get out of local maxima iteration 11135 found worse value: 363.60220954. iteration 11136 found worse value: 363.60220954. iteration 11137 found worse value: 363.60220954. iteration11137, perturbing to get out of local maxima iteration 11138 found worse value: 363.60220954. iteration 11139 found worse value: 363.60220954. iteration 11140 found worse value: 363.60220954. iteration 11141 found worse value: 363.60220954. iteration 11142 found worse value: 363.60220954. iteration 11143 found worse value: 363.60220954. iteration 11144 found worse value: 363.60220954. iteration 11145 found worse value: 363.60220954. iteration 11146 found worse value: 363.60220954. iteration11146, perturbing to get out of local maxima iteration 11147 found worse value: 363.60220954. iteration 11148 found worse value: 363.60220954. iteration 11149 found worse value: 363.60220954. iteration 11150 found worse value: 363.60220954. iteration 11151 found worse value: 363.60220954. iteration 11152 found worse value: 363.60220954. iteration 11153 found worse value: 363.60220954. iteration 11154 found worse value: 363.60220954. iteration 11155 found worse value: 363.60220954. iteration 11156 found worse value: 363.60220954. iteration 11157 found worse value: 363.60220954. iteration 11158 found worse value: 363.60220954. iteration 11159 found worse value: 363.60220954. iteration 11160 found worse value: 363.60220954. iteration 11161 found worse value: 363.60220954. iteration 11162 found worse value: 363.60220954. iteration 11163 found worse value: 363.60220954. iteration 11164 found worse value: 363.60220954. iteration11164, perturbing to get out of local maxima iteration 11165 found worse value: 363.60220954. iteration 11166 found worse value: 363.60220954. iteration 11167 found worse value: 363.60220954. iteration 11168 found worse value: 363.60220954. iteration 11169 found worse value: 363.60220954. iteration 11170 found worse value: 363.60220954. iteration 11171 found worse value: 363.60220954. iteration 11172 found worse value: 363.60220954. iteration 11173 found worse value: 363.60220954. iteration 11174 found worse value: 363.60220954. iteration 11175 found worse value: 363.60220954. iteration 11176 found worse value: 363.60220954. iteration 11177 found worse value: 363.60220954. iteration 11178 found worse value: 363.60220954. iteration 11179 found worse value: 363.60220954. iteration 11180 found worse value: 363.60220954. iteration 11181 found worse value: 363.60220954. iteration 11182 found worse value: 363.60220954. iteration 11183 found worse value: 363.60220954. iteration 11184 found worse value: 363.60220954. iteration 11185 found worse value: 363.60220954. iteration 11186 found worse value: 363.60220954. iteration 11187 found worse value: 363.60220954. iteration 11188 found worse value: 363.60220954. iteration 11189 found worse value: 363.60220954. iteration 11190 found worse value: 363.60220954. iteration 11191 found worse value: 363.60220954. iteration 11192 found worse value: 363.60220954. iteration 11193 found worse value: 363.60220954. iteration 11194 found worse value: 363.60220954. iteration 11195 found worse value: 363.60220954. iteration11195, perturbing to get out of local maxima iteration 11196 found worse value: 363.60220954. iteration 11197 found worse value: 363.60220954. iteration 11198 found worse value: 363.60220954. iteration 11199 found worse value: 363.60220954. iteration 11200 found worse value: 363.60220954. iteration 11201 found worse value: 363.60220954. iteration 11202 found worse value: 363.60220954. iteration 11203 found worse value: 363.60220954. iteration 11204 found worse value: 363.60220954. iteration11204, perturbing to get out of local maxima iteration 11205 found worse value: 363.60220954. iteration 11206 found worse value: 363.60220954. iteration 11207 found worse value: 363.60220954. iteration 11208 found worse value: 363.60220954. iteration 11209 found worse value: 363.60220954. iteration 11210 found worse value: 363.60220954. iteration 11211 found worse value: 363.60220954. iteration 11212 found worse value: 363.60220954. iteration 11213 found worse value: 363.60220954. iteration 11214 found worse value: 363.60220954. iteration 11215 found worse value: 363.60220954. iteration 11216 found worse value: 363.60220954. iteration11216, perturbing to get out of local maxima iteration 11217 found worse value: 363.60220954. iteration 11218 found worse value: 363.60220954. iteration 11219 found worse value: 363.60220954. iteration11219, perturbing to get out of local maxima iteration 11220 found worse value: 363.60220954. iteration 11221 found worse value: 363.60220954. iteration 11222 found worse value: 363.60220954. iteration 11223 found worse value: 363.60220954. iteration 11224 found worse value: 363.60220954. iteration 11225 found worse value: 363.60220954. iteration11225, perturbing to get out of local maxima iteration 11226 found worse value: 363.60220954. iteration 11227 found worse value: 363.60220954. iteration 11228 found worse value: 363.60220954. iteration 11229 found worse value: 363.60220954. iteration 11230 found worse value: 363.60220954. iteration 11231 found worse value: 363.60220954. iteration 11232 found worse value: 363.60220954. iteration 11233 found worse value: 363.60220954. iteration 11234 found worse value: 363.60220954. iteration 11235 found worse value: 363.60220954. iteration 11236 found worse value: 363.60220954. iteration11236, perturbing to get out of local maxima iteration 11237 found worse value: 363.60220954. iteration 11238 found worse value: 363.60220954. iteration 11239 found worse value: 363.60220954. iteration 11240 found worse value: 363.60220954. iteration 11241 found worse value: 363.60220954. iteration 11242 found worse value: 363.60220954. iteration 11243 found worse value: 363.60220954. iteration11243, perturbing to get out of local maxima iteration 11244 found worse value: 363.60220954. iteration 11245 found worse value: 363.60220954. iteration 11246 found worse value: 363.60220954. iteration 11247 found worse value: 363.60220954. iteration 11248 found worse value: 363.60220954. iteration11248, perturbing to get out of local maxima iteration 11249 found worse value: 363.60220954. iteration 11250 found worse value: 363.60220954. iteration 11251 found worse value: 363.60220954. iteration 11252 found worse value: 363.60220954. iteration 11253 found worse value: 363.60220954. iteration 11254 found worse value: 363.60220954. iteration 11255 found worse value: 363.60220954. iteration 11256 found worse value: 363.60220954. iteration 11257 found worse value: 363.60220954. iteration 11258 found worse value: 363.60220954. iteration 11259 found worse value: 363.60220954. iteration 11260 found worse value: 363.60220954. iteration 11261 found worse value: 363.60220954. iteration 11262 found worse value: 363.60220954. iteration 11263 found worse value: 363.60220954. iteration 11264 found worse value: 363.60220954. iteration 11265 found worse value: 363.60220954. iteration 11266 found worse value: 363.60220954. iteration 11267 found worse value: 363.60220954. iteration 11268 found worse value: 363.60220954. iteration 11269 found worse value: 363.60220954. iteration 11270 found worse value: 363.60220954. iteration 11271 found worse value: 363.60220954. iteration 11272 found worse value: 363.60220954. iteration 11273 found worse value: 363.60220954. iteration 11274 found worse value: 363.60220954. iteration 11275 found worse value: 363.60220954. iteration 11276 found worse value: 363.60220954. iteration 11277 found worse value: 363.60220954. iteration11277, perturbing to get out of local maxima iteration 11278 found worse value: 363.60220954. iteration 11279 found worse value: 363.60220954. iteration 11280 found worse value: 363.60220954. iteration 11281 found worse value: 363.60220954. iteration 11282 found worse value: 363.60220954. iteration11282, perturbing to get out of local maxima iteration 11283 found worse value: 363.60220954. iteration 11284 found worse value: 363.60220954. iteration 11285 found worse value: 363.60220954. iteration 11286 found worse value: 363.60220954. iteration 11287 found worse value: 363.60220954. iteration 11288 found worse value: 363.60220954. iteration 11289 found worse value: 363.60220954. iteration 11290 found worse value: 363.60220954. iteration 11291 found worse value: 363.60220954. iteration 11292 found worse value: 363.60220954. iteration 11293 found worse value: 363.60220954. iteration 11294 found worse value: 363.60220954. iteration11294, perturbing to get out of local maxima iteration 11295 found worse value: 363.60220954. iteration 11296 found worse value: 363.60220954. iteration 11297 found worse value: 363.60220954. iteration 11298 found worse value: 363.60220954. iteration 11299 found worse value: 363.60220954. iteration 11300 found worse value: 363.60220954. iteration 11301 found worse value: 363.60220954. iteration 11302 found worse value: 363.60220954. iteration 11303 found worse value: 363.60220954. iteration11303, perturbing to get out of local maxima iteration 11304 found worse value: 363.60220954. iteration 11305 found worse value: 363.60220954. iteration 11306 found worse value: 363.60220954. iteration 11307 found worse value: 363.60220954. iteration 11308 found worse value: 363.60220954. iteration 11309 found worse value: 363.60220954. iteration 11310 found worse value: 363.60220954. iteration 11311 found worse value: 363.60220954. iteration 11312 found worse value: 363.60220954. iteration 11313 found worse value: 363.60220954. iteration 11314 found worse value: 363.60220954. iteration 11315 found worse value: 363.60220954. iteration 11316 found worse value: 363.60220954. iteration 11317 found worse value: 363.60220954. iteration 11318 found worse value: 363.60220954. iteration 11319 found worse value: 363.60220954. iteration11319, perturbing to get out of local maxima iteration 11320 found worse value: 363.60220954. iteration 11321 found worse value: 363.60220954. iteration 11322 found worse value: 363.60220954. iteration 11323 found worse value: 363.60220954. iteration 11324 found worse value: 363.60220954. iteration 11325 found worse value: 363.60220954. iteration 11326 found worse value: 363.60220954. iteration 11327 found worse value: 363.60220954. iteration 11328 found worse value: 363.60220954. iteration 11329 found worse value: 363.60220954. iteration 11330 found worse value: 363.60220954. iteration 11331 found worse value: 363.60220954. iteration 11332 found worse value: 363.60220954. iteration 11333 found worse value: 363.60220954. iteration 11334 found worse value: 363.60220954. iteration 11335 found worse value: 363.60220954. iteration 11336 found worse value: 363.60220954. iteration 11337 found worse value: 363.60220954. iteration 11338 found worse value: 363.60220954. iteration 11339 found worse value: 363.60220954. iteration 11340 found worse value: 363.60220954. iteration 11341 found worse value: 363.60220954. iteration 11342 found worse value: 363.60220954. iteration 11343 found worse value: 363.60220954. iteration11343, perturbing to get out of local maxima iteration 11344 found worse value: 363.60220954. iteration 11345 found worse value: 363.60220954. iteration 11346 found worse value: 363.60220954. iteration 11347 found worse value: 363.60220954. iteration 11348 found worse value: 363.60220954. iteration 11349 found worse value: 363.60220954. iteration 11350 found worse value: 363.60220954. iteration 11351 found worse value: 363.60220954. iteration 11352 found worse value: 363.60220954. iteration 11353 found worse value: 363.60220954. iteration 11354 found worse value: 363.60220954. iteration 11355 found worse value: 363.60220954. iteration 11356 found worse value: 363.60220954. iteration 11357 found worse value: 363.60220954. iteration11357, perturbing to get out of local maxima iteration 11358 found worse value: 363.60220954. iteration 11359 found worse value: 363.60220954. iteration 11360 found worse value: 363.60220954. iteration 11361 found worse value: 363.60220954. iteration 11362 found worse value: 363.60220954. iteration 11363 found worse value: 363.60220954. iteration 11364 found worse value: 363.60220954. iteration 11365 found worse value: 363.60220954. iteration 11366 found worse value: 363.60220954. iteration 11367 found worse value: 363.60220954. iteration 11368 found worse value: 363.60220954. iteration 11369 found worse value: 363.60220954. iteration11369, perturbing to get out of local maxima iteration 11370 found worse value: 363.60220954. iteration 11371 found worse value: 363.60220954. iteration 11372 found worse value: 363.60220954. iteration 11373 found worse value: 363.60220954. iteration 11374 found worse value: 363.60220954. iteration 11375 found worse value: 363.60220954. iteration 11376 found worse value: 363.60220954. iteration 11377 found worse value: 363.60220954. iteration 11378 found worse value: 363.60220954. iteration11378, perturbing to get out of local maxima iteration 11379 found worse value: 363.60220954. iteration 11380 found worse value: 363.60220954. iteration 11381 found worse value: 363.60220954. iteration11381, perturbing to get out of local maxima iteration 11382 found worse value: 363.60220954. iteration 11383 found worse value: 363.60220954. iteration 11384 found worse value: 363.60220954. iteration 11385 found worse value: 363.60220954. iteration 11386 found worse value: 363.60220954. iteration 11387 found worse value: 363.60220954. iteration 11388 found worse value: 363.60220954. iteration 11389 found worse value: 363.60220954. iteration 11390 found worse value: 363.60220954. iteration 11391 found worse value: 363.60220954. iteration 11392 found worse value: 363.60220954. iteration 11393 found worse value: 363.60220954. iteration 11394 found worse value: 363.60220954. iteration 11395 found worse value: 363.60220954. iteration 11396 found worse value: 363.60220954. iteration11396, perturbing to get out of local maxima iteration 11397 found worse value: 363.60220954. iteration 11398 found worse value: 363.60220954. iteration 11399 found worse value: 363.60220954. iteration 11400 found worse value: 363.60220954. iteration 11401 found worse value: 363.60220954. iteration 11402 found worse value: 363.60220954. iteration 11403 found worse value: 363.60220954. iteration 11404 found worse value: 363.60220954. iteration11404, perturbing to get out of local maxima iteration 11405 found worse value: 363.60220954. iteration 11406 found worse value: 363.60220954. iteration 11407 found worse value: 363.60220954. iteration 11408 found worse value: 363.60220954. iteration 11409 found worse value: 363.60220954. iteration 11410 found worse value: 363.60220954. iteration 11411 found worse value: 363.60220954. iteration11411, perturbing to get out of local maxima iteration 11412 found worse value: 363.60220954. iteration 11413 found worse value: 363.60220954. iteration11413, perturbing to get out of local maxima iteration 11414 found worse value: 363.60220954. iteration 11415 found worse value: 363.60220954. iteration11415, perturbing to get out of local maxima iteration 11416 found worse value: 363.60220954. iteration 11417 found worse value: 363.60220954. iteration 11418 found worse value: 363.60220954. iteration 11419 found worse value: 363.60220954. iteration11419, perturbing to get out of local maxima iteration 11420 found worse value: 363.60220954. iteration 11421 found worse value: 363.60220954. iteration 11422 found worse value: 363.60220954. iteration11422, perturbing to get out of local maxima iteration 11423 found worse value: 363.60220954. iteration 11424 found worse value: 363.60220954. iteration 11425 found worse value: 363.60220954. iteration 11426 found worse value: 363.60220954. iteration 11427 found worse value: 363.60220954. iteration 11428 found worse value: 363.60220954. iteration 11429 found worse value: 363.60220954. iteration 11430 found worse value: 363.60220954. iteration 11431 found worse value: 363.60220954. iteration 11432 found worse value: 363.60220954. iteration 11433 found worse value: 363.60220954. iteration 11434 found worse value: 363.60220954. iteration 11435 found worse value: 363.60220954. iteration 11436 found worse value: 363.60220954. iteration 11437 found worse value: 363.60220954. iteration 11438 found worse value: 363.60220954. iteration 11439 found worse value: 363.60220954. iteration 11440 found worse value: 363.60220954. iteration 11441 found worse value: 363.60220954. iteration 11442 found worse value: 363.60220954. iteration 11443 found worse value: 363.60220954. iteration 11444 found worse value: 363.60220954. iteration 11445 found worse value: 363.60220954. iteration 11446 found worse value: 363.60220954. iteration 11447 found worse value: 363.60220954. iteration 11448 found worse value: 363.60220954. iteration 11449 found worse value: 363.60220954. iteration11449, perturbing to get out of local maxima iteration 11450 found worse value: 363.60220954. iteration 11451 found worse value: 363.60220954. iteration 11452 found worse value: 363.60220954. iteration 11453 found worse value: 363.60220954. iteration 11454 found worse value: 363.60220954. iteration11454, perturbing to get out of local maxima iteration 11455 found worse value: 363.60220954. iteration 11456 found worse value: 363.60220954. iteration 11457 found worse value: 363.60220954. iteration 11458 found worse value: 363.60220954. iteration 11459 found worse value: 363.60220954. iteration 11460 found worse value: 363.60220954. iteration 11461 found worse value: 363.60220954. iteration 11462 found worse value: 363.60220954. iteration 11463 found worse value: 363.60220954. iteration 11464 found worse value: 363.60220954. iteration11464, perturbing to get out of local maxima iteration 11465 found worse value: 363.60220954. iteration 11466 found worse value: 363.60220954. iteration 11467 found worse value: 363.60220954. iteration 11468 found worse value: 363.60220954. iteration 11469 found worse value: 363.60220954. iteration 11470 found worse value: 363.60220954. iteration 11471 found worse value: 363.60220954. iteration 11472 found worse value: 363.60220954. iteration 11473 found worse value: 363.60220954. iteration 11474 found worse value: 363.60220954. iteration11474, perturbing to get out of local maxima iteration 11475 found worse value: 363.60220954. iteration 11476 found worse value: 363.60220954. iteration 11477 found worse value: 363.60220954. iteration 11478 found worse value: 363.60220954. iteration 11479 found worse value: 363.60220954. iteration 11480 found worse value: 363.60220954. iteration 11481 found worse value: 363.60220954. iteration 11482 found worse value: 363.60220954. iteration 11483 found worse value: 363.60220954. iteration 11484 found worse value: 363.60220954. iteration 11485 found worse value: 363.60220954. iteration 11486 found worse value: 363.60220954. iteration 11487 found worse value: 363.60220954. iteration 11488 found worse value: 363.60220954. iteration 11489 found worse value: 363.60220954. iteration 11490 found worse value: 363.60220954. iteration 11491 found worse value: 363.60220954. iteration 11492 found worse value: 363.60220954. iteration 11493 found worse value: 363.60220954. iteration 11494 found worse value: 363.60220954. iteration 11495 found worse value: 363.60220954. iteration 11496 found worse value: 363.60220954. iteration 11497 found worse value: 363.60220954. iteration 11498 found worse value: 363.60220954. iteration11498, perturbing to get out of local maxima iteration 11499 found worse value: 363.60220954. iteration 11500 found worse value: 363.60220954. iteration 11501 found worse value: 363.60220954. iteration 11502 found worse value: 363.60220954. iteration 11503 found worse value: 363.60220954. iteration 11504 found worse value: 363.60220954. iteration 11505 found worse value: 363.60220954. iteration 11506 found worse value: 363.60220954. iteration 11507 found worse value: 363.60220954. iteration 11508 found worse value: 363.60220954. iteration 11509 found worse value: 363.60220954. iteration 11510 found worse value: 363.60220954. iteration 11511 found worse value: 363.60220954. iteration 11512 found worse value: 363.60220954. iteration 11513 found worse value: 363.60220954. iteration 11514 found worse value: 363.60220954. iteration 11515 found worse value: 363.60220954. iteration 11516 found worse value: 363.60220954. iteration 11517 found worse value: 363.60220954. iteration 11518 found worse value: 363.60220954. iteration 11519 found worse value: 363.60220954. iteration 11520 found worse value: 363.60220954. iteration 11521 found worse value: 363.60220954. iteration 11522 found worse value: 363.60220954. iteration 11523 found worse value: 363.60220954. iteration 11524 found worse value: 363.60220954. iteration 11525 found worse value: 363.60220954. iteration 11526 found worse value: 363.60220954. iteration 11527 found worse value: 363.60220954. iteration 11528 found worse value: 363.60220954. iteration 11529 found worse value: 363.60220954. iteration 11530 found worse value: 363.60220954. iteration 11531 found worse value: 363.60220954. iteration 11532 found worse value: 363.60220954. iteration 11533 found worse value: 363.60220954. iteration 11534 found worse value: 363.60220954. iteration11534, perturbing to get out of local maxima iteration 11535 found worse value: 363.60220954. iteration 11536 found worse value: 363.60220954. iteration 11537 found worse value: 363.60220954. iteration 11538 found worse value: 363.60220954. iteration 11539 found worse value: 363.60220954. iteration 11540 found worse value: 363.60220954. iteration 11541 found worse value: 363.60220954. iteration 11542 found worse value: 363.60220954. iteration 11543 found worse value: 363.60220954. iteration 11544 found worse value: 363.60220954. iteration 11545 found worse value: 363.60220954. iteration 11546 found worse value: 363.60220954. iteration 11547 found worse value: 363.60220954. iteration 11548 found worse value: 363.60220954. iteration 11549 found worse value: 363.60220954. iteration 11550 found worse value: 363.60220954. iteration 11551 found worse value: 363.60220954. iteration 11552 found worse value: 363.60220954. iteration 11553 found worse value: 363.60220954. iteration 11554 found worse value: 363.60220954. iteration 11555 found worse value: 363.60220954. iteration 11556 found worse value: 363.60220954. iteration 11557 found worse value: 363.60220954. iteration 11558 found worse value: 363.60220954. iteration 11559 found worse value: 363.60220954. iteration 11560 found worse value: 363.60220954. iteration 11561 found worse value: 363.60220954. iteration 11562 found worse value: 363.60220954. iteration 11563 found worse value: 363.60220954. iteration 11564 found worse value: 363.60220954. iteration 11565 found worse value: 363.60220954. iteration 11566 found worse value: 363.60220954. iteration 11567 found worse value: 363.60220954. iteration 11568 found worse value: 363.60220954. iteration 11569 found worse value: 363.60220954. iteration 11570 found worse value: 363.60220954. iteration11570, perturbing to get out of local maxima iteration 11571 found worse value: 363.60220954. iteration 11572 found worse value: 363.60220954. iteration 11573 found worse value: 363.60220954. iteration 11574 found worse value: 363.60220954. iteration 11575 found worse value: 363.60220954. iteration 11576 found worse value: 363.60220954. iteration 11577 found worse value: 363.60220954. iteration11577, perturbing to get out of local maxima iteration 11578 found worse value: 363.60220954. iteration 11579 found worse value: 363.60220954. iteration 11580 found worse value: 363.60220954. iteration 11581 found worse value: 363.60220954. iteration 11582 found worse value: 363.60220954. iteration 11583 found worse value: 363.60220954. iteration 11584 found worse value: 363.60220954. iteration 11585 found worse value: 363.60220954. iteration 11586 found worse value: 363.60220954. iteration 11587 found worse value: 363.60220954. iteration 11588 found worse value: 363.60220954. iteration 11589 found worse value: 363.60220954. iteration 11590 found worse value: 363.60220954. iteration 11591 found worse value: 363.60220954. iteration 11592 found worse value: 363.60220954. iteration 11593 found worse value: 363.60220954. iteration 11594 found worse value: 363.60220954. iteration 11595 found worse value: 363.60220954. iteration 11596 found worse value: 363.60220954. iteration 11597 found worse value: 363.60220954. iteration 11598 found worse value: 363.60220954. iteration 11599 found worse value: 363.60220954. iteration 11600 found worse value: 363.60220954. iteration 11601 found worse value: 363.60220954. iteration 11602 found worse value: 363.60220954. iteration 11603 found worse value: 363.60220954. iteration 11604 found worse value: 363.60220954. iteration11604, perturbing to get out of local maxima iteration 11605 found worse value: 363.60220954. iteration 11606 found worse value: 363.60220954. iteration 11607 found worse value: 363.60220954. iteration 11608 found worse value: 363.60220954. iteration 11609 found worse value: 363.60220954. iteration 11610 found worse value: 363.60220954. iteration 11611 found worse value: 363.60220954. iteration 11612 found worse value: 363.60220954. iteration 11613 found worse value: 363.60220954. iteration 11614 found worse value: 363.60220954. iteration 11615 found worse value: 363.60220954. iteration 11616 found worse value: 363.60220954. iteration 11617 found worse value: 363.60220954. iteration 11618 found worse value: 363.60220954. iteration 11619 found worse value: 363.60220954. iteration 11620 found worse value: 363.60220954. iteration 11621 found worse value: 363.60220954. iteration 11622 found worse value: 363.60220954. iteration 11623 found worse value: 363.60220954. iteration 11624 found worse value: 363.60220954. iteration 11625 found worse value: 363.60220954. iteration 11626 found worse value: 363.60220954. iteration 11627 found worse value: 363.60220954. iteration 11628 found worse value: 363.60220954. iteration 11629 found worse value: 363.60220954. iteration 11630 found worse value: 363.60220954. iteration 11631 found worse value: 363.60220954. iteration 11632 found worse value: 363.60220954. iteration 11633 found worse value: 363.60220954. iteration 11634 found worse value: 363.60220954. iteration 11635 found worse value: 363.60220954. iteration 11636 found worse value: 363.60220954. iteration 11637 found worse value: 363.60220954. iteration 11638 found worse value: 363.60220954. iteration 11639 found worse value: 363.60220954. iteration 11640 found worse value: 363.60220954. iteration 11641 found worse value: 363.60220954. iteration 11642 found worse value: 363.60220954. iteration 11643 found worse value: 363.60220954. iteration 11644 found worse value: 363.60220954. iteration 11645 found worse value: 363.60220954. iteration 11646 found worse value: 363.60220954. iteration 11647 found worse value: 363.60220954. iteration 11648 found worse value: 363.60220954. iteration 11649 found worse value: 363.60220954. iteration 11650 found worse value: 363.60220954. iteration 11651 found worse value: 363.60220954. iteration11651, perturbing to get out of local maxima iteration 11652 found worse value: 363.60220954. iteration 11653 found worse value: 363.60220954. iteration 11654 found worse value: 363.60220954. iteration 11655 found worse value: 363.60220954. iteration11655, perturbing to get out of local maxima iteration 11656 found worse value: 363.60220954. iteration 11657 found worse value: 363.60220954. iteration 11658 found worse value: 363.60220954. iteration 11659 found worse value: 363.60220954. iteration 11660 found worse value: 363.60220954. iteration 11661 found worse value: 363.60220954. iteration 11662 found worse value: 363.60220954. iteration 11663 found worse value: 363.60220954. iteration 11664 found worse value: 363.60220954. iteration 11665 found worse value: 363.60220954. iteration 11666 found worse value: 363.60220954. iteration 11667 found worse value: 363.60220954. iteration 11668 found worse value: 363.60220954. iteration 11669 found worse value: 363.60220954. iteration 11670 found worse value: 363.60220954. iteration11670, perturbing to get out of local maxima iteration 11671 found worse value: 363.60220954. iteration 11672 found worse value: 363.60220954. iteration 11673 found worse value: 363.60220954. iteration 11674 found worse value: 363.60220954. iteration 11675 found worse value: 363.60220954. iteration 11676 found worse value: 363.60220954. iteration 11677 found worse value: 363.60220954. iteration 11678 found worse value: 363.60220954. iteration 11679 found worse value: 363.60220954. iteration 11680 found worse value: 363.60220954. iteration 11681 found worse value: 363.60220954. iteration 11682 found worse value: 363.60220954. iteration 11683 found worse value: 363.60220954. iteration 11684 found worse value: 363.60220954. iteration 11685 found worse value: 363.60220954. iteration 11686 found worse value: 363.60220954. iteration 11687 found worse value: 363.60220954. iteration 11688 found worse value: 363.60220954. iteration 11689 found worse value: 363.60220954. iteration 11690 found worse value: 363.60220954. iteration 11691 found worse value: 363.60220954. iteration11691, perturbing to get out of local maxima iteration 11692 found worse value: 363.60220954. iteration 11693 found worse value: 363.60220954. iteration 11694 found worse value: 363.60220954. iteration 11695 found worse value: 363.60220954. iteration 11696 found worse value: 363.60220954. iteration 11697 found worse value: 363.60220954. iteration 11698 found worse value: 363.60220954. iteration 11699 found worse value: 363.60220954. iteration 11700 found worse value: 363.60220954. iteration 11701 found worse value: 363.60220954. iteration 11702 found worse value: 363.60220954. iteration 11703 found worse value: 363.60220954. iteration 11704 found worse value: 363.60220954. iteration 11705 found worse value: 363.60220954. iteration 11706 found worse value: 363.60220954. iteration 11707 found worse value: 363.60220954. iteration11707, perturbing to get out of local maxima iteration 11708 found worse value: 363.60220954. iteration 11709 found worse value: 363.60220954. iteration 11710 found worse value: 363.60220954. iteration 11711 found worse value: 363.60220954. iteration 11712 found worse value: 363.60220954. iteration 11713 found worse value: 363.60220954. iteration 11714 found worse value: 363.60220954. iteration 11715 found worse value: 363.60220954. iteration 11716 found worse value: 363.60220954. iteration 11717 found worse value: 363.60220954. iteration 11718 found worse value: 363.60220954. iteration11718, perturbing to get out of local maxima iteration 11719 found worse value: 363.60220954. iteration 11720 found worse value: 363.60220954. iteration 11721 found worse value: 363.60220954. iteration 11722 found worse value: 363.60220954. iteration 11723 found worse value: 363.60220954. iteration11723, perturbing to get out of local maxima iteration 11724 found worse value: 363.60220954. iteration 11725 found worse value: 363.60220954. iteration 11726 found worse value: 363.60220954. iteration 11727 found worse value: 363.60220954. iteration 11728 found worse value: 363.60220954. iteration 11729 found worse value: 363.60220954. iteration 11730 found worse value: 363.60220954. iteration 11731 found worse value: 363.60220954. iteration 11732 found worse value: 363.60220954. iteration 11733 found worse value: 363.60220954. iteration 11734 found worse value: 363.60220954. iteration 11735 found worse value: 363.60220954. iteration11735, perturbing to get out of local maxima iteration 11736 found worse value: 363.60220954. iteration 11737 found worse value: 363.60220954. iteration 11738 found worse value: 363.60220954. iteration 11739 found worse value: 363.60220954. iteration 11740 found worse value: 363.60220954. iteration 11741 found worse value: 363.60220954. iteration 11742 found worse value: 363.60220954. iteration 11743 found worse value: 363.60220954. iteration 11744 found worse value: 363.60220954. iteration 11745 found worse value: 363.60220954. iteration 11746 found worse value: 363.60220954. iteration 11747 found worse value: 363.60220954. iteration 11748 found worse value: 363.60220954. iteration 11749 found worse value: 363.60220954. iteration 11750 found worse value: 363.60220954. iteration 11751 found worse value: 363.60220954. iteration 11752 found worse value: 363.60220954. iteration 11753 found worse value: 363.60220954. iteration 11754 found worse value: 363.60220954. iteration11754, perturbing to get out of local maxima iteration 11755 found worse value: 363.60220954. iteration 11756 found worse value: 363.60220954. iteration 11757 found worse value: 363.60220954. iteration 11758 found worse value: 363.60220954. iteration 11759 found worse value: 363.60220954. iteration 11760 found worse value: 363.60220954. iteration 11761 found worse value: 363.60220954. iteration11761, perturbing to get out of local maxima iteration 11762 found worse value: 363.60220954. iteration 11763 found worse value: 363.60220954. iteration 11764 found worse value: 363.60220954. iteration 11765 found worse value: 363.60220954. iteration 11766 found worse value: 363.60220954. iteration 11767 found worse value: 363.60220954. iteration 11768 found worse value: 363.60220954. iteration 11769 found worse value: 363.60220954. iteration 11770 found worse value: 363.60220954. iteration 11771 found worse value: 363.60220954. iteration 11772 found worse value: 363.60220954. iteration 11773 found worse value: 363.60220954. iteration 11774 found worse value: 363.60220954. iteration 11775 found worse value: 363.60220954. iteration 11776 found worse value: 363.60220954. iteration 11777 found worse value: 363.60220954. iteration 11778 found worse value: 363.60220954. iteration 11779 found worse value: 363.60220954. iteration 11780 found worse value: 363.60220954. iteration 11781 found worse value: 363.60220954. iteration 11782 found worse value: 363.60220954. iteration 11783 found worse value: 363.60220954. iteration 11784 found worse value: 363.60220954. iteration11784, perturbing to get out of local maxima iteration 11785 found worse value: 363.60220954. iteration11785, perturbing to get out of local maxima iteration 11786 found worse value: 363.60220954. iteration 11787 found worse value: 363.60220954. iteration 11788 found worse value: 363.60220954. iteration 11789 found worse value: 363.60220954. iteration 11790 found worse value: 363.60220954. iteration 11791 found worse value: 363.60220954. iteration 11792 found worse value: 363.60220954. iteration11792, perturbing to get out of local maxima iteration 11793 found worse value: 363.60220954. iteration 11794 found worse value: 363.60220954. iteration 11795 found worse value: 363.60220954. iteration 11796 found worse value: 363.60220954. iteration 11797 found worse value: 363.60220954. iteration 11798 found worse value: 363.60220954. iteration 11799 found worse value: 363.60220954. iteration 11800 found worse value: 363.60220954. iteration 11801 found worse value: 363.60220954. iteration 11802 found worse value: 363.60220954. iteration 11803 found worse value: 363.60220954. iteration 11804 found worse value: 363.60220954. iteration 11805 found worse value: 363.60220954. iteration 11806 found worse value: 363.60220954. iteration 11807 found worse value: 363.60220954. iteration 11808 found worse value: 363.60220954. iteration 11809 found worse value: 363.60220954. iteration11809, perturbing to get out of local maxima iteration 11810 found worse value: 363.60220954. iteration 11811 found worse value: 363.60220954. iteration 11812 found worse value: 363.60220954. iteration 11813 found worse value: 363.60220954. iteration11813, perturbing to get out of local maxima iteration 11814 found worse value: 363.60220954. iteration 11815 found worse value: 363.60220954. iteration 11816 found worse value: 363.60220954. iteration 11817 found worse value: 363.60220954. iteration 11818 found worse value: 363.60220954. iteration 11819 found worse value: 363.60220954. iteration 11820 found worse value: 363.60220954. iteration 11821 found worse value: 363.60220954. iteration 11822 found worse value: 363.60220954. iteration11822, perturbing to get out of local maxima iteration 11823 found worse value: 363.60220954. iteration 11824 found worse value: 363.60220954. iteration 11825 found worse value: 363.60220954. iteration11825, perturbing to get out of local maxima iteration 11826 found worse value: 363.60220954. iteration11826, perturbing to get out of local maxima iteration 11827 found worse value: 363.60220954. iteration 11828 found worse value: 363.60220954. iteration11828, perturbing to get out of local maxima iteration 11829 found worse value: 363.60220954. iteration 11830 found worse value: 363.60220954. iteration 11831 found worse value: 363.60220954. iteration 11832 found worse value: 363.60220954. iteration 11833 found worse value: 363.60220954. iteration 11834 found worse value: 363.60220954. iteration 11835 found worse value: 363.60220954. iteration 11836 found worse value: 363.60220954. iteration 11837 found worse value: 363.60220954. iteration 11838 found worse value: 363.60220954. iteration 11839 found worse value: 363.60220954. iteration 11840 found worse value: 363.60220954. iteration 11841 found worse value: 363.60220954. iteration 11842 found worse value: 363.60220954. iteration 11843 found worse value: 363.60220954. iteration 11844 found worse value: 363.60220954. iteration 11845 found worse value: 363.60220954. iteration 11846 found worse value: 363.60220954. iteration 11847 found worse value: 363.60220954. iteration 11848 found worse value: 363.60220954. iteration 11849 found worse value: 363.60220954. iteration 11850 found worse value: 363.60220954. iteration 11851 found worse value: 363.60220954. iteration 11852 found worse value: 363.60220954. iteration 11853 found worse value: 363.60220954. iteration 11854 found worse value: 363.60220954. iteration 11855 found worse value: 363.60220954. iteration11855, perturbing to get out of local maxima iteration 11856 found worse value: 363.60220954. iteration 11857 found worse value: 363.60220954. iteration 11858 found worse value: 363.60220954. iteration 11859 found worse value: 363.60220954. iteration 11860 found worse value: 363.60220954. iteration 11861 found worse value: 363.60220954. iteration 11862 found worse value: 363.60220954. iteration 11863 found worse value: 363.60220954. iteration 11864 found worse value: 363.60220954. iteration 11865 found worse value: 363.60220954. iteration 11866 found worse value: 363.60220954. iteration 11867 found worse value: 363.60220954. iteration 11868 found worse value: 363.60220954. iteration 11869 found worse value: 363.60220954. iteration 11870 found worse value: 363.60220954. iteration 11871 found worse value: 363.60220954. iteration 11872 found worse value: 363.60220954. iteration 11873 found worse value: 363.60220954. iteration 11874 found worse value: 363.60220954. iteration 11875 found worse value: 363.60220954. iteration 11876 found worse value: 363.60220954. iteration 11877 found worse value: 363.60220954. iteration 11878 found worse value: 363.60220954. iteration 11879 found worse value: 363.60220954. iteration 11880 found worse value: 363.60220954. iteration 11881 found worse value: 363.60220954. iteration 11882 found worse value: 363.60220954. iteration 11883 found worse value: 363.60220954. iteration11883, perturbing to get out of local maxima iteration 11884 found worse value: 363.60220954. iteration 11885 found worse value: 363.60220954. iteration 11886 found worse value: 363.60220954. iteration 11887 found worse value: 363.60220954. iteration 11888 found worse value: 363.60220954. iteration 11889 found worse value: 363.60220954. iteration 11890 found worse value: 363.60220954. iteration 11891 found worse value: 363.60220954. iteration 11892 found worse value: 363.60220954. iteration 11893 found worse value: 363.60220954. iteration11893, perturbing to get out of local maxima iteration 11894 found worse value: 363.60220954. iteration 11895 found worse value: 363.60220954. iteration 11896 found worse value: 363.60220954. iteration 11897 found worse value: 363.60220954. iteration 11898 found worse value: 363.60220954. iteration 11899 found worse value: 363.60220954. iteration 11900 found worse value: 363.60220954. iteration11900, perturbing to get out of local maxima iteration 11901 found worse value: 363.60220954. iteration 11902 found worse value: 363.60220954. iteration 11903 found worse value: 363.60220954. iteration 11904 found worse value: 363.60220954. iteration 11905 found worse value: 363.60220954. iteration 11906 found worse value: 363.60220954. iteration 11907 found worse value: 363.60220954. iteration 11908 found worse value: 363.60220954. iteration 11909 found worse value: 363.60220954. iteration 11910 found worse value: 363.60220954. iteration 11911 found worse value: 363.60220954. iteration11911, perturbing to get out of local maxima iteration 11912 found worse value: 363.60220954. iteration 11913 found worse value: 363.60220954. iteration 11914 found worse value: 363.60220954. iteration 11915 found worse value: 363.60220954. iteration 11916 found worse value: 363.60220954. iteration 11917 found worse value: 363.60220954. iteration 11918 found worse value: 363.60220954. iteration 11919 found worse value: 363.60220954. iteration 11920 found worse value: 363.60220954. iteration 11921 found worse value: 363.60220954. iteration 11922 found worse value: 363.60220954. iteration 11923 found worse value: 363.60220954. iteration 11924 found worse value: 363.60220954. iteration 11925 found worse value: 363.60220954. iteration 11926 found worse value: 363.60220954. iteration 11927 found worse value: 363.60220954. iteration 11928 found worse value: 363.60220954. iteration 11929 found worse value: 363.60220954. iteration 11930 found worse value: 363.60220954. iteration 11931 found worse value: 363.60220954. iteration 11932 found worse value: 363.60220954. iteration 11933 found worse value: 363.60220954. iteration 11934 found worse value: 363.60220954. iteration 11935 found worse value: 363.60220954. iteration 11936 found worse value: 363.60220954. iteration 11937 found worse value: 363.60220954. iteration 11938 found worse value: 363.60220954. iteration 11939 found worse value: 363.60220954. iteration 11940 found worse value: 363.60220954. iteration 11941 found worse value: 363.60220954. iteration11941, perturbing to get out of local maxima iteration 11942 found worse value: 363.60220954. iteration 11943 found worse value: 363.60220954. iteration 11944 found worse value: 363.60220954. iteration 11945 found worse value: 363.60220954. iteration 11946 found worse value: 363.60220954. iteration11946, perturbing to get out of local maxima iteration 11947 found worse value: 363.60220954. iteration 11948 found worse value: 363.60220954. iteration11948, perturbing to get out of local maxima iteration 11949 found worse value: 363.60220954. iteration 11950 found worse value: 363.60220954. iteration 11951 found worse value: 363.60220954. iteration 11952 found worse value: 363.60220954. iteration 11953 found worse value: 363.60220954. iteration 11954 found worse value: 363.60220954. iteration11954, perturbing to get out of local maxima iteration 11955 found worse value: 363.60220954. iteration 11956 found worse value: 363.60220954. iteration 11957 found worse value: 363.60220954. iteration 11958 found worse value: 363.60220954. iteration 11959 found worse value: 363.60220954. iteration11959, perturbing to get out of local maxima iteration 11960 found worse value: 363.60220954. iteration 11961 found worse value: 363.60220954. iteration 11962 found worse value: 363.60220954. iteration 11963 found worse value: 363.60220954. iteration 11964 found worse value: 363.60220954. iteration 11965 found worse value: 363.60220954. iteration 11966 found worse value: 363.60220954. iteration 11967 found worse value: 363.60220954. iteration 11968 found worse value: 363.60220954. iteration 11969 found worse value: 363.60220954. iteration 11970 found worse value: 363.60220954. iteration 11971 found worse value: 363.60220954. iteration 11972 found worse value: 363.60220954. iteration 11973 found worse value: 363.60220954. iteration 11974 found worse value: 363.60220954. iteration 11975 found worse value: 363.60220954. iteration 11976 found worse value: 363.60220954. iteration11976, perturbing to get out of local maxima iteration 11977 found worse value: 363.60220954. iteration11977, perturbing to get out of local maxima iteration 11978 found worse value: 363.60220954. iteration 11979 found worse value: 363.60220954. iteration 11980 found worse value: 363.60220954. iteration11980, perturbing to get out of local maxima iteration 11981 found worse value: 363.60220954. iteration 11982 found worse value: 363.60220954. iteration 11983 found worse value: 363.60220954. iteration 11984 found worse value: 363.60220954. iteration 11985 found worse value: 363.60220954. iteration 11986 found worse value: 363.60220954. iteration 11987 found worse value: 363.60220954. iteration 11988 found worse value: 363.60220954. iteration 11989 found worse value: 363.60220954. iteration 11990 found worse value: 363.60220954. iteration 11991 found worse value: 363.60220954. iteration 11992 found worse value: 363.60220954. iteration 11993 found worse value: 363.60220954. iteration 11994 found worse value: 363.60220954. iteration 11995 found worse value: 363.60220954. iteration 11996 found worse value: 363.60220954. iteration 11997 found worse value: 363.60220954. iteration 11998 found worse value: 363.60220954. iteration 11999 found worse value: 363.60220954. iteration 12000 found worse value: 363.60220954. iteration12000, perturbing to get out of local maxima iteration 12001 found worse value: 363.60220954. iteration 12002 found worse value: 363.60220954. iteration 12003 found worse value: 363.60220954. iteration 12004 found worse value: 363.60220954. iteration 12005 found worse value: 363.60220954. iteration 12006 found worse value: 363.60220954. iteration 12007 found worse value: 363.60220954. iteration 12008 found worse value: 363.60220954. iteration 12009 found worse value: 363.60220954. iteration 12010 found worse value: 363.60220954. iteration 12011 found worse value: 363.60220954. iteration 12012 found worse value: 363.60220954. iteration12012, perturbing to get out of local maxima iteration 12013 found worse value: 363.60220954. iteration 12014 found worse value: 363.60220954. iteration 12015 found worse value: 363.60220954. iteration 12016 found worse value: 363.60220954. iteration 12017 found worse value: 363.60220954. iteration 12018 found worse value: 363.60220954. iteration 12019 found worse value: 363.60220954. iteration 12020 found worse value: 363.60220954. iteration 12021 found worse value: 363.60220954. iteration12021, perturbing to get out of local maxima iteration 12022 found worse value: 363.60220954. iteration 12023 found worse value: 363.60220954. iteration 12024 found worse value: 363.60220954. iteration 12025 found worse value: 363.60220954. iteration 12026 found worse value: 363.60220954. iteration 12027 found worse value: 363.60220954. iteration12027, perturbing to get out of local maxima iteration 12028 found worse value: 363.60220954. iteration 12029 found worse value: 363.60220954. iteration 12030 found worse value: 363.60220954. iteration 12031 found worse value: 363.60220954. iteration 12032 found worse value: 363.60220954. iteration12032, perturbing to get out of local maxima iteration 12033 found worse value: 363.60220954. iteration 12034 found worse value: 363.60220954. iteration 12035 found worse value: 363.60220954. iteration 12036 found worse value: 363.60220954. iteration 12037 found worse value: 363.60220954. iteration 12038 found worse value: 363.60220954. iteration 12039 found worse value: 363.60220954. iteration 12040 found worse value: 363.60220954. iteration 12041 found worse value: 363.60220954. iteration 12042 found worse value: 363.60220954. iteration12042, perturbing to get out of local maxima iteration 12043 found worse value: 363.60220954. iteration 12044 found worse value: 363.60220954. iteration 12045 found worse value: 363.60220954. iteration 12046 found worse value: 363.60220954. iteration 12047 found worse value: 363.60220954. iteration 12048 found worse value: 363.60220954. iteration 12049 found worse value: 363.60220954. iteration 12050 found worse value: 363.60220954. iteration 12051 found worse value: 363.60220954. iteration 12052 found worse value: 363.60220954. iteration 12053 found worse value: 363.60220954. iteration 12054 found worse value: 363.60220954. iteration 12055 found worse value: 363.60220954. iteration 12056 found worse value: 363.60220954. iteration 12057 found worse value: 363.60220954. iteration 12058 found worse value: 363.60220954. iteration 12059 found worse value: 363.60220954. iteration 12060 found worse value: 363.60220954. iteration 12061 found worse value: 363.60220954. iteration 12062 found worse value: 363.60220954. iteration 12063 found worse value: 363.60220954. iteration12063, perturbing to get out of local maxima iteration 12064 found worse value: 363.60220954. iteration 12065 found worse value: 363.60220954. iteration 12066 found worse value: 363.60220954. iteration12066, perturbing to get out of local maxima iteration 12067 found worse value: 363.60220954. iteration 12068 found worse value: 363.60220954. iteration 12069 found worse value: 363.60220954. iteration 12070 found worse value: 363.60220954. iteration 12071 found worse value: 363.60220954. iteration 12072 found worse value: 363.60220954. iteration 12073 found worse value: 363.60220954. iteration 12074 found worse value: 363.60220954. iteration 12075 found worse value: 363.60220954. iteration 12076 found worse value: 363.60220954. iteration 12077 found worse value: 363.60220954. iteration 12078 found worse value: 363.60220954. iteration 12079 found worse value: 363.60220954. iteration 12080 found worse value: 363.60220954. iteration 12081 found worse value: 363.60220954. iteration 12082 found worse value: 363.60220954. iteration 12083 found worse value: 363.60220954. iteration 12084 found worse value: 363.60220954. iteration12084, perturbing to get out of local maxima iteration 12085 found worse value: 363.60220954. iteration 12086 found worse value: 363.60220954. iteration 12087 found worse value: 363.60220954. iteration 12088 found worse value: 363.60220954. iteration 12089 found worse value: 363.60220954. iteration 12090 found worse value: 363.60220954. iteration 12091 found worse value: 363.60220954. iteration 12092 found worse value: 363.60220954. iteration 12093 found worse value: 363.60220954. iteration 12094 found worse value: 363.60220954. iteration 12095 found worse value: 363.60220954. iteration 12096 found worse value: 363.60220954. iteration 12097 found worse value: 363.60220954. iteration 12098 found worse value: 363.60220954. iteration 12099 found worse value: 363.60220954. iteration 12100 found worse value: 363.60220954. iteration 12101 found worse value: 363.60220954. iteration 12102 found worse value: 363.60220954. iteration 12103 found worse value: 363.60220954. iteration 12104 found worse value: 363.60220954. iteration 12105 found worse value: 363.60220954. iteration 12106 found worse value: 363.60220954. iteration 12107 found worse value: 363.60220954. iteration 12108 found worse value: 363.60220954. iteration 12109 found worse value: 363.60220954. iteration 12110 found worse value: 363.60220954. iteration 12111 found worse value: 363.60220954. iteration 12112 found worse value: 363.60220954. iteration 12113 found worse value: 363.60220954. iteration 12114 found worse value: 363.60220954. iteration 12115 found worse value: 363.60220954. iteration 12116 found worse value: 363.60220954. iteration 12117 found worse value: 363.60220954. iteration 12118 found worse value: 363.60220954. iteration 12119 found worse value: 363.60220954. iteration 12120 found worse value: 363.60220954. iteration 12121 found worse value: 363.60220954. iteration 12122 found worse value: 363.60220954. iteration 12123 found worse value: 363.60220954. iteration 12124 found worse value: 363.60220954. iteration 12125 found worse value: 363.60220954. iteration 12126 found worse value: 363.60220954. iteration 12127 found worse value: 363.60220954. iteration 12128 found worse value: 363.60220954. iteration 12129 found worse value: 363.60220954. iteration 12130 found worse value: 363.60220954. iteration 12131 found worse value: 363.60220954. iteration 12132 found worse value: 363.60220954. iteration 12133 found worse value: 363.60220954. iteration 12134 found worse value: 363.60220954. iteration 12135 found worse value: 363.60220954. iteration 12136 found worse value: 363.60220954. iteration 12137 found worse value: 363.60220954. iteration 12138 found worse value: 363.60220954. iteration 12139 found worse value: 363.60220954. iteration 12140 found worse value: 363.60220954. iteration12140, perturbing to get out of local maxima iteration 12141 found worse value: 363.60220954. iteration 12142 found worse value: 363.60220954. iteration 12143 found worse value: 363.60220954. iteration 12144 found worse value: 363.60220954. iteration 12145 found worse value: 363.60220954. iteration 12146 found worse value: 363.60220954. iteration 12147 found worse value: 363.60220954. iteration 12148 found worse value: 363.60220954. iteration 12149 found worse value: 363.60220954. iteration 12150 found worse value: 363.60220954. iteration 12151 found worse value: 363.60220954. iteration 12152 found worse value: 363.60220954. iteration 12153 found worse value: 363.60220954. iteration 12154 found worse value: 363.60220954. iteration 12155 found worse value: 363.60220954. iteration 12156 found worse value: 363.60220954. iteration 12157 found worse value: 363.60220954. iteration 12158 found worse value: 363.60220954. iteration 12159 found worse value: 363.60220954. iteration 12160 found worse value: 363.60220954. iteration 12161 found worse value: 363.60220954. iteration 12162 found worse value: 363.60220954. iteration12162, perturbing to get out of local maxima iteration 12163 found worse value: 363.60220954. iteration 12164 found worse value: 363.60220954. iteration 12165 found worse value: 363.60220954. iteration 12166 found worse value: 363.60220954. iteration 12167 found worse value: 363.60220954. iteration 12168 found worse value: 363.60220954. iteration 12169 found worse value: 363.60220954. iteration 12170 found worse value: 363.60220954. iteration 12171 found worse value: 363.60220954. iteration 12172 found worse value: 363.60220954. iteration 12173 found worse value: 363.60220954. iteration 12174 found worse value: 363.60220954. iteration 12175 found worse value: 363.60220954. iteration 12176 found worse value: 363.60220954. iteration 12177 found worse value: 363.60220954. iteration 12178 found worse value: 363.60220954. iteration 12179 found worse value: 363.60220954. iteration 12180 found worse value: 363.60220954. iteration 12181 found worse value: 363.60220954. iteration 12182 found worse value: 363.60220954. iteration 12183 found worse value: 363.60220954. iteration 12184 found worse value: 363.60220954. iteration 12185 found worse value: 363.60220954. iteration 12186 found worse value: 363.60220954. iteration12186, perturbing to get out of local maxima iteration 12187 found worse value: 363.60220954. iteration 12188 found worse value: 363.60220954. iteration 12189 found worse value: 363.60220954. iteration 12190 found worse value: 363.60220954. iteration 12191 found worse value: 363.60220954. iteration 12192 found worse value: 363.60220954. iteration 12193 found worse value: 363.60220954. iteration 12194 found worse value: 363.60220954. iteration 12195 found worse value: 363.60220954. iteration 12196 found worse value: 363.60220954. iteration 12197 found worse value: 363.60220954. iteration 12198 found worse value: 363.60220954. iteration 12199 found worse value: 363.60220954. iteration 12200 found worse value: 363.60220954. iteration 12201 found worse value: 363.60220954. iteration 12202 found worse value: 363.60220954. iteration 12203 found worse value: 363.60220954. iteration 12204 found worse value: 363.60220954. iteration 12205 found worse value: 363.60220954. iteration 12206 found worse value: 363.60220954. iteration 12207 found worse value: 363.60220954. iteration 12208 found worse value: 363.60220954. iteration 12209 found worse value: 363.60220954. iteration 12210 found worse value: 363.60220954. iteration 12211 found worse value: 363.60220954. iteration 12212 found worse value: 363.60220954. iteration 12213 found worse value: 363.60220954. iteration 12214 found worse value: 363.60220954. iteration 12215 found worse value: 363.60220954. iteration 12216 found worse value: 363.60220954. iteration 12217 found worse value: 363.60220954. iteration 12218 found worse value: 363.60220954. iteration 12219 found worse value: 363.60220954. iteration 12220 found worse value: 363.60220954. iteration 12221 found worse value: 363.60220954. iteration 12222 found worse value: 363.60220954. iteration 12223 found worse value: 363.60220954. iteration 12224 found worse value: 363.60220954. iteration 12225 found worse value: 363.60220954. iteration 12226 found worse value: 363.60220954. iteration 12227 found worse value: 363.60220954. iteration 12228 found worse value: 363.60220954. iteration 12229 found worse value: 363.60220954. iteration 12230 found worse value: 363.60220954. iteration12230, perturbing to get out of local maxima iteration 12231 found worse value: 363.60220954. iteration12231, perturbing to get out of local maxima iteration 12232 found worse value: 363.60220954. iteration 12233 found worse value: 363.60220954. iteration 12234 found worse value: 363.60220954. iteration 12235 found worse value: 363.60220954. iteration 12236 found worse value: 363.60220954. iteration 12237 found worse value: 363.60220954. iteration 12238 found worse value: 363.60220954. iteration12238, perturbing to get out of local maxima iteration 12239 found worse value: 363.60220954. iteration 12240 found worse value: 363.60220954. iteration 12241 found worse value: 363.60220954. iteration12241, perturbing to get out of local maxima iteration 12242 found worse value: 363.60220954. iteration 12243 found worse value: 363.60220954. iteration 12244 found worse value: 363.60220954. iteration 12245 found worse value: 363.60220954. iteration 12246 found worse value: 363.60220954. iteration 12247 found worse value: 363.60220954. iteration 12248 found worse value: 363.60220954. iteration 12249 found worse value: 363.60220954. iteration 12250 found worse value: 363.60220954. iteration 12251 found worse value: 363.60220954. iteration 12252 found worse value: 363.60220954. iteration 12253 found worse value: 363.60220954. iteration 12254 found worse value: 363.60220954. iteration 12255 found worse value: 363.60220954. iteration 12256 found worse value: 363.60220954. iteration 12257 found worse value: 363.60220954. iteration 12258 found worse value: 363.60220954. iteration 12259 found worse value: 363.60220954. iteration 12260 found worse value: 363.60220954. iteration 12261 found worse value: 363.60220954. iteration 12262 found worse value: 363.60220954. iteration 12263 found worse value: 363.60220954. iteration 12264 found worse value: 363.60220954. iteration 12265 found worse value: 363.60220954. iteration 12266 found worse value: 363.60220954. iteration 12267 found worse value: 363.60220954. iteration 12268 found worse value: 363.60220954. iteration 12269 found worse value: 363.60220954. iteration 12270 found worse value: 363.60220954. iteration 12271 found worse value: 363.60220954. iteration 12272 found worse value: 363.60220954. iteration 12273 found worse value: 363.60220954. iteration 12274 found worse value: 363.60220954. iteration 12275 found worse value: 363.60220954. iteration 12276 found worse value: 363.60220954. iteration 12277 found worse value: 363.60220954. iteration 12278 found worse value: 363.60220954. iteration 12279 found worse value: 363.60220954. iteration 12280 found worse value: 363.60220954. iteration 12281 found worse value: 363.60220954. iteration 12282 found worse value: 363.60220954. iteration 12283 found worse value: 363.60220954. iteration 12284 found worse value: 363.60220954. iteration 12285 found worse value: 363.60220954. iteration 12286 found worse value: 363.60220954. iteration 12287 found worse value: 363.60220954. iteration 12288 found worse value: 363.60220954. iteration 12289 found worse value: 363.60220954. iteration12289, perturbing to get out of local maxima iteration 12290 found worse value: 363.60220954. iteration 12291 found worse value: 363.60220954. iteration 12292 found worse value: 363.60220954. iteration 12293 found worse value: 363.60220954. iteration 12294 found worse value: 363.60220954. iteration12294, perturbing to get out of local maxima iteration 12295 found worse value: 363.60220954. iteration 12296 found worse value: 363.60220954. iteration 12297 found worse value: 363.60220954. iteration12297, perturbing to get out of local maxima iteration 12298 found worse value: 363.60220954. iteration 12299 found worse value: 363.60220954. iteration 12300 found worse value: 363.60220954. iteration 12301 found worse value: 363.60220954. iteration 12302 found worse value: 363.60220954. iteration 12303 found worse value: 363.60220954. iteration 12304 found worse value: 363.60220954. iteration 12305 found worse value: 363.60220954. iteration 12306 found worse value: 363.60220954. iteration 12307 found worse value: 363.60220954. iteration 12308 found worse value: 363.60220954. iteration 12309 found worse value: 363.60220954. iteration12309, perturbing to get out of local maxima iteration 12310 found worse value: 363.60220954. iteration 12311 found worse value: 363.60220954. iteration12311, perturbing to get out of local maxima iteration 12312 found worse value: 363.60220954. iteration 12313 found worse value: 363.60220954. iteration 12314 found worse value: 363.60220954. iteration 12315 found worse value: 363.60220954. iteration 12316 found worse value: 363.60220954. iteration 12317 found worse value: 363.60220954. iteration12317, perturbing to get out of local maxima iteration 12318 found worse value: 363.60220954. iteration 12319 found worse value: 363.60220954. iteration 12320 found worse value: 363.60220954. iteration 12321 found worse value: 363.60220954. iteration 12322 found worse value: 363.60220954. iteration 12323 found worse value: 363.60220954. iteration12323, perturbing to get out of local maxima iteration 12324 found worse value: 363.60220954. iteration 12325 found worse value: 363.60220954. iteration 12326 found worse value: 363.60220954. iteration 12327 found worse value: 363.60220954. iteration 12328 found worse value: 363.60220954. iteration 12329 found worse value: 363.60220954. iteration 12330 found worse value: 363.60220954. iteration 12331 found worse value: 363.60220954. iteration 12332 found worse value: 363.60220954. iteration12332, perturbing to get out of local maxima iteration 12333 found worse value: 363.60220954. iteration 12334 found worse value: 363.60220954. iteration12334, perturbing to get out of local maxima iteration 12335 found worse value: 363.60220954. iteration 12336 found worse value: 363.60220954. iteration12336, perturbing to get out of local maxima iteration 12337 found worse value: 363.60220954. iteration 12338 found worse value: 363.60220954. iteration 12339 found worse value: 363.60220954. iteration 12340 found worse value: 363.60220954. iteration 12341 found worse value: 363.60220954. iteration 12342 found worse value: 363.60220954. iteration 12343 found worse value: 363.60220954. iteration 12344 found worse value: 363.60220954. iteration 12345 found worse value: 363.60220954. iteration 12346 found worse value: 363.60220954. iteration 12347 found worse value: 363.60220954. iteration 12348 found worse value: 363.60220954. iteration 12349 found worse value: 363.60220954. iteration 12350 found worse value: 363.60220954. iteration 12351 found worse value: 363.60220954. iteration 12352 found worse value: 363.60220954. iteration 12353 found worse value: 363.60220954. iteration 12354 found worse value: 363.60220954. iteration 12355 found worse value: 363.60220954. iteration 12356 found worse value: 363.60220954. iteration 12357 found worse value: 363.60220954. iteration 12358 found worse value: 363.60220954. iteration 12359 found worse value: 363.60220954. iteration 12360 found worse value: 363.60220954. iteration 12361 found worse value: 363.60220954. iteration 12362 found worse value: 363.60220954. iteration 12363 found worse value: 363.60220954. iteration 12364 found worse value: 363.60220954. iteration 12365 found worse value: 363.60220954. iteration 12366 found worse value: 363.60220954. iteration 12367 found worse value: 363.60220954. iteration 12368 found worse value: 363.60220954. iteration 12369 found worse value: 363.60220954. iteration 12370 found worse value: 363.60220954. iteration 12371 found worse value: 363.60220954. iteration 12372 found worse value: 363.60220954. iteration 12373 found worse value: 363.60220954. iteration 12374 found worse value: 363.60220954. iteration 12375 found worse value: 363.60220954. iteration 12376 found worse value: 363.60220954. iteration 12377 found worse value: 363.60220954. iteration 12378 found worse value: 363.60220954. iteration 12379 found worse value: 363.60220954. iteration 12380 found worse value: 363.60220954. iteration 12381 found worse value: 363.60220954. iteration 12382 found worse value: 363.60220954. iteration 12383 found worse value: 363.60220954. iteration 12384 found worse value: 363.60220954. iteration 12385 found worse value: 363.60220954. iteration 12386 found worse value: 363.60220954. iteration 12387 found worse value: 363.60220954. iteration 12388 found worse value: 363.60220954. iteration 12389 found worse value: 363.60220954. iteration 12390 found worse value: 363.60220954. iteration 12391 found worse value: 363.60220954. iteration 12392 found worse value: 363.60220954. iteration12392, perturbing to get out of local maxima iteration 12393 found worse value: 363.60220954. iteration 12394 found worse value: 363.60220954. iteration 12395 found worse value: 363.60220954. iteration 12396 found worse value: 363.60220954. iteration 12397 found worse value: 363.60220954. iteration 12398 found worse value: 363.60220954. iteration 12399 found worse value: 363.60220954. iteration 12400 found worse value: 363.60220954. iteration 12401 found worse value: 363.60220954. iteration 12402 found worse value: 363.60220954. iteration 12403 found worse value: 363.60220954. iteration 12404 found worse value: 363.60220954. iteration 12405 found worse value: 363.60220954. iteration 12406 found worse value: 363.60220954. iteration 12407 found worse value: 363.60220954. iteration12407, perturbing to get out of local maxima iteration 12408 found worse value: 363.60220954. iteration 12409 found worse value: 363.60220954. iteration 12410 found worse value: 363.60220954. iteration12410, perturbing to get out of local maxima iteration 12411 found worse value: 363.60220954. iteration 12412 found worse value: 363.60220954. iteration 12413 found worse value: 363.60220954. iteration 12414 found worse value: 363.60220954. iteration 12415 found worse value: 363.60220954. iteration12415, perturbing to get out of local maxima iteration 12416 found worse value: 363.60220954. iteration 12417 found worse value: 363.60220954. iteration 12418 found worse value: 363.60220954. iteration 12419 found worse value: 363.60220954. iteration 12420 found worse value: 363.60220954. iteration 12421 found worse value: 363.60220954. iteration 12422 found worse value: 363.60220954. iteration 12423 found worse value: 363.60220954. iteration 12424 found worse value: 363.60220954. iteration 12425 found worse value: 363.60220954. iteration 12426 found worse value: 363.60220954. iteration 12427 found worse value: 363.60220954. iteration 12428 found worse value: 363.60220954. iteration12428, perturbing to get out of local maxima iteration 12429 found worse value: 363.60220954. iteration 12430 found worse value: 363.60220954. iteration 12431 found worse value: 363.60220954. iteration 12432 found worse value: 363.60220954. iteration 12433 found worse value: 363.60220954. iteration 12434 found worse value: 363.60220954. iteration 12435 found worse value: 363.60220954. iteration 12436 found worse value: 363.60220954. iteration 12437 found worse value: 363.60220954. iteration 12438 found worse value: 363.60220954. iteration 12439 found worse value: 363.60220954. iteration 12440 found worse value: 363.60220954. iteration 12441 found worse value: 363.60220954. iteration 12442 found worse value: 363.60220954. iteration 12443 found worse value: 363.60220954. iteration 12444 found worse value: 363.60220954. iteration 12445 found worse value: 363.60220954. iteration 12446 found worse value: 363.60220954. iteration 12447 found worse value: 363.60220954. iteration 12448 found worse value: 363.60220954. iteration 12449 found worse value: 363.60220954. iteration 12450 found worse value: 363.60220954. iteration 12451 found worse value: 363.60220954. iteration 12452 found worse value: 363.60220954. iteration 12453 found worse value: 363.60220954. iteration 12454 found worse value: 363.60220954. iteration 12455 found worse value: 363.60220954. iteration 12456 found worse value: 363.60220954. iteration 12457 found worse value: 363.60220954. iteration 12458 found worse value: 363.60220954. iteration 12459 found worse value: 363.60220954. iteration 12460 found worse value: 363.60220954. iteration 12461 found worse value: 363.60220954. iteration 12462 found worse value: 363.60220954. iteration12462, perturbing to get out of local maxima iteration 12463 found worse value: 363.60220954. iteration 12464 found worse value: 363.60220954. iteration 12465 found worse value: 363.60220954. iteration 12466 found worse value: 363.60220954. iteration 12467 found worse value: 363.60220954. iteration 12468 found worse value: 363.60220954. iteration 12469 found worse value: 363.60220954. iteration 12470 found worse value: 363.60220954. iteration 12471 found worse value: 363.60220954. iteration 12472 found worse value: 363.60220954. iteration12472, perturbing to get out of local maxima iteration 12473 found worse value: 363.60220954. iteration 12474 found worse value: 363.60220954. iteration 12475 found worse value: 363.60220954. iteration 12476 found worse value: 363.60220954. iteration 12477 found worse value: 363.60220954. iteration 12478 found worse value: 363.60220954. iteration 12479 found worse value: 363.60220954. iteration 12480 found worse value: 363.60220954. iteration 12481 found worse value: 363.60220954. iteration 12482 found worse value: 363.60220954. iteration 12483 found worse value: 363.60220954. iteration 12484 found worse value: 363.60220954. iteration 12485 found worse value: 363.60220954. iteration 12486 found worse value: 363.60220954. iteration 12487 found worse value: 363.60220954. iteration 12488 found worse value: 363.60220954. iteration 12489 found worse value: 363.60220954. iteration 12490 found worse value: 363.60220954. iteration 12491 found worse value: 363.60220954. iteration 12492 found worse value: 363.60220954. iteration 12493 found worse value: 363.60220954. iteration 12494 found worse value: 363.60220954. iteration 12495 found worse value: 363.60220954. iteration 12496 found worse value: 363.60220954. iteration 12497 found worse value: 363.60220954. iteration 12498 found worse value: 363.60220954. iteration 12499 found worse value: 363.60220954. iteration 12500 found worse value: 363.60220954. iteration 12501 found worse value: 363.60220954. iteration 12502 found worse value: 363.60220954. iteration 12503 found worse value: 363.60220954. iteration 12504 found worse value: 363.60220954. iteration 12505 found worse value: 363.60220954. iteration 12506 found worse value: 363.60220954. iteration 12507 found worse value: 363.60220954. iteration 12508 found worse value: 363.60220954. iteration 12509 found worse value: 363.60220954. iteration 12510 found worse value: 363.60220954. iteration 12511 found worse value: 363.60220954. iteration 12512 found worse value: 363.60220954. iteration 12513 found worse value: 363.60220954. iteration 12514 found worse value: 363.60220954. iteration 12515 found worse value: 363.60220954. iteration 12516 found worse value: 363.60220954. iteration 12517 found worse value: 363.60220954. iteration 12518 found worse value: 363.60220954. iteration 12519 found worse value: 363.60220954. iteration 12520 found worse value: 363.60220954. iteration 12521 found worse value: 363.60220954. iteration 12522 found worse value: 363.60220954. iteration 12523 found worse value: 363.60220954. iteration 12524 found worse value: 363.60220954. iteration 12525 found worse value: 363.60220954. iteration 12526 found worse value: 363.60220954. iteration 12527 found worse value: 363.60220954. iteration12527, perturbing to get out of local maxima iteration 12528 found worse value: 363.60220954. iteration 12529 found worse value: 363.60220954. iteration 12530 found worse value: 363.60220954. iteration 12531 found worse value: 363.60220954. iteration 12532 found worse value: 363.60220954. iteration 12533 found worse value: 363.60220954. iteration 12534 found worse value: 363.60220954. iteration 12535 found worse value: 363.60220954. iteration 12536 found worse value: 363.60220954. iteration 12537 found worse value: 363.60220954. iteration 12538 found worse value: 363.60220954. iteration 12539 found worse value: 363.60220954. iteration12539, perturbing to get out of local maxima iteration 12540 found worse value: 363.60220954. iteration 12541 found worse value: 363.60220954. iteration 12542 found worse value: 363.60220954. iteration 12543 found worse value: 363.60220954. iteration 12544 found worse value: 363.60220954. iteration 12545 found worse value: 363.60220954. iteration 12546 found worse value: 363.60220954. iteration 12547 found worse value: 363.60220954. iteration 12548 found worse value: 363.60220954. iteration 12549 found worse value: 363.60220954. iteration 12550 found worse value: 363.60220954. iteration 12551 found worse value: 363.60220954. iteration 12552 found worse value: 363.60220954. iteration 12553 found worse value: 363.60220954. iteration 12554 found worse value: 363.60220954. iteration 12555 found worse value: 363.60220954. iteration12555, perturbing to get out of local maxima iteration 12556 found worse value: 363.60220954. iteration 12557 found worse value: 363.60220954. iteration12557, perturbing to get out of local maxima iteration 12558 found worse value: 363.60220954. iteration12558, perturbing to get out of local maxima iteration 12559 found worse value: 363.60220954. iteration 12560 found worse value: 363.60220954. iteration 12561 found worse value: 363.60220954. iteration 12562 found worse value: 363.60220954. iteration 12563 found worse value: 363.60220954. iteration 12564 found worse value: 363.60220954. iteration 12565 found worse value: 363.60220954. iteration 12566 found worse value: 363.60220954. iteration 12567 found worse value: 363.60220954. iteration 12568 found worse value: 363.60220954. iteration 12569 found worse value: 363.60220954. iteration 12570 found worse value: 363.60220954. iteration 12571 found worse value: 363.60220954. iteration 12572 found worse value: 363.60220954. iteration 12573 found worse value: 363.60220954. iteration 12574 found worse value: 363.60220954. iteration 12575 found worse value: 363.60220954. iteration 12576 found worse value: 363.60220954. iteration 12577 found worse value: 363.60220954. iteration 12578 found worse value: 363.60220954. iteration 12579 found worse value: 363.60220954. iteration 12580 found worse value: 363.60220954. iteration 12581 found worse value: 363.60220954. iteration 12582 found worse value: 363.60220954. iteration 12583 found worse value: 363.60220954. iteration 12584 found worse value: 363.60220954. iteration 12585 found worse value: 363.60220954. iteration 12586 found worse value: 363.60220954. iteration 12587 found worse value: 363.60220954. iteration 12588 found worse value: 363.60220954. iteration 12589 found worse value: 363.60220954. iteration 12590 found worse value: 363.60220954. iteration12590, perturbing to get out of local maxima iteration 12591 found worse value: 363.60220954. iteration 12592 found worse value: 363.60220954. iteration 12593 found worse value: 363.60220954. iteration 12594 found worse value: 363.60220954. iteration 12595 found worse value: 363.60220954. iteration 12596 found worse value: 363.60220954. iteration 12597 found worse value: 363.60220954. iteration 12598 found worse value: 363.60220954. iteration 12599 found worse value: 363.60220954. iteration 12600 found worse value: 363.60220954. iteration 12601 found worse value: 363.60220954. iteration 12602 found worse value: 363.60220954. iteration 12603 found worse value: 363.60220954. iteration12603, perturbing to get out of local maxima iteration 12604 found worse value: 363.60220954. iteration 12605 found worse value: 363.60220954. iteration 12606 found worse value: 363.60220954. iteration 12607 found worse value: 363.60220954. iteration 12608 found worse value: 363.60220954. iteration 12609 found worse value: 363.60220954. iteration 12610 found worse value: 363.60220954. iteration12610, perturbing to get out of local maxima iteration 12611 found worse value: 363.60220954. iteration 12612 found worse value: 363.60220954. iteration 12613 found worse value: 363.60220954. iteration 12614 found worse value: 363.60220954. iteration 12615 found worse value: 363.60220954. iteration 12616 found worse value: 363.60220954. iteration 12617 found worse value: 363.60220954. iteration 12618 found worse value: 363.60220954. iteration 12619 found worse value: 363.60220954. iteration 12620 found worse value: 363.60220954. iteration 12621 found worse value: 363.60220954. iteration 12622 found worse value: 363.60220954. iteration 12623 found worse value: 363.60220954. iteration 12624 found worse value: 363.60220954. iteration 12625 found worse value: 363.60220954. iteration 12626 found worse value: 363.60220954. iteration 12627 found worse value: 363.60220954. iteration 12628 found worse value: 363.60220954. iteration 12629 found worse value: 363.60220954. iteration 12630 found worse value: 363.60220954. iteration 12631 found worse value: 363.60220954. iteration 12632 found worse value: 363.60220954. iteration 12633 found worse value: 363.60220954. iteration 12634 found worse value: 363.60220954. iteration12634, perturbing to get out of local maxima iteration 12635 found worse value: 363.60220954. iteration 12636 found worse value: 363.60220954. iteration 12637 found worse value: 363.60220954. iteration 12638 found worse value: 363.60220954. iteration12638, perturbing to get out of local maxima iteration 12639 found worse value: 363.60220954. iteration 12640 found worse value: 363.60220954. iteration 12641 found worse value: 363.60220954. iteration 12642 found worse value: 363.60220954. iteration 12643 found worse value: 363.60220954. iteration 12644 found worse value: 363.60220954. iteration 12645 found worse value: 363.60220954. iteration12645, perturbing to get out of local maxima iteration 12646 found worse value: 363.60220954. iteration 12647 found worse value: 363.60220954. iteration 12648 found worse value: 363.60220954. iteration 12649 found worse value: 363.60220954. iteration 12650 found worse value: 363.60220954. iteration 12651 found worse value: 363.60220954. iteration 12652 found worse value: 363.60220954. iteration 12653 found worse value: 363.60220954. iteration 12654 found worse value: 363.60220954. iteration 12655 found worse value: 363.60220954. iteration 12656 found worse value: 363.60220954. iteration 12657 found worse value: 363.60220954. iteration 12658 found worse value: 363.60220954. iteration 12659 found worse value: 363.60220954. iteration12659, perturbing to get out of local maxima iteration 12660 found worse value: 363.60220954. iteration 12661 found worse value: 363.60220954. iteration 12662 found worse value: 363.60220954. iteration 12663 found worse value: 363.60220954. iteration 12664 found worse value: 363.60220954. iteration 12665 found worse value: 363.60220954. iteration 12666 found worse value: 363.60220954. iteration 12667 found worse value: 363.60220954. iteration 12668 found worse value: 363.60220954. iteration 12669 found worse value: 363.60220954. iteration 12670 found worse value: 363.60220954. iteration 12671 found worse value: 363.60220954. iteration 12672 found worse value: 363.60220954. iteration 12673 found worse value: 363.60220954. iteration12673, perturbing to get out of local maxima iteration 12674 found worse value: 363.60220954. iteration 12675 found worse value: 363.60220954. iteration 12676 found worse value: 363.60220954. iteration 12677 found worse value: 363.60220954. iteration12677, perturbing to get out of local maxima iteration 12678 found worse value: 363.60220954. iteration 12679 found worse value: 363.60220954. iteration 12680 found worse value: 363.60220954. iteration 12681 found worse value: 363.60220954. iteration 12682 found worse value: 363.60220954. iteration 12683 found worse value: 363.60220954. iteration 12684 found worse value: 363.60220954. iteration 12685 found worse value: 363.60220954. iteration 12686 found worse value: 363.60220954. iteration 12687 found worse value: 363.60220954. iteration 12688 found worse value: 363.60220954. iteration12688, perturbing to get out of local maxima iteration 12689 found worse value: 363.60220954. iteration 12690 found worse value: 363.60220954. iteration 12691 found worse value: 363.60220954. iteration 12692 found worse value: 363.60220954. iteration 12693 found worse value: 363.60220954. iteration 12694 found worse value: 363.60220954. iteration 12695 found worse value: 363.60220954. iteration 12696 found worse value: 363.60220954. iteration 12697 found worse value: 363.60220954. iteration 12698 found worse value: 363.60220954. iteration12698, perturbing to get out of local maxima iteration 12699 found worse value: 363.60220954. iteration12699, perturbing to get out of local maxima iteration 12700 found worse value: 363.60220954. iteration 12701 found worse value: 363.60220954. iteration 12702 found worse value: 363.60220954. iteration 12703 found worse value: 363.60220954. iteration 12704 found worse value: 363.60220954. iteration 12705 found worse value: 363.60220954. iteration 12706 found worse value: 363.60220954. iteration12706, perturbing to get out of local maxima iteration 12707 found worse value: 363.60220954. iteration 12708 found worse value: 363.60220954. iteration 12709 found worse value: 363.60220954. iteration 12710 found worse value: 363.60220954. iteration 12711 found worse value: 363.60220954. iteration 12712 found worse value: 363.60220954. iteration 12713 found worse value: 363.60220954. iteration 12714 found worse value: 363.60220954. iteration 12715 found worse value: 363.60220954. iteration 12716 found worse value: 363.60220954. iteration 12717 found worse value: 363.60220954. iteration 12718 found worse value: 363.60220954. iteration 12719 found worse value: 363.60220954. iteration12719, perturbing to get out of local maxima iteration 12720 found worse value: 363.60220954. iteration 12721 found worse value: 363.60220954. iteration 12722 found worse value: 363.60220954. iteration 12723 found worse value: 363.60220954. iteration12723, perturbing to get out of local maxima iteration 12724 found worse value: 363.60220954. iteration 12725 found worse value: 363.60220954. iteration 12726 found worse value: 363.60220954. iteration 12727 found worse value: 363.60220954. iteration 12728 found worse value: 363.60220954. iteration 12729 found worse value: 363.60220954. iteration 12730 found worse value: 363.60220954. iteration 12731 found worse value: 363.60220954. iteration 12732 found worse value: 363.60220954. iteration 12733 found worse value: 363.60220954. iteration 12734 found worse value: 363.60220954. iteration 12735 found worse value: 363.60220954. iteration 12736 found worse value: 363.60220954. iteration 12737 found worse value: 363.60220954. iteration 12738 found worse value: 363.60220954. iteration 12739 found worse value: 363.60220954. iteration 12740 found worse value: 363.60220954. iteration 12741 found worse value: 363.60220954. iteration 12742 found worse value: 363.60220954. iteration 12743 found worse value: 363.60220954. iteration 12744 found worse value: 363.60220954. iteration 12745 found worse value: 363.60220954. iteration 12746 found worse value: 363.60220954. iteration 12747 found worse value: 363.60220954. iteration 12748 found worse value: 363.60220954. iteration 12749 found worse value: 363.60220954. iteration 12750 found worse value: 363.60220954. iteration 12751 found worse value: 363.60220954. iteration 12752 found worse value: 363.60220954. iteration 12753 found worse value: 363.60220954. iteration 12754 found worse value: 363.60220954. iteration 12755 found worse value: 363.60220954. iteration 12756 found worse value: 363.60220954. iteration 12757 found worse value: 363.60220954. iteration 12758 found worse value: 363.60220954. iteration 12759 found worse value: 363.60220954. iteration 12760 found worse value: 363.60220954. iteration 12761 found worse value: 363.60220954. iteration 12762 found worse value: 363.60220954. iteration 12763 found worse value: 363.60220954. iteration 12764 found worse value: 363.60220954. iteration 12765 found worse value: 363.60220954. iteration 12766 found worse value: 363.60220954. iteration 12767 found worse value: 363.60220954. iteration 12768 found worse value: 363.60220954. iteration 12769 found worse value: 363.60220954. iteration 12770 found worse value: 363.60220954. iteration 12771 found worse value: 363.60220954. iteration 12772 found worse value: 363.60220954. iteration 12773 found worse value: 363.60220954. iteration 12774 found worse value: 363.60220954. iteration 12775 found worse value: 363.60220954. iteration 12776 found worse value: 363.60220954. iteration 12777 found worse value: 363.60220954. iteration 12778 found worse value: 363.60220954. iteration 12779 found worse value: 363.60220954. iteration 12780 found worse value: 363.60220954. iteration 12781 found worse value: 363.60220954. iteration 12782 found worse value: 363.60220954. iteration 12783 found worse value: 363.60220954. iteration 12784 found worse value: 363.60220954. iteration 12785 found worse value: 363.60220954. iteration 12786 found worse value: 363.60220954. iteration12786, perturbing to get out of local maxima iteration 12787 found worse value: 363.60220954. iteration 12788 found worse value: 363.60220954. iteration 12789 found worse value: 363.60220954. iteration 12790 found worse value: 363.60220954. iteration 12791 found worse value: 363.60220954. iteration 12792 found worse value: 363.60220954. iteration 12793 found worse value: 363.60220954. iteration12793, perturbing to get out of local maxima iteration 12794 found worse value: 363.60220954. iteration 12795 found worse value: 363.60220954. iteration 12796 found worse value: 363.60220954. iteration 12797 found worse value: 363.60220954. iteration 12798 found worse value: 363.60220954. iteration 12799 found worse value: 363.60220954. iteration 12800 found worse value: 363.60220954. iteration 12801 found worse value: 363.60220954. iteration12801, perturbing to get out of local maxima iteration 12802 found worse value: 363.60220954. iteration 12803 found worse value: 363.60220954. iteration 12804 found worse value: 363.60220954. iteration 12805 found worse value: 363.60220954. iteration 12806 found worse value: 363.60220954. iteration 12807 found worse value: 363.60220954. iteration12807, perturbing to get out of local maxima iteration 12808 found worse value: 363.60220954. iteration 12809 found worse value: 363.60220954. iteration 12810 found worse value: 363.60220954. iteration 12811 found worse value: 363.60220954. iteration 12812 found worse value: 363.60220954. iteration 12813 found worse value: 363.60220954. iteration 12814 found worse value: 363.60220954. iteration 12815 found worse value: 363.60220954. iteration 12816 found worse value: 363.60220954. iteration 12817 found worse value: 363.60220954. iteration 12818 found worse value: 363.60220954. iteration 12819 found worse value: 363.60220954. iteration 12820 found worse value: 363.60220954. iteration 12821 found worse value: 363.60220954. iteration 12822 found worse value: 363.60220954. iteration 12823 found worse value: 363.60220954. iteration12823, perturbing to get out of local maxima iteration 12824 found worse value: 363.60220954. iteration 12825 found worse value: 363.60220954. iteration12825, perturbing to get out of local maxima iteration 12826 found worse value: 363.60220954. iteration 12827 found worse value: 363.60220954. iteration 12828 found worse value: 363.60220954. iteration 12829 found worse value: 363.60220954. iteration12829, perturbing to get out of local maxima iteration 12830 found worse value: 363.60220954. iteration 12831 found worse value: 363.60220954. iteration 12832 found worse value: 363.60220954. iteration 12833 found worse value: 363.60220954. iteration 12834 found worse value: 363.60220954. iteration 12835 found worse value: 363.60220954. iteration 12836 found worse value: 363.60220954. iteration 12837 found worse value: 363.60220954. iteration 12838 found worse value: 363.60220954. iteration 12839 found worse value: 363.60220954. iteration 12840 found worse value: 363.60220954. iteration 12841 found worse value: 363.60220954. iteration 12842 found worse value: 363.60220954. iteration 12843 found worse value: 363.60220954. iteration 12844 found worse value: 363.60220954. iteration 12845 found worse value: 363.60220954. iteration 12846 found worse value: 363.60220954. iteration 12847 found worse value: 363.60220954. iteration 12848 found worse value: 363.60220954. iteration 12849 found worse value: 363.60220954. iteration 12850 found worse value: 363.60220954. iteration 12851 found worse value: 363.60220954. iteration 12852 found worse value: 363.60220954. iteration 12853 found worse value: 363.60220954. iteration12853, perturbing to get out of local maxima iteration 12854 found worse value: 363.60220954. iteration 12855 found worse value: 363.60220954. iteration 12856 found worse value: 363.60220954. iteration 12857 found worse value: 363.60220954. iteration 12858 found worse value: 363.60220954. iteration 12859 found worse value: 363.60220954. iteration 12860 found worse value: 363.60220954. iteration 12861 found worse value: 363.60220954. iteration 12862 found worse value: 363.60220954. iteration 12863 found worse value: 363.60220954. iteration 12864 found worse value: 363.60220954. iteration 12865 found worse value: 363.60220954. iteration 12866 found worse value: 363.60220954. iteration 12867 found worse value: 363.60220954. iteration 12868 found worse value: 363.60220954. iteration 12869 found worse value: 363.60220954. iteration 12870 found worse value: 363.60220954. iteration 12871 found worse value: 363.60220954. iteration 12872 found worse value: 363.60220954. iteration 12873 found worse value: 363.60220954. iteration 12874 found worse value: 363.60220954. iteration12874, perturbing to get out of local maxima iteration 12875 found worse value: 363.60220954. iteration 12876 found worse value: 363.60220954. iteration 12877 found worse value: 363.60220954. iteration 12878 found worse value: 363.60220954. iteration 12879 found worse value: 363.60220954. iteration 12880 found worse value: 363.60220954. iteration12880, perturbing to get out of local maxima iteration 12881 found worse value: 363.60220954. iteration 12882 found worse value: 363.60220954. iteration12882, perturbing to get out of local maxima iteration 12883 found worse value: 363.60220954. iteration 12884 found worse value: 363.60220954. iteration 12885 found worse value: 363.60220954. iteration12885, perturbing to get out of local maxima iteration 12886 found worse value: 363.60220954. iteration 12887 found worse value: 363.60220954. iteration 12888 found worse value: 363.60220954. iteration 12889 found worse value: 363.60220954. iteration 12890 found worse value: 363.60220954. iteration 12891 found worse value: 363.60220954. iteration 12892 found worse value: 363.60220954. iteration 12893 found worse value: 363.60220954. iteration 12894 found worse value: 363.60220954. iteration 12895 found worse value: 363.60220954. iteration 12896 found worse value: 363.60220954. iteration 12897 found worse value: 363.60220954. iteration 12898 found worse value: 363.60220954. iteration 12899 found worse value: 363.60220954. iteration 12900 found worse value: 363.60220954. iteration 12901 found worse value: 363.60220954. iteration 12902 found worse value: 363.60220954. iteration 12903 found worse value: 363.60220954. iteration 12904 found worse value: 363.60220954. iteration 12905 found worse value: 363.60220954. iteration 12906 found worse value: 363.60220954. iteration 12907 found worse value: 363.60220954. iteration 12908 found worse value: 363.60220954. iteration 12909 found worse value: 363.60220954. iteration 12910 found worse value: 363.60220954. iteration 12911 found worse value: 363.60220954. iteration 12912 found worse value: 363.60220954. iteration 12913 found worse value: 363.60220954. iteration 12914 found worse value: 363.60220954. iteration 12915 found worse value: 363.60220954. iteration 12916 found worse value: 363.60220954. iteration12916, perturbing to get out of local maxima iteration 12917 found worse value: 363.60220954. iteration 12918 found worse value: 363.60220954. iteration 12919 found worse value: 363.60220954. iteration 12920 found worse value: 363.60220954. iteration 12921 found worse value: 363.60220954. iteration 12922 found worse value: 363.60220954. iteration 12923 found worse value: 363.60220954. iteration12923, perturbing to get out of local maxima iteration 12924 found worse value: 363.60220954. iteration 12925 found worse value: 363.60220954. iteration12925, perturbing to get out of local maxima iteration 12926 found worse value: 363.60220954. iteration 12927 found worse value: 363.60220954. iteration 12928 found worse value: 363.60220954. iteration 12929 found worse value: 363.60220954. iteration 12930 found worse value: 363.60220954. iteration 12931 found worse value: 363.60220954. iteration 12932 found worse value: 363.60220954. iteration 12933 found worse value: 363.60220954. iteration 12934 found worse value: 363.60220954. iteration12934, perturbing to get out of local maxima iteration 12935 found worse value: 363.60220954. iteration 12936 found worse value: 363.60220954. iteration 12937 found worse value: 363.60220954. iteration 12938 found worse value: 363.60220954. iteration 12939 found worse value: 363.60220954. iteration 12940 found worse value: 363.60220954. iteration 12941 found worse value: 363.60220954. iteration 12942 found worse value: 363.60220954. iteration 12943 found worse value: 363.60220954. iteration 12944 found worse value: 363.60220954. iteration 12945 found worse value: 363.60220954. iteration 12946 found worse value: 363.60220954. iteration 12947 found worse value: 363.60220954. iteration 12948 found worse value: 363.60220954. iteration 12949 found worse value: 363.60220954. iteration 12950 found worse value: 363.60220954. iteration 12951 found worse value: 363.60220954. iteration 12952 found worse value: 363.60220954. iteration 12953 found worse value: 363.60220954. iteration 12954 found worse value: 363.60220954. iteration 12955 found worse value: 363.60220954. iteration 12956 found worse value: 363.60220954. iteration 12957 found worse value: 363.60220954. iteration 12958 found worse value: 363.60220954. iteration 12959 found worse value: 363.60220954. iteration 12960 found worse value: 363.60220954. iteration 12961 found worse value: 363.60220954. iteration 12962 found worse value: 363.60220954. iteration 12963 found worse value: 363.60220954. iteration 12964 found better value: 363.60223415200005 iteration 12965 found worse value: 363.60223415200005. iteration 12966 found worse value: 363.60223415200005. iteration 12967 found worse value: 363.60223415200005. iteration 12968 found worse value: 363.60223415200005. iteration 12969 found worse value: 363.60223415200005. iteration 12970 found better value: 363.602317029 iteration 12971 found worse value: 363.602317029. iteration 12972 found worse value: 363.602317029. iteration 12973 found worse value: 363.602317029. iteration 12974 found worse value: 363.602317029. iteration 12975 found worse value: 363.602317029. iteration 12976 found worse value: 363.602317029. iteration12976, perturbing to get out of local maxima iteration 12977 found worse value: 363.602317029. iteration 12978 found worse value: 363.602317029. iteration 12979 found worse value: 363.602317029. iteration 12980 found worse value: 363.602317029. iteration 12981 found worse value: 363.602317029. iteration 12982 found worse value: 363.602317029. iteration 12983 found worse value: 363.602317029. iteration 12984 found worse value: 363.602317029. iteration 12985 found worse value: 363.602317029. iteration12985, perturbing to get out of local maxima iteration 12986 found worse value: 363.602317029. iteration 12987 found worse value: 363.602317029. iteration 12988 found worse value: 363.602317029. iteration 12989 found worse value: 363.602317029. iteration 12990 found worse value: 363.602317029. iteration12990, perturbing to get out of local maxima iteration 12991 found worse value: 363.602317029. iteration 12992 found worse value: 363.602317029. iteration 12993 found worse value: 363.602317029. iteration12993, perturbing to get out of local maxima iteration 12994 found worse value: 363.602317029. iteration 12995 found worse value: 363.602317029. iteration 12996 found worse value: 363.602317029. iteration 12997 found worse value: 363.602317029. iteration12997, perturbing to get out of local maxima iteration 12998 found worse value: 363.602317029. iteration 12999 found worse value: 363.602317029. iteration 13000 found worse value: 363.602317029. iteration 13001 found worse value: 363.602317029. iteration 13002 found worse value: 363.602317029. iteration 13003 found worse value: 363.602317029. iteration 13004 found worse value: 363.602317029. iteration 13005 found worse value: 363.602317029. iteration 13006 found worse value: 363.602317029. iteration 13007 found worse value: 363.602317029. iteration 13008 found worse value: 363.602317029. iteration 13009 found worse value: 363.602317029. iteration 13010 found worse value: 363.602317029. iteration 13011 found worse value: 363.602317029. iteration 13012 found worse value: 363.602317029. iteration 13013 found worse value: 363.602317029. iteration 13014 found worse value: 363.602317029. iteration 13015 found worse value: 363.602317029. iteration 13016 found worse value: 363.602317029. iteration 13017 found worse value: 363.602317029. iteration 13018 found worse value: 363.602317029. iteration 13019 found worse value: 363.602317029. iteration 13020 found worse value: 363.602317029. iteration 13021 found worse value: 363.602317029. iteration 13022 found worse value: 363.602317029. iteration 13023 found worse value: 363.602317029. iteration 13024 found worse value: 363.602317029. iteration 13025 found worse value: 363.602317029. iteration 13026 found worse value: 363.602317029. iteration 13027 found worse value: 363.602317029. iteration13027, perturbing to get out of local maxima iteration 13028 found worse value: 363.602317029. iteration 13029 found worse value: 363.602317029. iteration 13030 found worse value: 363.602317029. iteration 13031 found worse value: 363.602317029. iteration 13032 found worse value: 363.602317029. iteration 13033 found worse value: 363.602317029. iteration 13034 found worse value: 363.602317029. iteration 13035 found worse value: 363.602317029. iteration 13036 found worse value: 363.602317029. iteration 13037 found worse value: 363.602317029. iteration 13038 found worse value: 363.602317029. iteration 13039 found worse value: 363.602317029. iteration 13040 found worse value: 363.602317029. iteration 13041 found worse value: 363.602317029. iteration 13042 found worse value: 363.602317029. iteration 13043 found worse value: 363.602317029. iteration 13044 found worse value: 363.602317029. iteration 13045 found worse value: 363.602317029. iteration 13046 found worse value: 363.602317029. iteration 13047 found worse value: 363.602317029. iteration 13048 found worse value: 363.602317029. iteration13048, perturbing to get out of local maxima iteration 13049 found worse value: 363.602317029. iteration 13050 found worse value: 363.602317029. iteration 13051 found worse value: 363.602317029. iteration 13052 found worse value: 363.602317029. iteration 13053 found worse value: 363.602317029. iteration 13054 found worse value: 363.602317029. iteration 13055 found worse value: 363.602317029. iteration 13056 found worse value: 363.602317029. iteration 13057 found worse value: 363.602317029. iteration 13058 found worse value: 363.602317029. iteration 13059 found worse value: 363.602317029. iteration 13060 found worse value: 363.602317029. iteration 13061 found worse value: 363.602317029. iteration 13062 found worse value: 363.602317029. iteration 13063 found worse value: 363.602317029. iteration 13064 found worse value: 363.602317029. iteration 13065 found worse value: 363.602317029. iteration 13066 found worse value: 363.602317029. iteration 13067 found worse value: 363.602317029. iteration 13068 found worse value: 363.602317029. iteration 13069 found worse value: 363.602317029. iteration 13070 found worse value: 363.602317029. iteration13070, perturbing to get out of local maxima iteration 13071 found worse value: 363.602317029. iteration 13072 found worse value: 363.602317029. iteration 13073 found worse value: 363.602317029. iteration 13074 found worse value: 363.602317029. iteration 13075 found worse value: 363.602317029. iteration 13076 found worse value: 363.602317029. iteration 13077 found worse value: 363.602317029. iteration 13078 found worse value: 363.602317029. iteration 13079 found worse value: 363.602317029. iteration 13080 found worse value: 363.602317029. iteration 13081 found worse value: 363.602317029. iteration 13082 found worse value: 363.602317029. iteration 13083 found worse value: 363.602317029. iteration13083, perturbing to get out of local maxima iteration 13084 found worse value: 363.602317029. iteration 13085 found worse value: 363.602317029. iteration 13086 found worse value: 363.602317029. iteration 13087 found worse value: 363.602317029. iteration 13088 found worse value: 363.602317029. iteration13088, perturbing to get out of local maxima iteration 13089 found worse value: 363.602317029. iteration 13090 found worse value: 363.602317029. iteration 13091 found worse value: 363.602317029. iteration 13092 found worse value: 363.602317029. iteration 13093 found worse value: 363.602317029. iteration 13094 found worse value: 363.602317029. iteration 13095 found worse value: 363.602317029. iteration13095, perturbing to get out of local maxima iteration 13096 found worse value: 363.602317029. iteration 13097 found worse value: 363.602317029. iteration13097, perturbing to get out of local maxima iteration 13098 found worse value: 363.602317029. iteration 13099 found worse value: 363.602317029. iteration 13100 found worse value: 363.602317029. iteration 13101 found worse value: 363.602317029. iteration 13102 found worse value: 363.602317029. iteration 13103 found worse value: 363.602317029. iteration 13104 found worse value: 363.602317029. iteration 13105 found worse value: 363.602317029. iteration 13106 found worse value: 363.602317029. iteration 13107 found worse value: 363.602317029. iteration 13108 found worse value: 363.602317029. iteration 13109 found worse value: 363.602317029. iteration 13110 found worse value: 363.602317029. iteration 13111 found worse value: 363.602317029. iteration13111, perturbing to get out of local maxima iteration 13112 found worse value: 363.602317029. iteration 13113 found worse value: 363.602317029. iteration 13114 found worse value: 363.602317029. iteration 13115 found worse value: 363.602317029. iteration 13116 found worse value: 363.602317029. iteration 13117 found worse value: 363.602317029. iteration 13118 found worse value: 363.602317029. iteration 13119 found worse value: 363.602317029. iteration 13120 found worse value: 363.602317029. iteration 13121 found worse value: 363.602317029. iteration 13122 found worse value: 363.602317029. iteration 13123 found worse value: 363.602317029. iteration 13124 found worse value: 363.602317029. iteration 13125 found worse value: 363.602317029. iteration 13126 found worse value: 363.602317029. iteration 13127 found worse value: 363.602317029. iteration 13128 found worse value: 363.602317029. iteration13128, perturbing to get out of local maxima iteration 13129 found worse value: 363.602317029. iteration 13130 found worse value: 363.602317029. iteration 13131 found worse value: 363.602317029. iteration 13132 found worse value: 363.602317029. iteration 13133 found worse value: 363.602317029. iteration 13134 found worse value: 363.602317029. iteration 13135 found worse value: 363.602317029. iteration 13136 found worse value: 363.602317029. iteration 13137 found worse value: 363.602317029. iteration 13138 found worse value: 363.602317029. iteration 13139 found worse value: 363.602317029. iteration 13140 found worse value: 363.602317029. iteration 13141 found worse value: 363.602317029. iteration 13142 found worse value: 363.602317029. iteration 13143 found worse value: 363.602317029. iteration 13144 found worse value: 363.602317029. iteration13144, perturbing to get out of local maxima iteration 13145 found worse value: 363.602317029. iteration 13146 found worse value: 363.602317029. iteration13146, perturbing to get out of local maxima iteration 13147 found worse value: 363.602317029. iteration 13148 found worse value: 363.602317029. iteration 13149 found worse value: 363.602317029. iteration 13150 found worse value: 363.602317029. iteration 13151 found worse value: 363.602317029. iteration 13152 found worse value: 363.602317029. iteration 13153 found worse value: 363.602317029. iteration 13154 found worse value: 363.602317029. iteration 13155 found worse value: 363.602317029. iteration 13156 found worse value: 363.602317029. iteration 13157 found worse value: 363.602317029. iteration 13158 found worse value: 363.602317029. iteration13158, perturbing to get out of local maxima iteration 13159 found worse value: 363.602317029. iteration 13160 found worse value: 363.602317029. iteration 13161 found worse value: 363.602317029. iteration 13162 found worse value: 363.602317029. iteration 13163 found worse value: 363.602317029. iteration 13164 found worse value: 363.602317029. iteration 13165 found worse value: 363.602317029. iteration 13166 found worse value: 363.602317029. iteration 13167 found worse value: 363.602317029. iteration 13168 found worse value: 363.602317029. iteration 13169 found worse value: 363.602317029. iteration 13170 found worse value: 363.602317029. iteration 13171 found worse value: 363.602317029. iteration 13172 found worse value: 363.602317029. iteration 13173 found worse value: 363.602317029. iteration 13174 found worse value: 363.602317029. iteration 13175 found worse value: 363.602317029. iteration 13176 found worse value: 363.602317029. iteration 13177 found worse value: 363.602317029. iteration 13178 found worse value: 363.602317029. iteration13178, perturbing to get out of local maxima iteration 13179 found worse value: 363.602317029. iteration13179, perturbing to get out of local maxima iteration 13180 found worse value: 363.602317029. iteration 13181 found worse value: 363.602317029. iteration 13182 found worse value: 363.602317029. iteration 13183 found worse value: 363.602317029. iteration13183, perturbing to get out of local maxima iteration 13184 found worse value: 363.602317029. iteration 13185 found worse value: 363.602317029. iteration 13186 found worse value: 363.602317029. iteration 13187 found worse value: 363.602317029. iteration 13188 found worse value: 363.602317029. iteration 13189 found worse value: 363.602317029. iteration 13190 found worse value: 363.602317029. iteration 13191 found worse value: 363.602317029. iteration 13192 found worse value: 363.602317029. iteration 13193 found worse value: 363.602317029. iteration 13194 found worse value: 363.602317029. iteration 13195 found worse value: 363.602317029. iteration 13196 found worse value: 363.602317029. iteration 13197 found worse value: 363.602317029. iteration 13198 found worse value: 363.602317029. iteration 13199 found worse value: 363.602317029. iteration 13200 found worse value: 363.602317029. iteration 13201 found worse value: 363.602317029. iteration 13202 found worse value: 363.602317029. iteration 13203 found worse value: 363.602317029. iteration 13204 found worse value: 363.602317029. iteration 13205 found worse value: 363.602317029. iteration 13206 found worse value: 363.602317029. iteration 13207 found worse value: 363.602317029. iteration 13208 found worse value: 363.602317029. iteration 13209 found worse value: 363.602317029. iteration 13210 found worse value: 363.602317029. iteration 13211 found worse value: 363.602317029. iteration 13212 found worse value: 363.602317029. iteration 13213 found worse value: 363.602317029. iteration 13214 found worse value: 363.602317029. iteration 13215 found worse value: 363.602317029. iteration 13216 found worse value: 363.602317029. iteration 13217 found worse value: 363.602317029. iteration 13218 found worse value: 363.602317029. iteration 13219 found worse value: 363.602317029. iteration 13220 found worse value: 363.602317029. iteration 13221 found worse value: 363.602317029. iteration 13222 found worse value: 363.602317029. iteration 13223 found worse value: 363.602317029. iteration13223, perturbing to get out of local maxima iteration 13224 found worse value: 363.602317029. iteration 13225 found worse value: 363.602317029. iteration 13226 found worse value: 363.602317029. iteration 13227 found worse value: 363.602317029. iteration 13228 found worse value: 363.602317029. iteration 13229 found worse value: 363.602317029. iteration 13230 found worse value: 363.602317029. iteration 13231 found worse value: 363.602317029. iteration 13232 found worse value: 363.602317029. iteration 13233 found worse value: 363.602317029. iteration 13234 found worse value: 363.602317029. iteration 13235 found worse value: 363.602317029. iteration 13236 found worse value: 363.602317029. iteration13236, perturbing to get out of local maxima iteration 13237 found worse value: 363.602317029. iteration 13238 found worse value: 363.602317029. iteration 13239 found worse value: 363.602317029. iteration 13240 found worse value: 363.602317029. iteration 13241 found worse value: 363.602317029. iteration 13242 found worse value: 363.602317029. iteration 13243 found worse value: 363.602317029. iteration 13244 found worse value: 363.602317029. iteration 13245 found worse value: 363.602317029. iteration 13246 found worse value: 363.602317029. iteration 13247 found worse value: 363.602317029. iteration 13248 found worse value: 363.602317029. iteration 13249 found worse value: 363.602317029. iteration 13250 found worse value: 363.602317029. iteration 13251 found worse value: 363.602317029. iteration13251, perturbing to get out of local maxima iteration 13252 found worse value: 363.602317029. iteration 13253 found worse value: 363.602317029. iteration 13254 found worse value: 363.602317029. iteration 13255 found worse value: 363.602317029. iteration 13256 found worse value: 363.602317029. iteration13256, perturbing to get out of local maxima iteration 13257 found worse value: 363.602317029. iteration 13258 found worse value: 363.602317029. iteration 13259 found worse value: 363.602317029. iteration 13260 found worse value: 363.602317029. iteration 13261 found worse value: 363.602317029. iteration 13262 found worse value: 363.602317029. iteration 13263 found worse value: 363.602317029. iteration 13264 found worse value: 363.602317029. iteration 13265 found worse value: 363.602317029. iteration 13266 found worse value: 363.602317029. iteration13266, perturbing to get out of local maxima iteration 13267 found worse value: 363.602317029. iteration 13268 found worse value: 363.602317029. iteration 13269 found worse value: 363.602317029. iteration13269, perturbing to get out of local maxima iteration 13270 found worse value: 363.602317029. iteration 13271 found worse value: 363.602317029. iteration 13272 found worse value: 363.602317029. iteration 13273 found worse value: 363.602317029. iteration 13274 found worse value: 363.602317029. iteration 13275 found worse value: 363.602317029. iteration 13276 found worse value: 363.602317029. iteration13276, perturbing to get out of local maxima iteration 13277 found worse value: 363.602317029. iteration 13278 found worse value: 363.602317029. iteration 13279 found worse value: 363.602317029. iteration 13280 found worse value: 363.602317029. iteration 13281 found worse value: 363.602317029. iteration 13282 found worse value: 363.602317029. iteration 13283 found worse value: 363.602317029. iteration 13284 found worse value: 363.602317029. iteration 13285 found worse value: 363.602317029. iteration 13286 found worse value: 363.602317029. iteration 13287 found worse value: 363.602317029. iteration 13288 found worse value: 363.602317029. iteration 13289 found worse value: 363.602317029. iteration 13290 found worse value: 363.602317029. iteration 13291 found worse value: 363.602317029. iteration 13292 found worse value: 363.602317029. iteration 13293 found worse value: 363.602317029. iteration 13294 found worse value: 363.602317029. iteration 13295 found worse value: 363.602317029. iteration13295, perturbing to get out of local maxima iteration 13296 found worse value: 363.602317029. iteration 13297 found worse value: 363.602317029. iteration 13298 found worse value: 363.602317029. iteration 13299 found worse value: 363.602317029. iteration 13300 found worse value: 363.602317029. iteration 13301 found worse value: 363.602317029. iteration 13302 found worse value: 363.602317029. iteration 13303 found worse value: 363.602317029. iteration 13304 found worse value: 363.602317029. iteration 13305 found worse value: 363.602317029. iteration 13306 found worse value: 363.602317029. iteration 13307 found worse value: 363.602317029. iteration 13308 found worse value: 363.602317029. iteration 13309 found worse value: 363.602317029. iteration 13310 found worse value: 363.602317029. iteration 13311 found worse value: 363.602317029. iteration 13312 found worse value: 363.602317029. iteration 13313 found worse value: 363.602317029. iteration 13314 found worse value: 363.602317029. iteration 13315 found worse value: 363.602317029. iteration 13316 found worse value: 363.602317029. iteration 13317 found worse value: 363.602317029. iteration 13318 found worse value: 363.602317029. iteration 13319 found worse value: 363.602317029. iteration 13320 found worse value: 363.602317029. iteration 13321 found worse value: 363.602317029. iteration 13322 found worse value: 363.602317029. iteration 13323 found worse value: 363.602317029. iteration 13324 found worse value: 363.602317029. iteration 13325 found worse value: 363.602317029. iteration 13326 found worse value: 363.602317029. iteration 13327 found worse value: 363.602317029. iteration 13328 found worse value: 363.602317029. iteration 13329 found worse value: 363.602317029. iteration 13330 found worse value: 363.602317029. iteration 13331 found worse value: 363.602317029. iteration 13332 found worse value: 363.602317029. iteration13332, perturbing to get out of local maxima iteration 13333 found worse value: 363.602317029. iteration 13334 found worse value: 363.602317029. iteration 13335 found worse value: 363.602317029. iteration 13336 found worse value: 363.602317029. iteration 13337 found worse value: 363.602317029. iteration 13338 found worse value: 363.602317029. iteration 13339 found worse value: 363.602317029. iteration 13340 found worse value: 363.602317029. iteration 13341 found worse value: 363.602317029. iteration 13342 found worse value: 363.602317029. iteration 13343 found worse value: 363.602317029. iteration 13344 found worse value: 363.602317029. iteration 13345 found worse value: 363.602317029. iteration 13346 found worse value: 363.602317029. iteration13346, perturbing to get out of local maxima iteration 13347 found worse value: 363.602317029. iteration 13348 found worse value: 363.602317029. iteration 13349 found worse value: 363.602317029. iteration 13350 found worse value: 363.602317029. iteration 13351 found worse value: 363.602317029. iteration 13352 found worse value: 363.602317029. iteration 13353 found worse value: 363.602317029. iteration 13354 found worse value: 363.602317029. iteration 13355 found worse value: 363.602317029. iteration 13356 found worse value: 363.602317029. iteration 13357 found worse value: 363.602317029. iteration 13358 found worse value: 363.602317029. iteration 13359 found worse value: 363.602317029. iteration 13360 found worse value: 363.602317029. iteration 13361 found worse value: 363.602317029. iteration 13362 found worse value: 363.602317029. iteration 13363 found worse value: 363.602317029. iteration 13364 found worse value: 363.602317029. iteration13364, perturbing to get out of local maxima iteration 13365 found worse value: 363.602317029. iteration 13366 found worse value: 363.602317029. iteration 13367 found worse value: 363.602317029. iteration 13368 found worse value: 363.602317029. iteration 13369 found worse value: 363.602317029. iteration13369, perturbing to get out of local maxima iteration 13370 found worse value: 363.602317029. iteration 13371 found worse value: 363.602317029. iteration 13372 found worse value: 363.602317029. iteration 13373 found worse value: 363.602317029. iteration 13374 found worse value: 363.602317029. iteration 13375 found worse value: 363.602317029. iteration13375, perturbing to get out of local maxima iteration 13376 found worse value: 363.602317029. iteration13376, perturbing to get out of local maxima iteration 13377 found worse value: 363.602317029. iteration13377, perturbing to get out of local maxima iteration 13378 found worse value: 363.602317029. iteration 13379 found worse value: 363.602317029. iteration 13380 found worse value: 363.602317029. iteration 13381 found worse value: 363.602317029. iteration13381, perturbing to get out of local maxima iteration 13382 found worse value: 363.602317029. iteration 13383 found worse value: 363.602317029. iteration 13384 found worse value: 363.602317029. iteration 13385 found worse value: 363.602317029. iteration 13386 found worse value: 363.602317029. iteration 13387 found worse value: 363.602317029. iteration13387, perturbing to get out of local maxima iteration 13388 found worse value: 363.602317029. iteration 13389 found worse value: 363.602317029. iteration 13390 found worse value: 363.602317029. iteration 13391 found worse value: 363.602317029. iteration 13392 found worse value: 363.602317029. iteration 13393 found worse value: 363.602317029. iteration 13394 found worse value: 363.602317029. iteration 13395 found worse value: 363.602317029. iteration 13396 found worse value: 363.602317029. iteration 13397 found worse value: 363.602317029. iteration 13398 found worse value: 363.602317029. iteration 13399 found worse value: 363.602317029. iteration 13400 found worse value: 363.602317029. iteration 13401 found worse value: 363.602317029. iteration 13402 found worse value: 363.602317029. iteration 13403 found worse value: 363.602317029. iteration 13404 found worse value: 363.602317029. iteration 13405 found worse value: 363.602317029. iteration 13406 found worse value: 363.602317029. iteration 13407 found worse value: 363.602317029. iteration 13408 found worse value: 363.602317029. iteration 13409 found worse value: 363.602317029. iteration 13410 found worse value: 363.602317029. iteration13410, perturbing to get out of local maxima iteration 13411 found worse value: 363.602317029. iteration 13412 found worse value: 363.602317029. iteration 13413 found worse value: 363.602317029. iteration 13414 found worse value: 363.602317029. iteration 13415 found worse value: 363.602317029. iteration 13416 found worse value: 363.602317029. iteration 13417 found worse value: 363.602317029. iteration 13418 found worse value: 363.602317029. iteration 13419 found worse value: 363.602317029. iteration 13420 found worse value: 363.602317029. iteration 13421 found worse value: 363.602317029. iteration 13422 found worse value: 363.602317029. iteration 13423 found worse value: 363.602317029. iteration 13424 found worse value: 363.602317029. iteration 13425 found worse value: 363.602317029. iteration 13426 found worse value: 363.602317029. iteration 13427 found worse value: 363.602317029. iteration 13428 found worse value: 363.602317029. iteration 13429 found worse value: 363.602317029. iteration 13430 found worse value: 363.602317029. iteration 13431 found worse value: 363.602317029. iteration 13432 found worse value: 363.602317029. iteration 13433 found worse value: 363.602317029. iteration 13434 found worse value: 363.602317029. iteration 13435 found worse value: 363.602317029. iteration 13436 found worse value: 363.602317029. iteration 13437 found worse value: 363.602317029. iteration 13438 found worse value: 363.602317029. iteration 13439 found worse value: 363.602317029. iteration13439, perturbing to get out of local maxima iteration 13440 found worse value: 363.602317029. iteration 13441 found worse value: 363.602317029. iteration 13442 found worse value: 363.602317029. iteration 13443 found worse value: 363.602317029. iteration 13444 found worse value: 363.602317029. iteration 13445 found worse value: 363.602317029. iteration 13446 found worse value: 363.602317029. iteration 13447 found worse value: 363.602317029. iteration 13448 found worse value: 363.602317029. iteration 13449 found worse value: 363.602317029. iteration 13450 found worse value: 363.602317029. iteration 13451 found worse value: 363.602317029. iteration 13452 found worse value: 363.602317029. iteration 13453 found worse value: 363.602317029. iteration 13454 found worse value: 363.602317029. iteration 13455 found worse value: 363.602317029. iteration 13456 found worse value: 363.602317029. iteration 13457 found worse value: 363.602317029. iteration 13458 found worse value: 363.602317029. iteration 13459 found worse value: 363.602317029. iteration 13460 found worse value: 363.602317029. iteration13460, perturbing to get out of local maxima iteration 13461 found worse value: 363.602317029. iteration 13462 found worse value: 363.602317029. iteration 13463 found worse value: 363.602317029. iteration 13464 found worse value: 363.602317029. iteration 13465 found worse value: 363.602317029. iteration 13466 found worse value: 363.602317029. iteration 13467 found worse value: 363.602317029. iteration 13468 found worse value: 363.602317029. iteration 13469 found worse value: 363.602317029. iteration 13470 found worse value: 363.602317029. iteration 13471 found worse value: 363.602317029. iteration 13472 found worse value: 363.602317029. iteration 13473 found worse value: 363.602317029. iteration 13474 found worse value: 363.602317029. iteration 13475 found worse value: 363.602317029. iteration 13476 found worse value: 363.602317029. iteration 13477 found worse value: 363.602317029. iteration 13478 found worse value: 363.602317029. iteration 13479 found worse value: 363.602317029. iteration 13480 found worse value: 363.602317029. iteration 13481 found worse value: 363.602317029. iteration 13482 found worse value: 363.602317029. iteration 13483 found worse value: 363.602317029. iteration 13484 found worse value: 363.602317029. iteration 13485 found worse value: 363.602317029. iteration 13486 found worse value: 363.602317029. iteration 13487 found worse value: 363.602317029. iteration 13488 found worse value: 363.602317029. iteration 13489 found worse value: 363.602317029. iteration 13490 found worse value: 363.602317029. iteration 13491 found worse value: 363.602317029. iteration13491, perturbing to get out of local maxima iteration 13492 found worse value: 363.602317029. iteration 13493 found worse value: 363.602317029. iteration 13494 found worse value: 363.602317029. iteration 13495 found worse value: 363.602317029. iteration 13496 found worse value: 363.602317029. iteration 13497 found worse value: 363.602317029. iteration 13498 found worse value: 363.602317029. iteration 13499 found worse value: 363.602317029. iteration 13500 found worse value: 363.602317029. iteration 13501 found better value: 363.602398678 iteration 13502 found better value: 363.60246654499997 iteration 13503 found worse value: 363.60246654499997. iteration 13504 found worse value: 363.60246654499997. iteration13504, perturbing to get out of local maxima iteration 13505 found worse value: 363.60246654499997. iteration 13506 found worse value: 363.60246654499997. iteration 13507 found better value: 363.602514205 iteration 13508 found worse value: 363.602514205. iteration 13509 found worse value: 363.602514205. iteration 13510 found worse value: 363.602514205. iteration 13511 found worse value: 363.602514205. iteration 13512 found worse value: 363.602514205. iteration 13513 found worse value: 363.602514205. iteration 13514 found worse value: 363.602514205. iteration 13515 found worse value: 363.602514205. iteration 13516 found worse value: 363.602514205. iteration 13517 found worse value: 363.602514205. iteration 13518 found worse value: 363.602514205. iteration 13519 found worse value: 363.602514205. iteration 13520 found worse value: 363.602514205. iteration 13521 found worse value: 363.602514205. iteration13521, perturbing to get out of local maxima iteration 13522 found worse value: 363.602514205. iteration 13523 found worse value: 363.602514205. iteration 13524 found worse value: 363.602514205. iteration13524, perturbing to get out of local maxima iteration 13525 found worse value: 363.602514205. iteration 13526 found worse value: 363.602514205. iteration 13527 found worse value: 363.602514205. iteration 13528 found worse value: 363.602514205. iteration 13529 found worse value: 363.602514205. iteration 13530 found worse value: 363.602514205. iteration 13531 found worse value: 363.602514205. iteration 13532 found worse value: 363.602514205. iteration 13533 found worse value: 363.602514205. iteration 13534 found worse value: 363.602514205. iteration 13535 found worse value: 363.602514205. iteration 13536 found worse value: 363.602514205. iteration 13537 found worse value: 363.602514205. iteration 13538 found worse value: 363.602514205. iteration 13539 found worse value: 363.602514205. iteration 13540 found worse value: 363.602514205. iteration 13541 found worse value: 363.602514205. iteration 13542 found worse value: 363.602514205. iteration 13543 found worse value: 363.602514205. iteration 13544 found worse value: 363.602514205. iteration 13545 found worse value: 363.602514205. iteration 13546 found worse value: 363.602514205. iteration 13547 found worse value: 363.602514205. iteration 13548 found worse value: 363.602514205. iteration 13549 found worse value: 363.602514205. iteration 13550 found worse value: 363.602514205. iteration13550, perturbing to get out of local maxima iteration 13551 found worse value: 363.602514205. iteration 13552 found worse value: 363.602514205. iteration 13553 found worse value: 363.602514205. iteration 13554 found worse value: 363.602514205. iteration 13555 found worse value: 363.602514205. iteration 13556 found worse value: 363.602514205. iteration 13557 found worse value: 363.602514205. iteration 13558 found worse value: 363.602514205. iteration 13559 found worse value: 363.602514205. iteration 13560 found worse value: 363.602514205. iteration 13561 found worse value: 363.602514205. iteration 13562 found worse value: 363.602514205. iteration 13563 found worse value: 363.602514205. iteration 13564 found worse value: 363.602514205. iteration 13565 found worse value: 363.602514205. iteration 13566 found worse value: 363.602514205. iteration 13567 found worse value: 363.602514205. iteration 13568 found better value: 363.602544904 iteration 13569 found worse value: 363.602544904. iteration 13570 found worse value: 363.602544904. iteration 13571 found worse value: 363.602544904. iteration 13572 found worse value: 363.602544904. iteration 13573 found worse value: 363.602544904. iteration 13574 found worse value: 363.602544904. iteration 13575 found worse value: 363.602544904. iteration 13576 found worse value: 363.602544904. iteration 13577 found worse value: 363.602544904. iteration 13578 found worse value: 363.602544904. iteration 13579 found worse value: 363.602544904. iteration 13580 found worse value: 363.602544904. iteration 13581 found worse value: 363.602544904. iteration 13582 found worse value: 363.602544904. iteration 13583 found better value: 363.602752232 iteration 13584 found worse value: 363.602752232. iteration 13585 found worse value: 363.602752232. iteration 13586 found worse value: 363.602752232. iteration 13587 found worse value: 363.602752232. iteration 13588 found worse value: 363.602752232. iteration 13589 found worse value: 363.602752232. iteration 13590 found worse value: 363.602752232. iteration 13591 found worse value: 363.602752232. iteration 13592 found worse value: 363.602752232. iteration 13593 found worse value: 363.602752232. iteration 13594 found worse value: 363.602752232. iteration 13595 found worse value: 363.602752232. iteration 13596 found worse value: 363.602752232. iteration 13597 found worse value: 363.602752232. iteration 13598 found worse value: 363.602752232. iteration 13599 found worse value: 363.602752232. iteration 13600 found worse value: 363.602752232. iteration 13601 found worse value: 363.602752232. iteration 13602 found worse value: 363.602752232. iteration 13603 found worse value: 363.602752232. iteration13603, perturbing to get out of local maxima iteration 13604 found worse value: 363.602752232. iteration 13605 found worse value: 363.602752232. iteration 13606 found worse value: 363.602752232. iteration 13607 found worse value: 363.602752232. iteration 13608 found worse value: 363.602752232. iteration 13609 found worse value: 363.602752232. iteration 13610 found worse value: 363.602752232. iteration13610, perturbing to get out of local maxima iteration 13611 found worse value: 363.602752232. iteration 13612 found worse value: 363.602752232. iteration 13613 found worse value: 363.602752232. iteration 13614 found worse value: 363.602752232. iteration 13615 found worse value: 363.602752232. iteration 13616 found worse value: 363.602752232. iteration 13617 found worse value: 363.602752232. iteration 13618 found worse value: 363.602752232. iteration 13619 found worse value: 363.602752232. iteration 13620 found worse value: 363.602752232. iteration 13621 found worse value: 363.602752232. iteration 13622 found worse value: 363.602752232. iteration 13623 found worse value: 363.602752232. iteration 13624 found worse value: 363.602752232. iteration 13625 found worse value: 363.602752232. iteration 13626 found worse value: 363.602752232. iteration 13627 found worse value: 363.602752232. iteration 13628 found worse value: 363.602752232. iteration 13629 found worse value: 363.602752232. iteration 13630 found better value: 363.602970687 iteration 13631 found worse value: 363.602970687. iteration 13632 found better value: 363.603076215 iteration 13633 found worse value: 363.603076215. iteration 13634 found better value: 363.603139366 iteration 13635 found worse value: 363.603139366. iteration 13636 found worse value: 363.603139366. iteration 13637 found worse value: 363.603139366. iteration 13638 found worse value: 363.603139366. iteration 13639 found worse value: 363.603139366. iteration 13640 found worse value: 363.603139366. iteration 13641 found worse value: 363.603139366. iteration 13642 found worse value: 363.603139366. iteration 13643 found worse value: 363.603139366. iteration 13644 found worse value: 363.603139366. iteration 13645 found worse value: 363.603139366. iteration 13646 found worse value: 363.603139366. iteration 13647 found worse value: 363.603139366. iteration 13648 found worse value: 363.603139366. iteration13648, perturbing to get out of local maxima iteration 13649 found worse value: 363.603139366. iteration 13650 found worse value: 363.603139366. iteration 13651 found worse value: 363.603139366. iteration13651, perturbing to get out of local maxima iteration 13652 found worse value: 363.603139366. iteration 13653 found worse value: 363.603139366. iteration 13654 found worse value: 363.603139366. iteration 13655 found worse value: 363.603139366. iteration 13656 found worse value: 363.603139366. iteration 13657 found worse value: 363.603139366. iteration 13658 found worse value: 363.603139366. iteration 13659 found worse value: 363.603139366. iteration13659, perturbing to get out of local maxima iteration 13660 found worse value: 363.603139366. iteration 13661 found worse value: 363.603139366. iteration 13662 found worse value: 363.603139366. iteration 13663 found worse value: 363.603139366. iteration 13664 found worse value: 363.603139366. iteration13664, perturbing to get out of local maxima iteration 13665 found worse value: 363.603139366. iteration 13666 found worse value: 363.603139366. iteration 13667 found worse value: 363.603139366. iteration 13668 found worse value: 363.603139366. iteration 13669 found worse value: 363.603139366. iteration 13670 found worse value: 363.603139366. iteration 13671 found worse value: 363.603139366. iteration 13672 found worse value: 363.603139366. iteration 13673 found worse value: 363.603139366. iteration 13674 found worse value: 363.603139366. iteration 13675 found worse value: 363.603139366. iteration 13676 found worse value: 363.603139366. iteration 13677 found worse value: 363.603139366. iteration 13678 found worse value: 363.603139366. iteration 13679 found worse value: 363.603139366. iteration 13680 found worse value: 363.603139366. iteration 13681 found worse value: 363.603139366. iteration 13682 found worse value: 363.603139366. iteration 13683 found worse value: 363.603139366. iteration 13684 found worse value: 363.603139366. iteration 13685 found worse value: 363.603139366. iteration 13686 found worse value: 363.603139366. iteration 13687 found worse value: 363.603139366. iteration13687, perturbing to get out of local maxima iteration 13688 found worse value: 363.603139366. iteration 13689 found worse value: 363.603139366. iteration 13690 found worse value: 363.603139366. iteration 13691 found worse value: 363.603139366. iteration 13692 found worse value: 363.603139366. iteration 13693 found worse value: 363.603139366. iteration 13694 found worse value: 363.603139366. iteration 13695 found worse value: 363.603139366. iteration 13696 found worse value: 363.603139366. iteration 13697 found worse value: 363.603139366. iteration 13698 found worse value: 363.603139366. iteration 13699 found worse value: 363.603139366. iteration 13700 found worse value: 363.603139366. iteration 13701 found worse value: 363.603139366. iteration 13702 found worse value: 363.603139366. iteration 13703 found worse value: 363.603139366. iteration 13704 found worse value: 363.603139366. iteration 13705 found worse value: 363.603139366. iteration 13706 found worse value: 363.603139366. iteration 13707 found worse value: 363.603139366. iteration 13708 found worse value: 363.603139366. iteration 13709 found worse value: 363.603139366. iteration 13710 found worse value: 363.603139366. iteration 13711 found worse value: 363.603139366. iteration 13712 found worse value: 363.603139366. iteration13712, perturbing to get out of local maxima iteration 13713 found worse value: 363.603139366. iteration 13714 found worse value: 363.603139366. iteration 13715 found worse value: 363.603139366. iteration 13716 found worse value: 363.603139366. iteration 13717 found worse value: 363.603139366. iteration 13718 found worse value: 363.603139366. iteration 13719 found worse value: 363.603139366. iteration 13720 found worse value: 363.603139366. iteration 13721 found worse value: 363.603139366. iteration 13722 found worse value: 363.603139366. iteration 13723 found worse value: 363.603139366. iteration 13724 found worse value: 363.603139366. iteration 13725 found worse value: 363.603139366. iteration 13726 found worse value: 363.603139366. iteration13726, perturbing to get out of local maxima iteration 13727 found worse value: 363.603139366. iteration 13728 found worse value: 363.603139366. iteration 13729 found worse value: 363.603139366. iteration13729, perturbing to get out of local maxima iteration 13730 found worse value: 363.603139366. iteration 13731 found worse value: 363.603139366. iteration 13732 found worse value: 363.603139366. iteration 13733 found worse value: 363.603139366. iteration 13734 found worse value: 363.603139366. iteration 13735 found worse value: 363.603139366. iteration 13736 found worse value: 363.603139366. iteration 13737 found worse value: 363.603139366. iteration 13738 found worse value: 363.603139366. iteration13738, perturbing to get out of local maxima iteration 13739 found worse value: 363.603139366. iteration 13740 found worse value: 363.603139366. iteration 13741 found worse value: 363.603139366. iteration 13742 found worse value: 363.603139366. iteration 13743 found worse value: 363.603139366. iteration 13744 found worse value: 363.603139366. iteration 13745 found worse value: 363.603139366. iteration 13746 found worse value: 363.603139366. iteration 13747 found worse value: 363.603139366. iteration 13748 found worse value: 363.603139366. iteration 13749 found worse value: 363.603139366. iteration 13750 found worse value: 363.603139366. iteration 13751 found worse value: 363.603139366. iteration 13752 found worse value: 363.603139366. iteration 13753 found worse value: 363.603139366. iteration 13754 found worse value: 363.603139366. iteration 13755 found worse value: 363.603139366. iteration 13756 found worse value: 363.603139366. iteration 13757 found worse value: 363.603139366. iteration 13758 found worse value: 363.603139366. iteration 13759 found worse value: 363.603139366. iteration 13760 found worse value: 363.603139366. iteration 13761 found worse value: 363.603139366. iteration 13762 found worse value: 363.603139366. iteration 13763 found worse value: 363.603139366. iteration 13764 found worse value: 363.603139366. iteration 13765 found worse value: 363.603139366. iteration 13766 found worse value: 363.603139366. iteration 13767 found worse value: 363.603139366. iteration 13768 found worse value: 363.603139366. iteration 13769 found worse value: 363.603139366. iteration13769, perturbing to get out of local maxima iteration 13770 found worse value: 363.603139366. iteration 13771 found worse value: 363.603139366. iteration 13772 found worse value: 363.603139366. iteration 13773 found worse value: 363.603139366. iteration 13774 found worse value: 363.603139366. iteration13774, perturbing to get out of local maxima iteration 13775 found worse value: 363.603139366. iteration 13776 found worse value: 363.603139366. iteration 13777 found worse value: 363.603139366. iteration 13778 found worse value: 363.603139366. iteration 13779 found worse value: 363.603139366. iteration 13780 found worse value: 363.603139366. iteration 13781 found worse value: 363.603139366. iteration 13782 found worse value: 363.603139366. iteration 13783 found worse value: 363.603139366. iteration 13784 found worse value: 363.603139366. iteration 13785 found worse value: 363.603139366. iteration 13786 found worse value: 363.603139366. iteration 13787 found worse value: 363.603139366. iteration 13788 found worse value: 363.603139366. iteration 13789 found worse value: 363.603139366. iteration 13790 found worse value: 363.603139366. iteration 13791 found worse value: 363.603139366. iteration 13792 found worse value: 363.603139366. iteration 13793 found worse value: 363.603139366. iteration 13794 found worse value: 363.603139366. iteration13794, perturbing to get out of local maxima iteration 13795 found worse value: 363.603139366. iteration 13796 found worse value: 363.603139366. iteration 13797 found worse value: 363.603139366. iteration 13798 found worse value: 363.603139366. iteration 13799 found worse value: 363.603139366. iteration 13800 found worse value: 363.603139366. iteration13800, perturbing to get out of local maxima iteration 13801 found worse value: 363.603139366. iteration 13802 found worse value: 363.603139366. iteration 13803 found worse value: 363.603139366. iteration 13804 found worse value: 363.603139366. iteration 13805 found worse value: 363.603139366. iteration 13806 found worse value: 363.603139366. iteration 13807 found worse value: 363.603139366. iteration 13808 found worse value: 363.603139366. iteration 13809 found worse value: 363.603139366. iteration 13810 found worse value: 363.603139366. iteration 13811 found worse value: 363.603139366. iteration 13812 found worse value: 363.603139366. iteration 13813 found worse value: 363.603139366. iteration 13814 found worse value: 363.603139366. iteration 13815 found worse value: 363.603139366. iteration 13816 found worse value: 363.603139366. iteration13816, perturbing to get out of local maxima iteration 13817 found worse value: 363.603139366. iteration 13818 found worse value: 363.603139366. iteration 13819 found worse value: 363.603139366. iteration 13820 found worse value: 363.603139366. iteration 13821 found worse value: 363.603139366. iteration 13822 found worse value: 363.603139366. iteration 13823 found worse value: 363.603139366. iteration 13824 found worse value: 363.603139366. iteration 13825 found worse value: 363.603139366. iteration 13826 found worse value: 363.603139366. iteration 13827 found worse value: 363.603139366. iteration 13828 found worse value: 363.603139366. iteration 13829 found worse value: 363.603139366. iteration 13830 found worse value: 363.603139366. iteration13830, perturbing to get out of local maxima iteration 13831 found worse value: 363.603139366. iteration 13832 found worse value: 363.603139366. iteration 13833 found worse value: 363.603139366. iteration 13834 found worse value: 363.603139366. iteration 13835 found worse value: 363.603139366. iteration 13836 found worse value: 363.603139366. iteration 13837 found worse value: 363.603139366. iteration 13838 found worse value: 363.603139366. iteration13838, perturbing to get out of local maxima iteration 13839 found worse value: 363.603139366. iteration 13840 found worse value: 363.603139366. iteration 13841 found worse value: 363.603139366. iteration 13842 found worse value: 363.603139366. iteration 13843 found worse value: 363.603139366. iteration 13844 found worse value: 363.603139366. iteration13844, perturbing to get out of local maxima iteration 13845 found worse value: 363.603139366. iteration 13846 found worse value: 363.603139366. iteration 13847 found worse value: 363.603139366. iteration 13848 found worse value: 363.603139366. iteration 13849 found worse value: 363.603139366. iteration 13850 found worse value: 363.603139366. iteration 13851 found worse value: 363.603139366. iteration 13852 found worse value: 363.603139366. iteration 13853 found worse value: 363.603139366. iteration 13854 found worse value: 363.603139366. iteration 13855 found worse value: 363.603139366. iteration 13856 found worse value: 363.603139366. iteration 13857 found worse value: 363.603139366. iteration 13858 found worse value: 363.603139366. iteration 13859 found worse value: 363.603139366. iteration 13860 found worse value: 363.603139366. iteration 13861 found worse value: 363.603139366. iteration 13862 found worse value: 363.603139366. iteration 13863 found worse value: 363.603139366. iteration 13864 found worse value: 363.603139366. iteration 13865 found worse value: 363.603139366. iteration 13866 found worse value: 363.603139366. iteration 13867 found worse value: 363.603139366. iteration 13868 found worse value: 363.603139366. iteration 13869 found better value: 363.603237004 iteration 13870 found better value: 363.603350829 iteration 13871 found worse value: 363.603350829. iteration 13872 found better value: 363.603490358 iteration 13873 found worse value: 363.603490358. iteration 13874 found worse value: 363.603490358. iteration 13875 found worse value: 363.603490358. iteration13875, perturbing to get out of local maxima iteration 13876 found worse value: 363.603490358. iteration 13877 found worse value: 363.603490358. iteration 13878 found better value: 363.603578589 iteration 13879 found worse value: 363.603578589. iteration 13880 found worse value: 363.603578589. iteration 13881 found worse value: 363.603578589. iteration 13882 found worse value: 363.603578589. iteration 13883 found worse value: 363.603578589. iteration 13884 found worse value: 363.603578589. iteration 13885 found worse value: 363.603578589. iteration 13886 found worse value: 363.603578589. iteration 13887 found worse value: 363.603578589. iteration 13888 found worse value: 363.603578589. iteration 13889 found worse value: 363.603578589. iteration 13890 found worse value: 363.603578589. iteration 13891 found worse value: 363.603578589. iteration 13892 found worse value: 363.603578589. iteration 13893 found worse value: 363.603578589. iteration 13894 found worse value: 363.603578589. iteration 13895 found worse value: 363.603578589. iteration 13896 found worse value: 363.603578589. iteration13896, perturbing to get out of local maxima iteration 13897 found worse value: 363.603578589. iteration 13898 found worse value: 363.603578589. iteration 13899 found worse value: 363.603578589. iteration 13900 found worse value: 363.603578589. iteration 13901 found worse value: 363.603578589. iteration 13902 found worse value: 363.603578589. iteration 13903 found worse value: 363.603578589. iteration13903, perturbing to get out of local maxima iteration 13904 found worse value: 363.603578589. iteration 13905 found worse value: 363.603578589. iteration 13906 found worse value: 363.603578589. iteration 13907 found worse value: 363.603578589. iteration 13908 found worse value: 363.603578589. iteration 13909 found worse value: 363.603578589. iteration 13910 found worse value: 363.603578589. iteration 13911 found worse value: 363.603578589. iteration 13912 found worse value: 363.603578589. iteration 13913 found worse value: 363.603578589. iteration 13914 found worse value: 363.603578589. iteration 13915 found worse value: 363.603578589. iteration 13916 found worse value: 363.603578589. iteration 13917 found worse value: 363.603578589. iteration 13918 found worse value: 363.603578589. iteration 13919 found worse value: 363.603578589. iteration 13920 found worse value: 363.603578589. iteration 13921 found worse value: 363.603578589. iteration 13922 found worse value: 363.603578589. iteration 13923 found worse value: 363.603578589. iteration 13924 found worse value: 363.603578589. iteration 13925 found better value: 363.60392655500004 iteration 13926 found worse value: 363.60392655500004. iteration13926, perturbing to get out of local maxima iteration 13927 found worse value: 363.60392655500004. iteration 13928 found worse value: 363.60392655500004. iteration 13929 found worse value: 363.60392655500004. iteration 13930 found worse value: 363.60392655500004. iteration 13931 found worse value: 363.60392655500004. iteration 13932 found worse value: 363.60392655500004. iteration13932, perturbing to get out of local maxima iteration 13933 found worse value: 363.60392655500004. iteration 13934 found worse value: 363.60392655500004. iteration 13935 found worse value: 363.60392655500004. iteration 13936 found worse value: 363.60392655500004. iteration 13937 found worse value: 363.60392655500004. iteration 13938 found worse value: 363.60392655500004. iteration 13939 found worse value: 363.60392655500004. iteration 13940 found worse value: 363.60392655500004. iteration 13941 found worse value: 363.60392655500004. iteration 13942 found worse value: 363.60392655500004. iteration 13943 found worse value: 363.60392655500004. iteration 13944 found worse value: 363.60392655500004. iteration 13945 found worse value: 363.60392655500004. iteration 13946 found worse value: 363.60392655500004. iteration 13947 found worse value: 363.60392655500004. iteration 13948 found worse value: 363.60392655500004. iteration13948, perturbing to get out of local maxima iteration 13949 found worse value: 363.60392655500004. iteration 13950 found worse value: 363.60392655500004. iteration 13951 found worse value: 363.60392655500004. iteration 13952 found worse value: 363.60392655500004. iteration 13953 found worse value: 363.60392655500004. iteration 13954 found worse value: 363.60392655500004. iteration 13955 found worse value: 363.60392655500004. iteration 13956 found worse value: 363.60392655500004. iteration 13957 found worse value: 363.60392655500004. iteration 13958 found worse value: 363.60392655500004. iteration13958, perturbing to get out of local maxima iteration 13959 found worse value: 363.60392655500004. iteration 13960 found worse value: 363.60392655500004. iteration 13961 found worse value: 363.60392655500004. iteration 13962 found worse value: 363.60392655500004. iteration 13963 found worse value: 363.60392655500004. iteration 13964 found worse value: 363.60392655500004. iteration 13965 found worse value: 363.60392655500004. iteration 13966 found worse value: 363.60392655500004. iteration 13967 found worse value: 363.60392655500004. iteration 13968 found worse value: 363.60392655500004. iteration 13969 found worse value: 363.60392655500004. iteration 13970 found worse value: 363.60392655500004. iteration 13971 found worse value: 363.60392655500004. iteration 13972 found worse value: 363.60392655500004. iteration 13973 found worse value: 363.60392655500004. iteration 13974 found worse value: 363.60392655500004. iteration 13975 found worse value: 363.60392655500004. iteration 13976 found worse value: 363.60392655500004. iteration 13977 found worse value: 363.60392655500004. iteration 13978 found worse value: 363.60392655500004. iteration13978, perturbing to get out of local maxima iteration 13979 found worse value: 363.60392655500004. iteration 13980 found worse value: 363.60392655500004. iteration 13981 found worse value: 363.60392655500004. iteration 13982 found worse value: 363.60392655500004. iteration 13983 found worse value: 363.60392655500004. iteration 13984 found worse value: 363.60392655500004. iteration 13985 found worse value: 363.60392655500004. iteration 13986 found worse value: 363.60392655500004. iteration 13987 found worse value: 363.60392655500004. iteration 13988 found worse value: 363.60392655500004. iteration 13989 found worse value: 363.60392655500004. iteration 13990 found worse value: 363.60392655500004. iteration 13991 found worse value: 363.60392655500004. iteration 13992 found worse value: 363.60392655500004. iteration 13993 found worse value: 363.60392655500004. iteration 13994 found worse value: 363.60392655500004. iteration 13995 found worse value: 363.60392655500004. iteration 13996 found worse value: 363.60392655500004. iteration 13997 found worse value: 363.60392655500004. iteration 13998 found better value: 363.60401520899995 iteration 13999 found worse value: 363.60401520899995. iteration 14000 found worse value: 363.60401520899995. iteration 14001 found worse value: 363.60401520899995. iteration 14002 found worse value: 363.60401520899995. iteration 14003 found worse value: 363.60401520899995. iteration 14004 found worse value: 363.60401520899995. iteration 14005 found worse value: 363.60401520899995. iteration 14006 found worse value: 363.60401520899995. iteration 14007 found worse value: 363.60401520899995. iteration 14008 found worse value: 363.60401520899995. iteration 14009 found worse value: 363.60401520899995. iteration 14010 found worse value: 363.60401520899995. iteration 14011 found worse value: 363.60401520899995. iteration14011, perturbing to get out of local maxima iteration 14012 found worse value: 363.60401520899995. iteration 14013 found worse value: 363.60401520899995. iteration 14014 found worse value: 363.60401520899995. iteration 14015 found worse value: 363.60401520899995. iteration 14016 found worse value: 363.60401520899995. iteration 14017 found worse value: 363.60401520899995. iteration14017, perturbing to get out of local maxima iteration 14018 found worse value: 363.60401520899995. iteration 14019 found worse value: 363.60401520899995. iteration 14020 found worse value: 363.60401520899995. iteration 14021 found worse value: 363.60401520899995. iteration 14022 found worse value: 363.60401520899995. iteration 14023 found worse value: 363.60401520899995. iteration14023, perturbing to get out of local maxima iteration 14024 found worse value: 363.60401520899995. iteration 14025 found worse value: 363.60401520899995. iteration 14026 found worse value: 363.60401520899995. iteration14026, perturbing to get out of local maxima iteration 14027 found worse value: 363.60401520899995. iteration 14028 found worse value: 363.60401520899995. iteration 14029 found worse value: 363.60401520899995. iteration 14030 found worse value: 363.60401520899995. iteration 14031 found worse value: 363.60401520899995. iteration 14032 found worse value: 363.60401520899995. iteration 14033 found worse value: 363.60401520899995. iteration 14034 found worse value: 363.60401520899995. iteration 14035 found worse value: 363.60401520899995. iteration 14036 found worse value: 363.60401520899995. iteration 14037 found worse value: 363.60401520899995. iteration 14038 found worse value: 363.60401520899995. iteration 14039 found worse value: 363.60401520899995. iteration 14040 found worse value: 363.60401520899995. iteration 14041 found worse value: 363.60401520899995. iteration 14042 found worse value: 363.60401520899995. iteration 14043 found worse value: 363.60401520899995. iteration 14044 found worse value: 363.60401520899995. iteration 14045 found worse value: 363.60401520899995. iteration 14046 found worse value: 363.60401520899995. iteration 14047 found worse value: 363.60401520899995. iteration 14048 found worse value: 363.60401520899995. iteration 14049 found worse value: 363.60401520899995. iteration 14050 found worse value: 363.60401520899995. iteration 14051 found worse value: 363.60401520899995. iteration 14052 found worse value: 363.60401520899995. iteration 14053 found worse value: 363.60401520899995. iteration 14054 found worse value: 363.60401520899995. iteration 14055 found worse value: 363.60401520899995. iteration 14056 found worse value: 363.60401520899995. iteration 14057 found worse value: 363.60401520899995. iteration 14058 found worse value: 363.60401520899995. iteration 14059 found worse value: 363.60401520899995. iteration 14060 found worse value: 363.60401520899995. iteration 14061 found worse value: 363.60401520899995. iteration 14062 found worse value: 363.60401520899995. iteration 14063 found worse value: 363.60401520899995. iteration 14064 found worse value: 363.60401520899995. iteration14064, perturbing to get out of local maxima iteration 14065 found worse value: 363.60401520899995. iteration 14066 found worse value: 363.60401520899995. iteration 14067 found worse value: 363.60401520899995. iteration14067, perturbing to get out of local maxima iteration 14068 found worse value: 363.60401520899995. iteration 14069 found worse value: 363.60401520899995. iteration 14070 found worse value: 363.60401520899995. iteration 14071 found worse value: 363.60401520899995. iteration 14072 found worse value: 363.60401520899995. iteration 14073 found worse value: 363.60401520899995. iteration 14074 found worse value: 363.60401520899995. iteration 14075 found worse value: 363.60401520899995. iteration 14076 found worse value: 363.60401520899995. iteration 14077 found worse value: 363.60401520899995. iteration 14078 found worse value: 363.60401520899995. iteration 14079 found worse value: 363.60401520899995. iteration 14080 found worse value: 363.60401520899995. iteration 14081 found worse value: 363.60401520899995. iteration 14082 found worse value: 363.60401520899995. iteration 14083 found worse value: 363.60401520899995. iteration 14084 found worse value: 363.60401520899995. iteration 14085 found worse value: 363.60401520899995. iteration 14086 found worse value: 363.60401520899995. iteration 14087 found worse value: 363.60401520899995. iteration 14088 found worse value: 363.60401520899995. iteration 14089 found worse value: 363.60401520899995. iteration 14090 found worse value: 363.60401520899995. iteration14090, perturbing to get out of local maxima iteration 14091 found worse value: 363.60401520899995. iteration 14092 found worse value: 363.60401520899995. iteration 14093 found worse value: 363.60401520899995. iteration 14094 found worse value: 363.60401520899995. iteration 14095 found worse value: 363.60401520899995. iteration 14096 found worse value: 363.60401520899995. iteration14096, perturbing to get out of local maxima iteration 14097 found worse value: 363.60401520899995. iteration 14098 found worse value: 363.60401520899995. iteration 14099 found worse value: 363.60401520899995. iteration 14100 found worse value: 363.60401520899995. iteration14100, perturbing to get out of local maxima iteration 14101 found worse value: 363.60401520899995. iteration 14102 found worse value: 363.60401520899995. iteration 14103 found worse value: 363.60401520899995. iteration 14104 found worse value: 363.60401520899995. iteration 14105 found worse value: 363.60401520899995. iteration 14106 found worse value: 363.60401520899995. iteration 14107 found worse value: 363.60401520899995. iteration 14108 found worse value: 363.60401520899995. iteration 14109 found worse value: 363.60401520899995. iteration 14110 found worse value: 363.60401520899995. iteration 14111 found worse value: 363.60401520899995. iteration14111, perturbing to get out of local maxima iteration 14112 found worse value: 363.60401520899995. iteration14112, perturbing to get out of local maxima iteration 14113 found worse value: 363.60401520899995. iteration 14114 found worse value: 363.60401520899995. iteration 14115 found worse value: 363.60401520899995. iteration14115, perturbing to get out of local maxima iteration 14116 found worse value: 363.60401520899995. iteration 14117 found worse value: 363.60401520899995. iteration 14118 found worse value: 363.60401520899995. iteration 14119 found worse value: 363.60401520899995. iteration 14120 found worse value: 363.60401520899995. iteration 14121 found worse value: 363.60401520899995. iteration 14122 found worse value: 363.60401520899995. iteration 14123 found worse value: 363.60401520899995. iteration 14124 found worse value: 363.60401520899995. iteration 14125 found worse value: 363.60401520899995. iteration 14126 found worse value: 363.60401520899995. iteration 14127 found worse value: 363.60401520899995. iteration 14128 found worse value: 363.60401520899995. iteration 14129 found worse value: 363.60401520899995. iteration14129, perturbing to get out of local maxima iteration 14130 found worse value: 363.60401520899995. iteration 14131 found worse value: 363.60401520899995. iteration 14132 found worse value: 363.60401520899995. iteration 14133 found worse value: 363.60401520899995. iteration 14134 found worse value: 363.60401520899995. iteration 14135 found worse value: 363.60401520899995. iteration 14136 found worse value: 363.60401520899995. iteration 14137 found worse value: 363.60401520899995. iteration 14138 found worse value: 363.60401520899995. iteration 14139 found worse value: 363.60401520899995. iteration 14140 found worse value: 363.60401520899995. iteration 14141 found worse value: 363.60401520899995. iteration 14142 found worse value: 363.60401520899995. iteration 14143 found worse value: 363.60401520899995. iteration 14144 found worse value: 363.60401520899995. iteration 14145 found worse value: 363.60401520899995. iteration 14146 found worse value: 363.60401520899995. iteration 14147 found worse value: 363.60401520899995. iteration 14148 found worse value: 363.60401520899995. iteration 14149 found worse value: 363.60401520899995. iteration 14150 found worse value: 363.60401520899995. iteration 14151 found worse value: 363.60401520899995. iteration14151, perturbing to get out of local maxima iteration 14152 found worse value: 363.60401520899995. iteration 14153 found worse value: 363.60401520899995. iteration 14154 found worse value: 363.60401520899995. iteration 14155 found worse value: 363.60401520899995. iteration 14156 found worse value: 363.60401520899995. iteration 14157 found worse value: 363.60401520899995. iteration 14158 found worse value: 363.60401520899995. iteration 14159 found worse value: 363.60401520899995. iteration 14160 found worse value: 363.60401520899995. iteration 14161 found worse value: 363.60401520899995. iteration 14162 found worse value: 363.60401520899995. iteration 14163 found worse value: 363.60401520899995. iteration 14164 found worse value: 363.60401520899995. iteration 14165 found worse value: 363.60401520899995. iteration 14166 found worse value: 363.60401520899995. iteration 14167 found worse value: 363.60401520899995. iteration 14168 found worse value: 363.60401520899995. iteration 14169 found worse value: 363.60401520899995. iteration 14170 found worse value: 363.60401520899995. iteration14170, perturbing to get out of local maxima iteration 14171 found worse value: 363.60401520899995. iteration 14172 found worse value: 363.60401520899995. iteration 14173 found worse value: 363.60401520899995. iteration14173, perturbing to get out of local maxima iteration 14174 found worse value: 363.60401520899995. iteration 14175 found worse value: 363.60401520899995. iteration 14176 found worse value: 363.60401520899995. iteration 14177 found worse value: 363.60401520899995. iteration 14178 found worse value: 363.60401520899995. iteration 14179 found worse value: 363.60401520899995. iteration 14180 found worse value: 363.60401520899995. iteration 14181 found worse value: 363.60401520899995. iteration 14182 found worse value: 363.60401520899995. iteration 14183 found worse value: 363.60401520899995. iteration 14184 found worse value: 363.60401520899995. iteration 14185 found worse value: 363.60401520899995. iteration 14186 found worse value: 363.60401520899995. iteration 14187 found worse value: 363.60401520899995. iteration 14188 found worse value: 363.60401520899995. iteration 14189 found better value: 363.604064586 iteration 14190 found worse value: 363.604064586. iteration 14191 found worse value: 363.604064586. iteration 14192 found worse value: 363.604064586. iteration 14193 found worse value: 363.604064586. iteration 14194 found worse value: 363.604064586. iteration 14195 found worse value: 363.604064586. iteration 14196 found worse value: 363.604064586. iteration 14197 found worse value: 363.604064586. iteration 14198 found worse value: 363.604064586. iteration 14199 found worse value: 363.604064586. iteration 14200 found worse value: 363.604064586. iteration14200, perturbing to get out of local maxima iteration 14201 found worse value: 363.604064586. iteration 14202 found better value: 363.604124464 iteration 14203 found worse value: 363.604124464. iteration 14204 found worse value: 363.604124464. iteration 14205 found worse value: 363.604124464. iteration 14206 found worse value: 363.604124464. iteration 14207 found worse value: 363.604124464. iteration14207, perturbing to get out of local maxima iteration 14208 found worse value: 363.604124464. iteration 14209 found worse value: 363.604124464. iteration 14210 found worse value: 363.604124464. iteration14210, perturbing to get out of local maxima iteration 14211 found worse value: 363.604124464. iteration 14212 found worse value: 363.604124464. iteration14212, perturbing to get out of local maxima iteration 14213 found worse value: 363.604124464. iteration 14214 found worse value: 363.604124464. iteration 14215 found worse value: 363.604124464. iteration 14216 found worse value: 363.604124464. iteration 14217 found worse value: 363.604124464. iteration 14218 found worse value: 363.604124464. iteration 14219 found worse value: 363.604124464. iteration 14220 found worse value: 363.604124464. iteration 14221 found worse value: 363.604124464. iteration 14222 found worse value: 363.604124464. iteration 14223 found worse value: 363.604124464. iteration 14224 found worse value: 363.604124464. iteration 14225 found worse value: 363.604124464. iteration 14226 found worse value: 363.604124464. iteration 14227 found worse value: 363.604124464. iteration 14228 found worse value: 363.604124464. iteration 14229 found worse value: 363.604124464. iteration 14230 found worse value: 363.604124464. iteration 14231 found worse value: 363.604124464. iteration14231, perturbing to get out of local maxima iteration 14232 found worse value: 363.604124464. iteration 14233 found worse value: 363.604124464. iteration 14234 found worse value: 363.604124464. iteration 14235 found worse value: 363.604124464. iteration 14236 found worse value: 363.604124464. iteration 14237 found better value: 363.604131742 iteration 14238 found worse value: 363.604131742. iteration 14239 found worse value: 363.604131742. iteration 14240 found worse value: 363.604131742. iteration14240, perturbing to get out of local maxima iteration 14241 found worse value: 363.604131742. iteration14241, perturbing to get out of local maxima iteration 14242 found worse value: 363.604131742. iteration 14243 found worse value: 363.604131742. iteration 14244 found worse value: 363.604131742. iteration 14245 found worse value: 363.604131742. iteration 14246 found worse value: 363.604131742. iteration 14247 found worse value: 363.604131742. iteration 14248 found worse value: 363.604131742. iteration 14249 found worse value: 363.604131742. iteration 14250 found worse value: 363.604131742. iteration 14251 found worse value: 363.604131742. iteration 14252 found worse value: 363.604131742. iteration 14253 found worse value: 363.604131742. iteration 14254 found worse value: 363.604131742. iteration 14255 found worse value: 363.604131742. iteration 14256 found worse value: 363.604131742. iteration 14257 found worse value: 363.604131742. iteration 14258 found worse value: 363.604131742. iteration 14259 found worse value: 363.604131742. iteration 14260 found worse value: 363.604131742. iteration 14261 found worse value: 363.604131742. iteration 14262 found worse value: 363.604131742. iteration 14263 found worse value: 363.604131742. iteration 14264 found worse value: 363.604131742. iteration14264, perturbing to get out of local maxima iteration 14265 found worse value: 363.604131742. iteration 14266 found better value: 363.60430877299996 iteration 14267 found worse value: 363.60430877299996. iteration 14268 found worse value: 363.60430877299996. iteration 14269 found worse value: 363.60430877299996. iteration 14270 found worse value: 363.60430877299996. iteration14270, perturbing to get out of local maxima iteration 14271 found worse value: 363.60430877299996. iteration 14272 found worse value: 363.60430877299996. iteration 14273 found worse value: 363.60430877299996. iteration 14274 found worse value: 363.60430877299996. iteration 14275 found worse value: 363.60430877299996. iteration 14276 found worse value: 363.60430877299996. iteration 14277 found worse value: 363.60430877299996. iteration 14278 found worse value: 363.60430877299996. iteration 14279 found worse value: 363.60430877299996. iteration 14280 found worse value: 363.60430877299996. iteration 14281 found worse value: 363.60430877299996. iteration14281, perturbing to get out of local maxima iteration 14282 found worse value: 363.60430877299996. iteration 14283 found worse value: 363.60430877299996. iteration 14284 found worse value: 363.60430877299996. iteration 14285 found worse value: 363.60430877299996. iteration 14286 found worse value: 363.60430877299996. iteration 14287 found worse value: 363.60430877299996. iteration 14288 found worse value: 363.60430877299996. iteration 14289 found worse value: 363.60430877299996. iteration14289, perturbing to get out of local maxima iteration 14290 found worse value: 363.60430877299996. iteration 14291 found worse value: 363.60430877299996. iteration 14292 found worse value: 363.60430877299996. iteration 14293 found worse value: 363.60430877299996. iteration 14294 found worse value: 363.60430877299996. iteration 14295 found worse value: 363.60430877299996. iteration 14296 found worse value: 363.60430877299996. iteration 14297 found worse value: 363.60430877299996. iteration 14298 found worse value: 363.60430877299996. iteration 14299 found worse value: 363.60430877299996. iteration 14300 found worse value: 363.60430877299996. iteration 14301 found worse value: 363.60430877299996. iteration 14302 found worse value: 363.60430877299996. iteration 14303 found worse value: 363.60430877299996. iteration 14304 found worse value: 363.60430877299996. iteration 14305 found worse value: 363.60430877299996. iteration 14306 found worse value: 363.60430877299996. iteration 14307 found worse value: 363.60430877299996. iteration14307, perturbing to get out of local maxima iteration 14308 found worse value: 363.60430877299996. iteration 14309 found worse value: 363.60430877299996. iteration 14310 found worse value: 363.60430877299996. iteration 14311 found worse value: 363.60430877299996. iteration 14312 found worse value: 363.60430877299996. iteration 14313 found worse value: 363.60430877299996. iteration 14314 found worse value: 363.60430877299996. iteration 14315 found worse value: 363.60430877299996. iteration 14316 found worse value: 363.60430877299996. iteration 14317 found worse value: 363.60430877299996. iteration 14318 found worse value: 363.60430877299996. iteration14318, perturbing to get out of local maxima iteration 14319 found worse value: 363.60430877299996. iteration 14320 found worse value: 363.60430877299996. iteration 14321 found worse value: 363.60430877299996. iteration 14322 found worse value: 363.60430877299996. iteration 14323 found worse value: 363.60430877299996. iteration 14324 found worse value: 363.60430877299996. iteration 14325 found worse value: 363.60430877299996. iteration 14326 found worse value: 363.60430877299996. iteration 14327 found better value: 363.60471205399995 iteration 14328 found worse value: 363.60471205399995. iteration 14329 found worse value: 363.60471205399995. iteration 14330 found worse value: 363.60471205399995. iteration 14331 found worse value: 363.60471205399995. iteration 14332 found worse value: 363.60471205399995. iteration 14333 found worse value: 363.60471205399995. iteration 14334 found worse value: 363.60471205399995. iteration 14335 found worse value: 363.60471205399995. iteration 14336 found worse value: 363.60471205399995. iteration 14337 found worse value: 363.60471205399995. iteration 14338 found worse value: 363.60471205399995. iteration 14339 found worse value: 363.60471205399995. iteration 14340 found better value: 363.60474528399993 iteration 14341 found worse value: 363.60474528399993. iteration 14342 found worse value: 363.60474528399993. iteration 14343 found worse value: 363.60474528399993. iteration 14344 found worse value: 363.60474528399993. iteration 14345 found worse value: 363.60474528399993. iteration 14346 found worse value: 363.60474528399993. iteration 14347 found worse value: 363.60474528399993. iteration 14348 found worse value: 363.60474528399993. iteration 14349 found worse value: 363.60474528399993. iteration 14350 found worse value: 363.60474528399993. iteration 14351 found worse value: 363.60474528399993. iteration 14352 found worse value: 363.60474528399993. iteration 14353 found worse value: 363.60474528399993. iteration 14354 found worse value: 363.60474528399993. iteration 14355 found worse value: 363.60474528399993. iteration 14356 found worse value: 363.60474528399993. iteration 14357 found worse value: 363.60474528399993. iteration 14358 found worse value: 363.60474528399993. iteration 14359 found worse value: 363.60474528399993. iteration 14360 found worse value: 363.60474528399993. iteration 14361 found worse value: 363.60474528399993. iteration 14362 found worse value: 363.60474528399993. iteration 14363 found worse value: 363.60474528399993. iteration 14364 found worse value: 363.60474528399993. iteration14364, perturbing to get out of local maxima iteration 14365 found worse value: 363.60474528399993. iteration 14366 found worse value: 363.60474528399993. iteration 14367 found worse value: 363.60474528399993. iteration 14368 found worse value: 363.60474528399993. iteration14368, perturbing to get out of local maxima iteration 14369 found worse value: 363.60474528399993. iteration 14370 found worse value: 363.60474528399993. iteration 14371 found worse value: 363.60474528399993. iteration 14372 found worse value: 363.60474528399993. iteration 14373 found worse value: 363.60474528399993. iteration14373, perturbing to get out of local maxima iteration 14374 found worse value: 363.60474528399993. iteration14374, perturbing to get out of local maxima iteration 14375 found worse value: 363.60474528399993. iteration 14376 found worse value: 363.60474528399993. iteration 14377 found worse value: 363.60474528399993. iteration 14378 found worse value: 363.60474528399993. iteration 14379 found worse value: 363.60474528399993. iteration 14380 found worse value: 363.60474528399993. iteration 14381 found worse value: 363.60474528399993. iteration 14382 found worse value: 363.60474528399993. iteration 14383 found worse value: 363.60474528399993. iteration 14384 found worse value: 363.60474528399993. iteration 14385 found worse value: 363.60474528399993. iteration14385, perturbing to get out of local maxima iteration 14386 found worse value: 363.60474528399993. iteration 14387 found worse value: 363.60474528399993. iteration 14388 found worse value: 363.60474528399993. iteration 14389 found worse value: 363.60474528399993. iteration 14390 found worse value: 363.60474528399993. iteration14390, perturbing to get out of local maxima iteration 14391 found worse value: 363.60474528399993. iteration 14392 found worse value: 363.60474528399993. iteration 14393 found worse value: 363.60474528399993. iteration 14394 found worse value: 363.60474528399993. iteration14394, perturbing to get out of local maxima iteration 14395 found worse value: 363.60474528399993. iteration 14396 found worse value: 363.60474528399993. iteration 14397 found worse value: 363.60474528399993. iteration 14398 found worse value: 363.60474528399993. iteration 14399 found worse value: 363.60474528399993. iteration 14400 found worse value: 363.60474528399993. iteration 14401 found worse value: 363.60474528399993. iteration 14402 found worse value: 363.60474528399993. iteration 14403 found worse value: 363.60474528399993. iteration 14404 found worse value: 363.60474528399993. iteration 14405 found worse value: 363.60474528399993. iteration 14406 found worse value: 363.60474528399993. iteration 14407 found worse value: 363.60474528399993. iteration 14408 found worse value: 363.60474528399993. iteration14408, perturbing to get out of local maxima iteration 14409 found worse value: 363.60474528399993. iteration 14410 found worse value: 363.60474528399993. iteration 14411 found worse value: 363.60474528399993. iteration 14412 found worse value: 363.60474528399993. iteration 14413 found worse value: 363.60474528399993. iteration 14414 found worse value: 363.60474528399993. iteration 14415 found worse value: 363.60474528399993. iteration 14416 found worse value: 363.60474528399993. iteration 14417 found worse value: 363.60474528399993. iteration 14418 found worse value: 363.60474528399993. iteration 14419 found worse value: 363.60474528399993. iteration 14420 found worse value: 363.60474528399993. iteration 14421 found worse value: 363.60474528399993. iteration 14422 found worse value: 363.60474528399993. iteration 14423 found worse value: 363.60474528399993. iteration 14424 found worse value: 363.60474528399993. iteration 14425 found worse value: 363.60474528399993. iteration 14426 found worse value: 363.60474528399993. iteration 14427 found worse value: 363.60474528399993. iteration14427, perturbing to get out of local maxima iteration 14428 found worse value: 363.60474528399993. iteration 14429 found worse value: 363.60474528399993. iteration 14430 found worse value: 363.60474528399993. iteration 14431 found worse value: 363.60474528399993. iteration14431, perturbing to get out of local maxima iteration 14432 found worse value: 363.60474528399993. iteration 14433 found worse value: 363.60474528399993. iteration 14434 found worse value: 363.60474528399993. iteration 14435 found worse value: 363.60474528399993. iteration 14436 found worse value: 363.60474528399993. iteration 14437 found worse value: 363.60474528399993. iteration 14438 found worse value: 363.60474528399993. iteration 14439 found worse value: 363.60474528399993. iteration 14440 found worse value: 363.60474528399993. iteration14440, perturbing to get out of local maxima iteration 14441 found worse value: 363.60474528399993. iteration14441, perturbing to get out of local maxima iteration 14442 found worse value: 363.60474528399993. iteration 14443 found worse value: 363.60474528399993. iteration 14444 found worse value: 363.60474528399993. iteration 14445 found worse value: 363.60474528399993. iteration 14446 found worse value: 363.60474528399993. iteration 14447 found worse value: 363.60474528399993. iteration 14448 found worse value: 363.60474528399993. iteration 14449 found worse value: 363.60474528399993. iteration 14450 found worse value: 363.60474528399993. iteration 14451 found worse value: 363.60474528399993. iteration 14452 found worse value: 363.60474528399993. iteration 14453 found worse value: 363.60474528399993. iteration 14454 found worse value: 363.60474528399993. iteration 14455 found worse value: 363.60474528399993. iteration 14456 found worse value: 363.60474528399993. iteration14456, perturbing to get out of local maxima iteration 14457 found worse value: 363.60474528399993. iteration 14458 found worse value: 363.60474528399993. iteration 14459 found worse value: 363.60474528399993. iteration 14460 found worse value: 363.60474528399993. iteration 14461 found worse value: 363.60474528399993. iteration 14462 found worse value: 363.60474528399993. iteration 14463 found worse value: 363.60474528399993. iteration 14464 found worse value: 363.60474528399993. iteration 14465 found worse value: 363.60474528399993. iteration 14466 found worse value: 363.60474528399993. iteration 14467 found worse value: 363.60474528399993. iteration 14468 found worse value: 363.60474528399993. iteration 14469 found worse value: 363.60474528399993. iteration 14470 found worse value: 363.60474528399993. iteration 14471 found worse value: 363.60474528399993. iteration 14472 found worse value: 363.60474528399993. iteration 14473 found worse value: 363.60474528399993. iteration 14474 found worse value: 363.60474528399993. iteration 14475 found worse value: 363.60474528399993. iteration 14476 found worse value: 363.60474528399993. iteration 14477 found worse value: 363.60474528399993. iteration 14478 found worse value: 363.60474528399993. iteration 14479 found worse value: 363.60474528399993. iteration 14480 found worse value: 363.60474528399993. iteration 14481 found worse value: 363.60474528399993. iteration 14482 found worse value: 363.60474528399993. iteration 14483 found worse value: 363.60474528399993. iteration 14484 found worse value: 363.60474528399993. iteration 14485 found worse value: 363.60474528399993. iteration 14486 found worse value: 363.60474528399993. iteration 14487 found worse value: 363.60474528399993. iteration 14488 found worse value: 363.60474528399993. iteration 14489 found worse value: 363.60474528399993. iteration 14490 found worse value: 363.60474528399993. iteration 14491 found worse value: 363.60474528399993. iteration 14492 found worse value: 363.60474528399993. iteration14492, perturbing to get out of local maxima iteration 14493 found worse value: 363.60474528399993. iteration 14494 found worse value: 363.60474528399993. iteration 14495 found worse value: 363.60474528399993. iteration 14496 found worse value: 363.60474528399993. iteration 14497 found worse value: 363.60474528399993. iteration 14498 found worse value: 363.60474528399993. iteration 14499 found worse value: 363.60474528399993. iteration 14500 found worse value: 363.60474528399993. iteration 14501 found worse value: 363.60474528399993. iteration 14502 found worse value: 363.60474528399993. iteration 14503 found worse value: 363.60474528399993. iteration 14504 found worse value: 363.60474528399993. iteration 14505 found worse value: 363.60474528399993. iteration 14506 found worse value: 363.60474528399993. iteration 14507 found better value: 363.604853035 iteration 14508 found worse value: 363.604853035. iteration 14509 found worse value: 363.604853035. iteration 14510 found worse value: 363.604853035. iteration 14511 found worse value: 363.604853035. iteration14511, perturbing to get out of local maxima iteration 14512 found worse value: 363.604853035. iteration 14513 found worse value: 363.604853035. iteration 14514 found worse value: 363.604853035. iteration 14515 found worse value: 363.604853035. iteration 14516 found worse value: 363.604853035. iteration 14517 found worse value: 363.604853035. iteration 14518 found worse value: 363.604853035. iteration 14519 found worse value: 363.604853035. iteration 14520 found worse value: 363.604853035. iteration 14521 found worse value: 363.604853035. iteration 14522 found worse value: 363.604853035. iteration 14523 found worse value: 363.604853035. iteration14523, perturbing to get out of local maxima iteration 14524 found worse value: 363.604853035. iteration 14525 found worse value: 363.604853035. iteration 14526 found worse value: 363.604853035. iteration14526, perturbing to get out of local maxima iteration 14527 found worse value: 363.604853035. iteration 14528 found worse value: 363.604853035. iteration14528, perturbing to get out of local maxima iteration 14529 found worse value: 363.604853035. iteration 14530 found worse value: 363.604853035. iteration 14531 found worse value: 363.604853035. iteration 14532 found worse value: 363.604853035. iteration 14533 found worse value: 363.604853035. iteration 14534 found worse value: 363.604853035. iteration 14535 found worse value: 363.604853035. iteration 14536 found worse value: 363.604853035. iteration 14537 found worse value: 363.604853035. iteration 14538 found worse value: 363.604853035. iteration 14539 found worse value: 363.604853035. iteration 14540 found worse value: 363.604853035. iteration 14541 found worse value: 363.604853035. iteration14541, perturbing to get out of local maxima iteration 14542 found worse value: 363.604853035. iteration 14543 found worse value: 363.604853035. iteration 14544 found worse value: 363.604853035. iteration14544, perturbing to get out of local maxima iteration 14545 found worse value: 363.604853035. iteration 14546 found worse value: 363.604853035. iteration 14547 found worse value: 363.604853035. iteration 14548 found worse value: 363.604853035. iteration 14549 found worse value: 363.604853035. iteration 14550 found worse value: 363.604853035. iteration 14551 found worse value: 363.604853035. iteration 14552 found worse value: 363.604853035. iteration 14553 found worse value: 363.604853035. iteration14553, perturbing to get out of local maxima iteration 14554 found worse value: 363.604853035. iteration 14555 found worse value: 363.604853035. iteration 14556 found worse value: 363.604853035. iteration 14557 found worse value: 363.604853035. iteration 14558 found worse value: 363.604853035. iteration 14559 found worse value: 363.604853035. iteration 14560 found worse value: 363.604853035. iteration 14561 found worse value: 363.604853035. iteration 14562 found worse value: 363.604853035. iteration 14563 found worse value: 363.604853035. iteration 14564 found worse value: 363.604853035. iteration 14565 found worse value: 363.604853035. iteration 14566 found worse value: 363.604853035. iteration 14567 found worse value: 363.604853035. iteration 14568 found worse value: 363.604853035. iteration 14569 found worse value: 363.604853035. iteration 14570 found worse value: 363.604853035. iteration 14571 found worse value: 363.604853035. iteration 14572 found worse value: 363.604853035. iteration 14573 found worse value: 363.604853035. iteration 14574 found worse value: 363.604853035. iteration 14575 found worse value: 363.604853035. iteration 14576 found worse value: 363.604853035. iteration 14577 found worse value: 363.604853035. iteration 14578 found worse value: 363.604853035. iteration14578, perturbing to get out of local maxima iteration 14579 found worse value: 363.604853035. iteration 14580 found worse value: 363.604853035. iteration 14581 found worse value: 363.604853035. iteration 14582 found worse value: 363.604853035. iteration14582, perturbing to get out of local maxima iteration 14583 found worse value: 363.604853035. iteration 14584 found worse value: 363.604853035. iteration 14585 found worse value: 363.604853035. iteration 14586 found worse value: 363.604853035. iteration 14587 found worse value: 363.604853035. iteration 14588 found worse value: 363.604853035. iteration 14589 found worse value: 363.604853035. iteration 14590 found worse value: 363.604853035. iteration 14591 found worse value: 363.604853035. iteration 14592 found worse value: 363.604853035. iteration 14593 found worse value: 363.604853035. iteration 14594 found worse value: 363.604853035. iteration14594, perturbing to get out of local maxima iteration 14595 found worse value: 363.604853035. iteration 14596 found worse value: 363.604853035. iteration 14597 found worse value: 363.604853035. iteration 14598 found worse value: 363.604853035. iteration 14599 found worse value: 363.604853035. iteration 14600 found worse value: 363.604853035. iteration 14601 found worse value: 363.604853035. iteration 14602 found worse value: 363.604853035. iteration 14603 found worse value: 363.604853035. iteration14603, perturbing to get out of local maxima iteration 14604 found worse value: 363.604853035. iteration 14605 found worse value: 363.604853035. iteration 14606 found worse value: 363.604853035. iteration 14607 found worse value: 363.604853035. iteration 14608 found worse value: 363.604853035. iteration14608, perturbing to get out of local maxima iteration 14609 found worse value: 363.604853035. iteration 14610 found worse value: 363.604853035. iteration 14611 found worse value: 363.604853035. iteration 14612 found worse value: 363.604853035. iteration14612, perturbing to get out of local maxima iteration 14613 found worse value: 363.604853035. iteration14613, perturbing to get out of local maxima iteration 14614 found worse value: 363.604853035. iteration 14615 found worse value: 363.604853035. iteration 14616 found worse value: 363.604853035. iteration 14617 found worse value: 363.604853035. iteration 14618 found worse value: 363.604853035. iteration 14619 found worse value: 363.604853035. iteration 14620 found worse value: 363.604853035. iteration 14621 found worse value: 363.604853035. iteration 14622 found worse value: 363.604853035. iteration 14623 found worse value: 363.604853035. iteration 14624 found worse value: 363.604853035. iteration 14625 found worse value: 363.604853035. iteration 14626 found worse value: 363.604853035. iteration14626, perturbing to get out of local maxima iteration 14627 found worse value: 363.604853035. iteration 14628 found worse value: 363.604853035. iteration 14629 found worse value: 363.604853035. iteration 14630 found worse value: 363.604853035. iteration 14631 found worse value: 363.604853035. iteration 14632 found worse value: 363.604853035. iteration14632, perturbing to get out of local maxima iteration 14633 found worse value: 363.604853035. iteration 14634 found worse value: 363.604853035. iteration 14635 found worse value: 363.604853035. iteration 14636 found worse value: 363.604853035. iteration 14637 found worse value: 363.604853035. iteration 14638 found worse value: 363.604853035. iteration 14639 found worse value: 363.604853035. iteration 14640 found worse value: 363.604853035. iteration 14641 found worse value: 363.604853035. iteration 14642 found worse value: 363.604853035. iteration 14643 found worse value: 363.604853035. iteration 14644 found worse value: 363.604853035. iteration 14645 found worse value: 363.604853035. iteration 14646 found worse value: 363.604853035. iteration 14647 found worse value: 363.604853035. iteration 14648 found worse value: 363.604853035. iteration 14649 found worse value: 363.604853035. iteration 14650 found worse value: 363.604853035. iteration 14651 found worse value: 363.604853035. iteration 14652 found worse value: 363.604853035. iteration 14653 found worse value: 363.604853035. iteration 14654 found worse value: 363.604853035. iteration 14655 found worse value: 363.604853035. iteration 14656 found worse value: 363.604853035. iteration 14657 found worse value: 363.604853035. iteration 14658 found worse value: 363.604853035. iteration 14659 found worse value: 363.604853035. iteration 14660 found worse value: 363.604853035. iteration 14661 found worse value: 363.604853035. iteration 14662 found worse value: 363.604853035. iteration14662, perturbing to get out of local maxima iteration 14663 found worse value: 363.604853035. iteration 14664 found worse value: 363.604853035. iteration 14665 found worse value: 363.604853035. iteration 14666 found worse value: 363.604853035. iteration 14667 found worse value: 363.604853035. iteration 14668 found worse value: 363.604853035. iteration 14669 found worse value: 363.604853035. iteration14669, perturbing to get out of local maxima iteration 14670 found worse value: 363.604853035. iteration 14671 found worse value: 363.604853035. iteration 14672 found worse value: 363.604853035. iteration 14673 found worse value: 363.604853035. iteration 14674 found worse value: 363.604853035. iteration 14675 found worse value: 363.604853035. iteration 14676 found worse value: 363.604853035. iteration 14677 found worse value: 363.604853035. iteration 14678 found worse value: 363.604853035. iteration 14679 found worse value: 363.604853035. iteration 14680 found worse value: 363.604853035. iteration 14681 found worse value: 363.604853035. iteration 14682 found worse value: 363.604853035. iteration 14683 found worse value: 363.604853035. iteration 14684 found worse value: 363.604853035. iteration 14685 found worse value: 363.604853035. iteration 14686 found worse value: 363.604853035. iteration 14687 found worse value: 363.604853035. iteration 14688 found worse value: 363.604853035. iteration 14689 found worse value: 363.604853035. iteration14689, perturbing to get out of local maxima iteration 14690 found worse value: 363.604853035. iteration 14691 found worse value: 363.604853035. iteration14691, perturbing to get out of local maxima iteration 14692 found worse value: 363.604853035. iteration 14693 found worse value: 363.604853035. iteration 14694 found worse value: 363.604853035. iteration 14695 found worse value: 363.604853035. iteration 14696 found worse value: 363.604853035. iteration 14697 found worse value: 363.604853035. iteration 14698 found worse value: 363.604853035. iteration 14699 found worse value: 363.604853035. iteration14699, perturbing to get out of local maxima iteration 14700 found worse value: 363.604853035. iteration 14701 found worse value: 363.604853035. iteration 14702 found worse value: 363.604853035. iteration 14703 found worse value: 363.604853035. iteration 14704 found worse value: 363.604853035. iteration 14705 found worse value: 363.604853035. iteration 14706 found worse value: 363.604853035. iteration 14707 found worse value: 363.604853035. iteration 14708 found worse value: 363.604853035. iteration 14709 found worse value: 363.604853035. iteration 14710 found worse value: 363.604853035. iteration 14711 found worse value: 363.604853035. iteration 14712 found worse value: 363.604853035. iteration 14713 found worse value: 363.604853035. iteration 14714 found worse value: 363.604853035. iteration 14715 found worse value: 363.604853035. iteration 14716 found worse value: 363.604853035. iteration 14717 found worse value: 363.604853035. iteration 14718 found worse value: 363.604853035. iteration 14719 found worse value: 363.604853035. iteration 14720 found worse value: 363.604853035. iteration 14721 found worse value: 363.604853035. iteration 14722 found worse value: 363.604853035. iteration 14723 found worse value: 363.604853035. iteration 14724 found worse value: 363.604853035. iteration 14725 found worse value: 363.604853035. iteration14725, perturbing to get out of local maxima iteration 14726 found worse value: 363.604853035. iteration 14727 found worse value: 363.604853035. iteration 14728 found worse value: 363.604853035. iteration 14729 found worse value: 363.604853035. iteration 14730 found worse value: 363.604853035. iteration 14731 found worse value: 363.604853035. iteration 14732 found worse value: 363.604853035. iteration 14733 found worse value: 363.604853035. iteration 14734 found worse value: 363.604853035. iteration 14735 found worse value: 363.604853035. iteration 14736 found worse value: 363.604853035. iteration 14737 found worse value: 363.604853035. iteration 14738 found worse value: 363.604853035. iteration 14739 found worse value: 363.604853035. iteration 14740 found worse value: 363.604853035. iteration 14741 found worse value: 363.604853035. iteration 14742 found worse value: 363.604853035. iteration 14743 found worse value: 363.604853035. iteration 14744 found worse value: 363.604853035. iteration14744, perturbing to get out of local maxima iteration 14745 found worse value: 363.604853035. iteration 14746 found worse value: 363.604853035. iteration14746, perturbing to get out of local maxima iteration 14747 found worse value: 363.604853035. iteration 14748 found worse value: 363.604853035. iteration 14749 found worse value: 363.604853035. iteration 14750 found worse value: 363.604853035. iteration 14751 found worse value: 363.604853035. iteration 14752 found worse value: 363.604853035. iteration 14753 found worse value: 363.604853035. iteration 14754 found worse value: 363.604853035. iteration 14755 found worse value: 363.604853035. iteration 14756 found worse value: 363.604853035. iteration 14757 found worse value: 363.604853035. iteration14757, perturbing to get out of local maxima iteration 14758 found worse value: 363.604853035. iteration 14759 found worse value: 363.604853035. iteration 14760 found worse value: 363.604853035. iteration 14761 found worse value: 363.604853035. iteration 14762 found worse value: 363.604853035. iteration 14763 found worse value: 363.604853035. iteration14763, perturbing to get out of local maxima iteration 14764 found worse value: 363.604853035. iteration14764, perturbing to get out of local maxima iteration 14765 found worse value: 363.604853035. iteration 14766 found worse value: 363.604853035. iteration 14767 found worse value: 363.604853035. iteration 14768 found worse value: 363.604853035. iteration 14769 found worse value: 363.604853035. iteration 14770 found worse value: 363.604853035. iteration 14771 found worse value: 363.604853035. iteration 14772 found worse value: 363.604853035. iteration 14773 found worse value: 363.604853035. iteration 14774 found worse value: 363.604853035. iteration 14775 found worse value: 363.604853035. iteration 14776 found worse value: 363.604853035. iteration14776, perturbing to get out of local maxima iteration 14777 found worse value: 363.604853035. iteration 14778 found worse value: 363.604853035. iteration 14779 found worse value: 363.604853035. iteration 14780 found worse value: 363.604853035. iteration 14781 found worse value: 363.604853035. iteration 14782 found worse value: 363.604853035. iteration 14783 found worse value: 363.604853035. iteration 14784 found worse value: 363.604853035. iteration 14785 found worse value: 363.604853035. iteration 14786 found worse value: 363.604853035. iteration 14787 found worse value: 363.604853035. iteration14787, perturbing to get out of local maxima iteration 14788 found worse value: 363.604853035. iteration 14789 found worse value: 363.604853035. iteration 14790 found worse value: 363.604853035. iteration 14791 found worse value: 363.604853035. iteration 14792 found worse value: 363.604853035. iteration 14793 found worse value: 363.604853035. iteration 14794 found worse value: 363.604853035. iteration 14795 found worse value: 363.604853035. iteration 14796 found worse value: 363.604853035. iteration 14797 found worse value: 363.604853035. iteration 14798 found worse value: 363.604853035. iteration 14799 found worse value: 363.604853035. iteration 14800 found worse value: 363.604853035. iteration 14801 found worse value: 363.604853035. iteration 14802 found worse value: 363.604853035. iteration 14803 found worse value: 363.604853035. iteration 14804 found worse value: 363.604853035. iteration14804, perturbing to get out of local maxima iteration 14805 found worse value: 363.604853035. iteration 14806 found worse value: 363.604853035. iteration 14807 found worse value: 363.604853035. iteration 14808 found worse value: 363.604853035. iteration 14809 found worse value: 363.604853035. iteration 14810 found worse value: 363.604853035. iteration 14811 found worse value: 363.604853035. iteration 14812 found worse value: 363.604853035. iteration 14813 found worse value: 363.604853035. iteration14813, perturbing to get out of local maxima iteration 14814 found worse value: 363.604853035. iteration 14815 found worse value: 363.604853035. iteration 14816 found worse value: 363.604853035. iteration 14817 found worse value: 363.604853035. iteration 14818 found worse value: 363.604853035. iteration 14819 found worse value: 363.604853035. iteration 14820 found worse value: 363.604853035. iteration 14821 found worse value: 363.604853035. iteration 14822 found worse value: 363.604853035. iteration 14823 found worse value: 363.604853035. iteration 14824 found worse value: 363.604853035. iteration 14825 found worse value: 363.604853035. iteration 14826 found worse value: 363.604853035. iteration 14827 found worse value: 363.604853035. iteration 14828 found worse value: 363.604853035. iteration 14829 found worse value: 363.604853035. iteration 14830 found worse value: 363.604853035. iteration 14831 found worse value: 363.604853035. iteration 14832 found worse value: 363.604853035. iteration 14833 found worse value: 363.604853035. iteration 14834 found worse value: 363.604853035. iteration 14835 found worse value: 363.604853035. iteration 14836 found worse value: 363.604853035. iteration 14837 found worse value: 363.604853035. iteration 14838 found worse value: 363.604853035. iteration 14839 found worse value: 363.604853035. iteration 14840 found worse value: 363.604853035. iteration 14841 found worse value: 363.604853035. iteration 14842 found worse value: 363.604853035. iteration 14843 found worse value: 363.604853035. iteration 14844 found worse value: 363.604853035. iteration 14845 found worse value: 363.604853035. iteration 14846 found worse value: 363.604853035. iteration 14847 found worse value: 363.604853035. iteration 14848 found worse value: 363.604853035. iteration 14849 found worse value: 363.604853035. iteration14849, perturbing to get out of local maxima iteration 14850 found worse value: 363.604853035. iteration 14851 found worse value: 363.604853035. iteration 14852 found worse value: 363.604853035. iteration 14853 found worse value: 363.604853035. iteration 14854 found worse value: 363.604853035. iteration 14855 found worse value: 363.604853035. iteration 14856 found worse value: 363.604853035. iteration 14857 found worse value: 363.604853035. iteration14857, perturbing to get out of local maxima iteration 14858 found worse value: 363.604853035. iteration 14859 found worse value: 363.604853035. iteration 14860 found worse value: 363.604853035. iteration 14861 found worse value: 363.604853035. iteration 14862 found worse value: 363.604853035. iteration 14863 found worse value: 363.604853035. iteration14863, perturbing to get out of local maxima iteration 14864 found worse value: 363.604853035. iteration 14865 found worse value: 363.604853035. iteration 14866 found worse value: 363.604853035. iteration 14867 found worse value: 363.604853035. iteration 14868 found worse value: 363.604853035. iteration14868, perturbing to get out of local maxima iteration 14869 found worse value: 363.604853035. iteration 14870 found worse value: 363.604853035. iteration 14871 found worse value: 363.604853035. iteration 14872 found worse value: 363.604853035. iteration 14873 found worse value: 363.604853035. iteration 14874 found worse value: 363.604853035. iteration 14875 found worse value: 363.604853035. iteration 14876 found worse value: 363.604853035. iteration 14877 found worse value: 363.604853035. iteration 14878 found worse value: 363.604853035. iteration 14879 found worse value: 363.604853035. iteration 14880 found worse value: 363.604853035. iteration 14881 found worse value: 363.604853035. iteration14881, perturbing to get out of local maxima iteration 14882 found worse value: 363.604853035. iteration 14883 found worse value: 363.604853035. iteration 14884 found worse value: 363.604853035. iteration 14885 found worse value: 363.604853035. iteration 14886 found worse value: 363.604853035. iteration 14887 found worse value: 363.604853035. iteration 14888 found worse value: 363.604853035. iteration 14889 found worse value: 363.604853035. iteration 14890 found worse value: 363.604853035. iteration 14891 found worse value: 363.604853035. iteration 14892 found worse value: 363.604853035. iteration 14893 found worse value: 363.604853035. iteration 14894 found worse value: 363.604853035. iteration 14895 found worse value: 363.604853035. iteration 14896 found worse value: 363.604853035. iteration 14897 found worse value: 363.604853035. iteration 14898 found worse value: 363.604853035. iteration 14899 found worse value: 363.604853035. iteration 14900 found worse value: 363.604853035. iteration 14901 found worse value: 363.604853035. iteration 14902 found worse value: 363.604853035. iteration 14903 found worse value: 363.604853035. iteration 14904 found worse value: 363.604853035. iteration 14905 found worse value: 363.604853035. iteration 14906 found worse value: 363.604853035. iteration 14907 found worse value: 363.604853035. iteration 14908 found worse value: 363.604853035. iteration 14909 found worse value: 363.604853035. iteration 14910 found worse value: 363.604853035. iteration 14911 found worse value: 363.604853035. iteration 14912 found worse value: 363.604853035. iteration 14913 found worse value: 363.604853035. iteration 14914 found worse value: 363.604853035. iteration14914, perturbing to get out of local maxima iteration 14915 found worse value: 363.604853035. iteration 14916 found worse value: 363.604853035. iteration 14917 found worse value: 363.604853035. iteration 14918 found worse value: 363.604853035. iteration 14919 found worse value: 363.604853035. iteration 14920 found worse value: 363.604853035. iteration 14921 found worse value: 363.604853035. iteration14921, perturbing to get out of local maxima iteration 14922 found worse value: 363.604853035. iteration 14923 found worse value: 363.604853035. iteration 14924 found worse value: 363.604853035. iteration 14925 found worse value: 363.604853035. iteration 14926 found worse value: 363.604853035. iteration 14927 found worse value: 363.604853035. iteration 14928 found worse value: 363.604853035. iteration 14929 found worse value: 363.604853035. iteration 14930 found worse value: 363.604853035. iteration 14931 found worse value: 363.604853035. iteration 14932 found worse value: 363.604853035. iteration 14933 found worse value: 363.604853035. iteration 14934 found worse value: 363.604853035. iteration 14935 found worse value: 363.604853035. iteration 14936 found worse value: 363.604853035. iteration14936, perturbing to get out of local maxima iteration 14937 found worse value: 363.604853035. iteration 14938 found worse value: 363.604853035. iteration14938, perturbing to get out of local maxima iteration 14939 found worse value: 363.604853035. iteration 14940 found worse value: 363.604853035. iteration 14941 found worse value: 363.604853035. iteration 14942 found worse value: 363.604853035. iteration 14943 found worse value: 363.604853035. iteration 14944 found worse value: 363.604853035. iteration 14945 found worse value: 363.604853035. iteration 14946 found worse value: 363.604853035. iteration 14947 found worse value: 363.604853035. iteration 14948 found worse value: 363.604853035. iteration 14949 found worse value: 363.604853035. iteration 14950 found worse value: 363.604853035. iteration 14951 found worse value: 363.604853035. iteration 14952 found worse value: 363.604853035. iteration 14953 found worse value: 363.604853035. iteration 14954 found worse value: 363.604853035. iteration 14955 found worse value: 363.604853035. iteration 14956 found worse value: 363.604853035. iteration 14957 found worse value: 363.604853035. iteration 14958 found worse value: 363.604853035. iteration 14959 found worse value: 363.604853035. iteration 14960 found worse value: 363.604853035. iteration 14961 found worse value: 363.604853035. iteration 14962 found worse value: 363.604853035. iteration 14963 found worse value: 363.604853035. iteration 14964 found worse value: 363.604853035. iteration 14965 found worse value: 363.604853035. iteration 14966 found worse value: 363.604853035. iteration 14967 found worse value: 363.604853035. iteration 14968 found worse value: 363.604853035. iteration 14969 found worse value: 363.604853035. iteration 14970 found worse value: 363.604853035. iteration 14971 found worse value: 363.604853035. iteration 14972 found worse value: 363.604853035. iteration 14973 found worse value: 363.604853035. iteration 14974 found worse value: 363.604853035. iteration 14975 found worse value: 363.604853035. iteration 14976 found worse value: 363.604853035. iteration 14977 found worse value: 363.604853035. iteration 14978 found worse value: 363.604853035. iteration 14979 found worse value: 363.604853035. iteration 14980 found worse value: 363.604853035. iteration14980, perturbing to get out of local maxima iteration 14981 found worse value: 363.604853035. iteration 14982 found worse value: 363.604853035. iteration 14983 found worse value: 363.604853035. iteration 14984 found worse value: 363.604853035. iteration 14985 found worse value: 363.604853035. iteration 14986 found worse value: 363.604853035. iteration 14987 found worse value: 363.604853035. iteration 14988 found worse value: 363.604853035. iteration 14989 found worse value: 363.604853035. iteration14989, perturbing to get out of local maxima iteration 14990 found worse value: 363.604853035. iteration 14991 found worse value: 363.604853035. iteration14991, perturbing to get out of local maxima iteration 14992 found worse value: 363.604853035. iteration 14993 found worse value: 363.604853035. iteration 14994 found worse value: 363.604853035. iteration 14995 found worse value: 363.604853035. iteration 14996 found worse value: 363.604853035. iteration 14997 found worse value: 363.604853035. iteration 14998 found worse value: 363.604853035. iteration 14999 found worse value: 363.604853035. iteration 15000 found worse value: 363.604853035. iteration 15001 found worse value: 363.604853035. iteration 15002 found worse value: 363.604853035. iteration 15003 found worse value: 363.604853035. iteration 15004 found worse value: 363.604853035. iteration 15005 found worse value: 363.604853035. iteration 15006 found worse value: 363.604853035. iteration 15007 found worse value: 363.604853035. iteration 15008 found worse value: 363.604853035. iteration 15009 found worse value: 363.604853035. iteration 15010 found worse value: 363.604853035. iteration 15011 found worse value: 363.604853035. iteration15011, perturbing to get out of local maxima iteration 15012 found worse value: 363.604853035. iteration 15013 found worse value: 363.604853035. iteration 15014 found worse value: 363.604853035. iteration 15015 found worse value: 363.604853035. iteration 15016 found worse value: 363.604853035. iteration 15017 found worse value: 363.604853035. iteration 15018 found worse value: 363.604853035. iteration 15019 found worse value: 363.604853035. iteration15019, perturbing to get out of local maxima iteration 15020 found worse value: 363.604853035. iteration 15021 found worse value: 363.604853035. iteration 15022 found worse value: 363.604853035. iteration 15023 found worse value: 363.604853035. iteration 15024 found worse value: 363.604853035. iteration15024, perturbing to get out of local maxima iteration 15025 found worse value: 363.604853035. iteration 15026 found worse value: 363.604853035. iteration 15027 found worse value: 363.604853035. iteration 15028 found worse value: 363.604853035. iteration 15029 found worse value: 363.604853035. iteration 15030 found worse value: 363.604853035. iteration 15031 found worse value: 363.604853035. iteration 15032 found worse value: 363.604853035. iteration 15033 found worse value: 363.604853035. iteration 15034 found worse value: 363.604853035. iteration 15035 found worse value: 363.604853035. iteration 15036 found worse value: 363.604853035. iteration 15037 found worse value: 363.604853035. iteration 15038 found worse value: 363.604853035. iteration 15039 found worse value: 363.604853035. iteration 15040 found worse value: 363.604853035. iteration 15041 found worse value: 363.604853035. iteration15041, perturbing to get out of local maxima iteration 15042 found worse value: 363.604853035. iteration 15043 found worse value: 363.604853035. iteration 15044 found worse value: 363.604853035. iteration 15045 found worse value: 363.604853035. iteration 15046 found worse value: 363.604853035. iteration 15047 found worse value: 363.604853035. iteration 15048 found worse value: 363.604853035. iteration 15049 found worse value: 363.604853035. iteration 15050 found worse value: 363.604853035. iteration 15051 found worse value: 363.604853035. iteration 15052 found worse value: 363.604853035. iteration 15053 found worse value: 363.604853035. iteration15053, perturbing to get out of local maxima iteration 15054 found worse value: 363.604853035. iteration 15055 found worse value: 363.604853035. iteration15055, perturbing to get out of local maxima iteration 15056 found worse value: 363.604853035. iteration 15057 found worse value: 363.604853035. iteration 15058 found worse value: 363.604853035. iteration 15059 found worse value: 363.604853035. iteration 15060 found worse value: 363.604853035. iteration 15061 found worse value: 363.604853035. iteration 15062 found worse value: 363.604853035. iteration 15063 found worse value: 363.604853035. iteration 15064 found worse value: 363.604853035. iteration 15065 found worse value: 363.604853035. iteration 15066 found worse value: 363.604853035. iteration 15067 found worse value: 363.604853035. iteration 15068 found worse value: 363.604853035. iteration 15069 found worse value: 363.604853035. iteration 15070 found worse value: 363.604853035. iteration 15071 found worse value: 363.604853035. iteration 15072 found worse value: 363.604853035. iteration 15073 found worse value: 363.604853035. iteration 15074 found worse value: 363.604853035. iteration 15075 found worse value: 363.604853035. iteration 15076 found worse value: 363.604853035. iteration 15077 found worse value: 363.604853035. iteration 15078 found worse value: 363.604853035. iteration 15079 found worse value: 363.604853035. iteration 15080 found worse value: 363.604853035. iteration 15081 found worse value: 363.604853035. iteration 15082 found worse value: 363.604853035. iteration 15083 found worse value: 363.604853035. iteration15083, perturbing to get out of local maxima iteration 15084 found worse value: 363.604853035. iteration 15085 found worse value: 363.604853035. iteration 15086 found worse value: 363.604853035. iteration 15087 found worse value: 363.604853035. iteration 15088 found worse value: 363.604853035. iteration 15089 found worse value: 363.604853035. iteration 15090 found worse value: 363.604853035. iteration 15091 found worse value: 363.604853035. iteration 15092 found worse value: 363.604853035. iteration15092, perturbing to get out of local maxima iteration 15093 found worse value: 363.604853035. iteration 15094 found worse value: 363.604853035. iteration 15095 found worse value: 363.604853035. iteration 15096 found worse value: 363.604853035. iteration 15097 found worse value: 363.604853035. iteration 15098 found worse value: 363.604853035. iteration 15099 found worse value: 363.604853035. iteration 15100 found worse value: 363.604853035. iteration 15101 found worse value: 363.604853035. iteration 15102 found worse value: 363.604853035. iteration 15103 found worse value: 363.604853035. iteration 15104 found worse value: 363.604853035. iteration 15105 found worse value: 363.604853035. iteration 15106 found worse value: 363.604853035. iteration 15107 found worse value: 363.604853035. iteration 15108 found worse value: 363.604853035. iteration 15109 found worse value: 363.604853035. iteration 15110 found worse value: 363.604853035. iteration 15111 found worse value: 363.604853035. iteration 15112 found worse value: 363.604853035. iteration 15113 found worse value: 363.604853035. iteration 15114 found worse value: 363.604853035. iteration 15115 found worse value: 363.604853035. iteration 15116 found worse value: 363.604853035. iteration 15117 found worse value: 363.604853035. iteration15117, perturbing to get out of local maxima iteration 15118 found worse value: 363.604853035. iteration 15119 found worse value: 363.604853035. iteration 15120 found worse value: 363.604853035. iteration 15121 found worse value: 363.604853035. iteration 15122 found worse value: 363.604853035. iteration 15123 found worse value: 363.604853035. iteration 15124 found worse value: 363.604853035. iteration 15125 found worse value: 363.604853035. iteration 15126 found worse value: 363.604853035. iteration 15127 found worse value: 363.604853035. iteration 15128 found worse value: 363.604853035. iteration 15129 found worse value: 363.604853035. iteration 15130 found worse value: 363.604853035. iteration 15131 found worse value: 363.604853035. iteration 15132 found worse value: 363.604853035. iteration 15133 found worse value: 363.604853035. iteration 15134 found worse value: 363.604853035. iteration 15135 found worse value: 363.604853035. iteration 15136 found worse value: 363.604853035. iteration 15137 found worse value: 363.604853035. iteration 15138 found worse value: 363.604853035. iteration 15139 found worse value: 363.604853035. iteration 15140 found worse value: 363.604853035. iteration 15141 found worse value: 363.604853035. iteration 15142 found worse value: 363.604853035. iteration 15143 found worse value: 363.604853035. iteration 15144 found worse value: 363.604853035. iteration 15145 found worse value: 363.604853035. iteration 15146 found worse value: 363.604853035. iteration 15147 found worse value: 363.604853035. iteration 15148 found worse value: 363.604853035. iteration 15149 found worse value: 363.604853035. iteration 15150 found worse value: 363.604853035. iteration 15151 found worse value: 363.604853035. iteration 15152 found worse value: 363.604853035. iteration 15153 found worse value: 363.604853035. iteration 15154 found worse value: 363.604853035. iteration 15155 found worse value: 363.604853035. iteration 15156 found worse value: 363.604853035. iteration 15157 found worse value: 363.604853035. iteration 15158 found worse value: 363.604853035. iteration 15159 found worse value: 363.604853035. iteration15159, perturbing to get out of local maxima iteration 15160 found worse value: 363.604853035. iteration15160, perturbing to get out of local maxima iteration 15161 found worse value: 363.604853035. iteration 15162 found worse value: 363.604853035. iteration 15163 found worse value: 363.604853035. iteration 15164 found worse value: 363.604853035. iteration 15165 found worse value: 363.604853035. iteration 15166 found worse value: 363.604853035. iteration 15167 found worse value: 363.604853035. iteration 15168 found worse value: 363.604853035. iteration 15169 found worse value: 363.604853035. iteration 15170 found worse value: 363.604853035. iteration 15171 found worse value: 363.604853035. iteration 15172 found worse value: 363.604853035. iteration 15173 found worse value: 363.604853035. iteration 15174 found worse value: 363.604853035. iteration 15175 found worse value: 363.604853035. iteration 15176 found worse value: 363.604853035. iteration15176, perturbing to get out of local maxima iteration 15177 found worse value: 363.604853035. iteration 15178 found worse value: 363.604853035. iteration 15179 found worse value: 363.604853035. iteration 15180 found worse value: 363.604853035. iteration 15181 found worse value: 363.604853035. iteration 15182 found worse value: 363.604853035. iteration 15183 found worse value: 363.604853035. iteration 15184 found worse value: 363.604853035. iteration 15185 found worse value: 363.604853035. iteration 15186 found worse value: 363.604853035. iteration 15187 found worse value: 363.604853035. iteration 15188 found worse value: 363.604853035. iteration 15189 found worse value: 363.604853035. iteration 15190 found worse value: 363.604853035. iteration 15191 found worse value: 363.604853035. iteration 15192 found worse value: 363.604853035. iteration 15193 found worse value: 363.604853035. iteration 15194 found worse value: 363.604853035. iteration 15195 found worse value: 363.604853035. iteration 15196 found worse value: 363.604853035. iteration 15197 found worse value: 363.604853035. iteration 15198 found worse value: 363.604853035. iteration 15199 found worse value: 363.604853035. iteration 15200 found worse value: 363.604853035. iteration 15201 found worse value: 363.604853035. iteration 15202 found worse value: 363.604853035. iteration 15203 found worse value: 363.604853035. iteration 15204 found worse value: 363.604853035. iteration 15205 found worse value: 363.604853035. iteration 15206 found worse value: 363.604853035. iteration 15207 found worse value: 363.604853035. iteration 15208 found worse value: 363.604853035. iteration 15209 found worse value: 363.604853035. iteration 15210 found worse value: 363.604853035. iteration 15211 found worse value: 363.604853035. iteration 15212 found worse value: 363.604853035. iteration 15213 found worse value: 363.604853035. iteration 15214 found worse value: 363.604853035. iteration 15215 found worse value: 363.604853035. iteration 15216 found worse value: 363.604853035. iteration 15217 found worse value: 363.604853035. iteration 15218 found worse value: 363.604853035. iteration 15219 found worse value: 363.604853035. iteration 15220 found worse value: 363.604853035. iteration 15221 found worse value: 363.604853035. iteration 15222 found worse value: 363.604853035. iteration15222, perturbing to get out of local maxima iteration 15223 found worse value: 363.604853035. iteration 15224 found worse value: 363.604853035. iteration 15225 found worse value: 363.604853035. iteration 15226 found worse value: 363.604853035. iteration 15227 found worse value: 363.604853035. iteration 15228 found worse value: 363.604853035. iteration 15229 found worse value: 363.604853035. iteration15229, perturbing to get out of local maxima iteration 15230 found worse value: 363.604853035. iteration15230, perturbing to get out of local maxima iteration 15231 found worse value: 363.604853035. iteration 15232 found worse value: 363.604853035. iteration 15233 found worse value: 363.604853035. iteration 15234 found worse value: 363.604853035. iteration 15235 found worse value: 363.604853035. iteration 15236 found worse value: 363.604853035. iteration 15237 found worse value: 363.604853035. iteration 15238 found worse value: 363.604853035. iteration 15239 found worse value: 363.604853035. iteration 15240 found worse value: 363.604853035. iteration 15241 found worse value: 363.604853035. iteration 15242 found worse value: 363.604853035. iteration 15243 found worse value: 363.604853035. iteration 15244 found worse value: 363.604853035. iteration 15245 found worse value: 363.604853035. iteration 15246 found worse value: 363.604853035. iteration 15247 found worse value: 363.604853035. iteration 15248 found worse value: 363.604853035. iteration 15249 found worse value: 363.604853035. iteration 15250 found worse value: 363.604853035. iteration 15251 found worse value: 363.604853035. iteration15251, perturbing to get out of local maxima iteration 15252 found worse value: 363.604853035. iteration15252, perturbing to get out of local maxima iteration 15253 found worse value: 363.604853035. iteration 15254 found worse value: 363.604853035. iteration 15255 found worse value: 363.604853035. iteration 15256 found worse value: 363.604853035. iteration 15257 found worse value: 363.604853035. iteration 15258 found worse value: 363.604853035. iteration 15259 found worse value: 363.604853035. iteration 15260 found worse value: 363.604853035. iteration 15261 found worse value: 363.604853035. iteration 15262 found worse value: 363.604853035. iteration 15263 found worse value: 363.604853035. iteration 15264 found worse value: 363.604853035. iteration 15265 found worse value: 363.604853035. iteration 15266 found worse value: 363.604853035. iteration 15267 found worse value: 363.604853035. iteration 15268 found worse value: 363.604853035. iteration 15269 found worse value: 363.604853035. iteration 15270 found worse value: 363.604853035. iteration 15271 found worse value: 363.604853035. iteration 15272 found worse value: 363.604853035. iteration 15273 found worse value: 363.604853035. iteration 15274 found worse value: 363.604853035. iteration 15275 found worse value: 363.604853035. iteration 15276 found worse value: 363.604853035. iteration 15277 found worse value: 363.604853035. iteration 15278 found worse value: 363.604853035. iteration 15279 found worse value: 363.604853035. iteration 15280 found worse value: 363.604853035. iteration 15281 found worse value: 363.604853035. iteration 15282 found worse value: 363.604853035. iteration 15283 found worse value: 363.604853035. iteration 15284 found worse value: 363.604853035. iteration 15285 found worse value: 363.604853035. iteration 15286 found worse value: 363.604853035. iteration 15287 found worse value: 363.604853035. iteration 15288 found worse value: 363.604853035. iteration15288, perturbing to get out of local maxima iteration 15289 found worse value: 363.604853035. iteration 15290 found worse value: 363.604853035. iteration 15291 found worse value: 363.604853035. iteration 15292 found worse value: 363.604853035. iteration 15293 found worse value: 363.604853035. iteration 15294 found worse value: 363.604853035. iteration 15295 found worse value: 363.604853035. iteration 15296 found worse value: 363.604853035. iteration 15297 found worse value: 363.604853035. iteration 15298 found worse value: 363.604853035. iteration 15299 found worse value: 363.604853035. iteration 15300 found worse value: 363.604853035. iteration15300, perturbing to get out of local maxima iteration 15301 found worse value: 363.604853035. iteration15301, perturbing to get out of local maxima iteration 15302 found worse value: 363.604853035. iteration 15303 found worse value: 363.604853035. iteration 15304 found worse value: 363.604853035. iteration 15305 found worse value: 363.604853035. iteration 15306 found worse value: 363.604853035. iteration 15307 found worse value: 363.604853035. iteration 15308 found worse value: 363.604853035. iteration 15309 found worse value: 363.604853035. iteration 15310 found worse value: 363.604853035. iteration 15311 found worse value: 363.604853035. iteration 15312 found worse value: 363.604853035. iteration 15313 found worse value: 363.604853035. iteration 15314 found worse value: 363.604853035. iteration 15315 found worse value: 363.604853035. iteration 15316 found worse value: 363.604853035. iteration 15317 found worse value: 363.604853035. iteration 15318 found worse value: 363.604853035. iteration 15319 found worse value: 363.604853035. iteration 15320 found worse value: 363.604853035. iteration 15321 found worse value: 363.604853035. iteration 15322 found worse value: 363.604853035. iteration 15323 found worse value: 363.604853035. iteration 15324 found worse value: 363.604853035. iteration 15325 found worse value: 363.604853035. iteration 15326 found worse value: 363.604853035. iteration 15327 found worse value: 363.604853035. iteration 15328 found worse value: 363.604853035. iteration 15329 found worse value: 363.604853035. iteration 15330 found worse value: 363.604853035. iteration 15331 found worse value: 363.604853035. iteration 15332 found worse value: 363.604853035. iteration 15333 found worse value: 363.604853035. iteration 15334 found worse value: 363.604853035. iteration 15335 found worse value: 363.604853035. iteration 15336 found worse value: 363.604853035. iteration 15337 found worse value: 363.604853035. iteration 15338 found worse value: 363.604853035. iteration 15339 found worse value: 363.604853035. iteration 15340 found worse value: 363.604853035. iteration 15341 found worse value: 363.604853035. iteration 15342 found worse value: 363.604853035. iteration 15343 found worse value: 363.604853035. iteration 15344 found worse value: 363.604853035. iteration 15345 found worse value: 363.604853035. iteration 15346 found worse value: 363.604853035. iteration15346, perturbing to get out of local maxima iteration 15347 found worse value: 363.604853035. iteration 15348 found worse value: 363.604853035. iteration 15349 found worse value: 363.604853035. iteration 15350 found worse value: 363.604853035. iteration 15351 found worse value: 363.604853035. iteration 15352 found worse value: 363.604853035. iteration 15353 found worse value: 363.604853035. iteration 15354 found worse value: 363.604853035. iteration 15355 found worse value: 363.604853035. iteration 15356 found worse value: 363.604853035. iteration 15357 found worse value: 363.604853035. iteration 15358 found worse value: 363.604853035. iteration15358, perturbing to get out of local maxima iteration 15359 found worse value: 363.604853035. iteration 15360 found worse value: 363.604853035. iteration 15361 found worse value: 363.604853035. iteration 15362 found worse value: 363.604853035. iteration 15363 found worse value: 363.604853035. iteration 15364 found worse value: 363.604853035. iteration 15365 found worse value: 363.604853035. iteration 15366 found worse value: 363.604853035. iteration 15367 found worse value: 363.604853035. iteration 15368 found worse value: 363.604853035. iteration 15369 found worse value: 363.604853035. iteration 15370 found worse value: 363.604853035. iteration 15371 found worse value: 363.604853035. iteration 15372 found worse value: 363.604853035. iteration 15373 found worse value: 363.604853035. iteration 15374 found worse value: 363.604853035. iteration 15375 found worse value: 363.604853035. iteration 15376 found worse value: 363.604853035. iteration 15377 found worse value: 363.604853035. iteration 15378 found worse value: 363.604853035. iteration 15379 found worse value: 363.604853035. iteration 15380 found worse value: 363.604853035. iteration 15381 found worse value: 363.604853035. iteration 15382 found worse value: 363.604853035. iteration 15383 found worse value: 363.604853035. iteration 15384 found worse value: 363.604853035. iteration 15385 found worse value: 363.604853035. iteration 15386 found worse value: 363.604853035. iteration 15387 found worse value: 363.604853035. iteration 15388 found worse value: 363.604853035. iteration 15389 found worse value: 363.604853035. iteration 15390 found worse value: 363.604853035. iteration 15391 found worse value: 363.604853035. iteration 15392 found worse value: 363.604853035. iteration 15393 found worse value: 363.604853035. iteration 15394 found worse value: 363.604853035. iteration 15395 found worse value: 363.604853035. iteration 15396 found worse value: 363.604853035. iteration 15397 found worse value: 363.604853035. iteration15397, perturbing to get out of local maxima iteration 15398 found worse value: 363.604853035. iteration 15399 found worse value: 363.604853035. iteration 15400 found worse value: 363.604853035. iteration 15401 found worse value: 363.604853035. iteration 15402 found worse value: 363.604853035. iteration 15403 found worse value: 363.604853035. iteration 15404 found worse value: 363.604853035. iteration 15405 found worse value: 363.604853035. iteration 15406 found worse value: 363.604853035. iteration 15407 found worse value: 363.604853035. iteration15407, perturbing to get out of local maxima iteration 15408 found worse value: 363.604853035. iteration 15409 found worse value: 363.604853035. iteration 15410 found worse value: 363.604853035. iteration 15411 found worse value: 363.604853035. iteration 15412 found worse value: 363.604853035. iteration 15413 found worse value: 363.604853035. iteration 15414 found worse value: 363.604853035. iteration 15415 found worse value: 363.604853035. iteration 15416 found worse value: 363.604853035. iteration 15417 found worse value: 363.604853035. iteration 15418 found worse value: 363.604853035. iteration 15419 found worse value: 363.604853035. iteration 15420 found worse value: 363.604853035. iteration 15421 found worse value: 363.604853035. iteration 15422 found worse value: 363.604853035. iteration 15423 found worse value: 363.604853035. iteration 15424 found worse value: 363.604853035. iteration 15425 found worse value: 363.604853035. iteration 15426 found worse value: 363.604853035. iteration 15427 found worse value: 363.604853035. iteration 15428 found worse value: 363.604853035. iteration 15429 found worse value: 363.604853035. iteration 15430 found worse value: 363.604853035. iteration 15431 found worse value: 363.604853035. iteration 15432 found worse value: 363.604853035. iteration 15433 found worse value: 363.604853035. iteration 15434 found worse value: 363.604853035. iteration 15435 found worse value: 363.604853035. iteration 15436 found worse value: 363.604853035. iteration 15437 found worse value: 363.604853035. iteration 15438 found worse value: 363.604853035. iteration 15439 found worse value: 363.604853035. iteration15439, perturbing to get out of local maxima iteration 15440 found worse value: 363.604853035. iteration 15441 found worse value: 363.604853035. iteration 15442 found worse value: 363.604853035. iteration 15443 found worse value: 363.604853035. iteration 15444 found worse value: 363.604853035. iteration 15445 found worse value: 363.604853035. iteration 15446 found worse value: 363.604853035. iteration 15447 found worse value: 363.604853035. iteration 15448 found worse value: 363.604853035. iteration 15449 found worse value: 363.604853035. iteration 15450 found worse value: 363.604853035. iteration 15451 found worse value: 363.604853035. iteration 15452 found worse value: 363.604853035. iteration 15453 found worse value: 363.604853035. iteration 15454 found worse value: 363.604853035. iteration 15455 found worse value: 363.604853035. iteration 15456 found worse value: 363.604853035. iteration 15457 found worse value: 363.604853035. iteration 15458 found worse value: 363.604853035. iteration 15459 found worse value: 363.604853035. iteration 15460 found worse value: 363.604853035. iteration 15461 found worse value: 363.604853035. iteration 15462 found worse value: 363.604853035. iteration 15463 found worse value: 363.604853035. iteration 15464 found worse value: 363.604853035. iteration15464, perturbing to get out of local maxima iteration 15465 found worse value: 363.604853035. iteration 15466 found worse value: 363.604853035. iteration 15467 found worse value: 363.604853035. iteration 15468 found worse value: 363.604853035. iteration 15469 found worse value: 363.604853035. iteration15469, perturbing to get out of local maxima iteration 15470 found worse value: 363.604853035. iteration 15471 found worse value: 363.604853035. iteration 15472 found worse value: 363.604853035. iteration 15473 found worse value: 363.604853035. iteration15473, perturbing to get out of local maxima iteration 15474 found worse value: 363.604853035. iteration 15475 found worse value: 363.604853035. iteration 15476 found worse value: 363.604853035. iteration 15477 found worse value: 363.604853035. iteration15477, perturbing to get out of local maxima iteration 15478 found worse value: 363.604853035. iteration 15479 found worse value: 363.604853035. iteration 15480 found worse value: 363.604853035. iteration 15481 found worse value: 363.604853035. iteration 15482 found worse value: 363.604853035. iteration 15483 found worse value: 363.604853035. iteration 15484 found worse value: 363.604853035. iteration 15485 found worse value: 363.604853035. iteration 15486 found worse value: 363.604853035. iteration 15487 found worse value: 363.604853035. iteration 15488 found worse value: 363.604853035. iteration 15489 found worse value: 363.604853035. iteration15489, perturbing to get out of local maxima iteration 15490 found worse value: 363.604853035. iteration 15491 found worse value: 363.604853035. iteration 15492 found worse value: 363.604853035. iteration 15493 found worse value: 363.604853035. iteration 15494 found worse value: 363.604853035. iteration 15495 found worse value: 363.604853035. iteration 15496 found worse value: 363.604853035. iteration 15497 found worse value: 363.604853035. iteration 15498 found worse value: 363.604853035. iteration 15499 found worse value: 363.604853035. iteration 15500 found worse value: 363.604853035. iteration 15501 found worse value: 363.604853035. iteration 15502 found worse value: 363.604853035. iteration 15503 found worse value: 363.604853035. iteration 15504 found worse value: 363.604853035. iteration15504, perturbing to get out of local maxima iteration 15505 found worse value: 363.604853035. iteration 15506 found worse value: 363.604853035. iteration 15507 found worse value: 363.604853035. iteration 15508 found worse value: 363.604853035. iteration 15509 found worse value: 363.604853035. iteration 15510 found worse value: 363.604853035. iteration 15511 found worse value: 363.604853035. iteration 15512 found worse value: 363.604853035. iteration 15513 found worse value: 363.604853035. iteration15513, perturbing to get out of local maxima iteration 15514 found worse value: 363.604853035. iteration 15515 found worse value: 363.604853035. iteration 15516 found worse value: 363.604853035. iteration 15517 found worse value: 363.604853035. iteration 15518 found worse value: 363.604853035. iteration 15519 found worse value: 363.604853035. iteration15519, perturbing to get out of local maxima iteration 15520 found worse value: 363.604853035. iteration15520, perturbing to get out of local maxima iteration 15521 found worse value: 363.604853035. iteration 15522 found worse value: 363.604853035. iteration 15523 found worse value: 363.604853035. iteration 15524 found worse value: 363.604853035. iteration 15525 found worse value: 363.604853035. iteration 15526 found worse value: 363.604853035. iteration 15527 found worse value: 363.604853035. iteration 15528 found worse value: 363.604853035. iteration 15529 found worse value: 363.604853035. iteration 15530 found worse value: 363.604853035. iteration15530, perturbing to get out of local maxima iteration 15531 found worse value: 363.604853035. iteration 15532 found worse value: 363.604853035. iteration 15533 found worse value: 363.604853035. iteration 15534 found worse value: 363.604853035. iteration 15535 found worse value: 363.604853035. iteration15535, perturbing to get out of local maxima iteration 15536 found worse value: 363.604853035. iteration 15537 found worse value: 363.604853035. iteration 15538 found worse value: 363.604853035. iteration 15539 found worse value: 363.604853035. iteration 15540 found worse value: 363.604853035. iteration 15541 found worse value: 363.604853035. iteration 15542 found worse value: 363.604853035. iteration 15543 found worse value: 363.604853035. iteration 15544 found worse value: 363.604853035. iteration 15545 found worse value: 363.604853035. iteration15545, perturbing to get out of local maxima iteration 15546 found worse value: 363.604853035. iteration 15547 found worse value: 363.604853035. iteration 15548 found worse value: 363.604853035. iteration 15549 found worse value: 363.604853035. iteration 15550 found worse value: 363.604853035. iteration 15551 found worse value: 363.604853035. iteration 15552 found worse value: 363.604853035. iteration 15553 found worse value: 363.604853035. iteration 15554 found worse value: 363.604853035. iteration 15555 found worse value: 363.604853035. iteration15555, perturbing to get out of local maxima iteration 15556 found worse value: 363.604853035. iteration 15557 found worse value: 363.604853035. iteration 15558 found worse value: 363.604853035. iteration 15559 found worse value: 363.604853035. iteration 15560 found worse value: 363.604853035. iteration 15561 found worse value: 363.604853035. iteration 15562 found worse value: 363.604853035. iteration 15563 found worse value: 363.604853035. iteration 15564 found worse value: 363.604853035. iteration 15565 found worse value: 363.604853035. iteration 15566 found worse value: 363.604853035. iteration15566, perturbing to get out of local maxima iteration 15567 found worse value: 363.604853035. iteration 15568 found worse value: 363.604853035. iteration 15569 found worse value: 363.604853035. iteration 15570 found worse value: 363.604853035. iteration 15571 found worse value: 363.604853035. iteration 15572 found worse value: 363.604853035. iteration 15573 found worse value: 363.604853035. iteration 15574 found worse value: 363.604853035. iteration 15575 found worse value: 363.604853035. iteration 15576 found worse value: 363.604853035. iteration 15577 found worse value: 363.604853035. iteration 15578 found worse value: 363.604853035. iteration 15579 found worse value: 363.604853035. iteration 15580 found worse value: 363.604853035. iteration 15581 found worse value: 363.604853035. iteration15581, perturbing to get out of local maxima iteration 15582 found worse value: 363.604853035. iteration 15583 found worse value: 363.604853035. iteration 15584 found worse value: 363.604853035. iteration 15585 found worse value: 363.604853035. iteration 15586 found worse value: 363.604853035. iteration 15587 found worse value: 363.604853035. iteration 15588 found worse value: 363.604853035. iteration 15589 found worse value: 363.604853035. iteration 15590 found worse value: 363.604853035. iteration 15591 found worse value: 363.604853035. iteration 15592 found worse value: 363.604853035. iteration 15593 found worse value: 363.604853035. iteration 15594 found worse value: 363.604853035. iteration 15595 found worse value: 363.604853035. iteration 15596 found worse value: 363.604853035. iteration15596, perturbing to get out of local maxima iteration 15597 found worse value: 363.604853035. iteration 15598 found worse value: 363.604853035. iteration 15599 found worse value: 363.604853035. iteration 15600 found worse value: 363.604853035. iteration 15601 found worse value: 363.604853035. iteration 15602 found worse value: 363.604853035. iteration 15603 found worse value: 363.604853035. iteration 15604 found worse value: 363.604853035. iteration 15605 found worse value: 363.604853035. iteration 15606 found worse value: 363.604853035. iteration 15607 found worse value: 363.604853035. iteration 15608 found worse value: 363.604853035. iteration 15609 found worse value: 363.604853035. iteration 15610 found worse value: 363.604853035. iteration15610, perturbing to get out of local maxima iteration 15611 found worse value: 363.604853035. iteration 15612 found worse value: 363.604853035. iteration 15613 found worse value: 363.604853035. iteration 15614 found worse value: 363.604853035. iteration 15615 found worse value: 363.604853035. iteration 15616 found worse value: 363.604853035. iteration 15617 found worse value: 363.604853035. iteration 15618 found worse value: 363.604853035. iteration 15619 found worse value: 363.604853035. iteration 15620 found worse value: 363.604853035. iteration 15621 found worse value: 363.604853035. iteration 15622 found worse value: 363.604853035. iteration 15623 found worse value: 363.604853035. iteration 15624 found worse value: 363.604853035. iteration 15625 found worse value: 363.604853035. iteration 15626 found worse value: 363.604853035. iteration 15627 found worse value: 363.604853035. iteration 15628 found worse value: 363.604853035. iteration 15629 found worse value: 363.604853035. iteration 15630 found worse value: 363.604853035. iteration 15631 found worse value: 363.604853035. iteration 15632 found worse value: 363.604853035. iteration 15633 found worse value: 363.604853035. iteration 15634 found worse value: 363.604853035. iteration 15635 found worse value: 363.604853035. iteration 15636 found worse value: 363.604853035. iteration 15637 found worse value: 363.604853035. iteration 15638 found worse value: 363.604853035. iteration 15639 found worse value: 363.604853035. iteration 15640 found worse value: 363.604853035. iteration 15641 found worse value: 363.604853035. iteration 15642 found worse value: 363.604853035. iteration 15643 found worse value: 363.604853035. iteration 15644 found worse value: 363.604853035. iteration 15645 found worse value: 363.604853035. iteration 15646 found worse value: 363.604853035. iteration 15647 found worse value: 363.604853035. iteration 15648 found worse value: 363.604853035. iteration 15649 found worse value: 363.604853035. iteration 15650 found worse value: 363.604853035. iteration 15651 found worse value: 363.604853035. iteration 15652 found worse value: 363.604853035. iteration 15653 found worse value: 363.604853035. iteration 15654 found worse value: 363.604853035. iteration 15655 found worse value: 363.604853035. iteration 15656 found worse value: 363.604853035. iteration 15657 found worse value: 363.604853035. iteration 15658 found worse value: 363.604853035. iteration 15659 found worse value: 363.604853035. iteration 15660 found worse value: 363.604853035. iteration15660, perturbing to get out of local maxima iteration 15661 found worse value: 363.604853035. iteration15661, perturbing to get out of local maxima iteration 15662 found worse value: 363.604853035. iteration 15663 found worse value: 363.604853035. iteration 15664 found worse value: 363.604853035. iteration 15665 found worse value: 363.604853035. iteration 15666 found worse value: 363.604853035. iteration15666, perturbing to get out of local maxima iteration 15667 found worse value: 363.604853035. iteration 15668 found worse value: 363.604853035. iteration 15669 found worse value: 363.604853035. iteration 15670 found worse value: 363.604853035. iteration 15671 found worse value: 363.604853035. iteration 15672 found worse value: 363.604853035. iteration15672, perturbing to get out of local maxima iteration 15673 found worse value: 363.604853035. iteration 15674 found worse value: 363.604853035. iteration 15675 found worse value: 363.604853035. iteration 15676 found worse value: 363.604853035. iteration 15677 found worse value: 363.604853035. iteration 15678 found worse value: 363.604853035. iteration 15679 found worse value: 363.604853035. iteration 15680 found worse value: 363.604853035. iteration 15681 found worse value: 363.604853035. iteration 15682 found worse value: 363.604853035. iteration 15683 found worse value: 363.604853035. iteration 15684 found worse value: 363.604853035. iteration 15685 found worse value: 363.604853035. iteration 15686 found worse value: 363.604853035. iteration 15687 found worse value: 363.604853035. iteration15687, perturbing to get out of local maxima iteration 15688 found worse value: 363.604853035. iteration 15689 found worse value: 363.604853035. iteration 15690 found worse value: 363.604853035. iteration 15691 found worse value: 363.604853035. iteration 15692 found worse value: 363.604853035. iteration 15693 found worse value: 363.604853035. iteration 15694 found worse value: 363.604853035. iteration 15695 found worse value: 363.604853035. iteration 15696 found worse value: 363.604853035. iteration 15697 found worse value: 363.604853035. iteration 15698 found worse value: 363.604853035. iteration 15699 found worse value: 363.604853035. iteration 15700 found worse value: 363.604853035. iteration 15701 found worse value: 363.604853035. iteration 15702 found worse value: 363.604853035. iteration 15703 found worse value: 363.604853035. iteration 15704 found worse value: 363.604853035. iteration 15705 found worse value: 363.604853035. iteration 15706 found worse value: 363.604853035. iteration 15707 found worse value: 363.604853035. iteration 15708 found worse value: 363.604853035. iteration 15709 found worse value: 363.604853035. iteration 15710 found worse value: 363.604853035. iteration 15711 found worse value: 363.604853035. iteration 15712 found worse value: 363.604853035. iteration 15713 found worse value: 363.604853035. iteration 15714 found worse value: 363.604853035. iteration 15715 found worse value: 363.604853035. iteration 15716 found worse value: 363.604853035. iteration 15717 found worse value: 363.604853035. iteration 15718 found worse value: 363.604853035. iteration 15719 found worse value: 363.604853035. iteration 15720 found worse value: 363.604853035. iteration 15721 found worse value: 363.604853035. iteration 15722 found worse value: 363.604853035. iteration 15723 found worse value: 363.604853035. iteration 15724 found worse value: 363.604853035. iteration 15725 found worse value: 363.604853035. iteration15725, perturbing to get out of local maxima iteration 15726 found worse value: 363.604853035. iteration 15727 found worse value: 363.604853035. iteration 15728 found worse value: 363.604853035. iteration 15729 found worse value: 363.604853035. iteration 15730 found worse value: 363.604853035. iteration 15731 found worse value: 363.604853035. iteration 15732 found worse value: 363.604853035. iteration 15733 found worse value: 363.604853035. iteration 15734 found worse value: 363.604853035. iteration 15735 found worse value: 363.604853035. iteration 15736 found worse value: 363.604853035. iteration15736, perturbing to get out of local maxima iteration 15737 found worse value: 363.604853035. iteration 15738 found worse value: 363.604853035. iteration 15739 found worse value: 363.604853035. iteration 15740 found worse value: 363.604853035. iteration 15741 found worse value: 363.604853035. iteration 15742 found worse value: 363.604853035. iteration 15743 found worse value: 363.604853035. iteration 15744 found worse value: 363.604853035. iteration 15745 found worse value: 363.604853035. iteration 15746 found worse value: 363.604853035. iteration 15747 found worse value: 363.604853035. iteration 15748 found worse value: 363.604853035. iteration 15749 found worse value: 363.604853035. iteration 15750 found worse value: 363.604853035. iteration 15751 found worse value: 363.604853035. iteration 15752 found worse value: 363.604853035. iteration 15753 found worse value: 363.604853035. iteration 15754 found worse value: 363.604853035. iteration 15755 found worse value: 363.604853035. iteration 15756 found worse value: 363.604853035. iteration 15757 found worse value: 363.604853035. iteration 15758 found worse value: 363.604853035. iteration 15759 found worse value: 363.604853035. iteration 15760 found worse value: 363.604853035. iteration 15761 found worse value: 363.604853035. iteration 15762 found worse value: 363.604853035. iteration 15763 found worse value: 363.604853035. iteration 15764 found worse value: 363.604853035. iteration 15765 found worse value: 363.604853035. iteration 15766 found worse value: 363.604853035. iteration 15767 found worse value: 363.604853035. iteration 15768 found worse value: 363.604853035. iteration 15769 found worse value: 363.604853035. iteration 15770 found worse value: 363.604853035. iteration 15771 found worse value: 363.604853035. iteration 15772 found worse value: 363.604853035. iteration 15773 found worse value: 363.604853035. iteration 15774 found worse value: 363.604853035. iteration 15775 found worse value: 363.604853035. iteration 15776 found worse value: 363.604853035. iteration 15777 found worse value: 363.604853035. iteration 15778 found worse value: 363.604853035. iteration 15779 found worse value: 363.604853035. iteration 15780 found worse value: 363.604853035. iteration 15781 found worse value: 363.604853035. iteration 15782 found worse value: 363.604853035. iteration 15783 found worse value: 363.604853035. iteration 15784 found worse value: 363.604853035. iteration 15785 found worse value: 363.604853035. iteration 15786 found worse value: 363.604853035. iteration 15787 found worse value: 363.604853035. iteration 15788 found worse value: 363.604853035. iteration 15789 found worse value: 363.604853035. iteration 15790 found worse value: 363.604853035. iteration 15791 found worse value: 363.604853035. iteration 15792 found worse value: 363.604853035. iteration 15793 found worse value: 363.604853035. iteration 15794 found worse value: 363.604853035. iteration 15795 found worse value: 363.604853035. iteration 15796 found worse value: 363.604853035. iteration 15797 found worse value: 363.604853035. iteration 15798 found worse value: 363.604853035. iteration 15799 found worse value: 363.604853035. iteration 15800 found worse value: 363.604853035. iteration 15801 found worse value: 363.604853035. iteration15801, perturbing to get out of local maxima iteration 15802 found worse value: 363.604853035. iteration 15803 found worse value: 363.604853035. iteration 15804 found worse value: 363.604853035. iteration 15805 found worse value: 363.604853035. iteration 15806 found worse value: 363.604853035. iteration15806, perturbing to get out of local maxima iteration 15807 found worse value: 363.604853035. iteration 15808 found worse value: 363.604853035. iteration 15809 found worse value: 363.604853035. iteration 15810 found worse value: 363.604853035. iteration 15811 found worse value: 363.604853035. iteration 15812 found worse value: 363.604853035. iteration 15813 found worse value: 363.604853035. iteration 15814 found worse value: 363.604853035. iteration 15815 found worse value: 363.604853035. iteration 15816 found worse value: 363.604853035. iteration 15817 found worse value: 363.604853035. iteration 15818 found worse value: 363.604853035. iteration 15819 found worse value: 363.604853035. iteration 15820 found worse value: 363.604853035. iteration 15821 found worse value: 363.604853035. iteration15821, perturbing to get out of local maxima iteration 15822 found worse value: 363.604853035. iteration 15823 found worse value: 363.604853035. iteration 15824 found worse value: 363.604853035. iteration 15825 found worse value: 363.604853035. iteration 15826 found worse value: 363.604853035. iteration 15827 found worse value: 363.604853035. iteration 15828 found worse value: 363.604853035. iteration 15829 found worse value: 363.604853035. iteration 15830 found worse value: 363.604853035. iteration 15831 found worse value: 363.604853035. iteration 15832 found worse value: 363.604853035. iteration 15833 found worse value: 363.604853035. iteration 15834 found worse value: 363.604853035. iteration 15835 found worse value: 363.604853035. iteration 15836 found worse value: 363.604853035. iteration 15837 found worse value: 363.604853035. iteration 15838 found worse value: 363.604853035. iteration 15839 found worse value: 363.604853035. iteration 15840 found worse value: 363.604853035. iteration 15841 found worse value: 363.604853035. iteration 15842 found worse value: 363.604853035. iteration 15843 found worse value: 363.604853035. iteration 15844 found worse value: 363.604853035. iteration 15845 found worse value: 363.604853035. iteration15845, perturbing to get out of local maxima iteration 15846 found worse value: 363.604853035. iteration 15847 found worse value: 363.604853035. iteration 15848 found worse value: 363.604853035. iteration 15849 found worse value: 363.604853035. iteration 15850 found worse value: 363.604853035. iteration 15851 found worse value: 363.604853035. iteration 15852 found worse value: 363.604853035. iteration 15853 found worse value: 363.604853035. iteration 15854 found worse value: 363.604853035. iteration 15855 found worse value: 363.604853035. iteration 15856 found worse value: 363.604853035. iteration 15857 found worse value: 363.604853035. iteration 15858 found worse value: 363.604853035. iteration 15859 found worse value: 363.604853035. iteration 15860 found worse value: 363.604853035. iteration 15861 found worse value: 363.604853035. iteration 15862 found worse value: 363.604853035. iteration 15863 found worse value: 363.604853035. iteration 15864 found worse value: 363.604853035. iteration 15865 found worse value: 363.604853035. iteration 15866 found worse value: 363.604853035. iteration 15867 found worse value: 363.604853035. iteration 15868 found worse value: 363.604853035. iteration 15869 found worse value: 363.604853035. iteration 15870 found worse value: 363.604853035. iteration 15871 found worse value: 363.604853035. iteration 15872 found worse value: 363.604853035. iteration 15873 found worse value: 363.604853035. iteration 15874 found worse value: 363.604853035. iteration 15875 found worse value: 363.604853035. iteration15875, perturbing to get out of local maxima iteration 15876 found worse value: 363.604853035. iteration15876, perturbing to get out of local maxima iteration 15877 found worse value: 363.604853035. iteration 15878 found worse value: 363.604853035. iteration15878, perturbing to get out of local maxima iteration 15879 found worse value: 363.604853035. iteration 15880 found worse value: 363.604853035. iteration 15881 found worse value: 363.604853035. iteration 15882 found worse value: 363.604853035. iteration 15883 found worse value: 363.604853035. iteration 15884 found worse value: 363.604853035. iteration 15885 found worse value: 363.604853035. iteration 15886 found worse value: 363.604853035. iteration 15887 found worse value: 363.604853035. iteration 15888 found worse value: 363.604853035. iteration15888, perturbing to get out of local maxima iteration 15889 found worse value: 363.604853035. iteration 15890 found worse value: 363.604853035. iteration 15891 found worse value: 363.604853035. iteration 15892 found worse value: 363.604853035. iteration 15893 found worse value: 363.604853035. iteration15893, perturbing to get out of local maxima iteration 15894 found worse value: 363.604853035. iteration 15895 found worse value: 363.604853035. iteration 15896 found worse value: 363.604853035. iteration 15897 found worse value: 363.604853035. iteration 15898 found worse value: 363.604853035. iteration 15899 found worse value: 363.604853035. iteration 15900 found worse value: 363.604853035. iteration 15901 found worse value: 363.604853035. iteration 15902 found worse value: 363.604853035. iteration 15903 found worse value: 363.604853035. iteration 15904 found worse value: 363.604853035. iteration 15905 found worse value: 363.604853035. iteration 15906 found worse value: 363.604853035. iteration 15907 found worse value: 363.604853035. iteration 15908 found worse value: 363.604853035. iteration 15909 found worse value: 363.604853035. iteration 15910 found worse value: 363.604853035. iteration 15911 found worse value: 363.604853035. iteration 15912 found worse value: 363.604853035. iteration 15913 found worse value: 363.604853035. iteration 15914 found worse value: 363.604853035. iteration 15915 found worse value: 363.604853035. iteration 15916 found worse value: 363.604853035. iteration 15917 found worse value: 363.604853035. iteration 15918 found worse value: 363.604853035. iteration 15919 found worse value: 363.604853035. iteration 15920 found worse value: 363.604853035. iteration 15921 found worse value: 363.604853035. iteration 15922 found worse value: 363.604853035. iteration 15923 found worse value: 363.604853035. iteration 15924 found worse value: 363.604853035. iteration15924, perturbing to get out of local maxima iteration 15925 found worse value: 363.604853035. iteration 15926 found worse value: 363.604853035. iteration 15927 found worse value: 363.604853035. iteration 15928 found worse value: 363.604853035. iteration 15929 found worse value: 363.604853035. iteration 15930 found worse value: 363.604853035. iteration 15931 found worse value: 363.604853035. iteration 15932 found worse value: 363.604853035. iteration 15933 found worse value: 363.604853035. iteration15933, perturbing to get out of local maxima iteration 15934 found worse value: 363.604853035. iteration 15935 found worse value: 363.604853035. iteration 15936 found worse value: 363.604853035. iteration 15937 found worse value: 363.604853035. iteration 15938 found worse value: 363.604853035. iteration15938, perturbing to get out of local maxima iteration 15939 found worse value: 363.604853035. iteration 15940 found worse value: 363.604853035. iteration 15941 found worse value: 363.604853035. iteration 15942 found worse value: 363.604853035. iteration15942, perturbing to get out of local maxima iteration 15943 found worse value: 363.604853035. iteration 15944 found worse value: 363.604853035. iteration 15945 found worse value: 363.604853035. iteration15945, perturbing to get out of local maxima iteration 15946 found worse value: 363.604853035. iteration 15947 found worse value: 363.604853035. iteration 15948 found worse value: 363.604853035. iteration 15949 found worse value: 363.604853035. iteration 15950 found worse value: 363.604853035. iteration 15951 found worse value: 363.604853035. iteration 15952 found worse value: 363.604853035. iteration 15953 found worse value: 363.604853035. iteration 15954 found worse value: 363.604853035. iteration 15955 found worse value: 363.604853035. iteration 15956 found worse value: 363.604853035. iteration 15957 found worse value: 363.604853035. iteration 15958 found worse value: 363.604853035. iteration 15959 found worse value: 363.604853035. iteration 15960 found worse value: 363.604853035. iteration 15961 found worse value: 363.604853035. iteration 15962 found worse value: 363.604853035. iteration 15963 found worse value: 363.604853035. iteration 15964 found worse value: 363.604853035. iteration 15965 found worse value: 363.604853035. iteration 15966 found worse value: 363.604853035. iteration 15967 found worse value: 363.604853035. iteration15967, perturbing to get out of local maxima iteration 15968 found worse value: 363.604853035. iteration 15969 found worse value: 363.604853035. iteration 15970 found worse value: 363.604853035. iteration 15971 found worse value: 363.604853035. iteration 15972 found worse value: 363.604853035. iteration 15973 found worse value: 363.604853035. iteration 15974 found worse value: 363.604853035. iteration15974, perturbing to get out of local maxima iteration 15975 found worse value: 363.604853035. iteration 15976 found worse value: 363.604853035. iteration 15977 found worse value: 363.604853035. iteration 15978 found worse value: 363.604853035. iteration 15979 found worse value: 363.604853035. iteration 15980 found worse value: 363.604853035. iteration 15981 found worse value: 363.604853035. iteration 15982 found worse value: 363.604853035. iteration 15983 found worse value: 363.604853035. iteration 15984 found worse value: 363.604853035. iteration 15985 found worse value: 363.604853035. iteration 15986 found worse value: 363.604853035. iteration 15987 found worse value: 363.604853035. iteration 15988 found worse value: 363.604853035. iteration 15989 found worse value: 363.604853035. iteration 15990 found worse value: 363.604853035. iteration 15991 found worse value: 363.604853035. iteration 15992 found worse value: 363.604853035. iteration15992, perturbing to get out of local maxima iteration 15993 found worse value: 363.604853035. iteration 15994 found worse value: 363.604853035. iteration 15995 found worse value: 363.604853035. iteration 15996 found worse value: 363.604853035. iteration 15997 found worse value: 363.604853035. iteration 15998 found worse value: 363.604853035. iteration 15999 found worse value: 363.604853035. iteration 16000 found worse value: 363.604853035. iteration 16001 found worse value: 363.604853035. iteration 16002 found worse value: 363.604853035. iteration 16003 found worse value: 363.604853035. iteration 16004 found worse value: 363.604853035. iteration 16005 found worse value: 363.604853035. iteration 16006 found worse value: 363.604853035. iteration 16007 found worse value: 363.604853035. iteration 16008 found worse value: 363.604853035. iteration16008, perturbing to get out of local maxima iteration 16009 found worse value: 363.604853035. iteration 16010 found worse value: 363.604853035. iteration 16011 found worse value: 363.604853035. iteration 16012 found worse value: 363.604853035. iteration 16013 found worse value: 363.604853035. iteration 16014 found worse value: 363.604853035. iteration 16015 found worse value: 363.604853035. iteration 16016 found worse value: 363.604853035. iteration 16017 found worse value: 363.604853035. iteration 16018 found worse value: 363.604853035. iteration 16019 found worse value: 363.604853035. iteration 16020 found worse value: 363.604853035. iteration 16021 found worse value: 363.604853035. iteration 16022 found worse value: 363.604853035. iteration 16023 found worse value: 363.604853035. iteration 16024 found worse value: 363.604853035. iteration 16025 found worse value: 363.604853035. iteration 16026 found worse value: 363.604853035. iteration 16027 found worse value: 363.604853035. iteration 16028 found worse value: 363.604853035. iteration 16029 found worse value: 363.604853035. iteration 16030 found worse value: 363.604853035. iteration 16031 found worse value: 363.604853035. iteration 16032 found worse value: 363.604853035. iteration 16033 found worse value: 363.604853035. iteration 16034 found worse value: 363.604853035. iteration 16035 found worse value: 363.604853035. iteration16035, perturbing to get out of local maxima iteration 16036 found worse value: 363.604853035. iteration16036, perturbing to get out of local maxima iteration 16037 found worse value: 363.604853035. iteration 16038 found worse value: 363.604853035. iteration 16039 found worse value: 363.604853035. iteration 16040 found worse value: 363.604853035. iteration 16041 found worse value: 363.604853035. iteration 16042 found worse value: 363.604853035. iteration 16043 found worse value: 363.604853035. iteration 16044 found worse value: 363.604853035. iteration 16045 found worse value: 363.604853035. iteration 16046 found worse value: 363.604853035. iteration 16047 found worse value: 363.604853035. iteration 16048 found worse value: 363.604853035. iteration 16049 found worse value: 363.604853035. iteration 16050 found worse value: 363.604853035. iteration 16051 found worse value: 363.604853035. iteration16051, perturbing to get out of local maxima iteration 16052 found worse value: 363.604853035. iteration 16053 found worse value: 363.604853035. iteration 16054 found worse value: 363.604853035. iteration 16055 found worse value: 363.604853035. iteration 16056 found worse value: 363.604853035. iteration 16057 found worse value: 363.604853035. iteration 16058 found worse value: 363.604853035. iteration 16059 found worse value: 363.604853035. iteration 16060 found worse value: 363.604853035. iteration 16061 found worse value: 363.604853035. iteration 16062 found worse value: 363.604853035. iteration 16063 found worse value: 363.604853035. iteration 16064 found worse value: 363.604853035. iteration 16065 found worse value: 363.604853035. iteration 16066 found worse value: 363.604853035. iteration 16067 found worse value: 363.604853035. iteration 16068 found worse value: 363.604853035. iteration16068, perturbing to get out of local maxima iteration 16069 found worse value: 363.604853035. iteration 16070 found worse value: 363.604853035. iteration 16071 found worse value: 363.604853035. iteration 16072 found worse value: 363.604853035. iteration 16073 found worse value: 363.604853035. iteration 16074 found worse value: 363.604853035. iteration 16075 found worse value: 363.604853035. iteration 16076 found worse value: 363.604853035. iteration 16077 found worse value: 363.604853035. iteration 16078 found worse value: 363.604853035. iteration 16079 found worse value: 363.604853035. iteration 16080 found worse value: 363.604853035. iteration 16081 found worse value: 363.604853035. iteration 16082 found worse value: 363.604853035. iteration 16083 found worse value: 363.604853035. iteration 16084 found worse value: 363.604853035. iteration 16085 found worse value: 363.604853035. iteration 16086 found worse value: 363.604853035. iteration 16087 found worse value: 363.604853035. iteration 16088 found worse value: 363.604853035. iteration 16089 found worse value: 363.604853035. iteration 16090 found worse value: 363.604853035. iteration 16091 found worse value: 363.604853035. iteration 16092 found worse value: 363.604853035. iteration 16093 found worse value: 363.604853035. iteration 16094 found worse value: 363.604853035. iteration 16095 found worse value: 363.604853035. iteration 16096 found worse value: 363.604853035. iteration 16097 found worse value: 363.604853035. iteration 16098 found worse value: 363.604853035. iteration 16099 found worse value: 363.604853035. iteration 16100 found worse value: 363.604853035. iteration 16101 found worse value: 363.604853035. iteration 16102 found worse value: 363.604853035. iteration 16103 found worse value: 363.604853035. iteration 16104 found worse value: 363.604853035. iteration 16105 found worse value: 363.604853035. iteration 16106 found worse value: 363.604853035. iteration 16107 found worse value: 363.604853035. iteration 16108 found worse value: 363.604853035. iteration 16109 found worse value: 363.604853035. iteration 16110 found worse value: 363.604853035. iteration 16111 found worse value: 363.604853035. iteration 16112 found worse value: 363.604853035. iteration 16113 found worse value: 363.604853035. iteration 16114 found worse value: 363.604853035. iteration16114, perturbing to get out of local maxima iteration 16115 found worse value: 363.604853035. iteration 16116 found worse value: 363.604853035. iteration 16117 found worse value: 363.604853035. iteration 16118 found worse value: 363.604853035. iteration 16119 found worse value: 363.604853035. iteration 16120 found worse value: 363.604853035. iteration16120, perturbing to get out of local maxima iteration 16121 found worse value: 363.604853035. iteration 16122 found worse value: 363.604853035. iteration 16123 found worse value: 363.604853035. iteration 16124 found worse value: 363.604853035. iteration 16125 found worse value: 363.604853035. iteration 16126 found worse value: 363.604853035. iteration 16127 found worse value: 363.604853035. iteration 16128 found worse value: 363.604853035. iteration 16129 found worse value: 363.604853035. iteration 16130 found worse value: 363.604853035. iteration 16131 found worse value: 363.604853035. iteration 16132 found worse value: 363.604853035. iteration 16133 found worse value: 363.604853035. iteration 16134 found worse value: 363.604853035. iteration 16135 found worse value: 363.604853035. iteration 16136 found worse value: 363.604853035. iteration 16137 found worse value: 363.604853035. iteration 16138 found worse value: 363.604853035. iteration16138, perturbing to get out of local maxima iteration 16139 found worse value: 363.604853035. iteration 16140 found worse value: 363.604853035. iteration 16141 found worse value: 363.604853035. iteration 16142 found worse value: 363.604853035. iteration16142, perturbing to get out of local maxima iteration 16143 found worse value: 363.604853035. iteration 16144 found worse value: 363.604853035. iteration 16145 found worse value: 363.604853035. iteration 16146 found worse value: 363.604853035. iteration 16147 found worse value: 363.604853035. iteration16147, perturbing to get out of local maxima iteration 16148 found worse value: 363.604853035. iteration 16149 found worse value: 363.604853035. iteration 16150 found worse value: 363.604853035. iteration 16151 found worse value: 363.604853035. iteration 16152 found worse value: 363.604853035. iteration 16153 found worse value: 363.604853035. iteration16153, perturbing to get out of local maxima iteration 16154 found worse value: 363.604853035. iteration 16155 found worse value: 363.604853035. iteration 16156 found worse value: 363.604853035. iteration 16157 found worse value: 363.604853035. iteration 16158 found worse value: 363.604853035. iteration 16159 found worse value: 363.604853035. iteration 16160 found worse value: 363.604853035. iteration 16161 found worse value: 363.604853035. iteration 16162 found worse value: 363.604853035. iteration 16163 found worse value: 363.604853035. iteration 16164 found worse value: 363.604853035. iteration 16165 found worse value: 363.604853035. iteration 16166 found worse value: 363.604853035. iteration 16167 found worse value: 363.604853035. iteration 16168 found worse value: 363.604853035. iteration 16169 found worse value: 363.604853035. iteration 16170 found worse value: 363.604853035. iteration 16171 found worse value: 363.604853035. iteration 16172 found worse value: 363.604853035. iteration 16173 found worse value: 363.604853035. iteration 16174 found worse value: 363.604853035. iteration 16175 found worse value: 363.604853035. iteration 16176 found worse value: 363.604853035. iteration 16177 found worse value: 363.604853035. iteration 16178 found worse value: 363.604853035. iteration 16179 found worse value: 363.604853035. iteration 16180 found worse value: 363.604853035. iteration16180, perturbing to get out of local maxima iteration 16181 found worse value: 363.604853035. iteration 16182 found worse value: 363.604853035. iteration 16183 found worse value: 363.604853035. iteration 16184 found worse value: 363.604853035. iteration 16185 found worse value: 363.604853035. iteration 16186 found worse value: 363.604853035. iteration 16187 found worse value: 363.604853035. iteration16187, perturbing to get out of local maxima iteration 16188 found worse value: 363.604853035. iteration 16189 found worse value: 363.604853035. iteration 16190 found worse value: 363.604853035. iteration 16191 found worse value: 363.604853035. iteration16191, perturbing to get out of local maxima iteration 16192 found worse value: 363.604853035. iteration 16193 found worse value: 363.604853035. iteration 16194 found worse value: 363.604853035. iteration 16195 found worse value: 363.604853035. iteration 16196 found worse value: 363.604853035. iteration 16197 found worse value: 363.604853035. iteration 16198 found worse value: 363.604853035. iteration 16199 found worse value: 363.604853035. iteration 16200 found worse value: 363.604853035. iteration 16201 found worse value: 363.604853035. iteration 16202 found worse value: 363.604853035. iteration 16203 found worse value: 363.604853035. iteration 16204 found worse value: 363.604853035. iteration 16205 found worse value: 363.604853035. iteration 16206 found worse value: 363.604853035. iteration 16207 found worse value: 363.604853035. iteration 16208 found worse value: 363.604853035. iteration 16209 found worse value: 363.604853035. iteration 16210 found worse value: 363.604853035. iteration 16211 found worse value: 363.604853035. iteration 16212 found worse value: 363.604853035. iteration 16213 found worse value: 363.604853035. iteration 16214 found worse value: 363.604853035. iteration 16215 found worse value: 363.604853035. iteration 16216 found worse value: 363.604853035. iteration 16217 found worse value: 363.604853035. iteration 16218 found worse value: 363.604853035. iteration 16219 found worse value: 363.604853035. iteration 16220 found worse value: 363.604853035. iteration 16221 found worse value: 363.604853035. iteration 16222 found worse value: 363.604853035. iteration 16223 found worse value: 363.604853035. iteration 16224 found worse value: 363.604853035. iteration 16225 found worse value: 363.604853035. iteration 16226 found worse value: 363.604853035. iteration 16227 found worse value: 363.604853035. iteration 16228 found worse value: 363.604853035. iteration 16229 found worse value: 363.604853035. iteration 16230 found worse value: 363.604853035. iteration 16231 found worse value: 363.604853035. iteration 16232 found worse value: 363.604853035. iteration 16233 found worse value: 363.604853035. iteration 16234 found worse value: 363.604853035. iteration 16235 found worse value: 363.604853035. iteration 16236 found worse value: 363.604853035. iteration 16237 found worse value: 363.604853035. iteration 16238 found worse value: 363.604853035. iteration 16239 found worse value: 363.604853035. iteration 16240 found worse value: 363.604853035. iteration 16241 found worse value: 363.604853035. iteration 16242 found worse value: 363.604853035. iteration16242, perturbing to get out of local maxima iteration 16243 found worse value: 363.604853035. iteration 16244 found worse value: 363.604853035. iteration 16245 found worse value: 363.604853035. iteration 16246 found worse value: 363.604853035. iteration 16247 found worse value: 363.604853035. iteration 16248 found worse value: 363.604853035. iteration 16249 found worse value: 363.604853035. iteration 16250 found worse value: 363.604853035. iteration 16251 found worse value: 363.604853035. iteration16251, perturbing to get out of local maxima iteration 16252 found worse value: 363.604853035. iteration 16253 found worse value: 363.604853035. iteration 16254 found worse value: 363.604853035. iteration 16255 found worse value: 363.604853035. iteration 16256 found worse value: 363.604853035. iteration 16257 found worse value: 363.604853035. iteration 16258 found worse value: 363.604853035. iteration 16259 found worse value: 363.604853035. iteration 16260 found worse value: 363.604853035. iteration 16261 found worse value: 363.604853035. iteration 16262 found worse value: 363.604853035. iteration 16263 found worse value: 363.604853035. iteration 16264 found worse value: 363.604853035. iteration 16265 found worse value: 363.604853035. iteration 16266 found worse value: 363.604853035. iteration 16267 found worse value: 363.604853035. iteration 16268 found worse value: 363.604853035. iteration 16269 found worse value: 363.604853035. iteration 16270 found worse value: 363.604853035. iteration 16271 found worse value: 363.604853035. iteration 16272 found worse value: 363.604853035. iteration 16273 found worse value: 363.604853035. iteration 16274 found worse value: 363.604853035. iteration 16275 found worse value: 363.604853035. iteration 16276 found worse value: 363.604853035. iteration 16277 found worse value: 363.604853035. iteration 16278 found worse value: 363.604853035. iteration 16279 found worse value: 363.604853035. iteration 16280 found worse value: 363.604853035. iteration 16281 found worse value: 363.604853035. iteration 16282 found worse value: 363.604853035. iteration 16283 found worse value: 363.604853035. iteration 16284 found worse value: 363.604853035. iteration 16285 found worse value: 363.604853035. iteration 16286 found worse value: 363.604853035. iteration 16287 found worse value: 363.604853035. iteration 16288 found worse value: 363.604853035. iteration 16289 found worse value: 363.604853035. iteration 16290 found worse value: 363.604853035. iteration 16291 found worse value: 363.604853035. iteration 16292 found worse value: 363.604853035. iteration 16293 found worse value: 363.604853035. iteration 16294 found worse value: 363.604853035. iteration 16295 found worse value: 363.604853035. iteration 16296 found worse value: 363.604853035. iteration 16297 found worse value: 363.604853035. iteration 16298 found worse value: 363.604853035. iteration 16299 found worse value: 363.604853035. iteration 16300 found worse value: 363.604853035. iteration 16301 found worse value: 363.604853035. iteration 16302 found worse value: 363.604853035. iteration 16303 found worse value: 363.604853035. iteration 16304 found worse value: 363.604853035. iteration 16305 found worse value: 363.604853035. iteration 16306 found worse value: 363.604853035. iteration 16307 found worse value: 363.604853035. iteration 16308 found worse value: 363.604853035. iteration 16309 found worse value: 363.604853035. iteration 16310 found worse value: 363.604853035. iteration 16311 found worse value: 363.604853035. iteration 16312 found worse value: 363.604853035. iteration 16313 found worse value: 363.604853035. iteration 16314 found worse value: 363.604853035. iteration 16315 found worse value: 363.604853035. iteration 16316 found worse value: 363.604853035. iteration 16317 found worse value: 363.604853035. iteration 16318 found worse value: 363.604853035. iteration 16319 found worse value: 363.604853035. iteration 16320 found worse value: 363.604853035. iteration 16321 found worse value: 363.604853035. iteration 16322 found worse value: 363.604853035. iteration 16323 found worse value: 363.604853035. iteration 16324 found worse value: 363.604853035. iteration 16325 found worse value: 363.604853035. iteration 16326 found worse value: 363.604853035. iteration 16327 found worse value: 363.604853035. iteration16327, perturbing to get out of local maxima iteration 16328 found worse value: 363.604853035. iteration16328, perturbing to get out of local maxima iteration 16329 found worse value: 363.604853035. iteration 16330 found worse value: 363.604853035. iteration 16331 found worse value: 363.604853035. iteration 16332 found worse value: 363.604853035. iteration 16333 found worse value: 363.604853035. iteration 16334 found worse value: 363.604853035. iteration 16335 found worse value: 363.604853035. iteration 16336 found worse value: 363.604853035. iteration 16337 found worse value: 363.604853035. iteration 16338 found worse value: 363.604853035. iteration 16339 found worse value: 363.604853035. iteration 16340 found worse value: 363.604853035. iteration 16341 found worse value: 363.604853035. iteration 16342 found worse value: 363.604853035. iteration 16343 found worse value: 363.604853035. iteration 16344 found worse value: 363.604853035. iteration 16345 found worse value: 363.604853035. iteration 16346 found worse value: 363.604853035. iteration 16347 found worse value: 363.604853035. iteration 16348 found worse value: 363.604853035. iteration 16349 found worse value: 363.604853035. iteration 16350 found worse value: 363.604853035. iteration 16351 found worse value: 363.604853035. iteration 16352 found worse value: 363.604853035. iteration 16353 found worse value: 363.604853035. iteration16353, perturbing to get out of local maxima iteration 16354 found worse value: 363.604853035. iteration 16355 found worse value: 363.604853035. iteration 16356 found worse value: 363.604853035. iteration 16357 found worse value: 363.604853035. iteration 16358 found worse value: 363.604853035. iteration 16359 found worse value: 363.604853035. iteration 16360 found worse value: 363.604853035. iteration 16361 found worse value: 363.604853035. iteration 16362 found worse value: 363.604853035. iteration 16363 found worse value: 363.604853035. iteration 16364 found worse value: 363.604853035. iteration 16365 found worse value: 363.604853035. iteration 16366 found worse value: 363.604853035. iteration 16367 found worse value: 363.604853035. iteration 16368 found worse value: 363.604853035. iteration 16369 found worse value: 363.604853035. iteration 16370 found worse value: 363.604853035. iteration 16371 found worse value: 363.604853035. iteration 16372 found worse value: 363.604853035. iteration 16373 found worse value: 363.604853035. iteration 16374 found worse value: 363.604853035. iteration 16375 found worse value: 363.604853035. iteration 16376 found worse value: 363.604853035. iteration 16377 found worse value: 363.604853035. iteration 16378 found worse value: 363.604853035. iteration 16379 found worse value: 363.604853035. iteration 16380 found worse value: 363.604853035. iteration 16381 found worse value: 363.604853035. iteration 16382 found worse value: 363.604853035. iteration 16383 found worse value: 363.604853035. iteration 16384 found worse value: 363.604853035. iteration 16385 found worse value: 363.604853035. iteration 16386 found worse value: 363.604853035. iteration 16387 found worse value: 363.604853035. iteration 16388 found worse value: 363.604853035. iteration 16389 found worse value: 363.604853035. iteration 16390 found worse value: 363.604853035. iteration 16391 found worse value: 363.604853035. iteration 16392 found worse value: 363.604853035. iteration 16393 found worse value: 363.604853035. iteration 16394 found worse value: 363.604853035. iteration 16395 found worse value: 363.604853035. iteration 16396 found worse value: 363.604853035. iteration 16397 found worse value: 363.604853035. iteration 16398 found worse value: 363.604853035. iteration 16399 found worse value: 363.604853035. iteration 16400 found worse value: 363.604853035. iteration 16401 found worse value: 363.604853035. iteration 16402 found worse value: 363.604853035. iteration 16403 found worse value: 363.604853035. iteration 16404 found worse value: 363.604853035. iteration 16405 found worse value: 363.604853035. iteration 16406 found worse value: 363.604853035. iteration 16407 found worse value: 363.604853035. iteration 16408 found worse value: 363.604853035. iteration 16409 found worse value: 363.604853035. iteration 16410 found worse value: 363.604853035. iteration 16411 found worse value: 363.604853035. iteration 16412 found worse value: 363.604853035. iteration 16413 found worse value: 363.604853035. iteration 16414 found worse value: 363.604853035. iteration 16415 found worse value: 363.604853035. iteration 16416 found worse value: 363.604853035. iteration 16417 found worse value: 363.604853035. iteration 16418 found worse value: 363.604853035. iteration 16419 found worse value: 363.604853035. iteration 16420 found worse value: 363.604853035. iteration 16421 found worse value: 363.604853035. iteration 16422 found worse value: 363.604853035. iteration 16423 found worse value: 363.604853035. iteration 16424 found worse value: 363.604853035. iteration 16425 found worse value: 363.604853035. iteration 16426 found worse value: 363.604853035. iteration16426, perturbing to get out of local maxima iteration 16427 found worse value: 363.604853035. iteration 16428 found worse value: 363.604853035. iteration 16429 found worse value: 363.604853035. iteration 16430 found worse value: 363.604853035. iteration16430, perturbing to get out of local maxima iteration 16431 found worse value: 363.604853035. iteration 16432 found worse value: 363.604853035. iteration 16433 found worse value: 363.604853035. iteration 16434 found worse value: 363.604853035. iteration 16435 found worse value: 363.604853035. iteration 16436 found worse value: 363.604853035. iteration 16437 found worse value: 363.604853035. iteration 16438 found worse value: 363.604853035. iteration 16439 found worse value: 363.604853035. iteration 16440 found worse value: 363.604853035. iteration 16441 found worse value: 363.604853035. iteration 16442 found worse value: 363.604853035. iteration 16443 found worse value: 363.604853035. iteration 16444 found worse value: 363.604853035. iteration 16445 found worse value: 363.604853035. iteration 16446 found worse value: 363.604853035. iteration 16447 found worse value: 363.604853035. iteration 16448 found worse value: 363.604853035. iteration 16449 found worse value: 363.604853035. iteration 16450 found worse value: 363.604853035. iteration 16451 found worse value: 363.604853035. iteration 16452 found worse value: 363.604853035. iteration 16453 found worse value: 363.604853035. iteration 16454 found worse value: 363.604853035. iteration16454, perturbing to get out of local maxima iteration 16455 found worse value: 363.604853035. iteration 16456 found worse value: 363.604853035. iteration 16457 found worse value: 363.604853035. iteration 16458 found worse value: 363.604853035. iteration 16459 found worse value: 363.604853035. iteration 16460 found worse value: 363.604853035. iteration 16461 found worse value: 363.604853035. iteration 16462 found worse value: 363.604853035. iteration 16463 found worse value: 363.604853035. iteration 16464 found worse value: 363.604853035. iteration 16465 found worse value: 363.604853035. iteration 16466 found worse value: 363.604853035. iteration 16467 found worse value: 363.604853035. iteration 16468 found worse value: 363.604853035. iteration 16469 found worse value: 363.604853035. iteration 16470 found worse value: 363.604853035. iteration16470, perturbing to get out of local maxima iteration 16471 found worse value: 363.604853035. iteration 16472 found worse value: 363.604853035. iteration 16473 found worse value: 363.604853035. iteration 16474 found worse value: 363.604853035. iteration 16475 found worse value: 363.604853035. iteration 16476 found worse value: 363.604853035. iteration 16477 found worse value: 363.604853035. iteration 16478 found worse value: 363.604853035. iteration 16479 found worse value: 363.604853035. iteration 16480 found worse value: 363.604853035. iteration 16481 found worse value: 363.604853035. iteration 16482 found worse value: 363.604853035. iteration 16483 found worse value: 363.604853035. iteration 16484 found worse value: 363.604853035. iteration 16485 found worse value: 363.604853035. iteration 16486 found worse value: 363.604853035. iteration 16487 found worse value: 363.604853035. iteration 16488 found worse value: 363.604853035. iteration 16489 found worse value: 363.604853035. iteration 16490 found worse value: 363.604853035. iteration 16491 found worse value: 363.604853035. iteration 16492 found worse value: 363.604853035. iteration 16493 found worse value: 363.604853035. iteration16493, perturbing to get out of local maxima iteration 16494 found worse value: 363.604853035. iteration 16495 found worse value: 363.604853035. iteration 16496 found worse value: 363.604853035. iteration 16497 found worse value: 363.604853035. iteration 16498 found worse value: 363.604853035. iteration 16499 found worse value: 363.604853035. iteration 16500 found worse value: 363.604853035. iteration 16501 found worse value: 363.604853035. iteration 16502 found worse value: 363.604853035. iteration 16503 found worse value: 363.604853035. iteration 16504 found worse value: 363.604853035. iteration 16505 found worse value: 363.604853035. iteration 16506 found worse value: 363.604853035. iteration 16507 found worse value: 363.604853035. iteration 16508 found worse value: 363.604853035. iteration 16509 found worse value: 363.604853035. iteration 16510 found worse value: 363.604853035. iteration 16511 found worse value: 363.604853035. iteration 16512 found worse value: 363.604853035. iteration16512, perturbing to get out of local maxima iteration 16513 found worse value: 363.604853035. iteration 16514 found worse value: 363.604853035. iteration 16515 found worse value: 363.604853035. iteration 16516 found worse value: 363.604853035. iteration 16517 found worse value: 363.604853035. iteration 16518 found worse value: 363.604853035. iteration 16519 found worse value: 363.604853035. iteration 16520 found worse value: 363.604853035. iteration 16521 found worse value: 363.604853035. iteration16521, perturbing to get out of local maxima iteration 16522 found worse value: 363.604853035. iteration 16523 found worse value: 363.604853035. iteration16523, perturbing to get out of local maxima iteration 16524 found worse value: 363.604853035. iteration 16525 found worse value: 363.604853035. iteration 16526 found worse value: 363.604853035. iteration 16527 found worse value: 363.604853035. iteration 16528 found worse value: 363.604853035. iteration 16529 found worse value: 363.604853035. iteration 16530 found worse value: 363.604853035. iteration 16531 found worse value: 363.604853035. iteration 16532 found worse value: 363.604853035. iteration 16533 found worse value: 363.604853035. iteration 16534 found worse value: 363.604853035. iteration 16535 found worse value: 363.604853035. iteration 16536 found worse value: 363.604853035. iteration 16537 found worse value: 363.604853035. iteration 16538 found worse value: 363.604853035. iteration 16539 found worse value: 363.604853035. iteration 16540 found worse value: 363.604853035. iteration 16541 found worse value: 363.604853035. iteration16541, perturbing to get out of local maxima iteration 16542 found worse value: 363.604853035. iteration 16543 found worse value: 363.604853035. iteration 16544 found worse value: 363.604853035. iteration 16545 found worse value: 363.604853035. iteration 16546 found worse value: 363.604853035. iteration 16547 found worse value: 363.604853035. iteration16547, perturbing to get out of local maxima iteration 16548 found worse value: 363.604853035. iteration 16549 found worse value: 363.604853035. iteration 16550 found worse value: 363.604853035. iteration 16551 found worse value: 363.604853035. iteration 16552 found worse value: 363.604853035. iteration 16553 found worse value: 363.604853035. iteration 16554 found worse value: 363.604853035. iteration 16555 found worse value: 363.604853035. iteration 16556 found worse value: 363.604853035. iteration 16557 found worse value: 363.604853035. iteration 16558 found worse value: 363.604853035. iteration 16559 found worse value: 363.604853035. iteration 16560 found worse value: 363.604853035. iteration 16561 found worse value: 363.604853035. iteration 16562 found worse value: 363.604853035. iteration 16563 found worse value: 363.604853035. iteration 16564 found worse value: 363.604853035. iteration 16565 found worse value: 363.604853035. iteration 16566 found worse value: 363.604853035. iteration 16567 found worse value: 363.604853035. iteration 16568 found worse value: 363.604853035. iteration 16569 found worse value: 363.604853035. iteration 16570 found worse value: 363.604853035. iteration 16571 found worse value: 363.604853035. iteration 16572 found worse value: 363.604853035. iteration16572, perturbing to get out of local maxima iteration 16573 found worse value: 363.604853035. iteration 16574 found worse value: 363.604853035. iteration 16575 found worse value: 363.604853035. iteration 16576 found worse value: 363.604853035. iteration 16577 found worse value: 363.604853035. iteration 16578 found worse value: 363.604853035. iteration 16579 found worse value: 363.604853035. iteration 16580 found worse value: 363.604853035. iteration 16581 found worse value: 363.604853035. iteration 16582 found worse value: 363.604853035. iteration 16583 found worse value: 363.604853035. iteration 16584 found worse value: 363.604853035. iteration 16585 found worse value: 363.604853035. iteration 16586 found worse value: 363.604853035. iteration 16587 found worse value: 363.604853035. iteration 16588 found worse value: 363.604853035. iteration 16589 found worse value: 363.604853035. iteration 16590 found worse value: 363.604853035. iteration 16591 found worse value: 363.604853035. iteration 16592 found worse value: 363.604853035. iteration 16593 found worse value: 363.604853035. iteration 16594 found worse value: 363.604853035. iteration 16595 found worse value: 363.604853035. iteration 16596 found worse value: 363.604853035. iteration 16597 found worse value: 363.604853035. iteration16597, perturbing to get out of local maxima iteration 16598 found worse value: 363.604853035. iteration 16599 found worse value: 363.604853035. iteration 16600 found worse value: 363.604853035. iteration 16601 found worse value: 363.604853035. iteration 16602 found worse value: 363.604853035. iteration 16603 found worse value: 363.604853035. iteration 16604 found worse value: 363.604853035. iteration 16605 found worse value: 363.604853035. iteration 16606 found worse value: 363.604853035. iteration 16607 found worse value: 363.604853035. iteration 16608 found worse value: 363.604853035. iteration 16609 found worse value: 363.604853035. iteration 16610 found worse value: 363.604853035. iteration 16611 found worse value: 363.604853035. iteration 16612 found worse value: 363.604853035. iteration 16613 found worse value: 363.604853035. iteration 16614 found worse value: 363.604853035. iteration 16615 found worse value: 363.604853035. iteration 16616 found worse value: 363.604853035. iteration 16617 found worse value: 363.604853035. iteration 16618 found worse value: 363.604853035. iteration 16619 found worse value: 363.604853035. iteration 16620 found worse value: 363.604853035. iteration 16621 found worse value: 363.604853035. iteration 16622 found worse value: 363.604853035. iteration 16623 found worse value: 363.604853035. iteration 16624 found worse value: 363.604853035. iteration 16625 found worse value: 363.604853035. iteration16625, perturbing to get out of local maxima iteration 16626 found worse value: 363.604853035. iteration 16627 found worse value: 363.604853035. iteration 16628 found worse value: 363.604853035. iteration 16629 found worse value: 363.604853035. iteration 16630 found worse value: 363.604853035. iteration 16631 found worse value: 363.604853035. iteration 16632 found worse value: 363.604853035. iteration 16633 found worse value: 363.604853035. iteration 16634 found worse value: 363.604853035. iteration 16635 found worse value: 363.604853035. iteration 16636 found worse value: 363.604853035. iteration 16637 found worse value: 363.604853035. iteration 16638 found worse value: 363.604853035. iteration16638, perturbing to get out of local maxima iteration 16639 found worse value: 363.604853035. iteration16639, perturbing to get out of local maxima iteration 16640 found worse value: 363.604853035. iteration 16641 found worse value: 363.604853035. iteration 16642 found worse value: 363.604853035. iteration 16643 found worse value: 363.604853035. iteration 16644 found worse value: 363.604853035. iteration 16645 found worse value: 363.604853035. iteration 16646 found worse value: 363.604853035. iteration 16647 found worse value: 363.604853035. iteration 16648 found worse value: 363.604853035. iteration 16649 found worse value: 363.604853035. iteration 16650 found worse value: 363.604853035. iteration 16651 found worse value: 363.604853035. iteration 16652 found worse value: 363.604853035. iteration 16653 found worse value: 363.604853035. iteration 16654 found worse value: 363.604853035. iteration 16655 found worse value: 363.604853035. iteration 16656 found worse value: 363.604853035. iteration 16657 found worse value: 363.604853035. iteration 16658 found worse value: 363.604853035. iteration 16659 found worse value: 363.604853035. iteration 16660 found worse value: 363.604853035. iteration 16661 found worse value: 363.604853035. iteration 16662 found worse value: 363.604853035. iteration 16663 found worse value: 363.604853035. iteration 16664 found worse value: 363.604853035. iteration 16665 found worse value: 363.604853035. iteration 16666 found worse value: 363.604853035. iteration 16667 found worse value: 363.604853035. iteration 16668 found worse value: 363.604853035. iteration 16669 found worse value: 363.604853035. iteration 16670 found worse value: 363.604853035. iteration 16671 found worse value: 363.604853035. iteration 16672 found worse value: 363.604853035. iteration 16673 found worse value: 363.604853035. iteration 16674 found worse value: 363.604853035. iteration 16675 found worse value: 363.604853035. iteration 16676 found worse value: 363.604853035. iteration 16677 found worse value: 363.604853035. iteration 16678 found worse value: 363.604853035. iteration 16679 found worse value: 363.604853035. iteration 16680 found worse value: 363.604853035. iteration 16681 found worse value: 363.604853035. iteration 16682 found worse value: 363.604853035. iteration 16683 found worse value: 363.604853035. iteration 16684 found worse value: 363.604853035. iteration 16685 found worse value: 363.604853035. iteration 16686 found worse value: 363.604853035. iteration 16687 found worse value: 363.604853035. iteration 16688 found worse value: 363.604853035. iteration 16689 found worse value: 363.604853035. iteration 16690 found worse value: 363.604853035. iteration 16691 found worse value: 363.604853035. iteration 16692 found worse value: 363.604853035. iteration 16693 found worse value: 363.604853035. iteration 16694 found worse value: 363.604853035. iteration 16695 found worse value: 363.604853035. iteration 16696 found worse value: 363.604853035. iteration 16697 found worse value: 363.604853035. iteration 16698 found worse value: 363.604853035. iteration 16699 found worse value: 363.604853035. iteration 16700 found worse value: 363.604853035. iteration 16701 found worse value: 363.604853035. iteration 16702 found worse value: 363.604853035. iteration16702, perturbing to get out of local maxima iteration 16703 found worse value: 363.604853035. iteration 16704 found worse value: 363.604853035. iteration 16705 found worse value: 363.604853035. iteration 16706 found worse value: 363.604853035. iteration 16707 found worse value: 363.604853035. iteration 16708 found worse value: 363.604853035. iteration 16709 found worse value: 363.604853035. iteration 16710 found worse value: 363.604853035. iteration 16711 found worse value: 363.604853035. iteration 16712 found worse value: 363.604853035. iteration 16713 found worse value: 363.604853035. iteration 16714 found worse value: 363.604853035. iteration16714, perturbing to get out of local maxima iteration 16715 found worse value: 363.604853035. iteration 16716 found worse value: 363.604853035. iteration16716, perturbing to get out of local maxima iteration 16717 found worse value: 363.604853035. iteration 16718 found worse value: 363.604853035. iteration 16719 found worse value: 363.604853035. iteration 16720 found worse value: 363.604853035. iteration 16721 found worse value: 363.604853035. iteration 16722 found worse value: 363.604853035. iteration 16723 found worse value: 363.604853035. iteration 16724 found worse value: 363.604853035. iteration 16725 found worse value: 363.604853035. iteration 16726 found worse value: 363.604853035. iteration 16727 found worse value: 363.604853035. iteration 16728 found worse value: 363.604853035. iteration 16729 found worse value: 363.604853035. iteration 16730 found worse value: 363.604853035. iteration 16731 found worse value: 363.604853035. iteration 16732 found worse value: 363.604853035. iteration 16733 found worse value: 363.604853035. iteration 16734 found worse value: 363.604853035. iteration 16735 found worse value: 363.604853035. iteration 16736 found worse value: 363.604853035. iteration16736, perturbing to get out of local maxima iteration 16737 found worse value: 363.604853035. iteration 16738 found worse value: 363.604853035. iteration16738, perturbing to get out of local maxima iteration 16739 found worse value: 363.604853035. iteration 16740 found worse value: 363.604853035. iteration 16741 found worse value: 363.604853035. iteration 16742 found worse value: 363.604853035. iteration 16743 found worse value: 363.604853035. iteration 16744 found worse value: 363.604853035. iteration 16745 found worse value: 363.604853035. iteration 16746 found worse value: 363.604853035. iteration 16747 found worse value: 363.604853035. iteration 16748 found worse value: 363.604853035. iteration 16749 found worse value: 363.604853035. iteration 16750 found worse value: 363.604853035. iteration 16751 found worse value: 363.604853035. iteration 16752 found worse value: 363.604853035. iteration 16753 found worse value: 363.604853035. iteration 16754 found worse value: 363.604853035. iteration 16755 found worse value: 363.604853035. iteration 16756 found worse value: 363.604853035. iteration 16757 found worse value: 363.604853035. iteration 16758 found worse value: 363.604853035. iteration 16759 found worse value: 363.604853035. iteration 16760 found worse value: 363.604853035. iteration 16761 found worse value: 363.604853035. iteration 16762 found worse value: 363.604853035. iteration 16763 found worse value: 363.604853035. iteration 16764 found worse value: 363.604853035. iteration 16765 found worse value: 363.604853035. iteration 16766 found worse value: 363.604853035. iteration 16767 found worse value: 363.604853035. iteration 16768 found worse value: 363.604853035. iteration 16769 found worse value: 363.604853035. iteration 16770 found worse value: 363.604853035. iteration 16771 found worse value: 363.604853035. iteration 16772 found worse value: 363.604853035. iteration 16773 found worse value: 363.604853035. iteration16773, perturbing to get out of local maxima iteration 16774 found worse value: 363.604853035. iteration 16775 found worse value: 363.604853035. iteration 16776 found worse value: 363.604853035. iteration 16777 found worse value: 363.604853035. iteration 16778 found worse value: 363.604853035. iteration 16779 found worse value: 363.604853035. iteration 16780 found worse value: 363.604853035. iteration 16781 found worse value: 363.604853035. iteration 16782 found worse value: 363.604853035. iteration 16783 found worse value: 363.604853035. iteration 16784 found worse value: 363.604853035. iteration 16785 found worse value: 363.604853035. iteration 16786 found worse value: 363.604853035. iteration 16787 found worse value: 363.604853035. iteration 16788 found worse value: 363.604853035. iteration 16789 found worse value: 363.604853035. iteration 16790 found worse value: 363.604853035. iteration 16791 found worse value: 363.604853035. iteration 16792 found worse value: 363.604853035. iteration 16793 found worse value: 363.604853035. iteration 16794 found worse value: 363.604853035. iteration 16795 found worse value: 363.604853035. iteration 16796 found worse value: 363.604853035. iteration 16797 found worse value: 363.604853035. iteration 16798 found worse value: 363.604853035. iteration 16799 found worse value: 363.604853035. iteration 16800 found worse value: 363.604853035. iteration 16801 found worse value: 363.604853035. iteration 16802 found worse value: 363.604853035. iteration16802, perturbing to get out of local maxima iteration 16803 found worse value: 363.604853035. iteration 16804 found worse value: 363.604853035. iteration 16805 found worse value: 363.604853035. iteration 16806 found worse value: 363.604853035. iteration 16807 found worse value: 363.604853035. iteration 16808 found worse value: 363.604853035. iteration 16809 found worse value: 363.604853035. iteration 16810 found worse value: 363.604853035. iteration 16811 found worse value: 363.604853035. iteration 16812 found worse value: 363.604853035. iteration 16813 found worse value: 363.604853035. iteration 16814 found worse value: 363.604853035. iteration 16815 found worse value: 363.604853035. iteration 16816 found worse value: 363.604853035. iteration 16817 found worse value: 363.604853035. iteration 16818 found worse value: 363.604853035. iteration 16819 found worse value: 363.604853035. iteration 16820 found worse value: 363.604853035. iteration 16821 found worse value: 363.604853035. iteration 16822 found worse value: 363.604853035. iteration 16823 found worse value: 363.604853035. iteration16823, perturbing to get out of local maxima iteration 16824 found worse value: 363.604853035. iteration 16825 found worse value: 363.604853035. iteration 16826 found worse value: 363.604853035. iteration 16827 found worse value: 363.604853035. iteration 16828 found worse value: 363.604853035. iteration 16829 found worse value: 363.604853035. iteration 16830 found worse value: 363.604853035. iteration 16831 found worse value: 363.604853035. iteration 16832 found worse value: 363.604853035. iteration 16833 found worse value: 363.604853035. iteration 16834 found worse value: 363.604853035. iteration 16835 found worse value: 363.604853035. iteration 16836 found worse value: 363.604853035. iteration 16837 found worse value: 363.604853035. iteration 16838 found worse value: 363.604853035. iteration 16839 found worse value: 363.604853035. iteration 16840 found worse value: 363.604853035. iteration 16841 found worse value: 363.604853035. iteration 16842 found worse value: 363.604853035. iteration 16843 found worse value: 363.604853035. iteration16843, perturbing to get out of local maxima iteration 16844 found worse value: 363.604853035. iteration 16845 found worse value: 363.604853035. iteration16845, perturbing to get out of local maxima iteration 16846 found worse value: 363.604853035. iteration 16847 found worse value: 363.604853035. iteration 16848 found worse value: 363.604853035. iteration 16849 found worse value: 363.604853035. iteration 16850 found worse value: 363.604853035. iteration 16851 found worse value: 363.604853035. iteration 16852 found worse value: 363.604853035. iteration 16853 found worse value: 363.604853035. iteration 16854 found worse value: 363.604853035. iteration16854, perturbing to get out of local maxima iteration 16855 found worse value: 363.604853035. iteration 16856 found worse value: 363.604853035. iteration 16857 found worse value: 363.604853035. iteration 16858 found worse value: 363.604853035. iteration 16859 found worse value: 363.604853035. iteration 16860 found worse value: 363.604853035. iteration 16861 found worse value: 363.604853035. iteration16861, perturbing to get out of local maxima iteration 16862 found worse value: 363.604853035. iteration 16863 found worse value: 363.604853035. iteration 16864 found worse value: 363.604853035. iteration 16865 found worse value: 363.604853035. iteration 16866 found worse value: 363.604853035. iteration 16867 found worse value: 363.604853035. iteration 16868 found worse value: 363.604853035. iteration 16869 found worse value: 363.604853035. iteration 16870 found worse value: 363.604853035. iteration 16871 found worse value: 363.604853035. iteration 16872 found worse value: 363.604853035. iteration 16873 found worse value: 363.604853035. iteration 16874 found worse value: 363.604853035. iteration 16875 found worse value: 363.604853035. iteration 16876 found worse value: 363.604853035. iteration 16877 found worse value: 363.604853035. iteration 16878 found worse value: 363.604853035. iteration 16879 found worse value: 363.604853035. iteration16879, perturbing to get out of local maxima iteration 16880 found worse value: 363.604853035. iteration 16881 found worse value: 363.604853035. iteration 16882 found worse value: 363.604853035. iteration 16883 found worse value: 363.604853035. iteration 16884 found worse value: 363.604853035. iteration 16885 found worse value: 363.604853035. iteration 16886 found worse value: 363.604853035. iteration 16887 found worse value: 363.604853035. iteration 16888 found worse value: 363.604853035. iteration 16889 found worse value: 363.604853035. iteration 16890 found worse value: 363.604853035. iteration 16891 found worse value: 363.604853035. iteration 16892 found worse value: 363.604853035. iteration 16893 found worse value: 363.604853035. iteration 16894 found worse value: 363.604853035. iteration 16895 found worse value: 363.604853035. iteration 16896 found worse value: 363.604853035. iteration 16897 found worse value: 363.604853035. iteration 16898 found worse value: 363.604853035. iteration16898, perturbing to get out of local maxima iteration 16899 found worse value: 363.604853035. iteration 16900 found worse value: 363.604853035. iteration 16901 found worse value: 363.604853035. iteration 16902 found worse value: 363.604853035. iteration 16903 found worse value: 363.604853035. iteration 16904 found worse value: 363.604853035. iteration 16905 found worse value: 363.604853035. iteration 16906 found worse value: 363.604853035. iteration 16907 found worse value: 363.604853035. iteration 16908 found worse value: 363.604853035. iteration 16909 found worse value: 363.604853035. iteration 16910 found worse value: 363.604853035. iteration 16911 found worse value: 363.604853035. iteration 16912 found worse value: 363.604853035. iteration 16913 found worse value: 363.604853035. iteration16913, perturbing to get out of local maxima iteration 16914 found worse value: 363.604853035. iteration 16915 found worse value: 363.604853035. iteration 16916 found worse value: 363.604853035. iteration 16917 found worse value: 363.604853035. iteration 16918 found worse value: 363.604853035. iteration16918, perturbing to get out of local maxima iteration 16919 found worse value: 363.604853035. iteration 16920 found worse value: 363.604853035. iteration 16921 found worse value: 363.604853035. iteration 16922 found worse value: 363.604853035. iteration 16923 found worse value: 363.604853035. iteration 16924 found worse value: 363.604853035. iteration 16925 found worse value: 363.604853035. iteration 16926 found worse value: 363.604853035. iteration 16927 found worse value: 363.604853035. iteration 16928 found worse value: 363.604853035. iteration16928, perturbing to get out of local maxima iteration 16929 found worse value: 363.604853035. iteration 16930 found worse value: 363.604853035. iteration 16931 found worse value: 363.604853035. iteration 16932 found worse value: 363.604853035. iteration 16933 found worse value: 363.604853035. iteration 16934 found worse value: 363.604853035. iteration 16935 found worse value: 363.604853035. iteration 16936 found worse value: 363.604853035. iteration 16937 found worse value: 363.604853035. iteration 16938 found worse value: 363.604853035. iteration 16939 found worse value: 363.604853035. iteration 16940 found worse value: 363.604853035. iteration 16941 found worse value: 363.604853035. iteration 16942 found worse value: 363.604853035. iteration 16943 found worse value: 363.604853035. iteration 16944 found worse value: 363.604853035. iteration 16945 found worse value: 363.604853035. iteration 16946 found worse value: 363.604853035. iteration 16947 found worse value: 363.604853035. iteration 16948 found worse value: 363.604853035. iteration 16949 found worse value: 363.604853035. iteration 16950 found worse value: 363.604853035. iteration 16951 found worse value: 363.604853035. iteration 16952 found worse value: 363.604853035. iteration16952, perturbing to get out of local maxima iteration 16953 found worse value: 363.604853035. iteration 16954 found worse value: 363.604853035. iteration 16955 found worse value: 363.604853035. iteration 16956 found worse value: 363.604853035. iteration 16957 found worse value: 363.604853035. iteration 16958 found worse value: 363.604853035. iteration 16959 found worse value: 363.604853035. iteration 16960 found worse value: 363.604853035. iteration 16961 found worse value: 363.604853035. iteration 16962 found worse value: 363.604853035. iteration 16963 found worse value: 363.604853035. iteration 16964 found worse value: 363.604853035. iteration16964, perturbing to get out of local maxima iteration 16965 found worse value: 363.604853035. iteration 16966 found worse value: 363.604853035. iteration 16967 found worse value: 363.604853035. iteration 16968 found worse value: 363.604853035. iteration 16969 found worse value: 363.604853035. iteration 16970 found worse value: 363.604853035. iteration 16971 found worse value: 363.604853035. iteration 16972 found worse value: 363.604853035. iteration16972, perturbing to get out of local maxima iteration 16973 found worse value: 363.604853035. iteration 16974 found worse value: 363.604853035. iteration 16975 found worse value: 363.604853035. iteration 16976 found worse value: 363.604853035. iteration 16977 found worse value: 363.604853035. iteration 16978 found worse value: 363.604853035. iteration 16979 found worse value: 363.604853035. iteration 16980 found worse value: 363.604853035. iteration 16981 found worse value: 363.604853035. iteration 16982 found worse value: 363.604853035. iteration 16983 found worse value: 363.604853035. iteration 16984 found worse value: 363.604853035. iteration 16985 found worse value: 363.604853035. iteration 16986 found worse value: 363.604853035. iteration 16987 found worse value: 363.604853035. iteration 16988 found worse value: 363.604853035. iteration16988, perturbing to get out of local maxima iteration 16989 found worse value: 363.604853035. iteration 16990 found worse value: 363.604853035. iteration 16991 found worse value: 363.604853035. iteration 16992 found worse value: 363.604853035. iteration 16993 found worse value: 363.604853035. iteration 16994 found worse value: 363.604853035. iteration 16995 found worse value: 363.604853035. iteration 16996 found worse value: 363.604853035. iteration 16997 found worse value: 363.604853035. iteration 16998 found worse value: 363.604853035. iteration 16999 found worse value: 363.604853035. iteration 17000 found worse value: 363.604853035. iteration 17001 found worse value: 363.604853035. iteration 17002 found worse value: 363.604853035. iteration 17003 found worse value: 363.604853035. iteration 17004 found worse value: 363.604853035. iteration 17005 found worse value: 363.604853035. iteration17005, perturbing to get out of local maxima iteration 17006 found worse value: 363.604853035. iteration 17007 found worse value: 363.604853035. iteration 17008 found worse value: 363.604853035. iteration 17009 found worse value: 363.604853035. iteration 17010 found worse value: 363.604853035. iteration 17011 found worse value: 363.604853035. iteration 17012 found worse value: 363.604853035. iteration 17013 found worse value: 363.604853035. iteration 17014 found worse value: 363.604853035. iteration 17015 found worse value: 363.604853035. iteration 17016 found worse value: 363.604853035. iteration 17017 found worse value: 363.604853035. iteration 17018 found worse value: 363.604853035. iteration 17019 found worse value: 363.604853035. iteration 17020 found worse value: 363.604853035. iteration 17021 found worse value: 363.604853035. iteration 17022 found worse value: 363.604853035. iteration 17023 found worse value: 363.604853035. iteration17023, perturbing to get out of local maxima iteration 17024 found worse value: 363.604853035. iteration 17025 found worse value: 363.604853035. iteration 17026 found worse value: 363.604853035. iteration 17027 found worse value: 363.604853035. iteration17027, perturbing to get out of local maxima iteration 17028 found worse value: 363.604853035. iteration 17029 found worse value: 363.604853035. iteration 17030 found worse value: 363.604853035. iteration 17031 found worse value: 363.604853035. iteration 17032 found worse value: 363.604853035. iteration 17033 found worse value: 363.604853035. iteration 17034 found worse value: 363.604853035. iteration 17035 found worse value: 363.604853035. iteration 17036 found worse value: 363.604853035. iteration17036, perturbing to get out of local maxima iteration 17037 found worse value: 363.604853035. iteration 17038 found worse value: 363.604853035. iteration 17039 found worse value: 363.604853035. iteration 17040 found worse value: 363.604853035. iteration 17041 found worse value: 363.604853035. iteration17041, perturbing to get out of local maxima iteration 17042 found worse value: 363.604853035. iteration 17043 found worse value: 363.604853035. iteration 17044 found worse value: 363.604853035. iteration 17045 found worse value: 363.604853035. iteration 17046 found worse value: 363.604853035. iteration 17047 found worse value: 363.604853035. iteration17047, perturbing to get out of local maxima iteration 17048 found worse value: 363.604853035. iteration 17049 found worse value: 363.604853035. iteration 17050 found worse value: 363.604853035. iteration 17051 found worse value: 363.604853035. iteration 17052 found worse value: 363.604853035. iteration 17053 found worse value: 363.604853035. iteration17053, perturbing to get out of local maxima iteration 17054 found worse value: 363.604853035. iteration 17055 found worse value: 363.604853035. iteration 17056 found worse value: 363.604853035. iteration 17057 found worse value: 363.604853035. iteration 17058 found worse value: 363.604853035. iteration 17059 found worse value: 363.604853035. iteration 17060 found worse value: 363.604853035. iteration17060, perturbing to get out of local maxima iteration 17061 found worse value: 363.604853035. iteration 17062 found worse value: 363.604853035. iteration 17063 found worse value: 363.604853035. iteration 17064 found worse value: 363.604853035. iteration 17065 found worse value: 363.604853035. iteration 17066 found worse value: 363.604853035. iteration 17067 found worse value: 363.604853035. iteration 17068 found worse value: 363.604853035. iteration 17069 found worse value: 363.604853035. iteration 17070 found worse value: 363.604853035. iteration 17071 found worse value: 363.604853035. iteration 17072 found worse value: 363.604853035. iteration 17073 found worse value: 363.604853035. iteration 17074 found worse value: 363.604853035. iteration 17075 found worse value: 363.604853035. iteration 17076 found worse value: 363.604853035. iteration 17077 found worse value: 363.604853035. iteration17077, perturbing to get out of local maxima iteration 17078 found worse value: 363.604853035. iteration17078, perturbing to get out of local maxima iteration 17079 found worse value: 363.604853035. iteration 17080 found worse value: 363.604853035. iteration 17081 found worse value: 363.604853035. iteration 17082 found worse value: 363.604853035. iteration 17083 found worse value: 363.604853035. iteration 17084 found worse value: 363.604853035. iteration 17085 found worse value: 363.604853035. iteration 17086 found worse value: 363.604853035. iteration17086, perturbing to get out of local maxima iteration 17087 found worse value: 363.604853035. iteration 17088 found worse value: 363.604853035. iteration 17089 found worse value: 363.604853035. iteration 17090 found worse value: 363.604853035. iteration 17091 found worse value: 363.604853035. iteration 17092 found worse value: 363.604853035. iteration 17093 found worse value: 363.604853035. iteration17093, perturbing to get out of local maxima iteration 17094 found worse value: 363.604853035. iteration 17095 found worse value: 363.604853035. iteration 17096 found worse value: 363.604853035. iteration 17097 found worse value: 363.604853035. iteration 17098 found worse value: 363.604853035. iteration 17099 found worse value: 363.604853035. iteration 17100 found worse value: 363.604853035. iteration 17101 found worse value: 363.604853035. iteration 17102 found worse value: 363.604853035. iteration 17103 found worse value: 363.604853035. iteration 17104 found worse value: 363.604853035. iteration 17105 found worse value: 363.604853035. iteration 17106 found worse value: 363.604853035. iteration 17107 found worse value: 363.604853035. iteration 17108 found worse value: 363.604853035. iteration 17109 found worse value: 363.604853035. iteration 17110 found worse value: 363.604853035. iteration 17111 found worse value: 363.604853035. iteration 17112 found worse value: 363.604853035. iteration 17113 found worse value: 363.604853035. iteration 17114 found worse value: 363.604853035. iteration 17115 found worse value: 363.604853035. iteration 17116 found worse value: 363.604853035. iteration 17117 found worse value: 363.604853035. iteration 17118 found worse value: 363.604853035. iteration 17119 found worse value: 363.604853035. iteration 17120 found worse value: 363.604853035. iteration 17121 found worse value: 363.604853035. iteration 17122 found worse value: 363.604853035. iteration 17123 found worse value: 363.604853035. iteration 17124 found worse value: 363.604853035. iteration 17125 found worse value: 363.604853035. iteration 17126 found worse value: 363.604853035. iteration 17127 found worse value: 363.604853035. iteration 17128 found worse value: 363.604853035. iteration 17129 found worse value: 363.604853035. iteration 17130 found worse value: 363.604853035. iteration 17131 found worse value: 363.604853035. iteration 17132 found worse value: 363.604853035. iteration17132, perturbing to get out of local maxima iteration 17133 found worse value: 363.604853035. iteration 17134 found worse value: 363.604853035. iteration 17135 found worse value: 363.604853035. iteration17135, perturbing to get out of local maxima iteration 17136 found worse value: 363.604853035. iteration 17137 found worse value: 363.604853035. iteration 17138 found worse value: 363.604853035. iteration17138, perturbing to get out of local maxima iteration 17139 found worse value: 363.604853035. iteration 17140 found worse value: 363.604853035. iteration 17141 found worse value: 363.604853035. iteration 17142 found worse value: 363.604853035. iteration 17143 found worse value: 363.604853035. iteration 17144 found worse value: 363.604853035. iteration 17145 found worse value: 363.604853035. iteration 17146 found worse value: 363.604853035. iteration 17147 found worse value: 363.604853035. iteration 17148 found worse value: 363.604853035. iteration 17149 found worse value: 363.604853035. iteration 17150 found worse value: 363.604853035. iteration 17151 found worse value: 363.604853035. iteration 17152 found worse value: 363.604853035. iteration 17153 found worse value: 363.604853035. iteration 17154 found worse value: 363.604853035. iteration 17155 found worse value: 363.604853035. iteration 17156 found worse value: 363.604853035. iteration 17157 found worse value: 363.604853035. iteration 17158 found worse value: 363.604853035. iteration 17159 found worse value: 363.604853035. iteration 17160 found worse value: 363.604853035. iteration 17161 found worse value: 363.604853035. iteration 17162 found worse value: 363.604853035. iteration 17163 found worse value: 363.604853035. iteration 17164 found worse value: 363.604853035. iteration 17165 found worse value: 363.604853035. iteration 17166 found worse value: 363.604853035. iteration 17167 found worse value: 363.604853035. iteration 17168 found worse value: 363.604853035. iteration 17169 found worse value: 363.604853035. iteration 17170 found worse value: 363.604853035. iteration17170, perturbing to get out of local maxima iteration 17171 found worse value: 363.604853035. iteration 17172 found worse value: 363.604853035. iteration 17173 found worse value: 363.604853035. iteration 17174 found worse value: 363.604853035. iteration 17175 found worse value: 363.604853035. iteration 17176 found worse value: 363.604853035. iteration 17177 found worse value: 363.604853035. iteration 17178 found worse value: 363.604853035. iteration 17179 found worse value: 363.604853035. iteration 17180 found worse value: 363.604853035. iteration 17181 found worse value: 363.604853035. iteration 17182 found worse value: 363.604853035. iteration 17183 found worse value: 363.604853035. iteration 17184 found worse value: 363.604853035. iteration 17185 found worse value: 363.604853035. iteration 17186 found worse value: 363.604853035. iteration 17187 found worse value: 363.604853035. iteration17187, perturbing to get out of local maxima iteration 17188 found worse value: 363.604853035. iteration 17189 found worse value: 363.604853035. iteration 17190 found worse value: 363.604853035. iteration 17191 found worse value: 363.604853035. iteration 17192 found worse value: 363.604853035. iteration 17193 found worse value: 363.604853035. iteration 17194 found worse value: 363.604853035. iteration 17195 found worse value: 363.604853035. iteration 17196 found worse value: 363.604853035. iteration 17197 found worse value: 363.604853035. iteration 17198 found worse value: 363.604853035. iteration 17199 found worse value: 363.604853035. iteration 17200 found worse value: 363.604853035. iteration 17201 found worse value: 363.604853035. iteration 17202 found worse value: 363.604853035. iteration 17203 found worse value: 363.604853035. iteration17203, perturbing to get out of local maxima iteration 17204 found worse value: 363.604853035. iteration 17205 found worse value: 363.604853035. iteration 17206 found worse value: 363.604853035. iteration 17207 found worse value: 363.604853035. iteration 17208 found worse value: 363.604853035. iteration 17209 found worse value: 363.604853035. iteration 17210 found worse value: 363.604853035. iteration 17211 found worse value: 363.604853035. iteration 17212 found worse value: 363.604853035. iteration 17213 found worse value: 363.604853035. iteration 17214 found worse value: 363.604853035. iteration 17215 found worse value: 363.604853035. iteration 17216 found worse value: 363.604853035. iteration 17217 found worse value: 363.604853035. iteration 17218 found worse value: 363.604853035. iteration 17219 found worse value: 363.604853035. iteration 17220 found worse value: 363.604853035. iteration 17221 found worse value: 363.604853035. iteration 17222 found worse value: 363.604853035. iteration 17223 found worse value: 363.604853035. iteration 17224 found worse value: 363.604853035. iteration 17225 found worse value: 363.604853035. iteration 17226 found worse value: 363.604853035. iteration17226, perturbing to get out of local maxima iteration 17227 found worse value: 363.604853035. iteration 17228 found worse value: 363.604853035. iteration 17229 found worse value: 363.604853035. iteration 17230 found worse value: 363.604853035. iteration 17231 found worse value: 363.604853035. iteration 17232 found worse value: 363.604853035. iteration 17233 found worse value: 363.604853035. iteration 17234 found worse value: 363.604853035. iteration 17235 found worse value: 363.604853035. iteration 17236 found worse value: 363.604853035. iteration 17237 found worse value: 363.604853035. iteration 17238 found worse value: 363.604853035. iteration 17239 found worse value: 363.604853035. iteration17239, perturbing to get out of local maxima iteration 17240 found worse value: 363.604853035. iteration 17241 found worse value: 363.604853035. iteration 17242 found worse value: 363.604853035. iteration 17243 found worse value: 363.604853035. iteration 17244 found worse value: 363.604853035. iteration 17245 found worse value: 363.604853035. iteration 17246 found worse value: 363.604853035. iteration 17247 found worse value: 363.604853035. iteration 17248 found worse value: 363.604853035. iteration 17249 found worse value: 363.604853035. iteration 17250 found worse value: 363.604853035. iteration17250, perturbing to get out of local maxima iteration 17251 found worse value: 363.604853035. iteration 17252 found worse value: 363.604853035. iteration 17253 found worse value: 363.604853035. iteration 17254 found worse value: 363.604853035. iteration 17255 found worse value: 363.604853035. iteration 17256 found worse value: 363.604853035. iteration 17257 found worse value: 363.604853035. iteration 17258 found worse value: 363.604853035. iteration 17259 found worse value: 363.604853035. iteration17259, perturbing to get out of local maxima iteration 17260 found worse value: 363.604853035. iteration 17261 found worse value: 363.604853035. iteration 17262 found worse value: 363.604853035. iteration 17263 found worse value: 363.604853035. iteration 17264 found worse value: 363.604853035. iteration 17265 found worse value: 363.604853035. iteration 17266 found worse value: 363.604853035. iteration 17267 found worse value: 363.604853035. iteration 17268 found worse value: 363.604853035. iteration 17269 found worse value: 363.604853035. iteration17269, perturbing to get out of local maxima iteration 17270 found worse value: 363.604853035. iteration 17271 found worse value: 363.604853035. iteration 17272 found worse value: 363.604853035. iteration 17273 found worse value: 363.604853035. iteration 17274 found worse value: 363.604853035. iteration 17275 found worse value: 363.604853035. iteration 17276 found worse value: 363.604853035. iteration 17277 found worse value: 363.604853035. iteration 17278 found worse value: 363.604853035. iteration 17279 found worse value: 363.604853035. iteration 17280 found worse value: 363.604853035. iteration 17281 found worse value: 363.604853035. iteration 17282 found worse value: 363.604853035. iteration 17283 found worse value: 363.604853035. iteration 17284 found worse value: 363.604853035. iteration 17285 found worse value: 363.604853035. iteration 17286 found worse value: 363.604853035. iteration 17287 found worse value: 363.604853035. iteration 17288 found worse value: 363.604853035. iteration 17289 found worse value: 363.604853035. iteration 17290 found worse value: 363.604853035. iteration 17291 found worse value: 363.604853035. iteration 17292 found worse value: 363.604853035. iteration 17293 found worse value: 363.604853035. iteration 17294 found worse value: 363.604853035. iteration 17295 found worse value: 363.604853035. iteration 17296 found worse value: 363.604853035. iteration 17297 found worse value: 363.604853035. iteration17297, perturbing to get out of local maxima iteration 17298 found worse value: 363.604853035. iteration 17299 found worse value: 363.604853035. iteration 17300 found worse value: 363.604853035. iteration 17301 found worse value: 363.604853035. iteration 17302 found worse value: 363.604853035. iteration 17303 found worse value: 363.604853035. iteration 17304 found worse value: 363.604853035. iteration 17305 found worse value: 363.604853035. iteration 17306 found worse value: 363.604853035. iteration 17307 found worse value: 363.604853035. iteration 17308 found worse value: 363.604853035. iteration 17309 found worse value: 363.604853035. iteration 17310 found worse value: 363.604853035. iteration 17311 found worse value: 363.604853035. iteration 17312 found worse value: 363.604853035. iteration 17313 found worse value: 363.604853035. iteration17313, perturbing to get out of local maxima iteration 17314 found worse value: 363.604853035. iteration 17315 found worse value: 363.604853035. iteration 17316 found worse value: 363.604853035. iteration 17317 found worse value: 363.604853035. iteration 17318 found worse value: 363.604853035. iteration 17319 found worse value: 363.604853035. iteration 17320 found worse value: 363.604853035. iteration 17321 found worse value: 363.604853035. iteration 17322 found worse value: 363.604853035. iteration 17323 found worse value: 363.604853035. iteration 17324 found worse value: 363.604853035. iteration 17325 found worse value: 363.604853035. iteration 17326 found worse value: 363.604853035. iteration 17327 found worse value: 363.604853035. iteration 17328 found worse value: 363.604853035. iteration 17329 found worse value: 363.604853035. iteration 17330 found worse value: 363.604853035. iteration 17331 found worse value: 363.604853035. iteration 17332 found worse value: 363.604853035. iteration 17333 found worse value: 363.604853035. iteration 17334 found worse value: 363.604853035. iteration 17335 found worse value: 363.604853035. iteration 17336 found worse value: 363.604853035. iteration 17337 found worse value: 363.604853035. iteration 17338 found worse value: 363.604853035. iteration 17339 found worse value: 363.604853035. iteration 17340 found worse value: 363.604853035. iteration 17341 found worse value: 363.604853035. iteration 17342 found worse value: 363.604853035. iteration 17343 found worse value: 363.604853035. iteration17343, perturbing to get out of local maxima iteration 17344 found worse value: 363.604853035. iteration 17345 found worse value: 363.604853035. iteration 17346 found worse value: 363.604853035. iteration 17347 found worse value: 363.604853035. iteration 17348 found worse value: 363.604853035. iteration 17349 found worse value: 363.604853035. iteration 17350 found worse value: 363.604853035. iteration 17351 found worse value: 363.604853035. iteration 17352 found worse value: 363.604853035. iteration 17353 found worse value: 363.604853035. iteration 17354 found worse value: 363.604853035. iteration 17355 found worse value: 363.604853035. iteration 17356 found worse value: 363.604853035. iteration 17357 found worse value: 363.604853035. iteration 17358 found worse value: 363.604853035. iteration17358, perturbing to get out of local maxima iteration 17359 found worse value: 363.604853035. iteration 17360 found worse value: 363.604853035. iteration 17361 found worse value: 363.604853035. iteration 17362 found worse value: 363.604853035. iteration 17363 found worse value: 363.604853035. iteration 17364 found worse value: 363.604853035. iteration 17365 found worse value: 363.604853035. iteration 17366 found worse value: 363.604853035. iteration 17367 found worse value: 363.604853035. iteration 17368 found worse value: 363.604853035. iteration 17369 found worse value: 363.604853035. iteration 17370 found worse value: 363.604853035. iteration 17371 found worse value: 363.604853035. iteration 17372 found worse value: 363.604853035. iteration 17373 found worse value: 363.604853035. iteration 17374 found worse value: 363.604853035. iteration 17375 found worse value: 363.604853035. iteration17375, perturbing to get out of local maxima iteration 17376 found worse value: 363.604853035. iteration 17377 found worse value: 363.604853035. iteration 17378 found worse value: 363.604853035. iteration 17379 found worse value: 363.604853035. iteration 17380 found worse value: 363.604853035. iteration 17381 found worse value: 363.604853035. iteration 17382 found worse value: 363.604853035. iteration 17383 found worse value: 363.604853035. iteration 17384 found worse value: 363.604853035. iteration 17385 found worse value: 363.604853035. iteration 17386 found worse value: 363.604853035. iteration 17387 found worse value: 363.604853035. iteration 17388 found worse value: 363.604853035. iteration 17389 found worse value: 363.604853035. iteration 17390 found worse value: 363.604853035. iteration 17391 found worse value: 363.604853035. iteration 17392 found worse value: 363.604853035. iteration 17393 found worse value: 363.604853035. iteration 17394 found worse value: 363.604853035. iteration 17395 found worse value: 363.604853035. iteration 17396 found worse value: 363.604853035. iteration 17397 found worse value: 363.604853035. iteration 17398 found worse value: 363.604853035. iteration 17399 found worse value: 363.604853035. iteration 17400 found worse value: 363.604853035. iteration 17401 found worse value: 363.604853035. iteration 17402 found worse value: 363.604853035. iteration 17403 found worse value: 363.604853035. iteration 17404 found worse value: 363.604853035. iteration 17405 found worse value: 363.604853035. iteration 17406 found worse value: 363.604853035. iteration 17407 found worse value: 363.604853035. iteration 17408 found worse value: 363.604853035. iteration 17409 found worse value: 363.604853035. iteration 17410 found worse value: 363.604853035. iteration 17411 found worse value: 363.604853035. iteration 17412 found worse value: 363.604853035. iteration 17413 found worse value: 363.604853035. iteration 17414 found worse value: 363.604853035. iteration 17415 found worse value: 363.604853035. iteration17415, perturbing to get out of local maxima iteration 17416 found worse value: 363.604853035. iteration 17417 found worse value: 363.604853035. iteration 17418 found worse value: 363.604853035. iteration 17419 found worse value: 363.604853035. iteration17419, perturbing to get out of local maxima iteration 17420 found worse value: 363.604853035. iteration17420, perturbing to get out of local maxima iteration 17421 found worse value: 363.604853035. iteration 17422 found worse value: 363.604853035. iteration 17423 found worse value: 363.604853035. iteration 17424 found worse value: 363.604853035. iteration 17425 found worse value: 363.604853035. iteration 17426 found worse value: 363.604853035. iteration 17427 found worse value: 363.604853035. iteration 17428 found worse value: 363.604853035. iteration17428, perturbing to get out of local maxima iteration 17429 found worse value: 363.604853035. iteration 17430 found worse value: 363.604853035. iteration 17431 found worse value: 363.604853035. iteration 17432 found worse value: 363.604853035. iteration 17433 found worse value: 363.604853035. iteration 17434 found worse value: 363.604853035. iteration 17435 found worse value: 363.604853035. iteration 17436 found worse value: 363.604853035. iteration 17437 found worse value: 363.604853035. iteration 17438 found worse value: 363.604853035. iteration 17439 found worse value: 363.604853035. iteration 17440 found worse value: 363.604853035. iteration 17441 found worse value: 363.604853035. iteration 17442 found worse value: 363.604853035. iteration 17443 found worse value: 363.604853035. iteration 17444 found worse value: 363.604853035. iteration 17445 found worse value: 363.604853035. iteration 17446 found worse value: 363.604853035. iteration 17447 found worse value: 363.604853035. iteration 17448 found worse value: 363.604853035. iteration 17449 found worse value: 363.604853035. iteration 17450 found worse value: 363.604853035. iteration 17451 found worse value: 363.604853035. iteration 17452 found worse value: 363.604853035. iteration 17453 found worse value: 363.604853035. iteration 17454 found worse value: 363.604853035. iteration 17455 found worse value: 363.604853035. iteration 17456 found worse value: 363.604853035. iteration 17457 found worse value: 363.604853035. iteration 17458 found worse value: 363.604853035. iteration 17459 found worse value: 363.604853035. iteration 17460 found worse value: 363.604853035. iteration 17461 found worse value: 363.604853035. iteration 17462 found worse value: 363.604853035. iteration 17463 found worse value: 363.604853035. iteration 17464 found worse value: 363.604853035. iteration 17465 found worse value: 363.604853035. iteration 17466 found worse value: 363.604853035. iteration 17467 found worse value: 363.604853035. iteration 17468 found worse value: 363.604853035. iteration 17469 found worse value: 363.604853035. iteration 17470 found worse value: 363.604853035. iteration 17471 found worse value: 363.604853035. iteration 17472 found worse value: 363.604853035. iteration 17473 found worse value: 363.604853035. iteration 17474 found worse value: 363.604853035. iteration 17475 found worse value: 363.604853035. iteration 17476 found worse value: 363.604853035. iteration 17477 found worse value: 363.604853035. iteration 17478 found worse value: 363.604853035. iteration 17479 found worse value: 363.604853035. iteration 17480 found worse value: 363.604853035. iteration 17481 found worse value: 363.604853035. iteration 17482 found worse value: 363.604853035. iteration 17483 found worse value: 363.604853035. iteration 17484 found worse value: 363.604853035. iteration 17485 found worse value: 363.604853035. iteration 17486 found worse value: 363.604853035. iteration 17487 found worse value: 363.604853035. iteration 17488 found worse value: 363.604853035. iteration 17489 found worse value: 363.604853035. iteration 17490 found worse value: 363.604853035. iteration 17491 found worse value: 363.604853035. iteration 17492 found worse value: 363.604853035. iteration 17493 found worse value: 363.604853035. iteration 17494 found worse value: 363.604853035. iteration 17495 found worse value: 363.604853035. iteration 17496 found worse value: 363.604853035. iteration 17497 found worse value: 363.604853035. iteration 17498 found worse value: 363.604853035. iteration17498, perturbing to get out of local maxima iteration 17499 found worse value: 363.604853035. iteration 17500 found worse value: 363.604853035. iteration 17501 found worse value: 363.604853035. iteration 17502 found worse value: 363.604853035. iteration 17503 found worse value: 363.604853035. iteration 17504 found worse value: 363.604853035. iteration 17505 found worse value: 363.604853035. iteration 17506 found worse value: 363.604853035. iteration 17507 found worse value: 363.604853035. iteration 17508 found worse value: 363.604853035. iteration 17509 found worse value: 363.604853035. iteration 17510 found worse value: 363.604853035. iteration 17511 found worse value: 363.604853035. iteration 17512 found worse value: 363.604853035. iteration 17513 found worse value: 363.604853035. iteration 17514 found worse value: 363.604853035. iteration 17515 found worse value: 363.604853035. iteration 17516 found worse value: 363.604853035. iteration17516, perturbing to get out of local maxima iteration 17517 found worse value: 363.604853035. iteration 17518 found worse value: 363.604853035. iteration 17519 found worse value: 363.604853035. iteration 17520 found worse value: 363.604853035. iteration 17521 found worse value: 363.604853035. iteration 17522 found worse value: 363.604853035. iteration 17523 found worse value: 363.604853035. iteration 17524 found worse value: 363.604853035. iteration 17525 found worse value: 363.604853035. iteration 17526 found worse value: 363.604853035. iteration 17527 found worse value: 363.604853035. iteration 17528 found worse value: 363.604853035. iteration 17529 found worse value: 363.604853035. iteration 17530 found worse value: 363.604853035. iteration 17531 found worse value: 363.604853035. iteration 17532 found worse value: 363.604853035. iteration 17533 found worse value: 363.604853035. iteration 17534 found worse value: 363.604853035. iteration 17535 found worse value: 363.604853035. iteration 17536 found worse value: 363.604853035. iteration 17537 found worse value: 363.604853035. iteration 17538 found worse value: 363.604853035. iteration 17539 found worse value: 363.604853035. iteration 17540 found worse value: 363.604853035. iteration 17541 found worse value: 363.604853035. iteration 17542 found worse value: 363.604853035. iteration 17543 found worse value: 363.604853035. iteration 17544 found worse value: 363.604853035. iteration 17545 found worse value: 363.604853035. iteration 17546 found worse value: 363.604853035. iteration 17547 found worse value: 363.604853035. iteration 17548 found worse value: 363.604853035. iteration 17549 found worse value: 363.604853035. iteration 17550 found worse value: 363.604853035. iteration 17551 found worse value: 363.604853035. iteration 17552 found worse value: 363.604853035. iteration 17553 found worse value: 363.604853035. iteration 17554 found worse value: 363.604853035. iteration17554, perturbing to get out of local maxima iteration 17555 found worse value: 363.604853035. iteration 17556 found worse value: 363.604853035. iteration 17557 found worse value: 363.604853035. iteration 17558 found worse value: 363.604853035. iteration 17559 found worse value: 363.604853035. iteration 17560 found worse value: 363.604853035. iteration 17561 found worse value: 363.604853035. iteration 17562 found worse value: 363.604853035. iteration 17563 found worse value: 363.604853035. iteration 17564 found worse value: 363.604853035. iteration 17565 found worse value: 363.604853035. iteration 17566 found worse value: 363.604853035. iteration 17567 found worse value: 363.604853035. iteration 17568 found worse value: 363.604853035. iteration17568, perturbing to get out of local maxima iteration 17569 found worse value: 363.604853035. iteration 17570 found worse value: 363.604853035. iteration 17571 found worse value: 363.604853035. iteration 17572 found worse value: 363.604853035. iteration 17573 found worse value: 363.604853035. iteration 17574 found worse value: 363.604853035. iteration 17575 found worse value: 363.604853035. iteration 17576 found worse value: 363.604853035. iteration 17577 found worse value: 363.604853035. iteration 17578 found worse value: 363.604853035. iteration 17579 found worse value: 363.604853035. iteration 17580 found worse value: 363.604853035. iteration 17581 found worse value: 363.604853035. iteration17581, perturbing to get out of local maxima iteration 17582 found worse value: 363.604853035. iteration 17583 found worse value: 363.604853035. iteration17583, perturbing to get out of local maxima iteration 17584 found worse value: 363.604853035. iteration 17585 found worse value: 363.604853035. iteration 17586 found worse value: 363.604853035. iteration 17587 found worse value: 363.604853035. iteration 17588 found worse value: 363.604853035. iteration 17589 found worse value: 363.604853035. iteration 17590 found worse value: 363.604853035. iteration 17591 found worse value: 363.604853035. iteration17591, perturbing to get out of local maxima iteration 17592 found worse value: 363.604853035. iteration 17593 found worse value: 363.604853035. iteration 17594 found worse value: 363.604853035. iteration 17595 found worse value: 363.604853035. iteration17595, perturbing to get out of local maxima iteration 17596 found worse value: 363.604853035. iteration 17597 found worse value: 363.604853035. iteration 17598 found worse value: 363.604853035. iteration 17599 found worse value: 363.604853035. iteration 17600 found worse value: 363.604853035. iteration 17601 found worse value: 363.604853035. iteration 17602 found worse value: 363.604853035. iteration 17603 found worse value: 363.604853035. iteration 17604 found worse value: 363.604853035. iteration 17605 found worse value: 363.604853035. iteration 17606 found worse value: 363.604853035. iteration 17607 found worse value: 363.604853035. iteration 17608 found worse value: 363.604853035. iteration 17609 found worse value: 363.604853035. iteration 17610 found worse value: 363.604853035. iteration 17611 found worse value: 363.604853035. iteration 17612 found worse value: 363.604853035. iteration 17613 found worse value: 363.604853035. iteration 17614 found worse value: 363.604853035. iteration 17615 found worse value: 363.604853035. iteration 17616 found worse value: 363.604853035. iteration 17617 found worse value: 363.604853035. iteration 17618 found worse value: 363.604853035. iteration 17619 found worse value: 363.604853035. iteration 17620 found worse value: 363.604853035. iteration 17621 found worse value: 363.604853035. iteration 17622 found worse value: 363.604853035. iteration 17623 found worse value: 363.604853035. iteration 17624 found worse value: 363.604853035. iteration 17625 found worse value: 363.604853035. iteration 17626 found worse value: 363.604853035. iteration 17627 found worse value: 363.604853035. iteration 17628 found worse value: 363.604853035. iteration 17629 found worse value: 363.604853035. iteration 17630 found worse value: 363.604853035. iteration 17631 found worse value: 363.604853035. iteration 17632 found worse value: 363.604853035. iteration 17633 found worse value: 363.604853035. iteration 17634 found worse value: 363.604853035. iteration 17635 found worse value: 363.604853035. iteration 17636 found worse value: 363.604853035. iteration 17637 found worse value: 363.604853035. iteration 17638 found worse value: 363.604853035. iteration 17639 found worse value: 363.604853035. iteration 17640 found worse value: 363.604853035. iteration 17641 found worse value: 363.604853035. iteration 17642 found worse value: 363.604853035. iteration 17643 found worse value: 363.604853035. iteration 17644 found worse value: 363.604853035. iteration17644, perturbing to get out of local maxima iteration 17645 found worse value: 363.604853035. iteration 17646 found worse value: 363.604853035. iteration 17647 found worse value: 363.604853035. iteration 17648 found worse value: 363.604853035. iteration 17649 found worse value: 363.604853035. iteration 17650 found worse value: 363.604853035. iteration 17651 found worse value: 363.604853035. iteration 17652 found worse value: 363.604853035. iteration 17653 found worse value: 363.604853035. iteration 17654 found worse value: 363.604853035. iteration 17655 found worse value: 363.604853035. iteration 17656 found worse value: 363.604853035. iteration 17657 found worse value: 363.604853035. iteration 17658 found worse value: 363.604853035. iteration 17659 found worse value: 363.604853035. iteration 17660 found worse value: 363.604853035. iteration 17661 found worse value: 363.604853035. iteration 17662 found worse value: 363.604853035. iteration 17663 found worse value: 363.604853035. iteration 17664 found worse value: 363.604853035. iteration 17665 found worse value: 363.604853035. iteration 17666 found worse value: 363.604853035. iteration 17667 found worse value: 363.604853035. iteration 17668 found worse value: 363.604853035. iteration 17669 found worse value: 363.604853035. iteration 17670 found worse value: 363.604853035. iteration17670, perturbing to get out of local maxima iteration 17671 found worse value: 363.604853035. iteration 17672 found worse value: 363.604853035. iteration 17673 found worse value: 363.604853035. iteration 17674 found worse value: 363.604853035. iteration 17675 found worse value: 363.604853035. iteration 17676 found worse value: 363.604853035. iteration 17677 found worse value: 363.604853035. iteration 17678 found worse value: 363.604853035. iteration 17679 found worse value: 363.604853035. iteration 17680 found worse value: 363.604853035. iteration 17681 found worse value: 363.604853035. iteration 17682 found worse value: 363.604853035. iteration 17683 found worse value: 363.604853035. iteration 17684 found worse value: 363.604853035. iteration 17685 found worse value: 363.604853035. iteration 17686 found worse value: 363.604853035. iteration 17687 found worse value: 363.604853035. iteration17687, perturbing to get out of local maxima iteration 17688 found worse value: 363.604853035. iteration 17689 found worse value: 363.604853035. iteration 17690 found worse value: 363.604853035. iteration17690, perturbing to get out of local maxima iteration 17691 found worse value: 363.604853035. iteration 17692 found worse value: 363.604853035. iteration 17693 found worse value: 363.604853035. iteration 17694 found worse value: 363.604853035. iteration 17695 found worse value: 363.604853035. iteration 17696 found worse value: 363.604853035. iteration 17697 found worse value: 363.604853035. iteration 17698 found worse value: 363.604853035. iteration 17699 found worse value: 363.604853035. iteration 17700 found worse value: 363.604853035. iteration 17701 found worse value: 363.604853035. iteration 17702 found worse value: 363.604853035. iteration 17703 found worse value: 363.604853035. iteration 17704 found worse value: 363.604853035. iteration 17705 found worse value: 363.604853035. iteration 17706 found worse value: 363.604853035. iteration 17707 found worse value: 363.604853035. iteration 17708 found worse value: 363.604853035. iteration 17709 found worse value: 363.604853035. iteration 17710 found worse value: 363.604853035. iteration 17711 found worse value: 363.604853035. iteration 17712 found worse value: 363.604853035. iteration 17713 found worse value: 363.604853035. iteration 17714 found worse value: 363.604853035. iteration 17715 found worse value: 363.604853035. iteration17715, perturbing to get out of local maxima iteration 17716 found worse value: 363.604853035. iteration 17717 found worse value: 363.604853035. iteration 17718 found worse value: 363.604853035. iteration 17719 found worse value: 363.604853035. iteration 17720 found worse value: 363.604853035. iteration 17721 found worse value: 363.604853035. iteration 17722 found worse value: 363.604853035. iteration 17723 found worse value: 363.604853035. iteration 17724 found worse value: 363.604853035. iteration 17725 found worse value: 363.604853035. iteration 17726 found worse value: 363.604853035. iteration 17727 found worse value: 363.604853035. iteration 17728 found worse value: 363.604853035. iteration 17729 found worse value: 363.604853035. iteration 17730 found worse value: 363.604853035. iteration 17731 found worse value: 363.604853035. iteration 17732 found worse value: 363.604853035. iteration 17733 found worse value: 363.604853035. iteration 17734 found worse value: 363.604853035. iteration 17735 found worse value: 363.604853035. iteration 17736 found worse value: 363.604853035. iteration 17737 found worse value: 363.604853035. iteration 17738 found worse value: 363.604853035. iteration 17739 found worse value: 363.604853035. iteration 17740 found worse value: 363.604853035. iteration 17741 found worse value: 363.604853035. iteration 17742 found worse value: 363.604853035. iteration 17743 found worse value: 363.604853035. iteration17743, perturbing to get out of local maxima iteration 17744 found worse value: 363.604853035. iteration17744, perturbing to get out of local maxima iteration 17745 found worse value: 363.604853035. iteration 17746 found worse value: 363.604853035. iteration 17747 found worse value: 363.604853035. iteration17747, perturbing to get out of local maxima iteration 17748 found worse value: 363.604853035. iteration 17749 found worse value: 363.604853035. iteration 17750 found worse value: 363.604853035. iteration 17751 found worse value: 363.604853035. iteration 17752 found worse value: 363.604853035. iteration 17753 found worse value: 363.604853035. iteration 17754 found worse value: 363.604853035. iteration 17755 found worse value: 363.604853035. iteration 17756 found worse value: 363.604853035. iteration 17757 found worse value: 363.604853035. iteration 17758 found worse value: 363.604853035. iteration 17759 found worse value: 363.604853035. iteration 17760 found worse value: 363.604853035. iteration 17761 found worse value: 363.604853035. iteration 17762 found worse value: 363.604853035. iteration 17763 found worse value: 363.604853035. iteration17763, perturbing to get out of local maxima iteration 17764 found worse value: 363.604853035. iteration 17765 found worse value: 363.604853035. iteration 17766 found worse value: 363.604853035. iteration 17767 found worse value: 363.604853035. iteration 17768 found worse value: 363.604853035. iteration 17769 found worse value: 363.604853035. iteration 17770 found worse value: 363.604853035. iteration 17771 found worse value: 363.604853035. iteration 17772 found worse value: 363.604853035. iteration 17773 found worse value: 363.604853035. iteration 17774 found worse value: 363.604853035. iteration 17775 found worse value: 363.604853035. iteration 17776 found worse value: 363.604853035. iteration 17777 found worse value: 363.604853035. iteration 17778 found worse value: 363.604853035. iteration 17779 found worse value: 363.604853035. iteration 17780 found worse value: 363.604853035. iteration 17781 found worse value: 363.604853035. iteration 17782 found worse value: 363.604853035. iteration 17783 found worse value: 363.604853035. iteration 17784 found worse value: 363.604853035. iteration 17785 found worse value: 363.604853035. iteration 17786 found worse value: 363.604853035. iteration 17787 found worse value: 363.604853035. iteration 17788 found worse value: 363.604853035. iteration 17789 found worse value: 363.604853035. iteration 17790 found worse value: 363.604853035. iteration 17791 found worse value: 363.604853035. iteration 17792 found worse value: 363.604853035. iteration 17793 found worse value: 363.604853035. iteration 17794 found worse value: 363.604853035. iteration 17795 found worse value: 363.604853035. iteration 17796 found worse value: 363.604853035. iteration 17797 found worse value: 363.604853035. iteration 17798 found worse value: 363.604853035. iteration 17799 found worse value: 363.604853035. iteration 17800 found worse value: 363.604853035. iteration 17801 found worse value: 363.604853035. iteration 17802 found worse value: 363.604853035. iteration 17803 found worse value: 363.604853035. iteration17803, perturbing to get out of local maxima iteration 17804 found worse value: 363.604853035. iteration 17805 found worse value: 363.604853035. iteration 17806 found worse value: 363.604853035. iteration 17807 found worse value: 363.604853035. iteration 17808 found worse value: 363.604853035. iteration 17809 found worse value: 363.604853035. iteration17809, perturbing to get out of local maxima iteration 17810 found worse value: 363.604853035. iteration 17811 found worse value: 363.604853035. iteration 17812 found worse value: 363.604853035. iteration 17813 found worse value: 363.604853035. iteration 17814 found worse value: 363.604853035. iteration 17815 found worse value: 363.604853035. iteration 17816 found worse value: 363.604853035. iteration 17817 found worse value: 363.604853035. iteration 17818 found worse value: 363.604853035. iteration 17819 found worse value: 363.604853035. iteration 17820 found worse value: 363.604853035. iteration 17821 found worse value: 363.604853035. iteration 17822 found worse value: 363.604853035. iteration 17823 found worse value: 363.604853035. iteration 17824 found worse value: 363.604853035. iteration 17825 found worse value: 363.604853035. iteration 17826 found worse value: 363.604853035. iteration 17827 found worse value: 363.604853035. iteration 17828 found worse value: 363.604853035. iteration 17829 found worse value: 363.604853035. iteration17829, perturbing to get out of local maxima iteration 17830 found worse value: 363.604853035. iteration 17831 found worse value: 363.604853035. iteration 17832 found worse value: 363.604853035. iteration 17833 found worse value: 363.604853035. iteration 17834 found worse value: 363.604853035. iteration 17835 found worse value: 363.604853035. iteration 17836 found worse value: 363.604853035. iteration 17837 found worse value: 363.604853035. iteration 17838 found worse value: 363.604853035. iteration 17839 found worse value: 363.604853035. iteration 17840 found worse value: 363.604853035. iteration 17841 found worse value: 363.604853035. iteration 17842 found worse value: 363.604853035. iteration 17843 found worse value: 363.604853035. iteration 17844 found worse value: 363.604853035. iteration 17845 found worse value: 363.604853035. iteration 17846 found worse value: 363.604853035. iteration 17847 found worse value: 363.604853035. iteration 17848 found worse value: 363.604853035. iteration 17849 found worse value: 363.604853035. iteration 17850 found worse value: 363.604853035. iteration 17851 found worse value: 363.604853035. iteration 17852 found worse value: 363.604853035. iteration 17853 found worse value: 363.604853035. iteration 17854 found worse value: 363.604853035. iteration 17855 found worse value: 363.604853035. iteration 17856 found worse value: 363.604853035. iteration 17857 found worse value: 363.604853035. iteration17857, perturbing to get out of local maxima iteration 17858 found worse value: 363.604853035. iteration 17859 found worse value: 363.604853035. iteration 17860 found worse value: 363.604853035. iteration 17861 found worse value: 363.604853035. iteration 17862 found worse value: 363.604853035. iteration 17863 found worse value: 363.604853035. iteration 17864 found worse value: 363.604853035. iteration17864, perturbing to get out of local maxima iteration 17865 found worse value: 363.604853035. iteration 17866 found worse value: 363.604853035. iteration 17867 found worse value: 363.604853035. iteration 17868 found worse value: 363.604853035. iteration 17869 found worse value: 363.604853035. iteration 17870 found worse value: 363.604853035. iteration 17871 found worse value: 363.604853035. iteration 17872 found worse value: 363.604853035. iteration 17873 found worse value: 363.604853035. iteration17873, perturbing to get out of local maxima iteration 17874 found worse value: 363.604853035. iteration 17875 found worse value: 363.604853035. iteration 17876 found worse value: 363.604853035. iteration 17877 found worse value: 363.604853035. iteration 17878 found worse value: 363.604853035. iteration 17879 found worse value: 363.604853035. iteration 17880 found worse value: 363.604853035. iteration 17881 found worse value: 363.604853035. iteration 17882 found worse value: 363.604853035. iteration 17883 found worse value: 363.604853035. iteration 17884 found worse value: 363.604853035. iteration 17885 found worse value: 363.604853035. iteration 17886 found worse value: 363.604853035. iteration 17887 found worse value: 363.604853035. iteration 17888 found worse value: 363.604853035. iteration 17889 found worse value: 363.604853035. iteration 17890 found worse value: 363.604853035. iteration 17891 found worse value: 363.604853035. iteration 17892 found worse value: 363.604853035. iteration 17893 found worse value: 363.604853035. iteration 17894 found worse value: 363.604853035. iteration 17895 found worse value: 363.604853035. iteration 17896 found worse value: 363.604853035. iteration 17897 found worse value: 363.604853035. iteration 17898 found worse value: 363.604853035. iteration 17899 found worse value: 363.604853035. iteration 17900 found worse value: 363.604853035. iteration 17901 found worse value: 363.604853035. iteration 17902 found worse value: 363.604853035. iteration 17903 found worse value: 363.604853035. iteration 17904 found worse value: 363.604853035. iteration 17905 found worse value: 363.604853035. iteration 17906 found worse value: 363.604853035. iteration 17907 found worse value: 363.604853035. iteration 17908 found worse value: 363.604853035. iteration 17909 found worse value: 363.604853035. iteration 17910 found worse value: 363.604853035. iteration 17911 found worse value: 363.604853035. iteration 17912 found worse value: 363.604853035. iteration 17913 found worse value: 363.604853035. iteration 17914 found worse value: 363.604853035. iteration 17915 found worse value: 363.604853035. iteration 17916 found worse value: 363.604853035. iteration 17917 found worse value: 363.604853035. iteration 17918 found worse value: 363.604853035. iteration 17919 found worse value: 363.604853035. iteration 17920 found worse value: 363.604853035. iteration 17921 found worse value: 363.604853035. iteration 17922 found worse value: 363.604853035. iteration 17923 found worse value: 363.604853035. iteration 17924 found worse value: 363.604853035. iteration 17925 found worse value: 363.604853035. iteration 17926 found worse value: 363.604853035. iteration 17927 found worse value: 363.604853035. iteration 17928 found worse value: 363.604853035. iteration 17929 found worse value: 363.604853035. iteration 17930 found worse value: 363.604853035. iteration 17931 found worse value: 363.604853035. iteration17931, perturbing to get out of local maxima iteration 17932 found worse value: 363.604853035. iteration 17933 found worse value: 363.604853035. iteration 17934 found worse value: 363.604853035. iteration 17935 found worse value: 363.604853035. iteration 17936 found worse value: 363.604853035. iteration 17937 found worse value: 363.604853035. iteration 17938 found worse value: 363.604853035. iteration 17939 found worse value: 363.604853035. iteration 17940 found worse value: 363.604853035. iteration17940, perturbing to get out of local maxima iteration 17941 found worse value: 363.604853035. iteration 17942 found worse value: 363.604853035. iteration 17943 found worse value: 363.604853035. iteration 17944 found worse value: 363.604853035. iteration 17945 found worse value: 363.604853035. iteration 17946 found worse value: 363.604853035. iteration 17947 found worse value: 363.604853035. iteration 17948 found worse value: 363.604853035. iteration 17949 found worse value: 363.604853035. iteration 17950 found worse value: 363.604853035. iteration 17951 found worse value: 363.604853035. iteration 17952 found worse value: 363.604853035. iteration 17953 found worse value: 363.604853035. iteration 17954 found worse value: 363.604853035. iteration 17955 found worse value: 363.604853035. iteration17955, perturbing to get out of local maxima iteration 17956 found worse value: 363.604853035. iteration 17957 found worse value: 363.604853035. iteration 17958 found worse value: 363.604853035. iteration 17959 found worse value: 363.604853035. iteration 17960 found worse value: 363.604853035. iteration 17961 found worse value: 363.604853035. iteration 17962 found worse value: 363.604853035. iteration 17963 found worse value: 363.604853035. iteration 17964 found worse value: 363.604853035. iteration 17965 found worse value: 363.604853035. iteration 17966 found worse value: 363.604853035. iteration 17967 found worse value: 363.604853035. iteration 17968 found worse value: 363.604853035. iteration17968, perturbing to get out of local maxima iteration 17969 found worse value: 363.604853035. iteration 17970 found worse value: 363.604853035. iteration 17971 found worse value: 363.604853035. iteration 17972 found worse value: 363.604853035. iteration 17973 found worse value: 363.604853035. iteration 17974 found worse value: 363.604853035. iteration 17975 found worse value: 363.604853035. iteration 17976 found worse value: 363.604853035. iteration 17977 found worse value: 363.604853035. iteration 17978 found worse value: 363.604853035. iteration 17979 found worse value: 363.604853035. iteration 17980 found worse value: 363.604853035. iteration 17981 found worse value: 363.604853035. iteration 17982 found worse value: 363.604853035. iteration 17983 found worse value: 363.604853035. iteration 17984 found worse value: 363.604853035. iteration 17985 found worse value: 363.604853035. iteration 17986 found worse value: 363.604853035. iteration 17987 found worse value: 363.604853035. iteration 17988 found worse value: 363.604853035. iteration 17989 found worse value: 363.604853035. iteration 17990 found worse value: 363.604853035. iteration 17991 found worse value: 363.604853035. iteration 17992 found worse value: 363.604853035. iteration17992, perturbing to get out of local maxima iteration 17993 found worse value: 363.604853035. iteration 17994 found worse value: 363.604853035. iteration 17995 found worse value: 363.604853035. iteration 17996 found worse value: 363.604853035. iteration 17997 found worse value: 363.604853035. iteration 17998 found worse value: 363.604853035. iteration 17999 found worse value: 363.604853035. iteration 18000 found worse value: 363.604853035. iteration 18001 found worse value: 363.604853035. iteration 18002 found worse value: 363.604853035. iteration 18003 found worse value: 363.604853035. iteration 18004 found worse value: 363.604853035. iteration 18005 found worse value: 363.604853035. iteration 18006 found worse value: 363.604853035. iteration 18007 found worse value: 363.604853035. iteration 18008 found worse value: 363.604853035. iteration 18009 found worse value: 363.604853035. iteration 18010 found worse value: 363.604853035. iteration 18011 found worse value: 363.604853035. iteration 18012 found worse value: 363.604853035. iteration 18013 found worse value: 363.604853035. iteration 18014 found worse value: 363.604853035. iteration 18015 found worse value: 363.604853035. iteration 18016 found worse value: 363.604853035. iteration 18017 found worse value: 363.604853035. iteration 18018 found worse value: 363.604853035. iteration 18019 found worse value: 363.604853035. iteration 18020 found worse value: 363.604853035. iteration 18021 found worse value: 363.604853035. iteration 18022 found worse value: 363.604853035. iteration 18023 found worse value: 363.604853035. iteration 18024 found worse value: 363.604853035. iteration 18025 found worse value: 363.604853035. iteration 18026 found worse value: 363.604853035. iteration 18027 found worse value: 363.604853035. iteration 18028 found worse value: 363.604853035. iteration 18029 found worse value: 363.604853035. iteration 18030 found worse value: 363.604853035. iteration 18031 found worse value: 363.604853035. iteration 18032 found worse value: 363.604853035. iteration 18033 found worse value: 363.604853035. iteration 18034 found worse value: 363.604853035. iteration 18035 found worse value: 363.604853035. iteration 18036 found worse value: 363.604853035. iteration 18037 found worse value: 363.604853035. iteration 18038 found worse value: 363.604853035. iteration 18039 found worse value: 363.604853035. iteration 18040 found worse value: 363.604853035. iteration 18041 found worse value: 363.604853035. iteration 18042 found worse value: 363.604853035. iteration 18043 found worse value: 363.604853035. iteration 18044 found worse value: 363.604853035. iteration 18045 found worse value: 363.604853035. iteration 18046 found worse value: 363.604853035. iteration 18047 found worse value: 363.604853035. iteration 18048 found worse value: 363.604853035. iteration 18049 found worse value: 363.604853035. iteration 18050 found worse value: 363.604853035. iteration 18051 found worse value: 363.604853035. iteration 18052 found worse value: 363.604853035. iteration 18053 found worse value: 363.604853035. iteration 18054 found worse value: 363.604853035. iteration 18055 found worse value: 363.604853035. iteration 18056 found worse value: 363.604853035. iteration 18057 found worse value: 363.604853035. iteration 18058 found worse value: 363.604853035. iteration 18059 found worse value: 363.604853035. iteration 18060 found worse value: 363.604853035. iteration 18061 found worse value: 363.604853035. iteration 18062 found worse value: 363.604853035. iteration 18063 found worse value: 363.604853035. iteration 18064 found worse value: 363.604853035. iteration 18065 found worse value: 363.604853035. iteration 18066 found worse value: 363.604853035. iteration 18067 found worse value: 363.604853035. iteration 18068 found worse value: 363.604853035. iteration 18069 found worse value: 363.604853035. iteration18069, perturbing to get out of local maxima iteration 18070 found worse value: 363.604853035. iteration 18071 found worse value: 363.604853035. iteration 18072 found worse value: 363.604853035. iteration 18073 found worse value: 363.604853035. iteration 18074 found worse value: 363.604853035. iteration 18075 found worse value: 363.604853035. iteration 18076 found worse value: 363.604853035. iteration 18077 found worse value: 363.604853035. iteration18077, perturbing to get out of local maxima iteration 18078 found worse value: 363.604853035. iteration 18079 found worse value: 363.604853035. iteration 18080 found worse value: 363.604853035. iteration 18081 found worse value: 363.604853035. iteration 18082 found worse value: 363.604853035. iteration 18083 found worse value: 363.604853035. iteration 18084 found worse value: 363.604853035. iteration 18085 found worse value: 363.604853035. iteration 18086 found worse value: 363.604853035. iteration 18087 found worse value: 363.604853035. iteration 18088 found worse value: 363.604853035. iteration18088, perturbing to get out of local maxima iteration 18089 found worse value: 363.604853035. iteration 18090 found worse value: 363.604853035. iteration 18091 found worse value: 363.604853035. iteration 18092 found worse value: 363.604853035. iteration 18093 found worse value: 363.604853035. iteration18093, perturbing to get out of local maxima iteration 18094 found worse value: 363.604853035. iteration 18095 found worse value: 363.604853035. iteration 18096 found worse value: 363.604853035. iteration 18097 found worse value: 363.604853035. iteration18097, perturbing to get out of local maxima iteration 18098 found worse value: 363.604853035. iteration 18099 found worse value: 363.604853035. iteration 18100 found worse value: 363.604853035. iteration18100, perturbing to get out of local maxima iteration 18101 found worse value: 363.604853035. iteration 18102 found worse value: 363.604853035. iteration 18103 found worse value: 363.604853035. iteration 18104 found worse value: 363.604853035. iteration18104, perturbing to get out of local maxima iteration 18105 found worse value: 363.604853035. iteration 18106 found worse value: 363.604853035. iteration 18107 found worse value: 363.604853035. iteration18107, perturbing to get out of local maxima iteration 18108 found worse value: 363.604853035. iteration 18109 found worse value: 363.604853035. iteration 18110 found worse value: 363.604853035. iteration18110, perturbing to get out of local maxima iteration 18111 found worse value: 363.604853035. iteration 18112 found worse value: 363.604853035. iteration 18113 found worse value: 363.604853035. iteration 18114 found worse value: 363.604853035. iteration 18115 found worse value: 363.604853035. iteration 18116 found worse value: 363.604853035. iteration 18117 found worse value: 363.604853035. iteration 18118 found worse value: 363.604853035. iteration 18119 found worse value: 363.604853035. iteration 18120 found worse value: 363.604853035. iteration 18121 found worse value: 363.604853035. iteration 18122 found worse value: 363.604853035. iteration 18123 found worse value: 363.604853035. iteration 18124 found worse value: 363.604853035. iteration18124, perturbing to get out of local maxima iteration 18125 found worse value: 363.604853035. iteration 18126 found worse value: 363.604853035. iteration 18127 found worse value: 363.604853035. iteration 18128 found worse value: 363.604853035. iteration 18129 found worse value: 363.604853035. iteration 18130 found worse value: 363.604853035. iteration 18131 found worse value: 363.604853035. iteration 18132 found worse value: 363.604853035. iteration 18133 found worse value: 363.604853035. iteration 18134 found worse value: 363.604853035. iteration 18135 found worse value: 363.604853035. iteration 18136 found worse value: 363.604853035. iteration 18137 found worse value: 363.604853035. iteration 18138 found worse value: 363.604853035. iteration 18139 found worse value: 363.604853035. iteration 18140 found worse value: 363.604853035. iteration 18141 found worse value: 363.604853035. iteration 18142 found worse value: 363.604853035. iteration 18143 found worse value: 363.604853035. iteration 18144 found worse value: 363.604853035. iteration 18145 found worse value: 363.604853035. iteration 18146 found worse value: 363.604853035. iteration 18147 found worse value: 363.604853035. iteration 18148 found worse value: 363.604853035. iteration 18149 found worse value: 363.604853035. iteration 18150 found worse value: 363.604853035. iteration 18151 found worse value: 363.604853035. iteration 18152 found worse value: 363.604853035. iteration 18153 found worse value: 363.604853035. iteration 18154 found worse value: 363.604853035. iteration18154, perturbing to get out of local maxima iteration 18155 found worse value: 363.604853035. iteration 18156 found worse value: 363.604853035. iteration18156, perturbing to get out of local maxima iteration 18157 found worse value: 363.604853035. iteration 18158 found worse value: 363.604853035. iteration 18159 found worse value: 363.604853035. iteration 18160 found worse value: 363.604853035. iteration 18161 found worse value: 363.604853035. iteration 18162 found worse value: 363.604853035. iteration 18163 found worse value: 363.604853035. iteration 18164 found worse value: 363.604853035. iteration 18165 found worse value: 363.604853035. iteration 18166 found worse value: 363.604853035. iteration 18167 found worse value: 363.604853035. iteration 18168 found worse value: 363.604853035. iteration 18169 found worse value: 363.604853035. iteration 18170 found worse value: 363.604853035. iteration 18171 found worse value: 363.604853035. iteration 18172 found worse value: 363.604853035. iteration 18173 found worse value: 363.604853035. iteration 18174 found worse value: 363.604853035. iteration 18175 found worse value: 363.604853035. iteration 18176 found worse value: 363.604853035. iteration 18177 found worse value: 363.604853035. iteration18177, perturbing to get out of local maxima iteration 18178 found worse value: 363.604853035. iteration 18179 found worse value: 363.604853035. iteration 18180 found worse value: 363.604853035. iteration 18181 found worse value: 363.604853035. iteration 18182 found worse value: 363.604853035. iteration 18183 found worse value: 363.604853035. iteration 18184 found worse value: 363.604853035. iteration 18185 found worse value: 363.604853035. iteration 18186 found worse value: 363.604853035. iteration 18187 found worse value: 363.604853035. iteration 18188 found worse value: 363.604853035. iteration 18189 found worse value: 363.604853035. iteration 18190 found worse value: 363.604853035. iteration 18191 found worse value: 363.604853035. iteration 18192 found worse value: 363.604853035. iteration 18193 found worse value: 363.604853035. iteration 18194 found worse value: 363.604853035. iteration 18195 found worse value: 363.604853035. iteration 18196 found worse value: 363.604853035. iteration 18197 found worse value: 363.604853035. iteration 18198 found worse value: 363.604853035. iteration 18199 found worse value: 363.604853035. iteration 18200 found worse value: 363.604853035. iteration 18201 found worse value: 363.604853035. iteration 18202 found worse value: 363.604853035. iteration 18203 found worse value: 363.604853035. iteration 18204 found worse value: 363.604853035. iteration 18205 found worse value: 363.604853035. iteration 18206 found worse value: 363.604853035. iteration 18207 found worse value: 363.604853035. iteration 18208 found worse value: 363.604853035. iteration 18209 found worse value: 363.604853035. iteration 18210 found worse value: 363.604853035. iteration 18211 found worse value: 363.604853035. iteration 18212 found worse value: 363.604853035. iteration18212, perturbing to get out of local maxima iteration 18213 found worse value: 363.604853035. iteration 18214 found worse value: 363.604853035. iteration 18215 found worse value: 363.604853035. iteration18215, perturbing to get out of local maxima iteration 18216 found worse value: 363.604853035. iteration 18217 found worse value: 363.604853035. iteration 18218 found worse value: 363.604853035. iteration 18219 found worse value: 363.604853035. iteration 18220 found worse value: 363.604853035. iteration 18221 found worse value: 363.604853035. iteration 18222 found worse value: 363.604853035. iteration 18223 found worse value: 363.604853035. iteration 18224 found worse value: 363.604853035. iteration 18225 found worse value: 363.604853035. iteration 18226 found worse value: 363.604853035. iteration 18227 found worse value: 363.604853035. iteration 18228 found worse value: 363.604853035. iteration18228, perturbing to get out of local maxima iteration 18229 found worse value: 363.604853035. iteration 18230 found worse value: 363.604853035. iteration 18231 found worse value: 363.604853035. iteration18231, perturbing to get out of local maxima iteration 18232 found worse value: 363.604853035. iteration 18233 found worse value: 363.604853035. iteration 18234 found worse value: 363.604853035. iteration 18235 found worse value: 363.604853035. iteration18235, perturbing to get out of local maxima iteration 18236 found worse value: 363.604853035. iteration 18237 found worse value: 363.604853035. iteration 18238 found worse value: 363.604853035. iteration18238, perturbing to get out of local maxima iteration 18239 found worse value: 363.604853035. iteration 18240 found worse value: 363.604853035. iteration 18241 found worse value: 363.604853035. iteration 18242 found worse value: 363.604853035. iteration 18243 found worse value: 363.604853035. iteration 18244 found worse value: 363.604853035. iteration 18245 found worse value: 363.604853035. iteration 18246 found worse value: 363.604853035. iteration 18247 found worse value: 363.604853035. iteration 18248 found worse value: 363.604853035. iteration 18249 found worse value: 363.604853035. iteration 18250 found worse value: 363.604853035. iteration 18251 found worse value: 363.604853035. iteration 18252 found worse value: 363.604853035. iteration 18253 found worse value: 363.604853035. iteration 18254 found worse value: 363.604853035. iteration 18255 found worse value: 363.604853035. iteration 18256 found worse value: 363.604853035. iteration 18257 found worse value: 363.604853035. iteration 18258 found worse value: 363.604853035. iteration 18259 found worse value: 363.604853035. iteration 18260 found worse value: 363.604853035. iteration18260, perturbing to get out of local maxima iteration 18261 found worse value: 363.604853035. iteration 18262 found worse value: 363.604853035. iteration 18263 found worse value: 363.604853035. iteration 18264 found worse value: 363.604853035. iteration 18265 found worse value: 363.604853035. iteration 18266 found worse value: 363.604853035. iteration 18267 found worse value: 363.604853035. iteration 18268 found worse value: 363.604853035. iteration 18269 found worse value: 363.604853035. iteration 18270 found worse value: 363.604853035. iteration 18271 found worse value: 363.604853035. iteration 18272 found worse value: 363.604853035. iteration 18273 found worse value: 363.604853035. iteration 18274 found worse value: 363.604853035. iteration 18275 found worse value: 363.604853035. iteration 18276 found worse value: 363.604853035. iteration 18277 found worse value: 363.604853035. iteration 18278 found worse value: 363.604853035. iteration 18279 found worse value: 363.604853035. iteration 18280 found worse value: 363.604853035. iteration 18281 found worse value: 363.604853035. iteration 18282 found worse value: 363.604853035. iteration 18283 found worse value: 363.604853035. iteration 18284 found worse value: 363.604853035. iteration 18285 found worse value: 363.604853035. iteration 18286 found worse value: 363.604853035. iteration 18287 found worse value: 363.604853035. iteration 18288 found worse value: 363.604853035. iteration 18289 found worse value: 363.604853035. iteration 18290 found worse value: 363.604853035. iteration 18291 found worse value: 363.604853035. iteration 18292 found worse value: 363.604853035. iteration 18293 found worse value: 363.604853035. iteration 18294 found worse value: 363.604853035. iteration 18295 found worse value: 363.604853035. iteration 18296 found worse value: 363.604853035. iteration 18297 found worse value: 363.604853035. iteration 18298 found worse value: 363.604853035. iteration 18299 found worse value: 363.604853035. iteration 18300 found worse value: 363.604853035. iteration 18301 found worse value: 363.604853035. iteration 18302 found worse value: 363.604853035. iteration 18303 found worse value: 363.604853035. iteration 18304 found worse value: 363.604853035. iteration 18305 found worse value: 363.604853035. iteration 18306 found worse value: 363.604853035. iteration 18307 found worse value: 363.604853035. iteration 18308 found worse value: 363.604853035. iteration 18309 found worse value: 363.604853035. iteration 18310 found worse value: 363.604853035. iteration 18311 found worse value: 363.604853035. iteration 18312 found worse value: 363.604853035. iteration 18313 found worse value: 363.604853035. iteration 18314 found worse value: 363.604853035. iteration 18315 found worse value: 363.604853035. iteration 18316 found worse value: 363.604853035. iteration 18317 found worse value: 363.604853035. iteration 18318 found worse value: 363.604853035. iteration 18319 found worse value: 363.604853035. iteration 18320 found worse value: 363.604853035. iteration 18321 found worse value: 363.604853035. iteration 18322 found worse value: 363.604853035. iteration 18323 found worse value: 363.604853035. iteration 18324 found worse value: 363.604853035. iteration18324, perturbing to get out of local maxima iteration 18325 found worse value: 363.604853035. iteration 18326 found worse value: 363.604853035. iteration 18327 found worse value: 363.604853035. iteration 18328 found worse value: 363.604853035. iteration 18329 found worse value: 363.604853035. iteration 18330 found worse value: 363.604853035. iteration18330, perturbing to get out of local maxima iteration 18331 found worse value: 363.604853035. iteration 18332 found worse value: 363.604853035. iteration 18333 found worse value: 363.604853035. iteration 18334 found worse value: 363.604853035. iteration 18335 found worse value: 363.604853035. iteration 18336 found worse value: 363.604853035. iteration 18337 found worse value: 363.604853035. iteration 18338 found worse value: 363.604853035. iteration 18339 found worse value: 363.604853035. iteration 18340 found worse value: 363.604853035. iteration18340, perturbing to get out of local maxima iteration 18341 found worse value: 363.604853035. iteration 18342 found worse value: 363.604853035. iteration 18343 found worse value: 363.604853035. iteration 18344 found worse value: 363.604853035. iteration 18345 found worse value: 363.604853035. iteration 18346 found worse value: 363.604853035. iteration 18347 found worse value: 363.604853035. iteration 18348 found worse value: 363.604853035. iteration 18349 found worse value: 363.604853035. iteration 18350 found worse value: 363.604853035. iteration 18351 found worse value: 363.604853035. iteration 18352 found worse value: 363.604853035. iteration 18353 found worse value: 363.604853035. iteration 18354 found worse value: 363.604853035. iteration 18355 found worse value: 363.604853035. iteration 18356 found worse value: 363.604853035. iteration 18357 found worse value: 363.604853035. iteration 18358 found worse value: 363.604853035. iteration 18359 found worse value: 363.604853035. iteration 18360 found worse value: 363.604853035. iteration 18361 found worse value: 363.604853035. iteration 18362 found worse value: 363.604853035. iteration 18363 found worse value: 363.604853035. iteration 18364 found worse value: 363.604853035. iteration 18365 found worse value: 363.604853035. iteration 18366 found worse value: 363.604853035. iteration 18367 found worse value: 363.604853035. iteration 18368 found worse value: 363.604853035. iteration 18369 found worse value: 363.604853035. iteration18369, perturbing to get out of local maxima iteration 18370 found worse value: 363.604853035. iteration 18371 found worse value: 363.604853035. iteration 18372 found worse value: 363.604853035. iteration 18373 found worse value: 363.604853035. iteration18373, perturbing to get out of local maxima iteration 18374 found worse value: 363.604853035. iteration 18375 found worse value: 363.604853035. iteration 18376 found worse value: 363.604853035. iteration 18377 found worse value: 363.604853035. iteration 18378 found worse value: 363.604853035. iteration 18379 found worse value: 363.604853035. iteration 18380 found worse value: 363.604853035. iteration 18381 found worse value: 363.604853035. iteration 18382 found worse value: 363.604853035. iteration 18383 found worse value: 363.604853035. iteration 18384 found worse value: 363.604853035. iteration 18385 found worse value: 363.604853035. iteration 18386 found worse value: 363.604853035. iteration 18387 found worse value: 363.604853035. iteration 18388 found worse value: 363.604853035. iteration 18389 found worse value: 363.604853035. iteration 18390 found worse value: 363.604853035. iteration 18391 found worse value: 363.604853035. iteration 18392 found worse value: 363.604853035. iteration 18393 found worse value: 363.604853035. iteration18393, perturbing to get out of local maxima iteration 18394 found worse value: 363.604853035. iteration 18395 found worse value: 363.604853035. iteration 18396 found worse value: 363.604853035. iteration 18397 found worse value: 363.604853035. iteration 18398 found worse value: 363.604853035. iteration 18399 found worse value: 363.604853035. iteration 18400 found worse value: 363.604853035. iteration 18401 found worse value: 363.604853035. iteration 18402 found worse value: 363.604853035. iteration 18403 found worse value: 363.604853035. iteration 18404 found worse value: 363.604853035. iteration 18405 found worse value: 363.604853035. iteration 18406 found worse value: 363.604853035. iteration 18407 found worse value: 363.604853035. iteration 18408 found worse value: 363.604853035. iteration 18409 found worse value: 363.604853035. iteration 18410 found worse value: 363.604853035. iteration 18411 found worse value: 363.604853035. iteration 18412 found worse value: 363.604853035. iteration18412, perturbing to get out of local maxima iteration 18413 found worse value: 363.604853035. iteration 18414 found worse value: 363.604853035. iteration 18415 found worse value: 363.604853035. iteration 18416 found worse value: 363.604853035. iteration 18417 found worse value: 363.604853035. iteration 18418 found worse value: 363.604853035. iteration 18419 found worse value: 363.604853035. iteration 18420 found worse value: 363.604853035. iteration 18421 found worse value: 363.604853035. iteration 18422 found worse value: 363.604853035. iteration 18423 found worse value: 363.604853035. iteration 18424 found worse value: 363.604853035. iteration 18425 found worse value: 363.604853035. iteration 18426 found worse value: 363.604853035. iteration 18427 found worse value: 363.604853035. iteration 18428 found worse value: 363.604853035. iteration 18429 found worse value: 363.604853035. iteration 18430 found worse value: 363.604853035. iteration 18431 found worse value: 363.604853035. iteration 18432 found worse value: 363.604853035. iteration 18433 found worse value: 363.604853035. iteration 18434 found worse value: 363.604853035. iteration 18435 found worse value: 363.604853035. iteration18435, perturbing to get out of local maxima iteration 18436 found worse value: 363.604853035. iteration 18437 found worse value: 363.604853035. iteration 18438 found worse value: 363.604853035. iteration 18439 found worse value: 363.604853035. iteration 18440 found worse value: 363.604853035. iteration 18441 found worse value: 363.604853035. iteration18441, perturbing to get out of local maxima iteration 18442 found worse value: 363.604853035. iteration 18443 found worse value: 363.604853035. iteration 18444 found worse value: 363.604853035. iteration 18445 found worse value: 363.604853035. iteration 18446 found worse value: 363.604853035. iteration 18447 found worse value: 363.604853035. iteration 18448 found worse value: 363.604853035. iteration 18449 found worse value: 363.604853035. iteration 18450 found worse value: 363.604853035. iteration 18451 found worse value: 363.604853035. iteration 18452 found worse value: 363.604853035. iteration 18453 found worse value: 363.604853035. iteration 18454 found worse value: 363.604853035. iteration 18455 found worse value: 363.604853035. iteration 18456 found worse value: 363.604853035. iteration18456, perturbing to get out of local maxima iteration 18457 found worse value: 363.604853035. iteration 18458 found worse value: 363.604853035. iteration 18459 found worse value: 363.604853035. iteration 18460 found worse value: 363.604853035. iteration 18461 found worse value: 363.604853035. iteration 18462 found worse value: 363.604853035. iteration 18463 found worse value: 363.604853035. iteration 18464 found worse value: 363.604853035. iteration 18465 found worse value: 363.604853035. iteration 18466 found worse value: 363.604853035. iteration 18467 found worse value: 363.604853035. iteration 18468 found worse value: 363.604853035. iteration 18469 found worse value: 363.604853035. iteration 18470 found worse value: 363.604853035. iteration 18471 found worse value: 363.604853035. iteration 18472 found worse value: 363.604853035. iteration 18473 found worse value: 363.604853035. iteration 18474 found worse value: 363.604853035. iteration 18475 found worse value: 363.604853035. iteration 18476 found worse value: 363.604853035. iteration 18477 found worse value: 363.604853035. iteration 18478 found worse value: 363.604853035. iteration 18479 found worse value: 363.604853035. iteration 18480 found worse value: 363.604853035. iteration 18481 found worse value: 363.604853035. iteration 18482 found worse value: 363.604853035. iteration 18483 found worse value: 363.604853035. iteration 18484 found worse value: 363.604853035. iteration 18485 found worse value: 363.604853035. iteration 18486 found worse value: 363.604853035. iteration 18487 found worse value: 363.604853035. iteration 18488 found worse value: 363.604853035. iteration 18489 found worse value: 363.604853035. iteration 18490 found worse value: 363.604853035. iteration 18491 found worse value: 363.604853035. iteration 18492 found worse value: 363.604853035. iteration 18493 found worse value: 363.604853035. iteration 18494 found worse value: 363.604853035. iteration 18495 found worse value: 363.604853035. iteration 18496 found worse value: 363.604853035. iteration 18497 found worse value: 363.604853035. iteration 18498 found worse value: 363.604853035. iteration 18499 found worse value: 363.604853035. iteration 18500 found worse value: 363.604853035. iteration 18501 found worse value: 363.604853035. iteration 18502 found worse value: 363.604853035. iteration 18503 found worse value: 363.604853035. iteration 18504 found worse value: 363.604853035. iteration 18505 found worse value: 363.604853035. iteration 18506 found worse value: 363.604853035. iteration 18507 found worse value: 363.604853035. iteration 18508 found worse value: 363.604853035. iteration 18509 found worse value: 363.604853035. iteration18509, perturbing to get out of local maxima iteration 18510 found worse value: 363.604853035. iteration 18511 found worse value: 363.604853035. iteration 18512 found worse value: 363.604853035. iteration 18513 found worse value: 363.604853035. iteration 18514 found worse value: 363.604853035. iteration 18515 found worse value: 363.604853035. iteration18515, perturbing to get out of local maxima iteration 18516 found worse value: 363.604853035. iteration 18517 found worse value: 363.604853035. iteration 18518 found worse value: 363.604853035. iteration 18519 found worse value: 363.604853035. iteration 18520 found worse value: 363.604853035. iteration 18521 found worse value: 363.604853035. iteration 18522 found worse value: 363.604853035. iteration 18523 found worse value: 363.604853035. iteration 18524 found worse value: 363.604853035. iteration 18525 found worse value: 363.604853035. iteration 18526 found worse value: 363.604853035. iteration 18527 found worse value: 363.604853035. iteration 18528 found worse value: 363.604853035. iteration 18529 found worse value: 363.604853035. iteration 18530 found worse value: 363.604853035. iteration 18531 found worse value: 363.604853035. iteration 18532 found worse value: 363.604853035. iteration 18533 found worse value: 363.604853035. iteration 18534 found worse value: 363.604853035. iteration 18535 found worse value: 363.604853035. iteration 18536 found worse value: 363.604853035. iteration 18537 found worse value: 363.604853035. iteration18537, perturbing to get out of local maxima iteration 18538 found worse value: 363.604853035. iteration 18539 found worse value: 363.604853035. iteration 18540 found worse value: 363.604853035. iteration 18541 found worse value: 363.604853035. iteration 18542 found worse value: 363.604853035. iteration 18543 found worse value: 363.604853035. iteration 18544 found worse value: 363.604853035. iteration18544, perturbing to get out of local maxima iteration 18545 found worse value: 363.604853035. iteration 18546 found worse value: 363.604853035. iteration 18547 found worse value: 363.604853035. iteration 18548 found worse value: 363.604853035. iteration 18549 found worse value: 363.604853035. iteration 18550 found worse value: 363.604853035. iteration 18551 found worse value: 363.604853035. iteration 18552 found worse value: 363.604853035. iteration 18553 found worse value: 363.604853035. iteration 18554 found worse value: 363.604853035. iteration 18555 found worse value: 363.604853035. iteration 18556 found worse value: 363.604853035. iteration 18557 found worse value: 363.604853035. iteration 18558 found worse value: 363.604853035. iteration 18559 found worse value: 363.604853035. iteration 18560 found worse value: 363.604853035. iteration 18561 found worse value: 363.604853035. iteration 18562 found worse value: 363.604853035. iteration 18563 found worse value: 363.604853035. iteration 18564 found worse value: 363.604853035. iteration 18565 found worse value: 363.604853035. iteration 18566 found worse value: 363.604853035. iteration 18567 found worse value: 363.604853035. iteration 18568 found worse value: 363.604853035. iteration 18569 found worse value: 363.604853035. iteration 18570 found worse value: 363.604853035. iteration 18571 found worse value: 363.604853035. iteration 18572 found worse value: 363.604853035. iteration 18573 found worse value: 363.604853035. iteration 18574 found worse value: 363.604853035. iteration 18575 found worse value: 363.604853035. iteration 18576 found worse value: 363.604853035. iteration 18577 found worse value: 363.604853035. iteration 18578 found worse value: 363.604853035. iteration 18579 found worse value: 363.604853035. iteration 18580 found worse value: 363.604853035. iteration 18581 found worse value: 363.604853035. iteration 18582 found worse value: 363.604853035. iteration 18583 found worse value: 363.604853035. iteration 18584 found worse value: 363.604853035. iteration 18585 found worse value: 363.604853035. iteration 18586 found worse value: 363.604853035. iteration 18587 found worse value: 363.604853035. iteration18587, perturbing to get out of local maxima iteration 18588 found worse value: 363.604853035. iteration 18589 found worse value: 363.604853035. iteration18589, perturbing to get out of local maxima iteration 18590 found worse value: 363.604853035. iteration 18591 found worse value: 363.604853035. iteration 18592 found worse value: 363.604853035. iteration 18593 found worse value: 363.604853035. iteration 18594 found worse value: 363.604853035. iteration 18595 found worse value: 363.604853035. iteration 18596 found worse value: 363.604853035. iteration 18597 found worse value: 363.604853035. iteration 18598 found worse value: 363.604853035. iteration 18599 found worse value: 363.604853035. iteration 18600 found worse value: 363.604853035. iteration 18601 found worse value: 363.604853035. iteration 18602 found worse value: 363.604853035. iteration 18603 found worse value: 363.604853035. iteration 18604 found worse value: 363.604853035. iteration 18605 found worse value: 363.604853035. iteration 18606 found worse value: 363.604853035. iteration 18607 found worse value: 363.604853035. iteration 18608 found worse value: 363.604853035. iteration 18609 found worse value: 363.604853035. iteration 18610 found worse value: 363.604853035. iteration 18611 found worse value: 363.604853035. iteration 18612 found worse value: 363.604853035. iteration 18613 found worse value: 363.604853035. iteration 18614 found worse value: 363.604853035. iteration 18615 found worse value: 363.604853035. iteration 18616 found worse value: 363.604853035. iteration 18617 found worse value: 363.604853035. iteration 18618 found worse value: 363.604853035. iteration 18619 found worse value: 363.604853035. iteration 18620 found worse value: 363.604853035. iteration 18621 found worse value: 363.604853035. iteration 18622 found worse value: 363.604853035. iteration 18623 found worse value: 363.604853035. iteration 18624 found worse value: 363.604853035. iteration 18625 found worse value: 363.604853035. iteration 18626 found worse value: 363.604853035. iteration 18627 found worse value: 363.604853035. iteration 18628 found worse value: 363.604853035. iteration18628, perturbing to get out of local maxima iteration 18629 found worse value: 363.604853035. iteration 18630 found worse value: 363.604853035. iteration 18631 found worse value: 363.604853035. iteration 18632 found worse value: 363.604853035. iteration 18633 found worse value: 363.604853035. iteration 18634 found worse value: 363.604853035. iteration 18635 found worse value: 363.604853035. iteration18635, perturbing to get out of local maxima iteration 18636 found worse value: 363.604853035. iteration 18637 found worse value: 363.604853035. iteration 18638 found worse value: 363.604853035. iteration 18639 found worse value: 363.604853035. iteration 18640 found worse value: 363.604853035. iteration 18641 found worse value: 363.604853035. iteration 18642 found worse value: 363.604853035. iteration 18643 found worse value: 363.604853035. iteration 18644 found worse value: 363.604853035. iteration 18645 found worse value: 363.604853035. iteration 18646 found worse value: 363.604853035. iteration 18647 found worse value: 363.604853035. iteration 18648 found worse value: 363.604853035. iteration 18649 found worse value: 363.604853035. iteration 18650 found worse value: 363.604853035. iteration 18651 found worse value: 363.604853035. iteration 18652 found worse value: 363.604853035. iteration 18653 found worse value: 363.604853035. iteration 18654 found worse value: 363.604853035. iteration 18655 found worse value: 363.604853035. iteration 18656 found worse value: 363.604853035. iteration 18657 found worse value: 363.604853035. iteration18657, perturbing to get out of local maxima iteration 18658 found worse value: 363.604853035. iteration 18659 found worse value: 363.604853035. iteration 18660 found worse value: 363.604853035. iteration 18661 found worse value: 363.604853035. iteration 18662 found worse value: 363.604853035. iteration 18663 found worse value: 363.604853035. iteration 18664 found worse value: 363.604853035. iteration 18665 found worse value: 363.604853035. iteration 18666 found worse value: 363.604853035. iteration 18667 found worse value: 363.604853035. iteration18667, perturbing to get out of local maxima iteration 18668 found worse value: 363.604853035. iteration 18669 found worse value: 363.604853035. iteration 18670 found worse value: 363.604853035. iteration 18671 found worse value: 363.604853035. iteration 18672 found worse value: 363.604853035. iteration 18673 found worse value: 363.604853035. iteration18673, perturbing to get out of local maxima iteration 18674 found worse value: 363.604853035. iteration 18675 found worse value: 363.604853035. iteration 18676 found worse value: 363.604853035. iteration 18677 found worse value: 363.604853035. iteration 18678 found worse value: 363.604853035. iteration18678, perturbing to get out of local maxima iteration 18679 found worse value: 363.604853035. iteration 18680 found worse value: 363.604853035. iteration 18681 found worse value: 363.604853035. iteration 18682 found worse value: 363.604853035. iteration 18683 found worse value: 363.604853035. iteration 18684 found worse value: 363.604853035. iteration 18685 found worse value: 363.604853035. iteration 18686 found worse value: 363.604853035. iteration 18687 found worse value: 363.604853035. iteration 18688 found worse value: 363.604853035. iteration 18689 found worse value: 363.604853035. iteration 18690 found worse value: 363.604853035. iteration 18691 found worse value: 363.604853035. iteration 18692 found worse value: 363.604853035. iteration 18693 found worse value: 363.604853035. iteration 18694 found worse value: 363.604853035. iteration 18695 found worse value: 363.604853035. iteration 18696 found worse value: 363.604853035. iteration 18697 found worse value: 363.604853035. iteration 18698 found worse value: 363.604853035. iteration 18699 found worse value: 363.604853035. iteration18699, perturbing to get out of local maxima iteration 18700 found worse value: 363.604853035. iteration 18701 found worse value: 363.604853035. iteration 18702 found worse value: 363.604853035. iteration 18703 found worse value: 363.604853035. iteration 18704 found worse value: 363.604853035. iteration 18705 found worse value: 363.604853035. iteration 18706 found worse value: 363.604853035. iteration 18707 found worse value: 363.604853035. iteration 18708 found worse value: 363.604853035. iteration 18709 found worse value: 363.604853035. iteration 18710 found worse value: 363.604853035. iteration 18711 found worse value: 363.604853035. iteration 18712 found worse value: 363.604853035. iteration 18713 found worse value: 363.604853035. iteration 18714 found worse value: 363.604853035. iteration 18715 found worse value: 363.604853035. iteration 18716 found worse value: 363.604853035. iteration 18717 found worse value: 363.604853035. iteration 18718 found worse value: 363.604853035. iteration 18719 found worse value: 363.604853035. iteration 18720 found worse value: 363.604853035. iteration 18721 found worse value: 363.604853035. iteration 18722 found worse value: 363.604853035. iteration 18723 found worse value: 363.604853035. iteration 18724 found worse value: 363.604853035. iteration 18725 found worse value: 363.604853035. iteration 18726 found worse value: 363.604853035. iteration 18727 found worse value: 363.604853035. iteration 18728 found worse value: 363.604853035. iteration 18729 found worse value: 363.604853035. iteration18729, perturbing to get out of local maxima iteration 18730 found worse value: 363.604853035. iteration 18731 found worse value: 363.604853035. iteration 18732 found worse value: 363.604853035. iteration 18733 found worse value: 363.604853035. iteration 18734 found worse value: 363.604853035. iteration 18735 found worse value: 363.604853035. iteration 18736 found worse value: 363.604853035. iteration 18737 found worse value: 363.604853035. iteration 18738 found worse value: 363.604853035. iteration 18739 found worse value: 363.604853035. iteration 18740 found worse value: 363.604853035. iteration 18741 found worse value: 363.604853035. iteration 18742 found worse value: 363.604853035. iteration 18743 found worse value: 363.604853035. iteration 18744 found worse value: 363.604853035. iteration 18745 found worse value: 363.604853035. iteration 18746 found worse value: 363.604853035. iteration 18747 found worse value: 363.604853035. iteration 18748 found worse value: 363.604853035. iteration 18749 found worse value: 363.604853035. iteration 18750 found worse value: 363.604853035. iteration 18751 found worse value: 363.604853035. iteration 18752 found worse value: 363.604853035. iteration 18753 found worse value: 363.604853035. iteration 18754 found worse value: 363.604853035. iteration 18755 found worse value: 363.604853035. iteration 18756 found worse value: 363.604853035. iteration18756, perturbing to get out of local maxima iteration 18757 found worse value: 363.604853035. iteration 18758 found worse value: 363.604853035. iteration 18759 found worse value: 363.604853035. iteration 18760 found worse value: 363.604853035. iteration 18761 found worse value: 363.604853035. iteration 18762 found worse value: 363.604853035. iteration 18763 found worse value: 363.604853035. iteration 18764 found worse value: 363.604853035. iteration 18765 found worse value: 363.604853035. iteration 18766 found worse value: 363.604853035. iteration 18767 found worse value: 363.604853035. iteration18767, perturbing to get out of local maxima iteration 18768 found worse value: 363.604853035. iteration 18769 found worse value: 363.604853035. iteration 18770 found worse value: 363.604853035. iteration 18771 found worse value: 363.604853035. iteration 18772 found worse value: 363.604853035. iteration 18773 found worse value: 363.604853035. iteration 18774 found worse value: 363.604853035. iteration 18775 found worse value: 363.604853035. iteration 18776 found worse value: 363.604853035. iteration 18777 found worse value: 363.604853035. iteration 18778 found worse value: 363.604853035. iteration 18779 found worse value: 363.604853035. iteration 18780 found worse value: 363.604853035. iteration 18781 found worse value: 363.604853035. iteration 18782 found worse value: 363.604853035. iteration18782, perturbing to get out of local maxima iteration 18783 found worse value: 363.604853035. iteration 18784 found worse value: 363.604853035. iteration 18785 found worse value: 363.604853035. iteration 18786 found worse value: 363.604853035. iteration 18787 found worse value: 363.604853035. iteration 18788 found worse value: 363.604853035. iteration 18789 found worse value: 363.604853035. iteration 18790 found worse value: 363.604853035. iteration 18791 found worse value: 363.604853035. iteration 18792 found worse value: 363.604853035. iteration 18793 found worse value: 363.604853035. iteration 18794 found worse value: 363.604853035. iteration 18795 found worse value: 363.604853035. iteration 18796 found worse value: 363.604853035. iteration 18797 found worse value: 363.604853035. iteration 18798 found worse value: 363.604853035. iteration 18799 found worse value: 363.604853035. iteration 18800 found worse value: 363.604853035. iteration 18801 found worse value: 363.604853035. iteration 18802 found worse value: 363.604853035. iteration 18803 found worse value: 363.604853035. iteration 18804 found worse value: 363.604853035. iteration 18805 found worse value: 363.604853035. iteration 18806 found worse value: 363.604853035. iteration 18807 found worse value: 363.604853035. iteration 18808 found worse value: 363.604853035. iteration 18809 found worse value: 363.604853035. iteration 18810 found worse value: 363.604853035. iteration 18811 found worse value: 363.604853035. iteration 18812 found worse value: 363.604853035. iteration 18813 found worse value: 363.604853035. iteration 18814 found worse value: 363.604853035. iteration 18815 found worse value: 363.604853035. iteration 18816 found worse value: 363.604853035. iteration 18817 found worse value: 363.604853035. iteration 18818 found worse value: 363.604853035. iteration 18819 found worse value: 363.604853035. iteration 18820 found worse value: 363.604853035. iteration18820, perturbing to get out of local maxima iteration 18821 found worse value: 363.604853035. iteration 18822 found worse value: 363.604853035. iteration 18823 found worse value: 363.604853035. iteration 18824 found worse value: 363.604853035. iteration 18825 found worse value: 363.604853035. iteration 18826 found worse value: 363.604853035. iteration 18827 found worse value: 363.604853035. iteration 18828 found worse value: 363.604853035. iteration 18829 found worse value: 363.604853035. iteration 18830 found worse value: 363.604853035. iteration 18831 found worse value: 363.604853035. iteration 18832 found worse value: 363.604853035. iteration 18833 found worse value: 363.604853035. iteration18833, perturbing to get out of local maxima iteration 18834 found worse value: 363.604853035. iteration 18835 found worse value: 363.604853035. iteration 18836 found worse value: 363.604853035. iteration 18837 found worse value: 363.604853035. iteration 18838 found worse value: 363.604853035. iteration 18839 found worse value: 363.604853035. iteration 18840 found worse value: 363.604853035. iteration 18841 found worse value: 363.604853035. iteration 18842 found worse value: 363.604853035. iteration 18843 found worse value: 363.604853035. iteration 18844 found worse value: 363.604853035. iteration 18845 found worse value: 363.604853035. iteration 18846 found worse value: 363.604853035. iteration 18847 found worse value: 363.604853035. iteration 18848 found worse value: 363.604853035. iteration 18849 found worse value: 363.604853035. iteration 18850 found worse value: 363.604853035. iteration 18851 found worse value: 363.604853035. iteration 18852 found worse value: 363.604853035. iteration 18853 found worse value: 363.604853035. iteration 18854 found worse value: 363.604853035. iteration 18855 found worse value: 363.604853035. iteration 18856 found worse value: 363.604853035. iteration 18857 found worse value: 363.604853035. iteration 18858 found worse value: 363.604853035. iteration 18859 found worse value: 363.604853035. iteration 18860 found worse value: 363.604853035. iteration 18861 found worse value: 363.604853035. iteration 18862 found worse value: 363.604853035. iteration 18863 found worse value: 363.604853035. iteration 18864 found worse value: 363.604853035. iteration 18865 found worse value: 363.604853035. iteration18865, perturbing to get out of local maxima iteration 18866 found worse value: 363.604853035. iteration 18867 found worse value: 363.604853035. iteration 18868 found worse value: 363.604853035. iteration 18869 found worse value: 363.604853035. iteration 18870 found worse value: 363.604853035. iteration 18871 found worse value: 363.604853035. iteration 18872 found worse value: 363.604853035. iteration 18873 found worse value: 363.604853035. iteration 18874 found worse value: 363.604853035. iteration 18875 found worse value: 363.604853035. iteration 18876 found worse value: 363.604853035. iteration 18877 found worse value: 363.604853035. iteration 18878 found worse value: 363.604853035. iteration 18879 found worse value: 363.604853035. iteration 18880 found worse value: 363.604853035. iteration 18881 found worse value: 363.604853035. iteration 18882 found worse value: 363.604853035. iteration 18883 found worse value: 363.604853035. iteration 18884 found worse value: 363.604853035. iteration 18885 found worse value: 363.604853035. iteration 18886 found worse value: 363.604853035. iteration 18887 found worse value: 363.604853035. iteration 18888 found worse value: 363.604853035. iteration 18889 found worse value: 363.604853035. iteration 18890 found worse value: 363.604853035. iteration 18891 found worse value: 363.604853035. iteration 18892 found worse value: 363.604853035. iteration 18893 found worse value: 363.604853035. iteration 18894 found worse value: 363.604853035. iteration 18895 found worse value: 363.604853035. iteration 18896 found worse value: 363.604853035. iteration 18897 found worse value: 363.604853035. iteration 18898 found worse value: 363.604853035. iteration 18899 found worse value: 363.604853035. iteration 18900 found worse value: 363.604853035. iteration 18901 found worse value: 363.604853035. iteration 18902 found worse value: 363.604853035. iteration 18903 found worse value: 363.604853035. iteration18903, perturbing to get out of local maxima iteration 18904 found worse value: 363.604853035. iteration 18905 found worse value: 363.604853035. iteration 18906 found worse value: 363.604853035. iteration 18907 found worse value: 363.604853035. iteration 18908 found worse value: 363.604853035. iteration 18909 found worse value: 363.604853035. iteration 18910 found worse value: 363.604853035. iteration 18911 found worse value: 363.604853035. iteration 18912 found worse value: 363.604853035. iteration 18913 found worse value: 363.604853035. iteration 18914 found worse value: 363.604853035. iteration18914, perturbing to get out of local maxima iteration 18915 found worse value: 363.604853035. iteration 18916 found worse value: 363.604853035. iteration18916, perturbing to get out of local maxima iteration 18917 found worse value: 363.604853035. iteration 18918 found worse value: 363.604853035. iteration 18919 found worse value: 363.604853035. iteration 18920 found worse value: 363.604853035. iteration 18921 found worse value: 363.604853035. iteration 18922 found worse value: 363.604853035. iteration18922, perturbing to get out of local maxima iteration 18923 found worse value: 363.604853035. iteration 18924 found worse value: 363.604853035. iteration 18925 found worse value: 363.604853035. iteration 18926 found worse value: 363.604853035. iteration 18927 found worse value: 363.604853035. iteration 18928 found worse value: 363.604853035. iteration 18929 found worse value: 363.604853035. iteration 18930 found worse value: 363.604853035. iteration 18931 found worse value: 363.604853035. iteration 18932 found worse value: 363.604853035. iteration18932, perturbing to get out of local maxima iteration 18933 found worse value: 363.604853035. iteration 18934 found worse value: 363.604853035. iteration 18935 found worse value: 363.604853035. iteration18935, perturbing to get out of local maxima iteration 18936 found worse value: 363.604853035. iteration18936, perturbing to get out of local maxima iteration 18937 found worse value: 363.604853035. iteration 18938 found worse value: 363.604853035. iteration 18939 found worse value: 363.604853035. iteration 18940 found worse value: 363.604853035. iteration 18941 found worse value: 363.604853035. iteration 18942 found worse value: 363.604853035. iteration 18943 found worse value: 363.604853035. iteration 18944 found worse value: 363.604853035. iteration 18945 found worse value: 363.604853035. iteration 18946 found worse value: 363.604853035. iteration 18947 found worse value: 363.604853035. iteration 18948 found worse value: 363.604853035. iteration 18949 found worse value: 363.604853035. iteration 18950 found worse value: 363.604853035. iteration 18951 found worse value: 363.604853035. iteration 18952 found worse value: 363.604853035. iteration 18953 found worse value: 363.604853035. iteration 18954 found worse value: 363.604853035. iteration 18955 found worse value: 363.604853035. iteration 18956 found worse value: 363.604853035. iteration 18957 found worse value: 363.604853035. iteration 18958 found worse value: 363.604853035. iteration 18959 found worse value: 363.604853035. iteration 18960 found worse value: 363.604853035. iteration 18961 found worse value: 363.604853035. iteration 18962 found worse value: 363.604853035. iteration 18963 found worse value: 363.604853035. iteration 18964 found worse value: 363.604853035. iteration 18965 found worse value: 363.604853035. iteration 18966 found worse value: 363.604853035. iteration 18967 found worse value: 363.604853035. iteration 18968 found worse value: 363.604853035. iteration 18969 found worse value: 363.604853035. iteration 18970 found worse value: 363.604853035. iteration 18971 found worse value: 363.604853035. iteration 18972 found worse value: 363.604853035. iteration 18973 found worse value: 363.604853035. iteration 18974 found worse value: 363.604853035. iteration 18975 found worse value: 363.604853035. iteration 18976 found worse value: 363.604853035. iteration 18977 found worse value: 363.604853035. iteration 18978 found worse value: 363.604853035. iteration 18979 found worse value: 363.604853035. iteration18979, perturbing to get out of local maxima iteration 18980 found worse value: 363.604853035. iteration 18981 found worse value: 363.604853035. iteration 18982 found worse value: 363.604853035. iteration 18983 found worse value: 363.604853035. iteration 18984 found worse value: 363.604853035. iteration 18985 found worse value: 363.604853035. iteration 18986 found worse value: 363.604853035. iteration 18987 found worse value: 363.604853035. iteration 18988 found worse value: 363.604853035. iteration 18989 found worse value: 363.604853035. iteration 18990 found worse value: 363.604853035. iteration 18991 found worse value: 363.604853035. iteration 18992 found worse value: 363.604853035. iteration 18993 found worse value: 363.604853035. iteration 18994 found worse value: 363.604853035. iteration 18995 found worse value: 363.604853035. iteration 18996 found worse value: 363.604853035. iteration 18997 found worse value: 363.604853035. iteration 18998 found worse value: 363.604853035. iteration 18999 found worse value: 363.604853035. iteration 19000 found worse value: 363.604853035. iteration 19001 found worse value: 363.604853035. iteration 19002 found worse value: 363.604853035. iteration 19003 found worse value: 363.604853035. iteration 19004 found worse value: 363.604853035. iteration 19005 found worse value: 363.604853035. iteration 19006 found worse value: 363.604853035. iteration 19007 found worse value: 363.604853035. iteration 19008 found worse value: 363.604853035. iteration19008, perturbing to get out of local maxima iteration 19009 found worse value: 363.604853035. iteration 19010 found worse value: 363.604853035. iteration 19011 found worse value: 363.604853035. iteration 19012 found worse value: 363.604853035. iteration 19013 found worse value: 363.604853035. iteration 19014 found worse value: 363.604853035. iteration 19015 found worse value: 363.604853035. iteration 19016 found worse value: 363.604853035. iteration 19017 found worse value: 363.604853035. iteration 19018 found worse value: 363.604853035. iteration 19019 found worse value: 363.604853035. iteration 19020 found worse value: 363.604853035. iteration 19021 found worse value: 363.604853035. iteration 19022 found worse value: 363.604853035. iteration 19023 found worse value: 363.604853035. iteration 19024 found worse value: 363.604853035. iteration 19025 found worse value: 363.604853035. iteration 19026 found worse value: 363.604853035. iteration 19027 found worse value: 363.604853035. iteration19027, perturbing to get out of local maxima iteration 19028 found worse value: 363.604853035. iteration 19029 found worse value: 363.604853035. iteration 19030 found worse value: 363.604853035. iteration 19031 found worse value: 363.604853035. iteration 19032 found worse value: 363.604853035. iteration 19033 found worse value: 363.604853035. iteration 19034 found worse value: 363.604853035. iteration 19035 found worse value: 363.604853035. iteration 19036 found worse value: 363.604853035. iteration 19037 found worse value: 363.604853035. iteration 19038 found worse value: 363.604853035. iteration 19039 found worse value: 363.604853035. iteration 19040 found worse value: 363.604853035. iteration 19041 found worse value: 363.604853035. iteration 19042 found worse value: 363.604853035. iteration 19043 found worse value: 363.604853035. iteration 19044 found worse value: 363.604853035. iteration 19045 found worse value: 363.604853035. iteration 19046 found worse value: 363.604853035. iteration 19047 found worse value: 363.604853035. iteration 19048 found worse value: 363.604853035. iteration 19049 found worse value: 363.604853035. iteration 19050 found worse value: 363.604853035. iteration 19051 found worse value: 363.604853035. iteration 19052 found worse value: 363.604853035. iteration 19053 found worse value: 363.604853035. iteration19053, perturbing to get out of local maxima iteration 19054 found worse value: 363.604853035. iteration 19055 found worse value: 363.604853035. iteration 19056 found worse value: 363.604853035. iteration 19057 found worse value: 363.604853035. iteration 19058 found worse value: 363.604853035. iteration 19059 found worse value: 363.604853035. iteration 19060 found worse value: 363.604853035. iteration 19061 found worse value: 363.604853035. iteration 19062 found worse value: 363.604853035. iteration 19063 found worse value: 363.604853035. iteration 19064 found worse value: 363.604853035. iteration19064, perturbing to get out of local maxima iteration 19065 found worse value: 363.604853035. iteration 19066 found worse value: 363.604853035. iteration 19067 found worse value: 363.604853035. iteration19067, perturbing to get out of local maxima iteration 19068 found worse value: 363.604853035. iteration 19069 found worse value: 363.604853035. iteration 19070 found worse value: 363.604853035. iteration 19071 found worse value: 363.604853035. iteration 19072 found worse value: 363.604853035. iteration 19073 found worse value: 363.604853035. iteration 19074 found worse value: 363.604853035. iteration 19075 found worse value: 363.604853035. iteration 19076 found worse value: 363.604853035. iteration 19077 found worse value: 363.604853035. iteration19077, perturbing to get out of local maxima iteration 19078 found worse value: 363.604853035. iteration 19079 found worse value: 363.604853035. iteration 19080 found worse value: 363.604853035. iteration 19081 found worse value: 363.604853035. iteration 19082 found worse value: 363.604853035. iteration 19083 found worse value: 363.604853035. iteration 19084 found worse value: 363.604853035. iteration 19085 found worse value: 363.604853035. iteration 19086 found worse value: 363.604853035. iteration 19087 found worse value: 363.604853035. iteration 19088 found worse value: 363.604853035. iteration 19089 found worse value: 363.604853035. iteration 19090 found worse value: 363.604853035. iteration 19091 found worse value: 363.604853035. iteration 19092 found worse value: 363.604853035. iteration 19093 found worse value: 363.604853035. iteration 19094 found worse value: 363.604853035. iteration 19095 found worse value: 363.604853035. iteration 19096 found worse value: 363.604853035. iteration 19097 found worse value: 363.604853035. iteration 19098 found worse value: 363.604853035. iteration 19099 found worse value: 363.604853035. iteration 19100 found worse value: 363.604853035. iteration 19101 found worse value: 363.604853035. iteration 19102 found worse value: 363.604853035. iteration 19103 found worse value: 363.604853035. iteration 19104 found worse value: 363.604853035. iteration 19105 found worse value: 363.604853035. iteration 19106 found worse value: 363.604853035. iteration 19107 found worse value: 363.604853035. iteration 19108 found worse value: 363.604853035. iteration 19109 found worse value: 363.604853035. iteration 19110 found worse value: 363.604853035. iteration 19111 found worse value: 363.604853035. iteration 19112 found worse value: 363.604853035. iteration 19113 found worse value: 363.604853035. iteration 19114 found worse value: 363.604853035. iteration 19115 found worse value: 363.604853035. iteration 19116 found worse value: 363.604853035. iteration 19117 found worse value: 363.604853035. iteration 19118 found worse value: 363.604853035. iteration 19119 found worse value: 363.604853035. iteration 19120 found worse value: 363.604853035. iteration 19121 found worse value: 363.604853035. iteration 19122 found worse value: 363.604853035. iteration 19123 found worse value: 363.604853035. iteration19123, perturbing to get out of local maxima iteration 19124 found worse value: 363.604853035. iteration 19125 found worse value: 363.604853035. iteration 19126 found worse value: 363.604853035. iteration 19127 found worse value: 363.604853035. iteration 19128 found worse value: 363.604853035. iteration 19129 found worse value: 363.604853035. iteration 19130 found worse value: 363.604853035. iteration 19131 found worse value: 363.604853035. iteration 19132 found worse value: 363.604853035. iteration 19133 found worse value: 363.604853035. iteration 19134 found worse value: 363.604853035. iteration 19135 found worse value: 363.604853035. iteration 19136 found worse value: 363.604853035. iteration 19137 found worse value: 363.604853035. iteration 19138 found worse value: 363.604853035. iteration 19139 found worse value: 363.604853035. iteration 19140 found worse value: 363.604853035. iteration 19141 found worse value: 363.604853035. iteration 19142 found worse value: 363.604853035. iteration 19143 found worse value: 363.604853035. iteration 19144 found worse value: 363.604853035. iteration 19145 found worse value: 363.604853035. iteration 19146 found worse value: 363.604853035. iteration 19147 found worse value: 363.604853035. iteration19147, perturbing to get out of local maxima iteration 19148 found worse value: 363.604853035. iteration 19149 found worse value: 363.604853035. iteration19149, perturbing to get out of local maxima iteration 19150 found worse value: 363.604853035. iteration19150, perturbing to get out of local maxima iteration 19151 found worse value: 363.604853035. iteration 19152 found worse value: 363.604853035. iteration 19153 found worse value: 363.604853035. iteration 19154 found worse value: 363.604853035. iteration 19155 found worse value: 363.604853035. iteration 19156 found worse value: 363.604853035. iteration 19157 found worse value: 363.604853035. iteration 19158 found worse value: 363.604853035. iteration 19159 found worse value: 363.604853035. iteration19159, perturbing to get out of local maxima iteration 19160 found worse value: 363.604853035. iteration 19161 found worse value: 363.604853035. iteration 19162 found worse value: 363.604853035. iteration 19163 found worse value: 363.604853035. iteration 19164 found worse value: 363.604853035. iteration 19165 found worse value: 363.604853035. iteration 19166 found worse value: 363.604853035. iteration 19167 found worse value: 363.604853035. iteration 19168 found worse value: 363.604853035. iteration 19169 found worse value: 363.604853035. iteration 19170 found worse value: 363.604853035. iteration 19171 found worse value: 363.604853035. iteration 19172 found worse value: 363.604853035. iteration 19173 found worse value: 363.604853035. iteration 19174 found worse value: 363.604853035. iteration19174, perturbing to get out of local maxima iteration 19175 found worse value: 363.604853035. iteration 19176 found worse value: 363.604853035. iteration 19177 found worse value: 363.604853035. iteration 19178 found worse value: 363.604853035. iteration 19179 found worse value: 363.604853035. iteration19179, perturbing to get out of local maxima iteration 19180 found worse value: 363.604853035. iteration 19181 found worse value: 363.604853035. iteration19181, perturbing to get out of local maxima iteration 19182 found worse value: 363.604853035. iteration 19183 found worse value: 363.604853035. iteration 19184 found worse value: 363.604853035. iteration 19185 found worse value: 363.604853035. iteration 19186 found worse value: 363.604853035. iteration 19187 found worse value: 363.604853035. iteration 19188 found worse value: 363.604853035. iteration 19189 found worse value: 363.604853035. iteration 19190 found worse value: 363.604853035. iteration 19191 found worse value: 363.604853035. iteration 19192 found worse value: 363.604853035. iteration 19193 found worse value: 363.604853035. iteration 19194 found worse value: 363.604853035. iteration19194, perturbing to get out of local maxima iteration 19195 found worse value: 363.604853035. iteration 19196 found worse value: 363.604853035. iteration 19197 found worse value: 363.604853035. iteration 19198 found worse value: 363.604853035. iteration 19199 found worse value: 363.604853035. iteration 19200 found worse value: 363.604853035. iteration 19201 found worse value: 363.604853035. iteration 19202 found worse value: 363.604853035. iteration 19203 found worse value: 363.604853035. iteration 19204 found worse value: 363.604853035. iteration 19205 found worse value: 363.604853035. iteration 19206 found worse value: 363.604853035. iteration 19207 found worse value: 363.604853035. iteration 19208 found worse value: 363.604853035. iteration 19209 found worse value: 363.604853035. iteration 19210 found worse value: 363.604853035. iteration 19211 found worse value: 363.604853035. iteration 19212 found worse value: 363.604853035. iteration 19213 found worse value: 363.604853035. iteration 19214 found worse value: 363.604853035. iteration 19215 found worse value: 363.604853035. iteration 19216 found worse value: 363.604853035. iteration 19217 found worse value: 363.604853035. iteration 19218 found worse value: 363.604853035. iteration 19219 found worse value: 363.604853035. iteration 19220 found worse value: 363.604853035. iteration 19221 found worse value: 363.604853035. iteration 19222 found worse value: 363.604853035. iteration 19223 found worse value: 363.604853035. iteration 19224 found worse value: 363.604853035. iteration 19225 found worse value: 363.604853035. iteration 19226 found worse value: 363.604853035. iteration 19227 found worse value: 363.604853035. iteration 19228 found worse value: 363.604853035. iteration 19229 found worse value: 363.604853035. iteration 19230 found worse value: 363.604853035. iteration 19231 found worse value: 363.604853035. iteration 19232 found worse value: 363.604853035. iteration 19233 found worse value: 363.604853035. iteration 19234 found worse value: 363.604853035. iteration 19235 found worse value: 363.604853035. iteration 19236 found worse value: 363.604853035. iteration 19237 found worse value: 363.604853035. iteration 19238 found worse value: 363.604853035. iteration 19239 found worse value: 363.604853035. iteration 19240 found worse value: 363.604853035. iteration 19241 found worse value: 363.604853035. iteration 19242 found worse value: 363.604853035. iteration 19243 found worse value: 363.604853035. iteration 19244 found worse value: 363.604853035. iteration 19245 found worse value: 363.604853035. iteration 19246 found worse value: 363.604853035. iteration 19247 found worse value: 363.604853035. iteration 19248 found worse value: 363.604853035. iteration 19249 found worse value: 363.604853035. iteration 19250 found worse value: 363.604853035. iteration 19251 found worse value: 363.604853035. iteration 19252 found worse value: 363.604853035. iteration 19253 found worse value: 363.604853035. iteration 19254 found worse value: 363.604853035. iteration 19255 found worse value: 363.604853035. iteration 19256 found worse value: 363.604853035. iteration 19257 found worse value: 363.604853035. iteration 19258 found worse value: 363.604853035. iteration 19259 found worse value: 363.604853035. iteration 19260 found worse value: 363.604853035. iteration 19261 found worse value: 363.604853035. iteration 19262 found worse value: 363.604853035. iteration 19263 found worse value: 363.604853035. iteration 19264 found worse value: 363.604853035. iteration 19265 found worse value: 363.604853035. iteration 19266 found worse value: 363.604853035. iteration 19267 found worse value: 363.604853035. iteration 19268 found worse value: 363.604853035. iteration 19269 found worse value: 363.604853035. iteration 19270 found worse value: 363.604853035. iteration 19271 found worse value: 363.604853035. iteration 19272 found worse value: 363.604853035. iteration 19273 found worse value: 363.604853035. iteration 19274 found worse value: 363.604853035. iteration 19275 found worse value: 363.604853035. iteration 19276 found worse value: 363.604853035. iteration 19277 found worse value: 363.604853035. iteration 19278 found worse value: 363.604853035. iteration 19279 found worse value: 363.604853035. iteration 19280 found worse value: 363.604853035. iteration 19281 found worse value: 363.604853035. iteration 19282 found worse value: 363.604853035. iteration 19283 found worse value: 363.604853035. iteration 19284 found worse value: 363.604853035. iteration 19285 found worse value: 363.604853035. iteration 19286 found worse value: 363.604853035. iteration 19287 found worse value: 363.604853035. iteration 19288 found worse value: 363.604853035. iteration 19289 found worse value: 363.604853035. iteration 19290 found worse value: 363.604853035. iteration 19291 found worse value: 363.604853035. iteration 19292 found worse value: 363.604853035. iteration 19293 found worse value: 363.604853035. iteration 19294 found worse value: 363.604853035. iteration 19295 found worse value: 363.604853035. iteration 19296 found worse value: 363.604853035. iteration 19297 found worse value: 363.604853035. iteration 19298 found worse value: 363.604853035. iteration 19299 found worse value: 363.604853035. iteration19299, perturbing to get out of local maxima iteration 19300 found worse value: 363.604853035. iteration 19301 found worse value: 363.604853035. iteration 19302 found worse value: 363.604853035. iteration 19303 found worse value: 363.604853035. iteration 19304 found worse value: 363.604853035. iteration 19305 found worse value: 363.604853035. iteration 19306 found worse value: 363.604853035. iteration 19307 found worse value: 363.604853035. iteration 19308 found worse value: 363.604853035. iteration 19309 found worse value: 363.604853035. iteration 19310 found worse value: 363.604853035. iteration 19311 found worse value: 363.604853035. iteration 19312 found worse value: 363.604853035. iteration 19313 found worse value: 363.604853035. iteration 19314 found worse value: 363.604853035. iteration 19315 found worse value: 363.604853035. iteration 19316 found worse value: 363.604853035. iteration 19317 found worse value: 363.604853035. iteration 19318 found worse value: 363.604853035. iteration 19319 found worse value: 363.604853035. iteration 19320 found worse value: 363.604853035. iteration19320, perturbing to get out of local maxima iteration 19321 found worse value: 363.604853035. iteration 19322 found worse value: 363.604853035. iteration 19323 found worse value: 363.604853035. iteration 19324 found worse value: 363.604853035. iteration 19325 found worse value: 363.604853035. iteration19325, perturbing to get out of local maxima iteration 19326 found worse value: 363.604853035. iteration19326, perturbing to get out of local maxima iteration 19327 found worse value: 363.604853035. iteration 19328 found worse value: 363.604853035. iteration19328, perturbing to get out of local maxima iteration 19329 found worse value: 363.604853035. iteration 19330 found worse value: 363.604853035. iteration 19331 found worse value: 363.604853035. iteration 19332 found worse value: 363.604853035. iteration 19333 found worse value: 363.604853035. iteration 19334 found worse value: 363.604853035. iteration 19335 found worse value: 363.604853035. iteration 19336 found worse value: 363.604853035. iteration 19337 found worse value: 363.604853035. iteration 19338 found worse value: 363.604853035. iteration 19339 found worse value: 363.604853035. iteration 19340 found worse value: 363.604853035. iteration 19341 found worse value: 363.604853035. iteration 19342 found worse value: 363.604853035. iteration 19343 found worse value: 363.604853035. iteration 19344 found worse value: 363.604853035. iteration 19345 found worse value: 363.604853035. iteration 19346 found worse value: 363.604853035. iteration 19347 found worse value: 363.604853035. iteration 19348 found worse value: 363.604853035. iteration 19349 found worse value: 363.604853035. iteration 19350 found worse value: 363.604853035. iteration 19351 found worse value: 363.604853035. iteration 19352 found worse value: 363.604853035. iteration 19353 found worse value: 363.604853035. iteration 19354 found worse value: 363.604853035. iteration 19355 found worse value: 363.604853035. iteration 19356 found worse value: 363.604853035. iteration 19357 found worse value: 363.604853035. iteration 19358 found worse value: 363.604853035. iteration 19359 found worse value: 363.604853035. iteration 19360 found worse value: 363.604853035. iteration 19361 found worse value: 363.604853035. iteration 19362 found worse value: 363.604853035. iteration 19363 found worse value: 363.604853035. iteration 19364 found worse value: 363.604853035. iteration 19365 found worse value: 363.604853035. iteration 19366 found worse value: 363.604853035. iteration 19367 found worse value: 363.604853035. iteration 19368 found worse value: 363.604853035. iteration 19369 found worse value: 363.604853035. iteration 19370 found worse value: 363.604853035. iteration 19371 found worse value: 363.604853035. iteration 19372 found worse value: 363.604853035. iteration 19373 found worse value: 363.604853035. iteration 19374 found worse value: 363.604853035. iteration19374, perturbing to get out of local maxima iteration 19375 found worse value: 363.604853035. iteration 19376 found worse value: 363.604853035. iteration 19377 found worse value: 363.604853035. iteration 19378 found worse value: 363.604853035. iteration 19379 found worse value: 363.604853035. iteration 19380 found worse value: 363.604853035. iteration 19381 found worse value: 363.604853035. iteration 19382 found worse value: 363.604853035. iteration 19383 found worse value: 363.604853035. iteration 19384 found worse value: 363.604853035. iteration 19385 found worse value: 363.604853035. iteration 19386 found worse value: 363.604853035. iteration 19387 found worse value: 363.604853035. iteration 19388 found worse value: 363.604853035. iteration 19389 found worse value: 363.604853035. iteration 19390 found worse value: 363.604853035. iteration 19391 found worse value: 363.604853035. iteration 19392 found worse value: 363.604853035. iteration 19393 found worse value: 363.604853035. iteration19393, perturbing to get out of local maxima iteration 19394 found worse value: 363.604853035. iteration 19395 found worse value: 363.604853035. iteration 19396 found worse value: 363.604853035. iteration 19397 found worse value: 363.604853035. iteration 19398 found worse value: 363.604853035. iteration 19399 found worse value: 363.604853035. iteration 19400 found worse value: 363.604853035. iteration 19401 found worse value: 363.604853035. iteration 19402 found worse value: 363.604853035. iteration 19403 found worse value: 363.604853035. iteration 19404 found worse value: 363.604853035. iteration 19405 found worse value: 363.604853035. iteration19405, perturbing to get out of local maxima iteration 19406 found worse value: 363.604853035. iteration 19407 found worse value: 363.604853035. iteration 19408 found worse value: 363.604853035. iteration 19409 found worse value: 363.604853035. iteration19409, perturbing to get out of local maxima iteration 19410 found worse value: 363.604853035. iteration 19411 found worse value: 363.604853035. iteration 19412 found worse value: 363.604853035. iteration 19413 found worse value: 363.604853035. iteration 19414 found worse value: 363.604853035. iteration 19415 found worse value: 363.604853035. iteration 19416 found worse value: 363.604853035. iteration 19417 found worse value: 363.604853035. iteration 19418 found worse value: 363.604853035. iteration 19419 found worse value: 363.604853035. iteration 19420 found worse value: 363.604853035. iteration 19421 found worse value: 363.604853035. iteration 19422 found worse value: 363.604853035. iteration 19423 found worse value: 363.604853035. iteration 19424 found worse value: 363.604853035. iteration 19425 found worse value: 363.604853035. iteration 19426 found worse value: 363.604853035. iteration 19427 found worse value: 363.604853035. iteration 19428 found worse value: 363.604853035. iteration 19429 found worse value: 363.604853035. iteration 19430 found worse value: 363.604853035. iteration 19431 found worse value: 363.604853035. iteration 19432 found worse value: 363.604853035. iteration 19433 found worse value: 363.604853035. iteration 19434 found worse value: 363.604853035. iteration 19435 found worse value: 363.604853035. iteration 19436 found worse value: 363.604853035. iteration 19437 found worse value: 363.604853035. iteration 19438 found worse value: 363.604853035. iteration 19439 found worse value: 363.604853035. iteration 19440 found worse value: 363.604853035. iteration 19441 found worse value: 363.604853035. iteration 19442 found worse value: 363.604853035. iteration 19443 found worse value: 363.604853035. iteration 19444 found worse value: 363.604853035. iteration 19445 found worse value: 363.604853035. iteration 19446 found worse value: 363.604853035. iteration19446, perturbing to get out of local maxima iteration 19447 found worse value: 363.604853035. iteration 19448 found worse value: 363.604853035. iteration 19449 found worse value: 363.604853035. iteration 19450 found worse value: 363.604853035. iteration 19451 found worse value: 363.604853035. iteration 19452 found worse value: 363.604853035. iteration 19453 found worse value: 363.604853035. iteration 19454 found worse value: 363.604853035. iteration 19455 found worse value: 363.604853035. iteration 19456 found worse value: 363.604853035. iteration 19457 found worse value: 363.604853035. iteration 19458 found worse value: 363.604853035. iteration 19459 found worse value: 363.604853035. iteration 19460 found worse value: 363.604853035. iteration 19461 found worse value: 363.604853035. iteration 19462 found worse value: 363.604853035. iteration 19463 found worse value: 363.604853035. iteration 19464 found worse value: 363.604853035. iteration 19465 found worse value: 363.604853035. iteration 19466 found worse value: 363.604853035. iteration 19467 found worse value: 363.604853035. iteration 19468 found worse value: 363.604853035. iteration 19469 found worse value: 363.604853035. iteration 19470 found worse value: 363.604853035. iteration 19471 found worse value: 363.604853035. iteration 19472 found worse value: 363.604853035. iteration 19473 found worse value: 363.604853035. iteration 19474 found worse value: 363.604853035. iteration 19475 found worse value: 363.604853035. iteration 19476 found worse value: 363.604853035. iteration 19477 found worse value: 363.604853035. iteration19477, perturbing to get out of local maxima iteration 19478 found worse value: 363.604853035. iteration 19479 found worse value: 363.604853035. iteration 19480 found worse value: 363.604853035. iteration 19481 found worse value: 363.604853035. iteration 19482 found worse value: 363.604853035. iteration 19483 found worse value: 363.604853035. iteration 19484 found worse value: 363.604853035. iteration 19485 found worse value: 363.604853035. iteration 19486 found worse value: 363.604853035. iteration 19487 found worse value: 363.604853035. iteration 19488 found worse value: 363.604853035. iteration 19489 found worse value: 363.604853035. iteration 19490 found worse value: 363.604853035. iteration 19491 found worse value: 363.604853035. iteration19491, perturbing to get out of local maxima iteration 19492 found worse value: 363.604853035. iteration 19493 found worse value: 363.604853035. iteration 19494 found worse value: 363.604853035. iteration 19495 found worse value: 363.604853035. iteration 19496 found worse value: 363.604853035. iteration 19497 found worse value: 363.604853035. iteration 19498 found worse value: 363.604853035. iteration 19499 found worse value: 363.604853035. iteration 19500 found worse value: 363.604853035. iteration 19501 found worse value: 363.604853035. iteration 19502 found worse value: 363.604853035. iteration 19503 found worse value: 363.604853035. iteration19503, perturbing to get out of local maxima iteration 19504 found worse value: 363.604853035. iteration 19505 found worse value: 363.604853035. iteration 19506 found worse value: 363.604853035. iteration 19507 found worse value: 363.604853035. iteration 19508 found worse value: 363.604853035. iteration 19509 found worse value: 363.604853035. iteration 19510 found worse value: 363.604853035. iteration 19511 found worse value: 363.604853035. iteration 19512 found worse value: 363.604853035. iteration 19513 found worse value: 363.604853035. iteration 19514 found worse value: 363.604853035. iteration 19515 found worse value: 363.604853035. iteration 19516 found worse value: 363.604853035. iteration 19517 found worse value: 363.604853035. iteration 19518 found worse value: 363.604853035. iteration 19519 found worse value: 363.604853035. iteration19519, perturbing to get out of local maxima iteration 19520 found worse value: 363.604853035. iteration 19521 found worse value: 363.604853035. iteration 19522 found worse value: 363.604853035. iteration 19523 found worse value: 363.604853035. iteration 19524 found worse value: 363.604853035. iteration 19525 found worse value: 363.604853035. iteration 19526 found worse value: 363.604853035. iteration 19527 found worse value: 363.604853035. iteration 19528 found worse value: 363.604853035. iteration 19529 found worse value: 363.604853035. iteration 19530 found worse value: 363.604853035. iteration 19531 found worse value: 363.604853035. iteration 19532 found worse value: 363.604853035. iteration 19533 found worse value: 363.604853035. iteration 19534 found worse value: 363.604853035. iteration 19535 found worse value: 363.604853035. iteration 19536 found worse value: 363.604853035. iteration 19537 found worse value: 363.604853035. iteration 19538 found worse value: 363.604853035. iteration 19539 found worse value: 363.604853035. iteration 19540 found worse value: 363.604853035. iteration 19541 found worse value: 363.604853035. iteration 19542 found worse value: 363.604853035. iteration 19543 found worse value: 363.604853035. iteration 19544 found worse value: 363.604853035. iteration 19545 found worse value: 363.604853035. iteration 19546 found worse value: 363.604853035. iteration 19547 found worse value: 363.604853035. iteration 19548 found worse value: 363.604853035. iteration 19549 found worse value: 363.604853035. iteration19549, perturbing to get out of local maxima iteration 19550 found worse value: 363.604853035. iteration 19551 found worse value: 363.604853035. iteration 19552 found worse value: 363.604853035. iteration 19553 found worse value: 363.604853035. iteration 19554 found worse value: 363.604853035. iteration 19555 found worse value: 363.604853035. iteration 19556 found worse value: 363.604853035. iteration 19557 found worse value: 363.604853035. iteration 19558 found worse value: 363.604853035. iteration 19559 found worse value: 363.604853035. iteration 19560 found worse value: 363.604853035. iteration 19561 found worse value: 363.604853035. iteration 19562 found worse value: 363.604853035. iteration 19563 found worse value: 363.604853035. iteration 19564 found worse value: 363.604853035. iteration 19565 found worse value: 363.604853035. iteration 19566 found worse value: 363.604853035. iteration19566, perturbing to get out of local maxima iteration 19567 found worse value: 363.604853035. iteration 19568 found worse value: 363.604853035. iteration 19569 found worse value: 363.604853035. iteration 19570 found worse value: 363.604853035. iteration19570, perturbing to get out of local maxima iteration 19571 found worse value: 363.604853035. iteration 19572 found worse value: 363.604853035. iteration 19573 found worse value: 363.604853035. iteration 19574 found worse value: 363.604853035. iteration 19575 found worse value: 363.604853035. iteration 19576 found worse value: 363.604853035. iteration 19577 found worse value: 363.604853035. iteration 19578 found worse value: 363.604853035. iteration 19579 found worse value: 363.604853035. iteration 19580 found worse value: 363.604853035. iteration 19581 found worse value: 363.604853035. iteration 19582 found worse value: 363.604853035. iteration 19583 found worse value: 363.604853035. iteration 19584 found worse value: 363.604853035. iteration 19585 found worse value: 363.604853035. iteration 19586 found worse value: 363.604853035. iteration 19587 found worse value: 363.604853035. iteration 19588 found worse value: 363.604853035. iteration 19589 found worse value: 363.604853035. iteration 19590 found worse value: 363.604853035. iteration 19591 found worse value: 363.604853035. iteration 19592 found worse value: 363.604853035. iteration 19593 found worse value: 363.604853035. iteration 19594 found worse value: 363.604853035. iteration 19595 found worse value: 363.604853035. iteration19595, perturbing to get out of local maxima iteration 19596 found worse value: 363.604853035. iteration 19597 found worse value: 363.604853035. iteration 19598 found worse value: 363.604853035. iteration 19599 found worse value: 363.604853035. iteration 19600 found worse value: 363.604853035. iteration 19601 found worse value: 363.604853035. iteration 19602 found worse value: 363.604853035. iteration 19603 found worse value: 363.604853035. iteration 19604 found worse value: 363.604853035. iteration 19605 found worse value: 363.604853035. iteration 19606 found worse value: 363.604853035. iteration 19607 found worse value: 363.604853035. iteration 19608 found worse value: 363.604853035. iteration 19609 found worse value: 363.604853035. iteration 19610 found worse value: 363.604853035. iteration 19611 found worse value: 363.604853035. iteration 19612 found worse value: 363.604853035. iteration 19613 found worse value: 363.604853035. iteration 19614 found worse value: 363.604853035. iteration 19615 found worse value: 363.604853035. iteration 19616 found worse value: 363.604853035. iteration 19617 found worse value: 363.604853035. iteration 19618 found worse value: 363.604853035. iteration 19619 found worse value: 363.604853035. iteration 19620 found worse value: 363.604853035. iteration 19621 found worse value: 363.604853035. iteration 19622 found worse value: 363.604853035. iteration 19623 found worse value: 363.604853035. iteration 19624 found worse value: 363.604853035. iteration 19625 found worse value: 363.604853035. iteration19625, perturbing to get out of local maxima iteration 19626 found worse value: 363.604853035. iteration 19627 found worse value: 363.604853035. iteration 19628 found worse value: 363.604853035. iteration 19629 found worse value: 363.604853035. iteration 19630 found worse value: 363.604853035. iteration 19631 found worse value: 363.604853035. iteration 19632 found worse value: 363.604853035. iteration 19633 found worse value: 363.604853035. iteration 19634 found worse value: 363.604853035. iteration19634, perturbing to get out of local maxima iteration 19635 found worse value: 363.604853035. iteration 19636 found worse value: 363.604853035. iteration 19637 found worse value: 363.604853035. iteration 19638 found worse value: 363.604853035. iteration 19639 found worse value: 363.604853035. iteration 19640 found worse value: 363.604853035. iteration 19641 found worse value: 363.604853035. iteration 19642 found worse value: 363.604853035. iteration 19643 found worse value: 363.604853035. iteration 19644 found worse value: 363.604853035. iteration 19645 found worse value: 363.604853035. iteration 19646 found worse value: 363.604853035. iteration 19647 found worse value: 363.604853035. iteration 19648 found worse value: 363.604853035. iteration 19649 found worse value: 363.604853035. iteration 19650 found worse value: 363.604853035. iteration 19651 found worse value: 363.604853035. iteration 19652 found worse value: 363.604853035. iteration 19653 found worse value: 363.604853035. iteration 19654 found worse value: 363.604853035. iteration 19655 found worse value: 363.604853035. iteration 19656 found worse value: 363.604853035. iteration 19657 found worse value: 363.604853035. iteration 19658 found worse value: 363.604853035. iteration 19659 found worse value: 363.604853035. iteration19659, perturbing to get out of local maxima iteration 19660 found worse value: 363.604853035. iteration 19661 found worse value: 363.604853035. iteration 19662 found worse value: 363.604853035. iteration 19663 found worse value: 363.604853035. iteration 19664 found worse value: 363.604853035. iteration 19665 found worse value: 363.604853035. iteration 19666 found worse value: 363.604853035. iteration 19667 found worse value: 363.604853035. iteration 19668 found worse value: 363.604853035. iteration 19669 found worse value: 363.604853035. iteration 19670 found worse value: 363.604853035. iteration 19671 found worse value: 363.604853035. iteration 19672 found worse value: 363.604853035. iteration 19673 found worse value: 363.604853035. iteration 19674 found worse value: 363.604853035. iteration 19675 found worse value: 363.604853035. iteration 19676 found worse value: 363.604853035. iteration 19677 found worse value: 363.604853035. iteration 19678 found worse value: 363.604853035. iteration 19679 found worse value: 363.604853035. iteration 19680 found worse value: 363.604853035. iteration 19681 found worse value: 363.604853035. iteration 19682 found worse value: 363.604853035. iteration 19683 found worse value: 363.604853035. iteration 19684 found worse value: 363.604853035. iteration 19685 found worse value: 363.604853035. iteration 19686 found worse value: 363.604853035. iteration 19687 found worse value: 363.604853035. iteration 19688 found worse value: 363.604853035. iteration 19689 found worse value: 363.604853035. iteration 19690 found worse value: 363.604853035. iteration 19691 found worse value: 363.604853035. iteration 19692 found worse value: 363.604853035. iteration 19693 found worse value: 363.604853035. iteration 19694 found worse value: 363.604853035. iteration 19695 found worse value: 363.604853035. iteration 19696 found worse value: 363.604853035. iteration 19697 found worse value: 363.604853035. iteration 19698 found worse value: 363.604853035. iteration 19699 found worse value: 363.604853035. iteration 19700 found worse value: 363.604853035. iteration 19701 found worse value: 363.604853035. iteration 19702 found worse value: 363.604853035. iteration 19703 found worse value: 363.604853035. iteration19703, perturbing to get out of local maxima iteration 19704 found worse value: 363.604853035. iteration 19705 found worse value: 363.604853035. iteration 19706 found worse value: 363.604853035. iteration 19707 found worse value: 363.604853035. iteration19707, perturbing to get out of local maxima iteration 19708 found worse value: 363.604853035. iteration 19709 found worse value: 363.604853035. iteration 19710 found worse value: 363.604853035. iteration 19711 found worse value: 363.604853035. iteration 19712 found worse value: 363.604853035. iteration 19713 found worse value: 363.604853035. iteration 19714 found worse value: 363.604853035. iteration 19715 found worse value: 363.604853035. iteration 19716 found worse value: 363.604853035. iteration 19717 found worse value: 363.604853035. iteration 19718 found worse value: 363.604853035. iteration 19719 found worse value: 363.604853035. iteration 19720 found worse value: 363.604853035. iteration 19721 found worse value: 363.604853035. iteration 19722 found worse value: 363.604853035. iteration 19723 found worse value: 363.604853035. iteration 19724 found worse value: 363.604853035. iteration 19725 found worse value: 363.604853035. iteration 19726 found worse value: 363.604853035. iteration 19727 found worse value: 363.604853035. iteration 19728 found worse value: 363.604853035. iteration 19729 found worse value: 363.604853035. iteration 19730 found worse value: 363.604853035. iteration 19731 found worse value: 363.604853035. iteration 19732 found worse value: 363.604853035. iteration 19733 found worse value: 363.604853035. iteration 19734 found worse value: 363.604853035. iteration 19735 found worse value: 363.604853035. iteration 19736 found worse value: 363.604853035. iteration 19737 found worse value: 363.604853035. iteration 19738 found worse value: 363.604853035. iteration 19739 found worse value: 363.604853035. iteration 19740 found worse value: 363.604853035. iteration 19741 found worse value: 363.604853035. iteration 19742 found worse value: 363.604853035. iteration 19743 found worse value: 363.604853035. iteration 19744 found worse value: 363.604853035. iteration19744, perturbing to get out of local maxima iteration 19745 found worse value: 363.604853035. iteration 19746 found worse value: 363.604853035. iteration 19747 found worse value: 363.604853035. iteration 19748 found worse value: 363.604853035. iteration 19749 found worse value: 363.604853035. iteration 19750 found worse value: 363.604853035. iteration 19751 found worse value: 363.604853035. iteration 19752 found worse value: 363.604853035. iteration 19753 found worse value: 363.604853035. iteration 19754 found worse value: 363.604853035. iteration 19755 found worse value: 363.604853035. iteration 19756 found worse value: 363.604853035. iteration 19757 found worse value: 363.604853035. iteration 19758 found worse value: 363.604853035. iteration 19759 found worse value: 363.604853035. iteration 19760 found worse value: 363.604853035. iteration 19761 found worse value: 363.604853035. iteration 19762 found worse value: 363.604853035. iteration 19763 found worse value: 363.604853035. iteration 19764 found worse value: 363.604853035. iteration 19765 found worse value: 363.604853035. iteration 19766 found worse value: 363.604853035. iteration 19767 found worse value: 363.604853035. iteration 19768 found worse value: 363.604853035. iteration 19769 found worse value: 363.604853035. iteration 19770 found worse value: 363.604853035. iteration 19771 found worse value: 363.604853035. iteration 19772 found worse value: 363.604853035. iteration 19773 found worse value: 363.604853035. iteration 19774 found worse value: 363.604853035. iteration 19775 found worse value: 363.604853035. iteration 19776 found worse value: 363.604853035. iteration 19777 found worse value: 363.604853035. iteration 19778 found worse value: 363.604853035. iteration 19779 found worse value: 363.604853035. iteration 19780 found worse value: 363.604853035. iteration 19781 found worse value: 363.604853035. iteration 19782 found worse value: 363.604853035. iteration 19783 found worse value: 363.604853035. iteration 19784 found worse value: 363.604853035. iteration 19785 found worse value: 363.604853035. iteration 19786 found worse value: 363.604853035. iteration 19787 found worse value: 363.604853035. iteration 19788 found worse value: 363.604853035. iteration 19789 found worse value: 363.604853035. iteration 19790 found worse value: 363.604853035. iteration 19791 found worse value: 363.604853035. iteration 19792 found worse value: 363.604853035. iteration 19793 found worse value: 363.604853035. iteration 19794 found worse value: 363.604853035. iteration 19795 found worse value: 363.604853035. iteration 19796 found worse value: 363.604853035. iteration 19797 found worse value: 363.604853035. iteration 19798 found worse value: 363.604853035. iteration 19799 found worse value: 363.604853035. iteration 19800 found worse value: 363.604853035. iteration 19801 found worse value: 363.604853035. iteration 19802 found worse value: 363.604853035. iteration 19803 found worse value: 363.604853035. iteration 19804 found worse value: 363.604853035. iteration 19805 found worse value: 363.604853035. iteration 19806 found worse value: 363.604853035. iteration 19807 found worse value: 363.604853035. iteration 19808 found worse value: 363.604853035. iteration 19809 found worse value: 363.604853035. iteration 19810 found worse value: 363.604853035. iteration 19811 found worse value: 363.604853035. iteration 19812 found worse value: 363.604853035. iteration 19813 found worse value: 363.604853035. iteration 19814 found worse value: 363.604853035. iteration 19815 found worse value: 363.604853035. iteration 19816 found worse value: 363.604853035. iteration 19817 found worse value: 363.604853035. iteration 19818 found worse value: 363.604853035. iteration 19819 found worse value: 363.604853035. iteration 19820 found worse value: 363.604853035. iteration 19821 found worse value: 363.604853035. iteration 19822 found worse value: 363.604853035. iteration 19823 found worse value: 363.604853035. iteration 19824 found worse value: 363.604853035. iteration 19825 found worse value: 363.604853035. iteration 19826 found worse value: 363.604853035. iteration 19827 found worse value: 363.604853035. iteration 19828 found worse value: 363.604853035. iteration 19829 found worse value: 363.604853035. iteration 19830 found worse value: 363.604853035. iteration 19831 found worse value: 363.604853035. iteration 19832 found worse value: 363.604853035. iteration 19833 found worse value: 363.604853035. iteration 19834 found worse value: 363.604853035. iteration 19835 found worse value: 363.604853035. iteration 19836 found worse value: 363.604853035. iteration 19837 found worse value: 363.604853035. iteration 19838 found worse value: 363.604853035. iteration19838, perturbing to get out of local maxima iteration 19839 found worse value: 363.604853035. iteration 19840 found worse value: 363.604853035. iteration 19841 found worse value: 363.604853035. iteration 19842 found worse value: 363.604853035. iteration 19843 found worse value: 363.604853035. iteration 19844 found worse value: 363.604853035. iteration 19845 found worse value: 363.604853035. iteration 19846 found worse value: 363.604853035. iteration 19847 found worse value: 363.604853035. iteration 19848 found worse value: 363.604853035. iteration 19849 found worse value: 363.604853035. iteration 19850 found worse value: 363.604853035. iteration 19851 found worse value: 363.604853035. iteration 19852 found worse value: 363.604853035. iteration 19853 found worse value: 363.604853035. iteration 19854 found worse value: 363.604853035. iteration 19855 found worse value: 363.604853035. iteration 19856 found worse value: 363.604853035. iteration 19857 found worse value: 363.604853035. iteration 19858 found worse value: 363.604853035. iteration 19859 found worse value: 363.604853035. iteration 19860 found worse value: 363.604853035. iteration 19861 found worse value: 363.604853035. iteration 19862 found worse value: 363.604853035. iteration 19863 found worse value: 363.604853035. iteration 19864 found worse value: 363.604853035. iteration 19865 found worse value: 363.604853035. iteration 19866 found worse value: 363.604853035. iteration 19867 found worse value: 363.604853035. iteration 19868 found worse value: 363.604853035. iteration 19869 found worse value: 363.604853035. iteration 19870 found worse value: 363.604853035. iteration 19871 found worse value: 363.604853035. iteration 19872 found worse value: 363.604853035. iteration 19873 found worse value: 363.604853035. iteration 19874 found worse value: 363.604853035. iteration 19875 found worse value: 363.604853035. iteration19875, perturbing to get out of local maxima iteration 19876 found worse value: 363.604853035. iteration 19877 found worse value: 363.604853035. iteration19877, perturbing to get out of local maxima iteration 19878 found worse value: 363.604853035. iteration 19879 found worse value: 363.604853035. iteration 19880 found worse value: 363.604853035. iteration 19881 found worse value: 363.604853035. iteration 19882 found worse value: 363.604853035. iteration 19883 found worse value: 363.604853035. iteration 19884 found worse value: 363.604853035. iteration 19885 found worse value: 363.604853035. iteration 19886 found worse value: 363.604853035. iteration19886, perturbing to get out of local maxima iteration 19887 found worse value: 363.604853035. iteration 19888 found worse value: 363.604853035. iteration 19889 found worse value: 363.604853035. iteration 19890 found worse value: 363.604853035. iteration 19891 found worse value: 363.604853035. iteration 19892 found worse value: 363.604853035. iteration 19893 found worse value: 363.604853035. iteration 19894 found worse value: 363.604853035. iteration 19895 found worse value: 363.604853035. iteration 19896 found worse value: 363.604853035. iteration 19897 found worse value: 363.604853035. iteration 19898 found worse value: 363.604853035. iteration 19899 found worse value: 363.604853035. iteration 19900 found worse value: 363.604853035. iteration 19901 found worse value: 363.604853035. iteration 19902 found worse value: 363.604853035. iteration 19903 found worse value: 363.604853035. iteration 19904 found worse value: 363.604853035. iteration 19905 found worse value: 363.604853035. iteration 19906 found worse value: 363.604853035. iteration 19907 found worse value: 363.604853035. iteration 19908 found worse value: 363.604853035. iteration 19909 found worse value: 363.604853035. iteration 19910 found worse value: 363.604853035. iteration 19911 found worse value: 363.604853035. iteration 19912 found worse value: 363.604853035. iteration 19913 found worse value: 363.604853035. iteration 19914 found worse value: 363.604853035. iteration 19915 found worse value: 363.604853035. iteration 19916 found worse value: 363.604853035. iteration 19917 found worse value: 363.604853035. iteration 19918 found worse value: 363.604853035. iteration 19919 found worse value: 363.604853035. iteration 19920 found worse value: 363.604853035. iteration 19921 found worse value: 363.604853035. iteration 19922 found worse value: 363.604853035. iteration 19923 found worse value: 363.604853035. iteration 19924 found worse value: 363.604853035. iteration 19925 found worse value: 363.604853035. iteration19925, perturbing to get out of local maxima iteration 19926 found worse value: 363.604853035. iteration 19927 found worse value: 363.604853035. iteration 19928 found worse value: 363.604853035. iteration 19929 found worse value: 363.604853035. iteration 19930 found worse value: 363.604853035. iteration 19931 found worse value: 363.604853035. iteration 19932 found worse value: 363.604853035. iteration 19933 found worse value: 363.604853035. iteration 19934 found worse value: 363.604853035. iteration 19935 found worse value: 363.604853035. iteration 19936 found worse value: 363.604853035. iteration 19937 found worse value: 363.604853035. iteration 19938 found worse value: 363.604853035. iteration 19939 found worse value: 363.604853035. iteration19939, perturbing to get out of local maxima iteration 19940 found worse value: 363.604853035. iteration 19941 found worse value: 363.604853035. iteration 19942 found worse value: 363.604853035. iteration 19943 found worse value: 363.604853035. iteration 19944 found worse value: 363.604853035. iteration 19945 found worse value: 363.604853035. iteration 19946 found worse value: 363.604853035. iteration 19947 found worse value: 363.604853035. iteration 19948 found worse value: 363.604853035. iteration 19949 found worse value: 363.604853035. iteration 19950 found worse value: 363.604853035. iteration 19951 found worse value: 363.604853035. iteration 19952 found worse value: 363.604853035. iteration 19953 found worse value: 363.604853035. iteration 19954 found worse value: 363.604853035. iteration 19955 found worse value: 363.604853035. iteration 19956 found worse value: 363.604853035. iteration 19957 found worse value: 363.604853035. iteration 19958 found worse value: 363.604853035. iteration 19959 found worse value: 363.604853035. iteration 19960 found worse value: 363.604853035. iteration 19961 found worse value: 363.604853035. iteration 19962 found worse value: 363.604853035. iteration 19963 found worse value: 363.604853035. iteration 19964 found worse value: 363.604853035. iteration 19965 found worse value: 363.604853035. iteration 19966 found worse value: 363.604853035. iteration 19967 found worse value: 363.604853035. iteration 19968 found worse value: 363.604853035. iteration 19969 found worse value: 363.604853035. iteration 19970 found worse value: 363.604853035. iteration 19971 found worse value: 363.604853035. iteration19971, perturbing to get out of local maxima iteration 19972 found worse value: 363.604853035. iteration 19973 found worse value: 363.604853035. iteration 19974 found worse value: 363.604853035. iteration 19975 found worse value: 363.604853035. iteration 19976 found worse value: 363.604853035. iteration 19977 found worse value: 363.604853035. iteration 19978 found worse value: 363.604853035. iteration 19979 found worse value: 363.604853035. iteration 19980 found worse value: 363.604853035. iteration 19981 found worse value: 363.604853035. iteration 19982 found worse value: 363.604853035. iteration 19983 found worse value: 363.604853035. iteration 19984 found worse value: 363.604853035. iteration 19985 found worse value: 363.604853035. iteration 19986 found worse value: 363.604853035. iteration19986, perturbing to get out of local maxima iteration 19987 found worse value: 363.604853035. iteration 19988 found worse value: 363.604853035. iteration 19989 found worse value: 363.604853035. iteration 19990 found worse value: 363.604853035. iteration 19991 found worse value: 363.604853035. iteration 19992 found worse value: 363.604853035. iteration 19993 found worse value: 363.604853035. iteration 19994 found worse value: 363.604853035. iteration 19995 found worse value: 363.604853035. iteration 19996 found worse value: 363.604853035. iteration 19997 found worse value: 363.604853035. iteration 19998 found worse value: 363.604853035. iteration 19999 found worse value: 363.604853035.
#visualizing optimized schedule
#if few units, use .astype(int)
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
_=gs.slice_plot(data=best_blend.astype(int).flatten(order='F'),griddef=grid,catdata=True, ax=axes[0], title='Mining face A', grid=True,cmap='viridis',cbar_label='Blend units')
_=gs.slice_plot(data=best_blend2.astype(int).flatten(order='F'),griddef=grid2,catdata=True, ax=axes[1],title='Mining face B',grid=True,cmap='viridis', cbar_label='Blend units')
plt.savefig (figfolder+'/syn_sched.png', bbox_inches = 'tight', dpi = 300)
best_tmr #total metal recovered (units of mass)
363.604853035
best_tmr/240 #total metal recovered (units of mass per block)
1.5150202209791668
increase = ((best_tmr-dflt_tmr)/dflt_tmr)*100
print('% increase in total metal recovered is {:.2f}%'.format(increase))
% increase in total metal recovered is 0.30%
best_tmr_list = np.multiply(best_att_unit,best_g_unit)
best_tmr_list = best_tmr_list.tolist()
b_means = [np.mean(i) for i in best_att_unit]
ax=sns.boxplot(data=best_att_unit,whis=5)
ax=sns.lineplot(data=b_means,color='black',marker='o',markerfacecolor="black", markeredgecolor="black",markersize='3')
ax.set_xlabel('Blending Unit')
plt.xticks([0,1,2,3,4,5,6,7,8,9], [1,2,3,4,5,6,7,8,9,10])
ax.set_ylabel('metal recovery(%)')
plt.savefig (figfolder+'/syn_rec.png', bbox_inches = 'tight', dpi = 300)
#running the same optimization 3 different times, with different seeds
it_conv=[]
for it in range(3):
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr, conv_lst_tmr = sim_annealing_2f_convergence(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.00, #penalty for shovel movement
w=0.8, #processing_par
n_iterations=20001, temp=5)
it_conv.append(conv_lst_tmr)
iteration 0 found better value: 362.513009481 iteration 1 found worse value: 362.513009481. iteration1, perturbing to get out of local maxima iteration 2 found worse value: 362.513009481. iteration2, perturbing to get out of local maxima iteration 3 found worse value: 362.513009481. iteration3, perturbing to get out of local maxima iteration 4 found worse value: 362.513009481. iteration4, perturbing to get out of local maxima iteration 5 found worse value: 362.513009481. iteration5, perturbing to get out of local maxima iteration 6 found better value: 362.535284351 iteration 7 found worse value: 362.535284351. iteration7, perturbing to get out of local maxima iteration 8 found worse value: 362.535284351. iteration 9 found worse value: 362.535284351. iteration9, perturbing to get out of local maxima iteration 10 found worse value: 362.535284351. iteration 11 found worse value: 362.535284351. iteration 12 found worse value: 362.535284351. iteration 13 found worse value: 362.535284351. iteration13, perturbing to get out of local maxima iteration 14 found worse value: 362.535284351. iteration 15 found worse value: 362.535284351. iteration15, perturbing to get out of local maxima iteration 16 found worse value: 362.535284351. iteration 17 found worse value: 362.535284351. iteration17, perturbing to get out of local maxima iteration 18 found worse value: 362.535284351. iteration 19 found worse value: 362.535284351. iteration 20 found worse value: 362.535284351. iteration 21 found worse value: 362.535284351. iteration 22 found worse value: 362.535284351. iteration 23 found worse value: 362.535284351. iteration23, perturbing to get out of local maxima iteration 24 found worse value: 362.535284351. iteration 25 found worse value: 362.535284351. iteration 26 found worse value: 362.535284351. iteration26, perturbing to get out of local maxima iteration 27 found worse value: 362.535284351. iteration27, perturbing to get out of local maxima iteration 28 found worse value: 362.535284351. iteration28, perturbing to get out of local maxima iteration 29 found worse value: 362.535284351. iteration 30 found worse value: 362.535284351. iteration 31 found worse value: 362.535284351. iteration31, perturbing to get out of local maxima iteration 32 found worse value: 362.535284351. iteration32, perturbing to get out of local maxima iteration 33 found worse value: 362.535284351. iteration 34 found worse value: 362.535284351. iteration 35 found worse value: 362.535284351. iteration 36 found worse value: 362.535284351. iteration36, perturbing to get out of local maxima iteration 37 found worse value: 362.535284351. iteration37, perturbing to get out of local maxima iteration 38 found worse value: 362.535284351. iteration 39 found worse value: 362.535284351. iteration 40 found worse value: 362.535284351. iteration 41 found worse value: 362.535284351. iteration41, perturbing to get out of local maxima iteration 42 found worse value: 362.535284351. iteration 43 found worse value: 362.535284351. iteration43, perturbing to get out of local maxima iteration 44 found worse value: 362.535284351. iteration 45 found worse value: 362.535284351. iteration 46 found worse value: 362.535284351. iteration 47 found worse value: 362.535284351. iteration47, perturbing to get out of local maxima iteration 48 found worse value: 362.535284351. iteration 49 found worse value: 362.535284351. iteration 50 found worse value: 362.535284351. iteration50, perturbing to get out of local maxima iteration 51 found worse value: 362.535284351. iteration 52 found worse value: 362.535284351. iteration 53 found worse value: 362.535284351. iteration 54 found worse value: 362.535284351. iteration 55 found worse value: 362.535284351. iteration55, perturbing to get out of local maxima iteration 56 found worse value: 362.535284351. iteration 57 found worse value: 362.535284351. iteration 58 found better value: 362.556887836 iteration 59 found better value: 362.56496666799995 iteration 60 found better value: 362.58207276400003 iteration 61 found worse value: 362.58207276400003. iteration61, perturbing to get out of local maxima iteration 62 found worse value: 362.58207276400003. iteration62, perturbing to get out of local maxima iteration 63 found better value: 362.583066294 iteration 64 found worse value: 362.583066294. iteration 65 found worse value: 362.583066294. iteration65, perturbing to get out of local maxima iteration 66 found worse value: 362.583066294. iteration66, perturbing to get out of local maxima iteration 67 found worse value: 362.583066294. iteration 68 found worse value: 362.583066294. iteration68, perturbing to get out of local maxima iteration 69 found worse value: 362.583066294. iteration 70 found worse value: 362.583066294. iteration70, perturbing to get out of local maxima iteration 71 found worse value: 362.583066294. iteration 72 found worse value: 362.583066294. iteration72, perturbing to get out of local maxima iteration 73 found worse value: 362.583066294. iteration73, perturbing to get out of local maxima iteration 74 found worse value: 362.583066294. iteration 75 found worse value: 362.583066294. iteration 76 found worse value: 362.583066294. iteration 77 found better value: 362.594217518 iteration 78 found worse value: 362.594217518. iteration78, perturbing to get out of local maxima iteration 79 found worse value: 362.594217518. iteration 80 found worse value: 362.594217518. iteration80, perturbing to get out of local maxima iteration 81 found worse value: 362.594217518. iteration81, perturbing to get out of local maxima iteration 82 found worse value: 362.594217518. iteration 83 found better value: 362.987973338 iteration 84 found worse value: 362.987973338. iteration 85 found better value: 362.993597931 iteration 86 found worse value: 362.993597931. iteration86, perturbing to get out of local maxima iteration 87 found better value: 362.99562917599997 iteration 88 found worse value: 362.99562917599997. iteration 89 found worse value: 362.99562917599997. iteration 90 found better value: 363.004753919 iteration 91 found worse value: 363.004753919. iteration 92 found better value: 363.006188818 iteration 93 found worse value: 363.006188818. iteration93, perturbing to get out of local maxima iteration 94 found worse value: 363.006188818. iteration 95 found better value: 363.20068014 iteration 96 found worse value: 363.20068014. iteration96, perturbing to get out of local maxima iteration 97 found better value: 363.203684595 iteration 98 found worse value: 363.203684595. iteration 99 found better value: 363.21308661499995 iteration 100 found worse value: 363.21308661499995. iteration 101 found worse value: 363.21308661499995. iteration101, perturbing to get out of local maxima iteration 102 found worse value: 363.21308661499995. iteration 103 found worse value: 363.21308661499995. iteration 104 found worse value: 363.21308661499995. iteration104, perturbing to get out of local maxima iteration 105 found worse value: 363.21308661499995. iteration105, perturbing to get out of local maxima iteration 106 found worse value: 363.21308661499995. iteration106, perturbing to get out of local maxima iteration 107 found worse value: 363.21308661499995. iteration107, perturbing to get out of local maxima iteration 108 found worse value: 363.21308661499995. iteration108, perturbing to get out of local maxima iteration 109 found worse value: 363.21308661499995. iteration109, perturbing to get out of local maxima iteration 110 found worse value: 363.21308661499995. iteration110, perturbing to get out of local maxima iteration 111 found worse value: 363.21308661499995. iteration 112 found worse value: 363.21308661499995. iteration 113 found worse value: 363.21308661499995. iteration 114 found worse value: 363.21308661499995. iteration 115 found worse value: 363.21308661499995. iteration115, perturbing to get out of local maxima iteration 116 found worse value: 363.21308661499995. iteration 117 found worse value: 363.21308661499995. iteration 118 found worse value: 363.21308661499995. iteration 119 found better value: 363.217791078 iteration 120 found worse value: 363.217791078. iteration 121 found worse value: 363.217791078. iteration121, perturbing to get out of local maxima iteration 122 found better value: 363.218421421 iteration 123 found better value: 363.247101745 iteration 124 found better value: 363.251729474 iteration 125 found worse value: 363.251729474. iteration 126 found worse value: 363.251729474. iteration126, perturbing to get out of local maxima iteration 127 found worse value: 363.251729474. iteration127, perturbing to get out of local maxima iteration 128 found better value: 363.255990203 iteration 129 found worse value: 363.255990203. iteration 130 found worse value: 363.255990203. iteration 131 found worse value: 363.255990203. iteration131, perturbing to get out of local maxima iteration 132 found worse value: 363.255990203. iteration132, perturbing to get out of local maxima iteration 133 found better value: 363.256053204 iteration 134 found better value: 363.26165312300003 iteration 135 found better value: 363.264229853 iteration 136 found better value: 363.264291815 iteration 137 found better value: 363.264532346 iteration 138 found worse value: 363.264532346. iteration138, perturbing to get out of local maxima iteration 139 found worse value: 363.264532346. iteration 140 found worse value: 363.264532346. iteration140, perturbing to get out of local maxima iteration 141 found worse value: 363.264532346. iteration141, perturbing to get out of local maxima iteration 142 found worse value: 363.264532346. iteration 143 found worse value: 363.264532346. iteration 144 found worse value: 363.264532346. iteration 145 found worse value: 363.264532346. iteration145, perturbing to get out of local maxima iteration 146 found worse value: 363.264532346. iteration146, perturbing to get out of local maxima iteration 147 found worse value: 363.264532346. iteration 148 found worse value: 363.264532346. iteration 149 found worse value: 363.264532346. iteration149, perturbing to get out of local maxima iteration 150 found worse value: 363.264532346. iteration 151 found worse value: 363.264532346. iteration151, perturbing to get out of local maxima iteration 152 found worse value: 363.264532346. iteration152, perturbing to get out of local maxima iteration 153 found worse value: 363.264532346. iteration 154 found worse value: 363.264532346. iteration 155 found worse value: 363.264532346. iteration155, perturbing to get out of local maxima iteration 156 found worse value: 363.264532346. iteration156, perturbing to get out of local maxima iteration 157 found worse value: 363.264532346. iteration157, perturbing to get out of local maxima iteration 158 found worse value: 363.264532346. iteration 159 found worse value: 363.264532346. iteration 160 found worse value: 363.264532346. iteration160, perturbing to get out of local maxima iteration 161 found worse value: 363.264532346. iteration 162 found worse value: 363.264532346. iteration 163 found worse value: 363.264532346. iteration 164 found worse value: 363.264532346. iteration 165 found worse value: 363.264532346. iteration 166 found better value: 363.26670385 iteration 167 found better value: 363.278133356 iteration 168 found worse value: 363.278133356. iteration168, perturbing to get out of local maxima iteration 169 found worse value: 363.278133356. iteration 170 found worse value: 363.278133356. iteration170, perturbing to get out of local maxima iteration 171 found worse value: 363.278133356. iteration171, perturbing to get out of local maxima iteration 172 found worse value: 363.278133356. iteration 173 found worse value: 363.278133356. iteration 174 found worse value: 363.278133356. iteration174, perturbing to get out of local maxima iteration 175 found worse value: 363.278133356. iteration 176 found worse value: 363.278133356. iteration176, perturbing to get out of local maxima iteration 177 found worse value: 363.278133356. iteration 178 found worse value: 363.278133356. iteration 179 found worse value: 363.278133356. iteration179, perturbing to get out of local maxima iteration 180 found worse value: 363.278133356. iteration 181 found worse value: 363.278133356. iteration 182 found worse value: 363.278133356. iteration 183 found worse value: 363.278133356. iteration 184 found worse value: 363.278133356. iteration 185 found worse value: 363.278133356. iteration 186 found worse value: 363.278133356. iteration 187 found worse value: 363.278133356. iteration 188 found worse value: 363.278133356. iteration 189 found worse value: 363.278133356. iteration 190 found worse value: 363.278133356. iteration190, perturbing to get out of local maxima iteration 191 found worse value: 363.278133356. iteration191, perturbing to get out of local maxima iteration 192 found better value: 363.28155941599994 iteration 193 found worse value: 363.28155941599994. iteration193, perturbing to get out of local maxima iteration 194 found worse value: 363.28155941599994. iteration 195 found worse value: 363.28155941599994. iteration 196 found better value: 363.29451864899994 iteration 197 found better value: 363.29697602299996 iteration 198 found worse value: 363.29697602299996. iteration198, perturbing to get out of local maxima iteration 199 found better value: 363.31128848799995 iteration 200 found worse value: 363.31128848799995. iteration 201 found worse value: 363.31128848799995. iteration201, perturbing to get out of local maxima iteration 202 found worse value: 363.31128848799995. iteration 203 found worse value: 363.31128848799995. iteration 204 found worse value: 363.31128848799995. iteration 205 found worse value: 363.31128848799995. iteration 206 found worse value: 363.31128848799995. iteration 207 found worse value: 363.31128848799995. iteration 208 found worse value: 363.31128848799995. iteration208, perturbing to get out of local maxima iteration 209 found worse value: 363.31128848799995. iteration 210 found worse value: 363.31128848799995. iteration210, perturbing to get out of local maxima iteration 211 found worse value: 363.31128848799995. iteration211, perturbing to get out of local maxima iteration 212 found worse value: 363.31128848799995. iteration 213 found worse value: 363.31128848799995. iteration213, perturbing to get out of local maxima iteration 214 found worse value: 363.31128848799995. iteration 215 found worse value: 363.31128848799995. iteration 216 found worse value: 363.31128848799995. iteration216, perturbing to get out of local maxima iteration 217 found worse value: 363.31128848799995. iteration217, perturbing to get out of local maxima iteration 218 found worse value: 363.31128848799995. iteration 219 found worse value: 363.31128848799995. iteration219, perturbing to get out of local maxima iteration 220 found worse value: 363.31128848799995. iteration 221 found worse value: 363.31128848799995. iteration 222 found worse value: 363.31128848799995. iteration 223 found worse value: 363.31128848799995. iteration223, perturbing to get out of local maxima iteration 224 found worse value: 363.31128848799995. iteration 225 found worse value: 363.31128848799995. iteration 226 found worse value: 363.31128848799995. iteration226, perturbing to get out of local maxima iteration 227 found worse value: 363.31128848799995. iteration 228 found worse value: 363.31128848799995. iteration 229 found worse value: 363.31128848799995. iteration 230 found worse value: 363.31128848799995. iteration 231 found worse value: 363.31128848799995. iteration 232 found worse value: 363.31128848799995. iteration 233 found worse value: 363.31128848799995. iteration 234 found worse value: 363.31128848799995. iteration234, perturbing to get out of local maxima iteration 235 found worse value: 363.31128848799995. iteration 236 found worse value: 363.31128848799995. iteration236, perturbing to get out of local maxima iteration 237 found worse value: 363.31128848799995. iteration237, perturbing to get out of local maxima iteration 238 found worse value: 363.31128848799995. iteration 239 found worse value: 363.31128848799995. iteration 240 found worse value: 363.31128848799995. iteration240, perturbing to get out of local maxima iteration 241 found worse value: 363.31128848799995. iteration 242 found worse value: 363.31128848799995. iteration 243 found worse value: 363.31128848799995. iteration 244 found worse value: 363.31128848799995. iteration244, perturbing to get out of local maxima iteration 245 found worse value: 363.31128848799995. iteration245, perturbing to get out of local maxima iteration 246 found worse value: 363.31128848799995. iteration246, perturbing to get out of local maxima iteration 247 found worse value: 363.31128848799995. iteration 248 found worse value: 363.31128848799995. iteration 249 found worse value: 363.31128848799995. iteration249, perturbing to get out of local maxima iteration 250 found worse value: 363.31128848799995. iteration 251 found worse value: 363.31128848799995. iteration 252 found worse value: 363.31128848799995. iteration 253 found worse value: 363.31128848799995. iteration 254 found worse value: 363.31128848799995. iteration254, perturbing to get out of local maxima iteration 255 found worse value: 363.31128848799995. iteration 256 found worse value: 363.31128848799995. iteration 257 found worse value: 363.31128848799995. iteration257, perturbing to get out of local maxima iteration 258 found worse value: 363.31128848799995. iteration 259 found worse value: 363.31128848799995. iteration259, perturbing to get out of local maxima iteration 260 found worse value: 363.31128848799995. iteration 261 found worse value: 363.31128848799995. iteration 262 found worse value: 363.31128848799995. iteration262, perturbing to get out of local maxima iteration 263 found worse value: 363.31128848799995. iteration 264 found worse value: 363.31128848799995. iteration264, perturbing to get out of local maxima iteration 265 found worse value: 363.31128848799995. iteration 266 found worse value: 363.31128848799995. iteration 267 found worse value: 363.31128848799995. iteration 268 found worse value: 363.31128848799995. iteration 269 found worse value: 363.31128848799995. iteration 270 found worse value: 363.31128848799995. iteration 271 found better value: 363.31829999499996 iteration 272 found better value: 363.327583474 iteration 273 found worse value: 363.327583474. iteration273, perturbing to get out of local maxima iteration 274 found better value: 363.32850326700003 iteration 275 found better value: 363.33107578799996 iteration 276 found worse value: 363.33107578799996. iteration276, perturbing to get out of local maxima iteration 277 found better value: 363.336103482 iteration 278 found worse value: 363.336103482. iteration278, perturbing to get out of local maxima iteration 279 found worse value: 363.336103482. iteration279, perturbing to get out of local maxima iteration 280 found worse value: 363.336103482. iteration280, perturbing to get out of local maxima iteration 281 found worse value: 363.336103482. iteration281, perturbing to get out of local maxima iteration 282 found worse value: 363.336103482. iteration 283 found worse value: 363.336103482. iteration 284 found worse value: 363.336103482. iteration 285 found worse value: 363.336103482. iteration 286 found worse value: 363.336103482. iteration286, perturbing to get out of local maxima iteration 287 found worse value: 363.336103482. iteration 288 found worse value: 363.336103482. iteration 289 found worse value: 363.336103482. iteration289, perturbing to get out of local maxima iteration 290 found better value: 363.408770268 iteration 291 found worse value: 363.408770268. iteration 292 found worse value: 363.408770268. iteration292, perturbing to get out of local maxima iteration 293 found better value: 363.411616083 iteration 294 found worse value: 363.411616083. iteration 295 found better value: 363.412016344 iteration 296 found better value: 363.449075863 iteration 297 found worse value: 363.449075863. iteration297, perturbing to get out of local maxima iteration 298 found worse value: 363.449075863. iteration 299 found better value: 363.461726929 iteration 300 found better value: 363.462687576 iteration 301 found worse value: 363.462687576. iteration301, perturbing to get out of local maxima iteration 302 found better value: 363.464587501 iteration 303 found worse value: 363.464587501. iteration 304 found better value: 363.470519146 iteration 305 found worse value: 363.470519146. iteration305, perturbing to get out of local maxima iteration 306 found worse value: 363.470519146. iteration 307 found worse value: 363.470519146. iteration 308 found better value: 363.47335066200003 iteration 309 found worse value: 363.47335066200003. iteration 310 found worse value: 363.47335066200003. iteration310, perturbing to get out of local maxima iteration 311 found worse value: 363.47335066200003. iteration 312 found worse value: 363.47335066200003. iteration 313 found worse value: 363.47335066200003. iteration 314 found worse value: 363.47335066200003. iteration 315 found better value: 363.47937234400007 iteration 316 found worse value: 363.47937234400007. iteration316, perturbing to get out of local maxima iteration 317 found worse value: 363.47937234400007. iteration317, perturbing to get out of local maxima iteration 318 found worse value: 363.47937234400007. iteration318, perturbing to get out of local maxima iteration 319 found worse value: 363.47937234400007. iteration319, perturbing to get out of local maxima iteration 320 found worse value: 363.47937234400007. iteration 321 found worse value: 363.47937234400007. iteration 322 found worse value: 363.47937234400007. iteration322, perturbing to get out of local maxima iteration 323 found worse value: 363.47937234400007. iteration 324 found worse value: 363.47937234400007. iteration 325 found worse value: 363.47937234400007. iteration325, perturbing to get out of local maxima iteration 326 found worse value: 363.47937234400007. iteration326, perturbing to get out of local maxima iteration 327 found worse value: 363.47937234400007. iteration327, perturbing to get out of local maxima iteration 328 found worse value: 363.47937234400007. iteration 329 found worse value: 363.47937234400007. iteration329, perturbing to get out of local maxima iteration 330 found worse value: 363.47937234400007. iteration 331 found worse value: 363.47937234400007. iteration 332 found worse value: 363.47937234400007. iteration332, perturbing to get out of local maxima iteration 333 found worse value: 363.47937234400007. iteration 334 found worse value: 363.47937234400007. iteration 335 found worse value: 363.47937234400007. iteration335, perturbing to get out of local maxima iteration 336 found worse value: 363.47937234400007. iteration336, perturbing to get out of local maxima iteration 337 found worse value: 363.47937234400007. iteration337, perturbing to get out of local maxima iteration 338 found worse value: 363.47937234400007. iteration 339 found worse value: 363.47937234400007. iteration 340 found worse value: 363.47937234400007. iteration340, perturbing to get out of local maxima iteration 341 found worse value: 363.47937234400007. iteration 342 found worse value: 363.47937234400007. iteration342, perturbing to get out of local maxima iteration 343 found worse value: 363.47937234400007. iteration 344 found worse value: 363.47937234400007. iteration344, perturbing to get out of local maxima iteration 345 found worse value: 363.47937234400007. iteration345, perturbing to get out of local maxima iteration 346 found worse value: 363.47937234400007. iteration 347 found worse value: 363.47937234400007. iteration347, perturbing to get out of local maxima iteration 348 found worse value: 363.47937234400007. iteration 349 found worse value: 363.47937234400007. iteration 350 found worse value: 363.47937234400007. iteration 351 found worse value: 363.47937234400007. iteration 352 found worse value: 363.47937234400007. iteration 353 found worse value: 363.47937234400007. iteration 354 found worse value: 363.47937234400007. iteration354, perturbing to get out of local maxima iteration 355 found worse value: 363.47937234400007. iteration 356 found worse value: 363.47937234400007. iteration356, perturbing to get out of local maxima iteration 357 found worse value: 363.47937234400007. iteration357, perturbing to get out of local maxima iteration 358 found worse value: 363.47937234400007. iteration358, perturbing to get out of local maxima iteration 359 found worse value: 363.47937234400007. iteration 360 found worse value: 363.47937234400007. iteration 361 found worse value: 363.47937234400007. iteration 362 found worse value: 363.47937234400007. iteration362, perturbing to get out of local maxima iteration 363 found worse value: 363.47937234400007. iteration 364 found worse value: 363.47937234400007. iteration 365 found worse value: 363.47937234400007. iteration 366 found worse value: 363.47937234400007. iteration 367 found worse value: 363.47937234400007. iteration 368 found worse value: 363.47937234400007. iteration 369 found worse value: 363.47937234400007. iteration 370 found worse value: 363.47937234400007. iteration370, perturbing to get out of local maxima iteration 371 found worse value: 363.47937234400007. iteration 372 found worse value: 363.47937234400007. iteration 373 found worse value: 363.47937234400007. iteration 374 found worse value: 363.47937234400007. iteration 375 found worse value: 363.47937234400007. iteration 376 found worse value: 363.47937234400007. iteration 377 found worse value: 363.47937234400007. iteration377, perturbing to get out of local maxima iteration 378 found worse value: 363.47937234400007. iteration 379 found worse value: 363.47937234400007. iteration 380 found worse value: 363.47937234400007. iteration380, perturbing to get out of local maxima iteration 381 found worse value: 363.47937234400007. iteration 382 found worse value: 363.47937234400007. iteration382, perturbing to get out of local maxima iteration 383 found worse value: 363.47937234400007. iteration383, perturbing to get out of local maxima iteration 384 found worse value: 363.47937234400007. iteration 385 found worse value: 363.47937234400007. iteration 386 found worse value: 363.47937234400007. iteration 387 found worse value: 363.47937234400007. iteration387, perturbing to get out of local maxima iteration 388 found worse value: 363.47937234400007. iteration388, perturbing to get out of local maxima iteration 389 found worse value: 363.47937234400007. iteration 390 found worse value: 363.47937234400007. iteration390, perturbing to get out of local maxima iteration 391 found worse value: 363.47937234400007. iteration391, perturbing to get out of local maxima iteration 392 found worse value: 363.47937234400007. iteration 393 found worse value: 363.47937234400007. iteration 394 found worse value: 363.47937234400007. iteration 395 found worse value: 363.47937234400007. iteration395, perturbing to get out of local maxima iteration 396 found worse value: 363.47937234400007. iteration396, perturbing to get out of local maxima iteration 397 found worse value: 363.47937234400007. iteration 398 found worse value: 363.47937234400007. iteration 399 found worse value: 363.47937234400007. iteration 400 found worse value: 363.47937234400007. iteration400, perturbing to get out of local maxima iteration 401 found worse value: 363.47937234400007. iteration401, perturbing to get out of local maxima iteration 402 found worse value: 363.47937234400007. iteration 403 found worse value: 363.47937234400007. iteration 404 found worse value: 363.47937234400007. iteration 405 found worse value: 363.47937234400007. iteration 406 found worse value: 363.47937234400007. iteration 407 found worse value: 363.47937234400007. iteration 408 found worse value: 363.47937234400007. iteration408, perturbing to get out of local maxima iteration 409 found worse value: 363.47937234400007. iteration 410 found worse value: 363.47937234400007. iteration 411 found worse value: 363.47937234400007. iteration411, perturbing to get out of local maxima iteration 412 found worse value: 363.47937234400007. iteration412, perturbing to get out of local maxima iteration 413 found worse value: 363.47937234400007. iteration413, perturbing to get out of local maxima iteration 414 found worse value: 363.47937234400007. iteration 415 found worse value: 363.47937234400007. iteration 416 found worse value: 363.47937234400007. iteration 417 found worse value: 363.47937234400007. iteration 418 found worse value: 363.47937234400007. iteration 419 found worse value: 363.47937234400007. iteration 420 found worse value: 363.47937234400007. iteration420, perturbing to get out of local maxima iteration 421 found worse value: 363.47937234400007. iteration 422 found worse value: 363.47937234400007. iteration422, perturbing to get out of local maxima iteration 423 found worse value: 363.47937234400007. iteration 424 found worse value: 363.47937234400007. iteration424, perturbing to get out of local maxima iteration 425 found worse value: 363.47937234400007. iteration 426 found worse value: 363.47937234400007. iteration426, perturbing to get out of local maxima iteration 427 found worse value: 363.47937234400007. iteration 428 found worse value: 363.47937234400007. iteration428, perturbing to get out of local maxima iteration 429 found worse value: 363.47937234400007. iteration429, perturbing to get out of local maxima iteration 430 found worse value: 363.47937234400007. iteration 431 found worse value: 363.47937234400007. iteration431, perturbing to get out of local maxima iteration 432 found worse value: 363.47937234400007. iteration 433 found worse value: 363.47937234400007. iteration 434 found worse value: 363.47937234400007. iteration434, perturbing to get out of local maxima iteration 435 found worse value: 363.47937234400007. iteration435, perturbing to get out of local maxima iteration 436 found worse value: 363.47937234400007. iteration436, perturbing to get out of local maxima iteration 437 found worse value: 363.47937234400007. iteration437, perturbing to get out of local maxima iteration 438 found worse value: 363.47937234400007. iteration 439 found worse value: 363.47937234400007. iteration 440 found worse value: 363.47937234400007. iteration440, perturbing to get out of local maxima iteration 441 found worse value: 363.47937234400007. iteration441, perturbing to get out of local maxima iteration 442 found worse value: 363.47937234400007. iteration 443 found worse value: 363.47937234400007. iteration 444 found worse value: 363.47937234400007. iteration444, perturbing to get out of local maxima iteration 445 found worse value: 363.47937234400007. iteration 446 found worse value: 363.47937234400007. iteration446, perturbing to get out of local maxima iteration 447 found worse value: 363.47937234400007. iteration 448 found worse value: 363.47937234400007. iteration448, perturbing to get out of local maxima iteration 449 found worse value: 363.47937234400007. iteration449, perturbing to get out of local maxima iteration 450 found worse value: 363.47937234400007. iteration 451 found worse value: 363.47937234400007. iteration451, perturbing to get out of local maxima iteration 452 found worse value: 363.47937234400007. iteration452, perturbing to get out of local maxima iteration 453 found worse value: 363.47937234400007. iteration453, perturbing to get out of local maxima iteration 454 found worse value: 363.47937234400007. iteration454, perturbing to get out of local maxima iteration 455 found worse value: 363.47937234400007. iteration455, perturbing to get out of local maxima iteration 456 found worse value: 363.47937234400007. iteration 457 found worse value: 363.47937234400007. iteration 458 found worse value: 363.47937234400007. iteration458, perturbing to get out of local maxima iteration 459 found worse value: 363.47937234400007. iteration 460 found worse value: 363.47937234400007. iteration 461 found worse value: 363.47937234400007. iteration 462 found worse value: 363.47937234400007. iteration462, perturbing to get out of local maxima iteration 463 found worse value: 363.47937234400007. iteration 464 found worse value: 363.47937234400007. iteration464, perturbing to get out of local maxima iteration 465 found worse value: 363.47937234400007. iteration465, perturbing to get out of local maxima iteration 466 found worse value: 363.47937234400007. iteration 467 found worse value: 363.47937234400007. iteration 468 found worse value: 363.47937234400007. iteration468, perturbing to get out of local maxima iteration 469 found worse value: 363.47937234400007. iteration 470 found worse value: 363.47937234400007. iteration470, perturbing to get out of local maxima iteration 471 found worse value: 363.47937234400007. iteration 472 found worse value: 363.47937234400007. iteration 473 found worse value: 363.47937234400007. iteration 474 found worse value: 363.47937234400007. iteration 475 found worse value: 363.47937234400007. iteration 476 found worse value: 363.47937234400007. iteration 477 found worse value: 363.47937234400007. iteration 478 found worse value: 363.47937234400007. iteration 479 found worse value: 363.47937234400007. iteration 480 found worse value: 363.47937234400007. iteration 481 found worse value: 363.47937234400007. iteration 482 found worse value: 363.47937234400007. iteration482, perturbing to get out of local maxima iteration 483 found worse value: 363.47937234400007. iteration483, perturbing to get out of local maxima iteration 484 found worse value: 363.47937234400007. iteration484, perturbing to get out of local maxima iteration 485 found worse value: 363.47937234400007. iteration 486 found worse value: 363.47937234400007. iteration 487 found worse value: 363.47937234400007. iteration 488 found worse value: 363.47937234400007. iteration488, perturbing to get out of local maxima iteration 489 found worse value: 363.47937234400007. iteration 490 found worse value: 363.47937234400007. iteration 491 found worse value: 363.47937234400007. iteration 492 found worse value: 363.47937234400007. iteration 493 found worse value: 363.47937234400007. iteration 494 found worse value: 363.47937234400007. iteration 495 found worse value: 363.47937234400007. iteration495, perturbing to get out of local maxima iteration 496 found worse value: 363.47937234400007. iteration496, perturbing to get out of local maxima iteration 497 found worse value: 363.47937234400007. iteration497, perturbing to get out of local maxima iteration 498 found worse value: 363.47937234400007. iteration 499 found worse value: 363.47937234400007. iteration 500 found worse value: 363.47937234400007. iteration 501 found worse value: 363.47937234400007. iteration501, perturbing to get out of local maxima iteration 502 found worse value: 363.47937234400007. iteration502, perturbing to get out of local maxima iteration 503 found worse value: 363.47937234400007. iteration 504 found worse value: 363.47937234400007. iteration 505 found worse value: 363.47937234400007. iteration505, perturbing to get out of local maxima iteration 506 found worse value: 363.47937234400007. iteration 507 found worse value: 363.47937234400007. iteration 508 found worse value: 363.47937234400007. iteration508, perturbing to get out of local maxima iteration 509 found worse value: 363.47937234400007. iteration 510 found worse value: 363.47937234400007. iteration 511 found worse value: 363.47937234400007. iteration511, perturbing to get out of local maxima iteration 512 found worse value: 363.47937234400007. iteration 513 found worse value: 363.47937234400007. iteration 514 found worse value: 363.47937234400007. iteration 515 found worse value: 363.47937234400007. iteration515, perturbing to get out of local maxima iteration 516 found worse value: 363.47937234400007. iteration516, perturbing to get out of local maxima iteration 517 found worse value: 363.47937234400007. iteration 518 found worse value: 363.47937234400007. iteration 519 found worse value: 363.47937234400007. iteration 520 found worse value: 363.47937234400007. iteration 521 found worse value: 363.47937234400007. iteration 522 found worse value: 363.47937234400007. iteration 523 found worse value: 363.47937234400007. iteration 524 found worse value: 363.47937234400007. iteration 525 found worse value: 363.47937234400007. iteration 526 found worse value: 363.47937234400007. iteration 527 found worse value: 363.47937234400007. iteration 528 found worse value: 363.47937234400007. iteration 529 found worse value: 363.47937234400007. iteration529, perturbing to get out of local maxima iteration 530 found worse value: 363.47937234400007. iteration 531 found worse value: 363.47937234400007. iteration 532 found worse value: 363.47937234400007. iteration 533 found worse value: 363.47937234400007. iteration533, perturbing to get out of local maxima iteration 534 found worse value: 363.47937234400007. iteration 535 found worse value: 363.47937234400007. iteration 536 found worse value: 363.47937234400007. iteration536, perturbing to get out of local maxima iteration 537 found worse value: 363.47937234400007. iteration 538 found worse value: 363.47937234400007. iteration 539 found worse value: 363.47937234400007. iteration539, perturbing to get out of local maxima iteration 540 found worse value: 363.47937234400007. iteration 541 found worse value: 363.47937234400007. iteration 542 found worse value: 363.47937234400007. iteration542, perturbing to get out of local maxima iteration 543 found worse value: 363.47937234400007. iteration 544 found worse value: 363.47937234400007. iteration544, perturbing to get out of local maxima iteration 545 found worse value: 363.47937234400007. iteration 546 found worse value: 363.47937234400007. iteration 547 found worse value: 363.47937234400007. iteration547, perturbing to get out of local maxima iteration 548 found worse value: 363.47937234400007. iteration 549 found worse value: 363.47937234400007. iteration 550 found worse value: 363.47937234400007. iteration 551 found worse value: 363.47937234400007. iteration 552 found worse value: 363.47937234400007. iteration 553 found worse value: 363.47937234400007. iteration 554 found worse value: 363.47937234400007. iteration 555 found worse value: 363.47937234400007. iteration 556 found worse value: 363.47937234400007. iteration 557 found worse value: 363.47937234400007. iteration 558 found worse value: 363.47937234400007. iteration558, perturbing to get out of local maxima iteration 559 found worse value: 363.47937234400007. iteration 560 found worse value: 363.47937234400007. iteration560, perturbing to get out of local maxima iteration 561 found worse value: 363.47937234400007. iteration561, perturbing to get out of local maxima iteration 562 found worse value: 363.47937234400007. iteration 563 found worse value: 363.47937234400007. iteration 564 found worse value: 363.47937234400007. iteration 565 found worse value: 363.47937234400007. iteration 566 found worse value: 363.47937234400007. iteration 567 found worse value: 363.47937234400007. iteration567, perturbing to get out of local maxima iteration 568 found worse value: 363.47937234400007. iteration 569 found worse value: 363.47937234400007. iteration569, perturbing to get out of local maxima iteration 570 found worse value: 363.47937234400007. iteration570, perturbing to get out of local maxima iteration 571 found worse value: 363.47937234400007. iteration 572 found worse value: 363.47937234400007. iteration 573 found worse value: 363.47937234400007. iteration 574 found worse value: 363.47937234400007. iteration 575 found worse value: 363.47937234400007. iteration 576 found worse value: 363.47937234400007. iteration 577 found worse value: 363.47937234400007. iteration 578 found worse value: 363.47937234400007. iteration 579 found worse value: 363.47937234400007. iteration 580 found worse value: 363.47937234400007. iteration580, perturbing to get out of local maxima iteration 581 found worse value: 363.47937234400007. iteration 582 found worse value: 363.47937234400007. iteration 583 found worse value: 363.47937234400007. iteration 584 found worse value: 363.47937234400007. iteration584, perturbing to get out of local maxima iteration 585 found worse value: 363.47937234400007. iteration 586 found worse value: 363.47937234400007. iteration 587 found worse value: 363.47937234400007. iteration587, perturbing to get out of local maxima iteration 588 found worse value: 363.47937234400007. iteration 589 found worse value: 363.47937234400007. iteration 590 found worse value: 363.47937234400007. iteration 591 found worse value: 363.47937234400007. iteration 592 found worse value: 363.47937234400007. iteration592, perturbing to get out of local maxima iteration 593 found worse value: 363.47937234400007. iteration 594 found worse value: 363.47937234400007. iteration594, perturbing to get out of local maxima iteration 595 found worse value: 363.47937234400007. iteration 596 found worse value: 363.47937234400007. iteration 597 found worse value: 363.47937234400007. iteration 598 found worse value: 363.47937234400007. iteration 599 found worse value: 363.47937234400007. iteration 600 found worse value: 363.47937234400007. iteration 601 found worse value: 363.47937234400007. iteration 602 found worse value: 363.47937234400007. iteration 603 found worse value: 363.47937234400007. iteration603, perturbing to get out of local maxima iteration 604 found worse value: 363.47937234400007. iteration 605 found worse value: 363.47937234400007. iteration 606 found worse value: 363.47937234400007. iteration 607 found worse value: 363.47937234400007. iteration 608 found worse value: 363.47937234400007. iteration 609 found worse value: 363.47937234400007. iteration609, perturbing to get out of local maxima iteration 610 found worse value: 363.47937234400007. iteration 611 found worse value: 363.47937234400007. iteration611, perturbing to get out of local maxima iteration 612 found worse value: 363.47937234400007. iteration 613 found worse value: 363.47937234400007. iteration 614 found worse value: 363.47937234400007. iteration614, perturbing to get out of local maxima iteration 615 found worse value: 363.47937234400007. iteration615, perturbing to get out of local maxima iteration 616 found worse value: 363.47937234400007. iteration 617 found worse value: 363.47937234400007. iteration 618 found worse value: 363.47937234400007. iteration618, perturbing to get out of local maxima iteration 619 found worse value: 363.47937234400007. iteration 620 found worse value: 363.47937234400007. iteration 621 found worse value: 363.47937234400007. iteration 622 found worse value: 363.47937234400007. iteration 623 found worse value: 363.47937234400007. iteration 624 found worse value: 363.47937234400007. iteration624, perturbing to get out of local maxima iteration 625 found worse value: 363.47937234400007. iteration625, perturbing to get out of local maxima iteration 626 found worse value: 363.47937234400007. iteration626, perturbing to get out of local maxima iteration 627 found worse value: 363.47937234400007. iteration 628 found worse value: 363.47937234400007. iteration 629 found worse value: 363.47937234400007. iteration 630 found worse value: 363.47937234400007. iteration 631 found worse value: 363.47937234400007. iteration 632 found worse value: 363.47937234400007. iteration 633 found worse value: 363.47937234400007. iteration 634 found worse value: 363.47937234400007. iteration 635 found worse value: 363.47937234400007. iteration 636 found worse value: 363.47937234400007. iteration 637 found worse value: 363.47937234400007. iteration 638 found worse value: 363.47937234400007. iteration 639 found worse value: 363.47937234400007. iteration 640 found worse value: 363.47937234400007. iteration 641 found worse value: 363.47937234400007. iteration 642 found worse value: 363.47937234400007. iteration 643 found worse value: 363.47937234400007. iteration 644 found worse value: 363.47937234400007. iteration644, perturbing to get out of local maxima iteration 645 found worse value: 363.47937234400007. iteration 646 found worse value: 363.47937234400007. iteration 647 found worse value: 363.47937234400007. iteration 648 found worse value: 363.47937234400007. iteration 649 found worse value: 363.47937234400007. iteration 650 found worse value: 363.47937234400007. iteration 651 found worse value: 363.47937234400007. iteration 652 found worse value: 363.47937234400007. iteration 653 found worse value: 363.47937234400007. iteration653, perturbing to get out of local maxima iteration 654 found worse value: 363.47937234400007. iteration 655 found worse value: 363.47937234400007. iteration655, perturbing to get out of local maxima iteration 656 found worse value: 363.47937234400007. iteration 657 found worse value: 363.47937234400007. iteration 658 found worse value: 363.47937234400007. iteration 659 found worse value: 363.47937234400007. iteration659, perturbing to get out of local maxima iteration 660 found worse value: 363.47937234400007. iteration 661 found worse value: 363.47937234400007. iteration661, perturbing to get out of local maxima iteration 662 found worse value: 363.47937234400007. iteration 663 found worse value: 363.47937234400007. iteration 664 found better value: 363.486508272 iteration 665 found worse value: 363.486508272. iteration 666 found worse value: 363.486508272. iteration666, perturbing to get out of local maxima iteration 667 found worse value: 363.486508272. iteration667, perturbing to get out of local maxima iteration 668 found worse value: 363.486508272. iteration 669 found worse value: 363.486508272. iteration 670 found worse value: 363.486508272. iteration 671 found worse value: 363.486508272. iteration671, perturbing to get out of local maxima iteration 672 found worse value: 363.486508272. iteration 673 found worse value: 363.486508272. iteration 674 found worse value: 363.486508272. iteration 675 found better value: 363.48872647300004 iteration 676 found worse value: 363.48872647300004. iteration676, perturbing to get out of local maxima iteration 677 found worse value: 363.48872647300004. iteration 678 found better value: 363.49821112100005 iteration 679 found better value: 363.498292269 iteration 680 found better value: 363.50493813800006 iteration 681 found better value: 363.50598255 iteration 682 found worse value: 363.50598255. iteration 683 found worse value: 363.50598255. iteration 684 found better value: 363.50831347099995 iteration 685 found worse value: 363.50831347099995. iteration 686 found worse value: 363.50831347099995. iteration 687 found worse value: 363.50831347099995. iteration687, perturbing to get out of local maxima iteration 688 found worse value: 363.50831347099995. iteration 689 found worse value: 363.50831347099995. iteration689, perturbing to get out of local maxima iteration 690 found worse value: 363.50831347099995. iteration690, perturbing to get out of local maxima iteration 691 found worse value: 363.50831347099995. iteration 692 found worse value: 363.50831347099995. iteration 693 found worse value: 363.50831347099995. iteration693, perturbing to get out of local maxima iteration 694 found worse value: 363.50831347099995. iteration694, perturbing to get out of local maxima iteration 695 found worse value: 363.50831347099995. iteration 696 found worse value: 363.50831347099995. iteration 697 found worse value: 363.50831347099995. iteration 698 found worse value: 363.50831347099995. iteration 699 found worse value: 363.50831347099995. iteration699, perturbing to get out of local maxima iteration 700 found worse value: 363.50831347099995. iteration700, perturbing to get out of local maxima iteration 701 found worse value: 363.50831347099995. iteration701, perturbing to get out of local maxima iteration 702 found worse value: 363.50831347099995. iteration 703 found worse value: 363.50831347099995. iteration 704 found worse value: 363.50831347099995. iteration 705 found worse value: 363.50831347099995. iteration705, perturbing to get out of local maxima iteration 706 found worse value: 363.50831347099995. iteration 707 found worse value: 363.50831347099995. iteration 708 found worse value: 363.50831347099995. iteration708, perturbing to get out of local maxima iteration 709 found worse value: 363.50831347099995. iteration 710 found worse value: 363.50831347099995. iteration710, perturbing to get out of local maxima iteration 711 found worse value: 363.50831347099995. iteration 712 found worse value: 363.50831347099995. iteration 713 found worse value: 363.50831347099995. iteration713, perturbing to get out of local maxima iteration 714 found worse value: 363.50831347099995. iteration 715 found worse value: 363.50831347099995. iteration 716 found worse value: 363.50831347099995. iteration716, perturbing to get out of local maxima iteration 717 found worse value: 363.50831347099995. iteration717, perturbing to get out of local maxima iteration 718 found worse value: 363.50831347099995. iteration 719 found worse value: 363.50831347099995. iteration719, perturbing to get out of local maxima iteration 720 found worse value: 363.50831347099995. iteration720, perturbing to get out of local maxima iteration 721 found worse value: 363.50831347099995. iteration721, perturbing to get out of local maxima iteration 722 found worse value: 363.50831347099995. iteration 723 found better value: 363.509836235 iteration 724 found worse value: 363.509836235. iteration 725 found worse value: 363.509836235. iteration 726 found worse value: 363.509836235. iteration 727 found worse value: 363.509836235. iteration727, perturbing to get out of local maxima iteration 728 found worse value: 363.509836235. iteration 729 found worse value: 363.509836235. iteration 730 found worse value: 363.509836235. iteration 731 found worse value: 363.509836235. iteration 732 found better value: 363.511783063 iteration 733 found worse value: 363.511783063. iteration733, perturbing to get out of local maxima iteration 734 found better value: 363.51309962600004 iteration 735 found worse value: 363.51309962600004. iteration 736 found worse value: 363.51309962600004. iteration 737 found worse value: 363.51309962600004. iteration 738 found worse value: 363.51309962600004. iteration 739 found better value: 363.514056977 iteration 740 found worse value: 363.514056977. iteration740, perturbing to get out of local maxima iteration 741 found worse value: 363.514056977. iteration 742 found worse value: 363.514056977. iteration 743 found worse value: 363.514056977. iteration743, perturbing to get out of local maxima iteration 744 found worse value: 363.514056977. iteration 745 found worse value: 363.514056977. iteration745, perturbing to get out of local maxima iteration 746 found worse value: 363.514056977. iteration746, perturbing to get out of local maxima iteration 747 found worse value: 363.514056977. iteration 748 found worse value: 363.514056977. iteration 749 found worse value: 363.514056977. iteration 750 found worse value: 363.514056977. iteration 751 found worse value: 363.514056977. iteration 752 found worse value: 363.514056977. iteration 753 found worse value: 363.514056977. iteration753, perturbing to get out of local maxima iteration 754 found worse value: 363.514056977. iteration 755 found worse value: 363.514056977. iteration 756 found worse value: 363.514056977. iteration 757 found worse value: 363.514056977. iteration757, perturbing to get out of local maxima iteration 758 found worse value: 363.514056977. iteration758, perturbing to get out of local maxima iteration 759 found worse value: 363.514056977. iteration 760 found worse value: 363.514056977. iteration 761 found worse value: 363.514056977. iteration 762 found worse value: 363.514056977. iteration 763 found worse value: 363.514056977. iteration 764 found worse value: 363.514056977. iteration764, perturbing to get out of local maxima iteration 765 found worse value: 363.514056977. iteration765, perturbing to get out of local maxima iteration 766 found worse value: 363.514056977. iteration 767 found worse value: 363.514056977. iteration 768 found worse value: 363.514056977. iteration 769 found better value: 363.53986037 iteration 770 found better value: 363.540306916 iteration 771 found better value: 363.54068175800006 iteration 772 found worse value: 363.54068175800006. iteration 773 found worse value: 363.54068175800006. iteration 774 found worse value: 363.54068175800006. iteration 775 found worse value: 363.54068175800006. iteration 776 found worse value: 363.54068175800006. iteration 777 found better value: 363.54208648400004 iteration 778 found better value: 363.54321149500004 iteration 779 found better value: 363.543514812 iteration 780 found better value: 363.543755521 iteration 781 found worse value: 363.543755521. iteration781, perturbing to get out of local maxima iteration 782 found worse value: 363.543755521. iteration782, perturbing to get out of local maxima iteration 783 found worse value: 363.543755521. iteration 784 found worse value: 363.543755521. iteration 785 found worse value: 363.543755521. iteration785, perturbing to get out of local maxima iteration 786 found worse value: 363.543755521. iteration 787 found worse value: 363.543755521. iteration 788 found worse value: 363.543755521. iteration788, perturbing to get out of local maxima iteration 789 found worse value: 363.543755521. iteration 790 found worse value: 363.543755521. iteration 791 found worse value: 363.543755521. iteration791, perturbing to get out of local maxima iteration 792 found worse value: 363.543755521. iteration792, perturbing to get out of local maxima iteration 793 found worse value: 363.543755521. iteration 794 found worse value: 363.543755521. iteration794, perturbing to get out of local maxima iteration 795 found worse value: 363.543755521. iteration 796 found worse value: 363.543755521. iteration796, perturbing to get out of local maxima iteration 797 found worse value: 363.543755521. iteration797, perturbing to get out of local maxima iteration 798 found worse value: 363.543755521. iteration 799 found worse value: 363.543755521. iteration 800 found worse value: 363.543755521. iteration 801 found worse value: 363.543755521. iteration 802 found worse value: 363.543755521. iteration802, perturbing to get out of local maxima iteration 803 found worse value: 363.543755521. iteration 804 found worse value: 363.543755521. iteration 805 found worse value: 363.543755521. iteration 806 found worse value: 363.543755521. iteration806, perturbing to get out of local maxima iteration 807 found worse value: 363.543755521. iteration807, perturbing to get out of local maxima iteration 808 found worse value: 363.543755521. iteration 809 found worse value: 363.543755521. iteration 810 found worse value: 363.543755521. iteration 811 found worse value: 363.543755521. iteration811, perturbing to get out of local maxima iteration 812 found worse value: 363.543755521. iteration 813 found worse value: 363.543755521. iteration813, perturbing to get out of local maxima iteration 814 found worse value: 363.543755521. iteration 815 found worse value: 363.543755521. iteration 816 found worse value: 363.543755521. iteration 817 found worse value: 363.543755521. iteration 818 found worse value: 363.543755521. iteration 819 found worse value: 363.543755521. iteration 820 found worse value: 363.543755521. iteration 821 found worse value: 363.543755521. iteration821, perturbing to get out of local maxima iteration 822 found worse value: 363.543755521. iteration 823 found worse value: 363.543755521. iteration 824 found worse value: 363.543755521. iteration824, perturbing to get out of local maxima iteration 825 found worse value: 363.543755521. iteration 826 found worse value: 363.543755521. iteration826, perturbing to get out of local maxima iteration 827 found worse value: 363.543755521. iteration 828 found worse value: 363.543755521. iteration 829 found worse value: 363.543755521. iteration 830 found worse value: 363.543755521. iteration830, perturbing to get out of local maxima iteration 831 found worse value: 363.543755521. iteration 832 found worse value: 363.543755521. iteration 833 found worse value: 363.543755521. iteration 834 found worse value: 363.543755521. iteration 835 found worse value: 363.543755521. iteration835, perturbing to get out of local maxima iteration 836 found worse value: 363.543755521. iteration 837 found worse value: 363.543755521. iteration 838 found worse value: 363.543755521. iteration 839 found worse value: 363.543755521. iteration 840 found worse value: 363.543755521. iteration 841 found worse value: 363.543755521. iteration 842 found worse value: 363.543755521. iteration 843 found worse value: 363.543755521. iteration843, perturbing to get out of local maxima iteration 844 found worse value: 363.543755521. iteration 845 found worse value: 363.543755521. iteration 846 found worse value: 363.543755521. iteration846, perturbing to get out of local maxima iteration 847 found worse value: 363.543755521. iteration 848 found worse value: 363.543755521. iteration 849 found worse value: 363.543755521. iteration849, perturbing to get out of local maxima iteration 850 found worse value: 363.543755521. iteration 851 found worse value: 363.543755521. iteration 852 found worse value: 363.543755521. iteration 853 found worse value: 363.543755521. iteration 854 found worse value: 363.543755521. iteration854, perturbing to get out of local maxima iteration 855 found worse value: 363.543755521. iteration855, perturbing to get out of local maxima iteration 856 found worse value: 363.543755521. iteration856, perturbing to get out of local maxima iteration 857 found worse value: 363.543755521. iteration857, perturbing to get out of local maxima iteration 858 found worse value: 363.543755521. iteration858, perturbing to get out of local maxima iteration 859 found worse value: 363.543755521. iteration859, perturbing to get out of local maxima iteration 860 found worse value: 363.543755521. iteration 861 found worse value: 363.543755521. iteration 862 found worse value: 363.543755521. iteration862, perturbing to get out of local maxima iteration 863 found worse value: 363.543755521. iteration 864 found worse value: 363.543755521. iteration 865 found worse value: 363.543755521. iteration 866 found worse value: 363.543755521. iteration 867 found worse value: 363.543755521. iteration 868 found worse value: 363.543755521. iteration 869 found worse value: 363.543755521. iteration869, perturbing to get out of local maxima iteration 870 found worse value: 363.543755521. iteration870, perturbing to get out of local maxima iteration 871 found worse value: 363.543755521. iteration 872 found worse value: 363.543755521. iteration 873 found worse value: 363.543755521. iteration 874 found worse value: 363.543755521. iteration 875 found worse value: 363.543755521. iteration875, perturbing to get out of local maxima iteration 876 found worse value: 363.543755521. iteration 877 found worse value: 363.543755521. iteration 878 found worse value: 363.543755521. iteration878, perturbing to get out of local maxima iteration 879 found worse value: 363.543755521. iteration 880 found worse value: 363.543755521. iteration 881 found worse value: 363.543755521. iteration 882 found worse value: 363.543755521. iteration882, perturbing to get out of local maxima iteration 883 found worse value: 363.543755521. iteration 884 found worse value: 363.543755521. iteration 885 found worse value: 363.543755521. iteration 886 found worse value: 363.543755521. iteration 887 found worse value: 363.543755521. iteration 888 found worse value: 363.543755521. iteration888, perturbing to get out of local maxima iteration 889 found worse value: 363.543755521. iteration 890 found worse value: 363.543755521. iteration 891 found worse value: 363.543755521. iteration891, perturbing to get out of local maxima iteration 892 found worse value: 363.543755521. iteration892, perturbing to get out of local maxima iteration 893 found worse value: 363.543755521. iteration893, perturbing to get out of local maxima iteration 894 found worse value: 363.543755521. iteration894, perturbing to get out of local maxima iteration 895 found worse value: 363.543755521. iteration 896 found worse value: 363.543755521. iteration 897 found worse value: 363.543755521. iteration 898 found worse value: 363.543755521. iteration898, perturbing to get out of local maxima iteration 899 found worse value: 363.543755521. iteration899, perturbing to get out of local maxima iteration 900 found worse value: 363.543755521. iteration 901 found worse value: 363.543755521. iteration 902 found worse value: 363.543755521. iteration 903 found worse value: 363.543755521. iteration903, perturbing to get out of local maxima iteration 904 found worse value: 363.543755521. iteration 905 found worse value: 363.543755521. iteration 906 found worse value: 363.543755521. iteration 907 found worse value: 363.543755521. iteration 908 found worse value: 363.543755521. iteration908, perturbing to get out of local maxima iteration 909 found worse value: 363.543755521. iteration909, perturbing to get out of local maxima iteration 910 found worse value: 363.543755521. iteration 911 found worse value: 363.543755521. iteration911, perturbing to get out of local maxima iteration 912 found worse value: 363.543755521. iteration 913 found worse value: 363.543755521. iteration 914 found worse value: 363.543755521. iteration 915 found worse value: 363.543755521. iteration 916 found worse value: 363.543755521. iteration 917 found worse value: 363.543755521. iteration 918 found worse value: 363.543755521. iteration 919 found worse value: 363.543755521. iteration 920 found worse value: 363.543755521. iteration 921 found worse value: 363.543755521. iteration 922 found worse value: 363.543755521. iteration922, perturbing to get out of local maxima iteration 923 found worse value: 363.543755521. iteration 924 found worse value: 363.543755521. iteration 925 found worse value: 363.543755521. iteration 926 found worse value: 363.543755521. iteration 927 found worse value: 363.543755521. iteration 928 found worse value: 363.543755521. iteration928, perturbing to get out of local maxima iteration 929 found worse value: 363.543755521. iteration 930 found worse value: 363.543755521. iteration 931 found worse value: 363.543755521. iteration 932 found worse value: 363.543755521. iteration 933 found worse value: 363.543755521. iteration 934 found worse value: 363.543755521. iteration 935 found worse value: 363.543755521. iteration935, perturbing to get out of local maxima iteration 936 found worse value: 363.543755521. iteration 937 found worse value: 363.543755521. iteration937, perturbing to get out of local maxima iteration 938 found worse value: 363.543755521. iteration938, perturbing to get out of local maxima iteration 939 found worse value: 363.543755521. iteration 940 found worse value: 363.543755521. iteration940, perturbing to get out of local maxima iteration 941 found worse value: 363.543755521. iteration 942 found worse value: 363.543755521. iteration942, perturbing to get out of local maxima iteration 943 found worse value: 363.543755521. iteration 944 found worse value: 363.543755521. iteration 945 found worse value: 363.543755521. iteration 946 found worse value: 363.543755521. iteration 947 found worse value: 363.543755521. iteration 948 found worse value: 363.543755521. iteration 949 found worse value: 363.543755521. iteration 950 found worse value: 363.543755521. iteration 951 found worse value: 363.543755521. iteration 952 found worse value: 363.543755521. iteration 953 found worse value: 363.543755521. iteration 954 found worse value: 363.543755521. iteration 955 found worse value: 363.543755521. iteration 956 found worse value: 363.543755521. iteration 957 found worse value: 363.543755521. iteration 958 found worse value: 363.543755521. iteration 959 found worse value: 363.543755521. iteration959, perturbing to get out of local maxima iteration 960 found worse value: 363.543755521. iteration 961 found worse value: 363.543755521. iteration 962 found worse value: 363.543755521. iteration 963 found worse value: 363.543755521. iteration 964 found worse value: 363.543755521. iteration 965 found worse value: 363.543755521. iteration 966 found worse value: 363.543755521. iteration 967 found worse value: 363.543755521. iteration 968 found worse value: 363.543755521. iteration 969 found worse value: 363.543755521. iteration969, perturbing to get out of local maxima iteration 970 found worse value: 363.543755521. iteration 971 found worse value: 363.543755521. iteration 972 found worse value: 363.543755521. iteration 973 found worse value: 363.543755521. iteration973, perturbing to get out of local maxima iteration 974 found worse value: 363.543755521. iteration 975 found worse value: 363.543755521. iteration975, perturbing to get out of local maxima iteration 976 found worse value: 363.543755521. iteration 977 found worse value: 363.543755521. iteration977, perturbing to get out of local maxima iteration 978 found worse value: 363.543755521. iteration 979 found worse value: 363.543755521. iteration 980 found worse value: 363.543755521. iteration 981 found worse value: 363.543755521. iteration 982 found worse value: 363.543755521. iteration 983 found worse value: 363.543755521. iteration983, perturbing to get out of local maxima iteration 984 found worse value: 363.543755521. iteration984, perturbing to get out of local maxima iteration 985 found worse value: 363.543755521. iteration 986 found worse value: 363.543755521. iteration 987 found worse value: 363.543755521. iteration 988 found worse value: 363.543755521. iteration988, perturbing to get out of local maxima iteration 989 found worse value: 363.543755521. iteration 990 found worse value: 363.543755521. iteration 991 found worse value: 363.543755521. iteration 992 found worse value: 363.543755521. iteration 993 found worse value: 363.543755521. iteration 994 found worse value: 363.543755521. iteration 995 found worse value: 363.543755521. iteration 996 found worse value: 363.543755521. iteration 997 found worse value: 363.543755521. iteration 998 found worse value: 363.543755521. iteration998, perturbing to get out of local maxima iteration 999 found worse value: 363.543755521. iteration999, perturbing to get out of local maxima iteration 1000 found worse value: 363.543755521. iteration 1001 found worse value: 363.543755521. iteration 1002 found worse value: 363.543755521. iteration1002, perturbing to get out of local maxima iteration 1003 found worse value: 363.543755521. iteration1003, perturbing to get out of local maxima iteration 1004 found worse value: 363.543755521. iteration 1005 found worse value: 363.543755521. iteration 1006 found worse value: 363.543755521. iteration1006, perturbing to get out of local maxima iteration 1007 found worse value: 363.543755521. iteration 1008 found worse value: 363.543755521. iteration 1009 found worse value: 363.543755521. iteration 1010 found worse value: 363.543755521. iteration1010, perturbing to get out of local maxima iteration 1011 found worse value: 363.543755521. iteration 1012 found worse value: 363.543755521. iteration 1013 found worse value: 363.543755521. iteration 1014 found worse value: 363.543755521. iteration 1015 found worse value: 363.543755521. iteration 1016 found worse value: 363.543755521. iteration1016, perturbing to get out of local maxima iteration 1017 found worse value: 363.543755521. iteration1017, perturbing to get out of local maxima iteration 1018 found worse value: 363.543755521. iteration 1019 found worse value: 363.543755521. iteration 1020 found worse value: 363.543755521. iteration1020, perturbing to get out of local maxima iteration 1021 found worse value: 363.543755521. iteration1021, perturbing to get out of local maxima iteration 1022 found worse value: 363.543755521. iteration 1023 found worse value: 363.543755521. iteration 1024 found worse value: 363.543755521. iteration 1025 found worse value: 363.543755521. iteration 1026 found worse value: 363.543755521. iteration 1027 found worse value: 363.543755521. iteration 1028 found worse value: 363.543755521. iteration 1029 found worse value: 363.543755521. iteration 1030 found worse value: 363.543755521. iteration 1031 found worse value: 363.543755521. iteration 1032 found worse value: 363.543755521. iteration1032, perturbing to get out of local maxima iteration 1033 found worse value: 363.543755521. iteration1033, perturbing to get out of local maxima iteration 1034 found worse value: 363.543755521. iteration 1035 found worse value: 363.543755521. iteration 1036 found worse value: 363.543755521. iteration 1037 found worse value: 363.543755521. iteration 1038 found worse value: 363.543755521. iteration 1039 found worse value: 363.543755521. iteration1039, perturbing to get out of local maxima iteration 1040 found worse value: 363.543755521. iteration1040, perturbing to get out of local maxima iteration 1041 found worse value: 363.543755521. iteration 1042 found worse value: 363.543755521. iteration 1043 found worse value: 363.543755521. iteration 1044 found worse value: 363.543755521. iteration 1045 found worse value: 363.543755521. iteration 1046 found worse value: 363.543755521. iteration 1047 found worse value: 363.543755521. iteration 1048 found worse value: 363.543755521. iteration 1049 found worse value: 363.543755521. iteration 1050 found worse value: 363.543755521. iteration 1051 found worse value: 363.543755521. iteration 1052 found worse value: 363.543755521. iteration 1053 found worse value: 363.543755521. iteration1053, perturbing to get out of local maxima iteration 1054 found worse value: 363.543755521. iteration 1055 found worse value: 363.543755521. iteration1055, perturbing to get out of local maxima iteration 1056 found worse value: 363.543755521. iteration 1057 found worse value: 363.543755521. iteration 1058 found worse value: 363.543755521. iteration 1059 found worse value: 363.543755521. iteration 1060 found worse value: 363.543755521. iteration1060, perturbing to get out of local maxima iteration 1061 found worse value: 363.543755521. iteration 1062 found worse value: 363.543755521. iteration 1063 found worse value: 363.543755521. iteration 1064 found worse value: 363.543755521. iteration 1065 found worse value: 363.543755521. iteration1065, perturbing to get out of local maxima iteration 1066 found worse value: 363.543755521. iteration 1067 found worse value: 363.543755521. iteration 1068 found worse value: 363.543755521. iteration1068, perturbing to get out of local maxima iteration 1069 found worse value: 363.543755521. iteration 1070 found worse value: 363.543755521. iteration 1071 found worse value: 363.543755521. iteration 1072 found worse value: 363.543755521. iteration 1073 found worse value: 363.543755521. iteration 1074 found worse value: 363.543755521. iteration1074, perturbing to get out of local maxima iteration 1075 found worse value: 363.543755521. iteration 1076 found worse value: 363.543755521. iteration1076, perturbing to get out of local maxima iteration 1077 found worse value: 363.543755521. iteration 1078 found worse value: 363.543755521. iteration1078, perturbing to get out of local maxima iteration 1079 found worse value: 363.543755521. iteration1079, perturbing to get out of local maxima iteration 1080 found worse value: 363.543755521. iteration 1081 found worse value: 363.543755521. iteration 1082 found worse value: 363.543755521. iteration 1083 found worse value: 363.543755521. iteration 1084 found worse value: 363.543755521. iteration 1085 found worse value: 363.543755521. iteration 1086 found worse value: 363.543755521. iteration1086, perturbing to get out of local maxima iteration 1087 found worse value: 363.543755521. iteration 1088 found worse value: 363.543755521. iteration1088, perturbing to get out of local maxima iteration 1089 found worse value: 363.543755521. iteration1089, perturbing to get out of local maxima iteration 1090 found worse value: 363.543755521. iteration 1091 found worse value: 363.543755521. iteration 1092 found worse value: 363.543755521. iteration 1093 found worse value: 363.543755521. iteration 1094 found worse value: 363.543755521. iteration 1095 found worse value: 363.543755521. iteration 1096 found worse value: 363.543755521. iteration 1097 found worse value: 363.543755521. iteration 1098 found worse value: 363.543755521. iteration 1099 found worse value: 363.543755521. iteration 1100 found worse value: 363.543755521. iteration1100, perturbing to get out of local maxima iteration 1101 found worse value: 363.543755521. iteration 1102 found worse value: 363.543755521. iteration 1103 found worse value: 363.543755521. iteration1103, perturbing to get out of local maxima iteration 1104 found worse value: 363.543755521. iteration1104, perturbing to get out of local maxima iteration 1105 found worse value: 363.543755521. iteration 1106 found worse value: 363.543755521. iteration 1107 found worse value: 363.543755521. iteration 1108 found worse value: 363.543755521. iteration 1109 found worse value: 363.543755521. iteration 1110 found worse value: 363.543755521. iteration1110, perturbing to get out of local maxima iteration 1111 found worse value: 363.543755521. iteration 1112 found worse value: 363.543755521. iteration 1113 found worse value: 363.543755521. iteration1113, perturbing to get out of local maxima iteration 1114 found worse value: 363.543755521. iteration 1115 found worse value: 363.543755521. iteration 1116 found worse value: 363.543755521. iteration 1117 found worse value: 363.543755521. iteration1117, perturbing to get out of local maxima iteration 1118 found worse value: 363.543755521. iteration 1119 found worse value: 363.543755521. iteration 1120 found worse value: 363.543755521. iteration 1121 found worse value: 363.543755521. iteration 1122 found worse value: 363.543755521. iteration 1123 found worse value: 363.543755521. iteration 1124 found worse value: 363.543755521. iteration1124, perturbing to get out of local maxima iteration 1125 found worse value: 363.543755521. iteration 1126 found worse value: 363.543755521. iteration 1127 found worse value: 363.543755521. iteration 1128 found worse value: 363.543755521. iteration 1129 found worse value: 363.543755521. iteration 1130 found worse value: 363.543755521. iteration1130, perturbing to get out of local maxima iteration 1131 found worse value: 363.543755521. iteration1131, perturbing to get out of local maxima iteration 1132 found worse value: 363.543755521. iteration 1133 found worse value: 363.543755521. iteration 1134 found worse value: 363.543755521. iteration 1135 found worse value: 363.543755521. iteration1135, perturbing to get out of local maxima iteration 1136 found worse value: 363.543755521. iteration 1137 found worse value: 363.543755521. iteration 1138 found worse value: 363.543755521. iteration 1139 found worse value: 363.543755521. iteration1139, perturbing to get out of local maxima iteration 1140 found worse value: 363.543755521. iteration 1141 found worse value: 363.543755521. iteration 1142 found worse value: 363.543755521. iteration 1143 found worse value: 363.543755521. iteration 1144 found worse value: 363.543755521. iteration1144, perturbing to get out of local maxima iteration 1145 found worse value: 363.543755521. iteration 1146 found worse value: 363.543755521. iteration 1147 found worse value: 363.543755521. iteration 1148 found worse value: 363.543755521. iteration1148, perturbing to get out of local maxima iteration 1149 found worse value: 363.543755521. iteration1149, perturbing to get out of local maxima iteration 1150 found worse value: 363.543755521. iteration1150, perturbing to get out of local maxima iteration 1151 found worse value: 363.543755521. iteration 1152 found better value: 363.54597336100005 iteration 1153 found worse value: 363.54597336100005. iteration 1154 found worse value: 363.54597336100005. iteration 1155 found worse value: 363.54597336100005. iteration 1156 found worse value: 363.54597336100005. iteration 1157 found worse value: 363.54597336100005. iteration 1158 found worse value: 363.54597336100005. iteration 1159 found worse value: 363.54597336100005. iteration1159, perturbing to get out of local maxima iteration 1160 found worse value: 363.54597336100005. iteration1160, perturbing to get out of local maxima iteration 1161 found worse value: 363.54597336100005. iteration 1162 found worse value: 363.54597336100005. iteration1162, perturbing to get out of local maxima iteration 1163 found worse value: 363.54597336100005. iteration1163, perturbing to get out of local maxima iteration 1164 found worse value: 363.54597336100005. iteration 1165 found worse value: 363.54597336100005. iteration1165, perturbing to get out of local maxima iteration 1166 found worse value: 363.54597336100005. iteration 1167 found worse value: 363.54597336100005. iteration 1168 found worse value: 363.54597336100005. iteration 1169 found worse value: 363.54597336100005. iteration1169, perturbing to get out of local maxima iteration 1170 found worse value: 363.54597336100005. iteration 1171 found worse value: 363.54597336100005. iteration 1172 found worse value: 363.54597336100005. iteration 1173 found worse value: 363.54597336100005. iteration1173, perturbing to get out of local maxima iteration 1174 found worse value: 363.54597336100005. iteration 1175 found worse value: 363.54597336100005. iteration 1176 found worse value: 363.54597336100005. iteration1176, perturbing to get out of local maxima iteration 1177 found worse value: 363.54597336100005. iteration 1178 found worse value: 363.54597336100005. iteration1178, perturbing to get out of local maxima iteration 1179 found worse value: 363.54597336100005. iteration 1180 found worse value: 363.54597336100005. iteration 1181 found worse value: 363.54597336100005. iteration 1182 found worse value: 363.54597336100005. iteration 1183 found worse value: 363.54597336100005. iteration 1184 found worse value: 363.54597336100005. iteration1184, perturbing to get out of local maxima iteration 1185 found worse value: 363.54597336100005. iteration 1186 found worse value: 363.54597336100005. iteration1186, perturbing to get out of local maxima iteration 1187 found worse value: 363.54597336100005. iteration 1188 found worse value: 363.54597336100005. iteration1188, perturbing to get out of local maxima iteration 1189 found worse value: 363.54597336100005. iteration 1190 found worse value: 363.54597336100005. iteration1190, perturbing to get out of local maxima iteration 1191 found worse value: 363.54597336100005. iteration 1192 found worse value: 363.54597336100005. iteration 1193 found worse value: 363.54597336100005. iteration 1194 found worse value: 363.54597336100005. iteration 1195 found worse value: 363.54597336100005. iteration 1196 found worse value: 363.54597336100005. iteration 1197 found worse value: 363.54597336100005. iteration 1198 found worse value: 363.54597336100005. iteration 1199 found worse value: 363.54597336100005. iteration1199, perturbing to get out of local maxima iteration 1200 found worse value: 363.54597336100005. iteration1200, perturbing to get out of local maxima iteration 1201 found worse value: 363.54597336100005. iteration1201, perturbing to get out of local maxima iteration 1202 found worse value: 363.54597336100005. iteration 1203 found worse value: 363.54597336100005. iteration 1204 found worse value: 363.54597336100005. iteration1204, perturbing to get out of local maxima iteration 1205 found worse value: 363.54597336100005. iteration1205, perturbing to get out of local maxima iteration 1206 found worse value: 363.54597336100005. iteration 1207 found worse value: 363.54597336100005. iteration 1208 found worse value: 363.54597336100005. iteration 1209 found worse value: 363.54597336100005. iteration 1210 found worse value: 363.54597336100005. iteration 1211 found worse value: 363.54597336100005. iteration 1212 found worse value: 363.54597336100005. iteration 1213 found worse value: 363.54597336100005. iteration 1214 found worse value: 363.54597336100005. iteration 1215 found worse value: 363.54597336100005. iteration 1216 found worse value: 363.54597336100005. iteration 1217 found worse value: 363.54597336100005. iteration 1218 found worse value: 363.54597336100005. iteration 1219 found worse value: 363.54597336100005. iteration 1220 found worse value: 363.54597336100005. iteration 1221 found worse value: 363.54597336100005. iteration1221, perturbing to get out of local maxima iteration 1222 found worse value: 363.54597336100005. iteration 1223 found worse value: 363.54597336100005. iteration 1224 found worse value: 363.54597336100005. iteration 1225 found worse value: 363.54597336100005. iteration 1226 found worse value: 363.54597336100005. iteration 1227 found worse value: 363.54597336100005. iteration1227, perturbing to get out of local maxima iteration 1228 found worse value: 363.54597336100005. iteration1228, perturbing to get out of local maxima iteration 1229 found worse value: 363.54597336100005. iteration 1230 found worse value: 363.54597336100005. iteration 1231 found worse value: 363.54597336100005. iteration 1232 found worse value: 363.54597336100005. iteration 1233 found worse value: 363.54597336100005. iteration 1234 found worse value: 363.54597336100005. iteration 1235 found worse value: 363.54597336100005. iteration1235, perturbing to get out of local maxima iteration 1236 found worse value: 363.54597336100005. iteration1236, perturbing to get out of local maxima iteration 1237 found worse value: 363.54597336100005. iteration 1238 found worse value: 363.54597336100005. iteration1238, perturbing to get out of local maxima iteration 1239 found worse value: 363.54597336100005. iteration 1240 found better value: 363.55963485600006 iteration 1241 found better value: 363.56092637300003 iteration 1242 found worse value: 363.56092637300003. iteration 1243 found better value: 363.562548935 iteration 1244 found worse value: 363.562548935. iteration 1245 found better value: 363.567519161 iteration 1246 found worse value: 363.567519161. iteration 1247 found better value: 363.567601438 iteration 1248 found better value: 363.56801566400003 iteration 1249 found worse value: 363.56801566400003. iteration 1250 found worse value: 363.56801566400003. iteration 1251 found worse value: 363.56801566400003. iteration 1252 found better value: 363.569748115 iteration 1253 found worse value: 363.569748115. iteration1253, perturbing to get out of local maxima iteration 1254 found better value: 363.570617723 iteration 1255 found worse value: 363.570617723. iteration1255, perturbing to get out of local maxima iteration 1256 found worse value: 363.570617723. iteration 1257 found worse value: 363.570617723. iteration 1258 found worse value: 363.570617723. iteration 1259 found worse value: 363.570617723. iteration1259, perturbing to get out of local maxima iteration 1260 found worse value: 363.570617723. iteration 1261 found worse value: 363.570617723. iteration 1262 found worse value: 363.570617723. iteration1262, perturbing to get out of local maxima iteration 1263 found worse value: 363.570617723. iteration 1264 found worse value: 363.570617723. iteration 1265 found worse value: 363.570617723. iteration 1266 found worse value: 363.570617723. iteration1266, perturbing to get out of local maxima iteration 1267 found worse value: 363.570617723. iteration 1268 found worse value: 363.570617723. iteration 1269 found worse value: 363.570617723. iteration 1270 found worse value: 363.570617723. iteration 1271 found worse value: 363.570617723. iteration 1272 found worse value: 363.570617723. iteration1272, perturbing to get out of local maxima iteration 1273 found worse value: 363.570617723. iteration 1274 found worse value: 363.570617723. iteration 1275 found worse value: 363.570617723. iteration1275, perturbing to get out of local maxima iteration 1276 found worse value: 363.570617723. iteration 1277 found worse value: 363.570617723. iteration 1278 found worse value: 363.570617723. iteration 1279 found worse value: 363.570617723. iteration 1280 found worse value: 363.570617723. iteration 1281 found worse value: 363.570617723. iteration 1282 found worse value: 363.570617723. iteration 1283 found worse value: 363.570617723. iteration 1284 found worse value: 363.570617723. iteration 1285 found worse value: 363.570617723. iteration 1286 found worse value: 363.570617723. iteration 1287 found worse value: 363.570617723. iteration 1288 found worse value: 363.570617723. iteration1288, perturbing to get out of local maxima iteration 1289 found worse value: 363.570617723. iteration1289, perturbing to get out of local maxima iteration 1290 found worse value: 363.570617723. iteration 1291 found worse value: 363.570617723. iteration1291, perturbing to get out of local maxima iteration 1292 found worse value: 363.570617723. iteration 1293 found worse value: 363.570617723. iteration 1294 found worse value: 363.570617723. iteration 1295 found worse value: 363.570617723. iteration1295, perturbing to get out of local maxima iteration 1296 found worse value: 363.570617723. iteration 1297 found worse value: 363.570617723. iteration 1298 found worse value: 363.570617723. iteration 1299 found worse value: 363.570617723. iteration 1300 found worse value: 363.570617723. iteration 1301 found worse value: 363.570617723. iteration 1302 found worse value: 363.570617723. iteration 1303 found worse value: 363.570617723. iteration 1304 found worse value: 363.570617723. iteration 1305 found worse value: 363.570617723. iteration 1306 found worse value: 363.570617723. iteration 1307 found worse value: 363.570617723. iteration1307, perturbing to get out of local maxima iteration 1308 found worse value: 363.570617723. iteration 1309 found worse value: 363.570617723. iteration1309, perturbing to get out of local maxima iteration 1310 found worse value: 363.570617723. iteration 1311 found worse value: 363.570617723. iteration1311, perturbing to get out of local maxima iteration 1312 found worse value: 363.570617723. iteration1312, perturbing to get out of local maxima iteration 1313 found worse value: 363.570617723. iteration 1314 found worse value: 363.570617723. iteration1314, perturbing to get out of local maxima iteration 1315 found worse value: 363.570617723. iteration 1316 found worse value: 363.570617723. iteration 1317 found worse value: 363.570617723. iteration 1318 found worse value: 363.570617723. iteration 1319 found worse value: 363.570617723. iteration 1320 found worse value: 363.570617723. iteration 1321 found worse value: 363.570617723. iteration 1322 found worse value: 363.570617723. iteration 1323 found worse value: 363.570617723. iteration 1324 found worse value: 363.570617723. iteration 1325 found worse value: 363.570617723. iteration 1326 found worse value: 363.570617723. iteration 1327 found worse value: 363.570617723. iteration 1328 found worse value: 363.570617723. iteration 1329 found worse value: 363.570617723. iteration1329, perturbing to get out of local maxima iteration 1330 found worse value: 363.570617723. iteration 1331 found worse value: 363.570617723. iteration 1332 found worse value: 363.570617723. iteration 1333 found worse value: 363.570617723. iteration1333, perturbing to get out of local maxima iteration 1334 found worse value: 363.570617723. iteration 1335 found worse value: 363.570617723. iteration 1336 found worse value: 363.570617723. iteration 1337 found worse value: 363.570617723. iteration 1338 found worse value: 363.570617723. iteration 1339 found worse value: 363.570617723. iteration 1340 found worse value: 363.570617723. iteration 1341 found worse value: 363.570617723. iteration 1342 found worse value: 363.570617723. iteration 1343 found worse value: 363.570617723. iteration 1344 found worse value: 363.570617723. iteration 1345 found worse value: 363.570617723. iteration 1346 found worse value: 363.570617723. iteration 1347 found worse value: 363.570617723. iteration 1348 found worse value: 363.570617723. iteration 1349 found worse value: 363.570617723. iteration 1350 found worse value: 363.570617723. iteration 1351 found worse value: 363.570617723. iteration1351, perturbing to get out of local maxima iteration 1352 found worse value: 363.570617723. iteration 1353 found worse value: 363.570617723. iteration 1354 found worse value: 363.570617723. iteration 1355 found worse value: 363.570617723. iteration1355, perturbing to get out of local maxima iteration 1356 found worse value: 363.570617723. iteration 1357 found worse value: 363.570617723. iteration 1358 found worse value: 363.570617723. iteration 1359 found worse value: 363.570617723. iteration 1360 found worse value: 363.570617723. iteration 1361 found worse value: 363.570617723. iteration 1362 found worse value: 363.570617723. iteration 1363 found worse value: 363.570617723. iteration 1364 found worse value: 363.570617723. iteration1364, perturbing to get out of local maxima iteration 1365 found better value: 363.574622606 iteration 1366 found worse value: 363.574622606. iteration 1367 found worse value: 363.574622606. iteration 1368 found worse value: 363.574622606. iteration1368, perturbing to get out of local maxima iteration 1369 found worse value: 363.574622606. iteration 1370 found worse value: 363.574622606. iteration 1371 found worse value: 363.574622606. iteration 1372 found worse value: 363.574622606. iteration 1373 found worse value: 363.574622606. iteration 1374 found worse value: 363.574622606. iteration1374, perturbing to get out of local maxima iteration 1375 found worse value: 363.574622606. iteration 1376 found worse value: 363.574622606. iteration 1377 found better value: 363.575745589 iteration 1378 found better value: 363.578743599 iteration 1379 found better value: 363.581257555 iteration 1380 found worse value: 363.581257555. iteration1380, perturbing to get out of local maxima iteration 1381 found worse value: 363.581257555. iteration 1382 found worse value: 363.581257555. iteration 1383 found worse value: 363.581257555. iteration 1384 found worse value: 363.581257555. iteration 1385 found worse value: 363.581257555. iteration 1386 found worse value: 363.581257555. iteration 1387 found worse value: 363.581257555. iteration 1388 found worse value: 363.581257555. iteration1388, perturbing to get out of local maxima iteration 1389 found worse value: 363.581257555. iteration1389, perturbing to get out of local maxima iteration 1390 found worse value: 363.581257555. iteration 1391 found worse value: 363.581257555. iteration1391, perturbing to get out of local maxima iteration 1392 found worse value: 363.581257555. iteration 1393 found worse value: 363.581257555. iteration 1394 found worse value: 363.581257555. iteration 1395 found worse value: 363.581257555. iteration 1396 found worse value: 363.581257555. iteration1396, perturbing to get out of local maxima iteration 1397 found worse value: 363.581257555. iteration 1398 found worse value: 363.581257555. iteration1398, perturbing to get out of local maxima iteration 1399 found worse value: 363.581257555. iteration 1400 found worse value: 363.581257555. iteration 1401 found worse value: 363.581257555. iteration 1402 found worse value: 363.581257555. iteration1402, perturbing to get out of local maxima iteration 1403 found worse value: 363.581257555. iteration 1404 found worse value: 363.581257555. iteration 1405 found worse value: 363.581257555. iteration 1406 found better value: 363.582735958 iteration 1407 found worse value: 363.582735958. iteration 1408 found worse value: 363.582735958. iteration 1409 found worse value: 363.582735958. iteration 1410 found worse value: 363.582735958. iteration1410, perturbing to get out of local maxima iteration 1411 found worse value: 363.582735958. iteration 1412 found worse value: 363.582735958. iteration 1413 found worse value: 363.582735958. iteration 1414 found worse value: 363.582735958. iteration1414, perturbing to get out of local maxima iteration 1415 found worse value: 363.582735958. iteration 1416 found worse value: 363.582735958. iteration 1417 found worse value: 363.582735958. iteration 1418 found worse value: 363.582735958. iteration1418, perturbing to get out of local maxima iteration 1419 found better value: 363.58321467 iteration 1420 found worse value: 363.58321467. iteration 1421 found worse value: 363.58321467. iteration 1422 found worse value: 363.58321467. iteration 1423 found worse value: 363.58321467. iteration 1424 found better value: 363.591664232 iteration 1425 found worse value: 363.591664232. iteration 1426 found worse value: 363.591664232. iteration 1427 found better value: 363.592978424 iteration 1428 found better value: 363.59379561000003 iteration 1429 found worse value: 363.59379561000003. iteration 1430 found worse value: 363.59379561000003. iteration1430, perturbing to get out of local maxima iteration 1431 found worse value: 363.59379561000003. iteration 1432 found better value: 363.593864803 iteration 1433 found worse value: 363.593864803. iteration 1434 found worse value: 363.593864803. iteration 1435 found worse value: 363.593864803. iteration 1436 found worse value: 363.593864803. iteration 1437 found better value: 363.595391022 iteration 1438 found worse value: 363.595391022. iteration 1439 found worse value: 363.595391022. iteration1439, perturbing to get out of local maxima iteration 1440 found worse value: 363.595391022. iteration 1441 found worse value: 363.595391022. iteration 1442 found worse value: 363.595391022. iteration 1443 found worse value: 363.595391022. iteration 1444 found worse value: 363.595391022. iteration 1445 found worse value: 363.595391022. iteration 1446 found worse value: 363.595391022. iteration 1447 found better value: 363.595400654 iteration 1448 found worse value: 363.595400654. iteration1448, perturbing to get out of local maxima iteration 1449 found worse value: 363.595400654. iteration 1450 found worse value: 363.595400654. iteration 1451 found worse value: 363.595400654. iteration 1452 found worse value: 363.595400654. iteration1452, perturbing to get out of local maxima iteration 1453 found worse value: 363.595400654. iteration 1454 found worse value: 363.595400654. iteration 1455 found worse value: 363.595400654. iteration 1456 found worse value: 363.595400654. iteration 1457 found better value: 363.596067721 iteration 1458 found worse value: 363.596067721. iteration1458, perturbing to get out of local maxima iteration 1459 found worse value: 363.596067721. iteration 1460 found worse value: 363.596067721. iteration 1461 found worse value: 363.596067721. iteration 1462 found worse value: 363.596067721. iteration 1463 found worse value: 363.596067721. iteration 1464 found worse value: 363.596067721. iteration1464, perturbing to get out of local maxima iteration 1465 found worse value: 363.596067721. iteration 1466 found worse value: 363.596067721. iteration 1467 found worse value: 363.596067721. iteration 1468 found worse value: 363.596067721. iteration1468, perturbing to get out of local maxima iteration 1469 found worse value: 363.596067721. iteration 1470 found worse value: 363.596067721. iteration 1471 found worse value: 363.596067721. iteration 1472 found worse value: 363.596067721. iteration 1473 found worse value: 363.596067721. iteration 1474 found worse value: 363.596067721. iteration 1475 found worse value: 363.596067721. iteration 1476 found worse value: 363.596067721. iteration 1477 found worse value: 363.596067721. iteration 1478 found worse value: 363.596067721. iteration 1479 found worse value: 363.596067721. iteration 1480 found worse value: 363.596067721. iteration1480, perturbing to get out of local maxima iteration 1481 found worse value: 363.596067721. iteration 1482 found better value: 363.59753481300004 iteration 1483 found better value: 363.597674442 iteration 1484 found worse value: 363.597674442. iteration 1485 found worse value: 363.597674442. iteration1485, perturbing to get out of local maxima iteration 1486 found worse value: 363.597674442. iteration1486, perturbing to get out of local maxima iteration 1487 found worse value: 363.597674442. iteration 1488 found worse value: 363.597674442. iteration1488, perturbing to get out of local maxima iteration 1489 found worse value: 363.597674442. iteration 1490 found worse value: 363.597674442. iteration 1491 found worse value: 363.597674442. iteration1491, perturbing to get out of local maxima iteration 1492 found worse value: 363.597674442. iteration 1493 found worse value: 363.597674442. iteration 1494 found worse value: 363.597674442. iteration 1495 found worse value: 363.597674442. iteration 1496 found worse value: 363.597674442. iteration 1497 found worse value: 363.597674442. iteration 1498 found worse value: 363.597674442. iteration 1499 found worse value: 363.597674442. iteration 1500 found worse value: 363.597674442. iteration 1501 found better value: 363.598122305 iteration 1502 found worse value: 363.598122305. iteration 1503 found worse value: 363.598122305. iteration 1504 found worse value: 363.598122305. iteration 1505 found worse value: 363.598122305. iteration1505, perturbing to get out of local maxima iteration 1506 found better value: 363.5989548 iteration 1507 found worse value: 363.5989548. iteration 1508 found worse value: 363.5989548. iteration 1509 found worse value: 363.5989548. iteration 1510 found worse value: 363.5989548. iteration 1511 found worse value: 363.5989548. iteration 1512 found worse value: 363.5989548. iteration1512, perturbing to get out of local maxima iteration 1513 found worse value: 363.5989548. iteration 1514 found worse value: 363.5989548. iteration1514, perturbing to get out of local maxima iteration 1515 found worse value: 363.5989548. iteration 1516 found worse value: 363.5989548. iteration 1517 found worse value: 363.5989548. iteration 1518 found worse value: 363.5989548. iteration 1519 found worse value: 363.5989548. iteration 1520 found worse value: 363.5989548. iteration1520, perturbing to get out of local maxima iteration 1521 found better value: 363.59932197899997 iteration 1522 found better value: 363.601796342 iteration 1523 found worse value: 363.601796342. iteration 1524 found worse value: 363.601796342. iteration 1525 found worse value: 363.601796342. iteration 1526 found worse value: 363.601796342. iteration1526, perturbing to get out of local maxima iteration 1527 found worse value: 363.601796342. iteration 1528 found worse value: 363.601796342. iteration 1529 found worse value: 363.601796342. iteration 1530 found worse value: 363.601796342. iteration1530, perturbing to get out of local maxima iteration 1531 found worse value: 363.601796342. iteration 1532 found worse value: 363.601796342. iteration1532, perturbing to get out of local maxima iteration 1533 found worse value: 363.601796342. iteration 1534 found worse value: 363.601796342. iteration 1535 found worse value: 363.601796342. iteration 1536 found worse value: 363.601796342. iteration 1537 found worse value: 363.601796342. iteration 1538 found better value: 363.607742386 iteration 1539 found better value: 363.609663704 iteration 1540 found worse value: 363.609663704. iteration 1541 found worse value: 363.609663704. iteration 1542 found worse value: 363.609663704. iteration1542, perturbing to get out of local maxima iteration 1543 found worse value: 363.609663704. iteration1543, perturbing to get out of local maxima iteration 1544 found worse value: 363.609663704. iteration1544, perturbing to get out of local maxima iteration 1545 found worse value: 363.609663704. iteration 1546 found worse value: 363.609663704. iteration 1547 found worse value: 363.609663704. iteration 1548 found worse value: 363.609663704. iteration 1549 found worse value: 363.609663704. iteration 1550 found worse value: 363.609663704. iteration 1551 found worse value: 363.609663704. iteration 1552 found worse value: 363.609663704. iteration1552, perturbing to get out of local maxima iteration 1553 found worse value: 363.609663704. iteration1553, perturbing to get out of local maxima iteration 1554 found worse value: 363.609663704. iteration 1555 found worse value: 363.609663704. iteration 1556 found worse value: 363.609663704. iteration1556, perturbing to get out of local maxima iteration 1557 found worse value: 363.609663704. iteration 1558 found worse value: 363.609663704. iteration1558, perturbing to get out of local maxima iteration 1559 found worse value: 363.609663704. iteration 1560 found worse value: 363.609663704. iteration 1561 found worse value: 363.609663704. iteration 1562 found worse value: 363.609663704. iteration 1563 found worse value: 363.609663704. iteration 1564 found worse value: 363.609663704. iteration1564, perturbing to get out of local maxima iteration 1565 found worse value: 363.609663704. iteration 1566 found worse value: 363.609663704. iteration1566, perturbing to get out of local maxima iteration 1567 found worse value: 363.609663704. iteration 1568 found worse value: 363.609663704. iteration 1569 found worse value: 363.609663704. iteration 1570 found worse value: 363.609663704. iteration 1571 found worse value: 363.609663704. iteration 1572 found worse value: 363.609663704. iteration 1573 found worse value: 363.609663704. iteration 1574 found worse value: 363.609663704. iteration 1575 found worse value: 363.609663704. iteration1575, perturbing to get out of local maxima iteration 1576 found worse value: 363.609663704. iteration 1577 found worse value: 363.609663704. iteration 1578 found worse value: 363.609663704. iteration 1579 found worse value: 363.609663704. iteration 1580 found worse value: 363.609663704. iteration 1581 found worse value: 363.609663704. iteration1581, perturbing to get out of local maxima iteration 1582 found better value: 363.611019904 iteration 1583 found better value: 363.61675207900004 iteration 1584 found worse value: 363.61675207900004. iteration 1585 found worse value: 363.61675207900004. iteration 1586 found worse value: 363.61675207900004. iteration1586, perturbing to get out of local maxima iteration 1587 found worse value: 363.61675207900004. iteration1587, perturbing to get out of local maxima iteration 1588 found worse value: 363.61675207900004. iteration1588, perturbing to get out of local maxima iteration 1589 found worse value: 363.61675207900004. iteration 1590 found worse value: 363.61675207900004. iteration 1591 found worse value: 363.61675207900004. iteration 1592 found worse value: 363.61675207900004. iteration 1593 found worse value: 363.61675207900004. iteration 1594 found worse value: 363.61675207900004. iteration 1595 found worse value: 363.61675207900004. iteration 1596 found worse value: 363.61675207900004. iteration 1597 found worse value: 363.61675207900004. iteration1597, perturbing to get out of local maxima iteration 1598 found worse value: 363.61675207900004. iteration 1599 found worse value: 363.61675207900004. iteration 1600 found worse value: 363.61675207900004. iteration1600, perturbing to get out of local maxima iteration 1601 found worse value: 363.61675207900004. iteration 1602 found worse value: 363.61675207900004. iteration 1603 found worse value: 363.61675207900004. iteration 1604 found worse value: 363.61675207900004. iteration 1605 found worse value: 363.61675207900004. iteration 1606 found worse value: 363.61675207900004. iteration 1607 found worse value: 363.61675207900004. iteration1607, perturbing to get out of local maxima iteration 1608 found worse value: 363.61675207900004. iteration 1609 found worse value: 363.61675207900004. iteration 1610 found worse value: 363.61675207900004. iteration 1611 found worse value: 363.61675207900004. iteration 1612 found worse value: 363.61675207900004. iteration 1613 found worse value: 363.61675207900004. iteration1613, perturbing to get out of local maxima iteration 1614 found worse value: 363.61675207900004. iteration1614, perturbing to get out of local maxima iteration 1615 found worse value: 363.61675207900004. iteration1615, perturbing to get out of local maxima iteration 1616 found worse value: 363.61675207900004. iteration 1617 found worse value: 363.61675207900004. iteration 1618 found worse value: 363.61675207900004. iteration 1619 found worse value: 363.61675207900004. iteration 1620 found worse value: 363.61675207900004. iteration 1621 found worse value: 363.61675207900004. iteration 1622 found worse value: 363.61675207900004. iteration 1623 found worse value: 363.61675207900004. iteration 1624 found worse value: 363.61675207900004. iteration 1625 found worse value: 363.61675207900004. iteration 1626 found worse value: 363.61675207900004. iteration 1627 found worse value: 363.61675207900004. iteration 1628 found worse value: 363.61675207900004. iteration 1629 found worse value: 363.61675207900004. iteration 1630 found worse value: 363.61675207900004. iteration 1631 found worse value: 363.61675207900004. iteration 1632 found worse value: 363.61675207900004. iteration 1633 found worse value: 363.61675207900004. iteration 1634 found worse value: 363.61675207900004. iteration 1635 found worse value: 363.61675207900004. iteration1635, perturbing to get out of local maxima iteration 1636 found worse value: 363.61675207900004. iteration 1637 found worse value: 363.61675207900004. iteration1637, perturbing to get out of local maxima iteration 1638 found worse value: 363.61675207900004. iteration 1639 found worse value: 363.61675207900004. iteration 1640 found worse value: 363.61675207900004. iteration 1641 found worse value: 363.61675207900004. iteration 1642 found worse value: 363.61675207900004. iteration 1643 found worse value: 363.61675207900004. iteration1643, perturbing to get out of local maxima iteration 1644 found worse value: 363.61675207900004. iteration 1645 found worse value: 363.61675207900004. iteration 1646 found worse value: 363.61675207900004. iteration1646, perturbing to get out of local maxima iteration 1647 found worse value: 363.61675207900004. iteration1647, perturbing to get out of local maxima iteration 1648 found worse value: 363.61675207900004. iteration 1649 found worse value: 363.61675207900004. iteration 1650 found worse value: 363.61675207900004. iteration 1651 found worse value: 363.61675207900004. iteration 1652 found worse value: 363.61675207900004. iteration 1653 found worse value: 363.61675207900004. iteration1653, perturbing to get out of local maxima iteration 1654 found worse value: 363.61675207900004. iteration 1655 found worse value: 363.61675207900004. iteration 1656 found worse value: 363.61675207900004. iteration1656, perturbing to get out of local maxima iteration 1657 found worse value: 363.61675207900004. iteration1657, perturbing to get out of local maxima iteration 1658 found worse value: 363.61675207900004. iteration 1659 found worse value: 363.61675207900004. iteration 1660 found worse value: 363.61675207900004. iteration 1661 found worse value: 363.61675207900004. iteration 1662 found worse value: 363.61675207900004. iteration1662, perturbing to get out of local maxima iteration 1663 found worse value: 363.61675207900004. iteration 1664 found worse value: 363.61675207900004. iteration1664, perturbing to get out of local maxima iteration 1665 found worse value: 363.61675207900004. iteration 1666 found worse value: 363.61675207900004. iteration 1667 found worse value: 363.61675207900004. iteration 1668 found worse value: 363.61675207900004. iteration 1669 found worse value: 363.61675207900004. iteration 1670 found worse value: 363.61675207900004. iteration1670, perturbing to get out of local maxima iteration 1671 found worse value: 363.61675207900004. iteration1671, perturbing to get out of local maxima iteration 1672 found worse value: 363.61675207900004. iteration 1673 found worse value: 363.61675207900004. iteration 1674 found worse value: 363.61675207900004. iteration 1675 found worse value: 363.61675207900004. iteration1675, perturbing to get out of local maxima iteration 1676 found worse value: 363.61675207900004. iteration 1677 found worse value: 363.61675207900004. iteration 1678 found worse value: 363.61675207900004. iteration 1679 found worse value: 363.61675207900004. iteration 1680 found worse value: 363.61675207900004. iteration1680, perturbing to get out of local maxima iteration 1681 found worse value: 363.61675207900004. iteration1681, perturbing to get out of local maxima iteration 1682 found worse value: 363.61675207900004. iteration 1683 found worse value: 363.61675207900004. iteration 1684 found worse value: 363.61675207900004. iteration 1685 found worse value: 363.61675207900004. iteration 1686 found worse value: 363.61675207900004. iteration1686, perturbing to get out of local maxima iteration 1687 found worse value: 363.61675207900004. iteration1687, perturbing to get out of local maxima iteration 1688 found worse value: 363.61675207900004. iteration 1689 found worse value: 363.61675207900004. iteration1689, perturbing to get out of local maxima iteration 1690 found worse value: 363.61675207900004. iteration 1691 found worse value: 363.61675207900004. iteration 1692 found worse value: 363.61675207900004. iteration 1693 found worse value: 363.61675207900004. iteration 1694 found worse value: 363.61675207900004. iteration 1695 found worse value: 363.61675207900004. iteration 1696 found worse value: 363.61675207900004. iteration 1697 found worse value: 363.61675207900004. iteration 1698 found worse value: 363.61675207900004. iteration1698, perturbing to get out of local maxima iteration 1699 found worse value: 363.61675207900004. iteration 1700 found worse value: 363.61675207900004. iteration 1701 found worse value: 363.61675207900004. iteration1701, perturbing to get out of local maxima iteration 1702 found worse value: 363.61675207900004. iteration 1703 found worse value: 363.61675207900004. iteration 1704 found worse value: 363.61675207900004. iteration 1705 found worse value: 363.61675207900004. iteration 1706 found worse value: 363.61675207900004. iteration 1707 found worse value: 363.61675207900004. iteration 1708 found worse value: 363.61675207900004. iteration 1709 found worse value: 363.61675207900004. iteration 1710 found worse value: 363.61675207900004. iteration1710, perturbing to get out of local maxima iteration 1711 found worse value: 363.61675207900004. iteration 1712 found worse value: 363.61675207900004. iteration 1713 found worse value: 363.61675207900004. iteration1713, perturbing to get out of local maxima iteration 1714 found worse value: 363.61675207900004. iteration 1715 found worse value: 363.61675207900004. iteration 1716 found worse value: 363.61675207900004. iteration 1717 found worse value: 363.61675207900004. iteration 1718 found worse value: 363.61675207900004. iteration 1719 found worse value: 363.61675207900004. iteration1719, perturbing to get out of local maxima iteration 1720 found worse value: 363.61675207900004. iteration 1721 found worse value: 363.61675207900004. iteration 1722 found worse value: 363.61675207900004. iteration 1723 found worse value: 363.61675207900004. iteration1723, perturbing to get out of local maxima iteration 1724 found worse value: 363.61675207900004. iteration 1725 found worse value: 363.61675207900004. iteration1725, perturbing to get out of local maxima iteration 1726 found worse value: 363.61675207900004. iteration 1727 found worse value: 363.61675207900004. iteration 1728 found worse value: 363.61675207900004. iteration 1729 found worse value: 363.61675207900004. iteration1729, perturbing to get out of local maxima iteration 1730 found worse value: 363.61675207900004. iteration 1731 found worse value: 363.61675207900004. iteration 1732 found worse value: 363.61675207900004. iteration 1733 found worse value: 363.61675207900004. iteration 1734 found worse value: 363.61675207900004. iteration 1735 found worse value: 363.61675207900004. iteration 1736 found worse value: 363.61675207900004. iteration 1737 found worse value: 363.61675207900004. iteration1737, perturbing to get out of local maxima iteration 1738 found worse value: 363.61675207900004. iteration1738, perturbing to get out of local maxima iteration 1739 found worse value: 363.61675207900004. iteration 1740 found worse value: 363.61675207900004. iteration 1741 found worse value: 363.61675207900004. iteration 1742 found worse value: 363.61675207900004. iteration 1743 found worse value: 363.61675207900004. iteration 1744 found worse value: 363.61675207900004. iteration 1745 found worse value: 363.61675207900004. iteration 1746 found worse value: 363.61675207900004. iteration1746, perturbing to get out of local maxima iteration 1747 found worse value: 363.61675207900004. iteration1747, perturbing to get out of local maxima iteration 1748 found worse value: 363.61675207900004. iteration1748, perturbing to get out of local maxima iteration 1749 found worse value: 363.61675207900004. iteration 1750 found worse value: 363.61675207900004. iteration1750, perturbing to get out of local maxima iteration 1751 found worse value: 363.61675207900004. iteration 1752 found worse value: 363.61675207900004. iteration 1753 found worse value: 363.61675207900004. iteration 1754 found worse value: 363.61675207900004. iteration 1755 found worse value: 363.61675207900004. iteration1755, perturbing to get out of local maxima iteration 1756 found worse value: 363.61675207900004. iteration 1757 found worse value: 363.61675207900004. iteration1757, perturbing to get out of local maxima iteration 1758 found worse value: 363.61675207900004. iteration 1759 found worse value: 363.61675207900004. iteration 1760 found worse value: 363.61675207900004. iteration 1761 found worse value: 363.61675207900004. iteration1761, perturbing to get out of local maxima iteration 1762 found worse value: 363.61675207900004. iteration 1763 found worse value: 363.61675207900004. iteration1763, perturbing to get out of local maxima iteration 1764 found worse value: 363.61675207900004. iteration1764, perturbing to get out of local maxima iteration 1765 found worse value: 363.61675207900004. iteration 1766 found worse value: 363.61675207900004. iteration 1767 found worse value: 363.61675207900004. iteration 1768 found worse value: 363.61675207900004. iteration 1769 found worse value: 363.61675207900004. iteration 1770 found worse value: 363.61675207900004. iteration 1771 found worse value: 363.61675207900004. iteration 1772 found worse value: 363.61675207900004. iteration1772, perturbing to get out of local maxima iteration 1773 found worse value: 363.61675207900004. iteration 1774 found worse value: 363.61675207900004. iteration 1775 found worse value: 363.61675207900004. iteration 1776 found worse value: 363.61675207900004. iteration 1777 found worse value: 363.61675207900004. iteration 1778 found worse value: 363.61675207900004. iteration 1779 found worse value: 363.61675207900004. iteration 1780 found worse value: 363.61675207900004. iteration 1781 found worse value: 363.61675207900004. iteration 1782 found worse value: 363.61675207900004. iteration1782, perturbing to get out of local maxima iteration 1783 found worse value: 363.61675207900004. iteration 1784 found worse value: 363.61675207900004. iteration1784, perturbing to get out of local maxima iteration 1785 found worse value: 363.61675207900004. iteration 1786 found worse value: 363.61675207900004. iteration 1787 found worse value: 363.61675207900004. iteration 1788 found worse value: 363.61675207900004. iteration 1789 found worse value: 363.61675207900004. iteration 1790 found worse value: 363.61675207900004. iteration 1791 found worse value: 363.61675207900004. iteration 1792 found worse value: 363.61675207900004. iteration 1793 found worse value: 363.61675207900004. iteration1793, perturbing to get out of local maxima iteration 1794 found worse value: 363.61675207900004. iteration 1795 found worse value: 363.61675207900004. iteration 1796 found worse value: 363.61675207900004. iteration 1797 found worse value: 363.61675207900004. iteration 1798 found worse value: 363.61675207900004. iteration1798, perturbing to get out of local maxima iteration 1799 found worse value: 363.61675207900004. iteration 1800 found worse value: 363.61675207900004. iteration 1801 found worse value: 363.61675207900004. iteration 1802 found worse value: 363.61675207900004. iteration1802, perturbing to get out of local maxima iteration 1803 found worse value: 363.61675207900004. iteration 1804 found worse value: 363.61675207900004. iteration 1805 found worse value: 363.61675207900004. iteration 1806 found worse value: 363.61675207900004. iteration 1807 found worse value: 363.61675207900004. iteration 1808 found worse value: 363.61675207900004. iteration 1809 found worse value: 363.61675207900004. iteration 1810 found worse value: 363.61675207900004. iteration 1811 found worse value: 363.61675207900004. iteration 1812 found worse value: 363.61675207900004. iteration1812, perturbing to get out of local maxima iteration 1813 found worse value: 363.61675207900004. iteration 1814 found worse value: 363.61675207900004. iteration 1815 found worse value: 363.61675207900004. iteration 1816 found worse value: 363.61675207900004. iteration 1817 found worse value: 363.61675207900004. iteration1817, perturbing to get out of local maxima iteration 1818 found worse value: 363.61675207900004. iteration1818, perturbing to get out of local maxima iteration 1819 found worse value: 363.61675207900004. iteration 1820 found worse value: 363.61675207900004. iteration 1821 found worse value: 363.61675207900004. iteration1821, perturbing to get out of local maxima iteration 1822 found worse value: 363.61675207900004. iteration 1823 found worse value: 363.61675207900004. iteration 1824 found worse value: 363.61675207900004. iteration 1825 found worse value: 363.61675207900004. iteration1825, perturbing to get out of local maxima iteration 1826 found worse value: 363.61675207900004. iteration 1827 found worse value: 363.61675207900004. iteration 1828 found worse value: 363.61675207900004. iteration 1829 found worse value: 363.61675207900004. iteration 1830 found worse value: 363.61675207900004. iteration 1831 found worse value: 363.61675207900004. iteration 1832 found worse value: 363.61675207900004. iteration 1833 found worse value: 363.61675207900004. iteration 1834 found worse value: 363.61675207900004. iteration 1835 found worse value: 363.61675207900004. iteration 1836 found worse value: 363.61675207900004. iteration 1837 found worse value: 363.61675207900004. iteration1837, perturbing to get out of local maxima iteration 1838 found worse value: 363.61675207900004. iteration 1839 found worse value: 363.61675207900004. iteration 1840 found worse value: 363.61675207900004. iteration 1841 found worse value: 363.61675207900004. iteration 1842 found worse value: 363.61675207900004. iteration 1843 found worse value: 363.61675207900004. iteration 1844 found worse value: 363.61675207900004. iteration 1845 found worse value: 363.61675207900004. iteration 1846 found worse value: 363.61675207900004. iteration 1847 found worse value: 363.61675207900004. iteration1847, perturbing to get out of local maxima iteration 1848 found worse value: 363.61675207900004. iteration 1849 found worse value: 363.61675207900004. iteration1849, perturbing to get out of local maxima iteration 1850 found worse value: 363.61675207900004. iteration1850, perturbing to get out of local maxima iteration 1851 found worse value: 363.61675207900004. iteration 1852 found worse value: 363.61675207900004. iteration 1853 found worse value: 363.61675207900004. iteration 1854 found worse value: 363.61675207900004. iteration1854, perturbing to get out of local maxima iteration 1855 found worse value: 363.61675207900004. iteration 1856 found worse value: 363.61675207900004. iteration 1857 found worse value: 363.61675207900004. iteration 1858 found worse value: 363.61675207900004. iteration 1859 found worse value: 363.61675207900004. iteration 1860 found worse value: 363.61675207900004. iteration1860, perturbing to get out of local maxima iteration 1861 found worse value: 363.61675207900004. iteration1861, perturbing to get out of local maxima iteration 1862 found worse value: 363.61675207900004. iteration 1863 found worse value: 363.61675207900004. iteration 1864 found worse value: 363.61675207900004. iteration 1865 found worse value: 363.61675207900004. iteration 1866 found worse value: 363.61675207900004. iteration 1867 found worse value: 363.61675207900004. iteration 1868 found worse value: 363.61675207900004. iteration 1869 found worse value: 363.61675207900004. iteration 1870 found worse value: 363.61675207900004. iteration 1871 found worse value: 363.61675207900004. iteration 1872 found worse value: 363.61675207900004. iteration 1873 found worse value: 363.61675207900004. iteration1873, perturbing to get out of local maxima iteration 1874 found worse value: 363.61675207900004. iteration 1875 found worse value: 363.61675207900004. iteration 1876 found worse value: 363.61675207900004. iteration 1877 found worse value: 363.61675207900004. iteration 1878 found worse value: 363.61675207900004. iteration 1879 found worse value: 363.61675207900004. iteration 1880 found worse value: 363.61675207900004. iteration 1881 found worse value: 363.61675207900004. iteration 1882 found worse value: 363.61675207900004. iteration 1883 found worse value: 363.61675207900004. iteration 1884 found worse value: 363.61675207900004. iteration 1885 found worse value: 363.61675207900004. iteration 1886 found worse value: 363.61675207900004. iteration 1887 found worse value: 363.61675207900004. iteration1887, perturbing to get out of local maxima iteration 1888 found worse value: 363.61675207900004. iteration1888, perturbing to get out of local maxima iteration 1889 found worse value: 363.61675207900004. iteration 1890 found worse value: 363.61675207900004. iteration1890, perturbing to get out of local maxima iteration 1891 found worse value: 363.61675207900004. iteration1891, perturbing to get out of local maxima iteration 1892 found worse value: 363.61675207900004. iteration 1893 found worse value: 363.61675207900004. iteration 1894 found worse value: 363.61675207900004. iteration1894, perturbing to get out of local maxima iteration 1895 found worse value: 363.61675207900004. iteration 1896 found worse value: 363.61675207900004. iteration 1897 found worse value: 363.61675207900004. iteration 1898 found worse value: 363.61675207900004. iteration 1899 found worse value: 363.61675207900004. iteration 1900 found worse value: 363.61675207900004. iteration 1901 found worse value: 363.61675207900004. iteration 1902 found worse value: 363.61675207900004. iteration 1903 found worse value: 363.61675207900004. iteration 1904 found worse value: 363.61675207900004. iteration 1905 found worse value: 363.61675207900004. iteration 1906 found worse value: 363.61675207900004. iteration 1907 found worse value: 363.61675207900004. iteration1907, perturbing to get out of local maxima iteration 1908 found worse value: 363.61675207900004. iteration 1909 found worse value: 363.61675207900004. iteration 1910 found worse value: 363.61675207900004. iteration 1911 found worse value: 363.61675207900004. iteration1911, perturbing to get out of local maxima iteration 1912 found worse value: 363.61675207900004. iteration 1913 found worse value: 363.61675207900004. iteration 1914 found worse value: 363.61675207900004. iteration 1915 found worse value: 363.61675207900004. iteration 1916 found worse value: 363.61675207900004. iteration1916, perturbing to get out of local maxima iteration 1917 found worse value: 363.61675207900004. iteration 1918 found worse value: 363.61675207900004. iteration 1919 found worse value: 363.61675207900004. iteration1919, perturbing to get out of local maxima iteration 1920 found worse value: 363.61675207900004. iteration 1921 found worse value: 363.61675207900004. iteration 1922 found worse value: 363.61675207900004. iteration 1923 found worse value: 363.61675207900004. iteration 1924 found worse value: 363.61675207900004. iteration 1925 found worse value: 363.61675207900004. iteration 1926 found worse value: 363.61675207900004. iteration1926, perturbing to get out of local maxima iteration 1927 found worse value: 363.61675207900004. iteration 1928 found worse value: 363.61675207900004. iteration1928, perturbing to get out of local maxima iteration 1929 found worse value: 363.61675207900004. iteration 1930 found worse value: 363.61675207900004. iteration 1931 found worse value: 363.61675207900004. iteration1931, perturbing to get out of local maxima iteration 1932 found worse value: 363.61675207900004. iteration1932, perturbing to get out of local maxima iteration 1933 found worse value: 363.61675207900004. iteration 1934 found worse value: 363.61675207900004. iteration 1935 found worse value: 363.61675207900004. iteration 1936 found worse value: 363.61675207900004. iteration1936, perturbing to get out of local maxima iteration 1937 found worse value: 363.61675207900004. iteration 1938 found worse value: 363.61675207900004. iteration 1939 found worse value: 363.61675207900004. iteration 1940 found worse value: 363.61675207900004. iteration 1941 found worse value: 363.61675207900004. iteration 1942 found worse value: 363.61675207900004. iteration 1943 found worse value: 363.61675207900004. iteration 1944 found worse value: 363.61675207900004. iteration 1945 found worse value: 363.61675207900004. iteration 1946 found worse value: 363.61675207900004. iteration1946, perturbing to get out of local maxima iteration 1947 found worse value: 363.61675207900004. iteration 1948 found worse value: 363.61675207900004. iteration 1949 found worse value: 363.61675207900004. iteration 1950 found worse value: 363.61675207900004. iteration 1951 found worse value: 363.61675207900004. iteration 1952 found worse value: 363.61675207900004. iteration 1953 found worse value: 363.61675207900004. iteration 1954 found worse value: 363.61675207900004. iteration 1955 found worse value: 363.61675207900004. iteration 1956 found better value: 363.61794499499996 iteration 1957 found better value: 363.62015954099996 iteration 1958 found worse value: 363.62015954099996. iteration 1959 found worse value: 363.62015954099996. iteration1959, perturbing to get out of local maxima iteration 1960 found worse value: 363.62015954099996. iteration 1961 found worse value: 363.62015954099996. iteration 1962 found worse value: 363.62015954099996. iteration1962, perturbing to get out of local maxima iteration 1963 found better value: 363.620564777 iteration 1964 found worse value: 363.620564777. iteration 1965 found worse value: 363.620564777. iteration 1966 found worse value: 363.620564777. iteration 1967 found worse value: 363.620564777. iteration 1968 found worse value: 363.620564777. iteration 1969 found worse value: 363.620564777. iteration 1970 found worse value: 363.620564777. iteration 1971 found worse value: 363.620564777. iteration 1972 found worse value: 363.620564777. iteration 1973 found worse value: 363.620564777. iteration1973, perturbing to get out of local maxima iteration 1974 found worse value: 363.620564777. iteration 1975 found worse value: 363.620564777. iteration 1976 found worse value: 363.620564777. iteration 1977 found worse value: 363.620564777. iteration 1978 found worse value: 363.620564777. iteration 1979 found worse value: 363.620564777. iteration 1980 found worse value: 363.620564777. iteration 1981 found worse value: 363.620564777. iteration 1982 found worse value: 363.620564777. iteration 1983 found worse value: 363.620564777. iteration 1984 found worse value: 363.620564777. iteration 1985 found better value: 363.62167246300004 iteration 1986 found worse value: 363.62167246300004. iteration 1987 found worse value: 363.62167246300004. iteration 1988 found better value: 363.621723765 iteration 1989 found better value: 363.62570797999996 iteration 1990 found worse value: 363.62570797999996. iteration 1991 found worse value: 363.62570797999996. iteration 1992 found worse value: 363.62570797999996. iteration 1993 found worse value: 363.62570797999996. iteration 1994 found worse value: 363.62570797999996. iteration1994, perturbing to get out of local maxima iteration 1995 found worse value: 363.62570797999996. iteration 1996 found worse value: 363.62570797999996. iteration 1997 found worse value: 363.62570797999996. iteration 1998 found worse value: 363.62570797999996. iteration 1999 found worse value: 363.62570797999996. iteration1999, perturbing to get out of local maxima iteration 2000 found worse value: 363.62570797999996. iteration 2001 found worse value: 363.62570797999996. iteration 2002 found worse value: 363.62570797999996. iteration2002, perturbing to get out of local maxima iteration 2003 found worse value: 363.62570797999996. iteration 2004 found worse value: 363.62570797999996. iteration 2005 found worse value: 363.62570797999996. iteration 2006 found worse value: 363.62570797999996. iteration2006, perturbing to get out of local maxima iteration 2007 found worse value: 363.62570797999996. iteration 2008 found worse value: 363.62570797999996. iteration2008, perturbing to get out of local maxima iteration 2009 found worse value: 363.62570797999996. iteration 2010 found worse value: 363.62570797999996. iteration 2011 found worse value: 363.62570797999996. iteration2011, perturbing to get out of local maxima iteration 2012 found worse value: 363.62570797999996. iteration 2013 found worse value: 363.62570797999996. iteration 2014 found worse value: 363.62570797999996. iteration 2015 found worse value: 363.62570797999996. iteration 2016 found worse value: 363.62570797999996. iteration 2017 found worse value: 363.62570797999996. iteration 2018 found worse value: 363.62570797999996. iteration 2019 found worse value: 363.62570797999996. iteration 2020 found worse value: 363.62570797999996. iteration 2021 found worse value: 363.62570797999996. iteration 2022 found worse value: 363.62570797999996. iteration2022, perturbing to get out of local maxima iteration 2023 found worse value: 363.62570797999996. iteration 2024 found worse value: 363.62570797999996. iteration 2025 found worse value: 363.62570797999996. iteration 2026 found better value: 363.629938624 iteration 2027 found better value: 363.632365461 iteration 2028 found worse value: 363.632365461. iteration 2029 found worse value: 363.632365461. iteration 2030 found better value: 363.634153257 iteration 2031 found worse value: 363.634153257. iteration 2032 found worse value: 363.634153257. iteration 2033 found better value: 363.635356897 iteration 2034 found worse value: 363.635356897. iteration 2035 found worse value: 363.635356897. iteration2035, perturbing to get out of local maxima iteration 2036 found worse value: 363.635356897. iteration 2037 found worse value: 363.635356897. iteration 2038 found worse value: 363.635356897. iteration 2039 found worse value: 363.635356897. iteration 2040 found worse value: 363.635356897. iteration 2041 found worse value: 363.635356897. iteration2041, perturbing to get out of local maxima iteration 2042 found worse value: 363.635356897. iteration 2043 found worse value: 363.635356897. iteration 2044 found worse value: 363.635356897. iteration 2045 found worse value: 363.635356897. iteration 2046 found worse value: 363.635356897. iteration 2047 found worse value: 363.635356897. iteration2047, perturbing to get out of local maxima iteration 2048 found worse value: 363.635356897. iteration 2049 found worse value: 363.635356897. iteration 2050 found worse value: 363.635356897. iteration2050, perturbing to get out of local maxima iteration 2051 found worse value: 363.635356897. iteration 2052 found worse value: 363.635356897. iteration 2053 found worse value: 363.635356897. iteration 2054 found worse value: 363.635356897. iteration 2055 found better value: 363.635961506 iteration 2056 found worse value: 363.635961506. iteration 2057 found better value: 363.637418538 iteration 2058 found worse value: 363.637418538. iteration2058, perturbing to get out of local maxima iteration 2059 found worse value: 363.637418538. iteration2059, perturbing to get out of local maxima iteration 2060 found worse value: 363.637418538. iteration 2061 found worse value: 363.637418538. iteration2061, perturbing to get out of local maxima iteration 2062 found better value: 363.640184179 iteration 2063 found better value: 363.640184472 iteration 2064 found worse value: 363.640184472. iteration 2065 found worse value: 363.640184472. iteration 2066 found worse value: 363.640184472. iteration 2067 found worse value: 363.640184472. iteration 2068 found worse value: 363.640184472. iteration 2069 found worse value: 363.640184472. iteration 2070 found worse value: 363.640184472. iteration 2071 found worse value: 363.640184472. iteration 2072 found better value: 363.640502302 iteration 2073 found worse value: 363.640502302. iteration 2074 found worse value: 363.640502302. iteration 2075 found worse value: 363.640502302. iteration2075, perturbing to get out of local maxima iteration 2076 found worse value: 363.640502302. iteration 2077 found worse value: 363.640502302. iteration 2078 found worse value: 363.640502302. iteration 2079 found worse value: 363.640502302. iteration 2080 found worse value: 363.640502302. iteration2080, perturbing to get out of local maxima iteration 2081 found worse value: 363.640502302. iteration 2082 found worse value: 363.640502302. iteration 2083 found worse value: 363.640502302. iteration 2084 found worse value: 363.640502302. iteration2084, perturbing to get out of local maxima iteration 2085 found worse value: 363.640502302. iteration 2086 found worse value: 363.640502302. iteration 2087 found worse value: 363.640502302. iteration 2088 found worse value: 363.640502302. iteration 2089 found worse value: 363.640502302. iteration2089, perturbing to get out of local maxima iteration 2090 found worse value: 363.640502302. iteration 2091 found worse value: 363.640502302. iteration 2092 found worse value: 363.640502302. iteration 2093 found worse value: 363.640502302. iteration 2094 found worse value: 363.640502302. iteration 2095 found worse value: 363.640502302. iteration 2096 found worse value: 363.640502302. iteration2096, perturbing to get out of local maxima iteration 2097 found worse value: 363.640502302. iteration 2098 found worse value: 363.640502302. iteration 2099 found worse value: 363.640502302. iteration2099, perturbing to get out of local maxima iteration 2100 found worse value: 363.640502302. iteration 2101 found worse value: 363.640502302. iteration 2102 found worse value: 363.640502302. iteration 2103 found worse value: 363.640502302. iteration 2104 found worse value: 363.640502302. iteration 2105 found worse value: 363.640502302. iteration 2106 found worse value: 363.640502302. iteration 2107 found worse value: 363.640502302. iteration 2108 found worse value: 363.640502302. iteration2108, perturbing to get out of local maxima iteration 2109 found worse value: 363.640502302. iteration 2110 found worse value: 363.640502302. iteration 2111 found worse value: 363.640502302. iteration 2112 found worse value: 363.640502302. iteration2112, perturbing to get out of local maxima iteration 2113 found worse value: 363.640502302. iteration 2114 found worse value: 363.640502302. iteration 2115 found worse value: 363.640502302. iteration 2116 found worse value: 363.640502302. iteration2116, perturbing to get out of local maxima iteration 2117 found worse value: 363.640502302. iteration 2118 found worse value: 363.640502302. iteration 2119 found worse value: 363.640502302. iteration 2120 found worse value: 363.640502302. iteration 2121 found worse value: 363.640502302. iteration 2122 found worse value: 363.640502302. iteration 2123 found worse value: 363.640502302. iteration 2124 found worse value: 363.640502302. iteration 2125 found worse value: 363.640502302. iteration2125, perturbing to get out of local maxima iteration 2126 found worse value: 363.640502302. iteration 2127 found worse value: 363.640502302. iteration 2128 found worse value: 363.640502302. iteration 2129 found worse value: 363.640502302. iteration 2130 found worse value: 363.640502302. iteration2130, perturbing to get out of local maxima iteration 2131 found worse value: 363.640502302. iteration 2132 found worse value: 363.640502302. iteration 2133 found worse value: 363.640502302. iteration 2134 found worse value: 363.640502302. iteration 2135 found worse value: 363.640502302. iteration 2136 found worse value: 363.640502302. iteration 2137 found worse value: 363.640502302. iteration 2138 found worse value: 363.640502302. iteration 2139 found worse value: 363.640502302. iteration 2140 found worse value: 363.640502302. iteration 2141 found worse value: 363.640502302. iteration 2142 found worse value: 363.640502302. iteration 2143 found worse value: 363.640502302. iteration 2144 found worse value: 363.640502302. iteration 2145 found worse value: 363.640502302. iteration 2146 found worse value: 363.640502302. iteration 2147 found worse value: 363.640502302. iteration 2148 found worse value: 363.640502302. iteration 2149 found worse value: 363.640502302. iteration 2150 found worse value: 363.640502302. iteration2150, perturbing to get out of local maxima iteration 2151 found worse value: 363.640502302. iteration 2152 found worse value: 363.640502302. iteration 2153 found worse value: 363.640502302. iteration2153, perturbing to get out of local maxima iteration 2154 found worse value: 363.640502302. iteration 2155 found worse value: 363.640502302. iteration 2156 found worse value: 363.640502302. iteration 2157 found worse value: 363.640502302. iteration 2158 found worse value: 363.640502302. iteration2158, perturbing to get out of local maxima iteration 2159 found worse value: 363.640502302. iteration 2160 found worse value: 363.640502302. iteration 2161 found worse value: 363.640502302. iteration 2162 found worse value: 363.640502302. iteration 2163 found worse value: 363.640502302. iteration2163, perturbing to get out of local maxima iteration 2164 found worse value: 363.640502302. iteration2164, perturbing to get out of local maxima iteration 2165 found worse value: 363.640502302. iteration2165, perturbing to get out of local maxima iteration 2166 found worse value: 363.640502302. iteration 2167 found worse value: 363.640502302. iteration2167, perturbing to get out of local maxima iteration 2168 found worse value: 363.640502302. iteration 2169 found worse value: 363.640502302. iteration 2170 found worse value: 363.640502302. iteration 2171 found worse value: 363.640502302. iteration 2172 found worse value: 363.640502302. iteration2172, perturbing to get out of local maxima iteration 2173 found worse value: 363.640502302. iteration 2174 found worse value: 363.640502302. iteration 2175 found worse value: 363.640502302. iteration 2176 found worse value: 363.640502302. iteration2176, perturbing to get out of local maxima iteration 2177 found worse value: 363.640502302. iteration2177, perturbing to get out of local maxima iteration 2178 found worse value: 363.640502302. iteration 2179 found worse value: 363.640502302. iteration 2180 found worse value: 363.640502302. iteration 2181 found worse value: 363.640502302. iteration 2182 found worse value: 363.640502302. iteration 2183 found worse value: 363.640502302. iteration 2184 found worse value: 363.640502302. iteration 2185 found worse value: 363.640502302. iteration 2186 found worse value: 363.640502302. iteration2186, perturbing to get out of local maxima iteration 2187 found worse value: 363.640502302. iteration 2188 found worse value: 363.640502302. iteration 2189 found worse value: 363.640502302. iteration 2190 found worse value: 363.640502302. iteration 2191 found worse value: 363.640502302. iteration2191, perturbing to get out of local maxima iteration 2192 found worse value: 363.640502302. iteration 2193 found worse value: 363.640502302. iteration 2194 found worse value: 363.640502302. iteration 2195 found worse value: 363.640502302. iteration 2196 found worse value: 363.640502302. iteration 2197 found worse value: 363.640502302. iteration 2198 found worse value: 363.640502302. iteration 2199 found worse value: 363.640502302. iteration2199, perturbing to get out of local maxima iteration 2200 found worse value: 363.640502302. iteration 2201 found worse value: 363.640502302. iteration2201, perturbing to get out of local maxima iteration 2202 found worse value: 363.640502302. iteration2202, perturbing to get out of local maxima iteration 2203 found worse value: 363.640502302. iteration 2204 found worse value: 363.640502302. iteration 2205 found worse value: 363.640502302. iteration2205, perturbing to get out of local maxima iteration 2206 found worse value: 363.640502302. iteration 2207 found worse value: 363.640502302. iteration 2208 found worse value: 363.640502302. iteration 2209 found worse value: 363.640502302. iteration 2210 found worse value: 363.640502302. iteration 2211 found worse value: 363.640502302. iteration 2212 found worse value: 363.640502302. iteration 2213 found worse value: 363.640502302. iteration 2214 found worse value: 363.640502302. iteration 2215 found worse value: 363.640502302. iteration 2216 found worse value: 363.640502302. iteration 2217 found worse value: 363.640502302. iteration2217, perturbing to get out of local maxima iteration 2218 found worse value: 363.640502302. iteration 2219 found worse value: 363.640502302. iteration 2220 found worse value: 363.640502302. iteration 2221 found worse value: 363.640502302. iteration 2222 found worse value: 363.640502302. iteration 2223 found worse value: 363.640502302. iteration 2224 found worse value: 363.640502302. iteration2224, perturbing to get out of local maxima iteration 2225 found worse value: 363.640502302. iteration 2226 found worse value: 363.640502302. iteration 2227 found worse value: 363.640502302. iteration2227, perturbing to get out of local maxima iteration 2228 found worse value: 363.640502302. iteration 2229 found worse value: 363.640502302. iteration 2230 found worse value: 363.640502302. iteration2230, perturbing to get out of local maxima iteration 2231 found worse value: 363.640502302. iteration2231, perturbing to get out of local maxima iteration 2232 found worse value: 363.640502302. iteration 2233 found worse value: 363.640502302. iteration 2234 found worse value: 363.640502302. iteration 2235 found worse value: 363.640502302. iteration 2236 found worse value: 363.640502302. iteration 2237 found worse value: 363.640502302. iteration 2238 found worse value: 363.640502302. iteration 2239 found worse value: 363.640502302. iteration 2240 found worse value: 363.640502302. iteration 2241 found worse value: 363.640502302. iteration 2242 found worse value: 363.640502302. iteration 2243 found worse value: 363.640502302. iteration 2244 found worse value: 363.640502302. iteration 2245 found worse value: 363.640502302. iteration 2246 found worse value: 363.640502302. iteration 2247 found worse value: 363.640502302. iteration 2248 found worse value: 363.640502302. iteration 2249 found worse value: 363.640502302. iteration 2250 found worse value: 363.640502302. iteration 2251 found worse value: 363.640502302. iteration 2252 found worse value: 363.640502302. iteration 2253 found worse value: 363.640502302. iteration 2254 found worse value: 363.640502302. iteration 2255 found worse value: 363.640502302. iteration2255, perturbing to get out of local maxima iteration 2256 found worse value: 363.640502302. iteration 2257 found worse value: 363.640502302. iteration 2258 found worse value: 363.640502302. iteration2258, perturbing to get out of local maxima iteration 2259 found worse value: 363.640502302. iteration 2260 found worse value: 363.640502302. iteration 2261 found worse value: 363.640502302. iteration 2262 found worse value: 363.640502302. iteration 2263 found worse value: 363.640502302. iteration2263, perturbing to get out of local maxima iteration 2264 found worse value: 363.640502302. iteration2264, perturbing to get out of local maxima iteration 2265 found worse value: 363.640502302. iteration 2266 found worse value: 363.640502302. iteration 2267 found worse value: 363.640502302. iteration 2268 found worse value: 363.640502302. iteration 2269 found worse value: 363.640502302. iteration 2270 found worse value: 363.640502302. iteration 2271 found worse value: 363.640502302. iteration2271, perturbing to get out of local maxima iteration 2272 found worse value: 363.640502302. iteration2272, perturbing to get out of local maxima iteration 2273 found worse value: 363.640502302. iteration 2274 found worse value: 363.640502302. iteration 2275 found worse value: 363.640502302. iteration 2276 found worse value: 363.640502302. iteration 2277 found worse value: 363.640502302. iteration 2278 found worse value: 363.640502302. iteration 2279 found worse value: 363.640502302. iteration 2280 found worse value: 363.640502302. iteration 2281 found worse value: 363.640502302. iteration2281, perturbing to get out of local maxima iteration 2282 found worse value: 363.640502302. iteration2282, perturbing to get out of local maxima iteration 2283 found worse value: 363.640502302. iteration 2284 found worse value: 363.640502302. iteration 2285 found worse value: 363.640502302. iteration2285, perturbing to get out of local maxima iteration 2286 found worse value: 363.640502302. iteration 2287 found worse value: 363.640502302. iteration 2288 found worse value: 363.640502302. iteration 2289 found worse value: 363.640502302. iteration 2290 found worse value: 363.640502302. iteration 2291 found worse value: 363.640502302. iteration 2292 found worse value: 363.640502302. iteration 2293 found worse value: 363.640502302. iteration 2294 found worse value: 363.640502302. iteration 2295 found worse value: 363.640502302. iteration 2296 found worse value: 363.640502302. iteration2296, perturbing to get out of local maxima iteration 2297 found worse value: 363.640502302. iteration 2298 found worse value: 363.640502302. iteration2298, perturbing to get out of local maxima iteration 2299 found worse value: 363.640502302. iteration 2300 found worse value: 363.640502302. iteration 2301 found worse value: 363.640502302. iteration 2302 found worse value: 363.640502302. iteration 2303 found worse value: 363.640502302. iteration 2304 found worse value: 363.640502302. iteration 2305 found worse value: 363.640502302. iteration 2306 found worse value: 363.640502302. iteration 2307 found worse value: 363.640502302. iteration2307, perturbing to get out of local maxima iteration 2308 found worse value: 363.640502302. iteration 2309 found worse value: 363.640502302. iteration 2310 found worse value: 363.640502302. iteration 2311 found worse value: 363.640502302. iteration2311, perturbing to get out of local maxima iteration 2312 found worse value: 363.640502302. iteration 2313 found worse value: 363.640502302. iteration 2314 found worse value: 363.640502302. iteration 2315 found worse value: 363.640502302. iteration 2316 found worse value: 363.640502302. iteration 2317 found worse value: 363.640502302. iteration 2318 found worse value: 363.640502302. iteration 2319 found worse value: 363.640502302. iteration 2320 found worse value: 363.640502302. iteration 2321 found worse value: 363.640502302. iteration 2322 found worse value: 363.640502302. iteration 2323 found worse value: 363.640502302. iteration 2324 found worse value: 363.640502302. iteration2324, perturbing to get out of local maxima iteration 2325 found worse value: 363.640502302. iteration2325, perturbing to get out of local maxima iteration 2326 found worse value: 363.640502302. iteration 2327 found worse value: 363.640502302. iteration 2328 found worse value: 363.640502302. iteration 2329 found worse value: 363.640502302. iteration 2330 found worse value: 363.640502302. iteration 2331 found worse value: 363.640502302. iteration 2332 found worse value: 363.640502302. iteration 2333 found worse value: 363.640502302. iteration 2334 found worse value: 363.640502302. iteration2334, perturbing to get out of local maxima iteration 2335 found worse value: 363.640502302. iteration 2336 found worse value: 363.640502302. iteration 2337 found worse value: 363.640502302. iteration 2338 found worse value: 363.640502302. iteration 2339 found worse value: 363.640502302. iteration 2340 found worse value: 363.640502302. iteration 2341 found worse value: 363.640502302. iteration 2342 found worse value: 363.640502302. iteration 2343 found better value: 363.64262297799996 iteration 2344 found worse value: 363.64262297799996. iteration 2345 found better value: 363.64380892599996 iteration 2346 found worse value: 363.64380892599996. iteration 2347 found worse value: 363.64380892599996. iteration 2348 found worse value: 363.64380892599996. iteration 2349 found worse value: 363.64380892599996. iteration 2350 found better value: 363.644199434 iteration 2351 found worse value: 363.644199434. iteration 2352 found worse value: 363.644199434. iteration 2353 found worse value: 363.644199434. iteration 2354 found worse value: 363.644199434. iteration 2355 found better value: 363.64461135199997 iteration 2356 found worse value: 363.64461135199997. iteration 2357 found worse value: 363.64461135199997. iteration 2358 found worse value: 363.64461135199997. iteration 2359 found worse value: 363.64461135199997. iteration 2360 found worse value: 363.64461135199997. iteration 2361 found worse value: 363.64461135199997. iteration2361, perturbing to get out of local maxima iteration 2362 found worse value: 363.64461135199997. iteration 2363 found worse value: 363.64461135199997. iteration 2364 found better value: 363.64469486900003 iteration 2365 found better value: 363.646796895 iteration 2366 found worse value: 363.646796895. iteration 2367 found worse value: 363.646796895. iteration 2368 found worse value: 363.646796895. iteration 2369 found worse value: 363.646796895. iteration2369, perturbing to get out of local maxima iteration 2370 found worse value: 363.646796895. iteration 2371 found worse value: 363.646796895. iteration 2372 found worse value: 363.646796895. iteration 2373 found worse value: 363.646796895. iteration2373, perturbing to get out of local maxima iteration 2374 found worse value: 363.646796895. iteration 2375 found worse value: 363.646796895. iteration 2376 found worse value: 363.646796895. iteration 2377 found worse value: 363.646796895. iteration 2378 found better value: 363.64830584299995 iteration 2379 found worse value: 363.64830584299995. iteration 2380 found better value: 363.64852423400004 iteration 2381 found worse value: 363.64852423400004. iteration2381, perturbing to get out of local maxima iteration 2382 found worse value: 363.64852423400004. iteration 2383 found worse value: 363.64852423400004. iteration 2384 found worse value: 363.64852423400004. iteration 2385 found worse value: 363.64852423400004. iteration 2386 found worse value: 363.64852423400004. iteration2386, perturbing to get out of local maxima iteration 2387 found worse value: 363.64852423400004. iteration 2388 found worse value: 363.64852423400004. iteration 2389 found worse value: 363.64852423400004. iteration 2390 found worse value: 363.64852423400004. iteration 2391 found worse value: 363.64852423400004. iteration 2392 found worse value: 363.64852423400004. iteration 2393 found worse value: 363.64852423400004. iteration 2394 found worse value: 363.64852423400004. iteration 2395 found worse value: 363.64852423400004. iteration2395, perturbing to get out of local maxima iteration 2396 found worse value: 363.64852423400004. iteration 2397 found worse value: 363.64852423400004. iteration 2398 found worse value: 363.64852423400004. iteration 2399 found worse value: 363.64852423400004. iteration 2400 found worse value: 363.64852423400004. iteration 2401 found worse value: 363.64852423400004. iteration 2402 found worse value: 363.64852423400004. iteration 2403 found worse value: 363.64852423400004. iteration 2404 found worse value: 363.64852423400004. iteration 2405 found worse value: 363.64852423400004. iteration2405, perturbing to get out of local maxima iteration 2406 found worse value: 363.64852423400004. iteration 2407 found worse value: 363.64852423400004. iteration 2408 found worse value: 363.64852423400004. iteration 2409 found worse value: 363.64852423400004. iteration 2410 found worse value: 363.64852423400004. iteration 2411 found worse value: 363.64852423400004. iteration 2412 found worse value: 363.64852423400004. iteration 2413 found worse value: 363.64852423400004. iteration 2414 found worse value: 363.64852423400004. iteration2414, perturbing to get out of local maxima iteration 2415 found worse value: 363.64852423400004. iteration 2416 found worse value: 363.64852423400004. iteration 2417 found worse value: 363.64852423400004. iteration2417, perturbing to get out of local maxima iteration 2418 found worse value: 363.64852423400004. iteration 2419 found worse value: 363.64852423400004. iteration 2420 found worse value: 363.64852423400004. iteration 2421 found worse value: 363.64852423400004. iteration 2422 found worse value: 363.64852423400004. iteration 2423 found worse value: 363.64852423400004. iteration 2424 found worse value: 363.64852423400004. iteration2424, perturbing to get out of local maxima iteration 2425 found worse value: 363.64852423400004. iteration2425, perturbing to get out of local maxima iteration 2426 found worse value: 363.64852423400004. iteration 2427 found worse value: 363.64852423400004. iteration 2428 found worse value: 363.64852423400004. iteration 2429 found worse value: 363.64852423400004. iteration2429, perturbing to get out of local maxima iteration 2430 found worse value: 363.64852423400004. iteration 2431 found worse value: 363.64852423400004. iteration 2432 found worse value: 363.64852423400004. iteration 2433 found worse value: 363.64852423400004. iteration 2434 found worse value: 363.64852423400004. iteration 2435 found worse value: 363.64852423400004. iteration 2436 found worse value: 363.64852423400004. iteration 2437 found worse value: 363.64852423400004. iteration 2438 found worse value: 363.64852423400004. iteration 2439 found worse value: 363.64852423400004. iteration 2440 found worse value: 363.64852423400004. iteration 2441 found worse value: 363.64852423400004. iteration 2442 found worse value: 363.64852423400004. iteration 2443 found worse value: 363.64852423400004. iteration 2444 found worse value: 363.64852423400004. iteration2444, perturbing to get out of local maxima iteration 2445 found worse value: 363.64852423400004. iteration 2446 found worse value: 363.64852423400004. iteration 2447 found worse value: 363.64852423400004. iteration2447, perturbing to get out of local maxima iteration 2448 found worse value: 363.64852423400004. iteration2448, perturbing to get out of local maxima iteration 2449 found worse value: 363.64852423400004. iteration 2450 found worse value: 363.64852423400004. iteration2450, perturbing to get out of local maxima iteration 2451 found worse value: 363.64852423400004. iteration 2452 found worse value: 363.64852423400004. iteration 2453 found worse value: 363.64852423400004. iteration 2454 found worse value: 363.64852423400004. iteration 2455 found worse value: 363.64852423400004. iteration 2456 found worse value: 363.64852423400004. iteration2456, perturbing to get out of local maxima iteration 2457 found worse value: 363.64852423400004. iteration 2458 found worse value: 363.64852423400004. iteration 2459 found worse value: 363.64852423400004. iteration 2460 found worse value: 363.64852423400004. iteration 2461 found worse value: 363.64852423400004. iteration 2462 found worse value: 363.64852423400004. iteration 2463 found worse value: 363.64852423400004. iteration 2464 found worse value: 363.64852423400004. iteration 2465 found worse value: 363.64852423400004. iteration 2466 found worse value: 363.64852423400004. iteration 2467 found worse value: 363.64852423400004. iteration 2468 found worse value: 363.64852423400004. iteration 2469 found worse value: 363.64852423400004. iteration 2470 found worse value: 363.64852423400004. iteration 2471 found worse value: 363.64852423400004. iteration 2472 found worse value: 363.64852423400004. iteration 2473 found worse value: 363.64852423400004. iteration2473, perturbing to get out of local maxima iteration 2474 found worse value: 363.64852423400004. iteration 2475 found worse value: 363.64852423400004. iteration2475, perturbing to get out of local maxima iteration 2476 found worse value: 363.64852423400004. iteration 2477 found worse value: 363.64852423400004. iteration 2478 found worse value: 363.64852423400004. iteration 2479 found worse value: 363.64852423400004. iteration 2480 found worse value: 363.64852423400004. iteration2480, perturbing to get out of local maxima iteration 2481 found worse value: 363.64852423400004. iteration 2482 found worse value: 363.64852423400004. iteration 2483 found worse value: 363.64852423400004. iteration 2484 found worse value: 363.64852423400004. iteration 2485 found worse value: 363.64852423400004. iteration 2486 found worse value: 363.64852423400004. iteration 2487 found worse value: 363.64852423400004. iteration 2488 found worse value: 363.64852423400004. iteration 2489 found worse value: 363.64852423400004. iteration 2490 found worse value: 363.64852423400004. iteration 2491 found better value: 363.65524117999996 iteration 2492 found worse value: 363.65524117999996. iteration 2493 found worse value: 363.65524117999996. iteration 2494 found worse value: 363.65524117999996. iteration 2495 found worse value: 363.65524117999996. iteration 2496 found worse value: 363.65524117999996. iteration 2497 found better value: 363.65531431499994 iteration 2498 found worse value: 363.65531431499994. iteration 2499 found worse value: 363.65531431499994. iteration 2500 found worse value: 363.65531431499994. iteration 2501 found worse value: 363.65531431499994. iteration 2502 found worse value: 363.65531431499994. iteration 2503 found worse value: 363.65531431499994. iteration 2504 found worse value: 363.65531431499994. iteration 2505 found worse value: 363.65531431499994. iteration 2506 found worse value: 363.65531431499994. iteration 2507 found worse value: 363.65531431499994. iteration2507, perturbing to get out of local maxima iteration 2508 found worse value: 363.65531431499994. iteration 2509 found better value: 363.655661375 iteration 2510 found worse value: 363.655661375. iteration 2511 found worse value: 363.655661375. iteration2511, perturbing to get out of local maxima iteration 2512 found worse value: 363.655661375. iteration 2513 found worse value: 363.655661375. iteration 2514 found worse value: 363.655661375. iteration 2515 found worse value: 363.655661375. iteration 2516 found worse value: 363.655661375. iteration 2517 found worse value: 363.655661375. iteration 2518 found worse value: 363.655661375. iteration 2519 found worse value: 363.655661375. iteration2519, perturbing to get out of local maxima iteration 2520 found worse value: 363.655661375. iteration 2521 found worse value: 363.655661375. iteration 2522 found worse value: 363.655661375. iteration 2523 found worse value: 363.655661375. iteration 2524 found worse value: 363.655661375. iteration 2525 found worse value: 363.655661375. iteration 2526 found better value: 363.656826325 iteration 2527 found worse value: 363.656826325. iteration 2528 found worse value: 363.656826325. iteration2528, perturbing to get out of local maxima iteration 2529 found worse value: 363.656826325. iteration 2530 found worse value: 363.656826325. iteration 2531 found worse value: 363.656826325. iteration 2532 found worse value: 363.656826325. iteration 2533 found worse value: 363.656826325. iteration 2534 found worse value: 363.656826325. iteration 2535 found worse value: 363.656826325. iteration 2536 found worse value: 363.656826325. iteration 2537 found worse value: 363.656826325. iteration2537, perturbing to get out of local maxima iteration 2538 found worse value: 363.656826325. iteration 2539 found worse value: 363.656826325. iteration 2540 found worse value: 363.656826325. iteration 2541 found worse value: 363.656826325. iteration 2542 found worse value: 363.656826325. iteration2542, perturbing to get out of local maxima iteration 2543 found worse value: 363.656826325. iteration 2544 found worse value: 363.656826325. iteration 2545 found worse value: 363.656826325. iteration 2546 found worse value: 363.656826325. iteration 2547 found worse value: 363.656826325. iteration 2548 found worse value: 363.656826325. iteration 2549 found worse value: 363.656826325. iteration 2550 found worse value: 363.656826325. iteration 2551 found worse value: 363.656826325. iteration 2552 found worse value: 363.656826325. iteration 2553 found worse value: 363.656826325. iteration 2554 found worse value: 363.656826325. iteration 2555 found better value: 363.65799811299996 iteration 2556 found worse value: 363.65799811299996. iteration2556, perturbing to get out of local maxima iteration 2557 found worse value: 363.65799811299996. iteration 2558 found worse value: 363.65799811299996. iteration 2559 found worse value: 363.65799811299996. iteration2559, perturbing to get out of local maxima iteration 2560 found worse value: 363.65799811299996. iteration 2561 found worse value: 363.65799811299996. iteration 2562 found worse value: 363.65799811299996. iteration 2563 found worse value: 363.65799811299996. iteration 2564 found worse value: 363.65799811299996. iteration 2565 found worse value: 363.65799811299996. iteration 2566 found worse value: 363.65799811299996. iteration 2567 found worse value: 363.65799811299996. iteration 2568 found worse value: 363.65799811299996. iteration 2569 found worse value: 363.65799811299996. iteration 2570 found worse value: 363.65799811299996. iteration 2571 found worse value: 363.65799811299996. iteration 2572 found worse value: 363.65799811299996. iteration 2573 found worse value: 363.65799811299996. iteration 2574 found worse value: 363.65799811299996. iteration 2575 found worse value: 363.65799811299996. iteration2575, perturbing to get out of local maxima iteration 2576 found worse value: 363.65799811299996. iteration 2577 found worse value: 363.65799811299996. iteration 2578 found worse value: 363.65799811299996. iteration 2579 found worse value: 363.65799811299996. iteration 2580 found worse value: 363.65799811299996. iteration 2581 found worse value: 363.65799811299996. iteration 2582 found worse value: 363.65799811299996. iteration 2583 found worse value: 363.65799811299996. iteration2583, perturbing to get out of local maxima iteration 2584 found worse value: 363.65799811299996. iteration 2585 found worse value: 363.65799811299996. iteration 2586 found worse value: 363.65799811299996. iteration 2587 found worse value: 363.65799811299996. iteration 2588 found worse value: 363.65799811299996. iteration 2589 found worse value: 363.65799811299996. iteration2589, perturbing to get out of local maxima iteration 2590 found worse value: 363.65799811299996. iteration 2591 found worse value: 363.65799811299996. iteration2591, perturbing to get out of local maxima iteration 2592 found worse value: 363.65799811299996. iteration 2593 found worse value: 363.65799811299996. iteration 2594 found worse value: 363.65799811299996. iteration 2595 found worse value: 363.65799811299996. iteration 2596 found worse value: 363.65799811299996. iteration 2597 found worse value: 363.65799811299996. iteration 2598 found worse value: 363.65799811299996. iteration2598, perturbing to get out of local maxima iteration 2599 found worse value: 363.65799811299996. iteration 2600 found worse value: 363.65799811299996. iteration 2601 found worse value: 363.65799811299996. iteration 2602 found worse value: 363.65799811299996. iteration 2603 found worse value: 363.65799811299996. iteration 2604 found worse value: 363.65799811299996. iteration 2605 found worse value: 363.65799811299996. iteration 2606 found worse value: 363.65799811299996. iteration 2607 found worse value: 363.65799811299996. iteration 2608 found worse value: 363.65799811299996. iteration 2609 found worse value: 363.65799811299996. iteration 2610 found worse value: 363.65799811299996. iteration 2611 found worse value: 363.65799811299996. iteration 2612 found worse value: 363.65799811299996. iteration 2613 found worse value: 363.65799811299996. iteration2613, perturbing to get out of local maxima iteration 2614 found worse value: 363.65799811299996. iteration 2615 found worse value: 363.65799811299996. iteration 2616 found worse value: 363.65799811299996. iteration 2617 found worse value: 363.65799811299996. iteration 2618 found worse value: 363.65799811299996. iteration 2619 found worse value: 363.65799811299996. iteration2619, perturbing to get out of local maxima iteration 2620 found worse value: 363.65799811299996. iteration 2621 found worse value: 363.65799811299996. iteration 2622 found worse value: 363.65799811299996. iteration 2623 found worse value: 363.65799811299996. iteration 2624 found worse value: 363.65799811299996. iteration2624, perturbing to get out of local maxima iteration 2625 found worse value: 363.65799811299996. iteration 2626 found worse value: 363.65799811299996. iteration 2627 found worse value: 363.65799811299996. iteration 2628 found worse value: 363.65799811299996. iteration 2629 found worse value: 363.65799811299996. iteration 2630 found worse value: 363.65799811299996. iteration 2631 found worse value: 363.65799811299996. iteration 2632 found worse value: 363.65799811299996. iteration 2633 found worse value: 363.65799811299996. iteration 2634 found worse value: 363.65799811299996. iteration2634, perturbing to get out of local maxima iteration 2635 found worse value: 363.65799811299996. iteration 2636 found worse value: 363.65799811299996. iteration 2637 found worse value: 363.65799811299996. iteration 2638 found worse value: 363.65799811299996. iteration 2639 found worse value: 363.65799811299996. iteration 2640 found worse value: 363.65799811299996. iteration 2641 found worse value: 363.65799811299996. iteration 2642 found worse value: 363.65799811299996. iteration 2643 found worse value: 363.65799811299996. iteration 2644 found worse value: 363.65799811299996. iteration 2645 found worse value: 363.65799811299996. iteration 2646 found better value: 363.658391168 iteration 2647 found worse value: 363.658391168. iteration 2648 found better value: 363.660592995 iteration 2649 found worse value: 363.660592995. iteration2649, perturbing to get out of local maxima iteration 2650 found worse value: 363.660592995. iteration 2651 found worse value: 363.660592995. iteration 2652 found worse value: 363.660592995. iteration2652, perturbing to get out of local maxima iteration 2653 found worse value: 363.660592995. iteration 2654 found worse value: 363.660592995. iteration 2655 found worse value: 363.660592995. iteration 2656 found worse value: 363.660592995. iteration 2657 found better value: 363.66264943 iteration 2658 found worse value: 363.66264943. iteration 2659 found worse value: 363.66264943. iteration 2660 found worse value: 363.66264943. iteration 2661 found worse value: 363.66264943. iteration 2662 found worse value: 363.66264943. iteration 2663 found better value: 363.66408636999995 iteration 2664 found worse value: 363.66408636999995. iteration 2665 found worse value: 363.66408636999995. iteration 2666 found worse value: 363.66408636999995. iteration 2667 found worse value: 363.66408636999995. iteration 2668 found worse value: 363.66408636999995. iteration 2669 found worse value: 363.66408636999995. iteration 2670 found worse value: 363.66408636999995. iteration 2671 found better value: 363.664093004 iteration 2672 found worse value: 363.664093004. iteration 2673 found better value: 363.66592094199996 iteration 2674 found worse value: 363.66592094199996. iteration 2675 found worse value: 363.66592094199996. iteration 2676 found worse value: 363.66592094199996. iteration 2677 found worse value: 363.66592094199996. iteration 2678 found worse value: 363.66592094199996. iteration 2679 found worse value: 363.66592094199996. iteration 2680 found worse value: 363.66592094199996. iteration2680, perturbing to get out of local maxima iteration 2681 found worse value: 363.66592094199996. iteration 2682 found worse value: 363.66592094199996. iteration 2683 found worse value: 363.66592094199996. iteration 2684 found worse value: 363.66592094199996. iteration 2685 found worse value: 363.66592094199996. iteration 2686 found worse value: 363.66592094199996. iteration 2687 found worse value: 363.66592094199996. iteration 2688 found worse value: 363.66592094199996. iteration 2689 found worse value: 363.66592094199996. iteration 2690 found worse value: 363.66592094199996. iteration2690, perturbing to get out of local maxima iteration 2691 found worse value: 363.66592094199996. iteration 2692 found worse value: 363.66592094199996. iteration2692, perturbing to get out of local maxima iteration 2693 found worse value: 363.66592094199996. iteration 2694 found worse value: 363.66592094199996. iteration 2695 found worse value: 363.66592094199996. iteration 2696 found worse value: 363.66592094199996. iteration 2697 found worse value: 363.66592094199996. iteration 2698 found worse value: 363.66592094199996. iteration2698, perturbing to get out of local maxima iteration 2699 found worse value: 363.66592094199996. iteration 2700 found worse value: 363.66592094199996. iteration 2701 found worse value: 363.66592094199996. iteration 2702 found worse value: 363.66592094199996. iteration 2703 found worse value: 363.66592094199996. iteration2703, perturbing to get out of local maxima iteration 2704 found worse value: 363.66592094199996. iteration 2705 found worse value: 363.66592094199996. iteration 2706 found worse value: 363.66592094199996. iteration 2707 found worse value: 363.66592094199996. iteration 2708 found worse value: 363.66592094199996. iteration 2709 found worse value: 363.66592094199996. iteration2709, perturbing to get out of local maxima iteration 2710 found worse value: 363.66592094199996. iteration2710, perturbing to get out of local maxima iteration 2711 found worse value: 363.66592094199996. iteration 2712 found worse value: 363.66592094199996. iteration 2713 found worse value: 363.66592094199996. iteration 2714 found worse value: 363.66592094199996. iteration2714, perturbing to get out of local maxima iteration 2715 found worse value: 363.66592094199996. iteration2715, perturbing to get out of local maxima iteration 2716 found worse value: 363.66592094199996. iteration2716, perturbing to get out of local maxima iteration 2717 found worse value: 363.66592094199996. iteration 2718 found worse value: 363.66592094199996. iteration 2719 found worse value: 363.66592094199996. iteration 2720 found worse value: 363.66592094199996. iteration 2721 found worse value: 363.66592094199996. iteration 2722 found worse value: 363.66592094199996. iteration 2723 found worse value: 363.66592094199996. iteration 2724 found worse value: 363.66592094199996. iteration 2725 found worse value: 363.66592094199996. iteration 2726 found worse value: 363.66592094199996. iteration 2727 found worse value: 363.66592094199996. iteration2727, perturbing to get out of local maxima iteration 2728 found worse value: 363.66592094199996. iteration 2729 found worse value: 363.66592094199996. iteration 2730 found worse value: 363.66592094199996. iteration 2731 found worse value: 363.66592094199996. iteration 2732 found worse value: 363.66592094199996. iteration 2733 found worse value: 363.66592094199996. iteration 2734 found worse value: 363.66592094199996. iteration 2735 found worse value: 363.66592094199996. iteration 2736 found worse value: 363.66592094199996. iteration2736, perturbing to get out of local maxima iteration 2737 found worse value: 363.66592094199996. iteration 2738 found worse value: 363.66592094199996. iteration 2739 found worse value: 363.66592094199996. iteration 2740 found worse value: 363.66592094199996. iteration 2741 found worse value: 363.66592094199996. iteration 2742 found worse value: 363.66592094199996. iteration 2743 found worse value: 363.66592094199996. iteration 2744 found worse value: 363.66592094199996. iteration 2745 found worse value: 363.66592094199996. iteration 2746 found worse value: 363.66592094199996. iteration 2747 found worse value: 363.66592094199996. iteration2747, perturbing to get out of local maxima iteration 2748 found worse value: 363.66592094199996. iteration2748, perturbing to get out of local maxima iteration 2749 found worse value: 363.66592094199996. iteration 2750 found worse value: 363.66592094199996. iteration2750, perturbing to get out of local maxima iteration 2751 found worse value: 363.66592094199996. iteration 2752 found worse value: 363.66592094199996. iteration 2753 found worse value: 363.66592094199996. iteration 2754 found worse value: 363.66592094199996. iteration 2755 found worse value: 363.66592094199996. iteration 2756 found worse value: 363.66592094199996. iteration 2757 found worse value: 363.66592094199996. iteration 2758 found worse value: 363.66592094199996. iteration 2759 found worse value: 363.66592094199996. iteration 2760 found worse value: 363.66592094199996. iteration 2761 found worse value: 363.66592094199996. iteration 2762 found worse value: 363.66592094199996. iteration 2763 found worse value: 363.66592094199996. iteration 2764 found worse value: 363.66592094199996. iteration 2765 found worse value: 363.66592094199996. iteration 2766 found worse value: 363.66592094199996. iteration 2767 found worse value: 363.66592094199996. iteration 2768 found worse value: 363.66592094199996. iteration 2769 found worse value: 363.66592094199996. iteration 2770 found worse value: 363.66592094199996. iteration 2771 found worse value: 363.66592094199996. iteration 2772 found worse value: 363.66592094199996. iteration 2773 found worse value: 363.66592094199996. iteration 2774 found worse value: 363.66592094199996. iteration2774, perturbing to get out of local maxima iteration 2775 found worse value: 363.66592094199996. iteration 2776 found worse value: 363.66592094199996. iteration 2777 found worse value: 363.66592094199996. iteration 2778 found worse value: 363.66592094199996. iteration 2779 found worse value: 363.66592094199996. iteration 2780 found worse value: 363.66592094199996. iteration 2781 found worse value: 363.66592094199996. iteration 2782 found worse value: 363.66592094199996. iteration2782, perturbing to get out of local maxima iteration 2783 found worse value: 363.66592094199996. iteration 2784 found worse value: 363.66592094199996. iteration 2785 found worse value: 363.66592094199996. iteration 2786 found worse value: 363.66592094199996. iteration 2787 found worse value: 363.66592094199996. iteration 2788 found worse value: 363.66592094199996. iteration 2789 found worse value: 363.66592094199996. iteration2789, perturbing to get out of local maxima iteration 2790 found worse value: 363.66592094199996. iteration 2791 found worse value: 363.66592094199996. iteration 2792 found worse value: 363.66592094199996. iteration2792, perturbing to get out of local maxima iteration 2793 found worse value: 363.66592094199996. iteration 2794 found worse value: 363.66592094199996. iteration 2795 found worse value: 363.66592094199996. iteration 2796 found worse value: 363.66592094199996. iteration 2797 found worse value: 363.66592094199996. iteration 2798 found worse value: 363.66592094199996. iteration 2799 found worse value: 363.66592094199996. iteration 2800 found worse value: 363.66592094199996. iteration 2801 found worse value: 363.66592094199996. iteration 2802 found worse value: 363.66592094199996. iteration 2803 found worse value: 363.66592094199996. iteration 2804 found worse value: 363.66592094199996. iteration 2805 found worse value: 363.66592094199996. iteration 2806 found worse value: 363.66592094199996. iteration2806, perturbing to get out of local maxima iteration 2807 found worse value: 363.66592094199996. iteration 2808 found worse value: 363.66592094199996. iteration 2809 found worse value: 363.66592094199996. iteration 2810 found worse value: 363.66592094199996. iteration 2811 found worse value: 363.66592094199996. iteration 2812 found worse value: 363.66592094199996. iteration 2813 found worse value: 363.66592094199996. iteration 2814 found worse value: 363.66592094199996. iteration 2815 found worse value: 363.66592094199996. iteration 2816 found worse value: 363.66592094199996. iteration 2817 found worse value: 363.66592094199996. iteration 2818 found worse value: 363.66592094199996. iteration 2819 found worse value: 363.66592094199996. iteration2819, perturbing to get out of local maxima iteration 2820 found worse value: 363.66592094199996. iteration 2821 found worse value: 363.66592094199996. iteration2821, perturbing to get out of local maxima iteration 2822 found worse value: 363.66592094199996. iteration 2823 found worse value: 363.66592094199996. iteration2823, perturbing to get out of local maxima iteration 2824 found worse value: 363.66592094199996. iteration 2825 found worse value: 363.66592094199996. iteration 2826 found worse value: 363.66592094199996. iteration 2827 found worse value: 363.66592094199996. iteration 2828 found worse value: 363.66592094199996. iteration 2829 found worse value: 363.66592094199996. iteration 2830 found worse value: 363.66592094199996. iteration 2831 found worse value: 363.66592094199996. iteration 2832 found worse value: 363.66592094199996. iteration 2833 found worse value: 363.66592094199996. iteration 2834 found worse value: 363.66592094199996. iteration 2835 found worse value: 363.66592094199996. iteration 2836 found worse value: 363.66592094199996. iteration 2837 found worse value: 363.66592094199996. iteration2837, perturbing to get out of local maxima iteration 2838 found worse value: 363.66592094199996. iteration 2839 found worse value: 363.66592094199996. iteration 2840 found worse value: 363.66592094199996. iteration 2841 found worse value: 363.66592094199996. iteration 2842 found worse value: 363.66592094199996. iteration 2843 found worse value: 363.66592094199996. iteration 2844 found worse value: 363.66592094199996. iteration2844, perturbing to get out of local maxima iteration 2845 found worse value: 363.66592094199996. iteration 2846 found worse value: 363.66592094199996. iteration 2847 found worse value: 363.66592094199996. iteration 2848 found worse value: 363.66592094199996. iteration 2849 found worse value: 363.66592094199996. iteration 2850 found worse value: 363.66592094199996. iteration 2851 found worse value: 363.66592094199996. iteration2851, perturbing to get out of local maxima iteration 2852 found worse value: 363.66592094199996. iteration2852, perturbing to get out of local maxima iteration 2853 found worse value: 363.66592094199996. iteration 2854 found worse value: 363.66592094199996. iteration2854, perturbing to get out of local maxima iteration 2855 found worse value: 363.66592094199996. iteration 2856 found worse value: 363.66592094199996. iteration 2857 found worse value: 363.66592094199996. iteration 2858 found worse value: 363.66592094199996. iteration 2859 found worse value: 363.66592094199996. iteration 2860 found worse value: 363.66592094199996. iteration 2861 found worse value: 363.66592094199996. iteration 2862 found worse value: 363.66592094199996. iteration2862, perturbing to get out of local maxima iteration 2863 found worse value: 363.66592094199996. iteration 2864 found worse value: 363.66592094199996. iteration 2865 found worse value: 363.66592094199996. iteration2865, perturbing to get out of local maxima iteration 2866 found worse value: 363.66592094199996. iteration 2867 found worse value: 363.66592094199996. iteration 2868 found worse value: 363.66592094199996. iteration 2869 found worse value: 363.66592094199996. iteration 2870 found worse value: 363.66592094199996. iteration 2871 found worse value: 363.66592094199996. iteration 2872 found worse value: 363.66592094199996. iteration 2873 found worse value: 363.66592094199996. iteration 2874 found worse value: 363.66592094199996. iteration 2875 found worse value: 363.66592094199996. iteration 2876 found worse value: 363.66592094199996. iteration 2877 found worse value: 363.66592094199996. iteration 2878 found worse value: 363.66592094199996. iteration 2879 found worse value: 363.66592094199996. iteration 2880 found worse value: 363.66592094199996. iteration 2881 found worse value: 363.66592094199996. iteration 2882 found worse value: 363.66592094199996. iteration 2883 found worse value: 363.66592094199996. iteration 2884 found worse value: 363.66592094199996. iteration 2885 found worse value: 363.66592094199996. iteration 2886 found worse value: 363.66592094199996. iteration 2887 found worse value: 363.66592094199996. iteration2887, perturbing to get out of local maxima iteration 2888 found worse value: 363.66592094199996. iteration 2889 found worse value: 363.66592094199996. iteration 2890 found worse value: 363.66592094199996. iteration 2891 found worse value: 363.66592094199996. iteration 2892 found worse value: 363.66592094199996. iteration 2893 found worse value: 363.66592094199996. iteration 2894 found worse value: 363.66592094199996. iteration 2895 found worse value: 363.66592094199996. iteration 2896 found worse value: 363.66592094199996. iteration 2897 found worse value: 363.66592094199996. iteration 2898 found worse value: 363.66592094199996. iteration2898, perturbing to get out of local maxima iteration 2899 found worse value: 363.66592094199996. iteration 2900 found worse value: 363.66592094199996. iteration 2901 found worse value: 363.66592094199996. iteration 2902 found worse value: 363.66592094199996. iteration 2903 found worse value: 363.66592094199996. iteration 2904 found worse value: 363.66592094199996. iteration 2905 found worse value: 363.66592094199996. iteration2905, perturbing to get out of local maxima iteration 2906 found worse value: 363.66592094199996. iteration 2907 found worse value: 363.66592094199996. iteration 2908 found worse value: 363.66592094199996. iteration 2909 found worse value: 363.66592094199996. iteration 2910 found worse value: 363.66592094199996. iteration 2911 found worse value: 363.66592094199996. iteration 2912 found worse value: 363.66592094199996. iteration 2913 found worse value: 363.66592094199996. iteration 2914 found worse value: 363.66592094199996. iteration 2915 found worse value: 363.66592094199996. iteration 2916 found worse value: 363.66592094199996. iteration 2917 found worse value: 363.66592094199996. iteration 2918 found worse value: 363.66592094199996. iteration 2919 found worse value: 363.66592094199996. iteration 2920 found worse value: 363.66592094199996. iteration 2921 found worse value: 363.66592094199996. iteration 2922 found worse value: 363.66592094199996. iteration 2923 found worse value: 363.66592094199996. iteration 2924 found worse value: 363.66592094199996. iteration 2925 found worse value: 363.66592094199996. iteration2925, perturbing to get out of local maxima iteration 2926 found worse value: 363.66592094199996. iteration 2927 found worse value: 363.66592094199996. iteration 2928 found worse value: 363.66592094199996. iteration 2929 found worse value: 363.66592094199996. iteration 2930 found worse value: 363.66592094199996. iteration2930, perturbing to get out of local maxima iteration 2931 found worse value: 363.66592094199996. iteration 2932 found worse value: 363.66592094199996. iteration 2933 found worse value: 363.66592094199996. iteration2933, perturbing to get out of local maxima iteration 2934 found worse value: 363.66592094199996. iteration2934, perturbing to get out of local maxima iteration 2935 found worse value: 363.66592094199996. iteration 2936 found worse value: 363.66592094199996. iteration 2937 found worse value: 363.66592094199996. iteration 2938 found worse value: 363.66592094199996. iteration 2939 found worse value: 363.66592094199996. iteration 2940 found worse value: 363.66592094199996. iteration 2941 found worse value: 363.66592094199996. iteration2941, perturbing to get out of local maxima iteration 2942 found worse value: 363.66592094199996. iteration 2943 found worse value: 363.66592094199996. iteration 2944 found worse value: 363.66592094199996. iteration 2945 found worse value: 363.66592094199996. iteration 2946 found worse value: 363.66592094199996. iteration 2947 found worse value: 363.66592094199996. iteration 2948 found worse value: 363.66592094199996. iteration2948, perturbing to get out of local maxima iteration 2949 found worse value: 363.66592094199996. iteration 2950 found worse value: 363.66592094199996. iteration 2951 found worse value: 363.66592094199996. iteration 2952 found worse value: 363.66592094199996. iteration 2953 found worse value: 363.66592094199996. iteration 2954 found worse value: 363.66592094199996. iteration 2955 found worse value: 363.66592094199996. iteration 2956 found worse value: 363.66592094199996. iteration 2957 found worse value: 363.66592094199996. iteration 2958 found worse value: 363.66592094199996. iteration 2959 found worse value: 363.66592094199996. iteration 2960 found worse value: 363.66592094199996. iteration 2961 found worse value: 363.66592094199996. iteration 2962 found worse value: 363.66592094199996. iteration 2963 found worse value: 363.66592094199996. iteration2963, perturbing to get out of local maxima iteration 2964 found worse value: 363.66592094199996. iteration 2965 found worse value: 363.66592094199996. iteration 2966 found worse value: 363.66592094199996. iteration 2967 found worse value: 363.66592094199996. iteration 2968 found worse value: 363.66592094199996. iteration 2969 found worse value: 363.66592094199996. iteration 2970 found worse value: 363.66592094199996. iteration2970, perturbing to get out of local maxima iteration 2971 found worse value: 363.66592094199996. iteration 2972 found worse value: 363.66592094199996. iteration 2973 found worse value: 363.66592094199996. iteration2973, perturbing to get out of local maxima iteration 2974 found worse value: 363.66592094199996. iteration 2975 found worse value: 363.66592094199996. iteration 2976 found worse value: 363.66592094199996. iteration 2977 found worse value: 363.66592094199996. iteration 2978 found worse value: 363.66592094199996. iteration 2979 found worse value: 363.66592094199996. iteration 2980 found worse value: 363.66592094199996. iteration 2981 found worse value: 363.66592094199996. iteration 2982 found worse value: 363.66592094199996. iteration 2983 found worse value: 363.66592094199996. iteration 2984 found worse value: 363.66592094199996. iteration 2985 found worse value: 363.66592094199996. iteration 2986 found worse value: 363.66592094199996. iteration 2987 found worse value: 363.66592094199996. iteration 2988 found worse value: 363.66592094199996. iteration 2989 found worse value: 363.66592094199996. iteration 2990 found worse value: 363.66592094199996. iteration 2991 found worse value: 363.66592094199996. iteration 2992 found worse value: 363.66592094199996. iteration 2993 found worse value: 363.66592094199996. iteration 2994 found worse value: 363.66592094199996. iteration2994, perturbing to get out of local maxima iteration 2995 found worse value: 363.66592094199996. iteration 2996 found worse value: 363.66592094199996. iteration 2997 found worse value: 363.66592094199996. iteration 2998 found worse value: 363.66592094199996. iteration 2999 found worse value: 363.66592094199996. iteration 3000 found worse value: 363.66592094199996. iteration 3001 found worse value: 363.66592094199996. iteration 3002 found worse value: 363.66592094199996. iteration 3003 found better value: 363.666148374 iteration 3004 found worse value: 363.666148374. iteration3004, perturbing to get out of local maxima iteration 3005 found worse value: 363.666148374. iteration 3006 found worse value: 363.666148374. iteration 3007 found worse value: 363.666148374. iteration 3008 found worse value: 363.666148374. iteration 3009 found worse value: 363.666148374. iteration 3010 found worse value: 363.666148374. iteration 3011 found worse value: 363.666148374. iteration 3012 found worse value: 363.666148374. iteration 3013 found worse value: 363.666148374. iteration3013, perturbing to get out of local maxima iteration 3014 found worse value: 363.666148374. iteration 3015 found worse value: 363.666148374. iteration3015, perturbing to get out of local maxima iteration 3016 found better value: 363.668177405 iteration 3017 found worse value: 363.668177405. iteration 3018 found worse value: 363.668177405. iteration 3019 found worse value: 363.668177405. iteration 3020 found worse value: 363.668177405. iteration3020, perturbing to get out of local maxima iteration 3021 found worse value: 363.668177405. iteration 3022 found worse value: 363.668177405. iteration 3023 found worse value: 363.668177405. iteration 3024 found worse value: 363.668177405. iteration 3025 found worse value: 363.668177405. iteration 3026 found worse value: 363.668177405. iteration 3027 found worse value: 363.668177405. iteration3027, perturbing to get out of local maxima iteration 3028 found worse value: 363.668177405. iteration 3029 found worse value: 363.668177405. iteration 3030 found worse value: 363.668177405. iteration3030, perturbing to get out of local maxima iteration 3031 found worse value: 363.668177405. iteration 3032 found worse value: 363.668177405. iteration 3033 found worse value: 363.668177405. iteration 3034 found worse value: 363.668177405. iteration3034, perturbing to get out of local maxima iteration 3035 found worse value: 363.668177405. iteration 3036 found worse value: 363.668177405. iteration 3037 found worse value: 363.668177405. iteration 3038 found worse value: 363.668177405. iteration 3039 found worse value: 363.668177405. iteration3039, perturbing to get out of local maxima iteration 3040 found worse value: 363.668177405. iteration 3041 found worse value: 363.668177405. iteration 3042 found worse value: 363.668177405. iteration 3043 found worse value: 363.668177405. iteration 3044 found worse value: 363.668177405. iteration 3045 found worse value: 363.668177405. iteration 3046 found worse value: 363.668177405. iteration 3047 found worse value: 363.668177405. iteration 3048 found worse value: 363.668177405. iteration 3049 found worse value: 363.668177405. iteration 3050 found worse value: 363.668177405. iteration3050, perturbing to get out of local maxima iteration 3051 found worse value: 363.668177405. iteration 3052 found worse value: 363.668177405. iteration 3053 found worse value: 363.668177405. iteration3053, perturbing to get out of local maxima iteration 3054 found worse value: 363.668177405. iteration 3055 found worse value: 363.668177405. iteration 3056 found worse value: 363.668177405. iteration 3057 found worse value: 363.668177405. iteration 3058 found worse value: 363.668177405. iteration3058, perturbing to get out of local maxima iteration 3059 found worse value: 363.668177405. iteration 3060 found worse value: 363.668177405. iteration 3061 found worse value: 363.668177405. iteration 3062 found worse value: 363.668177405. iteration 3063 found worse value: 363.668177405. iteration3063, perturbing to get out of local maxima iteration 3064 found worse value: 363.668177405. iteration 3065 found worse value: 363.668177405. iteration 3066 found worse value: 363.668177405. iteration3066, perturbing to get out of local maxima iteration 3067 found worse value: 363.668177405. iteration 3068 found worse value: 363.668177405. iteration 3069 found worse value: 363.668177405. iteration 3070 found worse value: 363.668177405. iteration 3071 found worse value: 363.668177405. iteration3071, perturbing to get out of local maxima iteration 3072 found worse value: 363.668177405. iteration 3073 found worse value: 363.668177405. iteration3073, perturbing to get out of local maxima iteration 3074 found worse value: 363.668177405. iteration 3075 found worse value: 363.668177405. iteration 3076 found worse value: 363.668177405. iteration 3077 found worse value: 363.668177405. iteration3077, perturbing to get out of local maxima iteration 3078 found worse value: 363.668177405. iteration 3079 found worse value: 363.668177405. iteration 3080 found worse value: 363.668177405. iteration 3081 found worse value: 363.668177405. iteration 3082 found worse value: 363.668177405. iteration 3083 found worse value: 363.668177405. iteration 3084 found worse value: 363.668177405. iteration 3085 found worse value: 363.668177405. iteration 3086 found worse value: 363.668177405. iteration 3087 found worse value: 363.668177405. iteration 3088 found worse value: 363.668177405. iteration 3089 found worse value: 363.668177405. iteration 3090 found worse value: 363.668177405. iteration 3091 found worse value: 363.668177405. iteration 3092 found worse value: 363.668177405. iteration 3093 found worse value: 363.668177405. iteration 3094 found worse value: 363.668177405. iteration 3095 found worse value: 363.668177405. iteration 3096 found worse value: 363.668177405. iteration 3097 found worse value: 363.668177405. iteration 3098 found worse value: 363.668177405. iteration3098, perturbing to get out of local maxima iteration 3099 found worse value: 363.668177405. iteration 3100 found worse value: 363.668177405. iteration 3101 found worse value: 363.668177405. iteration 3102 found worse value: 363.668177405. iteration 3103 found worse value: 363.668177405. iteration 3104 found worse value: 363.668177405. iteration 3105 found worse value: 363.668177405. iteration 3106 found worse value: 363.668177405. iteration 3107 found worse value: 363.668177405. iteration 3108 found worse value: 363.668177405. iteration3108, perturbing to get out of local maxima iteration 3109 found worse value: 363.668177405. iteration 3110 found worse value: 363.668177405. iteration 3111 found worse value: 363.668177405. iteration 3112 found worse value: 363.668177405. iteration 3113 found worse value: 363.668177405. iteration 3114 found worse value: 363.668177405. iteration 3115 found worse value: 363.668177405. iteration 3116 found worse value: 363.668177405. iteration 3117 found worse value: 363.668177405. iteration 3118 found worse value: 363.668177405. iteration 3119 found worse value: 363.668177405. iteration 3120 found worse value: 363.668177405. iteration 3121 found worse value: 363.668177405. iteration 3122 found worse value: 363.668177405. iteration 3123 found worse value: 363.668177405. iteration 3124 found worse value: 363.668177405. iteration 3125 found worse value: 363.668177405. iteration 3126 found worse value: 363.668177405. iteration 3127 found worse value: 363.668177405. iteration 3128 found worse value: 363.668177405. iteration 3129 found worse value: 363.668177405. iteration 3130 found worse value: 363.668177405. iteration 3131 found worse value: 363.668177405. iteration 3132 found worse value: 363.668177405. iteration 3133 found worse value: 363.668177405. iteration 3134 found worse value: 363.668177405. iteration 3135 found worse value: 363.668177405. iteration 3136 found worse value: 363.668177405. iteration 3137 found worse value: 363.668177405. iteration3137, perturbing to get out of local maxima iteration 3138 found worse value: 363.668177405. iteration 3139 found worse value: 363.668177405. iteration3139, perturbing to get out of local maxima iteration 3140 found worse value: 363.668177405. iteration 3141 found worse value: 363.668177405. iteration 3142 found worse value: 363.668177405. iteration3142, perturbing to get out of local maxima iteration 3143 found worse value: 363.668177405. iteration 3144 found worse value: 363.668177405. iteration 3145 found worse value: 363.668177405. iteration 3146 found worse value: 363.668177405. iteration 3147 found worse value: 363.668177405. iteration 3148 found worse value: 363.668177405. iteration 3149 found worse value: 363.668177405. iteration3149, perturbing to get out of local maxima iteration 3150 found worse value: 363.668177405. iteration 3151 found worse value: 363.668177405. iteration 3152 found worse value: 363.668177405. iteration 3153 found worse value: 363.668177405. iteration 3154 found worse value: 363.668177405. iteration 3155 found worse value: 363.668177405. iteration 3156 found worse value: 363.668177405. iteration 3157 found worse value: 363.668177405. iteration 3158 found worse value: 363.668177405. iteration 3159 found worse value: 363.668177405. iteration 3160 found worse value: 363.668177405. iteration 3161 found worse value: 363.668177405. iteration3161, perturbing to get out of local maxima iteration 3162 found worse value: 363.668177405. iteration 3163 found worse value: 363.668177405. iteration 3164 found worse value: 363.668177405. iteration 3165 found worse value: 363.668177405. iteration 3166 found worse value: 363.668177405. iteration 3167 found worse value: 363.668177405. iteration3167, perturbing to get out of local maxima iteration 3168 found worse value: 363.668177405. iteration 3169 found worse value: 363.668177405. iteration 3170 found worse value: 363.668177405. iteration 3171 found worse value: 363.668177405. iteration 3172 found worse value: 363.668177405. iteration 3173 found worse value: 363.668177405. iteration 3174 found worse value: 363.668177405. iteration 3175 found worse value: 363.668177405. iteration 3176 found worse value: 363.668177405. iteration 3177 found worse value: 363.668177405. iteration 3178 found worse value: 363.668177405. iteration 3179 found worse value: 363.668177405. iteration 3180 found worse value: 363.668177405. iteration 3181 found worse value: 363.668177405. iteration 3182 found worse value: 363.668177405. iteration 3183 found worse value: 363.668177405. iteration3183, perturbing to get out of local maxima iteration 3184 found worse value: 363.668177405. iteration 3185 found worse value: 363.668177405. iteration 3186 found worse value: 363.668177405. iteration 3187 found worse value: 363.668177405. iteration3187, perturbing to get out of local maxima iteration 3188 found worse value: 363.668177405. iteration 3189 found worse value: 363.668177405. iteration 3190 found worse value: 363.668177405. iteration 3191 found worse value: 363.668177405. iteration 3192 found worse value: 363.668177405. iteration 3193 found worse value: 363.668177405. iteration 3194 found worse value: 363.668177405. iteration 3195 found worse value: 363.668177405. iteration 3196 found worse value: 363.668177405. iteration 3197 found worse value: 363.668177405. iteration 3198 found worse value: 363.668177405. iteration 3199 found worse value: 363.668177405. iteration 3200 found worse value: 363.668177405. iteration 3201 found worse value: 363.668177405. iteration 3202 found worse value: 363.668177405. iteration 3203 found worse value: 363.668177405. iteration 3204 found worse value: 363.668177405. iteration 3205 found worse value: 363.668177405. iteration 3206 found worse value: 363.668177405. iteration 3207 found worse value: 363.668177405. iteration3207, perturbing to get out of local maxima iteration 3208 found worse value: 363.668177405. iteration 3209 found worse value: 363.668177405. iteration 3210 found worse value: 363.668177405. iteration 3211 found worse value: 363.668177405. iteration 3212 found worse value: 363.668177405. iteration 3213 found better value: 363.668539562 iteration 3214 found worse value: 363.668539562. iteration 3215 found worse value: 363.668539562. iteration 3216 found worse value: 363.668539562. iteration 3217 found worse value: 363.668539562. iteration3217, perturbing to get out of local maxima iteration 3218 found worse value: 363.668539562. iteration 3219 found worse value: 363.668539562. iteration 3220 found worse value: 363.668539562. iteration3220, perturbing to get out of local maxima iteration 3221 found worse value: 363.668539562. iteration 3222 found worse value: 363.668539562. iteration 3223 found worse value: 363.668539562. iteration 3224 found worse value: 363.668539562. iteration3224, perturbing to get out of local maxima iteration 3225 found worse value: 363.668539562. iteration 3226 found worse value: 363.668539562. iteration 3227 found worse value: 363.668539562. iteration3227, perturbing to get out of local maxima iteration 3228 found worse value: 363.668539562. iteration 3229 found worse value: 363.668539562. iteration3229, perturbing to get out of local maxima iteration 3230 found better value: 363.668892904 iteration 3231 found better value: 363.670067815 iteration 3232 found worse value: 363.670067815. iteration 3233 found worse value: 363.670067815. iteration 3234 found better value: 363.67013780599996 iteration 3235 found worse value: 363.67013780599996. iteration 3236 found worse value: 363.67013780599996. iteration 3237 found worse value: 363.67013780599996. iteration 3238 found better value: 363.67045508499996 iteration 3239 found worse value: 363.67045508499996. iteration 3240 found worse value: 363.67045508499996. iteration 3241 found worse value: 363.67045508499996. iteration 3242 found better value: 363.67055860399995 iteration 3243 found worse value: 363.67055860399995. iteration 3244 found worse value: 363.67055860399995. iteration 3245 found worse value: 363.67055860399995. iteration 3246 found worse value: 363.67055860399995. iteration 3247 found worse value: 363.67055860399995. iteration 3248 found worse value: 363.67055860399995. iteration 3249 found worse value: 363.67055860399995. iteration 3250 found worse value: 363.67055860399995. iteration 3251 found worse value: 363.67055860399995. iteration 3252 found worse value: 363.67055860399995. iteration 3253 found worse value: 363.67055860399995. iteration 3254 found worse value: 363.67055860399995. iteration 3255 found better value: 363.670694376 iteration 3256 found worse value: 363.670694376. iteration 3257 found worse value: 363.670694376. iteration3257, perturbing to get out of local maxima iteration 3258 found worse value: 363.670694376. iteration 3259 found worse value: 363.670694376. iteration 3260 found worse value: 363.670694376. iteration 3261 found worse value: 363.670694376. iteration 3262 found worse value: 363.670694376. iteration 3263 found worse value: 363.670694376. iteration3263, perturbing to get out of local maxima iteration 3264 found worse value: 363.670694376. iteration 3265 found worse value: 363.670694376. iteration 3266 found worse value: 363.670694376. iteration 3267 found worse value: 363.670694376. iteration 3268 found worse value: 363.670694376. iteration 3269 found worse value: 363.670694376. iteration 3270 found worse value: 363.670694376. iteration 3271 found worse value: 363.670694376. iteration 3272 found worse value: 363.670694376. iteration3272, perturbing to get out of local maxima iteration 3273 found worse value: 363.670694376. iteration 3274 found worse value: 363.670694376. iteration 3275 found worse value: 363.670694376. iteration 3276 found worse value: 363.670694376. iteration 3277 found worse value: 363.670694376. iteration 3278 found worse value: 363.670694376. iteration3278, perturbing to get out of local maxima iteration 3279 found worse value: 363.670694376. iteration 3280 found worse value: 363.670694376. iteration 3281 found worse value: 363.670694376. iteration3281, perturbing to get out of local maxima iteration 3282 found worse value: 363.670694376. iteration 3283 found worse value: 363.670694376. iteration 3284 found worse value: 363.670694376. iteration 3285 found worse value: 363.670694376. iteration 3286 found worse value: 363.670694376. iteration 3287 found worse value: 363.670694376. iteration3287, perturbing to get out of local maxima iteration 3288 found worse value: 363.670694376. iteration 3289 found worse value: 363.670694376. iteration 3290 found worse value: 363.670694376. iteration 3291 found worse value: 363.670694376. iteration 3292 found worse value: 363.670694376. iteration 3293 found worse value: 363.670694376. iteration 3294 found worse value: 363.670694376. iteration 3295 found worse value: 363.670694376. iteration 3296 found worse value: 363.670694376. iteration 3297 found worse value: 363.670694376. iteration 3298 found worse value: 363.670694376. iteration 3299 found worse value: 363.670694376. iteration 3300 found worse value: 363.670694376. iteration 3301 found worse value: 363.670694376. iteration 3302 found worse value: 363.670694376. iteration 3303 found worse value: 363.670694376. iteration 3304 found worse value: 363.670694376. iteration 3305 found worse value: 363.670694376. iteration 3306 found worse value: 363.670694376. iteration 3307 found worse value: 363.670694376. iteration 3308 found worse value: 363.670694376. iteration 3309 found worse value: 363.670694376. iteration 3310 found worse value: 363.670694376. iteration 3311 found worse value: 363.670694376. iteration 3312 found worse value: 363.670694376. iteration 3313 found worse value: 363.670694376. iteration 3314 found worse value: 363.670694376. iteration 3315 found worse value: 363.670694376. iteration 3316 found worse value: 363.670694376. iteration 3317 found worse value: 363.670694376. iteration 3318 found worse value: 363.670694376. iteration 3319 found worse value: 363.670694376. iteration 3320 found worse value: 363.670694376. iteration 3321 found worse value: 363.670694376. iteration 3322 found worse value: 363.670694376. iteration 3323 found worse value: 363.670694376. iteration 3324 found worse value: 363.670694376. iteration 3325 found worse value: 363.670694376. iteration3325, perturbing to get out of local maxima iteration 3326 found worse value: 363.670694376. iteration3326, perturbing to get out of local maxima iteration 3327 found worse value: 363.670694376. iteration 3328 found worse value: 363.670694376. iteration 3329 found worse value: 363.670694376. iteration3329, perturbing to get out of local maxima iteration 3330 found worse value: 363.670694376. iteration 3331 found worse value: 363.670694376. iteration 3332 found worse value: 363.670694376. iteration 3333 found worse value: 363.670694376. iteration 3334 found better value: 363.67098098499997 iteration 3335 found worse value: 363.67098098499997. iteration 3336 found worse value: 363.67098098499997. iteration 3337 found worse value: 363.67098098499997. iteration 3338 found worse value: 363.67098098499997. iteration 3339 found worse value: 363.67098098499997. iteration 3340 found worse value: 363.67098098499997. iteration3340, perturbing to get out of local maxima iteration 3341 found worse value: 363.67098098499997. iteration 3342 found better value: 363.671030601 iteration 3343 found worse value: 363.671030601. iteration 3344 found worse value: 363.671030601. iteration3344, perturbing to get out of local maxima iteration 3345 found worse value: 363.671030601. iteration 3346 found worse value: 363.671030601. iteration 3347 found worse value: 363.671030601. iteration 3348 found worse value: 363.671030601. iteration 3349 found worse value: 363.671030601. iteration 3350 found worse value: 363.671030601. iteration 3351 found worse value: 363.671030601. iteration 3352 found worse value: 363.671030601. iteration 3353 found worse value: 363.671030601. iteration 3354 found worse value: 363.671030601. iteration 3355 found worse value: 363.671030601. iteration 3356 found worse value: 363.671030601. iteration 3357 found worse value: 363.671030601. iteration 3358 found worse value: 363.671030601. iteration3358, perturbing to get out of local maxima iteration 3359 found worse value: 363.671030601. iteration 3360 found worse value: 363.671030601. iteration 3361 found worse value: 363.671030601. iteration 3362 found worse value: 363.671030601. iteration3362, perturbing to get out of local maxima iteration 3363 found worse value: 363.671030601. iteration 3364 found worse value: 363.671030601. iteration 3365 found worse value: 363.671030601. iteration 3366 found worse value: 363.671030601. iteration 3367 found worse value: 363.671030601. iteration 3368 found worse value: 363.671030601. iteration 3369 found worse value: 363.671030601. iteration 3370 found worse value: 363.671030601. iteration 3371 found worse value: 363.671030601. iteration 3372 found worse value: 363.671030601. iteration 3373 found worse value: 363.671030601. iteration 3374 found worse value: 363.671030601. iteration 3375 found worse value: 363.671030601. iteration 3376 found worse value: 363.671030601. iteration 3377 found worse value: 363.671030601. iteration3377, perturbing to get out of local maxima iteration 3378 found worse value: 363.671030601. iteration 3379 found worse value: 363.671030601. iteration3379, perturbing to get out of local maxima iteration 3380 found worse value: 363.671030601. iteration 3381 found worse value: 363.671030601. iteration 3382 found worse value: 363.671030601. iteration 3383 found worse value: 363.671030601. iteration 3384 found worse value: 363.671030601. iteration 3385 found worse value: 363.671030601. iteration 3386 found worse value: 363.671030601. iteration 3387 found worse value: 363.671030601. iteration 3388 found worse value: 363.671030601. iteration 3389 found worse value: 363.671030601. iteration 3390 found worse value: 363.671030601. iteration 3391 found worse value: 363.671030601. iteration 3392 found worse value: 363.671030601. iteration 3393 found worse value: 363.671030601. iteration 3394 found worse value: 363.671030601. iteration 3395 found worse value: 363.671030601. iteration 3396 found worse value: 363.671030601. iteration 3397 found worse value: 363.671030601. iteration 3398 found worse value: 363.671030601. iteration 3399 found worse value: 363.671030601. iteration 3400 found worse value: 363.671030601. iteration3400, perturbing to get out of local maxima iteration 3401 found worse value: 363.671030601. iteration 3402 found worse value: 363.671030601. iteration 3403 found worse value: 363.671030601. iteration 3404 found worse value: 363.671030601. iteration 3405 found worse value: 363.671030601. iteration 3406 found worse value: 363.671030601. iteration 3407 found worse value: 363.671030601. iteration 3408 found worse value: 363.671030601. iteration 3409 found worse value: 363.671030601. iteration3409, perturbing to get out of local maxima iteration 3410 found worse value: 363.671030601. iteration3410, perturbing to get out of local maxima iteration 3411 found worse value: 363.671030601. iteration 3412 found worse value: 363.671030601. iteration 3413 found worse value: 363.671030601. iteration3413, perturbing to get out of local maxima iteration 3414 found worse value: 363.671030601. iteration 3415 found worse value: 363.671030601. iteration3415, perturbing to get out of local maxima iteration 3416 found worse value: 363.671030601. iteration 3417 found worse value: 363.671030601. iteration 3418 found worse value: 363.671030601. iteration 3419 found worse value: 363.671030601. iteration 3420 found worse value: 363.671030601. iteration 3421 found worse value: 363.671030601. iteration 3422 found worse value: 363.671030601. iteration 3423 found worse value: 363.671030601. iteration 3424 found worse value: 363.671030601. iteration 3425 found worse value: 363.671030601. iteration3425, perturbing to get out of local maxima iteration 3426 found worse value: 363.671030601. iteration 3427 found worse value: 363.671030601. iteration 3428 found worse value: 363.671030601. iteration 3429 found worse value: 363.671030601. iteration 3430 found worse value: 363.671030601. iteration3430, perturbing to get out of local maxima iteration 3431 found worse value: 363.671030601. iteration 3432 found worse value: 363.671030601. iteration3432, perturbing to get out of local maxima iteration 3433 found worse value: 363.671030601. iteration 3434 found worse value: 363.671030601. iteration 3435 found worse value: 363.671030601. iteration 3436 found worse value: 363.671030601. iteration 3437 found worse value: 363.671030601. iteration 3438 found worse value: 363.671030601. iteration 3439 found worse value: 363.671030601. iteration3439, perturbing to get out of local maxima iteration 3440 found worse value: 363.671030601. iteration 3441 found worse value: 363.671030601. iteration 3442 found worse value: 363.671030601. iteration3442, perturbing to get out of local maxima iteration 3443 found worse value: 363.671030601. iteration 3444 found worse value: 363.671030601. iteration3444, perturbing to get out of local maxima iteration 3445 found worse value: 363.671030601. iteration 3446 found worse value: 363.671030601. iteration3446, perturbing to get out of local maxima iteration 3447 found worse value: 363.671030601. iteration 3448 found worse value: 363.671030601. iteration 3449 found worse value: 363.671030601. iteration 3450 found worse value: 363.671030601. iteration 3451 found worse value: 363.671030601. iteration 3452 found worse value: 363.671030601. iteration 3453 found worse value: 363.671030601. iteration 3454 found worse value: 363.671030601. iteration 3455 found worse value: 363.671030601. iteration 3456 found worse value: 363.671030601. iteration 3457 found worse value: 363.671030601. iteration 3458 found worse value: 363.671030601. iteration 3459 found worse value: 363.671030601. iteration 3460 found worse value: 363.671030601. iteration 3461 found worse value: 363.671030601. iteration 3462 found worse value: 363.671030601. iteration 3463 found worse value: 363.671030601. iteration 3464 found worse value: 363.671030601. iteration3464, perturbing to get out of local maxima iteration 3465 found worse value: 363.671030601. iteration 3466 found worse value: 363.671030601. iteration 3467 found worse value: 363.671030601. iteration 3468 found worse value: 363.671030601. iteration 3469 found worse value: 363.671030601. iteration3469, perturbing to get out of local maxima iteration 3470 found worse value: 363.671030601. iteration 3471 found worse value: 363.671030601. iteration 3472 found worse value: 363.671030601. iteration 3473 found worse value: 363.671030601. iteration 3474 found worse value: 363.671030601. iteration 3475 found worse value: 363.671030601. iteration 3476 found worse value: 363.671030601. iteration 3477 found worse value: 363.671030601. iteration 3478 found worse value: 363.671030601. iteration 3479 found worse value: 363.671030601. iteration3479, perturbing to get out of local maxima iteration 3480 found worse value: 363.671030601. iteration 3481 found worse value: 363.671030601. iteration 3482 found worse value: 363.671030601. iteration 3483 found worse value: 363.671030601. iteration 3484 found worse value: 363.671030601. iteration 3485 found worse value: 363.671030601. iteration 3486 found worse value: 363.671030601. iteration 3487 found worse value: 363.671030601. iteration 3488 found worse value: 363.671030601. iteration 3489 found worse value: 363.671030601. iteration 3490 found worse value: 363.671030601. iteration 3491 found worse value: 363.671030601. iteration 3492 found worse value: 363.671030601. iteration 3493 found worse value: 363.671030601. iteration 3494 found worse value: 363.671030601. iteration3494, perturbing to get out of local maxima iteration 3495 found worse value: 363.671030601. iteration 3496 found worse value: 363.671030601. iteration 3497 found worse value: 363.671030601. iteration 3498 found worse value: 363.671030601. iteration 3499 found worse value: 363.671030601. iteration 3500 found worse value: 363.671030601. iteration 3501 found worse value: 363.671030601. iteration 3502 found worse value: 363.671030601. iteration 3503 found worse value: 363.671030601. iteration 3504 found worse value: 363.671030601. iteration 3505 found worse value: 363.671030601. iteration 3506 found worse value: 363.671030601. iteration 3507 found worse value: 363.671030601. iteration 3508 found worse value: 363.671030601. iteration 3509 found worse value: 363.671030601. iteration 3510 found worse value: 363.671030601. iteration 3511 found worse value: 363.671030601. iteration 3512 found worse value: 363.671030601. iteration 3513 found worse value: 363.671030601. iteration 3514 found worse value: 363.671030601. iteration 3515 found worse value: 363.671030601. iteration 3516 found worse value: 363.671030601. iteration 3517 found worse value: 363.671030601. iteration 3518 found worse value: 363.671030601. iteration 3519 found worse value: 363.671030601. iteration 3520 found worse value: 363.671030601. iteration 3521 found worse value: 363.671030601. iteration 3522 found worse value: 363.671030601. iteration 3523 found worse value: 363.671030601. iteration 3524 found worse value: 363.671030601. iteration 3525 found worse value: 363.671030601. iteration 3526 found worse value: 363.671030601. iteration 3527 found worse value: 363.671030601. iteration 3528 found worse value: 363.671030601. iteration3528, perturbing to get out of local maxima iteration 3529 found worse value: 363.671030601. iteration 3530 found worse value: 363.671030601. iteration 3531 found worse value: 363.671030601. iteration 3532 found worse value: 363.671030601. iteration 3533 found worse value: 363.671030601. iteration3533, perturbing to get out of local maxima iteration 3534 found worse value: 363.671030601. iteration 3535 found worse value: 363.671030601. iteration 3536 found worse value: 363.671030601. iteration 3537 found worse value: 363.671030601. iteration 3538 found worse value: 363.671030601. iteration 3539 found worse value: 363.671030601. iteration 3540 found worse value: 363.671030601. iteration 3541 found worse value: 363.671030601. iteration 3542 found worse value: 363.671030601. iteration 3543 found worse value: 363.671030601. iteration 3544 found worse value: 363.671030601. iteration3544, perturbing to get out of local maxima iteration 3545 found worse value: 363.671030601. iteration 3546 found worse value: 363.671030601. iteration 3547 found worse value: 363.671030601. iteration 3548 found worse value: 363.671030601. iteration 3549 found worse value: 363.671030601. iteration 3550 found worse value: 363.671030601. iteration3550, perturbing to get out of local maxima iteration 3551 found worse value: 363.671030601. iteration 3552 found worse value: 363.671030601. iteration 3553 found worse value: 363.671030601. iteration 3554 found worse value: 363.671030601. iteration 3555 found worse value: 363.671030601. iteration 3556 found worse value: 363.671030601. iteration 3557 found worse value: 363.671030601. iteration 3558 found worse value: 363.671030601. iteration 3559 found worse value: 363.671030601. iteration3559, perturbing to get out of local maxima iteration 3560 found worse value: 363.671030601. iteration 3561 found worse value: 363.671030601. iteration 3562 found worse value: 363.671030601. iteration 3563 found worse value: 363.671030601. iteration 3564 found worse value: 363.671030601. iteration 3565 found worse value: 363.671030601. iteration 3566 found worse value: 363.671030601. iteration3566, perturbing to get out of local maxima iteration 3567 found worse value: 363.671030601. iteration3567, perturbing to get out of local maxima iteration 3568 found worse value: 363.671030601. iteration 3569 found worse value: 363.671030601. iteration 3570 found worse value: 363.671030601. iteration 3571 found worse value: 363.671030601. iteration 3572 found worse value: 363.671030601. iteration 3573 found worse value: 363.671030601. iteration 3574 found worse value: 363.671030601. iteration3574, perturbing to get out of local maxima iteration 3575 found worse value: 363.671030601. iteration3575, perturbing to get out of local maxima iteration 3576 found worse value: 363.671030601. iteration 3577 found worse value: 363.671030601. iteration 3578 found worse value: 363.671030601. iteration 3579 found worse value: 363.671030601. iteration 3580 found worse value: 363.671030601. iteration 3581 found worse value: 363.671030601. iteration 3582 found worse value: 363.671030601. iteration 3583 found worse value: 363.671030601. iteration 3584 found worse value: 363.671030601. iteration 3585 found worse value: 363.671030601. iteration 3586 found worse value: 363.671030601. iteration 3587 found worse value: 363.671030601. iteration 3588 found worse value: 363.671030601. iteration 3589 found worse value: 363.671030601. iteration 3590 found worse value: 363.671030601. iteration 3591 found worse value: 363.671030601. iteration 3592 found worse value: 363.671030601. iteration 3593 found worse value: 363.671030601. iteration3593, perturbing to get out of local maxima iteration 3594 found worse value: 363.671030601. iteration 3595 found worse value: 363.671030601. iteration 3596 found worse value: 363.671030601. iteration 3597 found worse value: 363.671030601. iteration 3598 found worse value: 363.671030601. iteration3598, perturbing to get out of local maxima iteration 3599 found worse value: 363.671030601. iteration 3600 found worse value: 363.671030601. iteration3600, perturbing to get out of local maxima iteration 3601 found worse value: 363.671030601. iteration 3602 found worse value: 363.671030601. iteration 3603 found worse value: 363.671030601. iteration 3604 found worse value: 363.671030601. iteration 3605 found worse value: 363.671030601. iteration 3606 found worse value: 363.671030601. iteration 3607 found worse value: 363.671030601. iteration3607, perturbing to get out of local maxima iteration 3608 found worse value: 363.671030601. iteration3608, perturbing to get out of local maxima iteration 3609 found worse value: 363.671030601. iteration 3610 found worse value: 363.671030601. iteration3610, perturbing to get out of local maxima iteration 3611 found worse value: 363.671030601. iteration 3612 found worse value: 363.671030601. iteration 3613 found worse value: 363.671030601. iteration 3614 found worse value: 363.671030601. iteration 3615 found worse value: 363.671030601. iteration 3616 found worse value: 363.671030601. iteration 3617 found worse value: 363.671030601. iteration 3618 found worse value: 363.671030601. iteration 3619 found worse value: 363.671030601. iteration 3620 found worse value: 363.671030601. iteration 3621 found worse value: 363.671030601. iteration 3622 found worse value: 363.671030601. iteration 3623 found worse value: 363.671030601. iteration 3624 found worse value: 363.671030601. iteration 3625 found worse value: 363.671030601. iteration 3626 found worse value: 363.671030601. iteration 3627 found worse value: 363.671030601. iteration 3628 found worse value: 363.671030601. iteration 3629 found worse value: 363.671030601. iteration 3630 found worse value: 363.671030601. iteration 3631 found worse value: 363.671030601. iteration 3632 found worse value: 363.671030601. iteration 3633 found worse value: 363.671030601. iteration 3634 found worse value: 363.671030601. iteration 3635 found worse value: 363.671030601. iteration 3636 found worse value: 363.671030601. iteration 3637 found worse value: 363.671030601. iteration3637, perturbing to get out of local maxima iteration 3638 found worse value: 363.671030601. iteration 3639 found worse value: 363.671030601. iteration 3640 found worse value: 363.671030601. iteration 3641 found worse value: 363.671030601. iteration 3642 found worse value: 363.671030601. iteration 3643 found worse value: 363.671030601. iteration 3644 found worse value: 363.671030601. iteration 3645 found worse value: 363.671030601. iteration 3646 found worse value: 363.671030601. iteration 3647 found worse value: 363.671030601. iteration 3648 found worse value: 363.671030601. iteration 3649 found worse value: 363.671030601. iteration3649, perturbing to get out of local maxima iteration 3650 found worse value: 363.671030601. iteration 3651 found worse value: 363.671030601. iteration 3652 found worse value: 363.671030601. iteration 3653 found worse value: 363.671030601. iteration3653, perturbing to get out of local maxima iteration 3654 found worse value: 363.671030601. iteration 3655 found worse value: 363.671030601. iteration 3656 found worse value: 363.671030601. iteration3656, perturbing to get out of local maxima iteration 3657 found worse value: 363.671030601. iteration 3658 found worse value: 363.671030601. iteration 3659 found worse value: 363.671030601. iteration 3660 found worse value: 363.671030601. iteration 3661 found worse value: 363.671030601. iteration 3662 found worse value: 363.671030601. iteration 3663 found worse value: 363.671030601. iteration 3664 found worse value: 363.671030601. iteration 3665 found worse value: 363.671030601. iteration 3666 found worse value: 363.671030601. iteration 3667 found worse value: 363.671030601. iteration 3668 found worse value: 363.671030601. iteration 3669 found worse value: 363.671030601. iteration 3670 found worse value: 363.671030601. iteration 3671 found worse value: 363.671030601. iteration 3672 found worse value: 363.671030601. iteration 3673 found worse value: 363.671030601. iteration 3674 found worse value: 363.671030601. iteration 3675 found worse value: 363.671030601. iteration 3676 found worse value: 363.671030601. iteration 3677 found worse value: 363.671030601. iteration 3678 found worse value: 363.671030601. iteration 3679 found worse value: 363.671030601. iteration 3680 found worse value: 363.671030601. iteration 3681 found worse value: 363.671030601. iteration 3682 found worse value: 363.671030601. iteration 3683 found worse value: 363.671030601. iteration 3684 found worse value: 363.671030601. iteration 3685 found worse value: 363.671030601. iteration 3686 found worse value: 363.671030601. iteration 3687 found worse value: 363.671030601. iteration 3688 found worse value: 363.671030601. iteration 3689 found worse value: 363.671030601. iteration 3690 found worse value: 363.671030601. iteration3690, perturbing to get out of local maxima iteration 3691 found worse value: 363.671030601. iteration 3692 found worse value: 363.671030601. iteration3692, perturbing to get out of local maxima iteration 3693 found worse value: 363.671030601. iteration 3694 found worse value: 363.671030601. iteration 3695 found worse value: 363.671030601. iteration 3696 found worse value: 363.671030601. iteration 3697 found worse value: 363.671030601. iteration 3698 found worse value: 363.671030601. iteration 3699 found worse value: 363.671030601. iteration3699, perturbing to get out of local maxima iteration 3700 found worse value: 363.671030601. iteration 3701 found worse value: 363.671030601. iteration 3702 found better value: 363.671295428 iteration 3703 found worse value: 363.671295428. iteration 3704 found worse value: 363.671295428. iteration 3705 found worse value: 363.671295428. iteration 3706 found worse value: 363.671295428. iteration 3707 found worse value: 363.671295428. iteration 3708 found worse value: 363.671295428. iteration 3709 found worse value: 363.671295428. iteration 3710 found worse value: 363.671295428. iteration 3711 found worse value: 363.671295428. iteration 3712 found worse value: 363.671295428. iteration 3713 found worse value: 363.671295428. iteration 3714 found worse value: 363.671295428. iteration 3715 found worse value: 363.671295428. iteration 3716 found better value: 363.67142965500005 iteration 3717 found worse value: 363.67142965500005. iteration 3718 found worse value: 363.67142965500005. iteration 3719 found worse value: 363.67142965500005. iteration 3720 found worse value: 363.67142965500005. iteration 3721 found worse value: 363.67142965500005. iteration 3722 found worse value: 363.67142965500005. iteration 3723 found better value: 363.67229447799997 iteration 3724 found worse value: 363.67229447799997. iteration 3725 found worse value: 363.67229447799997. iteration 3726 found worse value: 363.67229447799997. iteration 3727 found worse value: 363.67229447799997. iteration3727, perturbing to get out of local maxima iteration 3728 found worse value: 363.67229447799997. iteration3728, perturbing to get out of local maxima iteration 3729 found worse value: 363.67229447799997. iteration 3730 found worse value: 363.67229447799997. iteration 3731 found worse value: 363.67229447799997. iteration 3732 found worse value: 363.67229447799997. iteration 3733 found worse value: 363.67229447799997. iteration 3734 found worse value: 363.67229447799997. iteration 3735 found worse value: 363.67229447799997. iteration 3736 found worse value: 363.67229447799997. iteration 3737 found worse value: 363.67229447799997. iteration 3738 found worse value: 363.67229447799997. iteration 3739 found worse value: 363.67229447799997. iteration 3740 found worse value: 363.67229447799997. iteration 3741 found worse value: 363.67229447799997. iteration 3742 found worse value: 363.67229447799997. iteration3742, perturbing to get out of local maxima iteration 3743 found worse value: 363.67229447799997. iteration 3744 found worse value: 363.67229447799997. iteration3744, perturbing to get out of local maxima iteration 3745 found worse value: 363.67229447799997. iteration3745, perturbing to get out of local maxima iteration 3746 found worse value: 363.67229447799997. iteration 3747 found worse value: 363.67229447799997. iteration 3748 found worse value: 363.67229447799997. iteration 3749 found worse value: 363.67229447799997. iteration 3750 found worse value: 363.67229447799997. iteration 3751 found worse value: 363.67229447799997. iteration3751, perturbing to get out of local maxima iteration 3752 found worse value: 363.67229447799997. iteration 3753 found worse value: 363.67229447799997. iteration 3754 found worse value: 363.67229447799997. iteration 3755 found worse value: 363.67229447799997. iteration 3756 found worse value: 363.67229447799997. iteration 3757 found worse value: 363.67229447799997. iteration 3758 found worse value: 363.67229447799997. iteration 3759 found worse value: 363.67229447799997. iteration 3760 found worse value: 363.67229447799997. iteration3760, perturbing to get out of local maxima iteration 3761 found worse value: 363.67229447799997. iteration 3762 found worse value: 363.67229447799997. iteration 3763 found worse value: 363.67229447799997. iteration 3764 found worse value: 363.67229447799997. iteration 3765 found worse value: 363.67229447799997. iteration 3766 found worse value: 363.67229447799997. iteration 3767 found worse value: 363.67229447799997. iteration 3768 found worse value: 363.67229447799997. iteration 3769 found worse value: 363.67229447799997. iteration 3770 found worse value: 363.67229447799997. iteration3770, perturbing to get out of local maxima iteration 3771 found worse value: 363.67229447799997. iteration 3772 found worse value: 363.67229447799997. iteration 3773 found worse value: 363.67229447799997. iteration 3774 found worse value: 363.67229447799997. iteration 3775 found worse value: 363.67229447799997. iteration 3776 found worse value: 363.67229447799997. iteration 3777 found worse value: 363.67229447799997. iteration 3778 found worse value: 363.67229447799997. iteration 3779 found worse value: 363.67229447799997. iteration 3780 found worse value: 363.67229447799997. iteration 3781 found worse value: 363.67229447799997. iteration 3782 found worse value: 363.67229447799997. iteration 3783 found worse value: 363.67229447799997. iteration 3784 found worse value: 363.67229447799997. iteration 3785 found worse value: 363.67229447799997. iteration 3786 found worse value: 363.67229447799997. iteration 3787 found worse value: 363.67229447799997. iteration 3788 found worse value: 363.67229447799997. iteration 3789 found worse value: 363.67229447799997. iteration 3790 found worse value: 363.67229447799997. iteration 3791 found worse value: 363.67229447799997. iteration 3792 found worse value: 363.67229447799997. iteration 3793 found worse value: 363.67229447799997. iteration 3794 found worse value: 363.67229447799997. iteration 3795 found worse value: 363.67229447799997. iteration3795, perturbing to get out of local maxima iteration 3796 found worse value: 363.67229447799997. iteration 3797 found worse value: 363.67229447799997. iteration 3798 found worse value: 363.67229447799997. iteration 3799 found worse value: 363.67229447799997. iteration 3800 found worse value: 363.67229447799997. iteration 3801 found worse value: 363.67229447799997. iteration 3802 found worse value: 363.67229447799997. iteration 3803 found worse value: 363.67229447799997. iteration 3804 found worse value: 363.67229447799997. iteration 3805 found worse value: 363.67229447799997. iteration 3806 found worse value: 363.67229447799997. iteration 3807 found worse value: 363.67229447799997. iteration 3808 found worse value: 363.67229447799997. iteration 3809 found worse value: 363.67229447799997. iteration 3810 found worse value: 363.67229447799997. iteration 3811 found worse value: 363.67229447799997. iteration 3812 found worse value: 363.67229447799997. iteration 3813 found worse value: 363.67229447799997. iteration 3814 found worse value: 363.67229447799997. iteration 3815 found worse value: 363.67229447799997. iteration 3816 found worse value: 363.67229447799997. iteration 3817 found worse value: 363.67229447799997. iteration 3818 found worse value: 363.67229447799997. iteration 3819 found worse value: 363.67229447799997. iteration 3820 found worse value: 363.67229447799997. iteration 3821 found worse value: 363.67229447799997. iteration 3822 found worse value: 363.67229447799997. iteration 3823 found worse value: 363.67229447799997. iteration 3824 found worse value: 363.67229447799997. iteration3824, perturbing to get out of local maxima iteration 3825 found worse value: 363.67229447799997. iteration 3826 found better value: 363.67232828799996 iteration 3827 found worse value: 363.67232828799996. iteration 3828 found worse value: 363.67232828799996. iteration 3829 found worse value: 363.67232828799996. iteration 3830 found worse value: 363.67232828799996. iteration 3831 found worse value: 363.67232828799996. iteration 3832 found worse value: 363.67232828799996. iteration 3833 found better value: 363.67403878199997 iteration 3834 found worse value: 363.67403878199997. iteration 3835 found worse value: 363.67403878199997. iteration 3836 found worse value: 363.67403878199997. iteration 3837 found worse value: 363.67403878199997. iteration 3838 found worse value: 363.67403878199997. iteration 3839 found worse value: 363.67403878199997. iteration 3840 found worse value: 363.67403878199997. iteration3840, perturbing to get out of local maxima iteration 3841 found worse value: 363.67403878199997. iteration 3842 found worse value: 363.67403878199997. iteration 3843 found worse value: 363.67403878199997. iteration 3844 found worse value: 363.67403878199997. iteration 3845 found worse value: 363.67403878199997. iteration 3846 found worse value: 363.67403878199997. iteration3846, perturbing to get out of local maxima iteration 3847 found worse value: 363.67403878199997. iteration 3848 found worse value: 363.67403878199997. iteration 3849 found worse value: 363.67403878199997. iteration3849, perturbing to get out of local maxima iteration 3850 found worse value: 363.67403878199997. iteration3850, perturbing to get out of local maxima iteration 3851 found worse value: 363.67403878199997. iteration 3852 found worse value: 363.67403878199997. iteration 3853 found worse value: 363.67403878199997. iteration 3854 found worse value: 363.67403878199997. iteration 3855 found worse value: 363.67403878199997. iteration 3856 found worse value: 363.67403878199997. iteration 3857 found worse value: 363.67403878199997. iteration 3858 found worse value: 363.67403878199997. iteration 3859 found worse value: 363.67403878199997. iteration 3860 found worse value: 363.67403878199997. iteration3860, perturbing to get out of local maxima iteration 3861 found worse value: 363.67403878199997. iteration 3862 found worse value: 363.67403878199997. iteration3862, perturbing to get out of local maxima iteration 3863 found worse value: 363.67403878199997. iteration 3864 found worse value: 363.67403878199997. iteration 3865 found worse value: 363.67403878199997. iteration 3866 found worse value: 363.67403878199997. iteration 3867 found worse value: 363.67403878199997. iteration 3868 found worse value: 363.67403878199997. iteration 3869 found worse value: 363.67403878199997. iteration 3870 found worse value: 363.67403878199997. iteration 3871 found worse value: 363.67403878199997. iteration 3872 found worse value: 363.67403878199997. iteration 3873 found worse value: 363.67403878199997. iteration 3874 found worse value: 363.67403878199997. iteration 3875 found worse value: 363.67403878199997. iteration 3876 found worse value: 363.67403878199997. iteration 3877 found worse value: 363.67403878199997. iteration 3878 found worse value: 363.67403878199997. iteration 3879 found worse value: 363.67403878199997. iteration 3880 found worse value: 363.67403878199997. iteration3880, perturbing to get out of local maxima iteration 3881 found worse value: 363.67403878199997. iteration 3882 found worse value: 363.67403878199997. iteration 3883 found worse value: 363.67403878199997. iteration 3884 found worse value: 363.67403878199997. iteration 3885 found worse value: 363.67403878199997. iteration 3886 found worse value: 363.67403878199997. iteration3886, perturbing to get out of local maxima iteration 3887 found worse value: 363.67403878199997. iteration 3888 found worse value: 363.67403878199997. iteration 3889 found worse value: 363.67403878199997. iteration 3890 found worse value: 363.67403878199997. iteration 3891 found worse value: 363.67403878199997. iteration 3892 found worse value: 363.67403878199997. iteration3892, perturbing to get out of local maxima iteration 3893 found worse value: 363.67403878199997. iteration 3894 found worse value: 363.67403878199997. iteration 3895 found worse value: 363.67403878199997. iteration 3896 found worse value: 363.67403878199997. iteration3896, perturbing to get out of local maxima iteration 3897 found worse value: 363.67403878199997. iteration 3898 found worse value: 363.67403878199997. iteration 3899 found worse value: 363.67403878199997. iteration 3900 found worse value: 363.67403878199997. iteration 3901 found worse value: 363.67403878199997. iteration 3902 found worse value: 363.67403878199997. iteration 3903 found worse value: 363.67403878199997. iteration 3904 found worse value: 363.67403878199997. iteration 3905 found worse value: 363.67403878199997. iteration 3906 found worse value: 363.67403878199997. iteration 3907 found worse value: 363.67403878199997. iteration 3908 found worse value: 363.67403878199997. iteration 3909 found worse value: 363.67403878199997. iteration 3910 found worse value: 363.67403878199997. iteration 3911 found worse value: 363.67403878199997. iteration 3912 found worse value: 363.67403878199997. iteration 3913 found worse value: 363.67403878199997. iteration 3914 found worse value: 363.67403878199997. iteration3914, perturbing to get out of local maxima iteration 3915 found worse value: 363.67403878199997. iteration 3916 found worse value: 363.67403878199997. iteration3916, perturbing to get out of local maxima iteration 3917 found worse value: 363.67403878199997. iteration 3918 found worse value: 363.67403878199997. iteration 3919 found worse value: 363.67403878199997. iteration3919, perturbing to get out of local maxima iteration 3920 found worse value: 363.67403878199997. iteration 3921 found worse value: 363.67403878199997. iteration3921, perturbing to get out of local maxima iteration 3922 found worse value: 363.67403878199997. iteration 3923 found worse value: 363.67403878199997. iteration 3924 found worse value: 363.67403878199997. iteration 3925 found worse value: 363.67403878199997. iteration3925, perturbing to get out of local maxima iteration 3926 found worse value: 363.67403878199997. iteration 3927 found worse value: 363.67403878199997. iteration3927, perturbing to get out of local maxima iteration 3928 found worse value: 363.67403878199997. iteration 3929 found worse value: 363.67403878199997. iteration 3930 found worse value: 363.67403878199997. iteration 3931 found worse value: 363.67403878199997. iteration 3932 found worse value: 363.67403878199997. iteration 3933 found worse value: 363.67403878199997. iteration 3934 found worse value: 363.67403878199997. iteration3934, perturbing to get out of local maxima iteration 3935 found worse value: 363.67403878199997. iteration 3936 found worse value: 363.67403878199997. iteration 3937 found worse value: 363.67403878199997. iteration 3938 found worse value: 363.67403878199997. iteration 3939 found worse value: 363.67403878199997. iteration3939, perturbing to get out of local maxima iteration 3940 found worse value: 363.67403878199997. iteration 3941 found worse value: 363.67403878199997. iteration 3942 found worse value: 363.67403878199997. iteration 3943 found worse value: 363.67403878199997. iteration3943, perturbing to get out of local maxima iteration 3944 found worse value: 363.67403878199997. iteration 3945 found worse value: 363.67403878199997. iteration 3946 found worse value: 363.67403878199997. iteration 3947 found worse value: 363.67403878199997. iteration 3948 found worse value: 363.67403878199997. iteration 3949 found worse value: 363.67403878199997. iteration 3950 found worse value: 363.67403878199997. iteration 3951 found worse value: 363.67403878199997. iteration 3952 found worse value: 363.67403878199997. iteration 3953 found worse value: 363.67403878199997. iteration 3954 found worse value: 363.67403878199997. iteration 3955 found worse value: 363.67403878199997. iteration 3956 found worse value: 363.67403878199997. iteration 3957 found worse value: 363.67403878199997. iteration 3958 found worse value: 363.67403878199997. iteration 3959 found worse value: 363.67403878199997. iteration 3960 found worse value: 363.67403878199997. iteration 3961 found worse value: 363.67403878199997. iteration 3962 found worse value: 363.67403878199997. iteration 3963 found worse value: 363.67403878199997. iteration 3964 found worse value: 363.67403878199997. iteration 3965 found worse value: 363.67403878199997. iteration3965, perturbing to get out of local maxima iteration 3966 found worse value: 363.67403878199997. iteration 3967 found worse value: 363.67403878199997. iteration 3968 found worse value: 363.67403878199997. iteration 3969 found worse value: 363.67403878199997. iteration 3970 found worse value: 363.67403878199997. iteration3970, perturbing to get out of local maxima iteration 3971 found worse value: 363.67403878199997. iteration3971, perturbing to get out of local maxima iteration 3972 found worse value: 363.67403878199997. iteration3972, perturbing to get out of local maxima iteration 3973 found worse value: 363.67403878199997. iteration 3974 found worse value: 363.67403878199997. iteration 3975 found worse value: 363.67403878199997. iteration3975, perturbing to get out of local maxima iteration 3976 found worse value: 363.67403878199997. iteration 3977 found worse value: 363.67403878199997. iteration 3978 found worse value: 363.67403878199997. iteration 3979 found worse value: 363.67403878199997. iteration 3980 found worse value: 363.67403878199997. iteration 3981 found worse value: 363.67403878199997. iteration 3982 found worse value: 363.67403878199997. iteration 3983 found worse value: 363.67403878199997. iteration 3984 found worse value: 363.67403878199997. iteration 3985 found worse value: 363.67403878199997. iteration 3986 found worse value: 363.67403878199997. iteration 3987 found worse value: 363.67403878199997. iteration 3988 found worse value: 363.67403878199997. iteration 3989 found worse value: 363.67403878199997. iteration 3990 found worse value: 363.67403878199997. iteration 3991 found worse value: 363.67403878199997. iteration 3992 found worse value: 363.67403878199997. iteration 3993 found worse value: 363.67403878199997. iteration 3994 found worse value: 363.67403878199997. iteration 3995 found worse value: 363.67403878199997. iteration 3996 found worse value: 363.67403878199997. iteration 3997 found worse value: 363.67403878199997. iteration 3998 found worse value: 363.67403878199997. iteration 3999 found worse value: 363.67403878199997. iteration 4000 found worse value: 363.67403878199997. iteration 4001 found worse value: 363.67403878199997. iteration 4002 found worse value: 363.67403878199997. iteration 4003 found worse value: 363.67403878199997. iteration 4004 found worse value: 363.67403878199997. iteration4004, perturbing to get out of local maxima iteration 4005 found worse value: 363.67403878199997. iteration 4006 found worse value: 363.67403878199997. iteration 4007 found worse value: 363.67403878199997. iteration 4008 found worse value: 363.67403878199997. iteration 4009 found worse value: 363.67403878199997. iteration 4010 found worse value: 363.67403878199997. iteration 4011 found worse value: 363.67403878199997. iteration4011, perturbing to get out of local maxima iteration 4012 found worse value: 363.67403878199997. iteration 4013 found worse value: 363.67403878199997. iteration4013, perturbing to get out of local maxima iteration 4014 found worse value: 363.67403878199997. iteration 4015 found worse value: 363.67403878199997. iteration 4016 found worse value: 363.67403878199997. iteration4016, perturbing to get out of local maxima iteration 4017 found worse value: 363.67403878199997. iteration 4018 found worse value: 363.67403878199997. iteration 4019 found worse value: 363.67403878199997. iteration 4020 found worse value: 363.67403878199997. iteration 4021 found worse value: 363.67403878199997. iteration4021, perturbing to get out of local maxima iteration 4022 found worse value: 363.67403878199997. iteration 4023 found worse value: 363.67403878199997. iteration 4024 found worse value: 363.67403878199997. iteration4024, perturbing to get out of local maxima iteration 4025 found worse value: 363.67403878199997. iteration 4026 found worse value: 363.67403878199997. iteration 4027 found worse value: 363.67403878199997. iteration 4028 found worse value: 363.67403878199997. iteration 4029 found worse value: 363.67403878199997. iteration 4030 found worse value: 363.67403878199997. iteration4030, perturbing to get out of local maxima iteration 4031 found worse value: 363.67403878199997. iteration 4032 found worse value: 363.67403878199997. iteration 4033 found worse value: 363.67403878199997. iteration 4034 found worse value: 363.67403878199997. iteration 4035 found worse value: 363.67403878199997. iteration4035, perturbing to get out of local maxima iteration 4036 found worse value: 363.67403878199997. iteration 4037 found worse value: 363.67403878199997. iteration 4038 found worse value: 363.67403878199997. iteration 4039 found worse value: 363.67403878199997. iteration 4040 found worse value: 363.67403878199997. iteration 4041 found worse value: 363.67403878199997. iteration 4042 found worse value: 363.67403878199997. iteration 4043 found worse value: 363.67403878199997. iteration 4044 found worse value: 363.67403878199997. iteration 4045 found worse value: 363.67403878199997. iteration 4046 found worse value: 363.67403878199997. iteration 4047 found worse value: 363.67403878199997. iteration 4048 found worse value: 363.67403878199997. iteration 4049 found worse value: 363.67403878199997. iteration4049, perturbing to get out of local maxima iteration 4050 found worse value: 363.67403878199997. iteration 4051 found worse value: 363.67403878199997. iteration 4052 found worse value: 363.67403878199997. iteration 4053 found worse value: 363.67403878199997. iteration 4054 found worse value: 363.67403878199997. iteration 4055 found worse value: 363.67403878199997. iteration 4056 found worse value: 363.67403878199997. iteration 4057 found worse value: 363.67403878199997. iteration 4058 found worse value: 363.67403878199997. iteration 4059 found worse value: 363.67403878199997. iteration 4060 found worse value: 363.67403878199997. iteration 4061 found worse value: 363.67403878199997. iteration 4062 found worse value: 363.67403878199997. iteration 4063 found worse value: 363.67403878199997. iteration 4064 found worse value: 363.67403878199997. iteration 4065 found worse value: 363.67403878199997. iteration 4066 found worse value: 363.67403878199997. iteration 4067 found worse value: 363.67403878199997. iteration 4068 found worse value: 363.67403878199997. iteration 4069 found worse value: 363.67403878199997. iteration 4070 found worse value: 363.67403878199997. iteration 4071 found worse value: 363.67403878199997. iteration4071, perturbing to get out of local maxima iteration 4072 found worse value: 363.67403878199997. iteration 4073 found worse value: 363.67403878199997. iteration 4074 found worse value: 363.67403878199997. iteration4074, perturbing to get out of local maxima iteration 4075 found worse value: 363.67403878199997. iteration 4076 found worse value: 363.67403878199997. iteration 4077 found worse value: 363.67403878199997. iteration4077, perturbing to get out of local maxima iteration 4078 found worse value: 363.67403878199997. iteration 4079 found worse value: 363.67403878199997. iteration 4080 found worse value: 363.67403878199997. iteration 4081 found worse value: 363.67403878199997. iteration4081, perturbing to get out of local maxima iteration 4082 found worse value: 363.67403878199997. iteration 4083 found worse value: 363.67403878199997. iteration4083, perturbing to get out of local maxima iteration 4084 found worse value: 363.67403878199997. iteration 4085 found worse value: 363.67403878199997. iteration 4086 found worse value: 363.67403878199997. iteration 4087 found worse value: 363.67403878199997. iteration4087, perturbing to get out of local maxima iteration 4088 found worse value: 363.67403878199997. iteration 4089 found worse value: 363.67403878199997. iteration 4090 found worse value: 363.67403878199997. iteration 4091 found worse value: 363.67403878199997. iteration 4092 found worse value: 363.67403878199997. iteration 4093 found worse value: 363.67403878199997. iteration 4094 found worse value: 363.67403878199997. iteration 4095 found worse value: 363.67403878199997. iteration 4096 found worse value: 363.67403878199997. iteration 4097 found worse value: 363.67403878199997. iteration 4098 found worse value: 363.67403878199997. iteration 4099 found worse value: 363.67403878199997. iteration 4100 found worse value: 363.67403878199997. iteration 4101 found worse value: 363.67403878199997. iteration 4102 found worse value: 363.67403878199997. iteration 4103 found worse value: 363.67403878199997. iteration 4104 found worse value: 363.67403878199997. iteration4104, perturbing to get out of local maxima iteration 4105 found worse value: 363.67403878199997. iteration 4106 found worse value: 363.67403878199997. iteration 4107 found worse value: 363.67403878199997. iteration 4108 found worse value: 363.67403878199997. iteration 4109 found worse value: 363.67403878199997. iteration 4110 found worse value: 363.67403878199997. iteration 4111 found worse value: 363.67403878199997. iteration 4112 found worse value: 363.67403878199997. iteration 4113 found worse value: 363.67403878199997. iteration 4114 found worse value: 363.67403878199997. iteration 4115 found worse value: 363.67403878199997. iteration 4116 found worse value: 363.67403878199997. iteration 4117 found worse value: 363.67403878199997. iteration 4118 found worse value: 363.67403878199997. iteration 4119 found worse value: 363.67403878199997. iteration 4120 found worse value: 363.67403878199997. iteration 4121 found worse value: 363.67403878199997. iteration 4122 found worse value: 363.67403878199997. iteration 4123 found worse value: 363.67403878199997. iteration4123, perturbing to get out of local maxima iteration 4124 found worse value: 363.67403878199997. iteration 4125 found worse value: 363.67403878199997. iteration 4126 found worse value: 363.67403878199997. iteration 4127 found worse value: 363.67403878199997. iteration 4128 found worse value: 363.67403878199997. iteration 4129 found worse value: 363.67403878199997. iteration 4130 found worse value: 363.67403878199997. iteration 4131 found worse value: 363.67403878199997. iteration 4132 found worse value: 363.67403878199997. iteration 4133 found worse value: 363.67403878199997. iteration 4134 found worse value: 363.67403878199997. iteration 4135 found worse value: 363.67403878199997. iteration 4136 found worse value: 363.67403878199997. iteration4136, perturbing to get out of local maxima iteration 4137 found worse value: 363.67403878199997. iteration4137, perturbing to get out of local maxima iteration 4138 found worse value: 363.67403878199997. iteration 4139 found worse value: 363.67403878199997. iteration 4140 found worse value: 363.67403878199997. iteration 4141 found worse value: 363.67403878199997. iteration 4142 found worse value: 363.67403878199997. iteration4142, perturbing to get out of local maxima iteration 4143 found worse value: 363.67403878199997. iteration 4144 found worse value: 363.67403878199997. iteration4144, perturbing to get out of local maxima iteration 4145 found worse value: 363.67403878199997. iteration 4146 found worse value: 363.67403878199997. iteration4146, perturbing to get out of local maxima iteration 4147 found worse value: 363.67403878199997. iteration 4148 found worse value: 363.67403878199997. iteration 4149 found worse value: 363.67403878199997. iteration 4150 found worse value: 363.67403878199997. iteration4150, perturbing to get out of local maxima iteration 4151 found worse value: 363.67403878199997. iteration 4152 found worse value: 363.67403878199997. iteration 4153 found worse value: 363.67403878199997. iteration 4154 found worse value: 363.67403878199997. iteration 4155 found worse value: 363.67403878199997. iteration 4156 found worse value: 363.67403878199997. iteration 4157 found worse value: 363.67403878199997. iteration4157, perturbing to get out of local maxima iteration 4158 found worse value: 363.67403878199997. iteration 4159 found worse value: 363.67403878199997. iteration 4160 found worse value: 363.67403878199997. iteration 4161 found worse value: 363.67403878199997. iteration 4162 found worse value: 363.67403878199997. iteration 4163 found worse value: 363.67403878199997. iteration 4164 found worse value: 363.67403878199997. iteration 4165 found worse value: 363.67403878199997. iteration 4166 found worse value: 363.67403878199997. iteration 4167 found worse value: 363.67403878199997. iteration4167, perturbing to get out of local maxima iteration 4168 found worse value: 363.67403878199997. iteration 4169 found worse value: 363.67403878199997. iteration 4170 found worse value: 363.67403878199997. iteration 4171 found worse value: 363.67403878199997. iteration 4172 found worse value: 363.67403878199997. iteration 4173 found worse value: 363.67403878199997. iteration 4174 found worse value: 363.67403878199997. iteration4174, perturbing to get out of local maxima iteration 4175 found worse value: 363.67403878199997. iteration 4176 found worse value: 363.67403878199997. iteration4176, perturbing to get out of local maxima iteration 4177 found worse value: 363.67403878199997. iteration 4178 found worse value: 363.67403878199997. iteration 4179 found worse value: 363.67403878199997. iteration 4180 found worse value: 363.67403878199997. iteration 4181 found worse value: 363.67403878199997. iteration 4182 found worse value: 363.67403878199997. iteration 4183 found worse value: 363.67403878199997. iteration 4184 found worse value: 363.67403878199997. iteration 4185 found worse value: 363.67403878199997. iteration4185, perturbing to get out of local maxima iteration 4186 found worse value: 363.67403878199997. iteration 4187 found worse value: 363.67403878199997. iteration 4188 found worse value: 363.67403878199997. iteration 4189 found worse value: 363.67403878199997. iteration 4190 found worse value: 363.67403878199997. iteration 4191 found worse value: 363.67403878199997. iteration 4192 found worse value: 363.67403878199997. iteration 4193 found worse value: 363.67403878199997. iteration4193, perturbing to get out of local maxima iteration 4194 found worse value: 363.67403878199997. iteration 4195 found worse value: 363.67403878199997. iteration 4196 found worse value: 363.67403878199997. iteration4196, perturbing to get out of local maxima iteration 4197 found worse value: 363.67403878199997. iteration 4198 found worse value: 363.67403878199997. iteration 4199 found worse value: 363.67403878199997. iteration 4200 found worse value: 363.67403878199997. iteration 4201 found worse value: 363.67403878199997. iteration 4202 found worse value: 363.67403878199997. iteration 4203 found worse value: 363.67403878199997. iteration 4204 found worse value: 363.67403878199997. iteration4204, perturbing to get out of local maxima iteration 4205 found worse value: 363.67403878199997. iteration 4206 found worse value: 363.67403878199997. iteration 4207 found worse value: 363.67403878199997. iteration 4208 found worse value: 363.67403878199997. iteration 4209 found worse value: 363.67403878199997. iteration 4210 found worse value: 363.67403878199997. iteration4210, perturbing to get out of local maxima iteration 4211 found worse value: 363.67403878199997. iteration 4212 found worse value: 363.67403878199997. iteration 4213 found worse value: 363.67403878199997. iteration 4214 found worse value: 363.67403878199997. iteration 4215 found worse value: 363.67403878199997. iteration 4216 found worse value: 363.67403878199997. iteration 4217 found worse value: 363.67403878199997. iteration4217, perturbing to get out of local maxima iteration 4218 found worse value: 363.67403878199997. iteration4218, perturbing to get out of local maxima iteration 4219 found worse value: 363.67403878199997. iteration 4220 found worse value: 363.67403878199997. iteration4220, perturbing to get out of local maxima iteration 4221 found worse value: 363.67403878199997. iteration 4222 found worse value: 363.67403878199997. iteration 4223 found worse value: 363.67403878199997. iteration 4224 found worse value: 363.67403878199997. iteration 4225 found worse value: 363.67403878199997. iteration 4226 found worse value: 363.67403878199997. iteration 4227 found worse value: 363.67403878199997. iteration 4228 found worse value: 363.67403878199997. iteration 4229 found worse value: 363.67403878199997. iteration 4230 found worse value: 363.67403878199997. iteration 4231 found worse value: 363.67403878199997. iteration 4232 found worse value: 363.67403878199997. iteration 4233 found worse value: 363.67403878199997. iteration 4234 found worse value: 363.67403878199997. iteration 4235 found worse value: 363.67403878199997. iteration 4236 found worse value: 363.67403878199997. iteration 4237 found worse value: 363.67403878199997. iteration 4238 found worse value: 363.67403878199997. iteration 4239 found worse value: 363.67403878199997. iteration4239, perturbing to get out of local maxima iteration 4240 found worse value: 363.67403878199997. iteration 4241 found worse value: 363.67403878199997. iteration 4242 found worse value: 363.67403878199997. iteration 4243 found worse value: 363.67403878199997. iteration 4244 found worse value: 363.67403878199997. iteration 4245 found worse value: 363.67403878199997. iteration 4246 found worse value: 363.67403878199997. iteration 4247 found worse value: 363.67403878199997. iteration4247, perturbing to get out of local maxima iteration 4248 found worse value: 363.67403878199997. iteration4248, perturbing to get out of local maxima iteration 4249 found worse value: 363.67403878199997. iteration 4250 found worse value: 363.67403878199997. iteration 4251 found worse value: 363.67403878199997. iteration 4252 found worse value: 363.67403878199997. iteration 4253 found worse value: 363.67403878199997. iteration 4254 found worse value: 363.67403878199997. iteration 4255 found worse value: 363.67403878199997. iteration 4256 found worse value: 363.67403878199997. iteration 4257 found worse value: 363.67403878199997. iteration 4258 found worse value: 363.67403878199997. iteration 4259 found worse value: 363.67403878199997. iteration 4260 found worse value: 363.67403878199997. iteration 4261 found worse value: 363.67403878199997. iteration4261, perturbing to get out of local maxima iteration 4262 found worse value: 363.67403878199997. iteration4262, perturbing to get out of local maxima iteration 4263 found worse value: 363.67403878199997. iteration 4264 found worse value: 363.67403878199997. iteration 4265 found worse value: 363.67403878199997. iteration 4266 found worse value: 363.67403878199997. iteration4266, perturbing to get out of local maxima iteration 4267 found worse value: 363.67403878199997. iteration 4268 found worse value: 363.67403878199997. iteration 4269 found worse value: 363.67403878199997. iteration 4270 found worse value: 363.67403878199997. iteration 4271 found worse value: 363.67403878199997. iteration 4272 found worse value: 363.67403878199997. iteration 4273 found worse value: 363.67403878199997. iteration 4274 found worse value: 363.67403878199997. iteration 4275 found worse value: 363.67403878199997. iteration 4276 found worse value: 363.67403878199997. iteration 4277 found worse value: 363.67403878199997. iteration 4278 found worse value: 363.67403878199997. iteration 4279 found worse value: 363.67403878199997. iteration 4280 found worse value: 363.67403878199997. iteration4280, perturbing to get out of local maxima iteration 4281 found worse value: 363.67403878199997. iteration4281, perturbing to get out of local maxima iteration 4282 found worse value: 363.67403878199997. iteration4282, perturbing to get out of local maxima iteration 4283 found worse value: 363.67403878199997. iteration 4284 found worse value: 363.67403878199997. iteration 4285 found worse value: 363.67403878199997. iteration 4286 found worse value: 363.67403878199997. iteration 4287 found worse value: 363.67403878199997. iteration 4288 found worse value: 363.67403878199997. iteration 4289 found worse value: 363.67403878199997. iteration 4290 found worse value: 363.67403878199997. iteration 4291 found worse value: 363.67403878199997. iteration 4292 found worse value: 363.67403878199997. iteration 4293 found worse value: 363.67403878199997. iteration 4294 found worse value: 363.67403878199997. iteration4294, perturbing to get out of local maxima iteration 4295 found worse value: 363.67403878199997. iteration 4296 found worse value: 363.67403878199997. iteration 4297 found worse value: 363.67403878199997. iteration 4298 found worse value: 363.67403878199997. iteration 4299 found worse value: 363.67403878199997. iteration4299, perturbing to get out of local maxima iteration 4300 found worse value: 363.67403878199997. iteration 4301 found worse value: 363.67403878199997. iteration 4302 found worse value: 363.67403878199997. iteration 4303 found worse value: 363.67403878199997. iteration 4304 found worse value: 363.67403878199997. iteration 4305 found worse value: 363.67403878199997. iteration 4306 found worse value: 363.67403878199997. iteration 4307 found worse value: 363.67403878199997. iteration 4308 found worse value: 363.67403878199997. iteration 4309 found worse value: 363.67403878199997. iteration 4310 found worse value: 363.67403878199997. iteration 4311 found worse value: 363.67403878199997. iteration 4312 found worse value: 363.67403878199997. iteration 4313 found worse value: 363.67403878199997. iteration 4314 found worse value: 363.67403878199997. iteration 4315 found worse value: 363.67403878199997. iteration 4316 found worse value: 363.67403878199997. iteration 4317 found worse value: 363.67403878199997. iteration 4318 found worse value: 363.67403878199997. iteration 4319 found worse value: 363.67403878199997. iteration 4320 found worse value: 363.67403878199997. iteration 4321 found worse value: 363.67403878199997. iteration4321, perturbing to get out of local maxima iteration 4322 found worse value: 363.67403878199997. iteration 4323 found worse value: 363.67403878199997. iteration 4324 found worse value: 363.67403878199997. iteration 4325 found worse value: 363.67403878199997. iteration 4326 found worse value: 363.67403878199997. iteration 4327 found worse value: 363.67403878199997. iteration 4328 found worse value: 363.67403878199997. iteration 4329 found worse value: 363.67403878199997. iteration 4330 found worse value: 363.67403878199997. iteration 4331 found worse value: 363.67403878199997. iteration 4332 found worse value: 363.67403878199997. iteration 4333 found worse value: 363.67403878199997. iteration 4334 found worse value: 363.67403878199997. iteration 4335 found worse value: 363.67403878199997. iteration 4336 found worse value: 363.67403878199997. iteration 4337 found worse value: 363.67403878199997. iteration4337, perturbing to get out of local maxima iteration 4338 found worse value: 363.67403878199997. iteration 4339 found worse value: 363.67403878199997. iteration 4340 found worse value: 363.67403878199997. iteration 4341 found worse value: 363.67403878199997. iteration 4342 found worse value: 363.67403878199997. iteration 4343 found worse value: 363.67403878199997. iteration 4344 found worse value: 363.67403878199997. iteration 4345 found worse value: 363.67403878199997. iteration 4346 found worse value: 363.67403878199997. iteration 4347 found worse value: 363.67403878199997. iteration 4348 found worse value: 363.67403878199997. iteration 4349 found worse value: 363.67403878199997. iteration 4350 found worse value: 363.67403878199997. iteration 4351 found worse value: 363.67403878199997. iteration 4352 found worse value: 363.67403878199997. iteration 4353 found worse value: 363.67403878199997. iteration 4354 found worse value: 363.67403878199997. iteration 4355 found worse value: 363.67403878199997. iteration 4356 found worse value: 363.67403878199997. iteration4356, perturbing to get out of local maxima iteration 4357 found worse value: 363.67403878199997. iteration 4358 found worse value: 363.67403878199997. iteration 4359 found worse value: 363.67403878199997. iteration 4360 found worse value: 363.67403878199997. iteration 4361 found worse value: 363.67403878199997. iteration 4362 found worse value: 363.67403878199997. iteration 4363 found worse value: 363.67403878199997. iteration 4364 found worse value: 363.67403878199997. iteration 4365 found worse value: 363.67403878199997. iteration 4366 found worse value: 363.67403878199997. iteration 4367 found worse value: 363.67403878199997. iteration 4368 found worse value: 363.67403878199997. iteration 4369 found worse value: 363.67403878199997. iteration 4370 found worse value: 363.67403878199997. iteration 4371 found worse value: 363.67403878199997. iteration 4372 found worse value: 363.67403878199997. iteration 4373 found worse value: 363.67403878199997. iteration4373, perturbing to get out of local maxima iteration 4374 found worse value: 363.67403878199997. iteration 4375 found worse value: 363.67403878199997. iteration4375, perturbing to get out of local maxima iteration 4376 found worse value: 363.67403878199997. iteration 4377 found worse value: 363.67403878199997. iteration 4378 found worse value: 363.67403878199997. iteration 4379 found worse value: 363.67403878199997. iteration 4380 found worse value: 363.67403878199997. iteration 4381 found worse value: 363.67403878199997. iteration 4382 found worse value: 363.67403878199997. iteration 4383 found worse value: 363.67403878199997. iteration 4384 found worse value: 363.67403878199997. iteration 4385 found worse value: 363.67403878199997. iteration 4386 found worse value: 363.67403878199997. iteration 4387 found worse value: 363.67403878199997. iteration 4388 found worse value: 363.67403878199997. iteration 4389 found worse value: 363.67403878199997. iteration 4390 found worse value: 363.67403878199997. iteration 4391 found worse value: 363.67403878199997. iteration 4392 found worse value: 363.67403878199997. iteration 4393 found worse value: 363.67403878199997. iteration 4394 found worse value: 363.67403878199997. iteration 4395 found worse value: 363.67403878199997. iteration 4396 found worse value: 363.67403878199997. iteration 4397 found better value: 363.675399253 iteration 4398 found worse value: 363.675399253. iteration4398, perturbing to get out of local maxima iteration 4399 found worse value: 363.675399253. iteration 4400 found worse value: 363.675399253. iteration 4401 found worse value: 363.675399253. iteration 4402 found worse value: 363.675399253. iteration 4403 found worse value: 363.675399253. iteration 4404 found worse value: 363.675399253. iteration4404, perturbing to get out of local maxima iteration 4405 found worse value: 363.675399253. iteration 4406 found worse value: 363.675399253. iteration 4407 found worse value: 363.675399253. iteration4407, perturbing to get out of local maxima iteration 4408 found worse value: 363.675399253. iteration 4409 found worse value: 363.675399253. iteration 4410 found worse value: 363.675399253. iteration 4411 found worse value: 363.675399253. iteration 4412 found worse value: 363.675399253. iteration 4413 found worse value: 363.675399253. iteration 4414 found worse value: 363.675399253. iteration 4415 found worse value: 363.675399253. iteration 4416 found worse value: 363.675399253. iteration 4417 found worse value: 363.675399253. iteration 4418 found worse value: 363.675399253. iteration4418, perturbing to get out of local maxima iteration 4419 found worse value: 363.675399253. iteration 4420 found worse value: 363.675399253. iteration4420, perturbing to get out of local maxima iteration 4421 found worse value: 363.675399253. iteration 4422 found worse value: 363.675399253. iteration 4423 found worse value: 363.675399253. iteration 4424 found worse value: 363.675399253. iteration 4425 found worse value: 363.675399253. iteration 4426 found worse value: 363.675399253. iteration 4427 found worse value: 363.675399253. iteration 4428 found worse value: 363.675399253. iteration 4429 found worse value: 363.675399253. iteration 4430 found worse value: 363.675399253. iteration 4431 found worse value: 363.675399253. iteration 4432 found worse value: 363.675399253. iteration 4433 found worse value: 363.675399253. iteration 4434 found worse value: 363.675399253. iteration 4435 found worse value: 363.675399253. iteration 4436 found worse value: 363.675399253. iteration 4437 found worse value: 363.675399253. iteration 4438 found worse value: 363.675399253. iteration 4439 found worse value: 363.675399253. iteration 4440 found worse value: 363.675399253. iteration 4441 found worse value: 363.675399253. iteration 4442 found worse value: 363.675399253. iteration 4443 found worse value: 363.675399253. iteration 4444 found worse value: 363.675399253. iteration 4445 found worse value: 363.675399253. iteration 4446 found worse value: 363.675399253. iteration 4447 found worse value: 363.675399253. iteration 4448 found worse value: 363.675399253. iteration 4449 found worse value: 363.675399253. iteration 4450 found worse value: 363.675399253. iteration4450, perturbing to get out of local maxima iteration 4451 found worse value: 363.675399253. iteration4451, perturbing to get out of local maxima iteration 4452 found worse value: 363.675399253. iteration 4453 found worse value: 363.675399253. iteration 4454 found worse value: 363.675399253. iteration4454, perturbing to get out of local maxima iteration 4455 found worse value: 363.675399253. iteration 4456 found worse value: 363.675399253. iteration 4457 found worse value: 363.675399253. iteration 4458 found worse value: 363.675399253. iteration 4459 found worse value: 363.675399253. iteration 4460 found worse value: 363.675399253. iteration 4461 found worse value: 363.675399253. iteration 4462 found worse value: 363.675399253. iteration 4463 found worse value: 363.675399253. iteration 4464 found worse value: 363.675399253. iteration 4465 found worse value: 363.675399253. iteration4465, perturbing to get out of local maxima iteration 4466 found worse value: 363.675399253. iteration 4467 found worse value: 363.675399253. iteration 4468 found worse value: 363.675399253. iteration 4469 found worse value: 363.675399253. iteration 4470 found worse value: 363.675399253. iteration 4471 found worse value: 363.675399253. iteration 4472 found worse value: 363.675399253. iteration4472, perturbing to get out of local maxima iteration 4473 found worse value: 363.675399253. iteration 4474 found worse value: 363.675399253. iteration 4475 found worse value: 363.675399253. iteration 4476 found worse value: 363.675399253. iteration 4477 found worse value: 363.675399253. iteration 4478 found worse value: 363.675399253. iteration4478, perturbing to get out of local maxima iteration 4479 found worse value: 363.675399253. iteration 4480 found worse value: 363.675399253. iteration 4481 found worse value: 363.675399253. iteration 4482 found worse value: 363.675399253. iteration 4483 found worse value: 363.675399253. iteration4483, perturbing to get out of local maxima iteration 4484 found worse value: 363.675399253. iteration 4485 found worse value: 363.675399253. iteration 4486 found worse value: 363.675399253. iteration 4487 found worse value: 363.675399253. iteration4487, perturbing to get out of local maxima iteration 4488 found worse value: 363.675399253. iteration 4489 found worse value: 363.675399253. iteration 4490 found better value: 363.675628737 iteration 4491 found worse value: 363.675628737. iteration 4492 found worse value: 363.675628737. iteration 4493 found worse value: 363.675628737. iteration 4494 found better value: 363.676009764 iteration 4495 found worse value: 363.676009764. iteration 4496 found worse value: 363.676009764. iteration 4497 found worse value: 363.676009764. iteration 4498 found worse value: 363.676009764. iteration 4499 found worse value: 363.676009764. iteration 4500 found worse value: 363.676009764. iteration 4501 found worse value: 363.676009764. iteration 4502 found worse value: 363.676009764. iteration 4503 found worse value: 363.676009764. iteration 4504 found worse value: 363.676009764. iteration 4505 found worse value: 363.676009764. iteration4505, perturbing to get out of local maxima iteration 4506 found worse value: 363.676009764. iteration 4507 found worse value: 363.676009764. iteration4507, perturbing to get out of local maxima iteration 4508 found worse value: 363.676009764. iteration 4509 found worse value: 363.676009764. iteration 4510 found worse value: 363.676009764. iteration 4511 found better value: 363.6771711470001 iteration 4512 found worse value: 363.6771711470001. iteration 4513 found worse value: 363.6771711470001. iteration 4514 found better value: 363.681665362 iteration 4515 found worse value: 363.681665362. iteration 4516 found worse value: 363.681665362. iteration 4517 found worse value: 363.681665362. iteration 4518 found worse value: 363.681665362. iteration 4519 found better value: 363.68167546200004 iteration 4520 found worse value: 363.68167546200004. iteration4520, perturbing to get out of local maxima iteration 4521 found worse value: 363.68167546200004. iteration 4522 found worse value: 363.68167546200004. iteration 4523 found worse value: 363.68167546200004. iteration 4524 found worse value: 363.68167546200004. iteration 4525 found worse value: 363.68167546200004. iteration 4526 found worse value: 363.68167546200004. iteration 4527 found worse value: 363.68167546200004. iteration4527, perturbing to get out of local maxima iteration 4528 found worse value: 363.68167546200004. iteration 4529 found worse value: 363.68167546200004. iteration 4530 found worse value: 363.68167546200004. iteration 4531 found worse value: 363.68167546200004. iteration 4532 found worse value: 363.68167546200004. iteration 4533 found better value: 363.68170646199997 iteration 4534 found worse value: 363.68170646199997. iteration 4535 found worse value: 363.68170646199997. iteration 4536 found worse value: 363.68170646199997. iteration 4537 found worse value: 363.68170646199997. iteration 4538 found worse value: 363.68170646199997. iteration 4539 found worse value: 363.68170646199997. iteration 4540 found worse value: 363.68170646199997. iteration 4541 found worse value: 363.68170646199997. iteration 4542 found worse value: 363.68170646199997. iteration 4543 found worse value: 363.68170646199997. iteration 4544 found worse value: 363.68170646199997. iteration4544, perturbing to get out of local maxima iteration 4545 found worse value: 363.68170646199997. iteration 4546 found worse value: 363.68170646199997. iteration 4547 found worse value: 363.68170646199997. iteration4547, perturbing to get out of local maxima iteration 4548 found worse value: 363.68170646199997. iteration 4549 found worse value: 363.68170646199997. iteration 4550 found worse value: 363.68170646199997. iteration 4551 found worse value: 363.68170646199997. iteration 4552 found worse value: 363.68170646199997. iteration 4553 found worse value: 363.68170646199997. iteration4553, perturbing to get out of local maxima iteration 4554 found worse value: 363.68170646199997. iteration 4555 found worse value: 363.68170646199997. iteration 4556 found worse value: 363.68170646199997. iteration 4557 found worse value: 363.68170646199997. iteration 4558 found worse value: 363.68170646199997. iteration 4559 found worse value: 363.68170646199997. iteration4559, perturbing to get out of local maxima iteration 4560 found worse value: 363.68170646199997. iteration 4561 found worse value: 363.68170646199997. iteration 4562 found worse value: 363.68170646199997. iteration 4563 found worse value: 363.68170646199997. iteration 4564 found worse value: 363.68170646199997. iteration 4565 found worse value: 363.68170646199997. iteration 4566 found worse value: 363.68170646199997. iteration4566, perturbing to get out of local maxima iteration 4567 found worse value: 363.68170646199997. iteration 4568 found worse value: 363.68170646199997. iteration 4569 found worse value: 363.68170646199997. iteration4569, perturbing to get out of local maxima iteration 4570 found worse value: 363.68170646199997. iteration 4571 found worse value: 363.68170646199997. iteration 4572 found worse value: 363.68170646199997. iteration 4573 found worse value: 363.68170646199997. iteration 4574 found worse value: 363.68170646199997. iteration 4575 found worse value: 363.68170646199997. iteration 4576 found worse value: 363.68170646199997. iteration 4577 found worse value: 363.68170646199997. iteration 4578 found worse value: 363.68170646199997. iteration 4579 found worse value: 363.68170646199997. iteration 4580 found worse value: 363.68170646199997. iteration 4581 found worse value: 363.68170646199997. iteration 4582 found worse value: 363.68170646199997. iteration 4583 found worse value: 363.68170646199997. iteration 4584 found worse value: 363.68170646199997. iteration 4585 found worse value: 363.68170646199997. iteration 4586 found worse value: 363.68170646199997. iteration 4587 found worse value: 363.68170646199997. iteration 4588 found worse value: 363.68170646199997. iteration 4589 found worse value: 363.68170646199997. iteration 4590 found worse value: 363.68170646199997. iteration 4591 found worse value: 363.68170646199997. iteration 4592 found worse value: 363.68170646199997. iteration 4593 found worse value: 363.68170646199997. iteration 4594 found worse value: 363.68170646199997. iteration 4595 found worse value: 363.68170646199997. iteration 4596 found worse value: 363.68170646199997. iteration4596, perturbing to get out of local maxima iteration 4597 found worse value: 363.68170646199997. iteration 4598 found worse value: 363.68170646199997. iteration 4599 found worse value: 363.68170646199997. iteration 4600 found worse value: 363.68170646199997. iteration 4601 found worse value: 363.68170646199997. iteration 4602 found worse value: 363.68170646199997. iteration 4603 found worse value: 363.68170646199997. iteration 4604 found worse value: 363.68170646199997. iteration 4605 found worse value: 363.68170646199997. iteration 4606 found worse value: 363.68170646199997. iteration 4607 found worse value: 363.68170646199997. iteration 4608 found worse value: 363.68170646199997. iteration4608, perturbing to get out of local maxima iteration 4609 found worse value: 363.68170646199997. iteration 4610 found worse value: 363.68170646199997. iteration 4611 found worse value: 363.68170646199997. iteration 4612 found worse value: 363.68170646199997. iteration 4613 found worse value: 363.68170646199997. iteration 4614 found worse value: 363.68170646199997. iteration 4615 found worse value: 363.68170646199997. iteration 4616 found worse value: 363.68170646199997. iteration 4617 found worse value: 363.68170646199997. iteration 4618 found worse value: 363.68170646199997. iteration 4619 found worse value: 363.68170646199997. iteration 4620 found worse value: 363.68170646199997. iteration 4621 found worse value: 363.68170646199997. iteration4621, perturbing to get out of local maxima iteration 4622 found worse value: 363.68170646199997. iteration 4623 found worse value: 363.68170646199997. iteration 4624 found worse value: 363.68170646199997. iteration 4625 found worse value: 363.68170646199997. iteration 4626 found worse value: 363.68170646199997. iteration4626, perturbing to get out of local maxima iteration 4627 found worse value: 363.68170646199997. iteration 4628 found worse value: 363.68170646199997. iteration 4629 found worse value: 363.68170646199997. iteration 4630 found worse value: 363.68170646199997. iteration 4631 found worse value: 363.68170646199997. iteration 4632 found worse value: 363.68170646199997. iteration4632, perturbing to get out of local maxima iteration 4633 found worse value: 363.68170646199997. iteration 4634 found worse value: 363.68170646199997. iteration 4635 found worse value: 363.68170646199997. iteration 4636 found worse value: 363.68170646199997. iteration 4637 found worse value: 363.68170646199997. iteration 4638 found worse value: 363.68170646199997. iteration 4639 found worse value: 363.68170646199997. iteration 4640 found worse value: 363.68170646199997. iteration 4641 found worse value: 363.68170646199997. iteration4641, perturbing to get out of local maxima iteration 4642 found worse value: 363.68170646199997. iteration 4643 found worse value: 363.68170646199997. iteration 4644 found worse value: 363.68170646199997. iteration 4645 found worse value: 363.68170646199997. iteration 4646 found worse value: 363.68170646199997. iteration 4647 found worse value: 363.68170646199997. iteration 4648 found worse value: 363.68170646199997. iteration4648, perturbing to get out of local maxima iteration 4649 found worse value: 363.68170646199997. iteration 4650 found worse value: 363.68170646199997. iteration 4651 found worse value: 363.68170646199997. iteration 4652 found worse value: 363.68170646199997. iteration 4653 found worse value: 363.68170646199997. iteration 4654 found worse value: 363.68170646199997. iteration 4655 found worse value: 363.68170646199997. iteration4655, perturbing to get out of local maxima iteration 4656 found worse value: 363.68170646199997. iteration 4657 found worse value: 363.68170646199997. iteration 4658 found worse value: 363.68170646199997. iteration 4659 found worse value: 363.68170646199997. iteration4659, perturbing to get out of local maxima iteration 4660 found worse value: 363.68170646199997. iteration 4661 found worse value: 363.68170646199997. iteration 4662 found worse value: 363.68170646199997. iteration 4663 found worse value: 363.68170646199997. iteration4663, perturbing to get out of local maxima iteration 4664 found worse value: 363.68170646199997. iteration 4665 found worse value: 363.68170646199997. iteration 4666 found worse value: 363.68170646199997. iteration 4667 found worse value: 363.68170646199997. iteration 4668 found worse value: 363.68170646199997. iteration 4669 found worse value: 363.68170646199997. iteration 4670 found worse value: 363.68170646199997. iteration 4671 found worse value: 363.68170646199997. iteration 4672 found worse value: 363.68170646199997. iteration 4673 found worse value: 363.68170646199997. iteration 4674 found worse value: 363.68170646199997. iteration 4675 found worse value: 363.68170646199997. iteration 4676 found worse value: 363.68170646199997. iteration 4677 found worse value: 363.68170646199997. iteration4677, perturbing to get out of local maxima iteration 4678 found worse value: 363.68170646199997. iteration 4679 found worse value: 363.68170646199997. iteration 4680 found worse value: 363.68170646199997. iteration4680, perturbing to get out of local maxima iteration 4681 found worse value: 363.68170646199997. iteration 4682 found worse value: 363.68170646199997. iteration 4683 found worse value: 363.68170646199997. iteration 4684 found worse value: 363.68170646199997. iteration 4685 found worse value: 363.68170646199997. iteration4685, perturbing to get out of local maxima iteration 4686 found worse value: 363.68170646199997. iteration 4687 found worse value: 363.68170646199997. iteration 4688 found worse value: 363.68170646199997. iteration 4689 found worse value: 363.68170646199997. iteration 4690 found worse value: 363.68170646199997. iteration 4691 found worse value: 363.68170646199997. iteration 4692 found worse value: 363.68170646199997. iteration 4693 found worse value: 363.68170646199997. iteration 4694 found worse value: 363.68170646199997. iteration 4695 found worse value: 363.68170646199997. iteration4695, perturbing to get out of local maxima iteration 4696 found worse value: 363.68170646199997. iteration 4697 found worse value: 363.68170646199997. iteration 4698 found worse value: 363.68170646199997. iteration 4699 found worse value: 363.68170646199997. iteration 4700 found worse value: 363.68170646199997. iteration 4701 found worse value: 363.68170646199997. iteration 4702 found worse value: 363.68170646199997. iteration 4703 found worse value: 363.68170646199997. iteration 4704 found worse value: 363.68170646199997. iteration 4705 found worse value: 363.68170646199997. iteration 4706 found worse value: 363.68170646199997. iteration 4707 found worse value: 363.68170646199997. iteration 4708 found worse value: 363.68170646199997. iteration4708, perturbing to get out of local maxima iteration 4709 found worse value: 363.68170646199997. iteration 4710 found worse value: 363.68170646199997. iteration 4711 found worse value: 363.68170646199997. iteration 4712 found worse value: 363.68170646199997. iteration 4713 found worse value: 363.68170646199997. iteration 4714 found worse value: 363.68170646199997. iteration 4715 found worse value: 363.68170646199997. iteration 4716 found worse value: 363.68170646199997. iteration 4717 found worse value: 363.68170646199997. iteration 4718 found worse value: 363.68170646199997. iteration 4719 found worse value: 363.68170646199997. iteration 4720 found worse value: 363.68170646199997. iteration4720, perturbing to get out of local maxima iteration 4721 found worse value: 363.68170646199997. iteration 4722 found worse value: 363.68170646199997. iteration 4723 found worse value: 363.68170646199997. iteration 4724 found worse value: 363.68170646199997. iteration 4725 found worse value: 363.68170646199997. iteration 4726 found worse value: 363.68170646199997. iteration 4727 found worse value: 363.68170646199997. iteration 4728 found worse value: 363.68170646199997. iteration 4729 found worse value: 363.68170646199997. iteration 4730 found worse value: 363.68170646199997. iteration 4731 found worse value: 363.68170646199997. iteration 4732 found worse value: 363.68170646199997. iteration 4733 found worse value: 363.68170646199997. iteration 4734 found worse value: 363.68170646199997. iteration 4735 found worse value: 363.68170646199997. iteration 4736 found worse value: 363.68170646199997. iteration 4737 found worse value: 363.68170646199997. iteration 4738 found worse value: 363.68170646199997. iteration 4739 found worse value: 363.68170646199997. iteration 4740 found worse value: 363.68170646199997. iteration 4741 found worse value: 363.68170646199997. iteration 4742 found worse value: 363.68170646199997. iteration 4743 found worse value: 363.68170646199997. iteration 4744 found worse value: 363.68170646199997. iteration4744, perturbing to get out of local maxima iteration 4745 found worse value: 363.68170646199997. iteration 4746 found worse value: 363.68170646199997. iteration 4747 found worse value: 363.68170646199997. iteration 4748 found worse value: 363.68170646199997. iteration 4749 found worse value: 363.68170646199997. iteration 4750 found worse value: 363.68170646199997. iteration 4751 found worse value: 363.68170646199997. iteration 4752 found worse value: 363.68170646199997. iteration 4753 found worse value: 363.68170646199997. iteration 4754 found worse value: 363.68170646199997. iteration 4755 found worse value: 363.68170646199997. iteration 4756 found worse value: 363.68170646199997. iteration 4757 found worse value: 363.68170646199997. iteration 4758 found worse value: 363.68170646199997. iteration 4759 found worse value: 363.68170646199997. iteration 4760 found worse value: 363.68170646199997. iteration 4761 found worse value: 363.68170646199997. iteration 4762 found worse value: 363.68170646199997. iteration 4763 found worse value: 363.68170646199997. iteration 4764 found worse value: 363.68170646199997. iteration 4765 found worse value: 363.68170646199997. iteration 4766 found worse value: 363.68170646199997. iteration 4767 found worse value: 363.68170646199997. iteration 4768 found worse value: 363.68170646199997. iteration 4769 found worse value: 363.68170646199997. iteration 4770 found worse value: 363.68170646199997. iteration 4771 found worse value: 363.68170646199997. iteration 4772 found worse value: 363.68170646199997. iteration 4773 found worse value: 363.68170646199997. iteration 4774 found worse value: 363.68170646199997. iteration 4775 found worse value: 363.68170646199997. iteration 4776 found worse value: 363.68170646199997. iteration 4777 found worse value: 363.68170646199997. iteration 4778 found worse value: 363.68170646199997. iteration4778, perturbing to get out of local maxima iteration 4779 found worse value: 363.68170646199997. iteration 4780 found worse value: 363.68170646199997. iteration 4781 found worse value: 363.68170646199997. iteration 4782 found worse value: 363.68170646199997. iteration 4783 found worse value: 363.68170646199997. iteration 4784 found worse value: 363.68170646199997. iteration 4785 found worse value: 363.68170646199997. iteration 4786 found worse value: 363.68170646199997. iteration 4787 found worse value: 363.68170646199997. iteration 4788 found worse value: 363.68170646199997. iteration 4789 found worse value: 363.68170646199997. iteration 4790 found worse value: 363.68170646199997. iteration 4791 found worse value: 363.68170646199997. iteration 4792 found worse value: 363.68170646199997. iteration 4793 found worse value: 363.68170646199997. iteration 4794 found worse value: 363.68170646199997. iteration 4795 found worse value: 363.68170646199997. iteration4795, perturbing to get out of local maxima iteration 4796 found worse value: 363.68170646199997. iteration 4797 found worse value: 363.68170646199997. iteration 4798 found worse value: 363.68170646199997. iteration 4799 found worse value: 363.68170646199997. iteration 4800 found worse value: 363.68170646199997. iteration 4801 found worse value: 363.68170646199997. iteration 4802 found worse value: 363.68170646199997. iteration 4803 found worse value: 363.68170646199997. iteration 4804 found worse value: 363.68170646199997. iteration 4805 found worse value: 363.68170646199997. iteration 4806 found worse value: 363.68170646199997. iteration4806, perturbing to get out of local maxima iteration 4807 found worse value: 363.68170646199997. iteration 4808 found worse value: 363.68170646199997. iteration 4809 found worse value: 363.68170646199997. iteration 4810 found worse value: 363.68170646199997. iteration 4811 found worse value: 363.68170646199997. iteration4811, perturbing to get out of local maxima iteration 4812 found worse value: 363.68170646199997. iteration 4813 found worse value: 363.68170646199997. iteration 4814 found worse value: 363.68170646199997. iteration 4815 found worse value: 363.68170646199997. iteration 4816 found worse value: 363.68170646199997. iteration 4817 found worse value: 363.68170646199997. iteration 4818 found worse value: 363.68170646199997. iteration 4819 found worse value: 363.68170646199997. iteration 4820 found worse value: 363.68170646199997. iteration 4821 found worse value: 363.68170646199997. iteration 4822 found worse value: 363.68170646199997. iteration 4823 found worse value: 363.68170646199997. iteration4823, perturbing to get out of local maxima iteration 4824 found worse value: 363.68170646199997. iteration4824, perturbing to get out of local maxima iteration 4825 found worse value: 363.68170646199997. iteration 4826 found worse value: 363.68170646199997. iteration 4827 found worse value: 363.68170646199997. iteration 4828 found worse value: 363.68170646199997. iteration4828, perturbing to get out of local maxima iteration 4829 found worse value: 363.68170646199997. iteration 4830 found worse value: 363.68170646199997. iteration 4831 found worse value: 363.68170646199997. iteration 4832 found worse value: 363.68170646199997. iteration 4833 found worse value: 363.68170646199997. iteration 4834 found worse value: 363.68170646199997. iteration4834, perturbing to get out of local maxima iteration 4835 found worse value: 363.68170646199997. iteration 4836 found worse value: 363.68170646199997. iteration 4837 found worse value: 363.68170646199997. iteration 4838 found worse value: 363.68170646199997. iteration 4839 found worse value: 363.68170646199997. iteration 4840 found worse value: 363.68170646199997. iteration 4841 found worse value: 363.68170646199997. iteration 4842 found worse value: 363.68170646199997. iteration 4843 found worse value: 363.68170646199997. iteration 4844 found worse value: 363.68170646199997. iteration 4845 found worse value: 363.68170646199997. iteration 4846 found worse value: 363.68170646199997. iteration 4847 found worse value: 363.68170646199997. iteration 4848 found worse value: 363.68170646199997. iteration 4849 found worse value: 363.68170646199997. iteration 4850 found worse value: 363.68170646199997. iteration4850, perturbing to get out of local maxima iteration 4851 found worse value: 363.68170646199997. iteration 4852 found worse value: 363.68170646199997. iteration 4853 found worse value: 363.68170646199997. iteration 4854 found worse value: 363.68170646199997. iteration 4855 found worse value: 363.68170646199997. iteration4855, perturbing to get out of local maxima iteration 4856 found worse value: 363.68170646199997. iteration 4857 found worse value: 363.68170646199997. iteration 4858 found worse value: 363.68170646199997. iteration 4859 found worse value: 363.68170646199997. iteration 4860 found worse value: 363.68170646199997. iteration 4861 found worse value: 363.68170646199997. iteration 4862 found worse value: 363.68170646199997. iteration 4863 found worse value: 363.68170646199997. iteration 4864 found worse value: 363.68170646199997. iteration 4865 found worse value: 363.68170646199997. iteration 4866 found worse value: 363.68170646199997. iteration 4867 found worse value: 363.68170646199997. iteration 4868 found worse value: 363.68170646199997. iteration 4869 found worse value: 363.68170646199997. iteration4869, perturbing to get out of local maxima iteration 4870 found worse value: 363.68170646199997. iteration 4871 found worse value: 363.68170646199997. iteration 4872 found worse value: 363.68170646199997. iteration4872, perturbing to get out of local maxima iteration 4873 found worse value: 363.68170646199997. iteration 4874 found worse value: 363.68170646199997. iteration 4875 found worse value: 363.68170646199997. iteration 4876 found worse value: 363.68170646199997. iteration4876, perturbing to get out of local maxima iteration 4877 found worse value: 363.68170646199997. iteration 4878 found worse value: 363.68170646199997. iteration 4879 found worse value: 363.68170646199997. iteration 4880 found worse value: 363.68170646199997. iteration 4881 found worse value: 363.68170646199997. iteration 4882 found worse value: 363.68170646199997. iteration 4883 found worse value: 363.68170646199997. iteration 4884 found worse value: 363.68170646199997. iteration 4885 found worse value: 363.68170646199997. iteration 4886 found worse value: 363.68170646199997. iteration 4887 found worse value: 363.68170646199997. iteration 4888 found worse value: 363.68170646199997. iteration 4889 found worse value: 363.68170646199997. iteration 4890 found worse value: 363.68170646199997. iteration 4891 found worse value: 363.68170646199997. iteration 4892 found worse value: 363.68170646199997. iteration 4893 found worse value: 363.68170646199997. iteration 4894 found worse value: 363.68170646199997. iteration 4895 found worse value: 363.68170646199997. iteration 4896 found worse value: 363.68170646199997. iteration 4897 found worse value: 363.68170646199997. iteration 4898 found worse value: 363.68170646199997. iteration 4899 found worse value: 363.68170646199997. iteration 4900 found worse value: 363.68170646199997. iteration 4901 found worse value: 363.68170646199997. iteration 4902 found worse value: 363.68170646199997. iteration4902, perturbing to get out of local maxima iteration 4903 found worse value: 363.68170646199997. iteration 4904 found worse value: 363.68170646199997. iteration 4905 found worse value: 363.68170646199997. iteration4905, perturbing to get out of local maxima iteration 4906 found worse value: 363.68170646199997. iteration 4907 found worse value: 363.68170646199997. iteration 4908 found worse value: 363.68170646199997. iteration 4909 found worse value: 363.68170646199997. iteration 4910 found worse value: 363.68170646199997. iteration 4911 found worse value: 363.68170646199997. iteration 4912 found worse value: 363.68170646199997. iteration 4913 found worse value: 363.68170646199997. iteration4913, perturbing to get out of local maxima iteration 4914 found worse value: 363.68170646199997. iteration 4915 found worse value: 363.68170646199997. iteration 4916 found worse value: 363.68170646199997. iteration 4917 found worse value: 363.68170646199997. iteration 4918 found worse value: 363.68170646199997. iteration 4919 found worse value: 363.68170646199997. iteration 4920 found worse value: 363.68170646199997. iteration 4921 found worse value: 363.68170646199997. iteration 4922 found worse value: 363.68170646199997. iteration4922, perturbing to get out of local maxima iteration 4923 found worse value: 363.68170646199997. iteration 4924 found worse value: 363.68170646199997. iteration 4925 found worse value: 363.68170646199997. iteration 4926 found worse value: 363.68170646199997. iteration 4927 found worse value: 363.68170646199997. iteration 4928 found worse value: 363.68170646199997. iteration 4929 found worse value: 363.68170646199997. iteration 4930 found worse value: 363.68170646199997. iteration 4931 found worse value: 363.68170646199997. iteration 4932 found worse value: 363.68170646199997. iteration 4933 found worse value: 363.68170646199997. iteration 4934 found worse value: 363.68170646199997. iteration 4935 found worse value: 363.68170646199997. iteration 4936 found worse value: 363.68170646199997. iteration 4937 found worse value: 363.68170646199997. iteration 4938 found worse value: 363.68170646199997. iteration 4939 found worse value: 363.68170646199997. iteration4939, perturbing to get out of local maxima iteration 4940 found worse value: 363.68170646199997. iteration 4941 found worse value: 363.68170646199997. iteration 4942 found worse value: 363.68170646199997. iteration 4943 found worse value: 363.68170646199997. iteration 4944 found worse value: 363.68170646199997. iteration 4945 found worse value: 363.68170646199997. iteration 4946 found worse value: 363.68170646199997. iteration4946, perturbing to get out of local maxima iteration 4947 found worse value: 363.68170646199997. iteration4947, perturbing to get out of local maxima iteration 4948 found worse value: 363.68170646199997. iteration 4949 found worse value: 363.68170646199997. iteration 4950 found worse value: 363.68170646199997. iteration 4951 found worse value: 363.68170646199997. iteration 4952 found worse value: 363.68170646199997. iteration 4953 found worse value: 363.68170646199997. iteration 4954 found worse value: 363.68170646199997. iteration 4955 found worse value: 363.68170646199997. iteration4955, perturbing to get out of local maxima iteration 4956 found worse value: 363.68170646199997. iteration 4957 found worse value: 363.68170646199997. iteration 4958 found worse value: 363.68170646199997. iteration4958, perturbing to get out of local maxima iteration 4959 found worse value: 363.68170646199997. iteration 4960 found worse value: 363.68170646199997. iteration 4961 found worse value: 363.68170646199997. iteration 4962 found worse value: 363.68170646199997. iteration 4963 found worse value: 363.68170646199997. iteration 4964 found worse value: 363.68170646199997. iteration 4965 found worse value: 363.68170646199997. iteration 4966 found worse value: 363.68170646199997. iteration 4967 found worse value: 363.68170646199997. iteration 4968 found worse value: 363.68170646199997. iteration 4969 found worse value: 363.68170646199997. iteration 4970 found worse value: 363.68170646199997. iteration 4971 found worse value: 363.68170646199997. iteration 4972 found worse value: 363.68170646199997. iteration 4973 found worse value: 363.68170646199997. iteration 4974 found worse value: 363.68170646199997. iteration4974, perturbing to get out of local maxima iteration 4975 found worse value: 363.68170646199997. iteration 4976 found worse value: 363.68170646199997. iteration 4977 found worse value: 363.68170646199997. iteration 4978 found worse value: 363.68170646199997. iteration 4979 found worse value: 363.68170646199997. iteration 4980 found worse value: 363.68170646199997. iteration 4981 found worse value: 363.68170646199997. iteration 4982 found worse value: 363.68170646199997. iteration 4983 found worse value: 363.68170646199997. iteration 4984 found worse value: 363.68170646199997. iteration 4985 found worse value: 363.68170646199997. iteration 4986 found worse value: 363.68170646199997. iteration 4987 found worse value: 363.68170646199997. iteration 4988 found worse value: 363.68170646199997. iteration 4989 found worse value: 363.68170646199997. iteration 4990 found worse value: 363.68170646199997. iteration 4991 found worse value: 363.68170646199997. iteration 4992 found worse value: 363.68170646199997. iteration 4993 found worse value: 363.68170646199997. iteration 4994 found worse value: 363.68170646199997. iteration 4995 found worse value: 363.68170646199997. iteration 4996 found worse value: 363.68170646199997. iteration 4997 found worse value: 363.68170646199997. iteration 4998 found worse value: 363.68170646199997. iteration 4999 found worse value: 363.68170646199997. iteration 5000 found worse value: 363.68170646199997. iteration 5001 found worse value: 363.68170646199997. iteration 5002 found worse value: 363.68170646199997. iteration5002, perturbing to get out of local maxima iteration 5003 found worse value: 363.68170646199997. iteration5003, perturbing to get out of local maxima iteration 5004 found worse value: 363.68170646199997. iteration 5005 found worse value: 363.68170646199997. iteration 5006 found worse value: 363.68170646199997. iteration 5007 found worse value: 363.68170646199997. iteration 5008 found worse value: 363.68170646199997. iteration 5009 found worse value: 363.68170646199997. iteration 5010 found worse value: 363.68170646199997. iteration 5011 found worse value: 363.68170646199997. iteration 5012 found worse value: 363.68170646199997. iteration5012, perturbing to get out of local maxima iteration 5013 found worse value: 363.68170646199997. iteration 5014 found worse value: 363.68170646199997. iteration 5015 found worse value: 363.68170646199997. iteration 5016 found worse value: 363.68170646199997. iteration 5017 found worse value: 363.68170646199997. iteration 5018 found worse value: 363.68170646199997. iteration 5019 found worse value: 363.68170646199997. iteration 5020 found worse value: 363.68170646199997. iteration 5021 found worse value: 363.68170646199997. iteration 5022 found worse value: 363.68170646199997. iteration 5023 found worse value: 363.68170646199997. iteration 5024 found worse value: 363.68170646199997. iteration 5025 found worse value: 363.68170646199997. iteration 5026 found worse value: 363.68170646199997. iteration 5027 found worse value: 363.68170646199997. iteration 5028 found worse value: 363.68170646199997. iteration5028, perturbing to get out of local maxima iteration 5029 found worse value: 363.68170646199997. iteration 5030 found worse value: 363.68170646199997. iteration 5031 found worse value: 363.68170646199997. iteration 5032 found worse value: 363.68170646199997. iteration 5033 found worse value: 363.68170646199997. iteration 5034 found worse value: 363.68170646199997. iteration 5035 found worse value: 363.68170646199997. iteration 5036 found worse value: 363.68170646199997. iteration 5037 found worse value: 363.68170646199997. iteration 5038 found worse value: 363.68170646199997. iteration 5039 found worse value: 363.68170646199997. iteration 5040 found worse value: 363.68170646199997. iteration 5041 found worse value: 363.68170646199997. iteration 5042 found worse value: 363.68170646199997. iteration 5043 found worse value: 363.68170646199997. iteration 5044 found worse value: 363.68170646199997. iteration 5045 found worse value: 363.68170646199997. iteration 5046 found worse value: 363.68170646199997. iteration 5047 found worse value: 363.68170646199997. iteration 5048 found worse value: 363.68170646199997. iteration 5049 found worse value: 363.68170646199997. iteration 5050 found worse value: 363.68170646199997. iteration 5051 found worse value: 363.68170646199997. iteration 5052 found worse value: 363.68170646199997. iteration 5053 found worse value: 363.68170646199997. iteration 5054 found worse value: 363.68170646199997. iteration 5055 found worse value: 363.68170646199997. iteration 5056 found worse value: 363.68170646199997. iteration 5057 found worse value: 363.68170646199997. iteration 5058 found worse value: 363.68170646199997. iteration 5059 found worse value: 363.68170646199997. iteration 5060 found worse value: 363.68170646199997. iteration 5061 found worse value: 363.68170646199997. iteration 5062 found worse value: 363.68170646199997. iteration 5063 found worse value: 363.68170646199997. iteration 5064 found worse value: 363.68170646199997. iteration 5065 found worse value: 363.68170646199997. iteration 5066 found worse value: 363.68170646199997. iteration 5067 found worse value: 363.68170646199997. iteration 5068 found worse value: 363.68170646199997. iteration 5069 found worse value: 363.68170646199997. iteration 5070 found worse value: 363.68170646199997. iteration 5071 found worse value: 363.68170646199997. iteration5071, perturbing to get out of local maxima iteration 5072 found worse value: 363.68170646199997. iteration 5073 found worse value: 363.68170646199997. iteration 5074 found worse value: 363.68170646199997. iteration 5075 found worse value: 363.68170646199997. iteration 5076 found worse value: 363.68170646199997. iteration 5077 found worse value: 363.68170646199997. iteration 5078 found worse value: 363.68170646199997. iteration 5079 found worse value: 363.68170646199997. iteration 5080 found worse value: 363.68170646199997. iteration 5081 found worse value: 363.68170646199997. iteration 5082 found worse value: 363.68170646199997. iteration 5083 found worse value: 363.68170646199997. iteration 5084 found worse value: 363.68170646199997. iteration 5085 found worse value: 363.68170646199997. iteration 5086 found worse value: 363.68170646199997. iteration 5087 found worse value: 363.68170646199997. iteration 5088 found worse value: 363.68170646199997. iteration 5089 found worse value: 363.68170646199997. iteration 5090 found worse value: 363.68170646199997. iteration5090, perturbing to get out of local maxima iteration 5091 found worse value: 363.68170646199997. iteration 5092 found worse value: 363.68170646199997. iteration 5093 found worse value: 363.68170646199997. iteration 5094 found worse value: 363.68170646199997. iteration5094, perturbing to get out of local maxima iteration 5095 found worse value: 363.68170646199997. iteration 5096 found worse value: 363.68170646199997. iteration 5097 found worse value: 363.68170646199997. iteration 5098 found worse value: 363.68170646199997. iteration 5099 found worse value: 363.68170646199997. iteration 5100 found worse value: 363.68170646199997. iteration 5101 found worse value: 363.68170646199997. iteration 5102 found worse value: 363.68170646199997. iteration 5103 found worse value: 363.68170646199997. iteration 5104 found worse value: 363.68170646199997. iteration5104, perturbing to get out of local maxima iteration 5105 found worse value: 363.68170646199997. iteration 5106 found worse value: 363.68170646199997. iteration 5107 found worse value: 363.68170646199997. iteration 5108 found worse value: 363.68170646199997. iteration 5109 found worse value: 363.68170646199997. iteration 5110 found worse value: 363.68170646199997. iteration 5111 found worse value: 363.68170646199997. iteration 5112 found worse value: 363.68170646199997. iteration 5113 found worse value: 363.68170646199997. iteration 5114 found worse value: 363.68170646199997. iteration5114, perturbing to get out of local maxima iteration 5115 found worse value: 363.68170646199997. iteration 5116 found worse value: 363.68170646199997. iteration 5117 found worse value: 363.68170646199997. iteration 5118 found worse value: 363.68170646199997. iteration 5119 found worse value: 363.68170646199997. iteration 5120 found worse value: 363.68170646199997. iteration 5121 found worse value: 363.68170646199997. iteration 5122 found worse value: 363.68170646199997. iteration 5123 found worse value: 363.68170646199997. iteration 5124 found worse value: 363.68170646199997. iteration5124, perturbing to get out of local maxima iteration 5125 found worse value: 363.68170646199997. iteration 5126 found worse value: 363.68170646199997. iteration 5127 found worse value: 363.68170646199997. iteration 5128 found worse value: 363.68170646199997. iteration 5129 found worse value: 363.68170646199997. iteration 5130 found worse value: 363.68170646199997. iteration5130, perturbing to get out of local maxima iteration 5131 found worse value: 363.68170646199997. iteration 5132 found worse value: 363.68170646199997. iteration 5133 found worse value: 363.68170646199997. iteration 5134 found worse value: 363.68170646199997. iteration 5135 found worse value: 363.68170646199997. iteration 5136 found worse value: 363.68170646199997. iteration 5137 found worse value: 363.68170646199997. iteration 5138 found worse value: 363.68170646199997. iteration 5139 found worse value: 363.68170646199997. iteration 5140 found worse value: 363.68170646199997. iteration 5141 found worse value: 363.68170646199997. iteration 5142 found worse value: 363.68170646199997. iteration 5143 found worse value: 363.68170646199997. iteration 5144 found worse value: 363.68170646199997. iteration 5145 found worse value: 363.68170646199997. iteration 5146 found worse value: 363.68170646199997. iteration 5147 found worse value: 363.68170646199997. iteration 5148 found worse value: 363.68170646199997. iteration 5149 found worse value: 363.68170646199997. iteration 5150 found worse value: 363.68170646199997. iteration 5151 found worse value: 363.68170646199997. iteration 5152 found worse value: 363.68170646199997. iteration 5153 found worse value: 363.68170646199997. iteration 5154 found worse value: 363.68170646199997. iteration 5155 found worse value: 363.68170646199997. iteration 5156 found worse value: 363.68170646199997. iteration 5157 found worse value: 363.68170646199997. iteration 5158 found worse value: 363.68170646199997. iteration 5159 found worse value: 363.68170646199997. iteration 5160 found worse value: 363.68170646199997. iteration5160, perturbing to get out of local maxima iteration 5161 found worse value: 363.68170646199997. iteration 5162 found worse value: 363.68170646199997. iteration 5163 found worse value: 363.68170646199997. iteration 5164 found worse value: 363.68170646199997. iteration 5165 found worse value: 363.68170646199997. iteration 5166 found worse value: 363.68170646199997. iteration5166, perturbing to get out of local maxima iteration 5167 found worse value: 363.68170646199997. iteration 5168 found worse value: 363.68170646199997. iteration 5169 found worse value: 363.68170646199997. iteration 5170 found worse value: 363.68170646199997. iteration 5171 found worse value: 363.68170646199997. iteration 5172 found worse value: 363.68170646199997. iteration 5173 found worse value: 363.68170646199997. iteration 5174 found worse value: 363.68170646199997. iteration 5175 found worse value: 363.68170646199997. iteration 5176 found worse value: 363.68170646199997. iteration 5177 found worse value: 363.68170646199997. iteration 5178 found worse value: 363.68170646199997. iteration 5179 found worse value: 363.68170646199997. iteration 5180 found worse value: 363.68170646199997. iteration 5181 found worse value: 363.68170646199997. iteration5181, perturbing to get out of local maxima iteration 5182 found worse value: 363.68170646199997. iteration5182, perturbing to get out of local maxima iteration 5183 found worse value: 363.68170646199997. iteration 5184 found worse value: 363.68170646199997. iteration 5185 found worse value: 363.68170646199997. iteration 5186 found worse value: 363.68170646199997. iteration 5187 found worse value: 363.68170646199997. iteration 5188 found worse value: 363.68170646199997. iteration5188, perturbing to get out of local maxima iteration 5189 found worse value: 363.68170646199997. iteration 5190 found worse value: 363.68170646199997. iteration 5191 found worse value: 363.68170646199997. iteration 5192 found worse value: 363.68170646199997. iteration 5193 found worse value: 363.68170646199997. iteration 5194 found worse value: 363.68170646199997. iteration 5195 found worse value: 363.68170646199997. iteration 5196 found worse value: 363.68170646199997. iteration 5197 found worse value: 363.68170646199997. iteration 5198 found worse value: 363.68170646199997. iteration5198, perturbing to get out of local maxima iteration 5199 found worse value: 363.68170646199997. iteration 5200 found worse value: 363.68170646199997. iteration 5201 found worse value: 363.68170646199997. iteration 5202 found worse value: 363.68170646199997. iteration 5203 found worse value: 363.68170646199997. iteration 5204 found worse value: 363.68170646199997. iteration 5205 found worse value: 363.68170646199997. iteration5205, perturbing to get out of local maxima iteration 5206 found worse value: 363.68170646199997. iteration 5207 found worse value: 363.68170646199997. iteration5207, perturbing to get out of local maxima iteration 5208 found worse value: 363.68170646199997. iteration5208, perturbing to get out of local maxima iteration 5209 found worse value: 363.68170646199997. iteration5209, perturbing to get out of local maxima iteration 5210 found worse value: 363.68170646199997. iteration 5211 found worse value: 363.68170646199997. iteration 5212 found worse value: 363.68170646199997. iteration 5213 found worse value: 363.68170646199997. iteration 5214 found worse value: 363.68170646199997. iteration 5215 found worse value: 363.68170646199997. iteration 5216 found worse value: 363.68170646199997. iteration 5217 found worse value: 363.68170646199997. iteration 5218 found worse value: 363.68170646199997. iteration 5219 found worse value: 363.68170646199997. iteration 5220 found worse value: 363.68170646199997. iteration 5221 found worse value: 363.68170646199997. iteration 5222 found worse value: 363.68170646199997. iteration 5223 found worse value: 363.68170646199997. iteration 5224 found worse value: 363.68170646199997. iteration 5225 found worse value: 363.68170646199997. iteration 5226 found worse value: 363.68170646199997. iteration 5227 found worse value: 363.68170646199997. iteration 5228 found worse value: 363.68170646199997. iteration 5229 found worse value: 363.68170646199997. iteration 5230 found worse value: 363.68170646199997. iteration 5231 found worse value: 363.68170646199997. iteration 5232 found worse value: 363.68170646199997. iteration 5233 found worse value: 363.68170646199997. iteration 5234 found worse value: 363.68170646199997. iteration 5235 found worse value: 363.68170646199997. iteration5235, perturbing to get out of local maxima iteration 5236 found worse value: 363.68170646199997. iteration 5237 found worse value: 363.68170646199997. iteration 5238 found worse value: 363.68170646199997. iteration 5239 found worse value: 363.68170646199997. iteration 5240 found worse value: 363.68170646199997. iteration 5241 found worse value: 363.68170646199997. iteration 5242 found worse value: 363.68170646199997. iteration 5243 found worse value: 363.68170646199997. iteration 5244 found worse value: 363.68170646199997. iteration 5245 found worse value: 363.68170646199997. iteration 5246 found worse value: 363.68170646199997. iteration 5247 found worse value: 363.68170646199997. iteration 5248 found worse value: 363.68170646199997. iteration 5249 found worse value: 363.68170646199997. iteration 5250 found worse value: 363.68170646199997. iteration 5251 found worse value: 363.68170646199997. iteration 5252 found worse value: 363.68170646199997. iteration 5253 found worse value: 363.68170646199997. iteration 5254 found worse value: 363.68170646199997. iteration 5255 found worse value: 363.68170646199997. iteration 5256 found worse value: 363.68170646199997. iteration5256, perturbing to get out of local maxima iteration 5257 found worse value: 363.68170646199997. iteration 5258 found worse value: 363.68170646199997. iteration 5259 found worse value: 363.68170646199997. iteration 5260 found worse value: 363.68170646199997. iteration 5261 found worse value: 363.68170646199997. iteration 5262 found worse value: 363.68170646199997. iteration 5263 found worse value: 363.68170646199997. iteration 5264 found worse value: 363.68170646199997. iteration5264, perturbing to get out of local maxima iteration 5265 found worse value: 363.68170646199997. iteration 5266 found worse value: 363.68170646199997. iteration5266, perturbing to get out of local maxima iteration 5267 found worse value: 363.68170646199997. iteration5267, perturbing to get out of local maxima iteration 5268 found worse value: 363.68170646199997. iteration5268, perturbing to get out of local maxima iteration 5269 found worse value: 363.68170646199997. iteration 5270 found worse value: 363.68170646199997. iteration 5271 found worse value: 363.68170646199997. iteration 5272 found worse value: 363.68170646199997. iteration 5273 found worse value: 363.68170646199997. iteration 5274 found worse value: 363.68170646199997. iteration 5275 found worse value: 363.68170646199997. iteration 5276 found worse value: 363.68170646199997. iteration 5277 found worse value: 363.68170646199997. iteration 5278 found worse value: 363.68170646199997. iteration5278, perturbing to get out of local maxima iteration 5279 found worse value: 363.68170646199997. iteration 5280 found worse value: 363.68170646199997. iteration 5281 found worse value: 363.68170646199997. iteration 5282 found worse value: 363.68170646199997. iteration 5283 found worse value: 363.68170646199997. iteration 5284 found worse value: 363.68170646199997. iteration 5285 found worse value: 363.68170646199997. iteration 5286 found worse value: 363.68170646199997. iteration 5287 found worse value: 363.68170646199997. iteration 5288 found worse value: 363.68170646199997. iteration 5289 found worse value: 363.68170646199997. iteration 5290 found worse value: 363.68170646199997. iteration 5291 found worse value: 363.68170646199997. iteration 5292 found worse value: 363.68170646199997. iteration 5293 found worse value: 363.68170646199997. iteration 5294 found worse value: 363.68170646199997. iteration 5295 found worse value: 363.68170646199997. iteration 5296 found worse value: 363.68170646199997. iteration 5297 found worse value: 363.68170646199997. iteration5297, perturbing to get out of local maxima iteration 5298 found worse value: 363.68170646199997. iteration 5299 found worse value: 363.68170646199997. iteration5299, perturbing to get out of local maxima iteration 5300 found worse value: 363.68170646199997. iteration 5301 found worse value: 363.68170646199997. iteration 5302 found worse value: 363.68170646199997. iteration 5303 found worse value: 363.68170646199997. iteration 5304 found worse value: 363.68170646199997. iteration5304, perturbing to get out of local maxima iteration 5305 found worse value: 363.68170646199997. iteration 5306 found worse value: 363.68170646199997. iteration 5307 found worse value: 363.68170646199997. iteration 5308 found worse value: 363.68170646199997. iteration 5309 found worse value: 363.68170646199997. iteration 5310 found worse value: 363.68170646199997. iteration 5311 found worse value: 363.68170646199997. iteration 5312 found worse value: 363.68170646199997. iteration 5313 found worse value: 363.68170646199997. iteration 5314 found worse value: 363.68170646199997. iteration 5315 found worse value: 363.68170646199997. iteration 5316 found worse value: 363.68170646199997. iteration 5317 found worse value: 363.68170646199997. iteration 5318 found worse value: 363.68170646199997. iteration 5319 found worse value: 363.68170646199997. iteration5319, perturbing to get out of local maxima iteration 5320 found worse value: 363.68170646199997. iteration 5321 found worse value: 363.68170646199997. iteration 5322 found worse value: 363.68170646199997. iteration 5323 found worse value: 363.68170646199997. iteration 5324 found worse value: 363.68170646199997. iteration 5325 found worse value: 363.68170646199997. iteration 5326 found worse value: 363.68170646199997. iteration 5327 found worse value: 363.68170646199997. iteration 5328 found worse value: 363.68170646199997. iteration 5329 found worse value: 363.68170646199997. iteration 5330 found worse value: 363.68170646199997. iteration 5331 found worse value: 363.68170646199997. iteration 5332 found worse value: 363.68170646199997. iteration 5333 found worse value: 363.68170646199997. iteration 5334 found worse value: 363.68170646199997. iteration 5335 found worse value: 363.68170646199997. iteration 5336 found worse value: 363.68170646199997. iteration 5337 found worse value: 363.68170646199997. iteration 5338 found worse value: 363.68170646199997. iteration 5339 found worse value: 363.68170646199997. iteration 5340 found worse value: 363.68170646199997. iteration 5341 found worse value: 363.68170646199997. iteration 5342 found worse value: 363.68170646199997. iteration 5343 found worse value: 363.68170646199997. iteration 5344 found worse value: 363.68170646199997. iteration 5345 found worse value: 363.68170646199997. iteration 5346 found worse value: 363.68170646199997. iteration 5347 found worse value: 363.68170646199997. iteration 5348 found worse value: 363.68170646199997. iteration5348, perturbing to get out of local maxima iteration 5349 found worse value: 363.68170646199997. iteration5349, perturbing to get out of local maxima iteration 5350 found worse value: 363.68170646199997. iteration 5351 found worse value: 363.68170646199997. iteration 5352 found worse value: 363.68170646199997. iteration 5353 found worse value: 363.68170646199997. iteration 5354 found worse value: 363.68170646199997. iteration 5355 found worse value: 363.68170646199997. iteration 5356 found worse value: 363.68170646199997. iteration 5357 found worse value: 363.68170646199997. iteration 5358 found worse value: 363.68170646199997. iteration5358, perturbing to get out of local maxima iteration 5359 found worse value: 363.68170646199997. iteration 5360 found worse value: 363.68170646199997. iteration 5361 found worse value: 363.68170646199997. iteration 5362 found worse value: 363.68170646199997. iteration5362, perturbing to get out of local maxima iteration 5363 found worse value: 363.68170646199997. iteration 5364 found worse value: 363.68170646199997. iteration 5365 found worse value: 363.68170646199997. iteration 5366 found worse value: 363.68170646199997. iteration 5367 found worse value: 363.68170646199997. iteration 5368 found worse value: 363.68170646199997. iteration 5369 found worse value: 363.68170646199997. iteration 5370 found worse value: 363.68170646199997. iteration 5371 found worse value: 363.68170646199997. iteration 5372 found worse value: 363.68170646199997. iteration 5373 found worse value: 363.68170646199997. iteration5373, perturbing to get out of local maxima iteration 5374 found worse value: 363.68170646199997. iteration 5375 found worse value: 363.68170646199997. iteration 5376 found worse value: 363.68170646199997. iteration 5377 found worse value: 363.68170646199997. iteration 5378 found worse value: 363.68170646199997. iteration 5379 found worse value: 363.68170646199997. iteration 5380 found worse value: 363.68170646199997. iteration 5381 found worse value: 363.68170646199997. iteration 5382 found worse value: 363.68170646199997. iteration 5383 found worse value: 363.68170646199997. iteration 5384 found worse value: 363.68170646199997. iteration 5385 found worse value: 363.68170646199997. iteration 5386 found worse value: 363.68170646199997. iteration 5387 found worse value: 363.68170646199997. iteration 5388 found worse value: 363.68170646199997. iteration 5389 found worse value: 363.68170646199997. iteration 5390 found worse value: 363.68170646199997. iteration5390, perturbing to get out of local maxima iteration 5391 found worse value: 363.68170646199997. iteration 5392 found worse value: 363.68170646199997. iteration 5393 found worse value: 363.68170646199997. iteration 5394 found worse value: 363.68170646199997. iteration 5395 found worse value: 363.68170646199997. iteration 5396 found worse value: 363.68170646199997. iteration 5397 found worse value: 363.68170646199997. iteration 5398 found worse value: 363.68170646199997. iteration 5399 found worse value: 363.68170646199997. iteration 5400 found worse value: 363.68170646199997. iteration 5401 found worse value: 363.68170646199997. iteration 5402 found worse value: 363.68170646199997. iteration 5403 found worse value: 363.68170646199997. iteration5403, perturbing to get out of local maxima iteration 5404 found worse value: 363.68170646199997. iteration 5405 found worse value: 363.68170646199997. iteration 5406 found worse value: 363.68170646199997. iteration 5407 found worse value: 363.68170646199997. iteration 5408 found worse value: 363.68170646199997. iteration5408, perturbing to get out of local maxima iteration 5409 found worse value: 363.68170646199997. iteration 5410 found worse value: 363.68170646199997. iteration 5411 found worse value: 363.68170646199997. iteration 5412 found worse value: 363.68170646199997. iteration 5413 found worse value: 363.68170646199997. iteration 5414 found worse value: 363.68170646199997. iteration 5415 found worse value: 363.68170646199997. iteration 5416 found worse value: 363.68170646199997. iteration 5417 found worse value: 363.68170646199997. iteration 5418 found worse value: 363.68170646199997. iteration 5419 found worse value: 363.68170646199997. iteration 5420 found worse value: 363.68170646199997. iteration 5421 found worse value: 363.68170646199997. iteration 5422 found worse value: 363.68170646199997. iteration 5423 found worse value: 363.68170646199997. iteration 5424 found worse value: 363.68170646199997. iteration 5425 found worse value: 363.68170646199997. iteration 5426 found worse value: 363.68170646199997. iteration 5427 found worse value: 363.68170646199997. iteration 5428 found worse value: 363.68170646199997. iteration 5429 found worse value: 363.68170646199997. iteration 5430 found worse value: 363.68170646199997. iteration 5431 found worse value: 363.68170646199997. iteration 5432 found worse value: 363.68170646199997. iteration 5433 found worse value: 363.68170646199997. iteration 5434 found worse value: 363.68170646199997. iteration5434, perturbing to get out of local maxima iteration 5435 found worse value: 363.68170646199997. iteration 5436 found worse value: 363.68170646199997. iteration 5437 found worse value: 363.68170646199997. iteration 5438 found worse value: 363.68170646199997. iteration 5439 found worse value: 363.68170646199997. iteration 5440 found worse value: 363.68170646199997. iteration 5441 found worse value: 363.68170646199997. iteration 5442 found worse value: 363.68170646199997. iteration 5443 found worse value: 363.68170646199997. iteration 5444 found worse value: 363.68170646199997. iteration 5445 found worse value: 363.68170646199997. iteration 5446 found worse value: 363.68170646199997. iteration 5447 found worse value: 363.68170646199997. iteration 5448 found worse value: 363.68170646199997. iteration 5449 found worse value: 363.68170646199997. iteration 5450 found worse value: 363.68170646199997. iteration 5451 found worse value: 363.68170646199997. iteration 5452 found worse value: 363.68170646199997. iteration 5453 found worse value: 363.68170646199997. iteration 5454 found worse value: 363.68170646199997. iteration 5455 found worse value: 363.68170646199997. iteration 5456 found worse value: 363.68170646199997. iteration 5457 found worse value: 363.68170646199997. iteration 5458 found worse value: 363.68170646199997. iteration 5459 found worse value: 363.68170646199997. iteration 5460 found worse value: 363.68170646199997. iteration 5461 found worse value: 363.68170646199997. iteration 5462 found worse value: 363.68170646199997. iteration 5463 found worse value: 363.68170646199997. iteration 5464 found worse value: 363.68170646199997. iteration 5465 found worse value: 363.68170646199997. iteration 5466 found worse value: 363.68170646199997. iteration 5467 found worse value: 363.68170646199997. iteration 5468 found worse value: 363.68170646199997. iteration 5469 found worse value: 363.68170646199997. iteration 5470 found worse value: 363.68170646199997. iteration 5471 found worse value: 363.68170646199997. iteration 5472 found worse value: 363.68170646199997. iteration 5473 found worse value: 363.68170646199997. iteration 5474 found worse value: 363.68170646199997. iteration5474, perturbing to get out of local maxima iteration 5475 found worse value: 363.68170646199997. iteration 5476 found worse value: 363.68170646199997. iteration 5477 found worse value: 363.68170646199997. iteration 5478 found worse value: 363.68170646199997. iteration 5479 found worse value: 363.68170646199997. iteration 5480 found worse value: 363.68170646199997. iteration 5481 found worse value: 363.68170646199997. iteration 5482 found worse value: 363.68170646199997. iteration 5483 found worse value: 363.68170646199997. iteration5483, perturbing to get out of local maxima iteration 5484 found worse value: 363.68170646199997. iteration 5485 found worse value: 363.68170646199997. iteration 5486 found worse value: 363.68170646199997. iteration 5487 found worse value: 363.68170646199997. iteration 5488 found worse value: 363.68170646199997. iteration 5489 found worse value: 363.68170646199997. iteration 5490 found worse value: 363.68170646199997. iteration 5491 found worse value: 363.68170646199997. iteration 5492 found worse value: 363.68170646199997. iteration 5493 found worse value: 363.68170646199997. iteration 5494 found worse value: 363.68170646199997. iteration 5495 found worse value: 363.68170646199997. iteration 5496 found worse value: 363.68170646199997. iteration 5497 found worse value: 363.68170646199997. iteration 5498 found worse value: 363.68170646199997. iteration 5499 found worse value: 363.68170646199997. iteration 5500 found worse value: 363.68170646199997. iteration 5501 found worse value: 363.68170646199997. iteration 5502 found worse value: 363.68170646199997. iteration 5503 found worse value: 363.68170646199997. iteration 5504 found worse value: 363.68170646199997. iteration 5505 found worse value: 363.68170646199997. iteration 5506 found worse value: 363.68170646199997. iteration5506, perturbing to get out of local maxima iteration 5507 found worse value: 363.68170646199997. iteration 5508 found worse value: 363.68170646199997. iteration 5509 found worse value: 363.68170646199997. iteration 5510 found worse value: 363.68170646199997. iteration5510, perturbing to get out of local maxima iteration 5511 found worse value: 363.68170646199997. iteration 5512 found worse value: 363.68170646199997. iteration 5513 found worse value: 363.68170646199997. iteration 5514 found worse value: 363.68170646199997. iteration 5515 found worse value: 363.68170646199997. iteration 5516 found worse value: 363.68170646199997. iteration 5517 found worse value: 363.68170646199997. iteration 5518 found worse value: 363.68170646199997. iteration 5519 found worse value: 363.68170646199997. iteration 5520 found worse value: 363.68170646199997. iteration 5521 found worse value: 363.68170646199997. iteration 5522 found worse value: 363.68170646199997. iteration 5523 found worse value: 363.68170646199997. iteration 5524 found worse value: 363.68170646199997. iteration 5525 found worse value: 363.68170646199997. iteration 5526 found worse value: 363.68170646199997. iteration5526, perturbing to get out of local maxima iteration 5527 found worse value: 363.68170646199997. iteration 5528 found worse value: 363.68170646199997. iteration 5529 found worse value: 363.68170646199997. iteration 5530 found worse value: 363.68170646199997. iteration5530, perturbing to get out of local maxima iteration 5531 found worse value: 363.68170646199997. iteration 5532 found worse value: 363.68170646199997. iteration5532, perturbing to get out of local maxima iteration 5533 found worse value: 363.68170646199997. iteration 5534 found worse value: 363.68170646199997. iteration 5535 found worse value: 363.68170646199997. iteration 5536 found worse value: 363.68170646199997. iteration 5537 found worse value: 363.68170646199997. iteration 5538 found worse value: 363.68170646199997. iteration 5539 found worse value: 363.68170646199997. iteration 5540 found worse value: 363.68170646199997. iteration 5541 found worse value: 363.68170646199997. iteration 5542 found worse value: 363.68170646199997. iteration 5543 found worse value: 363.68170646199997. iteration 5544 found worse value: 363.68170646199997. iteration 5545 found worse value: 363.68170646199997. iteration 5546 found worse value: 363.68170646199997. iteration 5547 found worse value: 363.68170646199997. iteration 5548 found worse value: 363.68170646199997. iteration 5549 found worse value: 363.68170646199997. iteration 5550 found worse value: 363.68170646199997. iteration 5551 found worse value: 363.68170646199997. iteration 5552 found worse value: 363.68170646199997. iteration 5553 found worse value: 363.68170646199997. iteration 5554 found worse value: 363.68170646199997. iteration 5555 found worse value: 363.68170646199997. iteration5555, perturbing to get out of local maxima iteration 5556 found worse value: 363.68170646199997. iteration 5557 found worse value: 363.68170646199997. iteration 5558 found worse value: 363.68170646199997. iteration 5559 found worse value: 363.68170646199997. iteration 5560 found worse value: 363.68170646199997. iteration5560, perturbing to get out of local maxima iteration 5561 found worse value: 363.68170646199997. iteration 5562 found worse value: 363.68170646199997. iteration 5563 found worse value: 363.68170646199997. iteration 5564 found worse value: 363.68170646199997. iteration 5565 found worse value: 363.68170646199997. iteration 5566 found worse value: 363.68170646199997. iteration 5567 found worse value: 363.68170646199997. iteration 5568 found worse value: 363.68170646199997. iteration5568, perturbing to get out of local maxima iteration 5569 found worse value: 363.68170646199997. iteration 5570 found worse value: 363.68170646199997. iteration 5571 found worse value: 363.68170646199997. iteration 5572 found worse value: 363.68170646199997. iteration 5573 found worse value: 363.68170646199997. iteration 5574 found worse value: 363.68170646199997. iteration 5575 found worse value: 363.68170646199997. iteration 5576 found worse value: 363.68170646199997. iteration 5577 found worse value: 363.68170646199997. iteration 5578 found worse value: 363.68170646199997. iteration 5579 found worse value: 363.68170646199997. iteration 5580 found worse value: 363.68170646199997. iteration 5581 found worse value: 363.68170646199997. iteration 5582 found worse value: 363.68170646199997. iteration 5583 found worse value: 363.68170646199997. iteration 5584 found worse value: 363.68170646199997. iteration 5585 found worse value: 363.68170646199997. iteration5585, perturbing to get out of local maxima iteration 5586 found worse value: 363.68170646199997. iteration 5587 found worse value: 363.68170646199997. iteration 5588 found worse value: 363.68170646199997. iteration 5589 found worse value: 363.68170646199997. iteration 5590 found worse value: 363.68170646199997. iteration 5591 found worse value: 363.68170646199997. iteration 5592 found worse value: 363.68170646199997. iteration 5593 found worse value: 363.68170646199997. iteration 5594 found worse value: 363.68170646199997. iteration 5595 found worse value: 363.68170646199997. iteration 5596 found worse value: 363.68170646199997. iteration 5597 found worse value: 363.68170646199997. iteration 5598 found worse value: 363.68170646199997. iteration 5599 found worse value: 363.68170646199997. iteration 5600 found worse value: 363.68170646199997. iteration 5601 found worse value: 363.68170646199997. iteration 5602 found worse value: 363.68170646199997. iteration 5603 found worse value: 363.68170646199997. iteration 5604 found worse value: 363.68170646199997. iteration 5605 found worse value: 363.68170646199997. iteration 5606 found worse value: 363.68170646199997. iteration 5607 found worse value: 363.68170646199997. iteration 5608 found worse value: 363.68170646199997. iteration 5609 found worse value: 363.68170646199997. iteration 5610 found worse value: 363.68170646199997. iteration 5611 found worse value: 363.68170646199997. iteration 5612 found worse value: 363.68170646199997. iteration 5613 found worse value: 363.68170646199997. iteration 5614 found worse value: 363.68170646199997. iteration5614, perturbing to get out of local maxima iteration 5615 found worse value: 363.68170646199997. iteration 5616 found worse value: 363.68170646199997. iteration 5617 found worse value: 363.68170646199997. iteration5617, perturbing to get out of local maxima iteration 5618 found worse value: 363.68170646199997. iteration 5619 found worse value: 363.68170646199997. iteration 5620 found worse value: 363.68170646199997. iteration 5621 found worse value: 363.68170646199997. iteration 5622 found worse value: 363.68170646199997. iteration 5623 found worse value: 363.68170646199997. iteration 5624 found worse value: 363.68170646199997. iteration 5625 found worse value: 363.68170646199997. iteration 5626 found worse value: 363.68170646199997. iteration5626, perturbing to get out of local maxima iteration 5627 found worse value: 363.68170646199997. iteration 5628 found worse value: 363.68170646199997. iteration5628, perturbing to get out of local maxima iteration 5629 found worse value: 363.68170646199997. iteration 5630 found worse value: 363.68170646199997. iteration 5631 found worse value: 363.68170646199997. iteration 5632 found worse value: 363.68170646199997. iteration 5633 found worse value: 363.68170646199997. iteration5633, perturbing to get out of local maxima iteration 5634 found worse value: 363.68170646199997. iteration 5635 found worse value: 363.68170646199997. iteration 5636 found worse value: 363.68170646199997. iteration 5637 found worse value: 363.68170646199997. iteration 5638 found worse value: 363.68170646199997. iteration 5639 found worse value: 363.68170646199997. iteration 5640 found worse value: 363.68170646199997. iteration 5641 found worse value: 363.68170646199997. iteration 5642 found worse value: 363.68170646199997. iteration 5643 found worse value: 363.68170646199997. iteration 5644 found worse value: 363.68170646199997. iteration 5645 found worse value: 363.68170646199997. iteration 5646 found worse value: 363.68170646199997. iteration 5647 found worse value: 363.68170646199997. iteration 5648 found worse value: 363.68170646199997. iteration 5649 found worse value: 363.68170646199997. iteration 5650 found worse value: 363.68170646199997. iteration 5651 found worse value: 363.68170646199997. iteration 5652 found worse value: 363.68170646199997. iteration 5653 found worse value: 363.68170646199997. iteration 5654 found worse value: 363.68170646199997. iteration 5655 found worse value: 363.68170646199997. iteration 5656 found worse value: 363.68170646199997. iteration 5657 found worse value: 363.68170646199997. iteration 5658 found worse value: 363.68170646199997. iteration 5659 found worse value: 363.68170646199997. iteration 5660 found worse value: 363.68170646199997. iteration 5661 found worse value: 363.68170646199997. iteration 5662 found worse value: 363.68170646199997. iteration 5663 found worse value: 363.68170646199997. iteration 5664 found worse value: 363.68170646199997. iteration 5665 found worse value: 363.68170646199997. iteration5665, perturbing to get out of local maxima iteration 5666 found worse value: 363.68170646199997. iteration5666, perturbing to get out of local maxima iteration 5667 found worse value: 363.68170646199997. iteration 5668 found worse value: 363.68170646199997. iteration5668, perturbing to get out of local maxima iteration 5669 found worse value: 363.68170646199997. iteration 5670 found worse value: 363.68170646199997. iteration 5671 found worse value: 363.68170646199997. iteration 5672 found worse value: 363.68170646199997. iteration 5673 found worse value: 363.68170646199997. iteration 5674 found worse value: 363.68170646199997. iteration 5675 found worse value: 363.68170646199997. iteration 5676 found worse value: 363.68170646199997. iteration 5677 found worse value: 363.68170646199997. iteration 5678 found worse value: 363.68170646199997. iteration 5679 found worse value: 363.68170646199997. iteration 5680 found worse value: 363.68170646199997. iteration 5681 found worse value: 363.68170646199997. iteration 5682 found worse value: 363.68170646199997. iteration 5683 found worse value: 363.68170646199997. iteration 5684 found worse value: 363.68170646199997. iteration5684, perturbing to get out of local maxima iteration 5685 found worse value: 363.68170646199997. iteration5685, perturbing to get out of local maxima iteration 5686 found worse value: 363.68170646199997. iteration 5687 found worse value: 363.68170646199997. iteration 5688 found worse value: 363.68170646199997. iteration 5689 found worse value: 363.68170646199997. iteration 5690 found worse value: 363.68170646199997. iteration 5691 found worse value: 363.68170646199997. iteration 5692 found worse value: 363.68170646199997. iteration5692, perturbing to get out of local maxima iteration 5693 found worse value: 363.68170646199997. iteration 5694 found worse value: 363.68170646199997. iteration 5695 found worse value: 363.68170646199997. iteration 5696 found worse value: 363.68170646199997. iteration 5697 found worse value: 363.68170646199997. iteration 5698 found worse value: 363.68170646199997. iteration 5699 found worse value: 363.68170646199997. iteration 5700 found worse value: 363.68170646199997. iteration5700, perturbing to get out of local maxima iteration 5701 found worse value: 363.68170646199997. iteration 5702 found worse value: 363.68170646199997. iteration 5703 found worse value: 363.68170646199997. iteration 5704 found worse value: 363.68170646199997. iteration 5705 found worse value: 363.68170646199997. iteration 5706 found worse value: 363.68170646199997. iteration 5707 found worse value: 363.68170646199997. iteration 5708 found worse value: 363.68170646199997. iteration 5709 found worse value: 363.68170646199997. iteration 5710 found worse value: 363.68170646199997. iteration5710, perturbing to get out of local maxima iteration 5711 found worse value: 363.68170646199997. iteration 5712 found worse value: 363.68170646199997. iteration 5713 found worse value: 363.68170646199997. iteration 5714 found worse value: 363.68170646199997. iteration 5715 found worse value: 363.68170646199997. iteration 5716 found worse value: 363.68170646199997. iteration 5717 found worse value: 363.68170646199997. iteration 5718 found worse value: 363.68170646199997. iteration5718, perturbing to get out of local maxima iteration 5719 found worse value: 363.68170646199997. iteration 5720 found worse value: 363.68170646199997. iteration 5721 found worse value: 363.68170646199997. iteration 5722 found worse value: 363.68170646199997. iteration 5723 found worse value: 363.68170646199997. iteration 5724 found worse value: 363.68170646199997. iteration 5725 found worse value: 363.68170646199997. iteration 5726 found worse value: 363.68170646199997. iteration 5727 found worse value: 363.68170646199997. iteration5727, perturbing to get out of local maxima iteration 5728 found worse value: 363.68170646199997. iteration 5729 found worse value: 363.68170646199997. iteration 5730 found worse value: 363.68170646199997. iteration 5731 found worse value: 363.68170646199997. iteration 5732 found worse value: 363.68170646199997. iteration 5733 found worse value: 363.68170646199997. iteration5733, perturbing to get out of local maxima iteration 5734 found worse value: 363.68170646199997. iteration 5735 found worse value: 363.68170646199997. iteration 5736 found worse value: 363.68170646199997. iteration 5737 found worse value: 363.68170646199997. iteration 5738 found worse value: 363.68170646199997. iteration5738, perturbing to get out of local maxima iteration 5739 found worse value: 363.68170646199997. iteration 5740 found worse value: 363.68170646199997. iteration 5741 found worse value: 363.68170646199997. iteration 5742 found worse value: 363.68170646199997. iteration 5743 found worse value: 363.68170646199997. iteration 5744 found worse value: 363.68170646199997. iteration 5745 found worse value: 363.68170646199997. iteration 5746 found worse value: 363.68170646199997. iteration 5747 found worse value: 363.68170646199997. iteration 5748 found worse value: 363.68170646199997. iteration 5749 found worse value: 363.68170646199997. iteration 5750 found worse value: 363.68170646199997. iteration 5751 found worse value: 363.68170646199997. iteration5751, perturbing to get out of local maxima iteration 5752 found worse value: 363.68170646199997. iteration 5753 found worse value: 363.68170646199997. iteration 5754 found worse value: 363.68170646199997. iteration5754, perturbing to get out of local maxima iteration 5755 found worse value: 363.68170646199997. iteration 5756 found worse value: 363.68170646199997. iteration 5757 found worse value: 363.68170646199997. iteration 5758 found worse value: 363.68170646199997. iteration 5759 found worse value: 363.68170646199997. iteration 5760 found worse value: 363.68170646199997. iteration 5761 found worse value: 363.68170646199997. iteration 5762 found worse value: 363.68170646199997. iteration 5763 found worse value: 363.68170646199997. iteration 5764 found worse value: 363.68170646199997. iteration 5765 found worse value: 363.68170646199997. iteration 5766 found worse value: 363.68170646199997. iteration 5767 found worse value: 363.68170646199997. iteration 5768 found worse value: 363.68170646199997. iteration 5769 found worse value: 363.68170646199997. iteration 5770 found worse value: 363.68170646199997. iteration 5771 found worse value: 363.68170646199997. iteration 5772 found worse value: 363.68170646199997. iteration 5773 found worse value: 363.68170646199997. iteration 5774 found worse value: 363.68170646199997. iteration 5775 found worse value: 363.68170646199997. iteration5775, perturbing to get out of local maxima iteration 5776 found worse value: 363.68170646199997. iteration 5777 found worse value: 363.68170646199997. iteration 5778 found worse value: 363.68170646199997. iteration 5779 found worse value: 363.68170646199997. iteration 5780 found worse value: 363.68170646199997. iteration 5781 found worse value: 363.68170646199997. iteration 5782 found worse value: 363.68170646199997. iteration 5783 found worse value: 363.68170646199997. iteration 5784 found worse value: 363.68170646199997. iteration 5785 found worse value: 363.68170646199997. iteration 5786 found worse value: 363.68170646199997. iteration 5787 found worse value: 363.68170646199997. iteration 5788 found worse value: 363.68170646199997. iteration 5789 found worse value: 363.68170646199997. iteration 5790 found worse value: 363.68170646199997. iteration 5791 found worse value: 363.68170646199997. iteration 5792 found worse value: 363.68170646199997. iteration5792, perturbing to get out of local maxima iteration 5793 found worse value: 363.68170646199997. iteration 5794 found worse value: 363.68170646199997. iteration 5795 found worse value: 363.68170646199997. iteration5795, perturbing to get out of local maxima iteration 5796 found worse value: 363.68170646199997. iteration 5797 found worse value: 363.68170646199997. iteration 5798 found worse value: 363.68170646199997. iteration 5799 found worse value: 363.68170646199997. iteration 5800 found worse value: 363.68170646199997. iteration5800, perturbing to get out of local maxima iteration 5801 found worse value: 363.68170646199997. iteration 5802 found worse value: 363.68170646199997. iteration 5803 found worse value: 363.68170646199997. iteration 5804 found worse value: 363.68170646199997. iteration 5805 found worse value: 363.68170646199997. iteration 5806 found worse value: 363.68170646199997. iteration 5807 found worse value: 363.68170646199997. iteration5807, perturbing to get out of local maxima iteration 5808 found worse value: 363.68170646199997. iteration 5809 found worse value: 363.68170646199997. iteration 5810 found worse value: 363.68170646199997. iteration 5811 found worse value: 363.68170646199997. iteration 5812 found worse value: 363.68170646199997. iteration 5813 found worse value: 363.68170646199997. iteration 5814 found worse value: 363.68170646199997. iteration 5815 found worse value: 363.68170646199997. iteration 5816 found worse value: 363.68170646199997. iteration 5817 found worse value: 363.68170646199997. iteration 5818 found worse value: 363.68170646199997. iteration 5819 found worse value: 363.68170646199997. iteration 5820 found worse value: 363.68170646199997. iteration 5821 found worse value: 363.68170646199997. iteration 5822 found worse value: 363.68170646199997. iteration 5823 found worse value: 363.68170646199997. iteration 5824 found worse value: 363.68170646199997. iteration 5825 found worse value: 363.68170646199997. iteration 5826 found worse value: 363.68170646199997. iteration 5827 found worse value: 363.68170646199997. iteration 5828 found worse value: 363.68170646199997. iteration 5829 found worse value: 363.68170646199997. iteration 5830 found worse value: 363.68170646199997. iteration 5831 found worse value: 363.68170646199997. iteration 5832 found worse value: 363.68170646199997. iteration 5833 found worse value: 363.68170646199997. iteration 5834 found worse value: 363.68170646199997. iteration 5835 found worse value: 363.68170646199997. iteration 5836 found worse value: 363.68170646199997. iteration 5837 found worse value: 363.68170646199997. iteration5837, perturbing to get out of local maxima iteration 5838 found worse value: 363.68170646199997. iteration 5839 found worse value: 363.68170646199997. iteration 5840 found worse value: 363.68170646199997. iteration 5841 found worse value: 363.68170646199997. iteration 5842 found worse value: 363.68170646199997. iteration 5843 found worse value: 363.68170646199997. iteration 5844 found worse value: 363.68170646199997. iteration5844, perturbing to get out of local maxima iteration 5845 found worse value: 363.68170646199997. iteration 5846 found worse value: 363.68170646199997. iteration 5847 found worse value: 363.68170646199997. iteration 5848 found worse value: 363.68170646199997. iteration 5849 found worse value: 363.68170646199997. iteration 5850 found worse value: 363.68170646199997. iteration 5851 found worse value: 363.68170646199997. iteration 5852 found worse value: 363.68170646199997. iteration 5853 found worse value: 363.68170646199997. iteration 5854 found worse value: 363.68170646199997. iteration 5855 found worse value: 363.68170646199997. iteration 5856 found worse value: 363.68170646199997. iteration 5857 found worse value: 363.68170646199997. iteration 5858 found worse value: 363.68170646199997. iteration 5859 found worse value: 363.68170646199997. iteration 5860 found worse value: 363.68170646199997. iteration 5861 found worse value: 363.68170646199997. iteration 5862 found worse value: 363.68170646199997. iteration 5863 found worse value: 363.68170646199997. iteration5863, perturbing to get out of local maxima iteration 5864 found worse value: 363.68170646199997. iteration 5865 found worse value: 363.68170646199997. iteration 5866 found worse value: 363.68170646199997. iteration 5867 found worse value: 363.68170646199997. iteration 5868 found worse value: 363.68170646199997. iteration 5869 found worse value: 363.68170646199997. iteration 5870 found worse value: 363.68170646199997. iteration5870, perturbing to get out of local maxima iteration 5871 found worse value: 363.68170646199997. iteration 5872 found worse value: 363.68170646199997. iteration 5873 found worse value: 363.68170646199997. iteration 5874 found worse value: 363.68170646199997. iteration 5875 found worse value: 363.68170646199997. iteration 5876 found worse value: 363.68170646199997. iteration 5877 found worse value: 363.68170646199997. iteration 5878 found worse value: 363.68170646199997. iteration 5879 found worse value: 363.68170646199997. iteration 5880 found worse value: 363.68170646199997. iteration 5881 found worse value: 363.68170646199997. iteration 5882 found worse value: 363.68170646199997. iteration 5883 found worse value: 363.68170646199997. iteration 5884 found worse value: 363.68170646199997. iteration 5885 found worse value: 363.68170646199997. iteration 5886 found worse value: 363.68170646199997. iteration 5887 found worse value: 363.68170646199997. iteration 5888 found worse value: 363.68170646199997. iteration 5889 found worse value: 363.68170646199997. iteration 5890 found worse value: 363.68170646199997. iteration 5891 found worse value: 363.68170646199997. iteration 5892 found worse value: 363.68170646199997. iteration 5893 found worse value: 363.68170646199997. iteration 5894 found worse value: 363.68170646199997. iteration 5895 found worse value: 363.68170646199997. iteration 5896 found worse value: 363.68170646199997. iteration 5897 found worse value: 363.68170646199997. iteration 5898 found worse value: 363.68170646199997. iteration5898, perturbing to get out of local maxima iteration 5899 found worse value: 363.68170646199997. iteration 5900 found worse value: 363.68170646199997. iteration 5901 found worse value: 363.68170646199997. iteration 5902 found worse value: 363.68170646199997. iteration 5903 found worse value: 363.68170646199997. iteration 5904 found worse value: 363.68170646199997. iteration5904, perturbing to get out of local maxima iteration 5905 found worse value: 363.68170646199997. iteration 5906 found worse value: 363.68170646199997. iteration 5907 found worse value: 363.68170646199997. iteration 5908 found worse value: 363.68170646199997. iteration 5909 found worse value: 363.68170646199997. iteration5909, perturbing to get out of local maxima iteration 5910 found worse value: 363.68170646199997. iteration 5911 found worse value: 363.68170646199997. iteration 5912 found worse value: 363.68170646199997. iteration 5913 found worse value: 363.68170646199997. iteration 5914 found worse value: 363.68170646199997. iteration 5915 found worse value: 363.68170646199997. iteration 5916 found worse value: 363.68170646199997. iteration 5917 found worse value: 363.68170646199997. iteration 5918 found worse value: 363.68170646199997. iteration 5919 found worse value: 363.68170646199997. iteration 5920 found worse value: 363.68170646199997. iteration 5921 found worse value: 363.68170646199997. iteration 5922 found worse value: 363.68170646199997. iteration 5923 found worse value: 363.68170646199997. iteration 5924 found worse value: 363.68170646199997. iteration 5925 found worse value: 363.68170646199997. iteration 5926 found worse value: 363.68170646199997. iteration 5927 found worse value: 363.68170646199997. iteration 5928 found worse value: 363.68170646199997. iteration 5929 found worse value: 363.68170646199997. iteration 5930 found worse value: 363.68170646199997. iteration 5931 found worse value: 363.68170646199997. iteration 5932 found worse value: 363.68170646199997. iteration 5933 found worse value: 363.68170646199997. iteration 5934 found worse value: 363.68170646199997. iteration 5935 found worse value: 363.68170646199997. iteration 5936 found worse value: 363.68170646199997. iteration5936, perturbing to get out of local maxima iteration 5937 found worse value: 363.68170646199997. iteration 5938 found worse value: 363.68170646199997. iteration 5939 found worse value: 363.68170646199997. iteration 5940 found worse value: 363.68170646199997. iteration 5941 found worse value: 363.68170646199997. iteration 5942 found worse value: 363.68170646199997. iteration 5943 found worse value: 363.68170646199997. iteration 5944 found worse value: 363.68170646199997. iteration 5945 found worse value: 363.68170646199997. iteration 5946 found worse value: 363.68170646199997. iteration 5947 found worse value: 363.68170646199997. iteration 5948 found worse value: 363.68170646199997. iteration 5949 found worse value: 363.68170646199997. iteration 5950 found worse value: 363.68170646199997. iteration 5951 found worse value: 363.68170646199997. iteration 5952 found worse value: 363.68170646199997. iteration 5953 found worse value: 363.68170646199997. iteration 5954 found worse value: 363.68170646199997. iteration 5955 found worse value: 363.68170646199997. iteration5955, perturbing to get out of local maxima iteration 5956 found worse value: 363.68170646199997. iteration 5957 found worse value: 363.68170646199997. iteration 5958 found worse value: 363.68170646199997. iteration 5959 found worse value: 363.68170646199997. iteration 5960 found worse value: 363.68170646199997. iteration 5961 found worse value: 363.68170646199997. iteration 5962 found worse value: 363.68170646199997. iteration 5963 found worse value: 363.68170646199997. iteration 5964 found worse value: 363.68170646199997. iteration 5965 found worse value: 363.68170646199997. iteration 5966 found worse value: 363.68170646199997. iteration 5967 found worse value: 363.68170646199997. iteration 5968 found worse value: 363.68170646199997. iteration5968, perturbing to get out of local maxima iteration 5969 found worse value: 363.68170646199997. iteration5969, perturbing to get out of local maxima iteration 5970 found worse value: 363.68170646199997. iteration 5971 found worse value: 363.68170646199997. iteration 5972 found worse value: 363.68170646199997. iteration 5973 found worse value: 363.68170646199997. iteration 5974 found worse value: 363.68170646199997. iteration 5975 found worse value: 363.68170646199997. iteration 5976 found worse value: 363.68170646199997. iteration 5977 found worse value: 363.68170646199997. iteration5977, perturbing to get out of local maxima iteration 5978 found worse value: 363.68170646199997. iteration 5979 found worse value: 363.68170646199997. iteration 5980 found worse value: 363.68170646199997. iteration 5981 found worse value: 363.68170646199997. iteration 5982 found worse value: 363.68170646199997. iteration 5983 found worse value: 363.68170646199997. iteration 5984 found worse value: 363.68170646199997. iteration5984, perturbing to get out of local maxima iteration 5985 found worse value: 363.68170646199997. iteration 5986 found worse value: 363.68170646199997. iteration 5987 found worse value: 363.68170646199997. iteration 5988 found worse value: 363.68170646199997. iteration 5989 found worse value: 363.68170646199997. iteration 5990 found worse value: 363.68170646199997. iteration 5991 found worse value: 363.68170646199997. iteration 5992 found worse value: 363.68170646199997. iteration 5993 found worse value: 363.68170646199997. iteration 5994 found worse value: 363.68170646199997. iteration 5995 found worse value: 363.68170646199997. iteration 5996 found worse value: 363.68170646199997. iteration 5997 found worse value: 363.68170646199997. iteration 5998 found worse value: 363.68170646199997. iteration 5999 found worse value: 363.68170646199997. iteration 6000 found worse value: 363.68170646199997. iteration 6001 found worse value: 363.68170646199997. iteration 6002 found worse value: 363.68170646199997. iteration 6003 found worse value: 363.68170646199997. iteration 6004 found worse value: 363.68170646199997. iteration 6005 found worse value: 363.68170646199997. iteration 6006 found worse value: 363.68170646199997. iteration6006, perturbing to get out of local maxima iteration 6007 found worse value: 363.68170646199997. iteration 6008 found worse value: 363.68170646199997. iteration 6009 found worse value: 363.68170646199997. iteration 6010 found worse value: 363.68170646199997. iteration6010, perturbing to get out of local maxima iteration 6011 found worse value: 363.68170646199997. iteration6011, perturbing to get out of local maxima iteration 6012 found worse value: 363.68170646199997. iteration 6013 found worse value: 363.68170646199997. iteration 6014 found worse value: 363.68170646199997. iteration 6015 found worse value: 363.68170646199997. iteration 6016 found worse value: 363.68170646199997. iteration 6017 found worse value: 363.68170646199997. iteration 6018 found worse value: 363.68170646199997. iteration 6019 found worse value: 363.68170646199997. iteration 6020 found worse value: 363.68170646199997. iteration6020, perturbing to get out of local maxima iteration 6021 found worse value: 363.68170646199997. iteration 6022 found worse value: 363.68170646199997. iteration 6023 found worse value: 363.68170646199997. iteration6023, perturbing to get out of local maxima iteration 6024 found worse value: 363.68170646199997. iteration 6025 found worse value: 363.68170646199997. iteration 6026 found worse value: 363.68170646199997. iteration 6027 found worse value: 363.68170646199997. iteration 6028 found worse value: 363.68170646199997. iteration 6029 found worse value: 363.68170646199997. iteration 6030 found worse value: 363.68170646199997. iteration 6031 found worse value: 363.68170646199997. iteration 6032 found worse value: 363.68170646199997. iteration 6033 found worse value: 363.68170646199997. iteration 6034 found worse value: 363.68170646199997. iteration 6035 found worse value: 363.68170646199997. iteration 6036 found worse value: 363.68170646199997. iteration 6037 found worse value: 363.68170646199997. iteration 6038 found worse value: 363.68170646199997. iteration 6039 found worse value: 363.68170646199997. iteration 6040 found worse value: 363.68170646199997. iteration 6041 found worse value: 363.68170646199997. iteration 6042 found worse value: 363.68170646199997. iteration 6043 found worse value: 363.68170646199997. iteration 6044 found worse value: 363.68170646199997. iteration 6045 found worse value: 363.68170646199997. iteration 6046 found worse value: 363.68170646199997. iteration 6047 found worse value: 363.68170646199997. iteration 6048 found worse value: 363.68170646199997. iteration 6049 found worse value: 363.68170646199997. iteration 6050 found worse value: 363.68170646199997. iteration 6051 found worse value: 363.68170646199997. iteration 6052 found worse value: 363.68170646199997. iteration 6053 found worse value: 363.68170646199997. iteration 6054 found worse value: 363.68170646199997. iteration 6055 found worse value: 363.68170646199997. iteration 6056 found worse value: 363.68170646199997. iteration 6057 found worse value: 363.68170646199997. iteration 6058 found worse value: 363.68170646199997. iteration 6059 found worse value: 363.68170646199997. iteration 6060 found worse value: 363.68170646199997. iteration 6061 found worse value: 363.68170646199997. iteration 6062 found worse value: 363.68170646199997. iteration 6063 found worse value: 363.68170646199997. iteration6063, perturbing to get out of local maxima iteration 6064 found worse value: 363.68170646199997. iteration 6065 found worse value: 363.68170646199997. iteration6065, perturbing to get out of local maxima iteration 6066 found worse value: 363.68170646199997. iteration 6067 found worse value: 363.68170646199997. iteration 6068 found worse value: 363.68170646199997. iteration 6069 found worse value: 363.68170646199997. iteration 6070 found worse value: 363.68170646199997. iteration 6071 found worse value: 363.68170646199997. iteration 6072 found worse value: 363.68170646199997. iteration 6073 found worse value: 363.68170646199997. iteration 6074 found worse value: 363.68170646199997. iteration 6075 found worse value: 363.68170646199997. iteration 6076 found worse value: 363.68170646199997. iteration 6077 found worse value: 363.68170646199997. iteration 6078 found worse value: 363.68170646199997. iteration 6079 found worse value: 363.68170646199997. iteration 6080 found worse value: 363.68170646199997. iteration 6081 found worse value: 363.68170646199997. iteration 6082 found worse value: 363.68170646199997. iteration 6083 found worse value: 363.68170646199997. iteration 6084 found worse value: 363.68170646199997. iteration 6085 found worse value: 363.68170646199997. iteration 6086 found worse value: 363.68170646199997. iteration6086, perturbing to get out of local maxima iteration 6087 found worse value: 363.68170646199997. iteration 6088 found worse value: 363.68170646199997. iteration 6089 found worse value: 363.68170646199997. iteration 6090 found worse value: 363.68170646199997. iteration 6091 found worse value: 363.68170646199997. iteration 6092 found worse value: 363.68170646199997. iteration 6093 found worse value: 363.68170646199997. iteration 6094 found worse value: 363.68170646199997. iteration 6095 found worse value: 363.68170646199997. iteration 6096 found worse value: 363.68170646199997. iteration 6097 found worse value: 363.68170646199997. iteration 6098 found worse value: 363.68170646199997. iteration 6099 found worse value: 363.68170646199997. iteration 6100 found worse value: 363.68170646199997. iteration 6101 found worse value: 363.68170646199997. iteration 6102 found worse value: 363.68170646199997. iteration 6103 found worse value: 363.68170646199997. iteration 6104 found worse value: 363.68170646199997. iteration 6105 found worse value: 363.68170646199997. iteration 6106 found worse value: 363.68170646199997. iteration 6107 found worse value: 363.68170646199997. iteration 6108 found worse value: 363.68170646199997. iteration 6109 found worse value: 363.68170646199997. iteration6109, perturbing to get out of local maxima iteration 6110 found worse value: 363.68170646199997. iteration 6111 found worse value: 363.68170646199997. iteration 6112 found worse value: 363.68170646199997. iteration 6113 found worse value: 363.68170646199997. iteration 6114 found worse value: 363.68170646199997. iteration 6115 found worse value: 363.68170646199997. iteration 6116 found worse value: 363.68170646199997. iteration 6117 found worse value: 363.68170646199997. iteration 6118 found worse value: 363.68170646199997. iteration 6119 found worse value: 363.68170646199997. iteration 6120 found worse value: 363.68170646199997. iteration 6121 found worse value: 363.68170646199997. iteration 6122 found worse value: 363.68170646199997. iteration 6123 found worse value: 363.68170646199997. iteration6123, perturbing to get out of local maxima iteration 6124 found worse value: 363.68170646199997. iteration 6125 found worse value: 363.68170646199997. iteration6125, perturbing to get out of local maxima iteration 6126 found worse value: 363.68170646199997. iteration 6127 found worse value: 363.68170646199997. iteration 6128 found worse value: 363.68170646199997. iteration 6129 found worse value: 363.68170646199997. iteration 6130 found worse value: 363.68170646199997. iteration 6131 found worse value: 363.68170646199997. iteration 6132 found worse value: 363.68170646199997. iteration 6133 found worse value: 363.68170646199997. iteration 6134 found worse value: 363.68170646199997. iteration 6135 found worse value: 363.68170646199997. iteration6135, perturbing to get out of local maxima iteration 6136 found worse value: 363.68170646199997. iteration6136, perturbing to get out of local maxima iteration 6137 found worse value: 363.68170646199997. iteration 6138 found worse value: 363.68170646199997. iteration 6139 found worse value: 363.68170646199997. iteration 6140 found worse value: 363.68170646199997. iteration 6141 found worse value: 363.68170646199997. iteration 6142 found worse value: 363.68170646199997. iteration 6143 found worse value: 363.68170646199997. iteration 6144 found worse value: 363.68170646199997. iteration 6145 found worse value: 363.68170646199997. iteration 6146 found worse value: 363.68170646199997. iteration 6147 found worse value: 363.68170646199997. iteration6147, perturbing to get out of local maxima iteration 6148 found worse value: 363.68170646199997. iteration 6149 found worse value: 363.68170646199997. iteration 6150 found worse value: 363.68170646199997. iteration 6151 found worse value: 363.68170646199997. iteration 6152 found worse value: 363.68170646199997. iteration 6153 found worse value: 363.68170646199997. iteration 6154 found worse value: 363.68170646199997. iteration 6155 found worse value: 363.68170646199997. iteration 6156 found worse value: 363.68170646199997. iteration 6157 found worse value: 363.68170646199997. iteration 6158 found worse value: 363.68170646199997. iteration 6159 found worse value: 363.68170646199997. iteration 6160 found worse value: 363.68170646199997. iteration 6161 found worse value: 363.68170646199997. iteration 6162 found worse value: 363.68170646199997. iteration 6163 found worse value: 363.68170646199997. iteration 6164 found worse value: 363.68170646199997. iteration 6165 found worse value: 363.68170646199997. iteration 6166 found worse value: 363.68170646199997. iteration 6167 found worse value: 363.68170646199997. iteration 6168 found worse value: 363.68170646199997. iteration 6169 found worse value: 363.68170646199997. iteration 6170 found worse value: 363.68170646199997. iteration 6171 found worse value: 363.68170646199997. iteration 6172 found worse value: 363.68170646199997. iteration 6173 found worse value: 363.68170646199997. iteration 6174 found worse value: 363.68170646199997. iteration 6175 found worse value: 363.68170646199997. iteration6175, perturbing to get out of local maxima iteration 6176 found worse value: 363.68170646199997. iteration 6177 found worse value: 363.68170646199997. iteration 6178 found worse value: 363.68170646199997. iteration6178, perturbing to get out of local maxima iteration 6179 found worse value: 363.68170646199997. iteration 6180 found worse value: 363.68170646199997. iteration 6181 found worse value: 363.68170646199997. iteration 6182 found worse value: 363.68170646199997. iteration 6183 found worse value: 363.68170646199997. iteration 6184 found worse value: 363.68170646199997. iteration 6185 found worse value: 363.68170646199997. iteration 6186 found worse value: 363.68170646199997. iteration 6187 found worse value: 363.68170646199997. iteration 6188 found worse value: 363.68170646199997. iteration 6189 found worse value: 363.68170646199997. iteration 6190 found worse value: 363.68170646199997. iteration 6191 found worse value: 363.68170646199997. iteration 6192 found worse value: 363.68170646199997. iteration 6193 found worse value: 363.68170646199997. iteration 6194 found worse value: 363.68170646199997. iteration 6195 found worse value: 363.68170646199997. iteration 6196 found worse value: 363.68170646199997. iteration 6197 found worse value: 363.68170646199997. iteration 6198 found worse value: 363.68170646199997. iteration 6199 found worse value: 363.68170646199997. iteration 6200 found worse value: 363.68170646199997. iteration 6201 found worse value: 363.68170646199997. iteration 6202 found worse value: 363.68170646199997. iteration 6203 found worse value: 363.68170646199997. iteration 6204 found worse value: 363.68170646199997. iteration 6205 found worse value: 363.68170646199997. iteration 6206 found worse value: 363.68170646199997. iteration 6207 found worse value: 363.68170646199997. iteration 6208 found worse value: 363.68170646199997. iteration 6209 found worse value: 363.68170646199997. iteration 6210 found worse value: 363.68170646199997. iteration 6211 found worse value: 363.68170646199997. iteration 6212 found worse value: 363.68170646199997. iteration 6213 found worse value: 363.68170646199997. iteration 6214 found worse value: 363.68170646199997. iteration 6215 found worse value: 363.68170646199997. iteration 6216 found worse value: 363.68170646199997. iteration 6217 found worse value: 363.68170646199997. iteration 6218 found worse value: 363.68170646199997. iteration 6219 found worse value: 363.68170646199997. iteration 6220 found worse value: 363.68170646199997. iteration 6221 found worse value: 363.68170646199997. iteration6221, perturbing to get out of local maxima iteration 6222 found worse value: 363.68170646199997. iteration 6223 found worse value: 363.68170646199997. iteration6223, perturbing to get out of local maxima iteration 6224 found worse value: 363.68170646199997. iteration 6225 found worse value: 363.68170646199997. iteration 6226 found worse value: 363.68170646199997. iteration 6227 found worse value: 363.68170646199997. iteration6227, perturbing to get out of local maxima iteration 6228 found worse value: 363.68170646199997. iteration 6229 found worse value: 363.68170646199997. iteration 6230 found worse value: 363.68170646199997. iteration 6231 found worse value: 363.68170646199997. iteration 6232 found worse value: 363.68170646199997. iteration 6233 found worse value: 363.68170646199997. iteration 6234 found worse value: 363.68170646199997. iteration6234, perturbing to get out of local maxima iteration 6235 found worse value: 363.68170646199997. iteration 6236 found worse value: 363.68170646199997. iteration 6237 found worse value: 363.68170646199997. iteration 6238 found worse value: 363.68170646199997. iteration 6239 found worse value: 363.68170646199997. iteration 6240 found worse value: 363.68170646199997. iteration6240, perturbing to get out of local maxima iteration 6241 found worse value: 363.68170646199997. iteration 6242 found worse value: 363.68170646199997. iteration 6243 found worse value: 363.68170646199997. iteration 6244 found worse value: 363.68170646199997. iteration 6245 found worse value: 363.68170646199997. iteration 6246 found worse value: 363.68170646199997. iteration 6247 found worse value: 363.68170646199997. iteration 6248 found worse value: 363.68170646199997. iteration 6249 found worse value: 363.68170646199997. iteration 6250 found worse value: 363.68170646199997. iteration 6251 found worse value: 363.68170646199997. iteration 6252 found worse value: 363.68170646199997. iteration 6253 found worse value: 363.68170646199997. iteration 6254 found worse value: 363.68170646199997. iteration6254, perturbing to get out of local maxima iteration 6255 found worse value: 363.68170646199997. iteration 6256 found worse value: 363.68170646199997. iteration 6257 found worse value: 363.68170646199997. iteration 6258 found worse value: 363.68170646199997. iteration 6259 found worse value: 363.68170646199997. iteration 6260 found worse value: 363.68170646199997. iteration6260, perturbing to get out of local maxima iteration 6261 found worse value: 363.68170646199997. iteration 6262 found worse value: 363.68170646199997. iteration 6263 found worse value: 363.68170646199997. iteration 6264 found worse value: 363.68170646199997. iteration 6265 found worse value: 363.68170646199997. iteration 6266 found worse value: 363.68170646199997. iteration 6267 found worse value: 363.68170646199997. iteration6267, perturbing to get out of local maxima iteration 6268 found worse value: 363.68170646199997. iteration 6269 found worse value: 363.68170646199997. iteration 6270 found worse value: 363.68170646199997. iteration6270, perturbing to get out of local maxima iteration 6271 found worse value: 363.68170646199997. iteration 6272 found worse value: 363.68170646199997. iteration 6273 found worse value: 363.68170646199997. iteration 6274 found worse value: 363.68170646199997. iteration 6275 found worse value: 363.68170646199997. iteration 6276 found worse value: 363.68170646199997. iteration6276, perturbing to get out of local maxima iteration 6277 found worse value: 363.68170646199997. iteration 6278 found worse value: 363.68170646199997. iteration 6279 found worse value: 363.68170646199997. iteration 6280 found worse value: 363.68170646199997. iteration 6281 found worse value: 363.68170646199997. iteration 6282 found worse value: 363.68170646199997. iteration 6283 found worse value: 363.68170646199997. iteration 6284 found worse value: 363.68170646199997. iteration 6285 found worse value: 363.68170646199997. iteration 6286 found worse value: 363.68170646199997. iteration 6287 found worse value: 363.68170646199997. iteration 6288 found worse value: 363.68170646199997. iteration 6289 found worse value: 363.68170646199997. iteration 6290 found worse value: 363.68170646199997. iteration 6291 found worse value: 363.68170646199997. iteration 6292 found worse value: 363.68170646199997. iteration 6293 found worse value: 363.68170646199997. iteration 6294 found worse value: 363.68170646199997. iteration 6295 found worse value: 363.68170646199997. iteration 6296 found worse value: 363.68170646199997. iteration 6297 found worse value: 363.68170646199997. iteration 6298 found worse value: 363.68170646199997. iteration 6299 found worse value: 363.68170646199997. iteration 6300 found worse value: 363.68170646199997. iteration6300, perturbing to get out of local maxima iteration 6301 found worse value: 363.68170646199997. iteration6301, perturbing to get out of local maxima iteration 6302 found worse value: 363.68170646199997. iteration 6303 found worse value: 363.68170646199997. iteration 6304 found worse value: 363.68170646199997. iteration 6305 found worse value: 363.68170646199997. iteration 6306 found worse value: 363.68170646199997. iteration 6307 found worse value: 363.68170646199997. iteration6307, perturbing to get out of local maxima iteration 6308 found worse value: 363.68170646199997. iteration 6309 found worse value: 363.68170646199997. iteration 6310 found worse value: 363.68170646199997. iteration 6311 found worse value: 363.68170646199997. iteration 6312 found worse value: 363.68170646199997. iteration 6313 found worse value: 363.68170646199997. iteration 6314 found worse value: 363.68170646199997. iteration 6315 found worse value: 363.68170646199997. iteration 6316 found worse value: 363.68170646199997. iteration 6317 found worse value: 363.68170646199997. iteration 6318 found worse value: 363.68170646199997. iteration 6319 found worse value: 363.68170646199997. iteration 6320 found worse value: 363.68170646199997. iteration 6321 found worse value: 363.68170646199997. iteration 6322 found worse value: 363.68170646199997. iteration 6323 found worse value: 363.68170646199997. iteration 6324 found worse value: 363.68170646199997. iteration6324, perturbing to get out of local maxima iteration 6325 found worse value: 363.68170646199997. iteration 6326 found worse value: 363.68170646199997. iteration 6327 found worse value: 363.68170646199997. iteration 6328 found worse value: 363.68170646199997. iteration 6329 found worse value: 363.68170646199997. iteration 6330 found worse value: 363.68170646199997. iteration 6331 found worse value: 363.68170646199997. iteration6331, perturbing to get out of local maxima iteration 6332 found worse value: 363.68170646199997. iteration 6333 found worse value: 363.68170646199997. iteration 6334 found worse value: 363.68170646199997. iteration 6335 found worse value: 363.68170646199997. iteration 6336 found worse value: 363.68170646199997. iteration 6337 found worse value: 363.68170646199997. iteration6337, perturbing to get out of local maxima iteration 6338 found worse value: 363.68170646199997. iteration 6339 found worse value: 363.68170646199997. iteration 6340 found worse value: 363.68170646199997. iteration 6341 found worse value: 363.68170646199997. iteration 6342 found worse value: 363.68170646199997. iteration 6343 found worse value: 363.68170646199997. iteration 6344 found worse value: 363.68170646199997. iteration 6345 found worse value: 363.68170646199997. iteration 6346 found worse value: 363.68170646199997. iteration 6347 found worse value: 363.68170646199997. iteration 6348 found worse value: 363.68170646199997. iteration 6349 found worse value: 363.68170646199997. iteration 6350 found worse value: 363.68170646199997. iteration 6351 found worse value: 363.68170646199997. iteration 6352 found worse value: 363.68170646199997. iteration 6353 found worse value: 363.68170646199997. iteration 6354 found worse value: 363.68170646199997. iteration 6355 found worse value: 363.68170646199997. iteration6355, perturbing to get out of local maxima iteration 6356 found worse value: 363.68170646199997. iteration 6357 found worse value: 363.68170646199997. iteration 6358 found worse value: 363.68170646199997. iteration 6359 found worse value: 363.68170646199997. iteration 6360 found worse value: 363.68170646199997. iteration 6361 found worse value: 363.68170646199997. iteration 6362 found worse value: 363.68170646199997. iteration 6363 found worse value: 363.68170646199997. iteration 6364 found worse value: 363.68170646199997. iteration6364, perturbing to get out of local maxima iteration 6365 found worse value: 363.68170646199997. iteration 6366 found worse value: 363.68170646199997. iteration6366, perturbing to get out of local maxima iteration 6367 found worse value: 363.68170646199997. iteration6367, perturbing to get out of local maxima iteration 6368 found worse value: 363.68170646199997. iteration6368, perturbing to get out of local maxima iteration 6369 found worse value: 363.68170646199997. iteration 6370 found worse value: 363.68170646199997. iteration 6371 found worse value: 363.68170646199997. iteration 6372 found worse value: 363.68170646199997. iteration 6373 found worse value: 363.68170646199997. iteration 6374 found worse value: 363.68170646199997. iteration 6375 found worse value: 363.68170646199997. iteration 6376 found worse value: 363.68170646199997. iteration 6377 found worse value: 363.68170646199997. iteration 6378 found worse value: 363.68170646199997. iteration 6379 found worse value: 363.68170646199997. iteration 6380 found worse value: 363.68170646199997. iteration 6381 found worse value: 363.68170646199997. iteration 6382 found worse value: 363.68170646199997. iteration 6383 found worse value: 363.68170646199997. iteration 6384 found worse value: 363.68170646199997. iteration 6385 found worse value: 363.68170646199997. iteration 6386 found worse value: 363.68170646199997. iteration 6387 found worse value: 363.68170646199997. iteration 6388 found worse value: 363.68170646199997. iteration 6389 found worse value: 363.68170646199997. iteration 6390 found worse value: 363.68170646199997. iteration 6391 found worse value: 363.68170646199997. iteration 6392 found worse value: 363.68170646199997. iteration 6393 found worse value: 363.68170646199997. iteration 6394 found worse value: 363.68170646199997. iteration 6395 found worse value: 363.68170646199997. iteration 6396 found worse value: 363.68170646199997. iteration 6397 found worse value: 363.68170646199997. iteration 6398 found worse value: 363.68170646199997. iteration 6399 found worse value: 363.68170646199997. iteration6399, perturbing to get out of local maxima iteration 6400 found worse value: 363.68170646199997. iteration 6401 found worse value: 363.68170646199997. iteration 6402 found worse value: 363.68170646199997. iteration 6403 found worse value: 363.68170646199997. iteration 6404 found worse value: 363.68170646199997. iteration 6405 found worse value: 363.68170646199997. iteration 6406 found worse value: 363.68170646199997. iteration 6407 found worse value: 363.68170646199997. iteration 6408 found worse value: 363.68170646199997. iteration 6409 found worse value: 363.68170646199997. iteration 6410 found worse value: 363.68170646199997. iteration 6411 found worse value: 363.68170646199997. iteration 6412 found worse value: 363.68170646199997. iteration 6413 found worse value: 363.68170646199997. iteration 6414 found worse value: 363.68170646199997. iteration 6415 found worse value: 363.68170646199997. iteration6415, perturbing to get out of local maxima iteration 6416 found worse value: 363.68170646199997. iteration 6417 found worse value: 363.68170646199997. iteration6417, perturbing to get out of local maxima iteration 6418 found worse value: 363.68170646199997. iteration 6419 found worse value: 363.68170646199997. iteration 6420 found worse value: 363.68170646199997. iteration 6421 found worse value: 363.68170646199997. iteration 6422 found worse value: 363.68170646199997. iteration6422, perturbing to get out of local maxima iteration 6423 found worse value: 363.68170646199997. iteration 6424 found worse value: 363.68170646199997. iteration 6425 found worse value: 363.68170646199997. iteration 6426 found worse value: 363.68170646199997. iteration 6427 found worse value: 363.68170646199997. iteration 6428 found worse value: 363.68170646199997. iteration 6429 found worse value: 363.68170646199997. iteration 6430 found worse value: 363.68170646199997. iteration 6431 found worse value: 363.68170646199997. iteration 6432 found worse value: 363.68170646199997. iteration 6433 found worse value: 363.68170646199997. iteration6433, perturbing to get out of local maxima iteration 6434 found worse value: 363.68170646199997. iteration 6435 found worse value: 363.68170646199997. iteration 6436 found worse value: 363.68170646199997. iteration 6437 found worse value: 363.68170646199997. iteration 6438 found worse value: 363.68170646199997. iteration 6439 found worse value: 363.68170646199997. iteration 6440 found worse value: 363.68170646199997. iteration 6441 found worse value: 363.68170646199997. iteration 6442 found worse value: 363.68170646199997. iteration 6443 found worse value: 363.68170646199997. iteration 6444 found worse value: 363.68170646199997. iteration 6445 found worse value: 363.68170646199997. iteration 6446 found worse value: 363.68170646199997. iteration 6447 found worse value: 363.68170646199997. iteration 6448 found worse value: 363.68170646199997. iteration 6449 found worse value: 363.68170646199997. iteration 6450 found worse value: 363.68170646199997. iteration 6451 found worse value: 363.68170646199997. iteration 6452 found worse value: 363.68170646199997. iteration 6453 found worse value: 363.68170646199997. iteration 6454 found worse value: 363.68170646199997. iteration 6455 found worse value: 363.68170646199997. iteration 6456 found worse value: 363.68170646199997. iteration 6457 found worse value: 363.68170646199997. iteration 6458 found worse value: 363.68170646199997. iteration 6459 found worse value: 363.68170646199997. iteration 6460 found worse value: 363.68170646199997. iteration 6461 found worse value: 363.68170646199997. iteration 6462 found worse value: 363.68170646199997. iteration 6463 found worse value: 363.68170646199997. iteration 6464 found worse value: 363.68170646199997. iteration 6465 found worse value: 363.68170646199997. iteration 6466 found worse value: 363.68170646199997. iteration 6467 found worse value: 363.68170646199997. iteration 6468 found worse value: 363.68170646199997. iteration6468, perturbing to get out of local maxima iteration 6469 found worse value: 363.68170646199997. iteration 6470 found worse value: 363.68170646199997. iteration 6471 found worse value: 363.68170646199997. iteration6471, perturbing to get out of local maxima iteration 6472 found worse value: 363.68170646199997. iteration 6473 found worse value: 363.68170646199997. iteration 6474 found worse value: 363.68170646199997. iteration6474, perturbing to get out of local maxima iteration 6475 found worse value: 363.68170646199997. iteration6475, perturbing to get out of local maxima iteration 6476 found worse value: 363.68170646199997. iteration 6477 found worse value: 363.68170646199997. iteration 6478 found worse value: 363.68170646199997. iteration 6479 found worse value: 363.68170646199997. iteration 6480 found worse value: 363.68170646199997. iteration 6481 found worse value: 363.68170646199997. iteration 6482 found worse value: 363.68170646199997. iteration 6483 found worse value: 363.68170646199997. iteration 6484 found worse value: 363.68170646199997. iteration 6485 found worse value: 363.68170646199997. iteration 6486 found worse value: 363.68170646199997. iteration 6487 found worse value: 363.68170646199997. iteration 6488 found worse value: 363.68170646199997. iteration 6489 found worse value: 363.68170646199997. iteration 6490 found worse value: 363.68170646199997. iteration6490, perturbing to get out of local maxima iteration 6491 found worse value: 363.68170646199997. iteration 6492 found worse value: 363.68170646199997. iteration 6493 found worse value: 363.68170646199997. iteration 6494 found worse value: 363.68170646199997. iteration 6495 found worse value: 363.68170646199997. iteration 6496 found worse value: 363.68170646199997. iteration 6497 found worse value: 363.68170646199997. iteration 6498 found worse value: 363.68170646199997. iteration 6499 found worse value: 363.68170646199997. iteration 6500 found worse value: 363.68170646199997. iteration 6501 found worse value: 363.68170646199997. iteration 6502 found worse value: 363.68170646199997. iteration 6503 found worse value: 363.68170646199997. iteration 6504 found worse value: 363.68170646199997. iteration 6505 found worse value: 363.68170646199997. iteration 6506 found worse value: 363.68170646199997. iteration 6507 found worse value: 363.68170646199997. iteration 6508 found worse value: 363.68170646199997. iteration6508, perturbing to get out of local maxima iteration 6509 found worse value: 363.68170646199997. iteration 6510 found worse value: 363.68170646199997. iteration 6511 found worse value: 363.68170646199997. iteration 6512 found worse value: 363.68170646199997. iteration 6513 found worse value: 363.68170646199997. iteration 6514 found worse value: 363.68170646199997. iteration 6515 found worse value: 363.68170646199997. iteration 6516 found worse value: 363.68170646199997. iteration 6517 found worse value: 363.68170646199997. iteration 6518 found worse value: 363.68170646199997. iteration 6519 found worse value: 363.68170646199997. iteration 6520 found worse value: 363.68170646199997. iteration 6521 found worse value: 363.68170646199997. iteration 6522 found worse value: 363.68170646199997. iteration 6523 found worse value: 363.68170646199997. iteration 6524 found worse value: 363.68170646199997. iteration 6525 found worse value: 363.68170646199997. iteration 6526 found worse value: 363.68170646199997. iteration 6527 found worse value: 363.68170646199997. iteration 6528 found worse value: 363.68170646199997. iteration 6529 found worse value: 363.68170646199997. iteration 6530 found worse value: 363.68170646199997. iteration 6531 found worse value: 363.68170646199997. iteration 6532 found worse value: 363.68170646199997. iteration 6533 found worse value: 363.68170646199997. iteration6533, perturbing to get out of local maxima iteration 6534 found worse value: 363.68170646199997. iteration 6535 found worse value: 363.68170646199997. iteration 6536 found worse value: 363.68170646199997. iteration 6537 found worse value: 363.68170646199997. iteration 6538 found worse value: 363.68170646199997. iteration 6539 found worse value: 363.68170646199997. iteration 6540 found worse value: 363.68170646199997. iteration 6541 found worse value: 363.68170646199997. iteration 6542 found worse value: 363.68170646199997. iteration 6543 found worse value: 363.68170646199997. iteration 6544 found worse value: 363.68170646199997. iteration 6545 found worse value: 363.68170646199997. iteration 6546 found worse value: 363.68170646199997. iteration 6547 found worse value: 363.68170646199997. iteration 6548 found worse value: 363.68170646199997. iteration 6549 found worse value: 363.68170646199997. iteration 6550 found worse value: 363.68170646199997. iteration6550, perturbing to get out of local maxima iteration 6551 found worse value: 363.68170646199997. iteration 6552 found worse value: 363.68170646199997. iteration 6553 found worse value: 363.68170646199997. iteration 6554 found worse value: 363.68170646199997. iteration6554, perturbing to get out of local maxima iteration 6555 found worse value: 363.68170646199997. iteration 6556 found worse value: 363.68170646199997. iteration 6557 found worse value: 363.68170646199997. iteration 6558 found worse value: 363.68170646199997. iteration 6559 found worse value: 363.68170646199997. iteration 6560 found worse value: 363.68170646199997. iteration 6561 found worse value: 363.68170646199997. iteration 6562 found worse value: 363.68170646199997. iteration 6563 found worse value: 363.68170646199997. iteration 6564 found worse value: 363.68170646199997. iteration 6565 found worse value: 363.68170646199997. iteration 6566 found worse value: 363.68170646199997. iteration 6567 found worse value: 363.68170646199997. iteration6567, perturbing to get out of local maxima iteration 6568 found worse value: 363.68170646199997. iteration 6569 found worse value: 363.68170646199997. iteration 6570 found worse value: 363.68170646199997. iteration 6571 found worse value: 363.68170646199997. iteration 6572 found worse value: 363.68170646199997. iteration 6573 found worse value: 363.68170646199997. iteration 6574 found worse value: 363.68170646199997. iteration 6575 found worse value: 363.68170646199997. iteration 6576 found worse value: 363.68170646199997. iteration6576, perturbing to get out of local maxima iteration 6577 found worse value: 363.68170646199997. iteration 6578 found worse value: 363.68170646199997. iteration 6579 found worse value: 363.68170646199997. iteration 6580 found worse value: 363.68170646199997. iteration 6581 found worse value: 363.68170646199997. iteration 6582 found worse value: 363.68170646199997. iteration 6583 found worse value: 363.68170646199997. iteration 6584 found worse value: 363.68170646199997. iteration 6585 found worse value: 363.68170646199997. iteration 6586 found worse value: 363.68170646199997. iteration 6587 found worse value: 363.68170646199997. iteration 6588 found worse value: 363.68170646199997. iteration 6589 found worse value: 363.68170646199997. iteration 6590 found worse value: 363.68170646199997. iteration 6591 found worse value: 363.68170646199997. iteration 6592 found worse value: 363.68170646199997. iteration 6593 found worse value: 363.68170646199997. iteration 6594 found worse value: 363.68170646199997. iteration 6595 found worse value: 363.68170646199997. iteration 6596 found worse value: 363.68170646199997. iteration 6597 found worse value: 363.68170646199997. iteration 6598 found worse value: 363.68170646199997. iteration6598, perturbing to get out of local maxima iteration 6599 found worse value: 363.68170646199997. iteration 6600 found worse value: 363.68170646199997. iteration6600, perturbing to get out of local maxima iteration 6601 found worse value: 363.68170646199997. iteration 6602 found worse value: 363.68170646199997. iteration 6603 found worse value: 363.68170646199997. iteration 6604 found worse value: 363.68170646199997. iteration 6605 found worse value: 363.68170646199997. iteration 6606 found worse value: 363.68170646199997. iteration 6607 found worse value: 363.68170646199997. iteration 6608 found worse value: 363.68170646199997. iteration 6609 found worse value: 363.68170646199997. iteration 6610 found worse value: 363.68170646199997. iteration 6611 found worse value: 363.68170646199997. iteration 6612 found worse value: 363.68170646199997. iteration 6613 found worse value: 363.68170646199997. iteration 6614 found worse value: 363.68170646199997. iteration 6615 found worse value: 363.68170646199997. iteration 6616 found worse value: 363.68170646199997. iteration 6617 found worse value: 363.68170646199997. iteration 6618 found worse value: 363.68170646199997. iteration 6619 found worse value: 363.68170646199997. iteration 6620 found worse value: 363.68170646199997. iteration 6621 found worse value: 363.68170646199997. iteration 6622 found worse value: 363.68170646199997. iteration 6623 found worse value: 363.68170646199997. iteration 6624 found worse value: 363.68170646199997. iteration 6625 found worse value: 363.68170646199997. iteration 6626 found worse value: 363.68170646199997. iteration 6627 found worse value: 363.68170646199997. iteration 6628 found worse value: 363.68170646199997. iteration 6629 found worse value: 363.68170646199997. iteration 6630 found worse value: 363.68170646199997. iteration 6631 found worse value: 363.68170646199997. iteration 6632 found worse value: 363.68170646199997. iteration 6633 found worse value: 363.68170646199997. iteration 6634 found worse value: 363.68170646199997. iteration 6635 found worse value: 363.68170646199997. iteration 6636 found worse value: 363.68170646199997. iteration 6637 found worse value: 363.68170646199997. iteration 6638 found worse value: 363.68170646199997. iteration 6639 found worse value: 363.68170646199997. iteration 6640 found worse value: 363.68170646199997. iteration 6641 found worse value: 363.68170646199997. iteration 6642 found worse value: 363.68170646199997. iteration6642, perturbing to get out of local maxima iteration 6643 found worse value: 363.68170646199997. iteration 6644 found worse value: 363.68170646199997. iteration 6645 found worse value: 363.68170646199997. iteration 6646 found worse value: 363.68170646199997. iteration 6647 found worse value: 363.68170646199997. iteration 6648 found worse value: 363.68170646199997. iteration 6649 found worse value: 363.68170646199997. iteration 6650 found worse value: 363.68170646199997. iteration 6651 found worse value: 363.68170646199997. iteration 6652 found worse value: 363.68170646199997. iteration 6653 found worse value: 363.68170646199997. iteration 6654 found worse value: 363.68170646199997. iteration 6655 found worse value: 363.68170646199997. iteration 6656 found worse value: 363.68170646199997. iteration 6657 found worse value: 363.68170646199997. iteration 6658 found worse value: 363.68170646199997. iteration 6659 found worse value: 363.68170646199997. iteration 6660 found worse value: 363.68170646199997. iteration 6661 found worse value: 363.68170646199997. iteration 6662 found worse value: 363.68170646199997. iteration6662, perturbing to get out of local maxima iteration 6663 found worse value: 363.68170646199997. iteration 6664 found worse value: 363.68170646199997. iteration 6665 found worse value: 363.68170646199997. iteration 6666 found worse value: 363.68170646199997. iteration 6667 found worse value: 363.68170646199997. iteration 6668 found worse value: 363.68170646199997. iteration 6669 found worse value: 363.68170646199997. iteration 6670 found worse value: 363.68170646199997. iteration 6671 found worse value: 363.68170646199997. iteration 6672 found worse value: 363.68170646199997. iteration 6673 found worse value: 363.68170646199997. iteration 6674 found worse value: 363.68170646199997. iteration 6675 found worse value: 363.68170646199997. iteration 6676 found worse value: 363.68170646199997. iteration 6677 found worse value: 363.68170646199997. iteration 6678 found worse value: 363.68170646199997. iteration 6679 found worse value: 363.68170646199997. iteration 6680 found worse value: 363.68170646199997. iteration 6681 found worse value: 363.68170646199997. iteration 6682 found worse value: 363.68170646199997. iteration 6683 found worse value: 363.68170646199997. iteration 6684 found worse value: 363.68170646199997. iteration 6685 found worse value: 363.68170646199997. iteration 6686 found worse value: 363.68170646199997. iteration6686, perturbing to get out of local maxima iteration 6687 found worse value: 363.68170646199997. iteration 6688 found worse value: 363.68170646199997. iteration 6689 found worse value: 363.68170646199997. iteration 6690 found worse value: 363.68170646199997. iteration 6691 found worse value: 363.68170646199997. iteration 6692 found worse value: 363.68170646199997. iteration 6693 found worse value: 363.68170646199997. iteration 6694 found worse value: 363.68170646199997. iteration 6695 found worse value: 363.68170646199997. iteration 6696 found worse value: 363.68170646199997. iteration 6697 found worse value: 363.68170646199997. iteration6697, perturbing to get out of local maxima iteration 6698 found worse value: 363.68170646199997. iteration 6699 found worse value: 363.68170646199997. iteration 6700 found worse value: 363.68170646199997. iteration 6701 found worse value: 363.68170646199997. iteration 6702 found worse value: 363.68170646199997. iteration 6703 found worse value: 363.68170646199997. iteration 6704 found worse value: 363.68170646199997. iteration 6705 found worse value: 363.68170646199997. iteration 6706 found worse value: 363.68170646199997. iteration 6707 found worse value: 363.68170646199997. iteration 6708 found worse value: 363.68170646199997. iteration 6709 found worse value: 363.68170646199997. iteration 6710 found worse value: 363.68170646199997. iteration 6711 found worse value: 363.68170646199997. iteration 6712 found worse value: 363.68170646199997. iteration 6713 found worse value: 363.68170646199997. iteration 6714 found worse value: 363.68170646199997. iteration6714, perturbing to get out of local maxima iteration 6715 found worse value: 363.68170646199997. iteration6715, perturbing to get out of local maxima iteration 6716 found worse value: 363.68170646199997. iteration 6717 found worse value: 363.68170646199997. iteration 6718 found worse value: 363.68170646199997. iteration 6719 found worse value: 363.68170646199997. iteration 6720 found worse value: 363.68170646199997. iteration 6721 found worse value: 363.68170646199997. iteration6721, perturbing to get out of local maxima iteration 6722 found worse value: 363.68170646199997. iteration 6723 found worse value: 363.68170646199997. iteration 6724 found worse value: 363.68170646199997. iteration 6725 found worse value: 363.68170646199997. iteration 6726 found worse value: 363.68170646199997. iteration 6727 found worse value: 363.68170646199997. iteration 6728 found worse value: 363.68170646199997. iteration 6729 found worse value: 363.68170646199997. iteration 6730 found worse value: 363.68170646199997. iteration 6731 found worse value: 363.68170646199997. iteration 6732 found worse value: 363.68170646199997. iteration 6733 found worse value: 363.68170646199997. iteration 6734 found worse value: 363.68170646199997. iteration 6735 found worse value: 363.68170646199997. iteration 6736 found worse value: 363.68170646199997. iteration 6737 found worse value: 363.68170646199997. iteration 6738 found worse value: 363.68170646199997. iteration 6739 found worse value: 363.68170646199997. iteration 6740 found worse value: 363.68170646199997. iteration6740, perturbing to get out of local maxima iteration 6741 found worse value: 363.68170646199997. iteration 6742 found worse value: 363.68170646199997. iteration 6743 found worse value: 363.68170646199997. iteration 6744 found worse value: 363.68170646199997. iteration 6745 found worse value: 363.68170646199997. iteration6745, perturbing to get out of local maxima iteration 6746 found worse value: 363.68170646199997. iteration 6747 found worse value: 363.68170646199997. iteration6747, perturbing to get out of local maxima iteration 6748 found worse value: 363.68170646199997. iteration 6749 found worse value: 363.68170646199997. iteration 6750 found worse value: 363.68170646199997. iteration 6751 found worse value: 363.68170646199997. iteration 6752 found worse value: 363.68170646199997. iteration 6753 found worse value: 363.68170646199997. iteration 6754 found worse value: 363.68170646199997. iteration 6755 found worse value: 363.68170646199997. iteration 6756 found worse value: 363.68170646199997. iteration 6757 found worse value: 363.68170646199997. iteration 6758 found worse value: 363.68170646199997. iteration 6759 found worse value: 363.68170646199997. iteration 6760 found worse value: 363.68170646199997. iteration6760, perturbing to get out of local maxima iteration 6761 found worse value: 363.68170646199997. iteration 6762 found worse value: 363.68170646199997. iteration 6763 found worse value: 363.68170646199997. iteration 6764 found worse value: 363.68170646199997. iteration 6765 found worse value: 363.68170646199997. iteration 6766 found worse value: 363.68170646199997. iteration 6767 found worse value: 363.68170646199997. iteration 6768 found worse value: 363.68170646199997. iteration 6769 found worse value: 363.68170646199997. iteration 6770 found worse value: 363.68170646199997. iteration 6771 found worse value: 363.68170646199997. iteration 6772 found worse value: 363.68170646199997. iteration 6773 found worse value: 363.68170646199997. iteration 6774 found worse value: 363.68170646199997. iteration 6775 found worse value: 363.68170646199997. iteration 6776 found worse value: 363.68170646199997. iteration 6777 found worse value: 363.68170646199997. iteration 6778 found worse value: 363.68170646199997. iteration 6779 found worse value: 363.68170646199997. iteration 6780 found worse value: 363.68170646199997. iteration 6781 found worse value: 363.68170646199997. iteration 6782 found worse value: 363.68170646199997. iteration 6783 found worse value: 363.68170646199997. iteration 6784 found worse value: 363.68170646199997. iteration 6785 found worse value: 363.68170646199997. iteration 6786 found worse value: 363.68170646199997. iteration 6787 found worse value: 363.68170646199997. iteration 6788 found worse value: 363.68170646199997. iteration6788, perturbing to get out of local maxima iteration 6789 found worse value: 363.68170646199997. iteration 6790 found worse value: 363.68170646199997. iteration 6791 found worse value: 363.68170646199997. iteration 6792 found worse value: 363.68170646199997. iteration 6793 found worse value: 363.68170646199997. iteration 6794 found worse value: 363.68170646199997. iteration 6795 found worse value: 363.68170646199997. iteration 6796 found worse value: 363.68170646199997. iteration 6797 found worse value: 363.68170646199997. iteration 6798 found worse value: 363.68170646199997. iteration6798, perturbing to get out of local maxima iteration 6799 found worse value: 363.68170646199997. iteration 6800 found worse value: 363.68170646199997. iteration 6801 found worse value: 363.68170646199997. iteration6801, perturbing to get out of local maxima iteration 6802 found worse value: 363.68170646199997. iteration 6803 found worse value: 363.68170646199997. iteration 6804 found worse value: 363.68170646199997. iteration 6805 found worse value: 363.68170646199997. iteration 6806 found worse value: 363.68170646199997. iteration 6807 found worse value: 363.68170646199997. iteration 6808 found worse value: 363.68170646199997. iteration 6809 found worse value: 363.68170646199997. iteration 6810 found worse value: 363.68170646199997. iteration 6811 found worse value: 363.68170646199997. iteration 6812 found worse value: 363.68170646199997. iteration 6813 found worse value: 363.68170646199997. iteration 6814 found worse value: 363.68170646199997. iteration 6815 found worse value: 363.68170646199997. iteration 6816 found worse value: 363.68170646199997. iteration6816, perturbing to get out of local maxima iteration 6817 found worse value: 363.68170646199997. iteration 6818 found worse value: 363.68170646199997. iteration 6819 found worse value: 363.68170646199997. iteration 6820 found worse value: 363.68170646199997. iteration 6821 found worse value: 363.68170646199997. iteration6821, perturbing to get out of local maxima iteration 6822 found worse value: 363.68170646199997. iteration 6823 found worse value: 363.68170646199997. iteration 6824 found worse value: 363.68170646199997. iteration 6825 found worse value: 363.68170646199997. iteration 6826 found worse value: 363.68170646199997. iteration 6827 found worse value: 363.68170646199997. iteration6827, perturbing to get out of local maxima iteration 6828 found worse value: 363.68170646199997. iteration 6829 found worse value: 363.68170646199997. iteration 6830 found worse value: 363.68170646199997. iteration 6831 found worse value: 363.68170646199997. iteration 6832 found worse value: 363.68170646199997. iteration 6833 found worse value: 363.68170646199997. iteration 6834 found worse value: 363.68170646199997. iteration 6835 found worse value: 363.68170646199997. iteration6835, perturbing to get out of local maxima iteration 6836 found worse value: 363.68170646199997. iteration 6837 found worse value: 363.68170646199997. iteration 6838 found worse value: 363.68170646199997. iteration 6839 found worse value: 363.68170646199997. iteration 6840 found worse value: 363.68170646199997. iteration 6841 found worse value: 363.68170646199997. iteration 6842 found worse value: 363.68170646199997. iteration 6843 found worse value: 363.68170646199997. iteration 6844 found worse value: 363.68170646199997. iteration 6845 found worse value: 363.68170646199997. iteration 6846 found worse value: 363.68170646199997. iteration 6847 found worse value: 363.68170646199997. iteration 6848 found worse value: 363.68170646199997. iteration 6849 found worse value: 363.68170646199997. iteration6849, perturbing to get out of local maxima iteration 6850 found worse value: 363.68170646199997. iteration 6851 found worse value: 363.68170646199997. iteration 6852 found worse value: 363.68170646199997. iteration6852, perturbing to get out of local maxima iteration 6853 found worse value: 363.68170646199997. iteration 6854 found worse value: 363.68170646199997. iteration 6855 found worse value: 363.68170646199997. iteration 6856 found worse value: 363.68170646199997. iteration 6857 found worse value: 363.68170646199997. iteration 6858 found worse value: 363.68170646199997. iteration 6859 found worse value: 363.68170646199997. iteration 6860 found worse value: 363.68170646199997. iteration 6861 found worse value: 363.68170646199997. iteration 6862 found worse value: 363.68170646199997. iteration 6863 found worse value: 363.68170646199997. iteration 6864 found worse value: 363.68170646199997. iteration 6865 found worse value: 363.68170646199997. iteration6865, perturbing to get out of local maxima iteration 6866 found worse value: 363.68170646199997. iteration 6867 found worse value: 363.68170646199997. iteration 6868 found worse value: 363.68170646199997. iteration 6869 found worse value: 363.68170646199997. iteration 6870 found worse value: 363.68170646199997. iteration 6871 found worse value: 363.68170646199997. iteration 6872 found worse value: 363.68170646199997. iteration 6873 found worse value: 363.68170646199997. iteration 6874 found worse value: 363.68170646199997. iteration 6875 found worse value: 363.68170646199997. iteration 6876 found worse value: 363.68170646199997. iteration 6877 found worse value: 363.68170646199997. iteration 6878 found worse value: 363.68170646199997. iteration 6879 found worse value: 363.68170646199997. iteration 6880 found worse value: 363.68170646199997. iteration 6881 found worse value: 363.68170646199997. iteration 6882 found worse value: 363.68170646199997. iteration 6883 found worse value: 363.68170646199997. iteration 6884 found worse value: 363.68170646199997. iteration 6885 found worse value: 363.68170646199997. iteration 6886 found worse value: 363.68170646199997. iteration 6887 found worse value: 363.68170646199997. iteration6887, perturbing to get out of local maxima iteration 6888 found worse value: 363.68170646199997. iteration 6889 found worse value: 363.68170646199997. iteration 6890 found worse value: 363.68170646199997. iteration6890, perturbing to get out of local maxima iteration 6891 found worse value: 363.68170646199997. iteration 6892 found worse value: 363.68170646199997. iteration 6893 found worse value: 363.68170646199997. iteration 6894 found worse value: 363.68170646199997. iteration 6895 found worse value: 363.68170646199997. iteration 6896 found worse value: 363.68170646199997. iteration 6897 found worse value: 363.68170646199997. iteration 6898 found worse value: 363.68170646199997. iteration 6899 found worse value: 363.68170646199997. iteration 6900 found worse value: 363.68170646199997. iteration 6901 found worse value: 363.68170646199997. iteration 6902 found worse value: 363.68170646199997. iteration 6903 found worse value: 363.68170646199997. iteration 6904 found worse value: 363.68170646199997. iteration 6905 found worse value: 363.68170646199997. iteration 6906 found worse value: 363.68170646199997. iteration 6907 found worse value: 363.68170646199997. iteration 6908 found worse value: 363.68170646199997. iteration 6909 found worse value: 363.68170646199997. iteration 6910 found worse value: 363.68170646199997. iteration 6911 found worse value: 363.68170646199997. iteration 6912 found worse value: 363.68170646199997. iteration 6913 found worse value: 363.68170646199997. iteration6913, perturbing to get out of local maxima iteration 6914 found worse value: 363.68170646199997. iteration 6915 found worse value: 363.68170646199997. iteration 6916 found worse value: 363.68170646199997. iteration6916, perturbing to get out of local maxima iteration 6917 found worse value: 363.68170646199997. iteration 6918 found worse value: 363.68170646199997. iteration 6919 found worse value: 363.68170646199997. iteration 6920 found worse value: 363.68170646199997. iteration 6921 found worse value: 363.68170646199997. iteration 6922 found worse value: 363.68170646199997. iteration 6923 found worse value: 363.68170646199997. iteration 6924 found worse value: 363.68170646199997. iteration 6925 found worse value: 363.68170646199997. iteration 6926 found worse value: 363.68170646199997. iteration 6927 found worse value: 363.68170646199997. iteration 6928 found worse value: 363.68170646199997. iteration 6929 found worse value: 363.68170646199997. iteration 6930 found worse value: 363.68170646199997. iteration 6931 found worse value: 363.68170646199997. iteration 6932 found worse value: 363.68170646199997. iteration 6933 found worse value: 363.68170646199997. iteration 6934 found worse value: 363.68170646199997. iteration 6935 found worse value: 363.68170646199997. iteration 6936 found worse value: 363.68170646199997. iteration 6937 found worse value: 363.68170646199997. iteration 6938 found worse value: 363.68170646199997. iteration 6939 found worse value: 363.68170646199997. iteration 6940 found worse value: 363.68170646199997. iteration 6941 found worse value: 363.68170646199997. iteration 6942 found worse value: 363.68170646199997. iteration 6943 found worse value: 363.68170646199997. iteration 6944 found worse value: 363.68170646199997. iteration 6945 found worse value: 363.68170646199997. iteration 6946 found worse value: 363.68170646199997. iteration6946, perturbing to get out of local maxima iteration 6947 found worse value: 363.68170646199997. iteration6947, perturbing to get out of local maxima iteration 6948 found worse value: 363.68170646199997. iteration 6949 found worse value: 363.68170646199997. iteration 6950 found worse value: 363.68170646199997. iteration 6951 found worse value: 363.68170646199997. iteration 6952 found worse value: 363.68170646199997. iteration 6953 found worse value: 363.68170646199997. iteration6953, perturbing to get out of local maxima iteration 6954 found worse value: 363.68170646199997. iteration 6955 found worse value: 363.68170646199997. iteration 6956 found worse value: 363.68170646199997. iteration 6957 found worse value: 363.68170646199997. iteration 6958 found worse value: 363.68170646199997. iteration 6959 found worse value: 363.68170646199997. iteration 6960 found worse value: 363.68170646199997. iteration 6961 found worse value: 363.68170646199997. iteration 6962 found worse value: 363.68170646199997. iteration 6963 found worse value: 363.68170646199997. iteration 6964 found worse value: 363.68170646199997. iteration 6965 found worse value: 363.68170646199997. iteration 6966 found worse value: 363.68170646199997. iteration 6967 found worse value: 363.68170646199997. iteration 6968 found worse value: 363.68170646199997. iteration 6969 found worse value: 363.68170646199997. iteration 6970 found worse value: 363.68170646199997. iteration 6971 found worse value: 363.68170646199997. iteration 6972 found worse value: 363.68170646199997. iteration 6973 found worse value: 363.68170646199997. iteration 6974 found worse value: 363.68170646199997. iteration 6975 found worse value: 363.68170646199997. iteration 6976 found worse value: 363.68170646199997. iteration 6977 found worse value: 363.68170646199997. iteration 6978 found worse value: 363.68170646199997. iteration 6979 found worse value: 363.68170646199997. iteration 6980 found worse value: 363.68170646199997. iteration6980, perturbing to get out of local maxima iteration 6981 found worse value: 363.68170646199997. iteration 6982 found worse value: 363.68170646199997. iteration 6983 found worse value: 363.68170646199997. iteration 6984 found worse value: 363.68170646199997. iteration 6985 found worse value: 363.68170646199997. iteration 6986 found worse value: 363.68170646199997. iteration 6987 found worse value: 363.68170646199997. iteration 6988 found worse value: 363.68170646199997. iteration 6989 found worse value: 363.68170646199997. iteration 6990 found worse value: 363.68170646199997. iteration 6991 found worse value: 363.68170646199997. iteration 6992 found worse value: 363.68170646199997. iteration 6993 found worse value: 363.68170646199997. iteration 6994 found worse value: 363.68170646199997. iteration 6995 found worse value: 363.68170646199997. iteration 6996 found worse value: 363.68170646199997. iteration 6997 found worse value: 363.68170646199997. iteration 6998 found worse value: 363.68170646199997. iteration 6999 found worse value: 363.68170646199997. iteration 7000 found worse value: 363.68170646199997. iteration7000, perturbing to get out of local maxima iteration 7001 found worse value: 363.68170646199997. iteration 7002 found worse value: 363.68170646199997. iteration 7003 found worse value: 363.68170646199997. iteration 7004 found worse value: 363.68170646199997. iteration 7005 found worse value: 363.68170646199997. iteration 7006 found worse value: 363.68170646199997. iteration7006, perturbing to get out of local maxima iteration 7007 found worse value: 363.68170646199997. iteration 7008 found worse value: 363.68170646199997. iteration 7009 found worse value: 363.68170646199997. iteration 7010 found worse value: 363.68170646199997. iteration 7011 found worse value: 363.68170646199997. iteration 7012 found worse value: 363.68170646199997. iteration 7013 found worse value: 363.68170646199997. iteration 7014 found worse value: 363.68170646199997. iteration 7015 found worse value: 363.68170646199997. iteration 7016 found worse value: 363.68170646199997. iteration 7017 found worse value: 363.68170646199997. iteration 7018 found worse value: 363.68170646199997. iteration 7019 found worse value: 363.68170646199997. iteration 7020 found worse value: 363.68170646199997. iteration 7021 found worse value: 363.68170646199997. iteration 7022 found worse value: 363.68170646199997. iteration 7023 found worse value: 363.68170646199997. iteration 7024 found worse value: 363.68170646199997. iteration 7025 found worse value: 363.68170646199997. iteration 7026 found worse value: 363.68170646199997. iteration 7027 found worse value: 363.68170646199997. iteration 7028 found worse value: 363.68170646199997. iteration 7029 found worse value: 363.68170646199997. iteration 7030 found worse value: 363.68170646199997. iteration 7031 found worse value: 363.68170646199997. iteration7031, perturbing to get out of local maxima iteration 7032 found worse value: 363.68170646199997. iteration 7033 found worse value: 363.68170646199997. iteration 7034 found worse value: 363.68170646199997. iteration7034, perturbing to get out of local maxima iteration 7035 found worse value: 363.68170646199997. iteration 7036 found worse value: 363.68170646199997. iteration 7037 found worse value: 363.68170646199997. iteration 7038 found worse value: 363.68170646199997. iteration 7039 found worse value: 363.68170646199997. iteration 7040 found worse value: 363.68170646199997. iteration 7041 found worse value: 363.68170646199997. iteration7041, perturbing to get out of local maxima iteration 7042 found worse value: 363.68170646199997. iteration 7043 found worse value: 363.68170646199997. iteration 7044 found worse value: 363.68170646199997. iteration 7045 found worse value: 363.68170646199997. iteration 7046 found worse value: 363.68170646199997. iteration 7047 found worse value: 363.68170646199997. iteration 7048 found worse value: 363.68170646199997. iteration 7049 found worse value: 363.68170646199997. iteration 7050 found worse value: 363.68170646199997. iteration 7051 found worse value: 363.68170646199997. iteration 7052 found worse value: 363.68170646199997. iteration 7053 found worse value: 363.68170646199997. iteration7053, perturbing to get out of local maxima iteration 7054 found worse value: 363.68170646199997. iteration7054, perturbing to get out of local maxima iteration 7055 found worse value: 363.68170646199997. iteration 7056 found worse value: 363.68170646199997. iteration 7057 found worse value: 363.68170646199997. iteration 7058 found worse value: 363.68170646199997. iteration 7059 found worse value: 363.68170646199997. iteration 7060 found worse value: 363.68170646199997. iteration 7061 found worse value: 363.68170646199997. iteration 7062 found worse value: 363.68170646199997. iteration 7063 found worse value: 363.68170646199997. iteration 7064 found worse value: 363.68170646199997. iteration 7065 found worse value: 363.68170646199997. iteration 7066 found worse value: 363.68170646199997. iteration 7067 found worse value: 363.68170646199997. iteration 7068 found worse value: 363.68170646199997. iteration 7069 found worse value: 363.68170646199997. iteration 7070 found worse value: 363.68170646199997. iteration 7071 found worse value: 363.68170646199997. iteration 7072 found worse value: 363.68170646199997. iteration 7073 found worse value: 363.68170646199997. iteration 7074 found worse value: 363.68170646199997. iteration 7075 found worse value: 363.68170646199997. iteration 7076 found worse value: 363.68170646199997. iteration7076, perturbing to get out of local maxima iteration 7077 found worse value: 363.68170646199997. iteration 7078 found worse value: 363.68170646199997. iteration 7079 found worse value: 363.68170646199997. iteration 7080 found worse value: 363.68170646199997. iteration 7081 found worse value: 363.68170646199997. iteration 7082 found worse value: 363.68170646199997. iteration 7083 found worse value: 363.68170646199997. iteration 7084 found worse value: 363.68170646199997. iteration 7085 found worse value: 363.68170646199997. iteration 7086 found worse value: 363.68170646199997. iteration 7087 found worse value: 363.68170646199997. iteration7087, perturbing to get out of local maxima iteration 7088 found worse value: 363.68170646199997. iteration 7089 found worse value: 363.68170646199997. iteration 7090 found worse value: 363.68170646199997. iteration 7091 found worse value: 363.68170646199997. iteration 7092 found worse value: 363.68170646199997. iteration 7093 found worse value: 363.68170646199997. iteration 7094 found worse value: 363.68170646199997. iteration 7095 found worse value: 363.68170646199997. iteration 7096 found worse value: 363.68170646199997. iteration 7097 found worse value: 363.68170646199997. iteration 7098 found worse value: 363.68170646199997. iteration 7099 found worse value: 363.68170646199997. iteration 7100 found worse value: 363.68170646199997. iteration 7101 found worse value: 363.68170646199997. iteration 7102 found worse value: 363.68170646199997. iteration 7103 found worse value: 363.68170646199997. iteration 7104 found worse value: 363.68170646199997. iteration7104, perturbing to get out of local maxima iteration 7105 found worse value: 363.68170646199997. iteration7105, perturbing to get out of local maxima iteration 7106 found worse value: 363.68170646199997. iteration 7107 found worse value: 363.68170646199997. iteration 7108 found worse value: 363.68170646199997. iteration 7109 found worse value: 363.68170646199997. iteration 7110 found worse value: 363.68170646199997. iteration 7111 found worse value: 363.68170646199997. iteration 7112 found worse value: 363.68170646199997. iteration 7113 found worse value: 363.68170646199997. iteration 7114 found worse value: 363.68170646199997. iteration 7115 found worse value: 363.68170646199997. iteration 7116 found worse value: 363.68170646199997. iteration 7117 found worse value: 363.68170646199997. iteration 7118 found worse value: 363.68170646199997. iteration 7119 found worse value: 363.68170646199997. iteration 7120 found worse value: 363.68170646199997. iteration 7121 found worse value: 363.68170646199997. iteration 7122 found worse value: 363.68170646199997. iteration 7123 found worse value: 363.68170646199997. iteration 7124 found worse value: 363.68170646199997. iteration 7125 found worse value: 363.68170646199997. iteration 7126 found worse value: 363.68170646199997. iteration 7127 found worse value: 363.68170646199997. iteration 7128 found worse value: 363.68170646199997. iteration 7129 found worse value: 363.68170646199997. iteration 7130 found worse value: 363.68170646199997. iteration7130, perturbing to get out of local maxima iteration 7131 found worse value: 363.68170646199997. iteration 7132 found worse value: 363.68170646199997. iteration 7133 found worse value: 363.68170646199997. iteration 7134 found worse value: 363.68170646199997. iteration7134, perturbing to get out of local maxima iteration 7135 found worse value: 363.68170646199997. iteration 7136 found worse value: 363.68170646199997. iteration 7137 found worse value: 363.68170646199997. iteration 7138 found worse value: 363.68170646199997. iteration 7139 found worse value: 363.68170646199997. iteration 7140 found worse value: 363.68170646199997. iteration 7141 found worse value: 363.68170646199997. iteration 7142 found worse value: 363.68170646199997. iteration 7143 found worse value: 363.68170646199997. iteration 7144 found worse value: 363.68170646199997. iteration 7145 found worse value: 363.68170646199997. iteration 7146 found worse value: 363.68170646199997. iteration 7147 found worse value: 363.68170646199997. iteration 7148 found worse value: 363.68170646199997. iteration 7149 found worse value: 363.68170646199997. iteration 7150 found worse value: 363.68170646199997. iteration 7151 found worse value: 363.68170646199997. iteration 7152 found worse value: 363.68170646199997. iteration 7153 found worse value: 363.68170646199997. iteration 7154 found worse value: 363.68170646199997. iteration 7155 found worse value: 363.68170646199997. iteration 7156 found worse value: 363.68170646199997. iteration 7157 found worse value: 363.68170646199997. iteration 7158 found worse value: 363.68170646199997. iteration 7159 found worse value: 363.68170646199997. iteration 7160 found worse value: 363.68170646199997. iteration 7161 found worse value: 363.68170646199997. iteration 7162 found worse value: 363.68170646199997. iteration 7163 found worse value: 363.68170646199997. iteration 7164 found worse value: 363.68170646199997. iteration 7165 found worse value: 363.68170646199997. iteration 7166 found worse value: 363.68170646199997. iteration 7167 found worse value: 363.68170646199997. iteration 7168 found worse value: 363.68170646199997. iteration 7169 found worse value: 363.68170646199997. iteration 7170 found worse value: 363.68170646199997. iteration 7171 found worse value: 363.68170646199997. iteration 7172 found worse value: 363.68170646199997. iteration7172, perturbing to get out of local maxima iteration 7173 found worse value: 363.68170646199997. iteration 7174 found worse value: 363.68170646199997. iteration 7175 found worse value: 363.68170646199997. iteration 7176 found worse value: 363.68170646199997. iteration 7177 found worse value: 363.68170646199997. iteration 7178 found worse value: 363.68170646199997. iteration 7179 found worse value: 363.68170646199997. iteration 7180 found worse value: 363.68170646199997. iteration 7181 found worse value: 363.68170646199997. iteration 7182 found worse value: 363.68170646199997. iteration 7183 found worse value: 363.68170646199997. iteration 7184 found worse value: 363.68170646199997. iteration 7185 found worse value: 363.68170646199997. iteration 7186 found worse value: 363.68170646199997. iteration 7187 found worse value: 363.68170646199997. iteration 7188 found worse value: 363.68170646199997. iteration 7189 found worse value: 363.68170646199997. iteration 7190 found worse value: 363.68170646199997. iteration 7191 found worse value: 363.68170646199997. iteration 7192 found worse value: 363.68170646199997. iteration 7193 found worse value: 363.68170646199997. iteration 7194 found worse value: 363.68170646199997. iteration 7195 found worse value: 363.68170646199997. iteration 7196 found worse value: 363.68170646199997. iteration 7197 found worse value: 363.68170646199997. iteration 7198 found worse value: 363.68170646199997. iteration 7199 found worse value: 363.68170646199997. iteration 7200 found worse value: 363.68170646199997. iteration 7201 found worse value: 363.68170646199997. iteration 7202 found worse value: 363.68170646199997. iteration 7203 found worse value: 363.68170646199997. iteration 7204 found worse value: 363.68170646199997. iteration 7205 found worse value: 363.68170646199997. iteration 7206 found worse value: 363.68170646199997. iteration 7207 found worse value: 363.68170646199997. iteration 7208 found worse value: 363.68170646199997. iteration 7209 found worse value: 363.68170646199997. iteration 7210 found worse value: 363.68170646199997. iteration 7211 found worse value: 363.68170646199997. iteration 7212 found worse value: 363.68170646199997. iteration 7213 found worse value: 363.68170646199997. iteration 7214 found worse value: 363.68170646199997. iteration 7215 found worse value: 363.68170646199997. iteration 7216 found worse value: 363.68170646199997. iteration 7217 found worse value: 363.68170646199997. iteration 7218 found worse value: 363.68170646199997. iteration 7219 found worse value: 363.68170646199997. iteration 7220 found worse value: 363.68170646199997. iteration 7221 found worse value: 363.68170646199997. iteration 7222 found worse value: 363.68170646199997. iteration 7223 found worse value: 363.68170646199997. iteration 7224 found worse value: 363.68170646199997. iteration 7225 found worse value: 363.68170646199997. iteration 7226 found worse value: 363.68170646199997. iteration 7227 found worse value: 363.68170646199997. iteration 7228 found worse value: 363.68170646199997. iteration 7229 found worse value: 363.68170646199997. iteration7229, perturbing to get out of local maxima iteration 7230 found worse value: 363.68170646199997. iteration 7231 found worse value: 363.68170646199997. iteration 7232 found worse value: 363.68170646199997. iteration 7233 found worse value: 363.68170646199997. iteration 7234 found worse value: 363.68170646199997. iteration 7235 found worse value: 363.68170646199997. iteration 7236 found worse value: 363.68170646199997. iteration 7237 found worse value: 363.68170646199997. iteration 7238 found worse value: 363.68170646199997. iteration 7239 found worse value: 363.68170646199997. iteration 7240 found worse value: 363.68170646199997. iteration7240, perturbing to get out of local maxima iteration 7241 found worse value: 363.68170646199997. iteration 7242 found worse value: 363.68170646199997. iteration 7243 found worse value: 363.68170646199997. iteration 7244 found worse value: 363.68170646199997. iteration 7245 found worse value: 363.68170646199997. iteration 7246 found worse value: 363.68170646199997. iteration 7247 found worse value: 363.68170646199997. iteration 7248 found worse value: 363.68170646199997. iteration7248, perturbing to get out of local maxima iteration 7249 found worse value: 363.68170646199997. iteration 7250 found worse value: 363.68170646199997. iteration 7251 found worse value: 363.68170646199997. iteration 7252 found worse value: 363.68170646199997. iteration 7253 found worse value: 363.68170646199997. iteration 7254 found worse value: 363.68170646199997. iteration 7255 found worse value: 363.68170646199997. iteration 7256 found worse value: 363.68170646199997. iteration 7257 found worse value: 363.68170646199997. iteration 7258 found worse value: 363.68170646199997. iteration 7259 found worse value: 363.68170646199997. iteration 7260 found worse value: 363.68170646199997. iteration 7261 found worse value: 363.68170646199997. iteration7261, perturbing to get out of local maxima iteration 7262 found worse value: 363.68170646199997. iteration 7263 found worse value: 363.68170646199997. iteration 7264 found worse value: 363.68170646199997. iteration 7265 found worse value: 363.68170646199997. iteration 7266 found worse value: 363.68170646199997. iteration 7267 found worse value: 363.68170646199997. iteration 7268 found worse value: 363.68170646199997. iteration 7269 found worse value: 363.68170646199997. iteration 7270 found worse value: 363.68170646199997. iteration 7271 found worse value: 363.68170646199997. iteration 7272 found worse value: 363.68170646199997. iteration 7273 found worse value: 363.68170646199997. iteration 7274 found worse value: 363.68170646199997. iteration 7275 found worse value: 363.68170646199997. iteration 7276 found worse value: 363.68170646199997. iteration7276, perturbing to get out of local maxima iteration 7277 found worse value: 363.68170646199997. iteration 7278 found worse value: 363.68170646199997. iteration 7279 found worse value: 363.68170646199997. iteration 7280 found worse value: 363.68170646199997. iteration 7281 found worse value: 363.68170646199997. iteration 7282 found worse value: 363.68170646199997. iteration 7283 found worse value: 363.68170646199997. iteration 7284 found worse value: 363.68170646199997. iteration 7285 found worse value: 363.68170646199997. iteration 7286 found worse value: 363.68170646199997. iteration 7287 found worse value: 363.68170646199997. iteration 7288 found worse value: 363.68170646199997. iteration 7289 found worse value: 363.68170646199997. iteration 7290 found worse value: 363.68170646199997. iteration 7291 found worse value: 363.68170646199997. iteration 7292 found worse value: 363.68170646199997. iteration 7293 found worse value: 363.68170646199997. iteration 7294 found worse value: 363.68170646199997. iteration 7295 found worse value: 363.68170646199997. iteration7295, perturbing to get out of local maxima iteration 7296 found worse value: 363.68170646199997. iteration 7297 found worse value: 363.68170646199997. iteration 7298 found worse value: 363.68170646199997. iteration 7299 found worse value: 363.68170646199997. iteration 7300 found worse value: 363.68170646199997. iteration 7301 found worse value: 363.68170646199997. iteration 7302 found worse value: 363.68170646199997. iteration 7303 found worse value: 363.68170646199997. iteration 7304 found worse value: 363.68170646199997. iteration7304, perturbing to get out of local maxima iteration 7305 found worse value: 363.68170646199997. iteration 7306 found worse value: 363.68170646199997. iteration 7307 found worse value: 363.68170646199997. iteration 7308 found worse value: 363.68170646199997. iteration7308, perturbing to get out of local maxima iteration 7309 found worse value: 363.68170646199997. iteration 7310 found worse value: 363.68170646199997. iteration 7311 found worse value: 363.68170646199997. iteration7311, perturbing to get out of local maxima iteration 7312 found worse value: 363.68170646199997. iteration 7313 found worse value: 363.68170646199997. iteration7313, perturbing to get out of local maxima iteration 7314 found worse value: 363.68170646199997. iteration7314, perturbing to get out of local maxima iteration 7315 found worse value: 363.68170646199997. iteration 7316 found worse value: 363.68170646199997. iteration 7317 found worse value: 363.68170646199997. iteration 7318 found worse value: 363.68170646199997. iteration 7319 found worse value: 363.68170646199997. iteration 7320 found worse value: 363.68170646199997. iteration 7321 found worse value: 363.68170646199997. iteration7321, perturbing to get out of local maxima iteration 7322 found worse value: 363.68170646199997. iteration 7323 found worse value: 363.68170646199997. iteration 7324 found worse value: 363.68170646199997. iteration7324, perturbing to get out of local maxima iteration 7325 found worse value: 363.68170646199997. iteration 7326 found worse value: 363.68170646199997. iteration 7327 found worse value: 363.68170646199997. iteration 7328 found worse value: 363.68170646199997. iteration 7329 found worse value: 363.68170646199997. iteration 7330 found worse value: 363.68170646199997. iteration 7331 found worse value: 363.68170646199997. iteration 7332 found worse value: 363.68170646199997. iteration7332, perturbing to get out of local maxima iteration 7333 found worse value: 363.68170646199997. iteration 7334 found worse value: 363.68170646199997. iteration 7335 found worse value: 363.68170646199997. iteration 7336 found worse value: 363.68170646199997. iteration7336, perturbing to get out of local maxima iteration 7337 found worse value: 363.68170646199997. iteration 7338 found worse value: 363.68170646199997. iteration 7339 found worse value: 363.68170646199997. iteration7339, perturbing to get out of local maxima iteration 7340 found worse value: 363.68170646199997. iteration 7341 found worse value: 363.68170646199997. iteration 7342 found worse value: 363.68170646199997. iteration 7343 found worse value: 363.68170646199997. iteration 7344 found worse value: 363.68170646199997. iteration 7345 found worse value: 363.68170646199997. iteration 7346 found worse value: 363.68170646199997. iteration 7347 found worse value: 363.68170646199997. iteration 7348 found worse value: 363.68170646199997. iteration 7349 found worse value: 363.68170646199997. iteration 7350 found worse value: 363.68170646199997. iteration 7351 found worse value: 363.68170646199997. iteration 7352 found worse value: 363.68170646199997. iteration 7353 found worse value: 363.68170646199997. iteration 7354 found worse value: 363.68170646199997. iteration 7355 found worse value: 363.68170646199997. iteration 7356 found worse value: 363.68170646199997. iteration 7357 found worse value: 363.68170646199997. iteration 7358 found worse value: 363.68170646199997. iteration 7359 found worse value: 363.68170646199997. iteration 7360 found worse value: 363.68170646199997. iteration 7361 found worse value: 363.68170646199997. iteration 7362 found worse value: 363.68170646199997. iteration 7363 found worse value: 363.68170646199997. iteration 7364 found worse value: 363.68170646199997. iteration 7365 found worse value: 363.68170646199997. iteration 7366 found worse value: 363.68170646199997. iteration 7367 found worse value: 363.68170646199997. iteration 7368 found worse value: 363.68170646199997. iteration 7369 found worse value: 363.68170646199997. iteration 7370 found worse value: 363.68170646199997. iteration7370, perturbing to get out of local maxima iteration 7371 found worse value: 363.68170646199997. iteration 7372 found worse value: 363.68170646199997. iteration 7373 found worse value: 363.68170646199997. iteration 7374 found worse value: 363.68170646199997. iteration 7375 found worse value: 363.68170646199997. iteration 7376 found worse value: 363.68170646199997. iteration 7377 found worse value: 363.68170646199997. iteration 7378 found worse value: 363.68170646199997. iteration 7379 found worse value: 363.68170646199997. iteration7379, perturbing to get out of local maxima iteration 7380 found worse value: 363.68170646199997. iteration 7381 found worse value: 363.68170646199997. iteration 7382 found worse value: 363.68170646199997. iteration 7383 found worse value: 363.68170646199997. iteration 7384 found worse value: 363.68170646199997. iteration 7385 found worse value: 363.68170646199997. iteration 7386 found worse value: 363.68170646199997. iteration 7387 found worse value: 363.68170646199997. iteration 7388 found worse value: 363.68170646199997. iteration 7389 found worse value: 363.68170646199997. iteration 7390 found worse value: 363.68170646199997. iteration 7391 found worse value: 363.68170646199997. iteration7391, perturbing to get out of local maxima iteration 7392 found worse value: 363.68170646199997. iteration 7393 found worse value: 363.68170646199997. iteration 7394 found worse value: 363.68170646199997. iteration 7395 found worse value: 363.68170646199997. iteration 7396 found worse value: 363.68170646199997. iteration 7397 found worse value: 363.68170646199997. iteration 7398 found worse value: 363.68170646199997. iteration 7399 found worse value: 363.68170646199997. iteration 7400 found worse value: 363.68170646199997. iteration 7401 found worse value: 363.68170646199997. iteration 7402 found worse value: 363.68170646199997. iteration 7403 found worse value: 363.68170646199997. iteration 7404 found worse value: 363.68170646199997. iteration 7405 found worse value: 363.68170646199997. iteration7405, perturbing to get out of local maxima iteration 7406 found worse value: 363.68170646199997. iteration 7407 found worse value: 363.68170646199997. iteration 7408 found worse value: 363.68170646199997. iteration 7409 found worse value: 363.68170646199997. iteration 7410 found worse value: 363.68170646199997. iteration 7411 found worse value: 363.68170646199997. iteration 7412 found worse value: 363.68170646199997. iteration 7413 found worse value: 363.68170646199997. iteration 7414 found worse value: 363.68170646199997. iteration 7415 found worse value: 363.68170646199997. iteration 7416 found worse value: 363.68170646199997. iteration 7417 found worse value: 363.68170646199997. iteration 7418 found worse value: 363.68170646199997. iteration 7419 found worse value: 363.68170646199997. iteration 7420 found worse value: 363.68170646199997. iteration 7421 found worse value: 363.68170646199997. iteration 7422 found worse value: 363.68170646199997. iteration 7423 found worse value: 363.68170646199997. iteration 7424 found worse value: 363.68170646199997. iteration 7425 found worse value: 363.68170646199997. iteration 7426 found worse value: 363.68170646199997. iteration 7427 found worse value: 363.68170646199997. iteration 7428 found worse value: 363.68170646199997. iteration 7429 found worse value: 363.68170646199997. iteration 7430 found worse value: 363.68170646199997. iteration 7431 found worse value: 363.68170646199997. iteration7431, perturbing to get out of local maxima iteration 7432 found worse value: 363.68170646199997. iteration 7433 found worse value: 363.68170646199997. iteration 7434 found worse value: 363.68170646199997. iteration 7435 found worse value: 363.68170646199997. iteration 7436 found worse value: 363.68170646199997. iteration7436, perturbing to get out of local maxima iteration 7437 found worse value: 363.68170646199997. iteration 7438 found worse value: 363.68170646199997. iteration 7439 found worse value: 363.68170646199997. iteration 7440 found worse value: 363.68170646199997. iteration 7441 found worse value: 363.68170646199997. iteration 7442 found worse value: 363.68170646199997. iteration 7443 found worse value: 363.68170646199997. iteration7443, perturbing to get out of local maxima iteration 7444 found worse value: 363.68170646199997. iteration 7445 found worse value: 363.68170646199997. iteration 7446 found worse value: 363.68170646199997. iteration 7447 found worse value: 363.68170646199997. iteration 7448 found worse value: 363.68170646199997. iteration 7449 found worse value: 363.68170646199997. iteration 7450 found worse value: 363.68170646199997. iteration 7451 found worse value: 363.68170646199997. iteration 7452 found worse value: 363.68170646199997. iteration 7453 found worse value: 363.68170646199997. iteration 7454 found worse value: 363.68170646199997. iteration 7455 found worse value: 363.68170646199997. iteration 7456 found worse value: 363.68170646199997. iteration 7457 found worse value: 363.68170646199997. iteration 7458 found worse value: 363.68170646199997. iteration 7459 found worse value: 363.68170646199997. iteration7459, perturbing to get out of local maxima iteration 7460 found worse value: 363.68170646199997. iteration 7461 found worse value: 363.68170646199997. iteration 7462 found worse value: 363.68170646199997. iteration 7463 found worse value: 363.68170646199997. iteration 7464 found worse value: 363.68170646199997. iteration 7465 found worse value: 363.68170646199997. iteration 7466 found worse value: 363.68170646199997. iteration 7467 found worse value: 363.68170646199997. iteration7467, perturbing to get out of local maxima iteration 7468 found worse value: 363.68170646199997. iteration 7469 found worse value: 363.68170646199997. iteration 7470 found worse value: 363.68170646199997. iteration 7471 found worse value: 363.68170646199997. iteration 7472 found worse value: 363.68170646199997. iteration 7473 found worse value: 363.68170646199997. iteration 7474 found worse value: 363.68170646199997. iteration 7475 found worse value: 363.68170646199997. iteration 7476 found worse value: 363.68170646199997. iteration 7477 found worse value: 363.68170646199997. iteration 7478 found worse value: 363.68170646199997. iteration 7479 found worse value: 363.68170646199997. iteration 7480 found worse value: 363.68170646199997. iteration 7481 found worse value: 363.68170646199997. iteration 7482 found worse value: 363.68170646199997. iteration 7483 found worse value: 363.68170646199997. iteration 7484 found worse value: 363.68170646199997. iteration 7485 found worse value: 363.68170646199997. iteration 7486 found worse value: 363.68170646199997. iteration 7487 found worse value: 363.68170646199997. iteration 7488 found worse value: 363.68170646199997. iteration 7489 found worse value: 363.68170646199997. iteration 7490 found worse value: 363.68170646199997. iteration 7491 found worse value: 363.68170646199997. iteration7491, perturbing to get out of local maxima iteration 7492 found worse value: 363.68170646199997. iteration 7493 found worse value: 363.68170646199997. iteration 7494 found worse value: 363.68170646199997. iteration 7495 found worse value: 363.68170646199997. iteration7495, perturbing to get out of local maxima iteration 7496 found worse value: 363.68170646199997. iteration 7497 found worse value: 363.68170646199997. iteration7497, perturbing to get out of local maxima iteration 7498 found worse value: 363.68170646199997. iteration 7499 found worse value: 363.68170646199997. iteration 7500 found worse value: 363.68170646199997. iteration 7501 found worse value: 363.68170646199997. iteration 7502 found worse value: 363.68170646199997. iteration 7503 found worse value: 363.68170646199997. iteration 7504 found worse value: 363.68170646199997. iteration 7505 found worse value: 363.68170646199997. iteration 7506 found worse value: 363.68170646199997. iteration 7507 found worse value: 363.68170646199997. iteration 7508 found worse value: 363.68170646199997. iteration 7509 found worse value: 363.68170646199997. iteration 7510 found worse value: 363.68170646199997. iteration 7511 found worse value: 363.68170646199997. iteration 7512 found worse value: 363.68170646199997. iteration 7513 found worse value: 363.68170646199997. iteration 7514 found worse value: 363.68170646199997. iteration 7515 found worse value: 363.68170646199997. iteration7515, perturbing to get out of local maxima iteration 7516 found worse value: 363.68170646199997. iteration 7517 found worse value: 363.68170646199997. iteration 7518 found worse value: 363.68170646199997. iteration 7519 found worse value: 363.68170646199997. iteration 7520 found worse value: 363.68170646199997. iteration 7521 found worse value: 363.68170646199997. iteration 7522 found worse value: 363.68170646199997. iteration 7523 found worse value: 363.68170646199997. iteration 7524 found worse value: 363.68170646199997. iteration 7525 found worse value: 363.68170646199997. iteration 7526 found worse value: 363.68170646199997. iteration 7527 found worse value: 363.68170646199997. iteration 7528 found worse value: 363.68170646199997. iteration 7529 found worse value: 363.68170646199997. iteration 7530 found worse value: 363.68170646199997. iteration 7531 found worse value: 363.68170646199997. iteration 7532 found worse value: 363.68170646199997. iteration 7533 found worse value: 363.68170646199997. iteration 7534 found worse value: 363.68170646199997. iteration 7535 found worse value: 363.68170646199997. iteration 7536 found worse value: 363.68170646199997. iteration 7537 found worse value: 363.68170646199997. iteration 7538 found worse value: 363.68170646199997. iteration 7539 found worse value: 363.68170646199997. iteration 7540 found worse value: 363.68170646199997. iteration 7541 found worse value: 363.68170646199997. iteration 7542 found worse value: 363.68170646199997. iteration 7543 found worse value: 363.68170646199997. iteration 7544 found worse value: 363.68170646199997. iteration 7545 found worse value: 363.68170646199997. iteration 7546 found worse value: 363.68170646199997. iteration 7547 found worse value: 363.68170646199997. iteration7547, perturbing to get out of local maxima iteration 7548 found worse value: 363.68170646199997. iteration 7549 found worse value: 363.68170646199997. iteration 7550 found worse value: 363.68170646199997. iteration7550, perturbing to get out of local maxima iteration 7551 found worse value: 363.68170646199997. iteration 7552 found worse value: 363.68170646199997. iteration 7553 found worse value: 363.68170646199997. iteration 7554 found worse value: 363.68170646199997. iteration 7555 found worse value: 363.68170646199997. iteration 7556 found worse value: 363.68170646199997. iteration 7557 found worse value: 363.68170646199997. iteration 7558 found worse value: 363.68170646199997. iteration 7559 found worse value: 363.68170646199997. iteration 7560 found worse value: 363.68170646199997. iteration 7561 found worse value: 363.68170646199997. iteration 7562 found worse value: 363.68170646199997. iteration 7563 found worse value: 363.68170646199997. iteration 7564 found worse value: 363.68170646199997. iteration 7565 found worse value: 363.68170646199997. iteration 7566 found worse value: 363.68170646199997. iteration 7567 found worse value: 363.68170646199997. iteration 7568 found worse value: 363.68170646199997. iteration 7569 found worse value: 363.68170646199997. iteration 7570 found worse value: 363.68170646199997. iteration 7571 found worse value: 363.68170646199997. iteration 7572 found worse value: 363.68170646199997. iteration7572, perturbing to get out of local maxima iteration 7573 found worse value: 363.68170646199997. iteration7573, perturbing to get out of local maxima iteration 7574 found worse value: 363.68170646199997. iteration 7575 found worse value: 363.68170646199997. iteration7575, perturbing to get out of local maxima iteration 7576 found worse value: 363.68170646199997. iteration 7577 found worse value: 363.68170646199997. iteration 7578 found worse value: 363.68170646199997. iteration 7579 found worse value: 363.68170646199997. iteration 7580 found worse value: 363.68170646199997. iteration 7581 found worse value: 363.68170646199997. iteration 7582 found worse value: 363.68170646199997. iteration 7583 found worse value: 363.68170646199997. iteration 7584 found worse value: 363.68170646199997. iteration 7585 found worse value: 363.68170646199997. iteration 7586 found worse value: 363.68170646199997. iteration 7587 found worse value: 363.68170646199997. iteration 7588 found worse value: 363.68170646199997. iteration 7589 found worse value: 363.68170646199997. iteration 7590 found worse value: 363.68170646199997. iteration7590, perturbing to get out of local maxima iteration 7591 found worse value: 363.68170646199997. iteration 7592 found worse value: 363.68170646199997. iteration7592, perturbing to get out of local maxima iteration 7593 found worse value: 363.68170646199997. iteration 7594 found worse value: 363.68170646199997. iteration 7595 found worse value: 363.68170646199997. iteration7595, perturbing to get out of local maxima iteration 7596 found worse value: 363.68170646199997. iteration 7597 found worse value: 363.68170646199997. iteration7597, perturbing to get out of local maxima iteration 7598 found worse value: 363.68170646199997. iteration 7599 found worse value: 363.68170646199997. iteration 7600 found worse value: 363.68170646199997. iteration 7601 found worse value: 363.68170646199997. iteration 7602 found worse value: 363.68170646199997. iteration 7603 found worse value: 363.68170646199997. iteration 7604 found worse value: 363.68170646199997. iteration 7605 found worse value: 363.68170646199997. iteration 7606 found worse value: 363.68170646199997. iteration 7607 found worse value: 363.68170646199997. iteration 7608 found worse value: 363.68170646199997. iteration 7609 found worse value: 363.68170646199997. iteration 7610 found worse value: 363.68170646199997. iteration 7611 found worse value: 363.68170646199997. iteration 7612 found worse value: 363.68170646199997. iteration 7613 found worse value: 363.68170646199997. iteration 7614 found worse value: 363.68170646199997. iteration 7615 found worse value: 363.68170646199997. iteration 7616 found worse value: 363.68170646199997. iteration 7617 found worse value: 363.68170646199997. iteration 7618 found worse value: 363.68170646199997. iteration7618, perturbing to get out of local maxima iteration 7619 found worse value: 363.68170646199997. iteration 7620 found worse value: 363.68170646199997. iteration 7621 found worse value: 363.68170646199997. iteration 7622 found worse value: 363.68170646199997. iteration7622, perturbing to get out of local maxima iteration 7623 found worse value: 363.68170646199997. iteration7623, perturbing to get out of local maxima iteration 7624 found worse value: 363.68170646199997. iteration7624, perturbing to get out of local maxima iteration 7625 found worse value: 363.68170646199997. iteration 7626 found worse value: 363.68170646199997. iteration 7627 found worse value: 363.68170646199997. iteration 7628 found worse value: 363.68170646199997. iteration 7629 found worse value: 363.68170646199997. iteration 7630 found worse value: 363.68170646199997. iteration 7631 found worse value: 363.68170646199997. iteration 7632 found worse value: 363.68170646199997. iteration 7633 found worse value: 363.68170646199997. iteration 7634 found worse value: 363.68170646199997. iteration 7635 found worse value: 363.68170646199997. iteration 7636 found worse value: 363.68170646199997. iteration 7637 found worse value: 363.68170646199997. iteration 7638 found worse value: 363.68170646199997. iteration 7639 found worse value: 363.68170646199997. iteration 7640 found worse value: 363.68170646199997. iteration 7641 found worse value: 363.68170646199997. iteration 7642 found worse value: 363.68170646199997. iteration7642, perturbing to get out of local maxima iteration 7643 found worse value: 363.68170646199997. iteration 7644 found worse value: 363.68170646199997. iteration 7645 found worse value: 363.68170646199997. iteration 7646 found worse value: 363.68170646199997. iteration 7647 found worse value: 363.68170646199997. iteration 7648 found worse value: 363.68170646199997. iteration 7649 found worse value: 363.68170646199997. iteration 7650 found worse value: 363.68170646199997. iteration 7651 found worse value: 363.68170646199997. iteration 7652 found worse value: 363.68170646199997. iteration7652, perturbing to get out of local maxima iteration 7653 found worse value: 363.68170646199997. iteration 7654 found worse value: 363.68170646199997. iteration 7655 found worse value: 363.68170646199997. iteration 7656 found worse value: 363.68170646199997. iteration 7657 found worse value: 363.68170646199997. iteration7657, perturbing to get out of local maxima iteration 7658 found worse value: 363.68170646199997. iteration 7659 found worse value: 363.68170646199997. iteration 7660 found worse value: 363.68170646199997. iteration 7661 found worse value: 363.68170646199997. iteration 7662 found worse value: 363.68170646199997. iteration 7663 found worse value: 363.68170646199997. iteration 7664 found worse value: 363.68170646199997. iteration7664, perturbing to get out of local maxima iteration 7665 found worse value: 363.68170646199997. iteration 7666 found worse value: 363.68170646199997. iteration 7667 found worse value: 363.68170646199997. iteration 7668 found worse value: 363.68170646199997. iteration 7669 found worse value: 363.68170646199997. iteration 7670 found worse value: 363.68170646199997. iteration 7671 found worse value: 363.68170646199997. iteration 7672 found worse value: 363.68170646199997. iteration 7673 found worse value: 363.68170646199997. iteration 7674 found worse value: 363.68170646199997. iteration 7675 found worse value: 363.68170646199997. iteration 7676 found worse value: 363.68170646199997. iteration7676, perturbing to get out of local maxima iteration 7677 found worse value: 363.68170646199997. iteration 7678 found worse value: 363.68170646199997. iteration 7679 found worse value: 363.68170646199997. iteration 7680 found worse value: 363.68170646199997. iteration7680, perturbing to get out of local maxima iteration 7681 found worse value: 363.68170646199997. iteration 7682 found worse value: 363.68170646199997. iteration 7683 found worse value: 363.68170646199997. iteration 7684 found worse value: 363.68170646199997. iteration 7685 found worse value: 363.68170646199997. iteration 7686 found worse value: 363.68170646199997. iteration 7687 found worse value: 363.68170646199997. iteration 7688 found worse value: 363.68170646199997. iteration 7689 found worse value: 363.68170646199997. iteration 7690 found worse value: 363.68170646199997. iteration 7691 found worse value: 363.68170646199997. iteration 7692 found worse value: 363.68170646199997. iteration 7693 found worse value: 363.68170646199997. iteration 7694 found worse value: 363.68170646199997. iteration 7695 found worse value: 363.68170646199997. iteration 7696 found worse value: 363.68170646199997. iteration 7697 found worse value: 363.68170646199997. iteration 7698 found worse value: 363.68170646199997. iteration 7699 found worse value: 363.68170646199997. iteration 7700 found worse value: 363.68170646199997. iteration 7701 found worse value: 363.68170646199997. iteration 7702 found worse value: 363.68170646199997. iteration7702, perturbing to get out of local maxima iteration 7703 found worse value: 363.68170646199997. iteration 7704 found worse value: 363.68170646199997. iteration 7705 found worse value: 363.68170646199997. iteration 7706 found worse value: 363.68170646199997. iteration 7707 found worse value: 363.68170646199997. iteration 7708 found worse value: 363.68170646199997. iteration 7709 found worse value: 363.68170646199997. iteration 7710 found worse value: 363.68170646199997. iteration 7711 found worse value: 363.68170646199997. iteration 7712 found worse value: 363.68170646199997. iteration 7713 found worse value: 363.68170646199997. iteration 7714 found worse value: 363.68170646199997. iteration 7715 found worse value: 363.68170646199997. iteration 7716 found worse value: 363.68170646199997. iteration7716, perturbing to get out of local maxima iteration 7717 found worse value: 363.68170646199997. iteration 7718 found worse value: 363.68170646199997. iteration 7719 found worse value: 363.68170646199997. iteration 7720 found worse value: 363.68170646199997. iteration 7721 found worse value: 363.68170646199997. iteration 7722 found worse value: 363.68170646199997. iteration 7723 found worse value: 363.68170646199997. iteration 7724 found worse value: 363.68170646199997. iteration 7725 found worse value: 363.68170646199997. iteration 7726 found worse value: 363.68170646199997. iteration 7727 found worse value: 363.68170646199997. iteration 7728 found worse value: 363.68170646199997. iteration 7729 found worse value: 363.68170646199997. iteration 7730 found worse value: 363.68170646199997. iteration 7731 found worse value: 363.68170646199997. iteration 7732 found worse value: 363.68170646199997. iteration 7733 found worse value: 363.68170646199997. iteration 7734 found worse value: 363.68170646199997. iteration 7735 found worse value: 363.68170646199997. iteration 7736 found worse value: 363.68170646199997. iteration 7737 found worse value: 363.68170646199997. iteration 7738 found worse value: 363.68170646199997. iteration7738, perturbing to get out of local maxima iteration 7739 found worse value: 363.68170646199997. iteration 7740 found worse value: 363.68170646199997. iteration7740, perturbing to get out of local maxima iteration 7741 found worse value: 363.68170646199997. iteration 7742 found worse value: 363.68170646199997. iteration 7743 found worse value: 363.68170646199997. iteration 7744 found worse value: 363.68170646199997. iteration 7745 found worse value: 363.68170646199997. iteration 7746 found worse value: 363.68170646199997. iteration 7747 found worse value: 363.68170646199997. iteration 7748 found worse value: 363.68170646199997. iteration 7749 found worse value: 363.68170646199997. iteration 7750 found worse value: 363.68170646199997. iteration 7751 found worse value: 363.68170646199997. iteration 7752 found worse value: 363.68170646199997. iteration 7753 found worse value: 363.68170646199997. iteration 7754 found worse value: 363.68170646199997. iteration 7755 found worse value: 363.68170646199997. iteration 7756 found worse value: 363.68170646199997. iteration 7757 found worse value: 363.68170646199997. iteration 7758 found worse value: 363.68170646199997. iteration 7759 found worse value: 363.68170646199997. iteration 7760 found worse value: 363.68170646199997. iteration 7761 found worse value: 363.68170646199997. iteration 7762 found worse value: 363.68170646199997. iteration 7763 found worse value: 363.68170646199997. iteration7763, perturbing to get out of local maxima iteration 7764 found worse value: 363.68170646199997. iteration 7765 found worse value: 363.68170646199997. iteration 7766 found worse value: 363.68170646199997. iteration7766, perturbing to get out of local maxima iteration 7767 found worse value: 363.68170646199997. iteration 7768 found worse value: 363.68170646199997. iteration 7769 found better value: 363.68200702099995 iteration 7770 found worse value: 363.68200702099995. iteration 7771 found worse value: 363.68200702099995. iteration 7772 found worse value: 363.68200702099995. iteration 7773 found better value: 363.68205294099994 iteration 7774 found worse value: 363.68205294099994. iteration 7775 found worse value: 363.68205294099994. iteration 7776 found worse value: 363.68205294099994. iteration 7777 found worse value: 363.68205294099994. iteration 7778 found worse value: 363.68205294099994. iteration 7779 found worse value: 363.68205294099994. iteration 7780 found worse value: 363.68205294099994. iteration 7781 found worse value: 363.68205294099994. iteration 7782 found worse value: 363.68205294099994. iteration 7783 found worse value: 363.68205294099994. iteration 7784 found worse value: 363.68205294099994. iteration 7785 found worse value: 363.68205294099994. iteration 7786 found worse value: 363.68205294099994. iteration 7787 found worse value: 363.68205294099994. iteration 7788 found worse value: 363.68205294099994. iteration 7789 found worse value: 363.68205294099994. iteration 7790 found worse value: 363.68205294099994. iteration 7791 found worse value: 363.68205294099994. iteration 7792 found worse value: 363.68205294099994. iteration 7793 found worse value: 363.68205294099994. iteration 7794 found worse value: 363.68205294099994. iteration 7795 found worse value: 363.68205294099994. iteration 7796 found worse value: 363.68205294099994. iteration 7797 found worse value: 363.68205294099994. iteration 7798 found worse value: 363.68205294099994. iteration 7799 found worse value: 363.68205294099994. iteration 7800 found worse value: 363.68205294099994. iteration7800, perturbing to get out of local maxima iteration 7801 found worse value: 363.68205294099994. iteration 7802 found worse value: 363.68205294099994. iteration 7803 found worse value: 363.68205294099994. iteration 7804 found worse value: 363.68205294099994. iteration 7805 found worse value: 363.68205294099994. iteration 7806 found worse value: 363.68205294099994. iteration 7807 found worse value: 363.68205294099994. iteration7807, perturbing to get out of local maxima iteration 7808 found worse value: 363.68205294099994. iteration 7809 found worse value: 363.68205294099994. iteration 7810 found worse value: 363.68205294099994. iteration 7811 found worse value: 363.68205294099994. iteration 7812 found worse value: 363.68205294099994. iteration 7813 found worse value: 363.68205294099994. iteration 7814 found worse value: 363.68205294099994. iteration 7815 found worse value: 363.68205294099994. iteration 7816 found worse value: 363.68205294099994. iteration 7817 found worse value: 363.68205294099994. iteration 7818 found worse value: 363.68205294099994. iteration 7819 found worse value: 363.68205294099994. iteration 7820 found worse value: 363.68205294099994. iteration 7821 found worse value: 363.68205294099994. iteration 7822 found worse value: 363.68205294099994. iteration 7823 found worse value: 363.68205294099994. iteration 7824 found worse value: 363.68205294099994. iteration 7825 found worse value: 363.68205294099994. iteration 7826 found worse value: 363.68205294099994. iteration 7827 found worse value: 363.68205294099994. iteration 7828 found worse value: 363.68205294099994. iteration 7829 found worse value: 363.68205294099994. iteration 7830 found worse value: 363.68205294099994. iteration 7831 found worse value: 363.68205294099994. iteration 7832 found worse value: 363.68205294099994. iteration 7833 found worse value: 363.68205294099994. iteration 7834 found worse value: 363.68205294099994. iteration 7835 found better value: 363.6827014649999 iteration 7836 found better value: 363.68276968199996 iteration 7837 found worse value: 363.68276968199996. iteration 7838 found worse value: 363.68276968199996. iteration 7839 found worse value: 363.68276968199996. iteration 7840 found worse value: 363.68276968199996. iteration 7841 found better value: 363.68332442199994 iteration 7842 found worse value: 363.68332442199994. iteration7842, perturbing to get out of local maxima iteration 7843 found worse value: 363.68332442199994. iteration 7844 found worse value: 363.68332442199994. iteration 7845 found worse value: 363.68332442199994. iteration 7846 found worse value: 363.68332442199994. iteration 7847 found worse value: 363.68332442199994. iteration 7848 found worse value: 363.68332442199994. iteration 7849 found worse value: 363.68332442199994. iteration 7850 found worse value: 363.68332442199994. iteration 7851 found worse value: 363.68332442199994. iteration 7852 found worse value: 363.68332442199994. iteration 7853 found worse value: 363.68332442199994. iteration 7854 found worse value: 363.68332442199994. iteration 7855 found worse value: 363.68332442199994. iteration 7856 found worse value: 363.68332442199994. iteration 7857 found worse value: 363.68332442199994. iteration 7858 found worse value: 363.68332442199994. iteration 7859 found worse value: 363.68332442199994. iteration 7860 found worse value: 363.68332442199994. iteration 7861 found worse value: 363.68332442199994. iteration 7862 found worse value: 363.68332442199994. iteration 7863 found worse value: 363.68332442199994. iteration 7864 found worse value: 363.68332442199994. iteration 7865 found worse value: 363.68332442199994. iteration 7866 found worse value: 363.68332442199994. iteration 7867 found worse value: 363.68332442199994. iteration 7868 found worse value: 363.68332442199994. iteration 7869 found worse value: 363.68332442199994. iteration 7870 found worse value: 363.68332442199994. iteration 7871 found worse value: 363.68332442199994. iteration 7872 found worse value: 363.68332442199994. iteration 7873 found worse value: 363.68332442199994. iteration 7874 found worse value: 363.68332442199994. iteration 7875 found worse value: 363.68332442199994. iteration 7876 found worse value: 363.68332442199994. iteration 7877 found worse value: 363.68332442199994. iteration 7878 found worse value: 363.68332442199994. iteration 7879 found worse value: 363.68332442199994. iteration 7880 found worse value: 363.68332442199994. iteration 7881 found worse value: 363.68332442199994. iteration 7882 found worse value: 363.68332442199994. iteration 7883 found better value: 363.684509859 iteration 7884 found worse value: 363.684509859. iteration 7885 found worse value: 363.684509859. iteration 7886 found worse value: 363.684509859. iteration 7887 found worse value: 363.684509859. iteration 7888 found worse value: 363.684509859. iteration 7889 found worse value: 363.684509859. iteration 7890 found better value: 363.68452562299996 iteration 7891 found worse value: 363.68452562299996. iteration 7892 found worse value: 363.68452562299996. iteration 7893 found worse value: 363.68452562299996. iteration7893, perturbing to get out of local maxima iteration 7894 found worse value: 363.68452562299996. iteration 7895 found worse value: 363.68452562299996. iteration 7896 found worse value: 363.68452562299996. iteration7896, perturbing to get out of local maxima iteration 7897 found worse value: 363.68452562299996. iteration 7898 found worse value: 363.68452562299996. iteration 7899 found worse value: 363.68452562299996. iteration 7900 found worse value: 363.68452562299996. iteration 7901 found worse value: 363.68452562299996. iteration 7902 found worse value: 363.68452562299996. iteration 7903 found worse value: 363.68452562299996. iteration 7904 found worse value: 363.68452562299996. iteration 7905 found worse value: 363.68452562299996. iteration 7906 found worse value: 363.68452562299996. iteration 7907 found worse value: 363.68452562299996. iteration 7908 found worse value: 363.68452562299996. iteration7908, perturbing to get out of local maxima iteration 7909 found worse value: 363.68452562299996. iteration 7910 found worse value: 363.68452562299996. iteration 7911 found worse value: 363.68452562299996. iteration 7912 found worse value: 363.68452562299996. iteration 7913 found worse value: 363.68452562299996. iteration 7914 found worse value: 363.68452562299996. iteration 7915 found worse value: 363.68452562299996. iteration 7916 found worse value: 363.68452562299996. iteration 7917 found worse value: 363.68452562299996. iteration 7918 found worse value: 363.68452562299996. iteration 7919 found worse value: 363.68452562299996. iteration 7920 found worse value: 363.68452562299996. iteration 7921 found worse value: 363.68452562299996. iteration 7922 found worse value: 363.68452562299996. iteration 7923 found worse value: 363.68452562299996. iteration 7924 found worse value: 363.68452562299996. iteration 7925 found worse value: 363.68452562299996. iteration 7926 found worse value: 363.68452562299996. iteration 7927 found worse value: 363.68452562299996. iteration 7928 found worse value: 363.68452562299996. iteration 7929 found worse value: 363.68452562299996. iteration 7930 found worse value: 363.68452562299996. iteration 7931 found worse value: 363.68452562299996. iteration 7932 found worse value: 363.68452562299996. iteration 7933 found worse value: 363.68452562299996. iteration7933, perturbing to get out of local maxima iteration 7934 found worse value: 363.68452562299996. iteration 7935 found worse value: 363.68452562299996. iteration 7936 found worse value: 363.68452562299996. iteration 7937 found worse value: 363.68452562299996. iteration 7938 found worse value: 363.68452562299996. iteration 7939 found worse value: 363.68452562299996. iteration 7940 found worse value: 363.68452562299996. iteration 7941 found worse value: 363.68452562299996. iteration 7942 found worse value: 363.68452562299996. iteration 7943 found worse value: 363.68452562299996. iteration 7944 found worse value: 363.68452562299996. iteration 7945 found worse value: 363.68452562299996. iteration 7946 found worse value: 363.68452562299996. iteration 7947 found worse value: 363.68452562299996. iteration 7948 found worse value: 363.68452562299996. iteration 7949 found worse value: 363.68452562299996. iteration 7950 found worse value: 363.68452562299996. iteration 7951 found worse value: 363.68452562299996. iteration 7952 found worse value: 363.68452562299996. iteration7952, perturbing to get out of local maxima iteration 7953 found worse value: 363.68452562299996. iteration7953, perturbing to get out of local maxima iteration 7954 found worse value: 363.68452562299996. iteration 7955 found worse value: 363.68452562299996. iteration 7956 found worse value: 363.68452562299996. iteration 7957 found worse value: 363.68452562299996. iteration 7958 found worse value: 363.68452562299996. iteration 7959 found worse value: 363.68452562299996. iteration 7960 found worse value: 363.68452562299996. iteration 7961 found worse value: 363.68452562299996. iteration 7962 found worse value: 363.68452562299996. iteration 7963 found worse value: 363.68452562299996. iteration 7964 found worse value: 363.68452562299996. iteration 7965 found worse value: 363.68452562299996. iteration7965, perturbing to get out of local maxima iteration 7966 found worse value: 363.68452562299996. iteration 7967 found worse value: 363.68452562299996. iteration 7968 found worse value: 363.68452562299996. iteration 7969 found worse value: 363.68452562299996. iteration 7970 found worse value: 363.68452562299996. iteration 7971 found worse value: 363.68452562299996. iteration 7972 found worse value: 363.68452562299996. iteration7972, perturbing to get out of local maxima iteration 7973 found worse value: 363.68452562299996. iteration 7974 found worse value: 363.68452562299996. iteration 7975 found worse value: 363.68452562299996. iteration7975, perturbing to get out of local maxima iteration 7976 found worse value: 363.68452562299996. iteration 7977 found worse value: 363.68452562299996. iteration7977, perturbing to get out of local maxima iteration 7978 found worse value: 363.68452562299996. iteration 7979 found worse value: 363.68452562299996. iteration 7980 found worse value: 363.68452562299996. iteration 7981 found worse value: 363.68452562299996. iteration 7982 found worse value: 363.68452562299996. iteration 7983 found worse value: 363.68452562299996. iteration 7984 found worse value: 363.68452562299996. iteration 7985 found worse value: 363.68452562299996. iteration 7986 found worse value: 363.68452562299996. iteration 7987 found worse value: 363.68452562299996. iteration 7988 found worse value: 363.68452562299996. iteration 7989 found worse value: 363.68452562299996. iteration 7990 found worse value: 363.68452562299996. iteration 7991 found worse value: 363.68452562299996. iteration 7992 found worse value: 363.68452562299996. iteration 7993 found worse value: 363.68452562299996. iteration 7994 found worse value: 363.68452562299996. iteration 7995 found worse value: 363.68452562299996. iteration 7996 found worse value: 363.68452562299996. iteration 7997 found worse value: 363.68452562299996. iteration 7998 found worse value: 363.68452562299996. iteration 7999 found worse value: 363.68452562299996. iteration 8000 found worse value: 363.68452562299996. iteration 8001 found worse value: 363.68452562299996. iteration 8002 found worse value: 363.68452562299996. iteration 8003 found worse value: 363.68452562299996. iteration 8004 found worse value: 363.68452562299996. iteration 8005 found worse value: 363.68452562299996. iteration 8006 found worse value: 363.68452562299996. iteration 8007 found worse value: 363.68452562299996. iteration 8008 found worse value: 363.68452562299996. iteration 8009 found worse value: 363.68452562299996. iteration 8010 found worse value: 363.68452562299996. iteration 8011 found worse value: 363.68452562299996. iteration8011, perturbing to get out of local maxima iteration 8012 found worse value: 363.68452562299996. iteration 8013 found worse value: 363.68452562299996. iteration8013, perturbing to get out of local maxima iteration 8014 found worse value: 363.68452562299996. iteration 8015 found worse value: 363.68452562299996. iteration 8016 found worse value: 363.68452562299996. iteration 8017 found worse value: 363.68452562299996. iteration 8018 found worse value: 363.68452562299996. iteration 8019 found worse value: 363.68452562299996. iteration 8020 found worse value: 363.68452562299996. iteration 8021 found worse value: 363.68452562299996. iteration 8022 found worse value: 363.68452562299996. iteration 8023 found worse value: 363.68452562299996. iteration 8024 found worse value: 363.68452562299996. iteration 8025 found worse value: 363.68452562299996. iteration 8026 found worse value: 363.68452562299996. iteration 8027 found worse value: 363.68452562299996. iteration 8028 found worse value: 363.68452562299996. iteration 8029 found worse value: 363.68452562299996. iteration8029, perturbing to get out of local maxima iteration 8030 found worse value: 363.68452562299996. iteration 8031 found worse value: 363.68452562299996. iteration 8032 found worse value: 363.68452562299996. iteration 8033 found worse value: 363.68452562299996. iteration 8034 found worse value: 363.68452562299996. iteration 8035 found worse value: 363.68452562299996. iteration8035, perturbing to get out of local maxima iteration 8036 found worse value: 363.68452562299996. iteration 8037 found worse value: 363.68452562299996. iteration 8038 found worse value: 363.68452562299996. iteration 8039 found worse value: 363.68452562299996. iteration 8040 found worse value: 363.68452562299996. iteration8040, perturbing to get out of local maxima iteration 8041 found worse value: 363.68452562299996. iteration 8042 found worse value: 363.68452562299996. iteration 8043 found worse value: 363.68452562299996. iteration 8044 found worse value: 363.68452562299996. iteration 8045 found worse value: 363.68452562299996. iteration 8046 found worse value: 363.68452562299996. iteration 8047 found worse value: 363.68452562299996. iteration 8048 found worse value: 363.68452562299996. iteration 8049 found worse value: 363.68452562299996. iteration 8050 found worse value: 363.68452562299996. iteration 8051 found worse value: 363.68452562299996. iteration 8052 found better value: 363.684919756 iteration 8053 found worse value: 363.684919756. iteration 8054 found worse value: 363.684919756. iteration 8055 found worse value: 363.684919756. iteration 8056 found worse value: 363.684919756. iteration 8057 found worse value: 363.684919756. iteration8057, perturbing to get out of local maxima iteration 8058 found worse value: 363.684919756. iteration 8059 found worse value: 363.684919756. iteration 8060 found worse value: 363.684919756. iteration 8061 found worse value: 363.684919756. iteration 8062 found worse value: 363.684919756. iteration 8063 found worse value: 363.684919756. iteration 8064 found worse value: 363.684919756. iteration 8065 found worse value: 363.684919756. iteration 8066 found worse value: 363.684919756. iteration 8067 found worse value: 363.684919756. iteration 8068 found worse value: 363.684919756. iteration 8069 found worse value: 363.684919756. iteration 8070 found worse value: 363.684919756. iteration 8071 found worse value: 363.684919756. iteration 8072 found worse value: 363.684919756. iteration 8073 found worse value: 363.684919756. iteration 8074 found worse value: 363.684919756. iteration 8075 found better value: 363.685489461 iteration 8076 found worse value: 363.685489461. iteration 8077 found worse value: 363.685489461. iteration 8078 found worse value: 363.685489461. iteration 8079 found worse value: 363.685489461. iteration 8080 found worse value: 363.685489461. iteration 8081 found worse value: 363.685489461. iteration 8082 found worse value: 363.685489461. iteration 8083 found worse value: 363.685489461. iteration 8084 found worse value: 363.685489461. iteration 8085 found worse value: 363.685489461. iteration 8086 found worse value: 363.685489461. iteration 8087 found worse value: 363.685489461. iteration 8088 found worse value: 363.685489461. iteration 8089 found worse value: 363.685489461. iteration 8090 found worse value: 363.685489461. iteration 8091 found worse value: 363.685489461. iteration 8092 found worse value: 363.685489461. iteration8092, perturbing to get out of local maxima iteration 8093 found worse value: 363.685489461. iteration 8094 found worse value: 363.685489461. iteration 8095 found worse value: 363.685489461. iteration 8096 found worse value: 363.685489461. iteration 8097 found worse value: 363.685489461. iteration 8098 found worse value: 363.685489461. iteration 8099 found worse value: 363.685489461. iteration 8100 found worse value: 363.685489461. iteration 8101 found worse value: 363.685489461. iteration 8102 found worse value: 363.685489461. iteration 8103 found worse value: 363.685489461. iteration 8104 found worse value: 363.685489461. iteration 8105 found worse value: 363.685489461. iteration 8106 found worse value: 363.685489461. iteration 8107 found worse value: 363.685489461. iteration 8108 found worse value: 363.685489461. iteration 8109 found worse value: 363.685489461. iteration 8110 found worse value: 363.685489461. iteration 8111 found worse value: 363.685489461. iteration 8112 found worse value: 363.685489461. iteration 8113 found worse value: 363.685489461. iteration 8114 found worse value: 363.685489461. iteration 8115 found worse value: 363.685489461. iteration 8116 found worse value: 363.685489461. iteration 8117 found worse value: 363.685489461. iteration 8118 found worse value: 363.685489461. iteration 8119 found worse value: 363.685489461. iteration 8120 found worse value: 363.685489461. iteration 8121 found worse value: 363.685489461. iteration 8122 found worse value: 363.685489461. iteration 8123 found worse value: 363.685489461. iteration 8124 found worse value: 363.685489461. iteration8124, perturbing to get out of local maxima iteration 8125 found worse value: 363.685489461. iteration8125, perturbing to get out of local maxima iteration 8126 found worse value: 363.685489461. iteration 8127 found worse value: 363.685489461. iteration 8128 found worse value: 363.685489461. iteration 8129 found worse value: 363.685489461. iteration 8130 found worse value: 363.685489461. iteration 8131 found worse value: 363.685489461. iteration 8132 found worse value: 363.685489461. iteration 8133 found worse value: 363.685489461. iteration 8134 found worse value: 363.685489461. iteration8134, perturbing to get out of local maxima iteration 8135 found worse value: 363.685489461. iteration 8136 found worse value: 363.685489461. iteration 8137 found worse value: 363.685489461. iteration 8138 found worse value: 363.685489461. iteration 8139 found worse value: 363.685489461. iteration 8140 found worse value: 363.685489461. iteration 8141 found worse value: 363.685489461. iteration 8142 found worse value: 363.685489461. iteration 8143 found worse value: 363.685489461. iteration 8144 found worse value: 363.685489461. iteration 8145 found worse value: 363.685489461. iteration 8146 found worse value: 363.685489461. iteration 8147 found worse value: 363.685489461. iteration 8148 found worse value: 363.685489461. iteration 8149 found worse value: 363.685489461. iteration 8150 found worse value: 363.685489461. iteration 8151 found worse value: 363.685489461. iteration 8152 found worse value: 363.685489461. iteration 8153 found worse value: 363.685489461. iteration 8154 found worse value: 363.685489461. iteration8154, perturbing to get out of local maxima iteration 8155 found worse value: 363.685489461. iteration8155, perturbing to get out of local maxima iteration 8156 found worse value: 363.685489461. iteration 8157 found worse value: 363.685489461. iteration 8158 found worse value: 363.685489461. iteration 8159 found worse value: 363.685489461. iteration 8160 found worse value: 363.685489461. iteration 8161 found better value: 363.686268897 iteration 8162 found worse value: 363.686268897. iteration 8163 found worse value: 363.686268897. iteration 8164 found worse value: 363.686268897. iteration 8165 found worse value: 363.686268897. iteration 8166 found worse value: 363.686268897. iteration8166, perturbing to get out of local maxima iteration 8167 found worse value: 363.686268897. iteration 8168 found better value: 363.686325366 iteration 8169 found worse value: 363.686325366. iteration 8170 found worse value: 363.686325366. iteration8170, perturbing to get out of local maxima iteration 8171 found worse value: 363.686325366. iteration 8172 found worse value: 363.686325366. iteration 8173 found worse value: 363.686325366. iteration 8174 found worse value: 363.686325366. iteration 8175 found better value: 363.68634489600004 iteration 8176 found worse value: 363.68634489600004. iteration 8177 found worse value: 363.68634489600004. iteration 8178 found worse value: 363.68634489600004. iteration 8179 found worse value: 363.68634489600004. iteration 8180 found worse value: 363.68634489600004. iteration 8181 found worse value: 363.68634489600004. iteration 8182 found worse value: 363.68634489600004. iteration 8183 found worse value: 363.68634489600004. iteration 8184 found worse value: 363.68634489600004. iteration 8185 found better value: 363.686376225 iteration 8186 found worse value: 363.686376225. iteration 8187 found worse value: 363.686376225. iteration 8188 found worse value: 363.686376225. iteration 8189 found worse value: 363.686376225. iteration 8190 found worse value: 363.686376225. iteration 8191 found worse value: 363.686376225. iteration 8192 found worse value: 363.686376225. iteration 8193 found worse value: 363.686376225. iteration 8194 found worse value: 363.686376225. iteration 8195 found worse value: 363.686376225. iteration 8196 found worse value: 363.686376225. iteration 8197 found worse value: 363.686376225. iteration 8198 found better value: 363.686755589 iteration 8199 found worse value: 363.686755589. iteration 8200 found worse value: 363.686755589. iteration 8201 found worse value: 363.686755589. iteration 8202 found better value: 363.6876261 iteration 8203 found worse value: 363.6876261. iteration 8204 found worse value: 363.6876261. iteration 8205 found worse value: 363.6876261. iteration 8206 found worse value: 363.6876261. iteration 8207 found better value: 363.687630739 iteration 8208 found worse value: 363.687630739. iteration 8209 found better value: 363.687660276 iteration 8210 found worse value: 363.687660276. iteration 8211 found worse value: 363.687660276. iteration 8212 found better value: 363.68863479199996 iteration 8213 found worse value: 363.68863479199996. iteration 8214 found worse value: 363.68863479199996. iteration 8215 found worse value: 363.68863479199996. iteration 8216 found worse value: 363.68863479199996. iteration 8217 found worse value: 363.68863479199996. iteration 8218 found worse value: 363.68863479199996. iteration 8219 found worse value: 363.68863479199996. iteration 8220 found worse value: 363.68863479199996. iteration 8221 found worse value: 363.68863479199996. iteration 8222 found worse value: 363.68863479199996. iteration 8223 found worse value: 363.68863479199996. iteration 8224 found worse value: 363.68863479199996. iteration 8225 found worse value: 363.68863479199996. iteration8225, perturbing to get out of local maxima iteration 8226 found worse value: 363.68863479199996. iteration 8227 found worse value: 363.68863479199996. iteration 8228 found worse value: 363.68863479199996. iteration 8229 found worse value: 363.68863479199996. iteration 8230 found worse value: 363.68863479199996. iteration 8231 found worse value: 363.68863479199996. iteration 8232 found worse value: 363.68863479199996. iteration 8233 found worse value: 363.68863479199996. iteration 8234 found worse value: 363.68863479199996. iteration 8235 found worse value: 363.68863479199996. iteration 8236 found worse value: 363.68863479199996. iteration8236, perturbing to get out of local maxima iteration 8237 found worse value: 363.68863479199996. iteration 8238 found worse value: 363.68863479199996. iteration 8239 found worse value: 363.68863479199996. iteration 8240 found worse value: 363.68863479199996. iteration 8241 found worse value: 363.68863479199996. iteration 8242 found worse value: 363.68863479199996. iteration 8243 found worse value: 363.68863479199996. iteration 8244 found worse value: 363.68863479199996. iteration 8245 found worse value: 363.68863479199996. iteration 8246 found worse value: 363.68863479199996. iteration 8247 found worse value: 363.68863479199996. iteration8247, perturbing to get out of local maxima iteration 8248 found worse value: 363.68863479199996. iteration 8249 found worse value: 363.68863479199996. iteration 8250 found worse value: 363.68863479199996. iteration8250, perturbing to get out of local maxima iteration 8251 found worse value: 363.68863479199996. iteration 8252 found worse value: 363.68863479199996. iteration 8253 found worse value: 363.68863479199996. iteration 8254 found worse value: 363.68863479199996. iteration 8255 found worse value: 363.68863479199996. iteration 8256 found worse value: 363.68863479199996. iteration 8257 found worse value: 363.68863479199996. iteration8257, perturbing to get out of local maxima iteration 8258 found worse value: 363.68863479199996. iteration 8259 found worse value: 363.68863479199996. iteration 8260 found worse value: 363.68863479199996. iteration 8261 found worse value: 363.68863479199996. iteration8261, perturbing to get out of local maxima iteration 8262 found worse value: 363.68863479199996. iteration 8263 found worse value: 363.68863479199996. iteration 8264 found worse value: 363.68863479199996. iteration 8265 found worse value: 363.68863479199996. iteration 8266 found worse value: 363.68863479199996. iteration 8267 found worse value: 363.68863479199996. iteration 8268 found worse value: 363.68863479199996. iteration 8269 found worse value: 363.68863479199996. iteration 8270 found worse value: 363.68863479199996. iteration8270, perturbing to get out of local maxima iteration 8271 found worse value: 363.68863479199996. iteration 8272 found worse value: 363.68863479199996. iteration 8273 found worse value: 363.68863479199996. iteration 8274 found worse value: 363.68863479199996. iteration 8275 found worse value: 363.68863479199996. iteration 8276 found worse value: 363.68863479199996. iteration 8277 found worse value: 363.68863479199996. iteration 8278 found worse value: 363.68863479199996. iteration 8279 found worse value: 363.68863479199996. iteration 8280 found worse value: 363.68863479199996. iteration 8281 found worse value: 363.68863479199996. iteration 8282 found worse value: 363.68863479199996. iteration 8283 found worse value: 363.68863479199996. iteration 8284 found worse value: 363.68863479199996. iteration 8285 found worse value: 363.68863479199996. iteration 8286 found worse value: 363.68863479199996. iteration 8287 found worse value: 363.68863479199996. iteration8287, perturbing to get out of local maxima iteration 8288 found worse value: 363.68863479199996. iteration 8289 found worse value: 363.68863479199996. iteration 8290 found worse value: 363.68863479199996. iteration 8291 found worse value: 363.68863479199996. iteration 8292 found worse value: 363.68863479199996. iteration 8293 found worse value: 363.68863479199996. iteration8293, perturbing to get out of local maxima iteration 8294 found worse value: 363.68863479199996. iteration8294, perturbing to get out of local maxima iteration 8295 found worse value: 363.68863479199996. iteration 8296 found worse value: 363.68863479199996. iteration 8297 found worse value: 363.68863479199996. iteration 8298 found worse value: 363.68863479199996. iteration 8299 found worse value: 363.68863479199996. iteration8299, perturbing to get out of local maxima iteration 8300 found worse value: 363.68863479199996. iteration 8301 found worse value: 363.68863479199996. iteration8301, perturbing to get out of local maxima iteration 8302 found worse value: 363.68863479199996. iteration 8303 found worse value: 363.68863479199996. iteration 8304 found worse value: 363.68863479199996. iteration 8305 found worse value: 363.68863479199996. iteration8305, perturbing to get out of local maxima iteration 8306 found worse value: 363.68863479199996. iteration 8307 found worse value: 363.68863479199996. iteration 8308 found worse value: 363.68863479199996. iteration 8309 found worse value: 363.68863479199996. iteration 8310 found worse value: 363.68863479199996. iteration8310, perturbing to get out of local maxima iteration 8311 found worse value: 363.68863479199996. iteration 8312 found worse value: 363.68863479199996. iteration 8313 found worse value: 363.68863479199996. iteration 8314 found worse value: 363.68863479199996. iteration 8315 found worse value: 363.68863479199996. iteration 8316 found worse value: 363.68863479199996. iteration8316, perturbing to get out of local maxima iteration 8317 found worse value: 363.68863479199996. iteration 8318 found worse value: 363.68863479199996. iteration8318, perturbing to get out of local maxima iteration 8319 found worse value: 363.68863479199996. iteration 8320 found worse value: 363.68863479199996. iteration 8321 found worse value: 363.68863479199996. iteration 8322 found worse value: 363.68863479199996. iteration 8323 found worse value: 363.68863479199996. iteration 8324 found worse value: 363.68863479199996. iteration 8325 found worse value: 363.68863479199996. iteration8325, perturbing to get out of local maxima iteration 8326 found worse value: 363.68863479199996. iteration 8327 found worse value: 363.68863479199996. iteration 8328 found worse value: 363.68863479199996. iteration 8329 found worse value: 363.68863479199996. iteration 8330 found worse value: 363.68863479199996. iteration 8331 found worse value: 363.68863479199996. iteration 8332 found worse value: 363.68863479199996. iteration8332, perturbing to get out of local maxima iteration 8333 found worse value: 363.68863479199996. iteration 8334 found worse value: 363.68863479199996. iteration 8335 found worse value: 363.68863479199996. iteration 8336 found worse value: 363.68863479199996. iteration 8337 found worse value: 363.68863479199996. iteration 8338 found worse value: 363.68863479199996. iteration 8339 found worse value: 363.68863479199996. iteration8339, perturbing to get out of local maxima iteration 8340 found worse value: 363.68863479199996. iteration 8341 found worse value: 363.68863479199996. iteration 8342 found worse value: 363.68863479199996. iteration 8343 found worse value: 363.68863479199996. iteration 8344 found worse value: 363.68863479199996. iteration 8345 found worse value: 363.68863479199996. iteration 8346 found worse value: 363.68863479199996. iteration 8347 found worse value: 363.68863479199996. iteration 8348 found worse value: 363.68863479199996. iteration 8349 found worse value: 363.68863479199996. iteration 8350 found worse value: 363.68863479199996. iteration 8351 found worse value: 363.68863479199996. iteration 8352 found worse value: 363.68863479199996. iteration 8353 found worse value: 363.68863479199996. iteration 8354 found worse value: 363.68863479199996. iteration 8355 found worse value: 363.68863479199996. iteration 8356 found worse value: 363.68863479199996. iteration 8357 found worse value: 363.68863479199996. iteration 8358 found worse value: 363.68863479199996. iteration 8359 found worse value: 363.68863479199996. iteration 8360 found worse value: 363.68863479199996. iteration 8361 found worse value: 363.68863479199996. iteration 8362 found worse value: 363.68863479199996. iteration 8363 found worse value: 363.68863479199996. iteration 8364 found worse value: 363.68863479199996. iteration 8365 found worse value: 363.68863479199996. iteration 8366 found worse value: 363.68863479199996. iteration 8367 found worse value: 363.68863479199996. iteration 8368 found worse value: 363.68863479199996. iteration 8369 found worse value: 363.68863479199996. iteration 8370 found worse value: 363.68863479199996. iteration8370, perturbing to get out of local maxima iteration 8371 found worse value: 363.68863479199996. iteration8371, perturbing to get out of local maxima iteration 8372 found worse value: 363.68863479199996. iteration 8373 found worse value: 363.68863479199996. iteration 8374 found worse value: 363.68863479199996. iteration 8375 found worse value: 363.68863479199996. iteration 8376 found worse value: 363.68863479199996. iteration 8377 found worse value: 363.68863479199996. iteration 8378 found worse value: 363.68863479199996. iteration 8379 found worse value: 363.68863479199996. iteration 8380 found worse value: 363.68863479199996. iteration 8381 found worse value: 363.68863479199996. iteration8381, perturbing to get out of local maxima iteration 8382 found worse value: 363.68863479199996. iteration 8383 found worse value: 363.68863479199996. iteration 8384 found worse value: 363.68863479199996. iteration 8385 found worse value: 363.68863479199996. iteration 8386 found worse value: 363.68863479199996. iteration 8387 found worse value: 363.68863479199996. iteration 8388 found worse value: 363.68863479199996. iteration 8389 found worse value: 363.68863479199996. iteration 8390 found worse value: 363.68863479199996. iteration 8391 found worse value: 363.68863479199996. iteration 8392 found worse value: 363.68863479199996. iteration 8393 found worse value: 363.68863479199996. iteration 8394 found worse value: 363.68863479199996. iteration 8395 found worse value: 363.68863479199996. iteration 8396 found worse value: 363.68863479199996. iteration 8397 found worse value: 363.68863479199996. iteration 8398 found worse value: 363.68863479199996. iteration 8399 found worse value: 363.68863479199996. iteration 8400 found worse value: 363.68863479199996. iteration 8401 found worse value: 363.68863479199996. iteration 8402 found worse value: 363.68863479199996. iteration8402, perturbing to get out of local maxima iteration 8403 found worse value: 363.68863479199996. iteration 8404 found worse value: 363.68863479199996. iteration 8405 found worse value: 363.68863479199996. iteration 8406 found worse value: 363.68863479199996. iteration 8407 found worse value: 363.68863479199996. iteration 8408 found worse value: 363.68863479199996. iteration 8409 found worse value: 363.68863479199996. iteration 8410 found worse value: 363.68863479199996. iteration 8411 found worse value: 363.68863479199996. iteration 8412 found worse value: 363.68863479199996. iteration 8413 found worse value: 363.68863479199996. iteration 8414 found worse value: 363.68863479199996. iteration 8415 found worse value: 363.68863479199996. iteration 8416 found worse value: 363.68863479199996. iteration 8417 found worse value: 363.68863479199996. iteration 8418 found worse value: 363.68863479199996. iteration 8419 found worse value: 363.68863479199996. iteration 8420 found worse value: 363.68863479199996. iteration 8421 found worse value: 363.68863479199996. iteration 8422 found worse value: 363.68863479199996. iteration 8423 found worse value: 363.68863479199996. iteration 8424 found worse value: 363.68863479199996. iteration 8425 found worse value: 363.68863479199996. iteration 8426 found worse value: 363.68863479199996. iteration 8427 found worse value: 363.68863479199996. iteration 8428 found worse value: 363.68863479199996. iteration 8429 found worse value: 363.68863479199996. iteration 8430 found worse value: 363.68863479199996. iteration 8431 found worse value: 363.68863479199996. iteration 8432 found worse value: 363.68863479199996. iteration 8433 found worse value: 363.68863479199996. iteration 8434 found worse value: 363.68863479199996. iteration 8435 found worse value: 363.68863479199996. iteration 8436 found worse value: 363.68863479199996. iteration 8437 found worse value: 363.68863479199996. iteration8437, perturbing to get out of local maxima iteration 8438 found worse value: 363.68863479199996. iteration 8439 found worse value: 363.68863479199996. iteration 8440 found worse value: 363.68863479199996. iteration 8441 found worse value: 363.68863479199996. iteration 8442 found worse value: 363.68863479199996. iteration 8443 found worse value: 363.68863479199996. iteration 8444 found worse value: 363.68863479199996. iteration8444, perturbing to get out of local maxima iteration 8445 found worse value: 363.68863479199996. iteration 8446 found worse value: 363.68863479199996. iteration 8447 found worse value: 363.68863479199996. iteration 8448 found worse value: 363.68863479199996. iteration 8449 found worse value: 363.68863479199996. iteration 8450 found worse value: 363.68863479199996. iteration 8451 found worse value: 363.68863479199996. iteration 8452 found worse value: 363.68863479199996. iteration 8453 found worse value: 363.68863479199996. iteration 8454 found worse value: 363.68863479199996. iteration 8455 found worse value: 363.68863479199996. iteration 8456 found worse value: 363.68863479199996. iteration 8457 found worse value: 363.68863479199996. iteration 8458 found worse value: 363.68863479199996. iteration 8459 found worse value: 363.68863479199996. iteration 8460 found worse value: 363.68863479199996. iteration 8461 found worse value: 363.68863479199996. iteration 8462 found worse value: 363.68863479199996. iteration 8463 found worse value: 363.68863479199996. iteration8463, perturbing to get out of local maxima iteration 8464 found worse value: 363.68863479199996. iteration 8465 found worse value: 363.68863479199996. iteration 8466 found worse value: 363.68863479199996. iteration 8467 found worse value: 363.68863479199996. iteration 8468 found worse value: 363.68863479199996. iteration 8469 found worse value: 363.68863479199996. iteration 8470 found worse value: 363.68863479199996. iteration 8471 found worse value: 363.68863479199996. iteration 8472 found worse value: 363.68863479199996. iteration 8473 found worse value: 363.68863479199996. iteration 8474 found worse value: 363.68863479199996. iteration 8475 found worse value: 363.68863479199996. iteration 8476 found worse value: 363.68863479199996. iteration 8477 found worse value: 363.68863479199996. iteration 8478 found worse value: 363.68863479199996. iteration 8479 found worse value: 363.68863479199996. iteration 8480 found worse value: 363.68863479199996. iteration 8481 found worse value: 363.68863479199996. iteration 8482 found worse value: 363.68863479199996. iteration 8483 found worse value: 363.68863479199996. iteration 8484 found worse value: 363.68863479199996. iteration 8485 found worse value: 363.68863479199996. iteration8485, perturbing to get out of local maxima iteration 8486 found worse value: 363.68863479199996. iteration 8487 found worse value: 363.68863479199996. iteration 8488 found worse value: 363.68863479199996. iteration 8489 found worse value: 363.68863479199996. iteration 8490 found worse value: 363.68863479199996. iteration 8491 found worse value: 363.68863479199996. iteration 8492 found worse value: 363.68863479199996. iteration 8493 found worse value: 363.68863479199996. iteration 8494 found worse value: 363.68863479199996. iteration 8495 found worse value: 363.68863479199996. iteration 8496 found worse value: 363.68863479199996. iteration 8497 found worse value: 363.68863479199996. iteration 8498 found worse value: 363.68863479199996. iteration 8499 found worse value: 363.68863479199996. iteration 8500 found worse value: 363.68863479199996. iteration 8501 found worse value: 363.68863479199996. iteration 8502 found worse value: 363.68863479199996. iteration 8503 found worse value: 363.68863479199996. iteration 8504 found worse value: 363.68863479199996. iteration 8505 found worse value: 363.68863479199996. iteration 8506 found worse value: 363.68863479199996. iteration 8507 found worse value: 363.68863479199996. iteration 8508 found worse value: 363.68863479199996. iteration 8509 found worse value: 363.68863479199996. iteration 8510 found worse value: 363.68863479199996. iteration8510, perturbing to get out of local maxima iteration 8511 found worse value: 363.68863479199996. iteration 8512 found worse value: 363.68863479199996. iteration 8513 found worse value: 363.68863479199996. iteration 8514 found worse value: 363.68863479199996. iteration 8515 found worse value: 363.68863479199996. iteration 8516 found worse value: 363.68863479199996. iteration 8517 found worse value: 363.68863479199996. iteration 8518 found worse value: 363.68863479199996. iteration 8519 found worse value: 363.68863479199996. iteration 8520 found worse value: 363.68863479199996. iteration 8521 found worse value: 363.68863479199996. iteration 8522 found worse value: 363.68863479199996. iteration 8523 found worse value: 363.68863479199996. iteration 8524 found worse value: 363.68863479199996. iteration 8525 found worse value: 363.68863479199996. iteration 8526 found worse value: 363.68863479199996. iteration8526, perturbing to get out of local maxima iteration 8527 found worse value: 363.68863479199996. iteration 8528 found worse value: 363.68863479199996. iteration 8529 found worse value: 363.68863479199996. iteration 8530 found worse value: 363.68863479199996. iteration8530, perturbing to get out of local maxima iteration 8531 found worse value: 363.68863479199996. iteration 8532 found worse value: 363.68863479199996. iteration8532, perturbing to get out of local maxima iteration 8533 found worse value: 363.68863479199996. iteration 8534 found worse value: 363.68863479199996. iteration 8535 found worse value: 363.68863479199996. iteration 8536 found worse value: 363.68863479199996. iteration 8537 found worse value: 363.68863479199996. iteration 8538 found worse value: 363.68863479199996. iteration 8539 found worse value: 363.68863479199996. iteration 8540 found worse value: 363.68863479199996. iteration 8541 found worse value: 363.68863479199996. iteration 8542 found worse value: 363.68863479199996. iteration 8543 found worse value: 363.68863479199996. iteration 8544 found worse value: 363.68863479199996. iteration 8545 found worse value: 363.68863479199996. iteration8545, perturbing to get out of local maxima iteration 8546 found worse value: 363.68863479199996. iteration 8547 found worse value: 363.68863479199996. iteration 8548 found worse value: 363.68863479199996. iteration 8549 found worse value: 363.68863479199996. iteration 8550 found worse value: 363.68863479199996. iteration 8551 found worse value: 363.68863479199996. iteration 8552 found worse value: 363.68863479199996. iteration8552, perturbing to get out of local maxima iteration 8553 found worse value: 363.68863479199996. iteration 8554 found worse value: 363.68863479199996. iteration 8555 found worse value: 363.68863479199996. iteration 8556 found worse value: 363.68863479199996. iteration 8557 found worse value: 363.68863479199996. iteration 8558 found worse value: 363.68863479199996. iteration 8559 found worse value: 363.68863479199996. iteration 8560 found worse value: 363.68863479199996. iteration 8561 found worse value: 363.68863479199996. iteration 8562 found worse value: 363.68863479199996. iteration 8563 found worse value: 363.68863479199996. iteration 8564 found worse value: 363.68863479199996. iteration 8565 found worse value: 363.68863479199996. iteration 8566 found worse value: 363.68863479199996. iteration 8567 found worse value: 363.68863479199996. iteration 8568 found worse value: 363.68863479199996. iteration 8569 found worse value: 363.68863479199996. iteration 8570 found worse value: 363.68863479199996. iteration 8571 found worse value: 363.68863479199996. iteration 8572 found worse value: 363.68863479199996. iteration 8573 found worse value: 363.68863479199996. iteration 8574 found worse value: 363.68863479199996. iteration 8575 found worse value: 363.68863479199996. iteration8575, perturbing to get out of local maxima iteration 8576 found worse value: 363.68863479199996. iteration 8577 found worse value: 363.68863479199996. iteration 8578 found worse value: 363.68863479199996. iteration 8579 found worse value: 363.68863479199996. iteration 8580 found worse value: 363.68863479199996. iteration 8581 found worse value: 363.68863479199996. iteration 8582 found worse value: 363.68863479199996. iteration 8583 found worse value: 363.68863479199996. iteration 8584 found worse value: 363.68863479199996. iteration 8585 found worse value: 363.68863479199996. iteration 8586 found worse value: 363.68863479199996. iteration 8587 found worse value: 363.68863479199996. iteration 8588 found worse value: 363.68863479199996. iteration 8589 found worse value: 363.68863479199996. iteration 8590 found worse value: 363.68863479199996. iteration8590, perturbing to get out of local maxima iteration 8591 found worse value: 363.68863479199996. iteration 8592 found worse value: 363.68863479199996. iteration 8593 found worse value: 363.68863479199996. iteration 8594 found worse value: 363.68863479199996. iteration 8595 found worse value: 363.68863479199996. iteration 8596 found worse value: 363.68863479199996. iteration 8597 found worse value: 363.68863479199996. iteration 8598 found worse value: 363.68863479199996. iteration8598, perturbing to get out of local maxima iteration 8599 found worse value: 363.68863479199996. iteration 8600 found worse value: 363.68863479199996. iteration 8601 found worse value: 363.68863479199996. iteration 8602 found worse value: 363.68863479199996. iteration 8603 found worse value: 363.68863479199996. iteration 8604 found worse value: 363.68863479199996. iteration 8605 found worse value: 363.68863479199996. iteration 8606 found worse value: 363.68863479199996. iteration 8607 found worse value: 363.68863479199996. iteration 8608 found worse value: 363.68863479199996. iteration 8609 found worse value: 363.68863479199996. iteration 8610 found worse value: 363.68863479199996. iteration 8611 found worse value: 363.68863479199996. iteration 8612 found worse value: 363.68863479199996. iteration 8613 found worse value: 363.68863479199996. iteration 8614 found worse value: 363.68863479199996. iteration 8615 found worse value: 363.68863479199996. iteration 8616 found worse value: 363.68863479199996. iteration 8617 found worse value: 363.68863479199996. iteration 8618 found worse value: 363.68863479199996. iteration 8619 found worse value: 363.68863479199996. iteration 8620 found worse value: 363.68863479199996. iteration 8621 found worse value: 363.68863479199996. iteration 8622 found worse value: 363.68863479199996. iteration 8623 found worse value: 363.68863479199996. iteration 8624 found worse value: 363.68863479199996. iteration 8625 found worse value: 363.68863479199996. iteration 8626 found worse value: 363.68863479199996. iteration 8627 found worse value: 363.68863479199996. iteration 8628 found worse value: 363.68863479199996. iteration 8629 found worse value: 363.68863479199996. iteration 8630 found worse value: 363.68863479199996. iteration 8631 found worse value: 363.68863479199996. iteration 8632 found worse value: 363.68863479199996. iteration 8633 found worse value: 363.68863479199996. iteration 8634 found worse value: 363.68863479199996. iteration 8635 found worse value: 363.68863479199996. iteration 8636 found worse value: 363.68863479199996. iteration 8637 found worse value: 363.68863479199996. iteration 8638 found worse value: 363.68863479199996. iteration 8639 found worse value: 363.68863479199996. iteration 8640 found worse value: 363.68863479199996. iteration 8641 found worse value: 363.68863479199996. iteration 8642 found worse value: 363.68863479199996. iteration 8643 found worse value: 363.68863479199996. iteration 8644 found worse value: 363.68863479199996. iteration 8645 found worse value: 363.68863479199996. iteration 8646 found worse value: 363.68863479199996. iteration 8647 found worse value: 363.68863479199996. iteration 8648 found worse value: 363.68863479199996. iteration 8649 found worse value: 363.68863479199996. iteration 8650 found worse value: 363.68863479199996. iteration 8651 found worse value: 363.68863479199996. iteration 8652 found worse value: 363.68863479199996. iteration 8653 found worse value: 363.68863479199996. iteration 8654 found worse value: 363.68863479199996. iteration 8655 found worse value: 363.68863479199996. iteration8655, perturbing to get out of local maxima iteration 8656 found worse value: 363.68863479199996. iteration 8657 found worse value: 363.68863479199996. iteration 8658 found worse value: 363.68863479199996. iteration 8659 found worse value: 363.68863479199996. iteration 8660 found worse value: 363.68863479199996. iteration 8661 found worse value: 363.68863479199996. iteration8661, perturbing to get out of local maxima iteration 8662 found worse value: 363.68863479199996. iteration 8663 found worse value: 363.68863479199996. iteration 8664 found worse value: 363.68863479199996. iteration 8665 found worse value: 363.68863479199996. iteration 8666 found worse value: 363.68863479199996. iteration 8667 found worse value: 363.68863479199996. iteration 8668 found worse value: 363.68863479199996. iteration 8669 found worse value: 363.68863479199996. iteration 8670 found worse value: 363.68863479199996. iteration 8671 found worse value: 363.68863479199996. iteration 8672 found worse value: 363.68863479199996. iteration 8673 found worse value: 363.68863479199996. iteration 8674 found worse value: 363.68863479199996. iteration 8675 found worse value: 363.68863479199996. iteration8675, perturbing to get out of local maxima iteration 8676 found worse value: 363.68863479199996. iteration 8677 found worse value: 363.68863479199996. iteration 8678 found worse value: 363.68863479199996. iteration 8679 found worse value: 363.68863479199996. iteration 8680 found worse value: 363.68863479199996. iteration 8681 found worse value: 363.68863479199996. iteration8681, perturbing to get out of local maxima iteration 8682 found worse value: 363.68863479199996. iteration 8683 found worse value: 363.68863479199996. iteration 8684 found worse value: 363.68863479199996. iteration 8685 found worse value: 363.68863479199996. iteration 8686 found worse value: 363.68863479199996. iteration 8687 found worse value: 363.68863479199996. iteration 8688 found worse value: 363.68863479199996. iteration 8689 found worse value: 363.68863479199996. iteration 8690 found worse value: 363.68863479199996. iteration 8691 found worse value: 363.68863479199996. iteration 8692 found worse value: 363.68863479199996. iteration 8693 found worse value: 363.68863479199996. iteration 8694 found worse value: 363.68863479199996. iteration 8695 found worse value: 363.68863479199996. iteration 8696 found worse value: 363.68863479199996. iteration8696, perturbing to get out of local maxima iteration 8697 found worse value: 363.68863479199996. iteration 8698 found worse value: 363.68863479199996. iteration 8699 found worse value: 363.68863479199996. iteration8699, perturbing to get out of local maxima iteration 8700 found worse value: 363.68863479199996. iteration 8701 found worse value: 363.68863479199996. iteration 8702 found worse value: 363.68863479199996. iteration 8703 found worse value: 363.68863479199996. iteration 8704 found worse value: 363.68863479199996. iteration 8705 found worse value: 363.68863479199996. iteration 8706 found worse value: 363.68863479199996. iteration 8707 found worse value: 363.68863479199996. iteration 8708 found worse value: 363.68863479199996. iteration 8709 found worse value: 363.68863479199996. iteration 8710 found worse value: 363.68863479199996. iteration 8711 found worse value: 363.68863479199996. iteration 8712 found worse value: 363.68863479199996. iteration 8713 found worse value: 363.68863479199996. iteration 8714 found worse value: 363.68863479199996. iteration 8715 found worse value: 363.68863479199996. iteration 8716 found worse value: 363.68863479199996. iteration 8717 found worse value: 363.68863479199996. iteration8717, perturbing to get out of local maxima iteration 8718 found worse value: 363.68863479199996. iteration 8719 found worse value: 363.68863479199996. iteration 8720 found worse value: 363.68863479199996. iteration 8721 found worse value: 363.68863479199996. iteration 8722 found worse value: 363.68863479199996. iteration 8723 found worse value: 363.68863479199996. iteration 8724 found worse value: 363.68863479199996. iteration8724, perturbing to get out of local maxima iteration 8725 found worse value: 363.68863479199996. iteration 8726 found worse value: 363.68863479199996. iteration 8727 found worse value: 363.68863479199996. iteration 8728 found worse value: 363.68863479199996. iteration 8729 found worse value: 363.68863479199996. iteration 8730 found worse value: 363.68863479199996. iteration 8731 found worse value: 363.68863479199996. iteration 8732 found worse value: 363.68863479199996. iteration 8733 found worse value: 363.68863479199996. iteration 8734 found worse value: 363.68863479199996. iteration 8735 found worse value: 363.68863479199996. iteration 8736 found worse value: 363.68863479199996. iteration 8737 found worse value: 363.68863479199996. iteration 8738 found worse value: 363.68863479199996. iteration 8739 found worse value: 363.68863479199996. iteration 8740 found worse value: 363.68863479199996. iteration 8741 found worse value: 363.68863479199996. iteration 8742 found worse value: 363.68863479199996. iteration 8743 found worse value: 363.68863479199996. iteration 8744 found worse value: 363.68863479199996. iteration 8745 found worse value: 363.68863479199996. iteration 8746 found worse value: 363.68863479199996. iteration 8747 found worse value: 363.68863479199996. iteration 8748 found worse value: 363.68863479199996. iteration 8749 found worse value: 363.68863479199996. iteration 8750 found worse value: 363.68863479199996. iteration 8751 found worse value: 363.68863479199996. iteration 8752 found worse value: 363.68863479199996. iteration 8753 found worse value: 363.68863479199996. iteration 8754 found worse value: 363.68863479199996. iteration 8755 found worse value: 363.68863479199996. iteration 8756 found worse value: 363.68863479199996. iteration8756, perturbing to get out of local maxima iteration 8757 found worse value: 363.68863479199996. iteration 8758 found worse value: 363.68863479199996. iteration 8759 found worse value: 363.68863479199996. iteration 8760 found worse value: 363.68863479199996. iteration 8761 found worse value: 363.68863479199996. iteration 8762 found worse value: 363.68863479199996. iteration8762, perturbing to get out of local maxima iteration 8763 found worse value: 363.68863479199996. iteration 8764 found worse value: 363.68863479199996. iteration 8765 found worse value: 363.68863479199996. iteration 8766 found worse value: 363.68863479199996. iteration 8767 found worse value: 363.68863479199996. iteration 8768 found worse value: 363.68863479199996. iteration 8769 found worse value: 363.68863479199996. iteration 8770 found worse value: 363.68863479199996. iteration 8771 found worse value: 363.68863479199996. iteration 8772 found worse value: 363.68863479199996. iteration 8773 found worse value: 363.68863479199996. iteration 8774 found worse value: 363.68863479199996. iteration 8775 found worse value: 363.68863479199996. iteration8775, perturbing to get out of local maxima iteration 8776 found worse value: 363.68863479199996. iteration 8777 found worse value: 363.68863479199996. iteration 8778 found worse value: 363.68863479199996. iteration 8779 found worse value: 363.68863479199996. iteration 8780 found worse value: 363.68863479199996. iteration 8781 found worse value: 363.68863479199996. iteration 8782 found worse value: 363.68863479199996. iteration 8783 found worse value: 363.68863479199996. iteration8783, perturbing to get out of local maxima iteration 8784 found worse value: 363.68863479199996. iteration 8785 found worse value: 363.68863479199996. iteration 8786 found worse value: 363.68863479199996. iteration 8787 found worse value: 363.68863479199996. iteration 8788 found worse value: 363.68863479199996. iteration 8789 found worse value: 363.68863479199996. iteration 8790 found worse value: 363.68863479199996. iteration 8791 found worse value: 363.68863479199996. iteration 8792 found worse value: 363.68863479199996. iteration 8793 found worse value: 363.68863479199996. iteration 8794 found worse value: 363.68863479199996. iteration 8795 found worse value: 363.68863479199996. iteration 8796 found worse value: 363.68863479199996. iteration 8797 found worse value: 363.68863479199996. iteration 8798 found worse value: 363.68863479199996. iteration 8799 found worse value: 363.68863479199996. iteration8799, perturbing to get out of local maxima iteration 8800 found worse value: 363.68863479199996. iteration 8801 found worse value: 363.68863479199996. iteration 8802 found worse value: 363.68863479199996. iteration 8803 found worse value: 363.68863479199996. iteration 8804 found worse value: 363.68863479199996. iteration 8805 found worse value: 363.68863479199996. iteration 8806 found worse value: 363.68863479199996. iteration 8807 found worse value: 363.68863479199996. iteration 8808 found worse value: 363.68863479199996. iteration8808, perturbing to get out of local maxima iteration 8809 found worse value: 363.68863479199996. iteration 8810 found worse value: 363.68863479199996. iteration 8811 found worse value: 363.68863479199996. iteration 8812 found worse value: 363.68863479199996. iteration 8813 found worse value: 363.68863479199996. iteration 8814 found worse value: 363.68863479199996. iteration 8815 found worse value: 363.68863479199996. iteration 8816 found worse value: 363.68863479199996. iteration 8817 found worse value: 363.68863479199996. iteration 8818 found worse value: 363.68863479199996. iteration 8819 found worse value: 363.68863479199996. iteration 8820 found worse value: 363.68863479199996. iteration 8821 found worse value: 363.68863479199996. iteration 8822 found worse value: 363.68863479199996. iteration 8823 found worse value: 363.68863479199996. iteration 8824 found worse value: 363.68863479199996. iteration 8825 found worse value: 363.68863479199996. iteration 8826 found worse value: 363.68863479199996. iteration 8827 found worse value: 363.68863479199996. iteration 8828 found worse value: 363.68863479199996. iteration 8829 found worse value: 363.68863479199996. iteration 8830 found worse value: 363.68863479199996. iteration 8831 found worse value: 363.68863479199996. iteration 8832 found worse value: 363.68863479199996. iteration 8833 found worse value: 363.68863479199996. iteration 8834 found worse value: 363.68863479199996. iteration 8835 found worse value: 363.68863479199996. iteration8835, perturbing to get out of local maxima iteration 8836 found worse value: 363.68863479199996. iteration8836, perturbing to get out of local maxima iteration 8837 found worse value: 363.68863479199996. iteration 8838 found worse value: 363.68863479199996. iteration 8839 found worse value: 363.68863479199996. iteration 8840 found worse value: 363.68863479199996. iteration 8841 found worse value: 363.68863479199996. iteration 8842 found worse value: 363.68863479199996. iteration 8843 found worse value: 363.68863479199996. iteration 8844 found worse value: 363.68863479199996. iteration 8845 found worse value: 363.68863479199996. iteration 8846 found worse value: 363.68863479199996. iteration 8847 found worse value: 363.68863479199996. iteration 8848 found worse value: 363.68863479199996. iteration 8849 found worse value: 363.68863479199996. iteration 8850 found worse value: 363.68863479199996. iteration 8851 found worse value: 363.68863479199996. iteration 8852 found worse value: 363.68863479199996. iteration 8853 found worse value: 363.68863479199996. iteration 8854 found worse value: 363.68863479199996. iteration 8855 found worse value: 363.68863479199996. iteration 8856 found worse value: 363.68863479199996. iteration 8857 found worse value: 363.68863479199996. iteration 8858 found worse value: 363.68863479199996. iteration 8859 found worse value: 363.68863479199996. iteration 8860 found worse value: 363.68863479199996. iteration 8861 found worse value: 363.68863479199996. iteration 8862 found worse value: 363.68863479199996. iteration 8863 found worse value: 363.68863479199996. iteration 8864 found worse value: 363.68863479199996. iteration8864, perturbing to get out of local maxima iteration 8865 found worse value: 363.68863479199996. iteration 8866 found worse value: 363.68863479199996. iteration 8867 found worse value: 363.68863479199996. iteration 8868 found worse value: 363.68863479199996. iteration 8869 found worse value: 363.68863479199996. iteration8869, perturbing to get out of local maxima iteration 8870 found worse value: 363.68863479199996. iteration 8871 found worse value: 363.68863479199996. iteration 8872 found worse value: 363.68863479199996. iteration 8873 found worse value: 363.68863479199996. iteration 8874 found worse value: 363.68863479199996. iteration8874, perturbing to get out of local maxima iteration 8875 found worse value: 363.68863479199996. iteration 8876 found worse value: 363.68863479199996. iteration 8877 found worse value: 363.68863479199996. iteration 8878 found worse value: 363.68863479199996. iteration 8879 found worse value: 363.68863479199996. iteration 8880 found worse value: 363.68863479199996. iteration 8881 found worse value: 363.68863479199996. iteration 8882 found worse value: 363.68863479199996. iteration8882, perturbing to get out of local maxima iteration 8883 found worse value: 363.68863479199996. iteration 8884 found worse value: 363.68863479199996. iteration 8885 found worse value: 363.68863479199996. iteration 8886 found worse value: 363.68863479199996. iteration 8887 found worse value: 363.68863479199996. iteration 8888 found worse value: 363.68863479199996. iteration 8889 found worse value: 363.68863479199996. iteration 8890 found worse value: 363.68863479199996. iteration 8891 found worse value: 363.68863479199996. iteration8891, perturbing to get out of local maxima iteration 8892 found worse value: 363.68863479199996. iteration 8893 found worse value: 363.68863479199996. iteration 8894 found worse value: 363.68863479199996. iteration 8895 found worse value: 363.68863479199996. iteration 8896 found worse value: 363.68863479199996. iteration 8897 found worse value: 363.68863479199996. iteration 8898 found worse value: 363.68863479199996. iteration 8899 found worse value: 363.68863479199996. iteration 8900 found worse value: 363.68863479199996. iteration 8901 found worse value: 363.68863479199996. iteration 8902 found worse value: 363.68863479199996. iteration 8903 found worse value: 363.68863479199996. iteration 8904 found worse value: 363.68863479199996. iteration 8905 found worse value: 363.68863479199996. iteration 8906 found worse value: 363.68863479199996. iteration 8907 found worse value: 363.68863479199996. iteration 8908 found worse value: 363.68863479199996. iteration 8909 found worse value: 363.68863479199996. iteration 8910 found worse value: 363.68863479199996. iteration 8911 found worse value: 363.68863479199996. iteration 8912 found worse value: 363.68863479199996. iteration 8913 found worse value: 363.68863479199996. iteration 8914 found worse value: 363.68863479199996. iteration 8915 found worse value: 363.68863479199996. iteration 8916 found worse value: 363.68863479199996. iteration 8917 found worse value: 363.68863479199996. iteration 8918 found worse value: 363.68863479199996. iteration 8919 found worse value: 363.68863479199996. iteration 8920 found worse value: 363.68863479199996. iteration 8921 found worse value: 363.68863479199996. iteration 8922 found worse value: 363.68863479199996. iteration 8923 found worse value: 363.68863479199996. iteration 8924 found worse value: 363.68863479199996. iteration 8925 found worse value: 363.68863479199996. iteration 8926 found worse value: 363.68863479199996. iteration 8927 found worse value: 363.68863479199996. iteration 8928 found worse value: 363.68863479199996. iteration 8929 found worse value: 363.68863479199996. iteration8929, perturbing to get out of local maxima iteration 8930 found worse value: 363.68863479199996. iteration 8931 found worse value: 363.68863479199996. iteration 8932 found worse value: 363.68863479199996. iteration 8933 found worse value: 363.68863479199996. iteration 8934 found worse value: 363.68863479199996. iteration 8935 found worse value: 363.68863479199996. iteration 8936 found worse value: 363.68863479199996. iteration 8937 found worse value: 363.68863479199996. iteration 8938 found worse value: 363.68863479199996. iteration 8939 found worse value: 363.68863479199996. iteration 8940 found worse value: 363.68863479199996. iteration 8941 found worse value: 363.68863479199996. iteration 8942 found worse value: 363.68863479199996. iteration 8943 found worse value: 363.68863479199996. iteration 8944 found worse value: 363.68863479199996. iteration 8945 found worse value: 363.68863479199996. iteration 8946 found worse value: 363.68863479199996. iteration 8947 found worse value: 363.68863479199996. iteration 8948 found worse value: 363.68863479199996. iteration 8949 found worse value: 363.68863479199996. iteration 8950 found worse value: 363.68863479199996. iteration 8951 found worse value: 363.68863479199996. iteration 8952 found worse value: 363.68863479199996. iteration 8953 found worse value: 363.68863479199996. iteration 8954 found worse value: 363.68863479199996. iteration8954, perturbing to get out of local maxima iteration 8955 found worse value: 363.68863479199996. iteration 8956 found worse value: 363.68863479199996. iteration 8957 found worse value: 363.68863479199996. iteration 8958 found worse value: 363.68863479199996. iteration 8959 found worse value: 363.68863479199996. iteration 8960 found worse value: 363.68863479199996. iteration 8961 found worse value: 363.68863479199996. iteration 8962 found worse value: 363.68863479199996. iteration 8963 found worse value: 363.68863479199996. iteration8963, perturbing to get out of local maxima iteration 8964 found worse value: 363.68863479199996. iteration 8965 found worse value: 363.68863479199996. iteration 8966 found worse value: 363.68863479199996. iteration 8967 found worse value: 363.68863479199996. iteration 8968 found worse value: 363.68863479199996. iteration 8969 found worse value: 363.68863479199996. iteration 8970 found worse value: 363.68863479199996. iteration 8971 found worse value: 363.68863479199996. iteration 8972 found worse value: 363.68863479199996. iteration 8973 found worse value: 363.68863479199996. iteration 8974 found worse value: 363.68863479199996. iteration8974, perturbing to get out of local maxima iteration 8975 found worse value: 363.68863479199996. iteration 8976 found worse value: 363.68863479199996. iteration 8977 found worse value: 363.68863479199996. iteration 8978 found worse value: 363.68863479199996. iteration 8979 found worse value: 363.68863479199996. iteration 8980 found worse value: 363.68863479199996. iteration 8981 found worse value: 363.68863479199996. iteration 8982 found worse value: 363.68863479199996. iteration 8983 found worse value: 363.68863479199996. iteration 8984 found worse value: 363.68863479199996. iteration 8985 found worse value: 363.68863479199996. iteration 8986 found worse value: 363.68863479199996. iteration 8987 found worse value: 363.68863479199996. iteration 8988 found worse value: 363.68863479199996. iteration8988, perturbing to get out of local maxima iteration 8989 found worse value: 363.68863479199996. iteration 8990 found worse value: 363.68863479199996. iteration8990, perturbing to get out of local maxima iteration 8991 found worse value: 363.68863479199996. iteration 8992 found worse value: 363.68863479199996. iteration 8993 found worse value: 363.68863479199996. iteration 8994 found worse value: 363.68863479199996. iteration 8995 found worse value: 363.68863479199996. iteration 8996 found worse value: 363.68863479199996. iteration 8997 found worse value: 363.68863479199996. iteration 8998 found worse value: 363.68863479199996. iteration 8999 found worse value: 363.68863479199996. iteration 9000 found worse value: 363.68863479199996. iteration 9001 found worse value: 363.68863479199996. iteration 9002 found worse value: 363.68863479199996. iteration 9003 found worse value: 363.68863479199996. iteration 9004 found worse value: 363.68863479199996. iteration 9005 found worse value: 363.68863479199996. iteration 9006 found worse value: 363.68863479199996. iteration 9007 found worse value: 363.68863479199996. iteration 9008 found worse value: 363.68863479199996. iteration 9009 found worse value: 363.68863479199996. iteration 9010 found worse value: 363.68863479199996. iteration9010, perturbing to get out of local maxima iteration 9011 found worse value: 363.68863479199996. iteration 9012 found worse value: 363.68863479199996. iteration 9013 found worse value: 363.68863479199996. iteration 9014 found worse value: 363.68863479199996. iteration 9015 found worse value: 363.68863479199996. iteration 9016 found worse value: 363.68863479199996. iteration 9017 found worse value: 363.68863479199996. iteration 9018 found worse value: 363.68863479199996. iteration 9019 found worse value: 363.68863479199996. iteration 9020 found worse value: 363.68863479199996. iteration 9021 found worse value: 363.68863479199996. iteration 9022 found worse value: 363.68863479199996. iteration9022, perturbing to get out of local maxima iteration 9023 found worse value: 363.68863479199996. iteration 9024 found worse value: 363.68863479199996. iteration 9025 found worse value: 363.68863479199996. iteration 9026 found worse value: 363.68863479199996. iteration 9027 found worse value: 363.68863479199996. iteration 9028 found worse value: 363.68863479199996. iteration 9029 found worse value: 363.68863479199996. iteration 9030 found worse value: 363.68863479199996. iteration 9031 found worse value: 363.68863479199996. iteration 9032 found worse value: 363.68863479199996. iteration 9033 found worse value: 363.68863479199996. iteration 9034 found worse value: 363.68863479199996. iteration 9035 found worse value: 363.68863479199996. iteration 9036 found worse value: 363.68863479199996. iteration 9037 found worse value: 363.68863479199996. iteration 9038 found worse value: 363.68863479199996. iteration 9039 found worse value: 363.68863479199996. iteration 9040 found worse value: 363.68863479199996. iteration 9041 found worse value: 363.68863479199996. iteration 9042 found worse value: 363.68863479199996. iteration 9043 found worse value: 363.68863479199996. iteration 9044 found worse value: 363.68863479199996. iteration 9045 found worse value: 363.68863479199996. iteration 9046 found worse value: 363.68863479199996. iteration 9047 found worse value: 363.68863479199996. iteration 9048 found worse value: 363.68863479199996. iteration 9049 found worse value: 363.68863479199996. iteration 9050 found worse value: 363.68863479199996. iteration 9051 found worse value: 363.68863479199996. iteration 9052 found worse value: 363.68863479199996. iteration 9053 found worse value: 363.68863479199996. iteration 9054 found worse value: 363.68863479199996. iteration 9055 found worse value: 363.68863479199996. iteration 9056 found worse value: 363.68863479199996. iteration 9057 found worse value: 363.68863479199996. iteration 9058 found worse value: 363.68863479199996. iteration 9059 found worse value: 363.68863479199996. iteration 9060 found worse value: 363.68863479199996. iteration 9061 found worse value: 363.68863479199996. iteration 9062 found worse value: 363.68863479199996. iteration 9063 found worse value: 363.68863479199996. iteration 9064 found worse value: 363.68863479199996. iteration 9065 found worse value: 363.68863479199996. iteration 9066 found worse value: 363.68863479199996. iteration 9067 found worse value: 363.68863479199996. iteration 9068 found worse value: 363.68863479199996. iteration 9069 found worse value: 363.68863479199996. iteration 9070 found worse value: 363.68863479199996. iteration 9071 found worse value: 363.68863479199996. iteration 9072 found worse value: 363.68863479199996. iteration 9073 found worse value: 363.68863479199996. iteration 9074 found worse value: 363.68863479199996. iteration 9075 found worse value: 363.68863479199996. iteration 9076 found worse value: 363.68863479199996. iteration 9077 found worse value: 363.68863479199996. iteration 9078 found worse value: 363.68863479199996. iteration 9079 found worse value: 363.68863479199996. iteration 9080 found worse value: 363.68863479199996. iteration 9081 found worse value: 363.68863479199996. iteration 9082 found worse value: 363.68863479199996. iteration 9083 found worse value: 363.68863479199996. iteration 9084 found worse value: 363.68863479199996. iteration 9085 found worse value: 363.68863479199996. iteration 9086 found worse value: 363.68863479199996. iteration 9087 found worse value: 363.68863479199996. iteration 9088 found worse value: 363.68863479199996. iteration 9089 found worse value: 363.68863479199996. iteration 9090 found worse value: 363.68863479199996. iteration9090, perturbing to get out of local maxima iteration 9091 found worse value: 363.68863479199996. iteration 9092 found worse value: 363.68863479199996. iteration 9093 found worse value: 363.68863479199996. iteration 9094 found worse value: 363.68863479199996. iteration 9095 found worse value: 363.68863479199996. iteration 9096 found worse value: 363.68863479199996. iteration 9097 found worse value: 363.68863479199996. iteration9097, perturbing to get out of local maxima iteration 9098 found worse value: 363.68863479199996. iteration 9099 found worse value: 363.68863479199996. iteration 9100 found worse value: 363.68863479199996. iteration 9101 found worse value: 363.68863479199996. iteration 9102 found worse value: 363.68863479199996. iteration 9103 found worse value: 363.68863479199996. iteration 9104 found worse value: 363.68863479199996. iteration 9105 found worse value: 363.68863479199996. iteration 9106 found worse value: 363.68863479199996. iteration 9107 found worse value: 363.68863479199996. iteration 9108 found worse value: 363.68863479199996. iteration9108, perturbing to get out of local maxima iteration 9109 found worse value: 363.68863479199996. iteration 9110 found worse value: 363.68863479199996. iteration 9111 found worse value: 363.68863479199996. iteration 9112 found worse value: 363.68863479199996. iteration 9113 found worse value: 363.68863479199996. iteration 9114 found worse value: 363.68863479199996. iteration 9115 found worse value: 363.68863479199996. iteration 9116 found worse value: 363.68863479199996. iteration 9117 found worse value: 363.68863479199996. iteration 9118 found worse value: 363.68863479199996. iteration 9119 found worse value: 363.68863479199996. iteration 9120 found worse value: 363.68863479199996. iteration 9121 found worse value: 363.68863479199996. iteration 9122 found worse value: 363.68863479199996. iteration 9123 found worse value: 363.68863479199996. iteration 9124 found worse value: 363.68863479199996. iteration 9125 found worse value: 363.68863479199996. iteration 9126 found worse value: 363.68863479199996. iteration 9127 found worse value: 363.68863479199996. iteration 9128 found worse value: 363.68863479199996. iteration 9129 found worse value: 363.68863479199996. iteration 9130 found worse value: 363.68863479199996. iteration 9131 found worse value: 363.68863479199996. iteration 9132 found worse value: 363.68863479199996. iteration 9133 found worse value: 363.68863479199996. iteration9133, perturbing to get out of local maxima iteration 9134 found worse value: 363.68863479199996. iteration 9135 found worse value: 363.68863479199996. iteration 9136 found worse value: 363.68863479199996. iteration 9137 found worse value: 363.68863479199996. iteration 9138 found worse value: 363.68863479199996. iteration 9139 found worse value: 363.68863479199996. iteration 9140 found worse value: 363.68863479199996. iteration 9141 found worse value: 363.68863479199996. iteration 9142 found worse value: 363.68863479199996. iteration 9143 found worse value: 363.68863479199996. iteration 9144 found worse value: 363.68863479199996. iteration 9145 found worse value: 363.68863479199996. iteration 9146 found worse value: 363.68863479199996. iteration 9147 found worse value: 363.68863479199996. iteration 9148 found worse value: 363.68863479199996. iteration 9149 found worse value: 363.68863479199996. iteration 9150 found worse value: 363.68863479199996. iteration 9151 found worse value: 363.68863479199996. iteration 9152 found worse value: 363.68863479199996. iteration 9153 found worse value: 363.68863479199996. iteration 9154 found worse value: 363.68863479199996. iteration 9155 found worse value: 363.68863479199996. iteration 9156 found worse value: 363.68863479199996. iteration 9157 found worse value: 363.68863479199996. iteration 9158 found worse value: 363.68863479199996. iteration 9159 found worse value: 363.68863479199996. iteration 9160 found worse value: 363.68863479199996. iteration 9161 found worse value: 363.68863479199996. iteration 9162 found worse value: 363.68863479199996. iteration 9163 found worse value: 363.68863479199996. iteration 9164 found worse value: 363.68863479199996. iteration 9165 found worse value: 363.68863479199996. iteration 9166 found worse value: 363.68863479199996. iteration 9167 found worse value: 363.68863479199996. iteration 9168 found worse value: 363.68863479199996. iteration9168, perturbing to get out of local maxima iteration 9169 found worse value: 363.68863479199996. iteration 9170 found worse value: 363.68863479199996. iteration 9171 found worse value: 363.68863479199996. iteration 9172 found worse value: 363.68863479199996. iteration 9173 found worse value: 363.68863479199996. iteration 9174 found worse value: 363.68863479199996. iteration 9175 found worse value: 363.68863479199996. iteration 9176 found worse value: 363.68863479199996. iteration 9177 found worse value: 363.68863479199996. iteration9177, perturbing to get out of local maxima iteration 9178 found worse value: 363.68863479199996. iteration 9179 found worse value: 363.68863479199996. iteration 9180 found worse value: 363.68863479199996. iteration 9181 found worse value: 363.68863479199996. iteration 9182 found worse value: 363.68863479199996. iteration 9183 found worse value: 363.68863479199996. iteration 9184 found worse value: 363.68863479199996. iteration 9185 found worse value: 363.68863479199996. iteration9185, perturbing to get out of local maxima iteration 9186 found worse value: 363.68863479199996. iteration 9187 found worse value: 363.68863479199996. iteration 9188 found worse value: 363.68863479199996. iteration 9189 found worse value: 363.68863479199996. iteration 9190 found worse value: 363.68863479199996. iteration 9191 found worse value: 363.68863479199996. iteration 9192 found worse value: 363.68863479199996. iteration 9193 found worse value: 363.68863479199996. iteration 9194 found worse value: 363.68863479199996. iteration 9195 found worse value: 363.68863479199996. iteration9195, perturbing to get out of local maxima iteration 9196 found worse value: 363.68863479199996. iteration 9197 found worse value: 363.68863479199996. iteration 9198 found worse value: 363.68863479199996. iteration 9199 found worse value: 363.68863479199996. iteration 9200 found worse value: 363.68863479199996. iteration 9201 found worse value: 363.68863479199996. iteration 9202 found worse value: 363.68863479199996. iteration 9203 found worse value: 363.68863479199996. iteration 9204 found worse value: 363.68863479199996. iteration 9205 found worse value: 363.68863479199996. iteration 9206 found worse value: 363.68863479199996. iteration 9207 found worse value: 363.68863479199996. iteration 9208 found worse value: 363.68863479199996. iteration9208, perturbing to get out of local maxima iteration 9209 found worse value: 363.68863479199996. iteration 9210 found worse value: 363.68863479199996. iteration 9211 found worse value: 363.68863479199996. iteration 9212 found worse value: 363.68863479199996. iteration 9213 found worse value: 363.68863479199996. iteration 9214 found worse value: 363.68863479199996. iteration 9215 found worse value: 363.68863479199996. iteration 9216 found worse value: 363.68863479199996. iteration 9217 found worse value: 363.68863479199996. iteration 9218 found worse value: 363.68863479199996. iteration9218, perturbing to get out of local maxima iteration 9219 found worse value: 363.68863479199996. iteration 9220 found worse value: 363.68863479199996. iteration 9221 found worse value: 363.68863479199996. iteration 9222 found worse value: 363.68863479199996. iteration 9223 found worse value: 363.68863479199996. iteration 9224 found worse value: 363.68863479199996. iteration 9225 found worse value: 363.68863479199996. iteration 9226 found worse value: 363.68863479199996. iteration9226, perturbing to get out of local maxima iteration 9227 found worse value: 363.68863479199996. iteration 9228 found worse value: 363.68863479199996. iteration 9229 found worse value: 363.68863479199996. iteration 9230 found worse value: 363.68863479199996. iteration 9231 found worse value: 363.68863479199996. iteration 9232 found worse value: 363.68863479199996. iteration 9233 found worse value: 363.68863479199996. iteration 9234 found worse value: 363.68863479199996. iteration 9235 found worse value: 363.68863479199996. iteration 9236 found worse value: 363.68863479199996. iteration 9237 found worse value: 363.68863479199996. iteration 9238 found worse value: 363.68863479199996. iteration 9239 found worse value: 363.68863479199996. iteration 9240 found worse value: 363.68863479199996. iteration 9241 found worse value: 363.68863479199996. iteration 9242 found worse value: 363.68863479199996. iteration9242, perturbing to get out of local maxima iteration 9243 found worse value: 363.68863479199996. iteration 9244 found worse value: 363.68863479199996. iteration 9245 found worse value: 363.68863479199996. iteration9245, perturbing to get out of local maxima iteration 9246 found worse value: 363.68863479199996. iteration 9247 found worse value: 363.68863479199996. iteration 9248 found worse value: 363.68863479199996. iteration 9249 found worse value: 363.68863479199996. iteration 9250 found worse value: 363.68863479199996. iteration 9251 found worse value: 363.68863479199996. iteration 9252 found worse value: 363.68863479199996. iteration 9253 found worse value: 363.68863479199996. iteration 9254 found worse value: 363.68863479199996. iteration9254, perturbing to get out of local maxima iteration 9255 found worse value: 363.68863479199996. iteration 9256 found worse value: 363.68863479199996. iteration 9257 found worse value: 363.68863479199996. iteration 9258 found worse value: 363.68863479199996. iteration 9259 found worse value: 363.68863479199996. iteration 9260 found worse value: 363.68863479199996. iteration 9261 found worse value: 363.68863479199996. iteration 9262 found worse value: 363.68863479199996. iteration 9263 found worse value: 363.68863479199996. iteration 9264 found worse value: 363.68863479199996. iteration 9265 found worse value: 363.68863479199996. iteration 9266 found worse value: 363.68863479199996. iteration 9267 found worse value: 363.68863479199996. iteration 9268 found worse value: 363.68863479199996. iteration 9269 found worse value: 363.68863479199996. iteration 9270 found worse value: 363.68863479199996. iteration 9271 found worse value: 363.68863479199996. iteration 9272 found worse value: 363.68863479199996. iteration 9273 found worse value: 363.68863479199996. iteration 9274 found worse value: 363.68863479199996. iteration 9275 found worse value: 363.68863479199996. iteration 9276 found worse value: 363.68863479199996. iteration 9277 found worse value: 363.68863479199996. iteration 9278 found worse value: 363.68863479199996. iteration 9279 found worse value: 363.68863479199996. iteration 9280 found worse value: 363.68863479199996. iteration 9281 found worse value: 363.68863479199996. iteration 9282 found worse value: 363.68863479199996. iteration 9283 found worse value: 363.68863479199996. iteration 9284 found worse value: 363.68863479199996. iteration 9285 found worse value: 363.68863479199996. iteration9285, perturbing to get out of local maxima iteration 9286 found worse value: 363.68863479199996. iteration 9287 found worse value: 363.68863479199996. iteration 9288 found worse value: 363.68863479199996. iteration 9289 found worse value: 363.68863479199996. iteration 9290 found worse value: 363.68863479199996. iteration 9291 found worse value: 363.68863479199996. iteration 9292 found worse value: 363.68863479199996. iteration 9293 found worse value: 363.68863479199996. iteration 9294 found worse value: 363.68863479199996. iteration 9295 found worse value: 363.68863479199996. iteration 9296 found worse value: 363.68863479199996. iteration 9297 found worse value: 363.68863479199996. iteration 9298 found worse value: 363.68863479199996. iteration 9299 found worse value: 363.68863479199996. iteration 9300 found worse value: 363.68863479199996. iteration 9301 found worse value: 363.68863479199996. iteration 9302 found worse value: 363.68863479199996. iteration9302, perturbing to get out of local maxima iteration 9303 found worse value: 363.68863479199996. iteration 9304 found worse value: 363.68863479199996. iteration 9305 found worse value: 363.68863479199996. iteration 9306 found worse value: 363.68863479199996. iteration 9307 found worse value: 363.68863479199996. iteration 9308 found worse value: 363.68863479199996. iteration 9309 found worse value: 363.68863479199996. iteration 9310 found worse value: 363.68863479199996. iteration 9311 found worse value: 363.68863479199996. iteration 9312 found worse value: 363.68863479199996. iteration 9313 found worse value: 363.68863479199996. iteration 9314 found worse value: 363.68863479199996. iteration 9315 found worse value: 363.68863479199996. iteration 9316 found worse value: 363.68863479199996. iteration 9317 found worse value: 363.68863479199996. iteration 9318 found worse value: 363.68863479199996. iteration 9319 found worse value: 363.68863479199996. iteration 9320 found worse value: 363.68863479199996. iteration 9321 found worse value: 363.68863479199996. iteration 9322 found worse value: 363.68863479199996. iteration 9323 found worse value: 363.68863479199996. iteration 9324 found worse value: 363.68863479199996. iteration 9325 found worse value: 363.68863479199996. iteration 9326 found worse value: 363.68863479199996. iteration 9327 found worse value: 363.68863479199996. iteration 9328 found worse value: 363.68863479199996. iteration 9329 found worse value: 363.68863479199996. iteration 9330 found worse value: 363.68863479199996. iteration 9331 found worse value: 363.68863479199996. iteration 9332 found worse value: 363.68863479199996. iteration 9333 found worse value: 363.68863479199996. iteration 9334 found worse value: 363.68863479199996. iteration 9335 found worse value: 363.68863479199996. iteration 9336 found worse value: 363.68863479199996. iteration 9337 found worse value: 363.68863479199996. iteration9337, perturbing to get out of local maxima iteration 9338 found worse value: 363.68863479199996. iteration 9339 found worse value: 363.68863479199996. iteration 9340 found worse value: 363.68863479199996. iteration9340, perturbing to get out of local maxima iteration 9341 found worse value: 363.68863479199996. iteration 9342 found worse value: 363.68863479199996. iteration 9343 found worse value: 363.68863479199996. iteration 9344 found worse value: 363.68863479199996. iteration 9345 found worse value: 363.68863479199996. iteration9345, perturbing to get out of local maxima iteration 9346 found worse value: 363.68863479199996. iteration 9347 found worse value: 363.68863479199996. iteration 9348 found worse value: 363.68863479199996. iteration 9349 found worse value: 363.68863479199996. iteration 9350 found worse value: 363.68863479199996. iteration 9351 found worse value: 363.68863479199996. iteration 9352 found worse value: 363.68863479199996. iteration 9353 found worse value: 363.68863479199996. iteration 9354 found worse value: 363.68863479199996. iteration 9355 found worse value: 363.68863479199996. iteration 9356 found worse value: 363.68863479199996. iteration 9357 found worse value: 363.68863479199996. iteration 9358 found worse value: 363.68863479199996. iteration 9359 found worse value: 363.68863479199996. iteration 9360 found worse value: 363.68863479199996. iteration 9361 found worse value: 363.68863479199996. iteration 9362 found worse value: 363.68863479199996. iteration 9363 found worse value: 363.68863479199996. iteration 9364 found worse value: 363.68863479199996. iteration 9365 found worse value: 363.68863479199996. iteration 9366 found worse value: 363.68863479199996. iteration 9367 found worse value: 363.68863479199996. iteration 9368 found worse value: 363.68863479199996. iteration 9369 found worse value: 363.68863479199996. iteration 9370 found worse value: 363.68863479199996. iteration 9371 found worse value: 363.68863479199996. iteration 9372 found worse value: 363.68863479199996. iteration 9373 found worse value: 363.68863479199996. iteration 9374 found worse value: 363.68863479199996. iteration 9375 found worse value: 363.68863479199996. iteration 9376 found worse value: 363.68863479199996. iteration 9377 found worse value: 363.68863479199996. iteration 9378 found worse value: 363.68863479199996. iteration 9379 found worse value: 363.68863479199996. iteration 9380 found worse value: 363.68863479199996. iteration 9381 found worse value: 363.68863479199996. iteration 9382 found worse value: 363.68863479199996. iteration 9383 found worse value: 363.68863479199996. iteration 9384 found worse value: 363.68863479199996. iteration 9385 found worse value: 363.68863479199996. iteration 9386 found worse value: 363.68863479199996. iteration 9387 found worse value: 363.68863479199996. iteration 9388 found worse value: 363.68863479199996. iteration 9389 found worse value: 363.68863479199996. iteration 9390 found worse value: 363.68863479199996. iteration 9391 found worse value: 363.68863479199996. iteration 9392 found worse value: 363.68863479199996. iteration 9393 found worse value: 363.68863479199996. iteration 9394 found worse value: 363.68863479199996. iteration 9395 found worse value: 363.68863479199996. iteration 9396 found worse value: 363.68863479199996. iteration 9397 found worse value: 363.68863479199996. iteration 9398 found worse value: 363.68863479199996. iteration 9399 found worse value: 363.68863479199996. iteration 9400 found worse value: 363.68863479199996. iteration 9401 found worse value: 363.68863479199996. iteration 9402 found worse value: 363.68863479199996. iteration 9403 found worse value: 363.68863479199996. iteration 9404 found worse value: 363.68863479199996. iteration 9405 found worse value: 363.68863479199996. iteration 9406 found worse value: 363.68863479199996. iteration 9407 found worse value: 363.68863479199996. iteration 9408 found worse value: 363.68863479199996. iteration 9409 found worse value: 363.68863479199996. iteration 9410 found worse value: 363.68863479199996. iteration 9411 found worse value: 363.68863479199996. iteration 9412 found worse value: 363.68863479199996. iteration 9413 found worse value: 363.68863479199996. iteration 9414 found worse value: 363.68863479199996. iteration 9415 found worse value: 363.68863479199996. iteration 9416 found worse value: 363.68863479199996. iteration 9417 found worse value: 363.68863479199996. iteration9417, perturbing to get out of local maxima iteration 9418 found worse value: 363.68863479199996. iteration 9419 found worse value: 363.68863479199996. iteration 9420 found worse value: 363.68863479199996. iteration 9421 found worse value: 363.68863479199996. iteration 9422 found worse value: 363.68863479199996. iteration 9423 found worse value: 363.68863479199996. iteration 9424 found worse value: 363.68863479199996. iteration 9425 found worse value: 363.68863479199996. iteration 9426 found worse value: 363.68863479199996. iteration 9427 found worse value: 363.68863479199996. iteration 9428 found worse value: 363.68863479199996. iteration 9429 found worse value: 363.68863479199996. iteration 9430 found worse value: 363.68863479199996. iteration 9431 found worse value: 363.68863479199996. iteration 9432 found worse value: 363.68863479199996. iteration 9433 found worse value: 363.68863479199996. iteration 9434 found worse value: 363.68863479199996. iteration 9435 found worse value: 363.68863479199996. iteration 9436 found worse value: 363.68863479199996. iteration 9437 found worse value: 363.68863479199996. iteration 9438 found worse value: 363.68863479199996. iteration 9439 found worse value: 363.68863479199996. iteration 9440 found worse value: 363.68863479199996. iteration 9441 found worse value: 363.68863479199996. iteration 9442 found worse value: 363.68863479199996. iteration 9443 found worse value: 363.68863479199996. iteration 9444 found worse value: 363.68863479199996. iteration 9445 found worse value: 363.68863479199996. iteration 9446 found worse value: 363.68863479199996. iteration 9447 found worse value: 363.68863479199996. iteration 9448 found worse value: 363.68863479199996. iteration 9449 found worse value: 363.68863479199996. iteration 9450 found worse value: 363.68863479199996. iteration 9451 found worse value: 363.68863479199996. iteration 9452 found worse value: 363.68863479199996. iteration 9453 found worse value: 363.68863479199996. iteration 9454 found worse value: 363.68863479199996. iteration 9455 found worse value: 363.68863479199996. iteration9455, perturbing to get out of local maxima iteration 9456 found worse value: 363.68863479199996. iteration 9457 found worse value: 363.68863479199996. iteration 9458 found worse value: 363.68863479199996. iteration 9459 found worse value: 363.68863479199996. iteration 9460 found worse value: 363.68863479199996. iteration 9461 found worse value: 363.68863479199996. iteration9461, perturbing to get out of local maxima iteration 9462 found worse value: 363.68863479199996. iteration9462, perturbing to get out of local maxima iteration 9463 found worse value: 363.68863479199996. iteration 9464 found worse value: 363.68863479199996. iteration 9465 found worse value: 363.68863479199996. iteration 9466 found worse value: 363.68863479199996. iteration 9467 found worse value: 363.68863479199996. iteration 9468 found worse value: 363.68863479199996. iteration 9469 found worse value: 363.68863479199996. iteration9469, perturbing to get out of local maxima iteration 9470 found worse value: 363.68863479199996. iteration 9471 found worse value: 363.68863479199996. iteration9471, perturbing to get out of local maxima iteration 9472 found worse value: 363.68863479199996. iteration 9473 found worse value: 363.68863479199996. iteration 9474 found worse value: 363.68863479199996. iteration 9475 found worse value: 363.68863479199996. iteration 9476 found worse value: 363.68863479199996. iteration 9477 found worse value: 363.68863479199996. iteration 9478 found worse value: 363.68863479199996. iteration 9479 found worse value: 363.68863479199996. iteration 9480 found worse value: 363.68863479199996. iteration 9481 found worse value: 363.68863479199996. iteration 9482 found worse value: 363.68863479199996. iteration 9483 found worse value: 363.68863479199996. iteration 9484 found worse value: 363.68863479199996. iteration 9485 found worse value: 363.68863479199996. iteration 9486 found worse value: 363.68863479199996. iteration 9487 found worse value: 363.68863479199996. iteration 9488 found worse value: 363.68863479199996. iteration 9489 found worse value: 363.68863479199996. iteration 9490 found worse value: 363.68863479199996. iteration9490, perturbing to get out of local maxima iteration 9491 found worse value: 363.68863479199996. iteration 9492 found worse value: 363.68863479199996. iteration9492, perturbing to get out of local maxima iteration 9493 found worse value: 363.68863479199996. iteration 9494 found worse value: 363.68863479199996. iteration9494, perturbing to get out of local maxima iteration 9495 found worse value: 363.68863479199996. iteration 9496 found worse value: 363.68863479199996. iteration 9497 found worse value: 363.68863479199996. iteration 9498 found worse value: 363.68863479199996. iteration 9499 found worse value: 363.68863479199996. iteration 9500 found worse value: 363.68863479199996. iteration 9501 found worse value: 363.68863479199996. iteration 9502 found worse value: 363.68863479199996. iteration 9503 found worse value: 363.68863479199996. iteration 9504 found worse value: 363.68863479199996. iteration 9505 found worse value: 363.68863479199996. iteration 9506 found worse value: 363.68863479199996. iteration 9507 found worse value: 363.68863479199996. iteration 9508 found worse value: 363.68863479199996. iteration9508, perturbing to get out of local maxima iteration 9509 found worse value: 363.68863479199996. iteration 9510 found worse value: 363.68863479199996. iteration 9511 found worse value: 363.68863479199996. iteration 9512 found worse value: 363.68863479199996. iteration 9513 found worse value: 363.68863479199996. iteration9513, perturbing to get out of local maxima iteration 9514 found worse value: 363.68863479199996. iteration 9515 found worse value: 363.68863479199996. iteration 9516 found worse value: 363.68863479199996. iteration 9517 found worse value: 363.68863479199996. iteration 9518 found worse value: 363.68863479199996. iteration 9519 found worse value: 363.68863479199996. iteration 9520 found worse value: 363.68863479199996. iteration 9521 found worse value: 363.68863479199996. iteration 9522 found worse value: 363.68863479199996. iteration 9523 found worse value: 363.68863479199996. iteration 9524 found worse value: 363.68863479199996. iteration 9525 found worse value: 363.68863479199996. iteration 9526 found worse value: 363.68863479199996. iteration 9527 found worse value: 363.68863479199996. iteration 9528 found worse value: 363.68863479199996. iteration 9529 found worse value: 363.68863479199996. iteration 9530 found worse value: 363.68863479199996. iteration 9531 found worse value: 363.68863479199996. iteration 9532 found worse value: 363.68863479199996. iteration 9533 found worse value: 363.68863479199996. iteration 9534 found worse value: 363.68863479199996. iteration 9535 found worse value: 363.68863479199996. iteration 9536 found worse value: 363.68863479199996. iteration 9537 found worse value: 363.68863479199996. iteration9537, perturbing to get out of local maxima iteration 9538 found worse value: 363.68863479199996. iteration 9539 found worse value: 363.68863479199996. iteration 9540 found worse value: 363.68863479199996. iteration 9541 found worse value: 363.68863479199996. iteration 9542 found worse value: 363.68863479199996. iteration 9543 found worse value: 363.68863479199996. iteration 9544 found worse value: 363.68863479199996. iteration 9545 found worse value: 363.68863479199996. iteration 9546 found worse value: 363.68863479199996. iteration 9547 found worse value: 363.68863479199996. iteration9547, perturbing to get out of local maxima iteration 9548 found worse value: 363.68863479199996. iteration 9549 found worse value: 363.68863479199996. iteration 9550 found worse value: 363.68863479199996. iteration 9551 found worse value: 363.68863479199996. iteration9551, perturbing to get out of local maxima iteration 9552 found worse value: 363.68863479199996. iteration 9553 found worse value: 363.68863479199996. iteration 9554 found worse value: 363.68863479199996. iteration 9555 found worse value: 363.68863479199996. iteration 9556 found worse value: 363.68863479199996. iteration 9557 found worse value: 363.68863479199996. iteration 9558 found worse value: 363.68863479199996. iteration 9559 found worse value: 363.68863479199996. iteration 9560 found worse value: 363.68863479199996. iteration 9561 found worse value: 363.68863479199996. iteration 9562 found worse value: 363.68863479199996. iteration 9563 found worse value: 363.68863479199996. iteration 9564 found worse value: 363.68863479199996. iteration 9565 found worse value: 363.68863479199996. iteration9565, perturbing to get out of local maxima iteration 9566 found worse value: 363.68863479199996. iteration 9567 found worse value: 363.68863479199996. iteration 9568 found worse value: 363.68863479199996. iteration 9569 found worse value: 363.68863479199996. iteration 9570 found worse value: 363.68863479199996. iteration 9571 found worse value: 363.68863479199996. iteration9571, perturbing to get out of local maxima iteration 9572 found worse value: 363.68863479199996. iteration 9573 found worse value: 363.68863479199996. iteration 9574 found worse value: 363.68863479199996. iteration 9575 found worse value: 363.68863479199996. iteration 9576 found worse value: 363.68863479199996. iteration 9577 found worse value: 363.68863479199996. iteration 9578 found worse value: 363.68863479199996. iteration 9579 found worse value: 363.68863479199996. iteration 9580 found worse value: 363.68863479199996. iteration 9581 found worse value: 363.68863479199996. iteration 9582 found worse value: 363.68863479199996. iteration 9583 found worse value: 363.68863479199996. iteration 9584 found worse value: 363.68863479199996. iteration 9585 found worse value: 363.68863479199996. iteration 9586 found worse value: 363.68863479199996. iteration 9587 found worse value: 363.68863479199996. iteration 9588 found worse value: 363.68863479199996. iteration 9589 found worse value: 363.68863479199996. iteration 9590 found worse value: 363.68863479199996. iteration 9591 found worse value: 363.68863479199996. iteration 9592 found worse value: 363.68863479199996. iteration 9593 found worse value: 363.68863479199996. iteration 9594 found worse value: 363.68863479199996. iteration 9595 found worse value: 363.68863479199996. iteration 9596 found worse value: 363.68863479199996. iteration 9597 found worse value: 363.68863479199996. iteration 9598 found worse value: 363.68863479199996. iteration 9599 found worse value: 363.68863479199996. iteration 9600 found worse value: 363.68863479199996. iteration 9601 found worse value: 363.68863479199996. iteration 9602 found worse value: 363.68863479199996. iteration 9603 found worse value: 363.68863479199996. iteration 9604 found worse value: 363.68863479199996. iteration 9605 found worse value: 363.68863479199996. iteration 9606 found worse value: 363.68863479199996. iteration 9607 found worse value: 363.68863479199996. iteration 9608 found worse value: 363.68863479199996. iteration 9609 found worse value: 363.68863479199996. iteration 9610 found worse value: 363.68863479199996. iteration 9611 found worse value: 363.68863479199996. iteration 9612 found worse value: 363.68863479199996. iteration 9613 found worse value: 363.68863479199996. iteration 9614 found worse value: 363.68863479199996. iteration 9615 found worse value: 363.68863479199996. iteration 9616 found worse value: 363.68863479199996. iteration 9617 found worse value: 363.68863479199996. iteration 9618 found worse value: 363.68863479199996. iteration 9619 found worse value: 363.68863479199996. iteration 9620 found worse value: 363.68863479199996. iteration 9621 found worse value: 363.68863479199996. iteration 9622 found worse value: 363.68863479199996. iteration 9623 found worse value: 363.68863479199996. iteration 9624 found worse value: 363.68863479199996. iteration 9625 found worse value: 363.68863479199996. iteration 9626 found worse value: 363.68863479199996. iteration 9627 found worse value: 363.68863479199996. iteration 9628 found worse value: 363.68863479199996. iteration 9629 found worse value: 363.68863479199996. iteration 9630 found worse value: 363.68863479199996. iteration 9631 found worse value: 363.68863479199996. iteration 9632 found worse value: 363.68863479199996. iteration 9633 found worse value: 363.68863479199996. iteration 9634 found worse value: 363.68863479199996. iteration 9635 found worse value: 363.68863479199996. iteration 9636 found worse value: 363.68863479199996. iteration 9637 found worse value: 363.68863479199996. iteration 9638 found worse value: 363.68863479199996. iteration 9639 found worse value: 363.68863479199996. iteration 9640 found worse value: 363.68863479199996. iteration 9641 found worse value: 363.68863479199996. iteration 9642 found worse value: 363.68863479199996. iteration 9643 found worse value: 363.68863479199996. iteration9643, perturbing to get out of local maxima iteration 9644 found worse value: 363.68863479199996. iteration 9645 found worse value: 363.68863479199996. iteration9645, perturbing to get out of local maxima iteration 9646 found worse value: 363.68863479199996. iteration 9647 found worse value: 363.68863479199996. iteration9647, perturbing to get out of local maxima iteration 9648 found worse value: 363.68863479199996. iteration 9649 found worse value: 363.68863479199996. iteration 9650 found worse value: 363.68863479199996. iteration 9651 found worse value: 363.68863479199996. iteration 9652 found worse value: 363.68863479199996. iteration9652, perturbing to get out of local maxima iteration 9653 found worse value: 363.68863479199996. iteration 9654 found worse value: 363.68863479199996. iteration 9655 found worse value: 363.68863479199996. iteration 9656 found worse value: 363.68863479199996. iteration 9657 found worse value: 363.68863479199996. iteration 9658 found worse value: 363.68863479199996. iteration 9659 found worse value: 363.68863479199996. iteration 9660 found worse value: 363.68863479199996. iteration 9661 found worse value: 363.68863479199996. iteration 9662 found worse value: 363.68863479199996. iteration 9663 found worse value: 363.68863479199996. iteration9663, perturbing to get out of local maxima iteration 9664 found worse value: 363.68863479199996. iteration 9665 found worse value: 363.68863479199996. iteration 9666 found worse value: 363.68863479199996. iteration 9667 found worse value: 363.68863479199996. iteration 9668 found worse value: 363.68863479199996. iteration 9669 found worse value: 363.68863479199996. iteration 9670 found worse value: 363.68863479199996. iteration 9671 found worse value: 363.68863479199996. iteration 9672 found worse value: 363.68863479199996. iteration 9673 found worse value: 363.68863479199996. iteration 9674 found worse value: 363.68863479199996. iteration 9675 found worse value: 363.68863479199996. iteration 9676 found worse value: 363.68863479199996. iteration 9677 found worse value: 363.68863479199996. iteration 9678 found worse value: 363.68863479199996. iteration 9679 found worse value: 363.68863479199996. iteration9679, perturbing to get out of local maxima iteration 9680 found worse value: 363.68863479199996. iteration 9681 found worse value: 363.68863479199996. iteration 9682 found worse value: 363.68863479199996. iteration9682, perturbing to get out of local maxima iteration 9683 found worse value: 363.68863479199996. iteration 9684 found worse value: 363.68863479199996. iteration9684, perturbing to get out of local maxima iteration 9685 found worse value: 363.68863479199996. iteration 9686 found worse value: 363.68863479199996. iteration 9687 found worse value: 363.68863479199996. iteration 9688 found worse value: 363.68863479199996. iteration 9689 found worse value: 363.68863479199996. iteration 9690 found worse value: 363.68863479199996. iteration 9691 found worse value: 363.68863479199996. iteration 9692 found worse value: 363.68863479199996. iteration 9693 found worse value: 363.68863479199996. iteration 9694 found worse value: 363.68863479199996. iteration 9695 found worse value: 363.68863479199996. iteration 9696 found worse value: 363.68863479199996. iteration 9697 found worse value: 363.68863479199996. iteration 9698 found worse value: 363.68863479199996. iteration 9699 found worse value: 363.68863479199996. iteration 9700 found worse value: 363.68863479199996. iteration 9701 found worse value: 363.68863479199996. iteration 9702 found worse value: 363.68863479199996. iteration 9703 found worse value: 363.68863479199996. iteration 9704 found worse value: 363.68863479199996. iteration 9705 found worse value: 363.68863479199996. iteration 9706 found worse value: 363.68863479199996. iteration 9707 found worse value: 363.68863479199996. iteration 9708 found worse value: 363.68863479199996. iteration 9709 found worse value: 363.68863479199996. iteration 9710 found worse value: 363.68863479199996. iteration 9711 found worse value: 363.68863479199996. iteration 9712 found worse value: 363.68863479199996. iteration 9713 found worse value: 363.68863479199996. iteration 9714 found worse value: 363.68863479199996. iteration 9715 found worse value: 363.68863479199996. iteration 9716 found worse value: 363.68863479199996. iteration 9717 found worse value: 363.68863479199996. iteration 9718 found worse value: 363.68863479199996. iteration 9719 found worse value: 363.68863479199996. iteration 9720 found worse value: 363.68863479199996. iteration 9721 found worse value: 363.68863479199996. iteration 9722 found worse value: 363.68863479199996. iteration9722, perturbing to get out of local maxima iteration 9723 found worse value: 363.68863479199996. iteration 9724 found worse value: 363.68863479199996. iteration 9725 found worse value: 363.68863479199996. iteration 9726 found worse value: 363.68863479199996. iteration 9727 found worse value: 363.68863479199996. iteration 9728 found worse value: 363.68863479199996. iteration 9729 found worse value: 363.68863479199996. iteration 9730 found worse value: 363.68863479199996. iteration 9731 found worse value: 363.68863479199996. iteration 9732 found worse value: 363.68863479199996. iteration 9733 found worse value: 363.68863479199996. iteration 9734 found worse value: 363.68863479199996. iteration9734, perturbing to get out of local maxima iteration 9735 found worse value: 363.68863479199996. iteration 9736 found worse value: 363.68863479199996. iteration 9737 found worse value: 363.68863479199996. iteration 9738 found worse value: 363.68863479199996. iteration 9739 found worse value: 363.68863479199996. iteration 9740 found worse value: 363.68863479199996. iteration 9741 found worse value: 363.68863479199996. iteration 9742 found worse value: 363.68863479199996. iteration 9743 found worse value: 363.68863479199996. iteration 9744 found worse value: 363.68863479199996. iteration 9745 found worse value: 363.68863479199996. iteration 9746 found worse value: 363.68863479199996. iteration 9747 found worse value: 363.68863479199996. iteration 9748 found worse value: 363.68863479199996. iteration 9749 found worse value: 363.68863479199996. iteration 9750 found worse value: 363.68863479199996. iteration 9751 found worse value: 363.68863479199996. iteration 9752 found worse value: 363.68863479199996. iteration 9753 found worse value: 363.68863479199996. iteration 9754 found worse value: 363.68863479199996. iteration 9755 found worse value: 363.68863479199996. iteration 9756 found worse value: 363.68863479199996. iteration 9757 found worse value: 363.68863479199996. iteration 9758 found worse value: 363.68863479199996. iteration 9759 found worse value: 363.68863479199996. iteration 9760 found worse value: 363.68863479199996. iteration 9761 found worse value: 363.68863479199996. iteration 9762 found worse value: 363.68863479199996. iteration 9763 found worse value: 363.68863479199996. iteration 9764 found worse value: 363.68863479199996. iteration 9765 found worse value: 363.68863479199996. iteration 9766 found worse value: 363.68863479199996. iteration 9767 found worse value: 363.68863479199996. iteration 9768 found worse value: 363.68863479199996. iteration 9769 found worse value: 363.68863479199996. iteration 9770 found worse value: 363.68863479199996. iteration 9771 found worse value: 363.68863479199996. iteration 9772 found worse value: 363.68863479199996. iteration 9773 found worse value: 363.68863479199996. iteration 9774 found worse value: 363.68863479199996. iteration 9775 found worse value: 363.68863479199996. iteration 9776 found worse value: 363.68863479199996. iteration 9777 found worse value: 363.68863479199996. iteration 9778 found worse value: 363.68863479199996. iteration 9779 found worse value: 363.68863479199996. iteration 9780 found worse value: 363.68863479199996. iteration 9781 found worse value: 363.68863479199996. iteration 9782 found worse value: 363.68863479199996. iteration 9783 found worse value: 363.68863479199996. iteration 9784 found worse value: 363.68863479199996. iteration9784, perturbing to get out of local maxima iteration 9785 found worse value: 363.68863479199996. iteration 9786 found worse value: 363.68863479199996. iteration 9787 found worse value: 363.68863479199996. iteration9787, perturbing to get out of local maxima iteration 9788 found worse value: 363.68863479199996. iteration 9789 found worse value: 363.68863479199996. iteration 9790 found worse value: 363.68863479199996. iteration 9791 found worse value: 363.68863479199996. iteration 9792 found worse value: 363.68863479199996. iteration 9793 found worse value: 363.68863479199996. iteration 9794 found worse value: 363.68863479199996. iteration 9795 found worse value: 363.68863479199996. iteration 9796 found worse value: 363.68863479199996. iteration 9797 found worse value: 363.68863479199996. iteration 9798 found worse value: 363.68863479199996. iteration 9799 found worse value: 363.68863479199996. iteration 9800 found worse value: 363.68863479199996. iteration 9801 found worse value: 363.68863479199996. iteration 9802 found worse value: 363.68863479199996. iteration 9803 found worse value: 363.68863479199996. iteration 9804 found worse value: 363.68863479199996. iteration 9805 found worse value: 363.68863479199996. iteration 9806 found worse value: 363.68863479199996. iteration 9807 found worse value: 363.68863479199996. iteration 9808 found worse value: 363.68863479199996. iteration 9809 found worse value: 363.68863479199996. iteration 9810 found worse value: 363.68863479199996. iteration 9811 found worse value: 363.68863479199996. iteration 9812 found worse value: 363.68863479199996. iteration 9813 found worse value: 363.68863479199996. iteration9813, perturbing to get out of local maxima iteration 9814 found worse value: 363.68863479199996. iteration 9815 found worse value: 363.68863479199996. iteration 9816 found worse value: 363.68863479199996. iteration 9817 found worse value: 363.68863479199996. iteration 9818 found worse value: 363.68863479199996. iteration 9819 found worse value: 363.68863479199996. iteration 9820 found worse value: 363.68863479199996. iteration9820, perturbing to get out of local maxima iteration 9821 found worse value: 363.68863479199996. iteration 9822 found worse value: 363.68863479199996. iteration 9823 found worse value: 363.68863479199996. iteration 9824 found worse value: 363.68863479199996. iteration9824, perturbing to get out of local maxima iteration 9825 found worse value: 363.68863479199996. iteration 9826 found worse value: 363.68863479199996. iteration 9827 found worse value: 363.68863479199996. iteration 9828 found worse value: 363.68863479199996. iteration 9829 found worse value: 363.68863479199996. iteration 9830 found worse value: 363.68863479199996. iteration 9831 found worse value: 363.68863479199996. iteration 9832 found worse value: 363.68863479199996. iteration 9833 found worse value: 363.68863479199996. iteration 9834 found worse value: 363.68863479199996. iteration 9835 found worse value: 363.68863479199996. iteration 9836 found worse value: 363.68863479199996. iteration 9837 found worse value: 363.68863479199996. iteration 9838 found worse value: 363.68863479199996. iteration 9839 found worse value: 363.68863479199996. iteration 9840 found worse value: 363.68863479199996. iteration 9841 found worse value: 363.68863479199996. iteration 9842 found worse value: 363.68863479199996. iteration 9843 found worse value: 363.68863479199996. iteration 9844 found worse value: 363.68863479199996. iteration 9845 found worse value: 363.68863479199996. iteration 9846 found worse value: 363.68863479199996. iteration9846, perturbing to get out of local maxima iteration 9847 found worse value: 363.68863479199996. iteration 9848 found worse value: 363.68863479199996. iteration 9849 found worse value: 363.68863479199996. iteration 9850 found worse value: 363.68863479199996. iteration 9851 found worse value: 363.68863479199996. iteration 9852 found worse value: 363.68863479199996. iteration 9853 found worse value: 363.68863479199996. iteration 9854 found worse value: 363.68863479199996. iteration 9855 found worse value: 363.68863479199996. iteration 9856 found worse value: 363.68863479199996. iteration 9857 found worse value: 363.68863479199996. iteration 9858 found worse value: 363.68863479199996. iteration 9859 found worse value: 363.68863479199996. iteration 9860 found worse value: 363.68863479199996. iteration 9861 found worse value: 363.68863479199996. iteration9861, perturbing to get out of local maxima iteration 9862 found worse value: 363.68863479199996. iteration 9863 found worse value: 363.68863479199996. iteration 9864 found worse value: 363.68863479199996. iteration 9865 found worse value: 363.68863479199996. iteration 9866 found worse value: 363.68863479199996. iteration 9867 found worse value: 363.68863479199996. iteration 9868 found worse value: 363.68863479199996. iteration 9869 found worse value: 363.68863479199996. iteration 9870 found worse value: 363.68863479199996. iteration9870, perturbing to get out of local maxima iteration 9871 found worse value: 363.68863479199996. iteration 9872 found worse value: 363.68863479199996. iteration 9873 found worse value: 363.68863479199996. iteration 9874 found worse value: 363.68863479199996. iteration 9875 found worse value: 363.68863479199996. iteration 9876 found worse value: 363.68863479199996. iteration 9877 found worse value: 363.68863479199996. iteration 9878 found worse value: 363.68863479199996. iteration 9879 found worse value: 363.68863479199996. iteration 9880 found worse value: 363.68863479199996. iteration 9881 found worse value: 363.68863479199996. iteration 9882 found worse value: 363.68863479199996. iteration 9883 found worse value: 363.68863479199996. iteration 9884 found worse value: 363.68863479199996. iteration 9885 found worse value: 363.68863479199996. iteration 9886 found worse value: 363.68863479199996. iteration 9887 found worse value: 363.68863479199996. iteration 9888 found worse value: 363.68863479199996. iteration 9889 found worse value: 363.68863479199996. iteration 9890 found worse value: 363.68863479199996. iteration9890, perturbing to get out of local maxima iteration 9891 found worse value: 363.68863479199996. iteration 9892 found worse value: 363.68863479199996. iteration 9893 found worse value: 363.68863479199996. iteration 9894 found worse value: 363.68863479199996. iteration9894, perturbing to get out of local maxima iteration 9895 found worse value: 363.68863479199996. iteration 9896 found worse value: 363.68863479199996. iteration 9897 found worse value: 363.68863479199996. iteration 9898 found worse value: 363.68863479199996. iteration 9899 found worse value: 363.68863479199996. iteration 9900 found worse value: 363.68863479199996. iteration 9901 found worse value: 363.68863479199996. iteration 9902 found worse value: 363.68863479199996. iteration 9903 found worse value: 363.68863479199996. iteration 9904 found worse value: 363.68863479199996. iteration 9905 found worse value: 363.68863479199996. iteration 9906 found worse value: 363.68863479199996. iteration 9907 found worse value: 363.68863479199996. iteration 9908 found worse value: 363.68863479199996. iteration 9909 found worse value: 363.68863479199996. iteration 9910 found worse value: 363.68863479199996. iteration 9911 found worse value: 363.68863479199996. iteration 9912 found worse value: 363.68863479199996. iteration 9913 found worse value: 363.68863479199996. iteration9913, perturbing to get out of local maxima iteration 9914 found worse value: 363.68863479199996. iteration 9915 found worse value: 363.68863479199996. iteration9915, perturbing to get out of local maxima iteration 9916 found worse value: 363.68863479199996. iteration 9917 found worse value: 363.68863479199996. iteration9917, perturbing to get out of local maxima iteration 9918 found worse value: 363.68863479199996. iteration 9919 found worse value: 363.68863479199996. iteration 9920 found worse value: 363.68863479199996. iteration 9921 found worse value: 363.68863479199996. iteration 9922 found worse value: 363.68863479199996. iteration 9923 found worse value: 363.68863479199996. iteration 9924 found worse value: 363.68863479199996. iteration 9925 found worse value: 363.68863479199996. iteration 9926 found worse value: 363.68863479199996. iteration9926, perturbing to get out of local maxima iteration 9927 found worse value: 363.68863479199996. iteration 9928 found worse value: 363.68863479199996. iteration 9929 found worse value: 363.68863479199996. iteration 9930 found worse value: 363.68863479199996. iteration 9931 found worse value: 363.68863479199996. iteration 9932 found worse value: 363.68863479199996. iteration 9933 found worse value: 363.68863479199996. iteration 9934 found worse value: 363.68863479199996. iteration 9935 found worse value: 363.68863479199996. iteration 9936 found worse value: 363.68863479199996. iteration 9937 found worse value: 363.68863479199996. iteration 9938 found worse value: 363.68863479199996. iteration 9939 found worse value: 363.68863479199996. iteration 9940 found worse value: 363.68863479199996. iteration 9941 found worse value: 363.68863479199996. iteration 9942 found worse value: 363.68863479199996. iteration 9943 found worse value: 363.68863479199996. iteration 9944 found worse value: 363.68863479199996. iteration 9945 found worse value: 363.68863479199996. iteration 9946 found worse value: 363.68863479199996. iteration 9947 found worse value: 363.68863479199996. iteration 9948 found worse value: 363.68863479199996. iteration 9949 found worse value: 363.68863479199996. iteration 9950 found worse value: 363.68863479199996. iteration 9951 found worse value: 363.68863479199996. iteration 9952 found worse value: 363.68863479199996. iteration 9953 found worse value: 363.68863479199996. iteration 9954 found worse value: 363.68863479199996. iteration 9955 found worse value: 363.68863479199996. iteration 9956 found worse value: 363.68863479199996. iteration 9957 found worse value: 363.68863479199996. iteration 9958 found worse value: 363.68863479199996. iteration 9959 found worse value: 363.68863479199996. iteration 9960 found worse value: 363.68863479199996. iteration 9961 found worse value: 363.68863479199996. iteration 9962 found worse value: 363.68863479199996. iteration 9963 found worse value: 363.68863479199996. iteration9963, perturbing to get out of local maxima iteration 9964 found worse value: 363.68863479199996. iteration 9965 found worse value: 363.68863479199996. iteration 9966 found worse value: 363.68863479199996. iteration 9967 found worse value: 363.68863479199996. iteration 9968 found worse value: 363.68863479199996. iteration 9969 found worse value: 363.68863479199996. iteration 9970 found worse value: 363.68863479199996. iteration 9971 found worse value: 363.68863479199996. iteration 9972 found worse value: 363.68863479199996. iteration 9973 found worse value: 363.68863479199996. iteration 9974 found worse value: 363.68863479199996. iteration 9975 found worse value: 363.68863479199996. iteration 9976 found worse value: 363.68863479199996. iteration9976, perturbing to get out of local maxima iteration 9977 found worse value: 363.68863479199996. iteration 9978 found worse value: 363.68863479199996. iteration 9979 found worse value: 363.68863479199996. iteration 9980 found worse value: 363.68863479199996. iteration 9981 found worse value: 363.68863479199996. iteration 9982 found worse value: 363.68863479199996. iteration 9983 found worse value: 363.68863479199996. iteration 9984 found worse value: 363.68863479199996. iteration9984, perturbing to get out of local maxima iteration 9985 found worse value: 363.68863479199996. iteration 9986 found worse value: 363.68863479199996. iteration 9987 found worse value: 363.68863479199996. iteration 9988 found worse value: 363.68863479199996. iteration 9989 found worse value: 363.68863479199996. iteration9989, perturbing to get out of local maxima iteration 9990 found worse value: 363.68863479199996. iteration 9991 found worse value: 363.68863479199996. iteration 9992 found worse value: 363.68863479199996. iteration 9993 found worse value: 363.68863479199996. iteration 9994 found worse value: 363.68863479199996. iteration9994, perturbing to get out of local maxima iteration 9995 found worse value: 363.68863479199996. iteration 9996 found worse value: 363.68863479199996. iteration 9997 found worse value: 363.68863479199996. iteration 9998 found worse value: 363.68863479199996. iteration 9999 found worse value: 363.68863479199996. iteration 10000 found worse value: 363.68863479199996. iteration 10001 found worse value: 363.68863479199996. iteration 10002 found worse value: 363.68863479199996. iteration 10003 found worse value: 363.68863479199996. iteration 10004 found worse value: 363.68863479199996. iteration 10005 found worse value: 363.68863479199996. iteration10005, perturbing to get out of local maxima iteration 10006 found worse value: 363.68863479199996. iteration 10007 found worse value: 363.68863479199996. iteration 10008 found worse value: 363.68863479199996. iteration10008, perturbing to get out of local maxima iteration 10009 found worse value: 363.68863479199996. iteration 10010 found worse value: 363.68863479199996. iteration 10011 found worse value: 363.68863479199996. iteration 10012 found worse value: 363.68863479199996. iteration 10013 found worse value: 363.68863479199996. iteration 10014 found worse value: 363.68863479199996. iteration 10015 found worse value: 363.68863479199996. iteration 10016 found worse value: 363.68863479199996. iteration 10017 found worse value: 363.68863479199996. iteration 10018 found worse value: 363.68863479199996. iteration 10019 found worse value: 363.68863479199996. iteration 10020 found worse value: 363.68863479199996. iteration 10021 found worse value: 363.68863479199996. iteration 10022 found worse value: 363.68863479199996. iteration 10023 found worse value: 363.68863479199996. iteration 10024 found worse value: 363.68863479199996. iteration 10025 found worse value: 363.68863479199996. iteration 10026 found worse value: 363.68863479199996. iteration 10027 found worse value: 363.68863479199996. iteration 10028 found worse value: 363.68863479199996. iteration 10029 found worse value: 363.68863479199996. iteration 10030 found worse value: 363.68863479199996. iteration 10031 found worse value: 363.68863479199996. iteration 10032 found worse value: 363.68863479199996. iteration 10033 found worse value: 363.68863479199996. iteration 10034 found worse value: 363.68863479199996. iteration 10035 found worse value: 363.68863479199996. iteration 10036 found worse value: 363.68863479199996. iteration 10037 found worse value: 363.68863479199996. iteration 10038 found worse value: 363.68863479199996. iteration10038, perturbing to get out of local maxima iteration 10039 found worse value: 363.68863479199996. iteration 10040 found worse value: 363.68863479199996. iteration 10041 found worse value: 363.68863479199996. iteration 10042 found worse value: 363.68863479199996. iteration 10043 found worse value: 363.68863479199996. iteration 10044 found worse value: 363.68863479199996. iteration 10045 found worse value: 363.68863479199996. iteration 10046 found worse value: 363.68863479199996. iteration 10047 found worse value: 363.68863479199996. iteration 10048 found worse value: 363.68863479199996. iteration 10049 found worse value: 363.68863479199996. iteration 10050 found worse value: 363.68863479199996. iteration 10051 found worse value: 363.68863479199996. iteration 10052 found worse value: 363.68863479199996. iteration 10053 found worse value: 363.68863479199996. iteration 10054 found worse value: 363.68863479199996. iteration 10055 found worse value: 363.68863479199996. iteration 10056 found worse value: 363.68863479199996. iteration 10057 found worse value: 363.68863479199996. iteration 10058 found worse value: 363.68863479199996. iteration 10059 found worse value: 363.68863479199996. iteration 10060 found worse value: 363.68863479199996. iteration 10061 found worse value: 363.68863479199996. iteration 10062 found worse value: 363.68863479199996. iteration 10063 found worse value: 363.68863479199996. iteration 10064 found worse value: 363.68863479199996. iteration 10065 found worse value: 363.68863479199996. iteration 10066 found worse value: 363.68863479199996. iteration10066, perturbing to get out of local maxima iteration 10067 found worse value: 363.68863479199996. iteration 10068 found worse value: 363.68863479199996. iteration 10069 found worse value: 363.68863479199996. iteration10069, perturbing to get out of local maxima iteration 10070 found worse value: 363.68863479199996. iteration 10071 found worse value: 363.68863479199996. iteration 10072 found worse value: 363.68863479199996. iteration 10073 found worse value: 363.68863479199996. iteration 10074 found worse value: 363.68863479199996. iteration10074, perturbing to get out of local maxima iteration 10075 found worse value: 363.68863479199996. iteration 10076 found worse value: 363.68863479199996. iteration 10077 found worse value: 363.68863479199996. iteration 10078 found worse value: 363.68863479199996. iteration 10079 found worse value: 363.68863479199996. iteration 10080 found worse value: 363.68863479199996. iteration 10081 found worse value: 363.68863479199996. iteration 10082 found worse value: 363.68863479199996. iteration 10083 found worse value: 363.68863479199996. iteration 10084 found worse value: 363.68863479199996. iteration 10085 found worse value: 363.68863479199996. iteration 10086 found worse value: 363.68863479199996. iteration 10087 found worse value: 363.68863479199996. iteration 10088 found worse value: 363.68863479199996. iteration 10089 found worse value: 363.68863479199996. iteration 10090 found worse value: 363.68863479199996. iteration 10091 found worse value: 363.68863479199996. iteration 10092 found worse value: 363.68863479199996. iteration 10093 found worse value: 363.68863479199996. iteration 10094 found worse value: 363.68863479199996. iteration 10095 found worse value: 363.68863479199996. iteration 10096 found worse value: 363.68863479199996. iteration 10097 found worse value: 363.68863479199996. iteration 10098 found worse value: 363.68863479199996. iteration 10099 found worse value: 363.68863479199996. iteration 10100 found worse value: 363.68863479199996. iteration 10101 found worse value: 363.68863479199996. iteration 10102 found worse value: 363.68863479199996. iteration 10103 found worse value: 363.68863479199996. iteration 10104 found worse value: 363.68863479199996. iteration10104, perturbing to get out of local maxima iteration 10105 found worse value: 363.68863479199996. iteration 10106 found worse value: 363.68863479199996. iteration 10107 found worse value: 363.68863479199996. iteration 10108 found worse value: 363.68863479199996. iteration 10109 found worse value: 363.68863479199996. iteration 10110 found worse value: 363.68863479199996. iteration 10111 found worse value: 363.68863479199996. iteration 10112 found worse value: 363.68863479199996. iteration 10113 found worse value: 363.68863479199996. iteration 10114 found worse value: 363.68863479199996. iteration 10115 found worse value: 363.68863479199996. iteration 10116 found worse value: 363.68863479199996. iteration 10117 found worse value: 363.68863479199996. iteration 10118 found worse value: 363.68863479199996. iteration 10119 found worse value: 363.68863479199996. iteration 10120 found worse value: 363.68863479199996. iteration 10121 found worse value: 363.68863479199996. iteration 10122 found worse value: 363.68863479199996. iteration 10123 found worse value: 363.68863479199996. iteration 10124 found worse value: 363.68863479199996. iteration 10125 found worse value: 363.68863479199996. iteration 10126 found worse value: 363.68863479199996. iteration 10127 found worse value: 363.68863479199996. iteration 10128 found worse value: 363.68863479199996. iteration 10129 found worse value: 363.68863479199996. iteration10129, perturbing to get out of local maxima iteration 10130 found worse value: 363.68863479199996. iteration 10131 found worse value: 363.68863479199996. iteration 10132 found worse value: 363.68863479199996. iteration 10133 found worse value: 363.68863479199996. iteration 10134 found worse value: 363.68863479199996. iteration 10135 found worse value: 363.68863479199996. iteration 10136 found worse value: 363.68863479199996. iteration 10137 found worse value: 363.68863479199996. iteration 10138 found worse value: 363.68863479199996. iteration10138, perturbing to get out of local maxima iteration 10139 found worse value: 363.68863479199996. iteration 10140 found worse value: 363.68863479199996. iteration 10141 found worse value: 363.68863479199996. iteration 10142 found worse value: 363.68863479199996. iteration 10143 found worse value: 363.68863479199996. iteration 10144 found worse value: 363.68863479199996. iteration 10145 found worse value: 363.68863479199996. iteration 10146 found worse value: 363.68863479199996. iteration 10147 found worse value: 363.68863479199996. iteration 10148 found worse value: 363.68863479199996. iteration 10149 found worse value: 363.68863479199996. iteration10149, perturbing to get out of local maxima iteration 10150 found worse value: 363.68863479199996. iteration 10151 found worse value: 363.68863479199996. iteration 10152 found worse value: 363.68863479199996. iteration 10153 found worse value: 363.68863479199996. iteration 10154 found worse value: 363.68863479199996. iteration10154, perturbing to get out of local maxima iteration 10155 found worse value: 363.68863479199996. iteration 10156 found worse value: 363.68863479199996. iteration 10157 found worse value: 363.68863479199996. iteration 10158 found worse value: 363.68863479199996. iteration 10159 found worse value: 363.68863479199996. iteration10159, perturbing to get out of local maxima iteration 10160 found worse value: 363.68863479199996. iteration10160, perturbing to get out of local maxima iteration 10161 found worse value: 363.68863479199996. iteration 10162 found worse value: 363.68863479199996. iteration 10163 found worse value: 363.68863479199996. iteration 10164 found worse value: 363.68863479199996. iteration 10165 found worse value: 363.68863479199996. iteration 10166 found worse value: 363.68863479199996. iteration10166, perturbing to get out of local maxima iteration 10167 found worse value: 363.68863479199996. iteration 10168 found worse value: 363.68863479199996. iteration 10169 found worse value: 363.68863479199996. iteration 10170 found worse value: 363.68863479199996. iteration 10171 found worse value: 363.68863479199996. iteration 10172 found worse value: 363.68863479199996. iteration 10173 found worse value: 363.68863479199996. iteration 10174 found worse value: 363.68863479199996. iteration 10175 found worse value: 363.68863479199996. iteration 10176 found worse value: 363.68863479199996. iteration 10177 found worse value: 363.68863479199996. iteration 10178 found worse value: 363.68863479199996. iteration 10179 found worse value: 363.68863479199996. iteration 10180 found worse value: 363.68863479199996. iteration 10181 found worse value: 363.68863479199996. iteration 10182 found worse value: 363.68863479199996. iteration10182, perturbing to get out of local maxima iteration 10183 found worse value: 363.68863479199996. iteration 10184 found worse value: 363.68863479199996. iteration 10185 found worse value: 363.68863479199996. iteration 10186 found worse value: 363.68863479199996. iteration10186, perturbing to get out of local maxima iteration 10187 found worse value: 363.68863479199996. iteration 10188 found worse value: 363.68863479199996. iteration 10189 found worse value: 363.68863479199996. iteration 10190 found worse value: 363.68863479199996. iteration 10191 found worse value: 363.68863479199996. iteration 10192 found worse value: 363.68863479199996. iteration 10193 found worse value: 363.68863479199996. iteration 10194 found worse value: 363.68863479199996. iteration 10195 found worse value: 363.68863479199996. iteration 10196 found worse value: 363.68863479199996. iteration 10197 found worse value: 363.68863479199996. iteration 10198 found worse value: 363.68863479199996. iteration 10199 found worse value: 363.68863479199996. iteration 10200 found worse value: 363.68863479199996. iteration 10201 found worse value: 363.68863479199996. iteration 10202 found worse value: 363.68863479199996. iteration 10203 found worse value: 363.68863479199996. iteration 10204 found worse value: 363.68863479199996. iteration 10205 found worse value: 363.68863479199996. iteration 10206 found worse value: 363.68863479199996. iteration 10207 found worse value: 363.68863479199996. iteration 10208 found worse value: 363.68863479199996. iteration 10209 found worse value: 363.68863479199996. iteration 10210 found worse value: 363.68863479199996. iteration 10211 found worse value: 363.68863479199996. iteration 10212 found worse value: 363.68863479199996. iteration 10213 found worse value: 363.68863479199996. iteration 10214 found worse value: 363.68863479199996. iteration 10215 found worse value: 363.68863479199996. iteration 10216 found worse value: 363.68863479199996. iteration10216, perturbing to get out of local maxima iteration 10217 found worse value: 363.68863479199996. iteration10217, perturbing to get out of local maxima iteration 10218 found worse value: 363.68863479199996. iteration 10219 found worse value: 363.68863479199996. iteration 10220 found worse value: 363.68863479199996. iteration10220, perturbing to get out of local maxima iteration 10221 found worse value: 363.68863479199996. iteration 10222 found worse value: 363.68863479199996. iteration 10223 found worse value: 363.68863479199996. iteration 10224 found worse value: 363.68863479199996. iteration 10225 found worse value: 363.68863479199996. iteration 10226 found worse value: 363.68863479199996. iteration10226, perturbing to get out of local maxima iteration 10227 found worse value: 363.68863479199996. iteration 10228 found worse value: 363.68863479199996. iteration 10229 found worse value: 363.68863479199996. iteration 10230 found worse value: 363.68863479199996. iteration 10231 found worse value: 363.68863479199996. iteration10231, perturbing to get out of local maxima iteration 10232 found worse value: 363.68863479199996. iteration 10233 found worse value: 363.68863479199996. iteration 10234 found worse value: 363.68863479199996. iteration 10235 found worse value: 363.68863479199996. iteration 10236 found worse value: 363.68863479199996. iteration 10237 found worse value: 363.68863479199996. iteration 10238 found worse value: 363.68863479199996. iteration 10239 found worse value: 363.68863479199996. iteration 10240 found worse value: 363.68863479199996. iteration 10241 found worse value: 363.68863479199996. iteration 10242 found worse value: 363.68863479199996. iteration 10243 found worse value: 363.68863479199996. iteration10243, perturbing to get out of local maxima iteration 10244 found worse value: 363.68863479199996. iteration 10245 found worse value: 363.68863479199996. iteration 10246 found worse value: 363.68863479199996. iteration 10247 found worse value: 363.68863479199996. iteration 10248 found worse value: 363.68863479199996. iteration 10249 found worse value: 363.68863479199996. iteration 10250 found worse value: 363.68863479199996. iteration 10251 found worse value: 363.68863479199996. iteration 10252 found worse value: 363.68863479199996. iteration 10253 found worse value: 363.68863479199996. iteration 10254 found worse value: 363.68863479199996. iteration 10255 found worse value: 363.68863479199996. iteration 10256 found worse value: 363.68863479199996. iteration 10257 found worse value: 363.68863479199996. iteration 10258 found worse value: 363.68863479199996. iteration 10259 found worse value: 363.68863479199996. iteration 10260 found worse value: 363.68863479199996. iteration 10261 found worse value: 363.68863479199996. iteration 10262 found worse value: 363.68863479199996. iteration 10263 found worse value: 363.68863479199996. iteration 10264 found worse value: 363.68863479199996. iteration 10265 found worse value: 363.68863479199996. iteration 10266 found worse value: 363.68863479199996. iteration 10267 found worse value: 363.68863479199996. iteration10267, perturbing to get out of local maxima iteration 10268 found worse value: 363.68863479199996. iteration 10269 found worse value: 363.68863479199996. iteration 10270 found worse value: 363.68863479199996. iteration 10271 found worse value: 363.68863479199996. iteration 10272 found worse value: 363.68863479199996. iteration 10273 found worse value: 363.68863479199996. iteration 10274 found worse value: 363.68863479199996. iteration10274, perturbing to get out of local maxima iteration 10275 found worse value: 363.68863479199996. iteration 10276 found worse value: 363.68863479199996. iteration 10277 found worse value: 363.68863479199996. iteration 10278 found worse value: 363.68863479199996. iteration 10279 found worse value: 363.68863479199996. iteration 10280 found worse value: 363.68863479199996. iteration 10281 found worse value: 363.68863479199996. iteration 10282 found worse value: 363.68863479199996. iteration 10283 found worse value: 363.68863479199996. iteration 10284 found worse value: 363.68863479199996. iteration 10285 found worse value: 363.68863479199996. iteration 10286 found worse value: 363.68863479199996. iteration 10287 found worse value: 363.68863479199996. iteration 10288 found worse value: 363.68863479199996. iteration 10289 found worse value: 363.68863479199996. iteration 10290 found worse value: 363.68863479199996. iteration 10291 found worse value: 363.68863479199996. iteration 10292 found worse value: 363.68863479199996. iteration 10293 found worse value: 363.68863479199996. iteration 10294 found worse value: 363.68863479199996. iteration 10295 found worse value: 363.68863479199996. iteration10295, perturbing to get out of local maxima iteration 10296 found worse value: 363.68863479199996. iteration10296, perturbing to get out of local maxima iteration 10297 found worse value: 363.68863479199996. iteration 10298 found worse value: 363.68863479199996. iteration 10299 found worse value: 363.68863479199996. iteration 10300 found worse value: 363.68863479199996. iteration 10301 found worse value: 363.68863479199996. iteration10301, perturbing to get out of local maxima iteration 10302 found worse value: 363.68863479199996. iteration 10303 found worse value: 363.68863479199996. iteration 10304 found worse value: 363.68863479199996. iteration 10305 found worse value: 363.68863479199996. iteration 10306 found worse value: 363.68863479199996. iteration 10307 found worse value: 363.68863479199996. iteration 10308 found worse value: 363.68863479199996. iteration 10309 found worse value: 363.68863479199996. iteration 10310 found worse value: 363.68863479199996. iteration 10311 found worse value: 363.68863479199996. iteration 10312 found worse value: 363.68863479199996. iteration 10313 found worse value: 363.68863479199996. iteration 10314 found worse value: 363.68863479199996. iteration 10315 found worse value: 363.68863479199996. iteration 10316 found worse value: 363.68863479199996. iteration 10317 found worse value: 363.68863479199996. iteration 10318 found worse value: 363.68863479199996. iteration 10319 found worse value: 363.68863479199996. iteration 10320 found worse value: 363.68863479199996. iteration 10321 found worse value: 363.68863479199996. iteration 10322 found worse value: 363.68863479199996. iteration 10323 found worse value: 363.68863479199996. iteration 10324 found worse value: 363.68863479199996. iteration 10325 found worse value: 363.68863479199996. iteration 10326 found worse value: 363.68863479199996. iteration 10327 found worse value: 363.68863479199996. iteration10327, perturbing to get out of local maxima iteration 10328 found worse value: 363.68863479199996. iteration 10329 found worse value: 363.68863479199996. iteration 10330 found worse value: 363.68863479199996. iteration 10331 found worse value: 363.68863479199996. iteration 10332 found worse value: 363.68863479199996. iteration 10333 found worse value: 363.68863479199996. iteration 10334 found worse value: 363.68863479199996. iteration 10335 found worse value: 363.68863479199996. iteration 10336 found worse value: 363.68863479199996. iteration 10337 found worse value: 363.68863479199996. iteration 10338 found worse value: 363.68863479199996. iteration 10339 found worse value: 363.68863479199996. iteration 10340 found worse value: 363.68863479199996. iteration 10341 found worse value: 363.68863479199996. iteration 10342 found worse value: 363.68863479199996. iteration 10343 found worse value: 363.68863479199996. iteration 10344 found worse value: 363.68863479199996. iteration 10345 found worse value: 363.68863479199996. iteration10345, perturbing to get out of local maxima iteration 10346 found worse value: 363.68863479199996. iteration 10347 found worse value: 363.68863479199996. iteration 10348 found worse value: 363.68863479199996. iteration 10349 found worse value: 363.68863479199996. iteration 10350 found worse value: 363.68863479199996. iteration 10351 found worse value: 363.68863479199996. iteration 10352 found worse value: 363.68863479199996. iteration 10353 found worse value: 363.68863479199996. iteration 10354 found worse value: 363.68863479199996. iteration 10355 found worse value: 363.68863479199996. iteration 10356 found worse value: 363.68863479199996. iteration 10357 found worse value: 363.68863479199996. iteration 10358 found worse value: 363.68863479199996. iteration 10359 found worse value: 363.68863479199996. iteration 10360 found worse value: 363.68863479199996. iteration 10361 found worse value: 363.68863479199996. iteration 10362 found worse value: 363.68863479199996. iteration 10363 found worse value: 363.68863479199996. iteration 10364 found worse value: 363.68863479199996. iteration 10365 found worse value: 363.68863479199996. iteration 10366 found worse value: 363.68863479199996. iteration 10367 found worse value: 363.68863479199996. iteration 10368 found worse value: 363.68863479199996. iteration 10369 found worse value: 363.68863479199996. iteration 10370 found worse value: 363.68863479199996. iteration 10371 found worse value: 363.68863479199996. iteration 10372 found worse value: 363.68863479199996. iteration 10373 found worse value: 363.68863479199996. iteration 10374 found worse value: 363.68863479199996. iteration 10375 found worse value: 363.68863479199996. iteration 10376 found worse value: 363.68863479199996. iteration 10377 found worse value: 363.68863479199996. iteration 10378 found worse value: 363.68863479199996. iteration 10379 found worse value: 363.68863479199996. iteration 10380 found worse value: 363.68863479199996. iteration 10381 found worse value: 363.68863479199996. iteration 10382 found worse value: 363.68863479199996. iteration 10383 found worse value: 363.68863479199996. iteration 10384 found worse value: 363.68863479199996. iteration10384, perturbing to get out of local maxima iteration 10385 found worse value: 363.68863479199996. iteration 10386 found worse value: 363.68863479199996. iteration 10387 found worse value: 363.68863479199996. iteration 10388 found worse value: 363.68863479199996. iteration 10389 found worse value: 363.68863479199996. iteration 10390 found worse value: 363.68863479199996. iteration 10391 found worse value: 363.68863479199996. iteration 10392 found worse value: 363.68863479199996. iteration 10393 found worse value: 363.68863479199996. iteration 10394 found worse value: 363.68863479199996. iteration 10395 found worse value: 363.68863479199996. iteration 10396 found worse value: 363.68863479199996. iteration 10397 found worse value: 363.68863479199996. iteration10397, perturbing to get out of local maxima iteration 10398 found worse value: 363.68863479199996. iteration 10399 found worse value: 363.68863479199996. iteration 10400 found worse value: 363.68863479199996. iteration 10401 found worse value: 363.68863479199996. iteration 10402 found worse value: 363.68863479199996. iteration 10403 found worse value: 363.68863479199996. iteration 10404 found worse value: 363.68863479199996. iteration 10405 found worse value: 363.68863479199996. iteration 10406 found worse value: 363.68863479199996. iteration 10407 found worse value: 363.68863479199996. iteration 10408 found worse value: 363.68863479199996. iteration10408, perturbing to get out of local maxima iteration 10409 found worse value: 363.68863479199996. iteration 10410 found worse value: 363.68863479199996. iteration 10411 found worse value: 363.68863479199996. iteration 10412 found worse value: 363.68863479199996. iteration10412, perturbing to get out of local maxima iteration 10413 found worse value: 363.68863479199996. iteration 10414 found worse value: 363.68863479199996. iteration 10415 found worse value: 363.68863479199996. iteration 10416 found worse value: 363.68863479199996. iteration10416, perturbing to get out of local maxima iteration 10417 found worse value: 363.68863479199996. iteration 10418 found worse value: 363.68863479199996. iteration 10419 found worse value: 363.68863479199996. iteration 10420 found worse value: 363.68863479199996. iteration 10421 found worse value: 363.68863479199996. iteration 10422 found worse value: 363.68863479199996. iteration 10423 found worse value: 363.68863479199996. iteration 10424 found worse value: 363.68863479199996. iteration 10425 found worse value: 363.68863479199996. iteration 10426 found worse value: 363.68863479199996. iteration 10427 found worse value: 363.68863479199996. iteration 10428 found worse value: 363.68863479199996. iteration 10429 found worse value: 363.68863479199996. iteration 10430 found worse value: 363.68863479199996. iteration10430, perturbing to get out of local maxima iteration 10431 found worse value: 363.68863479199996. iteration 10432 found worse value: 363.68863479199996. iteration 10433 found worse value: 363.68863479199996. iteration 10434 found worse value: 363.68863479199996. iteration 10435 found worse value: 363.68863479199996. iteration 10436 found worse value: 363.68863479199996. iteration 10437 found worse value: 363.68863479199996. iteration 10438 found worse value: 363.68863479199996. iteration 10439 found worse value: 363.68863479199996. iteration 10440 found worse value: 363.68863479199996. iteration 10441 found worse value: 363.68863479199996. iteration 10442 found worse value: 363.68863479199996. iteration 10443 found worse value: 363.68863479199996. iteration10443, perturbing to get out of local maxima iteration 10444 found worse value: 363.68863479199996. iteration 10445 found worse value: 363.68863479199996. iteration10445, perturbing to get out of local maxima iteration 10446 found worse value: 363.68863479199996. iteration 10447 found worse value: 363.68863479199996. iteration 10448 found worse value: 363.68863479199996. iteration 10449 found worse value: 363.68863479199996. iteration 10450 found worse value: 363.68863479199996. iteration 10451 found worse value: 363.68863479199996. iteration 10452 found worse value: 363.68863479199996. iteration 10453 found worse value: 363.68863479199996. iteration 10454 found worse value: 363.68863479199996. iteration 10455 found worse value: 363.68863479199996. iteration 10456 found worse value: 363.68863479199996. iteration 10457 found worse value: 363.68863479199996. iteration 10458 found worse value: 363.68863479199996. iteration 10459 found worse value: 363.68863479199996. iteration 10460 found worse value: 363.68863479199996. iteration 10461 found worse value: 363.68863479199996. iteration 10462 found worse value: 363.68863479199996. iteration 10463 found worse value: 363.68863479199996. iteration 10464 found worse value: 363.68863479199996. iteration 10465 found worse value: 363.68863479199996. iteration 10466 found worse value: 363.68863479199996. iteration 10467 found worse value: 363.68863479199996. iteration 10468 found worse value: 363.68863479199996. iteration 10469 found worse value: 363.68863479199996. iteration 10470 found worse value: 363.68863479199996. iteration 10471 found worse value: 363.68863479199996. iteration 10472 found worse value: 363.68863479199996. iteration 10473 found worse value: 363.68863479199996. iteration 10474 found worse value: 363.68863479199996. iteration 10475 found worse value: 363.68863479199996. iteration 10476 found worse value: 363.68863479199996. iteration 10477 found worse value: 363.68863479199996. iteration 10478 found worse value: 363.68863479199996. iteration 10479 found worse value: 363.68863479199996. iteration 10480 found worse value: 363.68863479199996. iteration 10481 found worse value: 363.68863479199996. iteration 10482 found worse value: 363.68863479199996. iteration10482, perturbing to get out of local maxima iteration 10483 found worse value: 363.68863479199996. iteration 10484 found worse value: 363.68863479199996. iteration 10485 found worse value: 363.68863479199996. iteration 10486 found worse value: 363.68863479199996. iteration 10487 found worse value: 363.68863479199996. iteration 10488 found worse value: 363.68863479199996. iteration 10489 found worse value: 363.68863479199996. iteration 10490 found worse value: 363.68863479199996. iteration 10491 found worse value: 363.68863479199996. iteration 10492 found worse value: 363.68863479199996. iteration 10493 found worse value: 363.68863479199996. iteration 10494 found worse value: 363.68863479199996. iteration 10495 found worse value: 363.68863479199996. iteration 10496 found worse value: 363.68863479199996. iteration 10497 found worse value: 363.68863479199996. iteration 10498 found worse value: 363.68863479199996. iteration 10499 found worse value: 363.68863479199996. iteration 10500 found worse value: 363.68863479199996. iteration 10501 found worse value: 363.68863479199996. iteration 10502 found worse value: 363.68863479199996. iteration 10503 found worse value: 363.68863479199996. iteration 10504 found worse value: 363.68863479199996. iteration 10505 found worse value: 363.68863479199996. iteration 10506 found worse value: 363.68863479199996. iteration 10507 found worse value: 363.68863479199996. iteration 10508 found worse value: 363.68863479199996. iteration 10509 found worse value: 363.68863479199996. iteration 10510 found worse value: 363.68863479199996. iteration 10511 found worse value: 363.68863479199996. iteration 10512 found worse value: 363.68863479199996. iteration 10513 found worse value: 363.68863479199996. iteration 10514 found worse value: 363.68863479199996. iteration 10515 found worse value: 363.68863479199996. iteration10515, perturbing to get out of local maxima iteration 10516 found worse value: 363.68863479199996. iteration 10517 found worse value: 363.68863479199996. iteration 10518 found worse value: 363.68863479199996. iteration 10519 found worse value: 363.68863479199996. iteration 10520 found worse value: 363.68863479199996. iteration 10521 found worse value: 363.68863479199996. iteration 10522 found worse value: 363.68863479199996. iteration 10523 found worse value: 363.68863479199996. iteration10523, perturbing to get out of local maxima iteration 10524 found worse value: 363.68863479199996. iteration 10525 found worse value: 363.68863479199996. iteration10525, perturbing to get out of local maxima iteration 10526 found worse value: 363.68863479199996. iteration 10527 found worse value: 363.68863479199996. iteration 10528 found worse value: 363.68863479199996. iteration 10529 found worse value: 363.68863479199996. iteration 10530 found worse value: 363.68863479199996. iteration 10531 found worse value: 363.68863479199996. iteration 10532 found worse value: 363.68863479199996. iteration 10533 found worse value: 363.68863479199996. iteration 10534 found worse value: 363.68863479199996. iteration10534, perturbing to get out of local maxima iteration 10535 found worse value: 363.68863479199996. iteration 10536 found worse value: 363.68863479199996. iteration 10537 found worse value: 363.68863479199996. iteration 10538 found worse value: 363.68863479199996. iteration 10539 found worse value: 363.68863479199996. iteration 10540 found worse value: 363.68863479199996. iteration 10541 found worse value: 363.68863479199996. iteration 10542 found worse value: 363.68863479199996. iteration 10543 found worse value: 363.68863479199996. iteration 10544 found worse value: 363.68863479199996. iteration 10545 found worse value: 363.68863479199996. iteration 10546 found worse value: 363.68863479199996. iteration 10547 found worse value: 363.68863479199996. iteration 10548 found worse value: 363.68863479199996. iteration 10549 found worse value: 363.68863479199996. iteration 10550 found worse value: 363.68863479199996. iteration 10551 found worse value: 363.68863479199996. iteration 10552 found worse value: 363.68863479199996. iteration 10553 found worse value: 363.68863479199996. iteration 10554 found worse value: 363.68863479199996. iteration 10555 found worse value: 363.68863479199996. iteration 10556 found worse value: 363.68863479199996. iteration 10557 found worse value: 363.68863479199996. iteration 10558 found worse value: 363.68863479199996. iteration 10559 found worse value: 363.68863479199996. iteration 10560 found worse value: 363.68863479199996. iteration 10561 found worse value: 363.68863479199996. iteration 10562 found worse value: 363.68863479199996. iteration 10563 found worse value: 363.68863479199996. iteration 10564 found worse value: 363.68863479199996. iteration 10565 found worse value: 363.68863479199996. iteration 10566 found worse value: 363.68863479199996. iteration 10567 found worse value: 363.68863479199996. iteration 10568 found worse value: 363.68863479199996. iteration 10569 found worse value: 363.68863479199996. iteration 10570 found worse value: 363.68863479199996. iteration 10571 found worse value: 363.68863479199996. iteration 10572 found worse value: 363.68863479199996. iteration 10573 found worse value: 363.68863479199996. iteration 10574 found worse value: 363.68863479199996. iteration 10575 found worse value: 363.68863479199996. iteration10575, perturbing to get out of local maxima iteration 10576 found worse value: 363.68863479199996. iteration 10577 found worse value: 363.68863479199996. iteration 10578 found worse value: 363.68863479199996. iteration 10579 found worse value: 363.68863479199996. iteration 10580 found worse value: 363.68863479199996. iteration 10581 found worse value: 363.68863479199996. iteration 10582 found worse value: 363.68863479199996. iteration10582, perturbing to get out of local maxima iteration 10583 found worse value: 363.68863479199996. iteration 10584 found worse value: 363.68863479199996. iteration 10585 found worse value: 363.68863479199996. iteration 10586 found worse value: 363.68863479199996. iteration 10587 found worse value: 363.68863479199996. iteration 10588 found worse value: 363.68863479199996. iteration 10589 found worse value: 363.68863479199996. iteration 10590 found worse value: 363.68863479199996. iteration 10591 found worse value: 363.68863479199996. iteration10591, perturbing to get out of local maxima iteration 10592 found worse value: 363.68863479199996. iteration 10593 found worse value: 363.68863479199996. iteration 10594 found worse value: 363.68863479199996. iteration 10595 found worse value: 363.68863479199996. iteration 10596 found worse value: 363.68863479199996. iteration10596, perturbing to get out of local maxima iteration 10597 found worse value: 363.68863479199996. iteration 10598 found worse value: 363.68863479199996. iteration 10599 found worse value: 363.68863479199996. iteration 10600 found worse value: 363.68863479199996. iteration 10601 found worse value: 363.68863479199996. iteration 10602 found worse value: 363.68863479199996. iteration 10603 found worse value: 363.68863479199996. iteration 10604 found worse value: 363.68863479199996. iteration 10605 found worse value: 363.68863479199996. iteration 10606 found worse value: 363.68863479199996. iteration 10607 found worse value: 363.68863479199996. iteration 10608 found worse value: 363.68863479199996. iteration 10609 found worse value: 363.68863479199996. iteration10609, perturbing to get out of local maxima iteration 10610 found worse value: 363.68863479199996. iteration 10611 found worse value: 363.68863479199996. iteration 10612 found worse value: 363.68863479199996. iteration 10613 found worse value: 363.68863479199996. iteration10613, perturbing to get out of local maxima iteration 10614 found worse value: 363.68863479199996. iteration 10615 found worse value: 363.68863479199996. iteration10615, perturbing to get out of local maxima iteration 10616 found worse value: 363.68863479199996. iteration 10617 found worse value: 363.68863479199996. iteration10617, perturbing to get out of local maxima iteration 10618 found worse value: 363.68863479199996. iteration 10619 found worse value: 363.68863479199996. iteration 10620 found worse value: 363.68863479199996. iteration 10621 found worse value: 363.68863479199996. iteration 10622 found worse value: 363.68863479199996. iteration 10623 found worse value: 363.68863479199996. iteration 10624 found worse value: 363.68863479199996. iteration 10625 found worse value: 363.68863479199996. iteration 10626 found worse value: 363.68863479199996. iteration 10627 found worse value: 363.68863479199996. iteration 10628 found worse value: 363.68863479199996. iteration 10629 found worse value: 363.68863479199996. iteration 10630 found worse value: 363.68863479199996. iteration 10631 found worse value: 363.68863479199996. iteration 10632 found worse value: 363.68863479199996. iteration 10633 found worse value: 363.68863479199996. iteration 10634 found worse value: 363.68863479199996. iteration 10635 found worse value: 363.68863479199996. iteration 10636 found worse value: 363.68863479199996. iteration 10637 found worse value: 363.68863479199996. iteration 10638 found worse value: 363.68863479199996. iteration 10639 found worse value: 363.68863479199996. iteration 10640 found worse value: 363.68863479199996. iteration 10641 found worse value: 363.68863479199996. iteration 10642 found worse value: 363.68863479199996. iteration 10643 found worse value: 363.68863479199996. iteration 10644 found worse value: 363.68863479199996. iteration 10645 found worse value: 363.68863479199996. iteration 10646 found worse value: 363.68863479199996. iteration 10647 found worse value: 363.68863479199996. iteration 10648 found worse value: 363.68863479199996. iteration 10649 found worse value: 363.68863479199996. iteration 10650 found worse value: 363.68863479199996. iteration 10651 found worse value: 363.68863479199996. iteration 10652 found worse value: 363.68863479199996. iteration 10653 found worse value: 363.68863479199996. iteration10653, perturbing to get out of local maxima iteration 10654 found worse value: 363.68863479199996. iteration 10655 found worse value: 363.68863479199996. iteration 10656 found worse value: 363.68863479199996. iteration 10657 found worse value: 363.68863479199996. iteration10657, perturbing to get out of local maxima iteration 10658 found worse value: 363.68863479199996. iteration 10659 found worse value: 363.68863479199996. iteration 10660 found worse value: 363.68863479199996. iteration 10661 found worse value: 363.68863479199996. iteration 10662 found worse value: 363.68863479199996. iteration 10663 found worse value: 363.68863479199996. iteration10663, perturbing to get out of local maxima iteration 10664 found worse value: 363.68863479199996. iteration 10665 found worse value: 363.68863479199996. iteration 10666 found worse value: 363.68863479199996. iteration 10667 found worse value: 363.68863479199996. iteration 10668 found worse value: 363.68863479199996. iteration 10669 found worse value: 363.68863479199996. iteration 10670 found worse value: 363.68863479199996. iteration 10671 found worse value: 363.68863479199996. iteration 10672 found worse value: 363.68863479199996. iteration 10673 found worse value: 363.68863479199996. iteration 10674 found worse value: 363.68863479199996. iteration 10675 found worse value: 363.68863479199996. iteration 10676 found worse value: 363.68863479199996. iteration 10677 found worse value: 363.68863479199996. iteration 10678 found worse value: 363.68863479199996. iteration10678, perturbing to get out of local maxima iteration 10679 found worse value: 363.68863479199996. iteration 10680 found worse value: 363.68863479199996. iteration 10681 found worse value: 363.68863479199996. iteration 10682 found worse value: 363.68863479199996. iteration10682, perturbing to get out of local maxima iteration 10683 found worse value: 363.68863479199996. iteration 10684 found worse value: 363.68863479199996. iteration 10685 found worse value: 363.68863479199996. iteration 10686 found worse value: 363.68863479199996. iteration 10687 found worse value: 363.68863479199996. iteration 10688 found worse value: 363.68863479199996. iteration 10689 found worse value: 363.68863479199996. iteration 10690 found worse value: 363.68863479199996. iteration 10691 found worse value: 363.68863479199996. iteration 10692 found worse value: 363.68863479199996. iteration 10693 found worse value: 363.68863479199996. iteration 10694 found worse value: 363.68863479199996. iteration 10695 found worse value: 363.68863479199996. iteration 10696 found worse value: 363.68863479199996. iteration10696, perturbing to get out of local maxima iteration 10697 found worse value: 363.68863479199996. iteration 10698 found worse value: 363.68863479199996. iteration 10699 found worse value: 363.68863479199996. iteration 10700 found worse value: 363.68863479199996. iteration 10701 found worse value: 363.68863479199996. iteration 10702 found worse value: 363.68863479199996. iteration 10703 found worse value: 363.68863479199996. iteration 10704 found worse value: 363.68863479199996. iteration 10705 found worse value: 363.68863479199996. iteration 10706 found worse value: 363.68863479199996. iteration 10707 found worse value: 363.68863479199996. iteration 10708 found worse value: 363.68863479199996. iteration 10709 found worse value: 363.68863479199996. iteration10709, perturbing to get out of local maxima iteration 10710 found worse value: 363.68863479199996. iteration 10711 found worse value: 363.68863479199996. iteration 10712 found worse value: 363.68863479199996. iteration 10713 found worse value: 363.68863479199996. iteration 10714 found worse value: 363.68863479199996. iteration 10715 found worse value: 363.68863479199996. iteration10715, perturbing to get out of local maxima iteration 10716 found worse value: 363.68863479199996. iteration 10717 found worse value: 363.68863479199996. iteration 10718 found worse value: 363.68863479199996. iteration 10719 found worse value: 363.68863479199996. iteration 10720 found worse value: 363.68863479199996. iteration 10721 found worse value: 363.68863479199996. iteration 10722 found worse value: 363.68863479199996. iteration 10723 found worse value: 363.68863479199996. iteration 10724 found worse value: 363.68863479199996. iteration 10725 found worse value: 363.68863479199996. iteration 10726 found worse value: 363.68863479199996. iteration 10727 found worse value: 363.68863479199996. iteration 10728 found worse value: 363.68863479199996. iteration 10729 found worse value: 363.68863479199996. iteration 10730 found worse value: 363.68863479199996. iteration 10731 found worse value: 363.68863479199996. iteration 10732 found worse value: 363.68863479199996. iteration 10733 found worse value: 363.68863479199996. iteration 10734 found worse value: 363.68863479199996. iteration 10735 found worse value: 363.68863479199996. iteration 10736 found worse value: 363.68863479199996. iteration 10737 found worse value: 363.68863479199996. iteration 10738 found worse value: 363.68863479199996. iteration 10739 found worse value: 363.68863479199996. iteration 10740 found worse value: 363.68863479199996. iteration 10741 found worse value: 363.68863479199996. iteration 10742 found worse value: 363.68863479199996. iteration 10743 found worse value: 363.68863479199996. iteration 10744 found worse value: 363.68863479199996. iteration 10745 found worse value: 363.68863479199996. iteration 10746 found worse value: 363.68863479199996. iteration 10747 found worse value: 363.68863479199996. iteration 10748 found worse value: 363.68863479199996. iteration 10749 found worse value: 363.68863479199996. iteration 10750 found worse value: 363.68863479199996. iteration 10751 found worse value: 363.68863479199996. iteration 10752 found worse value: 363.68863479199996. iteration 10753 found worse value: 363.68863479199996. iteration 10754 found worse value: 363.68863479199996. iteration 10755 found worse value: 363.68863479199996. iteration 10756 found worse value: 363.68863479199996. iteration 10757 found worse value: 363.68863479199996. iteration 10758 found worse value: 363.68863479199996. iteration 10759 found worse value: 363.68863479199996. iteration 10760 found worse value: 363.68863479199996. iteration 10761 found worse value: 363.68863479199996. iteration 10762 found worse value: 363.68863479199996. iteration 10763 found worse value: 363.68863479199996. iteration 10764 found worse value: 363.68863479199996. iteration 10765 found worse value: 363.68863479199996. iteration 10766 found worse value: 363.68863479199996. iteration 10767 found worse value: 363.68863479199996. iteration 10768 found worse value: 363.68863479199996. iteration 10769 found worse value: 363.68863479199996. iteration 10770 found worse value: 363.68863479199996. iteration 10771 found worse value: 363.68863479199996. iteration 10772 found worse value: 363.68863479199996. iteration 10773 found worse value: 363.68863479199996. iteration 10774 found worse value: 363.68863479199996. iteration 10775 found worse value: 363.68863479199996. iteration 10776 found worse value: 363.68863479199996. iteration 10777 found worse value: 363.68863479199996. iteration 10778 found worse value: 363.68863479199996. iteration 10779 found worse value: 363.68863479199996. iteration 10780 found worse value: 363.68863479199996. iteration 10781 found worse value: 363.68863479199996. iteration 10782 found worse value: 363.68863479199996. iteration 10783 found worse value: 363.68863479199996. iteration 10784 found worse value: 363.68863479199996. iteration 10785 found worse value: 363.68863479199996. iteration10785, perturbing to get out of local maxima iteration 10786 found worse value: 363.68863479199996. iteration 10787 found worse value: 363.68863479199996. iteration 10788 found worse value: 363.68863479199996. iteration 10789 found worse value: 363.68863479199996. iteration 10790 found worse value: 363.68863479199996. iteration 10791 found worse value: 363.68863479199996. iteration 10792 found worse value: 363.68863479199996. iteration 10793 found worse value: 363.68863479199996. iteration 10794 found worse value: 363.68863479199996. iteration10794, perturbing to get out of local maxima iteration 10795 found worse value: 363.68863479199996. iteration 10796 found worse value: 363.68863479199996. iteration 10797 found worse value: 363.68863479199996. iteration 10798 found worse value: 363.68863479199996. iteration 10799 found worse value: 363.68863479199996. iteration 10800 found worse value: 363.68863479199996. iteration 10801 found worse value: 363.68863479199996. iteration 10802 found worse value: 363.68863479199996. iteration 10803 found worse value: 363.68863479199996. iteration 10804 found worse value: 363.68863479199996. iteration 10805 found worse value: 363.68863479199996. iteration 10806 found worse value: 363.68863479199996. iteration 10807 found worse value: 363.68863479199996. iteration 10808 found worse value: 363.68863479199996. iteration 10809 found worse value: 363.68863479199996. iteration10809, perturbing to get out of local maxima iteration 10810 found worse value: 363.68863479199996. iteration 10811 found worse value: 363.68863479199996. iteration 10812 found worse value: 363.68863479199996. iteration 10813 found worse value: 363.68863479199996. iteration 10814 found worse value: 363.68863479199996. iteration 10815 found worse value: 363.68863479199996. iteration 10816 found worse value: 363.68863479199996. iteration 10817 found worse value: 363.68863479199996. iteration 10818 found worse value: 363.68863479199996. iteration 10819 found worse value: 363.68863479199996. iteration 10820 found worse value: 363.68863479199996. iteration 10821 found worse value: 363.68863479199996. iteration 10822 found worse value: 363.68863479199996. iteration 10823 found worse value: 363.68863479199996. iteration 10824 found worse value: 363.68863479199996. iteration 10825 found worse value: 363.68863479199996. iteration 10826 found worse value: 363.68863479199996. iteration 10827 found worse value: 363.68863479199996. iteration 10828 found worse value: 363.68863479199996. iteration10828, perturbing to get out of local maxima iteration 10829 found worse value: 363.68863479199996. iteration 10830 found worse value: 363.68863479199996. iteration 10831 found worse value: 363.68863479199996. iteration 10832 found worse value: 363.68863479199996. iteration 10833 found worse value: 363.68863479199996. iteration 10834 found worse value: 363.68863479199996. iteration10834, perturbing to get out of local maxima iteration 10835 found worse value: 363.68863479199996. iteration 10836 found worse value: 363.68863479199996. iteration 10837 found worse value: 363.68863479199996. iteration 10838 found worse value: 363.68863479199996. iteration10838, perturbing to get out of local maxima iteration 10839 found worse value: 363.68863479199996. iteration 10840 found worse value: 363.68863479199996. iteration 10841 found worse value: 363.68863479199996. iteration 10842 found worse value: 363.68863479199996. iteration 10843 found worse value: 363.68863479199996. iteration 10844 found worse value: 363.68863479199996. iteration 10845 found worse value: 363.68863479199996. iteration 10846 found worse value: 363.68863479199996. iteration 10847 found worse value: 363.68863479199996. iteration 10848 found worse value: 363.68863479199996. iteration 10849 found worse value: 363.68863479199996. iteration 10850 found worse value: 363.68863479199996. iteration 10851 found worse value: 363.68863479199996. iteration10851, perturbing to get out of local maxima iteration 10852 found worse value: 363.68863479199996. iteration 10853 found worse value: 363.68863479199996. iteration 10854 found worse value: 363.68863479199996. iteration 10855 found worse value: 363.68863479199996. iteration 10856 found worse value: 363.68863479199996. iteration 10857 found worse value: 363.68863479199996. iteration 10858 found worse value: 363.68863479199996. iteration 10859 found worse value: 363.68863479199996. iteration 10860 found worse value: 363.68863479199996. iteration 10861 found worse value: 363.68863479199996. iteration 10862 found worse value: 363.68863479199996. iteration 10863 found worse value: 363.68863479199996. iteration 10864 found worse value: 363.68863479199996. iteration 10865 found worse value: 363.68863479199996. iteration 10866 found worse value: 363.68863479199996. iteration 10867 found worse value: 363.68863479199996. iteration 10868 found worse value: 363.68863479199996. iteration 10869 found worse value: 363.68863479199996. iteration 10870 found worse value: 363.68863479199996. iteration 10871 found worse value: 363.68863479199996. iteration 10872 found worse value: 363.68863479199996. iteration 10873 found worse value: 363.68863479199996. iteration 10874 found worse value: 363.68863479199996. iteration 10875 found worse value: 363.68863479199996. iteration 10876 found worse value: 363.68863479199996. iteration10876, perturbing to get out of local maxima iteration 10877 found worse value: 363.68863479199996. iteration 10878 found worse value: 363.68863479199996. iteration 10879 found worse value: 363.68863479199996. iteration 10880 found worse value: 363.68863479199996. iteration 10881 found worse value: 363.68863479199996. iteration 10882 found worse value: 363.68863479199996. iteration 10883 found worse value: 363.68863479199996. iteration 10884 found worse value: 363.68863479199996. iteration 10885 found worse value: 363.68863479199996. iteration 10886 found worse value: 363.68863479199996. iteration 10887 found worse value: 363.68863479199996. iteration 10888 found worse value: 363.68863479199996. iteration10888, perturbing to get out of local maxima iteration 10889 found worse value: 363.68863479199996. iteration 10890 found worse value: 363.68863479199996. iteration10890, perturbing to get out of local maxima iteration 10891 found worse value: 363.68863479199996. iteration 10892 found worse value: 363.68863479199996. iteration 10893 found worse value: 363.68863479199996. iteration 10894 found worse value: 363.68863479199996. iteration 10895 found worse value: 363.68863479199996. iteration 10896 found worse value: 363.68863479199996. iteration 10897 found worse value: 363.68863479199996. iteration 10898 found worse value: 363.68863479199996. iteration 10899 found worse value: 363.68863479199996. iteration 10900 found worse value: 363.68863479199996. iteration 10901 found worse value: 363.68863479199996. iteration 10902 found worse value: 363.68863479199996. iteration 10903 found worse value: 363.68863479199996. iteration10903, perturbing to get out of local maxima iteration 10904 found worse value: 363.68863479199996. iteration 10905 found worse value: 363.68863479199996. iteration 10906 found worse value: 363.68863479199996. iteration 10907 found worse value: 363.68863479199996. iteration 10908 found worse value: 363.68863479199996. iteration 10909 found worse value: 363.68863479199996. iteration 10910 found worse value: 363.68863479199996. iteration 10911 found worse value: 363.68863479199996. iteration 10912 found worse value: 363.68863479199996. iteration 10913 found worse value: 363.68863479199996. iteration 10914 found worse value: 363.68863479199996. iteration 10915 found worse value: 363.68863479199996. iteration 10916 found worse value: 363.68863479199996. iteration 10917 found worse value: 363.68863479199996. iteration 10918 found worse value: 363.68863479199996. iteration 10919 found worse value: 363.68863479199996. iteration 10920 found worse value: 363.68863479199996. iteration 10921 found worse value: 363.68863479199996. iteration 10922 found worse value: 363.68863479199996. iteration 10923 found worse value: 363.68863479199996. iteration 10924 found worse value: 363.68863479199996. iteration 10925 found worse value: 363.68863479199996. iteration 10926 found worse value: 363.68863479199996. iteration 10927 found worse value: 363.68863479199996. iteration 10928 found worse value: 363.68863479199996. iteration 10929 found worse value: 363.68863479199996. iteration 10930 found worse value: 363.68863479199996. iteration 10931 found worse value: 363.68863479199996. iteration 10932 found worse value: 363.68863479199996. iteration 10933 found worse value: 363.68863479199996. iteration10933, perturbing to get out of local maxima iteration 10934 found worse value: 363.68863479199996. iteration 10935 found worse value: 363.68863479199996. iteration 10936 found worse value: 363.68863479199996. iteration 10937 found worse value: 363.68863479199996. iteration 10938 found worse value: 363.68863479199996. iteration 10939 found worse value: 363.68863479199996. iteration 10940 found worse value: 363.68863479199996. iteration 10941 found worse value: 363.68863479199996. iteration 10942 found worse value: 363.68863479199996. iteration 10943 found worse value: 363.68863479199996. iteration 10944 found worse value: 363.68863479199996. iteration 10945 found worse value: 363.68863479199996. iteration 10946 found worse value: 363.68863479199996. iteration 10947 found worse value: 363.68863479199996. iteration 10948 found worse value: 363.68863479199996. iteration 10949 found worse value: 363.68863479199996. iteration 10950 found worse value: 363.68863479199996. iteration 10951 found worse value: 363.68863479199996. iteration 10952 found worse value: 363.68863479199996. iteration10952, perturbing to get out of local maxima iteration 10953 found worse value: 363.68863479199996. iteration 10954 found worse value: 363.68863479199996. iteration 10955 found worse value: 363.68863479199996. iteration 10956 found worse value: 363.68863479199996. iteration 10957 found worse value: 363.68863479199996. iteration 10958 found worse value: 363.68863479199996. iteration 10959 found worse value: 363.68863479199996. iteration 10960 found worse value: 363.68863479199996. iteration 10961 found worse value: 363.68863479199996. iteration 10962 found worse value: 363.68863479199996. iteration 10963 found worse value: 363.68863479199996. iteration 10964 found worse value: 363.68863479199996. iteration 10965 found worse value: 363.68863479199996. iteration10965, perturbing to get out of local maxima iteration 10966 found worse value: 363.68863479199996. iteration 10967 found worse value: 363.68863479199996. iteration 10968 found worse value: 363.68863479199996. iteration 10969 found worse value: 363.68863479199996. iteration 10970 found worse value: 363.68863479199996. iteration 10971 found worse value: 363.68863479199996. iteration 10972 found worse value: 363.68863479199996. iteration 10973 found worse value: 363.68863479199996. iteration 10974 found worse value: 363.68863479199996. iteration 10975 found worse value: 363.68863479199996. iteration 10976 found worse value: 363.68863479199996. iteration 10977 found worse value: 363.68863479199996. iteration10977, perturbing to get out of local maxima iteration 10978 found worse value: 363.68863479199996. iteration 10979 found worse value: 363.68863479199996. iteration 10980 found worse value: 363.68863479199996. iteration 10981 found worse value: 363.68863479199996. iteration 10982 found worse value: 363.68863479199996. iteration 10983 found worse value: 363.68863479199996. iteration 10984 found worse value: 363.68863479199996. iteration 10985 found worse value: 363.68863479199996. iteration 10986 found worse value: 363.68863479199996. iteration 10987 found worse value: 363.68863479199996. iteration 10988 found worse value: 363.68863479199996. iteration 10989 found worse value: 363.68863479199996. iteration 10990 found worse value: 363.68863479199996. iteration 10991 found worse value: 363.68863479199996. iteration 10992 found worse value: 363.68863479199996. iteration 10993 found worse value: 363.68863479199996. iteration 10994 found worse value: 363.68863479199996. iteration 10995 found worse value: 363.68863479199996. iteration 10996 found worse value: 363.68863479199996. iteration 10997 found worse value: 363.68863479199996. iteration 10998 found worse value: 363.68863479199996. iteration 10999 found worse value: 363.68863479199996. iteration 11000 found worse value: 363.68863479199996. iteration 11001 found worse value: 363.68863479199996. iteration 11002 found worse value: 363.68863479199996. iteration 11003 found worse value: 363.68863479199996. iteration11003, perturbing to get out of local maxima iteration 11004 found worse value: 363.68863479199996. iteration 11005 found worse value: 363.68863479199996. iteration 11006 found worse value: 363.68863479199996. iteration 11007 found worse value: 363.68863479199996. iteration 11008 found worse value: 363.68863479199996. iteration 11009 found worse value: 363.68863479199996. iteration 11010 found worse value: 363.68863479199996. iteration 11011 found worse value: 363.68863479199996. iteration 11012 found worse value: 363.68863479199996. iteration 11013 found worse value: 363.68863479199996. iteration 11014 found worse value: 363.68863479199996. iteration 11015 found worse value: 363.68863479199996. iteration 11016 found worse value: 363.68863479199996. iteration 11017 found worse value: 363.68863479199996. iteration 11018 found worse value: 363.68863479199996. iteration 11019 found worse value: 363.68863479199996. iteration 11020 found worse value: 363.68863479199996. iteration11020, perturbing to get out of local maxima iteration 11021 found worse value: 363.68863479199996. iteration 11022 found worse value: 363.68863479199996. iteration 11023 found worse value: 363.68863479199996. iteration 11024 found worse value: 363.68863479199996. iteration 11025 found worse value: 363.68863479199996. iteration 11026 found worse value: 363.68863479199996. iteration 11027 found worse value: 363.68863479199996. iteration 11028 found worse value: 363.68863479199996. iteration 11029 found worse value: 363.68863479199996. iteration 11030 found worse value: 363.68863479199996. iteration 11031 found worse value: 363.68863479199996. iteration 11032 found worse value: 363.68863479199996. iteration 11033 found worse value: 363.68863479199996. iteration 11034 found worse value: 363.68863479199996. iteration 11035 found worse value: 363.68863479199996. iteration 11036 found worse value: 363.68863479199996. iteration 11037 found worse value: 363.68863479199996. iteration 11038 found worse value: 363.68863479199996. iteration 11039 found worse value: 363.68863479199996. iteration 11040 found worse value: 363.68863479199996. iteration 11041 found worse value: 363.68863479199996. iteration 11042 found worse value: 363.68863479199996. iteration 11043 found worse value: 363.68863479199996. iteration 11044 found worse value: 363.68863479199996. iteration 11045 found worse value: 363.68863479199996. iteration 11046 found worse value: 363.68863479199996. iteration 11047 found worse value: 363.68863479199996. iteration 11048 found worse value: 363.68863479199996. iteration 11049 found worse value: 363.68863479199996. iteration 11050 found worse value: 363.68863479199996. iteration 11051 found worse value: 363.68863479199996. iteration 11052 found worse value: 363.68863479199996. iteration 11053 found worse value: 363.68863479199996. iteration 11054 found worse value: 363.68863479199996. iteration 11055 found worse value: 363.68863479199996. iteration 11056 found worse value: 363.68863479199996. iteration 11057 found worse value: 363.68863479199996. iteration 11058 found worse value: 363.68863479199996. iteration11058, perturbing to get out of local maxima iteration 11059 found worse value: 363.68863479199996. iteration 11060 found worse value: 363.68863479199996. iteration 11061 found worse value: 363.68863479199996. iteration 11062 found worse value: 363.68863479199996. iteration 11063 found worse value: 363.68863479199996. iteration 11064 found worse value: 363.68863479199996. iteration 11065 found worse value: 363.68863479199996. iteration 11066 found worse value: 363.68863479199996. iteration 11067 found worse value: 363.68863479199996. iteration 11068 found worse value: 363.68863479199996. iteration 11069 found worse value: 363.68863479199996. iteration 11070 found worse value: 363.68863479199996. iteration 11071 found worse value: 363.68863479199996. iteration 11072 found worse value: 363.68863479199996. iteration 11073 found worse value: 363.68863479199996. iteration11073, perturbing to get out of local maxima iteration 11074 found worse value: 363.68863479199996. iteration 11075 found worse value: 363.68863479199996. iteration 11076 found worse value: 363.68863479199996. iteration 11077 found worse value: 363.68863479199996. iteration 11078 found worse value: 363.68863479199996. iteration 11079 found worse value: 363.68863479199996. iteration 11080 found worse value: 363.68863479199996. iteration 11081 found worse value: 363.68863479199996. iteration 11082 found worse value: 363.68863479199996. iteration11082, perturbing to get out of local maxima iteration 11083 found worse value: 363.68863479199996. iteration11083, perturbing to get out of local maxima iteration 11084 found worse value: 363.68863479199996. iteration 11085 found worse value: 363.68863479199996. iteration 11086 found worse value: 363.68863479199996. iteration 11087 found worse value: 363.68863479199996. iteration 11088 found worse value: 363.68863479199996. iteration 11089 found worse value: 363.68863479199996. iteration 11090 found worse value: 363.68863479199996. iteration 11091 found worse value: 363.68863479199996. iteration11091, perturbing to get out of local maxima iteration 11092 found worse value: 363.68863479199996. iteration 11093 found worse value: 363.68863479199996. iteration 11094 found worse value: 363.68863479199996. iteration 11095 found worse value: 363.68863479199996. iteration 11096 found worse value: 363.68863479199996. iteration 11097 found worse value: 363.68863479199996. iteration11097, perturbing to get out of local maxima iteration 11098 found worse value: 363.68863479199996. iteration 11099 found worse value: 363.68863479199996. iteration 11100 found worse value: 363.68863479199996. iteration 11101 found worse value: 363.68863479199996. iteration 11102 found worse value: 363.68863479199996. iteration 11103 found worse value: 363.68863479199996. iteration 11104 found worse value: 363.68863479199996. iteration 11105 found worse value: 363.68863479199996. iteration 11106 found worse value: 363.68863479199996. iteration 11107 found worse value: 363.68863479199996. iteration 11108 found worse value: 363.68863479199996. iteration 11109 found worse value: 363.68863479199996. iteration 11110 found worse value: 363.68863479199996. iteration 11111 found worse value: 363.68863479199996. iteration 11112 found worse value: 363.68863479199996. iteration 11113 found worse value: 363.68863479199996. iteration 11114 found worse value: 363.68863479199996. iteration11114, perturbing to get out of local maxima iteration 11115 found worse value: 363.68863479199996. iteration 11116 found worse value: 363.68863479199996. iteration 11117 found worse value: 363.68863479199996. iteration 11118 found worse value: 363.68863479199996. iteration 11119 found worse value: 363.68863479199996. iteration11119, perturbing to get out of local maxima iteration 11120 found worse value: 363.68863479199996. iteration 11121 found worse value: 363.68863479199996. iteration 11122 found worse value: 363.68863479199996. iteration11122, perturbing to get out of local maxima iteration 11123 found worse value: 363.68863479199996. iteration 11124 found worse value: 363.68863479199996. iteration 11125 found worse value: 363.68863479199996. iteration 11126 found worse value: 363.68863479199996. iteration 11127 found worse value: 363.68863479199996. iteration 11128 found worse value: 363.68863479199996. iteration 11129 found worse value: 363.68863479199996. iteration 11130 found worse value: 363.68863479199996. iteration 11131 found worse value: 363.68863479199996. iteration 11132 found worse value: 363.68863479199996. iteration 11133 found worse value: 363.68863479199996. iteration 11134 found worse value: 363.68863479199996. iteration 11135 found worse value: 363.68863479199996. iteration 11136 found worse value: 363.68863479199996. iteration 11137 found worse value: 363.68863479199996. iteration 11138 found worse value: 363.68863479199996. iteration 11139 found worse value: 363.68863479199996. iteration 11140 found worse value: 363.68863479199996. iteration 11141 found worse value: 363.68863479199996. iteration 11142 found worse value: 363.68863479199996. iteration 11143 found worse value: 363.68863479199996. iteration 11144 found worse value: 363.68863479199996. iteration 11145 found worse value: 363.68863479199996. iteration 11146 found worse value: 363.68863479199996. iteration 11147 found worse value: 363.68863479199996. iteration11147, perturbing to get out of local maxima iteration 11148 found worse value: 363.68863479199996. iteration 11149 found worse value: 363.68863479199996. iteration 11150 found worse value: 363.68863479199996. iteration 11151 found worse value: 363.68863479199996. iteration 11152 found worse value: 363.68863479199996. iteration 11153 found worse value: 363.68863479199996. iteration 11154 found worse value: 363.68863479199996. iteration 11155 found worse value: 363.68863479199996. iteration 11156 found worse value: 363.68863479199996. iteration 11157 found worse value: 363.68863479199996. iteration 11158 found worse value: 363.68863479199996. iteration 11159 found worse value: 363.68863479199996. iteration 11160 found worse value: 363.68863479199996. iteration 11161 found worse value: 363.68863479199996. iteration 11162 found worse value: 363.68863479199996. iteration 11163 found worse value: 363.68863479199996. iteration 11164 found worse value: 363.68863479199996. iteration 11165 found worse value: 363.68863479199996. iteration 11166 found worse value: 363.68863479199996. iteration 11167 found worse value: 363.68863479199996. iteration 11168 found worse value: 363.68863479199996. iteration 11169 found worse value: 363.68863479199996. iteration 11170 found worse value: 363.68863479199996. iteration 11171 found worse value: 363.68863479199996. iteration 11172 found worse value: 363.68863479199996. iteration 11173 found worse value: 363.68863479199996. iteration 11174 found worse value: 363.68863479199996. iteration11174, perturbing to get out of local maxima iteration 11175 found worse value: 363.68863479199996. iteration 11176 found worse value: 363.68863479199996. iteration 11177 found worse value: 363.68863479199996. iteration11177, perturbing to get out of local maxima iteration 11178 found worse value: 363.68863479199996. iteration 11179 found worse value: 363.68863479199996. iteration 11180 found worse value: 363.68863479199996. iteration 11181 found worse value: 363.68863479199996. iteration 11182 found worse value: 363.68863479199996. iteration 11183 found worse value: 363.68863479199996. iteration 11184 found worse value: 363.68863479199996. iteration 11185 found worse value: 363.68863479199996. iteration 11186 found worse value: 363.68863479199996. iteration 11187 found worse value: 363.68863479199996. iteration 11188 found worse value: 363.68863479199996. iteration 11189 found worse value: 363.68863479199996. iteration 11190 found worse value: 363.68863479199996. iteration 11191 found worse value: 363.68863479199996. iteration 11192 found worse value: 363.68863479199996. iteration 11193 found worse value: 363.68863479199996. iteration 11194 found worse value: 363.68863479199996. iteration 11195 found worse value: 363.68863479199996. iteration 11196 found worse value: 363.68863479199996. iteration 11197 found worse value: 363.68863479199996. iteration 11198 found worse value: 363.68863479199996. iteration 11199 found worse value: 363.68863479199996. iteration 11200 found worse value: 363.68863479199996. iteration 11201 found worse value: 363.68863479199996. iteration 11202 found worse value: 363.68863479199996. iteration 11203 found worse value: 363.68863479199996. iteration 11204 found worse value: 363.68863479199996. iteration 11205 found worse value: 363.68863479199996. iteration 11206 found worse value: 363.68863479199996. iteration 11207 found worse value: 363.68863479199996. iteration 11208 found worse value: 363.68863479199996. iteration 11209 found worse value: 363.68863479199996. iteration 11210 found worse value: 363.68863479199996. iteration 11211 found worse value: 363.68863479199996. iteration 11212 found worse value: 363.68863479199996. iteration 11213 found worse value: 363.68863479199996. iteration 11214 found worse value: 363.68863479199996. iteration 11215 found worse value: 363.68863479199996. iteration 11216 found worse value: 363.68863479199996. iteration 11217 found worse value: 363.68863479199996. iteration 11218 found worse value: 363.68863479199996. iteration 11219 found worse value: 363.68863479199996. iteration 11220 found worse value: 363.68863479199996. iteration 11221 found worse value: 363.68863479199996. iteration 11222 found worse value: 363.68863479199996. iteration 11223 found worse value: 363.68863479199996. iteration 11224 found worse value: 363.68863479199996. iteration 11225 found worse value: 363.68863479199996. iteration 11226 found worse value: 363.68863479199996. iteration 11227 found worse value: 363.68863479199996. iteration 11228 found worse value: 363.68863479199996. iteration 11229 found worse value: 363.68863479199996. iteration 11230 found worse value: 363.68863479199996. iteration 11231 found worse value: 363.68863479199996. iteration11231, perturbing to get out of local maxima iteration 11232 found worse value: 363.68863479199996. iteration 11233 found worse value: 363.68863479199996. iteration 11234 found worse value: 363.68863479199996. iteration 11235 found worse value: 363.68863479199996. iteration 11236 found worse value: 363.68863479199996. iteration 11237 found worse value: 363.68863479199996. iteration 11238 found worse value: 363.68863479199996. iteration 11239 found worse value: 363.68863479199996. iteration 11240 found worse value: 363.68863479199996. iteration11240, perturbing to get out of local maxima iteration 11241 found worse value: 363.68863479199996. iteration 11242 found worse value: 363.68863479199996. iteration 11243 found worse value: 363.68863479199996. iteration 11244 found worse value: 363.68863479199996. iteration 11245 found worse value: 363.68863479199996. iteration 11246 found worse value: 363.68863479199996. iteration 11247 found worse value: 363.68863479199996. iteration 11248 found worse value: 363.68863479199996. iteration 11249 found worse value: 363.68863479199996. iteration 11250 found worse value: 363.68863479199996. iteration 11251 found worse value: 363.68863479199996. iteration 11252 found worse value: 363.68863479199996. iteration 11253 found worse value: 363.68863479199996. iteration 11254 found worse value: 363.68863479199996. iteration 11255 found worse value: 363.68863479199996. iteration 11256 found worse value: 363.68863479199996. iteration 11257 found worse value: 363.68863479199996. iteration 11258 found worse value: 363.68863479199996. iteration 11259 found worse value: 363.68863479199996. iteration 11260 found worse value: 363.68863479199996. iteration 11261 found worse value: 363.68863479199996. iteration 11262 found worse value: 363.68863479199996. iteration11262, perturbing to get out of local maxima iteration 11263 found worse value: 363.68863479199996. iteration 11264 found worse value: 363.68863479199996. iteration 11265 found worse value: 363.68863479199996. iteration 11266 found worse value: 363.68863479199996. iteration 11267 found worse value: 363.68863479199996. iteration 11268 found worse value: 363.68863479199996. iteration11268, perturbing to get out of local maxima iteration 11269 found worse value: 363.68863479199996. iteration 11270 found worse value: 363.68863479199996. iteration 11271 found worse value: 363.68863479199996. iteration 11272 found worse value: 363.68863479199996. iteration 11273 found worse value: 363.68863479199996. iteration 11274 found worse value: 363.68863479199996. iteration 11275 found worse value: 363.68863479199996. iteration 11276 found worse value: 363.68863479199996. iteration 11277 found worse value: 363.68863479199996. iteration 11278 found worse value: 363.68863479199996. iteration 11279 found worse value: 363.68863479199996. iteration 11280 found worse value: 363.68863479199996. iteration 11281 found worse value: 363.68863479199996. iteration 11282 found worse value: 363.68863479199996. iteration11282, perturbing to get out of local maxima iteration 11283 found worse value: 363.68863479199996. iteration 11284 found worse value: 363.68863479199996. iteration 11285 found worse value: 363.68863479199996. iteration 11286 found worse value: 363.68863479199996. iteration 11287 found worse value: 363.68863479199996. iteration 11288 found worse value: 363.68863479199996. iteration 11289 found worse value: 363.68863479199996. iteration 11290 found worse value: 363.68863479199996. iteration11290, perturbing to get out of local maxima iteration 11291 found worse value: 363.68863479199996. iteration 11292 found worse value: 363.68863479199996. iteration 11293 found worse value: 363.68863479199996. iteration11293, perturbing to get out of local maxima iteration 11294 found worse value: 363.68863479199996. iteration 11295 found worse value: 363.68863479199996. iteration 11296 found worse value: 363.68863479199996. iteration11296, perturbing to get out of local maxima iteration 11297 found worse value: 363.68863479199996. iteration 11298 found worse value: 363.68863479199996. iteration 11299 found worse value: 363.68863479199996. iteration 11300 found worse value: 363.68863479199996. iteration 11301 found worse value: 363.68863479199996. iteration 11302 found worse value: 363.68863479199996. iteration 11303 found worse value: 363.68863479199996. iteration11303, perturbing to get out of local maxima iteration 11304 found worse value: 363.68863479199996. iteration 11305 found worse value: 363.68863479199996. iteration 11306 found worse value: 363.68863479199996. iteration 11307 found worse value: 363.68863479199996. iteration 11308 found worse value: 363.68863479199996. iteration 11309 found worse value: 363.68863479199996. iteration 11310 found worse value: 363.68863479199996. iteration 11311 found worse value: 363.68863479199996. iteration 11312 found worse value: 363.68863479199996. iteration 11313 found worse value: 363.68863479199996. iteration 11314 found worse value: 363.68863479199996. iteration 11315 found worse value: 363.68863479199996. iteration 11316 found worse value: 363.68863479199996. iteration 11317 found worse value: 363.68863479199996. iteration 11318 found worse value: 363.68863479199996. iteration 11319 found worse value: 363.68863479199996. iteration 11320 found worse value: 363.68863479199996. iteration 11321 found worse value: 363.68863479199996. iteration 11322 found worse value: 363.68863479199996. iteration 11323 found worse value: 363.68863479199996. iteration 11324 found worse value: 363.68863479199996. iteration 11325 found worse value: 363.68863479199996. iteration 11326 found worse value: 363.68863479199996. iteration 11327 found worse value: 363.68863479199996. iteration 11328 found worse value: 363.68863479199996. iteration11328, perturbing to get out of local maxima iteration 11329 found worse value: 363.68863479199996. iteration 11330 found worse value: 363.68863479199996. iteration 11331 found worse value: 363.68863479199996. iteration 11332 found worse value: 363.68863479199996. iteration 11333 found worse value: 363.68863479199996. iteration 11334 found worse value: 363.68863479199996. iteration 11335 found worse value: 363.68863479199996. iteration 11336 found worse value: 363.68863479199996. iteration 11337 found worse value: 363.68863479199996. iteration 11338 found worse value: 363.68863479199996. iteration 11339 found worse value: 363.68863479199996. iteration 11340 found worse value: 363.68863479199996. iteration 11341 found worse value: 363.68863479199996. iteration11341, perturbing to get out of local maxima iteration 11342 found worse value: 363.68863479199996. iteration 11343 found worse value: 363.68863479199996. iteration 11344 found worse value: 363.68863479199996. iteration 11345 found worse value: 363.68863479199996. iteration 11346 found worse value: 363.68863479199996. iteration 11347 found worse value: 363.68863479199996. iteration 11348 found worse value: 363.68863479199996. iteration 11349 found worse value: 363.68863479199996. iteration 11350 found worse value: 363.68863479199996. iteration 11351 found worse value: 363.68863479199996. iteration 11352 found worse value: 363.68863479199996. iteration 11353 found worse value: 363.68863479199996. iteration 11354 found worse value: 363.68863479199996. iteration 11355 found worse value: 363.68863479199996. iteration 11356 found worse value: 363.68863479199996. iteration 11357 found worse value: 363.68863479199996. iteration 11358 found worse value: 363.68863479199996. iteration11358, perturbing to get out of local maxima iteration 11359 found worse value: 363.68863479199996. iteration 11360 found worse value: 363.68863479199996. iteration 11361 found worse value: 363.68863479199996. iteration 11362 found worse value: 363.68863479199996. iteration 11363 found worse value: 363.68863479199996. iteration 11364 found worse value: 363.68863479199996. iteration 11365 found worse value: 363.68863479199996. iteration 11366 found worse value: 363.68863479199996. iteration 11367 found worse value: 363.68863479199996. iteration 11368 found worse value: 363.68863479199996. iteration 11369 found worse value: 363.68863479199996. iteration 11370 found worse value: 363.68863479199996. iteration 11371 found worse value: 363.68863479199996. iteration11371, perturbing to get out of local maxima iteration 11372 found worse value: 363.68863479199996. iteration 11373 found worse value: 363.68863479199996. iteration 11374 found worse value: 363.68863479199996. iteration 11375 found worse value: 363.68863479199996. iteration 11376 found worse value: 363.68863479199996. iteration 11377 found worse value: 363.68863479199996. iteration 11378 found worse value: 363.68863479199996. iteration 11379 found worse value: 363.68863479199996. iteration 11380 found worse value: 363.68863479199996. iteration 11381 found worse value: 363.68863479199996. iteration 11382 found worse value: 363.68863479199996. iteration 11383 found worse value: 363.68863479199996. iteration11383, perturbing to get out of local maxima iteration 11384 found worse value: 363.68863479199996. iteration 11385 found worse value: 363.68863479199996. iteration 11386 found worse value: 363.68863479199996. iteration 11387 found worse value: 363.68863479199996. iteration 11388 found worse value: 363.68863479199996. iteration 11389 found worse value: 363.68863479199996. iteration 11390 found worse value: 363.68863479199996. iteration 11391 found worse value: 363.68863479199996. iteration11391, perturbing to get out of local maxima iteration 11392 found worse value: 363.68863479199996. iteration 11393 found worse value: 363.68863479199996. iteration 11394 found worse value: 363.68863479199996. iteration 11395 found worse value: 363.68863479199996. iteration 11396 found worse value: 363.68863479199996. iteration11396, perturbing to get out of local maxima iteration 11397 found worse value: 363.68863479199996. iteration 11398 found worse value: 363.68863479199996. iteration 11399 found worse value: 363.68863479199996. iteration 11400 found worse value: 363.68863479199996. iteration 11401 found worse value: 363.68863479199996. iteration 11402 found worse value: 363.68863479199996. iteration 11403 found worse value: 363.68863479199996. iteration 11404 found worse value: 363.68863479199996. iteration 11405 found worse value: 363.68863479199996. iteration11405, perturbing to get out of local maxima iteration 11406 found worse value: 363.68863479199996. iteration 11407 found worse value: 363.68863479199996. iteration 11408 found worse value: 363.68863479199996. iteration 11409 found worse value: 363.68863479199996. iteration 11410 found worse value: 363.68863479199996. iteration 11411 found worse value: 363.68863479199996. iteration 11412 found worse value: 363.68863479199996. iteration 11413 found worse value: 363.68863479199996. iteration 11414 found worse value: 363.68863479199996. iteration 11415 found worse value: 363.68863479199996. iteration 11416 found worse value: 363.68863479199996. iteration 11417 found worse value: 363.68863479199996. iteration 11418 found worse value: 363.68863479199996. iteration 11419 found worse value: 363.68863479199996. iteration 11420 found worse value: 363.68863479199996. iteration 11421 found worse value: 363.68863479199996. iteration 11422 found worse value: 363.68863479199996. iteration 11423 found worse value: 363.68863479199996. iteration 11424 found worse value: 363.68863479199996. iteration 11425 found worse value: 363.68863479199996. iteration11425, perturbing to get out of local maxima iteration 11426 found worse value: 363.68863479199996. iteration 11427 found worse value: 363.68863479199996. iteration 11428 found worse value: 363.68863479199996. iteration 11429 found worse value: 363.68863479199996. iteration 11430 found worse value: 363.68863479199996. iteration 11431 found worse value: 363.68863479199996. iteration 11432 found worse value: 363.68863479199996. iteration 11433 found worse value: 363.68863479199996. iteration 11434 found worse value: 363.68863479199996. iteration 11435 found worse value: 363.68863479199996. iteration 11436 found worse value: 363.68863479199996. iteration 11437 found worse value: 363.68863479199996. iteration 11438 found worse value: 363.68863479199996. iteration 11439 found worse value: 363.68863479199996. iteration 11440 found worse value: 363.68863479199996. iteration 11441 found worse value: 363.68863479199996. iteration 11442 found worse value: 363.68863479199996. iteration 11443 found worse value: 363.68863479199996. iteration 11444 found worse value: 363.68863479199996. iteration 11445 found worse value: 363.68863479199996. iteration 11446 found worse value: 363.68863479199996. iteration 11447 found worse value: 363.68863479199996. iteration 11448 found worse value: 363.68863479199996. iteration 11449 found worse value: 363.68863479199996. iteration 11450 found worse value: 363.68863479199996. iteration 11451 found worse value: 363.68863479199996. iteration 11452 found worse value: 363.68863479199996. iteration 11453 found worse value: 363.68863479199996. iteration 11454 found worse value: 363.68863479199996. iteration 11455 found worse value: 363.68863479199996. iteration 11456 found worse value: 363.68863479199996. iteration 11457 found worse value: 363.68863479199996. iteration 11458 found worse value: 363.68863479199996. iteration 11459 found worse value: 363.68863479199996. iteration 11460 found worse value: 363.68863479199996. iteration 11461 found worse value: 363.68863479199996. iteration 11462 found worse value: 363.68863479199996. iteration 11463 found worse value: 363.68863479199996. iteration11463, perturbing to get out of local maxima iteration 11464 found worse value: 363.68863479199996. iteration11464, perturbing to get out of local maxima iteration 11465 found worse value: 363.68863479199996. iteration 11466 found worse value: 363.68863479199996. iteration 11467 found worse value: 363.68863479199996. iteration 11468 found worse value: 363.68863479199996. iteration 11469 found worse value: 363.68863479199996. iteration 11470 found worse value: 363.68863479199996. iteration 11471 found worse value: 363.68863479199996. iteration 11472 found worse value: 363.68863479199996. iteration 11473 found worse value: 363.68863479199996. iteration 11474 found worse value: 363.68863479199996. iteration 11475 found worse value: 363.68863479199996. iteration 11476 found worse value: 363.68863479199996. iteration 11477 found worse value: 363.68863479199996. iteration 11478 found worse value: 363.68863479199996. iteration 11479 found worse value: 363.68863479199996. iteration 11480 found worse value: 363.68863479199996. iteration 11481 found worse value: 363.68863479199996. iteration 11482 found worse value: 363.68863479199996. iteration 11483 found worse value: 363.68863479199996. iteration 11484 found worse value: 363.68863479199996. iteration 11485 found worse value: 363.68863479199996. iteration 11486 found worse value: 363.68863479199996. iteration11486, perturbing to get out of local maxima iteration 11487 found worse value: 363.68863479199996. iteration 11488 found worse value: 363.68863479199996. iteration 11489 found worse value: 363.68863479199996. iteration 11490 found worse value: 363.68863479199996. iteration 11491 found worse value: 363.68863479199996. iteration 11492 found worse value: 363.68863479199996. iteration 11493 found worse value: 363.68863479199996. iteration 11494 found worse value: 363.68863479199996. iteration 11495 found worse value: 363.68863479199996. iteration 11496 found worse value: 363.68863479199996. iteration11496, perturbing to get out of local maxima iteration 11497 found worse value: 363.68863479199996. iteration 11498 found worse value: 363.68863479199996. iteration 11499 found worse value: 363.68863479199996. iteration 11500 found worse value: 363.68863479199996. iteration11500, perturbing to get out of local maxima iteration 11501 found worse value: 363.68863479199996. iteration 11502 found worse value: 363.68863479199996. iteration 11503 found worse value: 363.68863479199996. iteration 11504 found worse value: 363.68863479199996. iteration 11505 found worse value: 363.68863479199996. iteration 11506 found worse value: 363.68863479199996. iteration 11507 found worse value: 363.68863479199996. iteration 11508 found worse value: 363.68863479199996. iteration 11509 found worse value: 363.68863479199996. iteration 11510 found worse value: 363.68863479199996. iteration 11511 found worse value: 363.68863479199996. iteration 11512 found worse value: 363.68863479199996. iteration 11513 found worse value: 363.68863479199996. iteration 11514 found worse value: 363.68863479199996. iteration 11515 found worse value: 363.68863479199996. iteration 11516 found worse value: 363.68863479199996. iteration 11517 found worse value: 363.68863479199996. iteration 11518 found worse value: 363.68863479199996. iteration 11519 found worse value: 363.68863479199996. iteration 11520 found worse value: 363.68863479199996. iteration 11521 found worse value: 363.68863479199996. iteration 11522 found worse value: 363.68863479199996. iteration 11523 found worse value: 363.68863479199996. iteration 11524 found worse value: 363.68863479199996. iteration 11525 found worse value: 363.68863479199996. iteration 11526 found worse value: 363.68863479199996. iteration 11527 found worse value: 363.68863479199996. iteration 11528 found worse value: 363.68863479199996. iteration 11529 found worse value: 363.68863479199996. iteration 11530 found worse value: 363.68863479199996. iteration 11531 found worse value: 363.68863479199996. iteration 11532 found worse value: 363.68863479199996. iteration 11533 found worse value: 363.68863479199996. iteration 11534 found worse value: 363.68863479199996. iteration 11535 found worse value: 363.68863479199996. iteration 11536 found better value: 363.688770276 iteration 11537 found worse value: 363.688770276. iteration 11538 found worse value: 363.688770276. iteration 11539 found worse value: 363.688770276. iteration 11540 found better value: 363.68883804200004 iteration 11541 found worse value: 363.68883804200004. iteration 11542 found worse value: 363.68883804200004. iteration 11543 found worse value: 363.68883804200004. iteration 11544 found worse value: 363.68883804200004. iteration 11545 found worse value: 363.68883804200004. iteration 11546 found worse value: 363.68883804200004. iteration 11547 found worse value: 363.68883804200004. iteration11547, perturbing to get out of local maxima iteration 11548 found better value: 363.689114253 iteration 11549 found worse value: 363.689114253. iteration11549, perturbing to get out of local maxima iteration 11550 found worse value: 363.689114253. iteration 11551 found worse value: 363.689114253. iteration 11552 found worse value: 363.689114253. iteration 11553 found worse value: 363.689114253. iteration 11554 found worse value: 363.689114253. iteration 11555 found worse value: 363.689114253. iteration 11556 found worse value: 363.689114253. iteration 11557 found worse value: 363.689114253. iteration 11558 found worse value: 363.689114253. iteration11558, perturbing to get out of local maxima iteration 11559 found worse value: 363.689114253. iteration 11560 found worse value: 363.689114253. iteration 11561 found worse value: 363.689114253. iteration 11562 found worse value: 363.689114253. iteration 11563 found worse value: 363.689114253. iteration 11564 found worse value: 363.689114253. iteration 11565 found worse value: 363.689114253. iteration 11566 found worse value: 363.689114253. iteration 11567 found worse value: 363.689114253. iteration 11568 found worse value: 363.689114253. iteration 11569 found worse value: 363.689114253. iteration 11570 found worse value: 363.689114253. iteration 11571 found worse value: 363.689114253. iteration 11572 found worse value: 363.689114253. iteration 11573 found worse value: 363.689114253. iteration 11574 found worse value: 363.689114253. iteration 11575 found worse value: 363.689114253. iteration 11576 found worse value: 363.689114253. iteration 11577 found worse value: 363.689114253. iteration 11578 found worse value: 363.689114253. iteration 11579 found worse value: 363.689114253. iteration 11580 found worse value: 363.689114253. iteration 11581 found worse value: 363.689114253. iteration 11582 found worse value: 363.689114253. iteration 11583 found worse value: 363.689114253. iteration 11584 found worse value: 363.689114253. iteration 11585 found worse value: 363.689114253. iteration 11586 found worse value: 363.689114253. iteration 11587 found worse value: 363.689114253. iteration 11588 found worse value: 363.689114253. iteration 11589 found worse value: 363.689114253. iteration 11590 found worse value: 363.689114253. iteration 11591 found worse value: 363.689114253. iteration 11592 found worse value: 363.689114253. iteration 11593 found worse value: 363.689114253. iteration 11594 found worse value: 363.689114253. iteration 11595 found worse value: 363.689114253. iteration 11596 found worse value: 363.689114253. iteration 11597 found worse value: 363.689114253. iteration 11598 found worse value: 363.689114253. iteration 11599 found worse value: 363.689114253. iteration 11600 found worse value: 363.689114253. iteration 11601 found worse value: 363.689114253. iteration 11602 found worse value: 363.689114253. iteration11602, perturbing to get out of local maxima iteration 11603 found worse value: 363.689114253. iteration 11604 found worse value: 363.689114253. iteration 11605 found worse value: 363.689114253. iteration 11606 found worse value: 363.689114253. iteration11606, perturbing to get out of local maxima iteration 11607 found worse value: 363.689114253. iteration 11608 found worse value: 363.689114253. iteration 11609 found worse value: 363.689114253. iteration 11610 found worse value: 363.689114253. iteration 11611 found worse value: 363.689114253. iteration 11612 found worse value: 363.689114253. iteration 11613 found worse value: 363.689114253. iteration 11614 found worse value: 363.689114253. iteration 11615 found worse value: 363.689114253. iteration 11616 found worse value: 363.689114253. iteration 11617 found worse value: 363.689114253. iteration 11618 found worse value: 363.689114253. iteration 11619 found worse value: 363.689114253. iteration 11620 found worse value: 363.689114253. iteration11620, perturbing to get out of local maxima iteration 11621 found worse value: 363.689114253. iteration 11622 found worse value: 363.689114253. iteration 11623 found worse value: 363.689114253. iteration 11624 found worse value: 363.689114253. iteration11624, perturbing to get out of local maxima iteration 11625 found worse value: 363.689114253. iteration 11626 found worse value: 363.689114253. iteration 11627 found worse value: 363.689114253. iteration11627, perturbing to get out of local maxima iteration 11628 found worse value: 363.689114253. iteration 11629 found worse value: 363.689114253. iteration 11630 found worse value: 363.689114253. iteration 11631 found worse value: 363.689114253. iteration 11632 found worse value: 363.689114253. iteration11632, perturbing to get out of local maxima iteration 11633 found worse value: 363.689114253. iteration11633, perturbing to get out of local maxima iteration 11634 found worse value: 363.689114253. iteration 11635 found worse value: 363.689114253. iteration 11636 found worse value: 363.689114253. iteration 11637 found worse value: 363.689114253. iteration 11638 found worse value: 363.689114253. iteration 11639 found worse value: 363.689114253. iteration 11640 found worse value: 363.689114253. iteration 11641 found worse value: 363.689114253. iteration 11642 found worse value: 363.689114253. iteration 11643 found worse value: 363.689114253. iteration 11644 found worse value: 363.689114253. iteration 11645 found worse value: 363.689114253. iteration 11646 found worse value: 363.689114253. iteration 11647 found worse value: 363.689114253. iteration 11648 found worse value: 363.689114253. iteration 11649 found worse value: 363.689114253. iteration 11650 found worse value: 363.689114253. iteration 11651 found worse value: 363.689114253. iteration 11652 found worse value: 363.689114253. iteration 11653 found worse value: 363.689114253. iteration 11654 found worse value: 363.689114253. iteration 11655 found worse value: 363.689114253. iteration 11656 found worse value: 363.689114253. iteration 11657 found worse value: 363.689114253. iteration 11658 found worse value: 363.689114253. iteration 11659 found worse value: 363.689114253. iteration 11660 found worse value: 363.689114253. iteration11660, perturbing to get out of local maxima iteration 11661 found worse value: 363.689114253. iteration 11662 found worse value: 363.689114253. iteration 11663 found worse value: 363.689114253. iteration 11664 found worse value: 363.689114253. iteration 11665 found worse value: 363.689114253. iteration 11666 found worse value: 363.689114253. iteration 11667 found worse value: 363.689114253. iteration 11668 found worse value: 363.689114253. iteration 11669 found worse value: 363.689114253. iteration 11670 found worse value: 363.689114253. iteration 11671 found worse value: 363.689114253. iteration 11672 found worse value: 363.689114253. iteration 11673 found worse value: 363.689114253. iteration 11674 found better value: 363.689570191 iteration 11675 found worse value: 363.689570191. iteration 11676 found worse value: 363.689570191. iteration 11677 found worse value: 363.689570191. iteration 11678 found worse value: 363.689570191. iteration11678, perturbing to get out of local maxima iteration 11679 found worse value: 363.689570191. iteration 11680 found worse value: 363.689570191. iteration 11681 found worse value: 363.689570191. iteration 11682 found worse value: 363.689570191. iteration 11683 found worse value: 363.689570191. iteration 11684 found better value: 363.68981767500003 iteration 11685 found worse value: 363.68981767500003. iteration 11686 found better value: 363.689838673 iteration 11687 found worse value: 363.689838673. iteration 11688 found worse value: 363.689838673. iteration 11689 found worse value: 363.689838673. iteration 11690 found worse value: 363.689838673. iteration 11691 found worse value: 363.689838673. iteration 11692 found worse value: 363.689838673. iteration 11693 found worse value: 363.689838673. iteration 11694 found worse value: 363.689838673. iteration 11695 found worse value: 363.689838673. iteration 11696 found worse value: 363.689838673. iteration 11697 found worse value: 363.689838673. iteration 11698 found worse value: 363.689838673. iteration 11699 found worse value: 363.689838673. iteration 11700 found worse value: 363.689838673. iteration 11701 found worse value: 363.689838673. iteration11701, perturbing to get out of local maxima iteration 11702 found worse value: 363.689838673. iteration 11703 found worse value: 363.689838673. iteration 11704 found worse value: 363.689838673. iteration 11705 found better value: 363.68991596800004 iteration 11706 found worse value: 363.68991596800004. iteration 11707 found worse value: 363.68991596800004. iteration 11708 found worse value: 363.68991596800004. iteration 11709 found worse value: 363.68991596800004. iteration 11710 found worse value: 363.68991596800004. iteration 11711 found worse value: 363.68991596800004. iteration 11712 found better value: 363.691085233 iteration 11713 found worse value: 363.691085233. iteration 11714 found worse value: 363.691085233. iteration 11715 found worse value: 363.691085233. iteration 11716 found worse value: 363.691085233. iteration11716, perturbing to get out of local maxima iteration 11717 found worse value: 363.691085233. iteration 11718 found worse value: 363.691085233. iteration 11719 found worse value: 363.691085233. iteration 11720 found worse value: 363.691085233. iteration 11721 found worse value: 363.691085233. iteration 11722 found worse value: 363.691085233. iteration11722, perturbing to get out of local maxima iteration 11723 found worse value: 363.691085233. iteration 11724 found worse value: 363.691085233. iteration 11725 found worse value: 363.691085233. iteration 11726 found worse value: 363.691085233. iteration 11727 found worse value: 363.691085233. iteration 11728 found worse value: 363.691085233. iteration 11729 found worse value: 363.691085233. iteration11729, perturbing to get out of local maxima iteration 11730 found worse value: 363.691085233. iteration 11731 found worse value: 363.691085233. iteration 11732 found worse value: 363.691085233. iteration 11733 found worse value: 363.691085233. iteration 11734 found worse value: 363.691085233. iteration 11735 found worse value: 363.691085233. iteration 11736 found worse value: 363.691085233. iteration 11737 found worse value: 363.691085233. iteration 11738 found worse value: 363.691085233. iteration11738, perturbing to get out of local maxima iteration 11739 found worse value: 363.691085233. iteration 11740 found worse value: 363.691085233. iteration 11741 found worse value: 363.691085233. iteration 11742 found worse value: 363.691085233. iteration 11743 found worse value: 363.691085233. iteration 11744 found worse value: 363.691085233. iteration 11745 found worse value: 363.691085233. iteration 11746 found worse value: 363.691085233. iteration11746, perturbing to get out of local maxima iteration 11747 found worse value: 363.691085233. iteration 11748 found worse value: 363.691085233. iteration 11749 found worse value: 363.691085233. iteration 11750 found worse value: 363.691085233. iteration 11751 found worse value: 363.691085233. iteration 11752 found worse value: 363.691085233. iteration 11753 found worse value: 363.691085233. iteration 11754 found worse value: 363.691085233. iteration 11755 found worse value: 363.691085233. iteration 11756 found worse value: 363.691085233. iteration 11757 found worse value: 363.691085233. iteration 11758 found worse value: 363.691085233. iteration 11759 found worse value: 363.691085233. iteration 11760 found worse value: 363.691085233. iteration 11761 found worse value: 363.691085233. iteration 11762 found worse value: 363.691085233. iteration 11763 found worse value: 363.691085233. iteration 11764 found worse value: 363.691085233. iteration 11765 found worse value: 363.691085233. iteration 11766 found worse value: 363.691085233. iteration 11767 found worse value: 363.691085233. iteration 11768 found worse value: 363.691085233. iteration 11769 found worse value: 363.691085233. iteration 11770 found worse value: 363.691085233. iteration 11771 found worse value: 363.691085233. iteration 11772 found worse value: 363.691085233. iteration 11773 found worse value: 363.691085233. iteration 11774 found worse value: 363.691085233. iteration 11775 found worse value: 363.691085233. iteration 11776 found worse value: 363.691085233. iteration 11777 found worse value: 363.691085233. iteration 11778 found worse value: 363.691085233. iteration 11779 found worse value: 363.691085233. iteration 11780 found worse value: 363.691085233. iteration 11781 found worse value: 363.691085233. iteration11781, perturbing to get out of local maxima iteration 11782 found worse value: 363.691085233. iteration 11783 found worse value: 363.691085233. iteration11783, perturbing to get out of local maxima iteration 11784 found worse value: 363.691085233. iteration 11785 found worse value: 363.691085233. iteration 11786 found worse value: 363.691085233. iteration 11787 found worse value: 363.691085233. iteration 11788 found worse value: 363.691085233. iteration 11789 found worse value: 363.691085233. iteration 11790 found worse value: 363.691085233. iteration 11791 found worse value: 363.691085233. iteration 11792 found worse value: 363.691085233. iteration 11793 found worse value: 363.691085233. iteration 11794 found worse value: 363.691085233. iteration 11795 found worse value: 363.691085233. iteration 11796 found worse value: 363.691085233. iteration 11797 found worse value: 363.691085233. iteration 11798 found worse value: 363.691085233. iteration 11799 found worse value: 363.691085233. iteration 11800 found worse value: 363.691085233. iteration 11801 found worse value: 363.691085233. iteration 11802 found worse value: 363.691085233. iteration 11803 found worse value: 363.691085233. iteration 11804 found worse value: 363.691085233. iteration 11805 found worse value: 363.691085233. iteration 11806 found worse value: 363.691085233. iteration 11807 found worse value: 363.691085233. iteration 11808 found worse value: 363.691085233. iteration 11809 found worse value: 363.691085233. iteration 11810 found worse value: 363.691085233. iteration 11811 found worse value: 363.691085233. iteration 11812 found worse value: 363.691085233. iteration 11813 found worse value: 363.691085233. iteration 11814 found worse value: 363.691085233. iteration 11815 found worse value: 363.691085233. iteration 11816 found worse value: 363.691085233. iteration 11817 found worse value: 363.691085233. iteration 11818 found worse value: 363.691085233. iteration 11819 found worse value: 363.691085233. iteration 11820 found worse value: 363.691085233. iteration 11821 found worse value: 363.691085233. iteration11821, perturbing to get out of local maxima iteration 11822 found worse value: 363.691085233. iteration 11823 found worse value: 363.691085233. iteration 11824 found worse value: 363.691085233. iteration 11825 found worse value: 363.691085233. iteration 11826 found worse value: 363.691085233. iteration 11827 found worse value: 363.691085233. iteration 11828 found worse value: 363.691085233. iteration 11829 found worse value: 363.691085233. iteration 11830 found worse value: 363.691085233. iteration 11831 found worse value: 363.691085233. iteration 11832 found worse value: 363.691085233. iteration 11833 found worse value: 363.691085233. iteration 11834 found worse value: 363.691085233. iteration 11835 found worse value: 363.691085233. iteration 11836 found worse value: 363.691085233. iteration 11837 found worse value: 363.691085233. iteration 11838 found worse value: 363.691085233. iteration 11839 found worse value: 363.691085233. iteration 11840 found worse value: 363.691085233. iteration 11841 found worse value: 363.691085233. iteration 11842 found worse value: 363.691085233. iteration 11843 found worse value: 363.691085233. iteration 11844 found worse value: 363.691085233. iteration11844, perturbing to get out of local maxima iteration 11845 found worse value: 363.691085233. iteration 11846 found worse value: 363.691085233. iteration 11847 found worse value: 363.691085233. iteration 11848 found worse value: 363.691085233. iteration 11849 found worse value: 363.691085233. iteration 11850 found worse value: 363.691085233. iteration 11851 found worse value: 363.691085233. iteration 11852 found worse value: 363.691085233. iteration 11853 found worse value: 363.691085233. iteration 11854 found worse value: 363.691085233. iteration11854, perturbing to get out of local maxima iteration 11855 found worse value: 363.691085233. iteration 11856 found worse value: 363.691085233. iteration 11857 found worse value: 363.691085233. iteration11857, perturbing to get out of local maxima iteration 11858 found worse value: 363.691085233. iteration 11859 found worse value: 363.691085233. iteration 11860 found worse value: 363.691085233. iteration11860, perturbing to get out of local maxima iteration 11861 found worse value: 363.691085233. iteration 11862 found worse value: 363.691085233. iteration 11863 found worse value: 363.691085233. iteration11863, perturbing to get out of local maxima iteration 11864 found worse value: 363.691085233. iteration 11865 found worse value: 363.691085233. iteration 11866 found worse value: 363.691085233. iteration 11867 found worse value: 363.691085233. iteration 11868 found worse value: 363.691085233. iteration 11869 found worse value: 363.691085233. iteration 11870 found worse value: 363.691085233. iteration 11871 found worse value: 363.691085233. iteration 11872 found worse value: 363.691085233. iteration 11873 found worse value: 363.691085233. iteration 11874 found worse value: 363.691085233. iteration 11875 found worse value: 363.691085233. iteration11875, perturbing to get out of local maxima iteration 11876 found worse value: 363.691085233. iteration11876, perturbing to get out of local maxima iteration 11877 found worse value: 363.691085233. iteration 11878 found worse value: 363.691085233. iteration 11879 found worse value: 363.691085233. iteration 11880 found worse value: 363.691085233. iteration 11881 found worse value: 363.691085233. iteration 11882 found worse value: 363.691085233. iteration 11883 found worse value: 363.691085233. iteration 11884 found worse value: 363.691085233. iteration 11885 found worse value: 363.691085233. iteration 11886 found worse value: 363.691085233. iteration 11887 found worse value: 363.691085233. iteration 11888 found worse value: 363.691085233. iteration 11889 found worse value: 363.691085233. iteration 11890 found worse value: 363.691085233. iteration 11891 found worse value: 363.691085233. iteration 11892 found worse value: 363.691085233. iteration 11893 found worse value: 363.691085233. iteration 11894 found worse value: 363.691085233. iteration 11895 found worse value: 363.691085233. iteration 11896 found worse value: 363.691085233. iteration 11897 found worse value: 363.691085233. iteration 11898 found worse value: 363.691085233. iteration 11899 found worse value: 363.691085233. iteration 11900 found worse value: 363.691085233. iteration 11901 found worse value: 363.691085233. iteration 11902 found worse value: 363.691085233. iteration 11903 found worse value: 363.691085233. iteration 11904 found worse value: 363.691085233. iteration 11905 found worse value: 363.691085233. iteration 11906 found worse value: 363.691085233. iteration 11907 found worse value: 363.691085233. iteration 11908 found worse value: 363.691085233. iteration 11909 found worse value: 363.691085233. iteration 11910 found worse value: 363.691085233. iteration 11911 found worse value: 363.691085233. iteration 11912 found worse value: 363.691085233. iteration 11913 found worse value: 363.691085233. iteration11913, perturbing to get out of local maxima iteration 11914 found worse value: 363.691085233. iteration 11915 found worse value: 363.691085233. iteration11915, perturbing to get out of local maxima iteration 11916 found worse value: 363.691085233. iteration 11917 found worse value: 363.691085233. iteration 11918 found worse value: 363.691085233. iteration 11919 found worse value: 363.691085233. iteration 11920 found worse value: 363.691085233. iteration 11921 found worse value: 363.691085233. iteration 11922 found worse value: 363.691085233. iteration 11923 found worse value: 363.691085233. iteration 11924 found worse value: 363.691085233. iteration 11925 found worse value: 363.691085233. iteration 11926 found worse value: 363.691085233. iteration 11927 found worse value: 363.691085233. iteration 11928 found worse value: 363.691085233. iteration 11929 found worse value: 363.691085233. iteration 11930 found worse value: 363.691085233. iteration 11931 found worse value: 363.691085233. iteration 11932 found worse value: 363.691085233. iteration 11933 found worse value: 363.691085233. iteration 11934 found worse value: 363.691085233. iteration 11935 found worse value: 363.691085233. iteration 11936 found worse value: 363.691085233. iteration 11937 found worse value: 363.691085233. iteration11937, perturbing to get out of local maxima iteration 11938 found worse value: 363.691085233. iteration 11939 found worse value: 363.691085233. iteration 11940 found worse value: 363.691085233. iteration 11941 found worse value: 363.691085233. iteration 11942 found worse value: 363.691085233. iteration 11943 found worse value: 363.691085233. iteration 11944 found worse value: 363.691085233. iteration 11945 found worse value: 363.691085233. iteration 11946 found worse value: 363.691085233. iteration 11947 found worse value: 363.691085233. iteration 11948 found worse value: 363.691085233. iteration 11949 found worse value: 363.691085233. iteration 11950 found worse value: 363.691085233. iteration 11951 found worse value: 363.691085233. iteration 11952 found worse value: 363.691085233. iteration 11953 found worse value: 363.691085233. iteration11953, perturbing to get out of local maxima iteration 11954 found worse value: 363.691085233. iteration 11955 found worse value: 363.691085233. iteration 11956 found worse value: 363.691085233. iteration11956, perturbing to get out of local maxima iteration 11957 found worse value: 363.691085233. iteration 11958 found worse value: 363.691085233. iteration11958, perturbing to get out of local maxima iteration 11959 found worse value: 363.691085233. iteration 11960 found worse value: 363.691085233. iteration 11961 found worse value: 363.691085233. iteration 11962 found worse value: 363.691085233. iteration 11963 found worse value: 363.691085233. iteration 11964 found worse value: 363.691085233. iteration 11965 found worse value: 363.691085233. iteration 11966 found worse value: 363.691085233. iteration 11967 found worse value: 363.691085233. iteration 11968 found worse value: 363.691085233. iteration 11969 found worse value: 363.691085233. iteration 11970 found worse value: 363.691085233. iteration 11971 found worse value: 363.691085233. iteration 11972 found worse value: 363.691085233. iteration 11973 found worse value: 363.691085233. iteration 11974 found worse value: 363.691085233. iteration 11975 found worse value: 363.691085233. iteration 11976 found worse value: 363.691085233. iteration 11977 found worse value: 363.691085233. iteration 11978 found worse value: 363.691085233. iteration 11979 found worse value: 363.691085233. iteration 11980 found worse value: 363.691085233. iteration 11981 found worse value: 363.691085233. iteration 11982 found worse value: 363.691085233. iteration 11983 found worse value: 363.691085233. iteration 11984 found worse value: 363.691085233. iteration 11985 found worse value: 363.691085233. iteration 11986 found worse value: 363.691085233. iteration 11987 found worse value: 363.691085233. iteration 11988 found worse value: 363.691085233. iteration 11989 found worse value: 363.691085233. iteration 11990 found worse value: 363.691085233. iteration 11991 found worse value: 363.691085233. iteration 11992 found worse value: 363.691085233. iteration 11993 found worse value: 363.691085233. iteration 11994 found worse value: 363.691085233. iteration 11995 found worse value: 363.691085233. iteration 11996 found worse value: 363.691085233. iteration 11997 found worse value: 363.691085233. iteration 11998 found worse value: 363.691085233. iteration 11999 found worse value: 363.691085233. iteration 12000 found worse value: 363.691085233. iteration 12001 found worse value: 363.691085233. iteration 12002 found worse value: 363.691085233. iteration12002, perturbing to get out of local maxima iteration 12003 found worse value: 363.691085233. iteration 12004 found worse value: 363.691085233. iteration 12005 found worse value: 363.691085233. iteration 12006 found worse value: 363.691085233. iteration 12007 found worse value: 363.691085233. iteration 12008 found worse value: 363.691085233. iteration 12009 found worse value: 363.691085233. iteration 12010 found worse value: 363.691085233. iteration 12011 found worse value: 363.691085233. iteration12011, perturbing to get out of local maxima iteration 12012 found worse value: 363.691085233. iteration 12013 found worse value: 363.691085233. iteration 12014 found worse value: 363.691085233. iteration 12015 found worse value: 363.691085233. iteration12015, perturbing to get out of local maxima iteration 12016 found worse value: 363.691085233. iteration 12017 found worse value: 363.691085233. iteration 12018 found worse value: 363.691085233. iteration 12019 found worse value: 363.691085233. iteration 12020 found worse value: 363.691085233. iteration 12021 found worse value: 363.691085233. iteration 12022 found worse value: 363.691085233. iteration 12023 found worse value: 363.691085233. iteration 12024 found worse value: 363.691085233. iteration 12025 found worse value: 363.691085233. iteration 12026 found worse value: 363.691085233. iteration 12027 found worse value: 363.691085233. iteration 12028 found worse value: 363.691085233. iteration 12029 found worse value: 363.691085233. iteration12029, perturbing to get out of local maxima iteration 12030 found worse value: 363.691085233. iteration 12031 found worse value: 363.691085233. iteration 12032 found worse value: 363.691085233. iteration 12033 found worse value: 363.691085233. iteration 12034 found worse value: 363.691085233. iteration12034, perturbing to get out of local maxima iteration 12035 found worse value: 363.691085233. iteration 12036 found worse value: 363.691085233. iteration 12037 found worse value: 363.691085233. iteration 12038 found worse value: 363.691085233. iteration 12039 found worse value: 363.691085233. iteration 12040 found worse value: 363.691085233. iteration 12041 found worse value: 363.691085233. iteration 12042 found worse value: 363.691085233. iteration 12043 found worse value: 363.691085233. iteration 12044 found worse value: 363.691085233. iteration 12045 found worse value: 363.691085233. iteration 12046 found worse value: 363.691085233. iteration 12047 found worse value: 363.691085233. iteration 12048 found worse value: 363.691085233. iteration 12049 found worse value: 363.691085233. iteration 12050 found worse value: 363.691085233. iteration 12051 found worse value: 363.691085233. iteration 12052 found worse value: 363.691085233. iteration 12053 found worse value: 363.691085233. iteration 12054 found worse value: 363.691085233. iteration12054, perturbing to get out of local maxima iteration 12055 found worse value: 363.691085233. iteration 12056 found worse value: 363.691085233. iteration 12057 found worse value: 363.691085233. iteration 12058 found worse value: 363.691085233. iteration 12059 found worse value: 363.691085233. iteration 12060 found worse value: 363.691085233. iteration 12061 found worse value: 363.691085233. iteration 12062 found worse value: 363.691085233. iteration 12063 found worse value: 363.691085233. iteration 12064 found worse value: 363.691085233. iteration 12065 found worse value: 363.691085233. iteration 12066 found worse value: 363.691085233. iteration 12067 found worse value: 363.691085233. iteration 12068 found worse value: 363.691085233. iteration 12069 found worse value: 363.691085233. iteration 12070 found worse value: 363.691085233. iteration 12071 found worse value: 363.691085233. iteration 12072 found worse value: 363.691085233. iteration 12073 found worse value: 363.691085233. iteration 12074 found worse value: 363.691085233. iteration 12075 found worse value: 363.691085233. iteration 12076 found worse value: 363.691085233. iteration 12077 found worse value: 363.691085233. iteration 12078 found worse value: 363.691085233. iteration 12079 found worse value: 363.691085233. iteration 12080 found worse value: 363.691085233. iteration 12081 found worse value: 363.691085233. iteration 12082 found worse value: 363.691085233. iteration 12083 found worse value: 363.691085233. iteration 12084 found worse value: 363.691085233. iteration 12085 found worse value: 363.691085233. iteration 12086 found worse value: 363.691085233. iteration 12087 found worse value: 363.691085233. iteration 12088 found worse value: 363.691085233. iteration 12089 found worse value: 363.691085233. iteration 12090 found worse value: 363.691085233. iteration 12091 found worse value: 363.691085233. iteration 12092 found worse value: 363.691085233. iteration 12093 found worse value: 363.691085233. iteration 12094 found worse value: 363.691085233. iteration 12095 found worse value: 363.691085233. iteration 12096 found worse value: 363.691085233. iteration 12097 found worse value: 363.691085233. iteration 12098 found worse value: 363.691085233. iteration12098, perturbing to get out of local maxima iteration 12099 found worse value: 363.691085233. iteration 12100 found worse value: 363.691085233. iteration 12101 found worse value: 363.691085233. iteration 12102 found worse value: 363.691085233. iteration 12103 found worse value: 363.691085233. iteration 12104 found worse value: 363.691085233. iteration 12105 found worse value: 363.691085233. iteration 12106 found worse value: 363.691085233. iteration 12107 found worse value: 363.691085233. iteration 12108 found worse value: 363.691085233. iteration 12109 found worse value: 363.691085233. iteration 12110 found worse value: 363.691085233. iteration 12111 found worse value: 363.691085233. iteration 12112 found worse value: 363.691085233. iteration12112, perturbing to get out of local maxima iteration 12113 found worse value: 363.691085233. iteration 12114 found worse value: 363.691085233. iteration 12115 found worse value: 363.691085233. iteration 12116 found worse value: 363.691085233. iteration 12117 found worse value: 363.691085233. iteration 12118 found worse value: 363.691085233. iteration 12119 found worse value: 363.691085233. iteration12119, perturbing to get out of local maxima iteration 12120 found worse value: 363.691085233. iteration 12121 found worse value: 363.691085233. iteration 12122 found worse value: 363.691085233. iteration 12123 found worse value: 363.691085233. iteration 12124 found worse value: 363.691085233. iteration 12125 found worse value: 363.691085233. iteration 12126 found worse value: 363.691085233. iteration 12127 found worse value: 363.691085233. iteration 12128 found worse value: 363.691085233. iteration 12129 found worse value: 363.691085233. iteration 12130 found worse value: 363.691085233. iteration 12131 found worse value: 363.691085233. iteration 12132 found worse value: 363.691085233. iteration 12133 found worse value: 363.691085233. iteration 12134 found worse value: 363.691085233. iteration 12135 found worse value: 363.691085233. iteration 12136 found worse value: 363.691085233. iteration 12137 found worse value: 363.691085233. iteration 12138 found worse value: 363.691085233. iteration 12139 found worse value: 363.691085233. iteration 12140 found worse value: 363.691085233. iteration 12141 found worse value: 363.691085233. iteration 12142 found worse value: 363.691085233. iteration 12143 found worse value: 363.691085233. iteration 12144 found worse value: 363.691085233. iteration12144, perturbing to get out of local maxima iteration 12145 found worse value: 363.691085233. iteration 12146 found worse value: 363.691085233. iteration 12147 found worse value: 363.691085233. iteration 12148 found worse value: 363.691085233. iteration 12149 found worse value: 363.691085233. iteration 12150 found worse value: 363.691085233. iteration 12151 found worse value: 363.691085233. iteration 12152 found worse value: 363.691085233. iteration 12153 found worse value: 363.691085233. iteration 12154 found worse value: 363.691085233. iteration 12155 found worse value: 363.691085233. iteration 12156 found worse value: 363.691085233. iteration 12157 found worse value: 363.691085233. iteration 12158 found worse value: 363.691085233. iteration 12159 found worse value: 363.691085233. iteration 12160 found worse value: 363.691085233. iteration 12161 found worse value: 363.691085233. iteration 12162 found worse value: 363.691085233. iteration 12163 found worse value: 363.691085233. iteration 12164 found worse value: 363.691085233. iteration 12165 found worse value: 363.691085233. iteration 12166 found worse value: 363.691085233. iteration 12167 found worse value: 363.691085233. iteration 12168 found worse value: 363.691085233. iteration 12169 found worse value: 363.691085233. iteration 12170 found worse value: 363.691085233. iteration 12171 found worse value: 363.691085233. iteration 12172 found worse value: 363.691085233. iteration 12173 found worse value: 363.691085233. iteration 12174 found worse value: 363.691085233. iteration 12175 found worse value: 363.691085233. iteration 12176 found worse value: 363.691085233. iteration 12177 found worse value: 363.691085233. iteration 12178 found worse value: 363.691085233. iteration 12179 found worse value: 363.691085233. iteration 12180 found worse value: 363.691085233. iteration 12181 found worse value: 363.691085233. iteration 12182 found worse value: 363.691085233. iteration 12183 found worse value: 363.691085233. iteration 12184 found worse value: 363.691085233. iteration 12185 found worse value: 363.691085233. iteration 12186 found worse value: 363.691085233. iteration 12187 found worse value: 363.691085233. iteration 12188 found worse value: 363.691085233. iteration 12189 found worse value: 363.691085233. iteration 12190 found worse value: 363.691085233. iteration 12191 found worse value: 363.691085233. iteration 12192 found worse value: 363.691085233. iteration 12193 found worse value: 363.691085233. iteration 12194 found worse value: 363.691085233. iteration 12195 found worse value: 363.691085233. iteration 12196 found worse value: 363.691085233. iteration 12197 found worse value: 363.691085233. iteration 12198 found worse value: 363.691085233. iteration 12199 found worse value: 363.691085233. iteration 12200 found worse value: 363.691085233. iteration12200, perturbing to get out of local maxima iteration 12201 found worse value: 363.691085233. iteration 12202 found worse value: 363.691085233. iteration 12203 found worse value: 363.691085233. iteration 12204 found worse value: 363.691085233. iteration 12205 found worse value: 363.691085233. iteration 12206 found worse value: 363.691085233. iteration 12207 found worse value: 363.691085233. iteration 12208 found worse value: 363.691085233. iteration 12209 found worse value: 363.691085233. iteration 12210 found worse value: 363.691085233. iteration12210, perturbing to get out of local maxima iteration 12211 found worse value: 363.691085233. iteration 12212 found worse value: 363.691085233. iteration 12213 found worse value: 363.691085233. iteration12213, perturbing to get out of local maxima iteration 12214 found worse value: 363.691085233. iteration 12215 found worse value: 363.691085233. iteration 12216 found worse value: 363.691085233. iteration12216, perturbing to get out of local maxima iteration 12217 found worse value: 363.691085233. iteration 12218 found worse value: 363.691085233. iteration 12219 found worse value: 363.691085233. iteration 12220 found worse value: 363.691085233. iteration 12221 found worse value: 363.691085233. iteration 12222 found worse value: 363.691085233. iteration 12223 found worse value: 363.691085233. iteration 12224 found worse value: 363.691085233. iteration 12225 found worse value: 363.691085233. iteration 12226 found worse value: 363.691085233. iteration 12227 found worse value: 363.691085233. iteration 12228 found worse value: 363.691085233. iteration 12229 found worse value: 363.691085233. iteration 12230 found worse value: 363.691085233. iteration 12231 found worse value: 363.691085233. iteration 12232 found worse value: 363.691085233. iteration 12233 found worse value: 363.691085233. iteration 12234 found worse value: 363.691085233. iteration 12235 found worse value: 363.691085233. iteration 12236 found worse value: 363.691085233. iteration 12237 found worse value: 363.691085233. iteration 12238 found worse value: 363.691085233. iteration 12239 found worse value: 363.691085233. iteration 12240 found worse value: 363.691085233. iteration 12241 found worse value: 363.691085233. iteration 12242 found worse value: 363.691085233. iteration 12243 found worse value: 363.691085233. iteration 12244 found worse value: 363.691085233. iteration 12245 found worse value: 363.691085233. iteration 12246 found worse value: 363.691085233. iteration 12247 found worse value: 363.691085233. iteration12247, perturbing to get out of local maxima iteration 12248 found worse value: 363.691085233. iteration 12249 found worse value: 363.691085233. iteration 12250 found worse value: 363.691085233. iteration 12251 found worse value: 363.691085233. iteration12251, perturbing to get out of local maxima iteration 12252 found worse value: 363.691085233. iteration 12253 found worse value: 363.691085233. iteration 12254 found worse value: 363.691085233. iteration 12255 found worse value: 363.691085233. iteration 12256 found worse value: 363.691085233. iteration 12257 found worse value: 363.691085233. iteration 12258 found worse value: 363.691085233. iteration 12259 found worse value: 363.691085233. iteration 12260 found worse value: 363.691085233. iteration 12261 found worse value: 363.691085233. iteration12261, perturbing to get out of local maxima iteration 12262 found worse value: 363.691085233. iteration 12263 found worse value: 363.691085233. iteration 12264 found worse value: 363.691085233. iteration 12265 found worse value: 363.691085233. iteration 12266 found worse value: 363.691085233. iteration 12267 found worse value: 363.691085233. iteration 12268 found worse value: 363.691085233. iteration 12269 found worse value: 363.691085233. iteration 12270 found worse value: 363.691085233. iteration 12271 found worse value: 363.691085233. iteration 12272 found worse value: 363.691085233. iteration 12273 found worse value: 363.691085233. iteration 12274 found worse value: 363.691085233. iteration 12275 found worse value: 363.691085233. iteration 12276 found worse value: 363.691085233. iteration 12277 found worse value: 363.691085233. iteration12277, perturbing to get out of local maxima iteration 12278 found worse value: 363.691085233. iteration 12279 found worse value: 363.691085233. iteration 12280 found worse value: 363.691085233. iteration 12281 found worse value: 363.691085233. iteration 12282 found worse value: 363.691085233. iteration 12283 found worse value: 363.691085233. iteration 12284 found worse value: 363.691085233. iteration 12285 found worse value: 363.691085233. iteration 12286 found worse value: 363.691085233. iteration 12287 found worse value: 363.691085233. iteration 12288 found worse value: 363.691085233. iteration12288, perturbing to get out of local maxima iteration 12289 found worse value: 363.691085233. iteration 12290 found worse value: 363.691085233. iteration 12291 found worse value: 363.691085233. iteration 12292 found worse value: 363.691085233. iteration 12293 found worse value: 363.691085233. iteration 12294 found worse value: 363.691085233. iteration 12295 found worse value: 363.691085233. iteration 12296 found worse value: 363.691085233. iteration 12297 found worse value: 363.691085233. iteration 12298 found worse value: 363.691085233. iteration 12299 found worse value: 363.691085233. iteration 12300 found worse value: 363.691085233. iteration 12301 found worse value: 363.691085233. iteration 12302 found worse value: 363.691085233. iteration 12303 found worse value: 363.691085233. iteration 12304 found worse value: 363.691085233. iteration 12305 found worse value: 363.691085233. iteration 12306 found worse value: 363.691085233. iteration 12307 found worse value: 363.691085233. iteration 12308 found worse value: 363.691085233. iteration 12309 found worse value: 363.691085233. iteration 12310 found worse value: 363.691085233. iteration 12311 found worse value: 363.691085233. iteration 12312 found worse value: 363.691085233. iteration 12313 found worse value: 363.691085233. iteration12313, perturbing to get out of local maxima iteration 12314 found worse value: 363.691085233. iteration 12315 found worse value: 363.691085233. iteration 12316 found worse value: 363.691085233. iteration 12317 found worse value: 363.691085233. iteration 12318 found worse value: 363.691085233. iteration 12319 found worse value: 363.691085233. iteration12319, perturbing to get out of local maxima iteration 12320 found worse value: 363.691085233. iteration 12321 found worse value: 363.691085233. iteration 12322 found worse value: 363.691085233. iteration 12323 found worse value: 363.691085233. iteration 12324 found worse value: 363.691085233. iteration 12325 found worse value: 363.691085233. iteration 12326 found worse value: 363.691085233. iteration 12327 found worse value: 363.691085233. iteration 12328 found worse value: 363.691085233. iteration12328, perturbing to get out of local maxima iteration 12329 found worse value: 363.691085233. iteration 12330 found worse value: 363.691085233. iteration 12331 found worse value: 363.691085233. iteration 12332 found worse value: 363.691085233. iteration 12333 found worse value: 363.691085233. iteration 12334 found worse value: 363.691085233. iteration12334, perturbing to get out of local maxima iteration 12335 found worse value: 363.691085233. iteration 12336 found worse value: 363.691085233. iteration 12337 found worse value: 363.691085233. iteration 12338 found worse value: 363.691085233. iteration 12339 found worse value: 363.691085233. iteration 12340 found worse value: 363.691085233. iteration 12341 found worse value: 363.691085233. iteration 12342 found worse value: 363.691085233. iteration 12343 found worse value: 363.691085233. iteration 12344 found worse value: 363.691085233. iteration 12345 found worse value: 363.691085233. iteration 12346 found worse value: 363.691085233. iteration 12347 found worse value: 363.691085233. iteration 12348 found worse value: 363.691085233. iteration 12349 found worse value: 363.691085233. iteration 12350 found worse value: 363.691085233. iteration 12351 found worse value: 363.691085233. iteration 12352 found worse value: 363.691085233. iteration 12353 found worse value: 363.691085233. iteration 12354 found worse value: 363.691085233. iteration 12355 found worse value: 363.691085233. iteration 12356 found worse value: 363.691085233. iteration 12357 found worse value: 363.691085233. iteration 12358 found worse value: 363.691085233. iteration 12359 found worse value: 363.691085233. iteration 12360 found worse value: 363.691085233. iteration 12361 found worse value: 363.691085233. iteration 12362 found worse value: 363.691085233. iteration 12363 found worse value: 363.691085233. iteration 12364 found worse value: 363.691085233. iteration12364, perturbing to get out of local maxima iteration 12365 found worse value: 363.691085233. iteration 12366 found worse value: 363.691085233. iteration 12367 found worse value: 363.691085233. iteration 12368 found worse value: 363.691085233. iteration12368, perturbing to get out of local maxima iteration 12369 found worse value: 363.691085233. iteration 12370 found worse value: 363.691085233. iteration 12371 found worse value: 363.691085233. iteration 12372 found worse value: 363.691085233. iteration 12373 found worse value: 363.691085233. iteration 12374 found worse value: 363.691085233. iteration 12375 found worse value: 363.691085233. iteration 12376 found worse value: 363.691085233. iteration 12377 found worse value: 363.691085233. iteration 12378 found worse value: 363.691085233. iteration 12379 found worse value: 363.691085233. iteration 12380 found worse value: 363.691085233. iteration 12381 found worse value: 363.691085233. iteration 12382 found worse value: 363.691085233. iteration 12383 found worse value: 363.691085233. iteration 12384 found worse value: 363.691085233. iteration 12385 found worse value: 363.691085233. iteration 12386 found worse value: 363.691085233. iteration 12387 found worse value: 363.691085233. iteration 12388 found worse value: 363.691085233. iteration 12389 found worse value: 363.691085233. iteration 12390 found worse value: 363.691085233. iteration 12391 found worse value: 363.691085233. iteration 12392 found worse value: 363.691085233. iteration 12393 found worse value: 363.691085233. iteration 12394 found worse value: 363.691085233. iteration 12395 found worse value: 363.691085233. iteration 12396 found worse value: 363.691085233. iteration 12397 found worse value: 363.691085233. iteration 12398 found worse value: 363.691085233. iteration 12399 found worse value: 363.691085233. iteration 12400 found worse value: 363.691085233. iteration 12401 found worse value: 363.691085233. iteration 12402 found worse value: 363.691085233. iteration 12403 found worse value: 363.691085233. iteration 12404 found worse value: 363.691085233. iteration 12405 found worse value: 363.691085233. iteration 12406 found worse value: 363.691085233. iteration 12407 found worse value: 363.691085233. iteration 12408 found worse value: 363.691085233. iteration 12409 found worse value: 363.691085233. iteration 12410 found worse value: 363.691085233. iteration 12411 found worse value: 363.691085233. iteration 12412 found worse value: 363.691085233. iteration 12413 found worse value: 363.691085233. iteration 12414 found worse value: 363.691085233. iteration12414, perturbing to get out of local maxima iteration 12415 found worse value: 363.691085233. iteration 12416 found worse value: 363.691085233. iteration 12417 found worse value: 363.691085233. iteration 12418 found worse value: 363.691085233. iteration 12419 found worse value: 363.691085233. iteration 12420 found worse value: 363.691085233. iteration 12421 found worse value: 363.691085233. iteration 12422 found worse value: 363.691085233. iteration 12423 found worse value: 363.691085233. iteration 12424 found worse value: 363.691085233. iteration 12425 found worse value: 363.691085233. iteration 12426 found worse value: 363.691085233. iteration 12427 found worse value: 363.691085233. iteration 12428 found worse value: 363.691085233. iteration 12429 found worse value: 363.691085233. iteration 12430 found worse value: 363.691085233. iteration 12431 found worse value: 363.691085233. iteration 12432 found worse value: 363.691085233. iteration 12433 found worse value: 363.691085233. iteration 12434 found worse value: 363.691085233. iteration 12435 found worse value: 363.691085233. iteration12435, perturbing to get out of local maxima iteration 12436 found worse value: 363.691085233. iteration 12437 found worse value: 363.691085233. iteration 12438 found worse value: 363.691085233. iteration 12439 found worse value: 363.691085233. iteration12439, perturbing to get out of local maxima iteration 12440 found worse value: 363.691085233. iteration 12441 found worse value: 363.691085233. iteration 12442 found worse value: 363.691085233. iteration 12443 found worse value: 363.691085233. iteration 12444 found worse value: 363.691085233. iteration 12445 found worse value: 363.691085233. iteration 12446 found worse value: 363.691085233. iteration 12447 found worse value: 363.691085233. iteration 12448 found worse value: 363.691085233. iteration 12449 found worse value: 363.691085233. iteration 12450 found worse value: 363.691085233. iteration 12451 found worse value: 363.691085233. iteration 12452 found worse value: 363.691085233. iteration 12453 found worse value: 363.691085233. iteration12453, perturbing to get out of local maxima iteration 12454 found worse value: 363.691085233. iteration 12455 found worse value: 363.691085233. iteration 12456 found worse value: 363.691085233. iteration 12457 found worse value: 363.691085233. iteration 12458 found worse value: 363.691085233. iteration 12459 found worse value: 363.691085233. iteration 12460 found worse value: 363.691085233. iteration 12461 found worse value: 363.691085233. iteration 12462 found worse value: 363.691085233. iteration 12463 found worse value: 363.691085233. iteration 12464 found worse value: 363.691085233. iteration 12465 found worse value: 363.691085233. iteration 12466 found worse value: 363.691085233. iteration 12467 found worse value: 363.691085233. iteration 12468 found worse value: 363.691085233. iteration 12469 found worse value: 363.691085233. iteration 12470 found worse value: 363.691085233. iteration 12471 found worse value: 363.691085233. iteration 12472 found worse value: 363.691085233. iteration 12473 found worse value: 363.691085233. iteration 12474 found worse value: 363.691085233. iteration 12475 found worse value: 363.691085233. iteration 12476 found worse value: 363.691085233. iteration 12477 found worse value: 363.691085233. iteration 12478 found worse value: 363.691085233. iteration 12479 found worse value: 363.691085233. iteration 12480 found worse value: 363.691085233. iteration 12481 found worse value: 363.691085233. iteration 12482 found worse value: 363.691085233. iteration 12483 found worse value: 363.691085233. iteration 12484 found worse value: 363.691085233. iteration 12485 found worse value: 363.691085233. iteration 12486 found worse value: 363.691085233. iteration 12487 found worse value: 363.691085233. iteration 12488 found worse value: 363.691085233. iteration 12489 found worse value: 363.691085233. iteration 12490 found worse value: 363.691085233. iteration 12491 found worse value: 363.691085233. iteration 12492 found worse value: 363.691085233. iteration 12493 found worse value: 363.691085233. iteration 12494 found worse value: 363.691085233. iteration 12495 found worse value: 363.691085233. iteration12495, perturbing to get out of local maxima iteration 12496 found worse value: 363.691085233. iteration 12497 found worse value: 363.691085233. iteration 12498 found worse value: 363.691085233. iteration 12499 found worse value: 363.691085233. iteration 12500 found worse value: 363.691085233. iteration 12501 found worse value: 363.691085233. iteration 12502 found worse value: 363.691085233. iteration 12503 found worse value: 363.691085233. iteration 12504 found worse value: 363.691085233. iteration 12505 found worse value: 363.691085233. iteration 12506 found worse value: 363.691085233. iteration 12507 found worse value: 363.691085233. iteration 12508 found worse value: 363.691085233. iteration 12509 found worse value: 363.691085233. iteration 12510 found worse value: 363.691085233. iteration 12511 found worse value: 363.691085233. iteration 12512 found worse value: 363.691085233. iteration 12513 found worse value: 363.691085233. iteration 12514 found worse value: 363.691085233. iteration 12515 found worse value: 363.691085233. iteration 12516 found worse value: 363.691085233. iteration 12517 found worse value: 363.691085233. iteration 12518 found worse value: 363.691085233. iteration 12519 found worse value: 363.691085233. iteration 12520 found worse value: 363.691085233. iteration 12521 found worse value: 363.691085233. iteration 12522 found worse value: 363.691085233. iteration 12523 found worse value: 363.691085233. iteration 12524 found worse value: 363.691085233. iteration 12525 found worse value: 363.691085233. iteration 12526 found worse value: 363.691085233. iteration12526, perturbing to get out of local maxima iteration 12527 found worse value: 363.691085233. iteration 12528 found worse value: 363.691085233. iteration 12529 found worse value: 363.691085233. iteration 12530 found worse value: 363.691085233. iteration 12531 found worse value: 363.691085233. iteration 12532 found worse value: 363.691085233. iteration 12533 found worse value: 363.691085233. iteration 12534 found worse value: 363.691085233. iteration 12535 found worse value: 363.691085233. iteration 12536 found worse value: 363.691085233. iteration 12537 found worse value: 363.691085233. iteration 12538 found worse value: 363.691085233. iteration 12539 found worse value: 363.691085233. iteration 12540 found worse value: 363.691085233. iteration 12541 found worse value: 363.691085233. iteration 12542 found worse value: 363.691085233. iteration 12543 found worse value: 363.691085233. iteration 12544 found worse value: 363.691085233. iteration 12545 found worse value: 363.691085233. iteration 12546 found worse value: 363.691085233. iteration 12547 found worse value: 363.691085233. iteration 12548 found worse value: 363.691085233. iteration 12549 found worse value: 363.691085233. iteration 12550 found worse value: 363.691085233. iteration 12551 found worse value: 363.691085233. iteration 12552 found worse value: 363.691085233. iteration12552, perturbing to get out of local maxima iteration 12553 found worse value: 363.691085233. iteration 12554 found worse value: 363.691085233. iteration 12555 found worse value: 363.691085233. iteration 12556 found worse value: 363.691085233. iteration 12557 found worse value: 363.691085233. iteration 12558 found worse value: 363.691085233. iteration 12559 found worse value: 363.691085233. iteration 12560 found worse value: 363.691085233. iteration 12561 found worse value: 363.691085233. iteration 12562 found worse value: 363.691085233. iteration 12563 found worse value: 363.691085233. iteration 12564 found worse value: 363.691085233. iteration 12565 found worse value: 363.691085233. iteration 12566 found worse value: 363.691085233. iteration12566, perturbing to get out of local maxima iteration 12567 found worse value: 363.691085233. iteration 12568 found worse value: 363.691085233. iteration 12569 found worse value: 363.691085233. iteration12569, perturbing to get out of local maxima iteration 12570 found worse value: 363.691085233. iteration 12571 found worse value: 363.691085233. iteration 12572 found worse value: 363.691085233. iteration 12573 found worse value: 363.691085233. iteration 12574 found worse value: 363.691085233. iteration 12575 found worse value: 363.691085233. iteration 12576 found worse value: 363.691085233. iteration 12577 found worse value: 363.691085233. iteration 12578 found worse value: 363.691085233. iteration 12579 found worse value: 363.691085233. iteration 12580 found worse value: 363.691085233. iteration 12581 found worse value: 363.691085233. iteration12581, perturbing to get out of local maxima iteration 12582 found worse value: 363.691085233. iteration 12583 found worse value: 363.691085233. iteration 12584 found worse value: 363.691085233. iteration 12585 found worse value: 363.691085233. iteration 12586 found worse value: 363.691085233. iteration 12587 found worse value: 363.691085233. iteration 12588 found worse value: 363.691085233. iteration 12589 found worse value: 363.691085233. iteration 12590 found worse value: 363.691085233. iteration 12591 found worse value: 363.691085233. iteration 12592 found worse value: 363.691085233. iteration 12593 found worse value: 363.691085233. iteration 12594 found worse value: 363.691085233. iteration 12595 found worse value: 363.691085233. iteration 12596 found worse value: 363.691085233. iteration 12597 found worse value: 363.691085233. iteration 12598 found worse value: 363.691085233. iteration 12599 found worse value: 363.691085233. iteration 12600 found worse value: 363.691085233. iteration 12601 found worse value: 363.691085233. iteration 12602 found worse value: 363.691085233. iteration 12603 found worse value: 363.691085233. iteration 12604 found worse value: 363.691085233. iteration 12605 found worse value: 363.691085233. iteration 12606 found worse value: 363.691085233. iteration 12607 found worse value: 363.691085233. iteration 12608 found worse value: 363.691085233. iteration 12609 found worse value: 363.691085233. iteration 12610 found worse value: 363.691085233. iteration 12611 found worse value: 363.691085233. iteration12611, perturbing to get out of local maxima iteration 12612 found worse value: 363.691085233. iteration 12613 found worse value: 363.691085233. iteration 12614 found worse value: 363.691085233. iteration 12615 found worse value: 363.691085233. iteration 12616 found worse value: 363.691085233. iteration 12617 found worse value: 363.691085233. iteration 12618 found worse value: 363.691085233. iteration 12619 found worse value: 363.691085233. iteration 12620 found worse value: 363.691085233. iteration 12621 found worse value: 363.691085233. iteration 12622 found worse value: 363.691085233. iteration 12623 found worse value: 363.691085233. iteration12623, perturbing to get out of local maxima iteration 12624 found worse value: 363.691085233. iteration 12625 found worse value: 363.691085233. iteration 12626 found worse value: 363.691085233. iteration 12627 found worse value: 363.691085233. iteration 12628 found worse value: 363.691085233. iteration 12629 found worse value: 363.691085233. iteration 12630 found worse value: 363.691085233. iteration 12631 found worse value: 363.691085233. iteration 12632 found worse value: 363.691085233. iteration 12633 found worse value: 363.691085233. iteration 12634 found worse value: 363.691085233. iteration 12635 found worse value: 363.691085233. iteration 12636 found worse value: 363.691085233. iteration 12637 found worse value: 363.691085233. iteration 12638 found worse value: 363.691085233. iteration 12639 found worse value: 363.691085233. iteration 12640 found worse value: 363.691085233. iteration 12641 found worse value: 363.691085233. iteration 12642 found worse value: 363.691085233. iteration 12643 found worse value: 363.691085233. iteration 12644 found worse value: 363.691085233. iteration 12645 found worse value: 363.691085233. iteration 12646 found worse value: 363.691085233. iteration 12647 found worse value: 363.691085233. iteration 12648 found worse value: 363.691085233. iteration 12649 found worse value: 363.691085233. iteration 12650 found worse value: 363.691085233. iteration 12651 found worse value: 363.691085233. iteration 12652 found worse value: 363.691085233. iteration 12653 found worse value: 363.691085233. iteration 12654 found worse value: 363.691085233. iteration 12655 found worse value: 363.691085233. iteration 12656 found worse value: 363.691085233. iteration12656, perturbing to get out of local maxima iteration 12657 found worse value: 363.691085233. iteration 12658 found worse value: 363.691085233. iteration 12659 found worse value: 363.691085233. iteration 12660 found worse value: 363.691085233. iteration 12661 found worse value: 363.691085233. iteration 12662 found worse value: 363.691085233. iteration 12663 found worse value: 363.691085233. iteration 12664 found worse value: 363.691085233. iteration 12665 found worse value: 363.691085233. iteration 12666 found worse value: 363.691085233. iteration 12667 found worse value: 363.691085233. iteration 12668 found worse value: 363.691085233. iteration 12669 found worse value: 363.691085233. iteration 12670 found worse value: 363.691085233. iteration 12671 found worse value: 363.691085233. iteration 12672 found worse value: 363.691085233. iteration 12673 found worse value: 363.691085233. iteration 12674 found worse value: 363.691085233. iteration 12675 found worse value: 363.691085233. iteration12675, perturbing to get out of local maxima iteration 12676 found worse value: 363.691085233. iteration 12677 found worse value: 363.691085233. iteration12677, perturbing to get out of local maxima iteration 12678 found worse value: 363.691085233. iteration 12679 found worse value: 363.691085233. iteration 12680 found worse value: 363.691085233. iteration 12681 found worse value: 363.691085233. iteration 12682 found worse value: 363.691085233. iteration 12683 found worse value: 363.691085233. iteration 12684 found worse value: 363.691085233. iteration 12685 found worse value: 363.691085233. iteration 12686 found worse value: 363.691085233. iteration 12687 found worse value: 363.691085233. iteration 12688 found worse value: 363.691085233. iteration 12689 found worse value: 363.691085233. iteration 12690 found worse value: 363.691085233. iteration 12691 found worse value: 363.691085233. iteration 12692 found worse value: 363.691085233. iteration 12693 found worse value: 363.691085233. iteration 12694 found worse value: 363.691085233. iteration 12695 found worse value: 363.691085233. iteration 12696 found worse value: 363.691085233. iteration 12697 found worse value: 363.691085233. iteration 12698 found worse value: 363.691085233. iteration 12699 found worse value: 363.691085233. iteration 12700 found worse value: 363.691085233. iteration 12701 found worse value: 363.691085233. iteration 12702 found worse value: 363.691085233. iteration 12703 found worse value: 363.691085233. iteration 12704 found worse value: 363.691085233. iteration 12705 found worse value: 363.691085233. iteration 12706 found worse value: 363.691085233. iteration 12707 found worse value: 363.691085233. iteration 12708 found worse value: 363.691085233. iteration 12709 found worse value: 363.691085233. iteration 12710 found worse value: 363.691085233. iteration 12711 found worse value: 363.691085233. iteration 12712 found worse value: 363.691085233. iteration 12713 found worse value: 363.691085233. iteration 12714 found worse value: 363.691085233. iteration 12715 found worse value: 363.691085233. iteration 12716 found worse value: 363.691085233. iteration 12717 found worse value: 363.691085233. iteration 12718 found worse value: 363.691085233. iteration12718, perturbing to get out of local maxima iteration 12719 found worse value: 363.691085233. iteration 12720 found worse value: 363.691085233. iteration 12721 found worse value: 363.691085233. iteration 12722 found worse value: 363.691085233. iteration 12723 found worse value: 363.691085233. iteration 12724 found worse value: 363.691085233. iteration 12725 found worse value: 363.691085233. iteration 12726 found worse value: 363.691085233. iteration 12727 found worse value: 363.691085233. iteration 12728 found worse value: 363.691085233. iteration 12729 found worse value: 363.691085233. iteration 12730 found worse value: 363.691085233. iteration 12731 found worse value: 363.691085233. iteration 12732 found worse value: 363.691085233. iteration 12733 found worse value: 363.691085233. iteration 12734 found worse value: 363.691085233. iteration 12735 found worse value: 363.691085233. iteration 12736 found worse value: 363.691085233. iteration 12737 found worse value: 363.691085233. iteration 12738 found worse value: 363.691085233. iteration 12739 found worse value: 363.691085233. iteration 12740 found worse value: 363.691085233. iteration 12741 found worse value: 363.691085233. iteration 12742 found worse value: 363.691085233. iteration 12743 found worse value: 363.691085233. iteration 12744 found worse value: 363.691085233. iteration 12745 found worse value: 363.691085233. iteration 12746 found worse value: 363.691085233. iteration12746, perturbing to get out of local maxima iteration 12747 found worse value: 363.691085233. iteration12747, perturbing to get out of local maxima iteration 12748 found worse value: 363.691085233. iteration 12749 found worse value: 363.691085233. iteration 12750 found worse value: 363.691085233. iteration 12751 found worse value: 363.691085233. iteration 12752 found worse value: 363.691085233. iteration 12753 found worse value: 363.691085233. iteration 12754 found worse value: 363.691085233. iteration 12755 found worse value: 363.691085233. iteration 12756 found worse value: 363.691085233. iteration12756, perturbing to get out of local maxima iteration 12757 found worse value: 363.691085233. iteration 12758 found worse value: 363.691085233. iteration 12759 found worse value: 363.691085233. iteration 12760 found worse value: 363.691085233. iteration 12761 found worse value: 363.691085233. iteration12761, perturbing to get out of local maxima iteration 12762 found worse value: 363.691085233. iteration 12763 found worse value: 363.691085233. iteration 12764 found worse value: 363.691085233. iteration 12765 found worse value: 363.691085233. iteration 12766 found worse value: 363.691085233. iteration 12767 found worse value: 363.691085233. iteration 12768 found worse value: 363.691085233. iteration 12769 found worse value: 363.691085233. iteration 12770 found worse value: 363.691085233. iteration 12771 found worse value: 363.691085233. iteration 12772 found worse value: 363.691085233. iteration 12773 found worse value: 363.691085233. iteration 12774 found worse value: 363.691085233. iteration 12775 found worse value: 363.691085233. iteration 12776 found worse value: 363.691085233. iteration 12777 found worse value: 363.691085233. iteration 12778 found worse value: 363.691085233. iteration 12779 found worse value: 363.691085233. iteration 12780 found worse value: 363.691085233. iteration 12781 found worse value: 363.691085233. iteration 12782 found worse value: 363.691085233. iteration 12783 found worse value: 363.691085233. iteration 12784 found worse value: 363.691085233. iteration 12785 found worse value: 363.691085233. iteration 12786 found worse value: 363.691085233. iteration 12787 found worse value: 363.691085233. iteration 12788 found worse value: 363.691085233. iteration 12789 found worse value: 363.691085233. iteration 12790 found worse value: 363.691085233. iteration 12791 found worse value: 363.691085233. iteration 12792 found worse value: 363.691085233. iteration 12793 found worse value: 363.691085233. iteration 12794 found worse value: 363.691085233. iteration 12795 found worse value: 363.691085233. iteration 12796 found worse value: 363.691085233. iteration 12797 found worse value: 363.691085233. iteration 12798 found worse value: 363.691085233. iteration 12799 found worse value: 363.691085233. iteration 12800 found worse value: 363.691085233. iteration 12801 found worse value: 363.691085233. iteration 12802 found worse value: 363.691085233. iteration 12803 found worse value: 363.691085233. iteration 12804 found worse value: 363.691085233. iteration 12805 found worse value: 363.691085233. iteration 12806 found worse value: 363.691085233. iteration 12807 found worse value: 363.691085233. iteration 12808 found worse value: 363.691085233. iteration 12809 found worse value: 363.691085233. iteration 12810 found worse value: 363.691085233. iteration 12811 found worse value: 363.691085233. iteration 12812 found worse value: 363.691085233. iteration 12813 found worse value: 363.691085233. iteration 12814 found worse value: 363.691085233. iteration 12815 found worse value: 363.691085233. iteration 12816 found worse value: 363.691085233. iteration12816, perturbing to get out of local maxima iteration 12817 found worse value: 363.691085233. iteration 12818 found worse value: 363.691085233. iteration 12819 found worse value: 363.691085233. iteration 12820 found worse value: 363.691085233. iteration 12821 found worse value: 363.691085233. iteration 12822 found worse value: 363.691085233. iteration 12823 found worse value: 363.691085233. iteration 12824 found worse value: 363.691085233. iteration 12825 found worse value: 363.691085233. iteration 12826 found worse value: 363.691085233. iteration 12827 found worse value: 363.691085233. iteration 12828 found worse value: 363.691085233. iteration 12829 found worse value: 363.691085233. iteration 12830 found worse value: 363.691085233. iteration 12831 found worse value: 363.691085233. iteration 12832 found worse value: 363.691085233. iteration 12833 found worse value: 363.691085233. iteration 12834 found worse value: 363.691085233. iteration 12835 found worse value: 363.691085233. iteration12835, perturbing to get out of local maxima iteration 12836 found worse value: 363.691085233. iteration 12837 found worse value: 363.691085233. iteration 12838 found worse value: 363.691085233. iteration 12839 found worse value: 363.691085233. iteration12839, perturbing to get out of local maxima iteration 12840 found worse value: 363.691085233. iteration 12841 found worse value: 363.691085233. iteration 12842 found worse value: 363.691085233. iteration 12843 found worse value: 363.691085233. iteration 12844 found worse value: 363.691085233. iteration 12845 found worse value: 363.691085233. iteration 12846 found worse value: 363.691085233. iteration 12847 found worse value: 363.691085233. iteration 12848 found worse value: 363.691085233. iteration 12849 found worse value: 363.691085233. iteration 12850 found worse value: 363.691085233. iteration 12851 found worse value: 363.691085233. iteration 12852 found worse value: 363.691085233. iteration 12853 found worse value: 363.691085233. iteration 12854 found worse value: 363.691085233. iteration 12855 found worse value: 363.691085233. iteration 12856 found worse value: 363.691085233. iteration 12857 found worse value: 363.691085233. iteration 12858 found worse value: 363.691085233. iteration 12859 found worse value: 363.691085233. iteration 12860 found worse value: 363.691085233. iteration 12861 found worse value: 363.691085233. iteration 12862 found worse value: 363.691085233. iteration 12863 found worse value: 363.691085233. iteration 12864 found worse value: 363.691085233. iteration 12865 found worse value: 363.691085233. iteration 12866 found worse value: 363.691085233. iteration 12867 found worse value: 363.691085233. iteration 12868 found worse value: 363.691085233. iteration 12869 found worse value: 363.691085233. iteration 12870 found worse value: 363.691085233. iteration 12871 found worse value: 363.691085233. iteration 12872 found worse value: 363.691085233. iteration 12873 found worse value: 363.691085233. iteration 12874 found worse value: 363.691085233. iteration 12875 found worse value: 363.691085233. iteration 12876 found worse value: 363.691085233. iteration 12877 found worse value: 363.691085233. iteration 12878 found worse value: 363.691085233. iteration 12879 found worse value: 363.691085233. iteration 12880 found worse value: 363.691085233. iteration 12881 found worse value: 363.691085233. iteration 12882 found worse value: 363.691085233. iteration 12883 found worse value: 363.691085233. iteration 12884 found worse value: 363.691085233. iteration 12885 found worse value: 363.691085233. iteration 12886 found worse value: 363.691085233. iteration 12887 found worse value: 363.691085233. iteration 12888 found worse value: 363.691085233. iteration 12889 found worse value: 363.691085233. iteration 12890 found worse value: 363.691085233. iteration 12891 found worse value: 363.691085233. iteration 12892 found worse value: 363.691085233. iteration 12893 found worse value: 363.691085233. iteration 12894 found worse value: 363.691085233. iteration 12895 found worse value: 363.691085233. iteration 12896 found worse value: 363.691085233. iteration 12897 found worse value: 363.691085233. iteration 12898 found worse value: 363.691085233. iteration 12899 found worse value: 363.691085233. iteration 12900 found worse value: 363.691085233. iteration 12901 found worse value: 363.691085233. iteration 12902 found worse value: 363.691085233. iteration 12903 found worse value: 363.691085233. iteration 12904 found worse value: 363.691085233. iteration 12905 found worse value: 363.691085233. iteration 12906 found worse value: 363.691085233. iteration 12907 found worse value: 363.691085233. iteration 12908 found worse value: 363.691085233. iteration 12909 found worse value: 363.691085233. iteration 12910 found worse value: 363.691085233. iteration 12911 found worse value: 363.691085233. iteration 12912 found worse value: 363.691085233. iteration 12913 found worse value: 363.691085233. iteration 12914 found worse value: 363.691085233. iteration 12915 found worse value: 363.691085233. iteration 12916 found worse value: 363.691085233. iteration 12917 found worse value: 363.691085233. iteration 12918 found worse value: 363.691085233. iteration 12919 found worse value: 363.691085233. iteration 12920 found worse value: 363.691085233. iteration 12921 found worse value: 363.691085233. iteration 12922 found worse value: 363.691085233. iteration 12923 found worse value: 363.691085233. iteration 12924 found worse value: 363.691085233. iteration 12925 found worse value: 363.691085233. iteration 12926 found worse value: 363.691085233. iteration12926, perturbing to get out of local maxima iteration 12927 found worse value: 363.691085233. iteration 12928 found worse value: 363.691085233. iteration 12929 found worse value: 363.691085233. iteration12929, perturbing to get out of local maxima iteration 12930 found worse value: 363.691085233. iteration 12931 found worse value: 363.691085233. iteration 12932 found worse value: 363.691085233. iteration 12933 found worse value: 363.691085233. iteration 12934 found worse value: 363.691085233. iteration 12935 found worse value: 363.691085233. iteration 12936 found worse value: 363.691085233. iteration 12937 found worse value: 363.691085233. iteration 12938 found worse value: 363.691085233. iteration 12939 found worse value: 363.691085233. iteration 12940 found worse value: 363.691085233. iteration12940, perturbing to get out of local maxima iteration 12941 found worse value: 363.691085233. iteration 12942 found worse value: 363.691085233. iteration 12943 found worse value: 363.691085233. iteration 12944 found worse value: 363.691085233. iteration 12945 found worse value: 363.691085233. iteration 12946 found worse value: 363.691085233. iteration 12947 found worse value: 363.691085233. iteration 12948 found worse value: 363.691085233. iteration 12949 found worse value: 363.691085233. iteration 12950 found worse value: 363.691085233. iteration 12951 found worse value: 363.691085233. iteration 12952 found worse value: 363.691085233. iteration 12953 found worse value: 363.691085233. iteration 12954 found worse value: 363.691085233. iteration 12955 found worse value: 363.691085233. iteration 12956 found worse value: 363.691085233. iteration 12957 found worse value: 363.691085233. iteration 12958 found worse value: 363.691085233. iteration 12959 found worse value: 363.691085233. iteration 12960 found worse value: 363.691085233. iteration 12961 found worse value: 363.691085233. iteration 12962 found worse value: 363.691085233. iteration 12963 found worse value: 363.691085233. iteration 12964 found worse value: 363.691085233. iteration 12965 found worse value: 363.691085233. iteration 12966 found worse value: 363.691085233. iteration 12967 found worse value: 363.691085233. iteration12967, perturbing to get out of local maxima iteration 12968 found worse value: 363.691085233. iteration 12969 found worse value: 363.691085233. iteration 12970 found worse value: 363.691085233. iteration 12971 found worse value: 363.691085233. iteration 12972 found worse value: 363.691085233. iteration 12973 found worse value: 363.691085233. iteration 12974 found worse value: 363.691085233. iteration 12975 found worse value: 363.691085233. iteration 12976 found worse value: 363.691085233. iteration 12977 found worse value: 363.691085233. iteration 12978 found worse value: 363.691085233. iteration 12979 found worse value: 363.691085233. iteration 12980 found worse value: 363.691085233. iteration 12981 found worse value: 363.691085233. iteration 12982 found worse value: 363.691085233. iteration 12983 found worse value: 363.691085233. iteration 12984 found worse value: 363.691085233. iteration 12985 found worse value: 363.691085233. iteration 12986 found worse value: 363.691085233. iteration12986, perturbing to get out of local maxima iteration 12987 found worse value: 363.691085233. iteration 12988 found worse value: 363.691085233. iteration 12989 found worse value: 363.691085233. iteration12989, perturbing to get out of local maxima iteration 12990 found worse value: 363.691085233. iteration 12991 found worse value: 363.691085233. iteration 12992 found worse value: 363.691085233. iteration 12993 found worse value: 363.691085233. iteration 12994 found worse value: 363.691085233. iteration 12995 found worse value: 363.691085233. iteration 12996 found worse value: 363.691085233. iteration 12997 found worse value: 363.691085233. iteration 12998 found worse value: 363.691085233. iteration 12999 found worse value: 363.691085233. iteration 13000 found worse value: 363.691085233. iteration 13001 found worse value: 363.691085233. iteration 13002 found worse value: 363.691085233. iteration 13003 found worse value: 363.691085233. iteration 13004 found worse value: 363.691085233. iteration 13005 found worse value: 363.691085233. iteration 13006 found worse value: 363.691085233. iteration 13007 found worse value: 363.691085233. iteration 13008 found worse value: 363.691085233. iteration 13009 found worse value: 363.691085233. iteration 13010 found worse value: 363.691085233. iteration 13011 found worse value: 363.691085233. iteration 13012 found worse value: 363.691085233. iteration 13013 found worse value: 363.691085233. iteration 13014 found worse value: 363.691085233. iteration 13015 found worse value: 363.691085233. iteration13015, perturbing to get out of local maxima iteration 13016 found worse value: 363.691085233. iteration 13017 found worse value: 363.691085233. iteration13017, perturbing to get out of local maxima iteration 13018 found worse value: 363.691085233. iteration 13019 found worse value: 363.691085233. iteration 13020 found worse value: 363.691085233. iteration 13021 found worse value: 363.691085233. iteration 13022 found worse value: 363.691085233. iteration 13023 found worse value: 363.691085233. iteration 13024 found worse value: 363.691085233. iteration 13025 found worse value: 363.691085233. iteration13025, perturbing to get out of local maxima iteration 13026 found worse value: 363.691085233. iteration 13027 found worse value: 363.691085233. iteration13027, perturbing to get out of local maxima iteration 13028 found worse value: 363.691085233. iteration 13029 found worse value: 363.691085233. iteration 13030 found worse value: 363.691085233. iteration 13031 found worse value: 363.691085233. iteration 13032 found worse value: 363.691085233. iteration 13033 found worse value: 363.691085233. iteration 13034 found worse value: 363.691085233. iteration 13035 found worse value: 363.691085233. iteration 13036 found worse value: 363.691085233. iteration 13037 found worse value: 363.691085233. iteration 13038 found worse value: 363.691085233. iteration 13039 found worse value: 363.691085233. iteration 13040 found worse value: 363.691085233. iteration 13041 found worse value: 363.691085233. iteration 13042 found worse value: 363.691085233. iteration 13043 found worse value: 363.691085233. iteration 13044 found worse value: 363.691085233. iteration 13045 found worse value: 363.691085233. iteration 13046 found worse value: 363.691085233. iteration 13047 found worse value: 363.691085233. iteration 13048 found worse value: 363.691085233. iteration 13049 found worse value: 363.691085233. iteration 13050 found worse value: 363.691085233. iteration 13051 found worse value: 363.691085233. iteration 13052 found worse value: 363.691085233. iteration 13053 found worse value: 363.691085233. iteration 13054 found worse value: 363.691085233. iteration 13055 found worse value: 363.691085233. iteration 13056 found worse value: 363.691085233. iteration 13057 found worse value: 363.691085233. iteration 13058 found worse value: 363.691085233. iteration 13059 found worse value: 363.691085233. iteration 13060 found worse value: 363.691085233. iteration 13061 found worse value: 363.691085233. iteration 13062 found worse value: 363.691085233. iteration 13063 found worse value: 363.691085233. iteration 13064 found worse value: 363.691085233. iteration 13065 found worse value: 363.691085233. iteration 13066 found worse value: 363.691085233. iteration 13067 found worse value: 363.691085233. iteration 13068 found worse value: 363.691085233. iteration 13069 found worse value: 363.691085233. iteration 13070 found worse value: 363.691085233. iteration 13071 found worse value: 363.691085233. iteration 13072 found worse value: 363.691085233. iteration 13073 found worse value: 363.691085233. iteration13073, perturbing to get out of local maxima iteration 13074 found worse value: 363.691085233. iteration 13075 found worse value: 363.691085233. iteration13075, perturbing to get out of local maxima iteration 13076 found worse value: 363.691085233. iteration 13077 found worse value: 363.691085233. iteration 13078 found worse value: 363.691085233. iteration 13079 found worse value: 363.691085233. iteration 13080 found worse value: 363.691085233. iteration 13081 found worse value: 363.691085233. iteration13081, perturbing to get out of local maxima iteration 13082 found worse value: 363.691085233. iteration 13083 found worse value: 363.691085233. iteration 13084 found worse value: 363.691085233. iteration 13085 found worse value: 363.691085233. iteration 13086 found worse value: 363.691085233. iteration 13087 found worse value: 363.691085233. iteration 13088 found worse value: 363.691085233. iteration 13089 found worse value: 363.691085233. iteration 13090 found worse value: 363.691085233. iteration13090, perturbing to get out of local maxima iteration 13091 found worse value: 363.691085233. iteration 13092 found worse value: 363.691085233. iteration 13093 found worse value: 363.691085233. iteration 13094 found worse value: 363.691085233. iteration 13095 found worse value: 363.691085233. iteration 13096 found worse value: 363.691085233. iteration 13097 found worse value: 363.691085233. iteration 13098 found worse value: 363.691085233. iteration 13099 found worse value: 363.691085233. iteration 13100 found worse value: 363.691085233. iteration 13101 found worse value: 363.691085233. iteration 13102 found worse value: 363.691085233. iteration 13103 found worse value: 363.691085233. iteration 13104 found worse value: 363.691085233. iteration 13105 found worse value: 363.691085233. iteration 13106 found worse value: 363.691085233. iteration 13107 found worse value: 363.691085233. iteration 13108 found worse value: 363.691085233. iteration 13109 found worse value: 363.691085233. iteration 13110 found worse value: 363.691085233. iteration 13111 found worse value: 363.691085233. iteration13111, perturbing to get out of local maxima iteration 13112 found worse value: 363.691085233. iteration 13113 found worse value: 363.691085233. iteration 13114 found worse value: 363.691085233. iteration 13115 found worse value: 363.691085233. iteration 13116 found worse value: 363.691085233. iteration 13117 found worse value: 363.691085233. iteration 13118 found worse value: 363.691085233. iteration 13119 found worse value: 363.691085233. iteration 13120 found worse value: 363.691085233. iteration 13121 found worse value: 363.691085233. iteration 13122 found worse value: 363.691085233. iteration 13123 found worse value: 363.691085233. iteration 13124 found worse value: 363.691085233. iteration 13125 found worse value: 363.691085233. iteration 13126 found worse value: 363.691085233. iteration 13127 found worse value: 363.691085233. iteration 13128 found worse value: 363.691085233. iteration 13129 found worse value: 363.691085233. iteration 13130 found worse value: 363.691085233. iteration 13131 found worse value: 363.691085233. iteration 13132 found worse value: 363.691085233. iteration 13133 found worse value: 363.691085233. iteration 13134 found worse value: 363.691085233. iteration 13135 found worse value: 363.691085233. iteration 13136 found worse value: 363.691085233. iteration 13137 found worse value: 363.691085233. iteration 13138 found worse value: 363.691085233. iteration 13139 found worse value: 363.691085233. iteration 13140 found worse value: 363.691085233. iteration13140, perturbing to get out of local maxima iteration 13141 found worse value: 363.691085233. iteration13141, perturbing to get out of local maxima iteration 13142 found worse value: 363.691085233. iteration13142, perturbing to get out of local maxima iteration 13143 found worse value: 363.691085233. iteration 13144 found worse value: 363.691085233. iteration 13145 found worse value: 363.691085233. iteration 13146 found worse value: 363.691085233. iteration 13147 found worse value: 363.691085233. iteration 13148 found worse value: 363.691085233. iteration 13149 found worse value: 363.691085233. iteration 13150 found worse value: 363.691085233. iteration 13151 found worse value: 363.691085233. iteration 13152 found worse value: 363.691085233. iteration 13153 found worse value: 363.691085233. iteration 13154 found worse value: 363.691085233. iteration 13155 found worse value: 363.691085233. iteration 13156 found worse value: 363.691085233. iteration 13157 found worse value: 363.691085233. iteration 13158 found worse value: 363.691085233. iteration 13159 found worse value: 363.691085233. iteration 13160 found worse value: 363.691085233. iteration 13161 found worse value: 363.691085233. iteration 13162 found worse value: 363.691085233. iteration 13163 found worse value: 363.691085233. iteration 13164 found worse value: 363.691085233. iteration 13165 found worse value: 363.691085233. iteration 13166 found worse value: 363.691085233. iteration 13167 found worse value: 363.691085233. iteration 13168 found worse value: 363.691085233. iteration 13169 found worse value: 363.691085233. iteration 13170 found worse value: 363.691085233. iteration 13171 found worse value: 363.691085233. iteration 13172 found worse value: 363.691085233. iteration 13173 found worse value: 363.691085233. iteration 13174 found worse value: 363.691085233. iteration 13175 found worse value: 363.691085233. iteration13175, perturbing to get out of local maxima iteration 13176 found worse value: 363.691085233. iteration 13177 found worse value: 363.691085233. iteration 13178 found worse value: 363.691085233. iteration 13179 found worse value: 363.691085233. iteration 13180 found worse value: 363.691085233. iteration 13181 found worse value: 363.691085233. iteration 13182 found worse value: 363.691085233. iteration 13183 found worse value: 363.691085233. iteration 13184 found worse value: 363.691085233. iteration 13185 found worse value: 363.691085233. iteration 13186 found worse value: 363.691085233. iteration 13187 found worse value: 363.691085233. iteration 13188 found worse value: 363.691085233. iteration 13189 found worse value: 363.691085233. iteration 13190 found worse value: 363.691085233. iteration 13191 found worse value: 363.691085233. iteration 13192 found worse value: 363.691085233. iteration13192, perturbing to get out of local maxima iteration 13193 found worse value: 363.691085233. iteration 13194 found worse value: 363.691085233. iteration 13195 found worse value: 363.691085233. iteration 13196 found worse value: 363.691085233. iteration 13197 found worse value: 363.691085233. iteration 13198 found worse value: 363.691085233. iteration 13199 found worse value: 363.691085233. iteration 13200 found worse value: 363.691085233. iteration 13201 found worse value: 363.691085233. iteration 13202 found worse value: 363.691085233. iteration 13203 found worse value: 363.691085233. iteration 13204 found worse value: 363.691085233. iteration 13205 found worse value: 363.691085233. iteration 13206 found worse value: 363.691085233. iteration 13207 found worse value: 363.691085233. iteration 13208 found worse value: 363.691085233. iteration 13209 found worse value: 363.691085233. iteration 13210 found worse value: 363.691085233. iteration 13211 found worse value: 363.691085233. iteration 13212 found worse value: 363.691085233. iteration 13213 found worse value: 363.691085233. iteration 13214 found worse value: 363.691085233. iteration 13215 found worse value: 363.691085233. iteration 13216 found worse value: 363.691085233. iteration 13217 found worse value: 363.691085233. iteration 13218 found worse value: 363.691085233. iteration 13219 found worse value: 363.691085233. iteration 13220 found worse value: 363.691085233. iteration 13221 found worse value: 363.691085233. iteration 13222 found worse value: 363.691085233. iteration 13223 found worse value: 363.691085233. iteration 13224 found worse value: 363.691085233. iteration 13225 found worse value: 363.691085233. iteration 13226 found worse value: 363.691085233. iteration 13227 found worse value: 363.691085233. iteration 13228 found worse value: 363.691085233. iteration 13229 found worse value: 363.691085233. iteration 13230 found worse value: 363.691085233. iteration 13231 found worse value: 363.691085233. iteration 13232 found worse value: 363.691085233. iteration 13233 found worse value: 363.691085233. iteration 13234 found worse value: 363.691085233. iteration 13235 found worse value: 363.691085233. iteration 13236 found worse value: 363.691085233. iteration 13237 found worse value: 363.691085233. iteration 13238 found worse value: 363.691085233. iteration 13239 found worse value: 363.691085233. iteration 13240 found worse value: 363.691085233. iteration 13241 found worse value: 363.691085233. iteration 13242 found worse value: 363.691085233. iteration 13243 found worse value: 363.691085233. iteration 13244 found worse value: 363.691085233. iteration 13245 found worse value: 363.691085233. iteration 13246 found worse value: 363.691085233. iteration 13247 found worse value: 363.691085233. iteration 13248 found worse value: 363.691085233. iteration 13249 found worse value: 363.691085233. iteration 13250 found worse value: 363.691085233. iteration 13251 found worse value: 363.691085233. iteration 13252 found worse value: 363.691085233. iteration 13253 found worse value: 363.691085233. iteration 13254 found worse value: 363.691085233. iteration 13255 found worse value: 363.691085233. iteration 13256 found worse value: 363.691085233. iteration 13257 found worse value: 363.691085233. iteration 13258 found worse value: 363.691085233. iteration 13259 found worse value: 363.691085233. iteration13259, perturbing to get out of local maxima iteration 13260 found worse value: 363.691085233. iteration 13261 found worse value: 363.691085233. iteration 13262 found worse value: 363.691085233. iteration 13263 found worse value: 363.691085233. iteration 13264 found worse value: 363.691085233. iteration 13265 found worse value: 363.691085233. iteration 13266 found worse value: 363.691085233. iteration 13267 found worse value: 363.691085233. iteration 13268 found worse value: 363.691085233. iteration13268, perturbing to get out of local maxima iteration 13269 found worse value: 363.691085233. iteration 13270 found worse value: 363.691085233. iteration 13271 found worse value: 363.691085233. iteration 13272 found worse value: 363.691085233. iteration 13273 found worse value: 363.691085233. iteration 13274 found worse value: 363.691085233. iteration 13275 found worse value: 363.691085233. iteration13275, perturbing to get out of local maxima iteration 13276 found worse value: 363.691085233. iteration 13277 found worse value: 363.691085233. iteration 13278 found worse value: 363.691085233. iteration 13279 found worse value: 363.691085233. iteration 13280 found worse value: 363.691085233. iteration 13281 found worse value: 363.691085233. iteration 13282 found worse value: 363.691085233. iteration 13283 found worse value: 363.691085233. iteration 13284 found worse value: 363.691085233. iteration 13285 found worse value: 363.691085233. iteration 13286 found worse value: 363.691085233. iteration 13287 found worse value: 363.691085233. iteration 13288 found worse value: 363.691085233. iteration13288, perturbing to get out of local maxima iteration 13289 found worse value: 363.691085233. iteration 13290 found worse value: 363.691085233. iteration 13291 found worse value: 363.691085233. iteration 13292 found worse value: 363.691085233. iteration 13293 found worse value: 363.691085233. iteration 13294 found worse value: 363.691085233. iteration 13295 found worse value: 363.691085233. iteration 13296 found worse value: 363.691085233. iteration 13297 found worse value: 363.691085233. iteration 13298 found worse value: 363.691085233. iteration 13299 found worse value: 363.691085233. iteration 13300 found worse value: 363.691085233. iteration 13301 found worse value: 363.691085233. iteration 13302 found worse value: 363.691085233. iteration 13303 found worse value: 363.691085233. iteration 13304 found worse value: 363.691085233. iteration 13305 found worse value: 363.691085233. iteration 13306 found worse value: 363.691085233. iteration 13307 found worse value: 363.691085233. iteration 13308 found worse value: 363.691085233. iteration 13309 found worse value: 363.691085233. iteration 13310 found worse value: 363.691085233. iteration 13311 found worse value: 363.691085233. iteration 13312 found worse value: 363.691085233. iteration13312, perturbing to get out of local maxima iteration 13313 found worse value: 363.691085233. iteration 13314 found worse value: 363.691085233. iteration 13315 found worse value: 363.691085233. iteration 13316 found worse value: 363.691085233. iteration 13317 found worse value: 363.691085233. iteration 13318 found worse value: 363.691085233. iteration 13319 found worse value: 363.691085233. iteration 13320 found worse value: 363.691085233. iteration 13321 found worse value: 363.691085233. iteration 13322 found worse value: 363.691085233. iteration 13323 found worse value: 363.691085233. iteration 13324 found worse value: 363.691085233. iteration 13325 found worse value: 363.691085233. iteration 13326 found worse value: 363.691085233. iteration 13327 found worse value: 363.691085233. iteration 13328 found worse value: 363.691085233. iteration 13329 found worse value: 363.691085233. iteration 13330 found worse value: 363.691085233. iteration 13331 found worse value: 363.691085233. iteration 13332 found worse value: 363.691085233. iteration 13333 found worse value: 363.691085233. iteration 13334 found worse value: 363.691085233. iteration 13335 found worse value: 363.691085233. iteration 13336 found worse value: 363.691085233. iteration 13337 found worse value: 363.691085233. iteration 13338 found worse value: 363.691085233. iteration 13339 found worse value: 363.691085233. iteration 13340 found worse value: 363.691085233. iteration 13341 found worse value: 363.691085233. iteration 13342 found worse value: 363.691085233. iteration 13343 found worse value: 363.691085233. iteration 13344 found worse value: 363.691085233. iteration 13345 found worse value: 363.691085233. iteration 13346 found worse value: 363.691085233. iteration 13347 found worse value: 363.691085233. iteration 13348 found worse value: 363.691085233. iteration 13349 found worse value: 363.691085233. iteration 13350 found worse value: 363.691085233. iteration 13351 found worse value: 363.691085233. iteration 13352 found worse value: 363.691085233. iteration13352, perturbing to get out of local maxima iteration 13353 found worse value: 363.691085233. iteration 13354 found worse value: 363.691085233. iteration 13355 found worse value: 363.691085233. iteration 13356 found worse value: 363.691085233. iteration 13357 found worse value: 363.691085233. iteration 13358 found worse value: 363.691085233. iteration13358, perturbing to get out of local maxima iteration 13359 found worse value: 363.691085233. iteration13359, perturbing to get out of local maxima iteration 13360 found worse value: 363.691085233. iteration 13361 found worse value: 363.691085233. iteration 13362 found worse value: 363.691085233. iteration 13363 found worse value: 363.691085233. iteration 13364 found worse value: 363.691085233. iteration 13365 found worse value: 363.691085233. iteration 13366 found worse value: 363.691085233. iteration 13367 found worse value: 363.691085233. iteration 13368 found worse value: 363.691085233. iteration 13369 found worse value: 363.691085233. iteration 13370 found worse value: 363.691085233. iteration 13371 found worse value: 363.691085233. iteration 13372 found worse value: 363.691085233. iteration 13373 found worse value: 363.691085233. iteration 13374 found worse value: 363.691085233. iteration 13375 found worse value: 363.691085233. iteration 13376 found worse value: 363.691085233. iteration 13377 found worse value: 363.691085233. iteration 13378 found worse value: 363.691085233. iteration 13379 found worse value: 363.691085233. iteration13379, perturbing to get out of local maxima iteration 13380 found worse value: 363.691085233. iteration 13381 found worse value: 363.691085233. iteration 13382 found worse value: 363.691085233. iteration 13383 found worse value: 363.691085233. iteration 13384 found worse value: 363.691085233. iteration 13385 found worse value: 363.691085233. iteration 13386 found worse value: 363.691085233. iteration 13387 found worse value: 363.691085233. iteration 13388 found worse value: 363.691085233. iteration 13389 found worse value: 363.691085233. iteration 13390 found worse value: 363.691085233. iteration 13391 found worse value: 363.691085233. iteration 13392 found worse value: 363.691085233. iteration 13393 found worse value: 363.691085233. iteration 13394 found worse value: 363.691085233. iteration 13395 found worse value: 363.691085233. iteration13395, perturbing to get out of local maxima iteration 13396 found worse value: 363.691085233. iteration 13397 found worse value: 363.691085233. iteration 13398 found worse value: 363.691085233. iteration13398, perturbing to get out of local maxima iteration 13399 found worse value: 363.691085233. iteration13399, perturbing to get out of local maxima iteration 13400 found worse value: 363.691085233. iteration 13401 found worse value: 363.691085233. iteration 13402 found worse value: 363.691085233. iteration13402, perturbing to get out of local maxima iteration 13403 found worse value: 363.691085233. iteration 13404 found worse value: 363.691085233. iteration13404, perturbing to get out of local maxima iteration 13405 found worse value: 363.691085233. iteration 13406 found worse value: 363.691085233. iteration 13407 found worse value: 363.691085233. iteration 13408 found worse value: 363.691085233. iteration 13409 found worse value: 363.691085233. iteration 13410 found worse value: 363.691085233. iteration 13411 found worse value: 363.691085233. iteration 13412 found worse value: 363.691085233. iteration 13413 found worse value: 363.691085233. iteration 13414 found worse value: 363.691085233. iteration 13415 found worse value: 363.691085233. iteration 13416 found worse value: 363.691085233. iteration 13417 found worse value: 363.691085233. iteration 13418 found worse value: 363.691085233. iteration 13419 found worse value: 363.691085233. iteration 13420 found worse value: 363.691085233. iteration 13421 found worse value: 363.691085233. iteration 13422 found worse value: 363.691085233. iteration 13423 found worse value: 363.691085233. iteration 13424 found worse value: 363.691085233. iteration 13425 found worse value: 363.691085233. iteration 13426 found worse value: 363.691085233. iteration 13427 found worse value: 363.691085233. iteration 13428 found worse value: 363.691085233. iteration 13429 found worse value: 363.691085233. iteration 13430 found worse value: 363.691085233. iteration 13431 found worse value: 363.691085233. iteration 13432 found worse value: 363.691085233. iteration 13433 found worse value: 363.691085233. iteration 13434 found worse value: 363.691085233. iteration 13435 found worse value: 363.691085233. iteration 13436 found worse value: 363.691085233. iteration 13437 found worse value: 363.691085233. iteration 13438 found worse value: 363.691085233. iteration 13439 found worse value: 363.691085233. iteration13439, perturbing to get out of local maxima iteration 13440 found worse value: 363.691085233. iteration 13441 found worse value: 363.691085233. iteration 13442 found worse value: 363.691085233. iteration 13443 found worse value: 363.691085233. iteration 13444 found worse value: 363.691085233. iteration 13445 found worse value: 363.691085233. iteration 13446 found worse value: 363.691085233. iteration 13447 found worse value: 363.691085233. iteration 13448 found worse value: 363.691085233. iteration 13449 found worse value: 363.691085233. iteration 13450 found worse value: 363.691085233. iteration 13451 found worse value: 363.691085233. iteration 13452 found worse value: 363.691085233. iteration 13453 found worse value: 363.691085233. iteration 13454 found worse value: 363.691085233. iteration 13455 found worse value: 363.691085233. iteration13455, perturbing to get out of local maxima iteration 13456 found worse value: 363.691085233. iteration 13457 found worse value: 363.691085233. iteration 13458 found worse value: 363.691085233. iteration 13459 found worse value: 363.691085233. iteration13459, perturbing to get out of local maxima iteration 13460 found worse value: 363.691085233. iteration 13461 found worse value: 363.691085233. iteration 13462 found worse value: 363.691085233. iteration 13463 found worse value: 363.691085233. iteration 13464 found worse value: 363.691085233. iteration 13465 found worse value: 363.691085233. iteration13465, perturbing to get out of local maxima iteration 13466 found worse value: 363.691085233. iteration 13467 found worse value: 363.691085233. iteration 13468 found worse value: 363.691085233. iteration 13469 found worse value: 363.691085233. iteration 13470 found worse value: 363.691085233. iteration13470, perturbing to get out of local maxima iteration 13471 found worse value: 363.691085233. iteration 13472 found worse value: 363.691085233. iteration 13473 found worse value: 363.691085233. iteration 13474 found worse value: 363.691085233. iteration 13475 found worse value: 363.691085233. iteration 13476 found worse value: 363.691085233. iteration 13477 found worse value: 363.691085233. iteration 13478 found worse value: 363.691085233. iteration 13479 found worse value: 363.691085233. iteration 13480 found worse value: 363.691085233. iteration 13481 found worse value: 363.691085233. iteration 13482 found worse value: 363.691085233. iteration 13483 found worse value: 363.691085233. iteration 13484 found worse value: 363.691085233. iteration 13485 found worse value: 363.691085233. iteration 13486 found worse value: 363.691085233. iteration 13487 found worse value: 363.691085233. iteration 13488 found worse value: 363.691085233. iteration 13489 found worse value: 363.691085233. iteration 13490 found worse value: 363.691085233. iteration 13491 found worse value: 363.691085233. iteration 13492 found worse value: 363.691085233. iteration 13493 found worse value: 363.691085233. iteration 13494 found worse value: 363.691085233. iteration 13495 found worse value: 363.691085233. iteration 13496 found worse value: 363.691085233. iteration 13497 found worse value: 363.691085233. iteration 13498 found worse value: 363.691085233. iteration 13499 found worse value: 363.691085233. iteration 13500 found worse value: 363.691085233. iteration 13501 found worse value: 363.691085233. iteration 13502 found worse value: 363.691085233. iteration 13503 found worse value: 363.691085233. iteration13503, perturbing to get out of local maxima iteration 13504 found worse value: 363.691085233. iteration 13505 found worse value: 363.691085233. iteration 13506 found worse value: 363.691085233. iteration 13507 found worse value: 363.691085233. iteration 13508 found worse value: 363.691085233. iteration 13509 found worse value: 363.691085233. iteration 13510 found worse value: 363.691085233. iteration 13511 found worse value: 363.691085233. iteration 13512 found worse value: 363.691085233. iteration 13513 found worse value: 363.691085233. iteration 13514 found worse value: 363.691085233. iteration 13515 found worse value: 363.691085233. iteration 13516 found worse value: 363.691085233. iteration 13517 found worse value: 363.691085233. iteration 13518 found worse value: 363.691085233. iteration13518, perturbing to get out of local maxima iteration 13519 found worse value: 363.691085233. iteration 13520 found worse value: 363.691085233. iteration 13521 found worse value: 363.691085233. iteration13521, perturbing to get out of local maxima iteration 13522 found worse value: 363.691085233. iteration 13523 found worse value: 363.691085233. iteration 13524 found worse value: 363.691085233. iteration 13525 found worse value: 363.691085233. iteration 13526 found worse value: 363.691085233. iteration 13527 found worse value: 363.691085233. iteration 13528 found worse value: 363.691085233. iteration 13529 found worse value: 363.691085233. iteration 13530 found worse value: 363.691085233. iteration 13531 found worse value: 363.691085233. iteration 13532 found worse value: 363.691085233. iteration 13533 found worse value: 363.691085233. iteration 13534 found worse value: 363.691085233. iteration 13535 found worse value: 363.691085233. iteration13535, perturbing to get out of local maxima iteration 13536 found worse value: 363.691085233. iteration 13537 found worse value: 363.691085233. iteration13537, perturbing to get out of local maxima iteration 13538 found worse value: 363.691085233. iteration 13539 found worse value: 363.691085233. iteration 13540 found worse value: 363.691085233. iteration 13541 found worse value: 363.691085233. iteration 13542 found worse value: 363.691085233. iteration 13543 found worse value: 363.691085233. iteration 13544 found worse value: 363.691085233. iteration 13545 found worse value: 363.691085233. iteration 13546 found worse value: 363.691085233. iteration 13547 found worse value: 363.691085233. iteration 13548 found worse value: 363.691085233. iteration 13549 found worse value: 363.691085233. iteration13549, perturbing to get out of local maxima iteration 13550 found worse value: 363.691085233. iteration 13551 found worse value: 363.691085233. iteration 13552 found worse value: 363.691085233. iteration 13553 found worse value: 363.691085233. iteration 13554 found worse value: 363.691085233. iteration 13555 found worse value: 363.691085233. iteration 13556 found worse value: 363.691085233. iteration 13557 found worse value: 363.691085233. iteration 13558 found worse value: 363.691085233. iteration 13559 found worse value: 363.691085233. iteration 13560 found worse value: 363.691085233. iteration 13561 found worse value: 363.691085233. iteration 13562 found worse value: 363.691085233. iteration 13563 found worse value: 363.691085233. iteration 13564 found worse value: 363.691085233. iteration 13565 found worse value: 363.691085233. iteration 13566 found worse value: 363.691085233. iteration 13567 found worse value: 363.691085233. iteration 13568 found worse value: 363.691085233. iteration 13569 found worse value: 363.691085233. iteration 13570 found worse value: 363.691085233. iteration13570, perturbing to get out of local maxima iteration 13571 found worse value: 363.691085233. iteration 13572 found worse value: 363.691085233. iteration 13573 found worse value: 363.691085233. iteration 13574 found worse value: 363.691085233. iteration 13575 found worse value: 363.691085233. iteration 13576 found worse value: 363.691085233. iteration 13577 found worse value: 363.691085233. iteration 13578 found worse value: 363.691085233. iteration 13579 found worse value: 363.691085233. iteration 13580 found worse value: 363.691085233. iteration 13581 found worse value: 363.691085233. iteration13581, perturbing to get out of local maxima iteration 13582 found worse value: 363.691085233. iteration 13583 found worse value: 363.691085233. iteration13583, perturbing to get out of local maxima iteration 13584 found worse value: 363.691085233. iteration 13585 found worse value: 363.691085233. iteration 13586 found worse value: 363.691085233. iteration 13587 found worse value: 363.691085233. iteration 13588 found worse value: 363.691085233. iteration 13589 found worse value: 363.691085233. iteration13589, perturbing to get out of local maxima iteration 13590 found worse value: 363.691085233. iteration 13591 found worse value: 363.691085233. iteration 13592 found worse value: 363.691085233. iteration 13593 found worse value: 363.691085233. iteration 13594 found worse value: 363.691085233. iteration 13595 found worse value: 363.691085233. iteration 13596 found worse value: 363.691085233. iteration 13597 found worse value: 363.691085233. iteration 13598 found worse value: 363.691085233. iteration 13599 found worse value: 363.691085233. iteration 13600 found worse value: 363.691085233. iteration 13601 found worse value: 363.691085233. iteration 13602 found worse value: 363.691085233. iteration 13603 found worse value: 363.691085233. iteration 13604 found worse value: 363.691085233. iteration 13605 found worse value: 363.691085233. iteration 13606 found worse value: 363.691085233. iteration 13607 found worse value: 363.691085233. iteration 13608 found worse value: 363.691085233. iteration 13609 found worse value: 363.691085233. iteration 13610 found worse value: 363.691085233. iteration 13611 found worse value: 363.691085233. iteration 13612 found worse value: 363.691085233. iteration 13613 found worse value: 363.691085233. iteration 13614 found worse value: 363.691085233. iteration 13615 found worse value: 363.691085233. iteration 13616 found worse value: 363.691085233. iteration 13617 found worse value: 363.691085233. iteration 13618 found worse value: 363.691085233. iteration 13619 found worse value: 363.691085233. iteration 13620 found worse value: 363.691085233. iteration 13621 found worse value: 363.691085233. iteration 13622 found worse value: 363.691085233. iteration 13623 found worse value: 363.691085233. iteration 13624 found worse value: 363.691085233. iteration 13625 found worse value: 363.691085233. iteration 13626 found worse value: 363.691085233. iteration 13627 found worse value: 363.691085233. iteration 13628 found worse value: 363.691085233. iteration 13629 found worse value: 363.691085233. iteration 13630 found worse value: 363.691085233. iteration 13631 found worse value: 363.691085233. iteration 13632 found worse value: 363.691085233. iteration 13633 found worse value: 363.691085233. iteration 13634 found worse value: 363.691085233. iteration 13635 found worse value: 363.691085233. iteration 13636 found worse value: 363.691085233. iteration 13637 found worse value: 363.691085233. iteration 13638 found worse value: 363.691085233. iteration 13639 found worse value: 363.691085233. iteration 13640 found worse value: 363.691085233. iteration 13641 found worse value: 363.691085233. iteration 13642 found worse value: 363.691085233. iteration 13643 found worse value: 363.691085233. iteration13643, perturbing to get out of local maxima iteration 13644 found worse value: 363.691085233. iteration 13645 found worse value: 363.691085233. iteration 13646 found worse value: 363.691085233. iteration 13647 found worse value: 363.691085233. iteration 13648 found worse value: 363.691085233. iteration 13649 found worse value: 363.691085233. iteration 13650 found worse value: 363.691085233. iteration 13651 found worse value: 363.691085233. iteration 13652 found worse value: 363.691085233. iteration 13653 found worse value: 363.691085233. iteration 13654 found worse value: 363.691085233. iteration 13655 found worse value: 363.691085233. iteration 13656 found worse value: 363.691085233. iteration 13657 found worse value: 363.691085233. iteration 13658 found worse value: 363.691085233. iteration 13659 found worse value: 363.691085233. iteration 13660 found worse value: 363.691085233. iteration 13661 found worse value: 363.691085233. iteration 13662 found worse value: 363.691085233. iteration 13663 found worse value: 363.691085233. iteration 13664 found worse value: 363.691085233. iteration 13665 found worse value: 363.691085233. iteration 13666 found worse value: 363.691085233. iteration 13667 found worse value: 363.691085233. iteration 13668 found worse value: 363.691085233. iteration 13669 found worse value: 363.691085233. iteration 13670 found worse value: 363.691085233. iteration 13671 found worse value: 363.691085233. iteration 13672 found worse value: 363.691085233. iteration 13673 found worse value: 363.691085233. iteration13673, perturbing to get out of local maxima iteration 13674 found worse value: 363.691085233. iteration 13675 found worse value: 363.691085233. iteration 13676 found worse value: 363.691085233. iteration 13677 found worse value: 363.691085233. iteration 13678 found worse value: 363.691085233. iteration 13679 found worse value: 363.691085233. iteration 13680 found worse value: 363.691085233. iteration 13681 found worse value: 363.691085233. iteration 13682 found worse value: 363.691085233. iteration 13683 found worse value: 363.691085233. iteration 13684 found worse value: 363.691085233. iteration 13685 found worse value: 363.691085233. iteration 13686 found worse value: 363.691085233. iteration 13687 found worse value: 363.691085233. iteration 13688 found worse value: 363.691085233. iteration 13689 found worse value: 363.691085233. iteration 13690 found worse value: 363.691085233. iteration 13691 found worse value: 363.691085233. iteration 13692 found worse value: 363.691085233. iteration 13693 found worse value: 363.691085233. iteration 13694 found worse value: 363.691085233. iteration 13695 found worse value: 363.691085233. iteration 13696 found worse value: 363.691085233. iteration 13697 found worse value: 363.691085233. iteration 13698 found worse value: 363.691085233. iteration 13699 found worse value: 363.691085233. iteration13699, perturbing to get out of local maxima iteration 13700 found worse value: 363.691085233. iteration 13701 found worse value: 363.691085233. iteration 13702 found worse value: 363.691085233. iteration 13703 found worse value: 363.691085233. iteration 13704 found worse value: 363.691085233. iteration 13705 found worse value: 363.691085233. iteration 13706 found worse value: 363.691085233. iteration 13707 found worse value: 363.691085233. iteration 13708 found worse value: 363.691085233. iteration 13709 found worse value: 363.691085233. iteration 13710 found worse value: 363.691085233. iteration 13711 found worse value: 363.691085233. iteration 13712 found worse value: 363.691085233. iteration 13713 found worse value: 363.691085233. iteration 13714 found worse value: 363.691085233. iteration 13715 found worse value: 363.691085233. iteration 13716 found worse value: 363.691085233. iteration 13717 found worse value: 363.691085233. iteration 13718 found worse value: 363.691085233. iteration 13719 found worse value: 363.691085233. iteration 13720 found worse value: 363.691085233. iteration 13721 found worse value: 363.691085233. iteration 13722 found worse value: 363.691085233. iteration 13723 found worse value: 363.691085233. iteration 13724 found worse value: 363.691085233. iteration 13725 found worse value: 363.691085233. iteration 13726 found worse value: 363.691085233. iteration 13727 found worse value: 363.691085233. iteration 13728 found worse value: 363.691085233. iteration 13729 found worse value: 363.691085233. iteration 13730 found worse value: 363.691085233. iteration 13731 found worse value: 363.691085233. iteration 13732 found worse value: 363.691085233. iteration 13733 found worse value: 363.691085233. iteration 13734 found worse value: 363.691085233. iteration 13735 found worse value: 363.691085233. iteration 13736 found worse value: 363.691085233. iteration 13737 found worse value: 363.691085233. iteration 13738 found worse value: 363.691085233. iteration 13739 found worse value: 363.691085233. iteration 13740 found worse value: 363.691085233. iteration 13741 found worse value: 363.691085233. iteration 13742 found worse value: 363.691085233. iteration 13743 found worse value: 363.691085233. iteration 13744 found worse value: 363.691085233. iteration 13745 found worse value: 363.691085233. iteration 13746 found worse value: 363.691085233. iteration 13747 found worse value: 363.691085233. iteration 13748 found worse value: 363.691085233. iteration 13749 found worse value: 363.691085233. iteration 13750 found worse value: 363.691085233. iteration 13751 found worse value: 363.691085233. iteration 13752 found worse value: 363.691085233. iteration13752, perturbing to get out of local maxima iteration 13753 found worse value: 363.691085233. iteration 13754 found worse value: 363.691085233. iteration 13755 found worse value: 363.691085233. iteration 13756 found worse value: 363.691085233. iteration 13757 found worse value: 363.691085233. iteration 13758 found worse value: 363.691085233. iteration 13759 found worse value: 363.691085233. iteration 13760 found worse value: 363.691085233. iteration 13761 found worse value: 363.691085233. iteration 13762 found worse value: 363.691085233. iteration 13763 found worse value: 363.691085233. iteration 13764 found worse value: 363.691085233. iteration 13765 found worse value: 363.691085233. iteration 13766 found worse value: 363.691085233. iteration 13767 found worse value: 363.691085233. iteration 13768 found worse value: 363.691085233. iteration 13769 found worse value: 363.691085233. iteration 13770 found worse value: 363.691085233. iteration 13771 found worse value: 363.691085233. iteration 13772 found worse value: 363.691085233. iteration 13773 found worse value: 363.691085233. iteration 13774 found worse value: 363.691085233. iteration 13775 found worse value: 363.691085233. iteration 13776 found worse value: 363.691085233. iteration 13777 found worse value: 363.691085233. iteration 13778 found worse value: 363.691085233. iteration 13779 found worse value: 363.691085233. iteration 13780 found worse value: 363.691085233. iteration 13781 found worse value: 363.691085233. iteration 13782 found worse value: 363.691085233. iteration 13783 found worse value: 363.691085233. iteration 13784 found worse value: 363.691085233. iteration 13785 found worse value: 363.691085233. iteration 13786 found worse value: 363.691085233. iteration 13787 found worse value: 363.691085233. iteration 13788 found worse value: 363.691085233. iteration 13789 found worse value: 363.691085233. iteration 13790 found worse value: 363.691085233. iteration 13791 found worse value: 363.691085233. iteration 13792 found worse value: 363.691085233. iteration 13793 found worse value: 363.691085233. iteration 13794 found worse value: 363.691085233. iteration 13795 found worse value: 363.691085233. iteration 13796 found worse value: 363.691085233. iteration 13797 found worse value: 363.691085233. iteration 13798 found worse value: 363.691085233. iteration 13799 found worse value: 363.691085233. iteration13799, perturbing to get out of local maxima iteration 13800 found worse value: 363.691085233. iteration 13801 found worse value: 363.691085233. iteration 13802 found worse value: 363.691085233. iteration 13803 found worse value: 363.691085233. iteration 13804 found worse value: 363.691085233. iteration 13805 found worse value: 363.691085233. iteration 13806 found worse value: 363.691085233. iteration 13807 found worse value: 363.691085233. iteration 13808 found worse value: 363.691085233. iteration13808, perturbing to get out of local maxima iteration 13809 found worse value: 363.691085233. iteration 13810 found worse value: 363.691085233. iteration 13811 found worse value: 363.691085233. iteration 13812 found worse value: 363.691085233. iteration 13813 found worse value: 363.691085233. iteration 13814 found worse value: 363.691085233. iteration 13815 found worse value: 363.691085233. iteration 13816 found worse value: 363.691085233. iteration 13817 found worse value: 363.691085233. iteration 13818 found worse value: 363.691085233. iteration 13819 found worse value: 363.691085233. iteration 13820 found worse value: 363.691085233. iteration 13821 found worse value: 363.691085233. iteration 13822 found worse value: 363.691085233. iteration 13823 found worse value: 363.691085233. iteration 13824 found worse value: 363.691085233. iteration 13825 found worse value: 363.691085233. iteration 13826 found worse value: 363.691085233. iteration 13827 found worse value: 363.691085233. iteration 13828 found worse value: 363.691085233. iteration 13829 found worse value: 363.691085233. iteration 13830 found worse value: 363.691085233. iteration 13831 found worse value: 363.691085233. iteration 13832 found worse value: 363.691085233. iteration 13833 found worse value: 363.691085233. iteration 13834 found worse value: 363.691085233. iteration 13835 found worse value: 363.691085233. iteration13835, perturbing to get out of local maxima iteration 13836 found worse value: 363.691085233. iteration 13837 found worse value: 363.691085233. iteration 13838 found worse value: 363.691085233. iteration 13839 found worse value: 363.691085233. iteration13839, perturbing to get out of local maxima iteration 13840 found worse value: 363.691085233. iteration 13841 found worse value: 363.691085233. iteration 13842 found worse value: 363.691085233. iteration13842, perturbing to get out of local maxima iteration 13843 found worse value: 363.691085233. iteration 13844 found worse value: 363.691085233. iteration 13845 found worse value: 363.691085233. iteration 13846 found worse value: 363.691085233. iteration 13847 found worse value: 363.691085233. iteration 13848 found worse value: 363.691085233. iteration 13849 found worse value: 363.691085233. iteration13849, perturbing to get out of local maxima iteration 13850 found worse value: 363.691085233. iteration13850, perturbing to get out of local maxima iteration 13851 found worse value: 363.691085233. iteration 13852 found worse value: 363.691085233. iteration 13853 found worse value: 363.691085233. iteration 13854 found worse value: 363.691085233. iteration 13855 found worse value: 363.691085233. iteration 13856 found worse value: 363.691085233. iteration 13857 found worse value: 363.691085233. iteration 13858 found worse value: 363.691085233. iteration 13859 found worse value: 363.691085233. iteration 13860 found worse value: 363.691085233. iteration 13861 found worse value: 363.691085233. iteration 13862 found worse value: 363.691085233. iteration 13863 found worse value: 363.691085233. iteration 13864 found worse value: 363.691085233. iteration 13865 found worse value: 363.691085233. iteration 13866 found worse value: 363.691085233. iteration 13867 found worse value: 363.691085233. iteration 13868 found worse value: 363.691085233. iteration 13869 found worse value: 363.691085233. iteration13869, perturbing to get out of local maxima iteration 13870 found worse value: 363.691085233. iteration 13871 found worse value: 363.691085233. iteration 13872 found worse value: 363.691085233. iteration 13873 found worse value: 363.691085233. iteration 13874 found worse value: 363.691085233. iteration 13875 found worse value: 363.691085233. iteration 13876 found worse value: 363.691085233. iteration 13877 found worse value: 363.691085233. iteration 13878 found worse value: 363.691085233. iteration 13879 found worse value: 363.691085233. iteration 13880 found worse value: 363.691085233. iteration 13881 found worse value: 363.691085233. iteration 13882 found worse value: 363.691085233. iteration 13883 found worse value: 363.691085233. iteration 13884 found worse value: 363.691085233. iteration 13885 found worse value: 363.691085233. iteration 13886 found worse value: 363.691085233. iteration 13887 found worse value: 363.691085233. iteration 13888 found worse value: 363.691085233. iteration 13889 found worse value: 363.691085233. iteration 13890 found worse value: 363.691085233. iteration 13891 found worse value: 363.691085233. iteration 13892 found worse value: 363.691085233. iteration 13893 found worse value: 363.691085233. iteration 13894 found worse value: 363.691085233. iteration 13895 found worse value: 363.691085233. iteration 13896 found worse value: 363.691085233. iteration 13897 found worse value: 363.691085233. iteration 13898 found worse value: 363.691085233. iteration 13899 found worse value: 363.691085233. iteration 13900 found worse value: 363.691085233. iteration13900, perturbing to get out of local maxima iteration 13901 found worse value: 363.691085233. iteration 13902 found worse value: 363.691085233. iteration 13903 found worse value: 363.691085233. iteration 13904 found worse value: 363.691085233. iteration 13905 found worse value: 363.691085233. iteration 13906 found worse value: 363.691085233. iteration 13907 found worse value: 363.691085233. iteration 13908 found worse value: 363.691085233. iteration 13909 found worse value: 363.691085233. iteration 13910 found worse value: 363.691085233. iteration 13911 found worse value: 363.691085233. iteration 13912 found worse value: 363.691085233. iteration 13913 found worse value: 363.691085233. iteration 13914 found worse value: 363.691085233. iteration 13915 found worse value: 363.691085233. iteration 13916 found worse value: 363.691085233. iteration 13917 found worse value: 363.691085233. iteration 13918 found worse value: 363.691085233. iteration 13919 found worse value: 363.691085233. iteration 13920 found worse value: 363.691085233. iteration 13921 found worse value: 363.691085233. iteration 13922 found worse value: 363.691085233. iteration 13923 found worse value: 363.691085233. iteration 13924 found worse value: 363.691085233. iteration 13925 found worse value: 363.691085233. iteration13925, perturbing to get out of local maxima iteration 13926 found worse value: 363.691085233. iteration 13927 found worse value: 363.691085233. iteration 13928 found worse value: 363.691085233. iteration 13929 found worse value: 363.691085233. iteration 13930 found worse value: 363.691085233. iteration 13931 found worse value: 363.691085233. iteration 13932 found worse value: 363.691085233. iteration 13933 found worse value: 363.691085233. iteration 13934 found worse value: 363.691085233. iteration 13935 found worse value: 363.691085233. iteration 13936 found worse value: 363.691085233. iteration 13937 found worse value: 363.691085233. iteration 13938 found worse value: 363.691085233. iteration 13939 found worse value: 363.691085233. iteration 13940 found worse value: 363.691085233. iteration 13941 found worse value: 363.691085233. iteration 13942 found worse value: 363.691085233. iteration13942, perturbing to get out of local maxima iteration 13943 found worse value: 363.691085233. iteration 13944 found worse value: 363.691085233. iteration 13945 found worse value: 363.691085233. iteration 13946 found worse value: 363.691085233. iteration 13947 found worse value: 363.691085233. iteration 13948 found worse value: 363.691085233. iteration 13949 found worse value: 363.691085233. iteration 13950 found worse value: 363.691085233. iteration 13951 found worse value: 363.691085233. iteration 13952 found worse value: 363.691085233. iteration13952, perturbing to get out of local maxima iteration 13953 found worse value: 363.691085233. iteration 13954 found worse value: 363.691085233. iteration 13955 found worse value: 363.691085233. iteration 13956 found worse value: 363.691085233. iteration 13957 found worse value: 363.691085233. iteration 13958 found worse value: 363.691085233. iteration 13959 found worse value: 363.691085233. iteration 13960 found worse value: 363.691085233. iteration 13961 found worse value: 363.691085233. iteration 13962 found worse value: 363.691085233. iteration 13963 found worse value: 363.691085233. iteration 13964 found worse value: 363.691085233. iteration 13965 found worse value: 363.691085233. iteration 13966 found worse value: 363.691085233. iteration 13967 found worse value: 363.691085233. iteration 13968 found worse value: 363.691085233. iteration 13969 found worse value: 363.691085233. iteration 13970 found worse value: 363.691085233. iteration 13971 found worse value: 363.691085233. iteration 13972 found worse value: 363.691085233. iteration 13973 found worse value: 363.691085233. iteration 13974 found worse value: 363.691085233. iteration 13975 found worse value: 363.691085233. iteration 13976 found worse value: 363.691085233. iteration 13977 found worse value: 363.691085233. iteration 13978 found worse value: 363.691085233. iteration 13979 found worse value: 363.691085233. iteration 13980 found worse value: 363.691085233. iteration13980, perturbing to get out of local maxima iteration 13981 found worse value: 363.691085233. iteration 13982 found worse value: 363.691085233. iteration 13983 found worse value: 363.691085233. iteration 13984 found worse value: 363.691085233. iteration 13985 found worse value: 363.691085233. iteration 13986 found worse value: 363.691085233. iteration 13987 found worse value: 363.691085233. iteration 13988 found worse value: 363.691085233. iteration 13989 found worse value: 363.691085233. iteration 13990 found worse value: 363.691085233. iteration 13991 found worse value: 363.691085233. iteration 13992 found worse value: 363.691085233. iteration 13993 found worse value: 363.691085233. iteration 13994 found worse value: 363.691085233. iteration 13995 found worse value: 363.691085233. iteration 13996 found worse value: 363.691085233. iteration 13997 found worse value: 363.691085233. iteration 13998 found worse value: 363.691085233. iteration 13999 found worse value: 363.691085233. iteration 14000 found worse value: 363.691085233. iteration 14001 found worse value: 363.691085233. iteration 14002 found worse value: 363.691085233. iteration 14003 found worse value: 363.691085233. iteration 14004 found worse value: 363.691085233. iteration 14005 found worse value: 363.691085233. iteration 14006 found worse value: 363.691085233. iteration 14007 found worse value: 363.691085233. iteration 14008 found worse value: 363.691085233. iteration 14009 found worse value: 363.691085233. iteration 14010 found worse value: 363.691085233. iteration14010, perturbing to get out of local maxima iteration 14011 found worse value: 363.691085233. iteration 14012 found worse value: 363.691085233. iteration 14013 found worse value: 363.691085233. iteration 14014 found worse value: 363.691085233. iteration14014, perturbing to get out of local maxima iteration 14015 found worse value: 363.691085233. iteration 14016 found worse value: 363.691085233. iteration 14017 found worse value: 363.691085233. iteration 14018 found worse value: 363.691085233. iteration 14019 found worse value: 363.691085233. iteration 14020 found worse value: 363.691085233. iteration 14021 found worse value: 363.691085233. iteration 14022 found worse value: 363.691085233. iteration 14023 found worse value: 363.691085233. iteration 14024 found worse value: 363.691085233. iteration 14025 found worse value: 363.691085233. iteration 14026 found worse value: 363.691085233. iteration 14027 found worse value: 363.691085233. iteration 14028 found worse value: 363.691085233. iteration 14029 found worse value: 363.691085233. iteration 14030 found worse value: 363.691085233. iteration 14031 found worse value: 363.691085233. iteration 14032 found worse value: 363.691085233. iteration 14033 found worse value: 363.691085233. iteration 14034 found worse value: 363.691085233. iteration 14035 found worse value: 363.691085233. iteration14035, perturbing to get out of local maxima iteration 14036 found worse value: 363.691085233. iteration 14037 found worse value: 363.691085233. iteration 14038 found worse value: 363.691085233. iteration 14039 found worse value: 363.691085233. iteration 14040 found worse value: 363.691085233. iteration 14041 found worse value: 363.691085233. iteration 14042 found worse value: 363.691085233. iteration 14043 found worse value: 363.691085233. iteration 14044 found worse value: 363.691085233. iteration 14045 found worse value: 363.691085233. iteration 14046 found worse value: 363.691085233. iteration 14047 found worse value: 363.691085233. iteration 14048 found worse value: 363.691085233. iteration 14049 found worse value: 363.691085233. iteration 14050 found worse value: 363.691085233. iteration 14051 found worse value: 363.691085233. iteration 14052 found worse value: 363.691085233. iteration 14053 found worse value: 363.691085233. iteration 14054 found worse value: 363.691085233. iteration 14055 found worse value: 363.691085233. iteration 14056 found worse value: 363.691085233. iteration 14057 found worse value: 363.691085233. iteration 14058 found worse value: 363.691085233. iteration 14059 found worse value: 363.691085233. iteration 14060 found worse value: 363.691085233. iteration 14061 found worse value: 363.691085233. iteration 14062 found worse value: 363.691085233. iteration 14063 found worse value: 363.691085233. iteration 14064 found worse value: 363.691085233. iteration 14065 found worse value: 363.691085233. iteration14065, perturbing to get out of local maxima iteration 14066 found worse value: 363.691085233. iteration 14067 found worse value: 363.691085233. iteration 14068 found worse value: 363.691085233. iteration 14069 found worse value: 363.691085233. iteration 14070 found worse value: 363.691085233. iteration 14071 found worse value: 363.691085233. iteration 14072 found worse value: 363.691085233. iteration 14073 found worse value: 363.691085233. iteration 14074 found worse value: 363.691085233. iteration 14075 found worse value: 363.691085233. iteration 14076 found worse value: 363.691085233. iteration 14077 found worse value: 363.691085233. iteration 14078 found worse value: 363.691085233. iteration 14079 found worse value: 363.691085233. iteration 14080 found worse value: 363.691085233. iteration 14081 found worse value: 363.691085233. iteration 14082 found worse value: 363.691085233. iteration 14083 found worse value: 363.691085233. iteration 14084 found worse value: 363.691085233. iteration 14085 found worse value: 363.691085233. iteration 14086 found worse value: 363.691085233. iteration14086, perturbing to get out of local maxima iteration 14087 found worse value: 363.691085233. iteration 14088 found worse value: 363.691085233. iteration 14089 found worse value: 363.691085233. iteration 14090 found worse value: 363.691085233. iteration 14091 found worse value: 363.691085233. iteration 14092 found worse value: 363.691085233. iteration 14093 found worse value: 363.691085233. iteration 14094 found worse value: 363.691085233. iteration 14095 found worse value: 363.691085233. iteration 14096 found worse value: 363.691085233. iteration 14097 found worse value: 363.691085233. iteration 14098 found worse value: 363.691085233. iteration 14099 found worse value: 363.691085233. iteration 14100 found worse value: 363.691085233. iteration 14101 found worse value: 363.691085233. iteration 14102 found worse value: 363.691085233. iteration 14103 found worse value: 363.691085233. iteration 14104 found worse value: 363.691085233. iteration 14105 found worse value: 363.691085233. iteration 14106 found worse value: 363.691085233. iteration 14107 found worse value: 363.691085233. iteration 14108 found worse value: 363.691085233. iteration 14109 found worse value: 363.691085233. iteration 14110 found worse value: 363.691085233. iteration14110, perturbing to get out of local maxima iteration 14111 found worse value: 363.691085233. iteration 14112 found worse value: 363.691085233. iteration 14113 found worse value: 363.691085233. iteration 14114 found worse value: 363.691085233. iteration 14115 found worse value: 363.691085233. iteration 14116 found worse value: 363.691085233. iteration 14117 found worse value: 363.691085233. iteration 14118 found worse value: 363.691085233. iteration 14119 found worse value: 363.691085233. iteration 14120 found worse value: 363.691085233. iteration 14121 found worse value: 363.691085233. iteration 14122 found worse value: 363.691085233. iteration14122, perturbing to get out of local maxima iteration 14123 found worse value: 363.691085233. iteration 14124 found worse value: 363.691085233. iteration 14125 found worse value: 363.691085233. iteration 14126 found worse value: 363.691085233. iteration 14127 found worse value: 363.691085233. iteration 14128 found worse value: 363.691085233. iteration 14129 found worse value: 363.691085233. iteration 14130 found worse value: 363.691085233. iteration 14131 found worse value: 363.691085233. iteration 14132 found worse value: 363.691085233. iteration 14133 found worse value: 363.691085233. iteration 14134 found worse value: 363.691085233. iteration 14135 found worse value: 363.691085233. iteration 14136 found worse value: 363.691085233. iteration 14137 found worse value: 363.691085233. iteration 14138 found worse value: 363.691085233. iteration 14139 found worse value: 363.691085233. iteration 14140 found worse value: 363.691085233. iteration14140, perturbing to get out of local maxima iteration 14141 found worse value: 363.691085233. iteration 14142 found worse value: 363.691085233. iteration 14143 found worse value: 363.691085233. iteration 14144 found worse value: 363.691085233. iteration 14145 found worse value: 363.691085233. iteration 14146 found worse value: 363.691085233. iteration 14147 found worse value: 363.691085233. iteration 14148 found worse value: 363.691085233. iteration 14149 found worse value: 363.691085233. iteration 14150 found worse value: 363.691085233. iteration 14151 found worse value: 363.691085233. iteration 14152 found worse value: 363.691085233. iteration 14153 found worse value: 363.691085233. iteration 14154 found worse value: 363.691085233. iteration 14155 found worse value: 363.691085233. iteration 14156 found worse value: 363.691085233. iteration 14157 found worse value: 363.691085233. iteration 14158 found worse value: 363.691085233. iteration 14159 found worse value: 363.691085233. iteration14159, perturbing to get out of local maxima iteration 14160 found worse value: 363.691085233. iteration14160, perturbing to get out of local maxima iteration 14161 found worse value: 363.691085233. iteration 14162 found worse value: 363.691085233. iteration14162, perturbing to get out of local maxima iteration 14163 found worse value: 363.691085233. iteration 14164 found worse value: 363.691085233. iteration 14165 found worse value: 363.691085233. iteration 14166 found worse value: 363.691085233. iteration 14167 found worse value: 363.691085233. iteration 14168 found worse value: 363.691085233. iteration 14169 found worse value: 363.691085233. iteration 14170 found worse value: 363.691085233. iteration 14171 found worse value: 363.691085233. iteration 14172 found worse value: 363.691085233. iteration14172, perturbing to get out of local maxima iteration 14173 found worse value: 363.691085233. iteration 14174 found worse value: 363.691085233. iteration 14175 found worse value: 363.691085233. iteration 14176 found worse value: 363.691085233. iteration 14177 found worse value: 363.691085233. iteration 14178 found worse value: 363.691085233. iteration 14179 found worse value: 363.691085233. iteration 14180 found worse value: 363.691085233. iteration 14181 found worse value: 363.691085233. iteration 14182 found worse value: 363.691085233. iteration 14183 found worse value: 363.691085233. iteration 14184 found worse value: 363.691085233. iteration 14185 found worse value: 363.691085233. iteration 14186 found worse value: 363.691085233. iteration 14187 found worse value: 363.691085233. iteration 14188 found worse value: 363.691085233. iteration 14189 found worse value: 363.691085233. iteration 14190 found worse value: 363.691085233. iteration 14191 found worse value: 363.691085233. iteration 14192 found worse value: 363.691085233. iteration 14193 found worse value: 363.691085233. iteration 14194 found worse value: 363.691085233. iteration 14195 found worse value: 363.691085233. iteration 14196 found worse value: 363.691085233. iteration 14197 found worse value: 363.691085233. iteration 14198 found worse value: 363.691085233. iteration 14199 found worse value: 363.691085233. iteration 14200 found worse value: 363.691085233. iteration 14201 found worse value: 363.691085233. iteration 14202 found worse value: 363.691085233. iteration 14203 found worse value: 363.691085233. iteration 14204 found worse value: 363.691085233. iteration 14205 found worse value: 363.691085233. iteration 14206 found worse value: 363.691085233. iteration 14207 found worse value: 363.691085233. iteration 14208 found worse value: 363.691085233. iteration 14209 found worse value: 363.691085233. iteration 14210 found worse value: 363.691085233. iteration 14211 found worse value: 363.691085233. iteration 14212 found worse value: 363.691085233. iteration 14213 found worse value: 363.691085233. iteration 14214 found worse value: 363.691085233. iteration 14215 found worse value: 363.691085233. iteration 14216 found worse value: 363.691085233. iteration14216, perturbing to get out of local maxima iteration 14217 found worse value: 363.691085233. iteration 14218 found worse value: 363.691085233. iteration 14219 found worse value: 363.691085233. iteration 14220 found worse value: 363.691085233. iteration 14221 found worse value: 363.691085233. iteration 14222 found worse value: 363.691085233. iteration 14223 found worse value: 363.691085233. iteration 14224 found worse value: 363.691085233. iteration 14225 found worse value: 363.691085233. iteration 14226 found worse value: 363.691085233. iteration 14227 found worse value: 363.691085233. iteration 14228 found worse value: 363.691085233. iteration 14229 found worse value: 363.691085233. iteration 14230 found worse value: 363.691085233. iteration 14231 found worse value: 363.691085233. iteration14231, perturbing to get out of local maxima iteration 14232 found worse value: 363.691085233. iteration 14233 found worse value: 363.691085233. iteration 14234 found worse value: 363.691085233. iteration 14235 found worse value: 363.691085233. iteration 14236 found worse value: 363.691085233. iteration 14237 found worse value: 363.691085233. iteration 14238 found worse value: 363.691085233. iteration 14239 found worse value: 363.691085233. iteration 14240 found worse value: 363.691085233. iteration 14241 found worse value: 363.691085233. iteration 14242 found worse value: 363.691085233. iteration 14243 found worse value: 363.691085233. iteration 14244 found worse value: 363.691085233. iteration 14245 found worse value: 363.691085233. iteration 14246 found worse value: 363.691085233. iteration 14247 found worse value: 363.691085233. iteration 14248 found worse value: 363.691085233. iteration 14249 found worse value: 363.691085233. iteration 14250 found worse value: 363.691085233. iteration 14251 found worse value: 363.691085233. iteration 14252 found worse value: 363.691085233. iteration 14253 found worse value: 363.691085233. iteration 14254 found worse value: 363.691085233. iteration 14255 found worse value: 363.691085233. iteration 14256 found worse value: 363.691085233. iteration 14257 found worse value: 363.691085233. iteration 14258 found worse value: 363.691085233. iteration 14259 found worse value: 363.691085233. iteration 14260 found worse value: 363.691085233. iteration 14261 found worse value: 363.691085233. iteration 14262 found worse value: 363.691085233. iteration 14263 found worse value: 363.691085233. iteration14263, perturbing to get out of local maxima iteration 14264 found worse value: 363.691085233. iteration 14265 found worse value: 363.691085233. iteration 14266 found worse value: 363.691085233. iteration 14267 found worse value: 363.691085233. iteration 14268 found worse value: 363.691085233. iteration 14269 found worse value: 363.691085233. iteration 14270 found worse value: 363.691085233. iteration 14271 found worse value: 363.691085233. iteration14271, perturbing to get out of local maxima iteration 14272 found worse value: 363.691085233. iteration14272, perturbing to get out of local maxima iteration 14273 found worse value: 363.691085233. iteration 14274 found worse value: 363.691085233. iteration 14275 found worse value: 363.691085233. iteration 14276 found worse value: 363.691085233. iteration 14277 found worse value: 363.691085233. iteration 14278 found worse value: 363.691085233. iteration 14279 found worse value: 363.691085233. iteration 14280 found worse value: 363.691085233. iteration 14281 found worse value: 363.691085233. iteration 14282 found worse value: 363.691085233. iteration 14283 found worse value: 363.691085233. iteration 14284 found worse value: 363.691085233. iteration 14285 found worse value: 363.691085233. iteration14285, perturbing to get out of local maxima iteration 14286 found worse value: 363.691085233. iteration 14287 found worse value: 363.691085233. iteration 14288 found worse value: 363.691085233. iteration 14289 found worse value: 363.691085233. iteration 14290 found worse value: 363.691085233. iteration14290, perturbing to get out of local maxima iteration 14291 found worse value: 363.691085233. iteration 14292 found worse value: 363.691085233. iteration 14293 found worse value: 363.691085233. iteration 14294 found worse value: 363.691085233. iteration 14295 found worse value: 363.691085233. iteration 14296 found worse value: 363.691085233. iteration 14297 found worse value: 363.691085233. iteration 14298 found worse value: 363.691085233. iteration 14299 found worse value: 363.691085233. iteration 14300 found worse value: 363.691085233. iteration 14301 found worse value: 363.691085233. iteration14301, perturbing to get out of local maxima iteration 14302 found worse value: 363.691085233. iteration 14303 found worse value: 363.691085233. iteration 14304 found worse value: 363.691085233. iteration 14305 found worse value: 363.691085233. iteration 14306 found worse value: 363.691085233. iteration 14307 found worse value: 363.691085233. iteration 14308 found worse value: 363.691085233. iteration 14309 found worse value: 363.691085233. iteration 14310 found worse value: 363.691085233. iteration 14311 found worse value: 363.691085233. iteration 14312 found worse value: 363.691085233. iteration 14313 found worse value: 363.691085233. iteration 14314 found worse value: 363.691085233. iteration 14315 found worse value: 363.691085233. iteration 14316 found worse value: 363.691085233. iteration 14317 found worse value: 363.691085233. iteration 14318 found worse value: 363.691085233. iteration 14319 found worse value: 363.691085233. iteration 14320 found worse value: 363.691085233. iteration 14321 found worse value: 363.691085233. iteration 14322 found worse value: 363.691085233. iteration 14323 found worse value: 363.691085233. iteration 14324 found worse value: 363.691085233. iteration 14325 found worse value: 363.691085233. iteration 14326 found worse value: 363.691085233. iteration 14327 found worse value: 363.691085233. iteration 14328 found worse value: 363.691085233. iteration 14329 found worse value: 363.691085233. iteration14329, perturbing to get out of local maxima iteration 14330 found worse value: 363.691085233. iteration 14331 found worse value: 363.691085233. iteration 14332 found worse value: 363.691085233. iteration 14333 found worse value: 363.691085233. iteration 14334 found worse value: 363.691085233. iteration 14335 found worse value: 363.691085233. iteration 14336 found worse value: 363.691085233. iteration 14337 found worse value: 363.691085233. iteration 14338 found worse value: 363.691085233. iteration 14339 found worse value: 363.691085233. iteration 14340 found worse value: 363.691085233. iteration14340, perturbing to get out of local maxima iteration 14341 found worse value: 363.691085233. iteration 14342 found worse value: 363.691085233. iteration 14343 found worse value: 363.691085233. iteration 14344 found worse value: 363.691085233. iteration 14345 found worse value: 363.691085233. iteration 14346 found worse value: 363.691085233. iteration 14347 found worse value: 363.691085233. iteration 14348 found worse value: 363.691085233. iteration 14349 found worse value: 363.691085233. iteration 14350 found worse value: 363.691085233. iteration 14351 found worse value: 363.691085233. iteration 14352 found worse value: 363.691085233. iteration 14353 found worse value: 363.691085233. iteration 14354 found worse value: 363.691085233. iteration 14355 found worse value: 363.691085233. iteration14355, perturbing to get out of local maxima iteration 14356 found worse value: 363.691085233. iteration 14357 found worse value: 363.691085233. iteration 14358 found worse value: 363.691085233. iteration 14359 found worse value: 363.691085233. iteration 14360 found worse value: 363.691085233. iteration 14361 found worse value: 363.691085233. iteration 14362 found worse value: 363.691085233. iteration 14363 found worse value: 363.691085233. iteration 14364 found worse value: 363.691085233. iteration 14365 found worse value: 363.691085233. iteration 14366 found worse value: 363.691085233. iteration 14367 found worse value: 363.691085233. iteration 14368 found worse value: 363.691085233. iteration 14369 found worse value: 363.691085233. iteration 14370 found worse value: 363.691085233. iteration 14371 found worse value: 363.691085233. iteration 14372 found worse value: 363.691085233. iteration 14373 found worse value: 363.691085233. iteration 14374 found worse value: 363.691085233. iteration 14375 found worse value: 363.691085233. iteration 14376 found worse value: 363.691085233. iteration 14377 found worse value: 363.691085233. iteration 14378 found worse value: 363.691085233. iteration 14379 found worse value: 363.691085233. iteration 14380 found worse value: 363.691085233. iteration 14381 found worse value: 363.691085233. iteration 14382 found worse value: 363.691085233. iteration 14383 found worse value: 363.691085233. iteration 14384 found worse value: 363.691085233. iteration 14385 found worse value: 363.691085233. iteration 14386 found worse value: 363.691085233. iteration 14387 found worse value: 363.691085233. iteration 14388 found worse value: 363.691085233. iteration 14389 found worse value: 363.691085233. iteration 14390 found worse value: 363.691085233. iteration 14391 found worse value: 363.691085233. iteration 14392 found worse value: 363.691085233. iteration 14393 found worse value: 363.691085233. iteration 14394 found worse value: 363.691085233. iteration 14395 found worse value: 363.691085233. iteration 14396 found worse value: 363.691085233. iteration 14397 found worse value: 363.691085233. iteration14397, perturbing to get out of local maxima iteration 14398 found worse value: 363.691085233. iteration 14399 found worse value: 363.691085233. iteration 14400 found worse value: 363.691085233. iteration 14401 found worse value: 363.691085233. iteration14401, perturbing to get out of local maxima iteration 14402 found worse value: 363.691085233. iteration 14403 found worse value: 363.691085233. iteration 14404 found worse value: 363.691085233. iteration 14405 found worse value: 363.691085233. iteration 14406 found worse value: 363.691085233. iteration 14407 found worse value: 363.691085233. iteration 14408 found worse value: 363.691085233. iteration 14409 found worse value: 363.691085233. iteration 14410 found worse value: 363.691085233. iteration 14411 found worse value: 363.691085233. iteration 14412 found worse value: 363.691085233. iteration 14413 found worse value: 363.691085233. iteration 14414 found worse value: 363.691085233. iteration 14415 found worse value: 363.691085233. iteration 14416 found worse value: 363.691085233. iteration14416, perturbing to get out of local maxima iteration 14417 found worse value: 363.691085233. iteration 14418 found worse value: 363.691085233. iteration 14419 found worse value: 363.691085233. iteration 14420 found worse value: 363.691085233. iteration 14421 found worse value: 363.691085233. iteration 14422 found worse value: 363.691085233. iteration 14423 found worse value: 363.691085233. iteration 14424 found worse value: 363.691085233. iteration 14425 found worse value: 363.691085233. iteration 14426 found worse value: 363.691085233. iteration 14427 found worse value: 363.691085233. iteration 14428 found worse value: 363.691085233. iteration 14429 found worse value: 363.691085233. iteration 14430 found worse value: 363.691085233. iteration 14431 found worse value: 363.691085233. iteration 14432 found worse value: 363.691085233. iteration 14433 found worse value: 363.691085233. iteration 14434 found worse value: 363.691085233. iteration 14435 found worse value: 363.691085233. iteration 14436 found worse value: 363.691085233. iteration 14437 found worse value: 363.691085233. iteration 14438 found worse value: 363.691085233. iteration 14439 found worse value: 363.691085233. iteration 14440 found worse value: 363.691085233. iteration 14441 found worse value: 363.691085233. iteration 14442 found worse value: 363.691085233. iteration 14443 found worse value: 363.691085233. iteration 14444 found worse value: 363.691085233. iteration14444, perturbing to get out of local maxima iteration 14445 found worse value: 363.691085233. iteration 14446 found worse value: 363.691085233. iteration 14447 found worse value: 363.691085233. iteration 14448 found worse value: 363.691085233. iteration 14449 found worse value: 363.691085233. iteration 14450 found worse value: 363.691085233. iteration 14451 found worse value: 363.691085233. iteration 14452 found worse value: 363.691085233. iteration 14453 found worse value: 363.691085233. iteration 14454 found worse value: 363.691085233. iteration 14455 found worse value: 363.691085233. iteration 14456 found worse value: 363.691085233. iteration 14457 found worse value: 363.691085233. iteration 14458 found worse value: 363.691085233. iteration 14459 found worse value: 363.691085233. iteration 14460 found worse value: 363.691085233. iteration 14461 found worse value: 363.691085233. iteration 14462 found worse value: 363.691085233. iteration 14463 found worse value: 363.691085233. iteration 14464 found worse value: 363.691085233. iteration 14465 found worse value: 363.691085233. iteration 14466 found worse value: 363.691085233. iteration 14467 found worse value: 363.691085233. iteration 14468 found worse value: 363.691085233. iteration 14469 found worse value: 363.691085233. iteration 14470 found worse value: 363.691085233. iteration 14471 found worse value: 363.691085233. iteration 14472 found worse value: 363.691085233. iteration 14473 found worse value: 363.691085233. iteration 14474 found worse value: 363.691085233. iteration 14475 found worse value: 363.691085233. iteration 14476 found worse value: 363.691085233. iteration 14477 found worse value: 363.691085233. iteration 14478 found worse value: 363.691085233. iteration 14479 found worse value: 363.691085233. iteration 14480 found worse value: 363.691085233. iteration 14481 found worse value: 363.691085233. iteration 14482 found worse value: 363.691085233. iteration14482, perturbing to get out of local maxima iteration 14483 found worse value: 363.691085233. iteration 14484 found worse value: 363.691085233. iteration 14485 found worse value: 363.691085233. iteration 14486 found worse value: 363.691085233. iteration 14487 found worse value: 363.691085233. iteration 14488 found worse value: 363.691085233. iteration 14489 found worse value: 363.691085233. iteration 14490 found worse value: 363.691085233. iteration14490, perturbing to get out of local maxima iteration 14491 found worse value: 363.691085233. iteration 14492 found worse value: 363.691085233. iteration14492, perturbing to get out of local maxima iteration 14493 found worse value: 363.691085233. iteration 14494 found worse value: 363.691085233. iteration 14495 found worse value: 363.691085233. iteration 14496 found worse value: 363.691085233. iteration 14497 found worse value: 363.691085233. iteration 14498 found worse value: 363.691085233. iteration 14499 found worse value: 363.691085233. iteration 14500 found worse value: 363.691085233. iteration 14501 found worse value: 363.691085233. iteration 14502 found worse value: 363.691085233. iteration 14503 found worse value: 363.691085233. iteration 14504 found worse value: 363.691085233. iteration 14505 found worse value: 363.691085233. iteration 14506 found worse value: 363.691085233. iteration 14507 found worse value: 363.691085233. iteration 14508 found worse value: 363.691085233. iteration 14509 found worse value: 363.691085233. iteration 14510 found worse value: 363.691085233. iteration 14511 found worse value: 363.691085233. iteration 14512 found worse value: 363.691085233. iteration 14513 found worse value: 363.691085233. iteration14513, perturbing to get out of local maxima iteration 14514 found worse value: 363.691085233. iteration 14515 found worse value: 363.691085233. iteration 14516 found worse value: 363.691085233. iteration 14517 found worse value: 363.691085233. iteration14517, perturbing to get out of local maxima iteration 14518 found worse value: 363.691085233. iteration 14519 found worse value: 363.691085233. iteration 14520 found worse value: 363.691085233. iteration 14521 found worse value: 363.691085233. iteration 14522 found worse value: 363.691085233. iteration 14523 found worse value: 363.691085233. iteration 14524 found worse value: 363.691085233. iteration 14525 found worse value: 363.691085233. iteration 14526 found worse value: 363.691085233. iteration 14527 found worse value: 363.691085233. iteration 14528 found worse value: 363.691085233. iteration 14529 found worse value: 363.691085233. iteration 14530 found worse value: 363.691085233. iteration14530, perturbing to get out of local maxima iteration 14531 found worse value: 363.691085233. iteration 14532 found worse value: 363.691085233. iteration 14533 found worse value: 363.691085233. iteration 14534 found worse value: 363.691085233. iteration 14535 found worse value: 363.691085233. iteration 14536 found worse value: 363.691085233. iteration14536, perturbing to get out of local maxima iteration 14537 found worse value: 363.691085233. iteration 14538 found worse value: 363.691085233. iteration 14539 found worse value: 363.691085233. iteration 14540 found worse value: 363.691085233. iteration 14541 found worse value: 363.691085233. iteration 14542 found worse value: 363.691085233. iteration 14543 found worse value: 363.691085233. iteration 14544 found worse value: 363.691085233. iteration 14545 found worse value: 363.691085233. iteration 14546 found worse value: 363.691085233. iteration 14547 found worse value: 363.691085233. iteration 14548 found worse value: 363.691085233. iteration 14549 found worse value: 363.691085233. iteration 14550 found worse value: 363.691085233. iteration 14551 found worse value: 363.691085233. iteration 14552 found worse value: 363.691085233. iteration 14553 found worse value: 363.691085233. iteration 14554 found worse value: 363.691085233. iteration14554, perturbing to get out of local maxima iteration 14555 found worse value: 363.691085233. iteration 14556 found worse value: 363.691085233. iteration 14557 found worse value: 363.691085233. iteration 14558 found worse value: 363.691085233. iteration 14559 found worse value: 363.691085233. iteration 14560 found worse value: 363.691085233. iteration 14561 found worse value: 363.691085233. iteration 14562 found worse value: 363.691085233. iteration 14563 found worse value: 363.691085233. iteration 14564 found worse value: 363.691085233. iteration 14565 found worse value: 363.691085233. iteration 14566 found worse value: 363.691085233. iteration 14567 found worse value: 363.691085233. iteration 14568 found worse value: 363.691085233. iteration 14569 found worse value: 363.691085233. iteration 14570 found worse value: 363.691085233. iteration 14571 found worse value: 363.691085233. iteration 14572 found worse value: 363.691085233. iteration 14573 found worse value: 363.691085233. iteration 14574 found worse value: 363.691085233. iteration 14575 found worse value: 363.691085233. iteration 14576 found worse value: 363.691085233. iteration 14577 found worse value: 363.691085233. iteration 14578 found worse value: 363.691085233. iteration 14579 found worse value: 363.691085233. iteration 14580 found worse value: 363.691085233. iteration 14581 found worse value: 363.691085233. iteration 14582 found worse value: 363.691085233. iteration14582, perturbing to get out of local maxima iteration 14583 found worse value: 363.691085233. iteration 14584 found worse value: 363.691085233. iteration 14585 found worse value: 363.691085233. iteration 14586 found worse value: 363.691085233. iteration 14587 found worse value: 363.691085233. iteration 14588 found worse value: 363.691085233. iteration 14589 found worse value: 363.691085233. iteration 14590 found worse value: 363.691085233. iteration 14591 found worse value: 363.691085233. iteration 14592 found worse value: 363.691085233. iteration 14593 found worse value: 363.691085233. iteration 14594 found worse value: 363.691085233. iteration 14595 found worse value: 363.691085233. iteration 14596 found worse value: 363.691085233. iteration 14597 found worse value: 363.691085233. iteration 14598 found worse value: 363.691085233. iteration 14599 found worse value: 363.691085233. iteration 14600 found worse value: 363.691085233. iteration 14601 found worse value: 363.691085233. iteration 14602 found worse value: 363.691085233. iteration 14603 found worse value: 363.691085233. iteration 14604 found worse value: 363.691085233. iteration 14605 found worse value: 363.691085233. iteration 14606 found worse value: 363.691085233. iteration 14607 found worse value: 363.691085233. iteration 14608 found worse value: 363.691085233. iteration 14609 found worse value: 363.691085233. iteration 14610 found worse value: 363.691085233. iteration 14611 found worse value: 363.691085233. iteration 14612 found worse value: 363.691085233. iteration 14613 found worse value: 363.691085233. iteration 14614 found worse value: 363.691085233. iteration 14615 found worse value: 363.691085233. iteration 14616 found worse value: 363.691085233. iteration14616, perturbing to get out of local maxima iteration 14617 found worse value: 363.691085233. iteration 14618 found worse value: 363.691085233. iteration14618, perturbing to get out of local maxima iteration 14619 found worse value: 363.691085233. iteration 14620 found worse value: 363.691085233. iteration 14621 found worse value: 363.691085233. iteration 14622 found worse value: 363.691085233. iteration 14623 found worse value: 363.691085233. iteration 14624 found worse value: 363.691085233. iteration 14625 found worse value: 363.691085233. iteration 14626 found worse value: 363.691085233. iteration 14627 found worse value: 363.691085233. iteration 14628 found worse value: 363.691085233. iteration 14629 found worse value: 363.691085233. iteration 14630 found worse value: 363.691085233. iteration 14631 found worse value: 363.691085233. iteration 14632 found worse value: 363.691085233. iteration 14633 found worse value: 363.691085233. iteration 14634 found worse value: 363.691085233. iteration 14635 found worse value: 363.691085233. iteration 14636 found worse value: 363.691085233. iteration 14637 found worse value: 363.691085233. iteration 14638 found worse value: 363.691085233. iteration 14639 found worse value: 363.691085233. iteration 14640 found worse value: 363.691085233. iteration 14641 found worse value: 363.691085233. iteration 14642 found worse value: 363.691085233. iteration 14643 found worse value: 363.691085233. iteration 14644 found worse value: 363.691085233. iteration 14645 found worse value: 363.691085233. iteration 14646 found worse value: 363.691085233. iteration 14647 found worse value: 363.691085233. iteration 14648 found worse value: 363.691085233. iteration14648, perturbing to get out of local maxima iteration 14649 found worse value: 363.691085233. iteration 14650 found worse value: 363.691085233. iteration 14651 found worse value: 363.691085233. iteration 14652 found worse value: 363.691085233. iteration 14653 found worse value: 363.691085233. iteration 14654 found worse value: 363.691085233. iteration 14655 found worse value: 363.691085233. iteration 14656 found worse value: 363.691085233. iteration14656, perturbing to get out of local maxima iteration 14657 found worse value: 363.691085233. iteration 14658 found worse value: 363.691085233. iteration 14659 found worse value: 363.691085233. iteration 14660 found worse value: 363.691085233. iteration 14661 found worse value: 363.691085233. iteration 14662 found worse value: 363.691085233. iteration 14663 found worse value: 363.691085233. iteration 14664 found worse value: 363.691085233. iteration 14665 found worse value: 363.691085233. iteration 14666 found worse value: 363.691085233. iteration 14667 found worse value: 363.691085233. iteration 14668 found worse value: 363.691085233. iteration 14669 found worse value: 363.691085233. iteration 14670 found worse value: 363.691085233. iteration 14671 found worse value: 363.691085233. iteration 14672 found worse value: 363.691085233. iteration 14673 found worse value: 363.691085233. iteration 14674 found worse value: 363.691085233. iteration 14675 found worse value: 363.691085233. iteration 14676 found worse value: 363.691085233. iteration 14677 found worse value: 363.691085233. iteration 14678 found worse value: 363.691085233. iteration 14679 found worse value: 363.691085233. iteration 14680 found worse value: 363.691085233. iteration 14681 found worse value: 363.691085233. iteration 14682 found worse value: 363.691085233. iteration 14683 found worse value: 363.691085233. iteration 14684 found worse value: 363.691085233. iteration 14685 found worse value: 363.691085233. iteration 14686 found worse value: 363.691085233. iteration 14687 found worse value: 363.691085233. iteration 14688 found worse value: 363.691085233. iteration14688, perturbing to get out of local maxima iteration 14689 found worse value: 363.691085233. iteration 14690 found worse value: 363.691085233. iteration14690, perturbing to get out of local maxima iteration 14691 found worse value: 363.691085233. iteration 14692 found worse value: 363.691085233. iteration14692, perturbing to get out of local maxima iteration 14693 found worse value: 363.691085233. iteration 14694 found worse value: 363.691085233. iteration 14695 found worse value: 363.691085233. iteration14695, perturbing to get out of local maxima iteration 14696 found worse value: 363.691085233. iteration 14697 found worse value: 363.691085233. iteration 14698 found worse value: 363.691085233. iteration 14699 found worse value: 363.691085233. iteration 14700 found worse value: 363.691085233. iteration 14701 found worse value: 363.691085233. iteration 14702 found worse value: 363.691085233. iteration 14703 found worse value: 363.691085233. iteration 14704 found worse value: 363.691085233. iteration 14705 found worse value: 363.691085233. iteration 14706 found worse value: 363.691085233. iteration 14707 found worse value: 363.691085233. iteration 14708 found worse value: 363.691085233. iteration 14709 found worse value: 363.691085233. iteration 14710 found worse value: 363.691085233. iteration 14711 found worse value: 363.691085233. iteration 14712 found worse value: 363.691085233. iteration 14713 found worse value: 363.691085233. iteration 14714 found worse value: 363.691085233. iteration 14715 found worse value: 363.691085233. iteration 14716 found worse value: 363.691085233. iteration 14717 found worse value: 363.691085233. iteration 14718 found worse value: 363.691085233. iteration 14719 found worse value: 363.691085233. iteration 14720 found worse value: 363.691085233. iteration 14721 found worse value: 363.691085233. iteration 14722 found worse value: 363.691085233. iteration 14723 found worse value: 363.691085233. iteration 14724 found worse value: 363.691085233. iteration 14725 found worse value: 363.691085233. iteration 14726 found worse value: 363.691085233. iteration 14727 found worse value: 363.691085233. iteration 14728 found worse value: 363.691085233. iteration 14729 found worse value: 363.691085233. iteration 14730 found worse value: 363.691085233. iteration 14731 found worse value: 363.691085233. iteration 14732 found worse value: 363.691085233. iteration 14733 found worse value: 363.691085233. iteration 14734 found worse value: 363.691085233. iteration 14735 found worse value: 363.691085233. iteration14735, perturbing to get out of local maxima iteration 14736 found worse value: 363.691085233. iteration 14737 found worse value: 363.691085233. iteration 14738 found worse value: 363.691085233. iteration 14739 found worse value: 363.691085233. iteration 14740 found worse value: 363.691085233. iteration 14741 found worse value: 363.691085233. iteration 14742 found worse value: 363.691085233. iteration14742, perturbing to get out of local maxima iteration 14743 found worse value: 363.691085233. iteration 14744 found worse value: 363.691085233. iteration 14745 found worse value: 363.691085233. iteration 14746 found worse value: 363.691085233. iteration 14747 found worse value: 363.691085233. iteration 14748 found worse value: 363.691085233. iteration 14749 found worse value: 363.691085233. iteration 14750 found worse value: 363.691085233. iteration 14751 found worse value: 363.691085233. iteration14751, perturbing to get out of local maxima iteration 14752 found worse value: 363.691085233. iteration 14753 found worse value: 363.691085233. iteration 14754 found worse value: 363.691085233. iteration 14755 found worse value: 363.691085233. iteration 14756 found worse value: 363.691085233. iteration 14757 found worse value: 363.691085233. iteration 14758 found worse value: 363.691085233. iteration 14759 found worse value: 363.691085233. iteration 14760 found worse value: 363.691085233. iteration 14761 found worse value: 363.691085233. iteration 14762 found worse value: 363.691085233. iteration 14763 found worse value: 363.691085233. iteration 14764 found worse value: 363.691085233. iteration 14765 found worse value: 363.691085233. iteration 14766 found worse value: 363.691085233. iteration 14767 found worse value: 363.691085233. iteration 14768 found worse value: 363.691085233. iteration 14769 found worse value: 363.691085233. iteration 14770 found worse value: 363.691085233. iteration 14771 found worse value: 363.691085233. iteration 14772 found worse value: 363.691085233. iteration 14773 found worse value: 363.691085233. iteration 14774 found worse value: 363.691085233. iteration 14775 found worse value: 363.691085233. iteration 14776 found worse value: 363.691085233. iteration 14777 found worse value: 363.691085233. iteration 14778 found worse value: 363.691085233. iteration 14779 found worse value: 363.691085233. iteration 14780 found worse value: 363.691085233. iteration14780, perturbing to get out of local maxima iteration 14781 found worse value: 363.691085233. iteration 14782 found worse value: 363.691085233. iteration 14783 found worse value: 363.691085233. iteration 14784 found worse value: 363.691085233. iteration 14785 found worse value: 363.691085233. iteration 14786 found worse value: 363.691085233. iteration 14787 found worse value: 363.691085233. iteration 14788 found worse value: 363.691085233. iteration14788, perturbing to get out of local maxima iteration 14789 found worse value: 363.691085233. iteration 14790 found worse value: 363.691085233. iteration 14791 found worse value: 363.691085233. iteration 14792 found worse value: 363.691085233. iteration 14793 found worse value: 363.691085233. iteration 14794 found worse value: 363.691085233. iteration 14795 found worse value: 363.691085233. iteration 14796 found worse value: 363.691085233. iteration 14797 found worse value: 363.691085233. iteration 14798 found worse value: 363.691085233. iteration 14799 found worse value: 363.691085233. iteration 14800 found worse value: 363.691085233. iteration 14801 found worse value: 363.691085233. iteration 14802 found worse value: 363.691085233. iteration14802, perturbing to get out of local maxima iteration 14803 found worse value: 363.691085233. iteration 14804 found worse value: 363.691085233. iteration 14805 found worse value: 363.691085233. iteration 14806 found worse value: 363.691085233. iteration 14807 found worse value: 363.691085233. iteration 14808 found worse value: 363.691085233. iteration 14809 found worse value: 363.691085233. iteration 14810 found worse value: 363.691085233. iteration 14811 found worse value: 363.691085233. iteration 14812 found worse value: 363.691085233. iteration 14813 found worse value: 363.691085233. iteration 14814 found worse value: 363.691085233. iteration 14815 found worse value: 363.691085233. iteration 14816 found worse value: 363.691085233. iteration 14817 found worse value: 363.691085233. iteration14817, perturbing to get out of local maxima iteration 14818 found worse value: 363.691085233. iteration 14819 found worse value: 363.691085233. iteration 14820 found worse value: 363.691085233. iteration 14821 found worse value: 363.691085233. iteration 14822 found worse value: 363.691085233. iteration14822, perturbing to get out of local maxima iteration 14823 found worse value: 363.691085233. iteration 14824 found worse value: 363.691085233. iteration 14825 found worse value: 363.691085233. iteration 14826 found worse value: 363.691085233. iteration 14827 found worse value: 363.691085233. iteration 14828 found worse value: 363.691085233. iteration 14829 found worse value: 363.691085233. iteration 14830 found worse value: 363.691085233. iteration14830, perturbing to get out of local maxima iteration 14831 found worse value: 363.691085233. iteration 14832 found worse value: 363.691085233. iteration 14833 found worse value: 363.691085233. iteration14833, perturbing to get out of local maxima iteration 14834 found worse value: 363.691085233. iteration 14835 found worse value: 363.691085233. iteration 14836 found worse value: 363.691085233. iteration 14837 found worse value: 363.691085233. iteration 14838 found worse value: 363.691085233. iteration 14839 found worse value: 363.691085233. iteration 14840 found worse value: 363.691085233. iteration 14841 found worse value: 363.691085233. iteration 14842 found worse value: 363.691085233. iteration 14843 found worse value: 363.691085233. iteration 14844 found worse value: 363.691085233. iteration 14845 found worse value: 363.691085233. iteration 14846 found worse value: 363.691085233. iteration 14847 found worse value: 363.691085233. iteration 14848 found worse value: 363.691085233. iteration 14849 found worse value: 363.691085233. iteration 14850 found worse value: 363.691085233. iteration 14851 found worse value: 363.691085233. iteration 14852 found worse value: 363.691085233. iteration 14853 found worse value: 363.691085233. iteration 14854 found worse value: 363.691085233. iteration 14855 found worse value: 363.691085233. iteration 14856 found worse value: 363.691085233. iteration 14857 found worse value: 363.691085233. iteration 14858 found worse value: 363.691085233. iteration 14859 found worse value: 363.691085233. iteration 14860 found worse value: 363.691085233. iteration 14861 found worse value: 363.691085233. iteration 14862 found worse value: 363.691085233. iteration 14863 found worse value: 363.691085233. iteration 14864 found worse value: 363.691085233. iteration 14865 found worse value: 363.691085233. iteration 14866 found worse value: 363.691085233. iteration 14867 found worse value: 363.691085233. iteration 14868 found worse value: 363.691085233. iteration 14869 found worse value: 363.691085233. iteration 14870 found worse value: 363.691085233. iteration 14871 found worse value: 363.691085233. iteration14871, perturbing to get out of local maxima iteration 14872 found worse value: 363.691085233. iteration 14873 found worse value: 363.691085233. iteration 14874 found worse value: 363.691085233. iteration 14875 found worse value: 363.691085233. iteration 14876 found worse value: 363.691085233. iteration14876, perturbing to get out of local maxima iteration 14877 found worse value: 363.691085233. iteration 14878 found worse value: 363.691085233. iteration 14879 found worse value: 363.691085233. iteration 14880 found worse value: 363.691085233. iteration 14881 found worse value: 363.691085233. iteration 14882 found worse value: 363.691085233. iteration 14883 found worse value: 363.691085233. iteration 14884 found worse value: 363.691085233. iteration14884, perturbing to get out of local maxima iteration 14885 found worse value: 363.691085233. iteration 14886 found worse value: 363.691085233. iteration 14887 found worse value: 363.691085233. iteration 14888 found worse value: 363.691085233. iteration 14889 found worse value: 363.691085233. iteration 14890 found worse value: 363.691085233. iteration 14891 found worse value: 363.691085233. iteration 14892 found worse value: 363.691085233. iteration 14893 found worse value: 363.691085233. iteration14893, perturbing to get out of local maxima iteration 14894 found worse value: 363.691085233. iteration 14895 found worse value: 363.691085233. iteration 14896 found worse value: 363.691085233. iteration 14897 found worse value: 363.691085233. iteration 14898 found worse value: 363.691085233. iteration 14899 found worse value: 363.691085233. iteration 14900 found worse value: 363.691085233. iteration 14901 found worse value: 363.691085233. iteration 14902 found worse value: 363.691085233. iteration 14903 found worse value: 363.691085233. iteration 14904 found worse value: 363.691085233. iteration 14905 found worse value: 363.691085233. iteration 14906 found worse value: 363.691085233. iteration 14907 found worse value: 363.691085233. iteration 14908 found worse value: 363.691085233. iteration 14909 found worse value: 363.691085233. iteration 14910 found worse value: 363.691085233. iteration 14911 found worse value: 363.691085233. iteration 14912 found worse value: 363.691085233. iteration 14913 found worse value: 363.691085233. iteration 14914 found worse value: 363.691085233. iteration 14915 found worse value: 363.691085233. iteration 14916 found worse value: 363.691085233. iteration 14917 found worse value: 363.691085233. iteration 14918 found worse value: 363.691085233. iteration 14919 found worse value: 363.691085233. iteration 14920 found worse value: 363.691085233. iteration 14921 found worse value: 363.691085233. iteration 14922 found worse value: 363.691085233. iteration 14923 found worse value: 363.691085233. iteration 14924 found worse value: 363.691085233. iteration 14925 found worse value: 363.691085233. iteration 14926 found worse value: 363.691085233. iteration14926, perturbing to get out of local maxima iteration 14927 found worse value: 363.691085233. iteration 14928 found worse value: 363.691085233. iteration 14929 found worse value: 363.691085233. iteration 14930 found worse value: 363.691085233. iteration 14931 found worse value: 363.691085233. iteration 14932 found worse value: 363.691085233. iteration 14933 found worse value: 363.691085233. iteration 14934 found worse value: 363.691085233. iteration 14935 found worse value: 363.691085233. iteration 14936 found worse value: 363.691085233. iteration 14937 found worse value: 363.691085233. iteration 14938 found worse value: 363.691085233. iteration 14939 found worse value: 363.691085233. iteration 14940 found worse value: 363.691085233. iteration 14941 found worse value: 363.691085233. iteration 14942 found worse value: 363.691085233. iteration 14943 found worse value: 363.691085233. iteration 14944 found worse value: 363.691085233. iteration 14945 found worse value: 363.691085233. iteration 14946 found worse value: 363.691085233. iteration 14947 found worse value: 363.691085233. iteration 14948 found worse value: 363.691085233. iteration 14949 found worse value: 363.691085233. iteration 14950 found worse value: 363.691085233. iteration 14951 found worse value: 363.691085233. iteration 14952 found worse value: 363.691085233. iteration 14953 found worse value: 363.691085233. iteration 14954 found worse value: 363.691085233. iteration 14955 found worse value: 363.691085233. iteration 14956 found worse value: 363.691085233. iteration 14957 found worse value: 363.691085233. iteration 14958 found worse value: 363.691085233. iteration 14959 found worse value: 363.691085233. iteration 14960 found worse value: 363.691085233. iteration 14961 found worse value: 363.691085233. iteration 14962 found worse value: 363.691085233. iteration 14963 found worse value: 363.691085233. iteration 14964 found worse value: 363.691085233. iteration 14965 found worse value: 363.691085233. iteration 14966 found worse value: 363.691085233. iteration 14967 found worse value: 363.691085233. iteration 14968 found worse value: 363.691085233. iteration 14969 found worse value: 363.691085233. iteration 14970 found worse value: 363.691085233. iteration 14971 found worse value: 363.691085233. iteration 14972 found worse value: 363.691085233. iteration 14973 found worse value: 363.691085233. iteration 14974 found worse value: 363.691085233. iteration 14975 found worse value: 363.691085233. iteration 14976 found worse value: 363.691085233. iteration 14977 found worse value: 363.691085233. iteration 14978 found worse value: 363.691085233. iteration14978, perturbing to get out of local maxima iteration 14979 found worse value: 363.691085233. iteration 14980 found worse value: 363.691085233. iteration 14981 found worse value: 363.691085233. iteration 14982 found worse value: 363.691085233. iteration 14983 found worse value: 363.691085233. iteration 14984 found worse value: 363.691085233. iteration 14985 found worse value: 363.691085233. iteration 14986 found worse value: 363.691085233. iteration 14987 found worse value: 363.691085233. iteration 14988 found worse value: 363.691085233. iteration 14989 found worse value: 363.691085233. iteration 14990 found worse value: 363.691085233. iteration 14991 found worse value: 363.691085233. iteration 14992 found worse value: 363.691085233. iteration 14993 found worse value: 363.691085233. iteration14993, perturbing to get out of local maxima iteration 14994 found worse value: 363.691085233. iteration 14995 found worse value: 363.691085233. iteration 14996 found worse value: 363.691085233. iteration 14997 found worse value: 363.691085233. iteration 14998 found worse value: 363.691085233. iteration 14999 found worse value: 363.691085233. iteration 15000 found worse value: 363.691085233. iteration 15001 found worse value: 363.691085233. iteration 15002 found worse value: 363.691085233. iteration 15003 found worse value: 363.691085233. iteration 15004 found worse value: 363.691085233. iteration 15005 found worse value: 363.691085233. iteration 15006 found worse value: 363.691085233. iteration 15007 found worse value: 363.691085233. iteration 15008 found worse value: 363.691085233. iteration 15009 found worse value: 363.691085233. iteration 15010 found worse value: 363.691085233. iteration 15011 found worse value: 363.691085233. iteration 15012 found worse value: 363.691085233. iteration 15013 found worse value: 363.691085233. iteration 15014 found worse value: 363.691085233. iteration 15015 found worse value: 363.691085233. iteration 15016 found worse value: 363.691085233. iteration 15017 found worse value: 363.691085233. iteration 15018 found worse value: 363.691085233. iteration 15019 found worse value: 363.691085233. iteration 15020 found worse value: 363.691085233. iteration15020, perturbing to get out of local maxima iteration 15021 found worse value: 363.691085233. iteration 15022 found worse value: 363.691085233. iteration 15023 found worse value: 363.691085233. iteration 15024 found worse value: 363.691085233. iteration 15025 found worse value: 363.691085233. iteration 15026 found worse value: 363.691085233. iteration 15027 found worse value: 363.691085233. iteration 15028 found worse value: 363.691085233. iteration 15029 found worse value: 363.691085233. iteration 15030 found worse value: 363.691085233. iteration15030, perturbing to get out of local maxima iteration 15031 found worse value: 363.691085233. iteration 15032 found worse value: 363.691085233. iteration 15033 found worse value: 363.691085233. iteration 15034 found worse value: 363.691085233. iteration 15035 found worse value: 363.691085233. iteration 15036 found worse value: 363.691085233. iteration 15037 found worse value: 363.691085233. iteration 15038 found worse value: 363.691085233. iteration 15039 found worse value: 363.691085233. iteration 15040 found worse value: 363.691085233. iteration 15041 found worse value: 363.691085233. iteration 15042 found worse value: 363.691085233. iteration 15043 found worse value: 363.691085233. iteration 15044 found worse value: 363.691085233. iteration 15045 found worse value: 363.691085233. iteration 15046 found worse value: 363.691085233. iteration 15047 found worse value: 363.691085233. iteration 15048 found worse value: 363.691085233. iteration 15049 found worse value: 363.691085233. iteration 15050 found worse value: 363.691085233. iteration 15051 found worse value: 363.691085233. iteration 15052 found worse value: 363.691085233. iteration 15053 found worse value: 363.691085233. iteration 15054 found worse value: 363.691085233. iteration 15055 found worse value: 363.691085233. iteration 15056 found worse value: 363.691085233. iteration 15057 found worse value: 363.691085233. iteration 15058 found worse value: 363.691085233. iteration 15059 found worse value: 363.691085233. iteration 15060 found worse value: 363.691085233. iteration 15061 found worse value: 363.691085233. iteration 15062 found worse value: 363.691085233. iteration 15063 found worse value: 363.691085233. iteration 15064 found worse value: 363.691085233. iteration 15065 found worse value: 363.691085233. iteration 15066 found worse value: 363.691085233. iteration 15067 found worse value: 363.691085233. iteration 15068 found worse value: 363.691085233. iteration 15069 found worse value: 363.691085233. iteration 15070 found worse value: 363.691085233. iteration 15071 found worse value: 363.691085233. iteration 15072 found worse value: 363.691085233. iteration 15073 found worse value: 363.691085233. iteration15073, perturbing to get out of local maxima iteration 15074 found worse value: 363.691085233. iteration 15075 found worse value: 363.691085233. iteration 15076 found worse value: 363.691085233. iteration 15077 found worse value: 363.691085233. iteration 15078 found worse value: 363.691085233. iteration 15079 found worse value: 363.691085233. iteration 15080 found worse value: 363.691085233. iteration 15081 found worse value: 363.691085233. iteration 15082 found worse value: 363.691085233. iteration 15083 found worse value: 363.691085233. iteration 15084 found worse value: 363.691085233. iteration 15085 found worse value: 363.691085233. iteration 15086 found worse value: 363.691085233. iteration 15087 found worse value: 363.691085233. iteration 15088 found worse value: 363.691085233. iteration 15089 found worse value: 363.691085233. iteration 15090 found worse value: 363.691085233. iteration 15091 found worse value: 363.691085233. iteration 15092 found worse value: 363.691085233. iteration15092, perturbing to get out of local maxima iteration 15093 found worse value: 363.691085233. iteration 15094 found worse value: 363.691085233. iteration 15095 found worse value: 363.691085233. iteration 15096 found worse value: 363.691085233. iteration 15097 found worse value: 363.691085233. iteration 15098 found worse value: 363.691085233. iteration 15099 found worse value: 363.691085233. iteration 15100 found worse value: 363.691085233. iteration 15101 found worse value: 363.691085233. iteration 15102 found worse value: 363.691085233. iteration 15103 found worse value: 363.691085233. iteration 15104 found worse value: 363.691085233. iteration 15105 found worse value: 363.691085233. iteration 15106 found worse value: 363.691085233. iteration 15107 found worse value: 363.691085233. iteration 15108 found worse value: 363.691085233. iteration 15109 found worse value: 363.691085233. iteration 15110 found worse value: 363.691085233. iteration 15111 found worse value: 363.691085233. iteration15111, perturbing to get out of local maxima iteration 15112 found worse value: 363.691085233. iteration 15113 found worse value: 363.691085233. iteration 15114 found worse value: 363.691085233. iteration 15115 found worse value: 363.691085233. iteration 15116 found worse value: 363.691085233. iteration 15117 found worse value: 363.691085233. iteration 15118 found worse value: 363.691085233. iteration 15119 found worse value: 363.691085233. iteration 15120 found worse value: 363.691085233. iteration 15121 found worse value: 363.691085233. iteration 15122 found worse value: 363.691085233. iteration 15123 found worse value: 363.691085233. iteration 15124 found worse value: 363.691085233. iteration 15125 found worse value: 363.691085233. iteration 15126 found worse value: 363.691085233. iteration 15127 found worse value: 363.691085233. iteration 15128 found worse value: 363.691085233. iteration 15129 found worse value: 363.691085233. iteration 15130 found worse value: 363.691085233. iteration15130, perturbing to get out of local maxima iteration 15131 found worse value: 363.691085233. iteration 15132 found worse value: 363.691085233. iteration 15133 found worse value: 363.691085233. iteration15133, perturbing to get out of local maxima iteration 15134 found worse value: 363.691085233. iteration 15135 found worse value: 363.691085233. iteration 15136 found worse value: 363.691085233. iteration 15137 found worse value: 363.691085233. iteration 15138 found worse value: 363.691085233. iteration 15139 found worse value: 363.691085233. iteration 15140 found worse value: 363.691085233. iteration 15141 found worse value: 363.691085233. iteration 15142 found worse value: 363.691085233. iteration 15143 found worse value: 363.691085233. iteration 15144 found worse value: 363.691085233. iteration 15145 found worse value: 363.691085233. iteration 15146 found worse value: 363.691085233. iteration 15147 found worse value: 363.691085233. iteration 15148 found worse value: 363.691085233. iteration 15149 found worse value: 363.691085233. iteration 15150 found worse value: 363.691085233. iteration 15151 found worse value: 363.691085233. iteration 15152 found worse value: 363.691085233. iteration 15153 found worse value: 363.691085233. iteration 15154 found worse value: 363.691085233. iteration 15155 found worse value: 363.691085233. iteration 15156 found worse value: 363.691085233. iteration 15157 found worse value: 363.691085233. iteration 15158 found worse value: 363.691085233. iteration 15159 found worse value: 363.691085233. iteration 15160 found worse value: 363.691085233. iteration 15161 found worse value: 363.691085233. iteration 15162 found worse value: 363.691085233. iteration 15163 found worse value: 363.691085233. iteration15163, perturbing to get out of local maxima iteration 15164 found worse value: 363.691085233. iteration 15165 found worse value: 363.691085233. iteration 15166 found worse value: 363.691085233. iteration 15167 found worse value: 363.691085233. iteration 15168 found worse value: 363.691085233. iteration 15169 found better value: 363.691350486 iteration 15170 found worse value: 363.691350486. iteration 15171 found worse value: 363.691350486. iteration 15172 found worse value: 363.691350486. iteration 15173 found worse value: 363.691350486. iteration15173, perturbing to get out of local maxima iteration 15174 found worse value: 363.691350486. iteration 15175 found worse value: 363.691350486. iteration 15176 found worse value: 363.691350486. iteration 15177 found worse value: 363.691350486. iteration 15178 found worse value: 363.691350486. iteration 15179 found worse value: 363.691350486. iteration 15180 found worse value: 363.691350486. iteration 15181 found worse value: 363.691350486. iteration 15182 found worse value: 363.691350486. iteration 15183 found worse value: 363.691350486. iteration 15184 found worse value: 363.691350486. iteration 15185 found worse value: 363.691350486. iteration 15186 found worse value: 363.691350486. iteration 15187 found worse value: 363.691350486. iteration 15188 found worse value: 363.691350486. iteration 15189 found worse value: 363.691350486. iteration 15190 found worse value: 363.691350486. iteration 15191 found worse value: 363.691350486. iteration 15192 found worse value: 363.691350486. iteration 15193 found worse value: 363.691350486. iteration 15194 found worse value: 363.691350486. iteration 15195 found worse value: 363.691350486. iteration 15196 found worse value: 363.691350486. iteration 15197 found worse value: 363.691350486. iteration 15198 found worse value: 363.691350486. iteration 15199 found worse value: 363.691350486. iteration 15200 found worse value: 363.691350486. iteration 15201 found worse value: 363.691350486. iteration 15202 found worse value: 363.691350486. iteration15202, perturbing to get out of local maxima iteration 15203 found worse value: 363.691350486. iteration 15204 found worse value: 363.691350486. iteration 15205 found worse value: 363.691350486. iteration15205, perturbing to get out of local maxima iteration 15206 found worse value: 363.691350486. iteration 15207 found worse value: 363.691350486. iteration 15208 found worse value: 363.691350486. iteration 15209 found worse value: 363.691350486. iteration 15210 found worse value: 363.691350486. iteration 15211 found worse value: 363.691350486. iteration 15212 found worse value: 363.691350486. iteration 15213 found worse value: 363.691350486. iteration 15214 found worse value: 363.691350486. iteration 15215 found worse value: 363.691350486. iteration 15216 found worse value: 363.691350486. iteration 15217 found better value: 363.69206008199995 iteration 15218 found worse value: 363.69206008199995. iteration 15219 found worse value: 363.69206008199995. iteration 15220 found worse value: 363.69206008199995. iteration 15221 found worse value: 363.69206008199995. iteration 15222 found worse value: 363.69206008199995. iteration 15223 found worse value: 363.69206008199995. iteration 15224 found worse value: 363.69206008199995. iteration 15225 found worse value: 363.69206008199995. iteration 15226 found worse value: 363.69206008199995. iteration 15227 found better value: 363.692086962 iteration 15228 found worse value: 363.692086962. iteration 15229 found worse value: 363.692086962. iteration 15230 found worse value: 363.692086962. iteration 15231 found worse value: 363.692086962. iteration 15232 found worse value: 363.692086962. iteration 15233 found worse value: 363.692086962. iteration 15234 found worse value: 363.692086962. iteration 15235 found worse value: 363.692086962. iteration 15236 found worse value: 363.692086962. iteration 15237 found worse value: 363.692086962. iteration 15238 found worse value: 363.692086962. iteration 15239 found worse value: 363.692086962. iteration 15240 found worse value: 363.692086962. iteration 15241 found worse value: 363.692086962. iteration 15242 found worse value: 363.692086962. iteration 15243 found worse value: 363.692086962. iteration 15244 found worse value: 363.692086962. iteration 15245 found worse value: 363.692086962. iteration 15246 found worse value: 363.692086962. iteration15246, perturbing to get out of local maxima iteration 15247 found worse value: 363.692086962. iteration 15248 found better value: 363.692632924 iteration 15249 found worse value: 363.692632924. iteration 15250 found worse value: 363.692632924. iteration 15251 found worse value: 363.692632924. iteration 15252 found worse value: 363.692632924. iteration 15253 found worse value: 363.692632924. iteration 15254 found worse value: 363.692632924. iteration 15255 found worse value: 363.692632924. iteration 15256 found worse value: 363.692632924. iteration 15257 found worse value: 363.692632924. iteration 15258 found worse value: 363.692632924. iteration 15259 found worse value: 363.692632924. iteration 15260 found worse value: 363.692632924. iteration 15261 found worse value: 363.692632924. iteration 15262 found worse value: 363.692632924. iteration 15263 found worse value: 363.692632924. iteration 15264 found worse value: 363.692632924. iteration 15265 found better value: 363.69273731799996 iteration 15266 found worse value: 363.69273731799996. iteration 15267 found worse value: 363.69273731799996. iteration15267, perturbing to get out of local maxima iteration 15268 found worse value: 363.69273731799996. iteration 15269 found worse value: 363.69273731799996. iteration 15270 found worse value: 363.69273731799996. iteration 15271 found worse value: 363.69273731799996. iteration 15272 found worse value: 363.69273731799996. iteration 15273 found worse value: 363.69273731799996. iteration 15274 found worse value: 363.69273731799996. iteration 15275 found worse value: 363.69273731799996. iteration 15276 found worse value: 363.69273731799996. iteration 15277 found worse value: 363.69273731799996. iteration 15278 found worse value: 363.69273731799996. iteration 15279 found worse value: 363.69273731799996. iteration 15280 found worse value: 363.69273731799996. iteration 15281 found worse value: 363.69273731799996. iteration 15282 found worse value: 363.69273731799996. iteration 15283 found worse value: 363.69273731799996. iteration 15284 found worse value: 363.69273731799996. iteration 15285 found worse value: 363.69273731799996. iteration 15286 found worse value: 363.69273731799996. iteration 15287 found worse value: 363.69273731799996. iteration 15288 found worse value: 363.69273731799996. iteration15288, perturbing to get out of local maxima iteration 15289 found worse value: 363.69273731799996. iteration 15290 found worse value: 363.69273731799996. iteration 15291 found worse value: 363.69273731799996. iteration 15292 found worse value: 363.69273731799996. iteration 15293 found worse value: 363.69273731799996. iteration 15294 found worse value: 363.69273731799996. iteration15294, perturbing to get out of local maxima iteration 15295 found worse value: 363.69273731799996. iteration 15296 found worse value: 363.69273731799996. iteration15296, perturbing to get out of local maxima iteration 15297 found worse value: 363.69273731799996. iteration 15298 found worse value: 363.69273731799996. iteration 15299 found worse value: 363.69273731799996. iteration 15300 found worse value: 363.69273731799996. iteration 15301 found worse value: 363.69273731799996. iteration 15302 found worse value: 363.69273731799996. iteration 15303 found worse value: 363.69273731799996. iteration 15304 found worse value: 363.69273731799996. iteration 15305 found worse value: 363.69273731799996. iteration 15306 found worse value: 363.69273731799996. iteration 15307 found worse value: 363.69273731799996. iteration 15308 found worse value: 363.69273731799996. iteration 15309 found worse value: 363.69273731799996. iteration 15310 found worse value: 363.69273731799996. iteration 15311 found worse value: 363.69273731799996. iteration 15312 found worse value: 363.69273731799996. iteration 15313 found worse value: 363.69273731799996. iteration 15314 found worse value: 363.69273731799996. iteration15314, perturbing to get out of local maxima iteration 15315 found worse value: 363.69273731799996. iteration 15316 found worse value: 363.69273731799996. iteration 15317 found worse value: 363.69273731799996. iteration 15318 found worse value: 363.69273731799996. iteration 15319 found worse value: 363.69273731799996. iteration 15320 found worse value: 363.69273731799996. iteration 15321 found worse value: 363.69273731799996. iteration 15322 found worse value: 363.69273731799996. iteration 15323 found worse value: 363.69273731799996. iteration 15324 found worse value: 363.69273731799996. iteration 15325 found worse value: 363.69273731799996. iteration 15326 found worse value: 363.69273731799996. iteration 15327 found worse value: 363.69273731799996. iteration 15328 found worse value: 363.69273731799996. iteration 15329 found worse value: 363.69273731799996. iteration 15330 found worse value: 363.69273731799996. iteration 15331 found worse value: 363.69273731799996. iteration 15332 found worse value: 363.69273731799996. iteration 15333 found worse value: 363.69273731799996. iteration 15334 found worse value: 363.69273731799996. iteration 15335 found worse value: 363.69273731799996. iteration 15336 found worse value: 363.69273731799996. iteration 15337 found worse value: 363.69273731799996. iteration 15338 found worse value: 363.69273731799996. iteration 15339 found worse value: 363.69273731799996. iteration 15340 found worse value: 363.69273731799996. iteration 15341 found worse value: 363.69273731799996. iteration 15342 found worse value: 363.69273731799996. iteration 15343 found worse value: 363.69273731799996. iteration 15344 found worse value: 363.69273731799996. iteration 15345 found worse value: 363.69273731799996. iteration 15346 found worse value: 363.69273731799996. iteration 15347 found worse value: 363.69273731799996. iteration 15348 found worse value: 363.69273731799996. iteration 15349 found worse value: 363.69273731799996. iteration 15350 found worse value: 363.69273731799996. iteration 15351 found worse value: 363.69273731799996. iteration 15352 found worse value: 363.69273731799996. iteration 15353 found worse value: 363.69273731799996. iteration 15354 found worse value: 363.69273731799996. iteration15354, perturbing to get out of local maxima iteration 15355 found worse value: 363.69273731799996. iteration 15356 found worse value: 363.69273731799996. iteration 15357 found worse value: 363.69273731799996. iteration 15358 found worse value: 363.69273731799996. iteration 15359 found worse value: 363.69273731799996. iteration 15360 found worse value: 363.69273731799996. iteration 15361 found better value: 363.692785917 iteration 15362 found worse value: 363.692785917. iteration 15363 found worse value: 363.692785917. iteration 15364 found worse value: 363.692785917. iteration 15365 found worse value: 363.692785917. iteration 15366 found worse value: 363.692785917. iteration 15367 found worse value: 363.692785917. iteration 15368 found worse value: 363.692785917. iteration 15369 found worse value: 363.692785917. iteration 15370 found worse value: 363.692785917. iteration 15371 found worse value: 363.692785917. iteration 15372 found worse value: 363.692785917. iteration 15373 found worse value: 363.692785917. iteration 15374 found worse value: 363.692785917. iteration 15375 found worse value: 363.692785917. iteration 15376 found worse value: 363.692785917. iteration 15377 found worse value: 363.692785917. iteration 15378 found worse value: 363.692785917. iteration 15379 found worse value: 363.692785917. iteration 15380 found worse value: 363.692785917. iteration 15381 found worse value: 363.692785917. iteration 15382 found worse value: 363.692785917. iteration 15383 found worse value: 363.692785917. iteration 15384 found worse value: 363.692785917. iteration 15385 found worse value: 363.692785917. iteration 15386 found worse value: 363.692785917. iteration 15387 found worse value: 363.692785917. iteration 15388 found worse value: 363.692785917. iteration 15389 found worse value: 363.692785917. iteration 15390 found worse value: 363.692785917. iteration 15391 found worse value: 363.692785917. iteration15391, perturbing to get out of local maxima iteration 15392 found worse value: 363.692785917. iteration 15393 found worse value: 363.692785917. iteration 15394 found worse value: 363.692785917. iteration 15395 found worse value: 363.692785917. iteration 15396 found worse value: 363.692785917. iteration15396, perturbing to get out of local maxima iteration 15397 found worse value: 363.692785917. iteration 15398 found worse value: 363.692785917. iteration 15399 found worse value: 363.692785917. iteration 15400 found worse value: 363.692785917. iteration 15401 found worse value: 363.692785917. iteration 15402 found worse value: 363.692785917. iteration 15403 found worse value: 363.692785917. iteration15403, perturbing to get out of local maxima iteration 15404 found worse value: 363.692785917. iteration 15405 found worse value: 363.692785917. iteration 15406 found worse value: 363.692785917. iteration 15407 found worse value: 363.692785917. iteration 15408 found worse value: 363.692785917. iteration 15409 found better value: 363.69294824599996 iteration 15410 found worse value: 363.69294824599996. iteration 15411 found worse value: 363.69294824599996. iteration 15412 found worse value: 363.69294824599996. iteration 15413 found worse value: 363.69294824599996. iteration 15414 found worse value: 363.69294824599996. iteration15414, perturbing to get out of local maxima iteration 15415 found worse value: 363.69294824599996. iteration 15416 found worse value: 363.69294824599996. iteration15416, perturbing to get out of local maxima iteration 15417 found worse value: 363.69294824599996. iteration 15418 found worse value: 363.69294824599996. iteration15418, perturbing to get out of local maxima iteration 15419 found worse value: 363.69294824599996. iteration 15420 found worse value: 363.69294824599996. iteration 15421 found worse value: 363.69294824599996. iteration 15422 found worse value: 363.69294824599996. iteration 15423 found worse value: 363.69294824599996. iteration 15424 found worse value: 363.69294824599996. iteration 15425 found worse value: 363.69294824599996. iteration 15426 found worse value: 363.69294824599996. iteration 15427 found worse value: 363.69294824599996. iteration 15428 found worse value: 363.69294824599996. iteration 15429 found worse value: 363.69294824599996. iteration 15430 found worse value: 363.69294824599996. iteration 15431 found worse value: 363.69294824599996. iteration 15432 found worse value: 363.69294824599996. iteration 15433 found worse value: 363.69294824599996. iteration 15434 found worse value: 363.69294824599996. iteration 15435 found worse value: 363.69294824599996. iteration 15436 found worse value: 363.69294824599996. iteration 15437 found worse value: 363.69294824599996. iteration15437, perturbing to get out of local maxima iteration 15438 found worse value: 363.69294824599996. iteration 15439 found worse value: 363.69294824599996. iteration 15440 found worse value: 363.69294824599996. iteration 15441 found worse value: 363.69294824599996. iteration 15442 found worse value: 363.69294824599996. iteration 15443 found worse value: 363.69294824599996. iteration 15444 found worse value: 363.69294824599996. iteration 15445 found worse value: 363.69294824599996. iteration 15446 found worse value: 363.69294824599996. iteration 15447 found worse value: 363.69294824599996. iteration 15448 found worse value: 363.69294824599996. iteration 15449 found worse value: 363.69294824599996. iteration 15450 found worse value: 363.69294824599996. iteration 15451 found worse value: 363.69294824599996. iteration15451, perturbing to get out of local maxima iteration 15452 found worse value: 363.69294824599996. iteration 15453 found worse value: 363.69294824599996. iteration 15454 found worse value: 363.69294824599996. iteration 15455 found worse value: 363.69294824599996. iteration 15456 found worse value: 363.69294824599996. iteration 15457 found worse value: 363.69294824599996. iteration 15458 found worse value: 363.69294824599996. iteration 15459 found worse value: 363.69294824599996. iteration 15460 found worse value: 363.69294824599996. iteration15460, perturbing to get out of local maxima iteration 15461 found worse value: 363.69294824599996. iteration 15462 found worse value: 363.69294824599996. iteration 15463 found worse value: 363.69294824599996. iteration 15464 found worse value: 363.69294824599996. iteration 15465 found worse value: 363.69294824599996. iteration 15466 found worse value: 363.69294824599996. iteration 15467 found worse value: 363.69294824599996. iteration 15468 found worse value: 363.69294824599996. iteration 15469 found worse value: 363.69294824599996. iteration 15470 found worse value: 363.69294824599996. iteration 15471 found worse value: 363.69294824599996. iteration 15472 found worse value: 363.69294824599996. iteration 15473 found worse value: 363.69294824599996. iteration 15474 found worse value: 363.69294824599996. iteration 15475 found worse value: 363.69294824599996. iteration 15476 found worse value: 363.69294824599996. iteration 15477 found worse value: 363.69294824599996. iteration 15478 found worse value: 363.69294824599996. iteration15478, perturbing to get out of local maxima iteration 15479 found worse value: 363.69294824599996. iteration 15480 found worse value: 363.69294824599996. iteration 15481 found worse value: 363.69294824599996. iteration 15482 found worse value: 363.69294824599996. iteration 15483 found worse value: 363.69294824599996. iteration 15484 found worse value: 363.69294824599996. iteration 15485 found worse value: 363.69294824599996. iteration 15486 found worse value: 363.69294824599996. iteration 15487 found worse value: 363.69294824599996. iteration 15488 found worse value: 363.69294824599996. iteration 15489 found worse value: 363.69294824599996. iteration 15490 found worse value: 363.69294824599996. iteration 15491 found worse value: 363.69294824599996. iteration 15492 found worse value: 363.69294824599996. iteration 15493 found worse value: 363.69294824599996. iteration 15494 found worse value: 363.69294824599996. iteration 15495 found worse value: 363.69294824599996. iteration 15496 found worse value: 363.69294824599996. iteration 15497 found worse value: 363.69294824599996. iteration 15498 found worse value: 363.69294824599996. iteration 15499 found worse value: 363.69294824599996. iteration15499, perturbing to get out of local maxima iteration 15500 found worse value: 363.69294824599996. iteration 15501 found worse value: 363.69294824599996. iteration 15502 found worse value: 363.69294824599996. iteration 15503 found worse value: 363.69294824599996. iteration 15504 found worse value: 363.69294824599996. iteration 15505 found worse value: 363.69294824599996. iteration 15506 found worse value: 363.69294824599996. iteration 15507 found worse value: 363.69294824599996. iteration 15508 found worse value: 363.69294824599996. iteration 15509 found worse value: 363.69294824599996. iteration 15510 found worse value: 363.69294824599996. iteration 15511 found worse value: 363.69294824599996. iteration 15512 found better value: 363.693020751 iteration 15513 found worse value: 363.693020751. iteration 15514 found worse value: 363.693020751. iteration 15515 found worse value: 363.693020751. iteration15515, perturbing to get out of local maxima iteration 15516 found worse value: 363.693020751. iteration 15517 found worse value: 363.693020751. iteration 15518 found worse value: 363.693020751. iteration 15519 found worse value: 363.693020751. iteration 15520 found worse value: 363.693020751. iteration15520, perturbing to get out of local maxima iteration 15521 found worse value: 363.693020751. iteration 15522 found worse value: 363.693020751. iteration 15523 found worse value: 363.693020751. iteration 15524 found worse value: 363.693020751. iteration 15525 found worse value: 363.693020751. iteration 15526 found worse value: 363.693020751. iteration 15527 found worse value: 363.693020751. iteration 15528 found worse value: 363.693020751. iteration 15529 found worse value: 363.693020751. iteration 15530 found worse value: 363.693020751. iteration 15531 found worse value: 363.693020751. iteration 15532 found worse value: 363.693020751. iteration 15533 found worse value: 363.693020751. iteration 15534 found worse value: 363.693020751. iteration 15535 found worse value: 363.693020751. iteration 15536 found worse value: 363.693020751. iteration 15537 found worse value: 363.693020751. iteration 15538 found worse value: 363.693020751. iteration 15539 found worse value: 363.693020751. iteration 15540 found worse value: 363.693020751. iteration 15541 found worse value: 363.693020751. iteration 15542 found worse value: 363.693020751. iteration 15543 found worse value: 363.693020751. iteration 15544 found worse value: 363.693020751. iteration 15545 found worse value: 363.693020751. iteration 15546 found worse value: 363.693020751. iteration 15547 found worse value: 363.693020751. iteration 15548 found worse value: 363.693020751. iteration 15549 found worse value: 363.693020751. iteration 15550 found worse value: 363.693020751. iteration 15551 found worse value: 363.693020751. iteration 15552 found worse value: 363.693020751. iteration 15553 found worse value: 363.693020751. iteration 15554 found worse value: 363.693020751. iteration 15555 found worse value: 363.693020751. iteration 15556 found worse value: 363.693020751. iteration 15557 found worse value: 363.693020751. iteration 15558 found worse value: 363.693020751. iteration 15559 found worse value: 363.693020751. iteration 15560 found worse value: 363.693020751. iteration 15561 found worse value: 363.693020751. iteration 15562 found worse value: 363.693020751. iteration 15563 found worse value: 363.693020751. iteration 15564 found worse value: 363.693020751. iteration15564, perturbing to get out of local maxima iteration 15565 found worse value: 363.693020751. iteration 15566 found worse value: 363.693020751. iteration 15567 found worse value: 363.693020751. iteration 15568 found worse value: 363.693020751. iteration 15569 found worse value: 363.693020751. iteration 15570 found worse value: 363.693020751. iteration 15571 found worse value: 363.693020751. iteration 15572 found worse value: 363.693020751. iteration 15573 found worse value: 363.693020751. iteration 15574 found worse value: 363.693020751. iteration 15575 found worse value: 363.693020751. iteration 15576 found worse value: 363.693020751. iteration 15577 found worse value: 363.693020751. iteration 15578 found worse value: 363.693020751. iteration 15579 found worse value: 363.693020751. iteration 15580 found worse value: 363.693020751. iteration 15581 found worse value: 363.693020751. iteration 15582 found worse value: 363.693020751. iteration 15583 found worse value: 363.693020751. iteration 15584 found worse value: 363.693020751. iteration 15585 found worse value: 363.693020751. iteration 15586 found worse value: 363.693020751. iteration 15587 found worse value: 363.693020751. iteration 15588 found worse value: 363.693020751. iteration 15589 found worse value: 363.693020751. iteration 15590 found worse value: 363.693020751. iteration 15591 found worse value: 363.693020751. iteration 15592 found worse value: 363.693020751. iteration 15593 found worse value: 363.693020751. iteration 15594 found worse value: 363.693020751. iteration 15595 found worse value: 363.693020751. iteration 15596 found worse value: 363.693020751. iteration 15597 found worse value: 363.693020751. iteration 15598 found worse value: 363.693020751. iteration 15599 found worse value: 363.693020751. iteration 15600 found worse value: 363.693020751. iteration 15601 found worse value: 363.693020751. iteration 15602 found worse value: 363.693020751. iteration 15603 found worse value: 363.693020751. iteration 15604 found worse value: 363.693020751. iteration 15605 found worse value: 363.693020751. iteration 15606 found worse value: 363.693020751. iteration 15607 found worse value: 363.693020751. iteration 15608 found worse value: 363.693020751. iteration 15609 found worse value: 363.693020751. iteration 15610 found worse value: 363.693020751. iteration 15611 found worse value: 363.693020751. iteration 15612 found worse value: 363.693020751. iteration 15613 found worse value: 363.693020751. iteration 15614 found worse value: 363.693020751. iteration 15615 found worse value: 363.693020751. iteration 15616 found worse value: 363.693020751. iteration 15617 found worse value: 363.693020751. iteration 15618 found worse value: 363.693020751. iteration 15619 found worse value: 363.693020751. iteration 15620 found worse value: 363.693020751. iteration 15621 found worse value: 363.693020751. iteration 15622 found worse value: 363.693020751. iteration 15623 found worse value: 363.693020751. iteration 15624 found worse value: 363.693020751. iteration15624, perturbing to get out of local maxima iteration 15625 found worse value: 363.693020751. iteration 15626 found worse value: 363.693020751. iteration 15627 found worse value: 363.693020751. iteration 15628 found worse value: 363.693020751. iteration 15629 found worse value: 363.693020751. iteration 15630 found worse value: 363.693020751. iteration 15631 found worse value: 363.693020751. iteration 15632 found worse value: 363.693020751. iteration 15633 found worse value: 363.693020751. iteration 15634 found worse value: 363.693020751. iteration 15635 found worse value: 363.693020751. iteration 15636 found worse value: 363.693020751. iteration 15637 found worse value: 363.693020751. iteration 15638 found worse value: 363.693020751. iteration 15639 found worse value: 363.693020751. iteration 15640 found worse value: 363.693020751. iteration 15641 found worse value: 363.693020751. iteration 15642 found worse value: 363.693020751. iteration 15643 found worse value: 363.693020751. iteration 15644 found worse value: 363.693020751. iteration 15645 found worse value: 363.693020751. iteration 15646 found worse value: 363.693020751. iteration 15647 found worse value: 363.693020751. iteration 15648 found worse value: 363.693020751. iteration 15649 found worse value: 363.693020751. iteration15649, perturbing to get out of local maxima iteration 15650 found worse value: 363.693020751. iteration 15651 found worse value: 363.693020751. iteration 15652 found worse value: 363.693020751. iteration15652, perturbing to get out of local maxima iteration 15653 found worse value: 363.693020751. iteration 15654 found worse value: 363.693020751. iteration 15655 found worse value: 363.693020751. iteration 15656 found worse value: 363.693020751. iteration 15657 found worse value: 363.693020751. iteration 15658 found worse value: 363.693020751. iteration 15659 found worse value: 363.693020751. iteration 15660 found worse value: 363.693020751. iteration15660, perturbing to get out of local maxima iteration 15661 found worse value: 363.693020751. iteration15661, perturbing to get out of local maxima iteration 15662 found worse value: 363.693020751. iteration 15663 found worse value: 363.693020751. iteration 15664 found worse value: 363.693020751. iteration15664, perturbing to get out of local maxima iteration 15665 found worse value: 363.693020751. iteration 15666 found worse value: 363.693020751. iteration 15667 found worse value: 363.693020751. iteration 15668 found worse value: 363.693020751. iteration 15669 found worse value: 363.693020751. iteration15669, perturbing to get out of local maxima iteration 15670 found worse value: 363.693020751. iteration 15671 found worse value: 363.693020751. iteration 15672 found worse value: 363.693020751. iteration 15673 found worse value: 363.693020751. iteration 15674 found worse value: 363.693020751. iteration 15675 found worse value: 363.693020751. iteration 15676 found worse value: 363.693020751. iteration 15677 found worse value: 363.693020751. iteration 15678 found worse value: 363.693020751. iteration 15679 found worse value: 363.693020751. iteration 15680 found worse value: 363.693020751. iteration 15681 found worse value: 363.693020751. iteration15681, perturbing to get out of local maxima iteration 15682 found worse value: 363.693020751. iteration 15683 found worse value: 363.693020751. iteration 15684 found worse value: 363.693020751. iteration 15685 found worse value: 363.693020751. iteration 15686 found worse value: 363.693020751. iteration 15687 found worse value: 363.693020751. iteration 15688 found worse value: 363.693020751. iteration 15689 found worse value: 363.693020751. iteration 15690 found worse value: 363.693020751. iteration 15691 found worse value: 363.693020751. iteration 15692 found worse value: 363.693020751. iteration 15693 found worse value: 363.693020751. iteration 15694 found worse value: 363.693020751. iteration 15695 found worse value: 363.693020751. iteration 15696 found worse value: 363.693020751. iteration 15697 found worse value: 363.693020751. iteration 15698 found worse value: 363.693020751. iteration 15699 found worse value: 363.693020751. iteration 15700 found worse value: 363.693020751. iteration 15701 found worse value: 363.693020751. iteration15701, perturbing to get out of local maxima iteration 15702 found worse value: 363.693020751. iteration 15703 found worse value: 363.693020751. iteration 15704 found worse value: 363.693020751. iteration 15705 found worse value: 363.693020751. iteration 15706 found worse value: 363.693020751. iteration 15707 found worse value: 363.693020751. iteration 15708 found worse value: 363.693020751. iteration 15709 found worse value: 363.693020751. iteration 15710 found worse value: 363.693020751. iteration 15711 found worse value: 363.693020751. iteration 15712 found worse value: 363.693020751. iteration 15713 found worse value: 363.693020751. iteration 15714 found worse value: 363.693020751. iteration 15715 found worse value: 363.693020751. iteration 15716 found worse value: 363.693020751. iteration 15717 found worse value: 363.693020751. iteration 15718 found worse value: 363.693020751. iteration 15719 found worse value: 363.693020751. iteration15719, perturbing to get out of local maxima iteration 15720 found worse value: 363.693020751. iteration 15721 found worse value: 363.693020751. iteration 15722 found worse value: 363.693020751. iteration 15723 found worse value: 363.693020751. iteration 15724 found worse value: 363.693020751. iteration 15725 found worse value: 363.693020751. iteration 15726 found worse value: 363.693020751. iteration 15727 found worse value: 363.693020751. iteration 15728 found worse value: 363.693020751. iteration 15729 found worse value: 363.693020751. iteration 15730 found worse value: 363.693020751. iteration 15731 found worse value: 363.693020751. iteration 15732 found worse value: 363.693020751. iteration 15733 found worse value: 363.693020751. iteration 15734 found worse value: 363.693020751. iteration 15735 found worse value: 363.693020751. iteration 15736 found worse value: 363.693020751. iteration 15737 found worse value: 363.693020751. iteration 15738 found worse value: 363.693020751. iteration 15739 found worse value: 363.693020751. iteration 15740 found worse value: 363.693020751. iteration 15741 found worse value: 363.693020751. iteration 15742 found worse value: 363.693020751. iteration 15743 found worse value: 363.693020751. iteration 15744 found worse value: 363.693020751. iteration 15745 found worse value: 363.693020751. iteration 15746 found worse value: 363.693020751. iteration 15747 found worse value: 363.693020751. iteration 15748 found worse value: 363.693020751. iteration 15749 found worse value: 363.693020751. iteration 15750 found worse value: 363.693020751. iteration 15751 found worse value: 363.693020751. iteration 15752 found worse value: 363.693020751. iteration 15753 found worse value: 363.693020751. iteration 15754 found worse value: 363.693020751. iteration 15755 found worse value: 363.693020751. iteration 15756 found worse value: 363.693020751. iteration 15757 found worse value: 363.693020751. iteration 15758 found worse value: 363.693020751. iteration 15759 found worse value: 363.693020751. iteration 15760 found worse value: 363.693020751. iteration 15761 found worse value: 363.693020751. iteration 15762 found worse value: 363.693020751. iteration 15763 found worse value: 363.693020751. iteration 15764 found worse value: 363.693020751. iteration 15765 found worse value: 363.693020751. iteration 15766 found worse value: 363.693020751. iteration 15767 found worse value: 363.693020751. iteration 15768 found worse value: 363.693020751. iteration 15769 found worse value: 363.693020751. iteration 15770 found worse value: 363.693020751. iteration 15771 found worse value: 363.693020751. iteration 15772 found worse value: 363.693020751. iteration 15773 found worse value: 363.693020751. iteration 15774 found worse value: 363.693020751. iteration 15775 found worse value: 363.693020751. iteration 15776 found worse value: 363.693020751. iteration 15777 found worse value: 363.693020751. iteration 15778 found worse value: 363.693020751. iteration 15779 found worse value: 363.693020751. iteration 15780 found worse value: 363.693020751. iteration 15781 found worse value: 363.693020751. iteration 15782 found worse value: 363.693020751. iteration 15783 found worse value: 363.693020751. iteration 15784 found worse value: 363.693020751. iteration15784, perturbing to get out of local maxima iteration 15785 found worse value: 363.693020751. iteration 15786 found worse value: 363.693020751. iteration 15787 found worse value: 363.693020751. iteration 15788 found worse value: 363.693020751. iteration 15789 found worse value: 363.693020751. iteration 15790 found worse value: 363.693020751. iteration 15791 found worse value: 363.693020751. iteration 15792 found worse value: 363.693020751. iteration 15793 found worse value: 363.693020751. iteration 15794 found worse value: 363.693020751. iteration 15795 found worse value: 363.693020751. iteration 15796 found worse value: 363.693020751. iteration 15797 found worse value: 363.693020751. iteration 15798 found worse value: 363.693020751. iteration 15799 found worse value: 363.693020751. iteration15799, perturbing to get out of local maxima iteration 15800 found worse value: 363.693020751. iteration 15801 found worse value: 363.693020751. iteration 15802 found worse value: 363.693020751. iteration 15803 found worse value: 363.693020751. iteration 15804 found worse value: 363.693020751. iteration 15805 found worse value: 363.693020751. iteration 15806 found worse value: 363.693020751. iteration 15807 found worse value: 363.693020751. iteration 15808 found worse value: 363.693020751. iteration 15809 found worse value: 363.693020751. iteration15809, perturbing to get out of local maxima iteration 15810 found worse value: 363.693020751. iteration 15811 found worse value: 363.693020751. iteration 15812 found worse value: 363.693020751. iteration 15813 found worse value: 363.693020751. iteration 15814 found worse value: 363.693020751. iteration 15815 found worse value: 363.693020751. iteration15815, perturbing to get out of local maxima iteration 15816 found worse value: 363.693020751. iteration 15817 found worse value: 363.693020751. iteration 15818 found worse value: 363.693020751. iteration 15819 found worse value: 363.693020751. iteration 15820 found worse value: 363.693020751. iteration 15821 found worse value: 363.693020751. iteration 15822 found worse value: 363.693020751. iteration 15823 found worse value: 363.693020751. iteration 15824 found worse value: 363.693020751. iteration 15825 found worse value: 363.693020751. iteration 15826 found worse value: 363.693020751. iteration 15827 found worse value: 363.693020751. iteration 15828 found worse value: 363.693020751. iteration 15829 found worse value: 363.693020751. iteration 15830 found worse value: 363.693020751. iteration 15831 found worse value: 363.693020751. iteration 15832 found worse value: 363.693020751. iteration 15833 found worse value: 363.693020751. iteration 15834 found worse value: 363.693020751. iteration 15835 found worse value: 363.693020751. iteration 15836 found worse value: 363.693020751. iteration 15837 found worse value: 363.693020751. iteration 15838 found worse value: 363.693020751. iteration 15839 found worse value: 363.693020751. iteration 15840 found worse value: 363.693020751. iteration 15841 found worse value: 363.693020751. iteration 15842 found worse value: 363.693020751. iteration 15843 found worse value: 363.693020751. iteration 15844 found worse value: 363.693020751. iteration 15845 found worse value: 363.693020751. iteration 15846 found worse value: 363.693020751. iteration 15847 found worse value: 363.693020751. iteration 15848 found worse value: 363.693020751. iteration 15849 found worse value: 363.693020751. iteration 15850 found worse value: 363.693020751. iteration 15851 found worse value: 363.693020751. iteration 15852 found worse value: 363.693020751. iteration 15853 found worse value: 363.693020751. iteration 15854 found worse value: 363.693020751. iteration 15855 found worse value: 363.693020751. iteration 15856 found worse value: 363.693020751. iteration 15857 found worse value: 363.693020751. iteration 15858 found worse value: 363.693020751. iteration 15859 found worse value: 363.693020751. iteration 15860 found worse value: 363.693020751. iteration 15861 found worse value: 363.693020751. iteration 15862 found worse value: 363.693020751. iteration 15863 found worse value: 363.693020751. iteration 15864 found worse value: 363.693020751. iteration 15865 found worse value: 363.693020751. iteration 15866 found better value: 363.693248072 iteration 15867 found worse value: 363.693248072. iteration 15868 found worse value: 363.693248072. iteration 15869 found worse value: 363.693248072. iteration 15870 found worse value: 363.693248072. iteration 15871 found worse value: 363.693248072. iteration 15872 found worse value: 363.693248072. iteration 15873 found worse value: 363.693248072. iteration 15874 found better value: 363.693289827 iteration 15875 found worse value: 363.693289827. iteration 15876 found worse value: 363.693289827. iteration 15877 found worse value: 363.693289827. iteration 15878 found worse value: 363.693289827. iteration15878, perturbing to get out of local maxima iteration 15879 found worse value: 363.693289827. iteration 15880 found worse value: 363.693289827. iteration15880, perturbing to get out of local maxima iteration 15881 found worse value: 363.693289827. iteration 15882 found worse value: 363.693289827. iteration 15883 found worse value: 363.693289827. iteration 15884 found worse value: 363.693289827. iteration 15885 found worse value: 363.693289827. iteration 15886 found worse value: 363.693289827. iteration 15887 found worse value: 363.693289827. iteration 15888 found worse value: 363.693289827. iteration 15889 found worse value: 363.693289827. iteration 15890 found worse value: 363.693289827. iteration 15891 found worse value: 363.693289827. iteration 15892 found worse value: 363.693289827. iteration 15893 found worse value: 363.693289827. iteration 15894 found worse value: 363.693289827. iteration 15895 found worse value: 363.693289827. iteration 15896 found worse value: 363.693289827. iteration 15897 found worse value: 363.693289827. iteration 15898 found worse value: 363.693289827. iteration 15899 found worse value: 363.693289827. iteration 15900 found worse value: 363.693289827. iteration 15901 found worse value: 363.693289827. iteration 15902 found worse value: 363.693289827. iteration 15903 found worse value: 363.693289827. iteration 15904 found worse value: 363.693289827. iteration 15905 found worse value: 363.693289827. iteration 15906 found worse value: 363.693289827. iteration 15907 found worse value: 363.693289827. iteration 15908 found worse value: 363.693289827. iteration 15909 found worse value: 363.693289827. iteration 15910 found worse value: 363.693289827. iteration 15911 found worse value: 363.693289827. iteration 15912 found worse value: 363.693289827. iteration 15913 found worse value: 363.693289827. iteration 15914 found worse value: 363.693289827. iteration15914, perturbing to get out of local maxima iteration 15915 found worse value: 363.693289827. iteration 15916 found worse value: 363.693289827. iteration 15917 found worse value: 363.693289827. iteration 15918 found worse value: 363.693289827. iteration 15919 found worse value: 363.693289827. iteration 15920 found worse value: 363.693289827. iteration 15921 found worse value: 363.693289827. iteration 15922 found worse value: 363.693289827. iteration 15923 found worse value: 363.693289827. iteration 15924 found worse value: 363.693289827. iteration 15925 found worse value: 363.693289827. iteration 15926 found worse value: 363.693289827. iteration 15927 found worse value: 363.693289827. iteration 15928 found worse value: 363.693289827. iteration 15929 found worse value: 363.693289827. iteration 15930 found worse value: 363.693289827. iteration 15931 found worse value: 363.693289827. iteration 15932 found worse value: 363.693289827. iteration 15933 found worse value: 363.693289827. iteration 15934 found worse value: 363.693289827. iteration 15935 found worse value: 363.693289827. iteration 15936 found worse value: 363.693289827. iteration 15937 found worse value: 363.693289827. iteration 15938 found worse value: 363.693289827. iteration 15939 found worse value: 363.693289827. iteration 15940 found worse value: 363.693289827. iteration 15941 found worse value: 363.693289827. iteration 15942 found worse value: 363.693289827. iteration15942, perturbing to get out of local maxima iteration 15943 found worse value: 363.693289827. iteration 15944 found worse value: 363.693289827. iteration 15945 found worse value: 363.693289827. iteration 15946 found worse value: 363.693289827. iteration 15947 found worse value: 363.693289827. iteration 15948 found worse value: 363.693289827. iteration 15949 found worse value: 363.693289827. iteration 15950 found worse value: 363.693289827. iteration 15951 found worse value: 363.693289827. iteration 15952 found worse value: 363.693289827. iteration 15953 found worse value: 363.693289827. iteration 15954 found worse value: 363.693289827. iteration 15955 found worse value: 363.693289827. iteration 15956 found worse value: 363.693289827. iteration 15957 found worse value: 363.693289827. iteration 15958 found worse value: 363.693289827. iteration 15959 found worse value: 363.693289827. iteration 15960 found worse value: 363.693289827. iteration 15961 found worse value: 363.693289827. iteration 15962 found worse value: 363.693289827. iteration 15963 found worse value: 363.693289827. iteration 15964 found worse value: 363.693289827. iteration15964, perturbing to get out of local maxima iteration 15965 found worse value: 363.693289827. iteration 15966 found worse value: 363.693289827. iteration 15967 found worse value: 363.693289827. iteration15967, perturbing to get out of local maxima iteration 15968 found worse value: 363.693289827. iteration 15969 found worse value: 363.693289827. iteration 15970 found worse value: 363.693289827. iteration 15971 found worse value: 363.693289827. iteration 15972 found worse value: 363.693289827. iteration 15973 found worse value: 363.693289827. iteration 15974 found worse value: 363.693289827. iteration 15975 found worse value: 363.693289827. iteration 15976 found worse value: 363.693289827. iteration 15977 found worse value: 363.693289827. iteration 15978 found worse value: 363.693289827. iteration 15979 found worse value: 363.693289827. iteration 15980 found worse value: 363.693289827. iteration 15981 found worse value: 363.693289827. iteration 15982 found worse value: 363.693289827. iteration 15983 found worse value: 363.693289827. iteration 15984 found worse value: 363.693289827. iteration 15985 found worse value: 363.693289827. iteration 15986 found worse value: 363.693289827. iteration15986, perturbing to get out of local maxima iteration 15987 found worse value: 363.693289827. iteration 15988 found worse value: 363.693289827. iteration 15989 found worse value: 363.693289827. iteration 15990 found worse value: 363.693289827. iteration 15991 found worse value: 363.693289827. iteration 15992 found worse value: 363.693289827. iteration 15993 found worse value: 363.693289827. iteration 15994 found worse value: 363.693289827. iteration 15995 found worse value: 363.693289827. iteration 15996 found worse value: 363.693289827. iteration 15997 found worse value: 363.693289827. iteration 15998 found worse value: 363.693289827. iteration 15999 found worse value: 363.693289827. iteration 16000 found worse value: 363.693289827. iteration 16001 found worse value: 363.693289827. iteration 16002 found worse value: 363.693289827. iteration 16003 found worse value: 363.693289827. iteration 16004 found worse value: 363.693289827. iteration 16005 found worse value: 363.693289827. iteration 16006 found worse value: 363.693289827. iteration 16007 found worse value: 363.693289827. iteration 16008 found worse value: 363.693289827. iteration 16009 found worse value: 363.693289827. iteration 16010 found worse value: 363.693289827. iteration 16011 found worse value: 363.693289827. iteration 16012 found worse value: 363.693289827. iteration 16013 found worse value: 363.693289827. iteration 16014 found worse value: 363.693289827. iteration 16015 found worse value: 363.693289827. iteration 16016 found worse value: 363.693289827. iteration 16017 found worse value: 363.693289827. iteration 16018 found worse value: 363.693289827. iteration 16019 found worse value: 363.693289827. iteration 16020 found worse value: 363.693289827. iteration 16021 found worse value: 363.693289827. iteration16021, perturbing to get out of local maxima iteration 16022 found worse value: 363.693289827. iteration 16023 found worse value: 363.693289827. iteration 16024 found worse value: 363.693289827. iteration 16025 found worse value: 363.693289827. iteration 16026 found worse value: 363.693289827. iteration 16027 found worse value: 363.693289827. iteration 16028 found worse value: 363.693289827. iteration 16029 found worse value: 363.693289827. iteration 16030 found worse value: 363.693289827. iteration16030, perturbing to get out of local maxima iteration 16031 found worse value: 363.693289827. iteration 16032 found worse value: 363.693289827. iteration 16033 found worse value: 363.693289827. iteration 16034 found worse value: 363.693289827. iteration 16035 found worse value: 363.693289827. iteration 16036 found worse value: 363.693289827. iteration 16037 found worse value: 363.693289827. iteration 16038 found worse value: 363.693289827. iteration 16039 found worse value: 363.693289827. iteration 16040 found worse value: 363.693289827. iteration 16041 found worse value: 363.693289827. iteration 16042 found worse value: 363.693289827. iteration 16043 found worse value: 363.693289827. iteration 16044 found worse value: 363.693289827. iteration 16045 found worse value: 363.693289827. iteration16045, perturbing to get out of local maxima iteration 16046 found worse value: 363.693289827. iteration16046, perturbing to get out of local maxima iteration 16047 found worse value: 363.693289827. iteration 16048 found worse value: 363.693289827. iteration 16049 found worse value: 363.693289827. iteration 16050 found worse value: 363.693289827. iteration 16051 found worse value: 363.693289827. iteration 16052 found worse value: 363.693289827. iteration 16053 found worse value: 363.693289827. iteration 16054 found worse value: 363.693289827. iteration16054, perturbing to get out of local maxima iteration 16055 found worse value: 363.693289827. iteration 16056 found worse value: 363.693289827. iteration 16057 found worse value: 363.693289827. iteration 16058 found worse value: 363.693289827. iteration 16059 found worse value: 363.693289827. iteration 16060 found worse value: 363.693289827. iteration 16061 found worse value: 363.693289827. iteration 16062 found worse value: 363.693289827. iteration 16063 found worse value: 363.693289827. iteration 16064 found worse value: 363.693289827. iteration 16065 found worse value: 363.693289827. iteration 16066 found worse value: 363.693289827. iteration 16067 found worse value: 363.693289827. iteration 16068 found worse value: 363.693289827. iteration 16069 found worse value: 363.693289827. iteration 16070 found worse value: 363.693289827. iteration 16071 found worse value: 363.693289827. iteration 16072 found worse value: 363.693289827. iteration 16073 found worse value: 363.693289827. iteration 16074 found worse value: 363.693289827. iteration 16075 found worse value: 363.693289827. iteration 16076 found worse value: 363.693289827. iteration 16077 found worse value: 363.693289827. iteration 16078 found worse value: 363.693289827. iteration 16079 found worse value: 363.693289827. iteration 16080 found worse value: 363.693289827. iteration 16081 found worse value: 363.693289827. iteration 16082 found worse value: 363.693289827. iteration 16083 found worse value: 363.693289827. iteration 16084 found worse value: 363.693289827. iteration 16085 found worse value: 363.693289827. iteration 16086 found worse value: 363.693289827. iteration 16087 found worse value: 363.693289827. iteration 16088 found worse value: 363.693289827. iteration 16089 found worse value: 363.693289827. iteration16089, perturbing to get out of local maxima iteration 16090 found worse value: 363.693289827. iteration 16091 found worse value: 363.693289827. iteration 16092 found worse value: 363.693289827. iteration 16093 found worse value: 363.693289827. iteration 16094 found worse value: 363.693289827. iteration16094, perturbing to get out of local maxima iteration 16095 found worse value: 363.693289827. iteration 16096 found worse value: 363.693289827. iteration 16097 found worse value: 363.693289827. iteration 16098 found worse value: 363.693289827. iteration 16099 found worse value: 363.693289827. iteration 16100 found worse value: 363.693289827. iteration 16101 found worse value: 363.693289827. iteration 16102 found worse value: 363.693289827. iteration 16103 found worse value: 363.693289827. iteration 16104 found worse value: 363.693289827. iteration16104, perturbing to get out of local maxima iteration 16105 found worse value: 363.693289827. iteration16105, perturbing to get out of local maxima iteration 16106 found worse value: 363.693289827. iteration 16107 found worse value: 363.693289827. iteration 16108 found worse value: 363.693289827. iteration 16109 found worse value: 363.693289827. iteration 16110 found worse value: 363.693289827. iteration 16111 found worse value: 363.693289827. iteration 16112 found worse value: 363.693289827. iteration 16113 found worse value: 363.693289827. iteration 16114 found worse value: 363.693289827. iteration 16115 found worse value: 363.693289827. iteration 16116 found worse value: 363.693289827. iteration 16117 found worse value: 363.693289827. iteration 16118 found worse value: 363.693289827. iteration 16119 found worse value: 363.693289827. iteration 16120 found worse value: 363.693289827. iteration 16121 found worse value: 363.693289827. iteration 16122 found worse value: 363.693289827. iteration 16123 found worse value: 363.693289827. iteration16123, perturbing to get out of local maxima iteration 16124 found worse value: 363.693289827. iteration 16125 found worse value: 363.693289827. iteration 16126 found worse value: 363.693289827. iteration 16127 found worse value: 363.693289827. iteration 16128 found worse value: 363.693289827. iteration 16129 found worse value: 363.693289827. iteration 16130 found worse value: 363.693289827. iteration 16131 found worse value: 363.693289827. iteration 16132 found worse value: 363.693289827. iteration 16133 found worse value: 363.693289827. iteration 16134 found worse value: 363.693289827. iteration 16135 found worse value: 363.693289827. iteration 16136 found worse value: 363.693289827. iteration 16137 found worse value: 363.693289827. iteration 16138 found worse value: 363.693289827. iteration 16139 found worse value: 363.693289827. iteration16139, perturbing to get out of local maxima iteration 16140 found worse value: 363.693289827. iteration 16141 found worse value: 363.693289827. iteration 16142 found worse value: 363.693289827. iteration 16143 found worse value: 363.693289827. iteration 16144 found worse value: 363.693289827. iteration 16145 found worse value: 363.693289827. iteration 16146 found worse value: 363.693289827. iteration 16147 found worse value: 363.693289827. iteration 16148 found worse value: 363.693289827. iteration 16149 found worse value: 363.693289827. iteration 16150 found worse value: 363.693289827. iteration 16151 found worse value: 363.693289827. iteration 16152 found worse value: 363.693289827. iteration 16153 found worse value: 363.693289827. iteration 16154 found worse value: 363.693289827. iteration 16155 found worse value: 363.693289827. iteration 16156 found worse value: 363.693289827. iteration 16157 found worse value: 363.693289827. iteration 16158 found worse value: 363.693289827. iteration 16159 found worse value: 363.693289827. iteration 16160 found worse value: 363.693289827. iteration 16161 found worse value: 363.693289827. iteration 16162 found worse value: 363.693289827. iteration 16163 found worse value: 363.693289827. iteration 16164 found worse value: 363.693289827. iteration 16165 found worse value: 363.693289827. iteration 16166 found worse value: 363.693289827. iteration 16167 found worse value: 363.693289827. iteration 16168 found worse value: 363.693289827. iteration 16169 found worse value: 363.693289827. iteration 16170 found worse value: 363.693289827. iteration16170, perturbing to get out of local maxima iteration 16171 found worse value: 363.693289827. iteration 16172 found worse value: 363.693289827. iteration 16173 found worse value: 363.693289827. iteration 16174 found worse value: 363.693289827. iteration 16175 found worse value: 363.693289827. iteration 16176 found worse value: 363.693289827. iteration 16177 found worse value: 363.693289827. iteration 16178 found worse value: 363.693289827. iteration 16179 found worse value: 363.693289827. iteration 16180 found worse value: 363.693289827. iteration 16181 found worse value: 363.693289827. iteration 16182 found worse value: 363.693289827. iteration 16183 found worse value: 363.693289827. iteration 16184 found worse value: 363.693289827. iteration16184, perturbing to get out of local maxima iteration 16185 found worse value: 363.693289827. iteration 16186 found worse value: 363.693289827. iteration 16187 found worse value: 363.693289827. iteration 16188 found worse value: 363.693289827. iteration 16189 found worse value: 363.693289827. iteration 16190 found worse value: 363.693289827. iteration 16191 found worse value: 363.693289827. iteration 16192 found worse value: 363.693289827. iteration 16193 found worse value: 363.693289827. iteration16193, perturbing to get out of local maxima iteration 16194 found worse value: 363.693289827. iteration 16195 found worse value: 363.693289827. iteration 16196 found worse value: 363.693289827. iteration 16197 found worse value: 363.693289827. iteration 16198 found worse value: 363.693289827. iteration 16199 found worse value: 363.693289827. iteration 16200 found worse value: 363.693289827. iteration 16201 found worse value: 363.693289827. iteration 16202 found worse value: 363.693289827. iteration16202, perturbing to get out of local maxima iteration 16203 found worse value: 363.693289827. iteration 16204 found worse value: 363.693289827. iteration 16205 found worse value: 363.693289827. iteration 16206 found worse value: 363.693289827. iteration 16207 found worse value: 363.693289827. iteration 16208 found worse value: 363.693289827. iteration 16209 found worse value: 363.693289827. iteration 16210 found worse value: 363.693289827. iteration 16211 found worse value: 363.693289827. iteration 16212 found worse value: 363.693289827. iteration 16213 found worse value: 363.693289827. iteration 16214 found worse value: 363.693289827. iteration16214, perturbing to get out of local maxima iteration 16215 found worse value: 363.693289827. iteration 16216 found worse value: 363.693289827. iteration 16217 found worse value: 363.693289827. iteration 16218 found worse value: 363.693289827. iteration 16219 found worse value: 363.693289827. iteration 16220 found worse value: 363.693289827. iteration 16221 found worse value: 363.693289827. iteration 16222 found worse value: 363.693289827. iteration 16223 found worse value: 363.693289827. iteration 16224 found worse value: 363.693289827. iteration 16225 found worse value: 363.693289827. iteration 16226 found worse value: 363.693289827. iteration 16227 found worse value: 363.693289827. iteration 16228 found worse value: 363.693289827. iteration 16229 found worse value: 363.693289827. iteration 16230 found worse value: 363.693289827. iteration 16231 found worse value: 363.693289827. iteration 16232 found worse value: 363.693289827. iteration 16233 found worse value: 363.693289827. iteration16233, perturbing to get out of local maxima iteration 16234 found worse value: 363.693289827. iteration 16235 found worse value: 363.693289827. iteration 16236 found worse value: 363.693289827. iteration 16237 found worse value: 363.693289827. iteration 16238 found worse value: 363.693289827. iteration 16239 found worse value: 363.693289827. iteration 16240 found worse value: 363.693289827. iteration16240, perturbing to get out of local maxima iteration 16241 found worse value: 363.693289827. iteration 16242 found worse value: 363.693289827. iteration 16243 found worse value: 363.693289827. iteration 16244 found worse value: 363.693289827. iteration 16245 found worse value: 363.693289827. iteration 16246 found worse value: 363.693289827. iteration 16247 found worse value: 363.693289827. iteration 16248 found worse value: 363.693289827. iteration 16249 found worse value: 363.693289827. iteration 16250 found worse value: 363.693289827. iteration 16251 found worse value: 363.693289827. iteration 16252 found worse value: 363.693289827. iteration 16253 found worse value: 363.693289827. iteration 16254 found worse value: 363.693289827. iteration 16255 found worse value: 363.693289827. iteration 16256 found worse value: 363.693289827. iteration 16257 found worse value: 363.693289827. iteration 16258 found worse value: 363.693289827. iteration 16259 found worse value: 363.693289827. iteration 16260 found worse value: 363.693289827. iteration 16261 found worse value: 363.693289827. iteration 16262 found worse value: 363.693289827. iteration 16263 found worse value: 363.693289827. iteration 16264 found worse value: 363.693289827. iteration 16265 found worse value: 363.693289827. iteration 16266 found worse value: 363.693289827. iteration 16267 found worse value: 363.693289827. iteration 16268 found worse value: 363.693289827. iteration 16269 found worse value: 363.693289827. iteration 16270 found worse value: 363.693289827. iteration 16271 found worse value: 363.693289827. iteration 16272 found worse value: 363.693289827. iteration 16273 found worse value: 363.693289827. iteration 16274 found worse value: 363.693289827. iteration 16275 found worse value: 363.693289827. iteration 16276 found worse value: 363.693289827. iteration 16277 found worse value: 363.693289827. iteration 16278 found worse value: 363.693289827. iteration 16279 found worse value: 363.693289827. iteration 16280 found worse value: 363.693289827. iteration 16281 found worse value: 363.693289827. iteration 16282 found worse value: 363.693289827. iteration 16283 found worse value: 363.693289827. iteration 16284 found worse value: 363.693289827. iteration 16285 found worse value: 363.693289827. iteration 16286 found worse value: 363.693289827. iteration 16287 found worse value: 363.693289827. iteration 16288 found worse value: 363.693289827. iteration 16289 found worse value: 363.693289827. iteration 16290 found worse value: 363.693289827. iteration 16291 found worse value: 363.693289827. iteration 16292 found worse value: 363.693289827. iteration 16293 found worse value: 363.693289827. iteration16293, perturbing to get out of local maxima iteration 16294 found worse value: 363.693289827. iteration 16295 found worse value: 363.693289827. iteration 16296 found worse value: 363.693289827. iteration 16297 found worse value: 363.693289827. iteration 16298 found worse value: 363.693289827. iteration16298, perturbing to get out of local maxima iteration 16299 found worse value: 363.693289827. iteration 16300 found worse value: 363.693289827. iteration 16301 found worse value: 363.693289827. iteration 16302 found worse value: 363.693289827. iteration 16303 found worse value: 363.693289827. iteration 16304 found worse value: 363.693289827. iteration 16305 found worse value: 363.693289827. iteration 16306 found worse value: 363.693289827. iteration 16307 found worse value: 363.693289827. iteration 16308 found worse value: 363.693289827. iteration 16309 found worse value: 363.693289827. iteration 16310 found worse value: 363.693289827. iteration 16311 found worse value: 363.693289827. iteration 16312 found worse value: 363.693289827. iteration 16313 found worse value: 363.693289827. iteration 16314 found worse value: 363.693289827. iteration 16315 found worse value: 363.693289827. iteration 16316 found worse value: 363.693289827. iteration 16317 found worse value: 363.693289827. iteration 16318 found worse value: 363.693289827. iteration 16319 found worse value: 363.693289827. iteration 16320 found worse value: 363.693289827. iteration 16321 found worse value: 363.693289827. iteration 16322 found worse value: 363.693289827. iteration 16323 found worse value: 363.693289827. iteration16323, perturbing to get out of local maxima iteration 16324 found worse value: 363.693289827. iteration 16325 found worse value: 363.693289827. iteration 16326 found worse value: 363.693289827. iteration 16327 found worse value: 363.693289827. iteration 16328 found worse value: 363.693289827. iteration 16329 found worse value: 363.693289827. iteration 16330 found worse value: 363.693289827. iteration 16331 found worse value: 363.693289827. iteration 16332 found worse value: 363.693289827. iteration 16333 found worse value: 363.693289827. iteration 16334 found worse value: 363.693289827. iteration 16335 found worse value: 363.693289827. iteration 16336 found worse value: 363.693289827. iteration 16337 found worse value: 363.693289827. iteration 16338 found worse value: 363.693289827. iteration 16339 found worse value: 363.693289827. iteration 16340 found worse value: 363.693289827. iteration 16341 found worse value: 363.693289827. iteration 16342 found worse value: 363.693289827. iteration 16343 found worse value: 363.693289827. iteration 16344 found worse value: 363.693289827. iteration 16345 found worse value: 363.693289827. iteration 16346 found worse value: 363.693289827. iteration 16347 found worse value: 363.693289827. iteration 16348 found worse value: 363.693289827. iteration 16349 found worse value: 363.693289827. iteration 16350 found worse value: 363.693289827. iteration 16351 found worse value: 363.693289827. iteration 16352 found worse value: 363.693289827. iteration 16353 found worse value: 363.693289827. iteration 16354 found worse value: 363.693289827. iteration 16355 found worse value: 363.693289827. iteration 16356 found worse value: 363.693289827. iteration 16357 found worse value: 363.693289827. iteration 16358 found worse value: 363.693289827. iteration 16359 found worse value: 363.693289827. iteration 16360 found worse value: 363.693289827. iteration 16361 found worse value: 363.693289827. iteration 16362 found worse value: 363.693289827. iteration 16363 found worse value: 363.693289827. iteration 16364 found worse value: 363.693289827. iteration 16365 found worse value: 363.693289827. iteration 16366 found worse value: 363.693289827. iteration 16367 found worse value: 363.693289827. iteration 16368 found worse value: 363.693289827. iteration 16369 found worse value: 363.693289827. iteration 16370 found worse value: 363.693289827. iteration 16371 found worse value: 363.693289827. iteration 16372 found worse value: 363.693289827. iteration 16373 found worse value: 363.693289827. iteration 16374 found worse value: 363.693289827. iteration 16375 found worse value: 363.693289827. iteration 16376 found worse value: 363.693289827. iteration 16377 found worse value: 363.693289827. iteration 16378 found worse value: 363.693289827. iteration 16379 found worse value: 363.693289827. iteration 16380 found worse value: 363.693289827. iteration 16381 found worse value: 363.693289827. iteration 16382 found worse value: 363.693289827. iteration 16383 found worse value: 363.693289827. iteration 16384 found worse value: 363.693289827. iteration 16385 found worse value: 363.693289827. iteration 16386 found worse value: 363.693289827. iteration 16387 found worse value: 363.693289827. iteration 16388 found worse value: 363.693289827. iteration 16389 found worse value: 363.693289827. iteration 16390 found worse value: 363.693289827. iteration 16391 found worse value: 363.693289827. iteration 16392 found worse value: 363.693289827. iteration 16393 found worse value: 363.693289827. iteration 16394 found worse value: 363.693289827. iteration 16395 found worse value: 363.693289827. iteration 16396 found worse value: 363.693289827. iteration 16397 found worse value: 363.693289827. iteration 16398 found worse value: 363.693289827. iteration 16399 found worse value: 363.693289827. iteration 16400 found worse value: 363.693289827. iteration 16401 found worse value: 363.693289827. iteration 16402 found worse value: 363.693289827. iteration 16403 found worse value: 363.693289827. iteration 16404 found worse value: 363.693289827. iteration 16405 found worse value: 363.693289827. iteration 16406 found worse value: 363.693289827. iteration 16407 found worse value: 363.693289827. iteration 16408 found worse value: 363.693289827. iteration 16409 found worse value: 363.693289827. iteration 16410 found worse value: 363.693289827. iteration 16411 found worse value: 363.693289827. iteration 16412 found worse value: 363.693289827. iteration 16413 found worse value: 363.693289827. iteration 16414 found worse value: 363.693289827. iteration 16415 found worse value: 363.693289827. iteration 16416 found worse value: 363.693289827. iteration 16417 found worse value: 363.693289827. iteration 16418 found worse value: 363.693289827. iteration 16419 found worse value: 363.693289827. iteration 16420 found worse value: 363.693289827. iteration 16421 found worse value: 363.693289827. iteration 16422 found worse value: 363.693289827. iteration16422, perturbing to get out of local maxima iteration 16423 found worse value: 363.693289827. iteration 16424 found worse value: 363.693289827. iteration 16425 found worse value: 363.693289827. iteration 16426 found worse value: 363.693289827. iteration 16427 found worse value: 363.693289827. iteration 16428 found worse value: 363.693289827. iteration 16429 found worse value: 363.693289827. iteration 16430 found worse value: 363.693289827. iteration 16431 found worse value: 363.693289827. iteration 16432 found worse value: 363.693289827. iteration 16433 found worse value: 363.693289827. iteration 16434 found worse value: 363.693289827. iteration 16435 found worse value: 363.693289827. iteration 16436 found worse value: 363.693289827. iteration 16437 found worse value: 363.693289827. iteration 16438 found worse value: 363.693289827. iteration 16439 found worse value: 363.693289827. iteration 16440 found worse value: 363.693289827. iteration 16441 found worse value: 363.693289827. iteration 16442 found worse value: 363.693289827. iteration16442, perturbing to get out of local maxima iteration 16443 found worse value: 363.693289827. iteration 16444 found worse value: 363.693289827. iteration 16445 found worse value: 363.693289827. iteration 16446 found worse value: 363.693289827. iteration 16447 found worse value: 363.693289827. iteration 16448 found worse value: 363.693289827. iteration 16449 found worse value: 363.693289827. iteration 16450 found worse value: 363.693289827. iteration 16451 found worse value: 363.693289827. iteration 16452 found worse value: 363.693289827. iteration 16453 found worse value: 363.693289827. iteration 16454 found worse value: 363.693289827. iteration16454, perturbing to get out of local maxima iteration 16455 found worse value: 363.693289827. iteration 16456 found worse value: 363.693289827. iteration 16457 found worse value: 363.693289827. iteration 16458 found worse value: 363.693289827. iteration 16459 found worse value: 363.693289827. iteration 16460 found worse value: 363.693289827. iteration 16461 found worse value: 363.693289827. iteration 16462 found worse value: 363.693289827. iteration 16463 found worse value: 363.693289827. iteration 16464 found worse value: 363.693289827. iteration 16465 found worse value: 363.693289827. iteration 16466 found worse value: 363.693289827. iteration 16467 found worse value: 363.693289827. iteration 16468 found worse value: 363.693289827. iteration 16469 found worse value: 363.693289827. iteration 16470 found worse value: 363.693289827. iteration 16471 found worse value: 363.693289827. iteration 16472 found worse value: 363.693289827. iteration 16473 found worse value: 363.693289827. iteration 16474 found worse value: 363.693289827. iteration16474, perturbing to get out of local maxima iteration 16475 found worse value: 363.693289827. iteration 16476 found worse value: 363.693289827. iteration 16477 found worse value: 363.693289827. iteration 16478 found worse value: 363.693289827. iteration 16479 found worse value: 363.693289827. iteration 16480 found worse value: 363.693289827. iteration 16481 found worse value: 363.693289827. iteration 16482 found worse value: 363.693289827. iteration 16483 found worse value: 363.693289827. iteration 16484 found worse value: 363.693289827. iteration16484, perturbing to get out of local maxima iteration 16485 found worse value: 363.693289827. iteration 16486 found worse value: 363.693289827. iteration 16487 found worse value: 363.693289827. iteration 16488 found worse value: 363.693289827. iteration 16489 found worse value: 363.693289827. iteration 16490 found worse value: 363.693289827. iteration 16491 found worse value: 363.693289827. iteration 16492 found worse value: 363.693289827. iteration 16493 found worse value: 363.693289827. iteration 16494 found worse value: 363.693289827. iteration 16495 found worse value: 363.693289827. iteration 16496 found worse value: 363.693289827. iteration 16497 found worse value: 363.693289827. iteration 16498 found worse value: 363.693289827. iteration 16499 found worse value: 363.693289827. iteration 16500 found worse value: 363.693289827. iteration 16501 found worse value: 363.693289827. iteration 16502 found worse value: 363.693289827. iteration 16503 found worse value: 363.693289827. iteration 16504 found worse value: 363.693289827. iteration16504, perturbing to get out of local maxima iteration 16505 found worse value: 363.693289827. iteration 16506 found worse value: 363.693289827. iteration 16507 found worse value: 363.693289827. iteration 16508 found worse value: 363.693289827. iteration 16509 found worse value: 363.693289827. iteration 16510 found worse value: 363.693289827. iteration 16511 found worse value: 363.693289827. iteration 16512 found worse value: 363.693289827. iteration 16513 found worse value: 363.693289827. iteration 16514 found worse value: 363.693289827. iteration 16515 found worse value: 363.693289827. iteration 16516 found worse value: 363.693289827. iteration 16517 found worse value: 363.693289827. iteration 16518 found worse value: 363.693289827. iteration 16519 found worse value: 363.693289827. iteration16519, perturbing to get out of local maxima iteration 16520 found worse value: 363.693289827. iteration 16521 found worse value: 363.693289827. iteration 16522 found worse value: 363.693289827. iteration 16523 found worse value: 363.693289827. iteration 16524 found worse value: 363.693289827. iteration 16525 found worse value: 363.693289827. iteration 16526 found worse value: 363.693289827. iteration 16527 found worse value: 363.693289827. iteration 16528 found worse value: 363.693289827. iteration 16529 found worse value: 363.693289827. iteration 16530 found worse value: 363.693289827. iteration 16531 found worse value: 363.693289827. iteration 16532 found worse value: 363.693289827. iteration 16533 found worse value: 363.693289827. iteration 16534 found worse value: 363.693289827. iteration 16535 found worse value: 363.693289827. iteration 16536 found worse value: 363.693289827. iteration 16537 found worse value: 363.693289827. iteration 16538 found worse value: 363.693289827. iteration16538, perturbing to get out of local maxima iteration 16539 found worse value: 363.693289827. iteration 16540 found worse value: 363.693289827. iteration 16541 found worse value: 363.693289827. iteration 16542 found worse value: 363.693289827. iteration 16543 found worse value: 363.693289827. iteration 16544 found worse value: 363.693289827. iteration 16545 found worse value: 363.693289827. iteration 16546 found worse value: 363.693289827. iteration16546, perturbing to get out of local maxima iteration 16547 found worse value: 363.693289827. iteration 16548 found worse value: 363.693289827. iteration 16549 found worse value: 363.693289827. iteration 16550 found worse value: 363.693289827. iteration 16551 found worse value: 363.693289827. iteration 16552 found worse value: 363.693289827. iteration 16553 found worse value: 363.693289827. iteration 16554 found worse value: 363.693289827. iteration 16555 found worse value: 363.693289827. iteration 16556 found worse value: 363.693289827. iteration 16557 found worse value: 363.693289827. iteration 16558 found worse value: 363.693289827. iteration 16559 found worse value: 363.693289827. iteration 16560 found worse value: 363.693289827. iteration 16561 found worse value: 363.693289827. iteration 16562 found worse value: 363.693289827. iteration 16563 found worse value: 363.693289827. iteration 16564 found worse value: 363.693289827. iteration 16565 found worse value: 363.693289827. iteration 16566 found worse value: 363.693289827. iteration 16567 found worse value: 363.693289827. iteration 16568 found worse value: 363.693289827. iteration 16569 found worse value: 363.693289827. iteration 16570 found worse value: 363.693289827. iteration 16571 found worse value: 363.693289827. iteration 16572 found worse value: 363.693289827. iteration 16573 found worse value: 363.693289827. iteration 16574 found better value: 363.69369578999994 iteration 16575 found worse value: 363.69369578999994. iteration 16576 found worse value: 363.69369578999994. iteration 16577 found worse value: 363.69369578999994. iteration 16578 found worse value: 363.69369578999994. iteration 16579 found worse value: 363.69369578999994. iteration 16580 found worse value: 363.69369578999994. iteration 16581 found worse value: 363.69369578999994. iteration 16582 found worse value: 363.69369578999994. iteration 16583 found worse value: 363.69369578999994. iteration 16584 found worse value: 363.69369578999994. iteration 16585 found worse value: 363.69369578999994. iteration 16586 found worse value: 363.69369578999994. iteration 16587 found worse value: 363.69369578999994. iteration 16588 found worse value: 363.69369578999994. iteration 16589 found worse value: 363.69369578999994. iteration16589, perturbing to get out of local maxima iteration 16590 found worse value: 363.69369578999994. iteration16590, perturbing to get out of local maxima iteration 16591 found worse value: 363.69369578999994. iteration16591, perturbing to get out of local maxima iteration 16592 found worse value: 363.69369578999994. iteration 16593 found worse value: 363.69369578999994. iteration 16594 found worse value: 363.69369578999994. iteration 16595 found worse value: 363.69369578999994. iteration 16596 found worse value: 363.69369578999994. iteration 16597 found worse value: 363.69369578999994. iteration16597, perturbing to get out of local maxima iteration 16598 found worse value: 363.69369578999994. iteration 16599 found worse value: 363.69369578999994. iteration 16600 found worse value: 363.69369578999994. iteration 16601 found worse value: 363.69369578999994. iteration 16602 found worse value: 363.69369578999994. iteration 16603 found worse value: 363.69369578999994. iteration 16604 found worse value: 363.69369578999994. iteration 16605 found worse value: 363.69369578999994. iteration 16606 found worse value: 363.69369578999994. iteration 16607 found worse value: 363.69369578999994. iteration 16608 found worse value: 363.69369578999994. iteration 16609 found worse value: 363.69369578999994. iteration 16610 found worse value: 363.69369578999994. iteration 16611 found worse value: 363.69369578999994. iteration 16612 found worse value: 363.69369578999994. iteration 16613 found worse value: 363.69369578999994. iteration 16614 found worse value: 363.69369578999994. iteration 16615 found worse value: 363.69369578999994. iteration 16616 found worse value: 363.69369578999994. iteration 16617 found worse value: 363.69369578999994. iteration 16618 found worse value: 363.69369578999994. iteration 16619 found worse value: 363.69369578999994. iteration 16620 found worse value: 363.69369578999994. iteration 16621 found worse value: 363.69369578999994. iteration 16622 found worse value: 363.69369578999994. iteration 16623 found worse value: 363.69369578999994. iteration 16624 found worse value: 363.69369578999994. iteration 16625 found worse value: 363.69369578999994. iteration 16626 found worse value: 363.69369578999994. iteration 16627 found worse value: 363.69369578999994. iteration 16628 found worse value: 363.69369578999994. iteration 16629 found worse value: 363.69369578999994. iteration 16630 found worse value: 363.69369578999994. iteration 16631 found worse value: 363.69369578999994. iteration 16632 found worse value: 363.69369578999994. iteration 16633 found worse value: 363.69369578999994. iteration 16634 found worse value: 363.69369578999994. iteration 16635 found worse value: 363.69369578999994. iteration 16636 found worse value: 363.69369578999994. iteration 16637 found worse value: 363.69369578999994. iteration 16638 found worse value: 363.69369578999994. iteration16638, perturbing to get out of local maxima iteration 16639 found worse value: 363.69369578999994. iteration 16640 found worse value: 363.69369578999994. iteration 16641 found worse value: 363.69369578999994. iteration 16642 found worse value: 363.69369578999994. iteration 16643 found worse value: 363.69369578999994. iteration 16644 found worse value: 363.69369578999994. iteration 16645 found worse value: 363.69369578999994. iteration16645, perturbing to get out of local maxima iteration 16646 found worse value: 363.69369578999994. iteration 16647 found worse value: 363.69369578999994. iteration 16648 found worse value: 363.69369578999994. iteration 16649 found worse value: 363.69369578999994. iteration 16650 found worse value: 363.69369578999994. iteration 16651 found worse value: 363.69369578999994. iteration 16652 found worse value: 363.69369578999994. iteration 16653 found worse value: 363.69369578999994. iteration 16654 found worse value: 363.69369578999994. iteration 16655 found better value: 363.69391153099997 iteration 16656 found better value: 363.69404555899996 iteration 16657 found worse value: 363.69404555899996. iteration 16658 found worse value: 363.69404555899996. iteration 16659 found worse value: 363.69404555899996. iteration 16660 found worse value: 363.69404555899996. iteration 16661 found worse value: 363.69404555899996. iteration 16662 found worse value: 363.69404555899996. iteration16662, perturbing to get out of local maxima iteration 16663 found worse value: 363.69404555899996. iteration 16664 found worse value: 363.69404555899996. iteration 16665 found worse value: 363.69404555899996. iteration 16666 found worse value: 363.69404555899996. iteration 16667 found worse value: 363.69404555899996. iteration 16668 found worse value: 363.69404555899996. iteration 16669 found worse value: 363.69404555899996. iteration 16670 found worse value: 363.69404555899996. iteration 16671 found better value: 363.69433551 iteration 16672 found worse value: 363.69433551. iteration 16673 found worse value: 363.69433551. iteration 16674 found worse value: 363.69433551. iteration 16675 found worse value: 363.69433551. iteration 16676 found worse value: 363.69433551. iteration 16677 found worse value: 363.69433551. iteration 16678 found worse value: 363.69433551. iteration 16679 found worse value: 363.69433551. iteration 16680 found worse value: 363.69433551. iteration 16681 found worse value: 363.69433551. iteration 16682 found worse value: 363.69433551. iteration 16683 found worse value: 363.69433551. iteration 16684 found worse value: 363.69433551. iteration 16685 found worse value: 363.69433551. iteration 16686 found worse value: 363.69433551. iteration 16687 found worse value: 363.69433551. iteration 16688 found worse value: 363.69433551. iteration 16689 found worse value: 363.69433551. iteration 16690 found worse value: 363.69433551. iteration16690, perturbing to get out of local maxima iteration 16691 found worse value: 363.69433551. iteration 16692 found worse value: 363.69433551. iteration16692, perturbing to get out of local maxima iteration 16693 found worse value: 363.69433551. iteration 16694 found worse value: 363.69433551. iteration 16695 found worse value: 363.69433551. iteration 16696 found worse value: 363.69433551. iteration 16697 found worse value: 363.69433551. iteration 16698 found worse value: 363.69433551. iteration 16699 found worse value: 363.69433551. iteration 16700 found worse value: 363.69433551. iteration 16701 found worse value: 363.69433551. iteration 16702 found worse value: 363.69433551. iteration 16703 found worse value: 363.69433551. iteration 16704 found worse value: 363.69433551. iteration 16705 found worse value: 363.69433551. iteration 16706 found worse value: 363.69433551. iteration 16707 found worse value: 363.69433551. iteration 16708 found worse value: 363.69433551. iteration 16709 found worse value: 363.69433551. iteration 16710 found worse value: 363.69433551. iteration 16711 found worse value: 363.69433551. iteration 16712 found worse value: 363.69433551. iteration 16713 found worse value: 363.69433551. iteration 16714 found worse value: 363.69433551. iteration 16715 found worse value: 363.69433551. iteration 16716 found worse value: 363.69433551. iteration 16717 found worse value: 363.69433551. iteration 16718 found worse value: 363.69433551. iteration 16719 found worse value: 363.69433551. iteration 16720 found worse value: 363.69433551. iteration 16721 found worse value: 363.69433551. iteration 16722 found worse value: 363.69433551. iteration 16723 found worse value: 363.69433551. iteration 16724 found worse value: 363.69433551. iteration 16725 found worse value: 363.69433551. iteration 16726 found worse value: 363.69433551. iteration 16727 found worse value: 363.69433551. iteration 16728 found worse value: 363.69433551. iteration 16729 found worse value: 363.69433551. iteration 16730 found worse value: 363.69433551. iteration 16731 found worse value: 363.69433551. iteration 16732 found worse value: 363.69433551. iteration 16733 found worse value: 363.69433551. iteration 16734 found worse value: 363.69433551. iteration 16735 found worse value: 363.69433551. iteration 16736 found worse value: 363.69433551. iteration 16737 found worse value: 363.69433551. iteration 16738 found worse value: 363.69433551. iteration 16739 found worse value: 363.69433551. iteration 16740 found worse value: 363.69433551. iteration 16741 found worse value: 363.69433551. iteration 16742 found worse value: 363.69433551. iteration 16743 found worse value: 363.69433551. iteration 16744 found worse value: 363.69433551. iteration 16745 found worse value: 363.69433551. iteration 16746 found worse value: 363.69433551. iteration 16747 found worse value: 363.69433551. iteration 16748 found worse value: 363.69433551. iteration 16749 found worse value: 363.69433551. iteration 16750 found worse value: 363.69433551. iteration 16751 found worse value: 363.69433551. iteration 16752 found worse value: 363.69433551. iteration 16753 found worse value: 363.69433551. iteration 16754 found worse value: 363.69433551. iteration 16755 found worse value: 363.69433551. iteration 16756 found worse value: 363.69433551. iteration 16757 found worse value: 363.69433551. iteration 16758 found worse value: 363.69433551. iteration 16759 found worse value: 363.69433551. iteration 16760 found worse value: 363.69433551. iteration 16761 found worse value: 363.69433551. iteration 16762 found worse value: 363.69433551. iteration 16763 found worse value: 363.69433551. iteration 16764 found worse value: 363.69433551. iteration 16765 found worse value: 363.69433551. iteration 16766 found worse value: 363.69433551. iteration 16767 found worse value: 363.69433551. iteration 16768 found worse value: 363.69433551. iteration 16769 found worse value: 363.69433551. iteration 16770 found worse value: 363.69433551. iteration 16771 found worse value: 363.69433551. iteration 16772 found worse value: 363.69433551. iteration 16773 found worse value: 363.69433551. iteration 16774 found worse value: 363.69433551. iteration 16775 found worse value: 363.69433551. iteration 16776 found worse value: 363.69433551. iteration 16777 found worse value: 363.69433551. iteration 16778 found worse value: 363.69433551. iteration 16779 found worse value: 363.69433551. iteration 16780 found worse value: 363.69433551. iteration16780, perturbing to get out of local maxima iteration 16781 found worse value: 363.69433551. iteration16781, perturbing to get out of local maxima iteration 16782 found worse value: 363.69433551. iteration16782, perturbing to get out of local maxima iteration 16783 found worse value: 363.69433551. iteration 16784 found worse value: 363.69433551. iteration 16785 found worse value: 363.69433551. iteration 16786 found worse value: 363.69433551. iteration 16787 found worse value: 363.69433551. iteration 16788 found worse value: 363.69433551. iteration 16789 found worse value: 363.69433551. iteration 16790 found worse value: 363.69433551. iteration 16791 found worse value: 363.69433551. iteration 16792 found worse value: 363.69433551. iteration 16793 found worse value: 363.69433551. iteration 16794 found worse value: 363.69433551. iteration 16795 found worse value: 363.69433551. iteration 16796 found worse value: 363.69433551. iteration 16797 found worse value: 363.69433551. iteration 16798 found worse value: 363.69433551. iteration 16799 found worse value: 363.69433551. iteration 16800 found worse value: 363.69433551. iteration 16801 found worse value: 363.69433551. iteration 16802 found worse value: 363.69433551. iteration 16803 found worse value: 363.69433551. iteration 16804 found worse value: 363.69433551. iteration 16805 found worse value: 363.69433551. iteration 16806 found worse value: 363.69433551. iteration 16807 found worse value: 363.69433551. iteration 16808 found worse value: 363.69433551. iteration 16809 found worse value: 363.69433551. iteration 16810 found worse value: 363.69433551. iteration 16811 found worse value: 363.69433551. iteration 16812 found worse value: 363.69433551. iteration 16813 found worse value: 363.69433551. iteration 16814 found worse value: 363.69433551. iteration 16815 found worse value: 363.69433551. iteration 16816 found worse value: 363.69433551. iteration 16817 found worse value: 363.69433551. iteration 16818 found worse value: 363.69433551. iteration 16819 found worse value: 363.69433551. iteration 16820 found worse value: 363.69433551. iteration 16821 found worse value: 363.69433551. iteration 16822 found worse value: 363.69433551. iteration 16823 found worse value: 363.69433551. iteration 16824 found worse value: 363.69433551. iteration 16825 found worse value: 363.69433551. iteration 16826 found worse value: 363.69433551. iteration 16827 found worse value: 363.69433551. iteration 16828 found worse value: 363.69433551. iteration 16829 found worse value: 363.69433551. iteration 16830 found worse value: 363.69433551. iteration 16831 found worse value: 363.69433551. iteration 16832 found worse value: 363.69433551. iteration 16833 found worse value: 363.69433551. iteration 16834 found worse value: 363.69433551. iteration 16835 found worse value: 363.69433551. iteration 16836 found worse value: 363.69433551. iteration 16837 found worse value: 363.69433551. iteration 16838 found worse value: 363.69433551. iteration 16839 found worse value: 363.69433551. iteration 16840 found worse value: 363.69433551. iteration 16841 found worse value: 363.69433551. iteration 16842 found worse value: 363.69433551. iteration 16843 found worse value: 363.69433551. iteration 16844 found worse value: 363.69433551. iteration 16845 found worse value: 363.69433551. iteration 16846 found worse value: 363.69433551. iteration 16847 found worse value: 363.69433551. iteration 16848 found worse value: 363.69433551. iteration16848, perturbing to get out of local maxima iteration 16849 found worse value: 363.69433551. iteration16849, perturbing to get out of local maxima iteration 16850 found worse value: 363.69433551. iteration 16851 found worse value: 363.69433551. iteration 16852 found worse value: 363.69433551. iteration 16853 found worse value: 363.69433551. iteration 16854 found worse value: 363.69433551. iteration 16855 found worse value: 363.69433551. iteration 16856 found worse value: 363.69433551. iteration16856, perturbing to get out of local maxima iteration 16857 found worse value: 363.69433551. iteration 16858 found worse value: 363.69433551. iteration 16859 found worse value: 363.69433551. iteration 16860 found worse value: 363.69433551. iteration 16861 found worse value: 363.69433551. iteration 16862 found worse value: 363.69433551. iteration 16863 found worse value: 363.69433551. iteration 16864 found worse value: 363.69433551. iteration 16865 found worse value: 363.69433551. iteration 16866 found worse value: 363.69433551. iteration 16867 found worse value: 363.69433551. iteration 16868 found worse value: 363.69433551. iteration 16869 found worse value: 363.69433551. iteration 16870 found worse value: 363.69433551. iteration16870, perturbing to get out of local maxima iteration 16871 found worse value: 363.69433551. iteration 16872 found worse value: 363.69433551. iteration 16873 found worse value: 363.69433551. iteration 16874 found better value: 363.710442774 iteration 16875 found worse value: 363.710442774. iteration 16876 found worse value: 363.710442774. iteration 16877 found worse value: 363.710442774. iteration 16878 found better value: 363.724046442 iteration 16879 found worse value: 363.724046442. iteration 16880 found better value: 363.72405926799996 iteration 16881 found worse value: 363.72405926799996. iteration 16882 found worse value: 363.72405926799996. iteration 16883 found worse value: 363.72405926799996. iteration 16884 found worse value: 363.72405926799996. iteration 16885 found worse value: 363.72405926799996. iteration 16886 found worse value: 363.72405926799996. iteration 16887 found worse value: 363.72405926799996. iteration 16888 found worse value: 363.72405926799996. iteration 16889 found better value: 363.724100532 iteration 16890 found worse value: 363.724100532. iteration 16891 found worse value: 363.724100532. iteration 16892 found worse value: 363.724100532. iteration 16893 found worse value: 363.724100532. iteration 16894 found worse value: 363.724100532. iteration 16895 found worse value: 363.724100532. iteration 16896 found worse value: 363.724100532. iteration 16897 found worse value: 363.724100532. iteration 16898 found worse value: 363.724100532. iteration 16899 found worse value: 363.724100532. iteration 16900 found better value: 363.724843069 iteration 16901 found worse value: 363.724843069. iteration16901, perturbing to get out of local maxima iteration 16902 found worse value: 363.724843069. iteration 16903 found worse value: 363.724843069. iteration 16904 found worse value: 363.724843069. iteration 16905 found worse value: 363.724843069. iteration16905, perturbing to get out of local maxima iteration 16906 found better value: 363.72518375199996 iteration 16907 found worse value: 363.72518375199996. iteration 16908 found better value: 363.725336225 iteration 16909 found worse value: 363.725336225. iteration 16910 found worse value: 363.725336225. iteration 16911 found worse value: 363.725336225. iteration 16912 found worse value: 363.725336225. iteration 16913 found worse value: 363.725336225. iteration 16914 found worse value: 363.725336225. iteration 16915 found worse value: 363.725336225. iteration 16916 found worse value: 363.725336225. iteration 16917 found worse value: 363.725336225. iteration 16918 found worse value: 363.725336225. iteration 16919 found worse value: 363.725336225. iteration 16920 found worse value: 363.725336225. iteration 16921 found worse value: 363.725336225. iteration 16922 found worse value: 363.725336225. iteration 16923 found worse value: 363.725336225. iteration 16924 found worse value: 363.725336225. iteration 16925 found worse value: 363.725336225. iteration 16926 found worse value: 363.725336225. iteration 16927 found worse value: 363.725336225. iteration 16928 found worse value: 363.725336225. iteration 16929 found worse value: 363.725336225. iteration 16930 found worse value: 363.725336225. iteration 16931 found worse value: 363.725336225. iteration 16932 found worse value: 363.725336225. iteration 16933 found worse value: 363.725336225. iteration 16934 found worse value: 363.725336225. iteration 16935 found worse value: 363.725336225. iteration 16936 found worse value: 363.725336225. iteration 16937 found better value: 363.725458223 iteration 16938 found worse value: 363.725458223. iteration 16939 found worse value: 363.725458223. iteration 16940 found worse value: 363.725458223. iteration 16941 found worse value: 363.725458223. iteration 16942 found worse value: 363.725458223. iteration 16943 found worse value: 363.725458223. iteration 16944 found worse value: 363.725458223. iteration 16945 found worse value: 363.725458223. iteration 16946 found worse value: 363.725458223. iteration 16947 found worse value: 363.725458223. iteration 16948 found worse value: 363.725458223. iteration 16949 found worse value: 363.725458223. iteration 16950 found worse value: 363.725458223. iteration 16951 found worse value: 363.725458223. iteration 16952 found worse value: 363.725458223. iteration 16953 found worse value: 363.725458223. iteration 16954 found worse value: 363.725458223. iteration16954, perturbing to get out of local maxima iteration 16955 found worse value: 363.725458223. iteration 16956 found worse value: 363.725458223. iteration 16957 found worse value: 363.725458223. iteration 16958 found worse value: 363.725458223. iteration 16959 found worse value: 363.725458223. iteration 16960 found worse value: 363.725458223. iteration 16961 found worse value: 363.725458223. iteration 16962 found worse value: 363.725458223. iteration 16963 found worse value: 363.725458223. iteration 16964 found worse value: 363.725458223. iteration 16965 found worse value: 363.725458223. iteration 16966 found worse value: 363.725458223. iteration 16967 found worse value: 363.725458223. iteration 16968 found worse value: 363.725458223. iteration 16969 found worse value: 363.725458223. iteration 16970 found worse value: 363.725458223. iteration 16971 found worse value: 363.725458223. iteration 16972 found worse value: 363.725458223. iteration 16973 found worse value: 363.725458223. iteration 16974 found worse value: 363.725458223. iteration 16975 found worse value: 363.725458223. iteration 16976 found worse value: 363.725458223. iteration 16977 found worse value: 363.725458223. iteration 16978 found worse value: 363.725458223. iteration16978, perturbing to get out of local maxima iteration 16979 found worse value: 363.725458223. iteration 16980 found worse value: 363.725458223. iteration 16981 found worse value: 363.725458223. iteration 16982 found worse value: 363.725458223. iteration 16983 found worse value: 363.725458223. iteration 16984 found worse value: 363.725458223. iteration 16985 found worse value: 363.725458223. iteration 16986 found worse value: 363.725458223. iteration 16987 found worse value: 363.725458223. iteration 16988 found worse value: 363.725458223. iteration 16989 found worse value: 363.725458223. iteration 16990 found worse value: 363.725458223. iteration 16991 found worse value: 363.725458223. iteration 16992 found worse value: 363.725458223. iteration 16993 found worse value: 363.725458223. iteration 16994 found worse value: 363.725458223. iteration 16995 found worse value: 363.725458223. iteration 16996 found worse value: 363.725458223. iteration16996, perturbing to get out of local maxima iteration 16997 found worse value: 363.725458223. iteration 16998 found worse value: 363.725458223. iteration 16999 found worse value: 363.725458223. iteration 17000 found worse value: 363.725458223. iteration 17001 found worse value: 363.725458223. iteration 17002 found worse value: 363.725458223. iteration 17003 found worse value: 363.725458223. iteration 17004 found worse value: 363.725458223. iteration 17005 found worse value: 363.725458223. iteration 17006 found worse value: 363.725458223. iteration 17007 found worse value: 363.725458223. iteration 17008 found worse value: 363.725458223. iteration 17009 found worse value: 363.725458223. iteration 17010 found worse value: 363.725458223. iteration 17011 found worse value: 363.725458223. iteration 17012 found worse value: 363.725458223. iteration 17013 found worse value: 363.725458223. iteration 17014 found worse value: 363.725458223. iteration 17015 found worse value: 363.725458223. iteration 17016 found worse value: 363.725458223. iteration 17017 found worse value: 363.725458223. iteration 17018 found worse value: 363.725458223. iteration 17019 found worse value: 363.725458223. iteration 17020 found worse value: 363.725458223. iteration 17021 found worse value: 363.725458223. iteration 17022 found worse value: 363.725458223. iteration 17023 found worse value: 363.725458223. iteration 17024 found worse value: 363.725458223. iteration 17025 found worse value: 363.725458223. iteration 17026 found worse value: 363.725458223. iteration 17027 found worse value: 363.725458223. iteration 17028 found worse value: 363.725458223. iteration 17029 found worse value: 363.725458223. iteration 17030 found worse value: 363.725458223. iteration 17031 found worse value: 363.725458223. iteration 17032 found worse value: 363.725458223. iteration17032, perturbing to get out of local maxima iteration 17033 found worse value: 363.725458223. iteration 17034 found worse value: 363.725458223. iteration 17035 found worse value: 363.725458223. iteration 17036 found worse value: 363.725458223. iteration 17037 found worse value: 363.725458223. iteration 17038 found worse value: 363.725458223. iteration 17039 found worse value: 363.725458223. iteration 17040 found worse value: 363.725458223. iteration 17041 found worse value: 363.725458223. iteration 17042 found worse value: 363.725458223. iteration 17043 found worse value: 363.725458223. iteration 17044 found worse value: 363.725458223. iteration 17045 found worse value: 363.725458223. iteration 17046 found worse value: 363.725458223. iteration 17047 found worse value: 363.725458223. iteration 17048 found worse value: 363.725458223. iteration 17049 found worse value: 363.725458223. iteration 17050 found worse value: 363.725458223. iteration 17051 found worse value: 363.725458223. iteration 17052 found worse value: 363.725458223. iteration 17053 found worse value: 363.725458223. iteration 17054 found worse value: 363.725458223. iteration 17055 found worse value: 363.725458223. iteration 17056 found better value: 363.72548063999994 iteration 17057 found worse value: 363.72548063999994. iteration 17058 found worse value: 363.72548063999994. iteration 17059 found worse value: 363.72548063999994. iteration 17060 found worse value: 363.72548063999994. iteration 17061 found worse value: 363.72548063999994. iteration 17062 found worse value: 363.72548063999994. iteration 17063 found worse value: 363.72548063999994. iteration 17064 found worse value: 363.72548063999994. iteration 17065 found worse value: 363.72548063999994. iteration 17066 found worse value: 363.72548063999994. iteration 17067 found worse value: 363.72548063999994. iteration 17068 found worse value: 363.72548063999994. iteration17068, perturbing to get out of local maxima iteration 17069 found worse value: 363.72548063999994. iteration 17070 found worse value: 363.72548063999994. iteration 17071 found worse value: 363.72548063999994. iteration 17072 found worse value: 363.72548063999994. iteration 17073 found worse value: 363.72548063999994. iteration 17074 found worse value: 363.72548063999994. iteration 17075 found worse value: 363.72548063999994. iteration 17076 found worse value: 363.72548063999994. iteration 17077 found worse value: 363.72548063999994. iteration 17078 found worse value: 363.72548063999994. iteration17078, perturbing to get out of local maxima iteration 17079 found worse value: 363.72548063999994. iteration 17080 found worse value: 363.72548063999994. iteration 17081 found worse value: 363.72548063999994. iteration 17082 found worse value: 363.72548063999994. iteration 17083 found worse value: 363.72548063999994. iteration 17084 found worse value: 363.72548063999994. iteration 17085 found worse value: 363.72548063999994. iteration 17086 found worse value: 363.72548063999994. iteration 17087 found worse value: 363.72548063999994. iteration 17088 found worse value: 363.72548063999994. iteration 17089 found worse value: 363.72548063999994. iteration 17090 found worse value: 363.72548063999994. iteration 17091 found worse value: 363.72548063999994. iteration 17092 found worse value: 363.72548063999994. iteration 17093 found worse value: 363.72548063999994. iteration 17094 found worse value: 363.72548063999994. iteration 17095 found worse value: 363.72548063999994. iteration 17096 found worse value: 363.72548063999994. iteration 17097 found worse value: 363.72548063999994. iteration 17098 found worse value: 363.72548063999994. iteration 17099 found worse value: 363.72548063999994. iteration 17100 found worse value: 363.72548063999994. iteration 17101 found worse value: 363.72548063999994. iteration 17102 found worse value: 363.72548063999994. iteration 17103 found worse value: 363.72548063999994. iteration 17104 found worse value: 363.72548063999994. iteration 17105 found worse value: 363.72548063999994. iteration 17106 found worse value: 363.72548063999994. iteration 17107 found worse value: 363.72548063999994. iteration 17108 found worse value: 363.72548063999994. iteration 17109 found worse value: 363.72548063999994. iteration17109, perturbing to get out of local maxima iteration 17110 found worse value: 363.72548063999994. iteration 17111 found worse value: 363.72548063999994. iteration 17112 found worse value: 363.72548063999994. iteration 17113 found worse value: 363.72548063999994. iteration 17114 found better value: 363.72559049899996 iteration 17115 found worse value: 363.72559049899996. iteration 17116 found worse value: 363.72559049899996. iteration 17117 found worse value: 363.72559049899996. iteration 17118 found worse value: 363.72559049899996. iteration 17119 found worse value: 363.72559049899996. iteration 17120 found worse value: 363.72559049899996. iteration 17121 found worse value: 363.72559049899996. iteration 17122 found worse value: 363.72559049899996. iteration 17123 found worse value: 363.72559049899996. iteration 17124 found worse value: 363.72559049899996. iteration 17125 found worse value: 363.72559049899996. iteration 17126 found worse value: 363.72559049899996. iteration 17127 found worse value: 363.72559049899996. iteration 17128 found worse value: 363.72559049899996. iteration 17129 found worse value: 363.72559049899996. iteration 17130 found worse value: 363.72559049899996. iteration 17131 found worse value: 363.72559049899996. iteration 17132 found worse value: 363.72559049899996. iteration 17133 found worse value: 363.72559049899996. iteration 17134 found worse value: 363.72559049899996. iteration 17135 found worse value: 363.72559049899996. iteration 17136 found worse value: 363.72559049899996. iteration 17137 found worse value: 363.72559049899996. iteration 17138 found worse value: 363.72559049899996. iteration 17139 found worse value: 363.72559049899996. iteration17139, perturbing to get out of local maxima iteration 17140 found worse value: 363.72559049899996. iteration 17141 found worse value: 363.72559049899996. iteration 17142 found worse value: 363.72559049899996. iteration 17143 found worse value: 363.72559049899996. iteration 17144 found worse value: 363.72559049899996. iteration17144, perturbing to get out of local maxima iteration 17145 found worse value: 363.72559049899996. iteration17145, perturbing to get out of local maxima iteration 17146 found worse value: 363.72559049899996. iteration 17147 found worse value: 363.72559049899996. iteration 17148 found worse value: 363.72559049899996. iteration 17149 found worse value: 363.72559049899996. iteration 17150 found worse value: 363.72559049899996. iteration 17151 found worse value: 363.72559049899996. iteration 17152 found worse value: 363.72559049899996. iteration 17153 found worse value: 363.72559049899996. iteration 17154 found worse value: 363.72559049899996. iteration 17155 found worse value: 363.72559049899996. iteration 17156 found worse value: 363.72559049899996. iteration 17157 found worse value: 363.72559049899996. iteration 17158 found worse value: 363.72559049899996. iteration 17159 found worse value: 363.72559049899996. iteration 17160 found worse value: 363.72559049899996. iteration 17161 found worse value: 363.72559049899996. iteration17161, perturbing to get out of local maxima iteration 17162 found worse value: 363.72559049899996. iteration 17163 found worse value: 363.72559049899996. iteration 17164 found worse value: 363.72559049899996. iteration17164, perturbing to get out of local maxima iteration 17165 found worse value: 363.72559049899996. iteration 17166 found worse value: 363.72559049899996. iteration 17167 found worse value: 363.72559049899996. iteration17167, perturbing to get out of local maxima iteration 17168 found worse value: 363.72559049899996. iteration 17169 found worse value: 363.72559049899996. iteration 17170 found worse value: 363.72559049899996. iteration 17171 found worse value: 363.72559049899996. iteration 17172 found worse value: 363.72559049899996. iteration 17173 found worse value: 363.72559049899996. iteration17173, perturbing to get out of local maxima iteration 17174 found worse value: 363.72559049899996. iteration 17175 found worse value: 363.72559049899996. iteration 17176 found worse value: 363.72559049899996. iteration 17177 found worse value: 363.72559049899996. iteration 17178 found worse value: 363.72559049899996. iteration 17179 found worse value: 363.72559049899996. iteration 17180 found worse value: 363.72559049899996. iteration 17181 found worse value: 363.72559049899996. iteration 17182 found worse value: 363.72559049899996. iteration 17183 found worse value: 363.72559049899996. iteration 17184 found worse value: 363.72559049899996. iteration 17185 found worse value: 363.72559049899996. iteration 17186 found worse value: 363.72559049899996. iteration 17187 found worse value: 363.72559049899996. iteration 17188 found worse value: 363.72559049899996. iteration 17189 found worse value: 363.72559049899996. iteration17189, perturbing to get out of local maxima iteration 17190 found worse value: 363.72559049899996. iteration 17191 found worse value: 363.72559049899996. iteration 17192 found worse value: 363.72559049899996. iteration 17193 found worse value: 363.72559049899996. iteration 17194 found worse value: 363.72559049899996. iteration 17195 found worse value: 363.72559049899996. iteration 17196 found worse value: 363.72559049899996. iteration 17197 found worse value: 363.72559049899996. iteration 17198 found worse value: 363.72559049899996. iteration 17199 found worse value: 363.72559049899996. iteration 17200 found worse value: 363.72559049899996. iteration 17201 found worse value: 363.72559049899996. iteration 17202 found worse value: 363.72559049899996. iteration 17203 found worse value: 363.72559049899996. iteration 17204 found worse value: 363.72559049899996. iteration 17205 found worse value: 363.72559049899996. iteration 17206 found worse value: 363.72559049899996. iteration 17207 found worse value: 363.72559049899996. iteration 17208 found worse value: 363.72559049899996. iteration 17209 found worse value: 363.72559049899996. iteration 17210 found worse value: 363.72559049899996. iteration 17211 found worse value: 363.72559049899996. iteration 17212 found worse value: 363.72559049899996. iteration 17213 found worse value: 363.72559049899996. iteration 17214 found worse value: 363.72559049899996. iteration 17215 found worse value: 363.72559049899996. iteration 17216 found worse value: 363.72559049899996. iteration 17217 found worse value: 363.72559049899996. iteration 17218 found worse value: 363.72559049899996. iteration 17219 found worse value: 363.72559049899996. iteration 17220 found worse value: 363.72559049899996. iteration 17221 found worse value: 363.72559049899996. iteration 17222 found worse value: 363.72559049899996. iteration 17223 found worse value: 363.72559049899996. iteration 17224 found worse value: 363.72559049899996. iteration 17225 found worse value: 363.72559049899996. iteration 17226 found worse value: 363.72559049899996. iteration 17227 found worse value: 363.72559049899996. iteration 17228 found worse value: 363.72559049899996. iteration 17229 found worse value: 363.72559049899996. iteration 17230 found worse value: 363.72559049899996. iteration 17231 found worse value: 363.72559049899996. iteration 17232 found worse value: 363.72559049899996. iteration 17233 found worse value: 363.72559049899996. iteration 17234 found worse value: 363.72559049899996. iteration 17235 found worse value: 363.72559049899996. iteration 17236 found worse value: 363.72559049899996. iteration17236, perturbing to get out of local maxima iteration 17237 found worse value: 363.72559049899996. iteration 17238 found worse value: 363.72559049899996. iteration 17239 found worse value: 363.72559049899996. iteration 17240 found worse value: 363.72559049899996. iteration 17241 found worse value: 363.72559049899996. iteration 17242 found worse value: 363.72559049899996. iteration 17243 found worse value: 363.72559049899996. iteration 17244 found worse value: 363.72559049899996. iteration 17245 found worse value: 363.72559049899996. iteration 17246 found worse value: 363.72559049899996. iteration 17247 found worse value: 363.72559049899996. iteration 17248 found worse value: 363.72559049899996. iteration 17249 found worse value: 363.72559049899996. iteration 17250 found worse value: 363.72559049899996. iteration 17251 found worse value: 363.72559049899996. iteration 17252 found worse value: 363.72559049899996. iteration 17253 found worse value: 363.72559049899996. iteration 17254 found worse value: 363.72559049899996. iteration 17255 found worse value: 363.72559049899996. iteration 17256 found worse value: 363.72559049899996. iteration 17257 found worse value: 363.72559049899996. iteration 17258 found worse value: 363.72559049899996. iteration 17259 found worse value: 363.72559049899996. iteration 17260 found worse value: 363.72559049899996. iteration 17261 found worse value: 363.72559049899996. iteration 17262 found worse value: 363.72559049899996. iteration 17263 found worse value: 363.72559049899996. iteration 17264 found worse value: 363.72559049899996. iteration 17265 found worse value: 363.72559049899996. iteration 17266 found worse value: 363.72559049899996. iteration 17267 found better value: 363.725649554 iteration 17268 found worse value: 363.725649554. iteration 17269 found worse value: 363.725649554. iteration 17270 found worse value: 363.725649554. iteration 17271 found worse value: 363.725649554. iteration 17272 found worse value: 363.725649554. iteration 17273 found worse value: 363.725649554. iteration 17274 found worse value: 363.725649554. iteration 17275 found worse value: 363.725649554. iteration 17276 found worse value: 363.725649554. iteration 17277 found worse value: 363.725649554. iteration 17278 found worse value: 363.725649554. iteration 17279 found worse value: 363.725649554. iteration 17280 found worse value: 363.725649554. iteration 17281 found worse value: 363.725649554. iteration 17282 found worse value: 363.725649554. iteration 17283 found worse value: 363.725649554. iteration 17284 found worse value: 363.725649554. iteration 17285 found better value: 363.725720278 iteration 17286 found worse value: 363.725720278. iteration 17287 found worse value: 363.725720278. iteration 17288 found worse value: 363.725720278. iteration 17289 found worse value: 363.725720278. iteration 17290 found worse value: 363.725720278. iteration 17291 found worse value: 363.725720278. iteration 17292 found worse value: 363.725720278. iteration 17293 found worse value: 363.725720278. iteration 17294 found worse value: 363.725720278. iteration 17295 found worse value: 363.725720278. iteration 17296 found worse value: 363.725720278. iteration 17297 found worse value: 363.725720278. iteration 17298 found worse value: 363.725720278. iteration 17299 found worse value: 363.725720278. iteration 17300 found worse value: 363.725720278. iteration 17301 found worse value: 363.725720278. iteration 17302 found worse value: 363.725720278. iteration 17303 found worse value: 363.725720278. iteration 17304 found worse value: 363.725720278. iteration 17305 found worse value: 363.725720278. iteration 17306 found worse value: 363.725720278. iteration 17307 found worse value: 363.725720278. iteration 17308 found worse value: 363.725720278. iteration 17309 found worse value: 363.725720278. iteration 17310 found worse value: 363.725720278. iteration 17311 found worse value: 363.725720278. iteration 17312 found worse value: 363.725720278. iteration 17313 found worse value: 363.725720278. iteration 17314 found worse value: 363.725720278. iteration 17315 found worse value: 363.725720278. iteration 17316 found worse value: 363.725720278. iteration 17317 found worse value: 363.725720278. iteration 17318 found worse value: 363.725720278. iteration 17319 found worse value: 363.725720278. iteration 17320 found worse value: 363.725720278. iteration17320, perturbing to get out of local maxima iteration 17321 found worse value: 363.725720278. iteration17321, perturbing to get out of local maxima iteration 17322 found worse value: 363.725720278. iteration 17323 found worse value: 363.725720278. iteration 17324 found worse value: 363.725720278. iteration 17325 found worse value: 363.725720278. iteration 17326 found worse value: 363.725720278. iteration 17327 found worse value: 363.725720278. iteration 17328 found worse value: 363.725720278. iteration 17329 found worse value: 363.725720278. iteration 17330 found worse value: 363.725720278. iteration 17331 found worse value: 363.725720278. iteration 17332 found worse value: 363.725720278. iteration 17333 found worse value: 363.725720278. iteration 17334 found worse value: 363.725720278. iteration 17335 found worse value: 363.725720278. iteration 17336 found worse value: 363.725720278. iteration 17337 found worse value: 363.725720278. iteration 17338 found worse value: 363.725720278. iteration 17339 found worse value: 363.725720278. iteration 17340 found worse value: 363.725720278. iteration 17341 found worse value: 363.725720278. iteration 17342 found worse value: 363.725720278. iteration 17343 found worse value: 363.725720278. iteration 17344 found worse value: 363.725720278. iteration 17345 found worse value: 363.725720278. iteration 17346 found worse value: 363.725720278. iteration 17347 found worse value: 363.725720278. iteration 17348 found worse value: 363.725720278. iteration 17349 found worse value: 363.725720278. iteration17349, perturbing to get out of local maxima iteration 17350 found worse value: 363.725720278. iteration 17351 found worse value: 363.725720278. iteration 17352 found worse value: 363.725720278. iteration 17353 found worse value: 363.725720278. iteration 17354 found worse value: 363.725720278. iteration 17355 found worse value: 363.725720278. iteration 17356 found worse value: 363.725720278. iteration 17357 found worse value: 363.725720278. iteration 17358 found worse value: 363.725720278. iteration 17359 found worse value: 363.725720278. iteration 17360 found worse value: 363.725720278. iteration 17361 found worse value: 363.725720278. iteration 17362 found worse value: 363.725720278. iteration 17363 found worse value: 363.725720278. iteration 17364 found worse value: 363.725720278. iteration 17365 found worse value: 363.725720278. iteration 17366 found worse value: 363.725720278. iteration 17367 found worse value: 363.725720278. iteration 17368 found worse value: 363.725720278. iteration 17369 found worse value: 363.725720278. iteration 17370 found worse value: 363.725720278. iteration 17371 found worse value: 363.725720278. iteration 17372 found worse value: 363.725720278. iteration 17373 found worse value: 363.725720278. iteration 17374 found worse value: 363.725720278. iteration 17375 found worse value: 363.725720278. iteration 17376 found worse value: 363.725720278. iteration 17377 found worse value: 363.725720278. iteration 17378 found worse value: 363.725720278. iteration 17379 found worse value: 363.725720278. iteration 17380 found worse value: 363.725720278. iteration 17381 found worse value: 363.725720278. iteration 17382 found worse value: 363.725720278. iteration 17383 found worse value: 363.725720278. iteration 17384 found worse value: 363.725720278. iteration 17385 found worse value: 363.725720278. iteration 17386 found worse value: 363.725720278. iteration 17387 found worse value: 363.725720278. iteration 17388 found worse value: 363.725720278. iteration 17389 found worse value: 363.725720278. iteration 17390 found worse value: 363.725720278. iteration 17391 found worse value: 363.725720278. iteration 17392 found worse value: 363.725720278. iteration 17393 found worse value: 363.725720278. iteration 17394 found worse value: 363.725720278. iteration 17395 found worse value: 363.725720278. iteration 17396 found worse value: 363.725720278. iteration 17397 found worse value: 363.725720278. iteration 17398 found worse value: 363.725720278. iteration 17399 found worse value: 363.725720278. iteration 17400 found worse value: 363.725720278. iteration 17401 found worse value: 363.725720278. iteration 17402 found worse value: 363.725720278. iteration 17403 found worse value: 363.725720278. iteration 17404 found worse value: 363.725720278. iteration 17405 found worse value: 363.725720278. iteration 17406 found worse value: 363.725720278. iteration 17407 found worse value: 363.725720278. iteration 17408 found worse value: 363.725720278. iteration 17409 found worse value: 363.725720278. iteration 17410 found worse value: 363.725720278. iteration 17411 found worse value: 363.725720278. iteration 17412 found worse value: 363.725720278. iteration 17413 found worse value: 363.725720278. iteration 17414 found worse value: 363.725720278. iteration 17415 found worse value: 363.725720278. iteration 17416 found worse value: 363.725720278. iteration 17417 found worse value: 363.725720278. iteration 17418 found worse value: 363.725720278. iteration 17419 found worse value: 363.725720278. iteration 17420 found worse value: 363.725720278. iteration 17421 found worse value: 363.725720278. iteration 17422 found worse value: 363.725720278. iteration 17423 found worse value: 363.725720278. iteration 17424 found worse value: 363.725720278. iteration 17425 found worse value: 363.725720278. iteration 17426 found worse value: 363.725720278. iteration 17427 found worse value: 363.725720278. iteration 17428 found worse value: 363.725720278. iteration 17429 found worse value: 363.725720278. iteration 17430 found worse value: 363.725720278. iteration17430, perturbing to get out of local maxima iteration 17431 found worse value: 363.725720278. iteration 17432 found worse value: 363.725720278. iteration 17433 found worse value: 363.725720278. iteration 17434 found worse value: 363.725720278. iteration 17435 found worse value: 363.725720278. iteration 17436 found worse value: 363.725720278. iteration 17437 found worse value: 363.725720278. iteration 17438 found worse value: 363.725720278. iteration 17439 found worse value: 363.725720278. iteration 17440 found worse value: 363.725720278. iteration 17441 found worse value: 363.725720278. iteration 17442 found worse value: 363.725720278. iteration 17443 found worse value: 363.725720278. iteration 17444 found worse value: 363.725720278. iteration 17445 found worse value: 363.725720278. iteration 17446 found worse value: 363.725720278. iteration 17447 found worse value: 363.725720278. iteration 17448 found worse value: 363.725720278. iteration 17449 found worse value: 363.725720278. iteration 17450 found worse value: 363.725720278. iteration 17451 found worse value: 363.725720278. iteration 17452 found worse value: 363.725720278. iteration 17453 found worse value: 363.725720278. iteration 17454 found worse value: 363.725720278. iteration 17455 found worse value: 363.725720278. iteration 17456 found worse value: 363.725720278. iteration 17457 found worse value: 363.725720278. iteration 17458 found worse value: 363.725720278. iteration 17459 found worse value: 363.725720278. iteration 17460 found worse value: 363.725720278. iteration 17461 found worse value: 363.725720278. iteration 17462 found worse value: 363.725720278. iteration 17463 found worse value: 363.725720278. iteration 17464 found worse value: 363.725720278. iteration 17465 found worse value: 363.725720278. iteration 17466 found worse value: 363.725720278. iteration 17467 found worse value: 363.725720278. iteration 17468 found worse value: 363.725720278. iteration 17469 found worse value: 363.725720278. iteration 17470 found worse value: 363.725720278. iteration 17471 found worse value: 363.725720278. iteration 17472 found worse value: 363.725720278. iteration 17473 found worse value: 363.725720278. iteration 17474 found worse value: 363.725720278. iteration 17475 found worse value: 363.725720278. iteration 17476 found worse value: 363.725720278. iteration17476, perturbing to get out of local maxima iteration 17477 found worse value: 363.725720278. iteration 17478 found worse value: 363.725720278. iteration 17479 found worse value: 363.725720278. iteration 17480 found worse value: 363.725720278. iteration 17481 found worse value: 363.725720278. iteration 17482 found worse value: 363.725720278. iteration 17483 found worse value: 363.725720278. iteration 17484 found worse value: 363.725720278. iteration 17485 found worse value: 363.725720278. iteration 17486 found worse value: 363.725720278. iteration 17487 found worse value: 363.725720278. iteration 17488 found worse value: 363.725720278. iteration 17489 found worse value: 363.725720278. iteration 17490 found worse value: 363.725720278. iteration 17491 found worse value: 363.725720278. iteration 17492 found worse value: 363.725720278. iteration 17493 found worse value: 363.725720278. iteration 17494 found worse value: 363.725720278. iteration 17495 found worse value: 363.725720278. iteration 17496 found worse value: 363.725720278. iteration 17497 found worse value: 363.725720278. iteration 17498 found worse value: 363.725720278. iteration 17499 found worse value: 363.725720278. iteration 17500 found worse value: 363.725720278. iteration 17501 found worse value: 363.725720278. iteration 17502 found worse value: 363.725720278. iteration 17503 found worse value: 363.725720278. iteration 17504 found worse value: 363.725720278. iteration 17505 found worse value: 363.725720278. iteration 17506 found worse value: 363.725720278. iteration 17507 found worse value: 363.725720278. iteration 17508 found worse value: 363.725720278. iteration 17509 found worse value: 363.725720278. iteration17509, perturbing to get out of local maxima iteration 17510 found worse value: 363.725720278. iteration 17511 found worse value: 363.725720278. iteration 17512 found worse value: 363.725720278. iteration 17513 found worse value: 363.725720278. iteration 17514 found worse value: 363.725720278. iteration17514, perturbing to get out of local maxima iteration 17515 found worse value: 363.725720278. iteration 17516 found worse value: 363.725720278. iteration 17517 found worse value: 363.725720278. iteration 17518 found worse value: 363.725720278. iteration 17519 found worse value: 363.725720278. iteration 17520 found worse value: 363.725720278. iteration 17521 found worse value: 363.725720278. iteration 17522 found worse value: 363.725720278. iteration 17523 found worse value: 363.725720278. iteration17523, perturbing to get out of local maxima iteration 17524 found worse value: 363.725720278. iteration 17525 found worse value: 363.725720278. iteration 17526 found worse value: 363.725720278. iteration 17527 found worse value: 363.725720278. iteration 17528 found worse value: 363.725720278. iteration 17529 found worse value: 363.725720278. iteration 17530 found worse value: 363.725720278. iteration 17531 found worse value: 363.725720278. iteration 17532 found worse value: 363.725720278. iteration 17533 found worse value: 363.725720278. iteration 17534 found worse value: 363.725720278. iteration 17535 found worse value: 363.725720278. iteration 17536 found worse value: 363.725720278. iteration 17537 found worse value: 363.725720278. iteration17537, perturbing to get out of local maxima iteration 17538 found worse value: 363.725720278. iteration 17539 found worse value: 363.725720278. iteration 17540 found worse value: 363.725720278. iteration 17541 found worse value: 363.725720278. iteration 17542 found worse value: 363.725720278. iteration 17543 found worse value: 363.725720278. iteration 17544 found worse value: 363.725720278. iteration 17545 found worse value: 363.725720278. iteration 17546 found worse value: 363.725720278. iteration 17547 found worse value: 363.725720278. iteration 17548 found worse value: 363.725720278. iteration 17549 found worse value: 363.725720278. iteration 17550 found worse value: 363.725720278. iteration 17551 found worse value: 363.725720278. iteration 17552 found worse value: 363.725720278. iteration 17553 found worse value: 363.725720278. iteration 17554 found worse value: 363.725720278. iteration 17555 found worse value: 363.725720278. iteration 17556 found worse value: 363.725720278. iteration 17557 found worse value: 363.725720278. iteration 17558 found worse value: 363.725720278. iteration 17559 found worse value: 363.725720278. iteration 17560 found worse value: 363.725720278. iteration 17561 found worse value: 363.725720278. iteration 17562 found worse value: 363.725720278. iteration 17563 found worse value: 363.725720278. iteration 17564 found worse value: 363.725720278. iteration 17565 found worse value: 363.725720278. iteration 17566 found worse value: 363.725720278. iteration 17567 found worse value: 363.725720278. iteration 17568 found worse value: 363.725720278. iteration 17569 found worse value: 363.725720278. iteration 17570 found worse value: 363.725720278. iteration 17571 found worse value: 363.725720278. iteration 17572 found worse value: 363.725720278. iteration 17573 found worse value: 363.725720278. iteration 17574 found worse value: 363.725720278. iteration 17575 found worse value: 363.725720278. iteration 17576 found worse value: 363.725720278. iteration 17577 found worse value: 363.725720278. iteration 17578 found worse value: 363.725720278. iteration 17579 found worse value: 363.725720278. iteration 17580 found worse value: 363.725720278. iteration 17581 found worse value: 363.725720278. iteration 17582 found worse value: 363.725720278. iteration 17583 found worse value: 363.725720278. iteration 17584 found worse value: 363.725720278. iteration 17585 found worse value: 363.725720278. iteration 17586 found worse value: 363.725720278. iteration 17587 found worse value: 363.725720278. iteration 17588 found worse value: 363.725720278. iteration 17589 found worse value: 363.725720278. iteration 17590 found worse value: 363.725720278. iteration 17591 found worse value: 363.725720278. iteration 17592 found worse value: 363.725720278. iteration 17593 found worse value: 363.725720278. iteration 17594 found worse value: 363.725720278. iteration 17595 found worse value: 363.725720278. iteration 17596 found worse value: 363.725720278. iteration 17597 found worse value: 363.725720278. iteration 17598 found worse value: 363.725720278. iteration 17599 found worse value: 363.725720278. iteration 17600 found worse value: 363.725720278. iteration 17601 found worse value: 363.725720278. iteration 17602 found worse value: 363.725720278. iteration 17603 found worse value: 363.725720278. iteration 17604 found worse value: 363.725720278. iteration 17605 found worse value: 363.725720278. iteration 17606 found worse value: 363.725720278. iteration 17607 found worse value: 363.725720278. iteration 17608 found worse value: 363.725720278. iteration 17609 found worse value: 363.725720278. iteration 17610 found worse value: 363.725720278. iteration 17611 found worse value: 363.725720278. iteration 17612 found worse value: 363.725720278. iteration 17613 found worse value: 363.725720278. iteration 17614 found worse value: 363.725720278. iteration 17615 found worse value: 363.725720278. iteration 17616 found worse value: 363.725720278. iteration17616, perturbing to get out of local maxima iteration 17617 found worse value: 363.725720278. iteration17617, perturbing to get out of local maxima iteration 17618 found worse value: 363.725720278. iteration 17619 found worse value: 363.725720278. iteration 17620 found worse value: 363.725720278. iteration 17621 found worse value: 363.725720278. iteration 17622 found worse value: 363.725720278. iteration 17623 found worse value: 363.725720278. iteration 17624 found worse value: 363.725720278. iteration 17625 found worse value: 363.725720278. iteration 17626 found worse value: 363.725720278. iteration 17627 found worse value: 363.725720278. iteration 17628 found worse value: 363.725720278. iteration 17629 found worse value: 363.725720278. iteration 17630 found worse value: 363.725720278. iteration 17631 found worse value: 363.725720278. iteration 17632 found worse value: 363.725720278. iteration 17633 found worse value: 363.725720278. iteration 17634 found worse value: 363.725720278. iteration 17635 found worse value: 363.725720278. iteration 17636 found worse value: 363.725720278. iteration 17637 found worse value: 363.725720278. iteration 17638 found worse value: 363.725720278. iteration 17639 found worse value: 363.725720278. iteration 17640 found worse value: 363.725720278. iteration 17641 found worse value: 363.725720278. iteration 17642 found worse value: 363.725720278. iteration 17643 found worse value: 363.725720278. iteration 17644 found worse value: 363.725720278. iteration 17645 found worse value: 363.725720278. iteration 17646 found worse value: 363.725720278. iteration 17647 found worse value: 363.725720278. iteration 17648 found worse value: 363.725720278. iteration 17649 found worse value: 363.725720278. iteration 17650 found worse value: 363.725720278. iteration 17651 found worse value: 363.725720278. iteration 17652 found worse value: 363.725720278. iteration 17653 found worse value: 363.725720278. iteration 17654 found worse value: 363.725720278. iteration 17655 found worse value: 363.725720278. iteration 17656 found worse value: 363.725720278. iteration 17657 found worse value: 363.725720278. iteration 17658 found worse value: 363.725720278. iteration 17659 found worse value: 363.725720278. iteration 17660 found worse value: 363.725720278. iteration 17661 found worse value: 363.725720278. iteration 17662 found worse value: 363.725720278. iteration 17663 found worse value: 363.725720278. iteration 17664 found worse value: 363.725720278. iteration 17665 found worse value: 363.725720278. iteration 17666 found worse value: 363.725720278. iteration 17667 found worse value: 363.725720278. iteration 17668 found worse value: 363.725720278. iteration 17669 found worse value: 363.725720278. iteration 17670 found worse value: 363.725720278. iteration 17671 found worse value: 363.725720278. iteration 17672 found worse value: 363.725720278. iteration 17673 found worse value: 363.725720278. iteration 17674 found worse value: 363.725720278. iteration 17675 found worse value: 363.725720278. iteration 17676 found worse value: 363.725720278. iteration 17677 found worse value: 363.725720278. iteration 17678 found worse value: 363.725720278. iteration 17679 found worse value: 363.725720278. iteration 17680 found worse value: 363.725720278. iteration 17681 found worse value: 363.725720278. iteration 17682 found worse value: 363.725720278. iteration 17683 found worse value: 363.725720278. iteration 17684 found worse value: 363.725720278. iteration 17685 found worse value: 363.725720278. iteration 17686 found worse value: 363.725720278. iteration 17687 found worse value: 363.725720278. iteration 17688 found worse value: 363.725720278. iteration 17689 found worse value: 363.725720278. iteration 17690 found worse value: 363.725720278. iteration17690, perturbing to get out of local maxima iteration 17691 found worse value: 363.725720278. iteration 17692 found worse value: 363.725720278. iteration 17693 found worse value: 363.725720278. iteration 17694 found worse value: 363.725720278. iteration 17695 found worse value: 363.725720278. iteration 17696 found worse value: 363.725720278. iteration 17697 found worse value: 363.725720278. iteration 17698 found worse value: 363.725720278. iteration 17699 found worse value: 363.725720278. iteration 17700 found worse value: 363.725720278. iteration 17701 found worse value: 363.725720278. iteration 17702 found worse value: 363.725720278. iteration 17703 found worse value: 363.725720278. iteration 17704 found worse value: 363.725720278. iteration 17705 found worse value: 363.725720278. iteration 17706 found worse value: 363.725720278. iteration 17707 found worse value: 363.725720278. iteration 17708 found worse value: 363.725720278. iteration 17709 found worse value: 363.725720278. iteration 17710 found worse value: 363.725720278. iteration 17711 found worse value: 363.725720278. iteration 17712 found worse value: 363.725720278. iteration 17713 found worse value: 363.725720278. iteration 17714 found worse value: 363.725720278. iteration 17715 found worse value: 363.725720278. iteration 17716 found worse value: 363.725720278. iteration 17717 found worse value: 363.725720278. iteration 17718 found worse value: 363.725720278. iteration 17719 found worse value: 363.725720278. iteration 17720 found worse value: 363.725720278. iteration 17721 found worse value: 363.725720278. iteration17721, perturbing to get out of local maxima iteration 17722 found worse value: 363.725720278. iteration 17723 found worse value: 363.725720278. iteration 17724 found worse value: 363.725720278. iteration 17725 found worse value: 363.725720278. iteration 17726 found worse value: 363.725720278. iteration 17727 found worse value: 363.725720278. iteration 17728 found worse value: 363.725720278. iteration 17729 found worse value: 363.725720278. iteration 17730 found worse value: 363.725720278. iteration 17731 found worse value: 363.725720278. iteration 17732 found worse value: 363.725720278. iteration 17733 found worse value: 363.725720278. iteration 17734 found worse value: 363.725720278. iteration 17735 found worse value: 363.725720278. iteration 17736 found worse value: 363.725720278. iteration 17737 found worse value: 363.725720278. iteration 17738 found worse value: 363.725720278. iteration 17739 found worse value: 363.725720278. iteration 17740 found worse value: 363.725720278. iteration 17741 found worse value: 363.725720278. iteration 17742 found worse value: 363.725720278. iteration 17743 found worse value: 363.725720278. iteration 17744 found worse value: 363.725720278. iteration 17745 found worse value: 363.725720278. iteration 17746 found worse value: 363.725720278. iteration 17747 found worse value: 363.725720278. iteration 17748 found worse value: 363.725720278. iteration17748, perturbing to get out of local maxima iteration 17749 found worse value: 363.725720278. iteration 17750 found worse value: 363.725720278. iteration 17751 found worse value: 363.725720278. iteration 17752 found worse value: 363.725720278. iteration 17753 found worse value: 363.725720278. iteration 17754 found worse value: 363.725720278. iteration 17755 found worse value: 363.725720278. iteration17755, perturbing to get out of local maxima iteration 17756 found worse value: 363.725720278. iteration 17757 found worse value: 363.725720278. iteration 17758 found worse value: 363.725720278. iteration 17759 found worse value: 363.725720278. iteration 17760 found worse value: 363.725720278. iteration 17761 found worse value: 363.725720278. iteration 17762 found worse value: 363.725720278. iteration 17763 found worse value: 363.725720278. iteration 17764 found worse value: 363.725720278. iteration 17765 found worse value: 363.725720278. iteration 17766 found worse value: 363.725720278. iteration 17767 found worse value: 363.725720278. iteration 17768 found worse value: 363.725720278. iteration 17769 found worse value: 363.725720278. iteration 17770 found worse value: 363.725720278. iteration 17771 found worse value: 363.725720278. iteration 17772 found worse value: 363.725720278. iteration 17773 found worse value: 363.725720278. iteration 17774 found worse value: 363.725720278. iteration 17775 found worse value: 363.725720278. iteration 17776 found worse value: 363.725720278. iteration 17777 found worse value: 363.725720278. iteration 17778 found worse value: 363.725720278. iteration 17779 found worse value: 363.725720278. iteration 17780 found worse value: 363.725720278. iteration 17781 found worse value: 363.725720278. iteration 17782 found worse value: 363.725720278. iteration 17783 found worse value: 363.725720278. iteration 17784 found worse value: 363.725720278. iteration 17785 found worse value: 363.725720278. iteration 17786 found worse value: 363.725720278. iteration 17787 found worse value: 363.725720278. iteration 17788 found worse value: 363.725720278. iteration 17789 found worse value: 363.725720278. iteration 17790 found worse value: 363.725720278. iteration 17791 found worse value: 363.725720278. iteration 17792 found worse value: 363.725720278. iteration 17793 found worse value: 363.725720278. iteration 17794 found worse value: 363.725720278. iteration17794, perturbing to get out of local maxima iteration 17795 found worse value: 363.725720278. iteration 17796 found worse value: 363.725720278. iteration 17797 found worse value: 363.725720278. iteration 17798 found worse value: 363.725720278. iteration 17799 found worse value: 363.725720278. iteration 17800 found worse value: 363.725720278. iteration 17801 found worse value: 363.725720278. iteration 17802 found worse value: 363.725720278. iteration 17803 found worse value: 363.725720278. iteration 17804 found worse value: 363.725720278. iteration 17805 found worse value: 363.725720278. iteration 17806 found worse value: 363.725720278. iteration 17807 found worse value: 363.725720278. iteration 17808 found worse value: 363.725720278. iteration 17809 found worse value: 363.725720278. iteration 17810 found worse value: 363.725720278. iteration 17811 found worse value: 363.725720278. iteration 17812 found worse value: 363.725720278. iteration 17813 found worse value: 363.725720278. iteration 17814 found worse value: 363.725720278. iteration 17815 found worse value: 363.725720278. iteration17815, perturbing to get out of local maxima iteration 17816 found worse value: 363.725720278. iteration 17817 found worse value: 363.725720278. iteration 17818 found worse value: 363.725720278. iteration 17819 found worse value: 363.725720278. iteration 17820 found worse value: 363.725720278. iteration 17821 found worse value: 363.725720278. iteration 17822 found worse value: 363.725720278. iteration 17823 found worse value: 363.725720278. iteration 17824 found worse value: 363.725720278. iteration 17825 found worse value: 363.725720278. iteration 17826 found worse value: 363.725720278. iteration 17827 found worse value: 363.725720278. iteration17827, perturbing to get out of local maxima iteration 17828 found worse value: 363.725720278. iteration 17829 found worse value: 363.725720278. iteration 17830 found worse value: 363.725720278. iteration 17831 found worse value: 363.725720278. iteration 17832 found worse value: 363.725720278. iteration17832, perturbing to get out of local maxima iteration 17833 found worse value: 363.725720278. iteration 17834 found worse value: 363.725720278. iteration 17835 found worse value: 363.725720278. iteration 17836 found worse value: 363.725720278. iteration 17837 found worse value: 363.725720278. iteration 17838 found worse value: 363.725720278. iteration 17839 found worse value: 363.725720278. iteration 17840 found worse value: 363.725720278. iteration 17841 found worse value: 363.725720278. iteration 17842 found worse value: 363.725720278. iteration 17843 found worse value: 363.725720278. iteration 17844 found worse value: 363.725720278. iteration 17845 found worse value: 363.725720278. iteration 17846 found worse value: 363.725720278. iteration 17847 found worse value: 363.725720278. iteration 17848 found worse value: 363.725720278. iteration 17849 found worse value: 363.725720278. iteration 17850 found worse value: 363.725720278. iteration 17851 found worse value: 363.725720278. iteration 17852 found worse value: 363.725720278. iteration 17853 found worse value: 363.725720278. iteration 17854 found worse value: 363.725720278. iteration 17855 found worse value: 363.725720278. iteration 17856 found worse value: 363.725720278. iteration 17857 found worse value: 363.725720278. iteration 17858 found worse value: 363.725720278. iteration 17859 found worse value: 363.725720278. iteration 17860 found worse value: 363.725720278. iteration 17861 found worse value: 363.725720278. iteration 17862 found worse value: 363.725720278. iteration 17863 found worse value: 363.725720278. iteration 17864 found worse value: 363.725720278. iteration 17865 found worse value: 363.725720278. iteration 17866 found worse value: 363.725720278. iteration17866, perturbing to get out of local maxima iteration 17867 found worse value: 363.725720278. iteration 17868 found worse value: 363.725720278. iteration 17869 found worse value: 363.725720278. iteration17869, perturbing to get out of local maxima iteration 17870 found worse value: 363.725720278. iteration 17871 found worse value: 363.725720278. iteration 17872 found worse value: 363.725720278. iteration 17873 found worse value: 363.725720278. iteration 17874 found worse value: 363.725720278. iteration 17875 found worse value: 363.725720278. iteration 17876 found worse value: 363.725720278. iteration 17877 found worse value: 363.725720278. iteration 17878 found worse value: 363.725720278. iteration 17879 found worse value: 363.725720278. iteration 17880 found worse value: 363.725720278. iteration 17881 found worse value: 363.725720278. iteration 17882 found worse value: 363.725720278. iteration 17883 found worse value: 363.725720278. iteration 17884 found worse value: 363.725720278. iteration 17885 found worse value: 363.725720278. iteration 17886 found worse value: 363.725720278. iteration 17887 found worse value: 363.725720278. iteration 17888 found worse value: 363.725720278. iteration 17889 found worse value: 363.725720278. iteration 17890 found worse value: 363.725720278. iteration 17891 found worse value: 363.725720278. iteration 17892 found worse value: 363.725720278. iteration 17893 found worse value: 363.725720278. iteration 17894 found worse value: 363.725720278. iteration 17895 found worse value: 363.725720278. iteration 17896 found worse value: 363.725720278. iteration 17897 found worse value: 363.725720278. iteration 17898 found worse value: 363.725720278. iteration 17899 found worse value: 363.725720278. iteration 17900 found worse value: 363.725720278. iteration 17901 found worse value: 363.725720278. iteration 17902 found worse value: 363.725720278. iteration 17903 found worse value: 363.725720278. iteration 17904 found worse value: 363.725720278. iteration 17905 found worse value: 363.725720278. iteration 17906 found worse value: 363.725720278. iteration 17907 found worse value: 363.725720278. iteration 17908 found worse value: 363.725720278. iteration 17909 found worse value: 363.725720278. iteration 17910 found worse value: 363.725720278. iteration 17911 found worse value: 363.725720278. iteration 17912 found worse value: 363.725720278. iteration 17913 found worse value: 363.725720278. iteration 17914 found worse value: 363.725720278. iteration 17915 found worse value: 363.725720278. iteration 17916 found worse value: 363.725720278. iteration 17917 found worse value: 363.725720278. iteration 17918 found worse value: 363.725720278. iteration 17919 found worse value: 363.725720278. iteration 17920 found worse value: 363.725720278. iteration 17921 found worse value: 363.725720278. iteration 17922 found worse value: 363.725720278. iteration 17923 found worse value: 363.725720278. iteration 17924 found worse value: 363.725720278. iteration 17925 found worse value: 363.725720278. iteration 17926 found worse value: 363.725720278. iteration 17927 found worse value: 363.725720278. iteration 17928 found worse value: 363.725720278. iteration 17929 found worse value: 363.725720278. iteration 17930 found worse value: 363.725720278. iteration 17931 found worse value: 363.725720278. iteration 17932 found worse value: 363.725720278. iteration 17933 found worse value: 363.725720278. iteration 17934 found worse value: 363.725720278. iteration 17935 found worse value: 363.725720278. iteration 17936 found worse value: 363.725720278. iteration 17937 found worse value: 363.725720278. iteration 17938 found worse value: 363.725720278. iteration 17939 found worse value: 363.725720278. iteration 17940 found worse value: 363.725720278. iteration 17941 found worse value: 363.725720278. iteration 17942 found worse value: 363.725720278. iteration 17943 found worse value: 363.725720278. iteration 17944 found worse value: 363.725720278. iteration 17945 found worse value: 363.725720278. iteration 17946 found worse value: 363.725720278. iteration 17947 found worse value: 363.725720278. iteration 17948 found worse value: 363.725720278. iteration 17949 found worse value: 363.725720278. iteration 17950 found worse value: 363.725720278. iteration 17951 found worse value: 363.725720278. iteration 17952 found worse value: 363.725720278. iteration 17953 found worse value: 363.725720278. iteration 17954 found worse value: 363.725720278. iteration 17955 found worse value: 363.725720278. iteration 17956 found worse value: 363.725720278. iteration 17957 found worse value: 363.725720278. iteration 17958 found worse value: 363.725720278. iteration 17959 found worse value: 363.725720278. iteration 17960 found worse value: 363.725720278. iteration 17961 found worse value: 363.725720278. iteration17961, perturbing to get out of local maxima iteration 17962 found worse value: 363.725720278. iteration 17963 found worse value: 363.725720278. iteration 17964 found worse value: 363.725720278. iteration 17965 found worse value: 363.725720278. iteration 17966 found worse value: 363.725720278. iteration 17967 found worse value: 363.725720278. iteration 17968 found worse value: 363.725720278. iteration 17969 found worse value: 363.725720278. iteration 17970 found worse value: 363.725720278. iteration 17971 found worse value: 363.725720278. iteration 17972 found worse value: 363.725720278. iteration 17973 found worse value: 363.725720278. iteration 17974 found worse value: 363.725720278. iteration 17975 found worse value: 363.725720278. iteration17975, perturbing to get out of local maxima iteration 17976 found worse value: 363.725720278. iteration 17977 found worse value: 363.725720278. iteration 17978 found worse value: 363.725720278. iteration 17979 found worse value: 363.725720278. iteration 17980 found worse value: 363.725720278. iteration 17981 found worse value: 363.725720278. iteration 17982 found worse value: 363.725720278. iteration 17983 found worse value: 363.725720278. iteration 17984 found worse value: 363.725720278. iteration 17985 found worse value: 363.725720278. iteration 17986 found worse value: 363.725720278. iteration 17987 found worse value: 363.725720278. iteration 17988 found worse value: 363.725720278. iteration 17989 found worse value: 363.725720278. iteration 17990 found worse value: 363.725720278. iteration 17991 found worse value: 363.725720278. iteration 17992 found worse value: 363.725720278. iteration 17993 found worse value: 363.725720278. iteration 17994 found worse value: 363.725720278. iteration 17995 found worse value: 363.725720278. iteration 17996 found worse value: 363.725720278. iteration 17997 found worse value: 363.725720278. iteration 17998 found worse value: 363.725720278. iteration 17999 found worse value: 363.725720278. iteration 18000 found worse value: 363.725720278. iteration 18001 found worse value: 363.725720278. iteration 18002 found worse value: 363.725720278. iteration 18003 found worse value: 363.725720278. iteration 18004 found worse value: 363.725720278. iteration 18005 found worse value: 363.725720278. iteration 18006 found worse value: 363.725720278. iteration 18007 found worse value: 363.725720278. iteration 18008 found worse value: 363.725720278. iteration 18009 found worse value: 363.725720278. iteration 18010 found worse value: 363.725720278. iteration 18011 found worse value: 363.725720278. iteration 18012 found worse value: 363.725720278. iteration 18013 found worse value: 363.725720278. iteration 18014 found worse value: 363.725720278. iteration 18015 found worse value: 363.725720278. iteration 18016 found worse value: 363.725720278. iteration 18017 found worse value: 363.725720278. iteration 18018 found worse value: 363.725720278. iteration 18019 found worse value: 363.725720278. iteration 18020 found worse value: 363.725720278. iteration 18021 found worse value: 363.725720278. iteration 18022 found worse value: 363.725720278. iteration 18023 found worse value: 363.725720278. iteration 18024 found worse value: 363.725720278. iteration 18025 found worse value: 363.725720278. iteration 18026 found worse value: 363.725720278. iteration 18027 found worse value: 363.725720278. iteration 18028 found worse value: 363.725720278. iteration 18029 found worse value: 363.725720278. iteration 18030 found worse value: 363.725720278. iteration 18031 found worse value: 363.725720278. iteration 18032 found worse value: 363.725720278. iteration 18033 found worse value: 363.725720278. iteration 18034 found worse value: 363.725720278. iteration 18035 found worse value: 363.725720278. iteration 18036 found worse value: 363.725720278. iteration 18037 found worse value: 363.725720278. iteration18037, perturbing to get out of local maxima iteration 18038 found worse value: 363.725720278. iteration18038, perturbing to get out of local maxima iteration 18039 found worse value: 363.725720278. iteration 18040 found worse value: 363.725720278. iteration 18041 found worse value: 363.725720278. iteration 18042 found worse value: 363.725720278. iteration 18043 found worse value: 363.725720278. iteration 18044 found worse value: 363.725720278. iteration 18045 found worse value: 363.725720278. iteration18045, perturbing to get out of local maxima iteration 18046 found worse value: 363.725720278. iteration 18047 found worse value: 363.725720278. iteration 18048 found worse value: 363.725720278. iteration 18049 found worse value: 363.725720278. iteration18049, perturbing to get out of local maxima iteration 18050 found worse value: 363.725720278. iteration 18051 found worse value: 363.725720278. iteration 18052 found worse value: 363.725720278. iteration 18053 found worse value: 363.725720278. iteration 18054 found worse value: 363.725720278. iteration 18055 found worse value: 363.725720278. iteration 18056 found worse value: 363.725720278. iteration 18057 found worse value: 363.725720278. iteration 18058 found worse value: 363.725720278. iteration 18059 found worse value: 363.725720278. iteration 18060 found worse value: 363.725720278. iteration 18061 found worse value: 363.725720278. iteration 18062 found worse value: 363.725720278. iteration 18063 found worse value: 363.725720278. iteration 18064 found worse value: 363.725720278. iteration 18065 found worse value: 363.725720278. iteration 18066 found worse value: 363.725720278. iteration 18067 found worse value: 363.725720278. iteration 18068 found worse value: 363.725720278. iteration 18069 found worse value: 363.725720278. iteration 18070 found worse value: 363.725720278. iteration 18071 found worse value: 363.725720278. iteration 18072 found worse value: 363.725720278. iteration 18073 found worse value: 363.725720278. iteration 18074 found worse value: 363.725720278. iteration 18075 found worse value: 363.725720278. iteration 18076 found worse value: 363.725720278. iteration 18077 found worse value: 363.725720278. iteration 18078 found worse value: 363.725720278. iteration 18079 found worse value: 363.725720278. iteration 18080 found worse value: 363.725720278. iteration 18081 found worse value: 363.725720278. iteration 18082 found worse value: 363.725720278. iteration 18083 found worse value: 363.725720278. iteration 18084 found worse value: 363.725720278. iteration18084, perturbing to get out of local maxima iteration 18085 found worse value: 363.725720278. iteration 18086 found worse value: 363.725720278. iteration 18087 found worse value: 363.725720278. iteration 18088 found worse value: 363.725720278. iteration 18089 found worse value: 363.725720278. iteration 18090 found worse value: 363.725720278. iteration 18091 found worse value: 363.725720278. iteration 18092 found worse value: 363.725720278. iteration 18093 found worse value: 363.725720278. iteration 18094 found worse value: 363.725720278. iteration 18095 found worse value: 363.725720278. iteration 18096 found worse value: 363.725720278. iteration 18097 found worse value: 363.725720278. iteration 18098 found worse value: 363.725720278. iteration 18099 found worse value: 363.725720278. iteration 18100 found worse value: 363.725720278. iteration 18101 found worse value: 363.725720278. iteration 18102 found worse value: 363.725720278. iteration 18103 found worse value: 363.725720278. iteration 18104 found worse value: 363.725720278. iteration 18105 found worse value: 363.725720278. iteration18105, perturbing to get out of local maxima iteration 18106 found worse value: 363.725720278. iteration 18107 found worse value: 363.725720278. iteration 18108 found worse value: 363.725720278. iteration 18109 found worse value: 363.725720278. iteration 18110 found worse value: 363.725720278. iteration 18111 found worse value: 363.725720278. iteration 18112 found worse value: 363.725720278. iteration 18113 found worse value: 363.725720278. iteration 18114 found worse value: 363.725720278. iteration 18115 found worse value: 363.725720278. iteration 18116 found worse value: 363.725720278. iteration 18117 found worse value: 363.725720278. iteration 18118 found worse value: 363.725720278. iteration 18119 found worse value: 363.725720278. iteration 18120 found worse value: 363.725720278. iteration 18121 found worse value: 363.725720278. iteration 18122 found worse value: 363.725720278. iteration 18123 found worse value: 363.725720278. iteration 18124 found worse value: 363.725720278. iteration 18125 found worse value: 363.725720278. iteration 18126 found worse value: 363.725720278. iteration 18127 found worse value: 363.725720278. iteration 18128 found worse value: 363.725720278. iteration 18129 found worse value: 363.725720278. iteration 18130 found worse value: 363.725720278. iteration 18131 found worse value: 363.725720278. iteration 18132 found worse value: 363.725720278. iteration 18133 found worse value: 363.725720278. iteration 18134 found worse value: 363.725720278. iteration 18135 found worse value: 363.725720278. iteration 18136 found worse value: 363.725720278. iteration 18137 found worse value: 363.725720278. iteration 18138 found worse value: 363.725720278. iteration 18139 found worse value: 363.725720278. iteration 18140 found worse value: 363.725720278. iteration 18141 found worse value: 363.725720278. iteration 18142 found worse value: 363.725720278. iteration 18143 found worse value: 363.725720278. iteration18143, perturbing to get out of local maxima iteration 18144 found worse value: 363.725720278. iteration 18145 found worse value: 363.725720278. iteration 18146 found worse value: 363.725720278. iteration 18147 found worse value: 363.725720278. iteration 18148 found worse value: 363.725720278. iteration 18149 found worse value: 363.725720278. iteration 18150 found worse value: 363.725720278. iteration 18151 found worse value: 363.725720278. iteration 18152 found worse value: 363.725720278. iteration18152, perturbing to get out of local maxima iteration 18153 found worse value: 363.725720278. iteration 18154 found worse value: 363.725720278. iteration 18155 found worse value: 363.725720278. iteration 18156 found worse value: 363.725720278. iteration 18157 found worse value: 363.725720278. iteration 18158 found worse value: 363.725720278. iteration18158, perturbing to get out of local maxima iteration 18159 found worse value: 363.725720278. iteration 18160 found worse value: 363.725720278. iteration 18161 found worse value: 363.725720278. iteration 18162 found worse value: 363.725720278. iteration 18163 found worse value: 363.725720278. iteration 18164 found worse value: 363.725720278. iteration 18165 found worse value: 363.725720278. iteration 18166 found worse value: 363.725720278. iteration 18167 found worse value: 363.725720278. iteration 18168 found worse value: 363.725720278. iteration 18169 found worse value: 363.725720278. iteration 18170 found worse value: 363.725720278. iteration 18171 found worse value: 363.725720278. iteration 18172 found worse value: 363.725720278. iteration18172, perturbing to get out of local maxima iteration 18173 found worse value: 363.725720278. iteration 18174 found worse value: 363.725720278. iteration 18175 found worse value: 363.725720278. iteration 18176 found worse value: 363.725720278. iteration 18177 found worse value: 363.725720278. iteration 18178 found worse value: 363.725720278. iteration 18179 found worse value: 363.725720278. iteration 18180 found worse value: 363.725720278. iteration 18181 found worse value: 363.725720278. iteration 18182 found worse value: 363.725720278. iteration 18183 found worse value: 363.725720278. iteration 18184 found worse value: 363.725720278. iteration18184, perturbing to get out of local maxima iteration 18185 found worse value: 363.725720278. iteration 18186 found worse value: 363.725720278. iteration 18187 found worse value: 363.725720278. iteration 18188 found worse value: 363.725720278. iteration 18189 found worse value: 363.725720278. iteration 18190 found worse value: 363.725720278. iteration 18191 found worse value: 363.725720278. iteration 18192 found worse value: 363.725720278. iteration 18193 found worse value: 363.725720278. iteration 18194 found worse value: 363.725720278. iteration 18195 found worse value: 363.725720278. iteration 18196 found worse value: 363.725720278. iteration 18197 found worse value: 363.725720278. iteration 18198 found worse value: 363.725720278. iteration 18199 found worse value: 363.725720278. iteration 18200 found worse value: 363.725720278. iteration 18201 found worse value: 363.725720278. iteration 18202 found worse value: 363.725720278. iteration 18203 found worse value: 363.725720278. iteration 18204 found worse value: 363.725720278. iteration 18205 found worse value: 363.725720278. iteration 18206 found worse value: 363.725720278. iteration 18207 found worse value: 363.725720278. iteration 18208 found worse value: 363.725720278. iteration 18209 found worse value: 363.725720278. iteration 18210 found worse value: 363.725720278. iteration 18211 found worse value: 363.725720278. iteration 18212 found worse value: 363.725720278. iteration 18213 found worse value: 363.725720278. iteration 18214 found worse value: 363.725720278. iteration 18215 found worse value: 363.725720278. iteration 18216 found worse value: 363.725720278. iteration 18217 found worse value: 363.725720278. iteration 18218 found worse value: 363.725720278. iteration 18219 found worse value: 363.725720278. iteration 18220 found worse value: 363.725720278. iteration 18221 found worse value: 363.725720278. iteration18221, perturbing to get out of local maxima iteration 18222 found worse value: 363.725720278. iteration18222, perturbing to get out of local maxima iteration 18223 found worse value: 363.725720278. iteration 18224 found worse value: 363.725720278. iteration 18225 found worse value: 363.725720278. iteration18225, perturbing to get out of local maxima iteration 18226 found worse value: 363.725720278. iteration 18227 found worse value: 363.725720278. iteration 18228 found worse value: 363.725720278. iteration 18229 found worse value: 363.725720278. iteration 18230 found worse value: 363.725720278. iteration 18231 found worse value: 363.725720278. iteration 18232 found worse value: 363.725720278. iteration 18233 found worse value: 363.725720278. iteration 18234 found worse value: 363.725720278. iteration 18235 found worse value: 363.725720278. iteration 18236 found worse value: 363.725720278. iteration 18237 found worse value: 363.725720278. iteration 18238 found worse value: 363.725720278. iteration 18239 found worse value: 363.725720278. iteration 18240 found worse value: 363.725720278. iteration 18241 found worse value: 363.725720278. iteration 18242 found worse value: 363.725720278. iteration 18243 found worse value: 363.725720278. iteration 18244 found worse value: 363.725720278. iteration 18245 found worse value: 363.725720278. iteration 18246 found worse value: 363.725720278. iteration 18247 found worse value: 363.725720278. iteration 18248 found worse value: 363.725720278. iteration 18249 found worse value: 363.725720278. iteration 18250 found worse value: 363.725720278. iteration 18251 found worse value: 363.725720278. iteration 18252 found worse value: 363.725720278. iteration 18253 found worse value: 363.725720278. iteration 18254 found worse value: 363.725720278. iteration 18255 found worse value: 363.725720278. iteration 18256 found worse value: 363.725720278. iteration 18257 found worse value: 363.725720278. iteration 18258 found worse value: 363.725720278. iteration 18259 found worse value: 363.725720278. iteration 18260 found worse value: 363.725720278. iteration 18261 found worse value: 363.725720278. iteration 18262 found worse value: 363.725720278. iteration 18263 found worse value: 363.725720278. iteration 18264 found worse value: 363.725720278. iteration 18265 found worse value: 363.725720278. iteration 18266 found worse value: 363.725720278. iteration 18267 found worse value: 363.725720278. iteration 18268 found worse value: 363.725720278. iteration 18269 found worse value: 363.725720278. iteration18269, perturbing to get out of local maxima iteration 18270 found worse value: 363.725720278. iteration 18271 found worse value: 363.725720278. iteration 18272 found worse value: 363.725720278. iteration 18273 found worse value: 363.725720278. iteration 18274 found worse value: 363.725720278. iteration 18275 found worse value: 363.725720278. iteration 18276 found worse value: 363.725720278. iteration 18277 found worse value: 363.725720278. iteration 18278 found worse value: 363.725720278. iteration 18279 found worse value: 363.725720278. iteration 18280 found worse value: 363.725720278. iteration 18281 found worse value: 363.725720278. iteration 18282 found worse value: 363.725720278. iteration18282, perturbing to get out of local maxima iteration 18283 found worse value: 363.725720278. iteration 18284 found worse value: 363.725720278. iteration 18285 found worse value: 363.725720278. iteration 18286 found worse value: 363.725720278. iteration 18287 found worse value: 363.725720278. iteration 18288 found worse value: 363.725720278. iteration 18289 found worse value: 363.725720278. iteration 18290 found worse value: 363.725720278. iteration 18291 found worse value: 363.725720278. iteration 18292 found worse value: 363.725720278. iteration 18293 found worse value: 363.725720278. iteration 18294 found worse value: 363.725720278. iteration 18295 found worse value: 363.725720278. iteration 18296 found worse value: 363.725720278. iteration 18297 found worse value: 363.725720278. iteration 18298 found worse value: 363.725720278. iteration 18299 found worse value: 363.725720278. iteration 18300 found worse value: 363.725720278. iteration 18301 found worse value: 363.725720278. iteration18301, perturbing to get out of local maxima iteration 18302 found worse value: 363.725720278. iteration 18303 found worse value: 363.725720278. iteration 18304 found worse value: 363.725720278. iteration 18305 found worse value: 363.725720278. iteration 18306 found worse value: 363.725720278. iteration 18307 found worse value: 363.725720278. iteration 18308 found worse value: 363.725720278. iteration 18309 found worse value: 363.725720278. iteration 18310 found worse value: 363.725720278. iteration 18311 found worse value: 363.725720278. iteration 18312 found worse value: 363.725720278. iteration 18313 found worse value: 363.725720278. iteration 18314 found worse value: 363.725720278. iteration 18315 found worse value: 363.725720278. iteration 18316 found worse value: 363.725720278. iteration 18317 found worse value: 363.725720278. iteration 18318 found worse value: 363.725720278. iteration 18319 found worse value: 363.725720278. iteration 18320 found worse value: 363.725720278. iteration 18321 found worse value: 363.725720278. iteration 18322 found worse value: 363.725720278. iteration 18323 found worse value: 363.725720278. iteration 18324 found worse value: 363.725720278. iteration 18325 found worse value: 363.725720278. iteration 18326 found worse value: 363.725720278. iteration 18327 found worse value: 363.725720278. iteration 18328 found worse value: 363.725720278. iteration 18329 found worse value: 363.725720278. iteration 18330 found worse value: 363.725720278. iteration 18331 found worse value: 363.725720278. iteration 18332 found worse value: 363.725720278. iteration 18333 found worse value: 363.725720278. iteration 18334 found worse value: 363.725720278. iteration 18335 found worse value: 363.725720278. iteration 18336 found worse value: 363.725720278. iteration 18337 found worse value: 363.725720278. iteration 18338 found worse value: 363.725720278. iteration 18339 found worse value: 363.725720278. iteration 18340 found worse value: 363.725720278. iteration 18341 found worse value: 363.725720278. iteration 18342 found worse value: 363.725720278. iteration 18343 found worse value: 363.725720278. iteration 18344 found worse value: 363.725720278. iteration 18345 found worse value: 363.725720278. iteration 18346 found worse value: 363.725720278. iteration 18347 found worse value: 363.725720278. iteration 18348 found worse value: 363.725720278. iteration 18349 found worse value: 363.725720278. iteration 18350 found worse value: 363.725720278. iteration 18351 found worse value: 363.725720278. iteration 18352 found worse value: 363.725720278. iteration 18353 found worse value: 363.725720278. iteration 18354 found worse value: 363.725720278. iteration 18355 found worse value: 363.725720278. iteration 18356 found worse value: 363.725720278. iteration18356, perturbing to get out of local maxima iteration 18357 found worse value: 363.725720278. iteration 18358 found worse value: 363.725720278. iteration 18359 found worse value: 363.725720278. iteration 18360 found worse value: 363.725720278. iteration 18361 found worse value: 363.725720278. iteration 18362 found worse value: 363.725720278. iteration 18363 found worse value: 363.725720278. iteration 18364 found worse value: 363.725720278. iteration 18365 found worse value: 363.725720278. iteration 18366 found worse value: 363.725720278. iteration 18367 found worse value: 363.725720278. iteration 18368 found worse value: 363.725720278. iteration 18369 found worse value: 363.725720278. iteration 18370 found worse value: 363.725720278. iteration 18371 found worse value: 363.725720278. iteration 18372 found worse value: 363.725720278. iteration 18373 found worse value: 363.725720278. iteration 18374 found worse value: 363.725720278. iteration 18375 found worse value: 363.725720278. iteration 18376 found worse value: 363.725720278. iteration 18377 found worse value: 363.725720278. iteration 18378 found worse value: 363.725720278. iteration 18379 found worse value: 363.725720278. iteration 18380 found worse value: 363.725720278. iteration 18381 found worse value: 363.725720278. iteration 18382 found worse value: 363.725720278. iteration 18383 found worse value: 363.725720278. iteration 18384 found worse value: 363.725720278. iteration 18385 found worse value: 363.725720278. iteration 18386 found worse value: 363.725720278. iteration 18387 found worse value: 363.725720278. iteration 18388 found worse value: 363.725720278. iteration 18389 found worse value: 363.725720278. iteration 18390 found worse value: 363.725720278. iteration 18391 found worse value: 363.725720278. iteration 18392 found worse value: 363.725720278. iteration18392, perturbing to get out of local maxima iteration 18393 found worse value: 363.725720278. iteration 18394 found worse value: 363.725720278. iteration 18395 found worse value: 363.725720278. iteration 18396 found worse value: 363.725720278. iteration 18397 found worse value: 363.725720278. iteration 18398 found worse value: 363.725720278. iteration 18399 found worse value: 363.725720278. iteration 18400 found worse value: 363.725720278. iteration 18401 found worse value: 363.725720278. iteration 18402 found worse value: 363.725720278. iteration 18403 found worse value: 363.725720278. iteration 18404 found worse value: 363.725720278. iteration 18405 found worse value: 363.725720278. iteration 18406 found worse value: 363.725720278. iteration 18407 found worse value: 363.725720278. iteration 18408 found worse value: 363.725720278. iteration 18409 found worse value: 363.725720278. iteration 18410 found worse value: 363.725720278. iteration 18411 found worse value: 363.725720278. iteration 18412 found worse value: 363.725720278. iteration 18413 found worse value: 363.725720278. iteration 18414 found worse value: 363.725720278. iteration 18415 found worse value: 363.725720278. iteration 18416 found worse value: 363.725720278. iteration 18417 found worse value: 363.725720278. iteration 18418 found worse value: 363.725720278. iteration 18419 found worse value: 363.725720278. iteration 18420 found worse value: 363.725720278. iteration 18421 found worse value: 363.725720278. iteration 18422 found worse value: 363.725720278. iteration 18423 found worse value: 363.725720278. iteration 18424 found worse value: 363.725720278. iteration 18425 found worse value: 363.725720278. iteration 18426 found worse value: 363.725720278. iteration 18427 found worse value: 363.725720278. iteration 18428 found worse value: 363.725720278. iteration 18429 found worse value: 363.725720278. iteration 18430 found worse value: 363.725720278. iteration 18431 found worse value: 363.725720278. iteration 18432 found worse value: 363.725720278. iteration 18433 found worse value: 363.725720278. iteration 18434 found worse value: 363.725720278. iteration 18435 found worse value: 363.725720278. iteration 18436 found worse value: 363.725720278. iteration 18437 found worse value: 363.725720278. iteration 18438 found worse value: 363.725720278. iteration 18439 found worse value: 363.725720278. iteration 18440 found worse value: 363.725720278. iteration 18441 found worse value: 363.725720278. iteration 18442 found worse value: 363.725720278. iteration 18443 found worse value: 363.725720278. iteration 18444 found worse value: 363.725720278. iteration 18445 found worse value: 363.725720278. iteration 18446 found worse value: 363.725720278. iteration 18447 found worse value: 363.725720278. iteration 18448 found worse value: 363.725720278. iteration 18449 found worse value: 363.725720278. iteration 18450 found worse value: 363.725720278. iteration 18451 found worse value: 363.725720278. iteration 18452 found worse value: 363.725720278. iteration 18453 found worse value: 363.725720278. iteration 18454 found worse value: 363.725720278. iteration 18455 found worse value: 363.725720278. iteration 18456 found worse value: 363.725720278. iteration 18457 found worse value: 363.725720278. iteration 18458 found worse value: 363.725720278. iteration 18459 found worse value: 363.725720278. iteration 18460 found worse value: 363.725720278. iteration 18461 found worse value: 363.725720278. iteration 18462 found worse value: 363.725720278. iteration 18463 found worse value: 363.725720278. iteration 18464 found worse value: 363.725720278. iteration 18465 found worse value: 363.725720278. iteration 18466 found worse value: 363.725720278. iteration 18467 found worse value: 363.725720278. iteration 18468 found worse value: 363.725720278. iteration 18469 found worse value: 363.725720278. iteration 18470 found worse value: 363.725720278. iteration 18471 found worse value: 363.725720278. iteration 18472 found worse value: 363.725720278. iteration 18473 found worse value: 363.725720278. iteration 18474 found worse value: 363.725720278. iteration 18475 found worse value: 363.725720278. iteration 18476 found worse value: 363.725720278. iteration 18477 found worse value: 363.725720278. iteration 18478 found worse value: 363.725720278. iteration 18479 found worse value: 363.725720278. iteration 18480 found worse value: 363.725720278. iteration 18481 found worse value: 363.725720278. iteration 18482 found worse value: 363.725720278. iteration 18483 found worse value: 363.725720278. iteration18483, perturbing to get out of local maxima iteration 18484 found worse value: 363.725720278. iteration 18485 found worse value: 363.725720278. iteration 18486 found worse value: 363.725720278. iteration 18487 found worse value: 363.725720278. iteration 18488 found worse value: 363.725720278. iteration 18489 found worse value: 363.725720278. iteration 18490 found worse value: 363.725720278. iteration 18491 found worse value: 363.725720278. iteration 18492 found worse value: 363.725720278. iteration 18493 found worse value: 363.725720278. iteration 18494 found worse value: 363.725720278. iteration 18495 found worse value: 363.725720278. iteration 18496 found worse value: 363.725720278. iteration 18497 found worse value: 363.725720278. iteration 18498 found worse value: 363.725720278. iteration 18499 found worse value: 363.725720278. iteration 18500 found worse value: 363.725720278. iteration 18501 found worse value: 363.725720278. iteration 18502 found worse value: 363.725720278. iteration 18503 found worse value: 363.725720278. iteration 18504 found worse value: 363.725720278. iteration 18505 found worse value: 363.725720278. iteration 18506 found worse value: 363.725720278. iteration 18507 found worse value: 363.725720278. iteration18507, perturbing to get out of local maxima iteration 18508 found worse value: 363.725720278. iteration 18509 found worse value: 363.725720278. iteration 18510 found worse value: 363.725720278. iteration 18511 found worse value: 363.725720278. iteration 18512 found worse value: 363.725720278. iteration 18513 found worse value: 363.725720278. iteration 18514 found worse value: 363.725720278. iteration 18515 found worse value: 363.725720278. iteration 18516 found worse value: 363.725720278. iteration 18517 found worse value: 363.725720278. iteration 18518 found worse value: 363.725720278. iteration 18519 found worse value: 363.725720278. iteration 18520 found worse value: 363.725720278. iteration 18521 found worse value: 363.725720278. iteration18521, perturbing to get out of local maxima iteration 18522 found worse value: 363.725720278. iteration 18523 found worse value: 363.725720278. iteration 18524 found worse value: 363.725720278. iteration 18525 found worse value: 363.725720278. iteration 18526 found worse value: 363.725720278. iteration 18527 found worse value: 363.725720278. iteration 18528 found worse value: 363.725720278. iteration 18529 found worse value: 363.725720278. iteration 18530 found worse value: 363.725720278. iteration 18531 found worse value: 363.725720278. iteration 18532 found worse value: 363.725720278. iteration 18533 found worse value: 363.725720278. iteration 18534 found worse value: 363.725720278. iteration 18535 found worse value: 363.725720278. iteration 18536 found worse value: 363.725720278. iteration 18537 found worse value: 363.725720278. iteration 18538 found worse value: 363.725720278. iteration 18539 found worse value: 363.725720278. iteration 18540 found worse value: 363.725720278. iteration 18541 found worse value: 363.725720278. iteration 18542 found worse value: 363.725720278. iteration 18543 found worse value: 363.725720278. iteration 18544 found worse value: 363.725720278. iteration 18545 found worse value: 363.725720278. iteration 18546 found worse value: 363.725720278. iteration 18547 found worse value: 363.725720278. iteration 18548 found worse value: 363.725720278. iteration 18549 found worse value: 363.725720278. iteration 18550 found worse value: 363.725720278. iteration 18551 found worse value: 363.725720278. iteration 18552 found worse value: 363.725720278. iteration 18553 found worse value: 363.725720278. iteration 18554 found worse value: 363.725720278. iteration 18555 found worse value: 363.725720278. iteration 18556 found worse value: 363.725720278. iteration 18557 found worse value: 363.725720278. iteration 18558 found worse value: 363.725720278. iteration 18559 found worse value: 363.725720278. iteration 18560 found worse value: 363.725720278. iteration 18561 found worse value: 363.725720278. iteration 18562 found worse value: 363.725720278. iteration 18563 found worse value: 363.725720278. iteration 18564 found worse value: 363.725720278. iteration 18565 found worse value: 363.725720278. iteration 18566 found worse value: 363.725720278. iteration 18567 found worse value: 363.725720278. iteration 18568 found worse value: 363.725720278. iteration 18569 found worse value: 363.725720278. iteration 18570 found worse value: 363.725720278. iteration 18571 found worse value: 363.725720278. iteration 18572 found worse value: 363.725720278. iteration18572, perturbing to get out of local maxima iteration 18573 found worse value: 363.725720278. iteration 18574 found worse value: 363.725720278. iteration 18575 found worse value: 363.725720278. iteration 18576 found worse value: 363.725720278. iteration 18577 found worse value: 363.725720278. iteration 18578 found worse value: 363.725720278. iteration18578, perturbing to get out of local maxima iteration 18579 found worse value: 363.725720278. iteration 18580 found worse value: 363.725720278. iteration 18581 found worse value: 363.725720278. iteration 18582 found worse value: 363.725720278. iteration 18583 found worse value: 363.725720278. iteration 18584 found worse value: 363.725720278. iteration 18585 found worse value: 363.725720278. iteration 18586 found worse value: 363.725720278. iteration 18587 found worse value: 363.725720278. iteration18587, perturbing to get out of local maxima iteration 18588 found worse value: 363.725720278. iteration18588, perturbing to get out of local maxima iteration 18589 found worse value: 363.725720278. iteration 18590 found worse value: 363.725720278. iteration 18591 found worse value: 363.725720278. iteration 18592 found worse value: 363.725720278. iteration 18593 found worse value: 363.725720278. iteration 18594 found worse value: 363.725720278. iteration 18595 found worse value: 363.725720278. iteration 18596 found worse value: 363.725720278. iteration 18597 found worse value: 363.725720278. iteration 18598 found worse value: 363.725720278. iteration 18599 found worse value: 363.725720278. iteration 18600 found worse value: 363.725720278. iteration 18601 found worse value: 363.725720278. iteration 18602 found worse value: 363.725720278. iteration 18603 found worse value: 363.725720278. iteration 18604 found worse value: 363.725720278. iteration 18605 found worse value: 363.725720278. iteration 18606 found worse value: 363.725720278. iteration 18607 found worse value: 363.725720278. iteration 18608 found worse value: 363.725720278. iteration 18609 found worse value: 363.725720278. iteration 18610 found worse value: 363.725720278. iteration 18611 found worse value: 363.725720278. iteration 18612 found worse value: 363.725720278. iteration 18613 found worse value: 363.725720278. iteration 18614 found worse value: 363.725720278. iteration 18615 found worse value: 363.725720278. iteration 18616 found worse value: 363.725720278. iteration 18617 found worse value: 363.725720278. iteration 18618 found worse value: 363.725720278. iteration 18619 found worse value: 363.725720278. iteration 18620 found worse value: 363.725720278. iteration 18621 found worse value: 363.725720278. iteration 18622 found worse value: 363.725720278. iteration 18623 found worse value: 363.725720278. iteration 18624 found worse value: 363.725720278. iteration 18625 found worse value: 363.725720278. iteration 18626 found worse value: 363.725720278. iteration 18627 found worse value: 363.725720278. iteration 18628 found worse value: 363.725720278. iteration 18629 found worse value: 363.725720278. iteration 18630 found worse value: 363.725720278. iteration 18631 found worse value: 363.725720278. iteration 18632 found worse value: 363.725720278. iteration 18633 found worse value: 363.725720278. iteration 18634 found worse value: 363.725720278. iteration 18635 found worse value: 363.725720278. iteration 18636 found worse value: 363.725720278. iteration 18637 found worse value: 363.725720278. iteration 18638 found worse value: 363.725720278. iteration 18639 found worse value: 363.725720278. iteration 18640 found worse value: 363.725720278. iteration 18641 found worse value: 363.725720278. iteration 18642 found worse value: 363.725720278. iteration 18643 found worse value: 363.725720278. iteration 18644 found worse value: 363.725720278. iteration 18645 found worse value: 363.725720278. iteration 18646 found worse value: 363.725720278. iteration 18647 found worse value: 363.725720278. iteration 18648 found worse value: 363.725720278. iteration 18649 found worse value: 363.725720278. iteration 18650 found worse value: 363.725720278. iteration 18651 found worse value: 363.725720278. iteration 18652 found worse value: 363.725720278. iteration 18653 found worse value: 363.725720278. iteration 18654 found worse value: 363.725720278. iteration 18655 found worse value: 363.725720278. iteration 18656 found worse value: 363.725720278. iteration 18657 found worse value: 363.725720278. iteration18657, perturbing to get out of local maxima iteration 18658 found worse value: 363.725720278. iteration 18659 found worse value: 363.725720278. iteration 18660 found worse value: 363.725720278. iteration 18661 found worse value: 363.725720278. iteration 18662 found worse value: 363.725720278. iteration 18663 found worse value: 363.725720278. iteration 18664 found worse value: 363.725720278. iteration 18665 found worse value: 363.725720278. iteration 18666 found worse value: 363.725720278. iteration 18667 found worse value: 363.725720278. iteration 18668 found worse value: 363.725720278. iteration 18669 found worse value: 363.725720278. iteration 18670 found worse value: 363.725720278. iteration 18671 found worse value: 363.725720278. iteration 18672 found worse value: 363.725720278. iteration 18673 found worse value: 363.725720278. iteration 18674 found worse value: 363.725720278. iteration 18675 found worse value: 363.725720278. iteration 18676 found worse value: 363.725720278. iteration 18677 found worse value: 363.725720278. iteration 18678 found worse value: 363.725720278. iteration 18679 found worse value: 363.725720278. iteration 18680 found worse value: 363.725720278. iteration18680, perturbing to get out of local maxima iteration 18681 found worse value: 363.725720278. iteration 18682 found worse value: 363.725720278. iteration 18683 found worse value: 363.725720278. iteration 18684 found worse value: 363.725720278. iteration 18685 found worse value: 363.725720278. iteration 18686 found worse value: 363.725720278. iteration 18687 found worse value: 363.725720278. iteration 18688 found worse value: 363.725720278. iteration 18689 found worse value: 363.725720278. iteration 18690 found worse value: 363.725720278. iteration 18691 found worse value: 363.725720278. iteration 18692 found worse value: 363.725720278. iteration 18693 found worse value: 363.725720278. iteration 18694 found worse value: 363.725720278. iteration 18695 found worse value: 363.725720278. iteration 18696 found worse value: 363.725720278. iteration 18697 found worse value: 363.725720278. iteration 18698 found worse value: 363.725720278. iteration 18699 found worse value: 363.725720278. iteration 18700 found worse value: 363.725720278. iteration 18701 found worse value: 363.725720278. iteration 18702 found worse value: 363.725720278. iteration 18703 found worse value: 363.725720278. iteration 18704 found worse value: 363.725720278. iteration 18705 found worse value: 363.725720278. iteration 18706 found worse value: 363.725720278. iteration 18707 found worse value: 363.725720278. iteration 18708 found worse value: 363.725720278. iteration 18709 found worse value: 363.725720278. iteration 18710 found worse value: 363.725720278. iteration 18711 found worse value: 363.725720278. iteration 18712 found worse value: 363.725720278. iteration 18713 found worse value: 363.725720278. iteration 18714 found worse value: 363.725720278. iteration 18715 found worse value: 363.725720278. iteration 18716 found worse value: 363.725720278. iteration 18717 found worse value: 363.725720278. iteration 18718 found worse value: 363.725720278. iteration 18719 found worse value: 363.725720278. iteration 18720 found worse value: 363.725720278. iteration 18721 found worse value: 363.725720278. iteration18721, perturbing to get out of local maxima iteration 18722 found worse value: 363.725720278. iteration 18723 found worse value: 363.725720278. iteration 18724 found worse value: 363.725720278. iteration 18725 found worse value: 363.725720278. iteration 18726 found worse value: 363.725720278. iteration 18727 found worse value: 363.725720278. iteration 18728 found worse value: 363.725720278. iteration 18729 found worse value: 363.725720278. iteration 18730 found worse value: 363.725720278. iteration 18731 found worse value: 363.725720278. iteration 18732 found worse value: 363.725720278. iteration 18733 found worse value: 363.725720278. iteration 18734 found worse value: 363.725720278. iteration 18735 found worse value: 363.725720278. iteration18735, perturbing to get out of local maxima iteration 18736 found worse value: 363.725720278. iteration18736, perturbing to get out of local maxima iteration 18737 found worse value: 363.725720278. iteration 18738 found worse value: 363.725720278. iteration 18739 found worse value: 363.725720278. iteration 18740 found worse value: 363.725720278. iteration 18741 found worse value: 363.725720278. iteration 18742 found worse value: 363.725720278. iteration 18743 found worse value: 363.725720278. iteration 18744 found worse value: 363.725720278. iteration 18745 found worse value: 363.725720278. iteration 18746 found worse value: 363.725720278. iteration 18747 found worse value: 363.725720278. iteration 18748 found worse value: 363.725720278. iteration 18749 found worse value: 363.725720278. iteration18749, perturbing to get out of local maxima iteration 18750 found worse value: 363.725720278. iteration 18751 found worse value: 363.725720278. iteration 18752 found worse value: 363.725720278. iteration 18753 found worse value: 363.725720278. iteration 18754 found worse value: 363.725720278. iteration 18755 found worse value: 363.725720278. iteration 18756 found worse value: 363.725720278. iteration 18757 found worse value: 363.725720278. iteration 18758 found worse value: 363.725720278. iteration 18759 found worse value: 363.725720278. iteration 18760 found worse value: 363.725720278. iteration18760, perturbing to get out of local maxima iteration 18761 found worse value: 363.725720278. iteration 18762 found worse value: 363.725720278. iteration 18763 found worse value: 363.725720278. iteration 18764 found worse value: 363.725720278. iteration 18765 found worse value: 363.725720278. iteration 18766 found worse value: 363.725720278. iteration 18767 found worse value: 363.725720278. iteration 18768 found worse value: 363.725720278. iteration 18769 found worse value: 363.725720278. iteration 18770 found worse value: 363.725720278. iteration 18771 found worse value: 363.725720278. iteration 18772 found worse value: 363.725720278. iteration 18773 found worse value: 363.725720278. iteration 18774 found worse value: 363.725720278. iteration 18775 found worse value: 363.725720278. iteration 18776 found worse value: 363.725720278. iteration 18777 found worse value: 363.725720278. iteration 18778 found worse value: 363.725720278. iteration 18779 found worse value: 363.725720278. iteration 18780 found worse value: 363.725720278. iteration 18781 found worse value: 363.725720278. iteration 18782 found worse value: 363.725720278. iteration 18783 found worse value: 363.725720278. iteration 18784 found worse value: 363.725720278. iteration18784, perturbing to get out of local maxima iteration 18785 found worse value: 363.725720278. iteration 18786 found worse value: 363.725720278. iteration 18787 found worse value: 363.725720278. iteration 18788 found worse value: 363.725720278. iteration 18789 found worse value: 363.725720278. iteration 18790 found worse value: 363.725720278. iteration 18791 found worse value: 363.725720278. iteration 18792 found worse value: 363.725720278. iteration 18793 found worse value: 363.725720278. iteration 18794 found worse value: 363.725720278. iteration 18795 found worse value: 363.725720278. iteration 18796 found worse value: 363.725720278. iteration 18797 found worse value: 363.725720278. iteration 18798 found worse value: 363.725720278. iteration 18799 found worse value: 363.725720278. iteration 18800 found worse value: 363.725720278. iteration 18801 found worse value: 363.725720278. iteration 18802 found worse value: 363.725720278. iteration 18803 found worse value: 363.725720278. iteration 18804 found worse value: 363.725720278. iteration 18805 found worse value: 363.725720278. iteration 18806 found worse value: 363.725720278. iteration18806, perturbing to get out of local maxima iteration 18807 found worse value: 363.725720278. iteration 18808 found worse value: 363.725720278. iteration 18809 found worse value: 363.725720278. iteration 18810 found worse value: 363.725720278. iteration 18811 found worse value: 363.725720278. iteration 18812 found worse value: 363.725720278. iteration 18813 found worse value: 363.725720278. iteration 18814 found worse value: 363.725720278. iteration 18815 found worse value: 363.725720278. iteration 18816 found worse value: 363.725720278. iteration 18817 found worse value: 363.725720278. iteration 18818 found worse value: 363.725720278. iteration 18819 found worse value: 363.725720278. iteration 18820 found worse value: 363.725720278. iteration 18821 found worse value: 363.725720278. iteration 18822 found worse value: 363.725720278. iteration 18823 found worse value: 363.725720278. iteration18823, perturbing to get out of local maxima iteration 18824 found worse value: 363.725720278. iteration 18825 found worse value: 363.725720278. iteration 18826 found worse value: 363.725720278. iteration 18827 found worse value: 363.725720278. iteration 18828 found worse value: 363.725720278. iteration 18829 found worse value: 363.725720278. iteration18829, perturbing to get out of local maxima iteration 18830 found worse value: 363.725720278. iteration 18831 found worse value: 363.725720278. iteration 18832 found worse value: 363.725720278. iteration 18833 found worse value: 363.725720278. iteration 18834 found worse value: 363.725720278. iteration 18835 found worse value: 363.725720278. iteration 18836 found worse value: 363.725720278. iteration18836, perturbing to get out of local maxima iteration 18837 found worse value: 363.725720278. iteration 18838 found worse value: 363.725720278. iteration 18839 found worse value: 363.725720278. iteration 18840 found worse value: 363.725720278. iteration 18841 found worse value: 363.725720278. iteration 18842 found worse value: 363.725720278. iteration 18843 found worse value: 363.725720278. iteration 18844 found worse value: 363.725720278. iteration 18845 found worse value: 363.725720278. iteration 18846 found worse value: 363.725720278. iteration 18847 found worse value: 363.725720278. iteration 18848 found worse value: 363.725720278. iteration 18849 found worse value: 363.725720278. iteration 18850 found worse value: 363.725720278. iteration 18851 found worse value: 363.725720278. iteration 18852 found worse value: 363.725720278. iteration 18853 found worse value: 363.725720278. iteration 18854 found worse value: 363.725720278. iteration 18855 found worse value: 363.725720278. iteration 18856 found worse value: 363.725720278. iteration 18857 found worse value: 363.725720278. iteration 18858 found worse value: 363.725720278. iteration 18859 found worse value: 363.725720278. iteration 18860 found worse value: 363.725720278. iteration 18861 found worse value: 363.725720278. iteration 18862 found worse value: 363.725720278. iteration 18863 found worse value: 363.725720278. iteration 18864 found worse value: 363.725720278. iteration 18865 found worse value: 363.725720278. iteration 18866 found worse value: 363.725720278. iteration 18867 found worse value: 363.725720278. iteration 18868 found worse value: 363.725720278. iteration 18869 found worse value: 363.725720278. iteration 18870 found worse value: 363.725720278. iteration 18871 found worse value: 363.725720278. iteration 18872 found worse value: 363.725720278. iteration 18873 found worse value: 363.725720278. iteration 18874 found worse value: 363.725720278. iteration 18875 found worse value: 363.725720278. iteration 18876 found worse value: 363.725720278. iteration 18877 found worse value: 363.725720278. iteration 18878 found worse value: 363.725720278. iteration 18879 found worse value: 363.725720278. iteration 18880 found worse value: 363.725720278. iteration 18881 found worse value: 363.725720278. iteration18881, perturbing to get out of local maxima iteration 18882 found worse value: 363.725720278. iteration 18883 found worse value: 363.725720278. iteration 18884 found worse value: 363.725720278. iteration 18885 found worse value: 363.725720278. iteration 18886 found worse value: 363.725720278. iteration 18887 found worse value: 363.725720278. iteration 18888 found worse value: 363.725720278. iteration 18889 found worse value: 363.725720278. iteration 18890 found worse value: 363.725720278. iteration 18891 found worse value: 363.725720278. iteration 18892 found worse value: 363.725720278. iteration 18893 found worse value: 363.725720278. iteration 18894 found worse value: 363.725720278. iteration 18895 found worse value: 363.725720278. iteration 18896 found worse value: 363.725720278. iteration 18897 found worse value: 363.725720278. iteration 18898 found worse value: 363.725720278. iteration 18899 found worse value: 363.725720278. iteration 18900 found worse value: 363.725720278. iteration 18901 found worse value: 363.725720278. iteration 18902 found worse value: 363.725720278. iteration 18903 found worse value: 363.725720278. iteration 18904 found worse value: 363.725720278. iteration 18905 found worse value: 363.725720278. iteration 18906 found worse value: 363.725720278. iteration 18907 found worse value: 363.725720278. iteration 18908 found worse value: 363.725720278. iteration 18909 found worse value: 363.725720278. iteration 18910 found worse value: 363.725720278. iteration18910, perturbing to get out of local maxima iteration 18911 found worse value: 363.725720278. iteration 18912 found worse value: 363.725720278. iteration 18913 found worse value: 363.725720278. iteration 18914 found worse value: 363.725720278. iteration 18915 found worse value: 363.725720278. iteration 18916 found worse value: 363.725720278. iteration 18917 found worse value: 363.725720278. iteration 18918 found worse value: 363.725720278. iteration 18919 found worse value: 363.725720278. iteration 18920 found worse value: 363.725720278. iteration 18921 found worse value: 363.725720278. iteration 18922 found worse value: 363.725720278. iteration 18923 found worse value: 363.725720278. iteration 18924 found worse value: 363.725720278. iteration 18925 found worse value: 363.725720278. iteration 18926 found worse value: 363.725720278. iteration 18927 found worse value: 363.725720278. iteration 18928 found worse value: 363.725720278. iteration 18929 found worse value: 363.725720278. iteration 18930 found worse value: 363.725720278. iteration 18931 found worse value: 363.725720278. iteration 18932 found worse value: 363.725720278. iteration 18933 found worse value: 363.725720278. iteration 18934 found worse value: 363.725720278. iteration 18935 found worse value: 363.725720278. iteration18935, perturbing to get out of local maxima iteration 18936 found worse value: 363.725720278. iteration 18937 found worse value: 363.725720278. iteration18937, perturbing to get out of local maxima iteration 18938 found worse value: 363.725720278. iteration 18939 found worse value: 363.725720278. iteration 18940 found worse value: 363.725720278. iteration 18941 found worse value: 363.725720278. iteration 18942 found worse value: 363.725720278. iteration 18943 found worse value: 363.725720278. iteration 18944 found worse value: 363.725720278. iteration 18945 found worse value: 363.725720278. iteration 18946 found worse value: 363.725720278. iteration 18947 found worse value: 363.725720278. iteration18947, perturbing to get out of local maxima iteration 18948 found worse value: 363.725720278. iteration 18949 found worse value: 363.725720278. iteration 18950 found worse value: 363.725720278. iteration 18951 found worse value: 363.725720278. iteration 18952 found worse value: 363.725720278. iteration 18953 found worse value: 363.725720278. iteration 18954 found worse value: 363.725720278. iteration 18955 found worse value: 363.725720278. iteration 18956 found worse value: 363.725720278. iteration 18957 found worse value: 363.725720278. iteration 18958 found worse value: 363.725720278. iteration 18959 found worse value: 363.725720278. iteration 18960 found worse value: 363.725720278. iteration 18961 found worse value: 363.725720278. iteration 18962 found worse value: 363.725720278. iteration 18963 found worse value: 363.725720278. iteration 18964 found worse value: 363.725720278. iteration 18965 found worse value: 363.725720278. iteration 18966 found worse value: 363.725720278. iteration 18967 found worse value: 363.725720278. iteration18967, perturbing to get out of local maxima iteration 18968 found worse value: 363.725720278. iteration 18969 found worse value: 363.725720278. iteration 18970 found worse value: 363.725720278. iteration18970, perturbing to get out of local maxima iteration 18971 found worse value: 363.725720278. iteration 18972 found worse value: 363.725720278. iteration 18973 found worse value: 363.725720278. iteration 18974 found worse value: 363.725720278. iteration 18975 found worse value: 363.725720278. iteration 18976 found worse value: 363.725720278. iteration 18977 found worse value: 363.725720278. iteration18977, perturbing to get out of local maxima iteration 18978 found worse value: 363.725720278. iteration 18979 found worse value: 363.725720278. iteration 18980 found worse value: 363.725720278. iteration 18981 found worse value: 363.725720278. iteration 18982 found worse value: 363.725720278. iteration 18983 found worse value: 363.725720278. iteration 18984 found worse value: 363.725720278. iteration 18985 found worse value: 363.725720278. iteration 18986 found worse value: 363.725720278. iteration 18987 found worse value: 363.725720278. iteration 18988 found worse value: 363.725720278. iteration 18989 found worse value: 363.725720278. iteration 18990 found worse value: 363.725720278. iteration 18991 found worse value: 363.725720278. iteration 18992 found worse value: 363.725720278. iteration 18993 found worse value: 363.725720278. iteration 18994 found worse value: 363.725720278. iteration 18995 found worse value: 363.725720278. iteration 18996 found worse value: 363.725720278. iteration 18997 found worse value: 363.725720278. iteration 18998 found worse value: 363.725720278. iteration 18999 found worse value: 363.725720278. iteration 19000 found worse value: 363.725720278. iteration 19001 found worse value: 363.725720278. iteration 19002 found worse value: 363.725720278. iteration 19003 found worse value: 363.725720278. iteration 19004 found worse value: 363.725720278. iteration 19005 found worse value: 363.725720278. iteration 19006 found worse value: 363.725720278. iteration 19007 found worse value: 363.725720278. iteration 19008 found worse value: 363.725720278. iteration 19009 found worse value: 363.725720278. iteration 19010 found worse value: 363.725720278. iteration19010, perturbing to get out of local maxima iteration 19011 found worse value: 363.725720278. iteration 19012 found worse value: 363.725720278. iteration 19013 found worse value: 363.725720278. iteration 19014 found worse value: 363.725720278. iteration 19015 found worse value: 363.725720278. iteration 19016 found worse value: 363.725720278. iteration 19017 found worse value: 363.725720278. iteration 19018 found worse value: 363.725720278. iteration 19019 found worse value: 363.725720278. iteration 19020 found worse value: 363.725720278. iteration 19021 found worse value: 363.725720278. iteration 19022 found worse value: 363.725720278. iteration 19023 found worse value: 363.725720278. iteration 19024 found worse value: 363.725720278. iteration 19025 found worse value: 363.725720278. iteration 19026 found worse value: 363.725720278. iteration 19027 found worse value: 363.725720278. iteration 19028 found worse value: 363.725720278. iteration 19029 found worse value: 363.725720278. iteration 19030 found worse value: 363.725720278. iteration 19031 found worse value: 363.725720278. iteration 19032 found worse value: 363.725720278. iteration 19033 found worse value: 363.725720278. iteration 19034 found worse value: 363.725720278. iteration 19035 found worse value: 363.725720278. iteration 19036 found worse value: 363.725720278. iteration 19037 found worse value: 363.725720278. iteration 19038 found worse value: 363.725720278. iteration 19039 found worse value: 363.725720278. iteration19039, perturbing to get out of local maxima iteration 19040 found worse value: 363.725720278. iteration 19041 found worse value: 363.725720278. iteration 19042 found worse value: 363.725720278. iteration 19043 found worse value: 363.725720278. iteration 19044 found worse value: 363.725720278. iteration 19045 found worse value: 363.725720278. iteration 19046 found worse value: 363.725720278. iteration 19047 found worse value: 363.725720278. iteration 19048 found worse value: 363.725720278. iteration 19049 found worse value: 363.725720278. iteration 19050 found worse value: 363.725720278. iteration 19051 found worse value: 363.725720278. iteration 19052 found worse value: 363.725720278. iteration 19053 found worse value: 363.725720278. iteration 19054 found worse value: 363.725720278. iteration 19055 found worse value: 363.725720278. iteration 19056 found worse value: 363.725720278. iteration 19057 found worse value: 363.725720278. iteration 19058 found worse value: 363.725720278. iteration 19059 found worse value: 363.725720278. iteration 19060 found worse value: 363.725720278. iteration 19061 found worse value: 363.725720278. iteration 19062 found worse value: 363.725720278. iteration19062, perturbing to get out of local maxima iteration 19063 found worse value: 363.725720278. iteration 19064 found worse value: 363.725720278. iteration 19065 found worse value: 363.725720278. iteration 19066 found worse value: 363.725720278. iteration 19067 found worse value: 363.725720278. iteration 19068 found worse value: 363.725720278. iteration19068, perturbing to get out of local maxima iteration 19069 found worse value: 363.725720278. iteration 19070 found worse value: 363.725720278. iteration 19071 found worse value: 363.725720278. iteration 19072 found worse value: 363.725720278. iteration 19073 found worse value: 363.725720278. iteration 19074 found worse value: 363.725720278. iteration 19075 found worse value: 363.725720278. iteration 19076 found worse value: 363.725720278. iteration 19077 found worse value: 363.725720278. iteration 19078 found worse value: 363.725720278. iteration 19079 found worse value: 363.725720278. iteration 19080 found worse value: 363.725720278. iteration 19081 found worse value: 363.725720278. iteration 19082 found worse value: 363.725720278. iteration 19083 found worse value: 363.725720278. iteration 19084 found worse value: 363.725720278. iteration 19085 found worse value: 363.725720278. iteration 19086 found worse value: 363.725720278. iteration 19087 found worse value: 363.725720278. iteration 19088 found worse value: 363.725720278. iteration 19089 found worse value: 363.725720278. iteration 19090 found worse value: 363.725720278. iteration 19091 found worse value: 363.725720278. iteration 19092 found worse value: 363.725720278. iteration 19093 found worse value: 363.725720278. iteration 19094 found worse value: 363.725720278. iteration 19095 found worse value: 363.725720278. iteration 19096 found worse value: 363.725720278. iteration 19097 found worse value: 363.725720278. iteration 19098 found worse value: 363.725720278. iteration 19099 found worse value: 363.725720278. iteration 19100 found worse value: 363.725720278. iteration 19101 found worse value: 363.725720278. iteration 19102 found worse value: 363.725720278. iteration 19103 found worse value: 363.725720278. iteration 19104 found worse value: 363.725720278. iteration 19105 found worse value: 363.725720278. iteration 19106 found worse value: 363.725720278. iteration 19107 found worse value: 363.725720278. iteration 19108 found worse value: 363.725720278. iteration 19109 found worse value: 363.725720278. iteration 19110 found worse value: 363.725720278. iteration 19111 found worse value: 363.725720278. iteration 19112 found worse value: 363.725720278. iteration19112, perturbing to get out of local maxima iteration 19113 found worse value: 363.725720278. iteration 19114 found worse value: 363.725720278. iteration 19115 found worse value: 363.725720278. iteration 19116 found worse value: 363.725720278. iteration 19117 found worse value: 363.725720278. iteration 19118 found worse value: 363.725720278. iteration 19119 found worse value: 363.725720278. iteration 19120 found worse value: 363.725720278. iteration 19121 found worse value: 363.725720278. iteration19121, perturbing to get out of local maxima iteration 19122 found worse value: 363.725720278. iteration 19123 found worse value: 363.725720278. iteration 19124 found worse value: 363.725720278. iteration 19125 found worse value: 363.725720278. iteration 19126 found worse value: 363.725720278. iteration 19127 found worse value: 363.725720278. iteration 19128 found worse value: 363.725720278. iteration 19129 found worse value: 363.725720278. iteration 19130 found worse value: 363.725720278. iteration 19131 found worse value: 363.725720278. iteration 19132 found worse value: 363.725720278. iteration 19133 found worse value: 363.725720278. iteration 19134 found worse value: 363.725720278. iteration 19135 found worse value: 363.725720278. iteration 19136 found worse value: 363.725720278. iteration 19137 found worse value: 363.725720278. iteration 19138 found worse value: 363.725720278. iteration 19139 found worse value: 363.725720278. iteration 19140 found worse value: 363.725720278. iteration 19141 found worse value: 363.725720278. iteration 19142 found worse value: 363.725720278. iteration 19143 found worse value: 363.725720278. iteration 19144 found worse value: 363.725720278. iteration 19145 found worse value: 363.725720278. iteration 19146 found worse value: 363.725720278. iteration 19147 found worse value: 363.725720278. iteration 19148 found worse value: 363.725720278. iteration 19149 found worse value: 363.725720278. iteration 19150 found worse value: 363.725720278. iteration 19151 found worse value: 363.725720278. iteration 19152 found worse value: 363.725720278. iteration 19153 found worse value: 363.725720278. iteration 19154 found worse value: 363.725720278. iteration 19155 found worse value: 363.725720278. iteration 19156 found worse value: 363.725720278. iteration 19157 found worse value: 363.725720278. iteration 19158 found worse value: 363.725720278. iteration 19159 found worse value: 363.725720278. iteration 19160 found worse value: 363.725720278. iteration 19161 found worse value: 363.725720278. iteration 19162 found worse value: 363.725720278. iteration 19163 found worse value: 363.725720278. iteration 19164 found worse value: 363.725720278. iteration 19165 found worse value: 363.725720278. iteration 19166 found worse value: 363.725720278. iteration 19167 found worse value: 363.725720278. iteration 19168 found worse value: 363.725720278. iteration 19169 found worse value: 363.725720278. iteration 19170 found worse value: 363.725720278. iteration 19171 found worse value: 363.725720278. iteration 19172 found worse value: 363.725720278. iteration 19173 found worse value: 363.725720278. iteration 19174 found worse value: 363.725720278. iteration 19175 found worse value: 363.725720278. iteration 19176 found worse value: 363.725720278. iteration 19177 found worse value: 363.725720278. iteration 19178 found worse value: 363.725720278. iteration 19179 found worse value: 363.725720278. iteration 19180 found worse value: 363.725720278. iteration 19181 found worse value: 363.725720278. iteration 19182 found worse value: 363.725720278. iteration 19183 found worse value: 363.725720278. iteration19183, perturbing to get out of local maxima iteration 19184 found worse value: 363.725720278. iteration 19185 found worse value: 363.725720278. iteration 19186 found worse value: 363.725720278. iteration 19187 found worse value: 363.725720278. iteration 19188 found worse value: 363.725720278. iteration 19189 found worse value: 363.725720278. iteration 19190 found worse value: 363.725720278. iteration 19191 found worse value: 363.725720278. iteration 19192 found worse value: 363.725720278. iteration 19193 found worse value: 363.725720278. iteration 19194 found worse value: 363.725720278. iteration 19195 found worse value: 363.725720278. iteration 19196 found worse value: 363.725720278. iteration 19197 found worse value: 363.725720278. iteration 19198 found worse value: 363.725720278. iteration 19199 found worse value: 363.725720278. iteration 19200 found worse value: 363.725720278. iteration 19201 found worse value: 363.725720278. iteration 19202 found worse value: 363.725720278. iteration 19203 found worse value: 363.725720278. iteration 19204 found worse value: 363.725720278. iteration 19205 found worse value: 363.725720278. iteration 19206 found worse value: 363.725720278. iteration 19207 found worse value: 363.725720278. iteration 19208 found worse value: 363.725720278. iteration 19209 found worse value: 363.725720278. iteration 19210 found worse value: 363.725720278. iteration 19211 found worse value: 363.725720278. iteration 19212 found worse value: 363.725720278. iteration 19213 found worse value: 363.725720278. iteration 19214 found worse value: 363.725720278. iteration 19215 found worse value: 363.725720278. iteration 19216 found worse value: 363.725720278. iteration 19217 found worse value: 363.725720278. iteration 19218 found worse value: 363.725720278. iteration 19219 found worse value: 363.725720278. iteration 19220 found worse value: 363.725720278. iteration 19221 found worse value: 363.725720278. iteration 19222 found worse value: 363.725720278. iteration 19223 found worse value: 363.725720278. iteration 19224 found worse value: 363.725720278. iteration 19225 found worse value: 363.725720278. iteration 19226 found worse value: 363.725720278. iteration 19227 found worse value: 363.725720278. iteration 19228 found worse value: 363.725720278. iteration 19229 found worse value: 363.725720278. iteration 19230 found worse value: 363.725720278. iteration 19231 found worse value: 363.725720278. iteration 19232 found worse value: 363.725720278. iteration 19233 found worse value: 363.725720278. iteration 19234 found worse value: 363.725720278. iteration 19235 found worse value: 363.725720278. iteration 19236 found worse value: 363.725720278. iteration 19237 found worse value: 363.725720278. iteration 19238 found worse value: 363.725720278. iteration 19239 found worse value: 363.725720278. iteration 19240 found worse value: 363.725720278. iteration 19241 found worse value: 363.725720278. iteration 19242 found worse value: 363.725720278. iteration 19243 found worse value: 363.725720278. iteration19243, perturbing to get out of local maxima iteration 19244 found worse value: 363.725720278. iteration 19245 found worse value: 363.725720278. iteration 19246 found worse value: 363.725720278. iteration 19247 found worse value: 363.725720278. iteration 19248 found worse value: 363.725720278. iteration 19249 found worse value: 363.725720278. iteration 19250 found worse value: 363.725720278. iteration 19251 found worse value: 363.725720278. iteration 19252 found worse value: 363.725720278. iteration 19253 found worse value: 363.725720278. iteration 19254 found worse value: 363.725720278. iteration 19255 found worse value: 363.725720278. iteration 19256 found worse value: 363.725720278. iteration 19257 found worse value: 363.725720278. iteration 19258 found worse value: 363.725720278. iteration19258, perturbing to get out of local maxima iteration 19259 found worse value: 363.725720278. iteration 19260 found worse value: 363.725720278. iteration 19261 found worse value: 363.725720278. iteration 19262 found worse value: 363.725720278. iteration 19263 found worse value: 363.725720278. iteration 19264 found worse value: 363.725720278. iteration 19265 found worse value: 363.725720278. iteration 19266 found worse value: 363.725720278. iteration 19267 found worse value: 363.725720278. iteration 19268 found worse value: 363.725720278. iteration 19269 found worse value: 363.725720278. iteration19269, perturbing to get out of local maxima iteration 19270 found worse value: 363.725720278. iteration 19271 found worse value: 363.725720278. iteration 19272 found worse value: 363.725720278. iteration 19273 found worse value: 363.725720278. iteration 19274 found worse value: 363.725720278. iteration 19275 found worse value: 363.725720278. iteration 19276 found worse value: 363.725720278. iteration 19277 found worse value: 363.725720278. iteration 19278 found worse value: 363.725720278. iteration 19279 found worse value: 363.725720278. iteration 19280 found worse value: 363.725720278. iteration 19281 found worse value: 363.725720278. iteration 19282 found worse value: 363.725720278. iteration 19283 found worse value: 363.725720278. iteration 19284 found worse value: 363.725720278. iteration 19285 found worse value: 363.725720278. iteration 19286 found worse value: 363.725720278. iteration 19287 found worse value: 363.725720278. iteration 19288 found worse value: 363.725720278. iteration19288, perturbing to get out of local maxima iteration 19289 found worse value: 363.725720278. iteration 19290 found worse value: 363.725720278. iteration 19291 found worse value: 363.725720278. iteration 19292 found worse value: 363.725720278. iteration 19293 found worse value: 363.725720278. iteration 19294 found worse value: 363.725720278. iteration 19295 found worse value: 363.725720278. iteration 19296 found worse value: 363.725720278. iteration 19297 found worse value: 363.725720278. iteration 19298 found worse value: 363.725720278. iteration 19299 found worse value: 363.725720278. iteration 19300 found worse value: 363.725720278. iteration 19301 found worse value: 363.725720278. iteration 19302 found worse value: 363.725720278. iteration 19303 found worse value: 363.725720278. iteration 19304 found worse value: 363.725720278. iteration 19305 found worse value: 363.725720278. iteration 19306 found worse value: 363.725720278. iteration 19307 found worse value: 363.725720278. iteration 19308 found worse value: 363.725720278. iteration 19309 found worse value: 363.725720278. iteration 19310 found worse value: 363.725720278. iteration 19311 found worse value: 363.725720278. iteration19311, perturbing to get out of local maxima iteration 19312 found worse value: 363.725720278. iteration 19313 found worse value: 363.725720278. iteration 19314 found worse value: 363.725720278. iteration 19315 found worse value: 363.725720278. iteration 19316 found worse value: 363.725720278. iteration 19317 found worse value: 363.725720278. iteration 19318 found worse value: 363.725720278. iteration 19319 found worse value: 363.725720278. iteration 19320 found worse value: 363.725720278. iteration 19321 found worse value: 363.725720278. iteration 19322 found worse value: 363.725720278. iteration 19323 found worse value: 363.725720278. iteration 19324 found worse value: 363.725720278. iteration 19325 found worse value: 363.725720278. iteration 19326 found worse value: 363.725720278. iteration 19327 found worse value: 363.725720278. iteration 19328 found worse value: 363.725720278. iteration 19329 found worse value: 363.725720278. iteration19329, perturbing to get out of local maxima iteration 19330 found worse value: 363.725720278. iteration 19331 found worse value: 363.725720278. iteration 19332 found worse value: 363.725720278. iteration 19333 found worse value: 363.725720278. iteration 19334 found worse value: 363.725720278. iteration 19335 found worse value: 363.725720278. iteration 19336 found worse value: 363.725720278. iteration 19337 found worse value: 363.725720278. iteration 19338 found worse value: 363.725720278. iteration 19339 found worse value: 363.725720278. iteration 19340 found worse value: 363.725720278. iteration 19341 found worse value: 363.725720278. iteration 19342 found worse value: 363.725720278. iteration 19343 found worse value: 363.725720278. iteration 19344 found worse value: 363.725720278. iteration 19345 found worse value: 363.725720278. iteration 19346 found worse value: 363.725720278. iteration 19347 found worse value: 363.725720278. iteration 19348 found worse value: 363.725720278. iteration 19349 found worse value: 363.725720278. iteration 19350 found worse value: 363.725720278. iteration 19351 found worse value: 363.725720278. iteration 19352 found worse value: 363.725720278. iteration 19353 found worse value: 363.725720278. iteration 19354 found worse value: 363.725720278. iteration 19355 found worse value: 363.725720278. iteration 19356 found worse value: 363.725720278. iteration 19357 found worse value: 363.725720278. iteration 19358 found worse value: 363.725720278. iteration 19359 found worse value: 363.725720278. iteration 19360 found worse value: 363.725720278. iteration 19361 found worse value: 363.725720278. iteration 19362 found worse value: 363.725720278. iteration 19363 found worse value: 363.725720278. iteration 19364 found worse value: 363.725720278. iteration 19365 found worse value: 363.725720278. iteration19365, perturbing to get out of local maxima iteration 19366 found worse value: 363.725720278. iteration 19367 found worse value: 363.725720278. iteration 19368 found worse value: 363.725720278. iteration 19369 found worse value: 363.725720278. iteration 19370 found worse value: 363.725720278. iteration 19371 found worse value: 363.725720278. iteration 19372 found worse value: 363.725720278. iteration 19373 found worse value: 363.725720278. iteration 19374 found worse value: 363.725720278. iteration 19375 found worse value: 363.725720278. iteration 19376 found worse value: 363.725720278. iteration 19377 found worse value: 363.725720278. iteration 19378 found worse value: 363.725720278. iteration 19379 found worse value: 363.725720278. iteration 19380 found worse value: 363.725720278. iteration 19381 found worse value: 363.725720278. iteration 19382 found worse value: 363.725720278. iteration 19383 found worse value: 363.725720278. iteration 19384 found worse value: 363.725720278. iteration 19385 found worse value: 363.725720278. iteration 19386 found worse value: 363.725720278. iteration 19387 found worse value: 363.725720278. iteration 19388 found worse value: 363.725720278. iteration 19389 found worse value: 363.725720278. iteration19389, perturbing to get out of local maxima iteration 19390 found worse value: 363.725720278. iteration 19391 found worse value: 363.725720278. iteration 19392 found worse value: 363.725720278. iteration 19393 found worse value: 363.725720278. iteration 19394 found worse value: 363.725720278. iteration 19395 found worse value: 363.725720278. iteration 19396 found worse value: 363.725720278. iteration 19397 found worse value: 363.725720278. iteration 19398 found worse value: 363.725720278. iteration 19399 found worse value: 363.725720278. iteration 19400 found worse value: 363.725720278. iteration 19401 found worse value: 363.725720278. iteration 19402 found worse value: 363.725720278. iteration 19403 found worse value: 363.725720278. iteration 19404 found worse value: 363.725720278. iteration 19405 found worse value: 363.725720278. iteration 19406 found worse value: 363.725720278. iteration 19407 found worse value: 363.725720278. iteration 19408 found worse value: 363.725720278. iteration 19409 found worse value: 363.725720278. iteration 19410 found worse value: 363.725720278. iteration 19411 found worse value: 363.725720278. iteration 19412 found worse value: 363.725720278. iteration 19413 found worse value: 363.725720278. iteration 19414 found worse value: 363.725720278. iteration 19415 found worse value: 363.725720278. iteration 19416 found worse value: 363.725720278. iteration19416, perturbing to get out of local maxima iteration 19417 found worse value: 363.725720278. iteration 19418 found worse value: 363.725720278. iteration 19419 found worse value: 363.725720278. iteration 19420 found worse value: 363.725720278. iteration 19421 found worse value: 363.725720278. iteration 19422 found worse value: 363.725720278. iteration 19423 found worse value: 363.725720278. iteration 19424 found worse value: 363.725720278. iteration 19425 found worse value: 363.725720278. iteration 19426 found worse value: 363.725720278. iteration 19427 found worse value: 363.725720278. iteration 19428 found worse value: 363.725720278. iteration 19429 found worse value: 363.725720278. iteration 19430 found worse value: 363.725720278. iteration 19431 found worse value: 363.725720278. iteration 19432 found worse value: 363.725720278. iteration 19433 found worse value: 363.725720278. iteration 19434 found worse value: 363.725720278. iteration 19435 found worse value: 363.725720278. iteration 19436 found worse value: 363.725720278. iteration 19437 found worse value: 363.725720278. iteration 19438 found worse value: 363.725720278. iteration19438, perturbing to get out of local maxima iteration 19439 found worse value: 363.725720278. iteration 19440 found worse value: 363.725720278. iteration 19441 found worse value: 363.725720278. iteration 19442 found worse value: 363.725720278. iteration 19443 found worse value: 363.725720278. iteration 19444 found worse value: 363.725720278. iteration 19445 found worse value: 363.725720278. iteration 19446 found worse value: 363.725720278. iteration 19447 found worse value: 363.725720278. iteration 19448 found worse value: 363.725720278. iteration 19449 found worse value: 363.725720278. iteration 19450 found worse value: 363.725720278. iteration 19451 found worse value: 363.725720278. iteration 19452 found worse value: 363.725720278. iteration 19453 found worse value: 363.725720278. iteration 19454 found worse value: 363.725720278. iteration 19455 found worse value: 363.725720278. iteration 19456 found worse value: 363.725720278. iteration 19457 found worse value: 363.725720278. iteration19457, perturbing to get out of local maxima iteration 19458 found worse value: 363.725720278. iteration 19459 found worse value: 363.725720278. iteration 19460 found worse value: 363.725720278. iteration 19461 found worse value: 363.725720278. iteration 19462 found worse value: 363.725720278. iteration 19463 found worse value: 363.725720278. iteration 19464 found worse value: 363.725720278. iteration 19465 found worse value: 363.725720278. iteration 19466 found worse value: 363.725720278. iteration 19467 found worse value: 363.725720278. iteration 19468 found worse value: 363.725720278. iteration 19469 found worse value: 363.725720278. iteration 19470 found worse value: 363.725720278. iteration 19471 found worse value: 363.725720278. iteration 19472 found worse value: 363.725720278. iteration 19473 found worse value: 363.725720278. iteration 19474 found worse value: 363.725720278. iteration 19475 found worse value: 363.725720278. iteration 19476 found worse value: 363.725720278. iteration 19477 found worse value: 363.725720278. iteration 19478 found worse value: 363.725720278. iteration 19479 found worse value: 363.725720278. iteration 19480 found worse value: 363.725720278. iteration 19481 found worse value: 363.725720278. iteration 19482 found worse value: 363.725720278. iteration 19483 found worse value: 363.725720278. iteration 19484 found worse value: 363.725720278. iteration 19485 found worse value: 363.725720278. iteration 19486 found worse value: 363.725720278. iteration 19487 found worse value: 363.725720278. iteration 19488 found worse value: 363.725720278. iteration 19489 found worse value: 363.725720278. iteration 19490 found worse value: 363.725720278. iteration 19491 found worse value: 363.725720278. iteration 19492 found worse value: 363.725720278. iteration 19493 found worse value: 363.725720278. iteration 19494 found worse value: 363.725720278. iteration 19495 found worse value: 363.725720278. iteration 19496 found worse value: 363.725720278. iteration 19497 found worse value: 363.725720278. iteration 19498 found worse value: 363.725720278. iteration 19499 found worse value: 363.725720278. iteration 19500 found worse value: 363.725720278. iteration19500, perturbing to get out of local maxima iteration 19501 found worse value: 363.725720278. iteration 19502 found worse value: 363.725720278. iteration 19503 found worse value: 363.725720278. iteration 19504 found worse value: 363.725720278. iteration 19505 found worse value: 363.725720278. iteration 19506 found worse value: 363.725720278. iteration 19507 found worse value: 363.725720278. iteration 19508 found worse value: 363.725720278. iteration 19509 found worse value: 363.725720278. iteration19509, perturbing to get out of local maxima iteration 19510 found worse value: 363.725720278. iteration 19511 found worse value: 363.725720278. iteration 19512 found worse value: 363.725720278. iteration 19513 found worse value: 363.725720278. iteration 19514 found worse value: 363.725720278. iteration 19515 found worse value: 363.725720278. iteration 19516 found worse value: 363.725720278. iteration 19517 found worse value: 363.725720278. iteration 19518 found worse value: 363.725720278. iteration 19519 found worse value: 363.725720278. iteration 19520 found worse value: 363.725720278. iteration 19521 found worse value: 363.725720278. iteration 19522 found worse value: 363.725720278. iteration 19523 found worse value: 363.725720278. iteration 19524 found worse value: 363.725720278. iteration19524, perturbing to get out of local maxima iteration 19525 found worse value: 363.725720278. iteration 19526 found worse value: 363.725720278. iteration 19527 found worse value: 363.725720278. iteration 19528 found worse value: 363.725720278. iteration 19529 found worse value: 363.725720278. iteration 19530 found worse value: 363.725720278. iteration 19531 found worse value: 363.725720278. iteration 19532 found worse value: 363.725720278. iteration 19533 found worse value: 363.725720278. iteration19533, perturbing to get out of local maxima iteration 19534 found worse value: 363.725720278. iteration 19535 found worse value: 363.725720278. iteration 19536 found worse value: 363.725720278. iteration 19537 found worse value: 363.725720278. iteration 19538 found worse value: 363.725720278. iteration 19539 found worse value: 363.725720278. iteration 19540 found worse value: 363.725720278. iteration 19541 found worse value: 363.725720278. iteration 19542 found worse value: 363.725720278. iteration 19543 found worse value: 363.725720278. iteration 19544 found worse value: 363.725720278. iteration 19545 found worse value: 363.725720278. iteration 19546 found worse value: 363.725720278. iteration19546, perturbing to get out of local maxima iteration 19547 found worse value: 363.725720278. iteration 19548 found worse value: 363.725720278. iteration 19549 found worse value: 363.725720278. iteration 19550 found worse value: 363.725720278. iteration 19551 found worse value: 363.725720278. iteration 19552 found worse value: 363.725720278. iteration 19553 found worse value: 363.725720278. iteration 19554 found worse value: 363.725720278. iteration 19555 found worse value: 363.725720278. iteration 19556 found worse value: 363.725720278. iteration 19557 found worse value: 363.725720278. iteration 19558 found worse value: 363.725720278. iteration 19559 found worse value: 363.725720278. iteration 19560 found worse value: 363.725720278. iteration 19561 found worse value: 363.725720278. iteration 19562 found worse value: 363.725720278. iteration 19563 found worse value: 363.725720278. iteration 19564 found worse value: 363.725720278. iteration 19565 found worse value: 363.725720278. iteration 19566 found worse value: 363.725720278. iteration 19567 found worse value: 363.725720278. iteration19567, perturbing to get out of local maxima iteration 19568 found worse value: 363.725720278. iteration 19569 found worse value: 363.725720278. iteration 19570 found worse value: 363.725720278. iteration 19571 found worse value: 363.725720278. iteration 19572 found worse value: 363.725720278. iteration 19573 found worse value: 363.725720278. iteration 19574 found worse value: 363.725720278. iteration 19575 found worse value: 363.725720278. iteration 19576 found worse value: 363.725720278. iteration 19577 found worse value: 363.725720278. iteration 19578 found worse value: 363.725720278. iteration 19579 found worse value: 363.725720278. iteration 19580 found worse value: 363.725720278. iteration 19581 found worse value: 363.725720278. iteration 19582 found worse value: 363.725720278. iteration 19583 found worse value: 363.725720278. iteration 19584 found worse value: 363.725720278. iteration 19585 found worse value: 363.725720278. iteration 19586 found worse value: 363.725720278. iteration 19587 found worse value: 363.725720278. iteration 19588 found worse value: 363.725720278. iteration 19589 found worse value: 363.725720278. iteration 19590 found worse value: 363.725720278. iteration 19591 found worse value: 363.725720278. iteration 19592 found worse value: 363.725720278. iteration 19593 found worse value: 363.725720278. iteration 19594 found worse value: 363.725720278. iteration 19595 found worse value: 363.725720278. iteration 19596 found worse value: 363.725720278. iteration 19597 found worse value: 363.725720278. iteration 19598 found worse value: 363.725720278. iteration19598, perturbing to get out of local maxima iteration 19599 found worse value: 363.725720278. iteration 19600 found worse value: 363.725720278. iteration 19601 found worse value: 363.725720278. iteration 19602 found worse value: 363.725720278. iteration 19603 found worse value: 363.725720278. iteration 19604 found worse value: 363.725720278. iteration 19605 found worse value: 363.725720278. iteration 19606 found worse value: 363.725720278. iteration 19607 found worse value: 363.725720278. iteration 19608 found worse value: 363.725720278. iteration 19609 found worse value: 363.725720278. iteration 19610 found worse value: 363.725720278. iteration19610, perturbing to get out of local maxima iteration 19611 found worse value: 363.725720278. iteration 19612 found worse value: 363.725720278. iteration 19613 found worse value: 363.725720278. iteration 19614 found worse value: 363.725720278. iteration 19615 found worse value: 363.725720278. iteration 19616 found worse value: 363.725720278. iteration 19617 found worse value: 363.725720278. iteration 19618 found worse value: 363.725720278. iteration 19619 found worse value: 363.725720278. iteration 19620 found worse value: 363.725720278. iteration 19621 found worse value: 363.725720278. iteration 19622 found worse value: 363.725720278. iteration 19623 found worse value: 363.725720278. iteration 19624 found worse value: 363.725720278. iteration 19625 found worse value: 363.725720278. iteration 19626 found worse value: 363.725720278. iteration 19627 found worse value: 363.725720278. iteration 19628 found worse value: 363.725720278. iteration19628, perturbing to get out of local maxima iteration 19629 found worse value: 363.725720278. iteration 19630 found worse value: 363.725720278. iteration 19631 found worse value: 363.725720278. iteration 19632 found worse value: 363.725720278. iteration 19633 found worse value: 363.725720278. iteration 19634 found worse value: 363.725720278. iteration 19635 found worse value: 363.725720278. iteration 19636 found worse value: 363.725720278. iteration 19637 found worse value: 363.725720278. iteration 19638 found worse value: 363.725720278. iteration 19639 found worse value: 363.725720278. iteration 19640 found worse value: 363.725720278. iteration 19641 found worse value: 363.725720278. iteration 19642 found worse value: 363.725720278. iteration 19643 found worse value: 363.725720278. iteration 19644 found worse value: 363.725720278. iteration 19645 found worse value: 363.725720278. iteration 19646 found worse value: 363.725720278. iteration 19647 found worse value: 363.725720278. iteration 19648 found worse value: 363.725720278. iteration 19649 found worse value: 363.725720278. iteration 19650 found worse value: 363.725720278. iteration 19651 found worse value: 363.725720278. iteration 19652 found worse value: 363.725720278. iteration 19653 found worse value: 363.725720278. iteration19653, perturbing to get out of local maxima iteration 19654 found worse value: 363.725720278. iteration 19655 found worse value: 363.725720278. iteration 19656 found worse value: 363.725720278. iteration 19657 found worse value: 363.725720278. iteration 19658 found worse value: 363.725720278. iteration 19659 found worse value: 363.725720278. iteration 19660 found worse value: 363.725720278. iteration 19661 found worse value: 363.725720278. iteration 19662 found worse value: 363.725720278. iteration 19663 found worse value: 363.725720278. iteration 19664 found worse value: 363.725720278. iteration 19665 found worse value: 363.725720278. iteration 19666 found worse value: 363.725720278. iteration 19667 found worse value: 363.725720278. iteration 19668 found worse value: 363.725720278. iteration 19669 found worse value: 363.725720278. iteration 19670 found worse value: 363.725720278. iteration 19671 found worse value: 363.725720278. iteration 19672 found worse value: 363.725720278. iteration 19673 found worse value: 363.725720278. iteration 19674 found worse value: 363.725720278. iteration 19675 found worse value: 363.725720278. iteration 19676 found worse value: 363.725720278. iteration 19677 found worse value: 363.725720278. iteration 19678 found worse value: 363.725720278. iteration 19679 found worse value: 363.725720278. iteration 19680 found worse value: 363.725720278. iteration 19681 found worse value: 363.725720278. iteration 19682 found worse value: 363.725720278. iteration 19683 found worse value: 363.725720278. iteration 19684 found worse value: 363.725720278. iteration 19685 found worse value: 363.725720278. iteration 19686 found worse value: 363.725720278. iteration 19687 found worse value: 363.725720278. iteration 19688 found worse value: 363.725720278. iteration 19689 found worse value: 363.725720278. iteration 19690 found worse value: 363.725720278. iteration 19691 found worse value: 363.725720278. iteration 19692 found worse value: 363.725720278. iteration 19693 found worse value: 363.725720278. iteration 19694 found worse value: 363.725720278. iteration 19695 found worse value: 363.725720278. iteration 19696 found worse value: 363.725720278. iteration 19697 found worse value: 363.725720278. iteration 19698 found worse value: 363.725720278. iteration 19699 found worse value: 363.725720278. iteration 19700 found worse value: 363.725720278. iteration 19701 found worse value: 363.725720278. iteration 19702 found worse value: 363.725720278. iteration 19703 found worse value: 363.725720278. iteration 19704 found worse value: 363.725720278. iteration 19705 found worse value: 363.725720278. iteration 19706 found worse value: 363.725720278. iteration 19707 found worse value: 363.725720278. iteration 19708 found worse value: 363.725720278. iteration 19709 found worse value: 363.725720278. iteration 19710 found worse value: 363.725720278. iteration19710, perturbing to get out of local maxima iteration 19711 found worse value: 363.725720278. iteration 19712 found worse value: 363.725720278. iteration 19713 found worse value: 363.725720278. iteration 19714 found worse value: 363.725720278. iteration 19715 found worse value: 363.725720278. iteration 19716 found worse value: 363.725720278. iteration 19717 found worse value: 363.725720278. iteration 19718 found worse value: 363.725720278. iteration 19719 found worse value: 363.725720278. iteration 19720 found worse value: 363.725720278. iteration 19721 found worse value: 363.725720278. iteration 19722 found worse value: 363.725720278. iteration 19723 found worse value: 363.725720278. iteration 19724 found worse value: 363.725720278. iteration 19725 found worse value: 363.725720278. iteration 19726 found worse value: 363.725720278. iteration 19727 found worse value: 363.725720278. iteration19727, perturbing to get out of local maxima iteration 19728 found worse value: 363.725720278. iteration 19729 found worse value: 363.725720278. iteration 19730 found worse value: 363.725720278. iteration 19731 found worse value: 363.725720278. iteration19731, perturbing to get out of local maxima iteration 19732 found worse value: 363.725720278. iteration 19733 found worse value: 363.725720278. iteration 19734 found worse value: 363.725720278. iteration 19735 found worse value: 363.725720278. iteration 19736 found worse value: 363.725720278. iteration19736, perturbing to get out of local maxima iteration 19737 found worse value: 363.725720278. iteration 19738 found worse value: 363.725720278. iteration 19739 found worse value: 363.725720278. iteration 19740 found worse value: 363.725720278. iteration 19741 found worse value: 363.725720278. iteration 19742 found worse value: 363.725720278. iteration 19743 found worse value: 363.725720278. iteration 19744 found worse value: 363.725720278. iteration 19745 found worse value: 363.725720278. iteration 19746 found worse value: 363.725720278. iteration 19747 found worse value: 363.725720278. iteration 19748 found worse value: 363.725720278. iteration 19749 found worse value: 363.725720278. iteration 19750 found worse value: 363.725720278. iteration 19751 found worse value: 363.725720278. iteration 19752 found worse value: 363.725720278. iteration 19753 found worse value: 363.725720278. iteration 19754 found worse value: 363.725720278. iteration 19755 found worse value: 363.725720278. iteration 19756 found worse value: 363.725720278. iteration 19757 found worse value: 363.725720278. iteration 19758 found worse value: 363.725720278. iteration 19759 found worse value: 363.725720278. iteration 19760 found worse value: 363.725720278. iteration 19761 found worse value: 363.725720278. iteration 19762 found worse value: 363.725720278. iteration 19763 found worse value: 363.725720278. iteration 19764 found worse value: 363.725720278. iteration 19765 found worse value: 363.725720278. iteration 19766 found worse value: 363.725720278. iteration 19767 found worse value: 363.725720278. iteration 19768 found worse value: 363.725720278. iteration 19769 found worse value: 363.725720278. iteration 19770 found worse value: 363.725720278. iteration 19771 found worse value: 363.725720278. iteration 19772 found worse value: 363.725720278. iteration 19773 found worse value: 363.725720278. iteration19773, perturbing to get out of local maxima iteration 19774 found worse value: 363.725720278. iteration 19775 found worse value: 363.725720278. iteration19775, perturbing to get out of local maxima iteration 19776 found worse value: 363.725720278. iteration 19777 found worse value: 363.725720278. iteration 19778 found worse value: 363.725720278. iteration 19779 found worse value: 363.725720278. iteration 19780 found worse value: 363.725720278. iteration 19781 found worse value: 363.725720278. iteration 19782 found worse value: 363.725720278. iteration 19783 found worse value: 363.725720278. iteration 19784 found worse value: 363.725720278. iteration 19785 found worse value: 363.725720278. iteration 19786 found worse value: 363.725720278. iteration 19787 found worse value: 363.725720278. iteration 19788 found worse value: 363.725720278. iteration 19789 found worse value: 363.725720278. iteration 19790 found worse value: 363.725720278. iteration 19791 found worse value: 363.725720278. iteration 19792 found worse value: 363.725720278. iteration 19793 found worse value: 363.725720278. iteration 19794 found worse value: 363.725720278. iteration 19795 found worse value: 363.725720278. iteration 19796 found worse value: 363.725720278. iteration 19797 found worse value: 363.725720278. iteration 19798 found worse value: 363.725720278. iteration 19799 found worse value: 363.725720278. iteration 19800 found worse value: 363.725720278. iteration 19801 found worse value: 363.725720278. iteration 19802 found worse value: 363.725720278. iteration19802, perturbing to get out of local maxima iteration 19803 found worse value: 363.725720278. iteration 19804 found worse value: 363.725720278. iteration 19805 found worse value: 363.725720278. iteration 19806 found worse value: 363.725720278. iteration 19807 found worse value: 363.725720278. iteration 19808 found worse value: 363.725720278. iteration 19809 found worse value: 363.725720278. iteration 19810 found worse value: 363.725720278. iteration 19811 found worse value: 363.725720278. iteration 19812 found worse value: 363.725720278. iteration 19813 found worse value: 363.725720278. iteration 19814 found worse value: 363.725720278. iteration 19815 found worse value: 363.725720278. iteration 19816 found worse value: 363.725720278. iteration 19817 found worse value: 363.725720278. iteration 19818 found worse value: 363.725720278. iteration 19819 found worse value: 363.725720278. iteration 19820 found worse value: 363.725720278. iteration 19821 found worse value: 363.725720278. iteration 19822 found worse value: 363.725720278. iteration19822, perturbing to get out of local maxima iteration 19823 found worse value: 363.725720278. iteration 19824 found worse value: 363.725720278. iteration 19825 found worse value: 363.725720278. iteration 19826 found worse value: 363.725720278. iteration 19827 found worse value: 363.725720278. iteration19827, perturbing to get out of local maxima iteration 19828 found worse value: 363.725720278. iteration 19829 found worse value: 363.725720278. iteration 19830 found worse value: 363.725720278. iteration 19831 found worse value: 363.725720278. iteration 19832 found worse value: 363.725720278. iteration 19833 found worse value: 363.725720278. iteration 19834 found worse value: 363.725720278. iteration 19835 found worse value: 363.725720278. iteration 19836 found worse value: 363.725720278. iteration 19837 found worse value: 363.725720278. iteration 19838 found worse value: 363.725720278. iteration 19839 found worse value: 363.725720278. iteration 19840 found worse value: 363.725720278. iteration 19841 found worse value: 363.725720278. iteration 19842 found worse value: 363.725720278. iteration 19843 found worse value: 363.725720278. iteration 19844 found worse value: 363.725720278. iteration 19845 found worse value: 363.725720278. iteration 19846 found worse value: 363.725720278. iteration 19847 found worse value: 363.725720278. iteration 19848 found worse value: 363.725720278. iteration 19849 found worse value: 363.725720278. iteration 19850 found worse value: 363.725720278. iteration 19851 found worse value: 363.725720278. iteration 19852 found worse value: 363.725720278. iteration 19853 found worse value: 363.725720278. iteration 19854 found worse value: 363.725720278. iteration 19855 found worse value: 363.725720278. iteration 19856 found worse value: 363.725720278. iteration 19857 found worse value: 363.725720278. iteration 19858 found worse value: 363.725720278. iteration 19859 found worse value: 363.725720278. iteration 19860 found worse value: 363.725720278. iteration 19861 found worse value: 363.725720278. iteration 19862 found worse value: 363.725720278. iteration 19863 found worse value: 363.725720278. iteration 19864 found worse value: 363.725720278. iteration 19865 found worse value: 363.725720278. iteration 19866 found worse value: 363.725720278. iteration19866, perturbing to get out of local maxima iteration 19867 found worse value: 363.725720278. iteration 19868 found worse value: 363.725720278. iteration 19869 found worse value: 363.725720278. iteration 19870 found worse value: 363.725720278. iteration 19871 found worse value: 363.725720278. iteration 19872 found worse value: 363.725720278. iteration 19873 found worse value: 363.725720278. iteration 19874 found worse value: 363.725720278. iteration19874, perturbing to get out of local maxima iteration 19875 found worse value: 363.725720278. iteration 19876 found worse value: 363.725720278. iteration 19877 found worse value: 363.725720278. iteration 19878 found worse value: 363.725720278. iteration 19879 found worse value: 363.725720278. iteration 19880 found worse value: 363.725720278. iteration 19881 found worse value: 363.725720278. iteration 19882 found worse value: 363.725720278. iteration 19883 found worse value: 363.725720278. iteration 19884 found worse value: 363.725720278. iteration 19885 found worse value: 363.725720278. iteration19885, perturbing to get out of local maxima iteration 19886 found worse value: 363.725720278. iteration 19887 found worse value: 363.725720278. iteration 19888 found worse value: 363.725720278. iteration 19889 found worse value: 363.725720278. iteration 19890 found worse value: 363.725720278. iteration 19891 found worse value: 363.725720278. iteration 19892 found worse value: 363.725720278. iteration 19893 found worse value: 363.725720278. iteration 19894 found worse value: 363.725720278. iteration 19895 found worse value: 363.725720278. iteration 19896 found worse value: 363.725720278. iteration 19897 found worse value: 363.725720278. iteration 19898 found worse value: 363.725720278. iteration 19899 found worse value: 363.725720278. iteration 19900 found worse value: 363.725720278. iteration 19901 found worse value: 363.725720278. iteration 19902 found worse value: 363.725720278. iteration 19903 found worse value: 363.725720278. iteration 19904 found worse value: 363.725720278. iteration 19905 found worse value: 363.725720278. iteration 19906 found worse value: 363.725720278. iteration 19907 found worse value: 363.725720278. iteration 19908 found worse value: 363.725720278. iteration 19909 found worse value: 363.725720278. iteration 19910 found worse value: 363.725720278. iteration 19911 found worse value: 363.725720278. iteration 19912 found worse value: 363.725720278. iteration 19913 found worse value: 363.725720278. iteration 19914 found worse value: 363.725720278. iteration 19915 found worse value: 363.725720278. iteration 19916 found worse value: 363.725720278. iteration 19917 found worse value: 363.725720278. iteration 19918 found worse value: 363.725720278. iteration 19919 found worse value: 363.725720278. iteration 19920 found worse value: 363.725720278. iteration 19921 found worse value: 363.725720278. iteration 19922 found worse value: 363.725720278. iteration 19923 found worse value: 363.725720278. iteration 19924 found worse value: 363.725720278. iteration 19925 found worse value: 363.725720278. iteration 19926 found worse value: 363.725720278. iteration 19927 found worse value: 363.725720278. iteration 19928 found worse value: 363.725720278. iteration 19929 found worse value: 363.725720278. iteration 19930 found worse value: 363.725720278. iteration 19931 found worse value: 363.725720278. iteration 19932 found worse value: 363.725720278. iteration 19933 found worse value: 363.725720278. iteration 19934 found worse value: 363.725720278. iteration 19935 found worse value: 363.725720278. iteration19935, perturbing to get out of local maxima iteration 19936 found worse value: 363.725720278. iteration 19937 found worse value: 363.725720278. iteration 19938 found worse value: 363.725720278. iteration 19939 found worse value: 363.725720278. iteration 19940 found worse value: 363.725720278. iteration 19941 found worse value: 363.725720278. iteration 19942 found worse value: 363.725720278. iteration 19943 found worse value: 363.725720278. iteration 19944 found worse value: 363.725720278. iteration 19945 found worse value: 363.725720278. iteration 19946 found worse value: 363.725720278. iteration 19947 found worse value: 363.725720278. iteration 19948 found worse value: 363.725720278. iteration 19949 found worse value: 363.725720278. iteration 19950 found worse value: 363.725720278. iteration 19951 found worse value: 363.725720278. iteration 19952 found worse value: 363.725720278. iteration 19953 found worse value: 363.725720278. iteration 19954 found worse value: 363.725720278. iteration 19955 found worse value: 363.725720278. iteration 19956 found worse value: 363.725720278. iteration 19957 found worse value: 363.725720278. iteration 19958 found worse value: 363.725720278. iteration19958, perturbing to get out of local maxima iteration 19959 found worse value: 363.725720278. iteration 19960 found worse value: 363.725720278. iteration 19961 found worse value: 363.725720278. iteration 19962 found worse value: 363.725720278. iteration 19963 found worse value: 363.725720278. iteration 19964 found worse value: 363.725720278. iteration 19965 found worse value: 363.725720278. iteration 19966 found worse value: 363.725720278. iteration 19967 found worse value: 363.725720278. iteration 19968 found worse value: 363.725720278. iteration 19969 found worse value: 363.725720278. iteration 19970 found worse value: 363.725720278. iteration 19971 found worse value: 363.725720278. iteration 19972 found worse value: 363.725720278. iteration 19973 found worse value: 363.725720278. iteration 19974 found worse value: 363.725720278. iteration 19975 found worse value: 363.725720278. iteration 19976 found worse value: 363.725720278. iteration 19977 found worse value: 363.725720278. iteration 19978 found worse value: 363.725720278. iteration 19979 found worse value: 363.725720278. iteration 19980 found worse value: 363.725720278. iteration 19981 found worse value: 363.725720278. iteration 19982 found worse value: 363.725720278. iteration 19983 found worse value: 363.725720278. iteration 19984 found worse value: 363.725720278. iteration 19985 found worse value: 363.725720278. iteration 19986 found worse value: 363.725720278. iteration 19987 found worse value: 363.725720278. iteration 19988 found worse value: 363.725720278. iteration 19989 found worse value: 363.725720278. iteration 19990 found worse value: 363.725720278. iteration 19991 found worse value: 363.725720278. iteration 19992 found worse value: 363.725720278. iteration 19993 found worse value: 363.725720278. iteration 19994 found worse value: 363.725720278. iteration 19995 found worse value: 363.725720278. iteration 19996 found worse value: 363.725720278. iteration 19997 found worse value: 363.725720278. iteration 19998 found worse value: 363.725720278. iteration 19999 found worse value: 363.725720278. iteration 20000 found worse value: 363.725720278. iteration 0 found better value: 362.577638245 iteration 1 found worse value: 362.577638245. iteration1, perturbing to get out of local maxima iteration 2 found better value: 362.584844758 iteration 3 found worse value: 362.584844758. iteration3, perturbing to get out of local maxima iteration 4 found worse value: 362.584844758. iteration4, perturbing to get out of local maxima iteration 5 found worse value: 362.584844758. iteration5, perturbing to get out of local maxima iteration 6 found worse value: 362.584844758. iteration6, perturbing to get out of local maxima iteration 7 found worse value: 362.584844758. iteration7, perturbing to get out of local maxima iteration 8 found worse value: 362.584844758. iteration8, perturbing to get out of local maxima iteration 9 found worse value: 362.584844758. iteration 10 found worse value: 362.584844758. iteration 11 found worse value: 362.584844758. iteration11, perturbing to get out of local maxima iteration 12 found worse value: 362.584844758. iteration 13 found worse value: 362.584844758. iteration13, perturbing to get out of local maxima iteration 14 found worse value: 362.584844758. iteration 15 found worse value: 362.584844758. iteration 16 found worse value: 362.584844758. iteration 17 found worse value: 362.584844758. iteration17, perturbing to get out of local maxima iteration 18 found worse value: 362.584844758. iteration 19 found worse value: 362.584844758. iteration19, perturbing to get out of local maxima iteration 20 found worse value: 362.584844758. iteration20, perturbing to get out of local maxima iteration 21 found worse value: 362.584844758. iteration21, perturbing to get out of local maxima iteration 22 found worse value: 362.584844758. iteration22, perturbing to get out of local maxima iteration 23 found worse value: 362.584844758. iteration 24 found worse value: 362.584844758. iteration24, perturbing to get out of local maxima iteration 25 found worse value: 362.584844758. iteration25, perturbing to get out of local maxima iteration 26 found worse value: 362.584844758. iteration26, perturbing to get out of local maxima iteration 27 found worse value: 362.584844758. iteration 28 found worse value: 362.584844758. iteration28, perturbing to get out of local maxima iteration 29 found worse value: 362.584844758. iteration 30 found worse value: 362.584844758. iteration30, perturbing to get out of local maxima iteration 31 found worse value: 362.584844758. iteration31, perturbing to get out of local maxima iteration 32 found worse value: 362.584844758. iteration32, perturbing to get out of local maxima iteration 33 found worse value: 362.584844758. iteration 34 found worse value: 362.584844758. iteration34, perturbing to get out of local maxima iteration 35 found worse value: 362.584844758. iteration 36 found worse value: 362.584844758. iteration 37 found worse value: 362.584844758. iteration 38 found worse value: 362.584844758. iteration38, perturbing to get out of local maxima iteration 39 found worse value: 362.584844758. iteration 40 found worse value: 362.584844758. iteration40, perturbing to get out of local maxima iteration 41 found worse value: 362.584844758. iteration41, perturbing to get out of local maxima iteration 42 found worse value: 362.584844758. iteration42, perturbing to get out of local maxima iteration 43 found worse value: 362.584844758. iteration43, perturbing to get out of local maxima iteration 44 found worse value: 362.584844758. iteration44, perturbing to get out of local maxima iteration 45 found worse value: 362.584844758. iteration45, perturbing to get out of local maxima iteration 46 found worse value: 362.584844758. iteration46, perturbing to get out of local maxima iteration 47 found worse value: 362.584844758. iteration47, perturbing to get out of local maxima iteration 48 found worse value: 362.584844758. iteration 49 found worse value: 362.584844758. iteration 50 found worse value: 362.584844758. iteration 51 found better value: 362.610170267 iteration 52 found better value: 362.611051934 iteration 53 found worse value: 362.611051934. iteration 54 found worse value: 362.611051934. iteration54, perturbing to get out of local maxima iteration 55 found worse value: 362.611051934. iteration 56 found better value: 362.632485743 iteration 57 found better value: 362.638766967 iteration 58 found better value: 362.64120646400005 iteration 59 found worse value: 362.64120646400005. iteration59, perturbing to get out of local maxima iteration 60 found better value: 362.65598747100006 iteration 61 found better value: 362.70822805800003 iteration 62 found worse value: 362.70822805800003. iteration62, perturbing to get out of local maxima iteration 63 found better value: 362.738065507 iteration 64 found better value: 362.73824139799996 iteration 65 found worse value: 362.73824139799996. iteration65, perturbing to get out of local maxima iteration 66 found worse value: 362.73824139799996. iteration66, perturbing to get out of local maxima iteration 67 found worse value: 362.73824139799996. iteration 68 found worse value: 362.73824139799996. iteration68, perturbing to get out of local maxima iteration 69 found worse value: 362.73824139799996. iteration69, perturbing to get out of local maxima iteration 70 found worse value: 362.73824139799996. iteration 71 found worse value: 362.73824139799996. iteration 72 found worse value: 362.73824139799996. iteration72, perturbing to get out of local maxima iteration 73 found worse value: 362.73824139799996. iteration73, perturbing to get out of local maxima iteration 74 found worse value: 362.73824139799996. iteration 75 found worse value: 362.73824139799996. iteration 76 found worse value: 362.73824139799996. iteration 77 found worse value: 362.73824139799996. iteration 78 found worse value: 362.73824139799996. iteration 79 found worse value: 362.73824139799996. iteration 80 found worse value: 362.73824139799996. iteration 81 found worse value: 362.73824139799996. iteration 82 found worse value: 362.73824139799996. iteration 83 found worse value: 362.73824139799996. iteration83, perturbing to get out of local maxima iteration 84 found worse value: 362.73824139799996. iteration84, perturbing to get out of local maxima iteration 85 found worse value: 362.73824139799996. iteration 86 found better value: 362.76590550400005 iteration 87 found worse value: 362.76590550400005. iteration87, perturbing to get out of local maxima iteration 88 found worse value: 362.76590550400005. iteration88, perturbing to get out of local maxima iteration 89 found worse value: 362.76590550400005. iteration89, perturbing to get out of local maxima iteration 90 found worse value: 362.76590550400005. iteration90, perturbing to get out of local maxima iteration 91 found worse value: 362.76590550400005. iteration91, perturbing to get out of local maxima iteration 92 found worse value: 362.76590550400005. iteration 93 found worse value: 362.76590550400005. iteration93, perturbing to get out of local maxima iteration 94 found worse value: 362.76590550400005. iteration 95 found worse value: 362.76590550400005. iteration95, perturbing to get out of local maxima iteration 96 found worse value: 362.76590550400005. iteration 97 found worse value: 362.76590550400005. iteration97, perturbing to get out of local maxima iteration 98 found worse value: 362.76590550400005. iteration 99 found worse value: 362.76590550400005. iteration 100 found worse value: 362.76590550400005. iteration100, perturbing to get out of local maxima iteration 101 found worse value: 362.76590550400005. iteration 102 found worse value: 362.76590550400005. iteration 103 found worse value: 362.76590550400005. iteration 104 found worse value: 362.76590550400005. iteration 105 found worse value: 362.76590550400005. iteration105, perturbing to get out of local maxima iteration 106 found worse value: 362.76590550400005. iteration106, perturbing to get out of local maxima iteration 107 found worse value: 362.76590550400005. iteration107, perturbing to get out of local maxima iteration 108 found worse value: 362.76590550400005. iteration 109 found worse value: 362.76590550400005. iteration109, perturbing to get out of local maxima iteration 110 found worse value: 362.76590550400005. iteration 111 found worse value: 362.76590550400005. iteration111, perturbing to get out of local maxima iteration 112 found worse value: 362.76590550400005. iteration 113 found worse value: 362.76590550400005. iteration113, perturbing to get out of local maxima iteration 114 found worse value: 362.76590550400005. iteration 115 found worse value: 362.76590550400005. iteration 116 found worse value: 362.76590550400005. iteration 117 found worse value: 362.76590550400005. iteration117, perturbing to get out of local maxima iteration 118 found worse value: 362.76590550400005. iteration 119 found worse value: 362.76590550400005. iteration 120 found worse value: 362.76590550400005. iteration120, perturbing to get out of local maxima iteration 121 found worse value: 362.76590550400005. iteration121, perturbing to get out of local maxima iteration 122 found worse value: 362.76590550400005. iteration122, perturbing to get out of local maxima iteration 123 found worse value: 362.76590550400005. iteration 124 found worse value: 362.76590550400005. iteration 125 found worse value: 362.76590550400005. iteration125, perturbing to get out of local maxima iteration 126 found worse value: 362.76590550400005. iteration126, perturbing to get out of local maxima iteration 127 found worse value: 362.76590550400005. iteration 128 found worse value: 362.76590550400005. iteration 129 found worse value: 362.76590550400005. iteration129, perturbing to get out of local maxima iteration 130 found worse value: 362.76590550400005. iteration130, perturbing to get out of local maxima iteration 131 found worse value: 362.76590550400005. iteration 132 found worse value: 362.76590550400005. iteration132, perturbing to get out of local maxima iteration 133 found worse value: 362.76590550400005. iteration 134 found worse value: 362.76590550400005. iteration 135 found worse value: 362.76590550400005. iteration 136 found worse value: 362.76590550400005. iteration 137 found worse value: 362.76590550400005. iteration 138 found worse value: 362.76590550400005. iteration138, perturbing to get out of local maxima iteration 139 found worse value: 362.76590550400005. iteration 140 found worse value: 362.76590550400005. iteration 141 found worse value: 362.76590550400005. iteration141, perturbing to get out of local maxima iteration 142 found worse value: 362.76590550400005. iteration 143 found worse value: 362.76590550400005. iteration 144 found worse value: 362.76590550400005. iteration144, perturbing to get out of local maxima iteration 145 found worse value: 362.76590550400005. iteration145, perturbing to get out of local maxima iteration 146 found worse value: 362.76590550400005. iteration 147 found worse value: 362.76590550400005. iteration147, perturbing to get out of local maxima iteration 148 found worse value: 362.76590550400005. iteration 149 found worse value: 362.76590550400005. iteration149, perturbing to get out of local maxima iteration 150 found worse value: 362.76590550400005. iteration 151 found worse value: 362.76590550400005. iteration151, perturbing to get out of local maxima iteration 152 found worse value: 362.76590550400005. iteration 153 found worse value: 362.76590550400005. iteration 154 found worse value: 362.76590550400005. iteration 155 found worse value: 362.76590550400005. iteration 156 found worse value: 362.76590550400005. iteration 157 found worse value: 362.76590550400005. iteration157, perturbing to get out of local maxima iteration 158 found worse value: 362.76590550400005. iteration 159 found worse value: 362.76590550400005. iteration 160 found worse value: 362.76590550400005. iteration 161 found worse value: 362.76590550400005. iteration161, perturbing to get out of local maxima iteration 162 found worse value: 362.76590550400005. iteration162, perturbing to get out of local maxima iteration 163 found worse value: 362.76590550400005. iteration163, perturbing to get out of local maxima iteration 164 found worse value: 362.76590550400005. iteration 165 found worse value: 362.76590550400005. iteration 166 found worse value: 362.76590550400005. iteration 167 found worse value: 362.76590550400005. iteration 168 found worse value: 362.76590550400005. iteration168, perturbing to get out of local maxima iteration 169 found worse value: 362.76590550400005. iteration169, perturbing to get out of local maxima iteration 170 found worse value: 362.76590550400005. iteration 171 found worse value: 362.76590550400005. iteration 172 found worse value: 362.76590550400005. iteration 173 found worse value: 362.76590550400005. iteration 174 found worse value: 362.76590550400005. iteration174, perturbing to get out of local maxima iteration 175 found worse value: 362.76590550400005. iteration 176 found worse value: 362.76590550400005. iteration 177 found worse value: 362.76590550400005. iteration 178 found worse value: 362.76590550400005. iteration 179 found worse value: 362.76590550400005. iteration 180 found worse value: 362.76590550400005. iteration 181 found worse value: 362.76590550400005. iteration 182 found worse value: 362.76590550400005. iteration 183 found worse value: 362.76590550400005. iteration 184 found worse value: 362.76590550400005. iteration184, perturbing to get out of local maxima iteration 185 found worse value: 362.76590550400005. iteration185, perturbing to get out of local maxima iteration 186 found worse value: 362.76590550400005. iteration 187 found worse value: 362.76590550400005. iteration187, perturbing to get out of local maxima iteration 188 found worse value: 362.76590550400005. iteration 189 found worse value: 362.76590550400005. iteration 190 found worse value: 362.76590550400005. iteration190, perturbing to get out of local maxima iteration 191 found worse value: 362.76590550400005. iteration 192 found worse value: 362.76590550400005. iteration 193 found better value: 362.77149369 iteration 194 found worse value: 362.77149369. iteration194, perturbing to get out of local maxima iteration 195 found worse value: 362.77149369. iteration195, perturbing to get out of local maxima iteration 196 found worse value: 362.77149369. iteration196, perturbing to get out of local maxima iteration 197 found worse value: 362.77149369. iteration197, perturbing to get out of local maxima iteration 198 found worse value: 362.77149369. iteration 199 found worse value: 362.77149369. iteration 200 found worse value: 362.77149369. iteration200, perturbing to get out of local maxima iteration 201 found worse value: 362.77149369. iteration 202 found worse value: 362.77149369. iteration202, perturbing to get out of local maxima iteration 203 found worse value: 362.77149369. iteration 204 found worse value: 362.77149369. iteration 205 found worse value: 362.77149369. iteration 206 found worse value: 362.77149369. iteration 207 found better value: 362.772285063 iteration 208 found better value: 362.773689379 iteration 209 found worse value: 362.773689379. iteration 210 found worse value: 362.773689379. iteration210, perturbing to get out of local maxima iteration 211 found worse value: 362.773689379. iteration 212 found worse value: 362.773689379. iteration212, perturbing to get out of local maxima iteration 213 found better value: 362.774022669 iteration 214 found worse value: 362.774022669. iteration214, perturbing to get out of local maxima iteration 215 found worse value: 362.774022669. iteration215, perturbing to get out of local maxima iteration 216 found worse value: 362.774022669. iteration 217 found worse value: 362.774022669. iteration 218 found worse value: 362.774022669. iteration 219 found worse value: 362.774022669. iteration 220 found better value: 362.77505630099995 iteration 221 found better value: 362.777317145 iteration 222 found better value: 362.77909237899996 iteration 223 found better value: 362.779156918 iteration 224 found worse value: 362.779156918. iteration 225 found worse value: 362.779156918. iteration225, perturbing to get out of local maxima iteration 226 found worse value: 362.779156918. iteration226, perturbing to get out of local maxima iteration 227 found worse value: 362.779156918. iteration 228 found better value: 362.80615571 iteration 229 found better value: 362.809086086 iteration 230 found better value: 362.815207936 iteration 231 found better value: 362.827860301 iteration 232 found worse value: 362.827860301. iteration232, perturbing to get out of local maxima iteration 233 found worse value: 362.827860301. iteration233, perturbing to get out of local maxima iteration 234 found worse value: 362.827860301. iteration 235 found worse value: 362.827860301. iteration235, perturbing to get out of local maxima iteration 236 found worse value: 362.827860301. iteration236, perturbing to get out of local maxima iteration 237 found worse value: 362.827860301. iteration 238 found worse value: 362.827860301. iteration 239 found worse value: 362.827860301. iteration 240 found worse value: 362.827860301. iteration 241 found worse value: 362.827860301. iteration 242 found worse value: 362.827860301. iteration242, perturbing to get out of local maxima iteration 243 found worse value: 362.827860301. iteration 244 found worse value: 362.827860301. iteration244, perturbing to get out of local maxima iteration 245 found worse value: 362.827860301. iteration 246 found worse value: 362.827860301. iteration246, perturbing to get out of local maxima iteration 247 found worse value: 362.827860301. iteration 248 found worse value: 362.827860301. iteration 249 found worse value: 362.827860301. iteration 250 found worse value: 362.827860301. iteration 251 found worse value: 362.827860301. iteration 252 found worse value: 362.827860301. iteration 253 found worse value: 362.827860301. iteration 254 found worse value: 362.827860301. iteration254, perturbing to get out of local maxima iteration 255 found worse value: 362.827860301. iteration255, perturbing to get out of local maxima iteration 256 found worse value: 362.827860301. iteration256, perturbing to get out of local maxima iteration 257 found worse value: 362.827860301. iteration 258 found worse value: 362.827860301. iteration 259 found worse value: 362.827860301. iteration259, perturbing to get out of local maxima iteration 260 found worse value: 362.827860301. iteration 261 found worse value: 362.827860301. iteration 262 found worse value: 362.827860301. iteration 263 found worse value: 362.827860301. iteration 264 found worse value: 362.827860301. iteration 265 found worse value: 362.827860301. iteration265, perturbing to get out of local maxima iteration 266 found worse value: 362.827860301. iteration 267 found worse value: 362.827860301. iteration 268 found worse value: 362.827860301. iteration 269 found worse value: 362.827860301. iteration269, perturbing to get out of local maxima iteration 270 found worse value: 362.827860301. iteration270, perturbing to get out of local maxima iteration 271 found worse value: 362.827860301. iteration 272 found worse value: 362.827860301. iteration 273 found worse value: 362.827860301. iteration 274 found worse value: 362.827860301. iteration 275 found worse value: 362.827860301. iteration 276 found worse value: 362.827860301. iteration 277 found worse value: 362.827860301. iteration 278 found worse value: 362.827860301. iteration278, perturbing to get out of local maxima iteration 279 found worse value: 362.827860301. iteration 280 found worse value: 362.827860301. iteration 281 found worse value: 362.827860301. iteration 282 found worse value: 362.827860301. iteration282, perturbing to get out of local maxima iteration 283 found worse value: 362.827860301. iteration 284 found worse value: 362.827860301. iteration284, perturbing to get out of local maxima iteration 285 found worse value: 362.827860301. iteration285, perturbing to get out of local maxima iteration 286 found worse value: 362.827860301. iteration286, perturbing to get out of local maxima iteration 287 found worse value: 362.827860301. iteration 288 found worse value: 362.827860301. iteration 289 found worse value: 362.827860301. iteration 290 found worse value: 362.827860301. iteration290, perturbing to get out of local maxima iteration 291 found worse value: 362.827860301. iteration291, perturbing to get out of local maxima iteration 292 found worse value: 362.827860301. iteration 293 found worse value: 362.827860301. iteration 294 found worse value: 362.827860301. iteration294, perturbing to get out of local maxima iteration 295 found worse value: 362.827860301. iteration 296 found worse value: 362.827860301. iteration 297 found worse value: 362.827860301. iteration297, perturbing to get out of local maxima iteration 298 found worse value: 362.827860301. iteration298, perturbing to get out of local maxima iteration 299 found worse value: 362.827860301. iteration 300 found worse value: 362.827860301. iteration300, perturbing to get out of local maxima iteration 301 found worse value: 362.827860301. iteration301, perturbing to get out of local maxima iteration 302 found worse value: 362.827860301. iteration 303 found worse value: 362.827860301. iteration303, perturbing to get out of local maxima iteration 304 found worse value: 362.827860301. iteration 305 found worse value: 362.827860301. iteration 306 found worse value: 362.827860301. iteration306, perturbing to get out of local maxima iteration 307 found worse value: 362.827860301. iteration 308 found worse value: 362.827860301. iteration308, perturbing to get out of local maxima iteration 309 found worse value: 362.827860301. iteration 310 found worse value: 362.827860301. iteration 311 found worse value: 362.827860301. iteration311, perturbing to get out of local maxima iteration 312 found worse value: 362.827860301. iteration 313 found better value: 362.83218634 iteration 314 found worse value: 362.83218634. iteration314, perturbing to get out of local maxima iteration 315 found better value: 362.83286614400004 iteration 316 found worse value: 362.83286614400004. iteration 317 found better value: 362.83331349499997 iteration 318 found worse value: 362.83331349499997. iteration 319 found worse value: 362.83331349499997. iteration319, perturbing to get out of local maxima iteration 320 found worse value: 362.83331349499997. iteration 321 found worse value: 362.83331349499997. iteration321, perturbing to get out of local maxima iteration 322 found worse value: 362.83331349499997. iteration 323 found worse value: 362.83331349499997. iteration323, perturbing to get out of local maxima iteration 324 found worse value: 362.83331349499997. iteration 325 found worse value: 362.83331349499997. iteration325, perturbing to get out of local maxima iteration 326 found worse value: 362.83331349499997. iteration326, perturbing to get out of local maxima iteration 327 found worse value: 362.83331349499997. iteration 328 found worse value: 362.83331349499997. iteration 329 found worse value: 362.83331349499997. iteration 330 found worse value: 362.83331349499997. iteration 331 found worse value: 362.83331349499997. iteration 332 found worse value: 362.83331349499997. iteration 333 found worse value: 362.83331349499997. iteration333, perturbing to get out of local maxima iteration 334 found worse value: 362.83331349499997. iteration 335 found worse value: 362.83331349499997. iteration 336 found worse value: 362.83331349499997. iteration 337 found worse value: 362.83331349499997. iteration 338 found worse value: 362.83331349499997. iteration 339 found better value: 362.85349275299995 iteration 340 found better value: 362.9532972129999 iteration 341 found better value: 362.95473319999996 iteration 342 found worse value: 362.95473319999996. iteration342, perturbing to get out of local maxima iteration 343 found worse value: 362.95473319999996. iteration343, perturbing to get out of local maxima iteration 344 found worse value: 362.95473319999996. iteration 345 found worse value: 362.95473319999996. iteration 346 found worse value: 362.95473319999996. iteration 347 found worse value: 362.95473319999996. iteration347, perturbing to get out of local maxima iteration 348 found worse value: 362.95473319999996. iteration348, perturbing to get out of local maxima iteration 349 found worse value: 362.95473319999996. iteration 350 found worse value: 362.95473319999996. iteration350, perturbing to get out of local maxima iteration 351 found worse value: 362.95473319999996. iteration351, perturbing to get out of local maxima iteration 352 found worse value: 362.95473319999996. iteration 353 found worse value: 362.95473319999996. iteration 354 found worse value: 362.95473319999996. iteration354, perturbing to get out of local maxima iteration 355 found worse value: 362.95473319999996. iteration 356 found worse value: 362.95473319999996. iteration 357 found worse value: 362.95473319999996. iteration 358 found worse value: 362.95473319999996. iteration 359 found worse value: 362.95473319999996. iteration 360 found worse value: 362.95473319999996. iteration360, perturbing to get out of local maxima iteration 361 found worse value: 362.95473319999996. iteration 362 found worse value: 362.95473319999996. iteration 363 found better value: 362.979894185 iteration 364 found worse value: 362.979894185. iteration 365 found worse value: 362.979894185. iteration 366 found worse value: 362.979894185. iteration366, perturbing to get out of local maxima iteration 367 found better value: 362.997656975 iteration 368 found worse value: 362.997656975. iteration368, perturbing to get out of local maxima iteration 369 found better value: 363.00624816299995 iteration 370 found better value: 363.008655338 iteration 371 found worse value: 363.008655338. iteration 372 found worse value: 363.008655338. iteration372, perturbing to get out of local maxima iteration 373 found worse value: 363.008655338. iteration 374 found worse value: 363.008655338. iteration374, perturbing to get out of local maxima iteration 375 found worse value: 363.008655338. iteration375, perturbing to get out of local maxima iteration 376 found worse value: 363.008655338. iteration 377 found worse value: 363.008655338. iteration 378 found worse value: 363.008655338. iteration378, perturbing to get out of local maxima iteration 379 found worse value: 363.008655338. iteration379, perturbing to get out of local maxima iteration 380 found worse value: 363.008655338. iteration 381 found worse value: 363.008655338. iteration 382 found worse value: 363.008655338. iteration382, perturbing to get out of local maxima iteration 383 found worse value: 363.008655338. iteration 384 found worse value: 363.008655338. iteration 385 found worse value: 363.008655338. iteration 386 found worse value: 363.008655338. iteration 387 found worse value: 363.008655338. iteration387, perturbing to get out of local maxima iteration 388 found worse value: 363.008655338. iteration 389 found worse value: 363.008655338. iteration 390 found worse value: 363.008655338. iteration 391 found worse value: 363.008655338. iteration 392 found worse value: 363.008655338. iteration392, perturbing to get out of local maxima iteration 393 found worse value: 363.008655338. iteration 394 found worse value: 363.008655338. iteration394, perturbing to get out of local maxima iteration 395 found worse value: 363.008655338. iteration 396 found worse value: 363.008655338. iteration 397 found worse value: 363.008655338. iteration 398 found worse value: 363.008655338. iteration398, perturbing to get out of local maxima iteration 399 found worse value: 363.008655338. iteration399, perturbing to get out of local maxima iteration 400 found worse value: 363.008655338. iteration400, perturbing to get out of local maxima iteration 401 found worse value: 363.008655338. iteration401, perturbing to get out of local maxima iteration 402 found worse value: 363.008655338. iteration402, perturbing to get out of local maxima iteration 403 found worse value: 363.008655338. iteration403, perturbing to get out of local maxima iteration 404 found worse value: 363.008655338. iteration 405 found worse value: 363.008655338. iteration405, perturbing to get out of local maxima iteration 406 found worse value: 363.008655338. iteration406, perturbing to get out of local maxima iteration 407 found worse value: 363.008655338. iteration407, perturbing to get out of local maxima iteration 408 found worse value: 363.008655338. iteration408, perturbing to get out of local maxima iteration 409 found worse value: 363.008655338. iteration 410 found worse value: 363.008655338. iteration410, perturbing to get out of local maxima iteration 411 found worse value: 363.008655338. iteration 412 found worse value: 363.008655338. iteration412, perturbing to get out of local maxima iteration 413 found worse value: 363.008655338. iteration 414 found worse value: 363.008655338. iteration414, perturbing to get out of local maxima iteration 415 found worse value: 363.008655338. iteration 416 found worse value: 363.008655338. iteration 417 found worse value: 363.008655338. iteration417, perturbing to get out of local maxima iteration 418 found worse value: 363.008655338. iteration 419 found worse value: 363.008655338. iteration 420 found worse value: 363.008655338. iteration 421 found worse value: 363.008655338. iteration 422 found worse value: 363.008655338. iteration422, perturbing to get out of local maxima iteration 423 found worse value: 363.008655338. iteration 424 found worse value: 363.008655338. iteration 425 found worse value: 363.008655338. iteration425, perturbing to get out of local maxima iteration 426 found worse value: 363.008655338. iteration 427 found worse value: 363.008655338. iteration 428 found worse value: 363.008655338. iteration 429 found better value: 363.009646286 iteration 430 found better value: 363.010687419 iteration 431 found worse value: 363.010687419. iteration431, perturbing to get out of local maxima iteration 432 found worse value: 363.010687419. iteration 433 found worse value: 363.010687419. iteration433, perturbing to get out of local maxima iteration 434 found worse value: 363.010687419. iteration 435 found worse value: 363.010687419. iteration 436 found worse value: 363.010687419. iteration 437 found worse value: 363.010687419. iteration 438 found worse value: 363.010687419. iteration 439 found better value: 363.011066457 iteration 440 found worse value: 363.011066457. iteration 441 found worse value: 363.011066457. iteration 442 found worse value: 363.011066457. iteration 443 found better value: 363.01479026600003 iteration 444 found worse value: 363.01479026600003. iteration 445 found better value: 363.015080271 iteration 446 found worse value: 363.015080271. iteration 447 found worse value: 363.015080271. iteration447, perturbing to get out of local maxima iteration 448 found worse value: 363.015080271. iteration 449 found worse value: 363.015080271. iteration449, perturbing to get out of local maxima iteration 450 found worse value: 363.015080271. iteration450, perturbing to get out of local maxima iteration 451 found worse value: 363.015080271. iteration 452 found worse value: 363.015080271. iteration 453 found worse value: 363.015080271. iteration 454 found worse value: 363.015080271. iteration 455 found worse value: 363.015080271. iteration455, perturbing to get out of local maxima iteration 456 found worse value: 363.015080271. iteration 457 found worse value: 363.015080271. iteration457, perturbing to get out of local maxima iteration 458 found worse value: 363.015080271. iteration 459 found worse value: 363.015080271. iteration459, perturbing to get out of local maxima iteration 460 found worse value: 363.015080271. iteration460, perturbing to get out of local maxima iteration 461 found better value: 363.02605224 iteration 462 found worse value: 363.02605224. iteration 463 found worse value: 363.02605224. iteration 464 found worse value: 363.02605224. iteration 465 found worse value: 363.02605224. iteration 466 found worse value: 363.02605224. iteration466, perturbing to get out of local maxima iteration 467 found worse value: 363.02605224. iteration467, perturbing to get out of local maxima iteration 468 found worse value: 363.02605224. iteration468, perturbing to get out of local maxima iteration 469 found worse value: 363.02605224. iteration469, perturbing to get out of local maxima iteration 470 found worse value: 363.02605224. iteration 471 found worse value: 363.02605224. iteration471, perturbing to get out of local maxima iteration 472 found worse value: 363.02605224. iteration472, perturbing to get out of local maxima iteration 473 found worse value: 363.02605224. iteration 474 found worse value: 363.02605224. iteration 475 found worse value: 363.02605224. iteration475, perturbing to get out of local maxima iteration 476 found worse value: 363.02605224. iteration476, perturbing to get out of local maxima iteration 477 found worse value: 363.02605224. iteration 478 found worse value: 363.02605224. iteration478, perturbing to get out of local maxima iteration 479 found worse value: 363.02605224. iteration 480 found worse value: 363.02605224. iteration480, perturbing to get out of local maxima iteration 481 found worse value: 363.02605224. iteration481, perturbing to get out of local maxima iteration 482 found worse value: 363.02605224. iteration 483 found worse value: 363.02605224. iteration 484 found worse value: 363.02605224. iteration 485 found worse value: 363.02605224. iteration 486 found worse value: 363.02605224. iteration486, perturbing to get out of local maxima iteration 487 found worse value: 363.02605224. iteration 488 found worse value: 363.02605224. iteration 489 found worse value: 363.02605224. iteration489, perturbing to get out of local maxima iteration 490 found worse value: 363.02605224. iteration 491 found worse value: 363.02605224. iteration 492 found worse value: 363.02605224. iteration 493 found worse value: 363.02605224. iteration 494 found worse value: 363.02605224. iteration 495 found worse value: 363.02605224. iteration 496 found worse value: 363.02605224. iteration496, perturbing to get out of local maxima iteration 497 found worse value: 363.02605224. iteration497, perturbing to get out of local maxima iteration 498 found worse value: 363.02605224. iteration 499 found worse value: 363.02605224. iteration 500 found worse value: 363.02605224. iteration500, perturbing to get out of local maxima iteration 501 found worse value: 363.02605224. iteration 502 found worse value: 363.02605224. iteration502, perturbing to get out of local maxima iteration 503 found worse value: 363.02605224. iteration503, perturbing to get out of local maxima iteration 504 found worse value: 363.02605224. iteration 505 found worse value: 363.02605224. iteration 506 found worse value: 363.02605224. iteration506, perturbing to get out of local maxima iteration 507 found worse value: 363.02605224. iteration 508 found worse value: 363.02605224. iteration508, perturbing to get out of local maxima iteration 509 found worse value: 363.02605224. iteration 510 found worse value: 363.02605224. iteration 511 found worse value: 363.02605224. iteration 512 found worse value: 363.02605224. iteration 513 found worse value: 363.02605224. iteration513, perturbing to get out of local maxima iteration 514 found worse value: 363.02605224. iteration514, perturbing to get out of local maxima iteration 515 found worse value: 363.02605224. iteration 516 found worse value: 363.02605224. iteration 517 found worse value: 363.02605224. iteration 518 found worse value: 363.02605224. iteration 519 found worse value: 363.02605224. iteration 520 found worse value: 363.02605224. iteration 521 found worse value: 363.02605224. iteration 522 found worse value: 363.02605224. iteration522, perturbing to get out of local maxima iteration 523 found worse value: 363.02605224. iteration523, perturbing to get out of local maxima iteration 524 found worse value: 363.02605224. iteration 525 found worse value: 363.02605224. iteration 526 found worse value: 363.02605224. iteration 527 found worse value: 363.02605224. iteration527, perturbing to get out of local maxima iteration 528 found worse value: 363.02605224. iteration 529 found worse value: 363.02605224. iteration529, perturbing to get out of local maxima iteration 530 found worse value: 363.02605224. iteration 531 found worse value: 363.02605224. iteration 532 found worse value: 363.02605224. iteration 533 found worse value: 363.02605224. iteration 534 found worse value: 363.02605224. iteration 535 found worse value: 363.02605224. iteration 536 found worse value: 363.02605224. iteration536, perturbing to get out of local maxima iteration 537 found worse value: 363.02605224. iteration 538 found worse value: 363.02605224. iteration538, perturbing to get out of local maxima iteration 539 found worse value: 363.02605224. iteration539, perturbing to get out of local maxima iteration 540 found worse value: 363.02605224. iteration 541 found worse value: 363.02605224. iteration 542 found worse value: 363.02605224. iteration 543 found worse value: 363.02605224. iteration543, perturbing to get out of local maxima iteration 544 found worse value: 363.02605224. iteration 545 found worse value: 363.02605224. iteration 546 found worse value: 363.02605224. iteration 547 found worse value: 363.02605224. iteration 548 found worse value: 363.02605224. iteration 549 found worse value: 363.02605224. iteration 550 found worse value: 363.02605224. iteration 551 found worse value: 363.02605224. iteration 552 found worse value: 363.02605224. iteration 553 found worse value: 363.02605224. iteration 554 found worse value: 363.02605224. iteration 555 found worse value: 363.02605224. iteration555, perturbing to get out of local maxima iteration 556 found worse value: 363.02605224. iteration 557 found worse value: 363.02605224. iteration557, perturbing to get out of local maxima iteration 558 found worse value: 363.02605224. iteration558, perturbing to get out of local maxima iteration 559 found worse value: 363.02605224. iteration 560 found worse value: 363.02605224. iteration 561 found worse value: 363.02605224. iteration561, perturbing to get out of local maxima iteration 562 found worse value: 363.02605224. iteration 563 found worse value: 363.02605224. iteration 564 found worse value: 363.02605224. iteration564, perturbing to get out of local maxima iteration 565 found worse value: 363.02605224. iteration 566 found worse value: 363.02605224. iteration 567 found worse value: 363.02605224. iteration567, perturbing to get out of local maxima iteration 568 found worse value: 363.02605224. iteration 569 found worse value: 363.02605224. iteration 570 found worse value: 363.02605224. iteration 571 found worse value: 363.02605224. iteration 572 found worse value: 363.02605224. iteration 573 found worse value: 363.02605224. iteration573, perturbing to get out of local maxima iteration 574 found worse value: 363.02605224. iteration 575 found worse value: 363.02605224. iteration575, perturbing to get out of local maxima iteration 576 found better value: 363.03776998600006 iteration 577 found worse value: 363.03776998600006. iteration577, perturbing to get out of local maxima iteration 578 found worse value: 363.03776998600006. iteration 579 found better value: 363.043678469 iteration 580 found better value: 363.048270776 iteration 581 found better value: 363.053324961 iteration 582 found worse value: 363.053324961. iteration582, perturbing to get out of local maxima iteration 583 found worse value: 363.053324961. iteration 584 found worse value: 363.053324961. iteration 585 found worse value: 363.053324961. iteration 586 found better value: 363.054134155 iteration 587 found worse value: 363.054134155. iteration 588 found worse value: 363.054134155. iteration 589 found worse value: 363.054134155. iteration589, perturbing to get out of local maxima iteration 590 found worse value: 363.054134155. iteration 591 found better value: 363.061403742 iteration 592 found worse value: 363.061403742. iteration 593 found worse value: 363.061403742. iteration 594 found worse value: 363.061403742. iteration 595 found worse value: 363.061403742. iteration 596 found worse value: 363.061403742. iteration 597 found better value: 363.071014452 iteration 598 found worse value: 363.071014452. iteration 599 found worse value: 363.071014452. iteration 600 found better value: 363.079082916 iteration 601 found worse value: 363.079082916. iteration601, perturbing to get out of local maxima iteration 602 found worse value: 363.079082916. iteration 603 found worse value: 363.079082916. iteration603, perturbing to get out of local maxima iteration 604 found worse value: 363.079082916. iteration 605 found worse value: 363.079082916. iteration605, perturbing to get out of local maxima iteration 606 found worse value: 363.079082916. iteration 607 found worse value: 363.079082916. iteration 608 found worse value: 363.079082916. iteration 609 found worse value: 363.079082916. iteration 610 found worse value: 363.079082916. iteration610, perturbing to get out of local maxima iteration 611 found worse value: 363.079082916. iteration611, perturbing to get out of local maxima iteration 612 found worse value: 363.079082916. iteration 613 found worse value: 363.079082916. iteration 614 found worse value: 363.079082916. iteration614, perturbing to get out of local maxima iteration 615 found worse value: 363.079082916. iteration 616 found worse value: 363.079082916. iteration 617 found worse value: 363.079082916. iteration 618 found worse value: 363.079082916. iteration 619 found worse value: 363.079082916. iteration 620 found worse value: 363.079082916. iteration 621 found better value: 363.0794424029999 iteration 622 found worse value: 363.0794424029999. iteration 623 found worse value: 363.0794424029999. iteration 624 found worse value: 363.0794424029999. iteration 625 found worse value: 363.0794424029999. iteration 626 found worse value: 363.0794424029999. iteration626, perturbing to get out of local maxima iteration 627 found worse value: 363.0794424029999. iteration627, perturbing to get out of local maxima iteration 628 found worse value: 363.0794424029999. iteration 629 found worse value: 363.0794424029999. iteration 630 found better value: 363.08130387799997 iteration 631 found worse value: 363.08130387799997. iteration 632 found worse value: 363.08130387799997. iteration 633 found worse value: 363.08130387799997. iteration 634 found worse value: 363.08130387799997. iteration634, perturbing to get out of local maxima iteration 635 found worse value: 363.08130387799997. iteration635, perturbing to get out of local maxima iteration 636 found worse value: 363.08130387799997. iteration 637 found better value: 363.083736372 iteration 638 found worse value: 363.083736372. iteration 639 found worse value: 363.083736372. iteration639, perturbing to get out of local maxima iteration 640 found worse value: 363.083736372. iteration 641 found worse value: 363.083736372. iteration 642 found better value: 363.08707036 iteration 643 found worse value: 363.08707036. iteration643, perturbing to get out of local maxima iteration 644 found worse value: 363.08707036. iteration644, perturbing to get out of local maxima iteration 645 found worse value: 363.08707036. iteration 646 found worse value: 363.08707036. iteration 647 found worse value: 363.08707036. iteration647, perturbing to get out of local maxima iteration 648 found worse value: 363.08707036. iteration 649 found worse value: 363.08707036. iteration 650 found worse value: 363.08707036. iteration650, perturbing to get out of local maxima iteration 651 found worse value: 363.08707036. iteration 652 found worse value: 363.08707036. iteration652, perturbing to get out of local maxima iteration 653 found worse value: 363.08707036. iteration 654 found worse value: 363.08707036. iteration654, perturbing to get out of local maxima iteration 655 found worse value: 363.08707036. iteration 656 found worse value: 363.08707036. iteration 657 found worse value: 363.08707036. iteration657, perturbing to get out of local maxima iteration 658 found worse value: 363.08707036. iteration 659 found worse value: 363.08707036. iteration 660 found worse value: 363.08707036. iteration 661 found worse value: 363.08707036. iteration661, perturbing to get out of local maxima iteration 662 found worse value: 363.08707036. iteration 663 found worse value: 363.08707036. iteration 664 found worse value: 363.08707036. iteration 665 found worse value: 363.08707036. iteration 666 found worse value: 363.08707036. iteration 667 found worse value: 363.08707036. iteration 668 found better value: 363.088927083 iteration 669 found worse value: 363.088927083. iteration 670 found worse value: 363.088927083. iteration 671 found better value: 363.090468962 iteration 672 found worse value: 363.090468962. iteration 673 found worse value: 363.090468962. iteration673, perturbing to get out of local maxima iteration 674 found worse value: 363.090468962. iteration 675 found worse value: 363.090468962. iteration 676 found worse value: 363.090468962. iteration 677 found better value: 363.09531381299996 iteration 678 found worse value: 363.09531381299996. iteration 679 found worse value: 363.09531381299996. iteration679, perturbing to get out of local maxima iteration 680 found better value: 363.09543237500003 iteration 681 found worse value: 363.09543237500003. iteration681, perturbing to get out of local maxima iteration 682 found worse value: 363.09543237500003. iteration 683 found worse value: 363.09543237500003. iteration 684 found worse value: 363.09543237500003. iteration 685 found worse value: 363.09543237500003. iteration 686 found worse value: 363.09543237500003. iteration 687 found worse value: 363.09543237500003. iteration687, perturbing to get out of local maxima iteration 688 found worse value: 363.09543237500003. iteration 689 found worse value: 363.09543237500003. iteration 690 found worse value: 363.09543237500003. iteration 691 found worse value: 363.09543237500003. iteration 692 found worse value: 363.09543237500003. iteration692, perturbing to get out of local maxima iteration 693 found worse value: 363.09543237500003. iteration 694 found worse value: 363.09543237500003. iteration694, perturbing to get out of local maxima iteration 695 found worse value: 363.09543237500003. iteration 696 found worse value: 363.09543237500003. iteration 697 found worse value: 363.09543237500003. iteration697, perturbing to get out of local maxima iteration 698 found worse value: 363.09543237500003. iteration 699 found worse value: 363.09543237500003. iteration 700 found worse value: 363.09543237500003. iteration700, perturbing to get out of local maxima iteration 701 found worse value: 363.09543237500003. iteration701, perturbing to get out of local maxima iteration 702 found worse value: 363.09543237500003. iteration702, perturbing to get out of local maxima iteration 703 found worse value: 363.09543237500003. iteration 704 found worse value: 363.09543237500003. iteration 705 found worse value: 363.09543237500003. iteration 706 found worse value: 363.09543237500003. iteration 707 found worse value: 363.09543237500003. iteration 708 found better value: 363.100737127 iteration 709 found worse value: 363.100737127. iteration 710 found worse value: 363.100737127. iteration 711 found worse value: 363.100737127. iteration 712 found worse value: 363.100737127. iteration 713 found worse value: 363.100737127. iteration713, perturbing to get out of local maxima iteration 714 found worse value: 363.100737127. iteration 715 found worse value: 363.100737127. iteration 716 found worse value: 363.100737127. iteration716, perturbing to get out of local maxima iteration 717 found worse value: 363.100737127. iteration 718 found worse value: 363.100737127. iteration 719 found worse value: 363.100737127. iteration 720 found better value: 363.105919029 iteration 721 found better value: 363.112839024 iteration 722 found better value: 363.118129635 iteration 723 found worse value: 363.118129635. iteration 724 found worse value: 363.118129635. iteration 725 found worse value: 363.118129635. iteration725, perturbing to get out of local maxima iteration 726 found worse value: 363.118129635. iteration 727 found worse value: 363.118129635. iteration 728 found worse value: 363.118129635. iteration 729 found worse value: 363.118129635. iteration729, perturbing to get out of local maxima iteration 730 found better value: 363.12306987799997 iteration 731 found worse value: 363.12306987799997. iteration731, perturbing to get out of local maxima iteration 732 found better value: 363.12349921099997 iteration 733 found worse value: 363.12349921099997. iteration733, perturbing to get out of local maxima iteration 734 found worse value: 363.12349921099997. iteration734, perturbing to get out of local maxima iteration 735 found worse value: 363.12349921099997. iteration 736 found worse value: 363.12349921099997. iteration 737 found worse value: 363.12349921099997. iteration737, perturbing to get out of local maxima iteration 738 found worse value: 363.12349921099997. iteration738, perturbing to get out of local maxima iteration 739 found worse value: 363.12349921099997. iteration 740 found worse value: 363.12349921099997. iteration740, perturbing to get out of local maxima iteration 741 found worse value: 363.12349921099997. iteration741, perturbing to get out of local maxima iteration 742 found worse value: 363.12349921099997. iteration 743 found worse value: 363.12349921099997. iteration 744 found worse value: 363.12349921099997. iteration 745 found worse value: 363.12349921099997. iteration745, perturbing to get out of local maxima iteration 746 found worse value: 363.12349921099997. iteration 747 found worse value: 363.12349921099997. iteration 748 found worse value: 363.12349921099997. iteration 749 found worse value: 363.12349921099997. iteration 750 found worse value: 363.12349921099997. iteration 751 found worse value: 363.12349921099997. iteration 752 found worse value: 363.12349921099997. iteration 753 found worse value: 363.12349921099997. iteration 754 found worse value: 363.12349921099997. iteration754, perturbing to get out of local maxima iteration 755 found worse value: 363.12349921099997. iteration755, perturbing to get out of local maxima iteration 756 found worse value: 363.12349921099997. iteration 757 found worse value: 363.12349921099997. iteration757, perturbing to get out of local maxima iteration 758 found worse value: 363.12349921099997. iteration 759 found worse value: 363.12349921099997. iteration 760 found worse value: 363.12349921099997. iteration 761 found worse value: 363.12349921099997. iteration 762 found worse value: 363.12349921099997. iteration 763 found worse value: 363.12349921099997. iteration 764 found worse value: 363.12349921099997. iteration 765 found worse value: 363.12349921099997. iteration 766 found worse value: 363.12349921099997. iteration 767 found worse value: 363.12349921099997. iteration 768 found worse value: 363.12349921099997. iteration 769 found worse value: 363.12349921099997. iteration 770 found worse value: 363.12349921099997. iteration 771 found worse value: 363.12349921099997. iteration771, perturbing to get out of local maxima iteration 772 found worse value: 363.12349921099997. iteration 773 found worse value: 363.12349921099997. iteration 774 found worse value: 363.12349921099997. iteration 775 found worse value: 363.12349921099997. iteration 776 found worse value: 363.12349921099997. iteration 777 found worse value: 363.12349921099997. iteration777, perturbing to get out of local maxima iteration 778 found worse value: 363.12349921099997. iteration 779 found worse value: 363.12349921099997. iteration 780 found worse value: 363.12349921099997. iteration 781 found worse value: 363.12349921099997. iteration 782 found worse value: 363.12349921099997. iteration 783 found worse value: 363.12349921099997. iteration 784 found worse value: 363.12349921099997. iteration 785 found worse value: 363.12349921099997. iteration 786 found worse value: 363.12349921099997. iteration786, perturbing to get out of local maxima iteration 787 found worse value: 363.12349921099997. iteration 788 found worse value: 363.12349921099997. iteration 789 found better value: 363.13235655200003 iteration 790 found better value: 363.13305 iteration 791 found worse value: 363.13305. iteration791, perturbing to get out of local maxima iteration 792 found better value: 363.134659547 iteration 793 found better value: 363.135963231 iteration 794 found worse value: 363.135963231. iteration 795 found worse value: 363.135963231. iteration 796 found worse value: 363.135963231. iteration796, perturbing to get out of local maxima iteration 797 found worse value: 363.135963231. iteration797, perturbing to get out of local maxima iteration 798 found better value: 363.137553362 iteration 799 found worse value: 363.137553362. iteration799, perturbing to get out of local maxima iteration 800 found worse value: 363.137553362. iteration 801 found worse value: 363.137553362. iteration801, perturbing to get out of local maxima iteration 802 found worse value: 363.137553362. iteration802, perturbing to get out of local maxima iteration 803 found worse value: 363.137553362. iteration 804 found worse value: 363.137553362. iteration804, perturbing to get out of local maxima iteration 805 found worse value: 363.137553362. iteration 806 found worse value: 363.137553362. iteration 807 found worse value: 363.137553362. iteration 808 found worse value: 363.137553362. iteration 809 found worse value: 363.137553362. iteration 810 found worse value: 363.137553362. iteration 811 found better value: 363.138747478 iteration 812 found worse value: 363.138747478. iteration 813 found better value: 363.14434813500003 iteration 814 found worse value: 363.14434813500003. iteration814, perturbing to get out of local maxima iteration 815 found worse value: 363.14434813500003. iteration815, perturbing to get out of local maxima iteration 816 found worse value: 363.14434813500003. iteration 817 found worse value: 363.14434813500003. iteration 818 found worse value: 363.14434813500003. iteration 819 found worse value: 363.14434813500003. iteration 820 found worse value: 363.14434813500003. iteration 821 found worse value: 363.14434813500003. iteration 822 found worse value: 363.14434813500003. iteration822, perturbing to get out of local maxima iteration 823 found worse value: 363.14434813500003. iteration 824 found worse value: 363.14434813500003. iteration 825 found worse value: 363.14434813500003. iteration 826 found worse value: 363.14434813500003. iteration 827 found worse value: 363.14434813500003. iteration 828 found worse value: 363.14434813500003. iteration828, perturbing to get out of local maxima iteration 829 found worse value: 363.14434813500003. iteration 830 found worse value: 363.14434813500003. iteration830, perturbing to get out of local maxima iteration 831 found worse value: 363.14434813500003. iteration831, perturbing to get out of local maxima iteration 832 found worse value: 363.14434813500003. iteration832, perturbing to get out of local maxima iteration 833 found worse value: 363.14434813500003. iteration 834 found worse value: 363.14434813500003. iteration 835 found worse value: 363.14434813500003. iteration 836 found worse value: 363.14434813500003. iteration836, perturbing to get out of local maxima iteration 837 found worse value: 363.14434813500003. iteration 838 found worse value: 363.14434813500003. iteration 839 found worse value: 363.14434813500003. iteration839, perturbing to get out of local maxima iteration 840 found worse value: 363.14434813500003. iteration 841 found worse value: 363.14434813500003. iteration 842 found worse value: 363.14434813500003. iteration 843 found worse value: 363.14434813500003. iteration843, perturbing to get out of local maxima iteration 844 found worse value: 363.14434813500003. iteration 845 found worse value: 363.14434813500003. iteration 846 found worse value: 363.14434813500003. iteration846, perturbing to get out of local maxima iteration 847 found worse value: 363.14434813500003. iteration 848 found worse value: 363.14434813500003. iteration 849 found worse value: 363.14434813500003. iteration 850 found worse value: 363.14434813500003. iteration 851 found worse value: 363.14434813500003. iteration 852 found worse value: 363.14434813500003. iteration852, perturbing to get out of local maxima iteration 853 found worse value: 363.14434813500003. iteration853, perturbing to get out of local maxima iteration 854 found worse value: 363.14434813500003. iteration 855 found worse value: 363.14434813500003. iteration 856 found worse value: 363.14434813500003. iteration856, perturbing to get out of local maxima iteration 857 found worse value: 363.14434813500003. iteration 858 found worse value: 363.14434813500003. iteration 859 found worse value: 363.14434813500003. iteration 860 found worse value: 363.14434813500003. iteration 861 found worse value: 363.14434813500003. iteration 862 found worse value: 363.14434813500003. iteration 863 found better value: 363.14455397899997 iteration 864 found worse value: 363.14455397899997. iteration864, perturbing to get out of local maxima iteration 865 found worse value: 363.14455397899997. iteration 866 found worse value: 363.14455397899997. iteration 867 found worse value: 363.14455397899997. iteration 868 found worse value: 363.14455397899997. iteration868, perturbing to get out of local maxima iteration 869 found worse value: 363.14455397899997. iteration 870 found worse value: 363.14455397899997. iteration 871 found worse value: 363.14455397899997. iteration 872 found worse value: 363.14455397899997. iteration 873 found worse value: 363.14455397899997. iteration873, perturbing to get out of local maxima iteration 874 found worse value: 363.14455397899997. iteration 875 found worse value: 363.14455397899997. iteration875, perturbing to get out of local maxima iteration 876 found worse value: 363.14455397899997. iteration 877 found worse value: 363.14455397899997. iteration 878 found worse value: 363.14455397899997. iteration 879 found worse value: 363.14455397899997. iteration879, perturbing to get out of local maxima iteration 880 found worse value: 363.14455397899997. iteration 881 found worse value: 363.14455397899997. iteration 882 found worse value: 363.14455397899997. iteration882, perturbing to get out of local maxima iteration 883 found worse value: 363.14455397899997. iteration 884 found worse value: 363.14455397899997. iteration884, perturbing to get out of local maxima iteration 885 found worse value: 363.14455397899997. iteration 886 found worse value: 363.14455397899997. iteration 887 found worse value: 363.14455397899997. iteration 888 found worse value: 363.14455397899997. iteration 889 found worse value: 363.14455397899997. iteration 890 found worse value: 363.14455397899997. iteration 891 found worse value: 363.14455397899997. iteration 892 found worse value: 363.14455397899997. iteration 893 found worse value: 363.14455397899997. iteration893, perturbing to get out of local maxima iteration 894 found worse value: 363.14455397899997. iteration 895 found worse value: 363.14455397899997. iteration 896 found worse value: 363.14455397899997. iteration 897 found worse value: 363.14455397899997. iteration897, perturbing to get out of local maxima iteration 898 found worse value: 363.14455397899997. iteration 899 found worse value: 363.14455397899997. iteration899, perturbing to get out of local maxima iteration 900 found worse value: 363.14455397899997. iteration900, perturbing to get out of local maxima iteration 901 found worse value: 363.14455397899997. iteration 902 found worse value: 363.14455397899997. iteration 903 found worse value: 363.14455397899997. iteration 904 found worse value: 363.14455397899997. iteration 905 found worse value: 363.14455397899997. iteration905, perturbing to get out of local maxima iteration 906 found worse value: 363.14455397899997. iteration 907 found worse value: 363.14455397899997. iteration 908 found worse value: 363.14455397899997. iteration 909 found worse value: 363.14455397899997. iteration 910 found worse value: 363.14455397899997. iteration 911 found better value: 363.151299188 iteration 912 found worse value: 363.151299188. iteration912, perturbing to get out of local maxima iteration 913 found worse value: 363.151299188. iteration 914 found worse value: 363.151299188. iteration914, perturbing to get out of local maxima iteration 915 found worse value: 363.151299188. iteration 916 found worse value: 363.151299188. iteration 917 found worse value: 363.151299188. iteration 918 found worse value: 363.151299188. iteration 919 found worse value: 363.151299188. iteration 920 found worse value: 363.151299188. iteration 921 found worse value: 363.151299188. iteration921, perturbing to get out of local maxima iteration 922 found worse value: 363.151299188. iteration 923 found worse value: 363.151299188. iteration 924 found worse value: 363.151299188. iteration924, perturbing to get out of local maxima iteration 925 found worse value: 363.151299188. iteration925, perturbing to get out of local maxima iteration 926 found worse value: 363.151299188. iteration926, perturbing to get out of local maxima iteration 927 found worse value: 363.151299188. iteration927, perturbing to get out of local maxima iteration 928 found worse value: 363.151299188. iteration 929 found worse value: 363.151299188. iteration 930 found worse value: 363.151299188. iteration 931 found worse value: 363.151299188. iteration 932 found worse value: 363.151299188. iteration 933 found worse value: 363.151299188. iteration 934 found better value: 363.15236618 iteration 935 found worse value: 363.15236618. iteration 936 found better value: 363.15301143600004 iteration 937 found worse value: 363.15301143600004. iteration 938 found worse value: 363.15301143600004. iteration 939 found worse value: 363.15301143600004. iteration 940 found worse value: 363.15301143600004. iteration 941 found worse value: 363.15301143600004. iteration 942 found worse value: 363.15301143600004. iteration942, perturbing to get out of local maxima iteration 943 found worse value: 363.15301143600004. iteration 944 found worse value: 363.15301143600004. iteration 945 found worse value: 363.15301143600004. iteration 946 found worse value: 363.15301143600004. iteration 947 found worse value: 363.15301143600004. iteration 948 found worse value: 363.15301143600004. iteration 949 found worse value: 363.15301143600004. iteration 950 found worse value: 363.15301143600004. iteration 951 found worse value: 363.15301143600004. iteration 952 found worse value: 363.15301143600004. iteration 953 found worse value: 363.15301143600004. iteration 954 found worse value: 363.15301143600004. iteration 955 found worse value: 363.15301143600004. iteration 956 found worse value: 363.15301143600004. iteration 957 found worse value: 363.15301143600004. iteration957, perturbing to get out of local maxima iteration 958 found worse value: 363.15301143600004. iteration 959 found better value: 363.158853937 iteration 960 found better value: 363.16040967800006 iteration 961 found worse value: 363.16040967800006. iteration 962 found worse value: 363.16040967800006. iteration962, perturbing to get out of local maxima iteration 963 found worse value: 363.16040967800006. iteration963, perturbing to get out of local maxima iteration 964 found worse value: 363.16040967800006. iteration 965 found worse value: 363.16040967800006. iteration 966 found worse value: 363.16040967800006. iteration966, perturbing to get out of local maxima iteration 967 found worse value: 363.16040967800006. iteration 968 found worse value: 363.16040967800006. iteration968, perturbing to get out of local maxima iteration 969 found worse value: 363.16040967800006. iteration 970 found worse value: 363.16040967800006. iteration970, perturbing to get out of local maxima iteration 971 found worse value: 363.16040967800006. iteration 972 found worse value: 363.16040967800006. iteration 973 found worse value: 363.16040967800006. iteration 974 found worse value: 363.16040967800006. iteration 975 found worse value: 363.16040967800006. iteration 976 found better value: 363.197466299 iteration 977 found worse value: 363.197466299. iteration 978 found worse value: 363.197466299. iteration 979 found worse value: 363.197466299. iteration979, perturbing to get out of local maxima iteration 980 found worse value: 363.197466299. iteration980, perturbing to get out of local maxima iteration 981 found better value: 363.198807055 iteration 982 found better value: 363.22313095199996 iteration 983 found worse value: 363.22313095199996. iteration983, perturbing to get out of local maxima iteration 984 found worse value: 363.22313095199996. iteration 985 found worse value: 363.22313095199996. iteration 986 found worse value: 363.22313095199996. iteration986, perturbing to get out of local maxima iteration 987 found worse value: 363.22313095199996. iteration 988 found worse value: 363.22313095199996. iteration 989 found worse value: 363.22313095199996. iteration 990 found worse value: 363.22313095199996. iteration 991 found worse value: 363.22313095199996. iteration 992 found worse value: 363.22313095199996. iteration992, perturbing to get out of local maxima iteration 993 found worse value: 363.22313095199996. iteration 994 found worse value: 363.22313095199996. iteration 995 found worse value: 363.22313095199996. iteration 996 found worse value: 363.22313095199996. iteration996, perturbing to get out of local maxima iteration 997 found worse value: 363.22313095199996. iteration 998 found worse value: 363.22313095199996. iteration 999 found worse value: 363.22313095199996. iteration 1000 found worse value: 363.22313095199996. iteration1000, perturbing to get out of local maxima iteration 1001 found worse value: 363.22313095199996. iteration 1002 found worse value: 363.22313095199996. iteration 1003 found worse value: 363.22313095199996. iteration 1004 found worse value: 363.22313095199996. iteration 1005 found worse value: 363.22313095199996. iteration1005, perturbing to get out of local maxima iteration 1006 found worse value: 363.22313095199996. iteration 1007 found worse value: 363.22313095199996. iteration 1008 found worse value: 363.22313095199996. iteration 1009 found worse value: 363.22313095199996. iteration 1010 found better value: 363.22484791 iteration 1011 found worse value: 363.22484791. iteration1011, perturbing to get out of local maxima iteration 1012 found worse value: 363.22484791. iteration 1013 found worse value: 363.22484791. iteration 1014 found worse value: 363.22484791. iteration 1015 found worse value: 363.22484791. iteration1015, perturbing to get out of local maxima iteration 1016 found worse value: 363.22484791. iteration 1017 found worse value: 363.22484791. iteration1017, perturbing to get out of local maxima iteration 1018 found worse value: 363.22484791. iteration 1019 found worse value: 363.22484791. iteration1019, perturbing to get out of local maxima iteration 1020 found worse value: 363.22484791. iteration1020, perturbing to get out of local maxima iteration 1021 found worse value: 363.22484791. iteration1021, perturbing to get out of local maxima iteration 1022 found worse value: 363.22484791. iteration 1023 found worse value: 363.22484791. iteration 1024 found worse value: 363.22484791. iteration 1025 found worse value: 363.22484791. iteration 1026 found worse value: 363.22484791. iteration 1027 found worse value: 363.22484791. iteration 1028 found worse value: 363.22484791. iteration 1029 found worse value: 363.22484791. iteration 1030 found worse value: 363.22484791. iteration 1031 found worse value: 363.22484791. iteration 1032 found worse value: 363.22484791. iteration 1033 found worse value: 363.22484791. iteration 1034 found worse value: 363.22484791. iteration 1035 found worse value: 363.22484791. iteration 1036 found worse value: 363.22484791. iteration1036, perturbing to get out of local maxima iteration 1037 found worse value: 363.22484791. iteration 1038 found worse value: 363.22484791. iteration 1039 found worse value: 363.22484791. iteration 1040 found worse value: 363.22484791. iteration1040, perturbing to get out of local maxima iteration 1041 found worse value: 363.22484791. iteration 1042 found worse value: 363.22484791. iteration1042, perturbing to get out of local maxima iteration 1043 found worse value: 363.22484791. iteration 1044 found worse value: 363.22484791. iteration 1045 found worse value: 363.22484791. iteration 1046 found worse value: 363.22484791. iteration1046, perturbing to get out of local maxima iteration 1047 found worse value: 363.22484791. iteration1047, perturbing to get out of local maxima iteration 1048 found worse value: 363.22484791. iteration 1049 found worse value: 363.22484791. iteration 1050 found worse value: 363.22484791. iteration 1051 found worse value: 363.22484791. iteration 1052 found worse value: 363.22484791. iteration 1053 found worse value: 363.22484791. iteration1053, perturbing to get out of local maxima iteration 1054 found worse value: 363.22484791. iteration1054, perturbing to get out of local maxima iteration 1055 found worse value: 363.22484791. iteration 1056 found worse value: 363.22484791. iteration 1057 found worse value: 363.22484791. iteration 1058 found better value: 363.225284352 iteration 1059 found better value: 363.22594021099997 iteration 1060 found worse value: 363.22594021099997. iteration1060, perturbing to get out of local maxima iteration 1061 found worse value: 363.22594021099997. iteration 1062 found worse value: 363.22594021099997. iteration 1063 found worse value: 363.22594021099997. iteration 1064 found worse value: 363.22594021099997. iteration1064, perturbing to get out of local maxima iteration 1065 found worse value: 363.22594021099997. iteration 1066 found worse value: 363.22594021099997. iteration 1067 found better value: 363.22960902500006 iteration 1068 found worse value: 363.22960902500006. iteration 1069 found better value: 363.23749874 iteration 1070 found better value: 363.238176729 iteration 1071 found worse value: 363.238176729. iteration 1072 found worse value: 363.238176729. iteration1072, perturbing to get out of local maxima iteration 1073 found worse value: 363.238176729. iteration 1074 found worse value: 363.238176729. iteration 1075 found worse value: 363.238176729. iteration1075, perturbing to get out of local maxima iteration 1076 found worse value: 363.238176729. iteration 1077 found worse value: 363.238176729. iteration 1078 found worse value: 363.238176729. iteration 1079 found worse value: 363.238176729. iteration1079, perturbing to get out of local maxima iteration 1080 found worse value: 363.238176729. iteration 1081 found worse value: 363.238176729. iteration 1082 found worse value: 363.238176729. iteration 1083 found worse value: 363.238176729. iteration 1084 found worse value: 363.238176729. iteration 1085 found worse value: 363.238176729. iteration 1086 found worse value: 363.238176729. iteration1086, perturbing to get out of local maxima iteration 1087 found worse value: 363.238176729. iteration 1088 found worse value: 363.238176729. iteration 1089 found worse value: 363.238176729. iteration 1090 found worse value: 363.238176729. iteration 1091 found worse value: 363.238176729. iteration 1092 found worse value: 363.238176729. iteration 1093 found worse value: 363.238176729. iteration1093, perturbing to get out of local maxima iteration 1094 found worse value: 363.238176729. iteration 1095 found worse value: 363.238176729. iteration1095, perturbing to get out of local maxima iteration 1096 found worse value: 363.238176729. iteration 1097 found worse value: 363.238176729. iteration 1098 found worse value: 363.238176729. iteration 1099 found worse value: 363.238176729. iteration1099, perturbing to get out of local maxima iteration 1100 found worse value: 363.238176729. iteration1100, perturbing to get out of local maxima iteration 1101 found worse value: 363.238176729. iteration 1102 found worse value: 363.238176729. iteration 1103 found worse value: 363.238176729. iteration 1104 found worse value: 363.238176729. iteration 1105 found worse value: 363.238176729. iteration 1106 found worse value: 363.238176729. iteration 1107 found worse value: 363.238176729. iteration 1108 found worse value: 363.238176729. iteration 1109 found worse value: 363.238176729. iteration 1110 found worse value: 363.238176729. iteration 1111 found worse value: 363.238176729. iteration1111, perturbing to get out of local maxima iteration 1112 found worse value: 363.238176729. iteration 1113 found worse value: 363.238176729. iteration 1114 found worse value: 363.238176729. iteration1114, perturbing to get out of local maxima iteration 1115 found worse value: 363.238176729. iteration 1116 found worse value: 363.238176729. iteration 1117 found worse value: 363.238176729. iteration 1118 found worse value: 363.238176729. iteration 1119 found worse value: 363.238176729. iteration 1120 found worse value: 363.238176729. iteration1120, perturbing to get out of local maxima iteration 1121 found worse value: 363.238176729. iteration 1122 found worse value: 363.238176729. iteration 1123 found worse value: 363.238176729. iteration 1124 found worse value: 363.238176729. iteration 1125 found worse value: 363.238176729. iteration 1126 found worse value: 363.238176729. iteration 1127 found worse value: 363.238176729. iteration1127, perturbing to get out of local maxima iteration 1128 found worse value: 363.238176729. iteration1128, perturbing to get out of local maxima iteration 1129 found worse value: 363.238176729. iteration 1130 found worse value: 363.238176729. iteration 1131 found worse value: 363.238176729. iteration 1132 found worse value: 363.238176729. iteration 1133 found worse value: 363.238176729. iteration 1134 found worse value: 363.238176729. iteration 1135 found worse value: 363.238176729. iteration 1136 found worse value: 363.238176729. iteration 1137 found worse value: 363.238176729. iteration 1138 found worse value: 363.238176729. iteration 1139 found worse value: 363.238176729. iteration 1140 found worse value: 363.238176729. iteration 1141 found worse value: 363.238176729. iteration 1142 found worse value: 363.238176729. iteration1142, perturbing to get out of local maxima iteration 1143 found worse value: 363.238176729. iteration1143, perturbing to get out of local maxima iteration 1144 found worse value: 363.238176729. iteration 1145 found worse value: 363.238176729. iteration1145, perturbing to get out of local maxima iteration 1146 found worse value: 363.238176729. iteration1146, perturbing to get out of local maxima iteration 1147 found worse value: 363.238176729. iteration 1148 found worse value: 363.238176729. iteration 1149 found worse value: 363.238176729. iteration 1150 found worse value: 363.238176729. iteration 1151 found worse value: 363.238176729. iteration 1152 found worse value: 363.238176729. iteration 1153 found worse value: 363.238176729. iteration 1154 found worse value: 363.238176729. iteration1154, perturbing to get out of local maxima iteration 1155 found worse value: 363.238176729. iteration 1156 found worse value: 363.238176729. iteration 1157 found worse value: 363.238176729. iteration 1158 found worse value: 363.238176729. iteration 1159 found worse value: 363.238176729. iteration 1160 found worse value: 363.238176729. iteration 1161 found worse value: 363.238176729. iteration 1162 found worse value: 363.238176729. iteration 1163 found worse value: 363.238176729. iteration 1164 found worse value: 363.238176729. iteration 1165 found worse value: 363.238176729. iteration 1166 found worse value: 363.238176729. iteration 1167 found worse value: 363.238176729. iteration1167, perturbing to get out of local maxima iteration 1168 found worse value: 363.238176729. iteration 1169 found worse value: 363.238176729. iteration 1170 found worse value: 363.238176729. iteration 1171 found worse value: 363.238176729. iteration 1172 found worse value: 363.238176729. iteration 1173 found worse value: 363.238176729. iteration 1174 found worse value: 363.238176729. iteration 1175 found worse value: 363.238176729. iteration 1176 found worse value: 363.238176729. iteration 1177 found worse value: 363.238176729. iteration1177, perturbing to get out of local maxima iteration 1178 found worse value: 363.238176729. iteration1178, perturbing to get out of local maxima iteration 1179 found worse value: 363.238176729. iteration 1180 found worse value: 363.238176729. iteration 1181 found worse value: 363.238176729. iteration1181, perturbing to get out of local maxima iteration 1182 found worse value: 363.238176729. iteration 1183 found worse value: 363.238176729. iteration 1184 found worse value: 363.238176729. iteration 1185 found worse value: 363.238176729. iteration1185, perturbing to get out of local maxima iteration 1186 found worse value: 363.238176729. iteration 1187 found worse value: 363.238176729. iteration1187, perturbing to get out of local maxima iteration 1188 found worse value: 363.238176729. iteration1188, perturbing to get out of local maxima iteration 1189 found worse value: 363.238176729. iteration 1190 found worse value: 363.238176729. iteration 1191 found worse value: 363.238176729. iteration 1192 found worse value: 363.238176729. iteration 1193 found worse value: 363.238176729. iteration 1194 found worse value: 363.238176729. iteration 1195 found worse value: 363.238176729. iteration1195, perturbing to get out of local maxima iteration 1196 found worse value: 363.238176729. iteration 1197 found worse value: 363.238176729. iteration 1198 found worse value: 363.238176729. iteration 1199 found worse value: 363.238176729. iteration1199, perturbing to get out of local maxima iteration 1200 found worse value: 363.238176729. iteration 1201 found worse value: 363.238176729. iteration 1202 found worse value: 363.238176729. iteration 1203 found worse value: 363.238176729. iteration 1204 found worse value: 363.238176729. iteration1204, perturbing to get out of local maxima iteration 1205 found worse value: 363.238176729. iteration 1206 found worse value: 363.238176729. iteration 1207 found worse value: 363.238176729. iteration 1208 found worse value: 363.238176729. iteration 1209 found worse value: 363.238176729. iteration 1210 found worse value: 363.238176729. iteration 1211 found worse value: 363.238176729. iteration 1212 found worse value: 363.238176729. iteration 1213 found worse value: 363.238176729. iteration 1214 found worse value: 363.238176729. iteration 1215 found worse value: 363.238176729. iteration1215, perturbing to get out of local maxima iteration 1216 found worse value: 363.238176729. iteration1216, perturbing to get out of local maxima iteration 1217 found worse value: 363.238176729. iteration 1218 found worse value: 363.238176729. iteration 1219 found worse value: 363.238176729. iteration 1220 found worse value: 363.238176729. iteration 1221 found worse value: 363.238176729. iteration 1222 found worse value: 363.238176729. iteration1222, perturbing to get out of local maxima iteration 1223 found worse value: 363.238176729. iteration 1224 found worse value: 363.238176729. iteration 1225 found worse value: 363.238176729. iteration 1226 found worse value: 363.238176729. iteration 1227 found worse value: 363.238176729. iteration 1228 found worse value: 363.238176729. iteration 1229 found worse value: 363.238176729. iteration1229, perturbing to get out of local maxima iteration 1230 found worse value: 363.238176729. iteration 1231 found worse value: 363.238176729. iteration 1232 found worse value: 363.238176729. iteration 1233 found worse value: 363.238176729. iteration 1234 found worse value: 363.238176729. iteration 1235 found worse value: 363.238176729. iteration 1236 found worse value: 363.238176729. iteration 1237 found worse value: 363.238176729. iteration1237, perturbing to get out of local maxima iteration 1238 found worse value: 363.238176729. iteration 1239 found worse value: 363.238176729. iteration 1240 found worse value: 363.238176729. iteration1240, perturbing to get out of local maxima iteration 1241 found worse value: 363.238176729. iteration 1242 found worse value: 363.238176729. iteration1242, perturbing to get out of local maxima iteration 1243 found worse value: 363.238176729. iteration 1244 found worse value: 363.238176729. iteration 1245 found worse value: 363.238176729. iteration 1246 found worse value: 363.238176729. iteration 1247 found worse value: 363.238176729. iteration 1248 found worse value: 363.238176729. iteration 1249 found worse value: 363.238176729. iteration 1250 found worse value: 363.238176729. iteration 1251 found worse value: 363.238176729. iteration 1252 found worse value: 363.238176729. iteration 1253 found worse value: 363.238176729. iteration 1254 found worse value: 363.238176729. iteration1254, perturbing to get out of local maxima iteration 1255 found worse value: 363.238176729. iteration 1256 found worse value: 363.238176729. iteration 1257 found worse value: 363.238176729. iteration 1258 found worse value: 363.238176729. iteration1258, perturbing to get out of local maxima iteration 1259 found worse value: 363.238176729. iteration1259, perturbing to get out of local maxima iteration 1260 found worse value: 363.238176729. iteration 1261 found worse value: 363.238176729. iteration 1262 found worse value: 363.238176729. iteration 1263 found worse value: 363.238176729. iteration1263, perturbing to get out of local maxima iteration 1264 found worse value: 363.238176729. iteration 1265 found worse value: 363.238176729. iteration 1266 found worse value: 363.238176729. iteration1266, perturbing to get out of local maxima iteration 1267 found worse value: 363.238176729. iteration 1268 found worse value: 363.238176729. iteration 1269 found worse value: 363.238176729. iteration 1270 found worse value: 363.238176729. iteration 1271 found worse value: 363.238176729. iteration1271, perturbing to get out of local maxima iteration 1272 found worse value: 363.238176729. iteration 1273 found worse value: 363.238176729. iteration1273, perturbing to get out of local maxima iteration 1274 found worse value: 363.238176729. iteration 1275 found worse value: 363.238176729. iteration1275, perturbing to get out of local maxima iteration 1276 found worse value: 363.238176729. iteration1276, perturbing to get out of local maxima iteration 1277 found worse value: 363.238176729. iteration 1278 found worse value: 363.238176729. iteration 1279 found worse value: 363.238176729. iteration 1280 found worse value: 363.238176729. iteration 1281 found worse value: 363.238176729. iteration 1282 found worse value: 363.238176729. iteration 1283 found worse value: 363.238176729. iteration 1284 found worse value: 363.238176729. iteration 1285 found worse value: 363.238176729. iteration1285, perturbing to get out of local maxima iteration 1286 found worse value: 363.238176729. iteration 1287 found worse value: 363.238176729. iteration 1288 found worse value: 363.238176729. iteration 1289 found worse value: 363.238176729. iteration1289, perturbing to get out of local maxima iteration 1290 found worse value: 363.238176729. iteration 1291 found worse value: 363.238176729. iteration 1292 found worse value: 363.238176729. iteration 1293 found worse value: 363.238176729. iteration 1294 found worse value: 363.238176729. iteration 1295 found worse value: 363.238176729. iteration 1296 found worse value: 363.238176729. iteration 1297 found worse value: 363.238176729. iteration 1298 found worse value: 363.238176729. iteration1298, perturbing to get out of local maxima iteration 1299 found worse value: 363.238176729. iteration1299, perturbing to get out of local maxima iteration 1300 found worse value: 363.238176729. iteration 1301 found worse value: 363.238176729. iteration 1302 found worse value: 363.238176729. iteration 1303 found worse value: 363.238176729. iteration 1304 found worse value: 363.238176729. iteration 1305 found worse value: 363.238176729. iteration 1306 found worse value: 363.238176729. iteration 1307 found worse value: 363.238176729. iteration 1308 found worse value: 363.238176729. iteration 1309 found worse value: 363.238176729. iteration 1310 found worse value: 363.238176729. iteration 1311 found worse value: 363.238176729. iteration 1312 found worse value: 363.238176729. iteration 1313 found worse value: 363.238176729. iteration 1314 found worse value: 363.238176729. iteration 1315 found worse value: 363.238176729. iteration 1316 found worse value: 363.238176729. iteration1316, perturbing to get out of local maxima iteration 1317 found worse value: 363.238176729. iteration 1318 found worse value: 363.238176729. iteration1318, perturbing to get out of local maxima iteration 1319 found worse value: 363.238176729. iteration1319, perturbing to get out of local maxima iteration 1320 found worse value: 363.238176729. iteration 1321 found worse value: 363.238176729. iteration 1322 found worse value: 363.238176729. iteration 1323 found worse value: 363.238176729. iteration 1324 found worse value: 363.238176729. iteration 1325 found worse value: 363.238176729. iteration 1326 found worse value: 363.238176729. iteration 1327 found worse value: 363.238176729. iteration1327, perturbing to get out of local maxima iteration 1328 found worse value: 363.238176729. iteration 1329 found worse value: 363.238176729. iteration1329, perturbing to get out of local maxima iteration 1330 found worse value: 363.238176729. iteration 1331 found worse value: 363.238176729. iteration 1332 found worse value: 363.238176729. iteration 1333 found worse value: 363.238176729. iteration 1334 found worse value: 363.238176729. iteration1334, perturbing to get out of local maxima iteration 1335 found worse value: 363.238176729. iteration1335, perturbing to get out of local maxima iteration 1336 found worse value: 363.238176729. iteration 1337 found worse value: 363.238176729. iteration1337, perturbing to get out of local maxima iteration 1338 found worse value: 363.238176729. iteration 1339 found worse value: 363.238176729. iteration 1340 found worse value: 363.238176729. iteration 1341 found worse value: 363.238176729. iteration 1342 found worse value: 363.238176729. iteration 1343 found worse value: 363.238176729. iteration 1344 found worse value: 363.238176729. iteration 1345 found worse value: 363.238176729. iteration 1346 found worse value: 363.238176729. iteration 1347 found worse value: 363.238176729. iteration 1348 found worse value: 363.238176729. iteration 1349 found worse value: 363.238176729. iteration 1350 found worse value: 363.238176729. iteration 1351 found worse value: 363.238176729. iteration 1352 found worse value: 363.238176729. iteration 1353 found worse value: 363.238176729. iteration 1354 found worse value: 363.238176729. iteration 1355 found worse value: 363.238176729. iteration 1356 found worse value: 363.238176729. iteration 1357 found worse value: 363.238176729. iteration1357, perturbing to get out of local maxima iteration 1358 found worse value: 363.238176729. iteration 1359 found worse value: 363.238176729. iteration 1360 found worse value: 363.238176729. iteration 1361 found worse value: 363.238176729. iteration 1362 found worse value: 363.238176729. iteration 1363 found worse value: 363.238176729. iteration 1364 found worse value: 363.238176729. iteration1364, perturbing to get out of local maxima iteration 1365 found worse value: 363.238176729. iteration1365, perturbing to get out of local maxima iteration 1366 found worse value: 363.238176729. iteration 1367 found worse value: 363.238176729. iteration 1368 found worse value: 363.238176729. iteration1368, perturbing to get out of local maxima iteration 1369 found worse value: 363.238176729. iteration 1370 found worse value: 363.238176729. iteration 1371 found worse value: 363.238176729. iteration 1372 found worse value: 363.238176729. iteration 1373 found worse value: 363.238176729. iteration1373, perturbing to get out of local maxima iteration 1374 found worse value: 363.238176729. iteration 1375 found worse value: 363.238176729. iteration 1376 found worse value: 363.238176729. iteration1376, perturbing to get out of local maxima iteration 1377 found worse value: 363.238176729. iteration 1378 found worse value: 363.238176729. iteration 1379 found worse value: 363.238176729. iteration1379, perturbing to get out of local maxima iteration 1380 found worse value: 363.238176729. iteration1380, perturbing to get out of local maxima iteration 1381 found worse value: 363.238176729. iteration 1382 found worse value: 363.238176729. iteration 1383 found worse value: 363.238176729. iteration 1384 found worse value: 363.238176729. iteration 1385 found worse value: 363.238176729. iteration 1386 found worse value: 363.238176729. iteration 1387 found worse value: 363.238176729. iteration 1388 found better value: 363.238732438 iteration 1389 found better value: 363.241361621 iteration 1390 found worse value: 363.241361621. iteration1390, perturbing to get out of local maxima iteration 1391 found better value: 363.243506937 iteration 1392 found better value: 363.24431869100005 iteration 1393 found worse value: 363.24431869100005. iteration 1394 found worse value: 363.24431869100005. iteration 1395 found worse value: 363.24431869100005. iteration 1396 found worse value: 363.24431869100005. iteration 1397 found better value: 363.24481084700005 iteration 1398 found worse value: 363.24481084700005. iteration 1399 found worse value: 363.24481084700005. iteration1399, perturbing to get out of local maxima iteration 1400 found worse value: 363.24481084700005. iteration1400, perturbing to get out of local maxima iteration 1401 found worse value: 363.24481084700005. iteration1401, perturbing to get out of local maxima iteration 1402 found worse value: 363.24481084700005. iteration 1403 found worse value: 363.24481084700005. iteration1403, perturbing to get out of local maxima iteration 1404 found worse value: 363.24481084700005. iteration1404, perturbing to get out of local maxima iteration 1405 found worse value: 363.24481084700005. iteration 1406 found worse value: 363.24481084700005. iteration 1407 found worse value: 363.24481084700005. iteration 1408 found worse value: 363.24481084700005. iteration 1409 found worse value: 363.24481084700005. iteration 1410 found worse value: 363.24481084700005. iteration 1411 found worse value: 363.24481084700005. iteration 1412 found better value: 363.247688242 iteration 1413 found worse value: 363.247688242. iteration1413, perturbing to get out of local maxima iteration 1414 found worse value: 363.247688242. iteration1414, perturbing to get out of local maxima iteration 1415 found worse value: 363.247688242. iteration 1416 found worse value: 363.247688242. iteration1416, perturbing to get out of local maxima iteration 1417 found worse value: 363.247688242. iteration 1418 found worse value: 363.247688242. iteration1418, perturbing to get out of local maxima iteration 1419 found worse value: 363.247688242. iteration 1420 found worse value: 363.247688242. iteration 1421 found worse value: 363.247688242. iteration 1422 found worse value: 363.247688242. iteration 1423 found worse value: 363.247688242. iteration 1424 found worse value: 363.247688242. iteration 1425 found worse value: 363.247688242. iteration 1426 found worse value: 363.247688242. iteration1426, perturbing to get out of local maxima iteration 1427 found worse value: 363.247688242. iteration 1428 found worse value: 363.247688242. iteration 1429 found worse value: 363.247688242. iteration 1430 found worse value: 363.247688242. iteration1430, perturbing to get out of local maxima iteration 1431 found worse value: 363.247688242. iteration 1432 found better value: 363.250145223 iteration 1433 found worse value: 363.250145223. iteration 1434 found worse value: 363.250145223. iteration 1435 found better value: 363.250703433 iteration 1436 found worse value: 363.250703433. iteration 1437 found worse value: 363.250703433. iteration 1438 found worse value: 363.250703433. iteration 1439 found better value: 363.253657426 iteration 1440 found worse value: 363.253657426. iteration 1441 found better value: 363.25508786700004 iteration 1442 found worse value: 363.25508786700004. iteration 1443 found better value: 363.25934947900004 iteration 1444 found worse value: 363.25934947900004. iteration 1445 found better value: 363.26243518300004 iteration 1446 found worse value: 363.26243518300004. iteration 1447 found worse value: 363.26243518300004. iteration 1448 found worse value: 363.26243518300004. iteration 1449 found worse value: 363.26243518300004. iteration1449, perturbing to get out of local maxima iteration 1450 found worse value: 363.26243518300004. iteration1450, perturbing to get out of local maxima iteration 1451 found worse value: 363.26243518300004. iteration 1452 found worse value: 363.26243518300004. iteration 1453 found worse value: 363.26243518300004. iteration 1454 found worse value: 363.26243518300004. iteration 1455 found worse value: 363.26243518300004. iteration 1456 found worse value: 363.26243518300004. iteration 1457 found worse value: 363.26243518300004. iteration 1458 found better value: 363.26313764500003 iteration 1459 found better value: 363.263620435 iteration 1460 found worse value: 363.263620435. iteration 1461 found worse value: 363.263620435. iteration1461, perturbing to get out of local maxima iteration 1462 found worse value: 363.263620435. iteration1462, perturbing to get out of local maxima iteration 1463 found worse value: 363.263620435. iteration1463, perturbing to get out of local maxima iteration 1464 found worse value: 363.263620435. iteration 1465 found worse value: 363.263620435. iteration1465, perturbing to get out of local maxima iteration 1466 found worse value: 363.263620435. iteration 1467 found worse value: 363.263620435. iteration 1468 found worse value: 363.263620435. iteration 1469 found worse value: 363.263620435. iteration 1470 found worse value: 363.263620435. iteration 1471 found worse value: 363.263620435. iteration 1472 found worse value: 363.263620435. iteration 1473 found worse value: 363.263620435. iteration 1474 found worse value: 363.263620435. iteration 1475 found worse value: 363.263620435. iteration 1476 found worse value: 363.263620435. iteration 1477 found worse value: 363.263620435. iteration1477, perturbing to get out of local maxima iteration 1478 found worse value: 363.263620435. iteration 1479 found worse value: 363.263620435. iteration 1480 found worse value: 363.263620435. iteration 1481 found better value: 363.26471999999995 iteration 1482 found worse value: 363.26471999999995. iteration 1483 found worse value: 363.26471999999995. iteration 1484 found worse value: 363.26471999999995. iteration1484, perturbing to get out of local maxima iteration 1485 found worse value: 363.26471999999995. iteration 1486 found worse value: 363.26471999999995. iteration1486, perturbing to get out of local maxima iteration 1487 found worse value: 363.26471999999995. iteration 1488 found worse value: 363.26471999999995. iteration 1489 found worse value: 363.26471999999995. iteration 1490 found worse value: 363.26471999999995. iteration 1491 found worse value: 363.26471999999995. iteration 1492 found worse value: 363.26471999999995. iteration 1493 found worse value: 363.26471999999995. iteration 1494 found worse value: 363.26471999999995. iteration 1495 found better value: 363.265759389 iteration 1496 found worse value: 363.265759389. iteration 1497 found worse value: 363.265759389. iteration 1498 found worse value: 363.265759389. iteration 1499 found worse value: 363.265759389. iteration 1500 found worse value: 363.265759389. iteration 1501 found worse value: 363.265759389. iteration1501, perturbing to get out of local maxima iteration 1502 found worse value: 363.265759389. iteration 1503 found worse value: 363.265759389. iteration 1504 found worse value: 363.265759389. iteration1504, perturbing to get out of local maxima iteration 1505 found worse value: 363.265759389. iteration 1506 found worse value: 363.265759389. iteration 1507 found worse value: 363.265759389. iteration1507, perturbing to get out of local maxima iteration 1508 found worse value: 363.265759389. iteration 1509 found better value: 363.268634256 iteration 1510 found better value: 363.27544355599997 iteration 1511 found worse value: 363.27544355599997. iteration 1512 found worse value: 363.27544355599997. iteration 1513 found better value: 363.27937344799994 iteration 1514 found worse value: 363.27937344799994. iteration 1515 found worse value: 363.27937344799994. iteration1515, perturbing to get out of local maxima iteration 1516 found worse value: 363.27937344799994. iteration1516, perturbing to get out of local maxima iteration 1517 found worse value: 363.27937344799994. iteration 1518 found worse value: 363.27937344799994. iteration 1519 found worse value: 363.27937344799994. iteration 1520 found worse value: 363.27937344799994. iteration 1521 found worse value: 363.27937344799994. iteration 1522 found better value: 363.28168361599995 iteration 1523 found worse value: 363.28168361599995. iteration 1524 found worse value: 363.28168361599995. iteration1524, perturbing to get out of local maxima iteration 1525 found worse value: 363.28168361599995. iteration 1526 found worse value: 363.28168361599995. iteration 1527 found worse value: 363.28168361599995. iteration1527, perturbing to get out of local maxima iteration 1528 found worse value: 363.28168361599995. iteration 1529 found worse value: 363.28168361599995. iteration 1530 found worse value: 363.28168361599995. iteration 1531 found better value: 363.282818973 iteration 1532 found worse value: 363.282818973. iteration 1533 found worse value: 363.282818973. iteration 1534 found better value: 363.283707891 iteration 1535 found worse value: 363.283707891. iteration 1536 found worse value: 363.283707891. iteration 1537 found worse value: 363.283707891. iteration 1538 found worse value: 363.283707891. iteration1538, perturbing to get out of local maxima iteration 1539 found worse value: 363.283707891. iteration 1540 found worse value: 363.283707891. iteration 1541 found worse value: 363.283707891. iteration 1542 found worse value: 363.283707891. iteration 1543 found worse value: 363.283707891. iteration 1544 found worse value: 363.283707891. iteration 1545 found worse value: 363.283707891. iteration 1546 found worse value: 363.283707891. iteration1546, perturbing to get out of local maxima iteration 1547 found worse value: 363.283707891. iteration 1548 found worse value: 363.283707891. iteration 1549 found worse value: 363.283707891. iteration1549, perturbing to get out of local maxima iteration 1550 found worse value: 363.283707891. iteration 1551 found worse value: 363.283707891. iteration 1552 found worse value: 363.283707891. iteration 1553 found worse value: 363.283707891. iteration 1554 found worse value: 363.283707891. iteration 1555 found better value: 363.28602302199994 iteration 1556 found worse value: 363.28602302199994. iteration 1557 found worse value: 363.28602302199994. iteration 1558 found worse value: 363.28602302199994. iteration 1559 found better value: 363.28685712 iteration 1560 found worse value: 363.28685712. iteration 1561 found worse value: 363.28685712. iteration 1562 found worse value: 363.28685712. iteration 1563 found worse value: 363.28685712. iteration1563, perturbing to get out of local maxima iteration 1564 found worse value: 363.28685712. iteration 1565 found worse value: 363.28685712. iteration 1566 found worse value: 363.28685712. iteration 1567 found worse value: 363.28685712. iteration 1568 found worse value: 363.28685712. iteration 1569 found worse value: 363.28685712. iteration 1570 found worse value: 363.28685712. iteration 1571 found worse value: 363.28685712. iteration 1572 found worse value: 363.28685712. iteration 1573 found worse value: 363.28685712. iteration 1574 found worse value: 363.28685712. iteration 1575 found better value: 363.28827260099996 iteration 1576 found better value: 363.28832215200003 iteration 1577 found better value: 363.289483117 iteration 1578 found worse value: 363.289483117. iteration 1579 found worse value: 363.289483117. iteration 1580 found better value: 363.290152139 iteration 1581 found worse value: 363.290152139. iteration1581, perturbing to get out of local maxima iteration 1582 found worse value: 363.290152139. iteration 1583 found worse value: 363.290152139. iteration1583, perturbing to get out of local maxima iteration 1584 found worse value: 363.290152139. iteration 1585 found worse value: 363.290152139. iteration 1586 found worse value: 363.290152139. iteration 1587 found worse value: 363.290152139. iteration 1588 found worse value: 363.290152139. iteration 1589 found worse value: 363.290152139. iteration1589, perturbing to get out of local maxima iteration 1590 found worse value: 363.290152139. iteration 1591 found worse value: 363.290152139. iteration 1592 found worse value: 363.290152139. iteration 1593 found worse value: 363.290152139. iteration 1594 found worse value: 363.290152139. iteration 1595 found worse value: 363.290152139. iteration 1596 found better value: 363.29073845400006 iteration 1597 found worse value: 363.29073845400006. iteration 1598 found worse value: 363.29073845400006. iteration 1599 found worse value: 363.29073845400006. iteration 1600 found worse value: 363.29073845400006. iteration 1601 found better value: 363.29324966300004 iteration 1602 found worse value: 363.29324966300004. iteration1602, perturbing to get out of local maxima iteration 1603 found worse value: 363.29324966300004. iteration1603, perturbing to get out of local maxima iteration 1604 found worse value: 363.29324966300004. iteration1604, perturbing to get out of local maxima iteration 1605 found worse value: 363.29324966300004. iteration 1606 found worse value: 363.29324966300004. iteration 1607 found better value: 363.293548244 iteration 1608 found worse value: 363.293548244. iteration 1609 found worse value: 363.293548244. iteration1609, perturbing to get out of local maxima iteration 1610 found worse value: 363.293548244. iteration 1611 found worse value: 363.293548244. iteration 1612 found worse value: 363.293548244. iteration 1613 found better value: 363.294084717 iteration 1614 found worse value: 363.294084717. iteration 1615 found worse value: 363.294084717. iteration1615, perturbing to get out of local maxima iteration 1616 found worse value: 363.294084717. iteration1616, perturbing to get out of local maxima iteration 1617 found worse value: 363.294084717. iteration 1618 found worse value: 363.294084717. iteration 1619 found worse value: 363.294084717. iteration 1620 found worse value: 363.294084717. iteration 1621 found worse value: 363.294084717. iteration 1622 found worse value: 363.294084717. iteration 1623 found worse value: 363.294084717. iteration 1624 found worse value: 363.294084717. iteration 1625 found worse value: 363.294084717. iteration 1626 found worse value: 363.294084717. iteration 1627 found worse value: 363.294084717. iteration 1628 found worse value: 363.294084717. iteration1628, perturbing to get out of local maxima iteration 1629 found worse value: 363.294084717. iteration1629, perturbing to get out of local maxima iteration 1630 found worse value: 363.294084717. iteration1630, perturbing to get out of local maxima iteration 1631 found worse value: 363.294084717. iteration 1632 found worse value: 363.294084717. iteration1632, perturbing to get out of local maxima iteration 1633 found worse value: 363.294084717. iteration 1634 found worse value: 363.294084717. iteration 1635 found worse value: 363.294084717. iteration 1636 found worse value: 363.294084717. iteration 1637 found worse value: 363.294084717. iteration 1638 found worse value: 363.294084717. iteration1638, perturbing to get out of local maxima iteration 1639 found worse value: 363.294084717. iteration 1640 found worse value: 363.294084717. iteration 1641 found worse value: 363.294084717. iteration 1642 found worse value: 363.294084717. iteration 1643 found worse value: 363.294084717. iteration 1644 found worse value: 363.294084717. iteration 1645 found worse value: 363.294084717. iteration 1646 found worse value: 363.294084717. iteration 1647 found worse value: 363.294084717. iteration 1648 found worse value: 363.294084717. iteration 1649 found worse value: 363.294084717. iteration 1650 found worse value: 363.294084717. iteration 1651 found worse value: 363.294084717. iteration1651, perturbing to get out of local maxima iteration 1652 found worse value: 363.294084717. iteration 1653 found worse value: 363.294084717. iteration1653, perturbing to get out of local maxima iteration 1654 found worse value: 363.294084717. iteration 1655 found worse value: 363.294084717. iteration 1656 found worse value: 363.294084717. iteration1656, perturbing to get out of local maxima iteration 1657 found worse value: 363.294084717. iteration1657, perturbing to get out of local maxima iteration 1658 found worse value: 363.294084717. iteration 1659 found worse value: 363.294084717. iteration 1660 found worse value: 363.294084717. iteration 1661 found worse value: 363.294084717. iteration 1662 found worse value: 363.294084717. iteration 1663 found worse value: 363.294084717. iteration1663, perturbing to get out of local maxima iteration 1664 found worse value: 363.294084717. iteration 1665 found worse value: 363.294084717. iteration 1666 found worse value: 363.294084717. iteration 1667 found worse value: 363.294084717. iteration 1668 found worse value: 363.294084717. iteration 1669 found worse value: 363.294084717. iteration 1670 found worse value: 363.294084717. iteration 1671 found worse value: 363.294084717. iteration 1672 found worse value: 363.294084717. iteration 1673 found worse value: 363.294084717. iteration 1674 found worse value: 363.294084717. iteration 1675 found worse value: 363.294084717. iteration1675, perturbing to get out of local maxima iteration 1676 found worse value: 363.294084717. iteration1676, perturbing to get out of local maxima iteration 1677 found worse value: 363.294084717. iteration 1678 found worse value: 363.294084717. iteration 1679 found worse value: 363.294084717. iteration1679, perturbing to get out of local maxima iteration 1680 found worse value: 363.294084717. iteration 1681 found worse value: 363.294084717. iteration 1682 found worse value: 363.294084717. iteration 1683 found worse value: 363.294084717. iteration 1684 found worse value: 363.294084717. iteration 1685 found worse value: 363.294084717. iteration 1686 found worse value: 363.294084717. iteration 1687 found worse value: 363.294084717. iteration 1688 found worse value: 363.294084717. iteration 1689 found worse value: 363.294084717. iteration 1690 found worse value: 363.294084717. iteration 1691 found worse value: 363.294084717. iteration 1692 found worse value: 363.294084717. iteration1692, perturbing to get out of local maxima iteration 1693 found worse value: 363.294084717. iteration1693, perturbing to get out of local maxima iteration 1694 found worse value: 363.294084717. iteration 1695 found worse value: 363.294084717. iteration 1696 found worse value: 363.294084717. iteration1696, perturbing to get out of local maxima iteration 1697 found worse value: 363.294084717. iteration 1698 found worse value: 363.294084717. iteration1698, perturbing to get out of local maxima iteration 1699 found worse value: 363.294084717. iteration 1700 found worse value: 363.294084717. iteration 1701 found worse value: 363.294084717. iteration 1702 found worse value: 363.294084717. iteration1702, perturbing to get out of local maxima iteration 1703 found worse value: 363.294084717. iteration 1704 found worse value: 363.294084717. iteration 1705 found worse value: 363.294084717. iteration 1706 found worse value: 363.294084717. iteration 1707 found worse value: 363.294084717. iteration 1708 found worse value: 363.294084717. iteration 1709 found worse value: 363.294084717. iteration1709, perturbing to get out of local maxima iteration 1710 found worse value: 363.294084717. iteration 1711 found worse value: 363.294084717. iteration1711, perturbing to get out of local maxima iteration 1712 found worse value: 363.294084717. iteration 1713 found worse value: 363.294084717. iteration 1714 found worse value: 363.294084717. iteration 1715 found worse value: 363.294084717. iteration 1716 found worse value: 363.294084717. iteration 1717 found worse value: 363.294084717. iteration 1718 found worse value: 363.294084717. iteration1718, perturbing to get out of local maxima iteration 1719 found worse value: 363.294084717. iteration1719, perturbing to get out of local maxima iteration 1720 found worse value: 363.294084717. iteration 1721 found worse value: 363.294084717. iteration 1722 found worse value: 363.294084717. iteration1722, perturbing to get out of local maxima iteration 1723 found worse value: 363.294084717. iteration 1724 found worse value: 363.294084717. iteration 1725 found worse value: 363.294084717. iteration1725, perturbing to get out of local maxima iteration 1726 found worse value: 363.294084717. iteration 1727 found worse value: 363.294084717. iteration1727, perturbing to get out of local maxima iteration 1728 found worse value: 363.294084717. iteration 1729 found worse value: 363.294084717. iteration 1730 found worse value: 363.294084717. iteration1730, perturbing to get out of local maxima iteration 1731 found worse value: 363.294084717. iteration1731, perturbing to get out of local maxima iteration 1732 found worse value: 363.294084717. iteration 1733 found worse value: 363.294084717. iteration1733, perturbing to get out of local maxima iteration 1734 found worse value: 363.294084717. iteration 1735 found worse value: 363.294084717. iteration 1736 found worse value: 363.294084717. iteration 1737 found worse value: 363.294084717. iteration1737, perturbing to get out of local maxima iteration 1738 found worse value: 363.294084717. iteration 1739 found worse value: 363.294084717. iteration 1740 found worse value: 363.294084717. iteration 1741 found worse value: 363.294084717. iteration 1742 found worse value: 363.294084717. iteration 1743 found worse value: 363.294084717. iteration1743, perturbing to get out of local maxima iteration 1744 found worse value: 363.294084717. iteration 1745 found worse value: 363.294084717. iteration 1746 found worse value: 363.294084717. iteration 1747 found worse value: 363.294084717. iteration 1748 found worse value: 363.294084717. iteration 1749 found worse value: 363.294084717. iteration 1750 found worse value: 363.294084717. iteration 1751 found worse value: 363.294084717. iteration 1752 found worse value: 363.294084717. iteration 1753 found worse value: 363.294084717. iteration 1754 found worse value: 363.294084717. iteration 1755 found worse value: 363.294084717. iteration 1756 found worse value: 363.294084717. iteration 1757 found worse value: 363.294084717. iteration 1758 found worse value: 363.294084717. iteration 1759 found worse value: 363.294084717. iteration 1760 found worse value: 363.294084717. iteration1760, perturbing to get out of local maxima iteration 1761 found worse value: 363.294084717. iteration 1762 found worse value: 363.294084717. iteration1762, perturbing to get out of local maxima iteration 1763 found worse value: 363.294084717. iteration 1764 found worse value: 363.294084717. iteration 1765 found worse value: 363.294084717. iteration 1766 found worse value: 363.294084717. iteration 1767 found worse value: 363.294084717. iteration 1768 found worse value: 363.294084717. iteration 1769 found worse value: 363.294084717. iteration 1770 found worse value: 363.294084717. iteration 1771 found worse value: 363.294084717. iteration 1772 found worse value: 363.294084717. iteration 1773 found worse value: 363.294084717. iteration 1774 found worse value: 363.294084717. iteration 1775 found worse value: 363.294084717. iteration 1776 found worse value: 363.294084717. iteration 1777 found worse value: 363.294084717. iteration 1778 found worse value: 363.294084717. iteration 1779 found worse value: 363.294084717. iteration1779, perturbing to get out of local maxima iteration 1780 found worse value: 363.294084717. iteration 1781 found worse value: 363.294084717. iteration1781, perturbing to get out of local maxima iteration 1782 found worse value: 363.294084717. iteration1782, perturbing to get out of local maxima iteration 1783 found worse value: 363.294084717. iteration 1784 found worse value: 363.294084717. iteration 1785 found worse value: 363.294084717. iteration1785, perturbing to get out of local maxima iteration 1786 found worse value: 363.294084717. iteration 1787 found worse value: 363.294084717. iteration 1788 found worse value: 363.294084717. iteration 1789 found worse value: 363.294084717. iteration 1790 found worse value: 363.294084717. iteration 1791 found worse value: 363.294084717. iteration 1792 found worse value: 363.294084717. iteration 1793 found worse value: 363.294084717. iteration1793, perturbing to get out of local maxima iteration 1794 found worse value: 363.294084717. iteration1794, perturbing to get out of local maxima iteration 1795 found worse value: 363.294084717. iteration 1796 found worse value: 363.294084717. iteration 1797 found worse value: 363.294084717. iteration 1798 found worse value: 363.294084717. iteration 1799 found worse value: 363.294084717. iteration 1800 found worse value: 363.294084717. iteration 1801 found worse value: 363.294084717. iteration 1802 found worse value: 363.294084717. iteration 1803 found worse value: 363.294084717. iteration 1804 found worse value: 363.294084717. iteration 1805 found worse value: 363.294084717. iteration 1806 found worse value: 363.294084717. iteration 1807 found worse value: 363.294084717. iteration1807, perturbing to get out of local maxima iteration 1808 found worse value: 363.294084717. iteration 1809 found worse value: 363.294084717. iteration 1810 found worse value: 363.294084717. iteration 1811 found worse value: 363.294084717. iteration 1812 found worse value: 363.294084717. iteration 1813 found worse value: 363.294084717. iteration 1814 found worse value: 363.294084717. iteration 1815 found worse value: 363.294084717. iteration1815, perturbing to get out of local maxima iteration 1816 found worse value: 363.294084717. iteration 1817 found worse value: 363.294084717. iteration 1818 found worse value: 363.294084717. iteration 1819 found worse value: 363.294084717. iteration 1820 found worse value: 363.294084717. iteration 1821 found worse value: 363.294084717. iteration 1822 found worse value: 363.294084717. iteration 1823 found worse value: 363.294084717. iteration 1824 found worse value: 363.294084717. iteration 1825 found worse value: 363.294084717. iteration 1826 found worse value: 363.294084717. iteration 1827 found worse value: 363.294084717. iteration1827, perturbing to get out of local maxima iteration 1828 found worse value: 363.294084717. iteration 1829 found worse value: 363.294084717. iteration 1830 found worse value: 363.294084717. iteration 1831 found worse value: 363.294084717. iteration 1832 found worse value: 363.294084717. iteration 1833 found worse value: 363.294084717. iteration1833, perturbing to get out of local maxima iteration 1834 found worse value: 363.294084717. iteration1834, perturbing to get out of local maxima iteration 1835 found worse value: 363.294084717. iteration 1836 found worse value: 363.294084717. iteration 1837 found worse value: 363.294084717. iteration 1838 found worse value: 363.294084717. iteration 1839 found worse value: 363.294084717. iteration 1840 found worse value: 363.294084717. iteration 1841 found worse value: 363.294084717. iteration 1842 found worse value: 363.294084717. iteration 1843 found worse value: 363.294084717. iteration 1844 found worse value: 363.294084717. iteration 1845 found worse value: 363.294084717. iteration 1846 found worse value: 363.294084717. iteration 1847 found better value: 363.295467724 iteration 1848 found worse value: 363.295467724. iteration1848, perturbing to get out of local maxima iteration 1849 found worse value: 363.295467724. iteration 1850 found worse value: 363.295467724. iteration1850, perturbing to get out of local maxima iteration 1851 found worse value: 363.295467724. iteration 1852 found worse value: 363.295467724. iteration 1853 found worse value: 363.295467724. iteration1853, perturbing to get out of local maxima iteration 1854 found worse value: 363.295467724. iteration1854, perturbing to get out of local maxima iteration 1855 found worse value: 363.295467724. iteration 1856 found worse value: 363.295467724. iteration 1857 found worse value: 363.295467724. iteration 1858 found worse value: 363.295467724. iteration 1859 found worse value: 363.295467724. iteration 1860 found worse value: 363.295467724. iteration 1861 found worse value: 363.295467724. iteration 1862 found worse value: 363.295467724. iteration 1863 found worse value: 363.295467724. iteration 1864 found worse value: 363.295467724. iteration 1865 found worse value: 363.295467724. iteration 1866 found worse value: 363.295467724. iteration 1867 found worse value: 363.295467724. iteration1867, perturbing to get out of local maxima iteration 1868 found worse value: 363.295467724. iteration 1869 found worse value: 363.295467724. iteration 1870 found worse value: 363.295467724. iteration 1871 found worse value: 363.295467724. iteration 1872 found worse value: 363.295467724. iteration 1873 found worse value: 363.295467724. iteration 1874 found worse value: 363.295467724. iteration 1875 found worse value: 363.295467724. iteration 1876 found worse value: 363.295467724. iteration 1877 found worse value: 363.295467724. iteration 1878 found worse value: 363.295467724. iteration 1879 found worse value: 363.295467724. iteration 1880 found worse value: 363.295467724. iteration 1881 found worse value: 363.295467724. iteration 1882 found worse value: 363.295467724. iteration 1883 found worse value: 363.295467724. iteration 1884 found worse value: 363.295467724. iteration 1885 found worse value: 363.295467724. iteration 1886 found worse value: 363.295467724. iteration 1887 found worse value: 363.295467724. iteration1887, perturbing to get out of local maxima iteration 1888 found worse value: 363.295467724. iteration1888, perturbing to get out of local maxima iteration 1889 found worse value: 363.295467724. iteration 1890 found worse value: 363.295467724. iteration 1891 found worse value: 363.295467724. iteration 1892 found worse value: 363.295467724. iteration 1893 found worse value: 363.295467724. iteration1893, perturbing to get out of local maxima iteration 1894 found worse value: 363.295467724. iteration 1895 found worse value: 363.295467724. iteration 1896 found worse value: 363.295467724. iteration 1897 found worse value: 363.295467724. iteration 1898 found worse value: 363.295467724. iteration1898, perturbing to get out of local maxima iteration 1899 found worse value: 363.295467724. iteration 1900 found worse value: 363.295467724. iteration 1901 found better value: 363.29777692399995 iteration 1902 found worse value: 363.29777692399995. iteration 1903 found worse value: 363.29777692399995. iteration 1904 found worse value: 363.29777692399995. iteration 1905 found worse value: 363.29777692399995. iteration 1906 found worse value: 363.29777692399995. iteration 1907 found worse value: 363.29777692399995. iteration 1908 found worse value: 363.29777692399995. iteration 1909 found worse value: 363.29777692399995. iteration1909, perturbing to get out of local maxima iteration 1910 found worse value: 363.29777692399995. iteration 1911 found worse value: 363.29777692399995. iteration 1912 found worse value: 363.29777692399995. iteration 1913 found worse value: 363.29777692399995. iteration 1914 found worse value: 363.29777692399995. iteration 1915 found worse value: 363.29777692399995. iteration 1916 found worse value: 363.29777692399995. iteration1916, perturbing to get out of local maxima iteration 1917 found better value: 363.298011006 iteration 1918 found worse value: 363.298011006. iteration1918, perturbing to get out of local maxima iteration 1919 found worse value: 363.298011006. iteration 1920 found worse value: 363.298011006. iteration 1921 found worse value: 363.298011006. iteration1921, perturbing to get out of local maxima iteration 1922 found worse value: 363.298011006. iteration1922, perturbing to get out of local maxima iteration 1923 found worse value: 363.298011006. iteration 1924 found worse value: 363.298011006. iteration 1925 found worse value: 363.298011006. iteration 1926 found worse value: 363.298011006. iteration 1927 found worse value: 363.298011006. iteration 1928 found worse value: 363.298011006. iteration 1929 found worse value: 363.298011006. iteration 1930 found worse value: 363.298011006. iteration1930, perturbing to get out of local maxima iteration 1931 found worse value: 363.298011006. iteration 1932 found worse value: 363.298011006. iteration 1933 found worse value: 363.298011006. iteration 1934 found worse value: 363.298011006. iteration1934, perturbing to get out of local maxima iteration 1935 found worse value: 363.298011006. iteration 1936 found worse value: 363.298011006. iteration 1937 found worse value: 363.298011006. iteration 1938 found worse value: 363.298011006. iteration 1939 found worse value: 363.298011006. iteration 1940 found worse value: 363.298011006. iteration 1941 found worse value: 363.298011006. iteration1941, perturbing to get out of local maxima iteration 1942 found worse value: 363.298011006. iteration 1943 found worse value: 363.298011006. iteration1943, perturbing to get out of local maxima iteration 1944 found worse value: 363.298011006. iteration 1945 found worse value: 363.298011006. iteration 1946 found worse value: 363.298011006. iteration 1947 found worse value: 363.298011006. iteration 1948 found worse value: 363.298011006. iteration 1949 found worse value: 363.298011006. iteration 1950 found worse value: 363.298011006. iteration 1951 found better value: 363.302874352 iteration 1952 found worse value: 363.302874352. iteration 1953 found worse value: 363.302874352. iteration 1954 found worse value: 363.302874352. iteration 1955 found worse value: 363.302874352. iteration 1956 found worse value: 363.302874352. iteration 1957 found worse value: 363.302874352. iteration 1958 found better value: 363.30306346299994 iteration 1959 found worse value: 363.30306346299994. iteration 1960 found worse value: 363.30306346299994. iteration1960, perturbing to get out of local maxima iteration 1961 found worse value: 363.30306346299994. iteration 1962 found worse value: 363.30306346299994. iteration 1963 found worse value: 363.30306346299994. iteration 1964 found worse value: 363.30306346299994. iteration 1965 found worse value: 363.30306346299994. iteration 1966 found better value: 363.305280637 iteration 1967 found worse value: 363.305280637. iteration 1968 found worse value: 363.305280637. iteration 1969 found worse value: 363.305280637. iteration1969, perturbing to get out of local maxima iteration 1970 found worse value: 363.305280637. iteration1970, perturbing to get out of local maxima iteration 1971 found worse value: 363.305280637. iteration 1972 found worse value: 363.305280637. iteration 1973 found better value: 363.30621892600004 iteration 1974 found worse value: 363.30621892600004. iteration1974, perturbing to get out of local maxima iteration 1975 found worse value: 363.30621892600004. iteration1975, perturbing to get out of local maxima iteration 1976 found worse value: 363.30621892600004. iteration 1977 found worse value: 363.30621892600004. iteration 1978 found worse value: 363.30621892600004. iteration 1979 found better value: 363.321336385 iteration 1980 found worse value: 363.321336385. iteration1980, perturbing to get out of local maxima iteration 1981 found worse value: 363.321336385. iteration 1982 found worse value: 363.321336385. iteration 1983 found better value: 363.32152252 iteration 1984 found worse value: 363.32152252. iteration1984, perturbing to get out of local maxima iteration 1985 found worse value: 363.32152252. iteration 1986 found worse value: 363.32152252. iteration 1987 found worse value: 363.32152252. iteration 1988 found worse value: 363.32152252. iteration 1989 found worse value: 363.32152252. iteration 1990 found worse value: 363.32152252. iteration 1991 found better value: 363.322223898 iteration 1992 found worse value: 363.322223898. iteration 1993 found worse value: 363.322223898. iteration 1994 found worse value: 363.322223898. iteration 1995 found worse value: 363.322223898. iteration 1996 found worse value: 363.322223898. iteration 1997 found better value: 363.325383717 iteration 1998 found worse value: 363.325383717. iteration 1999 found worse value: 363.325383717. iteration 2000 found worse value: 363.325383717. iteration 2001 found better value: 363.327801754 iteration 2002 found worse value: 363.327801754. iteration 2003 found worse value: 363.327801754. iteration 2004 found better value: 363.329753247 iteration 2005 found worse value: 363.329753247. iteration 2006 found worse value: 363.329753247. iteration 2007 found worse value: 363.329753247. iteration 2008 found worse value: 363.329753247. iteration 2009 found worse value: 363.329753247. iteration 2010 found worse value: 363.329753247. iteration 2011 found worse value: 363.329753247. iteration 2012 found worse value: 363.329753247. iteration 2013 found worse value: 363.329753247. iteration 2014 found worse value: 363.329753247. iteration 2015 found worse value: 363.329753247. iteration 2016 found worse value: 363.329753247. iteration 2017 found worse value: 363.329753247. iteration 2018 found worse value: 363.329753247. iteration 2019 found better value: 363.330073127 iteration 2020 found worse value: 363.330073127. iteration 2021 found better value: 363.33311806999995 iteration 2022 found worse value: 363.33311806999995. iteration 2023 found worse value: 363.33311806999995. iteration 2024 found worse value: 363.33311806999995. iteration 2025 found worse value: 363.33311806999995. iteration 2026 found worse value: 363.33311806999995. iteration2026, perturbing to get out of local maxima iteration 2027 found worse value: 363.33311806999995. iteration 2028 found better value: 363.33367151799996 iteration 2029 found worse value: 363.33367151799996. iteration 2030 found worse value: 363.33367151799996. iteration 2031 found worse value: 363.33367151799996. iteration2031, perturbing to get out of local maxima iteration 2032 found worse value: 363.33367151799996. iteration 2033 found worse value: 363.33367151799996. iteration 2034 found worse value: 363.33367151799996. iteration 2035 found worse value: 363.33367151799996. iteration 2036 found worse value: 363.33367151799996. iteration 2037 found worse value: 363.33367151799996. iteration 2038 found worse value: 363.33367151799996. iteration2038, perturbing to get out of local maxima iteration 2039 found worse value: 363.33367151799996. iteration 2040 found worse value: 363.33367151799996. iteration 2041 found worse value: 363.33367151799996. iteration 2042 found worse value: 363.33367151799996. iteration 2043 found worse value: 363.33367151799996. iteration 2044 found better value: 363.33417045399995 iteration 2045 found worse value: 363.33417045399995. iteration 2046 found worse value: 363.33417045399995. iteration 2047 found worse value: 363.33417045399995. iteration 2048 found worse value: 363.33417045399995. iteration2048, perturbing to get out of local maxima iteration 2049 found worse value: 363.33417045399995. iteration 2050 found worse value: 363.33417045399995. iteration 2051 found worse value: 363.33417045399995. iteration2051, perturbing to get out of local maxima iteration 2052 found worse value: 363.33417045399995. iteration 2053 found worse value: 363.33417045399995. iteration 2054 found worse value: 363.33417045399995. iteration 2055 found worse value: 363.33417045399995. iteration 2056 found worse value: 363.33417045399995. iteration 2057 found worse value: 363.33417045399995. iteration 2058 found worse value: 363.33417045399995. iteration 2059 found worse value: 363.33417045399995. iteration 2060 found worse value: 363.33417045399995. iteration 2061 found worse value: 363.33417045399995. iteration 2062 found worse value: 363.33417045399995. iteration 2063 found worse value: 363.33417045399995. iteration 2064 found worse value: 363.33417045399995. iteration 2065 found worse value: 363.33417045399995. iteration2065, perturbing to get out of local maxima iteration 2066 found worse value: 363.33417045399995. iteration 2067 found worse value: 363.33417045399995. iteration 2068 found worse value: 363.33417045399995. iteration2068, perturbing to get out of local maxima iteration 2069 found better value: 363.356702446 iteration 2070 found worse value: 363.356702446. iteration 2071 found worse value: 363.356702446. iteration 2072 found worse value: 363.356702446. iteration 2073 found worse value: 363.356702446. iteration 2074 found worse value: 363.356702446. iteration 2075 found worse value: 363.356702446. iteration 2076 found worse value: 363.356702446. iteration 2077 found worse value: 363.356702446. iteration 2078 found better value: 363.357363725 iteration 2079 found worse value: 363.357363725. iteration 2080 found worse value: 363.357363725. iteration 2081 found worse value: 363.357363725. iteration 2082 found worse value: 363.357363725. iteration 2083 found worse value: 363.357363725. iteration2083, perturbing to get out of local maxima iteration 2084 found worse value: 363.357363725. iteration 2085 found better value: 363.35771308200003 iteration 2086 found worse value: 363.35771308200003. iteration 2087 found worse value: 363.35771308200003. iteration 2088 found worse value: 363.35771308200003. iteration 2089 found worse value: 363.35771308200003. iteration 2090 found worse value: 363.35771308200003. iteration2090, perturbing to get out of local maxima iteration 2091 found worse value: 363.35771308200003. iteration 2092 found worse value: 363.35771308200003. iteration 2093 found worse value: 363.35771308200003. iteration 2094 found worse value: 363.35771308200003. iteration 2095 found worse value: 363.35771308200003. iteration 2096 found worse value: 363.35771308200003. iteration 2097 found worse value: 363.35771308200003. iteration 2098 found worse value: 363.35771308200003. iteration 2099 found worse value: 363.35771308200003. iteration 2100 found worse value: 363.35771308200003. iteration 2101 found worse value: 363.35771308200003. iteration 2102 found better value: 363.36158376000003 iteration 2103 found worse value: 363.36158376000003. iteration 2104 found worse value: 363.36158376000003. iteration 2105 found worse value: 363.36158376000003. iteration 2106 found worse value: 363.36158376000003. iteration2106, perturbing to get out of local maxima iteration 2107 found worse value: 363.36158376000003. iteration2107, perturbing to get out of local maxima iteration 2108 found worse value: 363.36158376000003. iteration 2109 found worse value: 363.36158376000003. iteration2109, perturbing to get out of local maxima iteration 2110 found worse value: 363.36158376000003. iteration 2111 found worse value: 363.36158376000003. iteration 2112 found worse value: 363.36158376000003. iteration 2113 found worse value: 363.36158376000003. iteration 2114 found worse value: 363.36158376000003. iteration2114, perturbing to get out of local maxima iteration 2115 found worse value: 363.36158376000003. iteration2115, perturbing to get out of local maxima iteration 2116 found worse value: 363.36158376000003. iteration 2117 found worse value: 363.36158376000003. iteration 2118 found worse value: 363.36158376000003. iteration 2119 found worse value: 363.36158376000003. iteration 2120 found worse value: 363.36158376000003. iteration 2121 found worse value: 363.36158376000003. iteration 2122 found worse value: 363.36158376000003. iteration 2123 found worse value: 363.36158376000003. iteration 2124 found worse value: 363.36158376000003. iteration2124, perturbing to get out of local maxima iteration 2125 found worse value: 363.36158376000003. iteration2125, perturbing to get out of local maxima iteration 2126 found worse value: 363.36158376000003. iteration 2127 found worse value: 363.36158376000003. iteration 2128 found worse value: 363.36158376000003. iteration 2129 found worse value: 363.36158376000003. iteration 2130 found worse value: 363.36158376000003. iteration 2131 found worse value: 363.36158376000003. iteration 2132 found worse value: 363.36158376000003. iteration 2133 found worse value: 363.36158376000003. iteration 2134 found worse value: 363.36158376000003. iteration 2135 found worse value: 363.36158376000003. iteration 2136 found worse value: 363.36158376000003. iteration 2137 found worse value: 363.36158376000003. iteration2137, perturbing to get out of local maxima iteration 2138 found worse value: 363.36158376000003. iteration2138, perturbing to get out of local maxima iteration 2139 found worse value: 363.36158376000003. iteration 2140 found worse value: 363.36158376000003. iteration 2141 found worse value: 363.36158376000003. iteration 2142 found worse value: 363.36158376000003. iteration 2143 found worse value: 363.36158376000003. iteration2143, perturbing to get out of local maxima iteration 2144 found worse value: 363.36158376000003. iteration 2145 found worse value: 363.36158376000003. iteration2145, perturbing to get out of local maxima iteration 2146 found worse value: 363.36158376000003. iteration 2147 found worse value: 363.36158376000003. iteration 2148 found worse value: 363.36158376000003. iteration 2149 found worse value: 363.36158376000003. iteration 2150 found worse value: 363.36158376000003. iteration 2151 found worse value: 363.36158376000003. iteration 2152 found worse value: 363.36158376000003. iteration 2153 found worse value: 363.36158376000003. iteration 2154 found worse value: 363.36158376000003. iteration 2155 found worse value: 363.36158376000003. iteration2155, perturbing to get out of local maxima iteration 2156 found worse value: 363.36158376000003. iteration2156, perturbing to get out of local maxima iteration 2157 found worse value: 363.36158376000003. iteration 2158 found worse value: 363.36158376000003. iteration 2159 found worse value: 363.36158376000003. iteration 2160 found worse value: 363.36158376000003. iteration 2161 found worse value: 363.36158376000003. iteration 2162 found worse value: 363.36158376000003. iteration 2163 found worse value: 363.36158376000003. iteration 2164 found worse value: 363.36158376000003. iteration 2165 found worse value: 363.36158376000003. iteration 2166 found worse value: 363.36158376000003. iteration 2167 found worse value: 363.36158376000003. iteration 2168 found worse value: 363.36158376000003. iteration 2169 found worse value: 363.36158376000003. iteration 2170 found worse value: 363.36158376000003. iteration2170, perturbing to get out of local maxima iteration 2171 found worse value: 363.36158376000003. iteration 2172 found worse value: 363.36158376000003. iteration2172, perturbing to get out of local maxima iteration 2173 found worse value: 363.36158376000003. iteration 2174 found worse value: 363.36158376000003. iteration 2175 found worse value: 363.36158376000003. iteration 2176 found worse value: 363.36158376000003. iteration 2177 found worse value: 363.36158376000003. iteration 2178 found worse value: 363.36158376000003. iteration 2179 found worse value: 363.36158376000003. iteration 2180 found worse value: 363.36158376000003. iteration 2181 found worse value: 363.36158376000003. iteration 2182 found worse value: 363.36158376000003. iteration2182, perturbing to get out of local maxima iteration 2183 found worse value: 363.36158376000003. iteration 2184 found worse value: 363.36158376000003. iteration 2185 found worse value: 363.36158376000003. iteration 2186 found worse value: 363.36158376000003. iteration 2187 found worse value: 363.36158376000003. iteration 2188 found worse value: 363.36158376000003. iteration 2189 found worse value: 363.36158376000003. iteration 2190 found worse value: 363.36158376000003. iteration 2191 found worse value: 363.36158376000003. iteration 2192 found worse value: 363.36158376000003. iteration 2193 found worse value: 363.36158376000003. iteration 2194 found worse value: 363.36158376000003. iteration 2195 found worse value: 363.36158376000003. iteration 2196 found worse value: 363.36158376000003. iteration 2197 found worse value: 363.36158376000003. iteration 2198 found worse value: 363.36158376000003. iteration2198, perturbing to get out of local maxima iteration 2199 found worse value: 363.36158376000003. iteration 2200 found worse value: 363.36158376000003. iteration2200, perturbing to get out of local maxima iteration 2201 found worse value: 363.36158376000003. iteration 2202 found worse value: 363.36158376000003. iteration 2203 found worse value: 363.36158376000003. iteration 2204 found worse value: 363.36158376000003. iteration 2205 found worse value: 363.36158376000003. iteration 2206 found worse value: 363.36158376000003. iteration 2207 found worse value: 363.36158376000003. iteration 2208 found worse value: 363.36158376000003. iteration 2209 found worse value: 363.36158376000003. iteration 2210 found worse value: 363.36158376000003. iteration 2211 found worse value: 363.36158376000003. iteration 2212 found worse value: 363.36158376000003. iteration 2213 found worse value: 363.36158376000003. iteration 2214 found worse value: 363.36158376000003. iteration 2215 found worse value: 363.36158376000003. iteration 2216 found worse value: 363.36158376000003. iteration 2217 found worse value: 363.36158376000003. iteration 2218 found worse value: 363.36158376000003. iteration 2219 found worse value: 363.36158376000003. iteration2219, perturbing to get out of local maxima iteration 2220 found worse value: 363.36158376000003. iteration 2221 found worse value: 363.36158376000003. iteration 2222 found worse value: 363.36158376000003. iteration2222, perturbing to get out of local maxima iteration 2223 found worse value: 363.36158376000003. iteration 2224 found worse value: 363.36158376000003. iteration 2225 found worse value: 363.36158376000003. iteration2225, perturbing to get out of local maxima iteration 2226 found worse value: 363.36158376000003. iteration 2227 found worse value: 363.36158376000003. iteration 2228 found worse value: 363.36158376000003. iteration 2229 found worse value: 363.36158376000003. iteration 2230 found worse value: 363.36158376000003. iteration 2231 found worse value: 363.36158376000003. iteration 2232 found worse value: 363.36158376000003. iteration 2233 found worse value: 363.36158376000003. iteration 2234 found worse value: 363.36158376000003. iteration 2235 found worse value: 363.36158376000003. iteration 2236 found worse value: 363.36158376000003. iteration 2237 found worse value: 363.36158376000003. iteration 2238 found worse value: 363.36158376000003. iteration 2239 found worse value: 363.36158376000003. iteration 2240 found worse value: 363.36158376000003. iteration 2241 found worse value: 363.36158376000003. iteration 2242 found worse value: 363.36158376000003. iteration 2243 found worse value: 363.36158376000003. iteration 2244 found worse value: 363.36158376000003. iteration 2245 found worse value: 363.36158376000003. iteration 2246 found worse value: 363.36158376000003. iteration 2247 found worse value: 363.36158376000003. iteration2247, perturbing to get out of local maxima iteration 2248 found worse value: 363.36158376000003. iteration 2249 found worse value: 363.36158376000003. iteration 2250 found worse value: 363.36158376000003. iteration2250, perturbing to get out of local maxima iteration 2251 found worse value: 363.36158376000003. iteration 2252 found worse value: 363.36158376000003. iteration 2253 found worse value: 363.36158376000003. iteration 2254 found worse value: 363.36158376000003. iteration2254, perturbing to get out of local maxima iteration 2255 found worse value: 363.36158376000003. iteration 2256 found worse value: 363.36158376000003. iteration 2257 found worse value: 363.36158376000003. iteration2257, perturbing to get out of local maxima iteration 2258 found worse value: 363.36158376000003. iteration 2259 found worse value: 363.36158376000003. iteration 2260 found worse value: 363.36158376000003. iteration 2261 found worse value: 363.36158376000003. iteration 2262 found worse value: 363.36158376000003. iteration 2263 found worse value: 363.36158376000003. iteration 2264 found worse value: 363.36158376000003. iteration 2265 found worse value: 363.36158376000003. iteration 2266 found worse value: 363.36158376000003. iteration 2267 found worse value: 363.36158376000003. iteration 2268 found worse value: 363.36158376000003. iteration 2269 found worse value: 363.36158376000003. iteration 2270 found worse value: 363.36158376000003. iteration 2271 found worse value: 363.36158376000003. iteration 2272 found worse value: 363.36158376000003. iteration 2273 found worse value: 363.36158376000003. iteration 2274 found worse value: 363.36158376000003. iteration 2275 found worse value: 363.36158376000003. iteration2275, perturbing to get out of local maxima iteration 2276 found worse value: 363.36158376000003. iteration2276, perturbing to get out of local maxima iteration 2277 found worse value: 363.36158376000003. iteration 2278 found worse value: 363.36158376000003. iteration 2279 found worse value: 363.36158376000003. iteration2279, perturbing to get out of local maxima iteration 2280 found worse value: 363.36158376000003. iteration 2281 found worse value: 363.36158376000003. iteration 2282 found worse value: 363.36158376000003. iteration 2283 found worse value: 363.36158376000003. iteration 2284 found worse value: 363.36158376000003. iteration 2285 found worse value: 363.36158376000003. iteration 2286 found worse value: 363.36158376000003. iteration2286, perturbing to get out of local maxima iteration 2287 found worse value: 363.36158376000003. iteration 2288 found worse value: 363.36158376000003. iteration 2289 found worse value: 363.36158376000003. iteration 2290 found worse value: 363.36158376000003. iteration 2291 found worse value: 363.36158376000003. iteration 2292 found worse value: 363.36158376000003. iteration2292, perturbing to get out of local maxima iteration 2293 found worse value: 363.36158376000003. iteration 2294 found worse value: 363.36158376000003. iteration 2295 found worse value: 363.36158376000003. iteration 2296 found worse value: 363.36158376000003. iteration 2297 found worse value: 363.36158376000003. iteration2297, perturbing to get out of local maxima iteration 2298 found worse value: 363.36158376000003. iteration 2299 found worse value: 363.36158376000003. iteration 2300 found worse value: 363.36158376000003. iteration 2301 found worse value: 363.36158376000003. iteration 2302 found worse value: 363.36158376000003. iteration 2303 found worse value: 363.36158376000003. iteration 2304 found worse value: 363.36158376000003. iteration 2305 found worse value: 363.36158376000003. iteration 2306 found worse value: 363.36158376000003. iteration 2307 found worse value: 363.36158376000003. iteration 2308 found worse value: 363.36158376000003. iteration2308, perturbing to get out of local maxima iteration 2309 found worse value: 363.36158376000003. iteration 2310 found worse value: 363.36158376000003. iteration 2311 found worse value: 363.36158376000003. iteration 2312 found worse value: 363.36158376000003. iteration 2313 found worse value: 363.36158376000003. iteration 2314 found worse value: 363.36158376000003. iteration 2315 found worse value: 363.36158376000003. iteration 2316 found worse value: 363.36158376000003. iteration 2317 found worse value: 363.36158376000003. iteration 2318 found worse value: 363.36158376000003. iteration 2319 found worse value: 363.36158376000003. iteration 2320 found worse value: 363.36158376000003. iteration 2321 found worse value: 363.36158376000003. iteration 2322 found worse value: 363.36158376000003. iteration 2323 found worse value: 363.36158376000003. iteration 2324 found worse value: 363.36158376000003. iteration 2325 found worse value: 363.36158376000003. iteration 2326 found worse value: 363.36158376000003. iteration 2327 found worse value: 363.36158376000003. iteration 2328 found worse value: 363.36158376000003. iteration2328, perturbing to get out of local maxima iteration 2329 found worse value: 363.36158376000003. iteration 2330 found worse value: 363.36158376000003. iteration2330, perturbing to get out of local maxima iteration 2331 found worse value: 363.36158376000003. iteration 2332 found worse value: 363.36158376000003. iteration 2333 found worse value: 363.36158376000003. iteration 2334 found worse value: 363.36158376000003. iteration 2335 found worse value: 363.36158376000003. iteration 2336 found worse value: 363.36158376000003. iteration 2337 found worse value: 363.36158376000003. iteration 2338 found worse value: 363.36158376000003. iteration 2339 found worse value: 363.36158376000003. iteration2339, perturbing to get out of local maxima iteration 2340 found worse value: 363.36158376000003. iteration 2341 found worse value: 363.36158376000003. iteration 2342 found worse value: 363.36158376000003. iteration 2343 found worse value: 363.36158376000003. iteration 2344 found worse value: 363.36158376000003. iteration 2345 found worse value: 363.36158376000003. iteration 2346 found worse value: 363.36158376000003. iteration 2347 found worse value: 363.36158376000003. iteration 2348 found worse value: 363.36158376000003. iteration2348, perturbing to get out of local maxima iteration 2349 found worse value: 363.36158376000003. iteration 2350 found worse value: 363.36158376000003. iteration 2351 found worse value: 363.36158376000003. iteration 2352 found worse value: 363.36158376000003. iteration 2353 found worse value: 363.36158376000003. iteration 2354 found worse value: 363.36158376000003. iteration 2355 found worse value: 363.36158376000003. iteration 2356 found worse value: 363.36158376000003. iteration 2357 found worse value: 363.36158376000003. iteration 2358 found worse value: 363.36158376000003. iteration 2359 found worse value: 363.36158376000003. iteration 2360 found worse value: 363.36158376000003. iteration 2361 found worse value: 363.36158376000003. iteration 2362 found worse value: 363.36158376000003. iteration 2363 found worse value: 363.36158376000003. iteration 2364 found worse value: 363.36158376000003. iteration 2365 found worse value: 363.36158376000003. iteration 2366 found worse value: 363.36158376000003. iteration 2367 found worse value: 363.36158376000003. iteration 2368 found worse value: 363.36158376000003. iteration2368, perturbing to get out of local maxima iteration 2369 found worse value: 363.36158376000003. iteration2369, perturbing to get out of local maxima iteration 2370 found worse value: 363.36158376000003. iteration 2371 found worse value: 363.36158376000003. iteration 2372 found worse value: 363.36158376000003. iteration 2373 found worse value: 363.36158376000003. iteration 2374 found worse value: 363.36158376000003. iteration 2375 found worse value: 363.36158376000003. iteration 2376 found worse value: 363.36158376000003. iteration 2377 found worse value: 363.36158376000003. iteration 2378 found worse value: 363.36158376000003. iteration 2379 found worse value: 363.36158376000003. iteration 2380 found worse value: 363.36158376000003. iteration 2381 found worse value: 363.36158376000003. iteration 2382 found worse value: 363.36158376000003. iteration 2383 found worse value: 363.36158376000003. iteration 2384 found worse value: 363.36158376000003. iteration 2385 found worse value: 363.36158376000003. iteration 2386 found worse value: 363.36158376000003. iteration2386, perturbing to get out of local maxima iteration 2387 found worse value: 363.36158376000003. iteration 2388 found worse value: 363.36158376000003. iteration 2389 found worse value: 363.36158376000003. iteration 2390 found worse value: 363.36158376000003. iteration 2391 found worse value: 363.36158376000003. iteration2391, perturbing to get out of local maxima iteration 2392 found worse value: 363.36158376000003. iteration 2393 found worse value: 363.36158376000003. iteration 2394 found worse value: 363.36158376000003. iteration2394, perturbing to get out of local maxima iteration 2395 found worse value: 363.36158376000003. iteration 2396 found worse value: 363.36158376000003. iteration 2397 found worse value: 363.36158376000003. iteration 2398 found worse value: 363.36158376000003. iteration 2399 found worse value: 363.36158376000003. iteration 2400 found worse value: 363.36158376000003. iteration 2401 found worse value: 363.36158376000003. iteration 2402 found worse value: 363.36158376000003. iteration 2403 found worse value: 363.36158376000003. iteration 2404 found worse value: 363.36158376000003. iteration 2405 found worse value: 363.36158376000003. iteration 2406 found worse value: 363.36158376000003. iteration2406, perturbing to get out of local maxima iteration 2407 found worse value: 363.36158376000003. iteration 2408 found worse value: 363.36158376000003. iteration 2409 found worse value: 363.36158376000003. iteration 2410 found worse value: 363.36158376000003. iteration 2411 found worse value: 363.36158376000003. iteration 2412 found worse value: 363.36158376000003. iteration 2413 found worse value: 363.36158376000003. iteration 2414 found worse value: 363.36158376000003. iteration2414, perturbing to get out of local maxima iteration 2415 found worse value: 363.36158376000003. iteration 2416 found worse value: 363.36158376000003. iteration 2417 found worse value: 363.36158376000003. iteration2417, perturbing to get out of local maxima iteration 2418 found worse value: 363.36158376000003. iteration 2419 found worse value: 363.36158376000003. iteration 2420 found worse value: 363.36158376000003. iteration 2421 found worse value: 363.36158376000003. iteration 2422 found worse value: 363.36158376000003. iteration 2423 found worse value: 363.36158376000003. iteration 2424 found worse value: 363.36158376000003. iteration 2425 found worse value: 363.36158376000003. iteration 2426 found worse value: 363.36158376000003. iteration 2427 found worse value: 363.36158376000003. iteration 2428 found worse value: 363.36158376000003. iteration 2429 found worse value: 363.36158376000003. iteration 2430 found worse value: 363.36158376000003. iteration 2431 found worse value: 363.36158376000003. iteration 2432 found worse value: 363.36158376000003. iteration 2433 found worse value: 363.36158376000003. iteration 2434 found worse value: 363.36158376000003. iteration 2435 found worse value: 363.36158376000003. iteration 2436 found worse value: 363.36158376000003. iteration 2437 found worse value: 363.36158376000003. iteration 2438 found worse value: 363.36158376000003. iteration2438, perturbing to get out of local maxima iteration 2439 found worse value: 363.36158376000003. iteration 2440 found worse value: 363.36158376000003. iteration 2441 found worse value: 363.36158376000003. iteration 2442 found worse value: 363.36158376000003. iteration 2443 found worse value: 363.36158376000003. iteration 2444 found worse value: 363.36158376000003. iteration 2445 found worse value: 363.36158376000003. iteration 2446 found worse value: 363.36158376000003. iteration 2447 found worse value: 363.36158376000003. iteration 2448 found worse value: 363.36158376000003. iteration 2449 found worse value: 363.36158376000003. iteration 2450 found worse value: 363.36158376000003. iteration 2451 found worse value: 363.36158376000003. iteration2451, perturbing to get out of local maxima iteration 2452 found worse value: 363.36158376000003. iteration 2453 found worse value: 363.36158376000003. iteration 2454 found worse value: 363.36158376000003. iteration2454, perturbing to get out of local maxima iteration 2455 found worse value: 363.36158376000003. iteration 2456 found worse value: 363.36158376000003. iteration 2457 found worse value: 363.36158376000003. iteration 2458 found worse value: 363.36158376000003. iteration 2459 found worse value: 363.36158376000003. iteration 2460 found worse value: 363.36158376000003. iteration 2461 found worse value: 363.36158376000003. iteration 2462 found worse value: 363.36158376000003. iteration 2463 found worse value: 363.36158376000003. iteration 2464 found worse value: 363.36158376000003. iteration 2465 found worse value: 363.36158376000003. iteration 2466 found worse value: 363.36158376000003. iteration 2467 found worse value: 363.36158376000003. iteration 2468 found worse value: 363.36158376000003. iteration 2469 found worse value: 363.36158376000003. iteration 2470 found worse value: 363.36158376000003. iteration 2471 found worse value: 363.36158376000003. iteration 2472 found worse value: 363.36158376000003. iteration 2473 found worse value: 363.36158376000003. iteration 2474 found worse value: 363.36158376000003. iteration 2475 found worse value: 363.36158376000003. iteration 2476 found worse value: 363.36158376000003. iteration 2477 found better value: 363.363039228 iteration 2478 found worse value: 363.363039228. iteration 2479 found worse value: 363.363039228. iteration 2480 found worse value: 363.363039228. iteration 2481 found worse value: 363.363039228. iteration 2482 found worse value: 363.363039228. iteration2482, perturbing to get out of local maxima iteration 2483 found worse value: 363.363039228. iteration 2484 found worse value: 363.363039228. iteration 2485 found worse value: 363.363039228. iteration 2486 found worse value: 363.363039228. iteration 2487 found worse value: 363.363039228. iteration 2488 found worse value: 363.363039228. iteration 2489 found better value: 363.36381588699993 iteration 2490 found worse value: 363.36381588699993. iteration2490, perturbing to get out of local maxima iteration 2491 found worse value: 363.36381588699993. iteration 2492 found worse value: 363.36381588699993. iteration 2493 found worse value: 363.36381588699993. iteration 2494 found worse value: 363.36381588699993. iteration 2495 found worse value: 363.36381588699993. iteration 2496 found worse value: 363.36381588699993. iteration 2497 found worse value: 363.36381588699993. iteration 2498 found better value: 363.363842605 iteration 2499 found worse value: 363.363842605. iteration 2500 found worse value: 363.363842605. iteration2500, perturbing to get out of local maxima iteration 2501 found worse value: 363.363842605. iteration 2502 found worse value: 363.363842605. iteration 2503 found worse value: 363.363842605. iteration 2504 found worse value: 363.363842605. iteration 2505 found worse value: 363.363842605. iteration 2506 found worse value: 363.363842605. iteration 2507 found worse value: 363.363842605. iteration 2508 found worse value: 363.363842605. iteration 2509 found better value: 363.36579725 iteration 2510 found worse value: 363.36579725. iteration2510, perturbing to get out of local maxima iteration 2511 found worse value: 363.36579725. iteration 2512 found better value: 363.36698171 iteration 2513 found worse value: 363.36698171. iteration 2514 found worse value: 363.36698171. iteration2514, perturbing to get out of local maxima iteration 2515 found worse value: 363.36698171. iteration 2516 found worse value: 363.36698171. iteration 2517 found better value: 363.36799284500006 iteration 2518 found worse value: 363.36799284500006. iteration 2519 found worse value: 363.36799284500006. iteration 2520 found worse value: 363.36799284500006. iteration 2521 found worse value: 363.36799284500006. iteration 2522 found worse value: 363.36799284500006. iteration 2523 found worse value: 363.36799284500006. iteration 2524 found worse value: 363.36799284500006. iteration 2525 found worse value: 363.36799284500006. iteration 2526 found worse value: 363.36799284500006. iteration2526, perturbing to get out of local maxima iteration 2527 found worse value: 363.36799284500006. iteration2527, perturbing to get out of local maxima iteration 2528 found worse value: 363.36799284500006. iteration 2529 found worse value: 363.36799284500006. iteration 2530 found worse value: 363.36799284500006. iteration 2531 found worse value: 363.36799284500006. iteration 2532 found worse value: 363.36799284500006. iteration 2533 found worse value: 363.36799284500006. iteration 2534 found worse value: 363.36799284500006. iteration 2535 found worse value: 363.36799284500006. iteration 2536 found worse value: 363.36799284500006. iteration 2537 found worse value: 363.36799284500006. iteration 2538 found worse value: 363.36799284500006. iteration 2539 found worse value: 363.36799284500006. iteration 2540 found worse value: 363.36799284500006. iteration 2541 found worse value: 363.36799284500006. iteration 2542 found worse value: 363.36799284500006. iteration 2543 found worse value: 363.36799284500006. iteration 2544 found worse value: 363.36799284500006. iteration 2545 found worse value: 363.36799284500006. iteration 2546 found worse value: 363.36799284500006. iteration 2547 found worse value: 363.36799284500006. iteration2547, perturbing to get out of local maxima iteration 2548 found worse value: 363.36799284500006. iteration 2549 found worse value: 363.36799284500006. iteration 2550 found worse value: 363.36799284500006. iteration 2551 found worse value: 363.36799284500006. iteration 2552 found worse value: 363.36799284500006. iteration 2553 found worse value: 363.36799284500006. iteration 2554 found worse value: 363.36799284500006. iteration 2555 found worse value: 363.36799284500006. iteration 2556 found worse value: 363.36799284500006. iteration2556, perturbing to get out of local maxima iteration 2557 found worse value: 363.36799284500006. iteration 2558 found worse value: 363.36799284500006. iteration 2559 found worse value: 363.36799284500006. iteration2559, perturbing to get out of local maxima iteration 2560 found worse value: 363.36799284500006. iteration 2561 found worse value: 363.36799284500006. iteration 2562 found worse value: 363.36799284500006. iteration 2563 found worse value: 363.36799284500006. iteration 2564 found worse value: 363.36799284500006. iteration 2565 found worse value: 363.36799284500006. iteration 2566 found worse value: 363.36799284500006. iteration 2567 found worse value: 363.36799284500006. iteration2567, perturbing to get out of local maxima iteration 2568 found worse value: 363.36799284500006. iteration 2569 found worse value: 363.36799284500006. iteration 2570 found worse value: 363.36799284500006. iteration 2571 found worse value: 363.36799284500006. iteration 2572 found worse value: 363.36799284500006. iteration 2573 found worse value: 363.36799284500006. iteration 2574 found worse value: 363.36799284500006. iteration 2575 found worse value: 363.36799284500006. iteration 2576 found worse value: 363.36799284500006. iteration 2577 found worse value: 363.36799284500006. iteration 2578 found worse value: 363.36799284500006. iteration 2579 found worse value: 363.36799284500006. iteration 2580 found worse value: 363.36799284500006. iteration 2581 found worse value: 363.36799284500006. iteration 2582 found worse value: 363.36799284500006. iteration 2583 found worse value: 363.36799284500006. iteration 2584 found worse value: 363.36799284500006. iteration 2585 found worse value: 363.36799284500006. iteration2585, perturbing to get out of local maxima iteration 2586 found worse value: 363.36799284500006. iteration 2587 found worse value: 363.36799284500006. iteration 2588 found worse value: 363.36799284500006. iteration 2589 found worse value: 363.36799284500006. iteration 2590 found worse value: 363.36799284500006. iteration 2591 found worse value: 363.36799284500006. iteration 2592 found worse value: 363.36799284500006. iteration 2593 found worse value: 363.36799284500006. iteration 2594 found worse value: 363.36799284500006. iteration2594, perturbing to get out of local maxima iteration 2595 found worse value: 363.36799284500006. iteration 2596 found worse value: 363.36799284500006. iteration 2597 found worse value: 363.36799284500006. iteration 2598 found worse value: 363.36799284500006. iteration 2599 found worse value: 363.36799284500006. iteration 2600 found worse value: 363.36799284500006. iteration 2601 found worse value: 363.36799284500006. iteration 2602 found worse value: 363.36799284500006. iteration2602, perturbing to get out of local maxima iteration 2603 found worse value: 363.36799284500006. iteration 2604 found worse value: 363.36799284500006. iteration 2605 found worse value: 363.36799284500006. iteration2605, perturbing to get out of local maxima iteration 2606 found worse value: 363.36799284500006. iteration 2607 found worse value: 363.36799284500006. iteration 2608 found worse value: 363.36799284500006. iteration 2609 found worse value: 363.36799284500006. iteration 2610 found worse value: 363.36799284500006. iteration 2611 found worse value: 363.36799284500006. iteration2611, perturbing to get out of local maxima iteration 2612 found worse value: 363.36799284500006. iteration 2613 found worse value: 363.36799284500006. iteration 2614 found worse value: 363.36799284500006. iteration 2615 found worse value: 363.36799284500006. iteration 2616 found worse value: 363.36799284500006. iteration 2617 found worse value: 363.36799284500006. iteration 2618 found worse value: 363.36799284500006. iteration2618, perturbing to get out of local maxima iteration 2619 found worse value: 363.36799284500006. iteration 2620 found worse value: 363.36799284500006. iteration 2621 found worse value: 363.36799284500006. iteration 2622 found worse value: 363.36799284500006. iteration 2623 found worse value: 363.36799284500006. iteration 2624 found worse value: 363.36799284500006. iteration 2625 found worse value: 363.36799284500006. iteration 2626 found worse value: 363.36799284500006. iteration 2627 found worse value: 363.36799284500006. iteration2627, perturbing to get out of local maxima iteration 2628 found worse value: 363.36799284500006. iteration 2629 found worse value: 363.36799284500006. iteration2629, perturbing to get out of local maxima iteration 2630 found worse value: 363.36799284500006. iteration 2631 found worse value: 363.36799284500006. iteration 2632 found worse value: 363.36799284500006. iteration 2633 found worse value: 363.36799284500006. iteration 2634 found worse value: 363.36799284500006. iteration 2635 found worse value: 363.36799284500006. iteration 2636 found worse value: 363.36799284500006. iteration 2637 found worse value: 363.36799284500006. iteration2637, perturbing to get out of local maxima iteration 2638 found worse value: 363.36799284500006. iteration 2639 found worse value: 363.36799284500006. iteration 2640 found better value: 363.36816143699997 iteration 2641 found worse value: 363.36816143699997. iteration 2642 found better value: 363.371065489 iteration 2643 found better value: 363.371924069 iteration 2644 found worse value: 363.371924069. iteration 2645 found better value: 363.37263717 iteration 2646 found worse value: 363.37263717. iteration 2647 found worse value: 363.37263717. iteration2647, perturbing to get out of local maxima iteration 2648 found worse value: 363.37263717. iteration2648, perturbing to get out of local maxima iteration 2649 found worse value: 363.37263717. iteration 2650 found worse value: 363.37263717. iteration 2651 found worse value: 363.37263717. iteration 2652 found worse value: 363.37263717. iteration 2653 found worse value: 363.37263717. iteration 2654 found worse value: 363.37263717. iteration 2655 found worse value: 363.37263717. iteration 2656 found worse value: 363.37263717. iteration 2657 found worse value: 363.37263717. iteration 2658 found worse value: 363.37263717. iteration 2659 found worse value: 363.37263717. iteration 2660 found worse value: 363.37263717. iteration 2661 found worse value: 363.37263717. iteration 2662 found worse value: 363.37263717. iteration 2663 found worse value: 363.37263717. iteration2663, perturbing to get out of local maxima iteration 2664 found worse value: 363.37263717. iteration 2665 found worse value: 363.37263717. iteration 2666 found worse value: 363.37263717. iteration 2667 found worse value: 363.37263717. iteration 2668 found worse value: 363.37263717. iteration 2669 found worse value: 363.37263717. iteration 2670 found worse value: 363.37263717. iteration 2671 found worse value: 363.37263717. iteration 2672 found worse value: 363.37263717. iteration 2673 found worse value: 363.37263717. iteration 2674 found worse value: 363.37263717. iteration 2675 found worse value: 363.37263717. iteration 2676 found worse value: 363.37263717. iteration 2677 found worse value: 363.37263717. iteration 2678 found worse value: 363.37263717. iteration 2679 found worse value: 363.37263717. iteration 2680 found worse value: 363.37263717. iteration 2681 found worse value: 363.37263717. iteration 2682 found worse value: 363.37263717. iteration 2683 found worse value: 363.37263717. iteration2683, perturbing to get out of local maxima iteration 2684 found worse value: 363.37263717. iteration 2685 found worse value: 363.37263717. iteration2685, perturbing to get out of local maxima iteration 2686 found worse value: 363.37263717. iteration 2687 found worse value: 363.37263717. iteration 2688 found worse value: 363.37263717. iteration 2689 found worse value: 363.37263717. iteration 2690 found worse value: 363.37263717. iteration 2691 found worse value: 363.37263717. iteration 2692 found worse value: 363.37263717. iteration 2693 found worse value: 363.37263717. iteration 2694 found worse value: 363.37263717. iteration 2695 found worse value: 363.37263717. iteration 2696 found worse value: 363.37263717. iteration 2697 found worse value: 363.37263717. iteration 2698 found worse value: 363.37263717. iteration 2699 found worse value: 363.37263717. iteration 2700 found worse value: 363.37263717. iteration 2701 found worse value: 363.37263717. iteration 2702 found worse value: 363.37263717. iteration 2703 found worse value: 363.37263717. iteration 2704 found worse value: 363.37263717. iteration 2705 found better value: 363.373592307 iteration 2706 found worse value: 363.373592307. iteration2706, perturbing to get out of local maxima iteration 2707 found worse value: 363.373592307. iteration2707, perturbing to get out of local maxima iteration 2708 found worse value: 363.373592307. iteration 2709 found worse value: 363.373592307. iteration 2710 found worse value: 363.373592307. iteration 2711 found worse value: 363.373592307. iteration 2712 found worse value: 363.373592307. iteration 2713 found worse value: 363.373592307. iteration2713, perturbing to get out of local maxima iteration 2714 found worse value: 363.373592307. iteration 2715 found worse value: 363.373592307. iteration 2716 found worse value: 363.373592307. iteration 2717 found worse value: 363.373592307. iteration 2718 found worse value: 363.373592307. iteration 2719 found worse value: 363.373592307. iteration 2720 found worse value: 363.373592307. iteration 2721 found worse value: 363.373592307. iteration 2722 found worse value: 363.373592307. iteration2722, perturbing to get out of local maxima iteration 2723 found worse value: 363.373592307. iteration 2724 found worse value: 363.373592307. iteration 2725 found worse value: 363.373592307. iteration2725, perturbing to get out of local maxima iteration 2726 found worse value: 363.373592307. iteration 2727 found worse value: 363.373592307. iteration 2728 found worse value: 363.373592307. iteration 2729 found worse value: 363.373592307. iteration 2730 found worse value: 363.373592307. iteration 2731 found worse value: 363.373592307. iteration 2732 found worse value: 363.373592307. iteration 2733 found worse value: 363.373592307. iteration 2734 found worse value: 363.373592307. iteration2734, perturbing to get out of local maxima iteration 2735 found worse value: 363.373592307. iteration 2736 found worse value: 363.373592307. iteration 2737 found worse value: 363.373592307. iteration 2738 found worse value: 363.373592307. iteration 2739 found worse value: 363.373592307. iteration2739, perturbing to get out of local maxima iteration 2740 found worse value: 363.373592307. iteration 2741 found worse value: 363.373592307. iteration 2742 found worse value: 363.373592307. iteration2742, perturbing to get out of local maxima iteration 2743 found worse value: 363.373592307. iteration 2744 found worse value: 363.373592307. iteration 2745 found worse value: 363.373592307. iteration 2746 found worse value: 363.373592307. iteration 2747 found worse value: 363.373592307. iteration 2748 found worse value: 363.373592307. iteration 2749 found worse value: 363.373592307. iteration 2750 found worse value: 363.373592307. iteration 2751 found worse value: 363.373592307. iteration 2752 found worse value: 363.373592307. iteration 2753 found worse value: 363.373592307. iteration 2754 found worse value: 363.373592307. iteration 2755 found worse value: 363.373592307. iteration2755, perturbing to get out of local maxima iteration 2756 found worse value: 363.373592307. iteration 2757 found worse value: 363.373592307. iteration 2758 found worse value: 363.373592307. iteration2758, perturbing to get out of local maxima iteration 2759 found worse value: 363.373592307. iteration 2760 found worse value: 363.373592307. iteration 2761 found worse value: 363.373592307. iteration2761, perturbing to get out of local maxima iteration 2762 found worse value: 363.373592307. iteration 2763 found worse value: 363.373592307. iteration 2764 found worse value: 363.373592307. iteration 2765 found worse value: 363.373592307. iteration 2766 found worse value: 363.373592307. iteration 2767 found worse value: 363.373592307. iteration 2768 found worse value: 363.373592307. iteration 2769 found worse value: 363.373592307. iteration 2770 found worse value: 363.373592307. iteration2770, perturbing to get out of local maxima iteration 2771 found worse value: 363.373592307. iteration 2772 found worse value: 363.373592307. iteration 2773 found worse value: 363.373592307. iteration 2774 found worse value: 363.373592307. iteration 2775 found worse value: 363.373592307. iteration2775, perturbing to get out of local maxima iteration 2776 found worse value: 363.373592307. iteration 2777 found worse value: 363.373592307. iteration 2778 found worse value: 363.373592307. iteration 2779 found worse value: 363.373592307. iteration 2780 found worse value: 363.373592307. iteration 2781 found worse value: 363.373592307. iteration 2782 found worse value: 363.373592307. iteration 2783 found worse value: 363.373592307. iteration 2784 found worse value: 363.373592307. iteration2784, perturbing to get out of local maxima iteration 2785 found worse value: 363.373592307. iteration 2786 found worse value: 363.373592307. iteration 2787 found worse value: 363.373592307. iteration2787, perturbing to get out of local maxima iteration 2788 found worse value: 363.373592307. iteration 2789 found worse value: 363.373592307. iteration 2790 found worse value: 363.373592307. iteration 2791 found worse value: 363.373592307. iteration 2792 found worse value: 363.373592307. iteration 2793 found better value: 363.375574822 iteration 2794 found worse value: 363.375574822. iteration 2795 found better value: 363.377200938 iteration 2796 found better value: 363.378382731 iteration 2797 found worse value: 363.378382731. iteration 2798 found worse value: 363.378382731. iteration 2799 found better value: 363.379050901 iteration 2800 found worse value: 363.379050901. iteration 2801 found worse value: 363.379050901. iteration 2802 found worse value: 363.379050901. iteration 2803 found worse value: 363.379050901. iteration 2804 found worse value: 363.379050901. iteration 2805 found worse value: 363.379050901. iteration 2806 found worse value: 363.379050901. iteration 2807 found worse value: 363.379050901. iteration 2808 found worse value: 363.379050901. iteration 2809 found better value: 363.379675631 iteration 2810 found worse value: 363.379675631. iteration 2811 found worse value: 363.379675631. iteration 2812 found better value: 363.38210179000004 iteration 2813 found worse value: 363.38210179000004. iteration 2814 found worse value: 363.38210179000004. iteration2814, perturbing to get out of local maxima iteration 2815 found worse value: 363.38210179000004. iteration 2816 found worse value: 363.38210179000004. iteration 2817 found worse value: 363.38210179000004. iteration 2818 found worse value: 363.38210179000004. iteration2818, perturbing to get out of local maxima iteration 2819 found worse value: 363.38210179000004. iteration2819, perturbing to get out of local maxima iteration 2820 found worse value: 363.38210179000004. iteration 2821 found worse value: 363.38210179000004. iteration 2822 found worse value: 363.38210179000004. iteration 2823 found worse value: 363.38210179000004. iteration 2824 found worse value: 363.38210179000004. iteration 2825 found worse value: 363.38210179000004. iteration 2826 found worse value: 363.38210179000004. iteration2826, perturbing to get out of local maxima iteration 2827 found worse value: 363.38210179000004. iteration2827, perturbing to get out of local maxima iteration 2828 found worse value: 363.38210179000004. iteration 2829 found worse value: 363.38210179000004. iteration 2830 found worse value: 363.38210179000004. iteration 2831 found worse value: 363.38210179000004. iteration 2832 found worse value: 363.38210179000004. iteration 2833 found worse value: 363.38210179000004. iteration 2834 found worse value: 363.38210179000004. iteration 2835 found worse value: 363.38210179000004. iteration 2836 found worse value: 363.38210179000004. iteration 2837 found worse value: 363.38210179000004. iteration 2838 found worse value: 363.38210179000004. iteration 2839 found worse value: 363.38210179000004. iteration2839, perturbing to get out of local maxima iteration 2840 found worse value: 363.38210179000004. iteration2840, perturbing to get out of local maxima iteration 2841 found worse value: 363.38210179000004. iteration 2842 found worse value: 363.38210179000004. iteration 2843 found worse value: 363.38210179000004. iteration 2844 found worse value: 363.38210179000004. iteration 2845 found worse value: 363.38210179000004. iteration 2846 found worse value: 363.38210179000004. iteration 2847 found worse value: 363.38210179000004. iteration 2848 found worse value: 363.38210179000004. iteration 2849 found worse value: 363.38210179000004. iteration 2850 found worse value: 363.38210179000004. iteration 2851 found worse value: 363.38210179000004. iteration 2852 found worse value: 363.38210179000004. iteration 2853 found worse value: 363.38210179000004. iteration 2854 found worse value: 363.38210179000004. iteration 2855 found worse value: 363.38210179000004. iteration 2856 found worse value: 363.38210179000004. iteration 2857 found worse value: 363.38210179000004. iteration 2858 found worse value: 363.38210179000004. iteration 2859 found worse value: 363.38210179000004. iteration2859, perturbing to get out of local maxima iteration 2860 found worse value: 363.38210179000004. iteration 2861 found worse value: 363.38210179000004. iteration 2862 found worse value: 363.38210179000004. iteration 2863 found worse value: 363.38210179000004. iteration 2864 found worse value: 363.38210179000004. iteration 2865 found worse value: 363.38210179000004. iteration 2866 found worse value: 363.38210179000004. iteration 2867 found worse value: 363.38210179000004. iteration 2868 found worse value: 363.38210179000004. iteration 2869 found worse value: 363.38210179000004. iteration 2870 found worse value: 363.38210179000004. iteration2870, perturbing to get out of local maxima iteration 2871 found worse value: 363.38210179000004. iteration 2872 found worse value: 363.38210179000004. iteration 2873 found worse value: 363.38210179000004. iteration 2874 found worse value: 363.38210179000004. iteration 2875 found worse value: 363.38210179000004. iteration 2876 found worse value: 363.38210179000004. iteration 2877 found worse value: 363.38210179000004. iteration 2878 found worse value: 363.38210179000004. iteration 2879 found worse value: 363.38210179000004. iteration 2880 found worse value: 363.38210179000004. iteration 2881 found worse value: 363.38210179000004. iteration 2882 found worse value: 363.38210179000004. iteration 2883 found worse value: 363.38210179000004. iteration 2884 found worse value: 363.38210179000004. iteration 2885 found worse value: 363.38210179000004. iteration 2886 found worse value: 363.38210179000004. iteration 2887 found worse value: 363.38210179000004. iteration 2888 found worse value: 363.38210179000004. iteration 2889 found worse value: 363.38210179000004. iteration2889, perturbing to get out of local maxima iteration 2890 found worse value: 363.38210179000004. iteration 2891 found worse value: 363.38210179000004. iteration2891, perturbing to get out of local maxima iteration 2892 found worse value: 363.38210179000004. iteration 2893 found worse value: 363.38210179000004. iteration 2894 found worse value: 363.38210179000004. iteration 2895 found worse value: 363.38210179000004. iteration 2896 found worse value: 363.38210179000004. iteration 2897 found worse value: 363.38210179000004. iteration 2898 found worse value: 363.38210179000004. iteration 2899 found worse value: 363.38210179000004. iteration 2900 found worse value: 363.38210179000004. iteration 2901 found worse value: 363.38210179000004. iteration 2902 found worse value: 363.38210179000004. iteration 2903 found worse value: 363.38210179000004. iteration 2904 found worse value: 363.38210179000004. iteration2904, perturbing to get out of local maxima iteration 2905 found worse value: 363.38210179000004. iteration 2906 found worse value: 363.38210179000004. iteration 2907 found worse value: 363.38210179000004. iteration 2908 found worse value: 363.38210179000004. iteration 2909 found worse value: 363.38210179000004. iteration 2910 found worse value: 363.38210179000004. iteration 2911 found worse value: 363.38210179000004. iteration 2912 found worse value: 363.38210179000004. iteration 2913 found worse value: 363.38210179000004. iteration 2914 found worse value: 363.38210179000004. iteration 2915 found worse value: 363.38210179000004. iteration 2916 found worse value: 363.38210179000004. iteration 2917 found worse value: 363.38210179000004. iteration 2918 found worse value: 363.38210179000004. iteration 2919 found worse value: 363.38210179000004. iteration2919, perturbing to get out of local maxima iteration 2920 found worse value: 363.38210179000004. iteration 2921 found worse value: 363.38210179000004. iteration 2922 found worse value: 363.38210179000004. iteration 2923 found worse value: 363.38210179000004. iteration 2924 found worse value: 363.38210179000004. iteration 2925 found worse value: 363.38210179000004. iteration 2926 found worse value: 363.38210179000004. iteration 2927 found worse value: 363.38210179000004. iteration 2928 found worse value: 363.38210179000004. iteration 2929 found worse value: 363.38210179000004. iteration 2930 found worse value: 363.38210179000004. iteration 2931 found worse value: 363.38210179000004. iteration 2932 found worse value: 363.38210179000004. iteration 2933 found worse value: 363.38210179000004. iteration 2934 found worse value: 363.38210179000004. iteration 2935 found worse value: 363.38210179000004. iteration 2936 found worse value: 363.38210179000004. iteration2936, perturbing to get out of local maxima iteration 2937 found worse value: 363.38210179000004. iteration 2938 found worse value: 363.38210179000004. iteration 2939 found worse value: 363.38210179000004. iteration 2940 found worse value: 363.38210179000004. iteration 2941 found worse value: 363.38210179000004. iteration 2942 found worse value: 363.38210179000004. iteration2942, perturbing to get out of local maxima iteration 2943 found worse value: 363.38210179000004. iteration 2944 found worse value: 363.38210179000004. iteration 2945 found worse value: 363.38210179000004. iteration 2946 found worse value: 363.38210179000004. iteration 2947 found worse value: 363.38210179000004. iteration 2948 found worse value: 363.38210179000004. iteration 2949 found worse value: 363.38210179000004. iteration 2950 found worse value: 363.38210179000004. iteration 2951 found better value: 363.38633911299996 iteration 2952 found worse value: 363.38633911299996. iteration 2953 found worse value: 363.38633911299996. iteration 2954 found worse value: 363.38633911299996. iteration2954, perturbing to get out of local maxima iteration 2955 found worse value: 363.38633911299996. iteration2955, perturbing to get out of local maxima iteration 2956 found worse value: 363.38633911299996. iteration 2957 found worse value: 363.38633911299996. iteration 2958 found worse value: 363.38633911299996. iteration 2959 found worse value: 363.38633911299996. iteration 2960 found worse value: 363.38633911299996. iteration 2961 found worse value: 363.38633911299996. iteration 2962 found worse value: 363.38633911299996. iteration 2963 found worse value: 363.38633911299996. iteration2963, perturbing to get out of local maxima iteration 2964 found worse value: 363.38633911299996. iteration 2965 found worse value: 363.38633911299996. iteration 2966 found worse value: 363.38633911299996. iteration 2967 found worse value: 363.38633911299996. iteration 2968 found worse value: 363.38633911299996. iteration 2969 found worse value: 363.38633911299996. iteration 2970 found worse value: 363.38633911299996. iteration 2971 found worse value: 363.38633911299996. iteration2971, perturbing to get out of local maxima iteration 2972 found worse value: 363.38633911299996. iteration 2973 found worse value: 363.38633911299996. iteration 2974 found worse value: 363.38633911299996. iteration 2975 found worse value: 363.38633911299996. iteration 2976 found worse value: 363.38633911299996. iteration 2977 found worse value: 363.38633911299996. iteration2977, perturbing to get out of local maxima iteration 2978 found worse value: 363.38633911299996. iteration 2979 found worse value: 363.38633911299996. iteration 2980 found worse value: 363.38633911299996. iteration 2981 found worse value: 363.38633911299996. iteration 2982 found worse value: 363.38633911299996. iteration 2983 found worse value: 363.38633911299996. iteration 2984 found worse value: 363.38633911299996. iteration 2985 found worse value: 363.38633911299996. iteration 2986 found worse value: 363.38633911299996. iteration 2987 found worse value: 363.38633911299996. iteration 2988 found worse value: 363.38633911299996. iteration 2989 found worse value: 363.38633911299996. iteration2989, perturbing to get out of local maxima iteration 2990 found worse value: 363.38633911299996. iteration 2991 found worse value: 363.38633911299996. iteration 2992 found worse value: 363.38633911299996. iteration 2993 found worse value: 363.38633911299996. iteration 2994 found worse value: 363.38633911299996. iteration2994, perturbing to get out of local maxima iteration 2995 found worse value: 363.38633911299996. iteration 2996 found worse value: 363.38633911299996. iteration2996, perturbing to get out of local maxima iteration 2997 found worse value: 363.38633911299996. iteration 2998 found worse value: 363.38633911299996. iteration 2999 found worse value: 363.38633911299996. iteration 3000 found worse value: 363.38633911299996. iteration 3001 found worse value: 363.38633911299996. iteration 3002 found worse value: 363.38633911299996. iteration 3003 found worse value: 363.38633911299996. iteration 3004 found worse value: 363.38633911299996. iteration 3005 found worse value: 363.38633911299996. iteration 3006 found worse value: 363.38633911299996. iteration 3007 found worse value: 363.38633911299996. iteration 3008 found worse value: 363.38633911299996. iteration 3009 found worse value: 363.38633911299996. iteration 3010 found worse value: 363.38633911299996. iteration 3011 found worse value: 363.38633911299996. iteration3011, perturbing to get out of local maxima iteration 3012 found worse value: 363.38633911299996. iteration 3013 found worse value: 363.38633911299996. iteration 3014 found worse value: 363.38633911299996. iteration 3015 found worse value: 363.38633911299996. iteration 3016 found worse value: 363.38633911299996. iteration 3017 found worse value: 363.38633911299996. iteration 3018 found worse value: 363.38633911299996. iteration 3019 found worse value: 363.38633911299996. iteration 3020 found worse value: 363.38633911299996. iteration 3021 found worse value: 363.38633911299996. iteration 3022 found worse value: 363.38633911299996. iteration 3023 found worse value: 363.38633911299996. iteration 3024 found worse value: 363.38633911299996. iteration3024, perturbing to get out of local maxima iteration 3025 found worse value: 363.38633911299996. iteration 3026 found worse value: 363.38633911299996. iteration 3027 found worse value: 363.38633911299996. iteration 3028 found worse value: 363.38633911299996. iteration 3029 found worse value: 363.38633911299996. iteration 3030 found worse value: 363.38633911299996. iteration 3031 found worse value: 363.38633911299996. iteration3031, perturbing to get out of local maxima iteration 3032 found worse value: 363.38633911299996. iteration 3033 found worse value: 363.38633911299996. iteration 3034 found worse value: 363.38633911299996. iteration 3035 found worse value: 363.38633911299996. iteration3035, perturbing to get out of local maxima iteration 3036 found worse value: 363.38633911299996. iteration 3037 found worse value: 363.38633911299996. iteration 3038 found worse value: 363.38633911299996. iteration3038, perturbing to get out of local maxima iteration 3039 found worse value: 363.38633911299996. iteration 3040 found worse value: 363.38633911299996. iteration 3041 found worse value: 363.38633911299996. iteration 3042 found worse value: 363.38633911299996. iteration 3043 found worse value: 363.38633911299996. iteration 3044 found worse value: 363.38633911299996. iteration 3045 found worse value: 363.38633911299996. iteration 3046 found worse value: 363.38633911299996. iteration 3047 found worse value: 363.38633911299996. iteration 3048 found worse value: 363.38633911299996. iteration 3049 found worse value: 363.38633911299996. iteration 3050 found worse value: 363.38633911299996. iteration 3051 found worse value: 363.38633911299996. iteration 3052 found worse value: 363.38633911299996. iteration 3053 found worse value: 363.38633911299996. iteration 3054 found worse value: 363.38633911299996. iteration 3055 found worse value: 363.38633911299996. iteration 3056 found worse value: 363.38633911299996. iteration 3057 found worse value: 363.38633911299996. iteration 3058 found worse value: 363.38633911299996. iteration 3059 found worse value: 363.38633911299996. iteration 3060 found worse value: 363.38633911299996. iteration 3061 found worse value: 363.38633911299996. iteration 3062 found worse value: 363.38633911299996. iteration 3063 found worse value: 363.38633911299996. iteration 3064 found worse value: 363.38633911299996. iteration 3065 found worse value: 363.38633911299996. iteration 3066 found worse value: 363.38633911299996. iteration 3067 found worse value: 363.38633911299996. iteration 3068 found worse value: 363.38633911299996. iteration 3069 found worse value: 363.38633911299996. iteration 3070 found worse value: 363.38633911299996. iteration 3071 found worse value: 363.38633911299996. iteration3071, perturbing to get out of local maxima iteration 3072 found worse value: 363.38633911299996. iteration 3073 found worse value: 363.38633911299996. iteration 3074 found worse value: 363.38633911299996. iteration 3075 found worse value: 363.38633911299996. iteration 3076 found worse value: 363.38633911299996. iteration3076, perturbing to get out of local maxima iteration 3077 found worse value: 363.38633911299996. iteration 3078 found worse value: 363.38633911299996. iteration 3079 found worse value: 363.38633911299996. iteration 3080 found worse value: 363.38633911299996. iteration 3081 found worse value: 363.38633911299996. iteration 3082 found worse value: 363.38633911299996. iteration 3083 found worse value: 363.38633911299996. iteration 3084 found worse value: 363.38633911299996. iteration3084, perturbing to get out of local maxima iteration 3085 found worse value: 363.38633911299996. iteration 3086 found worse value: 363.38633911299996. iteration3086, perturbing to get out of local maxima iteration 3087 found worse value: 363.38633911299996. iteration 3088 found worse value: 363.38633911299996. iteration 3089 found worse value: 363.38633911299996. iteration 3090 found worse value: 363.38633911299996. iteration 3091 found worse value: 363.38633911299996. iteration 3092 found worse value: 363.38633911299996. iteration 3093 found worse value: 363.38633911299996. iteration 3094 found worse value: 363.38633911299996. iteration 3095 found worse value: 363.38633911299996. iteration 3096 found worse value: 363.38633911299996. iteration 3097 found worse value: 363.38633911299996. iteration 3098 found better value: 363.388072412 iteration 3099 found worse value: 363.388072412. iteration 3100 found worse value: 363.388072412. iteration 3101 found worse value: 363.388072412. iteration 3102 found worse value: 363.388072412. iteration 3103 found worse value: 363.388072412. iteration 3104 found worse value: 363.388072412. iteration 3105 found worse value: 363.388072412. iteration3105, perturbing to get out of local maxima iteration 3106 found worse value: 363.388072412. iteration 3107 found worse value: 363.388072412. iteration 3108 found worse value: 363.388072412. iteration 3109 found worse value: 363.388072412. iteration 3110 found worse value: 363.388072412. iteration 3111 found worse value: 363.388072412. iteration 3112 found worse value: 363.388072412. iteration 3113 found worse value: 363.388072412. iteration 3114 found worse value: 363.388072412. iteration 3115 found worse value: 363.388072412. iteration3115, perturbing to get out of local maxima iteration 3116 found worse value: 363.388072412. iteration 3117 found worse value: 363.388072412. iteration 3118 found worse value: 363.388072412. iteration 3119 found worse value: 363.388072412. iteration 3120 found worse value: 363.388072412. iteration 3121 found worse value: 363.388072412. iteration 3122 found worse value: 363.388072412. iteration3122, perturbing to get out of local maxima iteration 3123 found worse value: 363.388072412. iteration3123, perturbing to get out of local maxima iteration 3124 found worse value: 363.388072412. iteration 3125 found worse value: 363.388072412. iteration 3126 found worse value: 363.388072412. iteration 3127 found worse value: 363.388072412. iteration3127, perturbing to get out of local maxima iteration 3128 found worse value: 363.388072412. iteration 3129 found worse value: 363.388072412. iteration 3130 found worse value: 363.388072412. iteration 3131 found worse value: 363.388072412. iteration 3132 found worse value: 363.388072412. iteration 3133 found worse value: 363.388072412. iteration 3134 found worse value: 363.388072412. iteration 3135 found worse value: 363.388072412. iteration 3136 found worse value: 363.388072412. iteration3136, perturbing to get out of local maxima iteration 3137 found worse value: 363.388072412. iteration 3138 found worse value: 363.388072412. iteration 3139 found worse value: 363.388072412. iteration 3140 found worse value: 363.388072412. iteration 3141 found worse value: 363.388072412. iteration 3142 found worse value: 363.388072412. iteration 3143 found worse value: 363.388072412. iteration 3144 found worse value: 363.388072412. iteration 3145 found worse value: 363.388072412. iteration 3146 found worse value: 363.388072412. iteration3146, perturbing to get out of local maxima iteration 3147 found worse value: 363.388072412. iteration 3148 found worse value: 363.388072412. iteration 3149 found worse value: 363.388072412. iteration3149, perturbing to get out of local maxima iteration 3150 found worse value: 363.388072412. iteration 3151 found worse value: 363.388072412. iteration 3152 found worse value: 363.388072412. iteration 3153 found worse value: 363.388072412. iteration 3154 found worse value: 363.388072412. iteration 3155 found worse value: 363.388072412. iteration3155, perturbing to get out of local maxima iteration 3156 found worse value: 363.388072412. iteration 3157 found worse value: 363.388072412. iteration 3158 found worse value: 363.388072412. iteration 3159 found worse value: 363.388072412. iteration 3160 found worse value: 363.388072412. iteration 3161 found worse value: 363.388072412. iteration 3162 found worse value: 363.388072412. iteration 3163 found worse value: 363.388072412. iteration 3164 found worse value: 363.388072412. iteration 3165 found worse value: 363.388072412. iteration3165, perturbing to get out of local maxima iteration 3166 found worse value: 363.388072412. iteration 3167 found worse value: 363.388072412. iteration 3168 found worse value: 363.388072412. iteration3168, perturbing to get out of local maxima iteration 3169 found worse value: 363.388072412. iteration3169, perturbing to get out of local maxima iteration 3170 found worse value: 363.388072412. iteration 3171 found worse value: 363.388072412. iteration 3172 found worse value: 363.388072412. iteration 3173 found worse value: 363.388072412. iteration 3174 found worse value: 363.388072412. iteration 3175 found worse value: 363.388072412. iteration 3176 found worse value: 363.388072412. iteration 3177 found worse value: 363.388072412. iteration 3178 found worse value: 363.388072412. iteration 3179 found worse value: 363.388072412. iteration 3180 found worse value: 363.388072412. iteration 3181 found worse value: 363.388072412. iteration3181, perturbing to get out of local maxima iteration 3182 found worse value: 363.388072412. iteration 3183 found worse value: 363.388072412. iteration 3184 found worse value: 363.388072412. iteration3184, perturbing to get out of local maxima iteration 3185 found worse value: 363.388072412. iteration 3186 found worse value: 363.388072412. iteration 3187 found worse value: 363.388072412. iteration 3188 found worse value: 363.388072412. iteration 3189 found worse value: 363.388072412. iteration 3190 found worse value: 363.388072412. iteration 3191 found worse value: 363.388072412. iteration3191, perturbing to get out of local maxima iteration 3192 found worse value: 363.388072412. iteration 3193 found worse value: 363.388072412. iteration 3194 found worse value: 363.388072412. iteration 3195 found worse value: 363.388072412. iteration 3196 found worse value: 363.388072412. iteration 3197 found worse value: 363.388072412. iteration 3198 found worse value: 363.388072412. iteration 3199 found worse value: 363.388072412. iteration 3200 found worse value: 363.388072412. iteration 3201 found worse value: 363.388072412. iteration 3202 found worse value: 363.388072412. iteration3202, perturbing to get out of local maxima iteration 3203 found worse value: 363.388072412. iteration3203, perturbing to get out of local maxima iteration 3204 found worse value: 363.388072412. iteration 3205 found worse value: 363.388072412. iteration 3206 found worse value: 363.388072412. iteration 3207 found worse value: 363.388072412. iteration3207, perturbing to get out of local maxima iteration 3208 found worse value: 363.388072412. iteration 3209 found worse value: 363.388072412. iteration 3210 found worse value: 363.388072412. iteration 3211 found worse value: 363.388072412. iteration3211, perturbing to get out of local maxima iteration 3212 found worse value: 363.388072412. iteration 3213 found worse value: 363.388072412. iteration 3214 found worse value: 363.388072412. iteration 3215 found worse value: 363.388072412. iteration 3216 found worse value: 363.388072412. iteration 3217 found worse value: 363.388072412. iteration 3218 found worse value: 363.388072412. iteration 3219 found worse value: 363.388072412. iteration 3220 found worse value: 363.388072412. iteration 3221 found worse value: 363.388072412. iteration 3222 found worse value: 363.388072412. iteration 3223 found worse value: 363.388072412. iteration 3224 found worse value: 363.388072412. iteration 3225 found worse value: 363.388072412. iteration 3226 found worse value: 363.388072412. iteration 3227 found worse value: 363.388072412. iteration 3228 found worse value: 363.388072412. iteration 3229 found worse value: 363.388072412. iteration3229, perturbing to get out of local maxima iteration 3230 found worse value: 363.388072412. iteration 3231 found worse value: 363.388072412. iteration 3232 found worse value: 363.388072412. iteration 3233 found worse value: 363.388072412. iteration 3234 found worse value: 363.388072412. iteration 3235 found worse value: 363.388072412. iteration 3236 found worse value: 363.388072412. iteration 3237 found worse value: 363.388072412. iteration 3238 found worse value: 363.388072412. iteration 3239 found worse value: 363.388072412. iteration3239, perturbing to get out of local maxima iteration 3240 found worse value: 363.388072412. iteration 3241 found worse value: 363.388072412. iteration 3242 found worse value: 363.388072412. iteration 3243 found worse value: 363.388072412. iteration 3244 found worse value: 363.388072412. iteration 3245 found worse value: 363.388072412. iteration 3246 found worse value: 363.388072412. iteration 3247 found worse value: 363.388072412. iteration 3248 found worse value: 363.388072412. iteration 3249 found worse value: 363.388072412. iteration 3250 found worse value: 363.388072412. iteration 3251 found worse value: 363.388072412. iteration 3252 found worse value: 363.388072412. iteration 3253 found worse value: 363.388072412. iteration 3254 found worse value: 363.388072412. iteration 3255 found worse value: 363.388072412. iteration3255, perturbing to get out of local maxima iteration 3256 found worse value: 363.388072412. iteration 3257 found worse value: 363.388072412. iteration 3258 found worse value: 363.388072412. iteration 3259 found worse value: 363.388072412. iteration3259, perturbing to get out of local maxima iteration 3260 found worse value: 363.388072412. iteration 3261 found worse value: 363.388072412. iteration3261, perturbing to get out of local maxima iteration 3262 found worse value: 363.388072412. iteration 3263 found worse value: 363.388072412. iteration 3264 found worse value: 363.388072412. iteration 3265 found worse value: 363.388072412. iteration 3266 found worse value: 363.388072412. iteration 3267 found worse value: 363.388072412. iteration 3268 found worse value: 363.388072412. iteration 3269 found worse value: 363.388072412. iteration 3270 found worse value: 363.388072412. iteration 3271 found worse value: 363.388072412. iteration 3272 found worse value: 363.388072412. iteration 3273 found worse value: 363.388072412. iteration 3274 found worse value: 363.388072412. iteration 3275 found worse value: 363.388072412. iteration 3276 found worse value: 363.388072412. iteration 3277 found worse value: 363.388072412. iteration 3278 found worse value: 363.388072412. iteration 3279 found worse value: 363.388072412. iteration 3280 found worse value: 363.388072412. iteration 3281 found worse value: 363.388072412. iteration 3282 found worse value: 363.388072412. iteration 3283 found worse value: 363.388072412. iteration 3284 found worse value: 363.388072412. iteration 3285 found worse value: 363.388072412. iteration 3286 found worse value: 363.388072412. iteration 3287 found worse value: 363.388072412. iteration 3288 found worse value: 363.388072412. iteration 3289 found worse value: 363.388072412. iteration 3290 found worse value: 363.388072412. iteration3290, perturbing to get out of local maxima iteration 3291 found worse value: 363.388072412. iteration 3292 found worse value: 363.388072412. iteration 3293 found worse value: 363.388072412. iteration 3294 found worse value: 363.388072412. iteration3294, perturbing to get out of local maxima iteration 3295 found worse value: 363.388072412. iteration 3296 found worse value: 363.388072412. iteration 3297 found worse value: 363.388072412. iteration 3298 found worse value: 363.388072412. iteration 3299 found worse value: 363.388072412. iteration 3300 found worse value: 363.388072412. iteration3300, perturbing to get out of local maxima iteration 3301 found worse value: 363.388072412. iteration 3302 found worse value: 363.388072412. iteration 3303 found worse value: 363.388072412. iteration 3304 found worse value: 363.388072412. iteration 3305 found worse value: 363.388072412. iteration 3306 found worse value: 363.388072412. iteration 3307 found worse value: 363.388072412. iteration 3308 found worse value: 363.388072412. iteration 3309 found worse value: 363.388072412. iteration 3310 found worse value: 363.388072412. iteration 3311 found worse value: 363.388072412. iteration 3312 found worse value: 363.388072412. iteration 3313 found worse value: 363.388072412. iteration 3314 found worse value: 363.388072412. iteration 3315 found worse value: 363.388072412. iteration 3316 found worse value: 363.388072412. iteration 3317 found worse value: 363.388072412. iteration 3318 found worse value: 363.388072412. iteration 3319 found worse value: 363.388072412. iteration 3320 found worse value: 363.388072412. iteration 3321 found worse value: 363.388072412. iteration 3322 found worse value: 363.388072412. iteration 3323 found worse value: 363.388072412. iteration 3324 found worse value: 363.388072412. iteration 3325 found worse value: 363.388072412. iteration 3326 found worse value: 363.388072412. iteration 3327 found worse value: 363.388072412. iteration 3328 found worse value: 363.388072412. iteration 3329 found worse value: 363.388072412. iteration 3330 found worse value: 363.388072412. iteration 3331 found worse value: 363.388072412. iteration 3332 found worse value: 363.388072412. iteration 3333 found worse value: 363.388072412. iteration 3334 found worse value: 363.388072412. iteration 3335 found worse value: 363.388072412. iteration 3336 found worse value: 363.388072412. iteration 3337 found worse value: 363.388072412. iteration 3338 found worse value: 363.388072412. iteration 3339 found worse value: 363.388072412. iteration 3340 found worse value: 363.388072412. iteration 3341 found worse value: 363.388072412. iteration 3342 found worse value: 363.388072412. iteration 3343 found worse value: 363.388072412. iteration 3344 found worse value: 363.388072412. iteration 3345 found worse value: 363.388072412. iteration 3346 found worse value: 363.388072412. iteration 3347 found worse value: 363.388072412. iteration 3348 found worse value: 363.388072412. iteration 3349 found worse value: 363.388072412. iteration 3350 found worse value: 363.388072412. iteration 3351 found worse value: 363.388072412. iteration 3352 found worse value: 363.388072412. iteration 3353 found worse value: 363.388072412. iteration 3354 found worse value: 363.388072412. iteration 3355 found worse value: 363.388072412. iteration 3356 found worse value: 363.388072412. iteration 3357 found worse value: 363.388072412. iteration 3358 found worse value: 363.388072412. iteration 3359 found worse value: 363.388072412. iteration 3360 found worse value: 363.388072412. iteration 3361 found worse value: 363.388072412. iteration 3362 found worse value: 363.388072412. iteration3362, perturbing to get out of local maxima iteration 3363 found worse value: 363.388072412. iteration3363, perturbing to get out of local maxima iteration 3364 found worse value: 363.388072412. iteration 3365 found worse value: 363.388072412. iteration 3366 found worse value: 363.388072412. iteration 3367 found worse value: 363.388072412. iteration 3368 found worse value: 363.388072412. iteration 3369 found worse value: 363.388072412. iteration 3370 found worse value: 363.388072412. iteration 3371 found worse value: 363.388072412. iteration 3372 found worse value: 363.388072412. iteration 3373 found worse value: 363.388072412. iteration 3374 found worse value: 363.388072412. iteration 3375 found worse value: 363.388072412. iteration 3376 found worse value: 363.388072412. iteration 3377 found worse value: 363.388072412. iteration 3378 found worse value: 363.388072412. iteration 3379 found worse value: 363.388072412. iteration 3380 found worse value: 363.388072412. iteration 3381 found worse value: 363.388072412. iteration3381, perturbing to get out of local maxima iteration 3382 found worse value: 363.388072412. iteration 3383 found worse value: 363.388072412. iteration 3384 found worse value: 363.388072412. iteration 3385 found worse value: 363.388072412. iteration 3386 found worse value: 363.388072412. iteration 3387 found worse value: 363.388072412. iteration 3388 found worse value: 363.388072412. iteration 3389 found better value: 363.38977621099997 iteration 3390 found worse value: 363.38977621099997. iteration 3391 found worse value: 363.38977621099997. iteration 3392 found worse value: 363.38977621099997. iteration 3393 found worse value: 363.38977621099997. iteration3393, perturbing to get out of local maxima iteration 3394 found worse value: 363.38977621099997. iteration3394, perturbing to get out of local maxima iteration 3395 found worse value: 363.38977621099997. iteration 3396 found worse value: 363.38977621099997. iteration 3397 found worse value: 363.38977621099997. iteration 3398 found worse value: 363.38977621099997. iteration 3399 found worse value: 363.38977621099997. iteration 3400 found worse value: 363.38977621099997. iteration 3401 found worse value: 363.38977621099997. iteration 3402 found worse value: 363.38977621099997. iteration3402, perturbing to get out of local maxima iteration 3403 found worse value: 363.38977621099997. iteration 3404 found worse value: 363.38977621099997. iteration 3405 found worse value: 363.38977621099997. iteration 3406 found worse value: 363.38977621099997. iteration 3407 found worse value: 363.38977621099997. iteration 3408 found worse value: 363.38977621099997. iteration 3409 found worse value: 363.38977621099997. iteration3409, perturbing to get out of local maxima iteration 3410 found worse value: 363.38977621099997. iteration 3411 found worse value: 363.38977621099997. iteration 3412 found worse value: 363.38977621099997. iteration 3413 found worse value: 363.38977621099997. iteration 3414 found worse value: 363.38977621099997. iteration 3415 found worse value: 363.38977621099997. iteration 3416 found worse value: 363.38977621099997. iteration 3417 found worse value: 363.38977621099997. iteration 3418 found worse value: 363.38977621099997. iteration 3419 found worse value: 363.38977621099997. iteration 3420 found worse value: 363.38977621099997. iteration 3421 found worse value: 363.38977621099997. iteration 3422 found worse value: 363.38977621099997. iteration 3423 found worse value: 363.38977621099997. iteration 3424 found worse value: 363.38977621099997. iteration 3425 found worse value: 363.38977621099997. iteration 3426 found worse value: 363.38977621099997. iteration 3427 found worse value: 363.38977621099997. iteration 3428 found worse value: 363.38977621099997. iteration 3429 found worse value: 363.38977621099997. iteration3429, perturbing to get out of local maxima iteration 3430 found worse value: 363.38977621099997. iteration 3431 found worse value: 363.38977621099997. iteration 3432 found worse value: 363.38977621099997. iteration 3433 found worse value: 363.38977621099997. iteration 3434 found worse value: 363.38977621099997. iteration 3435 found worse value: 363.38977621099997. iteration 3436 found worse value: 363.38977621099997. iteration 3437 found worse value: 363.38977621099997. iteration 3438 found worse value: 363.38977621099997. iteration 3439 found worse value: 363.38977621099997. iteration 3440 found worse value: 363.38977621099997. iteration 3441 found worse value: 363.38977621099997. iteration 3442 found worse value: 363.38977621099997. iteration3442, perturbing to get out of local maxima iteration 3443 found worse value: 363.38977621099997. iteration3443, perturbing to get out of local maxima iteration 3444 found worse value: 363.38977621099997. iteration 3445 found worse value: 363.38977621099997. iteration 3446 found worse value: 363.38977621099997. iteration 3447 found worse value: 363.38977621099997. iteration 3448 found worse value: 363.38977621099997. iteration 3449 found worse value: 363.38977621099997. iteration 3450 found worse value: 363.38977621099997. iteration 3451 found worse value: 363.38977621099997. iteration 3452 found worse value: 363.38977621099997. iteration 3453 found worse value: 363.38977621099997. iteration 3454 found worse value: 363.38977621099997. iteration 3455 found worse value: 363.38977621099997. iteration 3456 found worse value: 363.38977621099997. iteration 3457 found worse value: 363.38977621099997. iteration 3458 found worse value: 363.38977621099997. iteration 3459 found worse value: 363.38977621099997. iteration 3460 found worse value: 363.38977621099997. iteration 3461 found worse value: 363.38977621099997. iteration 3462 found worse value: 363.38977621099997. iteration 3463 found worse value: 363.38977621099997. iteration 3464 found worse value: 363.38977621099997. iteration3464, perturbing to get out of local maxima iteration 3465 found worse value: 363.38977621099997. iteration 3466 found worse value: 363.38977621099997. iteration 3467 found worse value: 363.38977621099997. iteration 3468 found better value: 363.3919223390001 iteration 3469 found worse value: 363.3919223390001. iteration 3470 found worse value: 363.3919223390001. iteration 3471 found worse value: 363.3919223390001. iteration 3472 found better value: 363.391982577 iteration 3473 found worse value: 363.391982577. iteration 3474 found worse value: 363.391982577. iteration3474, perturbing to get out of local maxima iteration 3475 found worse value: 363.391982577. iteration 3476 found worse value: 363.391982577. iteration 3477 found worse value: 363.391982577. iteration 3478 found worse value: 363.391982577. iteration 3479 found worse value: 363.391982577. iteration 3480 found worse value: 363.391982577. iteration3480, perturbing to get out of local maxima iteration 3481 found worse value: 363.391982577. iteration 3482 found worse value: 363.391982577. iteration3482, perturbing to get out of local maxima iteration 3483 found worse value: 363.391982577. iteration 3484 found worse value: 363.391982577. iteration 3485 found worse value: 363.391982577. iteration 3486 found worse value: 363.391982577. iteration 3487 found worse value: 363.391982577. iteration 3488 found worse value: 363.391982577. iteration 3489 found worse value: 363.391982577. iteration 3490 found worse value: 363.391982577. iteration 3491 found worse value: 363.391982577. iteration 3492 found worse value: 363.391982577. iteration 3493 found worse value: 363.391982577. iteration 3494 found worse value: 363.391982577. iteration 3495 found worse value: 363.391982577. iteration 3496 found worse value: 363.391982577. iteration 3497 found worse value: 363.391982577. iteration 3498 found worse value: 363.391982577. iteration 3499 found worse value: 363.391982577. iteration 3500 found worse value: 363.391982577. iteration 3501 found worse value: 363.391982577. iteration 3502 found worse value: 363.391982577. iteration 3503 found worse value: 363.391982577. iteration 3504 found worse value: 363.391982577. iteration 3505 found worse value: 363.391982577. iteration 3506 found worse value: 363.391982577. iteration 3507 found worse value: 363.391982577. iteration 3508 found worse value: 363.391982577. iteration 3509 found worse value: 363.391982577. iteration 3510 found worse value: 363.391982577. iteration 3511 found worse value: 363.391982577. iteration 3512 found worse value: 363.391982577. iteration 3513 found worse value: 363.391982577. iteration 3514 found worse value: 363.391982577. iteration 3515 found worse value: 363.391982577. iteration 3516 found worse value: 363.391982577. iteration 3517 found worse value: 363.391982577. iteration 3518 found worse value: 363.391982577. iteration 3519 found worse value: 363.391982577. iteration 3520 found worse value: 363.391982577. iteration 3521 found worse value: 363.391982577. iteration 3522 found worse value: 363.391982577. iteration 3523 found worse value: 363.391982577. iteration 3524 found worse value: 363.391982577. iteration 3525 found worse value: 363.391982577. iteration 3526 found worse value: 363.391982577. iteration3526, perturbing to get out of local maxima iteration 3527 found worse value: 363.391982577. iteration 3528 found worse value: 363.391982577. iteration 3529 found worse value: 363.391982577. iteration 3530 found worse value: 363.391982577. iteration 3531 found worse value: 363.391982577. iteration 3532 found worse value: 363.391982577. iteration 3533 found worse value: 363.391982577. iteration 3534 found worse value: 363.391982577. iteration3534, perturbing to get out of local maxima iteration 3535 found worse value: 363.391982577. iteration 3536 found worse value: 363.391982577. iteration 3537 found worse value: 363.391982577. iteration 3538 found worse value: 363.391982577. iteration 3539 found worse value: 363.391982577. iteration 3540 found worse value: 363.391982577. iteration 3541 found worse value: 363.391982577. iteration 3542 found worse value: 363.391982577. iteration 3543 found worse value: 363.391982577. iteration 3544 found worse value: 363.391982577. iteration 3545 found worse value: 363.391982577. iteration 3546 found worse value: 363.391982577. iteration3546, perturbing to get out of local maxima iteration 3547 found worse value: 363.391982577. iteration 3548 found worse value: 363.391982577. iteration 3549 found better value: 363.392079204 iteration 3550 found worse value: 363.392079204. iteration 3551 found worse value: 363.392079204. iteration 3552 found worse value: 363.392079204. iteration 3553 found worse value: 363.392079204. iteration 3554 found better value: 363.39275349100006 iteration 3555 found worse value: 363.39275349100006. iteration3555, perturbing to get out of local maxima iteration 3556 found worse value: 363.39275349100006. iteration 3557 found worse value: 363.39275349100006. iteration 3558 found worse value: 363.39275349100006. iteration 3559 found worse value: 363.39275349100006. iteration3559, perturbing to get out of local maxima iteration 3560 found worse value: 363.39275349100006. iteration 3561 found worse value: 363.39275349100006. iteration 3562 found worse value: 363.39275349100006. iteration 3563 found worse value: 363.39275349100006. iteration 3564 found worse value: 363.39275349100006. iteration 3565 found worse value: 363.39275349100006. iteration 3566 found worse value: 363.39275349100006. iteration3566, perturbing to get out of local maxima iteration 3567 found worse value: 363.39275349100006. iteration 3568 found worse value: 363.39275349100006. iteration 3569 found worse value: 363.39275349100006. iteration 3570 found worse value: 363.39275349100006. iteration3570, perturbing to get out of local maxima iteration 3571 found worse value: 363.39275349100006. iteration 3572 found worse value: 363.39275349100006. iteration3572, perturbing to get out of local maxima iteration 3573 found worse value: 363.39275349100006. iteration 3574 found worse value: 363.39275349100006. iteration3574, perturbing to get out of local maxima iteration 3575 found worse value: 363.39275349100006. iteration 3576 found worse value: 363.39275349100006. iteration 3577 found worse value: 363.39275349100006. iteration 3578 found worse value: 363.39275349100006. iteration 3579 found worse value: 363.39275349100006. iteration 3580 found worse value: 363.39275349100006. iteration 3581 found worse value: 363.39275349100006. iteration 3582 found worse value: 363.39275349100006. iteration 3583 found worse value: 363.39275349100006. iteration 3584 found worse value: 363.39275349100006. iteration 3585 found worse value: 363.39275349100006. iteration 3586 found worse value: 363.39275349100006. iteration3586, perturbing to get out of local maxima iteration 3587 found worse value: 363.39275349100006. iteration 3588 found worse value: 363.39275349100006. iteration 3589 found worse value: 363.39275349100006. iteration3589, perturbing to get out of local maxima iteration 3590 found worse value: 363.39275349100006. iteration 3591 found worse value: 363.39275349100006. iteration 3592 found worse value: 363.39275349100006. iteration 3593 found worse value: 363.39275349100006. iteration 3594 found worse value: 363.39275349100006. iteration 3595 found worse value: 363.39275349100006. iteration 3596 found worse value: 363.39275349100006. iteration 3597 found worse value: 363.39275349100006. iteration 3598 found worse value: 363.39275349100006. iteration 3599 found worse value: 363.39275349100006. iteration 3600 found worse value: 363.39275349100006. iteration3600, perturbing to get out of local maxima iteration 3601 found worse value: 363.39275349100006. iteration3601, perturbing to get out of local maxima iteration 3602 found worse value: 363.39275349100006. iteration 3603 found worse value: 363.39275349100006. iteration 3604 found worse value: 363.39275349100006. iteration 3605 found worse value: 363.39275349100006. iteration 3606 found worse value: 363.39275349100006. iteration 3607 found worse value: 363.39275349100006. iteration 3608 found worse value: 363.39275349100006. iteration3608, perturbing to get out of local maxima iteration 3609 found worse value: 363.39275349100006. iteration 3610 found worse value: 363.39275349100006. iteration 3611 found worse value: 363.39275349100006. iteration 3612 found worse value: 363.39275349100006. iteration 3613 found worse value: 363.39275349100006. iteration 3614 found worse value: 363.39275349100006. iteration3614, perturbing to get out of local maxima iteration 3615 found worse value: 363.39275349100006. iteration 3616 found worse value: 363.39275349100006. iteration3616, perturbing to get out of local maxima iteration 3617 found worse value: 363.39275349100006. iteration 3618 found worse value: 363.39275349100006. iteration 3619 found worse value: 363.39275349100006. iteration 3620 found worse value: 363.39275349100006. iteration 3621 found worse value: 363.39275349100006. iteration 3622 found worse value: 363.39275349100006. iteration 3623 found worse value: 363.39275349100006. iteration 3624 found worse value: 363.39275349100006. iteration 3625 found worse value: 363.39275349100006. iteration 3626 found worse value: 363.39275349100006. iteration 3627 found worse value: 363.39275349100006. iteration 3628 found worse value: 363.39275349100006. iteration 3629 found worse value: 363.39275349100006. iteration 3630 found worse value: 363.39275349100006. iteration 3631 found worse value: 363.39275349100006. iteration 3632 found worse value: 363.39275349100006. iteration 3633 found worse value: 363.39275349100006. iteration3633, perturbing to get out of local maxima iteration 3634 found worse value: 363.39275349100006. iteration 3635 found worse value: 363.39275349100006. iteration 3636 found worse value: 363.39275349100006. iteration 3637 found worse value: 363.39275349100006. iteration 3638 found worse value: 363.39275349100006. iteration 3639 found worse value: 363.39275349100006. iteration 3640 found worse value: 363.39275349100006. iteration 3641 found worse value: 363.39275349100006. iteration 3642 found worse value: 363.39275349100006. iteration 3643 found worse value: 363.39275349100006. iteration3643, perturbing to get out of local maxima iteration 3644 found worse value: 363.39275349100006. iteration3644, perturbing to get out of local maxima iteration 3645 found worse value: 363.39275349100006. iteration 3646 found worse value: 363.39275349100006. iteration 3647 found worse value: 363.39275349100006. iteration 3648 found worse value: 363.39275349100006. iteration 3649 found worse value: 363.39275349100006. iteration 3650 found worse value: 363.39275349100006. iteration 3651 found worse value: 363.39275349100006. iteration 3652 found worse value: 363.39275349100006. iteration 3653 found worse value: 363.39275349100006. iteration 3654 found worse value: 363.39275349100006. iteration 3655 found worse value: 363.39275349100006. iteration 3656 found worse value: 363.39275349100006. iteration 3657 found worse value: 363.39275349100006. iteration 3658 found worse value: 363.39275349100006. iteration 3659 found worse value: 363.39275349100006. iteration 3660 found worse value: 363.39275349100006. iteration 3661 found worse value: 363.39275349100006. iteration 3662 found worse value: 363.39275349100006. iteration 3663 found worse value: 363.39275349100006. iteration 3664 found worse value: 363.39275349100006. iteration 3665 found worse value: 363.39275349100006. iteration 3666 found worse value: 363.39275349100006. iteration 3667 found worse value: 363.39275349100006. iteration 3668 found worse value: 363.39275349100006. iteration 3669 found worse value: 363.39275349100006. iteration 3670 found worse value: 363.39275349100006. iteration 3671 found worse value: 363.39275349100006. iteration 3672 found worse value: 363.39275349100006. iteration3672, perturbing to get out of local maxima iteration 3673 found worse value: 363.39275349100006. iteration 3674 found worse value: 363.39275349100006. iteration 3675 found worse value: 363.39275349100006. iteration 3676 found worse value: 363.39275349100006. iteration3676, perturbing to get out of local maxima iteration 3677 found worse value: 363.39275349100006. iteration 3678 found worse value: 363.39275349100006. iteration3678, perturbing to get out of local maxima iteration 3679 found worse value: 363.39275349100006. iteration3679, perturbing to get out of local maxima iteration 3680 found worse value: 363.39275349100006. iteration 3681 found worse value: 363.39275349100006. iteration 3682 found worse value: 363.39275349100006. iteration 3683 found worse value: 363.39275349100006. iteration 3684 found worse value: 363.39275349100006. iteration 3685 found worse value: 363.39275349100006. iteration 3686 found worse value: 363.39275349100006. iteration 3687 found worse value: 363.39275349100006. iteration 3688 found worse value: 363.39275349100006. iteration3688, perturbing to get out of local maxima iteration 3689 found worse value: 363.39275349100006. iteration 3690 found worse value: 363.39275349100006. iteration 3691 found worse value: 363.39275349100006. iteration 3692 found worse value: 363.39275349100006. iteration 3693 found worse value: 363.39275349100006. iteration 3694 found worse value: 363.39275349100006. iteration 3695 found worse value: 363.39275349100006. iteration 3696 found worse value: 363.39275349100006. iteration 3697 found worse value: 363.39275349100006. iteration 3698 found worse value: 363.39275349100006. iteration 3699 found worse value: 363.39275349100006. iteration 3700 found worse value: 363.39275349100006. iteration 3701 found worse value: 363.39275349100006. iteration 3702 found worse value: 363.39275349100006. iteration 3703 found worse value: 363.39275349100006. iteration 3704 found worse value: 363.39275349100006. iteration 3705 found worse value: 363.39275349100006. iteration 3706 found worse value: 363.39275349100006. iteration 3707 found worse value: 363.39275349100006. iteration 3708 found worse value: 363.39275349100006. iteration 3709 found worse value: 363.39275349100006. iteration 3710 found worse value: 363.39275349100006. iteration 3711 found worse value: 363.39275349100006. iteration 3712 found worse value: 363.39275349100006. iteration 3713 found worse value: 363.39275349100006. iteration 3714 found worse value: 363.39275349100006. iteration 3715 found worse value: 363.39275349100006. iteration 3716 found worse value: 363.39275349100006. iteration 3717 found worse value: 363.39275349100006. iteration 3718 found worse value: 363.39275349100006. iteration 3719 found worse value: 363.39275349100006. iteration 3720 found worse value: 363.39275349100006. iteration 3721 found worse value: 363.39275349100006. iteration 3722 found worse value: 363.39275349100006. iteration 3723 found worse value: 363.39275349100006. iteration 3724 found worse value: 363.39275349100006. iteration 3725 found worse value: 363.39275349100006. iteration 3726 found worse value: 363.39275349100006. iteration3726, perturbing to get out of local maxima iteration 3727 found worse value: 363.39275349100006. iteration 3728 found worse value: 363.39275349100006. iteration 3729 found worse value: 363.39275349100006. iteration 3730 found worse value: 363.39275349100006. iteration 3731 found worse value: 363.39275349100006. iteration 3732 found worse value: 363.39275349100006. iteration 3733 found worse value: 363.39275349100006. iteration3733, perturbing to get out of local maxima iteration 3734 found worse value: 363.39275349100006. iteration3734, perturbing to get out of local maxima iteration 3735 found worse value: 363.39275349100006. iteration 3736 found worse value: 363.39275349100006. iteration 3737 found worse value: 363.39275349100006. iteration 3738 found worse value: 363.39275349100006. iteration 3739 found worse value: 363.39275349100006. iteration 3740 found worse value: 363.39275349100006. iteration 3741 found worse value: 363.39275349100006. iteration3741, perturbing to get out of local maxima iteration 3742 found worse value: 363.39275349100006. iteration 3743 found worse value: 363.39275349100006. iteration 3744 found worse value: 363.39275349100006. iteration 3745 found worse value: 363.39275349100006. iteration 3746 found worse value: 363.39275349100006. iteration 3747 found worse value: 363.39275349100006. iteration 3748 found worse value: 363.39275349100006. iteration 3749 found worse value: 363.39275349100006. iteration 3750 found worse value: 363.39275349100006. iteration 3751 found worse value: 363.39275349100006. iteration 3752 found worse value: 363.39275349100006. iteration 3753 found worse value: 363.39275349100006. iteration 3754 found worse value: 363.39275349100006. iteration 3755 found worse value: 363.39275349100006. iteration 3756 found worse value: 363.39275349100006. iteration 3757 found worse value: 363.39275349100006. iteration 3758 found worse value: 363.39275349100006. iteration 3759 found worse value: 363.39275349100006. iteration3759, perturbing to get out of local maxima iteration 3760 found worse value: 363.39275349100006. iteration 3761 found worse value: 363.39275349100006. iteration 3762 found worse value: 363.39275349100006. iteration 3763 found worse value: 363.39275349100006. iteration 3764 found worse value: 363.39275349100006. iteration 3765 found worse value: 363.39275349100006. iteration 3766 found worse value: 363.39275349100006. iteration 3767 found worse value: 363.39275349100006. iteration 3768 found worse value: 363.39275349100006. iteration 3769 found worse value: 363.39275349100006. iteration 3770 found worse value: 363.39275349100006. iteration 3771 found worse value: 363.39275349100006. iteration 3772 found worse value: 363.39275349100006. iteration 3773 found worse value: 363.39275349100006. iteration 3774 found worse value: 363.39275349100006. iteration 3775 found worse value: 363.39275349100006. iteration 3776 found worse value: 363.39275349100006. iteration 3777 found worse value: 363.39275349100006. iteration 3778 found worse value: 363.39275349100006. iteration 3779 found worse value: 363.39275349100006. iteration 3780 found worse value: 363.39275349100006. iteration 3781 found worse value: 363.39275349100006. iteration 3782 found worse value: 363.39275349100006. iteration3782, perturbing to get out of local maxima iteration 3783 found worse value: 363.39275349100006. iteration 3784 found worse value: 363.39275349100006. iteration 3785 found worse value: 363.39275349100006. iteration 3786 found worse value: 363.39275349100006. iteration 3787 found worse value: 363.39275349100006. iteration 3788 found worse value: 363.39275349100006. iteration 3789 found worse value: 363.39275349100006. iteration 3790 found worse value: 363.39275349100006. iteration 3791 found worse value: 363.39275349100006. iteration 3792 found worse value: 363.39275349100006. iteration 3793 found worse value: 363.39275349100006. iteration 3794 found worse value: 363.39275349100006. iteration 3795 found worse value: 363.39275349100006. iteration 3796 found worse value: 363.39275349100006. iteration 3797 found worse value: 363.39275349100006. iteration 3798 found worse value: 363.39275349100006. iteration3798, perturbing to get out of local maxima iteration 3799 found worse value: 363.39275349100006. iteration 3800 found worse value: 363.39275349100006. iteration 3801 found worse value: 363.39275349100006. iteration 3802 found worse value: 363.39275349100006. iteration3802, perturbing to get out of local maxima iteration 3803 found worse value: 363.39275349100006. iteration 3804 found worse value: 363.39275349100006. iteration 3805 found worse value: 363.39275349100006. iteration 3806 found worse value: 363.39275349100006. iteration 3807 found worse value: 363.39275349100006. iteration 3808 found worse value: 363.39275349100006. iteration 3809 found worse value: 363.39275349100006. iteration 3810 found worse value: 363.39275349100006. iteration 3811 found worse value: 363.39275349100006. iteration 3812 found worse value: 363.39275349100006. iteration 3813 found worse value: 363.39275349100006. iteration 3814 found worse value: 363.39275349100006. iteration 3815 found worse value: 363.39275349100006. iteration 3816 found worse value: 363.39275349100006. iteration 3817 found worse value: 363.39275349100006. iteration 3818 found worse value: 363.39275349100006. iteration 3819 found worse value: 363.39275349100006. iteration 3820 found worse value: 363.39275349100006. iteration 3821 found worse value: 363.39275349100006. iteration 3822 found worse value: 363.39275349100006. iteration 3823 found worse value: 363.39275349100006. iteration 3824 found worse value: 363.39275349100006. iteration 3825 found worse value: 363.39275349100006. iteration 3826 found worse value: 363.39275349100006. iteration 3827 found worse value: 363.39275349100006. iteration 3828 found worse value: 363.39275349100006. iteration 3829 found worse value: 363.39275349100006. iteration 3830 found worse value: 363.39275349100006. iteration 3831 found worse value: 363.39275349100006. iteration 3832 found worse value: 363.39275349100006. iteration 3833 found worse value: 363.39275349100006. iteration 3834 found worse value: 363.39275349100006. iteration 3835 found worse value: 363.39275349100006. iteration 3836 found worse value: 363.39275349100006. iteration 3837 found worse value: 363.39275349100006. iteration 3838 found worse value: 363.39275349100006. iteration 3839 found worse value: 363.39275349100006. iteration 3840 found worse value: 363.39275349100006. iteration 3841 found worse value: 363.39275349100006. iteration 3842 found worse value: 363.39275349100006. iteration 3843 found worse value: 363.39275349100006. iteration 3844 found worse value: 363.39275349100006. iteration 3845 found worse value: 363.39275349100006. iteration 3846 found worse value: 363.39275349100006. iteration 3847 found worse value: 363.39275349100006. iteration3847, perturbing to get out of local maxima iteration 3848 found worse value: 363.39275349100006. iteration 3849 found worse value: 363.39275349100006. iteration 3850 found worse value: 363.39275349100006. iteration 3851 found worse value: 363.39275349100006. iteration3851, perturbing to get out of local maxima iteration 3852 found worse value: 363.39275349100006. iteration 3853 found worse value: 363.39275349100006. iteration 3854 found worse value: 363.39275349100006. iteration 3855 found worse value: 363.39275349100006. iteration 3856 found worse value: 363.39275349100006. iteration 3857 found worse value: 363.39275349100006. iteration 3858 found worse value: 363.39275349100006. iteration 3859 found worse value: 363.39275349100006. iteration 3860 found worse value: 363.39275349100006. iteration 3861 found worse value: 363.39275349100006. iteration 3862 found worse value: 363.39275349100006. iteration 3863 found worse value: 363.39275349100006. iteration 3864 found worse value: 363.39275349100006. iteration 3865 found better value: 363.393802022 iteration 3866 found worse value: 363.393802022. iteration 3867 found worse value: 363.393802022. iteration 3868 found worse value: 363.393802022. iteration 3869 found worse value: 363.393802022. iteration 3870 found worse value: 363.393802022. iteration3870, perturbing to get out of local maxima iteration 3871 found worse value: 363.393802022. iteration 3872 found worse value: 363.393802022. iteration 3873 found worse value: 363.393802022. iteration 3874 found worse value: 363.393802022. iteration 3875 found worse value: 363.393802022. iteration3875, perturbing to get out of local maxima iteration 3876 found worse value: 363.393802022. iteration 3877 found worse value: 363.393802022. iteration 3878 found worse value: 363.393802022. iteration 3879 found worse value: 363.393802022. iteration 3880 found worse value: 363.393802022. iteration 3881 found worse value: 363.393802022. iteration 3882 found worse value: 363.393802022. iteration 3883 found worse value: 363.393802022. iteration 3884 found worse value: 363.393802022. iteration3884, perturbing to get out of local maxima iteration 3885 found worse value: 363.393802022. iteration 3886 found worse value: 363.393802022. iteration 3887 found worse value: 363.393802022. iteration 3888 found worse value: 363.393802022. iteration 3889 found worse value: 363.393802022. iteration 3890 found worse value: 363.393802022. iteration 3891 found worse value: 363.393802022. iteration 3892 found worse value: 363.393802022. iteration 3893 found worse value: 363.393802022. iteration 3894 found worse value: 363.393802022. iteration 3895 found worse value: 363.393802022. iteration 3896 found worse value: 363.393802022. iteration 3897 found worse value: 363.393802022. iteration 3898 found worse value: 363.393802022. iteration 3899 found worse value: 363.393802022. iteration 3900 found worse value: 363.393802022. iteration 3901 found worse value: 363.393802022. iteration 3902 found worse value: 363.393802022. iteration 3903 found worse value: 363.393802022. iteration 3904 found worse value: 363.393802022. iteration 3905 found worse value: 363.393802022. iteration 3906 found worse value: 363.393802022. iteration 3907 found worse value: 363.393802022. iteration 3908 found worse value: 363.393802022. iteration 3909 found worse value: 363.393802022. iteration 3910 found worse value: 363.393802022. iteration 3911 found worse value: 363.393802022. iteration 3912 found worse value: 363.393802022. iteration 3913 found worse value: 363.393802022. iteration 3914 found worse value: 363.393802022. iteration3914, perturbing to get out of local maxima iteration 3915 found worse value: 363.393802022. iteration 3916 found worse value: 363.393802022. iteration 3917 found worse value: 363.393802022. iteration 3918 found worse value: 363.393802022. iteration 3919 found worse value: 363.393802022. iteration3919, perturbing to get out of local maxima iteration 3920 found worse value: 363.393802022. iteration 3921 found worse value: 363.393802022. iteration 3922 found worse value: 363.393802022. iteration 3923 found better value: 363.394405053 iteration 3924 found worse value: 363.394405053. iteration 3925 found worse value: 363.394405053. iteration 3926 found worse value: 363.394405053. iteration 3927 found worse value: 363.394405053. iteration 3928 found worse value: 363.394405053. iteration 3929 found worse value: 363.394405053. iteration 3930 found worse value: 363.394405053. iteration 3931 found worse value: 363.394405053. iteration 3932 found worse value: 363.394405053. iteration 3933 found worse value: 363.394405053. iteration 3934 found worse value: 363.394405053. iteration 3935 found worse value: 363.394405053. iteration 3936 found better value: 363.394684463 iteration 3937 found worse value: 363.394684463. iteration 3938 found worse value: 363.394684463. iteration 3939 found worse value: 363.394684463. iteration 3940 found worse value: 363.394684463. iteration 3941 found better value: 363.39501818099995 iteration 3942 found worse value: 363.39501818099995. iteration 3943 found worse value: 363.39501818099995. iteration 3944 found worse value: 363.39501818099995. iteration 3945 found worse value: 363.39501818099995. iteration 3946 found worse value: 363.39501818099995. iteration 3947 found worse value: 363.39501818099995. iteration 3948 found worse value: 363.39501818099995. iteration 3949 found worse value: 363.39501818099995. iteration 3950 found better value: 363.39550067199997 iteration 3951 found worse value: 363.39550067199997. iteration3951, perturbing to get out of local maxima iteration 3952 found worse value: 363.39550067199997. iteration 3953 found worse value: 363.39550067199997. iteration 3954 found worse value: 363.39550067199997. iteration 3955 found worse value: 363.39550067199997. iteration 3956 found worse value: 363.39550067199997. iteration 3957 found worse value: 363.39550067199997. iteration 3958 found worse value: 363.39550067199997. iteration 3959 found worse value: 363.39550067199997. iteration 3960 found worse value: 363.39550067199997. iteration 3961 found worse value: 363.39550067199997. iteration 3962 found worse value: 363.39550067199997. iteration 3963 found worse value: 363.39550067199997. iteration 3964 found better value: 363.39624142799994 iteration 3965 found better value: 363.397645509 iteration 3966 found worse value: 363.397645509. iteration 3967 found worse value: 363.397645509. iteration 3968 found worse value: 363.397645509. iteration 3969 found worse value: 363.397645509. iteration 3970 found worse value: 363.397645509. iteration3970, perturbing to get out of local maxima iteration 3971 found worse value: 363.397645509. iteration 3972 found worse value: 363.397645509. iteration 3973 found worse value: 363.397645509. iteration 3974 found better value: 363.3976749689999 iteration 3975 found worse value: 363.3976749689999. iteration 3976 found worse value: 363.3976749689999. iteration 3977 found worse value: 363.3976749689999. iteration 3978 found worse value: 363.3976749689999. iteration 3979 found worse value: 363.3976749689999. iteration 3980 found worse value: 363.3976749689999. iteration 3981 found worse value: 363.3976749689999. iteration 3982 found worse value: 363.3976749689999. iteration 3983 found worse value: 363.3976749689999. iteration 3984 found worse value: 363.3976749689999. iteration 3985 found worse value: 363.3976749689999. iteration 3986 found worse value: 363.3976749689999. iteration 3987 found worse value: 363.3976749689999. iteration 3988 found worse value: 363.3976749689999. iteration 3989 found worse value: 363.3976749689999. iteration 3990 found worse value: 363.3976749689999. iteration 3991 found worse value: 363.3976749689999. iteration3991, perturbing to get out of local maxima iteration 3992 found worse value: 363.3976749689999. iteration 3993 found worse value: 363.3976749689999. iteration3993, perturbing to get out of local maxima iteration 3994 found worse value: 363.3976749689999. iteration 3995 found worse value: 363.3976749689999. iteration 3996 found worse value: 363.3976749689999. iteration 3997 found worse value: 363.3976749689999. iteration 3998 found worse value: 363.3976749689999. iteration 3999 found worse value: 363.3976749689999. iteration 4000 found worse value: 363.3976749689999. iteration 4001 found worse value: 363.3976749689999. iteration 4002 found worse value: 363.3976749689999. iteration 4003 found worse value: 363.3976749689999. iteration 4004 found worse value: 363.3976749689999. iteration 4005 found worse value: 363.3976749689999. iteration 4006 found worse value: 363.3976749689999. iteration 4007 found worse value: 363.3976749689999. iteration 4008 found worse value: 363.3976749689999. iteration 4009 found worse value: 363.3976749689999. iteration 4010 found worse value: 363.3976749689999. iteration 4011 found worse value: 363.3976749689999. iteration 4012 found worse value: 363.3976749689999. iteration 4013 found worse value: 363.3976749689999. iteration 4014 found worse value: 363.3976749689999. iteration 4015 found better value: 363.397696729 iteration 4016 found worse value: 363.397696729. iteration 4017 found worse value: 363.397696729. iteration 4018 found worse value: 363.397696729. iteration 4019 found worse value: 363.397696729. iteration 4020 found worse value: 363.397696729. iteration 4021 found worse value: 363.397696729. iteration 4022 found worse value: 363.397696729. iteration 4023 found worse value: 363.397696729. iteration 4024 found worse value: 363.397696729. iteration 4025 found worse value: 363.397696729. iteration 4026 found worse value: 363.397696729. iteration4026, perturbing to get out of local maxima iteration 4027 found worse value: 363.397696729. iteration 4028 found worse value: 363.397696729. iteration 4029 found worse value: 363.397696729. iteration 4030 found worse value: 363.397696729. iteration 4031 found worse value: 363.397696729. iteration 4032 found worse value: 363.397696729. iteration 4033 found worse value: 363.397696729. iteration 4034 found worse value: 363.397696729. iteration 4035 found worse value: 363.397696729. iteration 4036 found worse value: 363.397696729. iteration 4037 found worse value: 363.397696729. iteration 4038 found worse value: 363.397696729. iteration 4039 found worse value: 363.397696729. iteration 4040 found worse value: 363.397696729. iteration 4041 found worse value: 363.397696729. iteration 4042 found worse value: 363.397696729. iteration 4043 found worse value: 363.397696729. iteration 4044 found worse value: 363.397696729. iteration 4045 found worse value: 363.397696729. iteration 4046 found worse value: 363.397696729. iteration 4047 found worse value: 363.397696729. iteration 4048 found worse value: 363.397696729. iteration 4049 found worse value: 363.397696729. iteration 4050 found worse value: 363.397696729. iteration 4051 found worse value: 363.397696729. iteration 4052 found worse value: 363.397696729. iteration 4053 found worse value: 363.397696729. iteration 4054 found worse value: 363.397696729. iteration 4055 found worse value: 363.397696729. iteration 4056 found worse value: 363.397696729. iteration 4057 found worse value: 363.397696729. iteration 4058 found worse value: 363.397696729. iteration4058, perturbing to get out of local maxima iteration 4059 found worse value: 363.397696729. iteration 4060 found worse value: 363.397696729. iteration 4061 found worse value: 363.397696729. iteration 4062 found worse value: 363.397696729. iteration 4063 found worse value: 363.397696729. iteration 4064 found worse value: 363.397696729. iteration 4065 found worse value: 363.397696729. iteration 4066 found worse value: 363.397696729. iteration 4067 found worse value: 363.397696729. iteration 4068 found worse value: 363.397696729. iteration 4069 found worse value: 363.397696729. iteration 4070 found worse value: 363.397696729. iteration 4071 found worse value: 363.397696729. iteration 4072 found worse value: 363.397696729. iteration 4073 found worse value: 363.397696729. iteration 4074 found better value: 363.39835073399996 iteration 4075 found worse value: 363.39835073399996. iteration 4076 found worse value: 363.39835073399996. iteration 4077 found worse value: 363.39835073399996. iteration 4078 found worse value: 363.39835073399996. iteration 4079 found worse value: 363.39835073399996. iteration4079, perturbing to get out of local maxima iteration 4080 found worse value: 363.39835073399996. iteration4080, perturbing to get out of local maxima iteration 4081 found worse value: 363.39835073399996. iteration 4082 found worse value: 363.39835073399996. iteration 4083 found worse value: 363.39835073399996. iteration4083, perturbing to get out of local maxima iteration 4084 found worse value: 363.39835073399996. iteration 4085 found worse value: 363.39835073399996. iteration 4086 found worse value: 363.39835073399996. iteration4086, perturbing to get out of local maxima iteration 4087 found worse value: 363.39835073399996. iteration 4088 found worse value: 363.39835073399996. iteration 4089 found worse value: 363.39835073399996. iteration 4090 found worse value: 363.39835073399996. iteration4090, perturbing to get out of local maxima iteration 4091 found worse value: 363.39835073399996. iteration 4092 found worse value: 363.39835073399996. iteration 4093 found worse value: 363.39835073399996. iteration 4094 found worse value: 363.39835073399996. iteration 4095 found worse value: 363.39835073399996. iteration 4096 found worse value: 363.39835073399996. iteration 4097 found worse value: 363.39835073399996. iteration 4098 found worse value: 363.39835073399996. iteration 4099 found worse value: 363.39835073399996. iteration4099, perturbing to get out of local maxima iteration 4100 found worse value: 363.39835073399996. iteration 4101 found worse value: 363.39835073399996. iteration 4102 found worse value: 363.39835073399996. iteration 4103 found worse value: 363.39835073399996. iteration 4104 found worse value: 363.39835073399996. iteration 4105 found worse value: 363.39835073399996. iteration 4106 found worse value: 363.39835073399996. iteration 4107 found worse value: 363.39835073399996. iteration 4108 found worse value: 363.39835073399996. iteration 4109 found worse value: 363.39835073399996. iteration 4110 found worse value: 363.39835073399996. iteration 4111 found worse value: 363.39835073399996. iteration 4112 found worse value: 363.39835073399996. iteration4112, perturbing to get out of local maxima iteration 4113 found worse value: 363.39835073399996. iteration 4114 found worse value: 363.39835073399996. iteration 4115 found worse value: 363.39835073399996. iteration 4116 found worse value: 363.39835073399996. iteration 4117 found worse value: 363.39835073399996. iteration 4118 found worse value: 363.39835073399996. iteration 4119 found worse value: 363.39835073399996. iteration4119, perturbing to get out of local maxima iteration 4120 found worse value: 363.39835073399996. iteration 4121 found worse value: 363.39835073399996. iteration 4122 found worse value: 363.39835073399996. iteration 4123 found worse value: 363.39835073399996. iteration 4124 found worse value: 363.39835073399996. iteration 4125 found worse value: 363.39835073399996. iteration4125, perturbing to get out of local maxima iteration 4126 found worse value: 363.39835073399996. iteration4126, perturbing to get out of local maxima iteration 4127 found worse value: 363.39835073399996. iteration 4128 found worse value: 363.39835073399996. iteration 4129 found worse value: 363.39835073399996. iteration4129, perturbing to get out of local maxima iteration 4130 found worse value: 363.39835073399996. iteration 4131 found worse value: 363.39835073399996. iteration4131, perturbing to get out of local maxima iteration 4132 found worse value: 363.39835073399996. iteration 4133 found worse value: 363.39835073399996. iteration 4134 found worse value: 363.39835073399996. iteration 4135 found worse value: 363.39835073399996. iteration 4136 found worse value: 363.39835073399996. iteration 4137 found worse value: 363.39835073399996. iteration 4138 found worse value: 363.39835073399996. iteration 4139 found worse value: 363.39835073399996. iteration 4140 found worse value: 363.39835073399996. iteration 4141 found worse value: 363.39835073399996. iteration 4142 found worse value: 363.39835073399996. iteration 4143 found worse value: 363.39835073399996. iteration 4144 found worse value: 363.39835073399996. iteration 4145 found worse value: 363.39835073399996. iteration 4146 found worse value: 363.39835073399996. iteration 4147 found worse value: 363.39835073399996. iteration 4148 found worse value: 363.39835073399996. iteration 4149 found worse value: 363.39835073399996. iteration 4150 found worse value: 363.39835073399996. iteration 4151 found worse value: 363.39835073399996. iteration 4152 found worse value: 363.39835073399996. iteration 4153 found worse value: 363.39835073399996. iteration 4154 found worse value: 363.39835073399996. iteration 4155 found worse value: 363.39835073399996. iteration 4156 found worse value: 363.39835073399996. iteration 4157 found worse value: 363.39835073399996. iteration 4158 found worse value: 363.39835073399996. iteration 4159 found worse value: 363.39835073399996. iteration 4160 found worse value: 363.39835073399996. iteration 4161 found worse value: 363.39835073399996. iteration 4162 found worse value: 363.39835073399996. iteration 4163 found worse value: 363.39835073399996. iteration 4164 found worse value: 363.39835073399996. iteration 4165 found worse value: 363.39835073399996. iteration 4166 found worse value: 363.39835073399996. iteration 4167 found worse value: 363.39835073399996. iteration 4168 found worse value: 363.39835073399996. iteration 4169 found worse value: 363.39835073399996. iteration 4170 found worse value: 363.39835073399996. iteration 4171 found worse value: 363.39835073399996. iteration4171, perturbing to get out of local maxima iteration 4172 found worse value: 363.39835073399996. iteration 4173 found worse value: 363.39835073399996. iteration4173, perturbing to get out of local maxima iteration 4174 found worse value: 363.39835073399996. iteration 4175 found worse value: 363.39835073399996. iteration 4176 found worse value: 363.39835073399996. iteration 4177 found worse value: 363.39835073399996. iteration4177, perturbing to get out of local maxima iteration 4178 found worse value: 363.39835073399996. iteration4178, perturbing to get out of local maxima iteration 4179 found worse value: 363.39835073399996. iteration 4180 found worse value: 363.39835073399996. iteration 4181 found worse value: 363.39835073399996. iteration 4182 found worse value: 363.39835073399996. iteration 4183 found worse value: 363.39835073399996. iteration 4184 found worse value: 363.39835073399996. iteration 4185 found worse value: 363.39835073399996. iteration 4186 found worse value: 363.39835073399996. iteration 4187 found worse value: 363.39835073399996. iteration 4188 found worse value: 363.39835073399996. iteration 4189 found worse value: 363.39835073399996. iteration 4190 found worse value: 363.39835073399996. iteration 4191 found worse value: 363.39835073399996. iteration 4192 found worse value: 363.39835073399996. iteration 4193 found worse value: 363.39835073399996. iteration 4194 found worse value: 363.39835073399996. iteration 4195 found worse value: 363.39835073399996. iteration4195, perturbing to get out of local maxima iteration 4196 found worse value: 363.39835073399996. iteration 4197 found worse value: 363.39835073399996. iteration 4198 found worse value: 363.39835073399996. iteration 4199 found worse value: 363.39835073399996. iteration 4200 found worse value: 363.39835073399996. iteration4200, perturbing to get out of local maxima iteration 4201 found worse value: 363.39835073399996. iteration 4202 found worse value: 363.39835073399996. iteration 4203 found worse value: 363.39835073399996. iteration 4204 found worse value: 363.39835073399996. iteration 4205 found worse value: 363.39835073399996. iteration 4206 found worse value: 363.39835073399996. iteration 4207 found worse value: 363.39835073399996. iteration4207, perturbing to get out of local maxima iteration 4208 found worse value: 363.39835073399996. iteration 4209 found worse value: 363.39835073399996. iteration 4210 found worse value: 363.39835073399996. iteration4210, perturbing to get out of local maxima iteration 4211 found worse value: 363.39835073399996. iteration 4212 found worse value: 363.39835073399996. iteration 4213 found worse value: 363.39835073399996. iteration 4214 found worse value: 363.39835073399996. iteration 4215 found worse value: 363.39835073399996. iteration4215, perturbing to get out of local maxima iteration 4216 found worse value: 363.39835073399996. iteration 4217 found worse value: 363.39835073399996. iteration 4218 found worse value: 363.39835073399996. iteration 4219 found worse value: 363.39835073399996. iteration 4220 found worse value: 363.39835073399996. iteration 4221 found worse value: 363.39835073399996. iteration4221, perturbing to get out of local maxima iteration 4222 found worse value: 363.39835073399996. iteration 4223 found worse value: 363.39835073399996. iteration 4224 found worse value: 363.39835073399996. iteration 4225 found worse value: 363.39835073399996. iteration 4226 found worse value: 363.39835073399996. iteration4226, perturbing to get out of local maxima iteration 4227 found worse value: 363.39835073399996. iteration 4228 found worse value: 363.39835073399996. iteration 4229 found worse value: 363.39835073399996. iteration 4230 found worse value: 363.39835073399996. iteration 4231 found worse value: 363.39835073399996. iteration 4232 found worse value: 363.39835073399996. iteration 4233 found worse value: 363.39835073399996. iteration 4234 found worse value: 363.39835073399996. iteration 4235 found worse value: 363.39835073399996. iteration 4236 found worse value: 363.39835073399996. iteration 4237 found worse value: 363.39835073399996. iteration 4238 found worse value: 363.39835073399996. iteration 4239 found worse value: 363.39835073399996. iteration 4240 found worse value: 363.39835073399996. iteration 4241 found worse value: 363.39835073399996. iteration 4242 found worse value: 363.39835073399996. iteration 4243 found worse value: 363.39835073399996. iteration 4244 found worse value: 363.39835073399996. iteration4244, perturbing to get out of local maxima iteration 4245 found worse value: 363.39835073399996. iteration 4246 found worse value: 363.39835073399996. iteration 4247 found worse value: 363.39835073399996. iteration 4248 found worse value: 363.39835073399996. iteration 4249 found worse value: 363.39835073399996. iteration 4250 found worse value: 363.39835073399996. iteration 4251 found worse value: 363.39835073399996. iteration 4252 found worse value: 363.39835073399996. iteration 4253 found worse value: 363.39835073399996. iteration 4254 found worse value: 363.39835073399996. iteration 4255 found worse value: 363.39835073399996. iteration 4256 found worse value: 363.39835073399996. iteration 4257 found worse value: 363.39835073399996. iteration 4258 found worse value: 363.39835073399996. iteration 4259 found worse value: 363.39835073399996. iteration 4260 found worse value: 363.39835073399996. iteration 4261 found worse value: 363.39835073399996. iteration 4262 found worse value: 363.39835073399996. iteration 4263 found worse value: 363.39835073399996. iteration 4264 found worse value: 363.39835073399996. iteration 4265 found worse value: 363.39835073399996. iteration 4266 found worse value: 363.39835073399996. iteration 4267 found worse value: 363.39835073399996. iteration 4268 found worse value: 363.39835073399996. iteration 4269 found worse value: 363.39835073399996. iteration 4270 found worse value: 363.39835073399996. iteration 4271 found worse value: 363.39835073399996. iteration 4272 found worse value: 363.39835073399996. iteration4272, perturbing to get out of local maxima iteration 4273 found worse value: 363.39835073399996. iteration 4274 found worse value: 363.39835073399996. iteration 4275 found worse value: 363.39835073399996. iteration 4276 found worse value: 363.39835073399996. iteration 4277 found worse value: 363.39835073399996. iteration 4278 found worse value: 363.39835073399996. iteration 4279 found worse value: 363.39835073399996. iteration 4280 found worse value: 363.39835073399996. iteration 4281 found worse value: 363.39835073399996. iteration4281, perturbing to get out of local maxima iteration 4282 found worse value: 363.39835073399996. iteration4282, perturbing to get out of local maxima iteration 4283 found worse value: 363.39835073399996. iteration 4284 found worse value: 363.39835073399996. iteration 4285 found worse value: 363.39835073399996. iteration 4286 found worse value: 363.39835073399996. iteration 4287 found worse value: 363.39835073399996. iteration 4288 found worse value: 363.39835073399996. iteration 4289 found worse value: 363.39835073399996. iteration 4290 found worse value: 363.39835073399996. iteration4290, perturbing to get out of local maxima iteration 4291 found worse value: 363.39835073399996. iteration 4292 found worse value: 363.39835073399996. iteration 4293 found worse value: 363.39835073399996. iteration 4294 found worse value: 363.39835073399996. iteration 4295 found worse value: 363.39835073399996. iteration 4296 found worse value: 363.39835073399996. iteration 4297 found worse value: 363.39835073399996. iteration 4298 found worse value: 363.39835073399996. iteration 4299 found worse value: 363.39835073399996. iteration 4300 found worse value: 363.39835073399996. iteration 4301 found worse value: 363.39835073399996. iteration4301, perturbing to get out of local maxima iteration 4302 found worse value: 363.39835073399996. iteration 4303 found worse value: 363.39835073399996. iteration 4304 found worse value: 363.39835073399996. iteration 4305 found worse value: 363.39835073399996. iteration 4306 found worse value: 363.39835073399996. iteration 4307 found worse value: 363.39835073399996. iteration 4308 found worse value: 363.39835073399996. iteration 4309 found worse value: 363.39835073399996. iteration 4310 found worse value: 363.39835073399996. iteration 4311 found worse value: 363.39835073399996. iteration 4312 found worse value: 363.39835073399996. iteration 4313 found worse value: 363.39835073399996. iteration 4314 found worse value: 363.39835073399996. iteration 4315 found worse value: 363.39835073399996. iteration 4316 found worse value: 363.39835073399996. iteration 4317 found worse value: 363.39835073399996. iteration 4318 found worse value: 363.39835073399996. iteration 4319 found worse value: 363.39835073399996. iteration 4320 found worse value: 363.39835073399996. iteration 4321 found worse value: 363.39835073399996. iteration 4322 found worse value: 363.39835073399996. iteration 4323 found worse value: 363.39835073399996. iteration4323, perturbing to get out of local maxima iteration 4324 found worse value: 363.39835073399996. iteration 4325 found worse value: 363.39835073399996. iteration 4326 found worse value: 363.39835073399996. iteration 4327 found worse value: 363.39835073399996. iteration 4328 found worse value: 363.39835073399996. iteration 4329 found worse value: 363.39835073399996. iteration4329, perturbing to get out of local maxima iteration 4330 found worse value: 363.39835073399996. iteration 4331 found worse value: 363.39835073399996. iteration 4332 found worse value: 363.39835073399996. iteration 4333 found worse value: 363.39835073399996. iteration 4334 found worse value: 363.39835073399996. iteration 4335 found worse value: 363.39835073399996. iteration 4336 found worse value: 363.39835073399996. iteration 4337 found worse value: 363.39835073399996. iteration 4338 found worse value: 363.39835073399996. iteration 4339 found worse value: 363.39835073399996. iteration 4340 found worse value: 363.39835073399996. iteration 4341 found worse value: 363.39835073399996. iteration4341, perturbing to get out of local maxima iteration 4342 found worse value: 363.39835073399996. iteration 4343 found worse value: 363.39835073399996. iteration 4344 found worse value: 363.39835073399996. iteration 4345 found worse value: 363.39835073399996. iteration 4346 found worse value: 363.39835073399996. iteration 4347 found worse value: 363.39835073399996. iteration 4348 found worse value: 363.39835073399996. iteration 4349 found worse value: 363.39835073399996. iteration 4350 found worse value: 363.39835073399996. iteration 4351 found worse value: 363.39835073399996. iteration 4352 found better value: 363.39850276000004 iteration 4353 found worse value: 363.39850276000004. iteration 4354 found worse value: 363.39850276000004. iteration 4355 found worse value: 363.39850276000004. iteration 4356 found worse value: 363.39850276000004. iteration 4357 found worse value: 363.39850276000004. iteration 4358 found worse value: 363.39850276000004. iteration 4359 found worse value: 363.39850276000004. iteration 4360 found worse value: 363.39850276000004. iteration 4361 found worse value: 363.39850276000004. iteration 4362 found worse value: 363.39850276000004. iteration4362, perturbing to get out of local maxima iteration 4363 found worse value: 363.39850276000004. iteration 4364 found worse value: 363.39850276000004. iteration 4365 found worse value: 363.39850276000004. iteration 4366 found worse value: 363.39850276000004. iteration 4367 found worse value: 363.39850276000004. iteration 4368 found worse value: 363.39850276000004. iteration 4369 found worse value: 363.39850276000004. iteration 4370 found worse value: 363.39850276000004. iteration 4371 found worse value: 363.39850276000004. iteration 4372 found worse value: 363.39850276000004. iteration 4373 found worse value: 363.39850276000004. iteration 4374 found worse value: 363.39850276000004. iteration 4375 found worse value: 363.39850276000004. iteration 4376 found worse value: 363.39850276000004. iteration 4377 found worse value: 363.39850276000004. iteration4377, perturbing to get out of local maxima iteration 4378 found worse value: 363.39850276000004. iteration 4379 found worse value: 363.39850276000004. iteration 4380 found worse value: 363.39850276000004. iteration 4381 found worse value: 363.39850276000004. iteration 4382 found worse value: 363.39850276000004. iteration 4383 found worse value: 363.39850276000004. iteration 4384 found worse value: 363.39850276000004. iteration 4385 found better value: 363.400625312 iteration 4386 found worse value: 363.400625312. iteration 4387 found worse value: 363.400625312. iteration 4388 found worse value: 363.400625312. iteration 4389 found worse value: 363.400625312. iteration 4390 found better value: 363.402300012 iteration 4391 found worse value: 363.402300012. iteration 4392 found worse value: 363.402300012. iteration 4393 found better value: 363.402789665 iteration 4394 found worse value: 363.402789665. iteration 4395 found worse value: 363.402789665. iteration 4396 found worse value: 363.402789665. iteration 4397 found worse value: 363.402789665. iteration 4398 found worse value: 363.402789665. iteration 4399 found worse value: 363.402789665. iteration 4400 found worse value: 363.402789665. iteration 4401 found worse value: 363.402789665. iteration4401, perturbing to get out of local maxima iteration 4402 found worse value: 363.402789665. iteration 4403 found worse value: 363.402789665. iteration 4404 found worse value: 363.402789665. iteration4404, perturbing to get out of local maxima iteration 4405 found worse value: 363.402789665. iteration4405, perturbing to get out of local maxima iteration 4406 found worse value: 363.402789665. iteration 4407 found worse value: 363.402789665. iteration 4408 found worse value: 363.402789665. iteration 4409 found worse value: 363.402789665. iteration 4410 found worse value: 363.402789665. iteration 4411 found worse value: 363.402789665. iteration 4412 found worse value: 363.402789665. iteration4412, perturbing to get out of local maxima iteration 4413 found worse value: 363.402789665. iteration 4414 found worse value: 363.402789665. iteration 4415 found worse value: 363.402789665. iteration 4416 found worse value: 363.402789665. iteration 4417 found worse value: 363.402789665. iteration 4418 found worse value: 363.402789665. iteration 4419 found worse value: 363.402789665. iteration 4420 found worse value: 363.402789665. iteration 4421 found worse value: 363.402789665. iteration 4422 found worse value: 363.402789665. iteration 4423 found worse value: 363.402789665. iteration 4424 found worse value: 363.402789665. iteration 4425 found worse value: 363.402789665. iteration 4426 found worse value: 363.402789665. iteration 4427 found worse value: 363.402789665. iteration 4428 found worse value: 363.402789665. iteration 4429 found worse value: 363.402789665. iteration 4430 found worse value: 363.402789665. iteration 4431 found worse value: 363.402789665. iteration 4432 found worse value: 363.402789665. iteration 4433 found worse value: 363.402789665. iteration 4434 found worse value: 363.402789665. iteration 4435 found worse value: 363.402789665. iteration 4436 found worse value: 363.402789665. iteration 4437 found worse value: 363.402789665. iteration 4438 found worse value: 363.402789665. iteration4438, perturbing to get out of local maxima iteration 4439 found worse value: 363.402789665. iteration 4440 found worse value: 363.402789665. iteration 4441 found worse value: 363.402789665. iteration 4442 found worse value: 363.402789665. iteration 4443 found worse value: 363.402789665. iteration 4444 found worse value: 363.402789665. iteration 4445 found worse value: 363.402789665. iteration 4446 found worse value: 363.402789665. iteration 4447 found worse value: 363.402789665. iteration 4448 found worse value: 363.402789665. iteration 4449 found worse value: 363.402789665. iteration 4450 found worse value: 363.402789665. iteration 4451 found worse value: 363.402789665. iteration 4452 found worse value: 363.402789665. iteration 4453 found worse value: 363.402789665. iteration 4454 found worse value: 363.402789665. iteration4454, perturbing to get out of local maxima iteration 4455 found worse value: 363.402789665. iteration 4456 found worse value: 363.402789665. iteration 4457 found worse value: 363.402789665. iteration 4458 found worse value: 363.402789665. iteration4458, perturbing to get out of local maxima iteration 4459 found worse value: 363.402789665. iteration 4460 found worse value: 363.402789665. iteration 4461 found worse value: 363.402789665. iteration 4462 found worse value: 363.402789665. iteration 4463 found worse value: 363.402789665. iteration 4464 found worse value: 363.402789665. iteration 4465 found worse value: 363.402789665. iteration 4466 found worse value: 363.402789665. iteration 4467 found worse value: 363.402789665. iteration 4468 found worse value: 363.402789665. iteration 4469 found worse value: 363.402789665. iteration 4470 found worse value: 363.402789665. iteration4470, perturbing to get out of local maxima iteration 4471 found worse value: 363.402789665. iteration 4472 found worse value: 363.402789665. iteration 4473 found worse value: 363.402789665. iteration 4474 found worse value: 363.402789665. iteration 4475 found worse value: 363.402789665. iteration 4476 found worse value: 363.402789665. iteration 4477 found worse value: 363.402789665. iteration 4478 found worse value: 363.402789665. iteration 4479 found worse value: 363.402789665. iteration 4480 found worse value: 363.402789665. iteration 4481 found worse value: 363.402789665. iteration 4482 found worse value: 363.402789665. iteration 4483 found worse value: 363.402789665. iteration 4484 found worse value: 363.402789665. iteration 4485 found worse value: 363.402789665. iteration 4486 found worse value: 363.402789665. iteration 4487 found worse value: 363.402789665. iteration 4488 found worse value: 363.402789665. iteration 4489 found worse value: 363.402789665. iteration 4490 found worse value: 363.402789665. iteration4490, perturbing to get out of local maxima iteration 4491 found worse value: 363.402789665. iteration 4492 found worse value: 363.402789665. iteration 4493 found worse value: 363.402789665. iteration 4494 found worse value: 363.402789665. iteration 4495 found worse value: 363.402789665. iteration 4496 found worse value: 363.402789665. iteration 4497 found worse value: 363.402789665. iteration 4498 found worse value: 363.402789665. iteration 4499 found worse value: 363.402789665. iteration 4500 found worse value: 363.402789665. iteration 4501 found worse value: 363.402789665. iteration 4502 found worse value: 363.402789665. iteration 4503 found worse value: 363.402789665. iteration 4504 found worse value: 363.402789665. iteration 4505 found worse value: 363.402789665. iteration 4506 found worse value: 363.402789665. iteration 4507 found worse value: 363.402789665. iteration4507, perturbing to get out of local maxima iteration 4508 found worse value: 363.402789665. iteration 4509 found worse value: 363.402789665. iteration4509, perturbing to get out of local maxima iteration 4510 found worse value: 363.402789665. iteration 4511 found worse value: 363.402789665. iteration 4512 found worse value: 363.402789665. iteration 4513 found worse value: 363.402789665. iteration 4514 found worse value: 363.402789665. iteration 4515 found worse value: 363.402789665. iteration 4516 found worse value: 363.402789665. iteration 4517 found worse value: 363.402789665. iteration 4518 found worse value: 363.402789665. iteration 4519 found worse value: 363.402789665. iteration 4520 found worse value: 363.402789665. iteration 4521 found worse value: 363.402789665. iteration 4522 found worse value: 363.402789665. iteration 4523 found worse value: 363.402789665. iteration 4524 found worse value: 363.402789665. iteration 4525 found worse value: 363.402789665. iteration 4526 found worse value: 363.402789665. iteration 4527 found worse value: 363.402789665. iteration 4528 found worse value: 363.402789665. iteration 4529 found worse value: 363.402789665. iteration 4530 found worse value: 363.402789665. iteration 4531 found worse value: 363.402789665. iteration 4532 found worse value: 363.402789665. iteration 4533 found worse value: 363.402789665. iteration4533, perturbing to get out of local maxima iteration 4534 found worse value: 363.402789665. iteration 4535 found worse value: 363.402789665. iteration 4536 found worse value: 363.402789665. iteration 4537 found worse value: 363.402789665. iteration 4538 found worse value: 363.402789665. iteration4538, perturbing to get out of local maxima iteration 4539 found worse value: 363.402789665. iteration 4540 found worse value: 363.402789665. iteration 4541 found worse value: 363.402789665. iteration 4542 found worse value: 363.402789665. iteration 4543 found worse value: 363.402789665. iteration 4544 found worse value: 363.402789665. iteration4544, perturbing to get out of local maxima iteration 4545 found worse value: 363.402789665. iteration 4546 found worse value: 363.402789665. iteration 4547 found worse value: 363.402789665. iteration 4548 found worse value: 363.402789665. iteration4548, perturbing to get out of local maxima iteration 4549 found worse value: 363.402789665. iteration4549, perturbing to get out of local maxima iteration 4550 found worse value: 363.402789665. iteration 4551 found worse value: 363.402789665. iteration 4552 found worse value: 363.402789665. iteration 4553 found worse value: 363.402789665. iteration 4554 found worse value: 363.402789665. iteration 4555 found worse value: 363.402789665. iteration 4556 found worse value: 363.402789665. iteration 4557 found worse value: 363.402789665. iteration 4558 found worse value: 363.402789665. iteration 4559 found worse value: 363.402789665. iteration 4560 found worse value: 363.402789665. iteration 4561 found worse value: 363.402789665. iteration 4562 found worse value: 363.402789665. iteration 4563 found worse value: 363.402789665. iteration 4564 found worse value: 363.402789665. iteration 4565 found worse value: 363.402789665. iteration 4566 found worse value: 363.402789665. iteration 4567 found worse value: 363.402789665. iteration 4568 found worse value: 363.402789665. iteration 4569 found worse value: 363.402789665. iteration 4570 found worse value: 363.402789665. iteration 4571 found worse value: 363.402789665. iteration 4572 found worse value: 363.402789665. iteration4572, perturbing to get out of local maxima iteration 4573 found worse value: 363.402789665. iteration4573, perturbing to get out of local maxima iteration 4574 found worse value: 363.402789665. iteration 4575 found worse value: 363.402789665. iteration 4576 found worse value: 363.402789665. iteration 4577 found worse value: 363.402789665. iteration 4578 found worse value: 363.402789665. iteration 4579 found worse value: 363.402789665. iteration 4580 found worse value: 363.402789665. iteration 4581 found worse value: 363.402789665. iteration 4582 found worse value: 363.402789665. iteration 4583 found worse value: 363.402789665. iteration 4584 found worse value: 363.402789665. iteration 4585 found worse value: 363.402789665. iteration 4586 found worse value: 363.402789665. iteration 4587 found worse value: 363.402789665. iteration4587, perturbing to get out of local maxima iteration 4588 found worse value: 363.402789665. iteration 4589 found worse value: 363.402789665. iteration 4590 found worse value: 363.402789665. iteration 4591 found worse value: 363.402789665. iteration 4592 found worse value: 363.402789665. iteration 4593 found worse value: 363.402789665. iteration 4594 found worse value: 363.402789665. iteration 4595 found worse value: 363.402789665. iteration 4596 found worse value: 363.402789665. iteration 4597 found worse value: 363.402789665. iteration 4598 found worse value: 363.402789665. iteration 4599 found worse value: 363.402789665. iteration 4600 found worse value: 363.402789665. iteration 4601 found worse value: 363.402789665. iteration 4602 found worse value: 363.402789665. iteration 4603 found worse value: 363.402789665. iteration 4604 found worse value: 363.402789665. iteration 4605 found worse value: 363.402789665. iteration 4606 found worse value: 363.402789665. iteration4606, perturbing to get out of local maxima iteration 4607 found worse value: 363.402789665. iteration 4608 found worse value: 363.402789665. iteration4608, perturbing to get out of local maxima iteration 4609 found worse value: 363.402789665. iteration 4610 found worse value: 363.402789665. iteration 4611 found worse value: 363.402789665. iteration 4612 found worse value: 363.402789665. iteration 4613 found worse value: 363.402789665. iteration 4614 found worse value: 363.402789665. iteration 4615 found worse value: 363.402789665. iteration 4616 found worse value: 363.402789665. iteration 4617 found worse value: 363.402789665. iteration 4618 found worse value: 363.402789665. iteration 4619 found worse value: 363.402789665. iteration 4620 found worse value: 363.402789665. iteration 4621 found worse value: 363.402789665. iteration 4622 found worse value: 363.402789665. iteration 4623 found worse value: 363.402789665. iteration 4624 found worse value: 363.402789665. iteration 4625 found worse value: 363.402789665. iteration 4626 found worse value: 363.402789665. iteration 4627 found worse value: 363.402789665. iteration 4628 found worse value: 363.402789665. iteration 4629 found worse value: 363.402789665. iteration 4630 found worse value: 363.402789665. iteration 4631 found worse value: 363.402789665. iteration 4632 found worse value: 363.402789665. iteration 4633 found worse value: 363.402789665. iteration4633, perturbing to get out of local maxima iteration 4634 found worse value: 363.402789665. iteration4634, perturbing to get out of local maxima iteration 4635 found worse value: 363.402789665. iteration 4636 found worse value: 363.402789665. iteration 4637 found worse value: 363.402789665. iteration 4638 found worse value: 363.402789665. iteration 4639 found worse value: 363.402789665. iteration 4640 found worse value: 363.402789665. iteration 4641 found worse value: 363.402789665. iteration 4642 found worse value: 363.402789665. iteration 4643 found worse value: 363.402789665. iteration 4644 found worse value: 363.402789665. iteration 4645 found worse value: 363.402789665. iteration 4646 found worse value: 363.402789665. iteration 4647 found worse value: 363.402789665. iteration4647, perturbing to get out of local maxima iteration 4648 found worse value: 363.402789665. iteration 4649 found worse value: 363.402789665. iteration 4650 found worse value: 363.402789665. iteration 4651 found worse value: 363.402789665. iteration 4652 found worse value: 363.402789665. iteration 4653 found worse value: 363.402789665. iteration 4654 found worse value: 363.402789665. iteration 4655 found worse value: 363.402789665. iteration 4656 found worse value: 363.402789665. iteration 4657 found worse value: 363.402789665. iteration 4658 found worse value: 363.402789665. iteration4658, perturbing to get out of local maxima iteration 4659 found worse value: 363.402789665. iteration 4660 found worse value: 363.402789665. iteration 4661 found worse value: 363.402789665. iteration 4662 found worse value: 363.402789665. iteration 4663 found worse value: 363.402789665. iteration4663, perturbing to get out of local maxima iteration 4664 found worse value: 363.402789665. iteration 4665 found worse value: 363.402789665. iteration 4666 found worse value: 363.402789665. iteration 4667 found worse value: 363.402789665. iteration 4668 found worse value: 363.402789665. iteration 4669 found worse value: 363.402789665. iteration 4670 found worse value: 363.402789665. iteration 4671 found worse value: 363.402789665. iteration 4672 found worse value: 363.402789665. iteration 4673 found worse value: 363.402789665. iteration 4674 found worse value: 363.402789665. iteration 4675 found worse value: 363.402789665. iteration 4676 found worse value: 363.402789665. iteration 4677 found worse value: 363.402789665. iteration 4678 found worse value: 363.402789665. iteration 4679 found worse value: 363.402789665. iteration 4680 found worse value: 363.402789665. iteration 4681 found worse value: 363.402789665. iteration 4682 found worse value: 363.402789665. iteration 4683 found worse value: 363.402789665. iteration 4684 found worse value: 363.402789665. iteration 4685 found worse value: 363.402789665. iteration 4686 found worse value: 363.402789665. iteration 4687 found worse value: 363.402789665. iteration 4688 found worse value: 363.402789665. iteration 4689 found worse value: 363.402789665. iteration 4690 found worse value: 363.402789665. iteration 4691 found worse value: 363.402789665. iteration 4692 found worse value: 363.402789665. iteration 4693 found worse value: 363.402789665. iteration 4694 found worse value: 363.402789665. iteration 4695 found worse value: 363.402789665. iteration 4696 found worse value: 363.402789665. iteration 4697 found worse value: 363.402789665. iteration 4698 found worse value: 363.402789665. iteration 4699 found worse value: 363.402789665. iteration 4700 found worse value: 363.402789665. iteration4700, perturbing to get out of local maxima iteration 4701 found worse value: 363.402789665. iteration 4702 found worse value: 363.402789665. iteration 4703 found worse value: 363.402789665. iteration 4704 found worse value: 363.402789665. iteration 4705 found worse value: 363.402789665. iteration 4706 found worse value: 363.402789665. iteration 4707 found worse value: 363.402789665. iteration 4708 found worse value: 363.402789665. iteration4708, perturbing to get out of local maxima iteration 4709 found worse value: 363.402789665. iteration 4710 found worse value: 363.402789665. iteration 4711 found worse value: 363.402789665. iteration 4712 found worse value: 363.402789665. iteration4712, perturbing to get out of local maxima iteration 4713 found worse value: 363.402789665. iteration 4714 found worse value: 363.402789665. iteration 4715 found worse value: 363.402789665. iteration 4716 found worse value: 363.402789665. iteration 4717 found worse value: 363.402789665. iteration 4718 found worse value: 363.402789665. iteration 4719 found worse value: 363.402789665. iteration 4720 found worse value: 363.402789665. iteration 4721 found worse value: 363.402789665. iteration 4722 found worse value: 363.402789665. iteration 4723 found worse value: 363.402789665. iteration 4724 found worse value: 363.402789665. iteration 4725 found worse value: 363.402789665. iteration 4726 found worse value: 363.402789665. iteration 4727 found worse value: 363.402789665. iteration 4728 found worse value: 363.402789665. iteration 4729 found worse value: 363.402789665. iteration 4730 found worse value: 363.402789665. iteration 4731 found worse value: 363.402789665. iteration 4732 found worse value: 363.402789665. iteration 4733 found worse value: 363.402789665. iteration 4734 found worse value: 363.402789665. iteration 4735 found worse value: 363.402789665. iteration 4736 found worse value: 363.402789665. iteration 4737 found worse value: 363.402789665. iteration 4738 found worse value: 363.402789665. iteration 4739 found worse value: 363.402789665. iteration 4740 found worse value: 363.402789665. iteration4740, perturbing to get out of local maxima iteration 4741 found worse value: 363.402789665. iteration 4742 found worse value: 363.402789665. iteration 4743 found worse value: 363.402789665. iteration 4744 found worse value: 363.402789665. iteration4744, perturbing to get out of local maxima iteration 4745 found worse value: 363.402789665. iteration 4746 found worse value: 363.402789665. iteration 4747 found worse value: 363.402789665. iteration 4748 found worse value: 363.402789665. iteration 4749 found worse value: 363.402789665. iteration 4750 found worse value: 363.402789665. iteration 4751 found worse value: 363.402789665. iteration 4752 found worse value: 363.402789665. iteration 4753 found worse value: 363.402789665. iteration 4754 found worse value: 363.402789665. iteration 4755 found worse value: 363.402789665. iteration4755, perturbing to get out of local maxima iteration 4756 found worse value: 363.402789665. iteration 4757 found worse value: 363.402789665. iteration 4758 found worse value: 363.402789665. iteration4758, perturbing to get out of local maxima iteration 4759 found worse value: 363.402789665. iteration 4760 found worse value: 363.402789665. iteration 4761 found worse value: 363.402789665. iteration 4762 found worse value: 363.402789665. iteration 4763 found worse value: 363.402789665. iteration 4764 found worse value: 363.402789665. iteration 4765 found worse value: 363.402789665. iteration 4766 found worse value: 363.402789665. iteration 4767 found worse value: 363.402789665. iteration 4768 found worse value: 363.402789665. iteration 4769 found worse value: 363.402789665. iteration 4770 found worse value: 363.402789665. iteration 4771 found worse value: 363.402789665. iteration 4772 found worse value: 363.402789665. iteration 4773 found worse value: 363.402789665. iteration4773, perturbing to get out of local maxima iteration 4774 found worse value: 363.402789665. iteration 4775 found worse value: 363.402789665. iteration 4776 found worse value: 363.402789665. iteration4776, perturbing to get out of local maxima iteration 4777 found worse value: 363.402789665. iteration4777, perturbing to get out of local maxima iteration 4778 found worse value: 363.402789665. iteration 4779 found worse value: 363.402789665. iteration4779, perturbing to get out of local maxima iteration 4780 found worse value: 363.402789665. iteration 4781 found worse value: 363.402789665. iteration 4782 found worse value: 363.402789665. iteration 4783 found worse value: 363.402789665. iteration 4784 found worse value: 363.402789665. iteration 4785 found worse value: 363.402789665. iteration 4786 found worse value: 363.402789665. iteration 4787 found worse value: 363.402789665. iteration 4788 found worse value: 363.402789665. iteration 4789 found worse value: 363.402789665. iteration 4790 found worse value: 363.402789665. iteration 4791 found worse value: 363.402789665. iteration 4792 found worse value: 363.402789665. iteration 4793 found worse value: 363.402789665. iteration 4794 found worse value: 363.402789665. iteration 4795 found worse value: 363.402789665. iteration 4796 found worse value: 363.402789665. iteration 4797 found worse value: 363.402789665. iteration 4798 found worse value: 363.402789665. iteration 4799 found worse value: 363.402789665. iteration4799, perturbing to get out of local maxima iteration 4800 found worse value: 363.402789665. iteration 4801 found worse value: 363.402789665. iteration 4802 found worse value: 363.402789665. iteration 4803 found worse value: 363.402789665. iteration 4804 found worse value: 363.402789665. iteration 4805 found worse value: 363.402789665. iteration4805, perturbing to get out of local maxima iteration 4806 found worse value: 363.402789665. iteration 4807 found worse value: 363.402789665. iteration 4808 found worse value: 363.402789665. iteration 4809 found worse value: 363.402789665. iteration 4810 found worse value: 363.402789665. iteration 4811 found worse value: 363.402789665. iteration 4812 found worse value: 363.402789665. iteration 4813 found worse value: 363.402789665. iteration 4814 found worse value: 363.402789665. iteration 4815 found worse value: 363.402789665. iteration 4816 found worse value: 363.402789665. iteration 4817 found worse value: 363.402789665. iteration 4818 found worse value: 363.402789665. iteration 4819 found worse value: 363.402789665. iteration 4820 found worse value: 363.402789665. iteration 4821 found worse value: 363.402789665. iteration 4822 found worse value: 363.402789665. iteration 4823 found worse value: 363.402789665. iteration 4824 found worse value: 363.402789665. iteration 4825 found worse value: 363.402789665. iteration 4826 found worse value: 363.402789665. iteration 4827 found worse value: 363.402789665. iteration 4828 found worse value: 363.402789665. iteration 4829 found worse value: 363.402789665. iteration 4830 found worse value: 363.402789665. iteration 4831 found worse value: 363.402789665. iteration 4832 found worse value: 363.402789665. iteration 4833 found worse value: 363.402789665. iteration 4834 found worse value: 363.402789665. iteration4834, perturbing to get out of local maxima iteration 4835 found worse value: 363.402789665. iteration 4836 found worse value: 363.402789665. iteration 4837 found worse value: 363.402789665. iteration 4838 found worse value: 363.402789665. iteration 4839 found worse value: 363.402789665. iteration 4840 found worse value: 363.402789665. iteration 4841 found worse value: 363.402789665. iteration 4842 found worse value: 363.402789665. iteration 4843 found worse value: 363.402789665. iteration 4844 found worse value: 363.402789665. iteration 4845 found worse value: 363.402789665. iteration4845, perturbing to get out of local maxima iteration 4846 found worse value: 363.402789665. iteration 4847 found worse value: 363.402789665. iteration 4848 found worse value: 363.402789665. iteration 4849 found worse value: 363.402789665. iteration 4850 found worse value: 363.402789665. iteration 4851 found worse value: 363.402789665. iteration 4852 found worse value: 363.402789665. iteration4852, perturbing to get out of local maxima iteration 4853 found worse value: 363.402789665. iteration 4854 found worse value: 363.402789665. iteration 4855 found worse value: 363.402789665. iteration 4856 found worse value: 363.402789665. iteration 4857 found worse value: 363.402789665. iteration 4858 found worse value: 363.402789665. iteration 4859 found worse value: 363.402789665. iteration 4860 found worse value: 363.402789665. iteration 4861 found worse value: 363.402789665. iteration 4862 found worse value: 363.402789665. iteration 4863 found worse value: 363.402789665. iteration 4864 found worse value: 363.402789665. iteration 4865 found worse value: 363.402789665. iteration 4866 found worse value: 363.402789665. iteration 4867 found worse value: 363.402789665. iteration 4868 found worse value: 363.402789665. iteration 4869 found worse value: 363.402789665. iteration 4870 found worse value: 363.402789665. iteration 4871 found worse value: 363.402789665. iteration 4872 found worse value: 363.402789665. iteration 4873 found worse value: 363.402789665. iteration 4874 found worse value: 363.402789665. iteration 4875 found worse value: 363.402789665. iteration 4876 found worse value: 363.402789665. iteration 4877 found worse value: 363.402789665. iteration 4878 found worse value: 363.402789665. iteration 4879 found worse value: 363.402789665. iteration 4880 found worse value: 363.402789665. iteration4880, perturbing to get out of local maxima iteration 4881 found worse value: 363.402789665. iteration 4882 found worse value: 363.402789665. iteration 4883 found worse value: 363.402789665. iteration 4884 found worse value: 363.402789665. iteration 4885 found worse value: 363.402789665. iteration 4886 found worse value: 363.402789665. iteration 4887 found worse value: 363.402789665. iteration 4888 found worse value: 363.402789665. iteration4888, perturbing to get out of local maxima iteration 4889 found worse value: 363.402789665. iteration 4890 found worse value: 363.402789665. iteration 4891 found worse value: 363.402789665. iteration 4892 found worse value: 363.402789665. iteration 4893 found worse value: 363.402789665. iteration 4894 found worse value: 363.402789665. iteration 4895 found worse value: 363.402789665. iteration 4896 found worse value: 363.402789665. iteration 4897 found worse value: 363.402789665. iteration 4898 found worse value: 363.402789665. iteration4898, perturbing to get out of local maxima iteration 4899 found worse value: 363.402789665. iteration 4900 found worse value: 363.402789665. iteration 4901 found worse value: 363.402789665. iteration 4902 found worse value: 363.402789665. iteration 4903 found worse value: 363.402789665. iteration4903, perturbing to get out of local maxima iteration 4904 found worse value: 363.402789665. iteration 4905 found worse value: 363.402789665. iteration 4906 found worse value: 363.402789665. iteration 4907 found worse value: 363.402789665. iteration 4908 found worse value: 363.402789665. iteration4908, perturbing to get out of local maxima iteration 4909 found worse value: 363.402789665. iteration 4910 found worse value: 363.402789665. iteration 4911 found worse value: 363.402789665. iteration 4912 found worse value: 363.402789665. iteration 4913 found worse value: 363.402789665. iteration 4914 found worse value: 363.402789665. iteration 4915 found worse value: 363.402789665. iteration 4916 found worse value: 363.402789665. iteration 4917 found worse value: 363.402789665. iteration4917, perturbing to get out of local maxima iteration 4918 found worse value: 363.402789665. iteration 4919 found worse value: 363.402789665. iteration 4920 found worse value: 363.402789665. iteration 4921 found worse value: 363.402789665. iteration 4922 found worse value: 363.402789665. iteration4922, perturbing to get out of local maxima iteration 4923 found worse value: 363.402789665. iteration 4924 found worse value: 363.402789665. iteration 4925 found worse value: 363.402789665. iteration 4926 found worse value: 363.402789665. iteration 4927 found worse value: 363.402789665. iteration 4928 found worse value: 363.402789665. iteration 4929 found worse value: 363.402789665. iteration 4930 found worse value: 363.402789665. iteration 4931 found worse value: 363.402789665. iteration 4932 found worse value: 363.402789665. iteration 4933 found worse value: 363.402789665. iteration 4934 found worse value: 363.402789665. iteration4934, perturbing to get out of local maxima iteration 4935 found worse value: 363.402789665. iteration 4936 found worse value: 363.402789665. iteration 4937 found worse value: 363.402789665. iteration 4938 found worse value: 363.402789665. iteration 4939 found worse value: 363.402789665. iteration 4940 found worse value: 363.402789665. iteration 4941 found worse value: 363.402789665. iteration 4942 found worse value: 363.402789665. iteration 4943 found worse value: 363.402789665. iteration 4944 found worse value: 363.402789665. iteration 4945 found worse value: 363.402789665. iteration 4946 found worse value: 363.402789665. iteration 4947 found worse value: 363.402789665. iteration 4948 found worse value: 363.402789665. iteration 4949 found worse value: 363.402789665. iteration4949, perturbing to get out of local maxima iteration 4950 found worse value: 363.402789665. iteration 4951 found worse value: 363.402789665. iteration 4952 found worse value: 363.402789665. iteration 4953 found worse value: 363.402789665. iteration 4954 found worse value: 363.402789665. iteration 4955 found worse value: 363.402789665. iteration 4956 found worse value: 363.402789665. iteration 4957 found worse value: 363.402789665. iteration 4958 found worse value: 363.402789665. iteration 4959 found worse value: 363.402789665. iteration 4960 found worse value: 363.402789665. iteration 4961 found worse value: 363.402789665. iteration 4962 found worse value: 363.402789665. iteration 4963 found worse value: 363.402789665. iteration4963, perturbing to get out of local maxima iteration 4964 found worse value: 363.402789665. iteration 4965 found worse value: 363.402789665. iteration 4966 found worse value: 363.402789665. iteration 4967 found worse value: 363.402789665. iteration 4968 found worse value: 363.402789665. iteration 4969 found worse value: 363.402789665. iteration 4970 found worse value: 363.402789665. iteration 4971 found worse value: 363.402789665. iteration 4972 found worse value: 363.402789665. iteration 4973 found worse value: 363.402789665. iteration 4974 found worse value: 363.402789665. iteration 4975 found worse value: 363.402789665. iteration 4976 found worse value: 363.402789665. iteration4976, perturbing to get out of local maxima iteration 4977 found worse value: 363.402789665. iteration 4978 found worse value: 363.402789665. iteration 4979 found worse value: 363.402789665. iteration 4980 found worse value: 363.402789665. iteration 4981 found worse value: 363.402789665. iteration 4982 found worse value: 363.402789665. iteration 4983 found worse value: 363.402789665. iteration 4984 found worse value: 363.402789665. iteration4984, perturbing to get out of local maxima iteration 4985 found worse value: 363.402789665. iteration 4986 found worse value: 363.402789665. iteration 4987 found worse value: 363.402789665. iteration 4988 found worse value: 363.402789665. iteration 4989 found worse value: 363.402789665. iteration 4990 found worse value: 363.402789665. iteration 4991 found worse value: 363.402789665. iteration 4992 found worse value: 363.402789665. iteration4992, perturbing to get out of local maxima iteration 4993 found worse value: 363.402789665. iteration 4994 found worse value: 363.402789665. iteration 4995 found worse value: 363.402789665. iteration 4996 found worse value: 363.402789665. iteration4996, perturbing to get out of local maxima iteration 4997 found worse value: 363.402789665. iteration 4998 found worse value: 363.402789665. iteration 4999 found worse value: 363.402789665. iteration4999, perturbing to get out of local maxima iteration 5000 found worse value: 363.402789665. iteration 5001 found worse value: 363.402789665. iteration 5002 found worse value: 363.402789665. iteration 5003 found worse value: 363.402789665. iteration 5004 found worse value: 363.402789665. iteration 5005 found worse value: 363.402789665. iteration 5006 found worse value: 363.402789665. iteration 5007 found worse value: 363.402789665. iteration 5008 found worse value: 363.402789665. iteration 5009 found worse value: 363.402789665. iteration 5010 found worse value: 363.402789665. iteration 5011 found worse value: 363.402789665. iteration 5012 found worse value: 363.402789665. iteration 5013 found worse value: 363.402789665. iteration 5014 found worse value: 363.402789665. iteration 5015 found worse value: 363.402789665. iteration 5016 found worse value: 363.402789665. iteration 5017 found worse value: 363.402789665. iteration 5018 found worse value: 363.402789665. iteration5018, perturbing to get out of local maxima iteration 5019 found worse value: 363.402789665. iteration 5020 found worse value: 363.402789665. iteration 5021 found worse value: 363.402789665. iteration 5022 found worse value: 363.402789665. iteration 5023 found worse value: 363.402789665. iteration 5024 found worse value: 363.402789665. iteration 5025 found worse value: 363.402789665. iteration 5026 found worse value: 363.402789665. iteration 5027 found worse value: 363.402789665. iteration 5028 found worse value: 363.402789665. iteration 5029 found worse value: 363.402789665. iteration 5030 found worse value: 363.402789665. iteration 5031 found worse value: 363.402789665. iteration 5032 found worse value: 363.402789665. iteration 5033 found worse value: 363.402789665. iteration 5034 found worse value: 363.402789665. iteration 5035 found worse value: 363.402789665. iteration 5036 found worse value: 363.402789665. iteration 5037 found worse value: 363.402789665. iteration5037, perturbing to get out of local maxima iteration 5038 found worse value: 363.402789665. iteration 5039 found worse value: 363.402789665. iteration 5040 found worse value: 363.402789665. iteration 5041 found worse value: 363.402789665. iteration 5042 found worse value: 363.402789665. iteration 5043 found worse value: 363.402789665. iteration 5044 found worse value: 363.402789665. iteration 5045 found worse value: 363.402789665. iteration 5046 found worse value: 363.402789665. iteration 5047 found worse value: 363.402789665. iteration 5048 found worse value: 363.402789665. iteration 5049 found worse value: 363.402789665. iteration 5050 found worse value: 363.402789665. iteration 5051 found worse value: 363.402789665. iteration5051, perturbing to get out of local maxima iteration 5052 found worse value: 363.402789665. iteration 5053 found worse value: 363.402789665. iteration 5054 found worse value: 363.402789665. iteration 5055 found worse value: 363.402789665. iteration 5056 found worse value: 363.402789665. iteration 5057 found worse value: 363.402789665. iteration 5058 found worse value: 363.402789665. iteration 5059 found worse value: 363.402789665. iteration 5060 found worse value: 363.402789665. iteration 5061 found worse value: 363.402789665. iteration 5062 found worse value: 363.402789665. iteration 5063 found worse value: 363.402789665. iteration 5064 found worse value: 363.402789665. iteration 5065 found worse value: 363.402789665. iteration 5066 found worse value: 363.402789665. iteration 5067 found worse value: 363.402789665. iteration 5068 found worse value: 363.402789665. iteration 5069 found worse value: 363.402789665. iteration 5070 found worse value: 363.402789665. iteration 5071 found worse value: 363.402789665. iteration 5072 found worse value: 363.402789665. iteration 5073 found worse value: 363.402789665. iteration 5074 found worse value: 363.402789665. iteration 5075 found worse value: 363.402789665. iteration 5076 found worse value: 363.402789665. iteration5076, perturbing to get out of local maxima iteration 5077 found worse value: 363.402789665. iteration 5078 found worse value: 363.402789665. iteration 5079 found worse value: 363.402789665. iteration 5080 found worse value: 363.402789665. iteration 5081 found worse value: 363.402789665. iteration 5082 found worse value: 363.402789665. iteration 5083 found worse value: 363.402789665. iteration 5084 found worse value: 363.402789665. iteration 5085 found worse value: 363.402789665. iteration 5086 found worse value: 363.402789665. iteration5086, perturbing to get out of local maxima iteration 5087 found worse value: 363.402789665. iteration 5088 found worse value: 363.402789665. iteration 5089 found worse value: 363.402789665. iteration5089, perturbing to get out of local maxima iteration 5090 found worse value: 363.402789665. iteration 5091 found worse value: 363.402789665. iteration 5092 found worse value: 363.402789665. iteration 5093 found worse value: 363.402789665. iteration 5094 found worse value: 363.402789665. iteration 5095 found worse value: 363.402789665. iteration 5096 found worse value: 363.402789665. iteration 5097 found worse value: 363.402789665. iteration 5098 found worse value: 363.402789665. iteration 5099 found worse value: 363.402789665. iteration 5100 found worse value: 363.402789665. iteration 5101 found worse value: 363.402789665. iteration 5102 found worse value: 363.402789665. iteration 5103 found worse value: 363.402789665. iteration 5104 found worse value: 363.402789665. iteration 5105 found worse value: 363.402789665. iteration 5106 found worse value: 363.402789665. iteration 5107 found worse value: 363.402789665. iteration 5108 found worse value: 363.402789665. iteration 5109 found worse value: 363.402789665. iteration 5110 found worse value: 363.402789665. iteration5110, perturbing to get out of local maxima iteration 5111 found worse value: 363.402789665. iteration 5112 found worse value: 363.402789665. iteration 5113 found worse value: 363.402789665. iteration 5114 found worse value: 363.402789665. iteration 5115 found worse value: 363.402789665. iteration 5116 found worse value: 363.402789665. iteration 5117 found worse value: 363.402789665. iteration 5118 found worse value: 363.402789665. iteration5118, perturbing to get out of local maxima iteration 5119 found worse value: 363.402789665. iteration 5120 found worse value: 363.402789665. iteration 5121 found worse value: 363.402789665. iteration 5122 found worse value: 363.402789665. iteration 5123 found worse value: 363.402789665. iteration 5124 found worse value: 363.402789665. iteration5124, perturbing to get out of local maxima iteration 5125 found worse value: 363.402789665. iteration 5126 found worse value: 363.402789665. iteration 5127 found worse value: 363.402789665. iteration 5128 found worse value: 363.402789665. iteration 5129 found worse value: 363.402789665. iteration 5130 found worse value: 363.402789665. iteration 5131 found worse value: 363.402789665. iteration 5132 found worse value: 363.402789665. iteration 5133 found worse value: 363.402789665. iteration5133, perturbing to get out of local maxima iteration 5134 found worse value: 363.402789665. iteration 5135 found worse value: 363.402789665. iteration 5136 found worse value: 363.402789665. iteration 5137 found worse value: 363.402789665. iteration 5138 found worse value: 363.402789665. iteration 5139 found worse value: 363.402789665. iteration5139, perturbing to get out of local maxima iteration 5140 found worse value: 363.402789665. iteration 5141 found worse value: 363.402789665. iteration 5142 found worse value: 363.402789665. iteration 5143 found worse value: 363.402789665. iteration 5144 found worse value: 363.402789665. iteration5144, perturbing to get out of local maxima iteration 5145 found worse value: 363.402789665. iteration 5146 found worse value: 363.402789665. iteration 5147 found worse value: 363.402789665. iteration 5148 found worse value: 363.402789665. iteration 5149 found worse value: 363.402789665. iteration 5150 found worse value: 363.402789665. iteration 5151 found worse value: 363.402789665. iteration 5152 found worse value: 363.402789665. iteration 5153 found worse value: 363.402789665. iteration 5154 found worse value: 363.402789665. iteration 5155 found worse value: 363.402789665. iteration 5156 found worse value: 363.402789665. iteration 5157 found worse value: 363.402789665. iteration 5158 found worse value: 363.402789665. iteration 5159 found worse value: 363.402789665. iteration 5160 found worse value: 363.402789665. iteration 5161 found worse value: 363.402789665. iteration 5162 found worse value: 363.402789665. iteration5162, perturbing to get out of local maxima iteration 5163 found worse value: 363.402789665. iteration 5164 found worse value: 363.402789665. iteration 5165 found worse value: 363.402789665. iteration 5166 found worse value: 363.402789665. iteration 5167 found worse value: 363.402789665. iteration 5168 found worse value: 363.402789665. iteration 5169 found worse value: 363.402789665. iteration 5170 found worse value: 363.402789665. iteration 5171 found worse value: 363.402789665. iteration5171, perturbing to get out of local maxima iteration 5172 found worse value: 363.402789665. iteration5172, perturbing to get out of local maxima iteration 5173 found worse value: 363.402789665. iteration 5174 found worse value: 363.402789665. iteration 5175 found worse value: 363.402789665. iteration 5176 found worse value: 363.402789665. iteration 5177 found worse value: 363.402789665. iteration 5178 found worse value: 363.402789665. iteration 5179 found worse value: 363.402789665. iteration 5180 found worse value: 363.402789665. iteration 5181 found worse value: 363.402789665. iteration5181, perturbing to get out of local maxima iteration 5182 found worse value: 363.402789665. iteration 5183 found worse value: 363.402789665. iteration 5184 found worse value: 363.402789665. iteration 5185 found worse value: 363.402789665. iteration 5186 found worse value: 363.402789665. iteration 5187 found worse value: 363.402789665. iteration 5188 found worse value: 363.402789665. iteration 5189 found worse value: 363.402789665. iteration 5190 found worse value: 363.402789665. iteration 5191 found worse value: 363.402789665. iteration 5192 found worse value: 363.402789665. iteration 5193 found worse value: 363.402789665. iteration 5194 found worse value: 363.402789665. iteration 5195 found worse value: 363.402789665. iteration 5196 found worse value: 363.402789665. iteration 5197 found worse value: 363.402789665. iteration 5198 found worse value: 363.402789665. iteration 5199 found worse value: 363.402789665. iteration5199, perturbing to get out of local maxima iteration 5200 found worse value: 363.402789665. iteration 5201 found worse value: 363.402789665. iteration 5202 found worse value: 363.402789665. iteration 5203 found worse value: 363.402789665. iteration 5204 found worse value: 363.402789665. iteration 5205 found worse value: 363.402789665. iteration 5206 found worse value: 363.402789665. iteration 5207 found worse value: 363.402789665. iteration 5208 found worse value: 363.402789665. iteration 5209 found worse value: 363.402789665. iteration 5210 found worse value: 363.402789665. iteration 5211 found worse value: 363.402789665. iteration 5212 found worse value: 363.402789665. iteration5212, perturbing to get out of local maxima iteration 5213 found worse value: 363.402789665. iteration 5214 found worse value: 363.402789665. iteration 5215 found worse value: 363.402789665. iteration 5216 found worse value: 363.402789665. iteration 5217 found worse value: 363.402789665. iteration 5218 found worse value: 363.402789665. iteration 5219 found worse value: 363.402789665. iteration 5220 found worse value: 363.402789665. iteration 5221 found worse value: 363.402789665. iteration 5222 found worse value: 363.402789665. iteration 5223 found worse value: 363.402789665. iteration 5224 found worse value: 363.402789665. iteration 5225 found worse value: 363.402789665. iteration 5226 found worse value: 363.402789665. iteration 5227 found worse value: 363.402789665. iteration 5228 found worse value: 363.402789665. iteration 5229 found worse value: 363.402789665. iteration 5230 found worse value: 363.402789665. iteration 5231 found worse value: 363.402789665. iteration 5232 found worse value: 363.402789665. iteration 5233 found worse value: 363.402789665. iteration 5234 found worse value: 363.402789665. iteration 5235 found worse value: 363.402789665. iteration 5236 found worse value: 363.402789665. iteration5236, perturbing to get out of local maxima iteration 5237 found worse value: 363.402789665. iteration 5238 found worse value: 363.402789665. iteration 5239 found worse value: 363.402789665. iteration 5240 found worse value: 363.402789665. iteration 5241 found worse value: 363.402789665. iteration 5242 found worse value: 363.402789665. iteration 5243 found worse value: 363.402789665. iteration 5244 found worse value: 363.402789665. iteration5244, perturbing to get out of local maxima iteration 5245 found worse value: 363.402789665. iteration 5246 found worse value: 363.402789665. iteration 5247 found worse value: 363.402789665. iteration 5248 found worse value: 363.402789665. iteration 5249 found worse value: 363.402789665. iteration 5250 found worse value: 363.402789665. iteration5250, perturbing to get out of local maxima iteration 5251 found worse value: 363.402789665. iteration 5252 found worse value: 363.402789665. iteration 5253 found worse value: 363.402789665. iteration 5254 found worse value: 363.402789665. iteration 5255 found worse value: 363.402789665. iteration 5256 found worse value: 363.402789665. iteration 5257 found worse value: 363.402789665. iteration 5258 found worse value: 363.402789665. iteration 5259 found worse value: 363.402789665. iteration 5260 found worse value: 363.402789665. iteration 5261 found worse value: 363.402789665. iteration 5262 found worse value: 363.402789665. iteration 5263 found worse value: 363.402789665. iteration 5264 found worse value: 363.402789665. iteration 5265 found worse value: 363.402789665. iteration 5266 found worse value: 363.402789665. iteration 5267 found worse value: 363.402789665. iteration 5268 found worse value: 363.402789665. iteration 5269 found worse value: 363.402789665. iteration 5270 found worse value: 363.402789665. iteration 5271 found worse value: 363.402789665. iteration 5272 found worse value: 363.402789665. iteration 5273 found worse value: 363.402789665. iteration 5274 found worse value: 363.402789665. iteration 5275 found worse value: 363.402789665. iteration 5276 found worse value: 363.402789665. iteration5276, perturbing to get out of local maxima iteration 5277 found worse value: 363.402789665. iteration 5278 found worse value: 363.402789665. iteration 5279 found worse value: 363.402789665. iteration 5280 found worse value: 363.402789665. iteration 5281 found worse value: 363.402789665. iteration 5282 found worse value: 363.402789665. iteration 5283 found worse value: 363.402789665. iteration 5284 found worse value: 363.402789665. iteration 5285 found worse value: 363.402789665. iteration5285, perturbing to get out of local maxima iteration 5286 found worse value: 363.402789665. iteration 5287 found worse value: 363.402789665. iteration 5288 found worse value: 363.402789665. iteration 5289 found worse value: 363.402789665. iteration 5290 found worse value: 363.402789665. iteration 5291 found worse value: 363.402789665. iteration 5292 found worse value: 363.402789665. iteration 5293 found worse value: 363.402789665. iteration 5294 found worse value: 363.402789665. iteration 5295 found worse value: 363.402789665. iteration 5296 found worse value: 363.402789665. iteration 5297 found worse value: 363.402789665. iteration 5298 found worse value: 363.402789665. iteration 5299 found worse value: 363.402789665. iteration 5300 found worse value: 363.402789665. iteration 5301 found worse value: 363.402789665. iteration 5302 found worse value: 363.402789665. iteration 5303 found worse value: 363.402789665. iteration 5304 found worse value: 363.402789665. iteration5304, perturbing to get out of local maxima iteration 5305 found worse value: 363.402789665. iteration 5306 found worse value: 363.402789665. iteration 5307 found worse value: 363.402789665. iteration 5308 found worse value: 363.402789665. iteration 5309 found worse value: 363.402789665. iteration 5310 found worse value: 363.402789665. iteration 5311 found worse value: 363.402789665. iteration 5312 found worse value: 363.402789665. iteration 5313 found worse value: 363.402789665. iteration 5314 found worse value: 363.402789665. iteration 5315 found worse value: 363.402789665. iteration 5316 found worse value: 363.402789665. iteration 5317 found worse value: 363.402789665. iteration 5318 found worse value: 363.402789665. iteration5318, perturbing to get out of local maxima iteration 5319 found worse value: 363.402789665. iteration 5320 found worse value: 363.402789665. iteration 5321 found worse value: 363.402789665. iteration 5322 found worse value: 363.402789665. iteration 5323 found worse value: 363.402789665. iteration 5324 found worse value: 363.402789665. iteration 5325 found worse value: 363.402789665. iteration 5326 found worse value: 363.402789665. iteration 5327 found worse value: 363.402789665. iteration 5328 found worse value: 363.402789665. iteration 5329 found worse value: 363.402789665. iteration 5330 found worse value: 363.402789665. iteration 5331 found worse value: 363.402789665. iteration 5332 found worse value: 363.402789665. iteration 5333 found worse value: 363.402789665. iteration5333, perturbing to get out of local maxima iteration 5334 found worse value: 363.402789665. iteration 5335 found worse value: 363.402789665. iteration 5336 found worse value: 363.402789665. iteration 5337 found worse value: 363.402789665. iteration 5338 found worse value: 363.402789665. iteration 5339 found worse value: 363.402789665. iteration 5340 found worse value: 363.402789665. iteration5340, perturbing to get out of local maxima iteration 5341 found worse value: 363.402789665. iteration 5342 found worse value: 363.402789665. iteration 5343 found worse value: 363.402789665. iteration 5344 found worse value: 363.402789665. iteration 5345 found worse value: 363.402789665. iteration 5346 found worse value: 363.402789665. iteration 5347 found worse value: 363.402789665. iteration 5348 found worse value: 363.402789665. iteration 5349 found worse value: 363.402789665. iteration 5350 found worse value: 363.402789665. iteration 5351 found worse value: 363.402789665. iteration 5352 found worse value: 363.402789665. iteration 5353 found worse value: 363.402789665. iteration 5354 found worse value: 363.402789665. iteration 5355 found worse value: 363.402789665. iteration 5356 found worse value: 363.402789665. iteration 5357 found worse value: 363.402789665. iteration 5358 found worse value: 363.402789665. iteration 5359 found worse value: 363.402789665. iteration5359, perturbing to get out of local maxima iteration 5360 found worse value: 363.402789665. iteration 5361 found worse value: 363.402789665. iteration 5362 found worse value: 363.402789665. iteration 5363 found worse value: 363.402789665. iteration 5364 found worse value: 363.402789665. iteration 5365 found worse value: 363.402789665. iteration 5366 found worse value: 363.402789665. iteration 5367 found worse value: 363.402789665. iteration 5368 found worse value: 363.402789665. iteration 5369 found worse value: 363.402789665. iteration 5370 found worse value: 363.402789665. iteration 5371 found worse value: 363.402789665. iteration 5372 found worse value: 363.402789665. iteration 5373 found worse value: 363.402789665. iteration 5374 found worse value: 363.402789665. iteration 5375 found worse value: 363.402789665. iteration 5376 found worse value: 363.402789665. iteration 5377 found worse value: 363.402789665. iteration 5378 found worse value: 363.402789665. iteration 5379 found worse value: 363.402789665. iteration 5380 found worse value: 363.402789665. iteration 5381 found worse value: 363.402789665. iteration 5382 found worse value: 363.402789665. iteration5382, perturbing to get out of local maxima iteration 5383 found worse value: 363.402789665. iteration 5384 found worse value: 363.402789665. iteration 5385 found worse value: 363.402789665. iteration 5386 found worse value: 363.402789665. iteration 5387 found worse value: 363.402789665. iteration 5388 found worse value: 363.402789665. iteration 5389 found worse value: 363.402789665. iteration5389, perturbing to get out of local maxima iteration 5390 found worse value: 363.402789665. iteration 5391 found worse value: 363.402789665. iteration 5392 found worse value: 363.402789665. iteration 5393 found worse value: 363.402789665. iteration 5394 found worse value: 363.402789665. iteration 5395 found worse value: 363.402789665. iteration 5396 found worse value: 363.402789665. iteration 5397 found worse value: 363.402789665. iteration 5398 found worse value: 363.402789665. iteration 5399 found worse value: 363.402789665. iteration 5400 found worse value: 363.402789665. iteration 5401 found worse value: 363.402789665. iteration5401, perturbing to get out of local maxima iteration 5402 found worse value: 363.402789665. iteration 5403 found worse value: 363.402789665. iteration 5404 found worse value: 363.402789665. iteration 5405 found worse value: 363.402789665. iteration 5406 found worse value: 363.402789665. iteration 5407 found worse value: 363.402789665. iteration 5408 found worse value: 363.402789665. iteration 5409 found worse value: 363.402789665. iteration 5410 found worse value: 363.402789665. iteration 5411 found worse value: 363.402789665. iteration 5412 found worse value: 363.402789665. iteration 5413 found worse value: 363.402789665. iteration 5414 found worse value: 363.402789665. iteration 5415 found worse value: 363.402789665. iteration 5416 found worse value: 363.402789665. iteration 5417 found worse value: 363.402789665. iteration5417, perturbing to get out of local maxima iteration 5418 found worse value: 363.402789665. iteration 5419 found better value: 363.40354820700003 iteration 5420 found worse value: 363.40354820700003. iteration5420, perturbing to get out of local maxima iteration 5421 found worse value: 363.40354820700003. iteration 5422 found worse value: 363.40354820700003. iteration 5423 found worse value: 363.40354820700003. iteration 5424 found worse value: 363.40354820700003. iteration 5425 found worse value: 363.40354820700003. iteration5425, perturbing to get out of local maxima iteration 5426 found worse value: 363.40354820700003. iteration 5427 found worse value: 363.40354820700003. iteration 5428 found worse value: 363.40354820700003. iteration 5429 found worse value: 363.40354820700003. iteration 5430 found worse value: 363.40354820700003. iteration 5431 found worse value: 363.40354820700003. iteration 5432 found worse value: 363.40354820700003. iteration 5433 found worse value: 363.40354820700003. iteration 5434 found worse value: 363.40354820700003. iteration 5435 found worse value: 363.40354820700003. iteration 5436 found worse value: 363.40354820700003. iteration 5437 found worse value: 363.40354820700003. iteration 5438 found worse value: 363.40354820700003. iteration 5439 found worse value: 363.40354820700003. iteration 5440 found worse value: 363.40354820700003. iteration 5441 found worse value: 363.40354820700003. iteration 5442 found worse value: 363.40354820700003. iteration 5443 found worse value: 363.40354820700003. iteration 5444 found worse value: 363.40354820700003. iteration 5445 found worse value: 363.40354820700003. iteration 5446 found worse value: 363.40354820700003. iteration 5447 found worse value: 363.40354820700003. iteration 5448 found better value: 363.404125171 iteration 5449 found worse value: 363.404125171. iteration 5450 found worse value: 363.404125171. iteration 5451 found worse value: 363.404125171. iteration 5452 found worse value: 363.404125171. iteration 5453 found worse value: 363.404125171. iteration 5454 found worse value: 363.404125171. iteration 5455 found worse value: 363.404125171. iteration 5456 found worse value: 363.404125171. iteration 5457 found worse value: 363.404125171. iteration 5458 found worse value: 363.404125171. iteration 5459 found worse value: 363.404125171. iteration 5460 found worse value: 363.404125171. iteration 5461 found worse value: 363.404125171. iteration 5462 found worse value: 363.404125171. iteration 5463 found worse value: 363.404125171. iteration 5464 found worse value: 363.404125171. iteration 5465 found worse value: 363.404125171. iteration 5466 found worse value: 363.404125171. iteration 5467 found worse value: 363.404125171. iteration 5468 found worse value: 363.404125171. iteration 5469 found better value: 363.40477310399996 iteration 5470 found worse value: 363.40477310399996. iteration 5471 found worse value: 363.40477310399996. iteration 5472 found worse value: 363.40477310399996. iteration 5473 found worse value: 363.40477310399996. iteration 5474 found worse value: 363.40477310399996. iteration 5475 found worse value: 363.40477310399996. iteration 5476 found worse value: 363.40477310399996. iteration 5477 found worse value: 363.40477310399996. iteration5477, perturbing to get out of local maxima iteration 5478 found worse value: 363.40477310399996. iteration 5479 found worse value: 363.40477310399996. iteration 5480 found worse value: 363.40477310399996. iteration 5481 found worse value: 363.40477310399996. iteration5481, perturbing to get out of local maxima iteration 5482 found worse value: 363.40477310399996. iteration 5483 found worse value: 363.40477310399996. iteration 5484 found worse value: 363.40477310399996. iteration 5485 found worse value: 363.40477310399996. iteration 5486 found worse value: 363.40477310399996. iteration 5487 found worse value: 363.40477310399996. iteration 5488 found worse value: 363.40477310399996. iteration 5489 found worse value: 363.40477310399996. iteration5489, perturbing to get out of local maxima iteration 5490 found worse value: 363.40477310399996. iteration 5491 found worse value: 363.40477310399996. iteration 5492 found worse value: 363.40477310399996. iteration 5493 found worse value: 363.40477310399996. iteration 5494 found worse value: 363.40477310399996. iteration 5495 found worse value: 363.40477310399996. iteration 5496 found worse value: 363.40477310399996. iteration 5497 found worse value: 363.40477310399996. iteration 5498 found worse value: 363.40477310399996. iteration 5499 found worse value: 363.40477310399996. iteration 5500 found worse value: 363.40477310399996. iteration 5501 found worse value: 363.40477310399996. iteration 5502 found worse value: 363.40477310399996. iteration 5503 found worse value: 363.40477310399996. iteration 5504 found worse value: 363.40477310399996. iteration 5505 found worse value: 363.40477310399996. iteration 5506 found worse value: 363.40477310399996. iteration 5507 found worse value: 363.40477310399996. iteration 5508 found worse value: 363.40477310399996. iteration 5509 found worse value: 363.40477310399996. iteration 5510 found worse value: 363.40477310399996. iteration 5511 found worse value: 363.40477310399996. iteration 5512 found worse value: 363.40477310399996. iteration 5513 found worse value: 363.40477310399996. iteration 5514 found worse value: 363.40477310399996. iteration 5515 found worse value: 363.40477310399996. iteration 5516 found worse value: 363.40477310399996. iteration 5517 found worse value: 363.40477310399996. iteration 5518 found worse value: 363.40477310399996. iteration 5519 found worse value: 363.40477310399996. iteration 5520 found worse value: 363.40477310399996. iteration 5521 found worse value: 363.40477310399996. iteration 5522 found worse value: 363.40477310399996. iteration 5523 found worse value: 363.40477310399996. iteration 5524 found worse value: 363.40477310399996. iteration 5525 found worse value: 363.40477310399996. iteration 5526 found worse value: 363.40477310399996. iteration 5527 found worse value: 363.40477310399996. iteration 5528 found worse value: 363.40477310399996. iteration 5529 found worse value: 363.40477310399996. iteration 5530 found worse value: 363.40477310399996. iteration5530, perturbing to get out of local maxima iteration 5531 found worse value: 363.40477310399996. iteration 5532 found worse value: 363.40477310399996. iteration 5533 found worse value: 363.40477310399996. iteration 5534 found worse value: 363.40477310399996. iteration 5535 found worse value: 363.40477310399996. iteration 5536 found worse value: 363.40477310399996. iteration 5537 found worse value: 363.40477310399996. iteration 5538 found worse value: 363.40477310399996. iteration 5539 found worse value: 363.40477310399996. iteration 5540 found worse value: 363.40477310399996. iteration 5541 found worse value: 363.40477310399996. iteration 5542 found worse value: 363.40477310399996. iteration 5543 found worse value: 363.40477310399996. iteration 5544 found worse value: 363.40477310399996. iteration 5545 found worse value: 363.40477310399996. iteration 5546 found worse value: 363.40477310399996. iteration 5547 found worse value: 363.40477310399996. iteration 5548 found worse value: 363.40477310399996. iteration 5549 found worse value: 363.40477310399996. iteration 5550 found worse value: 363.40477310399996. iteration 5551 found worse value: 363.40477310399996. iteration 5552 found worse value: 363.40477310399996. iteration 5553 found worse value: 363.40477310399996. iteration 5554 found worse value: 363.40477310399996. iteration 5555 found worse value: 363.40477310399996. iteration 5556 found worse value: 363.40477310399996. iteration 5557 found worse value: 363.40477310399996. iteration 5558 found worse value: 363.40477310399996. iteration 5559 found worse value: 363.40477310399996. iteration 5560 found worse value: 363.40477310399996. iteration 5561 found worse value: 363.40477310399996. iteration 5562 found worse value: 363.40477310399996. iteration 5563 found worse value: 363.40477310399996. iteration 5564 found worse value: 363.40477310399996. iteration 5565 found worse value: 363.40477310399996. iteration 5566 found worse value: 363.40477310399996. iteration 5567 found worse value: 363.40477310399996. iteration 5568 found worse value: 363.40477310399996. iteration 5569 found worse value: 363.40477310399996. iteration 5570 found worse value: 363.40477310399996. iteration5570, perturbing to get out of local maxima iteration 5571 found worse value: 363.40477310399996. iteration 5572 found worse value: 363.40477310399996. iteration 5573 found worse value: 363.40477310399996. iteration5573, perturbing to get out of local maxima iteration 5574 found worse value: 363.40477310399996. iteration 5575 found worse value: 363.40477310399996. iteration 5576 found worse value: 363.40477310399996. iteration 5577 found worse value: 363.40477310399996. iteration 5578 found worse value: 363.40477310399996. iteration 5579 found worse value: 363.40477310399996. iteration 5580 found worse value: 363.40477310399996. iteration 5581 found worse value: 363.40477310399996. iteration5581, perturbing to get out of local maxima iteration 5582 found worse value: 363.40477310399996. iteration 5583 found worse value: 363.40477310399996. iteration 5584 found worse value: 363.40477310399996. iteration 5585 found worse value: 363.40477310399996. iteration 5586 found worse value: 363.40477310399996. iteration 5587 found worse value: 363.40477310399996. iteration 5588 found worse value: 363.40477310399996. iteration 5589 found worse value: 363.40477310399996. iteration 5590 found worse value: 363.40477310399996. iteration 5591 found worse value: 363.40477310399996. iteration5591, perturbing to get out of local maxima iteration 5592 found worse value: 363.40477310399996. iteration 5593 found worse value: 363.40477310399996. iteration 5594 found worse value: 363.40477310399996. iteration 5595 found worse value: 363.40477310399996. iteration 5596 found worse value: 363.40477310399996. iteration 5597 found worse value: 363.40477310399996. iteration 5598 found worse value: 363.40477310399996. iteration 5599 found worse value: 363.40477310399996. iteration 5600 found worse value: 363.40477310399996. iteration 5601 found worse value: 363.40477310399996. iteration 5602 found worse value: 363.40477310399996. iteration 5603 found worse value: 363.40477310399996. iteration 5604 found worse value: 363.40477310399996. iteration 5605 found worse value: 363.40477310399996. iteration 5606 found worse value: 363.40477310399996. iteration 5607 found worse value: 363.40477310399996. iteration5607, perturbing to get out of local maxima iteration 5608 found worse value: 363.40477310399996. iteration 5609 found worse value: 363.40477310399996. iteration 5610 found worse value: 363.40477310399996. iteration 5611 found worse value: 363.40477310399996. iteration 5612 found worse value: 363.40477310399996. iteration 5613 found worse value: 363.40477310399996. iteration 5614 found worse value: 363.40477310399996. iteration 5615 found worse value: 363.40477310399996. iteration 5616 found worse value: 363.40477310399996. iteration 5617 found worse value: 363.40477310399996. iteration 5618 found worse value: 363.40477310399996. iteration 5619 found worse value: 363.40477310399996. iteration 5620 found worse value: 363.40477310399996. iteration 5621 found worse value: 363.40477310399996. iteration 5622 found worse value: 363.40477310399996. iteration 5623 found worse value: 363.40477310399996. iteration 5624 found worse value: 363.40477310399996. iteration 5625 found worse value: 363.40477310399996. iteration5625, perturbing to get out of local maxima iteration 5626 found worse value: 363.40477310399996. iteration 5627 found worse value: 363.40477310399996. iteration 5628 found worse value: 363.40477310399996. iteration 5629 found worse value: 363.40477310399996. iteration 5630 found worse value: 363.40477310399996. iteration 5631 found worse value: 363.40477310399996. iteration 5632 found worse value: 363.40477310399996. iteration 5633 found worse value: 363.40477310399996. iteration 5634 found worse value: 363.40477310399996. iteration 5635 found worse value: 363.40477310399996. iteration 5636 found worse value: 363.40477310399996. iteration5636, perturbing to get out of local maxima iteration 5637 found worse value: 363.40477310399996. iteration 5638 found worse value: 363.40477310399996. iteration 5639 found worse value: 363.40477310399996. iteration 5640 found worse value: 363.40477310399996. iteration 5641 found worse value: 363.40477310399996. iteration 5642 found worse value: 363.40477310399996. iteration 5643 found worse value: 363.40477310399996. iteration 5644 found worse value: 363.40477310399996. iteration 5645 found worse value: 363.40477310399996. iteration 5646 found worse value: 363.40477310399996. iteration 5647 found worse value: 363.40477310399996. iteration 5648 found worse value: 363.40477310399996. iteration 5649 found worse value: 363.40477310399996. iteration 5650 found worse value: 363.40477310399996. iteration 5651 found worse value: 363.40477310399996. iteration 5652 found worse value: 363.40477310399996. iteration 5653 found worse value: 363.40477310399996. iteration 5654 found worse value: 363.40477310399996. iteration 5655 found worse value: 363.40477310399996. iteration 5656 found worse value: 363.40477310399996. iteration 5657 found worse value: 363.40477310399996. iteration 5658 found worse value: 363.40477310399996. iteration 5659 found worse value: 363.40477310399996. iteration5659, perturbing to get out of local maxima iteration 5660 found worse value: 363.40477310399996. iteration 5661 found worse value: 363.40477310399996. iteration 5662 found worse value: 363.40477310399996. iteration 5663 found worse value: 363.40477310399996. iteration 5664 found worse value: 363.40477310399996. iteration 5665 found worse value: 363.40477310399996. iteration 5666 found worse value: 363.40477310399996. iteration 5667 found worse value: 363.40477310399996. iteration 5668 found worse value: 363.40477310399996. iteration 5669 found worse value: 363.40477310399996. iteration 5670 found worse value: 363.40477310399996. iteration 5671 found worse value: 363.40477310399996. iteration 5672 found worse value: 363.40477310399996. iteration 5673 found worse value: 363.40477310399996. iteration 5674 found worse value: 363.40477310399996. iteration 5675 found worse value: 363.40477310399996. iteration 5676 found worse value: 363.40477310399996. iteration 5677 found worse value: 363.40477310399996. iteration 5678 found worse value: 363.40477310399996. iteration 5679 found worse value: 363.40477310399996. iteration 5680 found worse value: 363.40477310399996. iteration 5681 found worse value: 363.40477310399996. iteration 5682 found worse value: 363.40477310399996. iteration 5683 found worse value: 363.40477310399996. iteration 5684 found worse value: 363.40477310399996. iteration 5685 found worse value: 363.40477310399996. iteration 5686 found worse value: 363.40477310399996. iteration 5687 found worse value: 363.40477310399996. iteration 5688 found worse value: 363.40477310399996. iteration 5689 found worse value: 363.40477310399996. iteration 5690 found worse value: 363.40477310399996. iteration 5691 found worse value: 363.40477310399996. iteration 5692 found worse value: 363.40477310399996. iteration 5693 found worse value: 363.40477310399996. iteration 5694 found worse value: 363.40477310399996. iteration 5695 found worse value: 363.40477310399996. iteration5695, perturbing to get out of local maxima iteration 5696 found worse value: 363.40477310399996. iteration 5697 found worse value: 363.40477310399996. iteration 5698 found worse value: 363.40477310399996. iteration 5699 found worse value: 363.40477310399996. iteration 5700 found worse value: 363.40477310399996. iteration 5701 found worse value: 363.40477310399996. iteration 5702 found worse value: 363.40477310399996. iteration 5703 found worse value: 363.40477310399996. iteration 5704 found worse value: 363.40477310399996. iteration 5705 found worse value: 363.40477310399996. iteration 5706 found worse value: 363.40477310399996. iteration 5707 found worse value: 363.40477310399996. iteration 5708 found worse value: 363.40477310399996. iteration 5709 found worse value: 363.40477310399996. iteration 5710 found worse value: 363.40477310399996. iteration 5711 found worse value: 363.40477310399996. iteration 5712 found worse value: 363.40477310399996. iteration 5713 found worse value: 363.40477310399996. iteration 5714 found worse value: 363.40477310399996. iteration 5715 found worse value: 363.40477310399996. iteration 5716 found worse value: 363.40477310399996. iteration 5717 found worse value: 363.40477310399996. iteration 5718 found worse value: 363.40477310399996. iteration 5719 found worse value: 363.40477310399996. iteration 5720 found worse value: 363.40477310399996. iteration 5721 found worse value: 363.40477310399996. iteration 5722 found worse value: 363.40477310399996. iteration 5723 found worse value: 363.40477310399996. iteration 5724 found worse value: 363.40477310399996. iteration 5725 found worse value: 363.40477310399996. iteration 5726 found worse value: 363.40477310399996. iteration 5727 found worse value: 363.40477310399996. iteration 5728 found worse value: 363.40477310399996. iteration 5729 found worse value: 363.40477310399996. iteration 5730 found worse value: 363.40477310399996. iteration 5731 found worse value: 363.40477310399996. iteration 5732 found worse value: 363.40477310399996. iteration 5733 found worse value: 363.40477310399996. iteration 5734 found worse value: 363.40477310399996. iteration 5735 found worse value: 363.40477310399996. iteration 5736 found worse value: 363.40477310399996. iteration 5737 found worse value: 363.40477310399996. iteration5737, perturbing to get out of local maxima iteration 5738 found worse value: 363.40477310399996. iteration 5739 found worse value: 363.40477310399996. iteration 5740 found worse value: 363.40477310399996. iteration 5741 found worse value: 363.40477310399996. iteration 5742 found worse value: 363.40477310399996. iteration 5743 found worse value: 363.40477310399996. iteration 5744 found worse value: 363.40477310399996. iteration 5745 found worse value: 363.40477310399996. iteration 5746 found worse value: 363.40477310399996. iteration 5747 found worse value: 363.40477310399996. iteration 5748 found worse value: 363.40477310399996. iteration 5749 found worse value: 363.40477310399996. iteration 5750 found worse value: 363.40477310399996. iteration 5751 found worse value: 363.40477310399996. iteration 5752 found worse value: 363.40477310399996. iteration 5753 found worse value: 363.40477310399996. iteration 5754 found worse value: 363.40477310399996. iteration 5755 found worse value: 363.40477310399996. iteration 5756 found worse value: 363.40477310399996. iteration 5757 found worse value: 363.40477310399996. iteration 5758 found worse value: 363.40477310399996. iteration 5759 found worse value: 363.40477310399996. iteration 5760 found worse value: 363.40477310399996. iteration 5761 found worse value: 363.40477310399996. iteration 5762 found worse value: 363.40477310399996. iteration 5763 found worse value: 363.40477310399996. iteration 5764 found worse value: 363.40477310399996. iteration5764, perturbing to get out of local maxima iteration 5765 found worse value: 363.40477310399996. iteration 5766 found worse value: 363.40477310399996. iteration 5767 found worse value: 363.40477310399996. iteration 5768 found worse value: 363.40477310399996. iteration 5769 found worse value: 363.40477310399996. iteration 5770 found worse value: 363.40477310399996. iteration 5771 found worse value: 363.40477310399996. iteration 5772 found worse value: 363.40477310399996. iteration 5773 found worse value: 363.40477310399996. iteration 5774 found worse value: 363.40477310399996. iteration 5775 found worse value: 363.40477310399996. iteration 5776 found worse value: 363.40477310399996. iteration 5777 found worse value: 363.40477310399996. iteration 5778 found worse value: 363.40477310399996. iteration 5779 found worse value: 363.40477310399996. iteration 5780 found worse value: 363.40477310399996. iteration 5781 found worse value: 363.40477310399996. iteration 5782 found worse value: 363.40477310399996. iteration 5783 found worse value: 363.40477310399996. iteration 5784 found worse value: 363.40477310399996. iteration 5785 found worse value: 363.40477310399996. iteration5785, perturbing to get out of local maxima iteration 5786 found worse value: 363.40477310399996. iteration 5787 found worse value: 363.40477310399996. iteration 5788 found worse value: 363.40477310399996. iteration 5789 found worse value: 363.40477310399996. iteration 5790 found worse value: 363.40477310399996. iteration 5791 found worse value: 363.40477310399996. iteration 5792 found worse value: 363.40477310399996. iteration 5793 found worse value: 363.40477310399996. iteration 5794 found worse value: 363.40477310399996. iteration 5795 found worse value: 363.40477310399996. iteration 5796 found worse value: 363.40477310399996. iteration 5797 found worse value: 363.40477310399996. iteration 5798 found worse value: 363.40477310399996. iteration 5799 found worse value: 363.40477310399996. iteration 5800 found worse value: 363.40477310399996. iteration 5801 found worse value: 363.40477310399996. iteration 5802 found worse value: 363.40477310399996. iteration 5803 found worse value: 363.40477310399996. iteration 5804 found worse value: 363.40477310399996. iteration 5805 found worse value: 363.40477310399996. iteration 5806 found worse value: 363.40477310399996. iteration 5807 found worse value: 363.40477310399996. iteration 5808 found worse value: 363.40477310399996. iteration 5809 found worse value: 363.40477310399996. iteration5809, perturbing to get out of local maxima iteration 5810 found worse value: 363.40477310399996. iteration 5811 found worse value: 363.40477310399996. iteration 5812 found worse value: 363.40477310399996. iteration 5813 found worse value: 363.40477310399996. iteration 5814 found worse value: 363.40477310399996. iteration 5815 found worse value: 363.40477310399996. iteration 5816 found worse value: 363.40477310399996. iteration 5817 found worse value: 363.40477310399996. iteration 5818 found worse value: 363.40477310399996. iteration 5819 found worse value: 363.40477310399996. iteration 5820 found worse value: 363.40477310399996. iteration 5821 found worse value: 363.40477310399996. iteration 5822 found worse value: 363.40477310399996. iteration 5823 found worse value: 363.40477310399996. iteration5823, perturbing to get out of local maxima iteration 5824 found worse value: 363.40477310399996. iteration 5825 found worse value: 363.40477310399996. iteration 5826 found worse value: 363.40477310399996. iteration 5827 found worse value: 363.40477310399996. iteration 5828 found worse value: 363.40477310399996. iteration 5829 found worse value: 363.40477310399996. iteration 5830 found worse value: 363.40477310399996. iteration 5831 found worse value: 363.40477310399996. iteration 5832 found worse value: 363.40477310399996. iteration 5833 found worse value: 363.40477310399996. iteration 5834 found worse value: 363.40477310399996. iteration 5835 found worse value: 363.40477310399996. iteration 5836 found worse value: 363.40477310399996. iteration 5837 found worse value: 363.40477310399996. iteration 5838 found worse value: 363.40477310399996. iteration 5839 found worse value: 363.40477310399996. iteration 5840 found worse value: 363.40477310399996. iteration 5841 found worse value: 363.40477310399996. iteration 5842 found worse value: 363.40477310399996. iteration 5843 found worse value: 363.40477310399996. iteration 5844 found worse value: 363.40477310399996. iteration 5845 found worse value: 363.40477310399996. iteration5845, perturbing to get out of local maxima iteration 5846 found worse value: 363.40477310399996. iteration 5847 found worse value: 363.40477310399996. iteration 5848 found worse value: 363.40477310399996. iteration 5849 found worse value: 363.40477310399996. iteration 5850 found worse value: 363.40477310399996. iteration 5851 found worse value: 363.40477310399996. iteration 5852 found worse value: 363.40477310399996. iteration 5853 found worse value: 363.40477310399996. iteration 5854 found worse value: 363.40477310399996. iteration5854, perturbing to get out of local maxima iteration 5855 found worse value: 363.40477310399996. iteration 5856 found worse value: 363.40477310399996. iteration 5857 found worse value: 363.40477310399996. iteration 5858 found worse value: 363.40477310399996. iteration5858, perturbing to get out of local maxima iteration 5859 found worse value: 363.40477310399996. iteration 5860 found worse value: 363.40477310399996. iteration 5861 found worse value: 363.40477310399996. iteration 5862 found worse value: 363.40477310399996. iteration 5863 found worse value: 363.40477310399996. iteration 5864 found worse value: 363.40477310399996. iteration 5865 found worse value: 363.40477310399996. iteration 5866 found worse value: 363.40477310399996. iteration 5867 found worse value: 363.40477310399996. iteration 5868 found worse value: 363.40477310399996. iteration 5869 found worse value: 363.40477310399996. iteration 5870 found worse value: 363.40477310399996. iteration 5871 found worse value: 363.40477310399996. iteration 5872 found worse value: 363.40477310399996. iteration 5873 found worse value: 363.40477310399996. iteration 5874 found worse value: 363.40477310399996. iteration 5875 found worse value: 363.40477310399996. iteration 5876 found worse value: 363.40477310399996. iteration 5877 found worse value: 363.40477310399996. iteration 5878 found worse value: 363.40477310399996. iteration 5879 found worse value: 363.40477310399996. iteration 5880 found worse value: 363.40477310399996. iteration 5881 found worse value: 363.40477310399996. iteration 5882 found worse value: 363.40477310399996. iteration 5883 found worse value: 363.40477310399996. iteration5883, perturbing to get out of local maxima iteration 5884 found worse value: 363.40477310399996. iteration 5885 found worse value: 363.40477310399996. iteration 5886 found worse value: 363.40477310399996. iteration 5887 found worse value: 363.40477310399996. iteration 5888 found worse value: 363.40477310399996. iteration 5889 found worse value: 363.40477310399996. iteration 5890 found worse value: 363.40477310399996. iteration 5891 found worse value: 363.40477310399996. iteration 5892 found worse value: 363.40477310399996. iteration 5893 found worse value: 363.40477310399996. iteration 5894 found worse value: 363.40477310399996. iteration 5895 found worse value: 363.40477310399996. iteration 5896 found better value: 363.405875573 iteration 5897 found worse value: 363.405875573. iteration 5898 found worse value: 363.405875573. iteration 5899 found worse value: 363.405875573. iteration 5900 found worse value: 363.405875573. iteration 5901 found worse value: 363.405875573. iteration 5902 found worse value: 363.405875573. iteration 5903 found worse value: 363.405875573. iteration 5904 found worse value: 363.405875573. iteration 5905 found worse value: 363.405875573. iteration 5906 found worse value: 363.405875573. iteration 5907 found worse value: 363.405875573. iteration 5908 found worse value: 363.405875573. iteration 5909 found worse value: 363.405875573. iteration 5910 found worse value: 363.405875573. iteration 5911 found worse value: 363.405875573. iteration 5912 found worse value: 363.405875573. iteration 5913 found worse value: 363.405875573. iteration 5914 found better value: 363.406004923 iteration 5915 found worse value: 363.406004923. iteration 5916 found worse value: 363.406004923. iteration 5917 found worse value: 363.406004923. iteration 5918 found worse value: 363.406004923. iteration 5919 found worse value: 363.406004923. iteration 5920 found worse value: 363.406004923. iteration 5921 found worse value: 363.406004923. iteration 5922 found worse value: 363.406004923. iteration 5923 found worse value: 363.406004923. iteration 5924 found worse value: 363.406004923. iteration 5925 found worse value: 363.406004923. iteration 5926 found worse value: 363.406004923. iteration 5927 found worse value: 363.406004923. iteration5927, perturbing to get out of local maxima iteration 5928 found worse value: 363.406004923. iteration 5929 found worse value: 363.406004923. iteration 5930 found worse value: 363.406004923. iteration 5931 found worse value: 363.406004923. iteration5931, perturbing to get out of local maxima iteration 5932 found worse value: 363.406004923. iteration 5933 found worse value: 363.406004923. iteration 5934 found worse value: 363.406004923. iteration 5935 found worse value: 363.406004923. iteration 5936 found worse value: 363.406004923. iteration 5937 found worse value: 363.406004923. iteration 5938 found worse value: 363.406004923. iteration 5939 found worse value: 363.406004923. iteration 5940 found worse value: 363.406004923. iteration 5941 found worse value: 363.406004923. iteration 5942 found worse value: 363.406004923. iteration 5943 found worse value: 363.406004923. iteration 5944 found worse value: 363.406004923. iteration 5945 found worse value: 363.406004923. iteration 5946 found worse value: 363.406004923. iteration 5947 found worse value: 363.406004923. iteration 5948 found worse value: 363.406004923. iteration 5949 found worse value: 363.406004923. iteration 5950 found worse value: 363.406004923. iteration 5951 found worse value: 363.406004923. iteration 5952 found worse value: 363.406004923. iteration 5953 found worse value: 363.406004923. iteration5953, perturbing to get out of local maxima iteration 5954 found worse value: 363.406004923. iteration 5955 found worse value: 363.406004923. iteration 5956 found worse value: 363.406004923. iteration 5957 found worse value: 363.406004923. iteration 5958 found worse value: 363.406004923. iteration 5959 found worse value: 363.406004923. iteration 5960 found worse value: 363.406004923. iteration 5961 found worse value: 363.406004923. iteration 5962 found worse value: 363.406004923. iteration5962, perturbing to get out of local maxima iteration 5963 found worse value: 363.406004923. iteration 5964 found worse value: 363.406004923. iteration 5965 found worse value: 363.406004923. iteration 5966 found worse value: 363.406004923. iteration 5967 found worse value: 363.406004923. iteration 5968 found worse value: 363.406004923. iteration 5969 found worse value: 363.406004923. iteration5969, perturbing to get out of local maxima iteration 5970 found worse value: 363.406004923. iteration 5971 found worse value: 363.406004923. iteration 5972 found worse value: 363.406004923. iteration 5973 found worse value: 363.406004923. iteration 5974 found worse value: 363.406004923. iteration 5975 found worse value: 363.406004923. iteration5975, perturbing to get out of local maxima iteration 5976 found worse value: 363.406004923. iteration 5977 found worse value: 363.406004923. iteration 5978 found worse value: 363.406004923. iteration 5979 found worse value: 363.406004923. iteration 5980 found worse value: 363.406004923. iteration 5981 found worse value: 363.406004923. iteration 5982 found worse value: 363.406004923. iteration 5983 found worse value: 363.406004923. iteration 5984 found worse value: 363.406004923. iteration 5985 found worse value: 363.406004923. iteration 5986 found worse value: 363.406004923. iteration 5987 found worse value: 363.406004923. iteration 5988 found worse value: 363.406004923. iteration 5989 found worse value: 363.406004923. iteration 5990 found worse value: 363.406004923. iteration 5991 found worse value: 363.406004923. iteration 5992 found worse value: 363.406004923. iteration 5993 found worse value: 363.406004923. iteration 5994 found worse value: 363.406004923. iteration 5995 found worse value: 363.406004923. iteration 5996 found worse value: 363.406004923. iteration 5997 found worse value: 363.406004923. iteration 5998 found worse value: 363.406004923. iteration 5999 found worse value: 363.406004923. iteration 6000 found worse value: 363.406004923. iteration 6001 found worse value: 363.406004923. iteration 6002 found worse value: 363.406004923. iteration6002, perturbing to get out of local maxima iteration 6003 found worse value: 363.406004923. iteration 6004 found worse value: 363.406004923. iteration 6005 found worse value: 363.406004923. iteration6005, perturbing to get out of local maxima iteration 6006 found worse value: 363.406004923. iteration 6007 found worse value: 363.406004923. iteration 6008 found worse value: 363.406004923. iteration 6009 found worse value: 363.406004923. iteration 6010 found worse value: 363.406004923. iteration 6011 found worse value: 363.406004923. iteration 6012 found worse value: 363.406004923. iteration 6013 found worse value: 363.406004923. iteration 6014 found worse value: 363.406004923. iteration 6015 found worse value: 363.406004923. iteration 6016 found worse value: 363.406004923. iteration 6017 found worse value: 363.406004923. iteration 6018 found worse value: 363.406004923. iteration 6019 found worse value: 363.406004923. iteration 6020 found worse value: 363.406004923. iteration 6021 found worse value: 363.406004923. iteration 6022 found worse value: 363.406004923. iteration 6023 found worse value: 363.406004923. iteration 6024 found worse value: 363.406004923. iteration 6025 found worse value: 363.406004923. iteration6025, perturbing to get out of local maxima iteration 6026 found worse value: 363.406004923. iteration 6027 found worse value: 363.406004923. iteration 6028 found worse value: 363.406004923. iteration 6029 found worse value: 363.406004923. iteration 6030 found worse value: 363.406004923. iteration 6031 found worse value: 363.406004923. iteration 6032 found worse value: 363.406004923. iteration 6033 found worse value: 363.406004923. iteration6033, perturbing to get out of local maxima iteration 6034 found worse value: 363.406004923. iteration 6035 found worse value: 363.406004923. iteration 6036 found worse value: 363.406004923. iteration 6037 found worse value: 363.406004923. iteration 6038 found worse value: 363.406004923. iteration 6039 found worse value: 363.406004923. iteration 6040 found worse value: 363.406004923. iteration 6041 found worse value: 363.406004923. iteration 6042 found worse value: 363.406004923. iteration6042, perturbing to get out of local maxima iteration 6043 found worse value: 363.406004923. iteration 6044 found worse value: 363.406004923. iteration 6045 found worse value: 363.406004923. iteration 6046 found worse value: 363.406004923. iteration 6047 found worse value: 363.406004923. iteration 6048 found worse value: 363.406004923. iteration 6049 found worse value: 363.406004923. iteration6049, perturbing to get out of local maxima iteration 6050 found worse value: 363.406004923. iteration6050, perturbing to get out of local maxima iteration 6051 found worse value: 363.406004923. iteration 6052 found worse value: 363.406004923. iteration6052, perturbing to get out of local maxima iteration 6053 found worse value: 363.406004923. iteration 6054 found worse value: 363.406004923. iteration 6055 found worse value: 363.406004923. iteration 6056 found worse value: 363.406004923. iteration 6057 found worse value: 363.406004923. iteration 6058 found worse value: 363.406004923. iteration 6059 found worse value: 363.406004923. iteration 6060 found worse value: 363.406004923. iteration 6061 found worse value: 363.406004923. iteration 6062 found worse value: 363.406004923. iteration 6063 found worse value: 363.406004923. iteration 6064 found worse value: 363.406004923. iteration6064, perturbing to get out of local maxima iteration 6065 found worse value: 363.406004923. iteration 6066 found worse value: 363.406004923. iteration 6067 found worse value: 363.406004923. iteration 6068 found worse value: 363.406004923. iteration 6069 found worse value: 363.406004923. iteration 6070 found worse value: 363.406004923. iteration 6071 found worse value: 363.406004923. iteration 6072 found worse value: 363.406004923. iteration 6073 found worse value: 363.406004923. iteration 6074 found worse value: 363.406004923. iteration 6075 found worse value: 363.406004923. iteration 6076 found worse value: 363.406004923. iteration 6077 found worse value: 363.406004923. iteration 6078 found worse value: 363.406004923. iteration 6079 found worse value: 363.406004923. iteration 6080 found worse value: 363.406004923. iteration6080, perturbing to get out of local maxima iteration 6081 found worse value: 363.406004923. iteration 6082 found worse value: 363.406004923. iteration 6083 found worse value: 363.406004923. iteration6083, perturbing to get out of local maxima iteration 6084 found worse value: 363.406004923. iteration6084, perturbing to get out of local maxima iteration 6085 found worse value: 363.406004923. iteration 6086 found worse value: 363.406004923. iteration6086, perturbing to get out of local maxima iteration 6087 found worse value: 363.406004923. iteration 6088 found worse value: 363.406004923. iteration 6089 found worse value: 363.406004923. iteration 6090 found worse value: 363.406004923. iteration 6091 found worse value: 363.406004923. iteration 6092 found worse value: 363.406004923. iteration 6093 found worse value: 363.406004923. iteration 6094 found worse value: 363.406004923. iteration 6095 found worse value: 363.406004923. iteration6095, perturbing to get out of local maxima iteration 6096 found worse value: 363.406004923. iteration 6097 found worse value: 363.406004923. iteration 6098 found worse value: 363.406004923. iteration 6099 found worse value: 363.406004923. iteration 6100 found worse value: 363.406004923. iteration 6101 found worse value: 363.406004923. iteration 6102 found worse value: 363.406004923. iteration 6103 found worse value: 363.406004923. iteration6103, perturbing to get out of local maxima iteration 6104 found worse value: 363.406004923. iteration 6105 found worse value: 363.406004923. iteration 6106 found worse value: 363.406004923. iteration 6107 found worse value: 363.406004923. iteration 6108 found worse value: 363.406004923. iteration 6109 found worse value: 363.406004923. iteration 6110 found worse value: 363.406004923. iteration 6111 found worse value: 363.406004923. iteration 6112 found worse value: 363.406004923. iteration 6113 found worse value: 363.406004923. iteration6113, perturbing to get out of local maxima iteration 6114 found worse value: 363.406004923. iteration 6115 found worse value: 363.406004923. iteration 6116 found worse value: 363.406004923. iteration 6117 found worse value: 363.406004923. iteration 6118 found worse value: 363.406004923. iteration 6119 found worse value: 363.406004923. iteration 6120 found worse value: 363.406004923. iteration6120, perturbing to get out of local maxima iteration 6121 found worse value: 363.406004923. iteration 6122 found worse value: 363.406004923. iteration 6123 found worse value: 363.406004923. iteration 6124 found worse value: 363.406004923. iteration 6125 found worse value: 363.406004923. iteration 6126 found worse value: 363.406004923. iteration6126, perturbing to get out of local maxima iteration 6127 found worse value: 363.406004923. iteration 6128 found worse value: 363.406004923. iteration 6129 found worse value: 363.406004923. iteration 6130 found worse value: 363.406004923. iteration 6131 found worse value: 363.406004923. iteration 6132 found worse value: 363.406004923. iteration 6133 found worse value: 363.406004923. iteration 6134 found worse value: 363.406004923. iteration 6135 found worse value: 363.406004923. iteration 6136 found worse value: 363.406004923. iteration 6137 found worse value: 363.406004923. iteration 6138 found worse value: 363.406004923. iteration 6139 found worse value: 363.406004923. iteration 6140 found worse value: 363.406004923. iteration 6141 found worse value: 363.406004923. iteration 6142 found worse value: 363.406004923. iteration 6143 found worse value: 363.406004923. iteration 6144 found worse value: 363.406004923. iteration 6145 found worse value: 363.406004923. iteration 6146 found worse value: 363.406004923. iteration 6147 found worse value: 363.406004923. iteration 6148 found worse value: 363.406004923. iteration 6149 found worse value: 363.406004923. iteration 6150 found worse value: 363.406004923. iteration 6151 found worse value: 363.406004923. iteration 6152 found worse value: 363.406004923. iteration 6153 found worse value: 363.406004923. iteration 6154 found worse value: 363.406004923. iteration 6155 found worse value: 363.406004923. iteration 6156 found worse value: 363.406004923. iteration 6157 found worse value: 363.406004923. iteration 6158 found worse value: 363.406004923. iteration 6159 found worse value: 363.406004923. iteration 6160 found worse value: 363.406004923. iteration 6161 found worse value: 363.406004923. iteration 6162 found worse value: 363.406004923. iteration 6163 found worse value: 363.406004923. iteration 6164 found worse value: 363.406004923. iteration 6165 found worse value: 363.406004923. iteration6165, perturbing to get out of local maxima iteration 6166 found worse value: 363.406004923. iteration 6167 found worse value: 363.406004923. iteration 6168 found worse value: 363.406004923. iteration 6169 found worse value: 363.406004923. iteration 6170 found worse value: 363.406004923. iteration 6171 found worse value: 363.406004923. iteration 6172 found worse value: 363.406004923. iteration 6173 found worse value: 363.406004923. iteration 6174 found worse value: 363.406004923. iteration 6175 found worse value: 363.406004923. iteration6175, perturbing to get out of local maxima iteration 6176 found worse value: 363.406004923. iteration 6177 found worse value: 363.406004923. iteration 6178 found worse value: 363.406004923. iteration 6179 found worse value: 363.406004923. iteration 6180 found worse value: 363.406004923. iteration 6181 found worse value: 363.406004923. iteration 6182 found worse value: 363.406004923. iteration 6183 found worse value: 363.406004923. iteration6183, perturbing to get out of local maxima iteration 6184 found worse value: 363.406004923. iteration 6185 found worse value: 363.406004923. iteration 6186 found worse value: 363.406004923. iteration 6187 found worse value: 363.406004923. iteration 6188 found worse value: 363.406004923. iteration 6189 found worse value: 363.406004923. iteration 6190 found worse value: 363.406004923. iteration 6191 found worse value: 363.406004923. iteration 6192 found worse value: 363.406004923. iteration 6193 found worse value: 363.406004923. iteration 6194 found worse value: 363.406004923. iteration 6195 found worse value: 363.406004923. iteration6195, perturbing to get out of local maxima iteration 6196 found worse value: 363.406004923. iteration 6197 found worse value: 363.406004923. iteration 6198 found worse value: 363.406004923. iteration 6199 found worse value: 363.406004923. iteration 6200 found worse value: 363.406004923. iteration 6201 found worse value: 363.406004923. iteration 6202 found worse value: 363.406004923. iteration 6203 found worse value: 363.406004923. iteration 6204 found worse value: 363.406004923. iteration 6205 found worse value: 363.406004923. iteration 6206 found worse value: 363.406004923. iteration 6207 found worse value: 363.406004923. iteration 6208 found worse value: 363.406004923. iteration6208, perturbing to get out of local maxima iteration 6209 found worse value: 363.406004923. iteration 6210 found worse value: 363.406004923. iteration 6211 found worse value: 363.406004923. iteration 6212 found worse value: 363.406004923. iteration 6213 found worse value: 363.406004923. iteration 6214 found worse value: 363.406004923. iteration 6215 found worse value: 363.406004923. iteration 6216 found worse value: 363.406004923. iteration 6217 found worse value: 363.406004923. iteration 6218 found worse value: 363.406004923. iteration 6219 found worse value: 363.406004923. iteration 6220 found worse value: 363.406004923. iteration 6221 found worse value: 363.406004923. iteration 6222 found worse value: 363.406004923. iteration 6223 found worse value: 363.406004923. iteration 6224 found worse value: 363.406004923. iteration 6225 found worse value: 363.406004923. iteration 6226 found worse value: 363.406004923. iteration 6227 found worse value: 363.406004923. iteration 6228 found worse value: 363.406004923. iteration6228, perturbing to get out of local maxima iteration 6229 found worse value: 363.406004923. iteration 6230 found worse value: 363.406004923. iteration 6231 found worse value: 363.406004923. iteration 6232 found worse value: 363.406004923. iteration 6233 found worse value: 363.406004923. iteration 6234 found worse value: 363.406004923. iteration6234, perturbing to get out of local maxima iteration 6235 found worse value: 363.406004923. iteration 6236 found worse value: 363.406004923. iteration6236, perturbing to get out of local maxima iteration 6237 found worse value: 363.406004923. iteration 6238 found worse value: 363.406004923. iteration 6239 found worse value: 363.406004923. iteration 6240 found worse value: 363.406004923. iteration 6241 found worse value: 363.406004923. iteration 6242 found worse value: 363.406004923. iteration 6243 found worse value: 363.406004923. iteration 6244 found worse value: 363.406004923. iteration6244, perturbing to get out of local maxima iteration 6245 found worse value: 363.406004923. iteration 6246 found worse value: 363.406004923. iteration 6247 found worse value: 363.406004923. iteration 6248 found worse value: 363.406004923. iteration 6249 found worse value: 363.406004923. iteration 6250 found worse value: 363.406004923. iteration 6251 found worse value: 363.406004923. iteration 6252 found worse value: 363.406004923. iteration 6253 found worse value: 363.406004923. iteration 6254 found worse value: 363.406004923. iteration 6255 found worse value: 363.406004923. iteration 6256 found worse value: 363.406004923. iteration 6257 found worse value: 363.406004923. iteration6257, perturbing to get out of local maxima iteration 6258 found worse value: 363.406004923. iteration 6259 found worse value: 363.406004923. iteration 6260 found worse value: 363.406004923. iteration 6261 found worse value: 363.406004923. iteration 6262 found worse value: 363.406004923. iteration 6263 found worse value: 363.406004923. iteration 6264 found worse value: 363.406004923. iteration 6265 found worse value: 363.406004923. iteration 6266 found worse value: 363.406004923. iteration 6267 found worse value: 363.406004923. iteration 6268 found worse value: 363.406004923. iteration 6269 found worse value: 363.406004923. iteration 6270 found worse value: 363.406004923. iteration 6271 found worse value: 363.406004923. iteration 6272 found worse value: 363.406004923. iteration 6273 found worse value: 363.406004923. iteration 6274 found worse value: 363.406004923. iteration 6275 found worse value: 363.406004923. iteration 6276 found worse value: 363.406004923. iteration 6277 found worse value: 363.406004923. iteration 6278 found worse value: 363.406004923. iteration 6279 found worse value: 363.406004923. iteration 6280 found worse value: 363.406004923. iteration 6281 found worse value: 363.406004923. iteration 6282 found worse value: 363.406004923. iteration 6283 found worse value: 363.406004923. iteration 6284 found worse value: 363.406004923. iteration 6285 found worse value: 363.406004923. iteration 6286 found worse value: 363.406004923. iteration 6287 found worse value: 363.406004923. iteration 6288 found worse value: 363.406004923. iteration 6289 found worse value: 363.406004923. iteration 6290 found worse value: 363.406004923. iteration 6291 found worse value: 363.406004923. iteration 6292 found worse value: 363.406004923. iteration 6293 found worse value: 363.406004923. iteration 6294 found worse value: 363.406004923. iteration 6295 found worse value: 363.406004923. iteration6295, perturbing to get out of local maxima iteration 6296 found worse value: 363.406004923. iteration 6297 found worse value: 363.406004923. iteration 6298 found worse value: 363.406004923. iteration 6299 found worse value: 363.406004923. iteration 6300 found worse value: 363.406004923. iteration 6301 found worse value: 363.406004923. iteration 6302 found worse value: 363.406004923. iteration 6303 found worse value: 363.406004923. iteration 6304 found worse value: 363.406004923. iteration 6305 found worse value: 363.406004923. iteration6305, perturbing to get out of local maxima iteration 6306 found worse value: 363.406004923. iteration 6307 found worse value: 363.406004923. iteration 6308 found worse value: 363.406004923. iteration 6309 found worse value: 363.406004923. iteration 6310 found worse value: 363.406004923. iteration 6311 found worse value: 363.406004923. iteration 6312 found worse value: 363.406004923. iteration 6313 found worse value: 363.406004923. iteration 6314 found worse value: 363.406004923. iteration 6315 found worse value: 363.406004923. iteration 6316 found worse value: 363.406004923. iteration 6317 found worse value: 363.406004923. iteration 6318 found worse value: 363.406004923. iteration 6319 found worse value: 363.406004923. iteration 6320 found worse value: 363.406004923. iteration 6321 found worse value: 363.406004923. iteration 6322 found worse value: 363.406004923. iteration 6323 found worse value: 363.406004923. iteration 6324 found worse value: 363.406004923. iteration 6325 found worse value: 363.406004923. iteration 6326 found worse value: 363.406004923. iteration 6327 found worse value: 363.406004923. iteration 6328 found worse value: 363.406004923. iteration 6329 found worse value: 363.406004923. iteration 6330 found worse value: 363.406004923. iteration 6331 found worse value: 363.406004923. iteration 6332 found worse value: 363.406004923. iteration 6333 found worse value: 363.406004923. iteration 6334 found worse value: 363.406004923. iteration 6335 found worse value: 363.406004923. iteration 6336 found worse value: 363.406004923. iteration 6337 found worse value: 363.406004923. iteration 6338 found worse value: 363.406004923. iteration 6339 found worse value: 363.406004923. iteration 6340 found worse value: 363.406004923. iteration 6341 found worse value: 363.406004923. iteration 6342 found worse value: 363.406004923. iteration6342, perturbing to get out of local maxima iteration 6343 found worse value: 363.406004923. iteration 6344 found worse value: 363.406004923. iteration 6345 found worse value: 363.406004923. iteration 6346 found worse value: 363.406004923. iteration 6347 found worse value: 363.406004923. iteration 6348 found worse value: 363.406004923. iteration 6349 found worse value: 363.406004923. iteration 6350 found worse value: 363.406004923. iteration 6351 found worse value: 363.406004923. iteration 6352 found worse value: 363.406004923. iteration 6353 found worse value: 363.406004923. iteration 6354 found worse value: 363.406004923. iteration 6355 found worse value: 363.406004923. iteration 6356 found worse value: 363.406004923. iteration 6357 found worse value: 363.406004923. iteration 6358 found worse value: 363.406004923. iteration 6359 found worse value: 363.406004923. iteration6359, perturbing to get out of local maxima iteration 6360 found worse value: 363.406004923. iteration 6361 found worse value: 363.406004923. iteration 6362 found worse value: 363.406004923. iteration 6363 found worse value: 363.406004923. iteration 6364 found worse value: 363.406004923. iteration 6365 found worse value: 363.406004923. iteration 6366 found worse value: 363.406004923. iteration 6367 found worse value: 363.406004923. iteration 6368 found worse value: 363.406004923. iteration 6369 found worse value: 363.406004923. iteration 6370 found worse value: 363.406004923. iteration 6371 found worse value: 363.406004923. iteration 6372 found worse value: 363.406004923. iteration 6373 found worse value: 363.406004923. iteration 6374 found worse value: 363.406004923. iteration 6375 found worse value: 363.406004923. iteration 6376 found worse value: 363.406004923. iteration 6377 found worse value: 363.406004923. iteration 6378 found worse value: 363.406004923. iteration 6379 found worse value: 363.406004923. iteration 6380 found worse value: 363.406004923. iteration 6381 found worse value: 363.406004923. iteration 6382 found worse value: 363.406004923. iteration 6383 found worse value: 363.406004923. iteration 6384 found worse value: 363.406004923. iteration 6385 found worse value: 363.406004923. iteration 6386 found worse value: 363.406004923. iteration 6387 found worse value: 363.406004923. iteration 6388 found worse value: 363.406004923. iteration 6389 found worse value: 363.406004923. iteration 6390 found worse value: 363.406004923. iteration 6391 found worse value: 363.406004923. iteration 6392 found worse value: 363.406004923. iteration 6393 found worse value: 363.406004923. iteration 6394 found worse value: 363.406004923. iteration 6395 found worse value: 363.406004923. iteration 6396 found worse value: 363.406004923. iteration 6397 found worse value: 363.406004923. iteration6397, perturbing to get out of local maxima iteration 6398 found worse value: 363.406004923. iteration 6399 found worse value: 363.406004923. iteration 6400 found worse value: 363.406004923. iteration 6401 found worse value: 363.406004923. iteration 6402 found worse value: 363.406004923. iteration 6403 found worse value: 363.406004923. iteration 6404 found worse value: 363.406004923. iteration 6405 found worse value: 363.406004923. iteration 6406 found worse value: 363.406004923. iteration 6407 found worse value: 363.406004923. iteration6407, perturbing to get out of local maxima iteration 6408 found worse value: 363.406004923. iteration 6409 found worse value: 363.406004923. iteration 6410 found worse value: 363.406004923. iteration 6411 found worse value: 363.406004923. iteration 6412 found worse value: 363.406004923. iteration 6413 found worse value: 363.406004923. iteration 6414 found worse value: 363.406004923. iteration 6415 found worse value: 363.406004923. iteration 6416 found worse value: 363.406004923. iteration 6417 found worse value: 363.406004923. iteration 6418 found worse value: 363.406004923. iteration 6419 found worse value: 363.406004923. iteration 6420 found worse value: 363.406004923. iteration 6421 found worse value: 363.406004923. iteration 6422 found worse value: 363.406004923. iteration 6423 found worse value: 363.406004923. iteration6423, perturbing to get out of local maxima iteration 6424 found worse value: 363.406004923. iteration 6425 found worse value: 363.406004923. iteration 6426 found worse value: 363.406004923. iteration 6427 found worse value: 363.406004923. iteration 6428 found worse value: 363.406004923. iteration 6429 found worse value: 363.406004923. iteration 6430 found worse value: 363.406004923. iteration6430, perturbing to get out of local maxima iteration 6431 found worse value: 363.406004923. iteration 6432 found worse value: 363.406004923. iteration 6433 found worse value: 363.406004923. iteration 6434 found worse value: 363.406004923. iteration 6435 found worse value: 363.406004923. iteration 6436 found worse value: 363.406004923. iteration 6437 found worse value: 363.406004923. iteration 6438 found worse value: 363.406004923. iteration 6439 found worse value: 363.406004923. iteration6439, perturbing to get out of local maxima iteration 6440 found worse value: 363.406004923. iteration 6441 found worse value: 363.406004923. iteration 6442 found worse value: 363.406004923. iteration 6443 found worse value: 363.406004923. iteration 6444 found worse value: 363.406004923. iteration 6445 found worse value: 363.406004923. iteration 6446 found worse value: 363.406004923. iteration 6447 found worse value: 363.406004923. iteration 6448 found worse value: 363.406004923. iteration6448, perturbing to get out of local maxima iteration 6449 found worse value: 363.406004923. iteration 6450 found worse value: 363.406004923. iteration 6451 found worse value: 363.406004923. iteration 6452 found worse value: 363.406004923. iteration 6453 found worse value: 363.406004923. iteration 6454 found worse value: 363.406004923. iteration 6455 found worse value: 363.406004923. iteration 6456 found worse value: 363.406004923. iteration 6457 found worse value: 363.406004923. iteration 6458 found worse value: 363.406004923. iteration 6459 found worse value: 363.406004923. iteration 6460 found worse value: 363.406004923. iteration 6461 found worse value: 363.406004923. iteration 6462 found worse value: 363.406004923. iteration 6463 found worse value: 363.406004923. iteration 6464 found worse value: 363.406004923. iteration 6465 found worse value: 363.406004923. iteration 6466 found worse value: 363.406004923. iteration 6467 found worse value: 363.406004923. iteration 6468 found worse value: 363.406004923. iteration 6469 found worse value: 363.406004923. iteration 6470 found worse value: 363.406004923. iteration 6471 found worse value: 363.406004923. iteration 6472 found worse value: 363.406004923. iteration 6473 found worse value: 363.406004923. iteration 6474 found worse value: 363.406004923. iteration 6475 found worse value: 363.406004923. iteration 6476 found worse value: 363.406004923. iteration 6477 found worse value: 363.406004923. iteration6477, perturbing to get out of local maxima iteration 6478 found worse value: 363.406004923. iteration 6479 found worse value: 363.406004923. iteration6479, perturbing to get out of local maxima iteration 6480 found worse value: 363.406004923. iteration 6481 found worse value: 363.406004923. iteration 6482 found worse value: 363.406004923. iteration 6483 found worse value: 363.406004923. iteration 6484 found worse value: 363.406004923. iteration6484, perturbing to get out of local maxima iteration 6485 found worse value: 363.406004923. iteration 6486 found worse value: 363.406004923. iteration 6487 found worse value: 363.406004923. iteration 6488 found worse value: 363.406004923. iteration 6489 found worse value: 363.406004923. iteration 6490 found worse value: 363.406004923. iteration 6491 found worse value: 363.406004923. iteration 6492 found worse value: 363.406004923. iteration 6493 found worse value: 363.406004923. iteration 6494 found worse value: 363.406004923. iteration 6495 found worse value: 363.406004923. iteration 6496 found worse value: 363.406004923. iteration 6497 found worse value: 363.406004923. iteration 6498 found worse value: 363.406004923. iteration 6499 found worse value: 363.406004923. iteration 6500 found worse value: 363.406004923. iteration 6501 found worse value: 363.406004923. iteration 6502 found worse value: 363.406004923. iteration 6503 found worse value: 363.406004923. iteration 6504 found worse value: 363.406004923. iteration 6505 found worse value: 363.406004923. iteration 6506 found worse value: 363.406004923. iteration 6507 found worse value: 363.406004923. iteration 6508 found worse value: 363.406004923. iteration6508, perturbing to get out of local maxima iteration 6509 found worse value: 363.406004923. iteration 6510 found worse value: 363.406004923. iteration 6511 found worse value: 363.406004923. iteration 6512 found worse value: 363.406004923. iteration6512, perturbing to get out of local maxima iteration 6513 found worse value: 363.406004923. iteration 6514 found worse value: 363.406004923. iteration 6515 found worse value: 363.406004923. iteration 6516 found worse value: 363.406004923. iteration 6517 found worse value: 363.406004923. iteration 6518 found worse value: 363.406004923. iteration 6519 found worse value: 363.406004923. iteration 6520 found worse value: 363.406004923. iteration 6521 found worse value: 363.406004923. iteration 6522 found worse value: 363.406004923. iteration 6523 found worse value: 363.406004923. iteration 6524 found worse value: 363.406004923. iteration 6525 found worse value: 363.406004923. iteration 6526 found worse value: 363.406004923. iteration 6527 found worse value: 363.406004923. iteration 6528 found worse value: 363.406004923. iteration 6529 found worse value: 363.406004923. iteration 6530 found worse value: 363.406004923. iteration 6531 found worse value: 363.406004923. iteration 6532 found worse value: 363.406004923. iteration 6533 found worse value: 363.406004923. iteration 6534 found worse value: 363.406004923. iteration 6535 found worse value: 363.406004923. iteration 6536 found worse value: 363.406004923. iteration 6537 found worse value: 363.406004923. iteration 6538 found worse value: 363.406004923. iteration 6539 found worse value: 363.406004923. iteration 6540 found worse value: 363.406004923. iteration 6541 found worse value: 363.406004923. iteration 6542 found worse value: 363.406004923. iteration 6543 found worse value: 363.406004923. iteration 6544 found worse value: 363.406004923. iteration 6545 found worse value: 363.406004923. iteration 6546 found worse value: 363.406004923. iteration 6547 found worse value: 363.406004923. iteration 6548 found worse value: 363.406004923. iteration 6549 found worse value: 363.406004923. iteration 6550 found worse value: 363.406004923. iteration 6551 found worse value: 363.406004923. iteration 6552 found worse value: 363.406004923. iteration 6553 found worse value: 363.406004923. iteration 6554 found worse value: 363.406004923. iteration 6555 found worse value: 363.406004923. iteration 6556 found worse value: 363.406004923. iteration 6557 found worse value: 363.406004923. iteration 6558 found worse value: 363.406004923. iteration 6559 found worse value: 363.406004923. iteration 6560 found worse value: 363.406004923. iteration 6561 found worse value: 363.406004923. iteration 6562 found worse value: 363.406004923. iteration 6563 found worse value: 363.406004923. iteration 6564 found worse value: 363.406004923. iteration 6565 found worse value: 363.406004923. iteration 6566 found worse value: 363.406004923. iteration 6567 found worse value: 363.406004923. iteration 6568 found worse value: 363.406004923. iteration 6569 found worse value: 363.406004923. iteration 6570 found worse value: 363.406004923. iteration 6571 found worse value: 363.406004923. iteration 6572 found worse value: 363.406004923. iteration 6573 found worse value: 363.406004923. iteration 6574 found worse value: 363.406004923. iteration 6575 found worse value: 363.406004923. iteration 6576 found worse value: 363.406004923. iteration 6577 found worse value: 363.406004923. iteration 6578 found worse value: 363.406004923. iteration 6579 found worse value: 363.406004923. iteration 6580 found worse value: 363.406004923. iteration 6581 found worse value: 363.406004923. iteration 6582 found worse value: 363.406004923. iteration 6583 found worse value: 363.406004923. iteration 6584 found worse value: 363.406004923. iteration 6585 found worse value: 363.406004923. iteration 6586 found worse value: 363.406004923. iteration 6587 found worse value: 363.406004923. iteration 6588 found worse value: 363.406004923. iteration 6589 found worse value: 363.406004923. iteration 6590 found worse value: 363.406004923. iteration 6591 found worse value: 363.406004923. iteration 6592 found worse value: 363.406004923. iteration 6593 found worse value: 363.406004923. iteration 6594 found worse value: 363.406004923. iteration 6595 found worse value: 363.406004923. iteration 6596 found worse value: 363.406004923. iteration 6597 found worse value: 363.406004923. iteration 6598 found worse value: 363.406004923. iteration 6599 found worse value: 363.406004923. iteration 6600 found worse value: 363.406004923. iteration 6601 found worse value: 363.406004923. iteration 6602 found worse value: 363.406004923. iteration 6603 found worse value: 363.406004923. iteration6603, perturbing to get out of local maxima iteration 6604 found worse value: 363.406004923. iteration 6605 found worse value: 363.406004923. iteration 6606 found worse value: 363.406004923. iteration6606, perturbing to get out of local maxima iteration 6607 found worse value: 363.406004923. iteration 6608 found worse value: 363.406004923. iteration 6609 found worse value: 363.406004923. iteration 6610 found worse value: 363.406004923. iteration 6611 found worse value: 363.406004923. iteration 6612 found worse value: 363.406004923. iteration 6613 found worse value: 363.406004923. iteration 6614 found worse value: 363.406004923. iteration 6615 found worse value: 363.406004923. iteration 6616 found worse value: 363.406004923. iteration 6617 found worse value: 363.406004923. iteration6617, perturbing to get out of local maxima iteration 6618 found worse value: 363.406004923. iteration6618, perturbing to get out of local maxima iteration 6619 found worse value: 363.406004923. iteration 6620 found worse value: 363.406004923. iteration 6621 found worse value: 363.406004923. iteration6621, perturbing to get out of local maxima iteration 6622 found worse value: 363.406004923. iteration 6623 found worse value: 363.406004923. iteration 6624 found worse value: 363.406004923. iteration 6625 found worse value: 363.406004923. iteration 6626 found worse value: 363.406004923. iteration 6627 found worse value: 363.406004923. iteration 6628 found worse value: 363.406004923. iteration 6629 found worse value: 363.406004923. iteration 6630 found worse value: 363.406004923. iteration 6631 found worse value: 363.406004923. iteration 6632 found worse value: 363.406004923. iteration 6633 found worse value: 363.406004923. iteration 6634 found worse value: 363.406004923. iteration 6635 found worse value: 363.406004923. iteration 6636 found worse value: 363.406004923. iteration 6637 found worse value: 363.406004923. iteration 6638 found worse value: 363.406004923. iteration 6639 found worse value: 363.406004923. iteration 6640 found worse value: 363.406004923. iteration 6641 found worse value: 363.406004923. iteration 6642 found worse value: 363.406004923. iteration 6643 found worse value: 363.406004923. iteration 6644 found worse value: 363.406004923. iteration 6645 found worse value: 363.406004923. iteration 6646 found worse value: 363.406004923. iteration 6647 found worse value: 363.406004923. iteration 6648 found worse value: 363.406004923. iteration 6649 found worse value: 363.406004923. iteration 6650 found worse value: 363.406004923. iteration 6651 found worse value: 363.406004923. iteration 6652 found worse value: 363.406004923. iteration 6653 found worse value: 363.406004923. iteration 6654 found worse value: 363.406004923. iteration 6655 found worse value: 363.406004923. iteration 6656 found worse value: 363.406004923. iteration 6657 found worse value: 363.406004923. iteration 6658 found worse value: 363.406004923. iteration 6659 found worse value: 363.406004923. iteration 6660 found worse value: 363.406004923. iteration 6661 found worse value: 363.406004923. iteration 6662 found worse value: 363.406004923. iteration 6663 found worse value: 363.406004923. iteration 6664 found worse value: 363.406004923. iteration 6665 found worse value: 363.406004923. iteration6665, perturbing to get out of local maxima iteration 6666 found worse value: 363.406004923. iteration 6667 found worse value: 363.406004923. iteration 6668 found worse value: 363.406004923. iteration 6669 found worse value: 363.406004923. iteration 6670 found worse value: 363.406004923. iteration 6671 found worse value: 363.406004923. iteration 6672 found worse value: 363.406004923. iteration 6673 found worse value: 363.406004923. iteration 6674 found worse value: 363.406004923. iteration 6675 found worse value: 363.406004923. iteration 6676 found worse value: 363.406004923. iteration 6677 found worse value: 363.406004923. iteration 6678 found worse value: 363.406004923. iteration 6679 found worse value: 363.406004923. iteration 6680 found worse value: 363.406004923. iteration 6681 found worse value: 363.406004923. iteration 6682 found worse value: 363.406004923. iteration 6683 found worse value: 363.406004923. iteration 6684 found worse value: 363.406004923. iteration 6685 found worse value: 363.406004923. iteration 6686 found worse value: 363.406004923. iteration 6687 found worse value: 363.406004923. iteration 6688 found worse value: 363.406004923. iteration6688, perturbing to get out of local maxima iteration 6689 found worse value: 363.406004923. iteration 6690 found worse value: 363.406004923. iteration 6691 found worse value: 363.406004923. iteration 6692 found worse value: 363.406004923. iteration 6693 found worse value: 363.406004923. iteration 6694 found worse value: 363.406004923. iteration 6695 found worse value: 363.406004923. iteration 6696 found worse value: 363.406004923. iteration6696, perturbing to get out of local maxima iteration 6697 found worse value: 363.406004923. iteration 6698 found worse value: 363.406004923. iteration 6699 found worse value: 363.406004923. iteration 6700 found worse value: 363.406004923. iteration 6701 found worse value: 363.406004923. iteration 6702 found worse value: 363.406004923. iteration 6703 found worse value: 363.406004923. iteration 6704 found worse value: 363.406004923. iteration 6705 found worse value: 363.406004923. iteration 6706 found worse value: 363.406004923. iteration 6707 found worse value: 363.406004923. iteration 6708 found worse value: 363.406004923. iteration 6709 found worse value: 363.406004923. iteration 6710 found worse value: 363.406004923. iteration 6711 found worse value: 363.406004923. iteration 6712 found worse value: 363.406004923. iteration 6713 found worse value: 363.406004923. iteration 6714 found worse value: 363.406004923. iteration 6715 found worse value: 363.406004923. iteration 6716 found worse value: 363.406004923. iteration 6717 found worse value: 363.406004923. iteration 6718 found worse value: 363.406004923. iteration 6719 found worse value: 363.406004923. iteration 6720 found worse value: 363.406004923. iteration 6721 found worse value: 363.406004923. iteration6721, perturbing to get out of local maxima iteration 6722 found worse value: 363.406004923. iteration 6723 found worse value: 363.406004923. iteration 6724 found worse value: 363.406004923. iteration 6725 found worse value: 363.406004923. iteration 6726 found worse value: 363.406004923. iteration 6727 found worse value: 363.406004923. iteration 6728 found worse value: 363.406004923. iteration 6729 found worse value: 363.406004923. iteration 6730 found worse value: 363.406004923. iteration 6731 found worse value: 363.406004923. iteration 6732 found worse value: 363.406004923. iteration 6733 found better value: 363.406591558 iteration 6734 found worse value: 363.406591558. iteration 6735 found worse value: 363.406591558. iteration 6736 found worse value: 363.406591558. iteration 6737 found worse value: 363.406591558. iteration 6738 found worse value: 363.406591558. iteration 6739 found worse value: 363.406591558. iteration 6740 found worse value: 363.406591558. iteration 6741 found worse value: 363.406591558. iteration 6742 found worse value: 363.406591558. iteration 6743 found worse value: 363.406591558. iteration 6744 found worse value: 363.406591558. iteration 6745 found worse value: 363.406591558. iteration6745, perturbing to get out of local maxima iteration 6746 found worse value: 363.406591558. iteration 6747 found worse value: 363.406591558. iteration 6748 found worse value: 363.406591558. iteration 6749 found worse value: 363.406591558. iteration 6750 found worse value: 363.406591558. iteration 6751 found worse value: 363.406591558. iteration 6752 found worse value: 363.406591558. iteration 6753 found worse value: 363.406591558. iteration 6754 found worse value: 363.406591558. iteration 6755 found better value: 363.40749846200004 iteration 6756 found better value: 363.40785761300003 iteration 6757 found worse value: 363.40785761300003. iteration 6758 found worse value: 363.40785761300003. iteration 6759 found worse value: 363.40785761300003. iteration 6760 found worse value: 363.40785761300003. iteration 6761 found worse value: 363.40785761300003. iteration 6762 found worse value: 363.40785761300003. iteration 6763 found worse value: 363.40785761300003. iteration 6764 found worse value: 363.40785761300003. iteration 6765 found worse value: 363.40785761300003. iteration 6766 found worse value: 363.40785761300003. iteration 6767 found worse value: 363.40785761300003. iteration 6768 found worse value: 363.40785761300003. iteration 6769 found worse value: 363.40785761300003. iteration 6770 found worse value: 363.40785761300003. iteration 6771 found worse value: 363.40785761300003. iteration 6772 found better value: 363.410563415 iteration 6773 found worse value: 363.410563415. iteration 6774 found worse value: 363.410563415. iteration 6775 found worse value: 363.410563415. iteration 6776 found worse value: 363.410563415. iteration 6777 found worse value: 363.410563415. iteration 6778 found worse value: 363.410563415. iteration 6779 found better value: 363.41056687400004 iteration 6780 found worse value: 363.41056687400004. iteration 6781 found worse value: 363.41056687400004. iteration 6782 found worse value: 363.41056687400004. iteration 6783 found worse value: 363.41056687400004. iteration 6784 found worse value: 363.41056687400004. iteration 6785 found worse value: 363.41056687400004. iteration 6786 found worse value: 363.41056687400004. iteration 6787 found worse value: 363.41056687400004. iteration 6788 found worse value: 363.41056687400004. iteration 6789 found worse value: 363.41056687400004. iteration 6790 found worse value: 363.41056687400004. iteration 6791 found worse value: 363.41056687400004. iteration 6792 found worse value: 363.41056687400004. iteration 6793 found worse value: 363.41056687400004. iteration 6794 found worse value: 363.41056687400004. iteration 6795 found worse value: 363.41056687400004. iteration 6796 found worse value: 363.41056687400004. iteration 6797 found worse value: 363.41056687400004. iteration 6798 found worse value: 363.41056687400004. iteration 6799 found worse value: 363.41056687400004. iteration 6800 found worse value: 363.41056687400004. iteration 6801 found worse value: 363.41056687400004. iteration6801, perturbing to get out of local maxima iteration 6802 found worse value: 363.41056687400004. iteration 6803 found worse value: 363.41056687400004. iteration 6804 found worse value: 363.41056687400004. iteration 6805 found worse value: 363.41056687400004. iteration 6806 found worse value: 363.41056687400004. iteration 6807 found better value: 363.410764872 iteration 6808 found worse value: 363.410764872. iteration 6809 found worse value: 363.410764872. iteration 6810 found worse value: 363.410764872. iteration 6811 found worse value: 363.410764872. iteration6811, perturbing to get out of local maxima iteration 6812 found worse value: 363.410764872. iteration 6813 found worse value: 363.410764872. iteration 6814 found worse value: 363.410764872. iteration 6815 found worse value: 363.410764872. iteration 6816 found worse value: 363.410764872. iteration 6817 found worse value: 363.410764872. iteration 6818 found worse value: 363.410764872. iteration 6819 found worse value: 363.410764872. iteration 6820 found worse value: 363.410764872. iteration 6821 found worse value: 363.410764872. iteration 6822 found worse value: 363.410764872. iteration6822, perturbing to get out of local maxima iteration 6823 found worse value: 363.410764872. iteration 6824 found worse value: 363.410764872. iteration 6825 found worse value: 363.410764872. iteration 6826 found worse value: 363.410764872. iteration 6827 found worse value: 363.410764872. iteration 6828 found worse value: 363.410764872. iteration 6829 found worse value: 363.410764872. iteration 6830 found worse value: 363.410764872. iteration 6831 found worse value: 363.410764872. iteration 6832 found worse value: 363.410764872. iteration 6833 found worse value: 363.410764872. iteration 6834 found worse value: 363.410764872. iteration 6835 found worse value: 363.410764872. iteration 6836 found worse value: 363.410764872. iteration 6837 found worse value: 363.410764872. iteration 6838 found worse value: 363.410764872. iteration 6839 found worse value: 363.410764872. iteration 6840 found worse value: 363.410764872. iteration 6841 found worse value: 363.410764872. iteration 6842 found worse value: 363.410764872. iteration 6843 found worse value: 363.410764872. iteration 6844 found worse value: 363.410764872. iteration 6845 found worse value: 363.410764872. iteration 6846 found worse value: 363.410764872. iteration 6847 found worse value: 363.410764872. iteration 6848 found better value: 363.410858329 iteration 6849 found worse value: 363.410858329. iteration 6850 found worse value: 363.410858329. iteration 6851 found worse value: 363.410858329. iteration 6852 found worse value: 363.410858329. iteration 6853 found worse value: 363.410858329. iteration 6854 found worse value: 363.410858329. iteration 6855 found worse value: 363.410858329. iteration 6856 found worse value: 363.410858329. iteration6856, perturbing to get out of local maxima iteration 6857 found worse value: 363.410858329. iteration 6858 found worse value: 363.410858329. iteration 6859 found worse value: 363.410858329. iteration 6860 found worse value: 363.410858329. iteration 6861 found worse value: 363.410858329. iteration 6862 found worse value: 363.410858329. iteration 6863 found worse value: 363.410858329. iteration6863, perturbing to get out of local maxima iteration 6864 found worse value: 363.410858329. iteration 6865 found worse value: 363.410858329. iteration 6866 found worse value: 363.410858329. iteration 6867 found worse value: 363.410858329. iteration 6868 found worse value: 363.410858329. iteration 6869 found worse value: 363.410858329. iteration 6870 found worse value: 363.410858329. iteration 6871 found worse value: 363.410858329. iteration 6872 found worse value: 363.410858329. iteration 6873 found worse value: 363.410858329. iteration 6874 found worse value: 363.410858329. iteration 6875 found worse value: 363.410858329. iteration 6876 found worse value: 363.410858329. iteration 6877 found worse value: 363.410858329. iteration 6878 found worse value: 363.410858329. iteration 6879 found worse value: 363.410858329. iteration 6880 found worse value: 363.410858329. iteration 6881 found worse value: 363.410858329. iteration 6882 found worse value: 363.410858329. iteration 6883 found worse value: 363.410858329. iteration 6884 found worse value: 363.410858329. iteration 6885 found worse value: 363.410858329. iteration 6886 found worse value: 363.410858329. iteration 6887 found worse value: 363.410858329. iteration 6888 found worse value: 363.410858329. iteration 6889 found worse value: 363.410858329. iteration 6890 found worse value: 363.410858329. iteration 6891 found worse value: 363.410858329. iteration 6892 found worse value: 363.410858329. iteration 6893 found worse value: 363.410858329. iteration 6894 found worse value: 363.410858329. iteration 6895 found worse value: 363.410858329. iteration 6896 found worse value: 363.410858329. iteration 6897 found worse value: 363.410858329. iteration 6898 found worse value: 363.410858329. iteration 6899 found worse value: 363.410858329. iteration 6900 found worse value: 363.410858329. iteration 6901 found worse value: 363.410858329. iteration 6902 found worse value: 363.410858329. iteration 6903 found worse value: 363.410858329. iteration 6904 found worse value: 363.410858329. iteration 6905 found worse value: 363.410858329. iteration6905, perturbing to get out of local maxima iteration 6906 found worse value: 363.410858329. iteration 6907 found worse value: 363.410858329. iteration 6908 found worse value: 363.410858329. iteration 6909 found worse value: 363.410858329. iteration 6910 found worse value: 363.410858329. iteration 6911 found worse value: 363.410858329. iteration6911, perturbing to get out of local maxima iteration 6912 found worse value: 363.410858329. iteration 6913 found worse value: 363.410858329. iteration 6914 found worse value: 363.410858329. iteration 6915 found worse value: 363.410858329. iteration 6916 found worse value: 363.410858329. iteration 6917 found worse value: 363.410858329. iteration 6918 found worse value: 363.410858329. iteration 6919 found worse value: 363.410858329. iteration6919, perturbing to get out of local maxima iteration 6920 found worse value: 363.410858329. iteration 6921 found worse value: 363.410858329. iteration 6922 found worse value: 363.410858329. iteration 6923 found worse value: 363.410858329. iteration 6924 found worse value: 363.410858329. iteration 6925 found worse value: 363.410858329. iteration 6926 found worse value: 363.410858329. iteration 6927 found worse value: 363.410858329. iteration 6928 found worse value: 363.410858329. iteration 6929 found worse value: 363.410858329. iteration 6930 found worse value: 363.410858329. iteration 6931 found worse value: 363.410858329. iteration 6932 found worse value: 363.410858329. iteration 6933 found worse value: 363.410858329. iteration 6934 found worse value: 363.410858329. iteration 6935 found worse value: 363.410858329. iteration 6936 found worse value: 363.410858329. iteration 6937 found worse value: 363.410858329. iteration 6938 found worse value: 363.410858329. iteration 6939 found worse value: 363.410858329. iteration 6940 found worse value: 363.410858329. iteration 6941 found worse value: 363.410858329. iteration 6942 found worse value: 363.410858329. iteration6942, perturbing to get out of local maxima iteration 6943 found worse value: 363.410858329. iteration 6944 found worse value: 363.410858329. iteration 6945 found worse value: 363.410858329. iteration 6946 found worse value: 363.410858329. iteration 6947 found worse value: 363.410858329. iteration 6948 found worse value: 363.410858329. iteration 6949 found worse value: 363.410858329. iteration 6950 found worse value: 363.410858329. iteration 6951 found worse value: 363.410858329. iteration 6952 found worse value: 363.410858329. iteration 6953 found worse value: 363.410858329. iteration 6954 found worse value: 363.410858329. iteration 6955 found worse value: 363.410858329. iteration 6956 found worse value: 363.410858329. iteration 6957 found worse value: 363.410858329. iteration 6958 found worse value: 363.410858329. iteration6958, perturbing to get out of local maxima iteration 6959 found worse value: 363.410858329. iteration 6960 found worse value: 363.410858329. iteration 6961 found worse value: 363.410858329. iteration 6962 found worse value: 363.410858329. iteration 6963 found worse value: 363.410858329. iteration 6964 found worse value: 363.410858329. iteration 6965 found worse value: 363.410858329. iteration 6966 found worse value: 363.410858329. iteration 6967 found worse value: 363.410858329. iteration 6968 found worse value: 363.410858329. iteration 6969 found worse value: 363.410858329. iteration 6970 found worse value: 363.410858329. iteration 6971 found worse value: 363.410858329. iteration 6972 found worse value: 363.410858329. iteration 6973 found worse value: 363.410858329. iteration 6974 found worse value: 363.410858329. iteration6974, perturbing to get out of local maxima iteration 6975 found worse value: 363.410858329. iteration6975, perturbing to get out of local maxima iteration 6976 found worse value: 363.410858329. iteration 6977 found worse value: 363.410858329. iteration 6978 found worse value: 363.410858329. iteration 6979 found worse value: 363.410858329. iteration 6980 found worse value: 363.410858329. iteration 6981 found worse value: 363.410858329. iteration 6982 found worse value: 363.410858329. iteration 6983 found worse value: 363.410858329. iteration 6984 found worse value: 363.410858329. iteration 6985 found worse value: 363.410858329. iteration 6986 found worse value: 363.410858329. iteration 6987 found worse value: 363.410858329. iteration 6988 found worse value: 363.410858329. iteration 6989 found worse value: 363.410858329. iteration 6990 found worse value: 363.410858329. iteration6990, perturbing to get out of local maxima iteration 6991 found worse value: 363.410858329. iteration 6992 found worse value: 363.410858329. iteration 6993 found worse value: 363.410858329. iteration 6994 found worse value: 363.410858329. iteration 6995 found worse value: 363.410858329. iteration 6996 found worse value: 363.410858329. iteration 6997 found worse value: 363.410858329. iteration 6998 found worse value: 363.410858329. iteration 6999 found worse value: 363.410858329. iteration 7000 found worse value: 363.410858329. iteration 7001 found better value: 363.413340249 iteration 7002 found worse value: 363.413340249. iteration 7003 found worse value: 363.413340249. iteration 7004 found worse value: 363.413340249. iteration 7005 found worse value: 363.413340249. iteration 7006 found worse value: 363.413340249. iteration 7007 found worse value: 363.413340249. iteration 7008 found worse value: 363.413340249. iteration 7009 found worse value: 363.413340249. iteration 7010 found worse value: 363.413340249. iteration 7011 found worse value: 363.413340249. iteration 7012 found worse value: 363.413340249. iteration 7013 found worse value: 363.413340249. iteration 7014 found worse value: 363.413340249. iteration 7015 found worse value: 363.413340249. iteration7015, perturbing to get out of local maxima iteration 7016 found worse value: 363.413340249. iteration 7017 found worse value: 363.413340249. iteration 7018 found worse value: 363.413340249. iteration 7019 found worse value: 363.413340249. iteration 7020 found worse value: 363.413340249. iteration 7021 found worse value: 363.413340249. iteration 7022 found worse value: 363.413340249. iteration 7023 found worse value: 363.413340249. iteration 7024 found worse value: 363.413340249. iteration 7025 found worse value: 363.413340249. iteration 7026 found worse value: 363.413340249. iteration 7027 found worse value: 363.413340249. iteration 7028 found worse value: 363.413340249. iteration 7029 found worse value: 363.413340249. iteration 7030 found worse value: 363.413340249. iteration 7031 found better value: 363.413653346 iteration 7032 found worse value: 363.413653346. iteration 7033 found worse value: 363.413653346. iteration 7034 found worse value: 363.413653346. iteration 7035 found better value: 363.41493324099997 iteration 7036 found worse value: 363.41493324099997. iteration 7037 found worse value: 363.41493324099997. iteration 7038 found worse value: 363.41493324099997. iteration 7039 found worse value: 363.41493324099997. iteration 7040 found worse value: 363.41493324099997. iteration 7041 found worse value: 363.41493324099997. iteration 7042 found worse value: 363.41493324099997. iteration 7043 found worse value: 363.41493324099997. iteration7043, perturbing to get out of local maxima iteration 7044 found worse value: 363.41493324099997. iteration 7045 found worse value: 363.41493324099997. iteration 7046 found worse value: 363.41493324099997. iteration 7047 found worse value: 363.41493324099997. iteration 7048 found worse value: 363.41493324099997. iteration 7049 found worse value: 363.41493324099997. iteration 7050 found worse value: 363.41493324099997. iteration 7051 found worse value: 363.41493324099997. iteration 7052 found worse value: 363.41493324099997. iteration 7053 found worse value: 363.41493324099997. iteration 7054 found worse value: 363.41493324099997. iteration 7055 found worse value: 363.41493324099997. iteration 7056 found worse value: 363.41493324099997. iteration 7057 found worse value: 363.41493324099997. iteration 7058 found worse value: 363.41493324099997. iteration 7059 found worse value: 363.41493324099997. iteration 7060 found worse value: 363.41493324099997. iteration 7061 found worse value: 363.41493324099997. iteration 7062 found worse value: 363.41493324099997. iteration 7063 found worse value: 363.41493324099997. iteration 7064 found worse value: 363.41493324099997. iteration 7065 found worse value: 363.41493324099997. iteration 7066 found worse value: 363.41493324099997. iteration7066, perturbing to get out of local maxima iteration 7067 found worse value: 363.41493324099997. iteration 7068 found worse value: 363.41493324099997. iteration 7069 found worse value: 363.41493324099997. iteration 7070 found worse value: 363.41493324099997. iteration 7071 found worse value: 363.41493324099997. iteration 7072 found worse value: 363.41493324099997. iteration 7073 found worse value: 363.41493324099997. iteration 7074 found worse value: 363.41493324099997. iteration 7075 found worse value: 363.41493324099997. iteration 7076 found worse value: 363.41493324099997. iteration 7077 found worse value: 363.41493324099997. iteration 7078 found worse value: 363.41493324099997. iteration 7079 found worse value: 363.41493324099997. iteration 7080 found worse value: 363.41493324099997. iteration 7081 found worse value: 363.41493324099997. iteration 7082 found worse value: 363.41493324099997. iteration 7083 found worse value: 363.41493324099997. iteration 7084 found worse value: 363.41493324099997. iteration 7085 found worse value: 363.41493324099997. iteration 7086 found worse value: 363.41493324099997. iteration 7087 found worse value: 363.41493324099997. iteration 7088 found worse value: 363.41493324099997. iteration 7089 found worse value: 363.41493324099997. iteration 7090 found worse value: 363.41493324099997. iteration 7091 found worse value: 363.41493324099997. iteration 7092 found worse value: 363.41493324099997. iteration 7093 found worse value: 363.41493324099997. iteration 7094 found worse value: 363.41493324099997. iteration 7095 found worse value: 363.41493324099997. iteration 7096 found worse value: 363.41493324099997. iteration 7097 found worse value: 363.41493324099997. iteration 7098 found worse value: 363.41493324099997. iteration 7099 found worse value: 363.41493324099997. iteration 7100 found worse value: 363.41493324099997. iteration 7101 found worse value: 363.41493324099997. iteration 7102 found worse value: 363.41493324099997. iteration 7103 found worse value: 363.41493324099997. iteration 7104 found worse value: 363.41493324099997. iteration 7105 found worse value: 363.41493324099997. iteration 7106 found worse value: 363.41493324099997. iteration 7107 found worse value: 363.41493324099997. iteration 7108 found worse value: 363.41493324099997. iteration 7109 found worse value: 363.41493324099997. iteration 7110 found worse value: 363.41493324099997. iteration 7111 found worse value: 363.41493324099997. iteration 7112 found worse value: 363.41493324099997. iteration 7113 found worse value: 363.41493324099997. iteration 7114 found worse value: 363.41493324099997. iteration 7115 found worse value: 363.41493324099997. iteration7115, perturbing to get out of local maxima iteration 7116 found worse value: 363.41493324099997. iteration 7117 found worse value: 363.41493324099997. iteration 7118 found worse value: 363.41493324099997. iteration 7119 found worse value: 363.41493324099997. iteration 7120 found worse value: 363.41493324099997. iteration 7121 found worse value: 363.41493324099997. iteration 7122 found worse value: 363.41493324099997. iteration 7123 found worse value: 363.41493324099997. iteration7123, perturbing to get out of local maxima iteration 7124 found worse value: 363.41493324099997. iteration 7125 found worse value: 363.41493324099997. iteration7125, perturbing to get out of local maxima iteration 7126 found worse value: 363.41493324099997. iteration 7127 found worse value: 363.41493324099997. iteration 7128 found worse value: 363.41493324099997. iteration 7129 found worse value: 363.41493324099997. iteration 7130 found worse value: 363.41493324099997. iteration 7131 found worse value: 363.41493324099997. iteration 7132 found worse value: 363.41493324099997. iteration 7133 found worse value: 363.41493324099997. iteration 7134 found worse value: 363.41493324099997. iteration 7135 found worse value: 363.41493324099997. iteration 7136 found worse value: 363.41493324099997. iteration 7137 found worse value: 363.41493324099997. iteration 7138 found worse value: 363.41493324099997. iteration 7139 found worse value: 363.41493324099997. iteration 7140 found worse value: 363.41493324099997. iteration 7141 found worse value: 363.41493324099997. iteration 7142 found worse value: 363.41493324099997. iteration 7143 found worse value: 363.41493324099997. iteration 7144 found worse value: 363.41493324099997. iteration 7145 found worse value: 363.41493324099997. iteration7145, perturbing to get out of local maxima iteration 7146 found worse value: 363.41493324099997. iteration 7147 found worse value: 363.41493324099997. iteration 7148 found worse value: 363.41493324099997. iteration 7149 found worse value: 363.41493324099997. iteration 7150 found worse value: 363.41493324099997. iteration 7151 found worse value: 363.41493324099997. iteration 7152 found worse value: 363.41493324099997. iteration 7153 found worse value: 363.41493324099997. iteration 7154 found worse value: 363.41493324099997. iteration 7155 found worse value: 363.41493324099997. iteration 7156 found worse value: 363.41493324099997. iteration7156, perturbing to get out of local maxima iteration 7157 found worse value: 363.41493324099997. iteration 7158 found worse value: 363.41493324099997. iteration 7159 found worse value: 363.41493324099997. iteration 7160 found worse value: 363.41493324099997. iteration 7161 found worse value: 363.41493324099997. iteration 7162 found worse value: 363.41493324099997. iteration 7163 found worse value: 363.41493324099997. iteration 7164 found worse value: 363.41493324099997. iteration 7165 found worse value: 363.41493324099997. iteration7165, perturbing to get out of local maxima iteration 7166 found worse value: 363.41493324099997. iteration 7167 found worse value: 363.41493324099997. iteration 7168 found worse value: 363.41493324099997. iteration 7169 found worse value: 363.41493324099997. iteration 7170 found worse value: 363.41493324099997. iteration7170, perturbing to get out of local maxima iteration 7171 found worse value: 363.41493324099997. iteration 7172 found worse value: 363.41493324099997. iteration 7173 found worse value: 363.41493324099997. iteration 7174 found worse value: 363.41493324099997. iteration 7175 found worse value: 363.41493324099997. iteration 7176 found worse value: 363.41493324099997. iteration 7177 found worse value: 363.41493324099997. iteration 7178 found worse value: 363.41493324099997. iteration 7179 found worse value: 363.41493324099997. iteration 7180 found worse value: 363.41493324099997. iteration 7181 found worse value: 363.41493324099997. iteration 7182 found worse value: 363.41493324099997. iteration7182, perturbing to get out of local maxima iteration 7183 found worse value: 363.41493324099997. iteration 7184 found worse value: 363.41493324099997. iteration 7185 found worse value: 363.41493324099997. iteration 7186 found worse value: 363.41493324099997. iteration 7187 found worse value: 363.41493324099997. iteration 7188 found worse value: 363.41493324099997. iteration 7189 found worse value: 363.41493324099997. iteration 7190 found worse value: 363.41493324099997. iteration 7191 found worse value: 363.41493324099997. iteration 7192 found worse value: 363.41493324099997. iteration 7193 found worse value: 363.41493324099997. iteration 7194 found worse value: 363.41493324099997. iteration 7195 found worse value: 363.41493324099997. iteration 7196 found worse value: 363.41493324099997. iteration 7197 found worse value: 363.41493324099997. iteration 7198 found worse value: 363.41493324099997. iteration 7199 found worse value: 363.41493324099997. iteration 7200 found worse value: 363.41493324099997. iteration 7201 found worse value: 363.41493324099997. iteration 7202 found worse value: 363.41493324099997. iteration 7203 found worse value: 363.41493324099997. iteration 7204 found worse value: 363.41493324099997. iteration 7205 found worse value: 363.41493324099997. iteration 7206 found worse value: 363.41493324099997. iteration 7207 found worse value: 363.41493324099997. iteration 7208 found worse value: 363.41493324099997. iteration 7209 found worse value: 363.41493324099997. iteration 7210 found worse value: 363.41493324099997. iteration 7211 found worse value: 363.41493324099997. iteration 7212 found worse value: 363.41493324099997. iteration 7213 found worse value: 363.41493324099997. iteration 7214 found worse value: 363.41493324099997. iteration 7215 found worse value: 363.41493324099997. iteration 7216 found worse value: 363.41493324099997. iteration 7217 found worse value: 363.41493324099997. iteration 7218 found worse value: 363.41493324099997. iteration7218, perturbing to get out of local maxima iteration 7219 found worse value: 363.41493324099997. iteration 7220 found worse value: 363.41493324099997. iteration 7221 found worse value: 363.41493324099997. iteration 7222 found worse value: 363.41493324099997. iteration 7223 found worse value: 363.41493324099997. iteration 7224 found worse value: 363.41493324099997. iteration 7225 found worse value: 363.41493324099997. iteration 7226 found worse value: 363.41493324099997. iteration 7227 found worse value: 363.41493324099997. iteration 7228 found worse value: 363.41493324099997. iteration 7229 found worse value: 363.41493324099997. iteration 7230 found worse value: 363.41493324099997. iteration 7231 found worse value: 363.41493324099997. iteration 7232 found worse value: 363.41493324099997. iteration 7233 found worse value: 363.41493324099997. iteration 7234 found worse value: 363.41493324099997. iteration 7235 found worse value: 363.41493324099997. iteration 7236 found worse value: 363.41493324099997. iteration 7237 found worse value: 363.41493324099997. iteration 7238 found worse value: 363.41493324099997. iteration 7239 found worse value: 363.41493324099997. iteration 7240 found worse value: 363.41493324099997. iteration 7241 found worse value: 363.41493324099997. iteration 7242 found worse value: 363.41493324099997. iteration 7243 found worse value: 363.41493324099997. iteration 7244 found worse value: 363.41493324099997. iteration 7245 found worse value: 363.41493324099997. iteration 7246 found worse value: 363.41493324099997. iteration 7247 found worse value: 363.41493324099997. iteration 7248 found worse value: 363.41493324099997. iteration 7249 found worse value: 363.41493324099997. iteration 7250 found worse value: 363.41493324099997. iteration 7251 found worse value: 363.41493324099997. iteration 7252 found worse value: 363.41493324099997. iteration 7253 found worse value: 363.41493324099997. iteration 7254 found worse value: 363.41493324099997. iteration 7255 found worse value: 363.41493324099997. iteration 7256 found worse value: 363.41493324099997. iteration 7257 found worse value: 363.41493324099997. iteration 7258 found worse value: 363.41493324099997. iteration 7259 found worse value: 363.41493324099997. iteration 7260 found worse value: 363.41493324099997. iteration 7261 found worse value: 363.41493324099997. iteration 7262 found worse value: 363.41493324099997. iteration 7263 found worse value: 363.41493324099997. iteration7263, perturbing to get out of local maxima iteration 7264 found worse value: 363.41493324099997. iteration 7265 found worse value: 363.41493324099997. iteration 7266 found worse value: 363.41493324099997. iteration 7267 found worse value: 363.41493324099997. iteration 7268 found worse value: 363.41493324099997. iteration 7269 found worse value: 363.41493324099997. iteration 7270 found worse value: 363.41493324099997. iteration 7271 found worse value: 363.41493324099997. iteration 7272 found worse value: 363.41493324099997. iteration 7273 found worse value: 363.41493324099997. iteration 7274 found worse value: 363.41493324099997. iteration 7275 found worse value: 363.41493324099997. iteration 7276 found worse value: 363.41493324099997. iteration 7277 found worse value: 363.41493324099997. iteration 7278 found worse value: 363.41493324099997. iteration 7279 found worse value: 363.41493324099997. iteration 7280 found worse value: 363.41493324099997. iteration 7281 found worse value: 363.41493324099997. iteration 7282 found worse value: 363.41493324099997. iteration 7283 found worse value: 363.41493324099997. iteration 7284 found worse value: 363.41493324099997. iteration 7285 found worse value: 363.41493324099997. iteration 7286 found worse value: 363.41493324099997. iteration 7287 found worse value: 363.41493324099997. iteration 7288 found worse value: 363.41493324099997. iteration 7289 found worse value: 363.41493324099997. iteration 7290 found worse value: 363.41493324099997. iteration 7291 found worse value: 363.41493324099997. iteration 7292 found worse value: 363.41493324099997. iteration 7293 found worse value: 363.41493324099997. iteration 7294 found worse value: 363.41493324099997. iteration 7295 found worse value: 363.41493324099997. iteration 7296 found worse value: 363.41493324099997. iteration 7297 found worse value: 363.41493324099997. iteration 7298 found worse value: 363.41493324099997. iteration 7299 found worse value: 363.41493324099997. iteration 7300 found worse value: 363.41493324099997. iteration 7301 found worse value: 363.41493324099997. iteration 7302 found worse value: 363.41493324099997. iteration 7303 found worse value: 363.41493324099997. iteration 7304 found worse value: 363.41493324099997. iteration 7305 found worse value: 363.41493324099997. iteration 7306 found worse value: 363.41493324099997. iteration 7307 found worse value: 363.41493324099997. iteration 7308 found worse value: 363.41493324099997. iteration 7309 found worse value: 363.41493324099997. iteration 7310 found worse value: 363.41493324099997. iteration 7311 found worse value: 363.41493324099997. iteration 7312 found worse value: 363.41493324099997. iteration 7313 found worse value: 363.41493324099997. iteration 7314 found worse value: 363.41493324099997. iteration 7315 found worse value: 363.41493324099997. iteration 7316 found worse value: 363.41493324099997. iteration 7317 found worse value: 363.41493324099997. iteration 7318 found worse value: 363.41493324099997. iteration 7319 found worse value: 363.41493324099997. iteration 7320 found worse value: 363.41493324099997. iteration 7321 found worse value: 363.41493324099997. iteration 7322 found worse value: 363.41493324099997. iteration 7323 found worse value: 363.41493324099997. iteration 7324 found worse value: 363.41493324099997. iteration 7325 found worse value: 363.41493324099997. iteration 7326 found worse value: 363.41493324099997. iteration 7327 found worse value: 363.41493324099997. iteration 7328 found worse value: 363.41493324099997. iteration7328, perturbing to get out of local maxima iteration 7329 found worse value: 363.41493324099997. iteration 7330 found worse value: 363.41493324099997. iteration 7331 found worse value: 363.41493324099997. iteration 7332 found worse value: 363.41493324099997. iteration 7333 found worse value: 363.41493324099997. iteration 7334 found worse value: 363.41493324099997. iteration 7335 found worse value: 363.41493324099997. iteration 7336 found worse value: 363.41493324099997. iteration 7337 found worse value: 363.41493324099997. iteration 7338 found worse value: 363.41493324099997. iteration 7339 found worse value: 363.41493324099997. iteration 7340 found worse value: 363.41493324099997. iteration 7341 found worse value: 363.41493324099997. iteration 7342 found worse value: 363.41493324099997. iteration 7343 found worse value: 363.41493324099997. iteration 7344 found worse value: 363.41493324099997. iteration 7345 found worse value: 363.41493324099997. iteration 7346 found worse value: 363.41493324099997. iteration 7347 found worse value: 363.41493324099997. iteration7347, perturbing to get out of local maxima iteration 7348 found worse value: 363.41493324099997. iteration 7349 found worse value: 363.41493324099997. iteration 7350 found worse value: 363.41493324099997. iteration 7351 found worse value: 363.41493324099997. iteration 7352 found worse value: 363.41493324099997. iteration 7353 found worse value: 363.41493324099997. iteration 7354 found worse value: 363.41493324099997. iteration 7355 found worse value: 363.41493324099997. iteration 7356 found worse value: 363.41493324099997. iteration 7357 found worse value: 363.41493324099997. iteration 7358 found worse value: 363.41493324099997. iteration 7359 found worse value: 363.41493324099997. iteration 7360 found worse value: 363.41493324099997. iteration 7361 found worse value: 363.41493324099997. iteration 7362 found worse value: 363.41493324099997. iteration 7363 found worse value: 363.41493324099997. iteration 7364 found worse value: 363.41493324099997. iteration 7365 found worse value: 363.41493324099997. iteration 7366 found worse value: 363.41493324099997. iteration 7367 found worse value: 363.41493324099997. iteration 7368 found worse value: 363.41493324099997. iteration 7369 found worse value: 363.41493324099997. iteration 7370 found worse value: 363.41493324099997. iteration 7371 found worse value: 363.41493324099997. iteration 7372 found worse value: 363.41493324099997. iteration 7373 found worse value: 363.41493324099997. iteration 7374 found worse value: 363.41493324099997. iteration 7375 found worse value: 363.41493324099997. iteration 7376 found worse value: 363.41493324099997. iteration 7377 found worse value: 363.41493324099997. iteration 7378 found worse value: 363.41493324099997. iteration 7379 found worse value: 363.41493324099997. iteration 7380 found worse value: 363.41493324099997. iteration 7381 found worse value: 363.41493324099997. iteration 7382 found worse value: 363.41493324099997. iteration 7383 found better value: 363.415028097 iteration 7384 found worse value: 363.415028097. iteration 7385 found worse value: 363.415028097. iteration 7386 found worse value: 363.415028097. iteration 7387 found worse value: 363.415028097. iteration 7388 found worse value: 363.415028097. iteration 7389 found better value: 363.41547894499996 iteration 7390 found worse value: 363.41547894499996. iteration 7391 found worse value: 363.41547894499996. iteration 7392 found worse value: 363.41547894499996. iteration 7393 found worse value: 363.41547894499996. iteration 7394 found worse value: 363.41547894499996. iteration 7395 found better value: 363.416271849 iteration 7396 found worse value: 363.416271849. iteration 7397 found worse value: 363.416271849. iteration 7398 found worse value: 363.416271849. iteration 7399 found worse value: 363.416271849. iteration 7400 found worse value: 363.416271849. iteration 7401 found worse value: 363.416271849. iteration 7402 found worse value: 363.416271849. iteration 7403 found worse value: 363.416271849. iteration 7404 found worse value: 363.416271849. iteration 7405 found worse value: 363.416271849. iteration 7406 found worse value: 363.416271849. iteration 7407 found worse value: 363.416271849. iteration 7408 found worse value: 363.416271849. iteration7408, perturbing to get out of local maxima iteration 7409 found worse value: 363.416271849. iteration 7410 found worse value: 363.416271849. iteration 7411 found worse value: 363.416271849. iteration 7412 found worse value: 363.416271849. iteration 7413 found worse value: 363.416271849. iteration 7414 found worse value: 363.416271849. iteration 7415 found worse value: 363.416271849. iteration 7416 found worse value: 363.416271849. iteration 7417 found worse value: 363.416271849. iteration 7418 found worse value: 363.416271849. iteration 7419 found worse value: 363.416271849. iteration 7420 found worse value: 363.416271849. iteration 7421 found worse value: 363.416271849. iteration 7422 found worse value: 363.416271849. iteration 7423 found worse value: 363.416271849. iteration 7424 found worse value: 363.416271849. iteration 7425 found worse value: 363.416271849. iteration 7426 found worse value: 363.416271849. iteration 7427 found worse value: 363.416271849. iteration 7428 found worse value: 363.416271849. iteration 7429 found worse value: 363.416271849. iteration 7430 found worse value: 363.416271849. iteration 7431 found worse value: 363.416271849. iteration7431, perturbing to get out of local maxima iteration 7432 found worse value: 363.416271849. iteration 7433 found worse value: 363.416271849. iteration 7434 found worse value: 363.416271849. iteration 7435 found worse value: 363.416271849. iteration 7436 found worse value: 363.416271849. iteration 7437 found worse value: 363.416271849. iteration 7438 found worse value: 363.416271849. iteration 7439 found worse value: 363.416271849. iteration 7440 found worse value: 363.416271849. iteration 7441 found worse value: 363.416271849. iteration7441, perturbing to get out of local maxima iteration 7442 found worse value: 363.416271849. iteration 7443 found worse value: 363.416271849. iteration 7444 found worse value: 363.416271849. iteration 7445 found worse value: 363.416271849. iteration 7446 found worse value: 363.416271849. iteration 7447 found worse value: 363.416271849. iteration 7448 found worse value: 363.416271849. iteration 7449 found worse value: 363.416271849. iteration 7450 found worse value: 363.416271849. iteration 7451 found worse value: 363.416271849. iteration7451, perturbing to get out of local maxima iteration 7452 found worse value: 363.416271849. iteration 7453 found worse value: 363.416271849. iteration 7454 found worse value: 363.416271849. iteration 7455 found worse value: 363.416271849. iteration 7456 found worse value: 363.416271849. iteration 7457 found worse value: 363.416271849. iteration 7458 found worse value: 363.416271849. iteration 7459 found worse value: 363.416271849. iteration 7460 found worse value: 363.416271849. iteration 7461 found worse value: 363.416271849. iteration 7462 found worse value: 363.416271849. iteration 7463 found worse value: 363.416271849. iteration 7464 found worse value: 363.416271849. iteration 7465 found worse value: 363.416271849. iteration 7466 found worse value: 363.416271849. iteration 7467 found worse value: 363.416271849. iteration 7468 found worse value: 363.416271849. iteration7468, perturbing to get out of local maxima iteration 7469 found worse value: 363.416271849. iteration 7470 found worse value: 363.416271849. iteration 7471 found worse value: 363.416271849. iteration 7472 found worse value: 363.416271849. iteration 7473 found worse value: 363.416271849. iteration 7474 found worse value: 363.416271849. iteration 7475 found worse value: 363.416271849. iteration 7476 found worse value: 363.416271849. iteration 7477 found worse value: 363.416271849. iteration7477, perturbing to get out of local maxima iteration 7478 found worse value: 363.416271849. iteration 7479 found worse value: 363.416271849. iteration 7480 found worse value: 363.416271849. iteration 7481 found worse value: 363.416271849. iteration 7482 found worse value: 363.416271849. iteration 7483 found worse value: 363.416271849. iteration 7484 found worse value: 363.416271849. iteration 7485 found worse value: 363.416271849. iteration 7486 found worse value: 363.416271849. iteration 7487 found worse value: 363.416271849. iteration 7488 found worse value: 363.416271849. iteration 7489 found worse value: 363.416271849. iteration 7490 found worse value: 363.416271849. iteration 7491 found worse value: 363.416271849. iteration 7492 found worse value: 363.416271849. iteration 7493 found worse value: 363.416271849. iteration 7494 found worse value: 363.416271849. iteration 7495 found worse value: 363.416271849. iteration 7496 found worse value: 363.416271849. iteration 7497 found worse value: 363.416271849. iteration 7498 found worse value: 363.416271849. iteration 7499 found worse value: 363.416271849. iteration 7500 found worse value: 363.416271849. iteration 7501 found worse value: 363.416271849. iteration 7502 found worse value: 363.416271849. iteration 7503 found worse value: 363.416271849. iteration 7504 found worse value: 363.416271849. iteration 7505 found worse value: 363.416271849. iteration 7506 found worse value: 363.416271849. iteration7506, perturbing to get out of local maxima iteration 7507 found worse value: 363.416271849. iteration 7508 found worse value: 363.416271849. iteration 7509 found worse value: 363.416271849. iteration 7510 found worse value: 363.416271849. iteration 7511 found worse value: 363.416271849. iteration 7512 found worse value: 363.416271849. iteration 7513 found worse value: 363.416271849. iteration 7514 found worse value: 363.416271849. iteration 7515 found worse value: 363.416271849. iteration 7516 found worse value: 363.416271849. iteration 7517 found worse value: 363.416271849. iteration 7518 found worse value: 363.416271849. iteration 7519 found worse value: 363.416271849. iteration 7520 found worse value: 363.416271849. iteration 7521 found worse value: 363.416271849. iteration 7522 found worse value: 363.416271849. iteration7522, perturbing to get out of local maxima iteration 7523 found worse value: 363.416271849. iteration 7524 found worse value: 363.416271849. iteration 7525 found worse value: 363.416271849. iteration 7526 found worse value: 363.416271849. iteration7526, perturbing to get out of local maxima iteration 7527 found worse value: 363.416271849. iteration 7528 found worse value: 363.416271849. iteration 7529 found worse value: 363.416271849. iteration 7530 found worse value: 363.416271849. iteration 7531 found worse value: 363.416271849. iteration 7532 found worse value: 363.416271849. iteration 7533 found worse value: 363.416271849. iteration 7534 found worse value: 363.416271849. iteration 7535 found worse value: 363.416271849. iteration 7536 found worse value: 363.416271849. iteration 7537 found worse value: 363.416271849. iteration 7538 found worse value: 363.416271849. iteration 7539 found worse value: 363.416271849. iteration 7540 found worse value: 363.416271849. iteration 7541 found worse value: 363.416271849. iteration 7542 found worse value: 363.416271849. iteration 7543 found worse value: 363.416271849. iteration 7544 found worse value: 363.416271849. iteration 7545 found worse value: 363.416271849. iteration 7546 found worse value: 363.416271849. iteration 7547 found worse value: 363.416271849. iteration 7548 found worse value: 363.416271849. iteration 7549 found worse value: 363.416271849. iteration 7550 found worse value: 363.416271849. iteration 7551 found worse value: 363.416271849. iteration 7552 found worse value: 363.416271849. iteration 7553 found worse value: 363.416271849. iteration 7554 found worse value: 363.416271849. iteration 7555 found worse value: 363.416271849. iteration 7556 found worse value: 363.416271849. iteration7556, perturbing to get out of local maxima iteration 7557 found worse value: 363.416271849. iteration 7558 found worse value: 363.416271849. iteration 7559 found worse value: 363.416271849. iteration 7560 found worse value: 363.416271849. iteration 7561 found worse value: 363.416271849. iteration 7562 found worse value: 363.416271849. iteration 7563 found worse value: 363.416271849. iteration 7564 found worse value: 363.416271849. iteration 7565 found worse value: 363.416271849. iteration 7566 found worse value: 363.416271849. iteration 7567 found worse value: 363.416271849. iteration7567, perturbing to get out of local maxima iteration 7568 found worse value: 363.416271849. iteration 7569 found worse value: 363.416271849. iteration 7570 found worse value: 363.416271849. iteration 7571 found worse value: 363.416271849. iteration 7572 found worse value: 363.416271849. iteration 7573 found worse value: 363.416271849. iteration 7574 found worse value: 363.416271849. iteration 7575 found worse value: 363.416271849. iteration 7576 found worse value: 363.416271849. iteration 7577 found worse value: 363.416271849. iteration 7578 found worse value: 363.416271849. iteration 7579 found worse value: 363.416271849. iteration 7580 found worse value: 363.416271849. iteration 7581 found worse value: 363.416271849. iteration 7582 found worse value: 363.416271849. iteration 7583 found worse value: 363.416271849. iteration 7584 found worse value: 363.416271849. iteration 7585 found worse value: 363.416271849. iteration 7586 found worse value: 363.416271849. iteration 7587 found worse value: 363.416271849. iteration 7588 found worse value: 363.416271849. iteration 7589 found worse value: 363.416271849. iteration 7590 found worse value: 363.416271849. iteration 7591 found worse value: 363.416271849. iteration 7592 found worse value: 363.416271849. iteration 7593 found worse value: 363.416271849. iteration 7594 found worse value: 363.416271849. iteration 7595 found worse value: 363.416271849. iteration 7596 found worse value: 363.416271849. iteration 7597 found worse value: 363.416271849. iteration 7598 found worse value: 363.416271849. iteration 7599 found worse value: 363.416271849. iteration 7600 found worse value: 363.416271849. iteration7600, perturbing to get out of local maxima iteration 7601 found worse value: 363.416271849. iteration 7602 found worse value: 363.416271849. iteration 7603 found worse value: 363.416271849. iteration 7604 found worse value: 363.416271849. iteration 7605 found worse value: 363.416271849. iteration 7606 found worse value: 363.416271849. iteration 7607 found worse value: 363.416271849. iteration 7608 found worse value: 363.416271849. iteration 7609 found worse value: 363.416271849. iteration 7610 found worse value: 363.416271849. iteration 7611 found worse value: 363.416271849. iteration 7612 found worse value: 363.416271849. iteration7612, perturbing to get out of local maxima iteration 7613 found worse value: 363.416271849. iteration 7614 found worse value: 363.416271849. iteration 7615 found worse value: 363.416271849. iteration 7616 found worse value: 363.416271849. iteration 7617 found worse value: 363.416271849. iteration 7618 found worse value: 363.416271849. iteration 7619 found worse value: 363.416271849. iteration 7620 found worse value: 363.416271849. iteration 7621 found worse value: 363.416271849. iteration 7622 found worse value: 363.416271849. iteration7622, perturbing to get out of local maxima iteration 7623 found worse value: 363.416271849. iteration 7624 found worse value: 363.416271849. iteration 7625 found worse value: 363.416271849. iteration 7626 found worse value: 363.416271849. iteration 7627 found worse value: 363.416271849. iteration 7628 found worse value: 363.416271849. iteration 7629 found worse value: 363.416271849. iteration 7630 found worse value: 363.416271849. iteration 7631 found worse value: 363.416271849. iteration 7632 found worse value: 363.416271849. iteration 7633 found worse value: 363.416271849. iteration 7634 found worse value: 363.416271849. iteration 7635 found worse value: 363.416271849. iteration 7636 found worse value: 363.416271849. iteration7636, perturbing to get out of local maxima iteration 7637 found worse value: 363.416271849. iteration 7638 found worse value: 363.416271849. iteration 7639 found worse value: 363.416271849. iteration 7640 found worse value: 363.416271849. iteration 7641 found worse value: 363.416271849. iteration 7642 found worse value: 363.416271849. iteration 7643 found worse value: 363.416271849. iteration 7644 found worse value: 363.416271849. iteration 7645 found worse value: 363.416271849. iteration 7646 found worse value: 363.416271849. iteration 7647 found worse value: 363.416271849. iteration 7648 found worse value: 363.416271849. iteration 7649 found worse value: 363.416271849. iteration 7650 found worse value: 363.416271849. iteration 7651 found worse value: 363.416271849. iteration 7652 found worse value: 363.416271849. iteration 7653 found worse value: 363.416271849. iteration 7654 found worse value: 363.416271849. iteration7654, perturbing to get out of local maxima iteration 7655 found worse value: 363.416271849. iteration 7656 found worse value: 363.416271849. iteration 7657 found worse value: 363.416271849. iteration 7658 found worse value: 363.416271849. iteration 7659 found worse value: 363.416271849. iteration 7660 found worse value: 363.416271849. iteration 7661 found worse value: 363.416271849. iteration 7662 found worse value: 363.416271849. iteration 7663 found worse value: 363.416271849. iteration 7664 found worse value: 363.416271849. iteration7664, perturbing to get out of local maxima iteration 7665 found worse value: 363.416271849. iteration 7666 found worse value: 363.416271849. iteration 7667 found worse value: 363.416271849. iteration7667, perturbing to get out of local maxima iteration 7668 found worse value: 363.416271849. iteration 7669 found worse value: 363.416271849. iteration7669, perturbing to get out of local maxima iteration 7670 found worse value: 363.416271849. iteration 7671 found worse value: 363.416271849. iteration 7672 found worse value: 363.416271849. iteration 7673 found worse value: 363.416271849. iteration 7674 found worse value: 363.416271849. iteration 7675 found worse value: 363.416271849. iteration 7676 found worse value: 363.416271849. iteration 7677 found worse value: 363.416271849. iteration 7678 found worse value: 363.416271849. iteration 7679 found worse value: 363.416271849. iteration 7680 found worse value: 363.416271849. iteration7680, perturbing to get out of local maxima iteration 7681 found worse value: 363.416271849. iteration 7682 found worse value: 363.416271849. iteration 7683 found worse value: 363.416271849. iteration 7684 found worse value: 363.416271849. iteration 7685 found worse value: 363.416271849. iteration 7686 found worse value: 363.416271849. iteration 7687 found worse value: 363.416271849. iteration 7688 found worse value: 363.416271849. iteration 7689 found worse value: 363.416271849. iteration 7690 found worse value: 363.416271849. iteration 7691 found worse value: 363.416271849. iteration 7692 found worse value: 363.416271849. iteration 7693 found worse value: 363.416271849. iteration7693, perturbing to get out of local maxima iteration 7694 found worse value: 363.416271849. iteration 7695 found worse value: 363.416271849. iteration 7696 found worse value: 363.416271849. iteration 7697 found worse value: 363.416271849. iteration 7698 found worse value: 363.416271849. iteration 7699 found worse value: 363.416271849. iteration 7700 found worse value: 363.416271849. iteration 7701 found worse value: 363.416271849. iteration 7702 found worse value: 363.416271849. iteration 7703 found worse value: 363.416271849. iteration 7704 found worse value: 363.416271849. iteration7704, perturbing to get out of local maxima iteration 7705 found worse value: 363.416271849. iteration 7706 found worse value: 363.416271849. iteration 7707 found worse value: 363.416271849. iteration 7708 found worse value: 363.416271849. iteration 7709 found worse value: 363.416271849. iteration7709, perturbing to get out of local maxima iteration 7710 found worse value: 363.416271849. iteration 7711 found worse value: 363.416271849. iteration 7712 found worse value: 363.416271849. iteration 7713 found worse value: 363.416271849. iteration 7714 found worse value: 363.416271849. iteration 7715 found worse value: 363.416271849. iteration 7716 found worse value: 363.416271849. iteration 7717 found worse value: 363.416271849. iteration 7718 found worse value: 363.416271849. iteration 7719 found worse value: 363.416271849. iteration 7720 found worse value: 363.416271849. iteration 7721 found worse value: 363.416271849. iteration 7722 found worse value: 363.416271849. iteration 7723 found worse value: 363.416271849. iteration 7724 found worse value: 363.416271849. iteration 7725 found worse value: 363.416271849. iteration 7726 found worse value: 363.416271849. iteration 7727 found worse value: 363.416271849. iteration 7728 found worse value: 363.416271849. iteration 7729 found worse value: 363.416271849. iteration 7730 found worse value: 363.416271849. iteration 7731 found worse value: 363.416271849. iteration 7732 found worse value: 363.416271849. iteration 7733 found worse value: 363.416271849. iteration 7734 found worse value: 363.416271849. iteration 7735 found worse value: 363.416271849. iteration 7736 found worse value: 363.416271849. iteration 7737 found worse value: 363.416271849. iteration 7738 found worse value: 363.416271849. iteration7738, perturbing to get out of local maxima iteration 7739 found worse value: 363.416271849. iteration 7740 found worse value: 363.416271849. iteration 7741 found worse value: 363.416271849. iteration 7742 found worse value: 363.416271849. iteration 7743 found worse value: 363.416271849. iteration 7744 found worse value: 363.416271849. iteration 7745 found worse value: 363.416271849. iteration 7746 found worse value: 363.416271849. iteration 7747 found worse value: 363.416271849. iteration 7748 found worse value: 363.416271849. iteration 7749 found worse value: 363.416271849. iteration 7750 found worse value: 363.416271849. iteration 7751 found worse value: 363.416271849. iteration 7752 found worse value: 363.416271849. iteration 7753 found worse value: 363.416271849. iteration 7754 found worse value: 363.416271849. iteration 7755 found worse value: 363.416271849. iteration 7756 found worse value: 363.416271849. iteration 7757 found worse value: 363.416271849. iteration 7758 found worse value: 363.416271849. iteration 7759 found worse value: 363.416271849. iteration 7760 found worse value: 363.416271849. iteration 7761 found worse value: 363.416271849. iteration 7762 found worse value: 363.416271849. iteration 7763 found worse value: 363.416271849. iteration 7764 found worse value: 363.416271849. iteration 7765 found worse value: 363.416271849. iteration 7766 found worse value: 363.416271849. iteration 7767 found worse value: 363.416271849. iteration 7768 found worse value: 363.416271849. iteration 7769 found worse value: 363.416271849. iteration 7770 found worse value: 363.416271849. iteration 7771 found worse value: 363.416271849. iteration 7772 found worse value: 363.416271849. iteration 7773 found worse value: 363.416271849. iteration 7774 found worse value: 363.416271849. iteration 7775 found worse value: 363.416271849. iteration 7776 found worse value: 363.416271849. iteration 7777 found worse value: 363.416271849. iteration 7778 found worse value: 363.416271849. iteration 7779 found worse value: 363.416271849. iteration 7780 found worse value: 363.416271849. iteration 7781 found worse value: 363.416271849. iteration 7782 found worse value: 363.416271849. iteration 7783 found worse value: 363.416271849. iteration 7784 found worse value: 363.416271849. iteration 7785 found worse value: 363.416271849. iteration 7786 found worse value: 363.416271849. iteration 7787 found worse value: 363.416271849. iteration 7788 found worse value: 363.416271849. iteration 7789 found worse value: 363.416271849. iteration 7790 found worse value: 363.416271849. iteration 7791 found worse value: 363.416271849. iteration 7792 found worse value: 363.416271849. iteration 7793 found worse value: 363.416271849. iteration 7794 found worse value: 363.416271849. iteration 7795 found worse value: 363.416271849. iteration 7796 found worse value: 363.416271849. iteration 7797 found worse value: 363.416271849. iteration 7798 found worse value: 363.416271849. iteration 7799 found worse value: 363.416271849. iteration 7800 found worse value: 363.416271849. iteration 7801 found worse value: 363.416271849. iteration 7802 found worse value: 363.416271849. iteration 7803 found worse value: 363.416271849. iteration 7804 found worse value: 363.416271849. iteration 7805 found worse value: 363.416271849. iteration 7806 found worse value: 363.416271849. iteration 7807 found worse value: 363.416271849. iteration 7808 found worse value: 363.416271849. iteration 7809 found worse value: 363.416271849. iteration 7810 found worse value: 363.416271849. iteration 7811 found worse value: 363.416271849. iteration 7812 found worse value: 363.416271849. iteration 7813 found worse value: 363.416271849. iteration 7814 found worse value: 363.416271849. iteration7814, perturbing to get out of local maxima iteration 7815 found worse value: 363.416271849. iteration 7816 found worse value: 363.416271849. iteration7816, perturbing to get out of local maxima iteration 7817 found worse value: 363.416271849. iteration 7818 found worse value: 363.416271849. iteration 7819 found worse value: 363.416271849. iteration 7820 found worse value: 363.416271849. iteration 7821 found worse value: 363.416271849. iteration 7822 found worse value: 363.416271849. iteration 7823 found worse value: 363.416271849. iteration 7824 found worse value: 363.416271849. iteration 7825 found worse value: 363.416271849. iteration 7826 found worse value: 363.416271849. iteration 7827 found worse value: 363.416271849. iteration 7828 found worse value: 363.416271849. iteration 7829 found worse value: 363.416271849. iteration 7830 found worse value: 363.416271849. iteration 7831 found worse value: 363.416271849. iteration 7832 found worse value: 363.416271849. iteration 7833 found worse value: 363.416271849. iteration 7834 found worse value: 363.416271849. iteration 7835 found worse value: 363.416271849. iteration 7836 found worse value: 363.416271849. iteration 7837 found worse value: 363.416271849. iteration 7838 found worse value: 363.416271849. iteration 7839 found worse value: 363.416271849. iteration 7840 found worse value: 363.416271849. iteration 7841 found worse value: 363.416271849. iteration 7842 found worse value: 363.416271849. iteration 7843 found worse value: 363.416271849. iteration 7844 found worse value: 363.416271849. iteration 7845 found worse value: 363.416271849. iteration7845, perturbing to get out of local maxima iteration 7846 found worse value: 363.416271849. iteration 7847 found worse value: 363.416271849. iteration 7848 found worse value: 363.416271849. iteration 7849 found worse value: 363.416271849. iteration 7850 found worse value: 363.416271849. iteration 7851 found worse value: 363.416271849. iteration 7852 found worse value: 363.416271849. iteration7852, perturbing to get out of local maxima iteration 7853 found worse value: 363.416271849. iteration 7854 found worse value: 363.416271849. iteration 7855 found worse value: 363.416271849. iteration 7856 found worse value: 363.416271849. iteration 7857 found worse value: 363.416271849. iteration 7858 found worse value: 363.416271849. iteration7858, perturbing to get out of local maxima iteration 7859 found worse value: 363.416271849. iteration 7860 found worse value: 363.416271849. iteration 7861 found worse value: 363.416271849. iteration 7862 found worse value: 363.416271849. iteration 7863 found worse value: 363.416271849. iteration 7864 found worse value: 363.416271849. iteration 7865 found worse value: 363.416271849. iteration 7866 found worse value: 363.416271849. iteration 7867 found worse value: 363.416271849. iteration 7868 found worse value: 363.416271849. iteration 7869 found worse value: 363.416271849. iteration 7870 found worse value: 363.416271849. iteration 7871 found worse value: 363.416271849. iteration 7872 found worse value: 363.416271849. iteration 7873 found worse value: 363.416271849. iteration7873, perturbing to get out of local maxima iteration 7874 found worse value: 363.416271849. iteration 7875 found worse value: 363.416271849. iteration 7876 found worse value: 363.416271849. iteration 7877 found worse value: 363.416271849. iteration 7878 found worse value: 363.416271849. iteration 7879 found worse value: 363.416271849. iteration 7880 found worse value: 363.416271849. iteration 7881 found worse value: 363.416271849. iteration 7882 found worse value: 363.416271849. iteration 7883 found worse value: 363.416271849. iteration 7884 found worse value: 363.416271849. iteration 7885 found worse value: 363.416271849. iteration 7886 found worse value: 363.416271849. iteration 7887 found worse value: 363.416271849. iteration 7888 found worse value: 363.416271849. iteration 7889 found worse value: 363.416271849. iteration 7890 found worse value: 363.416271849. iteration 7891 found worse value: 363.416271849. iteration 7892 found worse value: 363.416271849. iteration 7893 found worse value: 363.416271849. iteration 7894 found worse value: 363.416271849. iteration7894, perturbing to get out of local maxima iteration 7895 found worse value: 363.416271849. iteration 7896 found worse value: 363.416271849. iteration 7897 found worse value: 363.416271849. iteration 7898 found worse value: 363.416271849. iteration 7899 found worse value: 363.416271849. iteration 7900 found worse value: 363.416271849. iteration 7901 found worse value: 363.416271849. iteration 7902 found worse value: 363.416271849. iteration 7903 found worse value: 363.416271849. iteration 7904 found worse value: 363.416271849. iteration 7905 found worse value: 363.416271849. iteration 7906 found worse value: 363.416271849. iteration 7907 found worse value: 363.416271849. iteration 7908 found worse value: 363.416271849. iteration 7909 found worse value: 363.416271849. iteration 7910 found worse value: 363.416271849. iteration 7911 found worse value: 363.416271849. iteration 7912 found worse value: 363.416271849. iteration 7913 found worse value: 363.416271849. iteration 7914 found worse value: 363.416271849. iteration 7915 found worse value: 363.416271849. iteration 7916 found worse value: 363.416271849. iteration 7917 found worse value: 363.416271849. iteration 7918 found worse value: 363.416271849. iteration 7919 found worse value: 363.416271849. iteration 7920 found worse value: 363.416271849. iteration 7921 found worse value: 363.416271849. iteration 7922 found worse value: 363.416271849. iteration 7923 found worse value: 363.416271849. iteration 7924 found worse value: 363.416271849. iteration 7925 found worse value: 363.416271849. iteration 7926 found worse value: 363.416271849. iteration 7927 found worse value: 363.416271849. iteration 7928 found worse value: 363.416271849. iteration 7929 found worse value: 363.416271849. iteration 7930 found worse value: 363.416271849. iteration 7931 found worse value: 363.416271849. iteration 7932 found worse value: 363.416271849. iteration 7933 found worse value: 363.416271849. iteration 7934 found worse value: 363.416271849. iteration 7935 found worse value: 363.416271849. iteration 7936 found worse value: 363.416271849. iteration 7937 found worse value: 363.416271849. iteration 7938 found worse value: 363.416271849. iteration 7939 found worse value: 363.416271849. iteration 7940 found worse value: 363.416271849. iteration 7941 found worse value: 363.416271849. iteration 7942 found worse value: 363.416271849. iteration 7943 found worse value: 363.416271849. iteration 7944 found worse value: 363.416271849. iteration 7945 found worse value: 363.416271849. iteration 7946 found worse value: 363.416271849. iteration 7947 found worse value: 363.416271849. iteration 7948 found worse value: 363.416271849. iteration 7949 found worse value: 363.416271849. iteration 7950 found worse value: 363.416271849. iteration 7951 found worse value: 363.416271849. iteration 7952 found worse value: 363.416271849. iteration 7953 found worse value: 363.416271849. iteration 7954 found worse value: 363.416271849. iteration 7955 found worse value: 363.416271849. iteration7955, perturbing to get out of local maxima iteration 7956 found worse value: 363.416271849. iteration 7957 found worse value: 363.416271849. iteration 7958 found worse value: 363.416271849. iteration 7959 found worse value: 363.416271849. iteration 7960 found worse value: 363.416271849. iteration 7961 found worse value: 363.416271849. iteration 7962 found worse value: 363.416271849. iteration 7963 found worse value: 363.416271849. iteration 7964 found worse value: 363.416271849. iteration 7965 found worse value: 363.416271849. iteration 7966 found worse value: 363.416271849. iteration 7967 found worse value: 363.416271849. iteration 7968 found worse value: 363.416271849. iteration 7969 found worse value: 363.416271849. iteration 7970 found worse value: 363.416271849. iteration 7971 found worse value: 363.416271849. iteration 7972 found worse value: 363.416271849. iteration 7973 found worse value: 363.416271849. iteration 7974 found worse value: 363.416271849. iteration 7975 found worse value: 363.416271849. iteration 7976 found worse value: 363.416271849. iteration 7977 found worse value: 363.416271849. iteration 7978 found worse value: 363.416271849. iteration 7979 found worse value: 363.416271849. iteration 7980 found worse value: 363.416271849. iteration 7981 found worse value: 363.416271849. iteration 7982 found worse value: 363.416271849. iteration 7983 found worse value: 363.416271849. iteration 7984 found worse value: 363.416271849. iteration 7985 found worse value: 363.416271849. iteration 7986 found worse value: 363.416271849. iteration 7987 found worse value: 363.416271849. iteration 7988 found worse value: 363.416271849. iteration 7989 found worse value: 363.416271849. iteration 7990 found worse value: 363.416271849. iteration 7991 found worse value: 363.416271849. iteration 7992 found worse value: 363.416271849. iteration 7993 found worse value: 363.416271849. iteration 7994 found worse value: 363.416271849. iteration 7995 found worse value: 363.416271849. iteration 7996 found worse value: 363.416271849. iteration 7997 found worse value: 363.416271849. iteration 7998 found worse value: 363.416271849. iteration 7999 found worse value: 363.416271849. iteration 8000 found worse value: 363.416271849. iteration 8001 found worse value: 363.416271849. iteration 8002 found worse value: 363.416271849. iteration 8003 found worse value: 363.416271849. iteration 8004 found worse value: 363.416271849. iteration 8005 found worse value: 363.416271849. iteration 8006 found worse value: 363.416271849. iteration 8007 found worse value: 363.416271849. iteration 8008 found worse value: 363.416271849. iteration 8009 found worse value: 363.416271849. iteration 8010 found worse value: 363.416271849. iteration 8011 found worse value: 363.416271849. iteration 8012 found worse value: 363.416271849. iteration 8013 found worse value: 363.416271849. iteration 8014 found worse value: 363.416271849. iteration 8015 found worse value: 363.416271849. iteration 8016 found worse value: 363.416271849. iteration 8017 found worse value: 363.416271849. iteration 8018 found worse value: 363.416271849. iteration 8019 found worse value: 363.416271849. iteration 8020 found worse value: 363.416271849. iteration 8021 found worse value: 363.416271849. iteration 8022 found worse value: 363.416271849. iteration 8023 found worse value: 363.416271849. iteration 8024 found worse value: 363.416271849. iteration 8025 found worse value: 363.416271849. iteration 8026 found worse value: 363.416271849. iteration 8027 found worse value: 363.416271849. iteration 8028 found worse value: 363.416271849. iteration 8029 found worse value: 363.416271849. iteration 8030 found worse value: 363.416271849. iteration 8031 found worse value: 363.416271849. iteration 8032 found worse value: 363.416271849. iteration 8033 found worse value: 363.416271849. iteration 8034 found worse value: 363.416271849. iteration 8035 found worse value: 363.416271849. iteration 8036 found worse value: 363.416271849. iteration 8037 found worse value: 363.416271849. iteration 8038 found worse value: 363.416271849. iteration 8039 found worse value: 363.416271849. iteration 8040 found worse value: 363.416271849. iteration 8041 found worse value: 363.416271849. iteration 8042 found worse value: 363.416271849. iteration 8043 found worse value: 363.416271849. iteration8043, perturbing to get out of local maxima iteration 8044 found worse value: 363.416271849. iteration 8045 found worse value: 363.416271849. iteration 8046 found worse value: 363.416271849. iteration 8047 found worse value: 363.416271849. iteration 8048 found worse value: 363.416271849. iteration 8049 found worse value: 363.416271849. iteration 8050 found worse value: 363.416271849. iteration 8051 found worse value: 363.416271849. iteration 8052 found worse value: 363.416271849. iteration 8053 found worse value: 363.416271849. iteration 8054 found worse value: 363.416271849. iteration 8055 found worse value: 363.416271849. iteration 8056 found worse value: 363.416271849. iteration 8057 found worse value: 363.416271849. iteration 8058 found worse value: 363.416271849. iteration 8059 found worse value: 363.416271849. iteration 8060 found worse value: 363.416271849. iteration 8061 found worse value: 363.416271849. iteration 8062 found worse value: 363.416271849. iteration 8063 found worse value: 363.416271849. iteration 8064 found worse value: 363.416271849. iteration 8065 found worse value: 363.416271849. iteration 8066 found worse value: 363.416271849. iteration8066, perturbing to get out of local maxima iteration 8067 found worse value: 363.416271849. iteration 8068 found worse value: 363.416271849. iteration 8069 found worse value: 363.416271849. iteration 8070 found worse value: 363.416271849. iteration 8071 found worse value: 363.416271849. iteration 8072 found worse value: 363.416271849. iteration 8073 found worse value: 363.416271849. iteration 8074 found worse value: 363.416271849. iteration 8075 found worse value: 363.416271849. iteration 8076 found worse value: 363.416271849. iteration 8077 found worse value: 363.416271849. iteration 8078 found worse value: 363.416271849. iteration 8079 found worse value: 363.416271849. iteration 8080 found worse value: 363.416271849. iteration 8081 found worse value: 363.416271849. iteration 8082 found worse value: 363.416271849. iteration 8083 found worse value: 363.416271849. iteration8083, perturbing to get out of local maxima iteration 8084 found worse value: 363.416271849. iteration 8085 found worse value: 363.416271849. iteration 8086 found worse value: 363.416271849. iteration 8087 found worse value: 363.416271849. iteration 8088 found worse value: 363.416271849. iteration 8089 found worse value: 363.416271849. iteration 8090 found worse value: 363.416271849. iteration 8091 found worse value: 363.416271849. iteration 8092 found worse value: 363.416271849. iteration 8093 found worse value: 363.416271849. iteration 8094 found worse value: 363.416271849. iteration 8095 found worse value: 363.416271849. iteration 8096 found worse value: 363.416271849. iteration 8097 found worse value: 363.416271849. iteration 8098 found worse value: 363.416271849. iteration 8099 found worse value: 363.416271849. iteration 8100 found worse value: 363.416271849. iteration 8101 found worse value: 363.416271849. iteration 8102 found worse value: 363.416271849. iteration 8103 found worse value: 363.416271849. iteration 8104 found worse value: 363.416271849. iteration 8105 found worse value: 363.416271849. iteration 8106 found worse value: 363.416271849. iteration 8107 found worse value: 363.416271849. iteration 8108 found worse value: 363.416271849. iteration 8109 found worse value: 363.416271849. iteration 8110 found worse value: 363.416271849. iteration 8111 found worse value: 363.416271849. iteration 8112 found worse value: 363.416271849. iteration 8113 found worse value: 363.416271849. iteration 8114 found worse value: 363.416271849. iteration 8115 found worse value: 363.416271849. iteration8115, perturbing to get out of local maxima iteration 8116 found worse value: 363.416271849. iteration 8117 found worse value: 363.416271849. iteration 8118 found worse value: 363.416271849. iteration 8119 found worse value: 363.416271849. iteration 8120 found worse value: 363.416271849. iteration 8121 found worse value: 363.416271849. iteration 8122 found worse value: 363.416271849. iteration 8123 found worse value: 363.416271849. iteration 8124 found worse value: 363.416271849. iteration 8125 found worse value: 363.416271849. iteration 8126 found worse value: 363.416271849. iteration 8127 found worse value: 363.416271849. iteration 8128 found worse value: 363.416271849. iteration 8129 found worse value: 363.416271849. iteration 8130 found worse value: 363.416271849. iteration 8131 found worse value: 363.416271849. iteration 8132 found worse value: 363.416271849. iteration 8133 found worse value: 363.416271849. iteration8133, perturbing to get out of local maxima iteration 8134 found worse value: 363.416271849. iteration 8135 found worse value: 363.416271849. iteration 8136 found worse value: 363.416271849. iteration 8137 found worse value: 363.416271849. iteration 8138 found worse value: 363.416271849. iteration 8139 found worse value: 363.416271849. iteration 8140 found worse value: 363.416271849. iteration 8141 found worse value: 363.416271849. iteration8141, perturbing to get out of local maxima iteration 8142 found worse value: 363.416271849. iteration 8143 found worse value: 363.416271849. iteration 8144 found worse value: 363.416271849. iteration 8145 found worse value: 363.416271849. iteration 8146 found worse value: 363.416271849. iteration 8147 found worse value: 363.416271849. iteration 8148 found worse value: 363.416271849. iteration 8149 found worse value: 363.416271849. iteration 8150 found worse value: 363.416271849. iteration 8151 found worse value: 363.416271849. iteration 8152 found worse value: 363.416271849. iteration 8153 found worse value: 363.416271849. iteration 8154 found worse value: 363.416271849. iteration 8155 found worse value: 363.416271849. iteration 8156 found worse value: 363.416271849. iteration 8157 found worse value: 363.416271849. iteration 8158 found worse value: 363.416271849. iteration 8159 found worse value: 363.416271849. iteration 8160 found worse value: 363.416271849. iteration 8161 found worse value: 363.416271849. iteration 8162 found worse value: 363.416271849. iteration8162, perturbing to get out of local maxima iteration 8163 found worse value: 363.416271849. iteration 8164 found worse value: 363.416271849. iteration 8165 found worse value: 363.416271849. iteration 8166 found worse value: 363.416271849. iteration 8167 found worse value: 363.416271849. iteration 8168 found worse value: 363.416271849. iteration 8169 found worse value: 363.416271849. iteration 8170 found worse value: 363.416271849. iteration 8171 found worse value: 363.416271849. iteration 8172 found worse value: 363.416271849. iteration 8173 found worse value: 363.416271849. iteration 8174 found worse value: 363.416271849. iteration 8175 found worse value: 363.416271849. iteration 8176 found worse value: 363.416271849. iteration 8177 found worse value: 363.416271849. iteration 8178 found worse value: 363.416271849. iteration 8179 found worse value: 363.416271849. iteration 8180 found worse value: 363.416271849. iteration 8181 found worse value: 363.416271849. iteration 8182 found worse value: 363.416271849. iteration 8183 found worse value: 363.416271849. iteration8183, perturbing to get out of local maxima iteration 8184 found worse value: 363.416271849. iteration 8185 found worse value: 363.416271849. iteration 8186 found worse value: 363.416271849. iteration 8187 found worse value: 363.416271849. iteration 8188 found worse value: 363.416271849. iteration 8189 found worse value: 363.416271849. iteration 8190 found worse value: 363.416271849. iteration 8191 found worse value: 363.416271849. iteration 8192 found worse value: 363.416271849. iteration 8193 found worse value: 363.416271849. iteration 8194 found worse value: 363.416271849. iteration 8195 found worse value: 363.416271849. iteration 8196 found worse value: 363.416271849. iteration 8197 found worse value: 363.416271849. iteration8197, perturbing to get out of local maxima iteration 8198 found worse value: 363.416271849. iteration 8199 found worse value: 363.416271849. iteration8199, perturbing to get out of local maxima iteration 8200 found worse value: 363.416271849. iteration 8201 found worse value: 363.416271849. iteration 8202 found worse value: 363.416271849. iteration 8203 found worse value: 363.416271849. iteration8203, perturbing to get out of local maxima iteration 8204 found worse value: 363.416271849. iteration 8205 found worse value: 363.416271849. iteration 8206 found worse value: 363.416271849. iteration 8207 found worse value: 363.416271849. iteration 8208 found worse value: 363.416271849. iteration 8209 found worse value: 363.416271849. iteration 8210 found worse value: 363.416271849. iteration 8211 found worse value: 363.416271849. iteration 8212 found worse value: 363.416271849. iteration 8213 found worse value: 363.416271849. iteration 8214 found worse value: 363.416271849. iteration8214, perturbing to get out of local maxima iteration 8215 found worse value: 363.416271849. iteration 8216 found worse value: 363.416271849. iteration 8217 found worse value: 363.416271849. iteration 8218 found worse value: 363.416271849. iteration 8219 found worse value: 363.416271849. iteration 8220 found worse value: 363.416271849. iteration 8221 found worse value: 363.416271849. iteration 8222 found worse value: 363.416271849. iteration 8223 found worse value: 363.416271849. iteration 8224 found worse value: 363.416271849. iteration 8225 found worse value: 363.416271849. iteration 8226 found worse value: 363.416271849. iteration 8227 found worse value: 363.416271849. iteration 8228 found worse value: 363.416271849. iteration 8229 found worse value: 363.416271849. iteration 8230 found worse value: 363.416271849. iteration 8231 found worse value: 363.416271849. iteration 8232 found worse value: 363.416271849. iteration 8233 found worse value: 363.416271849. iteration 8234 found worse value: 363.416271849. iteration 8235 found worse value: 363.416271849. iteration 8236 found worse value: 363.416271849. iteration 8237 found worse value: 363.416271849. iteration 8238 found worse value: 363.416271849. iteration 8239 found worse value: 363.416271849. iteration 8240 found worse value: 363.416271849. iteration 8241 found worse value: 363.416271849. iteration 8242 found worse value: 363.416271849. iteration 8243 found worse value: 363.416271849. iteration 8244 found worse value: 363.416271849. iteration 8245 found worse value: 363.416271849. iteration 8246 found worse value: 363.416271849. iteration 8247 found worse value: 363.416271849. iteration 8248 found worse value: 363.416271849. iteration 8249 found worse value: 363.416271849. iteration 8250 found worse value: 363.416271849. iteration 8251 found worse value: 363.416271849. iteration 8252 found worse value: 363.416271849. iteration 8253 found worse value: 363.416271849. iteration 8254 found worse value: 363.416271849. iteration 8255 found worse value: 363.416271849. iteration 8256 found worse value: 363.416271849. iteration 8257 found worse value: 363.416271849. iteration 8258 found worse value: 363.416271849. iteration 8259 found worse value: 363.416271849. iteration 8260 found worse value: 363.416271849. iteration 8261 found worse value: 363.416271849. iteration 8262 found worse value: 363.416271849. iteration 8263 found worse value: 363.416271849. iteration 8264 found worse value: 363.416271849. iteration 8265 found worse value: 363.416271849. iteration 8266 found worse value: 363.416271849. iteration 8267 found worse value: 363.416271849. iteration 8268 found worse value: 363.416271849. iteration 8269 found worse value: 363.416271849. iteration 8270 found worse value: 363.416271849. iteration 8271 found worse value: 363.416271849. iteration 8272 found worse value: 363.416271849. iteration 8273 found worse value: 363.416271849. iteration 8274 found worse value: 363.416271849. iteration 8275 found worse value: 363.416271849. iteration 8276 found worse value: 363.416271849. iteration 8277 found worse value: 363.416271849. iteration 8278 found worse value: 363.416271849. iteration 8279 found worse value: 363.416271849. iteration 8280 found worse value: 363.416271849. iteration 8281 found worse value: 363.416271849. iteration 8282 found worse value: 363.416271849. iteration 8283 found worse value: 363.416271849. iteration 8284 found worse value: 363.416271849. iteration 8285 found worse value: 363.416271849. iteration 8286 found worse value: 363.416271849. iteration 8287 found worse value: 363.416271849. iteration 8288 found worse value: 363.416271849. iteration 8289 found worse value: 363.416271849. iteration 8290 found worse value: 363.416271849. iteration 8291 found worse value: 363.416271849. iteration 8292 found worse value: 363.416271849. iteration 8293 found worse value: 363.416271849. iteration 8294 found worse value: 363.416271849. iteration8294, perturbing to get out of local maxima iteration 8295 found worse value: 363.416271849. iteration 8296 found worse value: 363.416271849. iteration 8297 found worse value: 363.416271849. iteration 8298 found worse value: 363.416271849. iteration 8299 found worse value: 363.416271849. iteration 8300 found worse value: 363.416271849. iteration 8301 found worse value: 363.416271849. iteration 8302 found worse value: 363.416271849. iteration 8303 found worse value: 363.416271849. iteration 8304 found worse value: 363.416271849. iteration 8305 found worse value: 363.416271849. iteration 8306 found worse value: 363.416271849. iteration 8307 found worse value: 363.416271849. iteration 8308 found worse value: 363.416271849. iteration 8309 found worse value: 363.416271849. iteration 8310 found worse value: 363.416271849. iteration 8311 found worse value: 363.416271849. iteration 8312 found worse value: 363.416271849. iteration 8313 found worse value: 363.416271849. iteration 8314 found worse value: 363.416271849. iteration 8315 found worse value: 363.416271849. iteration8315, perturbing to get out of local maxima iteration 8316 found worse value: 363.416271849. iteration 8317 found worse value: 363.416271849. iteration 8318 found worse value: 363.416271849. iteration 8319 found worse value: 363.416271849. iteration 8320 found worse value: 363.416271849. iteration 8321 found worse value: 363.416271849. iteration 8322 found worse value: 363.416271849. iteration 8323 found worse value: 363.416271849. iteration 8324 found worse value: 363.416271849. iteration 8325 found worse value: 363.416271849. iteration 8326 found worse value: 363.416271849. iteration 8327 found worse value: 363.416271849. iteration 8328 found worse value: 363.416271849. iteration 8329 found worse value: 363.416271849. iteration 8330 found worse value: 363.416271849. iteration 8331 found worse value: 363.416271849. iteration 8332 found worse value: 363.416271849. iteration 8333 found worse value: 363.416271849. iteration 8334 found worse value: 363.416271849. iteration 8335 found worse value: 363.416271849. iteration 8336 found worse value: 363.416271849. iteration 8337 found worse value: 363.416271849. iteration 8338 found worse value: 363.416271849. iteration 8339 found worse value: 363.416271849. iteration 8340 found worse value: 363.416271849. iteration 8341 found worse value: 363.416271849. iteration 8342 found worse value: 363.416271849. iteration 8343 found worse value: 363.416271849. iteration8343, perturbing to get out of local maxima iteration 8344 found worse value: 363.416271849. iteration 8345 found worse value: 363.416271849. iteration 8346 found worse value: 363.416271849. iteration 8347 found worse value: 363.416271849. iteration 8348 found worse value: 363.416271849. iteration 8349 found worse value: 363.416271849. iteration8349, perturbing to get out of local maxima iteration 8350 found worse value: 363.416271849. iteration 8351 found worse value: 363.416271849. iteration 8352 found worse value: 363.416271849. iteration8352, perturbing to get out of local maxima iteration 8353 found worse value: 363.416271849. iteration 8354 found worse value: 363.416271849. iteration 8355 found worse value: 363.416271849. iteration 8356 found worse value: 363.416271849. iteration 8357 found worse value: 363.416271849. iteration 8358 found worse value: 363.416271849. iteration 8359 found worse value: 363.416271849. iteration 8360 found worse value: 363.416271849. iteration 8361 found worse value: 363.416271849. iteration8361, perturbing to get out of local maxima iteration 8362 found worse value: 363.416271849. iteration 8363 found worse value: 363.416271849. iteration 8364 found worse value: 363.416271849. iteration 8365 found worse value: 363.416271849. iteration 8366 found worse value: 363.416271849. iteration 8367 found worse value: 363.416271849. iteration 8368 found worse value: 363.416271849. iteration 8369 found worse value: 363.416271849. iteration 8370 found worse value: 363.416271849. iteration 8371 found worse value: 363.416271849. iteration 8372 found worse value: 363.416271849. iteration 8373 found worse value: 363.416271849. iteration 8374 found worse value: 363.416271849. iteration 8375 found worse value: 363.416271849. iteration 8376 found worse value: 363.416271849. iteration 8377 found worse value: 363.416271849. iteration 8378 found worse value: 363.416271849. iteration 8379 found worse value: 363.416271849. iteration 8380 found worse value: 363.416271849. iteration 8381 found worse value: 363.416271849. iteration 8382 found worse value: 363.416271849. iteration 8383 found worse value: 363.416271849. iteration 8384 found worse value: 363.416271849. iteration 8385 found worse value: 363.416271849. iteration 8386 found worse value: 363.416271849. iteration8386, perturbing to get out of local maxima iteration 8387 found worse value: 363.416271849. iteration 8388 found worse value: 363.416271849. iteration 8389 found worse value: 363.416271849. iteration 8390 found worse value: 363.416271849. iteration 8391 found worse value: 363.416271849. iteration 8392 found worse value: 363.416271849. iteration 8393 found worse value: 363.416271849. iteration 8394 found worse value: 363.416271849. iteration 8395 found worse value: 363.416271849. iteration 8396 found worse value: 363.416271849. iteration 8397 found worse value: 363.416271849. iteration 8398 found worse value: 363.416271849. iteration 8399 found worse value: 363.416271849. iteration 8400 found worse value: 363.416271849. iteration 8401 found worse value: 363.416271849. iteration 8402 found worse value: 363.416271849. iteration 8403 found worse value: 363.416271849. iteration 8404 found worse value: 363.416271849. iteration 8405 found worse value: 363.416271849. iteration 8406 found worse value: 363.416271849. iteration 8407 found worse value: 363.416271849. iteration 8408 found worse value: 363.416271849. iteration 8409 found worse value: 363.416271849. iteration 8410 found worse value: 363.416271849. iteration 8411 found worse value: 363.416271849. iteration 8412 found worse value: 363.416271849. iteration 8413 found worse value: 363.416271849. iteration 8414 found worse value: 363.416271849. iteration 8415 found worse value: 363.416271849. iteration 8416 found worse value: 363.416271849. iteration 8417 found worse value: 363.416271849. iteration 8418 found worse value: 363.416271849. iteration 8419 found worse value: 363.416271849. iteration 8420 found worse value: 363.416271849. iteration 8421 found worse value: 363.416271849. iteration 8422 found worse value: 363.416271849. iteration 8423 found worse value: 363.416271849. iteration 8424 found worse value: 363.416271849. iteration 8425 found worse value: 363.416271849. iteration 8426 found worse value: 363.416271849. iteration 8427 found worse value: 363.416271849. iteration 8428 found worse value: 363.416271849. iteration 8429 found worse value: 363.416271849. iteration 8430 found worse value: 363.416271849. iteration 8431 found worse value: 363.416271849. iteration 8432 found worse value: 363.416271849. iteration 8433 found worse value: 363.416271849. iteration 8434 found worse value: 363.416271849. iteration 8435 found worse value: 363.416271849. iteration 8436 found worse value: 363.416271849. iteration 8437 found worse value: 363.416271849. iteration 8438 found worse value: 363.416271849. iteration 8439 found worse value: 363.416271849. iteration 8440 found worse value: 363.416271849. iteration 8441 found worse value: 363.416271849. iteration 8442 found worse value: 363.416271849. iteration 8443 found worse value: 363.416271849. iteration8443, perturbing to get out of local maxima iteration 8444 found worse value: 363.416271849. iteration 8445 found worse value: 363.416271849. iteration 8446 found worse value: 363.416271849. iteration8446, perturbing to get out of local maxima iteration 8447 found worse value: 363.416271849. iteration 8448 found worse value: 363.416271849. iteration8448, perturbing to get out of local maxima iteration 8449 found worse value: 363.416271849. iteration 8450 found worse value: 363.416271849. iteration 8451 found worse value: 363.416271849. iteration 8452 found worse value: 363.416271849. iteration 8453 found worse value: 363.416271849. iteration 8454 found worse value: 363.416271849. iteration 8455 found worse value: 363.416271849. iteration 8456 found worse value: 363.416271849. iteration 8457 found worse value: 363.416271849. iteration 8458 found worse value: 363.416271849. iteration 8459 found worse value: 363.416271849. iteration 8460 found worse value: 363.416271849. iteration8460, perturbing to get out of local maxima iteration 8461 found worse value: 363.416271849. iteration 8462 found worse value: 363.416271849. iteration 8463 found worse value: 363.416271849. iteration8463, perturbing to get out of local maxima iteration 8464 found worse value: 363.416271849. iteration 8465 found worse value: 363.416271849. iteration 8466 found worse value: 363.416271849. iteration 8467 found worse value: 363.416271849. iteration 8468 found worse value: 363.416271849. iteration 8469 found worse value: 363.416271849. iteration 8470 found worse value: 363.416271849. iteration 8471 found worse value: 363.416271849. iteration 8472 found worse value: 363.416271849. iteration 8473 found worse value: 363.416271849. iteration 8474 found worse value: 363.416271849. iteration 8475 found worse value: 363.416271849. iteration 8476 found worse value: 363.416271849. iteration 8477 found worse value: 363.416271849. iteration 8478 found worse value: 363.416271849. iteration 8479 found worse value: 363.416271849. iteration 8480 found worse value: 363.416271849. iteration 8481 found worse value: 363.416271849. iteration8481, perturbing to get out of local maxima iteration 8482 found worse value: 363.416271849. iteration 8483 found worse value: 363.416271849. iteration 8484 found worse value: 363.416271849. iteration 8485 found worse value: 363.416271849. iteration 8486 found worse value: 363.416271849. iteration 8487 found worse value: 363.416271849. iteration8487, perturbing to get out of local maxima iteration 8488 found worse value: 363.416271849. iteration 8489 found worse value: 363.416271849. iteration 8490 found worse value: 363.416271849. iteration 8491 found worse value: 363.416271849. iteration 8492 found worse value: 363.416271849. iteration 8493 found worse value: 363.416271849. iteration 8494 found worse value: 363.416271849. iteration 8495 found worse value: 363.416271849. iteration 8496 found worse value: 363.416271849. iteration 8497 found worse value: 363.416271849. iteration 8498 found worse value: 363.416271849. iteration 8499 found worse value: 363.416271849. iteration 8500 found worse value: 363.416271849. iteration 8501 found worse value: 363.416271849. iteration 8502 found worse value: 363.416271849. iteration 8503 found worse value: 363.416271849. iteration 8504 found worse value: 363.416271849. iteration 8505 found worse value: 363.416271849. iteration 8506 found worse value: 363.416271849. iteration 8507 found worse value: 363.416271849. iteration 8508 found worse value: 363.416271849. iteration 8509 found worse value: 363.416271849. iteration 8510 found worse value: 363.416271849. iteration 8511 found worse value: 363.416271849. iteration 8512 found worse value: 363.416271849. iteration 8513 found worse value: 363.416271849. iteration 8514 found worse value: 363.416271849. iteration 8515 found worse value: 363.416271849. iteration 8516 found worse value: 363.416271849. iteration 8517 found worse value: 363.416271849. iteration 8518 found worse value: 363.416271849. iteration 8519 found worse value: 363.416271849. iteration 8520 found worse value: 363.416271849. iteration 8521 found worse value: 363.416271849. iteration 8522 found worse value: 363.416271849. iteration 8523 found worse value: 363.416271849. iteration 8524 found worse value: 363.416271849. iteration 8525 found worse value: 363.416271849. iteration 8526 found worse value: 363.416271849. iteration 8527 found worse value: 363.416271849. iteration 8528 found worse value: 363.416271849. iteration 8529 found worse value: 363.416271849. iteration 8530 found worse value: 363.416271849. iteration 8531 found worse value: 363.416271849. iteration 8532 found worse value: 363.416271849. iteration 8533 found worse value: 363.416271849. iteration 8534 found worse value: 363.416271849. iteration8534, perturbing to get out of local maxima iteration 8535 found worse value: 363.416271849. iteration 8536 found worse value: 363.416271849. iteration 8537 found worse value: 363.416271849. iteration 8538 found worse value: 363.416271849. iteration 8539 found worse value: 363.416271849. iteration 8540 found worse value: 363.416271849. iteration 8541 found worse value: 363.416271849. iteration 8542 found worse value: 363.416271849. iteration 8543 found worse value: 363.416271849. iteration 8544 found worse value: 363.416271849. iteration 8545 found worse value: 363.416271849. iteration 8546 found worse value: 363.416271849. iteration 8547 found worse value: 363.416271849. iteration 8548 found worse value: 363.416271849. iteration 8549 found worse value: 363.416271849. iteration 8550 found worse value: 363.416271849. iteration 8551 found worse value: 363.416271849. iteration 8552 found worse value: 363.416271849. iteration 8553 found worse value: 363.416271849. iteration8553, perturbing to get out of local maxima iteration 8554 found worse value: 363.416271849. iteration 8555 found worse value: 363.416271849. iteration 8556 found worse value: 363.416271849. iteration 8557 found worse value: 363.416271849. iteration 8558 found worse value: 363.416271849. iteration 8559 found worse value: 363.416271849. iteration 8560 found worse value: 363.416271849. iteration 8561 found worse value: 363.416271849. iteration 8562 found worse value: 363.416271849. iteration 8563 found worse value: 363.416271849. iteration 8564 found worse value: 363.416271849. iteration 8565 found worse value: 363.416271849. iteration 8566 found worse value: 363.416271849. iteration 8567 found worse value: 363.416271849. iteration 8568 found worse value: 363.416271849. iteration 8569 found worse value: 363.416271849. iteration 8570 found worse value: 363.416271849. iteration 8571 found worse value: 363.416271849. iteration 8572 found worse value: 363.416271849. iteration 8573 found worse value: 363.416271849. iteration 8574 found worse value: 363.416271849. iteration 8575 found worse value: 363.416271849. iteration 8576 found worse value: 363.416271849. iteration 8577 found worse value: 363.416271849. iteration 8578 found worse value: 363.416271849. iteration 8579 found worse value: 363.416271849. iteration 8580 found worse value: 363.416271849. iteration 8581 found worse value: 363.416271849. iteration 8582 found worse value: 363.416271849. iteration 8583 found worse value: 363.416271849. iteration 8584 found worse value: 363.416271849. iteration 8585 found worse value: 363.416271849. iteration 8586 found worse value: 363.416271849. iteration8586, perturbing to get out of local maxima iteration 8587 found worse value: 363.416271849. iteration 8588 found worse value: 363.416271849. iteration8588, perturbing to get out of local maxima iteration 8589 found worse value: 363.416271849. iteration 8590 found worse value: 363.416271849. iteration 8591 found worse value: 363.416271849. iteration 8592 found worse value: 363.416271849. iteration 8593 found worse value: 363.416271849. iteration 8594 found worse value: 363.416271849. iteration 8595 found worse value: 363.416271849. iteration 8596 found worse value: 363.416271849. iteration 8597 found worse value: 363.416271849. iteration 8598 found worse value: 363.416271849. iteration 8599 found worse value: 363.416271849. iteration 8600 found worse value: 363.416271849. iteration 8601 found worse value: 363.416271849. iteration 8602 found worse value: 363.416271849. iteration 8603 found worse value: 363.416271849. iteration 8604 found worse value: 363.416271849. iteration 8605 found worse value: 363.416271849. iteration 8606 found worse value: 363.416271849. iteration 8607 found worse value: 363.416271849. iteration 8608 found worse value: 363.416271849. iteration8608, perturbing to get out of local maxima iteration 8609 found worse value: 363.416271849. iteration 8610 found worse value: 363.416271849. iteration 8611 found worse value: 363.416271849. iteration 8612 found worse value: 363.416271849. iteration 8613 found worse value: 363.416271849. iteration 8614 found worse value: 363.416271849. iteration 8615 found worse value: 363.416271849. iteration 8616 found worse value: 363.416271849. iteration 8617 found worse value: 363.416271849. iteration 8618 found worse value: 363.416271849. iteration 8619 found worse value: 363.416271849. iteration 8620 found worse value: 363.416271849. iteration 8621 found worse value: 363.416271849. iteration 8622 found worse value: 363.416271849. iteration 8623 found worse value: 363.416271849. iteration 8624 found worse value: 363.416271849. iteration 8625 found worse value: 363.416271849. iteration 8626 found worse value: 363.416271849. iteration 8627 found worse value: 363.416271849. iteration 8628 found worse value: 363.416271849. iteration 8629 found worse value: 363.416271849. iteration 8630 found worse value: 363.416271849. iteration 8631 found worse value: 363.416271849. iteration 8632 found worse value: 363.416271849. iteration 8633 found worse value: 363.416271849. iteration 8634 found worse value: 363.416271849. iteration 8635 found worse value: 363.416271849. iteration 8636 found worse value: 363.416271849. iteration 8637 found worse value: 363.416271849. iteration 8638 found worse value: 363.416271849. iteration 8639 found worse value: 363.416271849. iteration 8640 found worse value: 363.416271849. iteration 8641 found worse value: 363.416271849. iteration 8642 found worse value: 363.416271849. iteration 8643 found worse value: 363.416271849. iteration 8644 found worse value: 363.416271849. iteration 8645 found worse value: 363.416271849. iteration 8646 found worse value: 363.416271849. iteration 8647 found worse value: 363.416271849. iteration 8648 found worse value: 363.416271849. iteration 8649 found worse value: 363.416271849. iteration 8650 found worse value: 363.416271849. iteration 8651 found worse value: 363.416271849. iteration 8652 found worse value: 363.416271849. iteration 8653 found worse value: 363.416271849. iteration 8654 found worse value: 363.416271849. iteration 8655 found worse value: 363.416271849. iteration 8656 found worse value: 363.416271849. iteration8656, perturbing to get out of local maxima iteration 8657 found worse value: 363.416271849. iteration 8658 found worse value: 363.416271849. iteration 8659 found worse value: 363.416271849. iteration8659, perturbing to get out of local maxima iteration 8660 found worse value: 363.416271849. iteration 8661 found worse value: 363.416271849. iteration 8662 found worse value: 363.416271849. iteration 8663 found worse value: 363.416271849. iteration 8664 found worse value: 363.416271849. iteration 8665 found worse value: 363.416271849. iteration 8666 found worse value: 363.416271849. iteration 8667 found worse value: 363.416271849. iteration 8668 found worse value: 363.416271849. iteration 8669 found worse value: 363.416271849. iteration 8670 found worse value: 363.416271849. iteration 8671 found worse value: 363.416271849. iteration 8672 found worse value: 363.416271849. iteration 8673 found worse value: 363.416271849. iteration 8674 found worse value: 363.416271849. iteration 8675 found worse value: 363.416271849. iteration 8676 found worse value: 363.416271849. iteration 8677 found worse value: 363.416271849. iteration 8678 found worse value: 363.416271849. iteration 8679 found worse value: 363.416271849. iteration 8680 found worse value: 363.416271849. iteration 8681 found worse value: 363.416271849. iteration 8682 found worse value: 363.416271849. iteration 8683 found worse value: 363.416271849. iteration 8684 found worse value: 363.416271849. iteration 8685 found worse value: 363.416271849. iteration 8686 found worse value: 363.416271849. iteration 8687 found worse value: 363.416271849. iteration 8688 found worse value: 363.416271849. iteration 8689 found worse value: 363.416271849. iteration 8690 found worse value: 363.416271849. iteration 8691 found worse value: 363.416271849. iteration 8692 found worse value: 363.416271849. iteration 8693 found worse value: 363.416271849. iteration 8694 found worse value: 363.416271849. iteration8694, perturbing to get out of local maxima iteration 8695 found worse value: 363.416271849. iteration 8696 found worse value: 363.416271849. iteration 8697 found worse value: 363.416271849. iteration 8698 found worse value: 363.416271849. iteration8698, perturbing to get out of local maxima iteration 8699 found worse value: 363.416271849. iteration 8700 found worse value: 363.416271849. iteration 8701 found worse value: 363.416271849. iteration 8702 found worse value: 363.416271849. iteration 8703 found worse value: 363.416271849. iteration 8704 found worse value: 363.416271849. iteration 8705 found worse value: 363.416271849. iteration 8706 found worse value: 363.416271849. iteration 8707 found worse value: 363.416271849. iteration8707, perturbing to get out of local maxima iteration 8708 found worse value: 363.416271849. iteration 8709 found worse value: 363.416271849. iteration 8710 found worse value: 363.416271849. iteration 8711 found worse value: 363.416271849. iteration 8712 found worse value: 363.416271849. iteration 8713 found worse value: 363.416271849. iteration 8714 found worse value: 363.416271849. iteration 8715 found worse value: 363.416271849. iteration 8716 found worse value: 363.416271849. iteration 8717 found worse value: 363.416271849. iteration 8718 found worse value: 363.416271849. iteration 8719 found worse value: 363.416271849. iteration 8720 found worse value: 363.416271849. iteration 8721 found worse value: 363.416271849. iteration 8722 found worse value: 363.416271849. iteration 8723 found worse value: 363.416271849. iteration 8724 found worse value: 363.416271849. iteration 8725 found worse value: 363.416271849. iteration 8726 found worse value: 363.416271849. iteration 8727 found worse value: 363.416271849. iteration 8728 found worse value: 363.416271849. iteration 8729 found worse value: 363.416271849. iteration 8730 found worse value: 363.416271849. iteration 8731 found worse value: 363.416271849. iteration 8732 found worse value: 363.416271849. iteration 8733 found worse value: 363.416271849. iteration 8734 found worse value: 363.416271849. iteration 8735 found worse value: 363.416271849. iteration 8736 found worse value: 363.416271849. iteration 8737 found worse value: 363.416271849. iteration 8738 found worse value: 363.416271849. iteration 8739 found worse value: 363.416271849. iteration 8740 found worse value: 363.416271849. iteration 8741 found worse value: 363.416271849. iteration 8742 found worse value: 363.416271849. iteration 8743 found worse value: 363.416271849. iteration 8744 found worse value: 363.416271849. iteration 8745 found worse value: 363.416271849. iteration 8746 found worse value: 363.416271849. iteration 8747 found worse value: 363.416271849. iteration 8748 found worse value: 363.416271849. iteration 8749 found worse value: 363.416271849. iteration 8750 found worse value: 363.416271849. iteration 8751 found worse value: 363.416271849. iteration 8752 found worse value: 363.416271849. iteration 8753 found worse value: 363.416271849. iteration 8754 found worse value: 363.416271849. iteration8754, perturbing to get out of local maxima iteration 8755 found worse value: 363.416271849. iteration 8756 found worse value: 363.416271849. iteration8756, perturbing to get out of local maxima iteration 8757 found worse value: 363.416271849. iteration 8758 found worse value: 363.416271849. iteration 8759 found worse value: 363.416271849. iteration 8760 found worse value: 363.416271849. iteration 8761 found worse value: 363.416271849. iteration 8762 found worse value: 363.416271849. iteration 8763 found worse value: 363.416271849. iteration8763, perturbing to get out of local maxima iteration 8764 found worse value: 363.416271849. iteration 8765 found worse value: 363.416271849. iteration 8766 found worse value: 363.416271849. iteration 8767 found worse value: 363.416271849. iteration 8768 found worse value: 363.416271849. iteration 8769 found worse value: 363.416271849. iteration 8770 found worse value: 363.416271849. iteration 8771 found worse value: 363.416271849. iteration 8772 found worse value: 363.416271849. iteration 8773 found worse value: 363.416271849. iteration 8774 found worse value: 363.416271849. iteration 8775 found worse value: 363.416271849. iteration 8776 found worse value: 363.416271849. iteration 8777 found worse value: 363.416271849. iteration 8778 found worse value: 363.416271849. iteration 8779 found worse value: 363.416271849. iteration 8780 found worse value: 363.416271849. iteration 8781 found worse value: 363.416271849. iteration 8782 found worse value: 363.416271849. iteration 8783 found worse value: 363.416271849. iteration8783, perturbing to get out of local maxima iteration 8784 found worse value: 363.416271849. iteration 8785 found worse value: 363.416271849. iteration 8786 found worse value: 363.416271849. iteration 8787 found worse value: 363.416271849. iteration 8788 found worse value: 363.416271849. iteration 8789 found worse value: 363.416271849. iteration 8790 found worse value: 363.416271849. iteration 8791 found worse value: 363.416271849. iteration 8792 found worse value: 363.416271849. iteration 8793 found worse value: 363.416271849. iteration 8794 found worse value: 363.416271849. iteration 8795 found worse value: 363.416271849. iteration 8796 found worse value: 363.416271849. iteration8796, perturbing to get out of local maxima iteration 8797 found worse value: 363.416271849. iteration 8798 found worse value: 363.416271849. iteration 8799 found worse value: 363.416271849. iteration 8800 found worse value: 363.416271849. iteration 8801 found worse value: 363.416271849. iteration 8802 found worse value: 363.416271849. iteration 8803 found worse value: 363.416271849. iteration 8804 found worse value: 363.416271849. iteration 8805 found worse value: 363.416271849. iteration 8806 found worse value: 363.416271849. iteration8806, perturbing to get out of local maxima iteration 8807 found worse value: 363.416271849. iteration 8808 found worse value: 363.416271849. iteration 8809 found worse value: 363.416271849. iteration 8810 found worse value: 363.416271849. iteration 8811 found worse value: 363.416271849. iteration 8812 found worse value: 363.416271849. iteration 8813 found worse value: 363.416271849. iteration 8814 found worse value: 363.416271849. iteration 8815 found worse value: 363.416271849. iteration8815, perturbing to get out of local maxima iteration 8816 found worse value: 363.416271849. iteration 8817 found worse value: 363.416271849. iteration 8818 found worse value: 363.416271849. iteration 8819 found worse value: 363.416271849. iteration 8820 found worse value: 363.416271849. iteration 8821 found worse value: 363.416271849. iteration 8822 found worse value: 363.416271849. iteration 8823 found worse value: 363.416271849. iteration 8824 found worse value: 363.416271849. iteration 8825 found worse value: 363.416271849. iteration 8826 found worse value: 363.416271849. iteration 8827 found worse value: 363.416271849. iteration 8828 found worse value: 363.416271849. iteration 8829 found worse value: 363.416271849. iteration 8830 found worse value: 363.416271849. iteration 8831 found worse value: 363.416271849. iteration 8832 found worse value: 363.416271849. iteration 8833 found worse value: 363.416271849. iteration 8834 found worse value: 363.416271849. iteration 8835 found worse value: 363.416271849. iteration 8836 found worse value: 363.416271849. iteration 8837 found worse value: 363.416271849. iteration 8838 found worse value: 363.416271849. iteration 8839 found worse value: 363.416271849. iteration 8840 found worse value: 363.416271849. iteration 8841 found worse value: 363.416271849. iteration 8842 found worse value: 363.416271849. iteration 8843 found worse value: 363.416271849. iteration 8844 found worse value: 363.416271849. iteration 8845 found worse value: 363.416271849. iteration 8846 found worse value: 363.416271849. iteration 8847 found worse value: 363.416271849. iteration 8848 found worse value: 363.416271849. iteration8848, perturbing to get out of local maxima iteration 8849 found worse value: 363.416271849. iteration 8850 found worse value: 363.416271849. iteration 8851 found worse value: 363.416271849. iteration 8852 found worse value: 363.416271849. iteration 8853 found worse value: 363.416271849. iteration 8854 found worse value: 363.416271849. iteration 8855 found worse value: 363.416271849. iteration 8856 found worse value: 363.416271849. iteration 8857 found worse value: 363.416271849. iteration8857, perturbing to get out of local maxima iteration 8858 found worse value: 363.416271849. iteration 8859 found worse value: 363.416271849. iteration 8860 found worse value: 363.416271849. iteration 8861 found worse value: 363.416271849. iteration 8862 found worse value: 363.416271849. iteration 8863 found worse value: 363.416271849. iteration 8864 found worse value: 363.416271849. iteration 8865 found worse value: 363.416271849. iteration 8866 found worse value: 363.416271849. iteration 8867 found worse value: 363.416271849. iteration 8868 found worse value: 363.416271849. iteration 8869 found worse value: 363.416271849. iteration 8870 found worse value: 363.416271849. iteration 8871 found worse value: 363.416271849. iteration 8872 found worse value: 363.416271849. iteration 8873 found worse value: 363.416271849. iteration 8874 found worse value: 363.416271849. iteration 8875 found worse value: 363.416271849. iteration 8876 found worse value: 363.416271849. iteration 8877 found worse value: 363.416271849. iteration 8878 found worse value: 363.416271849. iteration 8879 found worse value: 363.416271849. iteration 8880 found worse value: 363.416271849. iteration8880, perturbing to get out of local maxima iteration 8881 found worse value: 363.416271849. iteration 8882 found worse value: 363.416271849. iteration 8883 found worse value: 363.416271849. iteration 8884 found worse value: 363.416271849. iteration 8885 found worse value: 363.416271849. iteration 8886 found worse value: 363.416271849. iteration 8887 found worse value: 363.416271849. iteration 8888 found worse value: 363.416271849. iteration 8889 found worse value: 363.416271849. iteration8889, perturbing to get out of local maxima iteration 8890 found worse value: 363.416271849. iteration 8891 found worse value: 363.416271849. iteration 8892 found worse value: 363.416271849. iteration 8893 found worse value: 363.416271849. iteration 8894 found worse value: 363.416271849. iteration 8895 found worse value: 363.416271849. iteration 8896 found worse value: 363.416271849. iteration 8897 found worse value: 363.416271849. iteration 8898 found worse value: 363.416271849. iteration 8899 found worse value: 363.416271849. iteration 8900 found worse value: 363.416271849. iteration 8901 found worse value: 363.416271849. iteration 8902 found worse value: 363.416271849. iteration 8903 found worse value: 363.416271849. iteration 8904 found worse value: 363.416271849. iteration 8905 found worse value: 363.416271849. iteration 8906 found worse value: 363.416271849. iteration 8907 found worse value: 363.416271849. iteration 8908 found worse value: 363.416271849. iteration 8909 found worse value: 363.416271849. iteration 8910 found worse value: 363.416271849. iteration 8911 found worse value: 363.416271849. iteration 8912 found worse value: 363.416271849. iteration 8913 found worse value: 363.416271849. iteration 8914 found worse value: 363.416271849. iteration 8915 found worse value: 363.416271849. iteration 8916 found worse value: 363.416271849. iteration 8917 found worse value: 363.416271849. iteration 8918 found worse value: 363.416271849. iteration 8919 found worse value: 363.416271849. iteration 8920 found worse value: 363.416271849. iteration 8921 found worse value: 363.416271849. iteration 8922 found worse value: 363.416271849. iteration 8923 found worse value: 363.416271849. iteration 8924 found worse value: 363.416271849. iteration 8925 found worse value: 363.416271849. iteration 8926 found worse value: 363.416271849. iteration 8927 found worse value: 363.416271849. iteration 8928 found worse value: 363.416271849. iteration 8929 found worse value: 363.416271849. iteration 8930 found worse value: 363.416271849. iteration 8931 found worse value: 363.416271849. iteration 8932 found worse value: 363.416271849. iteration 8933 found worse value: 363.416271849. iteration 8934 found worse value: 363.416271849. iteration 8935 found worse value: 363.416271849. iteration 8936 found worse value: 363.416271849. iteration 8937 found worse value: 363.416271849. iteration 8938 found worse value: 363.416271849. iteration 8939 found worse value: 363.416271849. iteration 8940 found worse value: 363.416271849. iteration 8941 found worse value: 363.416271849. iteration 8942 found worse value: 363.416271849. iteration 8943 found worse value: 363.416271849. iteration 8944 found worse value: 363.416271849. iteration 8945 found worse value: 363.416271849. iteration 8946 found worse value: 363.416271849. iteration 8947 found worse value: 363.416271849. iteration 8948 found worse value: 363.416271849. iteration 8949 found worse value: 363.416271849. iteration 8950 found worse value: 363.416271849. iteration 8951 found worse value: 363.416271849. iteration 8952 found worse value: 363.416271849. iteration 8953 found worse value: 363.416271849. iteration 8954 found worse value: 363.416271849. iteration 8955 found worse value: 363.416271849. iteration 8956 found worse value: 363.416271849. iteration 8957 found worse value: 363.416271849. iteration 8958 found worse value: 363.416271849. iteration 8959 found worse value: 363.416271849. iteration 8960 found worse value: 363.416271849. iteration 8961 found worse value: 363.416271849. iteration 8962 found worse value: 363.416271849. iteration 8963 found worse value: 363.416271849. iteration 8964 found worse value: 363.416271849. iteration 8965 found worse value: 363.416271849. iteration 8966 found worse value: 363.416271849. iteration 8967 found worse value: 363.416271849. iteration 8968 found worse value: 363.416271849. iteration 8969 found worse value: 363.416271849. iteration 8970 found worse value: 363.416271849. iteration 8971 found worse value: 363.416271849. iteration 8972 found worse value: 363.416271849. iteration 8973 found worse value: 363.416271849. iteration 8974 found worse value: 363.416271849. iteration 8975 found worse value: 363.416271849. iteration 8976 found worse value: 363.416271849. iteration 8977 found worse value: 363.416271849. iteration 8978 found worse value: 363.416271849. iteration 8979 found worse value: 363.416271849. iteration 8980 found worse value: 363.416271849. iteration 8981 found worse value: 363.416271849. iteration 8982 found worse value: 363.416271849. iteration 8983 found worse value: 363.416271849. iteration 8984 found worse value: 363.416271849. iteration 8985 found worse value: 363.416271849. iteration 8986 found worse value: 363.416271849. iteration8986, perturbing to get out of local maxima iteration 8987 found worse value: 363.416271849. iteration 8988 found worse value: 363.416271849. iteration 8989 found worse value: 363.416271849. iteration 8990 found worse value: 363.416271849. iteration 8991 found worse value: 363.416271849. iteration 8992 found worse value: 363.416271849. iteration 8993 found worse value: 363.416271849. iteration 8994 found worse value: 363.416271849. iteration 8995 found worse value: 363.416271849. iteration 8996 found worse value: 363.416271849. iteration 8997 found worse value: 363.416271849. iteration 8998 found worse value: 363.416271849. iteration8998, perturbing to get out of local maxima iteration 8999 found worse value: 363.416271849. iteration 9000 found worse value: 363.416271849. iteration 9001 found worse value: 363.416271849. iteration 9002 found worse value: 363.416271849. iteration 9003 found worse value: 363.416271849. iteration 9004 found worse value: 363.416271849. iteration 9005 found worse value: 363.416271849. iteration 9006 found worse value: 363.416271849. iteration 9007 found worse value: 363.416271849. iteration 9008 found worse value: 363.416271849. iteration 9009 found worse value: 363.416271849. iteration 9010 found worse value: 363.416271849. iteration 9011 found worse value: 363.416271849. iteration 9012 found worse value: 363.416271849. iteration 9013 found worse value: 363.416271849. iteration 9014 found worse value: 363.416271849. iteration 9015 found worse value: 363.416271849. iteration 9016 found worse value: 363.416271849. iteration 9017 found worse value: 363.416271849. iteration 9018 found worse value: 363.416271849. iteration 9019 found worse value: 363.416271849. iteration 9020 found worse value: 363.416271849. iteration 9021 found worse value: 363.416271849. iteration 9022 found worse value: 363.416271849. iteration 9023 found worse value: 363.416271849. iteration 9024 found worse value: 363.416271849. iteration 9025 found worse value: 363.416271849. iteration 9026 found worse value: 363.416271849. iteration 9027 found worse value: 363.416271849. iteration 9028 found worse value: 363.416271849. iteration 9029 found worse value: 363.416271849. iteration 9030 found worse value: 363.416271849. iteration 9031 found worse value: 363.416271849. iteration9031, perturbing to get out of local maxima iteration 9032 found worse value: 363.416271849. iteration 9033 found worse value: 363.416271849. iteration 9034 found worse value: 363.416271849. iteration 9035 found worse value: 363.416271849. iteration 9036 found worse value: 363.416271849. iteration 9037 found worse value: 363.416271849. iteration 9038 found worse value: 363.416271849. iteration 9039 found worse value: 363.416271849. iteration 9040 found worse value: 363.416271849. iteration 9041 found worse value: 363.416271849. iteration 9042 found worse value: 363.416271849. iteration9042, perturbing to get out of local maxima iteration 9043 found worse value: 363.416271849. iteration 9044 found worse value: 363.416271849. iteration 9045 found worse value: 363.416271849. iteration 9046 found worse value: 363.416271849. iteration 9047 found worse value: 363.416271849. iteration 9048 found worse value: 363.416271849. iteration 9049 found worse value: 363.416271849. iteration 9050 found worse value: 363.416271849. iteration 9051 found worse value: 363.416271849. iteration 9052 found worse value: 363.416271849. iteration 9053 found worse value: 363.416271849. iteration 9054 found worse value: 363.416271849. iteration 9055 found worse value: 363.416271849. iteration 9056 found worse value: 363.416271849. iteration 9057 found worse value: 363.416271849. iteration 9058 found worse value: 363.416271849. iteration 9059 found worse value: 363.416271849. iteration 9060 found worse value: 363.416271849. iteration 9061 found worse value: 363.416271849. iteration 9062 found worse value: 363.416271849. iteration 9063 found worse value: 363.416271849. iteration 9064 found worse value: 363.416271849. iteration 9065 found worse value: 363.416271849. iteration 9066 found worse value: 363.416271849. iteration 9067 found worse value: 363.416271849. iteration 9068 found worse value: 363.416271849. iteration9068, perturbing to get out of local maxima iteration 9069 found worse value: 363.416271849. iteration 9070 found worse value: 363.416271849. iteration 9071 found worse value: 363.416271849. iteration 9072 found worse value: 363.416271849. iteration 9073 found worse value: 363.416271849. iteration 9074 found worse value: 363.416271849. iteration 9075 found worse value: 363.416271849. iteration 9076 found worse value: 363.416271849. iteration 9077 found worse value: 363.416271849. iteration 9078 found worse value: 363.416271849. iteration 9079 found worse value: 363.416271849. iteration 9080 found worse value: 363.416271849. iteration 9081 found worse value: 363.416271849. iteration 9082 found worse value: 363.416271849. iteration 9083 found worse value: 363.416271849. iteration 9084 found worse value: 363.416271849. iteration 9085 found worse value: 363.416271849. iteration 9086 found worse value: 363.416271849. iteration 9087 found worse value: 363.416271849. iteration 9088 found worse value: 363.416271849. iteration 9089 found worse value: 363.416271849. iteration 9090 found worse value: 363.416271849. iteration 9091 found worse value: 363.416271849. iteration 9092 found worse value: 363.416271849. iteration 9093 found worse value: 363.416271849. iteration 9094 found worse value: 363.416271849. iteration 9095 found worse value: 363.416271849. iteration 9096 found worse value: 363.416271849. iteration 9097 found worse value: 363.416271849. iteration 9098 found worse value: 363.416271849. iteration 9099 found worse value: 363.416271849. iteration 9100 found worse value: 363.416271849. iteration 9101 found worse value: 363.416271849. iteration 9102 found worse value: 363.416271849. iteration 9103 found worse value: 363.416271849. iteration 9104 found worse value: 363.416271849. iteration 9105 found worse value: 363.416271849. iteration 9106 found worse value: 363.416271849. iteration 9107 found worse value: 363.416271849. iteration 9108 found worse value: 363.416271849. iteration 9109 found worse value: 363.416271849. iteration 9110 found worse value: 363.416271849. iteration 9111 found worse value: 363.416271849. iteration 9112 found worse value: 363.416271849. iteration 9113 found worse value: 363.416271849. iteration 9114 found worse value: 363.416271849. iteration 9115 found worse value: 363.416271849. iteration 9116 found worse value: 363.416271849. iteration 9117 found worse value: 363.416271849. iteration 9118 found worse value: 363.416271849. iteration9118, perturbing to get out of local maxima iteration 9119 found worse value: 363.416271849. iteration 9120 found worse value: 363.416271849. iteration 9121 found worse value: 363.416271849. iteration 9122 found worse value: 363.416271849. iteration 9123 found worse value: 363.416271849. iteration 9124 found worse value: 363.416271849. iteration 9125 found worse value: 363.416271849. iteration 9126 found worse value: 363.416271849. iteration 9127 found worse value: 363.416271849. iteration 9128 found worse value: 363.416271849. iteration 9129 found worse value: 363.416271849. iteration 9130 found worse value: 363.416271849. iteration 9131 found worse value: 363.416271849. iteration 9132 found worse value: 363.416271849. iteration 9133 found worse value: 363.416271849. iteration 9134 found worse value: 363.416271849. iteration 9135 found worse value: 363.416271849. iteration 9136 found worse value: 363.416271849. iteration9136, perturbing to get out of local maxima iteration 9137 found worse value: 363.416271849. iteration 9138 found worse value: 363.416271849. iteration 9139 found worse value: 363.416271849. iteration 9140 found worse value: 363.416271849. iteration 9141 found worse value: 363.416271849. iteration 9142 found worse value: 363.416271849. iteration 9143 found worse value: 363.416271849. iteration 9144 found worse value: 363.416271849. iteration 9145 found worse value: 363.416271849. iteration 9146 found worse value: 363.416271849. iteration 9147 found worse value: 363.416271849. iteration 9148 found worse value: 363.416271849. iteration 9149 found worse value: 363.416271849. iteration 9150 found worse value: 363.416271849. iteration 9151 found worse value: 363.416271849. iteration 9152 found worse value: 363.416271849. iteration 9153 found worse value: 363.416271849. iteration 9154 found worse value: 363.416271849. iteration 9155 found worse value: 363.416271849. iteration 9156 found worse value: 363.416271849. iteration 9157 found worse value: 363.416271849. iteration 9158 found worse value: 363.416271849. iteration 9159 found worse value: 363.416271849. iteration 9160 found worse value: 363.416271849. iteration 9161 found worse value: 363.416271849. iteration 9162 found worse value: 363.416271849. iteration 9163 found worse value: 363.416271849. iteration 9164 found worse value: 363.416271849. iteration 9165 found worse value: 363.416271849. iteration 9166 found worse value: 363.416271849. iteration 9167 found worse value: 363.416271849. iteration 9168 found worse value: 363.416271849. iteration 9169 found worse value: 363.416271849. iteration 9170 found worse value: 363.416271849. iteration 9171 found worse value: 363.416271849. iteration 9172 found worse value: 363.416271849. iteration 9173 found worse value: 363.416271849. iteration 9174 found worse value: 363.416271849. iteration 9175 found worse value: 363.416271849. iteration 9176 found worse value: 363.416271849. iteration 9177 found worse value: 363.416271849. iteration 9178 found worse value: 363.416271849. iteration 9179 found worse value: 363.416271849. iteration 9180 found worse value: 363.416271849. iteration 9181 found worse value: 363.416271849. iteration 9182 found worse value: 363.416271849. iteration 9183 found worse value: 363.416271849. iteration 9184 found worse value: 363.416271849. iteration 9185 found worse value: 363.416271849. iteration 9186 found worse value: 363.416271849. iteration 9187 found worse value: 363.416271849. iteration 9188 found worse value: 363.416271849. iteration 9189 found worse value: 363.416271849. iteration 9190 found worse value: 363.416271849. iteration 9191 found worse value: 363.416271849. iteration 9192 found worse value: 363.416271849. iteration 9193 found worse value: 363.416271849. iteration 9194 found worse value: 363.416271849. iteration 9195 found worse value: 363.416271849. iteration 9196 found worse value: 363.416271849. iteration 9197 found worse value: 363.416271849. iteration 9198 found worse value: 363.416271849. iteration 9199 found worse value: 363.416271849. iteration 9200 found worse value: 363.416271849. iteration 9201 found worse value: 363.416271849. iteration 9202 found worse value: 363.416271849. iteration 9203 found worse value: 363.416271849. iteration 9204 found worse value: 363.416271849. iteration 9205 found worse value: 363.416271849. iteration 9206 found worse value: 363.416271849. iteration 9207 found worse value: 363.416271849. iteration 9208 found worse value: 363.416271849. iteration 9209 found worse value: 363.416271849. iteration 9210 found worse value: 363.416271849. iteration9210, perturbing to get out of local maxima iteration 9211 found worse value: 363.416271849. iteration 9212 found worse value: 363.416271849. iteration 9213 found worse value: 363.416271849. iteration 9214 found worse value: 363.416271849. iteration 9215 found worse value: 363.416271849. iteration 9216 found worse value: 363.416271849. iteration 9217 found worse value: 363.416271849. iteration 9218 found worse value: 363.416271849. iteration 9219 found worse value: 363.416271849. iteration 9220 found worse value: 363.416271849. iteration 9221 found worse value: 363.416271849. iteration 9222 found worse value: 363.416271849. iteration 9223 found worse value: 363.416271849. iteration 9224 found worse value: 363.416271849. iteration 9225 found worse value: 363.416271849. iteration 9226 found worse value: 363.416271849. iteration 9227 found worse value: 363.416271849. iteration 9228 found worse value: 363.416271849. iteration 9229 found worse value: 363.416271849. iteration 9230 found worse value: 363.416271849. iteration 9231 found worse value: 363.416271849. iteration 9232 found worse value: 363.416271849. iteration 9233 found worse value: 363.416271849. iteration 9234 found worse value: 363.416271849. iteration 9235 found worse value: 363.416271849. iteration 9236 found worse value: 363.416271849. iteration 9237 found worse value: 363.416271849. iteration 9238 found worse value: 363.416271849. iteration 9239 found worse value: 363.416271849. iteration 9240 found worse value: 363.416271849. iteration 9241 found worse value: 363.416271849. iteration 9242 found worse value: 363.416271849. iteration 9243 found worse value: 363.416271849. iteration9243, perturbing to get out of local maxima iteration 9244 found worse value: 363.416271849. iteration 9245 found worse value: 363.416271849. iteration 9246 found worse value: 363.416271849. iteration 9247 found worse value: 363.416271849. iteration 9248 found worse value: 363.416271849. iteration 9249 found worse value: 363.416271849. iteration 9250 found worse value: 363.416271849. iteration 9251 found worse value: 363.416271849. iteration 9252 found worse value: 363.416271849. iteration 9253 found worse value: 363.416271849. iteration9253, perturbing to get out of local maxima iteration 9254 found worse value: 363.416271849. iteration 9255 found worse value: 363.416271849. iteration 9256 found worse value: 363.416271849. iteration 9257 found worse value: 363.416271849. iteration 9258 found worse value: 363.416271849. iteration 9259 found worse value: 363.416271849. iteration 9260 found worse value: 363.416271849. iteration 9261 found worse value: 363.416271849. iteration 9262 found worse value: 363.416271849. iteration 9263 found worse value: 363.416271849. iteration 9264 found worse value: 363.416271849. iteration 9265 found worse value: 363.416271849. iteration 9266 found worse value: 363.416271849. iteration 9267 found worse value: 363.416271849. iteration 9268 found worse value: 363.416271849. iteration 9269 found worse value: 363.416271849. iteration 9270 found worse value: 363.416271849. iteration 9271 found worse value: 363.416271849. iteration 9272 found worse value: 363.416271849. iteration 9273 found worse value: 363.416271849. iteration 9274 found worse value: 363.416271849. iteration 9275 found worse value: 363.416271849. iteration 9276 found worse value: 363.416271849. iteration 9277 found worse value: 363.416271849. iteration 9278 found worse value: 363.416271849. iteration 9279 found worse value: 363.416271849. iteration 9280 found worse value: 363.416271849. iteration 9281 found worse value: 363.416271849. iteration 9282 found worse value: 363.416271849. iteration 9283 found worse value: 363.416271849. iteration 9284 found worse value: 363.416271849. iteration 9285 found worse value: 363.416271849. iteration 9286 found worse value: 363.416271849. iteration 9287 found worse value: 363.416271849. iteration 9288 found worse value: 363.416271849. iteration 9289 found worse value: 363.416271849. iteration 9290 found worse value: 363.416271849. iteration 9291 found worse value: 363.416271849. iteration9291, perturbing to get out of local maxima iteration 9292 found worse value: 363.416271849. iteration 9293 found worse value: 363.416271849. iteration 9294 found worse value: 363.416271849. iteration 9295 found worse value: 363.416271849. iteration 9296 found worse value: 363.416271849. iteration 9297 found worse value: 363.416271849. iteration9297, perturbing to get out of local maxima iteration 9298 found worse value: 363.416271849. iteration 9299 found worse value: 363.416271849. iteration 9300 found worse value: 363.416271849. iteration 9301 found worse value: 363.416271849. iteration 9302 found worse value: 363.416271849. iteration 9303 found worse value: 363.416271849. iteration 9304 found worse value: 363.416271849. iteration 9305 found worse value: 363.416271849. iteration 9306 found worse value: 363.416271849. iteration 9307 found worse value: 363.416271849. iteration 9308 found worse value: 363.416271849. iteration 9309 found worse value: 363.416271849. iteration 9310 found worse value: 363.416271849. iteration 9311 found worse value: 363.416271849. iteration9311, perturbing to get out of local maxima iteration 9312 found worse value: 363.416271849. iteration 9313 found worse value: 363.416271849. iteration 9314 found worse value: 363.416271849. iteration 9315 found worse value: 363.416271849. iteration 9316 found worse value: 363.416271849. iteration 9317 found worse value: 363.416271849. iteration 9318 found worse value: 363.416271849. iteration9318, perturbing to get out of local maxima iteration 9319 found worse value: 363.416271849. iteration9319, perturbing to get out of local maxima iteration 9320 found worse value: 363.416271849. iteration 9321 found worse value: 363.416271849. iteration 9322 found worse value: 363.416271849. iteration 9323 found worse value: 363.416271849. iteration 9324 found worse value: 363.416271849. iteration9324, perturbing to get out of local maxima iteration 9325 found worse value: 363.416271849. iteration 9326 found worse value: 363.416271849. iteration 9327 found worse value: 363.416271849. iteration 9328 found worse value: 363.416271849. iteration 9329 found worse value: 363.416271849. iteration 9330 found worse value: 363.416271849. iteration 9331 found worse value: 363.416271849. iteration 9332 found worse value: 363.416271849. iteration 9333 found worse value: 363.416271849. iteration 9334 found worse value: 363.416271849. iteration 9335 found worse value: 363.416271849. iteration 9336 found worse value: 363.416271849. iteration 9337 found worse value: 363.416271849. iteration 9338 found worse value: 363.416271849. iteration 9339 found worse value: 363.416271849. iteration 9340 found worse value: 363.416271849. iteration 9341 found worse value: 363.416271849. iteration 9342 found worse value: 363.416271849. iteration 9343 found worse value: 363.416271849. iteration 9344 found worse value: 363.416271849. iteration 9345 found worse value: 363.416271849. iteration 9346 found worse value: 363.416271849. iteration 9347 found worse value: 363.416271849. iteration 9348 found worse value: 363.416271849. iteration 9349 found worse value: 363.416271849. iteration 9350 found worse value: 363.416271849. iteration 9351 found worse value: 363.416271849. iteration 9352 found worse value: 363.416271849. iteration 9353 found worse value: 363.416271849. iteration 9354 found worse value: 363.416271849. iteration 9355 found worse value: 363.416271849. iteration 9356 found worse value: 363.416271849. iteration 9357 found worse value: 363.416271849. iteration 9358 found worse value: 363.416271849. iteration 9359 found worse value: 363.416271849. iteration 9360 found worse value: 363.416271849. iteration 9361 found worse value: 363.416271849. iteration 9362 found worse value: 363.416271849. iteration 9363 found worse value: 363.416271849. iteration 9364 found worse value: 363.416271849. iteration 9365 found worse value: 363.416271849. iteration 9366 found worse value: 363.416271849. iteration 9367 found worse value: 363.416271849. iteration 9368 found worse value: 363.416271849. iteration 9369 found worse value: 363.416271849. iteration 9370 found worse value: 363.416271849. iteration9370, perturbing to get out of local maxima iteration 9371 found worse value: 363.416271849. iteration 9372 found worse value: 363.416271849. iteration 9373 found worse value: 363.416271849. iteration 9374 found worse value: 363.416271849. iteration 9375 found worse value: 363.416271849. iteration 9376 found worse value: 363.416271849. iteration 9377 found worse value: 363.416271849. iteration 9378 found worse value: 363.416271849. iteration 9379 found worse value: 363.416271849. iteration 9380 found worse value: 363.416271849. iteration 9381 found worse value: 363.416271849. iteration 9382 found worse value: 363.416271849. iteration 9383 found worse value: 363.416271849. iteration 9384 found worse value: 363.416271849. iteration 9385 found worse value: 363.416271849. iteration 9386 found worse value: 363.416271849. iteration 9387 found worse value: 363.416271849. iteration 9388 found worse value: 363.416271849. iteration 9389 found worse value: 363.416271849. iteration 9390 found worse value: 363.416271849. iteration 9391 found worse value: 363.416271849. iteration 9392 found worse value: 363.416271849. iteration 9393 found worse value: 363.416271849. iteration 9394 found worse value: 363.416271849. iteration 9395 found worse value: 363.416271849. iteration 9396 found worse value: 363.416271849. iteration 9397 found worse value: 363.416271849. iteration 9398 found worse value: 363.416271849. iteration 9399 found worse value: 363.416271849. iteration 9400 found worse value: 363.416271849. iteration 9401 found worse value: 363.416271849. iteration 9402 found worse value: 363.416271849. iteration 9403 found worse value: 363.416271849. iteration9403, perturbing to get out of local maxima iteration 9404 found worse value: 363.416271849. iteration 9405 found worse value: 363.416271849. iteration 9406 found worse value: 363.416271849. iteration 9407 found worse value: 363.416271849. iteration 9408 found worse value: 363.416271849. iteration 9409 found worse value: 363.416271849. iteration 9410 found worse value: 363.416271849. iteration 9411 found worse value: 363.416271849. iteration9411, perturbing to get out of local maxima iteration 9412 found worse value: 363.416271849. iteration 9413 found worse value: 363.416271849. iteration9413, perturbing to get out of local maxima iteration 9414 found worse value: 363.416271849. iteration 9415 found worse value: 363.416271849. iteration 9416 found worse value: 363.416271849. iteration 9417 found worse value: 363.416271849. iteration 9418 found worse value: 363.416271849. iteration 9419 found worse value: 363.416271849. iteration 9420 found worse value: 363.416271849. iteration 9421 found worse value: 363.416271849. iteration 9422 found worse value: 363.416271849. iteration 9423 found worse value: 363.416271849. iteration9423, perturbing to get out of local maxima iteration 9424 found worse value: 363.416271849. iteration9424, perturbing to get out of local maxima iteration 9425 found worse value: 363.416271849. iteration 9426 found worse value: 363.416271849. iteration 9427 found worse value: 363.416271849. iteration9427, perturbing to get out of local maxima iteration 9428 found worse value: 363.416271849. iteration 9429 found worse value: 363.416271849. iteration 9430 found worse value: 363.416271849. iteration 9431 found worse value: 363.416271849. iteration 9432 found worse value: 363.416271849. iteration 9433 found worse value: 363.416271849. iteration 9434 found worse value: 363.416271849. iteration 9435 found worse value: 363.416271849. iteration9435, perturbing to get out of local maxima iteration 9436 found worse value: 363.416271849. iteration 9437 found worse value: 363.416271849. iteration 9438 found worse value: 363.416271849. iteration 9439 found worse value: 363.416271849. iteration 9440 found worse value: 363.416271849. iteration 9441 found worse value: 363.416271849. iteration 9442 found worse value: 363.416271849. iteration 9443 found worse value: 363.416271849. iteration 9444 found worse value: 363.416271849. iteration 9445 found worse value: 363.416271849. iteration 9446 found worse value: 363.416271849. iteration 9447 found worse value: 363.416271849. iteration 9448 found worse value: 363.416271849. iteration 9449 found worse value: 363.416271849. iteration 9450 found worse value: 363.416271849. iteration 9451 found worse value: 363.416271849. iteration 9452 found worse value: 363.416271849. iteration 9453 found worse value: 363.416271849. iteration 9454 found worse value: 363.416271849. iteration 9455 found worse value: 363.416271849. iteration 9456 found worse value: 363.416271849. iteration 9457 found worse value: 363.416271849. iteration 9458 found worse value: 363.416271849. iteration 9459 found worse value: 363.416271849. iteration 9460 found worse value: 363.416271849. iteration 9461 found worse value: 363.416271849. iteration 9462 found worse value: 363.416271849. iteration 9463 found worse value: 363.416271849. iteration 9464 found worse value: 363.416271849. iteration 9465 found worse value: 363.416271849. iteration9465, perturbing to get out of local maxima iteration 9466 found worse value: 363.416271849. iteration 9467 found worse value: 363.416271849. iteration 9468 found worse value: 363.416271849. iteration 9469 found worse value: 363.416271849. iteration 9470 found worse value: 363.416271849. iteration 9471 found worse value: 363.416271849. iteration 9472 found worse value: 363.416271849. iteration 9473 found worse value: 363.416271849. iteration 9474 found worse value: 363.416271849. iteration 9475 found worse value: 363.416271849. iteration 9476 found worse value: 363.416271849. iteration 9477 found worse value: 363.416271849. iteration 9478 found worse value: 363.416271849. iteration 9479 found worse value: 363.416271849. iteration 9480 found worse value: 363.416271849. iteration 9481 found worse value: 363.416271849. iteration 9482 found worse value: 363.416271849. iteration 9483 found worse value: 363.416271849. iteration 9484 found worse value: 363.416271849. iteration 9485 found worse value: 363.416271849. iteration 9486 found worse value: 363.416271849. iteration 9487 found worse value: 363.416271849. iteration 9488 found worse value: 363.416271849. iteration 9489 found worse value: 363.416271849. iteration 9490 found worse value: 363.416271849. iteration9490, perturbing to get out of local maxima iteration 9491 found worse value: 363.416271849. iteration 9492 found worse value: 363.416271849. iteration 9493 found worse value: 363.416271849. iteration 9494 found worse value: 363.416271849. iteration 9495 found worse value: 363.416271849. iteration 9496 found worse value: 363.416271849. iteration 9497 found worse value: 363.416271849. iteration 9498 found worse value: 363.416271849. iteration 9499 found worse value: 363.416271849. iteration 9500 found worse value: 363.416271849. iteration 9501 found worse value: 363.416271849. iteration 9502 found worse value: 363.416271849. iteration 9503 found worse value: 363.416271849. iteration 9504 found worse value: 363.416271849. iteration 9505 found worse value: 363.416271849. iteration 9506 found worse value: 363.416271849. iteration 9507 found worse value: 363.416271849. iteration 9508 found worse value: 363.416271849. iteration 9509 found worse value: 363.416271849. iteration 9510 found worse value: 363.416271849. iteration 9511 found worse value: 363.416271849. iteration 9512 found worse value: 363.416271849. iteration 9513 found worse value: 363.416271849. iteration 9514 found worse value: 363.416271849. iteration 9515 found worse value: 363.416271849. iteration 9516 found worse value: 363.416271849. iteration 9517 found worse value: 363.416271849. iteration 9518 found worse value: 363.416271849. iteration 9519 found worse value: 363.416271849. iteration 9520 found worse value: 363.416271849. iteration 9521 found worse value: 363.416271849. iteration 9522 found worse value: 363.416271849. iteration 9523 found worse value: 363.416271849. iteration 9524 found worse value: 363.416271849. iteration 9525 found worse value: 363.416271849. iteration9525, perturbing to get out of local maxima iteration 9526 found worse value: 363.416271849. iteration 9527 found worse value: 363.416271849. iteration9527, perturbing to get out of local maxima iteration 9528 found worse value: 363.416271849. iteration 9529 found worse value: 363.416271849. iteration 9530 found worse value: 363.416271849. iteration 9531 found worse value: 363.416271849. iteration 9532 found worse value: 363.416271849. iteration 9533 found worse value: 363.416271849. iteration 9534 found worse value: 363.416271849. iteration 9535 found worse value: 363.416271849. iteration 9536 found worse value: 363.416271849. iteration 9537 found worse value: 363.416271849. iteration 9538 found worse value: 363.416271849. iteration 9539 found worse value: 363.416271849. iteration 9540 found worse value: 363.416271849. iteration 9541 found worse value: 363.416271849. iteration 9542 found worse value: 363.416271849. iteration 9543 found worse value: 363.416271849. iteration 9544 found worse value: 363.416271849. iteration9544, perturbing to get out of local maxima iteration 9545 found worse value: 363.416271849. iteration 9546 found worse value: 363.416271849. iteration 9547 found worse value: 363.416271849. iteration 9548 found worse value: 363.416271849. iteration 9549 found worse value: 363.416271849. iteration 9550 found worse value: 363.416271849. iteration 9551 found worse value: 363.416271849. iteration 9552 found worse value: 363.416271849. iteration 9553 found worse value: 363.416271849. iteration 9554 found worse value: 363.416271849. iteration 9555 found worse value: 363.416271849. iteration 9556 found worse value: 363.416271849. iteration 9557 found worse value: 363.416271849. iteration 9558 found worse value: 363.416271849. iteration 9559 found worse value: 363.416271849. iteration 9560 found worse value: 363.416271849. iteration 9561 found worse value: 363.416271849. iteration 9562 found worse value: 363.416271849. iteration 9563 found worse value: 363.416271849. iteration 9564 found worse value: 363.416271849. iteration 9565 found worse value: 363.416271849. iteration 9566 found worse value: 363.416271849. iteration 9567 found worse value: 363.416271849. iteration 9568 found worse value: 363.416271849. iteration 9569 found worse value: 363.416271849. iteration9569, perturbing to get out of local maxima iteration 9570 found worse value: 363.416271849. iteration 9571 found worse value: 363.416271849. iteration 9572 found worse value: 363.416271849. iteration 9573 found worse value: 363.416271849. iteration 9574 found worse value: 363.416271849. iteration 9575 found worse value: 363.416271849. iteration 9576 found worse value: 363.416271849. iteration 9577 found worse value: 363.416271849. iteration 9578 found worse value: 363.416271849. iteration 9579 found worse value: 363.416271849. iteration 9580 found worse value: 363.416271849. iteration 9581 found worse value: 363.416271849. iteration 9582 found worse value: 363.416271849. iteration9582, perturbing to get out of local maxima iteration 9583 found worse value: 363.416271849. iteration 9584 found worse value: 363.416271849. iteration 9585 found worse value: 363.416271849. iteration 9586 found worse value: 363.416271849. iteration 9587 found worse value: 363.416271849. iteration 9588 found worse value: 363.416271849. iteration 9589 found worse value: 363.416271849. iteration 9590 found worse value: 363.416271849. iteration 9591 found worse value: 363.416271849. iteration 9592 found worse value: 363.416271849. iteration 9593 found worse value: 363.416271849. iteration 9594 found worse value: 363.416271849. iteration 9595 found worse value: 363.416271849. iteration 9596 found worse value: 363.416271849. iteration 9597 found worse value: 363.416271849. iteration 9598 found worse value: 363.416271849. iteration 9599 found worse value: 363.416271849. iteration 9600 found worse value: 363.416271849. iteration 9601 found worse value: 363.416271849. iteration 9602 found worse value: 363.416271849. iteration 9603 found worse value: 363.416271849. iteration 9604 found worse value: 363.416271849. iteration 9605 found worse value: 363.416271849. iteration 9606 found worse value: 363.416271849. iteration 9607 found worse value: 363.416271849. iteration 9608 found worse value: 363.416271849. iteration 9609 found worse value: 363.416271849. iteration 9610 found worse value: 363.416271849. iteration 9611 found worse value: 363.416271849. iteration 9612 found worse value: 363.416271849. iteration 9613 found worse value: 363.416271849. iteration 9614 found worse value: 363.416271849. iteration 9615 found worse value: 363.416271849. iteration 9616 found worse value: 363.416271849. iteration 9617 found worse value: 363.416271849. iteration 9618 found worse value: 363.416271849. iteration 9619 found worse value: 363.416271849. iteration 9620 found worse value: 363.416271849. iteration 9621 found worse value: 363.416271849. iteration 9622 found worse value: 363.416271849. iteration 9623 found worse value: 363.416271849. iteration 9624 found worse value: 363.416271849. iteration 9625 found worse value: 363.416271849. iteration 9626 found worse value: 363.416271849. iteration 9627 found worse value: 363.416271849. iteration 9628 found worse value: 363.416271849. iteration 9629 found worse value: 363.416271849. iteration 9630 found worse value: 363.416271849. iteration 9631 found worse value: 363.416271849. iteration 9632 found worse value: 363.416271849. iteration9632, perturbing to get out of local maxima iteration 9633 found worse value: 363.416271849. iteration 9634 found worse value: 363.416271849. iteration 9635 found worse value: 363.416271849. iteration 9636 found worse value: 363.416271849. iteration 9637 found worse value: 363.416271849. iteration 9638 found worse value: 363.416271849. iteration 9639 found worse value: 363.416271849. iteration 9640 found worse value: 363.416271849. iteration 9641 found worse value: 363.416271849. iteration 9642 found worse value: 363.416271849. iteration 9643 found worse value: 363.416271849. iteration 9644 found worse value: 363.416271849. iteration 9645 found worse value: 363.416271849. iteration 9646 found worse value: 363.416271849. iteration 9647 found worse value: 363.416271849. iteration 9648 found worse value: 363.416271849. iteration 9649 found worse value: 363.416271849. iteration 9650 found worse value: 363.416271849. iteration 9651 found worse value: 363.416271849. iteration 9652 found worse value: 363.416271849. iteration 9653 found worse value: 363.416271849. iteration 9654 found worse value: 363.416271849. iteration 9655 found worse value: 363.416271849. iteration 9656 found worse value: 363.416271849. iteration 9657 found worse value: 363.416271849. iteration 9658 found worse value: 363.416271849. iteration 9659 found worse value: 363.416271849. iteration 9660 found worse value: 363.416271849. iteration 9661 found worse value: 363.416271849. iteration9661, perturbing to get out of local maxima iteration 9662 found worse value: 363.416271849. iteration 9663 found worse value: 363.416271849. iteration 9664 found worse value: 363.416271849. iteration 9665 found worse value: 363.416271849. iteration 9666 found worse value: 363.416271849. iteration 9667 found worse value: 363.416271849. iteration 9668 found worse value: 363.416271849. iteration 9669 found worse value: 363.416271849. iteration 9670 found worse value: 363.416271849. iteration 9671 found worse value: 363.416271849. iteration 9672 found worse value: 363.416271849. iteration 9673 found worse value: 363.416271849. iteration 9674 found worse value: 363.416271849. iteration 9675 found worse value: 363.416271849. iteration 9676 found worse value: 363.416271849. iteration 9677 found worse value: 363.416271849. iteration 9678 found worse value: 363.416271849. iteration 9679 found worse value: 363.416271849. iteration 9680 found worse value: 363.416271849. iteration 9681 found worse value: 363.416271849. iteration 9682 found worse value: 363.416271849. iteration 9683 found worse value: 363.416271849. iteration 9684 found worse value: 363.416271849. iteration 9685 found worse value: 363.416271849. iteration 9686 found worse value: 363.416271849. iteration 9687 found worse value: 363.416271849. iteration 9688 found worse value: 363.416271849. iteration 9689 found worse value: 363.416271849. iteration 9690 found worse value: 363.416271849. iteration 9691 found worse value: 363.416271849. iteration 9692 found worse value: 363.416271849. iteration 9693 found worse value: 363.416271849. iteration 9694 found worse value: 363.416271849. iteration 9695 found worse value: 363.416271849. iteration 9696 found worse value: 363.416271849. iteration 9697 found worse value: 363.416271849. iteration 9698 found worse value: 363.416271849. iteration 9699 found worse value: 363.416271849. iteration 9700 found worse value: 363.416271849. iteration 9701 found worse value: 363.416271849. iteration9701, perturbing to get out of local maxima iteration 9702 found worse value: 363.416271849. iteration 9703 found worse value: 363.416271849. iteration 9704 found worse value: 363.416271849. iteration 9705 found worse value: 363.416271849. iteration 9706 found worse value: 363.416271849. iteration 9707 found worse value: 363.416271849. iteration 9708 found worse value: 363.416271849. iteration 9709 found worse value: 363.416271849. iteration 9710 found worse value: 363.416271849. iteration 9711 found worse value: 363.416271849. iteration 9712 found worse value: 363.416271849. iteration 9713 found worse value: 363.416271849. iteration 9714 found worse value: 363.416271849. iteration 9715 found worse value: 363.416271849. iteration 9716 found worse value: 363.416271849. iteration 9717 found worse value: 363.416271849. iteration 9718 found worse value: 363.416271849. iteration 9719 found worse value: 363.416271849. iteration 9720 found worse value: 363.416271849. iteration 9721 found worse value: 363.416271849. iteration 9722 found worse value: 363.416271849. iteration 9723 found worse value: 363.416271849. iteration 9724 found worse value: 363.416271849. iteration 9725 found worse value: 363.416271849. iteration 9726 found worse value: 363.416271849. iteration 9727 found worse value: 363.416271849. iteration 9728 found worse value: 363.416271849. iteration 9729 found worse value: 363.416271849. iteration 9730 found worse value: 363.416271849. iteration 9731 found worse value: 363.416271849. iteration 9732 found worse value: 363.416271849. iteration 9733 found worse value: 363.416271849. iteration 9734 found worse value: 363.416271849. iteration 9735 found worse value: 363.416271849. iteration 9736 found worse value: 363.416271849. iteration 9737 found worse value: 363.416271849. iteration 9738 found worse value: 363.416271849. iteration 9739 found worse value: 363.416271849. iteration 9740 found worse value: 363.416271849. iteration 9741 found worse value: 363.416271849. iteration 9742 found worse value: 363.416271849. iteration 9743 found worse value: 363.416271849. iteration 9744 found worse value: 363.416271849. iteration 9745 found worse value: 363.416271849. iteration 9746 found worse value: 363.416271849. iteration9746, perturbing to get out of local maxima iteration 9747 found worse value: 363.416271849. iteration 9748 found worse value: 363.416271849. iteration 9749 found worse value: 363.416271849. iteration 9750 found worse value: 363.416271849. iteration 9751 found worse value: 363.416271849. iteration 9752 found worse value: 363.416271849. iteration 9753 found worse value: 363.416271849. iteration 9754 found worse value: 363.416271849. iteration 9755 found worse value: 363.416271849. iteration 9756 found worse value: 363.416271849. iteration 9757 found worse value: 363.416271849. iteration 9758 found worse value: 363.416271849. iteration 9759 found worse value: 363.416271849. iteration 9760 found worse value: 363.416271849. iteration 9761 found worse value: 363.416271849. iteration 9762 found worse value: 363.416271849. iteration 9763 found worse value: 363.416271849. iteration 9764 found worse value: 363.416271849. iteration 9765 found worse value: 363.416271849. iteration 9766 found worse value: 363.416271849. iteration 9767 found worse value: 363.416271849. iteration 9768 found worse value: 363.416271849. iteration 9769 found worse value: 363.416271849. iteration 9770 found worse value: 363.416271849. iteration 9771 found worse value: 363.416271849. iteration 9772 found worse value: 363.416271849. iteration 9773 found worse value: 363.416271849. iteration 9774 found worse value: 363.416271849. iteration 9775 found worse value: 363.416271849. iteration 9776 found worse value: 363.416271849. iteration 9777 found worse value: 363.416271849. iteration 9778 found worse value: 363.416271849. iteration 9779 found worse value: 363.416271849. iteration 9780 found worse value: 363.416271849. iteration 9781 found worse value: 363.416271849. iteration 9782 found worse value: 363.416271849. iteration 9783 found worse value: 363.416271849. iteration 9784 found worse value: 363.416271849. iteration 9785 found worse value: 363.416271849. iteration 9786 found worse value: 363.416271849. iteration 9787 found worse value: 363.416271849. iteration 9788 found worse value: 363.416271849. iteration 9789 found worse value: 363.416271849. iteration 9790 found worse value: 363.416271849. iteration 9791 found worse value: 363.416271849. iteration 9792 found worse value: 363.416271849. iteration 9793 found worse value: 363.416271849. iteration 9794 found worse value: 363.416271849. iteration 9795 found worse value: 363.416271849. iteration 9796 found worse value: 363.416271849. iteration 9797 found worse value: 363.416271849. iteration 9798 found worse value: 363.416271849. iteration 9799 found worse value: 363.416271849. iteration9799, perturbing to get out of local maxima iteration 9800 found worse value: 363.416271849. iteration 9801 found worse value: 363.416271849. iteration 9802 found worse value: 363.416271849. iteration 9803 found worse value: 363.416271849. iteration 9804 found worse value: 363.416271849. iteration 9805 found worse value: 363.416271849. iteration 9806 found worse value: 363.416271849. iteration 9807 found worse value: 363.416271849. iteration 9808 found worse value: 363.416271849. iteration 9809 found worse value: 363.416271849. iteration 9810 found worse value: 363.416271849. iteration 9811 found worse value: 363.416271849. iteration 9812 found worse value: 363.416271849. iteration 9813 found worse value: 363.416271849. iteration 9814 found worse value: 363.416271849. iteration 9815 found worse value: 363.416271849. iteration 9816 found worse value: 363.416271849. iteration 9817 found worse value: 363.416271849. iteration 9818 found worse value: 363.416271849. iteration9818, perturbing to get out of local maxima iteration 9819 found worse value: 363.416271849. iteration 9820 found worse value: 363.416271849. iteration 9821 found worse value: 363.416271849. iteration 9822 found worse value: 363.416271849. iteration 9823 found worse value: 363.416271849. iteration 9824 found worse value: 363.416271849. iteration 9825 found worse value: 363.416271849. iteration 9826 found worse value: 363.416271849. iteration 9827 found worse value: 363.416271849. iteration 9828 found worse value: 363.416271849. iteration 9829 found worse value: 363.416271849. iteration 9830 found worse value: 363.416271849. iteration 9831 found worse value: 363.416271849. iteration 9832 found worse value: 363.416271849. iteration 9833 found worse value: 363.416271849. iteration 9834 found worse value: 363.416271849. iteration 9835 found worse value: 363.416271849. iteration 9836 found worse value: 363.416271849. iteration 9837 found worse value: 363.416271849. iteration 9838 found worse value: 363.416271849. iteration 9839 found worse value: 363.416271849. iteration 9840 found worse value: 363.416271849. iteration 9841 found worse value: 363.416271849. iteration 9842 found worse value: 363.416271849. iteration 9843 found worse value: 363.416271849. iteration 9844 found worse value: 363.416271849. iteration 9845 found worse value: 363.416271849. iteration 9846 found worse value: 363.416271849. iteration 9847 found worse value: 363.416271849. iteration 9848 found worse value: 363.416271849. iteration 9849 found worse value: 363.416271849. iteration 9850 found worse value: 363.416271849. iteration 9851 found worse value: 363.416271849. iteration 9852 found worse value: 363.416271849. iteration 9853 found worse value: 363.416271849. iteration 9854 found worse value: 363.416271849. iteration 9855 found worse value: 363.416271849. iteration 9856 found worse value: 363.416271849. iteration 9857 found worse value: 363.416271849. iteration 9858 found worse value: 363.416271849. iteration 9859 found worse value: 363.416271849. iteration 9860 found worse value: 363.416271849. iteration 9861 found worse value: 363.416271849. iteration 9862 found worse value: 363.416271849. iteration 9863 found worse value: 363.416271849. iteration 9864 found worse value: 363.416271849. iteration 9865 found worse value: 363.416271849. iteration 9866 found worse value: 363.416271849. iteration 9867 found worse value: 363.416271849. iteration 9868 found worse value: 363.416271849. iteration 9869 found worse value: 363.416271849. iteration9869, perturbing to get out of local maxima iteration 9870 found worse value: 363.416271849. iteration 9871 found worse value: 363.416271849. iteration 9872 found worse value: 363.416271849. iteration 9873 found worse value: 363.416271849. iteration 9874 found worse value: 363.416271849. iteration 9875 found worse value: 363.416271849. iteration 9876 found worse value: 363.416271849. iteration 9877 found worse value: 363.416271849. iteration 9878 found worse value: 363.416271849. iteration 9879 found worse value: 363.416271849. iteration 9880 found worse value: 363.416271849. iteration 9881 found worse value: 363.416271849. iteration 9882 found worse value: 363.416271849. iteration 9883 found worse value: 363.416271849. iteration 9884 found worse value: 363.416271849. iteration9884, perturbing to get out of local maxima iteration 9885 found worse value: 363.416271849. iteration 9886 found worse value: 363.416271849. iteration 9887 found worse value: 363.416271849. iteration 9888 found worse value: 363.416271849. iteration 9889 found worse value: 363.416271849. iteration 9890 found worse value: 363.416271849. iteration 9891 found worse value: 363.416271849. iteration9891, perturbing to get out of local maxima iteration 9892 found worse value: 363.416271849. iteration 9893 found worse value: 363.416271849. iteration 9894 found worse value: 363.416271849. iteration 9895 found worse value: 363.416271849. iteration 9896 found worse value: 363.416271849. iteration 9897 found worse value: 363.416271849. iteration 9898 found worse value: 363.416271849. iteration 9899 found worse value: 363.416271849. iteration 9900 found worse value: 363.416271849. iteration 9901 found worse value: 363.416271849. iteration 9902 found worse value: 363.416271849. iteration 9903 found worse value: 363.416271849. iteration 9904 found worse value: 363.416271849. iteration 9905 found worse value: 363.416271849. iteration 9906 found worse value: 363.416271849. iteration 9907 found worse value: 363.416271849. iteration 9908 found worse value: 363.416271849. iteration 9909 found worse value: 363.416271849. iteration 9910 found worse value: 363.416271849. iteration9910, perturbing to get out of local maxima iteration 9911 found worse value: 363.416271849. iteration 9912 found worse value: 363.416271849. iteration 9913 found worse value: 363.416271849. iteration 9914 found worse value: 363.416271849. iteration 9915 found worse value: 363.416271849. iteration 9916 found worse value: 363.416271849. iteration9916, perturbing to get out of local maxima iteration 9917 found worse value: 363.416271849. iteration 9918 found worse value: 363.416271849. iteration 9919 found worse value: 363.416271849. iteration 9920 found worse value: 363.416271849. iteration 9921 found worse value: 363.416271849. iteration 9922 found worse value: 363.416271849. iteration 9923 found worse value: 363.416271849. iteration 9924 found worse value: 363.416271849. iteration9924, perturbing to get out of local maxima iteration 9925 found worse value: 363.416271849. iteration 9926 found worse value: 363.416271849. iteration 9927 found worse value: 363.416271849. iteration 9928 found worse value: 363.416271849. iteration 9929 found worse value: 363.416271849. iteration 9930 found worse value: 363.416271849. iteration 9931 found worse value: 363.416271849. iteration9931, perturbing to get out of local maxima iteration 9932 found worse value: 363.416271849. iteration 9933 found worse value: 363.416271849. iteration 9934 found worse value: 363.416271849. iteration 9935 found worse value: 363.416271849. iteration 9936 found worse value: 363.416271849. iteration 9937 found worse value: 363.416271849. iteration 9938 found worse value: 363.416271849. iteration 9939 found worse value: 363.416271849. iteration 9940 found worse value: 363.416271849. iteration 9941 found worse value: 363.416271849. iteration 9942 found worse value: 363.416271849. iteration9942, perturbing to get out of local maxima iteration 9943 found worse value: 363.416271849. iteration 9944 found worse value: 363.416271849. iteration 9945 found worse value: 363.416271849. iteration 9946 found worse value: 363.416271849. iteration 9947 found worse value: 363.416271849. iteration 9948 found worse value: 363.416271849. iteration 9949 found worse value: 363.416271849. iteration 9950 found worse value: 363.416271849. iteration 9951 found worse value: 363.416271849. iteration 9952 found worse value: 363.416271849. iteration 9953 found worse value: 363.416271849. iteration 9954 found worse value: 363.416271849. iteration 9955 found worse value: 363.416271849. iteration 9956 found worse value: 363.416271849. iteration 9957 found worse value: 363.416271849. iteration 9958 found worse value: 363.416271849. iteration 9959 found worse value: 363.416271849. iteration 9960 found worse value: 363.416271849. iteration 9961 found worse value: 363.416271849. iteration 9962 found worse value: 363.416271849. iteration 9963 found worse value: 363.416271849. iteration 9964 found worse value: 363.416271849. iteration 9965 found worse value: 363.416271849. iteration 9966 found worse value: 363.416271849. iteration 9967 found worse value: 363.416271849. iteration 9968 found worse value: 363.416271849. iteration 9969 found worse value: 363.416271849. iteration 9970 found worse value: 363.416271849. iteration 9971 found worse value: 363.416271849. iteration 9972 found worse value: 363.416271849. iteration 9973 found worse value: 363.416271849. iteration 9974 found worse value: 363.416271849. iteration 9975 found worse value: 363.416271849. iteration 9976 found worse value: 363.416271849. iteration 9977 found worse value: 363.416271849. iteration 9978 found worse value: 363.416271849. iteration 9979 found worse value: 363.416271849. iteration 9980 found worse value: 363.416271849. iteration 9981 found worse value: 363.416271849. iteration 9982 found worse value: 363.416271849. iteration 9983 found worse value: 363.416271849. iteration 9984 found worse value: 363.416271849. iteration9984, perturbing to get out of local maxima iteration 9985 found worse value: 363.416271849. iteration 9986 found worse value: 363.416271849. iteration 9987 found worse value: 363.416271849. iteration 9988 found worse value: 363.416271849. iteration 9989 found worse value: 363.416271849. iteration 9990 found worse value: 363.416271849. iteration 9991 found worse value: 363.416271849. iteration 9992 found worse value: 363.416271849. iteration 9993 found worse value: 363.416271849. iteration 9994 found worse value: 363.416271849. iteration 9995 found worse value: 363.416271849. iteration 9996 found worse value: 363.416271849. iteration 9997 found worse value: 363.416271849. iteration 9998 found worse value: 363.416271849. iteration 9999 found worse value: 363.416271849. iteration 10000 found worse value: 363.416271849. iteration 10001 found worse value: 363.416271849. iteration 10002 found worse value: 363.416271849. iteration 10003 found worse value: 363.416271849. iteration 10004 found worse value: 363.416271849. iteration 10005 found worse value: 363.416271849. iteration 10006 found worse value: 363.416271849. iteration 10007 found worse value: 363.416271849. iteration 10008 found worse value: 363.416271849. iteration 10009 found worse value: 363.416271849. iteration 10010 found worse value: 363.416271849. iteration 10011 found worse value: 363.416271849. iteration 10012 found worse value: 363.416271849. iteration 10013 found worse value: 363.416271849. iteration 10014 found worse value: 363.416271849. iteration 10015 found worse value: 363.416271849. iteration 10016 found worse value: 363.416271849. iteration 10017 found worse value: 363.416271849. iteration 10018 found worse value: 363.416271849. iteration 10019 found worse value: 363.416271849. iteration 10020 found worse value: 363.416271849. iteration 10021 found worse value: 363.416271849. iteration 10022 found worse value: 363.416271849. iteration 10023 found worse value: 363.416271849. iteration 10024 found worse value: 363.416271849. iteration 10025 found worse value: 363.416271849. iteration 10026 found worse value: 363.416271849. iteration 10027 found worse value: 363.416271849. iteration 10028 found worse value: 363.416271849. iteration 10029 found worse value: 363.416271849. iteration 10030 found worse value: 363.416271849. iteration 10031 found worse value: 363.416271849. iteration10031, perturbing to get out of local maxima iteration 10032 found worse value: 363.416271849. iteration 10033 found worse value: 363.416271849. iteration 10034 found worse value: 363.416271849. iteration 10035 found worse value: 363.416271849. iteration 10036 found worse value: 363.416271849. iteration 10037 found worse value: 363.416271849. iteration 10038 found worse value: 363.416271849. iteration 10039 found worse value: 363.416271849. iteration 10040 found worse value: 363.416271849. iteration10040, perturbing to get out of local maxima iteration 10041 found worse value: 363.416271849. iteration 10042 found worse value: 363.416271849. iteration 10043 found worse value: 363.416271849. iteration 10044 found worse value: 363.416271849. iteration 10045 found worse value: 363.416271849. iteration10045, perturbing to get out of local maxima iteration 10046 found worse value: 363.416271849. iteration 10047 found worse value: 363.416271849. iteration 10048 found worse value: 363.416271849. iteration10048, perturbing to get out of local maxima iteration 10049 found worse value: 363.416271849. iteration 10050 found worse value: 363.416271849. iteration 10051 found worse value: 363.416271849. iteration 10052 found worse value: 363.416271849. iteration 10053 found worse value: 363.416271849. iteration10053, perturbing to get out of local maxima iteration 10054 found worse value: 363.416271849. iteration 10055 found worse value: 363.416271849. iteration 10056 found worse value: 363.416271849. iteration 10057 found worse value: 363.416271849. iteration 10058 found worse value: 363.416271849. iteration 10059 found worse value: 363.416271849. iteration 10060 found worse value: 363.416271849. iteration 10061 found worse value: 363.416271849. iteration 10062 found worse value: 363.416271849. iteration10062, perturbing to get out of local maxima iteration 10063 found worse value: 363.416271849. iteration 10064 found worse value: 363.416271849. iteration 10065 found worse value: 363.416271849. iteration 10066 found worse value: 363.416271849. iteration 10067 found worse value: 363.416271849. iteration 10068 found worse value: 363.416271849. iteration 10069 found worse value: 363.416271849. iteration 10070 found worse value: 363.416271849. iteration 10071 found worse value: 363.416271849. iteration 10072 found worse value: 363.416271849. iteration 10073 found worse value: 363.416271849. iteration 10074 found worse value: 363.416271849. iteration 10075 found worse value: 363.416271849. iteration 10076 found worse value: 363.416271849. iteration 10077 found worse value: 363.416271849. iteration 10078 found worse value: 363.416271849. iteration 10079 found worse value: 363.416271849. iteration 10080 found worse value: 363.416271849. iteration 10081 found worse value: 363.416271849. iteration 10082 found worse value: 363.416271849. iteration 10083 found worse value: 363.416271849. iteration 10084 found worse value: 363.416271849. iteration 10085 found worse value: 363.416271849. iteration 10086 found worse value: 363.416271849. iteration 10087 found worse value: 363.416271849. iteration 10088 found worse value: 363.416271849. iteration 10089 found worse value: 363.416271849. iteration 10090 found worse value: 363.416271849. iteration 10091 found worse value: 363.416271849. iteration 10092 found worse value: 363.416271849. iteration 10093 found worse value: 363.416271849. iteration 10094 found worse value: 363.416271849. iteration 10095 found worse value: 363.416271849. iteration 10096 found worse value: 363.416271849. iteration 10097 found worse value: 363.416271849. iteration 10098 found worse value: 363.416271849. iteration 10099 found worse value: 363.416271849. iteration 10100 found worse value: 363.416271849. iteration 10101 found worse value: 363.416271849. iteration 10102 found worse value: 363.416271849. iteration 10103 found worse value: 363.416271849. iteration 10104 found worse value: 363.416271849. iteration 10105 found worse value: 363.416271849. iteration 10106 found worse value: 363.416271849. iteration 10107 found worse value: 363.416271849. iteration 10108 found worse value: 363.416271849. iteration 10109 found worse value: 363.416271849. iteration10109, perturbing to get out of local maxima iteration 10110 found worse value: 363.416271849. iteration 10111 found worse value: 363.416271849. iteration 10112 found worse value: 363.416271849. iteration 10113 found worse value: 363.416271849. iteration 10114 found worse value: 363.416271849. iteration 10115 found worse value: 363.416271849. iteration 10116 found worse value: 363.416271849. iteration 10117 found worse value: 363.416271849. iteration 10118 found worse value: 363.416271849. iteration 10119 found worse value: 363.416271849. iteration 10120 found worse value: 363.416271849. iteration 10121 found worse value: 363.416271849. iteration 10122 found worse value: 363.416271849. iteration 10123 found worse value: 363.416271849. iteration 10124 found worse value: 363.416271849. iteration 10125 found worse value: 363.416271849. iteration 10126 found worse value: 363.416271849. iteration 10127 found worse value: 363.416271849. iteration 10128 found worse value: 363.416271849. iteration 10129 found worse value: 363.416271849. iteration 10130 found worse value: 363.416271849. iteration 10131 found worse value: 363.416271849. iteration 10132 found worse value: 363.416271849. iteration 10133 found worse value: 363.416271849. iteration 10134 found worse value: 363.416271849. iteration 10135 found worse value: 363.416271849. iteration 10136 found worse value: 363.416271849. iteration 10137 found worse value: 363.416271849. iteration 10138 found worse value: 363.416271849. iteration 10139 found worse value: 363.416271849. iteration10139, perturbing to get out of local maxima iteration 10140 found worse value: 363.416271849. iteration 10141 found worse value: 363.416271849. iteration 10142 found worse value: 363.416271849. iteration 10143 found worse value: 363.416271849. iteration 10144 found worse value: 363.416271849. iteration 10145 found worse value: 363.416271849. iteration 10146 found worse value: 363.416271849. iteration 10147 found worse value: 363.416271849. iteration 10148 found worse value: 363.416271849. iteration 10149 found worse value: 363.416271849. iteration 10150 found worse value: 363.416271849. iteration 10151 found worse value: 363.416271849. iteration 10152 found worse value: 363.416271849. iteration 10153 found worse value: 363.416271849. iteration 10154 found worse value: 363.416271849. iteration 10155 found worse value: 363.416271849. iteration 10156 found worse value: 363.416271849. iteration 10157 found worse value: 363.416271849. iteration 10158 found worse value: 363.416271849. iteration 10159 found worse value: 363.416271849. iteration 10160 found worse value: 363.416271849. iteration 10161 found worse value: 363.416271849. iteration 10162 found worse value: 363.416271849. iteration 10163 found worse value: 363.416271849. iteration 10164 found worse value: 363.416271849. iteration 10165 found worse value: 363.416271849. iteration 10166 found worse value: 363.416271849. iteration 10167 found worse value: 363.416271849. iteration 10168 found worse value: 363.416271849. iteration 10169 found worse value: 363.416271849. iteration 10170 found worse value: 363.416271849. iteration 10171 found worse value: 363.416271849. iteration 10172 found worse value: 363.416271849. iteration 10173 found worse value: 363.416271849. iteration 10174 found worse value: 363.416271849. iteration 10175 found worse value: 363.416271849. iteration 10176 found worse value: 363.416271849. iteration 10177 found worse value: 363.416271849. iteration 10178 found worse value: 363.416271849. iteration 10179 found worse value: 363.416271849. iteration 10180 found worse value: 363.416271849. iteration 10181 found worse value: 363.416271849. iteration 10182 found worse value: 363.416271849. iteration10182, perturbing to get out of local maxima iteration 10183 found worse value: 363.416271849. iteration 10184 found worse value: 363.416271849. iteration 10185 found worse value: 363.416271849. iteration 10186 found worse value: 363.416271849. iteration 10187 found worse value: 363.416271849. iteration 10188 found worse value: 363.416271849. iteration 10189 found worse value: 363.416271849. iteration 10190 found worse value: 363.416271849. iteration 10191 found worse value: 363.416271849. iteration 10192 found worse value: 363.416271849. iteration 10193 found worse value: 363.416271849. iteration 10194 found worse value: 363.416271849. iteration 10195 found worse value: 363.416271849. iteration 10196 found worse value: 363.416271849. iteration 10197 found worse value: 363.416271849. iteration 10198 found worse value: 363.416271849. iteration 10199 found worse value: 363.416271849. iteration 10200 found worse value: 363.416271849. iteration 10201 found worse value: 363.416271849. iteration 10202 found worse value: 363.416271849. iteration 10203 found worse value: 363.416271849. iteration 10204 found worse value: 363.416271849. iteration 10205 found worse value: 363.416271849. iteration 10206 found worse value: 363.416271849. iteration 10207 found worse value: 363.416271849. iteration 10208 found worse value: 363.416271849. iteration 10209 found worse value: 363.416271849. iteration 10210 found worse value: 363.416271849. iteration 10211 found worse value: 363.416271849. iteration 10212 found worse value: 363.416271849. iteration 10213 found worse value: 363.416271849. iteration 10214 found worse value: 363.416271849. iteration 10215 found worse value: 363.416271849. iteration 10216 found worse value: 363.416271849. iteration 10217 found worse value: 363.416271849. iteration10217, perturbing to get out of local maxima iteration 10218 found worse value: 363.416271849. iteration 10219 found worse value: 363.416271849. iteration 10220 found worse value: 363.416271849. iteration 10221 found worse value: 363.416271849. iteration 10222 found worse value: 363.416271849. iteration 10223 found worse value: 363.416271849. iteration 10224 found worse value: 363.416271849. iteration 10225 found worse value: 363.416271849. iteration 10226 found worse value: 363.416271849. iteration 10227 found worse value: 363.416271849. iteration 10228 found worse value: 363.416271849. iteration 10229 found worse value: 363.416271849. iteration10229, perturbing to get out of local maxima iteration 10230 found worse value: 363.416271849. iteration 10231 found worse value: 363.416271849. iteration 10232 found worse value: 363.416271849. iteration 10233 found worse value: 363.416271849. iteration 10234 found worse value: 363.416271849. iteration10234, perturbing to get out of local maxima iteration 10235 found worse value: 363.416271849. iteration 10236 found worse value: 363.416271849. iteration 10237 found worse value: 363.416271849. iteration 10238 found worse value: 363.416271849. iteration 10239 found worse value: 363.416271849. iteration 10240 found worse value: 363.416271849. iteration 10241 found worse value: 363.416271849. iteration 10242 found worse value: 363.416271849. iteration 10243 found worse value: 363.416271849. iteration 10244 found worse value: 363.416271849. iteration 10245 found worse value: 363.416271849. iteration 10246 found worse value: 363.416271849. iteration 10247 found worse value: 363.416271849. iteration 10248 found worse value: 363.416271849. iteration 10249 found worse value: 363.416271849. iteration 10250 found worse value: 363.416271849. iteration 10251 found worse value: 363.416271849. iteration 10252 found worse value: 363.416271849. iteration 10253 found worse value: 363.416271849. iteration 10254 found worse value: 363.416271849. iteration 10255 found worse value: 363.416271849. iteration 10256 found worse value: 363.416271849. iteration 10257 found worse value: 363.416271849. iteration 10258 found worse value: 363.416271849. iteration 10259 found worse value: 363.416271849. iteration 10260 found worse value: 363.416271849. iteration 10261 found worse value: 363.416271849. iteration 10262 found worse value: 363.416271849. iteration 10263 found worse value: 363.416271849. iteration 10264 found worse value: 363.416271849. iteration 10265 found worse value: 363.416271849. iteration 10266 found worse value: 363.416271849. iteration 10267 found worse value: 363.416271849. iteration 10268 found worse value: 363.416271849. iteration 10269 found worse value: 363.416271849. iteration 10270 found worse value: 363.416271849. iteration 10271 found worse value: 363.416271849. iteration 10272 found worse value: 363.416271849. iteration 10273 found worse value: 363.416271849. iteration 10274 found worse value: 363.416271849. iteration 10275 found worse value: 363.416271849. iteration 10276 found worse value: 363.416271849. iteration 10277 found worse value: 363.416271849. iteration 10278 found worse value: 363.416271849. iteration 10279 found worse value: 363.416271849. iteration 10280 found worse value: 363.416271849. iteration 10281 found worse value: 363.416271849. iteration 10282 found worse value: 363.416271849. iteration 10283 found worse value: 363.416271849. iteration 10284 found worse value: 363.416271849. iteration 10285 found worse value: 363.416271849. iteration 10286 found worse value: 363.416271849. iteration 10287 found worse value: 363.416271849. iteration 10288 found worse value: 363.416271849. iteration 10289 found worse value: 363.416271849. iteration 10290 found worse value: 363.416271849. iteration 10291 found worse value: 363.416271849. iteration 10292 found worse value: 363.416271849. iteration10292, perturbing to get out of local maxima iteration 10293 found worse value: 363.416271849. iteration 10294 found worse value: 363.416271849. iteration 10295 found worse value: 363.416271849. iteration 10296 found worse value: 363.416271849. iteration 10297 found worse value: 363.416271849. iteration 10298 found worse value: 363.416271849. iteration 10299 found worse value: 363.416271849. iteration 10300 found worse value: 363.416271849. iteration10300, perturbing to get out of local maxima iteration 10301 found worse value: 363.416271849. iteration 10302 found worse value: 363.416271849. iteration 10303 found worse value: 363.416271849. iteration 10304 found worse value: 363.416271849. iteration 10305 found worse value: 363.416271849. iteration 10306 found worse value: 363.416271849. iteration 10307 found worse value: 363.416271849. iteration 10308 found worse value: 363.416271849. iteration 10309 found worse value: 363.416271849. iteration 10310 found worse value: 363.416271849. iteration 10311 found worse value: 363.416271849. iteration 10312 found worse value: 363.416271849. iteration 10313 found worse value: 363.416271849. iteration 10314 found worse value: 363.416271849. iteration 10315 found worse value: 363.416271849. iteration 10316 found worse value: 363.416271849. iteration 10317 found worse value: 363.416271849. iteration 10318 found worse value: 363.416271849. iteration 10319 found worse value: 363.416271849. iteration 10320 found worse value: 363.416271849. iteration 10321 found worse value: 363.416271849. iteration 10322 found worse value: 363.416271849. iteration 10323 found worse value: 363.416271849. iteration 10324 found worse value: 363.416271849. iteration 10325 found worse value: 363.416271849. iteration 10326 found worse value: 363.416271849. iteration 10327 found worse value: 363.416271849. iteration 10328 found worse value: 363.416271849. iteration 10329 found worse value: 363.416271849. iteration 10330 found worse value: 363.416271849. iteration 10331 found worse value: 363.416271849. iteration 10332 found worse value: 363.416271849. iteration 10333 found worse value: 363.416271849. iteration 10334 found worse value: 363.416271849. iteration 10335 found worse value: 363.416271849. iteration 10336 found worse value: 363.416271849. iteration10336, perturbing to get out of local maxima iteration 10337 found worse value: 363.416271849. iteration 10338 found worse value: 363.416271849. iteration 10339 found worse value: 363.416271849. iteration 10340 found worse value: 363.416271849. iteration 10341 found worse value: 363.416271849. iteration 10342 found worse value: 363.416271849. iteration 10343 found worse value: 363.416271849. iteration 10344 found worse value: 363.416271849. iteration 10345 found worse value: 363.416271849. iteration 10346 found worse value: 363.416271849. iteration 10347 found worse value: 363.416271849. iteration 10348 found worse value: 363.416271849. iteration 10349 found worse value: 363.416271849. iteration 10350 found worse value: 363.416271849. iteration 10351 found worse value: 363.416271849. iteration 10352 found worse value: 363.416271849. iteration 10353 found worse value: 363.416271849. iteration 10354 found worse value: 363.416271849. iteration 10355 found worse value: 363.416271849. iteration 10356 found worse value: 363.416271849. iteration 10357 found worse value: 363.416271849. iteration 10358 found worse value: 363.416271849. iteration 10359 found worse value: 363.416271849. iteration 10360 found worse value: 363.416271849. iteration 10361 found worse value: 363.416271849. iteration 10362 found worse value: 363.416271849. iteration 10363 found worse value: 363.416271849. iteration 10364 found worse value: 363.416271849. iteration 10365 found worse value: 363.416271849. iteration 10366 found worse value: 363.416271849. iteration 10367 found worse value: 363.416271849. iteration 10368 found worse value: 363.416271849. iteration 10369 found worse value: 363.416271849. iteration 10370 found worse value: 363.416271849. iteration 10371 found worse value: 363.416271849. iteration 10372 found worse value: 363.416271849. iteration 10373 found worse value: 363.416271849. iteration 10374 found worse value: 363.416271849. iteration 10375 found worse value: 363.416271849. iteration 10376 found worse value: 363.416271849. iteration 10377 found worse value: 363.416271849. iteration 10378 found worse value: 363.416271849. iteration 10379 found worse value: 363.416271849. iteration 10380 found worse value: 363.416271849. iteration 10381 found worse value: 363.416271849. iteration 10382 found worse value: 363.416271849. iteration 10383 found worse value: 363.416271849. iteration 10384 found worse value: 363.416271849. iteration 10385 found worse value: 363.416271849. iteration 10386 found worse value: 363.416271849. iteration 10387 found worse value: 363.416271849. iteration 10388 found worse value: 363.416271849. iteration 10389 found worse value: 363.416271849. iteration 10390 found worse value: 363.416271849. iteration 10391 found worse value: 363.416271849. iteration 10392 found worse value: 363.416271849. iteration 10393 found worse value: 363.416271849. iteration 10394 found worse value: 363.416271849. iteration 10395 found worse value: 363.416271849. iteration 10396 found worse value: 363.416271849. iteration 10397 found worse value: 363.416271849. iteration 10398 found worse value: 363.416271849. iteration 10399 found worse value: 363.416271849. iteration10399, perturbing to get out of local maxima iteration 10400 found worse value: 363.416271849. iteration 10401 found worse value: 363.416271849. iteration 10402 found worse value: 363.416271849. iteration 10403 found worse value: 363.416271849. iteration 10404 found worse value: 363.416271849. iteration 10405 found worse value: 363.416271849. iteration 10406 found worse value: 363.416271849. iteration 10407 found worse value: 363.416271849. iteration 10408 found worse value: 363.416271849. iteration 10409 found worse value: 363.416271849. iteration 10410 found worse value: 363.416271849. iteration 10411 found worse value: 363.416271849. iteration 10412 found worse value: 363.416271849. iteration 10413 found worse value: 363.416271849. iteration 10414 found worse value: 363.416271849. iteration 10415 found worse value: 363.416271849. iteration 10416 found worse value: 363.416271849. iteration 10417 found worse value: 363.416271849. iteration 10418 found worse value: 363.416271849. iteration 10419 found worse value: 363.416271849. iteration 10420 found worse value: 363.416271849. iteration 10421 found worse value: 363.416271849. iteration 10422 found worse value: 363.416271849. iteration 10423 found worse value: 363.416271849. iteration 10424 found worse value: 363.416271849. iteration 10425 found worse value: 363.416271849. iteration 10426 found worse value: 363.416271849. iteration 10427 found worse value: 363.416271849. iteration 10428 found worse value: 363.416271849. iteration 10429 found worse value: 363.416271849. iteration 10430 found worse value: 363.416271849. iteration 10431 found worse value: 363.416271849. iteration 10432 found worse value: 363.416271849. iteration 10433 found worse value: 363.416271849. iteration 10434 found worse value: 363.416271849. iteration 10435 found worse value: 363.416271849. iteration10435, perturbing to get out of local maxima iteration 10436 found worse value: 363.416271849. iteration 10437 found worse value: 363.416271849. iteration 10438 found worse value: 363.416271849. iteration 10439 found worse value: 363.416271849. iteration 10440 found worse value: 363.416271849. iteration 10441 found worse value: 363.416271849. iteration 10442 found worse value: 363.416271849. iteration10442, perturbing to get out of local maxima iteration 10443 found worse value: 363.416271849. iteration 10444 found worse value: 363.416271849. iteration 10445 found worse value: 363.416271849. iteration 10446 found worse value: 363.416271849. iteration 10447 found worse value: 363.416271849. iteration 10448 found worse value: 363.416271849. iteration 10449 found worse value: 363.416271849. iteration 10450 found worse value: 363.416271849. iteration 10451 found worse value: 363.416271849. iteration 10452 found worse value: 363.416271849. iteration 10453 found worse value: 363.416271849. iteration 10454 found worse value: 363.416271849. iteration 10455 found worse value: 363.416271849. iteration 10456 found worse value: 363.416271849. iteration 10457 found worse value: 363.416271849. iteration 10458 found worse value: 363.416271849. iteration 10459 found worse value: 363.416271849. iteration 10460 found worse value: 363.416271849. iteration 10461 found worse value: 363.416271849. iteration 10462 found worse value: 363.416271849. iteration 10463 found worse value: 363.416271849. iteration 10464 found worse value: 363.416271849. iteration 10465 found worse value: 363.416271849. iteration 10466 found worse value: 363.416271849. iteration 10467 found worse value: 363.416271849. iteration 10468 found worse value: 363.416271849. iteration 10469 found worse value: 363.416271849. iteration 10470 found worse value: 363.416271849. iteration 10471 found worse value: 363.416271849. iteration 10472 found worse value: 363.416271849. iteration10472, perturbing to get out of local maxima iteration 10473 found worse value: 363.416271849. iteration 10474 found worse value: 363.416271849. iteration 10475 found worse value: 363.416271849. iteration10475, perturbing to get out of local maxima iteration 10476 found worse value: 363.416271849. iteration 10477 found worse value: 363.416271849. iteration 10478 found worse value: 363.416271849. iteration 10479 found worse value: 363.416271849. iteration 10480 found worse value: 363.416271849. iteration 10481 found worse value: 363.416271849. iteration 10482 found worse value: 363.416271849. iteration 10483 found worse value: 363.416271849. iteration 10484 found worse value: 363.416271849. iteration 10485 found worse value: 363.416271849. iteration 10486 found worse value: 363.416271849. iteration 10487 found worse value: 363.416271849. iteration 10488 found worse value: 363.416271849. iteration 10489 found worse value: 363.416271849. iteration 10490 found worse value: 363.416271849. iteration 10491 found worse value: 363.416271849. iteration 10492 found worse value: 363.416271849. iteration 10493 found worse value: 363.416271849. iteration 10494 found worse value: 363.416271849. iteration 10495 found worse value: 363.416271849. iteration 10496 found worse value: 363.416271849. iteration 10497 found worse value: 363.416271849. iteration 10498 found worse value: 363.416271849. iteration 10499 found worse value: 363.416271849. iteration10499, perturbing to get out of local maxima iteration 10500 found worse value: 363.416271849. iteration 10501 found worse value: 363.416271849. iteration 10502 found worse value: 363.416271849. iteration 10503 found worse value: 363.416271849. iteration 10504 found worse value: 363.416271849. iteration 10505 found worse value: 363.416271849. iteration 10506 found worse value: 363.416271849. iteration 10507 found worse value: 363.416271849. iteration 10508 found worse value: 363.416271849. iteration 10509 found worse value: 363.416271849. iteration 10510 found worse value: 363.416271849. iteration 10511 found worse value: 363.416271849. iteration 10512 found worse value: 363.416271849. iteration 10513 found worse value: 363.416271849. iteration 10514 found worse value: 363.416271849. iteration 10515 found worse value: 363.416271849. iteration 10516 found worse value: 363.416271849. iteration 10517 found worse value: 363.416271849. iteration 10518 found worse value: 363.416271849. iteration 10519 found worse value: 363.416271849. iteration 10520 found worse value: 363.416271849. iteration 10521 found worse value: 363.416271849. iteration 10522 found worse value: 363.416271849. iteration 10523 found worse value: 363.416271849. iteration 10524 found worse value: 363.416271849. iteration 10525 found worse value: 363.416271849. iteration 10526 found worse value: 363.416271849. iteration 10527 found worse value: 363.416271849. iteration 10528 found worse value: 363.416271849. iteration 10529 found worse value: 363.416271849. iteration 10530 found worse value: 363.416271849. iteration 10531 found worse value: 363.416271849. iteration 10532 found worse value: 363.416271849. iteration 10533 found worse value: 363.416271849. iteration 10534 found worse value: 363.416271849. iteration 10535 found worse value: 363.416271849. iteration 10536 found worse value: 363.416271849. iteration 10537 found worse value: 363.416271849. iteration 10538 found worse value: 363.416271849. iteration 10539 found worse value: 363.416271849. iteration 10540 found worse value: 363.416271849. iteration 10541 found worse value: 363.416271849. iteration 10542 found worse value: 363.416271849. iteration 10543 found worse value: 363.416271849. iteration 10544 found worse value: 363.416271849. iteration 10545 found worse value: 363.416271849. iteration 10546 found worse value: 363.416271849. iteration 10547 found worse value: 363.416271849. iteration 10548 found worse value: 363.416271849. iteration 10549 found worse value: 363.416271849. iteration 10550 found worse value: 363.416271849. iteration 10551 found worse value: 363.416271849. iteration 10552 found worse value: 363.416271849. iteration 10553 found worse value: 363.416271849. iteration10553, perturbing to get out of local maxima iteration 10554 found worse value: 363.416271849. iteration 10555 found worse value: 363.416271849. iteration 10556 found worse value: 363.416271849. iteration 10557 found worse value: 363.416271849. iteration 10558 found worse value: 363.416271849. iteration 10559 found worse value: 363.416271849. iteration 10560 found worse value: 363.416271849. iteration 10561 found worse value: 363.416271849. iteration 10562 found worse value: 363.416271849. iteration 10563 found worse value: 363.416271849. iteration 10564 found worse value: 363.416271849. iteration 10565 found worse value: 363.416271849. iteration 10566 found worse value: 363.416271849. iteration 10567 found worse value: 363.416271849. iteration10567, perturbing to get out of local maxima iteration 10568 found worse value: 363.416271849. iteration 10569 found worse value: 363.416271849. iteration 10570 found worse value: 363.416271849. iteration 10571 found worse value: 363.416271849. iteration 10572 found worse value: 363.416271849. iteration 10573 found worse value: 363.416271849. iteration 10574 found worse value: 363.416271849. iteration 10575 found worse value: 363.416271849. iteration 10576 found worse value: 363.416271849. iteration 10577 found worse value: 363.416271849. iteration 10578 found worse value: 363.416271849. iteration 10579 found worse value: 363.416271849. iteration 10580 found worse value: 363.416271849. iteration 10581 found worse value: 363.416271849. iteration 10582 found worse value: 363.416271849. iteration 10583 found worse value: 363.416271849. iteration 10584 found worse value: 363.416271849. iteration 10585 found worse value: 363.416271849. iteration 10586 found worse value: 363.416271849. iteration 10587 found worse value: 363.416271849. iteration 10588 found worse value: 363.416271849. iteration 10589 found worse value: 363.416271849. iteration 10590 found worse value: 363.416271849. iteration 10591 found worse value: 363.416271849. iteration 10592 found worse value: 363.416271849. iteration 10593 found worse value: 363.416271849. iteration10593, perturbing to get out of local maxima iteration 10594 found worse value: 363.416271849. iteration10594, perturbing to get out of local maxima iteration 10595 found worse value: 363.416271849. iteration 10596 found worse value: 363.416271849. iteration 10597 found worse value: 363.416271849. iteration 10598 found worse value: 363.416271849. iteration 10599 found worse value: 363.416271849. iteration 10600 found worse value: 363.416271849. iteration 10601 found worse value: 363.416271849. iteration 10602 found worse value: 363.416271849. iteration 10603 found worse value: 363.416271849. iteration 10604 found worse value: 363.416271849. iteration 10605 found worse value: 363.416271849. iteration 10606 found worse value: 363.416271849. iteration10606, perturbing to get out of local maxima iteration 10607 found worse value: 363.416271849. iteration 10608 found worse value: 363.416271849. iteration 10609 found worse value: 363.416271849. iteration 10610 found worse value: 363.416271849. iteration 10611 found worse value: 363.416271849. iteration 10612 found worse value: 363.416271849. iteration 10613 found worse value: 363.416271849. iteration 10614 found worse value: 363.416271849. iteration 10615 found worse value: 363.416271849. iteration 10616 found worse value: 363.416271849. iteration 10617 found worse value: 363.416271849. iteration 10618 found worse value: 363.416271849. iteration 10619 found worse value: 363.416271849. iteration 10620 found worse value: 363.416271849. iteration 10621 found worse value: 363.416271849. iteration 10622 found worse value: 363.416271849. iteration 10623 found worse value: 363.416271849. iteration 10624 found worse value: 363.416271849. iteration 10625 found worse value: 363.416271849. iteration10625, perturbing to get out of local maxima iteration 10626 found worse value: 363.416271849. iteration 10627 found worse value: 363.416271849. iteration 10628 found worse value: 363.416271849. iteration 10629 found worse value: 363.416271849. iteration 10630 found worse value: 363.416271849. iteration 10631 found worse value: 363.416271849. iteration 10632 found worse value: 363.416271849. iteration10632, perturbing to get out of local maxima iteration 10633 found worse value: 363.416271849. iteration 10634 found worse value: 363.416271849. iteration 10635 found worse value: 363.416271849. iteration 10636 found worse value: 363.416271849. iteration 10637 found worse value: 363.416271849. iteration 10638 found worse value: 363.416271849. iteration 10639 found worse value: 363.416271849. iteration 10640 found worse value: 363.416271849. iteration 10641 found worse value: 363.416271849. iteration 10642 found worse value: 363.416271849. iteration 10643 found worse value: 363.416271849. iteration 10644 found worse value: 363.416271849. iteration 10645 found worse value: 363.416271849. iteration 10646 found worse value: 363.416271849. iteration 10647 found worse value: 363.416271849. iteration 10648 found worse value: 363.416271849. iteration 10649 found worse value: 363.416271849. iteration 10650 found worse value: 363.416271849. iteration 10651 found worse value: 363.416271849. iteration 10652 found worse value: 363.416271849. iteration 10653 found worse value: 363.416271849. iteration 10654 found worse value: 363.416271849. iteration10654, perturbing to get out of local maxima iteration 10655 found worse value: 363.416271849. iteration 10656 found worse value: 363.416271849. iteration 10657 found worse value: 363.416271849. iteration 10658 found worse value: 363.416271849. iteration 10659 found worse value: 363.416271849. iteration 10660 found worse value: 363.416271849. iteration 10661 found worse value: 363.416271849. iteration 10662 found worse value: 363.416271849. iteration 10663 found worse value: 363.416271849. iteration 10664 found worse value: 363.416271849. iteration 10665 found worse value: 363.416271849. iteration 10666 found worse value: 363.416271849. iteration 10667 found worse value: 363.416271849. iteration 10668 found worse value: 363.416271849. iteration 10669 found worse value: 363.416271849. iteration 10670 found worse value: 363.416271849. iteration 10671 found worse value: 363.416271849. iteration 10672 found worse value: 363.416271849. iteration 10673 found worse value: 363.416271849. iteration 10674 found worse value: 363.416271849. iteration 10675 found worse value: 363.416271849. iteration 10676 found worse value: 363.416271849. iteration 10677 found worse value: 363.416271849. iteration 10678 found worse value: 363.416271849. iteration 10679 found worse value: 363.416271849. iteration 10680 found worse value: 363.416271849. iteration 10681 found worse value: 363.416271849. iteration 10682 found worse value: 363.416271849. iteration10682, perturbing to get out of local maxima iteration 10683 found worse value: 363.416271849. iteration 10684 found worse value: 363.416271849. iteration 10685 found worse value: 363.416271849. iteration 10686 found worse value: 363.416271849. iteration 10687 found worse value: 363.416271849. iteration 10688 found worse value: 363.416271849. iteration 10689 found worse value: 363.416271849. iteration 10690 found worse value: 363.416271849. iteration10690, perturbing to get out of local maxima iteration 10691 found worse value: 363.416271849. iteration 10692 found worse value: 363.416271849. iteration 10693 found worse value: 363.416271849. iteration 10694 found worse value: 363.416271849. iteration 10695 found worse value: 363.416271849. iteration 10696 found worse value: 363.416271849. iteration 10697 found worse value: 363.416271849. iteration 10698 found worse value: 363.416271849. iteration 10699 found worse value: 363.416271849. iteration 10700 found worse value: 363.416271849. iteration 10701 found worse value: 363.416271849. iteration 10702 found worse value: 363.416271849. iteration 10703 found worse value: 363.416271849. iteration 10704 found worse value: 363.416271849. iteration 10705 found worse value: 363.416271849. iteration 10706 found worse value: 363.416271849. iteration 10707 found worse value: 363.416271849. iteration 10708 found worse value: 363.416271849. iteration 10709 found worse value: 363.416271849. iteration 10710 found worse value: 363.416271849. iteration 10711 found worse value: 363.416271849. iteration 10712 found worse value: 363.416271849. iteration 10713 found worse value: 363.416271849. iteration 10714 found worse value: 363.416271849. iteration 10715 found worse value: 363.416271849. iteration 10716 found worse value: 363.416271849. iteration 10717 found worse value: 363.416271849. iteration 10718 found worse value: 363.416271849. iteration 10719 found worse value: 363.416271849. iteration 10720 found worse value: 363.416271849. iteration 10721 found worse value: 363.416271849. iteration 10722 found worse value: 363.416271849. iteration 10723 found worse value: 363.416271849. iteration 10724 found worse value: 363.416271849. iteration 10725 found worse value: 363.416271849. iteration 10726 found worse value: 363.416271849. iteration10726, perturbing to get out of local maxima iteration 10727 found worse value: 363.416271849. iteration 10728 found worse value: 363.416271849. iteration 10729 found worse value: 363.416271849. iteration 10730 found worse value: 363.416271849. iteration 10731 found worse value: 363.416271849. iteration 10732 found worse value: 363.416271849. iteration 10733 found worse value: 363.416271849. iteration 10734 found worse value: 363.416271849. iteration 10735 found worse value: 363.416271849. iteration 10736 found worse value: 363.416271849. iteration 10737 found worse value: 363.416271849. iteration 10738 found worse value: 363.416271849. iteration 10739 found worse value: 363.416271849. iteration 10740 found worse value: 363.416271849. iteration10740, perturbing to get out of local maxima iteration 10741 found worse value: 363.416271849. iteration 10742 found worse value: 363.416271849. iteration 10743 found worse value: 363.416271849. iteration 10744 found worse value: 363.416271849. iteration 10745 found worse value: 363.416271849. iteration 10746 found worse value: 363.416271849. iteration 10747 found worse value: 363.416271849. iteration 10748 found worse value: 363.416271849. iteration 10749 found worse value: 363.416271849. iteration 10750 found worse value: 363.416271849. iteration 10751 found worse value: 363.416271849. iteration 10752 found worse value: 363.416271849. iteration 10753 found worse value: 363.416271849. iteration 10754 found worse value: 363.416271849. iteration 10755 found worse value: 363.416271849. iteration 10756 found worse value: 363.416271849. iteration 10757 found worse value: 363.416271849. iteration 10758 found worse value: 363.416271849. iteration 10759 found worse value: 363.416271849. iteration 10760 found worse value: 363.416271849. iteration 10761 found worse value: 363.416271849. iteration 10762 found worse value: 363.416271849. iteration 10763 found worse value: 363.416271849. iteration 10764 found worse value: 363.416271849. iteration 10765 found worse value: 363.416271849. iteration 10766 found worse value: 363.416271849. iteration 10767 found worse value: 363.416271849. iteration 10768 found worse value: 363.416271849. iteration 10769 found worse value: 363.416271849. iteration 10770 found worse value: 363.416271849. iteration 10771 found worse value: 363.416271849. iteration 10772 found worse value: 363.416271849. iteration 10773 found worse value: 363.416271849. iteration 10774 found worse value: 363.416271849. iteration 10775 found worse value: 363.416271849. iteration 10776 found worse value: 363.416271849. iteration 10777 found worse value: 363.416271849. iteration 10778 found worse value: 363.416271849. iteration 10779 found worse value: 363.416271849. iteration 10780 found worse value: 363.416271849. iteration 10781 found worse value: 363.416271849. iteration 10782 found worse value: 363.416271849. iteration 10783 found worse value: 363.416271849. iteration 10784 found worse value: 363.416271849. iteration 10785 found worse value: 363.416271849. iteration 10786 found worse value: 363.416271849. iteration 10787 found worse value: 363.416271849. iteration 10788 found worse value: 363.416271849. iteration 10789 found worse value: 363.416271849. iteration 10790 found worse value: 363.416271849. iteration 10791 found worse value: 363.416271849. iteration 10792 found worse value: 363.416271849. iteration 10793 found worse value: 363.416271849. iteration 10794 found worse value: 363.416271849. iteration 10795 found worse value: 363.416271849. iteration 10796 found worse value: 363.416271849. iteration 10797 found worse value: 363.416271849. iteration 10798 found worse value: 363.416271849. iteration 10799 found worse value: 363.416271849. iteration 10800 found worse value: 363.416271849. iteration 10801 found worse value: 363.416271849. iteration 10802 found worse value: 363.416271849. iteration 10803 found worse value: 363.416271849. iteration 10804 found worse value: 363.416271849. iteration 10805 found worse value: 363.416271849. iteration 10806 found worse value: 363.416271849. iteration 10807 found worse value: 363.416271849. iteration 10808 found worse value: 363.416271849. iteration 10809 found worse value: 363.416271849. iteration 10810 found worse value: 363.416271849. iteration 10811 found worse value: 363.416271849. iteration 10812 found worse value: 363.416271849. iteration 10813 found worse value: 363.416271849. iteration 10814 found worse value: 363.416271849. iteration 10815 found worse value: 363.416271849. iteration 10816 found worse value: 363.416271849. iteration 10817 found worse value: 363.416271849. iteration 10818 found worse value: 363.416271849. iteration 10819 found worse value: 363.416271849. iteration 10820 found worse value: 363.416271849. iteration 10821 found worse value: 363.416271849. iteration 10822 found worse value: 363.416271849. iteration 10823 found worse value: 363.416271849. iteration 10824 found worse value: 363.416271849. iteration 10825 found worse value: 363.416271849. iteration 10826 found worse value: 363.416271849. iteration 10827 found worse value: 363.416271849. iteration 10828 found worse value: 363.416271849. iteration 10829 found worse value: 363.416271849. iteration 10830 found worse value: 363.416271849. iteration 10831 found worse value: 363.416271849. iteration 10832 found worse value: 363.416271849. iteration 10833 found worse value: 363.416271849. iteration 10834 found worse value: 363.416271849. iteration 10835 found worse value: 363.416271849. iteration 10836 found worse value: 363.416271849. iteration 10837 found worse value: 363.416271849. iteration 10838 found worse value: 363.416271849. iteration 10839 found worse value: 363.416271849. iteration 10840 found worse value: 363.416271849. iteration 10841 found worse value: 363.416271849. iteration 10842 found worse value: 363.416271849. iteration 10843 found worse value: 363.416271849. iteration 10844 found worse value: 363.416271849. iteration 10845 found worse value: 363.416271849. iteration10845, perturbing to get out of local maxima iteration 10846 found worse value: 363.416271849. iteration 10847 found worse value: 363.416271849. iteration 10848 found worse value: 363.416271849. iteration 10849 found worse value: 363.416271849. iteration 10850 found worse value: 363.416271849. iteration 10851 found worse value: 363.416271849. iteration 10852 found worse value: 363.416271849. iteration10852, perturbing to get out of local maxima iteration 10853 found worse value: 363.416271849. iteration 10854 found worse value: 363.416271849. iteration 10855 found worse value: 363.416271849. iteration 10856 found worse value: 363.416271849. iteration 10857 found worse value: 363.416271849. iteration 10858 found worse value: 363.416271849. iteration 10859 found worse value: 363.416271849. iteration 10860 found worse value: 363.416271849. iteration 10861 found worse value: 363.416271849. iteration 10862 found worse value: 363.416271849. iteration 10863 found worse value: 363.416271849. iteration10863, perturbing to get out of local maxima iteration 10864 found worse value: 363.416271849. iteration 10865 found worse value: 363.416271849. iteration 10866 found worse value: 363.416271849. iteration 10867 found worse value: 363.416271849. iteration 10868 found worse value: 363.416271849. iteration 10869 found worse value: 363.416271849. iteration 10870 found worse value: 363.416271849. iteration 10871 found worse value: 363.416271849. iteration 10872 found worse value: 363.416271849. iteration 10873 found worse value: 363.416271849. iteration 10874 found worse value: 363.416271849. iteration 10875 found worse value: 363.416271849. iteration 10876 found worse value: 363.416271849. iteration 10877 found worse value: 363.416271849. iteration 10878 found worse value: 363.416271849. iteration10878, perturbing to get out of local maxima iteration 10879 found worse value: 363.416271849. iteration 10880 found worse value: 363.416271849. iteration 10881 found worse value: 363.416271849. iteration 10882 found worse value: 363.416271849. iteration 10883 found worse value: 363.416271849. iteration 10884 found worse value: 363.416271849. iteration 10885 found worse value: 363.416271849. iteration 10886 found worse value: 363.416271849. iteration 10887 found worse value: 363.416271849. iteration 10888 found worse value: 363.416271849. iteration 10889 found worse value: 363.416271849. iteration 10890 found worse value: 363.416271849. iteration 10891 found worse value: 363.416271849. iteration 10892 found worse value: 363.416271849. iteration 10893 found worse value: 363.416271849. iteration 10894 found worse value: 363.416271849. iteration 10895 found worse value: 363.416271849. iteration10895, perturbing to get out of local maxima iteration 10896 found worse value: 363.416271849. iteration 10897 found worse value: 363.416271849. iteration 10898 found worse value: 363.416271849. iteration 10899 found worse value: 363.416271849. iteration 10900 found worse value: 363.416271849. iteration 10901 found worse value: 363.416271849. iteration 10902 found worse value: 363.416271849. iteration 10903 found worse value: 363.416271849. iteration 10904 found worse value: 363.416271849. iteration 10905 found worse value: 363.416271849. iteration 10906 found worse value: 363.416271849. iteration 10907 found worse value: 363.416271849. iteration 10908 found worse value: 363.416271849. iteration 10909 found worse value: 363.416271849. iteration 10910 found worse value: 363.416271849. iteration 10911 found worse value: 363.416271849. iteration 10912 found worse value: 363.416271849. iteration 10913 found worse value: 363.416271849. iteration 10914 found worse value: 363.416271849. iteration 10915 found worse value: 363.416271849. iteration 10916 found worse value: 363.416271849. iteration 10917 found worse value: 363.416271849. iteration 10918 found worse value: 363.416271849. iteration 10919 found worse value: 363.416271849. iteration 10920 found worse value: 363.416271849. iteration 10921 found worse value: 363.416271849. iteration 10922 found worse value: 363.416271849. iteration 10923 found worse value: 363.416271849. iteration 10924 found worse value: 363.416271849. iteration 10925 found worse value: 363.416271849. iteration 10926 found worse value: 363.416271849. iteration 10927 found worse value: 363.416271849. iteration 10928 found worse value: 363.416271849. iteration 10929 found worse value: 363.416271849. iteration 10930 found worse value: 363.416271849. iteration 10931 found worse value: 363.416271849. iteration 10932 found worse value: 363.416271849. iteration 10933 found worse value: 363.416271849. iteration 10934 found worse value: 363.416271849. iteration 10935 found worse value: 363.416271849. iteration 10936 found worse value: 363.416271849. iteration 10937 found worse value: 363.416271849. iteration 10938 found worse value: 363.416271849. iteration 10939 found worse value: 363.416271849. iteration 10940 found worse value: 363.416271849. iteration 10941 found worse value: 363.416271849. iteration 10942 found worse value: 363.416271849. iteration 10943 found worse value: 363.416271849. iteration 10944 found worse value: 363.416271849. iteration 10945 found worse value: 363.416271849. iteration 10946 found worse value: 363.416271849. iteration 10947 found worse value: 363.416271849. iteration 10948 found worse value: 363.416271849. iteration 10949 found worse value: 363.416271849. iteration 10950 found worse value: 363.416271849. iteration 10951 found worse value: 363.416271849. iteration 10952 found worse value: 363.416271849. iteration 10953 found worse value: 363.416271849. iteration 10954 found worse value: 363.416271849. iteration 10955 found worse value: 363.416271849. iteration 10956 found worse value: 363.416271849. iteration 10957 found worse value: 363.416271849. iteration 10958 found worse value: 363.416271849. iteration 10959 found worse value: 363.416271849. iteration 10960 found worse value: 363.416271849. iteration 10961 found worse value: 363.416271849. iteration 10962 found worse value: 363.416271849. iteration 10963 found worse value: 363.416271849. iteration 10964 found worse value: 363.416271849. iteration 10965 found worse value: 363.416271849. iteration 10966 found worse value: 363.416271849. iteration10966, perturbing to get out of local maxima iteration 10967 found worse value: 363.416271849. iteration 10968 found worse value: 363.416271849. iteration 10969 found worse value: 363.416271849. iteration 10970 found worse value: 363.416271849. iteration 10971 found worse value: 363.416271849. iteration 10972 found worse value: 363.416271849. iteration 10973 found worse value: 363.416271849. iteration 10974 found worse value: 363.416271849. iteration 10975 found worse value: 363.416271849. iteration 10976 found worse value: 363.416271849. iteration 10977 found worse value: 363.416271849. iteration 10978 found worse value: 363.416271849. iteration 10979 found worse value: 363.416271849. iteration 10980 found worse value: 363.416271849. iteration 10981 found worse value: 363.416271849. iteration 10982 found worse value: 363.416271849. iteration 10983 found worse value: 363.416271849. iteration 10984 found worse value: 363.416271849. iteration 10985 found worse value: 363.416271849. iteration 10986 found worse value: 363.416271849. iteration 10987 found worse value: 363.416271849. iteration 10988 found worse value: 363.416271849. iteration 10989 found worse value: 363.416271849. iteration 10990 found worse value: 363.416271849. iteration 10991 found worse value: 363.416271849. iteration 10992 found worse value: 363.416271849. iteration 10993 found worse value: 363.416271849. iteration 10994 found worse value: 363.416271849. iteration 10995 found worse value: 363.416271849. iteration 10996 found worse value: 363.416271849. iteration 10997 found worse value: 363.416271849. iteration 10998 found worse value: 363.416271849. iteration 10999 found worse value: 363.416271849. iteration 11000 found worse value: 363.416271849. iteration 11001 found worse value: 363.416271849. iteration 11002 found worse value: 363.416271849. iteration 11003 found worse value: 363.416271849. iteration 11004 found worse value: 363.416271849. iteration 11005 found worse value: 363.416271849. iteration 11006 found worse value: 363.416271849. iteration 11007 found worse value: 363.416271849. iteration 11008 found worse value: 363.416271849. iteration 11009 found worse value: 363.416271849. iteration 11010 found worse value: 363.416271849. iteration 11011 found worse value: 363.416271849. iteration 11012 found worse value: 363.416271849. iteration 11013 found worse value: 363.416271849. iteration 11014 found worse value: 363.416271849. iteration 11015 found worse value: 363.416271849. iteration 11016 found worse value: 363.416271849. iteration 11017 found worse value: 363.416271849. iteration 11018 found worse value: 363.416271849. iteration 11019 found worse value: 363.416271849. iteration 11020 found worse value: 363.416271849. iteration 11021 found worse value: 363.416271849. iteration 11022 found worse value: 363.416271849. iteration 11023 found worse value: 363.416271849. iteration 11024 found worse value: 363.416271849. iteration 11025 found worse value: 363.416271849. iteration 11026 found worse value: 363.416271849. iteration 11027 found worse value: 363.416271849. iteration 11028 found worse value: 363.416271849. iteration 11029 found worse value: 363.416271849. iteration11029, perturbing to get out of local maxima iteration 11030 found worse value: 363.416271849. iteration 11031 found worse value: 363.416271849. iteration 11032 found worse value: 363.416271849. iteration 11033 found worse value: 363.416271849. iteration 11034 found worse value: 363.416271849. iteration 11035 found worse value: 363.416271849. iteration 11036 found worse value: 363.416271849. iteration 11037 found worse value: 363.416271849. iteration 11038 found worse value: 363.416271849. iteration 11039 found worse value: 363.416271849. iteration 11040 found worse value: 363.416271849. iteration 11041 found worse value: 363.416271849. iteration 11042 found worse value: 363.416271849. iteration 11043 found worse value: 363.416271849. iteration 11044 found worse value: 363.416271849. iteration11044, perturbing to get out of local maxima iteration 11045 found worse value: 363.416271849. iteration 11046 found worse value: 363.416271849. iteration 11047 found worse value: 363.416271849. iteration 11048 found worse value: 363.416271849. iteration 11049 found worse value: 363.416271849. iteration 11050 found worse value: 363.416271849. iteration 11051 found worse value: 363.416271849. iteration 11052 found worse value: 363.416271849. iteration 11053 found worse value: 363.416271849. iteration 11054 found worse value: 363.416271849. iteration 11055 found worse value: 363.416271849. iteration 11056 found worse value: 363.416271849. iteration 11057 found worse value: 363.416271849. iteration 11058 found worse value: 363.416271849. iteration 11059 found worse value: 363.416271849. iteration11059, perturbing to get out of local maxima iteration 11060 found worse value: 363.416271849. iteration 11061 found worse value: 363.416271849. iteration 11062 found worse value: 363.416271849. iteration 11063 found worse value: 363.416271849. iteration 11064 found worse value: 363.416271849. iteration 11065 found worse value: 363.416271849. iteration 11066 found worse value: 363.416271849. iteration 11067 found worse value: 363.416271849. iteration 11068 found worse value: 363.416271849. iteration 11069 found worse value: 363.416271849. iteration 11070 found worse value: 363.416271849. iteration 11071 found worse value: 363.416271849. iteration 11072 found worse value: 363.416271849. iteration 11073 found worse value: 363.416271849. iteration 11074 found worse value: 363.416271849. iteration 11075 found worse value: 363.416271849. iteration 11076 found worse value: 363.416271849. iteration 11077 found worse value: 363.416271849. iteration 11078 found worse value: 363.416271849. iteration 11079 found worse value: 363.416271849. iteration 11080 found worse value: 363.416271849. iteration 11081 found worse value: 363.416271849. iteration 11082 found worse value: 363.416271849. iteration 11083 found worse value: 363.416271849. iteration 11084 found worse value: 363.416271849. iteration 11085 found worse value: 363.416271849. iteration11085, perturbing to get out of local maxima iteration 11086 found worse value: 363.416271849. iteration 11087 found worse value: 363.416271849. iteration 11088 found worse value: 363.416271849. iteration 11089 found worse value: 363.416271849. iteration 11090 found worse value: 363.416271849. iteration 11091 found worse value: 363.416271849. iteration 11092 found worse value: 363.416271849. iteration 11093 found worse value: 363.416271849. iteration 11094 found worse value: 363.416271849. iteration 11095 found worse value: 363.416271849. iteration 11096 found worse value: 363.416271849. iteration 11097 found worse value: 363.416271849. iteration 11098 found worse value: 363.416271849. iteration 11099 found worse value: 363.416271849. iteration 11100 found worse value: 363.416271849. iteration 11101 found worse value: 363.416271849. iteration 11102 found worse value: 363.416271849. iteration 11103 found worse value: 363.416271849. iteration 11104 found worse value: 363.416271849. iteration 11105 found worse value: 363.416271849. iteration 11106 found worse value: 363.416271849. iteration 11107 found worse value: 363.416271849. iteration 11108 found worse value: 363.416271849. iteration 11109 found worse value: 363.416271849. iteration 11110 found worse value: 363.416271849. iteration 11111 found worse value: 363.416271849. iteration 11112 found worse value: 363.416271849. iteration 11113 found worse value: 363.416271849. iteration 11114 found worse value: 363.416271849. iteration 11115 found worse value: 363.416271849. iteration 11116 found worse value: 363.416271849. iteration 11117 found worse value: 363.416271849. iteration 11118 found worse value: 363.416271849. iteration 11119 found worse value: 363.416271849. iteration 11120 found worse value: 363.416271849. iteration 11121 found worse value: 363.416271849. iteration 11122 found worse value: 363.416271849. iteration 11123 found worse value: 363.416271849. iteration 11124 found worse value: 363.416271849. iteration 11125 found worse value: 363.416271849. iteration 11126 found worse value: 363.416271849. iteration 11127 found worse value: 363.416271849. iteration 11128 found worse value: 363.416271849. iteration 11129 found worse value: 363.416271849. iteration 11130 found worse value: 363.416271849. iteration 11131 found worse value: 363.416271849. iteration11131, perturbing to get out of local maxima iteration 11132 found worse value: 363.416271849. iteration 11133 found worse value: 363.416271849. iteration 11134 found worse value: 363.416271849. iteration 11135 found worse value: 363.416271849. iteration 11136 found worse value: 363.416271849. iteration 11137 found worse value: 363.416271849. iteration 11138 found worse value: 363.416271849. iteration11138, perturbing to get out of local maxima iteration 11139 found worse value: 363.416271849. iteration 11140 found worse value: 363.416271849. iteration 11141 found worse value: 363.416271849. iteration 11142 found worse value: 363.416271849. iteration 11143 found worse value: 363.416271849. iteration 11144 found worse value: 363.416271849. iteration 11145 found worse value: 363.416271849. iteration 11146 found worse value: 363.416271849. iteration 11147 found worse value: 363.416271849. iteration 11148 found worse value: 363.416271849. iteration 11149 found worse value: 363.416271849. iteration 11150 found worse value: 363.416271849. iteration 11151 found worse value: 363.416271849. iteration 11152 found worse value: 363.416271849. iteration 11153 found worse value: 363.416271849. iteration 11154 found worse value: 363.416271849. iteration 11155 found worse value: 363.416271849. iteration 11156 found worse value: 363.416271849. iteration 11157 found worse value: 363.416271849. iteration 11158 found worse value: 363.416271849. iteration 11159 found worse value: 363.416271849. iteration 11160 found worse value: 363.416271849. iteration11160, perturbing to get out of local maxima iteration 11161 found worse value: 363.416271849. iteration 11162 found worse value: 363.416271849. iteration 11163 found worse value: 363.416271849. iteration 11164 found worse value: 363.416271849. iteration 11165 found worse value: 363.416271849. iteration 11166 found worse value: 363.416271849. iteration 11167 found worse value: 363.416271849. iteration 11168 found worse value: 363.416271849. iteration 11169 found worse value: 363.416271849. iteration 11170 found worse value: 363.416271849. iteration 11171 found worse value: 363.416271849. iteration 11172 found worse value: 363.416271849. iteration 11173 found worse value: 363.416271849. iteration 11174 found worse value: 363.416271849. iteration 11175 found worse value: 363.416271849. iteration 11176 found worse value: 363.416271849. iteration 11177 found worse value: 363.416271849. iteration 11178 found worse value: 363.416271849. iteration 11179 found worse value: 363.416271849. iteration 11180 found worse value: 363.416271849. iteration 11181 found worse value: 363.416271849. iteration 11182 found worse value: 363.416271849. iteration 11183 found worse value: 363.416271849. iteration 11184 found worse value: 363.416271849. iteration 11185 found worse value: 363.416271849. iteration 11186 found worse value: 363.416271849. iteration 11187 found worse value: 363.416271849. iteration 11188 found worse value: 363.416271849. iteration 11189 found worse value: 363.416271849. iteration 11190 found worse value: 363.416271849. iteration 11191 found worse value: 363.416271849. iteration 11192 found worse value: 363.416271849. iteration 11193 found worse value: 363.416271849. iteration 11194 found worse value: 363.416271849. iteration 11195 found worse value: 363.416271849. iteration 11196 found worse value: 363.416271849. iteration11196, perturbing to get out of local maxima iteration 11197 found worse value: 363.416271849. iteration 11198 found worse value: 363.416271849. iteration 11199 found worse value: 363.416271849. iteration 11200 found worse value: 363.416271849. iteration 11201 found worse value: 363.416271849. iteration 11202 found worse value: 363.416271849. iteration 11203 found better value: 363.41656814000004 iteration 11204 found worse value: 363.41656814000004. iteration 11205 found worse value: 363.41656814000004. iteration 11206 found better value: 363.41669804500003 iteration 11207 found worse value: 363.41669804500003. iteration 11208 found worse value: 363.41669804500003. iteration 11209 found worse value: 363.41669804500003. iteration 11210 found worse value: 363.41669804500003. iteration 11211 found worse value: 363.41669804500003. iteration 11212 found worse value: 363.41669804500003. iteration 11213 found worse value: 363.41669804500003. iteration 11214 found worse value: 363.41669804500003. iteration 11215 found worse value: 363.41669804500003. iteration 11216 found worse value: 363.41669804500003. iteration 11217 found worse value: 363.41669804500003. iteration 11218 found better value: 363.416805132 iteration 11219 found worse value: 363.416805132. iteration 11220 found worse value: 363.416805132. iteration 11221 found worse value: 363.416805132. iteration 11222 found worse value: 363.416805132. iteration 11223 found worse value: 363.416805132. iteration 11224 found worse value: 363.416805132. iteration11224, perturbing to get out of local maxima iteration 11225 found worse value: 363.416805132. iteration 11226 found worse value: 363.416805132. iteration 11227 found worse value: 363.416805132. iteration 11228 found worse value: 363.416805132. iteration 11229 found worse value: 363.416805132. iteration 11230 found worse value: 363.416805132. iteration 11231 found worse value: 363.416805132. iteration 11232 found worse value: 363.416805132. iteration 11233 found worse value: 363.416805132. iteration 11234 found worse value: 363.416805132. iteration 11235 found worse value: 363.416805132. iteration 11236 found worse value: 363.416805132. iteration 11237 found worse value: 363.416805132. iteration 11238 found better value: 363.417363626 iteration 11239 found worse value: 363.417363626. iteration 11240 found worse value: 363.417363626. iteration 11241 found worse value: 363.417363626. iteration 11242 found worse value: 363.417363626. iteration 11243 found worse value: 363.417363626. iteration 11244 found worse value: 363.417363626. iteration 11245 found worse value: 363.417363626. iteration 11246 found worse value: 363.417363626. iteration 11247 found worse value: 363.417363626. iteration 11248 found worse value: 363.417363626. iteration 11249 found worse value: 363.417363626. iteration 11250 found worse value: 363.417363626. iteration 11251 found worse value: 363.417363626. iteration 11252 found worse value: 363.417363626. iteration 11253 found worse value: 363.417363626. iteration 11254 found worse value: 363.417363626. iteration 11255 found worse value: 363.417363626. iteration 11256 found worse value: 363.417363626. iteration 11257 found worse value: 363.417363626. iteration 11258 found worse value: 363.417363626. iteration 11259 found worse value: 363.417363626. iteration 11260 found worse value: 363.417363626. iteration 11261 found worse value: 363.417363626. iteration 11262 found worse value: 363.417363626. iteration 11263 found worse value: 363.417363626. iteration 11264 found worse value: 363.417363626. iteration 11265 found worse value: 363.417363626. iteration 11266 found worse value: 363.417363626. iteration 11267 found worse value: 363.417363626. iteration11267, perturbing to get out of local maxima iteration 11268 found worse value: 363.417363626. iteration 11269 found worse value: 363.417363626. iteration 11270 found worse value: 363.417363626. iteration 11271 found worse value: 363.417363626. iteration 11272 found worse value: 363.417363626. iteration 11273 found worse value: 363.417363626. iteration 11274 found worse value: 363.417363626. iteration 11275 found worse value: 363.417363626. iteration 11276 found worse value: 363.417363626. iteration 11277 found worse value: 363.417363626. iteration 11278 found worse value: 363.417363626. iteration 11279 found worse value: 363.417363626. iteration 11280 found worse value: 363.417363626. iteration 11281 found worse value: 363.417363626. iteration 11282 found worse value: 363.417363626. iteration 11283 found worse value: 363.417363626. iteration 11284 found worse value: 363.417363626. iteration 11285 found worse value: 363.417363626. iteration 11286 found worse value: 363.417363626. iteration 11287 found worse value: 363.417363626. iteration 11288 found worse value: 363.417363626. iteration 11289 found worse value: 363.417363626. iteration 11290 found worse value: 363.417363626. iteration 11291 found worse value: 363.417363626. iteration 11292 found worse value: 363.417363626. iteration 11293 found worse value: 363.417363626. iteration 11294 found worse value: 363.417363626. iteration 11295 found worse value: 363.417363626. iteration 11296 found worse value: 363.417363626. iteration 11297 found worse value: 363.417363626. iteration 11298 found worse value: 363.417363626. iteration 11299 found worse value: 363.417363626. iteration 11300 found worse value: 363.417363626. iteration 11301 found worse value: 363.417363626. iteration 11302 found worse value: 363.417363626. iteration 11303 found worse value: 363.417363626. iteration 11304 found worse value: 363.417363626. iteration 11305 found worse value: 363.417363626. iteration 11306 found worse value: 363.417363626. iteration 11307 found worse value: 363.417363626. iteration 11308 found worse value: 363.417363626. iteration 11309 found worse value: 363.417363626. iteration 11310 found worse value: 363.417363626. iteration11310, perturbing to get out of local maxima iteration 11311 found worse value: 363.417363626. iteration 11312 found worse value: 363.417363626. iteration 11313 found worse value: 363.417363626. iteration 11314 found worse value: 363.417363626. iteration 11315 found worse value: 363.417363626. iteration 11316 found worse value: 363.417363626. iteration 11317 found worse value: 363.417363626. iteration 11318 found worse value: 363.417363626. iteration 11319 found worse value: 363.417363626. iteration 11320 found worse value: 363.417363626. iteration 11321 found worse value: 363.417363626. iteration 11322 found worse value: 363.417363626. iteration 11323 found worse value: 363.417363626. iteration 11324 found worse value: 363.417363626. iteration 11325 found worse value: 363.417363626. iteration 11326 found worse value: 363.417363626. iteration11326, perturbing to get out of local maxima iteration 11327 found better value: 363.41743485999996 iteration 11328 found worse value: 363.41743485999996. iteration 11329 found worse value: 363.41743485999996. iteration 11330 found worse value: 363.41743485999996. iteration 11331 found worse value: 363.41743485999996. iteration 11332 found worse value: 363.41743485999996. iteration 11333 found worse value: 363.41743485999996. iteration 11334 found worse value: 363.41743485999996. iteration 11335 found worse value: 363.41743485999996. iteration 11336 found worse value: 363.41743485999996. iteration 11337 found worse value: 363.41743485999996. iteration 11338 found worse value: 363.41743485999996. iteration 11339 found worse value: 363.41743485999996. iteration 11340 found worse value: 363.41743485999996. iteration 11341 found worse value: 363.41743485999996. iteration 11342 found worse value: 363.41743485999996. iteration 11343 found worse value: 363.41743485999996. iteration 11344 found worse value: 363.41743485999996. iteration11344, perturbing to get out of local maxima iteration 11345 found worse value: 363.41743485999996. iteration 11346 found worse value: 363.41743485999996. iteration 11347 found worse value: 363.41743485999996. iteration 11348 found worse value: 363.41743485999996. iteration 11349 found worse value: 363.41743485999996. iteration 11350 found worse value: 363.41743485999996. iteration 11351 found worse value: 363.41743485999996. iteration 11352 found worse value: 363.41743485999996. iteration 11353 found worse value: 363.41743485999996. iteration 11354 found worse value: 363.41743485999996. iteration 11355 found worse value: 363.41743485999996. iteration 11356 found worse value: 363.41743485999996. iteration 11357 found worse value: 363.41743485999996. iteration 11358 found worse value: 363.41743485999996. iteration 11359 found worse value: 363.41743485999996. iteration 11360 found worse value: 363.41743485999996. iteration 11361 found worse value: 363.41743485999996. iteration 11362 found worse value: 363.41743485999996. iteration 11363 found worse value: 363.41743485999996. iteration 11364 found worse value: 363.41743485999996. iteration 11365 found worse value: 363.41743485999996. iteration 11366 found worse value: 363.41743485999996. iteration 11367 found worse value: 363.41743485999996. iteration 11368 found worse value: 363.41743485999996. iteration 11369 found worse value: 363.41743485999996. iteration 11370 found worse value: 363.41743485999996. iteration 11371 found worse value: 363.41743485999996. iteration 11372 found worse value: 363.41743485999996. iteration11372, perturbing to get out of local maxima iteration 11373 found worse value: 363.41743485999996. iteration 11374 found worse value: 363.41743485999996. iteration 11375 found worse value: 363.41743485999996. iteration 11376 found worse value: 363.41743485999996. iteration 11377 found worse value: 363.41743485999996. iteration 11378 found worse value: 363.41743485999996. iteration 11379 found worse value: 363.41743485999996. iteration11379, perturbing to get out of local maxima iteration 11380 found worse value: 363.41743485999996. iteration 11381 found worse value: 363.41743485999996. iteration 11382 found worse value: 363.41743485999996. iteration 11383 found worse value: 363.41743485999996. iteration 11384 found worse value: 363.41743485999996. iteration 11385 found worse value: 363.41743485999996. iteration 11386 found worse value: 363.41743485999996. iteration 11387 found worse value: 363.41743485999996. iteration 11388 found worse value: 363.41743485999996. iteration 11389 found worse value: 363.41743485999996. iteration 11390 found worse value: 363.41743485999996. iteration 11391 found worse value: 363.41743485999996. iteration 11392 found worse value: 363.41743485999996. iteration 11393 found worse value: 363.41743485999996. iteration 11394 found worse value: 363.41743485999996. iteration 11395 found worse value: 363.41743485999996. iteration 11396 found worse value: 363.41743485999996. iteration 11397 found worse value: 363.41743485999996. iteration 11398 found worse value: 363.41743485999996. iteration 11399 found worse value: 363.41743485999996. iteration 11400 found worse value: 363.41743485999996. iteration 11401 found worse value: 363.41743485999996. iteration 11402 found worse value: 363.41743485999996. iteration 11403 found worse value: 363.41743485999996. iteration 11404 found worse value: 363.41743485999996. iteration 11405 found worse value: 363.41743485999996. iteration 11406 found worse value: 363.41743485999996. iteration 11407 found worse value: 363.41743485999996. iteration11407, perturbing to get out of local maxima iteration 11408 found worse value: 363.41743485999996. iteration 11409 found worse value: 363.41743485999996. iteration 11410 found worse value: 363.41743485999996. iteration 11411 found worse value: 363.41743485999996. iteration 11412 found worse value: 363.41743485999996. iteration 11413 found worse value: 363.41743485999996. iteration 11414 found worse value: 363.41743485999996. iteration 11415 found worse value: 363.41743485999996. iteration 11416 found worse value: 363.41743485999996. iteration 11417 found worse value: 363.41743485999996. iteration 11418 found worse value: 363.41743485999996. iteration 11419 found worse value: 363.41743485999996. iteration 11420 found worse value: 363.41743485999996. iteration 11421 found worse value: 363.41743485999996. iteration 11422 found worse value: 363.41743485999996. iteration 11423 found worse value: 363.41743485999996. iteration 11424 found worse value: 363.41743485999996. iteration 11425 found worse value: 363.41743485999996. iteration 11426 found worse value: 363.41743485999996. iteration 11427 found worse value: 363.41743485999996. iteration 11428 found worse value: 363.41743485999996. iteration 11429 found worse value: 363.41743485999996. iteration 11430 found worse value: 363.41743485999996. iteration 11431 found worse value: 363.41743485999996. iteration11431, perturbing to get out of local maxima iteration 11432 found worse value: 363.41743485999996. iteration 11433 found worse value: 363.41743485999996. iteration 11434 found worse value: 363.41743485999996. iteration 11435 found worse value: 363.41743485999996. iteration 11436 found worse value: 363.41743485999996. iteration 11437 found worse value: 363.41743485999996. iteration11437, perturbing to get out of local maxima iteration 11438 found worse value: 363.41743485999996. iteration 11439 found worse value: 363.41743485999996. iteration 11440 found worse value: 363.41743485999996. iteration 11441 found worse value: 363.41743485999996. iteration 11442 found worse value: 363.41743485999996. iteration 11443 found worse value: 363.41743485999996. iteration 11444 found worse value: 363.41743485999996. iteration11444, perturbing to get out of local maxima iteration 11445 found worse value: 363.41743485999996. iteration 11446 found worse value: 363.41743485999996. iteration 11447 found worse value: 363.41743485999996. iteration 11448 found worse value: 363.41743485999996. iteration 11449 found worse value: 363.41743485999996. iteration 11450 found worse value: 363.41743485999996. iteration 11451 found worse value: 363.41743485999996. iteration 11452 found worse value: 363.41743485999996. iteration 11453 found worse value: 363.41743485999996. iteration 11454 found worse value: 363.41743485999996. iteration 11455 found worse value: 363.41743485999996. iteration 11456 found worse value: 363.41743485999996. iteration 11457 found worse value: 363.41743485999996. iteration 11458 found worse value: 363.41743485999996. iteration 11459 found worse value: 363.41743485999996. iteration 11460 found worse value: 363.41743485999996. iteration 11461 found worse value: 363.41743485999996. iteration 11462 found worse value: 363.41743485999996. iteration 11463 found worse value: 363.41743485999996. iteration 11464 found worse value: 363.41743485999996. iteration 11465 found worse value: 363.41743485999996. iteration 11466 found worse value: 363.41743485999996. iteration 11467 found worse value: 363.41743485999996. iteration 11468 found worse value: 363.41743485999996. iteration11468, perturbing to get out of local maxima iteration 11469 found worse value: 363.41743485999996. iteration 11470 found worse value: 363.41743485999996. iteration 11471 found worse value: 363.41743485999996. iteration 11472 found worse value: 363.41743485999996. iteration 11473 found worse value: 363.41743485999996. iteration 11474 found worse value: 363.41743485999996. iteration 11475 found worse value: 363.41743485999996. iteration11475, perturbing to get out of local maxima iteration 11476 found worse value: 363.41743485999996. iteration 11477 found worse value: 363.41743485999996. iteration 11478 found worse value: 363.41743485999996. iteration 11479 found worse value: 363.41743485999996. iteration 11480 found worse value: 363.41743485999996. iteration 11481 found worse value: 363.41743485999996. iteration 11482 found worse value: 363.41743485999996. iteration 11483 found worse value: 363.41743485999996. iteration 11484 found worse value: 363.41743485999996. iteration 11485 found worse value: 363.41743485999996. iteration 11486 found worse value: 363.41743485999996. iteration 11487 found worse value: 363.41743485999996. iteration 11488 found worse value: 363.41743485999996. iteration 11489 found worse value: 363.41743485999996. iteration 11490 found worse value: 363.41743485999996. iteration11490, perturbing to get out of local maxima iteration 11491 found worse value: 363.41743485999996. iteration 11492 found worse value: 363.41743485999996. iteration 11493 found worse value: 363.41743485999996. iteration 11494 found worse value: 363.41743485999996. iteration 11495 found worse value: 363.41743485999996. iteration 11496 found worse value: 363.41743485999996. iteration 11497 found worse value: 363.41743485999996. iteration 11498 found worse value: 363.41743485999996. iteration 11499 found worse value: 363.41743485999996. iteration 11500 found worse value: 363.41743485999996. iteration 11501 found worse value: 363.41743485999996. iteration 11502 found worse value: 363.41743485999996. iteration 11503 found worse value: 363.41743485999996. iteration 11504 found worse value: 363.41743485999996. iteration11504, perturbing to get out of local maxima iteration 11505 found worse value: 363.41743485999996. iteration 11506 found worse value: 363.41743485999996. iteration 11507 found worse value: 363.41743485999996. iteration 11508 found worse value: 363.41743485999996. iteration 11509 found worse value: 363.41743485999996. iteration 11510 found worse value: 363.41743485999996. iteration 11511 found worse value: 363.41743485999996. iteration 11512 found worse value: 363.41743485999996. iteration 11513 found worse value: 363.41743485999996. iteration 11514 found worse value: 363.41743485999996. iteration 11515 found worse value: 363.41743485999996. iteration 11516 found worse value: 363.41743485999996. iteration 11517 found worse value: 363.41743485999996. iteration 11518 found worse value: 363.41743485999996. iteration 11519 found worse value: 363.41743485999996. iteration 11520 found worse value: 363.41743485999996. iteration 11521 found worse value: 363.41743485999996. iteration 11522 found worse value: 363.41743485999996. iteration 11523 found worse value: 363.41743485999996. iteration 11524 found worse value: 363.41743485999996. iteration 11525 found worse value: 363.41743485999996. iteration 11526 found worse value: 363.41743485999996. iteration 11527 found worse value: 363.41743485999996. iteration 11528 found worse value: 363.41743485999996. iteration 11529 found worse value: 363.41743485999996. iteration 11530 found worse value: 363.41743485999996. iteration 11531 found worse value: 363.41743485999996. iteration 11532 found worse value: 363.41743485999996. iteration 11533 found worse value: 363.41743485999996. iteration 11534 found worse value: 363.41743485999996. iteration 11535 found worse value: 363.41743485999996. iteration 11536 found worse value: 363.41743485999996. iteration 11537 found worse value: 363.41743485999996. iteration 11538 found worse value: 363.41743485999996. iteration 11539 found worse value: 363.41743485999996. iteration 11540 found worse value: 363.41743485999996. iteration 11541 found worse value: 363.41743485999996. iteration 11542 found worse value: 363.41743485999996. iteration 11543 found worse value: 363.41743485999996. iteration 11544 found worse value: 363.41743485999996. iteration 11545 found worse value: 363.41743485999996. iteration 11546 found worse value: 363.41743485999996. iteration 11547 found worse value: 363.41743485999996. iteration 11548 found worse value: 363.41743485999996. iteration 11549 found worse value: 363.41743485999996. iteration 11550 found worse value: 363.41743485999996. iteration 11551 found worse value: 363.41743485999996. iteration 11552 found worse value: 363.41743485999996. iteration 11553 found worse value: 363.41743485999996. iteration 11554 found worse value: 363.41743485999996. iteration 11555 found worse value: 363.41743485999996. iteration 11556 found worse value: 363.41743485999996. iteration 11557 found worse value: 363.41743485999996. iteration 11558 found worse value: 363.41743485999996. iteration 11559 found worse value: 363.41743485999996. iteration 11560 found worse value: 363.41743485999996. iteration 11561 found worse value: 363.41743485999996. iteration 11562 found worse value: 363.41743485999996. iteration 11563 found worse value: 363.41743485999996. iteration 11564 found worse value: 363.41743485999996. iteration 11565 found worse value: 363.41743485999996. iteration 11566 found worse value: 363.41743485999996. iteration 11567 found worse value: 363.41743485999996. iteration 11568 found worse value: 363.41743485999996. iteration 11569 found worse value: 363.41743485999996. iteration 11570 found worse value: 363.41743485999996. iteration 11571 found worse value: 363.41743485999996. iteration 11572 found worse value: 363.41743485999996. iteration 11573 found worse value: 363.41743485999996. iteration 11574 found worse value: 363.41743485999996. iteration 11575 found worse value: 363.41743485999996. iteration 11576 found worse value: 363.41743485999996. iteration 11577 found worse value: 363.41743485999996. iteration 11578 found worse value: 363.41743485999996. iteration 11579 found worse value: 363.41743485999996. iteration 11580 found worse value: 363.41743485999996. iteration 11581 found worse value: 363.41743485999996. iteration 11582 found worse value: 363.41743485999996. iteration 11583 found worse value: 363.41743485999996. iteration 11584 found worse value: 363.41743485999996. iteration 11585 found worse value: 363.41743485999996. iteration 11586 found worse value: 363.41743485999996. iteration 11587 found worse value: 363.41743485999996. iteration 11588 found worse value: 363.41743485999996. iteration 11589 found worse value: 363.41743485999996. iteration 11590 found worse value: 363.41743485999996. iteration 11591 found worse value: 363.41743485999996. iteration11591, perturbing to get out of local maxima iteration 11592 found worse value: 363.41743485999996. iteration 11593 found worse value: 363.41743485999996. iteration 11594 found worse value: 363.41743485999996. iteration 11595 found worse value: 363.41743485999996. iteration 11596 found worse value: 363.41743485999996. iteration 11597 found worse value: 363.41743485999996. iteration 11598 found worse value: 363.41743485999996. iteration 11599 found worse value: 363.41743485999996. iteration 11600 found worse value: 363.41743485999996. iteration 11601 found worse value: 363.41743485999996. iteration 11602 found worse value: 363.41743485999996. iteration 11603 found worse value: 363.41743485999996. iteration 11604 found worse value: 363.41743485999996. iteration 11605 found worse value: 363.41743485999996. iteration 11606 found worse value: 363.41743485999996. iteration 11607 found worse value: 363.41743485999996. iteration 11608 found worse value: 363.41743485999996. iteration 11609 found worse value: 363.41743485999996. iteration 11610 found worse value: 363.41743485999996. iteration 11611 found worse value: 363.41743485999996. iteration 11612 found worse value: 363.41743485999996. iteration11612, perturbing to get out of local maxima iteration 11613 found worse value: 363.41743485999996. iteration 11614 found worse value: 363.41743485999996. iteration 11615 found worse value: 363.41743485999996. iteration 11616 found worse value: 363.41743485999996. iteration 11617 found worse value: 363.41743485999996. iteration 11618 found worse value: 363.41743485999996. iteration 11619 found worse value: 363.41743485999996. iteration 11620 found worse value: 363.41743485999996. iteration 11621 found worse value: 363.41743485999996. iteration 11622 found worse value: 363.41743485999996. iteration 11623 found worse value: 363.41743485999996. iteration 11624 found worse value: 363.41743485999996. iteration 11625 found worse value: 363.41743485999996. iteration 11626 found worse value: 363.41743485999996. iteration 11627 found worse value: 363.41743485999996. iteration 11628 found worse value: 363.41743485999996. iteration 11629 found worse value: 363.41743485999996. iteration 11630 found worse value: 363.41743485999996. iteration 11631 found worse value: 363.41743485999996. iteration 11632 found worse value: 363.41743485999996. iteration 11633 found worse value: 363.41743485999996. iteration 11634 found worse value: 363.41743485999996. iteration 11635 found worse value: 363.41743485999996. iteration 11636 found worse value: 363.41743485999996. iteration 11637 found worse value: 363.41743485999996. iteration 11638 found worse value: 363.41743485999996. iteration 11639 found worse value: 363.41743485999996. iteration 11640 found worse value: 363.41743485999996. iteration 11641 found worse value: 363.41743485999996. iteration 11642 found worse value: 363.41743485999996. iteration 11643 found worse value: 363.41743485999996. iteration 11644 found worse value: 363.41743485999996. iteration 11645 found worse value: 363.41743485999996. iteration 11646 found worse value: 363.41743485999996. iteration 11647 found worse value: 363.41743485999996. iteration 11648 found worse value: 363.41743485999996. iteration 11649 found worse value: 363.41743485999996. iteration 11650 found worse value: 363.41743485999996. iteration 11651 found worse value: 363.41743485999996. iteration 11652 found worse value: 363.41743485999996. iteration 11653 found worse value: 363.41743485999996. iteration 11654 found worse value: 363.41743485999996. iteration 11655 found worse value: 363.41743485999996. iteration 11656 found worse value: 363.41743485999996. iteration 11657 found worse value: 363.41743485999996. iteration 11658 found worse value: 363.41743485999996. iteration 11659 found worse value: 363.41743485999996. iteration 11660 found worse value: 363.41743485999996. iteration 11661 found worse value: 363.41743485999996. iteration 11662 found worse value: 363.41743485999996. iteration 11663 found worse value: 363.41743485999996. iteration 11664 found worse value: 363.41743485999996. iteration 11665 found worse value: 363.41743485999996. iteration 11666 found worse value: 363.41743485999996. iteration 11667 found worse value: 363.41743485999996. iteration11667, perturbing to get out of local maxima iteration 11668 found worse value: 363.41743485999996. iteration 11669 found worse value: 363.41743485999996. iteration 11670 found worse value: 363.41743485999996. iteration 11671 found worse value: 363.41743485999996. iteration 11672 found worse value: 363.41743485999996. iteration 11673 found worse value: 363.41743485999996. iteration 11674 found worse value: 363.41743485999996. iteration 11675 found worse value: 363.41743485999996. iteration 11676 found worse value: 363.41743485999996. iteration 11677 found worse value: 363.41743485999996. iteration 11678 found worse value: 363.41743485999996. iteration 11679 found worse value: 363.41743485999996. iteration 11680 found worse value: 363.41743485999996. iteration 11681 found worse value: 363.41743485999996. iteration 11682 found worse value: 363.41743485999996. iteration 11683 found worse value: 363.41743485999996. iteration 11684 found worse value: 363.41743485999996. iteration 11685 found worse value: 363.41743485999996. iteration 11686 found worse value: 363.41743485999996. iteration 11687 found worse value: 363.41743485999996. iteration 11688 found worse value: 363.41743485999996. iteration 11689 found worse value: 363.41743485999996. iteration 11690 found worse value: 363.41743485999996. iteration 11691 found worse value: 363.41743485999996. iteration 11692 found worse value: 363.41743485999996. iteration 11693 found worse value: 363.41743485999996. iteration 11694 found worse value: 363.41743485999996. iteration 11695 found worse value: 363.41743485999996. iteration 11696 found worse value: 363.41743485999996. iteration 11697 found worse value: 363.41743485999996. iteration 11698 found worse value: 363.41743485999996. iteration 11699 found worse value: 363.41743485999996. iteration 11700 found worse value: 363.41743485999996. iteration 11701 found worse value: 363.41743485999996. iteration 11702 found worse value: 363.41743485999996. iteration 11703 found worse value: 363.41743485999996. iteration 11704 found worse value: 363.41743485999996. iteration11704, perturbing to get out of local maxima iteration 11705 found worse value: 363.41743485999996. iteration 11706 found worse value: 363.41743485999996. iteration 11707 found worse value: 363.41743485999996. iteration 11708 found worse value: 363.41743485999996. iteration 11709 found worse value: 363.41743485999996. iteration 11710 found worse value: 363.41743485999996. iteration 11711 found worse value: 363.41743485999996. iteration 11712 found worse value: 363.41743485999996. iteration 11713 found worse value: 363.41743485999996. iteration 11714 found worse value: 363.41743485999996. iteration 11715 found worse value: 363.41743485999996. iteration 11716 found worse value: 363.41743485999996. iteration 11717 found worse value: 363.41743485999996. iteration 11718 found worse value: 363.41743485999996. iteration 11719 found worse value: 363.41743485999996. iteration 11720 found worse value: 363.41743485999996. iteration 11721 found worse value: 363.41743485999996. iteration 11722 found worse value: 363.41743485999996. iteration 11723 found worse value: 363.41743485999996. iteration 11724 found worse value: 363.41743485999996. iteration 11725 found worse value: 363.41743485999996. iteration 11726 found worse value: 363.41743485999996. iteration 11727 found worse value: 363.41743485999996. iteration 11728 found worse value: 363.41743485999996. iteration 11729 found worse value: 363.41743485999996. iteration 11730 found worse value: 363.41743485999996. iteration 11731 found worse value: 363.41743485999996. iteration 11732 found worse value: 363.41743485999996. iteration 11733 found worse value: 363.41743485999996. iteration 11734 found worse value: 363.41743485999996. iteration 11735 found worse value: 363.41743485999996. iteration 11736 found worse value: 363.41743485999996. iteration 11737 found worse value: 363.41743485999996. iteration 11738 found worse value: 363.41743485999996. iteration 11739 found worse value: 363.41743485999996. iteration 11740 found worse value: 363.41743485999996. iteration 11741 found worse value: 363.41743485999996. iteration 11742 found worse value: 363.41743485999996. iteration 11743 found worse value: 363.41743485999996. iteration 11744 found worse value: 363.41743485999996. iteration11744, perturbing to get out of local maxima iteration 11745 found worse value: 363.41743485999996. iteration 11746 found worse value: 363.41743485999996. iteration 11747 found worse value: 363.41743485999996. iteration 11748 found worse value: 363.41743485999996. iteration 11749 found worse value: 363.41743485999996. iteration 11750 found worse value: 363.41743485999996. iteration11750, perturbing to get out of local maxima iteration 11751 found worse value: 363.41743485999996. iteration 11752 found worse value: 363.41743485999996. iteration 11753 found worse value: 363.41743485999996. iteration 11754 found worse value: 363.41743485999996. iteration 11755 found worse value: 363.41743485999996. iteration 11756 found worse value: 363.41743485999996. iteration 11757 found worse value: 363.41743485999996. iteration 11758 found worse value: 363.41743485999996. iteration 11759 found worse value: 363.41743485999996. iteration 11760 found worse value: 363.41743485999996. iteration 11761 found worse value: 363.41743485999996. iteration 11762 found worse value: 363.41743485999996. iteration11762, perturbing to get out of local maxima iteration 11763 found worse value: 363.41743485999996. iteration 11764 found worse value: 363.41743485999996. iteration 11765 found worse value: 363.41743485999996. iteration 11766 found worse value: 363.41743485999996. iteration 11767 found worse value: 363.41743485999996. iteration 11768 found worse value: 363.41743485999996. iteration 11769 found worse value: 363.41743485999996. iteration 11770 found worse value: 363.41743485999996. iteration 11771 found worse value: 363.41743485999996. iteration 11772 found worse value: 363.41743485999996. iteration 11773 found worse value: 363.41743485999996. iteration 11774 found worse value: 363.41743485999996. iteration 11775 found worse value: 363.41743485999996. iteration 11776 found worse value: 363.41743485999996. iteration 11777 found worse value: 363.41743485999996. iteration 11778 found worse value: 363.41743485999996. iteration 11779 found worse value: 363.41743485999996. iteration 11780 found worse value: 363.41743485999996. iteration 11781 found worse value: 363.41743485999996. iteration 11782 found worse value: 363.41743485999996. iteration 11783 found worse value: 363.41743485999996. iteration 11784 found worse value: 363.41743485999996. iteration 11785 found worse value: 363.41743485999996. iteration 11786 found worse value: 363.41743485999996. iteration 11787 found worse value: 363.41743485999996. iteration 11788 found worse value: 363.41743485999996. iteration 11789 found worse value: 363.41743485999996. iteration 11790 found worse value: 363.41743485999996. iteration 11791 found worse value: 363.41743485999996. iteration 11792 found worse value: 363.41743485999996. iteration 11793 found worse value: 363.41743485999996. iteration 11794 found worse value: 363.41743485999996. iteration11794, perturbing to get out of local maxima iteration 11795 found worse value: 363.41743485999996. iteration 11796 found worse value: 363.41743485999996. iteration 11797 found worse value: 363.41743485999996. iteration 11798 found worse value: 363.41743485999996. iteration 11799 found worse value: 363.41743485999996. iteration 11800 found worse value: 363.41743485999996. iteration 11801 found worse value: 363.41743485999996. iteration 11802 found worse value: 363.41743485999996. iteration 11803 found worse value: 363.41743485999996. iteration 11804 found worse value: 363.41743485999996. iteration 11805 found worse value: 363.41743485999996. iteration 11806 found worse value: 363.41743485999996. iteration 11807 found worse value: 363.41743485999996. iteration 11808 found worse value: 363.41743485999996. iteration 11809 found worse value: 363.41743485999996. iteration 11810 found worse value: 363.41743485999996. iteration 11811 found worse value: 363.41743485999996. iteration 11812 found worse value: 363.41743485999996. iteration 11813 found worse value: 363.41743485999996. iteration 11814 found worse value: 363.41743485999996. iteration 11815 found worse value: 363.41743485999996. iteration 11816 found worse value: 363.41743485999996. iteration 11817 found worse value: 363.41743485999996. iteration 11818 found worse value: 363.41743485999996. iteration 11819 found worse value: 363.41743485999996. iteration 11820 found worse value: 363.41743485999996. iteration 11821 found worse value: 363.41743485999996. iteration 11822 found worse value: 363.41743485999996. iteration 11823 found worse value: 363.41743485999996. iteration 11824 found worse value: 363.41743485999996. iteration 11825 found worse value: 363.41743485999996. iteration 11826 found worse value: 363.41743485999996. iteration 11827 found worse value: 363.41743485999996. iteration 11828 found worse value: 363.41743485999996. iteration 11829 found worse value: 363.41743485999996. iteration 11830 found worse value: 363.41743485999996. iteration 11831 found worse value: 363.41743485999996. iteration 11832 found worse value: 363.41743485999996. iteration 11833 found worse value: 363.41743485999996. iteration 11834 found worse value: 363.41743485999996. iteration 11835 found worse value: 363.41743485999996. iteration 11836 found worse value: 363.41743485999996. iteration 11837 found worse value: 363.41743485999996. iteration 11838 found worse value: 363.41743485999996. iteration 11839 found worse value: 363.41743485999996. iteration 11840 found worse value: 363.41743485999996. iteration 11841 found worse value: 363.41743485999996. iteration 11842 found worse value: 363.41743485999996. iteration 11843 found worse value: 363.41743485999996. iteration 11844 found worse value: 363.41743485999996. iteration 11845 found worse value: 363.41743485999996. iteration 11846 found worse value: 363.41743485999996. iteration 11847 found worse value: 363.41743485999996. iteration 11848 found worse value: 363.41743485999996. iteration 11849 found worse value: 363.41743485999996. iteration 11850 found worse value: 363.41743485999996. iteration 11851 found worse value: 363.41743485999996. iteration 11852 found worse value: 363.41743485999996. iteration 11853 found worse value: 363.41743485999996. iteration 11854 found worse value: 363.41743485999996. iteration 11855 found worse value: 363.41743485999996. iteration 11856 found worse value: 363.41743485999996. iteration 11857 found worse value: 363.41743485999996. iteration 11858 found worse value: 363.41743485999996. iteration 11859 found worse value: 363.41743485999996. iteration 11860 found worse value: 363.41743485999996. iteration 11861 found worse value: 363.41743485999996. iteration 11862 found worse value: 363.41743485999996. iteration 11863 found worse value: 363.41743485999996. iteration 11864 found worse value: 363.41743485999996. iteration 11865 found worse value: 363.41743485999996. iteration 11866 found worse value: 363.41743485999996. iteration 11867 found worse value: 363.41743485999996. iteration 11868 found worse value: 363.41743485999996. iteration 11869 found worse value: 363.41743485999996. iteration 11870 found worse value: 363.41743485999996. iteration 11871 found worse value: 363.41743485999996. iteration 11872 found worse value: 363.41743485999996. iteration 11873 found worse value: 363.41743485999996. iteration 11874 found worse value: 363.41743485999996. iteration 11875 found worse value: 363.41743485999996. iteration 11876 found worse value: 363.41743485999996. iteration 11877 found worse value: 363.41743485999996. iteration 11878 found worse value: 363.41743485999996. iteration11878, perturbing to get out of local maxima iteration 11879 found worse value: 363.41743485999996. iteration 11880 found worse value: 363.41743485999996. iteration 11881 found worse value: 363.41743485999996. iteration 11882 found worse value: 363.41743485999996. iteration 11883 found worse value: 363.41743485999996. iteration 11884 found worse value: 363.41743485999996. iteration 11885 found worse value: 363.41743485999996. iteration 11886 found worse value: 363.41743485999996. iteration 11887 found worse value: 363.41743485999996. iteration 11888 found worse value: 363.41743485999996. iteration 11889 found worse value: 363.41743485999996. iteration 11890 found worse value: 363.41743485999996. iteration 11891 found worse value: 363.41743485999996. iteration 11892 found worse value: 363.41743485999996. iteration 11893 found worse value: 363.41743485999996. iteration 11894 found worse value: 363.41743485999996. iteration 11895 found worse value: 363.41743485999996. iteration 11896 found worse value: 363.41743485999996. iteration 11897 found worse value: 363.41743485999996. iteration 11898 found worse value: 363.41743485999996. iteration 11899 found worse value: 363.41743485999996. iteration 11900 found worse value: 363.41743485999996. iteration 11901 found worse value: 363.41743485999996. iteration 11902 found worse value: 363.41743485999996. iteration 11903 found worse value: 363.41743485999996. iteration 11904 found worse value: 363.41743485999996. iteration 11905 found worse value: 363.41743485999996. iteration 11906 found worse value: 363.41743485999996. iteration 11907 found worse value: 363.41743485999996. iteration 11908 found worse value: 363.41743485999996. iteration 11909 found worse value: 363.41743485999996. iteration 11910 found worse value: 363.41743485999996. iteration 11911 found worse value: 363.41743485999996. iteration 11912 found worse value: 363.41743485999996. iteration 11913 found worse value: 363.41743485999996. iteration11913, perturbing to get out of local maxima iteration 11914 found worse value: 363.41743485999996. iteration 11915 found worse value: 363.41743485999996. iteration 11916 found worse value: 363.41743485999996. iteration 11917 found worse value: 363.41743485999996. iteration 11918 found worse value: 363.41743485999996. iteration 11919 found worse value: 363.41743485999996. iteration 11920 found worse value: 363.41743485999996. iteration 11921 found worse value: 363.41743485999996. iteration 11922 found worse value: 363.41743485999996. iteration 11923 found worse value: 363.41743485999996. iteration 11924 found worse value: 363.41743485999996. iteration 11925 found worse value: 363.41743485999996. iteration 11926 found worse value: 363.41743485999996. iteration 11927 found worse value: 363.41743485999996. iteration 11928 found worse value: 363.41743485999996. iteration 11929 found worse value: 363.41743485999996. iteration 11930 found worse value: 363.41743485999996. iteration 11931 found worse value: 363.41743485999996. iteration 11932 found worse value: 363.41743485999996. iteration 11933 found worse value: 363.41743485999996. iteration 11934 found worse value: 363.41743485999996. iteration 11935 found worse value: 363.41743485999996. iteration 11936 found worse value: 363.41743485999996. iteration 11937 found worse value: 363.41743485999996. iteration 11938 found worse value: 363.41743485999996. iteration 11939 found worse value: 363.41743485999996. iteration 11940 found worse value: 363.41743485999996. iteration 11941 found worse value: 363.41743485999996. iteration 11942 found worse value: 363.41743485999996. iteration 11943 found worse value: 363.41743485999996. iteration 11944 found worse value: 363.41743485999996. iteration 11945 found worse value: 363.41743485999996. iteration 11946 found worse value: 363.41743485999996. iteration 11947 found worse value: 363.41743485999996. iteration 11948 found worse value: 363.41743485999996. iteration 11949 found worse value: 363.41743485999996. iteration 11950 found worse value: 363.41743485999996. iteration 11951 found worse value: 363.41743485999996. iteration 11952 found worse value: 363.41743485999996. iteration 11953 found worse value: 363.41743485999996. iteration 11954 found worse value: 363.41743485999996. iteration 11955 found worse value: 363.41743485999996. iteration 11956 found worse value: 363.41743485999996. iteration 11957 found worse value: 363.41743485999996. iteration 11958 found worse value: 363.41743485999996. iteration11958, perturbing to get out of local maxima iteration 11959 found worse value: 363.41743485999996. iteration 11960 found worse value: 363.41743485999996. iteration 11961 found worse value: 363.41743485999996. iteration 11962 found worse value: 363.41743485999996. iteration 11963 found worse value: 363.41743485999996. iteration 11964 found worse value: 363.41743485999996. iteration 11965 found worse value: 363.41743485999996. iteration 11966 found worse value: 363.41743485999996. iteration 11967 found worse value: 363.41743485999996. iteration 11968 found worse value: 363.41743485999996. iteration 11969 found worse value: 363.41743485999996. iteration 11970 found worse value: 363.41743485999996. iteration 11971 found worse value: 363.41743485999996. iteration 11972 found worse value: 363.41743485999996. iteration 11973 found worse value: 363.41743485999996. iteration 11974 found worse value: 363.41743485999996. iteration 11975 found worse value: 363.41743485999996. iteration 11976 found worse value: 363.41743485999996. iteration 11977 found worse value: 363.41743485999996. iteration 11978 found worse value: 363.41743485999996. iteration11978, perturbing to get out of local maxima iteration 11979 found worse value: 363.41743485999996. iteration 11980 found worse value: 363.41743485999996. iteration 11981 found worse value: 363.41743485999996. iteration 11982 found worse value: 363.41743485999996. iteration 11983 found worse value: 363.41743485999996. iteration 11984 found worse value: 363.41743485999996. iteration 11985 found worse value: 363.41743485999996. iteration 11986 found worse value: 363.41743485999996. iteration 11987 found worse value: 363.41743485999996. iteration 11988 found worse value: 363.41743485999996. iteration 11989 found worse value: 363.41743485999996. iteration 11990 found worse value: 363.41743485999996. iteration 11991 found worse value: 363.41743485999996. iteration 11992 found worse value: 363.41743485999996. iteration 11993 found worse value: 363.41743485999996. iteration 11994 found worse value: 363.41743485999996. iteration 11995 found worse value: 363.41743485999996. iteration 11996 found worse value: 363.41743485999996. iteration 11997 found worse value: 363.41743485999996. iteration 11998 found worse value: 363.41743485999996. iteration 11999 found worse value: 363.41743485999996. iteration 12000 found worse value: 363.41743485999996. iteration 12001 found worse value: 363.41743485999996. iteration 12002 found worse value: 363.41743485999996. iteration 12003 found worse value: 363.41743485999996. iteration 12004 found worse value: 363.41743485999996. iteration 12005 found worse value: 363.41743485999996. iteration 12006 found worse value: 363.41743485999996. iteration 12007 found worse value: 363.41743485999996. iteration 12008 found worse value: 363.41743485999996. iteration 12009 found worse value: 363.41743485999996. iteration 12010 found worse value: 363.41743485999996. iteration 12011 found worse value: 363.41743485999996. iteration 12012 found worse value: 363.41743485999996. iteration 12013 found worse value: 363.41743485999996. iteration 12014 found worse value: 363.41743485999996. iteration 12015 found worse value: 363.41743485999996. iteration 12016 found worse value: 363.41743485999996. iteration 12017 found worse value: 363.41743485999996. iteration 12018 found worse value: 363.41743485999996. iteration 12019 found worse value: 363.41743485999996. iteration 12020 found worse value: 363.41743485999996. iteration 12021 found worse value: 363.41743485999996. iteration 12022 found worse value: 363.41743485999996. iteration 12023 found worse value: 363.41743485999996. iteration 12024 found worse value: 363.41743485999996. iteration 12025 found worse value: 363.41743485999996. iteration 12026 found worse value: 363.41743485999996. iteration 12027 found worse value: 363.41743485999996. iteration 12028 found worse value: 363.41743485999996. iteration 12029 found worse value: 363.41743485999996. iteration 12030 found worse value: 363.41743485999996. iteration 12031 found worse value: 363.41743485999996. iteration 12032 found worse value: 363.41743485999996. iteration 12033 found worse value: 363.41743485999996. iteration 12034 found worse value: 363.41743485999996. iteration 12035 found worse value: 363.41743485999996. iteration 12036 found worse value: 363.41743485999996. iteration 12037 found worse value: 363.41743485999996. iteration 12038 found worse value: 363.41743485999996. iteration 12039 found worse value: 363.41743485999996. iteration 12040 found worse value: 363.41743485999996. iteration 12041 found worse value: 363.41743485999996. iteration 12042 found worse value: 363.41743485999996. iteration 12043 found worse value: 363.41743485999996. iteration 12044 found worse value: 363.41743485999996. iteration 12045 found worse value: 363.41743485999996. iteration 12046 found worse value: 363.41743485999996. iteration12046, perturbing to get out of local maxima iteration 12047 found worse value: 363.41743485999996. iteration 12048 found worse value: 363.41743485999996. iteration 12049 found worse value: 363.41743485999996. iteration 12050 found worse value: 363.41743485999996. iteration 12051 found worse value: 363.41743485999996. iteration 12052 found worse value: 363.41743485999996. iteration12052, perturbing to get out of local maxima iteration 12053 found worse value: 363.41743485999996. iteration 12054 found worse value: 363.41743485999996. iteration 12055 found worse value: 363.41743485999996. iteration 12056 found worse value: 363.41743485999996. iteration 12057 found worse value: 363.41743485999996. iteration 12058 found worse value: 363.41743485999996. iteration 12059 found worse value: 363.41743485999996. iteration 12060 found worse value: 363.41743485999996. iteration 12061 found worse value: 363.41743485999996. iteration12061, perturbing to get out of local maxima iteration 12062 found worse value: 363.41743485999996. iteration 12063 found worse value: 363.41743485999996. iteration 12064 found worse value: 363.41743485999996. iteration12064, perturbing to get out of local maxima iteration 12065 found worse value: 363.41743485999996. iteration 12066 found worse value: 363.41743485999996. iteration 12067 found worse value: 363.41743485999996. iteration 12068 found worse value: 363.41743485999996. iteration 12069 found worse value: 363.41743485999996. iteration 12070 found worse value: 363.41743485999996. iteration 12071 found worse value: 363.41743485999996. iteration 12072 found worse value: 363.41743485999996. iteration 12073 found worse value: 363.41743485999996. iteration 12074 found worse value: 363.41743485999996. iteration 12075 found worse value: 363.41743485999996. iteration 12076 found worse value: 363.41743485999996. iteration 12077 found worse value: 363.41743485999996. iteration 12078 found worse value: 363.41743485999996. iteration 12079 found worse value: 363.41743485999996. iteration 12080 found worse value: 363.41743485999996. iteration 12081 found worse value: 363.41743485999996. iteration 12082 found worse value: 363.41743485999996. iteration 12083 found worse value: 363.41743485999996. iteration 12084 found worse value: 363.41743485999996. iteration 12085 found worse value: 363.41743485999996. iteration 12086 found worse value: 363.41743485999996. iteration 12087 found worse value: 363.41743485999996. iteration 12088 found worse value: 363.41743485999996. iteration12088, perturbing to get out of local maxima iteration 12089 found worse value: 363.41743485999996. iteration12089, perturbing to get out of local maxima iteration 12090 found worse value: 363.41743485999996. iteration 12091 found worse value: 363.41743485999996. iteration 12092 found worse value: 363.41743485999996. iteration 12093 found worse value: 363.41743485999996. iteration 12094 found worse value: 363.41743485999996. iteration 12095 found worse value: 363.41743485999996. iteration 12096 found worse value: 363.41743485999996. iteration 12097 found worse value: 363.41743485999996. iteration 12098 found worse value: 363.41743485999996. iteration 12099 found worse value: 363.41743485999996. iteration 12100 found worse value: 363.41743485999996. iteration 12101 found worse value: 363.41743485999996. iteration 12102 found worse value: 363.41743485999996. iteration 12103 found worse value: 363.41743485999996. iteration 12104 found worse value: 363.41743485999996. iteration 12105 found worse value: 363.41743485999996. iteration 12106 found worse value: 363.41743485999996. iteration 12107 found worse value: 363.41743485999996. iteration 12108 found worse value: 363.41743485999996. iteration 12109 found worse value: 363.41743485999996. iteration 12110 found worse value: 363.41743485999996. iteration 12111 found worse value: 363.41743485999996. iteration 12112 found worse value: 363.41743485999996. iteration 12113 found worse value: 363.41743485999996. iteration 12114 found worse value: 363.41743485999996. iteration 12115 found worse value: 363.41743485999996. iteration 12116 found worse value: 363.41743485999996. iteration 12117 found worse value: 363.41743485999996. iteration 12118 found worse value: 363.41743485999996. iteration 12119 found worse value: 363.41743485999996. iteration 12120 found worse value: 363.41743485999996. iteration 12121 found worse value: 363.41743485999996. iteration 12122 found worse value: 363.41743485999996. iteration 12123 found worse value: 363.41743485999996. iteration 12124 found worse value: 363.41743485999996. iteration 12125 found worse value: 363.41743485999996. iteration 12126 found worse value: 363.41743485999996. iteration 12127 found worse value: 363.41743485999996. iteration 12128 found worse value: 363.41743485999996. iteration 12129 found worse value: 363.41743485999996. iteration 12130 found worse value: 363.41743485999996. iteration 12131 found worse value: 363.41743485999996. iteration 12132 found worse value: 363.41743485999996. iteration 12133 found worse value: 363.41743485999996. iteration 12134 found worse value: 363.41743485999996. iteration12134, perturbing to get out of local maxima iteration 12135 found worse value: 363.41743485999996. iteration 12136 found worse value: 363.41743485999996. iteration 12137 found worse value: 363.41743485999996. iteration 12138 found worse value: 363.41743485999996. iteration 12139 found worse value: 363.41743485999996. iteration 12140 found worse value: 363.41743485999996. iteration 12141 found worse value: 363.41743485999996. iteration 12142 found worse value: 363.41743485999996. iteration 12143 found worse value: 363.41743485999996. iteration 12144 found worse value: 363.41743485999996. iteration 12145 found worse value: 363.41743485999996. iteration 12146 found worse value: 363.41743485999996. iteration 12147 found worse value: 363.41743485999996. iteration 12148 found worse value: 363.41743485999996. iteration12148, perturbing to get out of local maxima iteration 12149 found worse value: 363.41743485999996. iteration 12150 found worse value: 363.41743485999996. iteration 12151 found worse value: 363.41743485999996. iteration 12152 found worse value: 363.41743485999996. iteration 12153 found worse value: 363.41743485999996. iteration 12154 found worse value: 363.41743485999996. iteration 12155 found worse value: 363.41743485999996. iteration 12156 found worse value: 363.41743485999996. iteration 12157 found worse value: 363.41743485999996. iteration 12158 found worse value: 363.41743485999996. iteration 12159 found worse value: 363.41743485999996. iteration 12160 found worse value: 363.41743485999996. iteration 12161 found worse value: 363.41743485999996. iteration 12162 found worse value: 363.41743485999996. iteration 12163 found worse value: 363.41743485999996. iteration 12164 found worse value: 363.41743485999996. iteration 12165 found worse value: 363.41743485999996. iteration 12166 found worse value: 363.41743485999996. iteration 12167 found worse value: 363.41743485999996. iteration 12168 found worse value: 363.41743485999996. iteration 12169 found worse value: 363.41743485999996. iteration 12170 found worse value: 363.41743485999996. iteration 12171 found worse value: 363.41743485999996. iteration 12172 found worse value: 363.41743485999996. iteration 12173 found worse value: 363.41743485999996. iteration 12174 found worse value: 363.41743485999996. iteration 12175 found worse value: 363.41743485999996. iteration 12176 found worse value: 363.41743485999996. iteration 12177 found worse value: 363.41743485999996. iteration 12178 found worse value: 363.41743485999996. iteration 12179 found worse value: 363.41743485999996. iteration12179, perturbing to get out of local maxima iteration 12180 found worse value: 363.41743485999996. iteration 12181 found worse value: 363.41743485999996. iteration 12182 found worse value: 363.41743485999996. iteration 12183 found worse value: 363.41743485999996. iteration 12184 found worse value: 363.41743485999996. iteration 12185 found worse value: 363.41743485999996. iteration 12186 found worse value: 363.41743485999996. iteration 12187 found worse value: 363.41743485999996. iteration 12188 found worse value: 363.41743485999996. iteration 12189 found worse value: 363.41743485999996. iteration 12190 found worse value: 363.41743485999996. iteration 12191 found worse value: 363.41743485999996. iteration 12192 found worse value: 363.41743485999996. iteration 12193 found worse value: 363.41743485999996. iteration 12194 found worse value: 363.41743485999996. iteration 12195 found worse value: 363.41743485999996. iteration 12196 found worse value: 363.41743485999996. iteration 12197 found worse value: 363.41743485999996. iteration 12198 found worse value: 363.41743485999996. iteration 12199 found worse value: 363.41743485999996. iteration 12200 found worse value: 363.41743485999996. iteration 12201 found worse value: 363.41743485999996. iteration 12202 found worse value: 363.41743485999996. iteration 12203 found worse value: 363.41743485999996. iteration 12204 found worse value: 363.41743485999996. iteration 12205 found worse value: 363.41743485999996. iteration 12206 found worse value: 363.41743485999996. iteration 12207 found worse value: 363.41743485999996. iteration 12208 found worse value: 363.41743485999996. iteration 12209 found worse value: 363.41743485999996. iteration 12210 found worse value: 363.41743485999996. iteration 12211 found worse value: 363.41743485999996. iteration 12212 found worse value: 363.41743485999996. iteration 12213 found worse value: 363.41743485999996. iteration 12214 found worse value: 363.41743485999996. iteration 12215 found worse value: 363.41743485999996. iteration 12216 found worse value: 363.41743485999996. iteration 12217 found worse value: 363.41743485999996. iteration 12218 found worse value: 363.41743485999996. iteration 12219 found worse value: 363.41743485999996. iteration 12220 found worse value: 363.41743485999996. iteration 12221 found worse value: 363.41743485999996. iteration 12222 found worse value: 363.41743485999996. iteration 12223 found worse value: 363.41743485999996. iteration 12224 found worse value: 363.41743485999996. iteration 12225 found worse value: 363.41743485999996. iteration 12226 found worse value: 363.41743485999996. iteration 12227 found worse value: 363.41743485999996. iteration 12228 found worse value: 363.41743485999996. iteration 12229 found worse value: 363.41743485999996. iteration 12230 found worse value: 363.41743485999996. iteration 12231 found worse value: 363.41743485999996. iteration 12232 found worse value: 363.41743485999996. iteration 12233 found worse value: 363.41743485999996. iteration 12234 found worse value: 363.41743485999996. iteration 12235 found worse value: 363.41743485999996. iteration 12236 found worse value: 363.41743485999996. iteration 12237 found worse value: 363.41743485999996. iteration 12238 found worse value: 363.41743485999996. iteration 12239 found worse value: 363.41743485999996. iteration 12240 found worse value: 363.41743485999996. iteration 12241 found worse value: 363.41743485999996. iteration 12242 found worse value: 363.41743485999996. iteration 12243 found worse value: 363.41743485999996. iteration 12244 found worse value: 363.41743485999996. iteration 12245 found worse value: 363.41743485999996. iteration 12246 found worse value: 363.41743485999996. iteration 12247 found worse value: 363.41743485999996. iteration12247, perturbing to get out of local maxima iteration 12248 found worse value: 363.41743485999996. iteration 12249 found worse value: 363.41743485999996. iteration 12250 found worse value: 363.41743485999996. iteration 12251 found worse value: 363.41743485999996. iteration 12252 found worse value: 363.41743485999996. iteration 12253 found worse value: 363.41743485999996. iteration 12254 found worse value: 363.41743485999996. iteration 12255 found worse value: 363.41743485999996. iteration 12256 found worse value: 363.41743485999996. iteration 12257 found worse value: 363.41743485999996. iteration 12258 found worse value: 363.41743485999996. iteration 12259 found worse value: 363.41743485999996. iteration 12260 found worse value: 363.41743485999996. iteration 12261 found worse value: 363.41743485999996. iteration 12262 found worse value: 363.41743485999996. iteration 12263 found worse value: 363.41743485999996. iteration 12264 found worse value: 363.41743485999996. iteration 12265 found worse value: 363.41743485999996. iteration 12266 found worse value: 363.41743485999996. iteration 12267 found worse value: 363.41743485999996. iteration 12268 found worse value: 363.41743485999996. iteration 12269 found worse value: 363.41743485999996. iteration 12270 found worse value: 363.41743485999996. iteration 12271 found worse value: 363.41743485999996. iteration 12272 found worse value: 363.41743485999996. iteration 12273 found worse value: 363.41743485999996. iteration 12274 found worse value: 363.41743485999996. iteration 12275 found worse value: 363.41743485999996. iteration 12276 found worse value: 363.41743485999996. iteration 12277 found worse value: 363.41743485999996. iteration 12278 found worse value: 363.41743485999996. iteration 12279 found worse value: 363.41743485999996. iteration 12280 found worse value: 363.41743485999996. iteration 12281 found worse value: 363.41743485999996. iteration 12282 found worse value: 363.41743485999996. iteration 12283 found worse value: 363.41743485999996. iteration 12284 found worse value: 363.41743485999996. iteration 12285 found worse value: 363.41743485999996. iteration 12286 found worse value: 363.41743485999996. iteration 12287 found worse value: 363.41743485999996. iteration 12288 found worse value: 363.41743485999996. iteration 12289 found worse value: 363.41743485999996. iteration 12290 found worse value: 363.41743485999996. iteration 12291 found worse value: 363.41743485999996. iteration 12292 found worse value: 363.41743485999996. iteration 12293 found worse value: 363.41743485999996. iteration 12294 found worse value: 363.41743485999996. iteration 12295 found worse value: 363.41743485999996. iteration 12296 found worse value: 363.41743485999996. iteration 12297 found worse value: 363.41743485999996. iteration 12298 found worse value: 363.41743485999996. iteration 12299 found worse value: 363.41743485999996. iteration 12300 found worse value: 363.41743485999996. iteration 12301 found worse value: 363.41743485999996. iteration 12302 found worse value: 363.41743485999996. iteration 12303 found worse value: 363.41743485999996. iteration 12304 found worse value: 363.41743485999996. iteration 12305 found worse value: 363.41743485999996. iteration 12306 found worse value: 363.41743485999996. iteration 12307 found worse value: 363.41743485999996. iteration 12308 found worse value: 363.41743485999996. iteration 12309 found worse value: 363.41743485999996. iteration 12310 found worse value: 363.41743485999996. iteration 12311 found worse value: 363.41743485999996. iteration12311, perturbing to get out of local maxima iteration 12312 found worse value: 363.41743485999996. iteration 12313 found worse value: 363.41743485999996. iteration 12314 found worse value: 363.41743485999996. iteration 12315 found worse value: 363.41743485999996. iteration 12316 found worse value: 363.41743485999996. iteration 12317 found worse value: 363.41743485999996. iteration 12318 found worse value: 363.41743485999996. iteration 12319 found worse value: 363.41743485999996. iteration 12320 found worse value: 363.41743485999996. iteration 12321 found worse value: 363.41743485999996. iteration 12322 found worse value: 363.41743485999996. iteration 12323 found worse value: 363.41743485999996. iteration 12324 found worse value: 363.41743485999996. iteration 12325 found worse value: 363.41743485999996. iteration 12326 found worse value: 363.41743485999996. iteration 12327 found worse value: 363.41743485999996. iteration 12328 found worse value: 363.41743485999996. iteration 12329 found worse value: 363.41743485999996. iteration 12330 found worse value: 363.41743485999996. iteration 12331 found worse value: 363.41743485999996. iteration 12332 found worse value: 363.41743485999996. iteration 12333 found worse value: 363.41743485999996. iteration 12334 found worse value: 363.41743485999996. iteration 12335 found worse value: 363.41743485999996. iteration 12336 found worse value: 363.41743485999996. iteration 12337 found worse value: 363.41743485999996. iteration 12338 found worse value: 363.41743485999996. iteration 12339 found worse value: 363.41743485999996. iteration 12340 found worse value: 363.41743485999996. iteration 12341 found worse value: 363.41743485999996. iteration 12342 found worse value: 363.41743485999996. iteration 12343 found worse value: 363.41743485999996. iteration 12344 found worse value: 363.41743485999996. iteration 12345 found worse value: 363.41743485999996. iteration 12346 found worse value: 363.41743485999996. iteration 12347 found worse value: 363.41743485999996. iteration 12348 found worse value: 363.41743485999996. iteration 12349 found worse value: 363.41743485999996. iteration 12350 found worse value: 363.41743485999996. iteration 12351 found worse value: 363.41743485999996. iteration 12352 found worse value: 363.41743485999996. iteration 12353 found worse value: 363.41743485999996. iteration 12354 found worse value: 363.41743485999996. iteration 12355 found worse value: 363.41743485999996. iteration 12356 found worse value: 363.41743485999996. iteration 12357 found worse value: 363.41743485999996. iteration 12358 found worse value: 363.41743485999996. iteration 12359 found worse value: 363.41743485999996. iteration 12360 found worse value: 363.41743485999996. iteration 12361 found worse value: 363.41743485999996. iteration 12362 found worse value: 363.41743485999996. iteration 12363 found worse value: 363.41743485999996. iteration 12364 found worse value: 363.41743485999996. iteration 12365 found worse value: 363.41743485999996. iteration 12366 found worse value: 363.41743485999996. iteration 12367 found worse value: 363.41743485999996. iteration 12368 found worse value: 363.41743485999996. iteration 12369 found worse value: 363.41743485999996. iteration12369, perturbing to get out of local maxima iteration 12370 found worse value: 363.41743485999996. iteration 12371 found worse value: 363.41743485999996. iteration 12372 found worse value: 363.41743485999996. iteration 12373 found worse value: 363.41743485999996. iteration 12374 found worse value: 363.41743485999996. iteration 12375 found worse value: 363.41743485999996. iteration 12376 found worse value: 363.41743485999996. iteration 12377 found worse value: 363.41743485999996. iteration 12378 found worse value: 363.41743485999996. iteration 12379 found worse value: 363.41743485999996. iteration 12380 found worse value: 363.41743485999996. iteration 12381 found worse value: 363.41743485999996. iteration 12382 found worse value: 363.41743485999996. iteration 12383 found worse value: 363.41743485999996. iteration 12384 found worse value: 363.41743485999996. iteration 12385 found worse value: 363.41743485999996. iteration 12386 found worse value: 363.41743485999996. iteration12386, perturbing to get out of local maxima iteration 12387 found worse value: 363.41743485999996. iteration 12388 found worse value: 363.41743485999996. iteration12388, perturbing to get out of local maxima iteration 12389 found worse value: 363.41743485999996. iteration 12390 found worse value: 363.41743485999996. iteration 12391 found worse value: 363.41743485999996. iteration 12392 found worse value: 363.41743485999996. iteration 12393 found worse value: 363.41743485999996. iteration 12394 found worse value: 363.41743485999996. iteration 12395 found worse value: 363.41743485999996. iteration 12396 found worse value: 363.41743485999996. iteration 12397 found worse value: 363.41743485999996. iteration 12398 found worse value: 363.41743485999996. iteration 12399 found worse value: 363.41743485999996. iteration 12400 found worse value: 363.41743485999996. iteration 12401 found worse value: 363.41743485999996. iteration 12402 found worse value: 363.41743485999996. iteration 12403 found worse value: 363.41743485999996. iteration 12404 found worse value: 363.41743485999996. iteration 12405 found worse value: 363.41743485999996. iteration 12406 found worse value: 363.41743485999996. iteration 12407 found worse value: 363.41743485999996. iteration 12408 found worse value: 363.41743485999996. iteration12408, perturbing to get out of local maxima iteration 12409 found worse value: 363.41743485999996. iteration 12410 found worse value: 363.41743485999996. iteration 12411 found worse value: 363.41743485999996. iteration 12412 found worse value: 363.41743485999996. iteration 12413 found worse value: 363.41743485999996. iteration 12414 found worse value: 363.41743485999996. iteration 12415 found worse value: 363.41743485999996. iteration 12416 found worse value: 363.41743485999996. iteration 12417 found worse value: 363.41743485999996. iteration 12418 found worse value: 363.41743485999996. iteration12418, perturbing to get out of local maxima iteration 12419 found worse value: 363.41743485999996. iteration 12420 found worse value: 363.41743485999996. iteration 12421 found worse value: 363.41743485999996. iteration 12422 found worse value: 363.41743485999996. iteration 12423 found worse value: 363.41743485999996. iteration 12424 found worse value: 363.41743485999996. iteration 12425 found worse value: 363.41743485999996. iteration 12426 found worse value: 363.41743485999996. iteration 12427 found worse value: 363.41743485999996. iteration 12428 found worse value: 363.41743485999996. iteration 12429 found worse value: 363.41743485999996. iteration12429, perturbing to get out of local maxima iteration 12430 found worse value: 363.41743485999996. iteration 12431 found worse value: 363.41743485999996. iteration 12432 found worse value: 363.41743485999996. iteration 12433 found worse value: 363.41743485999996. iteration12433, perturbing to get out of local maxima iteration 12434 found worse value: 363.41743485999996. iteration 12435 found worse value: 363.41743485999996. iteration 12436 found worse value: 363.41743485999996. iteration 12437 found worse value: 363.41743485999996. iteration 12438 found worse value: 363.41743485999996. iteration 12439 found worse value: 363.41743485999996. iteration 12440 found worse value: 363.41743485999996. iteration 12441 found worse value: 363.41743485999996. iteration 12442 found worse value: 363.41743485999996. iteration 12443 found worse value: 363.41743485999996. iteration 12444 found worse value: 363.41743485999996. iteration 12445 found worse value: 363.41743485999996. iteration 12446 found worse value: 363.41743485999996. iteration 12447 found worse value: 363.41743485999996. iteration 12448 found worse value: 363.41743485999996. iteration 12449 found worse value: 363.41743485999996. iteration 12450 found worse value: 363.41743485999996. iteration 12451 found worse value: 363.41743485999996. iteration 12452 found worse value: 363.41743485999996. iteration 12453 found worse value: 363.41743485999996. iteration 12454 found worse value: 363.41743485999996. iteration 12455 found worse value: 363.41743485999996. iteration 12456 found worse value: 363.41743485999996. iteration 12457 found worse value: 363.41743485999996. iteration 12458 found worse value: 363.41743485999996. iteration 12459 found worse value: 363.41743485999996. iteration 12460 found worse value: 363.41743485999996. iteration 12461 found worse value: 363.41743485999996. iteration 12462 found worse value: 363.41743485999996. iteration 12463 found worse value: 363.41743485999996. iteration 12464 found worse value: 363.41743485999996. iteration 12465 found worse value: 363.41743485999996. iteration 12466 found worse value: 363.41743485999996. iteration 12467 found worse value: 363.41743485999996. iteration 12468 found worse value: 363.41743485999996. iteration 12469 found worse value: 363.41743485999996. iteration 12470 found worse value: 363.41743485999996. iteration 12471 found worse value: 363.41743485999996. iteration 12472 found worse value: 363.41743485999996. iteration 12473 found worse value: 363.41743485999996. iteration 12474 found worse value: 363.41743485999996. iteration 12475 found worse value: 363.41743485999996. iteration 12476 found worse value: 363.41743485999996. iteration 12477 found worse value: 363.41743485999996. iteration 12478 found worse value: 363.41743485999996. iteration 12479 found worse value: 363.41743485999996. iteration 12480 found worse value: 363.41743485999996. iteration 12481 found worse value: 363.41743485999996. iteration 12482 found worse value: 363.41743485999996. iteration 12483 found worse value: 363.41743485999996. iteration 12484 found worse value: 363.41743485999996. iteration 12485 found worse value: 363.41743485999996. iteration 12486 found worse value: 363.41743485999996. iteration 12487 found worse value: 363.41743485999996. iteration 12488 found worse value: 363.41743485999996. iteration 12489 found worse value: 363.41743485999996. iteration 12490 found worse value: 363.41743485999996. iteration 12491 found worse value: 363.41743485999996. iteration 12492 found worse value: 363.41743485999996. iteration 12493 found worse value: 363.41743485999996. iteration 12494 found worse value: 363.41743485999996. iteration 12495 found worse value: 363.41743485999996. iteration12495, perturbing to get out of local maxima iteration 12496 found worse value: 363.41743485999996. iteration 12497 found worse value: 363.41743485999996. iteration 12498 found worse value: 363.41743485999996. iteration 12499 found worse value: 363.41743485999996. iteration 12500 found worse value: 363.41743485999996. iteration 12501 found worse value: 363.41743485999996. iteration 12502 found worse value: 363.41743485999996. iteration 12503 found worse value: 363.41743485999996. iteration 12504 found worse value: 363.41743485999996. iteration 12505 found worse value: 363.41743485999996. iteration 12506 found worse value: 363.41743485999996. iteration 12507 found worse value: 363.41743485999996. iteration 12508 found worse value: 363.41743485999996. iteration 12509 found worse value: 363.41743485999996. iteration 12510 found worse value: 363.41743485999996. iteration 12511 found worse value: 363.41743485999996. iteration 12512 found worse value: 363.41743485999996. iteration 12513 found worse value: 363.41743485999996. iteration 12514 found worse value: 363.41743485999996. iteration12514, perturbing to get out of local maxima iteration 12515 found worse value: 363.41743485999996. iteration 12516 found worse value: 363.41743485999996. iteration 12517 found worse value: 363.41743485999996. iteration 12518 found worse value: 363.41743485999996. iteration 12519 found worse value: 363.41743485999996. iteration 12520 found worse value: 363.41743485999996. iteration 12521 found worse value: 363.41743485999996. iteration 12522 found worse value: 363.41743485999996. iteration12522, perturbing to get out of local maxima iteration 12523 found worse value: 363.41743485999996. iteration 12524 found worse value: 363.41743485999996. iteration 12525 found worse value: 363.41743485999996. iteration 12526 found worse value: 363.41743485999996. iteration 12527 found worse value: 363.41743485999996. iteration 12528 found worse value: 363.41743485999996. iteration 12529 found worse value: 363.41743485999996. iteration 12530 found worse value: 363.41743485999996. iteration 12531 found worse value: 363.41743485999996. iteration 12532 found worse value: 363.41743485999996. iteration 12533 found worse value: 363.41743485999996. iteration 12534 found worse value: 363.41743485999996. iteration 12535 found worse value: 363.41743485999996. iteration 12536 found worse value: 363.41743485999996. iteration 12537 found worse value: 363.41743485999996. iteration 12538 found worse value: 363.41743485999996. iteration 12539 found worse value: 363.41743485999996. iteration 12540 found worse value: 363.41743485999996. iteration 12541 found worse value: 363.41743485999996. iteration 12542 found worse value: 363.41743485999996. iteration 12543 found worse value: 363.41743485999996. iteration 12544 found worse value: 363.41743485999996. iteration 12545 found worse value: 363.41743485999996. iteration 12546 found worse value: 363.41743485999996. iteration 12547 found worse value: 363.41743485999996. iteration 12548 found worse value: 363.41743485999996. iteration12548, perturbing to get out of local maxima iteration 12549 found worse value: 363.41743485999996. iteration 12550 found worse value: 363.41743485999996. iteration 12551 found worse value: 363.41743485999996. iteration 12552 found worse value: 363.41743485999996. iteration 12553 found worse value: 363.41743485999996. iteration12553, perturbing to get out of local maxima iteration 12554 found worse value: 363.41743485999996. iteration12554, perturbing to get out of local maxima iteration 12555 found worse value: 363.41743485999996. iteration 12556 found worse value: 363.41743485999996. iteration 12557 found worse value: 363.41743485999996. iteration 12558 found worse value: 363.41743485999996. iteration 12559 found worse value: 363.41743485999996. iteration 12560 found worse value: 363.41743485999996. iteration 12561 found worse value: 363.41743485999996. iteration 12562 found worse value: 363.41743485999996. iteration 12563 found worse value: 363.41743485999996. iteration 12564 found worse value: 363.41743485999996. iteration 12565 found worse value: 363.41743485999996. iteration 12566 found worse value: 363.41743485999996. iteration 12567 found worse value: 363.41743485999996. iteration 12568 found worse value: 363.41743485999996. iteration12568, perturbing to get out of local maxima iteration 12569 found worse value: 363.41743485999996. iteration 12570 found worse value: 363.41743485999996. iteration 12571 found worse value: 363.41743485999996. iteration 12572 found worse value: 363.41743485999996. iteration 12573 found worse value: 363.41743485999996. iteration 12574 found worse value: 363.41743485999996. iteration 12575 found worse value: 363.41743485999996. iteration12575, perturbing to get out of local maxima iteration 12576 found worse value: 363.41743485999996. iteration 12577 found worse value: 363.41743485999996. iteration 12578 found worse value: 363.41743485999996. iteration 12579 found worse value: 363.41743485999996. iteration 12580 found worse value: 363.41743485999996. iteration 12581 found worse value: 363.41743485999996. iteration 12582 found worse value: 363.41743485999996. iteration 12583 found worse value: 363.41743485999996. iteration 12584 found worse value: 363.41743485999996. iteration 12585 found worse value: 363.41743485999996. iteration 12586 found worse value: 363.41743485999996. iteration 12587 found worse value: 363.41743485999996. iteration 12588 found worse value: 363.41743485999996. iteration 12589 found worse value: 363.41743485999996. iteration 12590 found worse value: 363.41743485999996. iteration 12591 found worse value: 363.41743485999996. iteration 12592 found worse value: 363.41743485999996. iteration 12593 found worse value: 363.41743485999996. iteration 12594 found worse value: 363.41743485999996. iteration12594, perturbing to get out of local maxima iteration 12595 found worse value: 363.41743485999996. iteration 12596 found worse value: 363.41743485999996. iteration 12597 found worse value: 363.41743485999996. iteration 12598 found worse value: 363.41743485999996. iteration 12599 found worse value: 363.41743485999996. iteration 12600 found worse value: 363.41743485999996. iteration 12601 found worse value: 363.41743485999996. iteration 12602 found worse value: 363.41743485999996. iteration 12603 found worse value: 363.41743485999996. iteration 12604 found worse value: 363.41743485999996. iteration 12605 found worse value: 363.41743485999996. iteration 12606 found worse value: 363.41743485999996. iteration 12607 found worse value: 363.41743485999996. iteration 12608 found worse value: 363.41743485999996. iteration 12609 found worse value: 363.41743485999996. iteration 12610 found worse value: 363.41743485999996. iteration 12611 found worse value: 363.41743485999996. iteration 12612 found worse value: 363.41743485999996. iteration 12613 found worse value: 363.41743485999996. iteration 12614 found worse value: 363.41743485999996. iteration 12615 found worse value: 363.41743485999996. iteration 12616 found worse value: 363.41743485999996. iteration 12617 found worse value: 363.41743485999996. iteration 12618 found worse value: 363.41743485999996. iteration 12619 found worse value: 363.41743485999996. iteration 12620 found worse value: 363.41743485999996. iteration 12621 found worse value: 363.41743485999996. iteration 12622 found worse value: 363.41743485999996. iteration 12623 found worse value: 363.41743485999996. iteration 12624 found worse value: 363.41743485999996. iteration 12625 found worse value: 363.41743485999996. iteration 12626 found worse value: 363.41743485999996. iteration 12627 found worse value: 363.41743485999996. iteration 12628 found worse value: 363.41743485999996. iteration12628, perturbing to get out of local maxima iteration 12629 found worse value: 363.41743485999996. iteration 12630 found worse value: 363.41743485999996. iteration 12631 found worse value: 363.41743485999996. iteration 12632 found worse value: 363.41743485999996. iteration 12633 found worse value: 363.41743485999996. iteration 12634 found worse value: 363.41743485999996. iteration12634, perturbing to get out of local maxima iteration 12635 found worse value: 363.41743485999996. iteration 12636 found worse value: 363.41743485999996. iteration 12637 found worse value: 363.41743485999996. iteration 12638 found worse value: 363.41743485999996. iteration 12639 found worse value: 363.41743485999996. iteration 12640 found worse value: 363.41743485999996. iteration 12641 found worse value: 363.41743485999996. iteration 12642 found worse value: 363.41743485999996. iteration 12643 found worse value: 363.41743485999996. iteration 12644 found worse value: 363.41743485999996. iteration 12645 found worse value: 363.41743485999996. iteration 12646 found worse value: 363.41743485999996. iteration 12647 found worse value: 363.41743485999996. iteration 12648 found worse value: 363.41743485999996. iteration 12649 found worse value: 363.41743485999996. iteration 12650 found worse value: 363.41743485999996. iteration 12651 found worse value: 363.41743485999996. iteration 12652 found worse value: 363.41743485999996. iteration 12653 found worse value: 363.41743485999996. iteration 12654 found worse value: 363.41743485999996. iteration 12655 found worse value: 363.41743485999996. iteration 12656 found worse value: 363.41743485999996. iteration 12657 found worse value: 363.41743485999996. iteration 12658 found worse value: 363.41743485999996. iteration 12659 found worse value: 363.41743485999996. iteration 12660 found worse value: 363.41743485999996. iteration 12661 found worse value: 363.41743485999996. iteration 12662 found worse value: 363.41743485999996. iteration 12663 found worse value: 363.41743485999996. iteration 12664 found worse value: 363.41743485999996. iteration 12665 found worse value: 363.41743485999996. iteration 12666 found worse value: 363.41743485999996. iteration 12667 found worse value: 363.41743485999996. iteration 12668 found worse value: 363.41743485999996. iteration 12669 found worse value: 363.41743485999996. iteration 12670 found worse value: 363.41743485999996. iteration12670, perturbing to get out of local maxima iteration 12671 found worse value: 363.41743485999996. iteration 12672 found worse value: 363.41743485999996. iteration 12673 found worse value: 363.41743485999996. iteration 12674 found worse value: 363.41743485999996. iteration 12675 found worse value: 363.41743485999996. iteration 12676 found worse value: 363.41743485999996. iteration 12677 found worse value: 363.41743485999996. iteration 12678 found worse value: 363.41743485999996. iteration 12679 found worse value: 363.41743485999996. iteration 12680 found worse value: 363.41743485999996. iteration 12681 found worse value: 363.41743485999996. iteration 12682 found worse value: 363.41743485999996. iteration 12683 found worse value: 363.41743485999996. iteration 12684 found worse value: 363.41743485999996. iteration 12685 found worse value: 363.41743485999996. iteration 12686 found worse value: 363.41743485999996. iteration 12687 found worse value: 363.41743485999996. iteration 12688 found worse value: 363.41743485999996. iteration 12689 found worse value: 363.41743485999996. iteration 12690 found worse value: 363.41743485999996. iteration 12691 found worse value: 363.41743485999996. iteration 12692 found worse value: 363.41743485999996. iteration 12693 found worse value: 363.41743485999996. iteration 12694 found worse value: 363.41743485999996. iteration 12695 found worse value: 363.41743485999996. iteration 12696 found worse value: 363.41743485999996. iteration 12697 found worse value: 363.41743485999996. iteration 12698 found worse value: 363.41743485999996. iteration 12699 found worse value: 363.41743485999996. iteration 12700 found worse value: 363.41743485999996. iteration 12701 found worse value: 363.41743485999996. iteration 12702 found worse value: 363.41743485999996. iteration 12703 found worse value: 363.41743485999996. iteration 12704 found worse value: 363.41743485999996. iteration 12705 found worse value: 363.41743485999996. iteration 12706 found worse value: 363.41743485999996. iteration 12707 found worse value: 363.41743485999996. iteration 12708 found worse value: 363.41743485999996. iteration 12709 found worse value: 363.41743485999996. iteration 12710 found worse value: 363.41743485999996. iteration 12711 found worse value: 363.41743485999996. iteration 12712 found worse value: 363.41743485999996. iteration 12713 found worse value: 363.41743485999996. iteration 12714 found worse value: 363.41743485999996. iteration 12715 found worse value: 363.41743485999996. iteration12715, perturbing to get out of local maxima iteration 12716 found worse value: 363.41743485999996. iteration 12717 found worse value: 363.41743485999996. iteration 12718 found worse value: 363.41743485999996. iteration 12719 found worse value: 363.41743485999996. iteration 12720 found worse value: 363.41743485999996. iteration 12721 found worse value: 363.41743485999996. iteration 12722 found worse value: 363.41743485999996. iteration 12723 found worse value: 363.41743485999996. iteration 12724 found worse value: 363.41743485999996. iteration 12725 found worse value: 363.41743485999996. iteration 12726 found worse value: 363.41743485999996. iteration 12727 found worse value: 363.41743485999996. iteration12727, perturbing to get out of local maxima iteration 12728 found worse value: 363.41743485999996. iteration 12729 found worse value: 363.41743485999996. iteration 12730 found worse value: 363.41743485999996. iteration 12731 found worse value: 363.41743485999996. iteration 12732 found worse value: 363.41743485999996. iteration 12733 found worse value: 363.41743485999996. iteration 12734 found worse value: 363.41743485999996. iteration 12735 found worse value: 363.41743485999996. iteration 12736 found worse value: 363.41743485999996. iteration 12737 found worse value: 363.41743485999996. iteration 12738 found worse value: 363.41743485999996. iteration 12739 found worse value: 363.41743485999996. iteration 12740 found worse value: 363.41743485999996. iteration 12741 found worse value: 363.41743485999996. iteration 12742 found worse value: 363.41743485999996. iteration 12743 found worse value: 363.41743485999996. iteration 12744 found worse value: 363.41743485999996. iteration 12745 found worse value: 363.41743485999996. iteration 12746 found worse value: 363.41743485999996. iteration 12747 found worse value: 363.41743485999996. iteration 12748 found worse value: 363.41743485999996. iteration 12749 found worse value: 363.41743485999996. iteration 12750 found worse value: 363.41743485999996. iteration 12751 found worse value: 363.41743485999996. iteration 12752 found worse value: 363.41743485999996. iteration 12753 found worse value: 363.41743485999996. iteration 12754 found worse value: 363.41743485999996. iteration 12755 found worse value: 363.41743485999996. iteration 12756 found worse value: 363.41743485999996. iteration 12757 found worse value: 363.41743485999996. iteration 12758 found worse value: 363.41743485999996. iteration 12759 found worse value: 363.41743485999996. iteration 12760 found worse value: 363.41743485999996. iteration 12761 found worse value: 363.41743485999996. iteration 12762 found worse value: 363.41743485999996. iteration 12763 found worse value: 363.41743485999996. iteration 12764 found worse value: 363.41743485999996. iteration12764, perturbing to get out of local maxima iteration 12765 found worse value: 363.41743485999996. iteration 12766 found worse value: 363.41743485999996. iteration 12767 found worse value: 363.41743485999996. iteration12767, perturbing to get out of local maxima iteration 12768 found worse value: 363.41743485999996. iteration 12769 found worse value: 363.41743485999996. iteration 12770 found worse value: 363.41743485999996. iteration 12771 found worse value: 363.41743485999996. iteration 12772 found worse value: 363.41743485999996. iteration 12773 found worse value: 363.41743485999996. iteration 12774 found worse value: 363.41743485999996. iteration12774, perturbing to get out of local maxima iteration 12775 found worse value: 363.41743485999996. iteration 12776 found worse value: 363.41743485999996. iteration 12777 found worse value: 363.41743485999996. iteration 12778 found worse value: 363.41743485999996. iteration 12779 found worse value: 363.41743485999996. iteration 12780 found worse value: 363.41743485999996. iteration 12781 found worse value: 363.41743485999996. iteration 12782 found worse value: 363.41743485999996. iteration 12783 found worse value: 363.41743485999996. iteration 12784 found worse value: 363.41743485999996. iteration 12785 found worse value: 363.41743485999996. iteration 12786 found worse value: 363.41743485999996. iteration 12787 found worse value: 363.41743485999996. iteration 12788 found worse value: 363.41743485999996. iteration 12789 found worse value: 363.41743485999996. iteration 12790 found worse value: 363.41743485999996. iteration 12791 found worse value: 363.41743485999996. iteration 12792 found worse value: 363.41743485999996. iteration 12793 found worse value: 363.41743485999996. iteration 12794 found worse value: 363.41743485999996. iteration 12795 found worse value: 363.41743485999996. iteration 12796 found worse value: 363.41743485999996. iteration 12797 found worse value: 363.41743485999996. iteration12797, perturbing to get out of local maxima iteration 12798 found worse value: 363.41743485999996. iteration 12799 found worse value: 363.41743485999996. iteration 12800 found worse value: 363.41743485999996. iteration 12801 found worse value: 363.41743485999996. iteration 12802 found worse value: 363.41743485999996. iteration 12803 found worse value: 363.41743485999996. iteration 12804 found worse value: 363.41743485999996. iteration 12805 found worse value: 363.41743485999996. iteration 12806 found worse value: 363.41743485999996. iteration12806, perturbing to get out of local maxima iteration 12807 found worse value: 363.41743485999996. iteration 12808 found worse value: 363.41743485999996. iteration 12809 found worse value: 363.41743485999996. iteration 12810 found worse value: 363.41743485999996. iteration 12811 found worse value: 363.41743485999996. iteration 12812 found worse value: 363.41743485999996. iteration 12813 found worse value: 363.41743485999996. iteration 12814 found worse value: 363.41743485999996. iteration 12815 found worse value: 363.41743485999996. iteration 12816 found worse value: 363.41743485999996. iteration 12817 found worse value: 363.41743485999996. iteration 12818 found worse value: 363.41743485999996. iteration 12819 found worse value: 363.41743485999996. iteration 12820 found worse value: 363.41743485999996. iteration 12821 found worse value: 363.41743485999996. iteration 12822 found worse value: 363.41743485999996. iteration 12823 found worse value: 363.41743485999996. iteration 12824 found worse value: 363.41743485999996. iteration 12825 found worse value: 363.41743485999996. iteration 12826 found worse value: 363.41743485999996. iteration 12827 found worse value: 363.41743485999996. iteration 12828 found worse value: 363.41743485999996. iteration 12829 found worse value: 363.41743485999996. iteration 12830 found worse value: 363.41743485999996. iteration 12831 found worse value: 363.41743485999996. iteration 12832 found worse value: 363.41743485999996. iteration 12833 found worse value: 363.41743485999996. iteration 12834 found worse value: 363.41743485999996. iteration 12835 found worse value: 363.41743485999996. iteration 12836 found worse value: 363.41743485999996. iteration 12837 found worse value: 363.41743485999996. iteration 12838 found worse value: 363.41743485999996. iteration 12839 found worse value: 363.41743485999996. iteration 12840 found worse value: 363.41743485999996. iteration 12841 found worse value: 363.41743485999996. iteration 12842 found worse value: 363.41743485999996. iteration 12843 found worse value: 363.41743485999996. iteration 12844 found worse value: 363.41743485999996. iteration 12845 found worse value: 363.41743485999996. iteration12845, perturbing to get out of local maxima iteration 12846 found worse value: 363.41743485999996. iteration 12847 found worse value: 363.41743485999996. iteration 12848 found worse value: 363.41743485999996. iteration 12849 found worse value: 363.41743485999996. iteration 12850 found worse value: 363.41743485999996. iteration 12851 found worse value: 363.41743485999996. iteration 12852 found worse value: 363.41743485999996. iteration 12853 found worse value: 363.41743485999996. iteration 12854 found worse value: 363.41743485999996. iteration 12855 found worse value: 363.41743485999996. iteration 12856 found worse value: 363.41743485999996. iteration 12857 found worse value: 363.41743485999996. iteration 12858 found worse value: 363.41743485999996. iteration 12859 found worse value: 363.41743485999996. iteration 12860 found worse value: 363.41743485999996. iteration 12861 found worse value: 363.41743485999996. iteration 12862 found worse value: 363.41743485999996. iteration 12863 found worse value: 363.41743485999996. iteration 12864 found worse value: 363.41743485999996. iteration12864, perturbing to get out of local maxima iteration 12865 found worse value: 363.41743485999996. iteration 12866 found worse value: 363.41743485999996. iteration 12867 found worse value: 363.41743485999996. iteration 12868 found worse value: 363.41743485999996. iteration 12869 found worse value: 363.41743485999996. iteration 12870 found worse value: 363.41743485999996. iteration 12871 found worse value: 363.41743485999996. iteration 12872 found worse value: 363.41743485999996. iteration 12873 found worse value: 363.41743485999996. iteration 12874 found worse value: 363.41743485999996. iteration 12875 found worse value: 363.41743485999996. iteration 12876 found worse value: 363.41743485999996. iteration 12877 found worse value: 363.41743485999996. iteration 12878 found worse value: 363.41743485999996. iteration 12879 found worse value: 363.41743485999996. iteration 12880 found worse value: 363.41743485999996. iteration 12881 found worse value: 363.41743485999996. iteration 12882 found worse value: 363.41743485999996. iteration 12883 found worse value: 363.41743485999996. iteration 12884 found worse value: 363.41743485999996. iteration 12885 found worse value: 363.41743485999996. iteration 12886 found worse value: 363.41743485999996. iteration 12887 found worse value: 363.41743485999996. iteration 12888 found worse value: 363.41743485999996. iteration 12889 found worse value: 363.41743485999996. iteration 12890 found worse value: 363.41743485999996. iteration 12891 found worse value: 363.41743485999996. iteration 12892 found worse value: 363.41743485999996. iteration 12893 found worse value: 363.41743485999996. iteration 12894 found worse value: 363.41743485999996. iteration 12895 found worse value: 363.41743485999996. iteration 12896 found worse value: 363.41743485999996. iteration 12897 found worse value: 363.41743485999996. iteration 12898 found worse value: 363.41743485999996. iteration 12899 found worse value: 363.41743485999996. iteration 12900 found worse value: 363.41743485999996. iteration 12901 found worse value: 363.41743485999996. iteration 12902 found worse value: 363.41743485999996. iteration 12903 found worse value: 363.41743485999996. iteration 12904 found worse value: 363.41743485999996. iteration 12905 found worse value: 363.41743485999996. iteration 12906 found worse value: 363.41743485999996. iteration 12907 found worse value: 363.41743485999996. iteration 12908 found worse value: 363.41743485999996. iteration 12909 found worse value: 363.41743485999996. iteration 12910 found worse value: 363.41743485999996. iteration 12911 found worse value: 363.41743485999996. iteration 12912 found worse value: 363.41743485999996. iteration 12913 found worse value: 363.41743485999996. iteration 12914 found worse value: 363.41743485999996. iteration 12915 found worse value: 363.41743485999996. iteration 12916 found worse value: 363.41743485999996. iteration 12917 found worse value: 363.41743485999996. iteration 12918 found worse value: 363.41743485999996. iteration 12919 found worse value: 363.41743485999996. iteration 12920 found worse value: 363.41743485999996. iteration 12921 found worse value: 363.41743485999996. iteration 12922 found worse value: 363.41743485999996. iteration 12923 found worse value: 363.41743485999996. iteration 12924 found worse value: 363.41743485999996. iteration 12925 found worse value: 363.41743485999996. iteration 12926 found worse value: 363.41743485999996. iteration12926, perturbing to get out of local maxima iteration 12927 found worse value: 363.41743485999996. iteration 12928 found worse value: 363.41743485999996. iteration 12929 found worse value: 363.41743485999996. iteration 12930 found worse value: 363.41743485999996. iteration 12931 found worse value: 363.41743485999996. iteration 12932 found worse value: 363.41743485999996. iteration 12933 found worse value: 363.41743485999996. iteration 12934 found worse value: 363.41743485999996. iteration 12935 found worse value: 363.41743485999996. iteration 12936 found worse value: 363.41743485999996. iteration 12937 found worse value: 363.41743485999996. iteration 12938 found worse value: 363.41743485999996. iteration 12939 found worse value: 363.41743485999996. iteration 12940 found worse value: 363.41743485999996. iteration 12941 found worse value: 363.41743485999996. iteration 12942 found worse value: 363.41743485999996. iteration 12943 found worse value: 363.41743485999996. iteration 12944 found worse value: 363.41743485999996. iteration 12945 found worse value: 363.41743485999996. iteration 12946 found worse value: 363.41743485999996. iteration 12947 found worse value: 363.41743485999996. iteration 12948 found worse value: 363.41743485999996. iteration 12949 found worse value: 363.41743485999996. iteration 12950 found worse value: 363.41743485999996. iteration 12951 found worse value: 363.41743485999996. iteration 12952 found worse value: 363.41743485999996. iteration 12953 found worse value: 363.41743485999996. iteration 12954 found worse value: 363.41743485999996. iteration 12955 found worse value: 363.41743485999996. iteration 12956 found worse value: 363.41743485999996. iteration 12957 found worse value: 363.41743485999996. iteration 12958 found worse value: 363.41743485999996. iteration 12959 found worse value: 363.41743485999996. iteration 12960 found worse value: 363.41743485999996. iteration 12961 found worse value: 363.41743485999996. iteration 12962 found worse value: 363.41743485999996. iteration 12963 found worse value: 363.41743485999996. iteration 12964 found worse value: 363.41743485999996. iteration 12965 found worse value: 363.41743485999996. iteration 12966 found worse value: 363.41743485999996. iteration 12967 found worse value: 363.41743485999996. iteration 12968 found worse value: 363.41743485999996. iteration 12969 found worse value: 363.41743485999996. iteration 12970 found worse value: 363.41743485999996. iteration 12971 found worse value: 363.41743485999996. iteration 12972 found worse value: 363.41743485999996. iteration 12973 found worse value: 363.41743485999996. iteration 12974 found worse value: 363.41743485999996. iteration 12975 found worse value: 363.41743485999996. iteration 12976 found worse value: 363.41743485999996. iteration 12977 found worse value: 363.41743485999996. iteration 12978 found worse value: 363.41743485999996. iteration 12979 found worse value: 363.41743485999996. iteration 12980 found worse value: 363.41743485999996. iteration 12981 found worse value: 363.41743485999996. iteration 12982 found worse value: 363.41743485999996. iteration 12983 found worse value: 363.41743485999996. iteration 12984 found worse value: 363.41743485999996. iteration 12985 found worse value: 363.41743485999996. iteration 12986 found worse value: 363.41743485999996. iteration 12987 found worse value: 363.41743485999996. iteration 12988 found worse value: 363.41743485999996. iteration 12989 found worse value: 363.41743485999996. iteration 12990 found worse value: 363.41743485999996. iteration 12991 found worse value: 363.41743485999996. iteration 12992 found worse value: 363.41743485999996. iteration 12993 found worse value: 363.41743485999996. iteration 12994 found worse value: 363.41743485999996. iteration 12995 found worse value: 363.41743485999996. iteration 12996 found worse value: 363.41743485999996. iteration 12997 found worse value: 363.41743485999996. iteration 12998 found worse value: 363.41743485999996. iteration 12999 found worse value: 363.41743485999996. iteration 13000 found worse value: 363.41743485999996. iteration 13001 found worse value: 363.41743485999996. iteration 13002 found worse value: 363.41743485999996. iteration 13003 found worse value: 363.41743485999996. iteration 13004 found worse value: 363.41743485999996. iteration 13005 found worse value: 363.41743485999996. iteration 13006 found worse value: 363.41743485999996. iteration 13007 found worse value: 363.41743485999996. iteration 13008 found worse value: 363.41743485999996. iteration 13009 found worse value: 363.41743485999996. iteration 13010 found worse value: 363.41743485999996. iteration 13011 found worse value: 363.41743485999996. iteration 13012 found worse value: 363.41743485999996. iteration 13013 found worse value: 363.41743485999996. iteration 13014 found worse value: 363.41743485999996. iteration 13015 found worse value: 363.41743485999996. iteration 13016 found worse value: 363.41743485999996. iteration 13017 found worse value: 363.41743485999996. iteration 13018 found worse value: 363.41743485999996. iteration 13019 found worse value: 363.41743485999996. iteration 13020 found worse value: 363.41743485999996. iteration 13021 found worse value: 363.41743485999996. iteration 13022 found worse value: 363.41743485999996. iteration 13023 found worse value: 363.41743485999996. iteration 13024 found worse value: 363.41743485999996. iteration 13025 found worse value: 363.41743485999996. iteration 13026 found worse value: 363.41743485999996. iteration 13027 found worse value: 363.41743485999996. iteration 13028 found worse value: 363.41743485999996. iteration 13029 found worse value: 363.41743485999996. iteration 13030 found worse value: 363.41743485999996. iteration 13031 found worse value: 363.41743485999996. iteration 13032 found worse value: 363.41743485999996. iteration 13033 found worse value: 363.41743485999996. iteration 13034 found worse value: 363.41743485999996. iteration 13035 found worse value: 363.41743485999996. iteration 13036 found worse value: 363.41743485999996. iteration 13037 found worse value: 363.41743485999996. iteration 13038 found worse value: 363.41743485999996. iteration 13039 found worse value: 363.41743485999996. iteration13039, perturbing to get out of local maxima iteration 13040 found worse value: 363.41743485999996. iteration 13041 found worse value: 363.41743485999996. iteration 13042 found worse value: 363.41743485999996. iteration 13043 found worse value: 363.41743485999996. iteration 13044 found worse value: 363.41743485999996. iteration 13045 found worse value: 363.41743485999996. iteration 13046 found worse value: 363.41743485999996. iteration 13047 found worse value: 363.41743485999996. iteration 13048 found worse value: 363.41743485999996. iteration 13049 found worse value: 363.41743485999996. iteration 13050 found worse value: 363.41743485999996. iteration 13051 found worse value: 363.41743485999996. iteration 13052 found worse value: 363.41743485999996. iteration 13053 found worse value: 363.41743485999996. iteration 13054 found worse value: 363.41743485999996. iteration 13055 found worse value: 363.41743485999996. iteration 13056 found worse value: 363.41743485999996. iteration 13057 found worse value: 363.41743485999996. iteration 13058 found worse value: 363.41743485999996. iteration 13059 found worse value: 363.41743485999996. iteration 13060 found worse value: 363.41743485999996. iteration 13061 found worse value: 363.41743485999996. iteration 13062 found worse value: 363.41743485999996. iteration 13063 found worse value: 363.41743485999996. iteration 13064 found worse value: 363.41743485999996. iteration 13065 found worse value: 363.41743485999996. iteration 13066 found worse value: 363.41743485999996. iteration 13067 found worse value: 363.41743485999996. iteration 13068 found worse value: 363.41743485999996. iteration 13069 found worse value: 363.41743485999996. iteration 13070 found worse value: 363.41743485999996. iteration 13071 found worse value: 363.41743485999996. iteration 13072 found worse value: 363.41743485999996. iteration 13073 found worse value: 363.41743485999996. iteration 13074 found worse value: 363.41743485999996. iteration 13075 found worse value: 363.41743485999996. iteration 13076 found worse value: 363.41743485999996. iteration 13077 found worse value: 363.41743485999996. iteration 13078 found worse value: 363.41743485999996. iteration 13079 found worse value: 363.41743485999996. iteration 13080 found worse value: 363.41743485999996. iteration 13081 found worse value: 363.41743485999996. iteration 13082 found worse value: 363.41743485999996. iteration 13083 found worse value: 363.41743485999996. iteration13083, perturbing to get out of local maxima iteration 13084 found worse value: 363.41743485999996. iteration 13085 found worse value: 363.41743485999996. iteration 13086 found worse value: 363.41743485999996. iteration 13087 found worse value: 363.41743485999996. iteration 13088 found worse value: 363.41743485999996. iteration 13089 found worse value: 363.41743485999996. iteration 13090 found worse value: 363.41743485999996. iteration 13091 found worse value: 363.41743485999996. iteration 13092 found worse value: 363.41743485999996. iteration 13093 found worse value: 363.41743485999996. iteration 13094 found worse value: 363.41743485999996. iteration 13095 found worse value: 363.41743485999996. iteration 13096 found worse value: 363.41743485999996. iteration 13097 found worse value: 363.41743485999996. iteration 13098 found worse value: 363.41743485999996. iteration 13099 found worse value: 363.41743485999996. iteration 13100 found worse value: 363.41743485999996. iteration 13101 found worse value: 363.41743485999996. iteration 13102 found worse value: 363.41743485999996. iteration 13103 found worse value: 363.41743485999996. iteration 13104 found worse value: 363.41743485999996. iteration 13105 found worse value: 363.41743485999996. iteration 13106 found worse value: 363.41743485999996. iteration 13107 found worse value: 363.41743485999996. iteration 13108 found worse value: 363.41743485999996. iteration 13109 found worse value: 363.41743485999996. iteration 13110 found worse value: 363.41743485999996. iteration 13111 found worse value: 363.41743485999996. iteration 13112 found worse value: 363.41743485999996. iteration 13113 found worse value: 363.41743485999996. iteration 13114 found worse value: 363.41743485999996. iteration 13115 found worse value: 363.41743485999996. iteration 13116 found worse value: 363.41743485999996. iteration 13117 found worse value: 363.41743485999996. iteration 13118 found worse value: 363.41743485999996. iteration 13119 found worse value: 363.41743485999996. iteration 13120 found worse value: 363.41743485999996. iteration 13121 found worse value: 363.41743485999996. iteration 13122 found worse value: 363.41743485999996. iteration 13123 found worse value: 363.41743485999996. iteration 13124 found worse value: 363.41743485999996. iteration 13125 found worse value: 363.41743485999996. iteration 13126 found worse value: 363.41743485999996. iteration 13127 found worse value: 363.41743485999996. iteration 13128 found worse value: 363.41743485999996. iteration 13129 found worse value: 363.41743485999996. iteration 13130 found worse value: 363.41743485999996. iteration 13131 found worse value: 363.41743485999996. iteration 13132 found worse value: 363.41743485999996. iteration 13133 found worse value: 363.41743485999996. iteration 13134 found worse value: 363.41743485999996. iteration 13135 found worse value: 363.41743485999996. iteration 13136 found worse value: 363.41743485999996. iteration 13137 found worse value: 363.41743485999996. iteration 13138 found worse value: 363.41743485999996. iteration 13139 found worse value: 363.41743485999996. iteration 13140 found worse value: 363.41743485999996. iteration13140, perturbing to get out of local maxima iteration 13141 found worse value: 363.41743485999996. iteration 13142 found worse value: 363.41743485999996. iteration 13143 found worse value: 363.41743485999996. iteration 13144 found worse value: 363.41743485999996. iteration 13145 found worse value: 363.41743485999996. iteration 13146 found worse value: 363.41743485999996. iteration 13147 found worse value: 363.41743485999996. iteration 13148 found worse value: 363.41743485999996. iteration 13149 found worse value: 363.41743485999996. iteration 13150 found worse value: 363.41743485999996. iteration 13151 found worse value: 363.41743485999996. iteration 13152 found worse value: 363.41743485999996. iteration 13153 found worse value: 363.41743485999996. iteration 13154 found worse value: 363.41743485999996. iteration 13155 found worse value: 363.41743485999996. iteration 13156 found worse value: 363.41743485999996. iteration 13157 found worse value: 363.41743485999996. iteration 13158 found worse value: 363.41743485999996. iteration 13159 found worse value: 363.41743485999996. iteration 13160 found worse value: 363.41743485999996. iteration 13161 found worse value: 363.41743485999996. iteration 13162 found worse value: 363.41743485999996. iteration 13163 found worse value: 363.41743485999996. iteration 13164 found worse value: 363.41743485999996. iteration 13165 found worse value: 363.41743485999996. iteration 13166 found worse value: 363.41743485999996. iteration 13167 found worse value: 363.41743485999996. iteration 13168 found worse value: 363.41743485999996. iteration 13169 found worse value: 363.41743485999996. iteration 13170 found worse value: 363.41743485999996. iteration 13171 found worse value: 363.41743485999996. iteration 13172 found worse value: 363.41743485999996. iteration 13173 found worse value: 363.41743485999996. iteration 13174 found worse value: 363.41743485999996. iteration 13175 found worse value: 363.41743485999996. iteration 13176 found worse value: 363.41743485999996. iteration 13177 found worse value: 363.41743485999996. iteration 13178 found worse value: 363.41743485999996. iteration 13179 found worse value: 363.41743485999996. iteration 13180 found worse value: 363.41743485999996. iteration 13181 found worse value: 363.41743485999996. iteration 13182 found worse value: 363.41743485999996. iteration 13183 found worse value: 363.41743485999996. iteration 13184 found worse value: 363.41743485999996. iteration 13185 found worse value: 363.41743485999996. iteration 13186 found worse value: 363.41743485999996. iteration 13187 found worse value: 363.41743485999996. iteration 13188 found worse value: 363.41743485999996. iteration13188, perturbing to get out of local maxima iteration 13189 found worse value: 363.41743485999996. iteration 13190 found worse value: 363.41743485999996. iteration 13191 found worse value: 363.41743485999996. iteration 13192 found worse value: 363.41743485999996. iteration 13193 found worse value: 363.41743485999996. iteration 13194 found worse value: 363.41743485999996. iteration 13195 found worse value: 363.41743485999996. iteration 13196 found worse value: 363.41743485999996. iteration 13197 found worse value: 363.41743485999996. iteration 13198 found worse value: 363.41743485999996. iteration 13199 found worse value: 363.41743485999996. iteration 13200 found worse value: 363.41743485999996. iteration 13201 found worse value: 363.41743485999996. iteration 13202 found worse value: 363.41743485999996. iteration 13203 found worse value: 363.41743485999996. iteration 13204 found worse value: 363.41743485999996. iteration 13205 found worse value: 363.41743485999996. iteration 13206 found worse value: 363.41743485999996. iteration 13207 found worse value: 363.41743485999996. iteration 13208 found worse value: 363.41743485999996. iteration 13209 found worse value: 363.41743485999996. iteration 13210 found worse value: 363.41743485999996. iteration 13211 found worse value: 363.41743485999996. iteration 13212 found worse value: 363.41743485999996. iteration 13213 found worse value: 363.41743485999996. iteration 13214 found worse value: 363.41743485999996. iteration 13215 found worse value: 363.41743485999996. iteration 13216 found worse value: 363.41743485999996. iteration 13217 found worse value: 363.41743485999996. iteration 13218 found worse value: 363.41743485999996. iteration 13219 found worse value: 363.41743485999996. iteration 13220 found worse value: 363.41743485999996. iteration 13221 found worse value: 363.41743485999996. iteration 13222 found worse value: 363.41743485999996. iteration 13223 found worse value: 363.41743485999996. iteration 13224 found worse value: 363.41743485999996. iteration 13225 found worse value: 363.41743485999996. iteration13225, perturbing to get out of local maxima iteration 13226 found worse value: 363.41743485999996. iteration 13227 found worse value: 363.41743485999996. iteration 13228 found worse value: 363.41743485999996. iteration 13229 found worse value: 363.41743485999996. iteration 13230 found worse value: 363.41743485999996. iteration 13231 found worse value: 363.41743485999996. iteration 13232 found worse value: 363.41743485999996. iteration 13233 found worse value: 363.41743485999996. iteration 13234 found worse value: 363.41743485999996. iteration 13235 found worse value: 363.41743485999996. iteration 13236 found worse value: 363.41743485999996. iteration 13237 found worse value: 363.41743485999996. iteration 13238 found worse value: 363.41743485999996. iteration 13239 found worse value: 363.41743485999996. iteration 13240 found worse value: 363.41743485999996. iteration 13241 found worse value: 363.41743485999996. iteration 13242 found worse value: 363.41743485999996. iteration 13243 found worse value: 363.41743485999996. iteration 13244 found worse value: 363.41743485999996. iteration 13245 found worse value: 363.41743485999996. iteration 13246 found worse value: 363.41743485999996. iteration 13247 found worse value: 363.41743485999996. iteration 13248 found worse value: 363.41743485999996. iteration 13249 found worse value: 363.41743485999996. iteration13249, perturbing to get out of local maxima iteration 13250 found worse value: 363.41743485999996. iteration 13251 found worse value: 363.41743485999996. iteration 13252 found worse value: 363.41743485999996. iteration 13253 found worse value: 363.41743485999996. iteration 13254 found worse value: 363.41743485999996. iteration13254, perturbing to get out of local maxima iteration 13255 found worse value: 363.41743485999996. iteration 13256 found worse value: 363.41743485999996. iteration 13257 found worse value: 363.41743485999996. iteration 13258 found worse value: 363.41743485999996. iteration 13259 found worse value: 363.41743485999996. iteration13259, perturbing to get out of local maxima iteration 13260 found worse value: 363.41743485999996. iteration 13261 found worse value: 363.41743485999996. iteration 13262 found worse value: 363.41743485999996. iteration 13263 found worse value: 363.41743485999996. iteration 13264 found worse value: 363.41743485999996. iteration 13265 found worse value: 363.41743485999996. iteration 13266 found worse value: 363.41743485999996. iteration 13267 found worse value: 363.41743485999996. iteration 13268 found worse value: 363.41743485999996. iteration 13269 found worse value: 363.41743485999996. iteration 13270 found worse value: 363.41743485999996. iteration 13271 found worse value: 363.41743485999996. iteration 13272 found worse value: 363.41743485999996. iteration 13273 found worse value: 363.41743485999996. iteration 13274 found worse value: 363.41743485999996. iteration 13275 found worse value: 363.41743485999996. iteration 13276 found worse value: 363.41743485999996. iteration 13277 found worse value: 363.41743485999996. iteration 13278 found worse value: 363.41743485999996. iteration 13279 found worse value: 363.41743485999996. iteration 13280 found worse value: 363.41743485999996. iteration 13281 found worse value: 363.41743485999996. iteration 13282 found worse value: 363.41743485999996. iteration 13283 found worse value: 363.41743485999996. iteration 13284 found worse value: 363.41743485999996. iteration 13285 found worse value: 363.41743485999996. iteration 13286 found worse value: 363.41743485999996. iteration 13287 found worse value: 363.41743485999996. iteration 13288 found worse value: 363.41743485999996. iteration 13289 found worse value: 363.41743485999996. iteration 13290 found worse value: 363.41743485999996. iteration 13291 found worse value: 363.41743485999996. iteration 13292 found worse value: 363.41743485999996. iteration 13293 found worse value: 363.41743485999996. iteration 13294 found worse value: 363.41743485999996. iteration 13295 found worse value: 363.41743485999996. iteration 13296 found worse value: 363.41743485999996. iteration 13297 found worse value: 363.41743485999996. iteration 13298 found worse value: 363.41743485999996. iteration 13299 found worse value: 363.41743485999996. iteration 13300 found worse value: 363.41743485999996. iteration 13301 found worse value: 363.41743485999996. iteration 13302 found worse value: 363.41743485999996. iteration 13303 found worse value: 363.41743485999996. iteration 13304 found worse value: 363.41743485999996. iteration 13305 found worse value: 363.41743485999996. iteration 13306 found worse value: 363.41743485999996. iteration 13307 found worse value: 363.41743485999996. iteration 13308 found worse value: 363.41743485999996. iteration 13309 found worse value: 363.41743485999996. iteration 13310 found worse value: 363.41743485999996. iteration 13311 found worse value: 363.41743485999996. iteration 13312 found worse value: 363.41743485999996. iteration 13313 found worse value: 363.41743485999996. iteration 13314 found worse value: 363.41743485999996. iteration 13315 found worse value: 363.41743485999996. iteration 13316 found worse value: 363.41743485999996. iteration 13317 found worse value: 363.41743485999996. iteration 13318 found worse value: 363.41743485999996. iteration 13319 found worse value: 363.41743485999996. iteration 13320 found worse value: 363.41743485999996. iteration 13321 found worse value: 363.41743485999996. iteration 13322 found worse value: 363.41743485999996. iteration 13323 found worse value: 363.41743485999996. iteration 13324 found worse value: 363.41743485999996. iteration 13325 found worse value: 363.41743485999996. iteration 13326 found worse value: 363.41743485999996. iteration 13327 found worse value: 363.41743485999996. iteration 13328 found worse value: 363.41743485999996. iteration 13329 found worse value: 363.41743485999996. iteration 13330 found worse value: 363.41743485999996. iteration 13331 found worse value: 363.41743485999996. iteration 13332 found worse value: 363.41743485999996. iteration 13333 found worse value: 363.41743485999996. iteration 13334 found worse value: 363.41743485999996. iteration 13335 found worse value: 363.41743485999996. iteration 13336 found worse value: 363.41743485999996. iteration 13337 found worse value: 363.41743485999996. iteration 13338 found worse value: 363.41743485999996. iteration 13339 found worse value: 363.41743485999996. iteration 13340 found worse value: 363.41743485999996. iteration 13341 found worse value: 363.41743485999996. iteration 13342 found worse value: 363.41743485999996. iteration 13343 found worse value: 363.41743485999996. iteration 13344 found worse value: 363.41743485999996. iteration 13345 found worse value: 363.41743485999996. iteration 13346 found worse value: 363.41743485999996. iteration 13347 found worse value: 363.41743485999996. iteration 13348 found worse value: 363.41743485999996. iteration 13349 found worse value: 363.41743485999996. iteration 13350 found worse value: 363.41743485999996. iteration 13351 found worse value: 363.41743485999996. iteration 13352 found worse value: 363.41743485999996. iteration 13353 found worse value: 363.41743485999996. iteration 13354 found worse value: 363.41743485999996. iteration 13355 found worse value: 363.41743485999996. iteration 13356 found worse value: 363.41743485999996. iteration 13357 found worse value: 363.41743485999996. iteration 13358 found worse value: 363.41743485999996. iteration 13359 found worse value: 363.41743485999996. iteration 13360 found worse value: 363.41743485999996. iteration13360, perturbing to get out of local maxima iteration 13361 found worse value: 363.41743485999996. iteration 13362 found worse value: 363.41743485999996. iteration 13363 found worse value: 363.41743485999996. iteration 13364 found worse value: 363.41743485999996. iteration 13365 found worse value: 363.41743485999996. iteration 13366 found worse value: 363.41743485999996. iteration 13367 found worse value: 363.41743485999996. iteration13367, perturbing to get out of local maxima iteration 13368 found worse value: 363.41743485999996. iteration 13369 found worse value: 363.41743485999996. iteration 13370 found worse value: 363.41743485999996. iteration 13371 found worse value: 363.41743485999996. iteration 13372 found worse value: 363.41743485999996. iteration 13373 found worse value: 363.41743485999996. iteration 13374 found worse value: 363.41743485999996. iteration 13375 found worse value: 363.41743485999996. iteration 13376 found worse value: 363.41743485999996. iteration 13377 found worse value: 363.41743485999996. iteration 13378 found worse value: 363.41743485999996. iteration 13379 found worse value: 363.41743485999996. iteration 13380 found worse value: 363.41743485999996. iteration 13381 found worse value: 363.41743485999996. iteration 13382 found worse value: 363.41743485999996. iteration 13383 found worse value: 363.41743485999996. iteration 13384 found worse value: 363.41743485999996. iteration 13385 found worse value: 363.41743485999996. iteration 13386 found worse value: 363.41743485999996. iteration 13387 found worse value: 363.41743485999996. iteration 13388 found worse value: 363.41743485999996. iteration 13389 found worse value: 363.41743485999996. iteration 13390 found worse value: 363.41743485999996. iteration 13391 found worse value: 363.41743485999996. iteration 13392 found worse value: 363.41743485999996. iteration 13393 found worse value: 363.41743485999996. iteration 13394 found worse value: 363.41743485999996. iteration 13395 found worse value: 363.41743485999996. iteration13395, perturbing to get out of local maxima iteration 13396 found worse value: 363.41743485999996. iteration 13397 found worse value: 363.41743485999996. iteration 13398 found worse value: 363.41743485999996. iteration 13399 found worse value: 363.41743485999996. iteration 13400 found worse value: 363.41743485999996. iteration 13401 found worse value: 363.41743485999996. iteration 13402 found worse value: 363.41743485999996. iteration 13403 found worse value: 363.41743485999996. iteration 13404 found worse value: 363.41743485999996. iteration 13405 found worse value: 363.41743485999996. iteration 13406 found worse value: 363.41743485999996. iteration 13407 found worse value: 363.41743485999996. iteration 13408 found worse value: 363.41743485999996. iteration 13409 found worse value: 363.41743485999996. iteration 13410 found worse value: 363.41743485999996. iteration 13411 found worse value: 363.41743485999996. iteration 13412 found worse value: 363.41743485999996. iteration 13413 found worse value: 363.41743485999996. iteration 13414 found worse value: 363.41743485999996. iteration 13415 found worse value: 363.41743485999996. iteration 13416 found worse value: 363.41743485999996. iteration 13417 found worse value: 363.41743485999996. iteration 13418 found worse value: 363.41743485999996. iteration 13419 found worse value: 363.41743485999996. iteration 13420 found worse value: 363.41743485999996. iteration 13421 found worse value: 363.41743485999996. iteration 13422 found worse value: 363.41743485999996. iteration 13423 found worse value: 363.41743485999996. iteration 13424 found worse value: 363.41743485999996. iteration 13425 found worse value: 363.41743485999996. iteration 13426 found worse value: 363.41743485999996. iteration 13427 found worse value: 363.41743485999996. iteration 13428 found worse value: 363.41743485999996. iteration 13429 found worse value: 363.41743485999996. iteration 13430 found worse value: 363.41743485999996. iteration 13431 found worse value: 363.41743485999996. iteration 13432 found worse value: 363.41743485999996. iteration 13433 found worse value: 363.41743485999996. iteration 13434 found worse value: 363.41743485999996. iteration 13435 found worse value: 363.41743485999996. iteration 13436 found worse value: 363.41743485999996. iteration 13437 found worse value: 363.41743485999996. iteration 13438 found worse value: 363.41743485999996. iteration 13439 found worse value: 363.41743485999996. iteration 13440 found worse value: 363.41743485999996. iteration 13441 found worse value: 363.41743485999996. iteration 13442 found worse value: 363.41743485999996. iteration 13443 found worse value: 363.41743485999996. iteration 13444 found worse value: 363.41743485999996. iteration 13445 found worse value: 363.41743485999996. iteration 13446 found worse value: 363.41743485999996. iteration 13447 found worse value: 363.41743485999996. iteration 13448 found worse value: 363.41743485999996. iteration 13449 found worse value: 363.41743485999996. iteration 13450 found worse value: 363.41743485999996. iteration 13451 found worse value: 363.41743485999996. iteration 13452 found worse value: 363.41743485999996. iteration 13453 found worse value: 363.41743485999996. iteration 13454 found worse value: 363.41743485999996. iteration 13455 found worse value: 363.41743485999996. iteration 13456 found worse value: 363.41743485999996. iteration 13457 found worse value: 363.41743485999996. iteration 13458 found worse value: 363.41743485999996. iteration 13459 found worse value: 363.41743485999996. iteration 13460 found worse value: 363.41743485999996. iteration 13461 found worse value: 363.41743485999996. iteration 13462 found worse value: 363.41743485999996. iteration 13463 found worse value: 363.41743485999996. iteration 13464 found worse value: 363.41743485999996. iteration 13465 found worse value: 363.41743485999996. iteration 13466 found worse value: 363.41743485999996. iteration 13467 found worse value: 363.41743485999996. iteration 13468 found worse value: 363.41743485999996. iteration13468, perturbing to get out of local maxima iteration 13469 found worse value: 363.41743485999996. iteration 13470 found worse value: 363.41743485999996. iteration 13471 found worse value: 363.41743485999996. iteration 13472 found worse value: 363.41743485999996. iteration 13473 found worse value: 363.41743485999996. iteration 13474 found worse value: 363.41743485999996. iteration 13475 found worse value: 363.41743485999996. iteration 13476 found worse value: 363.41743485999996. iteration 13477 found worse value: 363.41743485999996. iteration 13478 found worse value: 363.41743485999996. iteration 13479 found worse value: 363.41743485999996. iteration 13480 found worse value: 363.41743485999996. iteration 13481 found worse value: 363.41743485999996. iteration 13482 found worse value: 363.41743485999996. iteration 13483 found worse value: 363.41743485999996. iteration 13484 found worse value: 363.41743485999996. iteration 13485 found worse value: 363.41743485999996. iteration 13486 found worse value: 363.41743485999996. iteration 13487 found worse value: 363.41743485999996. iteration 13488 found worse value: 363.41743485999996. iteration 13489 found worse value: 363.41743485999996. iteration 13490 found worse value: 363.41743485999996. iteration 13491 found worse value: 363.41743485999996. iteration 13492 found worse value: 363.41743485999996. iteration 13493 found worse value: 363.41743485999996. iteration 13494 found worse value: 363.41743485999996. iteration 13495 found worse value: 363.41743485999996. iteration 13496 found worse value: 363.41743485999996. iteration 13497 found worse value: 363.41743485999996. iteration 13498 found worse value: 363.41743485999996. iteration 13499 found worse value: 363.41743485999996. iteration 13500 found worse value: 363.41743485999996. iteration 13501 found worse value: 363.41743485999996. iteration 13502 found worse value: 363.41743485999996. iteration 13503 found worse value: 363.41743485999996. iteration 13504 found worse value: 363.41743485999996. iteration 13505 found worse value: 363.41743485999996. iteration 13506 found worse value: 363.41743485999996. iteration 13507 found worse value: 363.41743485999996. iteration 13508 found worse value: 363.41743485999996. iteration 13509 found worse value: 363.41743485999996. iteration 13510 found worse value: 363.41743485999996. iteration 13511 found worse value: 363.41743485999996. iteration 13512 found worse value: 363.41743485999996. iteration 13513 found worse value: 363.41743485999996. iteration 13514 found worse value: 363.41743485999996. iteration 13515 found worse value: 363.41743485999996. iteration 13516 found worse value: 363.41743485999996. iteration 13517 found worse value: 363.41743485999996. iteration 13518 found worse value: 363.41743485999996. iteration 13519 found worse value: 363.41743485999996. iteration 13520 found worse value: 363.41743485999996. iteration 13521 found worse value: 363.41743485999996. iteration 13522 found worse value: 363.41743485999996. iteration 13523 found worse value: 363.41743485999996. iteration 13524 found worse value: 363.41743485999996. iteration 13525 found worse value: 363.41743485999996. iteration 13526 found worse value: 363.41743485999996. iteration 13527 found worse value: 363.41743485999996. iteration 13528 found worse value: 363.41743485999996. iteration 13529 found worse value: 363.41743485999996. iteration 13530 found worse value: 363.41743485999996. iteration 13531 found worse value: 363.41743485999996. iteration 13532 found worse value: 363.41743485999996. iteration 13533 found worse value: 363.41743485999996. iteration 13534 found worse value: 363.41743485999996. iteration 13535 found worse value: 363.41743485999996. iteration13535, perturbing to get out of local maxima iteration 13536 found worse value: 363.41743485999996. iteration 13537 found worse value: 363.41743485999996. iteration 13538 found worse value: 363.41743485999996. iteration 13539 found worse value: 363.41743485999996. iteration 13540 found worse value: 363.41743485999996. iteration 13541 found worse value: 363.41743485999996. iteration 13542 found worse value: 363.41743485999996. iteration 13543 found worse value: 363.41743485999996. iteration 13544 found worse value: 363.41743485999996. iteration 13545 found worse value: 363.41743485999996. iteration 13546 found worse value: 363.41743485999996. iteration 13547 found worse value: 363.41743485999996. iteration 13548 found worse value: 363.41743485999996. iteration 13549 found worse value: 363.41743485999996. iteration 13550 found worse value: 363.41743485999996. iteration 13551 found worse value: 363.41743485999996. iteration 13552 found worse value: 363.41743485999996. iteration 13553 found worse value: 363.41743485999996. iteration 13554 found worse value: 363.41743485999996. iteration 13555 found worse value: 363.41743485999996. iteration 13556 found worse value: 363.41743485999996. iteration 13557 found worse value: 363.41743485999996. iteration 13558 found worse value: 363.41743485999996. iteration 13559 found worse value: 363.41743485999996. iteration 13560 found worse value: 363.41743485999996. iteration 13561 found worse value: 363.41743485999996. iteration 13562 found worse value: 363.41743485999996. iteration 13563 found worse value: 363.41743485999996. iteration 13564 found worse value: 363.41743485999996. iteration 13565 found worse value: 363.41743485999996. iteration13565, perturbing to get out of local maxima iteration 13566 found worse value: 363.41743485999996. iteration 13567 found worse value: 363.41743485999996. iteration 13568 found worse value: 363.41743485999996. iteration 13569 found worse value: 363.41743485999996. iteration 13570 found worse value: 363.41743485999996. iteration 13571 found worse value: 363.41743485999996. iteration 13572 found worse value: 363.41743485999996. iteration 13573 found worse value: 363.41743485999996. iteration 13574 found worse value: 363.41743485999996. iteration 13575 found worse value: 363.41743485999996. iteration 13576 found worse value: 363.41743485999996. iteration 13577 found worse value: 363.41743485999996. iteration 13578 found worse value: 363.41743485999996. iteration 13579 found worse value: 363.41743485999996. iteration 13580 found worse value: 363.41743485999996. iteration 13581 found worse value: 363.41743485999996. iteration 13582 found worse value: 363.41743485999996. iteration 13583 found worse value: 363.41743485999996. iteration 13584 found worse value: 363.41743485999996. iteration 13585 found worse value: 363.41743485999996. iteration 13586 found worse value: 363.41743485999996. iteration 13587 found worse value: 363.41743485999996. iteration 13588 found worse value: 363.41743485999996. iteration 13589 found worse value: 363.41743485999996. iteration 13590 found worse value: 363.41743485999996. iteration 13591 found worse value: 363.41743485999996. iteration 13592 found worse value: 363.41743485999996. iteration 13593 found worse value: 363.41743485999996. iteration 13594 found worse value: 363.41743485999996. iteration 13595 found worse value: 363.41743485999996. iteration 13596 found worse value: 363.41743485999996. iteration 13597 found worse value: 363.41743485999996. iteration 13598 found worse value: 363.41743485999996. iteration 13599 found worse value: 363.41743485999996. iteration 13600 found worse value: 363.41743485999996. iteration 13601 found worse value: 363.41743485999996. iteration 13602 found worse value: 363.41743485999996. iteration 13603 found worse value: 363.41743485999996. iteration 13604 found worse value: 363.41743485999996. iteration 13605 found worse value: 363.41743485999996. iteration 13606 found worse value: 363.41743485999996. iteration 13607 found worse value: 363.41743485999996. iteration 13608 found worse value: 363.41743485999996. iteration 13609 found worse value: 363.41743485999996. iteration 13610 found worse value: 363.41743485999996. iteration 13611 found worse value: 363.41743485999996. iteration 13612 found worse value: 363.41743485999996. iteration 13613 found worse value: 363.41743485999996. iteration 13614 found worse value: 363.41743485999996. iteration 13615 found worse value: 363.41743485999996. iteration 13616 found worse value: 363.41743485999996. iteration 13617 found worse value: 363.41743485999996. iteration 13618 found worse value: 363.41743485999996. iteration 13619 found worse value: 363.41743485999996. iteration 13620 found worse value: 363.41743485999996. iteration 13621 found worse value: 363.41743485999996. iteration 13622 found worse value: 363.41743485999996. iteration 13623 found worse value: 363.41743485999996. iteration 13624 found worse value: 363.41743485999996. iteration 13625 found worse value: 363.41743485999996. iteration 13626 found worse value: 363.41743485999996. iteration 13627 found worse value: 363.41743485999996. iteration 13628 found worse value: 363.41743485999996. iteration 13629 found worse value: 363.41743485999996. iteration 13630 found worse value: 363.41743485999996. iteration 13631 found worse value: 363.41743485999996. iteration 13632 found worse value: 363.41743485999996. iteration 13633 found worse value: 363.41743485999996. iteration 13634 found worse value: 363.41743485999996. iteration 13635 found worse value: 363.41743485999996. iteration 13636 found worse value: 363.41743485999996. iteration 13637 found worse value: 363.41743485999996. iteration 13638 found worse value: 363.41743485999996. iteration 13639 found worse value: 363.41743485999996. iteration 13640 found worse value: 363.41743485999996. iteration 13641 found worse value: 363.41743485999996. iteration 13642 found worse value: 363.41743485999996. iteration 13643 found worse value: 363.41743485999996. iteration 13644 found worse value: 363.41743485999996. iteration 13645 found worse value: 363.41743485999996. iteration 13646 found worse value: 363.41743485999996. iteration 13647 found worse value: 363.41743485999996. iteration 13648 found worse value: 363.41743485999996. iteration 13649 found worse value: 363.41743485999996. iteration 13650 found worse value: 363.41743485999996. iteration 13651 found worse value: 363.41743485999996. iteration 13652 found worse value: 363.41743485999996. iteration 13653 found worse value: 363.41743485999996. iteration 13654 found worse value: 363.41743485999996. iteration 13655 found worse value: 363.41743485999996. iteration 13656 found worse value: 363.41743485999996. iteration 13657 found worse value: 363.41743485999996. iteration 13658 found worse value: 363.41743485999996. iteration 13659 found worse value: 363.41743485999996. iteration 13660 found worse value: 363.41743485999996. iteration 13661 found worse value: 363.41743485999996. iteration 13662 found worse value: 363.41743485999996. iteration 13663 found worse value: 363.41743485999996. iteration 13664 found worse value: 363.41743485999996. iteration 13665 found worse value: 363.41743485999996. iteration 13666 found worse value: 363.41743485999996. iteration 13667 found worse value: 363.41743485999996. iteration 13668 found worse value: 363.41743485999996. iteration 13669 found worse value: 363.41743485999996. iteration 13670 found worse value: 363.41743485999996. iteration 13671 found worse value: 363.41743485999996. iteration 13672 found worse value: 363.41743485999996. iteration 13673 found worse value: 363.41743485999996. iteration 13674 found worse value: 363.41743485999996. iteration 13675 found worse value: 363.41743485999996. iteration 13676 found worse value: 363.41743485999996. iteration 13677 found worse value: 363.41743485999996. iteration 13678 found worse value: 363.41743485999996. iteration 13679 found worse value: 363.41743485999996. iteration 13680 found worse value: 363.41743485999996. iteration 13681 found worse value: 363.41743485999996. iteration 13682 found worse value: 363.41743485999996. iteration 13683 found worse value: 363.41743485999996. iteration 13684 found worse value: 363.41743485999996. iteration 13685 found worse value: 363.41743485999996. iteration 13686 found worse value: 363.41743485999996. iteration 13687 found worse value: 363.41743485999996. iteration 13688 found worse value: 363.41743485999996. iteration 13689 found worse value: 363.41743485999996. iteration 13690 found worse value: 363.41743485999996. iteration 13691 found worse value: 363.41743485999996. iteration 13692 found worse value: 363.41743485999996. iteration 13693 found worse value: 363.41743485999996. iteration 13694 found worse value: 363.41743485999996. iteration 13695 found worse value: 363.41743485999996. iteration 13696 found worse value: 363.41743485999996. iteration 13697 found worse value: 363.41743485999996. iteration 13698 found worse value: 363.41743485999996. iteration 13699 found worse value: 363.41743485999996. iteration 13700 found worse value: 363.41743485999996. iteration 13701 found worse value: 363.41743485999996. iteration 13702 found worse value: 363.41743485999996. iteration 13703 found worse value: 363.41743485999996. iteration 13704 found worse value: 363.41743485999996. iteration 13705 found worse value: 363.41743485999996. iteration 13706 found worse value: 363.41743485999996. iteration 13707 found worse value: 363.41743485999996. iteration 13708 found worse value: 363.41743485999996. iteration 13709 found worse value: 363.41743485999996. iteration 13710 found worse value: 363.41743485999996. iteration 13711 found worse value: 363.41743485999996. iteration 13712 found worse value: 363.41743485999996. iteration 13713 found worse value: 363.41743485999996. iteration 13714 found worse value: 363.41743485999996. iteration 13715 found worse value: 363.41743485999996. iteration 13716 found worse value: 363.41743485999996. iteration 13717 found worse value: 363.41743485999996. iteration 13718 found worse value: 363.41743485999996. iteration 13719 found worse value: 363.41743485999996. iteration 13720 found worse value: 363.41743485999996. iteration 13721 found worse value: 363.41743485999996. iteration 13722 found worse value: 363.41743485999996. iteration 13723 found worse value: 363.41743485999996. iteration 13724 found worse value: 363.41743485999996. iteration 13725 found worse value: 363.41743485999996. iteration 13726 found worse value: 363.41743485999996. iteration 13727 found worse value: 363.41743485999996. iteration 13728 found worse value: 363.41743485999996. iteration 13729 found worse value: 363.41743485999996. iteration 13730 found worse value: 363.41743485999996. iteration 13731 found worse value: 363.41743485999996. iteration 13732 found worse value: 363.41743485999996. iteration 13733 found worse value: 363.41743485999996. iteration 13734 found worse value: 363.41743485999996. iteration13734, perturbing to get out of local maxima iteration 13735 found worse value: 363.41743485999996. iteration 13736 found worse value: 363.41743485999996. iteration 13737 found worse value: 363.41743485999996. iteration 13738 found worse value: 363.41743485999996. iteration 13739 found worse value: 363.41743485999996. iteration 13740 found worse value: 363.41743485999996. iteration 13741 found worse value: 363.41743485999996. iteration 13742 found worse value: 363.41743485999996. iteration 13743 found worse value: 363.41743485999996. iteration 13744 found worse value: 363.41743485999996. iteration 13745 found worse value: 363.41743485999996. iteration 13746 found worse value: 363.41743485999996. iteration 13747 found worse value: 363.41743485999996. iteration 13748 found worse value: 363.41743485999996. iteration 13749 found worse value: 363.41743485999996. iteration 13750 found worse value: 363.41743485999996. iteration 13751 found worse value: 363.41743485999996. iteration 13752 found worse value: 363.41743485999996. iteration 13753 found worse value: 363.41743485999996. iteration 13754 found worse value: 363.41743485999996. iteration 13755 found worse value: 363.41743485999996. iteration 13756 found worse value: 363.41743485999996. iteration 13757 found worse value: 363.41743485999996. iteration 13758 found worse value: 363.41743485999996. iteration 13759 found worse value: 363.41743485999996. iteration 13760 found worse value: 363.41743485999996. iteration 13761 found worse value: 363.41743485999996. iteration 13762 found worse value: 363.41743485999996. iteration 13763 found worse value: 363.41743485999996. iteration 13764 found worse value: 363.41743485999996. iteration 13765 found worse value: 363.41743485999996. iteration 13766 found worse value: 363.41743485999996. iteration 13767 found worse value: 363.41743485999996. iteration 13768 found worse value: 363.41743485999996. iteration 13769 found worse value: 363.41743485999996. iteration 13770 found worse value: 363.41743485999996. iteration 13771 found worse value: 363.41743485999996. iteration 13772 found worse value: 363.41743485999996. iteration 13773 found worse value: 363.41743485999996. iteration 13774 found worse value: 363.41743485999996. iteration 13775 found worse value: 363.41743485999996. iteration 13776 found worse value: 363.41743485999996. iteration 13777 found worse value: 363.41743485999996. iteration 13778 found worse value: 363.41743485999996. iteration 13779 found worse value: 363.41743485999996. iteration 13780 found worse value: 363.41743485999996. iteration 13781 found worse value: 363.41743485999996. iteration 13782 found worse value: 363.41743485999996. iteration 13783 found worse value: 363.41743485999996. iteration 13784 found worse value: 363.41743485999996. iteration 13785 found worse value: 363.41743485999996. iteration 13786 found worse value: 363.41743485999996. iteration 13787 found worse value: 363.41743485999996. iteration 13788 found worse value: 363.41743485999996. iteration 13789 found worse value: 363.41743485999996. iteration 13790 found worse value: 363.41743485999996. iteration 13791 found worse value: 363.41743485999996. iteration 13792 found worse value: 363.41743485999996. iteration 13793 found worse value: 363.41743485999996. iteration 13794 found worse value: 363.41743485999996. iteration 13795 found worse value: 363.41743485999996. iteration 13796 found worse value: 363.41743485999996. iteration 13797 found worse value: 363.41743485999996. iteration 13798 found worse value: 363.41743485999996. iteration 13799 found worse value: 363.41743485999996. iteration 13800 found worse value: 363.41743485999996. iteration 13801 found worse value: 363.41743485999996. iteration 13802 found worse value: 363.41743485999996. iteration 13803 found worse value: 363.41743485999996. iteration 13804 found worse value: 363.41743485999996. iteration 13805 found worse value: 363.41743485999996. iteration 13806 found worse value: 363.41743485999996. iteration 13807 found worse value: 363.41743485999996. iteration 13808 found worse value: 363.41743485999996. iteration 13809 found worse value: 363.41743485999996. iteration 13810 found worse value: 363.41743485999996. iteration 13811 found worse value: 363.41743485999996. iteration 13812 found worse value: 363.41743485999996. iteration 13813 found worse value: 363.41743485999996. iteration 13814 found worse value: 363.41743485999996. iteration 13815 found worse value: 363.41743485999996. iteration 13816 found worse value: 363.41743485999996. iteration 13817 found worse value: 363.41743485999996. iteration 13818 found worse value: 363.41743485999996. iteration 13819 found worse value: 363.41743485999996. iteration 13820 found worse value: 363.41743485999996. iteration 13821 found worse value: 363.41743485999996. iteration 13822 found worse value: 363.41743485999996. iteration 13823 found worse value: 363.41743485999996. iteration 13824 found worse value: 363.41743485999996. iteration 13825 found worse value: 363.41743485999996. iteration 13826 found worse value: 363.41743485999996. iteration 13827 found worse value: 363.41743485999996. iteration 13828 found worse value: 363.41743485999996. iteration 13829 found worse value: 363.41743485999996. iteration 13830 found worse value: 363.41743485999996. iteration 13831 found worse value: 363.41743485999996. iteration 13832 found worse value: 363.41743485999996. iteration 13833 found worse value: 363.41743485999996. iteration 13834 found worse value: 363.41743485999996. iteration 13835 found worse value: 363.41743485999996. iteration 13836 found worse value: 363.41743485999996. iteration 13837 found worse value: 363.41743485999996. iteration 13838 found worse value: 363.41743485999996. iteration 13839 found worse value: 363.41743485999996. iteration 13840 found worse value: 363.41743485999996. iteration 13841 found worse value: 363.41743485999996. iteration 13842 found worse value: 363.41743485999996. iteration 13843 found worse value: 363.41743485999996. iteration 13844 found worse value: 363.41743485999996. iteration 13845 found worse value: 363.41743485999996. iteration 13846 found worse value: 363.41743485999996. iteration 13847 found worse value: 363.41743485999996. iteration 13848 found worse value: 363.41743485999996. iteration 13849 found worse value: 363.41743485999996. iteration 13850 found worse value: 363.41743485999996. iteration 13851 found worse value: 363.41743485999996. iteration 13852 found worse value: 363.41743485999996. iteration 13853 found worse value: 363.41743485999996. iteration 13854 found worse value: 363.41743485999996. iteration 13855 found worse value: 363.41743485999996. iteration 13856 found worse value: 363.41743485999996. iteration 13857 found worse value: 363.41743485999996. iteration 13858 found worse value: 363.41743485999996. iteration 13859 found worse value: 363.41743485999996. iteration 13860 found worse value: 363.41743485999996. iteration13860, perturbing to get out of local maxima iteration 13861 found better value: 363.417532988 iteration 13862 found worse value: 363.417532988. iteration 13863 found worse value: 363.417532988. iteration 13864 found worse value: 363.417532988. iteration 13865 found worse value: 363.417532988. iteration 13866 found worse value: 363.417532988. iteration 13867 found worse value: 363.417532988. iteration 13868 found worse value: 363.417532988. iteration 13869 found worse value: 363.417532988. iteration 13870 found worse value: 363.417532988. iteration 13871 found worse value: 363.417532988. iteration 13872 found worse value: 363.417532988. iteration13872, perturbing to get out of local maxima iteration 13873 found worse value: 363.417532988. iteration 13874 found worse value: 363.417532988. iteration 13875 found worse value: 363.417532988. iteration13875, perturbing to get out of local maxima iteration 13876 found worse value: 363.417532988. iteration 13877 found worse value: 363.417532988. iteration 13878 found worse value: 363.417532988. iteration 13879 found worse value: 363.417532988. iteration 13880 found worse value: 363.417532988. iteration 13881 found worse value: 363.417532988. iteration 13882 found worse value: 363.417532988. iteration 13883 found worse value: 363.417532988. iteration 13884 found worse value: 363.417532988. iteration 13885 found worse value: 363.417532988. iteration 13886 found worse value: 363.417532988. iteration 13887 found worse value: 363.417532988. iteration 13888 found worse value: 363.417532988. iteration 13889 found worse value: 363.417532988. iteration 13890 found worse value: 363.417532988. iteration 13891 found worse value: 363.417532988. iteration 13892 found worse value: 363.417532988. iteration 13893 found worse value: 363.417532988. iteration 13894 found worse value: 363.417532988. iteration 13895 found worse value: 363.417532988. iteration 13896 found worse value: 363.417532988. iteration 13897 found worse value: 363.417532988. iteration 13898 found worse value: 363.417532988. iteration 13899 found worse value: 363.417532988. iteration 13900 found worse value: 363.417532988. iteration 13901 found worse value: 363.417532988. iteration 13902 found worse value: 363.417532988. iteration 13903 found worse value: 363.417532988. iteration 13904 found worse value: 363.417532988. iteration 13905 found worse value: 363.417532988. iteration 13906 found worse value: 363.417532988. iteration 13907 found worse value: 363.417532988. iteration 13908 found worse value: 363.417532988. iteration13908, perturbing to get out of local maxima iteration 13909 found worse value: 363.417532988. iteration 13910 found worse value: 363.417532988. iteration 13911 found worse value: 363.417532988. iteration 13912 found worse value: 363.417532988. iteration 13913 found worse value: 363.417532988. iteration13913, perturbing to get out of local maxima iteration 13914 found worse value: 363.417532988. iteration 13915 found worse value: 363.417532988. iteration 13916 found worse value: 363.417532988. iteration 13917 found worse value: 363.417532988. iteration 13918 found worse value: 363.417532988. iteration 13919 found worse value: 363.417532988. iteration 13920 found worse value: 363.417532988. iteration 13921 found worse value: 363.417532988. iteration 13922 found worse value: 363.417532988. iteration 13923 found worse value: 363.417532988. iteration 13924 found worse value: 363.417532988. iteration 13925 found worse value: 363.417532988. iteration 13926 found worse value: 363.417532988. iteration 13927 found worse value: 363.417532988. iteration 13928 found worse value: 363.417532988. iteration 13929 found worse value: 363.417532988. iteration 13930 found worse value: 363.417532988. iteration 13931 found worse value: 363.417532988. iteration 13932 found worse value: 363.417532988. iteration 13933 found worse value: 363.417532988. iteration 13934 found worse value: 363.417532988. iteration 13935 found worse value: 363.417532988. iteration 13936 found worse value: 363.417532988. iteration13936, perturbing to get out of local maxima iteration 13937 found worse value: 363.417532988. iteration 13938 found worse value: 363.417532988. iteration 13939 found worse value: 363.417532988. iteration 13940 found worse value: 363.417532988. iteration 13941 found worse value: 363.417532988. iteration 13942 found worse value: 363.417532988. iteration 13943 found worse value: 363.417532988. iteration 13944 found worse value: 363.417532988. iteration 13945 found worse value: 363.417532988. iteration 13946 found worse value: 363.417532988. iteration 13947 found worse value: 363.417532988. iteration 13948 found worse value: 363.417532988. iteration 13949 found worse value: 363.417532988. iteration 13950 found worse value: 363.417532988. iteration 13951 found worse value: 363.417532988. iteration 13952 found worse value: 363.417532988. iteration 13953 found worse value: 363.417532988. iteration 13954 found worse value: 363.417532988. iteration 13955 found worse value: 363.417532988. iteration 13956 found worse value: 363.417532988. iteration 13957 found worse value: 363.417532988. iteration 13958 found worse value: 363.417532988. iteration 13959 found worse value: 363.417532988. iteration 13960 found worse value: 363.417532988. iteration 13961 found worse value: 363.417532988. iteration 13962 found worse value: 363.417532988. iteration 13963 found worse value: 363.417532988. iteration 13964 found worse value: 363.417532988. iteration 13965 found worse value: 363.417532988. iteration 13966 found worse value: 363.417532988. iteration 13967 found worse value: 363.417532988. iteration 13968 found worse value: 363.417532988. iteration 13969 found worse value: 363.417532988. iteration 13970 found worse value: 363.417532988. iteration13970, perturbing to get out of local maxima iteration 13971 found worse value: 363.417532988. iteration 13972 found worse value: 363.417532988. iteration 13973 found worse value: 363.417532988. iteration 13974 found worse value: 363.417532988. iteration 13975 found worse value: 363.417532988. iteration 13976 found worse value: 363.417532988. iteration 13977 found worse value: 363.417532988. iteration 13978 found worse value: 363.417532988. iteration 13979 found worse value: 363.417532988. iteration 13980 found worse value: 363.417532988. iteration 13981 found worse value: 363.417532988. iteration 13982 found worse value: 363.417532988. iteration 13983 found worse value: 363.417532988. iteration 13984 found worse value: 363.417532988. iteration 13985 found worse value: 363.417532988. iteration 13986 found worse value: 363.417532988. iteration 13987 found worse value: 363.417532988. iteration 13988 found worse value: 363.417532988. iteration 13989 found worse value: 363.417532988. iteration 13990 found worse value: 363.417532988. iteration 13991 found worse value: 363.417532988. iteration 13992 found worse value: 363.417532988. iteration 13993 found worse value: 363.417532988. iteration 13994 found worse value: 363.417532988. iteration 13995 found worse value: 363.417532988. iteration 13996 found worse value: 363.417532988. iteration 13997 found worse value: 363.417532988. iteration 13998 found worse value: 363.417532988. iteration 13999 found worse value: 363.417532988. iteration 14000 found worse value: 363.417532988. iteration 14001 found worse value: 363.417532988. iteration 14002 found worse value: 363.417532988. iteration 14003 found worse value: 363.417532988. iteration 14004 found worse value: 363.417532988. iteration 14005 found worse value: 363.417532988. iteration 14006 found worse value: 363.417532988. iteration14006, perturbing to get out of local maxima iteration 14007 found worse value: 363.417532988. iteration 14008 found worse value: 363.417532988. iteration 14009 found worse value: 363.417532988. iteration 14010 found worse value: 363.417532988. iteration 14011 found worse value: 363.417532988. iteration 14012 found worse value: 363.417532988. iteration 14013 found worse value: 363.417532988. iteration 14014 found worse value: 363.417532988. iteration 14015 found worse value: 363.417532988. iteration 14016 found worse value: 363.417532988. iteration 14017 found worse value: 363.417532988. iteration 14018 found worse value: 363.417532988. iteration 14019 found worse value: 363.417532988. iteration 14020 found worse value: 363.417532988. iteration 14021 found worse value: 363.417532988. iteration 14022 found worse value: 363.417532988. iteration 14023 found worse value: 363.417532988. iteration 14024 found worse value: 363.417532988. iteration 14025 found worse value: 363.417532988. iteration 14026 found worse value: 363.417532988. iteration 14027 found worse value: 363.417532988. iteration 14028 found worse value: 363.417532988. iteration 14029 found worse value: 363.417532988. iteration 14030 found worse value: 363.417532988. iteration 14031 found worse value: 363.417532988. iteration 14032 found worse value: 363.417532988. iteration 14033 found worse value: 363.417532988. iteration 14034 found worse value: 363.417532988. iteration 14035 found worse value: 363.417532988. iteration 14036 found worse value: 363.417532988. iteration 14037 found worse value: 363.417532988. iteration 14038 found worse value: 363.417532988. iteration 14039 found worse value: 363.417532988. iteration 14040 found worse value: 363.417532988. iteration 14041 found worse value: 363.417532988. iteration 14042 found worse value: 363.417532988. iteration 14043 found worse value: 363.417532988. iteration 14044 found worse value: 363.417532988. iteration 14045 found worse value: 363.417532988. iteration 14046 found worse value: 363.417532988. iteration 14047 found worse value: 363.417532988. iteration 14048 found worse value: 363.417532988. iteration 14049 found worse value: 363.417532988. iteration 14050 found worse value: 363.417532988. iteration14050, perturbing to get out of local maxima iteration 14051 found worse value: 363.417532988. iteration 14052 found worse value: 363.417532988. iteration 14053 found worse value: 363.417532988. iteration 14054 found worse value: 363.417532988. iteration 14055 found worse value: 363.417532988. iteration 14056 found worse value: 363.417532988. iteration 14057 found worse value: 363.417532988. iteration 14058 found worse value: 363.417532988. iteration 14059 found worse value: 363.417532988. iteration 14060 found worse value: 363.417532988. iteration 14061 found worse value: 363.417532988. iteration 14062 found worse value: 363.417532988. iteration 14063 found worse value: 363.417532988. iteration 14064 found worse value: 363.417532988. iteration 14065 found worse value: 363.417532988. iteration 14066 found worse value: 363.417532988. iteration 14067 found worse value: 363.417532988. iteration 14068 found worse value: 363.417532988. iteration 14069 found worse value: 363.417532988. iteration 14070 found worse value: 363.417532988. iteration 14071 found worse value: 363.417532988. iteration 14072 found worse value: 363.417532988. iteration 14073 found worse value: 363.417532988. iteration 14074 found worse value: 363.417532988. iteration 14075 found worse value: 363.417532988. iteration 14076 found worse value: 363.417532988. iteration 14077 found worse value: 363.417532988. iteration 14078 found worse value: 363.417532988. iteration 14079 found worse value: 363.417532988. iteration 14080 found worse value: 363.417532988. iteration 14081 found worse value: 363.417532988. iteration 14082 found worse value: 363.417532988. iteration 14083 found worse value: 363.417532988. iteration 14084 found worse value: 363.417532988. iteration 14085 found worse value: 363.417532988. iteration 14086 found worse value: 363.417532988. iteration 14087 found worse value: 363.417532988. iteration14087, perturbing to get out of local maxima iteration 14088 found worse value: 363.417532988. iteration 14089 found worse value: 363.417532988. iteration 14090 found worse value: 363.417532988. iteration 14091 found worse value: 363.417532988. iteration 14092 found worse value: 363.417532988. iteration 14093 found worse value: 363.417532988. iteration 14094 found worse value: 363.417532988. iteration 14095 found worse value: 363.417532988. iteration 14096 found worse value: 363.417532988. iteration 14097 found worse value: 363.417532988. iteration 14098 found worse value: 363.417532988. iteration14098, perturbing to get out of local maxima iteration 14099 found worse value: 363.417532988. iteration 14100 found worse value: 363.417532988. iteration 14101 found worse value: 363.417532988. iteration 14102 found worse value: 363.417532988. iteration 14103 found worse value: 363.417532988. iteration 14104 found worse value: 363.417532988. iteration 14105 found worse value: 363.417532988. iteration 14106 found worse value: 363.417532988. iteration 14107 found worse value: 363.417532988. iteration 14108 found worse value: 363.417532988. iteration 14109 found worse value: 363.417532988. iteration 14110 found worse value: 363.417532988. iteration 14111 found worse value: 363.417532988. iteration 14112 found worse value: 363.417532988. iteration 14113 found worse value: 363.417532988. iteration 14114 found worse value: 363.417532988. iteration 14115 found worse value: 363.417532988. iteration 14116 found worse value: 363.417532988. iteration 14117 found worse value: 363.417532988. iteration 14118 found worse value: 363.417532988. iteration 14119 found worse value: 363.417532988. iteration 14120 found worse value: 363.417532988. iteration 14121 found worse value: 363.417532988. iteration 14122 found worse value: 363.417532988. iteration 14123 found worse value: 363.417532988. iteration 14124 found worse value: 363.417532988. iteration 14125 found worse value: 363.417532988. iteration 14126 found worse value: 363.417532988. iteration 14127 found worse value: 363.417532988. iteration 14128 found worse value: 363.417532988. iteration 14129 found worse value: 363.417532988. iteration 14130 found worse value: 363.417532988. iteration 14131 found worse value: 363.417532988. iteration 14132 found worse value: 363.417532988. iteration 14133 found worse value: 363.417532988. iteration 14134 found worse value: 363.417532988. iteration 14135 found worse value: 363.417532988. iteration 14136 found worse value: 363.417532988. iteration 14137 found worse value: 363.417532988. iteration 14138 found worse value: 363.417532988. iteration 14139 found worse value: 363.417532988. iteration 14140 found worse value: 363.417532988. iteration 14141 found worse value: 363.417532988. iteration 14142 found worse value: 363.417532988. iteration 14143 found worse value: 363.417532988. iteration 14144 found worse value: 363.417532988. iteration 14145 found worse value: 363.417532988. iteration 14146 found worse value: 363.417532988. iteration 14147 found worse value: 363.417532988. iteration 14148 found worse value: 363.417532988. iteration 14149 found worse value: 363.417532988. iteration 14150 found worse value: 363.417532988. iteration 14151 found worse value: 363.417532988. iteration 14152 found worse value: 363.417532988. iteration 14153 found worse value: 363.417532988. iteration 14154 found worse value: 363.417532988. iteration 14155 found worse value: 363.417532988. iteration 14156 found worse value: 363.417532988. iteration 14157 found worse value: 363.417532988. iteration 14158 found worse value: 363.417532988. iteration 14159 found worse value: 363.417532988. iteration 14160 found worse value: 363.417532988. iteration 14161 found worse value: 363.417532988. iteration 14162 found worse value: 363.417532988. iteration 14163 found worse value: 363.417532988. iteration 14164 found worse value: 363.417532988. iteration 14165 found worse value: 363.417532988. iteration 14166 found worse value: 363.417532988. iteration 14167 found worse value: 363.417532988. iteration 14168 found worse value: 363.417532988. iteration 14169 found worse value: 363.417532988. iteration 14170 found worse value: 363.417532988. iteration 14171 found worse value: 363.417532988. iteration 14172 found worse value: 363.417532988. iteration 14173 found worse value: 363.417532988. iteration 14174 found worse value: 363.417532988. iteration 14175 found worse value: 363.417532988. iteration 14176 found worse value: 363.417532988. iteration 14177 found worse value: 363.417532988. iteration 14178 found worse value: 363.417532988. iteration 14179 found worse value: 363.417532988. iteration 14180 found worse value: 363.417532988. iteration 14181 found worse value: 363.417532988. iteration 14182 found worse value: 363.417532988. iteration 14183 found worse value: 363.417532988. iteration 14184 found worse value: 363.417532988. iteration 14185 found worse value: 363.417532988. iteration14185, perturbing to get out of local maxima iteration 14186 found worse value: 363.417532988. iteration 14187 found worse value: 363.417532988. iteration 14188 found worse value: 363.417532988. iteration14188, perturbing to get out of local maxima iteration 14189 found worse value: 363.417532988. iteration 14190 found worse value: 363.417532988. iteration14190, perturbing to get out of local maxima iteration 14191 found worse value: 363.417532988. iteration 14192 found worse value: 363.417532988. iteration 14193 found worse value: 363.417532988. iteration 14194 found worse value: 363.417532988. iteration 14195 found worse value: 363.417532988. iteration 14196 found worse value: 363.417532988. iteration 14197 found worse value: 363.417532988. iteration 14198 found worse value: 363.417532988. iteration 14199 found worse value: 363.417532988. iteration 14200 found worse value: 363.417532988. iteration 14201 found worse value: 363.417532988. iteration 14202 found worse value: 363.417532988. iteration 14203 found worse value: 363.417532988. iteration 14204 found worse value: 363.417532988. iteration 14205 found worse value: 363.417532988. iteration 14206 found worse value: 363.417532988. iteration 14207 found worse value: 363.417532988. iteration 14208 found worse value: 363.417532988. iteration 14209 found worse value: 363.417532988. iteration 14210 found worse value: 363.417532988. iteration 14211 found worse value: 363.417532988. iteration 14212 found worse value: 363.417532988. iteration 14213 found worse value: 363.417532988. iteration 14214 found worse value: 363.417532988. iteration 14215 found worse value: 363.417532988. iteration 14216 found worse value: 363.417532988. iteration 14217 found worse value: 363.417532988. iteration 14218 found worse value: 363.417532988. iteration 14219 found worse value: 363.417532988. iteration 14220 found worse value: 363.417532988. iteration 14221 found worse value: 363.417532988. iteration 14222 found worse value: 363.417532988. iteration 14223 found worse value: 363.417532988. iteration 14224 found worse value: 363.417532988. iteration 14225 found worse value: 363.417532988. iteration 14226 found worse value: 363.417532988. iteration 14227 found worse value: 363.417532988. iteration 14228 found worse value: 363.417532988. iteration 14229 found worse value: 363.417532988. iteration 14230 found worse value: 363.417532988. iteration 14231 found worse value: 363.417532988. iteration 14232 found worse value: 363.417532988. iteration 14233 found worse value: 363.417532988. iteration 14234 found worse value: 363.417532988. iteration 14235 found worse value: 363.417532988. iteration 14236 found worse value: 363.417532988. iteration 14237 found worse value: 363.417532988. iteration 14238 found worse value: 363.417532988. iteration 14239 found worse value: 363.417532988. iteration 14240 found worse value: 363.417532988. iteration 14241 found worse value: 363.417532988. iteration 14242 found worse value: 363.417532988. iteration 14243 found worse value: 363.417532988. iteration 14244 found worse value: 363.417532988. iteration 14245 found worse value: 363.417532988. iteration 14246 found worse value: 363.417532988. iteration14246, perturbing to get out of local maxima iteration 14247 found worse value: 363.417532988. iteration 14248 found worse value: 363.417532988. iteration 14249 found worse value: 363.417532988. iteration 14250 found worse value: 363.417532988. iteration 14251 found worse value: 363.417532988. iteration 14252 found worse value: 363.417532988. iteration 14253 found worse value: 363.417532988. iteration 14254 found worse value: 363.417532988. iteration 14255 found worse value: 363.417532988. iteration 14256 found worse value: 363.417532988. iteration 14257 found worse value: 363.417532988. iteration 14258 found worse value: 363.417532988. iteration 14259 found worse value: 363.417532988. iteration 14260 found worse value: 363.417532988. iteration 14261 found worse value: 363.417532988. iteration 14262 found worse value: 363.417532988. iteration 14263 found worse value: 363.417532988. iteration 14264 found worse value: 363.417532988. iteration 14265 found worse value: 363.417532988. iteration 14266 found worse value: 363.417532988. iteration 14267 found worse value: 363.417532988. iteration 14268 found worse value: 363.417532988. iteration 14269 found worse value: 363.417532988. iteration 14270 found worse value: 363.417532988. iteration 14271 found worse value: 363.417532988. iteration 14272 found worse value: 363.417532988. iteration 14273 found worse value: 363.417532988. iteration 14274 found worse value: 363.417532988. iteration 14275 found worse value: 363.417532988. iteration 14276 found worse value: 363.417532988. iteration 14277 found worse value: 363.417532988. iteration 14278 found worse value: 363.417532988. iteration 14279 found worse value: 363.417532988. iteration 14280 found worse value: 363.417532988. iteration 14281 found worse value: 363.417532988. iteration 14282 found worse value: 363.417532988. iteration 14283 found worse value: 363.417532988. iteration 14284 found worse value: 363.417532988. iteration 14285 found worse value: 363.417532988. iteration 14286 found worse value: 363.417532988. iteration 14287 found worse value: 363.417532988. iteration 14288 found worse value: 363.417532988. iteration 14289 found worse value: 363.417532988. iteration 14290 found worse value: 363.417532988. iteration 14291 found worse value: 363.417532988. iteration 14292 found worse value: 363.417532988. iteration 14293 found worse value: 363.417532988. iteration 14294 found worse value: 363.417532988. iteration 14295 found worse value: 363.417532988. iteration 14296 found worse value: 363.417532988. iteration 14297 found worse value: 363.417532988. iteration 14298 found worse value: 363.417532988. iteration14298, perturbing to get out of local maxima iteration 14299 found worse value: 363.417532988. iteration 14300 found worse value: 363.417532988. iteration 14301 found worse value: 363.417532988. iteration 14302 found worse value: 363.417532988. iteration 14303 found worse value: 363.417532988. iteration 14304 found worse value: 363.417532988. iteration 14305 found worse value: 363.417532988. iteration 14306 found worse value: 363.417532988. iteration 14307 found worse value: 363.417532988. iteration 14308 found worse value: 363.417532988. iteration 14309 found worse value: 363.417532988. iteration 14310 found worse value: 363.417532988. iteration 14311 found worse value: 363.417532988. iteration 14312 found worse value: 363.417532988. iteration14312, perturbing to get out of local maxima iteration 14313 found worse value: 363.417532988. iteration 14314 found worse value: 363.417532988. iteration 14315 found worse value: 363.417532988. iteration 14316 found worse value: 363.417532988. iteration 14317 found worse value: 363.417532988. iteration 14318 found worse value: 363.417532988. iteration 14319 found worse value: 363.417532988. iteration 14320 found worse value: 363.417532988. iteration 14321 found worse value: 363.417532988. iteration 14322 found worse value: 363.417532988. iteration 14323 found worse value: 363.417532988. iteration 14324 found worse value: 363.417532988. iteration 14325 found worse value: 363.417532988. iteration 14326 found worse value: 363.417532988. iteration 14327 found worse value: 363.417532988. iteration 14328 found worse value: 363.417532988. iteration 14329 found worse value: 363.417532988. iteration 14330 found worse value: 363.417532988. iteration 14331 found worse value: 363.417532988. iteration 14332 found worse value: 363.417532988. iteration 14333 found worse value: 363.417532988. iteration14333, perturbing to get out of local maxima iteration 14334 found worse value: 363.417532988. iteration 14335 found worse value: 363.417532988. iteration 14336 found worse value: 363.417532988. iteration 14337 found worse value: 363.417532988. iteration 14338 found worse value: 363.417532988. iteration 14339 found worse value: 363.417532988. iteration 14340 found worse value: 363.417532988. iteration 14341 found worse value: 363.417532988. iteration 14342 found worse value: 363.417532988. iteration 14343 found worse value: 363.417532988. iteration 14344 found worse value: 363.417532988. iteration 14345 found worse value: 363.417532988. iteration 14346 found worse value: 363.417532988. iteration 14347 found worse value: 363.417532988. iteration 14348 found worse value: 363.417532988. iteration 14349 found worse value: 363.417532988. iteration 14350 found worse value: 363.417532988. iteration 14351 found worse value: 363.417532988. iteration 14352 found worse value: 363.417532988. iteration 14353 found worse value: 363.417532988. iteration 14354 found worse value: 363.417532988. iteration 14355 found worse value: 363.417532988. iteration 14356 found worse value: 363.417532988. iteration 14357 found worse value: 363.417532988. iteration 14358 found worse value: 363.417532988. iteration 14359 found worse value: 363.417532988. iteration 14360 found worse value: 363.417532988. iteration 14361 found worse value: 363.417532988. iteration 14362 found worse value: 363.417532988. iteration 14363 found worse value: 363.417532988. iteration 14364 found worse value: 363.417532988. iteration 14365 found worse value: 363.417532988. iteration 14366 found worse value: 363.417532988. iteration 14367 found worse value: 363.417532988. iteration 14368 found worse value: 363.417532988. iteration 14369 found worse value: 363.417532988. iteration 14370 found worse value: 363.417532988. iteration 14371 found worse value: 363.417532988. iteration14371, perturbing to get out of local maxima iteration 14372 found worse value: 363.417532988. iteration 14373 found worse value: 363.417532988. iteration 14374 found worse value: 363.417532988. iteration 14375 found worse value: 363.417532988. iteration 14376 found worse value: 363.417532988. iteration 14377 found worse value: 363.417532988. iteration 14378 found worse value: 363.417532988. iteration 14379 found worse value: 363.417532988. iteration 14380 found worse value: 363.417532988. iteration 14381 found worse value: 363.417532988. iteration 14382 found worse value: 363.417532988. iteration 14383 found worse value: 363.417532988. iteration 14384 found worse value: 363.417532988. iteration 14385 found worse value: 363.417532988. iteration 14386 found worse value: 363.417532988. iteration 14387 found worse value: 363.417532988. iteration 14388 found worse value: 363.417532988. iteration 14389 found worse value: 363.417532988. iteration 14390 found worse value: 363.417532988. iteration 14391 found worse value: 363.417532988. iteration 14392 found worse value: 363.417532988. iteration 14393 found worse value: 363.417532988. iteration 14394 found worse value: 363.417532988. iteration 14395 found worse value: 363.417532988. iteration 14396 found worse value: 363.417532988. iteration 14397 found worse value: 363.417532988. iteration 14398 found worse value: 363.417532988. iteration 14399 found worse value: 363.417532988. iteration 14400 found worse value: 363.417532988. iteration 14401 found worse value: 363.417532988. iteration 14402 found worse value: 363.417532988. iteration 14403 found worse value: 363.417532988. iteration 14404 found worse value: 363.417532988. iteration 14405 found worse value: 363.417532988. iteration14405, perturbing to get out of local maxima iteration 14406 found worse value: 363.417532988. iteration 14407 found worse value: 363.417532988. iteration 14408 found worse value: 363.417532988. iteration 14409 found worse value: 363.417532988. iteration 14410 found worse value: 363.417532988. iteration 14411 found worse value: 363.417532988. iteration 14412 found worse value: 363.417532988. iteration 14413 found worse value: 363.417532988. iteration 14414 found worse value: 363.417532988. iteration 14415 found worse value: 363.417532988. iteration 14416 found worse value: 363.417532988. iteration 14417 found worse value: 363.417532988. iteration 14418 found worse value: 363.417532988. iteration 14419 found worse value: 363.417532988. iteration 14420 found worse value: 363.417532988. iteration 14421 found worse value: 363.417532988. iteration 14422 found worse value: 363.417532988. iteration 14423 found worse value: 363.417532988. iteration 14424 found worse value: 363.417532988. iteration 14425 found worse value: 363.417532988. iteration 14426 found worse value: 363.417532988. iteration 14427 found worse value: 363.417532988. iteration 14428 found worse value: 363.417532988. iteration 14429 found worse value: 363.417532988. iteration 14430 found worse value: 363.417532988. iteration 14431 found worse value: 363.417532988. iteration 14432 found worse value: 363.417532988. iteration 14433 found worse value: 363.417532988. iteration 14434 found worse value: 363.417532988. iteration 14435 found worse value: 363.417532988. iteration 14436 found worse value: 363.417532988. iteration 14437 found worse value: 363.417532988. iteration 14438 found worse value: 363.417532988. iteration 14439 found worse value: 363.417532988. iteration14439, perturbing to get out of local maxima iteration 14440 found worse value: 363.417532988. iteration 14441 found worse value: 363.417532988. iteration 14442 found worse value: 363.417532988. iteration 14443 found worse value: 363.417532988. iteration 14444 found worse value: 363.417532988. iteration 14445 found worse value: 363.417532988. iteration 14446 found worse value: 363.417532988. iteration 14447 found worse value: 363.417532988. iteration 14448 found worse value: 363.417532988. iteration 14449 found worse value: 363.417532988. iteration 14450 found worse value: 363.417532988. iteration 14451 found worse value: 363.417532988. iteration 14452 found worse value: 363.417532988. iteration 14453 found worse value: 363.417532988. iteration 14454 found worse value: 363.417532988. iteration 14455 found worse value: 363.417532988. iteration 14456 found worse value: 363.417532988. iteration14456, perturbing to get out of local maxima iteration 14457 found worse value: 363.417532988. iteration 14458 found worse value: 363.417532988. iteration 14459 found worse value: 363.417532988. iteration 14460 found worse value: 363.417532988. iteration 14461 found worse value: 363.417532988. iteration 14462 found worse value: 363.417532988. iteration 14463 found worse value: 363.417532988. iteration 14464 found worse value: 363.417532988. iteration 14465 found worse value: 363.417532988. iteration 14466 found worse value: 363.417532988. iteration 14467 found worse value: 363.417532988. iteration 14468 found worse value: 363.417532988. iteration 14469 found worse value: 363.417532988. iteration 14470 found worse value: 363.417532988. iteration 14471 found worse value: 363.417532988. iteration 14472 found worse value: 363.417532988. iteration 14473 found worse value: 363.417532988. iteration 14474 found worse value: 363.417532988. iteration 14475 found worse value: 363.417532988. iteration 14476 found worse value: 363.417532988. iteration 14477 found worse value: 363.417532988. iteration 14478 found worse value: 363.417532988. iteration 14479 found worse value: 363.417532988. iteration 14480 found worse value: 363.417532988. iteration 14481 found worse value: 363.417532988. iteration 14482 found worse value: 363.417532988. iteration 14483 found worse value: 363.417532988. iteration 14484 found worse value: 363.417532988. iteration 14485 found worse value: 363.417532988. iteration 14486 found worse value: 363.417532988. iteration 14487 found worse value: 363.417532988. iteration 14488 found worse value: 363.417532988. iteration 14489 found worse value: 363.417532988. iteration 14490 found worse value: 363.417532988. iteration 14491 found worse value: 363.417532988. iteration 14492 found worse value: 363.417532988. iteration 14493 found worse value: 363.417532988. iteration 14494 found worse value: 363.417532988. iteration 14495 found worse value: 363.417532988. iteration 14496 found worse value: 363.417532988. iteration 14497 found worse value: 363.417532988. iteration 14498 found worse value: 363.417532988. iteration 14499 found worse value: 363.417532988. iteration 14500 found worse value: 363.417532988. iteration 14501 found worse value: 363.417532988. iteration 14502 found worse value: 363.417532988. iteration 14503 found worse value: 363.417532988. iteration 14504 found worse value: 363.417532988. iteration 14505 found worse value: 363.417532988. iteration 14506 found worse value: 363.417532988. iteration 14507 found worse value: 363.417532988. iteration 14508 found worse value: 363.417532988. iteration 14509 found worse value: 363.417532988. iteration 14510 found worse value: 363.417532988. iteration 14511 found worse value: 363.417532988. iteration 14512 found worse value: 363.417532988. iteration 14513 found worse value: 363.417532988. iteration 14514 found worse value: 363.417532988. iteration14514, perturbing to get out of local maxima iteration 14515 found worse value: 363.417532988. iteration 14516 found worse value: 363.417532988. iteration 14517 found worse value: 363.417532988. iteration 14518 found worse value: 363.417532988. iteration 14519 found worse value: 363.417532988. iteration 14520 found worse value: 363.417532988. iteration 14521 found worse value: 363.417532988. iteration 14522 found worse value: 363.417532988. iteration 14523 found worse value: 363.417532988. iteration 14524 found worse value: 363.417532988. iteration 14525 found worse value: 363.417532988. iteration 14526 found worse value: 363.417532988. iteration 14527 found worse value: 363.417532988. iteration 14528 found worse value: 363.417532988. iteration 14529 found worse value: 363.417532988. iteration 14530 found worse value: 363.417532988. iteration 14531 found worse value: 363.417532988. iteration 14532 found worse value: 363.417532988. iteration 14533 found worse value: 363.417532988. iteration 14534 found worse value: 363.417532988. iteration 14535 found worse value: 363.417532988. iteration 14536 found worse value: 363.417532988. iteration 14537 found worse value: 363.417532988. iteration 14538 found worse value: 363.417532988. iteration 14539 found worse value: 363.417532988. iteration 14540 found worse value: 363.417532988. iteration 14541 found worse value: 363.417532988. iteration 14542 found worse value: 363.417532988. iteration 14543 found worse value: 363.417532988. iteration 14544 found worse value: 363.417532988. iteration 14545 found worse value: 363.417532988. iteration 14546 found worse value: 363.417532988. iteration 14547 found worse value: 363.417532988. iteration 14548 found worse value: 363.417532988. iteration 14549 found worse value: 363.417532988. iteration 14550 found worse value: 363.417532988. iteration 14551 found worse value: 363.417532988. iteration 14552 found worse value: 363.417532988. iteration 14553 found worse value: 363.417532988. iteration 14554 found worse value: 363.417532988. iteration 14555 found worse value: 363.417532988. iteration 14556 found worse value: 363.417532988. iteration 14557 found worse value: 363.417532988. iteration 14558 found worse value: 363.417532988. iteration 14559 found worse value: 363.417532988. iteration 14560 found worse value: 363.417532988. iteration 14561 found worse value: 363.417532988. iteration 14562 found worse value: 363.417532988. iteration 14563 found worse value: 363.417532988. iteration 14564 found worse value: 363.417532988. iteration 14565 found worse value: 363.417532988. iteration14565, perturbing to get out of local maxima iteration 14566 found worse value: 363.417532988. iteration 14567 found worse value: 363.417532988. iteration 14568 found worse value: 363.417532988. iteration 14569 found worse value: 363.417532988. iteration 14570 found worse value: 363.417532988. iteration 14571 found worse value: 363.417532988. iteration 14572 found worse value: 363.417532988. iteration 14573 found worse value: 363.417532988. iteration 14574 found worse value: 363.417532988. iteration 14575 found worse value: 363.417532988. iteration 14576 found worse value: 363.417532988. iteration 14577 found worse value: 363.417532988. iteration 14578 found worse value: 363.417532988. iteration 14579 found worse value: 363.417532988. iteration 14580 found worse value: 363.417532988. iteration 14581 found worse value: 363.417532988. iteration 14582 found worse value: 363.417532988. iteration 14583 found worse value: 363.417532988. iteration 14584 found worse value: 363.417532988. iteration 14585 found worse value: 363.417532988. iteration 14586 found worse value: 363.417532988. iteration 14587 found worse value: 363.417532988. iteration 14588 found worse value: 363.417532988. iteration 14589 found worse value: 363.417532988. iteration 14590 found worse value: 363.417532988. iteration 14591 found worse value: 363.417532988. iteration 14592 found worse value: 363.417532988. iteration 14593 found worse value: 363.417532988. iteration 14594 found worse value: 363.417532988. iteration 14595 found worse value: 363.417532988. iteration 14596 found worse value: 363.417532988. iteration 14597 found worse value: 363.417532988. iteration 14598 found worse value: 363.417532988. iteration 14599 found worse value: 363.417532988. iteration 14600 found worse value: 363.417532988. iteration 14601 found worse value: 363.417532988. iteration 14602 found worse value: 363.417532988. iteration 14603 found worse value: 363.417532988. iteration 14604 found worse value: 363.417532988. iteration 14605 found worse value: 363.417532988. iteration 14606 found worse value: 363.417532988. iteration 14607 found worse value: 363.417532988. iteration 14608 found worse value: 363.417532988. iteration 14609 found worse value: 363.417532988. iteration 14610 found worse value: 363.417532988. iteration 14611 found worse value: 363.417532988. iteration 14612 found worse value: 363.417532988. iteration 14613 found worse value: 363.417532988. iteration 14614 found worse value: 363.417532988. iteration 14615 found worse value: 363.417532988. iteration 14616 found worse value: 363.417532988. iteration 14617 found worse value: 363.417532988. iteration14617, perturbing to get out of local maxima iteration 14618 found worse value: 363.417532988. iteration 14619 found worse value: 363.417532988. iteration14619, perturbing to get out of local maxima iteration 14620 found worse value: 363.417532988. iteration 14621 found worse value: 363.417532988. iteration 14622 found worse value: 363.417532988. iteration 14623 found worse value: 363.417532988. iteration 14624 found worse value: 363.417532988. iteration14624, perturbing to get out of local maxima iteration 14625 found worse value: 363.417532988. iteration 14626 found worse value: 363.417532988. iteration 14627 found worse value: 363.417532988. iteration 14628 found worse value: 363.417532988. iteration 14629 found worse value: 363.417532988. iteration 14630 found worse value: 363.417532988. iteration 14631 found worse value: 363.417532988. iteration 14632 found worse value: 363.417532988. iteration 14633 found worse value: 363.417532988. iteration 14634 found worse value: 363.417532988. iteration 14635 found worse value: 363.417532988. iteration 14636 found worse value: 363.417532988. iteration 14637 found worse value: 363.417532988. iteration 14638 found worse value: 363.417532988. iteration 14639 found worse value: 363.417532988. iteration14639, perturbing to get out of local maxima iteration 14640 found worse value: 363.417532988. iteration 14641 found worse value: 363.417532988. iteration 14642 found worse value: 363.417532988. iteration 14643 found worse value: 363.417532988. iteration 14644 found worse value: 363.417532988. iteration 14645 found worse value: 363.417532988. iteration 14646 found worse value: 363.417532988. iteration 14647 found worse value: 363.417532988. iteration 14648 found worse value: 363.417532988. iteration 14649 found worse value: 363.417532988. iteration 14650 found worse value: 363.417532988. iteration14650, perturbing to get out of local maxima iteration 14651 found worse value: 363.417532988. iteration 14652 found worse value: 363.417532988. iteration 14653 found worse value: 363.417532988. iteration 14654 found worse value: 363.417532988. iteration 14655 found worse value: 363.417532988. iteration 14656 found worse value: 363.417532988. iteration 14657 found worse value: 363.417532988. iteration 14658 found worse value: 363.417532988. iteration 14659 found worse value: 363.417532988. iteration 14660 found worse value: 363.417532988. iteration 14661 found worse value: 363.417532988. iteration 14662 found worse value: 363.417532988. iteration 14663 found worse value: 363.417532988. iteration14663, perturbing to get out of local maxima iteration 14664 found worse value: 363.417532988. iteration 14665 found worse value: 363.417532988. iteration 14666 found worse value: 363.417532988. iteration 14667 found worse value: 363.417532988. iteration 14668 found worse value: 363.417532988. iteration 14669 found worse value: 363.417532988. iteration 14670 found worse value: 363.417532988. iteration 14671 found worse value: 363.417532988. iteration 14672 found worse value: 363.417532988. iteration 14673 found worse value: 363.417532988. iteration 14674 found worse value: 363.417532988. iteration 14675 found worse value: 363.417532988. iteration 14676 found worse value: 363.417532988. iteration 14677 found worse value: 363.417532988. iteration 14678 found worse value: 363.417532988. iteration 14679 found worse value: 363.417532988. iteration 14680 found worse value: 363.417532988. iteration 14681 found worse value: 363.417532988. iteration 14682 found worse value: 363.417532988. iteration 14683 found worse value: 363.417532988. iteration 14684 found worse value: 363.417532988. iteration 14685 found worse value: 363.417532988. iteration 14686 found worse value: 363.417532988. iteration 14687 found worse value: 363.417532988. iteration 14688 found worse value: 363.417532988. iteration 14689 found worse value: 363.417532988. iteration 14690 found worse value: 363.417532988. iteration 14691 found worse value: 363.417532988. iteration 14692 found worse value: 363.417532988. iteration 14693 found worse value: 363.417532988. iteration 14694 found worse value: 363.417532988. iteration 14695 found worse value: 363.417532988. iteration 14696 found worse value: 363.417532988. iteration 14697 found worse value: 363.417532988. iteration 14698 found worse value: 363.417532988. iteration 14699 found worse value: 363.417532988. iteration 14700 found worse value: 363.417532988. iteration 14701 found worse value: 363.417532988. iteration 14702 found worse value: 363.417532988. iteration 14703 found worse value: 363.417532988. iteration 14704 found worse value: 363.417532988. iteration 14705 found worse value: 363.417532988. iteration 14706 found worse value: 363.417532988. iteration 14707 found worse value: 363.417532988. iteration 14708 found worse value: 363.417532988. iteration 14709 found worse value: 363.417532988. iteration 14710 found worse value: 363.417532988. iteration 14711 found worse value: 363.417532988. iteration 14712 found worse value: 363.417532988. iteration 14713 found worse value: 363.417532988. iteration 14714 found worse value: 363.417532988. iteration14714, perturbing to get out of local maxima iteration 14715 found worse value: 363.417532988. iteration 14716 found worse value: 363.417532988. iteration 14717 found worse value: 363.417532988. iteration 14718 found worse value: 363.417532988. iteration 14719 found worse value: 363.417532988. iteration14719, perturbing to get out of local maxima iteration 14720 found worse value: 363.417532988. iteration 14721 found worse value: 363.417532988. iteration 14722 found worse value: 363.417532988. iteration 14723 found worse value: 363.417532988. iteration 14724 found worse value: 363.417532988. iteration 14725 found worse value: 363.417532988. iteration 14726 found worse value: 363.417532988. iteration 14727 found worse value: 363.417532988. iteration 14728 found worse value: 363.417532988. iteration 14729 found worse value: 363.417532988. iteration 14730 found worse value: 363.417532988. iteration 14731 found worse value: 363.417532988. iteration 14732 found worse value: 363.417532988. iteration 14733 found worse value: 363.417532988. iteration 14734 found worse value: 363.417532988. iteration 14735 found worse value: 363.417532988. iteration 14736 found worse value: 363.417532988. iteration 14737 found worse value: 363.417532988. iteration 14738 found worse value: 363.417532988. iteration 14739 found worse value: 363.417532988. iteration 14740 found worse value: 363.417532988. iteration 14741 found worse value: 363.417532988. iteration 14742 found worse value: 363.417532988. iteration 14743 found worse value: 363.417532988. iteration 14744 found worse value: 363.417532988. iteration 14745 found worse value: 363.417532988. iteration 14746 found worse value: 363.417532988. iteration 14747 found worse value: 363.417532988. iteration 14748 found worse value: 363.417532988. iteration 14749 found worse value: 363.417532988. iteration 14750 found worse value: 363.417532988. iteration 14751 found worse value: 363.417532988. iteration 14752 found worse value: 363.417532988. iteration14752, perturbing to get out of local maxima iteration 14753 found worse value: 363.417532988. iteration 14754 found worse value: 363.417532988. iteration 14755 found worse value: 363.417532988. iteration 14756 found worse value: 363.417532988. iteration 14757 found worse value: 363.417532988. iteration 14758 found worse value: 363.417532988. iteration14758, perturbing to get out of local maxima iteration 14759 found worse value: 363.417532988. iteration 14760 found worse value: 363.417532988. iteration 14761 found worse value: 363.417532988. iteration 14762 found worse value: 363.417532988. iteration 14763 found worse value: 363.417532988. iteration 14764 found worse value: 363.417532988. iteration 14765 found worse value: 363.417532988. iteration 14766 found worse value: 363.417532988. iteration 14767 found worse value: 363.417532988. iteration 14768 found worse value: 363.417532988. iteration 14769 found worse value: 363.417532988. iteration 14770 found worse value: 363.417532988. iteration 14771 found worse value: 363.417532988. iteration 14772 found worse value: 363.417532988. iteration 14773 found worse value: 363.417532988. iteration 14774 found worse value: 363.417532988. iteration 14775 found worse value: 363.417532988. iteration 14776 found worse value: 363.417532988. iteration 14777 found worse value: 363.417532988. iteration 14778 found worse value: 363.417532988. iteration 14779 found worse value: 363.417532988. iteration14779, perturbing to get out of local maxima iteration 14780 found worse value: 363.417532988. iteration 14781 found worse value: 363.417532988. iteration 14782 found worse value: 363.417532988. iteration 14783 found worse value: 363.417532988. iteration 14784 found worse value: 363.417532988. iteration 14785 found worse value: 363.417532988. iteration 14786 found worse value: 363.417532988. iteration 14787 found worse value: 363.417532988. iteration 14788 found worse value: 363.417532988. iteration 14789 found worse value: 363.417532988. iteration 14790 found worse value: 363.417532988. iteration 14791 found worse value: 363.417532988. iteration 14792 found worse value: 363.417532988. iteration 14793 found worse value: 363.417532988. iteration 14794 found worse value: 363.417532988. iteration 14795 found worse value: 363.417532988. iteration 14796 found worse value: 363.417532988. iteration 14797 found worse value: 363.417532988. iteration 14798 found worse value: 363.417532988. iteration 14799 found worse value: 363.417532988. iteration 14800 found worse value: 363.417532988. iteration 14801 found worse value: 363.417532988. iteration 14802 found worse value: 363.417532988. iteration 14803 found worse value: 363.417532988. iteration 14804 found worse value: 363.417532988. iteration 14805 found worse value: 363.417532988. iteration 14806 found worse value: 363.417532988. iteration 14807 found worse value: 363.417532988. iteration 14808 found worse value: 363.417532988. iteration 14809 found worse value: 363.417532988. iteration 14810 found worse value: 363.417532988. iteration 14811 found worse value: 363.417532988. iteration 14812 found worse value: 363.417532988. iteration 14813 found worse value: 363.417532988. iteration 14814 found worse value: 363.417532988. iteration 14815 found worse value: 363.417532988. iteration14815, perturbing to get out of local maxima iteration 14816 found worse value: 363.417532988. iteration 14817 found worse value: 363.417532988. iteration 14818 found worse value: 363.417532988. iteration 14819 found worse value: 363.417532988. iteration 14820 found worse value: 363.417532988. iteration14820, perturbing to get out of local maxima iteration 14821 found worse value: 363.417532988. iteration 14822 found worse value: 363.417532988. iteration 14823 found worse value: 363.417532988. iteration 14824 found worse value: 363.417532988. iteration 14825 found worse value: 363.417532988. iteration 14826 found worse value: 363.417532988. iteration 14827 found worse value: 363.417532988. iteration 14828 found worse value: 363.417532988. iteration 14829 found worse value: 363.417532988. iteration 14830 found worse value: 363.417532988. iteration 14831 found worse value: 363.417532988. iteration 14832 found worse value: 363.417532988. iteration 14833 found worse value: 363.417532988. iteration 14834 found worse value: 363.417532988. iteration 14835 found worse value: 363.417532988. iteration 14836 found worse value: 363.417532988. iteration 14837 found worse value: 363.417532988. iteration 14838 found worse value: 363.417532988. iteration 14839 found worse value: 363.417532988. iteration 14840 found worse value: 363.417532988. iteration 14841 found worse value: 363.417532988. iteration 14842 found worse value: 363.417532988. iteration 14843 found worse value: 363.417532988. iteration 14844 found worse value: 363.417532988. iteration 14845 found worse value: 363.417532988. iteration 14846 found worse value: 363.417532988. iteration 14847 found worse value: 363.417532988. iteration 14848 found worse value: 363.417532988. iteration 14849 found worse value: 363.417532988. iteration 14850 found worse value: 363.417532988. iteration 14851 found worse value: 363.417532988. iteration 14852 found worse value: 363.417532988. iteration 14853 found worse value: 363.417532988. iteration 14854 found worse value: 363.417532988. iteration 14855 found worse value: 363.417532988. iteration 14856 found worse value: 363.417532988. iteration 14857 found worse value: 363.417532988. iteration 14858 found worse value: 363.417532988. iteration 14859 found worse value: 363.417532988. iteration 14860 found worse value: 363.417532988. iteration 14861 found worse value: 363.417532988. iteration 14862 found worse value: 363.417532988. iteration14862, perturbing to get out of local maxima iteration 14863 found worse value: 363.417532988. iteration 14864 found worse value: 363.417532988. iteration 14865 found worse value: 363.417532988. iteration 14866 found worse value: 363.417532988. iteration 14867 found worse value: 363.417532988. iteration 14868 found worse value: 363.417532988. iteration 14869 found worse value: 363.417532988. iteration 14870 found worse value: 363.417532988. iteration 14871 found worse value: 363.417532988. iteration 14872 found worse value: 363.417532988. iteration 14873 found worse value: 363.417532988. iteration 14874 found worse value: 363.417532988. iteration14874, perturbing to get out of local maxima iteration 14875 found worse value: 363.417532988. iteration 14876 found worse value: 363.417532988. iteration 14877 found worse value: 363.417532988. iteration 14878 found worse value: 363.417532988. iteration 14879 found worse value: 363.417532988. iteration 14880 found worse value: 363.417532988. iteration 14881 found worse value: 363.417532988. iteration 14882 found worse value: 363.417532988. iteration 14883 found worse value: 363.417532988. iteration 14884 found worse value: 363.417532988. iteration 14885 found worse value: 363.417532988. iteration 14886 found worse value: 363.417532988. iteration 14887 found worse value: 363.417532988. iteration 14888 found worse value: 363.417532988. iteration 14889 found worse value: 363.417532988. iteration 14890 found worse value: 363.417532988. iteration 14891 found worse value: 363.417532988. iteration 14892 found worse value: 363.417532988. iteration 14893 found worse value: 363.417532988. iteration 14894 found worse value: 363.417532988. iteration 14895 found worse value: 363.417532988. iteration 14896 found worse value: 363.417532988. iteration 14897 found worse value: 363.417532988. iteration 14898 found worse value: 363.417532988. iteration 14899 found worse value: 363.417532988. iteration 14900 found worse value: 363.417532988. iteration 14901 found worse value: 363.417532988. iteration 14902 found worse value: 363.417532988. iteration 14903 found worse value: 363.417532988. iteration 14904 found worse value: 363.417532988. iteration 14905 found worse value: 363.417532988. iteration 14906 found worse value: 363.417532988. iteration 14907 found worse value: 363.417532988. iteration 14908 found worse value: 363.417532988. iteration 14909 found worse value: 363.417532988. iteration 14910 found worse value: 363.417532988. iteration 14911 found worse value: 363.417532988. iteration 14912 found worse value: 363.417532988. iteration14912, perturbing to get out of local maxima iteration 14913 found worse value: 363.417532988. iteration 14914 found worse value: 363.417532988. iteration 14915 found worse value: 363.417532988. iteration 14916 found worse value: 363.417532988. iteration 14917 found worse value: 363.417532988. iteration 14918 found worse value: 363.417532988. iteration 14919 found worse value: 363.417532988. iteration 14920 found worse value: 363.417532988. iteration14920, perturbing to get out of local maxima iteration 14921 found worse value: 363.417532988. iteration 14922 found worse value: 363.417532988. iteration 14923 found worse value: 363.417532988. iteration 14924 found worse value: 363.417532988. iteration 14925 found worse value: 363.417532988. iteration 14926 found worse value: 363.417532988. iteration 14927 found worse value: 363.417532988. iteration 14928 found worse value: 363.417532988. iteration 14929 found worse value: 363.417532988. iteration 14930 found worse value: 363.417532988. iteration 14931 found worse value: 363.417532988. iteration 14932 found worse value: 363.417532988. iteration 14933 found worse value: 363.417532988. iteration 14934 found worse value: 363.417532988. iteration 14935 found worse value: 363.417532988. iteration 14936 found worse value: 363.417532988. iteration 14937 found worse value: 363.417532988. iteration 14938 found worse value: 363.417532988. iteration14938, perturbing to get out of local maxima iteration 14939 found worse value: 363.417532988. iteration 14940 found worse value: 363.417532988. iteration 14941 found worse value: 363.417532988. iteration 14942 found worse value: 363.417532988. iteration 14943 found worse value: 363.417532988. iteration 14944 found worse value: 363.417532988. iteration 14945 found worse value: 363.417532988. iteration 14946 found worse value: 363.417532988. iteration 14947 found worse value: 363.417532988. iteration 14948 found worse value: 363.417532988. iteration 14949 found worse value: 363.417532988. iteration 14950 found worse value: 363.417532988. iteration14950, perturbing to get out of local maxima iteration 14951 found worse value: 363.417532988. iteration 14952 found worse value: 363.417532988. iteration 14953 found worse value: 363.417532988. iteration 14954 found worse value: 363.417532988. iteration 14955 found worse value: 363.417532988. iteration 14956 found worse value: 363.417532988. iteration 14957 found worse value: 363.417532988. iteration 14958 found worse value: 363.417532988. iteration 14959 found worse value: 363.417532988. iteration 14960 found worse value: 363.417532988. iteration 14961 found worse value: 363.417532988. iteration 14962 found worse value: 363.417532988. iteration 14963 found worse value: 363.417532988. iteration 14964 found worse value: 363.417532988. iteration 14965 found worse value: 363.417532988. iteration 14966 found worse value: 363.417532988. iteration 14967 found worse value: 363.417532988. iteration 14968 found worse value: 363.417532988. iteration 14969 found worse value: 363.417532988. iteration 14970 found worse value: 363.417532988. iteration 14971 found worse value: 363.417532988. iteration 14972 found worse value: 363.417532988. iteration 14973 found worse value: 363.417532988. iteration 14974 found worse value: 363.417532988. iteration 14975 found worse value: 363.417532988. iteration 14976 found worse value: 363.417532988. iteration 14977 found worse value: 363.417532988. iteration 14978 found worse value: 363.417532988. iteration 14979 found worse value: 363.417532988. iteration 14980 found worse value: 363.417532988. iteration 14981 found worse value: 363.417532988. iteration 14982 found worse value: 363.417532988. iteration 14983 found worse value: 363.417532988. iteration 14984 found worse value: 363.417532988. iteration 14985 found worse value: 363.417532988. iteration 14986 found worse value: 363.417532988. iteration 14987 found worse value: 363.417532988. iteration 14988 found worse value: 363.417532988. iteration 14989 found worse value: 363.417532988. iteration 14990 found worse value: 363.417532988. iteration 14991 found worse value: 363.417532988. iteration 14992 found worse value: 363.417532988. iteration 14993 found worse value: 363.417532988. iteration 14994 found worse value: 363.417532988. iteration 14995 found worse value: 363.417532988. iteration 14996 found worse value: 363.417532988. iteration 14997 found worse value: 363.417532988. iteration 14998 found worse value: 363.417532988. iteration 14999 found worse value: 363.417532988. iteration 15000 found worse value: 363.417532988. iteration 15001 found worse value: 363.417532988. iteration 15002 found worse value: 363.417532988. iteration 15003 found worse value: 363.417532988. iteration 15004 found worse value: 363.417532988. iteration 15005 found worse value: 363.417532988. iteration 15006 found worse value: 363.417532988. iteration 15007 found worse value: 363.417532988. iteration 15008 found worse value: 363.417532988. iteration 15009 found worse value: 363.417532988. iteration 15010 found worse value: 363.417532988. iteration 15011 found worse value: 363.417532988. iteration 15012 found worse value: 363.417532988. iteration 15013 found worse value: 363.417532988. iteration 15014 found worse value: 363.417532988. iteration 15015 found worse value: 363.417532988. iteration 15016 found worse value: 363.417532988. iteration 15017 found worse value: 363.417532988. iteration 15018 found worse value: 363.417532988. iteration 15019 found worse value: 363.417532988. iteration 15020 found worse value: 363.417532988. iteration 15021 found worse value: 363.417532988. iteration 15022 found worse value: 363.417532988. iteration 15023 found worse value: 363.417532988. iteration 15024 found worse value: 363.417532988. iteration 15025 found worse value: 363.417532988. iteration 15026 found worse value: 363.417532988. iteration 15027 found worse value: 363.417532988. iteration 15028 found worse value: 363.417532988. iteration 15029 found worse value: 363.417532988. iteration 15030 found worse value: 363.417532988. iteration 15031 found worse value: 363.417532988. iteration 15032 found worse value: 363.417532988. iteration 15033 found worse value: 363.417532988. iteration 15034 found worse value: 363.417532988. iteration 15035 found worse value: 363.417532988. iteration 15036 found worse value: 363.417532988. iteration 15037 found worse value: 363.417532988. iteration 15038 found worse value: 363.417532988. iteration 15039 found worse value: 363.417532988. iteration15039, perturbing to get out of local maxima iteration 15040 found worse value: 363.417532988. iteration 15041 found worse value: 363.417532988. iteration15041, perturbing to get out of local maxima iteration 15042 found worse value: 363.417532988. iteration15042, perturbing to get out of local maxima iteration 15043 found worse value: 363.417532988. iteration 15044 found worse value: 363.417532988. iteration 15045 found worse value: 363.417532988. iteration 15046 found worse value: 363.417532988. iteration 15047 found worse value: 363.417532988. iteration 15048 found worse value: 363.417532988. iteration 15049 found worse value: 363.417532988. iteration 15050 found worse value: 363.417532988. iteration 15051 found worse value: 363.417532988. iteration 15052 found worse value: 363.417532988. iteration 15053 found worse value: 363.417532988. iteration 15054 found worse value: 363.417532988. iteration15054, perturbing to get out of local maxima iteration 15055 found worse value: 363.417532988. iteration 15056 found worse value: 363.417532988. iteration 15057 found worse value: 363.417532988. iteration 15058 found worse value: 363.417532988. iteration 15059 found worse value: 363.417532988. iteration 15060 found worse value: 363.417532988. iteration 15061 found worse value: 363.417532988. iteration15061, perturbing to get out of local maxima iteration 15062 found worse value: 363.417532988. iteration 15063 found worse value: 363.417532988. iteration 15064 found worse value: 363.417532988. iteration 15065 found worse value: 363.417532988. iteration 15066 found worse value: 363.417532988. iteration 15067 found worse value: 363.417532988. iteration 15068 found worse value: 363.417532988. iteration 15069 found worse value: 363.417532988. iteration 15070 found worse value: 363.417532988. iteration 15071 found worse value: 363.417532988. iteration 15072 found worse value: 363.417532988. iteration 15073 found worse value: 363.417532988. iteration 15074 found worse value: 363.417532988. iteration 15075 found worse value: 363.417532988. iteration 15076 found worse value: 363.417532988. iteration 15077 found worse value: 363.417532988. iteration 15078 found worse value: 363.417532988. iteration 15079 found worse value: 363.417532988. iteration 15080 found worse value: 363.417532988. iteration 15081 found worse value: 363.417532988. iteration 15082 found worse value: 363.417532988. iteration 15083 found worse value: 363.417532988. iteration 15084 found worse value: 363.417532988. iteration 15085 found worse value: 363.417532988. iteration 15086 found worse value: 363.417532988. iteration 15087 found worse value: 363.417532988. iteration 15088 found worse value: 363.417532988. iteration 15089 found worse value: 363.417532988. iteration 15090 found worse value: 363.417532988. iteration 15091 found worse value: 363.417532988. iteration 15092 found worse value: 363.417532988. iteration 15093 found worse value: 363.417532988. iteration 15094 found worse value: 363.417532988. iteration 15095 found worse value: 363.417532988. iteration 15096 found worse value: 363.417532988. iteration 15097 found worse value: 363.417532988. iteration 15098 found worse value: 363.417532988. iteration 15099 found worse value: 363.417532988. iteration 15100 found worse value: 363.417532988. iteration 15101 found worse value: 363.417532988. iteration 15102 found worse value: 363.417532988. iteration 15103 found worse value: 363.417532988. iteration 15104 found worse value: 363.417532988. iteration 15105 found worse value: 363.417532988. iteration 15106 found worse value: 363.417532988. iteration 15107 found worse value: 363.417532988. iteration 15108 found worse value: 363.417532988. iteration 15109 found worse value: 363.417532988. iteration 15110 found worse value: 363.417532988. iteration 15111 found worse value: 363.417532988. iteration 15112 found worse value: 363.417532988. iteration 15113 found worse value: 363.417532988. iteration 15114 found worse value: 363.417532988. iteration 15115 found worse value: 363.417532988. iteration 15116 found worse value: 363.417532988. iteration 15117 found worse value: 363.417532988. iteration 15118 found worse value: 363.417532988. iteration 15119 found worse value: 363.417532988. iteration 15120 found worse value: 363.417532988. iteration 15121 found worse value: 363.417532988. iteration 15122 found worse value: 363.417532988. iteration 15123 found worse value: 363.417532988. iteration 15124 found worse value: 363.417532988. iteration 15125 found worse value: 363.417532988. iteration 15126 found worse value: 363.417532988. iteration 15127 found worse value: 363.417532988. iteration 15128 found worse value: 363.417532988. iteration 15129 found worse value: 363.417532988. iteration 15130 found worse value: 363.417532988. iteration 15131 found worse value: 363.417532988. iteration 15132 found worse value: 363.417532988. iteration15132, perturbing to get out of local maxima iteration 15133 found worse value: 363.417532988. iteration 15134 found worse value: 363.417532988. iteration 15135 found worse value: 363.417532988. iteration 15136 found worse value: 363.417532988. iteration 15137 found worse value: 363.417532988. iteration 15138 found worse value: 363.417532988. iteration 15139 found worse value: 363.417532988. iteration 15140 found worse value: 363.417532988. iteration 15141 found worse value: 363.417532988. iteration 15142 found worse value: 363.417532988. iteration 15143 found worse value: 363.417532988. iteration 15144 found worse value: 363.417532988. iteration 15145 found worse value: 363.417532988. iteration15145, perturbing to get out of local maxima iteration 15146 found worse value: 363.417532988. iteration 15147 found worse value: 363.417532988. iteration 15148 found worse value: 363.417532988. iteration 15149 found worse value: 363.417532988. iteration 15150 found worse value: 363.417532988. iteration 15151 found worse value: 363.417532988. iteration 15152 found worse value: 363.417532988. iteration 15153 found worse value: 363.417532988. iteration 15154 found worse value: 363.417532988. iteration 15155 found worse value: 363.417532988. iteration 15156 found worse value: 363.417532988. iteration 15157 found worse value: 363.417532988. iteration 15158 found worse value: 363.417532988. iteration 15159 found worse value: 363.417532988. iteration 15160 found worse value: 363.417532988. iteration 15161 found worse value: 363.417532988. iteration 15162 found worse value: 363.417532988. iteration 15163 found worse value: 363.417532988. iteration 15164 found worse value: 363.417532988. iteration 15165 found worse value: 363.417532988. iteration 15166 found worse value: 363.417532988. iteration 15167 found worse value: 363.417532988. iteration 15168 found worse value: 363.417532988. iteration 15169 found worse value: 363.417532988. iteration 15170 found worse value: 363.417532988. iteration 15171 found worse value: 363.417532988. iteration 15172 found worse value: 363.417532988. iteration 15173 found worse value: 363.417532988. iteration 15174 found worse value: 363.417532988. iteration 15175 found worse value: 363.417532988. iteration 15176 found worse value: 363.417532988. iteration 15177 found worse value: 363.417532988. iteration 15178 found worse value: 363.417532988. iteration 15179 found worse value: 363.417532988. iteration 15180 found worse value: 363.417532988. iteration15180, perturbing to get out of local maxima iteration 15181 found worse value: 363.417532988. iteration 15182 found worse value: 363.417532988. iteration 15183 found worse value: 363.417532988. iteration 15184 found worse value: 363.417532988. iteration 15185 found worse value: 363.417532988. iteration 15186 found worse value: 363.417532988. iteration 15187 found worse value: 363.417532988. iteration 15188 found worse value: 363.417532988. iteration 15189 found worse value: 363.417532988. iteration 15190 found worse value: 363.417532988. iteration 15191 found worse value: 363.417532988. iteration 15192 found worse value: 363.417532988. iteration 15193 found worse value: 363.417532988. iteration 15194 found worse value: 363.417532988. iteration 15195 found worse value: 363.417532988. iteration 15196 found worse value: 363.417532988. iteration 15197 found worse value: 363.417532988. iteration 15198 found worse value: 363.417532988. iteration 15199 found worse value: 363.417532988. iteration 15200 found worse value: 363.417532988. iteration 15201 found worse value: 363.417532988. iteration 15202 found worse value: 363.417532988. iteration 15203 found worse value: 363.417532988. iteration 15204 found worse value: 363.417532988. iteration 15205 found worse value: 363.417532988. iteration 15206 found worse value: 363.417532988. iteration15206, perturbing to get out of local maxima iteration 15207 found worse value: 363.417532988. iteration15207, perturbing to get out of local maxima iteration 15208 found worse value: 363.417532988. iteration 15209 found worse value: 363.417532988. iteration 15210 found worse value: 363.417532988. iteration 15211 found worse value: 363.417532988. iteration 15212 found worse value: 363.417532988. iteration 15213 found worse value: 363.417532988. iteration 15214 found worse value: 363.417532988. iteration 15215 found worse value: 363.417532988. iteration 15216 found worse value: 363.417532988. iteration 15217 found worse value: 363.417532988. iteration 15218 found worse value: 363.417532988. iteration 15219 found worse value: 363.417532988. iteration 15220 found worse value: 363.417532988. iteration 15221 found worse value: 363.417532988. iteration 15222 found worse value: 363.417532988. iteration 15223 found worse value: 363.417532988. iteration 15224 found worse value: 363.417532988. iteration 15225 found worse value: 363.417532988. iteration 15226 found worse value: 363.417532988. iteration 15227 found worse value: 363.417532988. iteration 15228 found worse value: 363.417532988. iteration 15229 found worse value: 363.417532988. iteration 15230 found worse value: 363.417532988. iteration 15231 found worse value: 363.417532988. iteration 15232 found worse value: 363.417532988. iteration 15233 found worse value: 363.417532988. iteration 15234 found worse value: 363.417532988. iteration 15235 found worse value: 363.417532988. iteration 15236 found worse value: 363.417532988. iteration 15237 found worse value: 363.417532988. iteration 15238 found worse value: 363.417532988. iteration 15239 found worse value: 363.417532988. iteration 15240 found worse value: 363.417532988. iteration 15241 found worse value: 363.417532988. iteration 15242 found worse value: 363.417532988. iteration 15243 found worse value: 363.417532988. iteration 15244 found worse value: 363.417532988. iteration 15245 found worse value: 363.417532988. iteration 15246 found worse value: 363.417532988. iteration 15247 found worse value: 363.417532988. iteration 15248 found worse value: 363.417532988. iteration 15249 found worse value: 363.417532988. iteration 15250 found worse value: 363.417532988. iteration 15251 found worse value: 363.417532988. iteration 15252 found worse value: 363.417532988. iteration 15253 found worse value: 363.417532988. iteration 15254 found worse value: 363.417532988. iteration 15255 found worse value: 363.417532988. iteration 15256 found worse value: 363.417532988. iteration 15257 found worse value: 363.417532988. iteration 15258 found worse value: 363.417532988. iteration 15259 found worse value: 363.417532988. iteration 15260 found worse value: 363.417532988. iteration 15261 found worse value: 363.417532988. iteration 15262 found worse value: 363.417532988. iteration 15263 found worse value: 363.417532988. iteration 15264 found worse value: 363.417532988. iteration 15265 found worse value: 363.417532988. iteration 15266 found worse value: 363.417532988. iteration 15267 found worse value: 363.417532988. iteration 15268 found worse value: 363.417532988. iteration 15269 found worse value: 363.417532988. iteration 15270 found worse value: 363.417532988. iteration 15271 found worse value: 363.417532988. iteration 15272 found worse value: 363.417532988. iteration 15273 found worse value: 363.417532988. iteration 15274 found worse value: 363.417532988. iteration 15275 found worse value: 363.417532988. iteration 15276 found worse value: 363.417532988. iteration 15277 found worse value: 363.417532988. iteration 15278 found worse value: 363.417532988. iteration 15279 found worse value: 363.417532988. iteration 15280 found worse value: 363.417532988. iteration 15281 found worse value: 363.417532988. iteration 15282 found worse value: 363.417532988. iteration 15283 found worse value: 363.417532988. iteration 15284 found worse value: 363.417532988. iteration 15285 found worse value: 363.417532988. iteration 15286 found worse value: 363.417532988. iteration 15287 found worse value: 363.417532988. iteration 15288 found worse value: 363.417532988. iteration 15289 found worse value: 363.417532988. iteration 15290 found worse value: 363.417532988. iteration 15291 found worse value: 363.417532988. iteration 15292 found worse value: 363.417532988. iteration 15293 found worse value: 363.417532988. iteration 15294 found worse value: 363.417532988. iteration 15295 found worse value: 363.417532988. iteration 15296 found worse value: 363.417532988. iteration 15297 found worse value: 363.417532988. iteration 15298 found worse value: 363.417532988. iteration 15299 found worse value: 363.417532988. iteration 15300 found worse value: 363.417532988. iteration 15301 found worse value: 363.417532988. iteration 15302 found worse value: 363.417532988. iteration15302, perturbing to get out of local maxima iteration 15303 found worse value: 363.417532988. iteration 15304 found worse value: 363.417532988. iteration 15305 found worse value: 363.417532988. iteration 15306 found worse value: 363.417532988. iteration 15307 found worse value: 363.417532988. iteration 15308 found worse value: 363.417532988. iteration 15309 found worse value: 363.417532988. iteration 15310 found worse value: 363.417532988. iteration 15311 found worse value: 363.417532988. iteration 15312 found worse value: 363.417532988. iteration 15313 found worse value: 363.417532988. iteration 15314 found worse value: 363.417532988. iteration 15315 found worse value: 363.417532988. iteration 15316 found worse value: 363.417532988. iteration 15317 found worse value: 363.417532988. iteration 15318 found worse value: 363.417532988. iteration 15319 found worse value: 363.417532988. iteration 15320 found worse value: 363.417532988. iteration 15321 found worse value: 363.417532988. iteration 15322 found worse value: 363.417532988. iteration 15323 found worse value: 363.417532988. iteration 15324 found worse value: 363.417532988. iteration 15325 found worse value: 363.417532988. iteration 15326 found worse value: 363.417532988. iteration 15327 found worse value: 363.417532988. iteration 15328 found worse value: 363.417532988. iteration 15329 found worse value: 363.417532988. iteration 15330 found worse value: 363.417532988. iteration 15331 found worse value: 363.417532988. iteration 15332 found worse value: 363.417532988. iteration 15333 found worse value: 363.417532988. iteration 15334 found worse value: 363.417532988. iteration 15335 found worse value: 363.417532988. iteration 15336 found worse value: 363.417532988. iteration 15337 found worse value: 363.417532988. iteration 15338 found worse value: 363.417532988. iteration 15339 found worse value: 363.417532988. iteration 15340 found worse value: 363.417532988. iteration 15341 found worse value: 363.417532988. iteration 15342 found worse value: 363.417532988. iteration 15343 found worse value: 363.417532988. iteration 15344 found worse value: 363.417532988. iteration 15345 found worse value: 363.417532988. iteration 15346 found worse value: 363.417532988. iteration 15347 found worse value: 363.417532988. iteration 15348 found worse value: 363.417532988. iteration 15349 found worse value: 363.417532988. iteration 15350 found worse value: 363.417532988. iteration 15351 found worse value: 363.417532988. iteration 15352 found worse value: 363.417532988. iteration 15353 found worse value: 363.417532988. iteration 15354 found worse value: 363.417532988. iteration 15355 found worse value: 363.417532988. iteration15355, perturbing to get out of local maxima iteration 15356 found worse value: 363.417532988. iteration 15357 found worse value: 363.417532988. iteration 15358 found worse value: 363.417532988. iteration 15359 found worse value: 363.417532988. iteration15359, perturbing to get out of local maxima iteration 15360 found worse value: 363.417532988. iteration 15361 found worse value: 363.417532988. iteration 15362 found worse value: 363.417532988. iteration 15363 found worse value: 363.417532988. iteration15363, perturbing to get out of local maxima iteration 15364 found worse value: 363.417532988. iteration 15365 found worse value: 363.417532988. iteration 15366 found worse value: 363.417532988. iteration 15367 found worse value: 363.417532988. iteration 15368 found worse value: 363.417532988. iteration 15369 found worse value: 363.417532988. iteration 15370 found worse value: 363.417532988. iteration 15371 found worse value: 363.417532988. iteration 15372 found worse value: 363.417532988. iteration 15373 found worse value: 363.417532988. iteration 15374 found worse value: 363.417532988. iteration 15375 found worse value: 363.417532988. iteration 15376 found worse value: 363.417532988. iteration 15377 found worse value: 363.417532988. iteration 15378 found worse value: 363.417532988. iteration 15379 found worse value: 363.417532988. iteration 15380 found worse value: 363.417532988. iteration 15381 found worse value: 363.417532988. iteration 15382 found worse value: 363.417532988. iteration 15383 found worse value: 363.417532988. iteration 15384 found worse value: 363.417532988. iteration 15385 found worse value: 363.417532988. iteration 15386 found worse value: 363.417532988. iteration 15387 found worse value: 363.417532988. iteration 15388 found worse value: 363.417532988. iteration 15389 found worse value: 363.417532988. iteration 15390 found worse value: 363.417532988. iteration 15391 found worse value: 363.417532988. iteration 15392 found worse value: 363.417532988. iteration15392, perturbing to get out of local maxima iteration 15393 found worse value: 363.417532988. iteration 15394 found worse value: 363.417532988. iteration 15395 found worse value: 363.417532988. iteration 15396 found worse value: 363.417532988. iteration 15397 found worse value: 363.417532988. iteration 15398 found worse value: 363.417532988. iteration 15399 found worse value: 363.417532988. iteration 15400 found worse value: 363.417532988. iteration 15401 found worse value: 363.417532988. iteration 15402 found worse value: 363.417532988. iteration 15403 found worse value: 363.417532988. iteration 15404 found worse value: 363.417532988. iteration 15405 found worse value: 363.417532988. iteration 15406 found worse value: 363.417532988. iteration 15407 found worse value: 363.417532988. iteration 15408 found worse value: 363.417532988. iteration 15409 found worse value: 363.417532988. iteration 15410 found worse value: 363.417532988. iteration 15411 found worse value: 363.417532988. iteration 15412 found worse value: 363.417532988. iteration 15413 found worse value: 363.417532988. iteration 15414 found worse value: 363.417532988. iteration 15415 found worse value: 363.417532988. iteration 15416 found worse value: 363.417532988. iteration 15417 found worse value: 363.417532988. iteration 15418 found worse value: 363.417532988. iteration 15419 found worse value: 363.417532988. iteration 15420 found worse value: 363.417532988. iteration 15421 found worse value: 363.417532988. iteration 15422 found worse value: 363.417532988. iteration 15423 found worse value: 363.417532988. iteration 15424 found worse value: 363.417532988. iteration 15425 found worse value: 363.417532988. iteration 15426 found worse value: 363.417532988. iteration 15427 found worse value: 363.417532988. iteration 15428 found worse value: 363.417532988. iteration 15429 found worse value: 363.417532988. iteration 15430 found worse value: 363.417532988. iteration 15431 found worse value: 363.417532988. iteration 15432 found worse value: 363.417532988. iteration 15433 found worse value: 363.417532988. iteration 15434 found worse value: 363.417532988. iteration 15435 found worse value: 363.417532988. iteration 15436 found worse value: 363.417532988. iteration 15437 found worse value: 363.417532988. iteration 15438 found worse value: 363.417532988. iteration 15439 found worse value: 363.417532988. iteration 15440 found worse value: 363.417532988. iteration 15441 found worse value: 363.417532988. iteration 15442 found worse value: 363.417532988. iteration 15443 found worse value: 363.417532988. iteration 15444 found worse value: 363.417532988. iteration 15445 found worse value: 363.417532988. iteration 15446 found worse value: 363.417532988. iteration 15447 found worse value: 363.417532988. iteration 15448 found worse value: 363.417532988. iteration 15449 found worse value: 363.417532988. iteration 15450 found worse value: 363.417532988. iteration 15451 found worse value: 363.417532988. iteration 15452 found better value: 363.417728172 iteration 15453 found worse value: 363.417728172. iteration 15454 found worse value: 363.417728172. iteration 15455 found worse value: 363.417728172. iteration 15456 found worse value: 363.417728172. iteration 15457 found worse value: 363.417728172. iteration 15458 found worse value: 363.417728172. iteration 15459 found worse value: 363.417728172. iteration 15460 found worse value: 363.417728172. iteration 15461 found worse value: 363.417728172. iteration 15462 found worse value: 363.417728172. iteration 15463 found worse value: 363.417728172. iteration 15464 found worse value: 363.417728172. iteration 15465 found worse value: 363.417728172. iteration15465, perturbing to get out of local maxima iteration 15466 found worse value: 363.417728172. iteration 15467 found worse value: 363.417728172. iteration 15468 found worse value: 363.417728172. iteration 15469 found worse value: 363.417728172. iteration 15470 found worse value: 363.417728172. iteration 15471 found worse value: 363.417728172. iteration 15472 found worse value: 363.417728172. iteration 15473 found worse value: 363.417728172. iteration 15474 found worse value: 363.417728172. iteration 15475 found worse value: 363.417728172. iteration 15476 found worse value: 363.417728172. iteration 15477 found worse value: 363.417728172. iteration 15478 found worse value: 363.417728172. iteration 15479 found worse value: 363.417728172. iteration 15480 found worse value: 363.417728172. iteration 15481 found worse value: 363.417728172. iteration 15482 found worse value: 363.417728172. iteration 15483 found worse value: 363.417728172. iteration 15484 found worse value: 363.417728172. iteration 15485 found worse value: 363.417728172. iteration 15486 found worse value: 363.417728172. iteration 15487 found worse value: 363.417728172. iteration15487, perturbing to get out of local maxima iteration 15488 found worse value: 363.417728172. iteration 15489 found worse value: 363.417728172. iteration 15490 found worse value: 363.417728172. iteration 15491 found worse value: 363.417728172. iteration 15492 found worse value: 363.417728172. iteration15492, perturbing to get out of local maxima iteration 15493 found worse value: 363.417728172. iteration 15494 found worse value: 363.417728172. iteration 15495 found worse value: 363.417728172. iteration 15496 found worse value: 363.417728172. iteration 15497 found worse value: 363.417728172. iteration 15498 found worse value: 363.417728172. iteration 15499 found worse value: 363.417728172. iteration 15500 found worse value: 363.417728172. iteration 15501 found worse value: 363.417728172. iteration 15502 found worse value: 363.417728172. iteration 15503 found worse value: 363.417728172. iteration 15504 found worse value: 363.417728172. iteration 15505 found worse value: 363.417728172. iteration 15506 found worse value: 363.417728172. iteration 15507 found worse value: 363.417728172. iteration 15508 found worse value: 363.417728172. iteration 15509 found worse value: 363.417728172. iteration 15510 found worse value: 363.417728172. iteration15510, perturbing to get out of local maxima iteration 15511 found worse value: 363.417728172. iteration15511, perturbing to get out of local maxima iteration 15512 found worse value: 363.417728172. iteration 15513 found worse value: 363.417728172. iteration 15514 found worse value: 363.417728172. iteration 15515 found worse value: 363.417728172. iteration 15516 found worse value: 363.417728172. iteration 15517 found worse value: 363.417728172. iteration 15518 found worse value: 363.417728172. iteration 15519 found worse value: 363.417728172. iteration 15520 found worse value: 363.417728172. iteration 15521 found worse value: 363.417728172. iteration 15522 found worse value: 363.417728172. iteration 15523 found worse value: 363.417728172. iteration 15524 found worse value: 363.417728172. iteration 15525 found worse value: 363.417728172. iteration 15526 found worse value: 363.417728172. iteration 15527 found worse value: 363.417728172. iteration 15528 found worse value: 363.417728172. iteration 15529 found worse value: 363.417728172. iteration 15530 found worse value: 363.417728172. iteration 15531 found worse value: 363.417728172. iteration 15532 found worse value: 363.417728172. iteration 15533 found worse value: 363.417728172. iteration 15534 found worse value: 363.417728172. iteration 15535 found worse value: 363.417728172. iteration 15536 found worse value: 363.417728172. iteration 15537 found worse value: 363.417728172. iteration 15538 found worse value: 363.417728172. iteration 15539 found worse value: 363.417728172. iteration 15540 found worse value: 363.417728172. iteration15540, perturbing to get out of local maxima iteration 15541 found worse value: 363.417728172. iteration 15542 found worse value: 363.417728172. iteration 15543 found worse value: 363.417728172. iteration 15544 found worse value: 363.417728172. iteration 15545 found worse value: 363.417728172. iteration 15546 found worse value: 363.417728172. iteration 15547 found worse value: 363.417728172. iteration 15548 found worse value: 363.417728172. iteration 15549 found worse value: 363.417728172. iteration 15550 found worse value: 363.417728172. iteration 15551 found worse value: 363.417728172. iteration 15552 found worse value: 363.417728172. iteration 15553 found worse value: 363.417728172. iteration 15554 found worse value: 363.417728172. iteration 15555 found worse value: 363.417728172. iteration 15556 found worse value: 363.417728172. iteration 15557 found worse value: 363.417728172. iteration 15558 found worse value: 363.417728172. iteration 15559 found worse value: 363.417728172. iteration 15560 found worse value: 363.417728172. iteration 15561 found worse value: 363.417728172. iteration 15562 found worse value: 363.417728172. iteration 15563 found worse value: 363.417728172. iteration 15564 found worse value: 363.417728172. iteration 15565 found worse value: 363.417728172. iteration 15566 found worse value: 363.417728172. iteration 15567 found worse value: 363.417728172. iteration 15568 found worse value: 363.417728172. iteration 15569 found worse value: 363.417728172. iteration 15570 found worse value: 363.417728172. iteration 15571 found worse value: 363.417728172. iteration 15572 found worse value: 363.417728172. iteration 15573 found worse value: 363.417728172. iteration 15574 found worse value: 363.417728172. iteration 15575 found worse value: 363.417728172. iteration 15576 found worse value: 363.417728172. iteration 15577 found worse value: 363.417728172. iteration 15578 found worse value: 363.417728172. iteration 15579 found worse value: 363.417728172. iteration 15580 found worse value: 363.417728172. iteration 15581 found worse value: 363.417728172. iteration 15582 found worse value: 363.417728172. iteration15582, perturbing to get out of local maxima iteration 15583 found worse value: 363.417728172. iteration 15584 found worse value: 363.417728172. iteration 15585 found worse value: 363.417728172. iteration 15586 found worse value: 363.417728172. iteration 15587 found worse value: 363.417728172. iteration 15588 found worse value: 363.417728172. iteration 15589 found worse value: 363.417728172. iteration 15590 found worse value: 363.417728172. iteration 15591 found worse value: 363.417728172. iteration 15592 found worse value: 363.417728172. iteration15592, perturbing to get out of local maxima iteration 15593 found worse value: 363.417728172. iteration 15594 found worse value: 363.417728172. iteration 15595 found worse value: 363.417728172. iteration 15596 found worse value: 363.417728172. iteration 15597 found worse value: 363.417728172. iteration 15598 found worse value: 363.417728172. iteration 15599 found worse value: 363.417728172. iteration 15600 found worse value: 363.417728172. iteration 15601 found worse value: 363.417728172. iteration15601, perturbing to get out of local maxima iteration 15602 found worse value: 363.417728172. iteration 15603 found worse value: 363.417728172. iteration 15604 found worse value: 363.417728172. iteration 15605 found worse value: 363.417728172. iteration 15606 found worse value: 363.417728172. iteration 15607 found worse value: 363.417728172. iteration 15608 found worse value: 363.417728172. iteration 15609 found worse value: 363.417728172. iteration 15610 found worse value: 363.417728172. iteration 15611 found worse value: 363.417728172. iteration 15612 found worse value: 363.417728172. iteration 15613 found worse value: 363.417728172. iteration 15614 found worse value: 363.417728172. iteration15614, perturbing to get out of local maxima iteration 15615 found worse value: 363.417728172. iteration 15616 found worse value: 363.417728172. iteration 15617 found worse value: 363.417728172. iteration 15618 found worse value: 363.417728172. iteration 15619 found worse value: 363.417728172. iteration 15620 found worse value: 363.417728172. iteration 15621 found worse value: 363.417728172. iteration 15622 found worse value: 363.417728172. iteration 15623 found worse value: 363.417728172. iteration 15624 found worse value: 363.417728172. iteration 15625 found worse value: 363.417728172. iteration 15626 found worse value: 363.417728172. iteration 15627 found worse value: 363.417728172. iteration 15628 found worse value: 363.417728172. iteration 15629 found worse value: 363.417728172. iteration 15630 found worse value: 363.417728172. iteration 15631 found worse value: 363.417728172. iteration 15632 found worse value: 363.417728172. iteration 15633 found worse value: 363.417728172. iteration 15634 found worse value: 363.417728172. iteration 15635 found worse value: 363.417728172. iteration 15636 found worse value: 363.417728172. iteration 15637 found worse value: 363.417728172. iteration 15638 found worse value: 363.417728172. iteration 15639 found worse value: 363.417728172. iteration 15640 found worse value: 363.417728172. iteration 15641 found worse value: 363.417728172. iteration 15642 found worse value: 363.417728172. iteration 15643 found worse value: 363.417728172. iteration15643, perturbing to get out of local maxima iteration 15644 found worse value: 363.417728172. iteration 15645 found worse value: 363.417728172. iteration 15646 found worse value: 363.417728172. iteration 15647 found worse value: 363.417728172. iteration 15648 found worse value: 363.417728172. iteration 15649 found worse value: 363.417728172. iteration 15650 found worse value: 363.417728172. iteration 15651 found worse value: 363.417728172. iteration 15652 found worse value: 363.417728172. iteration 15653 found worse value: 363.417728172. iteration 15654 found worse value: 363.417728172. iteration 15655 found worse value: 363.417728172. iteration 15656 found worse value: 363.417728172. iteration 15657 found worse value: 363.417728172. iteration 15658 found worse value: 363.417728172. iteration 15659 found worse value: 363.417728172. iteration 15660 found worse value: 363.417728172. iteration 15661 found worse value: 363.417728172. iteration 15662 found worse value: 363.417728172. iteration 15663 found worse value: 363.417728172. iteration 15664 found worse value: 363.417728172. iteration 15665 found worse value: 363.417728172. iteration 15666 found worse value: 363.417728172. iteration 15667 found worse value: 363.417728172. iteration 15668 found worse value: 363.417728172. iteration 15669 found worse value: 363.417728172. iteration 15670 found worse value: 363.417728172. iteration 15671 found worse value: 363.417728172. iteration 15672 found worse value: 363.417728172. iteration 15673 found worse value: 363.417728172. iteration 15674 found worse value: 363.417728172. iteration 15675 found worse value: 363.417728172. iteration 15676 found worse value: 363.417728172. iteration 15677 found worse value: 363.417728172. iteration 15678 found worse value: 363.417728172. iteration 15679 found worse value: 363.417728172. iteration 15680 found worse value: 363.417728172. iteration 15681 found worse value: 363.417728172. iteration 15682 found worse value: 363.417728172. iteration 15683 found worse value: 363.417728172. iteration 15684 found worse value: 363.417728172. iteration 15685 found worse value: 363.417728172. iteration 15686 found worse value: 363.417728172. iteration 15687 found worse value: 363.417728172. iteration 15688 found worse value: 363.417728172. iteration 15689 found worse value: 363.417728172. iteration 15690 found worse value: 363.417728172. iteration 15691 found worse value: 363.417728172. iteration 15692 found worse value: 363.417728172. iteration 15693 found worse value: 363.417728172. iteration 15694 found worse value: 363.417728172. iteration 15695 found worse value: 363.417728172. iteration 15696 found worse value: 363.417728172. iteration 15697 found worse value: 363.417728172. iteration 15698 found worse value: 363.417728172. iteration 15699 found worse value: 363.417728172. iteration 15700 found worse value: 363.417728172. iteration 15701 found worse value: 363.417728172. iteration 15702 found worse value: 363.417728172. iteration 15703 found worse value: 363.417728172. iteration 15704 found worse value: 363.417728172. iteration 15705 found worse value: 363.417728172. iteration 15706 found worse value: 363.417728172. iteration 15707 found worse value: 363.417728172. iteration 15708 found worse value: 363.417728172. iteration 15709 found worse value: 363.417728172. iteration 15710 found worse value: 363.417728172. iteration 15711 found worse value: 363.417728172. iteration 15712 found worse value: 363.417728172. iteration 15713 found worse value: 363.417728172. iteration 15714 found worse value: 363.417728172. iteration 15715 found worse value: 363.417728172. iteration 15716 found worse value: 363.417728172. iteration 15717 found worse value: 363.417728172. iteration 15718 found worse value: 363.417728172. iteration 15719 found worse value: 363.417728172. iteration 15720 found worse value: 363.417728172. iteration 15721 found worse value: 363.417728172. iteration 15722 found worse value: 363.417728172. iteration 15723 found worse value: 363.417728172. iteration15723, perturbing to get out of local maxima iteration 15724 found worse value: 363.417728172. iteration 15725 found worse value: 363.417728172. iteration 15726 found worse value: 363.417728172. iteration 15727 found worse value: 363.417728172. iteration 15728 found worse value: 363.417728172. iteration 15729 found worse value: 363.417728172. iteration 15730 found worse value: 363.417728172. iteration 15731 found worse value: 363.417728172. iteration 15732 found worse value: 363.417728172. iteration 15733 found worse value: 363.417728172. iteration 15734 found worse value: 363.417728172. iteration 15735 found worse value: 363.417728172. iteration 15736 found worse value: 363.417728172. iteration 15737 found worse value: 363.417728172. iteration 15738 found worse value: 363.417728172. iteration 15739 found worse value: 363.417728172. iteration 15740 found worse value: 363.417728172. iteration 15741 found worse value: 363.417728172. iteration 15742 found worse value: 363.417728172. iteration 15743 found worse value: 363.417728172. iteration 15744 found worse value: 363.417728172. iteration 15745 found worse value: 363.417728172. iteration 15746 found worse value: 363.417728172. iteration 15747 found worse value: 363.417728172. iteration 15748 found worse value: 363.417728172. iteration 15749 found worse value: 363.417728172. iteration 15750 found worse value: 363.417728172. iteration 15751 found worse value: 363.417728172. iteration 15752 found worse value: 363.417728172. iteration 15753 found worse value: 363.417728172. iteration 15754 found worse value: 363.417728172. iteration 15755 found worse value: 363.417728172. iteration 15756 found worse value: 363.417728172. iteration 15757 found worse value: 363.417728172. iteration 15758 found worse value: 363.417728172. iteration 15759 found worse value: 363.417728172. iteration 15760 found worse value: 363.417728172. iteration 15761 found worse value: 363.417728172. iteration 15762 found worse value: 363.417728172. iteration 15763 found worse value: 363.417728172. iteration 15764 found worse value: 363.417728172. iteration 15765 found worse value: 363.417728172. iteration 15766 found worse value: 363.417728172. iteration 15767 found worse value: 363.417728172. iteration 15768 found worse value: 363.417728172. iteration 15769 found worse value: 363.417728172. iteration 15770 found worse value: 363.417728172. iteration 15771 found worse value: 363.417728172. iteration 15772 found worse value: 363.417728172. iteration 15773 found worse value: 363.417728172. iteration 15774 found worse value: 363.417728172. iteration 15775 found worse value: 363.417728172. iteration 15776 found worse value: 363.417728172. iteration 15777 found worse value: 363.417728172. iteration 15778 found worse value: 363.417728172. iteration 15779 found worse value: 363.417728172. iteration 15780 found worse value: 363.417728172. iteration 15781 found worse value: 363.417728172. iteration 15782 found worse value: 363.417728172. iteration 15783 found worse value: 363.417728172. iteration 15784 found worse value: 363.417728172. iteration 15785 found worse value: 363.417728172. iteration 15786 found worse value: 363.417728172. iteration 15787 found worse value: 363.417728172. iteration 15788 found worse value: 363.417728172. iteration 15789 found worse value: 363.417728172. iteration 15790 found worse value: 363.417728172. iteration 15791 found worse value: 363.417728172. iteration 15792 found worse value: 363.417728172. iteration 15793 found worse value: 363.417728172. iteration 15794 found worse value: 363.417728172. iteration 15795 found worse value: 363.417728172. iteration 15796 found worse value: 363.417728172. iteration 15797 found worse value: 363.417728172. iteration 15798 found worse value: 363.417728172. iteration 15799 found worse value: 363.417728172. iteration 15800 found worse value: 363.417728172. iteration 15801 found worse value: 363.417728172. iteration 15802 found worse value: 363.417728172. iteration 15803 found worse value: 363.417728172. iteration 15804 found worse value: 363.417728172. iteration 15805 found worse value: 363.417728172. iteration 15806 found worse value: 363.417728172. iteration 15807 found worse value: 363.417728172. iteration 15808 found worse value: 363.417728172. iteration 15809 found worse value: 363.417728172. iteration 15810 found worse value: 363.417728172. iteration 15811 found worse value: 363.417728172. iteration 15812 found worse value: 363.417728172. iteration 15813 found worse value: 363.417728172. iteration 15814 found worse value: 363.417728172. iteration 15815 found worse value: 363.417728172. iteration 15816 found worse value: 363.417728172. iteration 15817 found worse value: 363.417728172. iteration 15818 found worse value: 363.417728172. iteration 15819 found worse value: 363.417728172. iteration 15820 found worse value: 363.417728172. iteration 15821 found worse value: 363.417728172. iteration 15822 found worse value: 363.417728172. iteration 15823 found worse value: 363.417728172. iteration 15824 found worse value: 363.417728172. iteration 15825 found worse value: 363.417728172. iteration 15826 found worse value: 363.417728172. iteration 15827 found worse value: 363.417728172. iteration 15828 found worse value: 363.417728172. iteration 15829 found worse value: 363.417728172. iteration 15830 found worse value: 363.417728172. iteration 15831 found worse value: 363.417728172. iteration 15832 found worse value: 363.417728172. iteration 15833 found worse value: 363.417728172. iteration 15834 found worse value: 363.417728172. iteration 15835 found worse value: 363.417728172. iteration 15836 found worse value: 363.417728172. iteration 15837 found worse value: 363.417728172. iteration 15838 found worse value: 363.417728172. iteration 15839 found worse value: 363.417728172. iteration 15840 found worse value: 363.417728172. iteration 15841 found worse value: 363.417728172. iteration 15842 found worse value: 363.417728172. iteration 15843 found worse value: 363.417728172. iteration 15844 found worse value: 363.417728172. iteration 15845 found worse value: 363.417728172. iteration 15846 found worse value: 363.417728172. iteration 15847 found worse value: 363.417728172. iteration 15848 found worse value: 363.417728172. iteration 15849 found worse value: 363.417728172. iteration 15850 found worse value: 363.417728172. iteration 15851 found worse value: 363.417728172. iteration 15852 found worse value: 363.417728172. iteration 15853 found worse value: 363.417728172. iteration 15854 found worse value: 363.417728172. iteration 15855 found worse value: 363.417728172. iteration 15856 found worse value: 363.417728172. iteration 15857 found worse value: 363.417728172. iteration 15858 found worse value: 363.417728172. iteration 15859 found worse value: 363.417728172. iteration 15860 found worse value: 363.417728172. iteration 15861 found worse value: 363.417728172. iteration 15862 found worse value: 363.417728172. iteration 15863 found worse value: 363.417728172. iteration 15864 found worse value: 363.417728172. iteration 15865 found worse value: 363.417728172. iteration 15866 found worse value: 363.417728172. iteration 15867 found worse value: 363.417728172. iteration 15868 found worse value: 363.417728172. iteration 15869 found worse value: 363.417728172. iteration 15870 found worse value: 363.417728172. iteration 15871 found worse value: 363.417728172. iteration 15872 found worse value: 363.417728172. iteration 15873 found worse value: 363.417728172. iteration 15874 found worse value: 363.417728172. iteration 15875 found worse value: 363.417728172. iteration 15876 found worse value: 363.417728172. iteration 15877 found worse value: 363.417728172. iteration 15878 found worse value: 363.417728172. iteration 15879 found worse value: 363.417728172. iteration 15880 found worse value: 363.417728172. iteration 15881 found worse value: 363.417728172. iteration 15882 found worse value: 363.417728172. iteration 15883 found worse value: 363.417728172. iteration15883, perturbing to get out of local maxima iteration 15884 found worse value: 363.417728172. iteration 15885 found worse value: 363.417728172. iteration 15886 found worse value: 363.417728172. iteration 15887 found worse value: 363.417728172. iteration 15888 found worse value: 363.417728172. iteration 15889 found worse value: 363.417728172. iteration 15890 found worse value: 363.417728172. iteration 15891 found worse value: 363.417728172. iteration 15892 found worse value: 363.417728172. iteration 15893 found worse value: 363.417728172. iteration 15894 found worse value: 363.417728172. iteration 15895 found worse value: 363.417728172. iteration 15896 found worse value: 363.417728172. iteration 15897 found worse value: 363.417728172. iteration 15898 found worse value: 363.417728172. iteration 15899 found worse value: 363.417728172. iteration 15900 found worse value: 363.417728172. iteration 15901 found worse value: 363.417728172. iteration 15902 found worse value: 363.417728172. iteration 15903 found worse value: 363.417728172. iteration 15904 found worse value: 363.417728172. iteration 15905 found worse value: 363.417728172. iteration 15906 found worse value: 363.417728172. iteration 15907 found worse value: 363.417728172. iteration 15908 found worse value: 363.417728172. iteration 15909 found worse value: 363.417728172. iteration 15910 found worse value: 363.417728172. iteration 15911 found worse value: 363.417728172. iteration 15912 found worse value: 363.417728172. iteration 15913 found worse value: 363.417728172. iteration 15914 found worse value: 363.417728172. iteration 15915 found worse value: 363.417728172. iteration 15916 found worse value: 363.417728172. iteration 15917 found worse value: 363.417728172. iteration 15918 found worse value: 363.417728172. iteration 15919 found worse value: 363.417728172. iteration 15920 found worse value: 363.417728172. iteration 15921 found worse value: 363.417728172. iteration 15922 found worse value: 363.417728172. iteration 15923 found worse value: 363.417728172. iteration 15924 found worse value: 363.417728172. iteration 15925 found worse value: 363.417728172. iteration 15926 found worse value: 363.417728172. iteration 15927 found worse value: 363.417728172. iteration 15928 found worse value: 363.417728172. iteration 15929 found worse value: 363.417728172. iteration 15930 found worse value: 363.417728172. iteration 15931 found worse value: 363.417728172. iteration 15932 found worse value: 363.417728172. iteration 15933 found worse value: 363.417728172. iteration 15934 found worse value: 363.417728172. iteration 15935 found worse value: 363.417728172. iteration 15936 found worse value: 363.417728172. iteration 15937 found worse value: 363.417728172. iteration 15938 found worse value: 363.417728172. iteration 15939 found worse value: 363.417728172. iteration 15940 found worse value: 363.417728172. iteration 15941 found worse value: 363.417728172. iteration 15942 found worse value: 363.417728172. iteration 15943 found worse value: 363.417728172. iteration 15944 found worse value: 363.417728172. iteration 15945 found worse value: 363.417728172. iteration 15946 found worse value: 363.417728172. iteration 15947 found worse value: 363.417728172. iteration 15948 found worse value: 363.417728172. iteration 15949 found worse value: 363.417728172. iteration 15950 found worse value: 363.417728172. iteration 15951 found worse value: 363.417728172. iteration15951, perturbing to get out of local maxima iteration 15952 found worse value: 363.417728172. iteration 15953 found worse value: 363.417728172. iteration 15954 found worse value: 363.417728172. iteration 15955 found worse value: 363.417728172. iteration 15956 found worse value: 363.417728172. iteration 15957 found worse value: 363.417728172. iteration 15958 found worse value: 363.417728172. iteration 15959 found worse value: 363.417728172. iteration 15960 found worse value: 363.417728172. iteration 15961 found worse value: 363.417728172. iteration 15962 found worse value: 363.417728172. iteration 15963 found worse value: 363.417728172. iteration 15964 found worse value: 363.417728172. iteration 15965 found worse value: 363.417728172. iteration 15966 found worse value: 363.417728172. iteration 15967 found worse value: 363.417728172. iteration 15968 found worse value: 363.417728172. iteration 15969 found worse value: 363.417728172. iteration 15970 found worse value: 363.417728172. iteration 15971 found worse value: 363.417728172. iteration 15972 found worse value: 363.417728172. iteration 15973 found worse value: 363.417728172. iteration 15974 found worse value: 363.417728172. iteration 15975 found worse value: 363.417728172. iteration 15976 found worse value: 363.417728172. iteration 15977 found worse value: 363.417728172. iteration 15978 found worse value: 363.417728172. iteration 15979 found worse value: 363.417728172. iteration 15980 found worse value: 363.417728172. iteration 15981 found worse value: 363.417728172. iteration 15982 found worse value: 363.417728172. iteration 15983 found worse value: 363.417728172. iteration 15984 found worse value: 363.417728172. iteration 15985 found worse value: 363.417728172. iteration 15986 found worse value: 363.417728172. iteration 15987 found worse value: 363.417728172. iteration 15988 found worse value: 363.417728172. iteration 15989 found worse value: 363.417728172. iteration 15990 found worse value: 363.417728172. iteration 15991 found worse value: 363.417728172. iteration 15992 found worse value: 363.417728172. iteration 15993 found worse value: 363.417728172. iteration 15994 found worse value: 363.417728172. iteration 15995 found worse value: 363.417728172. iteration 15996 found worse value: 363.417728172. iteration 15997 found worse value: 363.417728172. iteration 15998 found worse value: 363.417728172. iteration 15999 found worse value: 363.417728172. iteration 16000 found worse value: 363.417728172. iteration 16001 found worse value: 363.417728172. iteration 16002 found worse value: 363.417728172. iteration 16003 found worse value: 363.417728172. iteration 16004 found worse value: 363.417728172. iteration 16005 found worse value: 363.417728172. iteration 16006 found worse value: 363.417728172. iteration 16007 found worse value: 363.417728172. iteration 16008 found worse value: 363.417728172. iteration 16009 found worse value: 363.417728172. iteration 16010 found worse value: 363.417728172. iteration 16011 found worse value: 363.417728172. iteration 16012 found worse value: 363.417728172. iteration 16013 found worse value: 363.417728172. iteration 16014 found worse value: 363.417728172. iteration 16015 found worse value: 363.417728172. iteration 16016 found worse value: 363.417728172. iteration 16017 found worse value: 363.417728172. iteration 16018 found worse value: 363.417728172. iteration 16019 found worse value: 363.417728172. iteration 16020 found worse value: 363.417728172. iteration 16021 found worse value: 363.417728172. iteration 16022 found worse value: 363.417728172. iteration 16023 found worse value: 363.417728172. iteration 16024 found worse value: 363.417728172. iteration 16025 found worse value: 363.417728172. iteration 16026 found worse value: 363.417728172. iteration 16027 found worse value: 363.417728172. iteration 16028 found worse value: 363.417728172. iteration 16029 found worse value: 363.417728172. iteration 16030 found worse value: 363.417728172. iteration 16031 found worse value: 363.417728172. iteration 16032 found worse value: 363.417728172. iteration 16033 found worse value: 363.417728172. iteration 16034 found worse value: 363.417728172. iteration 16035 found worse value: 363.417728172. iteration 16036 found worse value: 363.417728172. iteration 16037 found worse value: 363.417728172. iteration 16038 found worse value: 363.417728172. iteration 16039 found worse value: 363.417728172. iteration16039, perturbing to get out of local maxima iteration 16040 found worse value: 363.417728172. iteration 16041 found worse value: 363.417728172. iteration 16042 found worse value: 363.417728172. iteration 16043 found worse value: 363.417728172. iteration 16044 found worse value: 363.417728172. iteration 16045 found worse value: 363.417728172. iteration 16046 found worse value: 363.417728172. iteration 16047 found worse value: 363.417728172. iteration 16048 found worse value: 363.417728172. iteration 16049 found worse value: 363.417728172. iteration 16050 found worse value: 363.417728172. iteration 16051 found worse value: 363.417728172. iteration 16052 found worse value: 363.417728172. iteration 16053 found worse value: 363.417728172. iteration 16054 found worse value: 363.417728172. iteration 16055 found worse value: 363.417728172. iteration 16056 found worse value: 363.417728172. iteration 16057 found worse value: 363.417728172. iteration 16058 found worse value: 363.417728172. iteration 16059 found worse value: 363.417728172. iteration 16060 found worse value: 363.417728172. iteration 16061 found worse value: 363.417728172. iteration 16062 found worse value: 363.417728172. iteration 16063 found worse value: 363.417728172. iteration 16064 found worse value: 363.417728172. iteration 16065 found worse value: 363.417728172. iteration 16066 found worse value: 363.417728172. iteration 16067 found worse value: 363.417728172. iteration 16068 found worse value: 363.417728172. iteration 16069 found worse value: 363.417728172. iteration 16070 found worse value: 363.417728172. iteration 16071 found worse value: 363.417728172. iteration 16072 found worse value: 363.417728172. iteration 16073 found worse value: 363.417728172. iteration 16074 found worse value: 363.417728172. iteration 16075 found worse value: 363.417728172. iteration 16076 found worse value: 363.417728172. iteration 16077 found worse value: 363.417728172. iteration 16078 found worse value: 363.417728172. iteration 16079 found worse value: 363.417728172. iteration 16080 found worse value: 363.417728172. iteration 16081 found worse value: 363.417728172. iteration 16082 found worse value: 363.417728172. iteration 16083 found worse value: 363.417728172. iteration 16084 found worse value: 363.417728172. iteration 16085 found worse value: 363.417728172. iteration 16086 found worse value: 363.417728172. iteration 16087 found worse value: 363.417728172. iteration 16088 found worse value: 363.417728172. iteration 16089 found worse value: 363.417728172. iteration 16090 found worse value: 363.417728172. iteration 16091 found worse value: 363.417728172. iteration 16092 found worse value: 363.417728172. iteration 16093 found worse value: 363.417728172. iteration 16094 found worse value: 363.417728172. iteration 16095 found worse value: 363.417728172. iteration 16096 found worse value: 363.417728172. iteration 16097 found worse value: 363.417728172. iteration 16098 found worse value: 363.417728172. iteration 16099 found worse value: 363.417728172. iteration 16100 found worse value: 363.417728172. iteration 16101 found worse value: 363.417728172. iteration 16102 found worse value: 363.417728172. iteration 16103 found worse value: 363.417728172. iteration 16104 found worse value: 363.417728172. iteration 16105 found worse value: 363.417728172. iteration 16106 found worse value: 363.417728172. iteration 16107 found worse value: 363.417728172. iteration 16108 found worse value: 363.417728172. iteration 16109 found worse value: 363.417728172. iteration 16110 found worse value: 363.417728172. iteration 16111 found worse value: 363.417728172. iteration 16112 found worse value: 363.417728172. iteration 16113 found worse value: 363.417728172. iteration 16114 found worse value: 363.417728172. iteration 16115 found worse value: 363.417728172. iteration 16116 found worse value: 363.417728172. iteration 16117 found worse value: 363.417728172. iteration 16118 found worse value: 363.417728172. iteration 16119 found worse value: 363.417728172. iteration 16120 found worse value: 363.417728172. iteration 16121 found worse value: 363.417728172. iteration 16122 found worse value: 363.417728172. iteration 16123 found worse value: 363.417728172. iteration 16124 found worse value: 363.417728172. iteration 16125 found worse value: 363.417728172. iteration 16126 found worse value: 363.417728172. iteration 16127 found worse value: 363.417728172. iteration 16128 found worse value: 363.417728172. iteration 16129 found worse value: 363.417728172. iteration 16130 found worse value: 363.417728172. iteration 16131 found worse value: 363.417728172. iteration16131, perturbing to get out of local maxima iteration 16132 found worse value: 363.417728172. iteration 16133 found worse value: 363.417728172. iteration 16134 found worse value: 363.417728172. iteration 16135 found worse value: 363.417728172. iteration 16136 found worse value: 363.417728172. iteration 16137 found worse value: 363.417728172. iteration 16138 found worse value: 363.417728172. iteration 16139 found worse value: 363.417728172. iteration 16140 found worse value: 363.417728172. iteration 16141 found worse value: 363.417728172. iteration 16142 found worse value: 363.417728172. iteration 16143 found worse value: 363.417728172. iteration 16144 found worse value: 363.417728172. iteration 16145 found worse value: 363.417728172. iteration 16146 found worse value: 363.417728172. iteration 16147 found worse value: 363.417728172. iteration 16148 found worse value: 363.417728172. iteration 16149 found worse value: 363.417728172. iteration 16150 found worse value: 363.417728172. iteration 16151 found worse value: 363.417728172. iteration 16152 found worse value: 363.417728172. iteration 16153 found worse value: 363.417728172. iteration 16154 found worse value: 363.417728172. iteration 16155 found worse value: 363.417728172. iteration 16156 found worse value: 363.417728172. iteration 16157 found worse value: 363.417728172. iteration 16158 found worse value: 363.417728172. iteration 16159 found worse value: 363.417728172. iteration 16160 found worse value: 363.417728172. iteration 16161 found worse value: 363.417728172. iteration 16162 found worse value: 363.417728172. iteration 16163 found worse value: 363.417728172. iteration 16164 found worse value: 363.417728172. iteration 16165 found worse value: 363.417728172. iteration 16166 found worse value: 363.417728172. iteration 16167 found worse value: 363.417728172. iteration 16168 found worse value: 363.417728172. iteration 16169 found worse value: 363.417728172. iteration 16170 found worse value: 363.417728172. iteration 16171 found worse value: 363.417728172. iteration 16172 found worse value: 363.417728172. iteration 16173 found worse value: 363.417728172. iteration 16174 found worse value: 363.417728172. iteration 16175 found worse value: 363.417728172. iteration 16176 found worse value: 363.417728172. iteration 16177 found worse value: 363.417728172. iteration 16178 found worse value: 363.417728172. iteration 16179 found worse value: 363.417728172. iteration 16180 found worse value: 363.417728172. iteration 16181 found worse value: 363.417728172. iteration 16182 found worse value: 363.417728172. iteration 16183 found worse value: 363.417728172. iteration 16184 found worse value: 363.417728172. iteration 16185 found worse value: 363.417728172. iteration 16186 found worse value: 363.417728172. iteration 16187 found worse value: 363.417728172. iteration 16188 found worse value: 363.417728172. iteration 16189 found worse value: 363.417728172. iteration 16190 found worse value: 363.417728172. iteration 16191 found worse value: 363.417728172. iteration 16192 found worse value: 363.417728172. iteration 16193 found worse value: 363.417728172. iteration 16194 found worse value: 363.417728172. iteration 16195 found worse value: 363.417728172. iteration 16196 found worse value: 363.417728172. iteration 16197 found worse value: 363.417728172. iteration 16198 found worse value: 363.417728172. iteration 16199 found worse value: 363.417728172. iteration 16200 found worse value: 363.417728172. iteration 16201 found worse value: 363.417728172. iteration 16202 found worse value: 363.417728172. iteration 16203 found worse value: 363.417728172. iteration 16204 found worse value: 363.417728172. iteration 16205 found worse value: 363.417728172. iteration 16206 found worse value: 363.417728172. iteration 16207 found worse value: 363.417728172. iteration 16208 found worse value: 363.417728172. iteration 16209 found worse value: 363.417728172. iteration 16210 found worse value: 363.417728172. iteration 16211 found worse value: 363.417728172. iteration 16212 found worse value: 363.417728172. iteration 16213 found worse value: 363.417728172. iteration 16214 found worse value: 363.417728172. iteration 16215 found worse value: 363.417728172. iteration 16216 found worse value: 363.417728172. iteration 16217 found worse value: 363.417728172. iteration 16218 found worse value: 363.417728172. iteration 16219 found worse value: 363.417728172. iteration 16220 found worse value: 363.417728172. iteration 16221 found worse value: 363.417728172. iteration 16222 found worse value: 363.417728172. iteration 16223 found worse value: 363.417728172. iteration 16224 found worse value: 363.417728172. iteration 16225 found worse value: 363.417728172. iteration 16226 found worse value: 363.417728172. iteration 16227 found worse value: 363.417728172. iteration 16228 found worse value: 363.417728172. iteration 16229 found worse value: 363.417728172. iteration 16230 found worse value: 363.417728172. iteration 16231 found worse value: 363.417728172. iteration 16232 found worse value: 363.417728172. iteration 16233 found worse value: 363.417728172. iteration 16234 found worse value: 363.417728172. iteration 16235 found worse value: 363.417728172. iteration 16236 found worse value: 363.417728172. iteration 16237 found worse value: 363.417728172. iteration 16238 found worse value: 363.417728172. iteration 16239 found better value: 363.417865141 iteration 16240 found worse value: 363.417865141. iteration 16241 found worse value: 363.417865141. iteration 16242 found worse value: 363.417865141. iteration 16243 found worse value: 363.417865141. iteration 16244 found worse value: 363.417865141. iteration 16245 found worse value: 363.417865141. iteration 16246 found worse value: 363.417865141. iteration 16247 found worse value: 363.417865141. iteration 16248 found worse value: 363.417865141. iteration 16249 found worse value: 363.417865141. iteration 16250 found worse value: 363.417865141. iteration 16251 found worse value: 363.417865141. iteration 16252 found worse value: 363.417865141. iteration 16253 found worse value: 363.417865141. iteration 16254 found worse value: 363.417865141. iteration 16255 found worse value: 363.417865141. iteration 16256 found worse value: 363.417865141. iteration 16257 found worse value: 363.417865141. iteration 16258 found worse value: 363.417865141. iteration 16259 found worse value: 363.417865141. iteration 16260 found worse value: 363.417865141. iteration 16261 found worse value: 363.417865141. iteration 16262 found worse value: 363.417865141. iteration16262, perturbing to get out of local maxima iteration 16263 found worse value: 363.417865141. iteration 16264 found worse value: 363.417865141. iteration 16265 found worse value: 363.417865141. iteration 16266 found worse value: 363.417865141. iteration 16267 found worse value: 363.417865141. iteration 16268 found worse value: 363.417865141. iteration 16269 found worse value: 363.417865141. iteration 16270 found worse value: 363.417865141. iteration 16271 found worse value: 363.417865141. iteration 16272 found worse value: 363.417865141. iteration 16273 found worse value: 363.417865141. iteration 16274 found worse value: 363.417865141. iteration 16275 found worse value: 363.417865141. iteration 16276 found worse value: 363.417865141. iteration 16277 found worse value: 363.417865141. iteration 16278 found worse value: 363.417865141. iteration 16279 found worse value: 363.417865141. iteration 16280 found worse value: 363.417865141. iteration 16281 found better value: 363.4178922 iteration 16282 found worse value: 363.4178922. iteration 16283 found worse value: 363.4178922. iteration 16284 found worse value: 363.4178922. iteration16284, perturbing to get out of local maxima iteration 16285 found worse value: 363.4178922. iteration 16286 found worse value: 363.4178922. iteration 16287 found worse value: 363.4178922. iteration 16288 found worse value: 363.4178922. iteration 16289 found worse value: 363.4178922. iteration 16290 found worse value: 363.4178922. iteration 16291 found worse value: 363.4178922. iteration 16292 found worse value: 363.4178922. iteration 16293 found worse value: 363.4178922. iteration 16294 found worse value: 363.4178922. iteration 16295 found worse value: 363.4178922. iteration 16296 found worse value: 363.4178922. iteration 16297 found worse value: 363.4178922. iteration 16298 found worse value: 363.4178922. iteration 16299 found worse value: 363.4178922. iteration 16300 found worse value: 363.4178922. iteration16300, perturbing to get out of local maxima iteration 16301 found worse value: 363.4178922. iteration 16302 found worse value: 363.4178922. iteration 16303 found worse value: 363.4178922. iteration 16304 found worse value: 363.4178922. iteration 16305 found worse value: 363.4178922. iteration 16306 found worse value: 363.4178922. iteration 16307 found worse value: 363.4178922. iteration 16308 found worse value: 363.4178922. iteration 16309 found worse value: 363.4178922. iteration 16310 found worse value: 363.4178922. iteration 16311 found worse value: 363.4178922. iteration 16312 found worse value: 363.4178922. iteration 16313 found worse value: 363.4178922. iteration 16314 found worse value: 363.4178922. iteration 16315 found worse value: 363.4178922. iteration 16316 found worse value: 363.4178922. iteration 16317 found worse value: 363.4178922. iteration 16318 found worse value: 363.4178922. iteration 16319 found worse value: 363.4178922. iteration 16320 found worse value: 363.4178922. iteration 16321 found worse value: 363.4178922. iteration 16322 found worse value: 363.4178922. iteration 16323 found worse value: 363.4178922. iteration 16324 found worse value: 363.4178922. iteration 16325 found worse value: 363.4178922. iteration 16326 found worse value: 363.4178922. iteration 16327 found worse value: 363.4178922. iteration 16328 found worse value: 363.4178922. iteration 16329 found worse value: 363.4178922. iteration 16330 found worse value: 363.4178922. iteration 16331 found worse value: 363.4178922. iteration16331, perturbing to get out of local maxima iteration 16332 found worse value: 363.4178922. iteration 16333 found worse value: 363.4178922. iteration 16334 found worse value: 363.4178922. iteration 16335 found worse value: 363.4178922. iteration 16336 found worse value: 363.4178922. iteration 16337 found worse value: 363.4178922. iteration 16338 found worse value: 363.4178922. iteration 16339 found worse value: 363.4178922. iteration 16340 found worse value: 363.4178922. iteration 16341 found worse value: 363.4178922. iteration 16342 found worse value: 363.4178922. iteration 16343 found worse value: 363.4178922. iteration 16344 found worse value: 363.4178922. iteration 16345 found worse value: 363.4178922. iteration 16346 found worse value: 363.4178922. iteration 16347 found worse value: 363.4178922. iteration 16348 found worse value: 363.4178922. iteration 16349 found worse value: 363.4178922. iteration 16350 found worse value: 363.4178922. iteration 16351 found worse value: 363.4178922. iteration 16352 found worse value: 363.4178922. iteration 16353 found worse value: 363.4178922. iteration 16354 found worse value: 363.4178922. iteration 16355 found worse value: 363.4178922. iteration16355, perturbing to get out of local maxima iteration 16356 found worse value: 363.4178922. iteration 16357 found worse value: 363.4178922. iteration 16358 found worse value: 363.4178922. iteration 16359 found worse value: 363.4178922. iteration 16360 found worse value: 363.4178922. iteration 16361 found worse value: 363.4178922. iteration 16362 found worse value: 363.4178922. iteration 16363 found worse value: 363.4178922. iteration 16364 found worse value: 363.4178922. iteration 16365 found worse value: 363.4178922. iteration16365, perturbing to get out of local maxima iteration 16366 found worse value: 363.4178922. iteration 16367 found worse value: 363.4178922. iteration 16368 found worse value: 363.4178922. iteration 16369 found worse value: 363.4178922. iteration 16370 found worse value: 363.4178922. iteration 16371 found worse value: 363.4178922. iteration 16372 found worse value: 363.4178922. iteration 16373 found worse value: 363.4178922. iteration16373, perturbing to get out of local maxima iteration 16374 found worse value: 363.4178922. iteration 16375 found worse value: 363.4178922. iteration 16376 found worse value: 363.4178922. iteration 16377 found worse value: 363.4178922. iteration 16378 found worse value: 363.4178922. iteration 16379 found worse value: 363.4178922. iteration 16380 found worse value: 363.4178922. iteration 16381 found worse value: 363.4178922. iteration 16382 found worse value: 363.4178922. iteration 16383 found worse value: 363.4178922. iteration 16384 found worse value: 363.4178922. iteration 16385 found worse value: 363.4178922. iteration 16386 found worse value: 363.4178922. iteration 16387 found worse value: 363.4178922. iteration 16388 found worse value: 363.4178922. iteration 16389 found worse value: 363.4178922. iteration 16390 found worse value: 363.4178922. iteration 16391 found worse value: 363.4178922. iteration 16392 found worse value: 363.4178922. iteration 16393 found worse value: 363.4178922. iteration 16394 found worse value: 363.4178922. iteration 16395 found worse value: 363.4178922. iteration 16396 found worse value: 363.4178922. iteration 16397 found worse value: 363.4178922. iteration 16398 found worse value: 363.4178922. iteration 16399 found worse value: 363.4178922. iteration 16400 found worse value: 363.4178922. iteration 16401 found worse value: 363.4178922. iteration 16402 found worse value: 363.4178922. iteration 16403 found worse value: 363.4178922. iteration 16404 found worse value: 363.4178922. iteration 16405 found worse value: 363.4178922. iteration 16406 found worse value: 363.4178922. iteration 16407 found worse value: 363.4178922. iteration 16408 found worse value: 363.4178922. iteration 16409 found worse value: 363.4178922. iteration 16410 found worse value: 363.4178922. iteration 16411 found worse value: 363.4178922. iteration 16412 found worse value: 363.4178922. iteration 16413 found worse value: 363.4178922. iteration16413, perturbing to get out of local maxima iteration 16414 found worse value: 363.4178922. iteration 16415 found worse value: 363.4178922. iteration 16416 found worse value: 363.4178922. iteration 16417 found worse value: 363.4178922. iteration 16418 found worse value: 363.4178922. iteration 16419 found worse value: 363.4178922. iteration 16420 found worse value: 363.4178922. iteration 16421 found worse value: 363.4178922. iteration 16422 found worse value: 363.4178922. iteration 16423 found worse value: 363.4178922. iteration 16424 found worse value: 363.4178922. iteration 16425 found worse value: 363.4178922. iteration 16426 found worse value: 363.4178922. iteration 16427 found worse value: 363.4178922. iteration 16428 found worse value: 363.4178922. iteration 16429 found worse value: 363.4178922. iteration 16430 found worse value: 363.4178922. iteration 16431 found worse value: 363.4178922. iteration 16432 found worse value: 363.4178922. iteration 16433 found worse value: 363.4178922. iteration 16434 found worse value: 363.4178922. iteration 16435 found worse value: 363.4178922. iteration 16436 found worse value: 363.4178922. iteration 16437 found worse value: 363.4178922. iteration 16438 found worse value: 363.4178922. iteration16438, perturbing to get out of local maxima iteration 16439 found worse value: 363.4178922. iteration 16440 found worse value: 363.4178922. iteration 16441 found worse value: 363.4178922. iteration 16442 found worse value: 363.4178922. iteration 16443 found worse value: 363.4178922. iteration 16444 found worse value: 363.4178922. iteration 16445 found worse value: 363.4178922. iteration 16446 found worse value: 363.4178922. iteration 16447 found worse value: 363.4178922. iteration 16448 found worse value: 363.4178922. iteration 16449 found worse value: 363.4178922. iteration 16450 found worse value: 363.4178922. iteration 16451 found worse value: 363.4178922. iteration 16452 found worse value: 363.4178922. iteration 16453 found worse value: 363.4178922. iteration 16454 found worse value: 363.4178922. iteration 16455 found worse value: 363.4178922. iteration 16456 found worse value: 363.4178922. iteration 16457 found worse value: 363.4178922. iteration 16458 found worse value: 363.4178922. iteration 16459 found worse value: 363.4178922. iteration 16460 found worse value: 363.4178922. iteration 16461 found worse value: 363.4178922. iteration 16462 found worse value: 363.4178922. iteration 16463 found worse value: 363.4178922. iteration 16464 found worse value: 363.4178922. iteration 16465 found worse value: 363.4178922. iteration 16466 found worse value: 363.4178922. iteration 16467 found worse value: 363.4178922. iteration 16468 found worse value: 363.4178922. iteration 16469 found worse value: 363.4178922. iteration 16470 found worse value: 363.4178922. iteration 16471 found worse value: 363.4178922. iteration 16472 found worse value: 363.4178922. iteration 16473 found worse value: 363.4178922. iteration 16474 found worse value: 363.4178922. iteration 16475 found worse value: 363.4178922. iteration 16476 found worse value: 363.4178922. iteration 16477 found worse value: 363.4178922. iteration 16478 found worse value: 363.4178922. iteration 16479 found worse value: 363.4178922. iteration 16480 found worse value: 363.4178922. iteration16480, perturbing to get out of local maxima iteration 16481 found worse value: 363.4178922. iteration 16482 found worse value: 363.4178922. iteration 16483 found worse value: 363.4178922. iteration 16484 found worse value: 363.4178922. iteration16484, perturbing to get out of local maxima iteration 16485 found worse value: 363.4178922. iteration 16486 found worse value: 363.4178922. iteration 16487 found worse value: 363.4178922. iteration 16488 found worse value: 363.4178922. iteration 16489 found worse value: 363.4178922. iteration 16490 found worse value: 363.4178922. iteration 16491 found worse value: 363.4178922. iteration 16492 found worse value: 363.4178922. iteration16492, perturbing to get out of local maxima iteration 16493 found worse value: 363.4178922. iteration 16494 found worse value: 363.4178922. iteration 16495 found worse value: 363.4178922. iteration 16496 found worse value: 363.4178922. iteration 16497 found worse value: 363.4178922. iteration 16498 found worse value: 363.4178922. iteration 16499 found worse value: 363.4178922. iteration 16500 found worse value: 363.4178922. iteration 16501 found worse value: 363.4178922. iteration 16502 found worse value: 363.4178922. iteration 16503 found worse value: 363.4178922. iteration 16504 found worse value: 363.4178922. iteration 16505 found worse value: 363.4178922. iteration 16506 found worse value: 363.4178922. iteration 16507 found worse value: 363.4178922. iteration 16508 found worse value: 363.4178922. iteration 16509 found worse value: 363.4178922. iteration 16510 found worse value: 363.4178922. iteration 16511 found worse value: 363.4178922. iteration 16512 found worse value: 363.4178922. iteration 16513 found worse value: 363.4178922. iteration 16514 found worse value: 363.4178922. iteration 16515 found worse value: 363.4178922. iteration 16516 found worse value: 363.4178922. iteration 16517 found worse value: 363.4178922. iteration 16518 found worse value: 363.4178922. iteration 16519 found worse value: 363.4178922. iteration 16520 found worse value: 363.4178922. iteration 16521 found worse value: 363.4178922. iteration 16522 found worse value: 363.4178922. iteration 16523 found worse value: 363.4178922. iteration 16524 found worse value: 363.4178922. iteration 16525 found worse value: 363.4178922. iteration 16526 found worse value: 363.4178922. iteration 16527 found worse value: 363.4178922. iteration 16528 found worse value: 363.4178922. iteration 16529 found worse value: 363.4178922. iteration 16530 found worse value: 363.4178922. iteration 16531 found worse value: 363.4178922. iteration 16532 found worse value: 363.4178922. iteration 16533 found worse value: 363.4178922. iteration 16534 found worse value: 363.4178922. iteration 16535 found worse value: 363.4178922. iteration 16536 found worse value: 363.4178922. iteration 16537 found worse value: 363.4178922. iteration16537, perturbing to get out of local maxima iteration 16538 found worse value: 363.4178922. iteration 16539 found worse value: 363.4178922. iteration 16540 found worse value: 363.4178922. iteration 16541 found worse value: 363.4178922. iteration 16542 found worse value: 363.4178922. iteration 16543 found worse value: 363.4178922. iteration 16544 found worse value: 363.4178922. iteration 16545 found worse value: 363.4178922. iteration 16546 found worse value: 363.4178922. iteration 16547 found worse value: 363.4178922. iteration 16548 found worse value: 363.4178922. iteration 16549 found worse value: 363.4178922. iteration 16550 found worse value: 363.4178922. iteration 16551 found worse value: 363.4178922. iteration 16552 found worse value: 363.4178922. iteration 16553 found worse value: 363.4178922. iteration 16554 found worse value: 363.4178922. iteration 16555 found worse value: 363.4178922. iteration 16556 found worse value: 363.4178922. iteration 16557 found worse value: 363.4178922. iteration 16558 found worse value: 363.4178922. iteration 16559 found worse value: 363.4178922. iteration 16560 found worse value: 363.4178922. iteration 16561 found worse value: 363.4178922. iteration 16562 found worse value: 363.4178922. iteration 16563 found worse value: 363.4178922. iteration 16564 found worse value: 363.4178922. iteration 16565 found worse value: 363.4178922. iteration 16566 found worse value: 363.4178922. iteration 16567 found worse value: 363.4178922. iteration 16568 found worse value: 363.4178922. iteration 16569 found worse value: 363.4178922. iteration 16570 found worse value: 363.4178922. iteration 16571 found worse value: 363.4178922. iteration 16572 found worse value: 363.4178922. iteration 16573 found worse value: 363.4178922. iteration 16574 found worse value: 363.4178922. iteration 16575 found worse value: 363.4178922. iteration 16576 found worse value: 363.4178922. iteration 16577 found worse value: 363.4178922. iteration 16578 found worse value: 363.4178922. iteration 16579 found worse value: 363.4178922. iteration 16580 found worse value: 363.4178922. iteration 16581 found worse value: 363.4178922. iteration 16582 found worse value: 363.4178922. iteration 16583 found worse value: 363.4178922. iteration 16584 found worse value: 363.4178922. iteration 16585 found worse value: 363.4178922. iteration 16586 found worse value: 363.4178922. iteration 16587 found worse value: 363.4178922. iteration 16588 found worse value: 363.4178922. iteration 16589 found worse value: 363.4178922. iteration 16590 found worse value: 363.4178922. iteration 16591 found worse value: 363.4178922. iteration 16592 found worse value: 363.4178922. iteration 16593 found worse value: 363.4178922. iteration 16594 found worse value: 363.4178922. iteration 16595 found worse value: 363.4178922. iteration 16596 found worse value: 363.4178922. iteration 16597 found worse value: 363.4178922. iteration 16598 found worse value: 363.4178922. iteration 16599 found worse value: 363.4178922. iteration 16600 found worse value: 363.4178922. iteration 16601 found worse value: 363.4178922. iteration 16602 found worse value: 363.4178922. iteration 16603 found worse value: 363.4178922. iteration 16604 found worse value: 363.4178922. iteration 16605 found worse value: 363.4178922. iteration 16606 found worse value: 363.4178922. iteration 16607 found worse value: 363.4178922. iteration 16608 found worse value: 363.4178922. iteration16608, perturbing to get out of local maxima iteration 16609 found worse value: 363.4178922. iteration 16610 found worse value: 363.4178922. iteration 16611 found worse value: 363.4178922. iteration 16612 found better value: 363.418068686 iteration 16613 found worse value: 363.418068686. iteration 16614 found worse value: 363.418068686. iteration 16615 found worse value: 363.418068686. iteration 16616 found worse value: 363.418068686. iteration 16617 found worse value: 363.418068686. iteration 16618 found worse value: 363.418068686. iteration 16619 found worse value: 363.418068686. iteration 16620 found worse value: 363.418068686. iteration 16621 found worse value: 363.418068686. iteration16621, perturbing to get out of local maxima iteration 16622 found worse value: 363.418068686. iteration 16623 found worse value: 363.418068686. iteration 16624 found worse value: 363.418068686. iteration 16625 found worse value: 363.418068686. iteration 16626 found worse value: 363.418068686. iteration 16627 found worse value: 363.418068686. iteration 16628 found worse value: 363.418068686. iteration 16629 found worse value: 363.418068686. iteration 16630 found worse value: 363.418068686. iteration 16631 found worse value: 363.418068686. iteration 16632 found worse value: 363.418068686. iteration 16633 found worse value: 363.418068686. iteration 16634 found worse value: 363.418068686. iteration 16635 found worse value: 363.418068686. iteration 16636 found worse value: 363.418068686. iteration 16637 found worse value: 363.418068686. iteration16637, perturbing to get out of local maxima iteration 16638 found worse value: 363.418068686. iteration 16639 found worse value: 363.418068686. iteration 16640 found worse value: 363.418068686. iteration 16641 found worse value: 363.418068686. iteration 16642 found worse value: 363.418068686. iteration 16643 found worse value: 363.418068686. iteration 16644 found worse value: 363.418068686. iteration 16645 found worse value: 363.418068686. iteration 16646 found worse value: 363.418068686. iteration 16647 found worse value: 363.418068686. iteration 16648 found worse value: 363.418068686. iteration 16649 found worse value: 363.418068686. iteration 16650 found worse value: 363.418068686. iteration 16651 found worse value: 363.418068686. iteration 16652 found worse value: 363.418068686. iteration 16653 found worse value: 363.418068686. iteration 16654 found worse value: 363.418068686. iteration 16655 found worse value: 363.418068686. iteration 16656 found worse value: 363.418068686. iteration 16657 found worse value: 363.418068686. iteration 16658 found worse value: 363.418068686. iteration 16659 found worse value: 363.418068686. iteration 16660 found worse value: 363.418068686. iteration 16661 found worse value: 363.418068686. iteration 16662 found worse value: 363.418068686. iteration 16663 found worse value: 363.418068686. iteration 16664 found worse value: 363.418068686. iteration 16665 found worse value: 363.418068686. iteration 16666 found worse value: 363.418068686. iteration 16667 found worse value: 363.418068686. iteration 16668 found worse value: 363.418068686. iteration 16669 found worse value: 363.418068686. iteration 16670 found worse value: 363.418068686. iteration 16671 found worse value: 363.418068686. iteration 16672 found worse value: 363.418068686. iteration 16673 found worse value: 363.418068686. iteration 16674 found worse value: 363.418068686. iteration 16675 found worse value: 363.418068686. iteration 16676 found worse value: 363.418068686. iteration 16677 found worse value: 363.418068686. iteration 16678 found worse value: 363.418068686. iteration 16679 found better value: 363.418853136 iteration 16680 found worse value: 363.418853136. iteration 16681 found worse value: 363.418853136. iteration 16682 found worse value: 363.418853136. iteration 16683 found worse value: 363.418853136. iteration 16684 found worse value: 363.418853136. iteration 16685 found worse value: 363.418853136. iteration 16686 found worse value: 363.418853136. iteration 16687 found worse value: 363.418853136. iteration 16688 found worse value: 363.418853136. iteration 16689 found better value: 363.41888203799994 iteration 16690 found worse value: 363.41888203799994. iteration 16691 found worse value: 363.41888203799994. iteration 16692 found worse value: 363.41888203799994. iteration 16693 found worse value: 363.41888203799994. iteration 16694 found worse value: 363.41888203799994. iteration 16695 found worse value: 363.41888203799994. iteration 16696 found worse value: 363.41888203799994. iteration 16697 found worse value: 363.41888203799994. iteration 16698 found worse value: 363.41888203799994. iteration 16699 found worse value: 363.41888203799994. iteration 16700 found worse value: 363.41888203799994. iteration 16701 found worse value: 363.41888203799994. iteration 16702 found worse value: 363.41888203799994. iteration 16703 found worse value: 363.41888203799994. iteration 16704 found worse value: 363.41888203799994. iteration 16705 found worse value: 363.41888203799994. iteration 16706 found worse value: 363.41888203799994. iteration 16707 found worse value: 363.41888203799994. iteration 16708 found worse value: 363.41888203799994. iteration 16709 found worse value: 363.41888203799994. iteration 16710 found worse value: 363.41888203799994. iteration 16711 found worse value: 363.41888203799994. iteration 16712 found worse value: 363.41888203799994. iteration 16713 found worse value: 363.41888203799994. iteration 16714 found worse value: 363.41888203799994. iteration 16715 found worse value: 363.41888203799994. iteration 16716 found worse value: 363.41888203799994. iteration 16717 found worse value: 363.41888203799994. iteration 16718 found worse value: 363.41888203799994. iteration 16719 found worse value: 363.41888203799994. iteration 16720 found worse value: 363.41888203799994. iteration 16721 found worse value: 363.41888203799994. iteration 16722 found worse value: 363.41888203799994. iteration 16723 found worse value: 363.41888203799994. iteration 16724 found worse value: 363.41888203799994. iteration 16725 found worse value: 363.41888203799994. iteration 16726 found worse value: 363.41888203799994. iteration 16727 found worse value: 363.41888203799994. iteration 16728 found worse value: 363.41888203799994. iteration 16729 found worse value: 363.41888203799994. iteration 16730 found worse value: 363.41888203799994. iteration 16731 found worse value: 363.41888203799994. iteration 16732 found worse value: 363.41888203799994. iteration 16733 found worse value: 363.41888203799994. iteration 16734 found worse value: 363.41888203799994. iteration 16735 found worse value: 363.41888203799994. iteration16735, perturbing to get out of local maxima iteration 16736 found worse value: 363.41888203799994. iteration 16737 found worse value: 363.41888203799994. iteration 16738 found worse value: 363.41888203799994. iteration 16739 found worse value: 363.41888203799994. iteration 16740 found worse value: 363.41888203799994. iteration 16741 found worse value: 363.41888203799994. iteration 16742 found worse value: 363.41888203799994. iteration 16743 found worse value: 363.41888203799994. iteration 16744 found worse value: 363.41888203799994. iteration 16745 found worse value: 363.41888203799994. iteration 16746 found worse value: 363.41888203799994. iteration 16747 found worse value: 363.41888203799994. iteration 16748 found worse value: 363.41888203799994. iteration 16749 found worse value: 363.41888203799994. iteration 16750 found worse value: 363.41888203799994. iteration 16751 found worse value: 363.41888203799994. iteration 16752 found worse value: 363.41888203799994. iteration 16753 found worse value: 363.41888203799994. iteration 16754 found worse value: 363.41888203799994. iteration 16755 found worse value: 363.41888203799994. iteration 16756 found worse value: 363.41888203799994. iteration 16757 found worse value: 363.41888203799994. iteration 16758 found worse value: 363.41888203799994. iteration 16759 found worse value: 363.41888203799994. iteration 16760 found worse value: 363.41888203799994. iteration 16761 found worse value: 363.41888203799994. iteration 16762 found worse value: 363.41888203799994. iteration 16763 found worse value: 363.41888203799994. iteration 16764 found worse value: 363.41888203799994. iteration 16765 found worse value: 363.41888203799994. iteration 16766 found worse value: 363.41888203799994. iteration 16767 found worse value: 363.41888203799994. iteration 16768 found worse value: 363.41888203799994. iteration 16769 found worse value: 363.41888203799994. iteration 16770 found worse value: 363.41888203799994. iteration16770, perturbing to get out of local maxima iteration 16771 found worse value: 363.41888203799994. iteration 16772 found worse value: 363.41888203799994. iteration 16773 found worse value: 363.41888203799994. iteration 16774 found worse value: 363.41888203799994. iteration 16775 found worse value: 363.41888203799994. iteration 16776 found worse value: 363.41888203799994. iteration 16777 found worse value: 363.41888203799994. iteration 16778 found worse value: 363.41888203799994. iteration 16779 found worse value: 363.41888203799994. iteration 16780 found worse value: 363.41888203799994. iteration 16781 found worse value: 363.41888203799994. iteration 16782 found worse value: 363.41888203799994. iteration 16783 found worse value: 363.41888203799994. iteration 16784 found worse value: 363.41888203799994. iteration 16785 found worse value: 363.41888203799994. iteration 16786 found worse value: 363.41888203799994. iteration 16787 found worse value: 363.41888203799994. iteration 16788 found worse value: 363.41888203799994. iteration 16789 found worse value: 363.41888203799994. iteration 16790 found worse value: 363.41888203799994. iteration 16791 found worse value: 363.41888203799994. iteration 16792 found worse value: 363.41888203799994. iteration 16793 found worse value: 363.41888203799994. iteration 16794 found worse value: 363.41888203799994. iteration 16795 found worse value: 363.41888203799994. iteration 16796 found worse value: 363.41888203799994. iteration 16797 found worse value: 363.41888203799994. iteration 16798 found worse value: 363.41888203799994. iteration 16799 found worse value: 363.41888203799994. iteration 16800 found worse value: 363.41888203799994. iteration 16801 found worse value: 363.41888203799994. iteration 16802 found worse value: 363.41888203799994. iteration16802, perturbing to get out of local maxima iteration 16803 found worse value: 363.41888203799994. iteration 16804 found worse value: 363.41888203799994. iteration 16805 found worse value: 363.41888203799994. iteration 16806 found worse value: 363.41888203799994. iteration 16807 found worse value: 363.41888203799994. iteration 16808 found worse value: 363.41888203799994. iteration 16809 found worse value: 363.41888203799994. iteration 16810 found worse value: 363.41888203799994. iteration 16811 found worse value: 363.41888203799994. iteration 16812 found worse value: 363.41888203799994. iteration 16813 found worse value: 363.41888203799994. iteration 16814 found worse value: 363.41888203799994. iteration 16815 found worse value: 363.41888203799994. iteration 16816 found worse value: 363.41888203799994. iteration16816, perturbing to get out of local maxima iteration 16817 found worse value: 363.41888203799994. iteration 16818 found worse value: 363.41888203799994. iteration 16819 found worse value: 363.41888203799994. iteration 16820 found worse value: 363.41888203799994. iteration 16821 found worse value: 363.41888203799994. iteration 16822 found worse value: 363.41888203799994. iteration 16823 found worse value: 363.41888203799994. iteration 16824 found worse value: 363.41888203799994. iteration 16825 found worse value: 363.41888203799994. iteration 16826 found worse value: 363.41888203799994. iteration 16827 found worse value: 363.41888203799994. iteration 16828 found worse value: 363.41888203799994. iteration 16829 found worse value: 363.41888203799994. iteration 16830 found worse value: 363.41888203799994. iteration 16831 found worse value: 363.41888203799994. iteration 16832 found worse value: 363.41888203799994. iteration 16833 found worse value: 363.41888203799994. iteration 16834 found worse value: 363.41888203799994. iteration 16835 found worse value: 363.41888203799994. iteration 16836 found worse value: 363.41888203799994. iteration 16837 found worse value: 363.41888203799994. iteration 16838 found worse value: 363.41888203799994. iteration 16839 found worse value: 363.41888203799994. iteration 16840 found worse value: 363.41888203799994. iteration 16841 found worse value: 363.41888203799994. iteration 16842 found worse value: 363.41888203799994. iteration 16843 found worse value: 363.41888203799994. iteration 16844 found worse value: 363.41888203799994. iteration 16845 found worse value: 363.41888203799994. iteration 16846 found worse value: 363.41888203799994. iteration 16847 found worse value: 363.41888203799994. iteration 16848 found worse value: 363.41888203799994. iteration 16849 found worse value: 363.41888203799994. iteration 16850 found better value: 363.419211804 iteration 16851 found better value: 363.42001352799997 iteration 16852 found worse value: 363.42001352799997. iteration 16853 found worse value: 363.42001352799997. iteration 16854 found worse value: 363.42001352799997. iteration 16855 found worse value: 363.42001352799997. iteration 16856 found worse value: 363.42001352799997. iteration 16857 found worse value: 363.42001352799997. iteration 16858 found worse value: 363.42001352799997. iteration 16859 found worse value: 363.42001352799997. iteration 16860 found worse value: 363.42001352799997. iteration 16861 found worse value: 363.42001352799997. iteration 16862 found worse value: 363.42001352799997. iteration 16863 found worse value: 363.42001352799997. iteration 16864 found worse value: 363.42001352799997. iteration 16865 found worse value: 363.42001352799997. iteration 16866 found worse value: 363.42001352799997. iteration 16867 found worse value: 363.42001352799997. iteration 16868 found worse value: 363.42001352799997. iteration 16869 found worse value: 363.42001352799997. iteration 16870 found worse value: 363.42001352799997. iteration 16871 found worse value: 363.42001352799997. iteration 16872 found worse value: 363.42001352799997. iteration 16873 found worse value: 363.42001352799997. iteration 16874 found worse value: 363.42001352799997. iteration 16875 found worse value: 363.42001352799997. iteration 16876 found worse value: 363.42001352799997. iteration 16877 found worse value: 363.42001352799997. iteration 16878 found worse value: 363.42001352799997. iteration 16879 found worse value: 363.42001352799997. iteration 16880 found worse value: 363.42001352799997. iteration 16881 found worse value: 363.42001352799997. iteration 16882 found worse value: 363.42001352799997. iteration 16883 found worse value: 363.42001352799997. iteration 16884 found worse value: 363.42001352799997. iteration 16885 found worse value: 363.42001352799997. iteration16885, perturbing to get out of local maxima iteration 16886 found worse value: 363.42001352799997. iteration 16887 found worse value: 363.42001352799997. iteration 16888 found worse value: 363.42001352799997. iteration 16889 found worse value: 363.42001352799997. iteration 16890 found worse value: 363.42001352799997. iteration 16891 found worse value: 363.42001352799997. iteration 16892 found worse value: 363.42001352799997. iteration 16893 found worse value: 363.42001352799997. iteration 16894 found worse value: 363.42001352799997. iteration 16895 found worse value: 363.42001352799997. iteration 16896 found worse value: 363.42001352799997. iteration 16897 found worse value: 363.42001352799997. iteration 16898 found worse value: 363.42001352799997. iteration 16899 found worse value: 363.42001352799997. iteration 16900 found worse value: 363.42001352799997. iteration 16901 found worse value: 363.42001352799997. iteration 16902 found worse value: 363.42001352799997. iteration 16903 found worse value: 363.42001352799997. iteration 16904 found worse value: 363.42001352799997. iteration 16905 found worse value: 363.42001352799997. iteration 16906 found worse value: 363.42001352799997. iteration16906, perturbing to get out of local maxima iteration 16907 found worse value: 363.42001352799997. iteration 16908 found worse value: 363.42001352799997. iteration 16909 found worse value: 363.42001352799997. iteration 16910 found worse value: 363.42001352799997. iteration 16911 found worse value: 363.42001352799997. iteration 16912 found worse value: 363.42001352799997. iteration 16913 found worse value: 363.42001352799997. iteration 16914 found worse value: 363.42001352799997. iteration 16915 found worse value: 363.42001352799997. iteration 16916 found worse value: 363.42001352799997. iteration 16917 found worse value: 363.42001352799997. iteration 16918 found worse value: 363.42001352799997. iteration 16919 found worse value: 363.42001352799997. iteration 16920 found worse value: 363.42001352799997. iteration 16921 found worse value: 363.42001352799997. iteration 16922 found worse value: 363.42001352799997. iteration 16923 found worse value: 363.42001352799997. iteration 16924 found worse value: 363.42001352799997. iteration 16925 found worse value: 363.42001352799997. iteration 16926 found worse value: 363.42001352799997. iteration 16927 found worse value: 363.42001352799997. iteration 16928 found worse value: 363.42001352799997. iteration 16929 found worse value: 363.42001352799997. iteration 16930 found worse value: 363.42001352799997. iteration 16931 found worse value: 363.42001352799997. iteration 16932 found worse value: 363.42001352799997. iteration 16933 found better value: 363.42189109799995 iteration 16934 found worse value: 363.42189109799995. iteration 16935 found worse value: 363.42189109799995. iteration 16936 found better value: 363.422851237 iteration 16937 found worse value: 363.422851237. iteration 16938 found worse value: 363.422851237. iteration16938, perturbing to get out of local maxima iteration 16939 found equal value: 363.422851237. iteration 16940 found worse value: 363.422851237. iteration 16941 found worse value: 363.422851237. iteration 16942 found worse value: 363.422851237. iteration 16943 found worse value: 363.422851237. iteration 16944 found worse value: 363.422851237. iteration 16945 found worse value: 363.422851237. iteration 16946 found worse value: 363.422851237. iteration 16947 found worse value: 363.422851237. iteration 16948 found worse value: 363.422851237. iteration 16949 found worse value: 363.422851237. iteration 16950 found worse value: 363.422851237. iteration 16951 found worse value: 363.422851237. iteration 16952 found worse value: 363.422851237. iteration 16953 found worse value: 363.422851237. iteration 16954 found worse value: 363.422851237. iteration 16955 found worse value: 363.422851237. iteration 16956 found worse value: 363.422851237. iteration 16957 found worse value: 363.422851237. iteration 16958 found worse value: 363.422851237. iteration 16959 found worse value: 363.422851237. iteration 16960 found worse value: 363.422851237. iteration 16961 found worse value: 363.422851237. iteration 16962 found worse value: 363.422851237. iteration 16963 found worse value: 363.422851237. iteration 16964 found worse value: 363.422851237. iteration 16965 found worse value: 363.422851237. iteration 16966 found worse value: 363.422851237. iteration 16967 found worse value: 363.422851237. iteration 16968 found worse value: 363.422851237. iteration 16969 found worse value: 363.422851237. iteration 16970 found worse value: 363.422851237. iteration 16971 found worse value: 363.422851237. iteration 16972 found worse value: 363.422851237. iteration 16973 found worse value: 363.422851237. iteration 16974 found worse value: 363.422851237. iteration 16975 found worse value: 363.422851237. iteration 16976 found worse value: 363.422851237. iteration 16977 found worse value: 363.422851237. iteration 16978 found worse value: 363.422851237. iteration 16979 found worse value: 363.422851237. iteration 16980 found worse value: 363.422851237. iteration 16981 found worse value: 363.422851237. iteration 16982 found worse value: 363.422851237. iteration 16983 found worse value: 363.422851237. iteration 16984 found worse value: 363.422851237. iteration 16985 found worse value: 363.422851237. iteration 16986 found worse value: 363.422851237. iteration 16987 found worse value: 363.422851237. iteration 16988 found worse value: 363.422851237. iteration 16989 found worse value: 363.422851237. iteration 16990 found worse value: 363.422851237. iteration 16991 found worse value: 363.422851237. iteration 16992 found worse value: 363.422851237. iteration 16993 found worse value: 363.422851237. iteration 16994 found worse value: 363.422851237. iteration 16995 found better value: 363.423160241 iteration 16996 found worse value: 363.423160241. iteration 16997 found worse value: 363.423160241. iteration 16998 found worse value: 363.423160241. iteration 16999 found worse value: 363.423160241. iteration 17000 found worse value: 363.423160241. iteration 17001 found worse value: 363.423160241. iteration 17002 found worse value: 363.423160241. iteration 17003 found worse value: 363.423160241. iteration 17004 found worse value: 363.423160241. iteration 17005 found worse value: 363.423160241. iteration 17006 found worse value: 363.423160241. iteration 17007 found worse value: 363.423160241. iteration 17008 found worse value: 363.423160241. iteration 17009 found worse value: 363.423160241. iteration 17010 found worse value: 363.423160241. iteration 17011 found worse value: 363.423160241. iteration 17012 found worse value: 363.423160241. iteration 17013 found worse value: 363.423160241. iteration 17014 found worse value: 363.423160241. iteration 17015 found worse value: 363.423160241. iteration 17016 found worse value: 363.423160241. iteration 17017 found worse value: 363.423160241. iteration 17018 found worse value: 363.423160241. iteration 17019 found worse value: 363.423160241. iteration 17020 found worse value: 363.423160241. iteration 17021 found worse value: 363.423160241. iteration 17022 found worse value: 363.423160241. iteration 17023 found worse value: 363.423160241. iteration 17024 found worse value: 363.423160241. iteration 17025 found worse value: 363.423160241. iteration 17026 found worse value: 363.423160241. iteration 17027 found worse value: 363.423160241. iteration 17028 found worse value: 363.423160241. iteration 17029 found worse value: 363.423160241. iteration 17030 found better value: 363.423284298 iteration 17031 found worse value: 363.423284298. iteration 17032 found worse value: 363.423284298. iteration 17033 found worse value: 363.423284298. iteration 17034 found worse value: 363.423284298. iteration 17035 found worse value: 363.423284298. iteration 17036 found worse value: 363.423284298. iteration 17037 found worse value: 363.423284298. iteration 17038 found worse value: 363.423284298. iteration 17039 found worse value: 363.423284298. iteration 17040 found worse value: 363.423284298. iteration 17041 found worse value: 363.423284298. iteration 17042 found worse value: 363.423284298. iteration 17043 found worse value: 363.423284298. iteration 17044 found worse value: 363.423284298. iteration 17045 found worse value: 363.423284298. iteration 17046 found worse value: 363.423284298. iteration 17047 found worse value: 363.423284298. iteration 17048 found worse value: 363.423284298. iteration 17049 found worse value: 363.423284298. iteration 17050 found worse value: 363.423284298. iteration 17051 found worse value: 363.423284298. iteration 17052 found worse value: 363.423284298. iteration17052, perturbing to get out of local maxima iteration 17053 found worse value: 363.423284298. iteration 17054 found worse value: 363.423284298. iteration17054, perturbing to get out of local maxima iteration 17055 found worse value: 363.423284298. iteration 17056 found worse value: 363.423284298. iteration 17057 found worse value: 363.423284298. iteration 17058 found worse value: 363.423284298. iteration 17059 found worse value: 363.423284298. iteration 17060 found worse value: 363.423284298. iteration 17061 found worse value: 363.423284298. iteration 17062 found worse value: 363.423284298. iteration 17063 found worse value: 363.423284298. iteration 17064 found worse value: 363.423284298. iteration 17065 found worse value: 363.423284298. iteration 17066 found worse value: 363.423284298. iteration 17067 found worse value: 363.423284298. iteration 17068 found worse value: 363.423284298. iteration 17069 found worse value: 363.423284298. iteration 17070 found worse value: 363.423284298. iteration 17071 found better value: 363.42358077599994 iteration 17072 found worse value: 363.42358077599994. iteration 17073 found worse value: 363.42358077599994. iteration 17074 found worse value: 363.42358077599994. iteration 17075 found worse value: 363.42358077599994. iteration 17076 found worse value: 363.42358077599994. iteration 17077 found worse value: 363.42358077599994. iteration 17078 found worse value: 363.42358077599994. iteration 17079 found worse value: 363.42358077599994. iteration 17080 found worse value: 363.42358077599994. iteration 17081 found worse value: 363.42358077599994. iteration 17082 found worse value: 363.42358077599994. iteration 17083 found worse value: 363.42358077599994. iteration 17084 found worse value: 363.42358077599994. iteration 17085 found worse value: 363.42358077599994. iteration 17086 found worse value: 363.42358077599994. iteration 17087 found worse value: 363.42358077599994. iteration 17088 found worse value: 363.42358077599994. iteration 17089 found worse value: 363.42358077599994. iteration 17090 found worse value: 363.42358077599994. iteration 17091 found worse value: 363.42358077599994. iteration17091, perturbing to get out of local maxima iteration 17092 found worse value: 363.42358077599994. iteration 17093 found worse value: 363.42358077599994. iteration 17094 found worse value: 363.42358077599994. iteration 17095 found worse value: 363.42358077599994. iteration 17096 found worse value: 363.42358077599994. iteration17096, perturbing to get out of local maxima iteration 17097 found worse value: 363.42358077599994. iteration 17098 found worse value: 363.42358077599994. iteration 17099 found worse value: 363.42358077599994. iteration 17100 found worse value: 363.42358077599994. iteration 17101 found worse value: 363.42358077599994. iteration 17102 found worse value: 363.42358077599994. iteration 17103 found worse value: 363.42358077599994. iteration 17104 found worse value: 363.42358077599994. iteration 17105 found worse value: 363.42358077599994. iteration 17106 found worse value: 363.42358077599994. iteration 17107 found worse value: 363.42358077599994. iteration 17108 found worse value: 363.42358077599994. iteration 17109 found worse value: 363.42358077599994. iteration17109, perturbing to get out of local maxima iteration 17110 found worse value: 363.42358077599994. iteration 17111 found worse value: 363.42358077599994. iteration 17112 found worse value: 363.42358077599994. iteration 17113 found worse value: 363.42358077599994. iteration 17114 found worse value: 363.42358077599994. iteration 17115 found worse value: 363.42358077599994. iteration 17116 found worse value: 363.42358077599994. iteration 17117 found worse value: 363.42358077599994. iteration 17118 found worse value: 363.42358077599994. iteration 17119 found worse value: 363.42358077599994. iteration 17120 found worse value: 363.42358077599994. iteration 17121 found worse value: 363.42358077599994. iteration 17122 found worse value: 363.42358077599994. iteration 17123 found worse value: 363.42358077599994. iteration 17124 found worse value: 363.42358077599994. iteration 17125 found worse value: 363.42358077599994. iteration 17126 found worse value: 363.42358077599994. iteration 17127 found worse value: 363.42358077599994. iteration 17128 found worse value: 363.42358077599994. iteration 17129 found worse value: 363.42358077599994. iteration 17130 found worse value: 363.42358077599994. iteration 17131 found worse value: 363.42358077599994. iteration 17132 found worse value: 363.42358077599994. iteration 17133 found worse value: 363.42358077599994. iteration 17134 found worse value: 363.42358077599994. iteration 17135 found worse value: 363.42358077599994. iteration 17136 found worse value: 363.42358077599994. iteration 17137 found worse value: 363.42358077599994. iteration 17138 found worse value: 363.42358077599994. iteration 17139 found worse value: 363.42358077599994. iteration 17140 found worse value: 363.42358077599994. iteration 17141 found worse value: 363.42358077599994. iteration 17142 found worse value: 363.42358077599994. iteration 17143 found worse value: 363.42358077599994. iteration 17144 found worse value: 363.42358077599994. iteration 17145 found worse value: 363.42358077599994. iteration 17146 found worse value: 363.42358077599994. iteration 17147 found worse value: 363.42358077599994. iteration 17148 found worse value: 363.42358077599994. iteration 17149 found worse value: 363.42358077599994. iteration 17150 found worse value: 363.42358077599994. iteration 17151 found worse value: 363.42358077599994. iteration 17152 found worse value: 363.42358077599994. iteration 17153 found worse value: 363.42358077599994. iteration 17154 found worse value: 363.42358077599994. iteration 17155 found worse value: 363.42358077599994. iteration 17156 found worse value: 363.42358077599994. iteration 17157 found worse value: 363.42358077599994. iteration 17158 found worse value: 363.42358077599994. iteration 17159 found worse value: 363.42358077599994. iteration 17160 found worse value: 363.42358077599994. iteration 17161 found worse value: 363.42358077599994. iteration 17162 found worse value: 363.42358077599994. iteration17162, perturbing to get out of local maxima iteration 17163 found worse value: 363.42358077599994. iteration 17164 found worse value: 363.42358077599994. iteration 17165 found worse value: 363.42358077599994. iteration 17166 found worse value: 363.42358077599994. iteration 17167 found worse value: 363.42358077599994. iteration 17168 found worse value: 363.42358077599994. iteration 17169 found worse value: 363.42358077599994. iteration 17170 found worse value: 363.42358077599994. iteration 17171 found worse value: 363.42358077599994. iteration 17172 found worse value: 363.42358077599994. iteration 17173 found worse value: 363.42358077599994. iteration 17174 found worse value: 363.42358077599994. iteration 17175 found worse value: 363.42358077599994. iteration 17176 found worse value: 363.42358077599994. iteration 17177 found worse value: 363.42358077599994. iteration 17178 found worse value: 363.42358077599994. iteration17178, perturbing to get out of local maxima iteration 17179 found worse value: 363.42358077599994. iteration 17180 found worse value: 363.42358077599994. iteration 17181 found worse value: 363.42358077599994. iteration 17182 found worse value: 363.42358077599994. iteration 17183 found worse value: 363.42358077599994. iteration 17184 found worse value: 363.42358077599994. iteration 17185 found worse value: 363.42358077599994. iteration 17186 found worse value: 363.42358077599994. iteration 17187 found worse value: 363.42358077599994. iteration 17188 found worse value: 363.42358077599994. iteration 17189 found worse value: 363.42358077599994. iteration 17190 found worse value: 363.42358077599994. iteration 17191 found worse value: 363.42358077599994. iteration 17192 found worse value: 363.42358077599994. iteration 17193 found worse value: 363.42358077599994. iteration 17194 found worse value: 363.42358077599994. iteration 17195 found worse value: 363.42358077599994. iteration 17196 found worse value: 363.42358077599994. iteration 17197 found worse value: 363.42358077599994. iteration 17198 found worse value: 363.42358077599994. iteration 17199 found worse value: 363.42358077599994. iteration 17200 found worse value: 363.42358077599994. iteration 17201 found worse value: 363.42358077599994. iteration 17202 found worse value: 363.42358077599994. iteration 17203 found worse value: 363.42358077599994. iteration 17204 found worse value: 363.42358077599994. iteration 17205 found worse value: 363.42358077599994. iteration 17206 found worse value: 363.42358077599994. iteration 17207 found worse value: 363.42358077599994. iteration 17208 found worse value: 363.42358077599994. iteration 17209 found worse value: 363.42358077599994. iteration 17210 found worse value: 363.42358077599994. iteration 17211 found worse value: 363.42358077599994. iteration 17212 found worse value: 363.42358077599994. iteration 17213 found worse value: 363.42358077599994. iteration 17214 found worse value: 363.42358077599994. iteration 17215 found worse value: 363.42358077599994. iteration 17216 found worse value: 363.42358077599994. iteration 17217 found worse value: 363.42358077599994. iteration 17218 found worse value: 363.42358077599994. iteration17218, perturbing to get out of local maxima iteration 17219 found worse value: 363.42358077599994. iteration 17220 found worse value: 363.42358077599994. iteration17220, perturbing to get out of local maxima iteration 17221 found worse value: 363.42358077599994. iteration 17222 found worse value: 363.42358077599994. iteration 17223 found worse value: 363.42358077599994. iteration 17224 found worse value: 363.42358077599994. iteration17224, perturbing to get out of local maxima iteration 17225 found worse value: 363.42358077599994. iteration 17226 found worse value: 363.42358077599994. iteration 17227 found worse value: 363.42358077599994. iteration 17228 found worse value: 363.42358077599994. iteration 17229 found worse value: 363.42358077599994. iteration 17230 found worse value: 363.42358077599994. iteration 17231 found worse value: 363.42358077599994. iteration 17232 found worse value: 363.42358077599994. iteration 17233 found worse value: 363.42358077599994. iteration 17234 found worse value: 363.42358077599994. iteration 17235 found worse value: 363.42358077599994. iteration 17236 found worse value: 363.42358077599994. iteration 17237 found worse value: 363.42358077599994. iteration 17238 found worse value: 363.42358077599994. iteration 17239 found worse value: 363.42358077599994. iteration 17240 found worse value: 363.42358077599994. iteration 17241 found worse value: 363.42358077599994. iteration 17242 found worse value: 363.42358077599994. iteration 17243 found worse value: 363.42358077599994. iteration 17244 found worse value: 363.42358077599994. iteration 17245 found worse value: 363.42358077599994. iteration 17246 found worse value: 363.42358077599994. iteration 17247 found worse value: 363.42358077599994. iteration 17248 found worse value: 363.42358077599994. iteration 17249 found worse value: 363.42358077599994. iteration 17250 found worse value: 363.42358077599994. iteration 17251 found worse value: 363.42358077599994. iteration 17252 found worse value: 363.42358077599994. iteration 17253 found worse value: 363.42358077599994. iteration 17254 found worse value: 363.42358077599994. iteration 17255 found worse value: 363.42358077599994. iteration 17256 found worse value: 363.42358077599994. iteration 17257 found worse value: 363.42358077599994. iteration 17258 found worse value: 363.42358077599994. iteration 17259 found worse value: 363.42358077599994. iteration 17260 found worse value: 363.42358077599994. iteration 17261 found worse value: 363.42358077599994. iteration 17262 found worse value: 363.42358077599994. iteration 17263 found worse value: 363.42358077599994. iteration 17264 found worse value: 363.42358077599994. iteration 17265 found worse value: 363.42358077599994. iteration 17266 found worse value: 363.42358077599994. iteration 17267 found worse value: 363.42358077599994. iteration 17268 found worse value: 363.42358077599994. iteration 17269 found worse value: 363.42358077599994. iteration 17270 found worse value: 363.42358077599994. iteration 17271 found worse value: 363.42358077599994. iteration 17272 found worse value: 363.42358077599994. iteration 17273 found worse value: 363.42358077599994. iteration 17274 found worse value: 363.42358077599994. iteration 17275 found worse value: 363.42358077599994. iteration 17276 found worse value: 363.42358077599994. iteration 17277 found worse value: 363.42358077599994. iteration 17278 found worse value: 363.42358077599994. iteration 17279 found worse value: 363.42358077599994. iteration 17280 found worse value: 363.42358077599994. iteration 17281 found worse value: 363.42358077599994. iteration 17282 found worse value: 363.42358077599994. iteration 17283 found worse value: 363.42358077599994. iteration 17284 found worse value: 363.42358077599994. iteration 17285 found worse value: 363.42358077599994. iteration 17286 found worse value: 363.42358077599994. iteration 17287 found worse value: 363.42358077599994. iteration 17288 found worse value: 363.42358077599994. iteration 17289 found worse value: 363.42358077599994. iteration 17290 found worse value: 363.42358077599994. iteration 17291 found worse value: 363.42358077599994. iteration 17292 found worse value: 363.42358077599994. iteration 17293 found worse value: 363.42358077599994. iteration 17294 found worse value: 363.42358077599994. iteration 17295 found worse value: 363.42358077599994. iteration 17296 found worse value: 363.42358077599994. iteration 17297 found worse value: 363.42358077599994. iteration 17298 found worse value: 363.42358077599994. iteration 17299 found worse value: 363.42358077599994. iteration 17300 found worse value: 363.42358077599994. iteration 17301 found worse value: 363.42358077599994. iteration 17302 found worse value: 363.42358077599994. iteration 17303 found worse value: 363.42358077599994. iteration 17304 found worse value: 363.42358077599994. iteration 17305 found worse value: 363.42358077599994. iteration 17306 found worse value: 363.42358077599994. iteration 17307 found worse value: 363.42358077599994. iteration 17308 found worse value: 363.42358077599994. iteration 17309 found worse value: 363.42358077599994. iteration 17310 found worse value: 363.42358077599994. iteration 17311 found worse value: 363.42358077599994. iteration17311, perturbing to get out of local maxima iteration 17312 found worse value: 363.42358077599994. iteration 17313 found worse value: 363.42358077599994. iteration 17314 found worse value: 363.42358077599994. iteration 17315 found worse value: 363.42358077599994. iteration 17316 found worse value: 363.42358077599994. iteration 17317 found worse value: 363.42358077599994. iteration 17318 found worse value: 363.42358077599994. iteration 17319 found worse value: 363.42358077599994. iteration 17320 found worse value: 363.42358077599994. iteration 17321 found worse value: 363.42358077599994. iteration 17322 found worse value: 363.42358077599994. iteration 17323 found worse value: 363.42358077599994. iteration 17324 found worse value: 363.42358077599994. iteration 17325 found worse value: 363.42358077599994. iteration 17326 found worse value: 363.42358077599994. iteration 17327 found worse value: 363.42358077599994. iteration 17328 found worse value: 363.42358077599994. iteration 17329 found worse value: 363.42358077599994. iteration 17330 found worse value: 363.42358077599994. iteration 17331 found worse value: 363.42358077599994. iteration 17332 found worse value: 363.42358077599994. iteration 17333 found worse value: 363.42358077599994. iteration 17334 found worse value: 363.42358077599994. iteration 17335 found worse value: 363.42358077599994. iteration 17336 found worse value: 363.42358077599994. iteration17336, perturbing to get out of local maxima iteration 17337 found worse value: 363.42358077599994. iteration 17338 found worse value: 363.42358077599994. iteration 17339 found worse value: 363.42358077599994. iteration 17340 found worse value: 363.42358077599994. iteration 17341 found worse value: 363.42358077599994. iteration 17342 found worse value: 363.42358077599994. iteration 17343 found worse value: 363.42358077599994. iteration 17344 found worse value: 363.42358077599994. iteration 17345 found worse value: 363.42358077599994. iteration 17346 found worse value: 363.42358077599994. iteration 17347 found worse value: 363.42358077599994. iteration 17348 found worse value: 363.42358077599994. iteration 17349 found worse value: 363.42358077599994. iteration 17350 found worse value: 363.42358077599994. iteration 17351 found worse value: 363.42358077599994. iteration 17352 found worse value: 363.42358077599994. iteration 17353 found worse value: 363.42358077599994. iteration 17354 found worse value: 363.42358077599994. iteration 17355 found worse value: 363.42358077599994. iteration 17356 found worse value: 363.42358077599994. iteration 17357 found worse value: 363.42358077599994. iteration 17358 found worse value: 363.42358077599994. iteration 17359 found worse value: 363.42358077599994. iteration 17360 found worse value: 363.42358077599994. iteration 17361 found worse value: 363.42358077599994. iteration 17362 found worse value: 363.42358077599994. iteration 17363 found worse value: 363.42358077599994. iteration 17364 found worse value: 363.42358077599994. iteration 17365 found worse value: 363.42358077599994. iteration 17366 found worse value: 363.42358077599994. iteration 17367 found worse value: 363.42358077599994. iteration 17368 found worse value: 363.42358077599994. iteration 17369 found worse value: 363.42358077599994. iteration 17370 found worse value: 363.42358077599994. iteration 17371 found worse value: 363.42358077599994. iteration 17372 found worse value: 363.42358077599994. iteration 17373 found worse value: 363.42358077599994. iteration 17374 found worse value: 363.42358077599994. iteration 17375 found worse value: 363.42358077599994. iteration 17376 found worse value: 363.42358077599994. iteration 17377 found worse value: 363.42358077599994. iteration 17378 found worse value: 363.42358077599994. iteration 17379 found worse value: 363.42358077599994. iteration 17380 found worse value: 363.42358077599994. iteration 17381 found worse value: 363.42358077599994. iteration 17382 found worse value: 363.42358077599994. iteration 17383 found worse value: 363.42358077599994. iteration 17384 found worse value: 363.42358077599994. iteration 17385 found worse value: 363.42358077599994. iteration 17386 found worse value: 363.42358077599994. iteration 17387 found worse value: 363.42358077599994. iteration 17388 found worse value: 363.42358077599994. iteration 17389 found worse value: 363.42358077599994. iteration 17390 found worse value: 363.42358077599994. iteration 17391 found worse value: 363.42358077599994. iteration 17392 found worse value: 363.42358077599994. iteration 17393 found worse value: 363.42358077599994. iteration 17394 found worse value: 363.42358077599994. iteration 17395 found worse value: 363.42358077599994. iteration 17396 found worse value: 363.42358077599994. iteration 17397 found worse value: 363.42358077599994. iteration 17398 found worse value: 363.42358077599994. iteration 17399 found worse value: 363.42358077599994. iteration 17400 found worse value: 363.42358077599994. iteration 17401 found worse value: 363.42358077599994. iteration 17402 found worse value: 363.42358077599994. iteration 17403 found worse value: 363.42358077599994. iteration 17404 found worse value: 363.42358077599994. iteration 17405 found worse value: 363.42358077599994. iteration 17406 found worse value: 363.42358077599994. iteration 17407 found worse value: 363.42358077599994. iteration 17408 found worse value: 363.42358077599994. iteration 17409 found worse value: 363.42358077599994. iteration 17410 found worse value: 363.42358077599994. iteration 17411 found worse value: 363.42358077599994. iteration 17412 found worse value: 363.42358077599994. iteration 17413 found worse value: 363.42358077599994. iteration 17414 found worse value: 363.42358077599994. iteration 17415 found worse value: 363.42358077599994. iteration 17416 found worse value: 363.42358077599994. iteration 17417 found worse value: 363.42358077599994. iteration 17418 found worse value: 363.42358077599994. iteration 17419 found worse value: 363.42358077599994. iteration 17420 found worse value: 363.42358077599994. iteration 17421 found worse value: 363.42358077599994. iteration 17422 found worse value: 363.42358077599994. iteration 17423 found worse value: 363.42358077599994. iteration 17424 found worse value: 363.42358077599994. iteration 17425 found worse value: 363.42358077599994. iteration 17426 found worse value: 363.42358077599994. iteration 17427 found worse value: 363.42358077599994. iteration 17428 found worse value: 363.42358077599994. iteration 17429 found worse value: 363.42358077599994. iteration 17430 found worse value: 363.42358077599994. iteration 17431 found worse value: 363.42358077599994. iteration 17432 found worse value: 363.42358077599994. iteration 17433 found worse value: 363.42358077599994. iteration 17434 found worse value: 363.42358077599994. iteration 17435 found worse value: 363.42358077599994. iteration 17436 found worse value: 363.42358077599994. iteration 17437 found worse value: 363.42358077599994. iteration 17438 found worse value: 363.42358077599994. iteration 17439 found worse value: 363.42358077599994. iteration 17440 found worse value: 363.42358077599994. iteration 17441 found worse value: 363.42358077599994. iteration 17442 found worse value: 363.42358077599994. iteration 17443 found worse value: 363.42358077599994. iteration 17444 found worse value: 363.42358077599994. iteration 17445 found worse value: 363.42358077599994. iteration 17446 found worse value: 363.42358077599994. iteration 17447 found worse value: 363.42358077599994. iteration 17448 found worse value: 363.42358077599994. iteration 17449 found worse value: 363.42358077599994. iteration 17450 found worse value: 363.42358077599994. iteration 17451 found worse value: 363.42358077599994. iteration 17452 found worse value: 363.42358077599994. iteration 17453 found worse value: 363.42358077599994. iteration 17454 found worse value: 363.42358077599994. iteration 17455 found worse value: 363.42358077599994. iteration 17456 found worse value: 363.42358077599994. iteration 17457 found worse value: 363.42358077599994. iteration 17458 found worse value: 363.42358077599994. iteration 17459 found worse value: 363.42358077599994. iteration 17460 found worse value: 363.42358077599994. iteration 17461 found worse value: 363.42358077599994. iteration 17462 found worse value: 363.42358077599994. iteration 17463 found worse value: 363.42358077599994. iteration 17464 found worse value: 363.42358077599994. iteration 17465 found worse value: 363.42358077599994. iteration 17466 found worse value: 363.42358077599994. iteration 17467 found worse value: 363.42358077599994. iteration 17468 found worse value: 363.42358077599994. iteration 17469 found worse value: 363.42358077599994. iteration 17470 found worse value: 363.42358077599994. iteration 17471 found worse value: 363.42358077599994. iteration 17472 found worse value: 363.42358077599994. iteration 17473 found worse value: 363.42358077599994. iteration 17474 found worse value: 363.42358077599994. iteration 17475 found worse value: 363.42358077599994. iteration 17476 found worse value: 363.42358077599994. iteration 17477 found worse value: 363.42358077599994. iteration 17478 found worse value: 363.42358077599994. iteration 17479 found worse value: 363.42358077599994. iteration 17480 found worse value: 363.42358077599994. iteration 17481 found worse value: 363.42358077599994. iteration 17482 found worse value: 363.42358077599994. iteration 17483 found worse value: 363.42358077599994. iteration 17484 found worse value: 363.42358077599994. iteration 17485 found worse value: 363.42358077599994. iteration 17486 found worse value: 363.42358077599994. iteration 17487 found worse value: 363.42358077599994. iteration 17488 found worse value: 363.42358077599994. iteration 17489 found worse value: 363.42358077599994. iteration 17490 found worse value: 363.42358077599994. iteration17490, perturbing to get out of local maxima iteration 17491 found worse value: 363.42358077599994. iteration 17492 found worse value: 363.42358077599994. iteration 17493 found worse value: 363.42358077599994. iteration 17494 found worse value: 363.42358077599994. iteration 17495 found worse value: 363.42358077599994. iteration 17496 found worse value: 363.42358077599994. iteration 17497 found worse value: 363.42358077599994. iteration 17498 found worse value: 363.42358077599994. iteration 17499 found worse value: 363.42358077599994. iteration 17500 found worse value: 363.42358077599994. iteration 17501 found worse value: 363.42358077599994. iteration 17502 found worse value: 363.42358077599994. iteration 17503 found worse value: 363.42358077599994. iteration 17504 found worse value: 363.42358077599994. iteration 17505 found worse value: 363.42358077599994. iteration 17506 found worse value: 363.42358077599994. iteration17506, perturbing to get out of local maxima iteration 17507 found worse value: 363.42358077599994. iteration 17508 found worse value: 363.42358077599994. iteration 17509 found worse value: 363.42358077599994. iteration 17510 found worse value: 363.42358077599994. iteration 17511 found worse value: 363.42358077599994. iteration 17512 found worse value: 363.42358077599994. iteration 17513 found worse value: 363.42358077599994. iteration 17514 found worse value: 363.42358077599994. iteration 17515 found worse value: 363.42358077599994. iteration 17516 found worse value: 363.42358077599994. iteration17516, perturbing to get out of local maxima iteration 17517 found worse value: 363.42358077599994. iteration 17518 found worse value: 363.42358077599994. iteration 17519 found worse value: 363.42358077599994. iteration 17520 found worse value: 363.42358077599994. iteration 17521 found worse value: 363.42358077599994. iteration 17522 found worse value: 363.42358077599994. iteration 17523 found worse value: 363.42358077599994. iteration 17524 found worse value: 363.42358077599994. iteration 17525 found worse value: 363.42358077599994. iteration17525, perturbing to get out of local maxima iteration 17526 found worse value: 363.42358077599994. iteration 17527 found worse value: 363.42358077599994. iteration 17528 found worse value: 363.42358077599994. iteration 17529 found worse value: 363.42358077599994. iteration 17530 found worse value: 363.42358077599994. iteration 17531 found worse value: 363.42358077599994. iteration 17532 found worse value: 363.42358077599994. iteration 17533 found worse value: 363.42358077599994. iteration 17534 found worse value: 363.42358077599994. iteration 17535 found worse value: 363.42358077599994. iteration17535, perturbing to get out of local maxima iteration 17536 found worse value: 363.42358077599994. iteration 17537 found worse value: 363.42358077599994. iteration 17538 found worse value: 363.42358077599994. iteration 17539 found worse value: 363.42358077599994. iteration 17540 found worse value: 363.42358077599994. iteration 17541 found worse value: 363.42358077599994. iteration 17542 found worse value: 363.42358077599994. iteration 17543 found worse value: 363.42358077599994. iteration 17544 found worse value: 363.42358077599994. iteration 17545 found worse value: 363.42358077599994. iteration 17546 found worse value: 363.42358077599994. iteration 17547 found worse value: 363.42358077599994. iteration 17548 found worse value: 363.42358077599994. iteration 17549 found worse value: 363.42358077599994. iteration 17550 found worse value: 363.42358077599994. iteration 17551 found worse value: 363.42358077599994. iteration 17552 found worse value: 363.42358077599994. iteration 17553 found worse value: 363.42358077599994. iteration 17554 found worse value: 363.42358077599994. iteration 17555 found worse value: 363.42358077599994. iteration 17556 found worse value: 363.42358077599994. iteration 17557 found worse value: 363.42358077599994. iteration 17558 found worse value: 363.42358077599994. iteration 17559 found worse value: 363.42358077599994. iteration 17560 found worse value: 363.42358077599994. iteration 17561 found worse value: 363.42358077599994. iteration 17562 found worse value: 363.42358077599994. iteration 17563 found worse value: 363.42358077599994. iteration 17564 found worse value: 363.42358077599994. iteration 17565 found worse value: 363.42358077599994. iteration 17566 found worse value: 363.42358077599994. iteration 17567 found worse value: 363.42358077599994. iteration17567, perturbing to get out of local maxima iteration 17568 found worse value: 363.42358077599994. iteration 17569 found worse value: 363.42358077599994. iteration 17570 found worse value: 363.42358077599994. iteration 17571 found worse value: 363.42358077599994. iteration17571, perturbing to get out of local maxima iteration 17572 found worse value: 363.42358077599994. iteration 17573 found worse value: 363.42358077599994. iteration 17574 found worse value: 363.42358077599994. iteration 17575 found worse value: 363.42358077599994. iteration 17576 found worse value: 363.42358077599994. iteration 17577 found worse value: 363.42358077599994. iteration 17578 found worse value: 363.42358077599994. iteration 17579 found worse value: 363.42358077599994. iteration 17580 found worse value: 363.42358077599994. iteration17580, perturbing to get out of local maxima iteration 17581 found worse value: 363.42358077599994. iteration 17582 found worse value: 363.42358077599994. iteration 17583 found worse value: 363.42358077599994. iteration 17584 found worse value: 363.42358077599994. iteration 17585 found worse value: 363.42358077599994. iteration 17586 found worse value: 363.42358077599994. iteration 17587 found worse value: 363.42358077599994. iteration 17588 found worse value: 363.42358077599994. iteration 17589 found worse value: 363.42358077599994. iteration 17590 found worse value: 363.42358077599994. iteration 17591 found worse value: 363.42358077599994. iteration 17592 found worse value: 363.42358077599994. iteration 17593 found worse value: 363.42358077599994. iteration 17594 found worse value: 363.42358077599994. iteration 17595 found worse value: 363.42358077599994. iteration 17596 found worse value: 363.42358077599994. iteration 17597 found worse value: 363.42358077599994. iteration 17598 found worse value: 363.42358077599994. iteration 17599 found worse value: 363.42358077599994. iteration 17600 found worse value: 363.42358077599994. iteration 17601 found worse value: 363.42358077599994. iteration 17602 found worse value: 363.42358077599994. iteration 17603 found worse value: 363.42358077599994. iteration 17604 found worse value: 363.42358077599994. iteration 17605 found worse value: 363.42358077599994. iteration 17606 found worse value: 363.42358077599994. iteration 17607 found worse value: 363.42358077599994. iteration 17608 found worse value: 363.42358077599994. iteration 17609 found worse value: 363.42358077599994. iteration 17610 found worse value: 363.42358077599994. iteration 17611 found worse value: 363.42358077599994. iteration 17612 found worse value: 363.42358077599994. iteration 17613 found worse value: 363.42358077599994. iteration 17614 found worse value: 363.42358077599994. iteration 17615 found worse value: 363.42358077599994. iteration 17616 found worse value: 363.42358077599994. iteration 17617 found worse value: 363.42358077599994. iteration17617, perturbing to get out of local maxima iteration 17618 found worse value: 363.42358077599994. iteration 17619 found worse value: 363.42358077599994. iteration 17620 found worse value: 363.42358077599994. iteration 17621 found worse value: 363.42358077599994. iteration 17622 found worse value: 363.42358077599994. iteration 17623 found worse value: 363.42358077599994. iteration 17624 found worse value: 363.42358077599994. iteration 17625 found worse value: 363.42358077599994. iteration 17626 found worse value: 363.42358077599994. iteration 17627 found worse value: 363.42358077599994. iteration 17628 found worse value: 363.42358077599994. iteration 17629 found worse value: 363.42358077599994. iteration 17630 found worse value: 363.42358077599994. iteration 17631 found worse value: 363.42358077599994. iteration 17632 found worse value: 363.42358077599994. iteration 17633 found worse value: 363.42358077599994. iteration 17634 found worse value: 363.42358077599994. iteration 17635 found worse value: 363.42358077599994. iteration 17636 found worse value: 363.42358077599994. iteration 17637 found worse value: 363.42358077599994. iteration 17638 found worse value: 363.42358077599994. iteration 17639 found worse value: 363.42358077599994. iteration 17640 found worse value: 363.42358077599994. iteration 17641 found worse value: 363.42358077599994. iteration 17642 found worse value: 363.42358077599994. iteration 17643 found worse value: 363.42358077599994. iteration 17644 found worse value: 363.42358077599994. iteration 17645 found worse value: 363.42358077599994. iteration 17646 found worse value: 363.42358077599994. iteration 17647 found worse value: 363.42358077599994. iteration 17648 found worse value: 363.42358077599994. iteration 17649 found worse value: 363.42358077599994. iteration 17650 found worse value: 363.42358077599994. iteration 17651 found worse value: 363.42358077599994. iteration 17652 found worse value: 363.42358077599994. iteration 17653 found worse value: 363.42358077599994. iteration 17654 found worse value: 363.42358077599994. iteration 17655 found worse value: 363.42358077599994. iteration 17656 found worse value: 363.42358077599994. iteration 17657 found worse value: 363.42358077599994. iteration 17658 found worse value: 363.42358077599994. iteration 17659 found worse value: 363.42358077599994. iteration 17660 found worse value: 363.42358077599994. iteration 17661 found worse value: 363.42358077599994. iteration 17662 found worse value: 363.42358077599994. iteration 17663 found worse value: 363.42358077599994. iteration 17664 found worse value: 363.42358077599994. iteration 17665 found worse value: 363.42358077599994. iteration 17666 found worse value: 363.42358077599994. iteration 17667 found worse value: 363.42358077599994. iteration 17668 found worse value: 363.42358077599994. iteration 17669 found worse value: 363.42358077599994. iteration 17670 found worse value: 363.42358077599994. iteration 17671 found worse value: 363.42358077599994. iteration 17672 found worse value: 363.42358077599994. iteration 17673 found worse value: 363.42358077599994. iteration 17674 found worse value: 363.42358077599994. iteration 17675 found worse value: 363.42358077599994. iteration 17676 found worse value: 363.42358077599994. iteration 17677 found worse value: 363.42358077599994. iteration 17678 found worse value: 363.42358077599994. iteration 17679 found worse value: 363.42358077599994. iteration 17680 found worse value: 363.42358077599994. iteration 17681 found worse value: 363.42358077599994. iteration 17682 found worse value: 363.42358077599994. iteration 17683 found worse value: 363.42358077599994. iteration 17684 found worse value: 363.42358077599994. iteration 17685 found worse value: 363.42358077599994. iteration 17686 found worse value: 363.42358077599994. iteration 17687 found worse value: 363.42358077599994. iteration 17688 found worse value: 363.42358077599994. iteration 17689 found worse value: 363.42358077599994. iteration 17690 found worse value: 363.42358077599994. iteration 17691 found worse value: 363.42358077599994. iteration 17692 found worse value: 363.42358077599994. iteration 17693 found worse value: 363.42358077599994. iteration 17694 found worse value: 363.42358077599994. iteration 17695 found worse value: 363.42358077599994. iteration 17696 found worse value: 363.42358077599994. iteration 17697 found worse value: 363.42358077599994. iteration 17698 found worse value: 363.42358077599994. iteration 17699 found worse value: 363.42358077599994. iteration 17700 found worse value: 363.42358077599994. iteration 17701 found worse value: 363.42358077599994. iteration 17702 found worse value: 363.42358077599994. iteration17702, perturbing to get out of local maxima iteration 17703 found worse value: 363.42358077599994. iteration 17704 found worse value: 363.42358077599994. iteration 17705 found worse value: 363.42358077599994. iteration 17706 found worse value: 363.42358077599994. iteration 17707 found worse value: 363.42358077599994. iteration 17708 found worse value: 363.42358077599994. iteration 17709 found worse value: 363.42358077599994. iteration 17710 found worse value: 363.42358077599994. iteration 17711 found worse value: 363.42358077599994. iteration 17712 found worse value: 363.42358077599994. iteration 17713 found worse value: 363.42358077599994. iteration 17714 found worse value: 363.42358077599994. iteration 17715 found worse value: 363.42358077599994. iteration 17716 found worse value: 363.42358077599994. iteration 17717 found worse value: 363.42358077599994. iteration 17718 found worse value: 363.42358077599994. iteration 17719 found worse value: 363.42358077599994. iteration 17720 found worse value: 363.42358077599994. iteration 17721 found worse value: 363.42358077599994. iteration 17722 found worse value: 363.42358077599994. iteration 17723 found worse value: 363.42358077599994. iteration 17724 found worse value: 363.42358077599994. iteration 17725 found worse value: 363.42358077599994. iteration 17726 found worse value: 363.42358077599994. iteration 17727 found worse value: 363.42358077599994. iteration 17728 found worse value: 363.42358077599994. iteration 17729 found worse value: 363.42358077599994. iteration 17730 found worse value: 363.42358077599994. iteration 17731 found worse value: 363.42358077599994. iteration 17732 found worse value: 363.42358077599994. iteration 17733 found worse value: 363.42358077599994. iteration 17734 found worse value: 363.42358077599994. iteration 17735 found worse value: 363.42358077599994. iteration 17736 found worse value: 363.42358077599994. iteration 17737 found worse value: 363.42358077599994. iteration 17738 found worse value: 363.42358077599994. iteration 17739 found worse value: 363.42358077599994. iteration 17740 found worse value: 363.42358077599994. iteration 17741 found worse value: 363.42358077599994. iteration 17742 found worse value: 363.42358077599994. iteration 17743 found worse value: 363.42358077599994. iteration 17744 found worse value: 363.42358077599994. iteration 17745 found worse value: 363.42358077599994. iteration 17746 found worse value: 363.42358077599994. iteration 17747 found worse value: 363.42358077599994. iteration 17748 found worse value: 363.42358077599994. iteration 17749 found worse value: 363.42358077599994. iteration 17750 found worse value: 363.42358077599994. iteration 17751 found worse value: 363.42358077599994. iteration 17752 found worse value: 363.42358077599994. iteration 17753 found worse value: 363.42358077599994. iteration 17754 found worse value: 363.42358077599994. iteration 17755 found worse value: 363.42358077599994. iteration 17756 found worse value: 363.42358077599994. iteration 17757 found worse value: 363.42358077599994. iteration 17758 found worse value: 363.42358077599994. iteration 17759 found worse value: 363.42358077599994. iteration 17760 found worse value: 363.42358077599994. iteration 17761 found worse value: 363.42358077599994. iteration 17762 found worse value: 363.42358077599994. iteration 17763 found worse value: 363.42358077599994. iteration 17764 found worse value: 363.42358077599994. iteration 17765 found worse value: 363.42358077599994. iteration 17766 found worse value: 363.42358077599994. iteration 17767 found worse value: 363.42358077599994. iteration 17768 found worse value: 363.42358077599994. iteration 17769 found worse value: 363.42358077599994. iteration 17770 found worse value: 363.42358077599994. iteration 17771 found worse value: 363.42358077599994. iteration 17772 found worse value: 363.42358077599994. iteration 17773 found worse value: 363.42358077599994. iteration 17774 found worse value: 363.42358077599994. iteration 17775 found worse value: 363.42358077599994. iteration 17776 found worse value: 363.42358077599994. iteration 17777 found worse value: 363.42358077599994. iteration 17778 found worse value: 363.42358077599994. iteration 17779 found worse value: 363.42358077599994. iteration 17780 found worse value: 363.42358077599994. iteration 17781 found worse value: 363.42358077599994. iteration 17782 found worse value: 363.42358077599994. iteration 17783 found worse value: 363.42358077599994. iteration 17784 found worse value: 363.42358077599994. iteration 17785 found worse value: 363.42358077599994. iteration 17786 found worse value: 363.42358077599994. iteration 17787 found worse value: 363.42358077599994. iteration 17788 found worse value: 363.42358077599994. iteration 17789 found worse value: 363.42358077599994. iteration 17790 found worse value: 363.42358077599994. iteration 17791 found worse value: 363.42358077599994. iteration 17792 found worse value: 363.42358077599994. iteration 17793 found worse value: 363.42358077599994. iteration 17794 found worse value: 363.42358077599994. iteration 17795 found worse value: 363.42358077599994. iteration 17796 found worse value: 363.42358077599994. iteration 17797 found worse value: 363.42358077599994. iteration 17798 found worse value: 363.42358077599994. iteration 17799 found worse value: 363.42358077599994. iteration 17800 found worse value: 363.42358077599994. iteration 17801 found worse value: 363.42358077599994. iteration 17802 found worse value: 363.42358077599994. iteration 17803 found worse value: 363.42358077599994. iteration 17804 found worse value: 363.42358077599994. iteration 17805 found worse value: 363.42358077599994. iteration 17806 found worse value: 363.42358077599994. iteration 17807 found worse value: 363.42358077599994. iteration 17808 found worse value: 363.42358077599994. iteration 17809 found worse value: 363.42358077599994. iteration 17810 found worse value: 363.42358077599994. iteration 17811 found worse value: 363.42358077599994. iteration 17812 found worse value: 363.42358077599994. iteration 17813 found worse value: 363.42358077599994. iteration 17814 found worse value: 363.42358077599994. iteration 17815 found worse value: 363.42358077599994. iteration 17816 found worse value: 363.42358077599994. iteration 17817 found worse value: 363.42358077599994. iteration 17818 found worse value: 363.42358077599994. iteration 17819 found worse value: 363.42358077599994. iteration 17820 found worse value: 363.42358077599994. iteration 17821 found worse value: 363.42358077599994. iteration 17822 found worse value: 363.42358077599994. iteration 17823 found worse value: 363.42358077599994. iteration 17824 found worse value: 363.42358077599994. iteration 17825 found worse value: 363.42358077599994. iteration 17826 found worse value: 363.42358077599994. iteration 17827 found worse value: 363.42358077599994. iteration 17828 found worse value: 363.42358077599994. iteration 17829 found worse value: 363.42358077599994. iteration 17830 found worse value: 363.42358077599994. iteration 17831 found worse value: 363.42358077599994. iteration 17832 found worse value: 363.42358077599994. iteration 17833 found worse value: 363.42358077599994. iteration 17834 found worse value: 363.42358077599994. iteration 17835 found worse value: 363.42358077599994. iteration 17836 found worse value: 363.42358077599994. iteration 17837 found worse value: 363.42358077599994. iteration 17838 found worse value: 363.42358077599994. iteration 17839 found worse value: 363.42358077599994. iteration 17840 found worse value: 363.42358077599994. iteration 17841 found worse value: 363.42358077599994. iteration 17842 found worse value: 363.42358077599994. iteration 17843 found worse value: 363.42358077599994. iteration 17844 found worse value: 363.42358077599994. iteration 17845 found worse value: 363.42358077599994. iteration 17846 found worse value: 363.42358077599994. iteration 17847 found worse value: 363.42358077599994. iteration17847, perturbing to get out of local maxima iteration 17848 found worse value: 363.42358077599994. iteration 17849 found worse value: 363.42358077599994. iteration 17850 found worse value: 363.42358077599994. iteration 17851 found worse value: 363.42358077599994. iteration17851, perturbing to get out of local maxima iteration 17852 found worse value: 363.42358077599994. iteration 17853 found worse value: 363.42358077599994. iteration 17854 found worse value: 363.42358077599994. iteration 17855 found worse value: 363.42358077599994. iteration 17856 found worse value: 363.42358077599994. iteration 17857 found worse value: 363.42358077599994. iteration 17858 found worse value: 363.42358077599994. iteration 17859 found worse value: 363.42358077599994. iteration 17860 found worse value: 363.42358077599994. iteration 17861 found worse value: 363.42358077599994. iteration 17862 found worse value: 363.42358077599994. iteration 17863 found worse value: 363.42358077599994. iteration 17864 found worse value: 363.42358077599994. iteration 17865 found worse value: 363.42358077599994. iteration 17866 found worse value: 363.42358077599994. iteration 17867 found worse value: 363.42358077599994. iteration 17868 found worse value: 363.42358077599994. iteration 17869 found worse value: 363.42358077599994. iteration 17870 found worse value: 363.42358077599994. iteration 17871 found worse value: 363.42358077599994. iteration 17872 found worse value: 363.42358077599994. iteration17872, perturbing to get out of local maxima iteration 17873 found worse value: 363.42358077599994. iteration 17874 found worse value: 363.42358077599994. iteration 17875 found worse value: 363.42358077599994. iteration 17876 found worse value: 363.42358077599994. iteration 17877 found worse value: 363.42358077599994. iteration 17878 found worse value: 363.42358077599994. iteration 17879 found worse value: 363.42358077599994. iteration 17880 found worse value: 363.42358077599994. iteration 17881 found worse value: 363.42358077599994. iteration 17882 found worse value: 363.42358077599994. iteration 17883 found worse value: 363.42358077599994. iteration 17884 found worse value: 363.42358077599994. iteration 17885 found worse value: 363.42358077599994. iteration 17886 found worse value: 363.42358077599994. iteration17886, perturbing to get out of local maxima iteration 17887 found worse value: 363.42358077599994. iteration 17888 found worse value: 363.42358077599994. iteration 17889 found worse value: 363.42358077599994. iteration 17890 found worse value: 363.42358077599994. iteration 17891 found worse value: 363.42358077599994. iteration 17892 found worse value: 363.42358077599994. iteration 17893 found worse value: 363.42358077599994. iteration 17894 found worse value: 363.42358077599994. iteration 17895 found worse value: 363.42358077599994. iteration 17896 found worse value: 363.42358077599994. iteration 17897 found worse value: 363.42358077599994. iteration 17898 found worse value: 363.42358077599994. iteration 17899 found worse value: 363.42358077599994. iteration 17900 found worse value: 363.42358077599994. iteration 17901 found worse value: 363.42358077599994. iteration 17902 found worse value: 363.42358077599994. iteration 17903 found worse value: 363.42358077599994. iteration 17904 found worse value: 363.42358077599994. iteration 17905 found worse value: 363.42358077599994. iteration 17906 found worse value: 363.42358077599994. iteration 17907 found worse value: 363.42358077599994. iteration 17908 found worse value: 363.42358077599994. iteration 17909 found worse value: 363.42358077599994. iteration 17910 found worse value: 363.42358077599994. iteration 17911 found worse value: 363.42358077599994. iteration 17912 found worse value: 363.42358077599994. iteration 17913 found worse value: 363.42358077599994. iteration 17914 found worse value: 363.42358077599994. iteration 17915 found worse value: 363.42358077599994. iteration 17916 found worse value: 363.42358077599994. iteration 17917 found worse value: 363.42358077599994. iteration17917, perturbing to get out of local maxima iteration 17918 found worse value: 363.42358077599994. iteration 17919 found worse value: 363.42358077599994. iteration 17920 found worse value: 363.42358077599994. iteration 17921 found worse value: 363.42358077599994. iteration 17922 found worse value: 363.42358077599994. iteration 17923 found worse value: 363.42358077599994. iteration 17924 found worse value: 363.42358077599994. iteration 17925 found worse value: 363.42358077599994. iteration 17926 found worse value: 363.42358077599994. iteration 17927 found worse value: 363.42358077599994. iteration 17928 found worse value: 363.42358077599994. iteration 17929 found worse value: 363.42358077599994. iteration 17930 found worse value: 363.42358077599994. iteration 17931 found worse value: 363.42358077599994. iteration 17932 found worse value: 363.42358077599994. iteration 17933 found worse value: 363.42358077599994. iteration 17934 found worse value: 363.42358077599994. iteration 17935 found worse value: 363.42358077599994. iteration 17936 found worse value: 363.42358077599994. iteration 17937 found worse value: 363.42358077599994. iteration 17938 found worse value: 363.42358077599994. iteration17938, perturbing to get out of local maxima iteration 17939 found worse value: 363.42358077599994. iteration 17940 found worse value: 363.42358077599994. iteration17940, perturbing to get out of local maxima iteration 17941 found worse value: 363.42358077599994. iteration 17942 found worse value: 363.42358077599994. iteration 17943 found worse value: 363.42358077599994. iteration 17944 found worse value: 363.42358077599994. iteration 17945 found worse value: 363.42358077599994. iteration 17946 found worse value: 363.42358077599994. iteration 17947 found worse value: 363.42358077599994. iteration 17948 found worse value: 363.42358077599994. iteration 17949 found worse value: 363.42358077599994. iteration 17950 found worse value: 363.42358077599994. iteration 17951 found worse value: 363.42358077599994. iteration 17952 found worse value: 363.42358077599994. iteration 17953 found worse value: 363.42358077599994. iteration 17954 found worse value: 363.42358077599994. iteration 17955 found worse value: 363.42358077599994. iteration 17956 found worse value: 363.42358077599994. iteration 17957 found worse value: 363.42358077599994. iteration 17958 found worse value: 363.42358077599994. iteration 17959 found worse value: 363.42358077599994. iteration 17960 found worse value: 363.42358077599994. iteration 17961 found worse value: 363.42358077599994. iteration 17962 found worse value: 363.42358077599994. iteration 17963 found worse value: 363.42358077599994. iteration 17964 found worse value: 363.42358077599994. iteration 17965 found worse value: 363.42358077599994. iteration 17966 found worse value: 363.42358077599994. iteration 17967 found worse value: 363.42358077599994. iteration 17968 found worse value: 363.42358077599994. iteration 17969 found worse value: 363.42358077599994. iteration 17970 found worse value: 363.42358077599994. iteration 17971 found worse value: 363.42358077599994. iteration 17972 found worse value: 363.42358077599994. iteration 17973 found worse value: 363.42358077599994. iteration 17974 found worse value: 363.42358077599994. iteration 17975 found worse value: 363.42358077599994. iteration 17976 found worse value: 363.42358077599994. iteration 17977 found worse value: 363.42358077599994. iteration 17978 found worse value: 363.42358077599994. iteration 17979 found worse value: 363.42358077599994. iteration 17980 found worse value: 363.42358077599994. iteration 17981 found worse value: 363.42358077599994. iteration 17982 found worse value: 363.42358077599994. iteration 17983 found worse value: 363.42358077599994. iteration 17984 found worse value: 363.42358077599994. iteration 17985 found worse value: 363.42358077599994. iteration 17986 found worse value: 363.42358077599994. iteration 17987 found worse value: 363.42358077599994. iteration 17988 found worse value: 363.42358077599994. iteration 17989 found worse value: 363.42358077599994. iteration 17990 found worse value: 363.42358077599994. iteration 17991 found worse value: 363.42358077599994. iteration 17992 found worse value: 363.42358077599994. iteration 17993 found worse value: 363.42358077599994. iteration 17994 found worse value: 363.42358077599994. iteration 17995 found worse value: 363.42358077599994. iteration 17996 found worse value: 363.42358077599994. iteration 17997 found worse value: 363.42358077599994. iteration 17998 found worse value: 363.42358077599994. iteration 17999 found worse value: 363.42358077599994. iteration 18000 found worse value: 363.42358077599994. iteration 18001 found worse value: 363.42358077599994. iteration 18002 found worse value: 363.42358077599994. iteration 18003 found worse value: 363.42358077599994. iteration 18004 found worse value: 363.42358077599994. iteration 18005 found worse value: 363.42358077599994. iteration 18006 found worse value: 363.42358077599994. iteration 18007 found worse value: 363.42358077599994. iteration 18008 found worse value: 363.42358077599994. iteration 18009 found worse value: 363.42358077599994. iteration 18010 found worse value: 363.42358077599994. iteration 18011 found worse value: 363.42358077599994. iteration 18012 found worse value: 363.42358077599994. iteration 18013 found worse value: 363.42358077599994. iteration 18014 found worse value: 363.42358077599994. iteration 18015 found worse value: 363.42358077599994. iteration 18016 found worse value: 363.42358077599994. iteration 18017 found worse value: 363.42358077599994. iteration 18018 found worse value: 363.42358077599994. iteration 18019 found worse value: 363.42358077599994. iteration 18020 found worse value: 363.42358077599994. iteration 18021 found worse value: 363.42358077599994. iteration 18022 found worse value: 363.42358077599994. iteration 18023 found worse value: 363.42358077599994. iteration 18024 found worse value: 363.42358077599994. iteration 18025 found worse value: 363.42358077599994. iteration 18026 found worse value: 363.42358077599994. iteration 18027 found worse value: 363.42358077599994. iteration 18028 found worse value: 363.42358077599994. iteration 18029 found worse value: 363.42358077599994. iteration 18030 found worse value: 363.42358077599994. iteration 18031 found worse value: 363.42358077599994. iteration 18032 found worse value: 363.42358077599994. iteration 18033 found worse value: 363.42358077599994. iteration 18034 found worse value: 363.42358077599994. iteration 18035 found worse value: 363.42358077599994. iteration 18036 found worse value: 363.42358077599994. iteration 18037 found worse value: 363.42358077599994. iteration 18038 found worse value: 363.42358077599994. iteration 18039 found worse value: 363.42358077599994. iteration 18040 found worse value: 363.42358077599994. iteration 18041 found worse value: 363.42358077599994. iteration 18042 found worse value: 363.42358077599994. iteration 18043 found worse value: 363.42358077599994. iteration 18044 found worse value: 363.42358077599994. iteration 18045 found worse value: 363.42358077599994. iteration 18046 found worse value: 363.42358077599994. iteration 18047 found worse value: 363.42358077599994. iteration 18048 found worse value: 363.42358077599994. iteration 18049 found worse value: 363.42358077599994. iteration 18050 found worse value: 363.42358077599994. iteration 18051 found worse value: 363.42358077599994. iteration 18052 found worse value: 363.42358077599994. iteration 18053 found worse value: 363.42358077599994. iteration 18054 found worse value: 363.42358077599994. iteration 18055 found worse value: 363.42358077599994. iteration 18056 found worse value: 363.42358077599994. iteration 18057 found worse value: 363.42358077599994. iteration 18058 found worse value: 363.42358077599994. iteration 18059 found worse value: 363.42358077599994. iteration 18060 found worse value: 363.42358077599994. iteration 18061 found worse value: 363.42358077599994. iteration 18062 found worse value: 363.42358077599994. iteration 18063 found worse value: 363.42358077599994. iteration 18064 found worse value: 363.42358077599994. iteration 18065 found worse value: 363.42358077599994. iteration 18066 found worse value: 363.42358077599994. iteration 18067 found worse value: 363.42358077599994. iteration 18068 found worse value: 363.42358077599994. iteration 18069 found worse value: 363.42358077599994. iteration 18070 found worse value: 363.42358077599994. iteration 18071 found worse value: 363.42358077599994. iteration 18072 found worse value: 363.42358077599994. iteration18072, perturbing to get out of local maxima iteration 18073 found worse value: 363.42358077599994. iteration 18074 found worse value: 363.42358077599994. iteration 18075 found worse value: 363.42358077599994. iteration 18076 found worse value: 363.42358077599994. iteration 18077 found worse value: 363.42358077599994. iteration 18078 found worse value: 363.42358077599994. iteration 18079 found worse value: 363.42358077599994. iteration 18080 found worse value: 363.42358077599994. iteration 18081 found worse value: 363.42358077599994. iteration 18082 found worse value: 363.42358077599994. iteration 18083 found worse value: 363.42358077599994. iteration 18084 found worse value: 363.42358077599994. iteration 18085 found worse value: 363.42358077599994. iteration 18086 found worse value: 363.42358077599994. iteration 18087 found worse value: 363.42358077599994. iteration 18088 found worse value: 363.42358077599994. iteration 18089 found worse value: 363.42358077599994. iteration 18090 found worse value: 363.42358077599994. iteration 18091 found worse value: 363.42358077599994. iteration 18092 found worse value: 363.42358077599994. iteration 18093 found worse value: 363.42358077599994. iteration 18094 found worse value: 363.42358077599994. iteration 18095 found worse value: 363.42358077599994. iteration 18096 found worse value: 363.42358077599994. iteration18096, perturbing to get out of local maxima iteration 18097 found worse value: 363.42358077599994. iteration 18098 found worse value: 363.42358077599994. iteration 18099 found worse value: 363.42358077599994. iteration 18100 found worse value: 363.42358077599994. iteration 18101 found worse value: 363.42358077599994. iteration 18102 found worse value: 363.42358077599994. iteration 18103 found worse value: 363.42358077599994. iteration 18104 found worse value: 363.42358077599994. iteration 18105 found worse value: 363.42358077599994. iteration 18106 found worse value: 363.42358077599994. iteration 18107 found worse value: 363.42358077599994. iteration 18108 found worse value: 363.42358077599994. iteration 18109 found worse value: 363.42358077599994. iteration 18110 found worse value: 363.42358077599994. iteration 18111 found worse value: 363.42358077599994. iteration 18112 found worse value: 363.42358077599994. iteration 18113 found worse value: 363.42358077599994. iteration 18114 found worse value: 363.42358077599994. iteration 18115 found worse value: 363.42358077599994. iteration 18116 found worse value: 363.42358077599994. iteration 18117 found worse value: 363.42358077599994. iteration 18118 found worse value: 363.42358077599994. iteration 18119 found worse value: 363.42358077599994. iteration 18120 found worse value: 363.42358077599994. iteration 18121 found worse value: 363.42358077599994. iteration 18122 found worse value: 363.42358077599994. iteration 18123 found worse value: 363.42358077599994. iteration 18124 found worse value: 363.42358077599994. iteration 18125 found worse value: 363.42358077599994. iteration 18126 found worse value: 363.42358077599994. iteration 18127 found worse value: 363.42358077599994. iteration 18128 found worse value: 363.42358077599994. iteration 18129 found worse value: 363.42358077599994. iteration 18130 found worse value: 363.42358077599994. iteration 18131 found worse value: 363.42358077599994. iteration 18132 found worse value: 363.42358077599994. iteration 18133 found worse value: 363.42358077599994. iteration 18134 found worse value: 363.42358077599994. iteration 18135 found worse value: 363.42358077599994. iteration 18136 found worse value: 363.42358077599994. iteration 18137 found worse value: 363.42358077599994. iteration 18138 found worse value: 363.42358077599994. iteration 18139 found worse value: 363.42358077599994. iteration 18140 found worse value: 363.42358077599994. iteration 18141 found worse value: 363.42358077599994. iteration 18142 found worse value: 363.42358077599994. iteration 18143 found worse value: 363.42358077599994. iteration 18144 found worse value: 363.42358077599994. iteration 18145 found worse value: 363.42358077599994. iteration 18146 found worse value: 363.42358077599994. iteration 18147 found worse value: 363.42358077599994. iteration 18148 found worse value: 363.42358077599994. iteration 18149 found worse value: 363.42358077599994. iteration 18150 found worse value: 363.42358077599994. iteration 18151 found worse value: 363.42358077599994. iteration 18152 found worse value: 363.42358077599994. iteration 18153 found worse value: 363.42358077599994. iteration 18154 found worse value: 363.42358077599994. iteration 18155 found worse value: 363.42358077599994. iteration 18156 found worse value: 363.42358077599994. iteration 18157 found worse value: 363.42358077599994. iteration 18158 found worse value: 363.42358077599994. iteration 18159 found worse value: 363.42358077599994. iteration 18160 found worse value: 363.42358077599994. iteration 18161 found worse value: 363.42358077599994. iteration 18162 found worse value: 363.42358077599994. iteration 18163 found worse value: 363.42358077599994. iteration 18164 found worse value: 363.42358077599994. iteration 18165 found worse value: 363.42358077599994. iteration 18166 found worse value: 363.42358077599994. iteration 18167 found worse value: 363.42358077599994. iteration 18168 found worse value: 363.42358077599994. iteration18168, perturbing to get out of local maxima iteration 18169 found worse value: 363.42358077599994. iteration 18170 found worse value: 363.42358077599994. iteration 18171 found worse value: 363.42358077599994. iteration 18172 found worse value: 363.42358077599994. iteration 18173 found worse value: 363.42358077599994. iteration 18174 found worse value: 363.42358077599994. iteration 18175 found worse value: 363.42358077599994. iteration 18176 found worse value: 363.42358077599994. iteration 18177 found worse value: 363.42358077599994. iteration 18178 found worse value: 363.42358077599994. iteration 18179 found worse value: 363.42358077599994. iteration 18180 found worse value: 363.42358077599994. iteration 18181 found worse value: 363.42358077599994. iteration 18182 found worse value: 363.42358077599994. iteration 18183 found worse value: 363.42358077599994. iteration 18184 found worse value: 363.42358077599994. iteration 18185 found worse value: 363.42358077599994. iteration 18186 found worse value: 363.42358077599994. iteration18186, perturbing to get out of local maxima iteration 18187 found worse value: 363.42358077599994. iteration 18188 found worse value: 363.42358077599994. iteration 18189 found worse value: 363.42358077599994. iteration 18190 found worse value: 363.42358077599994. iteration 18191 found worse value: 363.42358077599994. iteration 18192 found worse value: 363.42358077599994. iteration 18193 found worse value: 363.42358077599994. iteration 18194 found worse value: 363.42358077599994. iteration 18195 found worse value: 363.42358077599994. iteration 18196 found worse value: 363.42358077599994. iteration 18197 found worse value: 363.42358077599994. iteration 18198 found worse value: 363.42358077599994. iteration 18199 found worse value: 363.42358077599994. iteration 18200 found worse value: 363.42358077599994. iteration 18201 found worse value: 363.42358077599994. iteration 18202 found worse value: 363.42358077599994. iteration 18203 found worse value: 363.42358077599994. iteration 18204 found worse value: 363.42358077599994. iteration 18205 found worse value: 363.42358077599994. iteration 18206 found worse value: 363.42358077599994. iteration 18207 found worse value: 363.42358077599994. iteration 18208 found worse value: 363.42358077599994. iteration 18209 found worse value: 363.42358077599994. iteration 18210 found worse value: 363.42358077599994. iteration 18211 found worse value: 363.42358077599994. iteration 18212 found worse value: 363.42358077599994. iteration 18213 found worse value: 363.42358077599994. iteration 18214 found worse value: 363.42358077599994. iteration 18215 found worse value: 363.42358077599994. iteration 18216 found worse value: 363.42358077599994. iteration 18217 found worse value: 363.42358077599994. iteration 18218 found worse value: 363.42358077599994. iteration 18219 found worse value: 363.42358077599994. iteration 18220 found worse value: 363.42358077599994. iteration 18221 found worse value: 363.42358077599994. iteration 18222 found worse value: 363.42358077599994. iteration 18223 found worse value: 363.42358077599994. iteration 18224 found worse value: 363.42358077599994. iteration 18225 found worse value: 363.42358077599994. iteration 18226 found worse value: 363.42358077599994. iteration 18227 found worse value: 363.42358077599994. iteration 18228 found worse value: 363.42358077599994. iteration 18229 found worse value: 363.42358077599994. iteration 18230 found worse value: 363.42358077599994. iteration 18231 found worse value: 363.42358077599994. iteration 18232 found worse value: 363.42358077599994. iteration 18233 found worse value: 363.42358077599994. iteration 18234 found worse value: 363.42358077599994. iteration 18235 found worse value: 363.42358077599994. iteration 18236 found worse value: 363.42358077599994. iteration 18237 found worse value: 363.42358077599994. iteration 18238 found worse value: 363.42358077599994. iteration 18239 found worse value: 363.42358077599994. iteration 18240 found worse value: 363.42358077599994. iteration 18241 found worse value: 363.42358077599994. iteration 18242 found worse value: 363.42358077599994. iteration 18243 found worse value: 363.42358077599994. iteration 18244 found worse value: 363.42358077599994. iteration 18245 found worse value: 363.42358077599994. iteration 18246 found worse value: 363.42358077599994. iteration 18247 found worse value: 363.42358077599994. iteration 18248 found worse value: 363.42358077599994. iteration 18249 found worse value: 363.42358077599994. iteration 18250 found worse value: 363.42358077599994. iteration 18251 found worse value: 363.42358077599994. iteration 18252 found worse value: 363.42358077599994. iteration 18253 found worse value: 363.42358077599994. iteration 18254 found worse value: 363.42358077599994. iteration 18255 found worse value: 363.42358077599994. iteration 18256 found worse value: 363.42358077599994. iteration 18257 found worse value: 363.42358077599994. iteration 18258 found worse value: 363.42358077599994. iteration 18259 found worse value: 363.42358077599994. iteration 18260 found worse value: 363.42358077599994. iteration 18261 found worse value: 363.42358077599994. iteration 18262 found worse value: 363.42358077599994. iteration 18263 found worse value: 363.42358077599994. iteration 18264 found worse value: 363.42358077599994. iteration 18265 found worse value: 363.42358077599994. iteration 18266 found worse value: 363.42358077599994. iteration 18267 found worse value: 363.42358077599994. iteration 18268 found worse value: 363.42358077599994. iteration 18269 found worse value: 363.42358077599994. iteration 18270 found worse value: 363.42358077599994. iteration 18271 found worse value: 363.42358077599994. iteration 18272 found worse value: 363.42358077599994. iteration 18273 found worse value: 363.42358077599994. iteration 18274 found worse value: 363.42358077599994. iteration 18275 found worse value: 363.42358077599994. iteration 18276 found worse value: 363.42358077599994. iteration 18277 found worse value: 363.42358077599994. iteration 18278 found worse value: 363.42358077599994. iteration 18279 found worse value: 363.42358077599994. iteration 18280 found worse value: 363.42358077599994. iteration 18281 found worse value: 363.42358077599994. iteration 18282 found worse value: 363.42358077599994. iteration 18283 found worse value: 363.42358077599994. iteration 18284 found worse value: 363.42358077599994. iteration 18285 found worse value: 363.42358077599994. iteration 18286 found worse value: 363.42358077599994. iteration 18287 found worse value: 363.42358077599994. iteration 18288 found worse value: 363.42358077599994. iteration 18289 found worse value: 363.42358077599994. iteration 18290 found worse value: 363.42358077599994. iteration 18291 found worse value: 363.42358077599994. iteration 18292 found worse value: 363.42358077599994. iteration 18293 found worse value: 363.42358077599994. iteration 18294 found worse value: 363.42358077599994. iteration 18295 found worse value: 363.42358077599994. iteration 18296 found worse value: 363.42358077599994. iteration 18297 found worse value: 363.42358077599994. iteration 18298 found worse value: 363.42358077599994. iteration 18299 found worse value: 363.42358077599994. iteration 18300 found worse value: 363.42358077599994. iteration 18301 found worse value: 363.42358077599994. iteration 18302 found worse value: 363.42358077599994. iteration 18303 found worse value: 363.42358077599994. iteration 18304 found worse value: 363.42358077599994. iteration 18305 found worse value: 363.42358077599994. iteration 18306 found worse value: 363.42358077599994. iteration 18307 found worse value: 363.42358077599994. iteration 18308 found worse value: 363.42358077599994. iteration 18309 found worse value: 363.42358077599994. iteration 18310 found worse value: 363.42358077599994. iteration 18311 found worse value: 363.42358077599994. iteration 18312 found worse value: 363.42358077599994. iteration 18313 found worse value: 363.42358077599994. iteration 18314 found worse value: 363.42358077599994. iteration 18315 found worse value: 363.42358077599994. iteration 18316 found worse value: 363.42358077599994. iteration 18317 found worse value: 363.42358077599994. iteration 18318 found worse value: 363.42358077599994. iteration 18319 found worse value: 363.42358077599994. iteration 18320 found worse value: 363.42358077599994. iteration 18321 found worse value: 363.42358077599994. iteration 18322 found worse value: 363.42358077599994. iteration 18323 found worse value: 363.42358077599994. iteration 18324 found worse value: 363.42358077599994. iteration 18325 found worse value: 363.42358077599994. iteration18325, perturbing to get out of local maxima iteration 18326 found worse value: 363.42358077599994. iteration 18327 found worse value: 363.42358077599994. iteration 18328 found worse value: 363.42358077599994. iteration 18329 found worse value: 363.42358077599994. iteration 18330 found worse value: 363.42358077599994. iteration 18331 found worse value: 363.42358077599994. iteration 18332 found worse value: 363.42358077599994. iteration 18333 found worse value: 363.42358077599994. iteration 18334 found worse value: 363.42358077599994. iteration 18335 found worse value: 363.42358077599994. iteration 18336 found worse value: 363.42358077599994. iteration 18337 found worse value: 363.42358077599994. iteration 18338 found worse value: 363.42358077599994. iteration 18339 found worse value: 363.42358077599994. iteration 18340 found worse value: 363.42358077599994. iteration 18341 found worse value: 363.42358077599994. iteration 18342 found worse value: 363.42358077599994. iteration 18343 found worse value: 363.42358077599994. iteration 18344 found worse value: 363.42358077599994. iteration 18345 found worse value: 363.42358077599994. iteration 18346 found worse value: 363.42358077599994. iteration 18347 found worse value: 363.42358077599994. iteration 18348 found worse value: 363.42358077599994. iteration 18349 found worse value: 363.42358077599994. iteration 18350 found worse value: 363.42358077599994. iteration 18351 found worse value: 363.42358077599994. iteration 18352 found worse value: 363.42358077599994. iteration 18353 found worse value: 363.42358077599994. iteration 18354 found worse value: 363.42358077599994. iteration 18355 found worse value: 363.42358077599994. iteration 18356 found worse value: 363.42358077599994. iteration 18357 found worse value: 363.42358077599994. iteration 18358 found worse value: 363.42358077599994. iteration 18359 found worse value: 363.42358077599994. iteration 18360 found worse value: 363.42358077599994. iteration 18361 found worse value: 363.42358077599994. iteration 18362 found worse value: 363.42358077599994. iteration 18363 found worse value: 363.42358077599994. iteration 18364 found worse value: 363.42358077599994. iteration 18365 found worse value: 363.42358077599994. iteration 18366 found worse value: 363.42358077599994. iteration 18367 found worse value: 363.42358077599994. iteration 18368 found worse value: 363.42358077599994. iteration 18369 found worse value: 363.42358077599994. iteration 18370 found worse value: 363.42358077599994. iteration 18371 found worse value: 363.42358077599994. iteration 18372 found worse value: 363.42358077599994. iteration 18373 found worse value: 363.42358077599994. iteration 18374 found worse value: 363.42358077599994. iteration18374, perturbing to get out of local maxima iteration 18375 found worse value: 363.42358077599994. iteration 18376 found worse value: 363.42358077599994. iteration 18377 found worse value: 363.42358077599994. iteration 18378 found worse value: 363.42358077599994. iteration 18379 found worse value: 363.42358077599994. iteration 18380 found worse value: 363.42358077599994. iteration 18381 found worse value: 363.42358077599994. iteration 18382 found worse value: 363.42358077599994. iteration 18383 found worse value: 363.42358077599994. iteration 18384 found worse value: 363.42358077599994. iteration 18385 found worse value: 363.42358077599994. iteration 18386 found worse value: 363.42358077599994. iteration 18387 found worse value: 363.42358077599994. iteration 18388 found worse value: 363.42358077599994. iteration 18389 found worse value: 363.42358077599994. iteration 18390 found worse value: 363.42358077599994. iteration 18391 found worse value: 363.42358077599994. iteration 18392 found worse value: 363.42358077599994. iteration 18393 found worse value: 363.42358077599994. iteration 18394 found worse value: 363.42358077599994. iteration 18395 found worse value: 363.42358077599994. iteration 18396 found worse value: 363.42358077599994. iteration 18397 found worse value: 363.42358077599994. iteration 18398 found worse value: 363.42358077599994. iteration 18399 found worse value: 363.42358077599994. iteration 18400 found worse value: 363.42358077599994. iteration 18401 found worse value: 363.42358077599994. iteration 18402 found worse value: 363.42358077599994. iteration 18403 found worse value: 363.42358077599994. iteration 18404 found worse value: 363.42358077599994. iteration 18405 found worse value: 363.42358077599994. iteration 18406 found worse value: 363.42358077599994. iteration 18407 found worse value: 363.42358077599994. iteration 18408 found worse value: 363.42358077599994. iteration 18409 found worse value: 363.42358077599994. iteration 18410 found worse value: 363.42358077599994. iteration 18411 found worse value: 363.42358077599994. iteration 18412 found worse value: 363.42358077599994. iteration 18413 found worse value: 363.42358077599994. iteration 18414 found worse value: 363.42358077599994. iteration 18415 found worse value: 363.42358077599994. iteration 18416 found worse value: 363.42358077599994. iteration 18417 found worse value: 363.42358077599994. iteration 18418 found worse value: 363.42358077599994. iteration 18419 found worse value: 363.42358077599994. iteration 18420 found worse value: 363.42358077599994. iteration 18421 found worse value: 363.42358077599994. iteration 18422 found worse value: 363.42358077599994. iteration 18423 found worse value: 363.42358077599994. iteration 18424 found worse value: 363.42358077599994. iteration 18425 found worse value: 363.42358077599994. iteration 18426 found worse value: 363.42358077599994. iteration 18427 found worse value: 363.42358077599994. iteration 18428 found worse value: 363.42358077599994. iteration 18429 found worse value: 363.42358077599994. iteration 18430 found worse value: 363.42358077599994. iteration 18431 found worse value: 363.42358077599994. iteration 18432 found worse value: 363.42358077599994. iteration 18433 found worse value: 363.42358077599994. iteration 18434 found worse value: 363.42358077599994. iteration 18435 found worse value: 363.42358077599994. iteration 18436 found worse value: 363.42358077599994. iteration 18437 found worse value: 363.42358077599994. iteration 18438 found worse value: 363.42358077599994. iteration 18439 found worse value: 363.42358077599994. iteration 18440 found worse value: 363.42358077599994. iteration 18441 found worse value: 363.42358077599994. iteration 18442 found worse value: 363.42358077599994. iteration 18443 found worse value: 363.42358077599994. iteration 18444 found worse value: 363.42358077599994. iteration 18445 found worse value: 363.42358077599994. iteration18445, perturbing to get out of local maxima iteration 18446 found worse value: 363.42358077599994. iteration 18447 found worse value: 363.42358077599994. iteration 18448 found worse value: 363.42358077599994. iteration 18449 found worse value: 363.42358077599994. iteration 18450 found worse value: 363.42358077599994. iteration 18451 found worse value: 363.42358077599994. iteration 18452 found worse value: 363.42358077599994. iteration 18453 found worse value: 363.42358077599994. iteration 18454 found worse value: 363.42358077599994. iteration 18455 found worse value: 363.42358077599994. iteration 18456 found worse value: 363.42358077599994. iteration 18457 found worse value: 363.42358077599994. iteration 18458 found worse value: 363.42358077599994. iteration 18459 found worse value: 363.42358077599994. iteration 18460 found worse value: 363.42358077599994. iteration 18461 found worse value: 363.42358077599994. iteration 18462 found worse value: 363.42358077599994. iteration 18463 found worse value: 363.42358077599994. iteration 18464 found worse value: 363.42358077599994. iteration 18465 found worse value: 363.42358077599994. iteration 18466 found worse value: 363.42358077599994. iteration 18467 found worse value: 363.42358077599994. iteration 18468 found worse value: 363.42358077599994. iteration18468, perturbing to get out of local maxima iteration 18469 found worse value: 363.42358077599994. iteration 18470 found worse value: 363.42358077599994. iteration 18471 found worse value: 363.42358077599994. iteration 18472 found worse value: 363.42358077599994. iteration 18473 found worse value: 363.42358077599994. iteration 18474 found worse value: 363.42358077599994. iteration 18475 found worse value: 363.42358077599994. iteration 18476 found worse value: 363.42358077599994. iteration 18477 found worse value: 363.42358077599994. iteration 18478 found worse value: 363.42358077599994. iteration 18479 found worse value: 363.42358077599994. iteration 18480 found worse value: 363.42358077599994. iteration 18481 found worse value: 363.42358077599994. iteration 18482 found worse value: 363.42358077599994. iteration 18483 found worse value: 363.42358077599994. iteration 18484 found worse value: 363.42358077599994. iteration 18485 found worse value: 363.42358077599994. iteration 18486 found worse value: 363.42358077599994. iteration 18487 found worse value: 363.42358077599994. iteration 18488 found worse value: 363.42358077599994. iteration 18489 found worse value: 363.42358077599994. iteration 18490 found worse value: 363.42358077599994. iteration 18491 found worse value: 363.42358077599994. iteration 18492 found worse value: 363.42358077599994. iteration 18493 found worse value: 363.42358077599994. iteration 18494 found worse value: 363.42358077599994. iteration 18495 found worse value: 363.42358077599994. iteration 18496 found worse value: 363.42358077599994. iteration 18497 found worse value: 363.42358077599994. iteration 18498 found worse value: 363.42358077599994. iteration 18499 found worse value: 363.42358077599994. iteration 18500 found worse value: 363.42358077599994. iteration 18501 found worse value: 363.42358077599994. iteration 18502 found worse value: 363.42358077599994. iteration 18503 found worse value: 363.42358077599994. iteration 18504 found worse value: 363.42358077599994. iteration 18505 found worse value: 363.42358077599994. iteration 18506 found worse value: 363.42358077599994. iteration 18507 found worse value: 363.42358077599994. iteration 18508 found worse value: 363.42358077599994. iteration 18509 found worse value: 363.42358077599994. iteration 18510 found worse value: 363.42358077599994. iteration 18511 found worse value: 363.42358077599994. iteration 18512 found worse value: 363.42358077599994. iteration 18513 found worse value: 363.42358077599994. iteration 18514 found worse value: 363.42358077599994. iteration 18515 found worse value: 363.42358077599994. iteration 18516 found worse value: 363.42358077599994. iteration 18517 found worse value: 363.42358077599994. iteration 18518 found worse value: 363.42358077599994. iteration 18519 found worse value: 363.42358077599994. iteration 18520 found worse value: 363.42358077599994. iteration 18521 found worse value: 363.42358077599994. iteration 18522 found worse value: 363.42358077599994. iteration 18523 found worse value: 363.42358077599994. iteration 18524 found worse value: 363.42358077599994. iteration 18525 found worse value: 363.42358077599994. iteration 18526 found worse value: 363.42358077599994. iteration 18527 found worse value: 363.42358077599994. iteration 18528 found worse value: 363.42358077599994. iteration 18529 found worse value: 363.42358077599994. iteration 18530 found worse value: 363.42358077599994. iteration 18531 found worse value: 363.42358077599994. iteration 18532 found worse value: 363.42358077599994. iteration 18533 found worse value: 363.42358077599994. iteration 18534 found worse value: 363.42358077599994. iteration 18535 found worse value: 363.42358077599994. iteration 18536 found worse value: 363.42358077599994. iteration 18537 found worse value: 363.42358077599994. iteration 18538 found worse value: 363.42358077599994. iteration 18539 found worse value: 363.42358077599994. iteration 18540 found worse value: 363.42358077599994. iteration 18541 found worse value: 363.42358077599994. iteration 18542 found worse value: 363.42358077599994. iteration 18543 found worse value: 363.42358077599994. iteration 18544 found worse value: 363.42358077599994. iteration 18545 found worse value: 363.42358077599994. iteration 18546 found worse value: 363.42358077599994. iteration 18547 found worse value: 363.42358077599994. iteration 18548 found worse value: 363.42358077599994. iteration 18549 found worse value: 363.42358077599994. iteration 18550 found worse value: 363.42358077599994. iteration 18551 found worse value: 363.42358077599994. iteration 18552 found worse value: 363.42358077599994. iteration 18553 found worse value: 363.42358077599994. iteration 18554 found worse value: 363.42358077599994. iteration 18555 found worse value: 363.42358077599994. iteration 18556 found worse value: 363.42358077599994. iteration 18557 found worse value: 363.42358077599994. iteration 18558 found worse value: 363.42358077599994. iteration 18559 found worse value: 363.42358077599994. iteration 18560 found worse value: 363.42358077599994. iteration 18561 found worse value: 363.42358077599994. iteration 18562 found worse value: 363.42358077599994. iteration 18563 found worse value: 363.42358077599994. iteration 18564 found worse value: 363.42358077599994. iteration 18565 found worse value: 363.42358077599994. iteration 18566 found worse value: 363.42358077599994. iteration 18567 found worse value: 363.42358077599994. iteration 18568 found worse value: 363.42358077599994. iteration 18569 found worse value: 363.42358077599994. iteration 18570 found worse value: 363.42358077599994. iteration 18571 found worse value: 363.42358077599994. iteration 18572 found worse value: 363.42358077599994. iteration 18573 found worse value: 363.42358077599994. iteration 18574 found worse value: 363.42358077599994. iteration 18575 found worse value: 363.42358077599994. iteration 18576 found worse value: 363.42358077599994. iteration18576, perturbing to get out of local maxima iteration 18577 found worse value: 363.42358077599994. iteration 18578 found worse value: 363.42358077599994. iteration 18579 found worse value: 363.42358077599994. iteration 18580 found worse value: 363.42358077599994. iteration 18581 found worse value: 363.42358077599994. iteration 18582 found worse value: 363.42358077599994. iteration 18583 found worse value: 363.42358077599994. iteration 18584 found worse value: 363.42358077599994. iteration 18585 found worse value: 363.42358077599994. iteration 18586 found worse value: 363.42358077599994. iteration 18587 found worse value: 363.42358077599994. iteration 18588 found worse value: 363.42358077599994. iteration 18589 found worse value: 363.42358077599994. iteration 18590 found worse value: 363.42358077599994. iteration 18591 found worse value: 363.42358077599994. iteration 18592 found worse value: 363.42358077599994. iteration 18593 found worse value: 363.42358077599994. iteration 18594 found worse value: 363.42358077599994. iteration 18595 found worse value: 363.42358077599994. iteration 18596 found worse value: 363.42358077599994. iteration 18597 found worse value: 363.42358077599994. iteration 18598 found worse value: 363.42358077599994. iteration 18599 found worse value: 363.42358077599994. iteration 18600 found worse value: 363.42358077599994. iteration 18601 found worse value: 363.42358077599994. iteration 18602 found worse value: 363.42358077599994. iteration 18603 found worse value: 363.42358077599994. iteration 18604 found worse value: 363.42358077599994. iteration 18605 found worse value: 363.42358077599994. iteration 18606 found worse value: 363.42358077599994. iteration 18607 found worse value: 363.42358077599994. iteration 18608 found worse value: 363.42358077599994. iteration 18609 found worse value: 363.42358077599994. iteration 18610 found worse value: 363.42358077599994. iteration 18611 found worse value: 363.42358077599994. iteration 18612 found worse value: 363.42358077599994. iteration 18613 found worse value: 363.42358077599994. iteration18613, perturbing to get out of local maxima iteration 18614 found worse value: 363.42358077599994. iteration 18615 found worse value: 363.42358077599994. iteration 18616 found worse value: 363.42358077599994. iteration 18617 found worse value: 363.42358077599994. iteration 18618 found worse value: 363.42358077599994. iteration 18619 found worse value: 363.42358077599994. iteration 18620 found worse value: 363.42358077599994. iteration 18621 found worse value: 363.42358077599994. iteration 18622 found worse value: 363.42358077599994. iteration 18623 found worse value: 363.42358077599994. iteration 18624 found worse value: 363.42358077599994. iteration 18625 found worse value: 363.42358077599994. iteration 18626 found worse value: 363.42358077599994. iteration 18627 found worse value: 363.42358077599994. iteration 18628 found worse value: 363.42358077599994. iteration 18629 found worse value: 363.42358077599994. iteration 18630 found worse value: 363.42358077599994. iteration 18631 found worse value: 363.42358077599994. iteration 18632 found worse value: 363.42358077599994. iteration 18633 found worse value: 363.42358077599994. iteration 18634 found worse value: 363.42358077599994. iteration 18635 found worse value: 363.42358077599994. iteration 18636 found worse value: 363.42358077599994. iteration 18637 found worse value: 363.42358077599994. iteration 18638 found worse value: 363.42358077599994. iteration 18639 found worse value: 363.42358077599994. iteration 18640 found worse value: 363.42358077599994. iteration 18641 found worse value: 363.42358077599994. iteration 18642 found worse value: 363.42358077599994. iteration 18643 found worse value: 363.42358077599994. iteration 18644 found worse value: 363.42358077599994. iteration 18645 found worse value: 363.42358077599994. iteration 18646 found worse value: 363.42358077599994. iteration 18647 found worse value: 363.42358077599994. iteration 18648 found worse value: 363.42358077599994. iteration 18649 found worse value: 363.42358077599994. iteration 18650 found worse value: 363.42358077599994. iteration 18651 found worse value: 363.42358077599994. iteration 18652 found worse value: 363.42358077599994. iteration 18653 found worse value: 363.42358077599994. iteration 18654 found worse value: 363.42358077599994. iteration 18655 found worse value: 363.42358077599994. iteration 18656 found worse value: 363.42358077599994. iteration 18657 found worse value: 363.42358077599994. iteration 18658 found worse value: 363.42358077599994. iteration 18659 found worse value: 363.42358077599994. iteration 18660 found worse value: 363.42358077599994. iteration 18661 found worse value: 363.42358077599994. iteration 18662 found worse value: 363.42358077599994. iteration 18663 found worse value: 363.42358077599994. iteration 18664 found worse value: 363.42358077599994. iteration 18665 found worse value: 363.42358077599994. iteration 18666 found worse value: 363.42358077599994. iteration 18667 found worse value: 363.42358077599994. iteration 18668 found worse value: 363.42358077599994. iteration 18669 found worse value: 363.42358077599994. iteration 18670 found worse value: 363.42358077599994. iteration 18671 found worse value: 363.42358077599994. iteration 18672 found worse value: 363.42358077599994. iteration 18673 found worse value: 363.42358077599994. iteration 18674 found worse value: 363.42358077599994. iteration 18675 found worse value: 363.42358077599994. iteration 18676 found worse value: 363.42358077599994. iteration 18677 found worse value: 363.42358077599994. iteration 18678 found worse value: 363.42358077599994. iteration 18679 found worse value: 363.42358077599994. iteration 18680 found worse value: 363.42358077599994. iteration 18681 found worse value: 363.42358077599994. iteration18681, perturbing to get out of local maxima iteration 18682 found worse value: 363.42358077599994. iteration 18683 found worse value: 363.42358077599994. iteration 18684 found worse value: 363.42358077599994. iteration 18685 found worse value: 363.42358077599994. iteration 18686 found worse value: 363.42358077599994. iteration 18687 found worse value: 363.42358077599994. iteration 18688 found worse value: 363.42358077599994. iteration 18689 found worse value: 363.42358077599994. iteration 18690 found worse value: 363.42358077599994. iteration 18691 found worse value: 363.42358077599994. iteration 18692 found worse value: 363.42358077599994. iteration 18693 found worse value: 363.42358077599994. iteration 18694 found worse value: 363.42358077599994. iteration 18695 found worse value: 363.42358077599994. iteration 18696 found worse value: 363.42358077599994. iteration 18697 found worse value: 363.42358077599994. iteration 18698 found worse value: 363.42358077599994. iteration 18699 found worse value: 363.42358077599994. iteration 18700 found worse value: 363.42358077599994. iteration 18701 found worse value: 363.42358077599994. iteration 18702 found worse value: 363.42358077599994. iteration 18703 found worse value: 363.42358077599994. iteration 18704 found worse value: 363.42358077599994. iteration 18705 found worse value: 363.42358077599994. iteration 18706 found worse value: 363.42358077599994. iteration 18707 found worse value: 363.42358077599994. iteration 18708 found worse value: 363.42358077599994. iteration 18709 found worse value: 363.42358077599994. iteration 18710 found worse value: 363.42358077599994. iteration 18711 found worse value: 363.42358077599994. iteration 18712 found worse value: 363.42358077599994. iteration 18713 found worse value: 363.42358077599994. iteration 18714 found worse value: 363.42358077599994. iteration 18715 found worse value: 363.42358077599994. iteration 18716 found worse value: 363.42358077599994. iteration 18717 found worse value: 363.42358077599994. iteration 18718 found worse value: 363.42358077599994. iteration18718, perturbing to get out of local maxima iteration 18719 found worse value: 363.42358077599994. iteration 18720 found worse value: 363.42358077599994. iteration 18721 found worse value: 363.42358077599994. iteration 18722 found worse value: 363.42358077599994. iteration 18723 found worse value: 363.42358077599994. iteration 18724 found worse value: 363.42358077599994. iteration 18725 found worse value: 363.42358077599994. iteration 18726 found worse value: 363.42358077599994. iteration 18727 found worse value: 363.42358077599994. iteration 18728 found worse value: 363.42358077599994. iteration 18729 found worse value: 363.42358077599994. iteration 18730 found worse value: 363.42358077599994. iteration 18731 found worse value: 363.42358077599994. iteration 18732 found worse value: 363.42358077599994. iteration 18733 found worse value: 363.42358077599994. iteration 18734 found worse value: 363.42358077599994. iteration 18735 found worse value: 363.42358077599994. iteration 18736 found worse value: 363.42358077599994. iteration 18737 found worse value: 363.42358077599994. iteration 18738 found worse value: 363.42358077599994. iteration 18739 found worse value: 363.42358077599994. iteration 18740 found worse value: 363.42358077599994. iteration 18741 found worse value: 363.42358077599994. iteration 18742 found worse value: 363.42358077599994. iteration 18743 found worse value: 363.42358077599994. iteration 18744 found worse value: 363.42358077599994. iteration 18745 found worse value: 363.42358077599994. iteration 18746 found worse value: 363.42358077599994. iteration 18747 found worse value: 363.42358077599994. iteration 18748 found worse value: 363.42358077599994. iteration18748, perturbing to get out of local maxima iteration 18749 found worse value: 363.42358077599994. iteration 18750 found worse value: 363.42358077599994. iteration 18751 found worse value: 363.42358077599994. iteration 18752 found worse value: 363.42358077599994. iteration 18753 found worse value: 363.42358077599994. iteration 18754 found worse value: 363.42358077599994. iteration 18755 found worse value: 363.42358077599994. iteration 18756 found worse value: 363.42358077599994. iteration 18757 found worse value: 363.42358077599994. iteration 18758 found worse value: 363.42358077599994. iteration 18759 found worse value: 363.42358077599994. iteration 18760 found worse value: 363.42358077599994. iteration 18761 found worse value: 363.42358077599994. iteration 18762 found worse value: 363.42358077599994. iteration 18763 found worse value: 363.42358077599994. iteration 18764 found worse value: 363.42358077599994. iteration 18765 found worse value: 363.42358077599994. iteration 18766 found worse value: 363.42358077599994. iteration 18767 found worse value: 363.42358077599994. iteration 18768 found worse value: 363.42358077599994. iteration 18769 found worse value: 363.42358077599994. iteration 18770 found worse value: 363.42358077599994. iteration 18771 found worse value: 363.42358077599994. iteration 18772 found worse value: 363.42358077599994. iteration 18773 found worse value: 363.42358077599994. iteration 18774 found worse value: 363.42358077599994. iteration 18775 found worse value: 363.42358077599994. iteration 18776 found worse value: 363.42358077599994. iteration18776, perturbing to get out of local maxima iteration 18777 found worse value: 363.42358077599994. iteration 18778 found worse value: 363.42358077599994. iteration 18779 found worse value: 363.42358077599994. iteration 18780 found worse value: 363.42358077599994. iteration 18781 found worse value: 363.42358077599994. iteration 18782 found worse value: 363.42358077599994. iteration 18783 found worse value: 363.42358077599994. iteration 18784 found worse value: 363.42358077599994. iteration 18785 found worse value: 363.42358077599994. iteration 18786 found worse value: 363.42358077599994. iteration 18787 found worse value: 363.42358077599994. iteration 18788 found worse value: 363.42358077599994. iteration 18789 found worse value: 363.42358077599994. iteration 18790 found worse value: 363.42358077599994. iteration 18791 found worse value: 363.42358077599994. iteration 18792 found worse value: 363.42358077599994. iteration 18793 found worse value: 363.42358077599994. iteration 18794 found worse value: 363.42358077599994. iteration 18795 found worse value: 363.42358077599994. iteration 18796 found worse value: 363.42358077599994. iteration 18797 found worse value: 363.42358077599994. iteration 18798 found worse value: 363.42358077599994. iteration 18799 found worse value: 363.42358077599994. iteration 18800 found worse value: 363.42358077599994. iteration 18801 found worse value: 363.42358077599994. iteration 18802 found worse value: 363.42358077599994. iteration 18803 found worse value: 363.42358077599994. iteration 18804 found worse value: 363.42358077599994. iteration 18805 found worse value: 363.42358077599994. iteration 18806 found worse value: 363.42358077599994. iteration 18807 found worse value: 363.42358077599994. iteration 18808 found worse value: 363.42358077599994. iteration 18809 found worse value: 363.42358077599994. iteration 18810 found worse value: 363.42358077599994. iteration 18811 found worse value: 363.42358077599994. iteration 18812 found worse value: 363.42358077599994. iteration18812, perturbing to get out of local maxima iteration 18813 found worse value: 363.42358077599994. iteration 18814 found worse value: 363.42358077599994. iteration 18815 found worse value: 363.42358077599994. iteration 18816 found worse value: 363.42358077599994. iteration 18817 found worse value: 363.42358077599994. iteration 18818 found worse value: 363.42358077599994. iteration 18819 found worse value: 363.42358077599994. iteration 18820 found worse value: 363.42358077599994. iteration 18821 found worse value: 363.42358077599994. iteration 18822 found worse value: 363.42358077599994. iteration 18823 found worse value: 363.42358077599994. iteration 18824 found worse value: 363.42358077599994. iteration 18825 found worse value: 363.42358077599994. iteration 18826 found worse value: 363.42358077599994. iteration 18827 found worse value: 363.42358077599994. iteration 18828 found worse value: 363.42358077599994. iteration 18829 found worse value: 363.42358077599994. iteration 18830 found worse value: 363.42358077599994. iteration 18831 found worse value: 363.42358077599994. iteration 18832 found worse value: 363.42358077599994. iteration 18833 found worse value: 363.42358077599994. iteration 18834 found worse value: 363.42358077599994. iteration 18835 found worse value: 363.42358077599994. iteration 18836 found worse value: 363.42358077599994. iteration 18837 found worse value: 363.42358077599994. iteration 18838 found worse value: 363.42358077599994. iteration 18839 found worse value: 363.42358077599994. iteration 18840 found worse value: 363.42358077599994. iteration 18841 found worse value: 363.42358077599994. iteration 18842 found worse value: 363.42358077599994. iteration 18843 found worse value: 363.42358077599994. iteration 18844 found worse value: 363.42358077599994. iteration 18845 found worse value: 363.42358077599994. iteration 18846 found worse value: 363.42358077599994. iteration 18847 found worse value: 363.42358077599994. iteration 18848 found worse value: 363.42358077599994. iteration18848, perturbing to get out of local maxima iteration 18849 found worse value: 363.42358077599994. iteration 18850 found worse value: 363.42358077599994. iteration 18851 found worse value: 363.42358077599994. iteration 18852 found worse value: 363.42358077599994. iteration 18853 found worse value: 363.42358077599994. iteration 18854 found worse value: 363.42358077599994. iteration 18855 found worse value: 363.42358077599994. iteration 18856 found worse value: 363.42358077599994. iteration 18857 found worse value: 363.42358077599994. iteration 18858 found worse value: 363.42358077599994. iteration 18859 found worse value: 363.42358077599994. iteration 18860 found worse value: 363.42358077599994. iteration 18861 found worse value: 363.42358077599994. iteration 18862 found worse value: 363.42358077599994. iteration 18863 found worse value: 363.42358077599994. iteration 18864 found worse value: 363.42358077599994. iteration 18865 found worse value: 363.42358077599994. iteration 18866 found worse value: 363.42358077599994. iteration 18867 found worse value: 363.42358077599994. iteration 18868 found worse value: 363.42358077599994. iteration 18869 found worse value: 363.42358077599994. iteration 18870 found worse value: 363.42358077599994. iteration 18871 found worse value: 363.42358077599994. iteration 18872 found worse value: 363.42358077599994. iteration 18873 found worse value: 363.42358077599994. iteration 18874 found worse value: 363.42358077599994. iteration 18875 found worse value: 363.42358077599994. iteration 18876 found worse value: 363.42358077599994. iteration 18877 found worse value: 363.42358077599994. iteration 18878 found worse value: 363.42358077599994. iteration 18879 found worse value: 363.42358077599994. iteration 18880 found worse value: 363.42358077599994. iteration 18881 found worse value: 363.42358077599994. iteration 18882 found worse value: 363.42358077599994. iteration 18883 found worse value: 363.42358077599994. iteration 18884 found worse value: 363.42358077599994. iteration 18885 found worse value: 363.42358077599994. iteration 18886 found worse value: 363.42358077599994. iteration 18887 found worse value: 363.42358077599994. iteration 18888 found worse value: 363.42358077599994. iteration 18889 found worse value: 363.42358077599994. iteration18889, perturbing to get out of local maxima iteration 18890 found worse value: 363.42358077599994. iteration 18891 found worse value: 363.42358077599994. iteration 18892 found worse value: 363.42358077599994. iteration 18893 found worse value: 363.42358077599994. iteration 18894 found worse value: 363.42358077599994. iteration 18895 found worse value: 363.42358077599994. iteration 18896 found worse value: 363.42358077599994. iteration 18897 found worse value: 363.42358077599994. iteration 18898 found worse value: 363.42358077599994. iteration 18899 found worse value: 363.42358077599994. iteration 18900 found worse value: 363.42358077599994. iteration 18901 found worse value: 363.42358077599994. iteration18901, perturbing to get out of local maxima iteration 18902 found worse value: 363.42358077599994. iteration 18903 found worse value: 363.42358077599994. iteration 18904 found worse value: 363.42358077599994. iteration 18905 found worse value: 363.42358077599994. iteration 18906 found worse value: 363.42358077599994. iteration 18907 found worse value: 363.42358077599994. iteration 18908 found worse value: 363.42358077599994. iteration 18909 found worse value: 363.42358077599994. iteration 18910 found worse value: 363.42358077599994. iteration18910, perturbing to get out of local maxima iteration 18911 found worse value: 363.42358077599994. iteration 18912 found worse value: 363.42358077599994. iteration 18913 found worse value: 363.42358077599994. iteration 18914 found worse value: 363.42358077599994. iteration 18915 found worse value: 363.42358077599994. iteration 18916 found worse value: 363.42358077599994. iteration 18917 found worse value: 363.42358077599994. iteration 18918 found worse value: 363.42358077599994. iteration 18919 found worse value: 363.42358077599994. iteration 18920 found worse value: 363.42358077599994. iteration 18921 found worse value: 363.42358077599994. iteration 18922 found worse value: 363.42358077599994. iteration 18923 found worse value: 363.42358077599994. iteration 18924 found worse value: 363.42358077599994. iteration 18925 found worse value: 363.42358077599994. iteration 18926 found worse value: 363.42358077599994. iteration 18927 found worse value: 363.42358077599994. iteration 18928 found worse value: 363.42358077599994. iteration 18929 found worse value: 363.42358077599994. iteration 18930 found worse value: 363.42358077599994. iteration 18931 found worse value: 363.42358077599994. iteration 18932 found worse value: 363.42358077599994. iteration 18933 found worse value: 363.42358077599994. iteration 18934 found worse value: 363.42358077599994. iteration 18935 found worse value: 363.42358077599994. iteration 18936 found worse value: 363.42358077599994. iteration 18937 found worse value: 363.42358077599994. iteration 18938 found worse value: 363.42358077599994. iteration18938, perturbing to get out of local maxima iteration 18939 found worse value: 363.42358077599994. iteration 18940 found worse value: 363.42358077599994. iteration 18941 found worse value: 363.42358077599994. iteration 18942 found worse value: 363.42358077599994. iteration 18943 found worse value: 363.42358077599994. iteration 18944 found worse value: 363.42358077599994. iteration 18945 found worse value: 363.42358077599994. iteration 18946 found worse value: 363.42358077599994. iteration 18947 found worse value: 363.42358077599994. iteration 18948 found worse value: 363.42358077599994. iteration 18949 found worse value: 363.42358077599994. iteration 18950 found worse value: 363.42358077599994. iteration 18951 found worse value: 363.42358077599994. iteration 18952 found worse value: 363.42358077599994. iteration 18953 found worse value: 363.42358077599994. iteration 18954 found worse value: 363.42358077599994. iteration 18955 found worse value: 363.42358077599994. iteration 18956 found worse value: 363.42358077599994. iteration 18957 found worse value: 363.42358077599994. iteration 18958 found worse value: 363.42358077599994. iteration 18959 found worse value: 363.42358077599994. iteration 18960 found worse value: 363.42358077599994. iteration 18961 found worse value: 363.42358077599994. iteration 18962 found worse value: 363.42358077599994. iteration 18963 found worse value: 363.42358077599994. iteration 18964 found worse value: 363.42358077599994. iteration 18965 found worse value: 363.42358077599994. iteration 18966 found worse value: 363.42358077599994. iteration 18967 found worse value: 363.42358077599994. iteration 18968 found worse value: 363.42358077599994. iteration 18969 found worse value: 363.42358077599994. iteration 18970 found worse value: 363.42358077599994. iteration 18971 found worse value: 363.42358077599994. iteration 18972 found worse value: 363.42358077599994. iteration 18973 found worse value: 363.42358077599994. iteration 18974 found worse value: 363.42358077599994. iteration 18975 found worse value: 363.42358077599994. iteration 18976 found worse value: 363.42358077599994. iteration 18977 found worse value: 363.42358077599994. iteration 18978 found worse value: 363.42358077599994. iteration 18979 found worse value: 363.42358077599994. iteration 18980 found worse value: 363.42358077599994. iteration 18981 found worse value: 363.42358077599994. iteration 18982 found worse value: 363.42358077599994. iteration 18983 found worse value: 363.42358077599994. iteration 18984 found worse value: 363.42358077599994. iteration 18985 found worse value: 363.42358077599994. iteration 18986 found worse value: 363.42358077599994. iteration 18987 found worse value: 363.42358077599994. iteration 18988 found worse value: 363.42358077599994. iteration18988, perturbing to get out of local maxima iteration 18989 found worse value: 363.42358077599994. iteration 18990 found worse value: 363.42358077599994. iteration 18991 found worse value: 363.42358077599994. iteration 18992 found worse value: 363.42358077599994. iteration 18993 found worse value: 363.42358077599994. iteration 18994 found worse value: 363.42358077599994. iteration 18995 found worse value: 363.42358077599994. iteration 18996 found worse value: 363.42358077599994. iteration 18997 found worse value: 363.42358077599994. iteration 18998 found worse value: 363.42358077599994. iteration 18999 found worse value: 363.42358077599994. iteration 19000 found worse value: 363.42358077599994. iteration 19001 found worse value: 363.42358077599994. iteration 19002 found worse value: 363.42358077599994. iteration 19003 found worse value: 363.42358077599994. iteration 19004 found worse value: 363.42358077599994. iteration 19005 found worse value: 363.42358077599994. iteration 19006 found worse value: 363.42358077599994. iteration 19007 found worse value: 363.42358077599994. iteration 19008 found worse value: 363.42358077599994. iteration 19009 found worse value: 363.42358077599994. iteration 19010 found worse value: 363.42358077599994. iteration19010, perturbing to get out of local maxima iteration 19011 found worse value: 363.42358077599994. iteration 19012 found worse value: 363.42358077599994. iteration 19013 found worse value: 363.42358077599994. iteration 19014 found worse value: 363.42358077599994. iteration 19015 found worse value: 363.42358077599994. iteration 19016 found worse value: 363.42358077599994. iteration 19017 found worse value: 363.42358077599994. iteration 19018 found worse value: 363.42358077599994. iteration 19019 found worse value: 363.42358077599994. iteration 19020 found worse value: 363.42358077599994. iteration 19021 found worse value: 363.42358077599994. iteration 19022 found worse value: 363.42358077599994. iteration 19023 found worse value: 363.42358077599994. iteration 19024 found worse value: 363.42358077599994. iteration 19025 found worse value: 363.42358077599994. iteration 19026 found worse value: 363.42358077599994. iteration 19027 found worse value: 363.42358077599994. iteration 19028 found worse value: 363.42358077599994. iteration 19029 found worse value: 363.42358077599994. iteration 19030 found worse value: 363.42358077599994. iteration 19031 found worse value: 363.42358077599994. iteration 19032 found worse value: 363.42358077599994. iteration 19033 found worse value: 363.42358077599994. iteration 19034 found worse value: 363.42358077599994. iteration 19035 found worse value: 363.42358077599994. iteration 19036 found worse value: 363.42358077599994. iteration 19037 found worse value: 363.42358077599994. iteration 19038 found worse value: 363.42358077599994. iteration 19039 found worse value: 363.42358077599994. iteration 19040 found worse value: 363.42358077599994. iteration 19041 found worse value: 363.42358077599994. iteration 19042 found worse value: 363.42358077599994. iteration 19043 found worse value: 363.42358077599994. iteration 19044 found worse value: 363.42358077599994. iteration 19045 found worse value: 363.42358077599994. iteration 19046 found worse value: 363.42358077599994. iteration 19047 found worse value: 363.42358077599994. iteration 19048 found worse value: 363.42358077599994. iteration 19049 found worse value: 363.42358077599994. iteration 19050 found worse value: 363.42358077599994. iteration 19051 found worse value: 363.42358077599994. iteration 19052 found worse value: 363.42358077599994. iteration 19053 found worse value: 363.42358077599994. iteration 19054 found worse value: 363.42358077599994. iteration 19055 found worse value: 363.42358077599994. iteration 19056 found worse value: 363.42358077599994. iteration 19057 found worse value: 363.42358077599994. iteration 19058 found worse value: 363.42358077599994. iteration 19059 found worse value: 363.42358077599994. iteration 19060 found worse value: 363.42358077599994. iteration 19061 found worse value: 363.42358077599994. iteration 19062 found worse value: 363.42358077599994. iteration 19063 found worse value: 363.42358077599994. iteration 19064 found worse value: 363.42358077599994. iteration 19065 found worse value: 363.42358077599994. iteration 19066 found worse value: 363.42358077599994. iteration 19067 found worse value: 363.42358077599994. iteration 19068 found worse value: 363.42358077599994. iteration 19069 found worse value: 363.42358077599994. iteration 19070 found worse value: 363.42358077599994. iteration 19071 found worse value: 363.42358077599994. iteration 19072 found worse value: 363.42358077599994. iteration 19073 found worse value: 363.42358077599994. iteration19073, perturbing to get out of local maxima iteration 19074 found worse value: 363.42358077599994. iteration 19075 found worse value: 363.42358077599994. iteration 19076 found worse value: 363.42358077599994. iteration 19077 found worse value: 363.42358077599994. iteration 19078 found worse value: 363.42358077599994. iteration 19079 found worse value: 363.42358077599994. iteration 19080 found worse value: 363.42358077599994. iteration 19081 found worse value: 363.42358077599994. iteration19081, perturbing to get out of local maxima iteration 19082 found worse value: 363.42358077599994. iteration 19083 found worse value: 363.42358077599994. iteration 19084 found worse value: 363.42358077599994. iteration 19085 found worse value: 363.42358077599994. iteration 19086 found worse value: 363.42358077599994. iteration 19087 found worse value: 363.42358077599994. iteration 19088 found worse value: 363.42358077599994. iteration 19089 found worse value: 363.42358077599994. iteration 19090 found worse value: 363.42358077599994. iteration 19091 found worse value: 363.42358077599994. iteration 19092 found worse value: 363.42358077599994. iteration 19093 found worse value: 363.42358077599994. iteration 19094 found worse value: 363.42358077599994. iteration 19095 found worse value: 363.42358077599994. iteration 19096 found worse value: 363.42358077599994. iteration 19097 found worse value: 363.42358077599994. iteration 19098 found worse value: 363.42358077599994. iteration 19099 found worse value: 363.42358077599994. iteration 19100 found worse value: 363.42358077599994. iteration 19101 found worse value: 363.42358077599994. iteration 19102 found worse value: 363.42358077599994. iteration 19103 found worse value: 363.42358077599994. iteration 19104 found worse value: 363.42358077599994. iteration 19105 found worse value: 363.42358077599994. iteration 19106 found worse value: 363.42358077599994. iteration 19107 found worse value: 363.42358077599994. iteration 19108 found worse value: 363.42358077599994. iteration 19109 found worse value: 363.42358077599994. iteration 19110 found worse value: 363.42358077599994. iteration 19111 found worse value: 363.42358077599994. iteration 19112 found worse value: 363.42358077599994. iteration 19113 found worse value: 363.42358077599994. iteration 19114 found worse value: 363.42358077599994. iteration 19115 found worse value: 363.42358077599994. iteration 19116 found worse value: 363.42358077599994. iteration 19117 found worse value: 363.42358077599994. iteration 19118 found worse value: 363.42358077599994. iteration 19119 found worse value: 363.42358077599994. iteration 19120 found worse value: 363.42358077599994. iteration 19121 found worse value: 363.42358077599994. iteration 19122 found worse value: 363.42358077599994. iteration 19123 found worse value: 363.42358077599994. iteration 19124 found worse value: 363.42358077599994. iteration 19125 found worse value: 363.42358077599994. iteration 19126 found worse value: 363.42358077599994. iteration 19127 found worse value: 363.42358077599994. iteration 19128 found worse value: 363.42358077599994. iteration 19129 found worse value: 363.42358077599994. iteration 19130 found worse value: 363.42358077599994. iteration 19131 found worse value: 363.42358077599994. iteration 19132 found worse value: 363.42358077599994. iteration 19133 found worse value: 363.42358077599994. iteration 19134 found worse value: 363.42358077599994. iteration 19135 found worse value: 363.42358077599994. iteration 19136 found worse value: 363.42358077599994. iteration 19137 found worse value: 363.42358077599994. iteration 19138 found worse value: 363.42358077599994. iteration 19139 found worse value: 363.42358077599994. iteration 19140 found worse value: 363.42358077599994. iteration 19141 found worse value: 363.42358077599994. iteration 19142 found worse value: 363.42358077599994. iteration 19143 found worse value: 363.42358077599994. iteration 19144 found worse value: 363.42358077599994. iteration 19145 found worse value: 363.42358077599994. iteration 19146 found worse value: 363.42358077599994. iteration 19147 found worse value: 363.42358077599994. iteration 19148 found worse value: 363.42358077599994. iteration 19149 found worse value: 363.42358077599994. iteration 19150 found worse value: 363.42358077599994. iteration 19151 found worse value: 363.42358077599994. iteration 19152 found worse value: 363.42358077599994. iteration 19153 found worse value: 363.42358077599994. iteration 19154 found worse value: 363.42358077599994. iteration 19155 found worse value: 363.42358077599994. iteration 19156 found worse value: 363.42358077599994. iteration 19157 found worse value: 363.42358077599994. iteration 19158 found worse value: 363.42358077599994. iteration 19159 found worse value: 363.42358077599994. iteration 19160 found worse value: 363.42358077599994. iteration 19161 found worse value: 363.42358077599994. iteration 19162 found worse value: 363.42358077599994. iteration 19163 found worse value: 363.42358077599994. iteration 19164 found worse value: 363.42358077599994. iteration 19165 found worse value: 363.42358077599994. iteration 19166 found worse value: 363.42358077599994. iteration 19167 found worse value: 363.42358077599994. iteration 19168 found worse value: 363.42358077599994. iteration19168, perturbing to get out of local maxima iteration 19169 found worse value: 363.42358077599994. iteration 19170 found worse value: 363.42358077599994. iteration 19171 found worse value: 363.42358077599994. iteration 19172 found worse value: 363.42358077599994. iteration 19173 found worse value: 363.42358077599994. iteration 19174 found worse value: 363.42358077599994. iteration 19175 found worse value: 363.42358077599994. iteration 19176 found worse value: 363.42358077599994. iteration 19177 found worse value: 363.42358077599994. iteration 19178 found worse value: 363.42358077599994. iteration 19179 found worse value: 363.42358077599994. iteration19179, perturbing to get out of local maxima iteration 19180 found worse value: 363.42358077599994. iteration 19181 found worse value: 363.42358077599994. iteration 19182 found worse value: 363.42358077599994. iteration 19183 found worse value: 363.42358077599994. iteration 19184 found worse value: 363.42358077599994. iteration 19185 found worse value: 363.42358077599994. iteration 19186 found worse value: 363.42358077599994. iteration 19187 found worse value: 363.42358077599994. iteration 19188 found worse value: 363.42358077599994. iteration 19189 found worse value: 363.42358077599994. iteration 19190 found worse value: 363.42358077599994. iteration 19191 found worse value: 363.42358077599994. iteration 19192 found worse value: 363.42358077599994. iteration 19193 found worse value: 363.42358077599994. iteration 19194 found worse value: 363.42358077599994. iteration 19195 found worse value: 363.42358077599994. iteration 19196 found worse value: 363.42358077599994. iteration 19197 found worse value: 363.42358077599994. iteration 19198 found worse value: 363.42358077599994. iteration 19199 found worse value: 363.42358077599994. iteration 19200 found worse value: 363.42358077599994. iteration 19201 found worse value: 363.42358077599994. iteration 19202 found worse value: 363.42358077599994. iteration 19203 found worse value: 363.42358077599994. iteration 19204 found worse value: 363.42358077599994. iteration 19205 found worse value: 363.42358077599994. iteration 19206 found worse value: 363.42358077599994. iteration 19207 found worse value: 363.42358077599994. iteration 19208 found worse value: 363.42358077599994. iteration 19209 found worse value: 363.42358077599994. iteration 19210 found worse value: 363.42358077599994. iteration 19211 found worse value: 363.42358077599994. iteration 19212 found worse value: 363.42358077599994. iteration 19213 found worse value: 363.42358077599994. iteration 19214 found worse value: 363.42358077599994. iteration 19215 found worse value: 363.42358077599994. iteration 19216 found worse value: 363.42358077599994. iteration 19217 found worse value: 363.42358077599994. iteration 19218 found worse value: 363.42358077599994. iteration 19219 found worse value: 363.42358077599994. iteration 19220 found worse value: 363.42358077599994. iteration 19221 found worse value: 363.42358077599994. iteration 19222 found worse value: 363.42358077599994. iteration 19223 found worse value: 363.42358077599994. iteration 19224 found worse value: 363.42358077599994. iteration 19225 found worse value: 363.42358077599994. iteration 19226 found worse value: 363.42358077599994. iteration 19227 found worse value: 363.42358077599994. iteration 19228 found worse value: 363.42358077599994. iteration 19229 found worse value: 363.42358077599994. iteration 19230 found worse value: 363.42358077599994. iteration 19231 found worse value: 363.42358077599994. iteration 19232 found worse value: 363.42358077599994. iteration 19233 found worse value: 363.42358077599994. iteration 19234 found worse value: 363.42358077599994. iteration 19235 found worse value: 363.42358077599994. iteration 19236 found worse value: 363.42358077599994. iteration 19237 found worse value: 363.42358077599994. iteration 19238 found worse value: 363.42358077599994. iteration 19239 found worse value: 363.42358077599994. iteration 19240 found worse value: 363.42358077599994. iteration 19241 found worse value: 363.42358077599994. iteration 19242 found worse value: 363.42358077599994. iteration 19243 found worse value: 363.42358077599994. iteration 19244 found worse value: 363.42358077599994. iteration 19245 found worse value: 363.42358077599994. iteration 19246 found worse value: 363.42358077599994. iteration 19247 found worse value: 363.42358077599994. iteration 19248 found worse value: 363.42358077599994. iteration 19249 found worse value: 363.42358077599994. iteration 19250 found worse value: 363.42358077599994. iteration 19251 found worse value: 363.42358077599994. iteration 19252 found worse value: 363.42358077599994. iteration 19253 found worse value: 363.42358077599994. iteration 19254 found worse value: 363.42358077599994. iteration 19255 found worse value: 363.42358077599994. iteration 19256 found worse value: 363.42358077599994. iteration 19257 found worse value: 363.42358077599994. iteration 19258 found worse value: 363.42358077599994. iteration 19259 found worse value: 363.42358077599994. iteration 19260 found worse value: 363.42358077599994. iteration 19261 found worse value: 363.42358077599994. iteration 19262 found worse value: 363.42358077599994. iteration 19263 found worse value: 363.42358077599994. iteration 19264 found worse value: 363.42358077599994. iteration 19265 found worse value: 363.42358077599994. iteration 19266 found worse value: 363.42358077599994. iteration 19267 found worse value: 363.42358077599994. iteration 19268 found worse value: 363.42358077599994. iteration 19269 found worse value: 363.42358077599994. iteration 19270 found worse value: 363.42358077599994. iteration 19271 found worse value: 363.42358077599994. iteration 19272 found worse value: 363.42358077599994. iteration 19273 found worse value: 363.42358077599994. iteration 19274 found worse value: 363.42358077599994. iteration 19275 found worse value: 363.42358077599994. iteration 19276 found worse value: 363.42358077599994. iteration 19277 found worse value: 363.42358077599994. iteration 19278 found worse value: 363.42358077599994. iteration 19279 found worse value: 363.42358077599994. iteration 19280 found worse value: 363.42358077599994. iteration 19281 found worse value: 363.42358077599994. iteration 19282 found worse value: 363.42358077599994. iteration 19283 found worse value: 363.42358077599994. iteration 19284 found worse value: 363.42358077599994. iteration 19285 found worse value: 363.42358077599994. iteration 19286 found worse value: 363.42358077599994. iteration 19287 found worse value: 363.42358077599994. iteration 19288 found worse value: 363.42358077599994. iteration 19289 found worse value: 363.42358077599994. iteration 19290 found worse value: 363.42358077599994. iteration 19291 found worse value: 363.42358077599994. iteration 19292 found worse value: 363.42358077599994. iteration 19293 found worse value: 363.42358077599994. iteration 19294 found worse value: 363.42358077599994. iteration 19295 found worse value: 363.42358077599994. iteration 19296 found worse value: 363.42358077599994. iteration 19297 found worse value: 363.42358077599994. iteration 19298 found worse value: 363.42358077599994. iteration 19299 found worse value: 363.42358077599994. iteration 19300 found worse value: 363.42358077599994. iteration 19301 found worse value: 363.42358077599994. iteration 19302 found worse value: 363.42358077599994. iteration 19303 found worse value: 363.42358077599994. iteration 19304 found worse value: 363.42358077599994. iteration 19305 found worse value: 363.42358077599994. iteration 19306 found worse value: 363.42358077599994. iteration 19307 found worse value: 363.42358077599994. iteration 19308 found worse value: 363.42358077599994. iteration 19309 found worse value: 363.42358077599994. iteration 19310 found worse value: 363.42358077599994. iteration 19311 found worse value: 363.42358077599994. iteration 19312 found worse value: 363.42358077599994. iteration 19313 found worse value: 363.42358077599994. iteration 19314 found worse value: 363.42358077599994. iteration 19315 found worse value: 363.42358077599994. iteration 19316 found worse value: 363.42358077599994. iteration 19317 found worse value: 363.42358077599994. iteration 19318 found worse value: 363.42358077599994. iteration 19319 found worse value: 363.42358077599994. iteration 19320 found worse value: 363.42358077599994. iteration 19321 found worse value: 363.42358077599994. iteration 19322 found worse value: 363.42358077599994. iteration 19323 found worse value: 363.42358077599994. iteration 19324 found worse value: 363.42358077599994. iteration 19325 found worse value: 363.42358077599994. iteration 19326 found worse value: 363.42358077599994. iteration 19327 found worse value: 363.42358077599994. iteration 19328 found worse value: 363.42358077599994. iteration 19329 found worse value: 363.42358077599994. iteration 19330 found worse value: 363.42358077599994. iteration 19331 found worse value: 363.42358077599994. iteration 19332 found worse value: 363.42358077599994. iteration 19333 found worse value: 363.42358077599994. iteration 19334 found worse value: 363.42358077599994. iteration 19335 found worse value: 363.42358077599994. iteration 19336 found worse value: 363.42358077599994. iteration 19337 found worse value: 363.42358077599994. iteration 19338 found worse value: 363.42358077599994. iteration 19339 found worse value: 363.42358077599994. iteration 19340 found worse value: 363.42358077599994. iteration 19341 found worse value: 363.42358077599994. iteration 19342 found worse value: 363.42358077599994. iteration 19343 found worse value: 363.42358077599994. iteration 19344 found worse value: 363.42358077599994. iteration 19345 found worse value: 363.42358077599994. iteration 19346 found worse value: 363.42358077599994. iteration 19347 found worse value: 363.42358077599994. iteration 19348 found worse value: 363.42358077599994. iteration 19349 found worse value: 363.42358077599994. iteration 19350 found worse value: 363.42358077599994. iteration 19351 found worse value: 363.42358077599994. iteration 19352 found worse value: 363.42358077599994. iteration 19353 found worse value: 363.42358077599994. iteration 19354 found worse value: 363.42358077599994. iteration 19355 found worse value: 363.42358077599994. iteration 19356 found worse value: 363.42358077599994. iteration 19357 found worse value: 363.42358077599994. iteration 19358 found worse value: 363.42358077599994. iteration 19359 found worse value: 363.42358077599994. iteration 19360 found worse value: 363.42358077599994. iteration 19361 found worse value: 363.42358077599994. iteration 19362 found worse value: 363.42358077599994. iteration 19363 found worse value: 363.42358077599994. iteration 19364 found worse value: 363.42358077599994. iteration 19365 found worse value: 363.42358077599994. iteration 19366 found worse value: 363.42358077599994. iteration 19367 found worse value: 363.42358077599994. iteration 19368 found worse value: 363.42358077599994. iteration 19369 found worse value: 363.42358077599994. iteration 19370 found worse value: 363.42358077599994. iteration 19371 found worse value: 363.42358077599994. iteration19371, perturbing to get out of local maxima iteration 19372 found worse value: 363.42358077599994. iteration 19373 found worse value: 363.42358077599994. iteration 19374 found worse value: 363.42358077599994. iteration 19375 found worse value: 363.42358077599994. iteration 19376 found worse value: 363.42358077599994. iteration 19377 found worse value: 363.42358077599994. iteration 19378 found worse value: 363.42358077599994. iteration 19379 found worse value: 363.42358077599994. iteration 19380 found worse value: 363.42358077599994. iteration 19381 found worse value: 363.42358077599994. iteration 19382 found worse value: 363.42358077599994. iteration 19383 found worse value: 363.42358077599994. iteration 19384 found worse value: 363.42358077599994. iteration 19385 found worse value: 363.42358077599994. iteration 19386 found worse value: 363.42358077599994. iteration 19387 found worse value: 363.42358077599994. iteration 19388 found worse value: 363.42358077599994. iteration 19389 found worse value: 363.42358077599994. iteration 19390 found worse value: 363.42358077599994. iteration 19391 found worse value: 363.42358077599994. iteration 19392 found worse value: 363.42358077599994. iteration 19393 found worse value: 363.42358077599994. iteration 19394 found worse value: 363.42358077599994. iteration 19395 found worse value: 363.42358077599994. iteration 19396 found worse value: 363.42358077599994. iteration 19397 found worse value: 363.42358077599994. iteration 19398 found worse value: 363.42358077599994. iteration 19399 found worse value: 363.42358077599994. iteration 19400 found worse value: 363.42358077599994. iteration 19401 found worse value: 363.42358077599994. iteration 19402 found worse value: 363.42358077599994. iteration 19403 found worse value: 363.42358077599994. iteration 19404 found worse value: 363.42358077599994. iteration 19405 found worse value: 363.42358077599994. iteration 19406 found worse value: 363.42358077599994. iteration 19407 found worse value: 363.42358077599994. iteration 19408 found worse value: 363.42358077599994. iteration 19409 found worse value: 363.42358077599994. iteration 19410 found worse value: 363.42358077599994. iteration 19411 found worse value: 363.42358077599994. iteration 19412 found worse value: 363.42358077599994. iteration 19413 found worse value: 363.42358077599994. iteration 19414 found worse value: 363.42358077599994. iteration 19415 found worse value: 363.42358077599994. iteration 19416 found worse value: 363.42358077599994. iteration 19417 found worse value: 363.42358077599994. iteration 19418 found worse value: 363.42358077599994. iteration 19419 found worse value: 363.42358077599994. iteration 19420 found worse value: 363.42358077599994. iteration 19421 found worse value: 363.42358077599994. iteration 19422 found worse value: 363.42358077599994. iteration 19423 found worse value: 363.42358077599994. iteration 19424 found worse value: 363.42358077599994. iteration 19425 found worse value: 363.42358077599994. iteration 19426 found worse value: 363.42358077599994. iteration 19427 found worse value: 363.42358077599994. iteration 19428 found worse value: 363.42358077599994. iteration 19429 found worse value: 363.42358077599994. iteration 19430 found worse value: 363.42358077599994. iteration 19431 found worse value: 363.42358077599994. iteration 19432 found worse value: 363.42358077599994. iteration 19433 found worse value: 363.42358077599994. iteration 19434 found worse value: 363.42358077599994. iteration 19435 found worse value: 363.42358077599994. iteration 19436 found worse value: 363.42358077599994. iteration 19437 found worse value: 363.42358077599994. iteration 19438 found worse value: 363.42358077599994. iteration 19439 found worse value: 363.42358077599994. iteration 19440 found worse value: 363.42358077599994. iteration 19441 found worse value: 363.42358077599994. iteration 19442 found worse value: 363.42358077599994. iteration 19443 found worse value: 363.42358077599994. iteration 19444 found worse value: 363.42358077599994. iteration 19445 found worse value: 363.42358077599994. iteration 19446 found worse value: 363.42358077599994. iteration 19447 found worse value: 363.42358077599994. iteration 19448 found worse value: 363.42358077599994. iteration 19449 found worse value: 363.42358077599994. iteration 19450 found worse value: 363.42358077599994. iteration 19451 found worse value: 363.42358077599994. iteration 19452 found worse value: 363.42358077599994. iteration 19453 found worse value: 363.42358077599994. iteration 19454 found worse value: 363.42358077599994. iteration 19455 found worse value: 363.42358077599994. iteration 19456 found worse value: 363.42358077599994. iteration 19457 found worse value: 363.42358077599994. iteration 19458 found worse value: 363.42358077599994. iteration 19459 found worse value: 363.42358077599994. iteration 19460 found worse value: 363.42358077599994. iteration 19461 found worse value: 363.42358077599994. iteration 19462 found worse value: 363.42358077599994. iteration 19463 found worse value: 363.42358077599994. iteration 19464 found worse value: 363.42358077599994. iteration 19465 found worse value: 363.42358077599994. iteration 19466 found worse value: 363.42358077599994. iteration 19467 found worse value: 363.42358077599994. iteration 19468 found worse value: 363.42358077599994. iteration 19469 found worse value: 363.42358077599994. iteration 19470 found worse value: 363.42358077599994. iteration 19471 found worse value: 363.42358077599994. iteration 19472 found worse value: 363.42358077599994. iteration 19473 found worse value: 363.42358077599994. iteration 19474 found worse value: 363.42358077599994. iteration 19475 found worse value: 363.42358077599994. iteration 19476 found worse value: 363.42358077599994. iteration 19477 found worse value: 363.42358077599994. iteration 19478 found worse value: 363.42358077599994. iteration 19479 found worse value: 363.42358077599994. iteration 19480 found worse value: 363.42358077599994. iteration 19481 found worse value: 363.42358077599994. iteration 19482 found worse value: 363.42358077599994. iteration 19483 found worse value: 363.42358077599994. iteration 19484 found worse value: 363.42358077599994. iteration 19485 found worse value: 363.42358077599994. iteration 19486 found worse value: 363.42358077599994. iteration 19487 found worse value: 363.42358077599994. iteration 19488 found worse value: 363.42358077599994. iteration 19489 found worse value: 363.42358077599994. iteration 19490 found worse value: 363.42358077599994. iteration 19491 found worse value: 363.42358077599994. iteration 19492 found worse value: 363.42358077599994. iteration 19493 found worse value: 363.42358077599994. iteration 19494 found worse value: 363.42358077599994. iteration 19495 found worse value: 363.42358077599994. iteration 19496 found worse value: 363.42358077599994. iteration 19497 found worse value: 363.42358077599994. iteration 19498 found worse value: 363.42358077599994. iteration 19499 found worse value: 363.42358077599994. iteration 19500 found worse value: 363.42358077599994. iteration 19501 found worse value: 363.42358077599994. iteration19501, perturbing to get out of local maxima iteration 19502 found worse value: 363.42358077599994. iteration 19503 found worse value: 363.42358077599994. iteration 19504 found worse value: 363.42358077599994. iteration 19505 found worse value: 363.42358077599994. iteration 19506 found worse value: 363.42358077599994. iteration 19507 found worse value: 363.42358077599994. iteration 19508 found worse value: 363.42358077599994. iteration 19509 found worse value: 363.42358077599994. iteration 19510 found worse value: 363.42358077599994. iteration 19511 found worse value: 363.42358077599994. iteration 19512 found worse value: 363.42358077599994. iteration 19513 found worse value: 363.42358077599994. iteration 19514 found worse value: 363.42358077599994. iteration 19515 found worse value: 363.42358077599994. iteration 19516 found worse value: 363.42358077599994. iteration 19517 found worse value: 363.42358077599994. iteration 19518 found worse value: 363.42358077599994. iteration 19519 found worse value: 363.42358077599994. iteration 19520 found worse value: 363.42358077599994. iteration 19521 found worse value: 363.42358077599994. iteration 19522 found worse value: 363.42358077599994. iteration 19523 found worse value: 363.42358077599994. iteration 19524 found worse value: 363.42358077599994. iteration 19525 found worse value: 363.42358077599994. iteration 19526 found worse value: 363.42358077599994. iteration 19527 found worse value: 363.42358077599994. iteration 19528 found worse value: 363.42358077599994. iteration 19529 found worse value: 363.42358077599994. iteration 19530 found worse value: 363.42358077599994. iteration 19531 found worse value: 363.42358077599994. iteration 19532 found worse value: 363.42358077599994. iteration 19533 found worse value: 363.42358077599994. iteration 19534 found worse value: 363.42358077599994. iteration 19535 found worse value: 363.42358077599994. iteration 19536 found worse value: 363.42358077599994. iteration 19537 found worse value: 363.42358077599994. iteration 19538 found worse value: 363.42358077599994. iteration 19539 found worse value: 363.42358077599994. iteration 19540 found worse value: 363.42358077599994. iteration 19541 found worse value: 363.42358077599994. iteration 19542 found worse value: 363.42358077599994. iteration 19543 found worse value: 363.42358077599994. iteration 19544 found worse value: 363.42358077599994. iteration 19545 found worse value: 363.42358077599994. iteration 19546 found worse value: 363.42358077599994. iteration 19547 found worse value: 363.42358077599994. iteration 19548 found worse value: 363.42358077599994. iteration 19549 found worse value: 363.42358077599994. iteration 19550 found worse value: 363.42358077599994. iteration 19551 found worse value: 363.42358077599994. iteration 19552 found worse value: 363.42358077599994. iteration 19553 found worse value: 363.42358077599994. iteration 19554 found worse value: 363.42358077599994. iteration 19555 found worse value: 363.42358077599994. iteration 19556 found worse value: 363.42358077599994. iteration 19557 found worse value: 363.42358077599994. iteration 19558 found worse value: 363.42358077599994. iteration 19559 found worse value: 363.42358077599994. iteration 19560 found worse value: 363.42358077599994. iteration 19561 found worse value: 363.42358077599994. iteration 19562 found worse value: 363.42358077599994. iteration 19563 found worse value: 363.42358077599994. iteration 19564 found worse value: 363.42358077599994. iteration 19565 found worse value: 363.42358077599994. iteration 19566 found worse value: 363.42358077599994. iteration 19567 found worse value: 363.42358077599994. iteration 19568 found worse value: 363.42358077599994. iteration 19569 found worse value: 363.42358077599994. iteration 19570 found worse value: 363.42358077599994. iteration 19571 found worse value: 363.42358077599994. iteration 19572 found worse value: 363.42358077599994. iteration19572, perturbing to get out of local maxima iteration 19573 found worse value: 363.42358077599994. iteration 19574 found worse value: 363.42358077599994. iteration 19575 found worse value: 363.42358077599994. iteration 19576 found worse value: 363.42358077599994. iteration 19577 found worse value: 363.42358077599994. iteration 19578 found worse value: 363.42358077599994. iteration 19579 found worse value: 363.42358077599994. iteration 19580 found worse value: 363.42358077599994. iteration 19581 found worse value: 363.42358077599994. iteration 19582 found worse value: 363.42358077599994. iteration 19583 found worse value: 363.42358077599994. iteration 19584 found worse value: 363.42358077599994. iteration 19585 found worse value: 363.42358077599994. iteration 19586 found worse value: 363.42358077599994. iteration 19587 found worse value: 363.42358077599994. iteration 19588 found worse value: 363.42358077599994. iteration 19589 found worse value: 363.42358077599994. iteration 19590 found worse value: 363.42358077599994. iteration 19591 found worse value: 363.42358077599994. iteration 19592 found worse value: 363.42358077599994. iteration 19593 found worse value: 363.42358077599994. iteration 19594 found worse value: 363.42358077599994. iteration 19595 found worse value: 363.42358077599994. iteration 19596 found worse value: 363.42358077599994. iteration 19597 found worse value: 363.42358077599994. iteration 19598 found worse value: 363.42358077599994. iteration 19599 found worse value: 363.42358077599994. iteration 19600 found worse value: 363.42358077599994. iteration 19601 found worse value: 363.42358077599994. iteration 19602 found worse value: 363.42358077599994. iteration 19603 found worse value: 363.42358077599994. iteration 19604 found worse value: 363.42358077599994. iteration 19605 found worse value: 363.42358077599994. iteration 19606 found worse value: 363.42358077599994. iteration 19607 found worse value: 363.42358077599994. iteration 19608 found worse value: 363.42358077599994. iteration19608, perturbing to get out of local maxima iteration 19609 found worse value: 363.42358077599994. iteration 19610 found worse value: 363.42358077599994. iteration 19611 found worse value: 363.42358077599994. iteration 19612 found worse value: 363.42358077599994. iteration 19613 found worse value: 363.42358077599994. iteration 19614 found worse value: 363.42358077599994. iteration 19615 found worse value: 363.42358077599994. iteration 19616 found worse value: 363.42358077599994. iteration 19617 found worse value: 363.42358077599994. iteration 19618 found worse value: 363.42358077599994. iteration 19619 found worse value: 363.42358077599994. iteration 19620 found worse value: 363.42358077599994. iteration 19621 found worse value: 363.42358077599994. iteration 19622 found worse value: 363.42358077599994. iteration 19623 found worse value: 363.42358077599994. iteration 19624 found worse value: 363.42358077599994. iteration19624, perturbing to get out of local maxima iteration 19625 found worse value: 363.42358077599994. iteration 19626 found worse value: 363.42358077599994. iteration 19627 found worse value: 363.42358077599994. iteration 19628 found worse value: 363.42358077599994. iteration 19629 found worse value: 363.42358077599994. iteration 19630 found worse value: 363.42358077599994. iteration 19631 found worse value: 363.42358077599994. iteration 19632 found worse value: 363.42358077599994. iteration 19633 found worse value: 363.42358077599994. iteration 19634 found worse value: 363.42358077599994. iteration 19635 found worse value: 363.42358077599994. iteration 19636 found worse value: 363.42358077599994. iteration 19637 found worse value: 363.42358077599994. iteration 19638 found worse value: 363.42358077599994. iteration 19639 found worse value: 363.42358077599994. iteration 19640 found worse value: 363.42358077599994. iteration 19641 found worse value: 363.42358077599994. iteration 19642 found worse value: 363.42358077599994. iteration 19643 found worse value: 363.42358077599994. iteration 19644 found worse value: 363.42358077599994. iteration 19645 found worse value: 363.42358077599994. iteration 19646 found worse value: 363.42358077599994. iteration 19647 found worse value: 363.42358077599994. iteration 19648 found worse value: 363.42358077599994. iteration 19649 found worse value: 363.42358077599994. iteration 19650 found worse value: 363.42358077599994. iteration 19651 found worse value: 363.42358077599994. iteration 19652 found worse value: 363.42358077599994. iteration 19653 found worse value: 363.42358077599994. iteration 19654 found worse value: 363.42358077599994. iteration 19655 found worse value: 363.42358077599994. iteration 19656 found worse value: 363.42358077599994. iteration 19657 found worse value: 363.42358077599994. iteration 19658 found worse value: 363.42358077599994. iteration 19659 found worse value: 363.42358077599994. iteration 19660 found worse value: 363.42358077599994. iteration 19661 found worse value: 363.42358077599994. iteration 19662 found worse value: 363.42358077599994. iteration 19663 found worse value: 363.42358077599994. iteration 19664 found worse value: 363.42358077599994. iteration 19665 found worse value: 363.42358077599994. iteration 19666 found worse value: 363.42358077599994. iteration 19667 found worse value: 363.42358077599994. iteration 19668 found worse value: 363.42358077599994. iteration 19669 found worse value: 363.42358077599994. iteration 19670 found worse value: 363.42358077599994. iteration 19671 found worse value: 363.42358077599994. iteration 19672 found worse value: 363.42358077599994. iteration19672, perturbing to get out of local maxima iteration 19673 found worse value: 363.42358077599994. iteration 19674 found worse value: 363.42358077599994. iteration 19675 found worse value: 363.42358077599994. iteration 19676 found worse value: 363.42358077599994. iteration 19677 found worse value: 363.42358077599994. iteration 19678 found worse value: 363.42358077599994. iteration 19679 found worse value: 363.42358077599994. iteration 19680 found worse value: 363.42358077599994. iteration 19681 found worse value: 363.42358077599994. iteration 19682 found worse value: 363.42358077599994. iteration 19683 found worse value: 363.42358077599994. iteration 19684 found worse value: 363.42358077599994. iteration 19685 found worse value: 363.42358077599994. iteration 19686 found worse value: 363.42358077599994. iteration19686, perturbing to get out of local maxima iteration 19687 found worse value: 363.42358077599994. iteration 19688 found worse value: 363.42358077599994. iteration 19689 found worse value: 363.42358077599994. iteration 19690 found worse value: 363.42358077599994. iteration 19691 found worse value: 363.42358077599994. iteration 19692 found worse value: 363.42358077599994. iteration 19693 found worse value: 363.42358077599994. iteration 19694 found worse value: 363.42358077599994. iteration 19695 found worse value: 363.42358077599994. iteration 19696 found worse value: 363.42358077599994. iteration 19697 found worse value: 363.42358077599994. iteration 19698 found worse value: 363.42358077599994. iteration 19699 found worse value: 363.42358077599994. iteration 19700 found worse value: 363.42358077599994. iteration 19701 found worse value: 363.42358077599994. iteration 19702 found worse value: 363.42358077599994. iteration19702, perturbing to get out of local maxima iteration 19703 found worse value: 363.42358077599994. iteration 19704 found worse value: 363.42358077599994. iteration 19705 found worse value: 363.42358077599994. iteration 19706 found worse value: 363.42358077599994. iteration 19707 found worse value: 363.42358077599994. iteration 19708 found worse value: 363.42358077599994. iteration 19709 found worse value: 363.42358077599994. iteration 19710 found worse value: 363.42358077599994. iteration 19711 found worse value: 363.42358077599994. iteration 19712 found worse value: 363.42358077599994. iteration 19713 found worse value: 363.42358077599994. iteration 19714 found worse value: 363.42358077599994. iteration 19715 found worse value: 363.42358077599994. iteration 19716 found worse value: 363.42358077599994. iteration 19717 found worse value: 363.42358077599994. iteration 19718 found worse value: 363.42358077599994. iteration 19719 found worse value: 363.42358077599994. iteration 19720 found worse value: 363.42358077599994. iteration 19721 found worse value: 363.42358077599994. iteration 19722 found worse value: 363.42358077599994. iteration 19723 found worse value: 363.42358077599994. iteration 19724 found worse value: 363.42358077599994. iteration 19725 found worse value: 363.42358077599994. iteration 19726 found worse value: 363.42358077599994. iteration 19727 found worse value: 363.42358077599994. iteration 19728 found worse value: 363.42358077599994. iteration 19729 found worse value: 363.42358077599994. iteration 19730 found worse value: 363.42358077599994. iteration 19731 found worse value: 363.42358077599994. iteration 19732 found worse value: 363.42358077599994. iteration 19733 found worse value: 363.42358077599994. iteration 19734 found worse value: 363.42358077599994. iteration19734, perturbing to get out of local maxima iteration 19735 found worse value: 363.42358077599994. iteration 19736 found worse value: 363.42358077599994. iteration 19737 found worse value: 363.42358077599994. iteration 19738 found worse value: 363.42358077599994. iteration 19739 found worse value: 363.42358077599994. iteration 19740 found worse value: 363.42358077599994. iteration 19741 found worse value: 363.42358077599994. iteration 19742 found worse value: 363.42358077599994. iteration 19743 found worse value: 363.42358077599994. iteration 19744 found worse value: 363.42358077599994. iteration 19745 found worse value: 363.42358077599994. iteration 19746 found worse value: 363.42358077599994. iteration 19747 found worse value: 363.42358077599994. iteration 19748 found worse value: 363.42358077599994. iteration 19749 found worse value: 363.42358077599994. iteration 19750 found worse value: 363.42358077599994. iteration 19751 found worse value: 363.42358077599994. iteration 19752 found worse value: 363.42358077599994. iteration 19753 found worse value: 363.42358077599994. iteration 19754 found worse value: 363.42358077599994. iteration 19755 found worse value: 363.42358077599994. iteration 19756 found worse value: 363.42358077599994. iteration 19757 found worse value: 363.42358077599994. iteration 19758 found worse value: 363.42358077599994. iteration 19759 found worse value: 363.42358077599994. iteration 19760 found worse value: 363.42358077599994. iteration19760, perturbing to get out of local maxima iteration 19761 found worse value: 363.42358077599994. iteration 19762 found worse value: 363.42358077599994. iteration 19763 found worse value: 363.42358077599994. iteration 19764 found worse value: 363.42358077599994. iteration 19765 found worse value: 363.42358077599994. iteration 19766 found worse value: 363.42358077599994. iteration 19767 found worse value: 363.42358077599994. iteration 19768 found worse value: 363.42358077599994. iteration 19769 found worse value: 363.42358077599994. iteration 19770 found worse value: 363.42358077599994. iteration 19771 found worse value: 363.42358077599994. iteration 19772 found worse value: 363.42358077599994. iteration 19773 found worse value: 363.42358077599994. iteration 19774 found worse value: 363.42358077599994. iteration 19775 found worse value: 363.42358077599994. iteration 19776 found worse value: 363.42358077599994. iteration 19777 found worse value: 363.42358077599994. iteration 19778 found worse value: 363.42358077599994. iteration 19779 found worse value: 363.42358077599994. iteration 19780 found worse value: 363.42358077599994. iteration 19781 found worse value: 363.42358077599994. iteration 19782 found worse value: 363.42358077599994. iteration 19783 found worse value: 363.42358077599994. iteration 19784 found worse value: 363.42358077599994. iteration 19785 found worse value: 363.42358077599994. iteration 19786 found worse value: 363.42358077599994. iteration 19787 found worse value: 363.42358077599994. iteration 19788 found worse value: 363.42358077599994. iteration 19789 found worse value: 363.42358077599994. iteration 19790 found worse value: 363.42358077599994. iteration 19791 found worse value: 363.42358077599994. iteration 19792 found worse value: 363.42358077599994. iteration 19793 found worse value: 363.42358077599994. iteration 19794 found worse value: 363.42358077599994. iteration 19795 found worse value: 363.42358077599994. iteration 19796 found worse value: 363.42358077599994. iteration 19797 found worse value: 363.42358077599994. iteration 19798 found worse value: 363.42358077599994. iteration 19799 found worse value: 363.42358077599994. iteration 19800 found worse value: 363.42358077599994. iteration 19801 found worse value: 363.42358077599994. iteration 19802 found worse value: 363.42358077599994. iteration 19803 found worse value: 363.42358077599994. iteration 19804 found worse value: 363.42358077599994. iteration 19805 found worse value: 363.42358077599994. iteration 19806 found worse value: 363.42358077599994. iteration 19807 found worse value: 363.42358077599994. iteration 19808 found worse value: 363.42358077599994. iteration 19809 found worse value: 363.42358077599994. iteration 19810 found worse value: 363.42358077599994. iteration 19811 found worse value: 363.42358077599994. iteration 19812 found worse value: 363.42358077599994. iteration 19813 found worse value: 363.42358077599994. iteration 19814 found worse value: 363.42358077599994. iteration 19815 found worse value: 363.42358077599994. iteration 19816 found worse value: 363.42358077599994. iteration 19817 found worse value: 363.42358077599994. iteration 19818 found worse value: 363.42358077599994. iteration 19819 found worse value: 363.42358077599994. iteration 19820 found worse value: 363.42358077599994. iteration 19821 found worse value: 363.42358077599994. iteration19821, perturbing to get out of local maxima iteration 19822 found worse value: 363.42358077599994. iteration 19823 found worse value: 363.42358077599994. iteration 19824 found worse value: 363.42358077599994. iteration 19825 found worse value: 363.42358077599994. iteration 19826 found worse value: 363.42358077599994. iteration 19827 found worse value: 363.42358077599994. iteration 19828 found worse value: 363.42358077599994. iteration 19829 found worse value: 363.42358077599994. iteration 19830 found worse value: 363.42358077599994. iteration 19831 found worse value: 363.42358077599994. iteration 19832 found worse value: 363.42358077599994. iteration 19833 found worse value: 363.42358077599994. iteration 19834 found worse value: 363.42358077599994. iteration 19835 found worse value: 363.42358077599994. iteration 19836 found worse value: 363.42358077599994. iteration 19837 found worse value: 363.42358077599994. iteration 19838 found worse value: 363.42358077599994. iteration 19839 found worse value: 363.42358077599994. iteration 19840 found worse value: 363.42358077599994. iteration 19841 found worse value: 363.42358077599994. iteration 19842 found worse value: 363.42358077599994. iteration 19843 found worse value: 363.42358077599994. iteration 19844 found worse value: 363.42358077599994. iteration 19845 found worse value: 363.42358077599994. iteration 19846 found worse value: 363.42358077599994. iteration 19847 found worse value: 363.42358077599994. iteration 19848 found worse value: 363.42358077599994. iteration 19849 found worse value: 363.42358077599994. iteration 19850 found worse value: 363.42358077599994. iteration 19851 found worse value: 363.42358077599994. iteration 19852 found worse value: 363.42358077599994. iteration 19853 found worse value: 363.42358077599994. iteration 19854 found worse value: 363.42358077599994. iteration 19855 found worse value: 363.42358077599994. iteration 19856 found worse value: 363.42358077599994. iteration 19857 found worse value: 363.42358077599994. iteration 19858 found worse value: 363.42358077599994. iteration 19859 found worse value: 363.42358077599994. iteration 19860 found worse value: 363.42358077599994. iteration 19861 found worse value: 363.42358077599994. iteration 19862 found worse value: 363.42358077599994. iteration 19863 found worse value: 363.42358077599994. iteration 19864 found worse value: 363.42358077599994. iteration 19865 found worse value: 363.42358077599994. iteration 19866 found worse value: 363.42358077599994. iteration 19867 found worse value: 363.42358077599994. iteration 19868 found worse value: 363.42358077599994. iteration 19869 found worse value: 363.42358077599994. iteration 19870 found worse value: 363.42358077599994. iteration 19871 found worse value: 363.42358077599994. iteration 19872 found worse value: 363.42358077599994. iteration 19873 found worse value: 363.42358077599994. iteration 19874 found worse value: 363.42358077599994. iteration 19875 found worse value: 363.42358077599994. iteration 19876 found worse value: 363.42358077599994. iteration 19877 found worse value: 363.42358077599994. iteration 19878 found worse value: 363.42358077599994. iteration 19879 found worse value: 363.42358077599994. iteration 19880 found worse value: 363.42358077599994. iteration 19881 found worse value: 363.42358077599994. iteration 19882 found worse value: 363.42358077599994. iteration 19883 found worse value: 363.42358077599994. iteration 19884 found worse value: 363.42358077599994. iteration 19885 found worse value: 363.42358077599994. iteration 19886 found worse value: 363.42358077599994. iteration 19887 found worse value: 363.42358077599994. iteration 19888 found worse value: 363.42358077599994. iteration 19889 found worse value: 363.42358077599994. iteration19889, perturbing to get out of local maxima iteration 19890 found worse value: 363.42358077599994. iteration 19891 found worse value: 363.42358077599994. iteration 19892 found worse value: 363.42358077599994. iteration 19893 found worse value: 363.42358077599994. iteration 19894 found worse value: 363.42358077599994. iteration 19895 found worse value: 363.42358077599994. iteration 19896 found worse value: 363.42358077599994. iteration 19897 found worse value: 363.42358077599994. iteration 19898 found worse value: 363.42358077599994. iteration 19899 found worse value: 363.42358077599994. iteration 19900 found worse value: 363.42358077599994. iteration 19901 found worse value: 363.42358077599994. iteration 19902 found worse value: 363.42358077599994. iteration 19903 found worse value: 363.42358077599994. iteration 19904 found worse value: 363.42358077599994. iteration 19905 found worse value: 363.42358077599994. iteration 19906 found worse value: 363.42358077599994. iteration 19907 found worse value: 363.42358077599994. iteration 19908 found worse value: 363.42358077599994. iteration 19909 found worse value: 363.42358077599994. iteration 19910 found worse value: 363.42358077599994. iteration 19911 found worse value: 363.42358077599994. iteration 19912 found worse value: 363.42358077599994. iteration 19913 found worse value: 363.42358077599994. iteration 19914 found worse value: 363.42358077599994. iteration 19915 found worse value: 363.42358077599994. iteration 19916 found worse value: 363.42358077599994. iteration 19917 found worse value: 363.42358077599994. iteration 19918 found worse value: 363.42358077599994. iteration 19919 found worse value: 363.42358077599994. iteration 19920 found worse value: 363.42358077599994. iteration 19921 found worse value: 363.42358077599994. iteration 19922 found worse value: 363.42358077599994. iteration 19923 found worse value: 363.42358077599994. iteration 19924 found worse value: 363.42358077599994. iteration 19925 found worse value: 363.42358077599994. iteration 19926 found worse value: 363.42358077599994. iteration 19927 found worse value: 363.42358077599994. iteration 19928 found worse value: 363.42358077599994. iteration 19929 found worse value: 363.42358077599994. iteration19929, perturbing to get out of local maxima iteration 19930 found worse value: 363.42358077599994. iteration 19931 found worse value: 363.42358077599994. iteration 19932 found worse value: 363.42358077599994. iteration19932, perturbing to get out of local maxima iteration 19933 found worse value: 363.42358077599994. iteration 19934 found worse value: 363.42358077599994. iteration 19935 found worse value: 363.42358077599994. iteration 19936 found worse value: 363.42358077599994. iteration 19937 found worse value: 363.42358077599994. iteration 19938 found worse value: 363.42358077599994. iteration 19939 found worse value: 363.42358077599994. iteration 19940 found worse value: 363.42358077599994. iteration 19941 found worse value: 363.42358077599994. iteration 19942 found worse value: 363.42358077599994. iteration 19943 found worse value: 363.42358077599994. iteration 19944 found worse value: 363.42358077599994. iteration 19945 found worse value: 363.42358077599994. iteration 19946 found worse value: 363.42358077599994. iteration 19947 found worse value: 363.42358077599994. iteration 19948 found worse value: 363.42358077599994. iteration 19949 found worse value: 363.42358077599994. iteration 19950 found worse value: 363.42358077599994. iteration 19951 found worse value: 363.42358077599994. iteration 19952 found worse value: 363.42358077599994. iteration 19953 found worse value: 363.42358077599994. iteration 19954 found worse value: 363.42358077599994. iteration 19955 found worse value: 363.42358077599994. iteration 19956 found worse value: 363.42358077599994. iteration 19957 found worse value: 363.42358077599994. iteration 19958 found worse value: 363.42358077599994. iteration 19959 found worse value: 363.42358077599994. iteration 19960 found worse value: 363.42358077599994. iteration 19961 found worse value: 363.42358077599994. iteration 19962 found worse value: 363.42358077599994. iteration 19963 found worse value: 363.42358077599994. iteration 19964 found worse value: 363.42358077599994. iteration 19965 found worse value: 363.42358077599994. iteration 19966 found worse value: 363.42358077599994. iteration 19967 found worse value: 363.42358077599994. iteration 19968 found worse value: 363.42358077599994. iteration 19969 found worse value: 363.42358077599994. iteration 19970 found worse value: 363.42358077599994. iteration 19971 found worse value: 363.42358077599994. iteration 19972 found worse value: 363.42358077599994. iteration 19973 found worse value: 363.42358077599994. iteration 19974 found worse value: 363.42358077599994. iteration 19975 found worse value: 363.42358077599994. iteration 19976 found worse value: 363.42358077599994. iteration 19977 found worse value: 363.42358077599994. iteration 19978 found worse value: 363.42358077599994. iteration 19979 found worse value: 363.42358077599994. iteration 19980 found worse value: 363.42358077599994. iteration 19981 found worse value: 363.42358077599994. iteration 19982 found worse value: 363.42358077599994. iteration 19983 found worse value: 363.42358077599994. iteration 19984 found worse value: 363.42358077599994. iteration 19985 found worse value: 363.42358077599994. iteration 19986 found worse value: 363.42358077599994. iteration 19987 found worse value: 363.42358077599994. iteration 19988 found worse value: 363.42358077599994. iteration 19989 found worse value: 363.42358077599994. iteration 19990 found worse value: 363.42358077599994. iteration 19991 found worse value: 363.42358077599994. iteration19991, perturbing to get out of local maxima iteration 19992 found worse value: 363.42358077599994. iteration 19993 found worse value: 363.42358077599994. iteration19993, perturbing to get out of local maxima iteration 19994 found worse value: 363.42358077599994. iteration 19995 found worse value: 363.42358077599994. iteration 19996 found worse value: 363.42358077599994. iteration 19997 found worse value: 363.42358077599994. iteration 19998 found worse value: 363.42358077599994. iteration 19999 found worse value: 363.42358077599994. iteration 20000 found worse value: 363.42358077599994. iteration 0 found worse value: 362.509752909. iteration0, perturbing to get out of local maxima iteration 1 found worse value: 362.509752909. iteration 2 found worse value: 362.509752909. iteration 3 found worse value: 362.509752909. iteration 4 found worse value: 362.509752909. iteration4, perturbing to get out of local maxima iteration 5 found worse value: 362.509752909. iteration5, perturbing to get out of local maxima iteration 6 found worse value: 362.509752909. iteration 7 found worse value: 362.509752909. iteration 8 found worse value: 362.509752909. iteration8, perturbing to get out of local maxima iteration 9 found worse value: 362.509752909. iteration 10 found worse value: 362.509752909. iteration10, perturbing to get out of local maxima iteration 11 found worse value: 362.509752909. iteration11, perturbing to get out of local maxima iteration 12 found worse value: 362.509752909. iteration12, perturbing to get out of local maxima iteration 13 found worse value: 362.509752909. iteration 14 found worse value: 362.509752909. iteration14, perturbing to get out of local maxima iteration 15 found worse value: 362.509752909. iteration15, perturbing to get out of local maxima iteration 16 found worse value: 362.509752909. iteration16, perturbing to get out of local maxima iteration 17 found better value: 362.58637656 iteration 18 found worse value: 362.58637656. iteration18, perturbing to get out of local maxima iteration 19 found worse value: 362.58637656. iteration19, perturbing to get out of local maxima iteration 20 found worse value: 362.58637656. iteration 21 found worse value: 362.58637656. iteration 22 found worse value: 362.58637656. iteration22, perturbing to get out of local maxima iteration 23 found worse value: 362.58637656. iteration 24 found worse value: 362.58637656. iteration 25 found worse value: 362.58637656. iteration25, perturbing to get out of local maxima iteration 26 found worse value: 362.58637656. iteration26, perturbing to get out of local maxima iteration 27 found worse value: 362.58637656. iteration 28 found worse value: 362.58637656. iteration 29 found worse value: 362.58637656. iteration29, perturbing to get out of local maxima iteration 30 found worse value: 362.58637656. iteration 31 found worse value: 362.58637656. iteration31, perturbing to get out of local maxima iteration 32 found worse value: 362.58637656. iteration32, perturbing to get out of local maxima iteration 33 found worse value: 362.58637656. iteration33, perturbing to get out of local maxima iteration 34 found worse value: 362.58637656. iteration 35 found worse value: 362.58637656. iteration35, perturbing to get out of local maxima iteration 36 found worse value: 362.58637656. iteration36, perturbing to get out of local maxima iteration 37 found worse value: 362.58637656. iteration 38 found worse value: 362.58637656. iteration38, perturbing to get out of local maxima iteration 39 found worse value: 362.58637656. iteration 40 found worse value: 362.58637656. iteration 41 found worse value: 362.58637656. iteration 42 found worse value: 362.58637656. iteration42, perturbing to get out of local maxima iteration 43 found worse value: 362.58637656. iteration43, perturbing to get out of local maxima iteration 44 found worse value: 362.58637656. iteration44, perturbing to get out of local maxima iteration 45 found worse value: 362.58637656. iteration45, perturbing to get out of local maxima iteration 46 found worse value: 362.58637656. iteration 47 found worse value: 362.58637656. iteration 48 found worse value: 362.58637656. iteration 49 found worse value: 362.58637656. iteration49, perturbing to get out of local maxima iteration 50 found worse value: 362.58637656. iteration50, perturbing to get out of local maxima iteration 51 found worse value: 362.58637656. iteration 52 found worse value: 362.58637656. iteration 53 found worse value: 362.58637656. iteration53, perturbing to get out of local maxima iteration 54 found worse value: 362.58637656. iteration54, perturbing to get out of local maxima iteration 55 found worse value: 362.58637656. iteration 56 found worse value: 362.58637656. iteration 57 found worse value: 362.58637656. iteration57, perturbing to get out of local maxima iteration 58 found worse value: 362.58637656. iteration 59 found worse value: 362.58637656. iteration59, perturbing to get out of local maxima iteration 60 found worse value: 362.58637656. iteration 61 found worse value: 362.58637656. iteration61, perturbing to get out of local maxima iteration 62 found worse value: 362.58637656. iteration 63 found worse value: 362.58637656. iteration 64 found worse value: 362.58637656. iteration64, perturbing to get out of local maxima iteration 65 found worse value: 362.58637656. iteration 66 found worse value: 362.58637656. iteration66, perturbing to get out of local maxima iteration 67 found worse value: 362.58637656. iteration 68 found worse value: 362.58637656. iteration 69 found worse value: 362.58637656. iteration 70 found worse value: 362.58637656. iteration70, perturbing to get out of local maxima iteration 71 found worse value: 362.58637656. iteration71, perturbing to get out of local maxima iteration 72 found worse value: 362.58637656. iteration 73 found worse value: 362.58637656. iteration 74 found worse value: 362.58637656. iteration 75 found worse value: 362.58637656. iteration 76 found worse value: 362.58637656. iteration76, perturbing to get out of local maxima iteration 77 found worse value: 362.58637656. iteration77, perturbing to get out of local maxima iteration 78 found worse value: 362.58637656. iteration 79 found worse value: 362.58637656. iteration 80 found worse value: 362.58637656. iteration 81 found worse value: 362.58637656. iteration81, perturbing to get out of local maxima iteration 82 found worse value: 362.58637656. iteration 83 found better value: 362.602639389 iteration 84 found better value: 362.602659142 iteration 85 found better value: 362.61302825499996 iteration 86 found better value: 362.61580063799994 iteration 87 found worse value: 362.61580063799994. iteration87, perturbing to get out of local maxima iteration 88 found better value: 362.622829966 iteration 89 found worse value: 362.622829966. iteration89, perturbing to get out of local maxima iteration 90 found better value: 362.65503296699995 iteration 91 found worse value: 362.65503296699995. iteration91, perturbing to get out of local maxima iteration 92 found worse value: 362.65503296699995. iteration 93 found worse value: 362.65503296699995. iteration93, perturbing to get out of local maxima iteration 94 found worse value: 362.65503296699995. iteration94, perturbing to get out of local maxima iteration 95 found worse value: 362.65503296699995. iteration95, perturbing to get out of local maxima iteration 96 found worse value: 362.65503296699995. iteration 97 found worse value: 362.65503296699995. iteration97, perturbing to get out of local maxima iteration 98 found worse value: 362.65503296699995. iteration98, perturbing to get out of local maxima iteration 99 found worse value: 362.65503296699995. iteration99, perturbing to get out of local maxima iteration 100 found worse value: 362.65503296699995. iteration 101 found worse value: 362.65503296699995. iteration 102 found worse value: 362.65503296699995. iteration 103 found better value: 362.67283213400003 iteration 104 found better value: 362.704299225 iteration 105 found worse value: 362.704299225. iteration105, perturbing to get out of local maxima iteration 106 found worse value: 362.704299225. iteration106, perturbing to get out of local maxima iteration 107 found worse value: 362.704299225. iteration 108 found worse value: 362.704299225. iteration108, perturbing to get out of local maxima iteration 109 found worse value: 362.704299225. iteration109, perturbing to get out of local maxima iteration 110 found worse value: 362.704299225. iteration 111 found better value: 362.704632868 iteration 112 found better value: 362.70464149400004 iteration 113 found better value: 362.70513502200004 iteration 114 found better value: 362.727078837 iteration 115 found worse value: 362.727078837. iteration115, perturbing to get out of local maxima iteration 116 found worse value: 362.727078837. iteration116, perturbing to get out of local maxima iteration 117 found worse value: 362.727078837. iteration117, perturbing to get out of local maxima iteration 118 found worse value: 362.727078837. iteration118, perturbing to get out of local maxima iteration 119 found worse value: 362.727078837. iteration 120 found better value: 362.76638477800003 iteration 121 found worse value: 362.76638477800003. iteration 122 found worse value: 362.76638477800003. iteration 123 found better value: 362.76668281800005 iteration 124 found better value: 362.770950472 iteration 125 found worse value: 362.770950472. iteration125, perturbing to get out of local maxima iteration 126 found better value: 362.772390258 iteration 127 found worse value: 362.772390258. iteration127, perturbing to get out of local maxima iteration 128 found better value: 362.773650405 iteration 129 found worse value: 362.773650405. iteration129, perturbing to get out of local maxima iteration 130 found worse value: 362.773650405. iteration130, perturbing to get out of local maxima iteration 131 found worse value: 362.773650405. iteration 132 found worse value: 362.773650405. iteration132, perturbing to get out of local maxima iteration 133 found worse value: 362.773650405. iteration133, perturbing to get out of local maxima iteration 134 found worse value: 362.773650405. iteration 135 found worse value: 362.773650405. iteration 136 found worse value: 362.773650405. iteration 137 found worse value: 362.773650405. iteration 138 found worse value: 362.773650405. iteration138, perturbing to get out of local maxima iteration 139 found worse value: 362.773650405. iteration 140 found worse value: 362.773650405. iteration 141 found worse value: 362.773650405. iteration 142 found worse value: 362.773650405. iteration 143 found worse value: 362.773650405. iteration143, perturbing to get out of local maxima iteration 144 found worse value: 362.773650405. iteration 145 found worse value: 362.773650405. iteration 146 found worse value: 362.773650405. iteration 147 found worse value: 362.773650405. iteration147, perturbing to get out of local maxima iteration 148 found worse value: 362.773650405. iteration 149 found worse value: 362.773650405. iteration 150 found worse value: 362.773650405. iteration150, perturbing to get out of local maxima iteration 151 found worse value: 362.773650405. iteration 152 found worse value: 362.773650405. iteration 153 found worse value: 362.773650405. iteration153, perturbing to get out of local maxima iteration 154 found worse value: 362.773650405. iteration154, perturbing to get out of local maxima iteration 155 found worse value: 362.773650405. iteration 156 found worse value: 362.773650405. iteration 157 found worse value: 362.773650405. iteration 158 found worse value: 362.773650405. iteration 159 found worse value: 362.773650405. iteration159, perturbing to get out of local maxima iteration 160 found worse value: 362.773650405. iteration160, perturbing to get out of local maxima iteration 161 found worse value: 362.773650405. iteration 162 found worse value: 362.773650405. iteration162, perturbing to get out of local maxima iteration 163 found worse value: 362.773650405. iteration 164 found worse value: 362.773650405. iteration 165 found worse value: 362.773650405. iteration 166 found worse value: 362.773650405. iteration166, perturbing to get out of local maxima iteration 167 found worse value: 362.773650405. iteration 168 found worse value: 362.773650405. iteration168, perturbing to get out of local maxima iteration 169 found worse value: 362.773650405. iteration169, perturbing to get out of local maxima iteration 170 found worse value: 362.773650405. iteration 171 found worse value: 362.773650405. iteration 172 found worse value: 362.773650405. iteration172, perturbing to get out of local maxima iteration 173 found worse value: 362.773650405. iteration173, perturbing to get out of local maxima iteration 174 found worse value: 362.773650405. iteration 175 found worse value: 362.773650405. iteration175, perturbing to get out of local maxima iteration 176 found worse value: 362.773650405. iteration 177 found worse value: 362.773650405. iteration177, perturbing to get out of local maxima iteration 178 found better value: 362.775942527 iteration 179 found worse value: 362.775942527. iteration 180 found better value: 362.789792531 iteration 181 found worse value: 362.789792531. iteration181, perturbing to get out of local maxima iteration 182 found better value: 362.79151883 iteration 183 found better value: 362.80368226099995 iteration 184 found better value: 362.806303092 iteration 185 found worse value: 362.806303092. iteration185, perturbing to get out of local maxima iteration 186 found better value: 362.830569589 iteration 187 found worse value: 362.830569589. iteration187, perturbing to get out of local maxima iteration 188 found worse value: 362.830569589. iteration188, perturbing to get out of local maxima iteration 189 found worse value: 362.830569589. iteration 190 found worse value: 362.830569589. iteration 191 found worse value: 362.830569589. iteration 192 found better value: 362.83198982700003 iteration 193 found worse value: 362.83198982700003. iteration193, perturbing to get out of local maxima iteration 194 found better value: 362.83454549000004 iteration 195 found worse value: 362.83454549000004. iteration 196 found better value: 362.850858142 iteration 197 found worse value: 362.850858142. iteration197, perturbing to get out of local maxima iteration 198 found worse value: 362.850858142. iteration 199 found worse value: 362.850858142. iteration199, perturbing to get out of local maxima iteration 200 found worse value: 362.850858142. iteration 201 found worse value: 362.850858142. iteration 202 found worse value: 362.850858142. iteration 203 found worse value: 362.850858142. iteration203, perturbing to get out of local maxima iteration 204 found worse value: 362.850858142. iteration 205 found worse value: 362.850858142. iteration 206 found worse value: 362.850858142. iteration206, perturbing to get out of local maxima iteration 207 found worse value: 362.850858142. iteration207, perturbing to get out of local maxima iteration 208 found worse value: 362.850858142. iteration 209 found worse value: 362.850858142. iteration209, perturbing to get out of local maxima iteration 210 found worse value: 362.850858142. iteration 211 found worse value: 362.850858142. iteration 212 found worse value: 362.850858142. iteration 213 found worse value: 362.850858142. iteration 214 found worse value: 362.850858142. iteration214, perturbing to get out of local maxima iteration 215 found worse value: 362.850858142. iteration 216 found worse value: 362.850858142. iteration 217 found worse value: 362.850858142. iteration217, perturbing to get out of local maxima iteration 218 found worse value: 362.850858142. iteration 219 found worse value: 362.850858142. iteration 220 found worse value: 362.850858142. iteration220, perturbing to get out of local maxima iteration 221 found worse value: 362.850858142. iteration221, perturbing to get out of local maxima iteration 222 found worse value: 362.850858142. iteration222, perturbing to get out of local maxima iteration 223 found worse value: 362.850858142. iteration 224 found worse value: 362.850858142. iteration 225 found worse value: 362.850858142. iteration 226 found worse value: 362.850858142. iteration 227 found worse value: 362.850858142. iteration 228 found worse value: 362.850858142. iteration 229 found worse value: 362.850858142. iteration229, perturbing to get out of local maxima iteration 230 found worse value: 362.850858142. iteration 231 found worse value: 362.850858142. iteration231, perturbing to get out of local maxima iteration 232 found worse value: 362.850858142. iteration232, perturbing to get out of local maxima iteration 233 found worse value: 362.850858142. iteration233, perturbing to get out of local maxima iteration 234 found worse value: 362.850858142. iteration 235 found worse value: 362.850858142. iteration 236 found worse value: 362.850858142. iteration 237 found worse value: 362.850858142. iteration 238 found worse value: 362.850858142. iteration238, perturbing to get out of local maxima iteration 239 found worse value: 362.850858142. iteration239, perturbing to get out of local maxima iteration 240 found worse value: 362.850858142. iteration240, perturbing to get out of local maxima iteration 241 found worse value: 362.850858142. iteration 242 found worse value: 362.850858142. iteration 243 found worse value: 362.850858142. iteration 244 found worse value: 362.850858142. iteration244, perturbing to get out of local maxima iteration 245 found worse value: 362.850858142. iteration245, perturbing to get out of local maxima iteration 246 found worse value: 362.850858142. iteration 247 found worse value: 362.850858142. iteration247, perturbing to get out of local maxima iteration 248 found worse value: 362.850858142. iteration 249 found worse value: 362.850858142. iteration 250 found worse value: 362.850858142. iteration 251 found worse value: 362.850858142. iteration 252 found worse value: 362.850858142. iteration252, perturbing to get out of local maxima iteration 253 found worse value: 362.850858142. iteration 254 found worse value: 362.850858142. iteration 255 found worse value: 362.850858142. iteration 256 found worse value: 362.850858142. iteration256, perturbing to get out of local maxima iteration 257 found worse value: 362.850858142. iteration257, perturbing to get out of local maxima iteration 258 found worse value: 362.850858142. iteration 259 found worse value: 362.850858142. iteration 260 found worse value: 362.850858142. iteration260, perturbing to get out of local maxima iteration 261 found worse value: 362.850858142. iteration 262 found worse value: 362.850858142. iteration 263 found worse value: 362.850858142. iteration 264 found worse value: 362.850858142. iteration 265 found worse value: 362.850858142. iteration265, perturbing to get out of local maxima iteration 266 found worse value: 362.850858142. iteration266, perturbing to get out of local maxima iteration 267 found worse value: 362.850858142. iteration 268 found worse value: 362.850858142. iteration 269 found worse value: 362.850858142. iteration 270 found worse value: 362.850858142. iteration 271 found worse value: 362.850858142. iteration271, perturbing to get out of local maxima iteration 272 found worse value: 362.850858142. iteration 273 found worse value: 362.850858142. iteration273, perturbing to get out of local maxima iteration 274 found worse value: 362.850858142. iteration 275 found worse value: 362.850858142. iteration275, perturbing to get out of local maxima iteration 276 found worse value: 362.850858142. iteration276, perturbing to get out of local maxima iteration 277 found better value: 362.872888877 iteration 278 found worse value: 362.872888877. iteration 279 found worse value: 362.872888877. iteration279, perturbing to get out of local maxima iteration 280 found worse value: 362.872888877. iteration 281 found worse value: 362.872888877. iteration 282 found worse value: 362.872888877. iteration 283 found better value: 362.876522173 iteration 284 found worse value: 362.876522173. iteration 285 found worse value: 362.876522173. iteration285, perturbing to get out of local maxima iteration 286 found better value: 362.877585596 iteration 287 found better value: 362.87957256299995 iteration 288 found worse value: 362.87957256299995. iteration288, perturbing to get out of local maxima iteration 289 found worse value: 362.87957256299995. iteration 290 found worse value: 362.87957256299995. iteration290, perturbing to get out of local maxima iteration 291 found worse value: 362.87957256299995. iteration 292 found worse value: 362.87957256299995. iteration 293 found worse value: 362.87957256299995. iteration 294 found worse value: 362.87957256299995. iteration294, perturbing to get out of local maxima iteration 295 found worse value: 362.87957256299995. iteration 296 found worse value: 362.87957256299995. iteration 297 found worse value: 362.87957256299995. iteration297, perturbing to get out of local maxima iteration 298 found worse value: 362.87957256299995. iteration 299 found worse value: 362.87957256299995. iteration299, perturbing to get out of local maxima iteration 300 found worse value: 362.87957256299995. iteration 301 found worse value: 362.87957256299995. iteration 302 found worse value: 362.87957256299995. iteration302, perturbing to get out of local maxima iteration 303 found worse value: 362.87957256299995. iteration 304 found worse value: 362.87957256299995. iteration 305 found worse value: 362.87957256299995. iteration305, perturbing to get out of local maxima iteration 306 found worse value: 362.87957256299995. iteration306, perturbing to get out of local maxima iteration 307 found worse value: 362.87957256299995. iteration 308 found worse value: 362.87957256299995. iteration308, perturbing to get out of local maxima iteration 309 found worse value: 362.87957256299995. iteration 310 found worse value: 362.87957256299995. iteration 311 found worse value: 362.87957256299995. iteration 312 found worse value: 362.87957256299995. iteration312, perturbing to get out of local maxima iteration 313 found worse value: 362.87957256299995. iteration 314 found worse value: 362.87957256299995. iteration 315 found worse value: 362.87957256299995. iteration315, perturbing to get out of local maxima iteration 316 found worse value: 362.87957256299995. iteration 317 found worse value: 362.87957256299995. iteration 318 found worse value: 362.87957256299995. iteration 319 found worse value: 362.87957256299995. iteration319, perturbing to get out of local maxima iteration 320 found worse value: 362.87957256299995. iteration 321 found worse value: 362.87957256299995. iteration 322 found worse value: 362.87957256299995. iteration322, perturbing to get out of local maxima iteration 323 found worse value: 362.87957256299995. iteration 324 found worse value: 362.87957256299995. iteration 325 found worse value: 362.87957256299995. iteration 326 found worse value: 362.87957256299995. iteration 327 found worse value: 362.87957256299995. iteration 328 found worse value: 362.87957256299995. iteration 329 found better value: 362.87989443 iteration 330 found worse value: 362.87989443. iteration330, perturbing to get out of local maxima iteration 331 found worse value: 362.87989443. iteration 332 found worse value: 362.87989443. iteration 333 found worse value: 362.87989443. iteration333, perturbing to get out of local maxima iteration 334 found worse value: 362.87989443. iteration 335 found worse value: 362.87989443. iteration335, perturbing to get out of local maxima iteration 336 found worse value: 362.87989443. iteration 337 found worse value: 362.87989443. iteration337, perturbing to get out of local maxima iteration 338 found better value: 362.884334187 iteration 339 found better value: 362.89194744699995 iteration 340 found worse value: 362.89194744699995. iteration340, perturbing to get out of local maxima iteration 341 found better value: 362.892887841 iteration 342 found worse value: 362.892887841. iteration342, perturbing to get out of local maxima iteration 343 found worse value: 362.892887841. iteration 344 found worse value: 362.892887841. iteration344, perturbing to get out of local maxima iteration 345 found worse value: 362.892887841. iteration 346 found worse value: 362.892887841. iteration346, perturbing to get out of local maxima iteration 347 found worse value: 362.892887841. iteration 348 found worse value: 362.892887841. iteration 349 found worse value: 362.892887841. iteration349, perturbing to get out of local maxima iteration 350 found worse value: 362.892887841. iteration 351 found better value: 362.901092027 iteration 352 found better value: 362.908219344 iteration 353 found better value: 362.909261267 iteration 354 found worse value: 362.909261267. iteration354, perturbing to get out of local maxima iteration 355 found better value: 362.911592923 iteration 356 found better value: 362.916898665 iteration 357 found better value: 362.92015949 iteration 358 found worse value: 362.92015949. iteration358, perturbing to get out of local maxima iteration 359 found better value: 362.927219654 iteration 360 found worse value: 362.927219654. iteration 361 found better value: 362.947848439 iteration 362 found worse value: 362.947848439. iteration 363 found worse value: 362.947848439. iteration363, perturbing to get out of local maxima iteration 364 found better value: 362.94791505 iteration 365 found worse value: 362.94791505. iteration 366 found worse value: 362.94791505. iteration 367 found better value: 362.977775405 iteration 368 found better value: 363.022484441 iteration 369 found better value: 363.023588086 iteration 370 found worse value: 363.023588086. iteration370, perturbing to get out of local maxima iteration 371 found better value: 363.025657039 iteration 372 found better value: 363.034318099 iteration 373 found better value: 363.035967206 iteration 374 found worse value: 363.035967206. iteration 375 found better value: 363.04134395799997 iteration 376 found worse value: 363.04134395799997. iteration 377 found better value: 363.041831897 iteration 378 found better value: 363.042558319 iteration 379 found worse value: 363.042558319. iteration 380 found worse value: 363.042558319. iteration380, perturbing to get out of local maxima iteration 381 found worse value: 363.042558319. iteration 382 found worse value: 363.042558319. iteration382, perturbing to get out of local maxima iteration 383 found worse value: 363.042558319. iteration 384 found worse value: 363.042558319. iteration 385 found worse value: 363.042558319. iteration 386 found worse value: 363.042558319. iteration386, perturbing to get out of local maxima iteration 387 found worse value: 363.042558319. iteration 388 found worse value: 363.042558319. iteration 389 found worse value: 363.042558319. iteration 390 found worse value: 363.042558319. iteration 391 found worse value: 363.042558319. iteration 392 found better value: 363.04765778499996 iteration 393 found worse value: 363.04765778499996. iteration 394 found worse value: 363.04765778499996. iteration394, perturbing to get out of local maxima iteration 395 found better value: 363.04976590499996 iteration 396 found worse value: 363.04976590499996. iteration 397 found worse value: 363.04976590499996. iteration 398 found better value: 363.05314157 iteration 399 found worse value: 363.05314157. iteration 400 found worse value: 363.05314157. iteration 401 found worse value: 363.05314157. iteration 402 found worse value: 363.05314157. iteration 403 found worse value: 363.05314157. iteration 404 found worse value: 363.05314157. iteration404, perturbing to get out of local maxima iteration 405 found worse value: 363.05314157. iteration 406 found better value: 363.054520096 iteration 407 found worse value: 363.054520096. iteration 408 found worse value: 363.054520096. iteration 409 found better value: 363.054990126 iteration 410 found worse value: 363.054990126. iteration 411 found worse value: 363.054990126. iteration 412 found worse value: 363.054990126. iteration412, perturbing to get out of local maxima iteration 413 found worse value: 363.054990126. iteration 414 found worse value: 363.054990126. iteration 415 found worse value: 363.054990126. iteration415, perturbing to get out of local maxima iteration 416 found worse value: 363.054990126. iteration 417 found worse value: 363.054990126. iteration 418 found worse value: 363.054990126. iteration418, perturbing to get out of local maxima iteration 419 found better value: 363.059606554 iteration 420 found better value: 363.09014937399996 iteration 421 found worse value: 363.09014937399996. iteration421, perturbing to get out of local maxima iteration 422 found worse value: 363.09014937399996. iteration422, perturbing to get out of local maxima iteration 423 found worse value: 363.09014937399996. iteration 424 found worse value: 363.09014937399996. iteration 425 found worse value: 363.09014937399996. iteration 426 found worse value: 363.09014937399996. iteration 427 found worse value: 363.09014937399996. iteration427, perturbing to get out of local maxima iteration 428 found better value: 363.091497979 iteration 429 found worse value: 363.091497979. iteration 430 found better value: 363.094657661 iteration 431 found better value: 363.09468477 iteration 432 found worse value: 363.09468477. iteration 433 found worse value: 363.09468477. iteration 434 found worse value: 363.09468477. iteration434, perturbing to get out of local maxima iteration 435 found worse value: 363.09468477. iteration 436 found worse value: 363.09468477. iteration 437 found worse value: 363.09468477. iteration 438 found worse value: 363.09468477. iteration 439 found better value: 363.096594693 iteration 440 found worse value: 363.096594693. iteration 441 found better value: 363.097165466 iteration 442 found worse value: 363.097165466. iteration442, perturbing to get out of local maxima iteration 443 found worse value: 363.097165466. iteration443, perturbing to get out of local maxima iteration 444 found worse value: 363.097165466. iteration 445 found worse value: 363.097165466. iteration 446 found worse value: 363.097165466. iteration 447 found worse value: 363.097165466. iteration 448 found worse value: 363.097165466. iteration 449 found worse value: 363.097165466. iteration 450 found worse value: 363.097165466. iteration 451 found worse value: 363.097165466. iteration 452 found worse value: 363.097165466. iteration 453 found worse value: 363.097165466. iteration453, perturbing to get out of local maxima iteration 454 found worse value: 363.097165466. iteration 455 found worse value: 363.097165466. iteration455, perturbing to get out of local maxima iteration 456 found worse value: 363.097165466. iteration 457 found worse value: 363.097165466. iteration 458 found worse value: 363.097165466. iteration 459 found worse value: 363.097165466. iteration459, perturbing to get out of local maxima iteration 460 found worse value: 363.097165466. iteration 461 found worse value: 363.097165466. iteration 462 found better value: 363.097468562 iteration 463 found worse value: 363.097468562. iteration463, perturbing to get out of local maxima iteration 464 found worse value: 363.097468562. iteration464, perturbing to get out of local maxima iteration 465 found worse value: 363.097468562. iteration465, perturbing to get out of local maxima iteration 466 found worse value: 363.097468562. iteration466, perturbing to get out of local maxima iteration 467 found worse value: 363.097468562. iteration 468 found worse value: 363.097468562. iteration 469 found worse value: 363.097468562. iteration 470 found worse value: 363.097468562. iteration 471 found worse value: 363.097468562. iteration471, perturbing to get out of local maxima iteration 472 found worse value: 363.097468562. iteration 473 found worse value: 363.097468562. iteration 474 found worse value: 363.097468562. iteration 475 found worse value: 363.097468562. iteration475, perturbing to get out of local maxima iteration 476 found worse value: 363.097468562. iteration 477 found worse value: 363.097468562. iteration 478 found worse value: 363.097468562. iteration478, perturbing to get out of local maxima iteration 479 found worse value: 363.097468562. iteration479, perturbing to get out of local maxima iteration 480 found worse value: 363.097468562. iteration 481 found worse value: 363.097468562. iteration 482 found worse value: 363.097468562. iteration482, perturbing to get out of local maxima iteration 483 found worse value: 363.097468562. iteration 484 found worse value: 363.097468562. iteration484, perturbing to get out of local maxima iteration 485 found worse value: 363.097468562. iteration 486 found worse value: 363.097468562. iteration 487 found worse value: 363.097468562. iteration 488 found worse value: 363.097468562. iteration 489 found worse value: 363.097468562. iteration 490 found worse value: 363.097468562. iteration 491 found worse value: 363.097468562. iteration 492 found worse value: 363.097468562. iteration492, perturbing to get out of local maxima iteration 493 found worse value: 363.097468562. iteration 494 found worse value: 363.097468562. iteration 495 found worse value: 363.097468562. iteration 496 found worse value: 363.097468562. iteration 497 found worse value: 363.097468562. iteration 498 found worse value: 363.097468562. iteration 499 found worse value: 363.097468562. iteration 500 found worse value: 363.097468562. iteration 501 found worse value: 363.097468562. iteration 502 found worse value: 363.097468562. iteration 503 found worse value: 363.097468562. iteration 504 found worse value: 363.097468562. iteration 505 found worse value: 363.097468562. iteration 506 found worse value: 363.097468562. iteration 507 found worse value: 363.097468562. iteration 508 found worse value: 363.097468562. iteration 509 found worse value: 363.097468562. iteration 510 found worse value: 363.097468562. iteration 511 found worse value: 363.097468562. iteration511, perturbing to get out of local maxima iteration 512 found worse value: 363.097468562. iteration 513 found better value: 363.10756921999996 iteration 514 found better value: 363.10835226399996 iteration 515 found worse value: 363.10835226399996. iteration515, perturbing to get out of local maxima iteration 516 found worse value: 363.10835226399996. iteration516, perturbing to get out of local maxima iteration 517 found worse value: 363.10835226399996. iteration517, perturbing to get out of local maxima iteration 518 found worse value: 363.10835226399996. iteration 519 found worse value: 363.10835226399996. iteration519, perturbing to get out of local maxima iteration 520 found worse value: 363.10835226399996. iteration 521 found worse value: 363.10835226399996. iteration521, perturbing to get out of local maxima iteration 522 found worse value: 363.10835226399996. iteration 523 found worse value: 363.10835226399996. iteration 524 found worse value: 363.10835226399996. iteration 525 found worse value: 363.10835226399996. iteration 526 found worse value: 363.10835226399996. iteration526, perturbing to get out of local maxima iteration 527 found worse value: 363.10835226399996. iteration527, perturbing to get out of local maxima iteration 528 found worse value: 363.10835226399996. iteration528, perturbing to get out of local maxima iteration 529 found worse value: 363.10835226399996. iteration 530 found worse value: 363.10835226399996. iteration 531 found worse value: 363.10835226399996. iteration 532 found better value: 363.11698866 iteration 533 found worse value: 363.11698866. iteration 534 found better value: 363.117212092 iteration 535 found worse value: 363.117212092. iteration 536 found better value: 363.117525471 iteration 537 found worse value: 363.117525471. iteration 538 found worse value: 363.117525471. iteration 539 found worse value: 363.117525471. iteration 540 found worse value: 363.117525471. iteration 541 found worse value: 363.117525471. iteration541, perturbing to get out of local maxima iteration 542 found worse value: 363.117525471. iteration542, perturbing to get out of local maxima iteration 543 found worse value: 363.117525471. iteration543, perturbing to get out of local maxima iteration 544 found worse value: 363.117525471. iteration544, perturbing to get out of local maxima iteration 545 found worse value: 363.117525471. iteration 546 found worse value: 363.117525471. iteration546, perturbing to get out of local maxima iteration 547 found worse value: 363.117525471. iteration547, perturbing to get out of local maxima iteration 548 found worse value: 363.117525471. iteration 549 found worse value: 363.117525471. iteration549, perturbing to get out of local maxima iteration 550 found worse value: 363.117525471. iteration 551 found worse value: 363.117525471. iteration551, perturbing to get out of local maxima iteration 552 found worse value: 363.117525471. iteration552, perturbing to get out of local maxima iteration 553 found worse value: 363.117525471. iteration553, perturbing to get out of local maxima iteration 554 found worse value: 363.117525471. iteration 555 found worse value: 363.117525471. iteration555, perturbing to get out of local maxima iteration 556 found worse value: 363.117525471. iteration 557 found worse value: 363.117525471. iteration557, perturbing to get out of local maxima iteration 558 found worse value: 363.117525471. iteration558, perturbing to get out of local maxima iteration 559 found worse value: 363.117525471. iteration 560 found worse value: 363.117525471. iteration 561 found worse value: 363.117525471. iteration561, perturbing to get out of local maxima iteration 562 found worse value: 363.117525471. iteration 563 found worse value: 363.117525471. iteration 564 found worse value: 363.117525471. iteration 565 found worse value: 363.117525471. iteration 566 found worse value: 363.117525471. iteration 567 found worse value: 363.117525471. iteration 568 found worse value: 363.117525471. iteration 569 found worse value: 363.117525471. iteration 570 found worse value: 363.117525471. iteration 571 found worse value: 363.117525471. iteration 572 found worse value: 363.117525471. iteration 573 found worse value: 363.117525471. iteration 574 found worse value: 363.117525471. iteration574, perturbing to get out of local maxima iteration 575 found worse value: 363.117525471. iteration 576 found worse value: 363.117525471. iteration 577 found worse value: 363.117525471. iteration 578 found worse value: 363.117525471. iteration 579 found worse value: 363.117525471. iteration579, perturbing to get out of local maxima iteration 580 found worse value: 363.117525471. iteration 581 found worse value: 363.117525471. iteration581, perturbing to get out of local maxima iteration 582 found worse value: 363.117525471. iteration582, perturbing to get out of local maxima iteration 583 found worse value: 363.117525471. iteration 584 found worse value: 363.117525471. iteration584, perturbing to get out of local maxima iteration 585 found better value: 363.154773549 iteration 586 found better value: 363.157454143 iteration 587 found worse value: 363.157454143. iteration587, perturbing to get out of local maxima iteration 588 found worse value: 363.157454143. iteration 589 found worse value: 363.157454143. iteration 590 found worse value: 363.157454143. iteration 591 found worse value: 363.157454143. iteration 592 found worse value: 363.157454143. iteration 593 found worse value: 363.157454143. iteration 594 found worse value: 363.157454143. iteration 595 found worse value: 363.157454143. iteration 596 found worse value: 363.157454143. iteration 597 found worse value: 363.157454143. iteration 598 found better value: 363.15814174999997 iteration 599 found worse value: 363.15814174999997. iteration 600 found worse value: 363.15814174999997. iteration 601 found worse value: 363.15814174999997. iteration601, perturbing to get out of local maxima iteration 602 found better value: 363.15844936 iteration 603 found better value: 363.158700204 iteration 604 found worse value: 363.158700204. iteration604, perturbing to get out of local maxima iteration 605 found worse value: 363.158700204. iteration605, perturbing to get out of local maxima iteration 606 found worse value: 363.158700204. iteration 607 found worse value: 363.158700204. iteration 608 found worse value: 363.158700204. iteration 609 found worse value: 363.158700204. iteration609, perturbing to get out of local maxima iteration 610 found worse value: 363.158700204. iteration 611 found worse value: 363.158700204. iteration 612 found better value: 363.159072941 iteration 613 found worse value: 363.159072941. iteration 614 found better value: 363.15948964 iteration 615 found worse value: 363.15948964. iteration615, perturbing to get out of local maxima iteration 616 found worse value: 363.15948964. iteration 617 found worse value: 363.15948964. iteration 618 found worse value: 363.15948964. iteration 619 found worse value: 363.15948964. iteration 620 found worse value: 363.15948964. iteration 621 found worse value: 363.15948964. iteration 622 found worse value: 363.15948964. iteration622, perturbing to get out of local maxima iteration 623 found worse value: 363.15948964. iteration 624 found worse value: 363.15948964. iteration 625 found worse value: 363.15948964. iteration 626 found worse value: 363.15948964. iteration 627 found worse value: 363.15948964. iteration 628 found worse value: 363.15948964. iteration 629 found worse value: 363.15948964. iteration 630 found worse value: 363.15948964. iteration 631 found worse value: 363.15948964. iteration 632 found worse value: 363.15948964. iteration632, perturbing to get out of local maxima iteration 633 found worse value: 363.15948964. iteration 634 found worse value: 363.15948964. iteration 635 found worse value: 363.15948964. iteration 636 found better value: 363.160739822 iteration 637 found better value: 363.16536894700005 iteration 638 found worse value: 363.16536894700005. iteration638, perturbing to get out of local maxima iteration 639 found worse value: 363.16536894700005. iteration 640 found worse value: 363.16536894700005. iteration640, perturbing to get out of local maxima iteration 641 found better value: 363.17117195899993 iteration 642 found worse value: 363.17117195899993. iteration 643 found worse value: 363.17117195899993. iteration 644 found worse value: 363.17117195899993. iteration 645 found worse value: 363.17117195899993. iteration 646 found worse value: 363.17117195899993. iteration646, perturbing to get out of local maxima iteration 647 found worse value: 363.17117195899993. iteration 648 found worse value: 363.17117195899993. iteration 649 found better value: 363.17589644299994 iteration 650 found better value: 363.179433488 iteration 651 found better value: 363.18793784799993 iteration 652 found better value: 363.196612296 iteration 653 found better value: 363.20080580399997 iteration 654 found better value: 363.201888413 iteration 655 found worse value: 363.201888413. iteration 656 found worse value: 363.201888413. iteration 657 found worse value: 363.201888413. iteration657, perturbing to get out of local maxima iteration 658 found worse value: 363.201888413. iteration 659 found worse value: 363.201888413. iteration 660 found worse value: 363.201888413. iteration 661 found worse value: 363.201888413. iteration 662 found better value: 363.207148538 iteration 663 found worse value: 363.207148538. iteration 664 found better value: 363.215179771 iteration 665 found better value: 363.215946241 iteration 666 found better value: 363.23682422 iteration 667 found worse value: 363.23682422. iteration 668 found worse value: 363.23682422. iteration 669 found worse value: 363.23682422. iteration 670 found worse value: 363.23682422. iteration 671 found better value: 363.237570678 iteration 672 found worse value: 363.237570678. iteration 673 found worse value: 363.237570678. iteration673, perturbing to get out of local maxima iteration 674 found worse value: 363.237570678. iteration 675 found worse value: 363.237570678. iteration 676 found worse value: 363.237570678. iteration676, perturbing to get out of local maxima iteration 677 found better value: 363.239627164 iteration 678 found worse value: 363.239627164. iteration 679 found worse value: 363.239627164. iteration 680 found worse value: 363.239627164. iteration 681 found worse value: 363.239627164. iteration 682 found worse value: 363.239627164. iteration682, perturbing to get out of local maxima iteration 683 found worse value: 363.239627164. iteration 684 found worse value: 363.239627164. iteration 685 found worse value: 363.239627164. iteration 686 found worse value: 363.239627164. iteration 687 found worse value: 363.239627164. iteration687, perturbing to get out of local maxima iteration 688 found worse value: 363.239627164. iteration 689 found worse value: 363.239627164. iteration 690 found worse value: 363.239627164. iteration 691 found worse value: 363.239627164. iteration 692 found worse value: 363.239627164. iteration692, perturbing to get out of local maxima iteration 693 found worse value: 363.239627164. iteration 694 found worse value: 363.239627164. iteration 695 found worse value: 363.239627164. iteration 696 found worse value: 363.239627164. iteration 697 found worse value: 363.239627164. iteration 698 found better value: 363.245705271 iteration 699 found worse value: 363.245705271. iteration 700 found worse value: 363.245705271. iteration 701 found worse value: 363.245705271. iteration701, perturbing to get out of local maxima iteration 702 found worse value: 363.245705271. iteration 703 found worse value: 363.245705271. iteration703, perturbing to get out of local maxima iteration 704 found worse value: 363.245705271. iteration 705 found worse value: 363.245705271. iteration705, perturbing to get out of local maxima iteration 706 found worse value: 363.245705271. iteration 707 found worse value: 363.245705271. iteration 708 found worse value: 363.245705271. iteration 709 found worse value: 363.245705271. iteration 710 found worse value: 363.245705271. iteration 711 found worse value: 363.245705271. iteration 712 found worse value: 363.245705271. iteration712, perturbing to get out of local maxima iteration 713 found worse value: 363.245705271. iteration 714 found worse value: 363.245705271. iteration 715 found worse value: 363.245705271. iteration 716 found worse value: 363.245705271. iteration 717 found worse value: 363.245705271. iteration 718 found better value: 363.248512097 iteration 719 found better value: 363.248684072 iteration 720 found worse value: 363.248684072. iteration 721 found worse value: 363.248684072. iteration 722 found worse value: 363.248684072. iteration 723 found worse value: 363.248684072. iteration 724 found worse value: 363.248684072. iteration 725 found worse value: 363.248684072. iteration725, perturbing to get out of local maxima iteration 726 found worse value: 363.248684072. iteration 727 found worse value: 363.248684072. iteration 728 found worse value: 363.248684072. iteration 729 found worse value: 363.248684072. iteration 730 found worse value: 363.248684072. iteration 731 found worse value: 363.248684072. iteration 732 found worse value: 363.248684072. iteration 733 found worse value: 363.248684072. iteration 734 found worse value: 363.248684072. iteration 735 found worse value: 363.248684072. iteration735, perturbing to get out of local maxima iteration 736 found worse value: 363.248684072. iteration736, perturbing to get out of local maxima iteration 737 found worse value: 363.248684072. iteration 738 found worse value: 363.248684072. iteration 739 found worse value: 363.248684072. iteration 740 found worse value: 363.248684072. iteration 741 found worse value: 363.248684072. iteration 742 found worse value: 363.248684072. iteration742, perturbing to get out of local maxima iteration 743 found worse value: 363.248684072. iteration743, perturbing to get out of local maxima iteration 744 found worse value: 363.248684072. iteration 745 found worse value: 363.248684072. iteration 746 found worse value: 363.248684072. iteration 747 found worse value: 363.248684072. iteration 748 found worse value: 363.248684072. iteration 749 found worse value: 363.248684072. iteration749, perturbing to get out of local maxima iteration 750 found worse value: 363.248684072. iteration750, perturbing to get out of local maxima iteration 751 found worse value: 363.248684072. iteration 752 found worse value: 363.248684072. iteration752, perturbing to get out of local maxima iteration 753 found worse value: 363.248684072. iteration 754 found worse value: 363.248684072. iteration 755 found worse value: 363.248684072. iteration755, perturbing to get out of local maxima iteration 756 found worse value: 363.248684072. iteration 757 found worse value: 363.248684072. iteration757, perturbing to get out of local maxima iteration 758 found worse value: 363.248684072. iteration 759 found worse value: 363.248684072. iteration 760 found worse value: 363.248684072. iteration 761 found worse value: 363.248684072. iteration 762 found worse value: 363.248684072. iteration 763 found worse value: 363.248684072. iteration 764 found worse value: 363.248684072. iteration764, perturbing to get out of local maxima iteration 765 found worse value: 363.248684072. iteration765, perturbing to get out of local maxima iteration 766 found worse value: 363.248684072. iteration 767 found worse value: 363.248684072. iteration767, perturbing to get out of local maxima iteration 768 found worse value: 363.248684072. iteration768, perturbing to get out of local maxima iteration 769 found worse value: 363.248684072. iteration 770 found worse value: 363.248684072. iteration770, perturbing to get out of local maxima iteration 771 found worse value: 363.248684072. iteration771, perturbing to get out of local maxima iteration 772 found worse value: 363.248684072. iteration 773 found worse value: 363.248684072. iteration 774 found worse value: 363.248684072. iteration 775 found worse value: 363.248684072. iteration 776 found worse value: 363.248684072. iteration 777 found worse value: 363.248684072. iteration 778 found worse value: 363.248684072. iteration778, perturbing to get out of local maxima iteration 779 found worse value: 363.248684072. iteration 780 found worse value: 363.248684072. iteration 781 found worse value: 363.248684072. iteration781, perturbing to get out of local maxima iteration 782 found worse value: 363.248684072. iteration 783 found worse value: 363.248684072. iteration 784 found worse value: 363.248684072. iteration 785 found worse value: 363.248684072. iteration785, perturbing to get out of local maxima iteration 786 found worse value: 363.248684072. iteration 787 found worse value: 363.248684072. iteration787, perturbing to get out of local maxima iteration 788 found worse value: 363.248684072. iteration 789 found worse value: 363.248684072. iteration 790 found worse value: 363.248684072. iteration 791 found worse value: 363.248684072. iteration 792 found worse value: 363.248684072. iteration792, perturbing to get out of local maxima iteration 793 found worse value: 363.248684072. iteration793, perturbing to get out of local maxima iteration 794 found worse value: 363.248684072. iteration 795 found worse value: 363.248684072. iteration795, perturbing to get out of local maxima iteration 796 found worse value: 363.248684072. iteration 797 found worse value: 363.248684072. iteration 798 found worse value: 363.248684072. iteration 799 found worse value: 363.248684072. iteration 800 found worse value: 363.248684072. iteration 801 found worse value: 363.248684072. iteration 802 found worse value: 363.248684072. iteration802, perturbing to get out of local maxima iteration 803 found worse value: 363.248684072. iteration 804 found worse value: 363.248684072. iteration804, perturbing to get out of local maxima iteration 805 found worse value: 363.248684072. iteration 806 found worse value: 363.248684072. iteration 807 found worse value: 363.248684072. iteration 808 found worse value: 363.248684072. iteration808, perturbing to get out of local maxima iteration 809 found worse value: 363.248684072. iteration 810 found worse value: 363.248684072. iteration810, perturbing to get out of local maxima iteration 811 found worse value: 363.248684072. iteration811, perturbing to get out of local maxima iteration 812 found worse value: 363.248684072. iteration 813 found worse value: 363.248684072. iteration 814 found worse value: 363.248684072. iteration 815 found worse value: 363.248684072. iteration815, perturbing to get out of local maxima iteration 816 found worse value: 363.248684072. iteration 817 found worse value: 363.248684072. iteration 818 found worse value: 363.248684072. iteration818, perturbing to get out of local maxima iteration 819 found worse value: 363.248684072. iteration 820 found worse value: 363.248684072. iteration820, perturbing to get out of local maxima iteration 821 found worse value: 363.248684072. iteration 822 found worse value: 363.248684072. iteration 823 found worse value: 363.248684072. iteration 824 found worse value: 363.248684072. iteration 825 found worse value: 363.248684072. iteration 826 found worse value: 363.248684072. iteration 827 found worse value: 363.248684072. iteration827, perturbing to get out of local maxima iteration 828 found worse value: 363.248684072. iteration 829 found worse value: 363.248684072. iteration 830 found worse value: 363.248684072. iteration 831 found worse value: 363.248684072. iteration 832 found worse value: 363.248684072. iteration 833 found worse value: 363.248684072. iteration 834 found worse value: 363.248684072. iteration 835 found worse value: 363.248684072. iteration835, perturbing to get out of local maxima iteration 836 found worse value: 363.248684072. iteration 837 found worse value: 363.248684072. iteration 838 found worse value: 363.248684072. iteration 839 found worse value: 363.248684072. iteration 840 found worse value: 363.248684072. iteration 841 found worse value: 363.248684072. iteration 842 found worse value: 363.248684072. iteration 843 found worse value: 363.248684072. iteration 844 found worse value: 363.248684072. iteration844, perturbing to get out of local maxima iteration 845 found worse value: 363.248684072. iteration845, perturbing to get out of local maxima iteration 846 found worse value: 363.248684072. iteration 847 found worse value: 363.248684072. iteration 848 found worse value: 363.248684072. iteration 849 found worse value: 363.248684072. iteration849, perturbing to get out of local maxima iteration 850 found worse value: 363.248684072. iteration 851 found worse value: 363.248684072. iteration851, perturbing to get out of local maxima iteration 852 found worse value: 363.248684072. iteration 853 found worse value: 363.248684072. iteration 854 found worse value: 363.248684072. iteration 855 found worse value: 363.248684072. iteration 856 found worse value: 363.248684072. iteration 857 found worse value: 363.248684072. iteration 858 found worse value: 363.248684072. iteration 859 found worse value: 363.248684072. iteration 860 found worse value: 363.248684072. iteration860, perturbing to get out of local maxima iteration 861 found worse value: 363.248684072. iteration 862 found worse value: 363.248684072. iteration 863 found worse value: 363.248684072. iteration 864 found worse value: 363.248684072. iteration 865 found worse value: 363.248684072. iteration865, perturbing to get out of local maxima iteration 866 found worse value: 363.248684072. iteration 867 found worse value: 363.248684072. iteration867, perturbing to get out of local maxima iteration 868 found worse value: 363.248684072. iteration 869 found worse value: 363.248684072. iteration 870 found worse value: 363.248684072. iteration 871 found worse value: 363.248684072. iteration871, perturbing to get out of local maxima iteration 872 found worse value: 363.248684072. iteration 873 found worse value: 363.248684072. iteration873, perturbing to get out of local maxima iteration 874 found worse value: 363.248684072. iteration 875 found worse value: 363.248684072. iteration 876 found worse value: 363.248684072. iteration 877 found worse value: 363.248684072. iteration 878 found worse value: 363.248684072. iteration 879 found worse value: 363.248684072. iteration 880 found worse value: 363.248684072. iteration 881 found worse value: 363.248684072. iteration881, perturbing to get out of local maxima iteration 882 found worse value: 363.248684072. iteration882, perturbing to get out of local maxima iteration 883 found worse value: 363.248684072. iteration 884 found worse value: 363.248684072. iteration 885 found worse value: 363.248684072. iteration885, perturbing to get out of local maxima iteration 886 found worse value: 363.248684072. iteration 887 found worse value: 363.248684072. iteration887, perturbing to get out of local maxima iteration 888 found worse value: 363.248684072. iteration 889 found worse value: 363.248684072. iteration 890 found worse value: 363.248684072. iteration 891 found worse value: 363.248684072. iteration891, perturbing to get out of local maxima iteration 892 found worse value: 363.248684072. iteration 893 found worse value: 363.248684072. iteration 894 found worse value: 363.248684072. iteration894, perturbing to get out of local maxima iteration 895 found worse value: 363.248684072. iteration895, perturbing to get out of local maxima iteration 896 found worse value: 363.248684072. iteration896, perturbing to get out of local maxima iteration 897 found worse value: 363.248684072. iteration897, perturbing to get out of local maxima iteration 898 found worse value: 363.248684072. iteration898, perturbing to get out of local maxima iteration 899 found worse value: 363.248684072. iteration 900 found worse value: 363.248684072. iteration 901 found worse value: 363.248684072. iteration 902 found worse value: 363.248684072. iteration 903 found worse value: 363.248684072. iteration 904 found worse value: 363.248684072. iteration904, perturbing to get out of local maxima iteration 905 found worse value: 363.248684072. iteration 906 found worse value: 363.248684072. iteration 907 found worse value: 363.248684072. iteration 908 found worse value: 363.248684072. iteration 909 found worse value: 363.248684072. iteration 910 found worse value: 363.248684072. iteration 911 found worse value: 363.248684072. iteration 912 found worse value: 363.248684072. iteration 913 found worse value: 363.248684072. iteration 914 found worse value: 363.248684072. iteration 915 found worse value: 363.248684072. iteration 916 found worse value: 363.248684072. iteration 917 found worse value: 363.248684072. iteration 918 found worse value: 363.248684072. iteration 919 found worse value: 363.248684072. iteration919, perturbing to get out of local maxima iteration 920 found worse value: 363.248684072. iteration 921 found worse value: 363.248684072. iteration 922 found worse value: 363.248684072. iteration 923 found worse value: 363.248684072. iteration923, perturbing to get out of local maxima iteration 924 found worse value: 363.248684072. iteration 925 found worse value: 363.248684072. iteration 926 found worse value: 363.248684072. iteration 927 found worse value: 363.248684072. iteration927, perturbing to get out of local maxima iteration 928 found worse value: 363.248684072. iteration928, perturbing to get out of local maxima iteration 929 found worse value: 363.248684072. iteration 930 found worse value: 363.248684072. iteration 931 found worse value: 363.248684072. iteration 932 found worse value: 363.248684072. iteration932, perturbing to get out of local maxima iteration 933 found worse value: 363.248684072. iteration 934 found worse value: 363.248684072. iteration 935 found worse value: 363.248684072. iteration 936 found worse value: 363.248684072. iteration 937 found worse value: 363.248684072. iteration 938 found worse value: 363.248684072. iteration 939 found worse value: 363.248684072. iteration 940 found worse value: 363.248684072. iteration 941 found worse value: 363.248684072. iteration 942 found worse value: 363.248684072. iteration942, perturbing to get out of local maxima iteration 943 found worse value: 363.248684072. iteration 944 found worse value: 363.248684072. iteration 945 found worse value: 363.248684072. iteration 946 found worse value: 363.248684072. iteration 947 found worse value: 363.248684072. iteration 948 found worse value: 363.248684072. iteration948, perturbing to get out of local maxima iteration 949 found worse value: 363.248684072. iteration 950 found worse value: 363.248684072. iteration 951 found worse value: 363.248684072. iteration 952 found worse value: 363.248684072. iteration952, perturbing to get out of local maxima iteration 953 found worse value: 363.248684072. iteration 954 found worse value: 363.248684072. iteration 955 found worse value: 363.248684072. iteration 956 found worse value: 363.248684072. iteration 957 found worse value: 363.248684072. iteration 958 found worse value: 363.248684072. iteration 959 found worse value: 363.248684072. iteration959, perturbing to get out of local maxima iteration 960 found worse value: 363.248684072. iteration 961 found worse value: 363.248684072. iteration 962 found worse value: 363.248684072. iteration 963 found worse value: 363.248684072. iteration963, perturbing to get out of local maxima iteration 964 found worse value: 363.248684072. iteration964, perturbing to get out of local maxima iteration 965 found worse value: 363.248684072. iteration 966 found worse value: 363.248684072. iteration 967 found worse value: 363.248684072. iteration 968 found worse value: 363.248684072. iteration 969 found worse value: 363.248684072. iteration 970 found worse value: 363.248684072. iteration 971 found worse value: 363.248684072. iteration971, perturbing to get out of local maxima iteration 972 found worse value: 363.248684072. iteration 973 found worse value: 363.248684072. iteration 974 found worse value: 363.248684072. iteration 975 found worse value: 363.248684072. iteration 976 found worse value: 363.248684072. iteration976, perturbing to get out of local maxima iteration 977 found worse value: 363.248684072. iteration977, perturbing to get out of local maxima iteration 978 found worse value: 363.248684072. iteration 979 found worse value: 363.248684072. iteration 980 found worse value: 363.248684072. iteration980, perturbing to get out of local maxima iteration 981 found worse value: 363.248684072. iteration981, perturbing to get out of local maxima iteration 982 found worse value: 363.248684072. iteration 983 found worse value: 363.248684072. iteration 984 found worse value: 363.248684072. iteration 985 found worse value: 363.248684072. iteration 986 found worse value: 363.248684072. iteration 987 found worse value: 363.248684072. iteration 988 found worse value: 363.248684072. iteration 989 found worse value: 363.248684072. iteration989, perturbing to get out of local maxima iteration 990 found worse value: 363.248684072. iteration 991 found worse value: 363.248684072. iteration 992 found worse value: 363.248684072. iteration 993 found worse value: 363.248684072. iteration 994 found worse value: 363.248684072. iteration994, perturbing to get out of local maxima iteration 995 found worse value: 363.248684072. iteration 996 found worse value: 363.248684072. iteration 997 found worse value: 363.248684072. iteration 998 found worse value: 363.248684072. iteration 999 found worse value: 363.248684072. iteration 1000 found worse value: 363.248684072. iteration 1001 found worse value: 363.248684072. iteration 1002 found worse value: 363.248684072. iteration1002, perturbing to get out of local maxima iteration 1003 found worse value: 363.248684072. iteration 1004 found worse value: 363.248684072. iteration 1005 found worse value: 363.248684072. iteration 1006 found worse value: 363.248684072. iteration 1007 found worse value: 363.248684072. iteration 1008 found worse value: 363.248684072. iteration1008, perturbing to get out of local maxima iteration 1009 found worse value: 363.248684072. iteration1009, perturbing to get out of local maxima iteration 1010 found worse value: 363.248684072. iteration 1011 found worse value: 363.248684072. iteration 1012 found worse value: 363.248684072. iteration 1013 found worse value: 363.248684072. iteration1013, perturbing to get out of local maxima iteration 1014 found worse value: 363.248684072. iteration 1015 found worse value: 363.248684072. iteration1015, perturbing to get out of local maxima iteration 1016 found worse value: 363.248684072. iteration1016, perturbing to get out of local maxima iteration 1017 found worse value: 363.248684072. iteration 1018 found worse value: 363.248684072. iteration 1019 found worse value: 363.248684072. iteration 1020 found worse value: 363.248684072. iteration 1021 found worse value: 363.248684072. iteration 1022 found worse value: 363.248684072. iteration 1023 found worse value: 363.248684072. iteration1023, perturbing to get out of local maxima iteration 1024 found worse value: 363.248684072. iteration 1025 found worse value: 363.248684072. iteration 1026 found worse value: 363.248684072. iteration1026, perturbing to get out of local maxima iteration 1027 found worse value: 363.248684072. iteration 1028 found worse value: 363.248684072. iteration 1029 found worse value: 363.248684072. iteration 1030 found worse value: 363.248684072. iteration 1031 found worse value: 363.248684072. iteration 1032 found worse value: 363.248684072. iteration 1033 found worse value: 363.248684072. iteration1033, perturbing to get out of local maxima iteration 1034 found better value: 363.250720142 iteration 1035 found worse value: 363.250720142. iteration 1036 found worse value: 363.250720142. iteration1036, perturbing to get out of local maxima iteration 1037 found worse value: 363.250720142. iteration1037, perturbing to get out of local maxima iteration 1038 found worse value: 363.250720142. iteration 1039 found worse value: 363.250720142. iteration 1040 found worse value: 363.250720142. iteration 1041 found worse value: 363.250720142. iteration 1042 found worse value: 363.250720142. iteration 1043 found worse value: 363.250720142. iteration 1044 found worse value: 363.250720142. iteration1044, perturbing to get out of local maxima iteration 1045 found worse value: 363.250720142. iteration 1046 found worse value: 363.250720142. iteration 1047 found worse value: 363.250720142. iteration 1048 found worse value: 363.250720142. iteration 1049 found better value: 363.255511067 iteration 1050 found worse value: 363.255511067. iteration 1051 found worse value: 363.255511067. iteration 1052 found worse value: 363.255511067. iteration 1053 found worse value: 363.255511067. iteration 1054 found worse value: 363.255511067. iteration 1055 found better value: 363.255941392 iteration 1056 found worse value: 363.255941392. iteration1056, perturbing to get out of local maxima iteration 1057 found better value: 363.258873584 iteration 1058 found worse value: 363.258873584. iteration 1059 found worse value: 363.258873584. iteration 1060 found worse value: 363.258873584. iteration 1061 found worse value: 363.258873584. iteration 1062 found worse value: 363.258873584. iteration 1063 found worse value: 363.258873584. iteration1063, perturbing to get out of local maxima iteration 1064 found worse value: 363.258873584. iteration1064, perturbing to get out of local maxima iteration 1065 found worse value: 363.258873584. iteration 1066 found worse value: 363.258873584. iteration 1067 found worse value: 363.258873584. iteration 1068 found better value: 363.259154998 iteration 1069 found worse value: 363.259154998. iteration 1070 found worse value: 363.259154998. iteration 1071 found worse value: 363.259154998. iteration1071, perturbing to get out of local maxima iteration 1072 found worse value: 363.259154998. iteration 1073 found worse value: 363.259154998. iteration 1074 found worse value: 363.259154998. iteration 1075 found worse value: 363.259154998. iteration 1076 found worse value: 363.259154998. iteration 1077 found worse value: 363.259154998. iteration1077, perturbing to get out of local maxima iteration 1078 found worse value: 363.259154998. iteration1078, perturbing to get out of local maxima iteration 1079 found worse value: 363.259154998. iteration 1080 found worse value: 363.259154998. iteration 1081 found worse value: 363.259154998. iteration1081, perturbing to get out of local maxima iteration 1082 found worse value: 363.259154998. iteration 1083 found worse value: 363.259154998. iteration 1084 found worse value: 363.259154998. iteration 1085 found worse value: 363.259154998. iteration 1086 found worse value: 363.259154998. iteration 1087 found worse value: 363.259154998. iteration1087, perturbing to get out of local maxima iteration 1088 found worse value: 363.259154998. iteration1088, perturbing to get out of local maxima iteration 1089 found worse value: 363.259154998. iteration 1090 found worse value: 363.259154998. iteration 1091 found worse value: 363.259154998. iteration 1092 found worse value: 363.259154998. iteration 1093 found worse value: 363.259154998. iteration 1094 found worse value: 363.259154998. iteration1094, perturbing to get out of local maxima iteration 1095 found worse value: 363.259154998. iteration1095, perturbing to get out of local maxima iteration 1096 found worse value: 363.259154998. iteration 1097 found worse value: 363.259154998. iteration 1098 found worse value: 363.259154998. iteration1098, perturbing to get out of local maxima iteration 1099 found worse value: 363.259154998. iteration 1100 found worse value: 363.259154998. iteration1100, perturbing to get out of local maxima iteration 1101 found worse value: 363.259154998. iteration 1102 found worse value: 363.259154998. iteration 1103 found worse value: 363.259154998. iteration 1104 found worse value: 363.259154998. iteration 1105 found worse value: 363.259154998. iteration1105, perturbing to get out of local maxima iteration 1106 found worse value: 363.259154998. iteration 1107 found worse value: 363.259154998. iteration 1108 found worse value: 363.259154998. iteration 1109 found worse value: 363.259154998. iteration 1110 found worse value: 363.259154998. iteration 1111 found worse value: 363.259154998. iteration 1112 found worse value: 363.259154998. iteration 1113 found worse value: 363.259154998. iteration1113, perturbing to get out of local maxima iteration 1114 found worse value: 363.259154998. iteration 1115 found worse value: 363.259154998. iteration1115, perturbing to get out of local maxima iteration 1116 found worse value: 363.259154998. iteration 1117 found worse value: 363.259154998. iteration 1118 found worse value: 363.259154998. iteration 1119 found worse value: 363.259154998. iteration 1120 found worse value: 363.259154998. iteration 1121 found worse value: 363.259154998. iteration1121, perturbing to get out of local maxima iteration 1122 found worse value: 363.259154998. iteration1122, perturbing to get out of local maxima iteration 1123 found worse value: 363.259154998. iteration1123, perturbing to get out of local maxima iteration 1124 found worse value: 363.259154998. iteration 1125 found worse value: 363.259154998. iteration 1126 found worse value: 363.259154998. iteration 1127 found worse value: 363.259154998. iteration 1128 found worse value: 363.259154998. iteration1128, perturbing to get out of local maxima iteration 1129 found worse value: 363.259154998. iteration 1130 found worse value: 363.259154998. iteration1130, perturbing to get out of local maxima iteration 1131 found worse value: 363.259154998. iteration 1132 found worse value: 363.259154998. iteration 1133 found worse value: 363.259154998. iteration 1134 found worse value: 363.259154998. iteration 1135 found worse value: 363.259154998. iteration 1136 found worse value: 363.259154998. iteration 1137 found worse value: 363.259154998. iteration 1138 found worse value: 363.259154998. iteration 1139 found worse value: 363.259154998. iteration 1140 found worse value: 363.259154998. iteration 1141 found worse value: 363.259154998. iteration 1142 found worse value: 363.259154998. iteration 1143 found worse value: 363.259154998. iteration1143, perturbing to get out of local maxima iteration 1144 found worse value: 363.259154998. iteration 1145 found worse value: 363.259154998. iteration 1146 found worse value: 363.259154998. iteration 1147 found worse value: 363.259154998. iteration 1148 found worse value: 363.259154998. iteration 1149 found worse value: 363.259154998. iteration 1150 found worse value: 363.259154998. iteration1150, perturbing to get out of local maxima iteration 1151 found worse value: 363.259154998. iteration1151, perturbing to get out of local maxima iteration 1152 found worse value: 363.259154998. iteration 1153 found worse value: 363.259154998. iteration 1154 found worse value: 363.259154998. iteration 1155 found worse value: 363.259154998. iteration 1156 found worse value: 363.259154998. iteration1156, perturbing to get out of local maxima iteration 1157 found worse value: 363.259154998. iteration 1158 found worse value: 363.259154998. iteration 1159 found worse value: 363.259154998. iteration 1160 found worse value: 363.259154998. iteration1160, perturbing to get out of local maxima iteration 1161 found worse value: 363.259154998. iteration 1162 found worse value: 363.259154998. iteration 1163 found worse value: 363.259154998. iteration 1164 found worse value: 363.259154998. iteration1164, perturbing to get out of local maxima iteration 1165 found better value: 363.260468315 iteration 1166 found worse value: 363.260468315. iteration1166, perturbing to get out of local maxima iteration 1167 found worse value: 363.260468315. iteration1167, perturbing to get out of local maxima iteration 1168 found worse value: 363.260468315. iteration 1169 found worse value: 363.260468315. iteration 1170 found worse value: 363.260468315. iteration 1171 found worse value: 363.260468315. iteration1171, perturbing to get out of local maxima iteration 1172 found worse value: 363.260468315. iteration 1173 found worse value: 363.260468315. iteration1173, perturbing to get out of local maxima iteration 1174 found worse value: 363.260468315. iteration 1175 found better value: 363.26410099299994 iteration 1176 found worse value: 363.26410099299994. iteration 1177 found better value: 363.2641732469999 iteration 1178 found worse value: 363.2641732469999. iteration1178, perturbing to get out of local maxima iteration 1179 found worse value: 363.2641732469999. iteration 1180 found worse value: 363.2641732469999. iteration1180, perturbing to get out of local maxima iteration 1181 found worse value: 363.2641732469999. iteration 1182 found worse value: 363.2641732469999. iteration1182, perturbing to get out of local maxima iteration 1183 found worse value: 363.2641732469999. iteration 1184 found worse value: 363.2641732469999. iteration 1185 found worse value: 363.2641732469999. iteration 1186 found worse value: 363.2641732469999. iteration 1187 found worse value: 363.2641732469999. iteration 1188 found worse value: 363.2641732469999. iteration 1189 found worse value: 363.2641732469999. iteration 1190 found worse value: 363.2641732469999. iteration1190, perturbing to get out of local maxima iteration 1191 found worse value: 363.2641732469999. iteration 1192 found worse value: 363.2641732469999. iteration 1193 found worse value: 363.2641732469999. iteration 1194 found worse value: 363.2641732469999. iteration 1195 found better value: 363.26966308199997 iteration 1196 found worse value: 363.26966308199997. iteration 1197 found worse value: 363.26966308199997. iteration1197, perturbing to get out of local maxima iteration 1198 found worse value: 363.26966308199997. iteration 1199 found worse value: 363.26966308199997. iteration 1200 found better value: 363.269678953 iteration 1201 found better value: 363.270111748 iteration 1202 found worse value: 363.270111748. iteration 1203 found worse value: 363.270111748. iteration1203, perturbing to get out of local maxima iteration 1204 found worse value: 363.270111748. iteration 1205 found better value: 363.27083828599996 iteration 1206 found worse value: 363.27083828599996. iteration 1207 found better value: 363.276051259 iteration 1208 found better value: 363.30167921099996 iteration 1209 found better value: 363.30228552499995 iteration 1210 found worse value: 363.30228552499995. iteration1210, perturbing to get out of local maxima iteration 1211 found worse value: 363.30228552499995. iteration 1212 found better value: 363.316062152 iteration 1213 found worse value: 363.316062152. iteration1213, perturbing to get out of local maxima iteration 1214 found worse value: 363.316062152. iteration1214, perturbing to get out of local maxima iteration 1215 found worse value: 363.316062152. iteration1215, perturbing to get out of local maxima iteration 1216 found worse value: 363.316062152. iteration 1217 found worse value: 363.316062152. iteration 1218 found worse value: 363.316062152. iteration 1219 found worse value: 363.316062152. iteration 1220 found worse value: 363.316062152. iteration1220, perturbing to get out of local maxima iteration 1221 found worse value: 363.316062152. iteration 1222 found worse value: 363.316062152. iteration 1223 found worse value: 363.316062152. iteration1223, perturbing to get out of local maxima iteration 1224 found worse value: 363.316062152. iteration 1225 found worse value: 363.316062152. iteration 1226 found worse value: 363.316062152. iteration 1227 found worse value: 363.316062152. iteration 1228 found worse value: 363.316062152. iteration 1229 found worse value: 363.316062152. iteration1229, perturbing to get out of local maxima iteration 1230 found worse value: 363.316062152. iteration 1231 found worse value: 363.316062152. iteration 1232 found worse value: 363.316062152. iteration 1233 found worse value: 363.316062152. iteration 1234 found worse value: 363.316062152. iteration 1235 found worse value: 363.316062152. iteration 1236 found worse value: 363.316062152. iteration 1237 found worse value: 363.316062152. iteration 1238 found worse value: 363.316062152. iteration 1239 found worse value: 363.316062152. iteration1239, perturbing to get out of local maxima iteration 1240 found worse value: 363.316062152. iteration 1241 found worse value: 363.316062152. iteration 1242 found worse value: 363.316062152. iteration 1243 found worse value: 363.316062152. iteration 1244 found worse value: 363.316062152. iteration 1245 found worse value: 363.316062152. iteration 1246 found worse value: 363.316062152. iteration 1247 found worse value: 363.316062152. iteration 1248 found worse value: 363.316062152. iteration 1249 found better value: 363.31612692 iteration 1250 found better value: 363.319370885 iteration 1251 found better value: 363.31960002399995 iteration 1252 found worse value: 363.31960002399995. iteration1252, perturbing to get out of local maxima iteration 1253 found worse value: 363.31960002399995. iteration 1254 found worse value: 363.31960002399995. iteration 1255 found worse value: 363.31960002399995. iteration 1256 found worse value: 363.31960002399995. iteration 1257 found worse value: 363.31960002399995. iteration 1258 found worse value: 363.31960002399995. iteration 1259 found worse value: 363.31960002399995. iteration 1260 found better value: 363.32008625400005 iteration 1261 found worse value: 363.32008625400005. iteration1261, perturbing to get out of local maxima iteration 1262 found worse value: 363.32008625400005. iteration 1263 found worse value: 363.32008625400005. iteration1263, perturbing to get out of local maxima iteration 1264 found worse value: 363.32008625400005. iteration 1265 found worse value: 363.32008625400005. iteration 1266 found worse value: 363.32008625400005. iteration 1267 found worse value: 363.32008625400005. iteration 1268 found worse value: 363.32008625400005. iteration 1269 found better value: 363.322282282 iteration 1270 found better value: 363.323070684 iteration 1271 found worse value: 363.323070684. iteration1271, perturbing to get out of local maxima iteration 1272 found worse value: 363.323070684. iteration 1273 found worse value: 363.323070684. iteration 1274 found worse value: 363.323070684. iteration 1275 found better value: 363.326629865 iteration 1276 found worse value: 363.326629865. iteration 1277 found worse value: 363.326629865. iteration 1278 found worse value: 363.326629865. iteration 1279 found worse value: 363.326629865. iteration1279, perturbing to get out of local maxima iteration 1280 found worse value: 363.326629865. iteration 1281 found worse value: 363.326629865. iteration 1282 found worse value: 363.326629865. iteration1282, perturbing to get out of local maxima iteration 1283 found worse value: 363.326629865. iteration 1284 found worse value: 363.326629865. iteration1284, perturbing to get out of local maxima iteration 1285 found worse value: 363.326629865. iteration1285, perturbing to get out of local maxima iteration 1286 found worse value: 363.326629865. iteration 1287 found worse value: 363.326629865. iteration 1288 found worse value: 363.326629865. iteration1288, perturbing to get out of local maxima iteration 1289 found worse value: 363.326629865. iteration 1290 found worse value: 363.326629865. iteration1290, perturbing to get out of local maxima iteration 1291 found worse value: 363.326629865. iteration 1292 found worse value: 363.326629865. iteration 1293 found worse value: 363.326629865. iteration1293, perturbing to get out of local maxima iteration 1294 found worse value: 363.326629865. iteration 1295 found worse value: 363.326629865. iteration 1296 found worse value: 363.326629865. iteration1296, perturbing to get out of local maxima iteration 1297 found worse value: 363.326629865. iteration 1298 found worse value: 363.326629865. iteration 1299 found worse value: 363.326629865. iteration 1300 found worse value: 363.326629865. iteration 1301 found worse value: 363.326629865. iteration 1302 found worse value: 363.326629865. iteration 1303 found worse value: 363.326629865. iteration 1304 found worse value: 363.326629865. iteration 1305 found worse value: 363.326629865. iteration 1306 found worse value: 363.326629865. iteration 1307 found worse value: 363.326629865. iteration1307, perturbing to get out of local maxima iteration 1308 found worse value: 363.326629865. iteration 1309 found worse value: 363.326629865. iteration 1310 found worse value: 363.326629865. iteration 1311 found worse value: 363.326629865. iteration1311, perturbing to get out of local maxima iteration 1312 found worse value: 363.326629865. iteration1312, perturbing to get out of local maxima iteration 1313 found worse value: 363.326629865. iteration 1314 found worse value: 363.326629865. iteration 1315 found worse value: 363.326629865. iteration 1316 found better value: 363.328102151 iteration 1317 found worse value: 363.328102151. iteration 1318 found worse value: 363.328102151. iteration1318, perturbing to get out of local maxima iteration 1319 found worse value: 363.328102151. iteration1319, perturbing to get out of local maxima iteration 1320 found worse value: 363.328102151. iteration 1321 found worse value: 363.328102151. iteration 1322 found worse value: 363.328102151. iteration 1323 found worse value: 363.328102151. iteration 1324 found worse value: 363.328102151. iteration1324, perturbing to get out of local maxima iteration 1325 found worse value: 363.328102151. iteration 1326 found worse value: 363.328102151. iteration1326, perturbing to get out of local maxima iteration 1327 found worse value: 363.328102151. iteration 1328 found worse value: 363.328102151. iteration 1329 found worse value: 363.328102151. iteration 1330 found worse value: 363.328102151. iteration 1331 found worse value: 363.328102151. iteration 1332 found better value: 363.328789795 iteration 1333 found worse value: 363.328789795. iteration 1334 found better value: 363.329094171 iteration 1335 found worse value: 363.329094171. iteration1335, perturbing to get out of local maxima iteration 1336 found worse value: 363.329094171. iteration1336, perturbing to get out of local maxima iteration 1337 found worse value: 363.329094171. iteration 1338 found worse value: 363.329094171. iteration 1339 found worse value: 363.329094171. iteration 1340 found better value: 363.329429879 iteration 1341 found worse value: 363.329429879. iteration 1342 found worse value: 363.329429879. iteration 1343 found better value: 363.32977449099997 iteration 1344 found worse value: 363.32977449099997. iteration 1345 found worse value: 363.32977449099997. iteration 1346 found worse value: 363.32977449099997. iteration 1347 found worse value: 363.32977449099997. iteration1347, perturbing to get out of local maxima iteration 1348 found worse value: 363.32977449099997. iteration 1349 found worse value: 363.32977449099997. iteration 1350 found worse value: 363.32977449099997. iteration 1351 found worse value: 363.32977449099997. iteration 1352 found worse value: 363.32977449099997. iteration 1353 found worse value: 363.32977449099997. iteration1353, perturbing to get out of local maxima iteration 1354 found worse value: 363.32977449099997. iteration 1355 found worse value: 363.32977449099997. iteration 1356 found worse value: 363.32977449099997. iteration 1357 found worse value: 363.32977449099997. iteration 1358 found worse value: 363.32977449099997. iteration 1359 found worse value: 363.32977449099997. iteration 1360 found worse value: 363.32977449099997. iteration 1361 found better value: 363.330998895 iteration 1362 found worse value: 363.330998895. iteration 1363 found worse value: 363.330998895. iteration 1364 found worse value: 363.330998895. iteration 1365 found worse value: 363.330998895. iteration1365, perturbing to get out of local maxima iteration 1366 found worse value: 363.330998895. iteration 1367 found worse value: 363.330998895. iteration 1368 found worse value: 363.330998895. iteration 1369 found worse value: 363.330998895. iteration1369, perturbing to get out of local maxima iteration 1370 found worse value: 363.330998895. iteration 1371 found worse value: 363.330998895. iteration 1372 found worse value: 363.330998895. iteration 1373 found worse value: 363.330998895. iteration 1374 found worse value: 363.330998895. iteration 1375 found worse value: 363.330998895. iteration 1376 found worse value: 363.330998895. iteration 1377 found worse value: 363.330998895. iteration 1378 found worse value: 363.330998895. iteration 1379 found worse value: 363.330998895. iteration 1380 found worse value: 363.330998895. iteration 1381 found worse value: 363.330998895. iteration 1382 found worse value: 363.330998895. iteration1382, perturbing to get out of local maxima iteration 1383 found worse value: 363.330998895. iteration 1384 found worse value: 363.330998895. iteration 1385 found worse value: 363.330998895. iteration 1386 found worse value: 363.330998895. iteration 1387 found worse value: 363.330998895. iteration1387, perturbing to get out of local maxima iteration 1388 found worse value: 363.330998895. iteration 1389 found worse value: 363.330998895. iteration1389, perturbing to get out of local maxima iteration 1390 found worse value: 363.330998895. iteration 1391 found worse value: 363.330998895. iteration1391, perturbing to get out of local maxima iteration 1392 found worse value: 363.330998895. iteration 1393 found worse value: 363.330998895. iteration 1394 found worse value: 363.330998895. iteration 1395 found worse value: 363.330998895. iteration1395, perturbing to get out of local maxima iteration 1396 found worse value: 363.330998895. iteration 1397 found worse value: 363.330998895. iteration1397, perturbing to get out of local maxima iteration 1398 found worse value: 363.330998895. iteration1398, perturbing to get out of local maxima iteration 1399 found worse value: 363.330998895. iteration 1400 found worse value: 363.330998895. iteration 1401 found worse value: 363.330998895. iteration 1402 found worse value: 363.330998895. iteration 1403 found worse value: 363.330998895. iteration 1404 found worse value: 363.330998895. iteration 1405 found worse value: 363.330998895. iteration 1406 found worse value: 363.330998895. iteration1406, perturbing to get out of local maxima iteration 1407 found worse value: 363.330998895. iteration 1408 found worse value: 363.330998895. iteration 1409 found worse value: 363.330998895. iteration 1410 found worse value: 363.330998895. iteration 1411 found worse value: 363.330998895. iteration1411, perturbing to get out of local maxima iteration 1412 found worse value: 363.330998895. iteration1412, perturbing to get out of local maxima iteration 1413 found worse value: 363.330998895. iteration1413, perturbing to get out of local maxima iteration 1414 found worse value: 363.330998895. iteration 1415 found worse value: 363.330998895. iteration 1416 found worse value: 363.330998895. iteration1416, perturbing to get out of local maxima iteration 1417 found worse value: 363.330998895. iteration 1418 found worse value: 363.330998895. iteration 1419 found worse value: 363.330998895. iteration1419, perturbing to get out of local maxima iteration 1420 found worse value: 363.330998895. iteration 1421 found worse value: 363.330998895. iteration 1422 found worse value: 363.330998895. iteration 1423 found worse value: 363.330998895. iteration 1424 found worse value: 363.330998895. iteration 1425 found worse value: 363.330998895. iteration 1426 found worse value: 363.330998895. iteration 1427 found worse value: 363.330998895. iteration 1428 found worse value: 363.330998895. iteration1428, perturbing to get out of local maxima iteration 1429 found worse value: 363.330998895. iteration 1430 found worse value: 363.330998895. iteration 1431 found worse value: 363.330998895. iteration 1432 found worse value: 363.330998895. iteration 1433 found worse value: 363.330998895. iteration 1434 found worse value: 363.330998895. iteration 1435 found worse value: 363.330998895. iteration 1436 found worse value: 363.330998895. iteration 1437 found worse value: 363.330998895. iteration 1438 found worse value: 363.330998895. iteration1438, perturbing to get out of local maxima iteration 1439 found worse value: 363.330998895. iteration 1440 found worse value: 363.330998895. iteration 1441 found worse value: 363.330998895. iteration 1442 found worse value: 363.330998895. iteration 1443 found worse value: 363.330998895. iteration 1444 found worse value: 363.330998895. iteration 1445 found worse value: 363.330998895. iteration1445, perturbing to get out of local maxima iteration 1446 found worse value: 363.330998895. iteration 1447 found worse value: 363.330998895. iteration 1448 found worse value: 363.330998895. iteration 1449 found worse value: 363.330998895. iteration 1450 found worse value: 363.330998895. iteration 1451 found worse value: 363.330998895. iteration 1452 found worse value: 363.330998895. iteration 1453 found worse value: 363.330998895. iteration 1454 found worse value: 363.330998895. iteration1454, perturbing to get out of local maxima iteration 1455 found worse value: 363.330998895. iteration 1456 found worse value: 363.330998895. iteration1456, perturbing to get out of local maxima iteration 1457 found worse value: 363.330998895. iteration 1458 found worse value: 363.330998895. iteration 1459 found worse value: 363.330998895. iteration 1460 found worse value: 363.330998895. iteration 1461 found worse value: 363.330998895. iteration1461, perturbing to get out of local maxima iteration 1462 found worse value: 363.330998895. iteration 1463 found worse value: 363.330998895. iteration 1464 found worse value: 363.330998895. iteration1464, perturbing to get out of local maxima iteration 1465 found worse value: 363.330998895. iteration 1466 found worse value: 363.330998895. iteration 1467 found worse value: 363.330998895. iteration 1468 found worse value: 363.330998895. iteration 1469 found worse value: 363.330998895. iteration 1470 found worse value: 363.330998895. iteration 1471 found worse value: 363.330998895. iteration 1472 found worse value: 363.330998895. iteration 1473 found worse value: 363.330998895. iteration 1474 found worse value: 363.330998895. iteration 1475 found worse value: 363.330998895. iteration1475, perturbing to get out of local maxima iteration 1476 found worse value: 363.330998895. iteration 1477 found worse value: 363.330998895. iteration 1478 found worse value: 363.330998895. iteration1478, perturbing to get out of local maxima iteration 1479 found worse value: 363.330998895. iteration 1480 found worse value: 363.330998895. iteration 1481 found worse value: 363.330998895. iteration 1482 found worse value: 363.330998895. iteration 1483 found worse value: 363.330998895. iteration1483, perturbing to get out of local maxima iteration 1484 found worse value: 363.330998895. iteration 1485 found worse value: 363.330998895. iteration 1486 found worse value: 363.330998895. iteration1486, perturbing to get out of local maxima iteration 1487 found worse value: 363.330998895. iteration 1488 found worse value: 363.330998895. iteration 1489 found worse value: 363.330998895. iteration 1490 found worse value: 363.330998895. iteration 1491 found worse value: 363.330998895. iteration 1492 found worse value: 363.330998895. iteration 1493 found worse value: 363.330998895. iteration1493, perturbing to get out of local maxima iteration 1494 found worse value: 363.330998895. iteration 1495 found worse value: 363.330998895. iteration 1496 found worse value: 363.330998895. iteration 1497 found worse value: 363.330998895. iteration 1498 found worse value: 363.330998895. iteration 1499 found worse value: 363.330998895. iteration 1500 found worse value: 363.330998895. iteration 1501 found worse value: 363.330998895. iteration1501, perturbing to get out of local maxima iteration 1502 found worse value: 363.330998895. iteration 1503 found worse value: 363.330998895. iteration 1504 found worse value: 363.330998895. iteration 1505 found worse value: 363.330998895. iteration 1506 found worse value: 363.330998895. iteration 1507 found worse value: 363.330998895. iteration 1508 found worse value: 363.330998895. iteration 1509 found worse value: 363.330998895. iteration 1510 found worse value: 363.330998895. iteration 1511 found worse value: 363.330998895. iteration 1512 found worse value: 363.330998895. iteration 1513 found worse value: 363.330998895. iteration1513, perturbing to get out of local maxima iteration 1514 found worse value: 363.330998895. iteration 1515 found worse value: 363.330998895. iteration 1516 found worse value: 363.330998895. iteration 1517 found worse value: 363.330998895. iteration1517, perturbing to get out of local maxima iteration 1518 found worse value: 363.330998895. iteration1518, perturbing to get out of local maxima iteration 1519 found worse value: 363.330998895. iteration1519, perturbing to get out of local maxima iteration 1520 found worse value: 363.330998895. iteration 1521 found worse value: 363.330998895. iteration 1522 found worse value: 363.330998895. iteration 1523 found worse value: 363.330998895. iteration 1524 found worse value: 363.330998895. iteration1524, perturbing to get out of local maxima iteration 1525 found worse value: 363.330998895. iteration 1526 found worse value: 363.330998895. iteration 1527 found worse value: 363.330998895. iteration 1528 found worse value: 363.330998895. iteration 1529 found worse value: 363.330998895. iteration 1530 found worse value: 363.330998895. iteration 1531 found better value: 363.33184080899997 iteration 1532 found worse value: 363.33184080899997. iteration 1533 found worse value: 363.33184080899997. iteration 1534 found worse value: 363.33184080899997. iteration 1535 found worse value: 363.33184080899997. iteration 1536 found worse value: 363.33184080899997. iteration 1537 found worse value: 363.33184080899997. iteration 1538 found worse value: 363.33184080899997. iteration 1539 found worse value: 363.33184080899997. iteration 1540 found worse value: 363.33184080899997. iteration 1541 found worse value: 363.33184080899997. iteration 1542 found worse value: 363.33184080899997. iteration 1543 found worse value: 363.33184080899997. iteration 1544 found better value: 363.336585361 iteration 1545 found worse value: 363.336585361. iteration1545, perturbing to get out of local maxima iteration 1546 found worse value: 363.336585361. iteration1546, perturbing to get out of local maxima iteration 1547 found worse value: 363.336585361. iteration 1548 found worse value: 363.336585361. iteration 1549 found worse value: 363.336585361. iteration1549, perturbing to get out of local maxima iteration 1550 found worse value: 363.336585361. iteration 1551 found worse value: 363.336585361. iteration 1552 found worse value: 363.336585361. iteration 1553 found worse value: 363.336585361. iteration 1554 found worse value: 363.336585361. iteration1554, perturbing to get out of local maxima iteration 1555 found worse value: 363.336585361. iteration1555, perturbing to get out of local maxima iteration 1556 found worse value: 363.336585361. iteration 1557 found worse value: 363.336585361. iteration 1558 found worse value: 363.336585361. iteration 1559 found worse value: 363.336585361. iteration 1560 found worse value: 363.336585361. iteration 1561 found worse value: 363.336585361. iteration 1562 found worse value: 363.336585361. iteration 1563 found worse value: 363.336585361. iteration1563, perturbing to get out of local maxima iteration 1564 found worse value: 363.336585361. iteration1564, perturbing to get out of local maxima iteration 1565 found worse value: 363.336585361. iteration 1566 found worse value: 363.336585361. iteration 1567 found worse value: 363.336585361. iteration 1568 found worse value: 363.336585361. iteration 1569 found worse value: 363.336585361. iteration 1570 found worse value: 363.336585361. iteration 1571 found worse value: 363.336585361. iteration 1572 found worse value: 363.336585361. iteration 1573 found worse value: 363.336585361. iteration 1574 found worse value: 363.336585361. iteration 1575 found worse value: 363.336585361. iteration 1576 found worse value: 363.336585361. iteration 1577 found worse value: 363.336585361. iteration 1578 found worse value: 363.336585361. iteration 1579 found worse value: 363.336585361. iteration 1580 found worse value: 363.336585361. iteration 1581 found worse value: 363.336585361. iteration 1582 found worse value: 363.336585361. iteration 1583 found worse value: 363.336585361. iteration 1584 found worse value: 363.336585361. iteration 1585 found worse value: 363.336585361. iteration1585, perturbing to get out of local maxima iteration 1586 found worse value: 363.336585361. iteration1586, perturbing to get out of local maxima iteration 1587 found worse value: 363.336585361. iteration 1588 found worse value: 363.336585361. iteration 1589 found worse value: 363.336585361. iteration 1590 found worse value: 363.336585361. iteration 1591 found better value: 363.339167187 iteration 1592 found worse value: 363.339167187. iteration 1593 found worse value: 363.339167187. iteration 1594 found better value: 363.33950782299996 iteration 1595 found better value: 363.34066951399996 iteration 1596 found worse value: 363.34066951399996. iteration 1597 found better value: 363.34268897 iteration 1598 found better value: 363.3427973 iteration 1599 found worse value: 363.3427973. iteration 1600 found worse value: 363.3427973. iteration 1601 found worse value: 363.3427973. iteration 1602 found worse value: 363.3427973. iteration 1603 found worse value: 363.3427973. iteration1603, perturbing to get out of local maxima iteration 1604 found worse value: 363.3427973. iteration 1605 found worse value: 363.3427973. iteration 1606 found worse value: 363.3427973. iteration1606, perturbing to get out of local maxima iteration 1607 found worse value: 363.3427973. iteration 1608 found worse value: 363.3427973. iteration1608, perturbing to get out of local maxima iteration 1609 found worse value: 363.3427973. iteration 1610 found worse value: 363.3427973. iteration 1611 found worse value: 363.3427973. iteration1611, perturbing to get out of local maxima iteration 1612 found worse value: 363.3427973. iteration 1613 found worse value: 363.3427973. iteration 1614 found worse value: 363.3427973. iteration 1615 found worse value: 363.3427973. iteration 1616 found worse value: 363.3427973. iteration1616, perturbing to get out of local maxima iteration 1617 found worse value: 363.3427973. iteration 1618 found worse value: 363.3427973. iteration 1619 found worse value: 363.3427973. iteration1619, perturbing to get out of local maxima iteration 1620 found worse value: 363.3427973. iteration1620, perturbing to get out of local maxima iteration 1621 found worse value: 363.3427973. iteration 1622 found worse value: 363.3427973. iteration 1623 found worse value: 363.3427973. iteration 1624 found worse value: 363.3427973. iteration 1625 found worse value: 363.3427973. iteration 1626 found worse value: 363.3427973. iteration 1627 found worse value: 363.3427973. iteration 1628 found worse value: 363.3427973. iteration 1629 found worse value: 363.3427973. iteration 1630 found worse value: 363.3427973. iteration 1631 found worse value: 363.3427973. iteration 1632 found worse value: 363.3427973. iteration1632, perturbing to get out of local maxima iteration 1633 found worse value: 363.3427973. iteration1633, perturbing to get out of local maxima iteration 1634 found worse value: 363.3427973. iteration 1635 found worse value: 363.3427973. iteration1635, perturbing to get out of local maxima iteration 1636 found worse value: 363.3427973. iteration 1637 found worse value: 363.3427973. iteration 1638 found worse value: 363.3427973. iteration 1639 found worse value: 363.3427973. iteration1639, perturbing to get out of local maxima iteration 1640 found worse value: 363.3427973. iteration1640, perturbing to get out of local maxima iteration 1641 found worse value: 363.3427973. iteration 1642 found worse value: 363.3427973. iteration 1643 found worse value: 363.3427973. iteration 1644 found worse value: 363.3427973. iteration 1645 found worse value: 363.3427973. iteration 1646 found worse value: 363.3427973. iteration 1647 found worse value: 363.3427973. iteration 1648 found worse value: 363.3427973. iteration 1649 found worse value: 363.3427973. iteration1649, perturbing to get out of local maxima iteration 1650 found worse value: 363.3427973. iteration 1651 found worse value: 363.3427973. iteration 1652 found worse value: 363.3427973. iteration 1653 found worse value: 363.3427973. iteration 1654 found worse value: 363.3427973. iteration 1655 found worse value: 363.3427973. iteration 1656 found worse value: 363.3427973. iteration 1657 found worse value: 363.3427973. iteration 1658 found worse value: 363.3427973. iteration 1659 found worse value: 363.3427973. iteration 1660 found worse value: 363.3427973. iteration 1661 found worse value: 363.3427973. iteration 1662 found better value: 363.345184087 iteration 1663 found worse value: 363.345184087. iteration 1664 found better value: 363.35105965799994 iteration 1665 found worse value: 363.35105965799994. iteration1665, perturbing to get out of local maxima iteration 1666 found worse value: 363.35105965799994. iteration1666, perturbing to get out of local maxima iteration 1667 found worse value: 363.35105965799994. iteration 1668 found better value: 363.35113210500003 iteration 1669 found worse value: 363.35113210500003. iteration1669, perturbing to get out of local maxima iteration 1670 found worse value: 363.35113210500003. iteration 1671 found worse value: 363.35113210500003. iteration 1672 found worse value: 363.35113210500003. iteration 1673 found worse value: 363.35113210500003. iteration 1674 found worse value: 363.35113210500003. iteration 1675 found better value: 363.36181588700003 iteration 1676 found worse value: 363.36181588700003. iteration 1677 found worse value: 363.36181588700003. iteration 1678 found worse value: 363.36181588700003. iteration 1679 found better value: 363.362086893 iteration 1680 found worse value: 363.362086893. iteration 1681 found worse value: 363.362086893. iteration 1682 found worse value: 363.362086893. iteration 1683 found worse value: 363.362086893. iteration1683, perturbing to get out of local maxima iteration 1684 found worse value: 363.362086893. iteration 1685 found worse value: 363.362086893. iteration 1686 found worse value: 363.362086893. iteration1686, perturbing to get out of local maxima iteration 1687 found worse value: 363.362086893. iteration 1688 found worse value: 363.362086893. iteration 1689 found worse value: 363.362086893. iteration 1690 found worse value: 363.362086893. iteration 1691 found worse value: 363.362086893. iteration 1692 found worse value: 363.362086893. iteration 1693 found worse value: 363.362086893. iteration 1694 found worse value: 363.362086893. iteration 1695 found worse value: 363.362086893. iteration 1696 found worse value: 363.362086893. iteration1696, perturbing to get out of local maxima iteration 1697 found worse value: 363.362086893. iteration 1698 found worse value: 363.362086893. iteration 1699 found worse value: 363.362086893. iteration 1700 found worse value: 363.362086893. iteration 1701 found worse value: 363.362086893. iteration 1702 found better value: 363.362354341 iteration 1703 found worse value: 363.362354341. iteration1703, perturbing to get out of local maxima iteration 1704 found worse value: 363.362354341. iteration 1705 found worse value: 363.362354341. iteration 1706 found worse value: 363.362354341. iteration 1707 found worse value: 363.362354341. iteration 1708 found worse value: 363.362354341. iteration 1709 found better value: 363.36720217000004 iteration 1710 found better value: 363.370814486 iteration 1711 found worse value: 363.370814486. iteration 1712 found worse value: 363.370814486. iteration 1713 found better value: 363.370896097 iteration 1714 found worse value: 363.370896097. iteration1714, perturbing to get out of local maxima iteration 1715 found worse value: 363.370896097. iteration1715, perturbing to get out of local maxima iteration 1716 found worse value: 363.370896097. iteration 1717 found worse value: 363.370896097. iteration 1718 found worse value: 363.370896097. iteration 1719 found worse value: 363.370896097. iteration1719, perturbing to get out of local maxima iteration 1720 found worse value: 363.370896097. iteration 1721 found worse value: 363.370896097. iteration1721, perturbing to get out of local maxima iteration 1722 found worse value: 363.370896097. iteration 1723 found worse value: 363.370896097. iteration 1724 found better value: 363.37176993 iteration 1725 found worse value: 363.37176993. iteration1725, perturbing to get out of local maxima iteration 1726 found worse value: 363.37176993. iteration1726, perturbing to get out of local maxima iteration 1727 found worse value: 363.37176993. iteration 1728 found worse value: 363.37176993. iteration 1729 found worse value: 363.37176993. iteration 1730 found worse value: 363.37176993. iteration 1731 found worse value: 363.37176993. iteration 1732 found worse value: 363.37176993. iteration 1733 found worse value: 363.37176993. iteration 1734 found better value: 363.373649507 iteration 1735 found worse value: 363.373649507. iteration 1736 found worse value: 363.373649507. iteration 1737 found worse value: 363.373649507. iteration 1738 found worse value: 363.373649507. iteration 1739 found worse value: 363.373649507. iteration 1740 found worse value: 363.373649507. iteration 1741 found worse value: 363.373649507. iteration 1742 found worse value: 363.373649507. iteration 1743 found better value: 363.37503964800004 iteration 1744 found better value: 363.37536013700003 iteration 1745 found worse value: 363.37536013700003. iteration 1746 found better value: 363.388093463 iteration 1747 found better value: 363.388861479 iteration 1748 found worse value: 363.388861479. iteration1748, perturbing to get out of local maxima iteration 1749 found worse value: 363.388861479. iteration 1750 found worse value: 363.388861479. iteration 1751 found worse value: 363.388861479. iteration 1752 found worse value: 363.388861479. iteration1752, perturbing to get out of local maxima iteration 1753 found worse value: 363.388861479. iteration 1754 found worse value: 363.388861479. iteration1754, perturbing to get out of local maxima iteration 1755 found worse value: 363.388861479. iteration 1756 found worse value: 363.388861479. iteration 1757 found worse value: 363.388861479. iteration 1758 found worse value: 363.388861479. iteration 1759 found worse value: 363.388861479. iteration 1760 found worse value: 363.388861479. iteration 1761 found worse value: 363.388861479. iteration1761, perturbing to get out of local maxima iteration 1762 found worse value: 363.388861479. iteration 1763 found worse value: 363.388861479. iteration1763, perturbing to get out of local maxima iteration 1764 found worse value: 363.388861479. iteration 1765 found worse value: 363.388861479. iteration 1766 found worse value: 363.388861479. iteration 1767 found worse value: 363.388861479. iteration 1768 found worse value: 363.388861479. iteration 1769 found worse value: 363.388861479. iteration 1770 found worse value: 363.388861479. iteration 1771 found worse value: 363.388861479. iteration 1772 found worse value: 363.388861479. iteration 1773 found worse value: 363.388861479. iteration 1774 found worse value: 363.388861479. iteration 1775 found worse value: 363.388861479. iteration 1776 found worse value: 363.388861479. iteration 1777 found worse value: 363.388861479. iteration 1778 found worse value: 363.388861479. iteration 1779 found worse value: 363.388861479. iteration 1780 found worse value: 363.388861479. iteration 1781 found worse value: 363.388861479. iteration 1782 found worse value: 363.388861479. iteration1782, perturbing to get out of local maxima iteration 1783 found worse value: 363.388861479. iteration1783, perturbing to get out of local maxima iteration 1784 found worse value: 363.388861479. iteration 1785 found worse value: 363.388861479. iteration 1786 found better value: 363.389363944 iteration 1787 found better value: 363.39380412 iteration 1788 found worse value: 363.39380412. iteration 1789 found worse value: 363.39380412. iteration1789, perturbing to get out of local maxima iteration 1790 found worse value: 363.39380412. iteration 1791 found worse value: 363.39380412. iteration 1792 found better value: 363.394007588 iteration 1793 found worse value: 363.394007588. iteration 1794 found worse value: 363.394007588. iteration 1795 found worse value: 363.394007588. iteration 1796 found worse value: 363.394007588. iteration 1797 found better value: 363.394544882 iteration 1798 found worse value: 363.394544882. iteration 1799 found worse value: 363.394544882. iteration 1800 found worse value: 363.394544882. iteration 1801 found better value: 363.394593252 iteration 1802 found worse value: 363.394593252. iteration 1803 found worse value: 363.394593252. iteration1803, perturbing to get out of local maxima iteration 1804 found worse value: 363.394593252. iteration 1805 found worse value: 363.394593252. iteration 1806 found worse value: 363.394593252. iteration1806, perturbing to get out of local maxima iteration 1807 found worse value: 363.394593252. iteration 1808 found worse value: 363.394593252. iteration 1809 found worse value: 363.394593252. iteration1809, perturbing to get out of local maxima iteration 1810 found better value: 363.39535467400003 iteration 1811 found better value: 363.39825121600006 iteration 1812 found worse value: 363.39825121600006. iteration1812, perturbing to get out of local maxima iteration 1813 found worse value: 363.39825121600006. iteration 1814 found worse value: 363.39825121600006. iteration 1815 found worse value: 363.39825121600006. iteration 1816 found worse value: 363.39825121600006. iteration 1817 found worse value: 363.39825121600006. iteration 1818 found worse value: 363.39825121600006. iteration 1819 found worse value: 363.39825121600006. iteration 1820 found worse value: 363.39825121600006. iteration 1821 found worse value: 363.39825121600006. iteration 1822 found worse value: 363.39825121600006. iteration1822, perturbing to get out of local maxima iteration 1823 found worse value: 363.39825121600006. iteration 1824 found worse value: 363.39825121600006. iteration1824, perturbing to get out of local maxima iteration 1825 found worse value: 363.39825121600006. iteration 1826 found worse value: 363.39825121600006. iteration 1827 found worse value: 363.39825121600006. iteration 1828 found worse value: 363.39825121600006. iteration 1829 found worse value: 363.39825121600006. iteration 1830 found worse value: 363.39825121600006. iteration 1831 found worse value: 363.39825121600006. iteration 1832 found worse value: 363.39825121600006. iteration 1833 found worse value: 363.39825121600006. iteration 1834 found worse value: 363.39825121600006. iteration1834, perturbing to get out of local maxima iteration 1835 found worse value: 363.39825121600006. iteration 1836 found worse value: 363.39825121600006. iteration 1837 found worse value: 363.39825121600006. iteration 1838 found worse value: 363.39825121600006. iteration1838, perturbing to get out of local maxima iteration 1839 found worse value: 363.39825121600006. iteration 1840 found worse value: 363.39825121600006. iteration1840, perturbing to get out of local maxima iteration 1841 found worse value: 363.39825121600006. iteration1841, perturbing to get out of local maxima iteration 1842 found worse value: 363.39825121600006. iteration 1843 found better value: 363.398253399 iteration 1844 found worse value: 363.398253399. iteration 1845 found worse value: 363.398253399. iteration 1846 found worse value: 363.398253399. iteration 1847 found better value: 363.39846978 iteration 1848 found worse value: 363.39846978. iteration 1849 found worse value: 363.39846978. iteration 1850 found worse value: 363.39846978. iteration 1851 found worse value: 363.39846978. iteration 1852 found worse value: 363.39846978. iteration 1853 found worse value: 363.39846978. iteration 1854 found worse value: 363.39846978. iteration 1855 found worse value: 363.39846978. iteration 1856 found better value: 363.39850697 iteration 1857 found better value: 363.399255368 iteration 1858 found better value: 363.399345382 iteration 1859 found worse value: 363.399345382. iteration1859, perturbing to get out of local maxima iteration 1860 found worse value: 363.399345382. iteration1860, perturbing to get out of local maxima iteration 1861 found worse value: 363.399345382. iteration 1862 found worse value: 363.399345382. iteration 1863 found worse value: 363.399345382. iteration 1864 found worse value: 363.399345382. iteration1864, perturbing to get out of local maxima iteration 1865 found worse value: 363.399345382. iteration1865, perturbing to get out of local maxima iteration 1866 found worse value: 363.399345382. iteration 1867 found worse value: 363.399345382. iteration 1868 found worse value: 363.399345382. iteration1868, perturbing to get out of local maxima iteration 1869 found worse value: 363.399345382. iteration 1870 found worse value: 363.399345382. iteration1870, perturbing to get out of local maxima iteration 1871 found worse value: 363.399345382. iteration 1872 found worse value: 363.399345382. iteration 1873 found worse value: 363.399345382. iteration 1874 found worse value: 363.399345382. iteration 1875 found worse value: 363.399345382. iteration 1876 found worse value: 363.399345382. iteration 1877 found worse value: 363.399345382. iteration 1878 found worse value: 363.399345382. iteration 1879 found worse value: 363.399345382. iteration 1880 found worse value: 363.399345382. iteration 1881 found worse value: 363.399345382. iteration 1882 found worse value: 363.399345382. iteration 1883 found worse value: 363.399345382. iteration 1884 found worse value: 363.399345382. iteration 1885 found worse value: 363.399345382. iteration 1886 found worse value: 363.399345382. iteration 1887 found worse value: 363.399345382. iteration 1888 found worse value: 363.399345382. iteration1888, perturbing to get out of local maxima iteration 1889 found worse value: 363.399345382. iteration 1890 found worse value: 363.399345382. iteration 1891 found worse value: 363.399345382. iteration 1892 found worse value: 363.399345382. iteration 1893 found worse value: 363.399345382. iteration 1894 found worse value: 363.399345382. iteration 1895 found worse value: 363.399345382. iteration 1896 found worse value: 363.399345382. iteration 1897 found worse value: 363.399345382. iteration 1898 found worse value: 363.399345382. iteration 1899 found worse value: 363.399345382. iteration 1900 found worse value: 363.399345382. iteration 1901 found worse value: 363.399345382. iteration 1902 found worse value: 363.399345382. iteration 1903 found worse value: 363.399345382. iteration 1904 found worse value: 363.399345382. iteration 1905 found worse value: 363.399345382. iteration 1906 found worse value: 363.399345382. iteration 1907 found worse value: 363.399345382. iteration 1908 found worse value: 363.399345382. iteration 1909 found worse value: 363.399345382. iteration 1910 found worse value: 363.399345382. iteration 1911 found worse value: 363.399345382. iteration 1912 found worse value: 363.399345382. iteration 1913 found worse value: 363.399345382. iteration1913, perturbing to get out of local maxima iteration 1914 found worse value: 363.399345382. iteration 1915 found worse value: 363.399345382. iteration 1916 found worse value: 363.399345382. iteration 1917 found worse value: 363.399345382. iteration 1918 found worse value: 363.399345382. iteration 1919 found worse value: 363.399345382. iteration 1920 found worse value: 363.399345382. iteration1920, perturbing to get out of local maxima iteration 1921 found better value: 363.399923171 iteration 1922 found better value: 363.400375802 iteration 1923 found worse value: 363.400375802. iteration 1924 found worse value: 363.400375802. iteration 1925 found worse value: 363.400375802. iteration1925, perturbing to get out of local maxima iteration 1926 found worse value: 363.400375802. iteration 1927 found worse value: 363.400375802. iteration 1928 found worse value: 363.400375802. iteration1928, perturbing to get out of local maxima iteration 1929 found worse value: 363.400375802. iteration 1930 found worse value: 363.400375802. iteration 1931 found worse value: 363.400375802. iteration 1932 found worse value: 363.400375802. iteration 1933 found worse value: 363.400375802. iteration 1934 found worse value: 363.400375802. iteration 1935 found worse value: 363.400375802. iteration 1936 found worse value: 363.400375802. iteration 1937 found worse value: 363.400375802. iteration 1938 found worse value: 363.400375802. iteration 1939 found worse value: 363.400375802. iteration 1940 found worse value: 363.400375802. iteration 1941 found worse value: 363.400375802. iteration1941, perturbing to get out of local maxima iteration 1942 found worse value: 363.400375802. iteration 1943 found worse value: 363.400375802. iteration1943, perturbing to get out of local maxima iteration 1944 found worse value: 363.400375802. iteration1944, perturbing to get out of local maxima iteration 1945 found worse value: 363.400375802. iteration 1946 found worse value: 363.400375802. iteration 1947 found worse value: 363.400375802. iteration 1948 found worse value: 363.400375802. iteration 1949 found worse value: 363.400375802. iteration 1950 found worse value: 363.400375802. iteration 1951 found worse value: 363.400375802. iteration 1952 found worse value: 363.400375802. iteration 1953 found worse value: 363.400375802. iteration 1954 found worse value: 363.400375802. iteration 1955 found worse value: 363.400375802. iteration 1956 found worse value: 363.400375802. iteration 1957 found worse value: 363.400375802. iteration 1958 found worse value: 363.400375802. iteration1958, perturbing to get out of local maxima iteration 1959 found worse value: 363.400375802. iteration 1960 found worse value: 363.400375802. iteration 1961 found worse value: 363.400375802. iteration1961, perturbing to get out of local maxima iteration 1962 found worse value: 363.400375802. iteration 1963 found worse value: 363.400375802. iteration 1964 found worse value: 363.400375802. iteration 1965 found worse value: 363.400375802. iteration 1966 found worse value: 363.400375802. iteration1966, perturbing to get out of local maxima iteration 1967 found worse value: 363.400375802. iteration 1968 found worse value: 363.400375802. iteration1968, perturbing to get out of local maxima iteration 1969 found worse value: 363.400375802. iteration 1970 found worse value: 363.400375802. iteration 1971 found worse value: 363.400375802. iteration 1972 found worse value: 363.400375802. iteration 1973 found worse value: 363.400375802. iteration 1974 found worse value: 363.400375802. iteration 1975 found worse value: 363.400375802. iteration 1976 found worse value: 363.400375802. iteration 1977 found worse value: 363.400375802. iteration 1978 found worse value: 363.400375802. iteration 1979 found worse value: 363.400375802. iteration1979, perturbing to get out of local maxima iteration 1980 found worse value: 363.400375802. iteration 1981 found worse value: 363.400375802. iteration 1982 found worse value: 363.400375802. iteration1982, perturbing to get out of local maxima iteration 1983 found worse value: 363.400375802. iteration 1984 found better value: 363.40092983200003 iteration 1985 found worse value: 363.40092983200003. iteration1985, perturbing to get out of local maxima iteration 1986 found worse value: 363.40092983200003. iteration1986, perturbing to get out of local maxima iteration 1987 found worse value: 363.40092983200003. iteration1987, perturbing to get out of local maxima iteration 1988 found worse value: 363.40092983200003. iteration 1989 found worse value: 363.40092983200003. iteration 1990 found worse value: 363.40092983200003. iteration 1991 found worse value: 363.40092983200003. iteration 1992 found worse value: 363.40092983200003. iteration1992, perturbing to get out of local maxima iteration 1993 found worse value: 363.40092983200003. iteration1993, perturbing to get out of local maxima iteration 1994 found worse value: 363.40092983200003. iteration 1995 found worse value: 363.40092983200003. iteration 1996 found worse value: 363.40092983200003. iteration 1997 found worse value: 363.40092983200003. iteration 1998 found worse value: 363.40092983200003. iteration1998, perturbing to get out of local maxima iteration 1999 found worse value: 363.40092983200003. iteration 2000 found worse value: 363.40092983200003. iteration 2001 found worse value: 363.40092983200003. iteration 2002 found worse value: 363.40092983200003. iteration2002, perturbing to get out of local maxima iteration 2003 found worse value: 363.40092983200003. iteration 2004 found worse value: 363.40092983200003. iteration 2005 found worse value: 363.40092983200003. iteration 2006 found worse value: 363.40092983200003. iteration 2007 found worse value: 363.40092983200003. iteration 2008 found better value: 363.401017234 iteration 2009 found better value: 363.40257138299995 iteration 2010 found worse value: 363.40257138299995. iteration2010, perturbing to get out of local maxima iteration 2011 found worse value: 363.40257138299995. iteration 2012 found worse value: 363.40257138299995. iteration 2013 found worse value: 363.40257138299995. iteration 2014 found worse value: 363.40257138299995. iteration 2015 found worse value: 363.40257138299995. iteration 2016 found worse value: 363.40257138299995. iteration 2017 found better value: 363.402999203 iteration 2018 found worse value: 363.402999203. iteration2018, perturbing to get out of local maxima iteration 2019 found worse value: 363.402999203. iteration2019, perturbing to get out of local maxima iteration 2020 found worse value: 363.402999203. iteration 2021 found worse value: 363.402999203. iteration 2022 found worse value: 363.402999203. iteration 2023 found worse value: 363.402999203. iteration 2024 found better value: 363.40393803399996 iteration 2025 found worse value: 363.40393803399996. iteration 2026 found worse value: 363.40393803399996. iteration 2027 found worse value: 363.40393803399996. iteration 2028 found worse value: 363.40393803399996. iteration 2029 found worse value: 363.40393803399996. iteration2029, perturbing to get out of local maxima iteration 2030 found worse value: 363.40393803399996. iteration 2031 found worse value: 363.40393803399996. iteration 2032 found worse value: 363.40393803399996. iteration 2033 found worse value: 363.40393803399996. iteration 2034 found worse value: 363.40393803399996. iteration 2035 found worse value: 363.40393803399996. iteration 2036 found worse value: 363.40393803399996. iteration 2037 found worse value: 363.40393803399996. iteration 2038 found worse value: 363.40393803399996. iteration 2039 found better value: 363.40433544599995 iteration 2040 found worse value: 363.40433544599995. iteration 2041 found worse value: 363.40433544599995. iteration 2042 found worse value: 363.40433544599995. iteration 2043 found worse value: 363.40433544599995. iteration 2044 found worse value: 363.40433544599995. iteration 2045 found worse value: 363.40433544599995. iteration2045, perturbing to get out of local maxima iteration 2046 found worse value: 363.40433544599995. iteration 2047 found worse value: 363.40433544599995. iteration 2048 found worse value: 363.40433544599995. iteration 2049 found worse value: 363.40433544599995. iteration 2050 found worse value: 363.40433544599995. iteration 2051 found worse value: 363.40433544599995. iteration 2052 found worse value: 363.40433544599995. iteration 2053 found worse value: 363.40433544599995. iteration 2054 found worse value: 363.40433544599995. iteration 2055 found worse value: 363.40433544599995. iteration2055, perturbing to get out of local maxima iteration 2056 found worse value: 363.40433544599995. iteration 2057 found worse value: 363.40433544599995. iteration 2058 found worse value: 363.40433544599995. iteration 2059 found worse value: 363.40433544599995. iteration 2060 found worse value: 363.40433544599995. iteration 2061 found worse value: 363.40433544599995. iteration 2062 found worse value: 363.40433544599995. iteration 2063 found worse value: 363.40433544599995. iteration 2064 found worse value: 363.40433544599995. iteration 2065 found better value: 363.40540328199995 iteration 2066 found worse value: 363.40540328199995. iteration 2067 found worse value: 363.40540328199995. iteration 2068 found worse value: 363.40540328199995. iteration 2069 found better value: 363.406529718 iteration 2070 found worse value: 363.406529718. iteration2070, perturbing to get out of local maxima iteration 2071 found worse value: 363.406529718. iteration 2072 found worse value: 363.406529718. iteration 2073 found worse value: 363.406529718. iteration2073, perturbing to get out of local maxima iteration 2074 found worse value: 363.406529718. iteration 2075 found worse value: 363.406529718. iteration2075, perturbing to get out of local maxima iteration 2076 found worse value: 363.406529718. iteration 2077 found better value: 363.410230305 iteration 2078 found worse value: 363.410230305. iteration 2079 found worse value: 363.410230305. iteration 2080 found worse value: 363.410230305. iteration 2081 found worse value: 363.410230305. iteration 2082 found worse value: 363.410230305. iteration 2083 found worse value: 363.410230305. iteration 2084 found worse value: 363.410230305. iteration 2085 found worse value: 363.410230305. iteration2085, perturbing to get out of local maxima iteration 2086 found worse value: 363.410230305. iteration 2087 found better value: 363.411027646 iteration 2088 found worse value: 363.411027646. iteration 2089 found better value: 363.41170847700005 iteration 2090 found worse value: 363.41170847700005. iteration 2091 found worse value: 363.41170847700005. iteration 2092 found worse value: 363.41170847700005. iteration 2093 found worse value: 363.41170847700005. iteration 2094 found worse value: 363.41170847700005. iteration 2095 found better value: 363.41215335000004 iteration 2096 found worse value: 363.41215335000004. iteration2096, perturbing to get out of local maxima iteration 2097 found worse value: 363.41215335000004. iteration 2098 found worse value: 363.41215335000004. iteration 2099 found worse value: 363.41215335000004. iteration 2100 found worse value: 363.41215335000004. iteration 2101 found worse value: 363.41215335000004. iteration 2102 found worse value: 363.41215335000004. iteration2102, perturbing to get out of local maxima iteration 2103 found worse value: 363.41215335000004. iteration 2104 found worse value: 363.41215335000004. iteration 2105 found worse value: 363.41215335000004. iteration 2106 found worse value: 363.41215335000004. iteration 2107 found worse value: 363.41215335000004. iteration 2108 found worse value: 363.41215335000004. iteration 2109 found worse value: 363.41215335000004. iteration 2110 found worse value: 363.41215335000004. iteration2110, perturbing to get out of local maxima iteration 2111 found worse value: 363.41215335000004. iteration2111, perturbing to get out of local maxima iteration 2112 found worse value: 363.41215335000004. iteration 2113 found worse value: 363.41215335000004. iteration 2114 found worse value: 363.41215335000004. iteration 2115 found worse value: 363.41215335000004. iteration 2116 found worse value: 363.41215335000004. iteration 2117 found worse value: 363.41215335000004. iteration 2118 found worse value: 363.41215335000004. iteration 2119 found worse value: 363.41215335000004. iteration 2120 found worse value: 363.41215335000004. iteration2120, perturbing to get out of local maxima iteration 2121 found worse value: 363.41215335000004. iteration 2122 found worse value: 363.41215335000004. iteration 2123 found worse value: 363.41215335000004. iteration 2124 found worse value: 363.41215335000004. iteration2124, perturbing to get out of local maxima iteration 2125 found worse value: 363.41215335000004. iteration 2126 found worse value: 363.41215335000004. iteration 2127 found worse value: 363.41215335000004. iteration 2128 found worse value: 363.41215335000004. iteration 2129 found worse value: 363.41215335000004. iteration 2130 found better value: 363.414188365 iteration 2131 found worse value: 363.414188365. iteration 2132 found better value: 363.414849603 iteration 2133 found better value: 363.417145546 iteration 2134 found worse value: 363.417145546. iteration2134, perturbing to get out of local maxima iteration 2135 found worse value: 363.417145546. iteration 2136 found worse value: 363.417145546. iteration 2137 found worse value: 363.417145546. iteration 2138 found worse value: 363.417145546. iteration 2139 found worse value: 363.417145546. iteration 2140 found worse value: 363.417145546. iteration 2141 found better value: 363.419683331 iteration 2142 found worse value: 363.419683331. iteration 2143 found worse value: 363.419683331. iteration 2144 found worse value: 363.419683331. iteration 2145 found worse value: 363.419683331. iteration2145, perturbing to get out of local maxima iteration 2146 found worse value: 363.419683331. iteration 2147 found worse value: 363.419683331. iteration 2148 found worse value: 363.419683331. iteration2148, perturbing to get out of local maxima iteration 2149 found worse value: 363.419683331. iteration 2150 found better value: 363.41974611800003 iteration 2151 found worse value: 363.41974611800003. iteration 2152 found worse value: 363.41974611800003. iteration 2153 found worse value: 363.41974611800003. iteration 2154 found worse value: 363.41974611800003. iteration 2155 found worse value: 363.41974611800003. iteration 2156 found worse value: 363.41974611800003. iteration 2157 found worse value: 363.41974611800003. iteration2157, perturbing to get out of local maxima iteration 2158 found worse value: 363.41974611800003. iteration2158, perturbing to get out of local maxima iteration 2159 found worse value: 363.41974611800003. iteration 2160 found worse value: 363.41974611800003. iteration 2161 found worse value: 363.41974611800003. iteration2161, perturbing to get out of local maxima iteration 2162 found worse value: 363.41974611800003. iteration 2163 found worse value: 363.41974611800003. iteration2163, perturbing to get out of local maxima iteration 2164 found worse value: 363.41974611800003. iteration 2165 found worse value: 363.41974611800003. iteration2165, perturbing to get out of local maxima iteration 2166 found worse value: 363.41974611800003. iteration 2167 found worse value: 363.41974611800003. iteration2167, perturbing to get out of local maxima iteration 2168 found worse value: 363.41974611800003. iteration 2169 found worse value: 363.41974611800003. iteration 2170 found worse value: 363.41974611800003. iteration 2171 found worse value: 363.41974611800003. iteration 2172 found worse value: 363.41974611800003. iteration 2173 found worse value: 363.41974611800003. iteration 2174 found worse value: 363.41974611800003. iteration 2175 found worse value: 363.41974611800003. iteration 2176 found worse value: 363.41974611800003. iteration 2177 found worse value: 363.41974611800003. iteration 2178 found worse value: 363.41974611800003. iteration 2179 found worse value: 363.41974611800003. iteration2179, perturbing to get out of local maxima iteration 2180 found worse value: 363.41974611800003. iteration 2181 found worse value: 363.41974611800003. iteration 2182 found worse value: 363.41974611800003. iteration 2183 found worse value: 363.41974611800003. iteration 2184 found worse value: 363.41974611800003. iteration 2185 found worse value: 363.41974611800003. iteration 2186 found worse value: 363.41974611800003. iteration2186, perturbing to get out of local maxima iteration 2187 found worse value: 363.41974611800003. iteration 2188 found worse value: 363.41974611800003. iteration 2189 found worse value: 363.41974611800003. iteration 2190 found worse value: 363.41974611800003. iteration 2191 found worse value: 363.41974611800003. iteration 2192 found worse value: 363.41974611800003. iteration 2193 found worse value: 363.41974611800003. iteration2193, perturbing to get out of local maxima iteration 2194 found better value: 363.420366561 iteration 2195 found worse value: 363.420366561. iteration 2196 found worse value: 363.420366561. iteration 2197 found worse value: 363.420366561. iteration 2198 found worse value: 363.420366561. iteration 2199 found worse value: 363.420366561. iteration 2200 found worse value: 363.420366561. iteration 2201 found worse value: 363.420366561. iteration 2202 found worse value: 363.420366561. iteration 2203 found worse value: 363.420366561. iteration 2204 found worse value: 363.420366561. iteration 2205 found worse value: 363.420366561. iteration 2206 found worse value: 363.420366561. iteration2206, perturbing to get out of local maxima iteration 2207 found worse value: 363.420366561. iteration 2208 found worse value: 363.420366561. iteration 2209 found worse value: 363.420366561. iteration2209, perturbing to get out of local maxima iteration 2210 found worse value: 363.420366561. iteration2210, perturbing to get out of local maxima iteration 2211 found worse value: 363.420366561. iteration 2212 found worse value: 363.420366561. iteration 2213 found worse value: 363.420366561. iteration 2214 found worse value: 363.420366561. iteration 2215 found worse value: 363.420366561. iteration2215, perturbing to get out of local maxima iteration 2216 found worse value: 363.420366561. iteration 2217 found worse value: 363.420366561. iteration 2218 found worse value: 363.420366561. iteration2218, perturbing to get out of local maxima iteration 2219 found worse value: 363.420366561. iteration 2220 found worse value: 363.420366561. iteration 2221 found worse value: 363.420366561. iteration2221, perturbing to get out of local maxima iteration 2222 found worse value: 363.420366561. iteration 2223 found worse value: 363.420366561. iteration 2224 found worse value: 363.420366561. iteration 2225 found worse value: 363.420366561. iteration2225, perturbing to get out of local maxima iteration 2226 found worse value: 363.420366561. iteration 2227 found worse value: 363.420366561. iteration 2228 found worse value: 363.420366561. iteration 2229 found worse value: 363.420366561. iteration 2230 found worse value: 363.420366561. iteration 2231 found worse value: 363.420366561. iteration 2232 found worse value: 363.420366561. iteration 2233 found worse value: 363.420366561. iteration 2234 found worse value: 363.420366561. iteration 2235 found worse value: 363.420366561. iteration 2236 found worse value: 363.420366561. iteration2236, perturbing to get out of local maxima iteration 2237 found worse value: 363.420366561. iteration 2238 found worse value: 363.420366561. iteration2238, perturbing to get out of local maxima iteration 2239 found worse value: 363.420366561. iteration 2240 found worse value: 363.420366561. iteration2240, perturbing to get out of local maxima iteration 2241 found worse value: 363.420366561. iteration 2242 found worse value: 363.420366561. iteration 2243 found worse value: 363.420366561. iteration 2244 found worse value: 363.420366561. iteration 2245 found worse value: 363.420366561. iteration 2246 found worse value: 363.420366561. iteration 2247 found worse value: 363.420366561. iteration 2248 found worse value: 363.420366561. iteration 2249 found worse value: 363.420366561. iteration2249, perturbing to get out of local maxima iteration 2250 found worse value: 363.420366561. iteration 2251 found worse value: 363.420366561. iteration 2252 found worse value: 363.420366561. iteration 2253 found worse value: 363.420366561. iteration 2254 found worse value: 363.420366561. iteration 2255 found worse value: 363.420366561. iteration 2256 found worse value: 363.420366561. iteration 2257 found worse value: 363.420366561. iteration 2258 found worse value: 363.420366561. iteration2258, perturbing to get out of local maxima iteration 2259 found worse value: 363.420366561. iteration 2260 found worse value: 363.420366561. iteration 2261 found worse value: 363.420366561. iteration 2262 found worse value: 363.420366561. iteration2262, perturbing to get out of local maxima iteration 2263 found worse value: 363.420366561. iteration 2264 found worse value: 363.420366561. iteration 2265 found worse value: 363.420366561. iteration 2266 found worse value: 363.420366561. iteration 2267 found worse value: 363.420366561. iteration 2268 found worse value: 363.420366561. iteration 2269 found worse value: 363.420366561. iteration 2270 found worse value: 363.420366561. iteration 2271 found worse value: 363.420366561. iteration 2272 found worse value: 363.420366561. iteration 2273 found worse value: 363.420366561. iteration 2274 found worse value: 363.420366561. iteration 2275 found worse value: 363.420366561. iteration 2276 found worse value: 363.420366561. iteration 2277 found worse value: 363.420366561. iteration 2278 found worse value: 363.420366561. iteration 2279 found worse value: 363.420366561. iteration 2280 found worse value: 363.420366561. iteration 2281 found worse value: 363.420366561. iteration 2282 found worse value: 363.420366561. iteration 2283 found worse value: 363.420366561. iteration 2284 found worse value: 363.420366561. iteration 2285 found worse value: 363.420366561. iteration2285, perturbing to get out of local maxima iteration 2286 found worse value: 363.420366561. iteration 2287 found worse value: 363.420366561. iteration 2288 found worse value: 363.420366561. iteration 2289 found worse value: 363.420366561. iteration 2290 found worse value: 363.420366561. iteration 2291 found worse value: 363.420366561. iteration2291, perturbing to get out of local maxima iteration 2292 found worse value: 363.420366561. iteration 2293 found worse value: 363.420366561. iteration 2294 found worse value: 363.420366561. iteration 2295 found worse value: 363.420366561. iteration 2296 found worse value: 363.420366561. iteration 2297 found worse value: 363.420366561. iteration 2298 found worse value: 363.420366561. iteration 2299 found worse value: 363.420366561. iteration2299, perturbing to get out of local maxima iteration 2300 found worse value: 363.420366561. iteration 2301 found worse value: 363.420366561. iteration 2302 found worse value: 363.420366561. iteration 2303 found worse value: 363.420366561. iteration 2304 found worse value: 363.420366561. iteration 2305 found worse value: 363.420366561. iteration 2306 found worse value: 363.420366561. iteration 2307 found worse value: 363.420366561. iteration 2308 found worse value: 363.420366561. iteration 2309 found worse value: 363.420366561. iteration 2310 found worse value: 363.420366561. iteration 2311 found worse value: 363.420366561. iteration 2312 found worse value: 363.420366561. iteration 2313 found worse value: 363.420366561. iteration 2314 found worse value: 363.420366561. iteration 2315 found worse value: 363.420366561. iteration 2316 found worse value: 363.420366561. iteration2316, perturbing to get out of local maxima iteration 2317 found worse value: 363.420366561. iteration 2318 found worse value: 363.420366561. iteration 2319 found worse value: 363.420366561. iteration2319, perturbing to get out of local maxima iteration 2320 found worse value: 363.420366561. iteration 2321 found worse value: 363.420366561. iteration2321, perturbing to get out of local maxima iteration 2322 found worse value: 363.420366561. iteration 2323 found worse value: 363.420366561. iteration2323, perturbing to get out of local maxima iteration 2324 found worse value: 363.420366561. iteration2324, perturbing to get out of local maxima iteration 2325 found worse value: 363.420366561. iteration2325, perturbing to get out of local maxima iteration 2326 found worse value: 363.420366561. iteration 2327 found worse value: 363.420366561. iteration 2328 found worse value: 363.420366561. iteration 2329 found worse value: 363.420366561. iteration 2330 found worse value: 363.420366561. iteration 2331 found worse value: 363.420366561. iteration 2332 found worse value: 363.420366561. iteration2332, perturbing to get out of local maxima iteration 2333 found worse value: 363.420366561. iteration2333, perturbing to get out of local maxima iteration 2334 found worse value: 363.420366561. iteration 2335 found worse value: 363.420366561. iteration2335, perturbing to get out of local maxima iteration 2336 found worse value: 363.420366561. iteration 2337 found worse value: 363.420366561. iteration 2338 found worse value: 363.420366561. iteration 2339 found worse value: 363.420366561. iteration 2340 found worse value: 363.420366561. iteration 2341 found worse value: 363.420366561. iteration 2342 found worse value: 363.420366561. iteration 2343 found worse value: 363.420366561. iteration 2344 found worse value: 363.420366561. iteration 2345 found worse value: 363.420366561. iteration 2346 found worse value: 363.420366561. iteration2346, perturbing to get out of local maxima iteration 2347 found worse value: 363.420366561. iteration2347, perturbing to get out of local maxima iteration 2348 found worse value: 363.420366561. iteration 2349 found worse value: 363.420366561. iteration 2350 found worse value: 363.420366561. iteration 2351 found worse value: 363.420366561. iteration 2352 found worse value: 363.420366561. iteration 2353 found worse value: 363.420366561. iteration 2354 found worse value: 363.420366561. iteration 2355 found worse value: 363.420366561. iteration 2356 found worse value: 363.420366561. iteration2356, perturbing to get out of local maxima iteration 2357 found worse value: 363.420366561. iteration 2358 found worse value: 363.420366561. iteration 2359 found worse value: 363.420366561. iteration 2360 found worse value: 363.420366561. iteration 2361 found worse value: 363.420366561. iteration 2362 found worse value: 363.420366561. iteration2362, perturbing to get out of local maxima iteration 2363 found worse value: 363.420366561. iteration 2364 found worse value: 363.420366561. iteration2364, perturbing to get out of local maxima iteration 2365 found worse value: 363.420366561. iteration 2366 found worse value: 363.420366561. iteration 2367 found worse value: 363.420366561. iteration 2368 found worse value: 363.420366561. iteration 2369 found worse value: 363.420366561. iteration 2370 found worse value: 363.420366561. iteration 2371 found worse value: 363.420366561. iteration 2372 found worse value: 363.420366561. iteration2372, perturbing to get out of local maxima iteration 2373 found worse value: 363.420366561. iteration 2374 found worse value: 363.420366561. iteration 2375 found worse value: 363.420366561. iteration 2376 found worse value: 363.420366561. iteration2376, perturbing to get out of local maxima iteration 2377 found worse value: 363.420366561. iteration 2378 found worse value: 363.420366561. iteration 2379 found worse value: 363.420366561. iteration 2380 found worse value: 363.420366561. iteration 2381 found worse value: 363.420366561. iteration2381, perturbing to get out of local maxima iteration 2382 found worse value: 363.420366561. iteration 2383 found worse value: 363.420366561. iteration 2384 found worse value: 363.420366561. iteration 2385 found worse value: 363.420366561. iteration 2386 found worse value: 363.420366561. iteration 2387 found worse value: 363.420366561. iteration2387, perturbing to get out of local maxima iteration 2388 found worse value: 363.420366561. iteration 2389 found worse value: 363.420366561. iteration2389, perturbing to get out of local maxima iteration 2390 found worse value: 363.420366561. iteration 2391 found worse value: 363.420366561. iteration 2392 found worse value: 363.420366561. iteration2392, perturbing to get out of local maxima iteration 2393 found worse value: 363.420366561. iteration 2394 found worse value: 363.420366561. iteration 2395 found worse value: 363.420366561. iteration 2396 found worse value: 363.420366561. iteration 2397 found worse value: 363.420366561. iteration 2398 found worse value: 363.420366561. iteration 2399 found worse value: 363.420366561. iteration 2400 found worse value: 363.420366561. iteration2400, perturbing to get out of local maxima iteration 2401 found worse value: 363.420366561. iteration 2402 found worse value: 363.420366561. iteration 2403 found worse value: 363.420366561. iteration 2404 found worse value: 363.420366561. iteration 2405 found worse value: 363.420366561. iteration 2406 found worse value: 363.420366561. iteration 2407 found worse value: 363.420366561. iteration 2408 found worse value: 363.420366561. iteration 2409 found worse value: 363.420366561. iteration 2410 found worse value: 363.420366561. iteration2410, perturbing to get out of local maxima iteration 2411 found worse value: 363.420366561. iteration 2412 found worse value: 363.420366561. iteration 2413 found worse value: 363.420366561. iteration 2414 found worse value: 363.420366561. iteration2414, perturbing to get out of local maxima iteration 2415 found worse value: 363.420366561. iteration 2416 found worse value: 363.420366561. iteration 2417 found worse value: 363.420366561. iteration 2418 found worse value: 363.420366561. iteration 2419 found worse value: 363.420366561. iteration 2420 found worse value: 363.420366561. iteration 2421 found worse value: 363.420366561. iteration 2422 found worse value: 363.420366561. iteration 2423 found worse value: 363.420366561. iteration 2424 found worse value: 363.420366561. iteration 2425 found better value: 363.420623743 iteration 2426 found worse value: 363.420623743. iteration 2427 found worse value: 363.420623743. iteration 2428 found worse value: 363.420623743. iteration 2429 found worse value: 363.420623743. iteration 2430 found worse value: 363.420623743. iteration 2431 found worse value: 363.420623743. iteration 2432 found worse value: 363.420623743. iteration 2433 found worse value: 363.420623743. iteration 2434 found worse value: 363.420623743. iteration 2435 found worse value: 363.420623743. iteration 2436 found worse value: 363.420623743. iteration 2437 found worse value: 363.420623743. iteration 2438 found worse value: 363.420623743. iteration 2439 found better value: 363.420979225 iteration 2440 found worse value: 363.420979225. iteration 2441 found worse value: 363.420979225. iteration 2442 found worse value: 363.420979225. iteration 2443 found worse value: 363.420979225. iteration 2444 found better value: 363.421609926 iteration 2445 found better value: 363.42164961299994 iteration 2446 found worse value: 363.42164961299994. iteration 2447 found worse value: 363.42164961299994. iteration 2448 found worse value: 363.42164961299994. iteration 2449 found worse value: 363.42164961299994. iteration 2450 found worse value: 363.42164961299994. iteration 2451 found better value: 363.421833609 iteration 2452 found worse value: 363.421833609. iteration 2453 found worse value: 363.421833609. iteration 2454 found worse value: 363.421833609. iteration 2455 found worse value: 363.421833609. iteration 2456 found worse value: 363.421833609. iteration 2457 found better value: 363.421888286 iteration 2458 found worse value: 363.421888286. iteration 2459 found worse value: 363.421888286. iteration 2460 found worse value: 363.421888286. iteration 2461 found worse value: 363.421888286. iteration 2462 found worse value: 363.421888286. iteration2462, perturbing to get out of local maxima iteration 2463 found worse value: 363.421888286. iteration 2464 found worse value: 363.421888286. iteration 2465 found worse value: 363.421888286. iteration 2466 found worse value: 363.421888286. iteration2466, perturbing to get out of local maxima iteration 2467 found worse value: 363.421888286. iteration 2468 found worse value: 363.421888286. iteration 2469 found better value: 363.424206627 iteration 2470 found worse value: 363.424206627. iteration2470, perturbing to get out of local maxima iteration 2471 found worse value: 363.424206627. iteration2471, perturbing to get out of local maxima iteration 2472 found worse value: 363.424206627. iteration 2473 found worse value: 363.424206627. iteration 2474 found worse value: 363.424206627. iteration 2475 found worse value: 363.424206627. iteration 2476 found worse value: 363.424206627. iteration 2477 found worse value: 363.424206627. iteration 2478 found worse value: 363.424206627. iteration2478, perturbing to get out of local maxima iteration 2479 found worse value: 363.424206627. iteration 2480 found worse value: 363.424206627. iteration 2481 found worse value: 363.424206627. iteration 2482 found worse value: 363.424206627. iteration 2483 found worse value: 363.424206627. iteration2483, perturbing to get out of local maxima iteration 2484 found worse value: 363.424206627. iteration 2485 found worse value: 363.424206627. iteration 2486 found worse value: 363.424206627. iteration2486, perturbing to get out of local maxima iteration 2487 found worse value: 363.424206627. iteration 2488 found worse value: 363.424206627. iteration 2489 found worse value: 363.424206627. iteration2489, perturbing to get out of local maxima iteration 2490 found worse value: 363.424206627. iteration 2491 found worse value: 363.424206627. iteration 2492 found worse value: 363.424206627. iteration2492, perturbing to get out of local maxima iteration 2493 found worse value: 363.424206627. iteration 2494 found worse value: 363.424206627. iteration2494, perturbing to get out of local maxima iteration 2495 found worse value: 363.424206627. iteration 2496 found worse value: 363.424206627. iteration 2497 found worse value: 363.424206627. iteration 2498 found worse value: 363.424206627. iteration 2499 found worse value: 363.424206627. iteration 2500 found worse value: 363.424206627. iteration 2501 found worse value: 363.424206627. iteration 2502 found worse value: 363.424206627. iteration 2503 found worse value: 363.424206627. iteration2503, perturbing to get out of local maxima iteration 2504 found worse value: 363.424206627. iteration 2505 found worse value: 363.424206627. iteration2505, perturbing to get out of local maxima iteration 2506 found worse value: 363.424206627. iteration 2507 found worse value: 363.424206627. iteration 2508 found worse value: 363.424206627. iteration 2509 found worse value: 363.424206627. iteration 2510 found worse value: 363.424206627. iteration 2511 found worse value: 363.424206627. iteration 2512 found worse value: 363.424206627. iteration2512, perturbing to get out of local maxima iteration 2513 found worse value: 363.424206627. iteration 2514 found worse value: 363.424206627. iteration 2515 found worse value: 363.424206627. iteration 2516 found worse value: 363.424206627. iteration 2517 found worse value: 363.424206627. iteration 2518 found worse value: 363.424206627. iteration2518, perturbing to get out of local maxima iteration 2519 found worse value: 363.424206627. iteration 2520 found worse value: 363.424206627. iteration 2521 found worse value: 363.424206627. iteration 2522 found worse value: 363.424206627. iteration2522, perturbing to get out of local maxima iteration 2523 found worse value: 363.424206627. iteration 2524 found worse value: 363.424206627. iteration 2525 found worse value: 363.424206627. iteration2525, perturbing to get out of local maxima iteration 2526 found worse value: 363.424206627. iteration 2527 found worse value: 363.424206627. iteration 2528 found worse value: 363.424206627. iteration 2529 found worse value: 363.424206627. iteration 2530 found worse value: 363.424206627. iteration 2531 found worse value: 363.424206627. iteration 2532 found worse value: 363.424206627. iteration 2533 found worse value: 363.424206627. iteration 2534 found worse value: 363.424206627. iteration 2535 found worse value: 363.424206627. iteration 2536 found worse value: 363.424206627. iteration 2537 found worse value: 363.424206627. iteration2537, perturbing to get out of local maxima iteration 2538 found worse value: 363.424206627. iteration2538, perturbing to get out of local maxima iteration 2539 found worse value: 363.424206627. iteration 2540 found worse value: 363.424206627. iteration 2541 found worse value: 363.424206627. iteration2541, perturbing to get out of local maxima iteration 2542 found worse value: 363.424206627. iteration2542, perturbing to get out of local maxima iteration 2543 found worse value: 363.424206627. iteration 2544 found worse value: 363.424206627. iteration 2545 found worse value: 363.424206627. iteration 2546 found worse value: 363.424206627. iteration 2547 found worse value: 363.424206627. iteration 2548 found worse value: 363.424206627. iteration 2549 found worse value: 363.424206627. iteration 2550 found worse value: 363.424206627. iteration 2551 found worse value: 363.424206627. iteration 2552 found worse value: 363.424206627. iteration 2553 found worse value: 363.424206627. iteration 2554 found worse value: 363.424206627. iteration2554, perturbing to get out of local maxima iteration 2555 found worse value: 363.424206627. iteration 2556 found worse value: 363.424206627. iteration 2557 found worse value: 363.424206627. iteration 2558 found worse value: 363.424206627. iteration 2559 found worse value: 363.424206627. iteration 2560 found worse value: 363.424206627. iteration 2561 found worse value: 363.424206627. iteration 2562 found worse value: 363.424206627. iteration 2563 found worse value: 363.424206627. iteration 2564 found worse value: 363.424206627. iteration 2565 found worse value: 363.424206627. iteration 2566 found worse value: 363.424206627. iteration 2567 found worse value: 363.424206627. iteration 2568 found worse value: 363.424206627. iteration 2569 found worse value: 363.424206627. iteration 2570 found worse value: 363.424206627. iteration 2571 found worse value: 363.424206627. iteration 2572 found worse value: 363.424206627. iteration2572, perturbing to get out of local maxima iteration 2573 found worse value: 363.424206627. iteration 2574 found worse value: 363.424206627. iteration2574, perturbing to get out of local maxima iteration 2575 found worse value: 363.424206627. iteration 2576 found worse value: 363.424206627. iteration 2577 found worse value: 363.424206627. iteration2577, perturbing to get out of local maxima iteration 2578 found worse value: 363.424206627. iteration 2579 found worse value: 363.424206627. iteration 2580 found worse value: 363.424206627. iteration 2581 found worse value: 363.424206627. iteration 2582 found worse value: 363.424206627. iteration 2583 found worse value: 363.424206627. iteration 2584 found worse value: 363.424206627. iteration 2585 found worse value: 363.424206627. iteration 2586 found worse value: 363.424206627. iteration 2587 found worse value: 363.424206627. iteration 2588 found worse value: 363.424206627. iteration 2589 found worse value: 363.424206627. iteration 2590 found worse value: 363.424206627. iteration 2591 found worse value: 363.424206627. iteration 2592 found worse value: 363.424206627. iteration 2593 found worse value: 363.424206627. iteration 2594 found worse value: 363.424206627. iteration 2595 found worse value: 363.424206627. iteration2595, perturbing to get out of local maxima iteration 2596 found worse value: 363.424206627. iteration 2597 found worse value: 363.424206627. iteration 2598 found worse value: 363.424206627. iteration2598, perturbing to get out of local maxima iteration 2599 found worse value: 363.424206627. iteration 2600 found worse value: 363.424206627. iteration2600, perturbing to get out of local maxima iteration 2601 found worse value: 363.424206627. iteration 2602 found worse value: 363.424206627. iteration 2603 found worse value: 363.424206627. iteration 2604 found worse value: 363.424206627. iteration 2605 found worse value: 363.424206627. iteration 2606 found worse value: 363.424206627. iteration 2607 found worse value: 363.424206627. iteration 2608 found worse value: 363.424206627. iteration 2609 found worse value: 363.424206627. iteration 2610 found worse value: 363.424206627. iteration 2611 found worse value: 363.424206627. iteration 2612 found worse value: 363.424206627. iteration 2613 found worse value: 363.424206627. iteration 2614 found worse value: 363.424206627. iteration2614, perturbing to get out of local maxima iteration 2615 found worse value: 363.424206627. iteration 2616 found worse value: 363.424206627. iteration 2617 found worse value: 363.424206627. iteration 2618 found worse value: 363.424206627. iteration 2619 found worse value: 363.424206627. iteration2619, perturbing to get out of local maxima iteration 2620 found worse value: 363.424206627. iteration 2621 found worse value: 363.424206627. iteration 2622 found worse value: 363.424206627. iteration 2623 found worse value: 363.424206627. iteration 2624 found worse value: 363.424206627. iteration 2625 found worse value: 363.424206627. iteration 2626 found worse value: 363.424206627. iteration 2627 found worse value: 363.424206627. iteration2627, perturbing to get out of local maxima iteration 2628 found worse value: 363.424206627. iteration 2629 found worse value: 363.424206627. iteration 2630 found worse value: 363.424206627. iteration2630, perturbing to get out of local maxima iteration 2631 found worse value: 363.424206627. iteration 2632 found worse value: 363.424206627. iteration 2633 found worse value: 363.424206627. iteration 2634 found worse value: 363.424206627. iteration 2635 found worse value: 363.424206627. iteration 2636 found worse value: 363.424206627. iteration 2637 found worse value: 363.424206627. iteration 2638 found worse value: 363.424206627. iteration 2639 found worse value: 363.424206627. iteration 2640 found worse value: 363.424206627. iteration 2641 found worse value: 363.424206627. iteration 2642 found worse value: 363.424206627. iteration 2643 found worse value: 363.424206627. iteration 2644 found worse value: 363.424206627. iteration2644, perturbing to get out of local maxima iteration 2645 found worse value: 363.424206627. iteration 2646 found worse value: 363.424206627. iteration2646, perturbing to get out of local maxima iteration 2647 found worse value: 363.424206627. iteration 2648 found worse value: 363.424206627. iteration 2649 found worse value: 363.424206627. iteration 2650 found worse value: 363.424206627. iteration 2651 found worse value: 363.424206627. iteration 2652 found worse value: 363.424206627. iteration2652, perturbing to get out of local maxima iteration 2653 found worse value: 363.424206627. iteration 2654 found worse value: 363.424206627. iteration 2655 found worse value: 363.424206627. iteration 2656 found worse value: 363.424206627. iteration 2657 found worse value: 363.424206627. iteration2657, perturbing to get out of local maxima iteration 2658 found worse value: 363.424206627. iteration 2659 found worse value: 363.424206627. iteration 2660 found worse value: 363.424206627. iteration 2661 found worse value: 363.424206627. iteration 2662 found worse value: 363.424206627. iteration 2663 found worse value: 363.424206627. iteration 2664 found worse value: 363.424206627. iteration 2665 found worse value: 363.424206627. iteration 2666 found worse value: 363.424206627. iteration2666, perturbing to get out of local maxima iteration 2667 found worse value: 363.424206627. iteration 2668 found worse value: 363.424206627. iteration 2669 found worse value: 363.424206627. iteration 2670 found worse value: 363.424206627. iteration 2671 found worse value: 363.424206627. iteration 2672 found worse value: 363.424206627. iteration 2673 found worse value: 363.424206627. iteration 2674 found worse value: 363.424206627. iteration 2675 found worse value: 363.424206627. iteration 2676 found worse value: 363.424206627. iteration 2677 found worse value: 363.424206627. iteration2677, perturbing to get out of local maxima iteration 2678 found worse value: 363.424206627. iteration 2679 found worse value: 363.424206627. iteration 2680 found worse value: 363.424206627. iteration 2681 found worse value: 363.424206627. iteration 2682 found worse value: 363.424206627. iteration 2683 found worse value: 363.424206627. iteration 2684 found worse value: 363.424206627. iteration 2685 found worse value: 363.424206627. iteration2685, perturbing to get out of local maxima iteration 2686 found worse value: 363.424206627. iteration 2687 found worse value: 363.424206627. iteration 2688 found worse value: 363.424206627. iteration 2689 found worse value: 363.424206627. iteration 2690 found worse value: 363.424206627. iteration 2691 found worse value: 363.424206627. iteration 2692 found worse value: 363.424206627. iteration 2693 found worse value: 363.424206627. iteration 2694 found worse value: 363.424206627. iteration2694, perturbing to get out of local maxima iteration 2695 found worse value: 363.424206627. iteration 2696 found worse value: 363.424206627. iteration2696, perturbing to get out of local maxima iteration 2697 found worse value: 363.424206627. iteration 2698 found worse value: 363.424206627. iteration 2699 found worse value: 363.424206627. iteration 2700 found worse value: 363.424206627. iteration 2701 found worse value: 363.424206627. iteration 2702 found worse value: 363.424206627. iteration2702, perturbing to get out of local maxima iteration 2703 found worse value: 363.424206627. iteration 2704 found worse value: 363.424206627. iteration 2705 found worse value: 363.424206627. iteration 2706 found worse value: 363.424206627. iteration 2707 found worse value: 363.424206627. iteration 2708 found worse value: 363.424206627. iteration 2709 found worse value: 363.424206627. iteration 2710 found worse value: 363.424206627. iteration 2711 found worse value: 363.424206627. iteration 2712 found worse value: 363.424206627. iteration 2713 found worse value: 363.424206627. iteration 2714 found worse value: 363.424206627. iteration2714, perturbing to get out of local maxima iteration 2715 found worse value: 363.424206627. iteration 2716 found worse value: 363.424206627. iteration 2717 found worse value: 363.424206627. iteration 2718 found worse value: 363.424206627. iteration 2719 found worse value: 363.424206627. iteration 2720 found worse value: 363.424206627. iteration2720, perturbing to get out of local maxima iteration 2721 found worse value: 363.424206627. iteration 2722 found worse value: 363.424206627. iteration 2723 found worse value: 363.424206627. iteration 2724 found worse value: 363.424206627. iteration 2725 found worse value: 363.424206627. iteration 2726 found worse value: 363.424206627. iteration2726, perturbing to get out of local maxima iteration 2727 found worse value: 363.424206627. iteration 2728 found worse value: 363.424206627. iteration 2729 found worse value: 363.424206627. iteration 2730 found worse value: 363.424206627. iteration 2731 found worse value: 363.424206627. iteration2731, perturbing to get out of local maxima iteration 2732 found worse value: 363.424206627. iteration 2733 found worse value: 363.424206627. iteration 2734 found worse value: 363.424206627. iteration 2735 found worse value: 363.424206627. iteration 2736 found worse value: 363.424206627. iteration 2737 found worse value: 363.424206627. iteration 2738 found worse value: 363.424206627. iteration 2739 found worse value: 363.424206627. iteration 2740 found worse value: 363.424206627. iteration 2741 found worse value: 363.424206627. iteration 2742 found worse value: 363.424206627. iteration 2743 found worse value: 363.424206627. iteration 2744 found worse value: 363.424206627. iteration 2745 found worse value: 363.424206627. iteration 2746 found worse value: 363.424206627. iteration 2747 found worse value: 363.424206627. iteration 2748 found worse value: 363.424206627. iteration 2749 found worse value: 363.424206627. iteration 2750 found worse value: 363.424206627. iteration 2751 found worse value: 363.424206627. iteration 2752 found worse value: 363.424206627. iteration 2753 found worse value: 363.424206627. iteration 2754 found worse value: 363.424206627. iteration 2755 found worse value: 363.424206627. iteration2755, perturbing to get out of local maxima iteration 2756 found worse value: 363.424206627. iteration 2757 found worse value: 363.424206627. iteration 2758 found worse value: 363.424206627. iteration 2759 found worse value: 363.424206627. iteration 2760 found worse value: 363.424206627. iteration 2761 found worse value: 363.424206627. iteration 2762 found worse value: 363.424206627. iteration 2763 found worse value: 363.424206627. iteration 2764 found worse value: 363.424206627. iteration 2765 found worse value: 363.424206627. iteration 2766 found worse value: 363.424206627. iteration 2767 found worse value: 363.424206627. iteration 2768 found worse value: 363.424206627. iteration 2769 found worse value: 363.424206627. iteration 2770 found worse value: 363.424206627. iteration 2771 found worse value: 363.424206627. iteration 2772 found worse value: 363.424206627. iteration 2773 found worse value: 363.424206627. iteration 2774 found worse value: 363.424206627. iteration 2775 found worse value: 363.424206627. iteration 2776 found worse value: 363.424206627. iteration 2777 found worse value: 363.424206627. iteration 2778 found worse value: 363.424206627. iteration 2779 found worse value: 363.424206627. iteration 2780 found worse value: 363.424206627. iteration 2781 found worse value: 363.424206627. iteration 2782 found worse value: 363.424206627. iteration 2783 found worse value: 363.424206627. iteration 2784 found worse value: 363.424206627. iteration 2785 found worse value: 363.424206627. iteration 2786 found worse value: 363.424206627. iteration 2787 found worse value: 363.424206627. iteration 2788 found worse value: 363.424206627. iteration 2789 found worse value: 363.424206627. iteration2789, perturbing to get out of local maxima iteration 2790 found worse value: 363.424206627. iteration 2791 found worse value: 363.424206627. iteration 2792 found worse value: 363.424206627. iteration 2793 found worse value: 363.424206627. iteration 2794 found worse value: 363.424206627. iteration2794, perturbing to get out of local maxima iteration 2795 found worse value: 363.424206627. iteration 2796 found worse value: 363.424206627. iteration 2797 found worse value: 363.424206627. iteration 2798 found worse value: 363.424206627. iteration 2799 found worse value: 363.424206627. iteration2799, perturbing to get out of local maxima iteration 2800 found worse value: 363.424206627. iteration 2801 found worse value: 363.424206627. iteration 2802 found worse value: 363.424206627. iteration 2803 found worse value: 363.424206627. iteration 2804 found worse value: 363.424206627. iteration2804, perturbing to get out of local maxima iteration 2805 found worse value: 363.424206627. iteration2805, perturbing to get out of local maxima iteration 2806 found worse value: 363.424206627. iteration 2807 found worse value: 363.424206627. iteration 2808 found worse value: 363.424206627. iteration 2809 found worse value: 363.424206627. iteration2809, perturbing to get out of local maxima iteration 2810 found worse value: 363.424206627. iteration 2811 found worse value: 363.424206627. iteration 2812 found worse value: 363.424206627. iteration 2813 found worse value: 363.424206627. iteration 2814 found worse value: 363.424206627. iteration 2815 found worse value: 363.424206627. iteration 2816 found worse value: 363.424206627. iteration 2817 found worse value: 363.424206627. iteration 2818 found worse value: 363.424206627. iteration 2819 found worse value: 363.424206627. iteration 2820 found worse value: 363.424206627. iteration 2821 found worse value: 363.424206627. iteration 2822 found worse value: 363.424206627. iteration2822, perturbing to get out of local maxima iteration 2823 found worse value: 363.424206627. iteration2823, perturbing to get out of local maxima iteration 2824 found worse value: 363.424206627. iteration 2825 found worse value: 363.424206627. iteration 2826 found worse value: 363.424206627. iteration 2827 found worse value: 363.424206627. iteration 2828 found worse value: 363.424206627. iteration 2829 found worse value: 363.424206627. iteration 2830 found worse value: 363.424206627. iteration 2831 found worse value: 363.424206627. iteration 2832 found worse value: 363.424206627. iteration 2833 found worse value: 363.424206627. iteration 2834 found worse value: 363.424206627. iteration 2835 found worse value: 363.424206627. iteration 2836 found worse value: 363.424206627. iteration 2837 found worse value: 363.424206627. iteration 2838 found worse value: 363.424206627. iteration 2839 found worse value: 363.424206627. iteration2839, perturbing to get out of local maxima iteration 2840 found worse value: 363.424206627. iteration 2841 found worse value: 363.424206627. iteration2841, perturbing to get out of local maxima iteration 2842 found worse value: 363.424206627. iteration 2843 found worse value: 363.424206627. iteration 2844 found worse value: 363.424206627. iteration 2845 found worse value: 363.424206627. iteration2845, perturbing to get out of local maxima iteration 2846 found worse value: 363.424206627. iteration 2847 found worse value: 363.424206627. iteration 2848 found worse value: 363.424206627. iteration 2849 found worse value: 363.424206627. iteration 2850 found worse value: 363.424206627. iteration 2851 found worse value: 363.424206627. iteration2851, perturbing to get out of local maxima iteration 2852 found worse value: 363.424206627. iteration2852, perturbing to get out of local maxima iteration 2853 found worse value: 363.424206627. iteration 2854 found worse value: 363.424206627. iteration 2855 found worse value: 363.424206627. iteration 2856 found worse value: 363.424206627. iteration 2857 found worse value: 363.424206627. iteration 2858 found worse value: 363.424206627. iteration 2859 found worse value: 363.424206627. iteration 2860 found worse value: 363.424206627. iteration 2861 found worse value: 363.424206627. iteration 2862 found worse value: 363.424206627. iteration 2863 found worse value: 363.424206627. iteration 2864 found worse value: 363.424206627. iteration 2865 found worse value: 363.424206627. iteration 2866 found worse value: 363.424206627. iteration 2867 found worse value: 363.424206627. iteration 2868 found worse value: 363.424206627. iteration 2869 found worse value: 363.424206627. iteration 2870 found worse value: 363.424206627. iteration 2871 found worse value: 363.424206627. iteration 2872 found worse value: 363.424206627. iteration 2873 found worse value: 363.424206627. iteration 2874 found worse value: 363.424206627. iteration2874, perturbing to get out of local maxima iteration 2875 found worse value: 363.424206627. iteration 2876 found worse value: 363.424206627. iteration 2877 found worse value: 363.424206627. iteration2877, perturbing to get out of local maxima iteration 2878 found worse value: 363.424206627. iteration 2879 found worse value: 363.424206627. iteration 2880 found worse value: 363.424206627. iteration 2881 found worse value: 363.424206627. iteration 2882 found worse value: 363.424206627. iteration 2883 found worse value: 363.424206627. iteration 2884 found worse value: 363.424206627. iteration 2885 found worse value: 363.424206627. iteration 2886 found worse value: 363.424206627. iteration 2887 found worse value: 363.424206627. iteration 2888 found worse value: 363.424206627. iteration 2889 found worse value: 363.424206627. iteration 2890 found worse value: 363.424206627. iteration 2891 found worse value: 363.424206627. iteration 2892 found worse value: 363.424206627. iteration 2893 found worse value: 363.424206627. iteration 2894 found worse value: 363.424206627. iteration 2895 found worse value: 363.424206627. iteration 2896 found worse value: 363.424206627. iteration 2897 found worse value: 363.424206627. iteration 2898 found worse value: 363.424206627. iteration 2899 found worse value: 363.424206627. iteration2899, perturbing to get out of local maxima iteration 2900 found worse value: 363.424206627. iteration 2901 found worse value: 363.424206627. iteration 2902 found worse value: 363.424206627. iteration 2903 found worse value: 363.424206627. iteration 2904 found worse value: 363.424206627. iteration 2905 found worse value: 363.424206627. iteration 2906 found worse value: 363.424206627. iteration 2907 found worse value: 363.424206627. iteration 2908 found worse value: 363.424206627. iteration 2909 found worse value: 363.424206627. iteration2909, perturbing to get out of local maxima iteration 2910 found worse value: 363.424206627. iteration 2911 found worse value: 363.424206627. iteration 2912 found worse value: 363.424206627. iteration 2913 found worse value: 363.424206627. iteration 2914 found worse value: 363.424206627. iteration2914, perturbing to get out of local maxima iteration 2915 found worse value: 363.424206627. iteration 2916 found worse value: 363.424206627. iteration 2917 found worse value: 363.424206627. iteration 2918 found worse value: 363.424206627. iteration 2919 found worse value: 363.424206627. iteration 2920 found worse value: 363.424206627. iteration 2921 found worse value: 363.424206627. iteration 2922 found worse value: 363.424206627. iteration 2923 found worse value: 363.424206627. iteration 2924 found worse value: 363.424206627. iteration 2925 found worse value: 363.424206627. iteration 2926 found worse value: 363.424206627. iteration 2927 found worse value: 363.424206627. iteration 2928 found worse value: 363.424206627. iteration 2929 found worse value: 363.424206627. iteration2929, perturbing to get out of local maxima iteration 2930 found worse value: 363.424206627. iteration 2931 found worse value: 363.424206627. iteration 2932 found worse value: 363.424206627. iteration 2933 found worse value: 363.424206627. iteration2933, perturbing to get out of local maxima iteration 2934 found worse value: 363.424206627. iteration 2935 found worse value: 363.424206627. iteration 2936 found worse value: 363.424206627. iteration2936, perturbing to get out of local maxima iteration 2937 found worse value: 363.424206627. iteration2937, perturbing to get out of local maxima iteration 2938 found worse value: 363.424206627. iteration 2939 found worse value: 363.424206627. iteration 2940 found worse value: 363.424206627. iteration 2941 found worse value: 363.424206627. iteration 2942 found worse value: 363.424206627. iteration 2943 found worse value: 363.424206627. iteration 2944 found worse value: 363.424206627. iteration2944, perturbing to get out of local maxima iteration 2945 found worse value: 363.424206627. iteration 2946 found worse value: 363.424206627. iteration 2947 found worse value: 363.424206627. iteration 2948 found worse value: 363.424206627. iteration 2949 found worse value: 363.424206627. iteration 2950 found worse value: 363.424206627. iteration 2951 found worse value: 363.424206627. iteration 2952 found worse value: 363.424206627. iteration 2953 found worse value: 363.424206627. iteration2953, perturbing to get out of local maxima iteration 2954 found worse value: 363.424206627. iteration 2955 found worse value: 363.424206627. iteration 2956 found worse value: 363.424206627. iteration 2957 found worse value: 363.424206627. iteration 2958 found worse value: 363.424206627. iteration 2959 found worse value: 363.424206627. iteration2959, perturbing to get out of local maxima iteration 2960 found worse value: 363.424206627. iteration 2961 found worse value: 363.424206627. iteration2961, perturbing to get out of local maxima iteration 2962 found worse value: 363.424206627. iteration 2963 found worse value: 363.424206627. iteration 2964 found worse value: 363.424206627. iteration 2965 found worse value: 363.424206627. iteration 2966 found worse value: 363.424206627. iteration 2967 found worse value: 363.424206627. iteration 2968 found worse value: 363.424206627. iteration 2969 found worse value: 363.424206627. iteration 2970 found worse value: 363.424206627. iteration 2971 found worse value: 363.424206627. iteration 2972 found worse value: 363.424206627. iteration 2973 found worse value: 363.424206627. iteration2973, perturbing to get out of local maxima iteration 2974 found worse value: 363.424206627. iteration 2975 found worse value: 363.424206627. iteration 2976 found worse value: 363.424206627. iteration 2977 found worse value: 363.424206627. iteration 2978 found worse value: 363.424206627. iteration 2979 found worse value: 363.424206627. iteration 2980 found worse value: 363.424206627. iteration 2981 found worse value: 363.424206627. iteration2981, perturbing to get out of local maxima iteration 2982 found worse value: 363.424206627. iteration 2983 found worse value: 363.424206627. iteration 2984 found worse value: 363.424206627. iteration 2985 found worse value: 363.424206627. iteration 2986 found worse value: 363.424206627. iteration 2987 found worse value: 363.424206627. iteration 2988 found worse value: 363.424206627. iteration 2989 found worse value: 363.424206627. iteration 2990 found worse value: 363.424206627. iteration2990, perturbing to get out of local maxima iteration 2991 found worse value: 363.424206627. iteration 2992 found worse value: 363.424206627. iteration 2993 found worse value: 363.424206627. iteration 2994 found worse value: 363.424206627. iteration 2995 found worse value: 363.424206627. iteration 2996 found worse value: 363.424206627. iteration2996, perturbing to get out of local maxima iteration 2997 found worse value: 363.424206627. iteration 2998 found worse value: 363.424206627. iteration 2999 found worse value: 363.424206627. iteration 3000 found worse value: 363.424206627. iteration3000, perturbing to get out of local maxima iteration 3001 found worse value: 363.424206627. iteration 3002 found worse value: 363.424206627. iteration 3003 found worse value: 363.424206627. iteration 3004 found worse value: 363.424206627. iteration 3005 found worse value: 363.424206627. iteration 3006 found worse value: 363.424206627. iteration 3007 found worse value: 363.424206627. iteration 3008 found worse value: 363.424206627. iteration3008, perturbing to get out of local maxima iteration 3009 found worse value: 363.424206627. iteration 3010 found worse value: 363.424206627. iteration 3011 found worse value: 363.424206627. iteration 3012 found worse value: 363.424206627. iteration 3013 found worse value: 363.424206627. iteration 3014 found worse value: 363.424206627. iteration 3015 found worse value: 363.424206627. iteration 3016 found worse value: 363.424206627. iteration 3017 found worse value: 363.424206627. iteration 3018 found worse value: 363.424206627. iteration3018, perturbing to get out of local maxima iteration 3019 found worse value: 363.424206627. iteration 3020 found worse value: 363.424206627. iteration 3021 found worse value: 363.424206627. iteration 3022 found worse value: 363.424206627. iteration3022, perturbing to get out of local maxima iteration 3023 found worse value: 363.424206627. iteration 3024 found worse value: 363.424206627. iteration3024, perturbing to get out of local maxima iteration 3025 found worse value: 363.424206627. iteration 3026 found worse value: 363.424206627. iteration 3027 found worse value: 363.424206627. iteration 3028 found worse value: 363.424206627. iteration 3029 found worse value: 363.424206627. iteration3029, perturbing to get out of local maxima iteration 3030 found worse value: 363.424206627. iteration3030, perturbing to get out of local maxima iteration 3031 found worse value: 363.424206627. iteration 3032 found worse value: 363.424206627. iteration3032, perturbing to get out of local maxima iteration 3033 found worse value: 363.424206627. iteration 3034 found worse value: 363.424206627. iteration 3035 found worse value: 363.424206627. iteration 3036 found worse value: 363.424206627. iteration 3037 found worse value: 363.424206627. iteration 3038 found worse value: 363.424206627. iteration 3039 found worse value: 363.424206627. iteration3039, perturbing to get out of local maxima iteration 3040 found worse value: 363.424206627. iteration 3041 found worse value: 363.424206627. iteration 3042 found worse value: 363.424206627. iteration 3043 found worse value: 363.424206627. iteration 3044 found worse value: 363.424206627. iteration 3045 found worse value: 363.424206627. iteration 3046 found worse value: 363.424206627. iteration3046, perturbing to get out of local maxima iteration 3047 found worse value: 363.424206627. iteration3047, perturbing to get out of local maxima iteration 3048 found worse value: 363.424206627. iteration 3049 found worse value: 363.424206627. iteration 3050 found worse value: 363.424206627. iteration3050, perturbing to get out of local maxima iteration 3051 found worse value: 363.424206627. iteration 3052 found worse value: 363.424206627. iteration 3053 found worse value: 363.424206627. iteration 3054 found worse value: 363.424206627. iteration 3055 found worse value: 363.424206627. iteration 3056 found worse value: 363.424206627. iteration 3057 found worse value: 363.424206627. iteration 3058 found worse value: 363.424206627. iteration3058, perturbing to get out of local maxima iteration 3059 found worse value: 363.424206627. iteration 3060 found worse value: 363.424206627. iteration 3061 found worse value: 363.424206627. iteration 3062 found worse value: 363.424206627. iteration 3063 found worse value: 363.424206627. iteration 3064 found worse value: 363.424206627. iteration 3065 found worse value: 363.424206627. iteration 3066 found worse value: 363.424206627. iteration 3067 found worse value: 363.424206627. iteration 3068 found worse value: 363.424206627. iteration 3069 found worse value: 363.424206627. iteration 3070 found worse value: 363.424206627. iteration 3071 found worse value: 363.424206627. iteration3071, perturbing to get out of local maxima iteration 3072 found worse value: 363.424206627. iteration 3073 found worse value: 363.424206627. iteration3073, perturbing to get out of local maxima iteration 3074 found worse value: 363.424206627. iteration 3075 found worse value: 363.424206627. iteration 3076 found worse value: 363.424206627. iteration 3077 found worse value: 363.424206627. iteration 3078 found worse value: 363.424206627. iteration 3079 found worse value: 363.424206627. iteration 3080 found worse value: 363.424206627. iteration 3081 found worse value: 363.424206627. iteration 3082 found worse value: 363.424206627. iteration 3083 found worse value: 363.424206627. iteration 3084 found worse value: 363.424206627. iteration 3085 found worse value: 363.424206627. iteration 3086 found worse value: 363.424206627. iteration 3087 found worse value: 363.424206627. iteration 3088 found worse value: 363.424206627. iteration 3089 found worse value: 363.424206627. iteration3089, perturbing to get out of local maxima iteration 3090 found worse value: 363.424206627. iteration3090, perturbing to get out of local maxima iteration 3091 found worse value: 363.424206627. iteration 3092 found worse value: 363.424206627. iteration 3093 found worse value: 363.424206627. iteration 3094 found worse value: 363.424206627. iteration 3095 found worse value: 363.424206627. iteration 3096 found worse value: 363.424206627. iteration 3097 found worse value: 363.424206627. iteration 3098 found worse value: 363.424206627. iteration 3099 found worse value: 363.424206627. iteration 3100 found worse value: 363.424206627. iteration 3101 found worse value: 363.424206627. iteration 3102 found worse value: 363.424206627. iteration 3103 found worse value: 363.424206627. iteration3103, perturbing to get out of local maxima iteration 3104 found worse value: 363.424206627. iteration 3105 found worse value: 363.424206627. iteration 3106 found worse value: 363.424206627. iteration 3107 found worse value: 363.424206627. iteration 3108 found worse value: 363.424206627. iteration 3109 found worse value: 363.424206627. iteration 3110 found worse value: 363.424206627. iteration 3111 found worse value: 363.424206627. iteration 3112 found worse value: 363.424206627. iteration 3113 found worse value: 363.424206627. iteration3113, perturbing to get out of local maxima iteration 3114 found worse value: 363.424206627. iteration 3115 found worse value: 363.424206627. iteration 3116 found worse value: 363.424206627. iteration 3117 found worse value: 363.424206627. iteration 3118 found worse value: 363.424206627. iteration 3119 found worse value: 363.424206627. iteration 3120 found worse value: 363.424206627. iteration 3121 found worse value: 363.424206627. iteration3121, perturbing to get out of local maxima iteration 3122 found worse value: 363.424206627. iteration 3123 found worse value: 363.424206627. iteration 3124 found worse value: 363.424206627. iteration 3125 found worse value: 363.424206627. iteration 3126 found worse value: 363.424206627. iteration 3127 found worse value: 363.424206627. iteration 3128 found worse value: 363.424206627. iteration3128, perturbing to get out of local maxima iteration 3129 found worse value: 363.424206627. iteration 3130 found worse value: 363.424206627. iteration 3131 found worse value: 363.424206627. iteration 3132 found worse value: 363.424206627. iteration 3133 found worse value: 363.424206627. iteration 3134 found worse value: 363.424206627. iteration 3135 found worse value: 363.424206627. iteration 3136 found worse value: 363.424206627. iteration 3137 found worse value: 363.424206627. iteration 3138 found worse value: 363.424206627. iteration3138, perturbing to get out of local maxima iteration 3139 found worse value: 363.424206627. iteration 3140 found worse value: 363.424206627. iteration 3141 found worse value: 363.424206627. iteration 3142 found worse value: 363.424206627. iteration 3143 found worse value: 363.424206627. iteration 3144 found worse value: 363.424206627. iteration 3145 found worse value: 363.424206627. iteration 3146 found worse value: 363.424206627. iteration 3147 found worse value: 363.424206627. iteration 3148 found worse value: 363.424206627. iteration 3149 found worse value: 363.424206627. iteration3149, perturbing to get out of local maxima iteration 3150 found worse value: 363.424206627. iteration 3151 found worse value: 363.424206627. iteration 3152 found worse value: 363.424206627. iteration 3153 found worse value: 363.424206627. iteration 3154 found worse value: 363.424206627. iteration 3155 found worse value: 363.424206627. iteration 3156 found worse value: 363.424206627. iteration 3157 found worse value: 363.424206627. iteration 3158 found worse value: 363.424206627. iteration 3159 found worse value: 363.424206627. iteration 3160 found worse value: 363.424206627. iteration 3161 found worse value: 363.424206627. iteration 3162 found worse value: 363.424206627. iteration3162, perturbing to get out of local maxima iteration 3163 found worse value: 363.424206627. iteration 3164 found worse value: 363.424206627. iteration 3165 found worse value: 363.424206627. iteration 3166 found worse value: 363.424206627. iteration 3167 found worse value: 363.424206627. iteration 3168 found worse value: 363.424206627. iteration 3169 found worse value: 363.424206627. iteration 3170 found worse value: 363.424206627. iteration 3171 found worse value: 363.424206627. iteration 3172 found worse value: 363.424206627. iteration 3173 found worse value: 363.424206627. iteration 3174 found worse value: 363.424206627. iteration 3175 found worse value: 363.424206627. iteration 3176 found worse value: 363.424206627. iteration 3177 found worse value: 363.424206627. iteration3177, perturbing to get out of local maxima iteration 3178 found worse value: 363.424206627. iteration 3179 found worse value: 363.424206627. iteration3179, perturbing to get out of local maxima iteration 3180 found worse value: 363.424206627. iteration 3181 found worse value: 363.424206627. iteration 3182 found worse value: 363.424206627. iteration 3183 found worse value: 363.424206627. iteration 3184 found worse value: 363.424206627. iteration 3185 found worse value: 363.424206627. iteration 3186 found worse value: 363.424206627. iteration 3187 found worse value: 363.424206627. iteration 3188 found worse value: 363.424206627. iteration 3189 found worse value: 363.424206627. iteration 3190 found worse value: 363.424206627. iteration 3191 found worse value: 363.424206627. iteration 3192 found worse value: 363.424206627. iteration 3193 found worse value: 363.424206627. iteration 3194 found worse value: 363.424206627. iteration 3195 found worse value: 363.424206627. iteration 3196 found worse value: 363.424206627. iteration3196, perturbing to get out of local maxima iteration 3197 found worse value: 363.424206627. iteration 3198 found worse value: 363.424206627. iteration 3199 found worse value: 363.424206627. iteration 3200 found worse value: 363.424206627. iteration 3201 found worse value: 363.424206627. iteration 3202 found worse value: 363.424206627. iteration 3203 found worse value: 363.424206627. iteration 3204 found worse value: 363.424206627. iteration 3205 found worse value: 363.424206627. iteration 3206 found worse value: 363.424206627. iteration 3207 found worse value: 363.424206627. iteration3207, perturbing to get out of local maxima iteration 3208 found worse value: 363.424206627. iteration 3209 found worse value: 363.424206627. iteration3209, perturbing to get out of local maxima iteration 3210 found worse value: 363.424206627. iteration 3211 found worse value: 363.424206627. iteration 3212 found worse value: 363.424206627. iteration 3213 found worse value: 363.424206627. iteration 3214 found worse value: 363.424206627. iteration 3215 found worse value: 363.424206627. iteration 3216 found worse value: 363.424206627. iteration 3217 found worse value: 363.424206627. iteration 3218 found worse value: 363.424206627. iteration 3219 found worse value: 363.424206627. iteration 3220 found worse value: 363.424206627. iteration3220, perturbing to get out of local maxima iteration 3221 found worse value: 363.424206627. iteration 3222 found worse value: 363.424206627. iteration3222, perturbing to get out of local maxima iteration 3223 found worse value: 363.424206627. iteration 3224 found worse value: 363.424206627. iteration3224, perturbing to get out of local maxima iteration 3225 found worse value: 363.424206627. iteration 3226 found worse value: 363.424206627. iteration3226, perturbing to get out of local maxima iteration 3227 found worse value: 363.424206627. iteration 3228 found worse value: 363.424206627. iteration 3229 found worse value: 363.424206627. iteration 3230 found worse value: 363.424206627. iteration 3231 found worse value: 363.424206627. iteration 3232 found worse value: 363.424206627. iteration3232, perturbing to get out of local maxima iteration 3233 found worse value: 363.424206627. iteration 3234 found worse value: 363.424206627. iteration3234, perturbing to get out of local maxima iteration 3235 found worse value: 363.424206627. iteration 3236 found worse value: 363.424206627. iteration 3237 found worse value: 363.424206627. iteration3237, perturbing to get out of local maxima iteration 3238 found worse value: 363.424206627. iteration 3239 found worse value: 363.424206627. iteration 3240 found worse value: 363.424206627. iteration 3241 found worse value: 363.424206627. iteration 3242 found worse value: 363.424206627. iteration3242, perturbing to get out of local maxima iteration 3243 found worse value: 363.424206627. iteration 3244 found worse value: 363.424206627. iteration 3245 found worse value: 363.424206627. iteration 3246 found worse value: 363.424206627. iteration 3247 found worse value: 363.424206627. iteration3247, perturbing to get out of local maxima iteration 3248 found worse value: 363.424206627. iteration 3249 found worse value: 363.424206627. iteration 3250 found worse value: 363.424206627. iteration 3251 found worse value: 363.424206627. iteration 3252 found worse value: 363.424206627. iteration 3253 found worse value: 363.424206627. iteration 3254 found worse value: 363.424206627. iteration 3255 found worse value: 363.424206627. iteration 3256 found worse value: 363.424206627. iteration 3257 found worse value: 363.424206627. iteration3257, perturbing to get out of local maxima iteration 3258 found worse value: 363.424206627. iteration 3259 found worse value: 363.424206627. iteration 3260 found worse value: 363.424206627. iteration 3261 found worse value: 363.424206627. iteration3261, perturbing to get out of local maxima iteration 3262 found worse value: 363.424206627. iteration 3263 found worse value: 363.424206627. iteration 3264 found worse value: 363.424206627. iteration 3265 found worse value: 363.424206627. iteration 3266 found worse value: 363.424206627. iteration 3267 found worse value: 363.424206627. iteration 3268 found worse value: 363.424206627. iteration 3269 found worse value: 363.424206627. iteration 3270 found worse value: 363.424206627. iteration 3271 found worse value: 363.424206627. iteration 3272 found worse value: 363.424206627. iteration 3273 found worse value: 363.424206627. iteration 3274 found worse value: 363.424206627. iteration 3275 found worse value: 363.424206627. iteration 3276 found worse value: 363.424206627. iteration 3277 found worse value: 363.424206627. iteration 3278 found worse value: 363.424206627. iteration 3279 found worse value: 363.424206627. iteration3279, perturbing to get out of local maxima iteration 3280 found worse value: 363.424206627. iteration 3281 found worse value: 363.424206627. iteration3281, perturbing to get out of local maxima iteration 3282 found worse value: 363.424206627. iteration 3283 found worse value: 363.424206627. iteration 3284 found worse value: 363.424206627. iteration3284, perturbing to get out of local maxima iteration 3285 found worse value: 363.424206627. iteration 3286 found worse value: 363.424206627. iteration 3287 found worse value: 363.424206627. iteration 3288 found worse value: 363.424206627. iteration 3289 found worse value: 363.424206627. iteration 3290 found worse value: 363.424206627. iteration 3291 found worse value: 363.424206627. iteration 3292 found worse value: 363.424206627. iteration 3293 found worse value: 363.424206627. iteration 3294 found worse value: 363.424206627. iteration 3295 found worse value: 363.424206627. iteration3295, perturbing to get out of local maxima iteration 3296 found worse value: 363.424206627. iteration 3297 found worse value: 363.424206627. iteration3297, perturbing to get out of local maxima iteration 3298 found worse value: 363.424206627. iteration 3299 found worse value: 363.424206627. iteration 3300 found worse value: 363.424206627. iteration3300, perturbing to get out of local maxima iteration 3301 found worse value: 363.424206627. iteration 3302 found worse value: 363.424206627. iteration 3303 found worse value: 363.424206627. iteration3303, perturbing to get out of local maxima iteration 3304 found worse value: 363.424206627. iteration 3305 found worse value: 363.424206627. iteration 3306 found worse value: 363.424206627. iteration 3307 found worse value: 363.424206627. iteration3307, perturbing to get out of local maxima iteration 3308 found worse value: 363.424206627. iteration 3309 found worse value: 363.424206627. iteration3309, perturbing to get out of local maxima iteration 3310 found worse value: 363.424206627. iteration 3311 found worse value: 363.424206627. iteration 3312 found worse value: 363.424206627. iteration 3313 found worse value: 363.424206627. iteration 3314 found worse value: 363.424206627. iteration 3315 found worse value: 363.424206627. iteration 3316 found worse value: 363.424206627. iteration 3317 found worse value: 363.424206627. iteration 3318 found worse value: 363.424206627. iteration 3319 found worse value: 363.424206627. iteration 3320 found worse value: 363.424206627. iteration 3321 found worse value: 363.424206627. iteration 3322 found worse value: 363.424206627. iteration 3323 found worse value: 363.424206627. iteration 3324 found worse value: 363.424206627. iteration3324, perturbing to get out of local maxima iteration 3325 found worse value: 363.424206627. iteration 3326 found worse value: 363.424206627. iteration 3327 found worse value: 363.424206627. iteration 3328 found worse value: 363.424206627. iteration 3329 found worse value: 363.424206627. iteration 3330 found worse value: 363.424206627. iteration 3331 found worse value: 363.424206627. iteration 3332 found worse value: 363.424206627. iteration 3333 found worse value: 363.424206627. iteration 3334 found worse value: 363.424206627. iteration3334, perturbing to get out of local maxima iteration 3335 found worse value: 363.424206627. iteration 3336 found worse value: 363.424206627. iteration 3337 found worse value: 363.424206627. iteration 3338 found worse value: 363.424206627. iteration 3339 found worse value: 363.424206627. iteration 3340 found worse value: 363.424206627. iteration 3341 found worse value: 363.424206627. iteration 3342 found worse value: 363.424206627. iteration3342, perturbing to get out of local maxima iteration 3343 found worse value: 363.424206627. iteration 3344 found worse value: 363.424206627. iteration 3345 found worse value: 363.424206627. iteration 3346 found worse value: 363.424206627. iteration 3347 found worse value: 363.424206627. iteration3347, perturbing to get out of local maxima iteration 3348 found worse value: 363.424206627. iteration3348, perturbing to get out of local maxima iteration 3349 found worse value: 363.424206627. iteration 3350 found worse value: 363.424206627. iteration 3351 found worse value: 363.424206627. iteration 3352 found worse value: 363.424206627. iteration 3353 found worse value: 363.424206627. iteration 3354 found worse value: 363.424206627. iteration 3355 found worse value: 363.424206627. iteration 3356 found worse value: 363.424206627. iteration 3357 found worse value: 363.424206627. iteration 3358 found worse value: 363.424206627. iteration 3359 found worse value: 363.424206627. iteration 3360 found worse value: 363.424206627. iteration 3361 found worse value: 363.424206627. iteration 3362 found worse value: 363.424206627. iteration 3363 found worse value: 363.424206627. iteration 3364 found worse value: 363.424206627. iteration 3365 found worse value: 363.424206627. iteration 3366 found worse value: 363.424206627. iteration3366, perturbing to get out of local maxima iteration 3367 found worse value: 363.424206627. iteration3367, perturbing to get out of local maxima iteration 3368 found worse value: 363.424206627. iteration3368, perturbing to get out of local maxima iteration 3369 found worse value: 363.424206627. iteration 3370 found worse value: 363.424206627. iteration 3371 found worse value: 363.424206627. iteration3371, perturbing to get out of local maxima iteration 3372 found worse value: 363.424206627. iteration 3373 found worse value: 363.424206627. iteration 3374 found worse value: 363.424206627. iteration 3375 found worse value: 363.424206627. iteration 3376 found worse value: 363.424206627. iteration 3377 found worse value: 363.424206627. iteration 3378 found worse value: 363.424206627. iteration 3379 found worse value: 363.424206627. iteration3379, perturbing to get out of local maxima iteration 3380 found worse value: 363.424206627. iteration 3381 found worse value: 363.424206627. iteration 3382 found worse value: 363.424206627. iteration 3383 found worse value: 363.424206627. iteration 3384 found worse value: 363.424206627. iteration 3385 found worse value: 363.424206627. iteration 3386 found worse value: 363.424206627. iteration 3387 found worse value: 363.424206627. iteration 3388 found worse value: 363.424206627. iteration 3389 found worse value: 363.424206627. iteration 3390 found worse value: 363.424206627. iteration 3391 found worse value: 363.424206627. iteration 3392 found worse value: 363.424206627. iteration 3393 found worse value: 363.424206627. iteration 3394 found worse value: 363.424206627. iteration3394, perturbing to get out of local maxima iteration 3395 found worse value: 363.424206627. iteration3395, perturbing to get out of local maxima iteration 3396 found worse value: 363.424206627. iteration 3397 found worse value: 363.424206627. iteration 3398 found worse value: 363.424206627. iteration 3399 found worse value: 363.424206627. iteration 3400 found worse value: 363.424206627. iteration 3401 found worse value: 363.424206627. iteration 3402 found worse value: 363.424206627. iteration 3403 found worse value: 363.424206627. iteration 3404 found worse value: 363.424206627. iteration 3405 found worse value: 363.424206627. iteration 3406 found worse value: 363.424206627. iteration 3407 found worse value: 363.424206627. iteration 3408 found worse value: 363.424206627. iteration 3409 found worse value: 363.424206627. iteration 3410 found worse value: 363.424206627. iteration 3411 found worse value: 363.424206627. iteration 3412 found worse value: 363.424206627. iteration 3413 found worse value: 363.424206627. iteration 3414 found worse value: 363.424206627. iteration 3415 found worse value: 363.424206627. iteration 3416 found worse value: 363.424206627. iteration 3417 found worse value: 363.424206627. iteration 3418 found worse value: 363.424206627. iteration 3419 found worse value: 363.424206627. iteration 3420 found worse value: 363.424206627. iteration 3421 found worse value: 363.424206627. iteration 3422 found worse value: 363.424206627. iteration 3423 found worse value: 363.424206627. iteration 3424 found worse value: 363.424206627. iteration 3425 found worse value: 363.424206627. iteration 3426 found worse value: 363.424206627. iteration 3427 found worse value: 363.424206627. iteration 3428 found worse value: 363.424206627. iteration 3429 found worse value: 363.424206627. iteration3429, perturbing to get out of local maxima iteration 3430 found worse value: 363.424206627. iteration 3431 found worse value: 363.424206627. iteration 3432 found worse value: 363.424206627. iteration 3433 found worse value: 363.424206627. iteration3433, perturbing to get out of local maxima iteration 3434 found worse value: 363.424206627. iteration 3435 found worse value: 363.424206627. iteration 3436 found worse value: 363.424206627. iteration 3437 found worse value: 363.424206627. iteration 3438 found worse value: 363.424206627. iteration 3439 found worse value: 363.424206627. iteration 3440 found worse value: 363.424206627. iteration 3441 found worse value: 363.424206627. iteration 3442 found worse value: 363.424206627. iteration 3443 found worse value: 363.424206627. iteration 3444 found worse value: 363.424206627. iteration 3445 found worse value: 363.424206627. iteration 3446 found worse value: 363.424206627. iteration 3447 found worse value: 363.424206627. iteration 3448 found better value: 363.425185042 iteration 3449 found worse value: 363.425185042. iteration 3450 found worse value: 363.425185042. iteration3450, perturbing to get out of local maxima iteration 3451 found worse value: 363.425185042. iteration 3452 found worse value: 363.425185042. iteration 3453 found worse value: 363.425185042. iteration3453, perturbing to get out of local maxima iteration 3454 found worse value: 363.425185042. iteration 3455 found worse value: 363.425185042. iteration 3456 found worse value: 363.425185042. iteration3456, perturbing to get out of local maxima iteration 3457 found worse value: 363.425185042. iteration 3458 found worse value: 363.425185042. iteration 3459 found worse value: 363.425185042. iteration 3460 found worse value: 363.425185042. iteration 3461 found worse value: 363.425185042. iteration 3462 found better value: 363.42547893700004 iteration 3463 found worse value: 363.42547893700004. iteration3463, perturbing to get out of local maxima iteration 3464 found worse value: 363.42547893700004. iteration 3465 found worse value: 363.42547893700004. iteration3465, perturbing to get out of local maxima iteration 3466 found worse value: 363.42547893700004. iteration3466, perturbing to get out of local maxima iteration 3467 found worse value: 363.42547893700004. iteration 3468 found worse value: 363.42547893700004. iteration 3469 found worse value: 363.42547893700004. iteration 3470 found worse value: 363.42547893700004. iteration 3471 found worse value: 363.42547893700004. iteration 3472 found worse value: 363.42547893700004. iteration 3473 found worse value: 363.42547893700004. iteration3473, perturbing to get out of local maxima iteration 3474 found worse value: 363.42547893700004. iteration 3475 found worse value: 363.42547893700004. iteration 3476 found worse value: 363.42547893700004. iteration 3477 found worse value: 363.42547893700004. iteration 3478 found worse value: 363.42547893700004. iteration 3479 found worse value: 363.42547893700004. iteration 3480 found worse value: 363.42547893700004. iteration 3481 found worse value: 363.42547893700004. iteration 3482 found worse value: 363.42547893700004. iteration 3483 found worse value: 363.42547893700004. iteration 3484 found worse value: 363.42547893700004. iteration 3485 found worse value: 363.42547893700004. iteration3485, perturbing to get out of local maxima iteration 3486 found worse value: 363.42547893700004. iteration 3487 found worse value: 363.42547893700004. iteration 3488 found worse value: 363.42547893700004. iteration 3489 found worse value: 363.42547893700004. iteration 3490 found worse value: 363.42547893700004. iteration3490, perturbing to get out of local maxima iteration 3491 found worse value: 363.42547893700004. iteration 3492 found worse value: 363.42547893700004. iteration 3493 found worse value: 363.42547893700004. iteration 3494 found worse value: 363.42547893700004. iteration 3495 found worse value: 363.42547893700004. iteration 3496 found worse value: 363.42547893700004. iteration3496, perturbing to get out of local maxima iteration 3497 found worse value: 363.42547893700004. iteration 3498 found worse value: 363.42547893700004. iteration 3499 found worse value: 363.42547893700004. iteration 3500 found worse value: 363.42547893700004. iteration 3501 found worse value: 363.42547893700004. iteration 3502 found worse value: 363.42547893700004. iteration 3503 found worse value: 363.42547893700004. iteration 3504 found worse value: 363.42547893700004. iteration3504, perturbing to get out of local maxima iteration 3505 found worse value: 363.42547893700004. iteration3505, perturbing to get out of local maxima iteration 3506 found worse value: 363.42547893700004. iteration3506, perturbing to get out of local maxima iteration 3507 found worse value: 363.42547893700004. iteration3507, perturbing to get out of local maxima iteration 3508 found worse value: 363.42547893700004. iteration 3509 found worse value: 363.42547893700004. iteration3509, perturbing to get out of local maxima iteration 3510 found worse value: 363.42547893700004. iteration 3511 found worse value: 363.42547893700004. iteration 3512 found worse value: 363.42547893700004. iteration 3513 found worse value: 363.42547893700004. iteration 3514 found worse value: 363.42547893700004. iteration 3515 found worse value: 363.42547893700004. iteration 3516 found worse value: 363.42547893700004. iteration 3517 found better value: 363.427702566 iteration 3518 found worse value: 363.427702566. iteration 3519 found better value: 363.42775929199996 iteration 3520 found worse value: 363.42775929199996. iteration3520, perturbing to get out of local maxima iteration 3521 found worse value: 363.42775929199996. iteration3521, perturbing to get out of local maxima iteration 3522 found worse value: 363.42775929199996. iteration 3523 found worse value: 363.42775929199996. iteration 3524 found worse value: 363.42775929199996. iteration 3525 found worse value: 363.42775929199996. iteration 3526 found worse value: 363.42775929199996. iteration 3527 found worse value: 363.42775929199996. iteration 3528 found worse value: 363.42775929199996. iteration3528, perturbing to get out of local maxima iteration 3529 found worse value: 363.42775929199996. iteration 3530 found worse value: 363.42775929199996. iteration 3531 found worse value: 363.42775929199996. iteration 3532 found worse value: 363.42775929199996. iteration 3533 found worse value: 363.42775929199996. iteration 3534 found worse value: 363.42775929199996. iteration3534, perturbing to get out of local maxima iteration 3535 found worse value: 363.42775929199996. iteration 3536 found worse value: 363.42775929199996. iteration 3537 found worse value: 363.42775929199996. iteration 3538 found worse value: 363.42775929199996. iteration3538, perturbing to get out of local maxima iteration 3539 found worse value: 363.42775929199996. iteration3539, perturbing to get out of local maxima iteration 3540 found worse value: 363.42775929199996. iteration 3541 found worse value: 363.42775929199996. iteration3541, perturbing to get out of local maxima iteration 3542 found worse value: 363.42775929199996. iteration 3543 found worse value: 363.42775929199996. iteration3543, perturbing to get out of local maxima iteration 3544 found worse value: 363.42775929199996. iteration 3545 found worse value: 363.42775929199996. iteration 3546 found worse value: 363.42775929199996. iteration 3547 found worse value: 363.42775929199996. iteration 3548 found worse value: 363.42775929199996. iteration 3549 found worse value: 363.42775929199996. iteration 3550 found worse value: 363.42775929199996. iteration3550, perturbing to get out of local maxima iteration 3551 found worse value: 363.42775929199996. iteration 3552 found worse value: 363.42775929199996. iteration 3553 found worse value: 363.42775929199996. iteration3553, perturbing to get out of local maxima iteration 3554 found worse value: 363.42775929199996. iteration 3555 found worse value: 363.42775929199996. iteration 3556 found worse value: 363.42775929199996. iteration 3557 found worse value: 363.42775929199996. iteration3557, perturbing to get out of local maxima iteration 3558 found worse value: 363.42775929199996. iteration3558, perturbing to get out of local maxima iteration 3559 found worse value: 363.42775929199996. iteration 3560 found worse value: 363.42775929199996. iteration 3561 found worse value: 363.42775929199996. iteration 3562 found worse value: 363.42775929199996. iteration 3563 found worse value: 363.42775929199996. iteration3563, perturbing to get out of local maxima iteration 3564 found worse value: 363.42775929199996. iteration 3565 found worse value: 363.42775929199996. iteration 3566 found worse value: 363.42775929199996. iteration 3567 found worse value: 363.42775929199996. iteration 3568 found worse value: 363.42775929199996. iteration3568, perturbing to get out of local maxima iteration 3569 found worse value: 363.42775929199996. iteration 3570 found worse value: 363.42775929199996. iteration 3571 found worse value: 363.42775929199996. iteration 3572 found worse value: 363.42775929199996. iteration 3573 found worse value: 363.42775929199996. iteration 3574 found worse value: 363.42775929199996. iteration 3575 found worse value: 363.42775929199996. iteration 3576 found worse value: 363.42775929199996. iteration 3577 found worse value: 363.42775929199996. iteration 3578 found worse value: 363.42775929199996. iteration 3579 found worse value: 363.42775929199996. iteration 3580 found worse value: 363.42775929199996. iteration 3581 found worse value: 363.42775929199996. iteration 3582 found worse value: 363.42775929199996. iteration 3583 found worse value: 363.42775929199996. iteration 3584 found worse value: 363.42775929199996. iteration 3585 found worse value: 363.42775929199996. iteration 3586 found worse value: 363.42775929199996. iteration 3587 found worse value: 363.42775929199996. iteration 3588 found worse value: 363.42775929199996. iteration 3589 found worse value: 363.42775929199996. iteration 3590 found worse value: 363.42775929199996. iteration3590, perturbing to get out of local maxima iteration 3591 found worse value: 363.42775929199996. iteration 3592 found worse value: 363.42775929199996. iteration 3593 found worse value: 363.42775929199996. iteration 3594 found worse value: 363.42775929199996. iteration 3595 found worse value: 363.42775929199996. iteration 3596 found worse value: 363.42775929199996. iteration 3597 found worse value: 363.42775929199996. iteration 3598 found worse value: 363.42775929199996. iteration3598, perturbing to get out of local maxima iteration 3599 found worse value: 363.42775929199996. iteration 3600 found worse value: 363.42775929199996. iteration3600, perturbing to get out of local maxima iteration 3601 found worse value: 363.42775929199996. iteration 3602 found worse value: 363.42775929199996. iteration 3603 found worse value: 363.42775929199996. iteration 3604 found worse value: 363.42775929199996. iteration 3605 found worse value: 363.42775929199996. iteration 3606 found better value: 363.429353754 iteration 3607 found worse value: 363.429353754. iteration 3608 found worse value: 363.429353754. iteration 3609 found worse value: 363.429353754. iteration 3610 found worse value: 363.429353754. iteration 3611 found worse value: 363.429353754. iteration 3612 found worse value: 363.429353754. iteration 3613 found worse value: 363.429353754. iteration 3614 found worse value: 363.429353754. iteration 3615 found worse value: 363.429353754. iteration 3616 found worse value: 363.429353754. iteration 3617 found better value: 363.429715687 iteration 3618 found worse value: 363.429715687. iteration 3619 found worse value: 363.429715687. iteration 3620 found worse value: 363.429715687. iteration 3621 found worse value: 363.429715687. iteration 3622 found worse value: 363.429715687. iteration 3623 found worse value: 363.429715687. iteration 3624 found worse value: 363.429715687. iteration 3625 found worse value: 363.429715687. iteration 3626 found worse value: 363.429715687. iteration 3627 found worse value: 363.429715687. iteration 3628 found worse value: 363.429715687. iteration 3629 found worse value: 363.429715687. iteration 3630 found worse value: 363.429715687. iteration 3631 found worse value: 363.429715687. iteration 3632 found worse value: 363.429715687. iteration 3633 found worse value: 363.429715687. iteration 3634 found worse value: 363.429715687. iteration 3635 found worse value: 363.429715687. iteration 3636 found better value: 363.42983429000003 iteration 3637 found worse value: 363.42983429000003. iteration 3638 found worse value: 363.42983429000003. iteration 3639 found worse value: 363.42983429000003. iteration 3640 found better value: 363.43136086800007 iteration 3641 found worse value: 363.43136086800007. iteration3641, perturbing to get out of local maxima iteration 3642 found worse value: 363.43136086800007. iteration 3643 found worse value: 363.43136086800007. iteration 3644 found worse value: 363.43136086800007. iteration 3645 found worse value: 363.43136086800007. iteration3645, perturbing to get out of local maxima iteration 3646 found better value: 363.4314459540001 iteration 3647 found worse value: 363.4314459540001. iteration 3648 found worse value: 363.4314459540001. iteration 3649 found worse value: 363.4314459540001. iteration 3650 found worse value: 363.4314459540001. iteration 3651 found worse value: 363.4314459540001. iteration 3652 found worse value: 363.4314459540001. iteration 3653 found worse value: 363.4314459540001. iteration 3654 found worse value: 363.4314459540001. iteration 3655 found worse value: 363.4314459540001. iteration 3656 found worse value: 363.4314459540001. iteration 3657 found worse value: 363.4314459540001. iteration3657, perturbing to get out of local maxima iteration 3658 found worse value: 363.4314459540001. iteration3658, perturbing to get out of local maxima iteration 3659 found worse value: 363.4314459540001. iteration 3660 found worse value: 363.4314459540001. iteration 3661 found worse value: 363.4314459540001. iteration 3662 found worse value: 363.4314459540001. iteration 3663 found worse value: 363.4314459540001. iteration 3664 found worse value: 363.4314459540001. iteration 3665 found worse value: 363.4314459540001. iteration 3666 found worse value: 363.4314459540001. iteration3666, perturbing to get out of local maxima iteration 3667 found worse value: 363.4314459540001. iteration 3668 found worse value: 363.4314459540001. iteration 3669 found worse value: 363.4314459540001. iteration3669, perturbing to get out of local maxima iteration 3670 found worse value: 363.4314459540001. iteration 3671 found worse value: 363.4314459540001. iteration 3672 found worse value: 363.4314459540001. iteration 3673 found worse value: 363.4314459540001. iteration 3674 found worse value: 363.4314459540001. iteration 3675 found worse value: 363.4314459540001. iteration 3676 found worse value: 363.4314459540001. iteration 3677 found worse value: 363.4314459540001. iteration 3678 found worse value: 363.4314459540001. iteration3678, perturbing to get out of local maxima iteration 3679 found worse value: 363.4314459540001. iteration 3680 found worse value: 363.4314459540001. iteration 3681 found worse value: 363.4314459540001. iteration 3682 found worse value: 363.4314459540001. iteration 3683 found worse value: 363.4314459540001. iteration 3684 found worse value: 363.4314459540001. iteration 3685 found worse value: 363.4314459540001. iteration3685, perturbing to get out of local maxima iteration 3686 found worse value: 363.4314459540001. iteration 3687 found worse value: 363.4314459540001. iteration 3688 found worse value: 363.4314459540001. iteration 3689 found worse value: 363.4314459540001. iteration3689, perturbing to get out of local maxima iteration 3690 found worse value: 363.4314459540001. iteration 3691 found worse value: 363.4314459540001. iteration 3692 found worse value: 363.4314459540001. iteration 3693 found worse value: 363.4314459540001. iteration 3694 found worse value: 363.4314459540001. iteration 3695 found worse value: 363.4314459540001. iteration3695, perturbing to get out of local maxima iteration 3696 found worse value: 363.4314459540001. iteration 3697 found worse value: 363.4314459540001. iteration 3698 found worse value: 363.4314459540001. iteration 3699 found worse value: 363.4314459540001. iteration3699, perturbing to get out of local maxima iteration 3700 found worse value: 363.4314459540001. iteration 3701 found worse value: 363.4314459540001. iteration 3702 found worse value: 363.4314459540001. iteration 3703 found worse value: 363.4314459540001. iteration 3704 found worse value: 363.4314459540001. iteration 3705 found worse value: 363.4314459540001. iteration 3706 found worse value: 363.4314459540001. iteration 3707 found worse value: 363.4314459540001. iteration3707, perturbing to get out of local maxima iteration 3708 found worse value: 363.4314459540001. iteration 3709 found worse value: 363.4314459540001. iteration3709, perturbing to get out of local maxima iteration 3710 found worse value: 363.4314459540001. iteration 3711 found worse value: 363.4314459540001. iteration 3712 found worse value: 363.4314459540001. iteration 3713 found worse value: 363.4314459540001. iteration 3714 found worse value: 363.4314459540001. iteration 3715 found worse value: 363.4314459540001. iteration 3716 found worse value: 363.4314459540001. iteration 3717 found worse value: 363.4314459540001. iteration 3718 found worse value: 363.4314459540001. iteration 3719 found worse value: 363.4314459540001. iteration 3720 found worse value: 363.4314459540001. iteration 3721 found worse value: 363.4314459540001. iteration3721, perturbing to get out of local maxima iteration 3722 found worse value: 363.4314459540001. iteration 3723 found worse value: 363.4314459540001. iteration 3724 found worse value: 363.4314459540001. iteration 3725 found worse value: 363.4314459540001. iteration 3726 found worse value: 363.4314459540001. iteration 3727 found worse value: 363.4314459540001. iteration 3728 found worse value: 363.4314459540001. iteration 3729 found worse value: 363.4314459540001. iteration 3730 found worse value: 363.4314459540001. iteration3730, perturbing to get out of local maxima iteration 3731 found worse value: 363.4314459540001. iteration 3732 found worse value: 363.4314459540001. iteration 3733 found worse value: 363.4314459540001. iteration3733, perturbing to get out of local maxima iteration 3734 found worse value: 363.4314459540001. iteration 3735 found worse value: 363.4314459540001. iteration 3736 found worse value: 363.4314459540001. iteration 3737 found worse value: 363.4314459540001. iteration 3738 found worse value: 363.4314459540001. iteration 3739 found worse value: 363.4314459540001. iteration3739, perturbing to get out of local maxima iteration 3740 found worse value: 363.4314459540001. iteration 3741 found worse value: 363.4314459540001. iteration 3742 found worse value: 363.4314459540001. iteration 3743 found worse value: 363.4314459540001. iteration 3744 found worse value: 363.4314459540001. iteration 3745 found worse value: 363.4314459540001. iteration3745, perturbing to get out of local maxima iteration 3746 found worse value: 363.4314459540001. iteration 3747 found worse value: 363.4314459540001. iteration 3748 found worse value: 363.4314459540001. iteration 3749 found worse value: 363.4314459540001. iteration 3750 found worse value: 363.4314459540001. iteration3750, perturbing to get out of local maxima iteration 3751 found worse value: 363.4314459540001. iteration 3752 found worse value: 363.4314459540001. iteration 3753 found worse value: 363.4314459540001. iteration 3754 found worse value: 363.4314459540001. iteration 3755 found worse value: 363.4314459540001. iteration 3756 found worse value: 363.4314459540001. iteration 3757 found worse value: 363.4314459540001. iteration 3758 found worse value: 363.4314459540001. iteration 3759 found worse value: 363.4314459540001. iteration 3760 found worse value: 363.4314459540001. iteration 3761 found worse value: 363.4314459540001. iteration 3762 found worse value: 363.4314459540001. iteration 3763 found worse value: 363.4314459540001. iteration3763, perturbing to get out of local maxima iteration 3764 found worse value: 363.4314459540001. iteration 3765 found worse value: 363.4314459540001. iteration 3766 found worse value: 363.4314459540001. iteration 3767 found worse value: 363.4314459540001. iteration3767, perturbing to get out of local maxima iteration 3768 found worse value: 363.4314459540001. iteration3768, perturbing to get out of local maxima iteration 3769 found worse value: 363.4314459540001. iteration 3770 found worse value: 363.4314459540001. iteration 3771 found worse value: 363.4314459540001. iteration 3772 found worse value: 363.4314459540001. iteration 3773 found worse value: 363.4314459540001. iteration 3774 found worse value: 363.4314459540001. iteration3774, perturbing to get out of local maxima iteration 3775 found worse value: 363.4314459540001. iteration 3776 found worse value: 363.4314459540001. iteration 3777 found worse value: 363.4314459540001. iteration 3778 found worse value: 363.4314459540001. iteration 3779 found worse value: 363.4314459540001. iteration 3780 found worse value: 363.4314459540001. iteration 3781 found worse value: 363.4314459540001. iteration 3782 found worse value: 363.4314459540001. iteration 3783 found worse value: 363.4314459540001. iteration 3784 found worse value: 363.4314459540001. iteration 3785 found worse value: 363.4314459540001. iteration 3786 found worse value: 363.4314459540001. iteration 3787 found worse value: 363.4314459540001. iteration 3788 found worse value: 363.4314459540001. iteration 3789 found worse value: 363.4314459540001. iteration 3790 found worse value: 363.4314459540001. iteration 3791 found worse value: 363.4314459540001. iteration 3792 found worse value: 363.4314459540001. iteration 3793 found worse value: 363.4314459540001. iteration 3794 found worse value: 363.4314459540001. iteration 3795 found worse value: 363.4314459540001. iteration 3796 found worse value: 363.4314459540001. iteration 3797 found worse value: 363.4314459540001. iteration 3798 found worse value: 363.4314459540001. iteration 3799 found worse value: 363.4314459540001. iteration 3800 found worse value: 363.4314459540001. iteration3800, perturbing to get out of local maxima iteration 3801 found worse value: 363.4314459540001. iteration3801, perturbing to get out of local maxima iteration 3802 found worse value: 363.4314459540001. iteration 3803 found worse value: 363.4314459540001. iteration 3804 found worse value: 363.4314459540001. iteration 3805 found worse value: 363.4314459540001. iteration 3806 found worse value: 363.4314459540001. iteration 3807 found worse value: 363.4314459540001. iteration 3808 found worse value: 363.4314459540001. iteration 3809 found worse value: 363.4314459540001. iteration 3810 found worse value: 363.4314459540001. iteration3810, perturbing to get out of local maxima iteration 3811 found better value: 363.43304930399995 iteration 3812 found worse value: 363.43304930399995. iteration 3813 found better value: 363.43309283300005 iteration 3814 found better value: 363.4333464250001 iteration 3815 found worse value: 363.4333464250001. iteration 3816 found worse value: 363.4333464250001. iteration 3817 found worse value: 363.4333464250001. iteration3817, perturbing to get out of local maxima iteration 3818 found worse value: 363.4333464250001. iteration3818, perturbing to get out of local maxima iteration 3819 found worse value: 363.4333464250001. iteration 3820 found worse value: 363.4333464250001. iteration 3821 found worse value: 363.4333464250001. iteration 3822 found worse value: 363.4333464250001. iteration 3823 found worse value: 363.4333464250001. iteration 3824 found worse value: 363.4333464250001. iteration 3825 found worse value: 363.4333464250001. iteration 3826 found worse value: 363.4333464250001. iteration3826, perturbing to get out of local maxima iteration 3827 found worse value: 363.4333464250001. iteration 3828 found worse value: 363.4333464250001. iteration 3829 found worse value: 363.4333464250001. iteration 3830 found worse value: 363.4333464250001. iteration 3831 found worse value: 363.4333464250001. iteration 3832 found worse value: 363.4333464250001. iteration 3833 found worse value: 363.4333464250001. iteration 3834 found worse value: 363.4333464250001. iteration 3835 found worse value: 363.4333464250001. iteration 3836 found worse value: 363.4333464250001. iteration 3837 found worse value: 363.4333464250001. iteration 3838 found worse value: 363.4333464250001. iteration 3839 found worse value: 363.4333464250001. iteration 3840 found worse value: 363.4333464250001. iteration 3841 found worse value: 363.4333464250001. iteration 3842 found worse value: 363.4333464250001. iteration 3843 found worse value: 363.4333464250001. iteration 3844 found worse value: 363.4333464250001. iteration 3845 found worse value: 363.4333464250001. iteration 3846 found worse value: 363.4333464250001. iteration 3847 found worse value: 363.4333464250001. iteration 3848 found worse value: 363.4333464250001. iteration3848, perturbing to get out of local maxima iteration 3849 found worse value: 363.4333464250001. iteration 3850 found worse value: 363.4333464250001. iteration 3851 found worse value: 363.4333464250001. iteration 3852 found worse value: 363.4333464250001. iteration3852, perturbing to get out of local maxima iteration 3853 found worse value: 363.4333464250001. iteration 3854 found worse value: 363.4333464250001. iteration 3855 found worse value: 363.4333464250001. iteration 3856 found worse value: 363.4333464250001. iteration 3857 found worse value: 363.4333464250001. iteration 3858 found worse value: 363.4333464250001. iteration 3859 found worse value: 363.4333464250001. iteration 3860 found worse value: 363.4333464250001. iteration 3861 found worse value: 363.4333464250001. iteration 3862 found worse value: 363.4333464250001. iteration 3863 found worse value: 363.4333464250001. iteration 3864 found worse value: 363.4333464250001. iteration 3865 found worse value: 363.4333464250001. iteration3865, perturbing to get out of local maxima iteration 3866 found worse value: 363.4333464250001. iteration 3867 found worse value: 363.4333464250001. iteration 3868 found worse value: 363.4333464250001. iteration 3869 found worse value: 363.4333464250001. iteration 3870 found worse value: 363.4333464250001. iteration 3871 found worse value: 363.4333464250001. iteration 3872 found worse value: 363.4333464250001. iteration 3873 found worse value: 363.4333464250001. iteration 3874 found worse value: 363.4333464250001. iteration 3875 found worse value: 363.4333464250001. iteration 3876 found worse value: 363.4333464250001. iteration 3877 found worse value: 363.4333464250001. iteration 3878 found worse value: 363.4333464250001. iteration 3879 found worse value: 363.4333464250001. iteration 3880 found worse value: 363.4333464250001. iteration 3881 found worse value: 363.4333464250001. iteration 3882 found worse value: 363.4333464250001. iteration3882, perturbing to get out of local maxima iteration 3883 found worse value: 363.4333464250001. iteration 3884 found worse value: 363.4333464250001. iteration 3885 found worse value: 363.4333464250001. iteration 3886 found worse value: 363.4333464250001. iteration 3887 found worse value: 363.4333464250001. iteration 3888 found worse value: 363.4333464250001. iteration 3889 found worse value: 363.4333464250001. iteration 3890 found worse value: 363.4333464250001. iteration 3891 found worse value: 363.4333464250001. iteration 3892 found worse value: 363.4333464250001. iteration 3893 found worse value: 363.4333464250001. iteration 3894 found worse value: 363.4333464250001. iteration 3895 found worse value: 363.4333464250001. iteration 3896 found worse value: 363.4333464250001. iteration 3897 found worse value: 363.4333464250001. iteration 3898 found worse value: 363.4333464250001. iteration 3899 found worse value: 363.4333464250001. iteration 3900 found worse value: 363.4333464250001. iteration3900, perturbing to get out of local maxima iteration 3901 found worse value: 363.4333464250001. iteration 3902 found worse value: 363.4333464250001. iteration 3903 found worse value: 363.4333464250001. iteration 3904 found worse value: 363.4333464250001. iteration 3905 found worse value: 363.4333464250001. iteration 3906 found worse value: 363.4333464250001. iteration 3907 found worse value: 363.4333464250001. iteration 3908 found worse value: 363.4333464250001. iteration 3909 found worse value: 363.4333464250001. iteration 3910 found worse value: 363.4333464250001. iteration 3911 found worse value: 363.4333464250001. iteration3911, perturbing to get out of local maxima iteration 3912 found better value: 363.433756853 iteration 3913 found worse value: 363.433756853. iteration 3914 found worse value: 363.433756853. iteration 3915 found worse value: 363.433756853. iteration 3916 found worse value: 363.433756853. iteration 3917 found worse value: 363.433756853. iteration3917, perturbing to get out of local maxima iteration 3918 found worse value: 363.433756853. iteration3918, perturbing to get out of local maxima iteration 3919 found worse value: 363.433756853. iteration 3920 found worse value: 363.433756853. iteration3920, perturbing to get out of local maxima iteration 3921 found worse value: 363.433756853. iteration 3922 found worse value: 363.433756853. iteration 3923 found worse value: 363.433756853. iteration 3924 found worse value: 363.433756853. iteration 3925 found better value: 363.436673531 iteration 3926 found worse value: 363.436673531. iteration 3927 found worse value: 363.436673531. iteration 3928 found better value: 363.437489377 iteration 3929 found worse value: 363.437489377. iteration3929, perturbing to get out of local maxima iteration 3930 found worse value: 363.437489377. iteration 3931 found worse value: 363.437489377. iteration 3932 found worse value: 363.437489377. iteration3932, perturbing to get out of local maxima iteration 3933 found worse value: 363.437489377. iteration3933, perturbing to get out of local maxima iteration 3934 found worse value: 363.437489377. iteration 3935 found worse value: 363.437489377. iteration 3936 found worse value: 363.437489377. iteration 3937 found worse value: 363.437489377. iteration 3938 found worse value: 363.437489377. iteration 3939 found worse value: 363.437489377. iteration 3940 found worse value: 363.437489377. iteration 3941 found worse value: 363.437489377. iteration 3942 found worse value: 363.437489377. iteration3942, perturbing to get out of local maxima iteration 3943 found worse value: 363.437489377. iteration 3944 found worse value: 363.437489377. iteration 3945 found worse value: 363.437489377. iteration 3946 found worse value: 363.437489377. iteration 3947 found worse value: 363.437489377. iteration 3948 found worse value: 363.437489377. iteration 3949 found worse value: 363.437489377. iteration3949, perturbing to get out of local maxima iteration 3950 found worse value: 363.437489377. iteration 3951 found worse value: 363.437489377. iteration3951, perturbing to get out of local maxima iteration 3952 found worse value: 363.437489377. iteration 3953 found worse value: 363.437489377. iteration 3954 found worse value: 363.437489377. iteration 3955 found worse value: 363.437489377. iteration 3956 found worse value: 363.437489377. iteration3956, perturbing to get out of local maxima iteration 3957 found worse value: 363.437489377. iteration 3958 found worse value: 363.437489377. iteration 3959 found worse value: 363.437489377. iteration 3960 found worse value: 363.437489377. iteration 3961 found worse value: 363.437489377. iteration 3962 found worse value: 363.437489377. iteration3962, perturbing to get out of local maxima iteration 3963 found worse value: 363.437489377. iteration 3964 found worse value: 363.437489377. iteration3964, perturbing to get out of local maxima iteration 3965 found worse value: 363.437489377. iteration 3966 found worse value: 363.437489377. iteration 3967 found worse value: 363.437489377. iteration3967, perturbing to get out of local maxima iteration 3968 found worse value: 363.437489377. iteration 3969 found worse value: 363.437489377. iteration 3970 found worse value: 363.437489377. iteration 3971 found worse value: 363.437489377. iteration 3972 found worse value: 363.437489377. iteration 3973 found worse value: 363.437489377. iteration 3974 found worse value: 363.437489377. iteration3974, perturbing to get out of local maxima iteration 3975 found worse value: 363.437489377. iteration 3976 found worse value: 363.437489377. iteration 3977 found worse value: 363.437489377. iteration3977, perturbing to get out of local maxima iteration 3978 found worse value: 363.437489377. iteration 3979 found worse value: 363.437489377. iteration 3980 found worse value: 363.437489377. iteration 3981 found worse value: 363.437489377. iteration 3982 found worse value: 363.437489377. iteration 3983 found worse value: 363.437489377. iteration 3984 found worse value: 363.437489377. iteration 3985 found worse value: 363.437489377. iteration 3986 found worse value: 363.437489377. iteration 3987 found worse value: 363.437489377. iteration3987, perturbing to get out of local maxima iteration 3988 found worse value: 363.437489377. iteration 3989 found worse value: 363.437489377. iteration 3990 found worse value: 363.437489377. iteration 3991 found worse value: 363.437489377. iteration 3992 found worse value: 363.437489377. iteration 3993 found worse value: 363.437489377. iteration 3994 found worse value: 363.437489377. iteration 3995 found worse value: 363.437489377. iteration 3996 found worse value: 363.437489377. iteration 3997 found worse value: 363.437489377. iteration3997, perturbing to get out of local maxima iteration 3998 found worse value: 363.437489377. iteration 3999 found worse value: 363.437489377. iteration 4000 found worse value: 363.437489377. iteration4000, perturbing to get out of local maxima iteration 4001 found worse value: 363.437489377. iteration 4002 found worse value: 363.437489377. iteration 4003 found worse value: 363.437489377. iteration 4004 found worse value: 363.437489377. iteration 4005 found worse value: 363.437489377. iteration 4006 found worse value: 363.437489377. iteration 4007 found worse value: 363.437489377. iteration 4008 found worse value: 363.437489377. iteration 4009 found worse value: 363.437489377. iteration 4010 found worse value: 363.437489377. iteration 4011 found worse value: 363.437489377. iteration 4012 found worse value: 363.437489377. iteration 4013 found worse value: 363.437489377. iteration 4014 found worse value: 363.437489377. iteration4014, perturbing to get out of local maxima iteration 4015 found worse value: 363.437489377. iteration 4016 found worse value: 363.437489377. iteration 4017 found worse value: 363.437489377. iteration 4018 found worse value: 363.437489377. iteration 4019 found worse value: 363.437489377. iteration 4020 found worse value: 363.437489377. iteration 4021 found worse value: 363.437489377. iteration 4022 found worse value: 363.437489377. iteration 4023 found worse value: 363.437489377. iteration 4024 found worse value: 363.437489377. iteration 4025 found worse value: 363.437489377. iteration 4026 found worse value: 363.437489377. iteration 4027 found worse value: 363.437489377. iteration 4028 found worse value: 363.437489377. iteration4028, perturbing to get out of local maxima iteration 4029 found worse value: 363.437489377. iteration 4030 found worse value: 363.437489377. iteration 4031 found worse value: 363.437489377. iteration 4032 found worse value: 363.437489377. iteration 4033 found worse value: 363.437489377. iteration 4034 found worse value: 363.437489377. iteration 4035 found worse value: 363.437489377. iteration 4036 found worse value: 363.437489377. iteration 4037 found worse value: 363.437489377. iteration 4038 found worse value: 363.437489377. iteration 4039 found worse value: 363.437489377. iteration 4040 found worse value: 363.437489377. iteration 4041 found worse value: 363.437489377. iteration 4042 found worse value: 363.437489377. iteration 4043 found worse value: 363.437489377. iteration 4044 found worse value: 363.437489377. iteration4044, perturbing to get out of local maxima iteration 4045 found worse value: 363.437489377. iteration 4046 found worse value: 363.437489377. iteration 4047 found worse value: 363.437489377. iteration 4048 found worse value: 363.437489377. iteration 4049 found worse value: 363.437489377. iteration 4050 found worse value: 363.437489377. iteration 4051 found worse value: 363.437489377. iteration 4052 found worse value: 363.437489377. iteration4052, perturbing to get out of local maxima iteration 4053 found worse value: 363.437489377. iteration 4054 found worse value: 363.437489377. iteration 4055 found worse value: 363.437489377. iteration 4056 found worse value: 363.437489377. iteration 4057 found worse value: 363.437489377. iteration 4058 found worse value: 363.437489377. iteration 4059 found worse value: 363.437489377. iteration 4060 found worse value: 363.437489377. iteration 4061 found worse value: 363.437489377. iteration 4062 found worse value: 363.437489377. iteration 4063 found worse value: 363.437489377. iteration 4064 found worse value: 363.437489377. iteration 4065 found worse value: 363.437489377. iteration 4066 found better value: 363.43792479399997 iteration 4067 found worse value: 363.43792479399997. iteration 4068 found better value: 363.438188941 iteration 4069 found better value: 363.43844012299996 iteration 4070 found worse value: 363.43844012299996. iteration 4071 found worse value: 363.43844012299996. iteration 4072 found worse value: 363.43844012299996. iteration4072, perturbing to get out of local maxima iteration 4073 found worse value: 363.43844012299996. iteration 4074 found worse value: 363.43844012299996. iteration 4075 found worse value: 363.43844012299996. iteration 4076 found worse value: 363.43844012299996. iteration 4077 found worse value: 363.43844012299996. iteration 4078 found worse value: 363.43844012299996. iteration4078, perturbing to get out of local maxima iteration 4079 found worse value: 363.43844012299996. iteration 4080 found worse value: 363.43844012299996. iteration 4081 found worse value: 363.43844012299996. iteration 4082 found worse value: 363.43844012299996. iteration 4083 found worse value: 363.43844012299996. iteration4083, perturbing to get out of local maxima iteration 4084 found worse value: 363.43844012299996. iteration4084, perturbing to get out of local maxima iteration 4085 found worse value: 363.43844012299996. iteration 4086 found worse value: 363.43844012299996. iteration 4087 found worse value: 363.43844012299996. iteration 4088 found worse value: 363.43844012299996. iteration 4089 found worse value: 363.43844012299996. iteration 4090 found worse value: 363.43844012299996. iteration 4091 found worse value: 363.43844012299996. iteration 4092 found worse value: 363.43844012299996. iteration4092, perturbing to get out of local maxima iteration 4093 found worse value: 363.43844012299996. iteration 4094 found worse value: 363.43844012299996. iteration 4095 found worse value: 363.43844012299996. iteration 4096 found worse value: 363.43844012299996. iteration 4097 found worse value: 363.43844012299996. iteration 4098 found worse value: 363.43844012299996. iteration 4099 found worse value: 363.43844012299996. iteration 4100 found worse value: 363.43844012299996. iteration 4101 found worse value: 363.43844012299996. iteration4101, perturbing to get out of local maxima iteration 4102 found worse value: 363.43844012299996. iteration 4103 found worse value: 363.43844012299996. iteration 4104 found worse value: 363.43844012299996. iteration 4105 found worse value: 363.43844012299996. iteration 4106 found worse value: 363.43844012299996. iteration 4107 found worse value: 363.43844012299996. iteration 4108 found worse value: 363.43844012299996. iteration 4109 found worse value: 363.43844012299996. iteration 4110 found worse value: 363.43844012299996. iteration4110, perturbing to get out of local maxima iteration 4111 found worse value: 363.43844012299996. iteration 4112 found worse value: 363.43844012299996. iteration 4113 found worse value: 363.43844012299996. iteration 4114 found worse value: 363.43844012299996. iteration 4115 found worse value: 363.43844012299996. iteration 4116 found worse value: 363.43844012299996. iteration 4117 found worse value: 363.43844012299996. iteration 4118 found worse value: 363.43844012299996. iteration 4119 found worse value: 363.43844012299996. iteration 4120 found worse value: 363.43844012299996. iteration 4121 found worse value: 363.43844012299996. iteration 4122 found worse value: 363.43844012299996. iteration 4123 found worse value: 363.43844012299996. iteration 4124 found worse value: 363.43844012299996. iteration 4125 found worse value: 363.43844012299996. iteration 4126 found worse value: 363.43844012299996. iteration 4127 found worse value: 363.43844012299996. iteration 4128 found worse value: 363.43844012299996. iteration4128, perturbing to get out of local maxima iteration 4129 found worse value: 363.43844012299996. iteration 4130 found worse value: 363.43844012299996. iteration 4131 found worse value: 363.43844012299996. iteration 4132 found worse value: 363.43844012299996. iteration 4133 found worse value: 363.43844012299996. iteration 4134 found worse value: 363.43844012299996. iteration 4135 found worse value: 363.43844012299996. iteration 4136 found worse value: 363.43844012299996. iteration 4137 found worse value: 363.43844012299996. iteration 4138 found worse value: 363.43844012299996. iteration 4139 found worse value: 363.43844012299996. iteration 4140 found worse value: 363.43844012299996. iteration 4141 found worse value: 363.43844012299996. iteration 4142 found worse value: 363.43844012299996. iteration4142, perturbing to get out of local maxima iteration 4143 found worse value: 363.43844012299996. iteration 4144 found worse value: 363.43844012299996. iteration 4145 found worse value: 363.43844012299996. iteration 4146 found worse value: 363.43844012299996. iteration 4147 found worse value: 363.43844012299996. iteration 4148 found worse value: 363.43844012299996. iteration 4149 found worse value: 363.43844012299996. iteration 4150 found worse value: 363.43844012299996. iteration 4151 found worse value: 363.43844012299996. iteration 4152 found worse value: 363.43844012299996. iteration 4153 found worse value: 363.43844012299996. iteration4153, perturbing to get out of local maxima iteration 4154 found worse value: 363.43844012299996. iteration 4155 found worse value: 363.43844012299996. iteration 4156 found worse value: 363.43844012299996. iteration 4157 found worse value: 363.43844012299996. iteration 4158 found worse value: 363.43844012299996. iteration 4159 found worse value: 363.43844012299996. iteration 4160 found worse value: 363.43844012299996. iteration 4161 found worse value: 363.43844012299996. iteration 4162 found worse value: 363.43844012299996. iteration4162, perturbing to get out of local maxima iteration 4163 found worse value: 363.43844012299996. iteration 4164 found worse value: 363.43844012299996. iteration 4165 found worse value: 363.43844012299996. iteration4165, perturbing to get out of local maxima iteration 4166 found worse value: 363.43844012299996. iteration 4167 found worse value: 363.43844012299996. iteration 4168 found worse value: 363.43844012299996. iteration 4169 found worse value: 363.43844012299996. iteration 4170 found worse value: 363.43844012299996. iteration 4171 found worse value: 363.43844012299996. iteration 4172 found worse value: 363.43844012299996. iteration 4173 found worse value: 363.43844012299996. iteration 4174 found worse value: 363.43844012299996. iteration 4175 found worse value: 363.43844012299996. iteration 4176 found worse value: 363.43844012299996. iteration 4177 found worse value: 363.43844012299996. iteration 4178 found worse value: 363.43844012299996. iteration 4179 found worse value: 363.43844012299996. iteration4179, perturbing to get out of local maxima iteration 4180 found worse value: 363.43844012299996. iteration 4181 found worse value: 363.43844012299996. iteration 4182 found worse value: 363.43844012299996. iteration 4183 found worse value: 363.43844012299996. iteration 4184 found worse value: 363.43844012299996. iteration4184, perturbing to get out of local maxima iteration 4185 found worse value: 363.43844012299996. iteration 4186 found worse value: 363.43844012299996. iteration 4187 found worse value: 363.43844012299996. iteration 4188 found worse value: 363.43844012299996. iteration 4189 found worse value: 363.43844012299996. iteration4189, perturbing to get out of local maxima iteration 4190 found worse value: 363.43844012299996. iteration 4191 found worse value: 363.43844012299996. iteration 4192 found worse value: 363.43844012299996. iteration 4193 found worse value: 363.43844012299996. iteration 4194 found better value: 363.44007410100005 iteration 4195 found worse value: 363.44007410100005. iteration4195, perturbing to get out of local maxima iteration 4196 found worse value: 363.44007410100005. iteration 4197 found worse value: 363.44007410100005. iteration4197, perturbing to get out of local maxima iteration 4198 found worse value: 363.44007410100005. iteration 4199 found worse value: 363.44007410100005. iteration 4200 found worse value: 363.44007410100005. iteration 4201 found worse value: 363.44007410100005. iteration 4202 found worse value: 363.44007410100005. iteration 4203 found worse value: 363.44007410100005. iteration 4204 found worse value: 363.44007410100005. iteration 4205 found worse value: 363.44007410100005. iteration 4206 found worse value: 363.44007410100005. iteration 4207 found worse value: 363.44007410100005. iteration 4208 found worse value: 363.44007410100005. iteration 4209 found worse value: 363.44007410100005. iteration 4210 found worse value: 363.44007410100005. iteration 4211 found worse value: 363.44007410100005. iteration 4212 found worse value: 363.44007410100005. iteration 4213 found worse value: 363.44007410100005. iteration 4214 found worse value: 363.44007410100005. iteration 4215 found worse value: 363.44007410100005. iteration4215, perturbing to get out of local maxima iteration 4216 found worse value: 363.44007410100005. iteration 4217 found worse value: 363.44007410100005. iteration 4218 found worse value: 363.44007410100005. iteration 4219 found better value: 363.442603845 iteration 4220 found worse value: 363.442603845. iteration 4221 found worse value: 363.442603845. iteration 4222 found worse value: 363.442603845. iteration 4223 found worse value: 363.442603845. iteration 4224 found better value: 363.44260578899997 iteration 4225 found worse value: 363.44260578899997. iteration4225, perturbing to get out of local maxima iteration 4226 found worse value: 363.44260578899997. iteration 4227 found worse value: 363.44260578899997. iteration4227, perturbing to get out of local maxima iteration 4228 found worse value: 363.44260578899997. iteration 4229 found worse value: 363.44260578899997. iteration 4230 found worse value: 363.44260578899997. iteration 4231 found worse value: 363.44260578899997. iteration 4232 found worse value: 363.44260578899997. iteration 4233 found worse value: 363.44260578899997. iteration 4234 found worse value: 363.44260578899997. iteration 4235 found worse value: 363.44260578899997. iteration 4236 found worse value: 363.44260578899997. iteration 4237 found worse value: 363.44260578899997. iteration 4238 found worse value: 363.44260578899997. iteration4238, perturbing to get out of local maxima iteration 4239 found worse value: 363.44260578899997. iteration 4240 found worse value: 363.44260578899997. iteration 4241 found worse value: 363.44260578899997. iteration 4242 found worse value: 363.44260578899997. iteration 4243 found worse value: 363.44260578899997. iteration4243, perturbing to get out of local maxima iteration 4244 found worse value: 363.44260578899997. iteration 4245 found worse value: 363.44260578899997. iteration 4246 found worse value: 363.44260578899997. iteration 4247 found worse value: 363.44260578899997. iteration 4248 found worse value: 363.44260578899997. iteration 4249 found worse value: 363.44260578899997. iteration 4250 found worse value: 363.44260578899997. iteration 4251 found worse value: 363.44260578899997. iteration 4252 found worse value: 363.44260578899997. iteration 4253 found worse value: 363.44260578899997. iteration 4254 found worse value: 363.44260578899997. iteration 4255 found worse value: 363.44260578899997. iteration 4256 found worse value: 363.44260578899997. iteration 4257 found worse value: 363.44260578899997. iteration 4258 found worse value: 363.44260578899997. iteration 4259 found worse value: 363.44260578899997. iteration 4260 found worse value: 363.44260578899997. iteration 4261 found worse value: 363.44260578899997. iteration 4262 found worse value: 363.44260578899997. iteration4262, perturbing to get out of local maxima iteration 4263 found worse value: 363.44260578899997. iteration 4264 found worse value: 363.44260578899997. iteration 4265 found worse value: 363.44260578899997. iteration 4266 found worse value: 363.44260578899997. iteration 4267 found worse value: 363.44260578899997. iteration 4268 found worse value: 363.44260578899997. iteration 4269 found worse value: 363.44260578899997. iteration4269, perturbing to get out of local maxima iteration 4270 found worse value: 363.44260578899997. iteration 4271 found worse value: 363.44260578899997. iteration 4272 found worse value: 363.44260578899997. iteration 4273 found worse value: 363.44260578899997. iteration 4274 found worse value: 363.44260578899997. iteration 4275 found worse value: 363.44260578899997. iteration 4276 found worse value: 363.44260578899997. iteration4276, perturbing to get out of local maxima iteration 4277 found worse value: 363.44260578899997. iteration 4278 found worse value: 363.44260578899997. iteration 4279 found worse value: 363.44260578899997. iteration 4280 found worse value: 363.44260578899997. iteration 4281 found worse value: 363.44260578899997. iteration 4282 found worse value: 363.44260578899997. iteration 4283 found worse value: 363.44260578899997. iteration 4284 found worse value: 363.44260578899997. iteration 4285 found worse value: 363.44260578899997. iteration 4286 found worse value: 363.44260578899997. iteration 4287 found worse value: 363.44260578899997. iteration 4288 found worse value: 363.44260578899997. iteration 4289 found worse value: 363.44260578899997. iteration4289, perturbing to get out of local maxima iteration 4290 found worse value: 363.44260578899997. iteration4290, perturbing to get out of local maxima iteration 4291 found worse value: 363.44260578899997. iteration 4292 found worse value: 363.44260578899997. iteration 4293 found worse value: 363.44260578899997. iteration 4294 found worse value: 363.44260578899997. iteration 4295 found worse value: 363.44260578899997. iteration 4296 found worse value: 363.44260578899997. iteration 4297 found worse value: 363.44260578899997. iteration4297, perturbing to get out of local maxima iteration 4298 found worse value: 363.44260578899997. iteration 4299 found worse value: 363.44260578899997. iteration4299, perturbing to get out of local maxima iteration 4300 found worse value: 363.44260578899997. iteration 4301 found worse value: 363.44260578899997. iteration 4302 found worse value: 363.44260578899997. iteration 4303 found worse value: 363.44260578899997. iteration 4304 found worse value: 363.44260578899997. iteration4304, perturbing to get out of local maxima iteration 4305 found worse value: 363.44260578899997. iteration 4306 found worse value: 363.44260578899997. iteration 4307 found worse value: 363.44260578899997. iteration 4308 found worse value: 363.44260578899997. iteration 4309 found worse value: 363.44260578899997. iteration 4310 found worse value: 363.44260578899997. iteration4310, perturbing to get out of local maxima iteration 4311 found worse value: 363.44260578899997. iteration4311, perturbing to get out of local maxima iteration 4312 found worse value: 363.44260578899997. iteration 4313 found worse value: 363.44260578899997. iteration 4314 found worse value: 363.44260578899997. iteration 4315 found worse value: 363.44260578899997. iteration 4316 found worse value: 363.44260578899997. iteration 4317 found worse value: 363.44260578899997. iteration 4318 found worse value: 363.44260578899997. iteration 4319 found worse value: 363.44260578899997. iteration4319, perturbing to get out of local maxima iteration 4320 found worse value: 363.44260578899997. iteration 4321 found worse value: 363.44260578899997. iteration4321, perturbing to get out of local maxima iteration 4322 found worse value: 363.44260578899997. iteration 4323 found worse value: 363.44260578899997. iteration 4324 found worse value: 363.44260578899997. iteration 4325 found worse value: 363.44260578899997. iteration 4326 found worse value: 363.44260578899997. iteration 4327 found worse value: 363.44260578899997. iteration 4328 found worse value: 363.44260578899997. iteration 4329 found worse value: 363.44260578899997. iteration 4330 found worse value: 363.44260578899997. iteration 4331 found worse value: 363.44260578899997. iteration 4332 found worse value: 363.44260578899997. iteration 4333 found worse value: 363.44260578899997. iteration 4334 found worse value: 363.44260578899997. iteration 4335 found worse value: 363.44260578899997. iteration4335, perturbing to get out of local maxima iteration 4336 found worse value: 363.44260578899997. iteration 4337 found worse value: 363.44260578899997. iteration 4338 found worse value: 363.44260578899997. iteration 4339 found worse value: 363.44260578899997. iteration 4340 found worse value: 363.44260578899997. iteration 4341 found worse value: 363.44260578899997. iteration 4342 found worse value: 363.44260578899997. iteration 4343 found worse value: 363.44260578899997. iteration 4344 found worse value: 363.44260578899997. iteration4344, perturbing to get out of local maxima iteration 4345 found worse value: 363.44260578899997. iteration 4346 found worse value: 363.44260578899997. iteration 4347 found worse value: 363.44260578899997. iteration 4348 found worse value: 363.44260578899997. iteration 4349 found worse value: 363.44260578899997. iteration 4350 found worse value: 363.44260578899997. iteration 4351 found worse value: 363.44260578899997. iteration 4352 found worse value: 363.44260578899997. iteration 4353 found worse value: 363.44260578899997. iteration 4354 found worse value: 363.44260578899997. iteration 4355 found worse value: 363.44260578899997. iteration 4356 found worse value: 363.44260578899997. iteration 4357 found worse value: 363.44260578899997. iteration 4358 found worse value: 363.44260578899997. iteration 4359 found worse value: 363.44260578899997. iteration 4360 found worse value: 363.44260578899997. iteration 4361 found worse value: 363.44260578899997. iteration 4362 found worse value: 363.44260578899997. iteration 4363 found worse value: 363.44260578899997. iteration 4364 found worse value: 363.44260578899997. iteration 4365 found worse value: 363.44260578899997. iteration 4366 found worse value: 363.44260578899997. iteration 4367 found worse value: 363.44260578899997. iteration 4368 found worse value: 363.44260578899997. iteration4368, perturbing to get out of local maxima iteration 4369 found worse value: 363.44260578899997. iteration 4370 found worse value: 363.44260578899997. iteration 4371 found worse value: 363.44260578899997. iteration 4372 found worse value: 363.44260578899997. iteration 4373 found worse value: 363.44260578899997. iteration 4374 found worse value: 363.44260578899997. iteration 4375 found worse value: 363.44260578899997. iteration 4376 found worse value: 363.44260578899997. iteration 4377 found worse value: 363.44260578899997. iteration 4378 found worse value: 363.44260578899997. iteration4378, perturbing to get out of local maxima iteration 4379 found worse value: 363.44260578899997. iteration 4380 found worse value: 363.44260578899997. iteration 4381 found worse value: 363.44260578899997. iteration4381, perturbing to get out of local maxima iteration 4382 found worse value: 363.44260578899997. iteration 4383 found worse value: 363.44260578899997. iteration 4384 found worse value: 363.44260578899997. iteration4384, perturbing to get out of local maxima iteration 4385 found worse value: 363.44260578899997. iteration 4386 found worse value: 363.44260578899997. iteration 4387 found worse value: 363.44260578899997. iteration 4388 found worse value: 363.44260578899997. iteration 4389 found worse value: 363.44260578899997. iteration 4390 found worse value: 363.44260578899997. iteration 4391 found worse value: 363.44260578899997. iteration 4392 found worse value: 363.44260578899997. iteration 4393 found worse value: 363.44260578899997. iteration 4394 found worse value: 363.44260578899997. iteration 4395 found worse value: 363.44260578899997. iteration 4396 found worse value: 363.44260578899997. iteration 4397 found worse value: 363.44260578899997. iteration 4398 found worse value: 363.44260578899997. iteration 4399 found worse value: 363.44260578899997. iteration 4400 found worse value: 363.44260578899997. iteration 4401 found worse value: 363.44260578899997. iteration 4402 found worse value: 363.44260578899997. iteration 4403 found worse value: 363.44260578899997. iteration 4404 found worse value: 363.44260578899997. iteration 4405 found worse value: 363.44260578899997. iteration 4406 found worse value: 363.44260578899997. iteration 4407 found worse value: 363.44260578899997. iteration4407, perturbing to get out of local maxima iteration 4408 found worse value: 363.44260578899997. iteration4408, perturbing to get out of local maxima iteration 4409 found worse value: 363.44260578899997. iteration 4410 found worse value: 363.44260578899997. iteration 4411 found worse value: 363.44260578899997. iteration 4412 found worse value: 363.44260578899997. iteration 4413 found worse value: 363.44260578899997. iteration 4414 found worse value: 363.44260578899997. iteration 4415 found worse value: 363.44260578899997. iteration 4416 found worse value: 363.44260578899997. iteration 4417 found worse value: 363.44260578899997. iteration 4418 found worse value: 363.44260578899997. iteration 4419 found worse value: 363.44260578899997. iteration 4420 found worse value: 363.44260578899997. iteration 4421 found worse value: 363.44260578899997. iteration 4422 found worse value: 363.44260578899997. iteration 4423 found worse value: 363.44260578899997. iteration 4424 found worse value: 363.44260578899997. iteration 4425 found worse value: 363.44260578899997. iteration 4426 found worse value: 363.44260578899997. iteration 4427 found worse value: 363.44260578899997. iteration 4428 found worse value: 363.44260578899997. iteration 4429 found worse value: 363.44260578899997. iteration4429, perturbing to get out of local maxima iteration 4430 found worse value: 363.44260578899997. iteration 4431 found worse value: 363.44260578899997. iteration 4432 found worse value: 363.44260578899997. iteration 4433 found worse value: 363.44260578899997. iteration 4434 found worse value: 363.44260578899997. iteration 4435 found worse value: 363.44260578899997. iteration 4436 found worse value: 363.44260578899997. iteration 4437 found worse value: 363.44260578899997. iteration 4438 found worse value: 363.44260578899997. iteration 4439 found worse value: 363.44260578899997. iteration4439, perturbing to get out of local maxima iteration 4440 found worse value: 363.44260578899997. iteration 4441 found worse value: 363.44260578899997. iteration 4442 found worse value: 363.44260578899997. iteration 4443 found worse value: 363.44260578899997. iteration 4444 found worse value: 363.44260578899997. iteration 4445 found worse value: 363.44260578899997. iteration 4446 found worse value: 363.44260578899997. iteration 4447 found worse value: 363.44260578899997. iteration 4448 found worse value: 363.44260578899997. iteration 4449 found worse value: 363.44260578899997. iteration 4450 found worse value: 363.44260578899997. iteration 4451 found worse value: 363.44260578899997. iteration4451, perturbing to get out of local maxima iteration 4452 found worse value: 363.44260578899997. iteration 4453 found worse value: 363.44260578899997. iteration 4454 found worse value: 363.44260578899997. iteration 4455 found worse value: 363.44260578899997. iteration 4456 found worse value: 363.44260578899997. iteration 4457 found worse value: 363.44260578899997. iteration4457, perturbing to get out of local maxima iteration 4458 found worse value: 363.44260578899997. iteration 4459 found worse value: 363.44260578899997. iteration 4460 found worse value: 363.44260578899997. iteration 4461 found worse value: 363.44260578899997. iteration 4462 found worse value: 363.44260578899997. iteration 4463 found worse value: 363.44260578899997. iteration 4464 found worse value: 363.44260578899997. iteration 4465 found worse value: 363.44260578899997. iteration 4466 found worse value: 363.44260578899997. iteration 4467 found worse value: 363.44260578899997. iteration 4468 found worse value: 363.44260578899997. iteration 4469 found worse value: 363.44260578899997. iteration 4470 found worse value: 363.44260578899997. iteration 4471 found worse value: 363.44260578899997. iteration 4472 found worse value: 363.44260578899997. iteration 4473 found worse value: 363.44260578899997. iteration 4474 found worse value: 363.44260578899997. iteration 4475 found worse value: 363.44260578899997. iteration 4476 found worse value: 363.44260578899997. iteration 4477 found worse value: 363.44260578899997. iteration 4478 found worse value: 363.44260578899997. iteration4478, perturbing to get out of local maxima iteration 4479 found worse value: 363.44260578899997. iteration4479, perturbing to get out of local maxima iteration 4480 found worse value: 363.44260578899997. iteration4480, perturbing to get out of local maxima iteration 4481 found worse value: 363.44260578899997. iteration 4482 found worse value: 363.44260578899997. iteration 4483 found worse value: 363.44260578899997. iteration 4484 found worse value: 363.44260578899997. iteration4484, perturbing to get out of local maxima iteration 4485 found worse value: 363.44260578899997. iteration 4486 found worse value: 363.44260578899997. iteration 4487 found worse value: 363.44260578899997. iteration4487, perturbing to get out of local maxima iteration 4488 found worse value: 363.44260578899997. iteration 4489 found worse value: 363.44260578899997. iteration 4490 found worse value: 363.44260578899997. iteration 4491 found worse value: 363.44260578899997. iteration 4492 found worse value: 363.44260578899997. iteration 4493 found worse value: 363.44260578899997. iteration 4494 found worse value: 363.44260578899997. iteration 4495 found worse value: 363.44260578899997. iteration4495, perturbing to get out of local maxima iteration 4496 found worse value: 363.44260578899997. iteration 4497 found worse value: 363.44260578899997. iteration 4498 found worse value: 363.44260578899997. iteration 4499 found worse value: 363.44260578899997. iteration4499, perturbing to get out of local maxima iteration 4500 found worse value: 363.44260578899997. iteration 4501 found worse value: 363.44260578899997. iteration 4502 found worse value: 363.44260578899997. iteration 4503 found worse value: 363.44260578899997. iteration4503, perturbing to get out of local maxima iteration 4504 found worse value: 363.44260578899997. iteration4504, perturbing to get out of local maxima iteration 4505 found worse value: 363.44260578899997. iteration 4506 found worse value: 363.44260578899997. iteration4506, perturbing to get out of local maxima iteration 4507 found worse value: 363.44260578899997. iteration4507, perturbing to get out of local maxima iteration 4508 found worse value: 363.44260578899997. iteration 4509 found worse value: 363.44260578899997. iteration 4510 found worse value: 363.44260578899997. iteration 4511 found worse value: 363.44260578899997. iteration 4512 found worse value: 363.44260578899997. iteration 4513 found worse value: 363.44260578899997. iteration 4514 found worse value: 363.44260578899997. iteration 4515 found worse value: 363.44260578899997. iteration 4516 found worse value: 363.44260578899997. iteration 4517 found worse value: 363.44260578899997. iteration4517, perturbing to get out of local maxima iteration 4518 found worse value: 363.44260578899997. iteration 4519 found worse value: 363.44260578899997. iteration 4520 found worse value: 363.44260578899997. iteration 4521 found worse value: 363.44260578899997. iteration 4522 found worse value: 363.44260578899997. iteration 4523 found worse value: 363.44260578899997. iteration4523, perturbing to get out of local maxima iteration 4524 found worse value: 363.44260578899997. iteration 4525 found worse value: 363.44260578899997. iteration 4526 found worse value: 363.44260578899997. iteration 4527 found worse value: 363.44260578899997. iteration 4528 found worse value: 363.44260578899997. iteration 4529 found worse value: 363.44260578899997. iteration 4530 found worse value: 363.44260578899997. iteration4530, perturbing to get out of local maxima iteration 4531 found worse value: 363.44260578899997. iteration 4532 found worse value: 363.44260578899997. iteration 4533 found worse value: 363.44260578899997. iteration 4534 found worse value: 363.44260578899997. iteration 4535 found worse value: 363.44260578899997. iteration 4536 found worse value: 363.44260578899997. iteration 4537 found worse value: 363.44260578899997. iteration 4538 found worse value: 363.44260578899997. iteration 4539 found worse value: 363.44260578899997. iteration 4540 found worse value: 363.44260578899997. iteration 4541 found worse value: 363.44260578899997. iteration 4542 found worse value: 363.44260578899997. iteration 4543 found worse value: 363.44260578899997. iteration 4544 found worse value: 363.44260578899997. iteration 4545 found worse value: 363.44260578899997. iteration 4546 found worse value: 363.44260578899997. iteration 4547 found worse value: 363.44260578899997. iteration4547, perturbing to get out of local maxima iteration 4548 found worse value: 363.44260578899997. iteration 4549 found worse value: 363.44260578899997. iteration 4550 found worse value: 363.44260578899997. iteration4550, perturbing to get out of local maxima iteration 4551 found worse value: 363.44260578899997. iteration 4552 found worse value: 363.44260578899997. iteration 4553 found worse value: 363.44260578899997. iteration 4554 found worse value: 363.44260578899997. iteration 4555 found worse value: 363.44260578899997. iteration 4556 found worse value: 363.44260578899997. iteration 4557 found worse value: 363.44260578899997. iteration 4558 found worse value: 363.44260578899997. iteration 4559 found worse value: 363.44260578899997. iteration 4560 found worse value: 363.44260578899997. iteration 4561 found worse value: 363.44260578899997. iteration 4562 found worse value: 363.44260578899997. iteration 4563 found worse value: 363.44260578899997. iteration 4564 found worse value: 363.44260578899997. iteration 4565 found worse value: 363.44260578899997. iteration 4566 found worse value: 363.44260578899997. iteration 4567 found worse value: 363.44260578899997. iteration 4568 found worse value: 363.44260578899997. iteration 4569 found worse value: 363.44260578899997. iteration 4570 found worse value: 363.44260578899997. iteration 4571 found worse value: 363.44260578899997. iteration 4572 found worse value: 363.44260578899997. iteration4572, perturbing to get out of local maxima iteration 4573 found worse value: 363.44260578899997. iteration 4574 found worse value: 363.44260578899997. iteration 4575 found worse value: 363.44260578899997. iteration 4576 found worse value: 363.44260578899997. iteration 4577 found worse value: 363.44260578899997. iteration 4578 found worse value: 363.44260578899997. iteration 4579 found worse value: 363.44260578899997. iteration 4580 found worse value: 363.44260578899997. iteration 4581 found worse value: 363.44260578899997. iteration 4582 found worse value: 363.44260578899997. iteration 4583 found worse value: 363.44260578899997. iteration 4584 found worse value: 363.44260578899997. iteration 4585 found worse value: 363.44260578899997. iteration 4586 found worse value: 363.44260578899997. iteration4586, perturbing to get out of local maxima iteration 4587 found worse value: 363.44260578899997. iteration 4588 found worse value: 363.44260578899997. iteration4588, perturbing to get out of local maxima iteration 4589 found worse value: 363.44260578899997. iteration 4590 found worse value: 363.44260578899997. iteration 4591 found worse value: 363.44260578899997. iteration 4592 found worse value: 363.44260578899997. iteration 4593 found worse value: 363.44260578899997. iteration 4594 found worse value: 363.44260578899997. iteration 4595 found worse value: 363.44260578899997. iteration 4596 found worse value: 363.44260578899997. iteration 4597 found worse value: 363.44260578899997. iteration 4598 found worse value: 363.44260578899997. iteration 4599 found worse value: 363.44260578899997. iteration 4600 found worse value: 363.44260578899997. iteration 4601 found worse value: 363.44260578899997. iteration 4602 found worse value: 363.44260578899997. iteration 4603 found worse value: 363.44260578899997. iteration 4604 found worse value: 363.44260578899997. iteration 4605 found worse value: 363.44260578899997. iteration 4606 found worse value: 363.44260578899997. iteration 4607 found worse value: 363.44260578899997. iteration 4608 found worse value: 363.44260578899997. iteration 4609 found worse value: 363.44260578899997. iteration 4610 found worse value: 363.44260578899997. iteration 4611 found worse value: 363.44260578899997. iteration 4612 found worse value: 363.44260578899997. iteration 4613 found worse value: 363.44260578899997. iteration 4614 found worse value: 363.44260578899997. iteration 4615 found worse value: 363.44260578899997. iteration 4616 found worse value: 363.44260578899997. iteration 4617 found worse value: 363.44260578899997. iteration 4618 found worse value: 363.44260578899997. iteration 4619 found worse value: 363.44260578899997. iteration 4620 found worse value: 363.44260578899997. iteration 4621 found worse value: 363.44260578899997. iteration 4622 found worse value: 363.44260578899997. iteration4622, perturbing to get out of local maxima iteration 4623 found worse value: 363.44260578899997. iteration 4624 found worse value: 363.44260578899997. iteration 4625 found worse value: 363.44260578899997. iteration 4626 found worse value: 363.44260578899997. iteration 4627 found worse value: 363.44260578899997. iteration 4628 found worse value: 363.44260578899997. iteration4628, perturbing to get out of local maxima iteration 4629 found worse value: 363.44260578899997. iteration 4630 found worse value: 363.44260578899997. iteration4630, perturbing to get out of local maxima iteration 4631 found worse value: 363.44260578899997. iteration 4632 found worse value: 363.44260578899997. iteration 4633 found worse value: 363.44260578899997. iteration4633, perturbing to get out of local maxima iteration 4634 found worse value: 363.44260578899997. iteration 4635 found worse value: 363.44260578899997. iteration 4636 found worse value: 363.44260578899997. iteration 4637 found worse value: 363.44260578899997. iteration 4638 found worse value: 363.44260578899997. iteration 4639 found worse value: 363.44260578899997. iteration 4640 found worse value: 363.44260578899997. iteration 4641 found worse value: 363.44260578899997. iteration 4642 found worse value: 363.44260578899997. iteration 4643 found worse value: 363.44260578899997. iteration 4644 found worse value: 363.44260578899997. iteration 4645 found worse value: 363.44260578899997. iteration 4646 found worse value: 363.44260578899997. iteration 4647 found worse value: 363.44260578899997. iteration 4648 found worse value: 363.44260578899997. iteration4648, perturbing to get out of local maxima iteration 4649 found worse value: 363.44260578899997. iteration 4650 found worse value: 363.44260578899997. iteration 4651 found worse value: 363.44260578899997. iteration 4652 found worse value: 363.44260578899997. iteration 4653 found worse value: 363.44260578899997. iteration 4654 found worse value: 363.44260578899997. iteration 4655 found worse value: 363.44260578899997. iteration 4656 found worse value: 363.44260578899997. iteration 4657 found worse value: 363.44260578899997. iteration 4658 found worse value: 363.44260578899997. iteration 4659 found worse value: 363.44260578899997. iteration 4660 found worse value: 363.44260578899997. iteration 4661 found worse value: 363.44260578899997. iteration 4662 found worse value: 363.44260578899997. iteration 4663 found worse value: 363.44260578899997. iteration 4664 found worse value: 363.44260578899997. iteration 4665 found worse value: 363.44260578899997. iteration 4666 found worse value: 363.44260578899997. iteration 4667 found worse value: 363.44260578899997. iteration 4668 found worse value: 363.44260578899997. iteration 4669 found worse value: 363.44260578899997. iteration4669, perturbing to get out of local maxima iteration 4670 found worse value: 363.44260578899997. iteration 4671 found worse value: 363.44260578899997. iteration 4672 found worse value: 363.44260578899997. iteration 4673 found worse value: 363.44260578899997. iteration 4674 found worse value: 363.44260578899997. iteration 4675 found worse value: 363.44260578899997. iteration 4676 found worse value: 363.44260578899997. iteration 4677 found worse value: 363.44260578899997. iteration 4678 found worse value: 363.44260578899997. iteration 4679 found worse value: 363.44260578899997. iteration 4680 found worse value: 363.44260578899997. iteration 4681 found worse value: 363.44260578899997. iteration 4682 found worse value: 363.44260578899997. iteration 4683 found worse value: 363.44260578899997. iteration 4684 found worse value: 363.44260578899997. iteration4684, perturbing to get out of local maxima iteration 4685 found worse value: 363.44260578899997. iteration 4686 found worse value: 363.44260578899997. iteration 4687 found worse value: 363.44260578899997. iteration 4688 found worse value: 363.44260578899997. iteration 4689 found worse value: 363.44260578899997. iteration 4690 found worse value: 363.44260578899997. iteration 4691 found worse value: 363.44260578899997. iteration 4692 found worse value: 363.44260578899997. iteration 4693 found worse value: 363.44260578899997. iteration 4694 found worse value: 363.44260578899997. iteration 4695 found worse value: 363.44260578899997. iteration4695, perturbing to get out of local maxima iteration 4696 found worse value: 363.44260578899997. iteration 4697 found worse value: 363.44260578899997. iteration 4698 found worse value: 363.44260578899997. iteration 4699 found worse value: 363.44260578899997. iteration 4700 found worse value: 363.44260578899997. iteration 4701 found worse value: 363.44260578899997. iteration 4702 found worse value: 363.44260578899997. iteration 4703 found worse value: 363.44260578899997. iteration 4704 found worse value: 363.44260578899997. iteration 4705 found worse value: 363.44260578899997. iteration 4706 found worse value: 363.44260578899997. iteration 4707 found worse value: 363.44260578899997. iteration 4708 found worse value: 363.44260578899997. iteration4708, perturbing to get out of local maxima iteration 4709 found worse value: 363.44260578899997. iteration 4710 found worse value: 363.44260578899997. iteration 4711 found worse value: 363.44260578899997. iteration4711, perturbing to get out of local maxima iteration 4712 found worse value: 363.44260578899997. iteration 4713 found worse value: 363.44260578899997. iteration 4714 found worse value: 363.44260578899997. iteration 4715 found worse value: 363.44260578899997. iteration 4716 found worse value: 363.44260578899997. iteration 4717 found worse value: 363.44260578899997. iteration 4718 found worse value: 363.44260578899997. iteration 4719 found worse value: 363.44260578899997. iteration 4720 found worse value: 363.44260578899997. iteration 4721 found worse value: 363.44260578899997. iteration 4722 found worse value: 363.44260578899997. iteration 4723 found worse value: 363.44260578899997. iteration4723, perturbing to get out of local maxima iteration 4724 found worse value: 363.44260578899997. iteration 4725 found worse value: 363.44260578899997. iteration 4726 found worse value: 363.44260578899997. iteration 4727 found worse value: 363.44260578899997. iteration 4728 found worse value: 363.44260578899997. iteration 4729 found worse value: 363.44260578899997. iteration 4730 found worse value: 363.44260578899997. iteration 4731 found worse value: 363.44260578899997. iteration4731, perturbing to get out of local maxima iteration 4732 found worse value: 363.44260578899997. iteration 4733 found worse value: 363.44260578899997. iteration 4734 found worse value: 363.44260578899997. iteration 4735 found worse value: 363.44260578899997. iteration 4736 found worse value: 363.44260578899997. iteration 4737 found worse value: 363.44260578899997. iteration 4738 found worse value: 363.44260578899997. iteration 4739 found worse value: 363.44260578899997. iteration 4740 found worse value: 363.44260578899997. iteration 4741 found worse value: 363.44260578899997. iteration 4742 found worse value: 363.44260578899997. iteration 4743 found worse value: 363.44260578899997. iteration 4744 found worse value: 363.44260578899997. iteration 4745 found worse value: 363.44260578899997. iteration4745, perturbing to get out of local maxima iteration 4746 found worse value: 363.44260578899997. iteration4746, perturbing to get out of local maxima iteration 4747 found worse value: 363.44260578899997. iteration 4748 found worse value: 363.44260578899997. iteration 4749 found worse value: 363.44260578899997. iteration 4750 found worse value: 363.44260578899997. iteration 4751 found worse value: 363.44260578899997. iteration 4752 found worse value: 363.44260578899997. iteration 4753 found worse value: 363.44260578899997. iteration 4754 found worse value: 363.44260578899997. iteration 4755 found worse value: 363.44260578899997. iteration 4756 found worse value: 363.44260578899997. iteration 4757 found worse value: 363.44260578899997. iteration 4758 found worse value: 363.44260578899997. iteration 4759 found worse value: 363.44260578899997. iteration 4760 found worse value: 363.44260578899997. iteration 4761 found worse value: 363.44260578899997. iteration 4762 found worse value: 363.44260578899997. iteration 4763 found worse value: 363.44260578899997. iteration 4764 found worse value: 363.44260578899997. iteration 4765 found worse value: 363.44260578899997. iteration4765, perturbing to get out of local maxima iteration 4766 found worse value: 363.44260578899997. iteration 4767 found worse value: 363.44260578899997. iteration 4768 found worse value: 363.44260578899997. iteration 4769 found worse value: 363.44260578899997. iteration 4770 found worse value: 363.44260578899997. iteration 4771 found worse value: 363.44260578899997. iteration 4772 found worse value: 363.44260578899997. iteration 4773 found worse value: 363.44260578899997. iteration 4774 found worse value: 363.44260578899997. iteration 4775 found worse value: 363.44260578899997. iteration 4776 found worse value: 363.44260578899997. iteration 4777 found worse value: 363.44260578899997. iteration 4778 found worse value: 363.44260578899997. iteration 4779 found worse value: 363.44260578899997. iteration4779, perturbing to get out of local maxima iteration 4780 found worse value: 363.44260578899997. iteration 4781 found worse value: 363.44260578899997. iteration 4782 found worse value: 363.44260578899997. iteration 4783 found worse value: 363.44260578899997. iteration 4784 found worse value: 363.44260578899997. iteration 4785 found worse value: 363.44260578899997. iteration 4786 found worse value: 363.44260578899997. iteration4786, perturbing to get out of local maxima iteration 4787 found worse value: 363.44260578899997. iteration 4788 found worse value: 363.44260578899997. iteration 4789 found worse value: 363.44260578899997. iteration 4790 found worse value: 363.44260578899997. iteration 4791 found worse value: 363.44260578899997. iteration 4792 found worse value: 363.44260578899997. iteration 4793 found worse value: 363.44260578899997. iteration4793, perturbing to get out of local maxima iteration 4794 found worse value: 363.44260578899997. iteration 4795 found worse value: 363.44260578899997. iteration4795, perturbing to get out of local maxima iteration 4796 found worse value: 363.44260578899997. iteration 4797 found worse value: 363.44260578899997. iteration 4798 found worse value: 363.44260578899997. iteration4798, perturbing to get out of local maxima iteration 4799 found worse value: 363.44260578899997. iteration 4800 found worse value: 363.44260578899997. iteration 4801 found worse value: 363.44260578899997. iteration4801, perturbing to get out of local maxima iteration 4802 found worse value: 363.44260578899997. iteration 4803 found worse value: 363.44260578899997. iteration4803, perturbing to get out of local maxima iteration 4804 found worse value: 363.44260578899997. iteration 4805 found worse value: 363.44260578899997. iteration 4806 found worse value: 363.44260578899997. iteration 4807 found worse value: 363.44260578899997. iteration 4808 found worse value: 363.44260578899997. iteration4808, perturbing to get out of local maxima iteration 4809 found worse value: 363.44260578899997. iteration 4810 found worse value: 363.44260578899997. iteration 4811 found worse value: 363.44260578899997. iteration 4812 found worse value: 363.44260578899997. iteration 4813 found worse value: 363.44260578899997. iteration 4814 found worse value: 363.44260578899997. iteration 4815 found worse value: 363.44260578899997. iteration 4816 found worse value: 363.44260578899997. iteration 4817 found worse value: 363.44260578899997. iteration 4818 found worse value: 363.44260578899997. iteration4818, perturbing to get out of local maxima iteration 4819 found worse value: 363.44260578899997. iteration 4820 found worse value: 363.44260578899997. iteration 4821 found worse value: 363.44260578899997. iteration 4822 found worse value: 363.44260578899997. iteration 4823 found worse value: 363.44260578899997. iteration 4824 found worse value: 363.44260578899997. iteration 4825 found worse value: 363.44260578899997. iteration 4826 found worse value: 363.44260578899997. iteration 4827 found worse value: 363.44260578899997. iteration 4828 found worse value: 363.44260578899997. iteration 4829 found worse value: 363.44260578899997. iteration 4830 found worse value: 363.44260578899997. iteration 4831 found worse value: 363.44260578899997. iteration 4832 found worse value: 363.44260578899997. iteration 4833 found worse value: 363.44260578899997. iteration 4834 found worse value: 363.44260578899997. iteration 4835 found worse value: 363.44260578899997. iteration 4836 found worse value: 363.44260578899997. iteration 4837 found worse value: 363.44260578899997. iteration 4838 found worse value: 363.44260578899997. iteration 4839 found worse value: 363.44260578899997. iteration 4840 found worse value: 363.44260578899997. iteration 4841 found worse value: 363.44260578899997. iteration 4842 found worse value: 363.44260578899997. iteration 4843 found worse value: 363.44260578899997. iteration 4844 found worse value: 363.44260578899997. iteration 4845 found worse value: 363.44260578899997. iteration4845, perturbing to get out of local maxima iteration 4846 found worse value: 363.44260578899997. iteration 4847 found worse value: 363.44260578899997. iteration 4848 found worse value: 363.44260578899997. iteration 4849 found worse value: 363.44260578899997. iteration 4850 found worse value: 363.44260578899997. iteration 4851 found worse value: 363.44260578899997. iteration4851, perturbing to get out of local maxima iteration 4852 found worse value: 363.44260578899997. iteration 4853 found worse value: 363.44260578899997. iteration 4854 found worse value: 363.44260578899997. iteration 4855 found worse value: 363.44260578899997. iteration 4856 found worse value: 363.44260578899997. iteration 4857 found worse value: 363.44260578899997. iteration 4858 found worse value: 363.44260578899997. iteration 4859 found worse value: 363.44260578899997. iteration 4860 found worse value: 363.44260578899997. iteration 4861 found worse value: 363.44260578899997. iteration 4862 found worse value: 363.44260578899997. iteration4862, perturbing to get out of local maxima iteration 4863 found worse value: 363.44260578899997. iteration 4864 found worse value: 363.44260578899997. iteration 4865 found worse value: 363.44260578899997. iteration 4866 found worse value: 363.44260578899997. iteration 4867 found worse value: 363.44260578899997. iteration 4868 found worse value: 363.44260578899997. iteration 4869 found worse value: 363.44260578899997. iteration 4870 found worse value: 363.44260578899997. iteration 4871 found worse value: 363.44260578899997. iteration4871, perturbing to get out of local maxima iteration 4872 found worse value: 363.44260578899997. iteration4872, perturbing to get out of local maxima iteration 4873 found worse value: 363.44260578899997. iteration4873, perturbing to get out of local maxima iteration 4874 found worse value: 363.44260578899997. iteration 4875 found better value: 363.443006338 iteration 4876 found better value: 363.44368089 iteration 4877 found worse value: 363.44368089. iteration 4878 found worse value: 363.44368089. iteration 4879 found worse value: 363.44368089. iteration4879, perturbing to get out of local maxima iteration 4880 found worse value: 363.44368089. iteration 4881 found worse value: 363.44368089. iteration 4882 found worse value: 363.44368089. iteration 4883 found worse value: 363.44368089. iteration 4884 found worse value: 363.44368089. iteration 4885 found worse value: 363.44368089. iteration 4886 found worse value: 363.44368089. iteration 4887 found worse value: 363.44368089. iteration4887, perturbing to get out of local maxima iteration 4888 found better value: 363.444933307 iteration 4889 found worse value: 363.444933307. iteration 4890 found worse value: 363.444933307. iteration 4891 found worse value: 363.444933307. iteration 4892 found worse value: 363.444933307. iteration4892, perturbing to get out of local maxima iteration 4893 found worse value: 363.444933307. iteration 4894 found worse value: 363.444933307. iteration4894, perturbing to get out of local maxima iteration 4895 found worse value: 363.444933307. iteration 4896 found worse value: 363.444933307. iteration 4897 found worse value: 363.444933307. iteration 4898 found worse value: 363.444933307. iteration 4899 found worse value: 363.444933307. iteration 4900 found worse value: 363.444933307. iteration 4901 found worse value: 363.444933307. iteration 4902 found worse value: 363.444933307. iteration 4903 found worse value: 363.444933307. iteration 4904 found worse value: 363.444933307. iteration 4905 found worse value: 363.444933307. iteration 4906 found worse value: 363.444933307. iteration 4907 found worse value: 363.444933307. iteration 4908 found worse value: 363.444933307. iteration 4909 found worse value: 363.444933307. iteration 4910 found worse value: 363.444933307. iteration 4911 found better value: 363.44538123999996 iteration 4912 found worse value: 363.44538123999996. iteration 4913 found worse value: 363.44538123999996. iteration 4914 found worse value: 363.44538123999996. iteration 4915 found worse value: 363.44538123999996. iteration 4916 found worse value: 363.44538123999996. iteration 4917 found worse value: 363.44538123999996. iteration 4918 found worse value: 363.44538123999996. iteration 4919 found worse value: 363.44538123999996. iteration 4920 found worse value: 363.44538123999996. iteration 4921 found worse value: 363.44538123999996. iteration4921, perturbing to get out of local maxima iteration 4922 found worse value: 363.44538123999996. iteration 4923 found worse value: 363.44538123999996. iteration 4924 found worse value: 363.44538123999996. iteration 4925 found worse value: 363.44538123999996. iteration4925, perturbing to get out of local maxima iteration 4926 found worse value: 363.44538123999996. iteration 4927 found worse value: 363.44538123999996. iteration 4928 found worse value: 363.44538123999996. iteration4928, perturbing to get out of local maxima iteration 4929 found worse value: 363.44538123999996. iteration 4930 found worse value: 363.44538123999996. iteration 4931 found worse value: 363.44538123999996. iteration 4932 found worse value: 363.44538123999996. iteration 4933 found worse value: 363.44538123999996. iteration 4934 found worse value: 363.44538123999996. iteration 4935 found worse value: 363.44538123999996. iteration 4936 found worse value: 363.44538123999996. iteration4936, perturbing to get out of local maxima iteration 4937 found worse value: 363.44538123999996. iteration 4938 found worse value: 363.44538123999996. iteration 4939 found worse value: 363.44538123999996. iteration 4940 found worse value: 363.44538123999996. iteration 4941 found worse value: 363.44538123999996. iteration 4942 found worse value: 363.44538123999996. iteration 4943 found worse value: 363.44538123999996. iteration 4944 found worse value: 363.44538123999996. iteration 4945 found worse value: 363.44538123999996. iteration4945, perturbing to get out of local maxima iteration 4946 found worse value: 363.44538123999996. iteration 4947 found worse value: 363.44538123999996. iteration 4948 found worse value: 363.44538123999996. iteration 4949 found worse value: 363.44538123999996. iteration 4950 found worse value: 363.44538123999996. iteration 4951 found worse value: 363.44538123999996. iteration 4952 found worse value: 363.44538123999996. iteration 4953 found worse value: 363.44538123999996. iteration 4954 found worse value: 363.44538123999996. iteration 4955 found worse value: 363.44538123999996. iteration 4956 found worse value: 363.44538123999996. iteration 4957 found worse value: 363.44538123999996. iteration 4958 found worse value: 363.44538123999996. iteration 4959 found worse value: 363.44538123999996. iteration 4960 found worse value: 363.44538123999996. iteration 4961 found worse value: 363.44538123999996. iteration 4962 found worse value: 363.44538123999996. iteration 4963 found worse value: 363.44538123999996. iteration 4964 found worse value: 363.44538123999996. iteration 4965 found worse value: 363.44538123999996. iteration 4966 found worse value: 363.44538123999996. iteration 4967 found worse value: 363.44538123999996. iteration 4968 found worse value: 363.44538123999996. iteration 4969 found worse value: 363.44538123999996. iteration 4970 found worse value: 363.44538123999996. iteration 4971 found worse value: 363.44538123999996. iteration 4972 found worse value: 363.44538123999996. iteration 4973 found worse value: 363.44538123999996. iteration 4974 found better value: 363.447295767 iteration 4975 found worse value: 363.447295767. iteration 4976 found worse value: 363.447295767. iteration 4977 found worse value: 363.447295767. iteration 4978 found worse value: 363.447295767. iteration 4979 found better value: 363.448085887 iteration 4980 found worse value: 363.448085887. iteration 4981 found worse value: 363.448085887. iteration 4982 found worse value: 363.448085887. iteration 4983 found worse value: 363.448085887. iteration 4984 found worse value: 363.448085887. iteration 4985 found worse value: 363.448085887. iteration 4986 found worse value: 363.448085887. iteration 4987 found worse value: 363.448085887. iteration4987, perturbing to get out of local maxima iteration 4988 found worse value: 363.448085887. iteration 4989 found worse value: 363.448085887. iteration 4990 found worse value: 363.448085887. iteration4990, perturbing to get out of local maxima iteration 4991 found worse value: 363.448085887. iteration 4992 found worse value: 363.448085887. iteration 4993 found better value: 363.4487643890001 iteration 4994 found worse value: 363.4487643890001. iteration4994, perturbing to get out of local maxima iteration 4995 found worse value: 363.4487643890001. iteration 4996 found worse value: 363.4487643890001. iteration 4997 found worse value: 363.4487643890001. iteration 4998 found worse value: 363.4487643890001. iteration 4999 found worse value: 363.4487643890001. iteration 5000 found worse value: 363.4487643890001. iteration 5001 found worse value: 363.4487643890001. iteration 5002 found worse value: 363.4487643890001. iteration 5003 found worse value: 363.4487643890001. iteration 5004 found worse value: 363.4487643890001. iteration 5005 found worse value: 363.4487643890001. iteration5005, perturbing to get out of local maxima iteration 5006 found worse value: 363.4487643890001. iteration 5007 found worse value: 363.4487643890001. iteration 5008 found worse value: 363.4487643890001. iteration 5009 found worse value: 363.4487643890001. iteration 5010 found worse value: 363.4487643890001. iteration 5011 found worse value: 363.4487643890001. iteration 5012 found worse value: 363.4487643890001. iteration 5013 found worse value: 363.4487643890001. iteration5013, perturbing to get out of local maxima iteration 5014 found worse value: 363.4487643890001. iteration 5015 found worse value: 363.4487643890001. iteration 5016 found worse value: 363.4487643890001. iteration 5017 found worse value: 363.4487643890001. iteration 5018 found worse value: 363.4487643890001. iteration 5019 found worse value: 363.4487643890001. iteration 5020 found worse value: 363.4487643890001. iteration 5021 found worse value: 363.4487643890001. iteration 5022 found worse value: 363.4487643890001. iteration 5023 found worse value: 363.4487643890001. iteration 5024 found worse value: 363.4487643890001. iteration 5025 found worse value: 363.4487643890001. iteration 5026 found worse value: 363.4487643890001. iteration 5027 found worse value: 363.4487643890001. iteration 5028 found worse value: 363.4487643890001. iteration 5029 found worse value: 363.4487643890001. iteration 5030 found worse value: 363.4487643890001. iteration 5031 found worse value: 363.4487643890001. iteration 5032 found worse value: 363.4487643890001. iteration 5033 found worse value: 363.4487643890001. iteration 5034 found worse value: 363.4487643890001. iteration 5035 found worse value: 363.4487643890001. iteration 5036 found worse value: 363.4487643890001. iteration 5037 found worse value: 363.4487643890001. iteration 5038 found worse value: 363.4487643890001. iteration 5039 found worse value: 363.4487643890001. iteration 5040 found worse value: 363.4487643890001. iteration 5041 found worse value: 363.4487643890001. iteration 5042 found worse value: 363.4487643890001. iteration5042, perturbing to get out of local maxima iteration 5043 found worse value: 363.4487643890001. iteration 5044 found worse value: 363.4487643890001. iteration 5045 found worse value: 363.4487643890001. iteration 5046 found worse value: 363.4487643890001. iteration5046, perturbing to get out of local maxima iteration 5047 found worse value: 363.4487643890001. iteration5047, perturbing to get out of local maxima iteration 5048 found worse value: 363.4487643890001. iteration 5049 found worse value: 363.4487643890001. iteration 5050 found worse value: 363.4487643890001. iteration 5051 found worse value: 363.4487643890001. iteration 5052 found worse value: 363.4487643890001. iteration 5053 found worse value: 363.4487643890001. iteration5053, perturbing to get out of local maxima iteration 5054 found worse value: 363.4487643890001. iteration 5055 found worse value: 363.4487643890001. iteration 5056 found worse value: 363.4487643890001. iteration 5057 found worse value: 363.4487643890001. iteration 5058 found worse value: 363.4487643890001. iteration 5059 found worse value: 363.4487643890001. iteration 5060 found worse value: 363.4487643890001. iteration 5061 found worse value: 363.4487643890001. iteration 5062 found worse value: 363.4487643890001. iteration 5063 found worse value: 363.4487643890001. iteration 5064 found worse value: 363.4487643890001. iteration 5065 found worse value: 363.4487643890001. iteration 5066 found worse value: 363.4487643890001. iteration 5067 found worse value: 363.4487643890001. iteration5067, perturbing to get out of local maxima iteration 5068 found worse value: 363.4487643890001. iteration5068, perturbing to get out of local maxima iteration 5069 found worse value: 363.4487643890001. iteration 5070 found worse value: 363.4487643890001. iteration 5071 found worse value: 363.4487643890001. iteration 5072 found worse value: 363.4487643890001. iteration5072, perturbing to get out of local maxima iteration 5073 found worse value: 363.4487643890001. iteration 5074 found worse value: 363.4487643890001. iteration 5075 found worse value: 363.4487643890001. iteration 5076 found worse value: 363.4487643890001. iteration 5077 found worse value: 363.4487643890001. iteration 5078 found worse value: 363.4487643890001. iteration 5079 found worse value: 363.4487643890001. iteration 5080 found worse value: 363.4487643890001. iteration 5081 found worse value: 363.4487643890001. iteration 5082 found worse value: 363.4487643890001. iteration 5083 found worse value: 363.4487643890001. iteration5083, perturbing to get out of local maxima iteration 5084 found worse value: 363.4487643890001. iteration 5085 found worse value: 363.4487643890001. iteration 5086 found worse value: 363.4487643890001. iteration 5087 found worse value: 363.4487643890001. iteration 5088 found worse value: 363.4487643890001. iteration 5089 found worse value: 363.4487643890001. iteration 5090 found worse value: 363.4487643890001. iteration 5091 found worse value: 363.4487643890001. iteration 5092 found worse value: 363.4487643890001. iteration 5093 found worse value: 363.4487643890001. iteration 5094 found better value: 363.44940164300004 iteration 5095 found better value: 363.452233809 iteration 5096 found worse value: 363.452233809. iteration 5097 found worse value: 363.452233809. iteration 5098 found worse value: 363.452233809. iteration5098, perturbing to get out of local maxima iteration 5099 found worse value: 363.452233809. iteration 5100 found worse value: 363.452233809. iteration5100, perturbing to get out of local maxima iteration 5101 found worse value: 363.452233809. iteration 5102 found worse value: 363.452233809. iteration 5103 found worse value: 363.452233809. iteration5103, perturbing to get out of local maxima iteration 5104 found worse value: 363.452233809. iteration 5105 found worse value: 363.452233809. iteration 5106 found worse value: 363.452233809. iteration 5107 found worse value: 363.452233809. iteration 5108 found worse value: 363.452233809. iteration 5109 found worse value: 363.452233809. iteration 5110 found worse value: 363.452233809. iteration 5111 found worse value: 363.452233809. iteration 5112 found worse value: 363.452233809. iteration 5113 found worse value: 363.452233809. iteration 5114 found worse value: 363.452233809. iteration 5115 found worse value: 363.452233809. iteration 5116 found worse value: 363.452233809. iteration 5117 found worse value: 363.452233809. iteration5117, perturbing to get out of local maxima iteration 5118 found worse value: 363.452233809. iteration 5119 found worse value: 363.452233809. iteration 5120 found worse value: 363.452233809. iteration 5121 found worse value: 363.452233809. iteration5121, perturbing to get out of local maxima iteration 5122 found worse value: 363.452233809. iteration 5123 found worse value: 363.452233809. iteration 5124 found worse value: 363.452233809. iteration 5125 found worse value: 363.452233809. iteration 5126 found worse value: 363.452233809. iteration 5127 found worse value: 363.452233809. iteration 5128 found worse value: 363.452233809. iteration 5129 found worse value: 363.452233809. iteration 5130 found worse value: 363.452233809. iteration 5131 found worse value: 363.452233809. iteration 5132 found worse value: 363.452233809. iteration 5133 found worse value: 363.452233809. iteration 5134 found worse value: 363.452233809. iteration 5135 found worse value: 363.452233809. iteration 5136 found worse value: 363.452233809. iteration 5137 found worse value: 363.452233809. iteration 5138 found worse value: 363.452233809. iteration 5139 found worse value: 363.452233809. iteration 5140 found worse value: 363.452233809. iteration 5141 found worse value: 363.452233809. iteration 5142 found worse value: 363.452233809. iteration 5143 found worse value: 363.452233809. iteration 5144 found worse value: 363.452233809. iteration 5145 found worse value: 363.452233809. iteration 5146 found worse value: 363.452233809. iteration5146, perturbing to get out of local maxima iteration 5147 found worse value: 363.452233809. iteration 5148 found worse value: 363.452233809. iteration 5149 found worse value: 363.452233809. iteration 5150 found worse value: 363.452233809. iteration 5151 found worse value: 363.452233809. iteration 5152 found worse value: 363.452233809. iteration 5153 found worse value: 363.452233809. iteration 5154 found worse value: 363.452233809. iteration 5155 found worse value: 363.452233809. iteration 5156 found worse value: 363.452233809. iteration 5157 found worse value: 363.452233809. iteration 5158 found worse value: 363.452233809. iteration 5159 found worse value: 363.452233809. iteration 5160 found worse value: 363.452233809. iteration 5161 found worse value: 363.452233809. iteration 5162 found worse value: 363.452233809. iteration 5163 found worse value: 363.452233809. iteration 5164 found worse value: 363.452233809. iteration 5165 found worse value: 363.452233809. iteration 5166 found worse value: 363.452233809. iteration 5167 found worse value: 363.452233809. iteration 5168 found worse value: 363.452233809. iteration 5169 found worse value: 363.452233809. iteration 5170 found worse value: 363.452233809. iteration 5171 found worse value: 363.452233809. iteration 5172 found worse value: 363.452233809. iteration 5173 found worse value: 363.452233809. iteration 5174 found worse value: 363.452233809. iteration 5175 found worse value: 363.452233809. iteration 5176 found better value: 363.45301335700003 iteration 5177 found worse value: 363.45301335700003. iteration 5178 found worse value: 363.45301335700003. iteration 5179 found worse value: 363.45301335700003. iteration 5180 found worse value: 363.45301335700003. iteration 5181 found better value: 363.45316062500007 iteration 5182 found worse value: 363.45316062500007. iteration 5183 found worse value: 363.45316062500007. iteration 5184 found worse value: 363.45316062500007. iteration 5185 found worse value: 363.45316062500007. iteration 5186 found worse value: 363.45316062500007. iteration 5187 found worse value: 363.45316062500007. iteration 5188 found worse value: 363.45316062500007. iteration 5189 found worse value: 363.45316062500007. iteration 5190 found worse value: 363.45316062500007. iteration 5191 found worse value: 363.45316062500007. iteration 5192 found worse value: 363.45316062500007. iteration 5193 found worse value: 363.45316062500007. iteration 5194 found worse value: 363.45316062500007. iteration 5195 found worse value: 363.45316062500007. iteration5195, perturbing to get out of local maxima iteration 5196 found better value: 363.453261621 iteration 5197 found worse value: 363.453261621. iteration 5198 found worse value: 363.453261621. iteration 5199 found worse value: 363.453261621. iteration 5200 found worse value: 363.453261621. iteration 5201 found worse value: 363.453261621. iteration 5202 found worse value: 363.453261621. iteration 5203 found worse value: 363.453261621. iteration 5204 found worse value: 363.453261621. iteration 5205 found worse value: 363.453261621. iteration 5206 found worse value: 363.453261621. iteration 5207 found worse value: 363.453261621. iteration 5208 found worse value: 363.453261621. iteration 5209 found worse value: 363.453261621. iteration5209, perturbing to get out of local maxima iteration 5210 found worse value: 363.453261621. iteration 5211 found better value: 363.453731627 iteration 5212 found worse value: 363.453731627. iteration 5213 found worse value: 363.453731627. iteration 5214 found worse value: 363.453731627. iteration 5215 found worse value: 363.453731627. iteration 5216 found worse value: 363.453731627. iteration 5217 found worse value: 363.453731627. iteration5217, perturbing to get out of local maxima iteration 5218 found worse value: 363.453731627. iteration5218, perturbing to get out of local maxima iteration 5219 found worse value: 363.453731627. iteration5219, perturbing to get out of local maxima iteration 5220 found worse value: 363.453731627. iteration 5221 found worse value: 363.453731627. iteration 5222 found worse value: 363.453731627. iteration 5223 found worse value: 363.453731627. iteration 5224 found worse value: 363.453731627. iteration 5225 found worse value: 363.453731627. iteration 5226 found worse value: 363.453731627. iteration5226, perturbing to get out of local maxima iteration 5227 found worse value: 363.453731627. iteration 5228 found worse value: 363.453731627. iteration 5229 found worse value: 363.453731627. iteration 5230 found worse value: 363.453731627. iteration 5231 found worse value: 363.453731627. iteration 5232 found worse value: 363.453731627. iteration 5233 found worse value: 363.453731627. iteration 5234 found worse value: 363.453731627. iteration 5235 found worse value: 363.453731627. iteration 5236 found worse value: 363.453731627. iteration 5237 found worse value: 363.453731627. iteration 5238 found worse value: 363.453731627. iteration 5239 found worse value: 363.453731627. iteration 5240 found worse value: 363.453731627. iteration 5241 found better value: 363.45424880600007 iteration 5242 found worse value: 363.45424880600007. iteration5242, perturbing to get out of local maxima iteration 5243 found worse value: 363.45424880600007. iteration 5244 found worse value: 363.45424880600007. iteration 5245 found worse value: 363.45424880600007. iteration 5246 found worse value: 363.45424880600007. iteration 5247 found worse value: 363.45424880600007. iteration 5248 found worse value: 363.45424880600007. iteration 5249 found worse value: 363.45424880600007. iteration 5250 found worse value: 363.45424880600007. iteration 5251 found worse value: 363.45424880600007. iteration 5252 found worse value: 363.45424880600007. iteration 5253 found worse value: 363.45424880600007. iteration5253, perturbing to get out of local maxima iteration 5254 found better value: 363.45447136100006 iteration 5255 found worse value: 363.45447136100006. iteration 5256 found worse value: 363.45447136100006. iteration 5257 found worse value: 363.45447136100006. iteration 5258 found worse value: 363.45447136100006. iteration 5259 found worse value: 363.45447136100006. iteration5259, perturbing to get out of local maxima iteration 5260 found worse value: 363.45447136100006. iteration 5261 found worse value: 363.45447136100006. iteration5261, perturbing to get out of local maxima iteration 5262 found worse value: 363.45447136100006. iteration 5263 found worse value: 363.45447136100006. iteration 5264 found worse value: 363.45447136100006. iteration 5265 found worse value: 363.45447136100006. iteration 5266 found worse value: 363.45447136100006. iteration 5267 found worse value: 363.45447136100006. iteration 5268 found worse value: 363.45447136100006. iteration 5269 found worse value: 363.45447136100006. iteration 5270 found worse value: 363.45447136100006. iteration 5271 found worse value: 363.45447136100006. iteration 5272 found worse value: 363.45447136100006. iteration 5273 found worse value: 363.45447136100006. iteration 5274 found worse value: 363.45447136100006. iteration 5275 found worse value: 363.45447136100006. iteration 5276 found worse value: 363.45447136100006. iteration 5277 found worse value: 363.45447136100006. iteration 5278 found worse value: 363.45447136100006. iteration 5279 found worse value: 363.45447136100006. iteration 5280 found worse value: 363.45447136100006. iteration 5281 found worse value: 363.45447136100006. iteration 5282 found worse value: 363.45447136100006. iteration 5283 found worse value: 363.45447136100006. iteration 5284 found worse value: 363.45447136100006. iteration 5285 found worse value: 363.45447136100006. iteration 5286 found worse value: 363.45447136100006. iteration 5287 found worse value: 363.45447136100006. iteration5287, perturbing to get out of local maxima iteration 5288 found worse value: 363.45447136100006. iteration 5289 found worse value: 363.45447136100006. iteration 5290 found worse value: 363.45447136100006. iteration 5291 found worse value: 363.45447136100006. iteration 5292 found worse value: 363.45447136100006. iteration 5293 found worse value: 363.45447136100006. iteration 5294 found worse value: 363.45447136100006. iteration 5295 found worse value: 363.45447136100006. iteration 5296 found worse value: 363.45447136100006. iteration 5297 found worse value: 363.45447136100006. iteration 5298 found worse value: 363.45447136100006. iteration 5299 found worse value: 363.45447136100006. iteration 5300 found worse value: 363.45447136100006. iteration 5301 found worse value: 363.45447136100006. iteration 5302 found worse value: 363.45447136100006. iteration 5303 found worse value: 363.45447136100006. iteration 5304 found worse value: 363.45447136100006. iteration 5305 found worse value: 363.45447136100006. iteration 5306 found worse value: 363.45447136100006. iteration 5307 found worse value: 363.45447136100006. iteration 5308 found worse value: 363.45447136100006. iteration 5309 found worse value: 363.45447136100006. iteration 5310 found worse value: 363.45447136100006. iteration 5311 found worse value: 363.45447136100006. iteration 5312 found worse value: 363.45447136100006. iteration5312, perturbing to get out of local maxima iteration 5313 found worse value: 363.45447136100006. iteration5313, perturbing to get out of local maxima iteration 5314 found worse value: 363.45447136100006. iteration 5315 found worse value: 363.45447136100006. iteration 5316 found worse value: 363.45447136100006. iteration 5317 found worse value: 363.45447136100006. iteration5317, perturbing to get out of local maxima iteration 5318 found worse value: 363.45447136100006. iteration 5319 found worse value: 363.45447136100006. iteration5319, perturbing to get out of local maxima iteration 5320 found worse value: 363.45447136100006. iteration 5321 found worse value: 363.45447136100006. iteration 5322 found worse value: 363.45447136100006. iteration 5323 found worse value: 363.45447136100006. iteration 5324 found worse value: 363.45447136100006. iteration 5325 found worse value: 363.45447136100006. iteration 5326 found worse value: 363.45447136100006. iteration 5327 found worse value: 363.45447136100006. iteration 5328 found worse value: 363.45447136100006. iteration5328, perturbing to get out of local maxima iteration 5329 found worse value: 363.45447136100006. iteration 5330 found worse value: 363.45447136100006. iteration 5331 found worse value: 363.45447136100006. iteration 5332 found better value: 363.454653082 iteration 5333 found worse value: 363.454653082. iteration 5334 found worse value: 363.454653082. iteration 5335 found worse value: 363.454653082. iteration 5336 found worse value: 363.454653082. iteration5336, perturbing to get out of local maxima iteration 5337 found worse value: 363.454653082. iteration 5338 found better value: 363.45483813600003 iteration 5339 found better value: 363.455042242 iteration 5340 found worse value: 363.455042242. iteration 5341 found worse value: 363.455042242. iteration 5342 found worse value: 363.455042242. iteration5342, perturbing to get out of local maxima iteration 5343 found worse value: 363.455042242. iteration 5344 found worse value: 363.455042242. iteration 5345 found worse value: 363.455042242. iteration 5346 found worse value: 363.455042242. iteration 5347 found worse value: 363.455042242. iteration 5348 found worse value: 363.455042242. iteration5348, perturbing to get out of local maxima iteration 5349 found worse value: 363.455042242. iteration 5350 found worse value: 363.455042242. iteration 5351 found worse value: 363.455042242. iteration 5352 found worse value: 363.455042242. iteration 5353 found worse value: 363.455042242. iteration 5354 found worse value: 363.455042242. iteration 5355 found worse value: 363.455042242. iteration 5356 found worse value: 363.455042242. iteration 5357 found worse value: 363.455042242. iteration 5358 found worse value: 363.455042242. iteration 5359 found worse value: 363.455042242. iteration5359, perturbing to get out of local maxima iteration 5360 found worse value: 363.455042242. iteration 5361 found worse value: 363.455042242. iteration 5362 found worse value: 363.455042242. iteration 5363 found worse value: 363.455042242. iteration 5364 found worse value: 363.455042242. iteration 5365 found worse value: 363.455042242. iteration 5366 found worse value: 363.455042242. iteration 5367 found worse value: 363.455042242. iteration 5368 found worse value: 363.455042242. iteration5368, perturbing to get out of local maxima iteration 5369 found worse value: 363.455042242. iteration 5370 found worse value: 363.455042242. iteration 5371 found worse value: 363.455042242. iteration 5372 found worse value: 363.455042242. iteration 5373 found worse value: 363.455042242. iteration5373, perturbing to get out of local maxima iteration 5374 found worse value: 363.455042242. iteration 5375 found worse value: 363.455042242. iteration 5376 found worse value: 363.455042242. iteration 5377 found worse value: 363.455042242. iteration 5378 found worse value: 363.455042242. iteration 5379 found worse value: 363.455042242. iteration 5380 found worse value: 363.455042242. iteration 5381 found worse value: 363.455042242. iteration 5382 found worse value: 363.455042242. iteration 5383 found worse value: 363.455042242. iteration 5384 found worse value: 363.455042242. iteration 5385 found worse value: 363.455042242. iteration 5386 found worse value: 363.455042242. iteration 5387 found worse value: 363.455042242. iteration 5388 found worse value: 363.455042242. iteration 5389 found worse value: 363.455042242. iteration 5390 found worse value: 363.455042242. iteration 5391 found worse value: 363.455042242. iteration 5392 found worse value: 363.455042242. iteration 5393 found worse value: 363.455042242. iteration 5394 found worse value: 363.455042242. iteration 5395 found worse value: 363.455042242. iteration 5396 found worse value: 363.455042242. iteration 5397 found worse value: 363.455042242. iteration 5398 found worse value: 363.455042242. iteration 5399 found worse value: 363.455042242. iteration 5400 found worse value: 363.455042242. iteration 5401 found worse value: 363.455042242. iteration5401, perturbing to get out of local maxima iteration 5402 found worse value: 363.455042242. iteration 5403 found worse value: 363.455042242. iteration 5404 found worse value: 363.455042242. iteration 5405 found worse value: 363.455042242. iteration 5406 found worse value: 363.455042242. iteration 5407 found worse value: 363.455042242. iteration 5408 found worse value: 363.455042242. iteration 5409 found worse value: 363.455042242. iteration 5410 found worse value: 363.455042242. iteration 5411 found worse value: 363.455042242. iteration 5412 found worse value: 363.455042242. iteration 5413 found worse value: 363.455042242. iteration 5414 found worse value: 363.455042242. iteration5414, perturbing to get out of local maxima iteration 5415 found worse value: 363.455042242. iteration 5416 found worse value: 363.455042242. iteration 5417 found worse value: 363.455042242. iteration 5418 found worse value: 363.455042242. iteration 5419 found worse value: 363.455042242. iteration 5420 found worse value: 363.455042242. iteration 5421 found worse value: 363.455042242. iteration 5422 found worse value: 363.455042242. iteration 5423 found worse value: 363.455042242. iteration 5424 found worse value: 363.455042242. iteration5424, perturbing to get out of local maxima iteration 5425 found worse value: 363.455042242. iteration 5426 found worse value: 363.455042242. iteration 5427 found worse value: 363.455042242. iteration5427, perturbing to get out of local maxima iteration 5428 found worse value: 363.455042242. iteration 5429 found worse value: 363.455042242. iteration 5430 found worse value: 363.455042242. iteration 5431 found worse value: 363.455042242. iteration 5432 found worse value: 363.455042242. iteration 5433 found worse value: 363.455042242. iteration 5434 found worse value: 363.455042242. iteration 5435 found worse value: 363.455042242. iteration 5436 found worse value: 363.455042242. iteration 5437 found worse value: 363.455042242. iteration 5438 found worse value: 363.455042242. iteration5438, perturbing to get out of local maxima iteration 5439 found worse value: 363.455042242. iteration 5440 found worse value: 363.455042242. iteration 5441 found worse value: 363.455042242. iteration 5442 found worse value: 363.455042242. iteration 5443 found worse value: 363.455042242. iteration 5444 found worse value: 363.455042242. iteration 5445 found worse value: 363.455042242. iteration 5446 found worse value: 363.455042242. iteration 5447 found worse value: 363.455042242. iteration 5448 found worse value: 363.455042242. iteration 5449 found worse value: 363.455042242. iteration 5450 found worse value: 363.455042242. iteration 5451 found worse value: 363.455042242. iteration 5452 found worse value: 363.455042242. iteration 5453 found worse value: 363.455042242. iteration5453, perturbing to get out of local maxima iteration 5454 found worse value: 363.455042242. iteration 5455 found worse value: 363.455042242. iteration 5456 found worse value: 363.455042242. iteration 5457 found worse value: 363.455042242. iteration 5458 found worse value: 363.455042242. iteration5458, perturbing to get out of local maxima iteration 5459 found worse value: 363.455042242. iteration 5460 found worse value: 363.455042242. iteration 5461 found worse value: 363.455042242. iteration 5462 found worse value: 363.455042242. iteration 5463 found worse value: 363.455042242. iteration 5464 found worse value: 363.455042242. iteration 5465 found worse value: 363.455042242. iteration 5466 found worse value: 363.455042242. iteration 5467 found worse value: 363.455042242. iteration 5468 found worse value: 363.455042242. iteration 5469 found worse value: 363.455042242. iteration 5470 found worse value: 363.455042242. iteration 5471 found worse value: 363.455042242. iteration5471, perturbing to get out of local maxima iteration 5472 found worse value: 363.455042242. iteration 5473 found worse value: 363.455042242. iteration 5474 found worse value: 363.455042242. iteration 5475 found worse value: 363.455042242. iteration 5476 found worse value: 363.455042242. iteration 5477 found worse value: 363.455042242. iteration 5478 found worse value: 363.455042242. iteration 5479 found worse value: 363.455042242. iteration 5480 found worse value: 363.455042242. iteration 5481 found worse value: 363.455042242. iteration 5482 found worse value: 363.455042242. iteration 5483 found worse value: 363.455042242. iteration 5484 found worse value: 363.455042242. iteration 5485 found worse value: 363.455042242. iteration 5486 found worse value: 363.455042242. iteration 5487 found worse value: 363.455042242. iteration 5488 found worse value: 363.455042242. iteration 5489 found worse value: 363.455042242. iteration 5490 found worse value: 363.455042242. iteration 5491 found worse value: 363.455042242. iteration 5492 found worse value: 363.455042242. iteration 5493 found worse value: 363.455042242. iteration 5494 found worse value: 363.455042242. iteration 5495 found worse value: 363.455042242. iteration 5496 found worse value: 363.455042242. iteration 5497 found worse value: 363.455042242. iteration 5498 found worse value: 363.455042242. iteration 5499 found worse value: 363.455042242. iteration 5500 found worse value: 363.455042242. iteration 5501 found worse value: 363.455042242. iteration 5502 found worse value: 363.455042242. iteration 5503 found worse value: 363.455042242. iteration 5504 found worse value: 363.455042242. iteration 5505 found worse value: 363.455042242. iteration5505, perturbing to get out of local maxima iteration 5506 found worse value: 363.455042242. iteration5506, perturbing to get out of local maxima iteration 5507 found worse value: 363.455042242. iteration 5508 found worse value: 363.455042242. iteration 5509 found worse value: 363.455042242. iteration 5510 found worse value: 363.455042242. iteration 5511 found worse value: 363.455042242. iteration5511, perturbing to get out of local maxima iteration 5512 found worse value: 363.455042242. iteration 5513 found worse value: 363.455042242. iteration 5514 found worse value: 363.455042242. iteration 5515 found worse value: 363.455042242. iteration 5516 found worse value: 363.455042242. iteration 5517 found worse value: 363.455042242. iteration 5518 found worse value: 363.455042242. iteration5518, perturbing to get out of local maxima iteration 5519 found worse value: 363.455042242. iteration 5520 found worse value: 363.455042242. iteration 5521 found worse value: 363.455042242. iteration 5522 found worse value: 363.455042242. iteration 5523 found worse value: 363.455042242. iteration 5524 found worse value: 363.455042242. iteration 5525 found worse value: 363.455042242. iteration 5526 found worse value: 363.455042242. iteration 5527 found worse value: 363.455042242. iteration 5528 found worse value: 363.455042242. iteration 5529 found worse value: 363.455042242. iteration 5530 found worse value: 363.455042242. iteration5530, perturbing to get out of local maxima iteration 5531 found worse value: 363.455042242. iteration 5532 found worse value: 363.455042242. iteration 5533 found worse value: 363.455042242. iteration 5534 found worse value: 363.455042242. iteration 5535 found worse value: 363.455042242. iteration 5536 found worse value: 363.455042242. iteration 5537 found worse value: 363.455042242. iteration 5538 found worse value: 363.455042242. iteration 5539 found worse value: 363.455042242. iteration 5540 found worse value: 363.455042242. iteration 5541 found worse value: 363.455042242. iteration 5542 found worse value: 363.455042242. iteration 5543 found worse value: 363.455042242. iteration 5544 found worse value: 363.455042242. iteration 5545 found worse value: 363.455042242. iteration 5546 found worse value: 363.455042242. iteration 5547 found worse value: 363.455042242. iteration 5548 found worse value: 363.455042242. iteration 5549 found worse value: 363.455042242. iteration 5550 found worse value: 363.455042242. iteration5550, perturbing to get out of local maxima iteration 5551 found better value: 363.455151424 iteration 5552 found worse value: 363.455151424. iteration 5553 found worse value: 363.455151424. iteration 5554 found worse value: 363.455151424. iteration 5555 found worse value: 363.455151424. iteration 5556 found worse value: 363.455151424. iteration 5557 found worse value: 363.455151424. iteration 5558 found worse value: 363.455151424. iteration 5559 found worse value: 363.455151424. iteration 5560 found worse value: 363.455151424. iteration 5561 found worse value: 363.455151424. iteration 5562 found worse value: 363.455151424. iteration 5563 found better value: 363.455222703 iteration 5564 found worse value: 363.455222703. iteration 5565 found worse value: 363.455222703. iteration5565, perturbing to get out of local maxima iteration 5566 found worse value: 363.455222703. iteration 5567 found worse value: 363.455222703. iteration 5568 found worse value: 363.455222703. iteration 5569 found worse value: 363.455222703. iteration5569, perturbing to get out of local maxima iteration 5570 found worse value: 363.455222703. iteration 5571 found worse value: 363.455222703. iteration 5572 found worse value: 363.455222703. iteration 5573 found worse value: 363.455222703. iteration5573, perturbing to get out of local maxima iteration 5574 found worse value: 363.455222703. iteration 5575 found worse value: 363.455222703. iteration 5576 found worse value: 363.455222703. iteration 5577 found worse value: 363.455222703. iteration 5578 found worse value: 363.455222703. iteration 5579 found worse value: 363.455222703. iteration 5580 found worse value: 363.455222703. iteration 5581 found worse value: 363.455222703. iteration 5582 found worse value: 363.455222703. iteration 5583 found worse value: 363.455222703. iteration 5584 found worse value: 363.455222703. iteration 5585 found worse value: 363.455222703. iteration 5586 found worse value: 363.455222703. iteration 5587 found worse value: 363.455222703. iteration 5588 found worse value: 363.455222703. iteration 5589 found worse value: 363.455222703. iteration 5590 found worse value: 363.455222703. iteration 5591 found worse value: 363.455222703. iteration 5592 found worse value: 363.455222703. iteration5592, perturbing to get out of local maxima iteration 5593 found worse value: 363.455222703. iteration 5594 found worse value: 363.455222703. iteration 5595 found worse value: 363.455222703. iteration 5596 found worse value: 363.455222703. iteration 5597 found worse value: 363.455222703. iteration5597, perturbing to get out of local maxima iteration 5598 found worse value: 363.455222703. iteration5598, perturbing to get out of local maxima iteration 5599 found worse value: 363.455222703. iteration 5600 found worse value: 363.455222703. iteration 5601 found worse value: 363.455222703. iteration 5602 found worse value: 363.455222703. iteration5602, perturbing to get out of local maxima iteration 5603 found worse value: 363.455222703. iteration5603, perturbing to get out of local maxima iteration 5604 found worse value: 363.455222703. iteration 5605 found worse value: 363.455222703. iteration 5606 found worse value: 363.455222703. iteration 5607 found worse value: 363.455222703. iteration 5608 found worse value: 363.455222703. iteration 5609 found worse value: 363.455222703. iteration 5610 found worse value: 363.455222703. iteration 5611 found worse value: 363.455222703. iteration 5612 found worse value: 363.455222703. iteration 5613 found worse value: 363.455222703. iteration 5614 found worse value: 363.455222703. iteration5614, perturbing to get out of local maxima iteration 5615 found worse value: 363.455222703. iteration 5616 found worse value: 363.455222703. iteration 5617 found worse value: 363.455222703. iteration 5618 found worse value: 363.455222703. iteration5618, perturbing to get out of local maxima iteration 5619 found worse value: 363.455222703. iteration 5620 found worse value: 363.455222703. iteration 5621 found worse value: 363.455222703. iteration5621, perturbing to get out of local maxima iteration 5622 found worse value: 363.455222703. iteration 5623 found worse value: 363.455222703. iteration 5624 found worse value: 363.455222703. iteration 5625 found worse value: 363.455222703. iteration 5626 found worse value: 363.455222703. iteration 5627 found worse value: 363.455222703. iteration 5628 found worse value: 363.455222703. iteration 5629 found worse value: 363.455222703. iteration 5630 found worse value: 363.455222703. iteration 5631 found worse value: 363.455222703. iteration 5632 found worse value: 363.455222703. iteration 5633 found worse value: 363.455222703. iteration 5634 found worse value: 363.455222703. iteration 5635 found worse value: 363.455222703. iteration 5636 found worse value: 363.455222703. iteration 5637 found worse value: 363.455222703. iteration 5638 found worse value: 363.455222703. iteration 5639 found worse value: 363.455222703. iteration 5640 found worse value: 363.455222703. iteration 5641 found worse value: 363.455222703. iteration 5642 found worse value: 363.455222703. iteration 5643 found worse value: 363.455222703. iteration 5644 found worse value: 363.455222703. iteration 5645 found worse value: 363.455222703. iteration 5646 found worse value: 363.455222703. iteration 5647 found worse value: 363.455222703. iteration 5648 found worse value: 363.455222703. iteration 5649 found worse value: 363.455222703. iteration5649, perturbing to get out of local maxima iteration 5650 found worse value: 363.455222703. iteration 5651 found worse value: 363.455222703. iteration 5652 found worse value: 363.455222703. iteration 5653 found worse value: 363.455222703. iteration 5654 found worse value: 363.455222703. iteration 5655 found worse value: 363.455222703. iteration5655, perturbing to get out of local maxima iteration 5656 found worse value: 363.455222703. iteration 5657 found worse value: 363.455222703. iteration 5658 found worse value: 363.455222703. iteration 5659 found worse value: 363.455222703. iteration 5660 found worse value: 363.455222703. iteration 5661 found worse value: 363.455222703. iteration 5662 found worse value: 363.455222703. iteration 5663 found worse value: 363.455222703. iteration 5664 found worse value: 363.455222703. iteration 5665 found worse value: 363.455222703. iteration 5666 found worse value: 363.455222703. iteration 5667 found worse value: 363.455222703. iteration 5668 found worse value: 363.455222703. iteration 5669 found worse value: 363.455222703. iteration 5670 found worse value: 363.455222703. iteration 5671 found worse value: 363.455222703. iteration 5672 found worse value: 363.455222703. iteration 5673 found worse value: 363.455222703. iteration 5674 found worse value: 363.455222703. iteration 5675 found worse value: 363.455222703. iteration 5676 found worse value: 363.455222703. iteration5676, perturbing to get out of local maxima iteration 5677 found worse value: 363.455222703. iteration 5678 found worse value: 363.455222703. iteration 5679 found worse value: 363.455222703. iteration 5680 found worse value: 363.455222703. iteration 5681 found worse value: 363.455222703. iteration 5682 found worse value: 363.455222703. iteration 5683 found worse value: 363.455222703. iteration 5684 found worse value: 363.455222703. iteration 5685 found worse value: 363.455222703. iteration 5686 found worse value: 363.455222703. iteration 5687 found worse value: 363.455222703. iteration5687, perturbing to get out of local maxima iteration 5688 found worse value: 363.455222703. iteration 5689 found worse value: 363.455222703. iteration 5690 found worse value: 363.455222703. iteration 5691 found worse value: 363.455222703. iteration 5692 found worse value: 363.455222703. iteration 5693 found worse value: 363.455222703. iteration 5694 found worse value: 363.455222703. iteration 5695 found worse value: 363.455222703. iteration 5696 found worse value: 363.455222703. iteration 5697 found worse value: 363.455222703. iteration 5698 found worse value: 363.455222703. iteration 5699 found worse value: 363.455222703. iteration 5700 found worse value: 363.455222703. iteration 5701 found worse value: 363.455222703. iteration 5702 found worse value: 363.455222703. iteration 5703 found worse value: 363.455222703. iteration 5704 found worse value: 363.455222703. iteration 5705 found worse value: 363.455222703. iteration 5706 found worse value: 363.455222703. iteration 5707 found worse value: 363.455222703. iteration 5708 found worse value: 363.455222703. iteration 5709 found worse value: 363.455222703. iteration 5710 found worse value: 363.455222703. iteration 5711 found worse value: 363.455222703. iteration 5712 found worse value: 363.455222703. iteration 5713 found worse value: 363.455222703. iteration 5714 found worse value: 363.455222703. iteration5714, perturbing to get out of local maxima iteration 5715 found worse value: 363.455222703. iteration 5716 found worse value: 363.455222703. iteration 5717 found worse value: 363.455222703. iteration 5718 found worse value: 363.455222703. iteration 5719 found worse value: 363.455222703. iteration5719, perturbing to get out of local maxima iteration 5720 found worse value: 363.455222703. iteration 5721 found worse value: 363.455222703. iteration 5722 found worse value: 363.455222703. iteration 5723 found worse value: 363.455222703. iteration 5724 found worse value: 363.455222703. iteration 5725 found worse value: 363.455222703. iteration 5726 found worse value: 363.455222703. iteration 5727 found worse value: 363.455222703. iteration 5728 found worse value: 363.455222703. iteration 5729 found worse value: 363.455222703. iteration 5730 found worse value: 363.455222703. iteration 5731 found worse value: 363.455222703. iteration 5732 found worse value: 363.455222703. iteration 5733 found worse value: 363.455222703. iteration 5734 found worse value: 363.455222703. iteration 5735 found worse value: 363.455222703. iteration 5736 found worse value: 363.455222703. iteration 5737 found worse value: 363.455222703. iteration 5738 found worse value: 363.455222703. iteration 5739 found worse value: 363.455222703. iteration5739, perturbing to get out of local maxima iteration 5740 found worse value: 363.455222703. iteration 5741 found worse value: 363.455222703. iteration 5742 found worse value: 363.455222703. iteration 5743 found worse value: 363.455222703. iteration 5744 found worse value: 363.455222703. iteration 5745 found worse value: 363.455222703. iteration 5746 found worse value: 363.455222703. iteration 5747 found worse value: 363.455222703. iteration 5748 found worse value: 363.455222703. iteration 5749 found worse value: 363.455222703. iteration 5750 found worse value: 363.455222703. iteration 5751 found worse value: 363.455222703. iteration 5752 found worse value: 363.455222703. iteration 5753 found worse value: 363.455222703. iteration 5754 found worse value: 363.455222703. iteration 5755 found worse value: 363.455222703. iteration 5756 found worse value: 363.455222703. iteration 5757 found worse value: 363.455222703. iteration 5758 found worse value: 363.455222703. iteration 5759 found worse value: 363.455222703. iteration 5760 found worse value: 363.455222703. iteration 5761 found worse value: 363.455222703. iteration 5762 found worse value: 363.455222703. iteration 5763 found worse value: 363.455222703. iteration 5764 found worse value: 363.455222703. iteration 5765 found worse value: 363.455222703. iteration 5766 found worse value: 363.455222703. iteration 5767 found worse value: 363.455222703. iteration 5768 found worse value: 363.455222703. iteration 5769 found worse value: 363.455222703. iteration 5770 found worse value: 363.455222703. iteration 5771 found worse value: 363.455222703. iteration 5772 found worse value: 363.455222703. iteration5772, perturbing to get out of local maxima iteration 5773 found worse value: 363.455222703. iteration 5774 found worse value: 363.455222703. iteration 5775 found worse value: 363.455222703. iteration 5776 found worse value: 363.455222703. iteration 5777 found worse value: 363.455222703. iteration 5778 found worse value: 363.455222703. iteration5778, perturbing to get out of local maxima iteration 5779 found worse value: 363.455222703. iteration 5780 found worse value: 363.455222703. iteration 5781 found worse value: 363.455222703. iteration 5782 found worse value: 363.455222703. iteration 5783 found worse value: 363.455222703. iteration 5784 found worse value: 363.455222703. iteration5784, perturbing to get out of local maxima iteration 5785 found worse value: 363.455222703. iteration 5786 found worse value: 363.455222703. iteration 5787 found worse value: 363.455222703. iteration 5788 found worse value: 363.455222703. iteration 5789 found worse value: 363.455222703. iteration 5790 found worse value: 363.455222703. iteration 5791 found worse value: 363.455222703. iteration 5792 found worse value: 363.455222703. iteration 5793 found worse value: 363.455222703. iteration 5794 found worse value: 363.455222703. iteration 5795 found worse value: 363.455222703. iteration 5796 found worse value: 363.455222703. iteration 5797 found worse value: 363.455222703. iteration 5798 found worse value: 363.455222703. iteration5798, perturbing to get out of local maxima iteration 5799 found worse value: 363.455222703. iteration5799, perturbing to get out of local maxima iteration 5800 found worse value: 363.455222703. iteration 5801 found worse value: 363.455222703. iteration 5802 found worse value: 363.455222703. iteration 5803 found worse value: 363.455222703. iteration 5804 found worse value: 363.455222703. iteration 5805 found worse value: 363.455222703. iteration 5806 found worse value: 363.455222703. iteration 5807 found worse value: 363.455222703. iteration 5808 found worse value: 363.455222703. iteration 5809 found worse value: 363.455222703. iteration 5810 found worse value: 363.455222703. iteration 5811 found worse value: 363.455222703. iteration 5812 found worse value: 363.455222703. iteration 5813 found worse value: 363.455222703. iteration 5814 found worse value: 363.455222703. iteration 5815 found worse value: 363.455222703. iteration 5816 found worse value: 363.455222703. iteration 5817 found worse value: 363.455222703. iteration5817, perturbing to get out of local maxima iteration 5818 found worse value: 363.455222703. iteration 5819 found worse value: 363.455222703. iteration 5820 found worse value: 363.455222703. iteration 5821 found worse value: 363.455222703. iteration5821, perturbing to get out of local maxima iteration 5822 found worse value: 363.455222703. iteration 5823 found worse value: 363.455222703. iteration 5824 found worse value: 363.455222703. iteration5824, perturbing to get out of local maxima iteration 5825 found worse value: 363.455222703. iteration 5826 found worse value: 363.455222703. iteration 5827 found worse value: 363.455222703. iteration5827, perturbing to get out of local maxima iteration 5828 found worse value: 363.455222703. iteration 5829 found worse value: 363.455222703. iteration 5830 found worse value: 363.455222703. iteration 5831 found worse value: 363.455222703. iteration 5832 found worse value: 363.455222703. iteration 5833 found worse value: 363.455222703. iteration 5834 found worse value: 363.455222703. iteration 5835 found worse value: 363.455222703. iteration 5836 found worse value: 363.455222703. iteration5836, perturbing to get out of local maxima iteration 5837 found worse value: 363.455222703. iteration 5838 found worse value: 363.455222703. iteration 5839 found worse value: 363.455222703. iteration 5840 found worse value: 363.455222703. iteration 5841 found worse value: 363.455222703. iteration 5842 found worse value: 363.455222703. iteration 5843 found worse value: 363.455222703. iteration 5844 found worse value: 363.455222703. iteration 5845 found worse value: 363.455222703. iteration 5846 found worse value: 363.455222703. iteration 5847 found worse value: 363.455222703. iteration 5848 found worse value: 363.455222703. iteration 5849 found worse value: 363.455222703. iteration 5850 found worse value: 363.455222703. iteration 5851 found worse value: 363.455222703. iteration 5852 found worse value: 363.455222703. iteration 5853 found worse value: 363.455222703. iteration 5854 found worse value: 363.455222703. iteration 5855 found worse value: 363.455222703. iteration 5856 found worse value: 363.455222703. iteration 5857 found worse value: 363.455222703. iteration 5858 found worse value: 363.455222703. iteration 5859 found worse value: 363.455222703. iteration 5860 found worse value: 363.455222703. iteration 5861 found worse value: 363.455222703. iteration 5862 found worse value: 363.455222703. iteration 5863 found worse value: 363.455222703. iteration 5864 found worse value: 363.455222703. iteration 5865 found worse value: 363.455222703. iteration 5866 found worse value: 363.455222703. iteration 5867 found worse value: 363.455222703. iteration 5868 found worse value: 363.455222703. iteration 5869 found worse value: 363.455222703. iteration 5870 found worse value: 363.455222703. iteration 5871 found worse value: 363.455222703. iteration 5872 found worse value: 363.455222703. iteration 5873 found worse value: 363.455222703. iteration 5874 found worse value: 363.455222703. iteration 5875 found worse value: 363.455222703. iteration5875, perturbing to get out of local maxima iteration 5876 found worse value: 363.455222703. iteration 5877 found worse value: 363.455222703. iteration 5878 found worse value: 363.455222703. iteration 5879 found worse value: 363.455222703. iteration 5880 found worse value: 363.455222703. iteration 5881 found worse value: 363.455222703. iteration 5882 found worse value: 363.455222703. iteration 5883 found worse value: 363.455222703. iteration 5884 found worse value: 363.455222703. iteration5884, perturbing to get out of local maxima iteration 5885 found worse value: 363.455222703. iteration 5886 found worse value: 363.455222703. iteration 5887 found worse value: 363.455222703. iteration 5888 found worse value: 363.455222703. iteration 5889 found worse value: 363.455222703. iteration5889, perturbing to get out of local maxima iteration 5890 found worse value: 363.455222703. iteration 5891 found worse value: 363.455222703. iteration 5892 found worse value: 363.455222703. iteration 5893 found worse value: 363.455222703. iteration 5894 found worse value: 363.455222703. iteration 5895 found worse value: 363.455222703. iteration 5896 found worse value: 363.455222703. iteration 5897 found worse value: 363.455222703. iteration 5898 found worse value: 363.455222703. iteration 5899 found worse value: 363.455222703. iteration 5900 found worse value: 363.455222703. iteration 5901 found worse value: 363.455222703. iteration 5902 found worse value: 363.455222703. iteration5902, perturbing to get out of local maxima iteration 5903 found worse value: 363.455222703. iteration 5904 found worse value: 363.455222703. iteration 5905 found worse value: 363.455222703. iteration 5906 found worse value: 363.455222703. iteration 5907 found worse value: 363.455222703. iteration 5908 found worse value: 363.455222703. iteration 5909 found worse value: 363.455222703. iteration 5910 found worse value: 363.455222703. iteration 5911 found worse value: 363.455222703. iteration 5912 found worse value: 363.455222703. iteration 5913 found worse value: 363.455222703. iteration 5914 found worse value: 363.455222703. iteration 5915 found worse value: 363.455222703. iteration 5916 found worse value: 363.455222703. iteration 5917 found worse value: 363.455222703. iteration 5918 found worse value: 363.455222703. iteration 5919 found worse value: 363.455222703. iteration 5920 found worse value: 363.455222703. iteration 5921 found worse value: 363.455222703. iteration5921, perturbing to get out of local maxima iteration 5922 found worse value: 363.455222703. iteration 5923 found worse value: 363.455222703. iteration 5924 found worse value: 363.455222703. iteration 5925 found worse value: 363.455222703. iteration 5926 found worse value: 363.455222703. iteration 5927 found worse value: 363.455222703. iteration 5928 found worse value: 363.455222703. iteration 5929 found worse value: 363.455222703. iteration 5930 found worse value: 363.455222703. iteration 5931 found worse value: 363.455222703. iteration5931, perturbing to get out of local maxima iteration 5932 found worse value: 363.455222703. iteration 5933 found worse value: 363.455222703. iteration 5934 found worse value: 363.455222703. iteration 5935 found worse value: 363.455222703. iteration5935, perturbing to get out of local maxima iteration 5936 found worse value: 363.455222703. iteration 5937 found worse value: 363.455222703. iteration 5938 found worse value: 363.455222703. iteration5938, perturbing to get out of local maxima iteration 5939 found worse value: 363.455222703. iteration 5940 found worse value: 363.455222703. iteration 5941 found worse value: 363.455222703. iteration 5942 found worse value: 363.455222703. iteration5942, perturbing to get out of local maxima iteration 5943 found worse value: 363.455222703. iteration 5944 found worse value: 363.455222703. iteration 5945 found worse value: 363.455222703. iteration 5946 found worse value: 363.455222703. iteration 5947 found worse value: 363.455222703. iteration 5948 found worse value: 363.455222703. iteration 5949 found worse value: 363.455222703. iteration 5950 found worse value: 363.455222703. iteration 5951 found worse value: 363.455222703. iteration 5952 found worse value: 363.455222703. iteration 5953 found worse value: 363.455222703. iteration 5954 found worse value: 363.455222703. iteration 5955 found worse value: 363.455222703. iteration 5956 found worse value: 363.455222703. iteration 5957 found worse value: 363.455222703. iteration 5958 found worse value: 363.455222703. iteration 5959 found worse value: 363.455222703. iteration 5960 found worse value: 363.455222703. iteration 5961 found worse value: 363.455222703. iteration 5962 found worse value: 363.455222703. iteration 5963 found worse value: 363.455222703. iteration 5964 found worse value: 363.455222703. iteration 5965 found worse value: 363.455222703. iteration5965, perturbing to get out of local maxima iteration 5966 found worse value: 363.455222703. iteration 5967 found worse value: 363.455222703. iteration 5968 found worse value: 363.455222703. iteration 5969 found worse value: 363.455222703. iteration 5970 found worse value: 363.455222703. iteration 5971 found worse value: 363.455222703. iteration 5972 found worse value: 363.455222703. iteration 5973 found worse value: 363.455222703. iteration 5974 found worse value: 363.455222703. iteration 5975 found worse value: 363.455222703. iteration 5976 found worse value: 363.455222703. iteration 5977 found worse value: 363.455222703. iteration 5978 found worse value: 363.455222703. iteration 5979 found worse value: 363.455222703. iteration 5980 found worse value: 363.455222703. iteration 5981 found worse value: 363.455222703. iteration5981, perturbing to get out of local maxima iteration 5982 found worse value: 363.455222703. iteration 5983 found worse value: 363.455222703. iteration5983, perturbing to get out of local maxima iteration 5984 found worse value: 363.455222703. iteration 5985 found worse value: 363.455222703. iteration 5986 found worse value: 363.455222703. iteration 5987 found worse value: 363.455222703. iteration 5988 found worse value: 363.455222703. iteration 5989 found worse value: 363.455222703. iteration 5990 found worse value: 363.455222703. iteration 5991 found worse value: 363.455222703. iteration 5992 found worse value: 363.455222703. iteration 5993 found worse value: 363.455222703. iteration 5994 found worse value: 363.455222703. iteration 5995 found worse value: 363.455222703. iteration 5996 found worse value: 363.455222703. iteration 5997 found worse value: 363.455222703. iteration 5998 found worse value: 363.455222703. iteration 5999 found worse value: 363.455222703. iteration 6000 found worse value: 363.455222703. iteration 6001 found worse value: 363.455222703. iteration 6002 found worse value: 363.455222703. iteration 6003 found worse value: 363.455222703. iteration6003, perturbing to get out of local maxima iteration 6004 found worse value: 363.455222703. iteration 6005 found worse value: 363.455222703. iteration 6006 found worse value: 363.455222703. iteration 6007 found worse value: 363.455222703. iteration 6008 found worse value: 363.455222703. iteration 6009 found worse value: 363.455222703. iteration 6010 found worse value: 363.455222703. iteration 6011 found worse value: 363.455222703. iteration 6012 found worse value: 363.455222703. iteration 6013 found worse value: 363.455222703. iteration 6014 found worse value: 363.455222703. iteration 6015 found worse value: 363.455222703. iteration 6016 found worse value: 363.455222703. iteration 6017 found worse value: 363.455222703. iteration 6018 found worse value: 363.455222703. iteration 6019 found worse value: 363.455222703. iteration 6020 found worse value: 363.455222703. iteration 6021 found worse value: 363.455222703. iteration 6022 found worse value: 363.455222703. iteration 6023 found worse value: 363.455222703. iteration 6024 found worse value: 363.455222703. iteration 6025 found worse value: 363.455222703. iteration 6026 found worse value: 363.455222703. iteration 6027 found worse value: 363.455222703. iteration 6028 found worse value: 363.455222703. iteration 6029 found worse value: 363.455222703. iteration 6030 found worse value: 363.455222703. iteration 6031 found worse value: 363.455222703. iteration 6032 found worse value: 363.455222703. iteration 6033 found worse value: 363.455222703. iteration 6034 found worse value: 363.455222703. iteration 6035 found worse value: 363.455222703. iteration 6036 found worse value: 363.455222703. iteration 6037 found worse value: 363.455222703. iteration 6038 found worse value: 363.455222703. iteration 6039 found worse value: 363.455222703. iteration 6040 found worse value: 363.455222703. iteration 6041 found worse value: 363.455222703. iteration 6042 found worse value: 363.455222703. iteration 6043 found worse value: 363.455222703. iteration 6044 found worse value: 363.455222703. iteration 6045 found worse value: 363.455222703. iteration 6046 found worse value: 363.455222703. iteration 6047 found worse value: 363.455222703. iteration 6048 found worse value: 363.455222703. iteration 6049 found worse value: 363.455222703. iteration 6050 found worse value: 363.455222703. iteration 6051 found worse value: 363.455222703. iteration 6052 found worse value: 363.455222703. iteration 6053 found worse value: 363.455222703. iteration6053, perturbing to get out of local maxima iteration 6054 found worse value: 363.455222703. iteration 6055 found worse value: 363.455222703. iteration 6056 found worse value: 363.455222703. iteration 6057 found worse value: 363.455222703. iteration 6058 found worse value: 363.455222703. iteration6058, perturbing to get out of local maxima iteration 6059 found worse value: 363.455222703. iteration 6060 found worse value: 363.455222703. iteration 6061 found worse value: 363.455222703. iteration 6062 found worse value: 363.455222703. iteration 6063 found worse value: 363.455222703. iteration 6064 found worse value: 363.455222703. iteration 6065 found worse value: 363.455222703. iteration 6066 found worse value: 363.455222703. iteration 6067 found worse value: 363.455222703. iteration 6068 found worse value: 363.455222703. iteration 6069 found worse value: 363.455222703. iteration 6070 found worse value: 363.455222703. iteration6070, perturbing to get out of local maxima iteration 6071 found worse value: 363.455222703. iteration 6072 found worse value: 363.455222703. iteration 6073 found worse value: 363.455222703. iteration 6074 found worse value: 363.455222703. iteration 6075 found worse value: 363.455222703. iteration 6076 found worse value: 363.455222703. iteration 6077 found worse value: 363.455222703. iteration 6078 found worse value: 363.455222703. iteration 6079 found worse value: 363.455222703. iteration 6080 found worse value: 363.455222703. iteration 6081 found worse value: 363.455222703. iteration 6082 found worse value: 363.455222703. iteration6082, perturbing to get out of local maxima iteration 6083 found worse value: 363.455222703. iteration 6084 found worse value: 363.455222703. iteration 6085 found worse value: 363.455222703. iteration 6086 found worse value: 363.455222703. iteration 6087 found worse value: 363.455222703. iteration 6088 found worse value: 363.455222703. iteration6088, perturbing to get out of local maxima iteration 6089 found worse value: 363.455222703. iteration 6090 found worse value: 363.455222703. iteration 6091 found worse value: 363.455222703. iteration 6092 found worse value: 363.455222703. iteration 6093 found worse value: 363.455222703. iteration 6094 found worse value: 363.455222703. iteration 6095 found worse value: 363.455222703. iteration 6096 found worse value: 363.455222703. iteration 6097 found worse value: 363.455222703. iteration 6098 found worse value: 363.455222703. iteration 6099 found worse value: 363.455222703. iteration 6100 found worse value: 363.455222703. iteration 6101 found worse value: 363.455222703. iteration 6102 found worse value: 363.455222703. iteration 6103 found worse value: 363.455222703. iteration 6104 found worse value: 363.455222703. iteration 6105 found worse value: 363.455222703. iteration 6106 found worse value: 363.455222703. iteration 6107 found worse value: 363.455222703. iteration 6108 found worse value: 363.455222703. iteration6108, perturbing to get out of local maxima iteration 6109 found worse value: 363.455222703. iteration 6110 found worse value: 363.455222703. iteration 6111 found worse value: 363.455222703. iteration 6112 found worse value: 363.455222703. iteration 6113 found worse value: 363.455222703. iteration 6114 found worse value: 363.455222703. iteration 6115 found worse value: 363.455222703. iteration 6116 found worse value: 363.455222703. iteration 6117 found worse value: 363.455222703. iteration 6118 found worse value: 363.455222703. iteration 6119 found worse value: 363.455222703. iteration 6120 found worse value: 363.455222703. iteration 6121 found worse value: 363.455222703. iteration6121, perturbing to get out of local maxima iteration 6122 found worse value: 363.455222703. iteration 6123 found worse value: 363.455222703. iteration 6124 found worse value: 363.455222703. iteration 6125 found worse value: 363.455222703. iteration 6126 found worse value: 363.455222703. iteration 6127 found worse value: 363.455222703. iteration 6128 found worse value: 363.455222703. iteration 6129 found worse value: 363.455222703. iteration 6130 found worse value: 363.455222703. iteration 6131 found worse value: 363.455222703. iteration 6132 found worse value: 363.455222703. iteration 6133 found worse value: 363.455222703. iteration 6134 found worse value: 363.455222703. iteration 6135 found worse value: 363.455222703. iteration6135, perturbing to get out of local maxima iteration 6136 found worse value: 363.455222703. iteration 6137 found worse value: 363.455222703. iteration 6138 found worse value: 363.455222703. iteration 6139 found worse value: 363.455222703. iteration 6140 found worse value: 363.455222703. iteration 6141 found worse value: 363.455222703. iteration 6142 found worse value: 363.455222703. iteration6142, perturbing to get out of local maxima iteration 6143 found worse value: 363.455222703. iteration 6144 found worse value: 363.455222703. iteration 6145 found worse value: 363.455222703. iteration 6146 found worse value: 363.455222703. iteration6146, perturbing to get out of local maxima iteration 6147 found worse value: 363.455222703. iteration 6148 found worse value: 363.455222703. iteration 6149 found worse value: 363.455222703. iteration 6150 found worse value: 363.455222703. iteration 6151 found worse value: 363.455222703. iteration 6152 found worse value: 363.455222703. iteration 6153 found worse value: 363.455222703. iteration 6154 found worse value: 363.455222703. iteration 6155 found worse value: 363.455222703. iteration 6156 found worse value: 363.455222703. iteration6156, perturbing to get out of local maxima iteration 6157 found worse value: 363.455222703. iteration 6158 found worse value: 363.455222703. iteration 6159 found worse value: 363.455222703. iteration 6160 found worse value: 363.455222703. iteration 6161 found worse value: 363.455222703. iteration 6162 found worse value: 363.455222703. iteration 6163 found worse value: 363.455222703. iteration 6164 found worse value: 363.455222703. iteration 6165 found worse value: 363.455222703. iteration 6166 found worse value: 363.455222703. iteration 6167 found worse value: 363.455222703. iteration 6168 found worse value: 363.455222703. iteration 6169 found worse value: 363.455222703. iteration 6170 found worse value: 363.455222703. iteration6170, perturbing to get out of local maxima iteration 6171 found worse value: 363.455222703. iteration 6172 found worse value: 363.455222703. iteration 6173 found worse value: 363.455222703. iteration 6174 found worse value: 363.455222703. iteration 6175 found worse value: 363.455222703. iteration 6176 found worse value: 363.455222703. iteration6176, perturbing to get out of local maxima iteration 6177 found worse value: 363.455222703. iteration 6178 found worse value: 363.455222703. iteration 6179 found worse value: 363.455222703. iteration 6180 found worse value: 363.455222703. iteration 6181 found worse value: 363.455222703. iteration 6182 found worse value: 363.455222703. iteration 6183 found worse value: 363.455222703. iteration 6184 found worse value: 363.455222703. iteration 6185 found worse value: 363.455222703. iteration 6186 found worse value: 363.455222703. iteration6186, perturbing to get out of local maxima iteration 6187 found worse value: 363.455222703. iteration 6188 found worse value: 363.455222703. iteration6188, perturbing to get out of local maxima iteration 6189 found worse value: 363.455222703. iteration 6190 found worse value: 363.455222703. iteration6190, perturbing to get out of local maxima iteration 6191 found worse value: 363.455222703. iteration 6192 found worse value: 363.455222703. iteration 6193 found worse value: 363.455222703. iteration6193, perturbing to get out of local maxima iteration 6194 found worse value: 363.455222703. iteration 6195 found worse value: 363.455222703. iteration 6196 found worse value: 363.455222703. iteration 6197 found worse value: 363.455222703. iteration 6198 found worse value: 363.455222703. iteration 6199 found worse value: 363.455222703. iteration 6200 found worse value: 363.455222703. iteration 6201 found worse value: 363.455222703. iteration 6202 found worse value: 363.455222703. iteration 6203 found worse value: 363.455222703. iteration 6204 found worse value: 363.455222703. iteration 6205 found worse value: 363.455222703. iteration 6206 found worse value: 363.455222703. iteration 6207 found worse value: 363.455222703. iteration 6208 found worse value: 363.455222703. iteration 6209 found worse value: 363.455222703. iteration 6210 found worse value: 363.455222703. iteration 6211 found worse value: 363.455222703. iteration6211, perturbing to get out of local maxima iteration 6212 found worse value: 363.455222703. iteration 6213 found worse value: 363.455222703. iteration 6214 found worse value: 363.455222703. iteration 6215 found worse value: 363.455222703. iteration6215, perturbing to get out of local maxima iteration 6216 found worse value: 363.455222703. iteration6216, perturbing to get out of local maxima iteration 6217 found worse value: 363.455222703. iteration 6218 found worse value: 363.455222703. iteration 6219 found worse value: 363.455222703. iteration 6220 found worse value: 363.455222703. iteration 6221 found worse value: 363.455222703. iteration 6222 found worse value: 363.455222703. iteration 6223 found worse value: 363.455222703. iteration 6224 found worse value: 363.455222703. iteration 6225 found worse value: 363.455222703. iteration 6226 found worse value: 363.455222703. iteration 6227 found worse value: 363.455222703. iteration 6228 found worse value: 363.455222703. iteration 6229 found worse value: 363.455222703. iteration 6230 found worse value: 363.455222703. iteration 6231 found worse value: 363.455222703. iteration 6232 found worse value: 363.455222703. iteration 6233 found worse value: 363.455222703. iteration6233, perturbing to get out of local maxima iteration 6234 found worse value: 363.455222703. iteration 6235 found worse value: 363.455222703. iteration 6236 found worse value: 363.455222703. iteration 6237 found worse value: 363.455222703. iteration 6238 found worse value: 363.455222703. iteration6238, perturbing to get out of local maxima iteration 6239 found worse value: 363.455222703. iteration 6240 found worse value: 363.455222703. iteration 6241 found worse value: 363.455222703. iteration 6242 found worse value: 363.455222703. iteration 6243 found worse value: 363.455222703. iteration 6244 found worse value: 363.455222703. iteration 6245 found worse value: 363.455222703. iteration6245, perturbing to get out of local maxima iteration 6246 found worse value: 363.455222703. iteration 6247 found worse value: 363.455222703. iteration 6248 found worse value: 363.455222703. iteration 6249 found worse value: 363.455222703. iteration 6250 found worse value: 363.455222703. iteration 6251 found worse value: 363.455222703. iteration 6252 found worse value: 363.455222703. iteration 6253 found worse value: 363.455222703. iteration 6254 found worse value: 363.455222703. iteration6254, perturbing to get out of local maxima iteration 6255 found worse value: 363.455222703. iteration 6256 found worse value: 363.455222703. iteration 6257 found worse value: 363.455222703. iteration 6258 found worse value: 363.455222703. iteration 6259 found worse value: 363.455222703. iteration 6260 found worse value: 363.455222703. iteration 6261 found worse value: 363.455222703. iteration 6262 found worse value: 363.455222703. iteration 6263 found worse value: 363.455222703. iteration 6264 found worse value: 363.455222703. iteration 6265 found worse value: 363.455222703. iteration 6266 found worse value: 363.455222703. iteration 6267 found worse value: 363.455222703. iteration 6268 found worse value: 363.455222703. iteration 6269 found worse value: 363.455222703. iteration6269, perturbing to get out of local maxima iteration 6270 found worse value: 363.455222703. iteration 6271 found worse value: 363.455222703. iteration 6272 found worse value: 363.455222703. iteration 6273 found worse value: 363.455222703. iteration 6274 found worse value: 363.455222703. iteration 6275 found worse value: 363.455222703. iteration 6276 found worse value: 363.455222703. iteration 6277 found worse value: 363.455222703. iteration 6278 found worse value: 363.455222703. iteration 6279 found worse value: 363.455222703. iteration 6280 found worse value: 363.455222703. iteration 6281 found worse value: 363.455222703. iteration6281, perturbing to get out of local maxima iteration 6282 found worse value: 363.455222703. iteration 6283 found worse value: 363.455222703. iteration 6284 found worse value: 363.455222703. iteration 6285 found worse value: 363.455222703. iteration 6286 found worse value: 363.455222703. iteration 6287 found worse value: 363.455222703. iteration 6288 found worse value: 363.455222703. iteration 6289 found worse value: 363.455222703. iteration 6290 found worse value: 363.455222703. iteration 6291 found worse value: 363.455222703. iteration6291, perturbing to get out of local maxima iteration 6292 found worse value: 363.455222703. iteration 6293 found worse value: 363.455222703. iteration 6294 found worse value: 363.455222703. iteration6294, perturbing to get out of local maxima iteration 6295 found worse value: 363.455222703. iteration 6296 found worse value: 363.455222703. iteration 6297 found worse value: 363.455222703. iteration 6298 found worse value: 363.455222703. iteration 6299 found worse value: 363.455222703. iteration 6300 found worse value: 363.455222703. iteration 6301 found worse value: 363.455222703. iteration 6302 found worse value: 363.455222703. iteration 6303 found worse value: 363.455222703. iteration 6304 found worse value: 363.455222703. iteration 6305 found worse value: 363.455222703. iteration 6306 found worse value: 363.455222703. iteration 6307 found worse value: 363.455222703. iteration6307, perturbing to get out of local maxima iteration 6308 found worse value: 363.455222703. iteration 6309 found worse value: 363.455222703. iteration 6310 found worse value: 363.455222703. iteration 6311 found worse value: 363.455222703. iteration 6312 found worse value: 363.455222703. iteration 6313 found worse value: 363.455222703. iteration 6314 found worse value: 363.455222703. iteration 6315 found worse value: 363.455222703. iteration6315, perturbing to get out of local maxima iteration 6316 found worse value: 363.455222703. iteration 6317 found worse value: 363.455222703. iteration 6318 found worse value: 363.455222703. iteration 6319 found worse value: 363.455222703. iteration 6320 found worse value: 363.455222703. iteration 6321 found worse value: 363.455222703. iteration 6322 found worse value: 363.455222703. iteration 6323 found worse value: 363.455222703. iteration 6324 found worse value: 363.455222703. iteration 6325 found worse value: 363.455222703. iteration 6326 found worse value: 363.455222703. iteration 6327 found worse value: 363.455222703. iteration 6328 found worse value: 363.455222703. iteration 6329 found worse value: 363.455222703. iteration6329, perturbing to get out of local maxima iteration 6330 found worse value: 363.455222703. iteration 6331 found worse value: 363.455222703. iteration 6332 found worse value: 363.455222703. iteration6332, perturbing to get out of local maxima iteration 6333 found worse value: 363.455222703. iteration 6334 found worse value: 363.455222703. iteration 6335 found worse value: 363.455222703. iteration 6336 found worse value: 363.455222703. iteration 6337 found worse value: 363.455222703. iteration 6338 found worse value: 363.455222703. iteration 6339 found worse value: 363.455222703. iteration 6340 found worse value: 363.455222703. iteration 6341 found worse value: 363.455222703. iteration 6342 found worse value: 363.455222703. iteration 6343 found worse value: 363.455222703. iteration 6344 found worse value: 363.455222703. iteration 6345 found worse value: 363.455222703. iteration 6346 found worse value: 363.455222703. iteration 6347 found worse value: 363.455222703. iteration6347, perturbing to get out of local maxima iteration 6348 found worse value: 363.455222703. iteration 6349 found worse value: 363.455222703. iteration 6350 found worse value: 363.455222703. iteration6350, perturbing to get out of local maxima iteration 6351 found worse value: 363.455222703. iteration 6352 found worse value: 363.455222703. iteration 6353 found worse value: 363.455222703. iteration6353, perturbing to get out of local maxima iteration 6354 found worse value: 363.455222703. iteration 6355 found worse value: 363.455222703. iteration 6356 found worse value: 363.455222703. iteration 6357 found worse value: 363.455222703. iteration6357, perturbing to get out of local maxima iteration 6358 found worse value: 363.455222703. iteration 6359 found worse value: 363.455222703. iteration 6360 found worse value: 363.455222703. iteration 6361 found worse value: 363.455222703. iteration 6362 found worse value: 363.455222703. iteration 6363 found worse value: 363.455222703. iteration 6364 found worse value: 363.455222703. iteration 6365 found worse value: 363.455222703. iteration 6366 found worse value: 363.455222703. iteration 6367 found worse value: 363.455222703. iteration 6368 found worse value: 363.455222703. iteration 6369 found worse value: 363.455222703. iteration 6370 found worse value: 363.455222703. iteration 6371 found worse value: 363.455222703. iteration 6372 found worse value: 363.455222703. iteration 6373 found worse value: 363.455222703. iteration 6374 found worse value: 363.455222703. iteration 6375 found worse value: 363.455222703. iteration 6376 found worse value: 363.455222703. iteration 6377 found worse value: 363.455222703. iteration 6378 found worse value: 363.455222703. iteration 6379 found worse value: 363.455222703. iteration 6380 found worse value: 363.455222703. iteration 6381 found worse value: 363.455222703. iteration 6382 found worse value: 363.455222703. iteration 6383 found worse value: 363.455222703. iteration 6384 found worse value: 363.455222703. iteration 6385 found worse value: 363.455222703. iteration 6386 found worse value: 363.455222703. iteration 6387 found worse value: 363.455222703. iteration 6388 found worse value: 363.455222703. iteration 6389 found worse value: 363.455222703. iteration 6390 found worse value: 363.455222703. iteration 6391 found worse value: 363.455222703. iteration6391, perturbing to get out of local maxima iteration 6392 found worse value: 363.455222703. iteration 6393 found worse value: 363.455222703. iteration 6394 found worse value: 363.455222703. iteration 6395 found worse value: 363.455222703. iteration 6396 found worse value: 363.455222703. iteration 6397 found worse value: 363.455222703. iteration 6398 found worse value: 363.455222703. iteration 6399 found worse value: 363.455222703. iteration6399, perturbing to get out of local maxima iteration 6400 found worse value: 363.455222703. iteration 6401 found worse value: 363.455222703. iteration 6402 found worse value: 363.455222703. iteration 6403 found worse value: 363.455222703. iteration 6404 found worse value: 363.455222703. iteration 6405 found worse value: 363.455222703. iteration6405, perturbing to get out of local maxima iteration 6406 found worse value: 363.455222703. iteration 6407 found worse value: 363.455222703. iteration 6408 found worse value: 363.455222703. iteration 6409 found worse value: 363.455222703. iteration 6410 found worse value: 363.455222703. iteration 6411 found worse value: 363.455222703. iteration 6412 found worse value: 363.455222703. iteration 6413 found worse value: 363.455222703. iteration 6414 found worse value: 363.455222703. iteration6414, perturbing to get out of local maxima iteration 6415 found worse value: 363.455222703. iteration 6416 found worse value: 363.455222703. iteration 6417 found worse value: 363.455222703. iteration 6418 found worse value: 363.455222703. iteration6418, perturbing to get out of local maxima iteration 6419 found worse value: 363.455222703. iteration 6420 found worse value: 363.455222703. iteration 6421 found worse value: 363.455222703. iteration 6422 found worse value: 363.455222703. iteration 6423 found worse value: 363.455222703. iteration 6424 found worse value: 363.455222703. iteration 6425 found worse value: 363.455222703. iteration 6426 found worse value: 363.455222703. iteration6426, perturbing to get out of local maxima iteration 6427 found worse value: 363.455222703. iteration 6428 found worse value: 363.455222703. iteration6428, perturbing to get out of local maxima iteration 6429 found worse value: 363.455222703. iteration 6430 found worse value: 363.455222703. iteration 6431 found worse value: 363.455222703. iteration 6432 found worse value: 363.455222703. iteration 6433 found worse value: 363.455222703. iteration 6434 found worse value: 363.455222703. iteration 6435 found worse value: 363.455222703. iteration 6436 found worse value: 363.455222703. iteration 6437 found worse value: 363.455222703. iteration 6438 found worse value: 363.455222703. iteration 6439 found worse value: 363.455222703. iteration 6440 found worse value: 363.455222703. iteration 6441 found worse value: 363.455222703. iteration 6442 found worse value: 363.455222703. iteration 6443 found worse value: 363.455222703. iteration 6444 found worse value: 363.455222703. iteration 6445 found worse value: 363.455222703. iteration 6446 found worse value: 363.455222703. iteration 6447 found worse value: 363.455222703. iteration 6448 found worse value: 363.455222703. iteration 6449 found worse value: 363.455222703. iteration 6450 found worse value: 363.455222703. iteration 6451 found worse value: 363.455222703. iteration 6452 found worse value: 363.455222703. iteration 6453 found worse value: 363.455222703. iteration 6454 found worse value: 363.455222703. iteration 6455 found worse value: 363.455222703. iteration 6456 found worse value: 363.455222703. iteration 6457 found worse value: 363.455222703. iteration 6458 found worse value: 363.455222703. iteration 6459 found worse value: 363.455222703. iteration 6460 found worse value: 363.455222703. iteration6460, perturbing to get out of local maxima iteration 6461 found worse value: 363.455222703. iteration 6462 found worse value: 363.455222703. iteration 6463 found worse value: 363.455222703. iteration6463, perturbing to get out of local maxima iteration 6464 found worse value: 363.455222703. iteration 6465 found worse value: 363.455222703. iteration 6466 found worse value: 363.455222703. iteration 6467 found worse value: 363.455222703. iteration 6468 found worse value: 363.455222703. iteration 6469 found worse value: 363.455222703. iteration 6470 found worse value: 363.455222703. iteration 6471 found worse value: 363.455222703. iteration 6472 found worse value: 363.455222703. iteration 6473 found worse value: 363.455222703. iteration6473, perturbing to get out of local maxima iteration 6474 found worse value: 363.455222703. iteration 6475 found worse value: 363.455222703. iteration 6476 found worse value: 363.455222703. iteration 6477 found worse value: 363.455222703. iteration 6478 found worse value: 363.455222703. iteration 6479 found worse value: 363.455222703. iteration 6480 found worse value: 363.455222703. iteration 6481 found worse value: 363.455222703. iteration 6482 found worse value: 363.455222703. iteration 6483 found worse value: 363.455222703. iteration 6484 found worse value: 363.455222703. iteration 6485 found worse value: 363.455222703. iteration 6486 found worse value: 363.455222703. iteration 6487 found worse value: 363.455222703. iteration 6488 found worse value: 363.455222703. iteration 6489 found worse value: 363.455222703. iteration 6490 found worse value: 363.455222703. iteration 6491 found worse value: 363.455222703. iteration 6492 found worse value: 363.455222703. iteration6492, perturbing to get out of local maxima iteration 6493 found worse value: 363.455222703. iteration 6494 found worse value: 363.455222703. iteration 6495 found worse value: 363.455222703. iteration 6496 found worse value: 363.455222703. iteration 6497 found worse value: 363.455222703. iteration 6498 found worse value: 363.455222703. iteration6498, perturbing to get out of local maxima iteration 6499 found worse value: 363.455222703. iteration 6500 found worse value: 363.455222703. iteration6500, perturbing to get out of local maxima iteration 6501 found worse value: 363.455222703. iteration 6502 found worse value: 363.455222703. iteration 6503 found worse value: 363.455222703. iteration 6504 found worse value: 363.455222703. iteration 6505 found worse value: 363.455222703. iteration 6506 found worse value: 363.455222703. iteration 6507 found worse value: 363.455222703. iteration 6508 found worse value: 363.455222703. iteration6508, perturbing to get out of local maxima iteration 6509 found worse value: 363.455222703. iteration 6510 found worse value: 363.455222703. iteration 6511 found worse value: 363.455222703. iteration 6512 found worse value: 363.455222703. iteration 6513 found worse value: 363.455222703. iteration6513, perturbing to get out of local maxima iteration 6514 found worse value: 363.455222703. iteration6514, perturbing to get out of local maxima iteration 6515 found worse value: 363.455222703. iteration6515, perturbing to get out of local maxima iteration 6516 found worse value: 363.455222703. iteration 6517 found worse value: 363.455222703. iteration 6518 found worse value: 363.455222703. iteration6518, perturbing to get out of local maxima iteration 6519 found worse value: 363.455222703. iteration 6520 found worse value: 363.455222703. iteration 6521 found worse value: 363.455222703. iteration 6522 found worse value: 363.455222703. iteration 6523 found worse value: 363.455222703. iteration 6524 found worse value: 363.455222703. iteration 6525 found worse value: 363.455222703. iteration 6526 found worse value: 363.455222703. iteration 6527 found worse value: 363.455222703. iteration 6528 found worse value: 363.455222703. iteration 6529 found worse value: 363.455222703. iteration 6530 found worse value: 363.455222703. iteration 6531 found worse value: 363.455222703. iteration 6532 found worse value: 363.455222703. iteration 6533 found worse value: 363.455222703. iteration 6534 found worse value: 363.455222703. iteration 6535 found worse value: 363.455222703. iteration 6536 found worse value: 363.455222703. iteration 6537 found worse value: 363.455222703. iteration 6538 found worse value: 363.455222703. iteration 6539 found worse value: 363.455222703. iteration 6540 found worse value: 363.455222703. iteration 6541 found worse value: 363.455222703. iteration 6542 found worse value: 363.455222703. iteration 6543 found worse value: 363.455222703. iteration 6544 found worse value: 363.455222703. iteration 6545 found worse value: 363.455222703. iteration 6546 found worse value: 363.455222703. iteration 6547 found worse value: 363.455222703. iteration 6548 found worse value: 363.455222703. iteration 6549 found worse value: 363.455222703. iteration 6550 found worse value: 363.455222703. iteration 6551 found worse value: 363.455222703. iteration 6552 found worse value: 363.455222703. iteration 6553 found worse value: 363.455222703. iteration 6554 found worse value: 363.455222703. iteration 6555 found worse value: 363.455222703. iteration 6556 found worse value: 363.455222703. iteration 6557 found worse value: 363.455222703. iteration6557, perturbing to get out of local maxima iteration 6558 found worse value: 363.455222703. iteration 6559 found worse value: 363.455222703. iteration 6560 found worse value: 363.455222703. iteration 6561 found worse value: 363.455222703. iteration 6562 found worse value: 363.455222703. iteration 6563 found worse value: 363.455222703. iteration 6564 found worse value: 363.455222703. iteration 6565 found worse value: 363.455222703. iteration 6566 found worse value: 363.455222703. iteration 6567 found worse value: 363.455222703. iteration 6568 found worse value: 363.455222703. iteration 6569 found worse value: 363.455222703. iteration 6570 found worse value: 363.455222703. iteration 6571 found worse value: 363.455222703. iteration 6572 found worse value: 363.455222703. iteration 6573 found worse value: 363.455222703. iteration 6574 found worse value: 363.455222703. iteration6574, perturbing to get out of local maxima iteration 6575 found worse value: 363.455222703. iteration 6576 found worse value: 363.455222703. iteration 6577 found worse value: 363.455222703. iteration 6578 found worse value: 363.455222703. iteration 6579 found worse value: 363.455222703. iteration 6580 found worse value: 363.455222703. iteration 6581 found worse value: 363.455222703. iteration6581, perturbing to get out of local maxima iteration 6582 found worse value: 363.455222703. iteration6582, perturbing to get out of local maxima iteration 6583 found worse value: 363.455222703. iteration 6584 found worse value: 363.455222703. iteration 6585 found worse value: 363.455222703. iteration 6586 found worse value: 363.455222703. iteration 6587 found worse value: 363.455222703. iteration 6588 found worse value: 363.455222703. iteration6588, perturbing to get out of local maxima iteration 6589 found worse value: 363.455222703. iteration 6590 found worse value: 363.455222703. iteration 6591 found worse value: 363.455222703. iteration6591, perturbing to get out of local maxima iteration 6592 found worse value: 363.455222703. iteration 6593 found worse value: 363.455222703. iteration 6594 found worse value: 363.455222703. iteration 6595 found worse value: 363.455222703. iteration 6596 found worse value: 363.455222703. iteration 6597 found worse value: 363.455222703. iteration6597, perturbing to get out of local maxima iteration 6598 found worse value: 363.455222703. iteration 6599 found worse value: 363.455222703. iteration 6600 found worse value: 363.455222703. iteration 6601 found worse value: 363.455222703. iteration6601, perturbing to get out of local maxima iteration 6602 found worse value: 363.455222703. iteration 6603 found worse value: 363.455222703. iteration 6604 found worse value: 363.455222703. iteration 6605 found worse value: 363.455222703. iteration 6606 found worse value: 363.455222703. iteration6606, perturbing to get out of local maxima iteration 6607 found worse value: 363.455222703. iteration 6608 found worse value: 363.455222703. iteration 6609 found worse value: 363.455222703. iteration 6610 found worse value: 363.455222703. iteration 6611 found worse value: 363.455222703. iteration 6612 found worse value: 363.455222703. iteration6612, perturbing to get out of local maxima iteration 6613 found worse value: 363.455222703. iteration6613, perturbing to get out of local maxima iteration 6614 found worse value: 363.455222703. iteration 6615 found worse value: 363.455222703. iteration 6616 found worse value: 363.455222703. iteration 6617 found worse value: 363.455222703. iteration6617, perturbing to get out of local maxima iteration 6618 found worse value: 363.455222703. iteration 6619 found worse value: 363.455222703. iteration 6620 found worse value: 363.455222703. iteration 6621 found worse value: 363.455222703. iteration 6622 found worse value: 363.455222703. iteration 6623 found worse value: 363.455222703. iteration 6624 found worse value: 363.455222703. iteration 6625 found worse value: 363.455222703. iteration 6626 found worse value: 363.455222703. iteration 6627 found worse value: 363.455222703. iteration6627, perturbing to get out of local maxima iteration 6628 found worse value: 363.455222703. iteration 6629 found worse value: 363.455222703. iteration 6630 found worse value: 363.455222703. iteration 6631 found worse value: 363.455222703. iteration 6632 found worse value: 363.455222703. iteration 6633 found worse value: 363.455222703. iteration 6634 found worse value: 363.455222703. iteration 6635 found worse value: 363.455222703. iteration 6636 found worse value: 363.455222703. iteration 6637 found worse value: 363.455222703. iteration 6638 found worse value: 363.455222703. iteration 6639 found worse value: 363.455222703. iteration 6640 found worse value: 363.455222703. iteration 6641 found worse value: 363.455222703. iteration 6642 found worse value: 363.455222703. iteration 6643 found worse value: 363.455222703. iteration 6644 found worse value: 363.455222703. iteration 6645 found worse value: 363.455222703. iteration 6646 found worse value: 363.455222703. iteration 6647 found worse value: 363.455222703. iteration 6648 found worse value: 363.455222703. iteration 6649 found worse value: 363.455222703. iteration 6650 found worse value: 363.455222703. iteration 6651 found worse value: 363.455222703. iteration 6652 found worse value: 363.455222703. iteration 6653 found worse value: 363.455222703. iteration 6654 found worse value: 363.455222703. iteration 6655 found worse value: 363.455222703. iteration 6656 found worse value: 363.455222703. iteration 6657 found worse value: 363.455222703. iteration 6658 found worse value: 363.455222703. iteration 6659 found worse value: 363.455222703. iteration 6660 found worse value: 363.455222703. iteration 6661 found worse value: 363.455222703. iteration 6662 found worse value: 363.455222703. iteration 6663 found worse value: 363.455222703. iteration 6664 found worse value: 363.455222703. iteration 6665 found worse value: 363.455222703. iteration 6666 found worse value: 363.455222703. iteration 6667 found worse value: 363.455222703. iteration 6668 found worse value: 363.455222703. iteration 6669 found worse value: 363.455222703. iteration 6670 found worse value: 363.455222703. iteration 6671 found worse value: 363.455222703. iteration 6672 found worse value: 363.455222703. iteration 6673 found worse value: 363.455222703. iteration 6674 found worse value: 363.455222703. iteration 6675 found worse value: 363.455222703. iteration 6676 found worse value: 363.455222703. iteration 6677 found worse value: 363.455222703. iteration 6678 found worse value: 363.455222703. iteration 6679 found worse value: 363.455222703. iteration 6680 found worse value: 363.455222703. iteration 6681 found worse value: 363.455222703. iteration 6682 found worse value: 363.455222703. iteration 6683 found worse value: 363.455222703. iteration 6684 found worse value: 363.455222703. iteration 6685 found worse value: 363.455222703. iteration 6686 found worse value: 363.455222703. iteration 6687 found worse value: 363.455222703. iteration 6688 found worse value: 363.455222703. iteration 6689 found worse value: 363.455222703. iteration6689, perturbing to get out of local maxima iteration 6690 found worse value: 363.455222703. iteration 6691 found worse value: 363.455222703. iteration6691, perturbing to get out of local maxima iteration 6692 found worse value: 363.455222703. iteration 6693 found worse value: 363.455222703. iteration 6694 found worse value: 363.455222703. iteration 6695 found worse value: 363.455222703. iteration 6696 found worse value: 363.455222703. iteration 6697 found worse value: 363.455222703. iteration 6698 found worse value: 363.455222703. iteration 6699 found worse value: 363.455222703. iteration 6700 found worse value: 363.455222703. iteration 6701 found worse value: 363.455222703. iteration 6702 found worse value: 363.455222703. iteration 6703 found worse value: 363.455222703. iteration 6704 found worse value: 363.455222703. iteration6704, perturbing to get out of local maxima iteration 6705 found worse value: 363.455222703. iteration 6706 found worse value: 363.455222703. iteration 6707 found worse value: 363.455222703. iteration 6708 found worse value: 363.455222703. iteration 6709 found worse value: 363.455222703. iteration 6710 found worse value: 363.455222703. iteration6710, perturbing to get out of local maxima iteration 6711 found worse value: 363.455222703. iteration6711, perturbing to get out of local maxima iteration 6712 found worse value: 363.455222703. iteration 6713 found worse value: 363.455222703. iteration 6714 found worse value: 363.455222703. iteration 6715 found worse value: 363.455222703. iteration 6716 found worse value: 363.455222703. iteration 6717 found worse value: 363.455222703. iteration 6718 found worse value: 363.455222703. iteration 6719 found worse value: 363.455222703. iteration 6720 found worse value: 363.455222703. iteration 6721 found worse value: 363.455222703. iteration 6722 found worse value: 363.455222703. iteration 6723 found worse value: 363.455222703. iteration 6724 found worse value: 363.455222703. iteration 6725 found worse value: 363.455222703. iteration 6726 found worse value: 363.455222703. iteration 6727 found worse value: 363.455222703. iteration 6728 found worse value: 363.455222703. iteration 6729 found worse value: 363.455222703. iteration 6730 found worse value: 363.455222703. iteration 6731 found worse value: 363.455222703. iteration 6732 found worse value: 363.455222703. iteration 6733 found worse value: 363.455222703. iteration6733, perturbing to get out of local maxima iteration 6734 found worse value: 363.455222703. iteration 6735 found worse value: 363.455222703. iteration 6736 found worse value: 363.455222703. iteration6736, perturbing to get out of local maxima iteration 6737 found worse value: 363.455222703. iteration 6738 found worse value: 363.455222703. iteration 6739 found worse value: 363.455222703. iteration 6740 found worse value: 363.455222703. iteration6740, perturbing to get out of local maxima iteration 6741 found worse value: 363.455222703. iteration 6742 found worse value: 363.455222703. iteration 6743 found worse value: 363.455222703. iteration 6744 found worse value: 363.455222703. iteration 6745 found worse value: 363.455222703. iteration 6746 found worse value: 363.455222703. iteration 6747 found worse value: 363.455222703. iteration 6748 found worse value: 363.455222703. iteration 6749 found worse value: 363.455222703. iteration 6750 found worse value: 363.455222703. iteration 6751 found worse value: 363.455222703. iteration 6752 found worse value: 363.455222703. iteration 6753 found worse value: 363.455222703. iteration6753, perturbing to get out of local maxima iteration 6754 found worse value: 363.455222703. iteration 6755 found worse value: 363.455222703. iteration 6756 found worse value: 363.455222703. iteration 6757 found worse value: 363.455222703. iteration 6758 found worse value: 363.455222703. iteration 6759 found worse value: 363.455222703. iteration 6760 found worse value: 363.455222703. iteration 6761 found worse value: 363.455222703. iteration 6762 found worse value: 363.455222703. iteration 6763 found worse value: 363.455222703. iteration 6764 found worse value: 363.455222703. iteration 6765 found worse value: 363.455222703. iteration 6766 found worse value: 363.455222703. iteration 6767 found worse value: 363.455222703. iteration 6768 found worse value: 363.455222703. iteration 6769 found worse value: 363.455222703. iteration 6770 found worse value: 363.455222703. iteration6770, perturbing to get out of local maxima iteration 6771 found worse value: 363.455222703. iteration 6772 found worse value: 363.455222703. iteration 6773 found worse value: 363.455222703. iteration 6774 found worse value: 363.455222703. iteration 6775 found worse value: 363.455222703. iteration 6776 found worse value: 363.455222703. iteration 6777 found worse value: 363.455222703. iteration 6778 found worse value: 363.455222703. iteration 6779 found worse value: 363.455222703. iteration 6780 found worse value: 363.455222703. iteration 6781 found worse value: 363.455222703. iteration 6782 found worse value: 363.455222703. iteration 6783 found worse value: 363.455222703. iteration 6784 found worse value: 363.455222703. iteration6784, perturbing to get out of local maxima iteration 6785 found worse value: 363.455222703. iteration 6786 found worse value: 363.455222703. iteration 6787 found worse value: 363.455222703. iteration 6788 found worse value: 363.455222703. iteration 6789 found worse value: 363.455222703. iteration 6790 found worse value: 363.455222703. iteration 6791 found worse value: 363.455222703. iteration 6792 found worse value: 363.455222703. iteration 6793 found worse value: 363.455222703. iteration 6794 found worse value: 363.455222703. iteration 6795 found worse value: 363.455222703. iteration 6796 found worse value: 363.455222703. iteration6796, perturbing to get out of local maxima iteration 6797 found worse value: 363.455222703. iteration 6798 found worse value: 363.455222703. iteration 6799 found worse value: 363.455222703. iteration 6800 found worse value: 363.455222703. iteration 6801 found worse value: 363.455222703. iteration 6802 found worse value: 363.455222703. iteration 6803 found worse value: 363.455222703. iteration 6804 found worse value: 363.455222703. iteration 6805 found worse value: 363.455222703. iteration 6806 found worse value: 363.455222703. iteration 6807 found worse value: 363.455222703. iteration 6808 found worse value: 363.455222703. iteration 6809 found worse value: 363.455222703. iteration 6810 found worse value: 363.455222703. iteration 6811 found worse value: 363.455222703. iteration 6812 found worse value: 363.455222703. iteration 6813 found worse value: 363.455222703. iteration 6814 found worse value: 363.455222703. iteration 6815 found worse value: 363.455222703. iteration 6816 found worse value: 363.455222703. iteration 6817 found worse value: 363.455222703. iteration6817, perturbing to get out of local maxima iteration 6818 found worse value: 363.455222703. iteration 6819 found worse value: 363.455222703. iteration 6820 found worse value: 363.455222703. iteration 6821 found worse value: 363.455222703. iteration 6822 found worse value: 363.455222703. iteration 6823 found worse value: 363.455222703. iteration 6824 found worse value: 363.455222703. iteration 6825 found worse value: 363.455222703. iteration 6826 found worse value: 363.455222703. iteration6826, perturbing to get out of local maxima iteration 6827 found worse value: 363.455222703. iteration 6828 found worse value: 363.455222703. iteration 6829 found worse value: 363.455222703. iteration6829, perturbing to get out of local maxima iteration 6830 found worse value: 363.455222703. iteration 6831 found worse value: 363.455222703. iteration 6832 found worse value: 363.455222703. iteration 6833 found worse value: 363.455222703. iteration6833, perturbing to get out of local maxima iteration 6834 found worse value: 363.455222703. iteration 6835 found worse value: 363.455222703. iteration 6836 found worse value: 363.455222703. iteration 6837 found worse value: 363.455222703. iteration6837, perturbing to get out of local maxima iteration 6838 found worse value: 363.455222703. iteration 6839 found worse value: 363.455222703. iteration6839, perturbing to get out of local maxima iteration 6840 found worse value: 363.455222703. iteration 6841 found worse value: 363.455222703. iteration 6842 found worse value: 363.455222703. iteration 6843 found worse value: 363.455222703. iteration 6844 found worse value: 363.455222703. iteration6844, perturbing to get out of local maxima iteration 6845 found worse value: 363.455222703. iteration 6846 found worse value: 363.455222703. iteration 6847 found worse value: 363.455222703. iteration 6848 found worse value: 363.455222703. iteration 6849 found worse value: 363.455222703. iteration 6850 found worse value: 363.455222703. iteration 6851 found worse value: 363.455222703. iteration 6852 found worse value: 363.455222703. iteration 6853 found worse value: 363.455222703. iteration 6854 found worse value: 363.455222703. iteration6854, perturbing to get out of local maxima iteration 6855 found worse value: 363.455222703. iteration 6856 found worse value: 363.455222703. iteration 6857 found worse value: 363.455222703. iteration 6858 found worse value: 363.455222703. iteration 6859 found worse value: 363.455222703. iteration 6860 found worse value: 363.455222703. iteration 6861 found worse value: 363.455222703. iteration 6862 found worse value: 363.455222703. iteration 6863 found worse value: 363.455222703. iteration 6864 found worse value: 363.455222703. iteration 6865 found worse value: 363.455222703. iteration 6866 found worse value: 363.455222703. iteration6866, perturbing to get out of local maxima iteration 6867 found worse value: 363.455222703. iteration 6868 found worse value: 363.455222703. iteration 6869 found worse value: 363.455222703. iteration6869, perturbing to get out of local maxima iteration 6870 found worse value: 363.455222703. iteration 6871 found worse value: 363.455222703. iteration6871, perturbing to get out of local maxima iteration 6872 found worse value: 363.455222703. iteration 6873 found worse value: 363.455222703. iteration 6874 found worse value: 363.455222703. iteration6874, perturbing to get out of local maxima iteration 6875 found worse value: 363.455222703. iteration 6876 found worse value: 363.455222703. iteration 6877 found worse value: 363.455222703. iteration 6878 found worse value: 363.455222703. iteration 6879 found worse value: 363.455222703. iteration 6880 found worse value: 363.455222703. iteration 6881 found worse value: 363.455222703. iteration 6882 found worse value: 363.455222703. iteration 6883 found worse value: 363.455222703. iteration 6884 found worse value: 363.455222703. iteration 6885 found worse value: 363.455222703. iteration 6886 found worse value: 363.455222703. iteration 6887 found worse value: 363.455222703. iteration 6888 found worse value: 363.455222703. iteration 6889 found worse value: 363.455222703. iteration 6890 found worse value: 363.455222703. iteration 6891 found worse value: 363.455222703. iteration 6892 found worse value: 363.455222703. iteration6892, perturbing to get out of local maxima iteration 6893 found worse value: 363.455222703. iteration6893, perturbing to get out of local maxima iteration 6894 found worse value: 363.455222703. iteration 6895 found worse value: 363.455222703. iteration 6896 found worse value: 363.455222703. iteration6896, perturbing to get out of local maxima iteration 6897 found worse value: 363.455222703. iteration 6898 found worse value: 363.455222703. iteration 6899 found worse value: 363.455222703. iteration 6900 found worse value: 363.455222703. iteration 6901 found worse value: 363.455222703. iteration 6902 found worse value: 363.455222703. iteration 6903 found worse value: 363.455222703. iteration 6904 found worse value: 363.455222703. iteration 6905 found worse value: 363.455222703. iteration 6906 found worse value: 363.455222703. iteration6906, perturbing to get out of local maxima iteration 6907 found worse value: 363.455222703. iteration 6908 found worse value: 363.455222703. iteration 6909 found worse value: 363.455222703. iteration 6910 found worse value: 363.455222703. iteration 6911 found worse value: 363.455222703. iteration 6912 found worse value: 363.455222703. iteration 6913 found worse value: 363.455222703. iteration 6914 found worse value: 363.455222703. iteration6914, perturbing to get out of local maxima iteration 6915 found worse value: 363.455222703. iteration 6916 found worse value: 363.455222703. iteration 6917 found worse value: 363.455222703. iteration 6918 found worse value: 363.455222703. iteration 6919 found worse value: 363.455222703. iteration 6920 found worse value: 363.455222703. iteration 6921 found worse value: 363.455222703. iteration 6922 found worse value: 363.455222703. iteration6922, perturbing to get out of local maxima iteration 6923 found worse value: 363.455222703. iteration 6924 found worse value: 363.455222703. iteration 6925 found worse value: 363.455222703. iteration 6926 found worse value: 363.455222703. iteration 6927 found worse value: 363.455222703. iteration 6928 found worse value: 363.455222703. iteration 6929 found worse value: 363.455222703. iteration 6930 found worse value: 363.455222703. iteration 6931 found worse value: 363.455222703. iteration 6932 found worse value: 363.455222703. iteration 6933 found worse value: 363.455222703. iteration 6934 found worse value: 363.455222703. iteration 6935 found worse value: 363.455222703. iteration 6936 found worse value: 363.455222703. iteration6936, perturbing to get out of local maxima iteration 6937 found worse value: 363.455222703. iteration 6938 found worse value: 363.455222703. iteration 6939 found worse value: 363.455222703. iteration 6940 found worse value: 363.455222703. iteration 6941 found worse value: 363.455222703. iteration6941, perturbing to get out of local maxima iteration 6942 found worse value: 363.455222703. iteration 6943 found worse value: 363.455222703. iteration 6944 found worse value: 363.455222703. iteration 6945 found worse value: 363.455222703. iteration 6946 found worse value: 363.455222703. iteration 6947 found worse value: 363.455222703. iteration 6948 found worse value: 363.455222703. iteration 6949 found worse value: 363.455222703. iteration 6950 found worse value: 363.455222703. iteration 6951 found worse value: 363.455222703. iteration 6952 found worse value: 363.455222703. iteration 6953 found worse value: 363.455222703. iteration 6954 found worse value: 363.455222703. iteration 6955 found worse value: 363.455222703. iteration 6956 found worse value: 363.455222703. iteration 6957 found worse value: 363.455222703. iteration 6958 found worse value: 363.455222703. iteration 6959 found worse value: 363.455222703. iteration 6960 found worse value: 363.455222703. iteration 6961 found worse value: 363.455222703. iteration 6962 found worse value: 363.455222703. iteration 6963 found worse value: 363.455222703. iteration 6964 found worse value: 363.455222703. iteration 6965 found worse value: 363.455222703. iteration6965, perturbing to get out of local maxima iteration 6966 found worse value: 363.455222703. iteration 6967 found worse value: 363.455222703. iteration 6968 found worse value: 363.455222703. iteration6968, perturbing to get out of local maxima iteration 6969 found worse value: 363.455222703. iteration 6970 found worse value: 363.455222703. iteration 6971 found worse value: 363.455222703. iteration 6972 found worse value: 363.455222703. iteration 6973 found worse value: 363.455222703. iteration 6974 found worse value: 363.455222703. iteration 6975 found worse value: 363.455222703. iteration 6976 found worse value: 363.455222703. iteration 6977 found worse value: 363.455222703. iteration 6978 found worse value: 363.455222703. iteration6978, perturbing to get out of local maxima iteration 6979 found worse value: 363.455222703. iteration6979, perturbing to get out of local maxima iteration 6980 found worse value: 363.455222703. iteration 6981 found worse value: 363.455222703. iteration 6982 found worse value: 363.455222703. iteration 6983 found worse value: 363.455222703. iteration 6984 found worse value: 363.455222703. iteration 6985 found worse value: 363.455222703. iteration 6986 found worse value: 363.455222703. iteration 6987 found worse value: 363.455222703. iteration 6988 found worse value: 363.455222703. iteration 6989 found worse value: 363.455222703. iteration 6990 found worse value: 363.455222703. iteration 6991 found worse value: 363.455222703. iteration 6992 found worse value: 363.455222703. iteration 6993 found worse value: 363.455222703. iteration6993, perturbing to get out of local maxima iteration 6994 found worse value: 363.455222703. iteration 6995 found worse value: 363.455222703. iteration 6996 found worse value: 363.455222703. iteration 6997 found worse value: 363.455222703. iteration 6998 found worse value: 363.455222703. iteration 6999 found worse value: 363.455222703. iteration 7000 found worse value: 363.455222703. iteration7000, perturbing to get out of local maxima iteration 7001 found worse value: 363.455222703. iteration 7002 found worse value: 363.455222703. iteration 7003 found worse value: 363.455222703. iteration 7004 found worse value: 363.455222703. iteration 7005 found worse value: 363.455222703. iteration 7006 found worse value: 363.455222703. iteration 7007 found worse value: 363.455222703. iteration 7008 found worse value: 363.455222703. iteration 7009 found worse value: 363.455222703. iteration 7010 found worse value: 363.455222703. iteration 7011 found worse value: 363.455222703. iteration 7012 found worse value: 363.455222703. iteration 7013 found worse value: 363.455222703. iteration 7014 found worse value: 363.455222703. iteration 7015 found worse value: 363.455222703. iteration 7016 found worse value: 363.455222703. iteration 7017 found worse value: 363.455222703. iteration 7018 found worse value: 363.455222703. iteration 7019 found worse value: 363.455222703. iteration 7020 found worse value: 363.455222703. iteration 7021 found worse value: 363.455222703. iteration 7022 found worse value: 363.455222703. iteration 7023 found worse value: 363.455222703. iteration 7024 found worse value: 363.455222703. iteration 7025 found worse value: 363.455222703. iteration 7026 found worse value: 363.455222703. iteration 7027 found worse value: 363.455222703. iteration 7028 found worse value: 363.455222703. iteration 7029 found worse value: 363.455222703. iteration 7030 found worse value: 363.455222703. iteration 7031 found worse value: 363.455222703. iteration 7032 found worse value: 363.455222703. iteration 7033 found worse value: 363.455222703. iteration 7034 found worse value: 363.455222703. iteration 7035 found worse value: 363.455222703. iteration7035, perturbing to get out of local maxima iteration 7036 found worse value: 363.455222703. iteration 7037 found worse value: 363.455222703. iteration 7038 found worse value: 363.455222703. iteration 7039 found worse value: 363.455222703. iteration 7040 found worse value: 363.455222703. iteration 7041 found worse value: 363.455222703. iteration 7042 found worse value: 363.455222703. iteration 7043 found worse value: 363.455222703. iteration7043, perturbing to get out of local maxima iteration 7044 found worse value: 363.455222703. iteration 7045 found worse value: 363.455222703. iteration 7046 found worse value: 363.455222703. iteration 7047 found worse value: 363.455222703. iteration 7048 found worse value: 363.455222703. iteration 7049 found worse value: 363.455222703. iteration7049, perturbing to get out of local maxima iteration 7050 found worse value: 363.455222703. iteration7050, perturbing to get out of local maxima iteration 7051 found worse value: 363.455222703. iteration 7052 found worse value: 363.455222703. iteration 7053 found worse value: 363.455222703. iteration 7054 found worse value: 363.455222703. iteration 7055 found worse value: 363.455222703. iteration 7056 found worse value: 363.455222703. iteration 7057 found worse value: 363.455222703. iteration 7058 found worse value: 363.455222703. iteration 7059 found worse value: 363.455222703. iteration 7060 found worse value: 363.455222703. iteration7060, perturbing to get out of local maxima iteration 7061 found worse value: 363.455222703. iteration 7062 found worse value: 363.455222703. iteration 7063 found worse value: 363.455222703. iteration 7064 found worse value: 363.455222703. iteration 7065 found worse value: 363.455222703. iteration 7066 found worse value: 363.455222703. iteration 7067 found worse value: 363.455222703. iteration 7068 found worse value: 363.455222703. iteration 7069 found worse value: 363.455222703. iteration 7070 found worse value: 363.455222703. iteration 7071 found worse value: 363.455222703. iteration 7072 found worse value: 363.455222703. iteration7072, perturbing to get out of local maxima iteration 7073 found worse value: 363.455222703. iteration7073, perturbing to get out of local maxima iteration 7074 found worse value: 363.455222703. iteration 7075 found worse value: 363.455222703. iteration 7076 found worse value: 363.455222703. iteration 7077 found worse value: 363.455222703. iteration 7078 found worse value: 363.455222703. iteration7078, perturbing to get out of local maxima iteration 7079 found worse value: 363.455222703. iteration 7080 found worse value: 363.455222703. iteration 7081 found worse value: 363.455222703. iteration7081, perturbing to get out of local maxima iteration 7082 found worse value: 363.455222703. iteration 7083 found worse value: 363.455222703. iteration 7084 found worse value: 363.455222703. iteration7084, perturbing to get out of local maxima iteration 7085 found worse value: 363.455222703. iteration 7086 found worse value: 363.455222703. iteration 7087 found worse value: 363.455222703. iteration 7088 found worse value: 363.455222703. iteration 7089 found worse value: 363.455222703. iteration7089, perturbing to get out of local maxima iteration 7090 found worse value: 363.455222703. iteration 7091 found worse value: 363.455222703. iteration7091, perturbing to get out of local maxima iteration 7092 found worse value: 363.455222703. iteration 7093 found worse value: 363.455222703. iteration 7094 found worse value: 363.455222703. iteration 7095 found worse value: 363.455222703. iteration 7096 found worse value: 363.455222703. iteration 7097 found worse value: 363.455222703. iteration7097, perturbing to get out of local maxima iteration 7098 found worse value: 363.455222703. iteration7098, perturbing to get out of local maxima iteration 7099 found worse value: 363.455222703. iteration 7100 found worse value: 363.455222703. iteration 7101 found worse value: 363.455222703. iteration 7102 found worse value: 363.455222703. iteration 7103 found worse value: 363.455222703. iteration 7104 found worse value: 363.455222703. iteration 7105 found worse value: 363.455222703. iteration 7106 found worse value: 363.455222703. iteration 7107 found worse value: 363.455222703. iteration 7108 found worse value: 363.455222703. iteration 7109 found worse value: 363.455222703. iteration 7110 found worse value: 363.455222703. iteration7110, perturbing to get out of local maxima iteration 7111 found worse value: 363.455222703. iteration 7112 found worse value: 363.455222703. iteration 7113 found worse value: 363.455222703. iteration 7114 found worse value: 363.455222703. iteration 7115 found worse value: 363.455222703. iteration 7116 found worse value: 363.455222703. iteration 7117 found worse value: 363.455222703. iteration 7118 found worse value: 363.455222703. iteration7118, perturbing to get out of local maxima iteration 7119 found worse value: 363.455222703. iteration 7120 found worse value: 363.455222703. iteration 7121 found worse value: 363.455222703. iteration 7122 found worse value: 363.455222703. iteration 7123 found worse value: 363.455222703. iteration 7124 found worse value: 363.455222703. iteration 7125 found worse value: 363.455222703. iteration 7126 found worse value: 363.455222703. iteration 7127 found worse value: 363.455222703. iteration 7128 found worse value: 363.455222703. iteration 7129 found worse value: 363.455222703. iteration 7130 found worse value: 363.455222703. iteration 7131 found worse value: 363.455222703. iteration 7132 found worse value: 363.455222703. iteration 7133 found worse value: 363.455222703. iteration7133, perturbing to get out of local maxima iteration 7134 found worse value: 363.455222703. iteration 7135 found worse value: 363.455222703. iteration7135, perturbing to get out of local maxima iteration 7136 found worse value: 363.455222703. iteration7136, perturbing to get out of local maxima iteration 7137 found worse value: 363.455222703. iteration 7138 found worse value: 363.455222703. iteration 7139 found worse value: 363.455222703. iteration 7140 found worse value: 363.455222703. iteration7140, perturbing to get out of local maxima iteration 7141 found worse value: 363.455222703. iteration 7142 found worse value: 363.455222703. iteration 7143 found worse value: 363.455222703. iteration 7144 found worse value: 363.455222703. iteration7144, perturbing to get out of local maxima iteration 7145 found worse value: 363.455222703. iteration 7146 found worse value: 363.455222703. iteration 7147 found worse value: 363.455222703. iteration 7148 found worse value: 363.455222703. iteration7148, perturbing to get out of local maxima iteration 7149 found worse value: 363.455222703. iteration 7150 found worse value: 363.455222703. iteration 7151 found worse value: 363.455222703. iteration 7152 found worse value: 363.455222703. iteration 7153 found worse value: 363.455222703. iteration 7154 found worse value: 363.455222703. iteration 7155 found worse value: 363.455222703. iteration7155, perturbing to get out of local maxima iteration 7156 found worse value: 363.455222703. iteration 7157 found worse value: 363.455222703. iteration 7158 found worse value: 363.455222703. iteration 7159 found worse value: 363.455222703. iteration 7160 found worse value: 363.455222703. iteration 7161 found worse value: 363.455222703. iteration 7162 found worse value: 363.455222703. iteration 7163 found worse value: 363.455222703. iteration 7164 found worse value: 363.455222703. iteration 7165 found worse value: 363.455222703. iteration 7166 found worse value: 363.455222703. iteration 7167 found worse value: 363.455222703. iteration 7168 found worse value: 363.455222703. iteration 7169 found worse value: 363.455222703. iteration 7170 found worse value: 363.455222703. iteration7170, perturbing to get out of local maxima iteration 7171 found worse value: 363.455222703. iteration 7172 found worse value: 363.455222703. iteration7172, perturbing to get out of local maxima iteration 7173 found worse value: 363.455222703. iteration 7174 found worse value: 363.455222703. iteration 7175 found worse value: 363.455222703. iteration 7176 found worse value: 363.455222703. iteration 7177 found worse value: 363.455222703. iteration 7178 found worse value: 363.455222703. iteration 7179 found worse value: 363.455222703. iteration 7180 found worse value: 363.455222703. iteration 7181 found worse value: 363.455222703. iteration 7182 found worse value: 363.455222703. iteration7182, perturbing to get out of local maxima iteration 7183 found worse value: 363.455222703. iteration 7184 found worse value: 363.455222703. iteration 7185 found worse value: 363.455222703. iteration 7186 found worse value: 363.455222703. iteration 7187 found worse value: 363.455222703. iteration 7188 found worse value: 363.455222703. iteration 7189 found worse value: 363.455222703. iteration 7190 found worse value: 363.455222703. iteration 7191 found worse value: 363.455222703. iteration 7192 found worse value: 363.455222703. iteration 7193 found worse value: 363.455222703. iteration 7194 found worse value: 363.455222703. iteration7194, perturbing to get out of local maxima iteration 7195 found worse value: 363.455222703. iteration 7196 found worse value: 363.455222703. iteration7196, perturbing to get out of local maxima iteration 7197 found worse value: 363.455222703. iteration 7198 found worse value: 363.455222703. iteration 7199 found worse value: 363.455222703. iteration 7200 found worse value: 363.455222703. iteration 7201 found worse value: 363.455222703. iteration 7202 found worse value: 363.455222703. iteration7202, perturbing to get out of local maxima iteration 7203 found worse value: 363.455222703. iteration 7204 found worse value: 363.455222703. iteration 7205 found worse value: 363.455222703. iteration7205, perturbing to get out of local maxima iteration 7206 found worse value: 363.455222703. iteration 7207 found worse value: 363.455222703. iteration7207, perturbing to get out of local maxima iteration 7208 found worse value: 363.455222703. iteration 7209 found worse value: 363.455222703. iteration 7210 found worse value: 363.455222703. iteration 7211 found worse value: 363.455222703. iteration 7212 found worse value: 363.455222703. iteration 7213 found worse value: 363.455222703. iteration 7214 found worse value: 363.455222703. iteration 7215 found worse value: 363.455222703. iteration7215, perturbing to get out of local maxima iteration 7216 found worse value: 363.455222703. iteration 7217 found worse value: 363.455222703. iteration 7218 found worse value: 363.455222703. iteration 7219 found worse value: 363.455222703. iteration 7220 found worse value: 363.455222703. iteration7220, perturbing to get out of local maxima iteration 7221 found worse value: 363.455222703. iteration 7222 found worse value: 363.455222703. iteration 7223 found worse value: 363.455222703. iteration 7224 found worse value: 363.455222703. iteration 7225 found worse value: 363.455222703. iteration 7226 found worse value: 363.455222703. iteration 7227 found worse value: 363.455222703. iteration 7228 found worse value: 363.455222703. iteration 7229 found worse value: 363.455222703. iteration 7230 found worse value: 363.455222703. iteration 7231 found worse value: 363.455222703. iteration 7232 found worse value: 363.455222703. iteration 7233 found worse value: 363.455222703. iteration 7234 found worse value: 363.455222703. iteration 7235 found worse value: 363.455222703. iteration 7236 found worse value: 363.455222703. iteration 7237 found worse value: 363.455222703. iteration 7238 found worse value: 363.455222703. iteration 7239 found worse value: 363.455222703. iteration 7240 found worse value: 363.455222703. iteration 7241 found worse value: 363.455222703. iteration 7242 found worse value: 363.455222703. iteration 7243 found worse value: 363.455222703. iteration 7244 found worse value: 363.455222703. iteration 7245 found worse value: 363.455222703. iteration 7246 found worse value: 363.455222703. iteration 7247 found worse value: 363.455222703. iteration 7248 found worse value: 363.455222703. iteration 7249 found worse value: 363.455222703. iteration 7250 found worse value: 363.455222703. iteration 7251 found worse value: 363.455222703. iteration 7252 found worse value: 363.455222703. iteration 7253 found worse value: 363.455222703. iteration 7254 found worse value: 363.455222703. iteration7254, perturbing to get out of local maxima iteration 7255 found worse value: 363.455222703. iteration7255, perturbing to get out of local maxima iteration 7256 found worse value: 363.455222703. iteration 7257 found worse value: 363.455222703. iteration 7258 found worse value: 363.455222703. iteration 7259 found worse value: 363.455222703. iteration 7260 found worse value: 363.455222703. iteration 7261 found worse value: 363.455222703. iteration 7262 found worse value: 363.455222703. iteration 7263 found worse value: 363.455222703. iteration 7264 found worse value: 363.455222703. iteration 7265 found worse value: 363.455222703. iteration 7266 found worse value: 363.455222703. iteration 7267 found worse value: 363.455222703. iteration 7268 found worse value: 363.455222703. iteration 7269 found worse value: 363.455222703. iteration 7270 found worse value: 363.455222703. iteration 7271 found worse value: 363.455222703. iteration 7272 found worse value: 363.455222703. iteration 7273 found worse value: 363.455222703. iteration 7274 found worse value: 363.455222703. iteration 7275 found worse value: 363.455222703. iteration 7276 found worse value: 363.455222703. iteration 7277 found worse value: 363.455222703. iteration 7278 found worse value: 363.455222703. iteration 7279 found worse value: 363.455222703. iteration 7280 found worse value: 363.455222703. iteration 7281 found worse value: 363.455222703. iteration 7282 found worse value: 363.455222703. iteration7282, perturbing to get out of local maxima iteration 7283 found worse value: 363.455222703. iteration 7284 found worse value: 363.455222703. iteration7284, perturbing to get out of local maxima iteration 7285 found worse value: 363.455222703. iteration7285, perturbing to get out of local maxima iteration 7286 found worse value: 363.455222703. iteration 7287 found worse value: 363.455222703. iteration 7288 found worse value: 363.455222703. iteration 7289 found worse value: 363.455222703. iteration 7290 found worse value: 363.455222703. iteration 7291 found worse value: 363.455222703. iteration 7292 found worse value: 363.455222703. iteration 7293 found worse value: 363.455222703. iteration7293, perturbing to get out of local maxima iteration 7294 found worse value: 363.455222703. iteration 7295 found worse value: 363.455222703. iteration 7296 found worse value: 363.455222703. iteration 7297 found worse value: 363.455222703. iteration 7298 found worse value: 363.455222703. iteration 7299 found worse value: 363.455222703. iteration 7300 found worse value: 363.455222703. iteration 7301 found worse value: 363.455222703. iteration 7302 found worse value: 363.455222703. iteration 7303 found worse value: 363.455222703. iteration 7304 found worse value: 363.455222703. iteration 7305 found worse value: 363.455222703. iteration 7306 found worse value: 363.455222703. iteration 7307 found worse value: 363.455222703. iteration 7308 found worse value: 363.455222703. iteration 7309 found worse value: 363.455222703. iteration 7310 found worse value: 363.455222703. iteration7310, perturbing to get out of local maxima iteration 7311 found worse value: 363.455222703. iteration 7312 found worse value: 363.455222703. iteration 7313 found worse value: 363.455222703. iteration 7314 found worse value: 363.455222703. iteration 7315 found worse value: 363.455222703. iteration 7316 found worse value: 363.455222703. iteration 7317 found worse value: 363.455222703. iteration 7318 found worse value: 363.455222703. iteration 7319 found worse value: 363.455222703. iteration7319, perturbing to get out of local maxima iteration 7320 found worse value: 363.455222703. iteration7320, perturbing to get out of local maxima iteration 7321 found worse value: 363.455222703. iteration 7322 found worse value: 363.455222703. iteration7322, perturbing to get out of local maxima iteration 7323 found worse value: 363.455222703. iteration 7324 found worse value: 363.455222703. iteration 7325 found worse value: 363.455222703. iteration 7326 found worse value: 363.455222703. iteration 7327 found worse value: 363.455222703. iteration 7328 found worse value: 363.455222703. iteration 7329 found worse value: 363.455222703. iteration 7330 found worse value: 363.455222703. iteration 7331 found worse value: 363.455222703. iteration7331, perturbing to get out of local maxima iteration 7332 found worse value: 363.455222703. iteration 7333 found worse value: 363.455222703. iteration 7334 found worse value: 363.455222703. iteration 7335 found worse value: 363.455222703. iteration 7336 found worse value: 363.455222703. iteration 7337 found worse value: 363.455222703. iteration 7338 found worse value: 363.455222703. iteration 7339 found worse value: 363.455222703. iteration 7340 found worse value: 363.455222703. iteration 7341 found worse value: 363.455222703. iteration 7342 found worse value: 363.455222703. iteration 7343 found worse value: 363.455222703. iteration 7344 found worse value: 363.455222703. iteration7344, perturbing to get out of local maxima iteration 7345 found worse value: 363.455222703. iteration 7346 found worse value: 363.455222703. iteration 7347 found worse value: 363.455222703. iteration 7348 found worse value: 363.455222703. iteration7348, perturbing to get out of local maxima iteration 7349 found worse value: 363.455222703. iteration 7350 found worse value: 363.455222703. iteration 7351 found worse value: 363.455222703. iteration 7352 found worse value: 363.455222703. iteration 7353 found worse value: 363.455222703. iteration 7354 found worse value: 363.455222703. iteration 7355 found worse value: 363.455222703. iteration 7356 found worse value: 363.455222703. iteration 7357 found worse value: 363.455222703. iteration 7358 found worse value: 363.455222703. iteration 7359 found worse value: 363.455222703. iteration7359, perturbing to get out of local maxima iteration 7360 found worse value: 363.455222703. iteration 7361 found worse value: 363.455222703. iteration 7362 found worse value: 363.455222703. iteration 7363 found worse value: 363.455222703. iteration 7364 found worse value: 363.455222703. iteration 7365 found worse value: 363.455222703. iteration 7366 found worse value: 363.455222703. iteration7366, perturbing to get out of local maxima iteration 7367 found worse value: 363.455222703. iteration 7368 found worse value: 363.455222703. iteration 7369 found worse value: 363.455222703. iteration 7370 found worse value: 363.455222703. iteration 7371 found worse value: 363.455222703. iteration 7372 found worse value: 363.455222703. iteration 7373 found worse value: 363.455222703. iteration 7374 found worse value: 363.455222703. iteration 7375 found worse value: 363.455222703. iteration 7376 found worse value: 363.455222703. iteration 7377 found worse value: 363.455222703. iteration 7378 found worse value: 363.455222703. iteration 7379 found worse value: 363.455222703. iteration 7380 found worse value: 363.455222703. iteration 7381 found worse value: 363.455222703. iteration 7382 found worse value: 363.455222703. iteration 7383 found worse value: 363.455222703. iteration7383, perturbing to get out of local maxima iteration 7384 found worse value: 363.455222703. iteration 7385 found worse value: 363.455222703. iteration 7386 found worse value: 363.455222703. iteration 7387 found worse value: 363.455222703. iteration 7388 found worse value: 363.455222703. iteration 7389 found worse value: 363.455222703. iteration 7390 found worse value: 363.455222703. iteration 7391 found worse value: 363.455222703. iteration 7392 found worse value: 363.455222703. iteration 7393 found worse value: 363.455222703. iteration 7394 found worse value: 363.455222703. iteration 7395 found worse value: 363.455222703. iteration 7396 found worse value: 363.455222703. iteration 7397 found worse value: 363.455222703. iteration 7398 found worse value: 363.455222703. iteration 7399 found worse value: 363.455222703. iteration 7400 found worse value: 363.455222703. iteration 7401 found worse value: 363.455222703. iteration 7402 found worse value: 363.455222703. iteration 7403 found worse value: 363.455222703. iteration 7404 found worse value: 363.455222703. iteration 7405 found worse value: 363.455222703. iteration 7406 found worse value: 363.455222703. iteration 7407 found worse value: 363.455222703. iteration7407, perturbing to get out of local maxima iteration 7408 found worse value: 363.455222703. iteration 7409 found worse value: 363.455222703. iteration 7410 found worse value: 363.455222703. iteration 7411 found worse value: 363.455222703. iteration 7412 found worse value: 363.455222703. iteration 7413 found worse value: 363.455222703. iteration7413, perturbing to get out of local maxima iteration 7414 found worse value: 363.455222703. iteration 7415 found worse value: 363.455222703. iteration 7416 found worse value: 363.455222703. iteration 7417 found worse value: 363.455222703. iteration 7418 found worse value: 363.455222703. iteration 7419 found worse value: 363.455222703. iteration 7420 found worse value: 363.455222703. iteration 7421 found worse value: 363.455222703. iteration 7422 found worse value: 363.455222703. iteration 7423 found worse value: 363.455222703. iteration 7424 found worse value: 363.455222703. iteration 7425 found worse value: 363.455222703. iteration 7426 found worse value: 363.455222703. iteration 7427 found worse value: 363.455222703. iteration 7428 found worse value: 363.455222703. iteration 7429 found worse value: 363.455222703. iteration 7430 found worse value: 363.455222703. iteration 7431 found worse value: 363.455222703. iteration7431, perturbing to get out of local maxima iteration 7432 found worse value: 363.455222703. iteration 7433 found worse value: 363.455222703. iteration 7434 found worse value: 363.455222703. iteration 7435 found worse value: 363.455222703. iteration 7436 found worse value: 363.455222703. iteration 7437 found worse value: 363.455222703. iteration 7438 found worse value: 363.455222703. iteration 7439 found worse value: 363.455222703. iteration 7440 found worse value: 363.455222703. iteration 7441 found worse value: 363.455222703. iteration 7442 found worse value: 363.455222703. iteration 7443 found worse value: 363.455222703. iteration 7444 found worse value: 363.455222703. iteration 7445 found worse value: 363.455222703. iteration 7446 found worse value: 363.455222703. iteration 7447 found worse value: 363.455222703. iteration 7448 found worse value: 363.455222703. iteration 7449 found worse value: 363.455222703. iteration 7450 found worse value: 363.455222703. iteration7450, perturbing to get out of local maxima iteration 7451 found worse value: 363.455222703. iteration 7452 found worse value: 363.455222703. iteration 7453 found worse value: 363.455222703. iteration 7454 found worse value: 363.455222703. iteration 7455 found worse value: 363.455222703. iteration 7456 found worse value: 363.455222703. iteration7456, perturbing to get out of local maxima iteration 7457 found worse value: 363.455222703. iteration 7458 found worse value: 363.455222703. iteration 7459 found worse value: 363.455222703. iteration 7460 found worse value: 363.455222703. iteration 7461 found worse value: 363.455222703. iteration 7462 found worse value: 363.455222703. iteration 7463 found worse value: 363.455222703. iteration 7464 found worse value: 363.455222703. iteration 7465 found worse value: 363.455222703. iteration 7466 found worse value: 363.455222703. iteration 7467 found worse value: 363.455222703. iteration7467, perturbing to get out of local maxima iteration 7468 found worse value: 363.455222703. iteration 7469 found worse value: 363.455222703. iteration 7470 found worse value: 363.455222703. iteration 7471 found worse value: 363.455222703. iteration 7472 found worse value: 363.455222703. iteration 7473 found worse value: 363.455222703. iteration 7474 found worse value: 363.455222703. iteration 7475 found worse value: 363.455222703. iteration 7476 found worse value: 363.455222703. iteration 7477 found worse value: 363.455222703. iteration7477, perturbing to get out of local maxima iteration 7478 found worse value: 363.455222703. iteration 7479 found worse value: 363.455222703. iteration7479, perturbing to get out of local maxima iteration 7480 found worse value: 363.455222703. iteration 7481 found worse value: 363.455222703. iteration 7482 found worse value: 363.455222703. iteration 7483 found worse value: 363.455222703. iteration 7484 found worse value: 363.455222703. iteration 7485 found worse value: 363.455222703. iteration 7486 found worse value: 363.455222703. iteration 7487 found worse value: 363.455222703. iteration 7488 found worse value: 363.455222703. iteration 7489 found worse value: 363.455222703. iteration 7490 found worse value: 363.455222703. iteration 7491 found worse value: 363.455222703. iteration 7492 found worse value: 363.455222703. iteration 7493 found worse value: 363.455222703. iteration 7494 found worse value: 363.455222703. iteration 7495 found worse value: 363.455222703. iteration 7496 found worse value: 363.455222703. iteration 7497 found worse value: 363.455222703. iteration 7498 found worse value: 363.455222703. iteration 7499 found worse value: 363.455222703. iteration 7500 found worse value: 363.455222703. iteration 7501 found worse value: 363.455222703. iteration 7502 found worse value: 363.455222703. iteration 7503 found worse value: 363.455222703. iteration7503, perturbing to get out of local maxima iteration 7504 found worse value: 363.455222703. iteration 7505 found worse value: 363.455222703. iteration 7506 found worse value: 363.455222703. iteration 7507 found worse value: 363.455222703. iteration 7508 found worse value: 363.455222703. iteration 7509 found worse value: 363.455222703. iteration 7510 found worse value: 363.455222703. iteration 7511 found worse value: 363.455222703. iteration 7512 found worse value: 363.455222703. iteration 7513 found worse value: 363.455222703. iteration 7514 found worse value: 363.455222703. iteration 7515 found worse value: 363.455222703. iteration 7516 found worse value: 363.455222703. iteration 7517 found worse value: 363.455222703. iteration 7518 found worse value: 363.455222703. iteration7518, perturbing to get out of local maxima iteration 7519 found worse value: 363.455222703. iteration 7520 found worse value: 363.455222703. iteration 7521 found worse value: 363.455222703. iteration 7522 found worse value: 363.455222703. iteration 7523 found worse value: 363.455222703. iteration 7524 found worse value: 363.455222703. iteration 7525 found worse value: 363.455222703. iteration 7526 found worse value: 363.455222703. iteration7526, perturbing to get out of local maxima iteration 7527 found worse value: 363.455222703. iteration 7528 found worse value: 363.455222703. iteration 7529 found worse value: 363.455222703. iteration 7530 found worse value: 363.455222703. iteration 7531 found worse value: 363.455222703. iteration 7532 found worse value: 363.455222703. iteration7532, perturbing to get out of local maxima iteration 7533 found worse value: 363.455222703. iteration 7534 found worse value: 363.455222703. iteration 7535 found worse value: 363.455222703. iteration 7536 found worse value: 363.455222703. iteration 7537 found worse value: 363.455222703. iteration 7538 found worse value: 363.455222703. iteration 7539 found worse value: 363.455222703. iteration 7540 found worse value: 363.455222703. iteration 7541 found worse value: 363.455222703. iteration 7542 found worse value: 363.455222703. iteration 7543 found worse value: 363.455222703. iteration 7544 found worse value: 363.455222703. iteration 7545 found worse value: 363.455222703. iteration 7546 found worse value: 363.455222703. iteration 7547 found worse value: 363.455222703. iteration 7548 found worse value: 363.455222703. iteration 7549 found worse value: 363.455222703. iteration 7550 found worse value: 363.455222703. iteration 7551 found worse value: 363.455222703. iteration 7552 found worse value: 363.455222703. iteration 7553 found worse value: 363.455222703. iteration 7554 found worse value: 363.455222703. iteration 7555 found worse value: 363.455222703. iteration 7556 found worse value: 363.455222703. iteration 7557 found worse value: 363.455222703. iteration 7558 found worse value: 363.455222703. iteration 7559 found worse value: 363.455222703. iteration 7560 found worse value: 363.455222703. iteration 7561 found worse value: 363.455222703. iteration 7562 found worse value: 363.455222703. iteration 7563 found worse value: 363.455222703. iteration 7564 found worse value: 363.455222703. iteration 7565 found worse value: 363.455222703. iteration 7566 found worse value: 363.455222703. iteration 7567 found worse value: 363.455222703. iteration 7568 found worse value: 363.455222703. iteration 7569 found worse value: 363.455222703. iteration 7570 found worse value: 363.455222703. iteration 7571 found worse value: 363.455222703. iteration 7572 found worse value: 363.455222703. iteration 7573 found worse value: 363.455222703. iteration 7574 found worse value: 363.455222703. iteration 7575 found worse value: 363.455222703. iteration 7576 found worse value: 363.455222703. iteration 7577 found worse value: 363.455222703. iteration 7578 found worse value: 363.455222703. iteration 7579 found worse value: 363.455222703. iteration 7580 found worse value: 363.455222703. iteration 7581 found worse value: 363.455222703. iteration 7582 found worse value: 363.455222703. iteration 7583 found worse value: 363.455222703. iteration 7584 found worse value: 363.455222703. iteration 7585 found worse value: 363.455222703. iteration 7586 found worse value: 363.455222703. iteration 7587 found worse value: 363.455222703. iteration7587, perturbing to get out of local maxima iteration 7588 found worse value: 363.455222703. iteration 7589 found worse value: 363.455222703. iteration 7590 found worse value: 363.455222703. iteration 7591 found worse value: 363.455222703. iteration 7592 found worse value: 363.455222703. iteration 7593 found worse value: 363.455222703. iteration 7594 found worse value: 363.455222703. iteration 7595 found worse value: 363.455222703. iteration 7596 found worse value: 363.455222703. iteration 7597 found worse value: 363.455222703. iteration 7598 found worse value: 363.455222703. iteration 7599 found worse value: 363.455222703. iteration 7600 found worse value: 363.455222703. iteration7600, perturbing to get out of local maxima iteration 7601 found worse value: 363.455222703. iteration 7602 found worse value: 363.455222703. iteration 7603 found worse value: 363.455222703. iteration 7604 found worse value: 363.455222703. iteration 7605 found worse value: 363.455222703. iteration 7606 found worse value: 363.455222703. iteration 7607 found worse value: 363.455222703. iteration 7608 found worse value: 363.455222703. iteration7608, perturbing to get out of local maxima iteration 7609 found worse value: 363.455222703. iteration 7610 found worse value: 363.455222703. iteration 7611 found worse value: 363.455222703. iteration 7612 found worse value: 363.455222703. iteration 7613 found worse value: 363.455222703. iteration 7614 found worse value: 363.455222703. iteration 7615 found worse value: 363.455222703. iteration7615, perturbing to get out of local maxima iteration 7616 found worse value: 363.455222703. iteration 7617 found worse value: 363.455222703. iteration 7618 found worse value: 363.455222703. iteration7618, perturbing to get out of local maxima iteration 7619 found worse value: 363.455222703. iteration 7620 found worse value: 363.455222703. iteration 7621 found worse value: 363.455222703. iteration 7622 found worse value: 363.455222703. iteration 7623 found worse value: 363.455222703. iteration 7624 found worse value: 363.455222703. iteration 7625 found worse value: 363.455222703. iteration7625, perturbing to get out of local maxima iteration 7626 found worse value: 363.455222703. iteration 7627 found worse value: 363.455222703. iteration 7628 found worse value: 363.455222703. iteration7628, perturbing to get out of local maxima iteration 7629 found worse value: 363.455222703. iteration 7630 found worse value: 363.455222703. iteration 7631 found worse value: 363.455222703. iteration 7632 found worse value: 363.455222703. iteration 7633 found worse value: 363.455222703. iteration 7634 found worse value: 363.455222703. iteration 7635 found worse value: 363.455222703. iteration 7636 found worse value: 363.455222703. iteration7636, perturbing to get out of local maxima iteration 7637 found worse value: 363.455222703. iteration 7638 found worse value: 363.455222703. iteration 7639 found worse value: 363.455222703. iteration 7640 found worse value: 363.455222703. iteration 7641 found worse value: 363.455222703. iteration 7642 found worse value: 363.455222703. iteration 7643 found worse value: 363.455222703. iteration 7644 found worse value: 363.455222703. iteration 7645 found worse value: 363.455222703. iteration 7646 found worse value: 363.455222703. iteration 7647 found worse value: 363.455222703. iteration 7648 found worse value: 363.455222703. iteration 7649 found worse value: 363.455222703. iteration7649, perturbing to get out of local maxima iteration 7650 found worse value: 363.455222703. iteration 7651 found worse value: 363.455222703. iteration7651, perturbing to get out of local maxima iteration 7652 found worse value: 363.455222703. iteration 7653 found worse value: 363.455222703. iteration 7654 found worse value: 363.455222703. iteration 7655 found worse value: 363.455222703. iteration 7656 found worse value: 363.455222703. iteration 7657 found worse value: 363.455222703. iteration 7658 found worse value: 363.455222703. iteration 7659 found worse value: 363.455222703. iteration 7660 found worse value: 363.455222703. iteration 7661 found worse value: 363.455222703. iteration 7662 found worse value: 363.455222703. iteration 7663 found worse value: 363.455222703. iteration7663, perturbing to get out of local maxima iteration 7664 found worse value: 363.455222703. iteration 7665 found worse value: 363.455222703. iteration 7666 found worse value: 363.455222703. iteration 7667 found worse value: 363.455222703. iteration 7668 found worse value: 363.455222703. iteration 7669 found worse value: 363.455222703. iteration 7670 found worse value: 363.455222703. iteration 7671 found worse value: 363.455222703. iteration 7672 found worse value: 363.455222703. iteration 7673 found worse value: 363.455222703. iteration 7674 found worse value: 363.455222703. iteration 7675 found worse value: 363.455222703. iteration7675, perturbing to get out of local maxima iteration 7676 found worse value: 363.455222703. iteration 7677 found worse value: 363.455222703. iteration 7678 found worse value: 363.455222703. iteration7678, perturbing to get out of local maxima iteration 7679 found worse value: 363.455222703. iteration 7680 found worse value: 363.455222703. iteration 7681 found worse value: 363.455222703. iteration 7682 found worse value: 363.455222703. iteration 7683 found worse value: 363.455222703. iteration 7684 found worse value: 363.455222703. iteration 7685 found worse value: 363.455222703. iteration 7686 found worse value: 363.455222703. iteration 7687 found worse value: 363.455222703. iteration 7688 found worse value: 363.455222703. iteration 7689 found worse value: 363.455222703. iteration 7690 found worse value: 363.455222703. iteration 7691 found worse value: 363.455222703. iteration 7692 found worse value: 363.455222703. iteration7692, perturbing to get out of local maxima iteration 7693 found worse value: 363.455222703. iteration 7694 found worse value: 363.455222703. iteration 7695 found worse value: 363.455222703. iteration 7696 found worse value: 363.455222703. iteration 7697 found worse value: 363.455222703. iteration 7698 found worse value: 363.455222703. iteration 7699 found worse value: 363.455222703. iteration 7700 found worse value: 363.455222703. iteration7700, perturbing to get out of local maxima iteration 7701 found worse value: 363.455222703. iteration 7702 found worse value: 363.455222703. iteration 7703 found worse value: 363.455222703. iteration 7704 found worse value: 363.455222703. iteration 7705 found worse value: 363.455222703. iteration 7706 found worse value: 363.455222703. iteration 7707 found worse value: 363.455222703. iteration 7708 found worse value: 363.455222703. iteration7708, perturbing to get out of local maxima iteration 7709 found worse value: 363.455222703. iteration 7710 found worse value: 363.455222703. iteration 7711 found worse value: 363.455222703. iteration 7712 found worse value: 363.455222703. iteration 7713 found worse value: 363.455222703. iteration 7714 found worse value: 363.455222703. iteration7714, perturbing to get out of local maxima iteration 7715 found worse value: 363.455222703. iteration 7716 found worse value: 363.455222703. iteration7716, perturbing to get out of local maxima iteration 7717 found worse value: 363.455222703. iteration 7718 found worse value: 363.455222703. iteration 7719 found worse value: 363.455222703. iteration 7720 found worse value: 363.455222703. iteration 7721 found worse value: 363.455222703. iteration 7722 found worse value: 363.455222703. iteration 7723 found worse value: 363.455222703. iteration 7724 found worse value: 363.455222703. iteration7724, perturbing to get out of local maxima iteration 7725 found worse value: 363.455222703. iteration 7726 found worse value: 363.455222703. iteration 7727 found worse value: 363.455222703. iteration 7728 found worse value: 363.455222703. iteration7728, perturbing to get out of local maxima iteration 7729 found worse value: 363.455222703. iteration 7730 found worse value: 363.455222703. iteration 7731 found worse value: 363.455222703. iteration 7732 found worse value: 363.455222703. iteration 7733 found worse value: 363.455222703. iteration 7734 found worse value: 363.455222703. iteration 7735 found worse value: 363.455222703. iteration 7736 found worse value: 363.455222703. iteration 7737 found worse value: 363.455222703. iteration 7738 found worse value: 363.455222703. iteration7738, perturbing to get out of local maxima iteration 7739 found worse value: 363.455222703. iteration 7740 found worse value: 363.455222703. iteration 7741 found worse value: 363.455222703. iteration 7742 found worse value: 363.455222703. iteration7742, perturbing to get out of local maxima iteration 7743 found worse value: 363.455222703. iteration 7744 found worse value: 363.455222703. iteration7744, perturbing to get out of local maxima iteration 7745 found worse value: 363.455222703. iteration 7746 found worse value: 363.455222703. iteration 7747 found worse value: 363.455222703. iteration 7748 found worse value: 363.455222703. iteration 7749 found worse value: 363.455222703. iteration 7750 found worse value: 363.455222703. iteration 7751 found worse value: 363.455222703. iteration 7752 found worse value: 363.455222703. iteration 7753 found worse value: 363.455222703. iteration7753, perturbing to get out of local maxima iteration 7754 found worse value: 363.455222703. iteration 7755 found worse value: 363.455222703. iteration 7756 found worse value: 363.455222703. iteration 7757 found worse value: 363.455222703. iteration 7758 found worse value: 363.455222703. iteration 7759 found worse value: 363.455222703. iteration7759, perturbing to get out of local maxima iteration 7760 found worse value: 363.455222703. iteration 7761 found worse value: 363.455222703. iteration 7762 found worse value: 363.455222703. iteration 7763 found worse value: 363.455222703. iteration 7764 found worse value: 363.455222703. iteration 7765 found worse value: 363.455222703. iteration 7766 found worse value: 363.455222703. iteration 7767 found worse value: 363.455222703. iteration 7768 found worse value: 363.455222703. iteration 7769 found worse value: 363.455222703. iteration 7770 found worse value: 363.455222703. iteration 7771 found worse value: 363.455222703. iteration 7772 found worse value: 363.455222703. iteration7772, perturbing to get out of local maxima iteration 7773 found worse value: 363.455222703. iteration 7774 found worse value: 363.455222703. iteration 7775 found worse value: 363.455222703. iteration 7776 found worse value: 363.455222703. iteration 7777 found worse value: 363.455222703. iteration 7778 found worse value: 363.455222703. iteration 7779 found worse value: 363.455222703. iteration 7780 found worse value: 363.455222703. iteration 7781 found worse value: 363.455222703. iteration 7782 found worse value: 363.455222703. iteration 7783 found worse value: 363.455222703. iteration 7784 found worse value: 363.455222703. iteration 7785 found worse value: 363.455222703. iteration 7786 found worse value: 363.455222703. iteration 7787 found worse value: 363.455222703. iteration 7788 found worse value: 363.455222703. iteration 7789 found worse value: 363.455222703. iteration 7790 found worse value: 363.455222703. iteration 7791 found worse value: 363.455222703. iteration 7792 found worse value: 363.455222703. iteration 7793 found worse value: 363.455222703. iteration 7794 found worse value: 363.455222703. iteration 7795 found worse value: 363.455222703. iteration 7796 found worse value: 363.455222703. iteration 7797 found worse value: 363.455222703. iteration7797, perturbing to get out of local maxima iteration 7798 found worse value: 363.455222703. iteration 7799 found worse value: 363.455222703. iteration 7800 found worse value: 363.455222703. iteration7800, perturbing to get out of local maxima iteration 7801 found worse value: 363.455222703. iteration 7802 found worse value: 363.455222703. iteration 7803 found worse value: 363.455222703. iteration 7804 found worse value: 363.455222703. iteration7804, perturbing to get out of local maxima iteration 7805 found worse value: 363.455222703. iteration 7806 found worse value: 363.455222703. iteration 7807 found worse value: 363.455222703. iteration 7808 found worse value: 363.455222703. iteration 7809 found worse value: 363.455222703. iteration 7810 found worse value: 363.455222703. iteration 7811 found worse value: 363.455222703. iteration 7812 found worse value: 363.455222703. iteration 7813 found worse value: 363.455222703. iteration7813, perturbing to get out of local maxima iteration 7814 found worse value: 363.455222703. iteration 7815 found worse value: 363.455222703. iteration 7816 found worse value: 363.455222703. iteration 7817 found worse value: 363.455222703. iteration 7818 found worse value: 363.455222703. iteration7818, perturbing to get out of local maxima iteration 7819 found worse value: 363.455222703. iteration 7820 found worse value: 363.455222703. iteration 7821 found worse value: 363.455222703. iteration 7822 found worse value: 363.455222703. iteration 7823 found worse value: 363.455222703. iteration 7824 found worse value: 363.455222703. iteration 7825 found worse value: 363.455222703. iteration 7826 found worse value: 363.455222703. iteration 7827 found worse value: 363.455222703. iteration 7828 found worse value: 363.455222703. iteration 7829 found worse value: 363.455222703. iteration 7830 found worse value: 363.455222703. iteration 7831 found worse value: 363.455222703. iteration 7832 found worse value: 363.455222703. iteration 7833 found worse value: 363.455222703. iteration 7834 found worse value: 363.455222703. iteration 7835 found worse value: 363.455222703. iteration 7836 found worse value: 363.455222703. iteration 7837 found worse value: 363.455222703. iteration 7838 found worse value: 363.455222703. iteration 7839 found worse value: 363.455222703. iteration 7840 found worse value: 363.455222703. iteration 7841 found worse value: 363.455222703. iteration 7842 found worse value: 363.455222703. iteration 7843 found worse value: 363.455222703. iteration 7844 found worse value: 363.455222703. iteration 7845 found worse value: 363.455222703. iteration 7846 found worse value: 363.455222703. iteration 7847 found worse value: 363.455222703. iteration 7848 found worse value: 363.455222703. iteration 7849 found worse value: 363.455222703. iteration 7850 found worse value: 363.455222703. iteration 7851 found worse value: 363.455222703. iteration 7852 found worse value: 363.455222703. iteration 7853 found worse value: 363.455222703. iteration 7854 found worse value: 363.455222703. iteration 7855 found worse value: 363.455222703. iteration 7856 found worse value: 363.455222703. iteration 7857 found worse value: 363.455222703. iteration 7858 found worse value: 363.455222703. iteration 7859 found worse value: 363.455222703. iteration 7860 found worse value: 363.455222703. iteration 7861 found worse value: 363.455222703. iteration 7862 found worse value: 363.455222703. iteration 7863 found worse value: 363.455222703. iteration 7864 found worse value: 363.455222703. iteration 7865 found worse value: 363.455222703. iteration 7866 found worse value: 363.455222703. iteration 7867 found worse value: 363.455222703. iteration 7868 found worse value: 363.455222703. iteration 7869 found worse value: 363.455222703. iteration 7870 found worse value: 363.455222703. iteration 7871 found worse value: 363.455222703. iteration 7872 found worse value: 363.455222703. iteration 7873 found worse value: 363.455222703. iteration 7874 found worse value: 363.455222703. iteration 7875 found worse value: 363.455222703. iteration 7876 found worse value: 363.455222703. iteration 7877 found worse value: 363.455222703. iteration 7878 found worse value: 363.455222703. iteration 7879 found worse value: 363.455222703. iteration 7880 found worse value: 363.455222703. iteration 7881 found worse value: 363.455222703. iteration 7882 found worse value: 363.455222703. iteration 7883 found worse value: 363.455222703. iteration 7884 found worse value: 363.455222703. iteration 7885 found worse value: 363.455222703. iteration7885, perturbing to get out of local maxima iteration 7886 found worse value: 363.455222703. iteration 7887 found worse value: 363.455222703. iteration 7888 found worse value: 363.455222703. iteration 7889 found worse value: 363.455222703. iteration 7890 found worse value: 363.455222703. iteration 7891 found worse value: 363.455222703. iteration 7892 found worse value: 363.455222703. iteration 7893 found worse value: 363.455222703. iteration 7894 found worse value: 363.455222703. iteration 7895 found worse value: 363.455222703. iteration 7896 found worse value: 363.455222703. iteration 7897 found worse value: 363.455222703. iteration 7898 found worse value: 363.455222703. iteration 7899 found worse value: 363.455222703. iteration 7900 found worse value: 363.455222703. iteration 7901 found worse value: 363.455222703. iteration 7902 found worse value: 363.455222703. iteration 7903 found worse value: 363.455222703. iteration 7904 found worse value: 363.455222703. iteration 7905 found worse value: 363.455222703. iteration 7906 found worse value: 363.455222703. iteration 7907 found worse value: 363.455222703. iteration 7908 found worse value: 363.455222703. iteration7908, perturbing to get out of local maxima iteration 7909 found worse value: 363.455222703. iteration 7910 found worse value: 363.455222703. iteration 7911 found worse value: 363.455222703. iteration 7912 found better value: 363.456060679 iteration 7913 found worse value: 363.456060679. iteration 7914 found worse value: 363.456060679. iteration 7915 found better value: 363.45625327100004 iteration 7916 found worse value: 363.45625327100004. iteration 7917 found worse value: 363.45625327100004. iteration 7918 found worse value: 363.45625327100004. iteration7918, perturbing to get out of local maxima iteration 7919 found worse value: 363.45625327100004. iteration 7920 found worse value: 363.45625327100004. iteration 7921 found worse value: 363.45625327100004. iteration 7922 found worse value: 363.45625327100004. iteration 7923 found better value: 363.45666644700003 iteration 7924 found worse value: 363.45666644700003. iteration 7925 found worse value: 363.45666644700003. iteration 7926 found worse value: 363.45666644700003. iteration 7927 found worse value: 363.45666644700003. iteration 7928 found worse value: 363.45666644700003. iteration 7929 found worse value: 363.45666644700003. iteration 7930 found worse value: 363.45666644700003. iteration 7931 found better value: 363.45750797100004 iteration 7932 found worse value: 363.45750797100004. iteration 7933 found better value: 363.457659767 iteration 7934 found better value: 363.457690633 iteration 7935 found better value: 363.457931767 iteration 7936 found worse value: 363.457931767. iteration 7937 found worse value: 363.457931767. iteration 7938 found worse value: 363.457931767. iteration 7939 found worse value: 363.457931767. iteration 7940 found worse value: 363.457931767. iteration 7941 found worse value: 363.457931767. iteration 7942 found worse value: 363.457931767. iteration 7943 found worse value: 363.457931767. iteration 7944 found worse value: 363.457931767. iteration 7945 found worse value: 363.457931767. iteration 7946 found worse value: 363.457931767. iteration 7947 found worse value: 363.457931767. iteration 7948 found worse value: 363.457931767. iteration 7949 found worse value: 363.457931767. iteration7949, perturbing to get out of local maxima iteration 7950 found worse value: 363.457931767. iteration 7951 found worse value: 363.457931767. iteration7951, perturbing to get out of local maxima iteration 7952 found worse value: 363.457931767. iteration7952, perturbing to get out of local maxima iteration 7953 found worse value: 363.457931767. iteration 7954 found worse value: 363.457931767. iteration 7955 found worse value: 363.457931767. iteration 7956 found worse value: 363.457931767. iteration 7957 found worse value: 363.457931767. iteration 7958 found worse value: 363.457931767. iteration 7959 found worse value: 363.457931767. iteration 7960 found worse value: 363.457931767. iteration 7961 found worse value: 363.457931767. iteration 7962 found worse value: 363.457931767. iteration 7963 found worse value: 363.457931767. iteration 7964 found worse value: 363.457931767. iteration 7965 found worse value: 363.457931767. iteration7965, perturbing to get out of local maxima iteration 7966 found worse value: 363.457931767. iteration 7967 found worse value: 363.457931767. iteration 7968 found worse value: 363.457931767. iteration 7969 found worse value: 363.457931767. iteration 7970 found worse value: 363.457931767. iteration 7971 found worse value: 363.457931767. iteration7971, perturbing to get out of local maxima iteration 7972 found worse value: 363.457931767. iteration 7973 found worse value: 363.457931767. iteration 7974 found worse value: 363.457931767. iteration 7975 found worse value: 363.457931767. iteration 7976 found worse value: 363.457931767. iteration 7977 found worse value: 363.457931767. iteration 7978 found worse value: 363.457931767. iteration 7979 found worse value: 363.457931767. iteration 7980 found worse value: 363.457931767. iteration 7981 found worse value: 363.457931767. iteration 7982 found worse value: 363.457931767. iteration 7983 found worse value: 363.457931767. iteration 7984 found worse value: 363.457931767. iteration 7985 found worse value: 363.457931767. iteration 7986 found worse value: 363.457931767. iteration 7987 found worse value: 363.457931767. iteration7987, perturbing to get out of local maxima iteration 7988 found worse value: 363.457931767. iteration 7989 found worse value: 363.457931767. iteration 7990 found worse value: 363.457931767. iteration7990, perturbing to get out of local maxima iteration 7991 found worse value: 363.457931767. iteration 7992 found worse value: 363.457931767. iteration 7993 found worse value: 363.457931767. iteration 7994 found worse value: 363.457931767. iteration 7995 found worse value: 363.457931767. iteration 7996 found worse value: 363.457931767. iteration 7997 found worse value: 363.457931767. iteration 7998 found worse value: 363.457931767. iteration 7999 found worse value: 363.457931767. iteration 8000 found worse value: 363.457931767. iteration 8001 found worse value: 363.457931767. iteration 8002 found worse value: 363.457931767. iteration 8003 found worse value: 363.457931767. iteration 8004 found worse value: 363.457931767. iteration 8005 found worse value: 363.457931767. iteration 8006 found worse value: 363.457931767. iteration8006, perturbing to get out of local maxima iteration 8007 found worse value: 363.457931767. iteration 8008 found worse value: 363.457931767. iteration 8009 found worse value: 363.457931767. iteration 8010 found worse value: 363.457931767. iteration 8011 found worse value: 363.457931767. iteration 8012 found worse value: 363.457931767. iteration 8013 found worse value: 363.457931767. iteration 8014 found worse value: 363.457931767. iteration 8015 found worse value: 363.457931767. iteration 8016 found worse value: 363.457931767. iteration 8017 found worse value: 363.457931767. iteration 8018 found worse value: 363.457931767. iteration 8019 found worse value: 363.457931767. iteration 8020 found worse value: 363.457931767. iteration 8021 found worse value: 363.457931767. iteration 8022 found worse value: 363.457931767. iteration 8023 found worse value: 363.457931767. iteration 8024 found worse value: 363.457931767. iteration 8025 found worse value: 363.457931767. iteration 8026 found worse value: 363.457931767. iteration8026, perturbing to get out of local maxima iteration 8027 found worse value: 363.457931767. iteration 8028 found worse value: 363.457931767. iteration 8029 found worse value: 363.457931767. iteration 8030 found worse value: 363.457931767. iteration 8031 found worse value: 363.457931767. iteration 8032 found worse value: 363.457931767. iteration 8033 found worse value: 363.457931767. iteration 8034 found worse value: 363.457931767. iteration 8035 found worse value: 363.457931767. iteration 8036 found worse value: 363.457931767. iteration 8037 found worse value: 363.457931767. iteration 8038 found worse value: 363.457931767. iteration 8039 found worse value: 363.457931767. iteration 8040 found worse value: 363.457931767. iteration8040, perturbing to get out of local maxima iteration 8041 found worse value: 363.457931767. iteration 8042 found worse value: 363.457931767. iteration 8043 found worse value: 363.457931767. iteration 8044 found worse value: 363.457931767. iteration 8045 found worse value: 363.457931767. iteration 8046 found worse value: 363.457931767. iteration 8047 found worse value: 363.457931767. iteration 8048 found worse value: 363.457931767. iteration 8049 found worse value: 363.457931767. iteration 8050 found worse value: 363.457931767. iteration8050, perturbing to get out of local maxima iteration 8051 found worse value: 363.457931767. iteration 8052 found worse value: 363.457931767. iteration 8053 found worse value: 363.457931767. iteration 8054 found worse value: 363.457931767. iteration 8055 found worse value: 363.457931767. iteration 8056 found worse value: 363.457931767. iteration8056, perturbing to get out of local maxima iteration 8057 found worse value: 363.457931767. iteration 8058 found worse value: 363.457931767. iteration 8059 found worse value: 363.457931767. iteration 8060 found worse value: 363.457931767. iteration 8061 found worse value: 363.457931767. iteration 8062 found worse value: 363.457931767. iteration 8063 found worse value: 363.457931767. iteration 8064 found worse value: 363.457931767. iteration 8065 found worse value: 363.457931767. iteration 8066 found worse value: 363.457931767. iteration 8067 found worse value: 363.457931767. iteration 8068 found worse value: 363.457931767. iteration 8069 found worse value: 363.457931767. iteration 8070 found worse value: 363.457931767. iteration 8071 found worse value: 363.457931767. iteration 8072 found worse value: 363.457931767. iteration 8073 found worse value: 363.457931767. iteration 8074 found worse value: 363.457931767. iteration 8075 found worse value: 363.457931767. iteration 8076 found worse value: 363.457931767. iteration 8077 found worse value: 363.457931767. iteration 8078 found worse value: 363.457931767. iteration8078, perturbing to get out of local maxima iteration 8079 found worse value: 363.457931767. iteration 8080 found worse value: 363.457931767. iteration 8081 found worse value: 363.457931767. iteration 8082 found worse value: 363.457931767. iteration 8083 found worse value: 363.457931767. iteration 8084 found worse value: 363.457931767. iteration8084, perturbing to get out of local maxima iteration 8085 found worse value: 363.457931767. iteration 8086 found worse value: 363.457931767. iteration8086, perturbing to get out of local maxima iteration 8087 found worse value: 363.457931767. iteration 8088 found worse value: 363.457931767. iteration 8089 found worse value: 363.457931767. iteration 8090 found worse value: 363.457931767. iteration 8091 found worse value: 363.457931767. iteration 8092 found worse value: 363.457931767. iteration 8093 found worse value: 363.457931767. iteration 8094 found worse value: 363.457931767. iteration 8095 found worse value: 363.457931767. iteration 8096 found worse value: 363.457931767. iteration 8097 found worse value: 363.457931767. iteration 8098 found worse value: 363.457931767. iteration 8099 found worse value: 363.457931767. iteration 8100 found worse value: 363.457931767. iteration 8101 found worse value: 363.457931767. iteration 8102 found worse value: 363.457931767. iteration 8103 found worse value: 363.457931767. iteration 8104 found worse value: 363.457931767. iteration 8105 found worse value: 363.457931767. iteration8105, perturbing to get out of local maxima iteration 8106 found worse value: 363.457931767. iteration 8107 found worse value: 363.457931767. iteration 8108 found worse value: 363.457931767. iteration 8109 found worse value: 363.457931767. iteration 8110 found worse value: 363.457931767. iteration 8111 found worse value: 363.457931767. iteration8111, perturbing to get out of local maxima iteration 8112 found worse value: 363.457931767. iteration 8113 found worse value: 363.457931767. iteration 8114 found worse value: 363.457931767. iteration8114, perturbing to get out of local maxima iteration 8115 found worse value: 363.457931767. iteration 8116 found worse value: 363.457931767. iteration 8117 found worse value: 363.457931767. iteration 8118 found worse value: 363.457931767. iteration8118, perturbing to get out of local maxima iteration 8119 found worse value: 363.457931767. iteration 8120 found worse value: 363.457931767. iteration 8121 found worse value: 363.457931767. iteration 8122 found worse value: 363.457931767. iteration 8123 found worse value: 363.457931767. iteration 8124 found worse value: 363.457931767. iteration 8125 found worse value: 363.457931767. iteration 8126 found worse value: 363.457931767. iteration 8127 found worse value: 363.457931767. iteration 8128 found worse value: 363.457931767. iteration 8129 found worse value: 363.457931767. iteration 8130 found worse value: 363.457931767. iteration 8131 found worse value: 363.457931767. iteration 8132 found worse value: 363.457931767. iteration 8133 found worse value: 363.457931767. iteration 8134 found worse value: 363.457931767. iteration 8135 found worse value: 363.457931767. iteration 8136 found worse value: 363.457931767. iteration 8137 found worse value: 363.457931767. iteration 8138 found worse value: 363.457931767. iteration 8139 found worse value: 363.457931767. iteration 8140 found worse value: 363.457931767. iteration8140, perturbing to get out of local maxima iteration 8141 found worse value: 363.457931767. iteration 8142 found worse value: 363.457931767. iteration 8143 found worse value: 363.457931767. iteration 8144 found worse value: 363.457931767. iteration8144, perturbing to get out of local maxima iteration 8145 found worse value: 363.457931767. iteration 8146 found worse value: 363.457931767. iteration 8147 found worse value: 363.457931767. iteration 8148 found worse value: 363.457931767. iteration 8149 found worse value: 363.457931767. iteration 8150 found worse value: 363.457931767. iteration 8151 found worse value: 363.457931767. iteration 8152 found worse value: 363.457931767. iteration 8153 found worse value: 363.457931767. iteration 8154 found worse value: 363.457931767. iteration 8155 found worse value: 363.457931767. iteration 8156 found worse value: 363.457931767. iteration 8157 found worse value: 363.457931767. iteration 8158 found worse value: 363.457931767. iteration 8159 found worse value: 363.457931767. iteration 8160 found worse value: 363.457931767. iteration 8161 found worse value: 363.457931767. iteration 8162 found worse value: 363.457931767. iteration 8163 found worse value: 363.457931767. iteration 8164 found worse value: 363.457931767. iteration 8165 found worse value: 363.457931767. iteration 8166 found worse value: 363.457931767. iteration 8167 found worse value: 363.457931767. iteration 8168 found worse value: 363.457931767. iteration 8169 found worse value: 363.457931767. iteration 8170 found worse value: 363.457931767. iteration8170, perturbing to get out of local maxima iteration 8171 found worse value: 363.457931767. iteration 8172 found worse value: 363.457931767. iteration 8173 found worse value: 363.457931767. iteration 8174 found worse value: 363.457931767. iteration 8175 found worse value: 363.457931767. iteration 8176 found worse value: 363.457931767. iteration 8177 found worse value: 363.457931767. iteration 8178 found better value: 363.458019239 iteration 8179 found worse value: 363.458019239. iteration 8180 found worse value: 363.458019239. iteration 8181 found worse value: 363.458019239. iteration 8182 found worse value: 363.458019239. iteration 8183 found worse value: 363.458019239. iteration 8184 found worse value: 363.458019239. iteration 8185 found worse value: 363.458019239. iteration 8186 found worse value: 363.458019239. iteration 8187 found worse value: 363.458019239. iteration 8188 found worse value: 363.458019239. iteration 8189 found worse value: 363.458019239. iteration 8190 found worse value: 363.458019239. iteration 8191 found worse value: 363.458019239. iteration 8192 found worse value: 363.458019239. iteration 8193 found worse value: 363.458019239. iteration 8194 found better value: 363.458374607 iteration 8195 found worse value: 363.458374607. iteration 8196 found better value: 363.458444552 iteration 8197 found worse value: 363.458444552. iteration 8198 found better value: 363.45870406800003 iteration 8199 found better value: 363.458935116 iteration 8200 found better value: 363.459206742 iteration 8201 found worse value: 363.459206742. iteration 8202 found worse value: 363.459206742. iteration 8203 found worse value: 363.459206742. iteration8203, perturbing to get out of local maxima iteration 8204 found worse value: 363.459206742. iteration 8205 found worse value: 363.459206742. iteration 8206 found worse value: 363.459206742. iteration 8207 found worse value: 363.459206742. iteration 8208 found worse value: 363.459206742. iteration 8209 found worse value: 363.459206742. iteration 8210 found worse value: 363.459206742. iteration 8211 found worse value: 363.459206742. iteration 8212 found worse value: 363.459206742. iteration 8213 found worse value: 363.459206742. iteration8213, perturbing to get out of local maxima iteration 8214 found worse value: 363.459206742. iteration 8215 found worse value: 363.459206742. iteration 8216 found worse value: 363.459206742. iteration 8217 found worse value: 363.459206742. iteration 8218 found worse value: 363.459206742. iteration 8219 found worse value: 363.459206742. iteration 8220 found worse value: 363.459206742. iteration8220, perturbing to get out of local maxima iteration 8221 found worse value: 363.459206742. iteration8221, perturbing to get out of local maxima iteration 8222 found worse value: 363.459206742. iteration 8223 found worse value: 363.459206742. iteration8223, perturbing to get out of local maxima iteration 8224 found worse value: 363.459206742. iteration 8225 found worse value: 363.459206742. iteration 8226 found worse value: 363.459206742. iteration 8227 found worse value: 363.459206742. iteration 8228 found worse value: 363.459206742. iteration 8229 found worse value: 363.459206742. iteration 8230 found worse value: 363.459206742. iteration 8231 found worse value: 363.459206742. iteration 8232 found worse value: 363.459206742. iteration 8233 found worse value: 363.459206742. iteration 8234 found worse value: 363.459206742. iteration 8235 found worse value: 363.459206742. iteration 8236 found worse value: 363.459206742. iteration 8237 found worse value: 363.459206742. iteration 8238 found worse value: 363.459206742. iteration 8239 found worse value: 363.459206742. iteration 8240 found worse value: 363.459206742. iteration 8241 found worse value: 363.459206742. iteration 8242 found worse value: 363.459206742. iteration 8243 found worse value: 363.459206742. iteration 8244 found worse value: 363.459206742. iteration 8245 found worse value: 363.459206742. iteration 8246 found worse value: 363.459206742. iteration 8247 found worse value: 363.459206742. iteration 8248 found worse value: 363.459206742. iteration 8249 found worse value: 363.459206742. iteration 8250 found worse value: 363.459206742. iteration 8251 found worse value: 363.459206742. iteration 8252 found worse value: 363.459206742. iteration 8253 found worse value: 363.459206742. iteration 8254 found worse value: 363.459206742. iteration 8255 found worse value: 363.459206742. iteration 8256 found worse value: 363.459206742. iteration 8257 found worse value: 363.459206742. iteration 8258 found worse value: 363.459206742. iteration 8259 found worse value: 363.459206742. iteration 8260 found worse value: 363.459206742. iteration 8261 found worse value: 363.459206742. iteration 8262 found worse value: 363.459206742. iteration8262, perturbing to get out of local maxima iteration 8263 found worse value: 363.459206742. iteration 8264 found worse value: 363.459206742. iteration 8265 found worse value: 363.459206742. iteration 8266 found worse value: 363.459206742. iteration 8267 found worse value: 363.459206742. iteration8267, perturbing to get out of local maxima iteration 8268 found worse value: 363.459206742. iteration 8269 found worse value: 363.459206742. iteration 8270 found worse value: 363.459206742. iteration 8271 found worse value: 363.459206742. iteration 8272 found worse value: 363.459206742. iteration 8273 found worse value: 363.459206742. iteration 8274 found worse value: 363.459206742. iteration 8275 found worse value: 363.459206742. iteration 8276 found worse value: 363.459206742. iteration 8277 found worse value: 363.459206742. iteration 8278 found worse value: 363.459206742. iteration 8279 found worse value: 363.459206742. iteration 8280 found worse value: 363.459206742. iteration 8281 found worse value: 363.459206742. iteration 8282 found worse value: 363.459206742. iteration 8283 found worse value: 363.459206742. iteration 8284 found worse value: 363.459206742. iteration 8285 found worse value: 363.459206742. iteration 8286 found worse value: 363.459206742. iteration 8287 found worse value: 363.459206742. iteration 8288 found worse value: 363.459206742. iteration 8289 found worse value: 363.459206742. iteration8289, perturbing to get out of local maxima iteration 8290 found worse value: 363.459206742. iteration 8291 found worse value: 363.459206742. iteration 8292 found worse value: 363.459206742. iteration 8293 found worse value: 363.459206742. iteration 8294 found worse value: 363.459206742. iteration 8295 found worse value: 363.459206742. iteration 8296 found worse value: 363.459206742. iteration 8297 found worse value: 363.459206742. iteration 8298 found worse value: 363.459206742. iteration 8299 found worse value: 363.459206742. iteration 8300 found worse value: 363.459206742. iteration 8301 found worse value: 363.459206742. iteration 8302 found worse value: 363.459206742. iteration 8303 found worse value: 363.459206742. iteration 8304 found worse value: 363.459206742. iteration8304, perturbing to get out of local maxima iteration 8305 found worse value: 363.459206742. iteration 8306 found worse value: 363.459206742. iteration 8307 found worse value: 363.459206742. iteration 8308 found worse value: 363.459206742. iteration 8309 found worse value: 363.459206742. iteration 8310 found worse value: 363.459206742. iteration 8311 found worse value: 363.459206742. iteration 8312 found worse value: 363.459206742. iteration 8313 found worse value: 363.459206742. iteration 8314 found worse value: 363.459206742. iteration 8315 found worse value: 363.459206742. iteration 8316 found worse value: 363.459206742. iteration 8317 found worse value: 363.459206742. iteration 8318 found worse value: 363.459206742. iteration 8319 found worse value: 363.459206742. iteration 8320 found worse value: 363.459206742. iteration8320, perturbing to get out of local maxima iteration 8321 found worse value: 363.459206742. iteration8321, perturbing to get out of local maxima iteration 8322 found worse value: 363.459206742. iteration 8323 found worse value: 363.459206742. iteration 8324 found worse value: 363.459206742. iteration 8325 found worse value: 363.459206742. iteration 8326 found worse value: 363.459206742. iteration8326, perturbing to get out of local maxima iteration 8327 found worse value: 363.459206742. iteration 8328 found worse value: 363.459206742. iteration 8329 found worse value: 363.459206742. iteration 8330 found worse value: 363.459206742. iteration 8331 found worse value: 363.459206742. iteration 8332 found worse value: 363.459206742. iteration 8333 found worse value: 363.459206742. iteration 8334 found worse value: 363.459206742. iteration 8335 found worse value: 363.459206742. iteration 8336 found worse value: 363.459206742. iteration 8337 found worse value: 363.459206742. iteration 8338 found worse value: 363.459206742. iteration 8339 found worse value: 363.459206742. iteration 8340 found worse value: 363.459206742. iteration8340, perturbing to get out of local maxima iteration 8341 found worse value: 363.459206742. iteration 8342 found worse value: 363.459206742. iteration 8343 found worse value: 363.459206742. iteration8343, perturbing to get out of local maxima iteration 8344 found worse value: 363.459206742. iteration 8345 found worse value: 363.459206742. iteration 8346 found worse value: 363.459206742. iteration 8347 found worse value: 363.459206742. iteration8347, perturbing to get out of local maxima iteration 8348 found worse value: 363.459206742. iteration 8349 found worse value: 363.459206742. iteration 8350 found worse value: 363.459206742. iteration 8351 found worse value: 363.459206742. iteration 8352 found worse value: 363.459206742. iteration 8353 found worse value: 363.459206742. iteration 8354 found worse value: 363.459206742. iteration 8355 found worse value: 363.459206742. iteration 8356 found worse value: 363.459206742. iteration 8357 found worse value: 363.459206742. iteration 8358 found worse value: 363.459206742. iteration8358, perturbing to get out of local maxima iteration 8359 found worse value: 363.459206742. iteration 8360 found worse value: 363.459206742. iteration 8361 found worse value: 363.459206742. iteration8361, perturbing to get out of local maxima iteration 8362 found worse value: 363.459206742. iteration8362, perturbing to get out of local maxima iteration 8363 found worse value: 363.459206742. iteration 8364 found worse value: 363.459206742. iteration 8365 found worse value: 363.459206742. iteration 8366 found worse value: 363.459206742. iteration8366, perturbing to get out of local maxima iteration 8367 found worse value: 363.459206742. iteration 8368 found worse value: 363.459206742. iteration 8369 found worse value: 363.459206742. iteration 8370 found worse value: 363.459206742. iteration 8371 found worse value: 363.459206742. iteration 8372 found worse value: 363.459206742. iteration 8373 found worse value: 363.459206742. iteration 8374 found worse value: 363.459206742. iteration 8375 found worse value: 363.459206742. iteration 8376 found worse value: 363.459206742. iteration 8377 found worse value: 363.459206742. iteration 8378 found worse value: 363.459206742. iteration 8379 found worse value: 363.459206742. iteration 8380 found worse value: 363.459206742. iteration 8381 found worse value: 363.459206742. iteration 8382 found worse value: 363.459206742. iteration 8383 found worse value: 363.459206742. iteration 8384 found worse value: 363.459206742. iteration 8385 found worse value: 363.459206742. iteration 8386 found worse value: 363.459206742. iteration8386, perturbing to get out of local maxima iteration 8387 found worse value: 363.459206742. iteration8387, perturbing to get out of local maxima iteration 8388 found worse value: 363.459206742. iteration 8389 found worse value: 363.459206742. iteration 8390 found worse value: 363.459206742. iteration 8391 found worse value: 363.459206742. iteration 8392 found worse value: 363.459206742. iteration 8393 found worse value: 363.459206742. iteration 8394 found worse value: 363.459206742. iteration 8395 found worse value: 363.459206742. iteration 8396 found worse value: 363.459206742. iteration 8397 found worse value: 363.459206742. iteration 8398 found worse value: 363.459206742. iteration 8399 found worse value: 363.459206742. iteration 8400 found worse value: 363.459206742. iteration 8401 found worse value: 363.459206742. iteration 8402 found worse value: 363.459206742. iteration 8403 found worse value: 363.459206742. iteration 8404 found worse value: 363.459206742. iteration8404, perturbing to get out of local maxima iteration 8405 found worse value: 363.459206742. iteration8405, perturbing to get out of local maxima iteration 8406 found worse value: 363.459206742. iteration 8407 found worse value: 363.459206742. iteration8407, perturbing to get out of local maxima iteration 8408 found worse value: 363.459206742. iteration 8409 found worse value: 363.459206742. iteration 8410 found worse value: 363.459206742. iteration 8411 found worse value: 363.459206742. iteration 8412 found worse value: 363.459206742. iteration 8413 found worse value: 363.459206742. iteration 8414 found worse value: 363.459206742. iteration 8415 found worse value: 363.459206742. iteration8415, perturbing to get out of local maxima iteration 8416 found worse value: 363.459206742. iteration 8417 found worse value: 363.459206742. iteration8417, perturbing to get out of local maxima iteration 8418 found worse value: 363.459206742. iteration 8419 found worse value: 363.459206742. iteration 8420 found worse value: 363.459206742. iteration 8421 found worse value: 363.459206742. iteration 8422 found worse value: 363.459206742. iteration 8423 found worse value: 363.459206742. iteration 8424 found worse value: 363.459206742. iteration 8425 found worse value: 363.459206742. iteration 8426 found worse value: 363.459206742. iteration 8427 found worse value: 363.459206742. iteration 8428 found worse value: 363.459206742. iteration 8429 found worse value: 363.459206742. iteration 8430 found worse value: 363.459206742. iteration 8431 found worse value: 363.459206742. iteration 8432 found worse value: 363.459206742. iteration 8433 found worse value: 363.459206742. iteration 8434 found worse value: 363.459206742. iteration 8435 found worse value: 363.459206742. iteration 8436 found worse value: 363.459206742. iteration 8437 found worse value: 363.459206742. iteration 8438 found worse value: 363.459206742. iteration 8439 found worse value: 363.459206742. iteration 8440 found worse value: 363.459206742. iteration 8441 found worse value: 363.459206742. iteration 8442 found worse value: 363.459206742. iteration 8443 found worse value: 363.459206742. iteration 8444 found worse value: 363.459206742. iteration 8445 found worse value: 363.459206742. iteration 8446 found worse value: 363.459206742. iteration8446, perturbing to get out of local maxima iteration 8447 found worse value: 363.459206742. iteration 8448 found worse value: 363.459206742. iteration 8449 found worse value: 363.459206742. iteration 8450 found worse value: 363.459206742. iteration 8451 found worse value: 363.459206742. iteration 8452 found worse value: 363.459206742. iteration 8453 found worse value: 363.459206742. iteration 8454 found worse value: 363.459206742. iteration 8455 found worse value: 363.459206742. iteration 8456 found worse value: 363.459206742. iteration 8457 found worse value: 363.459206742. iteration 8458 found worse value: 363.459206742. iteration 8459 found worse value: 363.459206742. iteration 8460 found worse value: 363.459206742. iteration 8461 found worse value: 363.459206742. iteration8461, perturbing to get out of local maxima iteration 8462 found worse value: 363.459206742. iteration 8463 found worse value: 363.459206742. iteration 8464 found worse value: 363.459206742. iteration 8465 found worse value: 363.459206742. iteration 8466 found worse value: 363.459206742. iteration 8467 found worse value: 363.459206742. iteration 8468 found worse value: 363.459206742. iteration 8469 found worse value: 363.459206742. iteration 8470 found worse value: 363.459206742. iteration 8471 found worse value: 363.459206742. iteration 8472 found worse value: 363.459206742. iteration 8473 found worse value: 363.459206742. iteration 8474 found worse value: 363.459206742. iteration 8475 found worse value: 363.459206742. iteration 8476 found worse value: 363.459206742. iteration 8477 found worse value: 363.459206742. iteration 8478 found worse value: 363.459206742. iteration 8479 found worse value: 363.459206742. iteration8479, perturbing to get out of local maxima iteration 8480 found worse value: 363.459206742. iteration 8481 found worse value: 363.459206742. iteration 8482 found worse value: 363.459206742. iteration 8483 found worse value: 363.459206742. iteration 8484 found worse value: 363.459206742. iteration 8485 found worse value: 363.459206742. iteration 8486 found worse value: 363.459206742. iteration 8487 found worse value: 363.459206742. iteration 8488 found worse value: 363.459206742. iteration 8489 found worse value: 363.459206742. iteration 8490 found worse value: 363.459206742. iteration 8491 found worse value: 363.459206742. iteration 8492 found worse value: 363.459206742. iteration 8493 found worse value: 363.459206742. iteration 8494 found worse value: 363.459206742. iteration 8495 found worse value: 363.459206742. iteration8495, perturbing to get out of local maxima iteration 8496 found worse value: 363.459206742. iteration 8497 found worse value: 363.459206742. iteration 8498 found worse value: 363.459206742. iteration 8499 found worse value: 363.459206742. iteration 8500 found worse value: 363.459206742. iteration 8501 found worse value: 363.459206742. iteration 8502 found worse value: 363.459206742. iteration 8503 found worse value: 363.459206742. iteration 8504 found worse value: 363.459206742. iteration 8505 found worse value: 363.459206742. iteration8505, perturbing to get out of local maxima iteration 8506 found worse value: 363.459206742. iteration 8507 found worse value: 363.459206742. iteration 8508 found worse value: 363.459206742. iteration 8509 found worse value: 363.459206742. iteration 8510 found worse value: 363.459206742. iteration 8511 found worse value: 363.459206742. iteration 8512 found worse value: 363.459206742. iteration 8513 found worse value: 363.459206742. iteration 8514 found worse value: 363.459206742. iteration 8515 found worse value: 363.459206742. iteration 8516 found worse value: 363.459206742. iteration 8517 found worse value: 363.459206742. iteration 8518 found worse value: 363.459206742. iteration 8519 found worse value: 363.459206742. iteration 8520 found worse value: 363.459206742. iteration 8521 found worse value: 363.459206742. iteration 8522 found worse value: 363.459206742. iteration 8523 found worse value: 363.459206742. iteration8523, perturbing to get out of local maxima iteration 8524 found worse value: 363.459206742. iteration 8525 found worse value: 363.459206742. iteration 8526 found worse value: 363.459206742. iteration 8527 found worse value: 363.459206742. iteration 8528 found worse value: 363.459206742. iteration8528, perturbing to get out of local maxima iteration 8529 found worse value: 363.459206742. iteration 8530 found worse value: 363.459206742. iteration 8531 found worse value: 363.459206742. iteration8531, perturbing to get out of local maxima iteration 8532 found worse value: 363.459206742. iteration 8533 found worse value: 363.459206742. iteration 8534 found worse value: 363.459206742. iteration 8535 found worse value: 363.459206742. iteration 8536 found worse value: 363.459206742. iteration 8537 found worse value: 363.459206742. iteration 8538 found worse value: 363.459206742. iteration 8539 found worse value: 363.459206742. iteration 8540 found worse value: 363.459206742. iteration 8541 found worse value: 363.459206742. iteration 8542 found worse value: 363.459206742. iteration 8543 found worse value: 363.459206742. iteration 8544 found worse value: 363.459206742. iteration 8545 found worse value: 363.459206742. iteration 8546 found worse value: 363.459206742. iteration 8547 found worse value: 363.459206742. iteration 8548 found worse value: 363.459206742. iteration8548, perturbing to get out of local maxima iteration 8549 found worse value: 363.459206742. iteration 8550 found worse value: 363.459206742. iteration 8551 found worse value: 363.459206742. iteration 8552 found worse value: 363.459206742. iteration 8553 found worse value: 363.459206742. iteration 8554 found worse value: 363.459206742. iteration 8555 found worse value: 363.459206742. iteration8555, perturbing to get out of local maxima iteration 8556 found worse value: 363.459206742. iteration 8557 found worse value: 363.459206742. iteration 8558 found worse value: 363.459206742. iteration 8559 found worse value: 363.459206742. iteration 8560 found worse value: 363.459206742. iteration8560, perturbing to get out of local maxima iteration 8561 found worse value: 363.459206742. iteration 8562 found worse value: 363.459206742. iteration 8563 found worse value: 363.459206742. iteration 8564 found worse value: 363.459206742. iteration 8565 found worse value: 363.459206742. iteration 8566 found worse value: 363.459206742. iteration 8567 found worse value: 363.459206742. iteration 8568 found worse value: 363.459206742. iteration 8569 found worse value: 363.459206742. iteration 8570 found worse value: 363.459206742. iteration 8571 found worse value: 363.459206742. iteration 8572 found worse value: 363.459206742. iteration 8573 found worse value: 363.459206742. iteration 8574 found worse value: 363.459206742. iteration 8575 found worse value: 363.459206742. iteration 8576 found worse value: 363.459206742. iteration8576, perturbing to get out of local maxima iteration 8577 found worse value: 363.459206742. iteration 8578 found worse value: 363.459206742. iteration 8579 found worse value: 363.459206742. iteration 8580 found worse value: 363.459206742. iteration 8581 found worse value: 363.459206742. iteration 8582 found worse value: 363.459206742. iteration 8583 found worse value: 363.459206742. iteration 8584 found worse value: 363.459206742. iteration 8585 found worse value: 363.459206742. iteration 8586 found worse value: 363.459206742. iteration 8587 found worse value: 363.459206742. iteration 8588 found worse value: 363.459206742. iteration 8589 found worse value: 363.459206742. iteration 8590 found worse value: 363.459206742. iteration 8591 found worse value: 363.459206742. iteration 8592 found worse value: 363.459206742. iteration 8593 found worse value: 363.459206742. iteration 8594 found worse value: 363.459206742. iteration 8595 found worse value: 363.459206742. iteration 8596 found worse value: 363.459206742. iteration 8597 found worse value: 363.459206742. iteration 8598 found worse value: 363.459206742. iteration 8599 found worse value: 363.459206742. iteration8599, perturbing to get out of local maxima iteration 8600 found worse value: 363.459206742. iteration 8601 found worse value: 363.459206742. iteration 8602 found worse value: 363.459206742. iteration 8603 found worse value: 363.459206742. iteration 8604 found worse value: 363.459206742. iteration 8605 found worse value: 363.459206742. iteration 8606 found worse value: 363.459206742. iteration 8607 found worse value: 363.459206742. iteration 8608 found worse value: 363.459206742. iteration8608, perturbing to get out of local maxima iteration 8609 found worse value: 363.459206742. iteration 8610 found worse value: 363.459206742. iteration 8611 found worse value: 363.459206742. iteration8611, perturbing to get out of local maxima iteration 8612 found worse value: 363.459206742. iteration8612, perturbing to get out of local maxima iteration 8613 found worse value: 363.459206742. iteration8613, perturbing to get out of local maxima iteration 8614 found worse value: 363.459206742. iteration 8615 found worse value: 363.459206742. iteration 8616 found worse value: 363.459206742. iteration 8617 found worse value: 363.459206742. iteration8617, perturbing to get out of local maxima iteration 8618 found worse value: 363.459206742. iteration 8619 found worse value: 363.459206742. iteration 8620 found worse value: 363.459206742. iteration 8621 found worse value: 363.459206742. iteration 8622 found worse value: 363.459206742. iteration 8623 found worse value: 363.459206742. iteration 8624 found worse value: 363.459206742. iteration 8625 found worse value: 363.459206742. iteration 8626 found worse value: 363.459206742. iteration 8627 found worse value: 363.459206742. iteration 8628 found worse value: 363.459206742. iteration 8629 found worse value: 363.459206742. iteration 8630 found worse value: 363.459206742. iteration 8631 found worse value: 363.459206742. iteration 8632 found worse value: 363.459206742. iteration 8633 found worse value: 363.459206742. iteration 8634 found worse value: 363.459206742. iteration 8635 found worse value: 363.459206742. iteration 8636 found worse value: 363.459206742. iteration 8637 found worse value: 363.459206742. iteration 8638 found worse value: 363.459206742. iteration 8639 found worse value: 363.459206742. iteration 8640 found worse value: 363.459206742. iteration 8641 found worse value: 363.459206742. iteration 8642 found worse value: 363.459206742. iteration 8643 found worse value: 363.459206742. iteration 8644 found worse value: 363.459206742. iteration 8645 found worse value: 363.459206742. iteration 8646 found worse value: 363.459206742. iteration 8647 found worse value: 363.459206742. iteration 8648 found worse value: 363.459206742. iteration 8649 found worse value: 363.459206742. iteration 8650 found worse value: 363.459206742. iteration 8651 found worse value: 363.459206742. iteration 8652 found worse value: 363.459206742. iteration 8653 found worse value: 363.459206742. iteration 8654 found worse value: 363.459206742. iteration 8655 found worse value: 363.459206742. iteration 8656 found worse value: 363.459206742. iteration 8657 found worse value: 363.459206742. iteration 8658 found worse value: 363.459206742. iteration 8659 found worse value: 363.459206742. iteration 8660 found worse value: 363.459206742. iteration 8661 found worse value: 363.459206742. iteration8661, perturbing to get out of local maxima iteration 8662 found worse value: 363.459206742. iteration 8663 found worse value: 363.459206742. iteration 8664 found worse value: 363.459206742. iteration 8665 found worse value: 363.459206742. iteration 8666 found worse value: 363.459206742. iteration8666, perturbing to get out of local maxima iteration 8667 found worse value: 363.459206742. iteration 8668 found worse value: 363.459206742. iteration 8669 found worse value: 363.459206742. iteration 8670 found worse value: 363.459206742. iteration 8671 found worse value: 363.459206742. iteration 8672 found worse value: 363.459206742. iteration 8673 found worse value: 363.459206742. iteration 8674 found worse value: 363.459206742. iteration 8675 found worse value: 363.459206742. iteration 8676 found worse value: 363.459206742. iteration 8677 found worse value: 363.459206742. iteration 8678 found worse value: 363.459206742. iteration 8679 found worse value: 363.459206742. iteration 8680 found worse value: 363.459206742. iteration 8681 found worse value: 363.459206742. iteration 8682 found worse value: 363.459206742. iteration 8683 found worse value: 363.459206742. iteration 8684 found worse value: 363.459206742. iteration 8685 found worse value: 363.459206742. iteration 8686 found worse value: 363.459206742. iteration8686, perturbing to get out of local maxima iteration 8687 found worse value: 363.459206742. iteration8687, perturbing to get out of local maxima iteration 8688 found worse value: 363.459206742. iteration 8689 found worse value: 363.459206742. iteration 8690 found worse value: 363.459206742. iteration 8691 found worse value: 363.459206742. iteration 8692 found worse value: 363.459206742. iteration 8693 found worse value: 363.459206742. iteration 8694 found worse value: 363.459206742. iteration 8695 found worse value: 363.459206742. iteration 8696 found worse value: 363.459206742. iteration 8697 found worse value: 363.459206742. iteration 8698 found worse value: 363.459206742. iteration 8699 found worse value: 363.459206742. iteration 8700 found worse value: 363.459206742. iteration 8701 found worse value: 363.459206742. iteration 8702 found worse value: 363.459206742. iteration 8703 found worse value: 363.459206742. iteration 8704 found worse value: 363.459206742. iteration 8705 found worse value: 363.459206742. iteration8705, perturbing to get out of local maxima iteration 8706 found worse value: 363.459206742. iteration 8707 found worse value: 363.459206742. iteration 8708 found worse value: 363.459206742. iteration 8709 found worse value: 363.459206742. iteration 8710 found worse value: 363.459206742. iteration 8711 found worse value: 363.459206742. iteration 8712 found worse value: 363.459206742. iteration 8713 found worse value: 363.459206742. iteration 8714 found worse value: 363.459206742. iteration8714, perturbing to get out of local maxima iteration 8715 found worse value: 363.459206742. iteration 8716 found worse value: 363.459206742. iteration 8717 found worse value: 363.459206742. iteration 8718 found worse value: 363.459206742. iteration 8719 found worse value: 363.459206742. iteration 8720 found worse value: 363.459206742. iteration 8721 found worse value: 363.459206742. iteration 8722 found worse value: 363.459206742. iteration 8723 found worse value: 363.459206742. iteration 8724 found worse value: 363.459206742. iteration 8725 found worse value: 363.459206742. iteration 8726 found worse value: 363.459206742. iteration 8727 found worse value: 363.459206742. iteration 8728 found worse value: 363.459206742. iteration 8729 found worse value: 363.459206742. iteration 8730 found worse value: 363.459206742. iteration 8731 found worse value: 363.459206742. iteration 8732 found worse value: 363.459206742. iteration 8733 found worse value: 363.459206742. iteration 8734 found worse value: 363.459206742. iteration8734, perturbing to get out of local maxima iteration 8735 found worse value: 363.459206742. iteration 8736 found worse value: 363.459206742. iteration 8737 found worse value: 363.459206742. iteration 8738 found worse value: 363.459206742. iteration 8739 found worse value: 363.459206742. iteration 8740 found worse value: 363.459206742. iteration 8741 found worse value: 363.459206742. iteration 8742 found worse value: 363.459206742. iteration 8743 found worse value: 363.459206742. iteration 8744 found worse value: 363.459206742. iteration 8745 found worse value: 363.459206742. iteration 8746 found worse value: 363.459206742. iteration 8747 found worse value: 363.459206742. iteration8747, perturbing to get out of local maxima iteration 8748 found worse value: 363.459206742. iteration 8749 found worse value: 363.459206742. iteration 8750 found worse value: 363.459206742. iteration8750, perturbing to get out of local maxima iteration 8751 found worse value: 363.459206742. iteration 8752 found worse value: 363.459206742. iteration 8753 found worse value: 363.459206742. iteration 8754 found worse value: 363.459206742. iteration 8755 found worse value: 363.459206742. iteration 8756 found worse value: 363.459206742. iteration 8757 found worse value: 363.459206742. iteration 8758 found worse value: 363.459206742. iteration 8759 found worse value: 363.459206742. iteration 8760 found worse value: 363.459206742. iteration8760, perturbing to get out of local maxima iteration 8761 found worse value: 363.459206742. iteration 8762 found worse value: 363.459206742. iteration 8763 found worse value: 363.459206742. iteration 8764 found worse value: 363.459206742. iteration 8765 found worse value: 363.459206742. iteration 8766 found worse value: 363.459206742. iteration 8767 found worse value: 363.459206742. iteration8767, perturbing to get out of local maxima iteration 8768 found worse value: 363.459206742. iteration 8769 found worse value: 363.459206742. iteration 8770 found worse value: 363.459206742. iteration 8771 found worse value: 363.459206742. iteration 8772 found worse value: 363.459206742. iteration 8773 found worse value: 363.459206742. iteration 8774 found worse value: 363.459206742. iteration 8775 found worse value: 363.459206742. iteration8775, perturbing to get out of local maxima iteration 8776 found worse value: 363.459206742. iteration 8777 found worse value: 363.459206742. iteration 8778 found worse value: 363.459206742. iteration 8779 found worse value: 363.459206742. iteration 8780 found worse value: 363.459206742. iteration 8781 found worse value: 363.459206742. iteration 8782 found worse value: 363.459206742. iteration 8783 found worse value: 363.459206742. iteration 8784 found worse value: 363.459206742. iteration 8785 found worse value: 363.459206742. iteration 8786 found worse value: 363.459206742. iteration 8787 found worse value: 363.459206742. iteration 8788 found worse value: 363.459206742. iteration 8789 found worse value: 363.459206742. iteration 8790 found worse value: 363.459206742. iteration 8791 found worse value: 363.459206742. iteration 8792 found worse value: 363.459206742. iteration 8793 found worse value: 363.459206742. iteration 8794 found worse value: 363.459206742. iteration 8795 found worse value: 363.459206742. iteration 8796 found worse value: 363.459206742. iteration 8797 found worse value: 363.459206742. iteration 8798 found worse value: 363.459206742. iteration 8799 found worse value: 363.459206742. iteration 8800 found worse value: 363.459206742. iteration 8801 found worse value: 363.459206742. iteration 8802 found worse value: 363.459206742. iteration 8803 found worse value: 363.459206742. iteration 8804 found worse value: 363.459206742. iteration 8805 found worse value: 363.459206742. iteration8805, perturbing to get out of local maxima iteration 8806 found worse value: 363.459206742. iteration 8807 found worse value: 363.459206742. iteration 8808 found worse value: 363.459206742. iteration 8809 found worse value: 363.459206742. iteration 8810 found worse value: 363.459206742. iteration8810, perturbing to get out of local maxima iteration 8811 found worse value: 363.459206742. iteration 8812 found worse value: 363.459206742. iteration 8813 found worse value: 363.459206742. iteration 8814 found worse value: 363.459206742. iteration 8815 found worse value: 363.459206742. iteration 8816 found worse value: 363.459206742. iteration 8817 found worse value: 363.459206742. iteration 8818 found worse value: 363.459206742. iteration 8819 found worse value: 363.459206742. iteration 8820 found worse value: 363.459206742. iteration 8821 found worse value: 363.459206742. iteration 8822 found worse value: 363.459206742. iteration 8823 found worse value: 363.459206742. iteration 8824 found worse value: 363.459206742. iteration 8825 found worse value: 363.459206742. iteration8825, perturbing to get out of local maxima iteration 8826 found worse value: 363.459206742. iteration 8827 found worse value: 363.459206742. iteration 8828 found worse value: 363.459206742. iteration 8829 found worse value: 363.459206742. iteration8829, perturbing to get out of local maxima iteration 8830 found worse value: 363.459206742. iteration 8831 found worse value: 363.459206742. iteration 8832 found worse value: 363.459206742. iteration 8833 found worse value: 363.459206742. iteration 8834 found worse value: 363.459206742. iteration 8835 found worse value: 363.459206742. iteration 8836 found worse value: 363.459206742. iteration 8837 found worse value: 363.459206742. iteration 8838 found worse value: 363.459206742. iteration 8839 found worse value: 363.459206742. iteration 8840 found worse value: 363.459206742. iteration 8841 found worse value: 363.459206742. iteration8841, perturbing to get out of local maxima iteration 8842 found worse value: 363.459206742. iteration 8843 found worse value: 363.459206742. iteration8843, perturbing to get out of local maxima iteration 8844 found worse value: 363.459206742. iteration 8845 found worse value: 363.459206742. iteration 8846 found worse value: 363.459206742. iteration 8847 found worse value: 363.459206742. iteration 8848 found worse value: 363.459206742. iteration 8849 found worse value: 363.459206742. iteration 8850 found worse value: 363.459206742. iteration 8851 found worse value: 363.459206742. iteration 8852 found worse value: 363.459206742. iteration 8853 found worse value: 363.459206742. iteration 8854 found worse value: 363.459206742. iteration 8855 found worse value: 363.459206742. iteration 8856 found worse value: 363.459206742. iteration 8857 found worse value: 363.459206742. iteration 8858 found worse value: 363.459206742. iteration 8859 found worse value: 363.459206742. iteration 8860 found worse value: 363.459206742. iteration 8861 found worse value: 363.459206742. iteration 8862 found worse value: 363.459206742. iteration 8863 found worse value: 363.459206742. iteration 8864 found worse value: 363.459206742. iteration 8865 found worse value: 363.459206742. iteration 8866 found worse value: 363.459206742. iteration 8867 found worse value: 363.459206742. iteration8867, perturbing to get out of local maxima iteration 8868 found worse value: 363.459206742. iteration 8869 found worse value: 363.459206742. iteration 8870 found worse value: 363.459206742. iteration 8871 found worse value: 363.459206742. iteration 8872 found worse value: 363.459206742. iteration 8873 found worse value: 363.459206742. iteration 8874 found worse value: 363.459206742. iteration 8875 found worse value: 363.459206742. iteration 8876 found worse value: 363.459206742. iteration 8877 found worse value: 363.459206742. iteration 8878 found worse value: 363.459206742. iteration 8879 found worse value: 363.459206742. iteration8879, perturbing to get out of local maxima iteration 8880 found worse value: 363.459206742. iteration 8881 found worse value: 363.459206742. iteration 8882 found worse value: 363.459206742. iteration 8883 found worse value: 363.459206742. iteration 8884 found worse value: 363.459206742. iteration 8885 found worse value: 363.459206742. iteration 8886 found worse value: 363.459206742. iteration 8887 found worse value: 363.459206742. iteration 8888 found worse value: 363.459206742. iteration 8889 found worse value: 363.459206742. iteration 8890 found worse value: 363.459206742. iteration 8891 found worse value: 363.459206742. iteration 8892 found worse value: 363.459206742. iteration8892, perturbing to get out of local maxima iteration 8893 found worse value: 363.459206742. iteration8893, perturbing to get out of local maxima iteration 8894 found worse value: 363.459206742. iteration 8895 found worse value: 363.459206742. iteration 8896 found worse value: 363.459206742. iteration8896, perturbing to get out of local maxima iteration 8897 found worse value: 363.459206742. iteration 8898 found worse value: 363.459206742. iteration 8899 found worse value: 363.459206742. iteration8899, perturbing to get out of local maxima iteration 8900 found worse value: 363.459206742. iteration 8901 found worse value: 363.459206742. iteration 8902 found worse value: 363.459206742. iteration 8903 found worse value: 363.459206742. iteration 8904 found worse value: 363.459206742. iteration 8905 found worse value: 363.459206742. iteration 8906 found worse value: 363.459206742. iteration 8907 found worse value: 363.459206742. iteration 8908 found worse value: 363.459206742. iteration 8909 found worse value: 363.459206742. iteration 8910 found worse value: 363.459206742. iteration 8911 found worse value: 363.459206742. iteration 8912 found worse value: 363.459206742. iteration 8913 found worse value: 363.459206742. iteration 8914 found worse value: 363.459206742. iteration 8915 found worse value: 363.459206742. iteration 8916 found worse value: 363.459206742. iteration 8917 found worse value: 363.459206742. iteration 8918 found worse value: 363.459206742. iteration 8919 found worse value: 363.459206742. iteration 8920 found worse value: 363.459206742. iteration 8921 found worse value: 363.459206742. iteration 8922 found worse value: 363.459206742. iteration 8923 found worse value: 363.459206742. iteration 8924 found worse value: 363.459206742. iteration 8925 found worse value: 363.459206742. iteration 8926 found worse value: 363.459206742. iteration 8927 found worse value: 363.459206742. iteration 8928 found worse value: 363.459206742. iteration 8929 found worse value: 363.459206742. iteration 8930 found worse value: 363.459206742. iteration 8931 found worse value: 363.459206742. iteration 8932 found worse value: 363.459206742. iteration 8933 found worse value: 363.459206742. iteration 8934 found worse value: 363.459206742. iteration 8935 found worse value: 363.459206742. iteration 8936 found worse value: 363.459206742. iteration 8937 found worse value: 363.459206742. iteration 8938 found worse value: 363.459206742. iteration 8939 found worse value: 363.459206742. iteration 8940 found worse value: 363.459206742. iteration 8941 found worse value: 363.459206742. iteration 8942 found worse value: 363.459206742. iteration 8943 found worse value: 363.459206742. iteration8943, perturbing to get out of local maxima iteration 8944 found worse value: 363.459206742. iteration 8945 found worse value: 363.459206742. iteration 8946 found worse value: 363.459206742. iteration 8947 found worse value: 363.459206742. iteration 8948 found worse value: 363.459206742. iteration 8949 found worse value: 363.459206742. iteration 8950 found worse value: 363.459206742. iteration 8951 found worse value: 363.459206742. iteration 8952 found worse value: 363.459206742. iteration 8953 found worse value: 363.459206742. iteration8953, perturbing to get out of local maxima iteration 8954 found worse value: 363.459206742. iteration 8955 found worse value: 363.459206742. iteration 8956 found worse value: 363.459206742. iteration 8957 found worse value: 363.459206742. iteration 8958 found worse value: 363.459206742. iteration 8959 found worse value: 363.459206742. iteration 8960 found worse value: 363.459206742. iteration 8961 found worse value: 363.459206742. iteration 8962 found worse value: 363.459206742. iteration 8963 found worse value: 363.459206742. iteration 8964 found worse value: 363.459206742. iteration 8965 found worse value: 363.459206742. iteration 8966 found worse value: 363.459206742. iteration 8967 found worse value: 363.459206742. iteration 8968 found worse value: 363.459206742. iteration 8969 found worse value: 363.459206742. iteration 8970 found worse value: 363.459206742. iteration 8971 found worse value: 363.459206742. iteration 8972 found worse value: 363.459206742. iteration 8973 found worse value: 363.459206742. iteration 8974 found worse value: 363.459206742. iteration 8975 found worse value: 363.459206742. iteration 8976 found worse value: 363.459206742. iteration 8977 found worse value: 363.459206742. iteration 8978 found worse value: 363.459206742. iteration 8979 found worse value: 363.459206742. iteration 8980 found worse value: 363.459206742. iteration 8981 found worse value: 363.459206742. iteration 8982 found worse value: 363.459206742. iteration 8983 found worse value: 363.459206742. iteration 8984 found worse value: 363.459206742. iteration 8985 found worse value: 363.459206742. iteration 8986 found worse value: 363.459206742. iteration 8987 found worse value: 363.459206742. iteration 8988 found worse value: 363.459206742. iteration 8989 found worse value: 363.459206742. iteration 8990 found worse value: 363.459206742. iteration 8991 found worse value: 363.459206742. iteration8991, perturbing to get out of local maxima iteration 8992 found worse value: 363.459206742. iteration8992, perturbing to get out of local maxima iteration 8993 found worse value: 363.459206742. iteration 8994 found worse value: 363.459206742. iteration 8995 found worse value: 363.459206742. iteration 8996 found worse value: 363.459206742. iteration 8997 found worse value: 363.459206742. iteration 8998 found worse value: 363.459206742. iteration 8999 found worse value: 363.459206742. iteration 9000 found worse value: 363.459206742. iteration 9001 found worse value: 363.459206742. iteration 9002 found worse value: 363.459206742. iteration 9003 found worse value: 363.459206742. iteration 9004 found worse value: 363.459206742. iteration 9005 found worse value: 363.459206742. iteration 9006 found worse value: 363.459206742. iteration 9007 found worse value: 363.459206742. iteration 9008 found worse value: 363.459206742. iteration 9009 found worse value: 363.459206742. iteration 9010 found worse value: 363.459206742. iteration 9011 found worse value: 363.459206742. iteration 9012 found worse value: 363.459206742. iteration 9013 found worse value: 363.459206742. iteration 9014 found worse value: 363.459206742. iteration 9015 found worse value: 363.459206742. iteration 9016 found worse value: 363.459206742. iteration 9017 found worse value: 363.459206742. iteration 9018 found worse value: 363.459206742. iteration 9019 found worse value: 363.459206742. iteration 9020 found worse value: 363.459206742. iteration 9021 found worse value: 363.459206742. iteration 9022 found worse value: 363.459206742. iteration9022, perturbing to get out of local maxima iteration 9023 found worse value: 363.459206742. iteration 9024 found worse value: 363.459206742. iteration9024, perturbing to get out of local maxima iteration 9025 found worse value: 363.459206742. iteration 9026 found worse value: 363.459206742. iteration 9027 found worse value: 363.459206742. iteration 9028 found worse value: 363.459206742. iteration 9029 found worse value: 363.459206742. iteration 9030 found worse value: 363.459206742. iteration 9031 found worse value: 363.459206742. iteration 9032 found worse value: 363.459206742. iteration 9033 found worse value: 363.459206742. iteration 9034 found worse value: 363.459206742. iteration 9035 found worse value: 363.459206742. iteration 9036 found worse value: 363.459206742. iteration 9037 found worse value: 363.459206742. iteration 9038 found worse value: 363.459206742. iteration 9039 found worse value: 363.459206742. iteration 9040 found worse value: 363.459206742. iteration 9041 found worse value: 363.459206742. iteration 9042 found worse value: 363.459206742. iteration 9043 found worse value: 363.459206742. iteration 9044 found worse value: 363.459206742. iteration 9045 found worse value: 363.459206742. iteration 9046 found worse value: 363.459206742. iteration 9047 found worse value: 363.459206742. iteration 9048 found worse value: 363.459206742. iteration 9049 found worse value: 363.459206742. iteration 9050 found worse value: 363.459206742. iteration 9051 found worse value: 363.459206742. iteration 9052 found worse value: 363.459206742. iteration 9053 found worse value: 363.459206742. iteration 9054 found worse value: 363.459206742. iteration 9055 found worse value: 363.459206742. iteration9055, perturbing to get out of local maxima iteration 9056 found worse value: 363.459206742. iteration 9057 found worse value: 363.459206742. iteration 9058 found worse value: 363.459206742. iteration 9059 found worse value: 363.459206742. iteration 9060 found worse value: 363.459206742. iteration9060, perturbing to get out of local maxima iteration 9061 found worse value: 363.459206742. iteration 9062 found worse value: 363.459206742. iteration 9063 found worse value: 363.459206742. iteration 9064 found worse value: 363.459206742. iteration 9065 found worse value: 363.459206742. iteration 9066 found worse value: 363.459206742. iteration 9067 found worse value: 363.459206742. iteration 9068 found worse value: 363.459206742. iteration 9069 found worse value: 363.459206742. iteration 9070 found worse value: 363.459206742. iteration 9071 found worse value: 363.459206742. iteration 9072 found worse value: 363.459206742. iteration 9073 found worse value: 363.459206742. iteration 9074 found worse value: 363.459206742. iteration 9075 found worse value: 363.459206742. iteration 9076 found worse value: 363.459206742. iteration 9077 found worse value: 363.459206742. iteration9077, perturbing to get out of local maxima iteration 9078 found worse value: 363.459206742. iteration 9079 found worse value: 363.459206742. iteration 9080 found worse value: 363.459206742. iteration 9081 found worse value: 363.459206742. iteration 9082 found worse value: 363.459206742. iteration 9083 found worse value: 363.459206742. iteration 9084 found worse value: 363.459206742. iteration 9085 found worse value: 363.459206742. iteration 9086 found worse value: 363.459206742. iteration 9087 found worse value: 363.459206742. iteration 9088 found worse value: 363.459206742. iteration 9089 found worse value: 363.459206742. iteration 9090 found worse value: 363.459206742. iteration 9091 found worse value: 363.459206742. iteration 9092 found worse value: 363.459206742. iteration 9093 found worse value: 363.459206742. iteration 9094 found worse value: 363.459206742. iteration 9095 found worse value: 363.459206742. iteration 9096 found worse value: 363.459206742. iteration 9097 found worse value: 363.459206742. iteration 9098 found worse value: 363.459206742. iteration 9099 found worse value: 363.459206742. iteration 9100 found worse value: 363.459206742. iteration 9101 found worse value: 363.459206742. iteration 9102 found worse value: 363.459206742. iteration9102, perturbing to get out of local maxima iteration 9103 found worse value: 363.459206742. iteration 9104 found worse value: 363.459206742. iteration 9105 found worse value: 363.459206742. iteration 9106 found worse value: 363.459206742. iteration 9107 found worse value: 363.459206742. iteration 9108 found worse value: 363.459206742. iteration 9109 found worse value: 363.459206742. iteration9109, perturbing to get out of local maxima iteration 9110 found worse value: 363.459206742. iteration 9111 found worse value: 363.459206742. iteration9111, perturbing to get out of local maxima iteration 9112 found worse value: 363.459206742. iteration 9113 found worse value: 363.459206742. iteration 9114 found worse value: 363.459206742. iteration 9115 found worse value: 363.459206742. iteration 9116 found worse value: 363.459206742. iteration 9117 found worse value: 363.459206742. iteration 9118 found worse value: 363.459206742. iteration 9119 found worse value: 363.459206742. iteration 9120 found worse value: 363.459206742. iteration 9121 found worse value: 363.459206742. iteration 9122 found worse value: 363.459206742. iteration 9123 found worse value: 363.459206742. iteration 9124 found worse value: 363.459206742. iteration 9125 found worse value: 363.459206742. iteration 9126 found worse value: 363.459206742. iteration9126, perturbing to get out of local maxima iteration 9127 found worse value: 363.459206742. iteration 9128 found worse value: 363.459206742. iteration 9129 found worse value: 363.459206742. iteration 9130 found worse value: 363.459206742. iteration 9131 found worse value: 363.459206742. iteration 9132 found worse value: 363.459206742. iteration 9133 found worse value: 363.459206742. iteration 9134 found worse value: 363.459206742. iteration 9135 found worse value: 363.459206742. iteration 9136 found worse value: 363.459206742. iteration 9137 found worse value: 363.459206742. iteration 9138 found worse value: 363.459206742. iteration 9139 found worse value: 363.459206742. iteration 9140 found worse value: 363.459206742. iteration 9141 found worse value: 363.459206742. iteration9141, perturbing to get out of local maxima iteration 9142 found worse value: 363.459206742. iteration 9143 found worse value: 363.459206742. iteration 9144 found worse value: 363.459206742. iteration9144, perturbing to get out of local maxima iteration 9145 found worse value: 363.459206742. iteration 9146 found worse value: 363.459206742. iteration 9147 found worse value: 363.459206742. iteration 9148 found worse value: 363.459206742. iteration 9149 found worse value: 363.459206742. iteration 9150 found worse value: 363.459206742. iteration 9151 found worse value: 363.459206742. iteration 9152 found worse value: 363.459206742. iteration9152, perturbing to get out of local maxima iteration 9153 found worse value: 363.459206742. iteration 9154 found worse value: 363.459206742. iteration 9155 found worse value: 363.459206742. iteration 9156 found worse value: 363.459206742. iteration 9157 found worse value: 363.459206742. iteration 9158 found worse value: 363.459206742. iteration 9159 found worse value: 363.459206742. iteration 9160 found worse value: 363.459206742. iteration 9161 found worse value: 363.459206742. iteration 9162 found worse value: 363.459206742. iteration 9163 found worse value: 363.459206742. iteration 9164 found worse value: 363.459206742. iteration 9165 found worse value: 363.459206742. iteration 9166 found worse value: 363.459206742. iteration 9167 found worse value: 363.459206742. iteration 9168 found worse value: 363.459206742. iteration 9169 found worse value: 363.459206742. iteration 9170 found worse value: 363.459206742. iteration 9171 found worse value: 363.459206742. iteration 9172 found worse value: 363.459206742. iteration9172, perturbing to get out of local maxima iteration 9173 found worse value: 363.459206742. iteration 9174 found worse value: 363.459206742. iteration 9175 found worse value: 363.459206742. iteration 9176 found worse value: 363.459206742. iteration 9177 found worse value: 363.459206742. iteration 9178 found worse value: 363.459206742. iteration 9179 found worse value: 363.459206742. iteration 9180 found worse value: 363.459206742. iteration 9181 found worse value: 363.459206742. iteration 9182 found worse value: 363.459206742. iteration 9183 found worse value: 363.459206742. iteration 9184 found worse value: 363.459206742. iteration 9185 found worse value: 363.459206742. iteration 9186 found worse value: 363.459206742. iteration 9187 found worse value: 363.459206742. iteration 9188 found worse value: 363.459206742. iteration 9189 found worse value: 363.459206742. iteration 9190 found worse value: 363.459206742. iteration 9191 found worse value: 363.459206742. iteration 9192 found worse value: 363.459206742. iteration 9193 found worse value: 363.459206742. iteration 9194 found worse value: 363.459206742. iteration 9195 found worse value: 363.459206742. iteration 9196 found worse value: 363.459206742. iteration 9197 found worse value: 363.459206742. iteration 9198 found worse value: 363.459206742. iteration 9199 found worse value: 363.459206742. iteration 9200 found worse value: 363.459206742. iteration 9201 found worse value: 363.459206742. iteration 9202 found worse value: 363.459206742. iteration 9203 found worse value: 363.459206742. iteration 9204 found worse value: 363.459206742. iteration 9205 found worse value: 363.459206742. iteration9205, perturbing to get out of local maxima iteration 9206 found worse value: 363.459206742. iteration9206, perturbing to get out of local maxima iteration 9207 found worse value: 363.459206742. iteration 9208 found worse value: 363.459206742. iteration 9209 found worse value: 363.459206742. iteration 9210 found worse value: 363.459206742. iteration 9211 found worse value: 363.459206742. iteration 9212 found worse value: 363.459206742. iteration 9213 found worse value: 363.459206742. iteration 9214 found worse value: 363.459206742. iteration 9215 found worse value: 363.459206742. iteration 9216 found worse value: 363.459206742. iteration 9217 found worse value: 363.459206742. iteration 9218 found worse value: 363.459206742. iteration 9219 found worse value: 363.459206742. iteration 9220 found worse value: 363.459206742. iteration 9221 found worse value: 363.459206742. iteration 9222 found worse value: 363.459206742. iteration 9223 found worse value: 363.459206742. iteration 9224 found worse value: 363.459206742. iteration 9225 found worse value: 363.459206742. iteration 9226 found worse value: 363.459206742. iteration 9227 found worse value: 363.459206742. iteration 9228 found worse value: 363.459206742. iteration 9229 found worse value: 363.459206742. iteration 9230 found worse value: 363.459206742. iteration 9231 found worse value: 363.459206742. iteration 9232 found worse value: 363.459206742. iteration 9233 found worse value: 363.459206742. iteration 9234 found worse value: 363.459206742. iteration9234, perturbing to get out of local maxima iteration 9235 found worse value: 363.459206742. iteration 9236 found worse value: 363.459206742. iteration9236, perturbing to get out of local maxima iteration 9237 found worse value: 363.459206742. iteration9237, perturbing to get out of local maxima iteration 9238 found worse value: 363.459206742. iteration 9239 found worse value: 363.459206742. iteration 9240 found worse value: 363.459206742. iteration 9241 found worse value: 363.459206742. iteration 9242 found worse value: 363.459206742. iteration 9243 found worse value: 363.459206742. iteration 9244 found worse value: 363.459206742. iteration 9245 found worse value: 363.459206742. iteration 9246 found worse value: 363.459206742. iteration 9247 found worse value: 363.459206742. iteration 9248 found worse value: 363.459206742. iteration 9249 found worse value: 363.459206742. iteration 9250 found worse value: 363.459206742. iteration 9251 found worse value: 363.459206742. iteration 9252 found worse value: 363.459206742. iteration 9253 found worse value: 363.459206742. iteration 9254 found worse value: 363.459206742. iteration 9255 found worse value: 363.459206742. iteration 9256 found worse value: 363.459206742. iteration 9257 found worse value: 363.459206742. iteration 9258 found worse value: 363.459206742. iteration 9259 found worse value: 363.459206742. iteration 9260 found worse value: 363.459206742. iteration 9261 found worse value: 363.459206742. iteration 9262 found worse value: 363.459206742. iteration 9263 found worse value: 363.459206742. iteration 9264 found worse value: 363.459206742. iteration 9265 found worse value: 363.459206742. iteration 9266 found worse value: 363.459206742. iteration 9267 found worse value: 363.459206742. iteration 9268 found worse value: 363.459206742. iteration 9269 found worse value: 363.459206742. iteration 9270 found worse value: 363.459206742. iteration9270, perturbing to get out of local maxima iteration 9271 found worse value: 363.459206742. iteration 9272 found worse value: 363.459206742. iteration 9273 found worse value: 363.459206742. iteration 9274 found worse value: 363.459206742. iteration 9275 found worse value: 363.459206742. iteration 9276 found worse value: 363.459206742. iteration 9277 found worse value: 363.459206742. iteration 9278 found worse value: 363.459206742. iteration 9279 found worse value: 363.459206742. iteration 9280 found worse value: 363.459206742. iteration 9281 found worse value: 363.459206742. iteration 9282 found worse value: 363.459206742. iteration 9283 found worse value: 363.459206742. iteration 9284 found worse value: 363.459206742. iteration 9285 found worse value: 363.459206742. iteration9285, perturbing to get out of local maxima iteration 9286 found worse value: 363.459206742. iteration 9287 found worse value: 363.459206742. iteration 9288 found worse value: 363.459206742. iteration9288, perturbing to get out of local maxima iteration 9289 found worse value: 363.459206742. iteration 9290 found worse value: 363.459206742. iteration 9291 found worse value: 363.459206742. iteration 9292 found worse value: 363.459206742. iteration 9293 found worse value: 363.459206742. iteration9293, perturbing to get out of local maxima iteration 9294 found worse value: 363.459206742. iteration 9295 found worse value: 363.459206742. iteration 9296 found worse value: 363.459206742. iteration 9297 found worse value: 363.459206742. iteration 9298 found worse value: 363.459206742. iteration 9299 found worse value: 363.459206742. iteration 9300 found worse value: 363.459206742. iteration 9301 found worse value: 363.459206742. iteration 9302 found worse value: 363.459206742. iteration 9303 found worse value: 363.459206742. iteration 9304 found worse value: 363.459206742. iteration 9305 found worse value: 363.459206742. iteration 9306 found worse value: 363.459206742. iteration 9307 found worse value: 363.459206742. iteration 9308 found worse value: 363.459206742. iteration 9309 found worse value: 363.459206742. iteration 9310 found worse value: 363.459206742. iteration 9311 found worse value: 363.459206742. iteration 9312 found worse value: 363.459206742. iteration 9313 found worse value: 363.459206742. iteration 9314 found worse value: 363.459206742. iteration 9315 found worse value: 363.459206742. iteration 9316 found worse value: 363.459206742. iteration 9317 found worse value: 363.459206742. iteration 9318 found worse value: 363.459206742. iteration 9319 found worse value: 363.459206742. iteration 9320 found worse value: 363.459206742. iteration 9321 found worse value: 363.459206742. iteration 9322 found worse value: 363.459206742. iteration 9323 found worse value: 363.459206742. iteration 9324 found worse value: 363.459206742. iteration 9325 found worse value: 363.459206742. iteration 9326 found worse value: 363.459206742. iteration 9327 found worse value: 363.459206742. iteration 9328 found worse value: 363.459206742. iteration 9329 found worse value: 363.459206742. iteration 9330 found worse value: 363.459206742. iteration 9331 found worse value: 363.459206742. iteration 9332 found worse value: 363.459206742. iteration 9333 found worse value: 363.459206742. iteration 9334 found worse value: 363.459206742. iteration 9335 found worse value: 363.459206742. iteration 9336 found worse value: 363.459206742. iteration 9337 found worse value: 363.459206742. iteration 9338 found worse value: 363.459206742. iteration 9339 found worse value: 363.459206742. iteration 9340 found worse value: 363.459206742. iteration9340, perturbing to get out of local maxima iteration 9341 found worse value: 363.459206742. iteration 9342 found worse value: 363.459206742. iteration9342, perturbing to get out of local maxima iteration 9343 found worse value: 363.459206742. iteration 9344 found worse value: 363.459206742. iteration 9345 found worse value: 363.459206742. iteration 9346 found worse value: 363.459206742. iteration9346, perturbing to get out of local maxima iteration 9347 found worse value: 363.459206742. iteration 9348 found worse value: 363.459206742. iteration 9349 found worse value: 363.459206742. iteration9349, perturbing to get out of local maxima iteration 9350 found worse value: 363.459206742. iteration 9351 found worse value: 363.459206742. iteration 9352 found worse value: 363.459206742. iteration 9353 found worse value: 363.459206742. iteration 9354 found worse value: 363.459206742. iteration 9355 found worse value: 363.459206742. iteration 9356 found worse value: 363.459206742. iteration 9357 found worse value: 363.459206742. iteration 9358 found worse value: 363.459206742. iteration 9359 found worse value: 363.459206742. iteration9359, perturbing to get out of local maxima iteration 9360 found worse value: 363.459206742. iteration 9361 found worse value: 363.459206742. iteration 9362 found worse value: 363.459206742. iteration 9363 found worse value: 363.459206742. iteration 9364 found worse value: 363.459206742. iteration 9365 found worse value: 363.459206742. iteration 9366 found worse value: 363.459206742. iteration 9367 found worse value: 363.459206742. iteration 9368 found worse value: 363.459206742. iteration 9369 found worse value: 363.459206742. iteration 9370 found worse value: 363.459206742. iteration 9371 found worse value: 363.459206742. iteration 9372 found worse value: 363.459206742. iteration 9373 found worse value: 363.459206742. iteration 9374 found worse value: 363.459206742. iteration 9375 found worse value: 363.459206742. iteration 9376 found worse value: 363.459206742. iteration 9377 found worse value: 363.459206742. iteration 9378 found worse value: 363.459206742. iteration 9379 found worse value: 363.459206742. iteration 9380 found worse value: 363.459206742. iteration 9381 found worse value: 363.459206742. iteration 9382 found worse value: 363.459206742. iteration 9383 found worse value: 363.459206742. iteration 9384 found worse value: 363.459206742. iteration9384, perturbing to get out of local maxima iteration 9385 found worse value: 363.459206742. iteration 9386 found worse value: 363.459206742. iteration 9387 found worse value: 363.459206742. iteration 9388 found worse value: 363.459206742. iteration 9389 found worse value: 363.459206742. iteration9389, perturbing to get out of local maxima iteration 9390 found worse value: 363.459206742. iteration 9391 found worse value: 363.459206742. iteration 9392 found worse value: 363.459206742. iteration 9393 found worse value: 363.459206742. iteration 9394 found worse value: 363.459206742. iteration 9395 found worse value: 363.459206742. iteration 9396 found worse value: 363.459206742. iteration 9397 found worse value: 363.459206742. iteration9397, perturbing to get out of local maxima iteration 9398 found worse value: 363.459206742. iteration 9399 found worse value: 363.459206742. iteration 9400 found worse value: 363.459206742. iteration9400, perturbing to get out of local maxima iteration 9401 found worse value: 363.459206742. iteration 9402 found worse value: 363.459206742. iteration 9403 found worse value: 363.459206742. iteration 9404 found worse value: 363.459206742. iteration 9405 found worse value: 363.459206742. iteration 9406 found worse value: 363.459206742. iteration 9407 found worse value: 363.459206742. iteration 9408 found worse value: 363.459206742. iteration 9409 found worse value: 363.459206742. iteration 9410 found worse value: 363.459206742. iteration 9411 found worse value: 363.459206742. iteration 9412 found worse value: 363.459206742. iteration 9413 found worse value: 363.459206742. iteration 9414 found worse value: 363.459206742. iteration9414, perturbing to get out of local maxima iteration 9415 found worse value: 363.459206742. iteration 9416 found worse value: 363.459206742. iteration 9417 found worse value: 363.459206742. iteration 9418 found worse value: 363.459206742. iteration 9419 found worse value: 363.459206742. iteration 9420 found worse value: 363.459206742. iteration 9421 found worse value: 363.459206742. iteration 9422 found worse value: 363.459206742. iteration 9423 found worse value: 363.459206742. iteration 9424 found worse value: 363.459206742. iteration 9425 found worse value: 363.459206742. iteration 9426 found worse value: 363.459206742. iteration 9427 found worse value: 363.459206742. iteration 9428 found worse value: 363.459206742. iteration 9429 found worse value: 363.459206742. iteration 9430 found worse value: 363.459206742. iteration 9431 found worse value: 363.459206742. iteration 9432 found worse value: 363.459206742. iteration 9433 found worse value: 363.459206742. iteration 9434 found worse value: 363.459206742. iteration 9435 found worse value: 363.459206742. iteration 9436 found worse value: 363.459206742. iteration 9437 found worse value: 363.459206742. iteration 9438 found worse value: 363.459206742. iteration 9439 found worse value: 363.459206742. iteration 9440 found worse value: 363.459206742. iteration 9441 found worse value: 363.459206742. iteration 9442 found worse value: 363.459206742. iteration 9443 found worse value: 363.459206742. iteration 9444 found worse value: 363.459206742. iteration 9445 found worse value: 363.459206742. iteration 9446 found worse value: 363.459206742. iteration9446, perturbing to get out of local maxima iteration 9447 found worse value: 363.459206742. iteration 9448 found worse value: 363.459206742. iteration 9449 found worse value: 363.459206742. iteration 9450 found worse value: 363.459206742. iteration 9451 found worse value: 363.459206742. iteration 9452 found worse value: 363.459206742. iteration 9453 found worse value: 363.459206742. iteration 9454 found worse value: 363.459206742. iteration 9455 found worse value: 363.459206742. iteration 9456 found worse value: 363.459206742. iteration 9457 found worse value: 363.459206742. iteration 9458 found worse value: 363.459206742. iteration 9459 found worse value: 363.459206742. iteration 9460 found worse value: 363.459206742. iteration9460, perturbing to get out of local maxima iteration 9461 found worse value: 363.459206742. iteration 9462 found worse value: 363.459206742. iteration 9463 found worse value: 363.459206742. iteration 9464 found worse value: 363.459206742. iteration 9465 found worse value: 363.459206742. iteration 9466 found worse value: 363.459206742. iteration 9467 found worse value: 363.459206742. iteration 9468 found worse value: 363.459206742. iteration 9469 found worse value: 363.459206742. iteration 9470 found worse value: 363.459206742. iteration 9471 found worse value: 363.459206742. iteration 9472 found worse value: 363.459206742. iteration 9473 found worse value: 363.459206742. iteration 9474 found worse value: 363.459206742. iteration 9475 found worse value: 363.459206742. iteration 9476 found worse value: 363.459206742. iteration 9477 found worse value: 363.459206742. iteration 9478 found worse value: 363.459206742. iteration9478, perturbing to get out of local maxima iteration 9479 found worse value: 363.459206742. iteration 9480 found worse value: 363.459206742. iteration 9481 found worse value: 363.459206742. iteration 9482 found worse value: 363.459206742. iteration 9483 found worse value: 363.459206742. iteration 9484 found worse value: 363.459206742. iteration 9485 found worse value: 363.459206742. iteration 9486 found worse value: 363.459206742. iteration 9487 found worse value: 363.459206742. iteration 9488 found worse value: 363.459206742. iteration 9489 found worse value: 363.459206742. iteration 9490 found worse value: 363.459206742. iteration 9491 found worse value: 363.459206742. iteration 9492 found worse value: 363.459206742. iteration 9493 found worse value: 363.459206742. iteration 9494 found worse value: 363.459206742. iteration 9495 found worse value: 363.459206742. iteration 9496 found worse value: 363.459206742. iteration 9497 found worse value: 363.459206742. iteration 9498 found worse value: 363.459206742. iteration 9499 found worse value: 363.459206742. iteration 9500 found worse value: 363.459206742. iteration 9501 found worse value: 363.459206742. iteration 9502 found worse value: 363.459206742. iteration 9503 found worse value: 363.459206742. iteration 9504 found worse value: 363.459206742. iteration 9505 found worse value: 363.459206742. iteration 9506 found worse value: 363.459206742. iteration 9507 found worse value: 363.459206742. iteration 9508 found worse value: 363.459206742. iteration 9509 found worse value: 363.459206742. iteration 9510 found worse value: 363.459206742. iteration 9511 found worse value: 363.459206742. iteration 9512 found worse value: 363.459206742. iteration 9513 found worse value: 363.459206742. iteration 9514 found worse value: 363.459206742. iteration 9515 found worse value: 363.459206742. iteration9515, perturbing to get out of local maxima iteration 9516 found worse value: 363.459206742. iteration 9517 found worse value: 363.459206742. iteration 9518 found worse value: 363.459206742. iteration 9519 found worse value: 363.459206742. iteration 9520 found worse value: 363.459206742. iteration 9521 found worse value: 363.459206742. iteration 9522 found worse value: 363.459206742. iteration 9523 found worse value: 363.459206742. iteration 9524 found worse value: 363.459206742. iteration 9525 found worse value: 363.459206742. iteration 9526 found worse value: 363.459206742. iteration 9527 found worse value: 363.459206742. iteration 9528 found worse value: 363.459206742. iteration 9529 found worse value: 363.459206742. iteration9529, perturbing to get out of local maxima iteration 9530 found worse value: 363.459206742. iteration 9531 found worse value: 363.459206742. iteration 9532 found worse value: 363.459206742. iteration 9533 found worse value: 363.459206742. iteration 9534 found worse value: 363.459206742. iteration 9535 found worse value: 363.459206742. iteration 9536 found worse value: 363.459206742. iteration 9537 found worse value: 363.459206742. iteration 9538 found worse value: 363.459206742. iteration 9539 found worse value: 363.459206742. iteration 9540 found worse value: 363.459206742. iteration 9541 found worse value: 363.459206742. iteration 9542 found worse value: 363.459206742. iteration 9543 found worse value: 363.459206742. iteration 9544 found worse value: 363.459206742. iteration 9545 found worse value: 363.459206742. iteration 9546 found worse value: 363.459206742. iteration 9547 found worse value: 363.459206742. iteration 9548 found worse value: 363.459206742. iteration 9549 found worse value: 363.459206742. iteration 9550 found worse value: 363.459206742. iteration 9551 found worse value: 363.459206742. iteration 9552 found worse value: 363.459206742. iteration 9553 found worse value: 363.459206742. iteration 9554 found worse value: 363.459206742. iteration 9555 found worse value: 363.459206742. iteration9555, perturbing to get out of local maxima iteration 9556 found worse value: 363.459206742. iteration 9557 found worse value: 363.459206742. iteration 9558 found worse value: 363.459206742. iteration9558, perturbing to get out of local maxima iteration 9559 found worse value: 363.459206742. iteration 9560 found worse value: 363.459206742. iteration 9561 found worse value: 363.459206742. iteration 9562 found worse value: 363.459206742. iteration 9563 found worse value: 363.459206742. iteration9563, perturbing to get out of local maxima iteration 9564 found worse value: 363.459206742. iteration 9565 found worse value: 363.459206742. iteration 9566 found worse value: 363.459206742. iteration 9567 found worse value: 363.459206742. iteration 9568 found worse value: 363.459206742. iteration 9569 found worse value: 363.459206742. iteration 9570 found worse value: 363.459206742. iteration 9571 found worse value: 363.459206742. iteration 9572 found worse value: 363.459206742. iteration9572, perturbing to get out of local maxima iteration 9573 found worse value: 363.459206742. iteration 9574 found worse value: 363.459206742. iteration 9575 found worse value: 363.459206742. iteration 9576 found worse value: 363.459206742. iteration 9577 found worse value: 363.459206742. iteration 9578 found worse value: 363.459206742. iteration9578, perturbing to get out of local maxima iteration 9579 found worse value: 363.459206742. iteration 9580 found worse value: 363.459206742. iteration 9581 found worse value: 363.459206742. iteration 9582 found worse value: 363.459206742. iteration 9583 found worse value: 363.459206742. iteration 9584 found worse value: 363.459206742. iteration 9585 found worse value: 363.459206742. iteration 9586 found worse value: 363.459206742. iteration 9587 found worse value: 363.459206742. iteration 9588 found worse value: 363.459206742. iteration 9589 found worse value: 363.459206742. iteration 9590 found worse value: 363.459206742. iteration 9591 found worse value: 363.459206742. iteration 9592 found worse value: 363.459206742. iteration 9593 found worse value: 363.459206742. iteration 9594 found worse value: 363.459206742. iteration 9595 found worse value: 363.459206742. iteration 9596 found worse value: 363.459206742. iteration 9597 found worse value: 363.459206742. iteration 9598 found worse value: 363.459206742. iteration9598, perturbing to get out of local maxima iteration 9599 found worse value: 363.459206742. iteration 9600 found worse value: 363.459206742. iteration 9601 found worse value: 363.459206742. iteration 9602 found worse value: 363.459206742. iteration9602, perturbing to get out of local maxima iteration 9603 found worse value: 363.459206742. iteration 9604 found worse value: 363.459206742. iteration 9605 found worse value: 363.459206742. iteration 9606 found worse value: 363.459206742. iteration 9607 found worse value: 363.459206742. iteration 9608 found worse value: 363.459206742. iteration 9609 found worse value: 363.459206742. iteration9609, perturbing to get out of local maxima iteration 9610 found worse value: 363.459206742. iteration 9611 found worse value: 363.459206742. iteration 9612 found worse value: 363.459206742. iteration 9613 found worse value: 363.459206742. iteration 9614 found worse value: 363.459206742. iteration9614, perturbing to get out of local maxima iteration 9615 found worse value: 363.459206742. iteration 9616 found worse value: 363.459206742. iteration 9617 found worse value: 363.459206742. iteration 9618 found worse value: 363.459206742. iteration 9619 found worse value: 363.459206742. iteration 9620 found worse value: 363.459206742. iteration 9621 found worse value: 363.459206742. iteration 9622 found worse value: 363.459206742. iteration 9623 found worse value: 363.459206742. iteration 9624 found worse value: 363.459206742. iteration 9625 found worse value: 363.459206742. iteration 9626 found worse value: 363.459206742. iteration 9627 found worse value: 363.459206742. iteration 9628 found worse value: 363.459206742. iteration 9629 found worse value: 363.459206742. iteration 9630 found worse value: 363.459206742. iteration9630, perturbing to get out of local maxima iteration 9631 found worse value: 363.459206742. iteration9631, perturbing to get out of local maxima iteration 9632 found worse value: 363.459206742. iteration 9633 found worse value: 363.459206742. iteration 9634 found worse value: 363.459206742. iteration 9635 found worse value: 363.459206742. iteration 9636 found worse value: 363.459206742. iteration 9637 found worse value: 363.459206742. iteration 9638 found worse value: 363.459206742. iteration 9639 found worse value: 363.459206742. iteration 9640 found worse value: 363.459206742. iteration 9641 found worse value: 363.459206742. iteration 9642 found worse value: 363.459206742. iteration 9643 found worse value: 363.459206742. iteration 9644 found worse value: 363.459206742. iteration 9645 found worse value: 363.459206742. iteration 9646 found worse value: 363.459206742. iteration 9647 found worse value: 363.459206742. iteration 9648 found worse value: 363.459206742. iteration 9649 found worse value: 363.459206742. iteration 9650 found worse value: 363.459206742. iteration 9651 found worse value: 363.459206742. iteration 9652 found worse value: 363.459206742. iteration 9653 found worse value: 363.459206742. iteration 9654 found worse value: 363.459206742. iteration 9655 found worse value: 363.459206742. iteration 9656 found worse value: 363.459206742. iteration 9657 found worse value: 363.459206742. iteration 9658 found worse value: 363.459206742. iteration 9659 found worse value: 363.459206742. iteration 9660 found worse value: 363.459206742. iteration 9661 found worse value: 363.459206742. iteration 9662 found worse value: 363.459206742. iteration 9663 found worse value: 363.459206742. iteration 9664 found worse value: 363.459206742. iteration 9665 found worse value: 363.459206742. iteration 9666 found worse value: 363.459206742. iteration 9667 found worse value: 363.459206742. iteration 9668 found worse value: 363.459206742. iteration 9669 found worse value: 363.459206742. iteration 9670 found worse value: 363.459206742. iteration 9671 found worse value: 363.459206742. iteration 9672 found worse value: 363.459206742. iteration 9673 found worse value: 363.459206742. iteration 9674 found worse value: 363.459206742. iteration 9675 found worse value: 363.459206742. iteration 9676 found worse value: 363.459206742. iteration 9677 found worse value: 363.459206742. iteration 9678 found worse value: 363.459206742. iteration 9679 found worse value: 363.459206742. iteration 9680 found worse value: 363.459206742. iteration 9681 found worse value: 363.459206742. iteration9681, perturbing to get out of local maxima iteration 9682 found worse value: 363.459206742. iteration 9683 found worse value: 363.459206742. iteration 9684 found worse value: 363.459206742. iteration 9685 found worse value: 363.459206742. iteration 9686 found worse value: 363.459206742. iteration9686, perturbing to get out of local maxima iteration 9687 found worse value: 363.459206742. iteration 9688 found worse value: 363.459206742. iteration 9689 found worse value: 363.459206742. iteration 9690 found worse value: 363.459206742. iteration 9691 found worse value: 363.459206742. iteration 9692 found worse value: 363.459206742. iteration 9693 found worse value: 363.459206742. iteration 9694 found worse value: 363.459206742. iteration 9695 found worse value: 363.459206742. iteration 9696 found worse value: 363.459206742. iteration 9697 found worse value: 363.459206742. iteration 9698 found worse value: 363.459206742. iteration 9699 found worse value: 363.459206742. iteration9699, perturbing to get out of local maxima iteration 9700 found worse value: 363.459206742. iteration 9701 found worse value: 363.459206742. iteration 9702 found worse value: 363.459206742. iteration 9703 found worse value: 363.459206742. iteration 9704 found worse value: 363.459206742. iteration 9705 found worse value: 363.459206742. iteration 9706 found worse value: 363.459206742. iteration9706, perturbing to get out of local maxima iteration 9707 found worse value: 363.459206742. iteration 9708 found worse value: 363.459206742. iteration 9709 found worse value: 363.459206742. iteration 9710 found worse value: 363.459206742. iteration 9711 found worse value: 363.459206742. iteration 9712 found worse value: 363.459206742. iteration9712, perturbing to get out of local maxima iteration 9713 found worse value: 363.459206742. iteration 9714 found worse value: 363.459206742. iteration 9715 found worse value: 363.459206742. iteration 9716 found worse value: 363.459206742. iteration 9717 found worse value: 363.459206742. iteration 9718 found worse value: 363.459206742. iteration 9719 found worse value: 363.459206742. iteration 9720 found worse value: 363.459206742. iteration9720, perturbing to get out of local maxima iteration 9721 found worse value: 363.459206742. iteration 9722 found worse value: 363.459206742. iteration 9723 found worse value: 363.459206742. iteration 9724 found worse value: 363.459206742. iteration 9725 found worse value: 363.459206742. iteration 9726 found worse value: 363.459206742. iteration 9727 found worse value: 363.459206742. iteration 9728 found worse value: 363.459206742. iteration 9729 found worse value: 363.459206742. iteration 9730 found worse value: 363.459206742. iteration 9731 found worse value: 363.459206742. iteration 9732 found worse value: 363.459206742. iteration 9733 found worse value: 363.459206742. iteration 9734 found worse value: 363.459206742. iteration 9735 found worse value: 363.459206742. iteration 9736 found worse value: 363.459206742. iteration 9737 found worse value: 363.459206742. iteration 9738 found worse value: 363.459206742. iteration 9739 found worse value: 363.459206742. iteration 9740 found worse value: 363.459206742. iteration 9741 found worse value: 363.459206742. iteration 9742 found worse value: 363.459206742. iteration 9743 found worse value: 363.459206742. iteration 9744 found worse value: 363.459206742. iteration 9745 found worse value: 363.459206742. iteration 9746 found worse value: 363.459206742. iteration 9747 found worse value: 363.459206742. iteration 9748 found worse value: 363.459206742. iteration 9749 found worse value: 363.459206742. iteration 9750 found worse value: 363.459206742. iteration 9751 found worse value: 363.459206742. iteration 9752 found worse value: 363.459206742. iteration 9753 found worse value: 363.459206742. iteration 9754 found worse value: 363.459206742. iteration 9755 found worse value: 363.459206742. iteration 9756 found worse value: 363.459206742. iteration 9757 found worse value: 363.459206742. iteration 9758 found worse value: 363.459206742. iteration 9759 found worse value: 363.459206742. iteration 9760 found worse value: 363.459206742. iteration 9761 found worse value: 363.459206742. iteration 9762 found worse value: 363.459206742. iteration 9763 found worse value: 363.459206742. iteration 9764 found worse value: 363.459206742. iteration 9765 found worse value: 363.459206742. iteration 9766 found worse value: 363.459206742. iteration9766, perturbing to get out of local maxima iteration 9767 found worse value: 363.459206742. iteration 9768 found worse value: 363.459206742. iteration 9769 found worse value: 363.459206742. iteration 9770 found worse value: 363.459206742. iteration 9771 found worse value: 363.459206742. iteration 9772 found worse value: 363.459206742. iteration 9773 found worse value: 363.459206742. iteration 9774 found worse value: 363.459206742. iteration 9775 found worse value: 363.459206742. iteration 9776 found worse value: 363.459206742. iteration9776, perturbing to get out of local maxima iteration 9777 found worse value: 363.459206742. iteration 9778 found worse value: 363.459206742. iteration 9779 found worse value: 363.459206742. iteration9779, perturbing to get out of local maxima iteration 9780 found worse value: 363.459206742. iteration 9781 found worse value: 363.459206742. iteration 9782 found worse value: 363.459206742. iteration 9783 found worse value: 363.459206742. iteration 9784 found worse value: 363.459206742. iteration 9785 found worse value: 363.459206742. iteration 9786 found worse value: 363.459206742. iteration 9787 found worse value: 363.459206742. iteration 9788 found worse value: 363.459206742. iteration 9789 found worse value: 363.459206742. iteration 9790 found worse value: 363.459206742. iteration 9791 found worse value: 363.459206742. iteration 9792 found worse value: 363.459206742. iteration 9793 found worse value: 363.459206742. iteration 9794 found worse value: 363.459206742. iteration 9795 found worse value: 363.459206742. iteration 9796 found worse value: 363.459206742. iteration 9797 found worse value: 363.459206742. iteration 9798 found worse value: 363.459206742. iteration 9799 found worse value: 363.459206742. iteration 9800 found worse value: 363.459206742. iteration 9801 found worse value: 363.459206742. iteration 9802 found worse value: 363.459206742. iteration 9803 found worse value: 363.459206742. iteration 9804 found worse value: 363.459206742. iteration 9805 found worse value: 363.459206742. iteration 9806 found worse value: 363.459206742. iteration 9807 found worse value: 363.459206742. iteration 9808 found worse value: 363.459206742. iteration 9809 found worse value: 363.459206742. iteration 9810 found worse value: 363.459206742. iteration 9811 found worse value: 363.459206742. iteration 9812 found worse value: 363.459206742. iteration 9813 found worse value: 363.459206742. iteration9813, perturbing to get out of local maxima iteration 9814 found worse value: 363.459206742. iteration 9815 found worse value: 363.459206742. iteration 9816 found worse value: 363.459206742. iteration 9817 found worse value: 363.459206742. iteration 9818 found worse value: 363.459206742. iteration 9819 found worse value: 363.459206742. iteration9819, perturbing to get out of local maxima iteration 9820 found worse value: 363.459206742. iteration 9821 found worse value: 363.459206742. iteration 9822 found worse value: 363.459206742. iteration 9823 found worse value: 363.459206742. iteration 9824 found worse value: 363.459206742. iteration 9825 found worse value: 363.459206742. iteration 9826 found worse value: 363.459206742. iteration9826, perturbing to get out of local maxima iteration 9827 found worse value: 363.459206742. iteration 9828 found worse value: 363.459206742. iteration 9829 found worse value: 363.459206742. iteration 9830 found worse value: 363.459206742. iteration 9831 found worse value: 363.459206742. iteration 9832 found worse value: 363.459206742. iteration 9833 found worse value: 363.459206742. iteration 9834 found worse value: 363.459206742. iteration 9835 found worse value: 363.459206742. iteration 9836 found worse value: 363.459206742. iteration 9837 found worse value: 363.459206742. iteration 9838 found worse value: 363.459206742. iteration 9839 found worse value: 363.459206742. iteration 9840 found worse value: 363.459206742. iteration9840, perturbing to get out of local maxima iteration 9841 found worse value: 363.459206742. iteration 9842 found worse value: 363.459206742. iteration 9843 found worse value: 363.459206742. iteration 9844 found worse value: 363.459206742. iteration 9845 found worse value: 363.459206742. iteration 9846 found worse value: 363.459206742. iteration 9847 found worse value: 363.459206742. iteration 9848 found worse value: 363.459206742. iteration 9849 found worse value: 363.459206742. iteration 9850 found worse value: 363.459206742. iteration 9851 found worse value: 363.459206742. iteration 9852 found worse value: 363.459206742. iteration 9853 found worse value: 363.459206742. iteration 9854 found worse value: 363.459206742. iteration 9855 found worse value: 363.459206742. iteration 9856 found worse value: 363.459206742. iteration 9857 found worse value: 363.459206742. iteration 9858 found worse value: 363.459206742. iteration 9859 found worse value: 363.459206742. iteration 9860 found worse value: 363.459206742. iteration 9861 found worse value: 363.459206742. iteration 9862 found worse value: 363.459206742. iteration 9863 found worse value: 363.459206742. iteration 9864 found worse value: 363.459206742. iteration 9865 found worse value: 363.459206742. iteration 9866 found worse value: 363.459206742. iteration 9867 found worse value: 363.459206742. iteration 9868 found worse value: 363.459206742. iteration 9869 found worse value: 363.459206742. iteration 9870 found worse value: 363.459206742. iteration 9871 found worse value: 363.459206742. iteration9871, perturbing to get out of local maxima iteration 9872 found worse value: 363.459206742. iteration 9873 found worse value: 363.459206742. iteration 9874 found worse value: 363.459206742. iteration 9875 found worse value: 363.459206742. iteration9875, perturbing to get out of local maxima iteration 9876 found worse value: 363.459206742. iteration 9877 found worse value: 363.459206742. iteration 9878 found worse value: 363.459206742. iteration 9879 found worse value: 363.459206742. iteration 9880 found worse value: 363.459206742. iteration 9881 found worse value: 363.459206742. iteration 9882 found worse value: 363.459206742. iteration 9883 found worse value: 363.459206742. iteration 9884 found worse value: 363.459206742. iteration 9885 found worse value: 363.459206742. iteration 9886 found worse value: 363.459206742. iteration 9887 found worse value: 363.459206742. iteration 9888 found worse value: 363.459206742. iteration 9889 found worse value: 363.459206742. iteration 9890 found worse value: 363.459206742. iteration 9891 found worse value: 363.459206742. iteration 9892 found worse value: 363.459206742. iteration 9893 found worse value: 363.459206742. iteration 9894 found worse value: 363.459206742. iteration 9895 found worse value: 363.459206742. iteration 9896 found worse value: 363.459206742. iteration 9897 found worse value: 363.459206742. iteration 9898 found worse value: 363.459206742. iteration 9899 found worse value: 363.459206742. iteration 9900 found worse value: 363.459206742. iteration 9901 found worse value: 363.459206742. iteration 9902 found worse value: 363.459206742. iteration 9903 found worse value: 363.459206742. iteration 9904 found worse value: 363.459206742. iteration 9905 found worse value: 363.459206742. iteration 9906 found worse value: 363.459206742. iteration 9907 found worse value: 363.459206742. iteration 9908 found worse value: 363.459206742. iteration 9909 found worse value: 363.459206742. iteration9909, perturbing to get out of local maxima iteration 9910 found worse value: 363.459206742. iteration9910, perturbing to get out of local maxima iteration 9911 found worse value: 363.459206742. iteration 9912 found worse value: 363.459206742. iteration 9913 found worse value: 363.459206742. iteration 9914 found worse value: 363.459206742. iteration 9915 found worse value: 363.459206742. iteration 9916 found worse value: 363.459206742. iteration 9917 found worse value: 363.459206742. iteration 9918 found worse value: 363.459206742. iteration 9919 found worse value: 363.459206742. iteration9919, perturbing to get out of local maxima iteration 9920 found worse value: 363.459206742. iteration 9921 found worse value: 363.459206742. iteration 9922 found worse value: 363.459206742. iteration 9923 found worse value: 363.459206742. iteration 9924 found worse value: 363.459206742. iteration 9925 found worse value: 363.459206742. iteration 9926 found worse value: 363.459206742. iteration 9927 found worse value: 363.459206742. iteration 9928 found worse value: 363.459206742. iteration 9929 found worse value: 363.459206742. iteration 9930 found worse value: 363.459206742. iteration 9931 found worse value: 363.459206742. iteration9931, perturbing to get out of local maxima iteration 9932 found worse value: 363.459206742. iteration9932, perturbing to get out of local maxima iteration 9933 found worse value: 363.459206742. iteration 9934 found worse value: 363.459206742. iteration 9935 found worse value: 363.459206742. iteration 9936 found worse value: 363.459206742. iteration 9937 found worse value: 363.459206742. iteration 9938 found worse value: 363.459206742. iteration9938, perturbing to get out of local maxima iteration 9939 found worse value: 363.459206742. iteration 9940 found worse value: 363.459206742. iteration 9941 found worse value: 363.459206742. iteration 9942 found worse value: 363.459206742. iteration9942, perturbing to get out of local maxima iteration 9943 found worse value: 363.459206742. iteration 9944 found worse value: 363.459206742. iteration 9945 found worse value: 363.459206742. iteration 9946 found worse value: 363.459206742. iteration 9947 found worse value: 363.459206742. iteration 9948 found worse value: 363.459206742. iteration 9949 found worse value: 363.459206742. iteration 9950 found worse value: 363.459206742. iteration9950, perturbing to get out of local maxima iteration 9951 found worse value: 363.459206742. iteration 9952 found worse value: 363.459206742. iteration 9953 found worse value: 363.459206742. iteration 9954 found worse value: 363.459206742. iteration 9955 found worse value: 363.459206742. iteration 9956 found worse value: 363.459206742. iteration 9957 found worse value: 363.459206742. iteration 9958 found worse value: 363.459206742. iteration 9959 found worse value: 363.459206742. iteration 9960 found worse value: 363.459206742. iteration 9961 found worse value: 363.459206742. iteration 9962 found worse value: 363.459206742. iteration9962, perturbing to get out of local maxima iteration 9963 found worse value: 363.459206742. iteration 9964 found worse value: 363.459206742. iteration 9965 found worse value: 363.459206742. iteration 9966 found worse value: 363.459206742. iteration 9967 found worse value: 363.459206742. iteration 9968 found worse value: 363.459206742. iteration 9969 found worse value: 363.459206742. iteration 9970 found worse value: 363.459206742. iteration 9971 found worse value: 363.459206742. iteration 9972 found worse value: 363.459206742. iteration 9973 found worse value: 363.459206742. iteration 9974 found worse value: 363.459206742. iteration 9975 found worse value: 363.459206742. iteration 9976 found worse value: 363.459206742. iteration 9977 found worse value: 363.459206742. iteration 9978 found worse value: 363.459206742. iteration 9979 found worse value: 363.459206742. iteration 9980 found worse value: 363.459206742. iteration 9981 found worse value: 363.459206742. iteration 9982 found worse value: 363.459206742. iteration 9983 found worse value: 363.459206742. iteration 9984 found worse value: 363.459206742. iteration 9985 found worse value: 363.459206742. iteration 9986 found worse value: 363.459206742. iteration 9987 found worse value: 363.459206742. iteration 9988 found worse value: 363.459206742. iteration 9989 found worse value: 363.459206742. iteration 9990 found worse value: 363.459206742. iteration 9991 found worse value: 363.459206742. iteration 9992 found worse value: 363.459206742. iteration 9993 found worse value: 363.459206742. iteration 9994 found worse value: 363.459206742. iteration 9995 found worse value: 363.459206742. iteration9995, perturbing to get out of local maxima iteration 9996 found worse value: 363.459206742. iteration 9997 found worse value: 363.459206742. iteration 9998 found worse value: 363.459206742. iteration 9999 found worse value: 363.459206742. iteration 10000 found worse value: 363.459206742. iteration 10001 found worse value: 363.459206742. iteration10001, perturbing to get out of local maxima iteration 10002 found worse value: 363.459206742. iteration 10003 found worse value: 363.459206742. iteration 10004 found worse value: 363.459206742. iteration 10005 found worse value: 363.459206742. iteration 10006 found worse value: 363.459206742. iteration 10007 found worse value: 363.459206742. iteration 10008 found worse value: 363.459206742. iteration 10009 found worse value: 363.459206742. iteration 10010 found worse value: 363.459206742. iteration 10011 found worse value: 363.459206742. iteration 10012 found worse value: 363.459206742. iteration 10013 found worse value: 363.459206742. iteration 10014 found worse value: 363.459206742. iteration 10015 found worse value: 363.459206742. iteration 10016 found worse value: 363.459206742. iteration 10017 found worse value: 363.459206742. iteration 10018 found worse value: 363.459206742. iteration 10019 found worse value: 363.459206742. iteration 10020 found worse value: 363.459206742. iteration 10021 found worse value: 363.459206742. iteration10021, perturbing to get out of local maxima iteration 10022 found worse value: 363.459206742. iteration 10023 found worse value: 363.459206742. iteration 10024 found worse value: 363.459206742. iteration 10025 found worse value: 363.459206742. iteration 10026 found worse value: 363.459206742. iteration 10027 found worse value: 363.459206742. iteration 10028 found worse value: 363.459206742. iteration 10029 found worse value: 363.459206742. iteration 10030 found worse value: 363.459206742. iteration 10031 found worse value: 363.459206742. iteration 10032 found worse value: 363.459206742. iteration 10033 found worse value: 363.459206742. iteration 10034 found worse value: 363.459206742. iteration 10035 found worse value: 363.459206742. iteration 10036 found worse value: 363.459206742. iteration 10037 found worse value: 363.459206742. iteration 10038 found worse value: 363.459206742. iteration 10039 found worse value: 363.459206742. iteration 10040 found worse value: 363.459206742. iteration 10041 found worse value: 363.459206742. iteration 10042 found worse value: 363.459206742. iteration 10043 found worse value: 363.459206742. iteration 10044 found worse value: 363.459206742. iteration 10045 found worse value: 363.459206742. iteration 10046 found worse value: 363.459206742. iteration 10047 found worse value: 363.459206742. iteration 10048 found worse value: 363.459206742. iteration10048, perturbing to get out of local maxima iteration 10049 found worse value: 363.459206742. iteration 10050 found worse value: 363.459206742. iteration 10051 found worse value: 363.459206742. iteration 10052 found worse value: 363.459206742. iteration 10053 found worse value: 363.459206742. iteration 10054 found worse value: 363.459206742. iteration 10055 found worse value: 363.459206742. iteration10055, perturbing to get out of local maxima iteration 10056 found worse value: 363.459206742. iteration 10057 found worse value: 363.459206742. iteration 10058 found worse value: 363.459206742. iteration 10059 found worse value: 363.459206742. iteration 10060 found worse value: 363.459206742. iteration 10061 found worse value: 363.459206742. iteration 10062 found worse value: 363.459206742. iteration 10063 found worse value: 363.459206742. iteration 10064 found worse value: 363.459206742. iteration 10065 found worse value: 363.459206742. iteration 10066 found worse value: 363.459206742. iteration 10067 found worse value: 363.459206742. iteration 10068 found worse value: 363.459206742. iteration10068, perturbing to get out of local maxima iteration 10069 found worse value: 363.459206742. iteration 10070 found worse value: 363.459206742. iteration 10071 found worse value: 363.459206742. iteration10071, perturbing to get out of local maxima iteration 10072 found worse value: 363.459206742. iteration 10073 found worse value: 363.459206742. iteration 10074 found worse value: 363.459206742. iteration 10075 found worse value: 363.459206742. iteration 10076 found worse value: 363.459206742. iteration 10077 found worse value: 363.459206742. iteration 10078 found worse value: 363.459206742. iteration 10079 found worse value: 363.459206742. iteration 10080 found worse value: 363.459206742. iteration 10081 found worse value: 363.459206742. iteration 10082 found worse value: 363.459206742. iteration 10083 found worse value: 363.459206742. iteration 10084 found worse value: 363.459206742. iteration 10085 found worse value: 363.459206742. iteration 10086 found worse value: 363.459206742. iteration 10087 found worse value: 363.459206742. iteration 10088 found worse value: 363.459206742. iteration 10089 found worse value: 363.459206742. iteration 10090 found worse value: 363.459206742. iteration 10091 found worse value: 363.459206742. iteration 10092 found worse value: 363.459206742. iteration 10093 found worse value: 363.459206742. iteration 10094 found worse value: 363.459206742. iteration 10095 found worse value: 363.459206742. iteration 10096 found worse value: 363.459206742. iteration 10097 found worse value: 363.459206742. iteration 10098 found worse value: 363.459206742. iteration 10099 found worse value: 363.459206742. iteration 10100 found worse value: 363.459206742. iteration 10101 found worse value: 363.459206742. iteration 10102 found worse value: 363.459206742. iteration 10103 found worse value: 363.459206742. iteration 10104 found worse value: 363.459206742. iteration 10105 found worse value: 363.459206742. iteration 10106 found worse value: 363.459206742. iteration 10107 found worse value: 363.459206742. iteration 10108 found worse value: 363.459206742. iteration 10109 found worse value: 363.459206742. iteration 10110 found worse value: 363.459206742. iteration 10111 found worse value: 363.459206742. iteration 10112 found worse value: 363.459206742. iteration 10113 found worse value: 363.459206742. iteration 10114 found worse value: 363.459206742. iteration 10115 found worse value: 363.459206742. iteration 10116 found worse value: 363.459206742. iteration 10117 found worse value: 363.459206742. iteration 10118 found worse value: 363.459206742. iteration 10119 found worse value: 363.459206742. iteration 10120 found worse value: 363.459206742. iteration 10121 found worse value: 363.459206742. iteration 10122 found worse value: 363.459206742. iteration 10123 found worse value: 363.459206742. iteration 10124 found worse value: 363.459206742. iteration 10125 found worse value: 363.459206742. iteration 10126 found worse value: 363.459206742. iteration 10127 found worse value: 363.459206742. iteration10127, perturbing to get out of local maxima iteration 10128 found worse value: 363.459206742. iteration 10129 found worse value: 363.459206742. iteration 10130 found worse value: 363.459206742. iteration 10131 found worse value: 363.459206742. iteration 10132 found worse value: 363.459206742. iteration 10133 found worse value: 363.459206742. iteration 10134 found worse value: 363.459206742. iteration 10135 found worse value: 363.459206742. iteration 10136 found worse value: 363.459206742. iteration 10137 found worse value: 363.459206742. iteration 10138 found worse value: 363.459206742. iteration 10139 found worse value: 363.459206742. iteration 10140 found worse value: 363.459206742. iteration 10141 found worse value: 363.459206742. iteration 10142 found worse value: 363.459206742. iteration 10143 found worse value: 363.459206742. iteration 10144 found worse value: 363.459206742. iteration 10145 found worse value: 363.459206742. iteration 10146 found worse value: 363.459206742. iteration 10147 found worse value: 363.459206742. iteration 10148 found worse value: 363.459206742. iteration 10149 found worse value: 363.459206742. iteration 10150 found worse value: 363.459206742. iteration 10151 found worse value: 363.459206742. iteration 10152 found worse value: 363.459206742. iteration 10153 found worse value: 363.459206742. iteration 10154 found worse value: 363.459206742. iteration 10155 found worse value: 363.459206742. iteration 10156 found worse value: 363.459206742. iteration 10157 found worse value: 363.459206742. iteration10157, perturbing to get out of local maxima iteration 10158 found worse value: 363.459206742. iteration 10159 found worse value: 363.459206742. iteration 10160 found worse value: 363.459206742. iteration10160, perturbing to get out of local maxima iteration 10161 found worse value: 363.459206742. iteration 10162 found worse value: 363.459206742. iteration 10163 found worse value: 363.459206742. iteration 10164 found worse value: 363.459206742. iteration 10165 found worse value: 363.459206742. iteration 10166 found worse value: 363.459206742. iteration 10167 found worse value: 363.459206742. iteration 10168 found worse value: 363.459206742. iteration 10169 found worse value: 363.459206742. iteration 10170 found worse value: 363.459206742. iteration 10171 found worse value: 363.459206742. iteration 10172 found worse value: 363.459206742. iteration 10173 found worse value: 363.459206742. iteration 10174 found worse value: 363.459206742. iteration 10175 found worse value: 363.459206742. iteration 10176 found worse value: 363.459206742. iteration 10177 found worse value: 363.459206742. iteration 10178 found worse value: 363.459206742. iteration 10179 found worse value: 363.459206742. iteration 10180 found worse value: 363.459206742. iteration 10181 found worse value: 363.459206742. iteration 10182 found worse value: 363.459206742. iteration 10183 found worse value: 363.459206742. iteration 10184 found worse value: 363.459206742. iteration 10185 found worse value: 363.459206742. iteration 10186 found worse value: 363.459206742. iteration 10187 found worse value: 363.459206742. iteration 10188 found worse value: 363.459206742. iteration 10189 found worse value: 363.459206742. iteration 10190 found worse value: 363.459206742. iteration10190, perturbing to get out of local maxima iteration 10191 found worse value: 363.459206742. iteration 10192 found worse value: 363.459206742. iteration 10193 found worse value: 363.459206742. iteration 10194 found worse value: 363.459206742. iteration 10195 found worse value: 363.459206742. iteration 10196 found worse value: 363.459206742. iteration 10197 found worse value: 363.459206742. iteration 10198 found worse value: 363.459206742. iteration 10199 found worse value: 363.459206742. iteration 10200 found worse value: 363.459206742. iteration 10201 found worse value: 363.459206742. iteration 10202 found worse value: 363.459206742. iteration 10203 found worse value: 363.459206742. iteration 10204 found worse value: 363.459206742. iteration 10205 found worse value: 363.459206742. iteration 10206 found worse value: 363.459206742. iteration 10207 found worse value: 363.459206742. iteration 10208 found worse value: 363.459206742. iteration 10209 found worse value: 363.459206742. iteration 10210 found worse value: 363.459206742. iteration 10211 found worse value: 363.459206742. iteration 10212 found worse value: 363.459206742. iteration 10213 found worse value: 363.459206742. iteration 10214 found worse value: 363.459206742. iteration 10215 found worse value: 363.459206742. iteration 10216 found worse value: 363.459206742. iteration 10217 found worse value: 363.459206742. iteration 10218 found worse value: 363.459206742. iteration 10219 found worse value: 363.459206742. iteration 10220 found worse value: 363.459206742. iteration 10221 found worse value: 363.459206742. iteration 10222 found worse value: 363.459206742. iteration 10223 found worse value: 363.459206742. iteration 10224 found worse value: 363.459206742. iteration 10225 found worse value: 363.459206742. iteration 10226 found worse value: 363.459206742. iteration10226, perturbing to get out of local maxima iteration 10227 found worse value: 363.459206742. iteration 10228 found worse value: 363.459206742. iteration 10229 found worse value: 363.459206742. iteration 10230 found worse value: 363.459206742. iteration 10231 found worse value: 363.459206742. iteration 10232 found worse value: 363.459206742. iteration 10233 found worse value: 363.459206742. iteration 10234 found worse value: 363.459206742. iteration 10235 found worse value: 363.459206742. iteration 10236 found worse value: 363.459206742. iteration 10237 found worse value: 363.459206742. iteration 10238 found worse value: 363.459206742. iteration 10239 found worse value: 363.459206742. iteration 10240 found worse value: 363.459206742. iteration 10241 found worse value: 363.459206742. iteration 10242 found worse value: 363.459206742. iteration 10243 found worse value: 363.459206742. iteration 10244 found worse value: 363.459206742. iteration 10245 found worse value: 363.459206742. iteration 10246 found worse value: 363.459206742. iteration 10247 found worse value: 363.459206742. iteration 10248 found worse value: 363.459206742. iteration 10249 found worse value: 363.459206742. iteration 10250 found worse value: 363.459206742. iteration10250, perturbing to get out of local maxima iteration 10251 found worse value: 363.459206742. iteration 10252 found worse value: 363.459206742. iteration 10253 found worse value: 363.459206742. iteration 10254 found worse value: 363.459206742. iteration 10255 found worse value: 363.459206742. iteration 10256 found worse value: 363.459206742. iteration10256, perturbing to get out of local maxima iteration 10257 found worse value: 363.459206742. iteration 10258 found worse value: 363.459206742. iteration 10259 found worse value: 363.459206742. iteration 10260 found worse value: 363.459206742. iteration 10261 found worse value: 363.459206742. iteration 10262 found worse value: 363.459206742. iteration 10263 found worse value: 363.459206742. iteration 10264 found worse value: 363.459206742. iteration 10265 found worse value: 363.459206742. iteration 10266 found worse value: 363.459206742. iteration 10267 found worse value: 363.459206742. iteration 10268 found worse value: 363.459206742. iteration 10269 found worse value: 363.459206742. iteration 10270 found worse value: 363.459206742. iteration 10271 found worse value: 363.459206742. iteration10271, perturbing to get out of local maxima iteration 10272 found worse value: 363.459206742. iteration 10273 found worse value: 363.459206742. iteration 10274 found worse value: 363.459206742. iteration 10275 found worse value: 363.459206742. iteration 10276 found worse value: 363.459206742. iteration 10277 found worse value: 363.459206742. iteration 10278 found worse value: 363.459206742. iteration10278, perturbing to get out of local maxima iteration 10279 found worse value: 363.459206742. iteration 10280 found worse value: 363.459206742. iteration 10281 found worse value: 363.459206742. iteration 10282 found worse value: 363.459206742. iteration 10283 found worse value: 363.459206742. iteration 10284 found worse value: 363.459206742. iteration 10285 found worse value: 363.459206742. iteration 10286 found worse value: 363.459206742. iteration 10287 found worse value: 363.459206742. iteration 10288 found worse value: 363.459206742. iteration 10289 found worse value: 363.459206742. iteration 10290 found worse value: 363.459206742. iteration 10291 found worse value: 363.459206742. iteration 10292 found worse value: 363.459206742. iteration 10293 found worse value: 363.459206742. iteration 10294 found worse value: 363.459206742. iteration 10295 found worse value: 363.459206742. iteration 10296 found worse value: 363.459206742. iteration 10297 found worse value: 363.459206742. iteration 10298 found worse value: 363.459206742. iteration 10299 found worse value: 363.459206742. iteration 10300 found worse value: 363.459206742. iteration 10301 found worse value: 363.459206742. iteration 10302 found worse value: 363.459206742. iteration 10303 found worse value: 363.459206742. iteration 10304 found worse value: 363.459206742. iteration 10305 found worse value: 363.459206742. iteration 10306 found worse value: 363.459206742. iteration 10307 found worse value: 363.459206742. iteration 10308 found worse value: 363.459206742. iteration 10309 found worse value: 363.459206742. iteration 10310 found worse value: 363.459206742. iteration 10311 found worse value: 363.459206742. iteration 10312 found worse value: 363.459206742. iteration 10313 found worse value: 363.459206742. iteration 10314 found worse value: 363.459206742. iteration 10315 found worse value: 363.459206742. iteration 10316 found worse value: 363.459206742. iteration 10317 found worse value: 363.459206742. iteration 10318 found worse value: 363.459206742. iteration10318, perturbing to get out of local maxima iteration 10319 found worse value: 363.459206742. iteration 10320 found worse value: 363.459206742. iteration 10321 found worse value: 363.459206742. iteration 10322 found worse value: 363.459206742. iteration 10323 found worse value: 363.459206742. iteration 10324 found worse value: 363.459206742. iteration 10325 found worse value: 363.459206742. iteration 10326 found better value: 363.459437422 iteration 10327 found worse value: 363.459437422. iteration 10328 found worse value: 363.459437422. iteration 10329 found worse value: 363.459437422. iteration 10330 found worse value: 363.459437422. iteration 10331 found worse value: 363.459437422. iteration 10332 found worse value: 363.459437422. iteration 10333 found worse value: 363.459437422. iteration10333, perturbing to get out of local maxima iteration 10334 found worse value: 363.459437422. iteration 10335 found worse value: 363.459437422. iteration 10336 found worse value: 363.459437422. iteration 10337 found worse value: 363.459437422. iteration 10338 found worse value: 363.459437422. iteration 10339 found worse value: 363.459437422. iteration 10340 found worse value: 363.459437422. iteration 10341 found worse value: 363.459437422. iteration 10342 found worse value: 363.459437422. iteration 10343 found worse value: 363.459437422. iteration 10344 found worse value: 363.459437422. iteration10344, perturbing to get out of local maxima iteration 10345 found worse value: 363.459437422. iteration 10346 found worse value: 363.459437422. iteration 10347 found worse value: 363.459437422. iteration10347, perturbing to get out of local maxima iteration 10348 found worse value: 363.459437422. iteration 10349 found worse value: 363.459437422. iteration 10350 found worse value: 363.459437422. iteration 10351 found worse value: 363.459437422. iteration 10352 found worse value: 363.459437422. iteration 10353 found worse value: 363.459437422. iteration 10354 found worse value: 363.459437422. iteration 10355 found worse value: 363.459437422. iteration 10356 found worse value: 363.459437422. iteration 10357 found worse value: 363.459437422. iteration 10358 found worse value: 363.459437422. iteration 10359 found worse value: 363.459437422. iteration 10360 found worse value: 363.459437422. iteration 10361 found worse value: 363.459437422. iteration 10362 found worse value: 363.459437422. iteration 10363 found worse value: 363.459437422. iteration 10364 found worse value: 363.459437422. iteration 10365 found worse value: 363.459437422. iteration 10366 found worse value: 363.459437422. iteration 10367 found worse value: 363.459437422. iteration10367, perturbing to get out of local maxima iteration 10368 found worse value: 363.459437422. iteration 10369 found worse value: 363.459437422. iteration 10370 found worse value: 363.459437422. iteration 10371 found worse value: 363.459437422. iteration 10372 found worse value: 363.459437422. iteration 10373 found worse value: 363.459437422. iteration 10374 found worse value: 363.459437422. iteration 10375 found worse value: 363.459437422. iteration 10376 found worse value: 363.459437422. iteration 10377 found worse value: 363.459437422. iteration10377, perturbing to get out of local maxima iteration 10378 found worse value: 363.459437422. iteration 10379 found worse value: 363.459437422. iteration10379, perturbing to get out of local maxima iteration 10380 found worse value: 363.459437422. iteration 10381 found worse value: 363.459437422. iteration 10382 found worse value: 363.459437422. iteration 10383 found worse value: 363.459437422. iteration 10384 found worse value: 363.459437422. iteration 10385 found worse value: 363.459437422. iteration 10386 found worse value: 363.459437422. iteration 10387 found worse value: 363.459437422. iteration 10388 found worse value: 363.459437422. iteration 10389 found worse value: 363.459437422. iteration 10390 found worse value: 363.459437422. iteration 10391 found worse value: 363.459437422. iteration10391, perturbing to get out of local maxima iteration 10392 found worse value: 363.459437422. iteration 10393 found worse value: 363.459437422. iteration 10394 found worse value: 363.459437422. iteration10394, perturbing to get out of local maxima iteration 10395 found worse value: 363.459437422. iteration 10396 found worse value: 363.459437422. iteration 10397 found worse value: 363.459437422. iteration 10398 found worse value: 363.459437422. iteration 10399 found worse value: 363.459437422. iteration 10400 found worse value: 363.459437422. iteration 10401 found worse value: 363.459437422. iteration 10402 found worse value: 363.459437422. iteration 10403 found worse value: 363.459437422. iteration 10404 found worse value: 363.459437422. iteration 10405 found worse value: 363.459437422. iteration 10406 found worse value: 363.459437422. iteration 10407 found worse value: 363.459437422. iteration 10408 found worse value: 363.459437422. iteration 10409 found worse value: 363.459437422. iteration 10410 found worse value: 363.459437422. iteration 10411 found worse value: 363.459437422. iteration 10412 found worse value: 363.459437422. iteration10412, perturbing to get out of local maxima iteration 10413 found worse value: 363.459437422. iteration 10414 found worse value: 363.459437422. iteration 10415 found worse value: 363.459437422. iteration 10416 found worse value: 363.459437422. iteration 10417 found worse value: 363.459437422. iteration10417, perturbing to get out of local maxima iteration 10418 found worse value: 363.459437422. iteration 10419 found worse value: 363.459437422. iteration 10420 found worse value: 363.459437422. iteration 10421 found worse value: 363.459437422. iteration 10422 found worse value: 363.459437422. iteration 10423 found worse value: 363.459437422. iteration 10424 found worse value: 363.459437422. iteration 10425 found worse value: 363.459437422. iteration 10426 found worse value: 363.459437422. iteration 10427 found worse value: 363.459437422. iteration 10428 found worse value: 363.459437422. iteration 10429 found worse value: 363.459437422. iteration 10430 found worse value: 363.459437422. iteration 10431 found worse value: 363.459437422. iteration 10432 found worse value: 363.459437422. iteration 10433 found worse value: 363.459437422. iteration 10434 found worse value: 363.459437422. iteration 10435 found worse value: 363.459437422. iteration 10436 found worse value: 363.459437422. iteration 10437 found worse value: 363.459437422. iteration 10438 found worse value: 363.459437422. iteration 10439 found worse value: 363.459437422. iteration 10440 found worse value: 363.459437422. iteration 10441 found worse value: 363.459437422. iteration 10442 found worse value: 363.459437422. iteration 10443 found worse value: 363.459437422. iteration 10444 found worse value: 363.459437422. iteration 10445 found worse value: 363.459437422. iteration 10446 found worse value: 363.459437422. iteration 10447 found worse value: 363.459437422. iteration 10448 found worse value: 363.459437422. iteration10448, perturbing to get out of local maxima iteration 10449 found worse value: 363.459437422. iteration 10450 found worse value: 363.459437422. iteration 10451 found worse value: 363.459437422. iteration 10452 found worse value: 363.459437422. iteration 10453 found worse value: 363.459437422. iteration 10454 found worse value: 363.459437422. iteration 10455 found worse value: 363.459437422. iteration 10456 found worse value: 363.459437422. iteration 10457 found worse value: 363.459437422. iteration 10458 found worse value: 363.459437422. iteration 10459 found worse value: 363.459437422. iteration 10460 found worse value: 363.459437422. iteration 10461 found worse value: 363.459437422. iteration 10462 found worse value: 363.459437422. iteration 10463 found worse value: 363.459437422. iteration 10464 found worse value: 363.459437422. iteration 10465 found worse value: 363.459437422. iteration 10466 found worse value: 363.459437422. iteration 10467 found worse value: 363.459437422. iteration 10468 found worse value: 363.459437422. iteration 10469 found worse value: 363.459437422. iteration 10470 found worse value: 363.459437422. iteration 10471 found worse value: 363.459437422. iteration 10472 found worse value: 363.459437422. iteration 10473 found worse value: 363.459437422. iteration 10474 found worse value: 363.459437422. iteration 10475 found worse value: 363.459437422. iteration 10476 found worse value: 363.459437422. iteration 10477 found worse value: 363.459437422. iteration 10478 found worse value: 363.459437422. iteration 10479 found worse value: 363.459437422. iteration 10480 found worse value: 363.459437422. iteration 10481 found worse value: 363.459437422. iteration 10482 found worse value: 363.459437422. iteration 10483 found worse value: 363.459437422. iteration 10484 found worse value: 363.459437422. iteration 10485 found worse value: 363.459437422. iteration 10486 found worse value: 363.459437422. iteration 10487 found worse value: 363.459437422. iteration 10488 found worse value: 363.459437422. iteration 10489 found worse value: 363.459437422. iteration 10490 found worse value: 363.459437422. iteration 10491 found worse value: 363.459437422. iteration 10492 found worse value: 363.459437422. iteration 10493 found worse value: 363.459437422. iteration 10494 found worse value: 363.459437422. iteration 10495 found worse value: 363.459437422. iteration 10496 found worse value: 363.459437422. iteration 10497 found worse value: 363.459437422. iteration10497, perturbing to get out of local maxima iteration 10498 found worse value: 363.459437422. iteration 10499 found worse value: 363.459437422. iteration10499, perturbing to get out of local maxima iteration 10500 found worse value: 363.459437422. iteration 10501 found worse value: 363.459437422. iteration 10502 found worse value: 363.459437422. iteration 10503 found worse value: 363.459437422. iteration10503, perturbing to get out of local maxima iteration 10504 found worse value: 363.459437422. iteration 10505 found worse value: 363.459437422. iteration 10506 found worse value: 363.459437422. iteration 10507 found worse value: 363.459437422. iteration 10508 found worse value: 363.459437422. iteration 10509 found worse value: 363.459437422. iteration 10510 found worse value: 363.459437422. iteration 10511 found worse value: 363.459437422. iteration 10512 found worse value: 363.459437422. iteration 10513 found worse value: 363.459437422. iteration10513, perturbing to get out of local maxima iteration 10514 found worse value: 363.459437422. iteration 10515 found worse value: 363.459437422. iteration 10516 found worse value: 363.459437422. iteration 10517 found worse value: 363.459437422. iteration 10518 found worse value: 363.459437422. iteration 10519 found worse value: 363.459437422. iteration 10520 found worse value: 363.459437422. iteration 10521 found worse value: 363.459437422. iteration 10522 found worse value: 363.459437422. iteration 10523 found worse value: 363.459437422. iteration 10524 found worse value: 363.459437422. iteration 10525 found worse value: 363.459437422. iteration 10526 found worse value: 363.459437422. iteration 10527 found worse value: 363.459437422. iteration 10528 found worse value: 363.459437422. iteration10528, perturbing to get out of local maxima iteration 10529 found worse value: 363.459437422. iteration 10530 found worse value: 363.459437422. iteration 10531 found worse value: 363.459437422. iteration 10532 found worse value: 363.459437422. iteration 10533 found worse value: 363.459437422. iteration 10534 found worse value: 363.459437422. iteration 10535 found worse value: 363.459437422. iteration 10536 found worse value: 363.459437422. iteration 10537 found worse value: 363.459437422. iteration 10538 found worse value: 363.459437422. iteration 10539 found worse value: 363.459437422. iteration 10540 found worse value: 363.459437422. iteration 10541 found worse value: 363.459437422. iteration 10542 found worse value: 363.459437422. iteration 10543 found worse value: 363.459437422. iteration 10544 found worse value: 363.459437422. iteration 10545 found worse value: 363.459437422. iteration10545, perturbing to get out of local maxima iteration 10546 found worse value: 363.459437422. iteration 10547 found worse value: 363.459437422. iteration 10548 found worse value: 363.459437422. iteration 10549 found worse value: 363.459437422. iteration 10550 found worse value: 363.459437422. iteration 10551 found worse value: 363.459437422. iteration 10552 found worse value: 363.459437422. iteration 10553 found worse value: 363.459437422. iteration 10554 found worse value: 363.459437422. iteration 10555 found worse value: 363.459437422. iteration 10556 found worse value: 363.459437422. iteration 10557 found worse value: 363.459437422. iteration 10558 found worse value: 363.459437422. iteration 10559 found worse value: 363.459437422. iteration 10560 found worse value: 363.459437422. iteration 10561 found worse value: 363.459437422. iteration10561, perturbing to get out of local maxima iteration 10562 found worse value: 363.459437422. iteration 10563 found worse value: 363.459437422. iteration10563, perturbing to get out of local maxima iteration 10564 found worse value: 363.459437422. iteration 10565 found worse value: 363.459437422. iteration 10566 found worse value: 363.459437422. iteration 10567 found worse value: 363.459437422. iteration 10568 found worse value: 363.459437422. iteration 10569 found worse value: 363.459437422. iteration 10570 found worse value: 363.459437422. iteration 10571 found worse value: 363.459437422. iteration 10572 found worse value: 363.459437422. iteration 10573 found worse value: 363.459437422. iteration 10574 found worse value: 363.459437422. iteration 10575 found worse value: 363.459437422. iteration 10576 found worse value: 363.459437422. iteration 10577 found worse value: 363.459437422. iteration10577, perturbing to get out of local maxima iteration 10578 found worse value: 363.459437422. iteration 10579 found worse value: 363.459437422. iteration 10580 found worse value: 363.459437422. iteration 10581 found worse value: 363.459437422. iteration 10582 found worse value: 363.459437422. iteration 10583 found worse value: 363.459437422. iteration 10584 found worse value: 363.459437422. iteration 10585 found worse value: 363.459437422. iteration 10586 found worse value: 363.459437422. iteration 10587 found worse value: 363.459437422. iteration 10588 found worse value: 363.459437422. iteration 10589 found worse value: 363.459437422. iteration10589, perturbing to get out of local maxima iteration 10590 found worse value: 363.459437422. iteration 10591 found worse value: 363.459437422. iteration 10592 found worse value: 363.459437422. iteration 10593 found worse value: 363.459437422. iteration 10594 found worse value: 363.459437422. iteration 10595 found worse value: 363.459437422. iteration10595, perturbing to get out of local maxima iteration 10596 found worse value: 363.459437422. iteration 10597 found worse value: 363.459437422. iteration 10598 found worse value: 363.459437422. iteration 10599 found worse value: 363.459437422. iteration 10600 found worse value: 363.459437422. iteration 10601 found worse value: 363.459437422. iteration 10602 found worse value: 363.459437422. iteration 10603 found worse value: 363.459437422. iteration 10604 found worse value: 363.459437422. iteration 10605 found worse value: 363.459437422. iteration 10606 found worse value: 363.459437422. iteration 10607 found worse value: 363.459437422. iteration 10608 found worse value: 363.459437422. iteration 10609 found worse value: 363.459437422. iteration 10610 found worse value: 363.459437422. iteration 10611 found worse value: 363.459437422. iteration 10612 found worse value: 363.459437422. iteration 10613 found worse value: 363.459437422. iteration 10614 found worse value: 363.459437422. iteration 10615 found worse value: 363.459437422. iteration 10616 found worse value: 363.459437422. iteration 10617 found worse value: 363.459437422. iteration 10618 found worse value: 363.459437422. iteration 10619 found worse value: 363.459437422. iteration 10620 found worse value: 363.459437422. iteration 10621 found worse value: 363.459437422. iteration 10622 found worse value: 363.459437422. iteration 10623 found worse value: 363.459437422. iteration 10624 found worse value: 363.459437422. iteration 10625 found worse value: 363.459437422. iteration 10626 found worse value: 363.459437422. iteration 10627 found worse value: 363.459437422. iteration 10628 found worse value: 363.459437422. iteration 10629 found worse value: 363.459437422. iteration 10630 found worse value: 363.459437422. iteration 10631 found worse value: 363.459437422. iteration 10632 found worse value: 363.459437422. iteration 10633 found worse value: 363.459437422. iteration 10634 found worse value: 363.459437422. iteration 10635 found worse value: 363.459437422. iteration 10636 found worse value: 363.459437422. iteration10636, perturbing to get out of local maxima iteration 10637 found worse value: 363.459437422. iteration 10638 found worse value: 363.459437422. iteration 10639 found worse value: 363.459437422. iteration 10640 found worse value: 363.459437422. iteration10640, perturbing to get out of local maxima iteration 10641 found worse value: 363.459437422. iteration 10642 found worse value: 363.459437422. iteration 10643 found worse value: 363.459437422. iteration 10644 found worse value: 363.459437422. iteration 10645 found worse value: 363.459437422. iteration 10646 found worse value: 363.459437422. iteration 10647 found worse value: 363.459437422. iteration 10648 found worse value: 363.459437422. iteration 10649 found worse value: 363.459437422. iteration 10650 found worse value: 363.459437422. iteration 10651 found worse value: 363.459437422. iteration 10652 found worse value: 363.459437422. iteration 10653 found worse value: 363.459437422. iteration 10654 found worse value: 363.459437422. iteration 10655 found worse value: 363.459437422. iteration 10656 found worse value: 363.459437422. iteration 10657 found worse value: 363.459437422. iteration 10658 found worse value: 363.459437422. iteration 10659 found worse value: 363.459437422. iteration 10660 found worse value: 363.459437422. iteration 10661 found worse value: 363.459437422. iteration 10662 found worse value: 363.459437422. iteration 10663 found worse value: 363.459437422. iteration 10664 found worse value: 363.459437422. iteration 10665 found worse value: 363.459437422. iteration 10666 found worse value: 363.459437422. iteration 10667 found worse value: 363.459437422. iteration 10668 found worse value: 363.459437422. iteration 10669 found worse value: 363.459437422. iteration 10670 found worse value: 363.459437422. iteration 10671 found worse value: 363.459437422. iteration 10672 found worse value: 363.459437422. iteration 10673 found worse value: 363.459437422. iteration 10674 found worse value: 363.459437422. iteration 10675 found worse value: 363.459437422. iteration 10676 found worse value: 363.459437422. iteration 10677 found worse value: 363.459437422. iteration 10678 found worse value: 363.459437422. iteration 10679 found worse value: 363.459437422. iteration 10680 found worse value: 363.459437422. iteration 10681 found worse value: 363.459437422. iteration 10682 found worse value: 363.459437422. iteration 10683 found worse value: 363.459437422. iteration 10684 found worse value: 363.459437422. iteration 10685 found worse value: 363.459437422. iteration 10686 found worse value: 363.459437422. iteration 10687 found worse value: 363.459437422. iteration10687, perturbing to get out of local maxima iteration 10688 found worse value: 363.459437422. iteration 10689 found worse value: 363.459437422. iteration 10690 found worse value: 363.459437422. iteration 10691 found worse value: 363.459437422. iteration 10692 found worse value: 363.459437422. iteration 10693 found worse value: 363.459437422. iteration 10694 found worse value: 363.459437422. iteration 10695 found worse value: 363.459437422. iteration 10696 found worse value: 363.459437422. iteration10696, perturbing to get out of local maxima iteration 10697 found worse value: 363.459437422. iteration 10698 found worse value: 363.459437422. iteration 10699 found worse value: 363.459437422. iteration 10700 found worse value: 363.459437422. iteration 10701 found worse value: 363.459437422. iteration 10702 found worse value: 363.459437422. iteration 10703 found worse value: 363.459437422. iteration 10704 found worse value: 363.459437422. iteration 10705 found worse value: 363.459437422. iteration 10706 found worse value: 363.459437422. iteration 10707 found worse value: 363.459437422. iteration 10708 found worse value: 363.459437422. iteration 10709 found worse value: 363.459437422. iteration 10710 found worse value: 363.459437422. iteration 10711 found worse value: 363.459437422. iteration 10712 found worse value: 363.459437422. iteration 10713 found worse value: 363.459437422. iteration 10714 found worse value: 363.459437422. iteration 10715 found worse value: 363.459437422. iteration 10716 found worse value: 363.459437422. iteration 10717 found worse value: 363.459437422. iteration 10718 found worse value: 363.459437422. iteration 10719 found worse value: 363.459437422. iteration 10720 found worse value: 363.459437422. iteration 10721 found worse value: 363.459437422. iteration 10722 found worse value: 363.459437422. iteration 10723 found worse value: 363.459437422. iteration 10724 found worse value: 363.459437422. iteration 10725 found worse value: 363.459437422. iteration 10726 found worse value: 363.459437422. iteration 10727 found worse value: 363.459437422. iteration 10728 found worse value: 363.459437422. iteration 10729 found worse value: 363.459437422. iteration 10730 found worse value: 363.459437422. iteration 10731 found worse value: 363.459437422. iteration 10732 found worse value: 363.459437422. iteration 10733 found worse value: 363.459437422. iteration 10734 found worse value: 363.459437422. iteration 10735 found worse value: 363.459437422. iteration 10736 found worse value: 363.459437422. iteration 10737 found worse value: 363.459437422. iteration 10738 found worse value: 363.459437422. iteration10738, perturbing to get out of local maxima iteration 10739 found worse value: 363.459437422. iteration 10740 found worse value: 363.459437422. iteration 10741 found worse value: 363.459437422. iteration 10742 found worse value: 363.459437422. iteration 10743 found worse value: 363.459437422. iteration 10744 found worse value: 363.459437422. iteration 10745 found worse value: 363.459437422. iteration 10746 found worse value: 363.459437422. iteration 10747 found worse value: 363.459437422. iteration 10748 found worse value: 363.459437422. iteration 10749 found worse value: 363.459437422. iteration 10750 found worse value: 363.459437422. iteration 10751 found worse value: 363.459437422. iteration 10752 found worse value: 363.459437422. iteration 10753 found worse value: 363.459437422. iteration 10754 found worse value: 363.459437422. iteration 10755 found worse value: 363.459437422. iteration 10756 found worse value: 363.459437422. iteration 10757 found worse value: 363.459437422. iteration 10758 found worse value: 363.459437422. iteration 10759 found worse value: 363.459437422. iteration 10760 found worse value: 363.459437422. iteration 10761 found worse value: 363.459437422. iteration 10762 found worse value: 363.459437422. iteration 10763 found worse value: 363.459437422. iteration10763, perturbing to get out of local maxima iteration 10764 found worse value: 363.459437422. iteration 10765 found worse value: 363.459437422. iteration 10766 found worse value: 363.459437422. iteration 10767 found worse value: 363.459437422. iteration10767, perturbing to get out of local maxima iteration 10768 found worse value: 363.459437422. iteration 10769 found worse value: 363.459437422. iteration 10770 found worse value: 363.459437422. iteration 10771 found worse value: 363.459437422. iteration 10772 found worse value: 363.459437422. iteration 10773 found worse value: 363.459437422. iteration10773, perturbing to get out of local maxima iteration 10774 found worse value: 363.459437422. iteration 10775 found worse value: 363.459437422. iteration 10776 found worse value: 363.459437422. iteration 10777 found worse value: 363.459437422. iteration 10778 found worse value: 363.459437422. iteration 10779 found worse value: 363.459437422. iteration10779, perturbing to get out of local maxima iteration 10780 found worse value: 363.459437422. iteration 10781 found worse value: 363.459437422. iteration 10782 found worse value: 363.459437422. iteration 10783 found worse value: 363.459437422. iteration 10784 found worse value: 363.459437422. iteration 10785 found worse value: 363.459437422. iteration 10786 found worse value: 363.459437422. iteration 10787 found worse value: 363.459437422. iteration 10788 found worse value: 363.459437422. iteration 10789 found worse value: 363.459437422. iteration 10790 found worse value: 363.459437422. iteration 10791 found worse value: 363.459437422. iteration 10792 found worse value: 363.459437422. iteration 10793 found worse value: 363.459437422. iteration 10794 found worse value: 363.459437422. iteration 10795 found worse value: 363.459437422. iteration 10796 found worse value: 363.459437422. iteration 10797 found worse value: 363.459437422. iteration 10798 found worse value: 363.459437422. iteration 10799 found worse value: 363.459437422. iteration 10800 found worse value: 363.459437422. iteration 10801 found worse value: 363.459437422. iteration 10802 found worse value: 363.459437422. iteration 10803 found worse value: 363.459437422. iteration 10804 found worse value: 363.459437422. iteration 10805 found worse value: 363.459437422. iteration 10806 found worse value: 363.459437422. iteration 10807 found worse value: 363.459437422. iteration 10808 found worse value: 363.459437422. iteration 10809 found worse value: 363.459437422. iteration 10810 found worse value: 363.459437422. iteration 10811 found worse value: 363.459437422. iteration10811, perturbing to get out of local maxima iteration 10812 found worse value: 363.459437422. iteration 10813 found worse value: 363.459437422. iteration 10814 found worse value: 363.459437422. iteration 10815 found worse value: 363.459437422. iteration 10816 found worse value: 363.459437422. iteration 10817 found worse value: 363.459437422. iteration 10818 found worse value: 363.459437422. iteration 10819 found worse value: 363.459437422. iteration 10820 found worse value: 363.459437422. iteration 10821 found worse value: 363.459437422. iteration 10822 found worse value: 363.459437422. iteration 10823 found worse value: 363.459437422. iteration 10824 found worse value: 363.459437422. iteration 10825 found worse value: 363.459437422. iteration 10826 found worse value: 363.459437422. iteration 10827 found worse value: 363.459437422. iteration 10828 found worse value: 363.459437422. iteration10828, perturbing to get out of local maxima iteration 10829 found worse value: 363.459437422. iteration 10830 found worse value: 363.459437422. iteration 10831 found worse value: 363.459437422. iteration 10832 found worse value: 363.459437422. iteration 10833 found worse value: 363.459437422. iteration 10834 found worse value: 363.459437422. iteration 10835 found worse value: 363.459437422. iteration 10836 found worse value: 363.459437422. iteration10836, perturbing to get out of local maxima iteration 10837 found worse value: 363.459437422. iteration 10838 found worse value: 363.459437422. iteration 10839 found worse value: 363.459437422. iteration 10840 found worse value: 363.459437422. iteration 10841 found worse value: 363.459437422. iteration 10842 found worse value: 363.459437422. iteration 10843 found worse value: 363.459437422. iteration 10844 found worse value: 363.459437422. iteration 10845 found worse value: 363.459437422. iteration 10846 found worse value: 363.459437422. iteration 10847 found worse value: 363.459437422. iteration10847, perturbing to get out of local maxima iteration 10848 found worse value: 363.459437422. iteration 10849 found worse value: 363.459437422. iteration 10850 found worse value: 363.459437422. iteration 10851 found worse value: 363.459437422. iteration 10852 found worse value: 363.459437422. iteration 10853 found worse value: 363.459437422. iteration 10854 found worse value: 363.459437422. iteration 10855 found worse value: 363.459437422. iteration 10856 found worse value: 363.459437422. iteration 10857 found worse value: 363.459437422. iteration 10858 found worse value: 363.459437422. iteration 10859 found worse value: 363.459437422. iteration 10860 found worse value: 363.459437422. iteration 10861 found worse value: 363.459437422. iteration 10862 found worse value: 363.459437422. iteration 10863 found worse value: 363.459437422. iteration 10864 found worse value: 363.459437422. iteration 10865 found worse value: 363.459437422. iteration 10866 found worse value: 363.459437422. iteration 10867 found worse value: 363.459437422. iteration 10868 found worse value: 363.459437422. iteration 10869 found worse value: 363.459437422. iteration10869, perturbing to get out of local maxima iteration 10870 found worse value: 363.459437422. iteration 10871 found worse value: 363.459437422. iteration 10872 found worse value: 363.459437422. iteration 10873 found worse value: 363.459437422. iteration 10874 found worse value: 363.459437422. iteration 10875 found worse value: 363.459437422. iteration 10876 found worse value: 363.459437422. iteration 10877 found worse value: 363.459437422. iteration 10878 found worse value: 363.459437422. iteration 10879 found worse value: 363.459437422. iteration 10880 found worse value: 363.459437422. iteration10880, perturbing to get out of local maxima iteration 10881 found worse value: 363.459437422. iteration 10882 found worse value: 363.459437422. iteration 10883 found worse value: 363.459437422. iteration 10884 found worse value: 363.459437422. iteration 10885 found worse value: 363.459437422. iteration 10886 found worse value: 363.459437422. iteration 10887 found worse value: 363.459437422. iteration 10888 found worse value: 363.459437422. iteration 10889 found worse value: 363.459437422. iteration 10890 found worse value: 363.459437422. iteration 10891 found worse value: 363.459437422. iteration 10892 found worse value: 363.459437422. iteration 10893 found worse value: 363.459437422. iteration 10894 found worse value: 363.459437422. iteration 10895 found worse value: 363.459437422. iteration 10896 found worse value: 363.459437422. iteration 10897 found worse value: 363.459437422. iteration 10898 found worse value: 363.459437422. iteration 10899 found worse value: 363.459437422. iteration 10900 found worse value: 363.459437422. iteration 10901 found worse value: 363.459437422. iteration 10902 found worse value: 363.459437422. iteration 10903 found worse value: 363.459437422. iteration 10904 found worse value: 363.459437422. iteration 10905 found worse value: 363.459437422. iteration 10906 found worse value: 363.459437422. iteration 10907 found worse value: 363.459437422. iteration 10908 found worse value: 363.459437422. iteration 10909 found worse value: 363.459437422. iteration 10910 found worse value: 363.459437422. iteration 10911 found worse value: 363.459437422. iteration 10912 found worse value: 363.459437422. iteration 10913 found worse value: 363.459437422. iteration10913, perturbing to get out of local maxima iteration 10914 found worse value: 363.459437422. iteration 10915 found worse value: 363.459437422. iteration 10916 found worse value: 363.459437422. iteration 10917 found worse value: 363.459437422. iteration 10918 found worse value: 363.459437422. iteration 10919 found worse value: 363.459437422. iteration 10920 found worse value: 363.459437422. iteration 10921 found worse value: 363.459437422. iteration 10922 found worse value: 363.459437422. iteration 10923 found worse value: 363.459437422. iteration 10924 found worse value: 363.459437422. iteration 10925 found worse value: 363.459437422. iteration 10926 found worse value: 363.459437422. iteration 10927 found worse value: 363.459437422. iteration 10928 found worse value: 363.459437422. iteration 10929 found worse value: 363.459437422. iteration 10930 found worse value: 363.459437422. iteration 10931 found worse value: 363.459437422. iteration 10932 found worse value: 363.459437422. iteration 10933 found worse value: 363.459437422. iteration 10934 found worse value: 363.459437422. iteration 10935 found worse value: 363.459437422. iteration 10936 found worse value: 363.459437422. iteration 10937 found worse value: 363.459437422. iteration 10938 found worse value: 363.459437422. iteration 10939 found worse value: 363.459437422. iteration 10940 found worse value: 363.459437422. iteration 10941 found worse value: 363.459437422. iteration 10942 found worse value: 363.459437422. iteration 10943 found worse value: 363.459437422. iteration 10944 found worse value: 363.459437422. iteration10944, perturbing to get out of local maxima iteration 10945 found worse value: 363.459437422. iteration 10946 found worse value: 363.459437422. iteration 10947 found worse value: 363.459437422. iteration 10948 found worse value: 363.459437422. iteration10948, perturbing to get out of local maxima iteration 10949 found worse value: 363.459437422. iteration 10950 found worse value: 363.459437422. iteration 10951 found worse value: 363.459437422. iteration 10952 found worse value: 363.459437422. iteration 10953 found worse value: 363.459437422. iteration10953, perturbing to get out of local maxima iteration 10954 found worse value: 363.459437422. iteration 10955 found worse value: 363.459437422. iteration 10956 found worse value: 363.459437422. iteration 10957 found worse value: 363.459437422. iteration 10958 found worse value: 363.459437422. iteration 10959 found worse value: 363.459437422. iteration 10960 found worse value: 363.459437422. iteration 10961 found worse value: 363.459437422. iteration 10962 found worse value: 363.459437422. iteration 10963 found worse value: 363.459437422. iteration 10964 found worse value: 363.459437422. iteration 10965 found worse value: 363.459437422. iteration 10966 found worse value: 363.459437422. iteration 10967 found worse value: 363.459437422. iteration 10968 found worse value: 363.459437422. iteration 10969 found worse value: 363.459437422. iteration 10970 found worse value: 363.459437422. iteration 10971 found worse value: 363.459437422. iteration 10972 found worse value: 363.459437422. iteration 10973 found worse value: 363.459437422. iteration10973, perturbing to get out of local maxima iteration 10974 found worse value: 363.459437422. iteration 10975 found worse value: 363.459437422. iteration 10976 found worse value: 363.459437422. iteration 10977 found worse value: 363.459437422. iteration 10978 found worse value: 363.459437422. iteration 10979 found worse value: 363.459437422. iteration 10980 found worse value: 363.459437422. iteration 10981 found worse value: 363.459437422. iteration 10982 found worse value: 363.459437422. iteration 10983 found worse value: 363.459437422. iteration 10984 found worse value: 363.459437422. iteration 10985 found worse value: 363.459437422. iteration 10986 found worse value: 363.459437422. iteration 10987 found worse value: 363.459437422. iteration 10988 found worse value: 363.459437422. iteration 10989 found worse value: 363.459437422. iteration 10990 found worse value: 363.459437422. iteration 10991 found worse value: 363.459437422. iteration 10992 found worse value: 363.459437422. iteration 10993 found worse value: 363.459437422. iteration 10994 found worse value: 363.459437422. iteration 10995 found worse value: 363.459437422. iteration 10996 found worse value: 363.459437422. iteration 10997 found worse value: 363.459437422. iteration 10998 found worse value: 363.459437422. iteration 10999 found worse value: 363.459437422. iteration 11000 found worse value: 363.459437422. iteration 11001 found worse value: 363.459437422. iteration 11002 found worse value: 363.459437422. iteration 11003 found worse value: 363.459437422. iteration11003, perturbing to get out of local maxima iteration 11004 found worse value: 363.459437422. iteration 11005 found worse value: 363.459437422. iteration 11006 found worse value: 363.459437422. iteration 11007 found worse value: 363.459437422. iteration 11008 found worse value: 363.459437422. iteration 11009 found worse value: 363.459437422. iteration 11010 found worse value: 363.459437422. iteration 11011 found worse value: 363.459437422. iteration11011, perturbing to get out of local maxima iteration 11012 found worse value: 363.459437422. iteration 11013 found worse value: 363.459437422. iteration 11014 found worse value: 363.459437422. iteration 11015 found worse value: 363.459437422. iteration 11016 found worse value: 363.459437422. iteration 11017 found worse value: 363.459437422. iteration 11018 found worse value: 363.459437422. iteration 11019 found worse value: 363.459437422. iteration 11020 found worse value: 363.459437422. iteration 11021 found worse value: 363.459437422. iteration 11022 found worse value: 363.459437422. iteration 11023 found worse value: 363.459437422. iteration 11024 found worse value: 363.459437422. iteration 11025 found worse value: 363.459437422. iteration 11026 found worse value: 363.459437422. iteration 11027 found worse value: 363.459437422. iteration 11028 found worse value: 363.459437422. iteration 11029 found worse value: 363.459437422. iteration 11030 found worse value: 363.459437422. iteration 11031 found worse value: 363.459437422. iteration 11032 found worse value: 363.459437422. iteration 11033 found worse value: 363.459437422. iteration 11034 found worse value: 363.459437422. iteration 11035 found worse value: 363.459437422. iteration 11036 found worse value: 363.459437422. iteration 11037 found worse value: 363.459437422. iteration 11038 found worse value: 363.459437422. iteration 11039 found worse value: 363.459437422. iteration 11040 found worse value: 363.459437422. iteration 11041 found worse value: 363.459437422. iteration11041, perturbing to get out of local maxima iteration 11042 found worse value: 363.459437422. iteration 11043 found worse value: 363.459437422. iteration 11044 found worse value: 363.459437422. iteration 11045 found worse value: 363.459437422. iteration 11046 found worse value: 363.459437422. iteration 11047 found worse value: 363.459437422. iteration 11048 found worse value: 363.459437422. iteration 11049 found worse value: 363.459437422. iteration 11050 found worse value: 363.459437422. iteration11050, perturbing to get out of local maxima iteration 11051 found worse value: 363.459437422. iteration 11052 found worse value: 363.459437422. iteration 11053 found worse value: 363.459437422. iteration 11054 found worse value: 363.459437422. iteration 11055 found worse value: 363.459437422. iteration 11056 found worse value: 363.459437422. iteration 11057 found worse value: 363.459437422. iteration 11058 found worse value: 363.459437422. iteration 11059 found worse value: 363.459437422. iteration 11060 found worse value: 363.459437422. iteration 11061 found worse value: 363.459437422. iteration 11062 found worse value: 363.459437422. iteration 11063 found worse value: 363.459437422. iteration 11064 found worse value: 363.459437422. iteration 11065 found worse value: 363.459437422. iteration 11066 found worse value: 363.459437422. iteration 11067 found worse value: 363.459437422. iteration 11068 found worse value: 363.459437422. iteration 11069 found worse value: 363.459437422. iteration 11070 found worse value: 363.459437422. iteration 11071 found worse value: 363.459437422. iteration 11072 found worse value: 363.459437422. iteration 11073 found worse value: 363.459437422. iteration 11074 found worse value: 363.459437422. iteration 11075 found worse value: 363.459437422. iteration 11076 found worse value: 363.459437422. iteration 11077 found worse value: 363.459437422. iteration 11078 found worse value: 363.459437422. iteration 11079 found worse value: 363.459437422. iteration 11080 found worse value: 363.459437422. iteration 11081 found worse value: 363.459437422. iteration 11082 found worse value: 363.459437422. iteration 11083 found worse value: 363.459437422. iteration 11084 found worse value: 363.459437422. iteration 11085 found worse value: 363.459437422. iteration 11086 found worse value: 363.459437422. iteration 11087 found worse value: 363.459437422. iteration11087, perturbing to get out of local maxima iteration 11088 found worse value: 363.459437422. iteration 11089 found worse value: 363.459437422. iteration 11090 found worse value: 363.459437422. iteration 11091 found worse value: 363.459437422. iteration 11092 found worse value: 363.459437422. iteration 11093 found worse value: 363.459437422. iteration11093, perturbing to get out of local maxima iteration 11094 found worse value: 363.459437422. iteration 11095 found worse value: 363.459437422. iteration 11096 found worse value: 363.459437422. iteration 11097 found worse value: 363.459437422. iteration 11098 found worse value: 363.459437422. iteration 11099 found worse value: 363.459437422. iteration 11100 found worse value: 363.459437422. iteration 11101 found worse value: 363.459437422. iteration 11102 found worse value: 363.459437422. iteration 11103 found worse value: 363.459437422. iteration 11104 found worse value: 363.459437422. iteration 11105 found worse value: 363.459437422. iteration 11106 found worse value: 363.459437422. iteration 11107 found worse value: 363.459437422. iteration 11108 found worse value: 363.459437422. iteration 11109 found worse value: 363.459437422. iteration 11110 found worse value: 363.459437422. iteration 11111 found worse value: 363.459437422. iteration 11112 found worse value: 363.459437422. iteration11112, perturbing to get out of local maxima iteration 11113 found worse value: 363.459437422. iteration11113, perturbing to get out of local maxima iteration 11114 found worse value: 363.459437422. iteration 11115 found worse value: 363.459437422. iteration 11116 found worse value: 363.459437422. iteration 11117 found worse value: 363.459437422. iteration 11118 found worse value: 363.459437422. iteration 11119 found worse value: 363.459437422. iteration 11120 found worse value: 363.459437422. iteration 11121 found worse value: 363.459437422. iteration 11122 found worse value: 363.459437422. iteration11122, perturbing to get out of local maxima iteration 11123 found worse value: 363.459437422. iteration11123, perturbing to get out of local maxima iteration 11124 found worse value: 363.459437422. iteration 11125 found worse value: 363.459437422. iteration 11126 found worse value: 363.459437422. iteration 11127 found worse value: 363.459437422. iteration 11128 found worse value: 363.459437422. iteration 11129 found worse value: 363.459437422. iteration 11130 found worse value: 363.459437422. iteration 11131 found worse value: 363.459437422. iteration 11132 found worse value: 363.459437422. iteration 11133 found worse value: 363.459437422. iteration 11134 found worse value: 363.459437422. iteration 11135 found worse value: 363.459437422. iteration 11136 found worse value: 363.459437422. iteration 11137 found worse value: 363.459437422. iteration 11138 found worse value: 363.459437422. iteration 11139 found worse value: 363.459437422. iteration 11140 found worse value: 363.459437422. iteration 11141 found worse value: 363.459437422. iteration 11142 found worse value: 363.459437422. iteration 11143 found worse value: 363.459437422. iteration 11144 found worse value: 363.459437422. iteration 11145 found worse value: 363.459437422. iteration 11146 found worse value: 363.459437422. iteration 11147 found worse value: 363.459437422. iteration 11148 found worse value: 363.459437422. iteration 11149 found worse value: 363.459437422. iteration 11150 found worse value: 363.459437422. iteration 11151 found worse value: 363.459437422. iteration 11152 found worse value: 363.459437422. iteration 11153 found worse value: 363.459437422. iteration 11154 found worse value: 363.459437422. iteration 11155 found worse value: 363.459437422. iteration 11156 found worse value: 363.459437422. iteration 11157 found worse value: 363.459437422. iteration11157, perturbing to get out of local maxima iteration 11158 found worse value: 363.459437422. iteration 11159 found worse value: 363.459437422. iteration 11160 found worse value: 363.459437422. iteration 11161 found worse value: 363.459437422. iteration 11162 found worse value: 363.459437422. iteration 11163 found worse value: 363.459437422. iteration 11164 found worse value: 363.459437422. iteration 11165 found worse value: 363.459437422. iteration 11166 found worse value: 363.459437422. iteration 11167 found worse value: 363.459437422. iteration 11168 found worse value: 363.459437422. iteration 11169 found worse value: 363.459437422. iteration 11170 found worse value: 363.459437422. iteration 11171 found worse value: 363.459437422. iteration 11172 found worse value: 363.459437422. iteration 11173 found worse value: 363.459437422. iteration 11174 found worse value: 363.459437422. iteration 11175 found worse value: 363.459437422. iteration 11176 found worse value: 363.459437422. iteration 11177 found worse value: 363.459437422. iteration 11178 found worse value: 363.459437422. iteration 11179 found worse value: 363.459437422. iteration 11180 found worse value: 363.459437422. iteration 11181 found worse value: 363.459437422. iteration 11182 found worse value: 363.459437422. iteration 11183 found worse value: 363.459437422. iteration 11184 found worse value: 363.459437422. iteration 11185 found worse value: 363.459437422. iteration 11186 found worse value: 363.459437422. iteration 11187 found worse value: 363.459437422. iteration 11188 found worse value: 363.459437422. iteration 11189 found worse value: 363.459437422. iteration 11190 found worse value: 363.459437422. iteration 11191 found worse value: 363.459437422. iteration 11192 found worse value: 363.459437422. iteration 11193 found worse value: 363.459437422. iteration 11194 found worse value: 363.459437422. iteration 11195 found worse value: 363.459437422. iteration 11196 found worse value: 363.459437422. iteration11196, perturbing to get out of local maxima iteration 11197 found worse value: 363.459437422. iteration 11198 found worse value: 363.459437422. iteration 11199 found worse value: 363.459437422. iteration 11200 found worse value: 363.459437422. iteration 11201 found worse value: 363.459437422. iteration 11202 found worse value: 363.459437422. iteration 11203 found worse value: 363.459437422. iteration11203, perturbing to get out of local maxima iteration 11204 found worse value: 363.459437422. iteration 11205 found worse value: 363.459437422. iteration 11206 found worse value: 363.459437422. iteration 11207 found worse value: 363.459437422. iteration 11208 found worse value: 363.459437422. iteration 11209 found worse value: 363.459437422. iteration11209, perturbing to get out of local maxima iteration 11210 found worse value: 363.459437422. iteration 11211 found worse value: 363.459437422. iteration 11212 found worse value: 363.459437422. iteration 11213 found worse value: 363.459437422. iteration 11214 found worse value: 363.459437422. iteration 11215 found worse value: 363.459437422. iteration 11216 found worse value: 363.459437422. iteration 11217 found worse value: 363.459437422. iteration 11218 found worse value: 363.459437422. iteration 11219 found worse value: 363.459437422. iteration 11220 found worse value: 363.459437422. iteration 11221 found worse value: 363.459437422. iteration 11222 found worse value: 363.459437422. iteration 11223 found worse value: 363.459437422. iteration 11224 found worse value: 363.459437422. iteration 11225 found worse value: 363.459437422. iteration 11226 found worse value: 363.459437422. iteration 11227 found worse value: 363.459437422. iteration 11228 found worse value: 363.459437422. iteration 11229 found worse value: 363.459437422. iteration 11230 found worse value: 363.459437422. iteration 11231 found worse value: 363.459437422. iteration 11232 found worse value: 363.459437422. iteration 11233 found worse value: 363.459437422. iteration 11234 found worse value: 363.459437422. iteration 11235 found worse value: 363.459437422. iteration11235, perturbing to get out of local maxima iteration 11236 found worse value: 363.459437422. iteration11236, perturbing to get out of local maxima iteration 11237 found worse value: 363.459437422. iteration 11238 found worse value: 363.459437422. iteration 11239 found worse value: 363.459437422. iteration 11240 found worse value: 363.459437422. iteration 11241 found worse value: 363.459437422. iteration 11242 found worse value: 363.459437422. iteration 11243 found worse value: 363.459437422. iteration 11244 found worse value: 363.459437422. iteration 11245 found worse value: 363.459437422. iteration 11246 found worse value: 363.459437422. iteration 11247 found worse value: 363.459437422. iteration 11248 found worse value: 363.459437422. iteration 11249 found worse value: 363.459437422. iteration11249, perturbing to get out of local maxima iteration 11250 found worse value: 363.459437422. iteration 11251 found worse value: 363.459437422. iteration 11252 found worse value: 363.459437422. iteration 11253 found worse value: 363.459437422. iteration 11254 found worse value: 363.459437422. iteration 11255 found worse value: 363.459437422. iteration 11256 found worse value: 363.459437422. iteration11256, perturbing to get out of local maxima iteration 11257 found worse value: 363.459437422. iteration 11258 found worse value: 363.459437422. iteration 11259 found worse value: 363.459437422. iteration 11260 found worse value: 363.459437422. iteration 11261 found worse value: 363.459437422. iteration 11262 found worse value: 363.459437422. iteration 11263 found worse value: 363.459437422. iteration 11264 found worse value: 363.459437422. iteration11264, perturbing to get out of local maxima iteration 11265 found worse value: 363.459437422. iteration 11266 found worse value: 363.459437422. iteration 11267 found worse value: 363.459437422. iteration 11268 found worse value: 363.459437422. iteration 11269 found worse value: 363.459437422. iteration 11270 found worse value: 363.459437422. iteration 11271 found worse value: 363.459437422. iteration 11272 found worse value: 363.459437422. iteration 11273 found worse value: 363.459437422. iteration 11274 found worse value: 363.459437422. iteration 11275 found worse value: 363.459437422. iteration 11276 found worse value: 363.459437422. iteration 11277 found worse value: 363.459437422. iteration 11278 found worse value: 363.459437422. iteration 11279 found worse value: 363.459437422. iteration 11280 found worse value: 363.459437422. iteration 11281 found worse value: 363.459437422. iteration 11282 found worse value: 363.459437422. iteration 11283 found worse value: 363.459437422. iteration 11284 found worse value: 363.459437422. iteration 11285 found worse value: 363.459437422. iteration 11286 found worse value: 363.459437422. iteration 11287 found worse value: 363.459437422. iteration 11288 found worse value: 363.459437422. iteration 11289 found worse value: 363.459437422. iteration 11290 found worse value: 363.459437422. iteration 11291 found worse value: 363.459437422. iteration 11292 found worse value: 363.459437422. iteration 11293 found worse value: 363.459437422. iteration 11294 found worse value: 363.459437422. iteration 11295 found worse value: 363.459437422. iteration 11296 found worse value: 363.459437422. iteration 11297 found worse value: 363.459437422. iteration 11298 found worse value: 363.459437422. iteration 11299 found worse value: 363.459437422. iteration 11300 found worse value: 363.459437422. iteration 11301 found worse value: 363.459437422. iteration 11302 found worse value: 363.459437422. iteration11302, perturbing to get out of local maxima iteration 11303 found worse value: 363.459437422. iteration 11304 found worse value: 363.459437422. iteration 11305 found worse value: 363.459437422. iteration 11306 found worse value: 363.459437422. iteration 11307 found worse value: 363.459437422. iteration 11308 found worse value: 363.459437422. iteration 11309 found worse value: 363.459437422. iteration 11310 found worse value: 363.459437422. iteration 11311 found worse value: 363.459437422. iteration 11312 found worse value: 363.459437422. iteration 11313 found worse value: 363.459437422. iteration 11314 found worse value: 363.459437422. iteration 11315 found worse value: 363.459437422. iteration 11316 found worse value: 363.459437422. iteration 11317 found worse value: 363.459437422. iteration 11318 found worse value: 363.459437422. iteration 11319 found worse value: 363.459437422. iteration 11320 found worse value: 363.459437422. iteration11320, perturbing to get out of local maxima iteration 11321 found worse value: 363.459437422. iteration 11322 found worse value: 363.459437422. iteration 11323 found worse value: 363.459437422. iteration 11324 found worse value: 363.459437422. iteration 11325 found worse value: 363.459437422. iteration 11326 found worse value: 363.459437422. iteration 11327 found worse value: 363.459437422. iteration 11328 found worse value: 363.459437422. iteration 11329 found worse value: 363.459437422. iteration 11330 found worse value: 363.459437422. iteration 11331 found worse value: 363.459437422. iteration11331, perturbing to get out of local maxima iteration 11332 found worse value: 363.459437422. iteration 11333 found worse value: 363.459437422. iteration 11334 found worse value: 363.459437422. iteration 11335 found worse value: 363.459437422. iteration 11336 found worse value: 363.459437422. iteration 11337 found worse value: 363.459437422. iteration 11338 found worse value: 363.459437422. iteration 11339 found worse value: 363.459437422. iteration 11340 found worse value: 363.459437422. iteration 11341 found worse value: 363.459437422. iteration 11342 found worse value: 363.459437422. iteration11342, perturbing to get out of local maxima iteration 11343 found worse value: 363.459437422. iteration 11344 found worse value: 363.459437422. iteration 11345 found worse value: 363.459437422. iteration 11346 found worse value: 363.459437422. iteration 11347 found worse value: 363.459437422. iteration 11348 found worse value: 363.459437422. iteration 11349 found worse value: 363.459437422. iteration 11350 found worse value: 363.459437422. iteration 11351 found worse value: 363.459437422. iteration 11352 found worse value: 363.459437422. iteration 11353 found worse value: 363.459437422. iteration 11354 found worse value: 363.459437422. iteration 11355 found worse value: 363.459437422. iteration 11356 found worse value: 363.459437422. iteration11356, perturbing to get out of local maxima iteration 11357 found worse value: 363.459437422. iteration 11358 found worse value: 363.459437422. iteration 11359 found worse value: 363.459437422. iteration11359, perturbing to get out of local maxima iteration 11360 found worse value: 363.459437422. iteration 11361 found worse value: 363.459437422. iteration 11362 found worse value: 363.459437422. iteration 11363 found worse value: 363.459437422. iteration 11364 found worse value: 363.459437422. iteration 11365 found worse value: 363.459437422. iteration 11366 found worse value: 363.459437422. iteration 11367 found worse value: 363.459437422. iteration 11368 found worse value: 363.459437422. iteration 11369 found worse value: 363.459437422. iteration 11370 found worse value: 363.459437422. iteration 11371 found worse value: 363.459437422. iteration 11372 found worse value: 363.459437422. iteration 11373 found worse value: 363.459437422. iteration 11374 found worse value: 363.459437422. iteration11374, perturbing to get out of local maxima iteration 11375 found worse value: 363.459437422. iteration11375, perturbing to get out of local maxima iteration 11376 found worse value: 363.459437422. iteration11376, perturbing to get out of local maxima iteration 11377 found worse value: 363.459437422. iteration 11378 found worse value: 363.459437422. iteration 11379 found worse value: 363.459437422. iteration 11380 found worse value: 363.459437422. iteration 11381 found worse value: 363.459437422. iteration11381, perturbing to get out of local maxima iteration 11382 found worse value: 363.459437422. iteration 11383 found worse value: 363.459437422. iteration 11384 found worse value: 363.459437422. iteration 11385 found worse value: 363.459437422. iteration 11386 found worse value: 363.459437422. iteration 11387 found worse value: 363.459437422. iteration 11388 found worse value: 363.459437422. iteration 11389 found worse value: 363.459437422. iteration 11390 found worse value: 363.459437422. iteration 11391 found worse value: 363.459437422. iteration 11392 found worse value: 363.459437422. iteration 11393 found worse value: 363.459437422. iteration 11394 found worse value: 363.459437422. iteration11394, perturbing to get out of local maxima iteration 11395 found worse value: 363.459437422. iteration 11396 found worse value: 363.459437422. iteration 11397 found worse value: 363.459437422. iteration 11398 found worse value: 363.459437422. iteration 11399 found worse value: 363.459437422. iteration 11400 found worse value: 363.459437422. iteration 11401 found worse value: 363.459437422. iteration 11402 found worse value: 363.459437422. iteration 11403 found worse value: 363.459437422. iteration 11404 found worse value: 363.459437422. iteration11404, perturbing to get out of local maxima iteration 11405 found worse value: 363.459437422. iteration 11406 found worse value: 363.459437422. iteration 11407 found worse value: 363.459437422. iteration 11408 found worse value: 363.459437422. iteration 11409 found worse value: 363.459437422. iteration 11410 found worse value: 363.459437422. iteration 11411 found worse value: 363.459437422. iteration 11412 found worse value: 363.459437422. iteration 11413 found worse value: 363.459437422. iteration 11414 found worse value: 363.459437422. iteration 11415 found worse value: 363.459437422. iteration 11416 found worse value: 363.459437422. iteration 11417 found worse value: 363.459437422. iteration 11418 found worse value: 363.459437422. iteration 11419 found worse value: 363.459437422. iteration 11420 found worse value: 363.459437422. iteration 11421 found worse value: 363.459437422. iteration 11422 found worse value: 363.459437422. iteration 11423 found worse value: 363.459437422. iteration 11424 found worse value: 363.459437422. iteration 11425 found worse value: 363.459437422. iteration 11426 found worse value: 363.459437422. iteration11426, perturbing to get out of local maxima iteration 11427 found worse value: 363.459437422. iteration 11428 found worse value: 363.459437422. iteration 11429 found worse value: 363.459437422. iteration11429, perturbing to get out of local maxima iteration 11430 found worse value: 363.459437422. iteration 11431 found worse value: 363.459437422. iteration11431, perturbing to get out of local maxima iteration 11432 found worse value: 363.459437422. iteration 11433 found worse value: 363.459437422. iteration 11434 found worse value: 363.459437422. iteration 11435 found worse value: 363.459437422. iteration 11436 found worse value: 363.459437422. iteration 11437 found worse value: 363.459437422. iteration 11438 found worse value: 363.459437422. iteration 11439 found worse value: 363.459437422. iteration11439, perturbing to get out of local maxima iteration 11440 found worse value: 363.459437422. iteration 11441 found worse value: 363.459437422. iteration 11442 found worse value: 363.459437422. iteration 11443 found worse value: 363.459437422. iteration 11444 found worse value: 363.459437422. iteration 11445 found worse value: 363.459437422. iteration 11446 found worse value: 363.459437422. iteration 11447 found worse value: 363.459437422. iteration 11448 found worse value: 363.459437422. iteration 11449 found worse value: 363.459437422. iteration 11450 found worse value: 363.459437422. iteration 11451 found worse value: 363.459437422. iteration 11452 found worse value: 363.459437422. iteration 11453 found worse value: 363.459437422. iteration 11454 found worse value: 363.459437422. iteration 11455 found worse value: 363.459437422. iteration 11456 found worse value: 363.459437422. iteration 11457 found worse value: 363.459437422. iteration 11458 found worse value: 363.459437422. iteration 11459 found worse value: 363.459437422. iteration11459, perturbing to get out of local maxima iteration 11460 found worse value: 363.459437422. iteration 11461 found worse value: 363.459437422. iteration 11462 found worse value: 363.459437422. iteration 11463 found worse value: 363.459437422. iteration 11464 found worse value: 363.459437422. iteration 11465 found worse value: 363.459437422. iteration 11466 found worse value: 363.459437422. iteration 11467 found worse value: 363.459437422. iteration 11468 found worse value: 363.459437422. iteration 11469 found worse value: 363.459437422. iteration11469, perturbing to get out of local maxima iteration 11470 found worse value: 363.459437422. iteration 11471 found worse value: 363.459437422. iteration 11472 found worse value: 363.459437422. iteration 11473 found worse value: 363.459437422. iteration 11474 found worse value: 363.459437422. iteration11474, perturbing to get out of local maxima iteration 11475 found worse value: 363.459437422. iteration 11476 found worse value: 363.459437422. iteration 11477 found worse value: 363.459437422. iteration 11478 found worse value: 363.459437422. iteration 11479 found worse value: 363.459437422. iteration 11480 found worse value: 363.459437422. iteration 11481 found worse value: 363.459437422. iteration 11482 found worse value: 363.459437422. iteration 11483 found worse value: 363.459437422. iteration 11484 found worse value: 363.459437422. iteration 11485 found worse value: 363.459437422. iteration 11486 found worse value: 363.459437422. iteration 11487 found worse value: 363.459437422. iteration 11488 found worse value: 363.459437422. iteration11488, perturbing to get out of local maxima iteration 11489 found worse value: 363.459437422. iteration 11490 found worse value: 363.459437422. iteration 11491 found worse value: 363.459437422. iteration 11492 found worse value: 363.459437422. iteration 11493 found worse value: 363.459437422. iteration 11494 found worse value: 363.459437422. iteration 11495 found worse value: 363.459437422. iteration 11496 found worse value: 363.459437422. iteration 11497 found worse value: 363.459437422. iteration 11498 found worse value: 363.459437422. iteration 11499 found worse value: 363.459437422. iteration 11500 found worse value: 363.459437422. iteration 11501 found worse value: 363.459437422. iteration 11502 found worse value: 363.459437422. iteration 11503 found worse value: 363.459437422. iteration 11504 found worse value: 363.459437422. iteration 11505 found worse value: 363.459437422. iteration11505, perturbing to get out of local maxima iteration 11506 found worse value: 363.459437422. iteration 11507 found worse value: 363.459437422. iteration 11508 found worse value: 363.459437422. iteration 11509 found worse value: 363.459437422. iteration 11510 found worse value: 363.459437422. iteration 11511 found worse value: 363.459437422. iteration 11512 found worse value: 363.459437422. iteration 11513 found worse value: 363.459437422. iteration 11514 found worse value: 363.459437422. iteration 11515 found worse value: 363.459437422. iteration 11516 found worse value: 363.459437422. iteration 11517 found worse value: 363.459437422. iteration 11518 found worse value: 363.459437422. iteration 11519 found worse value: 363.459437422. iteration 11520 found worse value: 363.459437422. iteration 11521 found worse value: 363.459437422. iteration 11522 found worse value: 363.459437422. iteration 11523 found worse value: 363.459437422. iteration 11524 found worse value: 363.459437422. iteration 11525 found worse value: 363.459437422. iteration 11526 found worse value: 363.459437422. iteration 11527 found worse value: 363.459437422. iteration 11528 found worse value: 363.459437422. iteration 11529 found worse value: 363.459437422. iteration 11530 found worse value: 363.459437422. iteration 11531 found worse value: 363.459437422. iteration 11532 found worse value: 363.459437422. iteration 11533 found worse value: 363.459437422. iteration 11534 found worse value: 363.459437422. iteration 11535 found worse value: 363.459437422. iteration 11536 found worse value: 363.459437422. iteration 11537 found worse value: 363.459437422. iteration 11538 found worse value: 363.459437422. iteration 11539 found worse value: 363.459437422. iteration 11540 found worse value: 363.459437422. iteration 11541 found worse value: 363.459437422. iteration 11542 found worse value: 363.459437422. iteration 11543 found worse value: 363.459437422. iteration 11544 found worse value: 363.459437422. iteration 11545 found worse value: 363.459437422. iteration 11546 found worse value: 363.459437422. iteration 11547 found worse value: 363.459437422. iteration 11548 found worse value: 363.459437422. iteration 11549 found worse value: 363.459437422. iteration 11550 found worse value: 363.459437422. iteration 11551 found worse value: 363.459437422. iteration 11552 found worse value: 363.459437422. iteration 11553 found worse value: 363.459437422. iteration 11554 found worse value: 363.459437422. iteration 11555 found worse value: 363.459437422. iteration 11556 found worse value: 363.459437422. iteration 11557 found worse value: 363.459437422. iteration 11558 found worse value: 363.459437422. iteration 11559 found worse value: 363.459437422. iteration 11560 found worse value: 363.459437422. iteration 11561 found worse value: 363.459437422. iteration 11562 found worse value: 363.459437422. iteration 11563 found worse value: 363.459437422. iteration 11564 found worse value: 363.459437422. iteration 11565 found worse value: 363.459437422. iteration 11566 found worse value: 363.459437422. iteration 11567 found worse value: 363.459437422. iteration 11568 found worse value: 363.459437422. iteration 11569 found worse value: 363.459437422. iteration 11570 found worse value: 363.459437422. iteration 11571 found worse value: 363.459437422. iteration 11572 found worse value: 363.459437422. iteration 11573 found worse value: 363.459437422. iteration 11574 found worse value: 363.459437422. iteration 11575 found worse value: 363.459437422. iteration 11576 found worse value: 363.459437422. iteration 11577 found worse value: 363.459437422. iteration 11578 found worse value: 363.459437422. iteration 11579 found worse value: 363.459437422. iteration 11580 found worse value: 363.459437422. iteration 11581 found worse value: 363.459437422. iteration 11582 found worse value: 363.459437422. iteration 11583 found worse value: 363.459437422. iteration 11584 found worse value: 363.459437422. iteration 11585 found worse value: 363.459437422. iteration 11586 found worse value: 363.459437422. iteration 11587 found worse value: 363.459437422. iteration 11588 found worse value: 363.459437422. iteration 11589 found worse value: 363.459437422. iteration 11590 found worse value: 363.459437422. iteration 11591 found worse value: 363.459437422. iteration 11592 found worse value: 363.459437422. iteration 11593 found worse value: 363.459437422. iteration 11594 found worse value: 363.459437422. iteration 11595 found worse value: 363.459437422. iteration11595, perturbing to get out of local maxima iteration 11596 found worse value: 363.459437422. iteration11596, perturbing to get out of local maxima iteration 11597 found worse value: 363.459437422. iteration 11598 found worse value: 363.459437422. iteration 11599 found worse value: 363.459437422. iteration 11600 found worse value: 363.459437422. iteration 11601 found worse value: 363.459437422. iteration 11602 found worse value: 363.459437422. iteration 11603 found worse value: 363.459437422. iteration 11604 found worse value: 363.459437422. iteration 11605 found worse value: 363.459437422. iteration 11606 found worse value: 363.459437422. iteration 11607 found worse value: 363.459437422. iteration 11608 found worse value: 363.459437422. iteration 11609 found worse value: 363.459437422. iteration 11610 found worse value: 363.459437422. iteration 11611 found worse value: 363.459437422. iteration 11612 found worse value: 363.459437422. iteration 11613 found worse value: 363.459437422. iteration 11614 found worse value: 363.459437422. iteration 11615 found worse value: 363.459437422. iteration 11616 found worse value: 363.459437422. iteration 11617 found worse value: 363.459437422. iteration 11618 found worse value: 363.459437422. iteration 11619 found worse value: 363.459437422. iteration 11620 found worse value: 363.459437422. iteration 11621 found worse value: 363.459437422. iteration 11622 found worse value: 363.459437422. iteration 11623 found worse value: 363.459437422. iteration 11624 found worse value: 363.459437422. iteration 11625 found worse value: 363.459437422. iteration 11626 found worse value: 363.459437422. iteration 11627 found worse value: 363.459437422. iteration 11628 found worse value: 363.459437422. iteration 11629 found worse value: 363.459437422. iteration 11630 found worse value: 363.459437422. iteration 11631 found worse value: 363.459437422. iteration 11632 found worse value: 363.459437422. iteration 11633 found worse value: 363.459437422. iteration 11634 found worse value: 363.459437422. iteration 11635 found worse value: 363.459437422. iteration 11636 found worse value: 363.459437422. iteration 11637 found worse value: 363.459437422. iteration 11638 found worse value: 363.459437422. iteration 11639 found worse value: 363.459437422. iteration 11640 found worse value: 363.459437422. iteration 11641 found worse value: 363.459437422. iteration 11642 found worse value: 363.459437422. iteration 11643 found worse value: 363.459437422. iteration 11644 found worse value: 363.459437422. iteration 11645 found worse value: 363.459437422. iteration 11646 found worse value: 363.459437422. iteration 11647 found worse value: 363.459437422. iteration 11648 found worse value: 363.459437422. iteration 11649 found worse value: 363.459437422. iteration 11650 found worse value: 363.459437422. iteration 11651 found worse value: 363.459437422. iteration 11652 found worse value: 363.459437422. iteration 11653 found worse value: 363.459437422. iteration 11654 found worse value: 363.459437422. iteration 11655 found worse value: 363.459437422. iteration 11656 found worse value: 363.459437422. iteration 11657 found worse value: 363.459437422. iteration 11658 found worse value: 363.459437422. iteration 11659 found worse value: 363.459437422. iteration 11660 found worse value: 363.459437422. iteration 11661 found worse value: 363.459437422. iteration 11662 found worse value: 363.459437422. iteration 11663 found worse value: 363.459437422. iteration 11664 found worse value: 363.459437422. iteration 11665 found worse value: 363.459437422. iteration 11666 found worse value: 363.459437422. iteration 11667 found worse value: 363.459437422. iteration 11668 found worse value: 363.459437422. iteration 11669 found worse value: 363.459437422. iteration 11670 found worse value: 363.459437422. iteration11670, perturbing to get out of local maxima iteration 11671 found worse value: 363.459437422. iteration 11672 found worse value: 363.459437422. iteration11672, perturbing to get out of local maxima iteration 11673 found worse value: 363.459437422. iteration 11674 found worse value: 363.459437422. iteration 11675 found worse value: 363.459437422. iteration 11676 found worse value: 363.459437422. iteration 11677 found worse value: 363.459437422. iteration 11678 found worse value: 363.459437422. iteration 11679 found worse value: 363.459437422. iteration 11680 found worse value: 363.459437422. iteration 11681 found worse value: 363.459437422. iteration 11682 found worse value: 363.459437422. iteration 11683 found worse value: 363.459437422. iteration 11684 found worse value: 363.459437422. iteration 11685 found worse value: 363.459437422. iteration 11686 found worse value: 363.459437422. iteration 11687 found worse value: 363.459437422. iteration 11688 found worse value: 363.459437422. iteration 11689 found worse value: 363.459437422. iteration 11690 found worse value: 363.459437422. iteration 11691 found worse value: 363.459437422. iteration 11692 found worse value: 363.459437422. iteration 11693 found worse value: 363.459437422. iteration11693, perturbing to get out of local maxima iteration 11694 found worse value: 363.459437422. iteration 11695 found worse value: 363.459437422. iteration 11696 found worse value: 363.459437422. iteration 11697 found worse value: 363.459437422. iteration 11698 found worse value: 363.459437422. iteration 11699 found worse value: 363.459437422. iteration 11700 found worse value: 363.459437422. iteration 11701 found worse value: 363.459437422. iteration 11702 found worse value: 363.459437422. iteration 11703 found worse value: 363.459437422. iteration 11704 found worse value: 363.459437422. iteration 11705 found worse value: 363.459437422. iteration 11706 found worse value: 363.459437422. iteration 11707 found worse value: 363.459437422. iteration 11708 found worse value: 363.459437422. iteration 11709 found worse value: 363.459437422. iteration11709, perturbing to get out of local maxima iteration 11710 found worse value: 363.459437422. iteration 11711 found worse value: 363.459437422. iteration 11712 found worse value: 363.459437422. iteration 11713 found worse value: 363.459437422. iteration 11714 found worse value: 363.459437422. iteration 11715 found worse value: 363.459437422. iteration 11716 found worse value: 363.459437422. iteration 11717 found worse value: 363.459437422. iteration 11718 found worse value: 363.459437422. iteration 11719 found worse value: 363.459437422. iteration 11720 found worse value: 363.459437422. iteration 11721 found worse value: 363.459437422. iteration 11722 found worse value: 363.459437422. iteration 11723 found worse value: 363.459437422. iteration 11724 found worse value: 363.459437422. iteration 11725 found worse value: 363.459437422. iteration 11726 found worse value: 363.459437422. iteration 11727 found worse value: 363.459437422. iteration 11728 found worse value: 363.459437422. iteration 11729 found worse value: 363.459437422. iteration 11730 found worse value: 363.459437422. iteration 11731 found worse value: 363.459437422. iteration 11732 found worse value: 363.459437422. iteration11732, perturbing to get out of local maxima iteration 11733 found worse value: 363.459437422. iteration11733, perturbing to get out of local maxima iteration 11734 found worse value: 363.459437422. iteration 11735 found worse value: 363.459437422. iteration 11736 found worse value: 363.459437422. iteration 11737 found worse value: 363.459437422. iteration 11738 found worse value: 363.459437422. iteration 11739 found worse value: 363.459437422. iteration 11740 found worse value: 363.459437422. iteration 11741 found worse value: 363.459437422. iteration 11742 found worse value: 363.459437422. iteration 11743 found worse value: 363.459437422. iteration 11744 found worse value: 363.459437422. iteration 11745 found worse value: 363.459437422. iteration 11746 found worse value: 363.459437422. iteration 11747 found worse value: 363.459437422. iteration11747, perturbing to get out of local maxima iteration 11748 found worse value: 363.459437422. iteration11748, perturbing to get out of local maxima iteration 11749 found worse value: 363.459437422. iteration 11750 found worse value: 363.459437422. iteration 11751 found worse value: 363.459437422. iteration 11752 found worse value: 363.459437422. iteration 11753 found worse value: 363.459437422. iteration 11754 found worse value: 363.459437422. iteration 11755 found worse value: 363.459437422. iteration 11756 found worse value: 363.459437422. iteration 11757 found worse value: 363.459437422. iteration 11758 found worse value: 363.459437422. iteration11758, perturbing to get out of local maxima iteration 11759 found worse value: 363.459437422. iteration11759, perturbing to get out of local maxima iteration 11760 found worse value: 363.459437422. iteration 11761 found worse value: 363.459437422. iteration 11762 found worse value: 363.459437422. iteration 11763 found worse value: 363.459437422. iteration 11764 found worse value: 363.459437422. iteration11764, perturbing to get out of local maxima iteration 11765 found worse value: 363.459437422. iteration 11766 found worse value: 363.459437422. iteration 11767 found worse value: 363.459437422. iteration 11768 found worse value: 363.459437422. iteration 11769 found worse value: 363.459437422. iteration 11770 found worse value: 363.459437422. iteration 11771 found worse value: 363.459437422. iteration 11772 found worse value: 363.459437422. iteration 11773 found worse value: 363.459437422. iteration 11774 found worse value: 363.459437422. iteration 11775 found worse value: 363.459437422. iteration 11776 found worse value: 363.459437422. iteration 11777 found worse value: 363.459437422. iteration 11778 found worse value: 363.459437422. iteration 11779 found worse value: 363.459437422. iteration 11780 found worse value: 363.459437422. iteration 11781 found worse value: 363.459437422. iteration 11782 found worse value: 363.459437422. iteration 11783 found worse value: 363.459437422. iteration 11784 found worse value: 363.459437422. iteration 11785 found worse value: 363.459437422. iteration 11786 found worse value: 363.459437422. iteration 11787 found worse value: 363.459437422. iteration 11788 found worse value: 363.459437422. iteration 11789 found worse value: 363.459437422. iteration 11790 found worse value: 363.459437422. iteration 11791 found worse value: 363.459437422. iteration 11792 found worse value: 363.459437422. iteration 11793 found worse value: 363.459437422. iteration 11794 found worse value: 363.459437422. iteration 11795 found worse value: 363.459437422. iteration 11796 found worse value: 363.459437422. iteration 11797 found worse value: 363.459437422. iteration 11798 found worse value: 363.459437422. iteration11798, perturbing to get out of local maxima iteration 11799 found worse value: 363.459437422. iteration 11800 found worse value: 363.459437422. iteration 11801 found worse value: 363.459437422. iteration 11802 found worse value: 363.459437422. iteration 11803 found worse value: 363.459437422. iteration 11804 found worse value: 363.459437422. iteration 11805 found worse value: 363.459437422. iteration 11806 found worse value: 363.459437422. iteration 11807 found worse value: 363.459437422. iteration 11808 found worse value: 363.459437422. iteration 11809 found worse value: 363.459437422. iteration 11810 found worse value: 363.459437422. iteration 11811 found worse value: 363.459437422. iteration 11812 found worse value: 363.459437422. iteration11812, perturbing to get out of local maxima iteration 11813 found worse value: 363.459437422. iteration 11814 found worse value: 363.459437422. iteration 11815 found worse value: 363.459437422. iteration 11816 found worse value: 363.459437422. iteration 11817 found worse value: 363.459437422. iteration 11818 found worse value: 363.459437422. iteration11818, perturbing to get out of local maxima iteration 11819 found worse value: 363.459437422. iteration 11820 found worse value: 363.459437422. iteration 11821 found worse value: 363.459437422. iteration 11822 found worse value: 363.459437422. iteration 11823 found worse value: 363.459437422. iteration 11824 found worse value: 363.459437422. iteration 11825 found worse value: 363.459437422. iteration 11826 found worse value: 363.459437422. iteration 11827 found worse value: 363.459437422. iteration 11828 found worse value: 363.459437422. iteration 11829 found worse value: 363.459437422. iteration 11830 found worse value: 363.459437422. iteration 11831 found worse value: 363.459437422. iteration 11832 found worse value: 363.459437422. iteration 11833 found worse value: 363.459437422. iteration 11834 found worse value: 363.459437422. iteration 11835 found worse value: 363.459437422. iteration 11836 found worse value: 363.459437422. iteration 11837 found worse value: 363.459437422. iteration 11838 found worse value: 363.459437422. iteration11838, perturbing to get out of local maxima iteration 11839 found worse value: 363.459437422. iteration 11840 found worse value: 363.459437422. iteration11840, perturbing to get out of local maxima iteration 11841 found worse value: 363.459437422. iteration 11842 found worse value: 363.459437422. iteration 11843 found worse value: 363.459437422. iteration 11844 found worse value: 363.459437422. iteration 11845 found worse value: 363.459437422. iteration 11846 found worse value: 363.459437422. iteration 11847 found worse value: 363.459437422. iteration 11848 found worse value: 363.459437422. iteration11848, perturbing to get out of local maxima iteration 11849 found worse value: 363.459437422. iteration 11850 found worse value: 363.459437422. iteration 11851 found worse value: 363.459437422. iteration 11852 found worse value: 363.459437422. iteration 11853 found worse value: 363.459437422. iteration 11854 found worse value: 363.459437422. iteration 11855 found worse value: 363.459437422. iteration 11856 found worse value: 363.459437422. iteration11856, perturbing to get out of local maxima iteration 11857 found worse value: 363.459437422. iteration11857, perturbing to get out of local maxima iteration 11858 found worse value: 363.459437422. iteration 11859 found worse value: 363.459437422. iteration 11860 found worse value: 363.459437422. iteration 11861 found worse value: 363.459437422. iteration 11862 found worse value: 363.459437422. iteration 11863 found worse value: 363.459437422. iteration 11864 found worse value: 363.459437422. iteration 11865 found worse value: 363.459437422. iteration 11866 found worse value: 363.459437422. iteration 11867 found worse value: 363.459437422. iteration 11868 found worse value: 363.459437422. iteration 11869 found worse value: 363.459437422. iteration 11870 found worse value: 363.459437422. iteration11870, perturbing to get out of local maxima iteration 11871 found worse value: 363.459437422. iteration 11872 found worse value: 363.459437422. iteration 11873 found worse value: 363.459437422. iteration 11874 found worse value: 363.459437422. iteration 11875 found worse value: 363.459437422. iteration 11876 found worse value: 363.459437422. iteration 11877 found worse value: 363.459437422. iteration 11878 found worse value: 363.459437422. iteration 11879 found worse value: 363.459437422. iteration 11880 found worse value: 363.459437422. iteration 11881 found worse value: 363.459437422. iteration 11882 found worse value: 363.459437422. iteration 11883 found worse value: 363.459437422. iteration 11884 found worse value: 363.459437422. iteration 11885 found worse value: 363.459437422. iteration 11886 found worse value: 363.459437422. iteration 11887 found worse value: 363.459437422. iteration 11888 found worse value: 363.459437422. iteration 11889 found worse value: 363.459437422. iteration11889, perturbing to get out of local maxima iteration 11890 found worse value: 363.459437422. iteration11890, perturbing to get out of local maxima iteration 11891 found worse value: 363.459437422. iteration 11892 found worse value: 363.459437422. iteration 11893 found worse value: 363.459437422. iteration 11894 found worse value: 363.459437422. iteration 11895 found worse value: 363.459437422. iteration 11896 found worse value: 363.459437422. iteration 11897 found worse value: 363.459437422. iteration 11898 found worse value: 363.459437422. iteration 11899 found worse value: 363.459437422. iteration 11900 found worse value: 363.459437422. iteration 11901 found worse value: 363.459437422. iteration11901, perturbing to get out of local maxima iteration 11902 found worse value: 363.459437422. iteration 11903 found worse value: 363.459437422. iteration 11904 found worse value: 363.459437422. iteration 11905 found worse value: 363.459437422. iteration 11906 found worse value: 363.459437422. iteration 11907 found worse value: 363.459437422. iteration 11908 found worse value: 363.459437422. iteration 11909 found worse value: 363.459437422. iteration 11910 found worse value: 363.459437422. iteration 11911 found worse value: 363.459437422. iteration 11912 found worse value: 363.459437422. iteration 11913 found worse value: 363.459437422. iteration 11914 found worse value: 363.459437422. iteration 11915 found worse value: 363.459437422. iteration 11916 found worse value: 363.459437422. iteration 11917 found worse value: 363.459437422. iteration 11918 found worse value: 363.459437422. iteration 11919 found worse value: 363.459437422. iteration 11920 found worse value: 363.459437422. iteration 11921 found worse value: 363.459437422. iteration11921, perturbing to get out of local maxima iteration 11922 found worse value: 363.459437422. iteration 11923 found worse value: 363.459437422. iteration 11924 found worse value: 363.459437422. iteration 11925 found worse value: 363.459437422. iteration 11926 found worse value: 363.459437422. iteration 11927 found worse value: 363.459437422. iteration 11928 found worse value: 363.459437422. iteration 11929 found worse value: 363.459437422. iteration 11930 found worse value: 363.459437422. iteration 11931 found worse value: 363.459437422. iteration 11932 found worse value: 363.459437422. iteration 11933 found worse value: 363.459437422. iteration 11934 found worse value: 363.459437422. iteration 11935 found worse value: 363.459437422. iteration 11936 found worse value: 363.459437422. iteration 11937 found worse value: 363.459437422. iteration 11938 found worse value: 363.459437422. iteration11938, perturbing to get out of local maxima iteration 11939 found worse value: 363.459437422. iteration 11940 found worse value: 363.459437422. iteration 11941 found worse value: 363.459437422. iteration 11942 found worse value: 363.459437422. iteration 11943 found worse value: 363.459437422. iteration 11944 found worse value: 363.459437422. iteration 11945 found worse value: 363.459437422. iteration 11946 found worse value: 363.459437422. iteration 11947 found worse value: 363.459437422. iteration 11948 found worse value: 363.459437422. iteration 11949 found worse value: 363.459437422. iteration 11950 found worse value: 363.459437422. iteration 11951 found worse value: 363.459437422. iteration 11952 found worse value: 363.459437422. iteration 11953 found worse value: 363.459437422. iteration 11954 found worse value: 363.459437422. iteration 11955 found worse value: 363.459437422. iteration 11956 found worse value: 363.459437422. iteration 11957 found worse value: 363.459437422. iteration 11958 found worse value: 363.459437422. iteration 11959 found worse value: 363.459437422. iteration 11960 found worse value: 363.459437422. iteration 11961 found worse value: 363.459437422. iteration 11962 found worse value: 363.459437422. iteration 11963 found worse value: 363.459437422. iteration 11964 found worse value: 363.459437422. iteration11964, perturbing to get out of local maxima iteration 11965 found worse value: 363.459437422. iteration 11966 found worse value: 363.459437422. iteration 11967 found worse value: 363.459437422. iteration 11968 found worse value: 363.459437422. iteration 11969 found worse value: 363.459437422. iteration 11970 found worse value: 363.459437422. iteration 11971 found worse value: 363.459437422. iteration11971, perturbing to get out of local maxima iteration 11972 found worse value: 363.459437422. iteration 11973 found worse value: 363.459437422. iteration 11974 found worse value: 363.459437422. iteration 11975 found worse value: 363.459437422. iteration 11976 found worse value: 363.459437422. iteration 11977 found worse value: 363.459437422. iteration 11978 found worse value: 363.459437422. iteration 11979 found worse value: 363.459437422. iteration 11980 found worse value: 363.459437422. iteration 11981 found worse value: 363.459437422. iteration 11982 found worse value: 363.459437422. iteration 11983 found worse value: 363.459437422. iteration 11984 found worse value: 363.459437422. iteration11984, perturbing to get out of local maxima iteration 11985 found worse value: 363.459437422. iteration 11986 found worse value: 363.459437422. iteration 11987 found worse value: 363.459437422. iteration 11988 found worse value: 363.459437422. iteration 11989 found worse value: 363.459437422. iteration 11990 found worse value: 363.459437422. iteration 11991 found worse value: 363.459437422. iteration 11992 found worse value: 363.459437422. iteration 11993 found worse value: 363.459437422. iteration 11994 found worse value: 363.459437422. iteration 11995 found worse value: 363.459437422. iteration 11996 found worse value: 363.459437422. iteration 11997 found worse value: 363.459437422. iteration 11998 found worse value: 363.459437422. iteration 11999 found worse value: 363.459437422. iteration 12000 found worse value: 363.459437422. iteration 12001 found worse value: 363.459437422. iteration 12002 found worse value: 363.459437422. iteration 12003 found worse value: 363.459437422. iteration 12004 found worse value: 363.459437422. iteration 12005 found worse value: 363.459437422. iteration 12006 found worse value: 363.459437422. iteration 12007 found worse value: 363.459437422. iteration 12008 found worse value: 363.459437422. iteration12008, perturbing to get out of local maxima iteration 12009 found worse value: 363.459437422. iteration 12010 found worse value: 363.459437422. iteration 12011 found worse value: 363.459437422. iteration 12012 found worse value: 363.459437422. iteration12012, perturbing to get out of local maxima iteration 12013 found worse value: 363.459437422. iteration 12014 found worse value: 363.459437422. iteration 12015 found worse value: 363.459437422. iteration 12016 found worse value: 363.459437422. iteration 12017 found worse value: 363.459437422. iteration 12018 found worse value: 363.459437422. iteration 12019 found worse value: 363.459437422. iteration 12020 found worse value: 363.459437422. iteration 12021 found worse value: 363.459437422. iteration 12022 found worse value: 363.459437422. iteration 12023 found worse value: 363.459437422. iteration 12024 found worse value: 363.459437422. iteration 12025 found worse value: 363.459437422. iteration 12026 found worse value: 363.459437422. iteration 12027 found worse value: 363.459437422. iteration 12028 found worse value: 363.459437422. iteration12028, perturbing to get out of local maxima iteration 12029 found worse value: 363.459437422. iteration 12030 found worse value: 363.459437422. iteration 12031 found worse value: 363.459437422. iteration 12032 found worse value: 363.459437422. iteration 12033 found worse value: 363.459437422. iteration 12034 found worse value: 363.459437422. iteration 12035 found worse value: 363.459437422. iteration12035, perturbing to get out of local maxima iteration 12036 found worse value: 363.459437422. iteration 12037 found worse value: 363.459437422. iteration 12038 found worse value: 363.459437422. iteration 12039 found worse value: 363.459437422. iteration 12040 found worse value: 363.459437422. iteration 12041 found worse value: 363.459437422. iteration 12042 found worse value: 363.459437422. iteration 12043 found worse value: 363.459437422. iteration 12044 found worse value: 363.459437422. iteration 12045 found worse value: 363.459437422. iteration 12046 found worse value: 363.459437422. iteration 12047 found worse value: 363.459437422. iteration 12048 found worse value: 363.459437422. iteration 12049 found worse value: 363.459437422. iteration 12050 found worse value: 363.459437422. iteration 12051 found worse value: 363.459437422. iteration12051, perturbing to get out of local maxima iteration 12052 found worse value: 363.459437422. iteration 12053 found worse value: 363.459437422. iteration 12054 found worse value: 363.459437422. iteration12054, perturbing to get out of local maxima iteration 12055 found worse value: 363.459437422. iteration 12056 found worse value: 363.459437422. iteration 12057 found worse value: 363.459437422. iteration 12058 found worse value: 363.459437422. iteration 12059 found worse value: 363.459437422. iteration 12060 found worse value: 363.459437422. iteration 12061 found worse value: 363.459437422. iteration 12062 found worse value: 363.459437422. iteration 12063 found worse value: 363.459437422. iteration 12064 found worse value: 363.459437422. iteration 12065 found worse value: 363.459437422. iteration 12066 found worse value: 363.459437422. iteration 12067 found worse value: 363.459437422. iteration 12068 found worse value: 363.459437422. iteration 12069 found worse value: 363.459437422. iteration 12070 found worse value: 363.459437422. iteration 12071 found worse value: 363.459437422. iteration 12072 found worse value: 363.459437422. iteration 12073 found worse value: 363.459437422. iteration 12074 found worse value: 363.459437422. iteration 12075 found worse value: 363.459437422. iteration 12076 found worse value: 363.459437422. iteration 12077 found worse value: 363.459437422. iteration 12078 found worse value: 363.459437422. iteration 12079 found worse value: 363.459437422. iteration 12080 found worse value: 363.459437422. iteration 12081 found worse value: 363.459437422. iteration 12082 found worse value: 363.459437422. iteration 12083 found worse value: 363.459437422. iteration 12084 found worse value: 363.459437422. iteration 12085 found worse value: 363.459437422. iteration12085, perturbing to get out of local maxima iteration 12086 found worse value: 363.459437422. iteration 12087 found worse value: 363.459437422. iteration 12088 found worse value: 363.459437422. iteration 12089 found worse value: 363.459437422. iteration 12090 found worse value: 363.459437422. iteration 12091 found worse value: 363.459437422. iteration 12092 found worse value: 363.459437422. iteration 12093 found worse value: 363.459437422. iteration 12094 found worse value: 363.459437422. iteration 12095 found worse value: 363.459437422. iteration 12096 found worse value: 363.459437422. iteration 12097 found worse value: 363.459437422. iteration 12098 found worse value: 363.459437422. iteration 12099 found worse value: 363.459437422. iteration 12100 found worse value: 363.459437422. iteration 12101 found worse value: 363.459437422. iteration 12102 found worse value: 363.459437422. iteration 12103 found worse value: 363.459437422. iteration 12104 found worse value: 363.459437422. iteration 12105 found worse value: 363.459437422. iteration 12106 found worse value: 363.459437422. iteration 12107 found worse value: 363.459437422. iteration 12108 found worse value: 363.459437422. iteration 12109 found worse value: 363.459437422. iteration 12110 found worse value: 363.459437422. iteration 12111 found worse value: 363.459437422. iteration 12112 found worse value: 363.459437422. iteration 12113 found worse value: 363.459437422. iteration 12114 found worse value: 363.459437422. iteration 12115 found worse value: 363.459437422. iteration12115, perturbing to get out of local maxima iteration 12116 found worse value: 363.459437422. iteration 12117 found worse value: 363.459437422. iteration 12118 found worse value: 363.459437422. iteration 12119 found worse value: 363.459437422. iteration 12120 found worse value: 363.459437422. iteration 12121 found worse value: 363.459437422. iteration 12122 found worse value: 363.459437422. iteration 12123 found worse value: 363.459437422. iteration 12124 found worse value: 363.459437422. iteration 12125 found worse value: 363.459437422. iteration 12126 found worse value: 363.459437422. iteration 12127 found worse value: 363.459437422. iteration 12128 found worse value: 363.459437422. iteration 12129 found worse value: 363.459437422. iteration 12130 found worse value: 363.459437422. iteration 12131 found worse value: 363.459437422. iteration 12132 found worse value: 363.459437422. iteration 12133 found worse value: 363.459437422. iteration 12134 found worse value: 363.459437422. iteration 12135 found worse value: 363.459437422. iteration 12136 found worse value: 363.459437422. iteration12136, perturbing to get out of local maxima iteration 12137 found worse value: 363.459437422. iteration 12138 found worse value: 363.459437422. iteration12138, perturbing to get out of local maxima iteration 12139 found worse value: 363.459437422. iteration 12140 found worse value: 363.459437422. iteration 12141 found worse value: 363.459437422. iteration 12142 found worse value: 363.459437422. iteration 12143 found worse value: 363.459437422. iteration 12144 found worse value: 363.459437422. iteration 12145 found worse value: 363.459437422. iteration 12146 found worse value: 363.459437422. iteration 12147 found worse value: 363.459437422. iteration 12148 found worse value: 363.459437422. iteration 12149 found worse value: 363.459437422. iteration 12150 found worse value: 363.459437422. iteration 12151 found worse value: 363.459437422. iteration 12152 found worse value: 363.459437422. iteration 12153 found worse value: 363.459437422. iteration 12154 found worse value: 363.459437422. iteration 12155 found worse value: 363.459437422. iteration 12156 found worse value: 363.459437422. iteration12156, perturbing to get out of local maxima iteration 12157 found worse value: 363.459437422. iteration 12158 found worse value: 363.459437422. iteration 12159 found worse value: 363.459437422. iteration 12160 found worse value: 363.459437422. iteration 12161 found worse value: 363.459437422. iteration 12162 found worse value: 363.459437422. iteration 12163 found worse value: 363.459437422. iteration 12164 found worse value: 363.459437422. iteration 12165 found worse value: 363.459437422. iteration12165, perturbing to get out of local maxima iteration 12166 found worse value: 363.459437422. iteration 12167 found worse value: 363.459437422. iteration 12168 found worse value: 363.459437422. iteration 12169 found worse value: 363.459437422. iteration 12170 found worse value: 363.459437422. iteration 12171 found worse value: 363.459437422. iteration 12172 found worse value: 363.459437422. iteration 12173 found worse value: 363.459437422. iteration 12174 found worse value: 363.459437422. iteration 12175 found worse value: 363.459437422. iteration 12176 found worse value: 363.459437422. iteration 12177 found worse value: 363.459437422. iteration 12178 found worse value: 363.459437422. iteration 12179 found worse value: 363.459437422. iteration 12180 found worse value: 363.459437422. iteration 12181 found worse value: 363.459437422. iteration 12182 found worse value: 363.459437422. iteration 12183 found worse value: 363.459437422. iteration12183, perturbing to get out of local maxima iteration 12184 found worse value: 363.459437422. iteration 12185 found worse value: 363.459437422. iteration 12186 found worse value: 363.459437422. iteration 12187 found worse value: 363.459437422. iteration 12188 found worse value: 363.459437422. iteration 12189 found worse value: 363.459437422. iteration 12190 found worse value: 363.459437422. iteration 12191 found worse value: 363.459437422. iteration 12192 found worse value: 363.459437422. iteration 12193 found worse value: 363.459437422. iteration 12194 found worse value: 363.459437422. iteration 12195 found worse value: 363.459437422. iteration 12196 found worse value: 363.459437422. iteration 12197 found worse value: 363.459437422. iteration 12198 found worse value: 363.459437422. iteration 12199 found worse value: 363.459437422. iteration 12200 found worse value: 363.459437422. iteration 12201 found worse value: 363.459437422. iteration 12202 found worse value: 363.459437422. iteration 12203 found worse value: 363.459437422. iteration 12204 found worse value: 363.459437422. iteration 12205 found worse value: 363.459437422. iteration 12206 found worse value: 363.459437422. iteration 12207 found worse value: 363.459437422. iteration 12208 found worse value: 363.459437422. iteration 12209 found worse value: 363.459437422. iteration 12210 found worse value: 363.459437422. iteration 12211 found worse value: 363.459437422. iteration 12212 found worse value: 363.459437422. iteration12212, perturbing to get out of local maxima iteration 12213 found worse value: 363.459437422. iteration 12214 found worse value: 363.459437422. iteration 12215 found worse value: 363.459437422. iteration 12216 found worse value: 363.459437422. iteration 12217 found worse value: 363.459437422. iteration 12218 found worse value: 363.459437422. iteration 12219 found worse value: 363.459437422. iteration 12220 found worse value: 363.459437422. iteration 12221 found worse value: 363.459437422. iteration 12222 found worse value: 363.459437422. iteration 12223 found worse value: 363.459437422. iteration 12224 found worse value: 363.459437422. iteration 12225 found worse value: 363.459437422. iteration 12226 found worse value: 363.459437422. iteration 12227 found worse value: 363.459437422. iteration 12228 found worse value: 363.459437422. iteration 12229 found worse value: 363.459437422. iteration 12230 found worse value: 363.459437422. iteration 12231 found worse value: 363.459437422. iteration 12232 found worse value: 363.459437422. iteration 12233 found worse value: 363.459437422. iteration 12234 found worse value: 363.459437422. iteration 12235 found worse value: 363.459437422. iteration 12236 found worse value: 363.459437422. iteration 12237 found worse value: 363.459437422. iteration 12238 found worse value: 363.459437422. iteration12238, perturbing to get out of local maxima iteration 12239 found worse value: 363.459437422. iteration 12240 found worse value: 363.459437422. iteration 12241 found worse value: 363.459437422. iteration 12242 found worse value: 363.459437422. iteration12242, perturbing to get out of local maxima iteration 12243 found worse value: 363.459437422. iteration 12244 found worse value: 363.459437422. iteration 12245 found worse value: 363.459437422. iteration 12246 found worse value: 363.459437422. iteration 12247 found worse value: 363.459437422. iteration 12248 found worse value: 363.459437422. iteration 12249 found worse value: 363.459437422. iteration 12250 found worse value: 363.459437422. iteration 12251 found worse value: 363.459437422. iteration 12252 found worse value: 363.459437422. iteration 12253 found worse value: 363.459437422. iteration 12254 found worse value: 363.459437422. iteration 12255 found worse value: 363.459437422. iteration 12256 found worse value: 363.459437422. iteration 12257 found worse value: 363.459437422. iteration 12258 found worse value: 363.459437422. iteration 12259 found worse value: 363.459437422. iteration 12260 found worse value: 363.459437422. iteration 12261 found worse value: 363.459437422. iteration 12262 found worse value: 363.459437422. iteration 12263 found worse value: 363.459437422. iteration 12264 found worse value: 363.459437422. iteration 12265 found worse value: 363.459437422. iteration 12266 found worse value: 363.459437422. iteration 12267 found worse value: 363.459437422. iteration 12268 found worse value: 363.459437422. iteration 12269 found worse value: 363.459437422. iteration12269, perturbing to get out of local maxima iteration 12270 found worse value: 363.459437422. iteration 12271 found worse value: 363.459437422. iteration 12272 found worse value: 363.459437422. iteration 12273 found worse value: 363.459437422. iteration 12274 found worse value: 363.459437422. iteration 12275 found worse value: 363.459437422. iteration 12276 found worse value: 363.459437422. iteration 12277 found worse value: 363.459437422. iteration 12278 found worse value: 363.459437422. iteration 12279 found worse value: 363.459437422. iteration 12280 found worse value: 363.459437422. iteration 12281 found worse value: 363.459437422. iteration 12282 found worse value: 363.459437422. iteration12282, perturbing to get out of local maxima iteration 12283 found worse value: 363.459437422. iteration 12284 found worse value: 363.459437422. iteration 12285 found worse value: 363.459437422. iteration 12286 found worse value: 363.459437422. iteration 12287 found worse value: 363.459437422. iteration 12288 found worse value: 363.459437422. iteration 12289 found worse value: 363.459437422. iteration 12290 found worse value: 363.459437422. iteration 12291 found worse value: 363.459437422. iteration 12292 found worse value: 363.459437422. iteration 12293 found worse value: 363.459437422. iteration 12294 found worse value: 363.459437422. iteration 12295 found worse value: 363.459437422. iteration 12296 found worse value: 363.459437422. iteration 12297 found worse value: 363.459437422. iteration 12298 found worse value: 363.459437422. iteration 12299 found worse value: 363.459437422. iteration 12300 found worse value: 363.459437422. iteration 12301 found worse value: 363.459437422. iteration 12302 found worse value: 363.459437422. iteration 12303 found worse value: 363.459437422. iteration 12304 found worse value: 363.459437422. iteration 12305 found worse value: 363.459437422. iteration 12306 found worse value: 363.459437422. iteration 12307 found worse value: 363.459437422. iteration 12308 found worse value: 363.459437422. iteration 12309 found worse value: 363.459437422. iteration12309, perturbing to get out of local maxima iteration 12310 found worse value: 363.459437422. iteration 12311 found worse value: 363.459437422. iteration 12312 found worse value: 363.459437422. iteration 12313 found worse value: 363.459437422. iteration 12314 found worse value: 363.459437422. iteration 12315 found worse value: 363.459437422. iteration 12316 found worse value: 363.459437422. iteration 12317 found worse value: 363.459437422. iteration 12318 found worse value: 363.459437422. iteration 12319 found worse value: 363.459437422. iteration 12320 found worse value: 363.459437422. iteration 12321 found worse value: 363.459437422. iteration 12322 found worse value: 363.459437422. iteration 12323 found worse value: 363.459437422. iteration 12324 found worse value: 363.459437422. iteration12324, perturbing to get out of local maxima iteration 12325 found worse value: 363.459437422. iteration 12326 found worse value: 363.459437422. iteration 12327 found worse value: 363.459437422. iteration 12328 found worse value: 363.459437422. iteration 12329 found worse value: 363.459437422. iteration 12330 found worse value: 363.459437422. iteration 12331 found worse value: 363.459437422. iteration 12332 found worse value: 363.459437422. iteration 12333 found worse value: 363.459437422. iteration 12334 found worse value: 363.459437422. iteration 12335 found worse value: 363.459437422. iteration 12336 found worse value: 363.459437422. iteration 12337 found worse value: 363.459437422. iteration 12338 found worse value: 363.459437422. iteration 12339 found worse value: 363.459437422. iteration 12340 found worse value: 363.459437422. iteration 12341 found worse value: 363.459437422. iteration 12342 found worse value: 363.459437422. iteration 12343 found worse value: 363.459437422. iteration12343, perturbing to get out of local maxima iteration 12344 found worse value: 363.459437422. iteration 12345 found worse value: 363.459437422. iteration12345, perturbing to get out of local maxima iteration 12346 found worse value: 363.459437422. iteration 12347 found worse value: 363.459437422. iteration 12348 found worse value: 363.459437422. iteration 12349 found worse value: 363.459437422. iteration 12350 found worse value: 363.459437422. iteration 12351 found worse value: 363.459437422. iteration 12352 found worse value: 363.459437422. iteration 12353 found worse value: 363.459437422. iteration 12354 found worse value: 363.459437422. iteration 12355 found worse value: 363.459437422. iteration 12356 found worse value: 363.459437422. iteration 12357 found worse value: 363.459437422. iteration 12358 found worse value: 363.459437422. iteration 12359 found worse value: 363.459437422. iteration 12360 found worse value: 363.459437422. iteration 12361 found worse value: 363.459437422. iteration 12362 found worse value: 363.459437422. iteration 12363 found worse value: 363.459437422. iteration 12364 found worse value: 363.459437422. iteration 12365 found worse value: 363.459437422. iteration 12366 found worse value: 363.459437422. iteration 12367 found worse value: 363.459437422. iteration 12368 found worse value: 363.459437422. iteration 12369 found worse value: 363.459437422. iteration 12370 found worse value: 363.459437422. iteration 12371 found worse value: 363.459437422. iteration 12372 found worse value: 363.459437422. iteration 12373 found worse value: 363.459437422. iteration 12374 found worse value: 363.459437422. iteration 12375 found worse value: 363.459437422. iteration 12376 found worse value: 363.459437422. iteration 12377 found worse value: 363.459437422. iteration 12378 found worse value: 363.459437422. iteration 12379 found worse value: 363.459437422. iteration 12380 found worse value: 363.459437422. iteration 12381 found worse value: 363.459437422. iteration 12382 found worse value: 363.459437422. iteration 12383 found worse value: 363.459437422. iteration 12384 found worse value: 363.459437422. iteration 12385 found worse value: 363.459437422. iteration 12386 found worse value: 363.459437422. iteration 12387 found worse value: 363.459437422. iteration 12388 found worse value: 363.459437422. iteration 12389 found worse value: 363.459437422. iteration 12390 found worse value: 363.459437422. iteration 12391 found worse value: 363.459437422. iteration 12392 found worse value: 363.459437422. iteration 12393 found worse value: 363.459437422. iteration 12394 found worse value: 363.459437422. iteration 12395 found worse value: 363.459437422. iteration 12396 found worse value: 363.459437422. iteration 12397 found worse value: 363.459437422. iteration 12398 found worse value: 363.459437422. iteration 12399 found worse value: 363.459437422. iteration 12400 found worse value: 363.459437422. iteration 12401 found worse value: 363.459437422. iteration 12402 found worse value: 363.459437422. iteration 12403 found worse value: 363.459437422. iteration12403, perturbing to get out of local maxima iteration 12404 found worse value: 363.459437422. iteration 12405 found worse value: 363.459437422. iteration 12406 found worse value: 363.459437422. iteration 12407 found worse value: 363.459437422. iteration 12408 found worse value: 363.459437422. iteration 12409 found worse value: 363.459437422. iteration 12410 found worse value: 363.459437422. iteration 12411 found worse value: 363.459437422. iteration12411, perturbing to get out of local maxima iteration 12412 found worse value: 363.459437422. iteration 12413 found worse value: 363.459437422. iteration 12414 found worse value: 363.459437422. iteration 12415 found worse value: 363.459437422. iteration 12416 found worse value: 363.459437422. iteration 12417 found worse value: 363.459437422. iteration 12418 found worse value: 363.459437422. iteration 12419 found worse value: 363.459437422. iteration 12420 found worse value: 363.459437422. iteration 12421 found worse value: 363.459437422. iteration 12422 found worse value: 363.459437422. iteration 12423 found worse value: 363.459437422. iteration 12424 found worse value: 363.459437422. iteration 12425 found worse value: 363.459437422. iteration 12426 found worse value: 363.459437422. iteration 12427 found worse value: 363.459437422. iteration 12428 found worse value: 363.459437422. iteration 12429 found worse value: 363.459437422. iteration 12430 found worse value: 363.459437422. iteration 12431 found worse value: 363.459437422. iteration 12432 found worse value: 363.459437422. iteration 12433 found worse value: 363.459437422. iteration 12434 found worse value: 363.459437422. iteration 12435 found worse value: 363.459437422. iteration 12436 found worse value: 363.459437422. iteration 12437 found worse value: 363.459437422. iteration 12438 found worse value: 363.459437422. iteration 12439 found worse value: 363.459437422. iteration 12440 found worse value: 363.459437422. iteration12440, perturbing to get out of local maxima iteration 12441 found worse value: 363.459437422. iteration 12442 found worse value: 363.459437422. iteration 12443 found worse value: 363.459437422. iteration12443, perturbing to get out of local maxima iteration 12444 found worse value: 363.459437422. iteration 12445 found worse value: 363.459437422. iteration 12446 found worse value: 363.459437422. iteration 12447 found worse value: 363.459437422. iteration 12448 found worse value: 363.459437422. iteration 12449 found worse value: 363.459437422. iteration 12450 found worse value: 363.459437422. iteration 12451 found worse value: 363.459437422. iteration 12452 found worse value: 363.459437422. iteration 12453 found worse value: 363.459437422. iteration 12454 found worse value: 363.459437422. iteration 12455 found worse value: 363.459437422. iteration12455, perturbing to get out of local maxima iteration 12456 found worse value: 363.459437422. iteration 12457 found worse value: 363.459437422. iteration 12458 found worse value: 363.459437422. iteration 12459 found worse value: 363.459437422. iteration 12460 found worse value: 363.459437422. iteration 12461 found worse value: 363.459437422. iteration 12462 found worse value: 363.459437422. iteration 12463 found worse value: 363.459437422. iteration 12464 found worse value: 363.459437422. iteration 12465 found worse value: 363.459437422. iteration 12466 found worse value: 363.459437422. iteration 12467 found worse value: 363.459437422. iteration 12468 found worse value: 363.459437422. iteration 12469 found worse value: 363.459437422. iteration12469, perturbing to get out of local maxima iteration 12470 found worse value: 363.459437422. iteration 12471 found worse value: 363.459437422. iteration 12472 found worse value: 363.459437422. iteration 12473 found worse value: 363.459437422. iteration 12474 found worse value: 363.459437422. iteration 12475 found worse value: 363.459437422. iteration 12476 found worse value: 363.459437422. iteration 12477 found worse value: 363.459437422. iteration 12478 found worse value: 363.459437422. iteration 12479 found worse value: 363.459437422. iteration 12480 found worse value: 363.459437422. iteration 12481 found worse value: 363.459437422. iteration 12482 found worse value: 363.459437422. iteration 12483 found worse value: 363.459437422. iteration 12484 found worse value: 363.459437422. iteration 12485 found worse value: 363.459437422. iteration 12486 found worse value: 363.459437422. iteration 12487 found worse value: 363.459437422. iteration 12488 found worse value: 363.459437422. iteration 12489 found worse value: 363.459437422. iteration 12490 found worse value: 363.459437422. iteration 12491 found worse value: 363.459437422. iteration 12492 found worse value: 363.459437422. iteration 12493 found worse value: 363.459437422. iteration 12494 found worse value: 363.459437422. iteration 12495 found worse value: 363.459437422. iteration 12496 found worse value: 363.459437422. iteration 12497 found worse value: 363.459437422. iteration 12498 found worse value: 363.459437422. iteration 12499 found worse value: 363.459437422. iteration 12500 found worse value: 363.459437422. iteration 12501 found worse value: 363.459437422. iteration 12502 found worse value: 363.459437422. iteration 12503 found worse value: 363.459437422. iteration 12504 found worse value: 363.459437422. iteration 12505 found worse value: 363.459437422. iteration 12506 found worse value: 363.459437422. iteration 12507 found worse value: 363.459437422. iteration 12508 found worse value: 363.459437422. iteration 12509 found worse value: 363.459437422. iteration 12510 found worse value: 363.459437422. iteration 12511 found worse value: 363.459437422. iteration 12512 found worse value: 363.459437422. iteration12512, perturbing to get out of local maxima iteration 12513 found worse value: 363.459437422. iteration 12514 found worse value: 363.459437422. iteration 12515 found worse value: 363.459437422. iteration 12516 found worse value: 363.459437422. iteration 12517 found worse value: 363.459437422. iteration 12518 found worse value: 363.459437422. iteration 12519 found worse value: 363.459437422. iteration 12520 found worse value: 363.459437422. iteration 12521 found worse value: 363.459437422. iteration 12522 found worse value: 363.459437422. iteration 12523 found worse value: 363.459437422. iteration 12524 found worse value: 363.459437422. iteration 12525 found worse value: 363.459437422. iteration 12526 found worse value: 363.459437422. iteration 12527 found worse value: 363.459437422. iteration 12528 found worse value: 363.459437422. iteration 12529 found worse value: 363.459437422. iteration 12530 found worse value: 363.459437422. iteration 12531 found worse value: 363.459437422. iteration 12532 found worse value: 363.459437422. iteration 12533 found worse value: 363.459437422. iteration 12534 found worse value: 363.459437422. iteration 12535 found worse value: 363.459437422. iteration 12536 found worse value: 363.459437422. iteration 12537 found worse value: 363.459437422. iteration 12538 found worse value: 363.459437422. iteration 12539 found worse value: 363.459437422. iteration 12540 found worse value: 363.459437422. iteration 12541 found worse value: 363.459437422. iteration 12542 found worse value: 363.459437422. iteration 12543 found worse value: 363.459437422. iteration 12544 found worse value: 363.459437422. iteration 12545 found worse value: 363.459437422. iteration 12546 found worse value: 363.459437422. iteration 12547 found worse value: 363.459437422. iteration 12548 found worse value: 363.459437422. iteration 12549 found worse value: 363.459437422. iteration 12550 found worse value: 363.459437422. iteration 12551 found worse value: 363.459437422. iteration 12552 found worse value: 363.459437422. iteration 12553 found worse value: 363.459437422. iteration 12554 found worse value: 363.459437422. iteration 12555 found worse value: 363.459437422. iteration 12556 found worse value: 363.459437422. iteration 12557 found worse value: 363.459437422. iteration 12558 found worse value: 363.459437422. iteration 12559 found worse value: 363.459437422. iteration 12560 found worse value: 363.459437422. iteration 12561 found worse value: 363.459437422. iteration 12562 found worse value: 363.459437422. iteration 12563 found worse value: 363.459437422. iteration 12564 found worse value: 363.459437422. iteration 12565 found worse value: 363.459437422. iteration 12566 found worse value: 363.459437422. iteration 12567 found worse value: 363.459437422. iteration 12568 found worse value: 363.459437422. iteration 12569 found worse value: 363.459437422. iteration 12570 found worse value: 363.459437422. iteration12570, perturbing to get out of local maxima iteration 12571 found worse value: 363.459437422. iteration12571, perturbing to get out of local maxima iteration 12572 found worse value: 363.459437422. iteration 12573 found worse value: 363.459437422. iteration 12574 found worse value: 363.459437422. iteration 12575 found worse value: 363.459437422. iteration 12576 found worse value: 363.459437422. iteration 12577 found worse value: 363.459437422. iteration 12578 found worse value: 363.459437422. iteration 12579 found worse value: 363.459437422. iteration 12580 found worse value: 363.459437422. iteration12580, perturbing to get out of local maxima iteration 12581 found worse value: 363.459437422. iteration 12582 found worse value: 363.459437422. iteration 12583 found worse value: 363.459437422. iteration 12584 found worse value: 363.459437422. iteration 12585 found worse value: 363.459437422. iteration 12586 found worse value: 363.459437422. iteration 12587 found worse value: 363.459437422. iteration 12588 found worse value: 363.459437422. iteration 12589 found worse value: 363.459437422. iteration 12590 found worse value: 363.459437422. iteration 12591 found worse value: 363.459437422. iteration 12592 found worse value: 363.459437422. iteration 12593 found worse value: 363.459437422. iteration 12594 found worse value: 363.459437422. iteration 12595 found worse value: 363.459437422. iteration 12596 found worse value: 363.459437422. iteration 12597 found worse value: 363.459437422. iteration 12598 found worse value: 363.459437422. iteration 12599 found worse value: 363.459437422. iteration 12600 found worse value: 363.459437422. iteration 12601 found worse value: 363.459437422. iteration 12602 found worse value: 363.459437422. iteration 12603 found worse value: 363.459437422. iteration 12604 found worse value: 363.459437422. iteration 12605 found worse value: 363.459437422. iteration 12606 found worse value: 363.459437422. iteration 12607 found worse value: 363.459437422. iteration 12608 found worse value: 363.459437422. iteration 12609 found worse value: 363.459437422. iteration 12610 found worse value: 363.459437422. iteration 12611 found worse value: 363.459437422. iteration12611, perturbing to get out of local maxima iteration 12612 found worse value: 363.459437422. iteration 12613 found worse value: 363.459437422. iteration 12614 found worse value: 363.459437422. iteration 12615 found worse value: 363.459437422. iteration 12616 found worse value: 363.459437422. iteration 12617 found worse value: 363.459437422. iteration 12618 found worse value: 363.459437422. iteration 12619 found worse value: 363.459437422. iteration 12620 found worse value: 363.459437422. iteration 12621 found worse value: 363.459437422. iteration 12622 found worse value: 363.459437422. iteration 12623 found worse value: 363.459437422. iteration 12624 found worse value: 363.459437422. iteration 12625 found worse value: 363.459437422. iteration 12626 found worse value: 363.459437422. iteration 12627 found worse value: 363.459437422. iteration 12628 found worse value: 363.459437422. iteration 12629 found worse value: 363.459437422. iteration 12630 found worse value: 363.459437422. iteration 12631 found worse value: 363.459437422. iteration 12632 found worse value: 363.459437422. iteration 12633 found worse value: 363.459437422. iteration 12634 found worse value: 363.459437422. iteration 12635 found worse value: 363.459437422. iteration 12636 found worse value: 363.459437422. iteration 12637 found worse value: 363.459437422. iteration 12638 found worse value: 363.459437422. iteration 12639 found worse value: 363.459437422. iteration12639, perturbing to get out of local maxima iteration 12640 found worse value: 363.459437422. iteration 12641 found worse value: 363.459437422. iteration 12642 found worse value: 363.459437422. iteration 12643 found worse value: 363.459437422. iteration 12644 found worse value: 363.459437422. iteration 12645 found worse value: 363.459437422. iteration 12646 found worse value: 363.459437422. iteration 12647 found worse value: 363.459437422. iteration 12648 found worse value: 363.459437422. iteration 12649 found worse value: 363.459437422. iteration 12650 found worse value: 363.459437422. iteration 12651 found worse value: 363.459437422. iteration 12652 found worse value: 363.459437422. iteration 12653 found worse value: 363.459437422. iteration 12654 found worse value: 363.459437422. iteration 12655 found worse value: 363.459437422. iteration 12656 found worse value: 363.459437422. iteration 12657 found worse value: 363.459437422. iteration 12658 found worse value: 363.459437422. iteration 12659 found worse value: 363.459437422. iteration 12660 found worse value: 363.459437422. iteration 12661 found worse value: 363.459437422. iteration 12662 found worse value: 363.459437422. iteration 12663 found worse value: 363.459437422. iteration 12664 found worse value: 363.459437422. iteration 12665 found worse value: 363.459437422. iteration 12666 found worse value: 363.459437422. iteration 12667 found worse value: 363.459437422. iteration 12668 found worse value: 363.459437422. iteration 12669 found worse value: 363.459437422. iteration 12670 found worse value: 363.459437422. iteration 12671 found worse value: 363.459437422. iteration 12672 found worse value: 363.459437422. iteration 12673 found worse value: 363.459437422. iteration12673, perturbing to get out of local maxima iteration 12674 found worse value: 363.459437422. iteration 12675 found worse value: 363.459437422. iteration 12676 found worse value: 363.459437422. iteration 12677 found worse value: 363.459437422. iteration 12678 found worse value: 363.459437422. iteration 12679 found worse value: 363.459437422. iteration 12680 found worse value: 363.459437422. iteration12680, perturbing to get out of local maxima iteration 12681 found worse value: 363.459437422. iteration 12682 found worse value: 363.459437422. iteration 12683 found worse value: 363.459437422. iteration 12684 found worse value: 363.459437422. iteration 12685 found worse value: 363.459437422. iteration 12686 found worse value: 363.459437422. iteration 12687 found worse value: 363.459437422. iteration 12688 found worse value: 363.459437422. iteration 12689 found worse value: 363.459437422. iteration 12690 found worse value: 363.459437422. iteration 12691 found worse value: 363.459437422. iteration 12692 found worse value: 363.459437422. iteration 12693 found worse value: 363.459437422. iteration 12694 found worse value: 363.459437422. iteration 12695 found worse value: 363.459437422. iteration 12696 found worse value: 363.459437422. iteration 12697 found worse value: 363.459437422. iteration 12698 found worse value: 363.459437422. iteration12698, perturbing to get out of local maxima iteration 12699 found worse value: 363.459437422. iteration 12700 found worse value: 363.459437422. iteration 12701 found worse value: 363.459437422. iteration 12702 found worse value: 363.459437422. iteration 12703 found worse value: 363.459437422. iteration 12704 found worse value: 363.459437422. iteration 12705 found worse value: 363.459437422. iteration 12706 found worse value: 363.459437422. iteration 12707 found worse value: 363.459437422. iteration 12708 found worse value: 363.459437422. iteration 12709 found worse value: 363.459437422. iteration 12710 found worse value: 363.459437422. iteration 12711 found worse value: 363.459437422. iteration 12712 found worse value: 363.459437422. iteration 12713 found worse value: 363.459437422. iteration 12714 found worse value: 363.459437422. iteration 12715 found worse value: 363.459437422. iteration 12716 found worse value: 363.459437422. iteration 12717 found worse value: 363.459437422. iteration12717, perturbing to get out of local maxima iteration 12718 found worse value: 363.459437422. iteration 12719 found worse value: 363.459437422. iteration 12720 found worse value: 363.459437422. iteration 12721 found worse value: 363.459437422. iteration 12722 found worse value: 363.459437422. iteration 12723 found worse value: 363.459437422. iteration 12724 found worse value: 363.459437422. iteration 12725 found worse value: 363.459437422. iteration 12726 found worse value: 363.459437422. iteration 12727 found worse value: 363.459437422. iteration 12728 found worse value: 363.459437422. iteration 12729 found worse value: 363.459437422. iteration 12730 found worse value: 363.459437422. iteration 12731 found worse value: 363.459437422. iteration 12732 found worse value: 363.459437422. iteration 12733 found worse value: 363.459437422. iteration 12734 found worse value: 363.459437422. iteration 12735 found worse value: 363.459437422. iteration 12736 found worse value: 363.459437422. iteration 12737 found worse value: 363.459437422. iteration 12738 found worse value: 363.459437422. iteration 12739 found worse value: 363.459437422. iteration 12740 found worse value: 363.459437422. iteration 12741 found worse value: 363.459437422. iteration 12742 found worse value: 363.459437422. iteration 12743 found worse value: 363.459437422. iteration 12744 found worse value: 363.459437422. iteration 12745 found worse value: 363.459437422. iteration 12746 found worse value: 363.459437422. iteration 12747 found worse value: 363.459437422. iteration 12748 found worse value: 363.459437422. iteration 12749 found worse value: 363.459437422. iteration12749, perturbing to get out of local maxima iteration 12750 found worse value: 363.459437422. iteration 12751 found worse value: 363.459437422. iteration 12752 found worse value: 363.459437422. iteration 12753 found worse value: 363.459437422. iteration 12754 found worse value: 363.459437422. iteration 12755 found worse value: 363.459437422. iteration 12756 found worse value: 363.459437422. iteration 12757 found worse value: 363.459437422. iteration 12758 found worse value: 363.459437422. iteration 12759 found worse value: 363.459437422. iteration 12760 found worse value: 363.459437422. iteration 12761 found worse value: 363.459437422. iteration 12762 found worse value: 363.459437422. iteration 12763 found worse value: 363.459437422. iteration 12764 found worse value: 363.459437422. iteration 12765 found worse value: 363.459437422. iteration 12766 found worse value: 363.459437422. iteration 12767 found worse value: 363.459437422. iteration 12768 found worse value: 363.459437422. iteration 12769 found worse value: 363.459437422. iteration12769, perturbing to get out of local maxima iteration 12770 found worse value: 363.459437422. iteration 12771 found worse value: 363.459437422. iteration12771, perturbing to get out of local maxima iteration 12772 found worse value: 363.459437422. iteration 12773 found worse value: 363.459437422. iteration12773, perturbing to get out of local maxima iteration 12774 found worse value: 363.459437422. iteration 12775 found worse value: 363.459437422. iteration 12776 found worse value: 363.459437422. iteration 12777 found worse value: 363.459437422. iteration 12778 found worse value: 363.459437422. iteration 12779 found worse value: 363.459437422. iteration 12780 found worse value: 363.459437422. iteration 12781 found worse value: 363.459437422. iteration 12782 found worse value: 363.459437422. iteration 12783 found worse value: 363.459437422. iteration 12784 found worse value: 363.459437422. iteration 12785 found worse value: 363.459437422. iteration 12786 found worse value: 363.459437422. iteration 12787 found worse value: 363.459437422. iteration 12788 found worse value: 363.459437422. iteration 12789 found worse value: 363.459437422. iteration 12790 found worse value: 363.459437422. iteration 12791 found worse value: 363.459437422. iteration 12792 found worse value: 363.459437422. iteration 12793 found worse value: 363.459437422. iteration 12794 found worse value: 363.459437422. iteration 12795 found worse value: 363.459437422. iteration12795, perturbing to get out of local maxima iteration 12796 found worse value: 363.459437422. iteration 12797 found worse value: 363.459437422. iteration 12798 found worse value: 363.459437422. iteration 12799 found worse value: 363.459437422. iteration12799, perturbing to get out of local maxima iteration 12800 found worse value: 363.459437422. iteration 12801 found worse value: 363.459437422. iteration 12802 found worse value: 363.459437422. iteration 12803 found worse value: 363.459437422. iteration 12804 found worse value: 363.459437422. iteration 12805 found worse value: 363.459437422. iteration 12806 found worse value: 363.459437422. iteration 12807 found worse value: 363.459437422. iteration 12808 found worse value: 363.459437422. iteration12808, perturbing to get out of local maxima iteration 12809 found worse value: 363.459437422. iteration 12810 found worse value: 363.459437422. iteration 12811 found worse value: 363.459437422. iteration 12812 found worse value: 363.459437422. iteration 12813 found worse value: 363.459437422. iteration12813, perturbing to get out of local maxima iteration 12814 found worse value: 363.459437422. iteration 12815 found worse value: 363.459437422. iteration 12816 found worse value: 363.459437422. iteration12816, perturbing to get out of local maxima iteration 12817 found worse value: 363.459437422. iteration 12818 found worse value: 363.459437422. iteration 12819 found worse value: 363.459437422. iteration 12820 found worse value: 363.459437422. iteration 12821 found worse value: 363.459437422. iteration 12822 found worse value: 363.459437422. iteration 12823 found worse value: 363.459437422. iteration 12824 found worse value: 363.459437422. iteration 12825 found worse value: 363.459437422. iteration 12826 found worse value: 363.459437422. iteration 12827 found worse value: 363.459437422. iteration 12828 found worse value: 363.459437422. iteration 12829 found worse value: 363.459437422. iteration 12830 found worse value: 363.459437422. iteration 12831 found worse value: 363.459437422. iteration 12832 found worse value: 363.459437422. iteration 12833 found worse value: 363.459437422. iteration 12834 found worse value: 363.459437422. iteration 12835 found worse value: 363.459437422. iteration 12836 found worse value: 363.459437422. iteration 12837 found worse value: 363.459437422. iteration 12838 found worse value: 363.459437422. iteration 12839 found worse value: 363.459437422. iteration 12840 found worse value: 363.459437422. iteration 12841 found worse value: 363.459437422. iteration 12842 found worse value: 363.459437422. iteration 12843 found worse value: 363.459437422. iteration 12844 found worse value: 363.459437422. iteration12844, perturbing to get out of local maxima iteration 12845 found worse value: 363.459437422. iteration 12846 found worse value: 363.459437422. iteration 12847 found worse value: 363.459437422. iteration 12848 found worse value: 363.459437422. iteration 12849 found worse value: 363.459437422. iteration 12850 found worse value: 363.459437422. iteration 12851 found worse value: 363.459437422. iteration 12852 found worse value: 363.459437422. iteration 12853 found worse value: 363.459437422. iteration 12854 found worse value: 363.459437422. iteration12854, perturbing to get out of local maxima iteration 12855 found worse value: 363.459437422. iteration 12856 found worse value: 363.459437422. iteration 12857 found worse value: 363.459437422. iteration 12858 found worse value: 363.459437422. iteration 12859 found worse value: 363.459437422. iteration 12860 found worse value: 363.459437422. iteration 12861 found worse value: 363.459437422. iteration 12862 found worse value: 363.459437422. iteration 12863 found worse value: 363.459437422. iteration 12864 found worse value: 363.459437422. iteration 12865 found worse value: 363.459437422. iteration12865, perturbing to get out of local maxima iteration 12866 found worse value: 363.459437422. iteration 12867 found worse value: 363.459437422. iteration 12868 found worse value: 363.459437422. iteration 12869 found worse value: 363.459437422. iteration 12870 found worse value: 363.459437422. iteration 12871 found worse value: 363.459437422. iteration 12872 found worse value: 363.459437422. iteration 12873 found worse value: 363.459437422. iteration 12874 found worse value: 363.459437422. iteration 12875 found worse value: 363.459437422. iteration 12876 found worse value: 363.459437422. iteration12876, perturbing to get out of local maxima iteration 12877 found worse value: 363.459437422. iteration 12878 found worse value: 363.459437422. iteration 12879 found worse value: 363.459437422. iteration 12880 found worse value: 363.459437422. iteration 12881 found worse value: 363.459437422. iteration12881, perturbing to get out of local maxima iteration 12882 found worse value: 363.459437422. iteration 12883 found worse value: 363.459437422. iteration 12884 found worse value: 363.459437422. iteration 12885 found worse value: 363.459437422. iteration 12886 found worse value: 363.459437422. iteration 12887 found worse value: 363.459437422. iteration 12888 found worse value: 363.459437422. iteration12888, perturbing to get out of local maxima iteration 12889 found worse value: 363.459437422. iteration 12890 found worse value: 363.459437422. iteration 12891 found worse value: 363.459437422. iteration 12892 found worse value: 363.459437422. iteration 12893 found worse value: 363.459437422. iteration 12894 found worse value: 363.459437422. iteration 12895 found worse value: 363.459437422. iteration 12896 found worse value: 363.459437422. iteration 12897 found worse value: 363.459437422. iteration12897, perturbing to get out of local maxima iteration 12898 found worse value: 363.459437422. iteration 12899 found worse value: 363.459437422. iteration 12900 found worse value: 363.459437422. iteration 12901 found worse value: 363.459437422. iteration 12902 found worse value: 363.459437422. iteration 12903 found worse value: 363.459437422. iteration 12904 found worse value: 363.459437422. iteration 12905 found worse value: 363.459437422. iteration 12906 found worse value: 363.459437422. iteration 12907 found worse value: 363.459437422. iteration 12908 found worse value: 363.459437422. iteration 12909 found worse value: 363.459437422. iteration 12910 found worse value: 363.459437422. iteration 12911 found worse value: 363.459437422. iteration 12912 found worse value: 363.459437422. iteration 12913 found worse value: 363.459437422. iteration 12914 found worse value: 363.459437422. iteration 12915 found worse value: 363.459437422. iteration 12916 found worse value: 363.459437422. iteration 12917 found worse value: 363.459437422. iteration 12918 found worse value: 363.459437422. iteration 12919 found worse value: 363.459437422. iteration 12920 found worse value: 363.459437422. iteration 12921 found worse value: 363.459437422. iteration 12922 found worse value: 363.459437422. iteration 12923 found worse value: 363.459437422. iteration 12924 found worse value: 363.459437422. iteration 12925 found worse value: 363.459437422. iteration 12926 found worse value: 363.459437422. iteration 12927 found worse value: 363.459437422. iteration 12928 found worse value: 363.459437422. iteration12928, perturbing to get out of local maxima iteration 12929 found worse value: 363.459437422. iteration12929, perturbing to get out of local maxima iteration 12930 found worse value: 363.459437422. iteration 12931 found worse value: 363.459437422. iteration 12932 found worse value: 363.459437422. iteration 12933 found worse value: 363.459437422. iteration12933, perturbing to get out of local maxima iteration 12934 found worse value: 363.459437422. iteration 12935 found worse value: 363.459437422. iteration 12936 found worse value: 363.459437422. iteration 12937 found worse value: 363.459437422. iteration 12938 found worse value: 363.459437422. iteration 12939 found worse value: 363.459437422. iteration 12940 found worse value: 363.459437422. iteration 12941 found worse value: 363.459437422. iteration 12942 found worse value: 363.459437422. iteration 12943 found worse value: 363.459437422. iteration 12944 found worse value: 363.459437422. iteration 12945 found worse value: 363.459437422. iteration 12946 found worse value: 363.459437422. iteration 12947 found worse value: 363.459437422. iteration 12948 found worse value: 363.459437422. iteration 12949 found worse value: 363.459437422. iteration 12950 found worse value: 363.459437422. iteration 12951 found worse value: 363.459437422. iteration 12952 found worse value: 363.459437422. iteration 12953 found worse value: 363.459437422. iteration 12954 found worse value: 363.459437422. iteration 12955 found worse value: 363.459437422. iteration 12956 found worse value: 363.459437422. iteration 12957 found worse value: 363.459437422. iteration 12958 found worse value: 363.459437422. iteration 12959 found worse value: 363.459437422. iteration 12960 found worse value: 363.459437422. iteration 12961 found worse value: 363.459437422. iteration 12962 found worse value: 363.459437422. iteration 12963 found worse value: 363.459437422. iteration 12964 found worse value: 363.459437422. iteration 12965 found worse value: 363.459437422. iteration 12966 found worse value: 363.459437422. iteration 12967 found worse value: 363.459437422. iteration 12968 found worse value: 363.459437422. iteration 12969 found worse value: 363.459437422. iteration 12970 found worse value: 363.459437422. iteration 12971 found worse value: 363.459437422. iteration 12972 found worse value: 363.459437422. iteration 12973 found worse value: 363.459437422. iteration 12974 found worse value: 363.459437422. iteration 12975 found worse value: 363.459437422. iteration 12976 found worse value: 363.459437422. iteration12976, perturbing to get out of local maxima iteration 12977 found worse value: 363.459437422. iteration 12978 found worse value: 363.459437422. iteration 12979 found worse value: 363.459437422. iteration 12980 found worse value: 363.459437422. iteration 12981 found worse value: 363.459437422. iteration 12982 found worse value: 363.459437422. iteration 12983 found worse value: 363.459437422. iteration 12984 found worse value: 363.459437422. iteration 12985 found worse value: 363.459437422. iteration 12986 found worse value: 363.459437422. iteration 12987 found worse value: 363.459437422. iteration 12988 found worse value: 363.459437422. iteration 12989 found worse value: 363.459437422. iteration 12990 found worse value: 363.459437422. iteration 12991 found worse value: 363.459437422. iteration 12992 found worse value: 363.459437422. iteration 12993 found worse value: 363.459437422. iteration 12994 found worse value: 363.459437422. iteration 12995 found worse value: 363.459437422. iteration 12996 found worse value: 363.459437422. iteration 12997 found worse value: 363.459437422. iteration 12998 found worse value: 363.459437422. iteration 12999 found worse value: 363.459437422. iteration 13000 found worse value: 363.459437422. iteration 13001 found worse value: 363.459437422. iteration 13002 found worse value: 363.459437422. iteration 13003 found worse value: 363.459437422. iteration 13004 found worse value: 363.459437422. iteration 13005 found worse value: 363.459437422. iteration 13006 found worse value: 363.459437422. iteration 13007 found worse value: 363.459437422. iteration 13008 found worse value: 363.459437422. iteration 13009 found worse value: 363.459437422. iteration 13010 found worse value: 363.459437422. iteration 13011 found worse value: 363.459437422. iteration 13012 found worse value: 363.459437422. iteration 13013 found worse value: 363.459437422. iteration 13014 found worse value: 363.459437422. iteration 13015 found worse value: 363.459437422. iteration 13016 found worse value: 363.459437422. iteration 13017 found worse value: 363.459437422. iteration 13018 found worse value: 363.459437422. iteration 13019 found worse value: 363.459437422. iteration 13020 found worse value: 363.459437422. iteration 13021 found worse value: 363.459437422. iteration 13022 found worse value: 363.459437422. iteration 13023 found worse value: 363.459437422. iteration 13024 found worse value: 363.459437422. iteration 13025 found worse value: 363.459437422. iteration 13026 found worse value: 363.459437422. iteration 13027 found worse value: 363.459437422. iteration 13028 found worse value: 363.459437422. iteration13028, perturbing to get out of local maxima iteration 13029 found worse value: 363.459437422. iteration 13030 found worse value: 363.459437422. iteration 13031 found worse value: 363.459437422. iteration 13032 found worse value: 363.459437422. iteration 13033 found worse value: 363.459437422. iteration 13034 found worse value: 363.459437422. iteration 13035 found worse value: 363.459437422. iteration 13036 found worse value: 363.459437422. iteration 13037 found worse value: 363.459437422. iteration 13038 found worse value: 363.459437422. iteration 13039 found worse value: 363.459437422. iteration 13040 found worse value: 363.459437422. iteration 13041 found worse value: 363.459437422. iteration13041, perturbing to get out of local maxima iteration 13042 found worse value: 363.459437422. iteration 13043 found worse value: 363.459437422. iteration 13044 found worse value: 363.459437422. iteration 13045 found worse value: 363.459437422. iteration 13046 found worse value: 363.459437422. iteration 13047 found worse value: 363.459437422. iteration 13048 found worse value: 363.459437422. iteration 13049 found worse value: 363.459437422. iteration 13050 found worse value: 363.459437422. iteration 13051 found worse value: 363.459437422. iteration 13052 found worse value: 363.459437422. iteration13052, perturbing to get out of local maxima iteration 13053 found worse value: 363.459437422. iteration 13054 found worse value: 363.459437422. iteration 13055 found worse value: 363.459437422. iteration 13056 found worse value: 363.459437422. iteration 13057 found worse value: 363.459437422. iteration 13058 found worse value: 363.459437422. iteration 13059 found worse value: 363.459437422. iteration 13060 found worse value: 363.459437422. iteration13060, perturbing to get out of local maxima iteration 13061 found worse value: 363.459437422. iteration 13062 found worse value: 363.459437422. iteration 13063 found worse value: 363.459437422. iteration 13064 found worse value: 363.459437422. iteration 13065 found worse value: 363.459437422. iteration 13066 found worse value: 363.459437422. iteration 13067 found worse value: 363.459437422. iteration13067, perturbing to get out of local maxima iteration 13068 found worse value: 363.459437422. iteration 13069 found worse value: 363.459437422. iteration 13070 found worse value: 363.459437422. iteration 13071 found worse value: 363.459437422. iteration 13072 found worse value: 363.459437422. iteration 13073 found worse value: 363.459437422. iteration 13074 found worse value: 363.459437422. iteration 13075 found worse value: 363.459437422. iteration 13076 found worse value: 363.459437422. iteration 13077 found worse value: 363.459437422. iteration 13078 found worse value: 363.459437422. iteration 13079 found worse value: 363.459437422. iteration 13080 found worse value: 363.459437422. iteration 13081 found worse value: 363.459437422. iteration 13082 found worse value: 363.459437422. iteration 13083 found worse value: 363.459437422. iteration 13084 found worse value: 363.459437422. iteration 13085 found worse value: 363.459437422. iteration 13086 found worse value: 363.459437422. iteration 13087 found worse value: 363.459437422. iteration 13088 found worse value: 363.459437422. iteration 13089 found worse value: 363.459437422. iteration13089, perturbing to get out of local maxima iteration 13090 found worse value: 363.459437422. iteration 13091 found worse value: 363.459437422. iteration 13092 found worse value: 363.459437422. iteration 13093 found worse value: 363.459437422. iteration 13094 found worse value: 363.459437422. iteration 13095 found worse value: 363.459437422. iteration 13096 found worse value: 363.459437422. iteration 13097 found worse value: 363.459437422. iteration 13098 found worse value: 363.459437422. iteration 13099 found worse value: 363.459437422. iteration 13100 found worse value: 363.459437422. iteration 13101 found worse value: 363.459437422. iteration 13102 found worse value: 363.459437422. iteration 13103 found worse value: 363.459437422. iteration 13104 found worse value: 363.459437422. iteration 13105 found worse value: 363.459437422. iteration 13106 found worse value: 363.459437422. iteration 13107 found worse value: 363.459437422. iteration 13108 found worse value: 363.459437422. iteration 13109 found worse value: 363.459437422. iteration 13110 found worse value: 363.459437422. iteration 13111 found worse value: 363.459437422. iteration 13112 found worse value: 363.459437422. iteration 13113 found worse value: 363.459437422. iteration 13114 found worse value: 363.459437422. iteration 13115 found worse value: 363.459437422. iteration 13116 found worse value: 363.459437422. iteration 13117 found worse value: 363.459437422. iteration 13118 found worse value: 363.459437422. iteration13118, perturbing to get out of local maxima iteration 13119 found worse value: 363.459437422. iteration 13120 found worse value: 363.459437422. iteration 13121 found worse value: 363.459437422. iteration 13122 found worse value: 363.459437422. iteration 13123 found worse value: 363.459437422. iteration 13124 found worse value: 363.459437422. iteration 13125 found worse value: 363.459437422. iteration 13126 found worse value: 363.459437422. iteration 13127 found worse value: 363.459437422. iteration 13128 found worse value: 363.459437422. iteration 13129 found worse value: 363.459437422. iteration 13130 found worse value: 363.459437422. iteration 13131 found worse value: 363.459437422. iteration 13132 found worse value: 363.459437422. iteration 13133 found worse value: 363.459437422. iteration 13134 found worse value: 363.459437422. iteration 13135 found worse value: 363.459437422. iteration 13136 found worse value: 363.459437422. iteration 13137 found worse value: 363.459437422. iteration 13138 found worse value: 363.459437422. iteration 13139 found worse value: 363.459437422. iteration 13140 found worse value: 363.459437422. iteration 13141 found worse value: 363.459437422. iteration 13142 found worse value: 363.459437422. iteration 13143 found worse value: 363.459437422. iteration 13144 found worse value: 363.459437422. iteration 13145 found worse value: 363.459437422. iteration 13146 found worse value: 363.459437422. iteration 13147 found worse value: 363.459437422. iteration 13148 found worse value: 363.459437422. iteration 13149 found worse value: 363.459437422. iteration 13150 found worse value: 363.459437422. iteration 13151 found worse value: 363.459437422. iteration 13152 found worse value: 363.459437422. iteration 13153 found worse value: 363.459437422. iteration 13154 found worse value: 363.459437422. iteration 13155 found worse value: 363.459437422. iteration 13156 found worse value: 363.459437422. iteration 13157 found worse value: 363.459437422. iteration 13158 found worse value: 363.459437422. iteration 13159 found worse value: 363.459437422. iteration 13160 found worse value: 363.459437422. iteration 13161 found worse value: 363.459437422. iteration 13162 found worse value: 363.459437422. iteration 13163 found worse value: 363.459437422. iteration13163, perturbing to get out of local maxima iteration 13164 found worse value: 363.459437422. iteration 13165 found worse value: 363.459437422. iteration 13166 found worse value: 363.459437422. iteration 13167 found worse value: 363.459437422. iteration 13168 found worse value: 363.459437422. iteration 13169 found worse value: 363.459437422. iteration 13170 found worse value: 363.459437422. iteration 13171 found worse value: 363.459437422. iteration 13172 found worse value: 363.459437422. iteration 13173 found worse value: 363.459437422. iteration 13174 found worse value: 363.459437422. iteration 13175 found worse value: 363.459437422. iteration 13176 found worse value: 363.459437422. iteration 13177 found worse value: 363.459437422. iteration 13178 found worse value: 363.459437422. iteration 13179 found worse value: 363.459437422. iteration 13180 found worse value: 363.459437422. iteration 13181 found worse value: 363.459437422. iteration 13182 found worse value: 363.459437422. iteration 13183 found worse value: 363.459437422. iteration 13184 found worse value: 363.459437422. iteration 13185 found worse value: 363.459437422. iteration 13186 found worse value: 363.459437422. iteration 13187 found worse value: 363.459437422. iteration 13188 found worse value: 363.459437422. iteration 13189 found worse value: 363.459437422. iteration 13190 found worse value: 363.459437422. iteration 13191 found worse value: 363.459437422. iteration 13192 found worse value: 363.459437422. iteration 13193 found worse value: 363.459437422. iteration 13194 found worse value: 363.459437422. iteration 13195 found worse value: 363.459437422. iteration 13196 found worse value: 363.459437422. iteration 13197 found worse value: 363.459437422. iteration 13198 found worse value: 363.459437422. iteration 13199 found worse value: 363.459437422. iteration 13200 found worse value: 363.459437422. iteration 13201 found worse value: 363.459437422. iteration 13202 found worse value: 363.459437422. iteration 13203 found worse value: 363.459437422. iteration 13204 found worse value: 363.459437422. iteration 13205 found worse value: 363.459437422. iteration 13206 found worse value: 363.459437422. iteration 13207 found worse value: 363.459437422. iteration13207, perturbing to get out of local maxima iteration 13208 found worse value: 363.459437422. iteration 13209 found worse value: 363.459437422. iteration 13210 found worse value: 363.459437422. iteration 13211 found worse value: 363.459437422. iteration 13212 found worse value: 363.459437422. iteration 13213 found worse value: 363.459437422. iteration 13214 found worse value: 363.459437422. iteration 13215 found worse value: 363.459437422. iteration 13216 found worse value: 363.459437422. iteration 13217 found worse value: 363.459437422. iteration13217, perturbing to get out of local maxima iteration 13218 found worse value: 363.459437422. iteration 13219 found worse value: 363.459437422. iteration 13220 found worse value: 363.459437422. iteration 13221 found worse value: 363.459437422. iteration13221, perturbing to get out of local maxima iteration 13222 found worse value: 363.459437422. iteration 13223 found worse value: 363.459437422. iteration 13224 found worse value: 363.459437422. iteration 13225 found worse value: 363.459437422. iteration 13226 found worse value: 363.459437422. iteration 13227 found worse value: 363.459437422. iteration 13228 found worse value: 363.459437422. iteration 13229 found worse value: 363.459437422. iteration 13230 found worse value: 363.459437422. iteration 13231 found worse value: 363.459437422. iteration 13232 found worse value: 363.459437422. iteration13232, perturbing to get out of local maxima iteration 13233 found worse value: 363.459437422. iteration 13234 found worse value: 363.459437422. iteration 13235 found worse value: 363.459437422. iteration 13236 found worse value: 363.459437422. iteration 13237 found worse value: 363.459437422. iteration 13238 found worse value: 363.459437422. iteration 13239 found worse value: 363.459437422. iteration 13240 found worse value: 363.459437422. iteration 13241 found worse value: 363.459437422. iteration 13242 found worse value: 363.459437422. iteration 13243 found worse value: 363.459437422. iteration 13244 found worse value: 363.459437422. iteration 13245 found worse value: 363.459437422. iteration 13246 found worse value: 363.459437422. iteration 13247 found worse value: 363.459437422. iteration 13248 found worse value: 363.459437422. iteration 13249 found worse value: 363.459437422. iteration 13250 found worse value: 363.459437422. iteration 13251 found worse value: 363.459437422. iteration 13252 found worse value: 363.459437422. iteration 13253 found worse value: 363.459437422. iteration 13254 found worse value: 363.459437422. iteration 13255 found worse value: 363.459437422. iteration 13256 found worse value: 363.459437422. iteration 13257 found worse value: 363.459437422. iteration 13258 found worse value: 363.459437422. iteration13258, perturbing to get out of local maxima iteration 13259 found worse value: 363.459437422. iteration 13260 found worse value: 363.459437422. iteration 13261 found worse value: 363.459437422. iteration 13262 found worse value: 363.459437422. iteration 13263 found worse value: 363.459437422. iteration13263, perturbing to get out of local maxima iteration 13264 found worse value: 363.459437422. iteration 13265 found worse value: 363.459437422. iteration 13266 found worse value: 363.459437422. iteration 13267 found worse value: 363.459437422. iteration 13268 found worse value: 363.459437422. iteration 13269 found worse value: 363.459437422. iteration 13270 found worse value: 363.459437422. iteration 13271 found worse value: 363.459437422. iteration 13272 found worse value: 363.459437422. iteration 13273 found worse value: 363.459437422. iteration 13274 found worse value: 363.459437422. iteration 13275 found worse value: 363.459437422. iteration 13276 found worse value: 363.459437422. iteration13276, perturbing to get out of local maxima iteration 13277 found worse value: 363.459437422. iteration 13278 found worse value: 363.459437422. iteration 13279 found worse value: 363.459437422. iteration 13280 found worse value: 363.459437422. iteration 13281 found worse value: 363.459437422. iteration 13282 found worse value: 363.459437422. iteration 13283 found worse value: 363.459437422. iteration 13284 found worse value: 363.459437422. iteration 13285 found worse value: 363.459437422. iteration 13286 found worse value: 363.459437422. iteration 13287 found worse value: 363.459437422. iteration 13288 found worse value: 363.459437422. iteration 13289 found worse value: 363.459437422. iteration 13290 found worse value: 363.459437422. iteration 13291 found worse value: 363.459437422. iteration 13292 found worse value: 363.459437422. iteration 13293 found worse value: 363.459437422. iteration 13294 found worse value: 363.459437422. iteration 13295 found worse value: 363.459437422. iteration 13296 found worse value: 363.459437422. iteration 13297 found worse value: 363.459437422. iteration 13298 found worse value: 363.459437422. iteration 13299 found worse value: 363.459437422. iteration 13300 found worse value: 363.459437422. iteration 13301 found worse value: 363.459437422. iteration 13302 found worse value: 363.459437422. iteration 13303 found worse value: 363.459437422. iteration 13304 found worse value: 363.459437422. iteration13304, perturbing to get out of local maxima iteration 13305 found worse value: 363.459437422. iteration 13306 found worse value: 363.459437422. iteration13306, perturbing to get out of local maxima iteration 13307 found worse value: 363.459437422. iteration 13308 found worse value: 363.459437422. iteration 13309 found worse value: 363.459437422. iteration 13310 found worse value: 363.459437422. iteration 13311 found worse value: 363.459437422. iteration 13312 found worse value: 363.459437422. iteration 13313 found worse value: 363.459437422. iteration 13314 found worse value: 363.459437422. iteration 13315 found worse value: 363.459437422. iteration 13316 found worse value: 363.459437422. iteration 13317 found worse value: 363.459437422. iteration 13318 found worse value: 363.459437422. iteration 13319 found worse value: 363.459437422. iteration 13320 found worse value: 363.459437422. iteration 13321 found worse value: 363.459437422. iteration 13322 found worse value: 363.459437422. iteration 13323 found worse value: 363.459437422. iteration 13324 found worse value: 363.459437422. iteration 13325 found worse value: 363.459437422. iteration 13326 found worse value: 363.459437422. iteration 13327 found worse value: 363.459437422. iteration 13328 found worse value: 363.459437422. iteration 13329 found worse value: 363.459437422. iteration 13330 found worse value: 363.459437422. iteration 13331 found worse value: 363.459437422. iteration 13332 found worse value: 363.459437422. iteration 13333 found worse value: 363.459437422. iteration 13334 found worse value: 363.459437422. iteration 13335 found worse value: 363.459437422. iteration 13336 found worse value: 363.459437422. iteration 13337 found worse value: 363.459437422. iteration 13338 found worse value: 363.459437422. iteration 13339 found worse value: 363.459437422. iteration 13340 found worse value: 363.459437422. iteration 13341 found worse value: 363.459437422. iteration 13342 found worse value: 363.459437422. iteration 13343 found worse value: 363.459437422. iteration 13344 found worse value: 363.459437422. iteration 13345 found worse value: 363.459437422. iteration 13346 found worse value: 363.459437422. iteration 13347 found worse value: 363.459437422. iteration13347, perturbing to get out of local maxima iteration 13348 found worse value: 363.459437422. iteration 13349 found worse value: 363.459437422. iteration 13350 found worse value: 363.459437422. iteration 13351 found worse value: 363.459437422. iteration 13352 found worse value: 363.459437422. iteration 13353 found worse value: 363.459437422. iteration 13354 found worse value: 363.459437422. iteration 13355 found worse value: 363.459437422. iteration 13356 found worse value: 363.459437422. iteration 13357 found worse value: 363.459437422. iteration13357, perturbing to get out of local maxima iteration 13358 found worse value: 363.459437422. iteration13358, perturbing to get out of local maxima iteration 13359 found worse value: 363.459437422. iteration13359, perturbing to get out of local maxima iteration 13360 found worse value: 363.459437422. iteration 13361 found worse value: 363.459437422. iteration 13362 found worse value: 363.459437422. iteration 13363 found worse value: 363.459437422. iteration 13364 found worse value: 363.459437422. iteration 13365 found worse value: 363.459437422. iteration 13366 found worse value: 363.459437422. iteration 13367 found worse value: 363.459437422. iteration 13368 found worse value: 363.459437422. iteration 13369 found worse value: 363.459437422. iteration 13370 found worse value: 363.459437422. iteration 13371 found worse value: 363.459437422. iteration 13372 found worse value: 363.459437422. iteration 13373 found worse value: 363.459437422. iteration 13374 found worse value: 363.459437422. iteration 13375 found worse value: 363.459437422. iteration 13376 found worse value: 363.459437422. iteration 13377 found worse value: 363.459437422. iteration 13378 found worse value: 363.459437422. iteration 13379 found worse value: 363.459437422. iteration 13380 found worse value: 363.459437422. iteration 13381 found worse value: 363.459437422. iteration 13382 found worse value: 363.459437422. iteration 13383 found worse value: 363.459437422. iteration 13384 found worse value: 363.459437422. iteration 13385 found worse value: 363.459437422. iteration 13386 found worse value: 363.459437422. iteration 13387 found worse value: 363.459437422. iteration 13388 found worse value: 363.459437422. iteration 13389 found worse value: 363.459437422. iteration 13390 found worse value: 363.459437422. iteration 13391 found worse value: 363.459437422. iteration 13392 found worse value: 363.459437422. iteration 13393 found worse value: 363.459437422. iteration 13394 found worse value: 363.459437422. iteration 13395 found worse value: 363.459437422. iteration 13396 found worse value: 363.459437422. iteration 13397 found worse value: 363.459437422. iteration 13398 found worse value: 363.459437422. iteration 13399 found worse value: 363.459437422. iteration 13400 found worse value: 363.459437422. iteration 13401 found worse value: 363.459437422. iteration 13402 found worse value: 363.459437422. iteration 13403 found worse value: 363.459437422. iteration 13404 found worse value: 363.459437422. iteration 13405 found worse value: 363.459437422. iteration 13406 found worse value: 363.459437422. iteration 13407 found worse value: 363.459437422. iteration 13408 found worse value: 363.459437422. iteration 13409 found worse value: 363.459437422. iteration 13410 found worse value: 363.459437422. iteration 13411 found worse value: 363.459437422. iteration 13412 found worse value: 363.459437422. iteration 13413 found worse value: 363.459437422. iteration 13414 found worse value: 363.459437422. iteration 13415 found worse value: 363.459437422. iteration 13416 found worse value: 363.459437422. iteration 13417 found worse value: 363.459437422. iteration 13418 found worse value: 363.459437422. iteration 13419 found worse value: 363.459437422. iteration 13420 found worse value: 363.459437422. iteration 13421 found worse value: 363.459437422. iteration 13422 found worse value: 363.459437422. iteration 13423 found worse value: 363.459437422. iteration 13424 found worse value: 363.459437422. iteration 13425 found worse value: 363.459437422. iteration 13426 found worse value: 363.459437422. iteration 13427 found worse value: 363.459437422. iteration 13428 found worse value: 363.459437422. iteration 13429 found worse value: 363.459437422. iteration 13430 found worse value: 363.459437422. iteration 13431 found worse value: 363.459437422. iteration 13432 found worse value: 363.459437422. iteration 13433 found worse value: 363.459437422. iteration 13434 found worse value: 363.459437422. iteration 13435 found worse value: 363.459437422. iteration 13436 found worse value: 363.459437422. iteration 13437 found worse value: 363.459437422. iteration 13438 found worse value: 363.459437422. iteration 13439 found worse value: 363.459437422. iteration 13440 found worse value: 363.459437422. iteration 13441 found worse value: 363.459437422. iteration 13442 found worse value: 363.459437422. iteration 13443 found worse value: 363.459437422. iteration 13444 found worse value: 363.459437422. iteration 13445 found worse value: 363.459437422. iteration 13446 found worse value: 363.459437422. iteration 13447 found worse value: 363.459437422. iteration 13448 found worse value: 363.459437422. iteration 13449 found worse value: 363.459437422. iteration 13450 found worse value: 363.459437422. iteration 13451 found worse value: 363.459437422. iteration 13452 found worse value: 363.459437422. iteration 13453 found worse value: 363.459437422. iteration 13454 found worse value: 363.459437422. iteration 13455 found worse value: 363.459437422. iteration 13456 found worse value: 363.459437422. iteration 13457 found worse value: 363.459437422. iteration 13458 found worse value: 363.459437422. iteration 13459 found worse value: 363.459437422. iteration 13460 found worse value: 363.459437422. iteration 13461 found worse value: 363.459437422. iteration 13462 found worse value: 363.459437422. iteration 13463 found worse value: 363.459437422. iteration 13464 found worse value: 363.459437422. iteration 13465 found worse value: 363.459437422. iteration 13466 found worse value: 363.459437422. iteration 13467 found worse value: 363.459437422. iteration 13468 found worse value: 363.459437422. iteration 13469 found worse value: 363.459437422. iteration 13470 found worse value: 363.459437422. iteration 13471 found worse value: 363.459437422. iteration 13472 found worse value: 363.459437422. iteration 13473 found worse value: 363.459437422. iteration13473, perturbing to get out of local maxima iteration 13474 found worse value: 363.459437422. iteration 13475 found worse value: 363.459437422. iteration 13476 found worse value: 363.459437422. iteration 13477 found worse value: 363.459437422. iteration 13478 found worse value: 363.459437422. iteration 13479 found worse value: 363.459437422. iteration 13480 found worse value: 363.459437422. iteration 13481 found worse value: 363.459437422. iteration 13482 found worse value: 363.459437422. iteration 13483 found worse value: 363.459437422. iteration 13484 found worse value: 363.459437422. iteration 13485 found worse value: 363.459437422. iteration 13486 found worse value: 363.459437422. iteration 13487 found worse value: 363.459437422. iteration 13488 found worse value: 363.459437422. iteration 13489 found worse value: 363.459437422. iteration 13490 found worse value: 363.459437422. iteration 13491 found worse value: 363.459437422. iteration 13492 found worse value: 363.459437422. iteration13492, perturbing to get out of local maxima iteration 13493 found worse value: 363.459437422. iteration 13494 found worse value: 363.459437422. iteration 13495 found worse value: 363.459437422. iteration 13496 found worse value: 363.459437422. iteration 13497 found worse value: 363.459437422. iteration 13498 found worse value: 363.459437422. iteration13498, perturbing to get out of local maxima iteration 13499 found worse value: 363.459437422. iteration 13500 found worse value: 363.459437422. iteration 13501 found worse value: 363.459437422. iteration 13502 found worse value: 363.459437422. iteration 13503 found worse value: 363.459437422. iteration13503, perturbing to get out of local maxima iteration 13504 found worse value: 363.459437422. iteration13504, perturbing to get out of local maxima iteration 13505 found worse value: 363.459437422. iteration 13506 found worse value: 363.459437422. iteration 13507 found worse value: 363.459437422. iteration 13508 found worse value: 363.459437422. iteration 13509 found worse value: 363.459437422. iteration 13510 found worse value: 363.459437422. iteration 13511 found worse value: 363.459437422. iteration 13512 found worse value: 363.459437422. iteration 13513 found worse value: 363.459437422. iteration 13514 found worse value: 363.459437422. iteration 13515 found worse value: 363.459437422. iteration 13516 found worse value: 363.459437422. iteration 13517 found worse value: 363.459437422. iteration 13518 found worse value: 363.459437422. iteration 13519 found worse value: 363.459437422. iteration 13520 found worse value: 363.459437422. iteration 13521 found worse value: 363.459437422. iteration 13522 found worse value: 363.459437422. iteration 13523 found worse value: 363.459437422. iteration 13524 found worse value: 363.459437422. iteration 13525 found worse value: 363.459437422. iteration 13526 found worse value: 363.459437422. iteration 13527 found worse value: 363.459437422. iteration 13528 found worse value: 363.459437422. iteration 13529 found worse value: 363.459437422. iteration 13530 found worse value: 363.459437422. iteration 13531 found worse value: 363.459437422. iteration 13532 found worse value: 363.459437422. iteration 13533 found worse value: 363.459437422. iteration 13534 found worse value: 363.459437422. iteration 13535 found worse value: 363.459437422. iteration 13536 found worse value: 363.459437422. iteration 13537 found worse value: 363.459437422. iteration 13538 found worse value: 363.459437422. iteration13538, perturbing to get out of local maxima iteration 13539 found worse value: 363.459437422. iteration 13540 found worse value: 363.459437422. iteration13540, perturbing to get out of local maxima iteration 13541 found worse value: 363.459437422. iteration 13542 found worse value: 363.459437422. iteration 13543 found worse value: 363.459437422. iteration 13544 found worse value: 363.459437422. iteration 13545 found worse value: 363.459437422. iteration 13546 found worse value: 363.459437422. iteration 13547 found worse value: 363.459437422. iteration 13548 found worse value: 363.459437422. iteration 13549 found worse value: 363.459437422. iteration 13550 found worse value: 363.459437422. iteration 13551 found worse value: 363.459437422. iteration 13552 found worse value: 363.459437422. iteration13552, perturbing to get out of local maxima iteration 13553 found worse value: 363.459437422. iteration 13554 found worse value: 363.459437422. iteration 13555 found worse value: 363.459437422. iteration 13556 found worse value: 363.459437422. iteration 13557 found worse value: 363.459437422. iteration 13558 found worse value: 363.459437422. iteration 13559 found worse value: 363.459437422. iteration 13560 found worse value: 363.459437422. iteration 13561 found worse value: 363.459437422. iteration 13562 found worse value: 363.459437422. iteration 13563 found worse value: 363.459437422. iteration 13564 found worse value: 363.459437422. iteration 13565 found worse value: 363.459437422. iteration13565, perturbing to get out of local maxima iteration 13566 found worse value: 363.459437422. iteration 13567 found worse value: 363.459437422. iteration 13568 found worse value: 363.459437422. iteration 13569 found worse value: 363.459437422. iteration 13570 found worse value: 363.459437422. iteration 13571 found worse value: 363.459437422. iteration 13572 found worse value: 363.459437422. iteration 13573 found worse value: 363.459437422. iteration 13574 found worse value: 363.459437422. iteration 13575 found worse value: 363.459437422. iteration 13576 found worse value: 363.459437422. iteration 13577 found worse value: 363.459437422. iteration 13578 found worse value: 363.459437422. iteration 13579 found worse value: 363.459437422. iteration 13580 found worse value: 363.459437422. iteration 13581 found worse value: 363.459437422. iteration 13582 found worse value: 363.459437422. iteration 13583 found worse value: 363.459437422. iteration 13584 found worse value: 363.459437422. iteration 13585 found worse value: 363.459437422. iteration 13586 found worse value: 363.459437422. iteration 13587 found worse value: 363.459437422. iteration 13588 found worse value: 363.459437422. iteration 13589 found worse value: 363.459437422. iteration 13590 found worse value: 363.459437422. iteration 13591 found worse value: 363.459437422. iteration13591, perturbing to get out of local maxima iteration 13592 found worse value: 363.459437422. iteration 13593 found worse value: 363.459437422. iteration 13594 found worse value: 363.459437422. iteration 13595 found worse value: 363.459437422. iteration 13596 found worse value: 363.459437422. iteration 13597 found worse value: 363.459437422. iteration 13598 found worse value: 363.459437422. iteration 13599 found worse value: 363.459437422. iteration 13600 found worse value: 363.459437422. iteration 13601 found worse value: 363.459437422. iteration 13602 found worse value: 363.459437422. iteration 13603 found worse value: 363.459437422. iteration 13604 found worse value: 363.459437422. iteration 13605 found worse value: 363.459437422. iteration 13606 found worse value: 363.459437422. iteration 13607 found worse value: 363.459437422. iteration 13608 found worse value: 363.459437422. iteration 13609 found worse value: 363.459437422. iteration 13610 found worse value: 363.459437422. iteration 13611 found worse value: 363.459437422. iteration 13612 found worse value: 363.459437422. iteration13612, perturbing to get out of local maxima iteration 13613 found worse value: 363.459437422. iteration 13614 found worse value: 363.459437422. iteration 13615 found worse value: 363.459437422. iteration 13616 found worse value: 363.459437422. iteration 13617 found worse value: 363.459437422. iteration 13618 found worse value: 363.459437422. iteration 13619 found worse value: 363.459437422. iteration13619, perturbing to get out of local maxima iteration 13620 found worse value: 363.459437422. iteration 13621 found worse value: 363.459437422. iteration 13622 found worse value: 363.459437422. iteration 13623 found worse value: 363.459437422. iteration 13624 found worse value: 363.459437422. iteration 13625 found better value: 363.459496628 iteration 13626 found worse value: 363.459496628. iteration 13627 found worse value: 363.459496628. iteration 13628 found worse value: 363.459496628. iteration 13629 found worse value: 363.459496628. iteration 13630 found worse value: 363.459496628. iteration 13631 found worse value: 363.459496628. iteration 13632 found worse value: 363.459496628. iteration 13633 found worse value: 363.459496628. iteration 13634 found better value: 363.459550159 iteration 13635 found worse value: 363.459550159. iteration 13636 found worse value: 363.459550159. iteration 13637 found worse value: 363.459550159. iteration 13638 found worse value: 363.459550159. iteration 13639 found worse value: 363.459550159. iteration 13640 found worse value: 363.459550159. iteration 13641 found worse value: 363.459550159. iteration13641, perturbing to get out of local maxima iteration 13642 found worse value: 363.459550159. iteration 13643 found worse value: 363.459550159. iteration 13644 found worse value: 363.459550159. iteration 13645 found worse value: 363.459550159. iteration 13646 found worse value: 363.459550159. iteration 13647 found worse value: 363.459550159. iteration 13648 found worse value: 363.459550159. iteration 13649 found worse value: 363.459550159. iteration 13650 found worse value: 363.459550159. iteration 13651 found worse value: 363.459550159. iteration 13652 found worse value: 363.459550159. iteration 13653 found worse value: 363.459550159. iteration 13654 found worse value: 363.459550159. iteration 13655 found worse value: 363.459550159. iteration 13656 found worse value: 363.459550159. iteration 13657 found worse value: 363.459550159. iteration 13658 found worse value: 363.459550159. iteration 13659 found worse value: 363.459550159. iteration 13660 found worse value: 363.459550159. iteration 13661 found worse value: 363.459550159. iteration 13662 found worse value: 363.459550159. iteration 13663 found worse value: 363.459550159. iteration 13664 found worse value: 363.459550159. iteration 13665 found worse value: 363.459550159. iteration 13666 found worse value: 363.459550159. iteration 13667 found worse value: 363.459550159. iteration 13668 found worse value: 363.459550159. iteration 13669 found worse value: 363.459550159. iteration 13670 found worse value: 363.459550159. iteration 13671 found worse value: 363.459550159. iteration 13672 found worse value: 363.459550159. iteration 13673 found worse value: 363.459550159. iteration 13674 found worse value: 363.459550159. iteration 13675 found worse value: 363.459550159. iteration 13676 found worse value: 363.459550159. iteration 13677 found worse value: 363.459550159. iteration 13678 found worse value: 363.459550159. iteration 13679 found worse value: 363.459550159. iteration 13680 found worse value: 363.459550159. iteration 13681 found worse value: 363.459550159. iteration 13682 found worse value: 363.459550159. iteration 13683 found worse value: 363.459550159. iteration 13684 found worse value: 363.459550159. iteration 13685 found worse value: 363.459550159. iteration13685, perturbing to get out of local maxima iteration 13686 found worse value: 363.459550159. iteration 13687 found worse value: 363.459550159. iteration13687, perturbing to get out of local maxima iteration 13688 found worse value: 363.459550159. iteration 13689 found worse value: 363.459550159. iteration 13690 found worse value: 363.459550159. iteration 13691 found worse value: 363.459550159. iteration 13692 found worse value: 363.459550159. iteration 13693 found worse value: 363.459550159. iteration 13694 found worse value: 363.459550159. iteration 13695 found worse value: 363.459550159. iteration 13696 found worse value: 363.459550159. iteration 13697 found worse value: 363.459550159. iteration 13698 found worse value: 363.459550159. iteration 13699 found worse value: 363.459550159. iteration 13700 found worse value: 363.459550159. iteration 13701 found worse value: 363.459550159. iteration13701, perturbing to get out of local maxima iteration 13702 found worse value: 363.459550159. iteration 13703 found worse value: 363.459550159. iteration 13704 found worse value: 363.459550159. iteration 13705 found worse value: 363.459550159. iteration 13706 found worse value: 363.459550159. iteration 13707 found worse value: 363.459550159. iteration 13708 found worse value: 363.459550159. iteration 13709 found worse value: 363.459550159. iteration 13710 found worse value: 363.459550159. iteration 13711 found worse value: 363.459550159. iteration 13712 found worse value: 363.459550159. iteration13712, perturbing to get out of local maxima iteration 13713 found worse value: 363.459550159. iteration 13714 found worse value: 363.459550159. iteration 13715 found worse value: 363.459550159. iteration 13716 found worse value: 363.459550159. iteration 13717 found worse value: 363.459550159. iteration 13718 found worse value: 363.459550159. iteration 13719 found worse value: 363.459550159. iteration 13720 found worse value: 363.459550159. iteration 13721 found worse value: 363.459550159. iteration 13722 found worse value: 363.459550159. iteration 13723 found worse value: 363.459550159. iteration 13724 found worse value: 363.459550159. iteration 13725 found worse value: 363.459550159. iteration 13726 found worse value: 363.459550159. iteration 13727 found worse value: 363.459550159. iteration 13728 found worse value: 363.459550159. iteration 13729 found worse value: 363.459550159. iteration 13730 found worse value: 363.459550159. iteration 13731 found worse value: 363.459550159. iteration 13732 found worse value: 363.459550159. iteration 13733 found worse value: 363.459550159. iteration 13734 found worse value: 363.459550159. iteration 13735 found worse value: 363.459550159. iteration 13736 found worse value: 363.459550159. iteration 13737 found worse value: 363.459550159. iteration 13738 found worse value: 363.459550159. iteration 13739 found worse value: 363.459550159. iteration 13740 found worse value: 363.459550159. iteration 13741 found worse value: 363.459550159. iteration 13742 found worse value: 363.459550159. iteration 13743 found worse value: 363.459550159. iteration 13744 found worse value: 363.459550159. iteration 13745 found worse value: 363.459550159. iteration 13746 found worse value: 363.459550159. iteration 13747 found worse value: 363.459550159. iteration 13748 found worse value: 363.459550159. iteration 13749 found worse value: 363.459550159. iteration 13750 found worse value: 363.459550159. iteration 13751 found worse value: 363.459550159. iteration 13752 found worse value: 363.459550159. iteration 13753 found worse value: 363.459550159. iteration 13754 found worse value: 363.459550159. iteration 13755 found worse value: 363.459550159. iteration 13756 found worse value: 363.459550159. iteration 13757 found worse value: 363.459550159. iteration 13758 found worse value: 363.459550159. iteration 13759 found worse value: 363.459550159. iteration 13760 found worse value: 363.459550159. iteration 13761 found worse value: 363.459550159. iteration 13762 found worse value: 363.459550159. iteration13762, perturbing to get out of local maxima iteration 13763 found worse value: 363.459550159. iteration13763, perturbing to get out of local maxima iteration 13764 found worse value: 363.459550159. iteration 13765 found worse value: 363.459550159. iteration 13766 found worse value: 363.459550159. iteration 13767 found worse value: 363.459550159. iteration 13768 found worse value: 363.459550159. iteration 13769 found worse value: 363.459550159. iteration 13770 found worse value: 363.459550159. iteration 13771 found worse value: 363.459550159. iteration 13772 found worse value: 363.459550159. iteration 13773 found worse value: 363.459550159. iteration13773, perturbing to get out of local maxima iteration 13774 found worse value: 363.459550159. iteration 13775 found worse value: 363.459550159. iteration 13776 found worse value: 363.459550159. iteration 13777 found worse value: 363.459550159. iteration13777, perturbing to get out of local maxima iteration 13778 found worse value: 363.459550159. iteration 13779 found worse value: 363.459550159. iteration 13780 found worse value: 363.459550159. iteration 13781 found worse value: 363.459550159. iteration13781, perturbing to get out of local maxima iteration 13782 found worse value: 363.459550159. iteration 13783 found worse value: 363.459550159. iteration 13784 found worse value: 363.459550159. iteration 13785 found worse value: 363.459550159. iteration 13786 found worse value: 363.459550159. iteration 13787 found worse value: 363.459550159. iteration13787, perturbing to get out of local maxima iteration 13788 found worse value: 363.459550159. iteration 13789 found worse value: 363.459550159. iteration 13790 found worse value: 363.459550159. iteration 13791 found worse value: 363.459550159. iteration 13792 found worse value: 363.459550159. iteration 13793 found worse value: 363.459550159. iteration 13794 found worse value: 363.459550159. iteration 13795 found worse value: 363.459550159. iteration 13796 found worse value: 363.459550159. iteration 13797 found worse value: 363.459550159. iteration13797, perturbing to get out of local maxima iteration 13798 found worse value: 363.459550159. iteration 13799 found worse value: 363.459550159. iteration 13800 found worse value: 363.459550159. iteration 13801 found worse value: 363.459550159. iteration 13802 found worse value: 363.459550159. iteration 13803 found worse value: 363.459550159. iteration 13804 found worse value: 363.459550159. iteration 13805 found worse value: 363.459550159. iteration 13806 found worse value: 363.459550159. iteration 13807 found worse value: 363.459550159. iteration 13808 found worse value: 363.459550159. iteration 13809 found worse value: 363.459550159. iteration13809, perturbing to get out of local maxima iteration 13810 found worse value: 363.459550159. iteration 13811 found worse value: 363.459550159. iteration 13812 found worse value: 363.459550159. iteration 13813 found worse value: 363.459550159. iteration 13814 found worse value: 363.459550159. iteration 13815 found worse value: 363.459550159. iteration 13816 found worse value: 363.459550159. iteration 13817 found worse value: 363.459550159. iteration 13818 found worse value: 363.459550159. iteration 13819 found worse value: 363.459550159. iteration 13820 found worse value: 363.459550159. iteration 13821 found worse value: 363.459550159. iteration 13822 found worse value: 363.459550159. iteration 13823 found worse value: 363.459550159. iteration 13824 found worse value: 363.459550159. iteration 13825 found worse value: 363.459550159. iteration 13826 found worse value: 363.459550159. iteration 13827 found worse value: 363.459550159. iteration 13828 found worse value: 363.459550159. iteration 13829 found worse value: 363.459550159. iteration 13830 found worse value: 363.459550159. iteration 13831 found worse value: 363.459550159. iteration 13832 found worse value: 363.459550159. iteration 13833 found worse value: 363.459550159. iteration 13834 found worse value: 363.459550159. iteration 13835 found worse value: 363.459550159. iteration 13836 found worse value: 363.459550159. iteration 13837 found worse value: 363.459550159. iteration 13838 found worse value: 363.459550159. iteration 13839 found worse value: 363.459550159. iteration 13840 found worse value: 363.459550159. iteration 13841 found worse value: 363.459550159. iteration 13842 found worse value: 363.459550159. iteration 13843 found worse value: 363.459550159. iteration 13844 found worse value: 363.459550159. iteration 13845 found worse value: 363.459550159. iteration 13846 found worse value: 363.459550159. iteration 13847 found worse value: 363.459550159. iteration 13848 found worse value: 363.459550159. iteration 13849 found worse value: 363.459550159. iteration 13850 found worse value: 363.459550159. iteration 13851 found worse value: 363.459550159. iteration 13852 found worse value: 363.459550159. iteration 13853 found worse value: 363.459550159. iteration13853, perturbing to get out of local maxima iteration 13854 found worse value: 363.459550159. iteration 13855 found worse value: 363.459550159. iteration 13856 found worse value: 363.459550159. iteration 13857 found worse value: 363.459550159. iteration 13858 found worse value: 363.459550159. iteration 13859 found worse value: 363.459550159. iteration 13860 found worse value: 363.459550159. iteration 13861 found worse value: 363.459550159. iteration13861, perturbing to get out of local maxima iteration 13862 found worse value: 363.459550159. iteration 13863 found worse value: 363.459550159. iteration 13864 found worse value: 363.459550159. iteration 13865 found worse value: 363.459550159. iteration 13866 found worse value: 363.459550159. iteration13866, perturbing to get out of local maxima iteration 13867 found worse value: 363.459550159. iteration 13868 found worse value: 363.459550159. iteration 13869 found worse value: 363.459550159. iteration 13870 found worse value: 363.459550159. iteration 13871 found worse value: 363.459550159. iteration 13872 found worse value: 363.459550159. iteration 13873 found worse value: 363.459550159. iteration 13874 found worse value: 363.459550159. iteration 13875 found worse value: 363.459550159. iteration 13876 found worse value: 363.459550159. iteration 13877 found worse value: 363.459550159. iteration 13878 found worse value: 363.459550159. iteration 13879 found worse value: 363.459550159. iteration 13880 found worse value: 363.459550159. iteration 13881 found worse value: 363.459550159. iteration 13882 found worse value: 363.459550159. iteration 13883 found worse value: 363.459550159. iteration 13884 found worse value: 363.459550159. iteration 13885 found worse value: 363.459550159. iteration 13886 found worse value: 363.459550159. iteration 13887 found worse value: 363.459550159. iteration 13888 found worse value: 363.459550159. iteration 13889 found worse value: 363.459550159. iteration 13890 found worse value: 363.459550159. iteration 13891 found worse value: 363.459550159. iteration 13892 found worse value: 363.459550159. iteration 13893 found worse value: 363.459550159. iteration 13894 found worse value: 363.459550159. iteration 13895 found worse value: 363.459550159. iteration 13896 found worse value: 363.459550159. iteration 13897 found worse value: 363.459550159. iteration 13898 found worse value: 363.459550159. iteration 13899 found worse value: 363.459550159. iteration 13900 found worse value: 363.459550159. iteration 13901 found worse value: 363.459550159. iteration 13902 found worse value: 363.459550159. iteration 13903 found worse value: 363.459550159. iteration 13904 found worse value: 363.459550159. iteration 13905 found worse value: 363.459550159. iteration 13906 found worse value: 363.459550159. iteration 13907 found worse value: 363.459550159. iteration 13908 found worse value: 363.459550159. iteration 13909 found worse value: 363.459550159. iteration 13910 found worse value: 363.459550159. iteration 13911 found worse value: 363.459550159. iteration 13912 found worse value: 363.459550159. iteration 13913 found worse value: 363.459550159. iteration13913, perturbing to get out of local maxima iteration 13914 found worse value: 363.459550159. iteration 13915 found worse value: 363.459550159. iteration 13916 found worse value: 363.459550159. iteration 13917 found worse value: 363.459550159. iteration 13918 found worse value: 363.459550159. iteration 13919 found worse value: 363.459550159. iteration 13920 found worse value: 363.459550159. iteration 13921 found worse value: 363.459550159. iteration 13922 found worse value: 363.459550159. iteration 13923 found worse value: 363.459550159. iteration 13924 found worse value: 363.459550159. iteration 13925 found worse value: 363.459550159. iteration 13926 found worse value: 363.459550159. iteration 13927 found worse value: 363.459550159. iteration 13928 found worse value: 363.459550159. iteration 13929 found worse value: 363.459550159. iteration 13930 found worse value: 363.459550159. iteration 13931 found worse value: 363.459550159. iteration 13932 found worse value: 363.459550159. iteration 13933 found worse value: 363.459550159. iteration 13934 found worse value: 363.459550159. iteration 13935 found worse value: 363.459550159. iteration 13936 found worse value: 363.459550159. iteration 13937 found worse value: 363.459550159. iteration 13938 found worse value: 363.459550159. iteration 13939 found worse value: 363.459550159. iteration 13940 found worse value: 363.459550159. iteration 13941 found worse value: 363.459550159. iteration 13942 found worse value: 363.459550159. iteration 13943 found worse value: 363.459550159. iteration 13944 found worse value: 363.459550159. iteration 13945 found worse value: 363.459550159. iteration 13946 found worse value: 363.459550159. iteration 13947 found worse value: 363.459550159. iteration 13948 found worse value: 363.459550159. iteration 13949 found worse value: 363.459550159. iteration 13950 found worse value: 363.459550159. iteration 13951 found worse value: 363.459550159. iteration 13952 found worse value: 363.459550159. iteration 13953 found worse value: 363.459550159. iteration13953, perturbing to get out of local maxima iteration 13954 found worse value: 363.459550159. iteration 13955 found worse value: 363.459550159. iteration 13956 found worse value: 363.459550159. iteration13956, perturbing to get out of local maxima iteration 13957 found worse value: 363.459550159. iteration 13958 found worse value: 363.459550159. iteration 13959 found worse value: 363.459550159. iteration 13960 found worse value: 363.459550159. iteration 13961 found worse value: 363.459550159. iteration 13962 found worse value: 363.459550159. iteration 13963 found worse value: 363.459550159. iteration13963, perturbing to get out of local maxima iteration 13964 found worse value: 363.459550159. iteration 13965 found worse value: 363.459550159. iteration13965, perturbing to get out of local maxima iteration 13966 found worse value: 363.459550159. iteration 13967 found worse value: 363.459550159. iteration 13968 found worse value: 363.459550159. iteration 13969 found worse value: 363.459550159. iteration 13970 found worse value: 363.459550159. iteration 13971 found worse value: 363.459550159. iteration 13972 found worse value: 363.459550159. iteration 13973 found worse value: 363.459550159. iteration 13974 found worse value: 363.459550159. iteration 13975 found worse value: 363.459550159. iteration 13976 found worse value: 363.459550159. iteration 13977 found worse value: 363.459550159. iteration 13978 found worse value: 363.459550159. iteration 13979 found worse value: 363.459550159. iteration13979, perturbing to get out of local maxima iteration 13980 found worse value: 363.459550159. iteration 13981 found worse value: 363.459550159. iteration 13982 found worse value: 363.459550159. iteration 13983 found worse value: 363.459550159. iteration 13984 found worse value: 363.459550159. iteration 13985 found worse value: 363.459550159. iteration 13986 found worse value: 363.459550159. iteration 13987 found worse value: 363.459550159. iteration 13988 found worse value: 363.459550159. iteration 13989 found worse value: 363.459550159. iteration 13990 found worse value: 363.459550159. iteration 13991 found worse value: 363.459550159. iteration13991, perturbing to get out of local maxima iteration 13992 found worse value: 363.459550159. iteration 13993 found worse value: 363.459550159. iteration 13994 found worse value: 363.459550159. iteration13994, perturbing to get out of local maxima iteration 13995 found worse value: 363.459550159. iteration 13996 found worse value: 363.459550159. iteration 13997 found worse value: 363.459550159. iteration13997, perturbing to get out of local maxima iteration 13998 found worse value: 363.459550159. iteration 13999 found worse value: 363.459550159. iteration 14000 found worse value: 363.459550159. iteration 14001 found worse value: 363.459550159. iteration 14002 found worse value: 363.459550159. iteration 14003 found worse value: 363.459550159. iteration 14004 found worse value: 363.459550159. iteration 14005 found worse value: 363.459550159. iteration 14006 found worse value: 363.459550159. iteration14006, perturbing to get out of local maxima iteration 14007 found worse value: 363.459550159. iteration 14008 found worse value: 363.459550159. iteration 14009 found worse value: 363.459550159. iteration 14010 found worse value: 363.459550159. iteration 14011 found worse value: 363.459550159. iteration 14012 found worse value: 363.459550159. iteration 14013 found worse value: 363.459550159. iteration 14014 found worse value: 363.459550159. iteration 14015 found worse value: 363.459550159. iteration 14016 found worse value: 363.459550159. iteration 14017 found worse value: 363.459550159. iteration 14018 found worse value: 363.459550159. iteration 14019 found worse value: 363.459550159. iteration 14020 found worse value: 363.459550159. iteration 14021 found worse value: 363.459550159. iteration 14022 found worse value: 363.459550159. iteration 14023 found worse value: 363.459550159. iteration 14024 found worse value: 363.459550159. iteration 14025 found worse value: 363.459550159. iteration 14026 found worse value: 363.459550159. iteration 14027 found worse value: 363.459550159. iteration 14028 found worse value: 363.459550159. iteration 14029 found worse value: 363.459550159. iteration14029, perturbing to get out of local maxima iteration 14030 found worse value: 363.459550159. iteration 14031 found worse value: 363.459550159. iteration 14032 found worse value: 363.459550159. iteration 14033 found worse value: 363.459550159. iteration 14034 found worse value: 363.459550159. iteration 14035 found worse value: 363.459550159. iteration14035, perturbing to get out of local maxima iteration 14036 found worse value: 363.459550159. iteration 14037 found worse value: 363.459550159. iteration 14038 found worse value: 363.459550159. iteration 14039 found worse value: 363.459550159. iteration 14040 found worse value: 363.459550159. iteration 14041 found worse value: 363.459550159. iteration 14042 found worse value: 363.459550159. iteration 14043 found worse value: 363.459550159. iteration 14044 found worse value: 363.459550159. iteration 14045 found worse value: 363.459550159. iteration 14046 found worse value: 363.459550159. iteration 14047 found worse value: 363.459550159. iteration 14048 found worse value: 363.459550159. iteration 14049 found worse value: 363.459550159. iteration 14050 found worse value: 363.459550159. iteration 14051 found worse value: 363.459550159. iteration14051, perturbing to get out of local maxima iteration 14052 found worse value: 363.459550159. iteration 14053 found worse value: 363.459550159. iteration 14054 found worse value: 363.459550159. iteration14054, perturbing to get out of local maxima iteration 14055 found worse value: 363.459550159. iteration 14056 found worse value: 363.459550159. iteration 14057 found worse value: 363.459550159. iteration 14058 found worse value: 363.459550159. iteration 14059 found worse value: 363.459550159. iteration 14060 found worse value: 363.459550159. iteration 14061 found worse value: 363.459550159. iteration 14062 found worse value: 363.459550159. iteration 14063 found worse value: 363.459550159. iteration 14064 found worse value: 363.459550159. iteration 14065 found worse value: 363.459550159. iteration 14066 found worse value: 363.459550159. iteration14066, perturbing to get out of local maxima iteration 14067 found worse value: 363.459550159. iteration 14068 found worse value: 363.459550159. iteration 14069 found worse value: 363.459550159. iteration 14070 found worse value: 363.459550159. iteration 14071 found worse value: 363.459550159. iteration 14072 found worse value: 363.459550159. iteration 14073 found worse value: 363.459550159. iteration 14074 found worse value: 363.459550159. iteration 14075 found worse value: 363.459550159. iteration 14076 found worse value: 363.459550159. iteration 14077 found worse value: 363.459550159. iteration 14078 found worse value: 363.459550159. iteration 14079 found worse value: 363.459550159. iteration 14080 found worse value: 363.459550159. iteration 14081 found worse value: 363.459550159. iteration 14082 found worse value: 363.459550159. iteration 14083 found worse value: 363.459550159. iteration 14084 found worse value: 363.459550159. iteration 14085 found worse value: 363.459550159. iteration14085, perturbing to get out of local maxima iteration 14086 found worse value: 363.459550159. iteration 14087 found worse value: 363.459550159. iteration 14088 found worse value: 363.459550159. iteration 14089 found worse value: 363.459550159. iteration 14090 found worse value: 363.459550159. iteration 14091 found worse value: 363.459550159. iteration 14092 found worse value: 363.459550159. iteration 14093 found worse value: 363.459550159. iteration 14094 found worse value: 363.459550159. iteration 14095 found worse value: 363.459550159. iteration 14096 found worse value: 363.459550159. iteration 14097 found worse value: 363.459550159. iteration14097, perturbing to get out of local maxima iteration 14098 found worse value: 363.459550159. iteration 14099 found worse value: 363.459550159. iteration 14100 found worse value: 363.459550159. iteration 14101 found worse value: 363.459550159. iteration 14102 found worse value: 363.459550159. iteration 14103 found worse value: 363.459550159. iteration14103, perturbing to get out of local maxima iteration 14104 found worse value: 363.459550159. iteration 14105 found worse value: 363.459550159. iteration 14106 found worse value: 363.459550159. iteration 14107 found worse value: 363.459550159. iteration 14108 found worse value: 363.459550159. iteration14108, perturbing to get out of local maxima iteration 14109 found worse value: 363.459550159. iteration 14110 found worse value: 363.459550159. iteration 14111 found worse value: 363.459550159. iteration 14112 found worse value: 363.459550159. iteration 14113 found worse value: 363.459550159. iteration14113, perturbing to get out of local maxima iteration 14114 found worse value: 363.459550159. iteration 14115 found worse value: 363.459550159. iteration 14116 found worse value: 363.459550159. iteration 14117 found worse value: 363.459550159. iteration 14118 found worse value: 363.459550159. iteration 14119 found worse value: 363.459550159. iteration 14120 found worse value: 363.459550159. iteration 14121 found worse value: 363.459550159. iteration 14122 found worse value: 363.459550159. iteration 14123 found worse value: 363.459550159. iteration 14124 found worse value: 363.459550159. iteration 14125 found worse value: 363.459550159. iteration 14126 found worse value: 363.459550159. iteration 14127 found worse value: 363.459550159. iteration 14128 found worse value: 363.459550159. iteration 14129 found worse value: 363.459550159. iteration14129, perturbing to get out of local maxima iteration 14130 found worse value: 363.459550159. iteration 14131 found worse value: 363.459550159. iteration 14132 found worse value: 363.459550159. iteration 14133 found worse value: 363.459550159. iteration 14134 found worse value: 363.459550159. iteration 14135 found worse value: 363.459550159. iteration14135, perturbing to get out of local maxima iteration 14136 found worse value: 363.459550159. iteration 14137 found worse value: 363.459550159. iteration 14138 found worse value: 363.459550159. iteration 14139 found worse value: 363.459550159. iteration 14140 found worse value: 363.459550159. iteration 14141 found worse value: 363.459550159. iteration 14142 found worse value: 363.459550159. iteration 14143 found worse value: 363.459550159. iteration 14144 found worse value: 363.459550159. iteration 14145 found worse value: 363.459550159. iteration 14146 found worse value: 363.459550159. iteration 14147 found worse value: 363.459550159. iteration 14148 found worse value: 363.459550159. iteration 14149 found worse value: 363.459550159. iteration 14150 found worse value: 363.459550159. iteration 14151 found worse value: 363.459550159. iteration 14152 found worse value: 363.459550159. iteration 14153 found worse value: 363.459550159. iteration 14154 found worse value: 363.459550159. iteration 14155 found worse value: 363.459550159. iteration14155, perturbing to get out of local maxima iteration 14156 found worse value: 363.459550159. iteration 14157 found worse value: 363.459550159. iteration 14158 found worse value: 363.459550159. iteration 14159 found worse value: 363.459550159. iteration 14160 found worse value: 363.459550159. iteration 14161 found worse value: 363.459550159. iteration 14162 found worse value: 363.459550159. iteration 14163 found worse value: 363.459550159. iteration 14164 found worse value: 363.459550159. iteration 14165 found worse value: 363.459550159. iteration 14166 found worse value: 363.459550159. iteration14166, perturbing to get out of local maxima iteration 14167 found worse value: 363.459550159. iteration 14168 found worse value: 363.459550159. iteration 14169 found worse value: 363.459550159. iteration 14170 found worse value: 363.459550159. iteration 14171 found worse value: 363.459550159. iteration 14172 found worse value: 363.459550159. iteration 14173 found worse value: 363.459550159. iteration 14174 found worse value: 363.459550159. iteration 14175 found worse value: 363.459550159. iteration 14176 found worse value: 363.459550159. iteration 14177 found worse value: 363.459550159. iteration 14178 found worse value: 363.459550159. iteration 14179 found worse value: 363.459550159. iteration 14180 found worse value: 363.459550159. iteration 14181 found worse value: 363.459550159. iteration 14182 found worse value: 363.459550159. iteration 14183 found worse value: 363.459550159. iteration 14184 found worse value: 363.459550159. iteration 14185 found worse value: 363.459550159. iteration 14186 found worse value: 363.459550159. iteration 14187 found worse value: 363.459550159. iteration 14188 found worse value: 363.459550159. iteration14188, perturbing to get out of local maxima iteration 14189 found worse value: 363.459550159. iteration 14190 found worse value: 363.459550159. iteration 14191 found worse value: 363.459550159. iteration 14192 found worse value: 363.459550159. iteration 14193 found worse value: 363.459550159. iteration 14194 found worse value: 363.459550159. iteration 14195 found worse value: 363.459550159. iteration 14196 found worse value: 363.459550159. iteration 14197 found worse value: 363.459550159. iteration 14198 found worse value: 363.459550159. iteration 14199 found worse value: 363.459550159. iteration 14200 found worse value: 363.459550159. iteration 14201 found worse value: 363.459550159. iteration 14202 found worse value: 363.459550159. iteration 14203 found worse value: 363.459550159. iteration 14204 found worse value: 363.459550159. iteration14204, perturbing to get out of local maxima iteration 14205 found worse value: 363.459550159. iteration 14206 found worse value: 363.459550159. iteration 14207 found worse value: 363.459550159. iteration 14208 found worse value: 363.459550159. iteration 14209 found worse value: 363.459550159. iteration 14210 found worse value: 363.459550159. iteration 14211 found worse value: 363.459550159. iteration 14212 found worse value: 363.459550159. iteration 14213 found worse value: 363.459550159. iteration 14214 found worse value: 363.459550159. iteration 14215 found worse value: 363.459550159. iteration 14216 found worse value: 363.459550159. iteration 14217 found worse value: 363.459550159. iteration 14218 found worse value: 363.459550159. iteration 14219 found worse value: 363.459550159. iteration 14220 found worse value: 363.459550159. iteration 14221 found worse value: 363.459550159. iteration 14222 found worse value: 363.459550159. iteration 14223 found worse value: 363.459550159. iteration 14224 found worse value: 363.459550159. iteration 14225 found worse value: 363.459550159. iteration 14226 found worse value: 363.459550159. iteration 14227 found worse value: 363.459550159. iteration 14228 found worse value: 363.459550159. iteration 14229 found worse value: 363.459550159. iteration 14230 found worse value: 363.459550159. iteration 14231 found worse value: 363.459550159. iteration 14232 found worse value: 363.459550159. iteration 14233 found worse value: 363.459550159. iteration 14234 found worse value: 363.459550159. iteration 14235 found worse value: 363.459550159. iteration14235, perturbing to get out of local maxima iteration 14236 found worse value: 363.459550159. iteration 14237 found worse value: 363.459550159. iteration 14238 found worse value: 363.459550159. iteration 14239 found worse value: 363.459550159. iteration 14240 found worse value: 363.459550159. iteration 14241 found worse value: 363.459550159. iteration14241, perturbing to get out of local maxima iteration 14242 found worse value: 363.459550159. iteration 14243 found worse value: 363.459550159. iteration 14244 found worse value: 363.459550159. iteration 14245 found worse value: 363.459550159. iteration 14246 found worse value: 363.459550159. iteration 14247 found worse value: 363.459550159. iteration 14248 found worse value: 363.459550159. iteration 14249 found worse value: 363.459550159. iteration 14250 found worse value: 363.459550159. iteration 14251 found worse value: 363.459550159. iteration 14252 found worse value: 363.459550159. iteration 14253 found worse value: 363.459550159. iteration 14254 found worse value: 363.459550159. iteration 14255 found worse value: 363.459550159. iteration 14256 found worse value: 363.459550159. iteration 14257 found worse value: 363.459550159. iteration 14258 found worse value: 363.459550159. iteration 14259 found worse value: 363.459550159. iteration 14260 found worse value: 363.459550159. iteration 14261 found worse value: 363.459550159. iteration 14262 found worse value: 363.459550159. iteration 14263 found worse value: 363.459550159. iteration 14264 found worse value: 363.459550159. iteration14264, perturbing to get out of local maxima iteration 14265 found worse value: 363.459550159. iteration 14266 found worse value: 363.459550159. iteration 14267 found worse value: 363.459550159. iteration 14268 found worse value: 363.459550159. iteration 14269 found worse value: 363.459550159. iteration 14270 found worse value: 363.459550159. iteration 14271 found worse value: 363.459550159. iteration 14272 found worse value: 363.459550159. iteration 14273 found worse value: 363.459550159. iteration 14274 found worse value: 363.459550159. iteration 14275 found worse value: 363.459550159. iteration 14276 found worse value: 363.459550159. iteration 14277 found worse value: 363.459550159. iteration14277, perturbing to get out of local maxima iteration 14278 found worse value: 363.459550159. iteration 14279 found worse value: 363.459550159. iteration 14280 found worse value: 363.459550159. iteration 14281 found worse value: 363.459550159. iteration 14282 found worse value: 363.459550159. iteration 14283 found worse value: 363.459550159. iteration 14284 found worse value: 363.459550159. iteration 14285 found worse value: 363.459550159. iteration 14286 found worse value: 363.459550159. iteration 14287 found worse value: 363.459550159. iteration 14288 found worse value: 363.459550159. iteration 14289 found worse value: 363.459550159. iteration 14290 found worse value: 363.459550159. iteration 14291 found worse value: 363.459550159. iteration 14292 found worse value: 363.459550159. iteration 14293 found worse value: 363.459550159. iteration 14294 found worse value: 363.459550159. iteration 14295 found worse value: 363.459550159. iteration 14296 found worse value: 363.459550159. iteration 14297 found worse value: 363.459550159. iteration 14298 found worse value: 363.459550159. iteration 14299 found worse value: 363.459550159. iteration 14300 found worse value: 363.459550159. iteration 14301 found worse value: 363.459550159. iteration 14302 found worse value: 363.459550159. iteration 14303 found worse value: 363.459550159. iteration 14304 found worse value: 363.459550159. iteration 14305 found worse value: 363.459550159. iteration 14306 found worse value: 363.459550159. iteration 14307 found worse value: 363.459550159. iteration 14308 found worse value: 363.459550159. iteration 14309 found worse value: 363.459550159. iteration 14310 found worse value: 363.459550159. iteration 14311 found worse value: 363.459550159. iteration 14312 found worse value: 363.459550159. iteration 14313 found worse value: 363.459550159. iteration 14314 found worse value: 363.459550159. iteration 14315 found worse value: 363.459550159. iteration 14316 found worse value: 363.459550159. iteration 14317 found worse value: 363.459550159. iteration 14318 found worse value: 363.459550159. iteration 14319 found worse value: 363.459550159. iteration 14320 found worse value: 363.459550159. iteration 14321 found worse value: 363.459550159. iteration14321, perturbing to get out of local maxima iteration 14322 found worse value: 363.459550159. iteration 14323 found worse value: 363.459550159. iteration14323, perturbing to get out of local maxima iteration 14324 found worse value: 363.459550159. iteration 14325 found worse value: 363.459550159. iteration 14326 found worse value: 363.459550159. iteration 14327 found worse value: 363.459550159. iteration 14328 found worse value: 363.459550159. iteration 14329 found worse value: 363.459550159. iteration 14330 found worse value: 363.459550159. iteration 14331 found worse value: 363.459550159. iteration 14332 found worse value: 363.459550159. iteration 14333 found worse value: 363.459550159. iteration 14334 found worse value: 363.459550159. iteration 14335 found worse value: 363.459550159. iteration 14336 found worse value: 363.459550159. iteration 14337 found worse value: 363.459550159. iteration 14338 found worse value: 363.459550159. iteration 14339 found worse value: 363.459550159. iteration 14340 found worse value: 363.459550159. iteration 14341 found worse value: 363.459550159. iteration 14342 found worse value: 363.459550159. iteration 14343 found worse value: 363.459550159. iteration 14344 found worse value: 363.459550159. iteration 14345 found worse value: 363.459550159. iteration 14346 found worse value: 363.459550159. iteration 14347 found worse value: 363.459550159. iteration 14348 found worse value: 363.459550159. iteration 14349 found worse value: 363.459550159. iteration 14350 found worse value: 363.459550159. iteration 14351 found worse value: 363.459550159. iteration 14352 found worse value: 363.459550159. iteration 14353 found worse value: 363.459550159. iteration 14354 found worse value: 363.459550159. iteration 14355 found worse value: 363.459550159. iteration 14356 found worse value: 363.459550159. iteration 14357 found worse value: 363.459550159. iteration 14358 found worse value: 363.459550159. iteration 14359 found worse value: 363.459550159. iteration 14360 found worse value: 363.459550159. iteration 14361 found worse value: 363.459550159. iteration 14362 found worse value: 363.459550159. iteration 14363 found worse value: 363.459550159. iteration 14364 found worse value: 363.459550159. iteration 14365 found worse value: 363.459550159. iteration 14366 found worse value: 363.459550159. iteration 14367 found worse value: 363.459550159. iteration 14368 found worse value: 363.459550159. iteration 14369 found worse value: 363.459550159. iteration 14370 found worse value: 363.459550159. iteration 14371 found worse value: 363.459550159. iteration 14372 found worse value: 363.459550159. iteration 14373 found worse value: 363.459550159. iteration 14374 found worse value: 363.459550159. iteration 14375 found worse value: 363.459550159. iteration 14376 found worse value: 363.459550159. iteration 14377 found worse value: 363.459550159. iteration 14378 found worse value: 363.459550159. iteration 14379 found worse value: 363.459550159. iteration 14380 found worse value: 363.459550159. iteration14380, perturbing to get out of local maxima iteration 14381 found worse value: 363.459550159. iteration 14382 found worse value: 363.459550159. iteration 14383 found worse value: 363.459550159. iteration14383, perturbing to get out of local maxima iteration 14384 found worse value: 363.459550159. iteration 14385 found worse value: 363.459550159. iteration 14386 found worse value: 363.459550159. iteration 14387 found worse value: 363.459550159. iteration 14388 found worse value: 363.459550159. iteration 14389 found worse value: 363.459550159. iteration 14390 found worse value: 363.459550159. iteration 14391 found worse value: 363.459550159. iteration 14392 found worse value: 363.459550159. iteration 14393 found worse value: 363.459550159. iteration 14394 found worse value: 363.459550159. iteration 14395 found worse value: 363.459550159. iteration 14396 found worse value: 363.459550159. iteration 14397 found worse value: 363.459550159. iteration 14398 found worse value: 363.459550159. iteration 14399 found worse value: 363.459550159. iteration 14400 found worse value: 363.459550159. iteration 14401 found worse value: 363.459550159. iteration 14402 found worse value: 363.459550159. iteration 14403 found worse value: 363.459550159. iteration 14404 found worse value: 363.459550159. iteration 14405 found worse value: 363.459550159. iteration 14406 found worse value: 363.459550159. iteration 14407 found worse value: 363.459550159. iteration 14408 found worse value: 363.459550159. iteration 14409 found worse value: 363.459550159. iteration 14410 found worse value: 363.459550159. iteration 14411 found worse value: 363.459550159. iteration14411, perturbing to get out of local maxima iteration 14412 found worse value: 363.459550159. iteration 14413 found worse value: 363.459550159. iteration 14414 found worse value: 363.459550159. iteration 14415 found worse value: 363.459550159. iteration 14416 found worse value: 363.459550159. iteration 14417 found worse value: 363.459550159. iteration14417, perturbing to get out of local maxima iteration 14418 found worse value: 363.459550159. iteration14418, perturbing to get out of local maxima iteration 14419 found worse value: 363.459550159. iteration14419, perturbing to get out of local maxima iteration 14420 found worse value: 363.459550159. iteration 14421 found worse value: 363.459550159. iteration 14422 found worse value: 363.459550159. iteration 14423 found worse value: 363.459550159. iteration 14424 found worse value: 363.459550159. iteration 14425 found worse value: 363.459550159. iteration 14426 found worse value: 363.459550159. iteration 14427 found worse value: 363.459550159. iteration 14428 found worse value: 363.459550159. iteration 14429 found worse value: 363.459550159. iteration 14430 found worse value: 363.459550159. iteration 14431 found worse value: 363.459550159. iteration 14432 found worse value: 363.459550159. iteration 14433 found worse value: 363.459550159. iteration 14434 found worse value: 363.459550159. iteration 14435 found worse value: 363.459550159. iteration 14436 found worse value: 363.459550159. iteration 14437 found worse value: 363.459550159. iteration 14438 found worse value: 363.459550159. iteration 14439 found worse value: 363.459550159. iteration 14440 found worse value: 363.459550159. iteration 14441 found worse value: 363.459550159. iteration 14442 found worse value: 363.459550159. iteration 14443 found worse value: 363.459550159. iteration 14444 found worse value: 363.459550159. iteration 14445 found worse value: 363.459550159. iteration 14446 found worse value: 363.459550159. iteration 14447 found worse value: 363.459550159. iteration14447, perturbing to get out of local maxima iteration 14448 found worse value: 363.459550159. iteration 14449 found worse value: 363.459550159. iteration 14450 found worse value: 363.459550159. iteration14450, perturbing to get out of local maxima iteration 14451 found worse value: 363.459550159. iteration 14452 found worse value: 363.459550159. iteration 14453 found worse value: 363.459550159. iteration 14454 found worse value: 363.459550159. iteration 14455 found worse value: 363.459550159. iteration 14456 found worse value: 363.459550159. iteration 14457 found worse value: 363.459550159. iteration 14458 found worse value: 363.459550159. iteration 14459 found worse value: 363.459550159. iteration 14460 found worse value: 363.459550159. iteration 14461 found worse value: 363.459550159. iteration 14462 found worse value: 363.459550159. iteration 14463 found worse value: 363.459550159. iteration 14464 found worse value: 363.459550159. iteration 14465 found worse value: 363.459550159. iteration 14466 found worse value: 363.459550159. iteration 14467 found worse value: 363.459550159. iteration 14468 found worse value: 363.459550159. iteration 14469 found worse value: 363.459550159. iteration 14470 found worse value: 363.459550159. iteration 14471 found worse value: 363.459550159. iteration 14472 found worse value: 363.459550159. iteration 14473 found worse value: 363.459550159. iteration 14474 found worse value: 363.459550159. iteration 14475 found worse value: 363.459550159. iteration 14476 found worse value: 363.459550159. iteration 14477 found worse value: 363.459550159. iteration 14478 found worse value: 363.459550159. iteration 14479 found worse value: 363.459550159. iteration 14480 found worse value: 363.459550159. iteration 14481 found worse value: 363.459550159. iteration 14482 found worse value: 363.459550159. iteration 14483 found worse value: 363.459550159. iteration 14484 found worse value: 363.459550159. iteration 14485 found worse value: 363.459550159. iteration 14486 found worse value: 363.459550159. iteration 14487 found worse value: 363.459550159. iteration 14488 found worse value: 363.459550159. iteration 14489 found worse value: 363.459550159. iteration 14490 found worse value: 363.459550159. iteration 14491 found worse value: 363.459550159. iteration 14492 found worse value: 363.459550159. iteration 14493 found worse value: 363.459550159. iteration 14494 found worse value: 363.459550159. iteration 14495 found worse value: 363.459550159. iteration 14496 found worse value: 363.459550159. iteration 14497 found worse value: 363.459550159. iteration 14498 found worse value: 363.459550159. iteration 14499 found worse value: 363.459550159. iteration 14500 found worse value: 363.459550159. iteration 14501 found worse value: 363.459550159. iteration 14502 found worse value: 363.459550159. iteration 14503 found worse value: 363.459550159. iteration 14504 found worse value: 363.459550159. iteration 14505 found worse value: 363.459550159. iteration 14506 found worse value: 363.459550159. iteration 14507 found worse value: 363.459550159. iteration 14508 found worse value: 363.459550159. iteration 14509 found worse value: 363.459550159. iteration 14510 found worse value: 363.459550159. iteration 14511 found worse value: 363.459550159. iteration 14512 found worse value: 363.459550159. iteration 14513 found worse value: 363.459550159. iteration 14514 found worse value: 363.459550159. iteration 14515 found worse value: 363.459550159. iteration 14516 found worse value: 363.459550159. iteration 14517 found worse value: 363.459550159. iteration 14518 found worse value: 363.459550159. iteration 14519 found worse value: 363.459550159. iteration 14520 found worse value: 363.459550159. iteration 14521 found worse value: 363.459550159. iteration 14522 found worse value: 363.459550159. iteration 14523 found worse value: 363.459550159. iteration 14524 found worse value: 363.459550159. iteration 14525 found worse value: 363.459550159. iteration 14526 found worse value: 363.459550159. iteration 14527 found worse value: 363.459550159. iteration 14528 found worse value: 363.459550159. iteration 14529 found worse value: 363.459550159. iteration 14530 found worse value: 363.459550159. iteration 14531 found worse value: 363.459550159. iteration 14532 found worse value: 363.459550159. iteration 14533 found worse value: 363.459550159. iteration 14534 found worse value: 363.459550159. iteration 14535 found worse value: 363.459550159. iteration 14536 found worse value: 363.459550159. iteration 14537 found worse value: 363.459550159. iteration 14538 found worse value: 363.459550159. iteration 14539 found worse value: 363.459550159. iteration 14540 found worse value: 363.459550159. iteration 14541 found worse value: 363.459550159. iteration 14542 found worse value: 363.459550159. iteration 14543 found worse value: 363.459550159. iteration14543, perturbing to get out of local maxima iteration 14544 found worse value: 363.459550159. iteration 14545 found worse value: 363.459550159. iteration 14546 found worse value: 363.459550159. iteration 14547 found worse value: 363.459550159. iteration 14548 found worse value: 363.459550159. iteration 14549 found worse value: 363.459550159. iteration 14550 found worse value: 363.459550159. iteration 14551 found worse value: 363.459550159. iteration 14552 found worse value: 363.459550159. iteration 14553 found worse value: 363.459550159. iteration 14554 found worse value: 363.459550159. iteration 14555 found worse value: 363.459550159. iteration 14556 found worse value: 363.459550159. iteration 14557 found worse value: 363.459550159. iteration 14558 found worse value: 363.459550159. iteration 14559 found worse value: 363.459550159. iteration 14560 found worse value: 363.459550159. iteration 14561 found worse value: 363.459550159. iteration 14562 found worse value: 363.459550159. iteration 14563 found worse value: 363.459550159. iteration 14564 found worse value: 363.459550159. iteration 14565 found worse value: 363.459550159. iteration 14566 found worse value: 363.459550159. iteration 14567 found worse value: 363.459550159. iteration 14568 found worse value: 363.459550159. iteration 14569 found worse value: 363.459550159. iteration 14570 found worse value: 363.459550159. iteration 14571 found worse value: 363.459550159. iteration 14572 found worse value: 363.459550159. iteration 14573 found worse value: 363.459550159. iteration 14574 found worse value: 363.459550159. iteration 14575 found worse value: 363.459550159. iteration 14576 found worse value: 363.459550159. iteration 14577 found worse value: 363.459550159. iteration 14578 found worse value: 363.459550159. iteration 14579 found worse value: 363.459550159. iteration 14580 found worse value: 363.459550159. iteration 14581 found worse value: 363.459550159. iteration 14582 found worse value: 363.459550159. iteration 14583 found worse value: 363.459550159. iteration 14584 found worse value: 363.459550159. iteration 14585 found worse value: 363.459550159. iteration14585, perturbing to get out of local maxima iteration 14586 found worse value: 363.459550159. iteration 14587 found worse value: 363.459550159. iteration 14588 found worse value: 363.459550159. iteration 14589 found worse value: 363.459550159. iteration 14590 found worse value: 363.459550159. iteration 14591 found worse value: 363.459550159. iteration 14592 found worse value: 363.459550159. iteration 14593 found worse value: 363.459550159. iteration 14594 found worse value: 363.459550159. iteration 14595 found worse value: 363.459550159. iteration 14596 found worse value: 363.459550159. iteration 14597 found worse value: 363.459550159. iteration 14598 found worse value: 363.459550159. iteration 14599 found worse value: 363.459550159. iteration 14600 found worse value: 363.459550159. iteration 14601 found worse value: 363.459550159. iteration 14602 found worse value: 363.459550159. iteration 14603 found worse value: 363.459550159. iteration 14604 found worse value: 363.459550159. iteration 14605 found worse value: 363.459550159. iteration 14606 found worse value: 363.459550159. iteration 14607 found worse value: 363.459550159. iteration14607, perturbing to get out of local maxima iteration 14608 found worse value: 363.459550159. iteration 14609 found worse value: 363.459550159. iteration 14610 found worse value: 363.459550159. iteration 14611 found worse value: 363.459550159. iteration 14612 found worse value: 363.459550159. iteration 14613 found worse value: 363.459550159. iteration 14614 found worse value: 363.459550159. iteration 14615 found worse value: 363.459550159. iteration 14616 found worse value: 363.459550159. iteration 14617 found worse value: 363.459550159. iteration 14618 found worse value: 363.459550159. iteration 14619 found worse value: 363.459550159. iteration 14620 found worse value: 363.459550159. iteration 14621 found worse value: 363.459550159. iteration 14622 found worse value: 363.459550159. iteration 14623 found worse value: 363.459550159. iteration 14624 found worse value: 363.459550159. iteration 14625 found worse value: 363.459550159. iteration 14626 found worse value: 363.459550159. iteration 14627 found worse value: 363.459550159. iteration 14628 found worse value: 363.459550159. iteration14628, perturbing to get out of local maxima iteration 14629 found worse value: 363.459550159. iteration 14630 found worse value: 363.459550159. iteration 14631 found worse value: 363.459550159. iteration 14632 found worse value: 363.459550159. iteration 14633 found worse value: 363.459550159. iteration 14634 found worse value: 363.459550159. iteration 14635 found worse value: 363.459550159. iteration 14636 found worse value: 363.459550159. iteration 14637 found worse value: 363.459550159. iteration 14638 found worse value: 363.459550159. iteration 14639 found worse value: 363.459550159. iteration 14640 found worse value: 363.459550159. iteration 14641 found worse value: 363.459550159. iteration 14642 found worse value: 363.459550159. iteration 14643 found worse value: 363.459550159. iteration 14644 found worse value: 363.459550159. iteration 14645 found worse value: 363.459550159. iteration 14646 found worse value: 363.459550159. iteration 14647 found worse value: 363.459550159. iteration 14648 found worse value: 363.459550159. iteration 14649 found worse value: 363.459550159. iteration 14650 found worse value: 363.459550159. iteration 14651 found worse value: 363.459550159. iteration 14652 found worse value: 363.459550159. iteration 14653 found worse value: 363.459550159. iteration 14654 found worse value: 363.459550159. iteration 14655 found worse value: 363.459550159. iteration 14656 found worse value: 363.459550159. iteration14656, perturbing to get out of local maxima iteration 14657 found worse value: 363.459550159. iteration 14658 found worse value: 363.459550159. iteration 14659 found worse value: 363.459550159. iteration 14660 found worse value: 363.459550159. iteration 14661 found worse value: 363.459550159. iteration14661, perturbing to get out of local maxima iteration 14662 found worse value: 363.459550159. iteration 14663 found worse value: 363.459550159. iteration 14664 found worse value: 363.459550159. iteration 14665 found worse value: 363.459550159. iteration 14666 found worse value: 363.459550159. iteration 14667 found worse value: 363.459550159. iteration 14668 found worse value: 363.459550159. iteration 14669 found worse value: 363.459550159. iteration 14670 found worse value: 363.459550159. iteration 14671 found worse value: 363.459550159. iteration 14672 found worse value: 363.459550159. iteration 14673 found worse value: 363.459550159. iteration 14674 found worse value: 363.459550159. iteration 14675 found worse value: 363.459550159. iteration 14676 found worse value: 363.459550159. iteration 14677 found worse value: 363.459550159. iteration 14678 found worse value: 363.459550159. iteration 14679 found worse value: 363.459550159. iteration14679, perturbing to get out of local maxima iteration 14680 found worse value: 363.459550159. iteration 14681 found worse value: 363.459550159. iteration 14682 found worse value: 363.459550159. iteration 14683 found worse value: 363.459550159. iteration 14684 found worse value: 363.459550159. iteration 14685 found worse value: 363.459550159. iteration 14686 found worse value: 363.459550159. iteration 14687 found worse value: 363.459550159. iteration 14688 found worse value: 363.459550159. iteration 14689 found worse value: 363.459550159. iteration 14690 found worse value: 363.459550159. iteration 14691 found worse value: 363.459550159. iteration 14692 found worse value: 363.459550159. iteration 14693 found worse value: 363.459550159. iteration 14694 found worse value: 363.459550159. iteration 14695 found worse value: 363.459550159. iteration 14696 found worse value: 363.459550159. iteration 14697 found worse value: 363.459550159. iteration 14698 found worse value: 363.459550159. iteration 14699 found worse value: 363.459550159. iteration 14700 found worse value: 363.459550159. iteration 14701 found worse value: 363.459550159. iteration 14702 found worse value: 363.459550159. iteration 14703 found worse value: 363.459550159. iteration 14704 found worse value: 363.459550159. iteration 14705 found worse value: 363.459550159. iteration 14706 found worse value: 363.459550159. iteration 14707 found worse value: 363.459550159. iteration 14708 found worse value: 363.459550159. iteration 14709 found worse value: 363.459550159. iteration 14710 found worse value: 363.459550159. iteration 14711 found worse value: 363.459550159. iteration 14712 found worse value: 363.459550159. iteration 14713 found worse value: 363.459550159. iteration 14714 found worse value: 363.459550159. iteration 14715 found worse value: 363.459550159. iteration 14716 found worse value: 363.459550159. iteration 14717 found worse value: 363.459550159. iteration 14718 found worse value: 363.459550159. iteration 14719 found worse value: 363.459550159. iteration 14720 found worse value: 363.459550159. iteration 14721 found worse value: 363.459550159. iteration 14722 found worse value: 363.459550159. iteration 14723 found worse value: 363.459550159. iteration 14724 found worse value: 363.459550159. iteration 14725 found worse value: 363.459550159. iteration 14726 found worse value: 363.459550159. iteration 14727 found worse value: 363.459550159. iteration 14728 found worse value: 363.459550159. iteration 14729 found worse value: 363.459550159. iteration 14730 found worse value: 363.459550159. iteration 14731 found worse value: 363.459550159. iteration 14732 found worse value: 363.459550159. iteration 14733 found better value: 363.459635774 iteration 14734 found worse value: 363.459635774. iteration 14735 found worse value: 363.459635774. iteration 14736 found worse value: 363.459635774. iteration 14737 found worse value: 363.459635774. iteration14737, perturbing to get out of local maxima iteration 14738 found worse value: 363.459635774. iteration 14739 found worse value: 363.459635774. iteration 14740 found worse value: 363.459635774. iteration 14741 found worse value: 363.459635774. iteration 14742 found worse value: 363.459635774. iteration 14743 found better value: 363.45979593600003 iteration 14744 found worse value: 363.45979593600003. iteration 14745 found worse value: 363.45979593600003. iteration 14746 found worse value: 363.45979593600003. iteration 14747 found worse value: 363.45979593600003. iteration 14748 found better value: 363.45987806200003 iteration 14749 found worse value: 363.45987806200003. iteration 14750 found worse value: 363.45987806200003. iteration 14751 found worse value: 363.45987806200003. iteration 14752 found worse value: 363.45987806200003. iteration 14753 found worse value: 363.45987806200003. iteration 14754 found worse value: 363.45987806200003. iteration 14755 found worse value: 363.45987806200003. iteration 14756 found worse value: 363.45987806200003. iteration 14757 found worse value: 363.45987806200003. iteration 14758 found worse value: 363.45987806200003. iteration 14759 found worse value: 363.45987806200003. iteration 14760 found worse value: 363.45987806200003. iteration 14761 found worse value: 363.45987806200003. iteration 14762 found worse value: 363.45987806200003. iteration 14763 found worse value: 363.45987806200003. iteration 14764 found worse value: 363.45987806200003. iteration 14765 found better value: 363.45992729000005 iteration 14766 found worse value: 363.45992729000005. iteration 14767 found worse value: 363.45992729000005. iteration 14768 found worse value: 363.45992729000005. iteration 14769 found worse value: 363.45992729000005. iteration 14770 found worse value: 363.45992729000005. iteration 14771 found worse value: 363.45992729000005. iteration 14772 found worse value: 363.45992729000005. iteration 14773 found worse value: 363.45992729000005. iteration 14774 found worse value: 363.45992729000005. iteration 14775 found worse value: 363.45992729000005. iteration 14776 found worse value: 363.45992729000005. iteration 14777 found worse value: 363.45992729000005. iteration14777, perturbing to get out of local maxima iteration 14778 found worse value: 363.45992729000005. iteration 14779 found worse value: 363.45992729000005. iteration 14780 found worse value: 363.45992729000005. iteration 14781 found worse value: 363.45992729000005. iteration 14782 found worse value: 363.45992729000005. iteration 14783 found worse value: 363.45992729000005. iteration 14784 found worse value: 363.45992729000005. iteration 14785 found worse value: 363.45992729000005. iteration 14786 found worse value: 363.45992729000005. iteration 14787 found worse value: 363.45992729000005. iteration 14788 found worse value: 363.45992729000005. iteration 14789 found worse value: 363.45992729000005. iteration 14790 found worse value: 363.45992729000005. iteration 14791 found worse value: 363.45992729000005. iteration 14792 found worse value: 363.45992729000005. iteration 14793 found worse value: 363.45992729000005. iteration 14794 found worse value: 363.45992729000005. iteration 14795 found worse value: 363.45992729000005. iteration 14796 found worse value: 363.45992729000005. iteration 14797 found worse value: 363.45992729000005. iteration 14798 found worse value: 363.45992729000005. iteration 14799 found worse value: 363.45992729000005. iteration 14800 found worse value: 363.45992729000005. iteration14800, perturbing to get out of local maxima iteration 14801 found worse value: 363.45992729000005. iteration 14802 found worse value: 363.45992729000005. iteration 14803 found worse value: 363.45992729000005. iteration 14804 found worse value: 363.45992729000005. iteration 14805 found worse value: 363.45992729000005. iteration 14806 found worse value: 363.45992729000005. iteration 14807 found worse value: 363.45992729000005. iteration 14808 found worse value: 363.45992729000005. iteration 14809 found worse value: 363.45992729000005. iteration 14810 found worse value: 363.45992729000005. iteration 14811 found worse value: 363.45992729000005. iteration 14812 found worse value: 363.45992729000005. iteration 14813 found worse value: 363.45992729000005. iteration 14814 found worse value: 363.45992729000005. iteration 14815 found worse value: 363.45992729000005. iteration 14816 found worse value: 363.45992729000005. iteration 14817 found worse value: 363.45992729000005. iteration 14818 found worse value: 363.45992729000005. iteration 14819 found worse value: 363.45992729000005. iteration 14820 found worse value: 363.45992729000005. iteration 14821 found worse value: 363.45992729000005. iteration 14822 found worse value: 363.45992729000005. iteration 14823 found worse value: 363.45992729000005. iteration 14824 found worse value: 363.45992729000005. iteration 14825 found worse value: 363.45992729000005. iteration 14826 found worse value: 363.45992729000005. iteration 14827 found worse value: 363.45992729000005. iteration 14828 found worse value: 363.45992729000005. iteration 14829 found worse value: 363.45992729000005. iteration 14830 found worse value: 363.45992729000005. iteration 14831 found worse value: 363.45992729000005. iteration 14832 found worse value: 363.45992729000005. iteration 14833 found worse value: 363.45992729000005. iteration 14834 found worse value: 363.45992729000005. iteration 14835 found worse value: 363.45992729000005. iteration 14836 found worse value: 363.45992729000005. iteration 14837 found worse value: 363.45992729000005. iteration 14838 found worse value: 363.45992729000005. iteration 14839 found worse value: 363.45992729000005. iteration 14840 found worse value: 363.45992729000005. iteration 14841 found worse value: 363.45992729000005. iteration 14842 found worse value: 363.45992729000005. iteration 14843 found worse value: 363.45992729000005. iteration 14844 found worse value: 363.45992729000005. iteration 14845 found worse value: 363.45992729000005. iteration 14846 found worse value: 363.45992729000005. iteration 14847 found worse value: 363.45992729000005. iteration 14848 found worse value: 363.45992729000005. iteration 14849 found worse value: 363.45992729000005. iteration 14850 found worse value: 363.45992729000005. iteration 14851 found worse value: 363.45992729000005. iteration 14852 found worse value: 363.45992729000005. iteration 14853 found worse value: 363.45992729000005. iteration 14854 found worse value: 363.45992729000005. iteration 14855 found worse value: 363.45992729000005. iteration 14856 found worse value: 363.45992729000005. iteration 14857 found worse value: 363.45992729000005. iteration 14858 found worse value: 363.45992729000005. iteration 14859 found worse value: 363.45992729000005. iteration 14860 found worse value: 363.45992729000005. iteration14860, perturbing to get out of local maxima iteration 14861 found worse value: 363.45992729000005. iteration 14862 found worse value: 363.45992729000005. iteration 14863 found worse value: 363.45992729000005. iteration 14864 found worse value: 363.45992729000005. iteration 14865 found worse value: 363.45992729000005. iteration 14866 found worse value: 363.45992729000005. iteration 14867 found worse value: 363.45992729000005. iteration14867, perturbing to get out of local maxima iteration 14868 found worse value: 363.45992729000005. iteration 14869 found worse value: 363.45992729000005. iteration 14870 found worse value: 363.45992729000005. iteration 14871 found worse value: 363.45992729000005. iteration 14872 found worse value: 363.45992729000005. iteration 14873 found worse value: 363.45992729000005. iteration 14874 found worse value: 363.45992729000005. iteration 14875 found worse value: 363.45992729000005. iteration 14876 found worse value: 363.45992729000005. iteration 14877 found worse value: 363.45992729000005. iteration 14878 found worse value: 363.45992729000005. iteration 14879 found worse value: 363.45992729000005. iteration 14880 found worse value: 363.45992729000005. iteration 14881 found worse value: 363.45992729000005. iteration 14882 found worse value: 363.45992729000005. iteration 14883 found worse value: 363.45992729000005. iteration 14884 found worse value: 363.45992729000005. iteration 14885 found worse value: 363.45992729000005. iteration 14886 found worse value: 363.45992729000005. iteration 14887 found worse value: 363.45992729000005. iteration 14888 found worse value: 363.45992729000005. iteration 14889 found worse value: 363.45992729000005. iteration 14890 found worse value: 363.45992729000005. iteration 14891 found worse value: 363.45992729000005. iteration 14892 found worse value: 363.45992729000005. iteration 14893 found worse value: 363.45992729000005. iteration 14894 found worse value: 363.45992729000005. iteration 14895 found worse value: 363.45992729000005. iteration 14896 found worse value: 363.45992729000005. iteration 14897 found worse value: 363.45992729000005. iteration 14898 found worse value: 363.45992729000005. iteration 14899 found worse value: 363.45992729000005. iteration 14900 found worse value: 363.45992729000005. iteration 14901 found worse value: 363.45992729000005. iteration 14902 found worse value: 363.45992729000005. iteration 14903 found worse value: 363.45992729000005. iteration 14904 found worse value: 363.45992729000005. iteration 14905 found worse value: 363.45992729000005. iteration 14906 found worse value: 363.45992729000005. iteration 14907 found worse value: 363.45992729000005. iteration 14908 found worse value: 363.45992729000005. iteration 14909 found worse value: 363.45992729000005. iteration 14910 found worse value: 363.45992729000005. iteration 14911 found worse value: 363.45992729000005. iteration 14912 found worse value: 363.45992729000005. iteration 14913 found worse value: 363.45992729000005. iteration14913, perturbing to get out of local maxima iteration 14914 found worse value: 363.45992729000005. iteration 14915 found worse value: 363.45992729000005. iteration 14916 found worse value: 363.45992729000005. iteration 14917 found worse value: 363.45992729000005. iteration 14918 found worse value: 363.45992729000005. iteration 14919 found worse value: 363.45992729000005. iteration 14920 found worse value: 363.45992729000005. iteration 14921 found worse value: 363.45992729000005. iteration 14922 found worse value: 363.45992729000005. iteration 14923 found worse value: 363.45992729000005. iteration 14924 found worse value: 363.45992729000005. iteration 14925 found worse value: 363.45992729000005. iteration 14926 found worse value: 363.45992729000005. iteration 14927 found worse value: 363.45992729000005. iteration 14928 found worse value: 363.45992729000005. iteration 14929 found worse value: 363.45992729000005. iteration 14930 found worse value: 363.45992729000005. iteration 14931 found worse value: 363.45992729000005. iteration 14932 found worse value: 363.45992729000005. iteration 14933 found worse value: 363.45992729000005. iteration 14934 found worse value: 363.45992729000005. iteration 14935 found worse value: 363.45992729000005. iteration 14936 found worse value: 363.45992729000005. iteration 14937 found worse value: 363.45992729000005. iteration 14938 found worse value: 363.45992729000005. iteration 14939 found worse value: 363.45992729000005. iteration 14940 found worse value: 363.45992729000005. iteration 14941 found worse value: 363.45992729000005. iteration 14942 found worse value: 363.45992729000005. iteration 14943 found worse value: 363.45992729000005. iteration 14944 found worse value: 363.45992729000005. iteration 14945 found worse value: 363.45992729000005. iteration 14946 found worse value: 363.45992729000005. iteration 14947 found worse value: 363.45992729000005. iteration 14948 found worse value: 363.45992729000005. iteration 14949 found worse value: 363.45992729000005. iteration 14950 found worse value: 363.45992729000005. iteration 14951 found worse value: 363.45992729000005. iteration 14952 found worse value: 363.45992729000005. iteration 14953 found worse value: 363.45992729000005. iteration 14954 found worse value: 363.45992729000005. iteration14954, perturbing to get out of local maxima iteration 14955 found worse value: 363.45992729000005. iteration 14956 found worse value: 363.45992729000005. iteration 14957 found worse value: 363.45992729000005. iteration 14958 found worse value: 363.45992729000005. iteration 14959 found worse value: 363.45992729000005. iteration 14960 found worse value: 363.45992729000005. iteration 14961 found worse value: 363.45992729000005. iteration 14962 found worse value: 363.45992729000005. iteration 14963 found worse value: 363.45992729000005. iteration 14964 found worse value: 363.45992729000005. iteration 14965 found worse value: 363.45992729000005. iteration 14966 found worse value: 363.45992729000005. iteration 14967 found worse value: 363.45992729000005. iteration 14968 found worse value: 363.45992729000005. iteration 14969 found worse value: 363.45992729000005. iteration 14970 found worse value: 363.45992729000005. iteration 14971 found worse value: 363.45992729000005. iteration 14972 found worse value: 363.45992729000005. iteration 14973 found worse value: 363.45992729000005. iteration 14974 found worse value: 363.45992729000005. iteration 14975 found worse value: 363.45992729000005. iteration 14976 found worse value: 363.45992729000005. iteration 14977 found worse value: 363.45992729000005. iteration 14978 found worse value: 363.45992729000005. iteration 14979 found worse value: 363.45992729000005. iteration 14980 found worse value: 363.45992729000005. iteration 14981 found worse value: 363.45992729000005. iteration 14982 found worse value: 363.45992729000005. iteration14982, perturbing to get out of local maxima iteration 14983 found worse value: 363.45992729000005. iteration 14984 found worse value: 363.45992729000005. iteration 14985 found worse value: 363.45992729000005. iteration 14986 found worse value: 363.45992729000005. iteration 14987 found worse value: 363.45992729000005. iteration 14988 found worse value: 363.45992729000005. iteration 14989 found worse value: 363.45992729000005. iteration 14990 found worse value: 363.45992729000005. iteration 14991 found worse value: 363.45992729000005. iteration 14992 found worse value: 363.45992729000005. iteration 14993 found worse value: 363.45992729000005. iteration 14994 found worse value: 363.45992729000005. iteration 14995 found worse value: 363.45992729000005. iteration 14996 found worse value: 363.45992729000005. iteration 14997 found worse value: 363.45992729000005. iteration 14998 found worse value: 363.45992729000005. iteration 14999 found worse value: 363.45992729000005. iteration 15000 found worse value: 363.45992729000005. iteration 15001 found worse value: 363.45992729000005. iteration 15002 found worse value: 363.45992729000005. iteration 15003 found worse value: 363.45992729000005. iteration 15004 found worse value: 363.45992729000005. iteration 15005 found worse value: 363.45992729000005. iteration 15006 found worse value: 363.45992729000005. iteration 15007 found worse value: 363.45992729000005. iteration 15008 found worse value: 363.45992729000005. iteration 15009 found worse value: 363.45992729000005. iteration 15010 found worse value: 363.45992729000005. iteration 15011 found worse value: 363.45992729000005. iteration 15012 found worse value: 363.45992729000005. iteration 15013 found worse value: 363.45992729000005. iteration 15014 found worse value: 363.45992729000005. iteration 15015 found worse value: 363.45992729000005. iteration 15016 found worse value: 363.45992729000005. iteration 15017 found worse value: 363.45992729000005. iteration 15018 found worse value: 363.45992729000005. iteration 15019 found worse value: 363.45992729000005. iteration 15020 found worse value: 363.45992729000005. iteration 15021 found worse value: 363.45992729000005. iteration15021, perturbing to get out of local maxima iteration 15022 found worse value: 363.45992729000005. iteration 15023 found worse value: 363.45992729000005. iteration 15024 found worse value: 363.45992729000005. iteration 15025 found worse value: 363.45992729000005. iteration 15026 found worse value: 363.45992729000005. iteration 15027 found worse value: 363.45992729000005. iteration 15028 found worse value: 363.45992729000005. iteration15028, perturbing to get out of local maxima iteration 15029 found worse value: 363.45992729000005. iteration 15030 found worse value: 363.45992729000005. iteration 15031 found worse value: 363.45992729000005. iteration 15032 found worse value: 363.45992729000005. iteration 15033 found worse value: 363.45992729000005. iteration 15034 found worse value: 363.45992729000005. iteration 15035 found worse value: 363.45992729000005. iteration 15036 found worse value: 363.45992729000005. iteration 15037 found worse value: 363.45992729000005. iteration 15038 found worse value: 363.45992729000005. iteration 15039 found worse value: 363.45992729000005. iteration 15040 found worse value: 363.45992729000005. iteration 15041 found worse value: 363.45992729000005. iteration 15042 found worse value: 363.45992729000005. iteration 15043 found worse value: 363.45992729000005. iteration 15044 found worse value: 363.45992729000005. iteration 15045 found worse value: 363.45992729000005. iteration 15046 found worse value: 363.45992729000005. iteration 15047 found worse value: 363.45992729000005. iteration 15048 found worse value: 363.45992729000005. iteration 15049 found worse value: 363.45992729000005. iteration 15050 found worse value: 363.45992729000005. iteration 15051 found worse value: 363.45992729000005. iteration 15052 found worse value: 363.45992729000005. iteration 15053 found worse value: 363.45992729000005. iteration 15054 found worse value: 363.45992729000005. iteration 15055 found worse value: 363.45992729000005. iteration 15056 found worse value: 363.45992729000005. iteration 15057 found worse value: 363.45992729000005. iteration 15058 found worse value: 363.45992729000005. iteration 15059 found worse value: 363.45992729000005. iteration 15060 found worse value: 363.45992729000005. iteration 15061 found worse value: 363.45992729000005. iteration 15062 found worse value: 363.45992729000005. iteration 15063 found worse value: 363.45992729000005. iteration 15064 found worse value: 363.45992729000005. iteration 15065 found worse value: 363.45992729000005. iteration 15066 found worse value: 363.45992729000005. iteration 15067 found worse value: 363.45992729000005. iteration 15068 found worse value: 363.45992729000005. iteration 15069 found worse value: 363.45992729000005. iteration 15070 found worse value: 363.45992729000005. iteration 15071 found worse value: 363.45992729000005. iteration 15072 found worse value: 363.45992729000005. iteration 15073 found worse value: 363.45992729000005. iteration 15074 found worse value: 363.45992729000005. iteration 15075 found worse value: 363.45992729000005. iteration 15076 found worse value: 363.45992729000005. iteration 15077 found worse value: 363.45992729000005. iteration 15078 found worse value: 363.45992729000005. iteration 15079 found worse value: 363.45992729000005. iteration 15080 found worse value: 363.45992729000005. iteration 15081 found worse value: 363.45992729000005. iteration 15082 found worse value: 363.45992729000005. iteration 15083 found worse value: 363.45992729000005. iteration 15084 found worse value: 363.45992729000005. iteration 15085 found worse value: 363.45992729000005. iteration 15086 found worse value: 363.45992729000005. iteration 15087 found worse value: 363.45992729000005. iteration 15088 found worse value: 363.45992729000005. iteration 15089 found worse value: 363.45992729000005. iteration 15090 found worse value: 363.45992729000005. iteration 15091 found worse value: 363.45992729000005. iteration 15092 found worse value: 363.45992729000005. iteration 15093 found worse value: 363.45992729000005. iteration 15094 found worse value: 363.45992729000005. iteration 15095 found worse value: 363.45992729000005. iteration 15096 found worse value: 363.45992729000005. iteration 15097 found worse value: 363.45992729000005. iteration 15098 found worse value: 363.45992729000005. iteration 15099 found worse value: 363.45992729000005. iteration 15100 found worse value: 363.45992729000005. iteration 15101 found worse value: 363.45992729000005. iteration 15102 found worse value: 363.45992729000005. iteration 15103 found worse value: 363.45992729000005. iteration 15104 found worse value: 363.45992729000005. iteration 15105 found worse value: 363.45992729000005. iteration15105, perturbing to get out of local maxima iteration 15106 found worse value: 363.45992729000005. iteration 15107 found worse value: 363.45992729000005. iteration15107, perturbing to get out of local maxima iteration 15108 found worse value: 363.45992729000005. iteration 15109 found worse value: 363.45992729000005. iteration 15110 found worse value: 363.45992729000005. iteration 15111 found worse value: 363.45992729000005. iteration 15112 found worse value: 363.45992729000005. iteration15112, perturbing to get out of local maxima iteration 15113 found worse value: 363.45992729000005. iteration 15114 found worse value: 363.45992729000005. iteration 15115 found worse value: 363.45992729000005. iteration 15116 found worse value: 363.45992729000005. iteration 15117 found worse value: 363.45992729000005. iteration 15118 found worse value: 363.45992729000005. iteration 15119 found worse value: 363.45992729000005. iteration 15120 found worse value: 363.45992729000005. iteration 15121 found worse value: 363.45992729000005. iteration 15122 found worse value: 363.45992729000005. iteration 15123 found worse value: 363.45992729000005. iteration 15124 found worse value: 363.45992729000005. iteration 15125 found worse value: 363.45992729000005. iteration 15126 found worse value: 363.45992729000005. iteration 15127 found worse value: 363.45992729000005. iteration 15128 found worse value: 363.45992729000005. iteration 15129 found worse value: 363.45992729000005. iteration 15130 found worse value: 363.45992729000005. iteration 15131 found worse value: 363.45992729000005. iteration 15132 found worse value: 363.45992729000005. iteration 15133 found worse value: 363.45992729000005. iteration 15134 found worse value: 363.45992729000005. iteration 15135 found worse value: 363.45992729000005. iteration 15136 found worse value: 363.45992729000005. iteration 15137 found worse value: 363.45992729000005. iteration 15138 found worse value: 363.45992729000005. iteration 15139 found worse value: 363.45992729000005. iteration 15140 found worse value: 363.45992729000005. iteration 15141 found worse value: 363.45992729000005. iteration 15142 found worse value: 363.45992729000005. iteration 15143 found worse value: 363.45992729000005. iteration15143, perturbing to get out of local maxima iteration 15144 found worse value: 363.45992729000005. iteration 15145 found worse value: 363.45992729000005. iteration 15146 found worse value: 363.45992729000005. iteration 15147 found worse value: 363.45992729000005. iteration 15148 found worse value: 363.45992729000005. iteration 15149 found worse value: 363.45992729000005. iteration 15150 found worse value: 363.45992729000005. iteration 15151 found worse value: 363.45992729000005. iteration 15152 found worse value: 363.45992729000005. iteration 15153 found worse value: 363.45992729000005. iteration 15154 found worse value: 363.45992729000005. iteration 15155 found worse value: 363.45992729000005. iteration 15156 found worse value: 363.45992729000005. iteration 15157 found worse value: 363.45992729000005. iteration 15158 found worse value: 363.45992729000005. iteration 15159 found worse value: 363.45992729000005. iteration 15160 found worse value: 363.45992729000005. iteration 15161 found worse value: 363.45992729000005. iteration15161, perturbing to get out of local maxima iteration 15162 found worse value: 363.45992729000005. iteration 15163 found worse value: 363.45992729000005. iteration 15164 found worse value: 363.45992729000005. iteration 15165 found worse value: 363.45992729000005. iteration 15166 found worse value: 363.45992729000005. iteration 15167 found worse value: 363.45992729000005. iteration 15168 found worse value: 363.45992729000005. iteration 15169 found worse value: 363.45992729000005. iteration 15170 found worse value: 363.45992729000005. iteration 15171 found worse value: 363.45992729000005. iteration 15172 found worse value: 363.45992729000005. iteration 15173 found worse value: 363.45992729000005. iteration15173, perturbing to get out of local maxima iteration 15174 found worse value: 363.45992729000005. iteration 15175 found worse value: 363.45992729000005. iteration 15176 found worse value: 363.45992729000005. iteration 15177 found worse value: 363.45992729000005. iteration 15178 found worse value: 363.45992729000005. iteration 15179 found worse value: 363.45992729000005. iteration 15180 found worse value: 363.45992729000005. iteration 15181 found worse value: 363.45992729000005. iteration 15182 found worse value: 363.45992729000005. iteration 15183 found worse value: 363.45992729000005. iteration15183, perturbing to get out of local maxima iteration 15184 found worse value: 363.45992729000005. iteration 15185 found worse value: 363.45992729000005. iteration 15186 found worse value: 363.45992729000005. iteration 15187 found worse value: 363.45992729000005. iteration 15188 found worse value: 363.45992729000005. iteration 15189 found worse value: 363.45992729000005. iteration 15190 found worse value: 363.45992729000005. iteration 15191 found worse value: 363.45992729000005. iteration 15192 found worse value: 363.45992729000005. iteration 15193 found worse value: 363.45992729000005. iteration 15194 found worse value: 363.45992729000005. iteration 15195 found worse value: 363.45992729000005. iteration 15196 found worse value: 363.45992729000005. iteration 15197 found worse value: 363.45992729000005. iteration 15198 found worse value: 363.45992729000005. iteration 15199 found worse value: 363.45992729000005. iteration 15200 found worse value: 363.45992729000005. iteration 15201 found worse value: 363.45992729000005. iteration 15202 found worse value: 363.45992729000005. iteration 15203 found worse value: 363.45992729000005. iteration 15204 found worse value: 363.45992729000005. iteration15204, perturbing to get out of local maxima iteration 15205 found worse value: 363.45992729000005. iteration 15206 found worse value: 363.45992729000005. iteration 15207 found worse value: 363.45992729000005. iteration 15208 found worse value: 363.45992729000005. iteration 15209 found worse value: 363.45992729000005. iteration 15210 found worse value: 363.45992729000005. iteration 15211 found worse value: 363.45992729000005. iteration 15212 found worse value: 363.45992729000005. iteration 15213 found worse value: 363.45992729000005. iteration 15214 found worse value: 363.45992729000005. iteration 15215 found worse value: 363.45992729000005. iteration15215, perturbing to get out of local maxima iteration 15216 found worse value: 363.45992729000005. iteration 15217 found worse value: 363.45992729000005. iteration 15218 found worse value: 363.45992729000005. iteration15218, perturbing to get out of local maxima iteration 15219 found worse value: 363.45992729000005. iteration 15220 found worse value: 363.45992729000005. iteration 15221 found worse value: 363.45992729000005. iteration 15222 found worse value: 363.45992729000005. iteration 15223 found worse value: 363.45992729000005. iteration 15224 found worse value: 363.45992729000005. iteration 15225 found worse value: 363.45992729000005. iteration 15226 found worse value: 363.45992729000005. iteration 15227 found worse value: 363.45992729000005. iteration 15228 found worse value: 363.45992729000005. iteration 15229 found worse value: 363.45992729000005. iteration 15230 found worse value: 363.45992729000005. iteration 15231 found worse value: 363.45992729000005. iteration 15232 found worse value: 363.45992729000005. iteration 15233 found worse value: 363.45992729000005. iteration 15234 found worse value: 363.45992729000005. iteration 15235 found worse value: 363.45992729000005. iteration 15236 found worse value: 363.45992729000005. iteration15236, perturbing to get out of local maxima iteration 15237 found worse value: 363.45992729000005. iteration 15238 found worse value: 363.45992729000005. iteration 15239 found worse value: 363.45992729000005. iteration 15240 found worse value: 363.45992729000005. iteration 15241 found worse value: 363.45992729000005. iteration 15242 found worse value: 363.45992729000005. iteration 15243 found worse value: 363.45992729000005. iteration 15244 found worse value: 363.45992729000005. iteration 15245 found worse value: 363.45992729000005. iteration15245, perturbing to get out of local maxima iteration 15246 found worse value: 363.45992729000005. iteration 15247 found worse value: 363.45992729000005. iteration15247, perturbing to get out of local maxima iteration 15248 found worse value: 363.45992729000005. iteration 15249 found worse value: 363.45992729000005. iteration 15250 found worse value: 363.45992729000005. iteration 15251 found worse value: 363.45992729000005. iteration 15252 found worse value: 363.45992729000005. iteration 15253 found worse value: 363.45992729000005. iteration 15254 found worse value: 363.45992729000005. iteration 15255 found worse value: 363.45992729000005. iteration 15256 found worse value: 363.45992729000005. iteration 15257 found worse value: 363.45992729000005. iteration 15258 found worse value: 363.45992729000005. iteration 15259 found worse value: 363.45992729000005. iteration 15260 found worse value: 363.45992729000005. iteration 15261 found worse value: 363.45992729000005. iteration 15262 found worse value: 363.45992729000005. iteration 15263 found worse value: 363.45992729000005. iteration 15264 found worse value: 363.45992729000005. iteration 15265 found worse value: 363.45992729000005. iteration 15266 found worse value: 363.45992729000005. iteration 15267 found worse value: 363.45992729000005. iteration 15268 found worse value: 363.45992729000005. iteration 15269 found worse value: 363.45992729000005. iteration 15270 found worse value: 363.45992729000005. iteration15270, perturbing to get out of local maxima iteration 15271 found worse value: 363.45992729000005. iteration 15272 found worse value: 363.45992729000005. iteration 15273 found worse value: 363.45992729000005. iteration 15274 found worse value: 363.45992729000005. iteration 15275 found worse value: 363.45992729000005. iteration 15276 found worse value: 363.45992729000005. iteration 15277 found worse value: 363.45992729000005. iteration15277, perturbing to get out of local maxima iteration 15278 found worse value: 363.45992729000005. iteration 15279 found worse value: 363.45992729000005. iteration 15280 found worse value: 363.45992729000005. iteration 15281 found worse value: 363.45992729000005. iteration 15282 found worse value: 363.45992729000005. iteration 15283 found worse value: 363.45992729000005. iteration 15284 found worse value: 363.45992729000005. iteration 15285 found worse value: 363.45992729000005. iteration 15286 found worse value: 363.45992729000005. iteration 15287 found worse value: 363.45992729000005. iteration 15288 found worse value: 363.45992729000005. iteration 15289 found worse value: 363.45992729000005. iteration 15290 found worse value: 363.45992729000005. iteration 15291 found worse value: 363.45992729000005. iteration 15292 found worse value: 363.45992729000005. iteration 15293 found worse value: 363.45992729000005. iteration 15294 found worse value: 363.45992729000005. iteration 15295 found worse value: 363.45992729000005. iteration 15296 found worse value: 363.45992729000005. iteration 15297 found worse value: 363.45992729000005. iteration15297, perturbing to get out of local maxima iteration 15298 found worse value: 363.45992729000005. iteration 15299 found worse value: 363.45992729000005. iteration 15300 found worse value: 363.45992729000005. iteration 15301 found worse value: 363.45992729000005. iteration 15302 found worse value: 363.45992729000005. iteration 15303 found worse value: 363.45992729000005. iteration 15304 found worse value: 363.45992729000005. iteration 15305 found worse value: 363.45992729000005. iteration 15306 found worse value: 363.45992729000005. iteration 15307 found worse value: 363.45992729000005. iteration 15308 found worse value: 363.45992729000005. iteration 15309 found worse value: 363.45992729000005. iteration 15310 found worse value: 363.45992729000005. iteration 15311 found worse value: 363.45992729000005. iteration 15312 found worse value: 363.45992729000005. iteration 15313 found worse value: 363.45992729000005. iteration 15314 found worse value: 363.45992729000005. iteration 15315 found worse value: 363.45992729000005. iteration 15316 found worse value: 363.45992729000005. iteration 15317 found worse value: 363.45992729000005. iteration 15318 found worse value: 363.45992729000005. iteration 15319 found worse value: 363.45992729000005. iteration 15320 found worse value: 363.45992729000005. iteration 15321 found worse value: 363.45992729000005. iteration 15322 found worse value: 363.45992729000005. iteration15322, perturbing to get out of local maxima iteration 15323 found worse value: 363.45992729000005. iteration 15324 found worse value: 363.45992729000005. iteration 15325 found worse value: 363.45992729000005. iteration 15326 found worse value: 363.45992729000005. iteration 15327 found worse value: 363.45992729000005. iteration 15328 found worse value: 363.45992729000005. iteration 15329 found worse value: 363.45992729000005. iteration 15330 found worse value: 363.45992729000005. iteration 15331 found worse value: 363.45992729000005. iteration 15332 found worse value: 363.45992729000005. iteration 15333 found worse value: 363.45992729000005. iteration15333, perturbing to get out of local maxima iteration 15334 found worse value: 363.45992729000005. iteration 15335 found worse value: 363.45992729000005. iteration15335, perturbing to get out of local maxima iteration 15336 found worse value: 363.45992729000005. iteration 15337 found worse value: 363.45992729000005. iteration 15338 found worse value: 363.45992729000005. iteration15338, perturbing to get out of local maxima iteration 15339 found worse value: 363.45992729000005. iteration 15340 found worse value: 363.45992729000005. iteration 15341 found worse value: 363.45992729000005. iteration 15342 found worse value: 363.45992729000005. iteration 15343 found worse value: 363.45992729000005. iteration 15344 found worse value: 363.45992729000005. iteration 15345 found worse value: 363.45992729000005. iteration 15346 found worse value: 363.45992729000005. iteration 15347 found worse value: 363.45992729000005. iteration 15348 found worse value: 363.45992729000005. iteration 15349 found worse value: 363.45992729000005. iteration 15350 found worse value: 363.45992729000005. iteration 15351 found worse value: 363.45992729000005. iteration 15352 found worse value: 363.45992729000005. iteration 15353 found worse value: 363.45992729000005. iteration 15354 found worse value: 363.45992729000005. iteration 15355 found worse value: 363.45992729000005. iteration 15356 found worse value: 363.45992729000005. iteration 15357 found worse value: 363.45992729000005. iteration 15358 found worse value: 363.45992729000005. iteration 15359 found worse value: 363.45992729000005. iteration 15360 found worse value: 363.45992729000005. iteration 15361 found worse value: 363.45992729000005. iteration 15362 found worse value: 363.45992729000005. iteration 15363 found worse value: 363.45992729000005. iteration 15364 found worse value: 363.45992729000005. iteration 15365 found worse value: 363.45992729000005. iteration 15366 found worse value: 363.45992729000005. iteration 15367 found worse value: 363.45992729000005. iteration 15368 found worse value: 363.45992729000005. iteration 15369 found worse value: 363.45992729000005. iteration 15370 found worse value: 363.45992729000005. iteration 15371 found worse value: 363.45992729000005. iteration 15372 found worse value: 363.45992729000005. iteration 15373 found worse value: 363.45992729000005. iteration15373, perturbing to get out of local maxima iteration 15374 found worse value: 363.45992729000005. iteration 15375 found worse value: 363.45992729000005. iteration 15376 found worse value: 363.45992729000005. iteration 15377 found worse value: 363.45992729000005. iteration 15378 found worse value: 363.45992729000005. iteration 15379 found worse value: 363.45992729000005. iteration 15380 found worse value: 363.45992729000005. iteration 15381 found worse value: 363.45992729000005. iteration 15382 found worse value: 363.45992729000005. iteration 15383 found worse value: 363.45992729000005. iteration 15384 found worse value: 363.45992729000005. iteration 15385 found worse value: 363.45992729000005. iteration 15386 found worse value: 363.45992729000005. iteration 15387 found worse value: 363.45992729000005. iteration 15388 found worse value: 363.45992729000005. iteration15388, perturbing to get out of local maxima iteration 15389 found worse value: 363.45992729000005. iteration 15390 found worse value: 363.45992729000005. iteration 15391 found worse value: 363.45992729000005. iteration 15392 found worse value: 363.45992729000005. iteration 15393 found worse value: 363.45992729000005. iteration 15394 found worse value: 363.45992729000005. iteration 15395 found worse value: 363.45992729000005. iteration 15396 found worse value: 363.45992729000005. iteration 15397 found worse value: 363.45992729000005. iteration 15398 found worse value: 363.45992729000005. iteration 15399 found worse value: 363.45992729000005. iteration 15400 found worse value: 363.45992729000005. iteration 15401 found worse value: 363.45992729000005. iteration 15402 found worse value: 363.45992729000005. iteration15402, perturbing to get out of local maxima iteration 15403 found worse value: 363.45992729000005. iteration 15404 found worse value: 363.45992729000005. iteration 15405 found worse value: 363.45992729000005. iteration 15406 found worse value: 363.45992729000005. iteration 15407 found worse value: 363.45992729000005. iteration 15408 found worse value: 363.45992729000005. iteration 15409 found worse value: 363.45992729000005. iteration 15410 found worse value: 363.45992729000005. iteration 15411 found worse value: 363.45992729000005. iteration 15412 found worse value: 363.45992729000005. iteration 15413 found worse value: 363.45992729000005. iteration 15414 found worse value: 363.45992729000005. iteration15414, perturbing to get out of local maxima iteration 15415 found worse value: 363.45992729000005. iteration 15416 found worse value: 363.45992729000005. iteration 15417 found worse value: 363.45992729000005. iteration 15418 found worse value: 363.45992729000005. iteration 15419 found worse value: 363.45992729000005. iteration 15420 found worse value: 363.45992729000005. iteration 15421 found worse value: 363.45992729000005. iteration 15422 found worse value: 363.45992729000005. iteration15422, perturbing to get out of local maxima iteration 15423 found worse value: 363.45992729000005. iteration 15424 found worse value: 363.45992729000005. iteration 15425 found worse value: 363.45992729000005. iteration 15426 found worse value: 363.45992729000005. iteration 15427 found worse value: 363.45992729000005. iteration 15428 found worse value: 363.45992729000005. iteration 15429 found worse value: 363.45992729000005. iteration 15430 found worse value: 363.45992729000005. iteration 15431 found worse value: 363.45992729000005. iteration 15432 found worse value: 363.45992729000005. iteration 15433 found worse value: 363.45992729000005. iteration15433, perturbing to get out of local maxima iteration 15434 found worse value: 363.45992729000005. iteration 15435 found worse value: 363.45992729000005. iteration 15436 found worse value: 363.45992729000005. iteration 15437 found worse value: 363.45992729000005. iteration 15438 found worse value: 363.45992729000005. iteration 15439 found worse value: 363.45992729000005. iteration 15440 found worse value: 363.45992729000005. iteration15440, perturbing to get out of local maxima iteration 15441 found worse value: 363.45992729000005. iteration 15442 found worse value: 363.45992729000005. iteration15442, perturbing to get out of local maxima iteration 15443 found worse value: 363.45992729000005. iteration 15444 found worse value: 363.45992729000005. iteration 15445 found worse value: 363.45992729000005. iteration 15446 found worse value: 363.45992729000005. iteration 15447 found worse value: 363.45992729000005. iteration 15448 found worse value: 363.45992729000005. iteration 15449 found worse value: 363.45992729000005. iteration 15450 found worse value: 363.45992729000005. iteration 15451 found worse value: 363.45992729000005. iteration 15452 found worse value: 363.45992729000005. iteration 15453 found worse value: 363.45992729000005. iteration 15454 found worse value: 363.45992729000005. iteration 15455 found worse value: 363.45992729000005. iteration 15456 found worse value: 363.45992729000005. iteration 15457 found worse value: 363.45992729000005. iteration 15458 found worse value: 363.45992729000005. iteration15458, perturbing to get out of local maxima iteration 15459 found worse value: 363.45992729000005. iteration 15460 found worse value: 363.45992729000005. iteration 15461 found worse value: 363.45992729000005. iteration 15462 found worse value: 363.45992729000005. iteration 15463 found worse value: 363.45992729000005. iteration 15464 found worse value: 363.45992729000005. iteration 15465 found worse value: 363.45992729000005. iteration 15466 found worse value: 363.45992729000005. iteration 15467 found worse value: 363.45992729000005. iteration 15468 found worse value: 363.45992729000005. iteration 15469 found worse value: 363.45992729000005. iteration 15470 found worse value: 363.45992729000005. iteration 15471 found worse value: 363.45992729000005. iteration 15472 found worse value: 363.45992729000005. iteration 15473 found worse value: 363.45992729000005. iteration15473, perturbing to get out of local maxima iteration 15474 found worse value: 363.45992729000005. iteration 15475 found worse value: 363.45992729000005. iteration 15476 found worse value: 363.45992729000005. iteration 15477 found worse value: 363.45992729000005. iteration 15478 found worse value: 363.45992729000005. iteration 15479 found worse value: 363.45992729000005. iteration 15480 found worse value: 363.45992729000005. iteration 15481 found worse value: 363.45992729000005. iteration 15482 found worse value: 363.45992729000005. iteration 15483 found worse value: 363.45992729000005. iteration 15484 found worse value: 363.45992729000005. iteration 15485 found worse value: 363.45992729000005. iteration15485, perturbing to get out of local maxima iteration 15486 found worse value: 363.45992729000005. iteration 15487 found worse value: 363.45992729000005. iteration 15488 found worse value: 363.45992729000005. iteration 15489 found worse value: 363.45992729000005. iteration 15490 found worse value: 363.45992729000005. iteration 15491 found worse value: 363.45992729000005. iteration 15492 found worse value: 363.45992729000005. iteration 15493 found worse value: 363.45992729000005. iteration 15494 found worse value: 363.45992729000005. iteration 15495 found worse value: 363.45992729000005. iteration15495, perturbing to get out of local maxima iteration 15496 found worse value: 363.45992729000005. iteration 15497 found worse value: 363.45992729000005. iteration 15498 found worse value: 363.45992729000005. iteration 15499 found worse value: 363.45992729000005. iteration 15500 found worse value: 363.45992729000005. iteration 15501 found worse value: 363.45992729000005. iteration 15502 found worse value: 363.45992729000005. iteration 15503 found worse value: 363.45992729000005. iteration 15504 found worse value: 363.45992729000005. iteration 15505 found worse value: 363.45992729000005. iteration 15506 found worse value: 363.45992729000005. iteration 15507 found worse value: 363.45992729000005. iteration 15508 found worse value: 363.45992729000005. iteration 15509 found worse value: 363.45992729000005. iteration 15510 found worse value: 363.45992729000005. iteration 15511 found worse value: 363.45992729000005. iteration 15512 found worse value: 363.45992729000005. iteration 15513 found worse value: 363.45992729000005. iteration 15514 found worse value: 363.45992729000005. iteration 15515 found worse value: 363.45992729000005. iteration15515, perturbing to get out of local maxima iteration 15516 found worse value: 363.45992729000005. iteration 15517 found worse value: 363.45992729000005. iteration 15518 found worse value: 363.45992729000005. iteration 15519 found worse value: 363.45992729000005. iteration 15520 found worse value: 363.45992729000005. iteration 15521 found worse value: 363.45992729000005. iteration 15522 found worse value: 363.45992729000005. iteration 15523 found worse value: 363.45992729000005. iteration 15524 found worse value: 363.45992729000005. iteration 15525 found worse value: 363.45992729000005. iteration 15526 found worse value: 363.45992729000005. iteration 15527 found worse value: 363.45992729000005. iteration 15528 found worse value: 363.45992729000005. iteration 15529 found worse value: 363.45992729000005. iteration 15530 found worse value: 363.45992729000005. iteration 15531 found worse value: 363.45992729000005. iteration 15532 found worse value: 363.45992729000005. iteration 15533 found worse value: 363.45992729000005. iteration 15534 found worse value: 363.45992729000005. iteration 15535 found worse value: 363.45992729000005. iteration 15536 found worse value: 363.45992729000005. iteration 15537 found worse value: 363.45992729000005. iteration 15538 found worse value: 363.45992729000005. iteration 15539 found worse value: 363.45992729000005. iteration 15540 found worse value: 363.45992729000005. iteration 15541 found worse value: 363.45992729000005. iteration 15542 found worse value: 363.45992729000005. iteration 15543 found worse value: 363.45992729000005. iteration 15544 found worse value: 363.45992729000005. iteration 15545 found worse value: 363.45992729000005. iteration 15546 found worse value: 363.45992729000005. iteration 15547 found worse value: 363.45992729000005. iteration 15548 found worse value: 363.45992729000005. iteration 15549 found worse value: 363.45992729000005. iteration 15550 found worse value: 363.45992729000005. iteration 15551 found worse value: 363.45992729000005. iteration 15552 found worse value: 363.45992729000005. iteration 15553 found worse value: 363.45992729000005. iteration 15554 found worse value: 363.45992729000005. iteration 15555 found worse value: 363.45992729000005. iteration 15556 found worse value: 363.45992729000005. iteration 15557 found worse value: 363.45992729000005. iteration 15558 found worse value: 363.45992729000005. iteration 15559 found worse value: 363.45992729000005. iteration 15560 found worse value: 363.45992729000005. iteration 15561 found worse value: 363.45992729000005. iteration 15562 found worse value: 363.45992729000005. iteration 15563 found worse value: 363.45992729000005. iteration 15564 found worse value: 363.45992729000005. iteration 15565 found worse value: 363.45992729000005. iteration 15566 found worse value: 363.45992729000005. iteration 15567 found worse value: 363.45992729000005. iteration 15568 found worse value: 363.45992729000005. iteration 15569 found worse value: 363.45992729000005. iteration 15570 found worse value: 363.45992729000005. iteration 15571 found worse value: 363.45992729000005. iteration 15572 found worse value: 363.45992729000005. iteration 15573 found worse value: 363.45992729000005. iteration 15574 found worse value: 363.45992729000005. iteration 15575 found worse value: 363.45992729000005. iteration 15576 found worse value: 363.45992729000005. iteration 15577 found worse value: 363.45992729000005. iteration 15578 found worse value: 363.45992729000005. iteration 15579 found worse value: 363.45992729000005. iteration 15580 found worse value: 363.45992729000005. iteration 15581 found worse value: 363.45992729000005. iteration 15582 found worse value: 363.45992729000005. iteration 15583 found worse value: 363.45992729000005. iteration 15584 found worse value: 363.45992729000005. iteration 15585 found worse value: 363.45992729000005. iteration 15586 found worse value: 363.45992729000005. iteration 15587 found worse value: 363.45992729000005. iteration 15588 found worse value: 363.45992729000005. iteration 15589 found worse value: 363.45992729000005. iteration 15590 found worse value: 363.45992729000005. iteration 15591 found worse value: 363.45992729000005. iteration 15592 found worse value: 363.45992729000005. iteration 15593 found worse value: 363.45992729000005. iteration15593, perturbing to get out of local maxima iteration 15594 found worse value: 363.45992729000005. iteration 15595 found worse value: 363.45992729000005. iteration 15596 found worse value: 363.45992729000005. iteration 15597 found worse value: 363.45992729000005. iteration 15598 found worse value: 363.45992729000005. iteration 15599 found worse value: 363.45992729000005. iteration 15600 found worse value: 363.45992729000005. iteration 15601 found worse value: 363.45992729000005. iteration 15602 found worse value: 363.45992729000005. iteration 15603 found worse value: 363.45992729000005. iteration 15604 found worse value: 363.45992729000005. iteration 15605 found worse value: 363.45992729000005. iteration 15606 found worse value: 363.45992729000005. iteration 15607 found worse value: 363.45992729000005. iteration15607, perturbing to get out of local maxima iteration 15608 found worse value: 363.45992729000005. iteration 15609 found worse value: 363.45992729000005. iteration 15610 found worse value: 363.45992729000005. iteration 15611 found worse value: 363.45992729000005. iteration 15612 found worse value: 363.45992729000005. iteration 15613 found worse value: 363.45992729000005. iteration 15614 found worse value: 363.45992729000005. iteration 15615 found worse value: 363.45992729000005. iteration 15616 found worse value: 363.45992729000005. iteration 15617 found worse value: 363.45992729000005. iteration 15618 found worse value: 363.45992729000005. iteration 15619 found worse value: 363.45992729000005. iteration 15620 found worse value: 363.45992729000005. iteration 15621 found worse value: 363.45992729000005. iteration 15622 found worse value: 363.45992729000005. iteration 15623 found worse value: 363.45992729000005. iteration 15624 found worse value: 363.45992729000005. iteration 15625 found worse value: 363.45992729000005. iteration 15626 found worse value: 363.45992729000005. iteration 15627 found worse value: 363.45992729000005. iteration 15628 found worse value: 363.45992729000005. iteration 15629 found worse value: 363.45992729000005. iteration 15630 found worse value: 363.45992729000005. iteration 15631 found worse value: 363.45992729000005. iteration 15632 found worse value: 363.45992729000005. iteration 15633 found worse value: 363.45992729000005. iteration 15634 found worse value: 363.45992729000005. iteration 15635 found worse value: 363.45992729000005. iteration 15636 found worse value: 363.45992729000005. iteration 15637 found worse value: 363.45992729000005. iteration 15638 found worse value: 363.45992729000005. iteration 15639 found worse value: 363.45992729000005. iteration 15640 found worse value: 363.45992729000005. iteration 15641 found worse value: 363.45992729000005. iteration 15642 found worse value: 363.45992729000005. iteration 15643 found worse value: 363.45992729000005. iteration 15644 found worse value: 363.45992729000005. iteration 15645 found worse value: 363.45992729000005. iteration 15646 found worse value: 363.45992729000005. iteration 15647 found worse value: 363.45992729000005. iteration 15648 found worse value: 363.45992729000005. iteration15648, perturbing to get out of local maxima iteration 15649 found worse value: 363.45992729000005. iteration 15650 found worse value: 363.45992729000005. iteration 15651 found worse value: 363.45992729000005. iteration 15652 found worse value: 363.45992729000005. iteration 15653 found worse value: 363.45992729000005. iteration 15654 found worse value: 363.45992729000005. iteration 15655 found worse value: 363.45992729000005. iteration 15656 found worse value: 363.45992729000005. iteration 15657 found worse value: 363.45992729000005. iteration 15658 found worse value: 363.45992729000005. iteration 15659 found worse value: 363.45992729000005. iteration 15660 found worse value: 363.45992729000005. iteration 15661 found worse value: 363.45992729000005. iteration 15662 found worse value: 363.45992729000005. iteration15662, perturbing to get out of local maxima iteration 15663 found worse value: 363.45992729000005. iteration15663, perturbing to get out of local maxima iteration 15664 found worse value: 363.45992729000005. iteration 15665 found worse value: 363.45992729000005. iteration 15666 found worse value: 363.45992729000005. iteration 15667 found worse value: 363.45992729000005. iteration 15668 found worse value: 363.45992729000005. iteration 15669 found worse value: 363.45992729000005. iteration15669, perturbing to get out of local maxima iteration 15670 found worse value: 363.45992729000005. iteration 15671 found worse value: 363.45992729000005. iteration 15672 found worse value: 363.45992729000005. iteration 15673 found worse value: 363.45992729000005. iteration 15674 found worse value: 363.45992729000005. iteration 15675 found worse value: 363.45992729000005. iteration 15676 found worse value: 363.45992729000005. iteration 15677 found worse value: 363.45992729000005. iteration 15678 found worse value: 363.45992729000005. iteration 15679 found worse value: 363.45992729000005. iteration 15680 found worse value: 363.45992729000005. iteration 15681 found worse value: 363.45992729000005. iteration 15682 found worse value: 363.45992729000005. iteration 15683 found worse value: 363.45992729000005. iteration15683, perturbing to get out of local maxima iteration 15684 found worse value: 363.45992729000005. iteration 15685 found worse value: 363.45992729000005. iteration 15686 found worse value: 363.45992729000005. iteration 15687 found worse value: 363.45992729000005. iteration 15688 found worse value: 363.45992729000005. iteration 15689 found worse value: 363.45992729000005. iteration 15690 found worse value: 363.45992729000005. iteration 15691 found worse value: 363.45992729000005. iteration 15692 found worse value: 363.45992729000005. iteration 15693 found worse value: 363.45992729000005. iteration 15694 found worse value: 363.45992729000005. iteration 15695 found worse value: 363.45992729000005. iteration15695, perturbing to get out of local maxima iteration 15696 found worse value: 363.45992729000005. iteration 15697 found worse value: 363.45992729000005. iteration 15698 found worse value: 363.45992729000005. iteration 15699 found worse value: 363.45992729000005. iteration 15700 found worse value: 363.45992729000005. iteration 15701 found worse value: 363.45992729000005. iteration 15702 found worse value: 363.45992729000005. iteration15702, perturbing to get out of local maxima iteration 15703 found worse value: 363.45992729000005. iteration15703, perturbing to get out of local maxima iteration 15704 found worse value: 363.45992729000005. iteration 15705 found worse value: 363.45992729000005. iteration 15706 found worse value: 363.45992729000005. iteration 15707 found worse value: 363.45992729000005. iteration 15708 found worse value: 363.45992729000005. iteration 15709 found worse value: 363.45992729000005. iteration 15710 found worse value: 363.45992729000005. iteration 15711 found worse value: 363.45992729000005. iteration 15712 found worse value: 363.45992729000005. iteration 15713 found worse value: 363.45992729000005. iteration 15714 found worse value: 363.45992729000005. iteration 15715 found worse value: 363.45992729000005. iteration 15716 found worse value: 363.45992729000005. iteration 15717 found worse value: 363.45992729000005. iteration 15718 found worse value: 363.45992729000005. iteration 15719 found worse value: 363.45992729000005. iteration 15720 found worse value: 363.45992729000005. iteration 15721 found worse value: 363.45992729000005. iteration 15722 found worse value: 363.45992729000005. iteration 15723 found worse value: 363.45992729000005. iteration 15724 found worse value: 363.45992729000005. iteration 15725 found worse value: 363.45992729000005. iteration 15726 found worse value: 363.45992729000005. iteration15726, perturbing to get out of local maxima iteration 15727 found worse value: 363.45992729000005. iteration 15728 found worse value: 363.45992729000005. iteration 15729 found worse value: 363.45992729000005. iteration 15730 found worse value: 363.45992729000005. iteration 15731 found worse value: 363.45992729000005. iteration 15732 found worse value: 363.45992729000005. iteration 15733 found worse value: 363.45992729000005. iteration 15734 found worse value: 363.45992729000005. iteration 15735 found worse value: 363.45992729000005. iteration 15736 found worse value: 363.45992729000005. iteration 15737 found worse value: 363.45992729000005. iteration 15738 found worse value: 363.45992729000005. iteration 15739 found worse value: 363.45992729000005. iteration 15740 found worse value: 363.45992729000005. iteration 15741 found worse value: 363.45992729000005. iteration 15742 found better value: 363.46029489100005 iteration 15743 found worse value: 363.46029489100005. iteration 15744 found worse value: 363.46029489100005. iteration 15745 found worse value: 363.46029489100005. iteration 15746 found worse value: 363.46029489100005. iteration 15747 found worse value: 363.46029489100005. iteration 15748 found worse value: 363.46029489100005. iteration 15749 found worse value: 363.46029489100005. iteration 15750 found worse value: 363.46029489100005. iteration 15751 found worse value: 363.46029489100005. iteration 15752 found worse value: 363.46029489100005. iteration 15753 found worse value: 363.46029489100005. iteration 15754 found worse value: 363.46029489100005. iteration 15755 found worse value: 363.46029489100005. iteration15755, perturbing to get out of local maxima iteration 15756 found worse value: 363.46029489100005. iteration 15757 found worse value: 363.46029489100005. iteration 15758 found worse value: 363.46029489100005. iteration 15759 found worse value: 363.46029489100005. iteration 15760 found worse value: 363.46029489100005. iteration15760, perturbing to get out of local maxima iteration 15761 found worse value: 363.46029489100005. iteration 15762 found worse value: 363.46029489100005. iteration15762, perturbing to get out of local maxima iteration 15763 found worse value: 363.46029489100005. iteration 15764 found worse value: 363.46029489100005. iteration 15765 found worse value: 363.46029489100005. iteration 15766 found worse value: 363.46029489100005. iteration 15767 found worse value: 363.46029489100005. iteration 15768 found worse value: 363.46029489100005. iteration 15769 found worse value: 363.46029489100005. iteration 15770 found worse value: 363.46029489100005. iteration 15771 found worse value: 363.46029489100005. iteration 15772 found worse value: 363.46029489100005. iteration 15773 found worse value: 363.46029489100005. iteration 15774 found worse value: 363.46029489100005. iteration 15775 found worse value: 363.46029489100005. iteration 15776 found worse value: 363.46029489100005. iteration15776, perturbing to get out of local maxima iteration 15777 found worse value: 363.46029489100005. iteration 15778 found worse value: 363.46029489100005. iteration 15779 found worse value: 363.46029489100005. iteration15779, perturbing to get out of local maxima iteration 15780 found worse value: 363.46029489100005. iteration 15781 found worse value: 363.46029489100005. iteration 15782 found worse value: 363.46029489100005. iteration 15783 found worse value: 363.46029489100005. iteration 15784 found worse value: 363.46029489100005. iteration 15785 found worse value: 363.46029489100005. iteration 15786 found worse value: 363.46029489100005. iteration 15787 found worse value: 363.46029489100005. iteration 15788 found worse value: 363.46029489100005. iteration 15789 found worse value: 363.46029489100005. iteration 15790 found worse value: 363.46029489100005. iteration 15791 found worse value: 363.46029489100005. iteration 15792 found worse value: 363.46029489100005. iteration 15793 found worse value: 363.46029489100005. iteration 15794 found worse value: 363.46029489100005. iteration 15795 found worse value: 363.46029489100005. iteration 15796 found worse value: 363.46029489100005. iteration 15797 found worse value: 363.46029489100005. iteration 15798 found worse value: 363.46029489100005. iteration 15799 found worse value: 363.46029489100005. iteration 15800 found worse value: 363.46029489100005. iteration 15801 found worse value: 363.46029489100005. iteration 15802 found worse value: 363.46029489100005. iteration 15803 found worse value: 363.46029489100005. iteration 15804 found worse value: 363.46029489100005. iteration 15805 found worse value: 363.46029489100005. iteration 15806 found worse value: 363.46029489100005. iteration 15807 found worse value: 363.46029489100005. iteration 15808 found worse value: 363.46029489100005. iteration 15809 found worse value: 363.46029489100005. iteration15809, perturbing to get out of local maxima iteration 15810 found worse value: 363.46029489100005. iteration 15811 found worse value: 363.46029489100005. iteration 15812 found worse value: 363.46029489100005. iteration 15813 found worse value: 363.46029489100005. iteration 15814 found worse value: 363.46029489100005. iteration 15815 found worse value: 363.46029489100005. iteration 15816 found worse value: 363.46029489100005. iteration 15817 found worse value: 363.46029489100005. iteration15817, perturbing to get out of local maxima iteration 15818 found worse value: 363.46029489100005. iteration15818, perturbing to get out of local maxima iteration 15819 found worse value: 363.46029489100005. iteration 15820 found worse value: 363.46029489100005. iteration 15821 found worse value: 363.46029489100005. iteration 15822 found worse value: 363.46029489100005. iteration 15823 found worse value: 363.46029489100005. iteration 15824 found worse value: 363.46029489100005. iteration 15825 found worse value: 363.46029489100005. iteration 15826 found worse value: 363.46029489100005. iteration15826, perturbing to get out of local maxima iteration 15827 found worse value: 363.46029489100005. iteration 15828 found worse value: 363.46029489100005. iteration 15829 found worse value: 363.46029489100005. iteration 15830 found worse value: 363.46029489100005. iteration 15831 found worse value: 363.46029489100005. iteration 15832 found worse value: 363.46029489100005. iteration 15833 found worse value: 363.46029489100005. iteration 15834 found worse value: 363.46029489100005. iteration 15835 found worse value: 363.46029489100005. iteration15835, perturbing to get out of local maxima iteration 15836 found worse value: 363.46029489100005. iteration 15837 found worse value: 363.46029489100005. iteration 15838 found worse value: 363.46029489100005. iteration 15839 found worse value: 363.46029489100005. iteration 15840 found worse value: 363.46029489100005. iteration 15841 found worse value: 363.46029489100005. iteration 15842 found worse value: 363.46029489100005. iteration 15843 found worse value: 363.46029489100005. iteration 15844 found worse value: 363.46029489100005. iteration 15845 found worse value: 363.46029489100005. iteration15845, perturbing to get out of local maxima iteration 15846 found worse value: 363.46029489100005. iteration 15847 found worse value: 363.46029489100005. iteration 15848 found worse value: 363.46029489100005. iteration 15849 found worse value: 363.46029489100005. iteration 15850 found worse value: 363.46029489100005. iteration 15851 found worse value: 363.46029489100005. iteration 15852 found worse value: 363.46029489100005. iteration 15853 found worse value: 363.46029489100005. iteration15853, perturbing to get out of local maxima iteration 15854 found worse value: 363.46029489100005. iteration 15855 found worse value: 363.46029489100005. iteration 15856 found worse value: 363.46029489100005. iteration 15857 found worse value: 363.46029489100005. iteration 15858 found worse value: 363.46029489100005. iteration 15859 found worse value: 363.46029489100005. iteration 15860 found worse value: 363.46029489100005. iteration 15861 found worse value: 363.46029489100005. iteration 15862 found worse value: 363.46029489100005. iteration 15863 found worse value: 363.46029489100005. iteration 15864 found worse value: 363.46029489100005. iteration 15865 found worse value: 363.46029489100005. iteration 15866 found worse value: 363.46029489100005. iteration 15867 found worse value: 363.46029489100005. iteration 15868 found worse value: 363.46029489100005. iteration 15869 found worse value: 363.46029489100005. iteration 15870 found worse value: 363.46029489100005. iteration 15871 found worse value: 363.46029489100005. iteration 15872 found worse value: 363.46029489100005. iteration 15873 found worse value: 363.46029489100005. iteration 15874 found worse value: 363.46029489100005. iteration 15875 found worse value: 363.46029489100005. iteration 15876 found worse value: 363.46029489100005. iteration 15877 found worse value: 363.46029489100005. iteration 15878 found worse value: 363.46029489100005. iteration15878, perturbing to get out of local maxima iteration 15879 found worse value: 363.46029489100005. iteration 15880 found worse value: 363.46029489100005. iteration 15881 found worse value: 363.46029489100005. iteration 15882 found worse value: 363.46029489100005. iteration 15883 found worse value: 363.46029489100005. iteration 15884 found worse value: 363.46029489100005. iteration 15885 found worse value: 363.46029489100005. iteration15885, perturbing to get out of local maxima iteration 15886 found worse value: 363.46029489100005. iteration 15887 found worse value: 363.46029489100005. iteration 15888 found worse value: 363.46029489100005. iteration 15889 found worse value: 363.46029489100005. iteration 15890 found worse value: 363.46029489100005. iteration 15891 found worse value: 363.46029489100005. iteration 15892 found worse value: 363.46029489100005. iteration 15893 found worse value: 363.46029489100005. iteration 15894 found worse value: 363.46029489100005. iteration 15895 found worse value: 363.46029489100005. iteration 15896 found worse value: 363.46029489100005. iteration 15897 found worse value: 363.46029489100005. iteration 15898 found worse value: 363.46029489100005. iteration 15899 found worse value: 363.46029489100005. iteration15899, perturbing to get out of local maxima iteration 15900 found worse value: 363.46029489100005. iteration 15901 found worse value: 363.46029489100005. iteration 15902 found worse value: 363.46029489100005. iteration 15903 found worse value: 363.46029489100005. iteration 15904 found worse value: 363.46029489100005. iteration 15905 found worse value: 363.46029489100005. iteration 15906 found worse value: 363.46029489100005. iteration 15907 found worse value: 363.46029489100005. iteration 15908 found worse value: 363.46029489100005. iteration 15909 found worse value: 363.46029489100005. iteration 15910 found worse value: 363.46029489100005. iteration 15911 found worse value: 363.46029489100005. iteration 15912 found worse value: 363.46029489100005. iteration 15913 found worse value: 363.46029489100005. iteration 15914 found worse value: 363.46029489100005. iteration 15915 found worse value: 363.46029489100005. iteration 15916 found worse value: 363.46029489100005. iteration 15917 found worse value: 363.46029489100005. iteration 15918 found worse value: 363.46029489100005. iteration 15919 found worse value: 363.46029489100005. iteration 15920 found worse value: 363.46029489100005. iteration 15921 found worse value: 363.46029489100005. iteration 15922 found worse value: 363.46029489100005. iteration 15923 found worse value: 363.46029489100005. iteration 15924 found worse value: 363.46029489100005. iteration 15925 found worse value: 363.46029489100005. iteration 15926 found worse value: 363.46029489100005. iteration 15927 found worse value: 363.46029489100005. iteration 15928 found worse value: 363.46029489100005. iteration 15929 found worse value: 363.46029489100005. iteration 15930 found worse value: 363.46029489100005. iteration 15931 found worse value: 363.46029489100005. iteration 15932 found worse value: 363.46029489100005. iteration 15933 found worse value: 363.46029489100005. iteration 15934 found worse value: 363.46029489100005. iteration 15935 found worse value: 363.46029489100005. iteration 15936 found worse value: 363.46029489100005. iteration 15937 found worse value: 363.46029489100005. iteration 15938 found worse value: 363.46029489100005. iteration 15939 found worse value: 363.46029489100005. iteration 15940 found worse value: 363.46029489100005. iteration 15941 found worse value: 363.46029489100005. iteration 15942 found worse value: 363.46029489100005. iteration 15943 found worse value: 363.46029489100005. iteration 15944 found worse value: 363.46029489100005. iteration 15945 found worse value: 363.46029489100005. iteration 15946 found worse value: 363.46029489100005. iteration 15947 found worse value: 363.46029489100005. iteration 15948 found worse value: 363.46029489100005. iteration 15949 found worse value: 363.46029489100005. iteration15949, perturbing to get out of local maxima iteration 15950 found worse value: 363.46029489100005. iteration 15951 found worse value: 363.46029489100005. iteration 15952 found worse value: 363.46029489100005. iteration 15953 found worse value: 363.46029489100005. iteration 15954 found worse value: 363.46029489100005. iteration15954, perturbing to get out of local maxima iteration 15955 found worse value: 363.46029489100005. iteration 15956 found worse value: 363.46029489100005. iteration 15957 found worse value: 363.46029489100005. iteration15957, perturbing to get out of local maxima iteration 15958 found worse value: 363.46029489100005. iteration 15959 found worse value: 363.46029489100005. iteration 15960 found worse value: 363.46029489100005. iteration 15961 found worse value: 363.46029489100005. iteration 15962 found worse value: 363.46029489100005. iteration 15963 found worse value: 363.46029489100005. iteration 15964 found worse value: 363.46029489100005. iteration 15965 found worse value: 363.46029489100005. iteration 15966 found worse value: 363.46029489100005. iteration 15967 found worse value: 363.46029489100005. iteration 15968 found worse value: 363.46029489100005. iteration 15969 found worse value: 363.46029489100005. iteration 15970 found worse value: 363.46029489100005. iteration 15971 found worse value: 363.46029489100005. iteration 15972 found worse value: 363.46029489100005. iteration 15973 found worse value: 363.46029489100005. iteration 15974 found worse value: 363.46029489100005. iteration 15975 found worse value: 363.46029489100005. iteration 15976 found worse value: 363.46029489100005. iteration 15977 found worse value: 363.46029489100005. iteration 15978 found worse value: 363.46029489100005. iteration 15979 found worse value: 363.46029489100005. iteration 15980 found worse value: 363.46029489100005. iteration 15981 found worse value: 363.46029489100005. iteration15981, perturbing to get out of local maxima iteration 15982 found worse value: 363.46029489100005. iteration 15983 found worse value: 363.46029489100005. iteration 15984 found worse value: 363.46029489100005. iteration 15985 found worse value: 363.46029489100005. iteration 15986 found worse value: 363.46029489100005. iteration 15987 found worse value: 363.46029489100005. iteration 15988 found worse value: 363.46029489100005. iteration 15989 found worse value: 363.46029489100005. iteration 15990 found worse value: 363.46029489100005. iteration 15991 found worse value: 363.46029489100005. iteration 15992 found worse value: 363.46029489100005. iteration 15993 found worse value: 363.46029489100005. iteration 15994 found worse value: 363.46029489100005. iteration 15995 found worse value: 363.46029489100005. iteration 15996 found worse value: 363.46029489100005. iteration 15997 found worse value: 363.46029489100005. iteration 15998 found worse value: 363.46029489100005. iteration 15999 found worse value: 363.46029489100005. iteration 16000 found worse value: 363.46029489100005. iteration 16001 found worse value: 363.46029489100005. iteration 16002 found worse value: 363.46029489100005. iteration 16003 found worse value: 363.46029489100005. iteration 16004 found worse value: 363.46029489100005. iteration 16005 found worse value: 363.46029489100005. iteration 16006 found worse value: 363.46029489100005. iteration16006, perturbing to get out of local maxima iteration 16007 found worse value: 363.46029489100005. iteration 16008 found worse value: 363.46029489100005. iteration 16009 found worse value: 363.46029489100005. iteration 16010 found worse value: 363.46029489100005. iteration 16011 found worse value: 363.46029489100005. iteration 16012 found worse value: 363.46029489100005. iteration 16013 found worse value: 363.46029489100005. iteration 16014 found worse value: 363.46029489100005. iteration16014, perturbing to get out of local maxima iteration 16015 found worse value: 363.46029489100005. iteration 16016 found worse value: 363.46029489100005. iteration 16017 found worse value: 363.46029489100005. iteration 16018 found worse value: 363.46029489100005. iteration 16019 found worse value: 363.46029489100005. iteration 16020 found worse value: 363.46029489100005. iteration 16021 found worse value: 363.46029489100005. iteration 16022 found worse value: 363.46029489100005. iteration 16023 found worse value: 363.46029489100005. iteration 16024 found worse value: 363.46029489100005. iteration 16025 found worse value: 363.46029489100005. iteration 16026 found worse value: 363.46029489100005. iteration 16027 found worse value: 363.46029489100005. iteration16027, perturbing to get out of local maxima iteration 16028 found worse value: 363.46029489100005. iteration 16029 found worse value: 363.46029489100005. iteration 16030 found worse value: 363.46029489100005. iteration 16031 found worse value: 363.46029489100005. iteration 16032 found worse value: 363.46029489100005. iteration 16033 found worse value: 363.46029489100005. iteration 16034 found worse value: 363.46029489100005. iteration 16035 found worse value: 363.46029489100005. iteration 16036 found worse value: 363.46029489100005. iteration 16037 found worse value: 363.46029489100005. iteration 16038 found worse value: 363.46029489100005. iteration 16039 found worse value: 363.46029489100005. iteration 16040 found worse value: 363.46029489100005. iteration 16041 found worse value: 363.46029489100005. iteration 16042 found worse value: 363.46029489100005. iteration 16043 found worse value: 363.46029489100005. iteration 16044 found worse value: 363.46029489100005. iteration 16045 found worse value: 363.46029489100005. iteration 16046 found worse value: 363.46029489100005. iteration 16047 found worse value: 363.46029489100005. iteration 16048 found worse value: 363.46029489100005. iteration 16049 found worse value: 363.46029489100005. iteration16049, perturbing to get out of local maxima iteration 16050 found worse value: 363.46029489100005. iteration 16051 found worse value: 363.46029489100005. iteration 16052 found worse value: 363.46029489100005. iteration 16053 found worse value: 363.46029489100005. iteration 16054 found worse value: 363.46029489100005. iteration 16055 found worse value: 363.46029489100005. iteration 16056 found worse value: 363.46029489100005. iteration 16057 found worse value: 363.46029489100005. iteration 16058 found worse value: 363.46029489100005. iteration 16059 found worse value: 363.46029489100005. iteration 16060 found worse value: 363.46029489100005. iteration 16061 found worse value: 363.46029489100005. iteration 16062 found worse value: 363.46029489100005. iteration 16063 found worse value: 363.46029489100005. iteration 16064 found worse value: 363.46029489100005. iteration 16065 found worse value: 363.46029489100005. iteration 16066 found worse value: 363.46029489100005. iteration 16067 found worse value: 363.46029489100005. iteration 16068 found worse value: 363.46029489100005. iteration 16069 found worse value: 363.46029489100005. iteration 16070 found worse value: 363.46029489100005. iteration 16071 found worse value: 363.46029489100005. iteration 16072 found worse value: 363.46029489100005. iteration 16073 found worse value: 363.46029489100005. iteration 16074 found worse value: 363.46029489100005. iteration 16075 found worse value: 363.46029489100005. iteration 16076 found worse value: 363.46029489100005. iteration 16077 found worse value: 363.46029489100005. iteration 16078 found worse value: 363.46029489100005. iteration 16079 found worse value: 363.46029489100005. iteration 16080 found worse value: 363.46029489100005. iteration 16081 found worse value: 363.46029489100005. iteration 16082 found worse value: 363.46029489100005. iteration 16083 found worse value: 363.46029489100005. iteration 16084 found worse value: 363.46029489100005. iteration 16085 found worse value: 363.46029489100005. iteration 16086 found worse value: 363.46029489100005. iteration 16087 found worse value: 363.46029489100005. iteration 16088 found worse value: 363.46029489100005. iteration 16089 found worse value: 363.46029489100005. iteration 16090 found worse value: 363.46029489100005. iteration 16091 found worse value: 363.46029489100005. iteration 16092 found worse value: 363.46029489100005. iteration 16093 found worse value: 363.46029489100005. iteration 16094 found worse value: 363.46029489100005. iteration 16095 found worse value: 363.46029489100005. iteration 16096 found worse value: 363.46029489100005. iteration 16097 found worse value: 363.46029489100005. iteration 16098 found worse value: 363.46029489100005. iteration 16099 found worse value: 363.46029489100005. iteration 16100 found worse value: 363.46029489100005. iteration 16101 found worse value: 363.46029489100005. iteration 16102 found worse value: 363.46029489100005. iteration 16103 found worse value: 363.46029489100005. iteration 16104 found worse value: 363.46029489100005. iteration 16105 found worse value: 363.46029489100005. iteration 16106 found worse value: 363.46029489100005. iteration 16107 found worse value: 363.46029489100005. iteration 16108 found worse value: 363.46029489100005. iteration 16109 found worse value: 363.46029489100005. iteration 16110 found worse value: 363.46029489100005. iteration 16111 found worse value: 363.46029489100005. iteration 16112 found worse value: 363.46029489100005. iteration 16113 found worse value: 363.46029489100005. iteration 16114 found worse value: 363.46029489100005. iteration 16115 found worse value: 363.46029489100005. iteration 16116 found worse value: 363.46029489100005. iteration 16117 found worse value: 363.46029489100005. iteration 16118 found worse value: 363.46029489100005. iteration 16119 found worse value: 363.46029489100005. iteration 16120 found worse value: 363.46029489100005. iteration 16121 found worse value: 363.46029489100005. iteration 16122 found worse value: 363.46029489100005. iteration 16123 found worse value: 363.46029489100005. iteration 16124 found worse value: 363.46029489100005. iteration 16125 found worse value: 363.46029489100005. iteration 16126 found worse value: 363.46029489100005. iteration 16127 found worse value: 363.46029489100005. iteration 16128 found better value: 363.460326705 iteration 16129 found worse value: 363.460326705. iteration 16130 found worse value: 363.460326705. iteration 16131 found worse value: 363.460326705. iteration 16132 found worse value: 363.460326705. iteration 16133 found worse value: 363.460326705. iteration 16134 found worse value: 363.460326705. iteration 16135 found worse value: 363.460326705. iteration 16136 found worse value: 363.460326705. iteration 16137 found worse value: 363.460326705. iteration 16138 found worse value: 363.460326705. iteration 16139 found worse value: 363.460326705. iteration 16140 found worse value: 363.460326705. iteration 16141 found worse value: 363.460326705. iteration16141, perturbing to get out of local maxima iteration 16142 found worse value: 363.460326705. iteration 16143 found worse value: 363.460326705. iteration 16144 found worse value: 363.460326705. iteration 16145 found worse value: 363.460326705. iteration 16146 found worse value: 363.460326705. iteration 16147 found worse value: 363.460326705. iteration 16148 found worse value: 363.460326705. iteration 16149 found worse value: 363.460326705. iteration 16150 found worse value: 363.460326705. iteration 16151 found worse value: 363.460326705. iteration 16152 found worse value: 363.460326705. iteration 16153 found worse value: 363.460326705. iteration 16154 found worse value: 363.460326705. iteration 16155 found worse value: 363.460326705. iteration 16156 found worse value: 363.460326705. iteration 16157 found worse value: 363.460326705. iteration 16158 found worse value: 363.460326705. iteration 16159 found worse value: 363.460326705. iteration 16160 found worse value: 363.460326705. iteration 16161 found worse value: 363.460326705. iteration 16162 found worse value: 363.460326705. iteration 16163 found worse value: 363.460326705. iteration 16164 found worse value: 363.460326705. iteration 16165 found worse value: 363.460326705. iteration 16166 found worse value: 363.460326705. iteration 16167 found worse value: 363.460326705. iteration 16168 found worse value: 363.460326705. iteration 16169 found worse value: 363.460326705. iteration 16170 found worse value: 363.460326705. iteration 16171 found worse value: 363.460326705. iteration 16172 found worse value: 363.460326705. iteration 16173 found worse value: 363.460326705. iteration 16174 found worse value: 363.460326705. iteration 16175 found worse value: 363.460326705. iteration 16176 found worse value: 363.460326705. iteration 16177 found worse value: 363.460326705. iteration 16178 found worse value: 363.460326705. iteration 16179 found worse value: 363.460326705. iteration 16180 found worse value: 363.460326705. iteration 16181 found worse value: 363.460326705. iteration 16182 found worse value: 363.460326705. iteration 16183 found worse value: 363.460326705. iteration 16184 found worse value: 363.460326705. iteration 16185 found worse value: 363.460326705. iteration 16186 found worse value: 363.460326705. iteration 16187 found worse value: 363.460326705. iteration 16188 found worse value: 363.460326705. iteration 16189 found worse value: 363.460326705. iteration 16190 found worse value: 363.460326705. iteration 16191 found worse value: 363.460326705. iteration 16192 found worse value: 363.460326705. iteration 16193 found worse value: 363.460326705. iteration 16194 found worse value: 363.460326705. iteration 16195 found worse value: 363.460326705. iteration 16196 found worse value: 363.460326705. iteration 16197 found worse value: 363.460326705. iteration 16198 found worse value: 363.460326705. iteration 16199 found worse value: 363.460326705. iteration 16200 found worse value: 363.460326705. iteration 16201 found worse value: 363.460326705. iteration 16202 found worse value: 363.460326705. iteration 16203 found worse value: 363.460326705. iteration 16204 found worse value: 363.460326705. iteration 16205 found worse value: 363.460326705. iteration16205, perturbing to get out of local maxima iteration 16206 found worse value: 363.460326705. iteration 16207 found worse value: 363.460326705. iteration 16208 found worse value: 363.460326705. iteration 16209 found worse value: 363.460326705. iteration 16210 found worse value: 363.460326705. iteration 16211 found worse value: 363.460326705. iteration 16212 found worse value: 363.460326705. iteration 16213 found worse value: 363.460326705. iteration 16214 found worse value: 363.460326705. iteration 16215 found worse value: 363.460326705. iteration 16216 found worse value: 363.460326705. iteration 16217 found worse value: 363.460326705. iteration16217, perturbing to get out of local maxima iteration 16218 found worse value: 363.460326705. iteration16218, perturbing to get out of local maxima iteration 16219 found worse value: 363.460326705. iteration 16220 found worse value: 363.460326705. iteration16220, perturbing to get out of local maxima iteration 16221 found worse value: 363.460326705. iteration 16222 found worse value: 363.460326705. iteration16222, perturbing to get out of local maxima iteration 16223 found worse value: 363.460326705. iteration 16224 found worse value: 363.460326705. iteration 16225 found worse value: 363.460326705. iteration 16226 found worse value: 363.460326705. iteration 16227 found worse value: 363.460326705. iteration 16228 found worse value: 363.460326705. iteration 16229 found worse value: 363.460326705. iteration 16230 found worse value: 363.460326705. iteration 16231 found worse value: 363.460326705. iteration 16232 found worse value: 363.460326705. iteration 16233 found worse value: 363.460326705. iteration 16234 found worse value: 363.460326705. iteration 16235 found worse value: 363.460326705. iteration 16236 found worse value: 363.460326705. iteration 16237 found worse value: 363.460326705. iteration 16238 found worse value: 363.460326705. iteration 16239 found worse value: 363.460326705. iteration 16240 found worse value: 363.460326705. iteration 16241 found worse value: 363.460326705. iteration 16242 found worse value: 363.460326705. iteration 16243 found worse value: 363.460326705. iteration 16244 found worse value: 363.460326705. iteration 16245 found worse value: 363.460326705. iteration 16246 found worse value: 363.460326705. iteration 16247 found worse value: 363.460326705. iteration 16248 found worse value: 363.460326705. iteration 16249 found worse value: 363.460326705. iteration 16250 found worse value: 363.460326705. iteration 16251 found worse value: 363.460326705. iteration 16252 found worse value: 363.460326705. iteration 16253 found worse value: 363.460326705. iteration 16254 found worse value: 363.460326705. iteration 16255 found worse value: 363.460326705. iteration 16256 found worse value: 363.460326705. iteration 16257 found worse value: 363.460326705. iteration 16258 found worse value: 363.460326705. iteration 16259 found worse value: 363.460326705. iteration 16260 found worse value: 363.460326705. iteration 16261 found worse value: 363.460326705. iteration 16262 found worse value: 363.460326705. iteration 16263 found worse value: 363.460326705. iteration 16264 found worse value: 363.460326705. iteration 16265 found worse value: 363.460326705. iteration 16266 found worse value: 363.460326705. iteration 16267 found worse value: 363.460326705. iteration 16268 found worse value: 363.460326705. iteration 16269 found worse value: 363.460326705. iteration 16270 found worse value: 363.460326705. iteration 16271 found worse value: 363.460326705. iteration 16272 found worse value: 363.460326705. iteration 16273 found worse value: 363.460326705. iteration 16274 found worse value: 363.460326705. iteration 16275 found worse value: 363.460326705. iteration 16276 found worse value: 363.460326705. iteration 16277 found worse value: 363.460326705. iteration 16278 found worse value: 363.460326705. iteration 16279 found worse value: 363.460326705. iteration16279, perturbing to get out of local maxima iteration 16280 found worse value: 363.460326705. iteration 16281 found worse value: 363.460326705. iteration 16282 found worse value: 363.460326705. iteration 16283 found worse value: 363.460326705. iteration 16284 found worse value: 363.460326705. iteration 16285 found worse value: 363.460326705. iteration 16286 found worse value: 363.460326705. iteration16286, perturbing to get out of local maxima iteration 16287 found worse value: 363.460326705. iteration 16288 found worse value: 363.460326705. iteration 16289 found worse value: 363.460326705. iteration 16290 found worse value: 363.460326705. iteration 16291 found worse value: 363.460326705. iteration 16292 found worse value: 363.460326705. iteration 16293 found worse value: 363.460326705. iteration 16294 found worse value: 363.460326705. iteration 16295 found worse value: 363.460326705. iteration 16296 found worse value: 363.460326705. iteration16296, perturbing to get out of local maxima iteration 16297 found worse value: 363.460326705. iteration 16298 found worse value: 363.460326705. iteration 16299 found worse value: 363.460326705. iteration 16300 found worse value: 363.460326705. iteration 16301 found worse value: 363.460326705. iteration 16302 found worse value: 363.460326705. iteration 16303 found worse value: 363.460326705. iteration 16304 found worse value: 363.460326705. iteration 16305 found worse value: 363.460326705. iteration16305, perturbing to get out of local maxima iteration 16306 found worse value: 363.460326705. iteration 16307 found worse value: 363.460326705. iteration 16308 found worse value: 363.460326705. iteration 16309 found worse value: 363.460326705. iteration 16310 found worse value: 363.460326705. iteration 16311 found worse value: 363.460326705. iteration 16312 found worse value: 363.460326705. iteration 16313 found worse value: 363.460326705. iteration 16314 found worse value: 363.460326705. iteration 16315 found worse value: 363.460326705. iteration 16316 found worse value: 363.460326705. iteration 16317 found worse value: 363.460326705. iteration 16318 found worse value: 363.460326705. iteration 16319 found worse value: 363.460326705. iteration 16320 found worse value: 363.460326705. iteration 16321 found worse value: 363.460326705. iteration 16322 found worse value: 363.460326705. iteration 16323 found worse value: 363.460326705. iteration 16324 found worse value: 363.460326705. iteration 16325 found worse value: 363.460326705. iteration 16326 found worse value: 363.460326705. iteration 16327 found worse value: 363.460326705. iteration 16328 found worse value: 363.460326705. iteration 16329 found worse value: 363.460326705. iteration 16330 found worse value: 363.460326705. iteration 16331 found worse value: 363.460326705. iteration 16332 found worse value: 363.460326705. iteration 16333 found worse value: 363.460326705. iteration 16334 found worse value: 363.460326705. iteration 16335 found worse value: 363.460326705. iteration16335, perturbing to get out of local maxima iteration 16336 found worse value: 363.460326705. iteration 16337 found worse value: 363.460326705. iteration 16338 found worse value: 363.460326705. iteration 16339 found worse value: 363.460326705. iteration 16340 found worse value: 363.460326705. iteration 16341 found worse value: 363.460326705. iteration 16342 found worse value: 363.460326705. iteration 16343 found worse value: 363.460326705. iteration 16344 found worse value: 363.460326705. iteration 16345 found worse value: 363.460326705. iteration 16346 found worse value: 363.460326705. iteration 16347 found worse value: 363.460326705. iteration 16348 found worse value: 363.460326705. iteration 16349 found worse value: 363.460326705. iteration 16350 found worse value: 363.460326705. iteration 16351 found worse value: 363.460326705. iteration 16352 found worse value: 363.460326705. iteration 16353 found worse value: 363.460326705. iteration 16354 found worse value: 363.460326705. iteration 16355 found worse value: 363.460326705. iteration 16356 found worse value: 363.460326705. iteration 16357 found worse value: 363.460326705. iteration 16358 found worse value: 363.460326705. iteration 16359 found worse value: 363.460326705. iteration 16360 found worse value: 363.460326705. iteration 16361 found worse value: 363.460326705. iteration 16362 found worse value: 363.460326705. iteration 16363 found worse value: 363.460326705. iteration 16364 found worse value: 363.460326705. iteration 16365 found worse value: 363.460326705. iteration 16366 found worse value: 363.460326705. iteration 16367 found worse value: 363.460326705. iteration 16368 found worse value: 363.460326705. iteration 16369 found worse value: 363.460326705. iteration 16370 found worse value: 363.460326705. iteration 16371 found worse value: 363.460326705. iteration 16372 found worse value: 363.460326705. iteration 16373 found worse value: 363.460326705. iteration 16374 found worse value: 363.460326705. iteration 16375 found worse value: 363.460326705. iteration 16376 found worse value: 363.460326705. iteration 16377 found worse value: 363.460326705. iteration 16378 found worse value: 363.460326705. iteration 16379 found worse value: 363.460326705. iteration 16380 found worse value: 363.460326705. iteration 16381 found worse value: 363.460326705. iteration 16382 found worse value: 363.460326705. iteration 16383 found worse value: 363.460326705. iteration 16384 found worse value: 363.460326705. iteration 16385 found worse value: 363.460326705. iteration 16386 found worse value: 363.460326705. iteration 16387 found worse value: 363.460326705. iteration 16388 found worse value: 363.460326705. iteration 16389 found worse value: 363.460326705. iteration 16390 found worse value: 363.460326705. iteration 16391 found worse value: 363.460326705. iteration 16392 found worse value: 363.460326705. iteration 16393 found worse value: 363.460326705. iteration 16394 found worse value: 363.460326705. iteration 16395 found worse value: 363.460326705. iteration 16396 found worse value: 363.460326705. iteration 16397 found worse value: 363.460326705. iteration 16398 found worse value: 363.460326705. iteration 16399 found worse value: 363.460326705. iteration 16400 found worse value: 363.460326705. iteration 16401 found worse value: 363.460326705. iteration 16402 found worse value: 363.460326705. iteration 16403 found worse value: 363.460326705. iteration 16404 found worse value: 363.460326705. iteration 16405 found worse value: 363.460326705. iteration 16406 found worse value: 363.460326705. iteration 16407 found worse value: 363.460326705. iteration 16408 found worse value: 363.460326705. iteration 16409 found worse value: 363.460326705. iteration 16410 found worse value: 363.460326705. iteration 16411 found worse value: 363.460326705. iteration 16412 found worse value: 363.460326705. iteration 16413 found worse value: 363.460326705. iteration 16414 found worse value: 363.460326705. iteration 16415 found worse value: 363.460326705. iteration 16416 found worse value: 363.460326705. iteration 16417 found worse value: 363.460326705. iteration 16418 found worse value: 363.460326705. iteration 16419 found worse value: 363.460326705. iteration 16420 found worse value: 363.460326705. iteration 16421 found worse value: 363.460326705. iteration 16422 found worse value: 363.460326705. iteration 16423 found worse value: 363.460326705. iteration 16424 found worse value: 363.460326705. iteration 16425 found worse value: 363.460326705. iteration 16426 found worse value: 363.460326705. iteration 16427 found worse value: 363.460326705. iteration 16428 found worse value: 363.460326705. iteration 16429 found worse value: 363.460326705. iteration 16430 found worse value: 363.460326705. iteration 16431 found worse value: 363.460326705. iteration16431, perturbing to get out of local maxima iteration 16432 found worse value: 363.460326705. iteration 16433 found worse value: 363.460326705. iteration 16434 found worse value: 363.460326705. iteration 16435 found worse value: 363.460326705. iteration 16436 found worse value: 363.460326705. iteration 16437 found worse value: 363.460326705. iteration 16438 found worse value: 363.460326705. iteration 16439 found worse value: 363.460326705. iteration 16440 found worse value: 363.460326705. iteration 16441 found worse value: 363.460326705. iteration 16442 found worse value: 363.460326705. iteration 16443 found worse value: 363.460326705. iteration 16444 found worse value: 363.460326705. iteration16444, perturbing to get out of local maxima iteration 16445 found worse value: 363.460326705. iteration 16446 found worse value: 363.460326705. iteration 16447 found worse value: 363.460326705. iteration 16448 found worse value: 363.460326705. iteration 16449 found worse value: 363.460326705. iteration 16450 found worse value: 363.460326705. iteration 16451 found worse value: 363.460326705. iteration 16452 found worse value: 363.460326705. iteration 16453 found worse value: 363.460326705. iteration 16454 found worse value: 363.460326705. iteration16454, perturbing to get out of local maxima iteration 16455 found worse value: 363.460326705. iteration 16456 found worse value: 363.460326705. iteration 16457 found worse value: 363.460326705. iteration 16458 found worse value: 363.460326705. iteration 16459 found worse value: 363.460326705. iteration 16460 found worse value: 363.460326705. iteration 16461 found worse value: 363.460326705. iteration 16462 found worse value: 363.460326705. iteration 16463 found worse value: 363.460326705. iteration 16464 found worse value: 363.460326705. iteration 16465 found worse value: 363.460326705. iteration 16466 found worse value: 363.460326705. iteration 16467 found worse value: 363.460326705. iteration 16468 found worse value: 363.460326705. iteration 16469 found worse value: 363.460326705. iteration 16470 found worse value: 363.460326705. iteration 16471 found worse value: 363.460326705. iteration16471, perturbing to get out of local maxima iteration 16472 found worse value: 363.460326705. iteration 16473 found worse value: 363.460326705. iteration 16474 found worse value: 363.460326705. iteration16474, perturbing to get out of local maxima iteration 16475 found worse value: 363.460326705. iteration 16476 found worse value: 363.460326705. iteration 16477 found worse value: 363.460326705. iteration 16478 found worse value: 363.460326705. iteration 16479 found worse value: 363.460326705. iteration16479, perturbing to get out of local maxima iteration 16480 found worse value: 363.460326705. iteration 16481 found worse value: 363.460326705. iteration 16482 found worse value: 363.460326705. iteration 16483 found worse value: 363.460326705. iteration 16484 found worse value: 363.460326705. iteration 16485 found worse value: 363.460326705. iteration 16486 found worse value: 363.460326705. iteration 16487 found worse value: 363.460326705. iteration 16488 found worse value: 363.460326705. iteration 16489 found worse value: 363.460326705. iteration 16490 found worse value: 363.460326705. iteration 16491 found worse value: 363.460326705. iteration 16492 found worse value: 363.460326705. iteration 16493 found worse value: 363.460326705. iteration 16494 found worse value: 363.460326705. iteration 16495 found worse value: 363.460326705. iteration 16496 found worse value: 363.460326705. iteration 16497 found worse value: 363.460326705. iteration 16498 found worse value: 363.460326705. iteration 16499 found worse value: 363.460326705. iteration 16500 found worse value: 363.460326705. iteration 16501 found worse value: 363.460326705. iteration 16502 found worse value: 363.460326705. iteration16502, perturbing to get out of local maxima iteration 16503 found worse value: 363.460326705. iteration 16504 found worse value: 363.460326705. iteration 16505 found worse value: 363.460326705. iteration16505, perturbing to get out of local maxima iteration 16506 found worse value: 363.460326705. iteration16506, perturbing to get out of local maxima iteration 16507 found worse value: 363.460326705. iteration 16508 found worse value: 363.460326705. iteration 16509 found worse value: 363.460326705. iteration 16510 found worse value: 363.460326705. iteration16510, perturbing to get out of local maxima iteration 16511 found worse value: 363.460326705. iteration 16512 found worse value: 363.460326705. iteration 16513 found worse value: 363.460326705. iteration 16514 found worse value: 363.460326705. iteration 16515 found worse value: 363.460326705. iteration 16516 found worse value: 363.460326705. iteration 16517 found worse value: 363.460326705. iteration 16518 found worse value: 363.460326705. iteration 16519 found worse value: 363.460326705. iteration 16520 found worse value: 363.460326705. iteration 16521 found worse value: 363.460326705. iteration 16522 found worse value: 363.460326705. iteration 16523 found worse value: 363.460326705. iteration 16524 found worse value: 363.460326705. iteration 16525 found worse value: 363.460326705. iteration 16526 found worse value: 363.460326705. iteration 16527 found worse value: 363.460326705. iteration 16528 found worse value: 363.460326705. iteration 16529 found worse value: 363.460326705. iteration 16530 found worse value: 363.460326705. iteration 16531 found worse value: 363.460326705. iteration16531, perturbing to get out of local maxima iteration 16532 found worse value: 363.460326705. iteration 16533 found worse value: 363.460326705. iteration 16534 found worse value: 363.460326705. iteration 16535 found worse value: 363.460326705. iteration 16536 found worse value: 363.460326705. iteration 16537 found worse value: 363.460326705. iteration 16538 found worse value: 363.460326705. iteration 16539 found worse value: 363.460326705. iteration 16540 found worse value: 363.460326705. iteration16540, perturbing to get out of local maxima iteration 16541 found worse value: 363.460326705. iteration16541, perturbing to get out of local maxima iteration 16542 found worse value: 363.460326705. iteration 16543 found worse value: 363.460326705. iteration 16544 found worse value: 363.460326705. iteration 16545 found worse value: 363.460326705. iteration 16546 found worse value: 363.460326705. iteration 16547 found worse value: 363.460326705. iteration 16548 found worse value: 363.460326705. iteration 16549 found worse value: 363.460326705. iteration 16550 found worse value: 363.460326705. iteration 16551 found worse value: 363.460326705. iteration 16552 found worse value: 363.460326705. iteration 16553 found worse value: 363.460326705. iteration 16554 found worse value: 363.460326705. iteration 16555 found worse value: 363.460326705. iteration 16556 found worse value: 363.460326705. iteration 16557 found worse value: 363.460326705. iteration 16558 found worse value: 363.460326705. iteration 16559 found worse value: 363.460326705. iteration 16560 found worse value: 363.460326705. iteration 16561 found worse value: 363.460326705. iteration 16562 found worse value: 363.460326705. iteration 16563 found worse value: 363.460326705. iteration 16564 found worse value: 363.460326705. iteration 16565 found worse value: 363.460326705. iteration 16566 found worse value: 363.460326705. iteration 16567 found worse value: 363.460326705. iteration 16568 found worse value: 363.460326705. iteration 16569 found worse value: 363.460326705. iteration 16570 found worse value: 363.460326705. iteration 16571 found worse value: 363.460326705. iteration 16572 found worse value: 363.460326705. iteration 16573 found worse value: 363.460326705. iteration 16574 found worse value: 363.460326705. iteration 16575 found worse value: 363.460326705. iteration 16576 found worse value: 363.460326705. iteration 16577 found worse value: 363.460326705. iteration 16578 found worse value: 363.460326705. iteration 16579 found worse value: 363.460326705. iteration 16580 found worse value: 363.460326705. iteration 16581 found worse value: 363.460326705. iteration 16582 found worse value: 363.460326705. iteration 16583 found worse value: 363.460326705. iteration 16584 found worse value: 363.460326705. iteration 16585 found worse value: 363.460326705. iteration 16586 found worse value: 363.460326705. iteration 16587 found worse value: 363.460326705. iteration 16588 found worse value: 363.460326705. iteration 16589 found worse value: 363.460326705. iteration 16590 found worse value: 363.460326705. iteration 16591 found worse value: 363.460326705. iteration 16592 found worse value: 363.460326705. iteration16592, perturbing to get out of local maxima iteration 16593 found worse value: 363.460326705. iteration 16594 found worse value: 363.460326705. iteration 16595 found worse value: 363.460326705. iteration 16596 found worse value: 363.460326705. iteration 16597 found worse value: 363.460326705. iteration 16598 found worse value: 363.460326705. iteration 16599 found worse value: 363.460326705. iteration 16600 found worse value: 363.460326705. iteration 16601 found worse value: 363.460326705. iteration 16602 found worse value: 363.460326705. iteration 16603 found worse value: 363.460326705. iteration 16604 found worse value: 363.460326705. iteration16604, perturbing to get out of local maxima iteration 16605 found worse value: 363.460326705. iteration 16606 found worse value: 363.460326705. iteration 16607 found worse value: 363.460326705. iteration 16608 found worse value: 363.460326705. iteration 16609 found worse value: 363.460326705. iteration 16610 found worse value: 363.460326705. iteration 16611 found worse value: 363.460326705. iteration 16612 found worse value: 363.460326705. iteration 16613 found worse value: 363.460326705. iteration 16614 found worse value: 363.460326705. iteration16614, perturbing to get out of local maxima iteration 16615 found worse value: 363.460326705. iteration 16616 found worse value: 363.460326705. iteration 16617 found worse value: 363.460326705. iteration 16618 found worse value: 363.460326705. iteration 16619 found worse value: 363.460326705. iteration 16620 found worse value: 363.460326705. iteration16620, perturbing to get out of local maxima iteration 16621 found worse value: 363.460326705. iteration 16622 found worse value: 363.460326705. iteration 16623 found worse value: 363.460326705. iteration 16624 found worse value: 363.460326705. iteration 16625 found worse value: 363.460326705. iteration 16626 found worse value: 363.460326705. iteration 16627 found worse value: 363.460326705. iteration 16628 found worse value: 363.460326705. iteration 16629 found worse value: 363.460326705. iteration 16630 found better value: 363.460628835 iteration 16631 found worse value: 363.460628835. iteration 16632 found better value: 363.460893274 iteration 16633 found worse value: 363.460893274. iteration 16634 found worse value: 363.460893274. iteration 16635 found worse value: 363.460893274. iteration 16636 found worse value: 363.460893274. iteration 16637 found better value: 363.460924017 iteration 16638 found worse value: 363.460924017. iteration 16639 found worse value: 363.460924017. iteration 16640 found worse value: 363.460924017. iteration 16641 found worse value: 363.460924017. iteration 16642 found worse value: 363.460924017. iteration 16643 found worse value: 363.460924017. iteration 16644 found worse value: 363.460924017. iteration 16645 found worse value: 363.460924017. iteration 16646 found worse value: 363.460924017. iteration 16647 found worse value: 363.460924017. iteration 16648 found worse value: 363.460924017. iteration 16649 found worse value: 363.460924017. iteration 16650 found worse value: 363.460924017. iteration 16651 found worse value: 363.460924017. iteration 16652 found worse value: 363.460924017. iteration 16653 found worse value: 363.460924017. iteration 16654 found better value: 363.460944787 iteration 16655 found worse value: 363.460944787. iteration 16656 found worse value: 363.460944787. iteration 16657 found worse value: 363.460944787. iteration 16658 found worse value: 363.460944787. iteration 16659 found worse value: 363.460944787. iteration 16660 found worse value: 363.460944787. iteration 16661 found worse value: 363.460944787. iteration 16662 found worse value: 363.460944787. iteration 16663 found worse value: 363.460944787. iteration 16664 found worse value: 363.460944787. iteration 16665 found worse value: 363.460944787. iteration 16666 found worse value: 363.460944787. iteration 16667 found worse value: 363.460944787. iteration 16668 found worse value: 363.460944787. iteration 16669 found worse value: 363.460944787. iteration 16670 found worse value: 363.460944787. iteration 16671 found worse value: 363.460944787. iteration 16672 found worse value: 363.460944787. iteration 16673 found worse value: 363.460944787. iteration 16674 found worse value: 363.460944787. iteration 16675 found worse value: 363.460944787. iteration 16676 found worse value: 363.460944787. iteration 16677 found worse value: 363.460944787. iteration 16678 found worse value: 363.460944787. iteration 16679 found worse value: 363.460944787. iteration 16680 found worse value: 363.460944787. iteration 16681 found better value: 363.46109251400003 iteration 16682 found worse value: 363.46109251400003. iteration 16683 found worse value: 363.46109251400003. iteration 16684 found worse value: 363.46109251400003. iteration 16685 found worse value: 363.46109251400003. iteration 16686 found worse value: 363.46109251400003. iteration 16687 found worse value: 363.46109251400003. iteration16687, perturbing to get out of local maxima iteration 16688 found worse value: 363.46109251400003. iteration 16689 found worse value: 363.46109251400003. iteration 16690 found worse value: 363.46109251400003. iteration 16691 found worse value: 363.46109251400003. iteration 16692 found worse value: 363.46109251400003. iteration 16693 found worse value: 363.46109251400003. iteration 16694 found worse value: 363.46109251400003. iteration 16695 found worse value: 363.46109251400003. iteration 16696 found worse value: 363.46109251400003. iteration 16697 found worse value: 363.46109251400003. iteration 16698 found worse value: 363.46109251400003. iteration 16699 found worse value: 363.46109251400003. iteration 16700 found worse value: 363.46109251400003. iteration 16701 found worse value: 363.46109251400003. iteration 16702 found worse value: 363.46109251400003. iteration 16703 found worse value: 363.46109251400003. iteration 16704 found worse value: 363.46109251400003. iteration 16705 found worse value: 363.46109251400003. iteration 16706 found worse value: 363.46109251400003. iteration 16707 found worse value: 363.46109251400003. iteration 16708 found worse value: 363.46109251400003. iteration 16709 found worse value: 363.46109251400003. iteration 16710 found worse value: 363.46109251400003. iteration 16711 found worse value: 363.46109251400003. iteration 16712 found worse value: 363.46109251400003. iteration 16713 found worse value: 363.46109251400003. iteration 16714 found worse value: 363.46109251400003. iteration 16715 found worse value: 363.46109251400003. iteration 16716 found worse value: 363.46109251400003. iteration 16717 found worse value: 363.46109251400003. iteration 16718 found worse value: 363.46109251400003. iteration 16719 found worse value: 363.46109251400003. iteration 16720 found worse value: 363.46109251400003. iteration 16721 found worse value: 363.46109251400003. iteration 16722 found worse value: 363.46109251400003. iteration 16723 found worse value: 363.46109251400003. iteration 16724 found worse value: 363.46109251400003. iteration 16725 found worse value: 363.46109251400003. iteration 16726 found worse value: 363.46109251400003. iteration 16727 found worse value: 363.46109251400003. iteration 16728 found worse value: 363.46109251400003. iteration 16729 found worse value: 363.46109251400003. iteration 16730 found worse value: 363.46109251400003. iteration 16731 found worse value: 363.46109251400003. iteration 16732 found worse value: 363.46109251400003. iteration 16733 found worse value: 363.46109251400003. iteration 16734 found worse value: 363.46109251400003. iteration 16735 found worse value: 363.46109251400003. iteration 16736 found worse value: 363.46109251400003. iteration 16737 found worse value: 363.46109251400003. iteration16737, perturbing to get out of local maxima iteration 16738 found worse value: 363.46109251400003. iteration 16739 found worse value: 363.46109251400003. iteration 16740 found worse value: 363.46109251400003. iteration 16741 found worse value: 363.46109251400003. iteration 16742 found worse value: 363.46109251400003. iteration 16743 found worse value: 363.46109251400003. iteration 16744 found worse value: 363.46109251400003. iteration 16745 found worse value: 363.46109251400003. iteration 16746 found worse value: 363.46109251400003. iteration 16747 found worse value: 363.46109251400003. iteration 16748 found worse value: 363.46109251400003. iteration 16749 found worse value: 363.46109251400003. iteration 16750 found worse value: 363.46109251400003. iteration 16751 found better value: 363.461425618 iteration 16752 found worse value: 363.461425618. iteration16752, perturbing to get out of local maxima iteration 16753 found worse value: 363.461425618. iteration 16754 found worse value: 363.461425618. iteration 16755 found worse value: 363.461425618. iteration 16756 found worse value: 363.461425618. iteration 16757 found worse value: 363.461425618. iteration 16758 found worse value: 363.461425618. iteration 16759 found worse value: 363.461425618. iteration 16760 found worse value: 363.461425618. iteration 16761 found worse value: 363.461425618. iteration 16762 found worse value: 363.461425618. iteration16762, perturbing to get out of local maxima iteration 16763 found worse value: 363.461425618. iteration 16764 found worse value: 363.461425618. iteration 16765 found worse value: 363.461425618. iteration 16766 found worse value: 363.461425618. iteration 16767 found worse value: 363.461425618. iteration 16768 found worse value: 363.461425618. iteration 16769 found worse value: 363.461425618. iteration 16770 found worse value: 363.461425618. iteration 16771 found worse value: 363.461425618. iteration 16772 found worse value: 363.461425618. iteration 16773 found worse value: 363.461425618. iteration 16774 found worse value: 363.461425618. iteration 16775 found worse value: 363.461425618. iteration 16776 found worse value: 363.461425618. iteration 16777 found worse value: 363.461425618. iteration 16778 found worse value: 363.461425618. iteration 16779 found worse value: 363.461425618. iteration 16780 found worse value: 363.461425618. iteration 16781 found worse value: 363.461425618. iteration 16782 found worse value: 363.461425618. iteration 16783 found worse value: 363.461425618. iteration 16784 found worse value: 363.461425618. iteration 16785 found worse value: 363.461425618. iteration 16786 found worse value: 363.461425618. iteration 16787 found worse value: 363.461425618. iteration 16788 found worse value: 363.461425618. iteration 16789 found worse value: 363.461425618. iteration16789, perturbing to get out of local maxima iteration 16790 found worse value: 363.461425618. iteration 16791 found worse value: 363.461425618. iteration 16792 found worse value: 363.461425618. iteration 16793 found worse value: 363.461425618. iteration 16794 found worse value: 363.461425618. iteration 16795 found worse value: 363.461425618. iteration 16796 found worse value: 363.461425618. iteration 16797 found worse value: 363.461425618. iteration 16798 found worse value: 363.461425618. iteration 16799 found worse value: 363.461425618. iteration 16800 found worse value: 363.461425618. iteration 16801 found worse value: 363.461425618. iteration 16802 found worse value: 363.461425618. iteration 16803 found worse value: 363.461425618. iteration 16804 found worse value: 363.461425618. iteration 16805 found worse value: 363.461425618. iteration 16806 found worse value: 363.461425618. iteration 16807 found worse value: 363.461425618. iteration 16808 found worse value: 363.461425618. iteration16808, perturbing to get out of local maxima iteration 16809 found worse value: 363.461425618. iteration 16810 found worse value: 363.461425618. iteration 16811 found worse value: 363.461425618. iteration 16812 found worse value: 363.461425618. iteration 16813 found worse value: 363.461425618. iteration 16814 found worse value: 363.461425618. iteration 16815 found worse value: 363.461425618. iteration 16816 found worse value: 363.461425618. iteration 16817 found worse value: 363.461425618. iteration 16818 found worse value: 363.461425618. iteration 16819 found worse value: 363.461425618. iteration 16820 found worse value: 363.461425618. iteration16820, perturbing to get out of local maxima iteration 16821 found worse value: 363.461425618. iteration 16822 found worse value: 363.461425618. iteration 16823 found worse value: 363.461425618. iteration 16824 found worse value: 363.461425618. iteration 16825 found worse value: 363.461425618. iteration 16826 found worse value: 363.461425618. iteration16826, perturbing to get out of local maxima iteration 16827 found worse value: 363.461425618. iteration 16828 found worse value: 363.461425618. iteration 16829 found worse value: 363.461425618. iteration 16830 found worse value: 363.461425618. iteration 16831 found worse value: 363.461425618. iteration 16832 found worse value: 363.461425618. iteration 16833 found worse value: 363.461425618. iteration 16834 found worse value: 363.461425618. iteration 16835 found worse value: 363.461425618. iteration 16836 found worse value: 363.461425618. iteration 16837 found worse value: 363.461425618. iteration 16838 found worse value: 363.461425618. iteration 16839 found worse value: 363.461425618. iteration 16840 found worse value: 363.461425618. iteration 16841 found worse value: 363.461425618. iteration 16842 found worse value: 363.461425618. iteration 16843 found worse value: 363.461425618. iteration 16844 found worse value: 363.461425618. iteration 16845 found worse value: 363.461425618. iteration 16846 found worse value: 363.461425618. iteration 16847 found worse value: 363.461425618. iteration16847, perturbing to get out of local maxima iteration 16848 found worse value: 363.461425618. iteration 16849 found worse value: 363.461425618. iteration 16850 found worse value: 363.461425618. iteration 16851 found worse value: 363.461425618. iteration 16852 found worse value: 363.461425618. iteration 16853 found worse value: 363.461425618. iteration 16854 found worse value: 363.461425618. iteration 16855 found worse value: 363.461425618. iteration 16856 found worse value: 363.461425618. iteration 16857 found worse value: 363.461425618. iteration 16858 found worse value: 363.461425618. iteration 16859 found worse value: 363.461425618. iteration 16860 found worse value: 363.461425618. iteration 16861 found worse value: 363.461425618. iteration 16862 found worse value: 363.461425618. iteration 16863 found worse value: 363.461425618. iteration 16864 found worse value: 363.461425618. iteration 16865 found worse value: 363.461425618. iteration 16866 found worse value: 363.461425618. iteration 16867 found worse value: 363.461425618. iteration 16868 found worse value: 363.461425618. iteration 16869 found worse value: 363.461425618. iteration 16870 found worse value: 363.461425618. iteration 16871 found worse value: 363.461425618. iteration 16872 found worse value: 363.461425618. iteration 16873 found worse value: 363.461425618. iteration 16874 found worse value: 363.461425618. iteration 16875 found worse value: 363.461425618. iteration 16876 found worse value: 363.461425618. iteration 16877 found worse value: 363.461425618. iteration 16878 found worse value: 363.461425618. iteration 16879 found worse value: 363.461425618. iteration 16880 found worse value: 363.461425618. iteration 16881 found worse value: 363.461425618. iteration 16882 found worse value: 363.461425618. iteration 16883 found worse value: 363.461425618. iteration 16884 found worse value: 363.461425618. iteration 16885 found worse value: 363.461425618. iteration 16886 found worse value: 363.461425618. iteration 16887 found worse value: 363.461425618. iteration 16888 found worse value: 363.461425618. iteration 16889 found worse value: 363.461425618. iteration16889, perturbing to get out of local maxima iteration 16890 found worse value: 363.461425618. iteration 16891 found worse value: 363.461425618. iteration 16892 found worse value: 363.461425618. iteration16892, perturbing to get out of local maxima iteration 16893 found worse value: 363.461425618. iteration 16894 found worse value: 363.461425618. iteration 16895 found worse value: 363.461425618. iteration 16896 found worse value: 363.461425618. iteration 16897 found worse value: 363.461425618. iteration 16898 found worse value: 363.461425618. iteration 16899 found worse value: 363.461425618. iteration 16900 found worse value: 363.461425618. iteration 16901 found worse value: 363.461425618. iteration 16902 found worse value: 363.461425618. iteration 16903 found worse value: 363.461425618. iteration 16904 found worse value: 363.461425618. iteration 16905 found worse value: 363.461425618. iteration 16906 found worse value: 363.461425618. iteration 16907 found worse value: 363.461425618. iteration 16908 found worse value: 363.461425618. iteration 16909 found worse value: 363.461425618. iteration 16910 found worse value: 363.461425618. iteration16910, perturbing to get out of local maxima iteration 16911 found worse value: 363.461425618. iteration 16912 found worse value: 363.461425618. iteration 16913 found worse value: 363.461425618. iteration 16914 found worse value: 363.461425618. iteration 16915 found worse value: 363.461425618. iteration 16916 found worse value: 363.461425618. iteration 16917 found worse value: 363.461425618. iteration16917, perturbing to get out of local maxima iteration 16918 found worse value: 363.461425618. iteration 16919 found worse value: 363.461425618. iteration 16920 found worse value: 363.461425618. iteration 16921 found worse value: 363.461425618. iteration 16922 found worse value: 363.461425618. iteration 16923 found worse value: 363.461425618. iteration 16924 found worse value: 363.461425618. iteration 16925 found worse value: 363.461425618. iteration 16926 found worse value: 363.461425618. iteration 16927 found worse value: 363.461425618. iteration 16928 found worse value: 363.461425618. iteration 16929 found worse value: 363.461425618. iteration 16930 found worse value: 363.461425618. iteration 16931 found worse value: 363.461425618. iteration 16932 found worse value: 363.461425618. iteration 16933 found worse value: 363.461425618. iteration 16934 found worse value: 363.461425618. iteration 16935 found worse value: 363.461425618. iteration 16936 found worse value: 363.461425618. iteration 16937 found worse value: 363.461425618. iteration 16938 found worse value: 363.461425618. iteration 16939 found worse value: 363.461425618. iteration 16940 found worse value: 363.461425618. iteration 16941 found worse value: 363.461425618. iteration 16942 found worse value: 363.461425618. iteration 16943 found worse value: 363.461425618. iteration16943, perturbing to get out of local maxima iteration 16944 found worse value: 363.461425618. iteration 16945 found worse value: 363.461425618. iteration 16946 found worse value: 363.461425618. iteration 16947 found worse value: 363.461425618. iteration 16948 found worse value: 363.461425618. iteration 16949 found worse value: 363.461425618. iteration 16950 found worse value: 363.461425618. iteration 16951 found worse value: 363.461425618. iteration 16952 found worse value: 363.461425618. iteration 16953 found worse value: 363.461425618. iteration 16954 found worse value: 363.461425618. iteration 16955 found worse value: 363.461425618. iteration 16956 found worse value: 363.461425618. iteration 16957 found worse value: 363.461425618. iteration 16958 found worse value: 363.461425618. iteration 16959 found worse value: 363.461425618. iteration 16960 found worse value: 363.461425618. iteration 16961 found worse value: 363.461425618. iteration 16962 found worse value: 363.461425618. iteration 16963 found worse value: 363.461425618. iteration 16964 found worse value: 363.461425618. iteration 16965 found worse value: 363.461425618. iteration 16966 found worse value: 363.461425618. iteration 16967 found worse value: 363.461425618. iteration 16968 found worse value: 363.461425618. iteration16968, perturbing to get out of local maxima iteration 16969 found worse value: 363.461425618. iteration 16970 found worse value: 363.461425618. iteration 16971 found worse value: 363.461425618. iteration 16972 found worse value: 363.461425618. iteration 16973 found worse value: 363.461425618. iteration 16974 found worse value: 363.461425618. iteration 16975 found worse value: 363.461425618. iteration16975, perturbing to get out of local maxima iteration 16976 found worse value: 363.461425618. iteration 16977 found worse value: 363.461425618. iteration 16978 found worse value: 363.461425618. iteration 16979 found worse value: 363.461425618. iteration 16980 found worse value: 363.461425618. iteration 16981 found worse value: 363.461425618. iteration 16982 found worse value: 363.461425618. iteration 16983 found worse value: 363.461425618. iteration 16984 found worse value: 363.461425618. iteration 16985 found worse value: 363.461425618. iteration 16986 found worse value: 363.461425618. iteration 16987 found worse value: 363.461425618. iteration 16988 found worse value: 363.461425618. iteration 16989 found worse value: 363.461425618. iteration 16990 found worse value: 363.461425618. iteration 16991 found worse value: 363.461425618. iteration 16992 found worse value: 363.461425618. iteration 16993 found worse value: 363.461425618. iteration 16994 found worse value: 363.461425618. iteration 16995 found worse value: 363.461425618. iteration 16996 found worse value: 363.461425618. iteration 16997 found worse value: 363.461425618. iteration 16998 found worse value: 363.461425618. iteration 16999 found worse value: 363.461425618. iteration 17000 found worse value: 363.461425618. iteration 17001 found worse value: 363.461425618. iteration 17002 found worse value: 363.461425618. iteration17002, perturbing to get out of local maxima iteration 17003 found worse value: 363.461425618. iteration 17004 found worse value: 363.461425618. iteration 17005 found worse value: 363.461425618. iteration 17006 found worse value: 363.461425618. iteration 17007 found worse value: 363.461425618. iteration 17008 found worse value: 363.461425618. iteration 17009 found worse value: 363.461425618. iteration 17010 found worse value: 363.461425618. iteration 17011 found worse value: 363.461425618. iteration 17012 found worse value: 363.461425618. iteration 17013 found worse value: 363.461425618. iteration 17014 found worse value: 363.461425618. iteration 17015 found worse value: 363.461425618. iteration 17016 found worse value: 363.461425618. iteration17016, perturbing to get out of local maxima iteration 17017 found worse value: 363.461425618. iteration17017, perturbing to get out of local maxima iteration 17018 found worse value: 363.461425618. iteration17018, perturbing to get out of local maxima iteration 17019 found worse value: 363.461425618. iteration 17020 found worse value: 363.461425618. iteration 17021 found worse value: 363.461425618. iteration 17022 found worse value: 363.461425618. iteration 17023 found worse value: 363.461425618. iteration 17024 found worse value: 363.461425618. iteration 17025 found worse value: 363.461425618. iteration 17026 found worse value: 363.461425618. iteration 17027 found worse value: 363.461425618. iteration 17028 found worse value: 363.461425618. iteration 17029 found worse value: 363.461425618. iteration 17030 found worse value: 363.461425618. iteration 17031 found worse value: 363.461425618. iteration 17032 found worse value: 363.461425618. iteration 17033 found worse value: 363.461425618. iteration 17034 found worse value: 363.461425618. iteration 17035 found worse value: 363.461425618. iteration 17036 found worse value: 363.461425618. iteration 17037 found worse value: 363.461425618. iteration 17038 found worse value: 363.461425618. iteration 17039 found worse value: 363.461425618. iteration 17040 found worse value: 363.461425618. iteration 17041 found worse value: 363.461425618. iteration 17042 found worse value: 363.461425618. iteration 17043 found worse value: 363.461425618. iteration 17044 found worse value: 363.461425618. iteration 17045 found worse value: 363.461425618. iteration 17046 found worse value: 363.461425618. iteration 17047 found worse value: 363.461425618. iteration 17048 found worse value: 363.461425618. iteration17048, perturbing to get out of local maxima iteration 17049 found worse value: 363.461425618. iteration 17050 found worse value: 363.461425618. iteration 17051 found worse value: 363.461425618. iteration 17052 found worse value: 363.461425618. iteration 17053 found worse value: 363.461425618. iteration 17054 found worse value: 363.461425618. iteration17054, perturbing to get out of local maxima iteration 17055 found worse value: 363.461425618. iteration 17056 found worse value: 363.461425618. iteration 17057 found worse value: 363.461425618. iteration 17058 found worse value: 363.461425618. iteration 17059 found worse value: 363.461425618. iteration 17060 found worse value: 363.461425618. iteration 17061 found worse value: 363.461425618. iteration 17062 found worse value: 363.461425618. iteration 17063 found worse value: 363.461425618. iteration 17064 found worse value: 363.461425618. iteration 17065 found worse value: 363.461425618. iteration 17066 found worse value: 363.461425618. iteration 17067 found worse value: 363.461425618. iteration 17068 found worse value: 363.461425618. iteration 17069 found worse value: 363.461425618. iteration 17070 found worse value: 363.461425618. iteration17070, perturbing to get out of local maxima iteration 17071 found worse value: 363.461425618. iteration 17072 found worse value: 363.461425618. iteration 17073 found worse value: 363.461425618. iteration17073, perturbing to get out of local maxima iteration 17074 found worse value: 363.461425618. iteration 17075 found worse value: 363.461425618. iteration 17076 found worse value: 363.461425618. iteration 17077 found worse value: 363.461425618. iteration 17078 found worse value: 363.461425618. iteration 17079 found worse value: 363.461425618. iteration 17080 found worse value: 363.461425618. iteration 17081 found worse value: 363.461425618. iteration 17082 found worse value: 363.461425618. iteration 17083 found worse value: 363.461425618. iteration 17084 found worse value: 363.461425618. iteration 17085 found worse value: 363.461425618. iteration 17086 found worse value: 363.461425618. iteration17086, perturbing to get out of local maxima iteration 17087 found worse value: 363.461425618. iteration 17088 found worse value: 363.461425618. iteration 17089 found worse value: 363.461425618. iteration17089, perturbing to get out of local maxima iteration 17090 found worse value: 363.461425618. iteration 17091 found worse value: 363.461425618. iteration 17092 found worse value: 363.461425618. iteration 17093 found worse value: 363.461425618. iteration 17094 found worse value: 363.461425618. iteration 17095 found worse value: 363.461425618. iteration 17096 found worse value: 363.461425618. iteration 17097 found worse value: 363.461425618. iteration 17098 found worse value: 363.461425618. iteration 17099 found worse value: 363.461425618. iteration 17100 found worse value: 363.461425618. iteration 17101 found worse value: 363.461425618. iteration 17102 found worse value: 363.461425618. iteration 17103 found worse value: 363.461425618. iteration 17104 found worse value: 363.461425618. iteration 17105 found worse value: 363.461425618. iteration 17106 found worse value: 363.461425618. iteration 17107 found worse value: 363.461425618. iteration 17108 found worse value: 363.461425618. iteration 17109 found worse value: 363.461425618. iteration 17110 found worse value: 363.461425618. iteration 17111 found worse value: 363.461425618. iteration17111, perturbing to get out of local maxima iteration 17112 found worse value: 363.461425618. iteration 17113 found worse value: 363.461425618. iteration 17114 found worse value: 363.461425618. iteration 17115 found worse value: 363.461425618. iteration 17116 found worse value: 363.461425618. iteration 17117 found worse value: 363.461425618. iteration 17118 found worse value: 363.461425618. iteration 17119 found worse value: 363.461425618. iteration17119, perturbing to get out of local maxima iteration 17120 found worse value: 363.461425618. iteration 17121 found worse value: 363.461425618. iteration 17122 found worse value: 363.461425618. iteration 17123 found worse value: 363.461425618. iteration 17124 found worse value: 363.461425618. iteration 17125 found worse value: 363.461425618. iteration 17126 found worse value: 363.461425618. iteration 17127 found worse value: 363.461425618. iteration 17128 found worse value: 363.461425618. iteration 17129 found worse value: 363.461425618. iteration 17130 found worse value: 363.461425618. iteration17130, perturbing to get out of local maxima iteration 17131 found worse value: 363.461425618. iteration 17132 found worse value: 363.461425618. iteration 17133 found worse value: 363.461425618. iteration 17134 found worse value: 363.461425618. iteration 17135 found worse value: 363.461425618. iteration 17136 found worse value: 363.461425618. iteration 17137 found worse value: 363.461425618. iteration17137, perturbing to get out of local maxima iteration 17138 found worse value: 363.461425618. iteration 17139 found worse value: 363.461425618. iteration 17140 found worse value: 363.461425618. iteration 17141 found worse value: 363.461425618. iteration 17142 found worse value: 363.461425618. iteration 17143 found worse value: 363.461425618. iteration 17144 found worse value: 363.461425618. iteration 17145 found worse value: 363.461425618. iteration 17146 found worse value: 363.461425618. iteration17146, perturbing to get out of local maxima iteration 17147 found worse value: 363.461425618. iteration 17148 found worse value: 363.461425618. iteration 17149 found worse value: 363.461425618. iteration 17150 found worse value: 363.461425618. iteration 17151 found worse value: 363.461425618. iteration 17152 found worse value: 363.461425618. iteration 17153 found worse value: 363.461425618. iteration 17154 found worse value: 363.461425618. iteration 17155 found worse value: 363.461425618. iteration 17156 found worse value: 363.461425618. iteration 17157 found worse value: 363.461425618. iteration 17158 found worse value: 363.461425618. iteration 17159 found worse value: 363.461425618. iteration 17160 found worse value: 363.461425618. iteration 17161 found worse value: 363.461425618. iteration 17162 found worse value: 363.461425618. iteration 17163 found worse value: 363.461425618. iteration 17164 found worse value: 363.461425618. iteration 17165 found worse value: 363.461425618. iteration 17166 found worse value: 363.461425618. iteration 17167 found worse value: 363.461425618. iteration 17168 found worse value: 363.461425618. iteration 17169 found worse value: 363.461425618. iteration 17170 found worse value: 363.461425618. iteration 17171 found worse value: 363.461425618. iteration 17172 found worse value: 363.461425618. iteration 17173 found worse value: 363.461425618. iteration 17174 found worse value: 363.461425618. iteration 17175 found worse value: 363.461425618. iteration 17176 found worse value: 363.461425618. iteration 17177 found worse value: 363.461425618. iteration 17178 found worse value: 363.461425618. iteration 17179 found worse value: 363.461425618. iteration 17180 found worse value: 363.461425618. iteration 17181 found worse value: 363.461425618. iteration 17182 found worse value: 363.461425618. iteration 17183 found worse value: 363.461425618. iteration 17184 found worse value: 363.461425618. iteration 17185 found worse value: 363.461425618. iteration 17186 found worse value: 363.461425618. iteration 17187 found worse value: 363.461425618. iteration 17188 found worse value: 363.461425618. iteration 17189 found worse value: 363.461425618. iteration 17190 found worse value: 363.461425618. iteration17190, perturbing to get out of local maxima iteration 17191 found worse value: 363.461425618. iteration 17192 found worse value: 363.461425618. iteration 17193 found worse value: 363.461425618. iteration 17194 found worse value: 363.461425618. iteration 17195 found worse value: 363.461425618. iteration 17196 found worse value: 363.461425618. iteration 17197 found worse value: 363.461425618. iteration 17198 found worse value: 363.461425618. iteration 17199 found worse value: 363.461425618. iteration 17200 found worse value: 363.461425618. iteration 17201 found worse value: 363.461425618. iteration 17202 found worse value: 363.461425618. iteration 17203 found worse value: 363.461425618. iteration 17204 found worse value: 363.461425618. iteration17204, perturbing to get out of local maxima iteration 17205 found worse value: 363.461425618. iteration 17206 found worse value: 363.461425618. iteration 17207 found worse value: 363.461425618. iteration 17208 found worse value: 363.461425618. iteration17208, perturbing to get out of local maxima iteration 17209 found worse value: 363.461425618. iteration 17210 found worse value: 363.461425618. iteration 17211 found worse value: 363.461425618. iteration 17212 found worse value: 363.461425618. iteration 17213 found worse value: 363.461425618. iteration 17214 found worse value: 363.461425618. iteration 17215 found worse value: 363.461425618. iteration 17216 found worse value: 363.461425618. iteration 17217 found worse value: 363.461425618. iteration 17218 found worse value: 363.461425618. iteration 17219 found worse value: 363.461425618. iteration 17220 found worse value: 363.461425618. iteration 17221 found worse value: 363.461425618. iteration 17222 found worse value: 363.461425618. iteration 17223 found worse value: 363.461425618. iteration 17224 found worse value: 363.461425618. iteration 17225 found worse value: 363.461425618. iteration 17226 found worse value: 363.461425618. iteration 17227 found worse value: 363.461425618. iteration 17228 found worse value: 363.461425618. iteration 17229 found worse value: 363.461425618. iteration 17230 found worse value: 363.461425618. iteration 17231 found worse value: 363.461425618. iteration 17232 found worse value: 363.461425618. iteration 17233 found worse value: 363.461425618. iteration 17234 found worse value: 363.461425618. iteration 17235 found worse value: 363.461425618. iteration 17236 found worse value: 363.461425618. iteration 17237 found worse value: 363.461425618. iteration 17238 found worse value: 363.461425618. iteration 17239 found worse value: 363.461425618. iteration 17240 found worse value: 363.461425618. iteration 17241 found worse value: 363.461425618. iteration 17242 found worse value: 363.461425618. iteration 17243 found worse value: 363.461425618. iteration 17244 found worse value: 363.461425618. iteration 17245 found worse value: 363.461425618. iteration 17246 found worse value: 363.461425618. iteration 17247 found worse value: 363.461425618. iteration 17248 found worse value: 363.461425618. iteration 17249 found worse value: 363.461425618. iteration17249, perturbing to get out of local maxima iteration 17250 found worse value: 363.461425618. iteration 17251 found worse value: 363.461425618. iteration 17252 found worse value: 363.461425618. iteration 17253 found worse value: 363.461425618. iteration 17254 found worse value: 363.461425618. iteration 17255 found worse value: 363.461425618. iteration 17256 found worse value: 363.461425618. iteration 17257 found worse value: 363.461425618. iteration 17258 found worse value: 363.461425618. iteration 17259 found worse value: 363.461425618. iteration 17260 found worse value: 363.461425618. iteration17260, perturbing to get out of local maxima iteration 17261 found worse value: 363.461425618. iteration 17262 found worse value: 363.461425618. iteration 17263 found worse value: 363.461425618. iteration 17264 found worse value: 363.461425618. iteration 17265 found worse value: 363.461425618. iteration 17266 found worse value: 363.461425618. iteration17266, perturbing to get out of local maxima iteration 17267 found worse value: 363.461425618. iteration 17268 found worse value: 363.461425618. iteration 17269 found worse value: 363.461425618. iteration 17270 found worse value: 363.461425618. iteration 17271 found worse value: 363.461425618. iteration 17272 found worse value: 363.461425618. iteration 17273 found worse value: 363.461425618. iteration 17274 found worse value: 363.461425618. iteration 17275 found worse value: 363.461425618. iteration 17276 found worse value: 363.461425618. iteration 17277 found worse value: 363.461425618. iteration 17278 found worse value: 363.461425618. iteration 17279 found worse value: 363.461425618. iteration17279, perturbing to get out of local maxima iteration 17280 found worse value: 363.461425618. iteration 17281 found worse value: 363.461425618. iteration 17282 found worse value: 363.461425618. iteration 17283 found worse value: 363.461425618. iteration 17284 found worse value: 363.461425618. iteration 17285 found worse value: 363.461425618. iteration 17286 found worse value: 363.461425618. iteration 17287 found worse value: 363.461425618. iteration 17288 found worse value: 363.461425618. iteration 17289 found worse value: 363.461425618. iteration 17290 found worse value: 363.461425618. iteration 17291 found worse value: 363.461425618. iteration 17292 found worse value: 363.461425618. iteration 17293 found worse value: 363.461425618. iteration 17294 found worse value: 363.461425618. iteration 17295 found worse value: 363.461425618. iteration 17296 found worse value: 363.461425618. iteration 17297 found worse value: 363.461425618. iteration 17298 found worse value: 363.461425618. iteration 17299 found worse value: 363.461425618. iteration 17300 found worse value: 363.461425618. iteration 17301 found worse value: 363.461425618. iteration 17302 found worse value: 363.461425618. iteration 17303 found worse value: 363.461425618. iteration 17304 found worse value: 363.461425618. iteration 17305 found worse value: 363.461425618. iteration 17306 found worse value: 363.461425618. iteration17306, perturbing to get out of local maxima iteration 17307 found worse value: 363.461425618. iteration 17308 found worse value: 363.461425618. iteration 17309 found worse value: 363.461425618. iteration 17310 found worse value: 363.461425618. iteration 17311 found worse value: 363.461425618. iteration 17312 found worse value: 363.461425618. iteration 17313 found worse value: 363.461425618. iteration 17314 found worse value: 363.461425618. iteration 17315 found worse value: 363.461425618. iteration 17316 found worse value: 363.461425618. iteration 17317 found worse value: 363.461425618. iteration 17318 found worse value: 363.461425618. iteration 17319 found worse value: 363.461425618. iteration 17320 found worse value: 363.461425618. iteration 17321 found worse value: 363.461425618. iteration 17322 found worse value: 363.461425618. iteration 17323 found worse value: 363.461425618. iteration 17324 found worse value: 363.461425618. iteration 17325 found worse value: 363.461425618. iteration 17326 found worse value: 363.461425618. iteration 17327 found worse value: 363.461425618. iteration 17328 found worse value: 363.461425618. iteration 17329 found worse value: 363.461425618. iteration 17330 found worse value: 363.461425618. iteration 17331 found worse value: 363.461425618. iteration 17332 found worse value: 363.461425618. iteration 17333 found worse value: 363.461425618. iteration 17334 found worse value: 363.461425618. iteration 17335 found worse value: 363.461425618. iteration 17336 found worse value: 363.461425618. iteration 17337 found worse value: 363.461425618. iteration 17338 found worse value: 363.461425618. iteration17338, perturbing to get out of local maxima iteration 17339 found worse value: 363.461425618. iteration 17340 found worse value: 363.461425618. iteration 17341 found worse value: 363.461425618. iteration 17342 found worse value: 363.461425618. iteration 17343 found worse value: 363.461425618. iteration 17344 found worse value: 363.461425618. iteration 17345 found worse value: 363.461425618. iteration 17346 found worse value: 363.461425618. iteration 17347 found worse value: 363.461425618. iteration 17348 found worse value: 363.461425618. iteration 17349 found worse value: 363.461425618. iteration 17350 found worse value: 363.461425618. iteration 17351 found worse value: 363.461425618. iteration 17352 found worse value: 363.461425618. iteration 17353 found worse value: 363.461425618. iteration 17354 found worse value: 363.461425618. iteration 17355 found worse value: 363.461425618. iteration 17356 found worse value: 363.461425618. iteration 17357 found worse value: 363.461425618. iteration 17358 found worse value: 363.461425618. iteration 17359 found worse value: 363.461425618. iteration 17360 found worse value: 363.461425618. iteration 17361 found worse value: 363.461425618. iteration 17362 found worse value: 363.461425618. iteration 17363 found worse value: 363.461425618. iteration 17364 found worse value: 363.461425618. iteration 17365 found worse value: 363.461425618. iteration 17366 found worse value: 363.461425618. iteration 17367 found worse value: 363.461425618. iteration 17368 found worse value: 363.461425618. iteration 17369 found worse value: 363.461425618. iteration 17370 found worse value: 363.461425618. iteration 17371 found worse value: 363.461425618. iteration 17372 found worse value: 363.461425618. iteration 17373 found worse value: 363.461425618. iteration 17374 found worse value: 363.461425618. iteration 17375 found worse value: 363.461425618. iteration 17376 found worse value: 363.461425618. iteration 17377 found worse value: 363.461425618. iteration 17378 found worse value: 363.461425618. iteration 17379 found worse value: 363.461425618. iteration17379, perturbing to get out of local maxima iteration 17380 found worse value: 363.461425618. iteration 17381 found worse value: 363.461425618. iteration 17382 found worse value: 363.461425618. iteration 17383 found worse value: 363.461425618. iteration 17384 found worse value: 363.461425618. iteration 17385 found worse value: 363.461425618. iteration 17386 found worse value: 363.461425618. iteration17386, perturbing to get out of local maxima iteration 17387 found worse value: 363.461425618. iteration 17388 found worse value: 363.461425618. iteration 17389 found worse value: 363.461425618. iteration 17390 found worse value: 363.461425618. iteration 17391 found worse value: 363.461425618. iteration 17392 found worse value: 363.461425618. iteration 17393 found worse value: 363.461425618. iteration 17394 found worse value: 363.461425618. iteration 17395 found worse value: 363.461425618. iteration 17396 found worse value: 363.461425618. iteration 17397 found worse value: 363.461425618. iteration 17398 found worse value: 363.461425618. iteration17398, perturbing to get out of local maxima iteration 17399 found worse value: 363.461425618. iteration17399, perturbing to get out of local maxima iteration 17400 found worse value: 363.461425618. iteration17400, perturbing to get out of local maxima iteration 17401 found worse value: 363.461425618. iteration17401, perturbing to get out of local maxima iteration 17402 found worse value: 363.461425618. iteration 17403 found worse value: 363.461425618. iteration 17404 found worse value: 363.461425618. iteration 17405 found worse value: 363.461425618. iteration 17406 found worse value: 363.461425618. iteration 17407 found worse value: 363.461425618. iteration 17408 found worse value: 363.461425618. iteration17408, perturbing to get out of local maxima iteration 17409 found worse value: 363.461425618. iteration 17410 found worse value: 363.461425618. iteration 17411 found worse value: 363.461425618. iteration 17412 found worse value: 363.461425618. iteration 17413 found worse value: 363.461425618. iteration 17414 found worse value: 363.461425618. iteration 17415 found worse value: 363.461425618. iteration 17416 found worse value: 363.461425618. iteration 17417 found worse value: 363.461425618. iteration17417, perturbing to get out of local maxima iteration 17418 found worse value: 363.461425618. iteration 17419 found worse value: 363.461425618. iteration 17420 found worse value: 363.461425618. iteration 17421 found worse value: 363.461425618. iteration 17422 found worse value: 363.461425618. iteration 17423 found worse value: 363.461425618. iteration 17424 found worse value: 363.461425618. iteration 17425 found worse value: 363.461425618. iteration 17426 found worse value: 363.461425618. iteration 17427 found worse value: 363.461425618. iteration 17428 found worse value: 363.461425618. iteration 17429 found worse value: 363.461425618. iteration 17430 found worse value: 363.461425618. iteration 17431 found worse value: 363.461425618. iteration 17432 found worse value: 363.461425618. iteration 17433 found worse value: 363.461425618. iteration 17434 found worse value: 363.461425618. iteration 17435 found worse value: 363.461425618. iteration 17436 found worse value: 363.461425618. iteration 17437 found worse value: 363.461425618. iteration 17438 found worse value: 363.461425618. iteration 17439 found worse value: 363.461425618. iteration 17440 found worse value: 363.461425618. iteration 17441 found worse value: 363.461425618. iteration 17442 found worse value: 363.461425618. iteration 17443 found worse value: 363.461425618. iteration 17444 found worse value: 363.461425618. iteration 17445 found worse value: 363.461425618. iteration 17446 found worse value: 363.461425618. iteration 17447 found worse value: 363.461425618. iteration 17448 found worse value: 363.461425618. iteration 17449 found worse value: 363.461425618. iteration 17450 found worse value: 363.461425618. iteration 17451 found worse value: 363.461425618. iteration 17452 found worse value: 363.461425618. iteration 17453 found worse value: 363.461425618. iteration 17454 found worse value: 363.461425618. iteration 17455 found worse value: 363.461425618. iteration 17456 found worse value: 363.461425618. iteration 17457 found worse value: 363.461425618. iteration 17458 found worse value: 363.461425618. iteration 17459 found worse value: 363.461425618. iteration 17460 found worse value: 363.461425618. iteration 17461 found worse value: 363.461425618. iteration 17462 found worse value: 363.461425618. iteration 17463 found worse value: 363.461425618. iteration 17464 found worse value: 363.461425618. iteration 17465 found worse value: 363.461425618. iteration 17466 found worse value: 363.461425618. iteration 17467 found worse value: 363.461425618. iteration 17468 found worse value: 363.461425618. iteration 17469 found worse value: 363.461425618. iteration 17470 found worse value: 363.461425618. iteration 17471 found worse value: 363.461425618. iteration 17472 found worse value: 363.461425618. iteration 17473 found worse value: 363.461425618. iteration17473, perturbing to get out of local maxima iteration 17474 found worse value: 363.461425618. iteration 17475 found worse value: 363.461425618. iteration 17476 found worse value: 363.461425618. iteration 17477 found worse value: 363.461425618. iteration 17478 found worse value: 363.461425618. iteration 17479 found worse value: 363.461425618. iteration 17480 found worse value: 363.461425618. iteration 17481 found worse value: 363.461425618. iteration 17482 found worse value: 363.461425618. iteration 17483 found worse value: 363.461425618. iteration 17484 found worse value: 363.461425618. iteration 17485 found worse value: 363.461425618. iteration 17486 found worse value: 363.461425618. iteration 17487 found worse value: 363.461425618. iteration 17488 found worse value: 363.461425618. iteration 17489 found worse value: 363.461425618. iteration 17490 found worse value: 363.461425618. iteration 17491 found worse value: 363.461425618. iteration 17492 found worse value: 363.461425618. iteration 17493 found worse value: 363.461425618. iteration 17494 found worse value: 363.461425618. iteration 17495 found worse value: 363.461425618. iteration 17496 found worse value: 363.461425618. iteration 17497 found worse value: 363.461425618. iteration 17498 found worse value: 363.461425618. iteration 17499 found worse value: 363.461425618. iteration 17500 found worse value: 363.461425618. iteration 17501 found worse value: 363.461425618. iteration 17502 found worse value: 363.461425618. iteration 17503 found worse value: 363.461425618. iteration 17504 found worse value: 363.461425618. iteration 17505 found worse value: 363.461425618. iteration 17506 found worse value: 363.461425618. iteration 17507 found worse value: 363.461425618. iteration 17508 found worse value: 363.461425618. iteration 17509 found worse value: 363.461425618. iteration 17510 found worse value: 363.461425618. iteration 17511 found worse value: 363.461425618. iteration17511, perturbing to get out of local maxima iteration 17512 found worse value: 363.461425618. iteration 17513 found worse value: 363.461425618. iteration 17514 found worse value: 363.461425618. iteration17514, perturbing to get out of local maxima iteration 17515 found worse value: 363.461425618. iteration 17516 found worse value: 363.461425618. iteration 17517 found worse value: 363.461425618. iteration 17518 found worse value: 363.461425618. iteration 17519 found worse value: 363.461425618. iteration 17520 found worse value: 363.461425618. iteration 17521 found worse value: 363.461425618. iteration 17522 found worse value: 363.461425618. iteration 17523 found worse value: 363.461425618. iteration 17524 found worse value: 363.461425618. iteration 17525 found worse value: 363.461425618. iteration 17526 found worse value: 363.461425618. iteration 17527 found worse value: 363.461425618. iteration 17528 found worse value: 363.461425618. iteration 17529 found worse value: 363.461425618. iteration 17530 found worse value: 363.461425618. iteration 17531 found worse value: 363.461425618. iteration 17532 found worse value: 363.461425618. iteration 17533 found worse value: 363.461425618. iteration 17534 found worse value: 363.461425618. iteration 17535 found worse value: 363.461425618. iteration 17536 found worse value: 363.461425618. iteration 17537 found worse value: 363.461425618. iteration 17538 found worse value: 363.461425618. iteration 17539 found worse value: 363.461425618. iteration 17540 found worse value: 363.461425618. iteration 17541 found worse value: 363.461425618. iteration 17542 found worse value: 363.461425618. iteration 17543 found worse value: 363.461425618. iteration 17544 found worse value: 363.461425618. iteration 17545 found worse value: 363.461425618. iteration 17546 found worse value: 363.461425618. iteration 17547 found worse value: 363.461425618. iteration 17548 found worse value: 363.461425618. iteration17548, perturbing to get out of local maxima iteration 17549 found worse value: 363.461425618. iteration 17550 found worse value: 363.461425618. iteration 17551 found worse value: 363.461425618. iteration 17552 found worse value: 363.461425618. iteration 17553 found worse value: 363.461425618. iteration 17554 found worse value: 363.461425618. iteration 17555 found worse value: 363.461425618. iteration 17556 found worse value: 363.461425618. iteration 17557 found worse value: 363.461425618. iteration 17558 found worse value: 363.461425618. iteration 17559 found worse value: 363.461425618. iteration 17560 found worse value: 363.461425618. iteration 17561 found worse value: 363.461425618. iteration 17562 found worse value: 363.461425618. iteration 17563 found worse value: 363.461425618. iteration 17564 found worse value: 363.461425618. iteration 17565 found worse value: 363.461425618. iteration 17566 found worse value: 363.461425618. iteration 17567 found worse value: 363.461425618. iteration 17568 found worse value: 363.461425618. iteration 17569 found worse value: 363.461425618. iteration 17570 found worse value: 363.461425618. iteration 17571 found worse value: 363.461425618. iteration 17572 found worse value: 363.461425618. iteration 17573 found worse value: 363.461425618. iteration 17574 found worse value: 363.461425618. iteration 17575 found worse value: 363.461425618. iteration 17576 found worse value: 363.461425618. iteration 17577 found worse value: 363.461425618. iteration 17578 found worse value: 363.461425618. iteration 17579 found worse value: 363.461425618. iteration 17580 found worse value: 363.461425618. iteration 17581 found worse value: 363.461425618. iteration17581, perturbing to get out of local maxima iteration 17582 found worse value: 363.461425618. iteration 17583 found worse value: 363.461425618. iteration 17584 found worse value: 363.461425618. iteration 17585 found worse value: 363.461425618. iteration 17586 found worse value: 363.461425618. iteration 17587 found worse value: 363.461425618. iteration 17588 found worse value: 363.461425618. iteration17588, perturbing to get out of local maxima iteration 17589 found worse value: 363.461425618. iteration 17590 found worse value: 363.461425618. iteration 17591 found worse value: 363.461425618. iteration 17592 found worse value: 363.461425618. iteration 17593 found worse value: 363.461425618. iteration17593, perturbing to get out of local maxima iteration 17594 found worse value: 363.461425618. iteration 17595 found worse value: 363.461425618. iteration 17596 found worse value: 363.461425618. iteration 17597 found worse value: 363.461425618. iteration 17598 found worse value: 363.461425618. iteration 17599 found worse value: 363.461425618. iteration 17600 found worse value: 363.461425618. iteration 17601 found worse value: 363.461425618. iteration 17602 found worse value: 363.461425618. iteration 17603 found worse value: 363.461425618. iteration 17604 found worse value: 363.461425618. iteration 17605 found worse value: 363.461425618. iteration 17606 found worse value: 363.461425618. iteration 17607 found worse value: 363.461425618. iteration 17608 found worse value: 363.461425618. iteration 17609 found worse value: 363.461425618. iteration 17610 found worse value: 363.461425618. iteration 17611 found worse value: 363.461425618. iteration 17612 found worse value: 363.461425618. iteration 17613 found worse value: 363.461425618. iteration 17614 found worse value: 363.461425618. iteration 17615 found worse value: 363.461425618. iteration 17616 found worse value: 363.461425618. iteration 17617 found worse value: 363.461425618. iteration 17618 found worse value: 363.461425618. iteration 17619 found worse value: 363.461425618. iteration 17620 found worse value: 363.461425618. iteration 17621 found worse value: 363.461425618. iteration 17622 found worse value: 363.461425618. iteration 17623 found worse value: 363.461425618. iteration 17624 found worse value: 363.461425618. iteration 17625 found worse value: 363.461425618. iteration 17626 found worse value: 363.461425618. iteration 17627 found worse value: 363.461425618. iteration 17628 found worse value: 363.461425618. iteration 17629 found worse value: 363.461425618. iteration 17630 found worse value: 363.461425618. iteration 17631 found worse value: 363.461425618. iteration 17632 found worse value: 363.461425618. iteration 17633 found worse value: 363.461425618. iteration 17634 found worse value: 363.461425618. iteration 17635 found worse value: 363.461425618. iteration 17636 found worse value: 363.461425618. iteration 17637 found worse value: 363.461425618. iteration 17638 found worse value: 363.461425618. iteration 17639 found worse value: 363.461425618. iteration17639, perturbing to get out of local maxima iteration 17640 found worse value: 363.461425618. iteration 17641 found worse value: 363.461425618. iteration17641, perturbing to get out of local maxima iteration 17642 found worse value: 363.461425618. iteration 17643 found worse value: 363.461425618. iteration 17644 found worse value: 363.461425618. iteration 17645 found worse value: 363.461425618. iteration 17646 found worse value: 363.461425618. iteration 17647 found worse value: 363.461425618. iteration 17648 found worse value: 363.461425618. iteration 17649 found worse value: 363.461425618. iteration 17650 found worse value: 363.461425618. iteration 17651 found worse value: 363.461425618. iteration 17652 found worse value: 363.461425618. iteration17652, perturbing to get out of local maxima iteration 17653 found worse value: 363.461425618. iteration 17654 found worse value: 363.461425618. iteration 17655 found worse value: 363.461425618. iteration 17656 found worse value: 363.461425618. iteration 17657 found worse value: 363.461425618. iteration 17658 found worse value: 363.461425618. iteration 17659 found worse value: 363.461425618. iteration 17660 found worse value: 363.461425618. iteration 17661 found worse value: 363.461425618. iteration 17662 found worse value: 363.461425618. iteration 17663 found worse value: 363.461425618. iteration 17664 found worse value: 363.461425618. iteration 17665 found worse value: 363.461425618. iteration 17666 found worse value: 363.461425618. iteration 17667 found worse value: 363.461425618. iteration17667, perturbing to get out of local maxima iteration 17668 found worse value: 363.461425618. iteration17668, perturbing to get out of local maxima iteration 17669 found worse value: 363.461425618. iteration 17670 found worse value: 363.461425618. iteration 17671 found worse value: 363.461425618. iteration 17672 found worse value: 363.461425618. iteration 17673 found worse value: 363.461425618. iteration 17674 found worse value: 363.461425618. iteration 17675 found worse value: 363.461425618. iteration 17676 found worse value: 363.461425618. iteration 17677 found worse value: 363.461425618. iteration 17678 found worse value: 363.461425618. iteration 17679 found worse value: 363.461425618. iteration 17680 found worse value: 363.461425618. iteration 17681 found worse value: 363.461425618. iteration 17682 found worse value: 363.461425618. iteration 17683 found worse value: 363.461425618. iteration 17684 found worse value: 363.461425618. iteration 17685 found worse value: 363.461425618. iteration 17686 found worse value: 363.461425618. iteration 17687 found worse value: 363.461425618. iteration 17688 found worse value: 363.461425618. iteration 17689 found worse value: 363.461425618. iteration 17690 found worse value: 363.461425618. iteration 17691 found worse value: 363.461425618. iteration 17692 found worse value: 363.461425618. iteration 17693 found worse value: 363.461425618. iteration 17694 found worse value: 363.461425618. iteration 17695 found worse value: 363.461425618. iteration 17696 found worse value: 363.461425618. iteration 17697 found worse value: 363.461425618. iteration 17698 found worse value: 363.461425618. iteration17698, perturbing to get out of local maxima iteration 17699 found worse value: 363.461425618. iteration 17700 found worse value: 363.461425618. iteration 17701 found worse value: 363.461425618. iteration 17702 found worse value: 363.461425618. iteration 17703 found worse value: 363.461425618. iteration 17704 found worse value: 363.461425618. iteration 17705 found worse value: 363.461425618. iteration 17706 found worse value: 363.461425618. iteration 17707 found worse value: 363.461425618. iteration 17708 found worse value: 363.461425618. iteration 17709 found worse value: 363.461425618. iteration 17710 found worse value: 363.461425618. iteration 17711 found worse value: 363.461425618. iteration 17712 found worse value: 363.461425618. iteration 17713 found worse value: 363.461425618. iteration 17714 found worse value: 363.461425618. iteration 17715 found worse value: 363.461425618. iteration 17716 found worse value: 363.461425618. iteration 17717 found worse value: 363.461425618. iteration 17718 found worse value: 363.461425618. iteration 17719 found worse value: 363.461425618. iteration 17720 found worse value: 363.461425618. iteration 17721 found worse value: 363.461425618. iteration 17722 found worse value: 363.461425618. iteration 17723 found worse value: 363.461425618. iteration 17724 found worse value: 363.461425618. iteration 17725 found worse value: 363.461425618. iteration 17726 found worse value: 363.461425618. iteration 17727 found worse value: 363.461425618. iteration 17728 found worse value: 363.461425618. iteration 17729 found worse value: 363.461425618. iteration 17730 found worse value: 363.461425618. iteration 17731 found worse value: 363.461425618. iteration 17732 found worse value: 363.461425618. iteration 17733 found worse value: 363.461425618. iteration 17734 found worse value: 363.461425618. iteration 17735 found worse value: 363.461425618. iteration 17736 found worse value: 363.461425618. iteration 17737 found worse value: 363.461425618. iteration 17738 found worse value: 363.461425618. iteration 17739 found worse value: 363.461425618. iteration 17740 found worse value: 363.461425618. iteration 17741 found worse value: 363.461425618. iteration17741, perturbing to get out of local maxima iteration 17742 found worse value: 363.461425618. iteration 17743 found worse value: 363.461425618. iteration17743, perturbing to get out of local maxima iteration 17744 found worse value: 363.461425618. iteration 17745 found worse value: 363.461425618. iteration 17746 found worse value: 363.461425618. iteration 17747 found worse value: 363.461425618. iteration17747, perturbing to get out of local maxima iteration 17748 found worse value: 363.461425618. iteration17748, perturbing to get out of local maxima iteration 17749 found worse value: 363.461425618. iteration 17750 found worse value: 363.461425618. iteration 17751 found worse value: 363.461425618. iteration 17752 found worse value: 363.461425618. iteration 17753 found worse value: 363.461425618. iteration 17754 found worse value: 363.461425618. iteration 17755 found worse value: 363.461425618. iteration 17756 found worse value: 363.461425618. iteration 17757 found worse value: 363.461425618. iteration17757, perturbing to get out of local maxima iteration 17758 found worse value: 363.461425618. iteration 17759 found worse value: 363.461425618. iteration 17760 found worse value: 363.461425618. iteration 17761 found worse value: 363.461425618. iteration 17762 found worse value: 363.461425618. iteration 17763 found worse value: 363.461425618. iteration 17764 found worse value: 363.461425618. iteration 17765 found worse value: 363.461425618. iteration 17766 found worse value: 363.461425618. iteration 17767 found worse value: 363.461425618. iteration 17768 found worse value: 363.461425618. iteration 17769 found worse value: 363.461425618. iteration 17770 found worse value: 363.461425618. iteration 17771 found worse value: 363.461425618. iteration 17772 found worse value: 363.461425618. iteration 17773 found worse value: 363.461425618. iteration 17774 found worse value: 363.461425618. iteration 17775 found worse value: 363.461425618. iteration 17776 found worse value: 363.461425618. iteration 17777 found worse value: 363.461425618. iteration 17778 found worse value: 363.461425618. iteration 17779 found worse value: 363.461425618. iteration 17780 found worse value: 363.461425618. iteration 17781 found worse value: 363.461425618. iteration 17782 found worse value: 363.461425618. iteration 17783 found worse value: 363.461425618. iteration 17784 found worse value: 363.461425618. iteration 17785 found worse value: 363.461425618. iteration 17786 found worse value: 363.461425618. iteration 17787 found worse value: 363.461425618. iteration 17788 found worse value: 363.461425618. iteration 17789 found worse value: 363.461425618. iteration 17790 found worse value: 363.461425618. iteration17790, perturbing to get out of local maxima iteration 17791 found worse value: 363.461425618. iteration 17792 found worse value: 363.461425618. iteration 17793 found worse value: 363.461425618. iteration 17794 found worse value: 363.461425618. iteration17794, perturbing to get out of local maxima iteration 17795 found worse value: 363.461425618. iteration 17796 found worse value: 363.461425618. iteration 17797 found worse value: 363.461425618. iteration 17798 found worse value: 363.461425618. iteration 17799 found worse value: 363.461425618. iteration 17800 found worse value: 363.461425618. iteration 17801 found worse value: 363.461425618. iteration 17802 found worse value: 363.461425618. iteration 17803 found worse value: 363.461425618. iteration 17804 found worse value: 363.461425618. iteration 17805 found worse value: 363.461425618. iteration 17806 found worse value: 363.461425618. iteration 17807 found worse value: 363.461425618. iteration 17808 found worse value: 363.461425618. iteration 17809 found worse value: 363.461425618. iteration 17810 found worse value: 363.461425618. iteration 17811 found worse value: 363.461425618. iteration 17812 found worse value: 363.461425618. iteration 17813 found worse value: 363.461425618. iteration 17814 found worse value: 363.461425618. iteration 17815 found worse value: 363.461425618. iteration 17816 found worse value: 363.461425618. iteration 17817 found worse value: 363.461425618. iteration 17818 found worse value: 363.461425618. iteration17818, perturbing to get out of local maxima iteration 17819 found worse value: 363.461425618. iteration 17820 found worse value: 363.461425618. iteration 17821 found worse value: 363.461425618. iteration 17822 found worse value: 363.461425618. iteration 17823 found worse value: 363.461425618. iteration 17824 found worse value: 363.461425618. iteration 17825 found worse value: 363.461425618. iteration 17826 found worse value: 363.461425618. iteration 17827 found worse value: 363.461425618. iteration 17828 found worse value: 363.461425618. iteration 17829 found worse value: 363.461425618. iteration 17830 found worse value: 363.461425618. iteration 17831 found worse value: 363.461425618. iteration 17832 found worse value: 363.461425618. iteration 17833 found worse value: 363.461425618. iteration 17834 found worse value: 363.461425618. iteration17834, perturbing to get out of local maxima iteration 17835 found worse value: 363.461425618. iteration 17836 found worse value: 363.461425618. iteration 17837 found worse value: 363.461425618. iteration 17838 found worse value: 363.461425618. iteration 17839 found worse value: 363.461425618. iteration 17840 found worse value: 363.461425618. iteration 17841 found worse value: 363.461425618. iteration 17842 found worse value: 363.461425618. iteration 17843 found worse value: 363.461425618. iteration 17844 found worse value: 363.461425618. iteration 17845 found worse value: 363.461425618. iteration 17846 found worse value: 363.461425618. iteration 17847 found worse value: 363.461425618. iteration 17848 found worse value: 363.461425618. iteration 17849 found worse value: 363.461425618. iteration 17850 found worse value: 363.461425618. iteration 17851 found worse value: 363.461425618. iteration 17852 found worse value: 363.461425618. iteration 17853 found worse value: 363.461425618. iteration 17854 found worse value: 363.461425618. iteration 17855 found worse value: 363.461425618. iteration 17856 found worse value: 363.461425618. iteration 17857 found worse value: 363.461425618. iteration 17858 found worse value: 363.461425618. iteration 17859 found worse value: 363.461425618. iteration 17860 found worse value: 363.461425618. iteration 17861 found worse value: 363.461425618. iteration 17862 found worse value: 363.461425618. iteration 17863 found worse value: 363.461425618. iteration17863, perturbing to get out of local maxima iteration 17864 found worse value: 363.461425618. iteration 17865 found worse value: 363.461425618. iteration 17866 found worse value: 363.461425618. iteration 17867 found worse value: 363.461425618. iteration 17868 found worse value: 363.461425618. iteration 17869 found worse value: 363.461425618. iteration 17870 found worse value: 363.461425618. iteration 17871 found worse value: 363.461425618. iteration 17872 found worse value: 363.461425618. iteration 17873 found worse value: 363.461425618. iteration 17874 found worse value: 363.461425618. iteration 17875 found worse value: 363.461425618. iteration 17876 found worse value: 363.461425618. iteration 17877 found worse value: 363.461425618. iteration 17878 found worse value: 363.461425618. iteration 17879 found worse value: 363.461425618. iteration 17880 found worse value: 363.461425618. iteration 17881 found worse value: 363.461425618. iteration 17882 found worse value: 363.461425618. iteration17882, perturbing to get out of local maxima iteration 17883 found worse value: 363.461425618. iteration 17884 found worse value: 363.461425618. iteration 17885 found worse value: 363.461425618. iteration 17886 found worse value: 363.461425618. iteration 17887 found worse value: 363.461425618. iteration 17888 found worse value: 363.461425618. iteration 17889 found worse value: 363.461425618. iteration 17890 found worse value: 363.461425618. iteration 17891 found worse value: 363.461425618. iteration 17892 found worse value: 363.461425618. iteration 17893 found worse value: 363.461425618. iteration 17894 found worse value: 363.461425618. iteration 17895 found worse value: 363.461425618. iteration 17896 found worse value: 363.461425618. iteration 17897 found worse value: 363.461425618. iteration 17898 found worse value: 363.461425618. iteration 17899 found worse value: 363.461425618. iteration 17900 found worse value: 363.461425618. iteration 17901 found worse value: 363.461425618. iteration 17902 found worse value: 363.461425618. iteration 17903 found worse value: 363.461425618. iteration 17904 found worse value: 363.461425618. iteration 17905 found worse value: 363.461425618. iteration 17906 found worse value: 363.461425618. iteration 17907 found worse value: 363.461425618. iteration17907, perturbing to get out of local maxima iteration 17908 found worse value: 363.461425618. iteration 17909 found worse value: 363.461425618. iteration 17910 found worse value: 363.461425618. iteration 17911 found worse value: 363.461425618. iteration 17912 found worse value: 363.461425618. iteration 17913 found worse value: 363.461425618. iteration 17914 found worse value: 363.461425618. iteration 17915 found worse value: 363.461425618. iteration17915, perturbing to get out of local maxima iteration 17916 found worse value: 363.461425618. iteration 17917 found worse value: 363.461425618. iteration 17918 found worse value: 363.461425618. iteration 17919 found worse value: 363.461425618. iteration 17920 found worse value: 363.461425618. iteration17920, perturbing to get out of local maxima iteration 17921 found worse value: 363.461425618. iteration 17922 found worse value: 363.461425618. iteration 17923 found worse value: 363.461425618. iteration 17924 found worse value: 363.461425618. iteration 17925 found worse value: 363.461425618. iteration 17926 found worse value: 363.461425618. iteration 17927 found worse value: 363.461425618. iteration 17928 found worse value: 363.461425618. iteration 17929 found worse value: 363.461425618. iteration 17930 found worse value: 363.461425618. iteration 17931 found worse value: 363.461425618. iteration 17932 found worse value: 363.461425618. iteration 17933 found worse value: 363.461425618. iteration 17934 found worse value: 363.461425618. iteration 17935 found worse value: 363.461425618. iteration 17936 found worse value: 363.461425618. iteration 17937 found worse value: 363.461425618. iteration 17938 found worse value: 363.461425618. iteration 17939 found worse value: 363.461425618. iteration 17940 found worse value: 363.461425618. iteration 17941 found worse value: 363.461425618. iteration 17942 found worse value: 363.461425618. iteration 17943 found worse value: 363.461425618. iteration 17944 found worse value: 363.461425618. iteration 17945 found worse value: 363.461425618. iteration 17946 found worse value: 363.461425618. iteration 17947 found worse value: 363.461425618. iteration 17948 found worse value: 363.461425618. iteration 17949 found worse value: 363.461425618. iteration 17950 found worse value: 363.461425618. iteration 17951 found worse value: 363.461425618. iteration 17952 found worse value: 363.461425618. iteration 17953 found worse value: 363.461425618. iteration 17954 found worse value: 363.461425618. iteration 17955 found worse value: 363.461425618. iteration 17956 found worse value: 363.461425618. iteration 17957 found worse value: 363.461425618. iteration 17958 found worse value: 363.461425618. iteration 17959 found worse value: 363.461425618. iteration 17960 found worse value: 363.461425618. iteration 17961 found worse value: 363.461425618. iteration 17962 found worse value: 363.461425618. iteration 17963 found worse value: 363.461425618. iteration 17964 found worse value: 363.461425618. iteration 17965 found worse value: 363.461425618. iteration 17966 found worse value: 363.461425618. iteration 17967 found worse value: 363.461425618. iteration 17968 found worse value: 363.461425618. iteration 17969 found worse value: 363.461425618. iteration 17970 found worse value: 363.461425618. iteration 17971 found worse value: 363.461425618. iteration 17972 found worse value: 363.461425618. iteration 17973 found worse value: 363.461425618. iteration 17974 found worse value: 363.461425618. iteration 17975 found worse value: 363.461425618. iteration 17976 found worse value: 363.461425618. iteration 17977 found worse value: 363.461425618. iteration 17978 found worse value: 363.461425618. iteration17978, perturbing to get out of local maxima iteration 17979 found worse value: 363.461425618. iteration 17980 found worse value: 363.461425618. iteration 17981 found worse value: 363.461425618. iteration 17982 found worse value: 363.461425618. iteration 17983 found worse value: 363.461425618. iteration 17984 found worse value: 363.461425618. iteration 17985 found worse value: 363.461425618. iteration 17986 found worse value: 363.461425618. iteration 17987 found worse value: 363.461425618. iteration 17988 found worse value: 363.461425618. iteration 17989 found worse value: 363.461425618. iteration17989, perturbing to get out of local maxima iteration 17990 found worse value: 363.461425618. iteration 17991 found worse value: 363.461425618. iteration 17992 found worse value: 363.461425618. iteration 17993 found worse value: 363.461425618. iteration 17994 found worse value: 363.461425618. iteration 17995 found worse value: 363.461425618. iteration 17996 found worse value: 363.461425618. iteration 17997 found worse value: 363.461425618. iteration 17998 found worse value: 363.461425618. iteration17998, perturbing to get out of local maxima iteration 17999 found worse value: 363.461425618. iteration 18000 found worse value: 363.461425618. iteration 18001 found worse value: 363.461425618. iteration 18002 found worse value: 363.461425618. iteration 18003 found worse value: 363.461425618. iteration 18004 found worse value: 363.461425618. iteration 18005 found worse value: 363.461425618. iteration 18006 found worse value: 363.461425618. iteration 18007 found worse value: 363.461425618. iteration 18008 found worse value: 363.461425618. iteration 18009 found worse value: 363.461425618. iteration 18010 found worse value: 363.461425618. iteration 18011 found worse value: 363.461425618. iteration 18012 found worse value: 363.461425618. iteration 18013 found worse value: 363.461425618. iteration 18014 found worse value: 363.461425618. iteration 18015 found worse value: 363.461425618. iteration 18016 found worse value: 363.461425618. iteration 18017 found worse value: 363.461425618. iteration 18018 found worse value: 363.461425618. iteration 18019 found worse value: 363.461425618. iteration 18020 found worse value: 363.461425618. iteration 18021 found worse value: 363.461425618. iteration 18022 found worse value: 363.461425618. iteration 18023 found worse value: 363.461425618. iteration 18024 found worse value: 363.461425618. iteration 18025 found worse value: 363.461425618. iteration 18026 found worse value: 363.461425618. iteration 18027 found worse value: 363.461425618. iteration 18028 found worse value: 363.461425618. iteration 18029 found worse value: 363.461425618. iteration 18030 found worse value: 363.461425618. iteration 18031 found worse value: 363.461425618. iteration 18032 found worse value: 363.461425618. iteration18032, perturbing to get out of local maxima iteration 18033 found worse value: 363.461425618. iteration 18034 found worse value: 363.461425618. iteration 18035 found worse value: 363.461425618. iteration18035, perturbing to get out of local maxima iteration 18036 found worse value: 363.461425618. iteration 18037 found worse value: 363.461425618. iteration 18038 found worse value: 363.461425618. iteration 18039 found worse value: 363.461425618. iteration 18040 found worse value: 363.461425618. iteration 18041 found worse value: 363.461425618. iteration 18042 found worse value: 363.461425618. iteration 18043 found worse value: 363.461425618. iteration 18044 found worse value: 363.461425618. iteration 18045 found worse value: 363.461425618. iteration 18046 found worse value: 363.461425618. iteration 18047 found worse value: 363.461425618. iteration 18048 found worse value: 363.461425618. iteration 18049 found worse value: 363.461425618. iteration 18050 found worse value: 363.461425618. iteration 18051 found worse value: 363.461425618. iteration 18052 found worse value: 363.461425618. iteration 18053 found worse value: 363.461425618. iteration 18054 found worse value: 363.461425618. iteration 18055 found worse value: 363.461425618. iteration 18056 found worse value: 363.461425618. iteration 18057 found worse value: 363.461425618. iteration 18058 found worse value: 363.461425618. iteration 18059 found worse value: 363.461425618. iteration 18060 found worse value: 363.461425618. iteration 18061 found worse value: 363.461425618. iteration 18062 found worse value: 363.461425618. iteration 18063 found worse value: 363.461425618. iteration 18064 found worse value: 363.461425618. iteration 18065 found worse value: 363.461425618. iteration 18066 found worse value: 363.461425618. iteration 18067 found worse value: 363.461425618. iteration 18068 found worse value: 363.461425618. iteration 18069 found worse value: 363.461425618. iteration 18070 found worse value: 363.461425618. iteration 18071 found worse value: 363.461425618. iteration 18072 found worse value: 363.461425618. iteration 18073 found worse value: 363.461425618. iteration 18074 found worse value: 363.461425618. iteration 18075 found worse value: 363.461425618. iteration18075, perturbing to get out of local maxima iteration 18076 found worse value: 363.461425618. iteration 18077 found worse value: 363.461425618. iteration 18078 found worse value: 363.461425618. iteration 18079 found worse value: 363.461425618. iteration 18080 found worse value: 363.461425618. iteration 18081 found worse value: 363.461425618. iteration 18082 found worse value: 363.461425618. iteration 18083 found worse value: 363.461425618. iteration 18084 found worse value: 363.461425618. iteration 18085 found worse value: 363.461425618. iteration 18086 found worse value: 363.461425618. iteration 18087 found worse value: 363.461425618. iteration 18088 found worse value: 363.461425618. iteration 18089 found worse value: 363.461425618. iteration 18090 found worse value: 363.461425618. iteration 18091 found worse value: 363.461425618. iteration 18092 found worse value: 363.461425618. iteration 18093 found worse value: 363.461425618. iteration 18094 found worse value: 363.461425618. iteration 18095 found worse value: 363.461425618. iteration 18096 found worse value: 363.461425618. iteration 18097 found worse value: 363.461425618. iteration 18098 found worse value: 363.461425618. iteration 18099 found worse value: 363.461425618. iteration 18100 found worse value: 363.461425618. iteration 18101 found worse value: 363.461425618. iteration 18102 found worse value: 363.461425618. iteration 18103 found worse value: 363.461425618. iteration 18104 found worse value: 363.461425618. iteration 18105 found worse value: 363.461425618. iteration 18106 found worse value: 363.461425618. iteration18106, perturbing to get out of local maxima iteration 18107 found worse value: 363.461425618. iteration 18108 found worse value: 363.461425618. iteration 18109 found worse value: 363.461425618. iteration 18110 found worse value: 363.461425618. iteration 18111 found worse value: 363.461425618. iteration 18112 found worse value: 363.461425618. iteration 18113 found worse value: 363.461425618. iteration 18114 found worse value: 363.461425618. iteration 18115 found worse value: 363.461425618. iteration 18116 found worse value: 363.461425618. iteration 18117 found worse value: 363.461425618. iteration 18118 found worse value: 363.461425618. iteration 18119 found worse value: 363.461425618. iteration 18120 found worse value: 363.461425618. iteration 18121 found worse value: 363.461425618. iteration 18122 found worse value: 363.461425618. iteration 18123 found worse value: 363.461425618. iteration 18124 found worse value: 363.461425618. iteration 18125 found worse value: 363.461425618. iteration 18126 found worse value: 363.461425618. iteration 18127 found worse value: 363.461425618. iteration 18128 found worse value: 363.461425618. iteration 18129 found worse value: 363.461425618. iteration 18130 found worse value: 363.461425618. iteration 18131 found worse value: 363.461425618. iteration 18132 found worse value: 363.461425618. iteration 18133 found worse value: 363.461425618. iteration18133, perturbing to get out of local maxima iteration 18134 found worse value: 363.461425618. iteration 18135 found worse value: 363.461425618. iteration 18136 found worse value: 363.461425618. iteration18136, perturbing to get out of local maxima iteration 18137 found worse value: 363.461425618. iteration18137, perturbing to get out of local maxima iteration 18138 found worse value: 363.461425618. iteration 18139 found worse value: 363.461425618. iteration 18140 found worse value: 363.461425618. iteration 18141 found worse value: 363.461425618. iteration 18142 found worse value: 363.461425618. iteration 18143 found worse value: 363.461425618. iteration 18144 found worse value: 363.461425618. iteration 18145 found worse value: 363.461425618. iteration 18146 found worse value: 363.461425618. iteration 18147 found worse value: 363.461425618. iteration 18148 found worse value: 363.461425618. iteration 18149 found worse value: 363.461425618. iteration 18150 found worse value: 363.461425618. iteration 18151 found worse value: 363.461425618. iteration 18152 found worse value: 363.461425618. iteration 18153 found worse value: 363.461425618. iteration 18154 found worse value: 363.461425618. iteration18154, perturbing to get out of local maxima iteration 18155 found worse value: 363.461425618. iteration 18156 found worse value: 363.461425618. iteration 18157 found worse value: 363.461425618. iteration 18158 found worse value: 363.461425618. iteration 18159 found worse value: 363.461425618. iteration 18160 found worse value: 363.461425618. iteration 18161 found worse value: 363.461425618. iteration18161, perturbing to get out of local maxima iteration 18162 found worse value: 363.461425618. iteration 18163 found worse value: 363.461425618. iteration18163, perturbing to get out of local maxima iteration 18164 found worse value: 363.461425618. iteration 18165 found worse value: 363.461425618. iteration 18166 found worse value: 363.461425618. iteration 18167 found worse value: 363.461425618. iteration 18168 found worse value: 363.461425618. iteration 18169 found worse value: 363.461425618. iteration 18170 found worse value: 363.461425618. iteration 18171 found worse value: 363.461425618. iteration 18172 found worse value: 363.461425618. iteration 18173 found worse value: 363.461425618. iteration 18174 found worse value: 363.461425618. iteration18174, perturbing to get out of local maxima iteration 18175 found worse value: 363.461425618. iteration 18176 found worse value: 363.461425618. iteration 18177 found worse value: 363.461425618. iteration18177, perturbing to get out of local maxima iteration 18178 found worse value: 363.461425618. iteration 18179 found worse value: 363.461425618. iteration 18180 found worse value: 363.461425618. iteration 18181 found worse value: 363.461425618. iteration 18182 found worse value: 363.461425618. iteration 18183 found worse value: 363.461425618. iteration18183, perturbing to get out of local maxima iteration 18184 found worse value: 363.461425618. iteration 18185 found worse value: 363.461425618. iteration 18186 found worse value: 363.461425618. iteration 18187 found worse value: 363.461425618. iteration 18188 found worse value: 363.461425618. iteration 18189 found worse value: 363.461425618. iteration 18190 found worse value: 363.461425618. iteration 18191 found worse value: 363.461425618. iteration 18192 found worse value: 363.461425618. iteration 18193 found worse value: 363.461425618. iteration 18194 found worse value: 363.461425618. iteration 18195 found worse value: 363.461425618. iteration 18196 found worse value: 363.461425618. iteration 18197 found worse value: 363.461425618. iteration 18198 found worse value: 363.461425618. iteration 18199 found worse value: 363.461425618. iteration 18200 found worse value: 363.461425618. iteration 18201 found worse value: 363.461425618. iteration 18202 found worse value: 363.461425618. iteration 18203 found worse value: 363.461425618. iteration18203, perturbing to get out of local maxima iteration 18204 found worse value: 363.461425618. iteration 18205 found worse value: 363.461425618. iteration 18206 found worse value: 363.461425618. iteration 18207 found worse value: 363.461425618. iteration 18208 found worse value: 363.461425618. iteration 18209 found worse value: 363.461425618. iteration 18210 found worse value: 363.461425618. iteration 18211 found worse value: 363.461425618. iteration 18212 found worse value: 363.461425618. iteration 18213 found worse value: 363.461425618. iteration 18214 found worse value: 363.461425618. iteration 18215 found worse value: 363.461425618. iteration 18216 found worse value: 363.461425618. iteration 18217 found worse value: 363.461425618. iteration 18218 found worse value: 363.461425618. iteration 18219 found worse value: 363.461425618. iteration 18220 found worse value: 363.461425618. iteration 18221 found worse value: 363.461425618. iteration 18222 found worse value: 363.461425618. iteration18222, perturbing to get out of local maxima iteration 18223 found worse value: 363.461425618. iteration 18224 found worse value: 363.461425618. iteration 18225 found worse value: 363.461425618. iteration 18226 found worse value: 363.461425618. iteration 18227 found worse value: 363.461425618. iteration 18228 found worse value: 363.461425618. iteration 18229 found worse value: 363.461425618. iteration 18230 found worse value: 363.461425618. iteration18230, perturbing to get out of local maxima iteration 18231 found worse value: 363.461425618. iteration 18232 found worse value: 363.461425618. iteration 18233 found worse value: 363.461425618. iteration 18234 found worse value: 363.461425618. iteration 18235 found worse value: 363.461425618. iteration 18236 found worse value: 363.461425618. iteration 18237 found worse value: 363.461425618. iteration 18238 found worse value: 363.461425618. iteration 18239 found worse value: 363.461425618. iteration 18240 found worse value: 363.461425618. iteration 18241 found worse value: 363.461425618. iteration 18242 found worse value: 363.461425618. iteration 18243 found worse value: 363.461425618. iteration 18244 found worse value: 363.461425618. iteration 18245 found worse value: 363.461425618. iteration 18246 found worse value: 363.461425618. iteration 18247 found worse value: 363.461425618. iteration 18248 found worse value: 363.461425618. iteration 18249 found worse value: 363.461425618. iteration 18250 found worse value: 363.461425618. iteration 18251 found worse value: 363.461425618. iteration18251, perturbing to get out of local maxima iteration 18252 found worse value: 363.461425618. iteration 18253 found worse value: 363.461425618. iteration 18254 found worse value: 363.461425618. iteration 18255 found worse value: 363.461425618. iteration 18256 found worse value: 363.461425618. iteration 18257 found worse value: 363.461425618. iteration 18258 found worse value: 363.461425618. iteration 18259 found worse value: 363.461425618. iteration 18260 found worse value: 363.461425618. iteration 18261 found worse value: 363.461425618. iteration 18262 found worse value: 363.461425618. iteration 18263 found worse value: 363.461425618. iteration 18264 found worse value: 363.461425618. iteration 18265 found worse value: 363.461425618. iteration 18266 found worse value: 363.461425618. iteration 18267 found worse value: 363.461425618. iteration 18268 found worse value: 363.461425618. iteration 18269 found worse value: 363.461425618. iteration 18270 found worse value: 363.461425618. iteration 18271 found worse value: 363.461425618. iteration 18272 found worse value: 363.461425618. iteration 18273 found worse value: 363.461425618. iteration 18274 found worse value: 363.461425618. iteration 18275 found worse value: 363.461425618. iteration 18276 found worse value: 363.461425618. iteration 18277 found worse value: 363.461425618. iteration 18278 found worse value: 363.461425618. iteration 18279 found worse value: 363.461425618. iteration 18280 found worse value: 363.461425618. iteration 18281 found worse value: 363.461425618. iteration 18282 found worse value: 363.461425618. iteration 18283 found worse value: 363.461425618. iteration 18284 found worse value: 363.461425618. iteration 18285 found worse value: 363.461425618. iteration 18286 found worse value: 363.461425618. iteration 18287 found worse value: 363.461425618. iteration 18288 found worse value: 363.461425618. iteration 18289 found worse value: 363.461425618. iteration 18290 found worse value: 363.461425618. iteration 18291 found worse value: 363.461425618. iteration 18292 found worse value: 363.461425618. iteration 18293 found worse value: 363.461425618. iteration 18294 found worse value: 363.461425618. iteration 18295 found worse value: 363.461425618. iteration 18296 found worse value: 363.461425618. iteration 18297 found worse value: 363.461425618. iteration 18298 found worse value: 363.461425618. iteration 18299 found worse value: 363.461425618. iteration 18300 found worse value: 363.461425618. iteration 18301 found worse value: 363.461425618. iteration 18302 found worse value: 363.461425618. iteration 18303 found worse value: 363.461425618. iteration 18304 found worse value: 363.461425618. iteration 18305 found worse value: 363.461425618. iteration 18306 found worse value: 363.461425618. iteration 18307 found worse value: 363.461425618. iteration 18308 found worse value: 363.461425618. iteration 18309 found worse value: 363.461425618. iteration 18310 found worse value: 363.461425618. iteration 18311 found worse value: 363.461425618. iteration 18312 found worse value: 363.461425618. iteration 18313 found worse value: 363.461425618. iteration 18314 found worse value: 363.461425618. iteration 18315 found worse value: 363.461425618. iteration 18316 found worse value: 363.461425618. iteration 18317 found worse value: 363.461425618. iteration 18318 found worse value: 363.461425618. iteration 18319 found worse value: 363.461425618. iteration 18320 found worse value: 363.461425618. iteration 18321 found worse value: 363.461425618. iteration 18322 found worse value: 363.461425618. iteration 18323 found worse value: 363.461425618. iteration 18324 found worse value: 363.461425618. iteration18324, perturbing to get out of local maxima iteration 18325 found worse value: 363.461425618. iteration 18326 found worse value: 363.461425618. iteration 18327 found worse value: 363.461425618. iteration 18328 found worse value: 363.461425618. iteration 18329 found worse value: 363.461425618. iteration 18330 found worse value: 363.461425618. iteration 18331 found worse value: 363.461425618. iteration 18332 found worse value: 363.461425618. iteration 18333 found worse value: 363.461425618. iteration 18334 found worse value: 363.461425618. iteration 18335 found worse value: 363.461425618. iteration 18336 found worse value: 363.461425618. iteration 18337 found worse value: 363.461425618. iteration 18338 found worse value: 363.461425618. iteration 18339 found worse value: 363.461425618. iteration 18340 found worse value: 363.461425618. iteration18340, perturbing to get out of local maxima iteration 18341 found worse value: 363.461425618. iteration 18342 found worse value: 363.461425618. iteration 18343 found worse value: 363.461425618. iteration 18344 found worse value: 363.461425618. iteration 18345 found worse value: 363.461425618. iteration 18346 found worse value: 363.461425618. iteration 18347 found worse value: 363.461425618. iteration 18348 found worse value: 363.461425618. iteration18348, perturbing to get out of local maxima iteration 18349 found worse value: 363.461425618. iteration 18350 found worse value: 363.461425618. iteration 18351 found worse value: 363.461425618. iteration 18352 found worse value: 363.461425618. iteration 18353 found worse value: 363.461425618. iteration 18354 found worse value: 363.461425618. iteration 18355 found worse value: 363.461425618. iteration 18356 found worse value: 363.461425618. iteration 18357 found worse value: 363.461425618. iteration 18358 found worse value: 363.461425618. iteration 18359 found worse value: 363.461425618. iteration 18360 found worse value: 363.461425618. iteration 18361 found worse value: 363.461425618. iteration 18362 found worse value: 363.461425618. iteration 18363 found worse value: 363.461425618. iteration 18364 found worse value: 363.461425618. iteration18364, perturbing to get out of local maxima iteration 18365 found worse value: 363.461425618. iteration 18366 found worse value: 363.461425618. iteration 18367 found worse value: 363.461425618. iteration 18368 found worse value: 363.461425618. iteration 18369 found worse value: 363.461425618. iteration 18370 found worse value: 363.461425618. iteration 18371 found worse value: 363.461425618. iteration 18372 found worse value: 363.461425618. iteration 18373 found worse value: 363.461425618. iteration18373, perturbing to get out of local maxima iteration 18374 found worse value: 363.461425618. iteration 18375 found worse value: 363.461425618. iteration 18376 found worse value: 363.461425618. iteration 18377 found worse value: 363.461425618. iteration 18378 found worse value: 363.461425618. iteration18378, perturbing to get out of local maxima iteration 18379 found worse value: 363.461425618. iteration 18380 found worse value: 363.461425618. iteration 18381 found worse value: 363.461425618. iteration 18382 found worse value: 363.461425618. iteration18382, perturbing to get out of local maxima iteration 18383 found worse value: 363.461425618. iteration 18384 found worse value: 363.461425618. iteration 18385 found worse value: 363.461425618. iteration 18386 found worse value: 363.461425618. iteration 18387 found worse value: 363.461425618. iteration 18388 found worse value: 363.461425618. iteration 18389 found worse value: 363.461425618. iteration 18390 found worse value: 363.461425618. iteration 18391 found worse value: 363.461425618. iteration 18392 found worse value: 363.461425618. iteration 18393 found worse value: 363.461425618. iteration 18394 found worse value: 363.461425618. iteration 18395 found worse value: 363.461425618. iteration18395, perturbing to get out of local maxima iteration 18396 found worse value: 363.461425618. iteration 18397 found worse value: 363.461425618. iteration 18398 found worse value: 363.461425618. iteration 18399 found worse value: 363.461425618. iteration 18400 found worse value: 363.461425618. iteration 18401 found worse value: 363.461425618. iteration 18402 found worse value: 363.461425618. iteration 18403 found worse value: 363.461425618. iteration 18404 found worse value: 363.461425618. iteration 18405 found worse value: 363.461425618. iteration 18406 found worse value: 363.461425618. iteration 18407 found worse value: 363.461425618. iteration 18408 found worse value: 363.461425618. iteration 18409 found worse value: 363.461425618. iteration 18410 found worse value: 363.461425618. iteration 18411 found worse value: 363.461425618. iteration 18412 found worse value: 363.461425618. iteration 18413 found worse value: 363.461425618. iteration 18414 found worse value: 363.461425618. iteration 18415 found worse value: 363.461425618. iteration 18416 found worse value: 363.461425618. iteration 18417 found worse value: 363.461425618. iteration 18418 found worse value: 363.461425618. iteration 18419 found worse value: 363.461425618. iteration 18420 found worse value: 363.461425618. iteration 18421 found worse value: 363.461425618. iteration 18422 found worse value: 363.461425618. iteration 18423 found worse value: 363.461425618. iteration 18424 found worse value: 363.461425618. iteration 18425 found worse value: 363.461425618. iteration 18426 found worse value: 363.461425618. iteration 18427 found worse value: 363.461425618. iteration18427, perturbing to get out of local maxima iteration 18428 found worse value: 363.461425618. iteration 18429 found worse value: 363.461425618. iteration 18430 found worse value: 363.461425618. iteration 18431 found worse value: 363.461425618. iteration 18432 found worse value: 363.461425618. iteration 18433 found worse value: 363.461425618. iteration 18434 found worse value: 363.461425618. iteration 18435 found worse value: 363.461425618. iteration 18436 found worse value: 363.461425618. iteration 18437 found worse value: 363.461425618. iteration 18438 found worse value: 363.461425618. iteration 18439 found worse value: 363.461425618. iteration 18440 found worse value: 363.461425618. iteration 18441 found worse value: 363.461425618. iteration 18442 found worse value: 363.461425618. iteration 18443 found worse value: 363.461425618. iteration 18444 found worse value: 363.461425618. iteration 18445 found worse value: 363.461425618. iteration 18446 found worse value: 363.461425618. iteration 18447 found worse value: 363.461425618. iteration 18448 found worse value: 363.461425618. iteration18448, perturbing to get out of local maxima iteration 18449 found worse value: 363.461425618. iteration 18450 found worse value: 363.461425618. iteration 18451 found worse value: 363.461425618. iteration 18452 found worse value: 363.461425618. iteration 18453 found worse value: 363.461425618. iteration 18454 found worse value: 363.461425618. iteration 18455 found worse value: 363.461425618. iteration 18456 found worse value: 363.461425618. iteration 18457 found worse value: 363.461425618. iteration 18458 found worse value: 363.461425618. iteration 18459 found worse value: 363.461425618. iteration 18460 found worse value: 363.461425618. iteration 18461 found worse value: 363.461425618. iteration 18462 found worse value: 363.461425618. iteration 18463 found worse value: 363.461425618. iteration 18464 found worse value: 363.461425618. iteration 18465 found worse value: 363.461425618. iteration 18466 found worse value: 363.461425618. iteration 18467 found worse value: 363.461425618. iteration 18468 found worse value: 363.461425618. iteration 18469 found worse value: 363.461425618. iteration 18470 found worse value: 363.461425618. iteration 18471 found worse value: 363.461425618. iteration 18472 found worse value: 363.461425618. iteration 18473 found worse value: 363.461425618. iteration 18474 found worse value: 363.461425618. iteration 18475 found worse value: 363.461425618. iteration 18476 found worse value: 363.461425618. iteration 18477 found worse value: 363.461425618. iteration 18478 found worse value: 363.461425618. iteration18478, perturbing to get out of local maxima iteration 18479 found worse value: 363.461425618. iteration 18480 found worse value: 363.461425618. iteration 18481 found worse value: 363.461425618. iteration 18482 found worse value: 363.461425618. iteration 18483 found worse value: 363.461425618. iteration 18484 found worse value: 363.461425618. iteration 18485 found worse value: 363.461425618. iteration 18486 found worse value: 363.461425618. iteration 18487 found worse value: 363.461425618. iteration 18488 found worse value: 363.461425618. iteration 18489 found worse value: 363.461425618. iteration 18490 found worse value: 363.461425618. iteration 18491 found worse value: 363.461425618. iteration 18492 found worse value: 363.461425618. iteration 18493 found worse value: 363.461425618. iteration 18494 found worse value: 363.461425618. iteration 18495 found worse value: 363.461425618. iteration 18496 found worse value: 363.461425618. iteration 18497 found worse value: 363.461425618. iteration 18498 found worse value: 363.461425618. iteration 18499 found worse value: 363.461425618. iteration 18500 found worse value: 363.461425618. iteration 18501 found worse value: 363.461425618. iteration 18502 found worse value: 363.461425618. iteration 18503 found worse value: 363.461425618. iteration 18504 found worse value: 363.461425618. iteration 18505 found worse value: 363.461425618. iteration 18506 found worse value: 363.461425618. iteration 18507 found worse value: 363.461425618. iteration 18508 found worse value: 363.461425618. iteration 18509 found worse value: 363.461425618. iteration 18510 found worse value: 363.461425618. iteration 18511 found worse value: 363.461425618. iteration 18512 found worse value: 363.461425618. iteration 18513 found worse value: 363.461425618. iteration 18514 found worse value: 363.461425618. iteration 18515 found worse value: 363.461425618. iteration 18516 found worse value: 363.461425618. iteration 18517 found worse value: 363.461425618. iteration 18518 found worse value: 363.461425618. iteration 18519 found worse value: 363.461425618. iteration 18520 found worse value: 363.461425618. iteration 18521 found worse value: 363.461425618. iteration 18522 found worse value: 363.461425618. iteration 18523 found worse value: 363.461425618. iteration 18524 found worse value: 363.461425618. iteration 18525 found worse value: 363.461425618. iteration 18526 found worse value: 363.461425618. iteration 18527 found worse value: 363.461425618. iteration 18528 found worse value: 363.461425618. iteration 18529 found worse value: 363.461425618. iteration 18530 found worse value: 363.461425618. iteration 18531 found worse value: 363.461425618. iteration 18532 found worse value: 363.461425618. iteration 18533 found worse value: 363.461425618. iteration 18534 found worse value: 363.461425618. iteration 18535 found worse value: 363.461425618. iteration 18536 found worse value: 363.461425618. iteration 18537 found worse value: 363.461425618. iteration 18538 found worse value: 363.461425618. iteration 18539 found worse value: 363.461425618. iteration 18540 found worse value: 363.461425618. iteration 18541 found worse value: 363.461425618. iteration 18542 found worse value: 363.461425618. iteration 18543 found worse value: 363.461425618. iteration 18544 found worse value: 363.461425618. iteration 18545 found worse value: 363.461425618. iteration 18546 found worse value: 363.461425618. iteration 18547 found worse value: 363.461425618. iteration 18548 found worse value: 363.461425618. iteration 18549 found worse value: 363.461425618. iteration 18550 found worse value: 363.461425618. iteration 18551 found worse value: 363.461425618. iteration18551, perturbing to get out of local maxima iteration 18552 found worse value: 363.461425618. iteration18552, perturbing to get out of local maxima iteration 18553 found worse value: 363.461425618. iteration 18554 found worse value: 363.461425618. iteration 18555 found worse value: 363.461425618. iteration 18556 found worse value: 363.461425618. iteration 18557 found worse value: 363.461425618. iteration 18558 found worse value: 363.461425618. iteration 18559 found worse value: 363.461425618. iteration 18560 found worse value: 363.461425618. iteration 18561 found worse value: 363.461425618. iteration 18562 found worse value: 363.461425618. iteration 18563 found worse value: 363.461425618. iteration 18564 found worse value: 363.461425618. iteration 18565 found worse value: 363.461425618. iteration 18566 found worse value: 363.461425618. iteration 18567 found worse value: 363.461425618. iteration 18568 found worse value: 363.461425618. iteration 18569 found worse value: 363.461425618. iteration 18570 found worse value: 363.461425618. iteration 18571 found worse value: 363.461425618. iteration 18572 found worse value: 363.461425618. iteration 18573 found worse value: 363.461425618. iteration 18574 found worse value: 363.461425618. iteration 18575 found worse value: 363.461425618. iteration 18576 found worse value: 363.461425618. iteration 18577 found worse value: 363.461425618. iteration 18578 found worse value: 363.461425618. iteration 18579 found worse value: 363.461425618. iteration 18580 found worse value: 363.461425618. iteration 18581 found worse value: 363.461425618. iteration 18582 found worse value: 363.461425618. iteration 18583 found worse value: 363.461425618. iteration 18584 found worse value: 363.461425618. iteration 18585 found worse value: 363.461425618. iteration 18586 found worse value: 363.461425618. iteration 18587 found worse value: 363.461425618. iteration 18588 found worse value: 363.461425618. iteration 18589 found worse value: 363.461425618. iteration 18590 found worse value: 363.461425618. iteration 18591 found worse value: 363.461425618. iteration 18592 found worse value: 363.461425618. iteration 18593 found worse value: 363.461425618. iteration 18594 found worse value: 363.461425618. iteration 18595 found worse value: 363.461425618. iteration 18596 found worse value: 363.461425618. iteration 18597 found worse value: 363.461425618. iteration 18598 found worse value: 363.461425618. iteration 18599 found worse value: 363.461425618. iteration18599, perturbing to get out of local maxima iteration 18600 found worse value: 363.461425618. iteration 18601 found worse value: 363.461425618. iteration 18602 found worse value: 363.461425618. iteration18602, perturbing to get out of local maxima iteration 18603 found worse value: 363.461425618. iteration 18604 found worse value: 363.461425618. iteration18604, perturbing to get out of local maxima iteration 18605 found worse value: 363.461425618. iteration 18606 found worse value: 363.461425618. iteration 18607 found worse value: 363.461425618. iteration 18608 found worse value: 363.461425618. iteration 18609 found worse value: 363.461425618. iteration 18610 found worse value: 363.461425618. iteration 18611 found worse value: 363.461425618. iteration18611, perturbing to get out of local maxima iteration 18612 found worse value: 363.461425618. iteration 18613 found worse value: 363.461425618. iteration 18614 found worse value: 363.461425618. iteration 18615 found worse value: 363.461425618. iteration 18616 found worse value: 363.461425618. iteration 18617 found worse value: 363.461425618. iteration 18618 found worse value: 363.461425618. iteration18618, perturbing to get out of local maxima iteration 18619 found worse value: 363.461425618. iteration 18620 found worse value: 363.461425618. iteration 18621 found worse value: 363.461425618. iteration18621, perturbing to get out of local maxima iteration 18622 found worse value: 363.461425618. iteration 18623 found worse value: 363.461425618. iteration 18624 found worse value: 363.461425618. iteration 18625 found worse value: 363.461425618. iteration 18626 found worse value: 363.461425618. iteration 18627 found worse value: 363.461425618. iteration 18628 found worse value: 363.461425618. iteration 18629 found worse value: 363.461425618. iteration 18630 found worse value: 363.461425618. iteration18630, perturbing to get out of local maxima iteration 18631 found worse value: 363.461425618. iteration 18632 found worse value: 363.461425618. iteration 18633 found worse value: 363.461425618. iteration 18634 found worse value: 363.461425618. iteration 18635 found worse value: 363.461425618. iteration 18636 found worse value: 363.461425618. iteration 18637 found worse value: 363.461425618. iteration 18638 found worse value: 363.461425618. iteration 18639 found worse value: 363.461425618. iteration 18640 found worse value: 363.461425618. iteration 18641 found worse value: 363.461425618. iteration 18642 found worse value: 363.461425618. iteration 18643 found worse value: 363.461425618. iteration 18644 found worse value: 363.461425618. iteration 18645 found worse value: 363.461425618. iteration 18646 found worse value: 363.461425618. iteration 18647 found worse value: 363.461425618. iteration 18648 found worse value: 363.461425618. iteration18648, perturbing to get out of local maxima iteration 18649 found worse value: 363.461425618. iteration 18650 found worse value: 363.461425618. iteration 18651 found worse value: 363.461425618. iteration 18652 found worse value: 363.461425618. iteration 18653 found worse value: 363.461425618. iteration 18654 found worse value: 363.461425618. iteration 18655 found worse value: 363.461425618. iteration 18656 found worse value: 363.461425618. iteration 18657 found worse value: 363.461425618. iteration 18658 found worse value: 363.461425618. iteration 18659 found worse value: 363.461425618. iteration 18660 found worse value: 363.461425618. iteration 18661 found worse value: 363.461425618. iteration 18662 found worse value: 363.461425618. iteration 18663 found worse value: 363.461425618. iteration 18664 found worse value: 363.461425618. iteration 18665 found worse value: 363.461425618. iteration 18666 found worse value: 363.461425618. iteration 18667 found worse value: 363.461425618. iteration 18668 found worse value: 363.461425618. iteration 18669 found worse value: 363.461425618. iteration 18670 found worse value: 363.461425618. iteration 18671 found worse value: 363.461425618. iteration 18672 found worse value: 363.461425618. iteration 18673 found worse value: 363.461425618. iteration 18674 found worse value: 363.461425618. iteration 18675 found worse value: 363.461425618. iteration 18676 found worse value: 363.461425618. iteration 18677 found worse value: 363.461425618. iteration 18678 found worse value: 363.461425618. iteration 18679 found worse value: 363.461425618. iteration18679, perturbing to get out of local maxima iteration 18680 found worse value: 363.461425618. iteration 18681 found worse value: 363.461425618. iteration 18682 found worse value: 363.461425618. iteration 18683 found worse value: 363.461425618. iteration 18684 found worse value: 363.461425618. iteration 18685 found worse value: 363.461425618. iteration 18686 found worse value: 363.461425618. iteration 18687 found worse value: 363.461425618. iteration 18688 found worse value: 363.461425618. iteration 18689 found worse value: 363.461425618. iteration 18690 found worse value: 363.461425618. iteration 18691 found worse value: 363.461425618. iteration 18692 found worse value: 363.461425618. iteration 18693 found worse value: 363.461425618. iteration 18694 found worse value: 363.461425618. iteration 18695 found worse value: 363.461425618. iteration 18696 found worse value: 363.461425618. iteration 18697 found worse value: 363.461425618. iteration 18698 found worse value: 363.461425618. iteration18698, perturbing to get out of local maxima iteration 18699 found worse value: 363.461425618. iteration 18700 found worse value: 363.461425618. iteration18700, perturbing to get out of local maxima iteration 18701 found worse value: 363.461425618. iteration 18702 found worse value: 363.461425618. iteration18702, perturbing to get out of local maxima iteration 18703 found worse value: 363.461425618. iteration 18704 found worse value: 363.461425618. iteration 18705 found worse value: 363.461425618. iteration 18706 found worse value: 363.461425618. iteration 18707 found worse value: 363.461425618. iteration 18708 found worse value: 363.461425618. iteration 18709 found worse value: 363.461425618. iteration 18710 found worse value: 363.461425618. iteration 18711 found worse value: 363.461425618. iteration 18712 found worse value: 363.461425618. iteration 18713 found worse value: 363.461425618. iteration 18714 found worse value: 363.461425618. iteration 18715 found worse value: 363.461425618. iteration 18716 found worse value: 363.461425618. iteration 18717 found worse value: 363.461425618. iteration 18718 found worse value: 363.461425618. iteration 18719 found worse value: 363.461425618. iteration 18720 found worse value: 363.461425618. iteration 18721 found worse value: 363.461425618. iteration 18722 found worse value: 363.461425618. iteration 18723 found worse value: 363.461425618. iteration 18724 found worse value: 363.461425618. iteration 18725 found worse value: 363.461425618. iteration 18726 found worse value: 363.461425618. iteration 18727 found worse value: 363.461425618. iteration 18728 found worse value: 363.461425618. iteration 18729 found worse value: 363.461425618. iteration 18730 found worse value: 363.461425618. iteration 18731 found worse value: 363.461425618. iteration 18732 found worse value: 363.461425618. iteration 18733 found worse value: 363.461425618. iteration 18734 found worse value: 363.461425618. iteration 18735 found worse value: 363.461425618. iteration 18736 found worse value: 363.461425618. iteration 18737 found worse value: 363.461425618. iteration 18738 found worse value: 363.461425618. iteration 18739 found worse value: 363.461425618. iteration 18740 found worse value: 363.461425618. iteration 18741 found worse value: 363.461425618. iteration 18742 found worse value: 363.461425618. iteration 18743 found worse value: 363.461425618. iteration 18744 found worse value: 363.461425618. iteration 18745 found worse value: 363.461425618. iteration 18746 found worse value: 363.461425618. iteration 18747 found worse value: 363.461425618. iteration 18748 found worse value: 363.461425618. iteration 18749 found worse value: 363.461425618. iteration 18750 found worse value: 363.461425618. iteration 18751 found worse value: 363.461425618. iteration 18752 found worse value: 363.461425618. iteration 18753 found worse value: 363.461425618. iteration 18754 found worse value: 363.461425618. iteration 18755 found worse value: 363.461425618. iteration 18756 found worse value: 363.461425618. iteration 18757 found worse value: 363.461425618. iteration 18758 found worse value: 363.461425618. iteration 18759 found worse value: 363.461425618. iteration 18760 found worse value: 363.461425618. iteration 18761 found worse value: 363.461425618. iteration 18762 found worse value: 363.461425618. iteration 18763 found worse value: 363.461425618. iteration 18764 found worse value: 363.461425618. iteration 18765 found worse value: 363.461425618. iteration 18766 found worse value: 363.461425618. iteration 18767 found worse value: 363.461425618. iteration 18768 found worse value: 363.461425618. iteration 18769 found worse value: 363.461425618. iteration 18770 found worse value: 363.461425618. iteration 18771 found worse value: 363.461425618. iteration 18772 found worse value: 363.461425618. iteration 18773 found worse value: 363.461425618. iteration 18774 found worse value: 363.461425618. iteration 18775 found worse value: 363.461425618. iteration 18776 found worse value: 363.461425618. iteration 18777 found worse value: 363.461425618. iteration 18778 found worse value: 363.461425618. iteration 18779 found worse value: 363.461425618. iteration 18780 found worse value: 363.461425618. iteration 18781 found worse value: 363.461425618. iteration 18782 found worse value: 363.461425618. iteration 18783 found worse value: 363.461425618. iteration 18784 found worse value: 363.461425618. iteration 18785 found worse value: 363.461425618. iteration 18786 found worse value: 363.461425618. iteration 18787 found worse value: 363.461425618. iteration 18788 found worse value: 363.461425618. iteration 18789 found worse value: 363.461425618. iteration 18790 found worse value: 363.461425618. iteration 18791 found worse value: 363.461425618. iteration 18792 found worse value: 363.461425618. iteration 18793 found worse value: 363.461425618. iteration 18794 found worse value: 363.461425618. iteration 18795 found worse value: 363.461425618. iteration 18796 found worse value: 363.461425618. iteration 18797 found worse value: 363.461425618. iteration 18798 found worse value: 363.461425618. iteration 18799 found worse value: 363.461425618. iteration 18800 found worse value: 363.461425618. iteration 18801 found worse value: 363.461425618. iteration 18802 found worse value: 363.461425618. iteration 18803 found worse value: 363.461425618. iteration 18804 found worse value: 363.461425618. iteration 18805 found worse value: 363.461425618. iteration 18806 found worse value: 363.461425618. iteration 18807 found worse value: 363.461425618. iteration18807, perturbing to get out of local maxima iteration 18808 found worse value: 363.461425618. iteration 18809 found worse value: 363.461425618. iteration 18810 found worse value: 363.461425618. iteration 18811 found worse value: 363.461425618. iteration 18812 found worse value: 363.461425618. iteration 18813 found worse value: 363.461425618. iteration 18814 found worse value: 363.461425618. iteration 18815 found worse value: 363.461425618. iteration 18816 found worse value: 363.461425618. iteration 18817 found worse value: 363.461425618. iteration 18818 found worse value: 363.461425618. iteration 18819 found worse value: 363.461425618. iteration 18820 found worse value: 363.461425618. iteration 18821 found worse value: 363.461425618. iteration 18822 found worse value: 363.461425618. iteration 18823 found worse value: 363.461425618. iteration 18824 found worse value: 363.461425618. iteration 18825 found worse value: 363.461425618. iteration 18826 found worse value: 363.461425618. iteration 18827 found worse value: 363.461425618. iteration 18828 found worse value: 363.461425618. iteration 18829 found worse value: 363.461425618. iteration 18830 found worse value: 363.461425618. iteration 18831 found worse value: 363.461425618. iteration 18832 found worse value: 363.461425618. iteration 18833 found worse value: 363.461425618. iteration 18834 found worse value: 363.461425618. iteration 18835 found worse value: 363.461425618. iteration 18836 found worse value: 363.461425618. iteration 18837 found worse value: 363.461425618. iteration18837, perturbing to get out of local maxima iteration 18838 found worse value: 363.461425618. iteration 18839 found worse value: 363.461425618. iteration 18840 found worse value: 363.461425618. iteration 18841 found worse value: 363.461425618. iteration 18842 found worse value: 363.461425618. iteration 18843 found worse value: 363.461425618. iteration18843, perturbing to get out of local maxima iteration 18844 found worse value: 363.461425618. iteration 18845 found worse value: 363.461425618. iteration18845, perturbing to get out of local maxima iteration 18846 found worse value: 363.461425618. iteration 18847 found worse value: 363.461425618. iteration18847, perturbing to get out of local maxima iteration 18848 found worse value: 363.461425618. iteration 18849 found worse value: 363.461425618. iteration 18850 found worse value: 363.461425618. iteration 18851 found worse value: 363.461425618. iteration 18852 found worse value: 363.461425618. iteration 18853 found worse value: 363.461425618. iteration 18854 found worse value: 363.461425618. iteration 18855 found worse value: 363.461425618. iteration 18856 found worse value: 363.461425618. iteration 18857 found worse value: 363.461425618. iteration 18858 found worse value: 363.461425618. iteration 18859 found worse value: 363.461425618. iteration 18860 found worse value: 363.461425618. iteration 18861 found worse value: 363.461425618. iteration 18862 found worse value: 363.461425618. iteration 18863 found worse value: 363.461425618. iteration 18864 found worse value: 363.461425618. iteration 18865 found worse value: 363.461425618. iteration 18866 found worse value: 363.461425618. iteration18866, perturbing to get out of local maxima iteration 18867 found worse value: 363.461425618. iteration 18868 found worse value: 363.461425618. iteration 18869 found worse value: 363.461425618. iteration 18870 found worse value: 363.461425618. iteration 18871 found worse value: 363.461425618. iteration 18872 found worse value: 363.461425618. iteration 18873 found worse value: 363.461425618. iteration 18874 found worse value: 363.461425618. iteration 18875 found worse value: 363.461425618. iteration 18876 found worse value: 363.461425618. iteration 18877 found worse value: 363.461425618. iteration 18878 found worse value: 363.461425618. iteration 18879 found worse value: 363.461425618. iteration 18880 found worse value: 363.461425618. iteration 18881 found worse value: 363.461425618. iteration 18882 found worse value: 363.461425618. iteration 18883 found worse value: 363.461425618. iteration 18884 found worse value: 363.461425618. iteration 18885 found worse value: 363.461425618. iteration 18886 found worse value: 363.461425618. iteration 18887 found worse value: 363.461425618. iteration18887, perturbing to get out of local maxima iteration 18888 found worse value: 363.461425618. iteration 18889 found worse value: 363.461425618. iteration 18890 found worse value: 363.461425618. iteration 18891 found worse value: 363.461425618. iteration 18892 found worse value: 363.461425618. iteration 18893 found worse value: 363.461425618. iteration 18894 found worse value: 363.461425618. iteration 18895 found worse value: 363.461425618. iteration 18896 found worse value: 363.461425618. iteration 18897 found worse value: 363.461425618. iteration 18898 found worse value: 363.461425618. iteration 18899 found worse value: 363.461425618. iteration 18900 found worse value: 363.461425618. iteration 18901 found worse value: 363.461425618. iteration 18902 found worse value: 363.461425618. iteration 18903 found worse value: 363.461425618. iteration 18904 found worse value: 363.461425618. iteration 18905 found worse value: 363.461425618. iteration 18906 found worse value: 363.461425618. iteration 18907 found worse value: 363.461425618. iteration 18908 found worse value: 363.461425618. iteration 18909 found worse value: 363.461425618. iteration 18910 found worse value: 363.461425618. iteration18910, perturbing to get out of local maxima iteration 18911 found worse value: 363.461425618. iteration 18912 found worse value: 363.461425618. iteration 18913 found worse value: 363.461425618. iteration 18914 found worse value: 363.461425618. iteration 18915 found worse value: 363.461425618. iteration 18916 found worse value: 363.461425618. iteration 18917 found worse value: 363.461425618. iteration 18918 found worse value: 363.461425618. iteration 18919 found worse value: 363.461425618. iteration 18920 found worse value: 363.461425618. iteration 18921 found worse value: 363.461425618. iteration 18922 found worse value: 363.461425618. iteration 18923 found worse value: 363.461425618. iteration 18924 found worse value: 363.461425618. iteration 18925 found worse value: 363.461425618. iteration 18926 found worse value: 363.461425618. iteration 18927 found worse value: 363.461425618. iteration 18928 found worse value: 363.461425618. iteration 18929 found worse value: 363.461425618. iteration 18930 found worse value: 363.461425618. iteration 18931 found worse value: 363.461425618. iteration 18932 found worse value: 363.461425618. iteration 18933 found worse value: 363.461425618. iteration 18934 found worse value: 363.461425618. iteration 18935 found worse value: 363.461425618. iteration 18936 found worse value: 363.461425618. iteration 18937 found worse value: 363.461425618. iteration 18938 found worse value: 363.461425618. iteration 18939 found worse value: 363.461425618. iteration 18940 found worse value: 363.461425618. iteration 18941 found worse value: 363.461425618. iteration 18942 found worse value: 363.461425618. iteration 18943 found worse value: 363.461425618. iteration 18944 found worse value: 363.461425618. iteration 18945 found worse value: 363.461425618. iteration 18946 found worse value: 363.461425618. iteration 18947 found worse value: 363.461425618. iteration 18948 found worse value: 363.461425618. iteration 18949 found worse value: 363.461425618. iteration18949, perturbing to get out of local maxima iteration 18950 found worse value: 363.461425618. iteration18950, perturbing to get out of local maxima iteration 18951 found worse value: 363.461425618. iteration 18952 found worse value: 363.461425618. iteration 18953 found worse value: 363.461425618. iteration 18954 found worse value: 363.461425618. iteration 18955 found worse value: 363.461425618. iteration 18956 found worse value: 363.461425618. iteration 18957 found worse value: 363.461425618. iteration 18958 found worse value: 363.461425618. iteration 18959 found worse value: 363.461425618. iteration 18960 found worse value: 363.461425618. iteration 18961 found worse value: 363.461425618. iteration 18962 found worse value: 363.461425618. iteration 18963 found worse value: 363.461425618. iteration 18964 found worse value: 363.461425618. iteration 18965 found worse value: 363.461425618. iteration 18966 found worse value: 363.461425618. iteration 18967 found worse value: 363.461425618. iteration 18968 found worse value: 363.461425618. iteration 18969 found worse value: 363.461425618. iteration 18970 found worse value: 363.461425618. iteration 18971 found worse value: 363.461425618. iteration 18972 found worse value: 363.461425618. iteration 18973 found worse value: 363.461425618. iteration 18974 found worse value: 363.461425618. iteration 18975 found worse value: 363.461425618. iteration 18976 found worse value: 363.461425618. iteration 18977 found worse value: 363.461425618. iteration 18978 found worse value: 363.461425618. iteration 18979 found worse value: 363.461425618. iteration 18980 found worse value: 363.461425618. iteration 18981 found worse value: 363.461425618. iteration 18982 found worse value: 363.461425618. iteration 18983 found worse value: 363.461425618. iteration 18984 found worse value: 363.461425618. iteration 18985 found worse value: 363.461425618. iteration 18986 found worse value: 363.461425618. iteration 18987 found worse value: 363.461425618. iteration 18988 found worse value: 363.461425618. iteration 18989 found worse value: 363.461425618. iteration 18990 found worse value: 363.461425618. iteration 18991 found worse value: 363.461425618. iteration 18992 found worse value: 363.461425618. iteration 18993 found worse value: 363.461425618. iteration18993, perturbing to get out of local maxima iteration 18994 found worse value: 363.461425618. iteration 18995 found worse value: 363.461425618. iteration 18996 found worse value: 363.461425618. iteration 18997 found worse value: 363.461425618. iteration 18998 found worse value: 363.461425618. iteration 18999 found worse value: 363.461425618. iteration 19000 found worse value: 363.461425618. iteration 19001 found worse value: 363.461425618. iteration 19002 found worse value: 363.461425618. iteration 19003 found worse value: 363.461425618. iteration 19004 found worse value: 363.461425618. iteration 19005 found worse value: 363.461425618. iteration 19006 found worse value: 363.461425618. iteration19006, perturbing to get out of local maxima iteration 19007 found worse value: 363.461425618. iteration 19008 found worse value: 363.461425618. iteration 19009 found worse value: 363.461425618. iteration 19010 found worse value: 363.461425618. iteration 19011 found worse value: 363.461425618. iteration 19012 found worse value: 363.461425618. iteration 19013 found worse value: 363.461425618. iteration 19014 found worse value: 363.461425618. iteration 19015 found worse value: 363.461425618. iteration 19016 found worse value: 363.461425618. iteration 19017 found worse value: 363.461425618. iteration 19018 found worse value: 363.461425618. iteration 19019 found worse value: 363.461425618. iteration 19020 found worse value: 363.461425618. iteration 19021 found worse value: 363.461425618. iteration 19022 found worse value: 363.461425618. iteration 19023 found worse value: 363.461425618. iteration 19024 found worse value: 363.461425618. iteration 19025 found worse value: 363.461425618. iteration 19026 found worse value: 363.461425618. iteration 19027 found worse value: 363.461425618. iteration 19028 found worse value: 363.461425618. iteration 19029 found worse value: 363.461425618. iteration 19030 found worse value: 363.461425618. iteration 19031 found worse value: 363.461425618. iteration 19032 found worse value: 363.461425618. iteration 19033 found worse value: 363.461425618. iteration 19034 found worse value: 363.461425618. iteration 19035 found worse value: 363.461425618. iteration 19036 found worse value: 363.461425618. iteration 19037 found worse value: 363.461425618. iteration 19038 found worse value: 363.461425618. iteration 19039 found worse value: 363.461425618. iteration 19040 found worse value: 363.461425618. iteration 19041 found worse value: 363.461425618. iteration 19042 found worse value: 363.461425618. iteration 19043 found worse value: 363.461425618. iteration 19044 found worse value: 363.461425618. iteration 19045 found worse value: 363.461425618. iteration 19046 found worse value: 363.461425618. iteration 19047 found worse value: 363.461425618. iteration 19048 found worse value: 363.461425618. iteration 19049 found worse value: 363.461425618. iteration 19050 found worse value: 363.461425618. iteration 19051 found worse value: 363.461425618. iteration 19052 found worse value: 363.461425618. iteration 19053 found worse value: 363.461425618. iteration 19054 found worse value: 363.461425618. iteration 19055 found worse value: 363.461425618. iteration 19056 found worse value: 363.461425618. iteration 19057 found worse value: 363.461425618. iteration 19058 found worse value: 363.461425618. iteration 19059 found worse value: 363.461425618. iteration 19060 found worse value: 363.461425618. iteration 19061 found worse value: 363.461425618. iteration 19062 found worse value: 363.461425618. iteration 19063 found worse value: 363.461425618. iteration 19064 found worse value: 363.461425618. iteration 19065 found worse value: 363.461425618. iteration19065, perturbing to get out of local maxima iteration 19066 found worse value: 363.461425618. iteration 19067 found worse value: 363.461425618. iteration 19068 found worse value: 363.461425618. iteration19068, perturbing to get out of local maxima iteration 19069 found worse value: 363.461425618. iteration19069, perturbing to get out of local maxima iteration 19070 found worse value: 363.461425618. iteration 19071 found worse value: 363.461425618. iteration 19072 found worse value: 363.461425618. iteration 19073 found worse value: 363.461425618. iteration 19074 found worse value: 363.461425618. iteration19074, perturbing to get out of local maxima iteration 19075 found worse value: 363.461425618. iteration 19076 found worse value: 363.461425618. iteration 19077 found worse value: 363.461425618. iteration19077, perturbing to get out of local maxima iteration 19078 found worse value: 363.461425618. iteration 19079 found worse value: 363.461425618. iteration 19080 found worse value: 363.461425618. iteration 19081 found worse value: 363.461425618. iteration 19082 found worse value: 363.461425618. iteration 19083 found worse value: 363.461425618. iteration19083, perturbing to get out of local maxima iteration 19084 found worse value: 363.461425618. iteration 19085 found worse value: 363.461425618. iteration 19086 found worse value: 363.461425618. iteration 19087 found worse value: 363.461425618. iteration 19088 found worse value: 363.461425618. iteration 19089 found worse value: 363.461425618. iteration 19090 found worse value: 363.461425618. iteration 19091 found worse value: 363.461425618. iteration 19092 found worse value: 363.461425618. iteration 19093 found worse value: 363.461425618. iteration 19094 found worse value: 363.461425618. iteration 19095 found worse value: 363.461425618. iteration 19096 found worse value: 363.461425618. iteration 19097 found worse value: 363.461425618. iteration 19098 found worse value: 363.461425618. iteration 19099 found worse value: 363.461425618. iteration19099, perturbing to get out of local maxima iteration 19100 found worse value: 363.461425618. iteration 19101 found worse value: 363.461425618. iteration 19102 found worse value: 363.461425618. iteration 19103 found worse value: 363.461425618. iteration 19104 found worse value: 363.461425618. iteration 19105 found worse value: 363.461425618. iteration 19106 found worse value: 363.461425618. iteration 19107 found worse value: 363.461425618. iteration 19108 found worse value: 363.461425618. iteration 19109 found worse value: 363.461425618. iteration 19110 found worse value: 363.461425618. iteration19110, perturbing to get out of local maxima iteration 19111 found worse value: 363.461425618. iteration 19112 found worse value: 363.461425618. iteration 19113 found worse value: 363.461425618. iteration 19114 found worse value: 363.461425618. iteration19114, perturbing to get out of local maxima iteration 19115 found worse value: 363.461425618. iteration 19116 found worse value: 363.461425618. iteration 19117 found worse value: 363.461425618. iteration 19118 found worse value: 363.461425618. iteration 19119 found worse value: 363.461425618. iteration 19120 found worse value: 363.461425618. iteration 19121 found worse value: 363.461425618. iteration19121, perturbing to get out of local maxima iteration 19122 found worse value: 363.461425618. iteration 19123 found worse value: 363.461425618. iteration 19124 found worse value: 363.461425618. iteration 19125 found worse value: 363.461425618. iteration 19126 found worse value: 363.461425618. iteration 19127 found worse value: 363.461425618. iteration 19128 found worse value: 363.461425618. iteration 19129 found worse value: 363.461425618. iteration 19130 found worse value: 363.461425618. iteration 19131 found worse value: 363.461425618. iteration 19132 found worse value: 363.461425618. iteration 19133 found worse value: 363.461425618. iteration 19134 found worse value: 363.461425618. iteration 19135 found worse value: 363.461425618. iteration 19136 found worse value: 363.461425618. iteration 19137 found worse value: 363.461425618. iteration 19138 found worse value: 363.461425618. iteration 19139 found worse value: 363.461425618. iteration 19140 found worse value: 363.461425618. iteration 19141 found worse value: 363.461425618. iteration 19142 found worse value: 363.461425618. iteration 19143 found worse value: 363.461425618. iteration 19144 found worse value: 363.461425618. iteration 19145 found worse value: 363.461425618. iteration 19146 found worse value: 363.461425618. iteration 19147 found worse value: 363.461425618. iteration 19148 found worse value: 363.461425618. iteration 19149 found worse value: 363.461425618. iteration 19150 found worse value: 363.461425618. iteration 19151 found worse value: 363.461425618. iteration 19152 found worse value: 363.461425618. iteration 19153 found worse value: 363.461425618. iteration 19154 found worse value: 363.461425618. iteration 19155 found worse value: 363.461425618. iteration 19156 found worse value: 363.461425618. iteration 19157 found worse value: 363.461425618. iteration 19158 found worse value: 363.461425618. iteration 19159 found worse value: 363.461425618. iteration 19160 found worse value: 363.461425618. iteration 19161 found worse value: 363.461425618. iteration 19162 found worse value: 363.461425618. iteration 19163 found worse value: 363.461425618. iteration 19164 found worse value: 363.461425618. iteration 19165 found worse value: 363.461425618. iteration 19166 found worse value: 363.461425618. iteration 19167 found worse value: 363.461425618. iteration 19168 found worse value: 363.461425618. iteration 19169 found worse value: 363.461425618. iteration 19170 found worse value: 363.461425618. iteration 19171 found worse value: 363.461425618. iteration 19172 found worse value: 363.461425618. iteration 19173 found worse value: 363.461425618. iteration 19174 found worse value: 363.461425618. iteration 19175 found worse value: 363.461425618. iteration 19176 found worse value: 363.461425618. iteration 19177 found worse value: 363.461425618. iteration 19178 found worse value: 363.461425618. iteration 19179 found worse value: 363.461425618. iteration 19180 found worse value: 363.461425618. iteration 19181 found worse value: 363.461425618. iteration 19182 found worse value: 363.461425618. iteration 19183 found worse value: 363.461425618. iteration 19184 found worse value: 363.461425618. iteration 19185 found worse value: 363.461425618. iteration 19186 found worse value: 363.461425618. iteration 19187 found worse value: 363.461425618. iteration 19188 found worse value: 363.461425618. iteration 19189 found worse value: 363.461425618. iteration 19190 found worse value: 363.461425618. iteration 19191 found worse value: 363.461425618. iteration 19192 found worse value: 363.461425618. iteration 19193 found worse value: 363.461425618. iteration 19194 found worse value: 363.461425618. iteration 19195 found worse value: 363.461425618. iteration 19196 found worse value: 363.461425618. iteration 19197 found worse value: 363.461425618. iteration 19198 found worse value: 363.461425618. iteration 19199 found worse value: 363.461425618. iteration 19200 found worse value: 363.461425618. iteration 19201 found worse value: 363.461425618. iteration 19202 found worse value: 363.461425618. iteration 19203 found worse value: 363.461425618. iteration 19204 found worse value: 363.461425618. iteration 19205 found worse value: 363.461425618. iteration 19206 found worse value: 363.461425618. iteration 19207 found worse value: 363.461425618. iteration 19208 found worse value: 363.461425618. iteration 19209 found worse value: 363.461425618. iteration19209, perturbing to get out of local maxima iteration 19210 found worse value: 363.461425618. iteration 19211 found worse value: 363.461425618. iteration 19212 found worse value: 363.461425618. iteration 19213 found worse value: 363.461425618. iteration 19214 found worse value: 363.461425618. iteration 19215 found worse value: 363.461425618. iteration 19216 found worse value: 363.461425618. iteration19216, perturbing to get out of local maxima iteration 19217 found worse value: 363.461425618. iteration 19218 found worse value: 363.461425618. iteration 19219 found worse value: 363.461425618. iteration 19220 found worse value: 363.461425618. iteration 19221 found worse value: 363.461425618. iteration19221, perturbing to get out of local maxima iteration 19222 found worse value: 363.461425618. iteration 19223 found worse value: 363.461425618. iteration 19224 found worse value: 363.461425618. iteration 19225 found worse value: 363.461425618. iteration 19226 found worse value: 363.461425618. iteration 19227 found worse value: 363.461425618. iteration 19228 found worse value: 363.461425618. iteration 19229 found worse value: 363.461425618. iteration 19230 found worse value: 363.461425618. iteration 19231 found worse value: 363.461425618. iteration 19232 found worse value: 363.461425618. iteration 19233 found worse value: 363.461425618. iteration 19234 found worse value: 363.461425618. iteration 19235 found worse value: 363.461425618. iteration 19236 found worse value: 363.461425618. iteration 19237 found worse value: 363.461425618. iteration 19238 found worse value: 363.461425618. iteration 19239 found worse value: 363.461425618. iteration 19240 found worse value: 363.461425618. iteration 19241 found worse value: 363.461425618. iteration 19242 found worse value: 363.461425618. iteration 19243 found worse value: 363.461425618. iteration 19244 found worse value: 363.461425618. iteration 19245 found worse value: 363.461425618. iteration 19246 found worse value: 363.461425618. iteration 19247 found worse value: 363.461425618. iteration 19248 found worse value: 363.461425618. iteration 19249 found worse value: 363.461425618. iteration 19250 found worse value: 363.461425618. iteration 19251 found worse value: 363.461425618. iteration 19252 found worse value: 363.461425618. iteration 19253 found worse value: 363.461425618. iteration 19254 found worse value: 363.461425618. iteration 19255 found worse value: 363.461425618. iteration 19256 found worse value: 363.461425618. iteration 19257 found worse value: 363.461425618. iteration 19258 found worse value: 363.461425618. iteration 19259 found worse value: 363.461425618. iteration 19260 found worse value: 363.461425618. iteration19260, perturbing to get out of local maxima iteration 19261 found worse value: 363.461425618. iteration 19262 found worse value: 363.461425618. iteration 19263 found worse value: 363.461425618. iteration 19264 found worse value: 363.461425618. iteration 19265 found worse value: 363.461425618. iteration 19266 found worse value: 363.461425618. iteration 19267 found worse value: 363.461425618. iteration 19268 found worse value: 363.461425618. iteration 19269 found worse value: 363.461425618. iteration 19270 found worse value: 363.461425618. iteration 19271 found worse value: 363.461425618. iteration 19272 found worse value: 363.461425618. iteration 19273 found worse value: 363.461425618. iteration 19274 found worse value: 363.461425618. iteration 19275 found worse value: 363.461425618. iteration 19276 found worse value: 363.461425618. iteration 19277 found worse value: 363.461425618. iteration 19278 found worse value: 363.461425618. iteration 19279 found worse value: 363.461425618. iteration 19280 found worse value: 363.461425618. iteration 19281 found worse value: 363.461425618. iteration 19282 found worse value: 363.461425618. iteration 19283 found worse value: 363.461425618. iteration 19284 found worse value: 363.461425618. iteration19284, perturbing to get out of local maxima iteration 19285 found worse value: 363.461425618. iteration 19286 found worse value: 363.461425618. iteration 19287 found worse value: 363.461425618. iteration 19288 found worse value: 363.461425618. iteration 19289 found worse value: 363.461425618. iteration 19290 found worse value: 363.461425618. iteration 19291 found worse value: 363.461425618. iteration 19292 found worse value: 363.461425618. iteration 19293 found worse value: 363.461425618. iteration 19294 found worse value: 363.461425618. iteration 19295 found worse value: 363.461425618. iteration 19296 found worse value: 363.461425618. iteration 19297 found worse value: 363.461425618. iteration 19298 found worse value: 363.461425618. iteration 19299 found worse value: 363.461425618. iteration 19300 found worse value: 363.461425618. iteration 19301 found worse value: 363.461425618. iteration 19302 found worse value: 363.461425618. iteration 19303 found worse value: 363.461425618. iteration 19304 found worse value: 363.461425618. iteration 19305 found worse value: 363.461425618. iteration 19306 found worse value: 363.461425618. iteration 19307 found worse value: 363.461425618. iteration 19308 found worse value: 363.461425618. iteration 19309 found worse value: 363.461425618. iteration 19310 found worse value: 363.461425618. iteration 19311 found worse value: 363.461425618. iteration 19312 found worse value: 363.461425618. iteration 19313 found worse value: 363.461425618. iteration 19314 found worse value: 363.461425618. iteration 19315 found worse value: 363.461425618. iteration 19316 found worse value: 363.461425618. iteration 19317 found worse value: 363.461425618. iteration 19318 found worse value: 363.461425618. iteration 19319 found worse value: 363.461425618. iteration 19320 found worse value: 363.461425618. iteration 19321 found worse value: 363.461425618. iteration 19322 found worse value: 363.461425618. iteration 19323 found worse value: 363.461425618. iteration 19324 found worse value: 363.461425618. iteration 19325 found worse value: 363.461425618. iteration 19326 found worse value: 363.461425618. iteration 19327 found worse value: 363.461425618. iteration 19328 found worse value: 363.461425618. iteration 19329 found worse value: 363.461425618. iteration 19330 found worse value: 363.461425618. iteration 19331 found worse value: 363.461425618. iteration 19332 found worse value: 363.461425618. iteration 19333 found worse value: 363.461425618. iteration 19334 found worse value: 363.461425618. iteration19334, perturbing to get out of local maxima iteration 19335 found worse value: 363.461425618. iteration 19336 found worse value: 363.461425618. iteration 19337 found worse value: 363.461425618. iteration 19338 found worse value: 363.461425618. iteration 19339 found worse value: 363.461425618. iteration 19340 found worse value: 363.461425618. iteration 19341 found worse value: 363.461425618. iteration 19342 found worse value: 363.461425618. iteration 19343 found worse value: 363.461425618. iteration 19344 found worse value: 363.461425618. iteration 19345 found worse value: 363.461425618. iteration 19346 found worse value: 363.461425618. iteration 19347 found worse value: 363.461425618. iteration 19348 found worse value: 363.461425618. iteration 19349 found worse value: 363.461425618. iteration 19350 found worse value: 363.461425618. iteration 19351 found worse value: 363.461425618. iteration 19352 found worse value: 363.461425618. iteration 19353 found worse value: 363.461425618. iteration 19354 found worse value: 363.461425618. iteration19354, perturbing to get out of local maxima iteration 19355 found worse value: 363.461425618. iteration 19356 found worse value: 363.461425618. iteration 19357 found worse value: 363.461425618. iteration 19358 found worse value: 363.461425618. iteration 19359 found worse value: 363.461425618. iteration 19360 found worse value: 363.461425618. iteration 19361 found worse value: 363.461425618. iteration 19362 found worse value: 363.461425618. iteration 19363 found worse value: 363.461425618. iteration 19364 found worse value: 363.461425618. iteration 19365 found worse value: 363.461425618. iteration 19366 found worse value: 363.461425618. iteration 19367 found worse value: 363.461425618. iteration 19368 found worse value: 363.461425618. iteration 19369 found worse value: 363.461425618. iteration 19370 found worse value: 363.461425618. iteration 19371 found worse value: 363.461425618. iteration 19372 found worse value: 363.461425618. iteration 19373 found worse value: 363.461425618. iteration 19374 found worse value: 363.461425618. iteration 19375 found worse value: 363.461425618. iteration 19376 found worse value: 363.461425618. iteration 19377 found worse value: 363.461425618. iteration 19378 found worse value: 363.461425618. iteration 19379 found worse value: 363.461425618. iteration 19380 found worse value: 363.461425618. iteration 19381 found worse value: 363.461425618. iteration 19382 found worse value: 363.461425618. iteration 19383 found worse value: 363.461425618. iteration 19384 found worse value: 363.461425618. iteration 19385 found worse value: 363.461425618. iteration 19386 found worse value: 363.461425618. iteration 19387 found worse value: 363.461425618. iteration 19388 found worse value: 363.461425618. iteration19388, perturbing to get out of local maxima iteration 19389 found worse value: 363.461425618. iteration 19390 found worse value: 363.461425618. iteration 19391 found worse value: 363.461425618. iteration 19392 found worse value: 363.461425618. iteration 19393 found worse value: 363.461425618. iteration 19394 found worse value: 363.461425618. iteration 19395 found worse value: 363.461425618. iteration 19396 found worse value: 363.461425618. iteration 19397 found worse value: 363.461425618. iteration 19398 found worse value: 363.461425618. iteration 19399 found worse value: 363.461425618. iteration 19400 found worse value: 363.461425618. iteration19400, perturbing to get out of local maxima iteration 19401 found worse value: 363.461425618. iteration 19402 found worse value: 363.461425618. iteration 19403 found worse value: 363.461425618. iteration 19404 found worse value: 363.461425618. iteration 19405 found worse value: 363.461425618. iteration 19406 found worse value: 363.461425618. iteration 19407 found worse value: 363.461425618. iteration 19408 found worse value: 363.461425618. iteration 19409 found worse value: 363.461425618. iteration 19410 found worse value: 363.461425618. iteration 19411 found worse value: 363.461425618. iteration 19412 found worse value: 363.461425618. iteration 19413 found worse value: 363.461425618. iteration 19414 found worse value: 363.461425618. iteration 19415 found worse value: 363.461425618. iteration 19416 found worse value: 363.461425618. iteration 19417 found worse value: 363.461425618. iteration 19418 found worse value: 363.461425618. iteration 19419 found worse value: 363.461425618. iteration 19420 found worse value: 363.461425618. iteration 19421 found worse value: 363.461425618. iteration 19422 found worse value: 363.461425618. iteration 19423 found worse value: 363.461425618. iteration 19424 found worse value: 363.461425618. iteration 19425 found worse value: 363.461425618. iteration 19426 found worse value: 363.461425618. iteration 19427 found worse value: 363.461425618. iteration 19428 found worse value: 363.461425618. iteration 19429 found worse value: 363.461425618. iteration 19430 found worse value: 363.461425618. iteration 19431 found worse value: 363.461425618. iteration 19432 found worse value: 363.461425618. iteration 19433 found worse value: 363.461425618. iteration 19434 found worse value: 363.461425618. iteration 19435 found worse value: 363.461425618. iteration 19436 found worse value: 363.461425618. iteration 19437 found worse value: 363.461425618. iteration 19438 found worse value: 363.461425618. iteration 19439 found worse value: 363.461425618. iteration 19440 found worse value: 363.461425618. iteration 19441 found worse value: 363.461425618. iteration 19442 found worse value: 363.461425618. iteration 19443 found worse value: 363.461425618. iteration 19444 found worse value: 363.461425618. iteration 19445 found worse value: 363.461425618. iteration 19446 found worse value: 363.461425618. iteration 19447 found worse value: 363.461425618. iteration 19448 found worse value: 363.461425618. iteration 19449 found worse value: 363.461425618. iteration 19450 found worse value: 363.461425618. iteration 19451 found worse value: 363.461425618. iteration19451, perturbing to get out of local maxima iteration 19452 found worse value: 363.461425618. iteration 19453 found worse value: 363.461425618. iteration 19454 found worse value: 363.461425618. iteration 19455 found worse value: 363.461425618. iteration 19456 found worse value: 363.461425618. iteration 19457 found worse value: 363.461425618. iteration 19458 found worse value: 363.461425618. iteration 19459 found worse value: 363.461425618. iteration 19460 found worse value: 363.461425618. iteration 19461 found worse value: 363.461425618. iteration 19462 found worse value: 363.461425618. iteration 19463 found worse value: 363.461425618. iteration 19464 found worse value: 363.461425618. iteration 19465 found worse value: 363.461425618. iteration 19466 found worse value: 363.461425618. iteration 19467 found worse value: 363.461425618. iteration 19468 found worse value: 363.461425618. iteration 19469 found worse value: 363.461425618. iteration 19470 found worse value: 363.461425618. iteration 19471 found worse value: 363.461425618. iteration 19472 found worse value: 363.461425618. iteration 19473 found worse value: 363.461425618. iteration 19474 found worse value: 363.461425618. iteration19474, perturbing to get out of local maxima iteration 19475 found worse value: 363.461425618. iteration19475, perturbing to get out of local maxima iteration 19476 found worse value: 363.461425618. iteration 19477 found worse value: 363.461425618. iteration 19478 found worse value: 363.461425618. iteration 19479 found worse value: 363.461425618. iteration 19480 found worse value: 363.461425618. iteration 19481 found worse value: 363.461425618. iteration 19482 found worse value: 363.461425618. iteration 19483 found worse value: 363.461425618. iteration 19484 found worse value: 363.461425618. iteration 19485 found worse value: 363.461425618. iteration 19486 found worse value: 363.461425618. iteration 19487 found worse value: 363.461425618. iteration 19488 found worse value: 363.461425618. iteration 19489 found worse value: 363.461425618. iteration 19490 found worse value: 363.461425618. iteration 19491 found worse value: 363.461425618. iteration 19492 found worse value: 363.461425618. iteration 19493 found worse value: 363.461425618. iteration 19494 found worse value: 363.461425618. iteration 19495 found worse value: 363.461425618. iteration 19496 found worse value: 363.461425618. iteration 19497 found worse value: 363.461425618. iteration 19498 found worse value: 363.461425618. iteration 19499 found worse value: 363.461425618. iteration 19500 found worse value: 363.461425618. iteration 19501 found worse value: 363.461425618. iteration 19502 found worse value: 363.461425618. iteration 19503 found worse value: 363.461425618. iteration 19504 found worse value: 363.461425618. iteration 19505 found worse value: 363.461425618. iteration 19506 found worse value: 363.461425618. iteration 19507 found worse value: 363.461425618. iteration 19508 found worse value: 363.461425618. iteration 19509 found worse value: 363.461425618. iteration 19510 found worse value: 363.461425618. iteration 19511 found worse value: 363.461425618. iteration 19512 found worse value: 363.461425618. iteration 19513 found worse value: 363.461425618. iteration 19514 found worse value: 363.461425618. iteration 19515 found worse value: 363.461425618. iteration 19516 found worse value: 363.461425618. iteration 19517 found worse value: 363.461425618. iteration 19518 found worse value: 363.461425618. iteration 19519 found worse value: 363.461425618. iteration 19520 found worse value: 363.461425618. iteration 19521 found worse value: 363.461425618. iteration 19522 found worse value: 363.461425618. iteration 19523 found worse value: 363.461425618. iteration 19524 found worse value: 363.461425618. iteration 19525 found worse value: 363.461425618. iteration 19526 found worse value: 363.461425618. iteration 19527 found worse value: 363.461425618. iteration 19528 found worse value: 363.461425618. iteration 19529 found worse value: 363.461425618. iteration 19530 found worse value: 363.461425618. iteration 19531 found worse value: 363.461425618. iteration 19532 found worse value: 363.461425618. iteration 19533 found worse value: 363.461425618. iteration 19534 found worse value: 363.461425618. iteration 19535 found worse value: 363.461425618. iteration 19536 found worse value: 363.461425618. iteration 19537 found worse value: 363.461425618. iteration 19538 found worse value: 363.461425618. iteration 19539 found worse value: 363.461425618. iteration 19540 found worse value: 363.461425618. iteration 19541 found worse value: 363.461425618. iteration 19542 found worse value: 363.461425618. iteration 19543 found worse value: 363.461425618. iteration 19544 found worse value: 363.461425618. iteration 19545 found worse value: 363.461425618. iteration 19546 found worse value: 363.461425618. iteration 19547 found worse value: 363.461425618. iteration 19548 found worse value: 363.461425618. iteration 19549 found worse value: 363.461425618. iteration 19550 found worse value: 363.461425618. iteration19550, perturbing to get out of local maxima iteration 19551 found worse value: 363.461425618. iteration 19552 found worse value: 363.461425618. iteration 19553 found worse value: 363.461425618. iteration 19554 found worse value: 363.461425618. iteration 19555 found worse value: 363.461425618. iteration 19556 found worse value: 363.461425618. iteration 19557 found worse value: 363.461425618. iteration 19558 found worse value: 363.461425618. iteration 19559 found worse value: 363.461425618. iteration 19560 found worse value: 363.461425618. iteration 19561 found worse value: 363.461425618. iteration 19562 found worse value: 363.461425618. iteration 19563 found worse value: 363.461425618. iteration 19564 found worse value: 363.461425618. iteration 19565 found worse value: 363.461425618. iteration 19566 found worse value: 363.461425618. iteration 19567 found worse value: 363.461425618. iteration 19568 found worse value: 363.461425618. iteration 19569 found worse value: 363.461425618. iteration 19570 found worse value: 363.461425618. iteration 19571 found worse value: 363.461425618. iteration 19572 found worse value: 363.461425618. iteration 19573 found worse value: 363.461425618. iteration 19574 found worse value: 363.461425618. iteration 19575 found worse value: 363.461425618. iteration 19576 found worse value: 363.461425618. iteration 19577 found worse value: 363.461425618. iteration 19578 found worse value: 363.461425618. iteration 19579 found worse value: 363.461425618. iteration 19580 found worse value: 363.461425618. iteration 19581 found worse value: 363.461425618. iteration 19582 found worse value: 363.461425618. iteration 19583 found worse value: 363.461425618. iteration 19584 found worse value: 363.461425618. iteration 19585 found worse value: 363.461425618. iteration 19586 found worse value: 363.461425618. iteration 19587 found worse value: 363.461425618. iteration 19588 found worse value: 363.461425618. iteration 19589 found worse value: 363.461425618. iteration 19590 found worse value: 363.461425618. iteration 19591 found worse value: 363.461425618. iteration 19592 found worse value: 363.461425618. iteration 19593 found worse value: 363.461425618. iteration 19594 found worse value: 363.461425618. iteration 19595 found worse value: 363.461425618. iteration 19596 found worse value: 363.461425618. iteration 19597 found worse value: 363.461425618. iteration 19598 found worse value: 363.461425618. iteration 19599 found worse value: 363.461425618. iteration 19600 found worse value: 363.461425618. iteration 19601 found worse value: 363.461425618. iteration 19602 found worse value: 363.461425618. iteration 19603 found worse value: 363.461425618. iteration 19604 found worse value: 363.461425618. iteration 19605 found worse value: 363.461425618. iteration 19606 found worse value: 363.461425618. iteration 19607 found worse value: 363.461425618. iteration 19608 found worse value: 363.461425618. iteration 19609 found worse value: 363.461425618. iteration 19610 found worse value: 363.461425618. iteration 19611 found worse value: 363.461425618. iteration 19612 found worse value: 363.461425618. iteration 19613 found worse value: 363.461425618. iteration 19614 found worse value: 363.461425618. iteration 19615 found worse value: 363.461425618. iteration 19616 found worse value: 363.461425618. iteration 19617 found worse value: 363.461425618. iteration 19618 found worse value: 363.461425618. iteration 19619 found worse value: 363.461425618. iteration 19620 found worse value: 363.461425618. iteration 19621 found worse value: 363.461425618. iteration 19622 found worse value: 363.461425618. iteration 19623 found worse value: 363.461425618. iteration 19624 found worse value: 363.461425618. iteration 19625 found worse value: 363.461425618. iteration 19626 found worse value: 363.461425618. iteration 19627 found worse value: 363.461425618. iteration 19628 found worse value: 363.461425618. iteration 19629 found worse value: 363.461425618. iteration 19630 found worse value: 363.461425618. iteration 19631 found worse value: 363.461425618. iteration19631, perturbing to get out of local maxima iteration 19632 found worse value: 363.461425618. iteration 19633 found worse value: 363.461425618. iteration 19634 found worse value: 363.461425618. iteration 19635 found worse value: 363.461425618. iteration 19636 found worse value: 363.461425618. iteration 19637 found worse value: 363.461425618. iteration 19638 found worse value: 363.461425618. iteration 19639 found worse value: 363.461425618. iteration 19640 found worse value: 363.461425618. iteration 19641 found worse value: 363.461425618. iteration 19642 found worse value: 363.461425618. iteration 19643 found worse value: 363.461425618. iteration 19644 found worse value: 363.461425618. iteration 19645 found worse value: 363.461425618. iteration 19646 found worse value: 363.461425618. iteration 19647 found worse value: 363.461425618. iteration 19648 found worse value: 363.461425618. iteration 19649 found worse value: 363.461425618. iteration 19650 found worse value: 363.461425618. iteration19650, perturbing to get out of local maxima iteration 19651 found worse value: 363.461425618. iteration 19652 found worse value: 363.461425618. iteration 19653 found worse value: 363.461425618. iteration 19654 found worse value: 363.461425618. iteration 19655 found worse value: 363.461425618. iteration 19656 found worse value: 363.461425618. iteration 19657 found worse value: 363.461425618. iteration 19658 found worse value: 363.461425618. iteration 19659 found worse value: 363.461425618. iteration 19660 found worse value: 363.461425618. iteration 19661 found worse value: 363.461425618. iteration 19662 found worse value: 363.461425618. iteration 19663 found worse value: 363.461425618. iteration19663, perturbing to get out of local maxima iteration 19664 found worse value: 363.461425618. iteration 19665 found worse value: 363.461425618. iteration 19666 found worse value: 363.461425618. iteration 19667 found worse value: 363.461425618. iteration 19668 found worse value: 363.461425618. iteration 19669 found worse value: 363.461425618. iteration 19670 found worse value: 363.461425618. iteration 19671 found worse value: 363.461425618. iteration 19672 found worse value: 363.461425618. iteration 19673 found worse value: 363.461425618. iteration 19674 found worse value: 363.461425618. iteration 19675 found worse value: 363.461425618. iteration 19676 found worse value: 363.461425618. iteration 19677 found worse value: 363.461425618. iteration 19678 found worse value: 363.461425618. iteration 19679 found worse value: 363.461425618. iteration 19680 found worse value: 363.461425618. iteration19680, perturbing to get out of local maxima iteration 19681 found worse value: 363.461425618. iteration 19682 found worse value: 363.461425618. iteration 19683 found worse value: 363.461425618. iteration 19684 found worse value: 363.461425618. iteration 19685 found worse value: 363.461425618. iteration 19686 found worse value: 363.461425618. iteration 19687 found worse value: 363.461425618. iteration 19688 found worse value: 363.461425618. iteration 19689 found worse value: 363.461425618. iteration 19690 found worse value: 363.461425618. iteration 19691 found worse value: 363.461425618. iteration 19692 found worse value: 363.461425618. iteration 19693 found worse value: 363.461425618. iteration 19694 found worse value: 363.461425618. iteration 19695 found worse value: 363.461425618. iteration 19696 found worse value: 363.461425618. iteration19696, perturbing to get out of local maxima iteration 19697 found worse value: 363.461425618. iteration 19698 found worse value: 363.461425618. iteration 19699 found worse value: 363.461425618. iteration 19700 found worse value: 363.461425618. iteration 19701 found worse value: 363.461425618. iteration 19702 found worse value: 363.461425618. iteration19702, perturbing to get out of local maxima iteration 19703 found worse value: 363.461425618. iteration 19704 found worse value: 363.461425618. iteration 19705 found worse value: 363.461425618. iteration 19706 found worse value: 363.461425618. iteration 19707 found worse value: 363.461425618. iteration 19708 found worse value: 363.461425618. iteration 19709 found worse value: 363.461425618. iteration 19710 found worse value: 363.461425618. iteration 19711 found worse value: 363.461425618. iteration 19712 found worse value: 363.461425618. iteration 19713 found worse value: 363.461425618. iteration 19714 found worse value: 363.461425618. iteration 19715 found worse value: 363.461425618. iteration 19716 found worse value: 363.461425618. iteration 19717 found worse value: 363.461425618. iteration19717, perturbing to get out of local maxima iteration 19718 found worse value: 363.461425618. iteration 19719 found worse value: 363.461425618. iteration 19720 found worse value: 363.461425618. iteration 19721 found worse value: 363.461425618. iteration 19722 found worse value: 363.461425618. iteration 19723 found worse value: 363.461425618. iteration 19724 found worse value: 363.461425618. iteration 19725 found worse value: 363.461425618. iteration 19726 found worse value: 363.461425618. iteration 19727 found worse value: 363.461425618. iteration 19728 found worse value: 363.461425618. iteration 19729 found worse value: 363.461425618. iteration 19730 found worse value: 363.461425618. iteration 19731 found worse value: 363.461425618. iteration 19732 found worse value: 363.461425618. iteration19732, perturbing to get out of local maxima iteration 19733 found worse value: 363.461425618. iteration 19734 found worse value: 363.461425618. iteration 19735 found worse value: 363.461425618. iteration 19736 found worse value: 363.461425618. iteration 19737 found worse value: 363.461425618. iteration 19738 found worse value: 363.461425618. iteration 19739 found worse value: 363.461425618. iteration19739, perturbing to get out of local maxima iteration 19740 found worse value: 363.461425618. iteration 19741 found worse value: 363.461425618. iteration 19742 found worse value: 363.461425618. iteration 19743 found worse value: 363.461425618. iteration 19744 found worse value: 363.461425618. iteration 19745 found worse value: 363.461425618. iteration 19746 found worse value: 363.461425618. iteration 19747 found worse value: 363.461425618. iteration 19748 found worse value: 363.461425618. iteration 19749 found worse value: 363.461425618. iteration 19750 found worse value: 363.461425618. iteration 19751 found worse value: 363.461425618. iteration 19752 found worse value: 363.461425618. iteration 19753 found worse value: 363.461425618. iteration 19754 found worse value: 363.461425618. iteration 19755 found worse value: 363.461425618. iteration 19756 found worse value: 363.461425618. iteration 19757 found worse value: 363.461425618. iteration 19758 found worse value: 363.461425618. iteration 19759 found worse value: 363.461425618. iteration 19760 found worse value: 363.461425618. iteration 19761 found worse value: 363.461425618. iteration 19762 found worse value: 363.461425618. iteration 19763 found worse value: 363.461425618. iteration 19764 found worse value: 363.461425618. iteration 19765 found worse value: 363.461425618. iteration 19766 found worse value: 363.461425618. iteration 19767 found worse value: 363.461425618. iteration 19768 found worse value: 363.461425618. iteration 19769 found worse value: 363.461425618. iteration 19770 found worse value: 363.461425618. iteration 19771 found worse value: 363.461425618. iteration 19772 found worse value: 363.461425618. iteration 19773 found worse value: 363.461425618. iteration 19774 found worse value: 363.461425618. iteration 19775 found worse value: 363.461425618. iteration 19776 found worse value: 363.461425618. iteration19776, perturbing to get out of local maxima iteration 19777 found worse value: 363.461425618. iteration 19778 found worse value: 363.461425618. iteration 19779 found worse value: 363.461425618. iteration 19780 found worse value: 363.461425618. iteration 19781 found worse value: 363.461425618. iteration 19782 found worse value: 363.461425618. iteration 19783 found worse value: 363.461425618. iteration 19784 found worse value: 363.461425618. iteration 19785 found worse value: 363.461425618. iteration 19786 found worse value: 363.461425618. iteration 19787 found worse value: 363.461425618. iteration 19788 found worse value: 363.461425618. iteration 19789 found worse value: 363.461425618. iteration 19790 found worse value: 363.461425618. iteration 19791 found worse value: 363.461425618. iteration 19792 found worse value: 363.461425618. iteration 19793 found worse value: 363.461425618. iteration 19794 found worse value: 363.461425618. iteration19794, perturbing to get out of local maxima iteration 19795 found worse value: 363.461425618. iteration 19796 found worse value: 363.461425618. iteration 19797 found worse value: 363.461425618. iteration 19798 found worse value: 363.461425618. iteration 19799 found worse value: 363.461425618. iteration 19800 found worse value: 363.461425618. iteration 19801 found worse value: 363.461425618. iteration 19802 found worse value: 363.461425618. iteration19802, perturbing to get out of local maxima iteration 19803 found worse value: 363.461425618. iteration 19804 found worse value: 363.461425618. iteration 19805 found worse value: 363.461425618. iteration 19806 found worse value: 363.461425618. iteration 19807 found worse value: 363.461425618. iteration 19808 found worse value: 363.461425618. iteration 19809 found worse value: 363.461425618. iteration 19810 found worse value: 363.461425618. iteration 19811 found worse value: 363.461425618. iteration 19812 found worse value: 363.461425618. iteration 19813 found worse value: 363.461425618. iteration 19814 found worse value: 363.461425618. iteration 19815 found worse value: 363.461425618. iteration 19816 found worse value: 363.461425618. iteration 19817 found worse value: 363.461425618. iteration 19818 found worse value: 363.461425618. iteration 19819 found worse value: 363.461425618. iteration 19820 found worse value: 363.461425618. iteration 19821 found worse value: 363.461425618. iteration 19822 found worse value: 363.461425618. iteration19822, perturbing to get out of local maxima iteration 19823 found worse value: 363.461425618. iteration 19824 found worse value: 363.461425618. iteration 19825 found worse value: 363.461425618. iteration 19826 found worse value: 363.461425618. iteration 19827 found worse value: 363.461425618. iteration 19828 found worse value: 363.461425618. iteration 19829 found worse value: 363.461425618. iteration 19830 found worse value: 363.461425618. iteration 19831 found worse value: 363.461425618. iteration19831, perturbing to get out of local maxima iteration 19832 found worse value: 363.461425618. iteration19832, perturbing to get out of local maxima iteration 19833 found worse value: 363.461425618. iteration19833, perturbing to get out of local maxima iteration 19834 found worse value: 363.461425618. iteration 19835 found worse value: 363.461425618. iteration 19836 found worse value: 363.461425618. iteration 19837 found worse value: 363.461425618. iteration 19838 found worse value: 363.461425618. iteration 19839 found worse value: 363.461425618. iteration 19840 found worse value: 363.461425618. iteration 19841 found worse value: 363.461425618. iteration 19842 found worse value: 363.461425618. iteration 19843 found worse value: 363.461425618. iteration 19844 found worse value: 363.461425618. iteration 19845 found worse value: 363.461425618. iteration 19846 found worse value: 363.461425618. iteration 19847 found worse value: 363.461425618. iteration 19848 found worse value: 363.461425618. iteration 19849 found worse value: 363.461425618. iteration 19850 found worse value: 363.461425618. iteration 19851 found worse value: 363.461425618. iteration 19852 found worse value: 363.461425618. iteration 19853 found worse value: 363.461425618. iteration 19854 found worse value: 363.461425618. iteration 19855 found worse value: 363.461425618. iteration 19856 found worse value: 363.461425618. iteration19856, perturbing to get out of local maxima iteration 19857 found worse value: 363.461425618. iteration 19858 found worse value: 363.461425618. iteration 19859 found worse value: 363.461425618. iteration 19860 found worse value: 363.461425618. iteration 19861 found worse value: 363.461425618. iteration 19862 found worse value: 363.461425618. iteration 19863 found worse value: 363.461425618. iteration 19864 found worse value: 363.461425618. iteration 19865 found worse value: 363.461425618. iteration 19866 found worse value: 363.461425618. iteration 19867 found worse value: 363.461425618. iteration 19868 found worse value: 363.461425618. iteration 19869 found worse value: 363.461425618. iteration 19870 found worse value: 363.461425618. iteration19870, perturbing to get out of local maxima iteration 19871 found worse value: 363.461425618. iteration 19872 found worse value: 363.461425618. iteration 19873 found worse value: 363.461425618. iteration 19874 found worse value: 363.461425618. iteration 19875 found worse value: 363.461425618. iteration 19876 found worse value: 363.461425618. iteration19876, perturbing to get out of local maxima iteration 19877 found worse value: 363.461425618. iteration 19878 found worse value: 363.461425618. iteration 19879 found worse value: 363.461425618. iteration 19880 found worse value: 363.461425618. iteration 19881 found worse value: 363.461425618. iteration 19882 found worse value: 363.461425618. iteration 19883 found worse value: 363.461425618. iteration 19884 found worse value: 363.461425618. iteration 19885 found worse value: 363.461425618. iteration 19886 found worse value: 363.461425618. iteration 19887 found worse value: 363.461425618. iteration 19888 found worse value: 363.461425618. iteration 19889 found worse value: 363.461425618. iteration 19890 found worse value: 363.461425618. iteration 19891 found worse value: 363.461425618. iteration 19892 found worse value: 363.461425618. iteration19892, perturbing to get out of local maxima iteration 19893 found worse value: 363.461425618. iteration 19894 found worse value: 363.461425618. iteration 19895 found worse value: 363.461425618. iteration 19896 found worse value: 363.461425618. iteration 19897 found worse value: 363.461425618. iteration 19898 found worse value: 363.461425618. iteration 19899 found worse value: 363.461425618. iteration 19900 found worse value: 363.461425618. iteration 19901 found worse value: 363.461425618. iteration 19902 found worse value: 363.461425618. iteration 19903 found worse value: 363.461425618. iteration 19904 found worse value: 363.461425618. iteration 19905 found worse value: 363.461425618. iteration 19906 found worse value: 363.461425618. iteration 19907 found worse value: 363.461425618. iteration 19908 found worse value: 363.461425618. iteration 19909 found worse value: 363.461425618. iteration 19910 found worse value: 363.461425618. iteration 19911 found worse value: 363.461425618. iteration 19912 found worse value: 363.461425618. iteration 19913 found worse value: 363.461425618. iteration 19914 found worse value: 363.461425618. iteration 19915 found worse value: 363.461425618. iteration 19916 found worse value: 363.461425618. iteration 19917 found worse value: 363.461425618. iteration 19918 found worse value: 363.461425618. iteration 19919 found worse value: 363.461425618. iteration 19920 found worse value: 363.461425618. iteration 19921 found worse value: 363.461425618. iteration 19922 found worse value: 363.461425618. iteration 19923 found worse value: 363.461425618. iteration 19924 found worse value: 363.461425618. iteration 19925 found worse value: 363.461425618. iteration 19926 found worse value: 363.461425618. iteration 19927 found worse value: 363.461425618. iteration 19928 found worse value: 363.461425618. iteration 19929 found worse value: 363.461425618. iteration 19930 found worse value: 363.461425618. iteration19930, perturbing to get out of local maxima iteration 19931 found worse value: 363.461425618. iteration 19932 found worse value: 363.461425618. iteration 19933 found worse value: 363.461425618. iteration 19934 found worse value: 363.461425618. iteration 19935 found worse value: 363.461425618. iteration 19936 found worse value: 363.461425618. iteration 19937 found worse value: 363.461425618. iteration 19938 found worse value: 363.461425618. iteration 19939 found worse value: 363.461425618. iteration 19940 found worse value: 363.461425618. iteration 19941 found worse value: 363.461425618. iteration 19942 found worse value: 363.461425618. iteration 19943 found worse value: 363.461425618. iteration 19944 found worse value: 363.461425618. iteration 19945 found worse value: 363.461425618. iteration 19946 found worse value: 363.461425618. iteration 19947 found worse value: 363.461425618. iteration 19948 found worse value: 363.461425618. iteration 19949 found worse value: 363.461425618. iteration 19950 found worse value: 363.461425618. iteration 19951 found worse value: 363.461425618. iteration 19952 found worse value: 363.461425618. iteration 19953 found worse value: 363.461425618. iteration 19954 found worse value: 363.461425618. iteration 19955 found worse value: 363.461425618. iteration 19956 found worse value: 363.461425618. iteration 19957 found worse value: 363.461425618. iteration 19958 found worse value: 363.461425618. iteration 19959 found worse value: 363.461425618. iteration 19960 found worse value: 363.461425618. iteration 19961 found worse value: 363.461425618. iteration 19962 found worse value: 363.461425618. iteration 19963 found worse value: 363.461425618. iteration 19964 found worse value: 363.461425618. iteration 19965 found worse value: 363.461425618. iteration 19966 found worse value: 363.461425618. iteration 19967 found worse value: 363.461425618. iteration 19968 found worse value: 363.461425618. iteration 19969 found worse value: 363.461425618. iteration 19970 found worse value: 363.461425618. iteration 19971 found worse value: 363.461425618. iteration 19972 found worse value: 363.461425618. iteration 19973 found worse value: 363.461425618. iteration 19974 found worse value: 363.461425618. iteration 19975 found worse value: 363.461425618. iteration 19976 found worse value: 363.461425618. iteration 19977 found worse value: 363.461425618. iteration 19978 found worse value: 363.461425618. iteration 19979 found worse value: 363.461425618. iteration 19980 found worse value: 363.461425618. iteration19980, perturbing to get out of local maxima iteration 19981 found worse value: 363.461425618. iteration 19982 found worse value: 363.461425618. iteration 19983 found worse value: 363.461425618. iteration19983, perturbing to get out of local maxima iteration 19984 found worse value: 363.461425618. iteration 19985 found worse value: 363.461425618. iteration19985, perturbing to get out of local maxima iteration 19986 found worse value: 363.461425618. iteration 19987 found worse value: 363.461425618. iteration 19988 found worse value: 363.461425618. iteration 19989 found worse value: 363.461425618. iteration 19990 found worse value: 363.461425618. iteration 19991 found worse value: 363.461425618. iteration 19992 found worse value: 363.461425618. iteration 19993 found worse value: 363.461425618. iteration 19994 found worse value: 363.461425618. iteration 19995 found worse value: 363.461425618. iteration 19996 found worse value: 363.461425618. iteration 19997 found worse value: 363.461425618. iteration 19998 found worse value: 363.461425618. iteration 19999 found worse value: 363.461425618. iteration 20000 found worse value: 363.461425618.
#visualizing if the seed changes the optimized result
plt.xlabel('iterations',fontsize=15)
plt.ylabel('Increase in total recovered metal (%)',fontsize=15)
itera_values = [0,10,20,30,40,50,100,200,300,400,500,1000,2000,3000,4000,5000,6000,7000,8000,9000,10000, 12000, 14000, 16000, 18000, 20000]
for it in range(3):
plt.plot(itera_values, 100*(it_conv[it]-it_conv[it][0])/it_conv[it][0], '-o', label="round {}".format(it+1))
plt.legend(loc="upper left")
plt.savefig(figfolder+'/it_conv_3times.png', bbox_inches = 'tight', dpi = 300)
dflt_att_unit, dflt_g_unit, dflt_m_unit, dflt_blend, dflt_blend2, dflt_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.000, #penalty for shovel movement
w=2.0, #processing_par
n_iterations=0, temp=5)
dflt_tmr #total metal recovered (units of mass)
331.927148047
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr = sim_annealing_2f(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.00, #penalty for shovel movement
w=2.0, #processing_par
n_iterations=20000, temp=5)
iteration 0 found worse value: 331.927148047. iteration0, perturbing to get out of local maxima iteration 1 found better value: 332.032458287 iteration 2 found worse value: 332.032458287. iteration2, perturbing to get out of local maxima iteration 3 found better value: 332.069834136 iteration 4 found worse value: 332.069834136. iteration4, perturbing to get out of local maxima iteration 5 found better value: 332.086391986 iteration 6 found better value: 332.08750765800005 iteration 7 found better value: 332.08945652299997 iteration 8 found worse value: 332.08945652299997. iteration8, perturbing to get out of local maxima iteration 9 found worse value: 332.08945652299997. iteration9, perturbing to get out of local maxima iteration 10 found worse value: 332.08945652299997. iteration10, perturbing to get out of local maxima iteration 11 found worse value: 332.08945652299997. iteration 12 found worse value: 332.08945652299997. iteration 13 found worse value: 332.08945652299997. iteration13, perturbing to get out of local maxima iteration 14 found better value: 332.231733809 iteration 15 found better value: 332.233305184 iteration 16 found worse value: 332.233305184. iteration 17 found worse value: 332.233305184. iteration17, perturbing to get out of local maxima iteration 18 found worse value: 332.233305184. iteration18, perturbing to get out of local maxima iteration 19 found worse value: 332.233305184. iteration19, perturbing to get out of local maxima iteration 20 found better value: 332.31018419199995 iteration 21 found worse value: 332.31018419199995. iteration21, perturbing to get out of local maxima iteration 22 found better value: 332.34274385599997 iteration 23 found worse value: 332.34274385599997. iteration23, perturbing to get out of local maxima iteration 24 found worse value: 332.34274385599997. iteration 25 found better value: 332.364569647 iteration 26 found worse value: 332.364569647. iteration26, perturbing to get out of local maxima iteration 27 found better value: 332.61064682 iteration 28 found worse value: 332.61064682. iteration 29 found worse value: 332.61064682. iteration 30 found worse value: 332.61064682. iteration30, perturbing to get out of local maxima iteration 31 found worse value: 332.61064682. iteration31, perturbing to get out of local maxima iteration 32 found worse value: 332.61064682. iteration32, perturbing to get out of local maxima iteration 33 found worse value: 332.61064682. iteration33, perturbing to get out of local maxima iteration 34 found worse value: 332.61064682. iteration 35 found worse value: 332.61064682. iteration 36 found worse value: 332.61064682. iteration36, perturbing to get out of local maxima iteration 37 found worse value: 332.61064682. iteration 38 found worse value: 332.61064682. iteration38, perturbing to get out of local maxima iteration 39 found worse value: 332.61064682. iteration 40 found worse value: 332.61064682. iteration 41 found worse value: 332.61064682. iteration 42 found worse value: 332.61064682. iteration 43 found worse value: 332.61064682. iteration 44 found worse value: 332.61064682. iteration 45 found worse value: 332.61064682. iteration 46 found worse value: 332.61064682. iteration 47 found worse value: 332.61064682. iteration 48 found worse value: 332.61064682. iteration 49 found worse value: 332.61064682. iteration 50 found worse value: 332.61064682. iteration 51 found worse value: 332.61064682. iteration51, perturbing to get out of local maxima iteration 52 found worse value: 332.61064682. iteration52, perturbing to get out of local maxima iteration 53 found worse value: 332.61064682. iteration53, perturbing to get out of local maxima iteration 54 found worse value: 332.61064682. iteration 55 found worse value: 332.61064682. iteration55, perturbing to get out of local maxima iteration 56 found worse value: 332.61064682. iteration56, perturbing to get out of local maxima iteration 57 found worse value: 332.61064682. iteration57, perturbing to get out of local maxima iteration 58 found worse value: 332.61064682. iteration58, perturbing to get out of local maxima iteration 59 found worse value: 332.61064682. iteration59, perturbing to get out of local maxima iteration 60 found worse value: 332.61064682. iteration 61 found worse value: 332.61064682. iteration 62 found worse value: 332.61064682. iteration 63 found worse value: 332.61064682. iteration63, perturbing to get out of local maxima iteration 64 found worse value: 332.61064682. iteration 65 found worse value: 332.61064682. iteration65, perturbing to get out of local maxima iteration 66 found worse value: 332.61064682. iteration66, perturbing to get out of local maxima iteration 67 found worse value: 332.61064682. iteration 68 found worse value: 332.61064682. iteration 69 found worse value: 332.61064682. iteration 70 found worse value: 332.61064682. iteration 71 found worse value: 332.61064682. iteration 72 found worse value: 332.61064682. iteration 73 found worse value: 332.61064682. iteration 74 found worse value: 332.61064682. iteration74, perturbing to get out of local maxima iteration 75 found worse value: 332.61064682. iteration 76 found worse value: 332.61064682. iteration 77 found worse value: 332.61064682. iteration 78 found worse value: 332.61064682. iteration 79 found worse value: 332.61064682. iteration 80 found worse value: 332.61064682. iteration 81 found worse value: 332.61064682. iteration81, perturbing to get out of local maxima iteration 82 found worse value: 332.61064682. iteration82, perturbing to get out of local maxima iteration 83 found worse value: 332.61064682. iteration 84 found worse value: 332.61064682. iteration 85 found worse value: 332.61064682. iteration85, perturbing to get out of local maxima iteration 86 found worse value: 332.61064682. iteration 87 found worse value: 332.61064682. iteration 88 found worse value: 332.61064682. iteration 89 found worse value: 332.61064682. iteration 90 found better value: 332.633395737 iteration 91 found worse value: 332.633395737. iteration 92 found worse value: 332.633395737. iteration92, perturbing to get out of local maxima iteration 93 found better value: 332.668322967 iteration 94 found worse value: 332.668322967. iteration94, perturbing to get out of local maxima iteration 95 found worse value: 332.668322967. iteration 96 found worse value: 332.668322967. iteration96, perturbing to get out of local maxima iteration 97 found worse value: 332.668322967. iteration 98 found worse value: 332.668322967. iteration98, perturbing to get out of local maxima iteration 99 found worse value: 332.668322967. iteration99, perturbing to get out of local maxima iteration 100 found worse value: 332.668322967. iteration 101 found better value: 333.337788062 iteration 102 found better value: 333.371713215 iteration 103 found better value: 333.382176692 iteration 104 found worse value: 333.382176692. iteration 105 found worse value: 333.382176692. iteration 106 found worse value: 333.382176692. iteration 107 found better value: 333.41309352 iteration 108 found worse value: 333.41309352. iteration 109 found worse value: 333.41309352. iteration109, perturbing to get out of local maxima iteration 110 found worse value: 333.41309352. iteration110, perturbing to get out of local maxima iteration 111 found better value: 334.150339703 iteration 112 found worse value: 334.150339703. iteration 113 found worse value: 334.150339703. iteration 114 found worse value: 334.150339703. iteration114, perturbing to get out of local maxima iteration 115 found worse value: 334.150339703. iteration 116 found worse value: 334.150339703. iteration 117 found better value: 334.187407725 iteration 118 found better value: 334.20464429599997 iteration 119 found better value: 334.23496312599997 iteration 120 found better value: 334.237182167 iteration 121 found worse value: 334.237182167. iteration121, perturbing to get out of local maxima iteration 122 found worse value: 334.237182167. iteration 123 found worse value: 334.237182167. iteration 124 found worse value: 334.237182167. iteration124, perturbing to get out of local maxima iteration 125 found worse value: 334.237182167. iteration125, perturbing to get out of local maxima iteration 126 found worse value: 334.237182167. iteration 127 found worse value: 334.237182167. iteration127, perturbing to get out of local maxima iteration 128 found worse value: 334.237182167. iteration 129 found worse value: 334.237182167. iteration 130 found worse value: 334.237182167. iteration 131 found worse value: 334.237182167. iteration 132 found worse value: 334.237182167. iteration 133 found worse value: 334.237182167. iteration 134 found worse value: 334.237182167. iteration 135 found worse value: 334.237182167. iteration 136 found worse value: 334.237182167. iteration 137 found worse value: 334.237182167. iteration 138 found worse value: 334.237182167. iteration 139 found worse value: 334.237182167. iteration139, perturbing to get out of local maxima iteration 140 found worse value: 334.237182167. iteration 141 found worse value: 334.237182167. iteration141, perturbing to get out of local maxima iteration 142 found worse value: 334.237182167. iteration 143 found worse value: 334.237182167. iteration 144 found worse value: 334.237182167. iteration144, perturbing to get out of local maxima iteration 145 found worse value: 334.237182167. iteration 146 found worse value: 334.237182167. iteration 147 found worse value: 334.237182167. iteration 148 found worse value: 334.237182167. iteration 149 found worse value: 334.237182167. iteration 150 found worse value: 334.237182167. iteration 151 found better value: 334.26034481299996 iteration 152 found worse value: 334.26034481299996. iteration 153 found worse value: 334.26034481299996. iteration 154 found better value: 334.289750464 iteration 155 found better value: 334.29003529600004 iteration 156 found better value: 334.32198234099997 iteration 157 found better value: 334.358799922 iteration 158 found worse value: 334.358799922. iteration 159 found better value: 334.36047151599996 iteration 160 found worse value: 334.36047151599996. iteration160, perturbing to get out of local maxima iteration 161 found worse value: 334.36047151599996. iteration 162 found better value: 334.370528884 iteration 163 found worse value: 334.370528884. iteration 164 found worse value: 334.370528884. iteration 165 found better value: 334.410203044 iteration 166 found worse value: 334.410203044. iteration 167 found worse value: 334.410203044. iteration167, perturbing to get out of local maxima iteration 168 found better value: 334.437091373 iteration 169 found worse value: 334.437091373. iteration 170 found worse value: 334.437091373. iteration 171 found better value: 334.440915975 iteration 172 found better value: 334.449045379 iteration 173 found better value: 334.455932873 iteration 174 found worse value: 334.455932873. iteration174, perturbing to get out of local maxima iteration 175 found worse value: 334.455932873. iteration 176 found worse value: 334.455932873. iteration176, perturbing to get out of local maxima iteration 177 found worse value: 334.455932873. iteration 178 found worse value: 334.455932873. iteration178, perturbing to get out of local maxima iteration 179 found worse value: 334.455932873. iteration179, perturbing to get out of local maxima iteration 180 found worse value: 334.455932873. iteration 181 found worse value: 334.455932873. iteration 182 found worse value: 334.455932873. iteration 183 found worse value: 334.455932873. iteration 184 found better value: 334.61165095800004 iteration 185 found better value: 334.613047766 iteration 186 found worse value: 334.613047766. iteration 187 found better value: 334.625383331 iteration 188 found worse value: 334.625383331. iteration188, perturbing to get out of local maxima iteration 189 found worse value: 334.625383331. iteration189, perturbing to get out of local maxima iteration 190 found worse value: 334.625383331. iteration 191 found worse value: 334.625383331. iteration191, perturbing to get out of local maxima iteration 192 found worse value: 334.625383331. iteration 193 found worse value: 334.625383331. iteration193, perturbing to get out of local maxima iteration 194 found worse value: 334.625383331. iteration 195 found worse value: 334.625383331. iteration 196 found worse value: 334.625383331. iteration 197 found worse value: 334.625383331. iteration 198 found worse value: 334.625383331. iteration 199 found worse value: 334.625383331. iteration 200 found worse value: 334.625383331. iteration 201 found worse value: 334.625383331. iteration201, perturbing to get out of local maxima iteration 202 found worse value: 334.625383331. iteration202, perturbing to get out of local maxima iteration 203 found worse value: 334.625383331. iteration 204 found worse value: 334.625383331. iteration204, perturbing to get out of local maxima iteration 205 found worse value: 334.625383331. iteration 206 found worse value: 334.625383331. iteration 207 found worse value: 334.625383331. iteration 208 found worse value: 334.625383331. iteration 209 found worse value: 334.625383331. iteration 210 found worse value: 334.625383331. iteration210, perturbing to get out of local maxima iteration 211 found worse value: 334.625383331. iteration 212 found worse value: 334.625383331. iteration 213 found worse value: 334.625383331. iteration 214 found worse value: 334.625383331. iteration214, perturbing to get out of local maxima iteration 215 found worse value: 334.625383331. iteration 216 found worse value: 334.625383331. iteration 217 found worse value: 334.625383331. iteration 218 found worse value: 334.625383331. iteration 219 found worse value: 334.625383331. iteration 220 found worse value: 334.625383331. iteration 221 found worse value: 334.625383331. iteration 222 found worse value: 334.625383331. iteration 223 found worse value: 334.625383331. iteration 224 found worse value: 334.625383331. iteration 225 found worse value: 334.625383331. iteration 226 found worse value: 334.625383331. iteration 227 found worse value: 334.625383331. iteration227, perturbing to get out of local maxima iteration 228 found worse value: 334.625383331. iteration 229 found worse value: 334.625383331. iteration229, perturbing to get out of local maxima iteration 230 found worse value: 334.625383331. iteration 231 found worse value: 334.625383331. iteration 232 found worse value: 334.625383331. iteration 233 found better value: 334.70259463700006 iteration 234 found worse value: 334.70259463700006. iteration 235 found worse value: 334.70259463700006. iteration 236 found worse value: 334.70259463700006. iteration 237 found worse value: 334.70259463700006. iteration 238 found worse value: 334.70259463700006. iteration 239 found worse value: 334.70259463700006. iteration 240 found worse value: 334.70259463700006. iteration 241 found worse value: 334.70259463700006. iteration 242 found worse value: 334.70259463700006. iteration 243 found worse value: 334.70259463700006. iteration 244 found worse value: 334.70259463700006. iteration244, perturbing to get out of local maxima iteration 245 found worse value: 334.70259463700006. iteration 246 found better value: 334.70971189100004 iteration 247 found worse value: 334.70971189100004. iteration 248 found worse value: 334.70971189100004. iteration 249 found worse value: 334.70971189100004. iteration249, perturbing to get out of local maxima iteration 250 found worse value: 334.70971189100004. iteration 251 found worse value: 334.70971189100004. iteration 252 found worse value: 334.70971189100004. iteration 253 found worse value: 334.70971189100004. iteration 254 found worse value: 334.70971189100004. iteration 255 found worse value: 334.70971189100004. iteration 256 found worse value: 334.70971189100004. iteration256, perturbing to get out of local maxima iteration 257 found worse value: 334.70971189100004. iteration 258 found worse value: 334.70971189100004. iteration 259 found worse value: 334.70971189100004. iteration 260 found worse value: 334.70971189100004. iteration 261 found worse value: 334.70971189100004. iteration 262 found worse value: 334.70971189100004. iteration 263 found worse value: 334.70971189100004. iteration263, perturbing to get out of local maxima iteration 264 found worse value: 334.70971189100004. iteration 265 found worse value: 334.70971189100004. iteration 266 found worse value: 334.70971189100004. iteration266, perturbing to get out of local maxima iteration 267 found worse value: 334.70971189100004. iteration 268 found worse value: 334.70971189100004. iteration268, perturbing to get out of local maxima iteration 269 found worse value: 334.70971189100004. iteration 270 found worse value: 334.70971189100004. iteration 271 found worse value: 334.70971189100004. iteration 272 found better value: 334.77374263400003 iteration 273 found better value: 334.888271528 iteration 274 found worse value: 334.888271528. iteration 275 found worse value: 334.888271528. iteration275, perturbing to get out of local maxima iteration 276 found worse value: 334.888271528. iteration 277 found worse value: 334.888271528. iteration 278 found worse value: 334.888271528. iteration 279 found worse value: 334.888271528. iteration 280 found worse value: 334.888271528. iteration 281 found worse value: 334.888271528. iteration281, perturbing to get out of local maxima iteration 282 found worse value: 334.888271528. iteration 283 found worse value: 334.888271528. iteration 284 found worse value: 334.888271528. iteration284, perturbing to get out of local maxima iteration 285 found worse value: 334.888271528. iteration 286 found worse value: 334.888271528. iteration 287 found worse value: 334.888271528. iteration 288 found worse value: 334.888271528. iteration 289 found worse value: 334.888271528. iteration 290 found worse value: 334.888271528. iteration 291 found worse value: 334.888271528. iteration 292 found worse value: 334.888271528. iteration 293 found better value: 334.90865539199996 iteration 294 found worse value: 334.90865539199996. iteration 295 found worse value: 334.90865539199996. iteration 296 found worse value: 334.90865539199996. iteration 297 found better value: 334.912498792 iteration 298 found worse value: 334.912498792. iteration 299 found worse value: 334.912498792. iteration 300 found worse value: 334.912498792. iteration 301 found worse value: 334.912498792. iteration301, perturbing to get out of local maxima iteration 302 found better value: 334.931395541 iteration 303 found worse value: 334.931395541. iteration 304 found worse value: 334.931395541. iteration 305 found worse value: 334.931395541. iteration 306 found worse value: 334.931395541. iteration 307 found worse value: 334.931395541. iteration 308 found worse value: 334.931395541. iteration 309 found better value: 334.966320029 iteration 310 found worse value: 334.966320029. iteration 311 found better value: 334.9668729 iteration 312 found worse value: 334.9668729. iteration 313 found worse value: 334.9668729. iteration 314 found worse value: 334.9668729. iteration 315 found worse value: 334.9668729. iteration 316 found better value: 335.009154906 iteration 317 found worse value: 335.009154906. iteration 318 found better value: 335.010783742 iteration 319 found better value: 335.022056697 iteration 320 found worse value: 335.022056697. iteration 321 found worse value: 335.022056697. iteration 322 found worse value: 335.022056697. iteration 323 found worse value: 335.022056697. iteration 324 found better value: 335.02215739400003 iteration 325 found worse value: 335.02215739400003. iteration 326 found worse value: 335.02215739400003. iteration 327 found worse value: 335.02215739400003. iteration 328 found worse value: 335.02215739400003. iteration 329 found worse value: 335.02215739400003. iteration329, perturbing to get out of local maxima iteration 330 found worse value: 335.02215739400003. iteration 331 found worse value: 335.02215739400003. iteration 332 found worse value: 335.02215739400003. iteration 333 found worse value: 335.02215739400003. iteration333, perturbing to get out of local maxima iteration 334 found worse value: 335.02215739400003. iteration 335 found worse value: 335.02215739400003. iteration 336 found worse value: 335.02215739400003. iteration 337 found better value: 335.027472352 iteration 338 found worse value: 335.027472352. iteration 339 found better value: 335.03028178 iteration 340 found better value: 335.113210573 iteration 341 found worse value: 335.113210573. iteration 342 found worse value: 335.113210573. iteration 343 found worse value: 335.113210573. iteration 344 found better value: 335.154058412 iteration 345 found worse value: 335.154058412. iteration 346 found worse value: 335.154058412. iteration 347 found worse value: 335.154058412. iteration 348 found better value: 335.161794233 iteration 349 found better value: 335.169889718 iteration 350 found worse value: 335.169889718. iteration 351 found worse value: 335.169889718. iteration 352 found worse value: 335.169889718. iteration 353 found worse value: 335.169889718. iteration 354 found worse value: 335.169889718. iteration 355 found worse value: 335.169889718. iteration 356 found worse value: 335.169889718. iteration 357 found worse value: 335.169889718. iteration 358 found worse value: 335.169889718. iteration 359 found worse value: 335.169889718. iteration 360 found better value: 335.17134396 iteration 361 found worse value: 335.17134396. iteration 362 found worse value: 335.17134396. iteration 363 found worse value: 335.17134396. iteration363, perturbing to get out of local maxima iteration 364 found worse value: 335.17134396. iteration364, perturbing to get out of local maxima iteration 365 found worse value: 335.17134396. iteration365, perturbing to get out of local maxima iteration 366 found worse value: 335.17134396. iteration 367 found worse value: 335.17134396. iteration367, perturbing to get out of local maxima iteration 368 found better value: 335.23021616 iteration 369 found better value: 335.23588419099997 iteration 370 found worse value: 335.23588419099997. iteration370, perturbing to get out of local maxima iteration 371 found worse value: 335.23588419099997. iteration 372 found worse value: 335.23588419099997. iteration 373 found worse value: 335.23588419099997. iteration 374 found better value: 335.302472913 iteration 375 found worse value: 335.302472913. iteration 376 found worse value: 335.302472913. iteration 377 found worse value: 335.302472913. iteration 378 found better value: 335.84872203 iteration 379 found worse value: 335.84872203. iteration 380 found worse value: 335.84872203. iteration 381 found worse value: 335.84872203. iteration 382 found better value: 335.866801368 iteration 383 found worse value: 335.866801368. iteration383, perturbing to get out of local maxima iteration 384 found worse value: 335.866801368. iteration384, perturbing to get out of local maxima iteration 385 found worse value: 335.866801368. iteration 386 found worse value: 335.866801368. iteration 387 found worse value: 335.866801368. iteration 388 found worse value: 335.866801368. iteration 389 found worse value: 335.866801368. iteration 390 found worse value: 335.866801368. iteration 391 found worse value: 335.866801368. iteration 392 found worse value: 335.866801368. iteration 393 found worse value: 335.866801368. iteration 394 found worse value: 335.866801368. iteration 395 found worse value: 335.866801368. iteration 396 found worse value: 335.866801368. iteration 397 found worse value: 335.866801368. iteration 398 found worse value: 335.866801368. iteration 399 found worse value: 335.866801368. iteration 400 found worse value: 335.866801368. iteration 401 found worse value: 335.866801368. iteration 402 found worse value: 335.866801368. iteration 403 found better value: 335.867314093 iteration 404 found worse value: 335.867314093. iteration 405 found worse value: 335.867314093. iteration 406 found worse value: 335.867314093. iteration 407 found worse value: 335.867314093. iteration 408 found worse value: 335.867314093. iteration 409 found worse value: 335.867314093. iteration 410 found better value: 335.87960811199997 iteration 411 found worse value: 335.87960811199997. iteration411, perturbing to get out of local maxima iteration 412 found worse value: 335.87960811199997. iteration 413 found worse value: 335.87960811199997. iteration 414 found better value: 335.941840573 iteration 415 found worse value: 335.941840573. iteration 416 found worse value: 335.941840573. iteration416, perturbing to get out of local maxima iteration 417 found worse value: 335.941840573. iteration 418 found worse value: 335.941840573. iteration 419 found worse value: 335.941840573. iteration 420 found worse value: 335.941840573. iteration 421 found worse value: 335.941840573. iteration 422 found worse value: 335.941840573. iteration 423 found worse value: 335.941840573. iteration 424 found worse value: 335.941840573. iteration 425 found worse value: 335.941840573. iteration 426 found worse value: 335.941840573. iteration 427 found worse value: 335.941840573. iteration 428 found worse value: 335.941840573. iteration 429 found worse value: 335.941840573. iteration 430 found worse value: 335.941840573. iteration 431 found worse value: 335.941840573. iteration 432 found worse value: 335.941840573. iteration432, perturbing to get out of local maxima iteration 433 found worse value: 335.941840573. iteration 434 found better value: 335.943216728 iteration 435 found worse value: 335.943216728. iteration 436 found better value: 335.977270384 iteration 437 found worse value: 335.977270384. iteration 438 found worse value: 335.977270384. iteration438, perturbing to get out of local maxima iteration 439 found worse value: 335.977270384. iteration 440 found worse value: 335.977270384. iteration 441 found worse value: 335.977270384. iteration 442 found worse value: 335.977270384. iteration 443 found worse value: 335.977270384. iteration 444 found worse value: 335.977270384. iteration 445 found better value: 335.981744606 iteration 446 found worse value: 335.981744606. iteration 447 found worse value: 335.981744606. iteration 448 found worse value: 335.981744606. iteration 449 found worse value: 335.981744606. iteration 450 found worse value: 335.981744606. iteration 451 found worse value: 335.981744606. iteration 452 found worse value: 335.981744606. iteration 453 found worse value: 335.981744606. iteration 454 found worse value: 335.981744606. iteration 455 found worse value: 335.981744606. iteration 456 found worse value: 335.981744606. iteration 457 found worse value: 335.981744606. iteration457, perturbing to get out of local maxima iteration 458 found worse value: 335.981744606. iteration 459 found worse value: 335.981744606. iteration 460 found worse value: 335.981744606. iteration 461 found worse value: 335.981744606. iteration 462 found better value: 336.010000607 iteration 463 found worse value: 336.010000607. iteration463, perturbing to get out of local maxima iteration 464 found worse value: 336.010000607. iteration 465 found better value: 336.01121838200004 iteration 466 found worse value: 336.01121838200004. iteration 467 found better value: 336.011274397 iteration 468 found worse value: 336.011274397. iteration 469 found better value: 336.01161107900003 iteration 470 found worse value: 336.01161107900003. iteration470, perturbing to get out of local maxima iteration 471 found worse value: 336.01161107900003. iteration 472 found better value: 336.01950836000003 iteration 473 found worse value: 336.01950836000003. iteration 474 found worse value: 336.01950836000003. iteration 475 found worse value: 336.01950836000003. iteration 476 found worse value: 336.01950836000003. iteration 477 found worse value: 336.01950836000003. iteration 478 found worse value: 336.01950836000003. iteration 479 found worse value: 336.01950836000003. iteration479, perturbing to get out of local maxima iteration 480 found better value: 336.029667668 iteration 481 found worse value: 336.029667668. iteration 482 found worse value: 336.029667668. iteration 483 found better value: 336.050701616 iteration 484 found worse value: 336.050701616. iteration 485 found worse value: 336.050701616. iteration 486 found worse value: 336.050701616. iteration 487 found worse value: 336.050701616. iteration 488 found better value: 336.058777752 iteration 489 found worse value: 336.058777752. iteration489, perturbing to get out of local maxima iteration 490 found worse value: 336.058777752. iteration 491 found worse value: 336.058777752. iteration 492 found worse value: 336.058777752. iteration 493 found worse value: 336.058777752. iteration 494 found worse value: 336.058777752. iteration 495 found worse value: 336.058777752. iteration 496 found better value: 336.059545632 iteration 497 found worse value: 336.059545632. iteration 498 found worse value: 336.059545632. iteration 499 found worse value: 336.059545632. iteration 500 found worse value: 336.059545632. iteration 501 found worse value: 336.059545632. iteration 502 found worse value: 336.059545632. iteration 503 found better value: 336.062746114 iteration 504 found better value: 336.067802521 iteration 505 found better value: 336.09174054899995 iteration 506 found worse value: 336.09174054899995. iteration 507 found worse value: 336.09174054899995. iteration 508 found worse value: 336.09174054899995. iteration 509 found worse value: 336.09174054899995. iteration 510 found worse value: 336.09174054899995. iteration 511 found worse value: 336.09174054899995. iteration 512 found worse value: 336.09174054899995. iteration 513 found worse value: 336.09174054899995. iteration 514 found worse value: 336.09174054899995. iteration 515 found worse value: 336.09174054899995. iteration 516 found worse value: 336.09174054899995. iteration 517 found better value: 336.12223566299997 iteration 518 found worse value: 336.12223566299997. iteration518, perturbing to get out of local maxima iteration 519 found worse value: 336.12223566299997. iteration 520 found worse value: 336.12223566299997. iteration 521 found worse value: 336.12223566299997. iteration 522 found worse value: 336.12223566299997. iteration 523 found worse value: 336.12223566299997. iteration 524 found worse value: 336.12223566299997. iteration 525 found worse value: 336.12223566299997. iteration 526 found worse value: 336.12223566299997. iteration 527 found worse value: 336.12223566299997. iteration 528 found worse value: 336.12223566299997. iteration 529 found worse value: 336.12223566299997. iteration529, perturbing to get out of local maxima iteration 530 found better value: 336.123598403 iteration 531 found worse value: 336.123598403. iteration 532 found worse value: 336.123598403. iteration 533 found worse value: 336.123598403. iteration 534 found better value: 336.140841672 iteration 535 found worse value: 336.140841672. iteration 536 found worse value: 336.140841672. iteration536, perturbing to get out of local maxima iteration 537 found worse value: 336.140841672. iteration 538 found worse value: 336.140841672. iteration 539 found worse value: 336.140841672. iteration 540 found worse value: 336.140841672. iteration 541 found worse value: 336.140841672. iteration 542 found worse value: 336.140841672. iteration 543 found worse value: 336.140841672. iteration 544 found better value: 336.15260819 iteration 545 found worse value: 336.15260819. iteration 546 found worse value: 336.15260819. iteration546, perturbing to get out of local maxima iteration 547 found worse value: 336.15260819. iteration547, perturbing to get out of local maxima iteration 548 found worse value: 336.15260819. iteration 549 found worse value: 336.15260819. iteration 550 found worse value: 336.15260819. iteration 551 found worse value: 336.15260819. iteration 552 found worse value: 336.15260819. iteration 553 found worse value: 336.15260819. iteration 554 found worse value: 336.15260819. iteration 555 found better value: 336.177119777 iteration 556 found worse value: 336.177119777. iteration 557 found worse value: 336.177119777. iteration 558 found better value: 336.21513627499996 iteration 559 found better value: 336.24334825 iteration 560 found worse value: 336.24334825. iteration 561 found better value: 336.288685558 iteration 562 found worse value: 336.288685558. iteration 563 found worse value: 336.288685558. iteration563, perturbing to get out of local maxima iteration 564 found worse value: 336.288685558. iteration 565 found better value: 336.323068839 iteration 566 found worse value: 336.323068839. iteration 567 found worse value: 336.323068839. iteration 568 found better value: 336.33776448000003 iteration 569 found worse value: 336.33776448000003. iteration 570 found worse value: 336.33776448000003. iteration 571 found worse value: 336.33776448000003. iteration 572 found worse value: 336.33776448000003. iteration 573 found worse value: 336.33776448000003. iteration 574 found worse value: 336.33776448000003. iteration 575 found worse value: 336.33776448000003. iteration 576 found worse value: 336.33776448000003. iteration 577 found worse value: 336.33776448000003. iteration 578 found better value: 336.352220776 iteration 579 found worse value: 336.352220776. iteration 580 found better value: 336.37209459 iteration 581 found better value: 336.372719501 iteration 582 found worse value: 336.372719501. iteration 583 found worse value: 336.372719501. iteration583, perturbing to get out of local maxima iteration 584 found worse value: 336.372719501. iteration 585 found worse value: 336.372719501. iteration 586 found better value: 336.432007735 iteration 587 found worse value: 336.432007735. iteration 588 found worse value: 336.432007735. iteration 589 found worse value: 336.432007735. iteration 590 found worse value: 336.432007735. iteration 591 found better value: 336.445949201 iteration 592 found worse value: 336.445949201. iteration592, perturbing to get out of local maxima iteration 593 found worse value: 336.445949201. iteration593, perturbing to get out of local maxima iteration 594 found worse value: 336.445949201. iteration594, perturbing to get out of local maxima iteration 595 found worse value: 336.445949201. iteration 596 found worse value: 336.445949201. iteration 597 found worse value: 336.445949201. iteration 598 found worse value: 336.445949201. iteration 599 found worse value: 336.445949201. iteration 600 found worse value: 336.445949201. iteration 601 found better value: 336.516010392 iteration 602 found better value: 336.522139518 iteration 603 found worse value: 336.522139518. iteration 604 found worse value: 336.522139518. iteration 605 found worse value: 336.522139518. iteration 606 found worse value: 336.522139518. iteration 607 found worse value: 336.522139518. iteration 608 found worse value: 336.522139518. iteration 609 found worse value: 336.522139518. iteration 610 found worse value: 336.522139518. iteration 611 found worse value: 336.522139518. iteration 612 found worse value: 336.522139518. iteration 613 found worse value: 336.522139518. iteration 614 found worse value: 336.522139518. iteration 615 found worse value: 336.522139518. iteration 616 found better value: 336.52409220799996 iteration 617 found worse value: 336.52409220799996. iteration 618 found worse value: 336.52409220799996. iteration 619 found better value: 336.54696602999996 iteration 620 found worse value: 336.54696602999996. iteration 621 found worse value: 336.54696602999996. iteration 622 found worse value: 336.54696602999996. iteration 623 found worse value: 336.54696602999996. iteration 624 found worse value: 336.54696602999996. iteration 625 found worse value: 336.54696602999996. iteration 626 found worse value: 336.54696602999996. iteration 627 found worse value: 336.54696602999996. iteration 628 found worse value: 336.54696602999996. iteration 629 found better value: 336.551906185 iteration 630 found worse value: 336.551906185. iteration 631 found worse value: 336.551906185. iteration 632 found worse value: 336.551906185. iteration 633 found worse value: 336.551906185. iteration 634 found worse value: 336.551906185. iteration 635 found worse value: 336.551906185. iteration 636 found worse value: 336.551906185. iteration 637 found worse value: 336.551906185. iteration 638 found worse value: 336.551906185. iteration 639 found worse value: 336.551906185. iteration639, perturbing to get out of local maxima iteration 640 found better value: 336.607165802 iteration 641 found better value: 336.615982502 iteration 642 found better value: 336.657149888 iteration 643 found worse value: 336.657149888. iteration 644 found worse value: 336.657149888. iteration 645 found worse value: 336.657149888. iteration645, perturbing to get out of local maxima iteration 646 found worse value: 336.657149888. iteration 647 found worse value: 336.657149888. iteration647, perturbing to get out of local maxima iteration 648 found worse value: 336.657149888. iteration648, perturbing to get out of local maxima iteration 649 found worse value: 336.657149888. iteration 650 found worse value: 336.657149888. iteration 651 found better value: 336.72242615 iteration 652 found worse value: 336.72242615. iteration 653 found worse value: 336.72242615. iteration 654 found worse value: 336.72242615. iteration 655 found better value: 336.73582441 iteration 656 found worse value: 336.73582441. iteration 657 found worse value: 336.73582441. iteration 658 found worse value: 336.73582441. iteration 659 found worse value: 336.73582441. iteration 660 found worse value: 336.73582441. iteration 661 found worse value: 336.73582441. iteration 662 found worse value: 336.73582441. iteration 663 found worse value: 336.73582441. iteration 664 found worse value: 336.73582441. iteration 665 found worse value: 336.73582441. iteration 666 found worse value: 336.73582441. iteration 667 found worse value: 336.73582441. iteration 668 found worse value: 336.73582441. iteration668, perturbing to get out of local maxima iteration 669 found worse value: 336.73582441. iteration 670 found worse value: 336.73582441. iteration 671 found worse value: 336.73582441. iteration671, perturbing to get out of local maxima iteration 672 found worse value: 336.73582441. iteration 673 found worse value: 336.73582441. iteration 674 found worse value: 336.73582441. iteration 675 found worse value: 336.73582441. iteration 676 found worse value: 336.73582441. iteration 677 found worse value: 336.73582441. iteration 678 found worse value: 336.73582441. iteration 679 found worse value: 336.73582441. iteration 680 found worse value: 336.73582441. iteration 681 found worse value: 336.73582441. iteration 682 found worse value: 336.73582441. iteration 683 found worse value: 336.73582441. iteration 684 found worse value: 336.73582441. iteration 685 found worse value: 336.73582441. iteration 686 found worse value: 336.73582441. iteration 687 found worse value: 336.73582441. iteration 688 found worse value: 336.73582441. iteration 689 found worse value: 336.73582441. iteration 690 found worse value: 336.73582441. iteration 691 found better value: 336.76546872600005 iteration 692 found worse value: 336.76546872600005. iteration692, perturbing to get out of local maxima iteration 693 found better value: 336.79541316899997 iteration 694 found worse value: 336.79541316899997. iteration 695 found worse value: 336.79541316899997. iteration 696 found worse value: 336.79541316899997. iteration 697 found worse value: 336.79541316899997. iteration697, perturbing to get out of local maxima iteration 698 found worse value: 336.79541316899997. iteration 699 found worse value: 336.79541316899997. iteration 700 found worse value: 336.79541316899997. iteration 701 found worse value: 336.79541316899997. iteration 702 found worse value: 336.79541316899997. iteration 703 found worse value: 336.79541316899997. iteration 704 found worse value: 336.79541316899997. iteration 705 found better value: 336.864065292 iteration 706 found worse value: 336.864065292. iteration 707 found worse value: 336.864065292. iteration 708 found worse value: 336.864065292. iteration 709 found better value: 336.87150063100006 iteration 710 found worse value: 336.87150063100006. iteration 711 found worse value: 336.87150063100006. iteration 712 found worse value: 336.87150063100006. iteration 713 found worse value: 336.87150063100006. iteration 714 found worse value: 336.87150063100006. iteration 715 found worse value: 336.87150063100006. iteration 716 found worse value: 336.87150063100006. iteration 717 found worse value: 336.87150063100006. iteration 718 found worse value: 336.87150063100006. iteration 719 found worse value: 336.87150063100006. iteration 720 found worse value: 336.87150063100006. iteration 721 found worse value: 336.87150063100006. iteration 722 found worse value: 336.87150063100006. iteration 723 found worse value: 336.87150063100006. iteration 724 found worse value: 336.87150063100006. iteration 725 found better value: 336.87249170100006 iteration 726 found better value: 336.92348089700005 iteration 727 found worse value: 336.92348089700005. iteration 728 found worse value: 336.92348089700005. iteration 729 found worse value: 336.92348089700005. iteration 730 found worse value: 336.92348089700005. iteration 731 found worse value: 336.92348089700005. iteration 732 found worse value: 336.92348089700005. iteration 733 found worse value: 336.92348089700005. iteration 734 found worse value: 336.92348089700005. iteration 735 found better value: 336.93050503200004 iteration 736 found better value: 336.93468744100005 iteration 737 found worse value: 336.93468744100005. iteration 738 found worse value: 336.93468744100005. iteration 739 found worse value: 336.93468744100005. iteration 740 found worse value: 336.93468744100005. iteration 741 found worse value: 336.93468744100005. iteration 742 found worse value: 336.93468744100005. iteration 743 found worse value: 336.93468744100005. iteration 744 found worse value: 336.93468744100005. iteration 745 found worse value: 336.93468744100005. iteration 746 found worse value: 336.93468744100005. iteration746, perturbing to get out of local maxima iteration 747 found worse value: 336.93468744100005. iteration 748 found worse value: 336.93468744100005. iteration 749 found worse value: 336.93468744100005. iteration 750 found worse value: 336.93468744100005. iteration 751 found worse value: 336.93468744100005. iteration 752 found worse value: 336.93468744100005. iteration 753 found worse value: 336.93468744100005. iteration 754 found worse value: 336.93468744100005. iteration 755 found worse value: 336.93468744100005. iteration 756 found worse value: 336.93468744100005. iteration 757 found equal value: 336.93468744100005. iteration 758 found worse value: 336.93468744100005. iteration 759 found worse value: 336.93468744100005. iteration 760 found worse value: 336.93468744100005. iteration 761 found worse value: 336.93468744100005. iteration 762 found worse value: 336.93468744100005. iteration 763 found worse value: 336.93468744100005. iteration 764 found worse value: 336.93468744100005. iteration 765 found worse value: 336.93468744100005. iteration 766 found better value: 336.95930096300003 iteration 767 found worse value: 336.95930096300003. iteration 768 found better value: 336.96003202500003 iteration 769 found worse value: 336.96003202500003. iteration 770 found worse value: 336.96003202500003. iteration 771 found worse value: 336.96003202500003. iteration 772 found worse value: 336.96003202500003. iteration772, perturbing to get out of local maxima iteration 773 found better value: 336.96026209800004 iteration 774 found worse value: 336.96026209800004. iteration 775 found worse value: 336.96026209800004. iteration775, perturbing to get out of local maxima iteration 776 found worse value: 336.96026209800004. iteration 777 found worse value: 336.96026209800004. iteration 778 found worse value: 336.96026209800004. iteration 779 found worse value: 336.96026209800004. iteration 780 found worse value: 336.96026209800004. iteration 781 found worse value: 336.96026209800004. iteration 782 found worse value: 336.96026209800004. iteration782, perturbing to get out of local maxima iteration 783 found worse value: 336.96026209800004. iteration 784 found worse value: 336.96026209800004. iteration 785 found worse value: 336.96026209800004. iteration 786 found worse value: 336.96026209800004. iteration 787 found better value: 336.973267309 iteration 788 found worse value: 336.973267309. iteration 789 found worse value: 336.973267309. iteration 790 found worse value: 336.973267309. iteration 791 found worse value: 336.973267309. iteration 792 found worse value: 336.973267309. iteration 793 found worse value: 336.973267309. iteration 794 found worse value: 336.973267309. iteration 795 found worse value: 336.973267309. iteration 796 found worse value: 336.973267309. iteration 797 found worse value: 336.973267309. iteration 798 found worse value: 336.973267309. iteration 799 found worse value: 336.973267309. iteration 800 found worse value: 336.973267309. iteration 801 found worse value: 336.973267309. iteration 802 found worse value: 336.973267309. iteration 803 found worse value: 336.973267309. iteration 804 found worse value: 336.973267309. iteration 805 found worse value: 336.973267309. iteration 806 found worse value: 336.973267309. iteration 807 found worse value: 336.973267309. iteration 808 found worse value: 336.973267309. iteration 809 found worse value: 336.973267309. iteration 810 found worse value: 336.973267309. iteration 811 found worse value: 336.973267309. iteration 812 found worse value: 336.973267309. iteration 813 found worse value: 336.973267309. iteration 814 found worse value: 336.973267309. iteration 815 found worse value: 336.973267309. iteration 816 found worse value: 336.973267309. iteration 817 found worse value: 336.973267309. iteration 818 found worse value: 336.973267309. iteration 819 found worse value: 336.973267309. iteration 820 found worse value: 336.973267309. iteration 821 found better value: 336.973321065 iteration 822 found worse value: 336.973321065. iteration 823 found worse value: 336.973321065. iteration 824 found worse value: 336.973321065. iteration 825 found worse value: 336.973321065. iteration 826 found worse value: 336.973321065. iteration 827 found worse value: 336.973321065. iteration 828 found worse value: 336.973321065. iteration 829 found worse value: 336.973321065. iteration 830 found worse value: 336.973321065. iteration 831 found worse value: 336.973321065. iteration 832 found worse value: 336.973321065. iteration 833 found worse value: 336.973321065. iteration 834 found worse value: 336.973321065. iteration 835 found worse value: 336.973321065. iteration 836 found worse value: 336.973321065. iteration 837 found worse value: 336.973321065. iteration 838 found worse value: 336.973321065. iteration 839 found worse value: 336.973321065. iteration 840 found worse value: 336.973321065. iteration 841 found worse value: 336.973321065. iteration 842 found worse value: 336.973321065. iteration 843 found worse value: 336.973321065. iteration 844 found better value: 336.976050684 iteration 845 found worse value: 336.976050684. iteration 846 found worse value: 336.976050684. iteration 847 found worse value: 336.976050684. iteration 848 found worse value: 336.976050684. iteration 849 found worse value: 336.976050684. iteration 850 found worse value: 336.976050684. iteration 851 found worse value: 336.976050684. iteration 852 found worse value: 336.976050684. iteration 853 found worse value: 336.976050684. iteration 854 found worse value: 336.976050684. iteration 855 found worse value: 336.976050684. iteration 856 found worse value: 336.976050684. iteration 857 found worse value: 336.976050684. iteration 858 found worse value: 336.976050684. iteration 859 found worse value: 336.976050684. iteration 860 found better value: 336.979872457 iteration 861 found worse value: 336.979872457. iteration 862 found worse value: 336.979872457. iteration 863 found worse value: 336.979872457. iteration 864 found worse value: 336.979872457. iteration 865 found worse value: 336.979872457. iteration 866 found worse value: 336.979872457. iteration 867 found worse value: 336.979872457. iteration 868 found worse value: 336.979872457. iteration 869 found better value: 336.99032310800004 iteration 870 found worse value: 336.99032310800004. iteration 871 found worse value: 336.99032310800004. iteration 872 found better value: 337.007082656 iteration 873 found better value: 337.00710408000003 iteration 874 found worse value: 337.00710408000003. iteration 875 found better value: 337.01927273300004 iteration 876 found worse value: 337.01927273300004. iteration 877 found worse value: 337.01927273300004. iteration 878 found worse value: 337.01927273300004. iteration 879 found worse value: 337.01927273300004. iteration 880 found worse value: 337.01927273300004. iteration 881 found worse value: 337.01927273300004. iteration 882 found worse value: 337.01927273300004. iteration 883 found worse value: 337.01927273300004. iteration 884 found worse value: 337.01927273300004. iteration 885 found worse value: 337.01927273300004. iteration 886 found worse value: 337.01927273300004. iteration 887 found worse value: 337.01927273300004. iteration 888 found worse value: 337.01927273300004. iteration 889 found worse value: 337.01927273300004. iteration 890 found better value: 337.031298156 iteration 891 found worse value: 337.031298156. iteration 892 found worse value: 337.031298156. iteration 893 found worse value: 337.031298156. iteration 894 found worse value: 337.031298156. iteration 895 found worse value: 337.031298156. iteration 896 found worse value: 337.031298156. iteration 897 found worse value: 337.031298156. iteration 898 found worse value: 337.031298156. iteration 899 found better value: 337.148975678 iteration 900 found worse value: 337.148975678. iteration 901 found worse value: 337.148975678. iteration 902 found worse value: 337.148975678. iteration 903 found worse value: 337.148975678. iteration 904 found worse value: 337.148975678. iteration 905 found worse value: 337.148975678. iteration 906 found worse value: 337.148975678. iteration 907 found better value: 337.166277394 iteration 908 found worse value: 337.166277394. iteration 909 found better value: 337.167065818 iteration 910 found worse value: 337.167065818. iteration 911 found worse value: 337.167065818. iteration 912 found worse value: 337.167065818. iteration 913 found worse value: 337.167065818. iteration 914 found better value: 337.177264145 iteration 915 found worse value: 337.177264145. iteration 916 found worse value: 337.177264145. iteration 917 found better value: 337.180744628 iteration 918 found worse value: 337.180744628. iteration 919 found worse value: 337.180744628. iteration 920 found better value: 337.207782017 iteration 921 found worse value: 337.207782017. iteration 922 found worse value: 337.207782017. iteration 923 found worse value: 337.207782017. iteration 924 found worse value: 337.207782017. iteration 925 found worse value: 337.207782017. iteration 926 found worse value: 337.207782017. iteration 927 found worse value: 337.207782017. iteration 928 found worse value: 337.207782017. iteration 929 found better value: 337.211548026 iteration 930 found worse value: 337.211548026. iteration 931 found worse value: 337.211548026. iteration 932 found worse value: 337.211548026. iteration 933 found worse value: 337.211548026. iteration 934 found worse value: 337.211548026. iteration 935 found worse value: 337.211548026. iteration 936 found worse value: 337.211548026. iteration 937 found worse value: 337.211548026. iteration 938 found worse value: 337.211548026. iteration 939 found better value: 337.25890362599995 iteration 940 found worse value: 337.25890362599995. iteration 941 found worse value: 337.25890362599995. iteration 942 found worse value: 337.25890362599995. iteration 943 found worse value: 337.25890362599995. iteration 944 found worse value: 337.25890362599995. iteration 945 found worse value: 337.25890362599995. iteration 946 found worse value: 337.25890362599995. iteration 947 found worse value: 337.25890362599995. iteration 948 found worse value: 337.25890362599995. iteration 949 found worse value: 337.25890362599995. iteration 950 found worse value: 337.25890362599995. iteration 951 found worse value: 337.25890362599995. iteration 952 found better value: 337.280246828 iteration 953 found worse value: 337.280246828. iteration 954 found worse value: 337.280246828. iteration 955 found worse value: 337.280246828. iteration 956 found worse value: 337.280246828. iteration 957 found worse value: 337.280246828. iteration 958 found worse value: 337.280246828. iteration 959 found worse value: 337.280246828. iteration 960 found worse value: 337.280246828. iteration 961 found worse value: 337.280246828. iteration 962 found worse value: 337.280246828. iteration 963 found worse value: 337.280246828. iteration 964 found worse value: 337.280246828. iteration 965 found worse value: 337.280246828. iteration 966 found worse value: 337.280246828. iteration 967 found worse value: 337.280246828. iteration 968 found worse value: 337.280246828. iteration 969 found worse value: 337.280246828. iteration 970 found worse value: 337.280246828. iteration 971 found worse value: 337.280246828. iteration 972 found worse value: 337.280246828. iteration 973 found worse value: 337.280246828. iteration 974 found worse value: 337.280246828. iteration 975 found worse value: 337.280246828. iteration 976 found worse value: 337.280246828. iteration 977 found worse value: 337.280246828. iteration 978 found worse value: 337.280246828. iteration 979 found worse value: 337.280246828. iteration 980 found worse value: 337.280246828. iteration 981 found worse value: 337.280246828. iteration 982 found worse value: 337.280246828. iteration 983 found worse value: 337.280246828. iteration 984 found worse value: 337.280246828. iteration 985 found better value: 337.37715001099997 iteration 986 found better value: 337.39086804799996 iteration 987 found worse value: 337.39086804799996. iteration 988 found worse value: 337.39086804799996. iteration 989 found worse value: 337.39086804799996. iteration 990 found worse value: 337.39086804799996. iteration 991 found worse value: 337.39086804799996. iteration 992 found worse value: 337.39086804799996. iteration 993 found worse value: 337.39086804799996. iteration 994 found worse value: 337.39086804799996. iteration 995 found worse value: 337.39086804799996. iteration 996 found worse value: 337.39086804799996. iteration 997 found worse value: 337.39086804799996. iteration 998 found worse value: 337.39086804799996. iteration 999 found worse value: 337.39086804799996. iteration 1000 found worse value: 337.39086804799996. iteration 1001 found worse value: 337.39086804799996. iteration 1002 found worse value: 337.39086804799996. iteration 1003 found worse value: 337.39086804799996. iteration 1004 found worse value: 337.39086804799996. iteration 1005 found worse value: 337.39086804799996. iteration 1006 found worse value: 337.39086804799996. iteration 1007 found worse value: 337.39086804799996. iteration 1008 found worse value: 337.39086804799996. iteration 1009 found worse value: 337.39086804799996. iteration 1010 found worse value: 337.39086804799996. iteration 1011 found worse value: 337.39086804799996. iteration 1012 found worse value: 337.39086804799996. iteration 1013 found worse value: 337.39086804799996. iteration 1014 found worse value: 337.39086804799996. iteration 1015 found better value: 337.392326848 iteration 1016 found worse value: 337.392326848. iteration 1017 found worse value: 337.392326848. iteration 1018 found worse value: 337.392326848. iteration 1019 found worse value: 337.392326848. iteration 1020 found worse value: 337.392326848. iteration 1021 found worse value: 337.392326848. iteration 1022 found worse value: 337.392326848. iteration 1023 found worse value: 337.392326848. iteration 1024 found worse value: 337.392326848. iteration 1025 found worse value: 337.392326848. iteration 1026 found worse value: 337.392326848. iteration 1027 found worse value: 337.392326848. iteration 1028 found worse value: 337.392326848. iteration 1029 found worse value: 337.392326848. iteration 1030 found worse value: 337.392326848. iteration 1031 found worse value: 337.392326848. iteration 1032 found worse value: 337.392326848. iteration 1033 found worse value: 337.392326848. iteration 1034 found worse value: 337.392326848. iteration 1035 found worse value: 337.392326848. iteration 1036 found worse value: 337.392326848. iteration 1037 found worse value: 337.392326848. iteration 1038 found worse value: 337.392326848. iteration1038, perturbing to get out of local maxima iteration 1039 found worse value: 337.392326848. iteration1039, perturbing to get out of local maxima iteration 1040 found worse value: 337.392326848. iteration 1041 found worse value: 337.392326848. iteration 1042 found worse value: 337.392326848. iteration 1043 found better value: 337.39531579999993 iteration 1044 found worse value: 337.39531579999993. iteration 1045 found worse value: 337.39531579999993. iteration 1046 found worse value: 337.39531579999993. iteration 1047 found worse value: 337.39531579999993. iteration 1048 found worse value: 337.39531579999993. iteration 1049 found worse value: 337.39531579999993. iteration 1050 found worse value: 337.39531579999993. iteration 1051 found better value: 337.401926545 iteration 1052 found worse value: 337.401926545. iteration 1053 found worse value: 337.401926545. iteration 1054 found worse value: 337.401926545. iteration 1055 found worse value: 337.401926545. iteration1055, perturbing to get out of local maxima iteration 1056 found worse value: 337.401926545. iteration 1057 found worse value: 337.401926545. iteration 1058 found better value: 337.572478278 iteration 1059 found worse value: 337.572478278. iteration 1060 found worse value: 337.572478278. iteration 1061 found worse value: 337.572478278. iteration 1062 found worse value: 337.572478278. iteration 1063 found worse value: 337.572478278. iteration 1064 found worse value: 337.572478278. iteration 1065 found worse value: 337.572478278. iteration 1066 found worse value: 337.572478278. iteration 1067 found worse value: 337.572478278. iteration1067, perturbing to get out of local maxima iteration 1068 found worse value: 337.572478278. iteration 1069 found worse value: 337.572478278. iteration 1070 found worse value: 337.572478278. iteration 1071 found worse value: 337.572478278. iteration 1072 found worse value: 337.572478278. iteration 1073 found worse value: 337.572478278. iteration 1074 found worse value: 337.572478278. iteration 1075 found worse value: 337.572478278. iteration 1076 found worse value: 337.572478278. iteration 1077 found worse value: 337.572478278. iteration 1078 found worse value: 337.572478278. iteration 1079 found worse value: 337.572478278. iteration 1080 found worse value: 337.572478278. iteration 1081 found worse value: 337.572478278. iteration 1082 found worse value: 337.572478278. iteration 1083 found worse value: 337.572478278. iteration 1084 found worse value: 337.572478278. iteration 1085 found better value: 337.581063986 iteration 1086 found worse value: 337.581063986. iteration 1087 found worse value: 337.581063986. iteration 1088 found worse value: 337.581063986. iteration 1089 found better value: 337.58572875000004 iteration 1090 found worse value: 337.58572875000004. iteration 1091 found worse value: 337.58572875000004. iteration 1092 found worse value: 337.58572875000004. iteration 1093 found worse value: 337.58572875000004. iteration 1094 found worse value: 337.58572875000004. iteration 1095 found worse value: 337.58572875000004. iteration 1096 found worse value: 337.58572875000004. iteration 1097 found worse value: 337.58572875000004. iteration 1098 found worse value: 337.58572875000004. iteration 1099 found worse value: 337.58572875000004. iteration1099, perturbing to get out of local maxima iteration 1100 found worse value: 337.58572875000004. iteration 1101 found worse value: 337.58572875000004. iteration 1102 found worse value: 337.58572875000004. iteration 1103 found worse value: 337.58572875000004. iteration 1104 found worse value: 337.58572875000004. iteration 1105 found worse value: 337.58572875000004. iteration 1106 found worse value: 337.58572875000004. iteration 1107 found worse value: 337.58572875000004. iteration 1108 found worse value: 337.58572875000004. iteration 1109 found worse value: 337.58572875000004. iteration 1110 found worse value: 337.58572875000004. iteration 1111 found worse value: 337.58572875000004. iteration 1112 found worse value: 337.58572875000004. iteration 1113 found worse value: 337.58572875000004. iteration 1114 found worse value: 337.58572875000004. iteration 1115 found worse value: 337.58572875000004. iteration 1116 found worse value: 337.58572875000004. iteration 1117 found worse value: 337.58572875000004. iteration 1118 found worse value: 337.58572875000004. iteration1118, perturbing to get out of local maxima iteration 1119 found worse value: 337.58572875000004. iteration 1120 found worse value: 337.58572875000004. iteration 1121 found worse value: 337.58572875000004. iteration 1122 found worse value: 337.58572875000004. iteration 1123 found worse value: 337.58572875000004. iteration 1124 found better value: 337.586970298 iteration 1125 found worse value: 337.586970298. iteration 1126 found worse value: 337.586970298. iteration 1127 found worse value: 337.586970298. iteration 1128 found worse value: 337.586970298. iteration 1129 found worse value: 337.586970298. iteration 1130 found worse value: 337.586970298. iteration 1131 found worse value: 337.586970298. iteration 1132 found worse value: 337.586970298. iteration 1133 found better value: 337.66970532299996 iteration 1134 found worse value: 337.66970532299996. iteration 1135 found worse value: 337.66970532299996. iteration 1136 found worse value: 337.66970532299996. iteration 1137 found worse value: 337.66970532299996. iteration 1138 found worse value: 337.66970532299996. iteration 1139 found worse value: 337.66970532299996. iteration 1140 found worse value: 337.66970532299996. iteration 1141 found worse value: 337.66970532299996. iteration 1142 found worse value: 337.66970532299996. iteration 1143 found worse value: 337.66970532299996. iteration 1144 found worse value: 337.66970532299996. iteration 1145 found better value: 337.68082027 iteration 1146 found worse value: 337.68082027. iteration 1147 found worse value: 337.68082027. iteration 1148 found worse value: 337.68082027. iteration 1149 found worse value: 337.68082027. iteration 1150 found worse value: 337.68082027. iteration 1151 found worse value: 337.68082027. iteration 1152 found worse value: 337.68082027. iteration 1153 found worse value: 337.68082027. iteration 1154 found worse value: 337.68082027. iteration 1155 found worse value: 337.68082027. iteration 1156 found worse value: 337.68082027. iteration 1157 found worse value: 337.68082027. iteration 1158 found better value: 337.6830160850001 iteration 1159 found worse value: 337.6830160850001. iteration 1160 found worse value: 337.6830160850001. iteration 1161 found worse value: 337.6830160850001. iteration 1162 found worse value: 337.6830160850001. iteration 1163 found worse value: 337.6830160850001. iteration 1164 found worse value: 337.6830160850001. iteration 1165 found worse value: 337.6830160850001. iteration 1166 found worse value: 337.6830160850001. iteration 1167 found worse value: 337.6830160850001. iteration 1168 found worse value: 337.6830160850001. iteration 1169 found worse value: 337.6830160850001. iteration 1170 found worse value: 337.6830160850001. iteration 1171 found worse value: 337.6830160850001. iteration 1172 found worse value: 337.6830160850001. iteration 1173 found worse value: 337.6830160850001. iteration 1174 found worse value: 337.6830160850001. iteration 1175 found worse value: 337.6830160850001. iteration 1176 found worse value: 337.6830160850001. iteration 1177 found worse value: 337.6830160850001. iteration1177, perturbing to get out of local maxima iteration 1178 found worse value: 337.6830160850001. iteration 1179 found worse value: 337.6830160850001. iteration 1180 found worse value: 337.6830160850001. iteration 1181 found worse value: 337.6830160850001. iteration 1182 found worse value: 337.6830160850001. iteration 1183 found worse value: 337.6830160850001. iteration 1184 found worse value: 337.6830160850001. iteration 1185 found worse value: 337.6830160850001. iteration 1186 found worse value: 337.6830160850001. iteration 1187 found worse value: 337.6830160850001. iteration 1188 found worse value: 337.6830160850001. iteration 1189 found worse value: 337.6830160850001. iteration 1190 found worse value: 337.6830160850001. iteration 1191 found worse value: 337.6830160850001. iteration 1192 found worse value: 337.6830160850001. iteration 1193 found worse value: 337.6830160850001. iteration 1194 found worse value: 337.6830160850001. iteration 1195 found worse value: 337.6830160850001. iteration 1196 found worse value: 337.6830160850001. iteration 1197 found worse value: 337.6830160850001. iteration 1198 found worse value: 337.6830160850001. iteration 1199 found worse value: 337.6830160850001. iteration 1200 found worse value: 337.6830160850001. iteration 1201 found worse value: 337.6830160850001. iteration 1202 found worse value: 337.6830160850001. iteration 1203 found better value: 338.316003102 iteration 1204 found worse value: 338.316003102. iteration 1205 found worse value: 338.316003102. iteration 1206 found worse value: 338.316003102. iteration 1207 found worse value: 338.316003102. iteration 1208 found worse value: 338.316003102. iteration 1209 found worse value: 338.316003102. iteration 1210 found worse value: 338.316003102. iteration 1211 found worse value: 338.316003102. iteration 1212 found worse value: 338.316003102. iteration 1213 found worse value: 338.316003102. iteration 1214 found worse value: 338.316003102. iteration 1215 found worse value: 338.316003102. iteration 1216 found worse value: 338.316003102. iteration 1217 found worse value: 338.316003102. iteration 1218 found worse value: 338.316003102. iteration 1219 found worse value: 338.316003102. iteration 1220 found worse value: 338.316003102. iteration 1221 found worse value: 338.316003102. iteration 1222 found worse value: 338.316003102. iteration 1223 found worse value: 338.316003102. iteration 1224 found worse value: 338.316003102. iteration 1225 found worse value: 338.316003102. iteration 1226 found worse value: 338.316003102. iteration 1227 found worse value: 338.316003102. iteration 1228 found worse value: 338.316003102. iteration 1229 found worse value: 338.316003102. iteration 1230 found worse value: 338.316003102. iteration 1231 found worse value: 338.316003102. iteration 1232 found worse value: 338.316003102. iteration 1233 found worse value: 338.316003102. iteration 1234 found worse value: 338.316003102. iteration 1235 found worse value: 338.316003102. iteration 1236 found worse value: 338.316003102. iteration 1237 found worse value: 338.316003102. iteration 1238 found worse value: 338.316003102. iteration 1239 found worse value: 338.316003102. iteration 1240 found worse value: 338.316003102. iteration 1241 found worse value: 338.316003102. iteration 1242 found worse value: 338.316003102. iteration 1243 found worse value: 338.316003102. iteration 1244 found worse value: 338.316003102. iteration 1245 found worse value: 338.316003102. iteration 1246 found worse value: 338.316003102. iteration 1247 found worse value: 338.316003102. iteration 1248 found worse value: 338.316003102. iteration 1249 found worse value: 338.316003102. iteration 1250 found worse value: 338.316003102. iteration 1251 found worse value: 338.316003102. iteration 1252 found worse value: 338.316003102. iteration 1253 found worse value: 338.316003102. iteration 1254 found worse value: 338.316003102. iteration 1255 found worse value: 338.316003102. iteration 1256 found worse value: 338.316003102. iteration 1257 found worse value: 338.316003102. iteration 1258 found worse value: 338.316003102. iteration 1259 found worse value: 338.316003102. iteration 1260 found worse value: 338.316003102. iteration 1261 found worse value: 338.316003102. iteration 1262 found worse value: 338.316003102. iteration 1263 found worse value: 338.316003102. iteration 1264 found worse value: 338.316003102. iteration 1265 found worse value: 338.316003102. iteration 1266 found better value: 338.329721139 iteration 1267 found worse value: 338.329721139. iteration 1268 found worse value: 338.329721139. iteration 1269 found worse value: 338.329721139. iteration 1270 found worse value: 338.329721139. iteration 1271 found worse value: 338.329721139. iteration 1272 found worse value: 338.329721139. iteration 1273 found worse value: 338.329721139. iteration 1274 found worse value: 338.329721139. iteration 1275 found worse value: 338.329721139. iteration 1276 found worse value: 338.329721139. iteration1276, perturbing to get out of local maxima iteration 1277 found worse value: 338.329721139. iteration 1278 found worse value: 338.329721139. iteration 1279 found worse value: 338.329721139. iteration 1280 found worse value: 338.329721139. iteration 1281 found worse value: 338.329721139. iteration 1282 found worse value: 338.329721139. iteration 1283 found worse value: 338.329721139. iteration 1284 found worse value: 338.329721139. iteration 1285 found worse value: 338.329721139. iteration 1286 found worse value: 338.329721139. iteration 1287 found worse value: 338.329721139. iteration 1288 found worse value: 338.329721139. iteration 1289 found worse value: 338.329721139. iteration 1290 found worse value: 338.329721139. iteration 1291 found worse value: 338.329721139. iteration 1292 found worse value: 338.329721139. iteration 1293 found worse value: 338.329721139. iteration 1294 found worse value: 338.329721139. iteration 1295 found worse value: 338.329721139. iteration 1296 found worse value: 338.329721139. iteration 1297 found worse value: 338.329721139. iteration 1298 found worse value: 338.329721139. iteration 1299 found worse value: 338.329721139. iteration1299, perturbing to get out of local maxima iteration 1300 found worse value: 338.329721139. iteration 1301 found worse value: 338.329721139. iteration 1302 found worse value: 338.329721139. iteration 1303 found worse value: 338.329721139. iteration 1304 found worse value: 338.329721139. iteration 1305 found worse value: 338.329721139. iteration 1306 found worse value: 338.329721139. iteration 1307 found worse value: 338.329721139. iteration 1308 found worse value: 338.329721139. iteration 1309 found worse value: 338.329721139. iteration 1310 found worse value: 338.329721139. iteration 1311 found worse value: 338.329721139. iteration 1312 found worse value: 338.329721139. iteration 1313 found worse value: 338.329721139. iteration 1314 found worse value: 338.329721139. iteration 1315 found worse value: 338.329721139. iteration 1316 found worse value: 338.329721139. iteration 1317 found worse value: 338.329721139. iteration 1318 found worse value: 338.329721139. iteration 1319 found worse value: 338.329721139. iteration 1320 found worse value: 338.329721139. iteration 1321 found worse value: 338.329721139. iteration 1322 found worse value: 338.329721139. iteration 1323 found worse value: 338.329721139. iteration 1324 found worse value: 338.329721139. iteration 1325 found worse value: 338.329721139. iteration 1326 found worse value: 338.329721139. iteration 1327 found worse value: 338.329721139. iteration 1328 found worse value: 338.329721139. iteration 1329 found worse value: 338.329721139. iteration1329, perturbing to get out of local maxima iteration 1330 found worse value: 338.329721139. iteration 1331 found worse value: 338.329721139. iteration 1332 found worse value: 338.329721139. iteration 1333 found worse value: 338.329721139. iteration 1334 found worse value: 338.329721139. iteration 1335 found worse value: 338.329721139. iteration 1336 found worse value: 338.329721139. iteration 1337 found worse value: 338.329721139. iteration 1338 found worse value: 338.329721139. iteration 1339 found worse value: 338.329721139. iteration 1340 found worse value: 338.329721139. iteration 1341 found worse value: 338.329721139. iteration 1342 found worse value: 338.329721139. iteration 1343 found worse value: 338.329721139. iteration 1344 found worse value: 338.329721139. iteration 1345 found worse value: 338.329721139. iteration 1346 found worse value: 338.329721139. iteration 1347 found worse value: 338.329721139. iteration 1348 found worse value: 338.329721139. iteration 1349 found worse value: 338.329721139. iteration 1350 found worse value: 338.329721139. iteration 1351 found worse value: 338.329721139. iteration 1352 found worse value: 338.329721139. iteration 1353 found worse value: 338.329721139. iteration 1354 found worse value: 338.329721139. iteration 1355 found worse value: 338.329721139. iteration 1356 found worse value: 338.329721139. iteration 1357 found worse value: 338.329721139. iteration 1358 found worse value: 338.329721139. iteration 1359 found worse value: 338.329721139. iteration 1360 found better value: 338.331068196 iteration 1361 found worse value: 338.331068196. iteration 1362 found worse value: 338.331068196. iteration 1363 found worse value: 338.331068196. iteration 1364 found worse value: 338.331068196. iteration 1365 found worse value: 338.331068196. iteration 1366 found better value: 338.42095030999997 iteration 1367 found worse value: 338.42095030999997. iteration 1368 found worse value: 338.42095030999997. iteration 1369 found worse value: 338.42095030999997. iteration 1370 found worse value: 338.42095030999997. iteration1370, perturbing to get out of local maxima iteration 1371 found worse value: 338.42095030999997. iteration 1372 found worse value: 338.42095030999997. iteration 1373 found worse value: 338.42095030999997. iteration 1374 found worse value: 338.42095030999997. iteration 1375 found worse value: 338.42095030999997. iteration 1376 found worse value: 338.42095030999997. iteration 1377 found worse value: 338.42095030999997. iteration 1378 found worse value: 338.42095030999997. iteration 1379 found worse value: 338.42095030999997. iteration 1380 found worse value: 338.42095030999997. iteration 1381 found worse value: 338.42095030999997. iteration 1382 found worse value: 338.42095030999997. iteration 1383 found worse value: 338.42095030999997. iteration 1384 found worse value: 338.42095030999997. iteration 1385 found worse value: 338.42095030999997. iteration 1386 found worse value: 338.42095030999997. iteration 1387 found worse value: 338.42095030999997. iteration1387, perturbing to get out of local maxima iteration 1388 found worse value: 338.42095030999997. iteration 1389 found worse value: 338.42095030999997. iteration 1390 found worse value: 338.42095030999997. iteration 1391 found worse value: 338.42095030999997. iteration 1392 found worse value: 338.42095030999997. iteration 1393 found worse value: 338.42095030999997. iteration 1394 found worse value: 338.42095030999997. iteration 1395 found worse value: 338.42095030999997. iteration 1396 found worse value: 338.42095030999997. iteration 1397 found worse value: 338.42095030999997. iteration 1398 found worse value: 338.42095030999997. iteration 1399 found worse value: 338.42095030999997. iteration 1400 found worse value: 338.42095030999997. iteration1400, perturbing to get out of local maxima iteration 1401 found worse value: 338.42095030999997. iteration 1402 found worse value: 338.42095030999997. iteration 1403 found worse value: 338.42095030999997. iteration 1404 found worse value: 338.42095030999997. iteration 1405 found worse value: 338.42095030999997. iteration 1406 found worse value: 338.42095030999997. iteration 1407 found worse value: 338.42095030999997. iteration 1408 found worse value: 338.42095030999997. iteration 1409 found worse value: 338.42095030999997. iteration 1410 found worse value: 338.42095030999997. iteration 1411 found worse value: 338.42095030999997. iteration 1412 found worse value: 338.42095030999997. iteration 1413 found worse value: 338.42095030999997. iteration 1414 found worse value: 338.42095030999997. iteration 1415 found worse value: 338.42095030999997. iteration 1416 found worse value: 338.42095030999997. iteration 1417 found worse value: 338.42095030999997. iteration 1418 found worse value: 338.42095030999997. iteration 1419 found worse value: 338.42095030999997. iteration 1420 found worse value: 338.42095030999997. iteration 1421 found worse value: 338.42095030999997. iteration 1422 found worse value: 338.42095030999997. iteration 1423 found worse value: 338.42095030999997. iteration 1424 found worse value: 338.42095030999997. iteration 1425 found worse value: 338.42095030999997. iteration 1426 found worse value: 338.42095030999997. iteration 1427 found worse value: 338.42095030999997. iteration 1428 found worse value: 338.42095030999997. iteration 1429 found worse value: 338.42095030999997. iteration 1430 found worse value: 338.42095030999997. iteration 1431 found worse value: 338.42095030999997. iteration 1432 found worse value: 338.42095030999997. iteration 1433 found worse value: 338.42095030999997. iteration 1434 found worse value: 338.42095030999997. iteration 1435 found worse value: 338.42095030999997. iteration1435, perturbing to get out of local maxima iteration 1436 found worse value: 338.42095030999997. iteration 1437 found worse value: 338.42095030999997. iteration 1438 found worse value: 338.42095030999997. iteration 1439 found worse value: 338.42095030999997. iteration 1440 found worse value: 338.42095030999997. iteration 1441 found worse value: 338.42095030999997. iteration 1442 found worse value: 338.42095030999997. iteration 1443 found worse value: 338.42095030999997. iteration 1444 found worse value: 338.42095030999997. iteration 1445 found worse value: 338.42095030999997. iteration 1446 found worse value: 338.42095030999997. iteration 1447 found worse value: 338.42095030999997. iteration 1448 found worse value: 338.42095030999997. iteration 1449 found worse value: 338.42095030999997. iteration1449, perturbing to get out of local maxima iteration 1450 found worse value: 338.42095030999997. iteration 1451 found worse value: 338.42095030999997. iteration 1452 found worse value: 338.42095030999997. iteration 1453 found worse value: 338.42095030999997. iteration 1454 found worse value: 338.42095030999997. iteration 1455 found worse value: 338.42095030999997. iteration 1456 found worse value: 338.42095030999997. iteration 1457 found worse value: 338.42095030999997. iteration 1458 found worse value: 338.42095030999997. iteration 1459 found worse value: 338.42095030999997. iteration 1460 found worse value: 338.42095030999997. iteration 1461 found worse value: 338.42095030999997. iteration 1462 found worse value: 338.42095030999997. iteration 1463 found worse value: 338.42095030999997. iteration 1464 found worse value: 338.42095030999997. iteration 1465 found worse value: 338.42095030999997. iteration 1466 found worse value: 338.42095030999997. iteration 1467 found worse value: 338.42095030999997. iteration 1468 found worse value: 338.42095030999997. iteration 1469 found worse value: 338.42095030999997. iteration 1470 found worse value: 338.42095030999997. iteration 1471 found worse value: 338.42095030999997. iteration 1472 found worse value: 338.42095030999997. iteration 1473 found worse value: 338.42095030999997. iteration 1474 found worse value: 338.42095030999997. iteration 1475 found worse value: 338.42095030999997. iteration 1476 found worse value: 338.42095030999997. iteration 1477 found worse value: 338.42095030999997. iteration 1478 found worse value: 338.42095030999997. iteration 1479 found worse value: 338.42095030999997. iteration 1480 found worse value: 338.42095030999997. iteration 1481 found worse value: 338.42095030999997. iteration 1482 found worse value: 338.42095030999997. iteration 1483 found worse value: 338.42095030999997. iteration 1484 found worse value: 338.42095030999997. iteration 1485 found worse value: 338.42095030999997. iteration 1486 found worse value: 338.42095030999997. iteration 1487 found worse value: 338.42095030999997. iteration 1488 found worse value: 338.42095030999997. iteration 1489 found worse value: 338.42095030999997. iteration 1490 found worse value: 338.42095030999997. iteration 1491 found worse value: 338.42095030999997. iteration 1492 found worse value: 338.42095030999997. iteration 1493 found worse value: 338.42095030999997. iteration 1494 found worse value: 338.42095030999997. iteration 1495 found worse value: 338.42095030999997. iteration 1496 found worse value: 338.42095030999997. iteration 1497 found worse value: 338.42095030999997. iteration 1498 found worse value: 338.42095030999997. iteration 1499 found worse value: 338.42095030999997. iteration 1500 found worse value: 338.42095030999997. iteration 1501 found worse value: 338.42095030999997. iteration 1502 found worse value: 338.42095030999997. iteration 1503 found worse value: 338.42095030999997. iteration 1504 found worse value: 338.42095030999997. iteration 1505 found worse value: 338.42095030999997. iteration 1506 found worse value: 338.42095030999997. iteration 1507 found worse value: 338.42095030999997. iteration 1508 found worse value: 338.42095030999997. iteration 1509 found worse value: 338.42095030999997. iteration 1510 found better value: 338.42272842 iteration 1511 found worse value: 338.42272842. iteration 1512 found worse value: 338.42272842. iteration 1513 found worse value: 338.42272842. iteration 1514 found worse value: 338.42272842. iteration 1515 found worse value: 338.42272842. iteration 1516 found worse value: 338.42272842. iteration 1517 found worse value: 338.42272842. iteration 1518 found worse value: 338.42272842. iteration 1519 found worse value: 338.42272842. iteration 1520 found worse value: 338.42272842. iteration 1521 found worse value: 338.42272842. iteration 1522 found worse value: 338.42272842. iteration1522, perturbing to get out of local maxima iteration 1523 found worse value: 338.42272842. iteration 1524 found worse value: 338.42272842. iteration 1525 found worse value: 338.42272842. iteration 1526 found worse value: 338.42272842. iteration 1527 found worse value: 338.42272842. iteration 1528 found worse value: 338.42272842. iteration 1529 found worse value: 338.42272842. iteration 1530 found worse value: 338.42272842. iteration 1531 found worse value: 338.42272842. iteration 1532 found worse value: 338.42272842. iteration 1533 found worse value: 338.42272842. iteration 1534 found worse value: 338.42272842. iteration 1535 found worse value: 338.42272842. iteration 1536 found worse value: 338.42272842. iteration 1537 found worse value: 338.42272842. iteration 1538 found worse value: 338.42272842. iteration 1539 found worse value: 338.42272842. iteration 1540 found worse value: 338.42272842. iteration 1541 found worse value: 338.42272842. iteration 1542 found worse value: 338.42272842. iteration 1543 found worse value: 338.42272842. iteration1543, perturbing to get out of local maxima iteration 1544 found worse value: 338.42272842. iteration 1545 found worse value: 338.42272842. iteration 1546 found worse value: 338.42272842. iteration 1547 found worse value: 338.42272842. iteration 1548 found worse value: 338.42272842. iteration 1549 found worse value: 338.42272842. iteration 1550 found better value: 338.425267949 iteration 1551 found worse value: 338.425267949. iteration 1552 found worse value: 338.425267949. iteration 1553 found worse value: 338.425267949. iteration1553, perturbing to get out of local maxima iteration 1554 found worse value: 338.425267949. iteration 1555 found worse value: 338.425267949. iteration 1556 found worse value: 338.425267949. iteration 1557 found worse value: 338.425267949. iteration 1558 found worse value: 338.425267949. iteration 1559 found worse value: 338.425267949. iteration 1560 found worse value: 338.425267949. iteration 1561 found worse value: 338.425267949. iteration 1562 found worse value: 338.425267949. iteration 1563 found worse value: 338.425267949. iteration 1564 found better value: 338.42713504 iteration 1565 found worse value: 338.42713504. iteration 1566 found worse value: 338.42713504. iteration 1567 found worse value: 338.42713504. iteration 1568 found worse value: 338.42713504. iteration 1569 found worse value: 338.42713504. iteration 1570 found worse value: 338.42713504. iteration 1571 found worse value: 338.42713504. iteration 1572 found worse value: 338.42713504. iteration 1573 found worse value: 338.42713504. iteration 1574 found worse value: 338.42713504. iteration 1575 found worse value: 338.42713504. iteration 1576 found worse value: 338.42713504. iteration 1577 found worse value: 338.42713504. iteration 1578 found worse value: 338.42713504. iteration 1579 found worse value: 338.42713504. iteration 1580 found worse value: 338.42713504. iteration 1581 found worse value: 338.42713504. iteration 1582 found worse value: 338.42713504. iteration 1583 found worse value: 338.42713504. iteration 1584 found worse value: 338.42713504. iteration 1585 found worse value: 338.42713504. iteration 1586 found worse value: 338.42713504. iteration 1587 found worse value: 338.42713504. iteration 1588 found worse value: 338.42713504. iteration 1589 found worse value: 338.42713504. iteration 1590 found worse value: 338.42713504. iteration 1591 found worse value: 338.42713504. iteration 1592 found better value: 339.38732923699996 iteration 1593 found worse value: 339.38732923699996. iteration 1594 found worse value: 339.38732923699996. iteration 1595 found better value: 339.39860313099996 iteration 1596 found worse value: 339.39860313099996. iteration 1597 found worse value: 339.39860313099996. iteration 1598 found worse value: 339.39860313099996. iteration 1599 found worse value: 339.39860313099996. iteration 1600 found worse value: 339.39860313099996. iteration 1601 found better value: 339.47610502799995 iteration 1602 found worse value: 339.47610502799995. iteration 1603 found worse value: 339.47610502799995. iteration 1604 found worse value: 339.47610502799995. iteration 1605 found better value: 339.496502445 iteration 1606 found worse value: 339.496502445. iteration 1607 found worse value: 339.496502445. iteration 1608 found worse value: 339.496502445. iteration 1609 found worse value: 339.496502445. iteration 1610 found worse value: 339.496502445. iteration 1611 found worse value: 339.496502445. iteration 1612 found worse value: 339.496502445. iteration 1613 found worse value: 339.496502445. iteration 1614 found worse value: 339.496502445. iteration 1615 found worse value: 339.496502445. iteration 1616 found worse value: 339.496502445. iteration 1617 found worse value: 339.496502445. iteration 1618 found worse value: 339.496502445. iteration 1619 found worse value: 339.496502445. iteration 1620 found worse value: 339.496502445. iteration 1621 found worse value: 339.496502445. iteration 1622 found worse value: 339.496502445. iteration 1623 found worse value: 339.496502445. iteration 1624 found worse value: 339.496502445. iteration 1625 found worse value: 339.496502445. iteration 1626 found worse value: 339.496502445. iteration 1627 found worse value: 339.496502445. iteration 1628 found worse value: 339.496502445. iteration 1629 found worse value: 339.496502445. iteration 1630 found worse value: 339.496502445. iteration 1631 found worse value: 339.496502445. iteration 1632 found worse value: 339.496502445. iteration 1633 found worse value: 339.496502445. iteration 1634 found worse value: 339.496502445. iteration 1635 found worse value: 339.496502445. iteration 1636 found worse value: 339.496502445. iteration 1637 found worse value: 339.496502445. iteration 1638 found worse value: 339.496502445. iteration 1639 found better value: 339.50133945 iteration 1640 found worse value: 339.50133945. iteration 1641 found worse value: 339.50133945. iteration 1642 found better value: 339.505487208 iteration 1643 found worse value: 339.505487208. iteration 1644 found worse value: 339.505487208. iteration 1645 found worse value: 339.505487208. iteration 1646 found worse value: 339.505487208. iteration 1647 found worse value: 339.505487208. iteration 1648 found worse value: 339.505487208. iteration 1649 found worse value: 339.505487208. iteration 1650 found worse value: 339.505487208. iteration 1651 found worse value: 339.505487208. iteration 1652 found worse value: 339.505487208. iteration 1653 found worse value: 339.505487208. iteration 1654 found better value: 339.507905521 iteration 1655 found worse value: 339.507905521. iteration 1656 found better value: 339.568606644 iteration 1657 found worse value: 339.568606644. iteration 1658 found worse value: 339.568606644. iteration 1659 found worse value: 339.568606644. iteration 1660 found worse value: 339.568606644. iteration 1661 found worse value: 339.568606644. iteration 1662 found worse value: 339.568606644. iteration 1663 found worse value: 339.568606644. iteration 1664 found worse value: 339.568606644. iteration 1665 found worse value: 339.568606644. iteration 1666 found worse value: 339.568606644. iteration 1667 found worse value: 339.568606644. iteration 1668 found worse value: 339.568606644. iteration 1669 found worse value: 339.568606644. iteration 1670 found worse value: 339.568606644. iteration 1671 found worse value: 339.568606644. iteration 1672 found worse value: 339.568606644. iteration 1673 found worse value: 339.568606644. iteration 1674 found worse value: 339.568606644. iteration 1675 found worse value: 339.568606644. iteration 1676 found worse value: 339.568606644. iteration 1677 found worse value: 339.568606644. iteration 1678 found worse value: 339.568606644. iteration 1679 found worse value: 339.568606644. iteration 1680 found worse value: 339.568606644. iteration 1681 found worse value: 339.568606644. iteration 1682 found worse value: 339.568606644. iteration 1683 found worse value: 339.568606644. iteration 1684 found worse value: 339.568606644. iteration 1685 found worse value: 339.568606644. iteration 1686 found worse value: 339.568606644. iteration 1687 found worse value: 339.568606644. iteration 1688 found worse value: 339.568606644. iteration 1689 found worse value: 339.568606644. iteration 1690 found worse value: 339.568606644. iteration 1691 found worse value: 339.568606644. iteration 1692 found worse value: 339.568606644. iteration 1693 found worse value: 339.568606644. iteration1693, perturbing to get out of local maxima iteration 1694 found worse value: 339.568606644. iteration1694, perturbing to get out of local maxima iteration 1695 found worse value: 339.568606644. iteration 1696 found worse value: 339.568606644. iteration 1697 found worse value: 339.568606644. iteration 1698 found better value: 339.57403653099993 iteration 1699 found worse value: 339.57403653099993. iteration 1700 found worse value: 339.57403653099993. iteration 1701 found worse value: 339.57403653099993. iteration 1702 found worse value: 339.57403653099993. iteration 1703 found worse value: 339.57403653099993. iteration 1704 found worse value: 339.57403653099993. iteration1704, perturbing to get out of local maxima iteration 1705 found worse value: 339.57403653099993. iteration 1706 found worse value: 339.57403653099993. iteration 1707 found worse value: 339.57403653099993. iteration 1708 found worse value: 339.57403653099993. iteration 1709 found better value: 339.574338377 iteration 1710 found worse value: 339.574338377. iteration 1711 found worse value: 339.574338377. iteration 1712 found worse value: 339.574338377. iteration 1713 found worse value: 339.574338377. iteration 1714 found worse value: 339.574338377. iteration 1715 found worse value: 339.574338377. iteration 1716 found worse value: 339.574338377. iteration 1717 found worse value: 339.574338377. iteration 1718 found worse value: 339.574338377. iteration 1719 found worse value: 339.574338377. iteration 1720 found worse value: 339.574338377. iteration 1721 found worse value: 339.574338377. iteration 1722 found worse value: 339.574338377. iteration 1723 found worse value: 339.574338377. iteration 1724 found worse value: 339.574338377. iteration 1725 found worse value: 339.574338377. iteration 1726 found worse value: 339.574338377. iteration 1727 found worse value: 339.574338377. iteration 1728 found worse value: 339.574338377. iteration 1729 found worse value: 339.574338377. iteration 1730 found worse value: 339.574338377. iteration 1731 found worse value: 339.574338377. iteration 1732 found worse value: 339.574338377. iteration 1733 found worse value: 339.574338377. iteration 1734 found worse value: 339.574338377. iteration 1735 found worse value: 339.574338377. iteration 1736 found worse value: 339.574338377. iteration 1737 found worse value: 339.574338377. iteration 1738 found worse value: 339.574338377. iteration 1739 found worse value: 339.574338377. iteration 1740 found worse value: 339.574338377. iteration 1741 found worse value: 339.574338377. iteration 1742 found worse value: 339.574338377. iteration 1743 found worse value: 339.574338377. iteration 1744 found worse value: 339.574338377. iteration 1745 found worse value: 339.574338377. iteration 1746 found worse value: 339.574338377. iteration 1747 found worse value: 339.574338377. iteration 1748 found worse value: 339.574338377. iteration 1749 found worse value: 339.574338377. iteration 1750 found worse value: 339.574338377. iteration 1751 found worse value: 339.574338377. iteration 1752 found worse value: 339.574338377. iteration 1753 found worse value: 339.574338377. iteration 1754 found better value: 339.57861035300004 iteration 1755 found better value: 339.606270643 iteration 1756 found worse value: 339.606270643. iteration 1757 found worse value: 339.606270643. iteration 1758 found worse value: 339.606270643. iteration 1759 found worse value: 339.606270643. iteration 1760 found worse value: 339.606270643. iteration 1761 found worse value: 339.606270643. iteration 1762 found worse value: 339.606270643. iteration 1763 found better value: 339.60922039700006 iteration 1764 found worse value: 339.60922039700006. iteration 1765 found worse value: 339.60922039700006. iteration 1766 found worse value: 339.60922039700006. iteration 1767 found worse value: 339.60922039700006. iteration 1768 found worse value: 339.60922039700006. iteration 1769 found worse value: 339.60922039700006. iteration 1770 found worse value: 339.60922039700006. iteration 1771 found worse value: 339.60922039700006. iteration1771, perturbing to get out of local maxima iteration 1772 found worse value: 339.60922039700006. iteration 1773 found worse value: 339.60922039700006. iteration 1774 found better value: 339.743923978 iteration 1775 found worse value: 339.743923978. iteration 1776 found worse value: 339.743923978. iteration 1777 found worse value: 339.743923978. iteration 1778 found worse value: 339.743923978. iteration 1779 found worse value: 339.743923978. iteration 1780 found worse value: 339.743923978. iteration 1781 found worse value: 339.743923978. iteration 1782 found worse value: 339.743923978. iteration 1783 found better value: 339.74793335600003 iteration 1784 found worse value: 339.74793335600003. iteration 1785 found worse value: 339.74793335600003. iteration 1786 found worse value: 339.74793335600003. iteration 1787 found worse value: 339.74793335600003. iteration 1788 found better value: 339.81197107500003 iteration 1789 found worse value: 339.81197107500003. iteration 1790 found worse value: 339.81197107500003. iteration 1791 found worse value: 339.81197107500003. iteration 1792 found worse value: 339.81197107500003. iteration 1793 found worse value: 339.81197107500003. iteration 1794 found better value: 339.821199398 iteration 1795 found worse value: 339.821199398. iteration 1796 found worse value: 339.821199398. iteration 1797 found worse value: 339.821199398. iteration 1798 found worse value: 339.821199398. iteration 1799 found worse value: 339.821199398. iteration 1800 found worse value: 339.821199398. iteration 1801 found worse value: 339.821199398. iteration 1802 found worse value: 339.821199398. iteration 1803 found worse value: 339.821199398. iteration 1804 found worse value: 339.821199398. iteration 1805 found worse value: 339.821199398. iteration 1806 found worse value: 339.821199398. iteration 1807 found worse value: 339.821199398. iteration 1808 found worse value: 339.821199398. iteration 1809 found worse value: 339.821199398. iteration 1810 found worse value: 339.821199398. iteration 1811 found worse value: 339.821199398. iteration 1812 found worse value: 339.821199398. iteration 1813 found worse value: 339.821199398. iteration 1814 found worse value: 339.821199398. iteration 1815 found worse value: 339.821199398. iteration 1816 found worse value: 339.821199398. iteration 1817 found worse value: 339.821199398. iteration 1818 found worse value: 339.821199398. iteration 1819 found worse value: 339.821199398. iteration 1820 found worse value: 339.821199398. iteration 1821 found worse value: 339.821199398. iteration 1822 found worse value: 339.821199398. iteration 1823 found worse value: 339.821199398. iteration 1824 found worse value: 339.821199398. iteration 1825 found worse value: 339.821199398. iteration 1826 found worse value: 339.821199398. iteration 1827 found worse value: 339.821199398. iteration 1828 found worse value: 339.821199398. iteration 1829 found worse value: 339.821199398. iteration 1830 found worse value: 339.821199398. iteration 1831 found worse value: 339.821199398. iteration 1832 found worse value: 339.821199398. iteration 1833 found worse value: 339.821199398. iteration 1834 found worse value: 339.821199398. iteration 1835 found worse value: 339.821199398. iteration 1836 found worse value: 339.821199398. iteration 1837 found worse value: 339.821199398. iteration 1838 found worse value: 339.821199398. iteration 1839 found worse value: 339.821199398. iteration 1840 found worse value: 339.821199398. iteration 1841 found worse value: 339.821199398. iteration 1842 found worse value: 339.821199398. iteration 1843 found worse value: 339.821199398. iteration 1844 found worse value: 339.821199398. iteration 1845 found worse value: 339.821199398. iteration 1846 found worse value: 339.821199398. iteration 1847 found worse value: 339.821199398. iteration 1848 found worse value: 339.821199398. iteration 1849 found worse value: 339.821199398. iteration 1850 found worse value: 339.821199398. iteration 1851 found worse value: 339.821199398. iteration 1852 found worse value: 339.821199398. iteration 1853 found worse value: 339.821199398. iteration 1854 found worse value: 339.821199398. iteration 1855 found worse value: 339.821199398. iteration 1856 found worse value: 339.821199398. iteration 1857 found better value: 339.82570301899995 iteration 1858 found worse value: 339.82570301899995. iteration 1859 found worse value: 339.82570301899995. iteration 1860 found worse value: 339.82570301899995. iteration 1861 found worse value: 339.82570301899995. iteration 1862 found worse value: 339.82570301899995. iteration 1863 found worse value: 339.82570301899995. iteration 1864 found worse value: 339.82570301899995. iteration 1865 found worse value: 339.82570301899995. iteration 1866 found better value: 339.832017384 iteration 1867 found worse value: 339.832017384. iteration 1868 found worse value: 339.832017384. iteration 1869 found worse value: 339.832017384. iteration 1870 found worse value: 339.832017384. iteration 1871 found worse value: 339.832017384. iteration 1872 found worse value: 339.832017384. iteration 1873 found worse value: 339.832017384. iteration 1874 found worse value: 339.832017384. iteration 1875 found worse value: 339.832017384. iteration 1876 found worse value: 339.832017384. iteration 1877 found worse value: 339.832017384. iteration 1878 found worse value: 339.832017384. iteration 1879 found worse value: 339.832017384. iteration 1880 found worse value: 339.832017384. iteration 1881 found worse value: 339.832017384. iteration 1882 found worse value: 339.832017384. iteration 1883 found better value: 339.83643692399994 iteration 1884 found worse value: 339.83643692399994. iteration 1885 found worse value: 339.83643692399994. iteration 1886 found worse value: 339.83643692399994. iteration 1887 found worse value: 339.83643692399994. iteration 1888 found worse value: 339.83643692399994. iteration 1889 found better value: 339.838445113 iteration 1890 found worse value: 339.838445113. iteration 1891 found worse value: 339.838445113. iteration 1892 found worse value: 339.838445113. iteration 1893 found worse value: 339.838445113. iteration 1894 found worse value: 339.838445113. iteration 1895 found worse value: 339.838445113. iteration 1896 found worse value: 339.838445113. iteration 1897 found worse value: 339.838445113. iteration 1898 found worse value: 339.838445113. iteration 1899 found worse value: 339.838445113. iteration 1900 found worse value: 339.838445113. iteration 1901 found worse value: 339.838445113. iteration 1902 found worse value: 339.838445113. iteration 1903 found worse value: 339.838445113. iteration 1904 found worse value: 339.838445113. iteration 1905 found worse value: 339.838445113. iteration 1906 found better value: 339.84522093100003 iteration 1907 found worse value: 339.84522093100003. iteration 1908 found worse value: 339.84522093100003. iteration 1909 found worse value: 339.84522093100003. iteration 1910 found worse value: 339.84522093100003. iteration 1911 found worse value: 339.84522093100003. iteration 1912 found worse value: 339.84522093100003. iteration 1913 found worse value: 339.84522093100003. iteration 1914 found worse value: 339.84522093100003. iteration 1915 found worse value: 339.84522093100003. iteration 1916 found worse value: 339.84522093100003. iteration 1917 found worse value: 339.84522093100003. iteration 1918 found worse value: 339.84522093100003. iteration 1919 found worse value: 339.84522093100003. iteration 1920 found worse value: 339.84522093100003. iteration 1921 found worse value: 339.84522093100003. iteration 1922 found worse value: 339.84522093100003. iteration 1923 found worse value: 339.84522093100003. iteration 1924 found worse value: 339.84522093100003. iteration 1925 found worse value: 339.84522093100003. iteration 1926 found worse value: 339.84522093100003. iteration 1927 found worse value: 339.84522093100003. iteration 1928 found worse value: 339.84522093100003. iteration 1929 found worse value: 339.84522093100003. iteration 1930 found worse value: 339.84522093100003. iteration 1931 found worse value: 339.84522093100003. iteration 1932 found worse value: 339.84522093100003. iteration 1933 found worse value: 339.84522093100003. iteration 1934 found worse value: 339.84522093100003. iteration 1935 found worse value: 339.84522093100003. iteration 1936 found worse value: 339.84522093100003. iteration 1937 found worse value: 339.84522093100003. iteration 1938 found worse value: 339.84522093100003. iteration 1939 found worse value: 339.84522093100003. iteration 1940 found worse value: 339.84522093100003. iteration 1941 found worse value: 339.84522093100003. iteration 1942 found worse value: 339.84522093100003. iteration 1943 found worse value: 339.84522093100003. iteration 1944 found worse value: 339.84522093100003. iteration 1945 found worse value: 339.84522093100003. iteration 1946 found worse value: 339.84522093100003. iteration 1947 found worse value: 339.84522093100003. iteration 1948 found worse value: 339.84522093100003. iteration 1949 found worse value: 339.84522093100003. iteration 1950 found worse value: 339.84522093100003. iteration 1951 found worse value: 339.84522093100003. iteration 1952 found worse value: 339.84522093100003. iteration 1953 found worse value: 339.84522093100003. iteration 1954 found worse value: 339.84522093100003. iteration 1955 found worse value: 339.84522093100003. iteration 1956 found worse value: 339.84522093100003. iteration 1957 found worse value: 339.84522093100003. iteration 1958 found worse value: 339.84522093100003. iteration 1959 found worse value: 339.84522093100003. iteration 1960 found worse value: 339.84522093100003. iteration 1961 found worse value: 339.84522093100003. iteration 1962 found worse value: 339.84522093100003. iteration 1963 found worse value: 339.84522093100003. iteration 1964 found worse value: 339.84522093100003. iteration 1965 found worse value: 339.84522093100003. iteration 1966 found worse value: 339.84522093100003. iteration 1967 found worse value: 339.84522093100003. iteration 1968 found worse value: 339.84522093100003. iteration 1969 found worse value: 339.84522093100003. iteration 1970 found worse value: 339.84522093100003. iteration 1971 found worse value: 339.84522093100003. iteration 1972 found worse value: 339.84522093100003. iteration 1973 found worse value: 339.84522093100003. iteration 1974 found worse value: 339.84522093100003. iteration 1975 found worse value: 339.84522093100003. iteration 1976 found worse value: 339.84522093100003. iteration 1977 found worse value: 339.84522093100003. iteration 1978 found worse value: 339.84522093100003. iteration 1979 found worse value: 339.84522093100003. iteration 1980 found worse value: 339.84522093100003. iteration 1981 found worse value: 339.84522093100003. iteration 1982 found worse value: 339.84522093100003. iteration 1983 found worse value: 339.84522093100003. iteration 1984 found worse value: 339.84522093100003. iteration 1985 found worse value: 339.84522093100003. iteration 1986 found worse value: 339.84522093100003. iteration 1987 found worse value: 339.84522093100003. iteration 1988 found worse value: 339.84522093100003. iteration 1989 found worse value: 339.84522093100003. iteration 1990 found worse value: 339.84522093100003. iteration 1991 found worse value: 339.84522093100003. iteration 1992 found worse value: 339.84522093100003. iteration 1993 found worse value: 339.84522093100003. iteration 1994 found worse value: 339.84522093100003. iteration 1995 found worse value: 339.84522093100003. iteration 1996 found worse value: 339.84522093100003. iteration 1997 found worse value: 339.84522093100003. iteration 1998 found worse value: 339.84522093100003. iteration 1999 found worse value: 339.84522093100003. iteration 2000 found worse value: 339.84522093100003. iteration 2001 found worse value: 339.84522093100003. iteration 2002 found worse value: 339.84522093100003. iteration 2003 found worse value: 339.84522093100003. iteration 2004 found worse value: 339.84522093100003. iteration 2005 found worse value: 339.84522093100003. iteration 2006 found worse value: 339.84522093100003. iteration 2007 found worse value: 339.84522093100003. iteration 2008 found worse value: 339.84522093100003. iteration 2009 found worse value: 339.84522093100003. iteration 2010 found worse value: 339.84522093100003. iteration 2011 found worse value: 339.84522093100003. iteration 2012 found better value: 339.848568284 iteration 2013 found worse value: 339.848568284. iteration 2014 found worse value: 339.848568284. iteration 2015 found worse value: 339.848568284. iteration 2016 found worse value: 339.848568284. iteration 2017 found worse value: 339.848568284. iteration 2018 found worse value: 339.848568284. iteration 2019 found worse value: 339.848568284. iteration 2020 found worse value: 339.848568284. iteration 2021 found worse value: 339.848568284. iteration 2022 found worse value: 339.848568284. iteration 2023 found worse value: 339.848568284. iteration 2024 found worse value: 339.848568284. iteration 2025 found worse value: 339.848568284. iteration 2026 found worse value: 339.848568284. iteration 2027 found worse value: 339.848568284. iteration 2028 found worse value: 339.848568284. iteration 2029 found worse value: 339.848568284. iteration 2030 found worse value: 339.848568284. iteration 2031 found worse value: 339.848568284. iteration 2032 found worse value: 339.848568284. iteration 2033 found worse value: 339.848568284. iteration 2034 found worse value: 339.848568284. iteration 2035 found worse value: 339.848568284. iteration 2036 found worse value: 339.848568284. iteration 2037 found worse value: 339.848568284. iteration 2038 found worse value: 339.848568284. iteration 2039 found worse value: 339.848568284. iteration 2040 found worse value: 339.848568284. iteration 2041 found worse value: 339.848568284. iteration 2042 found worse value: 339.848568284. iteration 2043 found worse value: 339.848568284. iteration 2044 found worse value: 339.848568284. iteration 2045 found worse value: 339.848568284. iteration 2046 found worse value: 339.848568284. iteration 2047 found worse value: 339.848568284. iteration 2048 found worse value: 339.848568284. iteration 2049 found worse value: 339.848568284. iteration 2050 found worse value: 339.848568284. iteration 2051 found worse value: 339.848568284. iteration 2052 found worse value: 339.848568284. iteration 2053 found worse value: 339.848568284. iteration 2054 found worse value: 339.848568284. iteration 2055 found worse value: 339.848568284. iteration 2056 found worse value: 339.848568284. iteration2056, perturbing to get out of local maxima iteration 2057 found worse value: 339.848568284. iteration 2058 found worse value: 339.848568284. iteration 2059 found worse value: 339.848568284. iteration 2060 found worse value: 339.848568284. iteration 2061 found worse value: 339.848568284. iteration 2062 found worse value: 339.848568284. iteration 2063 found worse value: 339.848568284. iteration 2064 found worse value: 339.848568284. iteration 2065 found worse value: 339.848568284. iteration 2066 found worse value: 339.848568284. iteration 2067 found worse value: 339.848568284. iteration 2068 found worse value: 339.848568284. iteration 2069 found worse value: 339.848568284. iteration 2070 found worse value: 339.848568284. iteration 2071 found worse value: 339.848568284. iteration 2072 found worse value: 339.848568284. iteration 2073 found worse value: 339.848568284. iteration 2074 found worse value: 339.848568284. iteration 2075 found worse value: 339.848568284. iteration 2076 found worse value: 339.848568284. iteration 2077 found worse value: 339.848568284. iteration 2078 found worse value: 339.848568284. iteration 2079 found worse value: 339.848568284. iteration 2080 found worse value: 339.848568284. iteration 2081 found worse value: 339.848568284. iteration 2082 found worse value: 339.848568284. iteration 2083 found worse value: 339.848568284. iteration2083, perturbing to get out of local maxima iteration 2084 found worse value: 339.848568284. iteration 2085 found worse value: 339.848568284. iteration 2086 found worse value: 339.848568284. iteration 2087 found worse value: 339.848568284. iteration 2088 found worse value: 339.848568284. iteration 2089 found worse value: 339.848568284. iteration 2090 found worse value: 339.848568284. iteration 2091 found worse value: 339.848568284. iteration 2092 found worse value: 339.848568284. iteration 2093 found worse value: 339.848568284. iteration 2094 found worse value: 339.848568284. iteration 2095 found worse value: 339.848568284. iteration 2096 found worse value: 339.848568284. iteration 2097 found worse value: 339.848568284. iteration 2098 found worse value: 339.848568284. iteration 2099 found worse value: 339.848568284. iteration 2100 found better value: 339.90248655799996 iteration 2101 found worse value: 339.90248655799996. iteration 2102 found worse value: 339.90248655799996. iteration 2103 found worse value: 339.90248655799996. iteration 2104 found worse value: 339.90248655799996. iteration 2105 found worse value: 339.90248655799996. iteration 2106 found worse value: 339.90248655799996. iteration 2107 found worse value: 339.90248655799996. iteration2107, perturbing to get out of local maxima iteration 2108 found worse value: 339.90248655799996. iteration 2109 found worse value: 339.90248655799996. iteration 2110 found worse value: 339.90248655799996. iteration 2111 found worse value: 339.90248655799996. iteration 2112 found worse value: 339.90248655799996. iteration 2113 found worse value: 339.90248655799996. iteration 2114 found worse value: 339.90248655799996. iteration 2115 found worse value: 339.90248655799996. iteration 2116 found worse value: 339.90248655799996. iteration 2117 found worse value: 339.90248655799996. iteration 2118 found worse value: 339.90248655799996. iteration 2119 found worse value: 339.90248655799996. iteration 2120 found worse value: 339.90248655799996. iteration 2121 found worse value: 339.90248655799996. iteration 2122 found worse value: 339.90248655799996. iteration 2123 found worse value: 339.90248655799996. iteration 2124 found worse value: 339.90248655799996. iteration 2125 found worse value: 339.90248655799996. iteration 2126 found worse value: 339.90248655799996. iteration 2127 found worse value: 339.90248655799996. iteration 2128 found worse value: 339.90248655799996. iteration2128, perturbing to get out of local maxima iteration 2129 found worse value: 339.90248655799996. iteration 2130 found worse value: 339.90248655799996. iteration 2131 found worse value: 339.90248655799996. iteration 2132 found worse value: 339.90248655799996. iteration 2133 found worse value: 339.90248655799996. iteration 2134 found worse value: 339.90248655799996. iteration 2135 found worse value: 339.90248655799996. iteration 2136 found worse value: 339.90248655799996. iteration 2137 found worse value: 339.90248655799996. iteration 2138 found worse value: 339.90248655799996. iteration 2139 found worse value: 339.90248655799996. iteration 2140 found worse value: 339.90248655799996. iteration 2141 found worse value: 339.90248655799996. iteration 2142 found worse value: 339.90248655799996. iteration 2143 found worse value: 339.90248655799996. iteration2143, perturbing to get out of local maxima iteration 2144 found worse value: 339.90248655799996. iteration 2145 found worse value: 339.90248655799996. iteration 2146 found worse value: 339.90248655799996. iteration 2147 found worse value: 339.90248655799996. iteration 2148 found worse value: 339.90248655799996. iteration 2149 found worse value: 339.90248655799996. iteration 2150 found worse value: 339.90248655799996. iteration 2151 found worse value: 339.90248655799996. iteration 2152 found worse value: 339.90248655799996. iteration 2153 found worse value: 339.90248655799996. iteration 2154 found worse value: 339.90248655799996. iteration 2155 found worse value: 339.90248655799996. iteration 2156 found worse value: 339.90248655799996. iteration 2157 found worse value: 339.90248655799996. iteration 2158 found worse value: 339.90248655799996. iteration 2159 found worse value: 339.90248655799996. iteration 2160 found worse value: 339.90248655799996. iteration 2161 found worse value: 339.90248655799996. iteration 2162 found worse value: 339.90248655799996. iteration 2163 found better value: 339.90325531800005 iteration 2164 found worse value: 339.90325531800005. iteration 2165 found worse value: 339.90325531800005. iteration 2166 found worse value: 339.90325531800005. iteration 2167 found worse value: 339.90325531800005. iteration 2168 found worse value: 339.90325531800005. iteration 2169 found worse value: 339.90325531800005. iteration 2170 found worse value: 339.90325531800005. iteration 2171 found worse value: 339.90325531800005. iteration 2172 found worse value: 339.90325531800005. iteration 2173 found worse value: 339.90325531800005. iteration 2174 found worse value: 339.90325531800005. iteration 2175 found worse value: 339.90325531800005. iteration 2176 found worse value: 339.90325531800005. iteration 2177 found worse value: 339.90325531800005. iteration 2178 found worse value: 339.90325531800005. iteration 2179 found worse value: 339.90325531800005. iteration 2180 found worse value: 339.90325531800005. iteration 2181 found worse value: 339.90325531800005. iteration 2182 found worse value: 339.90325531800005. iteration 2183 found worse value: 339.90325531800005. iteration 2184 found better value: 339.90506380100004 iteration 2185 found worse value: 339.90506380100004. iteration 2186 found worse value: 339.90506380100004. iteration 2187 found worse value: 339.90506380100004. iteration 2188 found worse value: 339.90506380100004. iteration 2189 found worse value: 339.90506380100004. iteration 2190 found worse value: 339.90506380100004. iteration 2191 found worse value: 339.90506380100004. iteration 2192 found worse value: 339.90506380100004. iteration 2193 found worse value: 339.90506380100004. iteration 2194 found worse value: 339.90506380100004. iteration 2195 found worse value: 339.90506380100004. iteration 2196 found worse value: 339.90506380100004. iteration 2197 found worse value: 339.90506380100004. iteration 2198 found worse value: 339.90506380100004. iteration 2199 found worse value: 339.90506380100004. iteration 2200 found worse value: 339.90506380100004. iteration 2201 found worse value: 339.90506380100004. iteration 2202 found worse value: 339.90506380100004. iteration 2203 found worse value: 339.90506380100004. iteration 2204 found worse value: 339.90506380100004. iteration 2205 found worse value: 339.90506380100004. iteration 2206 found better value: 339.91559534600003 iteration 2207 found worse value: 339.91559534600003. iteration 2208 found worse value: 339.91559534600003. iteration 2209 found worse value: 339.91559534600003. iteration 2210 found worse value: 339.91559534600003. iteration 2211 found worse value: 339.91559534600003. iteration 2212 found worse value: 339.91559534600003. iteration 2213 found worse value: 339.91559534600003. iteration 2214 found worse value: 339.91559534600003. iteration 2215 found worse value: 339.91559534600003. iteration 2216 found worse value: 339.91559534600003. iteration 2217 found worse value: 339.91559534600003. iteration 2218 found worse value: 339.91559534600003. iteration 2219 found worse value: 339.91559534600003. iteration 2220 found worse value: 339.91559534600003. iteration 2221 found worse value: 339.91559534600003. iteration 2222 found worse value: 339.91559534600003. iteration 2223 found worse value: 339.91559534600003. iteration 2224 found worse value: 339.91559534600003. iteration 2225 found worse value: 339.91559534600003. iteration 2226 found worse value: 339.91559534600003. iteration 2227 found worse value: 339.91559534600003. iteration 2228 found worse value: 339.91559534600003. iteration 2229 found worse value: 339.91559534600003. iteration 2230 found worse value: 339.91559534600003. iteration 2231 found worse value: 339.91559534600003. iteration 2232 found worse value: 339.91559534600003. iteration 2233 found worse value: 339.91559534600003. iteration 2234 found worse value: 339.91559534600003. iteration 2235 found worse value: 339.91559534600003. iteration 2236 found worse value: 339.91559534600003. iteration 2237 found worse value: 339.91559534600003. iteration 2238 found better value: 339.91930006300004 iteration 2239 found worse value: 339.91930006300004. iteration 2240 found worse value: 339.91930006300004. iteration 2241 found worse value: 339.91930006300004. iteration 2242 found worse value: 339.91930006300004. iteration 2243 found worse value: 339.91930006300004. iteration 2244 found worse value: 339.91930006300004. iteration 2245 found worse value: 339.91930006300004. iteration 2246 found worse value: 339.91930006300004. iteration 2247 found worse value: 339.91930006300004. iteration 2248 found worse value: 339.91930006300004. iteration 2249 found worse value: 339.91930006300004. iteration 2250 found worse value: 339.91930006300004. iteration 2251 found worse value: 339.91930006300004. iteration 2252 found worse value: 339.91930006300004. iteration 2253 found worse value: 339.91930006300004. iteration 2254 found worse value: 339.91930006300004. iteration 2255 found worse value: 339.91930006300004. iteration 2256 found worse value: 339.91930006300004. iteration 2257 found worse value: 339.91930006300004. iteration 2258 found worse value: 339.91930006300004. iteration 2259 found worse value: 339.91930006300004. iteration 2260 found worse value: 339.91930006300004. iteration 2261 found worse value: 339.91930006300004. iteration 2262 found worse value: 339.91930006300004. iteration 2263 found worse value: 339.91930006300004. iteration 2264 found worse value: 339.91930006300004. iteration 2265 found worse value: 339.91930006300004. iteration 2266 found worse value: 339.91930006300004. iteration 2267 found worse value: 339.91930006300004. iteration 2268 found worse value: 339.91930006300004. iteration 2269 found worse value: 339.91930006300004. iteration 2270 found worse value: 339.91930006300004. iteration 2271 found worse value: 339.91930006300004. iteration 2272 found worse value: 339.91930006300004. iteration 2273 found better value: 339.94595223199997 iteration 2274 found worse value: 339.94595223199997. iteration 2275 found worse value: 339.94595223199997. iteration 2276 found worse value: 339.94595223199997. iteration 2277 found worse value: 339.94595223199997. iteration 2278 found worse value: 339.94595223199997. iteration 2279 found worse value: 339.94595223199997. iteration 2280 found worse value: 339.94595223199997. iteration 2281 found worse value: 339.94595223199997. iteration 2282 found worse value: 339.94595223199997. iteration 2283 found worse value: 339.94595223199997. iteration 2284 found worse value: 339.94595223199997. iteration 2285 found worse value: 339.94595223199997. iteration 2286 found worse value: 339.94595223199997. iteration 2287 found worse value: 339.94595223199997. iteration 2288 found worse value: 339.94595223199997. iteration 2289 found worse value: 339.94595223199997. iteration 2290 found worse value: 339.94595223199997. iteration 2291 found worse value: 339.94595223199997. iteration 2292 found worse value: 339.94595223199997. iteration 2293 found worse value: 339.94595223199997. iteration 2294 found worse value: 339.94595223199997. iteration 2295 found better value: 339.977776786 iteration 2296 found worse value: 339.977776786. iteration 2297 found worse value: 339.977776786. iteration 2298 found worse value: 339.977776786. iteration 2299 found worse value: 339.977776786. iteration 2300 found worse value: 339.977776786. iteration 2301 found worse value: 339.977776786. iteration 2302 found worse value: 339.977776786. iteration 2303 found worse value: 339.977776786. iteration 2304 found worse value: 339.977776786. iteration 2305 found worse value: 339.977776786. iteration 2306 found worse value: 339.977776786. iteration 2307 found worse value: 339.977776786. iteration 2308 found worse value: 339.977776786. iteration 2309 found worse value: 339.977776786. iteration 2310 found worse value: 339.977776786. iteration 2311 found worse value: 339.977776786. iteration 2312 found worse value: 339.977776786. iteration 2313 found worse value: 339.977776786. iteration 2314 found worse value: 339.977776786. iteration2314, perturbing to get out of local maxima iteration 2315 found worse value: 339.977776786. iteration 2316 found worse value: 339.977776786. iteration 2317 found worse value: 339.977776786. iteration 2318 found worse value: 339.977776786. iteration 2319 found worse value: 339.977776786. iteration 2320 found worse value: 339.977776786. iteration 2321 found worse value: 339.977776786. iteration 2322 found worse value: 339.977776786. iteration 2323 found worse value: 339.977776786. iteration 2324 found worse value: 339.977776786. iteration 2325 found worse value: 339.977776786. iteration 2326 found worse value: 339.977776786. iteration 2327 found worse value: 339.977776786. iteration 2328 found worse value: 339.977776786. iteration 2329 found worse value: 339.977776786. iteration 2330 found worse value: 339.977776786. iteration 2331 found worse value: 339.977776786. iteration 2332 found worse value: 339.977776786. iteration 2333 found worse value: 339.977776786. iteration 2334 found worse value: 339.977776786. iteration 2335 found worse value: 339.977776786. iteration 2336 found worse value: 339.977776786. iteration 2337 found worse value: 339.977776786. iteration 2338 found worse value: 339.977776786. iteration 2339 found worse value: 339.977776786. iteration 2340 found worse value: 339.977776786. iteration 2341 found worse value: 339.977776786. iteration 2342 found worse value: 339.977776786. iteration 2343 found worse value: 339.977776786. iteration 2344 found worse value: 339.977776786. iteration 2345 found worse value: 339.977776786. iteration 2346 found worse value: 339.977776786. iteration 2347 found worse value: 339.977776786. iteration 2348 found worse value: 339.977776786. iteration 2349 found worse value: 339.977776786. iteration 2350 found worse value: 339.977776786. iteration 2351 found worse value: 339.977776786. iteration 2352 found worse value: 339.977776786. iteration 2353 found worse value: 339.977776786. iteration 2354 found worse value: 339.977776786. iteration 2355 found worse value: 339.977776786. iteration 2356 found worse value: 339.977776786. iteration 2357 found worse value: 339.977776786. iteration 2358 found worse value: 339.977776786. iteration 2359 found worse value: 339.977776786. iteration 2360 found worse value: 339.977776786. iteration 2361 found worse value: 339.977776786. iteration 2362 found worse value: 339.977776786. iteration 2363 found worse value: 339.977776786. iteration 2364 found worse value: 339.977776786. iteration 2365 found worse value: 339.977776786. iteration 2366 found worse value: 339.977776786. iteration 2367 found worse value: 339.977776786. iteration 2368 found worse value: 339.977776786. iteration 2369 found worse value: 339.977776786. iteration 2370 found worse value: 339.977776786. iteration 2371 found worse value: 339.977776786. iteration 2372 found worse value: 339.977776786. iteration 2373 found worse value: 339.977776786. iteration 2374 found worse value: 339.977776786. iteration 2375 found worse value: 339.977776786. iteration 2376 found worse value: 339.977776786. iteration 2377 found worse value: 339.977776786. iteration 2378 found worse value: 339.977776786. iteration 2379 found worse value: 339.977776786. iteration 2380 found worse value: 339.977776786. iteration 2381 found worse value: 339.977776786. iteration 2382 found worse value: 339.977776786. iteration 2383 found worse value: 339.977776786. iteration 2384 found worse value: 339.977776786. iteration 2385 found worse value: 339.977776786. iteration 2386 found worse value: 339.977776786. iteration 2387 found worse value: 339.977776786. iteration 2388 found worse value: 339.977776786. iteration 2389 found worse value: 339.977776786. iteration 2390 found worse value: 339.977776786. iteration 2391 found worse value: 339.977776786. iteration 2392 found worse value: 339.977776786. iteration 2393 found worse value: 339.977776786. iteration 2394 found worse value: 339.977776786. iteration 2395 found worse value: 339.977776786. iteration 2396 found worse value: 339.977776786. iteration 2397 found worse value: 339.977776786. iteration 2398 found worse value: 339.977776786. iteration 2399 found worse value: 339.977776786. iteration 2400 found worse value: 339.977776786. iteration 2401 found worse value: 339.977776786. iteration 2402 found worse value: 339.977776786. iteration 2403 found worse value: 339.977776786. iteration 2404 found worse value: 339.977776786. iteration 2405 found worse value: 339.977776786. iteration 2406 found worse value: 339.977776786. iteration 2407 found worse value: 339.977776786. iteration 2408 found better value: 339.981985174 iteration 2409 found worse value: 339.981985174. iteration 2410 found worse value: 339.981985174. iteration 2411 found worse value: 339.981985174. iteration 2412 found worse value: 339.981985174. iteration 2413 found worse value: 339.981985174. iteration 2414 found worse value: 339.981985174. iteration 2415 found worse value: 339.981985174. iteration 2416 found worse value: 339.981985174. iteration 2417 found worse value: 339.981985174. iteration 2418 found worse value: 339.981985174. iteration 2419 found worse value: 339.981985174. iteration 2420 found worse value: 339.981985174. iteration 2421 found worse value: 339.981985174. iteration 2422 found worse value: 339.981985174. iteration 2423 found worse value: 339.981985174. iteration 2424 found worse value: 339.981985174. iteration 2425 found worse value: 339.981985174. iteration 2426 found worse value: 339.981985174. iteration 2427 found worse value: 339.981985174. iteration 2428 found worse value: 339.981985174. iteration 2429 found worse value: 339.981985174. iteration 2430 found worse value: 339.981985174. iteration 2431 found worse value: 339.981985174. iteration 2432 found worse value: 339.981985174. iteration 2433 found worse value: 339.981985174. iteration2433, perturbing to get out of local maxima iteration 2434 found worse value: 339.981985174. iteration 2435 found worse value: 339.981985174. iteration 2436 found worse value: 339.981985174. iteration 2437 found worse value: 339.981985174. iteration 2438 found worse value: 339.981985174. iteration 2439 found worse value: 339.981985174. iteration 2440 found worse value: 339.981985174. iteration 2441 found worse value: 339.981985174. iteration 2442 found worse value: 339.981985174. iteration 2443 found worse value: 339.981985174. iteration 2444 found worse value: 339.981985174. iteration 2445 found worse value: 339.981985174. iteration 2446 found worse value: 339.981985174. iteration 2447 found worse value: 339.981985174. iteration 2448 found worse value: 339.981985174. iteration 2449 found worse value: 339.981985174. iteration 2450 found worse value: 339.981985174. iteration 2451 found worse value: 339.981985174. iteration 2452 found worse value: 339.981985174. iteration 2453 found worse value: 339.981985174. iteration 2454 found worse value: 339.981985174. iteration 2455 found worse value: 339.981985174. iteration 2456 found worse value: 339.981985174. iteration 2457 found worse value: 339.981985174. iteration 2458 found worse value: 339.981985174. iteration 2459 found worse value: 339.981985174. iteration 2460 found worse value: 339.981985174. iteration 2461 found worse value: 339.981985174. iteration 2462 found worse value: 339.981985174. iteration 2463 found worse value: 339.981985174. iteration 2464 found worse value: 339.981985174. iteration 2465 found worse value: 339.981985174. iteration 2466 found worse value: 339.981985174. iteration 2467 found worse value: 339.981985174. iteration 2468 found worse value: 339.981985174. iteration 2469 found worse value: 339.981985174. iteration 2470 found worse value: 339.981985174. iteration 2471 found worse value: 339.981985174. iteration 2472 found worse value: 339.981985174. iteration 2473 found worse value: 339.981985174. iteration 2474 found worse value: 339.981985174. iteration 2475 found worse value: 339.981985174. iteration 2476 found worse value: 339.981985174. iteration 2477 found worse value: 339.981985174. iteration 2478 found worse value: 339.981985174. iteration 2479 found worse value: 339.981985174. iteration 2480 found worse value: 339.981985174. iteration 2481 found worse value: 339.981985174. iteration 2482 found worse value: 339.981985174. iteration 2483 found worse value: 339.981985174. iteration 2484 found worse value: 339.981985174. iteration 2485 found worse value: 339.981985174. iteration 2486 found worse value: 339.981985174. iteration 2487 found worse value: 339.981985174. iteration 2488 found worse value: 339.981985174. iteration 2489 found worse value: 339.981985174. iteration 2490 found worse value: 339.981985174. iteration 2491 found worse value: 339.981985174. iteration 2492 found worse value: 339.981985174. iteration 2493 found worse value: 339.981985174. iteration 2494 found worse value: 339.981985174. iteration 2495 found worse value: 339.981985174. iteration 2496 found worse value: 339.981985174. iteration 2497 found worse value: 339.981985174. iteration 2498 found worse value: 339.981985174. iteration 2499 found worse value: 339.981985174. iteration 2500 found worse value: 339.981985174. iteration 2501 found worse value: 339.981985174. iteration 2502 found worse value: 339.981985174. iteration 2503 found worse value: 339.981985174. iteration 2504 found worse value: 339.981985174. iteration 2505 found worse value: 339.981985174. iteration 2506 found worse value: 339.981985174. iteration 2507 found worse value: 339.981985174. iteration 2508 found worse value: 339.981985174. iteration 2509 found worse value: 339.981985174. iteration 2510 found worse value: 339.981985174. iteration 2511 found worse value: 339.981985174. iteration 2512 found worse value: 339.981985174. iteration 2513 found worse value: 339.981985174. iteration 2514 found worse value: 339.981985174. iteration 2515 found worse value: 339.981985174. iteration 2516 found worse value: 339.981985174. iteration 2517 found worse value: 339.981985174. iteration 2518 found worse value: 339.981985174. iteration 2519 found worse value: 339.981985174. iteration 2520 found worse value: 339.981985174. iteration 2521 found worse value: 339.981985174. iteration 2522 found worse value: 339.981985174. iteration 2523 found worse value: 339.981985174. iteration 2524 found worse value: 339.981985174. iteration 2525 found worse value: 339.981985174. iteration 2526 found worse value: 339.981985174. iteration 2527 found worse value: 339.981985174. iteration 2528 found worse value: 339.981985174. iteration 2529 found worse value: 339.981985174. iteration 2530 found worse value: 339.981985174. iteration 2531 found worse value: 339.981985174. iteration 2532 found worse value: 339.981985174. iteration 2533 found worse value: 339.981985174. iteration 2534 found worse value: 339.981985174. iteration 2535 found worse value: 339.981985174. iteration 2536 found worse value: 339.981985174. iteration 2537 found worse value: 339.981985174. iteration 2538 found worse value: 339.981985174. iteration 2539 found worse value: 339.981985174. iteration 2540 found worse value: 339.981985174. iteration 2541 found worse value: 339.981985174. iteration 2542 found worse value: 339.981985174. iteration 2543 found worse value: 339.981985174. iteration 2544 found worse value: 339.981985174. iteration 2545 found worse value: 339.981985174. iteration 2546 found worse value: 339.981985174. iteration 2547 found worse value: 339.981985174. iteration 2548 found worse value: 339.981985174. iteration 2549 found worse value: 339.981985174. iteration 2550 found worse value: 339.981985174. iteration 2551 found worse value: 339.981985174. iteration 2552 found worse value: 339.981985174. iteration 2553 found worse value: 339.981985174. iteration 2554 found worse value: 339.981985174. iteration 2555 found worse value: 339.981985174. iteration 2556 found worse value: 339.981985174. iteration 2557 found worse value: 339.981985174. iteration 2558 found worse value: 339.981985174. iteration 2559 found worse value: 339.981985174. iteration 2560 found worse value: 339.981985174. iteration 2561 found worse value: 339.981985174. iteration 2562 found worse value: 339.981985174. iteration 2563 found worse value: 339.981985174. iteration 2564 found worse value: 339.981985174. iteration 2565 found worse value: 339.981985174. iteration 2566 found worse value: 339.981985174. iteration 2567 found worse value: 339.981985174. iteration 2568 found worse value: 339.981985174. iteration 2569 found worse value: 339.981985174. iteration 2570 found worse value: 339.981985174. iteration 2571 found worse value: 339.981985174. iteration 2572 found worse value: 339.981985174. iteration 2573 found worse value: 339.981985174. iteration 2574 found worse value: 339.981985174. iteration 2575 found worse value: 339.981985174. iteration 2576 found worse value: 339.981985174. iteration 2577 found worse value: 339.981985174. iteration 2578 found worse value: 339.981985174. iteration 2579 found worse value: 339.981985174. iteration 2580 found worse value: 339.981985174. iteration 2581 found worse value: 339.981985174. iteration 2582 found worse value: 339.981985174. iteration 2583 found worse value: 339.981985174. iteration 2584 found worse value: 339.981985174. iteration 2585 found worse value: 339.981985174. iteration 2586 found worse value: 339.981985174. iteration2586, perturbing to get out of local maxima iteration 2587 found worse value: 339.981985174. iteration 2588 found worse value: 339.981985174. iteration 2589 found worse value: 339.981985174. iteration 2590 found worse value: 339.981985174. iteration 2591 found worse value: 339.981985174. iteration 2592 found worse value: 339.981985174. iteration 2593 found worse value: 339.981985174. iteration 2594 found worse value: 339.981985174. iteration 2595 found worse value: 339.981985174. iteration 2596 found worse value: 339.981985174. iteration 2597 found worse value: 339.981985174. iteration 2598 found worse value: 339.981985174. iteration 2599 found worse value: 339.981985174. iteration 2600 found worse value: 339.981985174. iteration 2601 found worse value: 339.981985174. iteration 2602 found worse value: 339.981985174. iteration 2603 found worse value: 339.981985174. iteration 2604 found worse value: 339.981985174. iteration 2605 found worse value: 339.981985174. iteration 2606 found worse value: 339.981985174. iteration 2607 found worse value: 339.981985174. iteration 2608 found worse value: 339.981985174. iteration 2609 found worse value: 339.981985174. iteration 2610 found worse value: 339.981985174. iteration 2611 found worse value: 339.981985174. iteration 2612 found worse value: 339.981985174. iteration 2613 found worse value: 339.981985174. iteration 2614 found worse value: 339.981985174. iteration 2615 found worse value: 339.981985174. iteration 2616 found worse value: 339.981985174. iteration 2617 found worse value: 339.981985174. iteration 2618 found worse value: 339.981985174. iteration 2619 found worse value: 339.981985174. iteration2619, perturbing to get out of local maxima iteration 2620 found worse value: 339.981985174. iteration 2621 found worse value: 339.981985174. iteration 2622 found worse value: 339.981985174. iteration 2623 found worse value: 339.981985174. iteration 2624 found worse value: 339.981985174. iteration 2625 found worse value: 339.981985174. iteration 2626 found worse value: 339.981985174. iteration 2627 found worse value: 339.981985174. iteration 2628 found worse value: 339.981985174. iteration 2629 found worse value: 339.981985174. iteration 2630 found worse value: 339.981985174. iteration 2631 found worse value: 339.981985174. iteration 2632 found worse value: 339.981985174. iteration 2633 found worse value: 339.981985174. iteration 2634 found worse value: 339.981985174. iteration 2635 found worse value: 339.981985174. iteration 2636 found worse value: 339.981985174. iteration 2637 found worse value: 339.981985174. iteration 2638 found worse value: 339.981985174. iteration 2639 found worse value: 339.981985174. iteration 2640 found worse value: 339.981985174. iteration 2641 found worse value: 339.981985174. iteration 2642 found worse value: 339.981985174. iteration 2643 found worse value: 339.981985174. iteration 2644 found worse value: 339.981985174. iteration 2645 found worse value: 339.981985174. iteration 2646 found worse value: 339.981985174. iteration 2647 found worse value: 339.981985174. iteration 2648 found worse value: 339.981985174. iteration 2649 found worse value: 339.981985174. iteration 2650 found worse value: 339.981985174. iteration 2651 found worse value: 339.981985174. iteration 2652 found worse value: 339.981985174. iteration 2653 found worse value: 339.981985174. iteration 2654 found worse value: 339.981985174. iteration 2655 found worse value: 339.981985174. iteration 2656 found worse value: 339.981985174. iteration 2657 found worse value: 339.981985174. iteration 2658 found worse value: 339.981985174. iteration 2659 found worse value: 339.981985174. iteration 2660 found worse value: 339.981985174. iteration 2661 found worse value: 339.981985174. iteration 2662 found worse value: 339.981985174. iteration 2663 found worse value: 339.981985174. iteration 2664 found worse value: 339.981985174. iteration 2665 found worse value: 339.981985174. iteration 2666 found worse value: 339.981985174. iteration 2667 found worse value: 339.981985174. iteration 2668 found worse value: 339.981985174. iteration 2669 found worse value: 339.981985174. iteration 2670 found worse value: 339.981985174. iteration 2671 found worse value: 339.981985174. iteration 2672 found worse value: 339.981985174. iteration 2673 found worse value: 339.981985174. iteration 2674 found worse value: 339.981985174. iteration 2675 found worse value: 339.981985174. iteration 2676 found worse value: 339.981985174. iteration 2677 found worse value: 339.981985174. iteration 2678 found worse value: 339.981985174. iteration 2679 found worse value: 339.981985174. iteration 2680 found worse value: 339.981985174. iteration 2681 found worse value: 339.981985174. iteration 2682 found worse value: 339.981985174. iteration 2683 found worse value: 339.981985174. iteration 2684 found worse value: 339.981985174. iteration 2685 found worse value: 339.981985174. iteration 2686 found worse value: 339.981985174. iteration 2687 found worse value: 339.981985174. iteration 2688 found worse value: 339.981985174. iteration 2689 found worse value: 339.981985174. iteration 2690 found worse value: 339.981985174. iteration 2691 found worse value: 339.981985174. iteration 2692 found worse value: 339.981985174. iteration 2693 found worse value: 339.981985174. iteration 2694 found worse value: 339.981985174. iteration 2695 found worse value: 339.981985174. iteration 2696 found worse value: 339.981985174. iteration 2697 found worse value: 339.981985174. iteration 2698 found worse value: 339.981985174. iteration 2699 found worse value: 339.981985174. iteration 2700 found worse value: 339.981985174. iteration 2701 found worse value: 339.981985174. iteration 2702 found worse value: 339.981985174. iteration 2703 found worse value: 339.981985174. iteration 2704 found worse value: 339.981985174. iteration 2705 found worse value: 339.981985174. iteration 2706 found worse value: 339.981985174. iteration 2707 found worse value: 339.981985174. iteration 2708 found worse value: 339.981985174. iteration 2709 found worse value: 339.981985174. iteration 2710 found worse value: 339.981985174. iteration 2711 found worse value: 339.981985174. iteration 2712 found worse value: 339.981985174. iteration 2713 found worse value: 339.981985174. iteration 2714 found worse value: 339.981985174. iteration 2715 found worse value: 339.981985174. iteration 2716 found worse value: 339.981985174. iteration 2717 found worse value: 339.981985174. iteration 2718 found worse value: 339.981985174. iteration 2719 found worse value: 339.981985174. iteration 2720 found worse value: 339.981985174. iteration 2721 found worse value: 339.981985174. iteration 2722 found worse value: 339.981985174. iteration 2723 found worse value: 339.981985174. iteration 2724 found worse value: 339.981985174. iteration 2725 found worse value: 339.981985174. iteration 2726 found worse value: 339.981985174. iteration 2727 found worse value: 339.981985174. iteration 2728 found worse value: 339.981985174. iteration 2729 found worse value: 339.981985174. iteration 2730 found worse value: 339.981985174. iteration 2731 found worse value: 339.981985174. iteration 2732 found worse value: 339.981985174. iteration 2733 found worse value: 339.981985174. iteration 2734 found worse value: 339.981985174. iteration 2735 found worse value: 339.981985174. iteration 2736 found worse value: 339.981985174. iteration 2737 found worse value: 339.981985174. iteration 2738 found worse value: 339.981985174. iteration 2739 found worse value: 339.981985174. iteration 2740 found worse value: 339.981985174. iteration 2741 found worse value: 339.981985174. iteration 2742 found worse value: 339.981985174. iteration 2743 found worse value: 339.981985174. iteration 2744 found worse value: 339.981985174. iteration 2745 found worse value: 339.981985174. iteration 2746 found worse value: 339.981985174. iteration 2747 found worse value: 339.981985174. iteration 2748 found worse value: 339.981985174. iteration 2749 found worse value: 339.981985174. iteration 2750 found worse value: 339.981985174. iteration 2751 found worse value: 339.981985174. iteration 2752 found worse value: 339.981985174. iteration 2753 found worse value: 339.981985174. iteration 2754 found worse value: 339.981985174. iteration 2755 found worse value: 339.981985174. iteration 2756 found worse value: 339.981985174. iteration 2757 found worse value: 339.981985174. iteration 2758 found worse value: 339.981985174. iteration 2759 found worse value: 339.981985174. iteration 2760 found worse value: 339.981985174. iteration 2761 found worse value: 339.981985174. iteration 2762 found worse value: 339.981985174. iteration 2763 found worse value: 339.981985174. iteration 2764 found worse value: 339.981985174. iteration 2765 found worse value: 339.981985174. iteration 2766 found worse value: 339.981985174. iteration 2767 found worse value: 339.981985174. iteration 2768 found worse value: 339.981985174. iteration 2769 found worse value: 339.981985174. iteration 2770 found worse value: 339.981985174. iteration 2771 found worse value: 339.981985174. iteration 2772 found worse value: 339.981985174. iteration 2773 found worse value: 339.981985174. iteration 2774 found worse value: 339.981985174. iteration 2775 found worse value: 339.981985174. iteration 2776 found worse value: 339.981985174. iteration 2777 found worse value: 339.981985174. iteration 2778 found worse value: 339.981985174. iteration 2779 found worse value: 339.981985174. iteration 2780 found worse value: 339.981985174. iteration 2781 found worse value: 339.981985174. iteration 2782 found worse value: 339.981985174. iteration 2783 found worse value: 339.981985174. iteration 2784 found worse value: 339.981985174. iteration 2785 found worse value: 339.981985174. iteration 2786 found worse value: 339.981985174. iteration 2787 found worse value: 339.981985174. iteration 2788 found worse value: 339.981985174. iteration 2789 found worse value: 339.981985174. iteration 2790 found worse value: 339.981985174. iteration 2791 found worse value: 339.981985174. iteration 2792 found worse value: 339.981985174. iteration 2793 found worse value: 339.981985174. iteration 2794 found worse value: 339.981985174. iteration 2795 found worse value: 339.981985174. iteration 2796 found worse value: 339.981985174. iteration 2797 found worse value: 339.981985174. iteration 2798 found worse value: 339.981985174. iteration 2799 found worse value: 339.981985174. iteration 2800 found worse value: 339.981985174. iteration 2801 found worse value: 339.981985174. iteration 2802 found worse value: 339.981985174. iteration 2803 found worse value: 339.981985174. iteration 2804 found worse value: 339.981985174. iteration 2805 found worse value: 339.981985174. iteration 2806 found worse value: 339.981985174. iteration 2807 found worse value: 339.981985174. iteration 2808 found worse value: 339.981985174. iteration 2809 found worse value: 339.981985174. iteration 2810 found worse value: 339.981985174. iteration 2811 found worse value: 339.981985174. iteration 2812 found worse value: 339.981985174. iteration 2813 found worse value: 339.981985174. iteration 2814 found worse value: 339.981985174. iteration 2815 found worse value: 339.981985174. iteration 2816 found worse value: 339.981985174. iteration 2817 found worse value: 339.981985174. iteration 2818 found worse value: 339.981985174. iteration 2819 found worse value: 339.981985174. iteration 2820 found worse value: 339.981985174. iteration 2821 found worse value: 339.981985174. iteration 2822 found worse value: 339.981985174. iteration 2823 found worse value: 339.981985174. iteration 2824 found worse value: 339.981985174. iteration 2825 found worse value: 339.981985174. iteration 2826 found worse value: 339.981985174. iteration 2827 found worse value: 339.981985174. iteration 2828 found worse value: 339.981985174. iteration 2829 found worse value: 339.981985174. iteration 2830 found worse value: 339.981985174. iteration 2831 found worse value: 339.981985174. iteration 2832 found worse value: 339.981985174. iteration 2833 found worse value: 339.981985174. iteration 2834 found worse value: 339.981985174. iteration 2835 found worse value: 339.981985174. iteration 2836 found worse value: 339.981985174. iteration 2837 found worse value: 339.981985174. iteration 2838 found worse value: 339.981985174. iteration 2839 found worse value: 339.981985174. iteration 2840 found worse value: 339.981985174. iteration 2841 found worse value: 339.981985174. iteration 2842 found worse value: 339.981985174. iteration 2843 found worse value: 339.981985174. iteration 2844 found worse value: 339.981985174. iteration 2845 found worse value: 339.981985174. iteration 2846 found worse value: 339.981985174. iteration 2847 found worse value: 339.981985174. iteration 2848 found worse value: 339.981985174. iteration 2849 found worse value: 339.981985174. iteration 2850 found worse value: 339.981985174. iteration 2851 found worse value: 339.981985174. iteration 2852 found worse value: 339.981985174. iteration 2853 found worse value: 339.981985174. iteration 2854 found worse value: 339.981985174. iteration 2855 found worse value: 339.981985174. iteration 2856 found worse value: 339.981985174. iteration 2857 found worse value: 339.981985174. iteration 2858 found worse value: 339.981985174. iteration 2859 found worse value: 339.981985174. iteration 2860 found worse value: 339.981985174. iteration 2861 found worse value: 339.981985174. iteration 2862 found worse value: 339.981985174. iteration 2863 found worse value: 339.981985174. iteration 2864 found worse value: 339.981985174. iteration 2865 found worse value: 339.981985174. iteration 2866 found worse value: 339.981985174. iteration 2867 found worse value: 339.981985174. iteration 2868 found worse value: 339.981985174. iteration 2869 found worse value: 339.981985174. iteration 2870 found worse value: 339.981985174. iteration 2871 found worse value: 339.981985174. iteration 2872 found worse value: 339.981985174. iteration 2873 found worse value: 339.981985174. iteration 2874 found worse value: 339.981985174. iteration 2875 found worse value: 339.981985174. iteration 2876 found worse value: 339.981985174. iteration 2877 found worse value: 339.981985174. iteration 2878 found worse value: 339.981985174. iteration 2879 found worse value: 339.981985174. iteration 2880 found worse value: 339.981985174. iteration 2881 found worse value: 339.981985174. iteration 2882 found worse value: 339.981985174. iteration 2883 found worse value: 339.981985174. iteration 2884 found worse value: 339.981985174. iteration 2885 found worse value: 339.981985174. iteration 2886 found worse value: 339.981985174. iteration 2887 found worse value: 339.981985174. iteration 2888 found worse value: 339.981985174. iteration 2889 found worse value: 339.981985174. iteration 2890 found worse value: 339.981985174. iteration 2891 found worse value: 339.981985174. iteration 2892 found worse value: 339.981985174. iteration 2893 found worse value: 339.981985174. iteration 2894 found worse value: 339.981985174. iteration 2895 found worse value: 339.981985174. iteration 2896 found worse value: 339.981985174. iteration 2897 found worse value: 339.981985174. iteration 2898 found worse value: 339.981985174. iteration 2899 found worse value: 339.981985174. iteration 2900 found worse value: 339.981985174. iteration 2901 found worse value: 339.981985174. iteration 2902 found worse value: 339.981985174. iteration 2903 found worse value: 339.981985174. iteration 2904 found worse value: 339.981985174. iteration2904, perturbing to get out of local maxima iteration 2905 found worse value: 339.981985174. iteration 2906 found worse value: 339.981985174. iteration 2907 found worse value: 339.981985174. iteration 2908 found worse value: 339.981985174. iteration 2909 found worse value: 339.981985174. iteration 2910 found worse value: 339.981985174. iteration 2911 found worse value: 339.981985174. iteration 2912 found worse value: 339.981985174. iteration 2913 found worse value: 339.981985174. iteration 2914 found worse value: 339.981985174. iteration 2915 found worse value: 339.981985174. iteration 2916 found worse value: 339.981985174. iteration 2917 found worse value: 339.981985174. iteration 2918 found worse value: 339.981985174. iteration 2919 found worse value: 339.981985174. iteration 2920 found worse value: 339.981985174. iteration 2921 found worse value: 339.981985174. iteration 2922 found worse value: 339.981985174. iteration 2923 found worse value: 339.981985174. iteration 2924 found worse value: 339.981985174. iteration 2925 found worse value: 339.981985174. iteration 2926 found worse value: 339.981985174. iteration 2927 found worse value: 339.981985174. iteration 2928 found worse value: 339.981985174. iteration 2929 found worse value: 339.981985174. iteration 2930 found worse value: 339.981985174. iteration 2931 found worse value: 339.981985174. iteration 2932 found worse value: 339.981985174. iteration 2933 found worse value: 339.981985174. iteration 2934 found worse value: 339.981985174. iteration 2935 found worse value: 339.981985174. iteration 2936 found worse value: 339.981985174. iteration 2937 found worse value: 339.981985174. iteration 2938 found worse value: 339.981985174. iteration 2939 found worse value: 339.981985174. iteration 2940 found worse value: 339.981985174. iteration 2941 found worse value: 339.981985174. iteration 2942 found worse value: 339.981985174. iteration 2943 found worse value: 339.981985174. iteration 2944 found worse value: 339.981985174. iteration 2945 found worse value: 339.981985174. iteration 2946 found worse value: 339.981985174. iteration 2947 found worse value: 339.981985174. iteration 2948 found worse value: 339.981985174. iteration 2949 found worse value: 339.981985174. iteration 2950 found worse value: 339.981985174. iteration 2951 found worse value: 339.981985174. iteration 2952 found worse value: 339.981985174. iteration 2953 found worse value: 339.981985174. iteration 2954 found worse value: 339.981985174. iteration 2955 found worse value: 339.981985174. iteration 2956 found worse value: 339.981985174. iteration 2957 found worse value: 339.981985174. iteration 2958 found worse value: 339.981985174. iteration 2959 found worse value: 339.981985174. iteration 2960 found worse value: 339.981985174. iteration 2961 found worse value: 339.981985174. iteration 2962 found worse value: 339.981985174. iteration 2963 found worse value: 339.981985174. iteration 2964 found worse value: 339.981985174. iteration 2965 found worse value: 339.981985174. iteration 2966 found worse value: 339.981985174. iteration 2967 found worse value: 339.981985174. iteration 2968 found worse value: 339.981985174. iteration 2969 found worse value: 339.981985174. iteration 2970 found worse value: 339.981985174. iteration 2971 found worse value: 339.981985174. iteration 2972 found worse value: 339.981985174. iteration 2973 found worse value: 339.981985174. iteration 2974 found worse value: 339.981985174. iteration 2975 found worse value: 339.981985174. iteration 2976 found worse value: 339.981985174. iteration 2977 found worse value: 339.981985174. iteration 2978 found worse value: 339.981985174. iteration 2979 found worse value: 339.981985174. iteration 2980 found worse value: 339.981985174. iteration 2981 found worse value: 339.981985174. iteration 2982 found worse value: 339.981985174. iteration 2983 found worse value: 339.981985174. iteration 2984 found worse value: 339.981985174. iteration 2985 found worse value: 339.981985174. iteration 2986 found worse value: 339.981985174. iteration 2987 found worse value: 339.981985174. iteration 2988 found worse value: 339.981985174. iteration 2989 found worse value: 339.981985174. iteration 2990 found worse value: 339.981985174. iteration 2991 found worse value: 339.981985174. iteration 2992 found worse value: 339.981985174. iteration 2993 found worse value: 339.981985174. iteration 2994 found worse value: 339.981985174. iteration 2995 found worse value: 339.981985174. iteration 2996 found worse value: 339.981985174. iteration 2997 found worse value: 339.981985174. iteration 2998 found worse value: 339.981985174. iteration 2999 found worse value: 339.981985174. iteration 3000 found worse value: 339.981985174. iteration 3001 found worse value: 339.981985174. iteration 3002 found worse value: 339.981985174. iteration 3003 found worse value: 339.981985174. iteration 3004 found worse value: 339.981985174. iteration 3005 found worse value: 339.981985174. iteration 3006 found worse value: 339.981985174. iteration 3007 found worse value: 339.981985174. iteration 3008 found worse value: 339.981985174. iteration 3009 found worse value: 339.981985174. iteration 3010 found worse value: 339.981985174. iteration 3011 found worse value: 339.981985174. iteration 3012 found worse value: 339.981985174. iteration 3013 found worse value: 339.981985174. iteration 3014 found worse value: 339.981985174. iteration 3015 found worse value: 339.981985174. iteration 3016 found worse value: 339.981985174. iteration 3017 found worse value: 339.981985174. iteration 3018 found worse value: 339.981985174. iteration 3019 found worse value: 339.981985174. iteration 3020 found worse value: 339.981985174. iteration 3021 found worse value: 339.981985174. iteration 3022 found worse value: 339.981985174. iteration 3023 found worse value: 339.981985174. iteration 3024 found worse value: 339.981985174. iteration 3025 found worse value: 339.981985174. iteration 3026 found worse value: 339.981985174. iteration 3027 found worse value: 339.981985174. iteration 3028 found worse value: 339.981985174. iteration 3029 found worse value: 339.981985174. iteration 3030 found worse value: 339.981985174. iteration 3031 found worse value: 339.981985174. iteration 3032 found worse value: 339.981985174. iteration 3033 found worse value: 339.981985174. iteration 3034 found worse value: 339.981985174. iteration 3035 found worse value: 339.981985174. iteration 3036 found worse value: 339.981985174. iteration 3037 found worse value: 339.981985174. iteration 3038 found worse value: 339.981985174. iteration 3039 found worse value: 339.981985174. iteration 3040 found worse value: 339.981985174. iteration 3041 found worse value: 339.981985174. iteration 3042 found worse value: 339.981985174. iteration 3043 found worse value: 339.981985174. iteration 3044 found worse value: 339.981985174. iteration 3045 found worse value: 339.981985174. iteration 3046 found worse value: 339.981985174. iteration 3047 found worse value: 339.981985174. iteration 3048 found worse value: 339.981985174. iteration 3049 found worse value: 339.981985174. iteration 3050 found worse value: 339.981985174. iteration 3051 found worse value: 339.981985174. iteration 3052 found worse value: 339.981985174. iteration 3053 found worse value: 339.981985174. iteration 3054 found worse value: 339.981985174. iteration 3055 found worse value: 339.981985174. iteration 3056 found worse value: 339.981985174. iteration 3057 found worse value: 339.981985174. iteration 3058 found worse value: 339.981985174. iteration 3059 found worse value: 339.981985174. iteration 3060 found worse value: 339.981985174. iteration 3061 found worse value: 339.981985174. iteration 3062 found worse value: 339.981985174. iteration 3063 found worse value: 339.981985174. iteration 3064 found worse value: 339.981985174. iteration 3065 found worse value: 339.981985174. iteration 3066 found worse value: 339.981985174. iteration 3067 found worse value: 339.981985174. iteration 3068 found worse value: 339.981985174. iteration 3069 found worse value: 339.981985174. iteration 3070 found worse value: 339.981985174. iteration 3071 found worse value: 339.981985174. iteration 3072 found worse value: 339.981985174. iteration 3073 found worse value: 339.981985174. iteration 3074 found worse value: 339.981985174. iteration 3075 found worse value: 339.981985174. iteration 3076 found worse value: 339.981985174. iteration 3077 found worse value: 339.981985174. iteration 3078 found worse value: 339.981985174. iteration 3079 found worse value: 339.981985174. iteration 3080 found worse value: 339.981985174. iteration 3081 found worse value: 339.981985174. iteration 3082 found worse value: 339.981985174. iteration 3083 found worse value: 339.981985174. iteration 3084 found worse value: 339.981985174. iteration 3085 found worse value: 339.981985174. iteration 3086 found worse value: 339.981985174. iteration 3087 found worse value: 339.981985174. iteration 3088 found worse value: 339.981985174. iteration 3089 found worse value: 339.981985174. iteration 3090 found worse value: 339.981985174. iteration 3091 found worse value: 339.981985174. iteration 3092 found worse value: 339.981985174. iteration 3093 found worse value: 339.981985174. iteration 3094 found worse value: 339.981985174. iteration 3095 found worse value: 339.981985174. iteration 3096 found worse value: 339.981985174. iteration 3097 found worse value: 339.981985174. iteration 3098 found worse value: 339.981985174. iteration 3099 found worse value: 339.981985174. iteration 3100 found worse value: 339.981985174. iteration 3101 found worse value: 339.981985174. iteration 3102 found worse value: 339.981985174. iteration 3103 found worse value: 339.981985174. iteration 3104 found worse value: 339.981985174. iteration 3105 found worse value: 339.981985174. iteration 3106 found worse value: 339.981985174. iteration 3107 found worse value: 339.981985174. iteration 3108 found worse value: 339.981985174. iteration 3109 found worse value: 339.981985174. iteration 3110 found worse value: 339.981985174. iteration 3111 found worse value: 339.981985174. iteration 3112 found worse value: 339.981985174. iteration 3113 found worse value: 339.981985174. iteration 3114 found worse value: 339.981985174. iteration 3115 found worse value: 339.981985174. iteration 3116 found worse value: 339.981985174. iteration 3117 found worse value: 339.981985174. iteration 3118 found worse value: 339.981985174. iteration 3119 found worse value: 339.981985174. iteration 3120 found worse value: 339.981985174. iteration 3121 found worse value: 339.981985174. iteration 3122 found worse value: 339.981985174. iteration 3123 found worse value: 339.981985174. iteration 3124 found worse value: 339.981985174. iteration 3125 found worse value: 339.981985174. iteration 3126 found worse value: 339.981985174. iteration 3127 found worse value: 339.981985174. iteration 3128 found worse value: 339.981985174. iteration 3129 found worse value: 339.981985174. iteration 3130 found worse value: 339.981985174. iteration 3131 found worse value: 339.981985174. iteration 3132 found worse value: 339.981985174. iteration 3133 found worse value: 339.981985174. iteration 3134 found worse value: 339.981985174. iteration 3135 found worse value: 339.981985174. iteration 3136 found worse value: 339.981985174. iteration 3137 found worse value: 339.981985174. iteration 3138 found worse value: 339.981985174. iteration 3139 found worse value: 339.981985174. iteration 3140 found worse value: 339.981985174. iteration 3141 found worse value: 339.981985174. iteration 3142 found worse value: 339.981985174. iteration 3143 found worse value: 339.981985174. iteration 3144 found worse value: 339.981985174. iteration 3145 found worse value: 339.981985174. iteration 3146 found worse value: 339.981985174. iteration 3147 found worse value: 339.981985174. iteration 3148 found worse value: 339.981985174. iteration 3149 found worse value: 339.981985174. iteration 3150 found worse value: 339.981985174. iteration 3151 found worse value: 339.981985174. iteration 3152 found worse value: 339.981985174. iteration 3153 found worse value: 339.981985174. iteration 3154 found worse value: 339.981985174. iteration 3155 found worse value: 339.981985174. iteration 3156 found worse value: 339.981985174. iteration 3157 found worse value: 339.981985174. iteration 3158 found worse value: 339.981985174. iteration 3159 found worse value: 339.981985174. iteration 3160 found worse value: 339.981985174. iteration 3161 found worse value: 339.981985174. iteration 3162 found worse value: 339.981985174. iteration 3163 found worse value: 339.981985174. iteration 3164 found worse value: 339.981985174. iteration 3165 found worse value: 339.981985174. iteration 3166 found worse value: 339.981985174. iteration 3167 found better value: 339.983344319 iteration 3168 found worse value: 339.983344319. iteration 3169 found worse value: 339.983344319. iteration 3170 found worse value: 339.983344319. iteration 3171 found worse value: 339.983344319. iteration 3172 found worse value: 339.983344319. iteration 3173 found worse value: 339.983344319. iteration 3174 found worse value: 339.983344319. iteration 3175 found worse value: 339.983344319. iteration 3176 found worse value: 339.983344319. iteration 3177 found worse value: 339.983344319. iteration 3178 found worse value: 339.983344319. iteration 3179 found worse value: 339.983344319. iteration 3180 found worse value: 339.983344319. iteration 3181 found worse value: 339.983344319. iteration 3182 found worse value: 339.983344319. iteration 3183 found worse value: 339.983344319. iteration 3184 found worse value: 339.983344319. iteration 3185 found worse value: 339.983344319. iteration 3186 found worse value: 339.983344319. iteration 3187 found worse value: 339.983344319. iteration 3188 found worse value: 339.983344319. iteration 3189 found worse value: 339.983344319. iteration 3190 found worse value: 339.983344319. iteration 3191 found worse value: 339.983344319. iteration 3192 found worse value: 339.983344319. iteration 3193 found worse value: 339.983344319. iteration 3194 found worse value: 339.983344319. iteration 3195 found worse value: 339.983344319. iteration 3196 found worse value: 339.983344319. iteration 3197 found worse value: 339.983344319. iteration 3198 found worse value: 339.983344319. iteration 3199 found worse value: 339.983344319. iteration 3200 found worse value: 339.983344319. iteration 3201 found worse value: 339.983344319. iteration 3202 found worse value: 339.983344319. iteration 3203 found worse value: 339.983344319. iteration 3204 found worse value: 339.983344319. iteration 3205 found worse value: 339.983344319. iteration 3206 found worse value: 339.983344319. iteration 3207 found worse value: 339.983344319. iteration 3208 found worse value: 339.983344319. iteration 3209 found worse value: 339.983344319. iteration 3210 found worse value: 339.983344319. iteration 3211 found worse value: 339.983344319. iteration 3212 found worse value: 339.983344319. iteration 3213 found worse value: 339.983344319. iteration 3214 found worse value: 339.983344319. iteration 3215 found worse value: 339.983344319. iteration 3216 found worse value: 339.983344319. iteration 3217 found worse value: 339.983344319. iteration 3218 found worse value: 339.983344319. iteration 3219 found worse value: 339.983344319. iteration 3220 found worse value: 339.983344319. iteration 3221 found worse value: 339.983344319. iteration 3222 found worse value: 339.983344319. iteration 3223 found worse value: 339.983344319. iteration 3224 found worse value: 339.983344319. iteration 3225 found worse value: 339.983344319. iteration 3226 found worse value: 339.983344319. iteration 3227 found worse value: 339.983344319. iteration 3228 found worse value: 339.983344319. iteration 3229 found worse value: 339.983344319. iteration 3230 found worse value: 339.983344319. iteration 3231 found worse value: 339.983344319. iteration 3232 found worse value: 339.983344319. iteration 3233 found worse value: 339.983344319. iteration 3234 found worse value: 339.983344319. iteration 3235 found worse value: 339.983344319. iteration 3236 found worse value: 339.983344319. iteration 3237 found worse value: 339.983344319. iteration 3238 found worse value: 339.983344319. iteration 3239 found worse value: 339.983344319. iteration 3240 found worse value: 339.983344319. iteration 3241 found worse value: 339.983344319. iteration 3242 found worse value: 339.983344319. iteration 3243 found worse value: 339.983344319. iteration 3244 found worse value: 339.983344319. iteration 3245 found worse value: 339.983344319. iteration 3246 found worse value: 339.983344319. iteration 3247 found worse value: 339.983344319. iteration 3248 found worse value: 339.983344319. iteration 3249 found worse value: 339.983344319. iteration 3250 found worse value: 339.983344319. iteration 3251 found worse value: 339.983344319. iteration 3252 found worse value: 339.983344319. iteration 3253 found worse value: 339.983344319. iteration 3254 found worse value: 339.983344319. iteration 3255 found worse value: 339.983344319. iteration 3256 found worse value: 339.983344319. iteration 3257 found worse value: 339.983344319. iteration 3258 found worse value: 339.983344319. iteration 3259 found worse value: 339.983344319. iteration 3260 found worse value: 339.983344319. iteration 3261 found worse value: 339.983344319. iteration 3262 found worse value: 339.983344319. iteration 3263 found worse value: 339.983344319. iteration 3264 found worse value: 339.983344319. iteration 3265 found worse value: 339.983344319. iteration 3266 found worse value: 339.983344319. iteration 3267 found worse value: 339.983344319. iteration 3268 found worse value: 339.983344319. iteration 3269 found worse value: 339.983344319. iteration 3270 found worse value: 339.983344319. iteration 3271 found worse value: 339.983344319. iteration 3272 found worse value: 339.983344319. iteration 3273 found worse value: 339.983344319. iteration 3274 found worse value: 339.983344319. iteration 3275 found worse value: 339.983344319. iteration 3276 found worse value: 339.983344319. iteration 3277 found worse value: 339.983344319. iteration 3278 found worse value: 339.983344319. iteration 3279 found worse value: 339.983344319. iteration 3280 found worse value: 339.983344319. iteration 3281 found worse value: 339.983344319. iteration 3282 found worse value: 339.983344319. iteration 3283 found worse value: 339.983344319. iteration 3284 found worse value: 339.983344319. iteration 3285 found worse value: 339.983344319. iteration3285, perturbing to get out of local maxima iteration 3286 found worse value: 339.983344319. iteration3286, perturbing to get out of local maxima iteration 3287 found worse value: 339.983344319. iteration 3288 found worse value: 339.983344319. iteration 3289 found worse value: 339.983344319. iteration 3290 found worse value: 339.983344319. iteration 3291 found worse value: 339.983344319. iteration 3292 found worse value: 339.983344319. iteration 3293 found worse value: 339.983344319. iteration 3294 found worse value: 339.983344319. iteration 3295 found worse value: 339.983344319. iteration 3296 found worse value: 339.983344319. iteration 3297 found worse value: 339.983344319. iteration 3298 found worse value: 339.983344319. iteration 3299 found worse value: 339.983344319. iteration 3300 found worse value: 339.983344319. iteration 3301 found worse value: 339.983344319. iteration 3302 found worse value: 339.983344319. iteration 3303 found worse value: 339.983344319. iteration 3304 found worse value: 339.983344319. iteration 3305 found worse value: 339.983344319. iteration 3306 found worse value: 339.983344319. iteration 3307 found worse value: 339.983344319. iteration 3308 found worse value: 339.983344319. iteration 3309 found worse value: 339.983344319. iteration 3310 found worse value: 339.983344319. iteration 3311 found worse value: 339.983344319. iteration 3312 found worse value: 339.983344319. iteration 3313 found worse value: 339.983344319. iteration 3314 found worse value: 339.983344319. iteration 3315 found worse value: 339.983344319. iteration 3316 found worse value: 339.983344319. iteration 3317 found worse value: 339.983344319. iteration 3318 found worse value: 339.983344319. iteration 3319 found worse value: 339.983344319. iteration 3320 found worse value: 339.983344319. iteration 3321 found worse value: 339.983344319. iteration 3322 found worse value: 339.983344319. iteration 3323 found worse value: 339.983344319. iteration 3324 found worse value: 339.983344319. iteration 3325 found worse value: 339.983344319. iteration 3326 found worse value: 339.983344319. iteration 3327 found worse value: 339.983344319. iteration 3328 found worse value: 339.983344319. iteration 3329 found worse value: 339.983344319. iteration 3330 found worse value: 339.983344319. iteration 3331 found worse value: 339.983344319. iteration 3332 found worse value: 339.983344319. iteration 3333 found worse value: 339.983344319. iteration 3334 found worse value: 339.983344319. iteration 3335 found worse value: 339.983344319. iteration 3336 found worse value: 339.983344319. iteration 3337 found worse value: 339.983344319. iteration 3338 found worse value: 339.983344319. iteration 3339 found worse value: 339.983344319. iteration 3340 found worse value: 339.983344319. iteration 3341 found worse value: 339.983344319. iteration 3342 found worse value: 339.983344319. iteration 3343 found worse value: 339.983344319. iteration 3344 found worse value: 339.983344319. iteration 3345 found worse value: 339.983344319. iteration 3346 found worse value: 339.983344319. iteration 3347 found worse value: 339.983344319. iteration 3348 found worse value: 339.983344319. iteration 3349 found worse value: 339.983344319. iteration 3350 found worse value: 339.983344319. iteration 3351 found worse value: 339.983344319. iteration 3352 found worse value: 339.983344319. iteration 3353 found worse value: 339.983344319. iteration 3354 found worse value: 339.983344319. iteration 3355 found worse value: 339.983344319. iteration 3356 found worse value: 339.983344319. iteration 3357 found worse value: 339.983344319. iteration 3358 found worse value: 339.983344319. iteration 3359 found worse value: 339.983344319. iteration 3360 found worse value: 339.983344319. iteration 3361 found worse value: 339.983344319. iteration 3362 found worse value: 339.983344319. iteration 3363 found worse value: 339.983344319. iteration 3364 found worse value: 339.983344319. iteration 3365 found worse value: 339.983344319. iteration 3366 found worse value: 339.983344319. iteration 3367 found worse value: 339.983344319. iteration 3368 found worse value: 339.983344319. iteration 3369 found worse value: 339.983344319. iteration 3370 found worse value: 339.983344319. iteration 3371 found worse value: 339.983344319. iteration 3372 found worse value: 339.983344319. iteration 3373 found worse value: 339.983344319. iteration 3374 found worse value: 339.983344319. iteration 3375 found worse value: 339.983344319. iteration 3376 found worse value: 339.983344319. iteration 3377 found worse value: 339.983344319. iteration 3378 found worse value: 339.983344319. iteration 3379 found worse value: 339.983344319. iteration 3380 found worse value: 339.983344319. iteration 3381 found worse value: 339.983344319. iteration 3382 found worse value: 339.983344319. iteration 3383 found worse value: 339.983344319. iteration 3384 found worse value: 339.983344319. iteration 3385 found worse value: 339.983344319. iteration 3386 found worse value: 339.983344319. iteration 3387 found worse value: 339.983344319. iteration 3388 found worse value: 339.983344319. iteration 3389 found worse value: 339.983344319. iteration 3390 found worse value: 339.983344319. iteration 3391 found worse value: 339.983344319. iteration 3392 found worse value: 339.983344319. iteration 3393 found worse value: 339.983344319. iteration 3394 found worse value: 339.983344319. iteration 3395 found worse value: 339.983344319. iteration 3396 found worse value: 339.983344319. iteration 3397 found worse value: 339.983344319. iteration 3398 found worse value: 339.983344319. iteration 3399 found worse value: 339.983344319. iteration 3400 found worse value: 339.983344319. iteration 3401 found worse value: 339.983344319. iteration 3402 found worse value: 339.983344319. iteration 3403 found worse value: 339.983344319. iteration 3404 found worse value: 339.983344319. iteration 3405 found worse value: 339.983344319. iteration 3406 found worse value: 339.983344319. iteration 3407 found worse value: 339.983344319. iteration 3408 found worse value: 339.983344319. iteration 3409 found worse value: 339.983344319. iteration 3410 found worse value: 339.983344319. iteration 3411 found worse value: 339.983344319. iteration 3412 found worse value: 339.983344319. iteration 3413 found worse value: 339.983344319. iteration 3414 found worse value: 339.983344319. iteration 3415 found worse value: 339.983344319. iteration 3416 found worse value: 339.983344319. iteration 3417 found worse value: 339.983344319. iteration 3418 found worse value: 339.983344319. iteration 3419 found worse value: 339.983344319. iteration 3420 found worse value: 339.983344319. iteration 3421 found worse value: 339.983344319. iteration 3422 found worse value: 339.983344319. iteration 3423 found worse value: 339.983344319. iteration 3424 found worse value: 339.983344319. iteration 3425 found worse value: 339.983344319. iteration 3426 found worse value: 339.983344319. iteration 3427 found worse value: 339.983344319. iteration 3428 found worse value: 339.983344319. iteration 3429 found worse value: 339.983344319. iteration 3430 found worse value: 339.983344319. iteration 3431 found worse value: 339.983344319. iteration 3432 found worse value: 339.983344319. iteration 3433 found worse value: 339.983344319. iteration 3434 found worse value: 339.983344319. iteration 3435 found worse value: 339.983344319. iteration 3436 found worse value: 339.983344319. iteration 3437 found worse value: 339.983344319. iteration 3438 found worse value: 339.983344319. iteration 3439 found worse value: 339.983344319. iteration 3440 found worse value: 339.983344319. iteration 3441 found worse value: 339.983344319. iteration 3442 found worse value: 339.983344319. iteration 3443 found worse value: 339.983344319. iteration 3444 found worse value: 339.983344319. iteration 3445 found worse value: 339.983344319. iteration 3446 found worse value: 339.983344319. iteration 3447 found worse value: 339.983344319. iteration 3448 found worse value: 339.983344319. iteration 3449 found worse value: 339.983344319. iteration 3450 found worse value: 339.983344319. iteration 3451 found worse value: 339.983344319. iteration 3452 found worse value: 339.983344319. iteration 3453 found worse value: 339.983344319. iteration 3454 found worse value: 339.983344319. iteration 3455 found worse value: 339.983344319. iteration 3456 found worse value: 339.983344319. iteration 3457 found worse value: 339.983344319. iteration 3458 found worse value: 339.983344319. iteration 3459 found worse value: 339.983344319. iteration 3460 found worse value: 339.983344319. iteration 3461 found worse value: 339.983344319. iteration 3462 found worse value: 339.983344319. iteration 3463 found worse value: 339.983344319. iteration 3464 found worse value: 339.983344319. iteration 3465 found worse value: 339.983344319. iteration 3466 found worse value: 339.983344319. iteration 3467 found worse value: 339.983344319. iteration 3468 found worse value: 339.983344319. iteration 3469 found worse value: 339.983344319. iteration 3470 found worse value: 339.983344319. iteration 3471 found worse value: 339.983344319. iteration 3472 found worse value: 339.983344319. iteration 3473 found worse value: 339.983344319. iteration 3474 found worse value: 339.983344319. iteration 3475 found worse value: 339.983344319. iteration 3476 found worse value: 339.983344319. iteration 3477 found worse value: 339.983344319. iteration 3478 found worse value: 339.983344319. iteration 3479 found worse value: 339.983344319. iteration 3480 found worse value: 339.983344319. iteration 3481 found worse value: 339.983344319. iteration 3482 found worse value: 339.983344319. iteration 3483 found worse value: 339.983344319. iteration 3484 found worse value: 339.983344319. iteration 3485 found worse value: 339.983344319. iteration 3486 found worse value: 339.983344319. iteration 3487 found worse value: 339.983344319. iteration 3488 found worse value: 339.983344319. iteration 3489 found worse value: 339.983344319. iteration 3490 found worse value: 339.983344319. iteration 3491 found worse value: 339.983344319. iteration 3492 found worse value: 339.983344319. iteration 3493 found worse value: 339.983344319. iteration 3494 found worse value: 339.983344319. iteration 3495 found worse value: 339.983344319. iteration 3496 found worse value: 339.983344319. iteration 3497 found worse value: 339.983344319. iteration 3498 found worse value: 339.983344319. iteration 3499 found worse value: 339.983344319. iteration 3500 found worse value: 339.983344319. iteration 3501 found worse value: 339.983344319. iteration 3502 found worse value: 339.983344319. iteration 3503 found worse value: 339.983344319. iteration 3504 found worse value: 339.983344319. iteration 3505 found worse value: 339.983344319. iteration 3506 found worse value: 339.983344319. iteration 3507 found worse value: 339.983344319. iteration 3508 found worse value: 339.983344319. iteration 3509 found worse value: 339.983344319. iteration 3510 found worse value: 339.983344319. iteration 3511 found worse value: 339.983344319. iteration 3512 found worse value: 339.983344319. iteration 3513 found worse value: 339.983344319. iteration 3514 found worse value: 339.983344319. iteration 3515 found worse value: 339.983344319. iteration 3516 found worse value: 339.983344319. iteration 3517 found worse value: 339.983344319. iteration 3518 found worse value: 339.983344319. iteration 3519 found worse value: 339.983344319. iteration 3520 found worse value: 339.983344319. iteration 3521 found worse value: 339.983344319. iteration 3522 found worse value: 339.983344319. iteration 3523 found worse value: 339.983344319. iteration 3524 found worse value: 339.983344319. iteration 3525 found worse value: 339.983344319. iteration 3526 found worse value: 339.983344319. iteration 3527 found worse value: 339.983344319. iteration 3528 found worse value: 339.983344319. iteration 3529 found worse value: 339.983344319. iteration 3530 found worse value: 339.983344319. iteration 3531 found worse value: 339.983344319. iteration 3532 found worse value: 339.983344319. iteration 3533 found worse value: 339.983344319. iteration 3534 found worse value: 339.983344319. iteration 3535 found worse value: 339.983344319. iteration 3536 found worse value: 339.983344319. iteration3536, perturbing to get out of local maxima iteration 3537 found worse value: 339.983344319. iteration 3538 found worse value: 339.983344319. iteration 3539 found worse value: 339.983344319. iteration 3540 found worse value: 339.983344319. iteration 3541 found worse value: 339.983344319. iteration 3542 found worse value: 339.983344319. iteration 3543 found worse value: 339.983344319. iteration 3544 found worse value: 339.983344319. iteration 3545 found worse value: 339.983344319. iteration 3546 found worse value: 339.983344319. iteration 3547 found worse value: 339.983344319. iteration 3548 found worse value: 339.983344319. iteration 3549 found worse value: 339.983344319. iteration 3550 found worse value: 339.983344319. iteration 3551 found worse value: 339.983344319. iteration 3552 found worse value: 339.983344319. iteration 3553 found worse value: 339.983344319. iteration 3554 found worse value: 339.983344319. iteration 3555 found worse value: 339.983344319. iteration 3556 found worse value: 339.983344319. iteration 3557 found worse value: 339.983344319. iteration 3558 found worse value: 339.983344319. iteration 3559 found worse value: 339.983344319. iteration 3560 found worse value: 339.983344319. iteration 3561 found worse value: 339.983344319. iteration 3562 found worse value: 339.983344319. iteration 3563 found worse value: 339.983344319. iteration 3564 found worse value: 339.983344319. iteration 3565 found worse value: 339.983344319. iteration 3566 found worse value: 339.983344319. iteration 3567 found worse value: 339.983344319. iteration 3568 found worse value: 339.983344319. iteration 3569 found worse value: 339.983344319. iteration 3570 found worse value: 339.983344319. iteration 3571 found worse value: 339.983344319. iteration 3572 found worse value: 339.983344319. iteration 3573 found worse value: 339.983344319. iteration 3574 found worse value: 339.983344319. iteration 3575 found worse value: 339.983344319. iteration 3576 found worse value: 339.983344319. iteration 3577 found worse value: 339.983344319. iteration 3578 found worse value: 339.983344319. iteration 3579 found worse value: 339.983344319. iteration 3580 found worse value: 339.983344319. iteration 3581 found worse value: 339.983344319. iteration 3582 found worse value: 339.983344319. iteration 3583 found worse value: 339.983344319. iteration 3584 found worse value: 339.983344319. iteration 3585 found worse value: 339.983344319. iteration 3586 found worse value: 339.983344319. iteration 3587 found worse value: 339.983344319. iteration 3588 found worse value: 339.983344319. iteration 3589 found worse value: 339.983344319. iteration 3590 found worse value: 339.983344319. iteration 3591 found worse value: 339.983344319. iteration 3592 found worse value: 339.983344319. iteration 3593 found worse value: 339.983344319. iteration 3594 found worse value: 339.983344319. iteration 3595 found worse value: 339.983344319. iteration 3596 found worse value: 339.983344319. iteration 3597 found worse value: 339.983344319. iteration 3598 found worse value: 339.983344319. iteration 3599 found worse value: 339.983344319. iteration 3600 found worse value: 339.983344319. iteration 3601 found worse value: 339.983344319. iteration 3602 found worse value: 339.983344319. iteration 3603 found worse value: 339.983344319. iteration 3604 found worse value: 339.983344319. iteration 3605 found worse value: 339.983344319. iteration 3606 found worse value: 339.983344319. iteration 3607 found worse value: 339.983344319. iteration 3608 found worse value: 339.983344319. iteration 3609 found worse value: 339.983344319. iteration 3610 found worse value: 339.983344319. iteration 3611 found worse value: 339.983344319. iteration 3612 found worse value: 339.983344319. iteration 3613 found worse value: 339.983344319. iteration 3614 found worse value: 339.983344319. iteration 3615 found worse value: 339.983344319. iteration 3616 found worse value: 339.983344319. iteration 3617 found worse value: 339.983344319. iteration 3618 found worse value: 339.983344319. iteration 3619 found worse value: 339.983344319. iteration 3620 found worse value: 339.983344319. iteration 3621 found worse value: 339.983344319. iteration 3622 found worse value: 339.983344319. iteration 3623 found worse value: 339.983344319. iteration 3624 found worse value: 339.983344319. iteration 3625 found worse value: 339.983344319. iteration 3626 found worse value: 339.983344319. iteration 3627 found worse value: 339.983344319. iteration 3628 found worse value: 339.983344319. iteration 3629 found worse value: 339.983344319. iteration 3630 found worse value: 339.983344319. iteration 3631 found worse value: 339.983344319. iteration 3632 found worse value: 339.983344319. iteration 3633 found worse value: 339.983344319. iteration 3634 found worse value: 339.983344319. iteration 3635 found worse value: 339.983344319. iteration 3636 found worse value: 339.983344319. iteration 3637 found worse value: 339.983344319. iteration 3638 found worse value: 339.983344319. iteration 3639 found worse value: 339.983344319. iteration 3640 found worse value: 339.983344319. iteration 3641 found worse value: 339.983344319. iteration 3642 found worse value: 339.983344319. iteration 3643 found worse value: 339.983344319. iteration 3644 found worse value: 339.983344319. iteration 3645 found worse value: 339.983344319. iteration 3646 found worse value: 339.983344319. iteration 3647 found worse value: 339.983344319. iteration 3648 found worse value: 339.983344319. iteration 3649 found worse value: 339.983344319. iteration 3650 found worse value: 339.983344319. iteration 3651 found worse value: 339.983344319. iteration 3652 found worse value: 339.983344319. iteration 3653 found worse value: 339.983344319. iteration 3654 found worse value: 339.983344319. iteration 3655 found worse value: 339.983344319. iteration 3656 found worse value: 339.983344319. iteration 3657 found worse value: 339.983344319. iteration 3658 found worse value: 339.983344319. iteration 3659 found worse value: 339.983344319. iteration 3660 found worse value: 339.983344319. iteration 3661 found worse value: 339.983344319. iteration 3662 found worse value: 339.983344319. iteration 3663 found worse value: 339.983344319. iteration 3664 found worse value: 339.983344319. iteration 3665 found worse value: 339.983344319. iteration 3666 found worse value: 339.983344319. iteration 3667 found worse value: 339.983344319. iteration 3668 found worse value: 339.983344319. iteration 3669 found worse value: 339.983344319. iteration 3670 found worse value: 339.983344319. iteration 3671 found worse value: 339.983344319. iteration 3672 found worse value: 339.983344319. iteration 3673 found worse value: 339.983344319. iteration 3674 found worse value: 339.983344319. iteration 3675 found worse value: 339.983344319. iteration 3676 found worse value: 339.983344319. iteration 3677 found worse value: 339.983344319. iteration 3678 found worse value: 339.983344319. iteration 3679 found worse value: 339.983344319. iteration 3680 found worse value: 339.983344319. iteration 3681 found worse value: 339.983344319. iteration 3682 found worse value: 339.983344319. iteration 3683 found worse value: 339.983344319. iteration 3684 found worse value: 339.983344319. iteration 3685 found worse value: 339.983344319. iteration 3686 found worse value: 339.983344319. iteration 3687 found worse value: 339.983344319. iteration 3688 found worse value: 339.983344319. iteration 3689 found worse value: 339.983344319. iteration 3690 found worse value: 339.983344319. iteration 3691 found worse value: 339.983344319. iteration 3692 found worse value: 339.983344319. iteration 3693 found worse value: 339.983344319. iteration 3694 found worse value: 339.983344319. iteration 3695 found worse value: 339.983344319. iteration 3696 found worse value: 339.983344319. iteration 3697 found worse value: 339.983344319. iteration 3698 found worse value: 339.983344319. iteration 3699 found worse value: 339.983344319. iteration 3700 found worse value: 339.983344319. iteration 3701 found worse value: 339.983344319. iteration 3702 found worse value: 339.983344319. iteration 3703 found worse value: 339.983344319. iteration 3704 found worse value: 339.983344319. iteration 3705 found worse value: 339.983344319. iteration 3706 found worse value: 339.983344319. iteration 3707 found worse value: 339.983344319. iteration 3708 found worse value: 339.983344319. iteration 3709 found worse value: 339.983344319. iteration 3710 found worse value: 339.983344319. iteration 3711 found worse value: 339.983344319. iteration 3712 found worse value: 339.983344319. iteration 3713 found worse value: 339.983344319. iteration 3714 found worse value: 339.983344319. iteration 3715 found worse value: 339.983344319. iteration 3716 found worse value: 339.983344319. iteration 3717 found worse value: 339.983344319. iteration 3718 found worse value: 339.983344319. iteration 3719 found worse value: 339.983344319. iteration 3720 found worse value: 339.983344319. iteration 3721 found worse value: 339.983344319. iteration 3722 found worse value: 339.983344319. iteration 3723 found worse value: 339.983344319. iteration 3724 found worse value: 339.983344319. iteration 3725 found worse value: 339.983344319. iteration 3726 found worse value: 339.983344319. iteration 3727 found worse value: 339.983344319. iteration 3728 found worse value: 339.983344319. iteration 3729 found worse value: 339.983344319. iteration 3730 found worse value: 339.983344319. iteration 3731 found worse value: 339.983344319. iteration 3732 found worse value: 339.983344319. iteration 3733 found worse value: 339.983344319. iteration 3734 found worse value: 339.983344319. iteration 3735 found worse value: 339.983344319. iteration 3736 found worse value: 339.983344319. iteration 3737 found worse value: 339.983344319. iteration 3738 found worse value: 339.983344319. iteration 3739 found worse value: 339.983344319. iteration 3740 found worse value: 339.983344319. iteration 3741 found worse value: 339.983344319. iteration 3742 found worse value: 339.983344319. iteration 3743 found worse value: 339.983344319. iteration 3744 found worse value: 339.983344319. iteration 3745 found worse value: 339.983344319. iteration 3746 found worse value: 339.983344319. iteration 3747 found worse value: 339.983344319. iteration 3748 found worse value: 339.983344319. iteration 3749 found worse value: 339.983344319. iteration 3750 found worse value: 339.983344319. iteration 3751 found worse value: 339.983344319. iteration 3752 found worse value: 339.983344319. iteration 3753 found worse value: 339.983344319. iteration 3754 found worse value: 339.983344319. iteration 3755 found worse value: 339.983344319. iteration 3756 found worse value: 339.983344319. iteration 3757 found worse value: 339.983344319. iteration 3758 found worse value: 339.983344319. iteration 3759 found worse value: 339.983344319. iteration 3760 found worse value: 339.983344319. iteration 3761 found worse value: 339.983344319. iteration 3762 found worse value: 339.983344319. iteration 3763 found worse value: 339.983344319. iteration 3764 found worse value: 339.983344319. iteration 3765 found worse value: 339.983344319. iteration 3766 found worse value: 339.983344319. iteration 3767 found worse value: 339.983344319. iteration 3768 found worse value: 339.983344319. iteration 3769 found worse value: 339.983344319. iteration 3770 found worse value: 339.983344319. iteration 3771 found worse value: 339.983344319. iteration 3772 found worse value: 339.983344319. iteration 3773 found worse value: 339.983344319. iteration 3774 found worse value: 339.983344319. iteration 3775 found worse value: 339.983344319. iteration 3776 found worse value: 339.983344319. iteration 3777 found worse value: 339.983344319. iteration 3778 found worse value: 339.983344319. iteration 3779 found worse value: 339.983344319. iteration 3780 found worse value: 339.983344319. iteration 3781 found worse value: 339.983344319. iteration 3782 found worse value: 339.983344319. iteration 3783 found worse value: 339.983344319. iteration 3784 found worse value: 339.983344319. iteration 3785 found worse value: 339.983344319. iteration 3786 found worse value: 339.983344319. iteration 3787 found worse value: 339.983344319. iteration 3788 found worse value: 339.983344319. iteration 3789 found worse value: 339.983344319. iteration 3790 found worse value: 339.983344319. iteration 3791 found worse value: 339.983344319. iteration 3792 found worse value: 339.983344319. iteration 3793 found worse value: 339.983344319. iteration 3794 found worse value: 339.983344319. iteration 3795 found worse value: 339.983344319. iteration 3796 found worse value: 339.983344319. iteration 3797 found worse value: 339.983344319. iteration 3798 found worse value: 339.983344319. iteration 3799 found worse value: 339.983344319. iteration 3800 found worse value: 339.983344319. iteration 3801 found worse value: 339.983344319. iteration 3802 found worse value: 339.983344319. iteration 3803 found worse value: 339.983344319. iteration 3804 found worse value: 339.983344319. iteration 3805 found worse value: 339.983344319. iteration 3806 found worse value: 339.983344319. iteration 3807 found worse value: 339.983344319. iteration 3808 found worse value: 339.983344319. iteration 3809 found worse value: 339.983344319. iteration 3810 found worse value: 339.983344319. iteration 3811 found worse value: 339.983344319. iteration 3812 found worse value: 339.983344319. iteration 3813 found worse value: 339.983344319. iteration 3814 found worse value: 339.983344319. iteration 3815 found worse value: 339.983344319. iteration 3816 found worse value: 339.983344319. iteration 3817 found worse value: 339.983344319. iteration 3818 found worse value: 339.983344319. iteration 3819 found better value: 339.98747394500003 iteration 3820 found worse value: 339.98747394500003. iteration 3821 found worse value: 339.98747394500003. iteration 3822 found worse value: 339.98747394500003. iteration 3823 found worse value: 339.98747394500003. iteration 3824 found worse value: 339.98747394500003. iteration 3825 found worse value: 339.98747394500003. iteration 3826 found worse value: 339.98747394500003. iteration 3827 found worse value: 339.98747394500003. iteration 3828 found worse value: 339.98747394500003. iteration 3829 found worse value: 339.98747394500003. iteration 3830 found worse value: 339.98747394500003. iteration 3831 found worse value: 339.98747394500003. iteration 3832 found worse value: 339.98747394500003. iteration 3833 found worse value: 339.98747394500003. iteration 3834 found worse value: 339.98747394500003. iteration 3835 found worse value: 339.98747394500003. iteration 3836 found worse value: 339.98747394500003. iteration 3837 found worse value: 339.98747394500003. iteration 3838 found worse value: 339.98747394500003. iteration 3839 found worse value: 339.98747394500003. iteration 3840 found worse value: 339.98747394500003. iteration 3841 found worse value: 339.98747394500003. iteration 3842 found worse value: 339.98747394500003. iteration 3843 found worse value: 339.98747394500003. iteration 3844 found worse value: 339.98747394500003. iteration 3845 found worse value: 339.98747394500003. iteration 3846 found worse value: 339.98747394500003. iteration 3847 found worse value: 339.98747394500003. iteration 3848 found worse value: 339.98747394500003. iteration 3849 found worse value: 339.98747394500003. iteration 3850 found worse value: 339.98747394500003. iteration 3851 found worse value: 339.98747394500003. iteration 3852 found worse value: 339.98747394500003. iteration 3853 found worse value: 339.98747394500003. iteration 3854 found worse value: 339.98747394500003. iteration 3855 found worse value: 339.98747394500003. iteration 3856 found worse value: 339.98747394500003. iteration 3857 found worse value: 339.98747394500003. iteration 3858 found worse value: 339.98747394500003. iteration 3859 found worse value: 339.98747394500003. iteration 3860 found worse value: 339.98747394500003. iteration 3861 found worse value: 339.98747394500003. iteration 3862 found worse value: 339.98747394500003. iteration 3863 found worse value: 339.98747394500003. iteration 3864 found worse value: 339.98747394500003. iteration 3865 found worse value: 339.98747394500003. iteration 3866 found worse value: 339.98747394500003. iteration 3867 found worse value: 339.98747394500003. iteration 3868 found worse value: 339.98747394500003. iteration 3869 found worse value: 339.98747394500003. iteration 3870 found worse value: 339.98747394500003. iteration 3871 found worse value: 339.98747394500003. iteration 3872 found worse value: 339.98747394500003. iteration 3873 found worse value: 339.98747394500003. iteration 3874 found worse value: 339.98747394500003. iteration 3875 found worse value: 339.98747394500003. iteration 3876 found worse value: 339.98747394500003. iteration 3877 found worse value: 339.98747394500003. iteration 3878 found worse value: 339.98747394500003. iteration 3879 found worse value: 339.98747394500003. iteration 3880 found worse value: 339.98747394500003. iteration 3881 found worse value: 339.98747394500003. iteration 3882 found worse value: 339.98747394500003. iteration 3883 found worse value: 339.98747394500003. iteration 3884 found worse value: 339.98747394500003. iteration 3885 found worse value: 339.98747394500003. iteration 3886 found worse value: 339.98747394500003. iteration 3887 found worse value: 339.98747394500003. iteration 3888 found worse value: 339.98747394500003. iteration 3889 found worse value: 339.98747394500003. iteration 3890 found worse value: 339.98747394500003. iteration 3891 found worse value: 339.98747394500003. iteration 3892 found worse value: 339.98747394500003. iteration 3893 found worse value: 339.98747394500003. iteration 3894 found worse value: 339.98747394500003. iteration 3895 found worse value: 339.98747394500003. iteration 3896 found worse value: 339.98747394500003. iteration 3897 found worse value: 339.98747394500003. iteration 3898 found worse value: 339.98747394500003. iteration 3899 found worse value: 339.98747394500003. iteration 3900 found worse value: 339.98747394500003. iteration 3901 found worse value: 339.98747394500003. iteration 3902 found worse value: 339.98747394500003. iteration 3903 found worse value: 339.98747394500003. iteration 3904 found worse value: 339.98747394500003. iteration 3905 found worse value: 339.98747394500003. iteration 3906 found worse value: 339.98747394500003. iteration 3907 found worse value: 339.98747394500003. iteration 3908 found worse value: 339.98747394500003. iteration 3909 found worse value: 339.98747394500003. iteration 3910 found worse value: 339.98747394500003. iteration 3911 found worse value: 339.98747394500003. iteration 3912 found worse value: 339.98747394500003. iteration 3913 found worse value: 339.98747394500003. iteration 3914 found worse value: 339.98747394500003. iteration 3915 found worse value: 339.98747394500003. iteration 3916 found worse value: 339.98747394500003. iteration 3917 found worse value: 339.98747394500003. iteration 3918 found worse value: 339.98747394500003. iteration 3919 found worse value: 339.98747394500003. iteration 3920 found worse value: 339.98747394500003. iteration 3921 found worse value: 339.98747394500003. iteration 3922 found worse value: 339.98747394500003. iteration 3923 found worse value: 339.98747394500003. iteration 3924 found worse value: 339.98747394500003. iteration 3925 found worse value: 339.98747394500003. iteration 3926 found worse value: 339.98747394500003. iteration 3927 found worse value: 339.98747394500003. iteration 3928 found worse value: 339.98747394500003. iteration 3929 found worse value: 339.98747394500003. iteration 3930 found worse value: 339.98747394500003. iteration 3931 found worse value: 339.98747394500003. iteration 3932 found worse value: 339.98747394500003. iteration 3933 found worse value: 339.98747394500003. iteration 3934 found worse value: 339.98747394500003. iteration 3935 found worse value: 339.98747394500003. iteration 3936 found worse value: 339.98747394500003. iteration 3937 found worse value: 339.98747394500003. iteration 3938 found worse value: 339.98747394500003. iteration 3939 found worse value: 339.98747394500003. iteration 3940 found worse value: 339.98747394500003. iteration 3941 found worse value: 339.98747394500003. iteration 3942 found worse value: 339.98747394500003. iteration 3943 found worse value: 339.98747394500003. iteration 3944 found worse value: 339.98747394500003. iteration 3945 found worse value: 339.98747394500003. iteration 3946 found worse value: 339.98747394500003. iteration 3947 found worse value: 339.98747394500003. iteration 3948 found worse value: 339.98747394500003. iteration 3949 found worse value: 339.98747394500003. iteration 3950 found worse value: 339.98747394500003. iteration 3951 found worse value: 339.98747394500003. iteration 3952 found worse value: 339.98747394500003. iteration 3953 found worse value: 339.98747394500003. iteration 3954 found worse value: 339.98747394500003. iteration 3955 found worse value: 339.98747394500003. iteration 3956 found worse value: 339.98747394500003. iteration 3957 found worse value: 339.98747394500003. iteration 3958 found worse value: 339.98747394500003. iteration 3959 found worse value: 339.98747394500003. iteration 3960 found worse value: 339.98747394500003. iteration 3961 found worse value: 339.98747394500003. iteration 3962 found worse value: 339.98747394500003. iteration 3963 found worse value: 339.98747394500003. iteration 3964 found worse value: 339.98747394500003. iteration 3965 found worse value: 339.98747394500003. iteration 3966 found worse value: 339.98747394500003. iteration 3967 found worse value: 339.98747394500003. iteration 3968 found worse value: 339.98747394500003. iteration 3969 found worse value: 339.98747394500003. iteration 3970 found worse value: 339.98747394500003. iteration 3971 found worse value: 339.98747394500003. iteration 3972 found worse value: 339.98747394500003. iteration 3973 found worse value: 339.98747394500003. iteration 3974 found worse value: 339.98747394500003. iteration 3975 found worse value: 339.98747394500003. iteration 3976 found worse value: 339.98747394500003. iteration 3977 found worse value: 339.98747394500003. iteration 3978 found worse value: 339.98747394500003. iteration 3979 found worse value: 339.98747394500003. iteration 3980 found worse value: 339.98747394500003. iteration 3981 found worse value: 339.98747394500003. iteration 3982 found worse value: 339.98747394500003. iteration 3983 found worse value: 339.98747394500003. iteration 3984 found worse value: 339.98747394500003. iteration 3985 found worse value: 339.98747394500003. iteration 3986 found worse value: 339.98747394500003. iteration 3987 found worse value: 339.98747394500003. iteration 3988 found worse value: 339.98747394500003. iteration 3989 found worse value: 339.98747394500003. iteration 3990 found worse value: 339.98747394500003. iteration 3991 found worse value: 339.98747394500003. iteration 3992 found worse value: 339.98747394500003. iteration 3993 found worse value: 339.98747394500003. iteration 3994 found worse value: 339.98747394500003. iteration 3995 found worse value: 339.98747394500003. iteration 3996 found worse value: 339.98747394500003. iteration 3997 found worse value: 339.98747394500003. iteration 3998 found worse value: 339.98747394500003. iteration 3999 found worse value: 339.98747394500003. iteration 4000 found worse value: 339.98747394500003. iteration 4001 found worse value: 339.98747394500003. iteration 4002 found worse value: 339.98747394500003. iteration 4003 found worse value: 339.98747394500003. iteration 4004 found worse value: 339.98747394500003. iteration 4005 found worse value: 339.98747394500003. iteration 4006 found worse value: 339.98747394500003. iteration 4007 found worse value: 339.98747394500003. iteration 4008 found worse value: 339.98747394500003. iteration 4009 found worse value: 339.98747394500003. iteration 4010 found worse value: 339.98747394500003. iteration 4011 found worse value: 339.98747394500003. iteration 4012 found worse value: 339.98747394500003. iteration 4013 found worse value: 339.98747394500003. iteration 4014 found worse value: 339.98747394500003. iteration 4015 found worse value: 339.98747394500003. iteration 4016 found worse value: 339.98747394500003. iteration 4017 found worse value: 339.98747394500003. iteration 4018 found worse value: 339.98747394500003. iteration 4019 found worse value: 339.98747394500003. iteration 4020 found worse value: 339.98747394500003. iteration 4021 found worse value: 339.98747394500003. iteration 4022 found worse value: 339.98747394500003. iteration 4023 found worse value: 339.98747394500003. iteration 4024 found worse value: 339.98747394500003. iteration 4025 found worse value: 339.98747394500003. iteration 4026 found worse value: 339.98747394500003. iteration 4027 found worse value: 339.98747394500003. iteration 4028 found worse value: 339.98747394500003. iteration 4029 found worse value: 339.98747394500003. iteration 4030 found worse value: 339.98747394500003. iteration 4031 found worse value: 339.98747394500003. iteration 4032 found worse value: 339.98747394500003. iteration 4033 found worse value: 339.98747394500003. iteration 4034 found worse value: 339.98747394500003. iteration 4035 found worse value: 339.98747394500003. iteration 4036 found worse value: 339.98747394500003. iteration 4037 found worse value: 339.98747394500003. iteration 4038 found worse value: 339.98747394500003. iteration 4039 found worse value: 339.98747394500003. iteration 4040 found worse value: 339.98747394500003. iteration 4041 found worse value: 339.98747394500003. iteration 4042 found worse value: 339.98747394500003. iteration 4043 found worse value: 339.98747394500003. iteration 4044 found worse value: 339.98747394500003. iteration 4045 found worse value: 339.98747394500003. iteration 4046 found worse value: 339.98747394500003. iteration 4047 found worse value: 339.98747394500003. iteration 4048 found worse value: 339.98747394500003. iteration 4049 found worse value: 339.98747394500003. iteration 4050 found worse value: 339.98747394500003. iteration 4051 found worse value: 339.98747394500003. iteration 4052 found worse value: 339.98747394500003. iteration 4053 found worse value: 339.98747394500003. iteration 4054 found worse value: 339.98747394500003. iteration 4055 found worse value: 339.98747394500003. iteration 4056 found worse value: 339.98747394500003. iteration 4057 found worse value: 339.98747394500003. iteration 4058 found worse value: 339.98747394500003. iteration 4059 found worse value: 339.98747394500003. iteration 4060 found worse value: 339.98747394500003. iteration 4061 found worse value: 339.98747394500003. iteration 4062 found worse value: 339.98747394500003. iteration 4063 found worse value: 339.98747394500003. iteration 4064 found worse value: 339.98747394500003. iteration 4065 found worse value: 339.98747394500003. iteration 4066 found worse value: 339.98747394500003. iteration 4067 found worse value: 339.98747394500003. iteration 4068 found worse value: 339.98747394500003. iteration 4069 found worse value: 339.98747394500003. iteration 4070 found worse value: 339.98747394500003. iteration 4071 found worse value: 339.98747394500003. iteration 4072 found worse value: 339.98747394500003. iteration 4073 found worse value: 339.98747394500003. iteration 4074 found worse value: 339.98747394500003. iteration 4075 found worse value: 339.98747394500003. iteration 4076 found worse value: 339.98747394500003. iteration 4077 found worse value: 339.98747394500003. iteration 4078 found worse value: 339.98747394500003. iteration 4079 found worse value: 339.98747394500003. iteration 4080 found worse value: 339.98747394500003. iteration 4081 found worse value: 339.98747394500003. iteration 4082 found worse value: 339.98747394500003. iteration 4083 found worse value: 339.98747394500003. iteration 4084 found worse value: 339.98747394500003. iteration 4085 found worse value: 339.98747394500003. iteration 4086 found worse value: 339.98747394500003. iteration 4087 found worse value: 339.98747394500003. iteration 4088 found worse value: 339.98747394500003. iteration 4089 found worse value: 339.98747394500003. iteration 4090 found worse value: 339.98747394500003. iteration 4091 found worse value: 339.98747394500003. iteration 4092 found worse value: 339.98747394500003. iteration 4093 found worse value: 339.98747394500003. iteration 4094 found worse value: 339.98747394500003. iteration 4095 found worse value: 339.98747394500003. iteration 4096 found worse value: 339.98747394500003. iteration 4097 found worse value: 339.98747394500003. iteration 4098 found worse value: 339.98747394500003. iteration 4099 found worse value: 339.98747394500003. iteration 4100 found worse value: 339.98747394500003. iteration 4101 found worse value: 339.98747394500003. iteration 4102 found worse value: 339.98747394500003. iteration 4103 found worse value: 339.98747394500003. iteration 4104 found worse value: 339.98747394500003. iteration 4105 found worse value: 339.98747394500003. iteration 4106 found worse value: 339.98747394500003. iteration 4107 found worse value: 339.98747394500003. iteration 4108 found worse value: 339.98747394500003. iteration 4109 found worse value: 339.98747394500003. iteration 4110 found worse value: 339.98747394500003. iteration 4111 found worse value: 339.98747394500003. iteration 4112 found worse value: 339.98747394500003. iteration 4113 found worse value: 339.98747394500003. iteration 4114 found worse value: 339.98747394500003. iteration 4115 found worse value: 339.98747394500003. iteration 4116 found worse value: 339.98747394500003. iteration 4117 found worse value: 339.98747394500003. iteration 4118 found worse value: 339.98747394500003. iteration 4119 found worse value: 339.98747394500003. iteration 4120 found worse value: 339.98747394500003. iteration 4121 found worse value: 339.98747394500003. iteration 4122 found worse value: 339.98747394500003. iteration 4123 found worse value: 339.98747394500003. iteration 4124 found worse value: 339.98747394500003. iteration 4125 found worse value: 339.98747394500003. iteration 4126 found worse value: 339.98747394500003. iteration 4127 found worse value: 339.98747394500003. iteration 4128 found worse value: 339.98747394500003. iteration 4129 found worse value: 339.98747394500003. iteration 4130 found worse value: 339.98747394500003. iteration 4131 found worse value: 339.98747394500003. iteration 4132 found worse value: 339.98747394500003. iteration 4133 found worse value: 339.98747394500003. iteration 4134 found worse value: 339.98747394500003. iteration 4135 found worse value: 339.98747394500003. iteration 4136 found worse value: 339.98747394500003. iteration 4137 found worse value: 339.98747394500003. iteration 4138 found worse value: 339.98747394500003. iteration 4139 found worse value: 339.98747394500003. iteration 4140 found worse value: 339.98747394500003. iteration 4141 found worse value: 339.98747394500003. iteration 4142 found worse value: 339.98747394500003. iteration 4143 found worse value: 339.98747394500003. iteration 4144 found worse value: 339.98747394500003. iteration 4145 found worse value: 339.98747394500003. iteration 4146 found worse value: 339.98747394500003. iteration 4147 found worse value: 339.98747394500003. iteration 4148 found worse value: 339.98747394500003. iteration 4149 found worse value: 339.98747394500003. iteration 4150 found worse value: 339.98747394500003. iteration 4151 found worse value: 339.98747394500003. iteration 4152 found worse value: 339.98747394500003. iteration 4153 found worse value: 339.98747394500003. iteration 4154 found worse value: 339.98747394500003. iteration 4155 found worse value: 339.98747394500003. iteration 4156 found worse value: 339.98747394500003. iteration 4157 found worse value: 339.98747394500003. iteration 4158 found worse value: 339.98747394500003. iteration 4159 found worse value: 339.98747394500003. iteration 4160 found worse value: 339.98747394500003. iteration 4161 found worse value: 339.98747394500003. iteration 4162 found worse value: 339.98747394500003. iteration 4163 found worse value: 339.98747394500003. iteration 4164 found worse value: 339.98747394500003. iteration 4165 found worse value: 339.98747394500003. iteration 4166 found worse value: 339.98747394500003. iteration 4167 found worse value: 339.98747394500003. iteration 4168 found worse value: 339.98747394500003. iteration 4169 found worse value: 339.98747394500003. iteration 4170 found worse value: 339.98747394500003. iteration 4171 found worse value: 339.98747394500003. iteration 4172 found worse value: 339.98747394500003. iteration 4173 found worse value: 339.98747394500003. iteration 4174 found worse value: 339.98747394500003. iteration 4175 found worse value: 339.98747394500003. iteration 4176 found worse value: 339.98747394500003. iteration 4177 found worse value: 339.98747394500003. iteration 4178 found worse value: 339.98747394500003. iteration 4179 found worse value: 339.98747394500003. iteration 4180 found worse value: 339.98747394500003. iteration 4181 found worse value: 339.98747394500003. iteration 4182 found worse value: 339.98747394500003. iteration 4183 found worse value: 339.98747394500003. iteration 4184 found worse value: 339.98747394500003. iteration 4185 found worse value: 339.98747394500003. iteration 4186 found worse value: 339.98747394500003. iteration 4187 found worse value: 339.98747394500003. iteration 4188 found worse value: 339.98747394500003. iteration 4189 found worse value: 339.98747394500003. iteration 4190 found worse value: 339.98747394500003. iteration 4191 found worse value: 339.98747394500003. iteration 4192 found worse value: 339.98747394500003. iteration 4193 found worse value: 339.98747394500003. iteration 4194 found worse value: 339.98747394500003. iteration 4195 found worse value: 339.98747394500003. iteration 4196 found worse value: 339.98747394500003. iteration 4197 found worse value: 339.98747394500003. iteration 4198 found worse value: 339.98747394500003. iteration 4199 found worse value: 339.98747394500003. iteration 4200 found worse value: 339.98747394500003. iteration 4201 found worse value: 339.98747394500003. iteration 4202 found worse value: 339.98747394500003. iteration 4203 found worse value: 339.98747394500003. iteration 4204 found worse value: 339.98747394500003. iteration 4205 found worse value: 339.98747394500003. iteration 4206 found worse value: 339.98747394500003. iteration 4207 found worse value: 339.98747394500003. iteration 4208 found worse value: 339.98747394500003. iteration 4209 found worse value: 339.98747394500003. iteration 4210 found worse value: 339.98747394500003. iteration 4211 found worse value: 339.98747394500003. iteration 4212 found worse value: 339.98747394500003. iteration 4213 found worse value: 339.98747394500003. iteration 4214 found worse value: 339.98747394500003. iteration 4215 found worse value: 339.98747394500003. iteration 4216 found worse value: 339.98747394500003. iteration 4217 found worse value: 339.98747394500003. iteration 4218 found worse value: 339.98747394500003. iteration 4219 found worse value: 339.98747394500003. iteration 4220 found worse value: 339.98747394500003. iteration 4221 found worse value: 339.98747394500003. iteration 4222 found worse value: 339.98747394500003. iteration 4223 found worse value: 339.98747394500003. iteration 4224 found worse value: 339.98747394500003. iteration 4225 found worse value: 339.98747394500003. iteration 4226 found worse value: 339.98747394500003. iteration 4227 found worse value: 339.98747394500003. iteration 4228 found worse value: 339.98747394500003. iteration 4229 found worse value: 339.98747394500003. iteration 4230 found worse value: 339.98747394500003. iteration 4231 found worse value: 339.98747394500003. iteration 4232 found worse value: 339.98747394500003. iteration 4233 found worse value: 339.98747394500003. iteration 4234 found worse value: 339.98747394500003. iteration 4235 found worse value: 339.98747394500003. iteration 4236 found worse value: 339.98747394500003. iteration 4237 found worse value: 339.98747394500003. iteration 4238 found worse value: 339.98747394500003. iteration 4239 found worse value: 339.98747394500003. iteration 4240 found worse value: 339.98747394500003. iteration 4241 found worse value: 339.98747394500003. iteration 4242 found worse value: 339.98747394500003. iteration 4243 found worse value: 339.98747394500003. iteration 4244 found worse value: 339.98747394500003. iteration 4245 found worse value: 339.98747394500003. iteration 4246 found worse value: 339.98747394500003. iteration 4247 found worse value: 339.98747394500003. iteration 4248 found worse value: 339.98747394500003. iteration 4249 found worse value: 339.98747394500003. iteration 4250 found worse value: 339.98747394500003. iteration 4251 found worse value: 339.98747394500003. iteration 4252 found worse value: 339.98747394500003. iteration 4253 found worse value: 339.98747394500003. iteration 4254 found worse value: 339.98747394500003. iteration 4255 found worse value: 339.98747394500003. iteration 4256 found worse value: 339.98747394500003. iteration 4257 found worse value: 339.98747394500003. iteration 4258 found worse value: 339.98747394500003. iteration 4259 found worse value: 339.98747394500003. iteration 4260 found worse value: 339.98747394500003. iteration 4261 found worse value: 339.98747394500003. iteration 4262 found worse value: 339.98747394500003. iteration 4263 found worse value: 339.98747394500003. iteration 4264 found worse value: 339.98747394500003. iteration 4265 found worse value: 339.98747394500003. iteration 4266 found worse value: 339.98747394500003. iteration 4267 found worse value: 339.98747394500003. iteration 4268 found worse value: 339.98747394500003. iteration 4269 found worse value: 339.98747394500003. iteration 4270 found worse value: 339.98747394500003. iteration 4271 found worse value: 339.98747394500003. iteration 4272 found worse value: 339.98747394500003. iteration 4273 found worse value: 339.98747394500003. iteration 4274 found worse value: 339.98747394500003. iteration 4275 found worse value: 339.98747394500003. iteration 4276 found worse value: 339.98747394500003. iteration 4277 found worse value: 339.98747394500003. iteration 4278 found worse value: 339.98747394500003. iteration 4279 found worse value: 339.98747394500003. iteration 4280 found worse value: 339.98747394500003. iteration 4281 found worse value: 339.98747394500003. iteration 4282 found worse value: 339.98747394500003. iteration 4283 found worse value: 339.98747394500003. iteration 4284 found worse value: 339.98747394500003. iteration 4285 found worse value: 339.98747394500003. iteration 4286 found worse value: 339.98747394500003. iteration 4287 found worse value: 339.98747394500003. iteration 4288 found worse value: 339.98747394500003. iteration 4289 found worse value: 339.98747394500003. iteration 4290 found worse value: 339.98747394500003. iteration 4291 found worse value: 339.98747394500003. iteration 4292 found worse value: 339.98747394500003. iteration 4293 found worse value: 339.98747394500003. iteration 4294 found worse value: 339.98747394500003. iteration 4295 found worse value: 339.98747394500003. iteration 4296 found worse value: 339.98747394500003. iteration 4297 found worse value: 339.98747394500003. iteration 4298 found worse value: 339.98747394500003. iteration 4299 found worse value: 339.98747394500003. iteration 4300 found worse value: 339.98747394500003. iteration 4301 found worse value: 339.98747394500003. iteration 4302 found worse value: 339.98747394500003. iteration 4303 found worse value: 339.98747394500003. iteration 4304 found worse value: 339.98747394500003. iteration 4305 found worse value: 339.98747394500003. iteration 4306 found worse value: 339.98747394500003. iteration 4307 found worse value: 339.98747394500003. iteration 4308 found worse value: 339.98747394500003. iteration 4309 found worse value: 339.98747394500003. iteration 4310 found worse value: 339.98747394500003. iteration 4311 found worse value: 339.98747394500003. iteration 4312 found worse value: 339.98747394500003. iteration 4313 found worse value: 339.98747394500003. iteration 4314 found worse value: 339.98747394500003. iteration 4315 found worse value: 339.98747394500003. iteration 4316 found worse value: 339.98747394500003. iteration 4317 found worse value: 339.98747394500003. iteration 4318 found worse value: 339.98747394500003. iteration 4319 found worse value: 339.98747394500003. iteration 4320 found worse value: 339.98747394500003. iteration 4321 found worse value: 339.98747394500003. iteration 4322 found worse value: 339.98747394500003. iteration 4323 found worse value: 339.98747394500003. iteration 4324 found worse value: 339.98747394500003. iteration 4325 found worse value: 339.98747394500003. iteration 4326 found worse value: 339.98747394500003. iteration 4327 found worse value: 339.98747394500003. iteration 4328 found worse value: 339.98747394500003. iteration 4329 found worse value: 339.98747394500003. iteration 4330 found worse value: 339.98747394500003. iteration 4331 found worse value: 339.98747394500003. iteration 4332 found worse value: 339.98747394500003. iteration 4333 found worse value: 339.98747394500003. iteration 4334 found worse value: 339.98747394500003. iteration 4335 found worse value: 339.98747394500003. iteration 4336 found worse value: 339.98747394500003. iteration 4337 found worse value: 339.98747394500003. iteration 4338 found worse value: 339.98747394500003. iteration 4339 found worse value: 339.98747394500003. iteration 4340 found worse value: 339.98747394500003. iteration 4341 found worse value: 339.98747394500003. iteration 4342 found worse value: 339.98747394500003. iteration 4343 found worse value: 339.98747394500003. iteration 4344 found worse value: 339.98747394500003. iteration 4345 found worse value: 339.98747394500003. iteration 4346 found worse value: 339.98747394500003. iteration 4347 found worse value: 339.98747394500003. iteration 4348 found worse value: 339.98747394500003. iteration 4349 found worse value: 339.98747394500003. iteration 4350 found worse value: 339.98747394500003. iteration 4351 found worse value: 339.98747394500003. iteration 4352 found worse value: 339.98747394500003. iteration 4353 found worse value: 339.98747394500003. iteration 4354 found worse value: 339.98747394500003. iteration 4355 found worse value: 339.98747394500003. iteration 4356 found worse value: 339.98747394500003. iteration 4357 found worse value: 339.98747394500003. iteration 4358 found worse value: 339.98747394500003. iteration 4359 found worse value: 339.98747394500003. iteration 4360 found worse value: 339.98747394500003. iteration 4361 found worse value: 339.98747394500003. iteration 4362 found worse value: 339.98747394500003. iteration 4363 found worse value: 339.98747394500003. iteration 4364 found worse value: 339.98747394500003. iteration 4365 found worse value: 339.98747394500003. iteration 4366 found worse value: 339.98747394500003. iteration 4367 found worse value: 339.98747394500003. iteration 4368 found worse value: 339.98747394500003. iteration 4369 found worse value: 339.98747394500003. iteration 4370 found worse value: 339.98747394500003. iteration 4371 found worse value: 339.98747394500003. iteration 4372 found worse value: 339.98747394500003. iteration 4373 found worse value: 339.98747394500003. iteration 4374 found worse value: 339.98747394500003. iteration 4375 found worse value: 339.98747394500003. iteration 4376 found worse value: 339.98747394500003. iteration 4377 found worse value: 339.98747394500003. iteration 4378 found worse value: 339.98747394500003. iteration 4379 found worse value: 339.98747394500003. iteration 4380 found worse value: 339.98747394500003. iteration 4381 found worse value: 339.98747394500003. iteration 4382 found worse value: 339.98747394500003. iteration 4383 found worse value: 339.98747394500003. iteration 4384 found worse value: 339.98747394500003. iteration 4385 found worse value: 339.98747394500003. iteration 4386 found worse value: 339.98747394500003. iteration 4387 found worse value: 339.98747394500003. iteration 4388 found worse value: 339.98747394500003. iteration 4389 found worse value: 339.98747394500003. iteration 4390 found worse value: 339.98747394500003. iteration 4391 found worse value: 339.98747394500003. iteration 4392 found worse value: 339.98747394500003. iteration 4393 found worse value: 339.98747394500003. iteration 4394 found worse value: 339.98747394500003. iteration 4395 found worse value: 339.98747394500003. iteration 4396 found worse value: 339.98747394500003. iteration 4397 found worse value: 339.98747394500003. iteration 4398 found worse value: 339.98747394500003. iteration 4399 found worse value: 339.98747394500003. iteration 4400 found worse value: 339.98747394500003. iteration 4401 found worse value: 339.98747394500003. iteration 4402 found worse value: 339.98747394500003. iteration 4403 found worse value: 339.98747394500003. iteration 4404 found worse value: 339.98747394500003. iteration 4405 found worse value: 339.98747394500003. iteration 4406 found worse value: 339.98747394500003. iteration 4407 found worse value: 339.98747394500003. iteration 4408 found worse value: 339.98747394500003. iteration 4409 found worse value: 339.98747394500003. iteration 4410 found worse value: 339.98747394500003. iteration 4411 found worse value: 339.98747394500003. iteration 4412 found worse value: 339.98747394500003. iteration 4413 found worse value: 339.98747394500003. iteration 4414 found worse value: 339.98747394500003. iteration 4415 found worse value: 339.98747394500003. iteration 4416 found worse value: 339.98747394500003. iteration 4417 found worse value: 339.98747394500003. iteration 4418 found worse value: 339.98747394500003. iteration 4419 found worse value: 339.98747394500003. iteration 4420 found worse value: 339.98747394500003. iteration 4421 found worse value: 339.98747394500003. iteration 4422 found worse value: 339.98747394500003. iteration 4423 found worse value: 339.98747394500003. iteration 4424 found worse value: 339.98747394500003. iteration 4425 found worse value: 339.98747394500003. iteration 4426 found worse value: 339.98747394500003. iteration 4427 found worse value: 339.98747394500003. iteration 4428 found worse value: 339.98747394500003. iteration 4429 found worse value: 339.98747394500003. iteration 4430 found worse value: 339.98747394500003. iteration 4431 found worse value: 339.98747394500003. iteration 4432 found worse value: 339.98747394500003. iteration 4433 found worse value: 339.98747394500003. iteration 4434 found worse value: 339.98747394500003. iteration 4435 found worse value: 339.98747394500003. iteration 4436 found worse value: 339.98747394500003. iteration 4437 found worse value: 339.98747394500003. iteration 4438 found worse value: 339.98747394500003. iteration 4439 found worse value: 339.98747394500003. iteration 4440 found worse value: 339.98747394500003. iteration 4441 found worse value: 339.98747394500003. iteration 4442 found worse value: 339.98747394500003. iteration 4443 found worse value: 339.98747394500003. iteration 4444 found worse value: 339.98747394500003. iteration 4445 found worse value: 339.98747394500003. iteration 4446 found worse value: 339.98747394500003. iteration 4447 found worse value: 339.98747394500003. iteration 4448 found worse value: 339.98747394500003. iteration 4449 found worse value: 339.98747394500003. iteration 4450 found worse value: 339.98747394500003. iteration 4451 found worse value: 339.98747394500003. iteration 4452 found worse value: 339.98747394500003. iteration 4453 found worse value: 339.98747394500003. iteration 4454 found worse value: 339.98747394500003. iteration 4455 found worse value: 339.98747394500003. iteration 4456 found worse value: 339.98747394500003. iteration 4457 found worse value: 339.98747394500003. iteration 4458 found worse value: 339.98747394500003. iteration 4459 found worse value: 339.98747394500003. iteration 4460 found worse value: 339.98747394500003. iteration 4461 found worse value: 339.98747394500003. iteration 4462 found worse value: 339.98747394500003. iteration 4463 found worse value: 339.98747394500003. iteration 4464 found worse value: 339.98747394500003. iteration 4465 found worse value: 339.98747394500003. iteration 4466 found worse value: 339.98747394500003. iteration 4467 found worse value: 339.98747394500003. iteration 4468 found worse value: 339.98747394500003. iteration 4469 found worse value: 339.98747394500003. iteration 4470 found worse value: 339.98747394500003. iteration 4471 found worse value: 339.98747394500003. iteration 4472 found worse value: 339.98747394500003. iteration 4473 found worse value: 339.98747394500003. iteration 4474 found worse value: 339.98747394500003. iteration 4475 found worse value: 339.98747394500003. iteration 4476 found worse value: 339.98747394500003. iteration 4477 found worse value: 339.98747394500003. iteration 4478 found worse value: 339.98747394500003. iteration 4479 found worse value: 339.98747394500003. iteration 4480 found worse value: 339.98747394500003. iteration 4481 found worse value: 339.98747394500003. iteration 4482 found worse value: 339.98747394500003. iteration 4483 found worse value: 339.98747394500003. iteration 4484 found worse value: 339.98747394500003. iteration 4485 found worse value: 339.98747394500003. iteration 4486 found worse value: 339.98747394500003. iteration 4487 found worse value: 339.98747394500003. iteration 4488 found worse value: 339.98747394500003. iteration 4489 found worse value: 339.98747394500003. iteration 4490 found worse value: 339.98747394500003. iteration 4491 found worse value: 339.98747394500003. iteration 4492 found worse value: 339.98747394500003. iteration 4493 found worse value: 339.98747394500003. iteration 4494 found worse value: 339.98747394500003. iteration 4495 found worse value: 339.98747394500003. iteration 4496 found worse value: 339.98747394500003. iteration 4497 found worse value: 339.98747394500003. iteration 4498 found worse value: 339.98747394500003. iteration 4499 found worse value: 339.98747394500003. iteration 4500 found worse value: 339.98747394500003. iteration 4501 found worse value: 339.98747394500003. iteration 4502 found worse value: 339.98747394500003. iteration 4503 found worse value: 339.98747394500003. iteration 4504 found worse value: 339.98747394500003. iteration 4505 found worse value: 339.98747394500003. iteration 4506 found worse value: 339.98747394500003. iteration 4507 found worse value: 339.98747394500003. iteration 4508 found worse value: 339.98747394500003. iteration 4509 found worse value: 339.98747394500003. iteration 4510 found worse value: 339.98747394500003. iteration 4511 found worse value: 339.98747394500003. iteration 4512 found worse value: 339.98747394500003. iteration 4513 found worse value: 339.98747394500003. iteration 4514 found worse value: 339.98747394500003. iteration 4515 found worse value: 339.98747394500003. iteration 4516 found worse value: 339.98747394500003. iteration 4517 found worse value: 339.98747394500003. iteration 4518 found worse value: 339.98747394500003. iteration 4519 found worse value: 339.98747394500003. iteration 4520 found worse value: 339.98747394500003. iteration 4521 found worse value: 339.98747394500003. iteration 4522 found worse value: 339.98747394500003. iteration 4523 found worse value: 339.98747394500003. iteration 4524 found worse value: 339.98747394500003. iteration 4525 found worse value: 339.98747394500003. iteration4525, perturbing to get out of local maxima iteration 4526 found worse value: 339.98747394500003. iteration 4527 found worse value: 339.98747394500003. iteration 4528 found worse value: 339.98747394500003. iteration 4529 found worse value: 339.98747394500003. iteration 4530 found worse value: 339.98747394500003. iteration 4531 found worse value: 339.98747394500003. iteration 4532 found worse value: 339.98747394500003. iteration 4533 found worse value: 339.98747394500003. iteration 4534 found worse value: 339.98747394500003. iteration 4535 found worse value: 339.98747394500003. iteration 4536 found worse value: 339.98747394500003. iteration 4537 found worse value: 339.98747394500003. iteration 4538 found worse value: 339.98747394500003. iteration 4539 found worse value: 339.98747394500003. iteration 4540 found worse value: 339.98747394500003. iteration 4541 found worse value: 339.98747394500003. iteration 4542 found worse value: 339.98747394500003. iteration 4543 found worse value: 339.98747394500003. iteration 4544 found worse value: 339.98747394500003. iteration 4545 found worse value: 339.98747394500003. iteration 4546 found worse value: 339.98747394500003. iteration 4547 found worse value: 339.98747394500003. iteration 4548 found worse value: 339.98747394500003. iteration 4549 found worse value: 339.98747394500003. iteration 4550 found worse value: 339.98747394500003. iteration 4551 found worse value: 339.98747394500003. iteration 4552 found worse value: 339.98747394500003. iteration 4553 found worse value: 339.98747394500003. iteration 4554 found worse value: 339.98747394500003. iteration 4555 found worse value: 339.98747394500003. iteration 4556 found worse value: 339.98747394500003. iteration 4557 found worse value: 339.98747394500003. iteration 4558 found worse value: 339.98747394500003. iteration 4559 found worse value: 339.98747394500003. iteration 4560 found worse value: 339.98747394500003. iteration 4561 found worse value: 339.98747394500003. iteration 4562 found worse value: 339.98747394500003. iteration 4563 found worse value: 339.98747394500003. iteration 4564 found worse value: 339.98747394500003. iteration 4565 found worse value: 339.98747394500003. iteration 4566 found worse value: 339.98747394500003. iteration 4567 found worse value: 339.98747394500003. iteration 4568 found worse value: 339.98747394500003. iteration 4569 found worse value: 339.98747394500003. iteration 4570 found worse value: 339.98747394500003. iteration 4571 found worse value: 339.98747394500003. iteration 4572 found worse value: 339.98747394500003. iteration 4573 found worse value: 339.98747394500003. iteration 4574 found worse value: 339.98747394500003. iteration 4575 found worse value: 339.98747394500003. iteration 4576 found worse value: 339.98747394500003. iteration 4577 found worse value: 339.98747394500003. iteration 4578 found worse value: 339.98747394500003. iteration 4579 found worse value: 339.98747394500003. iteration 4580 found worse value: 339.98747394500003. iteration 4581 found worse value: 339.98747394500003. iteration 4582 found worse value: 339.98747394500003. iteration 4583 found worse value: 339.98747394500003. iteration 4584 found worse value: 339.98747394500003. iteration 4585 found worse value: 339.98747394500003. iteration 4586 found worse value: 339.98747394500003. iteration 4587 found worse value: 339.98747394500003. iteration 4588 found worse value: 339.98747394500003. iteration 4589 found worse value: 339.98747394500003. iteration 4590 found worse value: 339.98747394500003. iteration 4591 found worse value: 339.98747394500003. iteration 4592 found worse value: 339.98747394500003. iteration 4593 found worse value: 339.98747394500003. iteration 4594 found worse value: 339.98747394500003. iteration 4595 found worse value: 339.98747394500003. iteration 4596 found worse value: 339.98747394500003. iteration 4597 found worse value: 339.98747394500003. iteration 4598 found worse value: 339.98747394500003. iteration 4599 found worse value: 339.98747394500003. iteration 4600 found worse value: 339.98747394500003. iteration 4601 found worse value: 339.98747394500003. iteration 4602 found worse value: 339.98747394500003. iteration 4603 found worse value: 339.98747394500003. iteration 4604 found worse value: 339.98747394500003. iteration 4605 found worse value: 339.98747394500003. iteration 4606 found worse value: 339.98747394500003. iteration 4607 found worse value: 339.98747394500003. iteration 4608 found worse value: 339.98747394500003. iteration 4609 found worse value: 339.98747394500003. iteration 4610 found worse value: 339.98747394500003. iteration 4611 found worse value: 339.98747394500003. iteration 4612 found worse value: 339.98747394500003. iteration 4613 found worse value: 339.98747394500003. iteration 4614 found worse value: 339.98747394500003. iteration 4615 found worse value: 339.98747394500003. iteration 4616 found worse value: 339.98747394500003. iteration 4617 found worse value: 339.98747394500003. iteration 4618 found worse value: 339.98747394500003. iteration 4619 found worse value: 339.98747394500003. iteration 4620 found worse value: 339.98747394500003. iteration 4621 found worse value: 339.98747394500003. iteration 4622 found worse value: 339.98747394500003. iteration 4623 found worse value: 339.98747394500003. iteration 4624 found worse value: 339.98747394500003. iteration 4625 found worse value: 339.98747394500003. iteration 4626 found worse value: 339.98747394500003. iteration 4627 found worse value: 339.98747394500003. iteration 4628 found worse value: 339.98747394500003. iteration 4629 found worse value: 339.98747394500003. iteration 4630 found worse value: 339.98747394500003. iteration 4631 found worse value: 339.98747394500003. iteration 4632 found worse value: 339.98747394500003. iteration 4633 found worse value: 339.98747394500003. iteration 4634 found worse value: 339.98747394500003. iteration 4635 found worse value: 339.98747394500003. iteration 4636 found worse value: 339.98747394500003. iteration 4637 found worse value: 339.98747394500003. iteration 4638 found worse value: 339.98747394500003. iteration 4639 found worse value: 339.98747394500003. iteration 4640 found worse value: 339.98747394500003. iteration 4641 found worse value: 339.98747394500003. iteration 4642 found worse value: 339.98747394500003. iteration 4643 found worse value: 339.98747394500003. iteration 4644 found worse value: 339.98747394500003. iteration 4645 found worse value: 339.98747394500003. iteration 4646 found worse value: 339.98747394500003. iteration 4647 found worse value: 339.98747394500003. iteration 4648 found worse value: 339.98747394500003. iteration 4649 found worse value: 339.98747394500003. iteration 4650 found worse value: 339.98747394500003. iteration 4651 found worse value: 339.98747394500003. iteration 4652 found worse value: 339.98747394500003. iteration 4653 found worse value: 339.98747394500003. iteration 4654 found worse value: 339.98747394500003. iteration 4655 found worse value: 339.98747394500003. iteration 4656 found worse value: 339.98747394500003. iteration 4657 found worse value: 339.98747394500003. iteration 4658 found worse value: 339.98747394500003. iteration 4659 found worse value: 339.98747394500003. iteration 4660 found worse value: 339.98747394500003. iteration 4661 found worse value: 339.98747394500003. iteration 4662 found worse value: 339.98747394500003. iteration 4663 found worse value: 339.98747394500003. iteration 4664 found worse value: 339.98747394500003. iteration 4665 found worse value: 339.98747394500003. iteration 4666 found worse value: 339.98747394500003. iteration 4667 found worse value: 339.98747394500003. iteration 4668 found worse value: 339.98747394500003. iteration 4669 found worse value: 339.98747394500003. iteration 4670 found worse value: 339.98747394500003. iteration 4671 found worse value: 339.98747394500003. iteration 4672 found worse value: 339.98747394500003. iteration 4673 found worse value: 339.98747394500003. iteration 4674 found worse value: 339.98747394500003. iteration 4675 found worse value: 339.98747394500003. iteration 4676 found worse value: 339.98747394500003. iteration 4677 found worse value: 339.98747394500003. iteration 4678 found worse value: 339.98747394500003. iteration 4679 found worse value: 339.98747394500003. iteration 4680 found worse value: 339.98747394500003. iteration 4681 found worse value: 339.98747394500003. iteration 4682 found worse value: 339.98747394500003. iteration 4683 found worse value: 339.98747394500003. iteration 4684 found worse value: 339.98747394500003. iteration 4685 found worse value: 339.98747394500003. iteration 4686 found worse value: 339.98747394500003. iteration 4687 found worse value: 339.98747394500003. iteration 4688 found worse value: 339.98747394500003. iteration 4689 found worse value: 339.98747394500003. iteration 4690 found worse value: 339.98747394500003. iteration 4691 found worse value: 339.98747394500003. iteration 4692 found worse value: 339.98747394500003. iteration 4693 found worse value: 339.98747394500003. iteration 4694 found worse value: 339.98747394500003. iteration 4695 found worse value: 339.98747394500003. iteration 4696 found worse value: 339.98747394500003. iteration 4697 found worse value: 339.98747394500003. iteration 4698 found worse value: 339.98747394500003. iteration 4699 found worse value: 339.98747394500003. iteration 4700 found worse value: 339.98747394500003. iteration 4701 found worse value: 339.98747394500003. iteration 4702 found worse value: 339.98747394500003. iteration 4703 found worse value: 339.98747394500003. iteration 4704 found worse value: 339.98747394500003. iteration 4705 found worse value: 339.98747394500003. iteration 4706 found worse value: 339.98747394500003. iteration 4707 found worse value: 339.98747394500003. iteration 4708 found worse value: 339.98747394500003. iteration 4709 found worse value: 339.98747394500003. iteration 4710 found worse value: 339.98747394500003. iteration 4711 found worse value: 339.98747394500003. iteration 4712 found worse value: 339.98747394500003. iteration 4713 found worse value: 339.98747394500003. iteration 4714 found worse value: 339.98747394500003. iteration 4715 found worse value: 339.98747394500003. iteration 4716 found worse value: 339.98747394500003. iteration 4717 found worse value: 339.98747394500003. iteration 4718 found worse value: 339.98747394500003. iteration 4719 found worse value: 339.98747394500003. iteration 4720 found worse value: 339.98747394500003. iteration 4721 found worse value: 339.98747394500003. iteration 4722 found worse value: 339.98747394500003. iteration 4723 found worse value: 339.98747394500003. iteration 4724 found worse value: 339.98747394500003. iteration 4725 found worse value: 339.98747394500003. iteration 4726 found worse value: 339.98747394500003. iteration 4727 found worse value: 339.98747394500003. iteration 4728 found worse value: 339.98747394500003. iteration 4729 found worse value: 339.98747394500003. iteration 4730 found worse value: 339.98747394500003. iteration 4731 found worse value: 339.98747394500003. iteration 4732 found worse value: 339.98747394500003. iteration 4733 found worse value: 339.98747394500003. iteration 4734 found worse value: 339.98747394500003. iteration 4735 found worse value: 339.98747394500003. iteration 4736 found worse value: 339.98747394500003. iteration 4737 found worse value: 339.98747394500003. iteration 4738 found worse value: 339.98747394500003. iteration 4739 found worse value: 339.98747394500003. iteration 4740 found worse value: 339.98747394500003. iteration 4741 found worse value: 339.98747394500003. iteration 4742 found worse value: 339.98747394500003. iteration 4743 found worse value: 339.98747394500003. iteration 4744 found worse value: 339.98747394500003. iteration 4745 found worse value: 339.98747394500003. iteration 4746 found worse value: 339.98747394500003. iteration 4747 found worse value: 339.98747394500003. iteration 4748 found worse value: 339.98747394500003. iteration 4749 found worse value: 339.98747394500003. iteration 4750 found worse value: 339.98747394500003. iteration 4751 found worse value: 339.98747394500003. iteration 4752 found worse value: 339.98747394500003. iteration 4753 found worse value: 339.98747394500003. iteration 4754 found worse value: 339.98747394500003. iteration 4755 found worse value: 339.98747394500003. iteration 4756 found worse value: 339.98747394500003. iteration 4757 found worse value: 339.98747394500003. iteration 4758 found worse value: 339.98747394500003. iteration 4759 found worse value: 339.98747394500003. iteration 4760 found worse value: 339.98747394500003. iteration 4761 found worse value: 339.98747394500003. iteration 4762 found worse value: 339.98747394500003. iteration 4763 found worse value: 339.98747394500003. iteration 4764 found worse value: 339.98747394500003. iteration 4765 found worse value: 339.98747394500003. iteration 4766 found worse value: 339.98747394500003. iteration 4767 found worse value: 339.98747394500003. iteration 4768 found worse value: 339.98747394500003. iteration 4769 found worse value: 339.98747394500003. iteration 4770 found worse value: 339.98747394500003. iteration 4771 found worse value: 339.98747394500003. iteration 4772 found worse value: 339.98747394500003. iteration 4773 found worse value: 339.98747394500003. iteration 4774 found worse value: 339.98747394500003. iteration 4775 found worse value: 339.98747394500003. iteration 4776 found worse value: 339.98747394500003. iteration 4777 found worse value: 339.98747394500003. iteration 4778 found worse value: 339.98747394500003. iteration 4779 found worse value: 339.98747394500003. iteration 4780 found worse value: 339.98747394500003. iteration 4781 found worse value: 339.98747394500003. iteration 4782 found worse value: 339.98747394500003. iteration 4783 found worse value: 339.98747394500003. iteration 4784 found worse value: 339.98747394500003. iteration 4785 found worse value: 339.98747394500003. iteration 4786 found worse value: 339.98747394500003. iteration 4787 found worse value: 339.98747394500003. iteration 4788 found worse value: 339.98747394500003. iteration 4789 found worse value: 339.98747394500003. iteration 4790 found worse value: 339.98747394500003. iteration 4791 found worse value: 339.98747394500003. iteration 4792 found worse value: 339.98747394500003. iteration 4793 found worse value: 339.98747394500003. iteration 4794 found worse value: 339.98747394500003. iteration 4795 found worse value: 339.98747394500003. iteration 4796 found worse value: 339.98747394500003. iteration 4797 found worse value: 339.98747394500003. iteration 4798 found worse value: 339.98747394500003. iteration 4799 found worse value: 339.98747394500003. iteration 4800 found worse value: 339.98747394500003. iteration 4801 found worse value: 339.98747394500003. iteration 4802 found worse value: 339.98747394500003. iteration 4803 found worse value: 339.98747394500003. iteration 4804 found worse value: 339.98747394500003. iteration 4805 found worse value: 339.98747394500003. iteration 4806 found worse value: 339.98747394500003. iteration 4807 found worse value: 339.98747394500003. iteration 4808 found worse value: 339.98747394500003. iteration 4809 found worse value: 339.98747394500003. iteration 4810 found worse value: 339.98747394500003. iteration 4811 found worse value: 339.98747394500003. iteration 4812 found worse value: 339.98747394500003. iteration 4813 found worse value: 339.98747394500003. iteration 4814 found worse value: 339.98747394500003. iteration 4815 found worse value: 339.98747394500003. iteration 4816 found worse value: 339.98747394500003. iteration 4817 found worse value: 339.98747394500003. iteration 4818 found worse value: 339.98747394500003. iteration 4819 found worse value: 339.98747394500003. iteration 4820 found worse value: 339.98747394500003. iteration 4821 found worse value: 339.98747394500003. iteration 4822 found worse value: 339.98747394500003. iteration 4823 found worse value: 339.98747394500003. iteration 4824 found worse value: 339.98747394500003. iteration 4825 found worse value: 339.98747394500003. iteration 4826 found worse value: 339.98747394500003. iteration 4827 found worse value: 339.98747394500003. iteration 4828 found worse value: 339.98747394500003. iteration 4829 found worse value: 339.98747394500003. iteration 4830 found worse value: 339.98747394500003. iteration 4831 found worse value: 339.98747394500003. iteration 4832 found worse value: 339.98747394500003. iteration 4833 found worse value: 339.98747394500003. iteration 4834 found worse value: 339.98747394500003. iteration 4835 found worse value: 339.98747394500003. iteration 4836 found worse value: 339.98747394500003. iteration 4837 found worse value: 339.98747394500003. iteration 4838 found worse value: 339.98747394500003. iteration 4839 found worse value: 339.98747394500003. iteration 4840 found worse value: 339.98747394500003. iteration 4841 found worse value: 339.98747394500003. iteration 4842 found worse value: 339.98747394500003. iteration 4843 found worse value: 339.98747394500003. iteration 4844 found worse value: 339.98747394500003. iteration 4845 found worse value: 339.98747394500003. iteration 4846 found worse value: 339.98747394500003. iteration 4847 found worse value: 339.98747394500003. iteration 4848 found worse value: 339.98747394500003. iteration 4849 found worse value: 339.98747394500003. iteration 4850 found worse value: 339.98747394500003. iteration 4851 found worse value: 339.98747394500003. iteration 4852 found worse value: 339.98747394500003. iteration 4853 found worse value: 339.98747394500003. iteration 4854 found worse value: 339.98747394500003. iteration 4855 found worse value: 339.98747394500003. iteration 4856 found worse value: 339.98747394500003. iteration 4857 found worse value: 339.98747394500003. iteration 4858 found worse value: 339.98747394500003. iteration 4859 found worse value: 339.98747394500003. iteration 4860 found worse value: 339.98747394500003. iteration 4861 found worse value: 339.98747394500003. iteration 4862 found worse value: 339.98747394500003. iteration 4863 found worse value: 339.98747394500003. iteration 4864 found worse value: 339.98747394500003. iteration 4865 found worse value: 339.98747394500003. iteration 4866 found worse value: 339.98747394500003. iteration 4867 found worse value: 339.98747394500003. iteration 4868 found worse value: 339.98747394500003. iteration 4869 found worse value: 339.98747394500003. iteration 4870 found worse value: 339.98747394500003. iteration 4871 found worse value: 339.98747394500003. iteration 4872 found worse value: 339.98747394500003. iteration 4873 found worse value: 339.98747394500003. iteration 4874 found worse value: 339.98747394500003. iteration 4875 found worse value: 339.98747394500003. iteration 4876 found worse value: 339.98747394500003. iteration 4877 found worse value: 339.98747394500003. iteration 4878 found worse value: 339.98747394500003. iteration 4879 found worse value: 339.98747394500003. iteration 4880 found worse value: 339.98747394500003. iteration 4881 found worse value: 339.98747394500003. iteration 4882 found worse value: 339.98747394500003. iteration 4883 found worse value: 339.98747394500003. iteration 4884 found worse value: 339.98747394500003. iteration 4885 found worse value: 339.98747394500003. iteration 4886 found worse value: 339.98747394500003. iteration 4887 found worse value: 339.98747394500003. iteration 4888 found worse value: 339.98747394500003. iteration 4889 found worse value: 339.98747394500003. iteration 4890 found worse value: 339.98747394500003. iteration 4891 found worse value: 339.98747394500003. iteration 4892 found worse value: 339.98747394500003. iteration 4893 found worse value: 339.98747394500003. iteration 4894 found worse value: 339.98747394500003. iteration 4895 found worse value: 339.98747394500003. iteration 4896 found worse value: 339.98747394500003. iteration 4897 found worse value: 339.98747394500003. iteration 4898 found worse value: 339.98747394500003. iteration 4899 found worse value: 339.98747394500003. iteration 4900 found worse value: 339.98747394500003. iteration 4901 found worse value: 339.98747394500003. iteration 4902 found worse value: 339.98747394500003. iteration 4903 found worse value: 339.98747394500003. iteration4903, perturbing to get out of local maxima iteration 4904 found worse value: 339.98747394500003. iteration 4905 found worse value: 339.98747394500003. iteration 4906 found worse value: 339.98747394500003. iteration 4907 found worse value: 339.98747394500003. iteration 4908 found worse value: 339.98747394500003. iteration 4909 found worse value: 339.98747394500003. iteration 4910 found worse value: 339.98747394500003. iteration 4911 found worse value: 339.98747394500003. iteration 4912 found worse value: 339.98747394500003. iteration 4913 found worse value: 339.98747394500003. iteration 4914 found worse value: 339.98747394500003. iteration 4915 found worse value: 339.98747394500003. iteration 4916 found worse value: 339.98747394500003. iteration 4917 found worse value: 339.98747394500003. iteration 4918 found worse value: 339.98747394500003. iteration 4919 found worse value: 339.98747394500003. iteration 4920 found worse value: 339.98747394500003. iteration 4921 found worse value: 339.98747394500003. iteration 4922 found worse value: 339.98747394500003. iteration 4923 found worse value: 339.98747394500003. iteration 4924 found worse value: 339.98747394500003. iteration 4925 found worse value: 339.98747394500003. iteration 4926 found worse value: 339.98747394500003. iteration 4927 found worse value: 339.98747394500003. iteration 4928 found worse value: 339.98747394500003. iteration 4929 found worse value: 339.98747394500003. iteration 4930 found worse value: 339.98747394500003. iteration 4931 found worse value: 339.98747394500003. iteration 4932 found worse value: 339.98747394500003. iteration 4933 found worse value: 339.98747394500003. iteration 4934 found worse value: 339.98747394500003. iteration 4935 found worse value: 339.98747394500003. iteration 4936 found worse value: 339.98747394500003. iteration 4937 found worse value: 339.98747394500003. iteration 4938 found worse value: 339.98747394500003. iteration 4939 found worse value: 339.98747394500003. iteration 4940 found worse value: 339.98747394500003. iteration 4941 found worse value: 339.98747394500003. iteration 4942 found worse value: 339.98747394500003. iteration 4943 found worse value: 339.98747394500003. iteration 4944 found worse value: 339.98747394500003. iteration 4945 found worse value: 339.98747394500003. iteration 4946 found worse value: 339.98747394500003. iteration 4947 found worse value: 339.98747394500003. iteration 4948 found worse value: 339.98747394500003. iteration 4949 found worse value: 339.98747394500003. iteration 4950 found worse value: 339.98747394500003. iteration 4951 found worse value: 339.98747394500003. iteration 4952 found worse value: 339.98747394500003. iteration 4953 found worse value: 339.98747394500003. iteration 4954 found worse value: 339.98747394500003. iteration 4955 found worse value: 339.98747394500003. iteration 4956 found worse value: 339.98747394500003. iteration 4957 found worse value: 339.98747394500003. iteration 4958 found worse value: 339.98747394500003. iteration 4959 found worse value: 339.98747394500003. iteration 4960 found worse value: 339.98747394500003. iteration 4961 found worse value: 339.98747394500003. iteration 4962 found worse value: 339.98747394500003. iteration 4963 found worse value: 339.98747394500003. iteration 4964 found worse value: 339.98747394500003. iteration 4965 found worse value: 339.98747394500003. iteration 4966 found worse value: 339.98747394500003. iteration 4967 found worse value: 339.98747394500003. iteration 4968 found worse value: 339.98747394500003. iteration 4969 found worse value: 339.98747394500003. iteration 4970 found worse value: 339.98747394500003. iteration 4971 found worse value: 339.98747394500003. iteration 4972 found worse value: 339.98747394500003. iteration 4973 found worse value: 339.98747394500003. iteration 4974 found worse value: 339.98747394500003. iteration 4975 found worse value: 339.98747394500003. iteration 4976 found worse value: 339.98747394500003. iteration 4977 found worse value: 339.98747394500003. iteration 4978 found worse value: 339.98747394500003. iteration 4979 found worse value: 339.98747394500003. iteration 4980 found worse value: 339.98747394500003. iteration 4981 found worse value: 339.98747394500003. iteration 4982 found worse value: 339.98747394500003. iteration 4983 found worse value: 339.98747394500003. iteration 4984 found worse value: 339.98747394500003. iteration 4985 found worse value: 339.98747394500003. iteration 4986 found worse value: 339.98747394500003. iteration 4987 found worse value: 339.98747394500003. iteration 4988 found worse value: 339.98747394500003. iteration 4989 found worse value: 339.98747394500003. iteration 4990 found worse value: 339.98747394500003. iteration 4991 found worse value: 339.98747394500003. iteration 4992 found worse value: 339.98747394500003. iteration 4993 found worse value: 339.98747394500003. iteration 4994 found worse value: 339.98747394500003. iteration 4995 found worse value: 339.98747394500003. iteration 4996 found worse value: 339.98747394500003. iteration 4997 found worse value: 339.98747394500003. iteration 4998 found worse value: 339.98747394500003. iteration 4999 found worse value: 339.98747394500003. iteration 5000 found worse value: 339.98747394500003. iteration 5001 found worse value: 339.98747394500003. iteration 5002 found worse value: 339.98747394500003. iteration 5003 found worse value: 339.98747394500003. iteration 5004 found worse value: 339.98747394500003. iteration 5005 found worse value: 339.98747394500003. iteration 5006 found worse value: 339.98747394500003. iteration 5007 found worse value: 339.98747394500003. iteration 5008 found worse value: 339.98747394500003. iteration 5009 found worse value: 339.98747394500003. iteration 5010 found worse value: 339.98747394500003. iteration 5011 found worse value: 339.98747394500003. iteration 5012 found worse value: 339.98747394500003. iteration 5013 found worse value: 339.98747394500003. iteration 5014 found better value: 339.989658684 iteration 5015 found worse value: 339.989658684. iteration 5016 found worse value: 339.989658684. iteration 5017 found worse value: 339.989658684. iteration 5018 found worse value: 339.989658684. iteration 5019 found worse value: 339.989658684. iteration 5020 found worse value: 339.989658684. iteration 5021 found worse value: 339.989658684. iteration 5022 found worse value: 339.989658684. iteration 5023 found worse value: 339.989658684. iteration 5024 found worse value: 339.989658684. iteration 5025 found worse value: 339.989658684. iteration 5026 found worse value: 339.989658684. iteration 5027 found worse value: 339.989658684. iteration 5028 found worse value: 339.989658684. iteration 5029 found worse value: 339.989658684. iteration 5030 found worse value: 339.989658684. iteration 5031 found worse value: 339.989658684. iteration 5032 found worse value: 339.989658684. iteration 5033 found worse value: 339.989658684. iteration 5034 found worse value: 339.989658684. iteration 5035 found worse value: 339.989658684. iteration 5036 found worse value: 339.989658684. iteration 5037 found worse value: 339.989658684. iteration 5038 found worse value: 339.989658684. iteration 5039 found worse value: 339.989658684. iteration 5040 found worse value: 339.989658684. iteration 5041 found worse value: 339.989658684. iteration 5042 found worse value: 339.989658684. iteration 5043 found worse value: 339.989658684. iteration 5044 found worse value: 339.989658684. iteration 5045 found worse value: 339.989658684. iteration 5046 found worse value: 339.989658684. iteration 5047 found worse value: 339.989658684. iteration 5048 found worse value: 339.989658684. iteration 5049 found worse value: 339.989658684. iteration 5050 found worse value: 339.989658684. iteration 5051 found worse value: 339.989658684. iteration 5052 found worse value: 339.989658684. iteration 5053 found worse value: 339.989658684. iteration 5054 found worse value: 339.989658684. iteration 5055 found worse value: 339.989658684. iteration 5056 found worse value: 339.989658684. iteration 5057 found worse value: 339.989658684. iteration 5058 found worse value: 339.989658684. iteration 5059 found worse value: 339.989658684. iteration 5060 found worse value: 339.989658684. iteration 5061 found worse value: 339.989658684. iteration 5062 found worse value: 339.989658684. iteration 5063 found worse value: 339.989658684. iteration 5064 found worse value: 339.989658684. iteration 5065 found worse value: 339.989658684. iteration 5066 found worse value: 339.989658684. iteration 5067 found worse value: 339.989658684. iteration 5068 found worse value: 339.989658684. iteration 5069 found worse value: 339.989658684. iteration 5070 found worse value: 339.989658684. iteration 5071 found worse value: 339.989658684. iteration 5072 found worse value: 339.989658684. iteration 5073 found worse value: 339.989658684. iteration 5074 found worse value: 339.989658684. iteration 5075 found worse value: 339.989658684. iteration 5076 found worse value: 339.989658684. iteration 5077 found worse value: 339.989658684. iteration 5078 found worse value: 339.989658684. iteration 5079 found worse value: 339.989658684. iteration 5080 found worse value: 339.989658684. iteration 5081 found worse value: 339.989658684. iteration 5082 found worse value: 339.989658684. iteration 5083 found worse value: 339.989658684. iteration 5084 found worse value: 339.989658684. iteration 5085 found worse value: 339.989658684. iteration 5086 found worse value: 339.989658684. iteration 5087 found worse value: 339.989658684. iteration 5088 found worse value: 339.989658684. iteration 5089 found worse value: 339.989658684. iteration 5090 found worse value: 339.989658684. iteration 5091 found worse value: 339.989658684. iteration 5092 found worse value: 339.989658684. iteration 5093 found worse value: 339.989658684. iteration 5094 found worse value: 339.989658684. iteration 5095 found worse value: 339.989658684. iteration 5096 found worse value: 339.989658684. iteration 5097 found worse value: 339.989658684. iteration 5098 found worse value: 339.989658684. iteration 5099 found worse value: 339.989658684. iteration 5100 found worse value: 339.989658684. iteration 5101 found worse value: 339.989658684. iteration 5102 found worse value: 339.989658684. iteration 5103 found worse value: 339.989658684. iteration 5104 found worse value: 339.989658684. iteration 5105 found worse value: 339.989658684. iteration 5106 found worse value: 339.989658684. iteration 5107 found worse value: 339.989658684. iteration 5108 found worse value: 339.989658684. iteration 5109 found worse value: 339.989658684. iteration 5110 found worse value: 339.989658684. iteration 5111 found worse value: 339.989658684. iteration 5112 found worse value: 339.989658684. iteration 5113 found worse value: 339.989658684. iteration 5114 found worse value: 339.989658684. iteration 5115 found worse value: 339.989658684. iteration 5116 found worse value: 339.989658684. iteration 5117 found worse value: 339.989658684. iteration 5118 found worse value: 339.989658684. iteration 5119 found worse value: 339.989658684. iteration 5120 found worse value: 339.989658684. iteration 5121 found worse value: 339.989658684. iteration 5122 found worse value: 339.989658684. iteration 5123 found worse value: 339.989658684. iteration 5124 found worse value: 339.989658684. iteration 5125 found worse value: 339.989658684. iteration 5126 found worse value: 339.989658684. iteration 5127 found worse value: 339.989658684. iteration 5128 found worse value: 339.989658684. iteration 5129 found worse value: 339.989658684. iteration 5130 found worse value: 339.989658684. iteration 5131 found worse value: 339.989658684. iteration 5132 found worse value: 339.989658684. iteration 5133 found worse value: 339.989658684. iteration 5134 found worse value: 339.989658684. iteration 5135 found worse value: 339.989658684. iteration 5136 found worse value: 339.989658684. iteration 5137 found worse value: 339.989658684. iteration 5138 found worse value: 339.989658684. iteration 5139 found worse value: 339.989658684. iteration 5140 found worse value: 339.989658684. iteration 5141 found worse value: 339.989658684. iteration 5142 found worse value: 339.989658684. iteration 5143 found worse value: 339.989658684. iteration 5144 found worse value: 339.989658684. iteration 5145 found worse value: 339.989658684. iteration 5146 found worse value: 339.989658684. iteration 5147 found worse value: 339.989658684. iteration 5148 found worse value: 339.989658684. iteration 5149 found worse value: 339.989658684. iteration 5150 found worse value: 339.989658684. iteration 5151 found worse value: 339.989658684. iteration 5152 found worse value: 339.989658684. iteration 5153 found worse value: 339.989658684. iteration 5154 found worse value: 339.989658684. iteration 5155 found worse value: 339.989658684. iteration 5156 found worse value: 339.989658684. iteration 5157 found worse value: 339.989658684. iteration 5158 found worse value: 339.989658684. iteration 5159 found worse value: 339.989658684. iteration 5160 found worse value: 339.989658684. iteration 5161 found worse value: 339.989658684. iteration 5162 found worse value: 339.989658684. iteration 5163 found worse value: 339.989658684. iteration 5164 found worse value: 339.989658684. iteration 5165 found worse value: 339.989658684. iteration 5166 found worse value: 339.989658684. iteration 5167 found worse value: 339.989658684. iteration 5168 found worse value: 339.989658684. iteration 5169 found worse value: 339.989658684. iteration 5170 found worse value: 339.989658684. iteration 5171 found worse value: 339.989658684. iteration 5172 found worse value: 339.989658684. iteration 5173 found worse value: 339.989658684. iteration 5174 found worse value: 339.989658684. iteration 5175 found worse value: 339.989658684. iteration 5176 found worse value: 339.989658684. iteration 5177 found worse value: 339.989658684. iteration 5178 found worse value: 339.989658684. iteration 5179 found worse value: 339.989658684. iteration 5180 found worse value: 339.989658684. iteration 5181 found worse value: 339.989658684. iteration 5182 found worse value: 339.989658684. iteration 5183 found worse value: 339.989658684. iteration 5184 found worse value: 339.989658684. iteration 5185 found worse value: 339.989658684. iteration 5186 found worse value: 339.989658684. iteration 5187 found worse value: 339.989658684. iteration 5188 found worse value: 339.989658684. iteration 5189 found worse value: 339.989658684. iteration 5190 found worse value: 339.989658684. iteration 5191 found worse value: 339.989658684. iteration 5192 found worse value: 339.989658684. iteration 5193 found worse value: 339.989658684. iteration 5194 found worse value: 339.989658684. iteration 5195 found worse value: 339.989658684. iteration 5196 found worse value: 339.989658684. iteration 5197 found worse value: 339.989658684. iteration 5198 found worse value: 339.989658684. iteration 5199 found worse value: 339.989658684. iteration 5200 found worse value: 339.989658684. iteration 5201 found worse value: 339.989658684. iteration 5202 found worse value: 339.989658684. iteration 5203 found worse value: 339.989658684. iteration 5204 found worse value: 339.989658684. iteration 5205 found worse value: 339.989658684. iteration 5206 found worse value: 339.989658684. iteration 5207 found worse value: 339.989658684. iteration 5208 found worse value: 339.989658684. iteration 5209 found worse value: 339.989658684. iteration 5210 found worse value: 339.989658684. iteration 5211 found worse value: 339.989658684. iteration 5212 found worse value: 339.989658684. iteration 5213 found worse value: 339.989658684. iteration 5214 found worse value: 339.989658684. iteration 5215 found worse value: 339.989658684. iteration 5216 found worse value: 339.989658684. iteration 5217 found worse value: 339.989658684. iteration 5218 found worse value: 339.989658684. iteration 5219 found worse value: 339.989658684. iteration 5220 found worse value: 339.989658684. iteration 5221 found worse value: 339.989658684. iteration 5222 found worse value: 339.989658684. iteration 5223 found worse value: 339.989658684. iteration 5224 found worse value: 339.989658684. iteration 5225 found worse value: 339.989658684. iteration 5226 found worse value: 339.989658684. iteration 5227 found worse value: 339.989658684. iteration 5228 found worse value: 339.989658684. iteration 5229 found worse value: 339.989658684. iteration 5230 found worse value: 339.989658684. iteration 5231 found worse value: 339.989658684. iteration 5232 found worse value: 339.989658684. iteration 5233 found worse value: 339.989658684. iteration 5234 found worse value: 339.989658684. iteration 5235 found worse value: 339.989658684. iteration 5236 found worse value: 339.989658684. iteration 5237 found worse value: 339.989658684. iteration 5238 found worse value: 339.989658684. iteration 5239 found worse value: 339.989658684. iteration 5240 found worse value: 339.989658684. iteration 5241 found worse value: 339.989658684. iteration 5242 found worse value: 339.989658684. iteration 5243 found worse value: 339.989658684. iteration 5244 found worse value: 339.989658684. iteration 5245 found worse value: 339.989658684. iteration 5246 found worse value: 339.989658684. iteration 5247 found worse value: 339.989658684. iteration 5248 found worse value: 339.989658684. iteration 5249 found worse value: 339.989658684. iteration 5250 found worse value: 339.989658684. iteration 5251 found worse value: 339.989658684. iteration 5252 found worse value: 339.989658684. iteration 5253 found worse value: 339.989658684. iteration 5254 found worse value: 339.989658684. iteration 5255 found worse value: 339.989658684. iteration 5256 found worse value: 339.989658684. iteration 5257 found worse value: 339.989658684. iteration 5258 found worse value: 339.989658684. iteration 5259 found worse value: 339.989658684. iteration 5260 found worse value: 339.989658684. iteration 5261 found worse value: 339.989658684. iteration 5262 found worse value: 339.989658684. iteration 5263 found worse value: 339.989658684. iteration 5264 found worse value: 339.989658684. iteration 5265 found worse value: 339.989658684. iteration 5266 found worse value: 339.989658684. iteration 5267 found worse value: 339.989658684. iteration 5268 found worse value: 339.989658684. iteration 5269 found worse value: 339.989658684. iteration 5270 found worse value: 339.989658684. iteration 5271 found worse value: 339.989658684. iteration 5272 found worse value: 339.989658684. iteration 5273 found worse value: 339.989658684. iteration 5274 found worse value: 339.989658684. iteration 5275 found worse value: 339.989658684. iteration 5276 found worse value: 339.989658684. iteration 5277 found worse value: 339.989658684. iteration 5278 found worse value: 339.989658684. iteration 5279 found worse value: 339.989658684. iteration 5280 found worse value: 339.989658684. iteration 5281 found worse value: 339.989658684. iteration 5282 found worse value: 339.989658684. iteration 5283 found worse value: 339.989658684. iteration 5284 found worse value: 339.989658684. iteration 5285 found worse value: 339.989658684. iteration 5286 found worse value: 339.989658684. iteration 5287 found worse value: 339.989658684. iteration 5288 found worse value: 339.989658684. iteration 5289 found worse value: 339.989658684. iteration 5290 found worse value: 339.989658684. iteration 5291 found worse value: 339.989658684. iteration 5292 found worse value: 339.989658684. iteration 5293 found worse value: 339.989658684. iteration 5294 found worse value: 339.989658684. iteration 5295 found worse value: 339.989658684. iteration 5296 found worse value: 339.989658684. iteration 5297 found worse value: 339.989658684. iteration 5298 found worse value: 339.989658684. iteration 5299 found worse value: 339.989658684. iteration 5300 found worse value: 339.989658684. iteration 5301 found worse value: 339.989658684. iteration 5302 found worse value: 339.989658684. iteration 5303 found worse value: 339.989658684. iteration 5304 found worse value: 339.989658684. iteration 5305 found worse value: 339.989658684. iteration 5306 found worse value: 339.989658684. iteration 5307 found worse value: 339.989658684. iteration 5308 found worse value: 339.989658684. iteration 5309 found worse value: 339.989658684. iteration 5310 found worse value: 339.989658684. iteration 5311 found worse value: 339.989658684. iteration 5312 found worse value: 339.989658684. iteration 5313 found worse value: 339.989658684. iteration 5314 found worse value: 339.989658684. iteration 5315 found worse value: 339.989658684. iteration 5316 found worse value: 339.989658684. iteration 5317 found worse value: 339.989658684. iteration 5318 found worse value: 339.989658684. iteration 5319 found worse value: 339.989658684. iteration 5320 found worse value: 339.989658684. iteration 5321 found worse value: 339.989658684. iteration 5322 found worse value: 339.989658684. iteration 5323 found worse value: 339.989658684. iteration 5324 found worse value: 339.989658684. iteration 5325 found worse value: 339.989658684. iteration 5326 found worse value: 339.989658684. iteration 5327 found worse value: 339.989658684. iteration 5328 found worse value: 339.989658684. iteration 5329 found worse value: 339.989658684. iteration 5330 found worse value: 339.989658684. iteration 5331 found worse value: 339.989658684. iteration 5332 found worse value: 339.989658684. iteration 5333 found worse value: 339.989658684. iteration 5334 found worse value: 339.989658684. iteration 5335 found worse value: 339.989658684. iteration 5336 found worse value: 339.989658684. iteration 5337 found worse value: 339.989658684. iteration 5338 found worse value: 339.989658684. iteration 5339 found worse value: 339.989658684. iteration 5340 found worse value: 339.989658684. iteration 5341 found worse value: 339.989658684. iteration 5342 found worse value: 339.989658684. iteration 5343 found worse value: 339.989658684. iteration 5344 found worse value: 339.989658684. iteration 5345 found worse value: 339.989658684. iteration 5346 found worse value: 339.989658684. iteration 5347 found worse value: 339.989658684. iteration 5348 found worse value: 339.989658684. iteration 5349 found worse value: 339.989658684. iteration 5350 found worse value: 339.989658684. iteration 5351 found worse value: 339.989658684. iteration 5352 found worse value: 339.989658684. iteration 5353 found worse value: 339.989658684. iteration 5354 found worse value: 339.989658684. iteration 5355 found worse value: 339.989658684. iteration 5356 found worse value: 339.989658684. iteration 5357 found worse value: 339.989658684. iteration 5358 found worse value: 339.989658684. iteration 5359 found worse value: 339.989658684. iteration 5360 found worse value: 339.989658684. iteration 5361 found worse value: 339.989658684. iteration 5362 found worse value: 339.989658684. iteration 5363 found worse value: 339.989658684. iteration 5364 found worse value: 339.989658684. iteration 5365 found worse value: 339.989658684. iteration 5366 found worse value: 339.989658684. iteration 5367 found worse value: 339.989658684. iteration 5368 found worse value: 339.989658684. iteration 5369 found worse value: 339.989658684. iteration 5370 found worse value: 339.989658684. iteration 5371 found worse value: 339.989658684. iteration 5372 found worse value: 339.989658684. iteration 5373 found worse value: 339.989658684. iteration 5374 found worse value: 339.989658684. iteration 5375 found worse value: 339.989658684. iteration 5376 found worse value: 339.989658684. iteration 5377 found worse value: 339.989658684. iteration 5378 found worse value: 339.989658684. iteration 5379 found worse value: 339.989658684. iteration 5380 found worse value: 339.989658684. iteration 5381 found worse value: 339.989658684. iteration 5382 found worse value: 339.989658684. iteration 5383 found worse value: 339.989658684. iteration 5384 found worse value: 339.989658684. iteration 5385 found worse value: 339.989658684. iteration 5386 found worse value: 339.989658684. iteration 5387 found worse value: 339.989658684. iteration 5388 found worse value: 339.989658684. iteration 5389 found worse value: 339.989658684. iteration 5390 found worse value: 339.989658684. iteration 5391 found worse value: 339.989658684. iteration 5392 found worse value: 339.989658684. iteration 5393 found worse value: 339.989658684. iteration 5394 found worse value: 339.989658684. iteration 5395 found worse value: 339.989658684. iteration 5396 found worse value: 339.989658684. iteration 5397 found worse value: 339.989658684. iteration 5398 found worse value: 339.989658684. iteration 5399 found worse value: 339.989658684. iteration 5400 found worse value: 339.989658684. iteration 5401 found worse value: 339.989658684. iteration 5402 found worse value: 339.989658684. iteration 5403 found worse value: 339.989658684. iteration 5404 found worse value: 339.989658684. iteration 5405 found worse value: 339.989658684. iteration 5406 found worse value: 339.989658684. iteration 5407 found worse value: 339.989658684. iteration 5408 found worse value: 339.989658684. iteration 5409 found worse value: 339.989658684. iteration 5410 found worse value: 339.989658684. iteration 5411 found worse value: 339.989658684. iteration 5412 found worse value: 339.989658684. iteration 5413 found worse value: 339.989658684. iteration 5414 found worse value: 339.989658684. iteration 5415 found worse value: 339.989658684. iteration 5416 found worse value: 339.989658684. iteration 5417 found worse value: 339.989658684. iteration 5418 found worse value: 339.989658684. iteration 5419 found worse value: 339.989658684. iteration 5420 found worse value: 339.989658684. iteration 5421 found worse value: 339.989658684. iteration 5422 found worse value: 339.989658684. iteration 5423 found worse value: 339.989658684. iteration 5424 found worse value: 339.989658684. iteration 5425 found worse value: 339.989658684. iteration 5426 found worse value: 339.989658684. iteration 5427 found worse value: 339.989658684. iteration 5428 found worse value: 339.989658684. iteration 5429 found worse value: 339.989658684. iteration 5430 found worse value: 339.989658684. iteration 5431 found worse value: 339.989658684. iteration 5432 found worse value: 339.989658684. iteration 5433 found worse value: 339.989658684. iteration 5434 found worse value: 339.989658684. iteration 5435 found worse value: 339.989658684. iteration 5436 found worse value: 339.989658684. iteration 5437 found worse value: 339.989658684. iteration 5438 found worse value: 339.989658684. iteration 5439 found worse value: 339.989658684. iteration 5440 found worse value: 339.989658684. iteration 5441 found worse value: 339.989658684. iteration 5442 found worse value: 339.989658684. iteration 5443 found worse value: 339.989658684. iteration 5444 found worse value: 339.989658684. iteration 5445 found worse value: 339.989658684. iteration 5446 found worse value: 339.989658684. iteration 5447 found worse value: 339.989658684. iteration 5448 found worse value: 339.989658684. iteration 5449 found worse value: 339.989658684. iteration 5450 found worse value: 339.989658684. iteration 5451 found worse value: 339.989658684. iteration 5452 found worse value: 339.989658684. iteration 5453 found worse value: 339.989658684. iteration 5454 found worse value: 339.989658684. iteration 5455 found worse value: 339.989658684. iteration 5456 found worse value: 339.989658684. iteration 5457 found worse value: 339.989658684. iteration 5458 found worse value: 339.989658684. iteration 5459 found worse value: 339.989658684. iteration 5460 found worse value: 339.989658684. iteration 5461 found worse value: 339.989658684. iteration 5462 found worse value: 339.989658684. iteration 5463 found worse value: 339.989658684. iteration 5464 found worse value: 339.989658684. iteration 5465 found worse value: 339.989658684. iteration 5466 found worse value: 339.989658684. iteration 5467 found worse value: 339.989658684. iteration 5468 found worse value: 339.989658684. iteration 5469 found worse value: 339.989658684. iteration 5470 found worse value: 339.989658684. iteration 5471 found worse value: 339.989658684. iteration 5472 found worse value: 339.989658684. iteration 5473 found worse value: 339.989658684. iteration 5474 found worse value: 339.989658684. iteration 5475 found worse value: 339.989658684. iteration 5476 found worse value: 339.989658684. iteration 5477 found worse value: 339.989658684. iteration 5478 found worse value: 339.989658684. iteration 5479 found worse value: 339.989658684. iteration 5480 found worse value: 339.989658684. iteration 5481 found worse value: 339.989658684. iteration 5482 found worse value: 339.989658684. iteration 5483 found worse value: 339.989658684. iteration 5484 found worse value: 339.989658684. iteration 5485 found worse value: 339.989658684. iteration 5486 found worse value: 339.989658684. iteration 5487 found worse value: 339.989658684. iteration 5488 found worse value: 339.989658684. iteration 5489 found worse value: 339.989658684. iteration 5490 found worse value: 339.989658684. iteration 5491 found worse value: 339.989658684. iteration 5492 found worse value: 339.989658684. iteration 5493 found worse value: 339.989658684. iteration 5494 found worse value: 339.989658684. iteration 5495 found worse value: 339.989658684. iteration 5496 found worse value: 339.989658684. iteration 5497 found worse value: 339.989658684. iteration 5498 found worse value: 339.989658684. iteration 5499 found worse value: 339.989658684. iteration 5500 found worse value: 339.989658684. iteration 5501 found worse value: 339.989658684. iteration 5502 found worse value: 339.989658684. iteration 5503 found worse value: 339.989658684. iteration 5504 found worse value: 339.989658684. iteration 5505 found worse value: 339.989658684. iteration 5506 found worse value: 339.989658684. iteration 5507 found worse value: 339.989658684. iteration 5508 found worse value: 339.989658684. iteration 5509 found worse value: 339.989658684. iteration 5510 found worse value: 339.989658684. iteration 5511 found worse value: 339.989658684. iteration 5512 found worse value: 339.989658684. iteration 5513 found worse value: 339.989658684. iteration 5514 found worse value: 339.989658684. iteration 5515 found worse value: 339.989658684. iteration 5516 found worse value: 339.989658684. iteration 5517 found worse value: 339.989658684. iteration 5518 found worse value: 339.989658684. iteration 5519 found worse value: 339.989658684. iteration 5520 found worse value: 339.989658684. iteration 5521 found worse value: 339.989658684. iteration 5522 found worse value: 339.989658684. iteration 5523 found worse value: 339.989658684. iteration 5524 found worse value: 339.989658684. iteration 5525 found worse value: 339.989658684. iteration 5526 found worse value: 339.989658684. iteration 5527 found worse value: 339.989658684. iteration 5528 found worse value: 339.989658684. iteration 5529 found worse value: 339.989658684. iteration 5530 found worse value: 339.989658684. iteration 5531 found worse value: 339.989658684. iteration 5532 found worse value: 339.989658684. iteration 5533 found worse value: 339.989658684. iteration 5534 found worse value: 339.989658684. iteration 5535 found worse value: 339.989658684. iteration 5536 found worse value: 339.989658684. iteration 5537 found worse value: 339.989658684. iteration 5538 found worse value: 339.989658684. iteration 5539 found worse value: 339.989658684. iteration 5540 found worse value: 339.989658684. iteration 5541 found worse value: 339.989658684. iteration 5542 found worse value: 339.989658684. iteration 5543 found worse value: 339.989658684. iteration 5544 found worse value: 339.989658684. iteration 5545 found worse value: 339.989658684. iteration 5546 found worse value: 339.989658684. iteration 5547 found worse value: 339.989658684. iteration 5548 found worse value: 339.989658684. iteration 5549 found worse value: 339.989658684. iteration 5550 found worse value: 339.989658684. iteration 5551 found worse value: 339.989658684. iteration 5552 found worse value: 339.989658684. iteration 5553 found worse value: 339.989658684. iteration 5554 found worse value: 339.989658684. iteration 5555 found worse value: 339.989658684. iteration 5556 found worse value: 339.989658684. iteration 5557 found worse value: 339.989658684. iteration 5558 found worse value: 339.989658684. iteration 5559 found worse value: 339.989658684. iteration 5560 found worse value: 339.989658684. iteration 5561 found worse value: 339.989658684. iteration 5562 found worse value: 339.989658684. iteration 5563 found worse value: 339.989658684. iteration 5564 found worse value: 339.989658684. iteration 5565 found worse value: 339.989658684. iteration 5566 found worse value: 339.989658684. iteration 5567 found worse value: 339.989658684. iteration 5568 found worse value: 339.989658684. iteration 5569 found worse value: 339.989658684. iteration 5570 found worse value: 339.989658684. iteration 5571 found worse value: 339.989658684. iteration 5572 found worse value: 339.989658684. iteration 5573 found worse value: 339.989658684. iteration 5574 found worse value: 339.989658684. iteration 5575 found worse value: 339.989658684. iteration 5576 found worse value: 339.989658684. iteration 5577 found worse value: 339.989658684. iteration 5578 found worse value: 339.989658684. iteration 5579 found worse value: 339.989658684. iteration 5580 found worse value: 339.989658684. iteration 5581 found worse value: 339.989658684. iteration 5582 found worse value: 339.989658684. iteration 5583 found worse value: 339.989658684. iteration 5584 found worse value: 339.989658684. iteration 5585 found worse value: 339.989658684. iteration 5586 found worse value: 339.989658684. iteration 5587 found worse value: 339.989658684. iteration 5588 found worse value: 339.989658684. iteration 5589 found worse value: 339.989658684. iteration 5590 found worse value: 339.989658684. iteration 5591 found worse value: 339.989658684. iteration 5592 found worse value: 339.989658684. iteration 5593 found worse value: 339.989658684. iteration 5594 found worse value: 339.989658684. iteration 5595 found worse value: 339.989658684. iteration 5596 found worse value: 339.989658684. iteration 5597 found worse value: 339.989658684. iteration 5598 found worse value: 339.989658684. iteration 5599 found worse value: 339.989658684. iteration 5600 found worse value: 339.989658684. iteration 5601 found worse value: 339.989658684. iteration 5602 found worse value: 339.989658684. iteration 5603 found worse value: 339.989658684. iteration 5604 found worse value: 339.989658684. iteration 5605 found worse value: 339.989658684. iteration 5606 found worse value: 339.989658684. iteration 5607 found worse value: 339.989658684. iteration 5608 found worse value: 339.989658684. iteration 5609 found worse value: 339.989658684. iteration 5610 found worse value: 339.989658684. iteration 5611 found worse value: 339.989658684. iteration 5612 found worse value: 339.989658684. iteration 5613 found worse value: 339.989658684. iteration 5614 found worse value: 339.989658684. iteration 5615 found worse value: 339.989658684. iteration 5616 found worse value: 339.989658684. iteration 5617 found worse value: 339.989658684. iteration 5618 found worse value: 339.989658684. iteration 5619 found worse value: 339.989658684. iteration 5620 found worse value: 339.989658684. iteration 5621 found worse value: 339.989658684. iteration 5622 found worse value: 339.989658684. iteration 5623 found worse value: 339.989658684. iteration 5624 found worse value: 339.989658684. iteration 5625 found worse value: 339.989658684. iteration 5626 found worse value: 339.989658684. iteration 5627 found worse value: 339.989658684. iteration 5628 found worse value: 339.989658684. iteration 5629 found worse value: 339.989658684. iteration 5630 found worse value: 339.989658684. iteration 5631 found worse value: 339.989658684. iteration 5632 found worse value: 339.989658684. iteration 5633 found worse value: 339.989658684. iteration 5634 found worse value: 339.989658684. iteration 5635 found worse value: 339.989658684. iteration 5636 found worse value: 339.989658684. iteration 5637 found worse value: 339.989658684. iteration 5638 found worse value: 339.989658684. iteration 5639 found worse value: 339.989658684. iteration 5640 found worse value: 339.989658684. iteration 5641 found worse value: 339.989658684. iteration 5642 found worse value: 339.989658684. iteration 5643 found worse value: 339.989658684. iteration 5644 found worse value: 339.989658684. iteration 5645 found worse value: 339.989658684. iteration 5646 found worse value: 339.989658684. iteration 5647 found worse value: 339.989658684. iteration 5648 found worse value: 339.989658684. iteration 5649 found worse value: 339.989658684. iteration 5650 found worse value: 339.989658684. iteration 5651 found worse value: 339.989658684. iteration 5652 found worse value: 339.989658684. iteration 5653 found worse value: 339.989658684. iteration 5654 found worse value: 339.989658684. iteration 5655 found worse value: 339.989658684. iteration 5656 found worse value: 339.989658684. iteration 5657 found worse value: 339.989658684. iteration 5658 found worse value: 339.989658684. iteration 5659 found worse value: 339.989658684. iteration 5660 found worse value: 339.989658684. iteration 5661 found worse value: 339.989658684. iteration 5662 found worse value: 339.989658684. iteration 5663 found worse value: 339.989658684. iteration 5664 found worse value: 339.989658684. iteration 5665 found worse value: 339.989658684. iteration 5666 found worse value: 339.989658684. iteration 5667 found worse value: 339.989658684. iteration 5668 found worse value: 339.989658684. iteration 5669 found worse value: 339.989658684. iteration 5670 found worse value: 339.989658684. iteration 5671 found worse value: 339.989658684. iteration 5672 found worse value: 339.989658684. iteration 5673 found worse value: 339.989658684. iteration 5674 found worse value: 339.989658684. iteration 5675 found worse value: 339.989658684. iteration 5676 found worse value: 339.989658684. iteration 5677 found worse value: 339.989658684. iteration 5678 found worse value: 339.989658684. iteration 5679 found worse value: 339.989658684. iteration 5680 found worse value: 339.989658684. iteration 5681 found worse value: 339.989658684. iteration 5682 found worse value: 339.989658684. iteration 5683 found worse value: 339.989658684. iteration 5684 found worse value: 339.989658684. iteration 5685 found worse value: 339.989658684. iteration 5686 found worse value: 339.989658684. iteration 5687 found worse value: 339.989658684. iteration 5688 found worse value: 339.989658684. iteration 5689 found worse value: 339.989658684. iteration 5690 found worse value: 339.989658684. iteration 5691 found worse value: 339.989658684. iteration 5692 found worse value: 339.989658684. iteration 5693 found worse value: 339.989658684. iteration 5694 found worse value: 339.989658684. iteration 5695 found worse value: 339.989658684. iteration 5696 found worse value: 339.989658684. iteration 5697 found worse value: 339.989658684. iteration 5698 found worse value: 339.989658684. iteration 5699 found worse value: 339.989658684. iteration 5700 found worse value: 339.989658684. iteration 5701 found worse value: 339.989658684. iteration 5702 found worse value: 339.989658684. iteration 5703 found worse value: 339.989658684. iteration 5704 found worse value: 339.989658684. iteration 5705 found worse value: 339.989658684. iteration 5706 found worse value: 339.989658684. iteration 5707 found worse value: 339.989658684. iteration 5708 found worse value: 339.989658684. iteration 5709 found worse value: 339.989658684. iteration 5710 found worse value: 339.989658684. iteration 5711 found worse value: 339.989658684. iteration 5712 found worse value: 339.989658684. iteration 5713 found worse value: 339.989658684. iteration 5714 found worse value: 339.989658684. iteration 5715 found worse value: 339.989658684. iteration 5716 found worse value: 339.989658684. iteration 5717 found worse value: 339.989658684. iteration 5718 found worse value: 339.989658684. iteration 5719 found worse value: 339.989658684. iteration 5720 found worse value: 339.989658684. iteration 5721 found worse value: 339.989658684. iteration 5722 found worse value: 339.989658684. iteration 5723 found worse value: 339.989658684. iteration 5724 found worse value: 339.989658684. iteration 5725 found worse value: 339.989658684. iteration 5726 found worse value: 339.989658684. iteration 5727 found worse value: 339.989658684. iteration 5728 found worse value: 339.989658684. iteration 5729 found worse value: 339.989658684. iteration 5730 found worse value: 339.989658684. iteration 5731 found worse value: 339.989658684. iteration 5732 found worse value: 339.989658684. iteration 5733 found worse value: 339.989658684. iteration 5734 found worse value: 339.989658684. iteration 5735 found worse value: 339.989658684. iteration 5736 found worse value: 339.989658684. iteration 5737 found worse value: 339.989658684. iteration 5738 found worse value: 339.989658684. iteration 5739 found worse value: 339.989658684. iteration 5740 found worse value: 339.989658684. iteration 5741 found worse value: 339.989658684. iteration 5742 found worse value: 339.989658684. iteration 5743 found worse value: 339.989658684. iteration 5744 found worse value: 339.989658684. iteration 5745 found worse value: 339.989658684. iteration 5746 found worse value: 339.989658684. iteration 5747 found worse value: 339.989658684. iteration 5748 found worse value: 339.989658684. iteration 5749 found worse value: 339.989658684. iteration 5750 found worse value: 339.989658684. iteration 5751 found worse value: 339.989658684. iteration 5752 found worse value: 339.989658684. iteration 5753 found worse value: 339.989658684. iteration 5754 found worse value: 339.989658684. iteration 5755 found worse value: 339.989658684. iteration 5756 found worse value: 339.989658684. iteration 5757 found worse value: 339.989658684. iteration 5758 found worse value: 339.989658684. iteration 5759 found worse value: 339.989658684. iteration 5760 found worse value: 339.989658684. iteration 5761 found worse value: 339.989658684. iteration 5762 found worse value: 339.989658684. iteration 5763 found worse value: 339.989658684. iteration 5764 found worse value: 339.989658684. iteration5764, perturbing to get out of local maxima iteration 5765 found worse value: 339.989658684. iteration 5766 found worse value: 339.989658684. iteration 5767 found worse value: 339.989658684. iteration 5768 found worse value: 339.989658684. iteration 5769 found worse value: 339.989658684. iteration 5770 found worse value: 339.989658684. iteration 5771 found worse value: 339.989658684. iteration 5772 found worse value: 339.989658684. iteration 5773 found worse value: 339.989658684. iteration 5774 found worse value: 339.989658684. iteration 5775 found worse value: 339.989658684. iteration 5776 found worse value: 339.989658684. iteration 5777 found worse value: 339.989658684. iteration 5778 found worse value: 339.989658684. iteration 5779 found worse value: 339.989658684. iteration 5780 found worse value: 339.989658684. iteration 5781 found worse value: 339.989658684. iteration 5782 found worse value: 339.989658684. iteration 5783 found worse value: 339.989658684. iteration 5784 found worse value: 339.989658684. iteration 5785 found worse value: 339.989658684. iteration 5786 found worse value: 339.989658684. iteration 5787 found worse value: 339.989658684. iteration 5788 found worse value: 339.989658684. iteration 5789 found worse value: 339.989658684. iteration 5790 found worse value: 339.989658684. iteration 5791 found worse value: 339.989658684. iteration 5792 found worse value: 339.989658684. iteration 5793 found worse value: 339.989658684. iteration 5794 found worse value: 339.989658684. iteration 5795 found worse value: 339.989658684. iteration 5796 found worse value: 339.989658684. iteration 5797 found worse value: 339.989658684. iteration 5798 found worse value: 339.989658684. iteration 5799 found worse value: 339.989658684. iteration 5800 found worse value: 339.989658684. iteration 5801 found worse value: 339.989658684. iteration 5802 found worse value: 339.989658684. iteration 5803 found worse value: 339.989658684. iteration 5804 found worse value: 339.989658684. iteration 5805 found worse value: 339.989658684. iteration 5806 found worse value: 339.989658684. iteration 5807 found worse value: 339.989658684. iteration 5808 found worse value: 339.989658684. iteration 5809 found worse value: 339.989658684. iteration 5810 found worse value: 339.989658684. iteration 5811 found worse value: 339.989658684. iteration 5812 found worse value: 339.989658684. iteration 5813 found worse value: 339.989658684. iteration 5814 found worse value: 339.989658684. iteration 5815 found worse value: 339.989658684. iteration 5816 found worse value: 339.989658684. iteration 5817 found worse value: 339.989658684. iteration 5818 found worse value: 339.989658684. iteration 5819 found worse value: 339.989658684. iteration 5820 found worse value: 339.989658684. iteration 5821 found worse value: 339.989658684. iteration 5822 found worse value: 339.989658684. iteration 5823 found worse value: 339.989658684. iteration 5824 found worse value: 339.989658684. iteration 5825 found worse value: 339.989658684. iteration 5826 found worse value: 339.989658684. iteration 5827 found worse value: 339.989658684. iteration 5828 found worse value: 339.989658684. iteration 5829 found worse value: 339.989658684. iteration 5830 found worse value: 339.989658684. iteration 5831 found worse value: 339.989658684. iteration 5832 found worse value: 339.989658684. iteration 5833 found worse value: 339.989658684. iteration 5834 found worse value: 339.989658684. iteration 5835 found worse value: 339.989658684. iteration 5836 found worse value: 339.989658684. iteration 5837 found worse value: 339.989658684. iteration 5838 found worse value: 339.989658684. iteration 5839 found worse value: 339.989658684. iteration 5840 found worse value: 339.989658684. iteration 5841 found worse value: 339.989658684. iteration 5842 found worse value: 339.989658684. iteration 5843 found worse value: 339.989658684. iteration 5844 found worse value: 339.989658684. iteration 5845 found worse value: 339.989658684. iteration 5846 found worse value: 339.989658684. iteration 5847 found worse value: 339.989658684. iteration 5848 found worse value: 339.989658684. iteration 5849 found worse value: 339.989658684. iteration 5850 found worse value: 339.989658684. iteration 5851 found worse value: 339.989658684. iteration 5852 found worse value: 339.989658684. iteration 5853 found worse value: 339.989658684. iteration 5854 found worse value: 339.989658684. iteration 5855 found worse value: 339.989658684. iteration 5856 found worse value: 339.989658684. iteration 5857 found worse value: 339.989658684. iteration 5858 found worse value: 339.989658684. iteration 5859 found worse value: 339.989658684. iteration 5860 found worse value: 339.989658684. iteration 5861 found worse value: 339.989658684. iteration 5862 found worse value: 339.989658684. iteration 5863 found worse value: 339.989658684. iteration 5864 found worse value: 339.989658684. iteration 5865 found worse value: 339.989658684. iteration 5866 found worse value: 339.989658684. iteration 5867 found worse value: 339.989658684. iteration 5868 found worse value: 339.989658684. iteration 5869 found worse value: 339.989658684. iteration 5870 found worse value: 339.989658684. iteration 5871 found worse value: 339.989658684. iteration 5872 found worse value: 339.989658684. iteration 5873 found worse value: 339.989658684. iteration 5874 found worse value: 339.989658684. iteration 5875 found worse value: 339.989658684. iteration 5876 found worse value: 339.989658684. iteration 5877 found worse value: 339.989658684. iteration 5878 found worse value: 339.989658684. iteration 5879 found worse value: 339.989658684. iteration 5880 found worse value: 339.989658684. iteration 5881 found worse value: 339.989658684. iteration 5882 found worse value: 339.989658684. iteration 5883 found worse value: 339.989658684. iteration 5884 found worse value: 339.989658684. iteration 5885 found worse value: 339.989658684. iteration 5886 found worse value: 339.989658684. iteration 5887 found worse value: 339.989658684. iteration 5888 found worse value: 339.989658684. iteration 5889 found worse value: 339.989658684. iteration 5890 found worse value: 339.989658684. iteration 5891 found worse value: 339.989658684. iteration 5892 found worse value: 339.989658684. iteration 5893 found worse value: 339.989658684. iteration 5894 found worse value: 339.989658684. iteration 5895 found worse value: 339.989658684. iteration 5896 found worse value: 339.989658684. iteration 5897 found worse value: 339.989658684. iteration 5898 found worse value: 339.989658684. iteration 5899 found worse value: 339.989658684. iteration 5900 found worse value: 339.989658684. iteration 5901 found worse value: 339.989658684. iteration 5902 found worse value: 339.989658684. iteration 5903 found worse value: 339.989658684. iteration 5904 found worse value: 339.989658684. iteration 5905 found worse value: 339.989658684. iteration 5906 found worse value: 339.989658684. iteration 5907 found worse value: 339.989658684. iteration 5908 found worse value: 339.989658684. iteration 5909 found worse value: 339.989658684. iteration 5910 found worse value: 339.989658684. iteration 5911 found worse value: 339.989658684. iteration 5912 found worse value: 339.989658684. iteration 5913 found worse value: 339.989658684. iteration 5914 found worse value: 339.989658684. iteration 5915 found worse value: 339.989658684. iteration 5916 found worse value: 339.989658684. iteration 5917 found worse value: 339.989658684. iteration 5918 found worse value: 339.989658684. iteration 5919 found worse value: 339.989658684. iteration 5920 found worse value: 339.989658684. iteration 5921 found worse value: 339.989658684. iteration 5922 found worse value: 339.989658684. iteration 5923 found worse value: 339.989658684. iteration 5924 found worse value: 339.989658684. iteration 5925 found worse value: 339.989658684. iteration 5926 found worse value: 339.989658684. iteration 5927 found worse value: 339.989658684. iteration 5928 found worse value: 339.989658684. iteration 5929 found worse value: 339.989658684. iteration 5930 found worse value: 339.989658684. iteration 5931 found worse value: 339.989658684. iteration 5932 found worse value: 339.989658684. iteration 5933 found worse value: 339.989658684. iteration 5934 found worse value: 339.989658684. iteration 5935 found worse value: 339.989658684. iteration 5936 found worse value: 339.989658684. iteration 5937 found worse value: 339.989658684. iteration 5938 found worse value: 339.989658684. iteration 5939 found worse value: 339.989658684. iteration 5940 found worse value: 339.989658684. iteration 5941 found worse value: 339.989658684. iteration 5942 found worse value: 339.989658684. iteration 5943 found worse value: 339.989658684. iteration 5944 found worse value: 339.989658684. iteration 5945 found worse value: 339.989658684. iteration 5946 found worse value: 339.989658684. iteration 5947 found worse value: 339.989658684. iteration 5948 found worse value: 339.989658684. iteration 5949 found worse value: 339.989658684. iteration 5950 found worse value: 339.989658684. iteration 5951 found worse value: 339.989658684. iteration 5952 found worse value: 339.989658684. iteration 5953 found worse value: 339.989658684. iteration 5954 found worse value: 339.989658684. iteration 5955 found worse value: 339.989658684. iteration 5956 found worse value: 339.989658684. iteration 5957 found worse value: 339.989658684. iteration 5958 found worse value: 339.989658684. iteration 5959 found worse value: 339.989658684. iteration 5960 found worse value: 339.989658684. iteration 5961 found worse value: 339.989658684. iteration 5962 found worse value: 339.989658684. iteration 5963 found worse value: 339.989658684. iteration 5964 found worse value: 339.989658684. iteration 5965 found worse value: 339.989658684. iteration 5966 found worse value: 339.989658684. iteration 5967 found worse value: 339.989658684. iteration 5968 found worse value: 339.989658684. iteration 5969 found worse value: 339.989658684. iteration 5970 found worse value: 339.989658684. iteration 5971 found worse value: 339.989658684. iteration 5972 found worse value: 339.989658684. iteration 5973 found worse value: 339.989658684. iteration 5974 found worse value: 339.989658684. iteration 5975 found worse value: 339.989658684. iteration 5976 found worse value: 339.989658684. iteration 5977 found worse value: 339.989658684. iteration 5978 found worse value: 339.989658684. iteration 5979 found worse value: 339.989658684. iteration 5980 found worse value: 339.989658684. iteration 5981 found worse value: 339.989658684. iteration 5982 found worse value: 339.989658684. iteration 5983 found worse value: 339.989658684. iteration 5984 found worse value: 339.989658684. iteration 5985 found worse value: 339.989658684. iteration 5986 found worse value: 339.989658684. iteration 5987 found worse value: 339.989658684. iteration 5988 found worse value: 339.989658684. iteration 5989 found worse value: 339.989658684. iteration 5990 found worse value: 339.989658684. iteration 5991 found worse value: 339.989658684. iteration 5992 found worse value: 339.989658684. iteration 5993 found worse value: 339.989658684. iteration 5994 found worse value: 339.989658684. iteration 5995 found worse value: 339.989658684. iteration 5996 found worse value: 339.989658684. iteration 5997 found worse value: 339.989658684. iteration 5998 found worse value: 339.989658684. iteration 5999 found worse value: 339.989658684. iteration 6000 found worse value: 339.989658684. iteration 6001 found worse value: 339.989658684. iteration 6002 found worse value: 339.989658684. iteration 6003 found worse value: 339.989658684. iteration 6004 found worse value: 339.989658684. iteration 6005 found worse value: 339.989658684. iteration 6006 found worse value: 339.989658684. iteration 6007 found worse value: 339.989658684. iteration 6008 found worse value: 339.989658684. iteration 6009 found worse value: 339.989658684. iteration 6010 found worse value: 339.989658684. iteration 6011 found worse value: 339.989658684. iteration 6012 found worse value: 339.989658684. iteration 6013 found worse value: 339.989658684. iteration 6014 found worse value: 339.989658684. iteration 6015 found worse value: 339.989658684. iteration 6016 found worse value: 339.989658684. iteration 6017 found worse value: 339.989658684. iteration 6018 found worse value: 339.989658684. iteration 6019 found worse value: 339.989658684. iteration 6020 found worse value: 339.989658684. iteration 6021 found worse value: 339.989658684. iteration 6022 found worse value: 339.989658684. iteration 6023 found worse value: 339.989658684. iteration 6024 found worse value: 339.989658684. iteration 6025 found worse value: 339.989658684. iteration 6026 found worse value: 339.989658684. iteration 6027 found worse value: 339.989658684. iteration 6028 found worse value: 339.989658684. iteration 6029 found worse value: 339.989658684. iteration 6030 found worse value: 339.989658684. iteration 6031 found worse value: 339.989658684. iteration 6032 found worse value: 339.989658684. iteration 6033 found worse value: 339.989658684. iteration 6034 found worse value: 339.989658684. iteration 6035 found worse value: 339.989658684. iteration 6036 found worse value: 339.989658684. iteration 6037 found worse value: 339.989658684. iteration 6038 found worse value: 339.989658684. iteration 6039 found worse value: 339.989658684. iteration 6040 found worse value: 339.989658684. iteration 6041 found worse value: 339.989658684. iteration 6042 found worse value: 339.989658684. iteration 6043 found worse value: 339.989658684. iteration 6044 found worse value: 339.989658684. iteration 6045 found worse value: 339.989658684. iteration 6046 found worse value: 339.989658684. iteration 6047 found worse value: 339.989658684. iteration 6048 found worse value: 339.989658684. iteration 6049 found worse value: 339.989658684. iteration 6050 found worse value: 339.989658684. iteration 6051 found worse value: 339.989658684. iteration 6052 found worse value: 339.989658684. iteration 6053 found worse value: 339.989658684. iteration 6054 found worse value: 339.989658684. iteration 6055 found worse value: 339.989658684. iteration 6056 found worse value: 339.989658684. iteration 6057 found worse value: 339.989658684. iteration 6058 found worse value: 339.989658684. iteration 6059 found worse value: 339.989658684. iteration 6060 found worse value: 339.989658684. iteration 6061 found worse value: 339.989658684. iteration 6062 found worse value: 339.989658684. iteration 6063 found worse value: 339.989658684. iteration 6064 found worse value: 339.989658684. iteration 6065 found worse value: 339.989658684. iteration 6066 found worse value: 339.989658684. iteration 6067 found worse value: 339.989658684. iteration 6068 found worse value: 339.989658684. iteration 6069 found worse value: 339.989658684. iteration 6070 found worse value: 339.989658684. iteration 6071 found worse value: 339.989658684. iteration 6072 found worse value: 339.989658684. iteration 6073 found worse value: 339.989658684. iteration 6074 found worse value: 339.989658684. iteration 6075 found worse value: 339.989658684. iteration 6076 found worse value: 339.989658684. iteration 6077 found worse value: 339.989658684. iteration 6078 found worse value: 339.989658684. iteration 6079 found worse value: 339.989658684. iteration 6080 found worse value: 339.989658684. iteration 6081 found worse value: 339.989658684. iteration 6082 found worse value: 339.989658684. iteration 6083 found worse value: 339.989658684. iteration 6084 found worse value: 339.989658684. iteration 6085 found worse value: 339.989658684. iteration 6086 found worse value: 339.989658684. iteration 6087 found worse value: 339.989658684. iteration 6088 found worse value: 339.989658684. iteration 6089 found worse value: 339.989658684. iteration 6090 found worse value: 339.989658684. iteration 6091 found worse value: 339.989658684. iteration 6092 found worse value: 339.989658684. iteration 6093 found worse value: 339.989658684. iteration 6094 found worse value: 339.989658684. iteration 6095 found worse value: 339.989658684. iteration 6096 found worse value: 339.989658684. iteration 6097 found worse value: 339.989658684. iteration 6098 found worse value: 339.989658684. iteration 6099 found worse value: 339.989658684. iteration 6100 found worse value: 339.989658684. iteration 6101 found worse value: 339.989658684. iteration 6102 found worse value: 339.989658684. iteration 6103 found worse value: 339.989658684. iteration 6104 found worse value: 339.989658684. iteration 6105 found worse value: 339.989658684. iteration 6106 found worse value: 339.989658684. iteration 6107 found worse value: 339.989658684. iteration 6108 found worse value: 339.989658684. iteration 6109 found worse value: 339.989658684. iteration 6110 found worse value: 339.989658684. iteration 6111 found worse value: 339.989658684. iteration 6112 found worse value: 339.989658684. iteration 6113 found worse value: 339.989658684. iteration 6114 found worse value: 339.989658684. iteration 6115 found worse value: 339.989658684. iteration 6116 found worse value: 339.989658684. iteration 6117 found worse value: 339.989658684. iteration 6118 found worse value: 339.989658684. iteration 6119 found worse value: 339.989658684. iteration 6120 found worse value: 339.989658684. iteration 6121 found worse value: 339.989658684. iteration 6122 found worse value: 339.989658684. iteration 6123 found worse value: 339.989658684. iteration 6124 found worse value: 339.989658684. iteration 6125 found worse value: 339.989658684. iteration 6126 found worse value: 339.989658684. iteration 6127 found worse value: 339.989658684. iteration 6128 found worse value: 339.989658684. iteration 6129 found worse value: 339.989658684. iteration 6130 found worse value: 339.989658684. iteration 6131 found worse value: 339.989658684. iteration 6132 found worse value: 339.989658684. iteration 6133 found worse value: 339.989658684. iteration 6134 found worse value: 339.989658684. iteration 6135 found worse value: 339.989658684. iteration 6136 found worse value: 339.989658684. iteration 6137 found worse value: 339.989658684. iteration 6138 found worse value: 339.989658684. iteration 6139 found worse value: 339.989658684. iteration 6140 found worse value: 339.989658684. iteration 6141 found worse value: 339.989658684. iteration 6142 found worse value: 339.989658684. iteration 6143 found worse value: 339.989658684. iteration 6144 found worse value: 339.989658684. iteration 6145 found worse value: 339.989658684. iteration 6146 found worse value: 339.989658684. iteration 6147 found worse value: 339.989658684. iteration 6148 found worse value: 339.989658684. iteration 6149 found worse value: 339.989658684. iteration 6150 found worse value: 339.989658684. iteration 6151 found worse value: 339.989658684. iteration 6152 found worse value: 339.989658684. iteration 6153 found worse value: 339.989658684. iteration 6154 found worse value: 339.989658684. iteration 6155 found worse value: 339.989658684. iteration 6156 found worse value: 339.989658684. iteration 6157 found worse value: 339.989658684. iteration 6158 found worse value: 339.989658684. iteration 6159 found worse value: 339.989658684. iteration 6160 found worse value: 339.989658684. iteration 6161 found worse value: 339.989658684. iteration 6162 found worse value: 339.989658684. iteration 6163 found worse value: 339.989658684. iteration 6164 found worse value: 339.989658684. iteration 6165 found worse value: 339.989658684. iteration 6166 found worse value: 339.989658684. iteration 6167 found worse value: 339.989658684. iteration 6168 found worse value: 339.989658684. iteration 6169 found worse value: 339.989658684. iteration 6170 found worse value: 339.989658684. iteration 6171 found worse value: 339.989658684. iteration 6172 found worse value: 339.989658684. iteration 6173 found worse value: 339.989658684. iteration 6174 found worse value: 339.989658684. iteration 6175 found worse value: 339.989658684. iteration 6176 found worse value: 339.989658684. iteration 6177 found worse value: 339.989658684. iteration 6178 found worse value: 339.989658684. iteration 6179 found worse value: 339.989658684. iteration 6180 found worse value: 339.989658684. iteration 6181 found worse value: 339.989658684. iteration 6182 found worse value: 339.989658684. iteration 6183 found worse value: 339.989658684. iteration 6184 found worse value: 339.989658684. iteration 6185 found worse value: 339.989658684. iteration 6186 found worse value: 339.989658684. iteration 6187 found worse value: 339.989658684. iteration 6188 found worse value: 339.989658684. iteration 6189 found worse value: 339.989658684. iteration 6190 found worse value: 339.989658684. iteration 6191 found worse value: 339.989658684. iteration 6192 found worse value: 339.989658684. iteration 6193 found worse value: 339.989658684. iteration 6194 found worse value: 339.989658684. iteration 6195 found worse value: 339.989658684. iteration 6196 found worse value: 339.989658684. iteration 6197 found worse value: 339.989658684. iteration 6198 found worse value: 339.989658684. iteration 6199 found worse value: 339.989658684. iteration 6200 found worse value: 339.989658684. iteration 6201 found worse value: 339.989658684. iteration 6202 found worse value: 339.989658684. iteration 6203 found worse value: 339.989658684. iteration 6204 found worse value: 339.989658684. iteration 6205 found worse value: 339.989658684. iteration 6206 found worse value: 339.989658684. iteration 6207 found worse value: 339.989658684. iteration 6208 found worse value: 339.989658684. iteration 6209 found worse value: 339.989658684. iteration 6210 found worse value: 339.989658684. iteration 6211 found worse value: 339.989658684. iteration 6212 found worse value: 339.989658684. iteration 6213 found worse value: 339.989658684. iteration 6214 found worse value: 339.989658684. iteration 6215 found worse value: 339.989658684. iteration 6216 found worse value: 339.989658684. iteration 6217 found worse value: 339.989658684. iteration 6218 found worse value: 339.989658684. iteration 6219 found worse value: 339.989658684. iteration 6220 found worse value: 339.989658684. iteration 6221 found worse value: 339.989658684. iteration 6222 found worse value: 339.989658684. iteration 6223 found worse value: 339.989658684. iteration 6224 found worse value: 339.989658684. iteration 6225 found worse value: 339.989658684. iteration 6226 found worse value: 339.989658684. iteration 6227 found worse value: 339.989658684. iteration 6228 found worse value: 339.989658684. iteration 6229 found worse value: 339.989658684. iteration 6230 found worse value: 339.989658684. iteration 6231 found worse value: 339.989658684. iteration 6232 found worse value: 339.989658684. iteration 6233 found worse value: 339.989658684. iteration 6234 found worse value: 339.989658684. iteration 6235 found worse value: 339.989658684. iteration 6236 found worse value: 339.989658684. iteration 6237 found worse value: 339.989658684. iteration 6238 found worse value: 339.989658684. iteration 6239 found worse value: 339.989658684. iteration 6240 found worse value: 339.989658684. iteration 6241 found worse value: 339.989658684. iteration 6242 found worse value: 339.989658684. iteration 6243 found worse value: 339.989658684. iteration 6244 found worse value: 339.989658684. iteration 6245 found worse value: 339.989658684. iteration 6246 found worse value: 339.989658684. iteration 6247 found worse value: 339.989658684. iteration 6248 found worse value: 339.989658684. iteration 6249 found worse value: 339.989658684. iteration 6250 found worse value: 339.989658684. iteration 6251 found worse value: 339.989658684. iteration 6252 found worse value: 339.989658684. iteration 6253 found worse value: 339.989658684. iteration 6254 found worse value: 339.989658684. iteration 6255 found worse value: 339.989658684. iteration 6256 found worse value: 339.989658684. iteration 6257 found worse value: 339.989658684. iteration 6258 found worse value: 339.989658684. iteration 6259 found worse value: 339.989658684. iteration 6260 found worse value: 339.989658684. iteration 6261 found worse value: 339.989658684. iteration 6262 found worse value: 339.989658684. iteration 6263 found worse value: 339.989658684. iteration 6264 found worse value: 339.989658684. iteration 6265 found worse value: 339.989658684. iteration 6266 found worse value: 339.989658684. iteration 6267 found worse value: 339.989658684. iteration 6268 found worse value: 339.989658684. iteration 6269 found worse value: 339.989658684. iteration 6270 found worse value: 339.989658684. iteration 6271 found worse value: 339.989658684. iteration 6272 found worse value: 339.989658684. iteration 6273 found worse value: 339.989658684. iteration 6274 found worse value: 339.989658684. iteration 6275 found worse value: 339.989658684. iteration 6276 found worse value: 339.989658684. iteration 6277 found worse value: 339.989658684. iteration 6278 found worse value: 339.989658684. iteration 6279 found worse value: 339.989658684. iteration 6280 found worse value: 339.989658684. iteration 6281 found worse value: 339.989658684. iteration 6282 found worse value: 339.989658684. iteration 6283 found worse value: 339.989658684. iteration 6284 found worse value: 339.989658684. iteration 6285 found worse value: 339.989658684. iteration 6286 found worse value: 339.989658684. iteration 6287 found worse value: 339.989658684. iteration 6288 found worse value: 339.989658684. iteration 6289 found worse value: 339.989658684. iteration 6290 found worse value: 339.989658684. iteration 6291 found worse value: 339.989658684. iteration 6292 found worse value: 339.989658684. iteration 6293 found worse value: 339.989658684. iteration 6294 found worse value: 339.989658684. iteration 6295 found worse value: 339.989658684. iteration 6296 found worse value: 339.989658684. iteration 6297 found worse value: 339.989658684. iteration 6298 found worse value: 339.989658684. iteration 6299 found worse value: 339.989658684. iteration 6300 found worse value: 339.989658684. iteration 6301 found worse value: 339.989658684. iteration 6302 found worse value: 339.989658684. iteration 6303 found worse value: 339.989658684. iteration 6304 found worse value: 339.989658684. iteration 6305 found worse value: 339.989658684. iteration 6306 found worse value: 339.989658684. iteration 6307 found worse value: 339.989658684. iteration 6308 found worse value: 339.989658684. iteration 6309 found worse value: 339.989658684. iteration 6310 found worse value: 339.989658684. iteration 6311 found worse value: 339.989658684. iteration 6312 found worse value: 339.989658684. iteration 6313 found worse value: 339.989658684. iteration 6314 found worse value: 339.989658684. iteration 6315 found worse value: 339.989658684. iteration 6316 found worse value: 339.989658684. iteration 6317 found worse value: 339.989658684. iteration 6318 found worse value: 339.989658684. iteration 6319 found worse value: 339.989658684. iteration 6320 found worse value: 339.989658684. iteration 6321 found worse value: 339.989658684. iteration 6322 found worse value: 339.989658684. iteration 6323 found worse value: 339.989658684. iteration 6324 found worse value: 339.989658684. iteration 6325 found worse value: 339.989658684. iteration 6326 found worse value: 339.989658684. iteration 6327 found worse value: 339.989658684. iteration 6328 found worse value: 339.989658684. iteration 6329 found worse value: 339.989658684. iteration 6330 found worse value: 339.989658684. iteration 6331 found equal value: 339.989658684. iteration 6332 found worse value: 339.989658684. iteration 6333 found worse value: 339.989658684. iteration 6334 found worse value: 339.989658684. iteration 6335 found worse value: 339.989658684. iteration 6336 found worse value: 339.989658684. iteration 6337 found worse value: 339.989658684. iteration 6338 found worse value: 339.989658684. iteration 6339 found worse value: 339.989658684. iteration 6340 found worse value: 339.989658684. iteration 6341 found worse value: 339.989658684. iteration 6342 found worse value: 339.989658684. iteration 6343 found worse value: 339.989658684. iteration 6344 found worse value: 339.989658684. iteration 6345 found worse value: 339.989658684. iteration 6346 found worse value: 339.989658684. iteration 6347 found worse value: 339.989658684. iteration 6348 found worse value: 339.989658684. iteration 6349 found worse value: 339.989658684. iteration 6350 found worse value: 339.989658684. iteration 6351 found worse value: 339.989658684. iteration 6352 found worse value: 339.989658684. iteration 6353 found worse value: 339.989658684. iteration 6354 found worse value: 339.989658684. iteration 6355 found worse value: 339.989658684. iteration 6356 found worse value: 339.989658684. iteration 6357 found worse value: 339.989658684. iteration 6358 found worse value: 339.989658684. iteration 6359 found worse value: 339.989658684. iteration 6360 found worse value: 339.989658684. iteration 6361 found worse value: 339.989658684. iteration 6362 found worse value: 339.989658684. iteration 6363 found worse value: 339.989658684. iteration 6364 found worse value: 339.989658684. iteration 6365 found worse value: 339.989658684. iteration 6366 found worse value: 339.989658684. iteration 6367 found worse value: 339.989658684. iteration 6368 found worse value: 339.989658684. iteration 6369 found worse value: 339.989658684. iteration 6370 found worse value: 339.989658684. iteration 6371 found worse value: 339.989658684. iteration 6372 found worse value: 339.989658684. iteration 6373 found worse value: 339.989658684. iteration 6374 found worse value: 339.989658684. iteration 6375 found worse value: 339.989658684. iteration 6376 found worse value: 339.989658684. iteration 6377 found worse value: 339.989658684. iteration 6378 found worse value: 339.989658684. iteration 6379 found worse value: 339.989658684. iteration 6380 found worse value: 339.989658684. iteration 6381 found worse value: 339.989658684. iteration 6382 found worse value: 339.989658684. iteration 6383 found worse value: 339.989658684. iteration 6384 found worse value: 339.989658684. iteration 6385 found worse value: 339.989658684. iteration 6386 found worse value: 339.989658684. iteration 6387 found worse value: 339.989658684. iteration 6388 found worse value: 339.989658684. iteration 6389 found worse value: 339.989658684. iteration 6390 found worse value: 339.989658684. iteration 6391 found worse value: 339.989658684. iteration 6392 found worse value: 339.989658684. iteration 6393 found worse value: 339.989658684. iteration 6394 found worse value: 339.989658684. iteration 6395 found worse value: 339.989658684. iteration 6396 found worse value: 339.989658684. iteration 6397 found worse value: 339.989658684. iteration 6398 found worse value: 339.989658684. iteration 6399 found worse value: 339.989658684. iteration 6400 found worse value: 339.989658684. iteration 6401 found worse value: 339.989658684. iteration 6402 found worse value: 339.989658684. iteration 6403 found worse value: 339.989658684. iteration 6404 found worse value: 339.989658684. iteration 6405 found worse value: 339.989658684. iteration 6406 found worse value: 339.989658684. iteration 6407 found worse value: 339.989658684. iteration 6408 found worse value: 339.989658684. iteration 6409 found worse value: 339.989658684. iteration 6410 found worse value: 339.989658684. iteration 6411 found worse value: 339.989658684. iteration 6412 found worse value: 339.989658684. iteration 6413 found worse value: 339.989658684. iteration 6414 found worse value: 339.989658684. iteration 6415 found worse value: 339.989658684. iteration 6416 found worse value: 339.989658684. iteration 6417 found worse value: 339.989658684. iteration 6418 found worse value: 339.989658684. iteration 6419 found worse value: 339.989658684. iteration 6420 found worse value: 339.989658684. iteration 6421 found worse value: 339.989658684. iteration 6422 found worse value: 339.989658684. iteration 6423 found worse value: 339.989658684. iteration 6424 found worse value: 339.989658684. iteration 6425 found worse value: 339.989658684. iteration 6426 found worse value: 339.989658684. iteration 6427 found worse value: 339.989658684. iteration 6428 found worse value: 339.989658684. iteration 6429 found worse value: 339.989658684. iteration 6430 found worse value: 339.989658684. iteration 6431 found worse value: 339.989658684. iteration 6432 found worse value: 339.989658684. iteration 6433 found worse value: 339.989658684. iteration 6434 found worse value: 339.989658684. iteration 6435 found worse value: 339.989658684. iteration 6436 found worse value: 339.989658684. iteration 6437 found worse value: 339.989658684. iteration 6438 found worse value: 339.989658684. iteration 6439 found worse value: 339.989658684. iteration 6440 found worse value: 339.989658684. iteration 6441 found worse value: 339.989658684. iteration 6442 found worse value: 339.989658684. iteration 6443 found worse value: 339.989658684. iteration 6444 found worse value: 339.989658684. iteration 6445 found worse value: 339.989658684. iteration 6446 found worse value: 339.989658684. iteration 6447 found worse value: 339.989658684. iteration 6448 found worse value: 339.989658684. iteration 6449 found worse value: 339.989658684. iteration 6450 found worse value: 339.989658684. iteration 6451 found worse value: 339.989658684. iteration 6452 found worse value: 339.989658684. iteration 6453 found worse value: 339.989658684. iteration 6454 found worse value: 339.989658684. iteration 6455 found worse value: 339.989658684. iteration 6456 found worse value: 339.989658684. iteration 6457 found worse value: 339.989658684. iteration 6458 found worse value: 339.989658684. iteration 6459 found worse value: 339.989658684. iteration 6460 found worse value: 339.989658684. iteration 6461 found worse value: 339.989658684. iteration 6462 found worse value: 339.989658684. iteration 6463 found worse value: 339.989658684. iteration 6464 found worse value: 339.989658684. iteration 6465 found worse value: 339.989658684. iteration 6466 found worse value: 339.989658684. iteration 6467 found worse value: 339.989658684. iteration 6468 found worse value: 339.989658684. iteration 6469 found worse value: 339.989658684. iteration 6470 found worse value: 339.989658684. iteration 6471 found worse value: 339.989658684. iteration 6472 found worse value: 339.989658684. iteration 6473 found worse value: 339.989658684. iteration 6474 found worse value: 339.989658684. iteration 6475 found worse value: 339.989658684. iteration 6476 found worse value: 339.989658684. iteration 6477 found worse value: 339.989658684. iteration 6478 found worse value: 339.989658684. iteration 6479 found worse value: 339.989658684. iteration 6480 found worse value: 339.989658684. iteration 6481 found worse value: 339.989658684. iteration 6482 found worse value: 339.989658684. iteration 6483 found worse value: 339.989658684. iteration 6484 found worse value: 339.989658684. iteration 6485 found worse value: 339.989658684. iteration 6486 found worse value: 339.989658684. iteration 6487 found worse value: 339.989658684. iteration 6488 found worse value: 339.989658684. iteration 6489 found worse value: 339.989658684. iteration 6490 found worse value: 339.989658684. iteration 6491 found worse value: 339.989658684. iteration 6492 found worse value: 339.989658684. iteration 6493 found worse value: 339.989658684. iteration 6494 found worse value: 339.989658684. iteration 6495 found worse value: 339.989658684. iteration 6496 found worse value: 339.989658684. iteration 6497 found worse value: 339.989658684. iteration 6498 found worse value: 339.989658684. iteration 6499 found worse value: 339.989658684. iteration 6500 found worse value: 339.989658684. iteration 6501 found worse value: 339.989658684. iteration 6502 found worse value: 339.989658684. iteration 6503 found worse value: 339.989658684. iteration 6504 found worse value: 339.989658684. iteration 6505 found worse value: 339.989658684. iteration 6506 found worse value: 339.989658684. iteration 6507 found worse value: 339.989658684. iteration 6508 found worse value: 339.989658684. iteration 6509 found worse value: 339.989658684. iteration 6510 found worse value: 339.989658684. iteration 6511 found worse value: 339.989658684. iteration 6512 found worse value: 339.989658684. iteration 6513 found worse value: 339.989658684. iteration 6514 found worse value: 339.989658684. iteration 6515 found worse value: 339.989658684. iteration 6516 found worse value: 339.989658684. iteration 6517 found worse value: 339.989658684. iteration 6518 found worse value: 339.989658684. iteration 6519 found worse value: 339.989658684. iteration 6520 found worse value: 339.989658684. iteration 6521 found worse value: 339.989658684. iteration 6522 found worse value: 339.989658684. iteration 6523 found worse value: 339.989658684. iteration 6524 found worse value: 339.989658684. iteration 6525 found worse value: 339.989658684. iteration 6526 found worse value: 339.989658684. iteration 6527 found worse value: 339.989658684. iteration 6528 found worse value: 339.989658684. iteration 6529 found worse value: 339.989658684. iteration 6530 found worse value: 339.989658684. iteration 6531 found worse value: 339.989658684. iteration 6532 found worse value: 339.989658684. iteration 6533 found worse value: 339.989658684. iteration 6534 found worse value: 339.989658684. iteration 6535 found worse value: 339.989658684. iteration 6536 found worse value: 339.989658684. iteration 6537 found worse value: 339.989658684. iteration 6538 found worse value: 339.989658684. iteration 6539 found worse value: 339.989658684. iteration 6540 found worse value: 339.989658684. iteration 6541 found worse value: 339.989658684. iteration 6542 found worse value: 339.989658684. iteration 6543 found worse value: 339.989658684. iteration 6544 found worse value: 339.989658684. iteration 6545 found worse value: 339.989658684. iteration 6546 found worse value: 339.989658684. iteration 6547 found worse value: 339.989658684. iteration 6548 found worse value: 339.989658684. iteration 6549 found worse value: 339.989658684. iteration 6550 found worse value: 339.989658684. iteration 6551 found worse value: 339.989658684. iteration 6552 found worse value: 339.989658684. iteration 6553 found worse value: 339.989658684. iteration 6554 found worse value: 339.989658684. iteration 6555 found worse value: 339.989658684. iteration 6556 found worse value: 339.989658684. iteration 6557 found worse value: 339.989658684. iteration 6558 found worse value: 339.989658684. iteration 6559 found worse value: 339.989658684. iteration 6560 found worse value: 339.989658684. iteration 6561 found worse value: 339.989658684. iteration 6562 found worse value: 339.989658684. iteration 6563 found worse value: 339.989658684. iteration 6564 found worse value: 339.989658684. iteration 6565 found worse value: 339.989658684. iteration 6566 found worse value: 339.989658684. iteration 6567 found worse value: 339.989658684. iteration 6568 found worse value: 339.989658684. iteration 6569 found worse value: 339.989658684. iteration 6570 found worse value: 339.989658684. iteration 6571 found worse value: 339.989658684. iteration 6572 found worse value: 339.989658684. iteration 6573 found worse value: 339.989658684. iteration 6574 found worse value: 339.989658684. iteration 6575 found worse value: 339.989658684. iteration 6576 found worse value: 339.989658684. iteration 6577 found worse value: 339.989658684. iteration 6578 found worse value: 339.989658684. iteration 6579 found worse value: 339.989658684. iteration 6580 found worse value: 339.989658684. iteration 6581 found worse value: 339.989658684. iteration 6582 found worse value: 339.989658684. iteration 6583 found worse value: 339.989658684. iteration 6584 found worse value: 339.989658684. iteration 6585 found worse value: 339.989658684. iteration 6586 found worse value: 339.989658684. iteration 6587 found worse value: 339.989658684. iteration 6588 found worse value: 339.989658684. iteration 6589 found worse value: 339.989658684. iteration 6590 found worse value: 339.989658684. iteration 6591 found worse value: 339.989658684. iteration 6592 found worse value: 339.989658684. iteration 6593 found worse value: 339.989658684. iteration 6594 found worse value: 339.989658684. iteration 6595 found worse value: 339.989658684. iteration 6596 found worse value: 339.989658684. iteration 6597 found worse value: 339.989658684. iteration 6598 found worse value: 339.989658684. iteration 6599 found worse value: 339.989658684. iteration 6600 found worse value: 339.989658684. iteration 6601 found worse value: 339.989658684. iteration 6602 found worse value: 339.989658684. iteration 6603 found worse value: 339.989658684. iteration 6604 found worse value: 339.989658684. iteration 6605 found worse value: 339.989658684. iteration 6606 found worse value: 339.989658684. iteration 6607 found worse value: 339.989658684. iteration 6608 found worse value: 339.989658684. iteration 6609 found worse value: 339.989658684. iteration 6610 found worse value: 339.989658684. iteration 6611 found worse value: 339.989658684. iteration 6612 found worse value: 339.989658684. iteration 6613 found worse value: 339.989658684. iteration 6614 found worse value: 339.989658684. iteration 6615 found worse value: 339.989658684. iteration 6616 found worse value: 339.989658684. iteration 6617 found worse value: 339.989658684. iteration 6618 found worse value: 339.989658684. iteration 6619 found worse value: 339.989658684. iteration 6620 found worse value: 339.989658684. iteration 6621 found worse value: 339.989658684. iteration 6622 found worse value: 339.989658684. iteration 6623 found worse value: 339.989658684. iteration 6624 found worse value: 339.989658684. iteration 6625 found worse value: 339.989658684. iteration 6626 found worse value: 339.989658684. iteration 6627 found worse value: 339.989658684. iteration 6628 found worse value: 339.989658684. iteration 6629 found worse value: 339.989658684. iteration 6630 found worse value: 339.989658684. iteration 6631 found worse value: 339.989658684. iteration 6632 found worse value: 339.989658684. iteration 6633 found worse value: 339.989658684. iteration 6634 found worse value: 339.989658684. iteration 6635 found worse value: 339.989658684. iteration 6636 found worse value: 339.989658684. iteration 6637 found worse value: 339.989658684. iteration 6638 found worse value: 339.989658684. iteration 6639 found worse value: 339.989658684. iteration 6640 found worse value: 339.989658684. iteration 6641 found worse value: 339.989658684. iteration 6642 found worse value: 339.989658684. iteration 6643 found worse value: 339.989658684. iteration 6644 found worse value: 339.989658684. iteration 6645 found worse value: 339.989658684. iteration 6646 found worse value: 339.989658684. iteration 6647 found worse value: 339.989658684. iteration 6648 found worse value: 339.989658684. iteration 6649 found worse value: 339.989658684. iteration 6650 found worse value: 339.989658684. iteration 6651 found worse value: 339.989658684. iteration 6652 found worse value: 339.989658684. iteration 6653 found worse value: 339.989658684. iteration 6654 found worse value: 339.989658684. iteration 6655 found worse value: 339.989658684. iteration 6656 found worse value: 339.989658684. iteration 6657 found worse value: 339.989658684. iteration 6658 found worse value: 339.989658684. iteration 6659 found worse value: 339.989658684. iteration 6660 found worse value: 339.989658684. iteration 6661 found worse value: 339.989658684. iteration 6662 found worse value: 339.989658684. iteration 6663 found worse value: 339.989658684. iteration 6664 found worse value: 339.989658684. iteration 6665 found worse value: 339.989658684. iteration 6666 found worse value: 339.989658684. iteration 6667 found worse value: 339.989658684. iteration 6668 found worse value: 339.989658684. iteration 6669 found worse value: 339.989658684. iteration 6670 found worse value: 339.989658684. iteration 6671 found worse value: 339.989658684. iteration 6672 found worse value: 339.989658684. iteration 6673 found worse value: 339.989658684. iteration 6674 found worse value: 339.989658684. iteration 6675 found worse value: 339.989658684. iteration 6676 found worse value: 339.989658684. iteration 6677 found worse value: 339.989658684. iteration 6678 found worse value: 339.989658684. iteration 6679 found worse value: 339.989658684. iteration 6680 found worse value: 339.989658684. iteration 6681 found worse value: 339.989658684. iteration 6682 found worse value: 339.989658684. iteration 6683 found worse value: 339.989658684. iteration 6684 found worse value: 339.989658684. iteration 6685 found worse value: 339.989658684. iteration 6686 found worse value: 339.989658684. iteration 6687 found worse value: 339.989658684. iteration 6688 found worse value: 339.989658684. iteration 6689 found worse value: 339.989658684. iteration 6690 found worse value: 339.989658684. iteration 6691 found worse value: 339.989658684. iteration 6692 found worse value: 339.989658684. iteration 6693 found worse value: 339.989658684. iteration 6694 found worse value: 339.989658684. iteration 6695 found worse value: 339.989658684. iteration 6696 found worse value: 339.989658684. iteration 6697 found worse value: 339.989658684. iteration 6698 found worse value: 339.989658684. iteration 6699 found worse value: 339.989658684. iteration 6700 found worse value: 339.989658684. iteration 6701 found worse value: 339.989658684. iteration 6702 found worse value: 339.989658684. iteration 6703 found worse value: 339.989658684. iteration 6704 found worse value: 339.989658684. iteration 6705 found worse value: 339.989658684. iteration 6706 found worse value: 339.989658684. iteration 6707 found worse value: 339.989658684. iteration 6708 found worse value: 339.989658684. iteration 6709 found worse value: 339.989658684. iteration 6710 found worse value: 339.989658684. iteration 6711 found worse value: 339.989658684. iteration 6712 found worse value: 339.989658684. iteration 6713 found worse value: 339.989658684. iteration 6714 found worse value: 339.989658684. iteration 6715 found worse value: 339.989658684. iteration 6716 found worse value: 339.989658684. iteration 6717 found worse value: 339.989658684. iteration 6718 found worse value: 339.989658684. iteration 6719 found worse value: 339.989658684. iteration 6720 found worse value: 339.989658684. iteration 6721 found worse value: 339.989658684. iteration 6722 found worse value: 339.989658684. iteration 6723 found worse value: 339.989658684. iteration 6724 found worse value: 339.989658684. iteration 6725 found worse value: 339.989658684. iteration 6726 found worse value: 339.989658684. iteration 6727 found worse value: 339.989658684. iteration 6728 found worse value: 339.989658684. iteration 6729 found worse value: 339.989658684. iteration 6730 found worse value: 339.989658684. iteration 6731 found worse value: 339.989658684. iteration 6732 found worse value: 339.989658684. iteration 6733 found worse value: 339.989658684. iteration 6734 found worse value: 339.989658684. iteration 6735 found worse value: 339.989658684. iteration 6736 found worse value: 339.989658684. iteration 6737 found worse value: 339.989658684. iteration 6738 found worse value: 339.989658684. iteration 6739 found worse value: 339.989658684. iteration 6740 found worse value: 339.989658684. iteration 6741 found worse value: 339.989658684. iteration 6742 found worse value: 339.989658684. iteration 6743 found worse value: 339.989658684. iteration 6744 found worse value: 339.989658684. iteration 6745 found worse value: 339.989658684. iteration 6746 found worse value: 339.989658684. iteration 6747 found worse value: 339.989658684. iteration 6748 found worse value: 339.989658684. iteration 6749 found worse value: 339.989658684. iteration 6750 found worse value: 339.989658684. iteration 6751 found worse value: 339.989658684. iteration 6752 found worse value: 339.989658684. iteration 6753 found worse value: 339.989658684. iteration 6754 found worse value: 339.989658684. iteration 6755 found worse value: 339.989658684. iteration 6756 found worse value: 339.989658684. iteration 6757 found worse value: 339.989658684. iteration 6758 found worse value: 339.989658684. iteration 6759 found worse value: 339.989658684. iteration 6760 found worse value: 339.989658684. iteration 6761 found worse value: 339.989658684. iteration 6762 found worse value: 339.989658684. iteration 6763 found worse value: 339.989658684. iteration 6764 found worse value: 339.989658684. iteration 6765 found worse value: 339.989658684. iteration 6766 found worse value: 339.989658684. iteration 6767 found worse value: 339.989658684. iteration 6768 found worse value: 339.989658684. iteration 6769 found worse value: 339.989658684. iteration 6770 found worse value: 339.989658684. iteration 6771 found worse value: 339.989658684. iteration 6772 found worse value: 339.989658684. iteration 6773 found worse value: 339.989658684. iteration 6774 found worse value: 339.989658684. iteration 6775 found worse value: 339.989658684. iteration 6776 found worse value: 339.989658684. iteration 6777 found worse value: 339.989658684. iteration 6778 found worse value: 339.989658684. iteration 6779 found worse value: 339.989658684. iteration 6780 found worse value: 339.989658684. iteration 6781 found worse value: 339.989658684. iteration 6782 found worse value: 339.989658684. iteration 6783 found worse value: 339.989658684. iteration 6784 found worse value: 339.989658684. iteration 6785 found worse value: 339.989658684. iteration 6786 found worse value: 339.989658684. iteration 6787 found worse value: 339.989658684. iteration 6788 found worse value: 339.989658684. iteration 6789 found worse value: 339.989658684. iteration 6790 found worse value: 339.989658684. iteration 6791 found worse value: 339.989658684. iteration 6792 found worse value: 339.989658684. iteration 6793 found worse value: 339.989658684. iteration 6794 found worse value: 339.989658684. iteration 6795 found worse value: 339.989658684. iteration 6796 found worse value: 339.989658684. iteration 6797 found worse value: 339.989658684. iteration 6798 found worse value: 339.989658684. iteration 6799 found worse value: 339.989658684. iteration 6800 found worse value: 339.989658684. iteration 6801 found worse value: 339.989658684. iteration 6802 found worse value: 339.989658684. iteration 6803 found worse value: 339.989658684. iteration 6804 found worse value: 339.989658684. iteration 6805 found worse value: 339.989658684. iteration 6806 found worse value: 339.989658684. iteration 6807 found worse value: 339.989658684. iteration 6808 found worse value: 339.989658684. iteration 6809 found worse value: 339.989658684. iteration 6810 found worse value: 339.989658684. iteration 6811 found worse value: 339.989658684. iteration 6812 found worse value: 339.989658684. iteration 6813 found worse value: 339.989658684. iteration 6814 found worse value: 339.989658684. iteration 6815 found worse value: 339.989658684. iteration 6816 found worse value: 339.989658684. iteration 6817 found worse value: 339.989658684. iteration 6818 found worse value: 339.989658684. iteration 6819 found worse value: 339.989658684. iteration 6820 found worse value: 339.989658684. iteration 6821 found worse value: 339.989658684. iteration 6822 found worse value: 339.989658684. iteration 6823 found worse value: 339.989658684. iteration 6824 found worse value: 339.989658684. iteration 6825 found worse value: 339.989658684. iteration 6826 found worse value: 339.989658684. iteration 6827 found worse value: 339.989658684. iteration 6828 found worse value: 339.989658684. iteration 6829 found worse value: 339.989658684. iteration 6830 found worse value: 339.989658684. iteration 6831 found worse value: 339.989658684. iteration 6832 found worse value: 339.989658684. iteration 6833 found worse value: 339.989658684. iteration 6834 found worse value: 339.989658684. iteration 6835 found worse value: 339.989658684. iteration 6836 found worse value: 339.989658684. iteration 6837 found worse value: 339.989658684. iteration 6838 found worse value: 339.989658684. iteration 6839 found worse value: 339.989658684. iteration 6840 found worse value: 339.989658684. iteration 6841 found worse value: 339.989658684. iteration 6842 found worse value: 339.989658684. iteration 6843 found worse value: 339.989658684. iteration 6844 found worse value: 339.989658684. iteration 6845 found worse value: 339.989658684. iteration 6846 found worse value: 339.989658684. iteration 6847 found worse value: 339.989658684. iteration 6848 found worse value: 339.989658684. iteration 6849 found worse value: 339.989658684. iteration 6850 found worse value: 339.989658684. iteration 6851 found worse value: 339.989658684. iteration 6852 found worse value: 339.989658684. iteration 6853 found worse value: 339.989658684. iteration 6854 found worse value: 339.989658684. iteration 6855 found worse value: 339.989658684. iteration 6856 found worse value: 339.989658684. iteration 6857 found worse value: 339.989658684. iteration 6858 found worse value: 339.989658684. iteration 6859 found worse value: 339.989658684. iteration 6860 found worse value: 339.989658684. iteration 6861 found worse value: 339.989658684. iteration 6862 found worse value: 339.989658684. iteration 6863 found worse value: 339.989658684. iteration 6864 found worse value: 339.989658684. iteration 6865 found worse value: 339.989658684. iteration 6866 found worse value: 339.989658684. iteration6866, perturbing to get out of local maxima iteration 6867 found worse value: 339.989658684. iteration 6868 found worse value: 339.989658684. iteration 6869 found worse value: 339.989658684. iteration 6870 found worse value: 339.989658684. iteration 6871 found worse value: 339.989658684. iteration 6872 found worse value: 339.989658684. iteration 6873 found worse value: 339.989658684. iteration 6874 found worse value: 339.989658684. iteration 6875 found worse value: 339.989658684. iteration 6876 found worse value: 339.989658684. iteration 6877 found worse value: 339.989658684. iteration 6878 found worse value: 339.989658684. iteration 6879 found worse value: 339.989658684. iteration 6880 found worse value: 339.989658684. iteration 6881 found worse value: 339.989658684. iteration 6882 found worse value: 339.989658684. iteration 6883 found worse value: 339.989658684. iteration 6884 found worse value: 339.989658684. iteration 6885 found worse value: 339.989658684. iteration 6886 found worse value: 339.989658684. iteration 6887 found worse value: 339.989658684. iteration 6888 found worse value: 339.989658684. iteration 6889 found worse value: 339.989658684. iteration 6890 found worse value: 339.989658684. iteration 6891 found worse value: 339.989658684. iteration 6892 found worse value: 339.989658684. iteration 6893 found worse value: 339.989658684. iteration 6894 found worse value: 339.989658684. iteration 6895 found worse value: 339.989658684. iteration 6896 found worse value: 339.989658684. iteration 6897 found worse value: 339.989658684. iteration 6898 found worse value: 339.989658684. iteration 6899 found worse value: 339.989658684. iteration 6900 found worse value: 339.989658684. iteration 6901 found worse value: 339.989658684. iteration 6902 found worse value: 339.989658684. iteration 6903 found worse value: 339.989658684. iteration 6904 found worse value: 339.989658684. iteration 6905 found worse value: 339.989658684. iteration 6906 found worse value: 339.989658684. iteration 6907 found worse value: 339.989658684. iteration 6908 found worse value: 339.989658684. iteration 6909 found worse value: 339.989658684. iteration 6910 found worse value: 339.989658684. iteration 6911 found worse value: 339.989658684. iteration 6912 found worse value: 339.989658684. iteration 6913 found worse value: 339.989658684. iteration 6914 found worse value: 339.989658684. iteration 6915 found worse value: 339.989658684. iteration 6916 found worse value: 339.989658684. iteration 6917 found worse value: 339.989658684. iteration 6918 found worse value: 339.989658684. iteration 6919 found worse value: 339.989658684. iteration 6920 found worse value: 339.989658684. iteration 6921 found worse value: 339.989658684. iteration 6922 found worse value: 339.989658684. iteration 6923 found worse value: 339.989658684. iteration 6924 found worse value: 339.989658684. iteration 6925 found worse value: 339.989658684. iteration 6926 found worse value: 339.989658684. iteration 6927 found worse value: 339.989658684. iteration 6928 found worse value: 339.989658684. iteration 6929 found worse value: 339.989658684. iteration 6930 found worse value: 339.989658684. iteration 6931 found worse value: 339.989658684. iteration 6932 found worse value: 339.989658684. iteration 6933 found worse value: 339.989658684. iteration 6934 found worse value: 339.989658684. iteration 6935 found worse value: 339.989658684. iteration 6936 found worse value: 339.989658684. iteration 6937 found worse value: 339.989658684. iteration 6938 found worse value: 339.989658684. iteration 6939 found worse value: 339.989658684. iteration 6940 found worse value: 339.989658684. iteration 6941 found worse value: 339.989658684. iteration 6942 found worse value: 339.989658684. iteration 6943 found worse value: 339.989658684. iteration 6944 found worse value: 339.989658684. iteration 6945 found worse value: 339.989658684. iteration 6946 found worse value: 339.989658684. iteration 6947 found worse value: 339.989658684. iteration 6948 found worse value: 339.989658684. iteration 6949 found worse value: 339.989658684. iteration 6950 found worse value: 339.989658684. iteration 6951 found worse value: 339.989658684. iteration 6952 found worse value: 339.989658684. iteration 6953 found worse value: 339.989658684. iteration 6954 found worse value: 339.989658684. iteration 6955 found worse value: 339.989658684. iteration 6956 found worse value: 339.989658684. iteration 6957 found worse value: 339.989658684. iteration 6958 found worse value: 339.989658684. iteration 6959 found worse value: 339.989658684. iteration 6960 found worse value: 339.989658684. iteration 6961 found worse value: 339.989658684. iteration 6962 found worse value: 339.989658684. iteration 6963 found worse value: 339.989658684. iteration 6964 found worse value: 339.989658684. iteration 6965 found worse value: 339.989658684. iteration 6966 found worse value: 339.989658684. iteration 6967 found worse value: 339.989658684. iteration 6968 found worse value: 339.989658684. iteration 6969 found worse value: 339.989658684. iteration 6970 found worse value: 339.989658684. iteration 6971 found worse value: 339.989658684. iteration 6972 found worse value: 339.989658684. iteration 6973 found worse value: 339.989658684. iteration 6974 found worse value: 339.989658684. iteration 6975 found worse value: 339.989658684. iteration 6976 found worse value: 339.989658684. iteration 6977 found worse value: 339.989658684. iteration 6978 found worse value: 339.989658684. iteration 6979 found worse value: 339.989658684. iteration 6980 found worse value: 339.989658684. iteration 6981 found worse value: 339.989658684. iteration 6982 found worse value: 339.989658684. iteration 6983 found worse value: 339.989658684. iteration 6984 found worse value: 339.989658684. iteration 6985 found worse value: 339.989658684. iteration 6986 found worse value: 339.989658684. iteration 6987 found worse value: 339.989658684. iteration 6988 found worse value: 339.989658684. iteration 6989 found worse value: 339.989658684. iteration 6990 found worse value: 339.989658684. iteration 6991 found worse value: 339.989658684. iteration 6992 found worse value: 339.989658684. iteration 6993 found worse value: 339.989658684. iteration 6994 found worse value: 339.989658684. iteration 6995 found worse value: 339.989658684. iteration 6996 found worse value: 339.989658684. iteration 6997 found worse value: 339.989658684. iteration 6998 found worse value: 339.989658684. iteration 6999 found worse value: 339.989658684. iteration 7000 found worse value: 339.989658684. iteration 7001 found worse value: 339.989658684. iteration 7002 found worse value: 339.989658684. iteration 7003 found worse value: 339.989658684. iteration 7004 found worse value: 339.989658684. iteration 7005 found worse value: 339.989658684. iteration 7006 found worse value: 339.989658684. iteration 7007 found worse value: 339.989658684. iteration 7008 found worse value: 339.989658684. iteration 7009 found worse value: 339.989658684. iteration 7010 found worse value: 339.989658684. iteration 7011 found worse value: 339.989658684. iteration 7012 found worse value: 339.989658684. iteration 7013 found worse value: 339.989658684. iteration 7014 found worse value: 339.989658684. iteration 7015 found worse value: 339.989658684. iteration 7016 found worse value: 339.989658684. iteration 7017 found worse value: 339.989658684. iteration 7018 found worse value: 339.989658684. iteration 7019 found worse value: 339.989658684. iteration 7020 found worse value: 339.989658684. iteration 7021 found worse value: 339.989658684. iteration 7022 found worse value: 339.989658684. iteration 7023 found worse value: 339.989658684. iteration 7024 found worse value: 339.989658684. iteration 7025 found worse value: 339.989658684. iteration 7026 found worse value: 339.989658684. iteration 7027 found worse value: 339.989658684. iteration 7028 found worse value: 339.989658684. iteration 7029 found worse value: 339.989658684. iteration 7030 found worse value: 339.989658684. iteration 7031 found worse value: 339.989658684. iteration 7032 found worse value: 339.989658684. iteration 7033 found worse value: 339.989658684. iteration 7034 found worse value: 339.989658684. iteration 7035 found worse value: 339.989658684. iteration 7036 found worse value: 339.989658684. iteration 7037 found worse value: 339.989658684. iteration 7038 found worse value: 339.989658684. iteration 7039 found worse value: 339.989658684. iteration 7040 found worse value: 339.989658684. iteration 7041 found worse value: 339.989658684. iteration 7042 found worse value: 339.989658684. iteration 7043 found worse value: 339.989658684. iteration 7044 found worse value: 339.989658684. iteration 7045 found worse value: 339.989658684. iteration 7046 found worse value: 339.989658684. iteration 7047 found worse value: 339.989658684. iteration 7048 found worse value: 339.989658684. iteration 7049 found worse value: 339.989658684. iteration 7050 found worse value: 339.989658684. iteration 7051 found worse value: 339.989658684. iteration 7052 found worse value: 339.989658684. iteration 7053 found worse value: 339.989658684. iteration 7054 found worse value: 339.989658684. iteration 7055 found worse value: 339.989658684. iteration 7056 found worse value: 339.989658684. iteration 7057 found worse value: 339.989658684. iteration 7058 found worse value: 339.989658684. iteration 7059 found worse value: 339.989658684. iteration 7060 found worse value: 339.989658684. iteration 7061 found worse value: 339.989658684. iteration 7062 found worse value: 339.989658684. iteration 7063 found worse value: 339.989658684. iteration 7064 found worse value: 339.989658684. iteration 7065 found worse value: 339.989658684. iteration 7066 found worse value: 339.989658684. iteration 7067 found worse value: 339.989658684. iteration 7068 found worse value: 339.989658684. iteration 7069 found worse value: 339.989658684. iteration 7070 found worse value: 339.989658684. iteration 7071 found worse value: 339.989658684. iteration 7072 found worse value: 339.989658684. iteration 7073 found worse value: 339.989658684. iteration 7074 found worse value: 339.989658684. iteration 7075 found worse value: 339.989658684. iteration 7076 found worse value: 339.989658684. iteration 7077 found worse value: 339.989658684. iteration 7078 found worse value: 339.989658684. iteration 7079 found worse value: 339.989658684. iteration 7080 found worse value: 339.989658684. iteration 7081 found worse value: 339.989658684. iteration 7082 found worse value: 339.989658684. iteration 7083 found worse value: 339.989658684. iteration 7084 found worse value: 339.989658684. iteration 7085 found worse value: 339.989658684. iteration 7086 found worse value: 339.989658684. iteration 7087 found worse value: 339.989658684. iteration 7088 found worse value: 339.989658684. iteration 7089 found worse value: 339.989658684. iteration 7090 found worse value: 339.989658684. iteration 7091 found worse value: 339.989658684. iteration 7092 found worse value: 339.989658684. iteration 7093 found worse value: 339.989658684. iteration 7094 found worse value: 339.989658684. iteration 7095 found worse value: 339.989658684. iteration 7096 found worse value: 339.989658684. iteration 7097 found worse value: 339.989658684. iteration 7098 found worse value: 339.989658684. iteration 7099 found worse value: 339.989658684. iteration 7100 found worse value: 339.989658684. iteration 7101 found worse value: 339.989658684. iteration 7102 found worse value: 339.989658684. iteration 7103 found worse value: 339.989658684. iteration 7104 found worse value: 339.989658684. iteration 7105 found worse value: 339.989658684. iteration 7106 found worse value: 339.989658684. iteration 7107 found worse value: 339.989658684. iteration 7108 found worse value: 339.989658684. iteration 7109 found worse value: 339.989658684. iteration 7110 found worse value: 339.989658684. iteration 7111 found worse value: 339.989658684. iteration 7112 found worse value: 339.989658684. iteration 7113 found worse value: 339.989658684. iteration 7114 found worse value: 339.989658684. iteration 7115 found worse value: 339.989658684. iteration 7116 found worse value: 339.989658684. iteration 7117 found worse value: 339.989658684. iteration 7118 found worse value: 339.989658684. iteration 7119 found worse value: 339.989658684. iteration 7120 found worse value: 339.989658684. iteration 7121 found worse value: 339.989658684. iteration 7122 found worse value: 339.989658684. iteration 7123 found worse value: 339.989658684. iteration 7124 found worse value: 339.989658684. iteration 7125 found worse value: 339.989658684. iteration 7126 found worse value: 339.989658684. iteration 7127 found worse value: 339.989658684. iteration 7128 found worse value: 339.989658684. iteration 7129 found worse value: 339.989658684. iteration 7130 found worse value: 339.989658684. iteration 7131 found worse value: 339.989658684. iteration 7132 found worse value: 339.989658684. iteration 7133 found worse value: 339.989658684. iteration 7134 found worse value: 339.989658684. iteration 7135 found worse value: 339.989658684. iteration 7136 found worse value: 339.989658684. iteration 7137 found worse value: 339.989658684. iteration 7138 found worse value: 339.989658684. iteration 7139 found worse value: 339.989658684. iteration 7140 found worse value: 339.989658684. iteration 7141 found worse value: 339.989658684. iteration 7142 found worse value: 339.989658684. iteration 7143 found worse value: 339.989658684. iteration 7144 found worse value: 339.989658684. iteration 7145 found worse value: 339.989658684. iteration 7146 found worse value: 339.989658684. iteration 7147 found worse value: 339.989658684. iteration 7148 found worse value: 339.989658684. iteration 7149 found worse value: 339.989658684. iteration 7150 found worse value: 339.989658684. iteration 7151 found worse value: 339.989658684. iteration 7152 found worse value: 339.989658684. iteration 7153 found worse value: 339.989658684. iteration 7154 found worse value: 339.989658684. iteration 7155 found worse value: 339.989658684. iteration 7156 found worse value: 339.989658684. iteration 7157 found worse value: 339.989658684. iteration 7158 found worse value: 339.989658684. iteration 7159 found worse value: 339.989658684. iteration 7160 found worse value: 339.989658684. iteration 7161 found worse value: 339.989658684. iteration 7162 found worse value: 339.989658684. iteration 7163 found worse value: 339.989658684. iteration 7164 found worse value: 339.989658684. iteration 7165 found worse value: 339.989658684. iteration 7166 found worse value: 339.989658684. iteration 7167 found worse value: 339.989658684. iteration 7168 found worse value: 339.989658684. iteration 7169 found worse value: 339.989658684. iteration 7170 found worse value: 339.989658684. iteration 7171 found worse value: 339.989658684. iteration 7172 found worse value: 339.989658684. iteration 7173 found worse value: 339.989658684. iteration 7174 found worse value: 339.989658684. iteration 7175 found worse value: 339.989658684. iteration 7176 found worse value: 339.989658684. iteration 7177 found worse value: 339.989658684. iteration 7178 found worse value: 339.989658684. iteration 7179 found worse value: 339.989658684. iteration 7180 found worse value: 339.989658684. iteration 7181 found worse value: 339.989658684. iteration 7182 found worse value: 339.989658684. iteration 7183 found worse value: 339.989658684. iteration 7184 found worse value: 339.989658684. iteration 7185 found worse value: 339.989658684. iteration 7186 found worse value: 339.989658684. iteration 7187 found worse value: 339.989658684. iteration 7188 found worse value: 339.989658684. iteration 7189 found worse value: 339.989658684. iteration 7190 found worse value: 339.989658684. iteration 7191 found worse value: 339.989658684. iteration 7192 found worse value: 339.989658684. iteration 7193 found worse value: 339.989658684. iteration 7194 found worse value: 339.989658684. iteration 7195 found worse value: 339.989658684. iteration 7196 found worse value: 339.989658684. iteration 7197 found worse value: 339.989658684. iteration 7198 found worse value: 339.989658684. iteration 7199 found worse value: 339.989658684. iteration 7200 found worse value: 339.989658684. iteration 7201 found worse value: 339.989658684. iteration 7202 found worse value: 339.989658684. iteration 7203 found worse value: 339.989658684. iteration 7204 found worse value: 339.989658684. iteration 7205 found worse value: 339.989658684. iteration 7206 found worse value: 339.989658684. iteration 7207 found worse value: 339.989658684. iteration 7208 found worse value: 339.989658684. iteration 7209 found worse value: 339.989658684. iteration 7210 found worse value: 339.989658684. iteration 7211 found worse value: 339.989658684. iteration 7212 found worse value: 339.989658684. iteration 7213 found worse value: 339.989658684. iteration 7214 found worse value: 339.989658684. iteration 7215 found worse value: 339.989658684. iteration 7216 found worse value: 339.989658684. iteration 7217 found worse value: 339.989658684. iteration 7218 found worse value: 339.989658684. iteration 7219 found worse value: 339.989658684. iteration 7220 found worse value: 339.989658684. iteration 7221 found worse value: 339.989658684. iteration 7222 found worse value: 339.989658684. iteration 7223 found worse value: 339.989658684. iteration7223, perturbing to get out of local maxima iteration 7224 found worse value: 339.989658684. iteration 7225 found worse value: 339.989658684. iteration 7226 found worse value: 339.989658684. iteration 7227 found worse value: 339.989658684. iteration 7228 found worse value: 339.989658684. iteration 7229 found worse value: 339.989658684. iteration 7230 found worse value: 339.989658684. iteration 7231 found worse value: 339.989658684. iteration 7232 found worse value: 339.989658684. iteration 7233 found worse value: 339.989658684. iteration 7234 found worse value: 339.989658684. iteration 7235 found worse value: 339.989658684. iteration 7236 found worse value: 339.989658684. iteration 7237 found worse value: 339.989658684. iteration 7238 found worse value: 339.989658684. iteration 7239 found worse value: 339.989658684. iteration 7240 found worse value: 339.989658684. iteration 7241 found worse value: 339.989658684. iteration 7242 found worse value: 339.989658684. iteration 7243 found worse value: 339.989658684. iteration 7244 found worse value: 339.989658684. iteration 7245 found worse value: 339.989658684. iteration 7246 found worse value: 339.989658684. iteration 7247 found worse value: 339.989658684. iteration 7248 found worse value: 339.989658684. iteration 7249 found worse value: 339.989658684. iteration 7250 found worse value: 339.989658684. iteration 7251 found worse value: 339.989658684. iteration 7252 found worse value: 339.989658684. iteration 7253 found worse value: 339.989658684. iteration 7254 found worse value: 339.989658684. iteration 7255 found worse value: 339.989658684. iteration 7256 found worse value: 339.989658684. iteration 7257 found worse value: 339.989658684. iteration 7258 found worse value: 339.989658684. iteration 7259 found worse value: 339.989658684. iteration 7260 found worse value: 339.989658684. iteration 7261 found worse value: 339.989658684. iteration 7262 found worse value: 339.989658684. iteration 7263 found worse value: 339.989658684. iteration 7264 found worse value: 339.989658684. iteration 7265 found worse value: 339.989658684. iteration 7266 found worse value: 339.989658684. iteration 7267 found worse value: 339.989658684. iteration 7268 found worse value: 339.989658684. iteration 7269 found worse value: 339.989658684. iteration 7270 found worse value: 339.989658684. iteration 7271 found worse value: 339.989658684. iteration 7272 found worse value: 339.989658684. iteration 7273 found worse value: 339.989658684. iteration 7274 found worse value: 339.989658684. iteration 7275 found worse value: 339.989658684. iteration 7276 found worse value: 339.989658684. iteration 7277 found worse value: 339.989658684. iteration 7278 found worse value: 339.989658684. iteration 7279 found worse value: 339.989658684. iteration 7280 found worse value: 339.989658684. iteration 7281 found worse value: 339.989658684. iteration 7282 found worse value: 339.989658684. iteration 7283 found worse value: 339.989658684. iteration 7284 found worse value: 339.989658684. iteration 7285 found worse value: 339.989658684. iteration 7286 found worse value: 339.989658684. iteration 7287 found worse value: 339.989658684. iteration 7288 found worse value: 339.989658684. iteration 7289 found worse value: 339.989658684. iteration 7290 found worse value: 339.989658684. iteration 7291 found worse value: 339.989658684. iteration 7292 found worse value: 339.989658684. iteration 7293 found worse value: 339.989658684. iteration 7294 found worse value: 339.989658684. iteration 7295 found worse value: 339.989658684. iteration 7296 found worse value: 339.989658684. iteration 7297 found worse value: 339.989658684. iteration 7298 found worse value: 339.989658684. iteration 7299 found worse value: 339.989658684. iteration 7300 found worse value: 339.989658684. iteration 7301 found worse value: 339.989658684. iteration 7302 found worse value: 339.989658684. iteration 7303 found worse value: 339.989658684. iteration 7304 found worse value: 339.989658684. iteration 7305 found worse value: 339.989658684. iteration 7306 found worse value: 339.989658684. iteration 7307 found worse value: 339.989658684. iteration 7308 found worse value: 339.989658684. iteration 7309 found worse value: 339.989658684. iteration 7310 found worse value: 339.989658684. iteration 7311 found worse value: 339.989658684. iteration 7312 found worse value: 339.989658684. iteration 7313 found worse value: 339.989658684. iteration 7314 found worse value: 339.989658684. iteration 7315 found worse value: 339.989658684. iteration 7316 found worse value: 339.989658684. iteration 7317 found worse value: 339.989658684. iteration 7318 found worse value: 339.989658684. iteration 7319 found worse value: 339.989658684. iteration 7320 found worse value: 339.989658684. iteration 7321 found worse value: 339.989658684. iteration 7322 found worse value: 339.989658684. iteration 7323 found worse value: 339.989658684. iteration 7324 found worse value: 339.989658684. iteration 7325 found worse value: 339.989658684. iteration 7326 found worse value: 339.989658684. iteration 7327 found worse value: 339.989658684. iteration 7328 found worse value: 339.989658684. iteration 7329 found worse value: 339.989658684. iteration 7330 found worse value: 339.989658684. iteration 7331 found worse value: 339.989658684. iteration 7332 found worse value: 339.989658684. iteration 7333 found worse value: 339.989658684. iteration 7334 found worse value: 339.989658684. iteration 7335 found worse value: 339.989658684. iteration 7336 found worse value: 339.989658684. iteration 7337 found worse value: 339.989658684. iteration 7338 found worse value: 339.989658684. iteration 7339 found worse value: 339.989658684. iteration 7340 found worse value: 339.989658684. iteration 7341 found worse value: 339.989658684. iteration 7342 found worse value: 339.989658684. iteration 7343 found worse value: 339.989658684. iteration 7344 found worse value: 339.989658684. iteration 7345 found worse value: 339.989658684. iteration 7346 found worse value: 339.989658684. iteration 7347 found worse value: 339.989658684. iteration 7348 found worse value: 339.989658684. iteration 7349 found worse value: 339.989658684. iteration 7350 found worse value: 339.989658684. iteration 7351 found worse value: 339.989658684. iteration 7352 found worse value: 339.989658684. iteration 7353 found worse value: 339.989658684. iteration 7354 found worse value: 339.989658684. iteration 7355 found worse value: 339.989658684. iteration 7356 found worse value: 339.989658684. iteration 7357 found worse value: 339.989658684. iteration 7358 found worse value: 339.989658684. iteration 7359 found worse value: 339.989658684. iteration 7360 found worse value: 339.989658684. iteration 7361 found worse value: 339.989658684. iteration 7362 found worse value: 339.989658684. iteration 7363 found worse value: 339.989658684. iteration 7364 found worse value: 339.989658684. iteration 7365 found worse value: 339.989658684. iteration 7366 found worse value: 339.989658684. iteration 7367 found worse value: 339.989658684. iteration 7368 found worse value: 339.989658684. iteration 7369 found worse value: 339.989658684. iteration 7370 found worse value: 339.989658684. iteration 7371 found worse value: 339.989658684. iteration 7372 found worse value: 339.989658684. iteration 7373 found worse value: 339.989658684. iteration 7374 found worse value: 339.989658684. iteration 7375 found worse value: 339.989658684. iteration 7376 found worse value: 339.989658684. iteration 7377 found worse value: 339.989658684. iteration 7378 found worse value: 339.989658684. iteration 7379 found worse value: 339.989658684. iteration 7380 found worse value: 339.989658684. iteration 7381 found worse value: 339.989658684. iteration 7382 found worse value: 339.989658684. iteration 7383 found worse value: 339.989658684. iteration 7384 found worse value: 339.989658684. iteration 7385 found worse value: 339.989658684. iteration 7386 found worse value: 339.989658684. iteration 7387 found worse value: 339.989658684. iteration 7388 found worse value: 339.989658684. iteration 7389 found worse value: 339.989658684. iteration 7390 found worse value: 339.989658684. iteration 7391 found worse value: 339.989658684. iteration 7392 found worse value: 339.989658684. iteration 7393 found worse value: 339.989658684. iteration 7394 found worse value: 339.989658684. iteration 7395 found worse value: 339.989658684. iteration 7396 found worse value: 339.989658684. iteration 7397 found worse value: 339.989658684. iteration 7398 found worse value: 339.989658684. iteration 7399 found worse value: 339.989658684. iteration 7400 found worse value: 339.989658684. iteration 7401 found worse value: 339.989658684. iteration 7402 found worse value: 339.989658684. iteration 7403 found worse value: 339.989658684. iteration 7404 found worse value: 339.989658684. iteration 7405 found worse value: 339.989658684. iteration 7406 found worse value: 339.989658684. iteration 7407 found equal value: 339.989658684. iteration 7408 found worse value: 339.989658684. iteration 7409 found worse value: 339.989658684. iteration 7410 found worse value: 339.989658684. iteration 7411 found worse value: 339.989658684. iteration 7412 found worse value: 339.989658684. iteration 7413 found worse value: 339.989658684. iteration 7414 found worse value: 339.989658684. iteration 7415 found worse value: 339.989658684. iteration 7416 found worse value: 339.989658684. iteration 7417 found worse value: 339.989658684. iteration 7418 found worse value: 339.989658684. iteration 7419 found worse value: 339.989658684. iteration 7420 found worse value: 339.989658684. iteration 7421 found worse value: 339.989658684. iteration 7422 found worse value: 339.989658684. iteration 7423 found worse value: 339.989658684. iteration 7424 found worse value: 339.989658684. iteration 7425 found worse value: 339.989658684. iteration 7426 found worse value: 339.989658684. iteration 7427 found worse value: 339.989658684. iteration 7428 found worse value: 339.989658684. iteration 7429 found worse value: 339.989658684. iteration 7430 found worse value: 339.989658684. iteration 7431 found worse value: 339.989658684. iteration 7432 found worse value: 339.989658684. iteration 7433 found worse value: 339.989658684. iteration 7434 found worse value: 339.989658684. iteration 7435 found worse value: 339.989658684. iteration 7436 found worse value: 339.989658684. iteration 7437 found worse value: 339.989658684. iteration 7438 found worse value: 339.989658684. iteration 7439 found worse value: 339.989658684. iteration 7440 found worse value: 339.989658684. iteration 7441 found worse value: 339.989658684. iteration 7442 found worse value: 339.989658684. iteration 7443 found worse value: 339.989658684. iteration 7444 found worse value: 339.989658684. iteration 7445 found worse value: 339.989658684. iteration 7446 found worse value: 339.989658684. iteration 7447 found worse value: 339.989658684. iteration 7448 found worse value: 339.989658684. iteration 7449 found worse value: 339.989658684. iteration 7450 found worse value: 339.989658684. iteration 7451 found worse value: 339.989658684. iteration 7452 found worse value: 339.989658684. iteration 7453 found worse value: 339.989658684. iteration 7454 found worse value: 339.989658684. iteration 7455 found worse value: 339.989658684. iteration 7456 found worse value: 339.989658684. iteration 7457 found worse value: 339.989658684. iteration 7458 found worse value: 339.989658684. iteration 7459 found worse value: 339.989658684. iteration 7460 found worse value: 339.989658684. iteration 7461 found worse value: 339.989658684. iteration 7462 found worse value: 339.989658684. iteration 7463 found worse value: 339.989658684. iteration 7464 found worse value: 339.989658684. iteration 7465 found worse value: 339.989658684. iteration 7466 found worse value: 339.989658684. iteration 7467 found worse value: 339.989658684. iteration 7468 found worse value: 339.989658684. iteration 7469 found worse value: 339.989658684. iteration 7470 found worse value: 339.989658684. iteration 7471 found worse value: 339.989658684. iteration 7472 found worse value: 339.989658684. iteration 7473 found worse value: 339.989658684. iteration 7474 found worse value: 339.989658684. iteration 7475 found worse value: 339.989658684. iteration 7476 found worse value: 339.989658684. iteration 7477 found worse value: 339.989658684. iteration 7478 found worse value: 339.989658684. iteration 7479 found worse value: 339.989658684. iteration 7480 found worse value: 339.989658684. iteration 7481 found worse value: 339.989658684. iteration 7482 found worse value: 339.989658684. iteration 7483 found worse value: 339.989658684. iteration 7484 found worse value: 339.989658684. iteration 7485 found worse value: 339.989658684. iteration 7486 found worse value: 339.989658684. iteration 7487 found worse value: 339.989658684. iteration 7488 found worse value: 339.989658684. iteration 7489 found worse value: 339.989658684. iteration 7490 found worse value: 339.989658684. iteration 7491 found worse value: 339.989658684. iteration 7492 found worse value: 339.989658684. iteration 7493 found worse value: 339.989658684. iteration 7494 found worse value: 339.989658684. iteration 7495 found worse value: 339.989658684. iteration 7496 found worse value: 339.989658684. iteration 7497 found worse value: 339.989658684. iteration 7498 found worse value: 339.989658684. iteration 7499 found worse value: 339.989658684. iteration 7500 found worse value: 339.989658684. iteration 7501 found worse value: 339.989658684. iteration 7502 found worse value: 339.989658684. iteration 7503 found worse value: 339.989658684. iteration 7504 found worse value: 339.989658684. iteration 7505 found worse value: 339.989658684. iteration 7506 found worse value: 339.989658684. iteration 7507 found worse value: 339.989658684. iteration 7508 found worse value: 339.989658684. iteration 7509 found worse value: 339.989658684. iteration 7510 found worse value: 339.989658684. iteration 7511 found worse value: 339.989658684. iteration 7512 found worse value: 339.989658684. iteration 7513 found worse value: 339.989658684. iteration 7514 found worse value: 339.989658684. iteration 7515 found worse value: 339.989658684. iteration 7516 found worse value: 339.989658684. iteration 7517 found worse value: 339.989658684. iteration 7518 found worse value: 339.989658684. iteration 7519 found worse value: 339.989658684. iteration 7520 found worse value: 339.989658684. iteration 7521 found worse value: 339.989658684. iteration 7522 found worse value: 339.989658684. iteration 7523 found worse value: 339.989658684. iteration 7524 found worse value: 339.989658684. iteration 7525 found worse value: 339.989658684. iteration 7526 found worse value: 339.989658684. iteration 7527 found worse value: 339.989658684. iteration 7528 found worse value: 339.989658684. iteration 7529 found worse value: 339.989658684. iteration 7530 found worse value: 339.989658684. iteration 7531 found worse value: 339.989658684. iteration 7532 found worse value: 339.989658684. iteration 7533 found worse value: 339.989658684. iteration 7534 found worse value: 339.989658684. iteration 7535 found worse value: 339.989658684. iteration 7536 found worse value: 339.989658684. iteration 7537 found worse value: 339.989658684. iteration 7538 found worse value: 339.989658684. iteration 7539 found worse value: 339.989658684. iteration 7540 found worse value: 339.989658684. iteration 7541 found worse value: 339.989658684. iteration 7542 found worse value: 339.989658684. iteration 7543 found worse value: 339.989658684. iteration 7544 found worse value: 339.989658684. iteration 7545 found worse value: 339.989658684. iteration 7546 found worse value: 339.989658684. iteration 7547 found worse value: 339.989658684. iteration 7548 found worse value: 339.989658684. iteration 7549 found worse value: 339.989658684. iteration 7550 found worse value: 339.989658684. iteration 7551 found worse value: 339.989658684. iteration 7552 found worse value: 339.989658684. iteration 7553 found worse value: 339.989658684. iteration 7554 found worse value: 339.989658684. iteration 7555 found worse value: 339.989658684. iteration 7556 found worse value: 339.989658684. iteration 7557 found worse value: 339.989658684. iteration 7558 found worse value: 339.989658684. iteration 7559 found worse value: 339.989658684. iteration 7560 found worse value: 339.989658684. iteration 7561 found worse value: 339.989658684. iteration 7562 found worse value: 339.989658684. iteration 7563 found worse value: 339.989658684. iteration 7564 found worse value: 339.989658684. iteration 7565 found worse value: 339.989658684. iteration 7566 found worse value: 339.989658684. iteration 7567 found worse value: 339.989658684. iteration 7568 found worse value: 339.989658684. iteration 7569 found worse value: 339.989658684. iteration 7570 found worse value: 339.989658684. iteration 7571 found worse value: 339.989658684. iteration 7572 found worse value: 339.989658684. iteration 7573 found worse value: 339.989658684. iteration 7574 found worse value: 339.989658684. iteration 7575 found worse value: 339.989658684. iteration 7576 found worse value: 339.989658684. iteration 7577 found worse value: 339.989658684. iteration 7578 found worse value: 339.989658684. iteration 7579 found worse value: 339.989658684. iteration 7580 found worse value: 339.989658684. iteration 7581 found worse value: 339.989658684. iteration 7582 found worse value: 339.989658684. iteration 7583 found worse value: 339.989658684. iteration 7584 found worse value: 339.989658684. iteration 7585 found worse value: 339.989658684. iteration 7586 found worse value: 339.989658684. iteration 7587 found worse value: 339.989658684. iteration 7588 found worse value: 339.989658684. iteration 7589 found worse value: 339.989658684. iteration 7590 found worse value: 339.989658684. iteration 7591 found worse value: 339.989658684. iteration 7592 found worse value: 339.989658684. iteration 7593 found worse value: 339.989658684. iteration 7594 found worse value: 339.989658684. iteration 7595 found worse value: 339.989658684. iteration 7596 found worse value: 339.989658684. iteration 7597 found worse value: 339.989658684. iteration 7598 found worse value: 339.989658684. iteration 7599 found worse value: 339.989658684. iteration 7600 found worse value: 339.989658684. iteration 7601 found worse value: 339.989658684. iteration 7602 found worse value: 339.989658684. iteration 7603 found worse value: 339.989658684. iteration 7604 found worse value: 339.989658684. iteration 7605 found worse value: 339.989658684. iteration 7606 found worse value: 339.989658684. iteration 7607 found worse value: 339.989658684. iteration 7608 found worse value: 339.989658684. iteration 7609 found worse value: 339.989658684. iteration 7610 found worse value: 339.989658684. iteration 7611 found worse value: 339.989658684. iteration 7612 found worse value: 339.989658684. iteration 7613 found worse value: 339.989658684. iteration 7614 found worse value: 339.989658684. iteration 7615 found worse value: 339.989658684. iteration 7616 found worse value: 339.989658684. iteration 7617 found worse value: 339.989658684. iteration 7618 found worse value: 339.989658684. iteration 7619 found worse value: 339.989658684. iteration 7620 found worse value: 339.989658684. iteration 7621 found worse value: 339.989658684. iteration 7622 found worse value: 339.989658684. iteration 7623 found worse value: 339.989658684. iteration 7624 found worse value: 339.989658684. iteration 7625 found worse value: 339.989658684. iteration 7626 found worse value: 339.989658684. iteration 7627 found worse value: 339.989658684. iteration 7628 found worse value: 339.989658684. iteration 7629 found worse value: 339.989658684. iteration 7630 found worse value: 339.989658684. iteration 7631 found worse value: 339.989658684. iteration 7632 found worse value: 339.989658684. iteration 7633 found worse value: 339.989658684. iteration 7634 found worse value: 339.989658684. iteration 7635 found worse value: 339.989658684. iteration 7636 found worse value: 339.989658684. iteration 7637 found worse value: 339.989658684. iteration 7638 found worse value: 339.989658684. iteration 7639 found worse value: 339.989658684. iteration 7640 found worse value: 339.989658684. iteration 7641 found worse value: 339.989658684. iteration 7642 found worse value: 339.989658684. iteration 7643 found worse value: 339.989658684. iteration 7644 found worse value: 339.989658684. iteration 7645 found worse value: 339.989658684. iteration 7646 found worse value: 339.989658684. iteration 7647 found worse value: 339.989658684. iteration 7648 found worse value: 339.989658684. iteration 7649 found worse value: 339.989658684. iteration 7650 found worse value: 339.989658684. iteration 7651 found worse value: 339.989658684. iteration 7652 found worse value: 339.989658684. iteration 7653 found worse value: 339.989658684. iteration 7654 found worse value: 339.989658684. iteration 7655 found worse value: 339.989658684. iteration 7656 found worse value: 339.989658684. iteration 7657 found worse value: 339.989658684. iteration 7658 found worse value: 339.989658684. iteration 7659 found worse value: 339.989658684. iteration 7660 found worse value: 339.989658684. iteration 7661 found worse value: 339.989658684. iteration 7662 found worse value: 339.989658684. iteration 7663 found worse value: 339.989658684. iteration 7664 found worse value: 339.989658684. iteration 7665 found worse value: 339.989658684. iteration 7666 found worse value: 339.989658684. iteration 7667 found worse value: 339.989658684. iteration 7668 found worse value: 339.989658684. iteration 7669 found worse value: 339.989658684. iteration 7670 found worse value: 339.989658684. iteration 7671 found worse value: 339.989658684. iteration 7672 found worse value: 339.989658684. iteration 7673 found worse value: 339.989658684. iteration 7674 found worse value: 339.989658684. iteration 7675 found worse value: 339.989658684. iteration 7676 found worse value: 339.989658684. iteration 7677 found worse value: 339.989658684. iteration 7678 found worse value: 339.989658684. iteration 7679 found worse value: 339.989658684. iteration 7680 found worse value: 339.989658684. iteration 7681 found worse value: 339.989658684. iteration 7682 found worse value: 339.989658684. iteration 7683 found worse value: 339.989658684. iteration 7684 found worse value: 339.989658684. iteration 7685 found worse value: 339.989658684. iteration 7686 found worse value: 339.989658684. iteration 7687 found worse value: 339.989658684. iteration 7688 found worse value: 339.989658684. iteration 7689 found worse value: 339.989658684. iteration 7690 found worse value: 339.989658684. iteration 7691 found worse value: 339.989658684. iteration 7692 found worse value: 339.989658684. iteration 7693 found worse value: 339.989658684. iteration 7694 found worse value: 339.989658684. iteration 7695 found worse value: 339.989658684. iteration 7696 found worse value: 339.989658684. iteration 7697 found worse value: 339.989658684. iteration 7698 found worse value: 339.989658684. iteration 7699 found worse value: 339.989658684. iteration 7700 found worse value: 339.989658684. iteration 7701 found worse value: 339.989658684. iteration 7702 found worse value: 339.989658684. iteration 7703 found worse value: 339.989658684. iteration 7704 found worse value: 339.989658684. iteration 7705 found worse value: 339.989658684. iteration 7706 found worse value: 339.989658684. iteration 7707 found worse value: 339.989658684. iteration 7708 found worse value: 339.989658684. iteration 7709 found worse value: 339.989658684. iteration 7710 found worse value: 339.989658684. iteration 7711 found worse value: 339.989658684. iteration 7712 found worse value: 339.989658684. iteration 7713 found worse value: 339.989658684. iteration 7714 found worse value: 339.989658684. iteration 7715 found worse value: 339.989658684. iteration 7716 found worse value: 339.989658684. iteration 7717 found worse value: 339.989658684. iteration 7718 found worse value: 339.989658684. iteration 7719 found worse value: 339.989658684. iteration 7720 found worse value: 339.989658684. iteration 7721 found worse value: 339.989658684. iteration 7722 found worse value: 339.989658684. iteration 7723 found worse value: 339.989658684. iteration 7724 found worse value: 339.989658684. iteration 7725 found worse value: 339.989658684. iteration 7726 found worse value: 339.989658684. iteration 7727 found worse value: 339.989658684. iteration 7728 found worse value: 339.989658684. iteration 7729 found worse value: 339.989658684. iteration 7730 found worse value: 339.989658684. iteration 7731 found worse value: 339.989658684. iteration 7732 found worse value: 339.989658684. iteration 7733 found worse value: 339.989658684. iteration 7734 found worse value: 339.989658684. iteration 7735 found worse value: 339.989658684. iteration 7736 found worse value: 339.989658684. iteration 7737 found worse value: 339.989658684. iteration 7738 found worse value: 339.989658684. iteration 7739 found worse value: 339.989658684. iteration 7740 found worse value: 339.989658684. iteration 7741 found worse value: 339.989658684. iteration 7742 found worse value: 339.989658684. iteration 7743 found worse value: 339.989658684. iteration 7744 found worse value: 339.989658684. iteration 7745 found worse value: 339.989658684. iteration 7746 found worse value: 339.989658684. iteration 7747 found worse value: 339.989658684. iteration 7748 found worse value: 339.989658684. iteration 7749 found worse value: 339.989658684. iteration 7750 found worse value: 339.989658684. iteration 7751 found worse value: 339.989658684. iteration 7752 found worse value: 339.989658684. iteration 7753 found worse value: 339.989658684. iteration 7754 found worse value: 339.989658684. iteration 7755 found worse value: 339.989658684. iteration 7756 found worse value: 339.989658684. iteration 7757 found worse value: 339.989658684. iteration 7758 found worse value: 339.989658684. iteration 7759 found worse value: 339.989658684. iteration 7760 found worse value: 339.989658684. iteration 7761 found worse value: 339.989658684. iteration 7762 found worse value: 339.989658684. iteration 7763 found worse value: 339.989658684. iteration 7764 found worse value: 339.989658684. iteration 7765 found worse value: 339.989658684. iteration 7766 found worse value: 339.989658684. iteration 7767 found worse value: 339.989658684. iteration 7768 found worse value: 339.989658684. iteration 7769 found worse value: 339.989658684. iteration 7770 found worse value: 339.989658684. iteration 7771 found worse value: 339.989658684. iteration 7772 found worse value: 339.989658684. iteration 7773 found worse value: 339.989658684. iteration 7774 found worse value: 339.989658684. iteration 7775 found worse value: 339.989658684. iteration 7776 found worse value: 339.989658684. iteration 7777 found worse value: 339.989658684. iteration 7778 found worse value: 339.989658684. iteration 7779 found worse value: 339.989658684. iteration 7780 found worse value: 339.989658684. iteration 7781 found worse value: 339.989658684. iteration 7782 found worse value: 339.989658684. iteration 7783 found worse value: 339.989658684. iteration 7784 found worse value: 339.989658684. iteration 7785 found worse value: 339.989658684. iteration 7786 found worse value: 339.989658684. iteration 7787 found worse value: 339.989658684. iteration 7788 found worse value: 339.989658684. iteration 7789 found worse value: 339.989658684. iteration 7790 found worse value: 339.989658684. iteration 7791 found worse value: 339.989658684. iteration 7792 found worse value: 339.989658684. iteration 7793 found worse value: 339.989658684. iteration 7794 found worse value: 339.989658684. iteration 7795 found worse value: 339.989658684. iteration 7796 found worse value: 339.989658684. iteration 7797 found worse value: 339.989658684. iteration 7798 found worse value: 339.989658684. iteration 7799 found worse value: 339.989658684. iteration 7800 found worse value: 339.989658684. iteration 7801 found worse value: 339.989658684. iteration 7802 found worse value: 339.989658684. iteration 7803 found worse value: 339.989658684. iteration 7804 found worse value: 339.989658684. iteration 7805 found worse value: 339.989658684. iteration 7806 found worse value: 339.989658684. iteration 7807 found worse value: 339.989658684. iteration 7808 found worse value: 339.989658684. iteration 7809 found worse value: 339.989658684. iteration 7810 found worse value: 339.989658684. iteration 7811 found worse value: 339.989658684. iteration 7812 found worse value: 339.989658684. iteration 7813 found worse value: 339.989658684. iteration 7814 found worse value: 339.989658684. iteration 7815 found worse value: 339.989658684. iteration 7816 found worse value: 339.989658684. iteration 7817 found worse value: 339.989658684. iteration 7818 found worse value: 339.989658684. iteration 7819 found worse value: 339.989658684. iteration 7820 found worse value: 339.989658684. iteration 7821 found worse value: 339.989658684. iteration 7822 found worse value: 339.989658684. iteration 7823 found worse value: 339.989658684. iteration 7824 found worse value: 339.989658684. iteration 7825 found worse value: 339.989658684. iteration 7826 found worse value: 339.989658684. iteration 7827 found worse value: 339.989658684. iteration 7828 found worse value: 339.989658684. iteration 7829 found worse value: 339.989658684. iteration 7830 found worse value: 339.989658684. iteration 7831 found worse value: 339.989658684. iteration 7832 found worse value: 339.989658684. iteration 7833 found worse value: 339.989658684. iteration 7834 found worse value: 339.989658684. iteration 7835 found worse value: 339.989658684. iteration 7836 found worse value: 339.989658684. iteration 7837 found worse value: 339.989658684. iteration 7838 found worse value: 339.989658684. iteration 7839 found worse value: 339.989658684. iteration 7840 found worse value: 339.989658684. iteration 7841 found worse value: 339.989658684. iteration 7842 found worse value: 339.989658684. iteration 7843 found worse value: 339.989658684. iteration 7844 found worse value: 339.989658684. iteration 7845 found worse value: 339.989658684. iteration 7846 found worse value: 339.989658684. iteration 7847 found worse value: 339.989658684. iteration 7848 found worse value: 339.989658684. iteration 7849 found worse value: 339.989658684. iteration 7850 found worse value: 339.989658684. iteration 7851 found worse value: 339.989658684. iteration 7852 found worse value: 339.989658684. iteration 7853 found worse value: 339.989658684. iteration 7854 found worse value: 339.989658684. iteration 7855 found worse value: 339.989658684. iteration 7856 found worse value: 339.989658684. iteration 7857 found worse value: 339.989658684. iteration 7858 found worse value: 339.989658684. iteration 7859 found worse value: 339.989658684. iteration 7860 found worse value: 339.989658684. iteration 7861 found worse value: 339.989658684. iteration 7862 found worse value: 339.989658684. iteration 7863 found worse value: 339.989658684. iteration 7864 found worse value: 339.989658684. iteration 7865 found worse value: 339.989658684. iteration 7866 found worse value: 339.989658684. iteration 7867 found worse value: 339.989658684. iteration 7868 found worse value: 339.989658684. iteration 7869 found worse value: 339.989658684. iteration 7870 found worse value: 339.989658684. iteration 7871 found worse value: 339.989658684. iteration 7872 found worse value: 339.989658684. iteration 7873 found worse value: 339.989658684. iteration 7874 found worse value: 339.989658684. iteration 7875 found worse value: 339.989658684. iteration 7876 found worse value: 339.989658684. iteration 7877 found worse value: 339.989658684. iteration 7878 found worse value: 339.989658684. iteration 7879 found worse value: 339.989658684. iteration 7880 found worse value: 339.989658684. iteration 7881 found worse value: 339.989658684. iteration 7882 found worse value: 339.989658684. iteration 7883 found worse value: 339.989658684. iteration 7884 found worse value: 339.989658684. iteration 7885 found worse value: 339.989658684. iteration 7886 found worse value: 339.989658684. iteration 7887 found worse value: 339.989658684. iteration 7888 found worse value: 339.989658684. iteration 7889 found worse value: 339.989658684. iteration 7890 found worse value: 339.989658684. iteration 7891 found worse value: 339.989658684. iteration 7892 found worse value: 339.989658684. iteration 7893 found worse value: 339.989658684. iteration 7894 found worse value: 339.989658684. iteration 7895 found worse value: 339.989658684. iteration 7896 found worse value: 339.989658684. iteration 7897 found worse value: 339.989658684. iteration 7898 found worse value: 339.989658684. iteration 7899 found worse value: 339.989658684. iteration 7900 found worse value: 339.989658684. iteration 7901 found worse value: 339.989658684. iteration 7902 found worse value: 339.989658684. iteration 7903 found worse value: 339.989658684. iteration 7904 found worse value: 339.989658684. iteration 7905 found worse value: 339.989658684. iteration 7906 found worse value: 339.989658684. iteration 7907 found worse value: 339.989658684. iteration 7908 found worse value: 339.989658684. iteration 7909 found worse value: 339.989658684. iteration 7910 found worse value: 339.989658684. iteration 7911 found worse value: 339.989658684. iteration 7912 found worse value: 339.989658684. iteration 7913 found worse value: 339.989658684. iteration 7914 found worse value: 339.989658684. iteration 7915 found worse value: 339.989658684. iteration 7916 found worse value: 339.989658684. iteration 7917 found worse value: 339.989658684. iteration 7918 found worse value: 339.989658684. iteration 7919 found worse value: 339.989658684. iteration 7920 found worse value: 339.989658684. iteration 7921 found worse value: 339.989658684. iteration 7922 found worse value: 339.989658684. iteration 7923 found worse value: 339.989658684. iteration 7924 found worse value: 339.989658684. iteration 7925 found worse value: 339.989658684. iteration 7926 found worse value: 339.989658684. iteration 7927 found worse value: 339.989658684. iteration 7928 found worse value: 339.989658684. iteration 7929 found worse value: 339.989658684. iteration 7930 found worse value: 339.989658684. iteration 7931 found worse value: 339.989658684. iteration 7932 found worse value: 339.989658684. iteration 7933 found worse value: 339.989658684. iteration 7934 found worse value: 339.989658684. iteration 7935 found worse value: 339.989658684. iteration 7936 found worse value: 339.989658684. iteration 7937 found worse value: 339.989658684. iteration 7938 found worse value: 339.989658684. iteration 7939 found worse value: 339.989658684. iteration 7940 found worse value: 339.989658684. iteration 7941 found worse value: 339.989658684. iteration 7942 found worse value: 339.989658684. iteration 7943 found worse value: 339.989658684. iteration 7944 found worse value: 339.989658684. iteration 7945 found worse value: 339.989658684. iteration 7946 found worse value: 339.989658684. iteration 7947 found worse value: 339.989658684. iteration 7948 found worse value: 339.989658684. iteration 7949 found worse value: 339.989658684. iteration 7950 found worse value: 339.989658684. iteration 7951 found worse value: 339.989658684. iteration 7952 found worse value: 339.989658684. iteration 7953 found worse value: 339.989658684. iteration 7954 found worse value: 339.989658684. iteration 7955 found worse value: 339.989658684. iteration 7956 found worse value: 339.989658684. iteration 7957 found worse value: 339.989658684. iteration 7958 found worse value: 339.989658684. iteration 7959 found worse value: 339.989658684. iteration 7960 found worse value: 339.989658684. iteration 7961 found worse value: 339.989658684. iteration 7962 found worse value: 339.989658684. iteration 7963 found worse value: 339.989658684. iteration 7964 found worse value: 339.989658684. iteration 7965 found worse value: 339.989658684. iteration 7966 found worse value: 339.989658684. iteration 7967 found worse value: 339.989658684. iteration 7968 found worse value: 339.989658684. iteration 7969 found worse value: 339.989658684. iteration 7970 found worse value: 339.989658684. iteration 7971 found worse value: 339.989658684. iteration 7972 found worse value: 339.989658684. iteration 7973 found worse value: 339.989658684. iteration 7974 found worse value: 339.989658684. iteration 7975 found worse value: 339.989658684. iteration 7976 found worse value: 339.989658684. iteration 7977 found worse value: 339.989658684. iteration 7978 found worse value: 339.989658684. iteration 7979 found worse value: 339.989658684. iteration 7980 found worse value: 339.989658684. iteration 7981 found worse value: 339.989658684. iteration 7982 found worse value: 339.989658684. iteration 7983 found worse value: 339.989658684. iteration 7984 found worse value: 339.989658684. iteration 7985 found worse value: 339.989658684. iteration 7986 found worse value: 339.989658684. iteration 7987 found worse value: 339.989658684. iteration 7988 found worse value: 339.989658684. iteration 7989 found worse value: 339.989658684. iteration 7990 found worse value: 339.989658684. iteration 7991 found worse value: 339.989658684. iteration 7992 found worse value: 339.989658684. iteration 7993 found worse value: 339.989658684. iteration 7994 found worse value: 339.989658684. iteration 7995 found worse value: 339.989658684. iteration 7996 found worse value: 339.989658684. iteration 7997 found worse value: 339.989658684. iteration 7998 found worse value: 339.989658684. iteration 7999 found worse value: 339.989658684. iteration 8000 found worse value: 339.989658684. iteration 8001 found worse value: 339.989658684. iteration 8002 found worse value: 339.989658684. iteration 8003 found worse value: 339.989658684. iteration 8004 found worse value: 339.989658684. iteration 8005 found worse value: 339.989658684. iteration 8006 found worse value: 339.989658684. iteration 8007 found worse value: 339.989658684. iteration 8008 found worse value: 339.989658684. iteration 8009 found worse value: 339.989658684. iteration 8010 found worse value: 339.989658684. iteration 8011 found worse value: 339.989658684. iteration 8012 found worse value: 339.989658684. iteration 8013 found worse value: 339.989658684. iteration 8014 found worse value: 339.989658684. iteration 8015 found worse value: 339.989658684. iteration 8016 found worse value: 339.989658684. iteration 8017 found worse value: 339.989658684. iteration 8018 found worse value: 339.989658684. iteration 8019 found worse value: 339.989658684. iteration 8020 found worse value: 339.989658684. iteration 8021 found worse value: 339.989658684. iteration 8022 found worse value: 339.989658684. iteration 8023 found worse value: 339.989658684. iteration 8024 found worse value: 339.989658684. iteration 8025 found worse value: 339.989658684. iteration 8026 found worse value: 339.989658684. iteration 8027 found worse value: 339.989658684. iteration 8028 found worse value: 339.989658684. iteration 8029 found worse value: 339.989658684. iteration 8030 found worse value: 339.989658684. iteration 8031 found worse value: 339.989658684. iteration 8032 found worse value: 339.989658684. iteration 8033 found worse value: 339.989658684. iteration 8034 found worse value: 339.989658684. iteration 8035 found worse value: 339.989658684. iteration 8036 found worse value: 339.989658684. iteration 8037 found worse value: 339.989658684. iteration 8038 found worse value: 339.989658684. iteration 8039 found worse value: 339.989658684. iteration 8040 found worse value: 339.989658684. iteration 8041 found worse value: 339.989658684. iteration 8042 found worse value: 339.989658684. iteration 8043 found worse value: 339.989658684. iteration 8044 found worse value: 339.989658684. iteration 8045 found worse value: 339.989658684. iteration 8046 found worse value: 339.989658684. iteration 8047 found worse value: 339.989658684. iteration 8048 found worse value: 339.989658684. iteration 8049 found worse value: 339.989658684. iteration 8050 found worse value: 339.989658684. iteration 8051 found worse value: 339.989658684. iteration 8052 found worse value: 339.989658684. iteration 8053 found worse value: 339.989658684. iteration 8054 found worse value: 339.989658684. iteration 8055 found worse value: 339.989658684. iteration 8056 found worse value: 339.989658684. iteration 8057 found worse value: 339.989658684. iteration 8058 found worse value: 339.989658684. iteration 8059 found worse value: 339.989658684. iteration 8060 found worse value: 339.989658684. iteration 8061 found worse value: 339.989658684. iteration 8062 found worse value: 339.989658684. iteration 8063 found worse value: 339.989658684. iteration 8064 found worse value: 339.989658684. iteration 8065 found worse value: 339.989658684. iteration 8066 found worse value: 339.989658684. iteration 8067 found worse value: 339.989658684. iteration 8068 found worse value: 339.989658684. iteration 8069 found worse value: 339.989658684. iteration 8070 found worse value: 339.989658684. iteration 8071 found worse value: 339.989658684. iteration 8072 found worse value: 339.989658684. iteration 8073 found worse value: 339.989658684. iteration 8074 found worse value: 339.989658684. iteration 8075 found worse value: 339.989658684. iteration 8076 found worse value: 339.989658684. iteration 8077 found worse value: 339.989658684. iteration 8078 found worse value: 339.989658684. iteration 8079 found worse value: 339.989658684. iteration 8080 found worse value: 339.989658684. iteration 8081 found worse value: 339.989658684. iteration 8082 found worse value: 339.989658684. iteration 8083 found worse value: 339.989658684. iteration 8084 found worse value: 339.989658684. iteration 8085 found worse value: 339.989658684. iteration 8086 found worse value: 339.989658684. iteration 8087 found worse value: 339.989658684. iteration 8088 found worse value: 339.989658684. iteration 8089 found worse value: 339.989658684. iteration 8090 found worse value: 339.989658684. iteration 8091 found worse value: 339.989658684. iteration 8092 found worse value: 339.989658684. iteration 8093 found worse value: 339.989658684. iteration 8094 found worse value: 339.989658684. iteration 8095 found worse value: 339.989658684. iteration 8096 found worse value: 339.989658684. iteration 8097 found worse value: 339.989658684. iteration 8098 found worse value: 339.989658684. iteration 8099 found worse value: 339.989658684. iteration 8100 found worse value: 339.989658684. iteration 8101 found worse value: 339.989658684. iteration 8102 found worse value: 339.989658684. iteration 8103 found worse value: 339.989658684. iteration 8104 found worse value: 339.989658684. iteration 8105 found worse value: 339.989658684. iteration 8106 found worse value: 339.989658684. iteration 8107 found worse value: 339.989658684. iteration 8108 found worse value: 339.989658684. iteration 8109 found worse value: 339.989658684. iteration 8110 found worse value: 339.989658684. iteration 8111 found worse value: 339.989658684. iteration 8112 found worse value: 339.989658684. iteration 8113 found worse value: 339.989658684. iteration 8114 found worse value: 339.989658684. iteration 8115 found worse value: 339.989658684. iteration 8116 found worse value: 339.989658684. iteration 8117 found worse value: 339.989658684. iteration 8118 found worse value: 339.989658684. iteration 8119 found worse value: 339.989658684. iteration 8120 found worse value: 339.989658684. iteration 8121 found worse value: 339.989658684. iteration 8122 found worse value: 339.989658684. iteration 8123 found worse value: 339.989658684. iteration 8124 found worse value: 339.989658684. iteration 8125 found worse value: 339.989658684. iteration 8126 found worse value: 339.989658684. iteration 8127 found worse value: 339.989658684. iteration 8128 found worse value: 339.989658684. iteration 8129 found worse value: 339.989658684. iteration 8130 found worse value: 339.989658684. iteration 8131 found worse value: 339.989658684. iteration 8132 found worse value: 339.989658684. iteration 8133 found worse value: 339.989658684. iteration 8134 found worse value: 339.989658684. iteration 8135 found worse value: 339.989658684. iteration 8136 found worse value: 339.989658684. iteration 8137 found worse value: 339.989658684. iteration 8138 found worse value: 339.989658684. iteration 8139 found worse value: 339.989658684. iteration 8140 found worse value: 339.989658684. iteration 8141 found worse value: 339.989658684. iteration 8142 found worse value: 339.989658684. iteration 8143 found worse value: 339.989658684. iteration 8144 found worse value: 339.989658684. iteration 8145 found worse value: 339.989658684. iteration 8146 found worse value: 339.989658684. iteration 8147 found worse value: 339.989658684. iteration 8148 found worse value: 339.989658684. iteration 8149 found worse value: 339.989658684. iteration 8150 found worse value: 339.989658684. iteration 8151 found worse value: 339.989658684. iteration 8152 found worse value: 339.989658684. iteration 8153 found worse value: 339.989658684. iteration 8154 found worse value: 339.989658684. iteration 8155 found worse value: 339.989658684. iteration 8156 found worse value: 339.989658684. iteration 8157 found worse value: 339.989658684. iteration 8158 found worse value: 339.989658684. iteration 8159 found worse value: 339.989658684. iteration 8160 found worse value: 339.989658684. iteration 8161 found worse value: 339.989658684. iteration 8162 found worse value: 339.989658684. iteration 8163 found worse value: 339.989658684. iteration 8164 found worse value: 339.989658684. iteration 8165 found worse value: 339.989658684. iteration 8166 found worse value: 339.989658684. iteration 8167 found worse value: 339.989658684. iteration 8168 found worse value: 339.989658684. iteration 8169 found worse value: 339.989658684. iteration 8170 found worse value: 339.989658684. iteration 8171 found worse value: 339.989658684. iteration 8172 found worse value: 339.989658684. iteration 8173 found worse value: 339.989658684. iteration 8174 found worse value: 339.989658684. iteration 8175 found worse value: 339.989658684. iteration 8176 found worse value: 339.989658684. iteration 8177 found worse value: 339.989658684. iteration 8178 found worse value: 339.989658684. iteration 8179 found worse value: 339.989658684. iteration 8180 found worse value: 339.989658684. iteration 8181 found worse value: 339.989658684. iteration 8182 found worse value: 339.989658684. iteration 8183 found worse value: 339.989658684. iteration 8184 found worse value: 339.989658684. iteration 8185 found worse value: 339.989658684. iteration 8186 found worse value: 339.989658684. iteration 8187 found worse value: 339.989658684. iteration 8188 found worse value: 339.989658684. iteration 8189 found worse value: 339.989658684. iteration 8190 found worse value: 339.989658684. iteration 8191 found worse value: 339.989658684. iteration 8192 found worse value: 339.989658684. iteration 8193 found worse value: 339.989658684. iteration 8194 found worse value: 339.989658684. iteration 8195 found worse value: 339.989658684. iteration 8196 found worse value: 339.989658684. iteration 8197 found worse value: 339.989658684. iteration 8198 found worse value: 339.989658684. iteration 8199 found worse value: 339.989658684. iteration 8200 found worse value: 339.989658684. iteration 8201 found worse value: 339.989658684. iteration 8202 found worse value: 339.989658684. iteration 8203 found worse value: 339.989658684. iteration 8204 found worse value: 339.989658684. iteration 8205 found worse value: 339.989658684. iteration 8206 found worse value: 339.989658684. iteration 8207 found worse value: 339.989658684. iteration 8208 found worse value: 339.989658684. iteration 8209 found worse value: 339.989658684. iteration 8210 found worse value: 339.989658684. iteration 8211 found worse value: 339.989658684. iteration 8212 found worse value: 339.989658684. iteration 8213 found worse value: 339.989658684. iteration 8214 found worse value: 339.989658684. iteration 8215 found worse value: 339.989658684. iteration 8216 found worse value: 339.989658684. iteration 8217 found worse value: 339.989658684. iteration 8218 found worse value: 339.989658684. iteration 8219 found worse value: 339.989658684. iteration 8220 found worse value: 339.989658684. iteration 8221 found worse value: 339.989658684. iteration 8222 found worse value: 339.989658684. iteration 8223 found worse value: 339.989658684. iteration 8224 found worse value: 339.989658684. iteration 8225 found worse value: 339.989658684. iteration 8226 found worse value: 339.989658684. iteration 8227 found worse value: 339.989658684. iteration 8228 found worse value: 339.989658684. iteration 8229 found worse value: 339.989658684. iteration 8230 found worse value: 339.989658684. iteration 8231 found worse value: 339.989658684. iteration 8232 found worse value: 339.989658684. iteration 8233 found worse value: 339.989658684. iteration 8234 found worse value: 339.989658684. iteration 8235 found worse value: 339.989658684. iteration 8236 found worse value: 339.989658684. iteration 8237 found worse value: 339.989658684. iteration 8238 found worse value: 339.989658684. iteration 8239 found worse value: 339.989658684. iteration 8240 found worse value: 339.989658684. iteration 8241 found worse value: 339.989658684. iteration 8242 found worse value: 339.989658684. iteration 8243 found worse value: 339.989658684. iteration 8244 found worse value: 339.989658684. iteration 8245 found worse value: 339.989658684. iteration 8246 found worse value: 339.989658684. iteration 8247 found worse value: 339.989658684. iteration 8248 found worse value: 339.989658684. iteration 8249 found worse value: 339.989658684. iteration 8250 found worse value: 339.989658684. iteration 8251 found worse value: 339.989658684. iteration 8252 found worse value: 339.989658684. iteration 8253 found worse value: 339.989658684. iteration 8254 found worse value: 339.989658684. iteration 8255 found worse value: 339.989658684. iteration 8256 found worse value: 339.989658684. iteration 8257 found worse value: 339.989658684. iteration 8258 found worse value: 339.989658684. iteration 8259 found worse value: 339.989658684. iteration 8260 found worse value: 339.989658684. iteration 8261 found worse value: 339.989658684. iteration 8262 found worse value: 339.989658684. iteration 8263 found worse value: 339.989658684. iteration 8264 found worse value: 339.989658684. iteration 8265 found worse value: 339.989658684. iteration 8266 found worse value: 339.989658684. iteration 8267 found worse value: 339.989658684. iteration 8268 found worse value: 339.989658684. iteration 8269 found worse value: 339.989658684. iteration 8270 found worse value: 339.989658684. iteration 8271 found worse value: 339.989658684. iteration 8272 found worse value: 339.989658684. iteration 8273 found worse value: 339.989658684. iteration 8274 found worse value: 339.989658684. iteration 8275 found worse value: 339.989658684. iteration 8276 found worse value: 339.989658684. iteration 8277 found worse value: 339.989658684. iteration 8278 found worse value: 339.989658684. iteration 8279 found worse value: 339.989658684. iteration 8280 found worse value: 339.989658684. iteration 8281 found worse value: 339.989658684. iteration 8282 found worse value: 339.989658684. iteration 8283 found worse value: 339.989658684. iteration 8284 found worse value: 339.989658684. iteration 8285 found worse value: 339.989658684. iteration 8286 found worse value: 339.989658684. iteration 8287 found worse value: 339.989658684. iteration 8288 found worse value: 339.989658684. iteration 8289 found worse value: 339.989658684. iteration 8290 found worse value: 339.989658684. iteration 8291 found worse value: 339.989658684. iteration 8292 found worse value: 339.989658684. iteration 8293 found worse value: 339.989658684. iteration 8294 found worse value: 339.989658684. iteration 8295 found worse value: 339.989658684. iteration 8296 found worse value: 339.989658684. iteration 8297 found worse value: 339.989658684. iteration 8298 found worse value: 339.989658684. iteration 8299 found worse value: 339.989658684. iteration 8300 found worse value: 339.989658684. iteration 8301 found worse value: 339.989658684. iteration 8302 found worse value: 339.989658684. iteration 8303 found worse value: 339.989658684. iteration 8304 found worse value: 339.989658684. iteration 8305 found worse value: 339.989658684. iteration 8306 found worse value: 339.989658684. iteration 8307 found worse value: 339.989658684. iteration 8308 found worse value: 339.989658684. iteration 8309 found worse value: 339.989658684. iteration 8310 found worse value: 339.989658684. iteration 8311 found worse value: 339.989658684. iteration 8312 found worse value: 339.989658684. iteration 8313 found worse value: 339.989658684. iteration 8314 found worse value: 339.989658684. iteration 8315 found worse value: 339.989658684. iteration 8316 found worse value: 339.989658684. iteration 8317 found worse value: 339.989658684. iteration 8318 found worse value: 339.989658684. iteration 8319 found worse value: 339.989658684. iteration 8320 found worse value: 339.989658684. iteration 8321 found worse value: 339.989658684. iteration 8322 found worse value: 339.989658684. iteration 8323 found worse value: 339.989658684. iteration 8324 found worse value: 339.989658684. iteration 8325 found worse value: 339.989658684. iteration 8326 found worse value: 339.989658684. iteration 8327 found worse value: 339.989658684. iteration 8328 found worse value: 339.989658684. iteration 8329 found worse value: 339.989658684. iteration 8330 found worse value: 339.989658684. iteration 8331 found worse value: 339.989658684. iteration 8332 found worse value: 339.989658684. iteration 8333 found worse value: 339.989658684. iteration 8334 found worse value: 339.989658684. iteration 8335 found worse value: 339.989658684. iteration 8336 found worse value: 339.989658684. iteration 8337 found worse value: 339.989658684. iteration 8338 found worse value: 339.989658684. iteration 8339 found worse value: 339.989658684. iteration 8340 found worse value: 339.989658684. iteration 8341 found worse value: 339.989658684. iteration 8342 found worse value: 339.989658684. iteration 8343 found worse value: 339.989658684. iteration 8344 found worse value: 339.989658684. iteration 8345 found worse value: 339.989658684. iteration 8346 found worse value: 339.989658684. iteration 8347 found worse value: 339.989658684. iteration 8348 found worse value: 339.989658684. iteration 8349 found worse value: 339.989658684. iteration 8350 found worse value: 339.989658684. iteration 8351 found worse value: 339.989658684. iteration 8352 found worse value: 339.989658684. iteration 8353 found worse value: 339.989658684. iteration 8354 found worse value: 339.989658684. iteration 8355 found worse value: 339.989658684. iteration 8356 found worse value: 339.989658684. iteration 8357 found worse value: 339.989658684. iteration 8358 found worse value: 339.989658684. iteration 8359 found worse value: 339.989658684. iteration 8360 found worse value: 339.989658684. iteration 8361 found worse value: 339.989658684. iteration 8362 found worse value: 339.989658684. iteration 8363 found worse value: 339.989658684. iteration 8364 found worse value: 339.989658684. iteration 8365 found worse value: 339.989658684. iteration 8366 found worse value: 339.989658684. iteration 8367 found worse value: 339.989658684. iteration 8368 found worse value: 339.989658684. iteration 8369 found worse value: 339.989658684. iteration 8370 found worse value: 339.989658684. iteration 8371 found worse value: 339.989658684. iteration 8372 found worse value: 339.989658684. iteration 8373 found worse value: 339.989658684. iteration 8374 found worse value: 339.989658684. iteration 8375 found worse value: 339.989658684. iteration 8376 found worse value: 339.989658684. iteration 8377 found worse value: 339.989658684. iteration 8378 found worse value: 339.989658684. iteration 8379 found worse value: 339.989658684. iteration 8380 found worse value: 339.989658684. iteration 8381 found worse value: 339.989658684. iteration 8382 found worse value: 339.989658684. iteration 8383 found worse value: 339.989658684. iteration 8384 found worse value: 339.989658684. iteration 8385 found worse value: 339.989658684. iteration 8386 found worse value: 339.989658684. iteration 8387 found worse value: 339.989658684. iteration 8388 found worse value: 339.989658684. iteration 8389 found worse value: 339.989658684. iteration 8390 found worse value: 339.989658684. iteration 8391 found worse value: 339.989658684. iteration 8392 found worse value: 339.989658684. iteration 8393 found worse value: 339.989658684. iteration 8394 found worse value: 339.989658684. iteration 8395 found worse value: 339.989658684. iteration 8396 found worse value: 339.989658684. iteration 8397 found worse value: 339.989658684. iteration 8398 found worse value: 339.989658684. iteration 8399 found worse value: 339.989658684. iteration 8400 found worse value: 339.989658684. iteration 8401 found worse value: 339.989658684. iteration 8402 found worse value: 339.989658684. iteration 8403 found worse value: 339.989658684. iteration 8404 found worse value: 339.989658684. iteration 8405 found worse value: 339.989658684. iteration 8406 found worse value: 339.989658684. iteration 8407 found worse value: 339.989658684. iteration 8408 found worse value: 339.989658684. iteration 8409 found worse value: 339.989658684. iteration 8410 found worse value: 339.989658684. iteration 8411 found worse value: 339.989658684. iteration 8412 found worse value: 339.989658684. iteration 8413 found worse value: 339.989658684. iteration 8414 found worse value: 339.989658684. iteration 8415 found worse value: 339.989658684. iteration 8416 found worse value: 339.989658684. iteration 8417 found worse value: 339.989658684. iteration 8418 found worse value: 339.989658684. iteration 8419 found worse value: 339.989658684. iteration 8420 found worse value: 339.989658684. iteration 8421 found worse value: 339.989658684. iteration 8422 found worse value: 339.989658684. iteration 8423 found worse value: 339.989658684. iteration 8424 found worse value: 339.989658684. iteration 8425 found worse value: 339.989658684. iteration 8426 found worse value: 339.989658684. iteration 8427 found worse value: 339.989658684. iteration 8428 found worse value: 339.989658684. iteration 8429 found worse value: 339.989658684. iteration 8430 found worse value: 339.989658684. iteration 8431 found worse value: 339.989658684. iteration 8432 found worse value: 339.989658684. iteration 8433 found worse value: 339.989658684. iteration 8434 found worse value: 339.989658684. iteration 8435 found worse value: 339.989658684. iteration 8436 found worse value: 339.989658684. iteration 8437 found worse value: 339.989658684. iteration 8438 found worse value: 339.989658684. iteration 8439 found worse value: 339.989658684. iteration 8440 found worse value: 339.989658684. iteration 8441 found worse value: 339.989658684. iteration 8442 found worse value: 339.989658684. iteration 8443 found worse value: 339.989658684. iteration 8444 found worse value: 339.989658684. iteration 8445 found worse value: 339.989658684. iteration 8446 found worse value: 339.989658684. iteration 8447 found worse value: 339.989658684. iteration 8448 found worse value: 339.989658684. iteration 8449 found worse value: 339.989658684. iteration 8450 found worse value: 339.989658684. iteration 8451 found worse value: 339.989658684. iteration 8452 found worse value: 339.989658684. iteration 8453 found worse value: 339.989658684. iteration 8454 found worse value: 339.989658684. iteration 8455 found worse value: 339.989658684. iteration 8456 found worse value: 339.989658684. iteration 8457 found worse value: 339.989658684. iteration 8458 found worse value: 339.989658684. iteration 8459 found worse value: 339.989658684. iteration 8460 found worse value: 339.989658684. iteration 8461 found worse value: 339.989658684. iteration 8462 found worse value: 339.989658684. iteration 8463 found worse value: 339.989658684. iteration 8464 found worse value: 339.989658684. iteration 8465 found worse value: 339.989658684. iteration 8466 found worse value: 339.989658684. iteration 8467 found worse value: 339.989658684. iteration 8468 found worse value: 339.989658684. iteration 8469 found worse value: 339.989658684. iteration 8470 found worse value: 339.989658684. iteration 8471 found worse value: 339.989658684. iteration 8472 found worse value: 339.989658684. iteration 8473 found worse value: 339.989658684. iteration 8474 found worse value: 339.989658684. iteration 8475 found worse value: 339.989658684. iteration 8476 found worse value: 339.989658684. iteration 8477 found worse value: 339.989658684. iteration 8478 found worse value: 339.989658684. iteration 8479 found worse value: 339.989658684. iteration 8480 found worse value: 339.989658684. iteration 8481 found worse value: 339.989658684. iteration 8482 found worse value: 339.989658684. iteration 8483 found worse value: 339.989658684. iteration 8484 found worse value: 339.989658684. iteration 8485 found worse value: 339.989658684. iteration 8486 found worse value: 339.989658684. iteration 8487 found worse value: 339.989658684. iteration 8488 found worse value: 339.989658684. iteration 8489 found worse value: 339.989658684. iteration 8490 found worse value: 339.989658684. iteration 8491 found worse value: 339.989658684. iteration 8492 found worse value: 339.989658684. iteration 8493 found worse value: 339.989658684. iteration 8494 found worse value: 339.989658684. iteration 8495 found worse value: 339.989658684. iteration 8496 found worse value: 339.989658684. iteration8496, perturbing to get out of local maxima iteration 8497 found worse value: 339.989658684. iteration 8498 found worse value: 339.989658684. iteration 8499 found worse value: 339.989658684. iteration 8500 found worse value: 339.989658684. iteration 8501 found worse value: 339.989658684. iteration 8502 found worse value: 339.989658684. iteration 8503 found worse value: 339.989658684. iteration 8504 found worse value: 339.989658684. iteration 8505 found worse value: 339.989658684. iteration 8506 found worse value: 339.989658684. iteration 8507 found worse value: 339.989658684. iteration 8508 found worse value: 339.989658684. iteration 8509 found worse value: 339.989658684. iteration 8510 found worse value: 339.989658684. iteration 8511 found worse value: 339.989658684. iteration 8512 found worse value: 339.989658684. iteration 8513 found worse value: 339.989658684. iteration 8514 found worse value: 339.989658684. iteration 8515 found worse value: 339.989658684. iteration 8516 found worse value: 339.989658684. iteration 8517 found worse value: 339.989658684. iteration 8518 found worse value: 339.989658684. iteration 8519 found worse value: 339.989658684. iteration 8520 found worse value: 339.989658684. iteration 8521 found worse value: 339.989658684. iteration 8522 found worse value: 339.989658684. iteration 8523 found worse value: 339.989658684. iteration 8524 found worse value: 339.989658684. iteration 8525 found worse value: 339.989658684. iteration 8526 found worse value: 339.989658684. iteration 8527 found worse value: 339.989658684. iteration 8528 found worse value: 339.989658684. iteration 8529 found worse value: 339.989658684. iteration 8530 found worse value: 339.989658684. iteration 8531 found worse value: 339.989658684. iteration 8532 found worse value: 339.989658684. iteration 8533 found worse value: 339.989658684. iteration 8534 found worse value: 339.989658684. iteration 8535 found worse value: 339.989658684. iteration 8536 found worse value: 339.989658684. iteration 8537 found worse value: 339.989658684. iteration 8538 found worse value: 339.989658684. iteration 8539 found worse value: 339.989658684. iteration 8540 found worse value: 339.989658684. iteration 8541 found worse value: 339.989658684. iteration 8542 found worse value: 339.989658684. iteration 8543 found worse value: 339.989658684. iteration 8544 found worse value: 339.989658684. iteration 8545 found worse value: 339.989658684. iteration 8546 found worse value: 339.989658684. iteration 8547 found worse value: 339.989658684. iteration 8548 found worse value: 339.989658684. iteration 8549 found worse value: 339.989658684. iteration 8550 found worse value: 339.989658684. iteration 8551 found worse value: 339.989658684. iteration 8552 found worse value: 339.989658684. iteration 8553 found worse value: 339.989658684. iteration 8554 found worse value: 339.989658684. iteration 8555 found worse value: 339.989658684. iteration 8556 found worse value: 339.989658684. iteration 8557 found worse value: 339.989658684. iteration 8558 found worse value: 339.989658684. iteration 8559 found worse value: 339.989658684. iteration 8560 found worse value: 339.989658684. iteration 8561 found worse value: 339.989658684. iteration 8562 found worse value: 339.989658684. iteration 8563 found worse value: 339.989658684. iteration 8564 found worse value: 339.989658684. iteration 8565 found worse value: 339.989658684. iteration 8566 found worse value: 339.989658684. iteration 8567 found worse value: 339.989658684. iteration 8568 found worse value: 339.989658684. iteration 8569 found worse value: 339.989658684. iteration 8570 found worse value: 339.989658684. iteration 8571 found worse value: 339.989658684. iteration 8572 found worse value: 339.989658684. iteration 8573 found worse value: 339.989658684. iteration 8574 found worse value: 339.989658684. iteration 8575 found worse value: 339.989658684. iteration 8576 found worse value: 339.989658684. iteration 8577 found worse value: 339.989658684. iteration 8578 found worse value: 339.989658684. iteration 8579 found worse value: 339.989658684. iteration 8580 found worse value: 339.989658684. iteration 8581 found worse value: 339.989658684. iteration 8582 found worse value: 339.989658684. iteration 8583 found worse value: 339.989658684. iteration 8584 found worse value: 339.989658684. iteration 8585 found worse value: 339.989658684. iteration 8586 found worse value: 339.989658684. iteration 8587 found worse value: 339.989658684. iteration 8588 found worse value: 339.989658684. iteration 8589 found worse value: 339.989658684. iteration 8590 found worse value: 339.989658684. iteration 8591 found worse value: 339.989658684. iteration 8592 found worse value: 339.989658684. iteration 8593 found worse value: 339.989658684. iteration 8594 found worse value: 339.989658684. iteration 8595 found worse value: 339.989658684. iteration 8596 found worse value: 339.989658684. iteration 8597 found worse value: 339.989658684. iteration 8598 found worse value: 339.989658684. iteration 8599 found worse value: 339.989658684. iteration 8600 found worse value: 339.989658684. iteration 8601 found worse value: 339.989658684. iteration 8602 found worse value: 339.989658684. iteration 8603 found worse value: 339.989658684. iteration 8604 found worse value: 339.989658684. iteration 8605 found worse value: 339.989658684. iteration 8606 found worse value: 339.989658684. iteration 8607 found worse value: 339.989658684. iteration 8608 found worse value: 339.989658684. iteration 8609 found worse value: 339.989658684. iteration 8610 found worse value: 339.989658684. iteration 8611 found worse value: 339.989658684. iteration 8612 found worse value: 339.989658684. iteration 8613 found worse value: 339.989658684. iteration 8614 found worse value: 339.989658684. iteration 8615 found worse value: 339.989658684. iteration 8616 found worse value: 339.989658684. iteration 8617 found worse value: 339.989658684. iteration 8618 found worse value: 339.989658684. iteration 8619 found worse value: 339.989658684. iteration 8620 found worse value: 339.989658684. iteration 8621 found worse value: 339.989658684. iteration 8622 found worse value: 339.989658684. iteration 8623 found worse value: 339.989658684. iteration 8624 found worse value: 339.989658684. iteration 8625 found worse value: 339.989658684. iteration 8626 found worse value: 339.989658684. iteration 8627 found worse value: 339.989658684. iteration 8628 found worse value: 339.989658684. iteration 8629 found worse value: 339.989658684. iteration 8630 found worse value: 339.989658684. iteration 8631 found equal value: 339.989658684. iteration 8632 found worse value: 339.989658684. iteration 8633 found worse value: 339.989658684. iteration 8634 found worse value: 339.989658684. iteration 8635 found worse value: 339.989658684. iteration 8636 found worse value: 339.989658684. iteration 8637 found worse value: 339.989658684. iteration 8638 found worse value: 339.989658684. iteration 8639 found worse value: 339.989658684. iteration 8640 found worse value: 339.989658684. iteration 8641 found worse value: 339.989658684. iteration 8642 found worse value: 339.989658684. iteration 8643 found worse value: 339.989658684. iteration 8644 found worse value: 339.989658684. iteration 8645 found worse value: 339.989658684. iteration 8646 found worse value: 339.989658684. iteration 8647 found worse value: 339.989658684. iteration 8648 found worse value: 339.989658684. iteration 8649 found worse value: 339.989658684. iteration 8650 found worse value: 339.989658684. iteration 8651 found worse value: 339.989658684. iteration 8652 found worse value: 339.989658684. iteration 8653 found worse value: 339.989658684. iteration 8654 found worse value: 339.989658684. iteration 8655 found worse value: 339.989658684. iteration 8656 found worse value: 339.989658684. iteration 8657 found worse value: 339.989658684. iteration 8658 found worse value: 339.989658684. iteration 8659 found worse value: 339.989658684. iteration 8660 found worse value: 339.989658684. iteration 8661 found worse value: 339.989658684. iteration 8662 found worse value: 339.989658684. iteration 8663 found worse value: 339.989658684. iteration 8664 found worse value: 339.989658684. iteration 8665 found worse value: 339.989658684. iteration 8666 found worse value: 339.989658684. iteration 8667 found worse value: 339.989658684. iteration 8668 found worse value: 339.989658684. iteration 8669 found worse value: 339.989658684. iteration 8670 found worse value: 339.989658684. iteration 8671 found worse value: 339.989658684. iteration 8672 found worse value: 339.989658684. iteration 8673 found worse value: 339.989658684. iteration 8674 found worse value: 339.989658684. iteration 8675 found worse value: 339.989658684. iteration 8676 found worse value: 339.989658684. iteration 8677 found worse value: 339.989658684. iteration 8678 found worse value: 339.989658684. iteration 8679 found worse value: 339.989658684. iteration 8680 found worse value: 339.989658684. iteration 8681 found worse value: 339.989658684. iteration 8682 found worse value: 339.989658684. iteration 8683 found worse value: 339.989658684. iteration 8684 found worse value: 339.989658684. iteration 8685 found worse value: 339.989658684. iteration 8686 found worse value: 339.989658684. iteration 8687 found worse value: 339.989658684. iteration 8688 found worse value: 339.989658684. iteration 8689 found worse value: 339.989658684. iteration 8690 found worse value: 339.989658684. iteration 8691 found worse value: 339.989658684. iteration 8692 found worse value: 339.989658684. iteration 8693 found worse value: 339.989658684. iteration 8694 found worse value: 339.989658684. iteration 8695 found worse value: 339.989658684. iteration 8696 found worse value: 339.989658684. iteration 8697 found worse value: 339.989658684. iteration 8698 found worse value: 339.989658684. iteration 8699 found worse value: 339.989658684. iteration 8700 found worse value: 339.989658684. iteration 8701 found worse value: 339.989658684. iteration 8702 found worse value: 339.989658684. iteration 8703 found worse value: 339.989658684. iteration 8704 found worse value: 339.989658684. iteration 8705 found worse value: 339.989658684. iteration 8706 found worse value: 339.989658684. iteration 8707 found worse value: 339.989658684. iteration 8708 found worse value: 339.989658684. iteration 8709 found worse value: 339.989658684. iteration 8710 found worse value: 339.989658684. iteration 8711 found worse value: 339.989658684. iteration 8712 found worse value: 339.989658684. iteration 8713 found worse value: 339.989658684. iteration 8714 found worse value: 339.989658684. iteration 8715 found worse value: 339.989658684. iteration 8716 found worse value: 339.989658684. iteration 8717 found worse value: 339.989658684. iteration 8718 found worse value: 339.989658684. iteration 8719 found worse value: 339.989658684. iteration 8720 found worse value: 339.989658684. iteration 8721 found worse value: 339.989658684. iteration 8722 found worse value: 339.989658684. iteration 8723 found worse value: 339.989658684. iteration 8724 found worse value: 339.989658684. iteration 8725 found worse value: 339.989658684. iteration 8726 found worse value: 339.989658684. iteration 8727 found worse value: 339.989658684. iteration 8728 found worse value: 339.989658684. iteration 8729 found worse value: 339.989658684. iteration 8730 found worse value: 339.989658684. iteration 8731 found worse value: 339.989658684. iteration 8732 found worse value: 339.989658684. iteration 8733 found worse value: 339.989658684. iteration 8734 found worse value: 339.989658684. iteration 8735 found worse value: 339.989658684. iteration 8736 found worse value: 339.989658684. iteration 8737 found worse value: 339.989658684. iteration 8738 found worse value: 339.989658684. iteration 8739 found worse value: 339.989658684. iteration 8740 found worse value: 339.989658684. iteration 8741 found worse value: 339.989658684. iteration 8742 found worse value: 339.989658684. iteration 8743 found worse value: 339.989658684. iteration 8744 found worse value: 339.989658684. iteration 8745 found worse value: 339.989658684. iteration 8746 found worse value: 339.989658684. iteration 8747 found worse value: 339.989658684. iteration 8748 found worse value: 339.989658684. iteration 8749 found worse value: 339.989658684. iteration 8750 found worse value: 339.989658684. iteration 8751 found worse value: 339.989658684. iteration 8752 found worse value: 339.989658684. iteration 8753 found worse value: 339.989658684. iteration 8754 found worse value: 339.989658684. iteration 8755 found worse value: 339.989658684. iteration 8756 found worse value: 339.989658684. iteration 8757 found worse value: 339.989658684. iteration 8758 found worse value: 339.989658684. iteration 8759 found worse value: 339.989658684. iteration 8760 found worse value: 339.989658684. iteration 8761 found worse value: 339.989658684. iteration 8762 found worse value: 339.989658684. iteration 8763 found worse value: 339.989658684. iteration 8764 found worse value: 339.989658684. iteration 8765 found worse value: 339.989658684. iteration 8766 found worse value: 339.989658684. iteration 8767 found worse value: 339.989658684. iteration 8768 found worse value: 339.989658684. iteration 8769 found worse value: 339.989658684. iteration 8770 found worse value: 339.989658684. iteration 8771 found worse value: 339.989658684. iteration 8772 found worse value: 339.989658684. iteration 8773 found worse value: 339.989658684. iteration 8774 found worse value: 339.989658684. iteration 8775 found worse value: 339.989658684. iteration 8776 found worse value: 339.989658684. iteration 8777 found worse value: 339.989658684. iteration 8778 found worse value: 339.989658684. iteration 8779 found worse value: 339.989658684. iteration 8780 found worse value: 339.989658684. iteration 8781 found worse value: 339.989658684. iteration 8782 found worse value: 339.989658684. iteration 8783 found worse value: 339.989658684. iteration 8784 found worse value: 339.989658684. iteration 8785 found worse value: 339.989658684. iteration 8786 found worse value: 339.989658684. iteration 8787 found worse value: 339.989658684. iteration 8788 found worse value: 339.989658684. iteration 8789 found worse value: 339.989658684. iteration 8790 found worse value: 339.989658684. iteration 8791 found worse value: 339.989658684. iteration 8792 found worse value: 339.989658684. iteration 8793 found worse value: 339.989658684. iteration 8794 found worse value: 339.989658684. iteration 8795 found worse value: 339.989658684. iteration 8796 found worse value: 339.989658684. iteration 8797 found worse value: 339.989658684. iteration 8798 found worse value: 339.989658684. iteration 8799 found worse value: 339.989658684. iteration 8800 found worse value: 339.989658684. iteration 8801 found worse value: 339.989658684. iteration 8802 found worse value: 339.989658684. iteration 8803 found worse value: 339.989658684. iteration 8804 found worse value: 339.989658684. iteration 8805 found worse value: 339.989658684. iteration 8806 found worse value: 339.989658684. iteration 8807 found worse value: 339.989658684. iteration 8808 found worse value: 339.989658684. iteration 8809 found worse value: 339.989658684. iteration 8810 found worse value: 339.989658684. iteration 8811 found worse value: 339.989658684. iteration 8812 found worse value: 339.989658684. iteration 8813 found worse value: 339.989658684. iteration 8814 found worse value: 339.989658684. iteration 8815 found worse value: 339.989658684. iteration 8816 found worse value: 339.989658684. iteration 8817 found worse value: 339.989658684. iteration 8818 found worse value: 339.989658684. iteration 8819 found worse value: 339.989658684. iteration 8820 found worse value: 339.989658684. iteration 8821 found worse value: 339.989658684. iteration 8822 found worse value: 339.989658684. iteration 8823 found worse value: 339.989658684. iteration 8824 found worse value: 339.989658684. iteration 8825 found worse value: 339.989658684. iteration 8826 found worse value: 339.989658684. iteration 8827 found worse value: 339.989658684. iteration 8828 found worse value: 339.989658684. iteration 8829 found worse value: 339.989658684. iteration 8830 found worse value: 339.989658684. iteration 8831 found worse value: 339.989658684. iteration 8832 found worse value: 339.989658684. iteration 8833 found worse value: 339.989658684. iteration 8834 found worse value: 339.989658684. iteration 8835 found worse value: 339.989658684. iteration 8836 found worse value: 339.989658684. iteration 8837 found worse value: 339.989658684. iteration 8838 found worse value: 339.989658684. iteration 8839 found worse value: 339.989658684. iteration 8840 found worse value: 339.989658684. iteration 8841 found worse value: 339.989658684. iteration 8842 found worse value: 339.989658684. iteration 8843 found worse value: 339.989658684. iteration8843, perturbing to get out of local maxima iteration 8844 found worse value: 339.989658684. iteration 8845 found worse value: 339.989658684. iteration 8846 found worse value: 339.989658684. iteration 8847 found worse value: 339.989658684. iteration 8848 found worse value: 339.989658684. iteration 8849 found worse value: 339.989658684. iteration 8850 found worse value: 339.989658684. iteration 8851 found worse value: 339.989658684. iteration 8852 found worse value: 339.989658684. iteration 8853 found worse value: 339.989658684. iteration 8854 found worse value: 339.989658684. iteration 8855 found worse value: 339.989658684. iteration 8856 found worse value: 339.989658684. iteration 8857 found worse value: 339.989658684. iteration 8858 found worse value: 339.989658684. iteration 8859 found worse value: 339.989658684. iteration 8860 found worse value: 339.989658684. iteration 8861 found worse value: 339.989658684. iteration 8862 found worse value: 339.989658684. iteration 8863 found worse value: 339.989658684. iteration 8864 found worse value: 339.989658684. iteration 8865 found worse value: 339.989658684. iteration 8866 found worse value: 339.989658684. iteration 8867 found worse value: 339.989658684. iteration 8868 found worse value: 339.989658684. iteration 8869 found worse value: 339.989658684. iteration 8870 found worse value: 339.989658684. iteration 8871 found worse value: 339.989658684. iteration 8872 found worse value: 339.989658684. iteration 8873 found worse value: 339.989658684. iteration 8874 found worse value: 339.989658684. iteration 8875 found worse value: 339.989658684. iteration 8876 found worse value: 339.989658684. iteration 8877 found worse value: 339.989658684. iteration 8878 found worse value: 339.989658684. iteration 8879 found worse value: 339.989658684. iteration 8880 found worse value: 339.989658684. iteration 8881 found worse value: 339.989658684. iteration 8882 found worse value: 339.989658684. iteration 8883 found worse value: 339.989658684. iteration 8884 found worse value: 339.989658684. iteration 8885 found worse value: 339.989658684. iteration 8886 found worse value: 339.989658684. iteration 8887 found worse value: 339.989658684. iteration 8888 found worse value: 339.989658684. iteration 8889 found worse value: 339.989658684. iteration 8890 found worse value: 339.989658684. iteration 8891 found worse value: 339.989658684. iteration 8892 found worse value: 339.989658684. iteration 8893 found worse value: 339.989658684. iteration 8894 found worse value: 339.989658684. iteration 8895 found worse value: 339.989658684. iteration 8896 found worse value: 339.989658684. iteration 8897 found worse value: 339.989658684. iteration 8898 found worse value: 339.989658684. iteration 8899 found worse value: 339.989658684. iteration 8900 found worse value: 339.989658684. iteration 8901 found worse value: 339.989658684. iteration 8902 found worse value: 339.989658684. iteration 8903 found worse value: 339.989658684. iteration 8904 found worse value: 339.989658684. iteration 8905 found worse value: 339.989658684. iteration 8906 found worse value: 339.989658684. iteration 8907 found worse value: 339.989658684. iteration 8908 found worse value: 339.989658684. iteration 8909 found worse value: 339.989658684. iteration 8910 found worse value: 339.989658684. iteration 8911 found worse value: 339.989658684. iteration 8912 found worse value: 339.989658684. iteration 8913 found worse value: 339.989658684. iteration 8914 found worse value: 339.989658684. iteration 8915 found worse value: 339.989658684. iteration 8916 found worse value: 339.989658684. iteration 8917 found worse value: 339.989658684. iteration 8918 found worse value: 339.989658684. iteration 8919 found worse value: 339.989658684. iteration 8920 found worse value: 339.989658684. iteration 8921 found worse value: 339.989658684. iteration 8922 found worse value: 339.989658684. iteration 8923 found worse value: 339.989658684. iteration 8924 found worse value: 339.989658684. iteration 8925 found worse value: 339.989658684. iteration 8926 found worse value: 339.989658684. iteration 8927 found worse value: 339.989658684. iteration 8928 found worse value: 339.989658684. iteration 8929 found worse value: 339.989658684. iteration 8930 found worse value: 339.989658684. iteration 8931 found worse value: 339.989658684. iteration 8932 found worse value: 339.989658684. iteration 8933 found worse value: 339.989658684. iteration 8934 found worse value: 339.989658684. iteration 8935 found worse value: 339.989658684. iteration 8936 found worse value: 339.989658684. iteration 8937 found worse value: 339.989658684. iteration 8938 found worse value: 339.989658684. iteration 8939 found worse value: 339.989658684. iteration 8940 found worse value: 339.989658684. iteration 8941 found worse value: 339.989658684. iteration 8942 found worse value: 339.989658684. iteration 8943 found worse value: 339.989658684. iteration 8944 found worse value: 339.989658684. iteration 8945 found worse value: 339.989658684. iteration 8946 found worse value: 339.989658684. iteration 8947 found worse value: 339.989658684. iteration 8948 found worse value: 339.989658684. iteration 8949 found worse value: 339.989658684. iteration 8950 found worse value: 339.989658684. iteration 8951 found worse value: 339.989658684. iteration 8952 found worse value: 339.989658684. iteration 8953 found worse value: 339.989658684. iteration 8954 found worse value: 339.989658684. iteration 8955 found worse value: 339.989658684. iteration 8956 found worse value: 339.989658684. iteration 8957 found worse value: 339.989658684. iteration 8958 found worse value: 339.989658684. iteration 8959 found worse value: 339.989658684. iteration 8960 found worse value: 339.989658684. iteration 8961 found worse value: 339.989658684. iteration 8962 found worse value: 339.989658684. iteration 8963 found worse value: 339.989658684. iteration 8964 found worse value: 339.989658684. iteration 8965 found worse value: 339.989658684. iteration 8966 found worse value: 339.989658684. iteration 8967 found worse value: 339.989658684. iteration 8968 found worse value: 339.989658684. iteration 8969 found worse value: 339.989658684. iteration 8970 found worse value: 339.989658684. iteration 8971 found worse value: 339.989658684. iteration 8972 found worse value: 339.989658684. iteration 8973 found worse value: 339.989658684. iteration 8974 found worse value: 339.989658684. iteration 8975 found worse value: 339.989658684. iteration 8976 found worse value: 339.989658684. iteration 8977 found worse value: 339.989658684. iteration 8978 found worse value: 339.989658684. iteration 8979 found worse value: 339.989658684. iteration 8980 found worse value: 339.989658684. iteration 8981 found worse value: 339.989658684. iteration 8982 found worse value: 339.989658684. iteration 8983 found worse value: 339.989658684. iteration 8984 found worse value: 339.989658684. iteration 8985 found worse value: 339.989658684. iteration 8986 found worse value: 339.989658684. iteration 8987 found worse value: 339.989658684. iteration 8988 found worse value: 339.989658684. iteration 8989 found worse value: 339.989658684. iteration 8990 found worse value: 339.989658684. iteration 8991 found worse value: 339.989658684. iteration 8992 found worse value: 339.989658684. iteration 8993 found worse value: 339.989658684. iteration 8994 found worse value: 339.989658684. iteration 8995 found worse value: 339.989658684. iteration 8996 found worse value: 339.989658684. iteration 8997 found worse value: 339.989658684. iteration 8998 found worse value: 339.989658684. iteration 8999 found worse value: 339.989658684. iteration 9000 found worse value: 339.989658684. iteration 9001 found worse value: 339.989658684. iteration 9002 found worse value: 339.989658684. iteration 9003 found worse value: 339.989658684. iteration 9004 found worse value: 339.989658684. iteration 9005 found worse value: 339.989658684. iteration 9006 found worse value: 339.989658684. iteration 9007 found worse value: 339.989658684. iteration 9008 found worse value: 339.989658684. iteration 9009 found worse value: 339.989658684. iteration 9010 found worse value: 339.989658684. iteration 9011 found worse value: 339.989658684. iteration 9012 found worse value: 339.989658684. iteration 9013 found worse value: 339.989658684. iteration 9014 found worse value: 339.989658684. iteration 9015 found worse value: 339.989658684. iteration 9016 found worse value: 339.989658684. iteration 9017 found worse value: 339.989658684. iteration 9018 found worse value: 339.989658684. iteration 9019 found worse value: 339.989658684. iteration 9020 found worse value: 339.989658684. iteration 9021 found worse value: 339.989658684. iteration 9022 found worse value: 339.989658684. iteration 9023 found worse value: 339.989658684. iteration 9024 found worse value: 339.989658684. iteration 9025 found worse value: 339.989658684. iteration 9026 found worse value: 339.989658684. iteration 9027 found worse value: 339.989658684. iteration 9028 found worse value: 339.989658684. iteration 9029 found worse value: 339.989658684. iteration 9030 found worse value: 339.989658684. iteration 9031 found worse value: 339.989658684. iteration 9032 found worse value: 339.989658684. iteration 9033 found worse value: 339.989658684. iteration 9034 found worse value: 339.989658684. iteration 9035 found worse value: 339.989658684. iteration 9036 found worse value: 339.989658684. iteration 9037 found worse value: 339.989658684. iteration 9038 found worse value: 339.989658684. iteration 9039 found worse value: 339.989658684. iteration 9040 found worse value: 339.989658684. iteration 9041 found worse value: 339.989658684. iteration 9042 found worse value: 339.989658684. iteration 9043 found worse value: 339.989658684. iteration 9044 found worse value: 339.989658684. iteration 9045 found worse value: 339.989658684. iteration 9046 found worse value: 339.989658684. iteration 9047 found worse value: 339.989658684. iteration 9048 found worse value: 339.989658684. iteration 9049 found worse value: 339.989658684. iteration 9050 found worse value: 339.989658684. iteration 9051 found worse value: 339.989658684. iteration 9052 found worse value: 339.989658684. iteration 9053 found worse value: 339.989658684. iteration 9054 found worse value: 339.989658684. iteration 9055 found worse value: 339.989658684. iteration 9056 found worse value: 339.989658684. iteration 9057 found worse value: 339.989658684. iteration 9058 found worse value: 339.989658684. iteration 9059 found worse value: 339.989658684. iteration 9060 found worse value: 339.989658684. iteration 9061 found worse value: 339.989658684. iteration 9062 found worse value: 339.989658684. iteration 9063 found worse value: 339.989658684. iteration 9064 found worse value: 339.989658684. iteration 9065 found worse value: 339.989658684. iteration 9066 found worse value: 339.989658684. iteration 9067 found worse value: 339.989658684. iteration 9068 found worse value: 339.989658684. iteration 9069 found worse value: 339.989658684. iteration 9070 found equal value: 339.989658684. iteration 9071 found worse value: 339.989658684. iteration 9072 found worse value: 339.989658684. iteration 9073 found worse value: 339.989658684. iteration 9074 found worse value: 339.989658684. iteration 9075 found worse value: 339.989658684. iteration 9076 found worse value: 339.989658684. iteration 9077 found worse value: 339.989658684. iteration 9078 found worse value: 339.989658684. iteration 9079 found worse value: 339.989658684. iteration 9080 found worse value: 339.989658684. iteration 9081 found worse value: 339.989658684. iteration 9082 found worse value: 339.989658684. iteration 9083 found worse value: 339.989658684. iteration 9084 found worse value: 339.989658684. iteration 9085 found worse value: 339.989658684. iteration 9086 found worse value: 339.989658684. iteration 9087 found worse value: 339.989658684. iteration 9088 found worse value: 339.989658684. iteration 9089 found worse value: 339.989658684. iteration 9090 found worse value: 339.989658684. iteration 9091 found worse value: 339.989658684. iteration 9092 found worse value: 339.989658684. iteration 9093 found worse value: 339.989658684. iteration 9094 found worse value: 339.989658684. iteration 9095 found worse value: 339.989658684. iteration 9096 found worse value: 339.989658684. iteration 9097 found worse value: 339.989658684. iteration 9098 found worse value: 339.989658684. iteration 9099 found worse value: 339.989658684. iteration 9100 found worse value: 339.989658684. iteration 9101 found worse value: 339.989658684. iteration 9102 found worse value: 339.989658684. iteration 9103 found worse value: 339.989658684. iteration 9104 found worse value: 339.989658684. iteration 9105 found worse value: 339.989658684. iteration 9106 found worse value: 339.989658684. iteration 9107 found worse value: 339.989658684. iteration 9108 found worse value: 339.989658684. iteration 9109 found worse value: 339.989658684. iteration 9110 found worse value: 339.989658684. iteration 9111 found worse value: 339.989658684. iteration 9112 found worse value: 339.989658684. iteration 9113 found worse value: 339.989658684. iteration 9114 found worse value: 339.989658684. iteration 9115 found worse value: 339.989658684. iteration 9116 found worse value: 339.989658684. iteration 9117 found worse value: 339.989658684. iteration 9118 found worse value: 339.989658684. iteration 9119 found worse value: 339.989658684. iteration 9120 found worse value: 339.989658684. iteration 9121 found worse value: 339.989658684. iteration 9122 found worse value: 339.989658684. iteration 9123 found worse value: 339.989658684. iteration 9124 found worse value: 339.989658684. iteration 9125 found worse value: 339.989658684. iteration 9126 found worse value: 339.989658684. iteration 9127 found worse value: 339.989658684. iteration 9128 found worse value: 339.989658684. iteration 9129 found worse value: 339.989658684. iteration 9130 found worse value: 339.989658684. iteration 9131 found worse value: 339.989658684. iteration 9132 found worse value: 339.989658684. iteration 9133 found worse value: 339.989658684. iteration 9134 found worse value: 339.989658684. iteration 9135 found worse value: 339.989658684. iteration 9136 found worse value: 339.989658684. iteration 9137 found worse value: 339.989658684. iteration 9138 found worse value: 339.989658684. iteration 9139 found worse value: 339.989658684. iteration 9140 found worse value: 339.989658684. iteration 9141 found worse value: 339.989658684. iteration 9142 found worse value: 339.989658684. iteration 9143 found worse value: 339.989658684. iteration 9144 found worse value: 339.989658684. iteration 9145 found worse value: 339.989658684. iteration 9146 found worse value: 339.989658684. iteration 9147 found worse value: 339.989658684. iteration 9148 found worse value: 339.989658684. iteration 9149 found worse value: 339.989658684. iteration 9150 found worse value: 339.989658684. iteration 9151 found worse value: 339.989658684. iteration 9152 found worse value: 339.989658684. iteration 9153 found worse value: 339.989658684. iteration 9154 found worse value: 339.989658684. iteration 9155 found worse value: 339.989658684. iteration 9156 found worse value: 339.989658684. iteration 9157 found worse value: 339.989658684. iteration 9158 found worse value: 339.989658684. iteration 9159 found worse value: 339.989658684. iteration 9160 found worse value: 339.989658684. iteration 9161 found worse value: 339.989658684. iteration 9162 found worse value: 339.989658684. iteration 9163 found worse value: 339.989658684. iteration 9164 found worse value: 339.989658684. iteration 9165 found worse value: 339.989658684. iteration 9166 found worse value: 339.989658684. iteration 9167 found worse value: 339.989658684. iteration 9168 found worse value: 339.989658684. iteration 9169 found worse value: 339.989658684. iteration 9170 found worse value: 339.989658684. iteration 9171 found worse value: 339.989658684. iteration 9172 found worse value: 339.989658684. iteration 9173 found worse value: 339.989658684. iteration 9174 found worse value: 339.989658684. iteration 9175 found worse value: 339.989658684. iteration 9176 found worse value: 339.989658684. iteration 9177 found worse value: 339.989658684. iteration 9178 found worse value: 339.989658684. iteration 9179 found worse value: 339.989658684. iteration 9180 found worse value: 339.989658684. iteration 9181 found worse value: 339.989658684. iteration 9182 found worse value: 339.989658684. iteration 9183 found worse value: 339.989658684. iteration 9184 found worse value: 339.989658684. iteration 9185 found worse value: 339.989658684. iteration 9186 found worse value: 339.989658684. iteration 9187 found worse value: 339.989658684. iteration 9188 found worse value: 339.989658684. iteration 9189 found worse value: 339.989658684. iteration 9190 found worse value: 339.989658684. iteration 9191 found worse value: 339.989658684. iteration 9192 found worse value: 339.989658684. iteration 9193 found worse value: 339.989658684. iteration 9194 found worse value: 339.989658684. iteration 9195 found worse value: 339.989658684. iteration 9196 found worse value: 339.989658684. iteration 9197 found worse value: 339.989658684. iteration 9198 found worse value: 339.989658684. iteration 9199 found worse value: 339.989658684. iteration 9200 found worse value: 339.989658684. iteration 9201 found worse value: 339.989658684. iteration 9202 found worse value: 339.989658684. iteration 9203 found worse value: 339.989658684. iteration 9204 found worse value: 339.989658684. iteration 9205 found worse value: 339.989658684. iteration 9206 found worse value: 339.989658684. iteration 9207 found worse value: 339.989658684. iteration 9208 found worse value: 339.989658684. iteration 9209 found worse value: 339.989658684. iteration 9210 found worse value: 339.989658684. iteration 9211 found worse value: 339.989658684. iteration 9212 found worse value: 339.989658684. iteration 9213 found worse value: 339.989658684. iteration 9214 found worse value: 339.989658684. iteration 9215 found worse value: 339.989658684. iteration 9216 found worse value: 339.989658684. iteration 9217 found worse value: 339.989658684. iteration 9218 found worse value: 339.989658684. iteration 9219 found worse value: 339.989658684. iteration 9220 found worse value: 339.989658684. iteration 9221 found worse value: 339.989658684. iteration 9222 found worse value: 339.989658684. iteration 9223 found worse value: 339.989658684. iteration 9224 found worse value: 339.989658684. iteration 9225 found worse value: 339.989658684. iteration 9226 found worse value: 339.989658684. iteration 9227 found worse value: 339.989658684. iteration 9228 found worse value: 339.989658684. iteration 9229 found worse value: 339.989658684. iteration 9230 found worse value: 339.989658684. iteration 9231 found worse value: 339.989658684. iteration 9232 found worse value: 339.989658684. iteration 9233 found worse value: 339.989658684. iteration 9234 found worse value: 339.989658684. iteration 9235 found worse value: 339.989658684. iteration 9236 found worse value: 339.989658684. iteration 9237 found worse value: 339.989658684. iteration 9238 found worse value: 339.989658684. iteration 9239 found worse value: 339.989658684. iteration 9240 found worse value: 339.989658684. iteration 9241 found worse value: 339.989658684. iteration 9242 found worse value: 339.989658684. iteration 9243 found worse value: 339.989658684. iteration 9244 found worse value: 339.989658684. iteration 9245 found worse value: 339.989658684. iteration 9246 found worse value: 339.989658684. iteration 9247 found worse value: 339.989658684. iteration 9248 found worse value: 339.989658684. iteration 9249 found worse value: 339.989658684. iteration 9250 found worse value: 339.989658684. iteration 9251 found worse value: 339.989658684. iteration 9252 found worse value: 339.989658684. iteration 9253 found worse value: 339.989658684. iteration 9254 found worse value: 339.989658684. iteration 9255 found worse value: 339.989658684. iteration 9256 found worse value: 339.989658684. iteration 9257 found worse value: 339.989658684. iteration 9258 found worse value: 339.989658684. iteration 9259 found worse value: 339.989658684. iteration 9260 found worse value: 339.989658684. iteration 9261 found worse value: 339.989658684. iteration 9262 found worse value: 339.989658684. iteration 9263 found worse value: 339.989658684. iteration 9264 found worse value: 339.989658684. iteration 9265 found worse value: 339.989658684. iteration 9266 found worse value: 339.989658684. iteration 9267 found worse value: 339.989658684. iteration 9268 found worse value: 339.989658684. iteration 9269 found worse value: 339.989658684. iteration 9270 found worse value: 339.989658684. iteration 9271 found worse value: 339.989658684. iteration 9272 found worse value: 339.989658684. iteration 9273 found worse value: 339.989658684. iteration 9274 found worse value: 339.989658684. iteration 9275 found worse value: 339.989658684. iteration 9276 found worse value: 339.989658684. iteration 9277 found worse value: 339.989658684. iteration 9278 found worse value: 339.989658684. iteration 9279 found worse value: 339.989658684. iteration 9280 found worse value: 339.989658684. iteration 9281 found worse value: 339.989658684. iteration 9282 found worse value: 339.989658684. iteration 9283 found worse value: 339.989658684. iteration 9284 found worse value: 339.989658684. iteration 9285 found worse value: 339.989658684. iteration 9286 found worse value: 339.989658684. iteration 9287 found worse value: 339.989658684. iteration 9288 found worse value: 339.989658684. iteration 9289 found worse value: 339.989658684. iteration 9290 found worse value: 339.989658684. iteration 9291 found worse value: 339.989658684. iteration 9292 found worse value: 339.989658684. iteration 9293 found worse value: 339.989658684. iteration 9294 found worse value: 339.989658684. iteration 9295 found worse value: 339.989658684. iteration 9296 found worse value: 339.989658684. iteration 9297 found worse value: 339.989658684. iteration 9298 found worse value: 339.989658684. iteration 9299 found worse value: 339.989658684. iteration 9300 found worse value: 339.989658684. iteration 9301 found worse value: 339.989658684. iteration 9302 found worse value: 339.989658684. iteration 9303 found worse value: 339.989658684. iteration 9304 found worse value: 339.989658684. iteration 9305 found worse value: 339.989658684. iteration 9306 found worse value: 339.989658684. iteration 9307 found worse value: 339.989658684. iteration 9308 found worse value: 339.989658684. iteration 9309 found worse value: 339.989658684. iteration 9310 found worse value: 339.989658684. iteration 9311 found worse value: 339.989658684. iteration 9312 found worse value: 339.989658684. iteration 9313 found worse value: 339.989658684. iteration 9314 found worse value: 339.989658684. iteration 9315 found worse value: 339.989658684. iteration 9316 found worse value: 339.989658684. iteration 9317 found worse value: 339.989658684. iteration 9318 found worse value: 339.989658684. iteration 9319 found worse value: 339.989658684. iteration 9320 found worse value: 339.989658684. iteration 9321 found worse value: 339.989658684. iteration 9322 found worse value: 339.989658684. iteration 9323 found worse value: 339.989658684. iteration 9324 found worse value: 339.989658684. iteration 9325 found worse value: 339.989658684. iteration 9326 found worse value: 339.989658684. iteration 9327 found worse value: 339.989658684. iteration 9328 found worse value: 339.989658684. iteration 9329 found worse value: 339.989658684. iteration 9330 found worse value: 339.989658684. iteration 9331 found worse value: 339.989658684. iteration 9332 found worse value: 339.989658684. iteration 9333 found worse value: 339.989658684. iteration 9334 found worse value: 339.989658684. iteration 9335 found worse value: 339.989658684. iteration 9336 found worse value: 339.989658684. iteration 9337 found worse value: 339.989658684. iteration 9338 found worse value: 339.989658684. iteration 9339 found worse value: 339.989658684. iteration 9340 found worse value: 339.989658684. iteration 9341 found worse value: 339.989658684. iteration 9342 found worse value: 339.989658684. iteration 9343 found worse value: 339.989658684. iteration 9344 found worse value: 339.989658684. iteration 9345 found worse value: 339.989658684. iteration 9346 found worse value: 339.989658684. iteration 9347 found worse value: 339.989658684. iteration 9348 found worse value: 339.989658684. iteration 9349 found worse value: 339.989658684. iteration 9350 found worse value: 339.989658684. iteration 9351 found worse value: 339.989658684. iteration 9352 found worse value: 339.989658684. iteration 9353 found worse value: 339.989658684. iteration 9354 found worse value: 339.989658684. iteration 9355 found worse value: 339.989658684. iteration 9356 found worse value: 339.989658684. iteration 9357 found worse value: 339.989658684. iteration 9358 found worse value: 339.989658684. iteration 9359 found worse value: 339.989658684. iteration 9360 found worse value: 339.989658684. iteration 9361 found worse value: 339.989658684. iteration 9362 found worse value: 339.989658684. iteration 9363 found worse value: 339.989658684. iteration 9364 found worse value: 339.989658684. iteration 9365 found worse value: 339.989658684. iteration 9366 found worse value: 339.989658684. iteration 9367 found worse value: 339.989658684. iteration 9368 found worse value: 339.989658684. iteration 9369 found worse value: 339.989658684. iteration 9370 found worse value: 339.989658684. iteration 9371 found worse value: 339.989658684. iteration 9372 found worse value: 339.989658684. iteration 9373 found worse value: 339.989658684. iteration 9374 found worse value: 339.989658684. iteration 9375 found worse value: 339.989658684. iteration 9376 found worse value: 339.989658684. iteration 9377 found worse value: 339.989658684. iteration 9378 found worse value: 339.989658684. iteration 9379 found worse value: 339.989658684. iteration 9380 found worse value: 339.989658684. iteration 9381 found worse value: 339.989658684. iteration 9382 found worse value: 339.989658684. iteration 9383 found worse value: 339.989658684. iteration 9384 found worse value: 339.989658684. iteration 9385 found worse value: 339.989658684. iteration 9386 found worse value: 339.989658684. iteration 9387 found worse value: 339.989658684. iteration 9388 found worse value: 339.989658684. iteration 9389 found worse value: 339.989658684. iteration 9390 found worse value: 339.989658684. iteration 9391 found worse value: 339.989658684. iteration 9392 found worse value: 339.989658684. iteration 9393 found worse value: 339.989658684. iteration 9394 found worse value: 339.989658684. iteration 9395 found worse value: 339.989658684. iteration 9396 found worse value: 339.989658684. iteration 9397 found worse value: 339.989658684. iteration 9398 found worse value: 339.989658684. iteration 9399 found worse value: 339.989658684. iteration 9400 found worse value: 339.989658684. iteration 9401 found worse value: 339.989658684. iteration 9402 found worse value: 339.989658684. iteration 9403 found worse value: 339.989658684. iteration 9404 found worse value: 339.989658684. iteration 9405 found worse value: 339.989658684. iteration 9406 found worse value: 339.989658684. iteration 9407 found worse value: 339.989658684. iteration 9408 found worse value: 339.989658684. iteration 9409 found worse value: 339.989658684. iteration 9410 found worse value: 339.989658684. iteration 9411 found worse value: 339.989658684. iteration 9412 found worse value: 339.989658684. iteration 9413 found worse value: 339.989658684. iteration 9414 found worse value: 339.989658684. iteration 9415 found worse value: 339.989658684. iteration 9416 found worse value: 339.989658684. iteration 9417 found worse value: 339.989658684. iteration 9418 found worse value: 339.989658684. iteration 9419 found worse value: 339.989658684. iteration 9420 found worse value: 339.989658684. iteration 9421 found worse value: 339.989658684. iteration 9422 found worse value: 339.989658684. iteration 9423 found worse value: 339.989658684. iteration 9424 found worse value: 339.989658684. iteration 9425 found worse value: 339.989658684. iteration 9426 found worse value: 339.989658684. iteration 9427 found worse value: 339.989658684. iteration 9428 found worse value: 339.989658684. iteration 9429 found worse value: 339.989658684. iteration 9430 found worse value: 339.989658684. iteration 9431 found worse value: 339.989658684. iteration 9432 found worse value: 339.989658684. iteration 9433 found worse value: 339.989658684. iteration 9434 found worse value: 339.989658684. iteration 9435 found worse value: 339.989658684. iteration 9436 found worse value: 339.989658684. iteration 9437 found worse value: 339.989658684. iteration 9438 found worse value: 339.989658684. iteration 9439 found worse value: 339.989658684. iteration 9440 found worse value: 339.989658684. iteration 9441 found worse value: 339.989658684. iteration 9442 found worse value: 339.989658684. iteration 9443 found worse value: 339.989658684. iteration 9444 found worse value: 339.989658684. iteration 9445 found worse value: 339.989658684. iteration 9446 found worse value: 339.989658684. iteration 9447 found worse value: 339.989658684. iteration 9448 found worse value: 339.989658684. iteration 9449 found worse value: 339.989658684. iteration 9450 found worse value: 339.989658684. iteration 9451 found worse value: 339.989658684. iteration 9452 found worse value: 339.989658684. iteration 9453 found worse value: 339.989658684. iteration 9454 found worse value: 339.989658684. iteration 9455 found worse value: 339.989658684. iteration 9456 found worse value: 339.989658684. iteration 9457 found worse value: 339.989658684. iteration 9458 found worse value: 339.989658684. iteration 9459 found worse value: 339.989658684. iteration 9460 found worse value: 339.989658684. iteration 9461 found worse value: 339.989658684. iteration 9462 found worse value: 339.989658684. iteration 9463 found worse value: 339.989658684. iteration 9464 found worse value: 339.989658684. iteration 9465 found worse value: 339.989658684. iteration 9466 found worse value: 339.989658684. iteration 9467 found worse value: 339.989658684. iteration 9468 found worse value: 339.989658684. iteration 9469 found worse value: 339.989658684. iteration 9470 found worse value: 339.989658684. iteration 9471 found worse value: 339.989658684. iteration 9472 found worse value: 339.989658684. iteration 9473 found worse value: 339.989658684. iteration 9474 found worse value: 339.989658684. iteration 9475 found worse value: 339.989658684. iteration 9476 found worse value: 339.989658684. iteration 9477 found worse value: 339.989658684. iteration 9478 found worse value: 339.989658684. iteration 9479 found worse value: 339.989658684. iteration 9480 found worse value: 339.989658684. iteration 9481 found worse value: 339.989658684. iteration 9482 found worse value: 339.989658684. iteration 9483 found worse value: 339.989658684. iteration 9484 found worse value: 339.989658684. iteration 9485 found worse value: 339.989658684. iteration 9486 found worse value: 339.989658684. iteration 9487 found worse value: 339.989658684. iteration 9488 found worse value: 339.989658684. iteration 9489 found worse value: 339.989658684. iteration 9490 found worse value: 339.989658684. iteration 9491 found worse value: 339.989658684. iteration 9492 found worse value: 339.989658684. iteration 9493 found worse value: 339.989658684. iteration 9494 found worse value: 339.989658684. iteration 9495 found worse value: 339.989658684. iteration 9496 found worse value: 339.989658684. iteration 9497 found worse value: 339.989658684. iteration 9498 found worse value: 339.989658684. iteration 9499 found worse value: 339.989658684. iteration 9500 found worse value: 339.989658684. iteration 9501 found worse value: 339.989658684. iteration 9502 found worse value: 339.989658684. iteration 9503 found worse value: 339.989658684. iteration 9504 found worse value: 339.989658684. iteration 9505 found worse value: 339.989658684. iteration 9506 found worse value: 339.989658684. iteration 9507 found worse value: 339.989658684. iteration 9508 found worse value: 339.989658684. iteration 9509 found worse value: 339.989658684. iteration 9510 found worse value: 339.989658684. iteration 9511 found worse value: 339.989658684. iteration 9512 found worse value: 339.989658684. iteration 9513 found worse value: 339.989658684. iteration 9514 found worse value: 339.989658684. iteration 9515 found worse value: 339.989658684. iteration 9516 found worse value: 339.989658684. iteration 9517 found worse value: 339.989658684. iteration 9518 found worse value: 339.989658684. iteration 9519 found worse value: 339.989658684. iteration 9520 found worse value: 339.989658684. iteration 9521 found worse value: 339.989658684. iteration 9522 found worse value: 339.989658684. iteration 9523 found worse value: 339.989658684. iteration 9524 found worse value: 339.989658684. iteration 9525 found worse value: 339.989658684. iteration 9526 found worse value: 339.989658684. iteration 9527 found worse value: 339.989658684. iteration 9528 found worse value: 339.989658684. iteration 9529 found worse value: 339.989658684. iteration 9530 found worse value: 339.989658684. iteration 9531 found worse value: 339.989658684. iteration 9532 found worse value: 339.989658684. iteration 9533 found worse value: 339.989658684. iteration 9534 found worse value: 339.989658684. iteration 9535 found worse value: 339.989658684. iteration 9536 found worse value: 339.989658684. iteration 9537 found worse value: 339.989658684. iteration 9538 found worse value: 339.989658684. iteration 9539 found worse value: 339.989658684. iteration 9540 found worse value: 339.989658684. iteration 9541 found worse value: 339.989658684. iteration 9542 found worse value: 339.989658684. iteration 9543 found worse value: 339.989658684. iteration 9544 found worse value: 339.989658684. iteration 9545 found worse value: 339.989658684. iteration 9546 found worse value: 339.989658684. iteration 9547 found worse value: 339.989658684. iteration 9548 found worse value: 339.989658684. iteration 9549 found worse value: 339.989658684. iteration 9550 found worse value: 339.989658684. iteration 9551 found worse value: 339.989658684. iteration 9552 found worse value: 339.989658684. iteration 9553 found worse value: 339.989658684. iteration 9554 found worse value: 339.989658684. iteration 9555 found worse value: 339.989658684. iteration 9556 found worse value: 339.989658684. iteration 9557 found worse value: 339.989658684. iteration 9558 found worse value: 339.989658684. iteration 9559 found worse value: 339.989658684. iteration 9560 found worse value: 339.989658684. iteration 9561 found worse value: 339.989658684. iteration 9562 found worse value: 339.989658684. iteration 9563 found worse value: 339.989658684. iteration 9564 found worse value: 339.989658684. iteration 9565 found worse value: 339.989658684. iteration 9566 found worse value: 339.989658684. iteration 9567 found worse value: 339.989658684. iteration 9568 found worse value: 339.989658684. iteration 9569 found worse value: 339.989658684. iteration 9570 found worse value: 339.989658684. iteration 9571 found worse value: 339.989658684. iteration 9572 found worse value: 339.989658684. iteration 9573 found worse value: 339.989658684. iteration 9574 found worse value: 339.989658684. iteration 9575 found worse value: 339.989658684. iteration 9576 found worse value: 339.989658684. iteration 9577 found worse value: 339.989658684. iteration 9578 found worse value: 339.989658684. iteration 9579 found worse value: 339.989658684. iteration 9580 found worse value: 339.989658684. iteration 9581 found worse value: 339.989658684. iteration 9582 found worse value: 339.989658684. iteration 9583 found worse value: 339.989658684. iteration 9584 found worse value: 339.989658684. iteration 9585 found worse value: 339.989658684. iteration 9586 found worse value: 339.989658684. iteration 9587 found worse value: 339.989658684. iteration 9588 found worse value: 339.989658684. iteration 9589 found worse value: 339.989658684. iteration 9590 found worse value: 339.989658684. iteration 9591 found worse value: 339.989658684. iteration 9592 found worse value: 339.989658684. iteration 9593 found worse value: 339.989658684. iteration 9594 found worse value: 339.989658684. iteration 9595 found worse value: 339.989658684. iteration 9596 found worse value: 339.989658684. iteration 9597 found worse value: 339.989658684. iteration 9598 found worse value: 339.989658684. iteration 9599 found worse value: 339.989658684. iteration 9600 found worse value: 339.989658684. iteration 9601 found worse value: 339.989658684. iteration 9602 found worse value: 339.989658684. iteration 9603 found worse value: 339.989658684. iteration 9604 found worse value: 339.989658684. iteration 9605 found worse value: 339.989658684. iteration 9606 found worse value: 339.989658684. iteration 9607 found worse value: 339.989658684. iteration 9608 found worse value: 339.989658684. iteration 9609 found worse value: 339.989658684. iteration 9610 found worse value: 339.989658684. iteration 9611 found worse value: 339.989658684. iteration 9612 found worse value: 339.989658684. iteration 9613 found worse value: 339.989658684. iteration 9614 found worse value: 339.989658684. iteration 9615 found worse value: 339.989658684. iteration 9616 found worse value: 339.989658684. iteration 9617 found worse value: 339.989658684. iteration 9618 found worse value: 339.989658684. iteration 9619 found worse value: 339.989658684. iteration 9620 found worse value: 339.989658684. iteration 9621 found worse value: 339.989658684. iteration 9622 found worse value: 339.989658684. iteration 9623 found worse value: 339.989658684. iteration 9624 found worse value: 339.989658684. iteration 9625 found worse value: 339.989658684. iteration 9626 found worse value: 339.989658684. iteration 9627 found worse value: 339.989658684. iteration 9628 found worse value: 339.989658684. iteration 9629 found worse value: 339.989658684. iteration 9630 found worse value: 339.989658684. iteration 9631 found worse value: 339.989658684. iteration 9632 found worse value: 339.989658684. iteration 9633 found worse value: 339.989658684. iteration 9634 found worse value: 339.989658684. iteration 9635 found worse value: 339.989658684. iteration 9636 found worse value: 339.989658684. iteration 9637 found worse value: 339.989658684. iteration 9638 found worse value: 339.989658684. iteration 9639 found worse value: 339.989658684. iteration 9640 found worse value: 339.989658684. iteration 9641 found worse value: 339.989658684. iteration 9642 found worse value: 339.989658684. iteration 9643 found worse value: 339.989658684. iteration 9644 found worse value: 339.989658684. iteration 9645 found worse value: 339.989658684. iteration 9646 found worse value: 339.989658684. iteration 9647 found worse value: 339.989658684. iteration 9648 found worse value: 339.989658684. iteration 9649 found worse value: 339.989658684. iteration 9650 found worse value: 339.989658684. iteration 9651 found worse value: 339.989658684. iteration 9652 found worse value: 339.989658684. iteration 9653 found worse value: 339.989658684. iteration 9654 found worse value: 339.989658684. iteration 9655 found worse value: 339.989658684. iteration 9656 found worse value: 339.989658684. iteration 9657 found worse value: 339.989658684. iteration 9658 found worse value: 339.989658684. iteration 9659 found worse value: 339.989658684. iteration 9660 found worse value: 339.989658684. iteration 9661 found worse value: 339.989658684. iteration 9662 found worse value: 339.989658684. iteration 9663 found worse value: 339.989658684. iteration 9664 found worse value: 339.989658684. iteration 9665 found worse value: 339.989658684. iteration 9666 found worse value: 339.989658684. iteration 9667 found worse value: 339.989658684. iteration 9668 found worse value: 339.989658684. iteration 9669 found worse value: 339.989658684. iteration 9670 found worse value: 339.989658684. iteration 9671 found worse value: 339.989658684. iteration 9672 found worse value: 339.989658684. iteration 9673 found worse value: 339.989658684. iteration 9674 found worse value: 339.989658684. iteration 9675 found worse value: 339.989658684. iteration 9676 found worse value: 339.989658684. iteration 9677 found worse value: 339.989658684. iteration 9678 found worse value: 339.989658684. iteration 9679 found worse value: 339.989658684. iteration 9680 found worse value: 339.989658684. iteration 9681 found worse value: 339.989658684. iteration 9682 found worse value: 339.989658684. iteration 9683 found worse value: 339.989658684. iteration 9684 found worse value: 339.989658684. iteration 9685 found worse value: 339.989658684. iteration 9686 found worse value: 339.989658684. iteration 9687 found worse value: 339.989658684. iteration 9688 found worse value: 339.989658684. iteration 9689 found worse value: 339.989658684. iteration 9690 found worse value: 339.989658684. iteration 9691 found worse value: 339.989658684. iteration 9692 found worse value: 339.989658684. iteration 9693 found worse value: 339.989658684. iteration 9694 found worse value: 339.989658684. iteration 9695 found worse value: 339.989658684. iteration 9696 found worse value: 339.989658684. iteration 9697 found worse value: 339.989658684. iteration 9698 found worse value: 339.989658684. iteration 9699 found worse value: 339.989658684. iteration 9700 found worse value: 339.989658684. iteration 9701 found worse value: 339.989658684. iteration 9702 found worse value: 339.989658684. iteration 9703 found worse value: 339.989658684. iteration 9704 found worse value: 339.989658684. iteration 9705 found worse value: 339.989658684. iteration 9706 found worse value: 339.989658684. iteration 9707 found worse value: 339.989658684. iteration 9708 found worse value: 339.989658684. iteration 9709 found worse value: 339.989658684. iteration 9710 found worse value: 339.989658684. iteration 9711 found worse value: 339.989658684. iteration 9712 found worse value: 339.989658684. iteration 9713 found worse value: 339.989658684. iteration 9714 found worse value: 339.989658684. iteration 9715 found worse value: 339.989658684. iteration 9716 found worse value: 339.989658684. iteration 9717 found worse value: 339.989658684. iteration 9718 found worse value: 339.989658684. iteration 9719 found worse value: 339.989658684. iteration 9720 found worse value: 339.989658684. iteration 9721 found worse value: 339.989658684. iteration 9722 found worse value: 339.989658684. iteration 9723 found worse value: 339.989658684. iteration 9724 found worse value: 339.989658684. iteration 9725 found worse value: 339.989658684. iteration 9726 found worse value: 339.989658684. iteration 9727 found worse value: 339.989658684. iteration 9728 found worse value: 339.989658684. iteration 9729 found worse value: 339.989658684. iteration 9730 found worse value: 339.989658684. iteration 9731 found worse value: 339.989658684. iteration 9732 found worse value: 339.989658684. iteration 9733 found worse value: 339.989658684. iteration 9734 found worse value: 339.989658684. iteration 9735 found worse value: 339.989658684. iteration 9736 found worse value: 339.989658684. iteration 9737 found worse value: 339.989658684. iteration 9738 found worse value: 339.989658684. iteration 9739 found worse value: 339.989658684. iteration 9740 found worse value: 339.989658684. iteration 9741 found worse value: 339.989658684. iteration 9742 found worse value: 339.989658684. iteration 9743 found worse value: 339.989658684. iteration 9744 found worse value: 339.989658684. iteration 9745 found worse value: 339.989658684. iteration 9746 found worse value: 339.989658684. iteration 9747 found worse value: 339.989658684. iteration 9748 found worse value: 339.989658684. iteration 9749 found worse value: 339.989658684. iteration 9750 found worse value: 339.989658684. iteration 9751 found worse value: 339.989658684. iteration 9752 found worse value: 339.989658684. iteration 9753 found worse value: 339.989658684. iteration 9754 found worse value: 339.989658684. iteration 9755 found worse value: 339.989658684. iteration 9756 found worse value: 339.989658684. iteration 9757 found worse value: 339.989658684. iteration 9758 found worse value: 339.989658684. iteration 9759 found worse value: 339.989658684. iteration 9760 found worse value: 339.989658684. iteration 9761 found worse value: 339.989658684. iteration 9762 found worse value: 339.989658684. iteration 9763 found worse value: 339.989658684. iteration 9764 found worse value: 339.989658684. iteration 9765 found worse value: 339.989658684. iteration 9766 found worse value: 339.989658684. iteration 9767 found worse value: 339.989658684. iteration 9768 found worse value: 339.989658684. iteration 9769 found worse value: 339.989658684. iteration 9770 found worse value: 339.989658684. iteration 9771 found worse value: 339.989658684. iteration 9772 found worse value: 339.989658684. iteration 9773 found worse value: 339.989658684. iteration 9774 found worse value: 339.989658684. iteration 9775 found worse value: 339.989658684. iteration 9776 found worse value: 339.989658684. iteration 9777 found worse value: 339.989658684. iteration 9778 found worse value: 339.989658684. iteration 9779 found worse value: 339.989658684. iteration 9780 found worse value: 339.989658684. iteration 9781 found worse value: 339.989658684. iteration 9782 found worse value: 339.989658684. iteration 9783 found worse value: 339.989658684. iteration 9784 found worse value: 339.989658684. iteration 9785 found worse value: 339.989658684. iteration 9786 found worse value: 339.989658684. iteration 9787 found worse value: 339.989658684. iteration 9788 found worse value: 339.989658684. iteration 9789 found worse value: 339.989658684. iteration 9790 found worse value: 339.989658684. iteration 9791 found worse value: 339.989658684. iteration 9792 found worse value: 339.989658684. iteration 9793 found worse value: 339.989658684. iteration 9794 found worse value: 339.989658684. iteration 9795 found worse value: 339.989658684. iteration 9796 found worse value: 339.989658684. iteration 9797 found worse value: 339.989658684. iteration 9798 found worse value: 339.989658684. iteration 9799 found worse value: 339.989658684. iteration 9800 found worse value: 339.989658684. iteration 9801 found worse value: 339.989658684. iteration 9802 found worse value: 339.989658684. iteration 9803 found worse value: 339.989658684. iteration 9804 found worse value: 339.989658684. iteration 9805 found worse value: 339.989658684. iteration 9806 found worse value: 339.989658684. iteration 9807 found worse value: 339.989658684. iteration 9808 found worse value: 339.989658684. iteration 9809 found worse value: 339.989658684. iteration 9810 found worse value: 339.989658684. iteration 9811 found worse value: 339.989658684. iteration 9812 found worse value: 339.989658684. iteration 9813 found worse value: 339.989658684. iteration 9814 found worse value: 339.989658684. iteration 9815 found worse value: 339.989658684. iteration 9816 found worse value: 339.989658684. iteration 9817 found worse value: 339.989658684. iteration 9818 found worse value: 339.989658684. iteration 9819 found worse value: 339.989658684. iteration 9820 found worse value: 339.989658684. iteration 9821 found worse value: 339.989658684. iteration 9822 found worse value: 339.989658684. iteration 9823 found worse value: 339.989658684. iteration 9824 found worse value: 339.989658684. iteration 9825 found worse value: 339.989658684. iteration 9826 found worse value: 339.989658684. iteration 9827 found worse value: 339.989658684. iteration 9828 found worse value: 339.989658684. iteration 9829 found worse value: 339.989658684. iteration 9830 found worse value: 339.989658684. iteration 9831 found worse value: 339.989658684. iteration 9832 found worse value: 339.989658684. iteration 9833 found worse value: 339.989658684. iteration 9834 found worse value: 339.989658684. iteration 9835 found worse value: 339.989658684. iteration 9836 found worse value: 339.989658684. iteration 9837 found worse value: 339.989658684. iteration 9838 found worse value: 339.989658684. iteration 9839 found worse value: 339.989658684. iteration 9840 found worse value: 339.989658684. iteration 9841 found worse value: 339.989658684. iteration 9842 found worse value: 339.989658684. iteration 9843 found worse value: 339.989658684. iteration 9844 found worse value: 339.989658684. iteration 9845 found worse value: 339.989658684. iteration 9846 found worse value: 339.989658684. iteration 9847 found worse value: 339.989658684. iteration 9848 found worse value: 339.989658684. iteration 9849 found worse value: 339.989658684. iteration 9850 found worse value: 339.989658684. iteration 9851 found worse value: 339.989658684. iteration 9852 found worse value: 339.989658684. iteration 9853 found worse value: 339.989658684. iteration 9854 found worse value: 339.989658684. iteration 9855 found worse value: 339.989658684. iteration 9856 found worse value: 339.989658684. iteration 9857 found worse value: 339.989658684. iteration 9858 found worse value: 339.989658684. iteration 9859 found worse value: 339.989658684. iteration 9860 found worse value: 339.989658684. iteration 9861 found worse value: 339.989658684. iteration 9862 found worse value: 339.989658684. iteration 9863 found worse value: 339.989658684. iteration 9864 found worse value: 339.989658684. iteration 9865 found worse value: 339.989658684. iteration 9866 found worse value: 339.989658684. iteration 9867 found worse value: 339.989658684. iteration 9868 found worse value: 339.989658684. iteration 9869 found worse value: 339.989658684. iteration 9870 found worse value: 339.989658684. iteration 9871 found worse value: 339.989658684. iteration 9872 found worse value: 339.989658684. iteration 9873 found worse value: 339.989658684. iteration 9874 found worse value: 339.989658684. iteration 9875 found worse value: 339.989658684. iteration 9876 found worse value: 339.989658684. iteration 9877 found worse value: 339.989658684. iteration 9878 found worse value: 339.989658684. iteration 9879 found worse value: 339.989658684. iteration 9880 found worse value: 339.989658684. iteration 9881 found worse value: 339.989658684. iteration 9882 found worse value: 339.989658684. iteration 9883 found worse value: 339.989658684. iteration 9884 found worse value: 339.989658684. iteration 9885 found worse value: 339.989658684. iteration 9886 found worse value: 339.989658684. iteration 9887 found worse value: 339.989658684. iteration 9888 found worse value: 339.989658684. iteration 9889 found worse value: 339.989658684. iteration 9890 found worse value: 339.989658684. iteration 9891 found worse value: 339.989658684. iteration 9892 found worse value: 339.989658684. iteration 9893 found worse value: 339.989658684. iteration 9894 found worse value: 339.989658684. iteration 9895 found worse value: 339.989658684. iteration 9896 found worse value: 339.989658684. iteration 9897 found worse value: 339.989658684. iteration 9898 found worse value: 339.989658684. iteration 9899 found worse value: 339.989658684. iteration 9900 found worse value: 339.989658684. iteration 9901 found worse value: 339.989658684. iteration 9902 found worse value: 339.989658684. iteration 9903 found worse value: 339.989658684. iteration 9904 found worse value: 339.989658684. iteration 9905 found worse value: 339.989658684. iteration 9906 found worse value: 339.989658684. iteration 9907 found worse value: 339.989658684. iteration 9908 found worse value: 339.989658684. iteration 9909 found worse value: 339.989658684. iteration 9910 found worse value: 339.989658684. iteration 9911 found worse value: 339.989658684. iteration 9912 found worse value: 339.989658684. iteration 9913 found worse value: 339.989658684. iteration 9914 found worse value: 339.989658684. iteration 9915 found worse value: 339.989658684. iteration 9916 found worse value: 339.989658684. iteration 9917 found worse value: 339.989658684. iteration 9918 found worse value: 339.989658684. iteration 9919 found worse value: 339.989658684. iteration 9920 found worse value: 339.989658684. iteration 9921 found worse value: 339.989658684. iteration 9922 found worse value: 339.989658684. iteration 9923 found worse value: 339.989658684. iteration 9924 found worse value: 339.989658684. iteration 9925 found worse value: 339.989658684. iteration 9926 found worse value: 339.989658684. iteration 9927 found worse value: 339.989658684. iteration 9928 found worse value: 339.989658684. iteration 9929 found worse value: 339.989658684. iteration 9930 found worse value: 339.989658684. iteration 9931 found worse value: 339.989658684. iteration 9932 found worse value: 339.989658684. iteration 9933 found worse value: 339.989658684. iteration 9934 found worse value: 339.989658684. iteration 9935 found worse value: 339.989658684. iteration 9936 found worse value: 339.989658684. iteration 9937 found worse value: 339.989658684. iteration 9938 found worse value: 339.989658684. iteration 9939 found worse value: 339.989658684. iteration 9940 found worse value: 339.989658684. iteration 9941 found worse value: 339.989658684. iteration 9942 found worse value: 339.989658684. iteration 9943 found worse value: 339.989658684. iteration 9944 found worse value: 339.989658684. iteration 9945 found worse value: 339.989658684. iteration 9946 found worse value: 339.989658684. iteration 9947 found worse value: 339.989658684. iteration 9948 found worse value: 339.989658684. iteration 9949 found worse value: 339.989658684. iteration 9950 found worse value: 339.989658684. iteration 9951 found worse value: 339.989658684. iteration 9952 found worse value: 339.989658684. iteration 9953 found worse value: 339.989658684. iteration 9954 found worse value: 339.989658684. iteration 9955 found worse value: 339.989658684. iteration 9956 found worse value: 339.989658684. iteration 9957 found worse value: 339.989658684. iteration 9958 found worse value: 339.989658684. iteration 9959 found worse value: 339.989658684. iteration 9960 found worse value: 339.989658684. iteration 9961 found worse value: 339.989658684. iteration 9962 found worse value: 339.989658684. iteration 9963 found worse value: 339.989658684. iteration 9964 found worse value: 339.989658684. iteration 9965 found worse value: 339.989658684. iteration 9966 found worse value: 339.989658684. iteration 9967 found worse value: 339.989658684. iteration 9968 found worse value: 339.989658684. iteration 9969 found worse value: 339.989658684. iteration 9970 found worse value: 339.989658684. iteration 9971 found worse value: 339.989658684. iteration 9972 found worse value: 339.989658684. iteration 9973 found worse value: 339.989658684. iteration 9974 found worse value: 339.989658684. iteration 9975 found worse value: 339.989658684. iteration 9976 found worse value: 339.989658684. iteration 9977 found worse value: 339.989658684. iteration 9978 found worse value: 339.989658684. iteration 9979 found worse value: 339.989658684. iteration 9980 found worse value: 339.989658684. iteration 9981 found worse value: 339.989658684. iteration 9982 found worse value: 339.989658684. iteration 9983 found worse value: 339.989658684. iteration 9984 found worse value: 339.989658684. iteration 9985 found worse value: 339.989658684. iteration 9986 found worse value: 339.989658684. iteration 9987 found worse value: 339.989658684. iteration 9988 found worse value: 339.989658684. iteration 9989 found worse value: 339.989658684. iteration 9990 found worse value: 339.989658684. iteration 9991 found worse value: 339.989658684. iteration 9992 found worse value: 339.989658684. iteration 9993 found worse value: 339.989658684. iteration 9994 found worse value: 339.989658684. iteration 9995 found worse value: 339.989658684. iteration 9996 found worse value: 339.989658684. iteration 9997 found worse value: 339.989658684. iteration 9998 found worse value: 339.989658684. iteration 9999 found worse value: 339.989658684. iteration 10000 found worse value: 339.989658684. iteration 10001 found worse value: 339.989658684. iteration 10002 found worse value: 339.989658684. iteration 10003 found worse value: 339.989658684. iteration 10004 found worse value: 339.989658684. iteration 10005 found worse value: 339.989658684. iteration 10006 found worse value: 339.989658684. iteration 10007 found worse value: 339.989658684. iteration 10008 found worse value: 339.989658684. iteration 10009 found worse value: 339.989658684. iteration 10010 found worse value: 339.989658684. iteration 10011 found worse value: 339.989658684. iteration 10012 found worse value: 339.989658684. iteration 10013 found worse value: 339.989658684. iteration 10014 found worse value: 339.989658684. iteration 10015 found worse value: 339.989658684. iteration 10016 found worse value: 339.989658684. iteration 10017 found worse value: 339.989658684. iteration 10018 found worse value: 339.989658684. iteration 10019 found worse value: 339.989658684. iteration 10020 found worse value: 339.989658684. iteration 10021 found worse value: 339.989658684. iteration 10022 found worse value: 339.989658684. iteration 10023 found worse value: 339.989658684. iteration 10024 found worse value: 339.989658684. iteration 10025 found worse value: 339.989658684. iteration 10026 found worse value: 339.989658684. iteration 10027 found worse value: 339.989658684. iteration 10028 found worse value: 339.989658684. iteration 10029 found worse value: 339.989658684. iteration 10030 found worse value: 339.989658684. iteration 10031 found worse value: 339.989658684. iteration 10032 found worse value: 339.989658684. iteration 10033 found worse value: 339.989658684. iteration 10034 found worse value: 339.989658684. iteration 10035 found worse value: 339.989658684. iteration 10036 found worse value: 339.989658684. iteration 10037 found worse value: 339.989658684. iteration 10038 found worse value: 339.989658684. iteration 10039 found worse value: 339.989658684. iteration 10040 found worse value: 339.989658684. iteration 10041 found worse value: 339.989658684. iteration 10042 found worse value: 339.989658684. iteration 10043 found worse value: 339.989658684. iteration 10044 found worse value: 339.989658684. iteration 10045 found worse value: 339.989658684. iteration 10046 found worse value: 339.989658684. iteration 10047 found worse value: 339.989658684. iteration 10048 found worse value: 339.989658684. iteration 10049 found worse value: 339.989658684. iteration 10050 found worse value: 339.989658684. iteration 10051 found worse value: 339.989658684. iteration 10052 found worse value: 339.989658684. iteration 10053 found worse value: 339.989658684. iteration 10054 found worse value: 339.989658684. iteration 10055 found worse value: 339.989658684. iteration 10056 found worse value: 339.989658684. iteration 10057 found worse value: 339.989658684. iteration 10058 found worse value: 339.989658684. iteration 10059 found worse value: 339.989658684. iteration 10060 found worse value: 339.989658684. iteration 10061 found worse value: 339.989658684. iteration 10062 found worse value: 339.989658684. iteration 10063 found worse value: 339.989658684. iteration 10064 found worse value: 339.989658684. iteration 10065 found worse value: 339.989658684. iteration 10066 found worse value: 339.989658684. iteration 10067 found worse value: 339.989658684. iteration 10068 found worse value: 339.989658684. iteration 10069 found worse value: 339.989658684. iteration 10070 found worse value: 339.989658684. iteration 10071 found worse value: 339.989658684. iteration 10072 found worse value: 339.989658684. iteration 10073 found worse value: 339.989658684. iteration 10074 found worse value: 339.989658684. iteration 10075 found worse value: 339.989658684. iteration 10076 found worse value: 339.989658684. iteration 10077 found worse value: 339.989658684. iteration 10078 found worse value: 339.989658684. iteration 10079 found worse value: 339.989658684. iteration 10080 found worse value: 339.989658684. iteration 10081 found worse value: 339.989658684. iteration 10082 found worse value: 339.989658684. iteration 10083 found worse value: 339.989658684. iteration 10084 found worse value: 339.989658684. iteration 10085 found worse value: 339.989658684. iteration 10086 found worse value: 339.989658684. iteration 10087 found worse value: 339.989658684. iteration 10088 found worse value: 339.989658684. iteration 10089 found worse value: 339.989658684. iteration 10090 found worse value: 339.989658684. iteration 10091 found worse value: 339.989658684. iteration 10092 found worse value: 339.989658684. iteration 10093 found worse value: 339.989658684. iteration 10094 found worse value: 339.989658684. iteration 10095 found worse value: 339.989658684. iteration 10096 found worse value: 339.989658684. iteration 10097 found worse value: 339.989658684. iteration 10098 found worse value: 339.989658684. iteration 10099 found worse value: 339.989658684. iteration 10100 found worse value: 339.989658684. iteration 10101 found worse value: 339.989658684. iteration 10102 found worse value: 339.989658684. iteration 10103 found worse value: 339.989658684. iteration 10104 found worse value: 339.989658684. iteration 10105 found worse value: 339.989658684. iteration 10106 found worse value: 339.989658684. iteration 10107 found worse value: 339.989658684. iteration 10108 found worse value: 339.989658684. iteration 10109 found worse value: 339.989658684. iteration 10110 found worse value: 339.989658684. iteration 10111 found worse value: 339.989658684. iteration 10112 found worse value: 339.989658684. iteration 10113 found worse value: 339.989658684. iteration 10114 found worse value: 339.989658684. iteration 10115 found worse value: 339.989658684. iteration 10116 found worse value: 339.989658684. iteration 10117 found worse value: 339.989658684. iteration 10118 found worse value: 339.989658684. iteration 10119 found worse value: 339.989658684. iteration 10120 found worse value: 339.989658684. iteration 10121 found worse value: 339.989658684. iteration 10122 found worse value: 339.989658684. iteration 10123 found worse value: 339.989658684. iteration 10124 found worse value: 339.989658684. iteration 10125 found worse value: 339.989658684. iteration 10126 found worse value: 339.989658684. iteration 10127 found worse value: 339.989658684. iteration 10128 found worse value: 339.989658684. iteration 10129 found worse value: 339.989658684. iteration 10130 found worse value: 339.989658684. iteration 10131 found worse value: 339.989658684. iteration 10132 found worse value: 339.989658684. iteration 10133 found worse value: 339.989658684. iteration 10134 found worse value: 339.989658684. iteration 10135 found worse value: 339.989658684. iteration 10136 found worse value: 339.989658684. iteration 10137 found worse value: 339.989658684. iteration 10138 found worse value: 339.989658684. iteration 10139 found worse value: 339.989658684. iteration 10140 found worse value: 339.989658684. iteration 10141 found worse value: 339.989658684. iteration 10142 found worse value: 339.989658684. iteration 10143 found worse value: 339.989658684. iteration 10144 found worse value: 339.989658684. iteration 10145 found worse value: 339.989658684. iteration 10146 found worse value: 339.989658684. iteration 10147 found worse value: 339.989658684. iteration 10148 found worse value: 339.989658684. iteration 10149 found worse value: 339.989658684. iteration 10150 found worse value: 339.989658684. iteration 10151 found worse value: 339.989658684. iteration 10152 found worse value: 339.989658684. iteration 10153 found worse value: 339.989658684. iteration 10154 found worse value: 339.989658684. iteration 10155 found worse value: 339.989658684. iteration 10156 found worse value: 339.989658684. iteration 10157 found worse value: 339.989658684. iteration 10158 found worse value: 339.989658684. iteration 10159 found worse value: 339.989658684. iteration 10160 found worse value: 339.989658684. iteration 10161 found worse value: 339.989658684. iteration 10162 found worse value: 339.989658684. iteration 10163 found worse value: 339.989658684. iteration 10164 found worse value: 339.989658684. iteration 10165 found worse value: 339.989658684. iteration 10166 found worse value: 339.989658684. iteration 10167 found worse value: 339.989658684. iteration 10168 found worse value: 339.989658684. iteration 10169 found worse value: 339.989658684. iteration 10170 found worse value: 339.989658684. iteration 10171 found worse value: 339.989658684. iteration 10172 found worse value: 339.989658684. iteration 10173 found worse value: 339.989658684. iteration 10174 found worse value: 339.989658684. iteration 10175 found worse value: 339.989658684. iteration 10176 found worse value: 339.989658684. iteration 10177 found worse value: 339.989658684. iteration 10178 found worse value: 339.989658684. iteration 10179 found worse value: 339.989658684. iteration 10180 found worse value: 339.989658684. iteration 10181 found worse value: 339.989658684. iteration 10182 found worse value: 339.989658684. iteration 10183 found worse value: 339.989658684. iteration 10184 found worse value: 339.989658684. iteration 10185 found worse value: 339.989658684. iteration 10186 found worse value: 339.989658684. iteration 10187 found worse value: 339.989658684. iteration 10188 found worse value: 339.989658684. iteration 10189 found worse value: 339.989658684. iteration 10190 found worse value: 339.989658684. iteration 10191 found worse value: 339.989658684. iteration 10192 found worse value: 339.989658684. iteration 10193 found worse value: 339.989658684. iteration 10194 found worse value: 339.989658684. iteration 10195 found worse value: 339.989658684. iteration 10196 found worse value: 339.989658684. iteration 10197 found worse value: 339.989658684. iteration 10198 found worse value: 339.989658684. iteration 10199 found worse value: 339.989658684. iteration 10200 found worse value: 339.989658684. iteration 10201 found worse value: 339.989658684. iteration 10202 found worse value: 339.989658684. iteration 10203 found worse value: 339.989658684. iteration 10204 found worse value: 339.989658684. iteration 10205 found worse value: 339.989658684. iteration 10206 found worse value: 339.989658684. iteration 10207 found worse value: 339.989658684. iteration 10208 found worse value: 339.989658684. iteration 10209 found worse value: 339.989658684. iteration 10210 found worse value: 339.989658684. iteration 10211 found worse value: 339.989658684. iteration 10212 found worse value: 339.989658684. iteration 10213 found worse value: 339.989658684. iteration 10214 found worse value: 339.989658684. iteration 10215 found worse value: 339.989658684. iteration 10216 found worse value: 339.989658684. iteration 10217 found worse value: 339.989658684. iteration 10218 found worse value: 339.989658684. iteration 10219 found worse value: 339.989658684. iteration 10220 found worse value: 339.989658684. iteration 10221 found worse value: 339.989658684. iteration 10222 found worse value: 339.989658684. iteration 10223 found worse value: 339.989658684. iteration 10224 found worse value: 339.989658684. iteration 10225 found worse value: 339.989658684. iteration 10226 found worse value: 339.989658684. iteration 10227 found worse value: 339.989658684. iteration 10228 found worse value: 339.989658684. iteration 10229 found worse value: 339.989658684. iteration 10230 found worse value: 339.989658684. iteration 10231 found worse value: 339.989658684. iteration 10232 found worse value: 339.989658684. iteration 10233 found worse value: 339.989658684. iteration 10234 found worse value: 339.989658684. iteration 10235 found worse value: 339.989658684. iteration 10236 found worse value: 339.989658684. iteration 10237 found worse value: 339.989658684. iteration 10238 found worse value: 339.989658684. iteration 10239 found worse value: 339.989658684. iteration 10240 found worse value: 339.989658684. iteration 10241 found worse value: 339.989658684. iteration 10242 found worse value: 339.989658684. iteration 10243 found worse value: 339.989658684. iteration 10244 found worse value: 339.989658684. iteration 10245 found worse value: 339.989658684. iteration 10246 found worse value: 339.989658684. iteration 10247 found worse value: 339.989658684. iteration 10248 found worse value: 339.989658684. iteration 10249 found worse value: 339.989658684. iteration 10250 found worse value: 339.989658684. iteration 10251 found worse value: 339.989658684. iteration 10252 found worse value: 339.989658684. iteration 10253 found worse value: 339.989658684. iteration 10254 found worse value: 339.989658684. iteration 10255 found worse value: 339.989658684. iteration 10256 found worse value: 339.989658684. iteration 10257 found worse value: 339.989658684. iteration 10258 found worse value: 339.989658684. iteration 10259 found worse value: 339.989658684. iteration 10260 found worse value: 339.989658684. iteration 10261 found worse value: 339.989658684. iteration 10262 found worse value: 339.989658684. iteration 10263 found worse value: 339.989658684. iteration 10264 found worse value: 339.989658684. iteration 10265 found worse value: 339.989658684. iteration 10266 found worse value: 339.989658684. iteration 10267 found worse value: 339.989658684. iteration 10268 found worse value: 339.989658684. iteration 10269 found worse value: 339.989658684. iteration 10270 found worse value: 339.989658684. iteration 10271 found worse value: 339.989658684. iteration 10272 found worse value: 339.989658684. iteration 10273 found worse value: 339.989658684. iteration 10274 found worse value: 339.989658684. iteration 10275 found worse value: 339.989658684. iteration 10276 found worse value: 339.989658684. iteration 10277 found worse value: 339.989658684. iteration 10278 found worse value: 339.989658684. iteration 10279 found worse value: 339.989658684. iteration 10280 found worse value: 339.989658684. iteration 10281 found worse value: 339.989658684. iteration 10282 found worse value: 339.989658684. iteration 10283 found worse value: 339.989658684. iteration 10284 found worse value: 339.989658684. iteration 10285 found worse value: 339.989658684. iteration 10286 found worse value: 339.989658684. iteration 10287 found worse value: 339.989658684. iteration 10288 found worse value: 339.989658684. iteration 10289 found worse value: 339.989658684. iteration 10290 found worse value: 339.989658684. iteration 10291 found worse value: 339.989658684. iteration 10292 found worse value: 339.989658684. iteration 10293 found worse value: 339.989658684. iteration 10294 found worse value: 339.989658684. iteration 10295 found worse value: 339.989658684. iteration 10296 found worse value: 339.989658684. iteration 10297 found worse value: 339.989658684. iteration 10298 found worse value: 339.989658684. iteration 10299 found worse value: 339.989658684. iteration 10300 found worse value: 339.989658684. iteration 10301 found worse value: 339.989658684. iteration 10302 found worse value: 339.989658684. iteration 10303 found worse value: 339.989658684. iteration 10304 found worse value: 339.989658684. iteration 10305 found worse value: 339.989658684. iteration 10306 found worse value: 339.989658684. iteration 10307 found worse value: 339.989658684. iteration 10308 found worse value: 339.989658684. iteration 10309 found worse value: 339.989658684. iteration 10310 found worse value: 339.989658684. iteration 10311 found worse value: 339.989658684. iteration 10312 found worse value: 339.989658684. iteration 10313 found worse value: 339.989658684. iteration 10314 found worse value: 339.989658684. iteration 10315 found worse value: 339.989658684. iteration 10316 found worse value: 339.989658684. iteration 10317 found worse value: 339.989658684. iteration 10318 found worse value: 339.989658684. iteration 10319 found worse value: 339.989658684. iteration 10320 found worse value: 339.989658684. iteration 10321 found worse value: 339.989658684. iteration 10322 found worse value: 339.989658684. iteration 10323 found worse value: 339.989658684. iteration 10324 found worse value: 339.989658684. iteration 10325 found worse value: 339.989658684. iteration 10326 found worse value: 339.989658684. iteration 10327 found worse value: 339.989658684. iteration 10328 found worse value: 339.989658684. iteration 10329 found worse value: 339.989658684. iteration 10330 found worse value: 339.989658684. iteration 10331 found worse value: 339.989658684. iteration 10332 found worse value: 339.989658684. iteration 10333 found worse value: 339.989658684. iteration 10334 found worse value: 339.989658684. iteration 10335 found worse value: 339.989658684. iteration 10336 found worse value: 339.989658684. iteration 10337 found worse value: 339.989658684. iteration 10338 found worse value: 339.989658684. iteration 10339 found worse value: 339.989658684. iteration 10340 found worse value: 339.989658684. iteration 10341 found worse value: 339.989658684. iteration 10342 found worse value: 339.989658684. iteration 10343 found worse value: 339.989658684. iteration 10344 found worse value: 339.989658684. iteration 10345 found worse value: 339.989658684. iteration 10346 found worse value: 339.989658684. iteration 10347 found worse value: 339.989658684. iteration 10348 found worse value: 339.989658684. iteration 10349 found worse value: 339.989658684. iteration 10350 found worse value: 339.989658684. iteration 10351 found worse value: 339.989658684. iteration 10352 found worse value: 339.989658684. iteration 10353 found worse value: 339.989658684. iteration 10354 found worse value: 339.989658684. iteration 10355 found worse value: 339.989658684. iteration 10356 found worse value: 339.989658684. iteration 10357 found worse value: 339.989658684. iteration 10358 found worse value: 339.989658684. iteration 10359 found worse value: 339.989658684. iteration 10360 found worse value: 339.989658684. iteration 10361 found worse value: 339.989658684. iteration 10362 found worse value: 339.989658684. iteration 10363 found worse value: 339.989658684. iteration 10364 found worse value: 339.989658684. iteration 10365 found worse value: 339.989658684. iteration 10366 found worse value: 339.989658684. iteration 10367 found worse value: 339.989658684. iteration 10368 found worse value: 339.989658684. iteration 10369 found worse value: 339.989658684. iteration 10370 found worse value: 339.989658684. iteration 10371 found worse value: 339.989658684. iteration 10372 found worse value: 339.989658684. iteration 10373 found worse value: 339.989658684. iteration 10374 found worse value: 339.989658684. iteration 10375 found worse value: 339.989658684. iteration 10376 found worse value: 339.989658684. iteration 10377 found worse value: 339.989658684. iteration 10378 found worse value: 339.989658684. iteration 10379 found worse value: 339.989658684. iteration 10380 found worse value: 339.989658684. iteration 10381 found worse value: 339.989658684. iteration 10382 found worse value: 339.989658684. iteration 10383 found worse value: 339.989658684. iteration 10384 found worse value: 339.989658684. iteration 10385 found worse value: 339.989658684. iteration 10386 found worse value: 339.989658684. iteration 10387 found worse value: 339.989658684. iteration 10388 found worse value: 339.989658684. iteration 10389 found worse value: 339.989658684. iteration 10390 found worse value: 339.989658684. iteration 10391 found worse value: 339.989658684. iteration 10392 found worse value: 339.989658684. iteration 10393 found worse value: 339.989658684. iteration 10394 found worse value: 339.989658684. iteration 10395 found worse value: 339.989658684. iteration 10396 found worse value: 339.989658684. iteration 10397 found worse value: 339.989658684. iteration 10398 found worse value: 339.989658684. iteration 10399 found worse value: 339.989658684. iteration 10400 found worse value: 339.989658684. iteration 10401 found worse value: 339.989658684. iteration 10402 found worse value: 339.989658684. iteration 10403 found worse value: 339.989658684. iteration 10404 found worse value: 339.989658684. iteration 10405 found worse value: 339.989658684. iteration 10406 found worse value: 339.989658684. iteration 10407 found worse value: 339.989658684. iteration 10408 found worse value: 339.989658684. iteration 10409 found worse value: 339.989658684. iteration 10410 found worse value: 339.989658684. iteration 10411 found worse value: 339.989658684. iteration 10412 found worse value: 339.989658684. iteration 10413 found worse value: 339.989658684. iteration 10414 found worse value: 339.989658684. iteration 10415 found worse value: 339.989658684. iteration 10416 found worse value: 339.989658684. iteration 10417 found worse value: 339.989658684. iteration 10418 found worse value: 339.989658684. iteration 10419 found worse value: 339.989658684. iteration 10420 found worse value: 339.989658684. iteration 10421 found worse value: 339.989658684. iteration 10422 found worse value: 339.989658684. iteration 10423 found worse value: 339.989658684. iteration 10424 found worse value: 339.989658684. iteration 10425 found worse value: 339.989658684. iteration 10426 found worse value: 339.989658684. iteration 10427 found worse value: 339.989658684. iteration 10428 found worse value: 339.989658684. iteration 10429 found worse value: 339.989658684. iteration 10430 found worse value: 339.989658684. iteration 10431 found worse value: 339.989658684. iteration 10432 found worse value: 339.989658684. iteration 10433 found worse value: 339.989658684. iteration 10434 found worse value: 339.989658684. iteration 10435 found worse value: 339.989658684. iteration 10436 found worse value: 339.989658684. iteration 10437 found worse value: 339.989658684. iteration 10438 found worse value: 339.989658684. iteration 10439 found worse value: 339.989658684. iteration 10440 found worse value: 339.989658684. iteration 10441 found worse value: 339.989658684. iteration 10442 found worse value: 339.989658684. iteration 10443 found worse value: 339.989658684. iteration 10444 found worse value: 339.989658684. iteration 10445 found worse value: 339.989658684. iteration 10446 found worse value: 339.989658684. iteration 10447 found worse value: 339.989658684. iteration 10448 found worse value: 339.989658684. iteration 10449 found worse value: 339.989658684. iteration 10450 found worse value: 339.989658684. iteration 10451 found worse value: 339.989658684. iteration 10452 found worse value: 339.989658684. iteration 10453 found worse value: 339.989658684. iteration 10454 found worse value: 339.989658684. iteration 10455 found worse value: 339.989658684. iteration 10456 found worse value: 339.989658684. iteration 10457 found worse value: 339.989658684. iteration 10458 found worse value: 339.989658684. iteration 10459 found worse value: 339.989658684. iteration 10460 found worse value: 339.989658684. iteration 10461 found worse value: 339.989658684. iteration 10462 found worse value: 339.989658684. iteration 10463 found worse value: 339.989658684. iteration 10464 found worse value: 339.989658684. iteration 10465 found worse value: 339.989658684. iteration 10466 found worse value: 339.989658684. iteration 10467 found worse value: 339.989658684. iteration 10468 found worse value: 339.989658684. iteration 10469 found worse value: 339.989658684. iteration 10470 found worse value: 339.989658684. iteration 10471 found worse value: 339.989658684. iteration 10472 found worse value: 339.989658684. iteration 10473 found worse value: 339.989658684. iteration 10474 found worse value: 339.989658684. iteration 10475 found worse value: 339.989658684. iteration 10476 found worse value: 339.989658684. iteration 10477 found worse value: 339.989658684. iteration 10478 found worse value: 339.989658684. iteration 10479 found worse value: 339.989658684. iteration 10480 found worse value: 339.989658684. iteration 10481 found worse value: 339.989658684. iteration 10482 found worse value: 339.989658684. iteration 10483 found worse value: 339.989658684. iteration 10484 found worse value: 339.989658684. iteration 10485 found worse value: 339.989658684. iteration 10486 found worse value: 339.989658684. iteration 10487 found worse value: 339.989658684. iteration 10488 found worse value: 339.989658684. iteration 10489 found worse value: 339.989658684. iteration 10490 found worse value: 339.989658684. iteration 10491 found worse value: 339.989658684. iteration 10492 found worse value: 339.989658684. iteration 10493 found worse value: 339.989658684. iteration 10494 found worse value: 339.989658684. iteration 10495 found worse value: 339.989658684. iteration 10496 found worse value: 339.989658684. iteration 10497 found worse value: 339.989658684. iteration 10498 found worse value: 339.989658684. iteration 10499 found worse value: 339.989658684. iteration 10500 found worse value: 339.989658684. iteration 10501 found worse value: 339.989658684. iteration 10502 found worse value: 339.989658684. iteration 10503 found worse value: 339.989658684. iteration 10504 found worse value: 339.989658684. iteration 10505 found worse value: 339.989658684. iteration 10506 found worse value: 339.989658684. iteration 10507 found worse value: 339.989658684. iteration 10508 found worse value: 339.989658684. iteration 10509 found worse value: 339.989658684. iteration 10510 found worse value: 339.989658684. iteration 10511 found worse value: 339.989658684. iteration 10512 found worse value: 339.989658684. iteration 10513 found worse value: 339.989658684. iteration 10514 found worse value: 339.989658684. iteration 10515 found worse value: 339.989658684. iteration 10516 found worse value: 339.989658684. iteration 10517 found worse value: 339.989658684. iteration 10518 found worse value: 339.989658684. iteration 10519 found worse value: 339.989658684. iteration 10520 found worse value: 339.989658684. iteration 10521 found worse value: 339.989658684. iteration 10522 found worse value: 339.989658684. iteration 10523 found worse value: 339.989658684. iteration 10524 found worse value: 339.989658684. iteration 10525 found worse value: 339.989658684. iteration 10526 found worse value: 339.989658684. iteration 10527 found worse value: 339.989658684. iteration 10528 found worse value: 339.989658684. iteration 10529 found worse value: 339.989658684. iteration 10530 found worse value: 339.989658684. iteration 10531 found worse value: 339.989658684. iteration 10532 found worse value: 339.989658684. iteration 10533 found worse value: 339.989658684. iteration 10534 found worse value: 339.989658684. iteration 10535 found worse value: 339.989658684. iteration 10536 found worse value: 339.989658684. iteration 10537 found worse value: 339.989658684. iteration 10538 found worse value: 339.989658684. iteration 10539 found worse value: 339.989658684. iteration 10540 found worse value: 339.989658684. iteration 10541 found worse value: 339.989658684. iteration 10542 found worse value: 339.989658684. iteration 10543 found worse value: 339.989658684. iteration 10544 found worse value: 339.989658684. iteration 10545 found worse value: 339.989658684. iteration 10546 found worse value: 339.989658684. iteration 10547 found worse value: 339.989658684. iteration 10548 found worse value: 339.989658684. iteration 10549 found worse value: 339.989658684. iteration 10550 found worse value: 339.989658684. iteration 10551 found worse value: 339.989658684. iteration 10552 found worse value: 339.989658684. iteration 10553 found worse value: 339.989658684. iteration 10554 found worse value: 339.989658684. iteration 10555 found worse value: 339.989658684. iteration 10556 found worse value: 339.989658684. iteration 10557 found worse value: 339.989658684. iteration 10558 found worse value: 339.989658684. iteration 10559 found worse value: 339.989658684. iteration 10560 found worse value: 339.989658684. iteration 10561 found worse value: 339.989658684. iteration 10562 found worse value: 339.989658684. iteration 10563 found worse value: 339.989658684. iteration 10564 found worse value: 339.989658684. iteration 10565 found worse value: 339.989658684. iteration 10566 found worse value: 339.989658684. iteration 10567 found worse value: 339.989658684. iteration 10568 found worse value: 339.989658684. iteration 10569 found worse value: 339.989658684. iteration 10570 found worse value: 339.989658684. iteration 10571 found worse value: 339.989658684. iteration 10572 found worse value: 339.989658684. iteration 10573 found worse value: 339.989658684. iteration 10574 found worse value: 339.989658684. iteration 10575 found worse value: 339.989658684. iteration 10576 found worse value: 339.989658684. iteration 10577 found worse value: 339.989658684. iteration 10578 found worse value: 339.989658684. iteration 10579 found worse value: 339.989658684. iteration 10580 found worse value: 339.989658684. iteration 10581 found worse value: 339.989658684. iteration 10582 found worse value: 339.989658684. iteration 10583 found worse value: 339.989658684. iteration 10584 found worse value: 339.989658684. iteration 10585 found worse value: 339.989658684. iteration 10586 found worse value: 339.989658684. iteration 10587 found worse value: 339.989658684. iteration 10588 found worse value: 339.989658684. iteration 10589 found worse value: 339.989658684. iteration 10590 found worse value: 339.989658684. iteration 10591 found worse value: 339.989658684. iteration 10592 found worse value: 339.989658684. iteration 10593 found worse value: 339.989658684. iteration 10594 found worse value: 339.989658684. iteration 10595 found worse value: 339.989658684. iteration 10596 found worse value: 339.989658684. iteration 10597 found worse value: 339.989658684. iteration 10598 found worse value: 339.989658684. iteration 10599 found worse value: 339.989658684. iteration 10600 found worse value: 339.989658684. iteration 10601 found worse value: 339.989658684. iteration 10602 found worse value: 339.989658684. iteration 10603 found worse value: 339.989658684. iteration 10604 found worse value: 339.989658684. iteration 10605 found worse value: 339.989658684. iteration 10606 found worse value: 339.989658684. iteration 10607 found worse value: 339.989658684. iteration 10608 found worse value: 339.989658684. iteration 10609 found worse value: 339.989658684. iteration 10610 found worse value: 339.989658684. iteration 10611 found worse value: 339.989658684. iteration 10612 found worse value: 339.989658684. iteration 10613 found worse value: 339.989658684. iteration 10614 found worse value: 339.989658684. iteration 10615 found worse value: 339.989658684. iteration 10616 found worse value: 339.989658684. iteration 10617 found worse value: 339.989658684. iteration 10618 found worse value: 339.989658684. iteration 10619 found worse value: 339.989658684. iteration 10620 found worse value: 339.989658684. iteration 10621 found worse value: 339.989658684. iteration 10622 found worse value: 339.989658684. iteration 10623 found worse value: 339.989658684. iteration 10624 found worse value: 339.989658684. iteration 10625 found worse value: 339.989658684. iteration 10626 found worse value: 339.989658684. iteration 10627 found worse value: 339.989658684. iteration 10628 found worse value: 339.989658684. iteration 10629 found worse value: 339.989658684. iteration 10630 found worse value: 339.989658684. iteration 10631 found worse value: 339.989658684. iteration 10632 found worse value: 339.989658684. iteration 10633 found worse value: 339.989658684. iteration 10634 found worse value: 339.989658684. iteration 10635 found worse value: 339.989658684. iteration 10636 found worse value: 339.989658684. iteration 10637 found worse value: 339.989658684. iteration 10638 found worse value: 339.989658684. iteration 10639 found worse value: 339.989658684. iteration 10640 found worse value: 339.989658684. iteration 10641 found worse value: 339.989658684. iteration 10642 found worse value: 339.989658684. iteration 10643 found worse value: 339.989658684. iteration 10644 found worse value: 339.989658684. iteration 10645 found worse value: 339.989658684. iteration 10646 found worse value: 339.989658684. iteration 10647 found worse value: 339.989658684. iteration 10648 found worse value: 339.989658684. iteration 10649 found worse value: 339.989658684. iteration 10650 found worse value: 339.989658684. iteration 10651 found worse value: 339.989658684. iteration 10652 found worse value: 339.989658684. iteration 10653 found worse value: 339.989658684. iteration 10654 found worse value: 339.989658684. iteration 10655 found worse value: 339.989658684. iteration 10656 found worse value: 339.989658684. iteration 10657 found worse value: 339.989658684. iteration 10658 found worse value: 339.989658684. iteration 10659 found worse value: 339.989658684. iteration 10660 found worse value: 339.989658684. iteration 10661 found worse value: 339.989658684. iteration 10662 found worse value: 339.989658684. iteration 10663 found worse value: 339.989658684. iteration 10664 found worse value: 339.989658684. iteration 10665 found worse value: 339.989658684. iteration 10666 found worse value: 339.989658684. iteration 10667 found worse value: 339.989658684. iteration 10668 found worse value: 339.989658684. iteration 10669 found worse value: 339.989658684. iteration 10670 found worse value: 339.989658684. iteration 10671 found worse value: 339.989658684. iteration 10672 found worse value: 339.989658684. iteration 10673 found worse value: 339.989658684. iteration 10674 found worse value: 339.989658684. iteration 10675 found worse value: 339.989658684. iteration 10676 found worse value: 339.989658684. iteration 10677 found worse value: 339.989658684. iteration 10678 found worse value: 339.989658684. iteration 10679 found worse value: 339.989658684. iteration 10680 found worse value: 339.989658684. iteration 10681 found worse value: 339.989658684. iteration 10682 found worse value: 339.989658684. iteration 10683 found worse value: 339.989658684. iteration 10684 found worse value: 339.989658684. iteration 10685 found worse value: 339.989658684. iteration 10686 found worse value: 339.989658684. iteration 10687 found worse value: 339.989658684. iteration 10688 found worse value: 339.989658684. iteration 10689 found worse value: 339.989658684. iteration 10690 found worse value: 339.989658684. iteration 10691 found worse value: 339.989658684. iteration 10692 found worse value: 339.989658684. iteration 10693 found worse value: 339.989658684. iteration 10694 found worse value: 339.989658684. iteration 10695 found worse value: 339.989658684. iteration 10696 found worse value: 339.989658684. iteration 10697 found worse value: 339.989658684. iteration 10698 found worse value: 339.989658684. iteration 10699 found worse value: 339.989658684. iteration 10700 found worse value: 339.989658684. iteration 10701 found worse value: 339.989658684. iteration 10702 found worse value: 339.989658684. iteration 10703 found worse value: 339.989658684. iteration 10704 found worse value: 339.989658684. iteration 10705 found worse value: 339.989658684. iteration 10706 found worse value: 339.989658684. iteration 10707 found worse value: 339.989658684. iteration 10708 found worse value: 339.989658684. iteration 10709 found worse value: 339.989658684. iteration 10710 found worse value: 339.989658684. iteration 10711 found worse value: 339.989658684. iteration 10712 found worse value: 339.989658684. iteration 10713 found worse value: 339.989658684. iteration 10714 found worse value: 339.989658684. iteration 10715 found worse value: 339.989658684. iteration 10716 found worse value: 339.989658684. iteration 10717 found worse value: 339.989658684. iteration 10718 found worse value: 339.989658684. iteration 10719 found worse value: 339.989658684. iteration 10720 found worse value: 339.989658684. iteration 10721 found worse value: 339.989658684. iteration 10722 found worse value: 339.989658684. iteration 10723 found worse value: 339.989658684. iteration 10724 found worse value: 339.989658684. iteration 10725 found worse value: 339.989658684. iteration 10726 found worse value: 339.989658684. iteration 10727 found worse value: 339.989658684. iteration 10728 found worse value: 339.989658684. iteration 10729 found worse value: 339.989658684. iteration 10730 found worse value: 339.989658684. iteration 10731 found worse value: 339.989658684. iteration 10732 found worse value: 339.989658684. iteration 10733 found worse value: 339.989658684. iteration 10734 found worse value: 339.989658684. iteration 10735 found worse value: 339.989658684. iteration 10736 found worse value: 339.989658684. iteration 10737 found worse value: 339.989658684. iteration 10738 found worse value: 339.989658684. iteration 10739 found worse value: 339.989658684. iteration 10740 found worse value: 339.989658684. iteration 10741 found worse value: 339.989658684. iteration 10742 found worse value: 339.989658684. iteration 10743 found worse value: 339.989658684. iteration 10744 found worse value: 339.989658684. iteration 10745 found worse value: 339.989658684. iteration 10746 found worse value: 339.989658684. iteration 10747 found worse value: 339.989658684. iteration 10748 found worse value: 339.989658684. iteration 10749 found worse value: 339.989658684. iteration 10750 found worse value: 339.989658684. iteration 10751 found worse value: 339.989658684. iteration 10752 found worse value: 339.989658684. iteration 10753 found worse value: 339.989658684. iteration 10754 found worse value: 339.989658684. iteration 10755 found worse value: 339.989658684. iteration 10756 found worse value: 339.989658684. iteration 10757 found worse value: 339.989658684. iteration 10758 found worse value: 339.989658684. iteration 10759 found worse value: 339.989658684. iteration 10760 found worse value: 339.989658684. iteration 10761 found worse value: 339.989658684. iteration 10762 found worse value: 339.989658684. iteration 10763 found worse value: 339.989658684. iteration 10764 found worse value: 339.989658684. iteration 10765 found worse value: 339.989658684. iteration 10766 found worse value: 339.989658684. iteration 10767 found worse value: 339.989658684. iteration 10768 found worse value: 339.989658684. iteration 10769 found worse value: 339.989658684. iteration 10770 found worse value: 339.989658684. iteration 10771 found worse value: 339.989658684. iteration 10772 found worse value: 339.989658684. iteration 10773 found worse value: 339.989658684. iteration 10774 found worse value: 339.989658684. iteration 10775 found worse value: 339.989658684. iteration 10776 found worse value: 339.989658684. iteration 10777 found worse value: 339.989658684. iteration 10778 found worse value: 339.989658684. iteration 10779 found worse value: 339.989658684. iteration 10780 found worse value: 339.989658684. iteration 10781 found worse value: 339.989658684. iteration 10782 found worse value: 339.989658684. iteration 10783 found worse value: 339.989658684. iteration 10784 found worse value: 339.989658684. iteration 10785 found worse value: 339.989658684. iteration 10786 found worse value: 339.989658684. iteration 10787 found worse value: 339.989658684. iteration 10788 found worse value: 339.989658684. iteration 10789 found worse value: 339.989658684. iteration 10790 found worse value: 339.989658684. iteration 10791 found worse value: 339.989658684. iteration 10792 found worse value: 339.989658684. iteration 10793 found worse value: 339.989658684. iteration 10794 found worse value: 339.989658684. iteration 10795 found worse value: 339.989658684. iteration 10796 found worse value: 339.989658684. iteration 10797 found worse value: 339.989658684. iteration 10798 found worse value: 339.989658684. iteration 10799 found worse value: 339.989658684. iteration 10800 found worse value: 339.989658684. iteration 10801 found worse value: 339.989658684. iteration 10802 found worse value: 339.989658684. iteration 10803 found worse value: 339.989658684. iteration 10804 found worse value: 339.989658684. iteration 10805 found worse value: 339.989658684. iteration 10806 found worse value: 339.989658684. iteration 10807 found worse value: 339.989658684. iteration 10808 found worse value: 339.989658684. iteration 10809 found worse value: 339.989658684. iteration 10810 found worse value: 339.989658684. iteration 10811 found worse value: 339.989658684. iteration 10812 found worse value: 339.989658684. iteration 10813 found worse value: 339.989658684. iteration 10814 found worse value: 339.989658684. iteration 10815 found worse value: 339.989658684. iteration 10816 found worse value: 339.989658684. iteration 10817 found worse value: 339.989658684. iteration 10818 found worse value: 339.989658684. iteration 10819 found worse value: 339.989658684. iteration 10820 found worse value: 339.989658684. iteration 10821 found worse value: 339.989658684. iteration 10822 found worse value: 339.989658684. iteration 10823 found worse value: 339.989658684. iteration 10824 found worse value: 339.989658684. iteration 10825 found worse value: 339.989658684. iteration 10826 found worse value: 339.989658684. iteration 10827 found worse value: 339.989658684. iteration 10828 found worse value: 339.989658684. iteration 10829 found worse value: 339.989658684. iteration 10830 found worse value: 339.989658684. iteration 10831 found worse value: 339.989658684. iteration 10832 found worse value: 339.989658684. iteration 10833 found worse value: 339.989658684. iteration 10834 found worse value: 339.989658684. iteration 10835 found worse value: 339.989658684. iteration 10836 found worse value: 339.989658684. iteration 10837 found worse value: 339.989658684. iteration 10838 found worse value: 339.989658684. iteration 10839 found worse value: 339.989658684. iteration 10840 found worse value: 339.989658684. iteration 10841 found worse value: 339.989658684. iteration 10842 found worse value: 339.989658684. iteration 10843 found worse value: 339.989658684. iteration 10844 found worse value: 339.989658684. iteration 10845 found worse value: 339.989658684. iteration 10846 found worse value: 339.989658684. iteration 10847 found worse value: 339.989658684. iteration 10848 found worse value: 339.989658684. iteration 10849 found worse value: 339.989658684. iteration 10850 found worse value: 339.989658684. iteration 10851 found worse value: 339.989658684. iteration 10852 found worse value: 339.989658684. iteration 10853 found worse value: 339.989658684. iteration 10854 found worse value: 339.989658684. iteration 10855 found worse value: 339.989658684. iteration 10856 found worse value: 339.989658684. iteration 10857 found worse value: 339.989658684. iteration 10858 found worse value: 339.989658684. iteration 10859 found worse value: 339.989658684. iteration 10860 found worse value: 339.989658684. iteration 10861 found worse value: 339.989658684. iteration 10862 found worse value: 339.989658684. iteration 10863 found worse value: 339.989658684. iteration 10864 found worse value: 339.989658684. iteration 10865 found worse value: 339.989658684. iteration 10866 found worse value: 339.989658684. iteration 10867 found worse value: 339.989658684. iteration 10868 found worse value: 339.989658684. iteration 10869 found worse value: 339.989658684. iteration 10870 found worse value: 339.989658684. iteration 10871 found worse value: 339.989658684. iteration 10872 found worse value: 339.989658684. iteration 10873 found worse value: 339.989658684. iteration 10874 found worse value: 339.989658684. iteration 10875 found worse value: 339.989658684. iteration 10876 found worse value: 339.989658684. iteration 10877 found worse value: 339.989658684. iteration 10878 found worse value: 339.989658684. iteration 10879 found worse value: 339.989658684. iteration 10880 found worse value: 339.989658684. iteration 10881 found worse value: 339.989658684. iteration 10882 found worse value: 339.989658684. iteration 10883 found worse value: 339.989658684. iteration 10884 found worse value: 339.989658684. iteration 10885 found worse value: 339.989658684. iteration 10886 found worse value: 339.989658684. iteration 10887 found worse value: 339.989658684. iteration 10888 found worse value: 339.989658684. iteration 10889 found worse value: 339.989658684. iteration 10890 found worse value: 339.989658684. iteration 10891 found worse value: 339.989658684. iteration 10892 found worse value: 339.989658684. iteration 10893 found worse value: 339.989658684. iteration 10894 found worse value: 339.989658684. iteration 10895 found worse value: 339.989658684. iteration 10896 found worse value: 339.989658684. iteration 10897 found worse value: 339.989658684. iteration 10898 found worse value: 339.989658684. iteration 10899 found worse value: 339.989658684. iteration 10900 found worse value: 339.989658684. iteration 10901 found worse value: 339.989658684. iteration 10902 found worse value: 339.989658684. iteration 10903 found worse value: 339.989658684. iteration 10904 found worse value: 339.989658684. iteration 10905 found worse value: 339.989658684. iteration 10906 found worse value: 339.989658684. iteration 10907 found worse value: 339.989658684. iteration 10908 found worse value: 339.989658684. iteration 10909 found worse value: 339.989658684. iteration 10910 found worse value: 339.989658684. iteration 10911 found worse value: 339.989658684. iteration 10912 found worse value: 339.989658684. iteration 10913 found worse value: 339.989658684. iteration 10914 found worse value: 339.989658684. iteration 10915 found worse value: 339.989658684. iteration 10916 found worse value: 339.989658684. iteration 10917 found worse value: 339.989658684. iteration 10918 found worse value: 339.989658684. iteration 10919 found worse value: 339.989658684. iteration 10920 found worse value: 339.989658684. iteration 10921 found worse value: 339.989658684. iteration 10922 found worse value: 339.989658684. iteration 10923 found worse value: 339.989658684. iteration 10924 found worse value: 339.989658684. iteration 10925 found worse value: 339.989658684. iteration 10926 found worse value: 339.989658684. iteration 10927 found worse value: 339.989658684. iteration 10928 found worse value: 339.989658684. iteration 10929 found worse value: 339.989658684. iteration 10930 found worse value: 339.989658684. iteration 10931 found worse value: 339.989658684. iteration 10932 found worse value: 339.989658684. iteration 10933 found worse value: 339.989658684. iteration 10934 found worse value: 339.989658684. iteration 10935 found worse value: 339.989658684. iteration 10936 found worse value: 339.989658684. iteration 10937 found worse value: 339.989658684. iteration 10938 found worse value: 339.989658684. iteration 10939 found worse value: 339.989658684. iteration 10940 found worse value: 339.989658684. iteration 10941 found worse value: 339.989658684. iteration 10942 found worse value: 339.989658684. iteration 10943 found worse value: 339.989658684. iteration 10944 found worse value: 339.989658684. iteration 10945 found worse value: 339.989658684. iteration 10946 found worse value: 339.989658684. iteration 10947 found worse value: 339.989658684. iteration 10948 found worse value: 339.989658684. iteration 10949 found worse value: 339.989658684. iteration 10950 found worse value: 339.989658684. iteration 10951 found worse value: 339.989658684. iteration 10952 found worse value: 339.989658684. iteration 10953 found worse value: 339.989658684. iteration 10954 found worse value: 339.989658684. iteration 10955 found worse value: 339.989658684. iteration 10956 found worse value: 339.989658684. iteration 10957 found worse value: 339.989658684. iteration 10958 found worse value: 339.989658684. iteration 10959 found worse value: 339.989658684. iteration 10960 found worse value: 339.989658684. iteration 10961 found worse value: 339.989658684. iteration 10962 found worse value: 339.989658684. iteration 10963 found worse value: 339.989658684. iteration 10964 found worse value: 339.989658684. iteration 10965 found worse value: 339.989658684. iteration 10966 found worse value: 339.989658684. iteration 10967 found worse value: 339.989658684. iteration 10968 found worse value: 339.989658684. iteration 10969 found worse value: 339.989658684. iteration 10970 found worse value: 339.989658684. iteration 10971 found worse value: 339.989658684. iteration 10972 found worse value: 339.989658684. iteration 10973 found worse value: 339.989658684. iteration 10974 found worse value: 339.989658684. iteration 10975 found worse value: 339.989658684. iteration 10976 found worse value: 339.989658684. iteration 10977 found worse value: 339.989658684. iteration 10978 found worse value: 339.989658684. iteration 10979 found worse value: 339.989658684. iteration 10980 found worse value: 339.989658684. iteration 10981 found worse value: 339.989658684. iteration 10982 found worse value: 339.989658684. iteration 10983 found worse value: 339.989658684. iteration 10984 found worse value: 339.989658684. iteration 10985 found worse value: 339.989658684. iteration 10986 found worse value: 339.989658684. iteration 10987 found worse value: 339.989658684. iteration 10988 found worse value: 339.989658684. iteration 10989 found worse value: 339.989658684. iteration 10990 found worse value: 339.989658684. iteration 10991 found worse value: 339.989658684. iteration 10992 found worse value: 339.989658684. iteration 10993 found worse value: 339.989658684. iteration 10994 found worse value: 339.989658684. iteration 10995 found worse value: 339.989658684. iteration 10996 found worse value: 339.989658684. iteration 10997 found worse value: 339.989658684. iteration 10998 found worse value: 339.989658684. iteration 10999 found worse value: 339.989658684. iteration 11000 found worse value: 339.989658684. iteration 11001 found worse value: 339.989658684. iteration 11002 found worse value: 339.989658684. iteration 11003 found worse value: 339.989658684. iteration 11004 found worse value: 339.989658684. iteration 11005 found worse value: 339.989658684. iteration 11006 found worse value: 339.989658684. iteration 11007 found worse value: 339.989658684. iteration 11008 found worse value: 339.989658684. iteration 11009 found worse value: 339.989658684. iteration 11010 found worse value: 339.989658684. iteration 11011 found worse value: 339.989658684. iteration 11012 found worse value: 339.989658684. iteration 11013 found worse value: 339.989658684. iteration 11014 found worse value: 339.989658684. iteration 11015 found worse value: 339.989658684. iteration 11016 found worse value: 339.989658684. iteration 11017 found worse value: 339.989658684. iteration 11018 found worse value: 339.989658684. iteration 11019 found worse value: 339.989658684. iteration 11020 found worse value: 339.989658684. iteration 11021 found worse value: 339.989658684. iteration 11022 found worse value: 339.989658684. iteration 11023 found worse value: 339.989658684. iteration 11024 found worse value: 339.989658684. iteration 11025 found worse value: 339.989658684. iteration 11026 found worse value: 339.989658684. iteration 11027 found worse value: 339.989658684. iteration 11028 found worse value: 339.989658684. iteration 11029 found worse value: 339.989658684. iteration 11030 found worse value: 339.989658684. iteration 11031 found worse value: 339.989658684. iteration 11032 found worse value: 339.989658684. iteration 11033 found worse value: 339.989658684. iteration 11034 found worse value: 339.989658684. iteration 11035 found worse value: 339.989658684. iteration 11036 found worse value: 339.989658684. iteration 11037 found worse value: 339.989658684. iteration 11038 found worse value: 339.989658684. iteration 11039 found worse value: 339.989658684. iteration 11040 found worse value: 339.989658684. iteration 11041 found worse value: 339.989658684. iteration 11042 found worse value: 339.989658684. iteration 11043 found worse value: 339.989658684. iteration 11044 found worse value: 339.989658684. iteration 11045 found worse value: 339.989658684. iteration 11046 found worse value: 339.989658684. iteration 11047 found worse value: 339.989658684. iteration 11048 found worse value: 339.989658684. iteration 11049 found worse value: 339.989658684. iteration 11050 found worse value: 339.989658684. iteration 11051 found worse value: 339.989658684. iteration 11052 found worse value: 339.989658684. iteration 11053 found worse value: 339.989658684. iteration 11054 found worse value: 339.989658684. iteration 11055 found worse value: 339.989658684. iteration 11056 found worse value: 339.989658684. iteration 11057 found worse value: 339.989658684. iteration 11058 found worse value: 339.989658684. iteration 11059 found worse value: 339.989658684. iteration 11060 found worse value: 339.989658684. iteration 11061 found worse value: 339.989658684. iteration 11062 found worse value: 339.989658684. iteration 11063 found worse value: 339.989658684. iteration 11064 found worse value: 339.989658684. iteration 11065 found worse value: 339.989658684. iteration 11066 found worse value: 339.989658684. iteration 11067 found worse value: 339.989658684. iteration 11068 found worse value: 339.989658684. iteration 11069 found worse value: 339.989658684. iteration 11070 found worse value: 339.989658684. iteration 11071 found worse value: 339.989658684. iteration 11072 found worse value: 339.989658684. iteration 11073 found worse value: 339.989658684. iteration 11074 found worse value: 339.989658684. iteration 11075 found worse value: 339.989658684. iteration 11076 found worse value: 339.989658684. iteration 11077 found worse value: 339.989658684. iteration 11078 found worse value: 339.989658684. iteration 11079 found worse value: 339.989658684. iteration 11080 found worse value: 339.989658684. iteration 11081 found worse value: 339.989658684. iteration 11082 found worse value: 339.989658684. iteration 11083 found worse value: 339.989658684. iteration 11084 found worse value: 339.989658684. iteration 11085 found worse value: 339.989658684. iteration 11086 found worse value: 339.989658684. iteration 11087 found worse value: 339.989658684. iteration 11088 found worse value: 339.989658684. iteration 11089 found worse value: 339.989658684. iteration 11090 found worse value: 339.989658684. iteration 11091 found worse value: 339.989658684. iteration 11092 found worse value: 339.989658684. iteration 11093 found worse value: 339.989658684. iteration 11094 found worse value: 339.989658684. iteration 11095 found worse value: 339.989658684. iteration 11096 found worse value: 339.989658684. iteration 11097 found worse value: 339.989658684. iteration 11098 found worse value: 339.989658684. iteration 11099 found worse value: 339.989658684. iteration 11100 found worse value: 339.989658684. iteration 11101 found worse value: 339.989658684. iteration 11102 found worse value: 339.989658684. iteration 11103 found worse value: 339.989658684. iteration 11104 found worse value: 339.989658684. iteration 11105 found worse value: 339.989658684. iteration 11106 found worse value: 339.989658684. iteration 11107 found worse value: 339.989658684. iteration 11108 found worse value: 339.989658684. iteration 11109 found worse value: 339.989658684. iteration 11110 found worse value: 339.989658684. iteration 11111 found worse value: 339.989658684. iteration 11112 found worse value: 339.989658684. iteration 11113 found worse value: 339.989658684. iteration 11114 found worse value: 339.989658684. iteration 11115 found worse value: 339.989658684. iteration 11116 found worse value: 339.989658684. iteration 11117 found worse value: 339.989658684. iteration 11118 found worse value: 339.989658684. iteration 11119 found worse value: 339.989658684. iteration 11120 found worse value: 339.989658684. iteration 11121 found worse value: 339.989658684. iteration 11122 found worse value: 339.989658684. iteration 11123 found worse value: 339.989658684. iteration 11124 found worse value: 339.989658684. iteration 11125 found worse value: 339.989658684. iteration 11126 found worse value: 339.989658684. iteration 11127 found worse value: 339.989658684. iteration 11128 found worse value: 339.989658684. iteration 11129 found worse value: 339.989658684. iteration 11130 found worse value: 339.989658684. iteration 11131 found worse value: 339.989658684. iteration 11132 found worse value: 339.989658684. iteration 11133 found worse value: 339.989658684. iteration 11134 found worse value: 339.989658684. iteration 11135 found worse value: 339.989658684. iteration 11136 found worse value: 339.989658684. iteration 11137 found worse value: 339.989658684. iteration 11138 found worse value: 339.989658684. iteration 11139 found worse value: 339.989658684. iteration 11140 found worse value: 339.989658684. iteration 11141 found worse value: 339.989658684. iteration 11142 found worse value: 339.989658684. iteration 11143 found worse value: 339.989658684. iteration 11144 found worse value: 339.989658684. iteration 11145 found worse value: 339.989658684. iteration 11146 found worse value: 339.989658684. iteration 11147 found worse value: 339.989658684. iteration 11148 found worse value: 339.989658684. iteration 11149 found worse value: 339.989658684. iteration 11150 found worse value: 339.989658684. iteration 11151 found worse value: 339.989658684. iteration 11152 found worse value: 339.989658684. iteration 11153 found worse value: 339.989658684. iteration 11154 found worse value: 339.989658684. iteration 11155 found worse value: 339.989658684. iteration 11156 found worse value: 339.989658684. iteration 11157 found worse value: 339.989658684. iteration 11158 found worse value: 339.989658684. iteration 11159 found worse value: 339.989658684. iteration 11160 found worse value: 339.989658684. iteration 11161 found worse value: 339.989658684. iteration 11162 found worse value: 339.989658684. iteration 11163 found worse value: 339.989658684. iteration 11164 found worse value: 339.989658684. iteration 11165 found worse value: 339.989658684. iteration 11166 found worse value: 339.989658684. iteration 11167 found worse value: 339.989658684. iteration 11168 found worse value: 339.989658684. iteration 11169 found worse value: 339.989658684. iteration 11170 found worse value: 339.989658684. iteration 11171 found worse value: 339.989658684. iteration 11172 found worse value: 339.989658684. iteration 11173 found worse value: 339.989658684. iteration 11174 found worse value: 339.989658684. iteration 11175 found worse value: 339.989658684. iteration 11176 found worse value: 339.989658684. iteration 11177 found worse value: 339.989658684. iteration 11178 found worse value: 339.989658684. iteration 11179 found worse value: 339.989658684. iteration 11180 found worse value: 339.989658684. iteration 11181 found worse value: 339.989658684. iteration 11182 found worse value: 339.989658684. iteration 11183 found worse value: 339.989658684. iteration 11184 found worse value: 339.989658684. iteration 11185 found worse value: 339.989658684. iteration 11186 found worse value: 339.989658684. iteration 11187 found worse value: 339.989658684. iteration 11188 found worse value: 339.989658684. iteration 11189 found worse value: 339.989658684. iteration 11190 found worse value: 339.989658684. iteration 11191 found worse value: 339.989658684. iteration 11192 found worse value: 339.989658684. iteration 11193 found worse value: 339.989658684. iteration 11194 found worse value: 339.989658684. iteration 11195 found worse value: 339.989658684. iteration 11196 found worse value: 339.989658684. iteration 11197 found worse value: 339.989658684. iteration 11198 found worse value: 339.989658684. iteration 11199 found worse value: 339.989658684. iteration 11200 found worse value: 339.989658684. iteration 11201 found worse value: 339.989658684. iteration 11202 found worse value: 339.989658684. iteration 11203 found worse value: 339.989658684. iteration 11204 found worse value: 339.989658684. iteration 11205 found worse value: 339.989658684. iteration 11206 found worse value: 339.989658684. iteration 11207 found worse value: 339.989658684. iteration 11208 found worse value: 339.989658684. iteration 11209 found worse value: 339.989658684. iteration 11210 found worse value: 339.989658684. iteration 11211 found worse value: 339.989658684. iteration 11212 found worse value: 339.989658684. iteration 11213 found worse value: 339.989658684. iteration 11214 found worse value: 339.989658684. iteration 11215 found worse value: 339.989658684. iteration 11216 found worse value: 339.989658684. iteration 11217 found worse value: 339.989658684. iteration 11218 found worse value: 339.989658684. iteration 11219 found worse value: 339.989658684. iteration 11220 found worse value: 339.989658684. iteration 11221 found worse value: 339.989658684. iteration 11222 found worse value: 339.989658684. iteration 11223 found worse value: 339.989658684. iteration 11224 found worse value: 339.989658684. iteration 11225 found worse value: 339.989658684. iteration 11226 found worse value: 339.989658684. iteration 11227 found worse value: 339.989658684. iteration 11228 found worse value: 339.989658684. iteration 11229 found worse value: 339.989658684. iteration 11230 found worse value: 339.989658684. iteration 11231 found worse value: 339.989658684. iteration 11232 found worse value: 339.989658684. iteration 11233 found worse value: 339.989658684. iteration 11234 found worse value: 339.989658684. iteration 11235 found worse value: 339.989658684. iteration 11236 found worse value: 339.989658684. iteration 11237 found worse value: 339.989658684. iteration 11238 found worse value: 339.989658684. iteration 11239 found worse value: 339.989658684. iteration 11240 found worse value: 339.989658684. iteration 11241 found worse value: 339.989658684. iteration 11242 found worse value: 339.989658684. iteration 11243 found worse value: 339.989658684. iteration 11244 found worse value: 339.989658684. iteration 11245 found worse value: 339.989658684. iteration 11246 found worse value: 339.989658684. iteration 11247 found worse value: 339.989658684. iteration 11248 found worse value: 339.989658684. iteration 11249 found worse value: 339.989658684. iteration 11250 found worse value: 339.989658684. iteration 11251 found worse value: 339.989658684. iteration 11252 found worse value: 339.989658684. iteration 11253 found worse value: 339.989658684. iteration 11254 found worse value: 339.989658684. iteration 11255 found worse value: 339.989658684. iteration 11256 found worse value: 339.989658684. iteration 11257 found worse value: 339.989658684. iteration 11258 found worse value: 339.989658684. iteration 11259 found worse value: 339.989658684. iteration 11260 found worse value: 339.989658684. iteration 11261 found worse value: 339.989658684. iteration 11262 found worse value: 339.989658684. iteration 11263 found worse value: 339.989658684. iteration 11264 found worse value: 339.989658684. iteration 11265 found worse value: 339.989658684. iteration 11266 found worse value: 339.989658684. iteration 11267 found worse value: 339.989658684. iteration 11268 found worse value: 339.989658684. iteration 11269 found worse value: 339.989658684. iteration 11270 found worse value: 339.989658684. iteration 11271 found worse value: 339.989658684. iteration 11272 found worse value: 339.989658684. iteration 11273 found worse value: 339.989658684. iteration 11274 found worse value: 339.989658684. iteration 11275 found worse value: 339.989658684. iteration 11276 found worse value: 339.989658684. iteration 11277 found worse value: 339.989658684. iteration 11278 found worse value: 339.989658684. iteration 11279 found worse value: 339.989658684. iteration 11280 found worse value: 339.989658684. iteration 11281 found worse value: 339.989658684. iteration 11282 found worse value: 339.989658684. iteration 11283 found worse value: 339.989658684. iteration 11284 found worse value: 339.989658684. iteration 11285 found worse value: 339.989658684. iteration 11286 found worse value: 339.989658684. iteration 11287 found worse value: 339.989658684. iteration 11288 found worse value: 339.989658684. iteration 11289 found worse value: 339.989658684. iteration 11290 found worse value: 339.989658684. iteration 11291 found worse value: 339.989658684. iteration 11292 found worse value: 339.989658684. iteration 11293 found worse value: 339.989658684. iteration 11294 found worse value: 339.989658684. iteration 11295 found worse value: 339.989658684. iteration 11296 found worse value: 339.989658684. iteration 11297 found worse value: 339.989658684. iteration 11298 found worse value: 339.989658684. iteration 11299 found worse value: 339.989658684. iteration 11300 found worse value: 339.989658684. iteration 11301 found worse value: 339.989658684. iteration 11302 found worse value: 339.989658684. iteration 11303 found worse value: 339.989658684. iteration 11304 found worse value: 339.989658684. iteration 11305 found worse value: 339.989658684. iteration 11306 found worse value: 339.989658684. iteration 11307 found worse value: 339.989658684. iteration 11308 found worse value: 339.989658684. iteration 11309 found worse value: 339.989658684. iteration 11310 found worse value: 339.989658684. iteration 11311 found worse value: 339.989658684. iteration 11312 found worse value: 339.989658684. iteration 11313 found worse value: 339.989658684. iteration 11314 found worse value: 339.989658684. iteration 11315 found worse value: 339.989658684. iteration 11316 found worse value: 339.989658684. iteration 11317 found worse value: 339.989658684. iteration 11318 found worse value: 339.989658684. iteration 11319 found worse value: 339.989658684. iteration 11320 found worse value: 339.989658684. iteration 11321 found worse value: 339.989658684. iteration 11322 found worse value: 339.989658684. iteration 11323 found worse value: 339.989658684. iteration 11324 found worse value: 339.989658684. iteration 11325 found worse value: 339.989658684. iteration 11326 found worse value: 339.989658684. iteration 11327 found worse value: 339.989658684. iteration 11328 found worse value: 339.989658684. iteration 11329 found worse value: 339.989658684. iteration 11330 found worse value: 339.989658684. iteration 11331 found worse value: 339.989658684. iteration 11332 found worse value: 339.989658684. iteration 11333 found worse value: 339.989658684. iteration 11334 found worse value: 339.989658684. iteration 11335 found worse value: 339.989658684. iteration 11336 found worse value: 339.989658684. iteration 11337 found worse value: 339.989658684. iteration 11338 found worse value: 339.989658684. iteration 11339 found worse value: 339.989658684. iteration 11340 found worse value: 339.989658684. iteration 11341 found worse value: 339.989658684. iteration 11342 found worse value: 339.989658684. iteration 11343 found worse value: 339.989658684. iteration 11344 found worse value: 339.989658684. iteration 11345 found worse value: 339.989658684. iteration 11346 found worse value: 339.989658684. iteration 11347 found worse value: 339.989658684. iteration 11348 found worse value: 339.989658684. iteration 11349 found worse value: 339.989658684. iteration 11350 found worse value: 339.989658684. iteration 11351 found worse value: 339.989658684. iteration 11352 found worse value: 339.989658684. iteration 11353 found worse value: 339.989658684. iteration 11354 found worse value: 339.989658684. iteration 11355 found worse value: 339.989658684. iteration 11356 found worse value: 339.989658684. iteration 11357 found worse value: 339.989658684. iteration 11358 found worse value: 339.989658684. iteration 11359 found worse value: 339.989658684. iteration 11360 found worse value: 339.989658684. iteration 11361 found worse value: 339.989658684. iteration 11362 found worse value: 339.989658684. iteration 11363 found worse value: 339.989658684. iteration 11364 found worse value: 339.989658684. iteration 11365 found worse value: 339.989658684. iteration 11366 found worse value: 339.989658684. iteration 11367 found worse value: 339.989658684. iteration 11368 found worse value: 339.989658684. iteration 11369 found worse value: 339.989658684. iteration 11370 found worse value: 339.989658684. iteration 11371 found worse value: 339.989658684. iteration 11372 found worse value: 339.989658684. iteration 11373 found worse value: 339.989658684. iteration 11374 found worse value: 339.989658684. iteration 11375 found worse value: 339.989658684. iteration 11376 found worse value: 339.989658684. iteration 11377 found worse value: 339.989658684. iteration 11378 found worse value: 339.989658684. iteration 11379 found worse value: 339.989658684. iteration 11380 found worse value: 339.989658684. iteration 11381 found worse value: 339.989658684. iteration 11382 found worse value: 339.989658684. iteration 11383 found worse value: 339.989658684. iteration 11384 found worse value: 339.989658684. iteration 11385 found worse value: 339.989658684. iteration 11386 found worse value: 339.989658684. iteration 11387 found worse value: 339.989658684. iteration 11388 found worse value: 339.989658684. iteration 11389 found worse value: 339.989658684. iteration 11390 found worse value: 339.989658684. iteration 11391 found worse value: 339.989658684. iteration 11392 found worse value: 339.989658684. iteration 11393 found worse value: 339.989658684. iteration 11394 found worse value: 339.989658684. iteration 11395 found worse value: 339.989658684. iteration 11396 found worse value: 339.989658684. iteration 11397 found worse value: 339.989658684. iteration 11398 found worse value: 339.989658684. iteration 11399 found worse value: 339.989658684. iteration 11400 found worse value: 339.989658684. iteration 11401 found worse value: 339.989658684. iteration 11402 found worse value: 339.989658684. iteration 11403 found worse value: 339.989658684. iteration 11404 found worse value: 339.989658684. iteration 11405 found worse value: 339.989658684. iteration 11406 found worse value: 339.989658684. iteration 11407 found worse value: 339.989658684. iteration 11408 found worse value: 339.989658684. iteration 11409 found worse value: 339.989658684. iteration 11410 found worse value: 339.989658684. iteration 11411 found worse value: 339.989658684. iteration 11412 found worse value: 339.989658684. iteration 11413 found worse value: 339.989658684. iteration 11414 found worse value: 339.989658684. iteration 11415 found worse value: 339.989658684. iteration 11416 found worse value: 339.989658684. iteration 11417 found worse value: 339.989658684. iteration 11418 found worse value: 339.989658684. iteration 11419 found worse value: 339.989658684. iteration 11420 found worse value: 339.989658684. iteration 11421 found worse value: 339.989658684. iteration 11422 found worse value: 339.989658684. iteration 11423 found worse value: 339.989658684. iteration 11424 found worse value: 339.989658684. iteration 11425 found worse value: 339.989658684. iteration 11426 found worse value: 339.989658684. iteration 11427 found worse value: 339.989658684. iteration 11428 found worse value: 339.989658684. iteration 11429 found worse value: 339.989658684. iteration 11430 found worse value: 339.989658684. iteration 11431 found worse value: 339.989658684. iteration 11432 found worse value: 339.989658684. iteration 11433 found worse value: 339.989658684. iteration 11434 found worse value: 339.989658684. iteration 11435 found worse value: 339.989658684. iteration 11436 found worse value: 339.989658684. iteration 11437 found worse value: 339.989658684. iteration 11438 found worse value: 339.989658684. iteration 11439 found worse value: 339.989658684. iteration 11440 found worse value: 339.989658684. iteration 11441 found worse value: 339.989658684. iteration 11442 found worse value: 339.989658684. iteration 11443 found worse value: 339.989658684. iteration 11444 found worse value: 339.989658684. iteration 11445 found worse value: 339.989658684. iteration 11446 found worse value: 339.989658684. iteration 11447 found worse value: 339.989658684. iteration 11448 found worse value: 339.989658684. iteration 11449 found worse value: 339.989658684. iteration 11450 found worse value: 339.989658684. iteration 11451 found worse value: 339.989658684. iteration 11452 found worse value: 339.989658684. iteration 11453 found worse value: 339.989658684. iteration 11454 found worse value: 339.989658684. iteration 11455 found worse value: 339.989658684. iteration 11456 found worse value: 339.989658684. iteration 11457 found worse value: 339.989658684. iteration 11458 found worse value: 339.989658684. iteration 11459 found worse value: 339.989658684. iteration 11460 found worse value: 339.989658684. iteration 11461 found worse value: 339.989658684. iteration 11462 found worse value: 339.989658684. iteration 11463 found worse value: 339.989658684. iteration 11464 found worse value: 339.989658684. iteration 11465 found worse value: 339.989658684. iteration 11466 found worse value: 339.989658684. iteration 11467 found worse value: 339.989658684. iteration 11468 found worse value: 339.989658684. iteration 11469 found worse value: 339.989658684. iteration 11470 found worse value: 339.989658684. iteration 11471 found worse value: 339.989658684. iteration 11472 found worse value: 339.989658684. iteration 11473 found worse value: 339.989658684. iteration 11474 found worse value: 339.989658684. iteration 11475 found worse value: 339.989658684. iteration 11476 found worse value: 339.989658684. iteration 11477 found worse value: 339.989658684. iteration 11478 found worse value: 339.989658684. iteration 11479 found worse value: 339.989658684. iteration 11480 found worse value: 339.989658684. iteration 11481 found worse value: 339.989658684. iteration 11482 found worse value: 339.989658684. iteration 11483 found worse value: 339.989658684. iteration 11484 found worse value: 339.989658684. iteration 11485 found worse value: 339.989658684. iteration 11486 found worse value: 339.989658684. iteration 11487 found worse value: 339.989658684. iteration 11488 found worse value: 339.989658684. iteration 11489 found worse value: 339.989658684. iteration 11490 found worse value: 339.989658684. iteration 11491 found worse value: 339.989658684. iteration 11492 found worse value: 339.989658684. iteration 11493 found worse value: 339.989658684. iteration 11494 found worse value: 339.989658684. iteration 11495 found worse value: 339.989658684. iteration 11496 found worse value: 339.989658684. iteration 11497 found worse value: 339.989658684. iteration 11498 found worse value: 339.989658684. iteration 11499 found worse value: 339.989658684. iteration 11500 found worse value: 339.989658684. iteration 11501 found worse value: 339.989658684. iteration 11502 found worse value: 339.989658684. iteration 11503 found worse value: 339.989658684. iteration 11504 found worse value: 339.989658684. iteration 11505 found worse value: 339.989658684. iteration 11506 found worse value: 339.989658684. iteration 11507 found worse value: 339.989658684. iteration 11508 found worse value: 339.989658684. iteration 11509 found worse value: 339.989658684. iteration 11510 found worse value: 339.989658684. iteration 11511 found worse value: 339.989658684. iteration 11512 found worse value: 339.989658684. iteration 11513 found worse value: 339.989658684. iteration 11514 found worse value: 339.989658684. iteration 11515 found worse value: 339.989658684. iteration 11516 found worse value: 339.989658684. iteration 11517 found worse value: 339.989658684. iteration 11518 found worse value: 339.989658684. iteration 11519 found worse value: 339.989658684. iteration 11520 found worse value: 339.989658684. iteration 11521 found worse value: 339.989658684. iteration 11522 found worse value: 339.989658684. iteration 11523 found worse value: 339.989658684. iteration 11524 found worse value: 339.989658684. iteration 11525 found worse value: 339.989658684. iteration 11526 found worse value: 339.989658684. iteration 11527 found worse value: 339.989658684. iteration 11528 found worse value: 339.989658684. iteration 11529 found worse value: 339.989658684. iteration 11530 found worse value: 339.989658684. iteration 11531 found worse value: 339.989658684. iteration 11532 found worse value: 339.989658684. iteration 11533 found worse value: 339.989658684. iteration 11534 found worse value: 339.989658684. iteration 11535 found worse value: 339.989658684. iteration 11536 found worse value: 339.989658684. iteration 11537 found worse value: 339.989658684. iteration 11538 found worse value: 339.989658684. iteration 11539 found worse value: 339.989658684. iteration 11540 found worse value: 339.989658684. iteration 11541 found worse value: 339.989658684. iteration 11542 found worse value: 339.989658684. iteration 11543 found worse value: 339.989658684. iteration 11544 found worse value: 339.989658684. iteration 11545 found worse value: 339.989658684. iteration 11546 found worse value: 339.989658684. iteration 11547 found worse value: 339.989658684. iteration 11548 found worse value: 339.989658684. iteration 11549 found worse value: 339.989658684. iteration 11550 found worse value: 339.989658684. iteration 11551 found worse value: 339.989658684. iteration 11552 found worse value: 339.989658684. iteration 11553 found worse value: 339.989658684. iteration 11554 found worse value: 339.989658684. iteration 11555 found worse value: 339.989658684. iteration 11556 found worse value: 339.989658684. iteration 11557 found worse value: 339.989658684. iteration 11558 found worse value: 339.989658684. iteration 11559 found worse value: 339.989658684. iteration 11560 found worse value: 339.989658684. iteration 11561 found worse value: 339.989658684. iteration 11562 found worse value: 339.989658684. iteration 11563 found worse value: 339.989658684. iteration 11564 found worse value: 339.989658684. iteration 11565 found worse value: 339.989658684. iteration 11566 found worse value: 339.989658684. iteration 11567 found worse value: 339.989658684. iteration 11568 found worse value: 339.989658684. iteration 11569 found worse value: 339.989658684. iteration 11570 found worse value: 339.989658684. iteration 11571 found worse value: 339.989658684. iteration 11572 found worse value: 339.989658684. iteration 11573 found worse value: 339.989658684. iteration 11574 found worse value: 339.989658684. iteration 11575 found worse value: 339.989658684. iteration 11576 found worse value: 339.989658684. iteration 11577 found worse value: 339.989658684. iteration 11578 found worse value: 339.989658684. iteration 11579 found worse value: 339.989658684. iteration 11580 found worse value: 339.989658684. iteration 11581 found worse value: 339.989658684. iteration 11582 found worse value: 339.989658684. iteration 11583 found worse value: 339.989658684. iteration 11584 found worse value: 339.989658684. iteration 11585 found worse value: 339.989658684. iteration 11586 found worse value: 339.989658684. iteration 11587 found worse value: 339.989658684. iteration 11588 found worse value: 339.989658684. iteration 11589 found worse value: 339.989658684. iteration 11590 found worse value: 339.989658684. iteration 11591 found worse value: 339.989658684. iteration 11592 found worse value: 339.989658684. iteration 11593 found worse value: 339.989658684. iteration 11594 found worse value: 339.989658684. iteration 11595 found worse value: 339.989658684. iteration 11596 found worse value: 339.989658684. iteration 11597 found worse value: 339.989658684. iteration 11598 found worse value: 339.989658684. iteration 11599 found worse value: 339.989658684. iteration 11600 found worse value: 339.989658684. iteration 11601 found worse value: 339.989658684. iteration 11602 found worse value: 339.989658684. iteration 11603 found worse value: 339.989658684. iteration 11604 found worse value: 339.989658684. iteration 11605 found worse value: 339.989658684. iteration 11606 found worse value: 339.989658684. iteration 11607 found worse value: 339.989658684. iteration 11608 found worse value: 339.989658684. iteration 11609 found worse value: 339.989658684. iteration 11610 found worse value: 339.989658684. iteration 11611 found worse value: 339.989658684. iteration 11612 found worse value: 339.989658684. iteration 11613 found worse value: 339.989658684. iteration 11614 found worse value: 339.989658684. iteration 11615 found worse value: 339.989658684. iteration 11616 found worse value: 339.989658684. iteration 11617 found worse value: 339.989658684. iteration 11618 found worse value: 339.989658684. iteration 11619 found worse value: 339.989658684. iteration 11620 found worse value: 339.989658684. iteration 11621 found worse value: 339.989658684. iteration 11622 found worse value: 339.989658684. iteration 11623 found worse value: 339.989658684. iteration 11624 found worse value: 339.989658684. iteration 11625 found worse value: 339.989658684. iteration 11626 found worse value: 339.989658684. iteration 11627 found worse value: 339.989658684. iteration 11628 found worse value: 339.989658684. iteration 11629 found worse value: 339.989658684. iteration 11630 found worse value: 339.989658684. iteration 11631 found worse value: 339.989658684. iteration 11632 found worse value: 339.989658684. iteration 11633 found worse value: 339.989658684. iteration 11634 found worse value: 339.989658684. iteration 11635 found worse value: 339.989658684. iteration 11636 found worse value: 339.989658684. iteration 11637 found worse value: 339.989658684. iteration 11638 found worse value: 339.989658684. iteration 11639 found worse value: 339.989658684. iteration 11640 found worse value: 339.989658684. iteration 11641 found worse value: 339.989658684. iteration 11642 found worse value: 339.989658684. iteration 11643 found worse value: 339.989658684. iteration 11644 found worse value: 339.989658684. iteration 11645 found worse value: 339.989658684. iteration 11646 found worse value: 339.989658684. iteration 11647 found worse value: 339.989658684. iteration 11648 found worse value: 339.989658684. iteration 11649 found worse value: 339.989658684. iteration 11650 found worse value: 339.989658684. iteration 11651 found worse value: 339.989658684. iteration 11652 found worse value: 339.989658684. iteration 11653 found worse value: 339.989658684. iteration 11654 found worse value: 339.989658684. iteration 11655 found worse value: 339.989658684. iteration 11656 found worse value: 339.989658684. iteration 11657 found worse value: 339.989658684. iteration 11658 found worse value: 339.989658684. iteration 11659 found worse value: 339.989658684. iteration 11660 found worse value: 339.989658684. iteration 11661 found worse value: 339.989658684. iteration 11662 found worse value: 339.989658684. iteration 11663 found worse value: 339.989658684. iteration 11664 found worse value: 339.989658684. iteration 11665 found worse value: 339.989658684. iteration 11666 found worse value: 339.989658684. iteration 11667 found worse value: 339.989658684. iteration 11668 found worse value: 339.989658684. iteration 11669 found worse value: 339.989658684. iteration 11670 found worse value: 339.989658684. iteration 11671 found worse value: 339.989658684. iteration 11672 found worse value: 339.989658684. iteration 11673 found worse value: 339.989658684. iteration 11674 found worse value: 339.989658684. iteration 11675 found worse value: 339.989658684. iteration 11676 found worse value: 339.989658684. iteration 11677 found worse value: 339.989658684. iteration 11678 found worse value: 339.989658684. iteration 11679 found worse value: 339.989658684. iteration 11680 found worse value: 339.989658684. iteration 11681 found worse value: 339.989658684. iteration 11682 found worse value: 339.989658684. iteration 11683 found worse value: 339.989658684. iteration 11684 found worse value: 339.989658684. iteration 11685 found worse value: 339.989658684. iteration 11686 found worse value: 339.989658684. iteration 11687 found worse value: 339.989658684. iteration 11688 found worse value: 339.989658684. iteration 11689 found worse value: 339.989658684. iteration 11690 found worse value: 339.989658684. iteration 11691 found worse value: 339.989658684. iteration 11692 found worse value: 339.989658684. iteration 11693 found worse value: 339.989658684. iteration 11694 found worse value: 339.989658684. iteration 11695 found worse value: 339.989658684. iteration 11696 found worse value: 339.989658684. iteration 11697 found worse value: 339.989658684. iteration 11698 found worse value: 339.989658684. iteration 11699 found worse value: 339.989658684. iteration 11700 found worse value: 339.989658684. iteration 11701 found worse value: 339.989658684. iteration 11702 found worse value: 339.989658684. iteration 11703 found worse value: 339.989658684. iteration 11704 found worse value: 339.989658684. iteration 11705 found worse value: 339.989658684. iteration 11706 found worse value: 339.989658684. iteration 11707 found worse value: 339.989658684. iteration 11708 found worse value: 339.989658684. iteration 11709 found worse value: 339.989658684. iteration 11710 found worse value: 339.989658684. iteration 11711 found worse value: 339.989658684. iteration 11712 found worse value: 339.989658684. iteration 11713 found worse value: 339.989658684. iteration 11714 found worse value: 339.989658684. iteration 11715 found worse value: 339.989658684. iteration 11716 found worse value: 339.989658684. iteration 11717 found worse value: 339.989658684. iteration 11718 found worse value: 339.989658684. iteration 11719 found worse value: 339.989658684. iteration 11720 found worse value: 339.989658684. iteration 11721 found worse value: 339.989658684. iteration 11722 found worse value: 339.989658684. iteration 11723 found worse value: 339.989658684. iteration 11724 found worse value: 339.989658684. iteration 11725 found worse value: 339.989658684. iteration 11726 found worse value: 339.989658684. iteration 11727 found worse value: 339.989658684. iteration 11728 found worse value: 339.989658684. iteration 11729 found worse value: 339.989658684. iteration 11730 found worse value: 339.989658684. iteration 11731 found worse value: 339.989658684. iteration 11732 found worse value: 339.989658684. iteration 11733 found worse value: 339.989658684. iteration 11734 found worse value: 339.989658684. iteration 11735 found worse value: 339.989658684. iteration 11736 found worse value: 339.989658684. iteration 11737 found worse value: 339.989658684. iteration 11738 found worse value: 339.989658684. iteration 11739 found worse value: 339.989658684. iteration 11740 found worse value: 339.989658684. iteration 11741 found worse value: 339.989658684. iteration 11742 found worse value: 339.989658684. iteration 11743 found worse value: 339.989658684. iteration 11744 found worse value: 339.989658684. iteration 11745 found worse value: 339.989658684. iteration 11746 found worse value: 339.989658684. iteration 11747 found worse value: 339.989658684. iteration 11748 found worse value: 339.989658684. iteration 11749 found worse value: 339.989658684. iteration 11750 found worse value: 339.989658684. iteration 11751 found worse value: 339.989658684. iteration 11752 found worse value: 339.989658684. iteration 11753 found worse value: 339.989658684. iteration 11754 found worse value: 339.989658684. iteration 11755 found worse value: 339.989658684. iteration 11756 found worse value: 339.989658684. iteration 11757 found worse value: 339.989658684. iteration 11758 found worse value: 339.989658684. iteration 11759 found worse value: 339.989658684. iteration 11760 found worse value: 339.989658684. iteration 11761 found worse value: 339.989658684. iteration 11762 found worse value: 339.989658684. iteration 11763 found worse value: 339.989658684. iteration 11764 found worse value: 339.989658684. iteration 11765 found worse value: 339.989658684. iteration 11766 found worse value: 339.989658684. iteration 11767 found worse value: 339.989658684. iteration 11768 found worse value: 339.989658684. iteration 11769 found worse value: 339.989658684. iteration 11770 found worse value: 339.989658684. iteration 11771 found worse value: 339.989658684. iteration 11772 found worse value: 339.989658684. iteration 11773 found worse value: 339.989658684. iteration 11774 found worse value: 339.989658684. iteration 11775 found worse value: 339.989658684. iteration 11776 found worse value: 339.989658684. iteration 11777 found worse value: 339.989658684. iteration 11778 found worse value: 339.989658684. iteration 11779 found worse value: 339.989658684. iteration 11780 found worse value: 339.989658684. iteration 11781 found worse value: 339.989658684. iteration 11782 found worse value: 339.989658684. iteration 11783 found worse value: 339.989658684. iteration 11784 found worse value: 339.989658684. iteration 11785 found worse value: 339.989658684. iteration 11786 found worse value: 339.989658684. iteration 11787 found worse value: 339.989658684. iteration 11788 found worse value: 339.989658684. iteration 11789 found worse value: 339.989658684. iteration 11790 found worse value: 339.989658684. iteration 11791 found worse value: 339.989658684. iteration 11792 found worse value: 339.989658684. iteration 11793 found worse value: 339.989658684. iteration 11794 found worse value: 339.989658684. iteration 11795 found worse value: 339.989658684. iteration 11796 found worse value: 339.989658684. iteration 11797 found worse value: 339.989658684. iteration 11798 found worse value: 339.989658684. iteration 11799 found worse value: 339.989658684. iteration 11800 found worse value: 339.989658684. iteration 11801 found worse value: 339.989658684. iteration 11802 found worse value: 339.989658684. iteration 11803 found worse value: 339.989658684. iteration 11804 found worse value: 339.989658684. iteration 11805 found worse value: 339.989658684. iteration 11806 found worse value: 339.989658684. iteration 11807 found worse value: 339.989658684. iteration 11808 found worse value: 339.989658684. iteration 11809 found worse value: 339.989658684. iteration 11810 found worse value: 339.989658684. iteration 11811 found worse value: 339.989658684. iteration 11812 found worse value: 339.989658684. iteration 11813 found worse value: 339.989658684. iteration 11814 found worse value: 339.989658684. iteration 11815 found worse value: 339.989658684. iteration 11816 found worse value: 339.989658684. iteration 11817 found worse value: 339.989658684. iteration 11818 found worse value: 339.989658684. iteration 11819 found worse value: 339.989658684. iteration 11820 found worse value: 339.989658684. iteration 11821 found worse value: 339.989658684. iteration 11822 found worse value: 339.989658684. iteration 11823 found worse value: 339.989658684. iteration 11824 found worse value: 339.989658684. iteration 11825 found worse value: 339.989658684. iteration 11826 found worse value: 339.989658684. iteration 11827 found worse value: 339.989658684. iteration 11828 found worse value: 339.989658684. iteration 11829 found worse value: 339.989658684. iteration 11830 found worse value: 339.989658684. iteration 11831 found worse value: 339.989658684. iteration 11832 found worse value: 339.989658684. iteration 11833 found worse value: 339.989658684. iteration 11834 found worse value: 339.989658684. iteration 11835 found worse value: 339.989658684. iteration 11836 found worse value: 339.989658684. iteration 11837 found worse value: 339.989658684. iteration 11838 found worse value: 339.989658684. iteration 11839 found worse value: 339.989658684. iteration 11840 found worse value: 339.989658684. iteration 11841 found worse value: 339.989658684. iteration 11842 found worse value: 339.989658684. iteration 11843 found worse value: 339.989658684. iteration 11844 found worse value: 339.989658684. iteration 11845 found worse value: 339.989658684. iteration 11846 found worse value: 339.989658684. iteration 11847 found worse value: 339.989658684. iteration 11848 found worse value: 339.989658684. iteration 11849 found worse value: 339.989658684. iteration 11850 found worse value: 339.989658684. iteration 11851 found worse value: 339.989658684. iteration 11852 found worse value: 339.989658684. iteration 11853 found worse value: 339.989658684. iteration 11854 found worse value: 339.989658684. iteration 11855 found worse value: 339.989658684. iteration 11856 found worse value: 339.989658684. iteration 11857 found worse value: 339.989658684. iteration 11858 found worse value: 339.989658684. iteration 11859 found worse value: 339.989658684. iteration 11860 found worse value: 339.989658684. iteration 11861 found worse value: 339.989658684. iteration 11862 found worse value: 339.989658684. iteration 11863 found worse value: 339.989658684. iteration 11864 found worse value: 339.989658684. iteration 11865 found worse value: 339.989658684. iteration 11866 found worse value: 339.989658684. iteration 11867 found worse value: 339.989658684. iteration 11868 found worse value: 339.989658684. iteration 11869 found worse value: 339.989658684. iteration 11870 found worse value: 339.989658684. iteration 11871 found worse value: 339.989658684. iteration 11872 found worse value: 339.989658684. iteration 11873 found worse value: 339.989658684. iteration 11874 found worse value: 339.989658684. iteration 11875 found worse value: 339.989658684. iteration 11876 found worse value: 339.989658684. iteration 11877 found worse value: 339.989658684. iteration 11878 found worse value: 339.989658684. iteration 11879 found worse value: 339.989658684. iteration 11880 found worse value: 339.989658684. iteration 11881 found worse value: 339.989658684. iteration 11882 found worse value: 339.989658684. iteration 11883 found worse value: 339.989658684. iteration 11884 found worse value: 339.989658684. iteration 11885 found worse value: 339.989658684. iteration 11886 found worse value: 339.989658684. iteration 11887 found worse value: 339.989658684. iteration 11888 found worse value: 339.989658684. iteration 11889 found worse value: 339.989658684. iteration 11890 found worse value: 339.989658684. iteration 11891 found worse value: 339.989658684. iteration 11892 found worse value: 339.989658684. iteration 11893 found worse value: 339.989658684. iteration 11894 found worse value: 339.989658684. iteration 11895 found worse value: 339.989658684. iteration 11896 found worse value: 339.989658684. iteration 11897 found worse value: 339.989658684. iteration 11898 found worse value: 339.989658684. iteration 11899 found worse value: 339.989658684. iteration 11900 found worse value: 339.989658684. iteration 11901 found worse value: 339.989658684. iteration 11902 found worse value: 339.989658684. iteration 11903 found worse value: 339.989658684. iteration 11904 found worse value: 339.989658684. iteration 11905 found worse value: 339.989658684. iteration 11906 found worse value: 339.989658684. iteration 11907 found worse value: 339.989658684. iteration 11908 found worse value: 339.989658684. iteration 11909 found worse value: 339.989658684. iteration 11910 found worse value: 339.989658684. iteration 11911 found worse value: 339.989658684. iteration 11912 found worse value: 339.989658684. iteration 11913 found worse value: 339.989658684. iteration 11914 found worse value: 339.989658684. iteration 11915 found worse value: 339.989658684. iteration 11916 found worse value: 339.989658684. iteration 11917 found worse value: 339.989658684. iteration 11918 found worse value: 339.989658684. iteration 11919 found worse value: 339.989658684. iteration 11920 found worse value: 339.989658684. iteration 11921 found worse value: 339.989658684. iteration 11922 found worse value: 339.989658684. iteration 11923 found worse value: 339.989658684. iteration 11924 found worse value: 339.989658684. iteration 11925 found worse value: 339.989658684. iteration 11926 found worse value: 339.989658684. iteration 11927 found worse value: 339.989658684. iteration 11928 found worse value: 339.989658684. iteration 11929 found worse value: 339.989658684. iteration 11930 found worse value: 339.989658684. iteration 11931 found worse value: 339.989658684. iteration 11932 found worse value: 339.989658684. iteration 11933 found worse value: 339.989658684. iteration 11934 found worse value: 339.989658684. iteration 11935 found worse value: 339.989658684. iteration 11936 found worse value: 339.989658684. iteration 11937 found worse value: 339.989658684. iteration 11938 found worse value: 339.989658684. iteration 11939 found worse value: 339.989658684. iteration 11940 found worse value: 339.989658684. iteration 11941 found worse value: 339.989658684. iteration 11942 found worse value: 339.989658684. iteration 11943 found worse value: 339.989658684. iteration 11944 found worse value: 339.989658684. iteration 11945 found worse value: 339.989658684. iteration 11946 found worse value: 339.989658684. iteration 11947 found worse value: 339.989658684. iteration 11948 found worse value: 339.989658684. iteration 11949 found worse value: 339.989658684. iteration 11950 found worse value: 339.989658684. iteration 11951 found worse value: 339.989658684. iteration 11952 found worse value: 339.989658684. iteration 11953 found worse value: 339.989658684. iteration 11954 found worse value: 339.989658684. iteration 11955 found worse value: 339.989658684. iteration 11956 found worse value: 339.989658684. iteration 11957 found worse value: 339.989658684. iteration 11958 found worse value: 339.989658684. iteration 11959 found worse value: 339.989658684. iteration 11960 found worse value: 339.989658684. iteration 11961 found worse value: 339.989658684. iteration 11962 found worse value: 339.989658684. iteration 11963 found worse value: 339.989658684. iteration 11964 found worse value: 339.989658684. iteration 11965 found worse value: 339.989658684. iteration 11966 found worse value: 339.989658684. iteration 11967 found worse value: 339.989658684. iteration 11968 found worse value: 339.989658684. iteration 11969 found worse value: 339.989658684. iteration 11970 found worse value: 339.989658684. iteration 11971 found worse value: 339.989658684. iteration 11972 found worse value: 339.989658684. iteration 11973 found worse value: 339.989658684. iteration 11974 found worse value: 339.989658684. iteration 11975 found worse value: 339.989658684. iteration 11976 found worse value: 339.989658684. iteration 11977 found worse value: 339.989658684. iteration 11978 found worse value: 339.989658684. iteration 11979 found worse value: 339.989658684. iteration 11980 found worse value: 339.989658684. iteration 11981 found worse value: 339.989658684. iteration 11982 found worse value: 339.989658684. iteration 11983 found worse value: 339.989658684. iteration 11984 found worse value: 339.989658684. iteration 11985 found worse value: 339.989658684. iteration 11986 found worse value: 339.989658684. iteration 11987 found worse value: 339.989658684. iteration 11988 found worse value: 339.989658684. iteration 11989 found worse value: 339.989658684. iteration 11990 found worse value: 339.989658684. iteration 11991 found worse value: 339.989658684. iteration 11992 found worse value: 339.989658684. iteration 11993 found worse value: 339.989658684. iteration 11994 found worse value: 339.989658684. iteration 11995 found worse value: 339.989658684. iteration 11996 found worse value: 339.989658684. iteration 11997 found worse value: 339.989658684. iteration 11998 found worse value: 339.989658684. iteration 11999 found worse value: 339.989658684. iteration 12000 found worse value: 339.989658684. iteration 12001 found worse value: 339.989658684. iteration 12002 found worse value: 339.989658684. iteration 12003 found worse value: 339.989658684. iteration 12004 found worse value: 339.989658684. iteration 12005 found worse value: 339.989658684. iteration 12006 found worse value: 339.989658684. iteration 12007 found worse value: 339.989658684. iteration 12008 found worse value: 339.989658684. iteration 12009 found worse value: 339.989658684. iteration 12010 found worse value: 339.989658684. iteration 12011 found worse value: 339.989658684. iteration 12012 found worse value: 339.989658684. iteration 12013 found worse value: 339.989658684. iteration 12014 found worse value: 339.989658684. iteration 12015 found worse value: 339.989658684. iteration 12016 found worse value: 339.989658684. iteration 12017 found worse value: 339.989658684. iteration 12018 found worse value: 339.989658684. iteration 12019 found worse value: 339.989658684. iteration 12020 found worse value: 339.989658684. iteration 12021 found worse value: 339.989658684. iteration 12022 found worse value: 339.989658684. iteration 12023 found worse value: 339.989658684. iteration 12024 found worse value: 339.989658684. iteration 12025 found worse value: 339.989658684. iteration 12026 found worse value: 339.989658684. iteration 12027 found worse value: 339.989658684. iteration 12028 found worse value: 339.989658684. iteration 12029 found worse value: 339.989658684. iteration 12030 found worse value: 339.989658684. iteration 12031 found worse value: 339.989658684. iteration 12032 found worse value: 339.989658684. iteration 12033 found worse value: 339.989658684. iteration 12034 found worse value: 339.989658684. iteration 12035 found worse value: 339.989658684. iteration 12036 found worse value: 339.989658684. iteration 12037 found worse value: 339.989658684. iteration 12038 found worse value: 339.989658684. iteration 12039 found worse value: 339.989658684. iteration 12040 found worse value: 339.989658684. iteration 12041 found worse value: 339.989658684. iteration 12042 found worse value: 339.989658684. iteration 12043 found worse value: 339.989658684. iteration 12044 found worse value: 339.989658684. iteration 12045 found worse value: 339.989658684. iteration 12046 found worse value: 339.989658684. iteration 12047 found worse value: 339.989658684. iteration 12048 found worse value: 339.989658684. iteration 12049 found worse value: 339.989658684. iteration 12050 found worse value: 339.989658684. iteration 12051 found worse value: 339.989658684. iteration 12052 found worse value: 339.989658684. iteration 12053 found worse value: 339.989658684. iteration 12054 found worse value: 339.989658684. iteration 12055 found worse value: 339.989658684. iteration 12056 found worse value: 339.989658684. iteration 12057 found worse value: 339.989658684. iteration 12058 found worse value: 339.989658684. iteration 12059 found worse value: 339.989658684. iteration 12060 found worse value: 339.989658684. iteration 12061 found worse value: 339.989658684. iteration 12062 found worse value: 339.989658684. iteration 12063 found worse value: 339.989658684. iteration 12064 found worse value: 339.989658684. iteration 12065 found worse value: 339.989658684. iteration 12066 found worse value: 339.989658684. iteration 12067 found worse value: 339.989658684. iteration 12068 found worse value: 339.989658684. iteration 12069 found worse value: 339.989658684. iteration 12070 found worse value: 339.989658684. iteration 12071 found worse value: 339.989658684. iteration 12072 found worse value: 339.989658684. iteration 12073 found worse value: 339.989658684. iteration 12074 found worse value: 339.989658684. iteration 12075 found worse value: 339.989658684. iteration 12076 found worse value: 339.989658684. iteration 12077 found worse value: 339.989658684. iteration 12078 found worse value: 339.989658684. iteration 12079 found worse value: 339.989658684. iteration 12080 found worse value: 339.989658684. iteration 12081 found worse value: 339.989658684. iteration 12082 found worse value: 339.989658684. iteration 12083 found worse value: 339.989658684. iteration 12084 found worse value: 339.989658684. iteration 12085 found worse value: 339.989658684. iteration 12086 found worse value: 339.989658684. iteration 12087 found worse value: 339.989658684. iteration 12088 found worse value: 339.989658684. iteration 12089 found worse value: 339.989658684. iteration 12090 found worse value: 339.989658684. iteration 12091 found worse value: 339.989658684. iteration 12092 found worse value: 339.989658684. iteration 12093 found worse value: 339.989658684. iteration 12094 found worse value: 339.989658684. iteration 12095 found worse value: 339.989658684. iteration 12096 found worse value: 339.989658684. iteration 12097 found worse value: 339.989658684. iteration 12098 found worse value: 339.989658684. iteration 12099 found worse value: 339.989658684. iteration 12100 found worse value: 339.989658684. iteration 12101 found worse value: 339.989658684. iteration 12102 found worse value: 339.989658684. iteration 12103 found worse value: 339.989658684. iteration 12104 found worse value: 339.989658684. iteration 12105 found worse value: 339.989658684. iteration 12106 found worse value: 339.989658684. iteration 12107 found worse value: 339.989658684. iteration 12108 found worse value: 339.989658684. iteration 12109 found worse value: 339.989658684. iteration 12110 found worse value: 339.989658684. iteration 12111 found worse value: 339.989658684. iteration 12112 found worse value: 339.989658684. iteration 12113 found worse value: 339.989658684. iteration 12114 found worse value: 339.989658684. iteration 12115 found worse value: 339.989658684. iteration 12116 found worse value: 339.989658684. iteration 12117 found worse value: 339.989658684. iteration 12118 found worse value: 339.989658684. iteration 12119 found worse value: 339.989658684. iteration 12120 found worse value: 339.989658684. iteration 12121 found worse value: 339.989658684. iteration 12122 found worse value: 339.989658684. iteration 12123 found worse value: 339.989658684. iteration 12124 found worse value: 339.989658684. iteration 12125 found worse value: 339.989658684. iteration 12126 found worse value: 339.989658684. iteration 12127 found worse value: 339.989658684. iteration 12128 found worse value: 339.989658684. iteration 12129 found worse value: 339.989658684. iteration 12130 found worse value: 339.989658684. iteration 12131 found worse value: 339.989658684. iteration 12132 found worse value: 339.989658684. iteration 12133 found worse value: 339.989658684. iteration 12134 found worse value: 339.989658684. iteration 12135 found worse value: 339.989658684. iteration 12136 found worse value: 339.989658684. iteration 12137 found worse value: 339.989658684. iteration 12138 found worse value: 339.989658684. iteration 12139 found worse value: 339.989658684. iteration 12140 found worse value: 339.989658684. iteration 12141 found worse value: 339.989658684. iteration 12142 found worse value: 339.989658684. iteration 12143 found worse value: 339.989658684. iteration 12144 found worse value: 339.989658684. iteration 12145 found worse value: 339.989658684. iteration 12146 found worse value: 339.989658684. iteration 12147 found worse value: 339.989658684. iteration 12148 found worse value: 339.989658684. iteration 12149 found worse value: 339.989658684. iteration 12150 found worse value: 339.989658684. iteration 12151 found worse value: 339.989658684. iteration 12152 found worse value: 339.989658684. iteration 12153 found worse value: 339.989658684. iteration 12154 found worse value: 339.989658684. iteration 12155 found worse value: 339.989658684. iteration 12156 found worse value: 339.989658684. iteration 12157 found worse value: 339.989658684. iteration 12158 found worse value: 339.989658684. iteration 12159 found worse value: 339.989658684. iteration 12160 found worse value: 339.989658684. iteration 12161 found worse value: 339.989658684. iteration 12162 found worse value: 339.989658684. iteration 12163 found worse value: 339.989658684. iteration 12164 found worse value: 339.989658684. iteration 12165 found worse value: 339.989658684. iteration 12166 found worse value: 339.989658684. iteration 12167 found worse value: 339.989658684. iteration 12168 found worse value: 339.989658684. iteration 12169 found worse value: 339.989658684. iteration 12170 found worse value: 339.989658684. iteration 12171 found worse value: 339.989658684. iteration 12172 found worse value: 339.989658684. iteration 12173 found worse value: 339.989658684. iteration 12174 found worse value: 339.989658684. iteration 12175 found worse value: 339.989658684. iteration 12176 found worse value: 339.989658684. iteration 12177 found worse value: 339.989658684. iteration 12178 found worse value: 339.989658684. iteration 12179 found worse value: 339.989658684. iteration 12180 found worse value: 339.989658684. iteration 12181 found worse value: 339.989658684. iteration 12182 found worse value: 339.989658684. iteration 12183 found worse value: 339.989658684. iteration 12184 found worse value: 339.989658684. iteration 12185 found worse value: 339.989658684. iteration 12186 found worse value: 339.989658684. iteration 12187 found worse value: 339.989658684. iteration 12188 found worse value: 339.989658684. iteration 12189 found worse value: 339.989658684. iteration 12190 found worse value: 339.989658684. iteration 12191 found worse value: 339.989658684. iteration 12192 found worse value: 339.989658684. iteration 12193 found worse value: 339.989658684. iteration 12194 found worse value: 339.989658684. iteration 12195 found worse value: 339.989658684. iteration 12196 found worse value: 339.989658684. iteration 12197 found worse value: 339.989658684. iteration 12198 found worse value: 339.989658684. iteration 12199 found worse value: 339.989658684. iteration 12200 found worse value: 339.989658684. iteration 12201 found worse value: 339.989658684. iteration 12202 found worse value: 339.989658684. iteration 12203 found worse value: 339.989658684. iteration 12204 found worse value: 339.989658684. iteration 12205 found worse value: 339.989658684. iteration 12206 found worse value: 339.989658684. iteration 12207 found worse value: 339.989658684. iteration 12208 found worse value: 339.989658684. iteration 12209 found worse value: 339.989658684. iteration 12210 found worse value: 339.989658684. iteration 12211 found worse value: 339.989658684. iteration 12212 found worse value: 339.989658684. iteration 12213 found worse value: 339.989658684. iteration 12214 found worse value: 339.989658684. iteration 12215 found worse value: 339.989658684. iteration 12216 found worse value: 339.989658684. iteration 12217 found worse value: 339.989658684. iteration 12218 found worse value: 339.989658684. iteration 12219 found worse value: 339.989658684. iteration 12220 found worse value: 339.989658684. iteration 12221 found worse value: 339.989658684. iteration 12222 found worse value: 339.989658684. iteration 12223 found worse value: 339.989658684. iteration 12224 found worse value: 339.989658684. iteration 12225 found worse value: 339.989658684. iteration 12226 found worse value: 339.989658684. iteration 12227 found worse value: 339.989658684. iteration 12228 found worse value: 339.989658684. iteration 12229 found worse value: 339.989658684. iteration 12230 found worse value: 339.989658684. iteration 12231 found worse value: 339.989658684. iteration 12232 found worse value: 339.989658684. iteration 12233 found worse value: 339.989658684. iteration 12234 found worse value: 339.989658684. iteration 12235 found worse value: 339.989658684. iteration 12236 found worse value: 339.989658684. iteration 12237 found worse value: 339.989658684. iteration 12238 found worse value: 339.989658684. iteration 12239 found worse value: 339.989658684. iteration 12240 found worse value: 339.989658684. iteration 12241 found worse value: 339.989658684. iteration 12242 found worse value: 339.989658684. iteration 12243 found worse value: 339.989658684. iteration 12244 found worse value: 339.989658684. iteration 12245 found worse value: 339.989658684. iteration 12246 found worse value: 339.989658684. iteration 12247 found worse value: 339.989658684. iteration 12248 found worse value: 339.989658684. iteration 12249 found worse value: 339.989658684. iteration 12250 found worse value: 339.989658684. iteration 12251 found worse value: 339.989658684. iteration 12252 found worse value: 339.989658684. iteration 12253 found worse value: 339.989658684. iteration 12254 found worse value: 339.989658684. iteration 12255 found worse value: 339.989658684. iteration 12256 found worse value: 339.989658684. iteration 12257 found worse value: 339.989658684. iteration 12258 found worse value: 339.989658684. iteration 12259 found worse value: 339.989658684. iteration 12260 found worse value: 339.989658684. iteration 12261 found worse value: 339.989658684. iteration 12262 found worse value: 339.989658684. iteration 12263 found worse value: 339.989658684. iteration 12264 found worse value: 339.989658684. iteration 12265 found worse value: 339.989658684. iteration 12266 found worse value: 339.989658684. iteration 12267 found worse value: 339.989658684. iteration 12268 found worse value: 339.989658684. iteration 12269 found worse value: 339.989658684. iteration 12270 found worse value: 339.989658684. iteration 12271 found worse value: 339.989658684. iteration 12272 found worse value: 339.989658684. iteration 12273 found worse value: 339.989658684. iteration 12274 found worse value: 339.989658684. iteration 12275 found worse value: 339.989658684. iteration 12276 found worse value: 339.989658684. iteration 12277 found worse value: 339.989658684. iteration 12278 found worse value: 339.989658684. iteration 12279 found worse value: 339.989658684. iteration 12280 found worse value: 339.989658684. iteration 12281 found worse value: 339.989658684. iteration 12282 found worse value: 339.989658684. iteration 12283 found worse value: 339.989658684. iteration 12284 found worse value: 339.989658684. iteration 12285 found worse value: 339.989658684. iteration 12286 found worse value: 339.989658684. iteration 12287 found worse value: 339.989658684. iteration 12288 found worse value: 339.989658684. iteration 12289 found worse value: 339.989658684. iteration 12290 found worse value: 339.989658684. iteration 12291 found worse value: 339.989658684. iteration 12292 found worse value: 339.989658684. iteration 12293 found worse value: 339.989658684. iteration 12294 found worse value: 339.989658684. iteration 12295 found worse value: 339.989658684. iteration 12296 found worse value: 339.989658684. iteration 12297 found worse value: 339.989658684. iteration 12298 found worse value: 339.989658684. iteration 12299 found worse value: 339.989658684. iteration 12300 found worse value: 339.989658684. iteration 12301 found worse value: 339.989658684. iteration 12302 found worse value: 339.989658684. iteration 12303 found worse value: 339.989658684. iteration 12304 found worse value: 339.989658684. iteration 12305 found worse value: 339.989658684. iteration 12306 found worse value: 339.989658684. iteration 12307 found worse value: 339.989658684. iteration 12308 found worse value: 339.989658684. iteration 12309 found worse value: 339.989658684. iteration 12310 found worse value: 339.989658684. iteration 12311 found worse value: 339.989658684. iteration 12312 found worse value: 339.989658684. iteration 12313 found worse value: 339.989658684. iteration 12314 found worse value: 339.989658684. iteration 12315 found worse value: 339.989658684. iteration 12316 found worse value: 339.989658684. iteration 12317 found worse value: 339.989658684. iteration 12318 found worse value: 339.989658684. iteration 12319 found worse value: 339.989658684. iteration 12320 found worse value: 339.989658684. iteration 12321 found worse value: 339.989658684. iteration 12322 found worse value: 339.989658684. iteration 12323 found worse value: 339.989658684. iteration 12324 found worse value: 339.989658684. iteration 12325 found worse value: 339.989658684. iteration 12326 found worse value: 339.989658684. iteration 12327 found worse value: 339.989658684. iteration 12328 found worse value: 339.989658684. iteration 12329 found worse value: 339.989658684. iteration 12330 found worse value: 339.989658684. iteration 12331 found worse value: 339.989658684. iteration 12332 found worse value: 339.989658684. iteration 12333 found worse value: 339.989658684. iteration 12334 found worse value: 339.989658684. iteration 12335 found worse value: 339.989658684. iteration 12336 found worse value: 339.989658684. iteration 12337 found worse value: 339.989658684. iteration 12338 found worse value: 339.989658684. iteration 12339 found worse value: 339.989658684. iteration 12340 found worse value: 339.989658684. iteration 12341 found worse value: 339.989658684. iteration 12342 found worse value: 339.989658684. iteration 12343 found worse value: 339.989658684. iteration 12344 found worse value: 339.989658684. iteration 12345 found worse value: 339.989658684. iteration 12346 found worse value: 339.989658684. iteration 12347 found worse value: 339.989658684. iteration 12348 found worse value: 339.989658684. iteration 12349 found worse value: 339.989658684. iteration 12350 found worse value: 339.989658684. iteration 12351 found worse value: 339.989658684. iteration 12352 found worse value: 339.989658684. iteration 12353 found worse value: 339.989658684. iteration 12354 found worse value: 339.989658684. iteration 12355 found worse value: 339.989658684. iteration 12356 found worse value: 339.989658684. iteration 12357 found worse value: 339.989658684. iteration 12358 found worse value: 339.989658684. iteration 12359 found worse value: 339.989658684. iteration 12360 found worse value: 339.989658684. iteration 12361 found worse value: 339.989658684. iteration 12362 found worse value: 339.989658684. iteration 12363 found worse value: 339.989658684. iteration 12364 found worse value: 339.989658684. iteration 12365 found worse value: 339.989658684. iteration 12366 found worse value: 339.989658684. iteration 12367 found worse value: 339.989658684. iteration 12368 found worse value: 339.989658684. iteration 12369 found worse value: 339.989658684. iteration 12370 found worse value: 339.989658684. iteration 12371 found worse value: 339.989658684. iteration 12372 found worse value: 339.989658684. iteration 12373 found worse value: 339.989658684. iteration 12374 found worse value: 339.989658684. iteration 12375 found worse value: 339.989658684. iteration 12376 found worse value: 339.989658684. iteration 12377 found worse value: 339.989658684. iteration 12378 found worse value: 339.989658684. iteration 12379 found worse value: 339.989658684. iteration 12380 found worse value: 339.989658684. iteration 12381 found worse value: 339.989658684. iteration 12382 found worse value: 339.989658684. iteration 12383 found worse value: 339.989658684. iteration 12384 found worse value: 339.989658684. iteration 12385 found worse value: 339.989658684. iteration 12386 found worse value: 339.989658684. iteration 12387 found worse value: 339.989658684. iteration 12388 found worse value: 339.989658684. iteration 12389 found worse value: 339.989658684. iteration 12390 found worse value: 339.989658684. iteration 12391 found worse value: 339.989658684. iteration 12392 found worse value: 339.989658684. iteration 12393 found worse value: 339.989658684. iteration 12394 found worse value: 339.989658684. iteration 12395 found worse value: 339.989658684. iteration 12396 found worse value: 339.989658684. iteration 12397 found worse value: 339.989658684. iteration 12398 found worse value: 339.989658684. iteration 12399 found worse value: 339.989658684. iteration 12400 found worse value: 339.989658684. iteration 12401 found worse value: 339.989658684. iteration 12402 found worse value: 339.989658684. iteration 12403 found worse value: 339.989658684. iteration 12404 found worse value: 339.989658684. iteration 12405 found worse value: 339.989658684. iteration 12406 found worse value: 339.989658684. iteration 12407 found worse value: 339.989658684. iteration 12408 found worse value: 339.989658684. iteration 12409 found worse value: 339.989658684. iteration 12410 found worse value: 339.989658684. iteration 12411 found worse value: 339.989658684. iteration 12412 found worse value: 339.989658684. iteration 12413 found worse value: 339.989658684. iteration 12414 found worse value: 339.989658684. iteration 12415 found worse value: 339.989658684. iteration 12416 found worse value: 339.989658684. iteration 12417 found worse value: 339.989658684. iteration 12418 found worse value: 339.989658684. iteration 12419 found worse value: 339.989658684. iteration 12420 found worse value: 339.989658684. iteration 12421 found worse value: 339.989658684. iteration 12422 found worse value: 339.989658684. iteration 12423 found worse value: 339.989658684. iteration 12424 found worse value: 339.989658684. iteration 12425 found worse value: 339.989658684. iteration 12426 found worse value: 339.989658684. iteration 12427 found worse value: 339.989658684. iteration 12428 found worse value: 339.989658684. iteration 12429 found worse value: 339.989658684. iteration 12430 found worse value: 339.989658684. iteration 12431 found worse value: 339.989658684. iteration 12432 found worse value: 339.989658684. iteration 12433 found worse value: 339.989658684. iteration 12434 found worse value: 339.989658684. iteration 12435 found worse value: 339.989658684. iteration 12436 found worse value: 339.989658684. iteration 12437 found worse value: 339.989658684. iteration 12438 found worse value: 339.989658684. iteration 12439 found worse value: 339.989658684. iteration 12440 found worse value: 339.989658684. iteration 12441 found worse value: 339.989658684. iteration 12442 found worse value: 339.989658684. iteration 12443 found worse value: 339.989658684. iteration 12444 found worse value: 339.989658684. iteration 12445 found worse value: 339.989658684. iteration 12446 found worse value: 339.989658684. iteration 12447 found worse value: 339.989658684. iteration 12448 found worse value: 339.989658684. iteration 12449 found worse value: 339.989658684. iteration 12450 found worse value: 339.989658684. iteration 12451 found worse value: 339.989658684. iteration 12452 found worse value: 339.989658684. iteration 12453 found worse value: 339.989658684. iteration 12454 found worse value: 339.989658684. iteration 12455 found worse value: 339.989658684. iteration 12456 found worse value: 339.989658684. iteration 12457 found worse value: 339.989658684. iteration 12458 found worse value: 339.989658684. iteration 12459 found worse value: 339.989658684. iteration 12460 found worse value: 339.989658684. iteration 12461 found worse value: 339.989658684. iteration 12462 found worse value: 339.989658684. iteration 12463 found worse value: 339.989658684. iteration 12464 found worse value: 339.989658684. iteration 12465 found worse value: 339.989658684. iteration 12466 found worse value: 339.989658684. iteration 12467 found worse value: 339.989658684. iteration 12468 found worse value: 339.989658684. iteration 12469 found worse value: 339.989658684. iteration 12470 found worse value: 339.989658684. iteration 12471 found worse value: 339.989658684. iteration 12472 found worse value: 339.989658684. iteration 12473 found worse value: 339.989658684. iteration 12474 found worse value: 339.989658684. iteration 12475 found worse value: 339.989658684. iteration 12476 found worse value: 339.989658684. iteration 12477 found worse value: 339.989658684. iteration 12478 found worse value: 339.989658684. iteration 12479 found worse value: 339.989658684. iteration 12480 found worse value: 339.989658684. iteration 12481 found worse value: 339.989658684. iteration 12482 found worse value: 339.989658684. iteration 12483 found worse value: 339.989658684. iteration 12484 found worse value: 339.989658684. iteration 12485 found worse value: 339.989658684. iteration 12486 found worse value: 339.989658684. iteration 12487 found worse value: 339.989658684. iteration 12488 found worse value: 339.989658684. iteration 12489 found worse value: 339.989658684. iteration 12490 found worse value: 339.989658684. iteration 12491 found worse value: 339.989658684. iteration 12492 found worse value: 339.989658684. iteration 12493 found worse value: 339.989658684. iteration 12494 found worse value: 339.989658684. iteration 12495 found worse value: 339.989658684. iteration 12496 found worse value: 339.989658684. iteration 12497 found worse value: 339.989658684. iteration 12498 found worse value: 339.989658684. iteration 12499 found worse value: 339.989658684. iteration 12500 found worse value: 339.989658684. iteration 12501 found worse value: 339.989658684. iteration 12502 found worse value: 339.989658684. iteration 12503 found worse value: 339.989658684. iteration 12504 found worse value: 339.989658684. iteration 12505 found worse value: 339.989658684. iteration 12506 found worse value: 339.989658684. iteration 12507 found worse value: 339.989658684. iteration 12508 found worse value: 339.989658684. iteration 12509 found worse value: 339.989658684. iteration 12510 found worse value: 339.989658684. iteration 12511 found worse value: 339.989658684. iteration 12512 found worse value: 339.989658684. iteration 12513 found worse value: 339.989658684. iteration 12514 found worse value: 339.989658684. iteration 12515 found worse value: 339.989658684. iteration 12516 found worse value: 339.989658684. iteration 12517 found worse value: 339.989658684. iteration 12518 found worse value: 339.989658684. iteration 12519 found worse value: 339.989658684. iteration 12520 found worse value: 339.989658684. iteration 12521 found worse value: 339.989658684. iteration 12522 found worse value: 339.989658684. iteration 12523 found worse value: 339.989658684. iteration 12524 found worse value: 339.989658684. iteration 12525 found worse value: 339.989658684. iteration 12526 found worse value: 339.989658684. iteration 12527 found worse value: 339.989658684. iteration 12528 found worse value: 339.989658684. iteration 12529 found worse value: 339.989658684. iteration 12530 found worse value: 339.989658684. iteration 12531 found worse value: 339.989658684. iteration 12532 found worse value: 339.989658684. iteration 12533 found worse value: 339.989658684. iteration 12534 found worse value: 339.989658684. iteration 12535 found worse value: 339.989658684. iteration 12536 found worse value: 339.989658684. iteration 12537 found worse value: 339.989658684. iteration 12538 found worse value: 339.989658684. iteration 12539 found worse value: 339.989658684. iteration 12540 found worse value: 339.989658684. iteration 12541 found worse value: 339.989658684. iteration 12542 found worse value: 339.989658684. iteration 12543 found worse value: 339.989658684. iteration 12544 found worse value: 339.989658684. iteration 12545 found worse value: 339.989658684. iteration 12546 found worse value: 339.989658684. iteration 12547 found worse value: 339.989658684. iteration 12548 found worse value: 339.989658684. iteration 12549 found worse value: 339.989658684. iteration 12550 found worse value: 339.989658684. iteration 12551 found worse value: 339.989658684. iteration 12552 found worse value: 339.989658684. iteration 12553 found worse value: 339.989658684. iteration 12554 found worse value: 339.989658684. iteration 12555 found worse value: 339.989658684. iteration 12556 found worse value: 339.989658684. iteration 12557 found worse value: 339.989658684. iteration 12558 found worse value: 339.989658684. iteration 12559 found worse value: 339.989658684. iteration 12560 found worse value: 339.989658684. iteration 12561 found worse value: 339.989658684. iteration 12562 found worse value: 339.989658684. iteration 12563 found worse value: 339.989658684. iteration 12564 found worse value: 339.989658684. iteration 12565 found worse value: 339.989658684. iteration 12566 found worse value: 339.989658684. iteration 12567 found worse value: 339.989658684. iteration 12568 found worse value: 339.989658684. iteration 12569 found worse value: 339.989658684. iteration 12570 found worse value: 339.989658684. iteration 12571 found worse value: 339.989658684. iteration 12572 found worse value: 339.989658684. iteration 12573 found worse value: 339.989658684. iteration 12574 found worse value: 339.989658684. iteration 12575 found worse value: 339.989658684. iteration 12576 found worse value: 339.989658684. iteration 12577 found worse value: 339.989658684. iteration 12578 found worse value: 339.989658684. iteration 12579 found worse value: 339.989658684. iteration 12580 found worse value: 339.989658684. iteration 12581 found worse value: 339.989658684. iteration 12582 found worse value: 339.989658684. iteration 12583 found worse value: 339.989658684. iteration 12584 found worse value: 339.989658684. iteration 12585 found worse value: 339.989658684. iteration 12586 found worse value: 339.989658684. iteration 12587 found worse value: 339.989658684. iteration 12588 found worse value: 339.989658684. iteration 12589 found worse value: 339.989658684. iteration 12590 found worse value: 339.989658684. iteration 12591 found worse value: 339.989658684. iteration 12592 found worse value: 339.989658684. iteration 12593 found worse value: 339.989658684. iteration 12594 found worse value: 339.989658684. iteration 12595 found worse value: 339.989658684. iteration 12596 found worse value: 339.989658684. iteration 12597 found worse value: 339.989658684. iteration 12598 found worse value: 339.989658684. iteration 12599 found worse value: 339.989658684. iteration 12600 found worse value: 339.989658684. iteration 12601 found worse value: 339.989658684. iteration 12602 found worse value: 339.989658684. iteration 12603 found worse value: 339.989658684. iteration 12604 found worse value: 339.989658684. iteration 12605 found worse value: 339.989658684. iteration 12606 found worse value: 339.989658684. iteration 12607 found worse value: 339.989658684. iteration 12608 found worse value: 339.989658684. iteration 12609 found worse value: 339.989658684. iteration 12610 found worse value: 339.989658684. iteration 12611 found worse value: 339.989658684. iteration 12612 found worse value: 339.989658684. iteration 12613 found worse value: 339.989658684. iteration 12614 found worse value: 339.989658684. iteration 12615 found worse value: 339.989658684. iteration 12616 found worse value: 339.989658684. iteration 12617 found worse value: 339.989658684. iteration 12618 found worse value: 339.989658684. iteration 12619 found worse value: 339.989658684. iteration 12620 found worse value: 339.989658684. iteration 12621 found worse value: 339.989658684. iteration 12622 found worse value: 339.989658684. iteration 12623 found worse value: 339.989658684. iteration 12624 found worse value: 339.989658684. iteration 12625 found worse value: 339.989658684. iteration 12626 found worse value: 339.989658684. iteration 12627 found worse value: 339.989658684. iteration 12628 found worse value: 339.989658684. iteration 12629 found worse value: 339.989658684. iteration 12630 found worse value: 339.989658684. iteration 12631 found worse value: 339.989658684. iteration 12632 found worse value: 339.989658684. iteration 12633 found worse value: 339.989658684. iteration 12634 found worse value: 339.989658684. iteration 12635 found worse value: 339.989658684. iteration 12636 found worse value: 339.989658684. iteration 12637 found worse value: 339.989658684. iteration 12638 found worse value: 339.989658684. iteration 12639 found worse value: 339.989658684. iteration 12640 found worse value: 339.989658684. iteration 12641 found worse value: 339.989658684. iteration 12642 found worse value: 339.989658684. iteration 12643 found worse value: 339.989658684. iteration 12644 found worse value: 339.989658684. iteration 12645 found worse value: 339.989658684. iteration 12646 found worse value: 339.989658684. iteration 12647 found worse value: 339.989658684. iteration 12648 found worse value: 339.989658684. iteration 12649 found worse value: 339.989658684. iteration 12650 found worse value: 339.989658684. iteration 12651 found worse value: 339.989658684. iteration 12652 found worse value: 339.989658684. iteration 12653 found worse value: 339.989658684. iteration 12654 found worse value: 339.989658684. iteration 12655 found worse value: 339.989658684. iteration 12656 found worse value: 339.989658684. iteration 12657 found worse value: 339.989658684. iteration 12658 found worse value: 339.989658684. iteration 12659 found worse value: 339.989658684. iteration 12660 found worse value: 339.989658684. iteration 12661 found worse value: 339.989658684. iteration 12662 found worse value: 339.989658684. iteration 12663 found worse value: 339.989658684. iteration 12664 found worse value: 339.989658684. iteration 12665 found worse value: 339.989658684. iteration 12666 found worse value: 339.989658684. iteration 12667 found worse value: 339.989658684. iteration 12668 found worse value: 339.989658684. iteration 12669 found worse value: 339.989658684. iteration 12670 found worse value: 339.989658684. iteration 12671 found worse value: 339.989658684. iteration 12672 found worse value: 339.989658684. iteration 12673 found worse value: 339.989658684. iteration 12674 found worse value: 339.989658684. iteration 12675 found worse value: 339.989658684. iteration 12676 found worse value: 339.989658684. iteration 12677 found worse value: 339.989658684. iteration 12678 found worse value: 339.989658684. iteration 12679 found worse value: 339.989658684. iteration 12680 found worse value: 339.989658684. iteration 12681 found worse value: 339.989658684. iteration 12682 found worse value: 339.989658684. iteration 12683 found worse value: 339.989658684. iteration 12684 found worse value: 339.989658684. iteration 12685 found worse value: 339.989658684. iteration 12686 found worse value: 339.989658684. iteration 12687 found worse value: 339.989658684. iteration 12688 found worse value: 339.989658684. iteration 12689 found worse value: 339.989658684. iteration 12690 found worse value: 339.989658684. iteration 12691 found worse value: 339.989658684. iteration 12692 found worse value: 339.989658684. iteration 12693 found worse value: 339.989658684. iteration 12694 found worse value: 339.989658684. iteration 12695 found worse value: 339.989658684. iteration 12696 found worse value: 339.989658684. iteration 12697 found worse value: 339.989658684. iteration 12698 found worse value: 339.989658684. iteration 12699 found worse value: 339.989658684. iteration 12700 found worse value: 339.989658684. iteration 12701 found worse value: 339.989658684. iteration 12702 found worse value: 339.989658684. iteration 12703 found worse value: 339.989658684. iteration 12704 found worse value: 339.989658684. iteration 12705 found worse value: 339.989658684. iteration 12706 found worse value: 339.989658684. iteration 12707 found worse value: 339.989658684. iteration 12708 found worse value: 339.989658684. iteration 12709 found worse value: 339.989658684. iteration 12710 found worse value: 339.989658684. iteration 12711 found worse value: 339.989658684. iteration 12712 found worse value: 339.989658684. iteration 12713 found worse value: 339.989658684. iteration 12714 found worse value: 339.989658684. iteration 12715 found worse value: 339.989658684. iteration 12716 found worse value: 339.989658684. iteration 12717 found worse value: 339.989658684. iteration 12718 found worse value: 339.989658684. iteration 12719 found worse value: 339.989658684. iteration 12720 found worse value: 339.989658684. iteration 12721 found worse value: 339.989658684. iteration 12722 found worse value: 339.989658684. iteration 12723 found worse value: 339.989658684. iteration 12724 found worse value: 339.989658684. iteration 12725 found worse value: 339.989658684. iteration 12726 found worse value: 339.989658684. iteration 12727 found worse value: 339.989658684. iteration 12728 found worse value: 339.989658684. iteration 12729 found worse value: 339.989658684. iteration 12730 found worse value: 339.989658684. iteration 12731 found worse value: 339.989658684. iteration 12732 found worse value: 339.989658684. iteration 12733 found worse value: 339.989658684. iteration 12734 found worse value: 339.989658684. iteration 12735 found worse value: 339.989658684. iteration 12736 found worse value: 339.989658684. iteration 12737 found worse value: 339.989658684. iteration 12738 found worse value: 339.989658684. iteration 12739 found worse value: 339.989658684. iteration 12740 found worse value: 339.989658684. iteration 12741 found worse value: 339.989658684. iteration 12742 found worse value: 339.989658684. iteration 12743 found worse value: 339.989658684. iteration 12744 found worse value: 339.989658684. iteration 12745 found worse value: 339.989658684. iteration 12746 found worse value: 339.989658684. iteration 12747 found worse value: 339.989658684. iteration 12748 found worse value: 339.989658684. iteration 12749 found worse value: 339.989658684. iteration 12750 found worse value: 339.989658684. iteration 12751 found worse value: 339.989658684. iteration 12752 found worse value: 339.989658684. iteration 12753 found worse value: 339.989658684. iteration 12754 found worse value: 339.989658684. iteration 12755 found worse value: 339.989658684. iteration 12756 found worse value: 339.989658684. iteration 12757 found worse value: 339.989658684. iteration 12758 found worse value: 339.989658684. iteration 12759 found worse value: 339.989658684. iteration 12760 found worse value: 339.989658684. iteration 12761 found worse value: 339.989658684. iteration 12762 found worse value: 339.989658684. iteration 12763 found worse value: 339.989658684. iteration 12764 found worse value: 339.989658684. iteration 12765 found worse value: 339.989658684. iteration 12766 found worse value: 339.989658684. iteration 12767 found worse value: 339.989658684. iteration 12768 found worse value: 339.989658684. iteration 12769 found worse value: 339.989658684. iteration 12770 found worse value: 339.989658684. iteration 12771 found worse value: 339.989658684. iteration 12772 found worse value: 339.989658684. iteration 12773 found worse value: 339.989658684. iteration 12774 found worse value: 339.989658684. iteration 12775 found worse value: 339.989658684. iteration 12776 found worse value: 339.989658684. iteration 12777 found worse value: 339.989658684. iteration 12778 found worse value: 339.989658684. iteration 12779 found worse value: 339.989658684. iteration 12780 found worse value: 339.989658684. iteration 12781 found worse value: 339.989658684. iteration 12782 found worse value: 339.989658684. iteration 12783 found worse value: 339.989658684. iteration 12784 found worse value: 339.989658684. iteration 12785 found worse value: 339.989658684. iteration 12786 found worse value: 339.989658684. iteration 12787 found worse value: 339.989658684. iteration 12788 found worse value: 339.989658684. iteration 12789 found worse value: 339.989658684. iteration 12790 found worse value: 339.989658684. iteration 12791 found worse value: 339.989658684. iteration 12792 found worse value: 339.989658684. iteration 12793 found worse value: 339.989658684. iteration 12794 found worse value: 339.989658684. iteration 12795 found worse value: 339.989658684. iteration 12796 found worse value: 339.989658684. iteration 12797 found worse value: 339.989658684. iteration 12798 found worse value: 339.989658684. iteration 12799 found worse value: 339.989658684. iteration 12800 found worse value: 339.989658684. iteration 12801 found worse value: 339.989658684. iteration 12802 found worse value: 339.989658684. iteration 12803 found worse value: 339.989658684. iteration 12804 found worse value: 339.989658684. iteration 12805 found worse value: 339.989658684. iteration 12806 found worse value: 339.989658684. iteration 12807 found worse value: 339.989658684. iteration 12808 found worse value: 339.989658684. iteration 12809 found worse value: 339.989658684. iteration 12810 found worse value: 339.989658684. iteration 12811 found worse value: 339.989658684. iteration 12812 found worse value: 339.989658684. iteration 12813 found worse value: 339.989658684. iteration 12814 found worse value: 339.989658684. iteration 12815 found worse value: 339.989658684. iteration 12816 found worse value: 339.989658684. iteration 12817 found worse value: 339.989658684. iteration 12818 found worse value: 339.989658684. iteration 12819 found worse value: 339.989658684. iteration 12820 found worse value: 339.989658684. iteration 12821 found worse value: 339.989658684. iteration 12822 found worse value: 339.989658684. iteration 12823 found worse value: 339.989658684. iteration 12824 found worse value: 339.989658684. iteration 12825 found worse value: 339.989658684. iteration 12826 found worse value: 339.989658684. iteration 12827 found worse value: 339.989658684. iteration 12828 found worse value: 339.989658684. iteration 12829 found worse value: 339.989658684. iteration 12830 found worse value: 339.989658684. iteration 12831 found worse value: 339.989658684. iteration 12832 found worse value: 339.989658684. iteration 12833 found worse value: 339.989658684. iteration 12834 found worse value: 339.989658684. iteration 12835 found worse value: 339.989658684. iteration 12836 found worse value: 339.989658684. iteration 12837 found worse value: 339.989658684. iteration 12838 found worse value: 339.989658684. iteration 12839 found worse value: 339.989658684. iteration 12840 found worse value: 339.989658684. iteration 12841 found worse value: 339.989658684. iteration 12842 found worse value: 339.989658684. iteration 12843 found worse value: 339.989658684. iteration 12844 found worse value: 339.989658684. iteration 12845 found worse value: 339.989658684. iteration 12846 found worse value: 339.989658684. iteration 12847 found worse value: 339.989658684. iteration 12848 found worse value: 339.989658684. iteration 12849 found worse value: 339.989658684. iteration 12850 found worse value: 339.989658684. iteration 12851 found worse value: 339.989658684. iteration 12852 found worse value: 339.989658684. iteration 12853 found worse value: 339.989658684. iteration 12854 found worse value: 339.989658684. iteration 12855 found worse value: 339.989658684. iteration 12856 found worse value: 339.989658684. iteration 12857 found worse value: 339.989658684. iteration 12858 found worse value: 339.989658684. iteration 12859 found worse value: 339.989658684. iteration 12860 found worse value: 339.989658684. iteration 12861 found worse value: 339.989658684. iteration 12862 found worse value: 339.989658684. iteration 12863 found worse value: 339.989658684. iteration 12864 found worse value: 339.989658684. iteration 12865 found worse value: 339.989658684. iteration 12866 found worse value: 339.989658684. iteration 12867 found worse value: 339.989658684. iteration 12868 found worse value: 339.989658684. iteration 12869 found worse value: 339.989658684. iteration 12870 found worse value: 339.989658684. iteration 12871 found worse value: 339.989658684. iteration 12872 found worse value: 339.989658684. iteration 12873 found worse value: 339.989658684. iteration 12874 found worse value: 339.989658684. iteration 12875 found worse value: 339.989658684. iteration 12876 found worse value: 339.989658684. iteration 12877 found worse value: 339.989658684. iteration 12878 found worse value: 339.989658684. iteration 12879 found worse value: 339.989658684. iteration 12880 found worse value: 339.989658684. iteration 12881 found worse value: 339.989658684. iteration 12882 found worse value: 339.989658684. iteration 12883 found worse value: 339.989658684. iteration 12884 found worse value: 339.989658684. iteration 12885 found worse value: 339.989658684. iteration 12886 found worse value: 339.989658684. iteration 12887 found worse value: 339.989658684. iteration 12888 found worse value: 339.989658684. iteration 12889 found worse value: 339.989658684. iteration 12890 found worse value: 339.989658684. iteration 12891 found worse value: 339.989658684. iteration 12892 found worse value: 339.989658684. iteration 12893 found worse value: 339.989658684. iteration 12894 found worse value: 339.989658684. iteration 12895 found worse value: 339.989658684. iteration 12896 found worse value: 339.989658684. iteration 12897 found worse value: 339.989658684. iteration 12898 found worse value: 339.989658684. iteration 12899 found worse value: 339.989658684. iteration 12900 found worse value: 339.989658684. iteration 12901 found worse value: 339.989658684. iteration 12902 found worse value: 339.989658684. iteration 12903 found worse value: 339.989658684. iteration 12904 found worse value: 339.989658684. iteration 12905 found worse value: 339.989658684. iteration 12906 found worse value: 339.989658684. iteration 12907 found worse value: 339.989658684. iteration 12908 found worse value: 339.989658684. iteration 12909 found worse value: 339.989658684. iteration 12910 found worse value: 339.989658684. iteration 12911 found worse value: 339.989658684. iteration 12912 found worse value: 339.989658684. iteration 12913 found worse value: 339.989658684. iteration 12914 found worse value: 339.989658684. iteration 12915 found worse value: 339.989658684. iteration 12916 found worse value: 339.989658684. iteration 12917 found worse value: 339.989658684. iteration 12918 found worse value: 339.989658684. iteration 12919 found worse value: 339.989658684. iteration 12920 found worse value: 339.989658684. iteration 12921 found worse value: 339.989658684. iteration 12922 found worse value: 339.989658684. iteration 12923 found worse value: 339.989658684. iteration 12924 found worse value: 339.989658684. iteration 12925 found worse value: 339.989658684. iteration 12926 found worse value: 339.989658684. iteration 12927 found worse value: 339.989658684. iteration 12928 found worse value: 339.989658684. iteration 12929 found worse value: 339.989658684. iteration 12930 found worse value: 339.989658684. iteration 12931 found worse value: 339.989658684. iteration 12932 found worse value: 339.989658684. iteration 12933 found worse value: 339.989658684. iteration 12934 found worse value: 339.989658684. iteration 12935 found worse value: 339.989658684. iteration 12936 found worse value: 339.989658684. iteration 12937 found worse value: 339.989658684. iteration 12938 found worse value: 339.989658684. iteration 12939 found worse value: 339.989658684. iteration 12940 found worse value: 339.989658684. iteration 12941 found worse value: 339.989658684. iteration 12942 found worse value: 339.989658684. iteration 12943 found worse value: 339.989658684. iteration 12944 found worse value: 339.989658684. iteration 12945 found worse value: 339.989658684. iteration 12946 found worse value: 339.989658684. iteration 12947 found worse value: 339.989658684. iteration 12948 found worse value: 339.989658684. iteration 12949 found worse value: 339.989658684. iteration 12950 found worse value: 339.989658684. iteration 12951 found worse value: 339.989658684. iteration 12952 found worse value: 339.989658684. iteration 12953 found worse value: 339.989658684. iteration 12954 found worse value: 339.989658684. iteration 12955 found worse value: 339.989658684. iteration 12956 found worse value: 339.989658684. iteration 12957 found worse value: 339.989658684. iteration 12958 found worse value: 339.989658684. iteration 12959 found worse value: 339.989658684. iteration 12960 found worse value: 339.989658684. iteration 12961 found worse value: 339.989658684. iteration 12962 found worse value: 339.989658684. iteration 12963 found worse value: 339.989658684. iteration 12964 found worse value: 339.989658684. iteration 12965 found worse value: 339.989658684. iteration 12966 found worse value: 339.989658684. iteration 12967 found worse value: 339.989658684. iteration 12968 found worse value: 339.989658684. iteration 12969 found worse value: 339.989658684. iteration 12970 found worse value: 339.989658684. iteration 12971 found worse value: 339.989658684. iteration 12972 found worse value: 339.989658684. iteration 12973 found worse value: 339.989658684. iteration 12974 found worse value: 339.989658684. iteration 12975 found worse value: 339.989658684. iteration 12976 found worse value: 339.989658684. iteration 12977 found worse value: 339.989658684. iteration 12978 found worse value: 339.989658684. iteration 12979 found worse value: 339.989658684. iteration 12980 found worse value: 339.989658684. iteration 12981 found worse value: 339.989658684. iteration 12982 found worse value: 339.989658684. iteration 12983 found worse value: 339.989658684. iteration 12984 found worse value: 339.989658684. iteration 12985 found worse value: 339.989658684. iteration 12986 found worse value: 339.989658684. iteration 12987 found worse value: 339.989658684. iteration 12988 found worse value: 339.989658684. iteration 12989 found worse value: 339.989658684. iteration 12990 found worse value: 339.989658684. iteration 12991 found worse value: 339.989658684. iteration 12992 found worse value: 339.989658684. iteration 12993 found worse value: 339.989658684. iteration 12994 found worse value: 339.989658684. iteration 12995 found worse value: 339.989658684. iteration 12996 found worse value: 339.989658684. iteration 12997 found worse value: 339.989658684. iteration 12998 found worse value: 339.989658684. iteration 12999 found worse value: 339.989658684. iteration 13000 found worse value: 339.989658684. iteration 13001 found worse value: 339.989658684. iteration 13002 found worse value: 339.989658684. iteration 13003 found worse value: 339.989658684. iteration 13004 found worse value: 339.989658684. iteration 13005 found worse value: 339.989658684. iteration 13006 found worse value: 339.989658684. iteration 13007 found worse value: 339.989658684. iteration 13008 found worse value: 339.989658684. iteration 13009 found worse value: 339.989658684. iteration 13010 found worse value: 339.989658684. iteration 13011 found worse value: 339.989658684. iteration 13012 found worse value: 339.989658684. iteration 13013 found worse value: 339.989658684. iteration 13014 found worse value: 339.989658684. iteration 13015 found worse value: 339.989658684. iteration 13016 found worse value: 339.989658684. iteration 13017 found worse value: 339.989658684. iteration 13018 found worse value: 339.989658684. iteration 13019 found worse value: 339.989658684. iteration 13020 found worse value: 339.989658684. iteration 13021 found worse value: 339.989658684. iteration 13022 found worse value: 339.989658684. iteration 13023 found worse value: 339.989658684. iteration 13024 found worse value: 339.989658684. iteration 13025 found worse value: 339.989658684. iteration 13026 found worse value: 339.989658684. iteration 13027 found worse value: 339.989658684. iteration 13028 found worse value: 339.989658684. iteration 13029 found worse value: 339.989658684. iteration 13030 found worse value: 339.989658684. iteration 13031 found worse value: 339.989658684. iteration 13032 found worse value: 339.989658684. iteration 13033 found worse value: 339.989658684. iteration 13034 found worse value: 339.989658684. iteration 13035 found worse value: 339.989658684. iteration 13036 found worse value: 339.989658684. iteration 13037 found worse value: 339.989658684. iteration 13038 found worse value: 339.989658684. iteration 13039 found worse value: 339.989658684. iteration 13040 found worse value: 339.989658684. iteration 13041 found worse value: 339.989658684. iteration 13042 found worse value: 339.989658684. iteration 13043 found worse value: 339.989658684. iteration 13044 found worse value: 339.989658684. iteration 13045 found worse value: 339.989658684. iteration 13046 found worse value: 339.989658684. iteration 13047 found worse value: 339.989658684. iteration 13048 found worse value: 339.989658684. iteration 13049 found worse value: 339.989658684. iteration 13050 found worse value: 339.989658684. iteration 13051 found worse value: 339.989658684. iteration 13052 found worse value: 339.989658684. iteration 13053 found worse value: 339.989658684. iteration 13054 found worse value: 339.989658684. iteration 13055 found worse value: 339.989658684. iteration 13056 found worse value: 339.989658684. iteration 13057 found worse value: 339.989658684. iteration 13058 found worse value: 339.989658684. iteration 13059 found worse value: 339.989658684. iteration 13060 found worse value: 339.989658684. iteration 13061 found worse value: 339.989658684. iteration 13062 found worse value: 339.989658684. iteration 13063 found worse value: 339.989658684. iteration 13064 found worse value: 339.989658684. iteration 13065 found worse value: 339.989658684. iteration 13066 found worse value: 339.989658684. iteration 13067 found worse value: 339.989658684. iteration 13068 found worse value: 339.989658684. iteration 13069 found worse value: 339.989658684. iteration 13070 found worse value: 339.989658684. iteration 13071 found worse value: 339.989658684. iteration 13072 found worse value: 339.989658684. iteration 13073 found worse value: 339.989658684. iteration 13074 found worse value: 339.989658684. iteration 13075 found worse value: 339.989658684. iteration 13076 found worse value: 339.989658684. iteration 13077 found worse value: 339.989658684. iteration 13078 found worse value: 339.989658684. iteration 13079 found worse value: 339.989658684. iteration 13080 found worse value: 339.989658684. iteration 13081 found worse value: 339.989658684. iteration 13082 found worse value: 339.989658684. iteration 13083 found worse value: 339.989658684. iteration 13084 found worse value: 339.989658684. iteration 13085 found worse value: 339.989658684. iteration 13086 found worse value: 339.989658684. iteration 13087 found worse value: 339.989658684. iteration 13088 found worse value: 339.989658684. iteration 13089 found worse value: 339.989658684. iteration 13090 found worse value: 339.989658684. iteration 13091 found worse value: 339.989658684. iteration 13092 found worse value: 339.989658684. iteration 13093 found worse value: 339.989658684. iteration 13094 found worse value: 339.989658684. iteration 13095 found worse value: 339.989658684. iteration 13096 found worse value: 339.989658684. iteration 13097 found worse value: 339.989658684. iteration 13098 found worse value: 339.989658684. iteration 13099 found worse value: 339.989658684. iteration 13100 found worse value: 339.989658684. iteration 13101 found worse value: 339.989658684. iteration 13102 found worse value: 339.989658684. iteration 13103 found worse value: 339.989658684. iteration 13104 found worse value: 339.989658684. iteration 13105 found worse value: 339.989658684. iteration 13106 found worse value: 339.989658684. iteration 13107 found worse value: 339.989658684. iteration 13108 found worse value: 339.989658684. iteration 13109 found worse value: 339.989658684. iteration 13110 found worse value: 339.989658684. iteration 13111 found worse value: 339.989658684. iteration 13112 found worse value: 339.989658684. iteration 13113 found worse value: 339.989658684. iteration 13114 found worse value: 339.989658684. iteration 13115 found worse value: 339.989658684. iteration 13116 found worse value: 339.989658684. iteration 13117 found worse value: 339.989658684. iteration 13118 found worse value: 339.989658684. iteration 13119 found worse value: 339.989658684. iteration 13120 found worse value: 339.989658684. iteration 13121 found worse value: 339.989658684. iteration 13122 found worse value: 339.989658684. iteration 13123 found worse value: 339.989658684. iteration 13124 found worse value: 339.989658684. iteration 13125 found worse value: 339.989658684. iteration 13126 found worse value: 339.989658684. iteration 13127 found worse value: 339.989658684. iteration 13128 found worse value: 339.989658684. iteration 13129 found worse value: 339.989658684. iteration 13130 found worse value: 339.989658684. iteration 13131 found worse value: 339.989658684. iteration 13132 found worse value: 339.989658684. iteration 13133 found worse value: 339.989658684. iteration 13134 found worse value: 339.989658684. iteration 13135 found worse value: 339.989658684. iteration 13136 found worse value: 339.989658684. iteration 13137 found worse value: 339.989658684. iteration 13138 found worse value: 339.989658684. iteration 13139 found worse value: 339.989658684. iteration 13140 found worse value: 339.989658684. iteration 13141 found worse value: 339.989658684. iteration 13142 found worse value: 339.989658684. iteration 13143 found worse value: 339.989658684. iteration 13144 found worse value: 339.989658684. iteration 13145 found worse value: 339.989658684. iteration 13146 found worse value: 339.989658684. iteration 13147 found worse value: 339.989658684. iteration 13148 found worse value: 339.989658684. iteration 13149 found worse value: 339.989658684. iteration 13150 found worse value: 339.989658684. iteration 13151 found worse value: 339.989658684. iteration 13152 found worse value: 339.989658684. iteration 13153 found worse value: 339.989658684. iteration 13154 found worse value: 339.989658684. iteration 13155 found worse value: 339.989658684. iteration 13156 found worse value: 339.989658684. iteration 13157 found worse value: 339.989658684. iteration 13158 found worse value: 339.989658684. iteration 13159 found worse value: 339.989658684. iteration 13160 found worse value: 339.989658684. iteration 13161 found worse value: 339.989658684. iteration 13162 found worse value: 339.989658684. iteration 13163 found worse value: 339.989658684. iteration 13164 found worse value: 339.989658684. iteration 13165 found worse value: 339.989658684. iteration 13166 found worse value: 339.989658684. iteration 13167 found worse value: 339.989658684. iteration 13168 found worse value: 339.989658684. iteration 13169 found worse value: 339.989658684. iteration 13170 found worse value: 339.989658684. iteration 13171 found worse value: 339.989658684. iteration 13172 found worse value: 339.989658684. iteration 13173 found worse value: 339.989658684. iteration 13174 found worse value: 339.989658684. iteration 13175 found worse value: 339.989658684. iteration 13176 found worse value: 339.989658684. iteration 13177 found worse value: 339.989658684. iteration 13178 found worse value: 339.989658684. iteration 13179 found worse value: 339.989658684. iteration 13180 found worse value: 339.989658684. iteration 13181 found worse value: 339.989658684. iteration 13182 found worse value: 339.989658684. iteration 13183 found worse value: 339.989658684. iteration 13184 found worse value: 339.989658684. iteration 13185 found worse value: 339.989658684. iteration 13186 found worse value: 339.989658684. iteration 13187 found worse value: 339.989658684. iteration 13188 found worse value: 339.989658684. iteration 13189 found worse value: 339.989658684. iteration 13190 found worse value: 339.989658684. iteration 13191 found worse value: 339.989658684. iteration 13192 found worse value: 339.989658684. iteration 13193 found worse value: 339.989658684. iteration 13194 found worse value: 339.989658684. iteration 13195 found worse value: 339.989658684. iteration 13196 found worse value: 339.989658684. iteration 13197 found worse value: 339.989658684. iteration 13198 found worse value: 339.989658684. iteration 13199 found worse value: 339.989658684. iteration 13200 found worse value: 339.989658684. iteration 13201 found worse value: 339.989658684. iteration 13202 found worse value: 339.989658684. iteration 13203 found worse value: 339.989658684. iteration 13204 found worse value: 339.989658684. iteration 13205 found worse value: 339.989658684. iteration 13206 found worse value: 339.989658684. iteration 13207 found worse value: 339.989658684. iteration 13208 found worse value: 339.989658684. iteration 13209 found worse value: 339.989658684. iteration 13210 found worse value: 339.989658684. iteration 13211 found worse value: 339.989658684. iteration 13212 found worse value: 339.989658684. iteration 13213 found worse value: 339.989658684. iteration 13214 found worse value: 339.989658684. iteration 13215 found worse value: 339.989658684. iteration 13216 found worse value: 339.989658684. iteration 13217 found worse value: 339.989658684. iteration 13218 found worse value: 339.989658684. iteration 13219 found worse value: 339.989658684. iteration 13220 found worse value: 339.989658684. iteration 13221 found worse value: 339.989658684. iteration 13222 found worse value: 339.989658684. iteration 13223 found worse value: 339.989658684. iteration 13224 found worse value: 339.989658684. iteration 13225 found worse value: 339.989658684. iteration 13226 found worse value: 339.989658684. iteration 13227 found worse value: 339.989658684. iteration 13228 found worse value: 339.989658684. iteration 13229 found worse value: 339.989658684. iteration 13230 found worse value: 339.989658684. iteration 13231 found worse value: 339.989658684. iteration 13232 found worse value: 339.989658684. iteration 13233 found worse value: 339.989658684. iteration 13234 found worse value: 339.989658684. iteration 13235 found worse value: 339.989658684. iteration 13236 found worse value: 339.989658684. iteration 13237 found worse value: 339.989658684. iteration 13238 found worse value: 339.989658684. iteration 13239 found worse value: 339.989658684. iteration 13240 found worse value: 339.989658684. iteration 13241 found worse value: 339.989658684. iteration 13242 found worse value: 339.989658684. iteration 13243 found worse value: 339.989658684. iteration 13244 found worse value: 339.989658684. iteration 13245 found worse value: 339.989658684. iteration 13246 found worse value: 339.989658684. iteration 13247 found worse value: 339.989658684. iteration 13248 found worse value: 339.989658684. iteration 13249 found worse value: 339.989658684. iteration 13250 found worse value: 339.989658684. iteration 13251 found worse value: 339.989658684. iteration 13252 found worse value: 339.989658684. iteration 13253 found worse value: 339.989658684. iteration 13254 found worse value: 339.989658684. iteration 13255 found worse value: 339.989658684. iteration 13256 found worse value: 339.989658684. iteration 13257 found worse value: 339.989658684. iteration 13258 found worse value: 339.989658684. iteration 13259 found worse value: 339.989658684. iteration 13260 found worse value: 339.989658684. iteration 13261 found worse value: 339.989658684. iteration 13262 found worse value: 339.989658684. iteration 13263 found worse value: 339.989658684. iteration 13264 found worse value: 339.989658684. iteration 13265 found worse value: 339.989658684. iteration 13266 found worse value: 339.989658684. iteration 13267 found worse value: 339.989658684. iteration 13268 found worse value: 339.989658684. iteration 13269 found worse value: 339.989658684. iteration 13270 found worse value: 339.989658684. iteration 13271 found worse value: 339.989658684. iteration 13272 found worse value: 339.989658684. iteration 13273 found worse value: 339.989658684. iteration 13274 found worse value: 339.989658684. iteration 13275 found worse value: 339.989658684. iteration 13276 found worse value: 339.989658684. iteration 13277 found worse value: 339.989658684. iteration 13278 found worse value: 339.989658684. iteration 13279 found worse value: 339.989658684. iteration 13280 found worse value: 339.989658684. iteration 13281 found worse value: 339.989658684. iteration 13282 found worse value: 339.989658684. iteration 13283 found worse value: 339.989658684. iteration 13284 found worse value: 339.989658684. iteration 13285 found worse value: 339.989658684. iteration 13286 found worse value: 339.989658684. iteration 13287 found worse value: 339.989658684. iteration 13288 found worse value: 339.989658684. iteration 13289 found worse value: 339.989658684. iteration 13290 found worse value: 339.989658684. iteration 13291 found worse value: 339.989658684. iteration 13292 found worse value: 339.989658684. iteration 13293 found worse value: 339.989658684. iteration 13294 found worse value: 339.989658684. iteration 13295 found worse value: 339.989658684. iteration 13296 found worse value: 339.989658684. iteration 13297 found worse value: 339.989658684. iteration 13298 found worse value: 339.989658684. iteration 13299 found worse value: 339.989658684. iteration 13300 found worse value: 339.989658684. iteration 13301 found worse value: 339.989658684. iteration 13302 found worse value: 339.989658684. iteration 13303 found worse value: 339.989658684. iteration 13304 found worse value: 339.989658684. iteration 13305 found worse value: 339.989658684. iteration 13306 found worse value: 339.989658684. iteration 13307 found worse value: 339.989658684. iteration 13308 found worse value: 339.989658684. iteration 13309 found worse value: 339.989658684. iteration 13310 found worse value: 339.989658684. iteration 13311 found worse value: 339.989658684. iteration 13312 found worse value: 339.989658684. iteration 13313 found worse value: 339.989658684. iteration 13314 found worse value: 339.989658684. iteration 13315 found worse value: 339.989658684. iteration 13316 found worse value: 339.989658684. iteration 13317 found worse value: 339.989658684. iteration 13318 found worse value: 339.989658684. iteration 13319 found worse value: 339.989658684. iteration 13320 found worse value: 339.989658684. iteration 13321 found worse value: 339.989658684. iteration 13322 found worse value: 339.989658684. iteration 13323 found worse value: 339.989658684. iteration 13324 found worse value: 339.989658684. iteration 13325 found worse value: 339.989658684. iteration 13326 found worse value: 339.989658684. iteration 13327 found worse value: 339.989658684. iteration 13328 found worse value: 339.989658684. iteration 13329 found worse value: 339.989658684. iteration 13330 found worse value: 339.989658684. iteration 13331 found worse value: 339.989658684. iteration 13332 found worse value: 339.989658684. iteration 13333 found worse value: 339.989658684. iteration 13334 found worse value: 339.989658684. iteration 13335 found worse value: 339.989658684. iteration 13336 found worse value: 339.989658684. iteration 13337 found worse value: 339.989658684. iteration 13338 found worse value: 339.989658684. iteration 13339 found worse value: 339.989658684. iteration 13340 found worse value: 339.989658684. iteration 13341 found worse value: 339.989658684. iteration 13342 found worse value: 339.989658684. iteration 13343 found worse value: 339.989658684. iteration 13344 found worse value: 339.989658684. iteration 13345 found worse value: 339.989658684. iteration 13346 found worse value: 339.989658684. iteration 13347 found worse value: 339.989658684. iteration 13348 found worse value: 339.989658684. iteration 13349 found worse value: 339.989658684. iteration 13350 found worse value: 339.989658684. iteration 13351 found worse value: 339.989658684. iteration 13352 found worse value: 339.989658684. iteration 13353 found worse value: 339.989658684. iteration 13354 found worse value: 339.989658684. iteration 13355 found worse value: 339.989658684. iteration 13356 found worse value: 339.989658684. iteration 13357 found worse value: 339.989658684. iteration 13358 found worse value: 339.989658684. iteration 13359 found worse value: 339.989658684. iteration 13360 found worse value: 339.989658684. iteration 13361 found worse value: 339.989658684. iteration 13362 found worse value: 339.989658684. iteration 13363 found worse value: 339.989658684. iteration 13364 found worse value: 339.989658684. iteration 13365 found worse value: 339.989658684. iteration 13366 found worse value: 339.989658684. iteration 13367 found worse value: 339.989658684. iteration 13368 found worse value: 339.989658684. iteration 13369 found worse value: 339.989658684. iteration 13370 found worse value: 339.989658684. iteration 13371 found worse value: 339.989658684. iteration 13372 found worse value: 339.989658684. iteration 13373 found worse value: 339.989658684. iteration 13374 found worse value: 339.989658684. iteration 13375 found worse value: 339.989658684. iteration 13376 found worse value: 339.989658684. iteration 13377 found worse value: 339.989658684. iteration 13378 found worse value: 339.989658684. iteration 13379 found worse value: 339.989658684. iteration 13380 found worse value: 339.989658684. iteration 13381 found worse value: 339.989658684. iteration 13382 found worse value: 339.989658684. iteration 13383 found worse value: 339.989658684. iteration 13384 found worse value: 339.989658684. iteration 13385 found worse value: 339.989658684. iteration 13386 found worse value: 339.989658684. iteration 13387 found worse value: 339.989658684. iteration 13388 found worse value: 339.989658684. iteration 13389 found worse value: 339.989658684. iteration 13390 found worse value: 339.989658684. iteration 13391 found worse value: 339.989658684. iteration 13392 found worse value: 339.989658684. iteration 13393 found worse value: 339.989658684. iteration 13394 found worse value: 339.989658684. iteration 13395 found worse value: 339.989658684. iteration 13396 found worse value: 339.989658684. iteration 13397 found worse value: 339.989658684. iteration 13398 found worse value: 339.989658684. iteration 13399 found worse value: 339.989658684. iteration 13400 found worse value: 339.989658684. iteration 13401 found worse value: 339.989658684. iteration 13402 found worse value: 339.989658684. iteration 13403 found worse value: 339.989658684. iteration 13404 found worse value: 339.989658684. iteration 13405 found worse value: 339.989658684. iteration 13406 found worse value: 339.989658684. iteration 13407 found worse value: 339.989658684. iteration 13408 found worse value: 339.989658684. iteration 13409 found worse value: 339.989658684. iteration 13410 found worse value: 339.989658684. iteration 13411 found worse value: 339.989658684. iteration 13412 found worse value: 339.989658684. iteration 13413 found worse value: 339.989658684. iteration 13414 found worse value: 339.989658684. iteration 13415 found worse value: 339.989658684. iteration 13416 found worse value: 339.989658684. iteration 13417 found worse value: 339.989658684. iteration 13418 found worse value: 339.989658684. iteration 13419 found worse value: 339.989658684. iteration 13420 found worse value: 339.989658684. iteration 13421 found worse value: 339.989658684. iteration 13422 found worse value: 339.989658684. iteration 13423 found worse value: 339.989658684. iteration 13424 found worse value: 339.989658684. iteration 13425 found worse value: 339.989658684. iteration 13426 found worse value: 339.989658684. iteration 13427 found worse value: 339.989658684. iteration 13428 found worse value: 339.989658684. iteration 13429 found worse value: 339.989658684. iteration 13430 found worse value: 339.989658684. iteration 13431 found worse value: 339.989658684. iteration 13432 found worse value: 339.989658684. iteration 13433 found worse value: 339.989658684. iteration 13434 found worse value: 339.989658684. iteration 13435 found worse value: 339.989658684. iteration 13436 found worse value: 339.989658684. iteration 13437 found worse value: 339.989658684. iteration 13438 found worse value: 339.989658684. iteration 13439 found worse value: 339.989658684. iteration 13440 found worse value: 339.989658684. iteration 13441 found worse value: 339.989658684. iteration 13442 found worse value: 339.989658684. iteration 13443 found worse value: 339.989658684. iteration 13444 found worse value: 339.989658684. iteration 13445 found worse value: 339.989658684. iteration 13446 found worse value: 339.989658684. iteration 13447 found worse value: 339.989658684. iteration 13448 found worse value: 339.989658684. iteration 13449 found worse value: 339.989658684. iteration 13450 found worse value: 339.989658684. iteration 13451 found worse value: 339.989658684. iteration 13452 found worse value: 339.989658684. iteration 13453 found worse value: 339.989658684. iteration 13454 found worse value: 339.989658684. iteration 13455 found worse value: 339.989658684. iteration 13456 found worse value: 339.989658684. iteration 13457 found worse value: 339.989658684. iteration 13458 found worse value: 339.989658684. iteration 13459 found worse value: 339.989658684. iteration 13460 found worse value: 339.989658684. iteration 13461 found worse value: 339.989658684. iteration 13462 found worse value: 339.989658684. iteration 13463 found worse value: 339.989658684. iteration 13464 found worse value: 339.989658684. iteration 13465 found worse value: 339.989658684. iteration 13466 found worse value: 339.989658684. iteration 13467 found worse value: 339.989658684. iteration 13468 found worse value: 339.989658684. iteration 13469 found worse value: 339.989658684. iteration 13470 found worse value: 339.989658684. iteration 13471 found worse value: 339.989658684. iteration 13472 found worse value: 339.989658684. iteration 13473 found worse value: 339.989658684. iteration 13474 found worse value: 339.989658684. iteration 13475 found worse value: 339.989658684. iteration 13476 found worse value: 339.989658684. iteration 13477 found worse value: 339.989658684. iteration 13478 found worse value: 339.989658684. iteration 13479 found worse value: 339.989658684. iteration 13480 found worse value: 339.989658684. iteration 13481 found worse value: 339.989658684. iteration 13482 found worse value: 339.989658684. iteration 13483 found worse value: 339.989658684. iteration 13484 found worse value: 339.989658684. iteration 13485 found worse value: 339.989658684. iteration 13486 found worse value: 339.989658684. iteration 13487 found worse value: 339.989658684. iteration 13488 found worse value: 339.989658684. iteration 13489 found worse value: 339.989658684. iteration 13490 found worse value: 339.989658684. iteration 13491 found worse value: 339.989658684. iteration 13492 found worse value: 339.989658684. iteration 13493 found worse value: 339.989658684. iteration 13494 found worse value: 339.989658684. iteration 13495 found worse value: 339.989658684. iteration 13496 found worse value: 339.989658684. iteration 13497 found worse value: 339.989658684. iteration 13498 found worse value: 339.989658684. iteration 13499 found worse value: 339.989658684. iteration 13500 found worse value: 339.989658684. iteration 13501 found worse value: 339.989658684. iteration 13502 found worse value: 339.989658684. iteration 13503 found worse value: 339.989658684. iteration 13504 found worse value: 339.989658684. iteration 13505 found worse value: 339.989658684. iteration 13506 found worse value: 339.989658684. iteration 13507 found worse value: 339.989658684. iteration 13508 found worse value: 339.989658684. iteration 13509 found worse value: 339.989658684. iteration 13510 found worse value: 339.989658684. iteration 13511 found worse value: 339.989658684. iteration 13512 found worse value: 339.989658684. iteration 13513 found worse value: 339.989658684. iteration 13514 found worse value: 339.989658684. iteration 13515 found worse value: 339.989658684. iteration 13516 found worse value: 339.989658684. iteration 13517 found worse value: 339.989658684. iteration 13518 found worse value: 339.989658684. iteration 13519 found worse value: 339.989658684. iteration 13520 found worse value: 339.989658684. iteration 13521 found worse value: 339.989658684. iteration 13522 found worse value: 339.989658684. iteration 13523 found worse value: 339.989658684. iteration 13524 found worse value: 339.989658684. iteration 13525 found worse value: 339.989658684. iteration 13526 found worse value: 339.989658684. iteration 13527 found worse value: 339.989658684. iteration 13528 found worse value: 339.989658684. iteration 13529 found worse value: 339.989658684. iteration 13530 found worse value: 339.989658684. iteration 13531 found worse value: 339.989658684. iteration 13532 found worse value: 339.989658684. iteration 13533 found worse value: 339.989658684. iteration 13534 found worse value: 339.989658684. iteration 13535 found worse value: 339.989658684. iteration 13536 found worse value: 339.989658684. iteration 13537 found worse value: 339.989658684. iteration 13538 found worse value: 339.989658684. iteration 13539 found worse value: 339.989658684. iteration 13540 found worse value: 339.989658684. iteration 13541 found worse value: 339.989658684. iteration 13542 found worse value: 339.989658684. iteration 13543 found worse value: 339.989658684. iteration 13544 found worse value: 339.989658684. iteration 13545 found worse value: 339.989658684. iteration 13546 found worse value: 339.989658684. iteration 13547 found worse value: 339.989658684. iteration 13548 found worse value: 339.989658684. iteration 13549 found worse value: 339.989658684. iteration 13550 found worse value: 339.989658684. iteration 13551 found worse value: 339.989658684. iteration 13552 found worse value: 339.989658684. iteration 13553 found worse value: 339.989658684. iteration 13554 found worse value: 339.989658684. iteration 13555 found worse value: 339.989658684. iteration 13556 found worse value: 339.989658684. iteration 13557 found worse value: 339.989658684. iteration 13558 found worse value: 339.989658684. iteration 13559 found worse value: 339.989658684. iteration 13560 found worse value: 339.989658684. iteration 13561 found worse value: 339.989658684. iteration 13562 found worse value: 339.989658684. iteration 13563 found worse value: 339.989658684. iteration 13564 found worse value: 339.989658684. iteration 13565 found worse value: 339.989658684. iteration 13566 found worse value: 339.989658684. iteration 13567 found worse value: 339.989658684. iteration 13568 found worse value: 339.989658684. iteration 13569 found worse value: 339.989658684. iteration 13570 found worse value: 339.989658684. iteration 13571 found worse value: 339.989658684. iteration 13572 found worse value: 339.989658684. iteration 13573 found worse value: 339.989658684. iteration 13574 found worse value: 339.989658684. iteration 13575 found worse value: 339.989658684. iteration 13576 found worse value: 339.989658684. iteration 13577 found worse value: 339.989658684. iteration 13578 found worse value: 339.989658684. iteration 13579 found worse value: 339.989658684. iteration 13580 found worse value: 339.989658684. iteration 13581 found worse value: 339.989658684. iteration 13582 found worse value: 339.989658684. iteration 13583 found worse value: 339.989658684. iteration 13584 found worse value: 339.989658684. iteration 13585 found worse value: 339.989658684. iteration 13586 found worse value: 339.989658684. iteration 13587 found worse value: 339.989658684. iteration 13588 found worse value: 339.989658684. iteration 13589 found worse value: 339.989658684. iteration 13590 found worse value: 339.989658684. iteration 13591 found worse value: 339.989658684. iteration 13592 found worse value: 339.989658684. iteration 13593 found worse value: 339.989658684. iteration 13594 found worse value: 339.989658684. iteration 13595 found worse value: 339.989658684. iteration 13596 found worse value: 339.989658684. iteration 13597 found worse value: 339.989658684. iteration 13598 found worse value: 339.989658684. iteration 13599 found worse value: 339.989658684. iteration 13600 found worse value: 339.989658684. iteration 13601 found worse value: 339.989658684. iteration 13602 found worse value: 339.989658684. iteration 13603 found worse value: 339.989658684. iteration 13604 found worse value: 339.989658684. iteration 13605 found worse value: 339.989658684. iteration 13606 found worse value: 339.989658684. iteration 13607 found worse value: 339.989658684. iteration 13608 found worse value: 339.989658684. iteration 13609 found worse value: 339.989658684. iteration 13610 found worse value: 339.989658684. iteration 13611 found worse value: 339.989658684. iteration 13612 found worse value: 339.989658684. iteration 13613 found worse value: 339.989658684. iteration 13614 found worse value: 339.989658684. iteration 13615 found worse value: 339.989658684. iteration 13616 found worse value: 339.989658684. iteration 13617 found worse value: 339.989658684. iteration 13618 found worse value: 339.989658684. iteration 13619 found worse value: 339.989658684. iteration 13620 found worse value: 339.989658684. iteration 13621 found worse value: 339.989658684. iteration 13622 found worse value: 339.989658684. iteration 13623 found worse value: 339.989658684. iteration 13624 found worse value: 339.989658684. iteration 13625 found worse value: 339.989658684. iteration 13626 found worse value: 339.989658684. iteration 13627 found worse value: 339.989658684. iteration 13628 found worse value: 339.989658684. iteration 13629 found worse value: 339.989658684. iteration 13630 found worse value: 339.989658684. iteration 13631 found worse value: 339.989658684. iteration 13632 found worse value: 339.989658684. iteration 13633 found worse value: 339.989658684. iteration 13634 found worse value: 339.989658684. iteration 13635 found worse value: 339.989658684. iteration 13636 found worse value: 339.989658684. iteration 13637 found worse value: 339.989658684. iteration 13638 found worse value: 339.989658684. iteration 13639 found worse value: 339.989658684. iteration 13640 found worse value: 339.989658684. iteration 13641 found worse value: 339.989658684. iteration 13642 found worse value: 339.989658684. iteration 13643 found worse value: 339.989658684. iteration 13644 found worse value: 339.989658684. iteration 13645 found worse value: 339.989658684. iteration 13646 found worse value: 339.989658684. iteration 13647 found worse value: 339.989658684. iteration 13648 found worse value: 339.989658684. iteration 13649 found worse value: 339.989658684. iteration 13650 found worse value: 339.989658684. iteration 13651 found worse value: 339.989658684. iteration 13652 found worse value: 339.989658684. iteration 13653 found worse value: 339.989658684. iteration 13654 found worse value: 339.989658684. iteration 13655 found worse value: 339.989658684. iteration 13656 found worse value: 339.989658684. iteration 13657 found worse value: 339.989658684. iteration 13658 found worse value: 339.989658684. iteration 13659 found worse value: 339.989658684. iteration 13660 found worse value: 339.989658684. iteration 13661 found worse value: 339.989658684. iteration 13662 found worse value: 339.989658684. iteration 13663 found worse value: 339.989658684. iteration 13664 found worse value: 339.989658684. iteration 13665 found worse value: 339.989658684. iteration 13666 found worse value: 339.989658684. iteration 13667 found worse value: 339.989658684. iteration 13668 found worse value: 339.989658684. iteration 13669 found worse value: 339.989658684. iteration 13670 found worse value: 339.989658684. iteration 13671 found worse value: 339.989658684. iteration 13672 found worse value: 339.989658684. iteration 13673 found worse value: 339.989658684. iteration 13674 found worse value: 339.989658684. iteration 13675 found worse value: 339.989658684. iteration 13676 found worse value: 339.989658684. iteration 13677 found worse value: 339.989658684. iteration 13678 found worse value: 339.989658684. iteration 13679 found worse value: 339.989658684. iteration 13680 found worse value: 339.989658684. iteration 13681 found worse value: 339.989658684. iteration 13682 found worse value: 339.989658684. iteration 13683 found worse value: 339.989658684. iteration 13684 found worse value: 339.989658684. iteration 13685 found worse value: 339.989658684. iteration 13686 found worse value: 339.989658684. iteration 13687 found worse value: 339.989658684. iteration 13688 found worse value: 339.989658684. iteration 13689 found worse value: 339.989658684. iteration 13690 found worse value: 339.989658684. iteration 13691 found worse value: 339.989658684. iteration 13692 found worse value: 339.989658684. iteration 13693 found worse value: 339.989658684. iteration 13694 found worse value: 339.989658684. iteration 13695 found worse value: 339.989658684. iteration 13696 found worse value: 339.989658684. iteration 13697 found worse value: 339.989658684. iteration 13698 found worse value: 339.989658684. iteration 13699 found worse value: 339.989658684. iteration 13700 found worse value: 339.989658684. iteration 13701 found worse value: 339.989658684. iteration 13702 found worse value: 339.989658684. iteration 13703 found worse value: 339.989658684. iteration 13704 found worse value: 339.989658684. iteration 13705 found worse value: 339.989658684. iteration 13706 found worse value: 339.989658684. iteration 13707 found worse value: 339.989658684. iteration 13708 found worse value: 339.989658684. iteration 13709 found worse value: 339.989658684. iteration 13710 found worse value: 339.989658684. iteration 13711 found worse value: 339.989658684. iteration 13712 found worse value: 339.989658684. iteration 13713 found worse value: 339.989658684. iteration 13714 found worse value: 339.989658684. iteration 13715 found worse value: 339.989658684. iteration 13716 found worse value: 339.989658684. iteration 13717 found worse value: 339.989658684. iteration 13718 found worse value: 339.989658684. iteration 13719 found worse value: 339.989658684. iteration 13720 found worse value: 339.989658684. iteration 13721 found worse value: 339.989658684. iteration 13722 found worse value: 339.989658684. iteration 13723 found worse value: 339.989658684. iteration 13724 found worse value: 339.989658684. iteration 13725 found worse value: 339.989658684. iteration 13726 found worse value: 339.989658684. iteration 13727 found worse value: 339.989658684. iteration 13728 found worse value: 339.989658684. iteration 13729 found worse value: 339.989658684. iteration 13730 found worse value: 339.989658684. iteration 13731 found worse value: 339.989658684. iteration 13732 found worse value: 339.989658684. iteration 13733 found worse value: 339.989658684. iteration 13734 found worse value: 339.989658684. iteration 13735 found worse value: 339.989658684. iteration 13736 found worse value: 339.989658684. iteration 13737 found worse value: 339.989658684. iteration 13738 found worse value: 339.989658684. iteration 13739 found worse value: 339.989658684. iteration 13740 found worse value: 339.989658684. iteration 13741 found worse value: 339.989658684. iteration 13742 found worse value: 339.989658684. iteration 13743 found worse value: 339.989658684. iteration 13744 found worse value: 339.989658684. iteration 13745 found worse value: 339.989658684. iteration 13746 found worse value: 339.989658684. iteration 13747 found worse value: 339.989658684. iteration 13748 found worse value: 339.989658684. iteration 13749 found worse value: 339.989658684. iteration 13750 found worse value: 339.989658684. iteration 13751 found worse value: 339.989658684. iteration 13752 found worse value: 339.989658684. iteration 13753 found worse value: 339.989658684. iteration 13754 found worse value: 339.989658684. iteration 13755 found worse value: 339.989658684. iteration 13756 found worse value: 339.989658684. iteration 13757 found worse value: 339.989658684. iteration 13758 found worse value: 339.989658684. iteration 13759 found worse value: 339.989658684. iteration 13760 found worse value: 339.989658684. iteration 13761 found worse value: 339.989658684. iteration 13762 found worse value: 339.989658684. iteration 13763 found worse value: 339.989658684. iteration 13764 found worse value: 339.989658684. iteration 13765 found worse value: 339.989658684. iteration 13766 found worse value: 339.989658684. iteration 13767 found worse value: 339.989658684. iteration 13768 found worse value: 339.989658684. iteration 13769 found worse value: 339.989658684. iteration 13770 found worse value: 339.989658684. iteration 13771 found worse value: 339.989658684. iteration 13772 found worse value: 339.989658684. iteration 13773 found worse value: 339.989658684. iteration 13774 found worse value: 339.989658684. iteration 13775 found worse value: 339.989658684. iteration 13776 found worse value: 339.989658684. iteration 13777 found worse value: 339.989658684. iteration 13778 found worse value: 339.989658684. iteration 13779 found worse value: 339.989658684. iteration 13780 found worse value: 339.989658684. iteration 13781 found worse value: 339.989658684. iteration 13782 found worse value: 339.989658684. iteration 13783 found worse value: 339.989658684. iteration 13784 found worse value: 339.989658684. iteration 13785 found worse value: 339.989658684. iteration 13786 found worse value: 339.989658684. iteration 13787 found worse value: 339.989658684. iteration 13788 found worse value: 339.989658684. iteration 13789 found worse value: 339.989658684. iteration 13790 found worse value: 339.989658684. iteration 13791 found worse value: 339.989658684. iteration 13792 found worse value: 339.989658684. iteration 13793 found worse value: 339.989658684. iteration 13794 found worse value: 339.989658684. iteration 13795 found worse value: 339.989658684. iteration 13796 found worse value: 339.989658684. iteration 13797 found worse value: 339.989658684. iteration 13798 found worse value: 339.989658684. iteration 13799 found worse value: 339.989658684. iteration 13800 found worse value: 339.989658684. iteration 13801 found worse value: 339.989658684. iteration 13802 found worse value: 339.989658684. iteration 13803 found worse value: 339.989658684. iteration 13804 found worse value: 339.989658684. iteration 13805 found worse value: 339.989658684. iteration 13806 found worse value: 339.989658684. iteration 13807 found worse value: 339.989658684. iteration 13808 found worse value: 339.989658684. iteration 13809 found worse value: 339.989658684. iteration 13810 found worse value: 339.989658684. iteration 13811 found worse value: 339.989658684. iteration 13812 found worse value: 339.989658684. iteration 13813 found worse value: 339.989658684. iteration 13814 found worse value: 339.989658684. iteration 13815 found worse value: 339.989658684. iteration 13816 found worse value: 339.989658684. iteration 13817 found worse value: 339.989658684. iteration 13818 found worse value: 339.989658684. iteration 13819 found worse value: 339.989658684. iteration 13820 found worse value: 339.989658684. iteration 13821 found worse value: 339.989658684. iteration 13822 found worse value: 339.989658684. iteration 13823 found worse value: 339.989658684. iteration 13824 found worse value: 339.989658684. iteration 13825 found worse value: 339.989658684. iteration 13826 found worse value: 339.989658684. iteration 13827 found worse value: 339.989658684. iteration 13828 found worse value: 339.989658684. iteration 13829 found worse value: 339.989658684. iteration 13830 found worse value: 339.989658684. iteration 13831 found worse value: 339.989658684. iteration 13832 found worse value: 339.989658684. iteration 13833 found worse value: 339.989658684. iteration 13834 found worse value: 339.989658684. iteration 13835 found worse value: 339.989658684. iteration 13836 found worse value: 339.989658684. iteration 13837 found worse value: 339.989658684. iteration 13838 found worse value: 339.989658684. iteration 13839 found worse value: 339.989658684. iteration 13840 found worse value: 339.989658684. iteration 13841 found worse value: 339.989658684. iteration 13842 found worse value: 339.989658684. iteration 13843 found worse value: 339.989658684. iteration 13844 found worse value: 339.989658684. iteration 13845 found worse value: 339.989658684. iteration 13846 found worse value: 339.989658684. iteration 13847 found worse value: 339.989658684. iteration 13848 found worse value: 339.989658684. iteration 13849 found worse value: 339.989658684. iteration 13850 found worse value: 339.989658684. iteration 13851 found worse value: 339.989658684. iteration 13852 found worse value: 339.989658684. iteration 13853 found worse value: 339.989658684. iteration 13854 found worse value: 339.989658684. iteration 13855 found worse value: 339.989658684. iteration 13856 found worse value: 339.989658684. iteration 13857 found worse value: 339.989658684. iteration 13858 found worse value: 339.989658684. iteration 13859 found worse value: 339.989658684. iteration 13860 found worse value: 339.989658684. iteration 13861 found worse value: 339.989658684. iteration 13862 found worse value: 339.989658684. iteration 13863 found worse value: 339.989658684. iteration 13864 found worse value: 339.989658684. iteration 13865 found worse value: 339.989658684. iteration 13866 found worse value: 339.989658684. iteration 13867 found worse value: 339.989658684. iteration 13868 found worse value: 339.989658684. iteration 13869 found worse value: 339.989658684. iteration 13870 found worse value: 339.989658684. iteration 13871 found worse value: 339.989658684. iteration 13872 found worse value: 339.989658684. iteration 13873 found worse value: 339.989658684. iteration 13874 found worse value: 339.989658684. iteration 13875 found worse value: 339.989658684. iteration 13876 found worse value: 339.989658684. iteration 13877 found worse value: 339.989658684. iteration 13878 found worse value: 339.989658684. iteration 13879 found worse value: 339.989658684. iteration 13880 found worse value: 339.989658684. iteration 13881 found worse value: 339.989658684. iteration 13882 found worse value: 339.989658684. iteration 13883 found worse value: 339.989658684. iteration 13884 found worse value: 339.989658684. iteration 13885 found worse value: 339.989658684. iteration 13886 found worse value: 339.989658684. iteration 13887 found worse value: 339.989658684. iteration 13888 found worse value: 339.989658684. iteration 13889 found worse value: 339.989658684. iteration 13890 found worse value: 339.989658684. iteration 13891 found worse value: 339.989658684. iteration 13892 found worse value: 339.989658684. iteration 13893 found worse value: 339.989658684. iteration 13894 found worse value: 339.989658684. iteration 13895 found worse value: 339.989658684. iteration 13896 found worse value: 339.989658684. iteration 13897 found worse value: 339.989658684. iteration 13898 found worse value: 339.989658684. iteration 13899 found worse value: 339.989658684. iteration 13900 found worse value: 339.989658684. iteration 13901 found worse value: 339.989658684. iteration 13902 found worse value: 339.989658684. iteration 13903 found worse value: 339.989658684. iteration 13904 found worse value: 339.989658684. iteration 13905 found worse value: 339.989658684. iteration 13906 found worse value: 339.989658684. iteration 13907 found worse value: 339.989658684. iteration 13908 found worse value: 339.989658684. iteration 13909 found worse value: 339.989658684. iteration 13910 found worse value: 339.989658684. iteration 13911 found worse value: 339.989658684. iteration 13912 found worse value: 339.989658684. iteration 13913 found worse value: 339.989658684. iteration 13914 found worse value: 339.989658684. iteration 13915 found worse value: 339.989658684. iteration 13916 found worse value: 339.989658684. iteration 13917 found worse value: 339.989658684. iteration 13918 found worse value: 339.989658684. iteration 13919 found worse value: 339.989658684. iteration 13920 found worse value: 339.989658684. iteration 13921 found worse value: 339.989658684. iteration 13922 found worse value: 339.989658684. iteration 13923 found worse value: 339.989658684. iteration 13924 found worse value: 339.989658684. iteration 13925 found worse value: 339.989658684. iteration 13926 found worse value: 339.989658684. iteration 13927 found worse value: 339.989658684. iteration 13928 found worse value: 339.989658684. iteration 13929 found worse value: 339.989658684. iteration 13930 found worse value: 339.989658684. iteration 13931 found worse value: 339.989658684. iteration 13932 found worse value: 339.989658684. iteration 13933 found worse value: 339.989658684. iteration 13934 found worse value: 339.989658684. iteration 13935 found worse value: 339.989658684. iteration 13936 found worse value: 339.989658684. iteration 13937 found worse value: 339.989658684. iteration 13938 found worse value: 339.989658684. iteration 13939 found worse value: 339.989658684. iteration 13940 found worse value: 339.989658684. iteration 13941 found worse value: 339.989658684. iteration 13942 found worse value: 339.989658684. iteration 13943 found worse value: 339.989658684. iteration 13944 found worse value: 339.989658684. iteration 13945 found worse value: 339.989658684. iteration 13946 found worse value: 339.989658684. iteration 13947 found worse value: 339.989658684. iteration 13948 found worse value: 339.989658684. iteration 13949 found worse value: 339.989658684. iteration 13950 found worse value: 339.989658684. iteration 13951 found worse value: 339.989658684. iteration 13952 found worse value: 339.989658684. iteration 13953 found worse value: 339.989658684. iteration 13954 found worse value: 339.989658684. iteration 13955 found worse value: 339.989658684. iteration 13956 found worse value: 339.989658684. iteration 13957 found worse value: 339.989658684. iteration 13958 found worse value: 339.989658684. iteration 13959 found worse value: 339.989658684. iteration 13960 found worse value: 339.989658684. iteration 13961 found worse value: 339.989658684. iteration 13962 found worse value: 339.989658684. iteration 13963 found worse value: 339.989658684. iteration 13964 found worse value: 339.989658684. iteration 13965 found worse value: 339.989658684. iteration 13966 found worse value: 339.989658684. iteration 13967 found worse value: 339.989658684. iteration 13968 found worse value: 339.989658684. iteration 13969 found worse value: 339.989658684. iteration 13970 found worse value: 339.989658684. iteration 13971 found worse value: 339.989658684. iteration 13972 found worse value: 339.989658684. iteration 13973 found worse value: 339.989658684. iteration 13974 found worse value: 339.989658684. iteration 13975 found worse value: 339.989658684. iteration 13976 found worse value: 339.989658684. iteration 13977 found worse value: 339.989658684. iteration 13978 found worse value: 339.989658684. iteration 13979 found worse value: 339.989658684. iteration 13980 found worse value: 339.989658684. iteration 13981 found worse value: 339.989658684. iteration 13982 found worse value: 339.989658684. iteration 13983 found worse value: 339.989658684. iteration 13984 found worse value: 339.989658684. iteration 13985 found worse value: 339.989658684. iteration 13986 found worse value: 339.989658684. iteration 13987 found worse value: 339.989658684. iteration 13988 found worse value: 339.989658684. iteration 13989 found worse value: 339.989658684. iteration 13990 found worse value: 339.989658684. iteration 13991 found worse value: 339.989658684. iteration 13992 found worse value: 339.989658684. iteration 13993 found worse value: 339.989658684. iteration 13994 found worse value: 339.989658684. iteration 13995 found worse value: 339.989658684. iteration 13996 found worse value: 339.989658684. iteration 13997 found worse value: 339.989658684. iteration 13998 found worse value: 339.989658684. iteration 13999 found worse value: 339.989658684. iteration 14000 found worse value: 339.989658684. iteration 14001 found worse value: 339.989658684. iteration 14002 found worse value: 339.989658684. iteration 14003 found worse value: 339.989658684. iteration 14004 found worse value: 339.989658684. iteration 14005 found worse value: 339.989658684. iteration 14006 found worse value: 339.989658684. iteration 14007 found worse value: 339.989658684. iteration 14008 found worse value: 339.989658684. iteration 14009 found worse value: 339.989658684. iteration 14010 found worse value: 339.989658684. iteration 14011 found worse value: 339.989658684. iteration 14012 found worse value: 339.989658684. iteration 14013 found worse value: 339.989658684. iteration 14014 found worse value: 339.989658684. iteration 14015 found worse value: 339.989658684. iteration 14016 found worse value: 339.989658684. iteration 14017 found worse value: 339.989658684. iteration 14018 found worse value: 339.989658684. iteration 14019 found worse value: 339.989658684. iteration 14020 found worse value: 339.989658684. iteration 14021 found worse value: 339.989658684. iteration 14022 found worse value: 339.989658684. iteration 14023 found worse value: 339.989658684. iteration 14024 found worse value: 339.989658684. iteration 14025 found worse value: 339.989658684. iteration 14026 found worse value: 339.989658684. iteration 14027 found worse value: 339.989658684. iteration 14028 found worse value: 339.989658684. iteration 14029 found worse value: 339.989658684. iteration 14030 found worse value: 339.989658684. iteration 14031 found worse value: 339.989658684. iteration 14032 found worse value: 339.989658684. iteration 14033 found worse value: 339.989658684. iteration 14034 found worse value: 339.989658684. iteration 14035 found worse value: 339.989658684. iteration 14036 found worse value: 339.989658684. iteration 14037 found worse value: 339.989658684. iteration 14038 found worse value: 339.989658684. iteration 14039 found worse value: 339.989658684. iteration 14040 found worse value: 339.989658684. iteration 14041 found worse value: 339.989658684. iteration 14042 found worse value: 339.989658684. iteration 14043 found worse value: 339.989658684. iteration 14044 found worse value: 339.989658684. iteration 14045 found worse value: 339.989658684. iteration 14046 found worse value: 339.989658684. iteration 14047 found worse value: 339.989658684. iteration 14048 found worse value: 339.989658684. iteration 14049 found worse value: 339.989658684. iteration 14050 found worse value: 339.989658684. iteration 14051 found worse value: 339.989658684. iteration 14052 found worse value: 339.989658684. iteration 14053 found worse value: 339.989658684. iteration 14054 found worse value: 339.989658684. iteration 14055 found worse value: 339.989658684. iteration 14056 found worse value: 339.989658684. iteration 14057 found worse value: 339.989658684. iteration 14058 found worse value: 339.989658684. iteration 14059 found worse value: 339.989658684. iteration 14060 found worse value: 339.989658684. iteration 14061 found worse value: 339.989658684. iteration 14062 found worse value: 339.989658684. iteration 14063 found worse value: 339.989658684. iteration 14064 found worse value: 339.989658684. iteration 14065 found worse value: 339.989658684. iteration 14066 found worse value: 339.989658684. iteration 14067 found worse value: 339.989658684. iteration 14068 found worse value: 339.989658684. iteration 14069 found worse value: 339.989658684. iteration 14070 found worse value: 339.989658684. iteration 14071 found worse value: 339.989658684. iteration 14072 found worse value: 339.989658684. iteration 14073 found worse value: 339.989658684. iteration 14074 found worse value: 339.989658684. iteration 14075 found worse value: 339.989658684. iteration 14076 found worse value: 339.989658684. iteration 14077 found worse value: 339.989658684. iteration 14078 found worse value: 339.989658684. iteration 14079 found worse value: 339.989658684. iteration 14080 found worse value: 339.989658684. iteration 14081 found worse value: 339.989658684. iteration 14082 found worse value: 339.989658684. iteration 14083 found worse value: 339.989658684. iteration 14084 found worse value: 339.989658684. iteration 14085 found worse value: 339.989658684. iteration 14086 found worse value: 339.989658684. iteration 14087 found worse value: 339.989658684. iteration 14088 found worse value: 339.989658684. iteration 14089 found worse value: 339.989658684. iteration 14090 found worse value: 339.989658684. iteration 14091 found worse value: 339.989658684. iteration 14092 found worse value: 339.989658684. iteration 14093 found worse value: 339.989658684. iteration 14094 found worse value: 339.989658684. iteration 14095 found worse value: 339.989658684. iteration 14096 found worse value: 339.989658684. iteration 14097 found worse value: 339.989658684. iteration 14098 found worse value: 339.989658684. iteration 14099 found worse value: 339.989658684. iteration 14100 found worse value: 339.989658684. iteration 14101 found worse value: 339.989658684. iteration 14102 found worse value: 339.989658684. iteration 14103 found worse value: 339.989658684. iteration 14104 found worse value: 339.989658684. iteration 14105 found worse value: 339.989658684. iteration 14106 found worse value: 339.989658684. iteration 14107 found worse value: 339.989658684. iteration 14108 found worse value: 339.989658684. iteration 14109 found worse value: 339.989658684. iteration 14110 found worse value: 339.989658684. iteration 14111 found worse value: 339.989658684. iteration 14112 found worse value: 339.989658684. iteration 14113 found worse value: 339.989658684. iteration 14114 found worse value: 339.989658684. iteration 14115 found worse value: 339.989658684. iteration 14116 found worse value: 339.989658684. iteration 14117 found worse value: 339.989658684. iteration 14118 found worse value: 339.989658684. iteration 14119 found worse value: 339.989658684. iteration 14120 found worse value: 339.989658684. iteration 14121 found worse value: 339.989658684. iteration 14122 found worse value: 339.989658684. iteration 14123 found worse value: 339.989658684. iteration 14124 found worse value: 339.989658684. iteration 14125 found worse value: 339.989658684. iteration 14126 found worse value: 339.989658684. iteration 14127 found worse value: 339.989658684. iteration 14128 found worse value: 339.989658684. iteration 14129 found worse value: 339.989658684. iteration 14130 found worse value: 339.989658684. iteration 14131 found worse value: 339.989658684. iteration 14132 found worse value: 339.989658684. iteration 14133 found worse value: 339.989658684. iteration 14134 found worse value: 339.989658684. iteration 14135 found worse value: 339.989658684. iteration 14136 found worse value: 339.989658684. iteration 14137 found worse value: 339.989658684. iteration 14138 found worse value: 339.989658684. iteration 14139 found worse value: 339.989658684. iteration 14140 found worse value: 339.989658684. iteration 14141 found worse value: 339.989658684. iteration 14142 found worse value: 339.989658684. iteration 14143 found worse value: 339.989658684. iteration 14144 found worse value: 339.989658684. iteration 14145 found worse value: 339.989658684. iteration 14146 found worse value: 339.989658684. iteration 14147 found worse value: 339.989658684. iteration 14148 found worse value: 339.989658684. iteration 14149 found worse value: 339.989658684. iteration 14150 found worse value: 339.989658684. iteration 14151 found worse value: 339.989658684. iteration 14152 found worse value: 339.989658684. iteration 14153 found worse value: 339.989658684. iteration 14154 found worse value: 339.989658684. iteration 14155 found worse value: 339.989658684. iteration 14156 found worse value: 339.989658684. iteration 14157 found worse value: 339.989658684. iteration 14158 found worse value: 339.989658684. iteration 14159 found worse value: 339.989658684. iteration 14160 found worse value: 339.989658684. iteration 14161 found worse value: 339.989658684. iteration 14162 found worse value: 339.989658684. iteration 14163 found worse value: 339.989658684. iteration 14164 found worse value: 339.989658684. iteration 14165 found worse value: 339.989658684. iteration 14166 found worse value: 339.989658684. iteration 14167 found worse value: 339.989658684. iteration 14168 found worse value: 339.989658684. iteration 14169 found worse value: 339.989658684. iteration 14170 found worse value: 339.989658684. iteration 14171 found worse value: 339.989658684. iteration 14172 found worse value: 339.989658684. iteration 14173 found worse value: 339.989658684. iteration 14174 found worse value: 339.989658684. iteration 14175 found worse value: 339.989658684. iteration 14176 found worse value: 339.989658684. iteration 14177 found worse value: 339.989658684. iteration 14178 found worse value: 339.989658684. iteration 14179 found worse value: 339.989658684. iteration 14180 found worse value: 339.989658684. iteration 14181 found worse value: 339.989658684. iteration 14182 found worse value: 339.989658684. iteration 14183 found worse value: 339.989658684. iteration 14184 found worse value: 339.989658684. iteration 14185 found worse value: 339.989658684. iteration 14186 found worse value: 339.989658684. iteration 14187 found worse value: 339.989658684. iteration 14188 found worse value: 339.989658684. iteration 14189 found worse value: 339.989658684. iteration 14190 found worse value: 339.989658684. iteration 14191 found worse value: 339.989658684. iteration 14192 found worse value: 339.989658684. iteration 14193 found worse value: 339.989658684. iteration 14194 found worse value: 339.989658684. iteration 14195 found worse value: 339.989658684. iteration 14196 found worse value: 339.989658684. iteration 14197 found worse value: 339.989658684. iteration 14198 found worse value: 339.989658684. iteration 14199 found worse value: 339.989658684. iteration 14200 found worse value: 339.989658684. iteration 14201 found worse value: 339.989658684. iteration 14202 found worse value: 339.989658684. iteration 14203 found worse value: 339.989658684. iteration 14204 found worse value: 339.989658684. iteration 14205 found worse value: 339.989658684. iteration 14206 found worse value: 339.989658684. iteration 14207 found worse value: 339.989658684. iteration 14208 found worse value: 339.989658684. iteration 14209 found worse value: 339.989658684. iteration 14210 found worse value: 339.989658684. iteration 14211 found worse value: 339.989658684. iteration 14212 found worse value: 339.989658684. iteration 14213 found worse value: 339.989658684. iteration 14214 found worse value: 339.989658684. iteration 14215 found worse value: 339.989658684. iteration 14216 found worse value: 339.989658684. iteration 14217 found worse value: 339.989658684. iteration 14218 found worse value: 339.989658684. iteration 14219 found worse value: 339.989658684. iteration 14220 found worse value: 339.989658684. iteration 14221 found worse value: 339.989658684. iteration 14222 found worse value: 339.989658684. iteration 14223 found worse value: 339.989658684. iteration 14224 found worse value: 339.989658684. iteration 14225 found worse value: 339.989658684. iteration 14226 found worse value: 339.989658684. iteration 14227 found worse value: 339.989658684. iteration 14228 found worse value: 339.989658684. iteration 14229 found worse value: 339.989658684. iteration 14230 found worse value: 339.989658684. iteration 14231 found worse value: 339.989658684. iteration 14232 found worse value: 339.989658684. iteration 14233 found worse value: 339.989658684. iteration 14234 found worse value: 339.989658684. iteration 14235 found worse value: 339.989658684. iteration 14236 found worse value: 339.989658684. iteration 14237 found worse value: 339.989658684. iteration 14238 found worse value: 339.989658684. iteration 14239 found worse value: 339.989658684. iteration 14240 found worse value: 339.989658684. iteration 14241 found worse value: 339.989658684. iteration 14242 found worse value: 339.989658684. iteration 14243 found worse value: 339.989658684. iteration 14244 found worse value: 339.989658684. iteration 14245 found worse value: 339.989658684. iteration 14246 found worse value: 339.989658684. iteration 14247 found worse value: 339.989658684. iteration 14248 found worse value: 339.989658684. iteration 14249 found worse value: 339.989658684. iteration 14250 found worse value: 339.989658684. iteration 14251 found worse value: 339.989658684. iteration 14252 found worse value: 339.989658684. iteration 14253 found worse value: 339.989658684. iteration 14254 found worse value: 339.989658684. iteration 14255 found worse value: 339.989658684. iteration 14256 found worse value: 339.989658684. iteration 14257 found worse value: 339.989658684. iteration 14258 found worse value: 339.989658684. iteration 14259 found worse value: 339.989658684. iteration 14260 found worse value: 339.989658684. iteration 14261 found worse value: 339.989658684. iteration 14262 found worse value: 339.989658684. iteration 14263 found worse value: 339.989658684. iteration 14264 found worse value: 339.989658684. iteration 14265 found worse value: 339.989658684. iteration 14266 found worse value: 339.989658684. iteration 14267 found worse value: 339.989658684. iteration 14268 found worse value: 339.989658684. iteration 14269 found worse value: 339.989658684. iteration 14270 found worse value: 339.989658684. iteration 14271 found worse value: 339.989658684. iteration 14272 found worse value: 339.989658684. iteration 14273 found worse value: 339.989658684. iteration 14274 found worse value: 339.989658684. iteration 14275 found worse value: 339.989658684. iteration 14276 found worse value: 339.989658684. iteration 14277 found worse value: 339.989658684. iteration 14278 found worse value: 339.989658684. iteration 14279 found worse value: 339.989658684. iteration 14280 found worse value: 339.989658684. iteration 14281 found worse value: 339.989658684. iteration 14282 found worse value: 339.989658684. iteration 14283 found worse value: 339.989658684. iteration 14284 found worse value: 339.989658684. iteration 14285 found worse value: 339.989658684. iteration 14286 found worse value: 339.989658684. iteration 14287 found worse value: 339.989658684. iteration 14288 found worse value: 339.989658684. iteration 14289 found worse value: 339.989658684. iteration 14290 found worse value: 339.989658684. iteration 14291 found worse value: 339.989658684. iteration 14292 found worse value: 339.989658684. iteration 14293 found worse value: 339.989658684. iteration 14294 found worse value: 339.989658684. iteration 14295 found worse value: 339.989658684. iteration 14296 found worse value: 339.989658684. iteration 14297 found worse value: 339.989658684. iteration 14298 found worse value: 339.989658684. iteration 14299 found worse value: 339.989658684. iteration 14300 found worse value: 339.989658684. iteration 14301 found worse value: 339.989658684. iteration 14302 found worse value: 339.989658684. iteration 14303 found worse value: 339.989658684. iteration 14304 found worse value: 339.989658684. iteration 14305 found worse value: 339.989658684. iteration 14306 found worse value: 339.989658684. iteration 14307 found worse value: 339.989658684. iteration 14308 found worse value: 339.989658684. iteration 14309 found worse value: 339.989658684. iteration 14310 found worse value: 339.989658684. iteration 14311 found worse value: 339.989658684. iteration 14312 found worse value: 339.989658684. iteration 14313 found worse value: 339.989658684. iteration 14314 found worse value: 339.989658684. iteration 14315 found worse value: 339.989658684. iteration 14316 found worse value: 339.989658684. iteration 14317 found worse value: 339.989658684. iteration 14318 found worse value: 339.989658684. iteration 14319 found worse value: 339.989658684. iteration 14320 found worse value: 339.989658684. iteration 14321 found worse value: 339.989658684. iteration 14322 found worse value: 339.989658684. iteration 14323 found worse value: 339.989658684. iteration 14324 found worse value: 339.989658684. iteration 14325 found worse value: 339.989658684. iteration 14326 found worse value: 339.989658684. iteration 14327 found worse value: 339.989658684. iteration 14328 found worse value: 339.989658684. iteration 14329 found worse value: 339.989658684. iteration 14330 found worse value: 339.989658684. iteration 14331 found worse value: 339.989658684. iteration 14332 found worse value: 339.989658684. iteration 14333 found worse value: 339.989658684. iteration 14334 found worse value: 339.989658684. iteration 14335 found worse value: 339.989658684. iteration 14336 found worse value: 339.989658684. iteration 14337 found worse value: 339.989658684. iteration 14338 found worse value: 339.989658684. iteration 14339 found worse value: 339.989658684. iteration 14340 found worse value: 339.989658684. iteration 14341 found worse value: 339.989658684. iteration 14342 found worse value: 339.989658684. iteration 14343 found worse value: 339.989658684. iteration 14344 found worse value: 339.989658684. iteration 14345 found worse value: 339.989658684. iteration 14346 found worse value: 339.989658684. iteration 14347 found worse value: 339.989658684. iteration 14348 found worse value: 339.989658684. iteration 14349 found worse value: 339.989658684. iteration 14350 found worse value: 339.989658684. iteration 14351 found worse value: 339.989658684. iteration 14352 found worse value: 339.989658684. iteration 14353 found worse value: 339.989658684. iteration 14354 found worse value: 339.989658684. iteration 14355 found worse value: 339.989658684. iteration 14356 found worse value: 339.989658684. iteration 14357 found worse value: 339.989658684. iteration 14358 found worse value: 339.989658684. iteration 14359 found worse value: 339.989658684. iteration 14360 found worse value: 339.989658684. iteration 14361 found worse value: 339.989658684. iteration 14362 found worse value: 339.989658684. iteration 14363 found worse value: 339.989658684. iteration 14364 found worse value: 339.989658684. iteration 14365 found worse value: 339.989658684. iteration 14366 found worse value: 339.989658684. iteration 14367 found worse value: 339.989658684. iteration 14368 found worse value: 339.989658684. iteration 14369 found worse value: 339.989658684. iteration 14370 found worse value: 339.989658684. iteration 14371 found worse value: 339.989658684. iteration 14372 found worse value: 339.989658684. iteration 14373 found worse value: 339.989658684. iteration 14374 found worse value: 339.989658684. iteration 14375 found worse value: 339.989658684. iteration 14376 found worse value: 339.989658684. iteration 14377 found worse value: 339.989658684. iteration 14378 found worse value: 339.989658684. iteration 14379 found worse value: 339.989658684. iteration 14380 found worse value: 339.989658684. iteration 14381 found worse value: 339.989658684. iteration 14382 found worse value: 339.989658684. iteration 14383 found worse value: 339.989658684. iteration 14384 found worse value: 339.989658684. iteration 14385 found worse value: 339.989658684. iteration 14386 found worse value: 339.989658684. iteration 14387 found worse value: 339.989658684. iteration 14388 found worse value: 339.989658684. iteration 14389 found worse value: 339.989658684. iteration 14390 found worse value: 339.989658684. iteration 14391 found worse value: 339.989658684. iteration 14392 found worse value: 339.989658684. iteration 14393 found worse value: 339.989658684. iteration 14394 found worse value: 339.989658684. iteration 14395 found worse value: 339.989658684. iteration 14396 found worse value: 339.989658684. iteration 14397 found worse value: 339.989658684. iteration 14398 found worse value: 339.989658684. iteration 14399 found worse value: 339.989658684. iteration 14400 found worse value: 339.989658684. iteration 14401 found worse value: 339.989658684. iteration 14402 found worse value: 339.989658684. iteration 14403 found worse value: 339.989658684. iteration 14404 found worse value: 339.989658684. iteration 14405 found worse value: 339.989658684. iteration 14406 found worse value: 339.989658684. iteration 14407 found worse value: 339.989658684. iteration 14408 found worse value: 339.989658684. iteration 14409 found worse value: 339.989658684. iteration 14410 found worse value: 339.989658684. iteration 14411 found worse value: 339.989658684. iteration 14412 found worse value: 339.989658684. iteration 14413 found worse value: 339.989658684. iteration 14414 found worse value: 339.989658684. iteration 14415 found worse value: 339.989658684. iteration 14416 found worse value: 339.989658684. iteration 14417 found worse value: 339.989658684. iteration 14418 found worse value: 339.989658684. iteration 14419 found worse value: 339.989658684. iteration 14420 found worse value: 339.989658684. iteration 14421 found worse value: 339.989658684. iteration 14422 found worse value: 339.989658684. iteration 14423 found worse value: 339.989658684. iteration 14424 found worse value: 339.989658684. iteration 14425 found worse value: 339.989658684. iteration 14426 found worse value: 339.989658684. iteration 14427 found worse value: 339.989658684. iteration 14428 found worse value: 339.989658684. iteration 14429 found worse value: 339.989658684. iteration 14430 found worse value: 339.989658684. iteration 14431 found worse value: 339.989658684. iteration 14432 found worse value: 339.989658684. iteration 14433 found worse value: 339.989658684. iteration 14434 found worse value: 339.989658684. iteration 14435 found worse value: 339.989658684. iteration 14436 found worse value: 339.989658684. iteration 14437 found worse value: 339.989658684. iteration 14438 found worse value: 339.989658684. iteration 14439 found worse value: 339.989658684. iteration 14440 found worse value: 339.989658684. iteration 14441 found worse value: 339.989658684. iteration 14442 found worse value: 339.989658684. iteration 14443 found worse value: 339.989658684. iteration 14444 found worse value: 339.989658684. iteration 14445 found worse value: 339.989658684. iteration 14446 found worse value: 339.989658684. iteration 14447 found worse value: 339.989658684. iteration 14448 found worse value: 339.989658684. iteration 14449 found worse value: 339.989658684. iteration 14450 found worse value: 339.989658684. iteration 14451 found worse value: 339.989658684. iteration 14452 found worse value: 339.989658684. iteration 14453 found worse value: 339.989658684. iteration 14454 found worse value: 339.989658684. iteration 14455 found worse value: 339.989658684. iteration 14456 found worse value: 339.989658684. iteration 14457 found worse value: 339.989658684. iteration 14458 found worse value: 339.989658684. iteration 14459 found worse value: 339.989658684. iteration 14460 found worse value: 339.989658684. iteration 14461 found worse value: 339.989658684. iteration 14462 found worse value: 339.989658684. iteration 14463 found worse value: 339.989658684. iteration 14464 found worse value: 339.989658684. iteration 14465 found worse value: 339.989658684. iteration 14466 found worse value: 339.989658684. iteration 14467 found worse value: 339.989658684. iteration 14468 found worse value: 339.989658684. iteration 14469 found worse value: 339.989658684. iteration 14470 found worse value: 339.989658684. iteration 14471 found worse value: 339.989658684. iteration 14472 found worse value: 339.989658684. iteration 14473 found worse value: 339.989658684. iteration 14474 found worse value: 339.989658684. iteration 14475 found worse value: 339.989658684. iteration 14476 found worse value: 339.989658684. iteration 14477 found worse value: 339.989658684. iteration 14478 found worse value: 339.989658684. iteration 14479 found worse value: 339.989658684. iteration 14480 found worse value: 339.989658684. iteration 14481 found worse value: 339.989658684. iteration 14482 found worse value: 339.989658684. iteration 14483 found worse value: 339.989658684. iteration 14484 found worse value: 339.989658684. iteration 14485 found worse value: 339.989658684. iteration 14486 found worse value: 339.989658684. iteration 14487 found worse value: 339.989658684. iteration 14488 found worse value: 339.989658684. iteration 14489 found worse value: 339.989658684. iteration 14490 found worse value: 339.989658684. iteration 14491 found worse value: 339.989658684. iteration 14492 found worse value: 339.989658684. iteration 14493 found worse value: 339.989658684. iteration 14494 found worse value: 339.989658684. iteration 14495 found worse value: 339.989658684. iteration 14496 found worse value: 339.989658684. iteration 14497 found worse value: 339.989658684. iteration 14498 found worse value: 339.989658684. iteration 14499 found worse value: 339.989658684. iteration 14500 found worse value: 339.989658684. iteration 14501 found worse value: 339.989658684. iteration 14502 found worse value: 339.989658684. iteration 14503 found worse value: 339.989658684. iteration 14504 found worse value: 339.989658684. iteration 14505 found worse value: 339.989658684. iteration 14506 found worse value: 339.989658684. iteration 14507 found worse value: 339.989658684. iteration 14508 found worse value: 339.989658684. iteration 14509 found worse value: 339.989658684. iteration 14510 found worse value: 339.989658684. iteration 14511 found worse value: 339.989658684. iteration 14512 found worse value: 339.989658684. iteration 14513 found worse value: 339.989658684. iteration 14514 found worse value: 339.989658684. iteration 14515 found worse value: 339.989658684. iteration 14516 found worse value: 339.989658684. iteration 14517 found worse value: 339.989658684. iteration 14518 found worse value: 339.989658684. iteration 14519 found worse value: 339.989658684. iteration 14520 found worse value: 339.989658684. iteration 14521 found worse value: 339.989658684. iteration 14522 found worse value: 339.989658684. iteration 14523 found worse value: 339.989658684. iteration 14524 found worse value: 339.989658684. iteration 14525 found worse value: 339.989658684. iteration 14526 found worse value: 339.989658684. iteration 14527 found worse value: 339.989658684. iteration 14528 found worse value: 339.989658684. iteration 14529 found worse value: 339.989658684. iteration 14530 found worse value: 339.989658684. iteration 14531 found worse value: 339.989658684. iteration 14532 found worse value: 339.989658684. iteration 14533 found worse value: 339.989658684. iteration 14534 found worse value: 339.989658684. iteration 14535 found worse value: 339.989658684. iteration 14536 found worse value: 339.989658684. iteration 14537 found worse value: 339.989658684. iteration 14538 found worse value: 339.989658684. iteration 14539 found worse value: 339.989658684. iteration 14540 found worse value: 339.989658684. iteration 14541 found worse value: 339.989658684. iteration 14542 found worse value: 339.989658684. iteration 14543 found worse value: 339.989658684. iteration 14544 found worse value: 339.989658684. iteration 14545 found worse value: 339.989658684. iteration 14546 found worse value: 339.989658684. iteration 14547 found worse value: 339.989658684. iteration 14548 found worse value: 339.989658684. iteration 14549 found worse value: 339.989658684. iteration 14550 found worse value: 339.989658684. iteration 14551 found worse value: 339.989658684. iteration 14552 found worse value: 339.989658684. iteration 14553 found worse value: 339.989658684. iteration 14554 found worse value: 339.989658684. iteration 14555 found worse value: 339.989658684. iteration 14556 found worse value: 339.989658684. iteration 14557 found worse value: 339.989658684. iteration 14558 found worse value: 339.989658684. iteration 14559 found worse value: 339.989658684. iteration 14560 found worse value: 339.989658684. iteration 14561 found worse value: 339.989658684. iteration 14562 found worse value: 339.989658684. iteration 14563 found worse value: 339.989658684. iteration 14564 found worse value: 339.989658684. iteration 14565 found worse value: 339.989658684. iteration 14566 found worse value: 339.989658684. iteration 14567 found worse value: 339.989658684. iteration 14568 found worse value: 339.989658684. iteration 14569 found worse value: 339.989658684. iteration 14570 found worse value: 339.989658684. iteration 14571 found worse value: 339.989658684. iteration 14572 found worse value: 339.989658684. iteration 14573 found worse value: 339.989658684. iteration 14574 found worse value: 339.989658684. iteration 14575 found worse value: 339.989658684. iteration 14576 found worse value: 339.989658684. iteration 14577 found worse value: 339.989658684. iteration 14578 found worse value: 339.989658684. iteration 14579 found worse value: 339.989658684. iteration 14580 found worse value: 339.989658684. iteration 14581 found worse value: 339.989658684. iteration 14582 found worse value: 339.989658684. iteration 14583 found worse value: 339.989658684. iteration 14584 found worse value: 339.989658684. iteration 14585 found worse value: 339.989658684. iteration 14586 found worse value: 339.989658684. iteration 14587 found worse value: 339.989658684. iteration 14588 found worse value: 339.989658684. iteration 14589 found worse value: 339.989658684. iteration 14590 found worse value: 339.989658684. iteration 14591 found worse value: 339.989658684. iteration 14592 found worse value: 339.989658684. iteration 14593 found worse value: 339.989658684. iteration 14594 found worse value: 339.989658684. iteration 14595 found worse value: 339.989658684. iteration 14596 found worse value: 339.989658684. iteration 14597 found worse value: 339.989658684. iteration 14598 found worse value: 339.989658684. iteration 14599 found worse value: 339.989658684. iteration 14600 found worse value: 339.989658684. iteration 14601 found worse value: 339.989658684. iteration 14602 found worse value: 339.989658684. iteration 14603 found worse value: 339.989658684. iteration 14604 found worse value: 339.989658684. iteration 14605 found worse value: 339.989658684. iteration 14606 found worse value: 339.989658684. iteration 14607 found worse value: 339.989658684. iteration 14608 found worse value: 339.989658684. iteration 14609 found worse value: 339.989658684. iteration 14610 found worse value: 339.989658684. iteration 14611 found worse value: 339.989658684. iteration 14612 found worse value: 339.989658684. iteration 14613 found worse value: 339.989658684. iteration 14614 found worse value: 339.989658684. iteration 14615 found worse value: 339.989658684. iteration 14616 found worse value: 339.989658684. iteration 14617 found worse value: 339.989658684. iteration 14618 found worse value: 339.989658684. iteration 14619 found worse value: 339.989658684. iteration 14620 found worse value: 339.989658684. iteration 14621 found worse value: 339.989658684. iteration 14622 found worse value: 339.989658684. iteration 14623 found worse value: 339.989658684. iteration 14624 found worse value: 339.989658684. iteration 14625 found worse value: 339.989658684. iteration 14626 found worse value: 339.989658684. iteration 14627 found worse value: 339.989658684. iteration 14628 found worse value: 339.989658684. iteration 14629 found worse value: 339.989658684. iteration 14630 found worse value: 339.989658684. iteration 14631 found worse value: 339.989658684. iteration 14632 found worse value: 339.989658684. iteration 14633 found worse value: 339.989658684. iteration 14634 found worse value: 339.989658684. iteration 14635 found worse value: 339.989658684. iteration 14636 found worse value: 339.989658684. iteration 14637 found worse value: 339.989658684. iteration 14638 found worse value: 339.989658684. iteration 14639 found worse value: 339.989658684. iteration 14640 found worse value: 339.989658684. iteration 14641 found worse value: 339.989658684. iteration 14642 found worse value: 339.989658684. iteration 14643 found worse value: 339.989658684. iteration 14644 found worse value: 339.989658684. iteration 14645 found worse value: 339.989658684. iteration 14646 found worse value: 339.989658684. iteration 14647 found worse value: 339.989658684. iteration 14648 found worse value: 339.989658684. iteration 14649 found worse value: 339.989658684. iteration 14650 found worse value: 339.989658684. iteration 14651 found worse value: 339.989658684. iteration 14652 found worse value: 339.989658684. iteration 14653 found worse value: 339.989658684. iteration 14654 found worse value: 339.989658684. iteration 14655 found worse value: 339.989658684. iteration 14656 found worse value: 339.989658684. iteration 14657 found worse value: 339.989658684. iteration 14658 found worse value: 339.989658684. iteration 14659 found worse value: 339.989658684. iteration 14660 found worse value: 339.989658684. iteration 14661 found worse value: 339.989658684. iteration 14662 found worse value: 339.989658684. iteration 14663 found worse value: 339.989658684. iteration 14664 found worse value: 339.989658684. iteration 14665 found worse value: 339.989658684. iteration 14666 found worse value: 339.989658684. iteration 14667 found worse value: 339.989658684. iteration 14668 found worse value: 339.989658684. iteration 14669 found worse value: 339.989658684. iteration 14670 found worse value: 339.989658684. iteration 14671 found worse value: 339.989658684. iteration 14672 found worse value: 339.989658684. iteration 14673 found worse value: 339.989658684. iteration 14674 found worse value: 339.989658684. iteration 14675 found worse value: 339.989658684. iteration 14676 found worse value: 339.989658684. iteration 14677 found worse value: 339.989658684. iteration 14678 found worse value: 339.989658684. iteration 14679 found worse value: 339.989658684. iteration 14680 found worse value: 339.989658684. iteration 14681 found worse value: 339.989658684. iteration 14682 found worse value: 339.989658684. iteration 14683 found worse value: 339.989658684. iteration 14684 found worse value: 339.989658684. iteration 14685 found worse value: 339.989658684. iteration 14686 found worse value: 339.989658684. iteration 14687 found worse value: 339.989658684. iteration 14688 found worse value: 339.989658684. iteration 14689 found worse value: 339.989658684. iteration 14690 found worse value: 339.989658684. iteration 14691 found worse value: 339.989658684. iteration 14692 found worse value: 339.989658684. iteration 14693 found worse value: 339.989658684. iteration 14694 found worse value: 339.989658684. iteration 14695 found worse value: 339.989658684. iteration 14696 found worse value: 339.989658684. iteration 14697 found worse value: 339.989658684. iteration 14698 found worse value: 339.989658684. iteration 14699 found worse value: 339.989658684. iteration 14700 found worse value: 339.989658684. iteration 14701 found worse value: 339.989658684. iteration 14702 found worse value: 339.989658684. iteration 14703 found worse value: 339.989658684. iteration 14704 found worse value: 339.989658684. iteration 14705 found worse value: 339.989658684. iteration 14706 found worse value: 339.989658684. iteration 14707 found worse value: 339.989658684. iteration 14708 found worse value: 339.989658684. iteration 14709 found worse value: 339.989658684. iteration 14710 found worse value: 339.989658684. iteration 14711 found worse value: 339.989658684. iteration 14712 found worse value: 339.989658684. iteration 14713 found worse value: 339.989658684. iteration 14714 found worse value: 339.989658684. iteration 14715 found worse value: 339.989658684. iteration 14716 found worse value: 339.989658684. iteration 14717 found worse value: 339.989658684. iteration 14718 found worse value: 339.989658684. iteration 14719 found worse value: 339.989658684. iteration 14720 found worse value: 339.989658684. iteration 14721 found worse value: 339.989658684. iteration 14722 found worse value: 339.989658684. iteration 14723 found worse value: 339.989658684. iteration 14724 found worse value: 339.989658684. iteration 14725 found worse value: 339.989658684. iteration 14726 found worse value: 339.989658684. iteration 14727 found worse value: 339.989658684. iteration 14728 found worse value: 339.989658684. iteration 14729 found worse value: 339.989658684. iteration 14730 found worse value: 339.989658684. iteration 14731 found worse value: 339.989658684. iteration 14732 found worse value: 339.989658684. iteration 14733 found worse value: 339.989658684. iteration 14734 found worse value: 339.989658684. iteration 14735 found worse value: 339.989658684. iteration 14736 found worse value: 339.989658684. iteration 14737 found worse value: 339.989658684. iteration 14738 found worse value: 339.989658684. iteration 14739 found worse value: 339.989658684. iteration 14740 found worse value: 339.989658684. iteration 14741 found worse value: 339.989658684. iteration 14742 found worse value: 339.989658684. iteration 14743 found worse value: 339.989658684. iteration 14744 found worse value: 339.989658684. iteration 14745 found worse value: 339.989658684. iteration 14746 found worse value: 339.989658684. iteration 14747 found worse value: 339.989658684. iteration 14748 found worse value: 339.989658684. iteration 14749 found worse value: 339.989658684. iteration 14750 found worse value: 339.989658684. iteration 14751 found worse value: 339.989658684. iteration 14752 found worse value: 339.989658684. iteration 14753 found worse value: 339.989658684. iteration 14754 found worse value: 339.989658684. iteration 14755 found worse value: 339.989658684. iteration 14756 found worse value: 339.989658684. iteration 14757 found worse value: 339.989658684. iteration 14758 found worse value: 339.989658684. iteration 14759 found worse value: 339.989658684. iteration 14760 found worse value: 339.989658684. iteration 14761 found worse value: 339.989658684. iteration 14762 found worse value: 339.989658684. iteration 14763 found worse value: 339.989658684. iteration 14764 found worse value: 339.989658684. iteration 14765 found worse value: 339.989658684. iteration 14766 found worse value: 339.989658684. iteration 14767 found worse value: 339.989658684. iteration 14768 found worse value: 339.989658684. iteration 14769 found worse value: 339.989658684. iteration 14770 found worse value: 339.989658684. iteration 14771 found worse value: 339.989658684. iteration 14772 found worse value: 339.989658684. iteration 14773 found worse value: 339.989658684. iteration 14774 found worse value: 339.989658684. iteration 14775 found worse value: 339.989658684. iteration 14776 found worse value: 339.989658684. iteration 14777 found worse value: 339.989658684. iteration 14778 found worse value: 339.989658684. iteration 14779 found worse value: 339.989658684. iteration 14780 found worse value: 339.989658684. iteration 14781 found worse value: 339.989658684. iteration 14782 found worse value: 339.989658684. iteration 14783 found worse value: 339.989658684. iteration 14784 found worse value: 339.989658684. iteration 14785 found worse value: 339.989658684. iteration 14786 found worse value: 339.989658684. iteration 14787 found worse value: 339.989658684. iteration 14788 found worse value: 339.989658684. iteration 14789 found worse value: 339.989658684. iteration 14790 found worse value: 339.989658684. iteration 14791 found worse value: 339.989658684. iteration 14792 found worse value: 339.989658684. iteration 14793 found worse value: 339.989658684. iteration 14794 found worse value: 339.989658684. iteration 14795 found worse value: 339.989658684. iteration 14796 found worse value: 339.989658684. iteration 14797 found worse value: 339.989658684. iteration 14798 found worse value: 339.989658684. iteration 14799 found worse value: 339.989658684. iteration 14800 found worse value: 339.989658684. iteration 14801 found worse value: 339.989658684. iteration 14802 found worse value: 339.989658684. iteration 14803 found worse value: 339.989658684. iteration 14804 found worse value: 339.989658684. iteration 14805 found worse value: 339.989658684. iteration 14806 found worse value: 339.989658684. iteration 14807 found worse value: 339.989658684. iteration 14808 found worse value: 339.989658684. iteration 14809 found worse value: 339.989658684. iteration 14810 found worse value: 339.989658684. iteration 14811 found worse value: 339.989658684. iteration 14812 found worse value: 339.989658684. iteration 14813 found worse value: 339.989658684. iteration 14814 found worse value: 339.989658684. iteration 14815 found worse value: 339.989658684. iteration 14816 found worse value: 339.989658684. iteration 14817 found worse value: 339.989658684. iteration 14818 found worse value: 339.989658684. iteration 14819 found worse value: 339.989658684. iteration 14820 found worse value: 339.989658684. iteration 14821 found worse value: 339.989658684. iteration 14822 found worse value: 339.989658684. iteration 14823 found worse value: 339.989658684. iteration 14824 found worse value: 339.989658684. iteration 14825 found worse value: 339.989658684. iteration 14826 found worse value: 339.989658684. iteration 14827 found worse value: 339.989658684. iteration 14828 found worse value: 339.989658684. iteration 14829 found worse value: 339.989658684. iteration 14830 found worse value: 339.989658684. iteration 14831 found worse value: 339.989658684. iteration 14832 found worse value: 339.989658684. iteration 14833 found worse value: 339.989658684. iteration 14834 found worse value: 339.989658684. iteration 14835 found worse value: 339.989658684. iteration 14836 found worse value: 339.989658684. iteration 14837 found worse value: 339.989658684. iteration 14838 found worse value: 339.989658684. iteration 14839 found worse value: 339.989658684. iteration 14840 found worse value: 339.989658684. iteration 14841 found worse value: 339.989658684. iteration 14842 found worse value: 339.989658684. iteration 14843 found worse value: 339.989658684. iteration 14844 found worse value: 339.989658684. iteration 14845 found worse value: 339.989658684. iteration 14846 found worse value: 339.989658684. iteration 14847 found worse value: 339.989658684. iteration 14848 found worse value: 339.989658684. iteration 14849 found worse value: 339.989658684. iteration 14850 found worse value: 339.989658684. iteration 14851 found worse value: 339.989658684. iteration 14852 found worse value: 339.989658684. iteration 14853 found worse value: 339.989658684. iteration 14854 found worse value: 339.989658684. iteration 14855 found worse value: 339.989658684. iteration 14856 found worse value: 339.989658684. iteration 14857 found worse value: 339.989658684. iteration 14858 found worse value: 339.989658684. iteration 14859 found worse value: 339.989658684. iteration 14860 found worse value: 339.989658684. iteration 14861 found worse value: 339.989658684. iteration 14862 found worse value: 339.989658684. iteration 14863 found worse value: 339.989658684. iteration 14864 found worse value: 339.989658684. iteration 14865 found worse value: 339.989658684. iteration 14866 found worse value: 339.989658684. iteration 14867 found worse value: 339.989658684. iteration 14868 found worse value: 339.989658684. iteration 14869 found worse value: 339.989658684. iteration 14870 found worse value: 339.989658684. iteration 14871 found worse value: 339.989658684. iteration 14872 found worse value: 339.989658684. iteration 14873 found worse value: 339.989658684. iteration 14874 found worse value: 339.989658684. iteration 14875 found worse value: 339.989658684. iteration 14876 found worse value: 339.989658684. iteration 14877 found worse value: 339.989658684. iteration 14878 found worse value: 339.989658684. iteration 14879 found worse value: 339.989658684. iteration 14880 found worse value: 339.989658684. iteration 14881 found worse value: 339.989658684. iteration 14882 found worse value: 339.989658684. iteration 14883 found worse value: 339.989658684. iteration 14884 found worse value: 339.989658684. iteration 14885 found worse value: 339.989658684. iteration 14886 found worse value: 339.989658684. iteration 14887 found worse value: 339.989658684. iteration 14888 found worse value: 339.989658684. iteration 14889 found worse value: 339.989658684. iteration 14890 found worse value: 339.989658684. iteration 14891 found worse value: 339.989658684. iteration 14892 found worse value: 339.989658684. iteration 14893 found worse value: 339.989658684. iteration 14894 found worse value: 339.989658684. iteration 14895 found worse value: 339.989658684. iteration 14896 found worse value: 339.989658684. iteration 14897 found worse value: 339.989658684. iteration 14898 found worse value: 339.989658684. iteration 14899 found worse value: 339.989658684. iteration 14900 found worse value: 339.989658684. iteration 14901 found worse value: 339.989658684. iteration 14902 found worse value: 339.989658684. iteration 14903 found worse value: 339.989658684. iteration 14904 found worse value: 339.989658684. iteration 14905 found worse value: 339.989658684. iteration 14906 found worse value: 339.989658684. iteration 14907 found worse value: 339.989658684. iteration 14908 found worse value: 339.989658684. iteration 14909 found worse value: 339.989658684. iteration 14910 found worse value: 339.989658684. iteration 14911 found worse value: 339.989658684. iteration 14912 found worse value: 339.989658684. iteration 14913 found worse value: 339.989658684. iteration 14914 found worse value: 339.989658684. iteration 14915 found worse value: 339.989658684. iteration 14916 found worse value: 339.989658684. iteration 14917 found worse value: 339.989658684. iteration 14918 found worse value: 339.989658684. iteration 14919 found worse value: 339.989658684. iteration 14920 found worse value: 339.989658684. iteration 14921 found worse value: 339.989658684. iteration 14922 found worse value: 339.989658684. iteration 14923 found worse value: 339.989658684. iteration 14924 found worse value: 339.989658684. iteration 14925 found worse value: 339.989658684. iteration 14926 found worse value: 339.989658684. iteration 14927 found worse value: 339.989658684. iteration 14928 found worse value: 339.989658684. iteration 14929 found worse value: 339.989658684. iteration 14930 found worse value: 339.989658684. iteration 14931 found worse value: 339.989658684. iteration 14932 found worse value: 339.989658684. iteration 14933 found worse value: 339.989658684. iteration 14934 found worse value: 339.989658684. iteration 14935 found worse value: 339.989658684. iteration 14936 found worse value: 339.989658684. iteration 14937 found worse value: 339.989658684. iteration 14938 found worse value: 339.989658684. iteration 14939 found worse value: 339.989658684. iteration 14940 found worse value: 339.989658684. iteration 14941 found worse value: 339.989658684. iteration 14942 found worse value: 339.989658684. iteration 14943 found worse value: 339.989658684. iteration 14944 found worse value: 339.989658684. iteration 14945 found worse value: 339.989658684. iteration 14946 found worse value: 339.989658684. iteration 14947 found worse value: 339.989658684. iteration 14948 found worse value: 339.989658684. iteration 14949 found worse value: 339.989658684. iteration 14950 found worse value: 339.989658684. iteration 14951 found worse value: 339.989658684. iteration 14952 found worse value: 339.989658684. iteration 14953 found worse value: 339.989658684. iteration 14954 found worse value: 339.989658684. iteration 14955 found worse value: 339.989658684. iteration 14956 found worse value: 339.989658684. iteration 14957 found worse value: 339.989658684. iteration 14958 found worse value: 339.989658684. iteration 14959 found worse value: 339.989658684. iteration 14960 found worse value: 339.989658684. iteration 14961 found worse value: 339.989658684. iteration 14962 found worse value: 339.989658684. iteration 14963 found worse value: 339.989658684. iteration 14964 found worse value: 339.989658684. iteration 14965 found worse value: 339.989658684. iteration 14966 found worse value: 339.989658684. iteration 14967 found worse value: 339.989658684. iteration 14968 found worse value: 339.989658684. iteration 14969 found worse value: 339.989658684. iteration 14970 found worse value: 339.989658684. iteration 14971 found worse value: 339.989658684. iteration 14972 found worse value: 339.989658684. iteration 14973 found worse value: 339.989658684. iteration 14974 found worse value: 339.989658684. iteration 14975 found worse value: 339.989658684. iteration 14976 found worse value: 339.989658684. iteration 14977 found worse value: 339.989658684. iteration 14978 found worse value: 339.989658684. iteration 14979 found worse value: 339.989658684. iteration 14980 found worse value: 339.989658684. iteration 14981 found worse value: 339.989658684. iteration 14982 found worse value: 339.989658684. iteration 14983 found worse value: 339.989658684. iteration 14984 found worse value: 339.989658684. iteration 14985 found worse value: 339.989658684. iteration 14986 found worse value: 339.989658684. iteration 14987 found worse value: 339.989658684. iteration 14988 found worse value: 339.989658684. iteration 14989 found worse value: 339.989658684. iteration 14990 found worse value: 339.989658684. iteration 14991 found worse value: 339.989658684. iteration 14992 found worse value: 339.989658684. iteration 14993 found worse value: 339.989658684. iteration 14994 found worse value: 339.989658684. iteration 14995 found worse value: 339.989658684. iteration 14996 found worse value: 339.989658684. iteration 14997 found worse value: 339.989658684. iteration 14998 found worse value: 339.989658684. iteration 14999 found worse value: 339.989658684. iteration 15000 found worse value: 339.989658684. iteration 15001 found worse value: 339.989658684. iteration 15002 found worse value: 339.989658684. iteration 15003 found worse value: 339.989658684. iteration 15004 found worse value: 339.989658684. iteration 15005 found worse value: 339.989658684. iteration 15006 found worse value: 339.989658684. iteration 15007 found worse value: 339.989658684. iteration 15008 found worse value: 339.989658684. iteration 15009 found worse value: 339.989658684. iteration 15010 found worse value: 339.989658684. iteration 15011 found worse value: 339.989658684. iteration 15012 found worse value: 339.989658684. iteration 15013 found worse value: 339.989658684. iteration 15014 found worse value: 339.989658684. iteration 15015 found worse value: 339.989658684. iteration 15016 found worse value: 339.989658684. iteration 15017 found worse value: 339.989658684. iteration 15018 found worse value: 339.989658684. iteration 15019 found worse value: 339.989658684. iteration 15020 found worse value: 339.989658684. iteration 15021 found worse value: 339.989658684. iteration 15022 found worse value: 339.989658684. iteration 15023 found worse value: 339.989658684. iteration 15024 found worse value: 339.989658684. iteration 15025 found worse value: 339.989658684. iteration 15026 found worse value: 339.989658684. iteration 15027 found worse value: 339.989658684. iteration 15028 found worse value: 339.989658684. iteration 15029 found worse value: 339.989658684. iteration 15030 found worse value: 339.989658684. iteration 15031 found worse value: 339.989658684. iteration 15032 found worse value: 339.989658684. iteration 15033 found worse value: 339.989658684. iteration 15034 found worse value: 339.989658684. iteration 15035 found worse value: 339.989658684. iteration 15036 found worse value: 339.989658684. iteration 15037 found worse value: 339.989658684. iteration 15038 found worse value: 339.989658684. iteration 15039 found worse value: 339.989658684. iteration 15040 found worse value: 339.989658684. iteration 15041 found worse value: 339.989658684. iteration 15042 found worse value: 339.989658684. iteration 15043 found worse value: 339.989658684. iteration 15044 found worse value: 339.989658684. iteration 15045 found worse value: 339.989658684. iteration 15046 found worse value: 339.989658684. iteration 15047 found worse value: 339.989658684. iteration 15048 found worse value: 339.989658684. iteration 15049 found worse value: 339.989658684. iteration 15050 found worse value: 339.989658684. iteration 15051 found worse value: 339.989658684. iteration 15052 found worse value: 339.989658684. iteration 15053 found worse value: 339.989658684. iteration 15054 found worse value: 339.989658684. iteration 15055 found worse value: 339.989658684. iteration 15056 found worse value: 339.989658684. iteration 15057 found worse value: 339.989658684. iteration 15058 found worse value: 339.989658684. iteration 15059 found worse value: 339.989658684. iteration 15060 found worse value: 339.989658684. iteration 15061 found worse value: 339.989658684. iteration 15062 found worse value: 339.989658684. iteration 15063 found worse value: 339.989658684. iteration 15064 found worse value: 339.989658684. iteration 15065 found worse value: 339.989658684. iteration 15066 found worse value: 339.989658684. iteration 15067 found worse value: 339.989658684. iteration 15068 found worse value: 339.989658684. iteration 15069 found worse value: 339.989658684. iteration 15070 found worse value: 339.989658684. iteration 15071 found worse value: 339.989658684. iteration 15072 found worse value: 339.989658684. iteration 15073 found worse value: 339.989658684. iteration 15074 found worse value: 339.989658684. iteration 15075 found worse value: 339.989658684. iteration 15076 found worse value: 339.989658684. iteration 15077 found worse value: 339.989658684. iteration 15078 found worse value: 339.989658684. iteration 15079 found worse value: 339.989658684. iteration 15080 found worse value: 339.989658684. iteration 15081 found worse value: 339.989658684. iteration 15082 found worse value: 339.989658684. iteration 15083 found worse value: 339.989658684. iteration 15084 found worse value: 339.989658684. iteration 15085 found worse value: 339.989658684. iteration 15086 found worse value: 339.989658684. iteration 15087 found worse value: 339.989658684. iteration 15088 found worse value: 339.989658684. iteration 15089 found worse value: 339.989658684. iteration 15090 found worse value: 339.989658684. iteration 15091 found worse value: 339.989658684. iteration 15092 found worse value: 339.989658684. iteration 15093 found worse value: 339.989658684. iteration 15094 found worse value: 339.989658684. iteration 15095 found worse value: 339.989658684. iteration 15096 found worse value: 339.989658684. iteration 15097 found worse value: 339.989658684. iteration 15098 found worse value: 339.989658684. iteration 15099 found worse value: 339.989658684. iteration 15100 found worse value: 339.989658684. iteration 15101 found worse value: 339.989658684. iteration 15102 found worse value: 339.989658684. iteration 15103 found worse value: 339.989658684. iteration 15104 found worse value: 339.989658684. iteration 15105 found worse value: 339.989658684. iteration 15106 found worse value: 339.989658684. iteration 15107 found worse value: 339.989658684. iteration 15108 found worse value: 339.989658684. iteration 15109 found worse value: 339.989658684. iteration 15110 found worse value: 339.989658684. iteration 15111 found worse value: 339.989658684. iteration 15112 found worse value: 339.989658684. iteration 15113 found worse value: 339.989658684. iteration 15114 found worse value: 339.989658684. iteration 15115 found worse value: 339.989658684. iteration 15116 found worse value: 339.989658684. iteration 15117 found worse value: 339.989658684. iteration 15118 found worse value: 339.989658684. iteration 15119 found worse value: 339.989658684. iteration 15120 found worse value: 339.989658684. iteration 15121 found worse value: 339.989658684. iteration 15122 found worse value: 339.989658684. iteration 15123 found worse value: 339.989658684. iteration 15124 found worse value: 339.989658684. iteration 15125 found worse value: 339.989658684. iteration 15126 found worse value: 339.989658684. iteration 15127 found worse value: 339.989658684. iteration 15128 found worse value: 339.989658684. iteration 15129 found worse value: 339.989658684. iteration 15130 found worse value: 339.989658684. iteration 15131 found worse value: 339.989658684. iteration 15132 found worse value: 339.989658684. iteration 15133 found worse value: 339.989658684. iteration 15134 found worse value: 339.989658684. iteration 15135 found worse value: 339.989658684. iteration 15136 found worse value: 339.989658684. iteration 15137 found worse value: 339.989658684. iteration 15138 found worse value: 339.989658684. iteration 15139 found worse value: 339.989658684. iteration 15140 found worse value: 339.989658684. iteration 15141 found worse value: 339.989658684. iteration 15142 found worse value: 339.989658684. iteration 15143 found worse value: 339.989658684. iteration 15144 found worse value: 339.989658684. iteration 15145 found worse value: 339.989658684. iteration 15146 found worse value: 339.989658684. iteration 15147 found worse value: 339.989658684. iteration 15148 found worse value: 339.989658684. iteration 15149 found worse value: 339.989658684. iteration 15150 found worse value: 339.989658684. iteration 15151 found worse value: 339.989658684. iteration 15152 found worse value: 339.989658684. iteration 15153 found worse value: 339.989658684. iteration 15154 found worse value: 339.989658684. iteration 15155 found worse value: 339.989658684. iteration 15156 found worse value: 339.989658684. iteration 15157 found worse value: 339.989658684. iteration 15158 found worse value: 339.989658684. iteration 15159 found worse value: 339.989658684. iteration 15160 found worse value: 339.989658684. iteration 15161 found worse value: 339.989658684. iteration 15162 found worse value: 339.989658684. iteration 15163 found worse value: 339.989658684. iteration 15164 found worse value: 339.989658684. iteration 15165 found worse value: 339.989658684. iteration 15166 found worse value: 339.989658684. iteration 15167 found worse value: 339.989658684. iteration 15168 found worse value: 339.989658684. iteration 15169 found worse value: 339.989658684. iteration 15170 found worse value: 339.989658684. iteration 15171 found worse value: 339.989658684. iteration 15172 found worse value: 339.989658684. iteration 15173 found worse value: 339.989658684. iteration 15174 found worse value: 339.989658684. iteration 15175 found worse value: 339.989658684. iteration 15176 found worse value: 339.989658684. iteration 15177 found worse value: 339.989658684. iteration 15178 found worse value: 339.989658684. iteration 15179 found worse value: 339.989658684. iteration 15180 found worse value: 339.989658684. iteration 15181 found worse value: 339.989658684. iteration 15182 found worse value: 339.989658684. iteration 15183 found worse value: 339.989658684. iteration 15184 found worse value: 339.989658684. iteration 15185 found worse value: 339.989658684. iteration 15186 found worse value: 339.989658684. iteration 15187 found worse value: 339.989658684. iteration 15188 found worse value: 339.989658684. iteration 15189 found worse value: 339.989658684. iteration 15190 found worse value: 339.989658684. iteration 15191 found worse value: 339.989658684. iteration 15192 found worse value: 339.989658684. iteration 15193 found worse value: 339.989658684. iteration 15194 found worse value: 339.989658684. iteration 15195 found worse value: 339.989658684. iteration 15196 found worse value: 339.989658684. iteration 15197 found worse value: 339.989658684. iteration 15198 found worse value: 339.989658684. iteration 15199 found worse value: 339.989658684. iteration 15200 found worse value: 339.989658684. iteration 15201 found worse value: 339.989658684. iteration 15202 found worse value: 339.989658684. iteration 15203 found worse value: 339.989658684. iteration 15204 found worse value: 339.989658684. iteration 15205 found worse value: 339.989658684. iteration 15206 found worse value: 339.989658684. iteration 15207 found worse value: 339.989658684. iteration 15208 found worse value: 339.989658684. iteration 15209 found worse value: 339.989658684. iteration 15210 found worse value: 339.989658684. iteration 15211 found worse value: 339.989658684. iteration 15212 found worse value: 339.989658684. iteration 15213 found worse value: 339.989658684. iteration 15214 found worse value: 339.989658684. iteration 15215 found worse value: 339.989658684. iteration 15216 found worse value: 339.989658684. iteration 15217 found worse value: 339.989658684. iteration 15218 found worse value: 339.989658684. iteration 15219 found worse value: 339.989658684. iteration 15220 found worse value: 339.989658684. iteration 15221 found worse value: 339.989658684. iteration 15222 found worse value: 339.989658684. iteration 15223 found worse value: 339.989658684. iteration 15224 found worse value: 339.989658684. iteration 15225 found worse value: 339.989658684. iteration 15226 found worse value: 339.989658684. iteration 15227 found worse value: 339.989658684. iteration 15228 found worse value: 339.989658684. iteration 15229 found worse value: 339.989658684. iteration 15230 found worse value: 339.989658684. iteration 15231 found worse value: 339.989658684. iteration 15232 found worse value: 339.989658684. iteration 15233 found worse value: 339.989658684. iteration 15234 found worse value: 339.989658684. iteration 15235 found worse value: 339.989658684. iteration 15236 found worse value: 339.989658684. iteration 15237 found worse value: 339.989658684. iteration 15238 found worse value: 339.989658684. iteration 15239 found worse value: 339.989658684. iteration 15240 found worse value: 339.989658684. iteration 15241 found worse value: 339.989658684. iteration 15242 found worse value: 339.989658684. iteration 15243 found worse value: 339.989658684. iteration 15244 found worse value: 339.989658684. iteration 15245 found worse value: 339.989658684. iteration 15246 found worse value: 339.989658684. iteration 15247 found worse value: 339.989658684. iteration 15248 found worse value: 339.989658684. iteration 15249 found worse value: 339.989658684. iteration 15250 found worse value: 339.989658684. iteration 15251 found worse value: 339.989658684. iteration 15252 found worse value: 339.989658684. iteration 15253 found worse value: 339.989658684. iteration 15254 found worse value: 339.989658684. iteration 15255 found worse value: 339.989658684. iteration 15256 found worse value: 339.989658684. iteration 15257 found worse value: 339.989658684. iteration 15258 found worse value: 339.989658684. iteration 15259 found worse value: 339.989658684. iteration 15260 found worse value: 339.989658684. iteration 15261 found worse value: 339.989658684. iteration 15262 found worse value: 339.989658684. iteration 15263 found worse value: 339.989658684. iteration 15264 found worse value: 339.989658684. iteration 15265 found worse value: 339.989658684. iteration 15266 found worse value: 339.989658684. iteration 15267 found worse value: 339.989658684. iteration 15268 found worse value: 339.989658684. iteration 15269 found worse value: 339.989658684. iteration 15270 found worse value: 339.989658684. iteration 15271 found worse value: 339.989658684. iteration 15272 found worse value: 339.989658684. iteration 15273 found worse value: 339.989658684. iteration 15274 found worse value: 339.989658684. iteration 15275 found worse value: 339.989658684. iteration 15276 found worse value: 339.989658684. iteration 15277 found worse value: 339.989658684. iteration 15278 found worse value: 339.989658684. iteration 15279 found worse value: 339.989658684. iteration 15280 found worse value: 339.989658684. iteration 15281 found worse value: 339.989658684. iteration 15282 found worse value: 339.989658684. iteration 15283 found worse value: 339.989658684. iteration 15284 found worse value: 339.989658684. iteration 15285 found worse value: 339.989658684. iteration 15286 found worse value: 339.989658684. iteration 15287 found worse value: 339.989658684. iteration 15288 found worse value: 339.989658684. iteration 15289 found worse value: 339.989658684. iteration 15290 found worse value: 339.989658684. iteration 15291 found worse value: 339.989658684. iteration 15292 found worse value: 339.989658684. iteration 15293 found worse value: 339.989658684. iteration 15294 found worse value: 339.989658684. iteration 15295 found worse value: 339.989658684. iteration 15296 found worse value: 339.989658684. iteration 15297 found worse value: 339.989658684. iteration 15298 found worse value: 339.989658684. iteration 15299 found worse value: 339.989658684. iteration 15300 found worse value: 339.989658684. iteration 15301 found worse value: 339.989658684. iteration 15302 found worse value: 339.989658684. iteration 15303 found worse value: 339.989658684. iteration 15304 found worse value: 339.989658684. iteration 15305 found worse value: 339.989658684. iteration 15306 found worse value: 339.989658684. iteration 15307 found worse value: 339.989658684. iteration 15308 found worse value: 339.989658684. iteration 15309 found worse value: 339.989658684. iteration 15310 found worse value: 339.989658684. iteration 15311 found worse value: 339.989658684. iteration 15312 found worse value: 339.989658684. iteration 15313 found worse value: 339.989658684. iteration 15314 found worse value: 339.989658684. iteration 15315 found worse value: 339.989658684. iteration 15316 found worse value: 339.989658684. iteration 15317 found worse value: 339.989658684. iteration 15318 found worse value: 339.989658684. iteration 15319 found worse value: 339.989658684. iteration 15320 found worse value: 339.989658684. iteration 15321 found worse value: 339.989658684. iteration 15322 found worse value: 339.989658684. iteration 15323 found worse value: 339.989658684. iteration 15324 found worse value: 339.989658684. iteration 15325 found worse value: 339.989658684. iteration 15326 found worse value: 339.989658684. iteration 15327 found worse value: 339.989658684. iteration 15328 found worse value: 339.989658684. iteration 15329 found worse value: 339.989658684. iteration 15330 found worse value: 339.989658684. iteration 15331 found worse value: 339.989658684. iteration 15332 found worse value: 339.989658684. iteration 15333 found worse value: 339.989658684. iteration 15334 found worse value: 339.989658684. iteration 15335 found worse value: 339.989658684. iteration 15336 found worse value: 339.989658684. iteration 15337 found worse value: 339.989658684. iteration 15338 found worse value: 339.989658684. iteration 15339 found worse value: 339.989658684. iteration 15340 found worse value: 339.989658684. iteration 15341 found worse value: 339.989658684. iteration 15342 found worse value: 339.989658684. iteration 15343 found worse value: 339.989658684. iteration 15344 found worse value: 339.989658684. iteration 15345 found worse value: 339.989658684. iteration 15346 found worse value: 339.989658684. iteration 15347 found worse value: 339.989658684. iteration 15348 found worse value: 339.989658684. iteration 15349 found worse value: 339.989658684. iteration 15350 found worse value: 339.989658684. iteration 15351 found worse value: 339.989658684. iteration 15352 found worse value: 339.989658684. iteration 15353 found worse value: 339.989658684. iteration 15354 found worse value: 339.989658684. iteration 15355 found worse value: 339.989658684. iteration 15356 found worse value: 339.989658684. iteration 15357 found worse value: 339.989658684. iteration 15358 found worse value: 339.989658684. iteration 15359 found worse value: 339.989658684. iteration 15360 found worse value: 339.989658684. iteration 15361 found worse value: 339.989658684. iteration 15362 found worse value: 339.989658684. iteration 15363 found worse value: 339.989658684. iteration 15364 found worse value: 339.989658684. iteration 15365 found worse value: 339.989658684. iteration 15366 found worse value: 339.989658684. iteration 15367 found worse value: 339.989658684. iteration 15368 found worse value: 339.989658684. iteration 15369 found worse value: 339.989658684. iteration 15370 found worse value: 339.989658684. iteration 15371 found worse value: 339.989658684. iteration 15372 found worse value: 339.989658684. iteration 15373 found worse value: 339.989658684. iteration 15374 found worse value: 339.989658684. iteration 15375 found worse value: 339.989658684. iteration 15376 found worse value: 339.989658684. iteration 15377 found worse value: 339.989658684. iteration 15378 found worse value: 339.989658684. iteration 15379 found worse value: 339.989658684. iteration 15380 found worse value: 339.989658684. iteration 15381 found worse value: 339.989658684. iteration 15382 found worse value: 339.989658684. iteration 15383 found worse value: 339.989658684. iteration 15384 found worse value: 339.989658684. iteration 15385 found worse value: 339.989658684. iteration 15386 found worse value: 339.989658684. iteration 15387 found worse value: 339.989658684. iteration 15388 found worse value: 339.989658684. iteration 15389 found worse value: 339.989658684. iteration 15390 found worse value: 339.989658684. iteration 15391 found worse value: 339.989658684. iteration 15392 found worse value: 339.989658684. iteration 15393 found worse value: 339.989658684. iteration 15394 found worse value: 339.989658684. iteration 15395 found worse value: 339.989658684. iteration 15396 found worse value: 339.989658684. iteration 15397 found worse value: 339.989658684. iteration 15398 found worse value: 339.989658684. iteration 15399 found worse value: 339.989658684. iteration 15400 found worse value: 339.989658684. iteration 15401 found worse value: 339.989658684. iteration 15402 found worse value: 339.989658684. iteration 15403 found worse value: 339.989658684. iteration 15404 found worse value: 339.989658684. iteration 15405 found worse value: 339.989658684. iteration 15406 found worse value: 339.989658684. iteration 15407 found worse value: 339.989658684. iteration 15408 found worse value: 339.989658684. iteration 15409 found worse value: 339.989658684. iteration 15410 found worse value: 339.989658684. iteration 15411 found worse value: 339.989658684. iteration 15412 found worse value: 339.989658684. iteration 15413 found worse value: 339.989658684. iteration 15414 found worse value: 339.989658684. iteration 15415 found worse value: 339.989658684. iteration 15416 found worse value: 339.989658684. iteration 15417 found worse value: 339.989658684. iteration 15418 found worse value: 339.989658684. iteration 15419 found worse value: 339.989658684. iteration 15420 found worse value: 339.989658684. iteration 15421 found worse value: 339.989658684. iteration 15422 found worse value: 339.989658684. iteration 15423 found worse value: 339.989658684. iteration 15424 found worse value: 339.989658684. iteration 15425 found worse value: 339.989658684. iteration 15426 found worse value: 339.989658684. iteration 15427 found worse value: 339.989658684. iteration 15428 found worse value: 339.989658684. iteration 15429 found worse value: 339.989658684. iteration 15430 found worse value: 339.989658684. iteration 15431 found worse value: 339.989658684. iteration 15432 found worse value: 339.989658684. iteration 15433 found worse value: 339.989658684. iteration 15434 found worse value: 339.989658684. iteration 15435 found worse value: 339.989658684. iteration 15436 found worse value: 339.989658684. iteration 15437 found worse value: 339.989658684. iteration 15438 found worse value: 339.989658684. iteration 15439 found worse value: 339.989658684. iteration 15440 found worse value: 339.989658684. iteration 15441 found worse value: 339.989658684. iteration 15442 found worse value: 339.989658684. iteration 15443 found worse value: 339.989658684. iteration 15444 found worse value: 339.989658684. iteration 15445 found worse value: 339.989658684. iteration 15446 found worse value: 339.989658684. iteration 15447 found worse value: 339.989658684. iteration 15448 found worse value: 339.989658684. iteration 15449 found worse value: 339.989658684. iteration 15450 found worse value: 339.989658684. iteration 15451 found worse value: 339.989658684. iteration 15452 found worse value: 339.989658684. iteration 15453 found worse value: 339.989658684. iteration 15454 found worse value: 339.989658684. iteration 15455 found worse value: 339.989658684. iteration 15456 found worse value: 339.989658684. iteration 15457 found worse value: 339.989658684. iteration 15458 found worse value: 339.989658684. iteration 15459 found worse value: 339.989658684. iteration 15460 found worse value: 339.989658684. iteration 15461 found worse value: 339.989658684. iteration 15462 found worse value: 339.989658684. iteration 15463 found worse value: 339.989658684. iteration 15464 found worse value: 339.989658684. iteration 15465 found worse value: 339.989658684. iteration 15466 found worse value: 339.989658684. iteration 15467 found worse value: 339.989658684. iteration 15468 found worse value: 339.989658684. iteration 15469 found worse value: 339.989658684. iteration 15470 found worse value: 339.989658684. iteration 15471 found worse value: 339.989658684. iteration 15472 found worse value: 339.989658684. iteration 15473 found worse value: 339.989658684. iteration 15474 found worse value: 339.989658684. iteration 15475 found worse value: 339.989658684. iteration 15476 found worse value: 339.989658684. iteration 15477 found worse value: 339.989658684. iteration 15478 found worse value: 339.989658684. iteration 15479 found worse value: 339.989658684. iteration 15480 found worse value: 339.989658684. iteration 15481 found worse value: 339.989658684. iteration 15482 found worse value: 339.989658684. iteration 15483 found worse value: 339.989658684. iteration 15484 found worse value: 339.989658684. iteration 15485 found worse value: 339.989658684. iteration 15486 found worse value: 339.989658684. iteration 15487 found worse value: 339.989658684. iteration 15488 found worse value: 339.989658684. iteration 15489 found worse value: 339.989658684. iteration 15490 found worse value: 339.989658684. iteration 15491 found worse value: 339.989658684. iteration 15492 found worse value: 339.989658684. iteration 15493 found worse value: 339.989658684. iteration 15494 found worse value: 339.989658684. iteration 15495 found worse value: 339.989658684. iteration 15496 found worse value: 339.989658684. iteration 15497 found worse value: 339.989658684. iteration 15498 found worse value: 339.989658684. iteration 15499 found worse value: 339.989658684. iteration 15500 found worse value: 339.989658684. iteration 15501 found worse value: 339.989658684. iteration 15502 found worse value: 339.989658684. iteration 15503 found worse value: 339.989658684. iteration 15504 found worse value: 339.989658684. iteration 15505 found worse value: 339.989658684. iteration 15506 found worse value: 339.989658684. iteration 15507 found worse value: 339.989658684. iteration 15508 found worse value: 339.989658684. iteration 15509 found worse value: 339.989658684. iteration 15510 found worse value: 339.989658684. iteration 15511 found worse value: 339.989658684. iteration 15512 found worse value: 339.989658684. iteration 15513 found worse value: 339.989658684. iteration 15514 found worse value: 339.989658684. iteration 15515 found worse value: 339.989658684. iteration 15516 found worse value: 339.989658684. iteration 15517 found worse value: 339.989658684. iteration 15518 found worse value: 339.989658684. iteration 15519 found worse value: 339.989658684. iteration 15520 found worse value: 339.989658684. iteration 15521 found worse value: 339.989658684. iteration 15522 found worse value: 339.989658684. iteration 15523 found worse value: 339.989658684. iteration 15524 found worse value: 339.989658684. iteration 15525 found worse value: 339.989658684. iteration 15526 found worse value: 339.989658684. iteration 15527 found worse value: 339.989658684. iteration 15528 found worse value: 339.989658684. iteration 15529 found worse value: 339.989658684. iteration 15530 found worse value: 339.989658684. iteration 15531 found worse value: 339.989658684. iteration 15532 found worse value: 339.989658684. iteration 15533 found worse value: 339.989658684. iteration 15534 found worse value: 339.989658684. iteration 15535 found worse value: 339.989658684. iteration 15536 found worse value: 339.989658684. iteration 15537 found worse value: 339.989658684. iteration 15538 found worse value: 339.989658684. iteration 15539 found worse value: 339.989658684. iteration 15540 found worse value: 339.989658684. iteration 15541 found worse value: 339.989658684. iteration 15542 found worse value: 339.989658684. iteration 15543 found worse value: 339.989658684. iteration 15544 found worse value: 339.989658684. iteration 15545 found worse value: 339.989658684. iteration 15546 found worse value: 339.989658684. iteration 15547 found worse value: 339.989658684. iteration 15548 found worse value: 339.989658684. iteration 15549 found worse value: 339.989658684. iteration 15550 found worse value: 339.989658684. iteration 15551 found worse value: 339.989658684. iteration 15552 found worse value: 339.989658684. iteration 15553 found worse value: 339.989658684. iteration 15554 found worse value: 339.989658684. iteration 15555 found worse value: 339.989658684. iteration 15556 found worse value: 339.989658684. iteration 15557 found worse value: 339.989658684. iteration 15558 found worse value: 339.989658684. iteration 15559 found worse value: 339.989658684. iteration 15560 found worse value: 339.989658684. iteration 15561 found worse value: 339.989658684. iteration 15562 found worse value: 339.989658684. iteration 15563 found worse value: 339.989658684. iteration 15564 found worse value: 339.989658684. iteration 15565 found worse value: 339.989658684. iteration 15566 found worse value: 339.989658684. iteration 15567 found worse value: 339.989658684. iteration 15568 found worse value: 339.989658684. iteration 15569 found worse value: 339.989658684. iteration 15570 found worse value: 339.989658684. iteration 15571 found worse value: 339.989658684. iteration 15572 found worse value: 339.989658684. iteration 15573 found worse value: 339.989658684. iteration 15574 found worse value: 339.989658684. iteration 15575 found worse value: 339.989658684. iteration 15576 found worse value: 339.989658684. iteration 15577 found worse value: 339.989658684. iteration 15578 found worse value: 339.989658684. iteration 15579 found worse value: 339.989658684. iteration 15580 found worse value: 339.989658684. iteration 15581 found worse value: 339.989658684. iteration 15582 found worse value: 339.989658684. iteration 15583 found worse value: 339.989658684. iteration 15584 found worse value: 339.989658684. iteration 15585 found worse value: 339.989658684. iteration 15586 found worse value: 339.989658684. iteration 15587 found worse value: 339.989658684. iteration 15588 found worse value: 339.989658684. iteration 15589 found worse value: 339.989658684. iteration 15590 found worse value: 339.989658684. iteration 15591 found worse value: 339.989658684. iteration 15592 found worse value: 339.989658684. iteration 15593 found worse value: 339.989658684. iteration 15594 found worse value: 339.989658684. iteration 15595 found worse value: 339.989658684. iteration 15596 found worse value: 339.989658684. iteration 15597 found worse value: 339.989658684. iteration 15598 found worse value: 339.989658684. iteration 15599 found worse value: 339.989658684. iteration 15600 found worse value: 339.989658684. iteration 15601 found worse value: 339.989658684. iteration 15602 found worse value: 339.989658684. iteration 15603 found worse value: 339.989658684. iteration 15604 found worse value: 339.989658684. iteration 15605 found worse value: 339.989658684. iteration 15606 found worse value: 339.989658684. iteration 15607 found worse value: 339.989658684. iteration 15608 found worse value: 339.989658684. iteration 15609 found worse value: 339.989658684. iteration 15610 found worse value: 339.989658684. iteration 15611 found worse value: 339.989658684. iteration 15612 found worse value: 339.989658684. iteration 15613 found worse value: 339.989658684. iteration 15614 found worse value: 339.989658684. iteration 15615 found worse value: 339.989658684. iteration 15616 found worse value: 339.989658684. iteration 15617 found worse value: 339.989658684. iteration 15618 found worse value: 339.989658684. iteration 15619 found worse value: 339.989658684. iteration 15620 found worse value: 339.989658684. iteration 15621 found worse value: 339.989658684. iteration 15622 found worse value: 339.989658684. iteration 15623 found worse value: 339.989658684. iteration 15624 found worse value: 339.989658684. iteration 15625 found worse value: 339.989658684. iteration 15626 found worse value: 339.989658684. iteration 15627 found worse value: 339.989658684. iteration 15628 found worse value: 339.989658684. iteration 15629 found worse value: 339.989658684. iteration 15630 found worse value: 339.989658684. iteration 15631 found worse value: 339.989658684. iteration 15632 found worse value: 339.989658684. iteration 15633 found worse value: 339.989658684. iteration 15634 found worse value: 339.989658684. iteration 15635 found worse value: 339.989658684. iteration 15636 found worse value: 339.989658684. iteration 15637 found worse value: 339.989658684. iteration 15638 found worse value: 339.989658684. iteration 15639 found worse value: 339.989658684. iteration 15640 found worse value: 339.989658684. iteration 15641 found worse value: 339.989658684. iteration 15642 found worse value: 339.989658684. iteration 15643 found worse value: 339.989658684. iteration 15644 found worse value: 339.989658684. iteration 15645 found worse value: 339.989658684. iteration 15646 found worse value: 339.989658684. iteration 15647 found worse value: 339.989658684. iteration 15648 found worse value: 339.989658684. iteration 15649 found worse value: 339.989658684. iteration 15650 found worse value: 339.989658684. iteration 15651 found worse value: 339.989658684. iteration 15652 found worse value: 339.989658684. iteration 15653 found worse value: 339.989658684. iteration 15654 found worse value: 339.989658684. iteration 15655 found worse value: 339.989658684. iteration 15656 found worse value: 339.989658684. iteration 15657 found worse value: 339.989658684. iteration 15658 found worse value: 339.989658684. iteration 15659 found worse value: 339.989658684. iteration 15660 found worse value: 339.989658684. iteration 15661 found worse value: 339.989658684. iteration 15662 found worse value: 339.989658684. iteration 15663 found worse value: 339.989658684. iteration 15664 found worse value: 339.989658684. iteration 15665 found worse value: 339.989658684. iteration 15666 found worse value: 339.989658684. iteration 15667 found worse value: 339.989658684. iteration 15668 found worse value: 339.989658684. iteration 15669 found worse value: 339.989658684. iteration 15670 found worse value: 339.989658684. iteration 15671 found worse value: 339.989658684. iteration 15672 found worse value: 339.989658684. iteration 15673 found worse value: 339.989658684. iteration 15674 found worse value: 339.989658684. iteration 15675 found worse value: 339.989658684. iteration 15676 found worse value: 339.989658684. iteration 15677 found worse value: 339.989658684. iteration 15678 found worse value: 339.989658684. iteration 15679 found worse value: 339.989658684. iteration 15680 found worse value: 339.989658684. iteration 15681 found worse value: 339.989658684. iteration 15682 found worse value: 339.989658684. iteration 15683 found worse value: 339.989658684. iteration 15684 found worse value: 339.989658684. iteration 15685 found worse value: 339.989658684. iteration 15686 found worse value: 339.989658684. iteration 15687 found worse value: 339.989658684. iteration 15688 found worse value: 339.989658684. iteration 15689 found worse value: 339.989658684. iteration 15690 found worse value: 339.989658684. iteration 15691 found worse value: 339.989658684. iteration 15692 found worse value: 339.989658684. iteration 15693 found worse value: 339.989658684. iteration 15694 found worse value: 339.989658684. iteration 15695 found worse value: 339.989658684. iteration 15696 found worse value: 339.989658684. iteration 15697 found worse value: 339.989658684. iteration 15698 found worse value: 339.989658684. iteration 15699 found worse value: 339.989658684. iteration 15700 found worse value: 339.989658684. iteration 15701 found worse value: 339.989658684. iteration 15702 found worse value: 339.989658684. iteration 15703 found worse value: 339.989658684. iteration 15704 found worse value: 339.989658684. iteration 15705 found worse value: 339.989658684. iteration 15706 found worse value: 339.989658684. iteration 15707 found worse value: 339.989658684. iteration 15708 found worse value: 339.989658684. iteration 15709 found worse value: 339.989658684. iteration 15710 found worse value: 339.989658684. iteration 15711 found worse value: 339.989658684. iteration 15712 found worse value: 339.989658684. iteration 15713 found worse value: 339.989658684. iteration 15714 found worse value: 339.989658684. iteration 15715 found worse value: 339.989658684. iteration 15716 found worse value: 339.989658684. iteration 15717 found worse value: 339.989658684. iteration 15718 found worse value: 339.989658684. iteration 15719 found worse value: 339.989658684. iteration 15720 found worse value: 339.989658684. iteration 15721 found worse value: 339.989658684. iteration 15722 found worse value: 339.989658684. iteration 15723 found worse value: 339.989658684. iteration 15724 found worse value: 339.989658684. iteration 15725 found worse value: 339.989658684. iteration 15726 found worse value: 339.989658684. iteration 15727 found worse value: 339.989658684. iteration 15728 found worse value: 339.989658684. iteration 15729 found worse value: 339.989658684. iteration 15730 found worse value: 339.989658684. iteration 15731 found worse value: 339.989658684. iteration 15732 found worse value: 339.989658684. iteration 15733 found worse value: 339.989658684. iteration 15734 found worse value: 339.989658684. iteration 15735 found worse value: 339.989658684. iteration 15736 found worse value: 339.989658684. iteration 15737 found worse value: 339.989658684. iteration 15738 found worse value: 339.989658684. iteration 15739 found worse value: 339.989658684. iteration 15740 found worse value: 339.989658684. iteration 15741 found worse value: 339.989658684. iteration 15742 found worse value: 339.989658684. iteration 15743 found worse value: 339.989658684. iteration 15744 found worse value: 339.989658684. iteration 15745 found worse value: 339.989658684. iteration 15746 found worse value: 339.989658684. iteration 15747 found worse value: 339.989658684. iteration 15748 found worse value: 339.989658684. iteration 15749 found worse value: 339.989658684. iteration 15750 found worse value: 339.989658684. iteration 15751 found worse value: 339.989658684. iteration 15752 found worse value: 339.989658684. iteration 15753 found worse value: 339.989658684. iteration 15754 found worse value: 339.989658684. iteration 15755 found worse value: 339.989658684. iteration 15756 found worse value: 339.989658684. iteration 15757 found worse value: 339.989658684. iteration 15758 found worse value: 339.989658684. iteration 15759 found worse value: 339.989658684. iteration 15760 found worse value: 339.989658684. iteration 15761 found worse value: 339.989658684. iteration 15762 found worse value: 339.989658684. iteration 15763 found worse value: 339.989658684. iteration 15764 found worse value: 339.989658684. iteration 15765 found worse value: 339.989658684. iteration 15766 found worse value: 339.989658684. iteration 15767 found worse value: 339.989658684. iteration 15768 found worse value: 339.989658684. iteration 15769 found worse value: 339.989658684. iteration 15770 found worse value: 339.989658684. iteration 15771 found worse value: 339.989658684. iteration 15772 found worse value: 339.989658684. iteration 15773 found worse value: 339.989658684. iteration 15774 found worse value: 339.989658684. iteration 15775 found worse value: 339.989658684. iteration 15776 found worse value: 339.989658684. iteration 15777 found worse value: 339.989658684. iteration 15778 found worse value: 339.989658684. iteration 15779 found worse value: 339.989658684. iteration 15780 found worse value: 339.989658684. iteration 15781 found worse value: 339.989658684. iteration 15782 found worse value: 339.989658684. iteration 15783 found worse value: 339.989658684. iteration 15784 found worse value: 339.989658684. iteration 15785 found worse value: 339.989658684. iteration 15786 found worse value: 339.989658684. iteration 15787 found worse value: 339.989658684. iteration 15788 found worse value: 339.989658684. iteration 15789 found worse value: 339.989658684. iteration 15790 found worse value: 339.989658684. iteration 15791 found worse value: 339.989658684. iteration 15792 found worse value: 339.989658684. iteration 15793 found worse value: 339.989658684. iteration 15794 found worse value: 339.989658684. iteration 15795 found worse value: 339.989658684. iteration 15796 found worse value: 339.989658684. iteration 15797 found worse value: 339.989658684. iteration 15798 found worse value: 339.989658684. iteration 15799 found worse value: 339.989658684. iteration 15800 found worse value: 339.989658684. iteration 15801 found worse value: 339.989658684. iteration 15802 found worse value: 339.989658684. iteration 15803 found worse value: 339.989658684. iteration 15804 found worse value: 339.989658684. iteration 15805 found worse value: 339.989658684. iteration 15806 found worse value: 339.989658684. iteration 15807 found worse value: 339.989658684. iteration 15808 found worse value: 339.989658684. iteration 15809 found worse value: 339.989658684. iteration 15810 found worse value: 339.989658684. iteration 15811 found worse value: 339.989658684. iteration 15812 found worse value: 339.989658684. iteration 15813 found worse value: 339.989658684. iteration 15814 found worse value: 339.989658684. iteration 15815 found worse value: 339.989658684. iteration 15816 found worse value: 339.989658684. iteration 15817 found worse value: 339.989658684. iteration 15818 found worse value: 339.989658684. iteration 15819 found worse value: 339.989658684. iteration 15820 found worse value: 339.989658684. iteration 15821 found worse value: 339.989658684. iteration 15822 found worse value: 339.989658684. iteration 15823 found worse value: 339.989658684. iteration 15824 found worse value: 339.989658684. iteration 15825 found worse value: 339.989658684. iteration 15826 found worse value: 339.989658684. iteration 15827 found worse value: 339.989658684. iteration 15828 found worse value: 339.989658684. iteration 15829 found worse value: 339.989658684. iteration 15830 found worse value: 339.989658684. iteration 15831 found worse value: 339.989658684. iteration 15832 found worse value: 339.989658684. iteration 15833 found worse value: 339.989658684. iteration 15834 found worse value: 339.989658684. iteration 15835 found worse value: 339.989658684. iteration 15836 found worse value: 339.989658684. iteration 15837 found worse value: 339.989658684. iteration 15838 found worse value: 339.989658684. iteration 15839 found worse value: 339.989658684. iteration 15840 found worse value: 339.989658684. iteration 15841 found worse value: 339.989658684. iteration 15842 found worse value: 339.989658684. iteration 15843 found worse value: 339.989658684. iteration 15844 found worse value: 339.989658684. iteration 15845 found worse value: 339.989658684. iteration 15846 found worse value: 339.989658684. iteration 15847 found worse value: 339.989658684. iteration 15848 found worse value: 339.989658684. iteration 15849 found worse value: 339.989658684. iteration 15850 found worse value: 339.989658684. iteration 15851 found worse value: 339.989658684. iteration 15852 found worse value: 339.989658684. iteration 15853 found worse value: 339.989658684. iteration 15854 found worse value: 339.989658684. iteration 15855 found worse value: 339.989658684. iteration 15856 found worse value: 339.989658684. iteration 15857 found worse value: 339.989658684. iteration 15858 found worse value: 339.989658684. iteration 15859 found worse value: 339.989658684. iteration 15860 found worse value: 339.989658684. iteration 15861 found worse value: 339.989658684. iteration 15862 found worse value: 339.989658684. iteration 15863 found worse value: 339.989658684. iteration 15864 found worse value: 339.989658684. iteration 15865 found worse value: 339.989658684. iteration 15866 found worse value: 339.989658684. iteration 15867 found worse value: 339.989658684. iteration 15868 found worse value: 339.989658684. iteration 15869 found worse value: 339.989658684. iteration 15870 found worse value: 339.989658684. iteration 15871 found worse value: 339.989658684. iteration 15872 found worse value: 339.989658684. iteration 15873 found worse value: 339.989658684. iteration 15874 found worse value: 339.989658684. iteration 15875 found worse value: 339.989658684. iteration 15876 found worse value: 339.989658684. iteration 15877 found worse value: 339.989658684. iteration 15878 found worse value: 339.989658684. iteration 15879 found worse value: 339.989658684. iteration 15880 found worse value: 339.989658684. iteration 15881 found worse value: 339.989658684. iteration 15882 found worse value: 339.989658684. iteration 15883 found worse value: 339.989658684. iteration 15884 found worse value: 339.989658684. iteration 15885 found worse value: 339.989658684. iteration 15886 found worse value: 339.989658684. iteration 15887 found worse value: 339.989658684. iteration 15888 found worse value: 339.989658684. iteration 15889 found worse value: 339.989658684. iteration 15890 found worse value: 339.989658684. iteration 15891 found worse value: 339.989658684. iteration 15892 found worse value: 339.989658684. iteration 15893 found worse value: 339.989658684. iteration 15894 found worse value: 339.989658684. iteration 15895 found worse value: 339.989658684. iteration 15896 found worse value: 339.989658684. iteration 15897 found worse value: 339.989658684. iteration 15898 found worse value: 339.989658684. iteration 15899 found worse value: 339.989658684. iteration 15900 found worse value: 339.989658684. iteration 15901 found worse value: 339.989658684. iteration 15902 found worse value: 339.989658684. iteration 15903 found worse value: 339.989658684. iteration 15904 found worse value: 339.989658684. iteration 15905 found worse value: 339.989658684. iteration 15906 found worse value: 339.989658684. iteration 15907 found worse value: 339.989658684. iteration 15908 found worse value: 339.989658684. iteration 15909 found worse value: 339.989658684. iteration 15910 found worse value: 339.989658684. iteration 15911 found worse value: 339.989658684. iteration 15912 found worse value: 339.989658684. iteration 15913 found worse value: 339.989658684. iteration 15914 found worse value: 339.989658684. iteration 15915 found worse value: 339.989658684. iteration 15916 found worse value: 339.989658684. iteration 15917 found worse value: 339.989658684. iteration 15918 found worse value: 339.989658684. iteration 15919 found worse value: 339.989658684. iteration 15920 found worse value: 339.989658684. iteration 15921 found worse value: 339.989658684. iteration 15922 found worse value: 339.989658684. iteration 15923 found worse value: 339.989658684. iteration 15924 found worse value: 339.989658684. iteration 15925 found worse value: 339.989658684. iteration 15926 found worse value: 339.989658684. iteration 15927 found worse value: 339.989658684. iteration 15928 found worse value: 339.989658684. iteration 15929 found worse value: 339.989658684. iteration 15930 found worse value: 339.989658684. iteration 15931 found worse value: 339.989658684. iteration 15932 found worse value: 339.989658684. iteration 15933 found worse value: 339.989658684. iteration 15934 found worse value: 339.989658684. iteration 15935 found worse value: 339.989658684. iteration 15936 found worse value: 339.989658684. iteration 15937 found worse value: 339.989658684. iteration 15938 found worse value: 339.989658684. iteration 15939 found worse value: 339.989658684. iteration 15940 found worse value: 339.989658684. iteration 15941 found worse value: 339.989658684. iteration 15942 found worse value: 339.989658684. iteration 15943 found worse value: 339.989658684. iteration 15944 found worse value: 339.989658684. iteration 15945 found worse value: 339.989658684. iteration 15946 found worse value: 339.989658684. iteration 15947 found worse value: 339.989658684. iteration 15948 found worse value: 339.989658684. iteration 15949 found worse value: 339.989658684. iteration 15950 found worse value: 339.989658684. iteration 15951 found worse value: 339.989658684. iteration 15952 found worse value: 339.989658684. iteration 15953 found worse value: 339.989658684. iteration 15954 found worse value: 339.989658684. iteration 15955 found worse value: 339.989658684. iteration 15956 found worse value: 339.989658684. iteration 15957 found worse value: 339.989658684. iteration 15958 found worse value: 339.989658684. iteration 15959 found worse value: 339.989658684. iteration 15960 found worse value: 339.989658684. iteration 15961 found worse value: 339.989658684. iteration 15962 found worse value: 339.989658684. iteration 15963 found worse value: 339.989658684. iteration 15964 found worse value: 339.989658684. iteration 15965 found worse value: 339.989658684. iteration 15966 found worse value: 339.989658684. iteration 15967 found worse value: 339.989658684. iteration 15968 found worse value: 339.989658684. iteration 15969 found worse value: 339.989658684. iteration 15970 found worse value: 339.989658684. iteration 15971 found worse value: 339.989658684. iteration 15972 found worse value: 339.989658684. iteration 15973 found worse value: 339.989658684. iteration 15974 found worse value: 339.989658684. iteration 15975 found worse value: 339.989658684. iteration 15976 found worse value: 339.989658684. iteration 15977 found worse value: 339.989658684. iteration 15978 found worse value: 339.989658684. iteration 15979 found worse value: 339.989658684. iteration 15980 found worse value: 339.989658684. iteration 15981 found worse value: 339.989658684. iteration 15982 found worse value: 339.989658684. iteration 15983 found worse value: 339.989658684. iteration 15984 found worse value: 339.989658684. iteration 15985 found worse value: 339.989658684. iteration 15986 found worse value: 339.989658684. iteration 15987 found worse value: 339.989658684. iteration 15988 found worse value: 339.989658684. iteration 15989 found worse value: 339.989658684. iteration 15990 found worse value: 339.989658684. iteration 15991 found worse value: 339.989658684. iteration 15992 found worse value: 339.989658684. iteration 15993 found worse value: 339.989658684. iteration 15994 found worse value: 339.989658684. iteration 15995 found worse value: 339.989658684. iteration 15996 found worse value: 339.989658684. iteration 15997 found worse value: 339.989658684. iteration 15998 found worse value: 339.989658684. iteration 15999 found worse value: 339.989658684. iteration 16000 found worse value: 339.989658684. iteration 16001 found worse value: 339.989658684. iteration 16002 found worse value: 339.989658684. iteration 16003 found worse value: 339.989658684. iteration 16004 found worse value: 339.989658684. iteration 16005 found worse value: 339.989658684. iteration 16006 found worse value: 339.989658684. iteration 16007 found worse value: 339.989658684. iteration 16008 found worse value: 339.989658684. iteration 16009 found worse value: 339.989658684. iteration 16010 found worse value: 339.989658684. iteration 16011 found worse value: 339.989658684. iteration 16012 found worse value: 339.989658684. iteration 16013 found worse value: 339.989658684. iteration 16014 found worse value: 339.989658684. iteration 16015 found worse value: 339.989658684. iteration 16016 found worse value: 339.989658684. iteration 16017 found worse value: 339.989658684. iteration 16018 found worse value: 339.989658684. iteration 16019 found worse value: 339.989658684. iteration 16020 found worse value: 339.989658684. iteration 16021 found worse value: 339.989658684. iteration 16022 found worse value: 339.989658684. iteration 16023 found worse value: 339.989658684. iteration 16024 found worse value: 339.989658684. iteration 16025 found worse value: 339.989658684. iteration 16026 found worse value: 339.989658684. iteration 16027 found worse value: 339.989658684. iteration 16028 found worse value: 339.989658684. iteration 16029 found worse value: 339.989658684. iteration 16030 found worse value: 339.989658684. iteration 16031 found worse value: 339.989658684. iteration 16032 found worse value: 339.989658684. iteration 16033 found worse value: 339.989658684. iteration 16034 found worse value: 339.989658684. iteration 16035 found worse value: 339.989658684. iteration 16036 found worse value: 339.989658684. iteration 16037 found worse value: 339.989658684. iteration 16038 found worse value: 339.989658684. iteration 16039 found worse value: 339.989658684. iteration 16040 found worse value: 339.989658684. iteration 16041 found worse value: 339.989658684. iteration 16042 found worse value: 339.989658684. iteration 16043 found worse value: 339.989658684. iteration 16044 found worse value: 339.989658684. iteration 16045 found worse value: 339.989658684. iteration 16046 found worse value: 339.989658684. iteration 16047 found worse value: 339.989658684. iteration 16048 found worse value: 339.989658684. iteration 16049 found worse value: 339.989658684. iteration 16050 found worse value: 339.989658684. iteration 16051 found worse value: 339.989658684. iteration 16052 found worse value: 339.989658684. iteration 16053 found worse value: 339.989658684. iteration 16054 found worse value: 339.989658684. iteration 16055 found worse value: 339.989658684. iteration 16056 found worse value: 339.989658684. iteration 16057 found worse value: 339.989658684. iteration 16058 found worse value: 339.989658684. iteration 16059 found worse value: 339.989658684. iteration 16060 found worse value: 339.989658684. iteration 16061 found worse value: 339.989658684. iteration 16062 found worse value: 339.989658684. iteration 16063 found worse value: 339.989658684. iteration 16064 found worse value: 339.989658684. iteration 16065 found worse value: 339.989658684. iteration 16066 found worse value: 339.989658684. iteration 16067 found worse value: 339.989658684. iteration 16068 found worse value: 339.989658684. iteration 16069 found worse value: 339.989658684. iteration 16070 found worse value: 339.989658684. iteration 16071 found worse value: 339.989658684. iteration 16072 found worse value: 339.989658684. iteration 16073 found worse value: 339.989658684. iteration 16074 found worse value: 339.989658684. iteration 16075 found worse value: 339.989658684. iteration 16076 found worse value: 339.989658684. iteration 16077 found worse value: 339.989658684. iteration 16078 found worse value: 339.989658684. iteration 16079 found worse value: 339.989658684. iteration 16080 found worse value: 339.989658684. iteration 16081 found worse value: 339.989658684. iteration 16082 found worse value: 339.989658684. iteration 16083 found worse value: 339.989658684. iteration 16084 found worse value: 339.989658684. iteration 16085 found worse value: 339.989658684. iteration 16086 found worse value: 339.989658684. iteration 16087 found worse value: 339.989658684. iteration 16088 found worse value: 339.989658684. iteration 16089 found worse value: 339.989658684. iteration 16090 found worse value: 339.989658684. iteration 16091 found worse value: 339.989658684. iteration 16092 found worse value: 339.989658684. iteration 16093 found worse value: 339.989658684. iteration 16094 found worse value: 339.989658684. iteration 16095 found worse value: 339.989658684. iteration 16096 found worse value: 339.989658684. iteration 16097 found worse value: 339.989658684. iteration 16098 found worse value: 339.989658684. iteration 16099 found worse value: 339.989658684. iteration 16100 found worse value: 339.989658684. iteration 16101 found worse value: 339.989658684. iteration 16102 found worse value: 339.989658684. iteration 16103 found worse value: 339.989658684. iteration 16104 found worse value: 339.989658684. iteration 16105 found worse value: 339.989658684. iteration 16106 found worse value: 339.989658684. iteration 16107 found worse value: 339.989658684. iteration 16108 found worse value: 339.989658684. iteration 16109 found worse value: 339.989658684. iteration 16110 found worse value: 339.989658684. iteration 16111 found worse value: 339.989658684. iteration 16112 found worse value: 339.989658684. iteration 16113 found worse value: 339.989658684. iteration 16114 found worse value: 339.989658684. iteration 16115 found worse value: 339.989658684. iteration 16116 found worse value: 339.989658684. iteration 16117 found worse value: 339.989658684. iteration 16118 found worse value: 339.989658684. iteration 16119 found worse value: 339.989658684. iteration 16120 found worse value: 339.989658684. iteration 16121 found worse value: 339.989658684. iteration 16122 found worse value: 339.989658684. iteration 16123 found worse value: 339.989658684. iteration 16124 found worse value: 339.989658684. iteration 16125 found worse value: 339.989658684. iteration 16126 found worse value: 339.989658684. iteration 16127 found worse value: 339.989658684. iteration 16128 found worse value: 339.989658684. iteration 16129 found worse value: 339.989658684. iteration 16130 found worse value: 339.989658684. iteration 16131 found worse value: 339.989658684. iteration 16132 found worse value: 339.989658684. iteration 16133 found worse value: 339.989658684. iteration 16134 found worse value: 339.989658684. iteration 16135 found worse value: 339.989658684. iteration 16136 found worse value: 339.989658684. iteration 16137 found worse value: 339.989658684. iteration 16138 found worse value: 339.989658684. iteration 16139 found worse value: 339.989658684. iteration 16140 found worse value: 339.989658684. iteration 16141 found worse value: 339.989658684. iteration 16142 found worse value: 339.989658684. iteration 16143 found worse value: 339.989658684. iteration 16144 found worse value: 339.989658684. iteration 16145 found worse value: 339.989658684. iteration 16146 found worse value: 339.989658684. iteration 16147 found worse value: 339.989658684. iteration 16148 found worse value: 339.989658684. iteration 16149 found worse value: 339.989658684. iteration 16150 found worse value: 339.989658684. iteration 16151 found worse value: 339.989658684. iteration 16152 found worse value: 339.989658684. iteration 16153 found worse value: 339.989658684. iteration 16154 found worse value: 339.989658684. iteration 16155 found worse value: 339.989658684. iteration 16156 found worse value: 339.989658684. iteration 16157 found worse value: 339.989658684. iteration 16158 found worse value: 339.989658684. iteration 16159 found worse value: 339.989658684. iteration 16160 found worse value: 339.989658684. iteration 16161 found worse value: 339.989658684. iteration 16162 found worse value: 339.989658684. iteration 16163 found worse value: 339.989658684. iteration 16164 found worse value: 339.989658684. iteration 16165 found worse value: 339.989658684. iteration 16166 found worse value: 339.989658684. iteration 16167 found worse value: 339.989658684. iteration 16168 found worse value: 339.989658684. iteration 16169 found worse value: 339.989658684. iteration 16170 found worse value: 339.989658684. iteration 16171 found worse value: 339.989658684. iteration 16172 found worse value: 339.989658684. iteration 16173 found worse value: 339.989658684. iteration 16174 found worse value: 339.989658684. iteration 16175 found worse value: 339.989658684. iteration 16176 found worse value: 339.989658684. iteration 16177 found worse value: 339.989658684. iteration 16178 found worse value: 339.989658684. iteration 16179 found worse value: 339.989658684. iteration 16180 found worse value: 339.989658684. iteration 16181 found worse value: 339.989658684. iteration 16182 found worse value: 339.989658684. iteration 16183 found worse value: 339.989658684. iteration 16184 found worse value: 339.989658684. iteration 16185 found worse value: 339.989658684. iteration 16186 found worse value: 339.989658684. iteration 16187 found worse value: 339.989658684. iteration 16188 found worse value: 339.989658684. iteration 16189 found worse value: 339.989658684. iteration 16190 found worse value: 339.989658684. iteration 16191 found worse value: 339.989658684. iteration 16192 found worse value: 339.989658684. iteration 16193 found worse value: 339.989658684. iteration 16194 found worse value: 339.989658684. iteration 16195 found worse value: 339.989658684. iteration 16196 found worse value: 339.989658684. iteration 16197 found worse value: 339.989658684. iteration 16198 found worse value: 339.989658684. iteration 16199 found worse value: 339.989658684. iteration 16200 found worse value: 339.989658684. iteration 16201 found worse value: 339.989658684. iteration 16202 found worse value: 339.989658684. iteration 16203 found worse value: 339.989658684. iteration 16204 found worse value: 339.989658684. iteration 16205 found worse value: 339.989658684. iteration 16206 found worse value: 339.989658684. iteration 16207 found worse value: 339.989658684. iteration 16208 found worse value: 339.989658684. iteration 16209 found worse value: 339.989658684. iteration 16210 found worse value: 339.989658684. iteration 16211 found worse value: 339.989658684. iteration 16212 found worse value: 339.989658684. iteration 16213 found worse value: 339.989658684. iteration 16214 found worse value: 339.989658684. iteration 16215 found worse value: 339.989658684. iteration 16216 found worse value: 339.989658684. iteration 16217 found worse value: 339.989658684. iteration 16218 found worse value: 339.989658684. iteration 16219 found worse value: 339.989658684. iteration 16220 found worse value: 339.989658684. iteration 16221 found worse value: 339.989658684. iteration 16222 found worse value: 339.989658684. iteration 16223 found worse value: 339.989658684. iteration 16224 found worse value: 339.989658684. iteration 16225 found worse value: 339.989658684. iteration 16226 found worse value: 339.989658684. iteration 16227 found worse value: 339.989658684. iteration 16228 found worse value: 339.989658684. iteration 16229 found worse value: 339.989658684. iteration 16230 found worse value: 339.989658684. iteration 16231 found worse value: 339.989658684. iteration 16232 found worse value: 339.989658684. iteration 16233 found worse value: 339.989658684. iteration 16234 found worse value: 339.989658684. iteration 16235 found worse value: 339.989658684. iteration 16236 found worse value: 339.989658684. iteration 16237 found worse value: 339.989658684. iteration 16238 found worse value: 339.989658684. iteration 16239 found worse value: 339.989658684. iteration 16240 found worse value: 339.989658684. iteration 16241 found worse value: 339.989658684. iteration 16242 found worse value: 339.989658684. iteration 16243 found worse value: 339.989658684. iteration 16244 found worse value: 339.989658684. iteration 16245 found worse value: 339.989658684. iteration 16246 found worse value: 339.989658684. iteration 16247 found worse value: 339.989658684. iteration 16248 found worse value: 339.989658684. iteration 16249 found worse value: 339.989658684. iteration 16250 found worse value: 339.989658684. iteration 16251 found worse value: 339.989658684. iteration 16252 found worse value: 339.989658684. iteration 16253 found worse value: 339.989658684. iteration 16254 found worse value: 339.989658684. iteration 16255 found worse value: 339.989658684. iteration 16256 found worse value: 339.989658684. iteration 16257 found worse value: 339.989658684. iteration 16258 found worse value: 339.989658684. iteration 16259 found worse value: 339.989658684. iteration 16260 found worse value: 339.989658684. iteration 16261 found worse value: 339.989658684. iteration 16262 found worse value: 339.989658684. iteration 16263 found worse value: 339.989658684. iteration 16264 found worse value: 339.989658684. iteration 16265 found worse value: 339.989658684. iteration 16266 found worse value: 339.989658684. iteration 16267 found worse value: 339.989658684. iteration 16268 found worse value: 339.989658684. iteration 16269 found worse value: 339.989658684. iteration 16270 found worse value: 339.989658684. iteration 16271 found worse value: 339.989658684. iteration 16272 found worse value: 339.989658684. iteration 16273 found worse value: 339.989658684. iteration 16274 found worse value: 339.989658684. iteration 16275 found worse value: 339.989658684. iteration 16276 found worse value: 339.989658684. iteration 16277 found worse value: 339.989658684. iteration 16278 found worse value: 339.989658684. iteration 16279 found worse value: 339.989658684. iteration 16280 found worse value: 339.989658684. iteration 16281 found worse value: 339.989658684. iteration 16282 found worse value: 339.989658684. iteration 16283 found worse value: 339.989658684. iteration 16284 found worse value: 339.989658684. iteration 16285 found worse value: 339.989658684. iteration 16286 found worse value: 339.989658684. iteration 16287 found worse value: 339.989658684. iteration 16288 found worse value: 339.989658684. iteration 16289 found worse value: 339.989658684. iteration 16290 found worse value: 339.989658684. iteration 16291 found worse value: 339.989658684. iteration 16292 found worse value: 339.989658684. iteration 16293 found worse value: 339.989658684. iteration 16294 found worse value: 339.989658684. iteration 16295 found worse value: 339.989658684. iteration 16296 found worse value: 339.989658684. iteration 16297 found worse value: 339.989658684. iteration 16298 found worse value: 339.989658684. iteration 16299 found worse value: 339.989658684. iteration 16300 found worse value: 339.989658684. iteration 16301 found worse value: 339.989658684. iteration 16302 found worse value: 339.989658684. iteration 16303 found worse value: 339.989658684. iteration 16304 found worse value: 339.989658684. iteration 16305 found worse value: 339.989658684. iteration 16306 found worse value: 339.989658684. iteration 16307 found worse value: 339.989658684. iteration 16308 found worse value: 339.989658684. iteration 16309 found worse value: 339.989658684. iteration 16310 found worse value: 339.989658684. iteration 16311 found worse value: 339.989658684. iteration 16312 found worse value: 339.989658684. iteration 16313 found worse value: 339.989658684. iteration 16314 found worse value: 339.989658684. iteration 16315 found worse value: 339.989658684. iteration 16316 found worse value: 339.989658684. iteration 16317 found worse value: 339.989658684. iteration 16318 found worse value: 339.989658684. iteration 16319 found worse value: 339.989658684. iteration 16320 found worse value: 339.989658684. iteration 16321 found worse value: 339.989658684. iteration 16322 found worse value: 339.989658684. iteration 16323 found worse value: 339.989658684. iteration 16324 found worse value: 339.989658684. iteration 16325 found worse value: 339.989658684. iteration 16326 found worse value: 339.989658684. iteration 16327 found worse value: 339.989658684. iteration 16328 found worse value: 339.989658684. iteration 16329 found worse value: 339.989658684. iteration 16330 found worse value: 339.989658684. iteration 16331 found worse value: 339.989658684. iteration 16332 found worse value: 339.989658684. iteration 16333 found worse value: 339.989658684. iteration 16334 found worse value: 339.989658684. iteration 16335 found worse value: 339.989658684. iteration 16336 found worse value: 339.989658684. iteration 16337 found worse value: 339.989658684. iteration 16338 found worse value: 339.989658684. iteration 16339 found worse value: 339.989658684. iteration 16340 found worse value: 339.989658684. iteration 16341 found worse value: 339.989658684. iteration 16342 found worse value: 339.989658684. iteration 16343 found worse value: 339.989658684. iteration 16344 found worse value: 339.989658684. iteration 16345 found worse value: 339.989658684. iteration 16346 found worse value: 339.989658684. iteration 16347 found worse value: 339.989658684. iteration 16348 found worse value: 339.989658684. iteration 16349 found worse value: 339.989658684. iteration 16350 found worse value: 339.989658684. iteration 16351 found worse value: 339.989658684. iteration 16352 found worse value: 339.989658684. iteration 16353 found worse value: 339.989658684. iteration 16354 found worse value: 339.989658684. iteration 16355 found worse value: 339.989658684. iteration 16356 found worse value: 339.989658684. iteration 16357 found worse value: 339.989658684. iteration 16358 found worse value: 339.989658684. iteration 16359 found worse value: 339.989658684. iteration 16360 found worse value: 339.989658684. iteration 16361 found worse value: 339.989658684. iteration 16362 found worse value: 339.989658684. iteration 16363 found worse value: 339.989658684. iteration 16364 found worse value: 339.989658684. iteration 16365 found worse value: 339.989658684. iteration 16366 found worse value: 339.989658684. iteration 16367 found worse value: 339.989658684. iteration 16368 found worse value: 339.989658684. iteration 16369 found worse value: 339.989658684. iteration 16370 found worse value: 339.989658684. iteration 16371 found worse value: 339.989658684. iteration 16372 found worse value: 339.989658684. iteration 16373 found worse value: 339.989658684. iteration 16374 found worse value: 339.989658684. iteration 16375 found worse value: 339.989658684. iteration 16376 found worse value: 339.989658684. iteration 16377 found worse value: 339.989658684. iteration 16378 found worse value: 339.989658684. iteration 16379 found worse value: 339.989658684. iteration 16380 found worse value: 339.989658684. iteration 16381 found worse value: 339.989658684. iteration 16382 found worse value: 339.989658684. iteration 16383 found worse value: 339.989658684. iteration 16384 found worse value: 339.989658684. iteration 16385 found worse value: 339.989658684. iteration 16386 found worse value: 339.989658684. iteration 16387 found worse value: 339.989658684. iteration 16388 found worse value: 339.989658684. iteration 16389 found worse value: 339.989658684. iteration 16390 found worse value: 339.989658684. iteration 16391 found worse value: 339.989658684. iteration 16392 found worse value: 339.989658684. iteration 16393 found worse value: 339.989658684. iteration 16394 found worse value: 339.989658684. iteration 16395 found worse value: 339.989658684. iteration 16396 found worse value: 339.989658684. iteration 16397 found worse value: 339.989658684. iteration 16398 found worse value: 339.989658684. iteration 16399 found worse value: 339.989658684. iteration 16400 found worse value: 339.989658684. iteration 16401 found worse value: 339.989658684. iteration 16402 found worse value: 339.989658684. iteration 16403 found worse value: 339.989658684. iteration 16404 found worse value: 339.989658684. iteration 16405 found worse value: 339.989658684. iteration 16406 found worse value: 339.989658684. iteration 16407 found worse value: 339.989658684. iteration 16408 found worse value: 339.989658684. iteration 16409 found worse value: 339.989658684. iteration 16410 found worse value: 339.989658684. iteration 16411 found worse value: 339.989658684. iteration 16412 found worse value: 339.989658684. iteration 16413 found worse value: 339.989658684. iteration 16414 found worse value: 339.989658684. iteration 16415 found worse value: 339.989658684. iteration 16416 found worse value: 339.989658684. iteration 16417 found worse value: 339.989658684. iteration 16418 found worse value: 339.989658684. iteration 16419 found worse value: 339.989658684. iteration 16420 found worse value: 339.989658684. iteration 16421 found worse value: 339.989658684. iteration 16422 found worse value: 339.989658684. iteration 16423 found worse value: 339.989658684. iteration 16424 found worse value: 339.989658684. iteration 16425 found worse value: 339.989658684. iteration 16426 found worse value: 339.989658684. iteration 16427 found worse value: 339.989658684. iteration 16428 found worse value: 339.989658684. iteration 16429 found worse value: 339.989658684. iteration 16430 found worse value: 339.989658684. iteration 16431 found worse value: 339.989658684. iteration 16432 found worse value: 339.989658684. iteration 16433 found worse value: 339.989658684. iteration 16434 found worse value: 339.989658684. iteration 16435 found worse value: 339.989658684. iteration 16436 found worse value: 339.989658684. iteration 16437 found worse value: 339.989658684. iteration 16438 found worse value: 339.989658684. iteration 16439 found worse value: 339.989658684. iteration 16440 found worse value: 339.989658684. iteration 16441 found worse value: 339.989658684. iteration 16442 found worse value: 339.989658684. iteration 16443 found worse value: 339.989658684. iteration 16444 found worse value: 339.989658684. iteration 16445 found worse value: 339.989658684. iteration 16446 found worse value: 339.989658684. iteration 16447 found worse value: 339.989658684. iteration 16448 found worse value: 339.989658684. iteration 16449 found worse value: 339.989658684. iteration 16450 found worse value: 339.989658684. iteration 16451 found worse value: 339.989658684. iteration 16452 found worse value: 339.989658684. iteration 16453 found worse value: 339.989658684. iteration 16454 found worse value: 339.989658684. iteration 16455 found worse value: 339.989658684. iteration 16456 found worse value: 339.989658684. iteration 16457 found worse value: 339.989658684. iteration 16458 found worse value: 339.989658684. iteration 16459 found worse value: 339.989658684. iteration 16460 found worse value: 339.989658684. iteration 16461 found worse value: 339.989658684. iteration 16462 found worse value: 339.989658684. iteration 16463 found worse value: 339.989658684. iteration 16464 found worse value: 339.989658684. iteration 16465 found worse value: 339.989658684. iteration 16466 found worse value: 339.989658684. iteration 16467 found worse value: 339.989658684. iteration 16468 found worse value: 339.989658684. iteration 16469 found worse value: 339.989658684. iteration 16470 found worse value: 339.989658684. iteration 16471 found worse value: 339.989658684. iteration 16472 found worse value: 339.989658684. iteration 16473 found worse value: 339.989658684. iteration 16474 found worse value: 339.989658684. iteration 16475 found worse value: 339.989658684. iteration 16476 found worse value: 339.989658684. iteration 16477 found worse value: 339.989658684. iteration 16478 found worse value: 339.989658684. iteration 16479 found worse value: 339.989658684. iteration 16480 found worse value: 339.989658684. iteration 16481 found worse value: 339.989658684. iteration 16482 found worse value: 339.989658684. iteration 16483 found worse value: 339.989658684. iteration 16484 found worse value: 339.989658684. iteration 16485 found worse value: 339.989658684. iteration 16486 found worse value: 339.989658684. iteration 16487 found worse value: 339.989658684. iteration 16488 found worse value: 339.989658684. iteration 16489 found worse value: 339.989658684. iteration 16490 found worse value: 339.989658684. iteration 16491 found worse value: 339.989658684. iteration 16492 found worse value: 339.989658684. iteration 16493 found worse value: 339.989658684. iteration 16494 found worse value: 339.989658684. iteration 16495 found worse value: 339.989658684. iteration 16496 found worse value: 339.989658684. iteration 16497 found worse value: 339.989658684. iteration 16498 found worse value: 339.989658684. iteration 16499 found worse value: 339.989658684. iteration 16500 found worse value: 339.989658684. iteration 16501 found worse value: 339.989658684. iteration 16502 found worse value: 339.989658684. iteration 16503 found worse value: 339.989658684. iteration 16504 found worse value: 339.989658684. iteration 16505 found worse value: 339.989658684. iteration 16506 found worse value: 339.989658684. iteration 16507 found worse value: 339.989658684. iteration 16508 found worse value: 339.989658684. iteration 16509 found worse value: 339.989658684. iteration 16510 found worse value: 339.989658684. iteration 16511 found worse value: 339.989658684. iteration 16512 found worse value: 339.989658684. iteration 16513 found worse value: 339.989658684. iteration 16514 found worse value: 339.989658684. iteration 16515 found worse value: 339.989658684. iteration 16516 found worse value: 339.989658684. iteration 16517 found worse value: 339.989658684. iteration 16518 found worse value: 339.989658684. iteration 16519 found worse value: 339.989658684. iteration 16520 found worse value: 339.989658684. iteration 16521 found worse value: 339.989658684. iteration 16522 found worse value: 339.989658684. iteration 16523 found worse value: 339.989658684. iteration 16524 found worse value: 339.989658684. iteration 16525 found worse value: 339.989658684. iteration 16526 found worse value: 339.989658684. iteration 16527 found worse value: 339.989658684. iteration 16528 found worse value: 339.989658684. iteration 16529 found worse value: 339.989658684. iteration 16530 found worse value: 339.989658684. iteration 16531 found worse value: 339.989658684. iteration 16532 found worse value: 339.989658684. iteration 16533 found worse value: 339.989658684. iteration 16534 found worse value: 339.989658684. iteration 16535 found worse value: 339.989658684. iteration 16536 found worse value: 339.989658684. iteration 16537 found worse value: 339.989658684. iteration 16538 found worse value: 339.989658684. iteration 16539 found worse value: 339.989658684. iteration 16540 found worse value: 339.989658684. iteration 16541 found worse value: 339.989658684. iteration 16542 found worse value: 339.989658684. iteration 16543 found worse value: 339.989658684. iteration 16544 found worse value: 339.989658684. iteration 16545 found worse value: 339.989658684. iteration 16546 found worse value: 339.989658684. iteration 16547 found worse value: 339.989658684. iteration 16548 found worse value: 339.989658684. iteration 16549 found worse value: 339.989658684. iteration 16550 found worse value: 339.989658684. iteration 16551 found worse value: 339.989658684. iteration 16552 found worse value: 339.989658684. iteration 16553 found worse value: 339.989658684. iteration 16554 found worse value: 339.989658684. iteration 16555 found worse value: 339.989658684. iteration 16556 found worse value: 339.989658684. iteration 16557 found worse value: 339.989658684. iteration 16558 found worse value: 339.989658684. iteration 16559 found worse value: 339.989658684. iteration 16560 found worse value: 339.989658684. iteration 16561 found worse value: 339.989658684. iteration 16562 found worse value: 339.989658684. iteration 16563 found worse value: 339.989658684. iteration 16564 found worse value: 339.989658684. iteration 16565 found worse value: 339.989658684. iteration 16566 found worse value: 339.989658684. iteration 16567 found worse value: 339.989658684. iteration 16568 found worse value: 339.989658684. iteration 16569 found worse value: 339.989658684. iteration 16570 found worse value: 339.989658684. iteration 16571 found worse value: 339.989658684. iteration 16572 found worse value: 339.989658684. iteration 16573 found worse value: 339.989658684. iteration 16574 found worse value: 339.989658684. iteration 16575 found worse value: 339.989658684. iteration 16576 found worse value: 339.989658684. iteration 16577 found worse value: 339.989658684. iteration 16578 found worse value: 339.989658684. iteration 16579 found worse value: 339.989658684. iteration 16580 found worse value: 339.989658684. iteration 16581 found worse value: 339.989658684. iteration 16582 found worse value: 339.989658684. iteration 16583 found worse value: 339.989658684. iteration 16584 found worse value: 339.989658684. iteration 16585 found worse value: 339.989658684. iteration 16586 found worse value: 339.989658684. iteration 16587 found worse value: 339.989658684. iteration 16588 found worse value: 339.989658684. iteration 16589 found worse value: 339.989658684. iteration 16590 found worse value: 339.989658684. iteration 16591 found worse value: 339.989658684. iteration 16592 found worse value: 339.989658684. iteration 16593 found worse value: 339.989658684. iteration 16594 found worse value: 339.989658684. iteration 16595 found worse value: 339.989658684. iteration 16596 found worse value: 339.989658684. iteration 16597 found worse value: 339.989658684. iteration 16598 found worse value: 339.989658684. iteration 16599 found worse value: 339.989658684. iteration 16600 found worse value: 339.989658684. iteration 16601 found worse value: 339.989658684. iteration 16602 found worse value: 339.989658684. iteration 16603 found worse value: 339.989658684. iteration 16604 found worse value: 339.989658684. iteration 16605 found worse value: 339.989658684. iteration 16606 found worse value: 339.989658684. iteration 16607 found worse value: 339.989658684. iteration 16608 found worse value: 339.989658684. iteration 16609 found worse value: 339.989658684. iteration 16610 found worse value: 339.989658684. iteration 16611 found worse value: 339.989658684. iteration 16612 found worse value: 339.989658684. iteration 16613 found worse value: 339.989658684. iteration 16614 found worse value: 339.989658684. iteration 16615 found worse value: 339.989658684. iteration 16616 found worse value: 339.989658684. iteration 16617 found worse value: 339.989658684. iteration 16618 found worse value: 339.989658684. iteration 16619 found worse value: 339.989658684. iteration 16620 found worse value: 339.989658684. iteration 16621 found worse value: 339.989658684. iteration 16622 found worse value: 339.989658684. iteration 16623 found worse value: 339.989658684. iteration 16624 found worse value: 339.989658684. iteration 16625 found worse value: 339.989658684. iteration 16626 found worse value: 339.989658684. iteration 16627 found worse value: 339.989658684. iteration 16628 found worse value: 339.989658684. iteration 16629 found worse value: 339.989658684. iteration 16630 found worse value: 339.989658684. iteration 16631 found worse value: 339.989658684. iteration 16632 found worse value: 339.989658684. iteration 16633 found worse value: 339.989658684. iteration 16634 found worse value: 339.989658684. iteration 16635 found worse value: 339.989658684. iteration 16636 found worse value: 339.989658684. iteration 16637 found worse value: 339.989658684. iteration 16638 found worse value: 339.989658684. iteration 16639 found worse value: 339.989658684. iteration 16640 found worse value: 339.989658684. iteration 16641 found worse value: 339.989658684. iteration 16642 found worse value: 339.989658684. iteration 16643 found worse value: 339.989658684. iteration 16644 found worse value: 339.989658684. iteration 16645 found worse value: 339.989658684. iteration 16646 found worse value: 339.989658684. iteration 16647 found worse value: 339.989658684. iteration 16648 found worse value: 339.989658684. iteration 16649 found worse value: 339.989658684. iteration 16650 found worse value: 339.989658684. iteration 16651 found worse value: 339.989658684. iteration 16652 found worse value: 339.989658684. iteration 16653 found worse value: 339.989658684. iteration 16654 found worse value: 339.989658684. iteration 16655 found worse value: 339.989658684. iteration 16656 found worse value: 339.989658684. iteration 16657 found worse value: 339.989658684. iteration 16658 found worse value: 339.989658684. iteration 16659 found worse value: 339.989658684. iteration 16660 found worse value: 339.989658684. iteration 16661 found worse value: 339.989658684. iteration 16662 found worse value: 339.989658684. iteration 16663 found worse value: 339.989658684. iteration 16664 found worse value: 339.989658684. iteration 16665 found worse value: 339.989658684. iteration 16666 found worse value: 339.989658684. iteration 16667 found worse value: 339.989658684. iteration 16668 found worse value: 339.989658684. iteration 16669 found worse value: 339.989658684. iteration 16670 found worse value: 339.989658684. iteration 16671 found worse value: 339.989658684. iteration 16672 found worse value: 339.989658684. iteration 16673 found worse value: 339.989658684. iteration 16674 found worse value: 339.989658684. iteration 16675 found worse value: 339.989658684. iteration 16676 found worse value: 339.989658684. iteration 16677 found worse value: 339.989658684. iteration 16678 found worse value: 339.989658684. iteration 16679 found worse value: 339.989658684. iteration 16680 found worse value: 339.989658684. iteration 16681 found worse value: 339.989658684. iteration 16682 found worse value: 339.989658684. iteration 16683 found worse value: 339.989658684. iteration 16684 found worse value: 339.989658684. iteration 16685 found worse value: 339.989658684. iteration 16686 found worse value: 339.989658684. iteration 16687 found worse value: 339.989658684. iteration 16688 found worse value: 339.989658684. iteration 16689 found worse value: 339.989658684. iteration 16690 found worse value: 339.989658684. iteration 16691 found worse value: 339.989658684. iteration 16692 found worse value: 339.989658684. iteration 16693 found worse value: 339.989658684. iteration 16694 found worse value: 339.989658684. iteration 16695 found worse value: 339.989658684. iteration 16696 found worse value: 339.989658684. iteration 16697 found worse value: 339.989658684. iteration 16698 found worse value: 339.989658684. iteration 16699 found worse value: 339.989658684. iteration 16700 found worse value: 339.989658684. iteration 16701 found worse value: 339.989658684. iteration 16702 found worse value: 339.989658684. iteration 16703 found worse value: 339.989658684. iteration 16704 found worse value: 339.989658684. iteration 16705 found worse value: 339.989658684. iteration 16706 found worse value: 339.989658684. iteration 16707 found worse value: 339.989658684. iteration 16708 found worse value: 339.989658684. iteration 16709 found worse value: 339.989658684. iteration 16710 found worse value: 339.989658684. iteration 16711 found worse value: 339.989658684. iteration 16712 found worse value: 339.989658684. iteration 16713 found worse value: 339.989658684. iteration 16714 found worse value: 339.989658684. iteration 16715 found worse value: 339.989658684. iteration 16716 found worse value: 339.989658684. iteration 16717 found worse value: 339.989658684. iteration 16718 found worse value: 339.989658684. iteration 16719 found worse value: 339.989658684. iteration 16720 found worse value: 339.989658684. iteration 16721 found worse value: 339.989658684. iteration 16722 found worse value: 339.989658684. iteration 16723 found worse value: 339.989658684. iteration 16724 found worse value: 339.989658684. iteration 16725 found worse value: 339.989658684. iteration 16726 found worse value: 339.989658684. iteration 16727 found worse value: 339.989658684. iteration 16728 found worse value: 339.989658684. iteration 16729 found worse value: 339.989658684. iteration 16730 found worse value: 339.989658684. iteration 16731 found worse value: 339.989658684. iteration 16732 found worse value: 339.989658684. iteration 16733 found worse value: 339.989658684. iteration 16734 found worse value: 339.989658684. iteration 16735 found worse value: 339.989658684. iteration 16736 found worse value: 339.989658684. iteration 16737 found worse value: 339.989658684. iteration 16738 found worse value: 339.989658684. iteration 16739 found worse value: 339.989658684. iteration 16740 found worse value: 339.989658684. iteration 16741 found worse value: 339.989658684. iteration 16742 found worse value: 339.989658684. iteration 16743 found worse value: 339.989658684. iteration 16744 found worse value: 339.989658684. iteration 16745 found worse value: 339.989658684. iteration 16746 found worse value: 339.989658684. iteration 16747 found worse value: 339.989658684. iteration 16748 found worse value: 339.989658684. iteration 16749 found worse value: 339.989658684. iteration 16750 found worse value: 339.989658684. iteration 16751 found worse value: 339.989658684. iteration 16752 found worse value: 339.989658684. iteration 16753 found worse value: 339.989658684. iteration 16754 found worse value: 339.989658684. iteration 16755 found worse value: 339.989658684. iteration 16756 found worse value: 339.989658684. iteration 16757 found worse value: 339.989658684. iteration 16758 found worse value: 339.989658684. iteration 16759 found worse value: 339.989658684. iteration 16760 found worse value: 339.989658684. iteration 16761 found worse value: 339.989658684. iteration 16762 found worse value: 339.989658684. iteration 16763 found worse value: 339.989658684. iteration 16764 found worse value: 339.989658684. iteration 16765 found worse value: 339.989658684. iteration 16766 found worse value: 339.989658684. iteration 16767 found worse value: 339.989658684. iteration 16768 found worse value: 339.989658684. iteration 16769 found worse value: 339.989658684. iteration 16770 found worse value: 339.989658684. iteration 16771 found worse value: 339.989658684. iteration 16772 found worse value: 339.989658684. iteration 16773 found worse value: 339.989658684. iteration 16774 found worse value: 339.989658684. iteration 16775 found worse value: 339.989658684. iteration 16776 found worse value: 339.989658684. iteration 16777 found worse value: 339.989658684. iteration 16778 found worse value: 339.989658684. iteration 16779 found worse value: 339.989658684. iteration 16780 found worse value: 339.989658684. iteration 16781 found worse value: 339.989658684. iteration 16782 found worse value: 339.989658684. iteration 16783 found worse value: 339.989658684. iteration 16784 found worse value: 339.989658684. iteration 16785 found worse value: 339.989658684. iteration 16786 found worse value: 339.989658684. iteration 16787 found worse value: 339.989658684. iteration 16788 found worse value: 339.989658684. iteration 16789 found worse value: 339.989658684. iteration 16790 found worse value: 339.989658684. iteration 16791 found worse value: 339.989658684. iteration 16792 found worse value: 339.989658684. iteration 16793 found worse value: 339.989658684. iteration 16794 found worse value: 339.989658684. iteration 16795 found worse value: 339.989658684. iteration 16796 found worse value: 339.989658684. iteration 16797 found worse value: 339.989658684. iteration 16798 found worse value: 339.989658684. iteration 16799 found worse value: 339.989658684. iteration 16800 found worse value: 339.989658684. iteration 16801 found worse value: 339.989658684. iteration 16802 found worse value: 339.989658684. iteration 16803 found worse value: 339.989658684. iteration 16804 found worse value: 339.989658684. iteration 16805 found worse value: 339.989658684. iteration 16806 found worse value: 339.989658684. iteration 16807 found worse value: 339.989658684. iteration 16808 found worse value: 339.989658684. iteration 16809 found worse value: 339.989658684. iteration 16810 found worse value: 339.989658684. iteration 16811 found worse value: 339.989658684. iteration 16812 found worse value: 339.989658684. iteration 16813 found worse value: 339.989658684. iteration 16814 found worse value: 339.989658684. iteration 16815 found worse value: 339.989658684. iteration 16816 found worse value: 339.989658684. iteration 16817 found worse value: 339.989658684. iteration 16818 found worse value: 339.989658684. iteration 16819 found worse value: 339.989658684. iteration 16820 found worse value: 339.989658684. iteration 16821 found worse value: 339.989658684. iteration 16822 found worse value: 339.989658684. iteration 16823 found worse value: 339.989658684. iteration 16824 found worse value: 339.989658684. iteration 16825 found worse value: 339.989658684. iteration 16826 found worse value: 339.989658684. iteration 16827 found worse value: 339.989658684. iteration 16828 found worse value: 339.989658684. iteration 16829 found worse value: 339.989658684. iteration 16830 found worse value: 339.989658684. iteration 16831 found worse value: 339.989658684. iteration 16832 found worse value: 339.989658684. iteration 16833 found worse value: 339.989658684. iteration 16834 found worse value: 339.989658684. iteration 16835 found worse value: 339.989658684. iteration 16836 found worse value: 339.989658684. iteration 16837 found worse value: 339.989658684. iteration 16838 found worse value: 339.989658684. iteration 16839 found worse value: 339.989658684. iteration 16840 found worse value: 339.989658684. iteration 16841 found worse value: 339.989658684. iteration 16842 found worse value: 339.989658684. iteration 16843 found worse value: 339.989658684. iteration 16844 found worse value: 339.989658684. iteration 16845 found worse value: 339.989658684. iteration 16846 found worse value: 339.989658684. iteration 16847 found worse value: 339.989658684. iteration 16848 found worse value: 339.989658684. iteration 16849 found worse value: 339.989658684. iteration 16850 found worse value: 339.989658684. iteration 16851 found worse value: 339.989658684. iteration 16852 found worse value: 339.989658684. iteration 16853 found worse value: 339.989658684. iteration 16854 found worse value: 339.989658684. iteration 16855 found worse value: 339.989658684. iteration 16856 found worse value: 339.989658684. iteration 16857 found worse value: 339.989658684. iteration 16858 found worse value: 339.989658684. iteration 16859 found worse value: 339.989658684. iteration 16860 found worse value: 339.989658684. iteration 16861 found worse value: 339.989658684. iteration 16862 found worse value: 339.989658684. iteration 16863 found worse value: 339.989658684. iteration 16864 found worse value: 339.989658684. iteration 16865 found worse value: 339.989658684. iteration 16866 found worse value: 339.989658684. iteration 16867 found worse value: 339.989658684. iteration 16868 found worse value: 339.989658684. iteration 16869 found worse value: 339.989658684. iteration 16870 found worse value: 339.989658684. iteration 16871 found worse value: 339.989658684. iteration 16872 found worse value: 339.989658684. iteration 16873 found worse value: 339.989658684. iteration 16874 found worse value: 339.989658684. iteration 16875 found worse value: 339.989658684. iteration 16876 found worse value: 339.989658684. iteration 16877 found worse value: 339.989658684. iteration 16878 found worse value: 339.989658684. iteration 16879 found worse value: 339.989658684. iteration 16880 found worse value: 339.989658684. iteration 16881 found worse value: 339.989658684. iteration 16882 found worse value: 339.989658684. iteration 16883 found worse value: 339.989658684. iteration 16884 found worse value: 339.989658684. iteration 16885 found worse value: 339.989658684. iteration 16886 found worse value: 339.989658684. iteration 16887 found worse value: 339.989658684. iteration 16888 found worse value: 339.989658684. iteration 16889 found worse value: 339.989658684. iteration 16890 found worse value: 339.989658684. iteration 16891 found worse value: 339.989658684. iteration 16892 found worse value: 339.989658684. iteration 16893 found worse value: 339.989658684. iteration 16894 found worse value: 339.989658684. iteration 16895 found worse value: 339.989658684. iteration 16896 found worse value: 339.989658684. iteration 16897 found worse value: 339.989658684. iteration 16898 found worse value: 339.989658684. iteration 16899 found worse value: 339.989658684. iteration 16900 found worse value: 339.989658684. iteration 16901 found worse value: 339.989658684. iteration 16902 found worse value: 339.989658684. iteration 16903 found worse value: 339.989658684. iteration 16904 found worse value: 339.989658684. iteration 16905 found worse value: 339.989658684. iteration 16906 found worse value: 339.989658684. iteration 16907 found worse value: 339.989658684. iteration 16908 found worse value: 339.989658684. iteration 16909 found worse value: 339.989658684. iteration 16910 found worse value: 339.989658684. iteration 16911 found worse value: 339.989658684. iteration 16912 found worse value: 339.989658684. iteration 16913 found worse value: 339.989658684. iteration 16914 found worse value: 339.989658684. iteration 16915 found worse value: 339.989658684. iteration 16916 found worse value: 339.989658684. iteration 16917 found worse value: 339.989658684. iteration 16918 found worse value: 339.989658684. iteration 16919 found worse value: 339.989658684. iteration 16920 found worse value: 339.989658684. iteration 16921 found worse value: 339.989658684. iteration 16922 found worse value: 339.989658684. iteration 16923 found worse value: 339.989658684. iteration 16924 found worse value: 339.989658684. iteration 16925 found worse value: 339.989658684. iteration 16926 found worse value: 339.989658684. iteration 16927 found worse value: 339.989658684. iteration 16928 found worse value: 339.989658684. iteration 16929 found worse value: 339.989658684. iteration 16930 found worse value: 339.989658684. iteration 16931 found worse value: 339.989658684. iteration 16932 found worse value: 339.989658684. iteration 16933 found worse value: 339.989658684. iteration 16934 found worse value: 339.989658684. iteration 16935 found worse value: 339.989658684. iteration 16936 found worse value: 339.989658684. iteration 16937 found worse value: 339.989658684. iteration 16938 found worse value: 339.989658684. iteration 16939 found worse value: 339.989658684. iteration 16940 found worse value: 339.989658684. iteration 16941 found worse value: 339.989658684. iteration 16942 found worse value: 339.989658684. iteration 16943 found worse value: 339.989658684. iteration 16944 found worse value: 339.989658684. iteration 16945 found worse value: 339.989658684. iteration 16946 found worse value: 339.989658684. iteration 16947 found worse value: 339.989658684. iteration 16948 found worse value: 339.989658684. iteration 16949 found worse value: 339.989658684. iteration 16950 found worse value: 339.989658684. iteration 16951 found worse value: 339.989658684. iteration 16952 found worse value: 339.989658684. iteration 16953 found worse value: 339.989658684. iteration 16954 found worse value: 339.989658684. iteration 16955 found worse value: 339.989658684. iteration 16956 found worse value: 339.989658684. iteration 16957 found worse value: 339.989658684. iteration 16958 found worse value: 339.989658684. iteration 16959 found worse value: 339.989658684. iteration 16960 found worse value: 339.989658684. iteration 16961 found worse value: 339.989658684. iteration 16962 found worse value: 339.989658684. iteration 16963 found worse value: 339.989658684. iteration 16964 found worse value: 339.989658684. iteration 16965 found worse value: 339.989658684. iteration 16966 found worse value: 339.989658684. iteration 16967 found worse value: 339.989658684. iteration 16968 found worse value: 339.989658684. iteration 16969 found worse value: 339.989658684. iteration 16970 found worse value: 339.989658684. iteration 16971 found worse value: 339.989658684. iteration 16972 found worse value: 339.989658684. iteration 16973 found worse value: 339.989658684. iteration 16974 found worse value: 339.989658684. iteration 16975 found worse value: 339.989658684. iteration 16976 found worse value: 339.989658684. iteration 16977 found worse value: 339.989658684. iteration 16978 found worse value: 339.989658684. iteration 16979 found worse value: 339.989658684. iteration 16980 found worse value: 339.989658684. iteration 16981 found worse value: 339.989658684. iteration 16982 found worse value: 339.989658684. iteration 16983 found worse value: 339.989658684. iteration 16984 found worse value: 339.989658684. iteration 16985 found worse value: 339.989658684. iteration 16986 found worse value: 339.989658684. iteration 16987 found worse value: 339.989658684. iteration 16988 found worse value: 339.989658684. iteration 16989 found worse value: 339.989658684. iteration 16990 found worse value: 339.989658684. iteration 16991 found worse value: 339.989658684. iteration 16992 found worse value: 339.989658684. iteration 16993 found worse value: 339.989658684. iteration 16994 found worse value: 339.989658684. iteration 16995 found worse value: 339.989658684. iteration 16996 found worse value: 339.989658684. iteration 16997 found worse value: 339.989658684. iteration 16998 found worse value: 339.989658684. iteration 16999 found worse value: 339.989658684. iteration 17000 found worse value: 339.989658684. iteration 17001 found worse value: 339.989658684. iteration 17002 found worse value: 339.989658684. iteration 17003 found worse value: 339.989658684. iteration 17004 found worse value: 339.989658684. iteration 17005 found worse value: 339.989658684. iteration 17006 found worse value: 339.989658684. iteration 17007 found worse value: 339.989658684. iteration 17008 found worse value: 339.989658684. iteration 17009 found worse value: 339.989658684. iteration 17010 found worse value: 339.989658684. iteration 17011 found worse value: 339.989658684. iteration 17012 found worse value: 339.989658684. iteration 17013 found worse value: 339.989658684. iteration 17014 found worse value: 339.989658684. iteration 17015 found worse value: 339.989658684. iteration 17016 found worse value: 339.989658684. iteration 17017 found worse value: 339.989658684. iteration 17018 found worse value: 339.989658684. iteration 17019 found worse value: 339.989658684. iteration 17020 found worse value: 339.989658684. iteration 17021 found worse value: 339.989658684. iteration 17022 found worse value: 339.989658684. iteration 17023 found worse value: 339.989658684. iteration 17024 found worse value: 339.989658684. iteration 17025 found worse value: 339.989658684. iteration 17026 found worse value: 339.989658684. iteration 17027 found worse value: 339.989658684. iteration 17028 found worse value: 339.989658684. iteration 17029 found worse value: 339.989658684. iteration 17030 found worse value: 339.989658684. iteration 17031 found worse value: 339.989658684. iteration 17032 found worse value: 339.989658684. iteration 17033 found worse value: 339.989658684. iteration 17034 found worse value: 339.989658684. iteration 17035 found worse value: 339.989658684. iteration 17036 found worse value: 339.989658684. iteration 17037 found worse value: 339.989658684. iteration 17038 found worse value: 339.989658684. iteration 17039 found worse value: 339.989658684. iteration 17040 found worse value: 339.989658684. iteration 17041 found worse value: 339.989658684. iteration 17042 found worse value: 339.989658684. iteration 17043 found worse value: 339.989658684. iteration 17044 found worse value: 339.989658684. iteration 17045 found worse value: 339.989658684. iteration 17046 found worse value: 339.989658684. iteration 17047 found worse value: 339.989658684. iteration 17048 found worse value: 339.989658684. iteration 17049 found worse value: 339.989658684. iteration 17050 found worse value: 339.989658684. iteration 17051 found worse value: 339.989658684. iteration 17052 found worse value: 339.989658684. iteration 17053 found worse value: 339.989658684. iteration 17054 found worse value: 339.989658684. iteration 17055 found worse value: 339.989658684. iteration 17056 found worse value: 339.989658684. iteration 17057 found worse value: 339.989658684. iteration 17058 found worse value: 339.989658684. iteration 17059 found worse value: 339.989658684. iteration 17060 found worse value: 339.989658684. iteration 17061 found worse value: 339.989658684. iteration 17062 found worse value: 339.989658684. iteration 17063 found worse value: 339.989658684. iteration 17064 found worse value: 339.989658684. iteration 17065 found worse value: 339.989658684. iteration 17066 found worse value: 339.989658684. iteration 17067 found worse value: 339.989658684. iteration 17068 found worse value: 339.989658684. iteration 17069 found worse value: 339.989658684. iteration 17070 found worse value: 339.989658684. iteration 17071 found worse value: 339.989658684. iteration 17072 found worse value: 339.989658684. iteration 17073 found worse value: 339.989658684. iteration 17074 found worse value: 339.989658684. iteration 17075 found worse value: 339.989658684. iteration 17076 found worse value: 339.989658684. iteration 17077 found worse value: 339.989658684. iteration 17078 found worse value: 339.989658684. iteration 17079 found worse value: 339.989658684. iteration 17080 found worse value: 339.989658684. iteration 17081 found worse value: 339.989658684. iteration 17082 found worse value: 339.989658684. iteration 17083 found worse value: 339.989658684. iteration 17084 found worse value: 339.989658684. iteration 17085 found worse value: 339.989658684. iteration 17086 found worse value: 339.989658684. iteration 17087 found worse value: 339.989658684. iteration 17088 found worse value: 339.989658684. iteration 17089 found worse value: 339.989658684. iteration 17090 found worse value: 339.989658684. iteration 17091 found worse value: 339.989658684. iteration 17092 found worse value: 339.989658684. iteration 17093 found worse value: 339.989658684. iteration 17094 found worse value: 339.989658684. iteration 17095 found worse value: 339.989658684. iteration 17096 found worse value: 339.989658684. iteration 17097 found worse value: 339.989658684. iteration 17098 found worse value: 339.989658684. iteration 17099 found worse value: 339.989658684. iteration 17100 found worse value: 339.989658684. iteration 17101 found worse value: 339.989658684. iteration 17102 found worse value: 339.989658684. iteration 17103 found worse value: 339.989658684. iteration 17104 found worse value: 339.989658684. iteration 17105 found worse value: 339.989658684. iteration 17106 found worse value: 339.989658684. iteration 17107 found worse value: 339.989658684. iteration 17108 found worse value: 339.989658684. iteration 17109 found worse value: 339.989658684. iteration 17110 found worse value: 339.989658684. iteration 17111 found worse value: 339.989658684. iteration 17112 found worse value: 339.989658684. iteration 17113 found worse value: 339.989658684. iteration 17114 found worse value: 339.989658684. iteration 17115 found worse value: 339.989658684. iteration 17116 found worse value: 339.989658684. iteration 17117 found worse value: 339.989658684. iteration 17118 found worse value: 339.989658684. iteration 17119 found worse value: 339.989658684. iteration 17120 found worse value: 339.989658684. iteration 17121 found worse value: 339.989658684. iteration 17122 found worse value: 339.989658684. iteration 17123 found worse value: 339.989658684. iteration 17124 found worse value: 339.989658684. iteration 17125 found worse value: 339.989658684. iteration 17126 found worse value: 339.989658684. iteration 17127 found worse value: 339.989658684. iteration 17128 found worse value: 339.989658684. iteration 17129 found worse value: 339.989658684. iteration 17130 found worse value: 339.989658684. iteration 17131 found worse value: 339.989658684. iteration 17132 found worse value: 339.989658684. iteration 17133 found worse value: 339.989658684. iteration 17134 found worse value: 339.989658684. iteration 17135 found worse value: 339.989658684. iteration 17136 found worse value: 339.989658684. iteration 17137 found worse value: 339.989658684. iteration 17138 found worse value: 339.989658684. iteration 17139 found worse value: 339.989658684. iteration 17140 found worse value: 339.989658684. iteration 17141 found worse value: 339.989658684. iteration 17142 found worse value: 339.989658684. iteration 17143 found worse value: 339.989658684. iteration 17144 found worse value: 339.989658684. iteration 17145 found worse value: 339.989658684. iteration 17146 found worse value: 339.989658684. iteration 17147 found worse value: 339.989658684. iteration 17148 found worse value: 339.989658684. iteration 17149 found worse value: 339.989658684. iteration 17150 found worse value: 339.989658684. iteration 17151 found worse value: 339.989658684. iteration 17152 found worse value: 339.989658684. iteration 17153 found worse value: 339.989658684. iteration 17154 found worse value: 339.989658684. iteration 17155 found worse value: 339.989658684. iteration 17156 found worse value: 339.989658684. iteration 17157 found worse value: 339.989658684. iteration 17158 found worse value: 339.989658684. iteration 17159 found worse value: 339.989658684. iteration 17160 found worse value: 339.989658684. iteration 17161 found worse value: 339.989658684. iteration 17162 found worse value: 339.989658684. iteration 17163 found worse value: 339.989658684. iteration 17164 found worse value: 339.989658684. iteration 17165 found worse value: 339.989658684. iteration 17166 found worse value: 339.989658684. iteration 17167 found worse value: 339.989658684. iteration 17168 found worse value: 339.989658684. iteration 17169 found worse value: 339.989658684. iteration 17170 found worse value: 339.989658684. iteration 17171 found worse value: 339.989658684. iteration 17172 found worse value: 339.989658684. iteration 17173 found worse value: 339.989658684. iteration 17174 found worse value: 339.989658684. iteration 17175 found worse value: 339.989658684. iteration 17176 found worse value: 339.989658684. iteration 17177 found worse value: 339.989658684. iteration 17178 found worse value: 339.989658684. iteration 17179 found worse value: 339.989658684. iteration 17180 found worse value: 339.989658684. iteration 17181 found worse value: 339.989658684. iteration 17182 found worse value: 339.989658684. iteration 17183 found worse value: 339.989658684. iteration 17184 found worse value: 339.989658684. iteration 17185 found worse value: 339.989658684. iteration 17186 found worse value: 339.989658684. iteration 17187 found worse value: 339.989658684. iteration 17188 found worse value: 339.989658684. iteration 17189 found worse value: 339.989658684. iteration 17190 found worse value: 339.989658684. iteration 17191 found worse value: 339.989658684. iteration 17192 found worse value: 339.989658684. iteration 17193 found worse value: 339.989658684. iteration 17194 found worse value: 339.989658684. iteration 17195 found worse value: 339.989658684. iteration 17196 found worse value: 339.989658684. iteration 17197 found worse value: 339.989658684. iteration 17198 found worse value: 339.989658684. iteration 17199 found worse value: 339.989658684. iteration 17200 found worse value: 339.989658684. iteration 17201 found worse value: 339.989658684. iteration 17202 found worse value: 339.989658684. iteration 17203 found worse value: 339.989658684. iteration 17204 found worse value: 339.989658684. iteration 17205 found worse value: 339.989658684. iteration 17206 found worse value: 339.989658684. iteration 17207 found worse value: 339.989658684. iteration 17208 found worse value: 339.989658684. iteration 17209 found worse value: 339.989658684. iteration 17210 found worse value: 339.989658684. iteration 17211 found worse value: 339.989658684. iteration 17212 found worse value: 339.989658684. iteration 17213 found worse value: 339.989658684. iteration 17214 found worse value: 339.989658684. iteration 17215 found worse value: 339.989658684. iteration 17216 found worse value: 339.989658684. iteration 17217 found worse value: 339.989658684. iteration 17218 found worse value: 339.989658684. iteration 17219 found worse value: 339.989658684. iteration 17220 found worse value: 339.989658684. iteration 17221 found worse value: 339.989658684. iteration 17222 found worse value: 339.989658684. iteration 17223 found worse value: 339.989658684. iteration 17224 found worse value: 339.989658684. iteration 17225 found worse value: 339.989658684. iteration 17226 found worse value: 339.989658684. iteration 17227 found worse value: 339.989658684. iteration 17228 found worse value: 339.989658684. iteration 17229 found worse value: 339.989658684. iteration 17230 found worse value: 339.989658684. iteration 17231 found worse value: 339.989658684. iteration 17232 found worse value: 339.989658684. iteration 17233 found worse value: 339.989658684. iteration 17234 found worse value: 339.989658684. iteration 17235 found worse value: 339.989658684. iteration 17236 found worse value: 339.989658684. iteration 17237 found worse value: 339.989658684. iteration 17238 found worse value: 339.989658684. iteration 17239 found worse value: 339.989658684. iteration 17240 found worse value: 339.989658684. iteration 17241 found worse value: 339.989658684. iteration 17242 found worse value: 339.989658684. iteration 17243 found worse value: 339.989658684. iteration 17244 found worse value: 339.989658684. iteration 17245 found worse value: 339.989658684. iteration 17246 found worse value: 339.989658684. iteration 17247 found worse value: 339.989658684. iteration 17248 found worse value: 339.989658684. iteration 17249 found worse value: 339.989658684. iteration 17250 found worse value: 339.989658684. iteration 17251 found worse value: 339.989658684. iteration 17252 found worse value: 339.989658684. iteration 17253 found worse value: 339.989658684. iteration 17254 found worse value: 339.989658684. iteration 17255 found worse value: 339.989658684. iteration 17256 found worse value: 339.989658684. iteration 17257 found worse value: 339.989658684. iteration 17258 found worse value: 339.989658684. iteration 17259 found worse value: 339.989658684. iteration 17260 found worse value: 339.989658684. iteration 17261 found worse value: 339.989658684. iteration 17262 found worse value: 339.989658684. iteration 17263 found worse value: 339.989658684. iteration 17264 found worse value: 339.989658684. iteration 17265 found worse value: 339.989658684. iteration 17266 found worse value: 339.989658684. iteration 17267 found worse value: 339.989658684. iteration 17268 found worse value: 339.989658684. iteration 17269 found worse value: 339.989658684. iteration 17270 found worse value: 339.989658684. iteration 17271 found worse value: 339.989658684. iteration 17272 found worse value: 339.989658684. iteration 17273 found worse value: 339.989658684. iteration 17274 found worse value: 339.989658684. iteration 17275 found worse value: 339.989658684. iteration 17276 found worse value: 339.989658684. iteration 17277 found worse value: 339.989658684. iteration 17278 found worse value: 339.989658684. iteration 17279 found worse value: 339.989658684. iteration 17280 found worse value: 339.989658684. iteration 17281 found worse value: 339.989658684. iteration 17282 found worse value: 339.989658684. iteration 17283 found worse value: 339.989658684. iteration 17284 found worse value: 339.989658684. iteration 17285 found worse value: 339.989658684. iteration 17286 found worse value: 339.989658684. iteration 17287 found worse value: 339.989658684. iteration 17288 found worse value: 339.989658684. iteration 17289 found worse value: 339.989658684. iteration 17290 found worse value: 339.989658684. iteration 17291 found worse value: 339.989658684. iteration 17292 found worse value: 339.989658684. iteration 17293 found worse value: 339.989658684. iteration 17294 found worse value: 339.989658684. iteration 17295 found worse value: 339.989658684. iteration 17296 found worse value: 339.989658684. iteration 17297 found worse value: 339.989658684. iteration 17298 found worse value: 339.989658684. iteration 17299 found worse value: 339.989658684. iteration 17300 found worse value: 339.989658684. iteration 17301 found worse value: 339.989658684. iteration 17302 found worse value: 339.989658684. iteration 17303 found worse value: 339.989658684. iteration 17304 found worse value: 339.989658684. iteration 17305 found worse value: 339.989658684. iteration 17306 found worse value: 339.989658684. iteration 17307 found worse value: 339.989658684. iteration 17308 found worse value: 339.989658684. iteration 17309 found worse value: 339.989658684. iteration 17310 found worse value: 339.989658684. iteration 17311 found worse value: 339.989658684. iteration 17312 found worse value: 339.989658684. iteration 17313 found worse value: 339.989658684. iteration 17314 found worse value: 339.989658684. iteration 17315 found worse value: 339.989658684. iteration 17316 found worse value: 339.989658684. iteration 17317 found worse value: 339.989658684. iteration 17318 found worse value: 339.989658684. iteration 17319 found worse value: 339.989658684. iteration 17320 found worse value: 339.989658684. iteration 17321 found worse value: 339.989658684. iteration 17322 found worse value: 339.989658684. iteration 17323 found worse value: 339.989658684. iteration 17324 found worse value: 339.989658684. iteration 17325 found worse value: 339.989658684. iteration 17326 found worse value: 339.989658684. iteration 17327 found worse value: 339.989658684. iteration 17328 found worse value: 339.989658684. iteration 17329 found worse value: 339.989658684. iteration 17330 found worse value: 339.989658684. iteration 17331 found worse value: 339.989658684. iteration 17332 found worse value: 339.989658684. iteration 17333 found worse value: 339.989658684. iteration 17334 found worse value: 339.989658684. iteration 17335 found worse value: 339.989658684. iteration 17336 found worse value: 339.989658684. iteration 17337 found worse value: 339.989658684. iteration 17338 found worse value: 339.989658684. iteration 17339 found worse value: 339.989658684. iteration 17340 found worse value: 339.989658684. iteration 17341 found worse value: 339.989658684. iteration 17342 found worse value: 339.989658684. iteration 17343 found worse value: 339.989658684. iteration 17344 found worse value: 339.989658684. iteration 17345 found worse value: 339.989658684. iteration 17346 found worse value: 339.989658684. iteration 17347 found worse value: 339.989658684. iteration 17348 found worse value: 339.989658684. iteration 17349 found worse value: 339.989658684. iteration 17350 found worse value: 339.989658684. iteration 17351 found worse value: 339.989658684. iteration 17352 found worse value: 339.989658684. iteration 17353 found worse value: 339.989658684. iteration 17354 found worse value: 339.989658684. iteration 17355 found worse value: 339.989658684. iteration 17356 found worse value: 339.989658684. iteration 17357 found worse value: 339.989658684. iteration 17358 found worse value: 339.989658684. iteration 17359 found worse value: 339.989658684. iteration 17360 found worse value: 339.989658684. iteration 17361 found worse value: 339.989658684. iteration 17362 found worse value: 339.989658684. iteration 17363 found worse value: 339.989658684. iteration 17364 found worse value: 339.989658684. iteration 17365 found worse value: 339.989658684. iteration 17366 found worse value: 339.989658684. iteration 17367 found worse value: 339.989658684. iteration 17368 found worse value: 339.989658684. iteration 17369 found worse value: 339.989658684. iteration 17370 found worse value: 339.989658684. iteration 17371 found worse value: 339.989658684. iteration 17372 found worse value: 339.989658684. iteration 17373 found worse value: 339.989658684. iteration 17374 found worse value: 339.989658684. iteration 17375 found worse value: 339.989658684. iteration 17376 found worse value: 339.989658684. iteration 17377 found worse value: 339.989658684. iteration 17378 found worse value: 339.989658684. iteration 17379 found worse value: 339.989658684. iteration 17380 found worse value: 339.989658684. iteration 17381 found worse value: 339.989658684. iteration 17382 found worse value: 339.989658684. iteration 17383 found worse value: 339.989658684. iteration 17384 found worse value: 339.989658684. iteration 17385 found worse value: 339.989658684. iteration 17386 found worse value: 339.989658684. iteration 17387 found worse value: 339.989658684. iteration 17388 found worse value: 339.989658684. iteration 17389 found worse value: 339.989658684. iteration 17390 found worse value: 339.989658684. iteration 17391 found worse value: 339.989658684. iteration 17392 found worse value: 339.989658684. iteration 17393 found worse value: 339.989658684. iteration 17394 found worse value: 339.989658684. iteration 17395 found worse value: 339.989658684. iteration 17396 found worse value: 339.989658684. iteration 17397 found worse value: 339.989658684. iteration 17398 found worse value: 339.989658684. iteration 17399 found worse value: 339.989658684. iteration 17400 found worse value: 339.989658684. iteration 17401 found worse value: 339.989658684. iteration 17402 found worse value: 339.989658684. iteration 17403 found worse value: 339.989658684. iteration 17404 found worse value: 339.989658684. iteration 17405 found worse value: 339.989658684. iteration 17406 found worse value: 339.989658684. iteration 17407 found worse value: 339.989658684. iteration 17408 found worse value: 339.989658684. iteration 17409 found worse value: 339.989658684. iteration 17410 found worse value: 339.989658684. iteration 17411 found worse value: 339.989658684. iteration 17412 found worse value: 339.989658684. iteration 17413 found worse value: 339.989658684. iteration 17414 found worse value: 339.989658684. iteration 17415 found worse value: 339.989658684. iteration 17416 found worse value: 339.989658684. iteration 17417 found worse value: 339.989658684. iteration 17418 found worse value: 339.989658684. iteration 17419 found worse value: 339.989658684. iteration 17420 found worse value: 339.989658684. iteration 17421 found worse value: 339.989658684. iteration 17422 found worse value: 339.989658684. iteration 17423 found worse value: 339.989658684. iteration 17424 found worse value: 339.989658684. iteration 17425 found worse value: 339.989658684. iteration 17426 found worse value: 339.989658684. iteration 17427 found worse value: 339.989658684. iteration 17428 found worse value: 339.989658684. iteration 17429 found worse value: 339.989658684. iteration 17430 found worse value: 339.989658684. iteration 17431 found worse value: 339.989658684. iteration 17432 found worse value: 339.989658684. iteration 17433 found worse value: 339.989658684. iteration 17434 found worse value: 339.989658684. iteration 17435 found worse value: 339.989658684. iteration 17436 found worse value: 339.989658684. iteration 17437 found worse value: 339.989658684. iteration 17438 found worse value: 339.989658684. iteration 17439 found worse value: 339.989658684. iteration 17440 found worse value: 339.989658684. iteration 17441 found worse value: 339.989658684. iteration 17442 found worse value: 339.989658684. iteration 17443 found worse value: 339.989658684. iteration 17444 found worse value: 339.989658684. iteration 17445 found worse value: 339.989658684. iteration 17446 found worse value: 339.989658684. iteration 17447 found worse value: 339.989658684. iteration 17448 found worse value: 339.989658684. iteration 17449 found worse value: 339.989658684. iteration 17450 found worse value: 339.989658684. iteration 17451 found worse value: 339.989658684. iteration 17452 found worse value: 339.989658684. iteration 17453 found worse value: 339.989658684. iteration 17454 found worse value: 339.989658684. iteration 17455 found worse value: 339.989658684. iteration 17456 found worse value: 339.989658684. iteration 17457 found worse value: 339.989658684. iteration 17458 found worse value: 339.989658684. iteration 17459 found worse value: 339.989658684. iteration 17460 found worse value: 339.989658684. iteration 17461 found worse value: 339.989658684. iteration 17462 found worse value: 339.989658684. iteration 17463 found worse value: 339.989658684. iteration 17464 found worse value: 339.989658684. iteration 17465 found worse value: 339.989658684. iteration 17466 found worse value: 339.989658684. iteration 17467 found worse value: 339.989658684. iteration 17468 found worse value: 339.989658684. iteration 17469 found worse value: 339.989658684. iteration 17470 found worse value: 339.989658684. iteration 17471 found worse value: 339.989658684. iteration 17472 found worse value: 339.989658684. iteration 17473 found worse value: 339.989658684. iteration 17474 found worse value: 339.989658684. iteration 17475 found worse value: 339.989658684. iteration 17476 found worse value: 339.989658684. iteration 17477 found worse value: 339.989658684. iteration 17478 found worse value: 339.989658684. iteration 17479 found worse value: 339.989658684. iteration 17480 found worse value: 339.989658684. iteration 17481 found worse value: 339.989658684. iteration 17482 found worse value: 339.989658684. iteration 17483 found worse value: 339.989658684. iteration 17484 found worse value: 339.989658684. iteration 17485 found worse value: 339.989658684. iteration 17486 found worse value: 339.989658684. iteration 17487 found worse value: 339.989658684. iteration 17488 found worse value: 339.989658684. iteration 17489 found worse value: 339.989658684. iteration 17490 found worse value: 339.989658684. iteration 17491 found worse value: 339.989658684. iteration 17492 found worse value: 339.989658684. iteration 17493 found worse value: 339.989658684. iteration 17494 found worse value: 339.989658684. iteration 17495 found worse value: 339.989658684. iteration 17496 found worse value: 339.989658684. iteration 17497 found worse value: 339.989658684. iteration 17498 found worse value: 339.989658684. iteration 17499 found worse value: 339.989658684. iteration 17500 found worse value: 339.989658684. iteration 17501 found worse value: 339.989658684. iteration 17502 found worse value: 339.989658684. iteration 17503 found worse value: 339.989658684. iteration 17504 found worse value: 339.989658684. iteration 17505 found worse value: 339.989658684. iteration 17506 found worse value: 339.989658684. iteration 17507 found worse value: 339.989658684. iteration 17508 found worse value: 339.989658684. iteration 17509 found worse value: 339.989658684. iteration 17510 found worse value: 339.989658684. iteration 17511 found worse value: 339.989658684. iteration 17512 found worse value: 339.989658684. iteration 17513 found worse value: 339.989658684. iteration 17514 found worse value: 339.989658684. iteration 17515 found worse value: 339.989658684. iteration 17516 found worse value: 339.989658684. iteration 17517 found worse value: 339.989658684. iteration 17518 found worse value: 339.989658684. iteration 17519 found worse value: 339.989658684. iteration 17520 found worse value: 339.989658684. iteration 17521 found worse value: 339.989658684. iteration 17522 found worse value: 339.989658684. iteration 17523 found worse value: 339.989658684. iteration 17524 found worse value: 339.989658684. iteration 17525 found worse value: 339.989658684. iteration 17526 found worse value: 339.989658684. iteration 17527 found worse value: 339.989658684. iteration 17528 found worse value: 339.989658684. iteration 17529 found worse value: 339.989658684. iteration 17530 found worse value: 339.989658684. iteration 17531 found worse value: 339.989658684. iteration 17532 found worse value: 339.989658684. iteration 17533 found worse value: 339.989658684. iteration 17534 found worse value: 339.989658684. iteration 17535 found worse value: 339.989658684. iteration 17536 found worse value: 339.989658684. iteration 17537 found worse value: 339.989658684. iteration 17538 found worse value: 339.989658684. iteration 17539 found worse value: 339.989658684. iteration 17540 found worse value: 339.989658684. iteration 17541 found worse value: 339.989658684. iteration 17542 found worse value: 339.989658684. iteration 17543 found worse value: 339.989658684. iteration 17544 found worse value: 339.989658684. iteration 17545 found worse value: 339.989658684. iteration 17546 found worse value: 339.989658684. iteration 17547 found worse value: 339.989658684. iteration 17548 found worse value: 339.989658684. iteration 17549 found worse value: 339.989658684. iteration 17550 found worse value: 339.989658684. iteration 17551 found worse value: 339.989658684. iteration 17552 found worse value: 339.989658684. iteration 17553 found worse value: 339.989658684. iteration 17554 found worse value: 339.989658684. iteration 17555 found worse value: 339.989658684. iteration 17556 found worse value: 339.989658684. iteration 17557 found worse value: 339.989658684. iteration 17558 found worse value: 339.989658684. iteration 17559 found worse value: 339.989658684. iteration 17560 found worse value: 339.989658684. iteration 17561 found worse value: 339.989658684. iteration 17562 found worse value: 339.989658684. iteration 17563 found worse value: 339.989658684. iteration 17564 found worse value: 339.989658684. iteration 17565 found worse value: 339.989658684. iteration 17566 found worse value: 339.989658684. iteration 17567 found worse value: 339.989658684. iteration 17568 found worse value: 339.989658684. iteration 17569 found worse value: 339.989658684. iteration 17570 found worse value: 339.989658684. iteration 17571 found worse value: 339.989658684. iteration 17572 found worse value: 339.989658684. iteration 17573 found worse value: 339.989658684. iteration 17574 found worse value: 339.989658684. iteration 17575 found worse value: 339.989658684. iteration 17576 found worse value: 339.989658684. iteration 17577 found worse value: 339.989658684. iteration 17578 found worse value: 339.989658684. iteration 17579 found worse value: 339.989658684. iteration 17580 found worse value: 339.989658684. iteration 17581 found worse value: 339.989658684. iteration 17582 found worse value: 339.989658684. iteration 17583 found worse value: 339.989658684. iteration 17584 found worse value: 339.989658684. iteration 17585 found worse value: 339.989658684. iteration 17586 found worse value: 339.989658684. iteration 17587 found worse value: 339.989658684. iteration 17588 found worse value: 339.989658684. iteration 17589 found worse value: 339.989658684. iteration 17590 found worse value: 339.989658684. iteration 17591 found worse value: 339.989658684. iteration 17592 found worse value: 339.989658684. iteration 17593 found worse value: 339.989658684. iteration 17594 found worse value: 339.989658684. iteration 17595 found worse value: 339.989658684. iteration 17596 found worse value: 339.989658684. iteration 17597 found worse value: 339.989658684. iteration 17598 found worse value: 339.989658684. iteration 17599 found worse value: 339.989658684. iteration 17600 found worse value: 339.989658684. iteration 17601 found worse value: 339.989658684. iteration 17602 found worse value: 339.989658684. iteration 17603 found worse value: 339.989658684. iteration 17604 found worse value: 339.989658684. iteration 17605 found worse value: 339.989658684. iteration 17606 found worse value: 339.989658684. iteration 17607 found worse value: 339.989658684. iteration 17608 found worse value: 339.989658684. iteration 17609 found worse value: 339.989658684. iteration 17610 found worse value: 339.989658684. iteration 17611 found worse value: 339.989658684. iteration 17612 found worse value: 339.989658684. iteration 17613 found worse value: 339.989658684. iteration 17614 found worse value: 339.989658684. iteration 17615 found worse value: 339.989658684. iteration 17616 found worse value: 339.989658684. iteration 17617 found worse value: 339.989658684. iteration 17618 found worse value: 339.989658684. iteration 17619 found worse value: 339.989658684. iteration 17620 found worse value: 339.989658684. iteration 17621 found worse value: 339.989658684. iteration 17622 found worse value: 339.989658684. iteration 17623 found worse value: 339.989658684. iteration 17624 found worse value: 339.989658684. iteration 17625 found worse value: 339.989658684. iteration 17626 found worse value: 339.989658684. iteration 17627 found worse value: 339.989658684. iteration 17628 found worse value: 339.989658684. iteration 17629 found worse value: 339.989658684. iteration 17630 found worse value: 339.989658684. iteration 17631 found worse value: 339.989658684. iteration 17632 found worse value: 339.989658684. iteration 17633 found worse value: 339.989658684. iteration 17634 found worse value: 339.989658684. iteration 17635 found worse value: 339.989658684. iteration 17636 found worse value: 339.989658684. iteration 17637 found worse value: 339.989658684. iteration 17638 found worse value: 339.989658684. iteration 17639 found worse value: 339.989658684. iteration 17640 found worse value: 339.989658684. iteration 17641 found worse value: 339.989658684. iteration 17642 found worse value: 339.989658684. iteration 17643 found worse value: 339.989658684. iteration 17644 found worse value: 339.989658684. iteration 17645 found worse value: 339.989658684. iteration 17646 found worse value: 339.989658684. iteration 17647 found worse value: 339.989658684. iteration 17648 found worse value: 339.989658684. iteration 17649 found worse value: 339.989658684. iteration 17650 found worse value: 339.989658684. iteration 17651 found worse value: 339.989658684. iteration 17652 found worse value: 339.989658684. iteration 17653 found worse value: 339.989658684. iteration 17654 found worse value: 339.989658684. iteration 17655 found worse value: 339.989658684. iteration 17656 found worse value: 339.989658684. iteration 17657 found worse value: 339.989658684. iteration 17658 found worse value: 339.989658684. iteration 17659 found worse value: 339.989658684. iteration 17660 found worse value: 339.989658684. iteration 17661 found worse value: 339.989658684. iteration 17662 found worse value: 339.989658684. iteration 17663 found worse value: 339.989658684. iteration 17664 found worse value: 339.989658684. iteration 17665 found worse value: 339.989658684. iteration 17666 found worse value: 339.989658684. iteration 17667 found worse value: 339.989658684. iteration 17668 found worse value: 339.989658684. iteration 17669 found worse value: 339.989658684. iteration 17670 found worse value: 339.989658684. iteration 17671 found worse value: 339.989658684. iteration 17672 found worse value: 339.989658684. iteration 17673 found worse value: 339.989658684. iteration 17674 found worse value: 339.989658684. iteration 17675 found worse value: 339.989658684. iteration 17676 found worse value: 339.989658684. iteration 17677 found worse value: 339.989658684. iteration 17678 found worse value: 339.989658684. iteration 17679 found worse value: 339.989658684. iteration 17680 found worse value: 339.989658684. iteration 17681 found worse value: 339.989658684. iteration 17682 found worse value: 339.989658684. iteration 17683 found worse value: 339.989658684. iteration 17684 found worse value: 339.989658684. iteration 17685 found worse value: 339.989658684. iteration 17686 found worse value: 339.989658684. iteration 17687 found worse value: 339.989658684. iteration 17688 found worse value: 339.989658684. iteration 17689 found worse value: 339.989658684. iteration 17690 found worse value: 339.989658684. iteration 17691 found worse value: 339.989658684. iteration 17692 found worse value: 339.989658684. iteration 17693 found worse value: 339.989658684. iteration 17694 found worse value: 339.989658684. iteration 17695 found worse value: 339.989658684. iteration 17696 found worse value: 339.989658684. iteration 17697 found worse value: 339.989658684. iteration 17698 found worse value: 339.989658684. iteration 17699 found worse value: 339.989658684. iteration 17700 found worse value: 339.989658684. iteration 17701 found worse value: 339.989658684. iteration 17702 found worse value: 339.989658684. iteration 17703 found worse value: 339.989658684. iteration 17704 found worse value: 339.989658684. iteration 17705 found worse value: 339.989658684. iteration 17706 found worse value: 339.989658684. iteration 17707 found worse value: 339.989658684. iteration 17708 found worse value: 339.989658684. iteration 17709 found worse value: 339.989658684. iteration 17710 found worse value: 339.989658684. iteration 17711 found worse value: 339.989658684. iteration 17712 found worse value: 339.989658684. iteration 17713 found worse value: 339.989658684. iteration 17714 found worse value: 339.989658684. iteration 17715 found worse value: 339.989658684. iteration 17716 found worse value: 339.989658684. iteration 17717 found worse value: 339.989658684. iteration 17718 found worse value: 339.989658684. iteration 17719 found worse value: 339.989658684. iteration 17720 found worse value: 339.989658684. iteration 17721 found worse value: 339.989658684. iteration 17722 found worse value: 339.989658684. iteration 17723 found worse value: 339.989658684. iteration 17724 found worse value: 339.989658684. iteration 17725 found worse value: 339.989658684. iteration 17726 found worse value: 339.989658684. iteration 17727 found worse value: 339.989658684. iteration 17728 found worse value: 339.989658684. iteration 17729 found worse value: 339.989658684. iteration 17730 found worse value: 339.989658684. iteration 17731 found worse value: 339.989658684. iteration 17732 found worse value: 339.989658684. iteration 17733 found worse value: 339.989658684. iteration 17734 found worse value: 339.989658684. iteration 17735 found worse value: 339.989658684. iteration 17736 found worse value: 339.989658684. iteration 17737 found worse value: 339.989658684. iteration 17738 found worse value: 339.989658684. iteration 17739 found worse value: 339.989658684. iteration 17740 found worse value: 339.989658684. iteration 17741 found worse value: 339.989658684. iteration 17742 found worse value: 339.989658684. iteration 17743 found worse value: 339.989658684. iteration 17744 found worse value: 339.989658684. iteration 17745 found worse value: 339.989658684. iteration 17746 found worse value: 339.989658684. iteration 17747 found worse value: 339.989658684. iteration 17748 found worse value: 339.989658684. iteration 17749 found worse value: 339.989658684. iteration 17750 found worse value: 339.989658684. iteration 17751 found worse value: 339.989658684. iteration 17752 found worse value: 339.989658684. iteration 17753 found worse value: 339.989658684. iteration 17754 found worse value: 339.989658684. iteration 17755 found worse value: 339.989658684. iteration 17756 found worse value: 339.989658684. iteration 17757 found worse value: 339.989658684. iteration 17758 found worse value: 339.989658684. iteration 17759 found worse value: 339.989658684. iteration 17760 found worse value: 339.989658684. iteration 17761 found worse value: 339.989658684. iteration 17762 found worse value: 339.989658684. iteration 17763 found worse value: 339.989658684. iteration 17764 found worse value: 339.989658684. iteration 17765 found worse value: 339.989658684. iteration 17766 found worse value: 339.989658684. iteration 17767 found worse value: 339.989658684. iteration 17768 found worse value: 339.989658684. iteration 17769 found worse value: 339.989658684. iteration 17770 found worse value: 339.989658684. iteration 17771 found worse value: 339.989658684. iteration 17772 found worse value: 339.989658684. iteration 17773 found worse value: 339.989658684. iteration 17774 found worse value: 339.989658684. iteration 17775 found worse value: 339.989658684. iteration 17776 found worse value: 339.989658684. iteration 17777 found worse value: 339.989658684. iteration 17778 found worse value: 339.989658684. iteration 17779 found worse value: 339.989658684. iteration 17780 found worse value: 339.989658684. iteration 17781 found worse value: 339.989658684. iteration 17782 found worse value: 339.989658684. iteration 17783 found worse value: 339.989658684. iteration 17784 found worse value: 339.989658684. iteration 17785 found worse value: 339.989658684. iteration 17786 found worse value: 339.989658684. iteration 17787 found worse value: 339.989658684. iteration 17788 found worse value: 339.989658684. iteration 17789 found worse value: 339.989658684. iteration 17790 found worse value: 339.989658684. iteration 17791 found worse value: 339.989658684. iteration 17792 found worse value: 339.989658684. iteration 17793 found worse value: 339.989658684. iteration 17794 found worse value: 339.989658684. iteration 17795 found worse value: 339.989658684. iteration 17796 found worse value: 339.989658684. iteration 17797 found worse value: 339.989658684. iteration 17798 found worse value: 339.989658684. iteration 17799 found worse value: 339.989658684. iteration 17800 found worse value: 339.989658684. iteration 17801 found worse value: 339.989658684. iteration 17802 found worse value: 339.989658684. iteration 17803 found worse value: 339.989658684. iteration 17804 found worse value: 339.989658684. iteration 17805 found worse value: 339.989658684. iteration 17806 found worse value: 339.989658684. iteration 17807 found worse value: 339.989658684. iteration 17808 found worse value: 339.989658684. iteration 17809 found worse value: 339.989658684. iteration 17810 found worse value: 339.989658684. iteration 17811 found worse value: 339.989658684. iteration 17812 found worse value: 339.989658684. iteration 17813 found worse value: 339.989658684. iteration 17814 found worse value: 339.989658684. iteration 17815 found worse value: 339.989658684. iteration 17816 found worse value: 339.989658684. iteration 17817 found worse value: 339.989658684. iteration 17818 found worse value: 339.989658684. iteration 17819 found worse value: 339.989658684. iteration 17820 found worse value: 339.989658684. iteration 17821 found worse value: 339.989658684. iteration 17822 found worse value: 339.989658684. iteration 17823 found worse value: 339.989658684. iteration 17824 found worse value: 339.989658684. iteration 17825 found worse value: 339.989658684. iteration 17826 found worse value: 339.989658684. iteration 17827 found worse value: 339.989658684. iteration 17828 found worse value: 339.989658684. iteration 17829 found worse value: 339.989658684. iteration 17830 found worse value: 339.989658684. iteration 17831 found worse value: 339.989658684. iteration 17832 found worse value: 339.989658684. iteration 17833 found worse value: 339.989658684. iteration 17834 found worse value: 339.989658684. iteration 17835 found worse value: 339.989658684. iteration 17836 found worse value: 339.989658684. iteration 17837 found worse value: 339.989658684. iteration 17838 found worse value: 339.989658684. iteration 17839 found worse value: 339.989658684. iteration 17840 found worse value: 339.989658684. iteration 17841 found worse value: 339.989658684. iteration 17842 found worse value: 339.989658684. iteration 17843 found worse value: 339.989658684. iteration 17844 found worse value: 339.989658684. iteration 17845 found worse value: 339.989658684. iteration 17846 found worse value: 339.989658684. iteration 17847 found worse value: 339.989658684. iteration 17848 found worse value: 339.989658684. iteration 17849 found worse value: 339.989658684. iteration 17850 found worse value: 339.989658684. iteration 17851 found worse value: 339.989658684. iteration 17852 found worse value: 339.989658684. iteration 17853 found worse value: 339.989658684. iteration 17854 found worse value: 339.989658684. iteration 17855 found worse value: 339.989658684. iteration 17856 found worse value: 339.989658684. iteration 17857 found worse value: 339.989658684. iteration 17858 found worse value: 339.989658684. iteration 17859 found worse value: 339.989658684. iteration 17860 found worse value: 339.989658684. iteration 17861 found worse value: 339.989658684. iteration 17862 found worse value: 339.989658684. iteration 17863 found worse value: 339.989658684. iteration 17864 found worse value: 339.989658684. iteration 17865 found worse value: 339.989658684. iteration 17866 found worse value: 339.989658684. iteration 17867 found worse value: 339.989658684. iteration 17868 found worse value: 339.989658684. iteration 17869 found worse value: 339.989658684. iteration 17870 found worse value: 339.989658684. iteration 17871 found worse value: 339.989658684. iteration 17872 found worse value: 339.989658684. iteration 17873 found worse value: 339.989658684. iteration 17874 found worse value: 339.989658684. iteration 17875 found worse value: 339.989658684. iteration 17876 found worse value: 339.989658684. iteration 17877 found worse value: 339.989658684. iteration 17878 found worse value: 339.989658684. iteration 17879 found worse value: 339.989658684. iteration 17880 found worse value: 339.989658684. iteration 17881 found worse value: 339.989658684. iteration 17882 found worse value: 339.989658684. iteration 17883 found worse value: 339.989658684. iteration 17884 found worse value: 339.989658684. iteration 17885 found worse value: 339.989658684. iteration 17886 found worse value: 339.989658684. iteration 17887 found worse value: 339.989658684. iteration 17888 found worse value: 339.989658684. iteration 17889 found worse value: 339.989658684. iteration 17890 found worse value: 339.989658684. iteration 17891 found worse value: 339.989658684. iteration 17892 found worse value: 339.989658684. iteration 17893 found worse value: 339.989658684. iteration 17894 found worse value: 339.989658684. iteration 17895 found worse value: 339.989658684. iteration 17896 found worse value: 339.989658684. iteration 17897 found worse value: 339.989658684. iteration 17898 found worse value: 339.989658684. iteration 17899 found worse value: 339.989658684. iteration 17900 found worse value: 339.989658684. iteration 17901 found worse value: 339.989658684. iteration 17902 found worse value: 339.989658684. iteration 17903 found worse value: 339.989658684. iteration 17904 found worse value: 339.989658684. iteration 17905 found worse value: 339.989658684. iteration 17906 found worse value: 339.989658684. iteration 17907 found worse value: 339.989658684. iteration 17908 found worse value: 339.989658684. iteration 17909 found worse value: 339.989658684. iteration 17910 found worse value: 339.989658684. iteration 17911 found worse value: 339.989658684. iteration 17912 found worse value: 339.989658684. iteration 17913 found worse value: 339.989658684. iteration 17914 found worse value: 339.989658684. iteration 17915 found worse value: 339.989658684. iteration 17916 found worse value: 339.989658684. iteration 17917 found worse value: 339.989658684. iteration 17918 found worse value: 339.989658684. iteration 17919 found worse value: 339.989658684. iteration 17920 found worse value: 339.989658684. iteration 17921 found worse value: 339.989658684. iteration 17922 found worse value: 339.989658684. iteration 17923 found worse value: 339.989658684. iteration 17924 found worse value: 339.989658684. iteration 17925 found worse value: 339.989658684. iteration 17926 found worse value: 339.989658684. iteration 17927 found worse value: 339.989658684. iteration 17928 found worse value: 339.989658684. iteration 17929 found worse value: 339.989658684. iteration 17930 found worse value: 339.989658684. iteration 17931 found worse value: 339.989658684. iteration 17932 found worse value: 339.989658684. iteration 17933 found worse value: 339.989658684. iteration 17934 found worse value: 339.989658684. iteration 17935 found worse value: 339.989658684. iteration 17936 found worse value: 339.989658684. iteration 17937 found worse value: 339.989658684. iteration 17938 found worse value: 339.989658684. iteration 17939 found worse value: 339.989658684. iteration 17940 found worse value: 339.989658684. iteration 17941 found worse value: 339.989658684. iteration 17942 found worse value: 339.989658684. iteration 17943 found worse value: 339.989658684. iteration 17944 found worse value: 339.989658684. iteration 17945 found worse value: 339.989658684. iteration 17946 found worse value: 339.989658684. iteration 17947 found worse value: 339.989658684. iteration 17948 found worse value: 339.989658684. iteration 17949 found worse value: 339.989658684. iteration 17950 found worse value: 339.989658684. iteration 17951 found worse value: 339.989658684. iteration 17952 found worse value: 339.989658684. iteration 17953 found worse value: 339.989658684. iteration 17954 found worse value: 339.989658684. iteration 17955 found worse value: 339.989658684. iteration 17956 found worse value: 339.989658684. iteration 17957 found worse value: 339.989658684. iteration 17958 found worse value: 339.989658684. iteration 17959 found worse value: 339.989658684. iteration 17960 found worse value: 339.989658684. iteration 17961 found worse value: 339.989658684. iteration 17962 found worse value: 339.989658684. iteration 17963 found worse value: 339.989658684. iteration 17964 found worse value: 339.989658684. iteration 17965 found worse value: 339.989658684. iteration 17966 found worse value: 339.989658684. iteration 17967 found worse value: 339.989658684. iteration 17968 found worse value: 339.989658684. iteration 17969 found worse value: 339.989658684. iteration 17970 found worse value: 339.989658684. iteration 17971 found worse value: 339.989658684. iteration 17972 found worse value: 339.989658684. iteration 17973 found worse value: 339.989658684. iteration 17974 found worse value: 339.989658684. iteration 17975 found worse value: 339.989658684. iteration 17976 found worse value: 339.989658684. iteration 17977 found worse value: 339.989658684. iteration 17978 found worse value: 339.989658684. iteration 17979 found worse value: 339.989658684. iteration 17980 found worse value: 339.989658684. iteration 17981 found worse value: 339.989658684. iteration 17982 found worse value: 339.989658684. iteration 17983 found worse value: 339.989658684. iteration 17984 found worse value: 339.989658684. iteration 17985 found worse value: 339.989658684. iteration 17986 found worse value: 339.989658684. iteration 17987 found worse value: 339.989658684. iteration 17988 found worse value: 339.989658684. iteration 17989 found worse value: 339.989658684. iteration 17990 found worse value: 339.989658684. iteration 17991 found worse value: 339.989658684. iteration 17992 found worse value: 339.989658684. iteration 17993 found worse value: 339.989658684. iteration 17994 found worse value: 339.989658684. iteration 17995 found worse value: 339.989658684. iteration 17996 found worse value: 339.989658684. iteration 17997 found worse value: 339.989658684. iteration 17998 found worse value: 339.989658684. iteration 17999 found worse value: 339.989658684. iteration 18000 found worse value: 339.989658684. iteration 18001 found worse value: 339.989658684. iteration 18002 found worse value: 339.989658684. iteration 18003 found worse value: 339.989658684. iteration 18004 found worse value: 339.989658684. iteration 18005 found worse value: 339.989658684. iteration 18006 found worse value: 339.989658684. iteration 18007 found worse value: 339.989658684. iteration 18008 found worse value: 339.989658684. iteration 18009 found worse value: 339.989658684. iteration 18010 found worse value: 339.989658684. iteration 18011 found worse value: 339.989658684. iteration 18012 found worse value: 339.989658684. iteration 18013 found worse value: 339.989658684. iteration 18014 found worse value: 339.989658684. iteration 18015 found worse value: 339.989658684. iteration 18016 found worse value: 339.989658684. iteration 18017 found worse value: 339.989658684. iteration 18018 found worse value: 339.989658684. iteration 18019 found worse value: 339.989658684. iteration 18020 found worse value: 339.989658684. iteration 18021 found worse value: 339.989658684. iteration 18022 found worse value: 339.989658684. iteration 18023 found worse value: 339.989658684. iteration 18024 found worse value: 339.989658684. iteration 18025 found worse value: 339.989658684. iteration 18026 found worse value: 339.989658684. iteration 18027 found worse value: 339.989658684. iteration 18028 found worse value: 339.989658684. iteration 18029 found worse value: 339.989658684. iteration 18030 found worse value: 339.989658684. iteration 18031 found worse value: 339.989658684. iteration 18032 found worse value: 339.989658684. iteration 18033 found worse value: 339.989658684. iteration 18034 found worse value: 339.989658684. iteration 18035 found worse value: 339.989658684. iteration 18036 found worse value: 339.989658684. iteration 18037 found worse value: 339.989658684. iteration 18038 found worse value: 339.989658684. iteration 18039 found worse value: 339.989658684. iteration 18040 found worse value: 339.989658684. iteration 18041 found worse value: 339.989658684. iteration 18042 found worse value: 339.989658684. iteration 18043 found worse value: 339.989658684. iteration 18044 found worse value: 339.989658684. iteration 18045 found worse value: 339.989658684. iteration 18046 found worse value: 339.989658684. iteration 18047 found worse value: 339.989658684. iteration 18048 found worse value: 339.989658684. iteration 18049 found worse value: 339.989658684. iteration 18050 found worse value: 339.989658684. iteration 18051 found worse value: 339.989658684. iteration 18052 found worse value: 339.989658684. iteration 18053 found worse value: 339.989658684. iteration 18054 found worse value: 339.989658684. iteration 18055 found worse value: 339.989658684. iteration 18056 found worse value: 339.989658684. iteration 18057 found worse value: 339.989658684. iteration 18058 found worse value: 339.989658684. iteration 18059 found worse value: 339.989658684. iteration 18060 found worse value: 339.989658684. iteration 18061 found worse value: 339.989658684. iteration 18062 found worse value: 339.989658684. iteration 18063 found worse value: 339.989658684. iteration 18064 found worse value: 339.989658684. iteration 18065 found worse value: 339.989658684. iteration 18066 found worse value: 339.989658684. iteration 18067 found worse value: 339.989658684. iteration 18068 found worse value: 339.989658684. iteration 18069 found worse value: 339.989658684. iteration 18070 found worse value: 339.989658684. iteration 18071 found worse value: 339.989658684. iteration 18072 found worse value: 339.989658684. iteration 18073 found worse value: 339.989658684. iteration 18074 found worse value: 339.989658684. iteration 18075 found worse value: 339.989658684. iteration 18076 found worse value: 339.989658684. iteration 18077 found worse value: 339.989658684. iteration 18078 found worse value: 339.989658684. iteration 18079 found worse value: 339.989658684. iteration 18080 found worse value: 339.989658684. iteration 18081 found worse value: 339.989658684. iteration 18082 found worse value: 339.989658684. iteration 18083 found worse value: 339.989658684. iteration 18084 found worse value: 339.989658684. iteration 18085 found worse value: 339.989658684. iteration 18086 found worse value: 339.989658684. iteration 18087 found worse value: 339.989658684. iteration 18088 found worse value: 339.989658684. iteration 18089 found worse value: 339.989658684. iteration 18090 found worse value: 339.989658684. iteration 18091 found worse value: 339.989658684. iteration 18092 found worse value: 339.989658684. iteration 18093 found worse value: 339.989658684. iteration 18094 found worse value: 339.989658684. iteration 18095 found worse value: 339.989658684. iteration 18096 found worse value: 339.989658684. iteration 18097 found worse value: 339.989658684. iteration 18098 found worse value: 339.989658684. iteration 18099 found worse value: 339.989658684. iteration 18100 found worse value: 339.989658684. iteration 18101 found worse value: 339.989658684. iteration 18102 found worse value: 339.989658684. iteration 18103 found worse value: 339.989658684. iteration 18104 found worse value: 339.989658684. iteration 18105 found worse value: 339.989658684. iteration 18106 found worse value: 339.989658684. iteration 18107 found worse value: 339.989658684. iteration 18108 found worse value: 339.989658684. iteration 18109 found worse value: 339.989658684. iteration 18110 found worse value: 339.989658684. iteration 18111 found worse value: 339.989658684. iteration 18112 found worse value: 339.989658684. iteration 18113 found worse value: 339.989658684. iteration 18114 found worse value: 339.989658684. iteration 18115 found worse value: 339.989658684. iteration 18116 found worse value: 339.989658684. iteration 18117 found worse value: 339.989658684. iteration 18118 found worse value: 339.989658684. iteration 18119 found worse value: 339.989658684. iteration 18120 found worse value: 339.989658684. iteration 18121 found worse value: 339.989658684. iteration 18122 found worse value: 339.989658684. iteration 18123 found worse value: 339.989658684. iteration 18124 found worse value: 339.989658684. iteration 18125 found worse value: 339.989658684. iteration 18126 found worse value: 339.989658684. iteration 18127 found worse value: 339.989658684. iteration 18128 found worse value: 339.989658684. iteration 18129 found worse value: 339.989658684. iteration 18130 found worse value: 339.989658684. iteration 18131 found worse value: 339.989658684. iteration 18132 found worse value: 339.989658684. iteration 18133 found worse value: 339.989658684. iteration 18134 found worse value: 339.989658684. iteration 18135 found worse value: 339.989658684. iteration 18136 found worse value: 339.989658684. iteration 18137 found worse value: 339.989658684. iteration 18138 found worse value: 339.989658684. iteration 18139 found worse value: 339.989658684. iteration 18140 found worse value: 339.989658684. iteration 18141 found worse value: 339.989658684. iteration 18142 found worse value: 339.989658684. iteration 18143 found worse value: 339.989658684. iteration 18144 found worse value: 339.989658684. iteration 18145 found worse value: 339.989658684. iteration 18146 found worse value: 339.989658684. iteration 18147 found worse value: 339.989658684. iteration 18148 found worse value: 339.989658684. iteration 18149 found worse value: 339.989658684. iteration 18150 found worse value: 339.989658684. iteration 18151 found worse value: 339.989658684. iteration 18152 found worse value: 339.989658684. iteration 18153 found worse value: 339.989658684. iteration 18154 found worse value: 339.989658684. iteration 18155 found worse value: 339.989658684. iteration 18156 found worse value: 339.989658684. iteration 18157 found worse value: 339.989658684. iteration 18158 found worse value: 339.989658684. iteration 18159 found worse value: 339.989658684. iteration 18160 found worse value: 339.989658684. iteration 18161 found worse value: 339.989658684. iteration 18162 found worse value: 339.989658684. iteration 18163 found worse value: 339.989658684. iteration 18164 found worse value: 339.989658684. iteration 18165 found worse value: 339.989658684. iteration 18166 found worse value: 339.989658684. iteration 18167 found worse value: 339.989658684. iteration 18168 found worse value: 339.989658684. iteration 18169 found worse value: 339.989658684. iteration 18170 found worse value: 339.989658684. iteration 18171 found worse value: 339.989658684. iteration 18172 found worse value: 339.989658684. iteration 18173 found worse value: 339.989658684. iteration 18174 found worse value: 339.989658684. iteration 18175 found worse value: 339.989658684. iteration 18176 found worse value: 339.989658684. iteration 18177 found worse value: 339.989658684. iteration 18178 found worse value: 339.989658684. iteration 18179 found worse value: 339.989658684. iteration 18180 found worse value: 339.989658684. iteration 18181 found worse value: 339.989658684. iteration 18182 found worse value: 339.989658684. iteration 18183 found worse value: 339.989658684. iteration 18184 found worse value: 339.989658684. iteration 18185 found worse value: 339.989658684. iteration 18186 found worse value: 339.989658684. iteration 18187 found worse value: 339.989658684. iteration 18188 found worse value: 339.989658684. iteration 18189 found worse value: 339.989658684. iteration 18190 found worse value: 339.989658684. iteration 18191 found worse value: 339.989658684. iteration 18192 found worse value: 339.989658684. iteration 18193 found worse value: 339.989658684. iteration 18194 found worse value: 339.989658684. iteration 18195 found worse value: 339.989658684. iteration 18196 found worse value: 339.989658684. iteration 18197 found worse value: 339.989658684. iteration 18198 found worse value: 339.989658684. iteration 18199 found worse value: 339.989658684. iteration 18200 found worse value: 339.989658684. iteration 18201 found worse value: 339.989658684. iteration 18202 found worse value: 339.989658684. iteration 18203 found worse value: 339.989658684. iteration 18204 found worse value: 339.989658684. iteration 18205 found worse value: 339.989658684. iteration 18206 found worse value: 339.989658684. iteration 18207 found worse value: 339.989658684. iteration 18208 found worse value: 339.989658684. iteration 18209 found worse value: 339.989658684. iteration 18210 found worse value: 339.989658684. iteration 18211 found worse value: 339.989658684. iteration 18212 found worse value: 339.989658684. iteration 18213 found worse value: 339.989658684. iteration 18214 found worse value: 339.989658684. iteration 18215 found worse value: 339.989658684. iteration 18216 found worse value: 339.989658684. iteration 18217 found worse value: 339.989658684. iteration 18218 found worse value: 339.989658684. iteration 18219 found worse value: 339.989658684. iteration 18220 found worse value: 339.989658684. iteration 18221 found worse value: 339.989658684. iteration 18222 found worse value: 339.989658684. iteration 18223 found worse value: 339.989658684. iteration 18224 found worse value: 339.989658684. iteration 18225 found worse value: 339.989658684. iteration 18226 found worse value: 339.989658684. iteration 18227 found worse value: 339.989658684. iteration 18228 found worse value: 339.989658684. iteration 18229 found worse value: 339.989658684. iteration 18230 found worse value: 339.989658684. iteration 18231 found worse value: 339.989658684. iteration 18232 found worse value: 339.989658684. iteration 18233 found worse value: 339.989658684. iteration 18234 found worse value: 339.989658684. iteration 18235 found worse value: 339.989658684. iteration 18236 found worse value: 339.989658684. iteration 18237 found worse value: 339.989658684. iteration 18238 found worse value: 339.989658684. iteration 18239 found worse value: 339.989658684. iteration 18240 found worse value: 339.989658684. iteration 18241 found worse value: 339.989658684. iteration 18242 found worse value: 339.989658684. iteration 18243 found worse value: 339.989658684. iteration 18244 found worse value: 339.989658684. iteration 18245 found worse value: 339.989658684. iteration 18246 found worse value: 339.989658684. iteration 18247 found worse value: 339.989658684. iteration 18248 found worse value: 339.989658684. iteration 18249 found worse value: 339.989658684. iteration 18250 found worse value: 339.989658684. iteration 18251 found worse value: 339.989658684. iteration 18252 found worse value: 339.989658684. iteration 18253 found worse value: 339.989658684. iteration 18254 found worse value: 339.989658684. iteration 18255 found worse value: 339.989658684. iteration 18256 found worse value: 339.989658684. iteration 18257 found worse value: 339.989658684. iteration 18258 found worse value: 339.989658684. iteration 18259 found worse value: 339.989658684. iteration 18260 found worse value: 339.989658684. iteration 18261 found worse value: 339.989658684. iteration 18262 found worse value: 339.989658684. iteration 18263 found worse value: 339.989658684. iteration 18264 found worse value: 339.989658684. iteration 18265 found worse value: 339.989658684. iteration 18266 found worse value: 339.989658684. iteration 18267 found worse value: 339.989658684. iteration 18268 found worse value: 339.989658684. iteration 18269 found worse value: 339.989658684. iteration 18270 found worse value: 339.989658684. iteration 18271 found worse value: 339.989658684. iteration 18272 found worse value: 339.989658684. iteration 18273 found worse value: 339.989658684. iteration 18274 found worse value: 339.989658684. iteration 18275 found worse value: 339.989658684. iteration 18276 found worse value: 339.989658684. iteration 18277 found worse value: 339.989658684. iteration 18278 found worse value: 339.989658684. iteration 18279 found worse value: 339.989658684. iteration 18280 found worse value: 339.989658684. iteration 18281 found worse value: 339.989658684. iteration 18282 found worse value: 339.989658684. iteration 18283 found worse value: 339.989658684. iteration 18284 found worse value: 339.989658684. iteration 18285 found worse value: 339.989658684. iteration 18286 found worse value: 339.989658684. iteration 18287 found worse value: 339.989658684. iteration 18288 found worse value: 339.989658684. iteration 18289 found worse value: 339.989658684. iteration 18290 found worse value: 339.989658684. iteration 18291 found worse value: 339.989658684. iteration 18292 found worse value: 339.989658684. iteration 18293 found worse value: 339.989658684. iteration 18294 found worse value: 339.989658684. iteration 18295 found worse value: 339.989658684. iteration 18296 found worse value: 339.989658684. iteration 18297 found worse value: 339.989658684. iteration 18298 found worse value: 339.989658684. iteration 18299 found worse value: 339.989658684. iteration 18300 found worse value: 339.989658684. iteration 18301 found worse value: 339.989658684. iteration 18302 found worse value: 339.989658684. iteration 18303 found worse value: 339.989658684. iteration 18304 found worse value: 339.989658684. iteration 18305 found worse value: 339.989658684. iteration 18306 found worse value: 339.989658684. iteration 18307 found worse value: 339.989658684. iteration 18308 found worse value: 339.989658684. iteration 18309 found worse value: 339.989658684. iteration 18310 found worse value: 339.989658684. iteration 18311 found worse value: 339.989658684. iteration 18312 found worse value: 339.989658684. iteration 18313 found worse value: 339.989658684. iteration 18314 found worse value: 339.989658684. iteration 18315 found worse value: 339.989658684. iteration 18316 found worse value: 339.989658684. iteration 18317 found worse value: 339.989658684. iteration 18318 found worse value: 339.989658684. iteration 18319 found worse value: 339.989658684. iteration 18320 found worse value: 339.989658684. iteration 18321 found worse value: 339.989658684. iteration 18322 found worse value: 339.989658684. iteration 18323 found worse value: 339.989658684. iteration 18324 found worse value: 339.989658684. iteration 18325 found worse value: 339.989658684. iteration 18326 found worse value: 339.989658684. iteration 18327 found worse value: 339.989658684. iteration 18328 found worse value: 339.989658684. iteration 18329 found worse value: 339.989658684. iteration 18330 found worse value: 339.989658684. iteration 18331 found worse value: 339.989658684. iteration 18332 found worse value: 339.989658684. iteration 18333 found worse value: 339.989658684. iteration 18334 found worse value: 339.989658684. iteration 18335 found worse value: 339.989658684. iteration 18336 found worse value: 339.989658684. iteration 18337 found worse value: 339.989658684. iteration 18338 found worse value: 339.989658684. iteration 18339 found worse value: 339.989658684. iteration 18340 found worse value: 339.989658684. iteration 18341 found worse value: 339.989658684. iteration 18342 found worse value: 339.989658684. iteration 18343 found worse value: 339.989658684. iteration 18344 found worse value: 339.989658684. iteration 18345 found worse value: 339.989658684. iteration 18346 found worse value: 339.989658684. iteration 18347 found worse value: 339.989658684. iteration 18348 found worse value: 339.989658684. iteration 18349 found worse value: 339.989658684. iteration 18350 found worse value: 339.989658684. iteration 18351 found worse value: 339.989658684. iteration 18352 found worse value: 339.989658684. iteration 18353 found worse value: 339.989658684. iteration 18354 found worse value: 339.989658684. iteration 18355 found worse value: 339.989658684. iteration 18356 found worse value: 339.989658684. iteration 18357 found worse value: 339.989658684. iteration 18358 found worse value: 339.989658684. iteration 18359 found worse value: 339.989658684. iteration 18360 found worse value: 339.989658684. iteration 18361 found worse value: 339.989658684. iteration 18362 found worse value: 339.989658684. iteration 18363 found worse value: 339.989658684. iteration 18364 found worse value: 339.989658684. iteration 18365 found worse value: 339.989658684. iteration 18366 found worse value: 339.989658684. iteration 18367 found worse value: 339.989658684. iteration 18368 found worse value: 339.989658684. iteration 18369 found worse value: 339.989658684. iteration 18370 found worse value: 339.989658684. iteration 18371 found worse value: 339.989658684. iteration 18372 found worse value: 339.989658684. iteration 18373 found worse value: 339.989658684. iteration 18374 found worse value: 339.989658684. iteration 18375 found worse value: 339.989658684. iteration 18376 found worse value: 339.989658684. iteration 18377 found worse value: 339.989658684. iteration 18378 found worse value: 339.989658684. iteration 18379 found worse value: 339.989658684. iteration 18380 found worse value: 339.989658684. iteration 18381 found worse value: 339.989658684. iteration 18382 found worse value: 339.989658684. iteration 18383 found worse value: 339.989658684. iteration 18384 found worse value: 339.989658684. iteration 18385 found worse value: 339.989658684. iteration 18386 found worse value: 339.989658684. iteration 18387 found worse value: 339.989658684. iteration 18388 found worse value: 339.989658684. iteration 18389 found worse value: 339.989658684. iteration 18390 found worse value: 339.989658684. iteration 18391 found worse value: 339.989658684. iteration 18392 found worse value: 339.989658684. iteration 18393 found worse value: 339.989658684. iteration 18394 found worse value: 339.989658684. iteration 18395 found worse value: 339.989658684. iteration 18396 found worse value: 339.989658684. iteration 18397 found worse value: 339.989658684. iteration 18398 found worse value: 339.989658684. iteration 18399 found worse value: 339.989658684. iteration 18400 found worse value: 339.989658684. iteration 18401 found worse value: 339.989658684. iteration 18402 found worse value: 339.989658684. iteration 18403 found worse value: 339.989658684. iteration 18404 found worse value: 339.989658684. iteration 18405 found worse value: 339.989658684. iteration 18406 found worse value: 339.989658684. iteration 18407 found worse value: 339.989658684. iteration 18408 found worse value: 339.989658684. iteration 18409 found worse value: 339.989658684. iteration 18410 found worse value: 339.989658684. iteration 18411 found worse value: 339.989658684. iteration 18412 found worse value: 339.989658684. iteration 18413 found worse value: 339.989658684. iteration 18414 found worse value: 339.989658684. iteration 18415 found worse value: 339.989658684. iteration 18416 found worse value: 339.989658684. iteration 18417 found worse value: 339.989658684. iteration 18418 found worse value: 339.989658684. iteration 18419 found worse value: 339.989658684. iteration 18420 found worse value: 339.989658684. iteration 18421 found worse value: 339.989658684. iteration 18422 found worse value: 339.989658684. iteration 18423 found worse value: 339.989658684. iteration 18424 found worse value: 339.989658684. iteration 18425 found worse value: 339.989658684. iteration 18426 found worse value: 339.989658684. iteration 18427 found worse value: 339.989658684. iteration 18428 found worse value: 339.989658684. iteration 18429 found worse value: 339.989658684. iteration 18430 found worse value: 339.989658684. iteration 18431 found worse value: 339.989658684. iteration 18432 found worse value: 339.989658684. iteration 18433 found worse value: 339.989658684. iteration 18434 found worse value: 339.989658684. iteration 18435 found worse value: 339.989658684. iteration 18436 found worse value: 339.989658684. iteration 18437 found worse value: 339.989658684. iteration 18438 found worse value: 339.989658684. iteration 18439 found worse value: 339.989658684. iteration 18440 found worse value: 339.989658684. iteration 18441 found worse value: 339.989658684. iteration 18442 found worse value: 339.989658684. iteration 18443 found worse value: 339.989658684. iteration 18444 found worse value: 339.989658684. iteration 18445 found worse value: 339.989658684. iteration 18446 found worse value: 339.989658684. iteration 18447 found worse value: 339.989658684. iteration 18448 found worse value: 339.989658684. iteration 18449 found worse value: 339.989658684. iteration 18450 found worse value: 339.989658684. iteration 18451 found worse value: 339.989658684. iteration 18452 found worse value: 339.989658684. iteration 18453 found worse value: 339.989658684. iteration 18454 found worse value: 339.989658684. iteration 18455 found worse value: 339.989658684. iteration 18456 found worse value: 339.989658684. iteration 18457 found worse value: 339.989658684. iteration 18458 found worse value: 339.989658684. iteration 18459 found worse value: 339.989658684. iteration 18460 found worse value: 339.989658684. iteration 18461 found worse value: 339.989658684. iteration 18462 found worse value: 339.989658684. iteration 18463 found worse value: 339.989658684. iteration 18464 found worse value: 339.989658684. iteration 18465 found worse value: 339.989658684. iteration 18466 found worse value: 339.989658684. iteration 18467 found worse value: 339.989658684. iteration 18468 found worse value: 339.989658684. iteration 18469 found worse value: 339.989658684. iteration 18470 found worse value: 339.989658684. iteration 18471 found worse value: 339.989658684. iteration 18472 found worse value: 339.989658684. iteration 18473 found worse value: 339.989658684. iteration 18474 found worse value: 339.989658684. iteration 18475 found worse value: 339.989658684. iteration 18476 found worse value: 339.989658684. iteration 18477 found worse value: 339.989658684. iteration 18478 found worse value: 339.989658684. iteration 18479 found worse value: 339.989658684. iteration 18480 found worse value: 339.989658684. iteration 18481 found worse value: 339.989658684. iteration 18482 found worse value: 339.989658684. iteration 18483 found worse value: 339.989658684. iteration 18484 found worse value: 339.989658684. iteration 18485 found worse value: 339.989658684. iteration 18486 found worse value: 339.989658684. iteration 18487 found worse value: 339.989658684. iteration 18488 found worse value: 339.989658684. iteration 18489 found worse value: 339.989658684. iteration 18490 found worse value: 339.989658684. iteration 18491 found worse value: 339.989658684. iteration 18492 found worse value: 339.989658684. iteration 18493 found worse value: 339.989658684. iteration 18494 found worse value: 339.989658684. iteration 18495 found worse value: 339.989658684. iteration 18496 found worse value: 339.989658684. iteration 18497 found worse value: 339.989658684. iteration 18498 found worse value: 339.989658684. iteration 18499 found worse value: 339.989658684. iteration 18500 found worse value: 339.989658684. iteration 18501 found worse value: 339.989658684. iteration 18502 found worse value: 339.989658684. iteration 18503 found worse value: 339.989658684. iteration 18504 found worse value: 339.989658684. iteration 18505 found worse value: 339.989658684. iteration 18506 found worse value: 339.989658684. iteration 18507 found worse value: 339.989658684. iteration 18508 found worse value: 339.989658684. iteration 18509 found worse value: 339.989658684. iteration 18510 found worse value: 339.989658684. iteration 18511 found worse value: 339.989658684. iteration 18512 found worse value: 339.989658684. iteration 18513 found worse value: 339.989658684. iteration 18514 found worse value: 339.989658684. iteration 18515 found worse value: 339.989658684. iteration 18516 found worse value: 339.989658684. iteration 18517 found worse value: 339.989658684. iteration 18518 found worse value: 339.989658684. iteration 18519 found worse value: 339.989658684. iteration 18520 found worse value: 339.989658684. iteration 18521 found worse value: 339.989658684. iteration 18522 found worse value: 339.989658684. iteration 18523 found worse value: 339.989658684. iteration 18524 found worse value: 339.989658684. iteration 18525 found worse value: 339.989658684. iteration 18526 found worse value: 339.989658684. iteration 18527 found worse value: 339.989658684. iteration 18528 found worse value: 339.989658684. iteration 18529 found worse value: 339.989658684. iteration 18530 found worse value: 339.989658684. iteration 18531 found worse value: 339.989658684. iteration 18532 found worse value: 339.989658684. iteration 18533 found worse value: 339.989658684. iteration 18534 found worse value: 339.989658684. iteration 18535 found worse value: 339.989658684. iteration 18536 found worse value: 339.989658684. iteration 18537 found worse value: 339.989658684. iteration 18538 found worse value: 339.989658684. iteration 18539 found worse value: 339.989658684. iteration 18540 found worse value: 339.989658684. iteration 18541 found worse value: 339.989658684. iteration 18542 found worse value: 339.989658684. iteration 18543 found worse value: 339.989658684. iteration 18544 found worse value: 339.989658684. iteration 18545 found worse value: 339.989658684. iteration 18546 found worse value: 339.989658684. iteration 18547 found worse value: 339.989658684. iteration 18548 found worse value: 339.989658684. iteration 18549 found worse value: 339.989658684. iteration 18550 found worse value: 339.989658684. iteration 18551 found worse value: 339.989658684. iteration 18552 found worse value: 339.989658684. iteration 18553 found worse value: 339.989658684. iteration 18554 found worse value: 339.989658684. iteration 18555 found worse value: 339.989658684. iteration 18556 found worse value: 339.989658684. iteration 18557 found worse value: 339.989658684. iteration 18558 found worse value: 339.989658684. iteration 18559 found worse value: 339.989658684. iteration 18560 found worse value: 339.989658684. iteration 18561 found worse value: 339.989658684. iteration 18562 found worse value: 339.989658684. iteration 18563 found worse value: 339.989658684. iteration 18564 found worse value: 339.989658684. iteration 18565 found worse value: 339.989658684. iteration 18566 found worse value: 339.989658684. iteration 18567 found worse value: 339.989658684. iteration 18568 found worse value: 339.989658684. iteration 18569 found worse value: 339.989658684. iteration 18570 found worse value: 339.989658684. iteration 18571 found worse value: 339.989658684. iteration 18572 found worse value: 339.989658684. iteration 18573 found worse value: 339.989658684. iteration 18574 found worse value: 339.989658684. iteration 18575 found worse value: 339.989658684. iteration 18576 found worse value: 339.989658684. iteration 18577 found worse value: 339.989658684. iteration 18578 found worse value: 339.989658684. iteration 18579 found worse value: 339.989658684. iteration 18580 found worse value: 339.989658684. iteration 18581 found worse value: 339.989658684. iteration 18582 found worse value: 339.989658684. iteration 18583 found worse value: 339.989658684. iteration 18584 found worse value: 339.989658684. iteration 18585 found worse value: 339.989658684. iteration 18586 found worse value: 339.989658684. iteration 18587 found worse value: 339.989658684. iteration 18588 found worse value: 339.989658684. iteration 18589 found worse value: 339.989658684. iteration 18590 found worse value: 339.989658684. iteration 18591 found worse value: 339.989658684. iteration 18592 found worse value: 339.989658684. iteration 18593 found worse value: 339.989658684. iteration 18594 found worse value: 339.989658684. iteration 18595 found worse value: 339.989658684. iteration 18596 found worse value: 339.989658684. iteration 18597 found worse value: 339.989658684. iteration 18598 found worse value: 339.989658684. iteration 18599 found worse value: 339.989658684. iteration 18600 found worse value: 339.989658684. iteration 18601 found worse value: 339.989658684. iteration 18602 found worse value: 339.989658684. iteration 18603 found worse value: 339.989658684. iteration 18604 found worse value: 339.989658684. iteration 18605 found worse value: 339.989658684. iteration 18606 found worse value: 339.989658684. iteration 18607 found worse value: 339.989658684. iteration 18608 found worse value: 339.989658684. iteration 18609 found worse value: 339.989658684. iteration 18610 found worse value: 339.989658684. iteration 18611 found worse value: 339.989658684. iteration 18612 found worse value: 339.989658684. iteration 18613 found worse value: 339.989658684. iteration 18614 found worse value: 339.989658684. iteration 18615 found worse value: 339.989658684. iteration 18616 found worse value: 339.989658684. iteration 18617 found worse value: 339.989658684. iteration 18618 found worse value: 339.989658684. iteration 18619 found worse value: 339.989658684. iteration 18620 found worse value: 339.989658684. iteration 18621 found worse value: 339.989658684. iteration 18622 found worse value: 339.989658684. iteration 18623 found worse value: 339.989658684. iteration 18624 found worse value: 339.989658684. iteration 18625 found worse value: 339.989658684. iteration 18626 found worse value: 339.989658684. iteration 18627 found worse value: 339.989658684. iteration 18628 found worse value: 339.989658684. iteration 18629 found worse value: 339.989658684. iteration 18630 found worse value: 339.989658684. iteration 18631 found worse value: 339.989658684. iteration 18632 found worse value: 339.989658684. iteration 18633 found worse value: 339.989658684. iteration 18634 found worse value: 339.989658684. iteration 18635 found worse value: 339.989658684. iteration 18636 found worse value: 339.989658684. iteration 18637 found worse value: 339.989658684. iteration 18638 found worse value: 339.989658684. iteration 18639 found worse value: 339.989658684. iteration 18640 found worse value: 339.989658684. iteration 18641 found worse value: 339.989658684. iteration 18642 found worse value: 339.989658684. iteration 18643 found worse value: 339.989658684. iteration 18644 found worse value: 339.989658684. iteration 18645 found worse value: 339.989658684. iteration 18646 found worse value: 339.989658684. iteration 18647 found worse value: 339.989658684. iteration 18648 found worse value: 339.989658684. iteration 18649 found worse value: 339.989658684. iteration 18650 found worse value: 339.989658684. iteration 18651 found worse value: 339.989658684. iteration 18652 found worse value: 339.989658684. iteration 18653 found worse value: 339.989658684. iteration 18654 found worse value: 339.989658684. iteration 18655 found worse value: 339.989658684. iteration 18656 found worse value: 339.989658684. iteration 18657 found worse value: 339.989658684. iteration 18658 found worse value: 339.989658684. iteration 18659 found worse value: 339.989658684. iteration 18660 found worse value: 339.989658684. iteration 18661 found worse value: 339.989658684. iteration 18662 found worse value: 339.989658684. iteration 18663 found worse value: 339.989658684. iteration 18664 found worse value: 339.989658684. iteration 18665 found worse value: 339.989658684. iteration 18666 found worse value: 339.989658684. iteration 18667 found worse value: 339.989658684. iteration 18668 found worse value: 339.989658684. iteration 18669 found worse value: 339.989658684. iteration 18670 found worse value: 339.989658684. iteration 18671 found worse value: 339.989658684. iteration 18672 found worse value: 339.989658684. iteration 18673 found worse value: 339.989658684. iteration 18674 found worse value: 339.989658684. iteration 18675 found worse value: 339.989658684. iteration 18676 found worse value: 339.989658684. iteration 18677 found worse value: 339.989658684. iteration 18678 found worse value: 339.989658684. iteration 18679 found worse value: 339.989658684. iteration 18680 found worse value: 339.989658684. iteration 18681 found worse value: 339.989658684. iteration 18682 found worse value: 339.989658684. iteration 18683 found worse value: 339.989658684. iteration 18684 found worse value: 339.989658684. iteration 18685 found worse value: 339.989658684. iteration 18686 found worse value: 339.989658684. iteration 18687 found worse value: 339.989658684. iteration 18688 found worse value: 339.989658684. iteration 18689 found worse value: 339.989658684. iteration 18690 found worse value: 339.989658684. iteration 18691 found worse value: 339.989658684. iteration 18692 found worse value: 339.989658684. iteration 18693 found worse value: 339.989658684. iteration 18694 found worse value: 339.989658684. iteration 18695 found worse value: 339.989658684. iteration 18696 found worse value: 339.989658684. iteration 18697 found worse value: 339.989658684. iteration 18698 found worse value: 339.989658684. iteration 18699 found worse value: 339.989658684. iteration 18700 found worse value: 339.989658684. iteration 18701 found worse value: 339.989658684. iteration 18702 found worse value: 339.989658684. iteration 18703 found worse value: 339.989658684. iteration 18704 found worse value: 339.989658684. iteration 18705 found worse value: 339.989658684. iteration 18706 found worse value: 339.989658684. iteration 18707 found worse value: 339.989658684. iteration 18708 found worse value: 339.989658684. iteration 18709 found worse value: 339.989658684. iteration 18710 found worse value: 339.989658684. iteration 18711 found worse value: 339.989658684. iteration 18712 found worse value: 339.989658684. iteration 18713 found worse value: 339.989658684. iteration 18714 found worse value: 339.989658684. iteration 18715 found worse value: 339.989658684. iteration 18716 found worse value: 339.989658684. iteration 18717 found worse value: 339.989658684. iteration 18718 found worse value: 339.989658684. iteration 18719 found worse value: 339.989658684. iteration 18720 found worse value: 339.989658684. iteration 18721 found worse value: 339.989658684. iteration 18722 found worse value: 339.989658684. iteration 18723 found worse value: 339.989658684. iteration 18724 found worse value: 339.989658684. iteration 18725 found worse value: 339.989658684. iteration 18726 found worse value: 339.989658684. iteration 18727 found worse value: 339.989658684. iteration 18728 found worse value: 339.989658684. iteration 18729 found worse value: 339.989658684. iteration 18730 found worse value: 339.989658684. iteration 18731 found worse value: 339.989658684. iteration 18732 found worse value: 339.989658684. iteration 18733 found worse value: 339.989658684. iteration 18734 found worse value: 339.989658684. iteration 18735 found worse value: 339.989658684. iteration 18736 found worse value: 339.989658684. iteration 18737 found worse value: 339.989658684. iteration 18738 found worse value: 339.989658684. iteration 18739 found worse value: 339.989658684. iteration 18740 found worse value: 339.989658684. iteration 18741 found worse value: 339.989658684. iteration 18742 found worse value: 339.989658684. iteration 18743 found worse value: 339.989658684. iteration 18744 found worse value: 339.989658684. iteration 18745 found worse value: 339.989658684. iteration 18746 found worse value: 339.989658684. iteration 18747 found worse value: 339.989658684. iteration 18748 found worse value: 339.989658684. iteration 18749 found worse value: 339.989658684. iteration 18750 found worse value: 339.989658684. iteration 18751 found worse value: 339.989658684. iteration 18752 found worse value: 339.989658684. iteration 18753 found worse value: 339.989658684. iteration 18754 found worse value: 339.989658684. iteration 18755 found worse value: 339.989658684. iteration 18756 found worse value: 339.989658684. iteration 18757 found worse value: 339.989658684. iteration 18758 found worse value: 339.989658684. iteration 18759 found worse value: 339.989658684. iteration 18760 found worse value: 339.989658684. iteration 18761 found worse value: 339.989658684. iteration 18762 found worse value: 339.989658684. iteration 18763 found worse value: 339.989658684. iteration 18764 found worse value: 339.989658684. iteration 18765 found worse value: 339.989658684. iteration 18766 found worse value: 339.989658684. iteration 18767 found worse value: 339.989658684. iteration 18768 found worse value: 339.989658684. iteration 18769 found worse value: 339.989658684. iteration 18770 found worse value: 339.989658684. iteration 18771 found worse value: 339.989658684. iteration 18772 found worse value: 339.989658684. iteration 18773 found worse value: 339.989658684. iteration 18774 found worse value: 339.989658684. iteration 18775 found worse value: 339.989658684. iteration 18776 found worse value: 339.989658684. iteration 18777 found worse value: 339.989658684. iteration 18778 found worse value: 339.989658684. iteration 18779 found worse value: 339.989658684. iteration 18780 found worse value: 339.989658684. iteration 18781 found worse value: 339.989658684. iteration 18782 found worse value: 339.989658684. iteration 18783 found worse value: 339.989658684. iteration 18784 found worse value: 339.989658684. iteration 18785 found worse value: 339.989658684. iteration 18786 found worse value: 339.989658684. iteration 18787 found worse value: 339.989658684. iteration 18788 found worse value: 339.989658684. iteration 18789 found worse value: 339.989658684. iteration 18790 found worse value: 339.989658684. iteration 18791 found worse value: 339.989658684. iteration 18792 found worse value: 339.989658684. iteration 18793 found worse value: 339.989658684. iteration 18794 found worse value: 339.989658684. iteration 18795 found worse value: 339.989658684. iteration 18796 found worse value: 339.989658684. iteration 18797 found worse value: 339.989658684. iteration 18798 found worse value: 339.989658684. iteration 18799 found worse value: 339.989658684. iteration 18800 found worse value: 339.989658684. iteration 18801 found worse value: 339.989658684. iteration 18802 found worse value: 339.989658684. iteration 18803 found worse value: 339.989658684. iteration 18804 found worse value: 339.989658684. iteration 18805 found worse value: 339.989658684. iteration 18806 found worse value: 339.989658684. iteration 18807 found worse value: 339.989658684. iteration 18808 found worse value: 339.989658684. iteration 18809 found worse value: 339.989658684. iteration 18810 found worse value: 339.989658684. iteration 18811 found worse value: 339.989658684. iteration 18812 found worse value: 339.989658684. iteration 18813 found worse value: 339.989658684. iteration 18814 found worse value: 339.989658684. iteration 18815 found worse value: 339.989658684. iteration 18816 found worse value: 339.989658684. iteration 18817 found worse value: 339.989658684. iteration 18818 found worse value: 339.989658684. iteration 18819 found worse value: 339.989658684. iteration 18820 found worse value: 339.989658684. iteration 18821 found worse value: 339.989658684. iteration 18822 found worse value: 339.989658684. iteration 18823 found worse value: 339.989658684. iteration 18824 found worse value: 339.989658684. iteration 18825 found worse value: 339.989658684. iteration 18826 found worse value: 339.989658684. iteration 18827 found worse value: 339.989658684. iteration 18828 found worse value: 339.989658684. iteration 18829 found worse value: 339.989658684. iteration 18830 found worse value: 339.989658684. iteration 18831 found worse value: 339.989658684. iteration 18832 found worse value: 339.989658684. iteration 18833 found worse value: 339.989658684. iteration 18834 found worse value: 339.989658684. iteration 18835 found worse value: 339.989658684. iteration 18836 found worse value: 339.989658684. iteration 18837 found worse value: 339.989658684. iteration 18838 found worse value: 339.989658684. iteration 18839 found worse value: 339.989658684. iteration 18840 found worse value: 339.989658684. iteration 18841 found worse value: 339.989658684. iteration 18842 found worse value: 339.989658684. iteration 18843 found worse value: 339.989658684. iteration 18844 found worse value: 339.989658684. iteration 18845 found worse value: 339.989658684. iteration 18846 found worse value: 339.989658684. iteration 18847 found worse value: 339.989658684. iteration 18848 found worse value: 339.989658684. iteration 18849 found worse value: 339.989658684. iteration 18850 found worse value: 339.989658684. iteration 18851 found worse value: 339.989658684. iteration 18852 found worse value: 339.989658684. iteration 18853 found worse value: 339.989658684. iteration 18854 found worse value: 339.989658684. iteration 18855 found worse value: 339.989658684. iteration 18856 found worse value: 339.989658684. iteration 18857 found worse value: 339.989658684. iteration 18858 found worse value: 339.989658684. iteration 18859 found worse value: 339.989658684. iteration 18860 found worse value: 339.989658684. iteration 18861 found worse value: 339.989658684. iteration 18862 found worse value: 339.989658684. iteration 18863 found worse value: 339.989658684. iteration 18864 found worse value: 339.989658684. iteration 18865 found worse value: 339.989658684. iteration 18866 found worse value: 339.989658684. iteration 18867 found worse value: 339.989658684. iteration 18868 found worse value: 339.989658684. iteration 18869 found worse value: 339.989658684. iteration 18870 found worse value: 339.989658684. iteration 18871 found worse value: 339.989658684. iteration 18872 found worse value: 339.989658684. iteration 18873 found worse value: 339.989658684. iteration 18874 found worse value: 339.989658684. iteration 18875 found worse value: 339.989658684. iteration 18876 found worse value: 339.989658684. iteration 18877 found worse value: 339.989658684. iteration 18878 found worse value: 339.989658684. iteration 18879 found worse value: 339.989658684. iteration 18880 found worse value: 339.989658684. iteration 18881 found worse value: 339.989658684. iteration 18882 found worse value: 339.989658684. iteration 18883 found worse value: 339.989658684. iteration 18884 found worse value: 339.989658684. iteration 18885 found worse value: 339.989658684. iteration 18886 found worse value: 339.989658684. iteration 18887 found worse value: 339.989658684. iteration 18888 found worse value: 339.989658684. iteration 18889 found worse value: 339.989658684. iteration 18890 found worse value: 339.989658684. iteration 18891 found worse value: 339.989658684. iteration 18892 found worse value: 339.989658684. iteration 18893 found worse value: 339.989658684. iteration 18894 found worse value: 339.989658684. iteration 18895 found worse value: 339.989658684. iteration 18896 found worse value: 339.989658684. iteration 18897 found worse value: 339.989658684. iteration 18898 found worse value: 339.989658684. iteration 18899 found worse value: 339.989658684. iteration 18900 found worse value: 339.989658684. iteration 18901 found worse value: 339.989658684. iteration 18902 found worse value: 339.989658684. iteration 18903 found worse value: 339.989658684. iteration 18904 found worse value: 339.989658684. iteration 18905 found worse value: 339.989658684. iteration 18906 found worse value: 339.989658684. iteration 18907 found worse value: 339.989658684. iteration 18908 found worse value: 339.989658684. iteration 18909 found worse value: 339.989658684. iteration 18910 found worse value: 339.989658684. iteration 18911 found worse value: 339.989658684. iteration 18912 found worse value: 339.989658684. iteration 18913 found worse value: 339.989658684. iteration 18914 found worse value: 339.989658684. iteration 18915 found worse value: 339.989658684. iteration 18916 found worse value: 339.989658684. iteration 18917 found worse value: 339.989658684. iteration 18918 found worse value: 339.989658684. iteration 18919 found worse value: 339.989658684. iteration 18920 found worse value: 339.989658684. iteration 18921 found worse value: 339.989658684. iteration 18922 found worse value: 339.989658684. iteration 18923 found worse value: 339.989658684. iteration 18924 found worse value: 339.989658684. iteration 18925 found worse value: 339.989658684. iteration 18926 found worse value: 339.989658684. iteration 18927 found worse value: 339.989658684. iteration 18928 found worse value: 339.989658684. iteration 18929 found worse value: 339.989658684. iteration 18930 found worse value: 339.989658684. iteration 18931 found worse value: 339.989658684. iteration 18932 found worse value: 339.989658684. iteration 18933 found worse value: 339.989658684. iteration 18934 found worse value: 339.989658684. iteration 18935 found worse value: 339.989658684. iteration 18936 found worse value: 339.989658684. iteration 18937 found worse value: 339.989658684. iteration 18938 found worse value: 339.989658684. iteration 18939 found worse value: 339.989658684. iteration 18940 found worse value: 339.989658684. iteration 18941 found worse value: 339.989658684. iteration 18942 found worse value: 339.989658684. iteration 18943 found worse value: 339.989658684. iteration 18944 found worse value: 339.989658684. iteration 18945 found worse value: 339.989658684. iteration 18946 found worse value: 339.989658684. iteration 18947 found worse value: 339.989658684. iteration 18948 found worse value: 339.989658684. iteration 18949 found worse value: 339.989658684. iteration 18950 found worse value: 339.989658684. iteration 18951 found worse value: 339.989658684. iteration 18952 found worse value: 339.989658684. iteration 18953 found worse value: 339.989658684. iteration 18954 found worse value: 339.989658684. iteration 18955 found worse value: 339.989658684. iteration 18956 found worse value: 339.989658684. iteration 18957 found worse value: 339.989658684. iteration 18958 found worse value: 339.989658684. iteration 18959 found worse value: 339.989658684. iteration 18960 found worse value: 339.989658684. iteration 18961 found worse value: 339.989658684. iteration 18962 found worse value: 339.989658684. iteration 18963 found worse value: 339.989658684. iteration 18964 found worse value: 339.989658684. iteration 18965 found worse value: 339.989658684. iteration 18966 found worse value: 339.989658684. iteration 18967 found worse value: 339.989658684. iteration 18968 found worse value: 339.989658684. iteration 18969 found worse value: 339.989658684. iteration 18970 found worse value: 339.989658684. iteration 18971 found worse value: 339.989658684. iteration 18972 found worse value: 339.989658684. iteration 18973 found worse value: 339.989658684. iteration 18974 found worse value: 339.989658684. iteration 18975 found worse value: 339.989658684. iteration 18976 found worse value: 339.989658684. iteration 18977 found worse value: 339.989658684. iteration 18978 found worse value: 339.989658684. iteration 18979 found worse value: 339.989658684. iteration 18980 found worse value: 339.989658684. iteration 18981 found worse value: 339.989658684. iteration 18982 found worse value: 339.989658684. iteration 18983 found worse value: 339.989658684. iteration 18984 found worse value: 339.989658684. iteration 18985 found worse value: 339.989658684. iteration 18986 found worse value: 339.989658684. iteration 18987 found worse value: 339.989658684. iteration 18988 found worse value: 339.989658684. iteration 18989 found worse value: 339.989658684. iteration 18990 found worse value: 339.989658684. iteration 18991 found worse value: 339.989658684. iteration 18992 found worse value: 339.989658684. iteration 18993 found worse value: 339.989658684. iteration 18994 found worse value: 339.989658684. iteration 18995 found worse value: 339.989658684. iteration 18996 found worse value: 339.989658684. iteration 18997 found worse value: 339.989658684. iteration 18998 found worse value: 339.989658684. iteration 18999 found worse value: 339.989658684. iteration 19000 found worse value: 339.989658684. iteration 19001 found worse value: 339.989658684. iteration 19002 found worse value: 339.989658684. iteration 19003 found worse value: 339.989658684. iteration 19004 found worse value: 339.989658684. iteration 19005 found worse value: 339.989658684. iteration 19006 found worse value: 339.989658684. iteration 19007 found worse value: 339.989658684. iteration 19008 found worse value: 339.989658684. iteration 19009 found worse value: 339.989658684. iteration 19010 found worse value: 339.989658684. iteration 19011 found worse value: 339.989658684. iteration 19012 found worse value: 339.989658684. iteration 19013 found worse value: 339.989658684. iteration 19014 found worse value: 339.989658684. iteration 19015 found worse value: 339.989658684. iteration 19016 found worse value: 339.989658684. iteration 19017 found worse value: 339.989658684. iteration 19018 found worse value: 339.989658684. iteration 19019 found worse value: 339.989658684. iteration 19020 found worse value: 339.989658684. iteration 19021 found worse value: 339.989658684. iteration 19022 found worse value: 339.989658684. iteration 19023 found worse value: 339.989658684. iteration 19024 found worse value: 339.989658684. iteration 19025 found worse value: 339.989658684. iteration 19026 found worse value: 339.989658684. iteration 19027 found worse value: 339.989658684. iteration 19028 found worse value: 339.989658684. iteration 19029 found worse value: 339.989658684. iteration 19030 found worse value: 339.989658684. iteration 19031 found worse value: 339.989658684. iteration 19032 found worse value: 339.989658684. iteration 19033 found worse value: 339.989658684. iteration 19034 found worse value: 339.989658684. iteration 19035 found worse value: 339.989658684. iteration 19036 found worse value: 339.989658684. iteration 19037 found worse value: 339.989658684. iteration 19038 found worse value: 339.989658684. iteration 19039 found worse value: 339.989658684. iteration 19040 found worse value: 339.989658684. iteration 19041 found worse value: 339.989658684. iteration 19042 found worse value: 339.989658684. iteration 19043 found worse value: 339.989658684. iteration 19044 found worse value: 339.989658684. iteration 19045 found worse value: 339.989658684. iteration 19046 found worse value: 339.989658684. iteration 19047 found worse value: 339.989658684. iteration 19048 found worse value: 339.989658684. iteration 19049 found worse value: 339.989658684. iteration 19050 found worse value: 339.989658684. iteration 19051 found worse value: 339.989658684. iteration 19052 found worse value: 339.989658684. iteration 19053 found worse value: 339.989658684. iteration 19054 found worse value: 339.989658684. iteration 19055 found worse value: 339.989658684. iteration 19056 found worse value: 339.989658684. iteration 19057 found worse value: 339.989658684. iteration 19058 found worse value: 339.989658684. iteration 19059 found worse value: 339.989658684. iteration 19060 found worse value: 339.989658684. iteration 19061 found worse value: 339.989658684. iteration 19062 found worse value: 339.989658684. iteration 19063 found worse value: 339.989658684. iteration 19064 found worse value: 339.989658684. iteration 19065 found worse value: 339.989658684. iteration 19066 found worse value: 339.989658684. iteration 19067 found worse value: 339.989658684. iteration 19068 found worse value: 339.989658684. iteration 19069 found worse value: 339.989658684. iteration 19070 found worse value: 339.989658684. iteration 19071 found worse value: 339.989658684. iteration 19072 found worse value: 339.989658684. iteration 19073 found worse value: 339.989658684. iteration 19074 found worse value: 339.989658684. iteration 19075 found worse value: 339.989658684. iteration 19076 found worse value: 339.989658684. iteration 19077 found worse value: 339.989658684. iteration 19078 found worse value: 339.989658684. iteration 19079 found worse value: 339.989658684. iteration 19080 found worse value: 339.989658684. iteration 19081 found worse value: 339.989658684. iteration 19082 found worse value: 339.989658684. iteration 19083 found worse value: 339.989658684. iteration 19084 found worse value: 339.989658684. iteration 19085 found worse value: 339.989658684. iteration 19086 found worse value: 339.989658684. iteration 19087 found worse value: 339.989658684. iteration 19088 found worse value: 339.989658684. iteration 19089 found worse value: 339.989658684. iteration 19090 found worse value: 339.989658684. iteration 19091 found worse value: 339.989658684. iteration 19092 found worse value: 339.989658684. iteration 19093 found worse value: 339.989658684. iteration 19094 found worse value: 339.989658684. iteration 19095 found worse value: 339.989658684. iteration 19096 found worse value: 339.989658684. iteration 19097 found worse value: 339.989658684. iteration 19098 found worse value: 339.989658684. iteration 19099 found worse value: 339.989658684. iteration 19100 found worse value: 339.989658684. iteration 19101 found worse value: 339.989658684. iteration 19102 found worse value: 339.989658684. iteration 19103 found worse value: 339.989658684. iteration 19104 found worse value: 339.989658684. iteration 19105 found worse value: 339.989658684. iteration 19106 found worse value: 339.989658684. iteration 19107 found worse value: 339.989658684. iteration 19108 found worse value: 339.989658684. iteration 19109 found worse value: 339.989658684. iteration 19110 found worse value: 339.989658684. iteration 19111 found worse value: 339.989658684. iteration 19112 found worse value: 339.989658684. iteration 19113 found worse value: 339.989658684. iteration 19114 found worse value: 339.989658684. iteration 19115 found worse value: 339.989658684. iteration 19116 found worse value: 339.989658684. iteration 19117 found worse value: 339.989658684. iteration 19118 found worse value: 339.989658684. iteration 19119 found worse value: 339.989658684. iteration 19120 found worse value: 339.989658684. iteration 19121 found worse value: 339.989658684. iteration 19122 found worse value: 339.989658684. iteration 19123 found worse value: 339.989658684. iteration 19124 found worse value: 339.989658684. iteration 19125 found worse value: 339.989658684. iteration 19126 found worse value: 339.989658684. iteration 19127 found worse value: 339.989658684. iteration 19128 found worse value: 339.989658684. iteration 19129 found worse value: 339.989658684. iteration 19130 found worse value: 339.989658684. iteration 19131 found worse value: 339.989658684. iteration 19132 found worse value: 339.989658684. iteration 19133 found worse value: 339.989658684. iteration 19134 found worse value: 339.989658684. iteration 19135 found worse value: 339.989658684. iteration 19136 found worse value: 339.989658684. iteration 19137 found worse value: 339.989658684. iteration 19138 found worse value: 339.989658684. iteration 19139 found worse value: 339.989658684. iteration 19140 found worse value: 339.989658684. iteration 19141 found worse value: 339.989658684. iteration 19142 found worse value: 339.989658684. iteration 19143 found worse value: 339.989658684. iteration 19144 found worse value: 339.989658684. iteration 19145 found worse value: 339.989658684. iteration 19146 found worse value: 339.989658684. iteration 19147 found worse value: 339.989658684. iteration 19148 found worse value: 339.989658684. iteration 19149 found worse value: 339.989658684. iteration 19150 found worse value: 339.989658684. iteration 19151 found worse value: 339.989658684. iteration 19152 found worse value: 339.989658684. iteration 19153 found worse value: 339.989658684. iteration 19154 found worse value: 339.989658684. iteration 19155 found worse value: 339.989658684. iteration 19156 found worse value: 339.989658684. iteration 19157 found worse value: 339.989658684. iteration 19158 found worse value: 339.989658684. iteration 19159 found worse value: 339.989658684. iteration 19160 found worse value: 339.989658684. iteration 19161 found worse value: 339.989658684. iteration 19162 found worse value: 339.989658684. iteration 19163 found worse value: 339.989658684. iteration 19164 found worse value: 339.989658684. iteration 19165 found worse value: 339.989658684. iteration 19166 found worse value: 339.989658684. iteration 19167 found worse value: 339.989658684. iteration 19168 found worse value: 339.989658684. iteration 19169 found worse value: 339.989658684. iteration 19170 found worse value: 339.989658684. iteration 19171 found worse value: 339.989658684. iteration 19172 found worse value: 339.989658684. iteration 19173 found worse value: 339.989658684. iteration 19174 found worse value: 339.989658684. iteration 19175 found worse value: 339.989658684. iteration 19176 found worse value: 339.989658684. iteration 19177 found worse value: 339.989658684. iteration 19178 found worse value: 339.989658684. iteration 19179 found worse value: 339.989658684. iteration 19180 found worse value: 339.989658684. iteration 19181 found worse value: 339.989658684. iteration 19182 found worse value: 339.989658684. iteration 19183 found worse value: 339.989658684. iteration 19184 found worse value: 339.989658684. iteration 19185 found worse value: 339.989658684. iteration 19186 found worse value: 339.989658684. iteration 19187 found worse value: 339.989658684. iteration 19188 found worse value: 339.989658684. iteration 19189 found worse value: 339.989658684. iteration 19190 found worse value: 339.989658684. iteration 19191 found worse value: 339.989658684. iteration 19192 found worse value: 339.989658684. iteration 19193 found worse value: 339.989658684. iteration 19194 found worse value: 339.989658684. iteration 19195 found worse value: 339.989658684. iteration 19196 found worse value: 339.989658684. iteration 19197 found worse value: 339.989658684. iteration 19198 found worse value: 339.989658684. iteration 19199 found worse value: 339.989658684. iteration 19200 found worse value: 339.989658684. iteration 19201 found worse value: 339.989658684. iteration 19202 found worse value: 339.989658684. iteration 19203 found worse value: 339.989658684. iteration 19204 found worse value: 339.989658684. iteration 19205 found worse value: 339.989658684. iteration 19206 found worse value: 339.989658684. iteration 19207 found worse value: 339.989658684. iteration 19208 found worse value: 339.989658684. iteration 19209 found worse value: 339.989658684. iteration 19210 found worse value: 339.989658684. iteration 19211 found worse value: 339.989658684. iteration 19212 found worse value: 339.989658684. iteration 19213 found worse value: 339.989658684. iteration 19214 found worse value: 339.989658684. iteration 19215 found worse value: 339.989658684. iteration 19216 found worse value: 339.989658684. iteration 19217 found worse value: 339.989658684. iteration 19218 found worse value: 339.989658684. iteration 19219 found worse value: 339.989658684. iteration 19220 found worse value: 339.989658684. iteration 19221 found worse value: 339.989658684. iteration 19222 found worse value: 339.989658684. iteration 19223 found worse value: 339.989658684. iteration 19224 found worse value: 339.989658684. iteration 19225 found worse value: 339.989658684. iteration 19226 found worse value: 339.989658684. iteration 19227 found worse value: 339.989658684. iteration 19228 found worse value: 339.989658684. iteration 19229 found worse value: 339.989658684. iteration 19230 found worse value: 339.989658684. iteration 19231 found worse value: 339.989658684. iteration 19232 found worse value: 339.989658684. iteration 19233 found worse value: 339.989658684. iteration 19234 found worse value: 339.989658684. iteration 19235 found worse value: 339.989658684. iteration 19236 found worse value: 339.989658684. iteration 19237 found worse value: 339.989658684. iteration 19238 found worse value: 339.989658684. iteration 19239 found worse value: 339.989658684. iteration 19240 found worse value: 339.989658684. iteration 19241 found worse value: 339.989658684. iteration 19242 found worse value: 339.989658684. iteration 19243 found worse value: 339.989658684. iteration 19244 found worse value: 339.989658684. iteration 19245 found worse value: 339.989658684. iteration 19246 found worse value: 339.989658684. iteration 19247 found worse value: 339.989658684. iteration 19248 found worse value: 339.989658684. iteration 19249 found worse value: 339.989658684. iteration 19250 found worse value: 339.989658684. iteration 19251 found worse value: 339.989658684. iteration 19252 found worse value: 339.989658684. iteration 19253 found worse value: 339.989658684. iteration 19254 found worse value: 339.989658684. iteration 19255 found worse value: 339.989658684. iteration 19256 found worse value: 339.989658684. iteration 19257 found worse value: 339.989658684. iteration 19258 found worse value: 339.989658684. iteration 19259 found worse value: 339.989658684. iteration 19260 found worse value: 339.989658684. iteration 19261 found worse value: 339.989658684. iteration 19262 found worse value: 339.989658684. iteration 19263 found worse value: 339.989658684. iteration 19264 found worse value: 339.989658684. iteration 19265 found worse value: 339.989658684. iteration 19266 found worse value: 339.989658684. iteration 19267 found worse value: 339.989658684. iteration 19268 found worse value: 339.989658684. iteration 19269 found worse value: 339.989658684. iteration 19270 found worse value: 339.989658684. iteration 19271 found worse value: 339.989658684. iteration 19272 found worse value: 339.989658684. iteration 19273 found worse value: 339.989658684. iteration 19274 found worse value: 339.989658684. iteration 19275 found worse value: 339.989658684. iteration 19276 found worse value: 339.989658684. iteration 19277 found worse value: 339.989658684. iteration 19278 found worse value: 339.989658684. iteration 19279 found worse value: 339.989658684. iteration 19280 found worse value: 339.989658684. iteration 19281 found worse value: 339.989658684. iteration 19282 found worse value: 339.989658684. iteration 19283 found worse value: 339.989658684. iteration 19284 found worse value: 339.989658684. iteration 19285 found worse value: 339.989658684. iteration 19286 found worse value: 339.989658684. iteration 19287 found worse value: 339.989658684. iteration 19288 found worse value: 339.989658684. iteration 19289 found worse value: 339.989658684. iteration 19290 found worse value: 339.989658684. iteration 19291 found worse value: 339.989658684. iteration 19292 found worse value: 339.989658684. iteration 19293 found worse value: 339.989658684. iteration 19294 found worse value: 339.989658684. iteration 19295 found worse value: 339.989658684. iteration 19296 found worse value: 339.989658684. iteration 19297 found worse value: 339.989658684. iteration 19298 found worse value: 339.989658684. iteration 19299 found worse value: 339.989658684. iteration 19300 found worse value: 339.989658684. iteration 19301 found worse value: 339.989658684. iteration 19302 found worse value: 339.989658684. iteration 19303 found worse value: 339.989658684. iteration 19304 found worse value: 339.989658684. iteration 19305 found worse value: 339.989658684. iteration 19306 found worse value: 339.989658684. iteration 19307 found worse value: 339.989658684. iteration 19308 found worse value: 339.989658684. iteration 19309 found worse value: 339.989658684. iteration 19310 found worse value: 339.989658684. iteration 19311 found worse value: 339.989658684. iteration 19312 found worse value: 339.989658684. iteration 19313 found worse value: 339.989658684. iteration 19314 found worse value: 339.989658684. iteration 19315 found worse value: 339.989658684. iteration 19316 found worse value: 339.989658684. iteration 19317 found worse value: 339.989658684. iteration 19318 found worse value: 339.989658684. iteration 19319 found worse value: 339.989658684. iteration 19320 found worse value: 339.989658684. iteration 19321 found worse value: 339.989658684. iteration 19322 found worse value: 339.989658684. iteration 19323 found worse value: 339.989658684. iteration 19324 found worse value: 339.989658684. iteration 19325 found worse value: 339.989658684. iteration 19326 found worse value: 339.989658684. iteration 19327 found worse value: 339.989658684. iteration 19328 found worse value: 339.989658684. iteration 19329 found worse value: 339.989658684. iteration 19330 found worse value: 339.989658684. iteration 19331 found worse value: 339.989658684. iteration 19332 found worse value: 339.989658684. iteration 19333 found worse value: 339.989658684. iteration 19334 found worse value: 339.989658684. iteration 19335 found worse value: 339.989658684. iteration 19336 found worse value: 339.989658684. iteration 19337 found worse value: 339.989658684. iteration 19338 found worse value: 339.989658684. iteration 19339 found worse value: 339.989658684. iteration 19340 found worse value: 339.989658684. iteration 19341 found worse value: 339.989658684. iteration 19342 found worse value: 339.989658684. iteration 19343 found worse value: 339.989658684. iteration 19344 found worse value: 339.989658684. iteration 19345 found worse value: 339.989658684. iteration 19346 found worse value: 339.989658684. iteration 19347 found worse value: 339.989658684. iteration 19348 found worse value: 339.989658684. iteration 19349 found worse value: 339.989658684. iteration 19350 found worse value: 339.989658684. iteration 19351 found worse value: 339.989658684. iteration 19352 found worse value: 339.989658684. iteration 19353 found worse value: 339.989658684. iteration 19354 found worse value: 339.989658684. iteration 19355 found worse value: 339.989658684. iteration 19356 found worse value: 339.989658684. iteration 19357 found worse value: 339.989658684. iteration 19358 found worse value: 339.989658684. iteration 19359 found worse value: 339.989658684. iteration 19360 found worse value: 339.989658684. iteration 19361 found worse value: 339.989658684. iteration 19362 found worse value: 339.989658684. iteration 19363 found worse value: 339.989658684. iteration 19364 found worse value: 339.989658684. iteration 19365 found worse value: 339.989658684. iteration 19366 found worse value: 339.989658684. iteration 19367 found worse value: 339.989658684. iteration 19368 found worse value: 339.989658684. iteration 19369 found worse value: 339.989658684. iteration 19370 found worse value: 339.989658684. iteration 19371 found worse value: 339.989658684. iteration 19372 found worse value: 339.989658684. iteration 19373 found worse value: 339.989658684. iteration 19374 found worse value: 339.989658684. iteration 19375 found worse value: 339.989658684. iteration 19376 found worse value: 339.989658684. iteration 19377 found worse value: 339.989658684. iteration 19378 found worse value: 339.989658684. iteration 19379 found worse value: 339.989658684. iteration 19380 found worse value: 339.989658684. iteration 19381 found worse value: 339.989658684. iteration 19382 found worse value: 339.989658684. iteration 19383 found worse value: 339.989658684. iteration 19384 found worse value: 339.989658684. iteration 19385 found worse value: 339.989658684. iteration 19386 found worse value: 339.989658684. iteration 19387 found worse value: 339.989658684. iteration 19388 found worse value: 339.989658684. iteration 19389 found worse value: 339.989658684. iteration 19390 found worse value: 339.989658684. iteration 19391 found worse value: 339.989658684. iteration 19392 found worse value: 339.989658684. iteration 19393 found worse value: 339.989658684. iteration 19394 found worse value: 339.989658684. iteration 19395 found worse value: 339.989658684. iteration 19396 found worse value: 339.989658684. iteration 19397 found worse value: 339.989658684. iteration 19398 found worse value: 339.989658684. iteration 19399 found worse value: 339.989658684. iteration 19400 found worse value: 339.989658684. iteration 19401 found worse value: 339.989658684. iteration 19402 found worse value: 339.989658684. iteration 19403 found worse value: 339.989658684. iteration 19404 found worse value: 339.989658684. iteration 19405 found worse value: 339.989658684. iteration 19406 found worse value: 339.989658684. iteration 19407 found worse value: 339.989658684. iteration 19408 found worse value: 339.989658684. iteration 19409 found worse value: 339.989658684. iteration 19410 found worse value: 339.989658684. iteration 19411 found worse value: 339.989658684. iteration 19412 found worse value: 339.989658684. iteration 19413 found worse value: 339.989658684. iteration 19414 found worse value: 339.989658684. iteration 19415 found worse value: 339.989658684. iteration 19416 found worse value: 339.989658684. iteration 19417 found worse value: 339.989658684. iteration 19418 found worse value: 339.989658684. iteration 19419 found worse value: 339.989658684. iteration 19420 found worse value: 339.989658684. iteration 19421 found worse value: 339.989658684. iteration 19422 found worse value: 339.989658684. iteration 19423 found worse value: 339.989658684. iteration 19424 found worse value: 339.989658684. iteration 19425 found worse value: 339.989658684. iteration 19426 found worse value: 339.989658684. iteration 19427 found worse value: 339.989658684. iteration 19428 found worse value: 339.989658684. iteration 19429 found worse value: 339.989658684. iteration 19430 found worse value: 339.989658684. iteration 19431 found worse value: 339.989658684. iteration 19432 found worse value: 339.989658684. iteration 19433 found worse value: 339.989658684. iteration 19434 found worse value: 339.989658684. iteration 19435 found worse value: 339.989658684. iteration 19436 found worse value: 339.989658684. iteration 19437 found worse value: 339.989658684. iteration 19438 found worse value: 339.989658684. iteration 19439 found worse value: 339.989658684. iteration 19440 found worse value: 339.989658684. iteration 19441 found worse value: 339.989658684. iteration 19442 found worse value: 339.989658684. iteration 19443 found worse value: 339.989658684. iteration 19444 found worse value: 339.989658684. iteration 19445 found worse value: 339.989658684. iteration 19446 found worse value: 339.989658684. iteration 19447 found worse value: 339.989658684. iteration 19448 found worse value: 339.989658684. iteration 19449 found worse value: 339.989658684. iteration 19450 found worse value: 339.989658684. iteration 19451 found worse value: 339.989658684. iteration 19452 found worse value: 339.989658684. iteration 19453 found worse value: 339.989658684. iteration 19454 found worse value: 339.989658684. iteration 19455 found worse value: 339.989658684. iteration 19456 found worse value: 339.989658684. iteration 19457 found worse value: 339.989658684. iteration 19458 found worse value: 339.989658684. iteration 19459 found worse value: 339.989658684. iteration 19460 found worse value: 339.989658684. iteration 19461 found worse value: 339.989658684. iteration 19462 found worse value: 339.989658684. iteration 19463 found worse value: 339.989658684. iteration 19464 found worse value: 339.989658684. iteration 19465 found worse value: 339.989658684. iteration 19466 found worse value: 339.989658684. iteration 19467 found worse value: 339.989658684. iteration 19468 found worse value: 339.989658684. iteration 19469 found worse value: 339.989658684. iteration 19470 found worse value: 339.989658684. iteration 19471 found worse value: 339.989658684. iteration 19472 found worse value: 339.989658684. iteration 19473 found worse value: 339.989658684. iteration 19474 found worse value: 339.989658684. iteration 19475 found worse value: 339.989658684. iteration 19476 found worse value: 339.989658684. iteration 19477 found worse value: 339.989658684. iteration 19478 found worse value: 339.989658684. iteration 19479 found worse value: 339.989658684. iteration 19480 found worse value: 339.989658684. iteration 19481 found worse value: 339.989658684. iteration 19482 found worse value: 339.989658684. iteration 19483 found worse value: 339.989658684. iteration 19484 found worse value: 339.989658684. iteration 19485 found worse value: 339.989658684. iteration 19486 found worse value: 339.989658684. iteration 19487 found worse value: 339.989658684. iteration 19488 found worse value: 339.989658684. iteration 19489 found worse value: 339.989658684. iteration 19490 found worse value: 339.989658684. iteration 19491 found worse value: 339.989658684. iteration 19492 found worse value: 339.989658684. iteration 19493 found worse value: 339.989658684. iteration 19494 found worse value: 339.989658684. iteration 19495 found worse value: 339.989658684. iteration 19496 found worse value: 339.989658684. iteration 19497 found worse value: 339.989658684. iteration 19498 found worse value: 339.989658684. iteration 19499 found worse value: 339.989658684. iteration 19500 found worse value: 339.989658684. iteration 19501 found worse value: 339.989658684. iteration 19502 found worse value: 339.989658684. iteration 19503 found worse value: 339.989658684. iteration 19504 found worse value: 339.989658684. iteration 19505 found worse value: 339.989658684. iteration 19506 found worse value: 339.989658684. iteration 19507 found worse value: 339.989658684. iteration 19508 found worse value: 339.989658684. iteration 19509 found worse value: 339.989658684. iteration 19510 found worse value: 339.989658684. iteration 19511 found worse value: 339.989658684. iteration 19512 found worse value: 339.989658684. iteration 19513 found worse value: 339.989658684. iteration 19514 found worse value: 339.989658684. iteration 19515 found worse value: 339.989658684. iteration 19516 found worse value: 339.989658684. iteration 19517 found worse value: 339.989658684. iteration 19518 found worse value: 339.989658684. iteration 19519 found worse value: 339.989658684. iteration 19520 found worse value: 339.989658684. iteration 19521 found worse value: 339.989658684. iteration 19522 found worse value: 339.989658684. iteration 19523 found worse value: 339.989658684. iteration 19524 found worse value: 339.989658684. iteration 19525 found worse value: 339.989658684. iteration 19526 found worse value: 339.989658684. iteration 19527 found worse value: 339.989658684. iteration 19528 found worse value: 339.989658684. iteration 19529 found worse value: 339.989658684. iteration 19530 found worse value: 339.989658684. iteration 19531 found worse value: 339.989658684. iteration 19532 found worse value: 339.989658684. iteration 19533 found worse value: 339.989658684. iteration 19534 found worse value: 339.989658684. iteration 19535 found worse value: 339.989658684. iteration 19536 found worse value: 339.989658684. iteration 19537 found worse value: 339.989658684. iteration 19538 found worse value: 339.989658684. iteration 19539 found worse value: 339.989658684. iteration 19540 found worse value: 339.989658684. iteration 19541 found worse value: 339.989658684. iteration 19542 found worse value: 339.989658684. iteration 19543 found worse value: 339.989658684. iteration 19544 found worse value: 339.989658684. iteration 19545 found worse value: 339.989658684. iteration 19546 found worse value: 339.989658684. iteration 19547 found worse value: 339.989658684. iteration 19548 found worse value: 339.989658684. iteration 19549 found worse value: 339.989658684. iteration 19550 found worse value: 339.989658684. iteration 19551 found worse value: 339.989658684. iteration 19552 found worse value: 339.989658684. iteration 19553 found worse value: 339.989658684. iteration 19554 found worse value: 339.989658684. iteration 19555 found worse value: 339.989658684. iteration 19556 found worse value: 339.989658684. iteration 19557 found worse value: 339.989658684. iteration 19558 found worse value: 339.989658684. iteration 19559 found worse value: 339.989658684. iteration 19560 found worse value: 339.989658684. iteration 19561 found worse value: 339.989658684. iteration 19562 found worse value: 339.989658684. iteration 19563 found worse value: 339.989658684. iteration 19564 found worse value: 339.989658684. iteration 19565 found worse value: 339.989658684. iteration 19566 found worse value: 339.989658684. iteration 19567 found worse value: 339.989658684. iteration 19568 found worse value: 339.989658684. iteration 19569 found worse value: 339.989658684. iteration 19570 found worse value: 339.989658684. iteration 19571 found worse value: 339.989658684. iteration 19572 found worse value: 339.989658684. iteration 19573 found worse value: 339.989658684. iteration 19574 found worse value: 339.989658684. iteration 19575 found worse value: 339.989658684. iteration 19576 found worse value: 339.989658684. iteration 19577 found worse value: 339.989658684. iteration 19578 found worse value: 339.989658684. iteration 19579 found worse value: 339.989658684. iteration 19580 found worse value: 339.989658684. iteration 19581 found worse value: 339.989658684. iteration 19582 found worse value: 339.989658684. iteration 19583 found worse value: 339.989658684. iteration 19584 found worse value: 339.989658684. iteration 19585 found worse value: 339.989658684. iteration 19586 found worse value: 339.989658684. iteration 19587 found worse value: 339.989658684. iteration 19588 found worse value: 339.989658684. iteration 19589 found worse value: 339.989658684. iteration 19590 found worse value: 339.989658684. iteration 19591 found worse value: 339.989658684. iteration 19592 found worse value: 339.989658684. iteration 19593 found worse value: 339.989658684. iteration 19594 found worse value: 339.989658684. iteration 19595 found worse value: 339.989658684. iteration 19596 found worse value: 339.989658684. iteration 19597 found worse value: 339.989658684. iteration 19598 found worse value: 339.989658684. iteration 19599 found worse value: 339.989658684. iteration 19600 found worse value: 339.989658684. iteration 19601 found worse value: 339.989658684. iteration 19602 found worse value: 339.989658684. iteration 19603 found worse value: 339.989658684. iteration 19604 found worse value: 339.989658684. iteration 19605 found worse value: 339.989658684. iteration 19606 found worse value: 339.989658684. iteration 19607 found worse value: 339.989658684. iteration 19608 found worse value: 339.989658684. iteration 19609 found worse value: 339.989658684. iteration 19610 found worse value: 339.989658684. iteration 19611 found worse value: 339.989658684. iteration 19612 found worse value: 339.989658684. iteration 19613 found worse value: 339.989658684. iteration 19614 found worse value: 339.989658684. iteration 19615 found worse value: 339.989658684. iteration 19616 found worse value: 339.989658684. iteration 19617 found worse value: 339.989658684. iteration 19618 found worse value: 339.989658684. iteration 19619 found worse value: 339.989658684. iteration 19620 found worse value: 339.989658684. iteration 19621 found worse value: 339.989658684. iteration 19622 found worse value: 339.989658684. iteration 19623 found worse value: 339.989658684. iteration 19624 found worse value: 339.989658684. iteration 19625 found worse value: 339.989658684. iteration 19626 found worse value: 339.989658684. iteration 19627 found worse value: 339.989658684. iteration 19628 found worse value: 339.989658684. iteration 19629 found worse value: 339.989658684. iteration 19630 found worse value: 339.989658684. iteration 19631 found worse value: 339.989658684. iteration 19632 found worse value: 339.989658684. iteration 19633 found worse value: 339.989658684. iteration 19634 found worse value: 339.989658684. iteration 19635 found worse value: 339.989658684. iteration 19636 found worse value: 339.989658684. iteration 19637 found worse value: 339.989658684. iteration 19638 found worse value: 339.989658684. iteration 19639 found worse value: 339.989658684. iteration 19640 found worse value: 339.989658684. iteration 19641 found worse value: 339.989658684. iteration 19642 found worse value: 339.989658684. iteration 19643 found worse value: 339.989658684. iteration 19644 found worse value: 339.989658684. iteration 19645 found worse value: 339.989658684. iteration 19646 found worse value: 339.989658684. iteration 19647 found worse value: 339.989658684. iteration 19648 found worse value: 339.989658684. iteration 19649 found worse value: 339.989658684. iteration 19650 found worse value: 339.989658684. iteration 19651 found worse value: 339.989658684. iteration 19652 found worse value: 339.989658684. iteration 19653 found worse value: 339.989658684. iteration 19654 found worse value: 339.989658684. iteration 19655 found worse value: 339.989658684. iteration 19656 found worse value: 339.989658684. iteration 19657 found worse value: 339.989658684. iteration 19658 found worse value: 339.989658684. iteration 19659 found worse value: 339.989658684. iteration 19660 found worse value: 339.989658684. iteration 19661 found worse value: 339.989658684. iteration 19662 found worse value: 339.989658684. iteration 19663 found worse value: 339.989658684. iteration 19664 found worse value: 339.989658684. iteration 19665 found worse value: 339.989658684. iteration 19666 found worse value: 339.989658684. iteration 19667 found worse value: 339.989658684. iteration 19668 found worse value: 339.989658684. iteration 19669 found worse value: 339.989658684. iteration 19670 found worse value: 339.989658684. iteration 19671 found worse value: 339.989658684. iteration 19672 found worse value: 339.989658684. iteration 19673 found worse value: 339.989658684. iteration 19674 found worse value: 339.989658684. iteration 19675 found worse value: 339.989658684. iteration 19676 found worse value: 339.989658684. iteration 19677 found worse value: 339.989658684. iteration 19678 found worse value: 339.989658684. iteration 19679 found worse value: 339.989658684. iteration 19680 found worse value: 339.989658684. iteration 19681 found worse value: 339.989658684. iteration 19682 found worse value: 339.989658684. iteration 19683 found worse value: 339.989658684. iteration 19684 found worse value: 339.989658684. iteration 19685 found worse value: 339.989658684. iteration 19686 found worse value: 339.989658684. iteration 19687 found worse value: 339.989658684. iteration 19688 found worse value: 339.989658684. iteration 19689 found worse value: 339.989658684. iteration 19690 found worse value: 339.989658684. iteration 19691 found worse value: 339.989658684. iteration 19692 found worse value: 339.989658684. iteration 19693 found worse value: 339.989658684. iteration 19694 found worse value: 339.989658684. iteration 19695 found worse value: 339.989658684. iteration 19696 found worse value: 339.989658684. iteration 19697 found worse value: 339.989658684. iteration 19698 found worse value: 339.989658684. iteration 19699 found worse value: 339.989658684. iteration 19700 found worse value: 339.989658684. iteration 19701 found worse value: 339.989658684. iteration 19702 found worse value: 339.989658684. iteration 19703 found worse value: 339.989658684. iteration 19704 found worse value: 339.989658684. iteration 19705 found worse value: 339.989658684. iteration 19706 found worse value: 339.989658684. iteration 19707 found worse value: 339.989658684. iteration 19708 found worse value: 339.989658684. iteration 19709 found worse value: 339.989658684. iteration 19710 found worse value: 339.989658684. iteration 19711 found worse value: 339.989658684. iteration 19712 found worse value: 339.989658684. iteration 19713 found worse value: 339.989658684. iteration 19714 found worse value: 339.989658684. iteration 19715 found worse value: 339.989658684. iteration 19716 found worse value: 339.989658684. iteration 19717 found worse value: 339.989658684. iteration 19718 found worse value: 339.989658684. iteration 19719 found worse value: 339.989658684. iteration 19720 found worse value: 339.989658684. iteration 19721 found worse value: 339.989658684. iteration 19722 found worse value: 339.989658684. iteration 19723 found worse value: 339.989658684. iteration 19724 found worse value: 339.989658684. iteration 19725 found worse value: 339.989658684. iteration 19726 found worse value: 339.989658684. iteration 19727 found worse value: 339.989658684. iteration 19728 found worse value: 339.989658684. iteration 19729 found worse value: 339.989658684. iteration 19730 found worse value: 339.989658684. iteration 19731 found worse value: 339.989658684. iteration 19732 found worse value: 339.989658684. iteration 19733 found worse value: 339.989658684. iteration 19734 found worse value: 339.989658684. iteration 19735 found worse value: 339.989658684. iteration 19736 found worse value: 339.989658684. iteration 19737 found worse value: 339.989658684. iteration 19738 found worse value: 339.989658684. iteration 19739 found worse value: 339.989658684. iteration 19740 found worse value: 339.989658684. iteration 19741 found worse value: 339.989658684. iteration 19742 found worse value: 339.989658684. iteration 19743 found worse value: 339.989658684. iteration 19744 found worse value: 339.989658684. iteration 19745 found worse value: 339.989658684. iteration 19746 found worse value: 339.989658684. iteration 19747 found worse value: 339.989658684. iteration 19748 found worse value: 339.989658684. iteration 19749 found worse value: 339.989658684. iteration 19750 found worse value: 339.989658684. iteration 19751 found worse value: 339.989658684. iteration 19752 found worse value: 339.989658684. iteration 19753 found worse value: 339.989658684. iteration 19754 found worse value: 339.989658684. iteration 19755 found worse value: 339.989658684. iteration 19756 found worse value: 339.989658684. iteration 19757 found worse value: 339.989658684. iteration 19758 found worse value: 339.989658684. iteration 19759 found worse value: 339.989658684. iteration 19760 found worse value: 339.989658684. iteration 19761 found worse value: 339.989658684. iteration 19762 found worse value: 339.989658684. iteration 19763 found worse value: 339.989658684. iteration 19764 found worse value: 339.989658684. iteration 19765 found worse value: 339.989658684. iteration 19766 found worse value: 339.989658684. iteration 19767 found worse value: 339.989658684. iteration 19768 found worse value: 339.989658684. iteration 19769 found worse value: 339.989658684. iteration 19770 found worse value: 339.989658684. iteration 19771 found worse value: 339.989658684. iteration 19772 found worse value: 339.989658684. iteration 19773 found worse value: 339.989658684. iteration 19774 found worse value: 339.989658684. iteration 19775 found worse value: 339.989658684. iteration 19776 found worse value: 339.989658684. iteration 19777 found worse value: 339.989658684. iteration 19778 found worse value: 339.989658684. iteration 19779 found worse value: 339.989658684. iteration 19780 found worse value: 339.989658684. iteration 19781 found worse value: 339.989658684. iteration 19782 found worse value: 339.989658684. iteration 19783 found worse value: 339.989658684. iteration 19784 found worse value: 339.989658684. iteration 19785 found worse value: 339.989658684. iteration 19786 found worse value: 339.989658684. iteration 19787 found worse value: 339.989658684. iteration 19788 found worse value: 339.989658684. iteration 19789 found worse value: 339.989658684. iteration 19790 found worse value: 339.989658684. iteration 19791 found worse value: 339.989658684. iteration 19792 found worse value: 339.989658684. iteration 19793 found worse value: 339.989658684. iteration 19794 found worse value: 339.989658684. iteration 19795 found worse value: 339.989658684. iteration 19796 found worse value: 339.989658684. iteration 19797 found worse value: 339.989658684. iteration 19798 found worse value: 339.989658684. iteration 19799 found worse value: 339.989658684. iteration 19800 found worse value: 339.989658684. iteration 19801 found worse value: 339.989658684. iteration 19802 found worse value: 339.989658684. iteration 19803 found worse value: 339.989658684. iteration 19804 found worse value: 339.989658684. iteration 19805 found worse value: 339.989658684. iteration 19806 found worse value: 339.989658684. iteration 19807 found worse value: 339.989658684. iteration 19808 found worse value: 339.989658684. iteration 19809 found worse value: 339.989658684. iteration 19810 found worse value: 339.989658684. iteration 19811 found worse value: 339.989658684. iteration 19812 found worse value: 339.989658684. iteration 19813 found worse value: 339.989658684. iteration 19814 found worse value: 339.989658684. iteration 19815 found worse value: 339.989658684. iteration 19816 found worse value: 339.989658684. iteration 19817 found worse value: 339.989658684. iteration 19818 found worse value: 339.989658684. iteration 19819 found worse value: 339.989658684. iteration 19820 found worse value: 339.989658684. iteration 19821 found worse value: 339.989658684. iteration 19822 found worse value: 339.989658684. iteration 19823 found worse value: 339.989658684. iteration 19824 found worse value: 339.989658684. iteration 19825 found worse value: 339.989658684. iteration 19826 found worse value: 339.989658684. iteration 19827 found worse value: 339.989658684. iteration 19828 found worse value: 339.989658684. iteration 19829 found worse value: 339.989658684. iteration 19830 found worse value: 339.989658684. iteration 19831 found worse value: 339.989658684. iteration 19832 found worse value: 339.989658684. iteration 19833 found worse value: 339.989658684. iteration 19834 found worse value: 339.989658684. iteration 19835 found worse value: 339.989658684. iteration 19836 found worse value: 339.989658684. iteration 19837 found worse value: 339.989658684. iteration 19838 found worse value: 339.989658684. iteration 19839 found worse value: 339.989658684. iteration 19840 found worse value: 339.989658684. iteration 19841 found worse value: 339.989658684. iteration 19842 found worse value: 339.989658684. iteration 19843 found worse value: 339.989658684. iteration 19844 found worse value: 339.989658684. iteration 19845 found worse value: 339.989658684. iteration 19846 found worse value: 339.989658684. iteration 19847 found worse value: 339.989658684. iteration 19848 found worse value: 339.989658684. iteration 19849 found worse value: 339.989658684. iteration 19850 found worse value: 339.989658684. iteration 19851 found worse value: 339.989658684. iteration 19852 found worse value: 339.989658684. iteration 19853 found worse value: 339.989658684. iteration 19854 found worse value: 339.989658684. iteration 19855 found worse value: 339.989658684. iteration 19856 found worse value: 339.989658684. iteration 19857 found worse value: 339.989658684. iteration 19858 found worse value: 339.989658684. iteration 19859 found worse value: 339.989658684. iteration 19860 found worse value: 339.989658684. iteration 19861 found worse value: 339.989658684. iteration 19862 found worse value: 339.989658684. iteration 19863 found worse value: 339.989658684. iteration 19864 found worse value: 339.989658684. iteration 19865 found worse value: 339.989658684. iteration 19866 found worse value: 339.989658684. iteration 19867 found worse value: 339.989658684. iteration 19868 found worse value: 339.989658684. iteration 19869 found worse value: 339.989658684. iteration 19870 found worse value: 339.989658684. iteration 19871 found worse value: 339.989658684. iteration 19872 found worse value: 339.989658684. iteration 19873 found worse value: 339.989658684. iteration 19874 found worse value: 339.989658684. iteration 19875 found worse value: 339.989658684. iteration 19876 found worse value: 339.989658684. iteration 19877 found worse value: 339.989658684. iteration 19878 found worse value: 339.989658684. iteration 19879 found worse value: 339.989658684. iteration 19880 found worse value: 339.989658684. iteration 19881 found worse value: 339.989658684. iteration 19882 found worse value: 339.989658684. iteration 19883 found worse value: 339.989658684. iteration 19884 found worse value: 339.989658684. iteration 19885 found worse value: 339.989658684. iteration 19886 found worse value: 339.989658684. iteration 19887 found worse value: 339.989658684. iteration 19888 found worse value: 339.989658684. iteration 19889 found worse value: 339.989658684. iteration 19890 found worse value: 339.989658684. iteration 19891 found worse value: 339.989658684. iteration 19892 found worse value: 339.989658684. iteration 19893 found worse value: 339.989658684. iteration 19894 found worse value: 339.989658684. iteration 19895 found worse value: 339.989658684. iteration 19896 found worse value: 339.989658684. iteration 19897 found worse value: 339.989658684. iteration 19898 found worse value: 339.989658684. iteration 19899 found worse value: 339.989658684. iteration 19900 found worse value: 339.989658684. iteration 19901 found worse value: 339.989658684. iteration 19902 found worse value: 339.989658684. iteration 19903 found worse value: 339.989658684. iteration 19904 found worse value: 339.989658684. iteration 19905 found worse value: 339.989658684. iteration 19906 found worse value: 339.989658684. iteration 19907 found worse value: 339.989658684. iteration 19908 found worse value: 339.989658684. iteration 19909 found worse value: 339.989658684. iteration 19910 found worse value: 339.989658684. iteration 19911 found worse value: 339.989658684. iteration 19912 found worse value: 339.989658684. iteration 19913 found worse value: 339.989658684. iteration 19914 found worse value: 339.989658684. iteration 19915 found worse value: 339.989658684. iteration 19916 found worse value: 339.989658684. iteration 19917 found worse value: 339.989658684. iteration 19918 found worse value: 339.989658684. iteration 19919 found worse value: 339.989658684. iteration 19920 found worse value: 339.989658684. iteration 19921 found worse value: 339.989658684. iteration 19922 found worse value: 339.989658684. iteration 19923 found worse value: 339.989658684. iteration 19924 found worse value: 339.989658684. iteration 19925 found worse value: 339.989658684. iteration 19926 found worse value: 339.989658684. iteration 19927 found worse value: 339.989658684. iteration 19928 found worse value: 339.989658684. iteration 19929 found worse value: 339.989658684. iteration 19930 found worse value: 339.989658684. iteration 19931 found worse value: 339.989658684. iteration 19932 found worse value: 339.989658684. iteration 19933 found worse value: 339.989658684. iteration 19934 found worse value: 339.989658684. iteration 19935 found worse value: 339.989658684. iteration 19936 found worse value: 339.989658684. iteration 19937 found worse value: 339.989658684. iteration 19938 found worse value: 339.989658684. iteration 19939 found worse value: 339.989658684. iteration 19940 found worse value: 339.989658684. iteration 19941 found worse value: 339.989658684. iteration 19942 found worse value: 339.989658684. iteration 19943 found worse value: 339.989658684. iteration 19944 found worse value: 339.989658684. iteration 19945 found worse value: 339.989658684. iteration 19946 found worse value: 339.989658684. iteration 19947 found worse value: 339.989658684. iteration 19948 found worse value: 339.989658684. iteration 19949 found worse value: 339.989658684. iteration 19950 found worse value: 339.989658684. iteration 19951 found worse value: 339.989658684. iteration 19952 found worse value: 339.989658684. iteration 19953 found worse value: 339.989658684. iteration 19954 found worse value: 339.989658684. iteration 19955 found worse value: 339.989658684. iteration 19956 found worse value: 339.989658684. iteration 19957 found worse value: 339.989658684. iteration 19958 found worse value: 339.989658684. iteration 19959 found worse value: 339.989658684. iteration 19960 found worse value: 339.989658684. iteration 19961 found worse value: 339.989658684. iteration 19962 found worse value: 339.989658684. iteration 19963 found worse value: 339.989658684. iteration 19964 found worse value: 339.989658684. iteration 19965 found worse value: 339.989658684. iteration 19966 found worse value: 339.989658684. iteration 19967 found worse value: 339.989658684. iteration 19968 found worse value: 339.989658684. iteration 19969 found worse value: 339.989658684. iteration 19970 found worse value: 339.989658684. iteration 19971 found worse value: 339.989658684. iteration 19972 found worse value: 339.989658684. iteration 19973 found worse value: 339.989658684. iteration 19974 found worse value: 339.989658684. iteration 19975 found worse value: 339.989658684. iteration 19976 found worse value: 339.989658684. iteration 19977 found worse value: 339.989658684. iteration 19978 found worse value: 339.989658684. iteration 19979 found worse value: 339.989658684. iteration 19980 found worse value: 339.989658684. iteration 19981 found worse value: 339.989658684. iteration 19982 found worse value: 339.989658684. iteration 19983 found worse value: 339.989658684. iteration 19984 found worse value: 339.989658684. iteration 19985 found worse value: 339.989658684. iteration 19986 found worse value: 339.989658684. iteration 19987 found worse value: 339.989658684. iteration 19988 found worse value: 339.989658684. iteration 19989 found worse value: 339.989658684. iteration 19990 found worse value: 339.989658684. iteration 19991 found worse value: 339.989658684. iteration 19992 found worse value: 339.989658684. iteration 19993 found worse value: 339.989658684. iteration 19994 found worse value: 339.989658684. iteration 19995 found worse value: 339.989658684. iteration 19996 found worse value: 339.989658684. iteration 19997 found worse value: 339.989658684. iteration 19998 found worse value: 339.989658684. iteration 19999 found worse value: 339.989658684.
best_tmr
339.989658684
##visualizing optimized schedule
#if few units, use .astype(int)
fig, axes = plt.subplots(1,2, figsize=(15,8))
axes=axes.flatten()
_=gs.slice_plot(data=best_blend.astype(int).flatten(order='F'),griddef=grid,catdata=True, ax=axes[0], title='Mining face A', grid=True,cmap='viridis', cbar_label='Blend units')
_=gs.slice_plot(data=best_blend2.astype(int).flatten(order='F'),griddef=grid2,catdata=True, ax=axes[1],title='Mining face B',grid=True,cmap='viridis', cbar_label='Blend units')
plt.savefig (figfolder+'/ant_sched.png', bbox_inches = 'tight', dpi = 300)
increase = ((best_tmr-dflt_tmr)/dflt_tmr)*100
print('% increase in total metal recovered is {:.2f}%'.format(increase))
% increase in total metal recovered is 2.43%
best_tmr_list = np.multiply(best_att_unit,best_g_unit)
best_tmr_list = best_tmr_list.tolist()
b_means = [np.mean(i) for i in best_att_unit]
ax=sns.boxplot(data=best_att_unit,whis=5)
ax=sns.lineplot(data=b_means,color='black',marker='o',markerfacecolor="black", markeredgecolor="black",markersize='3')
ax.set_xlabel('Blending Unit')
plt.xticks([0,1,2,3,4,5,6,7,8,9], [1,2,3,4,5,6,7,8,9,10])
ax.set_ylabel('Metal recovery')
plt.savefig (figfolder+'/ant_rec.png', bbox_inches = 'tight', dpi = 300)
#running the same optimization 3 different times, with different seeds
it_conv=[]
for it in range(3):
best_att_unit, best_g_unit, best_m_unit, best_blend, best_blend2, best_tmr, conv_lst_tmr = sim_annealing_2f_convergence(
pv, pv_mined, gradev, massv, p_units, b_units, #miningface1
pv2, pv_mined2, gradev2, massv2, p_units2, b_units2, #miningface2
dist_penal=0.00, #penalty for shovel movement
w=2.0, #processing_par
n_iterations=20001, temp=5)
it_conv.append(conv_lst_tmr)
iteration 0 found worse value: 331.927148047. iteration0, perturbing to get out of local maxima iteration 1 found worse value: 331.927148047. iteration1, perturbing to get out of local maxima iteration 2 found worse value: 331.927148047. iteration2, perturbing to get out of local maxima iteration 3 found worse value: 331.927148047. iteration3, perturbing to get out of local maxima iteration 4 found worse value: 331.927148047. iteration4, perturbing to get out of local maxima iteration 5 found worse value: 331.927148047. iteration5, perturbing to get out of local maxima iteration 6 found worse value: 331.927148047. iteration 7 found worse value: 331.927148047. iteration 8 found better value: 332.03387847 iteration 9 found better value: 332.110273 iteration 10 found better value: 332.11899354900004 iteration 11 found better value: 332.12212274700005 iteration 12 found worse value: 332.12212274700005. iteration12, perturbing to get out of local maxima iteration 13 found worse value: 332.12212274700005. iteration 14 found worse value: 332.12212274700005. iteration 15 found worse value: 332.12212274700005. iteration 16 found better value: 332.163479364 iteration 17 found worse value: 332.163479364. iteration17, perturbing to get out of local maxima iteration 18 found better value: 332.300651271 iteration 19 found better value: 332.301273821 iteration 20 found better value: 332.36696582 iteration 21 found worse value: 332.36696582. iteration21, perturbing to get out of local maxima iteration 22 found worse value: 332.36696582. iteration22, perturbing to get out of local maxima iteration 23 found worse value: 332.36696582. iteration23, perturbing to get out of local maxima iteration 24 found worse value: 332.36696582. iteration24, perturbing to get out of local maxima iteration 25 found worse value: 332.36696582. iteration 26 found worse value: 332.36696582. iteration 27 found worse value: 332.36696582. iteration 28 found worse value: 332.36696582. iteration 29 found better value: 332.449242749 iteration 30 found worse value: 332.449242749. iteration30, perturbing to get out of local maxima iteration 31 found worse value: 332.449242749. iteration31, perturbing to get out of local maxima iteration 32 found worse value: 332.449242749. iteration 33 found worse value: 332.449242749. iteration 34 found worse value: 332.449242749. iteration 35 found worse value: 332.449242749. iteration35, perturbing to get out of local maxima iteration 36 found worse value: 332.449242749. iteration36, perturbing to get out of local maxima iteration 37 found worse value: 332.449242749. iteration37, perturbing to get out of local maxima iteration 38 found worse value: 332.449242749. iteration38, perturbing to get out of local maxima iteration 39 found worse value: 332.449242749. iteration39, perturbing to get out of local maxima iteration 40 found worse value: 332.449242749. iteration 41 found worse value: 332.449242749. iteration41, perturbing to get out of local maxima iteration 42 found worse value: 332.449242749. iteration42, perturbing to get out of local maxima iteration 43 found worse value: 332.449242749. iteration 44 found worse value: 332.449242749. iteration 45 found worse value: 332.449242749. iteration45, perturbing to get out of local maxima iteration 46 found worse value: 332.449242749. iteration46, perturbing to get out of local maxima iteration 47 found worse value: 332.449242749. iteration 48 found worse value: 332.449242749. iteration48, perturbing to get out of local maxima iteration 49 found worse value: 332.449242749. iteration49, perturbing to get out of local maxima iteration 50 found worse value: 332.449242749. iteration 51 found worse value: 332.449242749. iteration 52 found worse value: 332.449242749. iteration52, perturbing to get out of local maxima iteration 53 found worse value: 332.449242749. iteration53, perturbing to get out of local maxima iteration 54 found worse value: 332.449242749. iteration54, perturbing to get out of local maxima iteration 55 found worse value: 332.449242749. iteration 56 found worse value: 332.449242749. iteration 57 found worse value: 332.449242749. iteration 58 found worse value: 332.449242749. iteration 59 found worse value: 332.449242749. iteration 60 found worse value: 332.449242749. iteration60, perturbing to get out of local maxima iteration 61 found worse value: 332.449242749. iteration61, perturbing to get out of local maxima iteration 62 found worse value: 332.449242749. iteration 63 found worse value: 332.449242749. iteration 64 found worse value: 332.449242749. iteration 65 found worse value: 332.449242749. iteration65, perturbing to get out of local maxima iteration 66 found worse value: 332.449242749. iteration66, perturbing to get out of local maxima iteration 67 found worse value: 332.449242749. iteration 68 found worse value: 332.449242749. iteration68, perturbing to get out of local maxima iteration 69 found worse value: 332.449242749. iteration 70 found better value: 332.912255135 iteration 71 found better value: 332.919476228 iteration 72 found worse value: 332.919476228. iteration 73 found worse value: 332.919476228. iteration 74 found better value: 332.966423961 iteration 75 found worse value: 332.966423961. iteration75, perturbing to get out of local maxima iteration 76 found better value: 332.97511249400003 iteration 77 found worse value: 332.97511249400003. iteration 78 found better value: 332.986070233 iteration 79 found worse value: 332.986070233. iteration 80 found worse value: 332.986070233. iteration80, perturbing to get out of local maxima iteration 81 found worse value: 332.986070233. iteration81, perturbing to get out of local maxima iteration 82 found worse value: 332.986070233. iteration 83 found worse value: 332.986070233. iteration 84 found worse value: 332.986070233. iteration 85 found worse value: 332.986070233. iteration 86 found worse value: 332.986070233. iteration86, perturbing to get out of local maxima iteration 87 found better value: 333.014058821 iteration 88 found better value: 333.033781165 iteration 89 found worse value: 333.033781165. iteration 90 found worse value: 333.033781165. iteration 91 found better value: 333.033979279 iteration 92 found worse value: 333.033979279. iteration 93 found better value: 333.047478341 iteration 94 found worse value: 333.047478341. iteration94, perturbing to get out of local maxima iteration 95 found worse value: 333.047478341. iteration95, perturbing to get out of local maxima iteration 96 found worse value: 333.047478341. iteration96, perturbing to get out of local maxima iteration 97 found worse value: 333.047478341. iteration 98 found worse value: 333.047478341. iteration98, perturbing to get out of local maxima iteration 99 found better value: 333.06356540999997 iteration 100 found worse value: 333.06356540999997. iteration 101 found worse value: 333.06356540999997. iteration101, perturbing to get out of local maxima iteration 102 found worse value: 333.06356540999997. iteration102, perturbing to get out of local maxima iteration 103 found worse value: 333.06356540999997. iteration 104 found worse value: 333.06356540999997. iteration 105 found better value: 333.09565835999996 iteration 106 found worse value: 333.09565835999996. iteration106, perturbing to get out of local maxima iteration 107 found worse value: 333.09565835999996. iteration 108 found better value: 333.14343455799997 iteration 109 found better value: 333.17054892699997 iteration 110 found worse value: 333.17054892699997. iteration110, perturbing to get out of local maxima iteration 111 found worse value: 333.17054892699997. iteration111, perturbing to get out of local maxima iteration 112 found better value: 333.26850799 iteration 113 found worse value: 333.26850799. iteration113, perturbing to get out of local maxima iteration 114 found better value: 333.27469472699994 iteration 115 found worse value: 333.27469472699994. iteration 116 found worse value: 333.27469472699994. iteration116, perturbing to get out of local maxima iteration 117 found worse value: 333.27469472699994. iteration 118 found worse value: 333.27469472699994. iteration118, perturbing to get out of local maxima iteration 119 found worse value: 333.27469472699994. iteration 120 found worse value: 333.27469472699994. iteration 121 found worse value: 333.27469472699994. iteration121, perturbing to get out of local maxima iteration 122 found worse value: 333.27469472699994. iteration 123 found worse value: 333.27469472699994. iteration 124 found worse value: 333.27469472699994. iteration 125 found worse value: 333.27469472699994. iteration 126 found worse value: 333.27469472699994. iteration126, perturbing to get out of local maxima iteration 127 found worse value: 333.27469472699994. iteration 128 found worse value: 333.27469472699994. iteration 129 found worse value: 333.27469472699994. iteration 130 found worse value: 333.27469472699994. iteration 131 found worse value: 333.27469472699994. iteration 132 found better value: 333.33384386800003 iteration 133 found better value: 333.37989745100003 iteration 134 found better value: 333.396240637 iteration 135 found better value: 333.474107423 iteration 136 found worse value: 333.474107423. iteration 137 found worse value: 333.474107423. iteration137, perturbing to get out of local maxima iteration 138 found worse value: 333.474107423. iteration 139 found better value: 333.511528747 iteration 140 found worse value: 333.511528747. iteration140, perturbing to get out of local maxima iteration 141 found better value: 333.587136327 iteration 142 found worse value: 333.587136327. iteration142, perturbing to get out of local maxima iteration 143 found worse value: 333.587136327. iteration 144 found worse value: 333.587136327. iteration 145 found worse value: 333.587136327. iteration 146 found worse value: 333.587136327. iteration 147 found worse value: 333.587136327. iteration 148 found worse value: 333.587136327. iteration 149 found better value: 333.60536439800006 iteration 150 found better value: 333.63320767500005 iteration 151 found better value: 333.70554164300006 iteration 152 found better value: 333.71074049500004 iteration 153 found worse value: 333.71074049500004. iteration 154 found better value: 333.754977817 iteration 155 found better value: 333.75733987699994 iteration 156 found worse value: 333.75733987699994. iteration156, perturbing to get out of local maxima iteration 157 found worse value: 333.75733987699994. iteration157, perturbing to get out of local maxima iteration 158 found better value: 333.7780552599999 iteration 159 found worse value: 333.7780552599999. iteration 160 found better value: 333.80136949699994 iteration 161 found worse value: 333.80136949699994. iteration 162 found worse value: 333.80136949699994. iteration 163 found better value: 333.85166523199996 iteration 164 found worse value: 333.85166523199996. iteration 165 found better value: 333.90079844699994 iteration 166 found worse value: 333.90079844699994. iteration166, perturbing to get out of local maxima iteration 167 found better value: 334.02862358 iteration 168 found worse value: 334.02862358. iteration 169 found better value: 334.03225040999996 iteration 170 found worse value: 334.03225040999996. iteration 171 found better value: 334.036889672 iteration 172 found worse value: 334.036889672. iteration 173 found better value: 334.141057536 iteration 174 found worse value: 334.141057536. iteration 175 found worse value: 334.141057536. iteration 176 found worse value: 334.141057536. iteration 177 found worse value: 334.141057536. iteration 178 found worse value: 334.141057536. iteration 179 found worse value: 334.141057536. iteration 180 found worse value: 334.141057536. iteration 181 found worse value: 334.141057536. iteration 182 found better value: 334.15072504799997 iteration 183 found better value: 334.15233499199996 iteration 184 found worse value: 334.15233499199996. iteration 185 found worse value: 334.15233499199996. iteration 186 found worse value: 334.15233499199996. iteration 187 found better value: 334.17306358099995 iteration 188 found worse value: 334.17306358099995. iteration 189 found better value: 334.1736338089999 iteration 190 found worse value: 334.1736338089999. iteration 191 found worse value: 334.1736338089999. iteration 192 found worse value: 334.1736338089999. iteration 193 found worse value: 334.1736338089999. iteration193, perturbing to get out of local maxima iteration 194 found worse value: 334.1736338089999. iteration194, perturbing to get out of local maxima iteration 195 found worse value: 334.1736338089999. iteration 196 found worse value: 334.1736338089999. iteration 197 found worse value: 334.1736338089999. iteration 198 found worse value: 334.1736338089999. iteration 199 found better value: 334.235444053 iteration 200 found better value: 334.269733952 iteration 201 found better value: 334.44829970899997 iteration 202 found better value: 334.477619225 iteration 203 found better value: 334.501125603 iteration 204 found worse value: 334.501125603. iteration 205 found better value: 334.50277515700003 iteration 206 found better value: 334.543397723 iteration 207 found worse value: 334.543397723. iteration 208 found worse value: 334.543397723. iteration 209 found worse value: 334.543397723. iteration 210 found worse value: 334.543397723. iteration 211 found worse value: 334.543397723. iteration 212 found worse value: 334.543397723. iteration 213 found better value: 334.57343544500003 iteration 214 found better value: 334.650085465 iteration 215 found better value: 334.854906346 iteration 216 found worse value: 334.854906346. iteration216, perturbing to get out of local maxima iteration 217 found worse value: 334.854906346. iteration 218 found worse value: 334.854906346. iteration 219 found worse value: 334.854906346. iteration 220 found worse value: 334.854906346. iteration220, perturbing to get out of local maxima iteration 221 found worse value: 334.854906346. iteration 222 found worse value: 334.854906346. iteration222, perturbing to get out of local maxima iteration 223 found worse value: 334.854906346. iteration 224 found worse value: 334.854906346. iteration 225 found better value: 334.875760834 iteration 226 found better value: 334.897262056 iteration 227 found worse value: 334.897262056. iteration 228 found worse value: 334.897262056. iteration228, perturbing to get out of local maxima iteration 229 found worse value: 334.897262056. iteration229, perturbing to get out of local maxima iteration 230 found worse value: 334.897262056. iteration 231 found worse value: 334.897262056. iteration 232 found worse value: 334.897262056. iteration 233 found better value: 334.92990603699997 iteration 234 found worse value: 334.92990603699997. iteration234, perturbing to get out of local maxima iteration 235 found worse value: 334.92990603699997. iteration 236 found worse value: 334.92990603699997. iteration236, perturbing to get out of local maxima iteration 237 found worse value: 334.92990603699997. iteration 238 found worse value: 334.92990603699997. iteration 239 found worse value: 334.92990603699997. iteration 240 found worse value: 334.92990603699997. iteration 241 found worse value: 334.92990603699997. iteration 242 found worse value: 334.92990603699997. iteration 243 found worse value: 334.92990603699997. iteration 244 found worse value: 334.92990603699997. iteration 245 found better value: 334.944189089 iteration 246 found worse value: 334.944189089. iteration 247 found worse value: 334.944189089. iteration 248 found better value: 334.94733107499997 iteration 249 found better value: 334.978970137 iteration 250 found worse value: 334.978970137. iteration 251 found better value: 334.997824868 iteration 252 found worse value: 334.997824868. iteration 253 found worse value: 334.997824868. iteration 254 found worse value: 334.997824868. iteration254, perturbing to get out of local maxima iteration 255 found worse value: 334.997824868. iteration 256 found worse value: 334.997824868. iteration 257 found worse value: 334.997824868. iteration 258 found worse value: 334.997824868. iteration 259 found better value: 335.05773940500006 iteration 260 found better value: 335.09279999500006 iteration 261 found better value: 335.21802818400005 iteration 262 found worse value: 335.21802818400005. iteration262, perturbing to get out of local maxima iteration 263 found worse value: 335.21802818400005. iteration 264 found worse value: 335.21802818400005. iteration 265 found worse value: 335.21802818400005. iteration 266 found better value: 335.23552923200003 iteration 267 found worse value: 335.23552923200003. iteration 268 found worse value: 335.23552923200003. iteration 269 found worse value: 335.23552923200003. iteration 270 found better value: 335.246655969 iteration 271 found worse value: 335.246655969. iteration271, perturbing to get out of local maxima iteration 272 found worse value: 335.246655969. iteration 273 found worse value: 335.246655969. iteration 274 found worse value: 335.246655969. iteration 275 found worse value: 335.246655969. iteration 276 found better value: 335.269620621 iteration 277 found worse value: 335.269620621. iteration 278 found worse value: 335.269620621. iteration 279 found worse value: 335.269620621. iteration279, perturbing to get out of local maxima iteration 280 found worse value: 335.269620621. iteration 281 found worse value: 335.269620621. iteration 282 found worse value: 335.269620621. iteration282, perturbing to get out of local maxima iteration 283 found better value: 335.28117270100006 iteration 284 found worse value: 335.28117270100006. iteration284, perturbing to get out of local maxima iteration 285 found worse value: 335.28117270100006. iteration 286 found worse value: 335.28117270100006. iteration 287 found better value: 335.334111166 iteration 288 found worse value: 335.334111166. iteration 289 found worse value: 335.334111166. iteration289, perturbing to get out of local maxima iteration 290 found worse value: 335.334111166. iteration 291 found better value: 335.36076067400006 iteration 292 found better value: 335.361663646 iteration 293 found worse value: 335.361663646. iteration 294 found worse value: 335.361663646. iteration 295 found worse value: 335.361663646. iteration 296 found worse value: 335.361663646. iteration 297 found worse value: 335.361663646. iteration297, perturbing to get out of local maxima iteration 298 found worse value: 335.361663646. iteration 299 found worse value: 335.361663646. iteration299, perturbing to get out of local maxima iteration 300 found worse value: 335.361663646. iteration 301 found worse value: 335.361663646. iteration 302 found worse value: 335.361663646. iteration 303 found worse value: 335.361663646. iteration 304 found worse value: 335.361663646. iteration 305 found worse value: 335.361663646. iteration 306 found worse value: 335.361663646. iteration 307 found worse value: 335.361663646. iteration307, perturbing to get out of local maxima iteration 308 found worse value: 335.361663646. iteration 309 found worse value: 335.361663646. iteration 310 found worse value: 335.361663646. iteration310, perturbing to get out of local maxima iteration 311 found worse value: 335.361663646. iteration 312 found better value: 335.367897383 iteration 313 found worse value: 335.367897383. iteration313, perturbing to get out of local maxima iteration 314 found better value: 335.374442814 iteration 315 found worse value: 335.374442814. iteration315, perturbing to get out of local maxima iteration 316 found worse value: 335.374442814. iteration 317 found better value: 335.41765438199997 iteration 318 found worse value: 335.41765438199997. iteration 319 found worse value: 335.41765438199997. iteration 320 found worse value: 335.41765438199997. iteration 321 found worse value: 335.41765438199997. iteration 322 found worse value: 335.41765438199997. iteration 323 found better value: 335.493033662 iteration 324 found worse value: 335.493033662. iteration 325 found worse value: 335.493033662. iteration 326 found worse value: 335.493033662. iteration326, perturbing to get out of local maxima iteration 327 found worse value: 335.493033662. iteration 328 found worse value: 335.493033662. iteration 329 found worse value: 335.493033662. iteration 330 found worse value: 335.493033662. iteration330, perturbing to get out of local maxima iteration 331 found worse value: 335.493033662. iteration 332 found worse value: 335.493033662. iteration 333 found worse value: 335.493033662. iteration 334 found worse value: 335.493033662. iteration334, perturbing to get out of local maxima iteration 335 found worse value: 335.493033662. iteration 336 found worse value: 335.493033662. iteration 337 found worse value: 335.493033662. iteration 338 found worse value: 335.493033662. iteration 339 found worse value: 335.493033662. iteration 340 found worse value: 335.493033662. iteration 341 found worse value: 335.493033662. iteration341, perturbing to get out of local maxima iteration 342 found worse value: 335.493033662. iteration 343 found worse value: 335.493033662. iteration 344 found worse value: 335.493033662. iteration 345 found worse value: 335.493033662. iteration 346 found worse value: 335.493033662. iteration 347 found worse value: 335.493033662. iteration 348 found worse value: 335.493033662. iteration 349 found worse value: 335.493033662. iteration 350 found worse value: 335.493033662. iteration 351 found worse value: 335.493033662. iteration 352 found worse value: 335.493033662. iteration 353 found worse value: 335.493033662. iteration 354 found worse value: 335.493033662. iteration 355 found worse value: 335.493033662. iteration 356 found worse value: 335.493033662. iteration356, perturbing to get out of local maxima iteration 357 found worse value: 335.493033662. iteration 358 found worse value: 335.493033662. iteration 359 found worse value: 335.493033662. iteration 360 found worse value: 335.493033662. iteration 361 found worse value: 335.493033662. iteration361, perturbing to get out of local maxima iteration 362 found worse value: 335.493033662. iteration 363 found worse value: 335.493033662. iteration 364 found worse value: 335.493033662. iteration 365 found better value: 335.50227831399997 iteration 366 found worse value: 335.50227831399997. iteration366, perturbing to get out of local maxima iteration 367 found worse value: 335.50227831399997. iteration 368 found worse value: 335.50227831399997. iteration 369 found worse value: 335.50227831399997. iteration 370 found worse value: 335.50227831399997. iteration 371 found worse value: 335.50227831399997. iteration 372 found worse value: 335.50227831399997. iteration 373 found worse value: 335.50227831399997. iteration 374 found worse value: 335.50227831399997. iteration 375 found worse value: 335.50227831399997. iteration 376 found worse value: 335.50227831399997. iteration 377 found worse value: 335.50227831399997. iteration 378 found worse value: 335.50227831399997. iteration 379 found worse value: 335.50227831399997. iteration 380 found better value: 335.50287642899997 iteration 381 found worse value: 335.50287642899997. iteration 382 found worse value: 335.50287642899997. iteration 383 found better value: 335.533070478 iteration 384 found worse value: 335.533070478. iteration 385 found worse value: 335.533070478. iteration385, perturbing to get out of local maxima iteration 386 found worse value: 335.533070478. iteration386, perturbing to get out of local maxima iteration 387 found worse value: 335.533070478. iteration 388 found worse value: 335.533070478. iteration 389 found worse value: 335.533070478. iteration 390 found worse value: 335.533070478. iteration 391 found better value: 335.533639106 iteration 392 found worse value: 335.533639106. iteration392, perturbing to get out of local maxima iteration 393 found worse value: 335.533639106. iteration 394 found better value: 335.609794755 iteration 395 found worse value: 335.609794755. iteration 396 found worse value: 335.609794755. iteration 397 found worse value: 335.609794755. iteration 398 found worse value: 335.609794755. iteration 399 found worse value: 335.609794755. iteration 400 found worse value: 335.609794755. iteration 401 found better value: 335.677637718 iteration 402 found worse value: 335.677637718. iteration 403 found better value: 335.712037545 iteration 404 found worse value: 335.712037545. iteration404, perturbing to get out of local maxima iteration 405 found worse value: 335.712037545. iteration 406 found worse value: 335.712037545. iteration 407 found worse value: 335.712037545. iteration 408 found worse value: 335.712037545. iteration 409 found worse value: 335.712037545. iteration409, perturbing to get out of local maxima iteration 410 found worse value: 335.712037545. iteration 411 found worse value: 335.712037545. iteration 412 found worse value: 335.712037545. iteration 413 found worse value: 335.712037545. iteration 414 found better value: 335.852294318 iteration 415 found worse value: 335.852294318. iteration 416 found worse value: 335.852294318. iteration 417 found better value: 335.856174317 iteration 418 found worse value: 335.856174317. iteration 419 found worse value: 335.856174317. iteration 420 found better value: 335.93878633 iteration 421 found worse value: 335.93878633. iteration 422 found worse value: 335.93878633. iteration 423 found worse value: 335.93878633. iteration 424 found worse value: 335.93878633. iteration 425 found worse value: 335.93878633. iteration 426 found worse value: 335.93878633. iteration 427 found better value: 335.959885894 iteration 428 found better value: 335.99526241300003 iteration 429 found worse value: 335.99526241300003. iteration 430 found worse value: 335.99526241300003. iteration 431 found worse value: 335.99526241300003. iteration 432 found worse value: 335.99526241300003. iteration 433 found worse value: 335.99526241300003. iteration 434 found worse value: 335.99526241300003. iteration 435 found worse value: 335.99526241300003. iteration 436 found worse value: 335.99526241300003. iteration 437 found worse value: 335.99526241300003. iteration 438 found worse value: 335.99526241300003. iteration 439 found worse value: 335.99526241300003. iteration 440 found worse value: 335.99526241300003. iteration 441 found worse value: 335.99526241300003. iteration 442 found worse value: 335.99526241300003. iteration 443 found worse value: 335.99526241300003. iteration 444 found worse value: 335.99526241300003. iteration 445 found worse value: 335.99526241300003. iteration 446 found worse value: 335.99526241300003. iteration 447 found worse value: 335.99526241300003. iteration447, perturbing to get out of local maxima iteration 448 found worse value: 335.99526241300003. iteration 449 found worse value: 335.99526241300003. iteration 450 found worse value: 335.99526241300003. iteration 451 found worse value: 335.99526241300003. iteration 452 found worse value: 335.99526241300003. iteration 453 found worse value: 335.99526241300003. iteration 454 found better value: 336.016410192 iteration 455 found worse value: 336.016410192. iteration 456 found worse value: 336.016410192. iteration 457 found worse value: 336.016410192. iteration 458 found worse value: 336.016410192. iteration 459 found better value: 336.023575032 iteration 460 found worse value: 336.023575032. iteration 461 found worse value: 336.023575032. iteration 462 found worse value: 336.023575032. iteration 463 found worse value: 336.023575032. iteration463, perturbing to get out of local maxima iteration 464 found worse value: 336.023575032. iteration 465 found worse value: 336.023575032. iteration 466 found worse value: 336.023575032. iteration 467 found worse value: 336.023575032. iteration 468 found worse value: 336.023575032. iteration 469 found worse value: 336.023575032. iteration 470 found better value: 336.036283207 iteration 471 found worse value: 336.036283207. iteration 472 found better value: 336.078285512 iteration 473 found worse value: 336.078285512. iteration 474 found worse value: 336.078285512. iteration 475 found worse value: 336.078285512. iteration 476 found worse value: 336.078285512. iteration 477 found worse value: 336.078285512. iteration 478 found better value: 336.231102736 iteration 479 found worse value: 336.231102736. iteration 480 found worse value: 336.231102736. iteration 481 found worse value: 336.231102736. iteration 482 found worse value: 336.231102736. iteration 483 found worse value: 336.231102736. iteration 484 found worse value: 336.231102736. iteration 485 found worse value: 336.231102736. iteration 486 found worse value: 336.231102736. iteration 487 found worse value: 336.231102736. iteration487, perturbing to get out of local maxima iteration 488 found worse value: 336.231102736. iteration 489 found worse value: 336.231102736. iteration 490 found worse value: 336.231102736. iteration 491 found worse value: 336.231102736. iteration 492 found worse value: 336.231102736. iteration 493 found worse value: 336.231102736. iteration 494 found worse value: 336.231102736. iteration 495 found worse value: 336.231102736. iteration495, perturbing to get out of local maxima iteration 496 found worse value: 336.231102736. iteration 497 found worse value: 336.231102736. iteration 498 found worse value: 336.231102736. iteration498, perturbing to get out of local maxima iteration 499 found worse value: 336.231102736. iteration 500 found worse value: 336.231102736. iteration 501 found worse value: 336.231102736. iteration 502 found worse value: 336.231102736. iteration 503 found worse value: 336.231102736. iteration503, perturbing to get out of local maxima iteration 504 found worse value: 336.231102736. iteration 505 found worse value: 336.231102736. iteration 506 found worse value: 336.231102736. iteration 507 found worse value: 336.231102736. iteration 508 found worse value: 336.231102736. iteration 509 found worse value: 336.231102736. iteration 510 found worse value: 336.231102736. iteration 511 found worse value: 336.231102736. iteration 512 found worse value: 336.231102736. iteration 513 found worse value: 336.231102736. iteration 514 found worse value: 336.231102736. iteration 515 found worse value: 336.231102736. iteration 516 found worse value: 336.231102736. iteration 517 found better value: 336.262166918 iteration 518 found worse value: 336.262166918. iteration 519 found worse value: 336.262166918. iteration 520 found worse value: 336.262166918. iteration 521 found worse value: 336.262166918. iteration 522 found better value: 336.263658786 iteration 523 found worse value: 336.263658786. iteration 524 found worse value: 336.263658786. iteration 525 found worse value: 336.263658786. iteration 526 found worse value: 336.263658786. iteration 527 found worse value: 336.263658786. iteration 528 found worse value: 336.263658786. iteration 529 found better value: 336.26682971 iteration 530 found worse value: 336.26682971. iteration530, perturbing to get out of local maxima iteration 531 found worse value: 336.26682971. iteration 532 found worse value: 336.26682971. iteration 533 found worse value: 336.26682971. iteration 534 found worse value: 336.26682971. iteration 535 found worse value: 336.26682971. iteration535, perturbing to get out of local maxima iteration 536 found worse value: 336.26682971. iteration 537 found worse value: 336.26682971. iteration 538 found worse value: 336.26682971. iteration 539 found worse value: 336.26682971. iteration 540 found worse value: 336.26682971. iteration 541 found worse value: 336.26682971. iteration 542 found worse value: 336.26682971. iteration 543 found worse value: 336.26682971. iteration 544 found worse value: 336.26682971. iteration 545 found worse value: 336.26682971. iteration 546 found better value: 337.874746768 iteration 547 found better value: 337.87977786 iteration 548 found better value: 337.89022915600003 iteration 549 found worse value: 337.89022915600003. iteration 550 found worse value: 337.89022915600003. iteration 551 found better value: 337.89187768600004 iteration 552 found worse value: 337.89187768600004. iteration 553 found worse value: 337.89187768600004. iteration 554 found worse value: 337.89187768600004. iteration 555 found worse value: 337.89187768600004. iteration 556 found worse value: 337.89187768600004. iteration 557 found better value: 337.90058303800004 iteration 558 found worse value: 337.90058303800004. iteration 559 found worse value: 337.90058303800004. iteration 560 found worse value: 337.90058303800004. iteration 561 found worse value: 337.90058303800004. iteration 562 found worse value: 337.90058303800004. iteration 563 found worse value: 337.90058303800004. iteration 564 found worse value: 337.90058303800004. iteration 565 found worse value: 337.90058303800004. iteration 566 found worse value: 337.90058303800004. iteration 567 found worse value: 337.90058303800004. iteration 568 found worse value: 337.90058303800004. iteration568, perturbing to get out of local maxima iteration 569 found worse value: 337.90058303800004. iteration 570 found worse value: 337.90058303800004. iteration 571 found worse value: 337.90058303800004. iteration 572 found worse value: 337.90058303800004. iteration 573 found worse value: 337.90058303800004. iteration 574 found worse value: 337.90058303800004. iteration 575 found worse value: 337.90058303800004. iteration 576 found worse value: 337.90058303800004. iteration 577 found worse value: 337.90058303800004. iteration 578 found worse value: 337.90058303800004. iteration 579 found worse value: 337.90058303800004. iteration 580 found worse value: 337.90058303800004. iteration 581 found worse value: 337.90058303800004. iteration581, perturbing to get out of local maxima iteration 582 found worse value: 337.90058303800004. iteration 583 found worse value: 337.90058303800004. iteration 584 found worse value: 337.90058303800004. iteration 585 found worse value: 337.90058303800004. iteration 586 found worse value: 337.90058303800004. iteration 587 found worse value: 337.90058303800004. iteration 588 found worse value: 337.90058303800004. iteration 589 found better value: 337.920264473 iteration 590 found worse value: 337.920264473. iteration 591 found worse value: 337.920264473. iteration 592 found worse value: 337.920264473. iteration592, perturbing to get out of local maxima iteration 593 found worse value: 337.920264473. iteration 594 found worse value: 337.920264473. iteration 595 found worse value: 337.920264473. iteration 596 found better value: 337.9527643690001 iteration 597 found worse value: 337.9527643690001. iteration 598 found worse value: 337.9527643690001. iteration598, perturbing to get out of local maxima iteration 599 found worse value: 337.9527643690001. iteration 600 found worse value: 337.9527643690001. iteration 601 found worse value: 337.9527643690001. iteration 602 found worse value: 337.9527643690001. iteration 603 found worse value: 337.9527643690001. iteration 604 found worse value: 337.9527643690001. iteration 605 found worse value: 337.9527643690001. iteration 606 found worse value: 337.9527643690001. iteration 607 found worse value: 337.9527643690001. iteration 608 found worse value: 337.9527643690001. iteration 609 found worse value: 337.9527643690001. iteration 610 found worse value: 337.9527643690001. iteration 611 found worse value: 337.9527643690001. iteration 612 found worse value: 337.9527643690001. iteration 613 found worse value: 337.9527643690001. iteration 614 found worse value: 337.9527643690001. iteration614, perturbing to get out of local maxima iteration 615 found worse value: 337.9527643690001. iteration 616 found worse value: 337.9527643690001. iteration 617 found worse value: 337.9527643690001. iteration 618 found worse value: 337.9527643690001. iteration 619 found worse value: 337.9527643690001. iteration 620 found worse value: 337.9527643690001. iteration 621 found worse value: 337.9527643690001. iteration 622 found worse value: 337.9527643690001. iteration 623 found worse value: 337.9527643690001. iteration 624 found worse value: 337.9527643690001. iteration 625 found worse value: 337.9527643690001. iteration 626 found worse value: 337.9527643690001. iteration 627 found worse value: 337.9527643690001. iteration 628 found worse value: 337.9527643690001. iteration 629 found worse value: 337.9527643690001. iteration 630 found worse value: 337.9527643690001. iteration 631 found worse value: 337.9527643690001. iteration 632 found worse value: 337.9527643690001. iteration 633 found worse value: 337.9527643690001. iteration 634 found worse value: 337.9527643690001. iteration 635 found worse value: 337.9527643690001. iteration 636 found worse value: 337.9527643690001. iteration 637 found worse value: 337.9527643690001. iteration 638 found worse value: 337.9527643690001. iteration 639 found worse value: 337.9527643690001. iteration 640 found worse value: 337.9527643690001. iteration 641 found worse value: 337.9527643690001. iteration 642 found worse value: 337.9527643690001. iteration 643 found worse value: 337.9527643690001. iteration 644 found worse value: 337.9527643690001. iteration 645 found worse value: 337.9527643690001. iteration 646 found worse value: 337.9527643690001. iteration 647 found better value: 337.97764176300007 iteration 648 found worse value: 337.97764176300007. iteration 649 found worse value: 337.97764176300007. iteration 650 found worse value: 337.97764176300007. iteration 651 found worse value: 337.97764176300007. iteration 652 found worse value: 337.97764176300007. iteration 653 found worse value: 337.97764176300007. iteration 654 found worse value: 337.97764176300007. iteration 655 found worse value: 337.97764176300007. iteration 656 found worse value: 337.97764176300007. iteration 657 found worse value: 337.97764176300007. iteration 658 found worse value: 337.97764176300007. iteration 659 found worse value: 337.97764176300007. iteration 660 found worse value: 337.97764176300007. iteration 661 found worse value: 337.97764176300007. iteration 662 found worse value: 337.97764176300007. iteration 663 found worse value: 337.97764176300007. iteration 664 found worse value: 337.97764176300007. iteration 665 found worse value: 337.97764176300007. iteration 666 found worse value: 337.97764176300007. iteration 667 found worse value: 337.97764176300007. iteration 668 found worse value: 337.97764176300007. iteration 669 found worse value: 337.97764176300007. iteration 670 found worse value: 337.97764176300007. iteration 671 found worse value: 337.97764176300007. iteration 672 found worse value: 337.97764176300007. iteration 673 found worse value: 337.97764176300007. iteration 674 found worse value: 337.97764176300007. iteration 675 found worse value: 337.97764176300007. iteration 676 found worse value: 337.97764176300007. iteration 677 found better value: 337.97770095 iteration 678 found better value: 337.99125433899997 iteration 679 found worse value: 337.99125433899997. iteration 680 found worse value: 337.99125433899997. iteration 681 found worse value: 337.99125433899997. iteration 682 found worse value: 337.99125433899997. iteration 683 found worse value: 337.99125433899997. iteration 684 found worse value: 337.99125433899997. iteration 685 found worse value: 337.99125433899997. iteration 686 found worse value: 337.99125433899997. iteration 687 found worse value: 337.99125433899997. iteration 688 found worse value: 337.99125433899997. iteration 689 found worse value: 337.99125433899997. iteration 690 found better value: 337.99569489299995 iteration 691 found worse value: 337.99569489299995. iteration691, perturbing to get out of local maxima iteration 692 found worse value: 337.99569489299995. iteration 693 found worse value: 337.99569489299995. iteration 694 found worse value: 337.99569489299995. iteration 695 found worse value: 337.99569489299995. iteration 696 found worse value: 337.99569489299995. iteration 697 found worse value: 337.99569489299995. iteration 698 found worse value: 337.99569489299995. iteration 699 found worse value: 337.99569489299995. iteration699, perturbing to get out of local maxima iteration 700 found worse value: 337.99569489299995. iteration 701 found worse value: 337.99569489299995. iteration 702 found worse value: 337.99569489299995. iteration 703 found worse value: 337.99569489299995. iteration 704 found worse value: 337.99569489299995. iteration 705 found worse value: 337.99569489299995. iteration 706 found worse value: 337.99569489299995. iteration 707 found worse value: 337.99569489299995. iteration 708 found worse value: 337.99569489299995. iteration 709 found worse value: 337.99569489299995. iteration 710 found worse value: 337.99569489299995. iteration 711 found worse value: 337.99569489299995. iteration 712 found worse value: 337.99569489299995. iteration 713 found worse value: 337.99569489299995. iteration 714 found worse value: 337.99569489299995. iteration 715 found better value: 337.99789374600005 iteration 716 found worse value: 337.99789374600005. iteration 717 found worse value: 337.99789374600005. iteration 718 found worse value: 337.99789374600005. iteration 719 found worse value: 337.99789374600005. iteration 720 found worse value: 337.99789374600005. iteration 721 found worse value: 337.99789374600005. iteration 722 found worse value: 337.99789374600005. iteration 723 found worse value: 337.99789374600005. iteration 724 found worse value: 337.99789374600005. iteration 725 found worse value: 337.99789374600005. iteration 726 found better value: 338.010006834 iteration 727 found worse value: 338.010006834. iteration 728 found worse value: 338.010006834. iteration 729 found worse value: 338.010006834. iteration 730 found worse value: 338.010006834. iteration 731 found worse value: 338.010006834. iteration 732 found worse value: 338.010006834. iteration 733 found worse value: 338.010006834. iteration 734 found worse value: 338.010006834. iteration 735 found worse value: 338.010006834. iteration 736 found worse value: 338.010006834. iteration 737 found worse value: 338.010006834. iteration 738 found worse value: 338.010006834. iteration 739 found worse value: 338.010006834. iteration 740 found worse value: 338.010006834. iteration 741 found worse value: 338.010006834. iteration 742 found worse value: 338.010006834. iteration 743 found worse value: 338.010006834. iteration 744 found better value: 338.03861577200007 iteration 745 found worse value: 338.03861577200007. iteration 746 found worse value: 338.03861577200007. iteration 747 found worse value: 338.03861577200007. iteration 748 found worse value: 338.03861577200007. iteration 749 found worse value: 338.03861577200007. iteration 750 found worse value: 338.03861577200007. iteration 751 found worse value: 338.03861577200007. iteration 752 found worse value: 338.03861577200007. iteration 753 found worse value: 338.03861577200007. iteration 754 found worse value: 338.03861577200007. iteration 755 found worse value: 338.03861577200007. iteration 756 found worse value: 338.03861577200007. iteration 757 found worse value: 338.03861577200007. iteration 758 found worse value: 338.03861577200007. iteration 759 found worse value: 338.03861577200007. iteration 760 found worse value: 338.03861577200007. iteration 761 found worse value: 338.03861577200007. iteration 762 found worse value: 338.03861577200007. iteration 763 found worse value: 338.03861577200007. iteration 764 found better value: 338.05916718500004 iteration 765 found better value: 338.06188695500003 iteration 766 found worse value: 338.06188695500003. iteration 767 found worse value: 338.06188695500003. iteration 768 found worse value: 338.06188695500003. iteration 769 found worse value: 338.06188695500003. iteration 770 found worse value: 338.06188695500003. iteration 771 found worse value: 338.06188695500003. iteration 772 found worse value: 338.06188695500003. iteration 773 found better value: 338.062092389 iteration 774 found better value: 338.09276380800003 iteration 775 found worse value: 338.09276380800003. iteration 776 found worse value: 338.09276380800003. iteration 777 found worse value: 338.09276380800003. iteration 778 found worse value: 338.09276380800003. iteration 779 found worse value: 338.09276380800003. iteration 780 found worse value: 338.09276380800003. iteration 781 found worse value: 338.09276380800003. iteration 782 found worse value: 338.09276380800003. iteration 783 found worse value: 338.09276380800003. iteration 784 found worse value: 338.09276380800003. iteration 785 found worse value: 338.09276380800003. iteration 786 found worse value: 338.09276380800003. iteration 787 found worse value: 338.09276380800003. iteration 788 found worse value: 338.09276380800003. iteration 789 found worse value: 338.09276380800003. iteration 790 found worse value: 338.09276380800003. iteration 791 found worse value: 338.09276380800003. iteration 792 found worse value: 338.09276380800003. iteration792, perturbing to get out of local maxima iteration 793 found worse value: 338.09276380800003. iteration793, perturbing to get out of local maxima iteration 794 found worse value: 338.09276380800003. iteration 795 found worse value: 338.09276380800003. iteration795, perturbing to get out of local maxima iteration 796 found worse value: 338.09276380800003. iteration 797 found worse value: 338.09276380800003. iteration 798 found worse value: 338.09276380800003. iteration 799 found worse value: 338.09276380800003. iteration 800 found worse value: 338.09276380800003. iteration 801 found worse value: 338.09276380800003. iteration 802 found worse value: 338.09276380800003. iteration802, perturbing to get out of local maxima iteration 803 found worse value: 338.09276380800003. iteration 804 found worse value: 338.09276380800003. iteration804, perturbing to get out of local maxima iteration 805 found worse value: 338.09276380800003. iteration 806 found worse value: 338.09276380800003. iteration 807 found worse value: 338.09276380800003. iteration 808 found worse value: 338.09276380800003. iteration 809 found worse value: 338.09276380800003. iteration 810 found worse value: 338.09276380800003. iteration 811 found worse value: 338.09276380800003. iteration 812 found worse value: 338.09276380800003. iteration 813 found worse value: 338.09276380800003. iteration 814 found worse value: 338.09276380800003. iteration 815 found worse value: 338.09276380800003. iteration 816 found worse value: 338.09276380800003. iteration816, perturbing to get out of local maxima iteration 817 found worse value: 338.09276380800003. iteration 818 found worse value: 338.09276380800003. iteration 819 found worse value: 338.09276380800003. iteration 820 found worse value: 338.09276380800003. iteration 821 found worse value: 338.09276380800003. iteration 822 found worse value: 338.09276380800003. iteration 823 found worse value: 338.09276380800003. iteration 824 found worse value: 338.09276380800003. iteration 825 found worse value: 338.09276380800003. iteration 826 found worse value: 338.09276380800003. iteration 827 found worse value: 338.09276380800003. iteration 828 found worse value: 338.09276380800003. iteration 829 found worse value: 338.09276380800003. iteration 830 found worse value: 338.09276380800003. iteration 831 found worse value: 338.09276380800003. iteration831, perturbing to get out of local maxima iteration 832 found worse value: 338.09276380800003. iteration 833 found worse value: 338.09276380800003. iteration 834 found better value: 338.14163138000004 iteration 835 found worse value: 338.14163138000004. iteration 836 found worse value: 338.14163138000004. iteration 837 found worse value: 338.14163138000004. iteration 838 found worse value: 338.14163138000004. iteration 839 found worse value: 338.14163138000004. iteration 840 found worse value: 338.14163138000004. iteration 841 found worse value: 338.14163138000004. iteration 842 found worse value: 338.14163138000004. iteration 843 found worse value: 338.14163138000004. iteration843, perturbing to get out of local maxima iteration 844 found worse value: 338.14163138000004. iteration844, perturbing to get out of local maxima iteration 845 found worse value: 338.14163138000004. iteration 846 found worse value: 338.14163138000004. iteration 847 found worse value: 338.14163138000004. iteration847, perturbing to get out of local maxima iteration 848 found worse value: 338.14163138000004. iteration 849 found worse value: 338.14163138000004. iteration 850 found worse value: 338.14163138000004. iteration 851 found worse value: 338.14163138000004. iteration851, perturbing to get out of local maxima iteration 852 found worse value: 338.14163138000004. iteration 853 found worse value: 338.14163138000004. iteration853, perturbing to get out of local maxima iteration 854 found worse value: 338.14163138000004. iteration 855 found worse value: 338.14163138000004. iteration 856 found worse value: 338.14163138000004. iteration 857 found worse value: 338.14163138000004. iteration 858 found worse value: 338.14163138000004. iteration 859 found worse value: 338.14163138000004. iteration 860 found worse value: 338.14163138000004. iteration 861 found worse value: 338.14163138000004. iteration 862 found worse value: 338.14163138000004. iteration 863 found worse value: 338.14163138000004. iteration 864 found worse value: 338.14163138000004. iteration 865 found worse value: 338.14163138000004. iteration 866 found worse value: 338.14163138000004. iteration 867 found worse value: 338.14163138000004. iteration 868 found worse value: 338.14163138000004. iteration 869 found worse value: 338.14163138000004. iteration 870 found worse value: 338.14163138000004. iteration 871 found worse value: 338.14163138000004. iteration 872 found worse value: 338.14163138000004. iteration 873 found worse value: 338.14163138000004. iteration 874 found worse value: 338.14163138000004. iteration874, perturbing to get out of local maxima iteration 875 found worse value: 338.14163138000004. iteration 876 found worse value: 338.14163138000004. iteration 877 found worse value: 338.14163138000004. iteration 878 found worse value: 338.14163138000004. iteration 879 found worse value: 338.14163138000004. iteration 880 found better value: 338.16858602300005 iteration 881 found worse value: 338.16858602300005. iteration 882 found worse value: 338.16858602300005. iteration 883 found worse value: 338.16858602300005. iteration 884 found worse value: 338.16858602300005. iteration 885 found worse value: 338.16858602300005. iteration 886 found worse value: 338.16858602300005. iteration 887 found worse value: 338.16858602300005. iteration 888 found worse value: 338.16858602300005. iteration 889 found worse value: 338.16858602300005. iteration 890 found better value: 338.169175639 iteration 891 found worse value: 338.169175639. iteration 892 found worse value: 338.169175639. iteration 893 found worse value: 338.169175639. iteration 894 found better value: 338.18295714100003 iteration 895 found better value: 338.86293378700003 iteration 896 found worse value: 338.86293378700003. iteration 897 found worse value: 338.86293378700003. iteration 898 found better value: 338.866795771 iteration 899 found worse value: 338.866795771. iteration 900 found worse value: 338.866795771. iteration 901 found worse value: 338.866795771. iteration 902 found worse value: 338.866795771. iteration 903 found worse value: 338.866795771. iteration 904 found worse value: 338.866795771. iteration 905 found worse value: 338.866795771. iteration 906 found worse value: 338.866795771. iteration 907 found worse value: 338.866795771. iteration 908 found worse value: 338.866795771. iteration 909 found worse value: 338.866795771. iteration 910 found worse value: 338.866795771. iteration 911 found worse value: 338.866795771. iteration 912 found worse value: 338.866795771. iteration 913 found worse value: 338.866795771. iteration 914 found better value: 338.869429056 iteration 915 found better value: 338.875906695 iteration 916 found worse value: 338.875906695. iteration 917 found worse value: 338.875906695. iteration 918 found worse value: 338.875906695. iteration 919 found worse value: 338.875906695. iteration 920 found worse value: 338.875906695. iteration 921 found worse value: 338.875906695. iteration 922 found worse value: 338.875906695. iteration922, perturbing to get out of local maxima iteration 923 found worse value: 338.875906695. iteration 924 found worse value: 338.875906695. iteration 925 found better value: 338.89316629900003 iteration 926 found worse value: 338.89316629900003. iteration 927 found worse value: 338.89316629900003. iteration 928 found worse value: 338.89316629900003. iteration 929 found worse value: 338.89316629900003. iteration 930 found worse value: 338.89316629900003. iteration 931 found worse value: 338.89316629900003. iteration 932 found worse value: 338.89316629900003. iteration 933 found worse value: 338.89316629900003. iteration 934 found worse value: 338.89316629900003. iteration 935 found worse value: 338.89316629900003. iteration 936 found worse value: 338.89316629900003. iteration 937 found worse value: 338.89316629900003. iteration 938 found better value: 339.019529003 iteration 939 found worse value: 339.019529003. iteration 940 found better value: 339.177320828 iteration 941 found worse value: 339.177320828. iteration 942 found worse value: 339.177320828. iteration 943 found worse value: 339.177320828. iteration 944 found worse value: 339.177320828. iteration 945 found worse value: 339.177320828. iteration 946 found better value: 339.233448564 iteration 947 found worse value: 339.233448564. iteration 948 found worse value: 339.233448564. iteration 949 found worse value: 339.233448564. iteration 950 found worse value: 339.233448564. iteration 951 found worse value: 339.233448564. iteration 952 found worse value: 339.233448564. iteration 953 found worse value: 339.233448564. iteration 954 found worse value: 339.233448564. iteration 955 found worse value: 339.233448564. iteration 956 found worse value: 339.233448564. iteration 957 found worse value: 339.233448564. iteration 958 found worse value: 339.233448564. iteration 959 found worse value: 339.233448564. iteration 960 found worse value: 339.233448564. iteration 961 found worse value: 339.233448564. iteration 962 found worse value: 339.233448564. iteration 963 found worse value: 339.233448564. iteration 964 found worse value: 339.233448564. iteration 965 found worse value: 339.233448564. iteration 966 found worse value: 339.233448564. iteration 967 found worse value: 339.233448564. iteration 968 found worse value: 339.233448564. iteration 969 found worse value: 339.233448564. iteration 970 found worse value: 339.233448564. iteration 971 found worse value: 339.233448564. iteration 972 found worse value: 339.233448564. iteration 973 found worse value: 339.233448564. iteration 974 found worse value: 339.233448564. iteration 975 found worse value: 339.233448564. iteration 976 found worse value: 339.233448564. iteration 977 found worse value: 339.233448564. iteration 978 found worse value: 339.233448564. iteration 979 found better value: 339.23567883799996 iteration 980 found worse value: 339.23567883799996. iteration 981 found worse value: 339.23567883799996. iteration 982 found worse value: 339.23567883799996. iteration 983 found worse value: 339.23567883799996. iteration 984 found worse value: 339.23567883799996. iteration 985 found worse value: 339.23567883799996. iteration 986 found worse value: 339.23567883799996. iteration 987 found worse value: 339.23567883799996. iteration 988 found better value: 339.242393266 iteration 989 found better value: 339.24271741900003 iteration 990 found worse value: 339.24271741900003. iteration 991 found worse value: 339.24271741900003. iteration 992 found worse value: 339.24271741900003. iteration 993 found worse value: 339.24271741900003. iteration 994 found worse value: 339.24271741900003. iteration 995 found worse value: 339.24271741900003. iteration 996 found worse value: 339.24271741900003. iteration 997 found worse value: 339.24271741900003. iteration 998 found worse value: 339.24271741900003. iteration 999 found worse value: 339.24271741900003. iteration 1000 found worse value: 339.24271741900003. iteration 1001 found worse value: 339.24271741900003. iteration 1002 found worse value: 339.24271741900003. iteration 1003 found worse value: 339.24271741900003. iteration 1004 found worse value: 339.24271741900003. iteration 1005 found worse value: 339.24271741900003. iteration1005, perturbing to get out of local maxima iteration 1006 found worse value: 339.24271741900003. iteration 1007 found worse value: 339.24271741900003. iteration 1008 found worse value: 339.24271741900003. iteration 1009 found worse value: 339.24271741900003. iteration 1010 found worse value: 339.24271741900003. iteration 1011 found worse value: 339.24271741900003. iteration 1012 found worse value: 339.24271741900003. iteration 1013 found worse value: 339.24271741900003. iteration 1014 found worse value: 339.24271741900003. iteration 1015 found worse value: 339.24271741900003. iteration 1016 found worse value: 339.24271741900003. iteration 1017 found worse value: 339.24271741900003. iteration 1018 found worse value: 339.24271741900003. iteration 1019 found worse value: 339.24271741900003. iteration 1020 found worse value: 339.24271741900003. iteration 1021 found worse value: 339.24271741900003. iteration 1022 found worse value: 339.24271741900003. iteration 1023 found worse value: 339.24271741900003. iteration1023, perturbing to get out of local maxima iteration 1024 found worse value: 339.24271741900003. iteration 1025 found worse value: 339.24271741900003. iteration 1026 found worse value: 339.24271741900003. iteration 1027 found worse value: 339.24271741900003. iteration 1028 found worse value: 339.24271741900003. iteration 1029 found worse value: 339.24271741900003. iteration 1030 found worse value: 339.24271741900003. iteration 1031 found worse value: 339.24271741900003. iteration 1032 found worse value: 339.24271741900003. iteration 1033 found worse value: 339.24271741900003. iteration 1034 found worse value: 339.24271741900003. iteration 1035 found worse value: 339.24271741900003. iteration 1036 found better value: 339.27675083 iteration 1037 found worse value: 339.27675083. iteration 1038 found worse value: 339.27675083. iteration 1039 found worse value: 339.27675083. iteration 1040 found worse value: 339.27675083. iteration 1041 found worse value: 339.27675083. iteration 1042 found better value: 339.385641377 iteration 1043 found better value: 339.413388769 iteration 1044 found worse value: 339.413388769. iteration 1045 found worse value: 339.413388769. iteration 1046 found worse value: 339.413388769. iteration 1047 found worse value: 339.413388769. iteration 1048 found worse value: 339.413388769. iteration 1049 found worse value: 339.413388769. iteration 1050 found worse value: 339.413388769. iteration 1051 found worse value: 339.413388769. iteration 1052 found worse value: 339.413388769. iteration 1053 found worse value: 339.413388769. iteration 1054 found worse value: 339.413388769. iteration 1055 found worse value: 339.413388769. iteration 1056 found worse value: 339.413388769. iteration 1057 found worse value: 339.413388769. iteration 1058 found better value: 339.439630922 iteration 1059 found worse value: 339.439630922. iteration 1060 found worse value: 339.439630922. iteration 1061 found worse value: 339.439630922. iteration 1062 found worse value: 339.439630922. iteration 1063 found worse value: 339.439630922. iteration 1064 found worse value: 339.439630922. iteration 1065 found worse value: 339.439630922. iteration 1066 found better value: 339.47249476199994 iteration 1067 found worse value: 339.47249476199994. iteration 1068 found worse value: 339.47249476199994. iteration1068, perturbing to get out of local maxima iteration 1069 found worse value: 339.47249476199994. iteration 1070 found worse value: 339.47249476199994. iteration 1071 found worse value: 339.47249476199994. iteration 1072 found worse value: 339.47249476199994. iteration 1073 found better value: 339.506363541 iteration 1074 found worse value: 339.506363541. iteration 1075 found worse value: 339.506363541. iteration 1076 found worse value: 339.506363541. iteration 1077 found worse value: 339.506363541. iteration 1078 found worse value: 339.506363541. iteration 1079 found worse value: 339.506363541. iteration 1080 found worse value: 339.506363541. iteration 1081 found worse value: 339.506363541. iteration 1082 found worse value: 339.506363541. iteration 1083 found worse value: 339.506363541. iteration 1084 found worse value: 339.506363541. iteration 1085 found worse value: 339.506363541. iteration 1086 found better value: 339.511919857 iteration 1087 found worse value: 339.511919857. iteration 1088 found worse value: 339.511919857. iteration 1089 found worse value: 339.511919857. iteration 1090 found worse value: 339.511919857. iteration 1091 found worse value: 339.511919857. iteration 1092 found worse value: 339.511919857. iteration 1093 found worse value: 339.511919857. iteration 1094 found worse value: 339.511919857. iteration 1095 found worse value: 339.511919857. iteration 1096 found worse value: 339.511919857. iteration 1097 found worse value: 339.511919857. iteration 1098 found worse value: 339.511919857. iteration 1099 found worse value: 339.511919857. iteration 1100 found worse value: 339.511919857. iteration 1101 found worse value: 339.511919857. iteration 1102 found worse value: 339.511919857. iteration 1103 found worse value: 339.511919857. iteration 1104 found worse value: 339.511919857. iteration 1105 found better value: 339.603664565 iteration 1106 found worse value: 339.603664565. iteration 1107 found worse value: 339.603664565. iteration 1108 found worse value: 339.603664565. iteration 1109 found worse value: 339.603664565. iteration 1110 found worse value: 339.603664565. iteration 1111 found worse value: 339.603664565. iteration 1112 found worse value: 339.603664565. iteration 1113 found worse value: 339.603664565. iteration 1114 found worse value: 339.603664565. iteration 1115 found worse value: 339.603664565. iteration 1116 found worse value: 339.603664565. iteration 1117 found worse value: 339.603664565. iteration 1118 found worse value: 339.603664565. iteration 1119 found worse value: 339.603664565. iteration 1120 found worse value: 339.603664565. iteration 1121 found worse value: 339.603664565. iteration 1122 found worse value: 339.603664565. iteration 1123 found worse value: 339.603664565. iteration 1124 found worse value: 339.603664565. iteration 1125 found worse value: 339.603664565. iteration 1126 found worse value: 339.603664565. iteration 1127 found worse value: 339.603664565. iteration 1128 found worse value: 339.603664565. iteration 1129 found worse value: 339.603664565. iteration 1130 found worse value: 339.603664565. iteration 1131 found worse value: 339.603664565. iteration 1132 found worse value: 339.603664565. iteration 1133 found worse value: 339.603664565. iteration 1134 found worse value: 339.603664565. iteration 1135 found worse value: 339.603664565. iteration 1136 found worse value: 339.603664565. iteration 1137 found worse value: 339.603664565. iteration 1138 found worse value: 339.603664565. iteration 1139 found worse value: 339.603664565. iteration 1140 found worse value: 339.603664565. iteration 1141 found worse value: 339.603664565. iteration 1142 found worse value: 339.603664565. iteration 1143 found worse value: 339.603664565. iteration 1144 found worse value: 339.603664565. iteration 1145 found worse value: 339.603664565. iteration 1146 found worse value: 339.603664565. iteration 1147 found worse value: 339.603664565. iteration 1148 found worse value: 339.603664565. iteration 1149 found worse value: 339.603664565. iteration 1150 found worse value: 339.603664565. iteration 1151 found worse value: 339.603664565. iteration 1152 found worse value: 339.603664565. iteration 1153 found worse value: 339.603664565. iteration 1154 found worse value: 339.603664565. iteration 1155 found worse value: 339.603664565. iteration 1156 found worse value: 339.603664565. iteration 1157 found worse value: 339.603664565. iteration 1158 found worse value: 339.603664565. iteration 1159 found worse value: 339.603664565. iteration 1160 found worse value: 339.603664565. iteration 1161 found worse value: 339.603664565. iteration 1162 found worse value: 339.603664565. iteration 1163 found worse value: 339.603664565. iteration 1164 found worse value: 339.603664565. iteration 1165 found worse value: 339.603664565. iteration 1166 found worse value: 339.603664565. iteration 1167 found worse value: 339.603664565. iteration 1168 found worse value: 339.603664565. iteration 1169 found worse value: 339.603664565. iteration 1170 found worse value: 339.603664565. iteration 1171 found worse value: 339.603664565. iteration 1172 found worse value: 339.603664565. iteration 1173 found worse value: 339.603664565. iteration 1174 found worse value: 339.603664565. iteration 1175 found worse value: 339.603664565. iteration 1176 found worse value: 339.603664565. iteration1176, perturbing to get out of local maxima iteration 1177 found worse value: 339.603664565. iteration 1178 found worse value: 339.603664565. iteration 1179 found worse value: 339.603664565. iteration 1180 found worse value: 339.603664565. iteration1180, perturbing to get out of local maxima iteration 1181 found worse value: 339.603664565. iteration 1182 found worse value: 339.603664565. iteration 1183 found worse value: 339.603664565. iteration 1184 found worse value: 339.603664565. iteration 1185 found worse value: 339.603664565. iteration 1186 found worse value: 339.603664565. iteration 1187 found worse value: 339.603664565. iteration 1188 found worse value: 339.603664565. iteration 1189 found worse value: 339.603664565. iteration 1190 found worse value: 339.603664565. iteration 1191 found worse value: 339.603664565. iteration 1192 found worse value: 339.603664565. iteration 1193 found worse value: 339.603664565. iteration 1194 found worse value: 339.603664565. iteration 1195 found worse value: 339.603664565. iteration 1196 found worse value: 339.603664565. iteration 1197 found worse value: 339.603664565. iteration 1198 found worse value: 339.603664565. iteration 1199 found worse value: 339.603664565. iteration 1200 found worse value: 339.603664565. iteration 1201 found worse value: 339.603664565. iteration1201, perturbing to get out of local maxima iteration 1202 found worse value: 339.603664565. iteration 1203 found worse value: 339.603664565. iteration 1204 found worse value: 339.603664565. iteration 1205 found worse value: 339.603664565. iteration 1206 found worse value: 339.603664565. iteration 1207 found worse value: 339.603664565. iteration 1208 found worse value: 339.603664565. iteration 1209 found worse value: 339.603664565. iteration 1210 found worse value: 339.603664565. iteration 1211 found worse value: 339.603664565. iteration 1212 found worse value: 339.603664565. iteration 1213 found worse value: 339.603664565. iteration 1214 found worse value: 339.603664565. iteration 1215 found worse value: 339.603664565. iteration 1216 found worse value: 339.603664565. iteration 1217 found worse value: 339.603664565. iteration 1218 found better value: 339.69197059400005 iteration 1219 found worse value: 339.69197059400005. iteration 1220 found worse value: 339.69197059400005. iteration 1221 found worse value: 339.69197059400005. iteration 1222 found worse value: 339.69197059400005. iteration 1223 found worse value: 339.69197059400005. iteration 1224 found worse value: 339.69197059400005. iteration 1225 found worse value: 339.69197059400005. iteration 1226 found worse value: 339.69197059400005. iteration 1227 found worse value: 339.69197059400005. iteration 1228 found worse value: 339.69197059400005. iteration 1229 found worse value: 339.69197059400005. iteration 1230 found better value: 339.70915286300004 iteration 1231 found worse value: 339.70915286300004. iteration 1232 found worse value: 339.70915286300004. iteration 1233 found better value: 339.71234957300004 iteration 1234 found worse value: 339.71234957300004. iteration1234, perturbing to get out of local maxima iteration 1235 found worse value: 339.71234957300004. iteration 1236 found worse value: 339.71234957300004. iteration 1237 found worse value: 339.71234957300004. iteration 1238 found worse value: 339.71234957300004. iteration 1239 found worse value: 339.71234957300004. iteration 1240 found worse value: 339.71234957300004. iteration 1241 found worse value: 339.71234957300004. iteration 1242 found worse value: 339.71234957300004. iteration 1243 found worse value: 339.71234957300004. iteration 1244 found worse value: 339.71234957300004. iteration 1245 found worse value: 339.71234957300004. iteration 1246 found worse value: 339.71234957300004. iteration 1247 found worse value: 339.71234957300004. iteration 1248 found worse value: 339.71234957300004. iteration 1249 found worse value: 339.71234957300004. iteration 1250 found worse value: 339.71234957300004. iteration 1251 found worse value: 339.71234957300004. iteration 1252 found worse value: 339.71234957300004. iteration 1253 found worse value: 339.71234957300004. iteration 1254 found worse value: 339.71234957300004. iteration 1255 found worse value: 339.71234957300004. iteration 1256 found better value: 339.724385618 iteration 1257 found worse value: 339.724385618. iteration 1258 found worse value: 339.724385618. iteration 1259 found worse value: 339.724385618. iteration 1260 found worse value: 339.724385618. iteration 1261 found worse value: 339.724385618. iteration 1262 found worse value: 339.724385618. iteration 1263 found worse value: 339.724385618. iteration 1264 found worse value: 339.724385618. iteration 1265 found worse value: 339.724385618. iteration 1266 found worse value: 339.724385618. iteration 1267 found worse value: 339.724385618. iteration 1268 found worse value: 339.724385618. iteration 1269 found worse value: 339.724385618. iteration 1270 found worse value: 339.724385618. iteration 1271 found worse value: 339.724385618. iteration 1272 found worse value: 339.724385618. iteration 1273 found worse value: 339.724385618. iteration 1274 found worse value: 339.724385618. iteration 1275 found worse value: 339.724385618. iteration 1276 found worse value: 339.724385618. iteration 1277 found worse value: 339.724385618. iteration 1278 found worse value: 339.724385618. iteration 1279 found worse value: 339.724385618. iteration 1280 found worse value: 339.724385618. iteration1280, perturbing to get out of local maxima iteration 1281 found worse value: 339.724385618. iteration 1282 found worse value: 339.724385618. iteration 1283 found worse value: 339.724385618. iteration 1284 found worse value: 339.724385618. iteration 1285 found worse value: 339.724385618. iteration 1286 found worse value: 339.724385618. iteration 1287 found worse value: 339.724385618. iteration 1288 found worse value: 339.724385618. iteration 1289 found worse value: 339.724385618. iteration 1290 found worse value: 339.724385618. iteration 1291 found worse value: 339.724385618. iteration 1292 found worse value: 339.724385618. iteration 1293 found worse value: 339.724385618. iteration 1294 found worse value: 339.724385618. iteration 1295 found worse value: 339.724385618. iteration 1296 found worse value: 339.724385618. iteration 1297 found worse value: 339.724385618. iteration 1298 found worse value: 339.724385618. iteration 1299 found worse value: 339.724385618. iteration 1300 found worse value: 339.724385618. iteration 1301 found worse value: 339.724385618. iteration 1302 found worse value: 339.724385618. iteration 1303 found worse value: 339.724385618. iteration 1304 found worse value: 339.724385618. iteration1304, perturbing to get out of local maxima iteration 1305 found worse value: 339.724385618. iteration 1306 found worse value: 339.724385618. iteration 1307 found worse value: 339.724385618. iteration 1308 found worse value: 339.724385618. iteration 1309 found worse value: 339.724385618. iteration 1310 found worse value: 339.724385618. iteration 1311 found worse value: 339.724385618. iteration 1312 found worse value: 339.724385618. iteration 1313 found worse value: 339.724385618. iteration 1314 found worse value: 339.724385618. iteration 1315 found worse value: 339.724385618. iteration 1316 found worse value: 339.724385618. iteration 1317 found worse value: 339.724385618. iteration 1318 found worse value: 339.724385618. iteration 1319 found worse value: 339.724385618. iteration 1320 found worse value: 339.724385618. iteration 1321 found worse value: 339.724385618. iteration 1322 found worse value: 339.724385618. iteration 1323 found worse value: 339.724385618. iteration 1324 found worse value: 339.724385618. iteration 1325 found worse value: 339.724385618. iteration 1326 found worse value: 339.724385618. iteration 1327 found worse value: 339.724385618. iteration 1328 found worse value: 339.724385618. iteration 1329 found worse value: 339.724385618. iteration 1330 found worse value: 339.724385618. iteration 1331 found worse value: 339.724385618. iteration 1332 found worse value: 339.724385618. iteration 1333 found worse value: 339.724385618. iteration 1334 found worse value: 339.724385618. iteration 1335 found worse value: 339.724385618. iteration 1336 found worse value: 339.724385618. iteration 1337 found worse value: 339.724385618. iteration 1338 found worse value: 339.724385618. iteration 1339 found worse value: 339.724385618. iteration 1340 found worse value: 339.724385618. iteration 1341 found worse value: 339.724385618. iteration 1342 found worse value: 339.724385618. iteration 1343 found worse value: 339.724385618. iteration 1344 found worse value: 339.724385618. iteration 1345 found worse value: 339.724385618. iteration 1346 found worse value: 339.724385618. iteration 1347 found worse value: 339.724385618. iteration 1348 found worse value: 339.724385618. iteration 1349 found worse value: 339.724385618. iteration 1350 found worse value: 339.724385618. iteration 1351 found worse value: 339.724385618. iteration 1352 found worse value: 339.724385618. iteration 1353 found worse value: 339.724385618. iteration 1354 found worse value: 339.724385618. iteration 1355 found worse value: 339.724385618. iteration 1356 found worse value: 339.724385618. iteration 1357 found worse value: 339.724385618. iteration 1358 found worse value: 339.724385618. iteration 1359 found better value: 339.726228321 iteration 1360 found worse value: 339.726228321. iteration 1361 found worse value: 339.726228321. iteration 1362 found worse value: 339.726228321. iteration 1363 found worse value: 339.726228321. iteration 1364 found worse value: 339.726228321. iteration 1365 found worse value: 339.726228321. iteration 1366 found worse value: 339.726228321. iteration 1367 found worse value: 339.726228321. iteration 1368 found worse value: 339.726228321. iteration 1369 found worse value: 339.726228321. iteration 1370 found worse value: 339.726228321. iteration 1371 found worse value: 339.726228321. iteration 1372 found worse value: 339.726228321. iteration 1373 found worse value: 339.726228321. iteration 1374 found worse value: 339.726228321. iteration 1375 found worse value: 339.726228321. iteration 1376 found worse value: 339.726228321. iteration 1377 found worse value: 339.726228321. iteration 1378 found worse value: 339.726228321. iteration 1379 found worse value: 339.726228321. iteration 1380 found worse value: 339.726228321. iteration1380, perturbing to get out of local maxima iteration 1381 found worse value: 339.726228321. iteration 1382 found worse value: 339.726228321. iteration 1383 found worse value: 339.726228321. iteration 1384 found worse value: 339.726228321. iteration 1385 found worse value: 339.726228321. iteration 1386 found worse value: 339.726228321. iteration 1387 found worse value: 339.726228321. iteration 1388 found worse value: 339.726228321. iteration 1389 found worse value: 339.726228321. iteration 1390 found worse value: 339.726228321. iteration 1391 found worse value: 339.726228321. iteration 1392 found worse value: 339.726228321. iteration 1393 found worse value: 339.726228321. iteration 1394 found worse value: 339.726228321. iteration 1395 found worse value: 339.726228321. iteration 1396 found worse value: 339.726228321. iteration 1397 found worse value: 339.726228321. iteration 1398 found worse value: 339.726228321. iteration 1399 found worse value: 339.726228321. iteration 1400 found worse value: 339.726228321. iteration 1401 found worse value: 339.726228321. iteration 1402 found worse value: 339.726228321. iteration 1403 found worse value: 339.726228321. iteration 1404 found worse value: 339.726228321. iteration 1405 found worse value: 339.726228321. iteration 1406 found worse value: 339.726228321. iteration 1407 found worse value: 339.726228321. iteration 1408 found worse value: 339.726228321. iteration 1409 found worse value: 339.726228321. iteration 1410 found worse value: 339.726228321. iteration 1411 found worse value: 339.726228321. iteration 1412 found worse value: 339.726228321. iteration 1413 found worse value: 339.726228321. iteration 1414 found worse value: 339.726228321. iteration 1415 found worse value: 339.726228321. iteration 1416 found worse value: 339.726228321. iteration 1417 found worse value: 339.726228321. iteration 1418 found worse value: 339.726228321. iteration 1419 found worse value: 339.726228321. iteration 1420 found worse value: 339.726228321. iteration 1421 found worse value: 339.726228321. iteration 1422 found worse value: 339.726228321. iteration 1423 found worse value: 339.726228321. iteration 1424 found worse value: 339.726228321. iteration 1425 found worse value: 339.726228321. iteration 1426 found worse value: 339.726228321. iteration 1427 found worse value: 339.726228321. iteration 1428 found worse value: 339.726228321. iteration 1429 found worse value: 339.726228321. iteration 1430 found worse value: 339.726228321. iteration 1431 found worse value: 339.726228321. iteration 1432 found worse value: 339.726228321. iteration 1433 found worse value: 339.726228321. iteration 1434 found worse value: 339.726228321. iteration 1435 found worse value: 339.726228321. iteration 1436 found worse value: 339.726228321. iteration 1437 found worse value: 339.726228321. iteration 1438 found worse value: 339.726228321. iteration 1439 found worse value: 339.726228321. iteration 1440 found worse value: 339.726228321. iteration 1441 found worse value: 339.726228321. iteration 1442 found worse value: 339.726228321. iteration 1443 found worse value: 339.726228321. iteration 1444 found worse value: 339.726228321. iteration 1445 found worse value: 339.726228321. iteration 1446 found worse value: 339.726228321. iteration 1447 found worse value: 339.726228321. iteration 1448 found worse value: 339.726228321. iteration 1449 found worse value: 339.726228321. iteration 1450 found worse value: 339.726228321. iteration 1451 found worse value: 339.726228321. iteration 1452 found worse value: 339.726228321. iteration 1453 found worse value: 339.726228321. iteration 1454 found worse value: 339.726228321. iteration1454, perturbing to get out of local maxima iteration 1455 found worse value: 339.726228321. iteration 1456 found worse value: 339.726228321. iteration 1457 found worse value: 339.726228321. iteration 1458 found worse value: 339.726228321. iteration 1459 found worse value: 339.726228321. iteration 1460 found worse value: 339.726228321. iteration 1461 found worse value: 339.726228321. iteration 1462 found worse value: 339.726228321. iteration1462, perturbing to get out of local maxima iteration 1463 found worse value: 339.726228321. iteration 1464 found worse value: 339.726228321. iteration 1465 found worse value: 339.726228321. iteration1465, perturbing to get out of local maxima iteration 1466 found worse value: 339.726228321. iteration 1467 found worse value: 339.726228321. iteration 1468 found worse value: 339.726228321. iteration 1469 found worse value: 339.726228321. iteration 1470 found worse value: 339.726228321. iteration 1471 found worse value: 339.726228321. iteration 1472 found worse value: 339.726228321. iteration 1473 found worse value: 339.726228321. iteration 1474 found worse value: 339.726228321. iteration 1475 found worse value: 339.726228321. iteration 1476 found worse value: 339.726228321. iteration 1477 found worse value: 339.726228321. iteration 1478 found worse value: 339.726228321. iteration 1479 found worse value: 339.726228321. iteration 1480 found worse value: 339.726228321. iteration 1481 found worse value: 339.726228321. iteration 1482 found worse value: 339.726228321. iteration 1483 found worse value: 339.726228321. iteration 1484 found worse value: 339.726228321. iteration 1485 found worse value: 339.726228321. iteration 1486 found worse value: 339.726228321. iteration 1487 found worse value: 339.726228321. iteration 1488 found worse value: 339.726228321. iteration 1489 found worse value: 339.726228321. iteration 1490 found worse value: 339.726228321. iteration1490, perturbing to get out of local maxima iteration 1491 found worse value: 339.726228321. iteration 1492 found worse value: 339.726228321. iteration 1493 found worse value: 339.726228321. iteration 1494 found worse value: 339.726228321. iteration 1495 found worse value: 339.726228321. iteration1495, perturbing to get out of local maxima iteration 1496 found worse value: 339.726228321. iteration 1497 found worse value: 339.726228321. iteration 1498 found worse value: 339.726228321. iteration 1499 found worse value: 339.726228321. iteration 1500 found worse value: 339.726228321. iteration 1501 found worse value: 339.726228321. iteration 1502 found worse value: 339.726228321. iteration 1503 found worse value: 339.726228321. iteration 1504 found worse value: 339.726228321. iteration 1505 found worse value: 339.726228321. iteration 1506 found worse value: 339.726228321. iteration 1507 found worse value: 339.726228321. iteration 1508 found worse value: 339.726228321. iteration 1509 found worse value: 339.726228321. iteration 1510 found worse value: 339.726228321. iteration 1511 found worse value: 339.726228321. iteration 1512 found worse value: 339.726228321. iteration 1513 found worse value: 339.726228321. iteration 1514 found worse value: 339.726228321. iteration 1515 found worse value: 339.726228321. iteration 1516 found worse value: 339.726228321. iteration 1517 found worse value: 339.726228321. iteration 1518 found worse value: 339.726228321. iteration 1519 found worse value: 339.726228321. iteration 1520 found worse value: 339.726228321. iteration 1521 found worse value: 339.726228321. iteration 1522 found worse value: 339.726228321. iteration 1523 found worse value: 339.726228321. iteration 1524 found worse value: 339.726228321. iteration 1525 found worse value: 339.726228321. iteration 1526 found worse value: 339.726228321. iteration1526, perturbing to get out of local maxima iteration 1527 found worse value: 339.726228321. iteration 1528 found worse value: 339.726228321. iteration 1529 found worse value: 339.726228321. iteration 1530 found worse value: 339.726228321. iteration 1531 found worse value: 339.726228321. iteration 1532 found worse value: 339.726228321. iteration 1533 found worse value: 339.726228321. iteration 1534 found worse value: 339.726228321. iteration 1535 found worse value: 339.726228321. iteration 1536 found worse value: 339.726228321. iteration 1537 found worse value: 339.726228321. iteration 1538 found worse value: 339.726228321. iteration 1539 found worse value: 339.726228321. iteration 1540 found worse value: 339.726228321. iteration 1541 found worse value: 339.726228321. iteration 1542 found worse value: 339.726228321. iteration 1543 found worse value: 339.726228321. iteration 1544 found worse value: 339.726228321. iteration 1545 found worse value: 339.726228321. iteration 1546 found worse value: 339.726228321. iteration 1547 found worse value: 339.726228321. iteration 1548 found worse value: 339.726228321. iteration 1549 found worse value: 339.726228321. iteration 1550 found worse value: 339.726228321. iteration 1551 found worse value: 339.726228321. iteration 1552 found worse value: 339.726228321. iteration 1553 found worse value: 339.726228321. iteration 1554 found worse value: 339.726228321. iteration 1555 found worse value: 339.726228321. iteration 1556 found worse value: 339.726228321. iteration 1557 found worse value: 339.726228321. iteration 1558 found worse value: 339.726228321. iteration 1559 found worse value: 339.726228321. iteration 1560 found worse value: 339.726228321. iteration 1561 found worse value: 339.726228321. iteration 1562 found worse value: 339.726228321. iteration 1563 found worse value: 339.726228321. iteration 1564 found worse value: 339.726228321. iteration 1565 found worse value: 339.726228321. iteration 1566 found worse value: 339.726228321. iteration 1567 found worse value: 339.726228321. iteration 1568 found worse value: 339.726228321. iteration 1569 found worse value: 339.726228321. iteration 1570 found worse value: 339.726228321. iteration 1571 found worse value: 339.726228321. iteration 1572 found worse value: 339.726228321. iteration 1573 found worse value: 339.726228321. iteration 1574 found worse value: 339.726228321. iteration 1575 found worse value: 339.726228321. iteration 1576 found worse value: 339.726228321. iteration1576, perturbing to get out of local maxima iteration 1577 found worse value: 339.726228321. iteration 1578 found worse value: 339.726228321. iteration 1579 found worse value: 339.726228321. iteration 1580 found worse value: 339.726228321. iteration 1581 found worse value: 339.726228321. iteration 1582 found worse value: 339.726228321. iteration 1583 found worse value: 339.726228321. iteration 1584 found worse value: 339.726228321. iteration 1585 found worse value: 339.726228321. iteration 1586 found worse value: 339.726228321. iteration 1587 found worse value: 339.726228321. iteration 1588 found worse value: 339.726228321. iteration 1589 found worse value: 339.726228321. iteration 1590 found worse value: 339.726228321. iteration 1591 found worse value: 339.726228321. iteration 1592 found worse value: 339.726228321. iteration 1593 found worse value: 339.726228321. iteration 1594 found worse value: 339.726228321. iteration 1595 found worse value: 339.726228321. iteration 1596 found worse value: 339.726228321. iteration 1597 found worse value: 339.726228321. iteration 1598 found worse value: 339.726228321. iteration 1599 found worse value: 339.726228321. iteration 1600 found worse value: 339.726228321. iteration 1601 found worse value: 339.726228321. iteration 1602 found worse value: 339.726228321. iteration 1603 found worse value: 339.726228321. iteration 1604 found worse value: 339.726228321. iteration 1605 found worse value: 339.726228321. iteration 1606 found worse value: 339.726228321. iteration 1607 found worse value: 339.726228321. iteration 1608 found worse value: 339.726228321. iteration 1609 found worse value: 339.726228321. iteration 1610 found worse value: 339.726228321. iteration 1611 found worse value: 339.726228321. iteration 1612 found worse value: 339.726228321. iteration 1613 found worse value: 339.726228321. iteration 1614 found worse value: 339.726228321. iteration 1615 found worse value: 339.726228321. iteration 1616 found worse value: 339.726228321. iteration 1617 found worse value: 339.726228321. iteration 1618 found worse value: 339.726228321. iteration 1619 found worse value: 339.726228321. iteration 1620 found worse value: 339.726228321. iteration 1621 found worse value: 339.726228321. iteration 1622 found worse value: 339.726228321. iteration 1623 found worse value: 339.726228321. iteration 1624 found worse value: 339.726228321. iteration 1625 found worse value: 339.726228321. iteration 1626 found worse value: 339.726228321. iteration 1627 found worse value: 339.726228321. iteration 1628 found worse value: 339.726228321. iteration 1629 found worse value: 339.726228321. iteration 1630 found worse value: 339.726228321. iteration 1631 found worse value: 339.726228321. iteration 1632 found worse value: 339.726228321. iteration 1633 found worse value: 339.726228321. iteration 1634 found worse value: 339.726228321. iteration 1635 found worse value: 339.726228321. iteration 1636 found worse value: 339.726228321. iteration 1637 found worse value: 339.726228321. iteration 1638 found worse value: 339.726228321. iteration 1639 found worse value: 339.726228321. iteration 1640 found worse value: 339.726228321. iteration 1641 found better value: 339.728688708 iteration 1642 found worse value: 339.728688708. iteration 1643 found worse value: 339.728688708. iteration 1644 found worse value: 339.728688708. iteration 1645 found worse value: 339.728688708. iteration 1646 found worse value: 339.728688708. iteration 1647 found better value: 339.739317978 iteration 1648 found worse value: 339.739317978. iteration 1649 found worse value: 339.739317978. iteration 1650 found worse value: 339.739317978. iteration 1651 found worse value: 339.739317978. iteration 1652 found worse value: 339.739317978. iteration 1653 found worse value: 339.739317978. iteration 1654 found worse value: 339.739317978. iteration 1655 found worse value: 339.739317978. iteration 1656 found worse value: 339.739317978. iteration 1657 found worse value: 339.739317978. iteration 1658 found worse value: 339.739317978. iteration 1659 found worse value: 339.739317978. iteration 1660 found worse value: 339.739317978. iteration 1661 found worse value: 339.739317978. iteration 1662 found worse value: 339.739317978. iteration 1663 found worse value: 339.739317978. iteration 1664 found worse value: 339.739317978. iteration 1665 found worse value: 339.739317978. iteration 1666 found worse value: 339.739317978. iteration 1667 found worse value: 339.739317978. iteration 1668 found worse value: 339.739317978. iteration 1669 found worse value: 339.739317978. iteration 1670 found worse value: 339.739317978. iteration 1671 found worse value: 339.739317978. iteration 1672 found worse value: 339.739317978. iteration 1673 found worse value: 339.739317978. iteration 1674 found worse value: 339.739317978. iteration 1675 found worse value: 339.739317978. iteration 1676 found worse value: 339.739317978. iteration 1677 found worse value: 339.739317978. iteration 1678 found worse value: 339.739317978. iteration 1679 found worse value: 339.739317978. iteration 1680 found worse value: 339.739317978. iteration 1681 found worse value: 339.739317978. iteration 1682 found worse value: 339.739317978. iteration 1683 found better value: 339.740772273 iteration 1684 found worse value: 339.740772273. iteration 1685 found worse value: 339.740772273. iteration 1686 found worse value: 339.740772273. iteration 1687 found worse value: 339.740772273. iteration 1688 found worse value: 339.740772273. iteration 1689 found worse value: 339.740772273. iteration 1690 found worse value: 339.740772273. iteration 1691 found worse value: 339.740772273. iteration 1692 found worse value: 339.740772273. iteration 1693 found worse value: 339.740772273. iteration 1694 found worse value: 339.740772273. iteration 1695 found worse value: 339.740772273. iteration 1696 found worse value: 339.740772273. iteration 1697 found worse value: 339.740772273. iteration 1698 found worse value: 339.740772273. iteration 1699 found worse value: 339.740772273. iteration 1700 found worse value: 339.740772273. iteration 1701 found worse value: 339.740772273. iteration 1702 found worse value: 339.740772273. iteration 1703 found worse value: 339.740772273. iteration 1704 found worse value: 339.740772273. iteration 1705 found worse value: 339.740772273. iteration 1706 found worse value: 339.740772273. iteration 1707 found worse value: 339.740772273. iteration 1708 found worse value: 339.740772273. iteration 1709 found worse value: 339.740772273. iteration 1710 found worse value: 339.740772273. iteration 1711 found worse value: 339.740772273. iteration 1712 found worse value: 339.740772273. iteration 1713 found worse value: 339.740772273. iteration 1714 found worse value: 339.740772273. iteration 1715 found worse value: 339.740772273. iteration 1716 found worse value: 339.740772273. iteration 1717 found worse value: 339.740772273. iteration 1718 found worse value: 339.740772273. iteration 1719 found worse value: 339.740772273. iteration 1720 found worse value: 339.740772273. iteration 1721 found worse value: 339.740772273. iteration 1722 found worse value: 339.740772273. iteration 1723 found better value: 339.744302308 iteration 1724 found better value: 339.767470175 iteration 1725 found worse value: 339.767470175. iteration 1726 found worse value: 339.767470175. iteration 1727 found worse value: 339.767470175. iteration 1728 found worse value: 339.767470175. iteration 1729 found worse value: 339.767470175. iteration 1730 found worse value: 339.767470175. iteration 1731 found worse value: 339.767470175. iteration 1732 found worse value: 339.767470175. iteration 1733 found worse value: 339.767470175. iteration 1734 found worse value: 339.767470175. iteration 1735 found worse value: 339.767470175. iteration 1736 found worse value: 339.767470175. iteration 1737 found worse value: 339.767470175. iteration 1738 found worse value: 339.767470175. iteration 1739 found worse value: 339.767470175. iteration 1740 found worse value: 339.767470175. iteration1740, perturbing to get out of local maxima iteration 1741 found worse value: 339.767470175. iteration 1742 found worse value: 339.767470175. iteration1742, perturbing to get out of local maxima iteration 1743 found worse value: 339.767470175. iteration 1744 found worse value: 339.767470175. iteration 1745 found worse value: 339.767470175. iteration 1746 found better value: 339.76810038 iteration 1747 found worse value: 339.76810038. iteration 1748 found worse value: 339.76810038. iteration 1749 found worse value: 339.76810038. iteration 1750 found better value: 339.773997024 iteration 1751 found worse value: 339.773997024. iteration 1752 found worse value: 339.773997024. iteration 1753 found worse value: 339.773997024. iteration 1754 found worse value: 339.773997024. iteration 1755 found worse value: 339.773997024. iteration 1756 found worse value: 339.773997024. iteration 1757 found worse value: 339.773997024. iteration 1758 found worse value: 339.773997024. iteration 1759 found worse value: 339.773997024. iteration 1760 found worse value: 339.773997024. iteration 1761 found worse value: 339.773997024. iteration 1762 found worse value: 339.773997024. iteration 1763 found worse value: 339.773997024. iteration 1764 found worse value: 339.773997024. iteration 1765 found worse value: 339.773997024. iteration 1766 found worse value: 339.773997024. iteration 1767 found worse value: 339.773997024. iteration 1768 found worse value: 339.773997024. iteration 1769 found worse value: 339.773997024. iteration 1770 found worse value: 339.773997024. iteration 1771 found worse value: 339.773997024. iteration 1772 found worse value: 339.773997024. iteration 1773 found worse value: 339.773997024. iteration 1774 found worse value: 339.773997024. iteration 1775 found worse value: 339.773997024. iteration 1776 found worse value: 339.773997024. iteration 1777 found worse value: 339.773997024. iteration 1778 found worse value: 339.773997024. iteration 1779 found worse value: 339.773997024. iteration 1780 found better value: 339.790640732 iteration 1781 found worse value: 339.790640732. iteration 1782 found worse value: 339.790640732. iteration 1783 found worse value: 339.790640732. iteration 1784 found worse value: 339.790640732. iteration 1785 found worse value: 339.790640732. iteration 1786 found worse value: 339.790640732. iteration 1787 found worse value: 339.790640732. iteration 1788 found worse value: 339.790640732. iteration 1789 found worse value: 339.790640732. iteration 1790 found worse value: 339.790640732. iteration 1791 found worse value: 339.790640732. iteration 1792 found worse value: 339.790640732. iteration 1793 found worse value: 339.790640732. iteration 1794 found worse value: 339.790640732. iteration 1795 found worse value: 339.790640732. iteration 1796 found worse value: 339.790640732. iteration 1797 found worse value: 339.790640732. iteration 1798 found worse value: 339.790640732. iteration 1799 found worse value: 339.790640732. iteration 1800 found worse value: 339.790640732. iteration 1801 found worse value: 339.790640732. iteration 1802 found worse value: 339.790640732. iteration 1803 found worse value: 339.790640732. iteration 1804 found better value: 339.796292284 iteration 1805 found worse value: 339.796292284. iteration 1806 found worse value: 339.796292284. iteration 1807 found worse value: 339.796292284. iteration 1808 found worse value: 339.796292284. iteration 1809 found worse value: 339.796292284. iteration 1810 found worse value: 339.796292284. iteration 1811 found worse value: 339.796292284. iteration 1812 found worse value: 339.796292284. iteration 1813 found worse value: 339.796292284. iteration 1814 found worse value: 339.796292284. iteration 1815 found worse value: 339.796292284. iteration 1816 found worse value: 339.796292284. iteration 1817 found worse value: 339.796292284. iteration 1818 found worse value: 339.796292284. iteration 1819 found worse value: 339.796292284. iteration1819, perturbing to get out of local maxima iteration 1820 found worse value: 339.796292284. iteration 1821 found worse value: 339.796292284. iteration 1822 found worse value: 339.796292284. iteration 1823 found worse value: 339.796292284. iteration 1824 found worse value: 339.796292284. iteration 1825 found worse value: 339.796292284. iteration 1826 found worse value: 339.796292284. iteration 1827 found worse value: 339.796292284. iteration1827, perturbing to get out of local maxima iteration 1828 found worse value: 339.796292284. iteration 1829 found worse value: 339.796292284. iteration 1830 found worse value: 339.796292284. iteration1830, perturbing to get out of local maxima iteration 1831 found worse value: 339.796292284. iteration1831, perturbing to get out of local maxima iteration 1832 found worse value: 339.796292284. iteration 1833 found worse value: 339.796292284. iteration 1834 found worse value: 339.796292284. iteration 1835 found worse value: 339.796292284. iteration 1836 found worse value: 339.796292284. iteration 1837 found worse value: 339.796292284. iteration 1838 found worse value: 339.796292284. iteration 1839 found worse value: 339.796292284. iteration 1840 found worse value: 339.796292284. iteration 1841 found worse value: 339.796292284. iteration 1842 found worse value: 339.796292284. iteration 1843 found worse value: 339.796292284. iteration 1844 found worse value: 339.796292284. iteration 1845 found worse value: 339.796292284. iteration 1846 found worse value: 339.796292284. iteration 1847 found worse value: 339.796292284. iteration 1848 found worse value: 339.796292284. iteration 1849 found worse value: 339.796292284. iteration 1850 found worse value: 339.796292284. iteration 1851 found worse value: 339.796292284. iteration 1852 found worse value: 339.796292284. iteration 1853 found worse value: 339.796292284. iteration 1854 found worse value: 339.796292284. iteration 1855 found worse value: 339.796292284. iteration 1856 found worse value: 339.796292284. iteration 1857 found worse value: 339.796292284. iteration 1858 found worse value: 339.796292284. iteration 1859 found worse value: 339.796292284. iteration 1860 found worse value: 339.796292284. iteration 1861 found worse value: 339.796292284. iteration 1862 found worse value: 339.796292284. iteration 1863 found worse value: 339.796292284. iteration 1864 found worse value: 339.796292284. iteration 1865 found worse value: 339.796292284. iteration 1866 found worse value: 339.796292284. iteration 1867 found worse value: 339.796292284. iteration 1868 found worse value: 339.796292284. iteration 1869 found worse value: 339.796292284. iteration 1870 found worse value: 339.796292284. iteration 1871 found worse value: 339.796292284. iteration 1872 found worse value: 339.796292284. iteration 1873 found worse value: 339.796292284. iteration 1874 found worse value: 339.796292284. iteration 1875 found worse value: 339.796292284. iteration 1876 found worse value: 339.796292284. iteration 1877 found worse value: 339.796292284. iteration 1878 found worse value: 339.796292284. iteration 1879 found worse value: 339.796292284. iteration 1880 found worse value: 339.796292284. iteration 1881 found worse value: 339.796292284. iteration1881, perturbing to get out of local maxima iteration 1882 found worse value: 339.796292284. iteration 1883 found worse value: 339.796292284. iteration 1884 found worse value: 339.796292284. iteration 1885 found worse value: 339.796292284. iteration 1886 found worse value: 339.796292284. iteration 1887 found worse value: 339.796292284. iteration 1888 found worse value: 339.796292284. iteration 1889 found worse value: 339.796292284. iteration 1890 found worse value: 339.796292284. iteration 1891 found worse value: 339.796292284. iteration 1892 found worse value: 339.796292284. iteration 1893 found worse value: 339.796292284. iteration 1894 found worse value: 339.796292284. iteration 1895 found worse value: 339.796292284. iteration 1896 found worse value: 339.796292284. iteration 1897 found worse value: 339.796292284. iteration 1898 found worse value: 339.796292284. iteration 1899 found worse value: 339.796292284. iteration 1900 found worse value: 339.796292284. iteration 1901 found worse value: 339.796292284. iteration 1902 found worse value: 339.796292284. iteration 1903 found worse value: 339.796292284. iteration 1904 found worse value: 339.796292284. iteration 1905 found worse value: 339.796292284. iteration 1906 found worse value: 339.796292284. iteration 1907 found worse value: 339.796292284. iteration 1908 found worse value: 339.796292284. iteration1908, perturbing to get out of local maxima iteration 1909 found worse value: 339.796292284. iteration 1910 found worse value: 339.796292284. iteration 1911 found worse value: 339.796292284. iteration 1912 found worse value: 339.796292284. iteration 1913 found worse value: 339.796292284. iteration 1914 found worse value: 339.796292284. iteration 1915 found worse value: 339.796292284. iteration 1916 found worse value: 339.796292284. iteration 1917 found worse value: 339.796292284. iteration 1918 found worse value: 339.796292284. iteration 1919 found worse value: 339.796292284. iteration 1920 found worse value: 339.796292284. iteration 1921 found worse value: 339.796292284. iteration 1922 found worse value: 339.796292284. iteration 1923 found worse value: 339.796292284. iteration 1924 found worse value: 339.796292284. iteration 1925 found worse value: 339.796292284. iteration 1926 found worse value: 339.796292284. iteration 1927 found worse value: 339.796292284. iteration 1928 found worse value: 339.796292284. iteration 1929 found worse value: 339.796292284. iteration 1930 found worse value: 339.796292284. iteration 1931 found worse value: 339.796292284. iteration 1932 found worse value: 339.796292284. iteration 1933 found worse value: 339.796292284. iteration 1934 found worse value: 339.796292284. iteration 1935 found worse value: 339.796292284. iteration 1936 found worse value: 339.796292284. iteration 1937 found worse value: 339.796292284. iteration 1938 found worse value: 339.796292284. iteration 1939 found worse value: 339.796292284. iteration 1940 found worse value: 339.796292284. iteration 1941 found worse value: 339.796292284. iteration 1942 found worse value: 339.796292284. iteration 1943 found worse value: 339.796292284. iteration 1944 found worse value: 339.796292284. iteration 1945 found worse value: 339.796292284. iteration 1946 found worse value: 339.796292284. iteration 1947 found worse value: 339.796292284. iteration 1948 found worse value: 339.796292284. iteration 1949 found worse value: 339.796292284. iteration 1950 found worse value: 339.796292284. iteration 1951 found worse value: 339.796292284. iteration 1952 found worse value: 339.796292284. iteration 1953 found worse value: 339.796292284. iteration 1954 found worse value: 339.796292284. iteration 1955 found worse value: 339.796292284. iteration 1956 found worse value: 339.796292284. iteration 1957 found worse value: 339.796292284. iteration 1958 found worse value: 339.796292284. iteration 1959 found worse value: 339.796292284. iteration 1960 found worse value: 339.796292284. iteration 1961 found worse value: 339.796292284. iteration 1962 found worse value: 339.796292284. iteration 1963 found worse value: 339.796292284. iteration 1964 found worse value: 339.796292284. iteration 1965 found worse value: 339.796292284. iteration 1966 found worse value: 339.796292284. iteration 1967 found worse value: 339.796292284. iteration 1968 found worse value: 339.796292284. iteration 1969 found worse value: 339.796292284. iteration 1970 found worse value: 339.796292284. iteration 1971 found worse value: 339.796292284. iteration 1972 found worse value: 339.796292284. iteration 1973 found worse value: 339.796292284. iteration 1974 found worse value: 339.796292284. iteration 1975 found worse value: 339.796292284. iteration 1976 found worse value: 339.796292284. iteration 1977 found worse value: 339.796292284. iteration 1978 found worse value: 339.796292284. iteration 1979 found worse value: 339.796292284. iteration 1980 found worse value: 339.796292284. iteration 1981 found worse value: 339.796292284. iteration 1982 found worse value: 339.796292284. iteration 1983 found worse value: 339.796292284. iteration 1984 found worse value: 339.796292284. iteration 1985 found worse value: 339.796292284. iteration 1986 found worse value: 339.796292284. iteration 1987 found worse value: 339.796292284. iteration 1988 found worse value: 339.796292284. iteration 1989 found worse value: 339.796292284. iteration 1990 found worse value: 339.796292284. iteration 1991 found worse value: 339.796292284. iteration 1992 found worse value: 339.796292284. iteration 1993 found worse value: 339.796292284. iteration 1994 found worse value: 339.796292284. iteration 1995 found worse value: 339.796292284. iteration 1996 found worse value: 339.796292284. iteration 1997 found worse value: 339.796292284. iteration 1998 found worse value: 339.796292284. iteration 1999 found better value: 339.798819733 iteration 2000 found worse value: 339.798819733. iteration 2001 found worse value: 339.798819733. iteration 2002 found worse value: 339.798819733. iteration 2003 found worse value: 339.798819733. iteration 2004 found worse value: 339.798819733. iteration 2005 found worse value: 339.798819733. iteration 2006 found worse value: 339.798819733. iteration 2007 found worse value: 339.798819733. iteration 2008 found worse value: 339.798819733. iteration 2009 found worse value: 339.798819733. iteration 2010 found worse value: 339.798819733. iteration 2011 found worse value: 339.798819733. iteration 2012 found worse value: 339.798819733. iteration 2013 found worse value: 339.798819733. iteration 2014 found worse value: 339.798819733. iteration 2015 found worse value: 339.798819733. iteration 2016 found worse value: 339.798819733. iteration 2017 found worse value: 339.798819733. iteration 2018 found worse value: 339.798819733. iteration 2019 found worse value: 339.798819733. iteration 2020 found worse value: 339.798819733. iteration 2021 found worse value: 339.798819733. iteration 2022 found worse value: 339.798819733. iteration 2023 found worse value: 339.798819733. iteration 2024 found worse value: 339.798819733. iteration 2025 found worse value: 339.798819733. iteration 2026 found worse value: 339.798819733. iteration 2027 found worse value: 339.798819733. iteration 2028 found worse value: 339.798819733. iteration 2029 found worse value: 339.798819733. iteration 2030 found worse value: 339.798819733. iteration 2031 found better value: 339.801608306 iteration 2032 found worse value: 339.801608306. iteration 2033 found worse value: 339.801608306. iteration 2034 found worse value: 339.801608306. iteration 2035 found worse value: 339.801608306. iteration 2036 found worse value: 339.801608306. iteration 2037 found worse value: 339.801608306. iteration 2038 found worse value: 339.801608306. iteration 2039 found worse value: 339.801608306. iteration 2040 found worse value: 339.801608306. iteration 2041 found worse value: 339.801608306. iteration 2042 found worse value: 339.801608306. iteration 2043 found worse value: 339.801608306. iteration 2044 found worse value: 339.801608306. iteration 2045 found worse value: 339.801608306. iteration 2046 found worse value: 339.801608306. iteration 2047 found worse value: 339.801608306. iteration 2048 found worse value: 339.801608306. iteration 2049 found worse value: 339.801608306. iteration 2050 found worse value: 339.801608306. iteration 2051 found worse value: 339.801608306. iteration 2052 found worse value: 339.801608306. iteration 2053 found worse value: 339.801608306. iteration 2054 found worse value: 339.801608306. iteration 2055 found worse value: 339.801608306. iteration 2056 found worse value: 339.801608306. iteration 2057 found worse value: 339.801608306. iteration 2058 found worse value: 339.801608306. iteration 2059 found worse value: 339.801608306. iteration 2060 found worse value: 339.801608306. iteration 2061 found worse value: 339.801608306. iteration 2062 found worse value: 339.801608306. iteration 2063 found worse value: 339.801608306. iteration 2064 found worse value: 339.801608306. iteration 2065 found worse value: 339.801608306. iteration 2066 found worse value: 339.801608306. iteration 2067 found worse value: 339.801608306. iteration 2068 found worse value: 339.801608306. iteration 2069 found worse value: 339.801608306. iteration 2070 found worse value: 339.801608306. iteration 2071 found worse value: 339.801608306. iteration 2072 found worse value: 339.801608306. iteration 2073 found worse value: 339.801608306. iteration 2074 found worse value: 339.801608306. iteration 2075 found worse value: 339.801608306. iteration 2076 found worse value: 339.801608306. iteration 2077 found worse value: 339.801608306. iteration 2078 found worse value: 339.801608306. iteration 2079 found worse value: 339.801608306. iteration 2080 found worse value: 339.801608306. iteration 2081 found worse value: 339.801608306. iteration 2082 found worse value: 339.801608306. iteration 2083 found worse value: 339.801608306. iteration 2084 found worse value: 339.801608306. iteration 2085 found worse value: 339.801608306. iteration 2086 found worse value: 339.801608306. iteration 2087 found worse value: 339.801608306. iteration 2088 found worse value: 339.801608306. iteration 2089 found worse value: 339.801608306. iteration 2090 found worse value: 339.801608306. iteration 2091 found worse value: 339.801608306. iteration 2092 found worse value: 339.801608306. iteration 2093 found worse value: 339.801608306. iteration 2094 found worse value: 339.801608306. iteration 2095 found worse value: 339.801608306. iteration 2096 found worse value: 339.801608306. iteration 2097 found worse value: 339.801608306. iteration 2098 found worse value: 339.801608306. iteration 2099 found worse value: 339.801608306. iteration 2100 found worse value: 339.801608306. iteration 2101 found worse value: 339.801608306. iteration 2102 found worse value: 339.801608306. iteration 2103 found worse value: 339.801608306. iteration 2104 found worse value: 339.801608306. iteration2104, perturbing to get out of local maxima iteration 2105 found worse value: 339.801608306. iteration 2106 found worse value: 339.801608306. iteration 2107 found worse value: 339.801608306. iteration 2108 found worse value: 339.801608306. iteration 2109 found worse value: 339.801608306. iteration 2110 found worse value: 339.801608306. iteration 2111 found worse value: 339.801608306. iteration 2112 found worse value: 339.801608306. iteration 2113 found worse value: 339.801608306. iteration 2114 found worse value: 339.801608306. iteration 2115 found worse value: 339.801608306. iteration 2116 found worse value: 339.801608306. iteration 2117 found worse value: 339.801608306. iteration 2118 found worse value: 339.801608306. iteration 2119 found worse value: 339.801608306. iteration 2120 found worse value: 339.801608306. iteration 2121 found worse value: 339.801608306. iteration 2122 found worse value: 339.801608306. iteration 2123 found worse value: 339.801608306. iteration 2124 found worse value: 339.801608306. iteration 2125 found worse value: 339.801608306. iteration 2126 found worse value: 339.801608306. iteration 2127 found worse value: 339.801608306. iteration 2128 found worse value: 339.801608306. iteration 2129 found worse value: 339.801608306. iteration 2130 found worse value: 339.801608306. iteration 2131 found worse value: 339.801608306. iteration 2132 found worse value: 339.801608306. iteration 2133 found worse value: 339.801608306. iteration 2134 found worse value: 339.801608306. iteration 2135 found worse value: 339.801608306. iteration 2136 found worse value: 339.801608306. iteration 2137 found worse value: 339.801608306. iteration 2138 found worse value: 339.801608306. iteration 2139 found worse value: 339.801608306. iteration 2140 found worse value: 339.801608306. iteration 2141 found worse value: 339.801608306. iteration 2142 found worse value: 339.801608306. iteration 2143 found worse value: 339.801608306. iteration 2144 found worse value: 339.801608306. iteration 2145 found worse value: 339.801608306. iteration 2146 found worse value: 339.801608306. iteration 2147 found worse value: 339.801608306. iteration 2148 found worse value: 339.801608306. iteration 2149 found worse value: 339.801608306. iteration 2150 found worse value: 339.801608306. iteration 2151 found worse value: 339.801608306. iteration 2152 found worse value: 339.801608306. iteration 2153 found worse value: 339.801608306. iteration 2154 found worse value: 339.801608306. iteration 2155 found worse value: 339.801608306. iteration 2156 found worse value: 339.801608306. iteration 2157 found worse value: 339.801608306. iteration 2158 found worse value: 339.801608306. iteration 2159 found worse value: 339.801608306. iteration 2160 found worse value: 339.801608306. iteration 2161 found worse value: 339.801608306. iteration 2162 found worse value: 339.801608306. iteration 2163 found worse value: 339.801608306. iteration 2164 found worse value: 339.801608306. iteration 2165 found worse value: 339.801608306. iteration 2166 found worse value: 339.801608306. iteration 2167 found worse value: 339.801608306. iteration 2168 found worse value: 339.801608306. iteration 2169 found worse value: 339.801608306. iteration 2170 found worse value: 339.801608306. iteration 2171 found worse value: 339.801608306. iteration 2172 found worse value: 339.801608306. iteration 2173 found worse value: 339.801608306. iteration 2174 found worse value: 339.801608306. iteration 2175 found worse value: 339.801608306. iteration 2176 found worse value: 339.801608306. iteration 2177 found worse value: 339.801608306. iteration 2178 found worse value: 339.801608306. iteration 2179 found worse value: 339.801608306. iteration 2180 found worse value: 339.801608306. iteration 2181 found worse value: 339.801608306. iteration 2182 found worse value: 339.801608306. iteration 2183 found worse value: 339.801608306. iteration 2184 found worse value: 339.801608306. iteration 2185 found worse value: 339.801608306. iteration 2186 found worse value: 339.801608306. iteration 2187 found worse value: 339.801608306. iteration 2188 found worse value: 339.801608306. iteration 2189 found worse value: 339.801608306. iteration 2190 found worse value: 339.801608306. iteration 2191 found better value: 339.82315867000005 iteration 2192 found worse value: 339.82315867000005. iteration 2193 found worse value: 339.82315867000005. iteration 2194 found worse value: 339.82315867000005. iteration 2195 found worse value: 339.82315867000005. iteration 2196 found worse value: 339.82315867000005. iteration 2197 found worse value: 339.82315867000005. iteration 2198 found worse value: 339.82315867000005. iteration 2199 found worse value: 339.82315867000005. iteration 2200 found worse value: 339.82315867000005. iteration 2201 found worse value: 339.82315867000005. iteration 2202 found worse value: 339.82315867000005. iteration 2203 found worse value: 339.82315867000005. iteration 2204 found worse value: 339.82315867000005. iteration 2205 found worse value: 339.82315867000005. iteration 2206 found worse value: 339.82315867000005. iteration 2207 found worse value: 339.82315867000005. iteration 2208 found worse value: 339.82315867000005. iteration 2209 found worse value: 339.82315867000005. iteration 2210 found worse value: 339.82315867000005. iteration 2211 found worse value: 339.82315867000005. iteration 2212 found worse value: 339.82315867000005. iteration 2213 found worse value: 339.82315867000005. iteration 2214 found worse value: 339.82315867000005. iteration 2215 found worse value: 339.82315867000005. iteration 2216 found worse value: 339.82315867000005. iteration 2217 found worse value: 339.82315867000005. iteration 2218 found worse value: 339.82315867000005. iteration 2219 found worse value: 339.82315867000005. iteration 2220 found worse value: 339.82315867000005. iteration 2221 found worse value: 339.82315867000005. iteration 2222 found worse value: 339.82315867000005. iteration 2223 found worse value: 339.82315867000005. iteration 2224 found worse value: 339.82315867000005. iteration 2225 found worse value: 339.82315867000005. iteration 2226 found worse value: 339.82315867000005. iteration 2227 found worse value: 339.82315867000005. iteration 2228 found worse value: 339.82315867000005. iteration 2229 found worse value: 339.82315867000005. iteration 2230 found worse value: 339.82315867000005. iteration 2231 found worse value: 339.82315867000005. iteration 2232 found worse value: 339.82315867000005. iteration 2233 found worse value: 339.82315867000005. iteration 2234 found worse value: 339.82315867000005. iteration 2235 found worse value: 339.82315867000005. iteration 2236 found worse value: 339.82315867000005. iteration 2237 found worse value: 339.82315867000005. iteration 2238 found worse value: 339.82315867000005. iteration 2239 found worse value: 339.82315867000005. iteration 2240 found worse value: 339.82315867000005. iteration 2241 found worse value: 339.82315867000005. iteration 2242 found worse value: 339.82315867000005. iteration 2243 found worse value: 339.82315867000005. iteration 2244 found worse value: 339.82315867000005. iteration 2245 found worse value: 339.82315867000005. iteration 2246 found worse value: 339.82315867000005. iteration 2247 found worse value: 339.82315867000005. iteration 2248 found worse value: 339.82315867000005. iteration 2249 found worse value: 339.82315867000005. iteration 2250 found worse value: 339.82315867000005. iteration 2251 found worse value: 339.82315867000005. iteration 2252 found worse value: 339.82315867000005. iteration 2253 found worse value: 339.82315867000005. iteration 2254 found worse value: 339.82315867000005. iteration 2255 found worse value: 339.82315867000005. iteration 2256 found worse value: 339.82315867000005. iteration 2257 found worse value: 339.82315867000005. iteration 2258 found worse value: 339.82315867000005. iteration 2259 found worse value: 339.82315867000005. iteration 2260 found worse value: 339.82315867000005. iteration 2261 found worse value: 339.82315867000005. iteration 2262 found worse value: 339.82315867000005. iteration 2263 found worse value: 339.82315867000005. iteration 2264 found worse value: 339.82315867000005. iteration 2265 found worse value: 339.82315867000005. iteration 2266 found worse value: 339.82315867000005. iteration 2267 found worse value: 339.82315867000005. iteration 2268 found worse value: 339.82315867000005. iteration 2269 found worse value: 339.82315867000005. iteration 2270 found worse value: 339.82315867000005. iteration 2271 found worse value: 339.82315867000005. iteration 2272 found better value: 339.82336638000004 iteration 2273 found worse value: 339.82336638000004. iteration 2274 found worse value: 339.82336638000004. iteration 2275 found worse value: 339.82336638000004. iteration 2276 found worse value: 339.82336638000004. iteration 2277 found worse value: 339.82336638000004. iteration 2278 found worse value: 339.82336638000004. iteration 2279 found worse value: 339.82336638000004. iteration 2280 found worse value: 339.82336638000004. iteration 2281 found worse value: 339.82336638000004. iteration 2282 found worse value: 339.82336638000004. iteration 2283 found worse value: 339.82336638000004. iteration 2284 found worse value: 339.82336638000004. iteration 2285 found worse value: 339.82336638000004. iteration 2286 found worse value: 339.82336638000004. iteration 2287 found worse value: 339.82336638000004. iteration 2288 found worse value: 339.82336638000004. iteration 2289 found worse value: 339.82336638000004. iteration 2290 found worse value: 339.82336638000004. iteration 2291 found worse value: 339.82336638000004. iteration 2292 found worse value: 339.82336638000004. iteration 2293 found worse value: 339.82336638000004. iteration 2294 found worse value: 339.82336638000004. iteration 2295 found worse value: 339.82336638000004. iteration 2296 found worse value: 339.82336638000004. iteration 2297 found worse value: 339.82336638000004. iteration2297, perturbing to get out of local maxima iteration 2298 found worse value: 339.82336638000004. iteration 2299 found worse value: 339.82336638000004. iteration 2300 found worse value: 339.82336638000004. iteration 2301 found worse value: 339.82336638000004. iteration 2302 found worse value: 339.82336638000004. iteration 2303 found worse value: 339.82336638000004. iteration 2304 found worse value: 339.82336638000004. iteration 2305 found worse value: 339.82336638000004. iteration 2306 found worse value: 339.82336638000004. iteration 2307 found worse value: 339.82336638000004. iteration 2308 found worse value: 339.82336638000004. iteration 2309 found worse value: 339.82336638000004. iteration 2310 found worse value: 339.82336638000004. iteration 2311 found worse value: 339.82336638000004. iteration 2312 found worse value: 339.82336638000004. iteration 2313 found worse value: 339.82336638000004. iteration 2314 found worse value: 339.82336638000004. iteration 2315 found worse value: 339.82336638000004. iteration 2316 found worse value: 339.82336638000004. iteration 2317 found worse value: 339.82336638000004. iteration 2318 found worse value: 339.82336638000004. iteration 2319 found worse value: 339.82336638000004. iteration 2320 found worse value: 339.82336638000004. iteration 2321 found worse value: 339.82336638000004. iteration 2322 found worse value: 339.82336638000004. iteration 2323 found worse value: 339.82336638000004. iteration 2324 found worse value: 339.82336638000004. iteration 2325 found worse value: 339.82336638000004. iteration 2326 found worse value: 339.82336638000004. iteration 2327 found worse value: 339.82336638000004. iteration 2328 found worse value: 339.82336638000004. iteration 2329 found worse value: 339.82336638000004. iteration 2330 found worse value: 339.82336638000004. iteration 2331 found worse value: 339.82336638000004. iteration 2332 found worse value: 339.82336638000004. iteration 2333 found worse value: 339.82336638000004. iteration 2334 found worse value: 339.82336638000004. iteration 2335 found worse value: 339.82336638000004. iteration 2336 found worse value: 339.82336638000004. iteration 2337 found worse value: 339.82336638000004. iteration 2338 found worse value: 339.82336638000004. iteration 2339 found worse value: 339.82336638000004. iteration 2340 found worse value: 339.82336638000004. iteration 2341 found worse value: 339.82336638000004. iteration 2342 found worse value: 339.82336638000004. iteration 2343 found worse value: 339.82336638000004. iteration 2344 found worse value: 339.82336638000004. iteration 2345 found worse value: 339.82336638000004. iteration 2346 found worse value: 339.82336638000004. iteration 2347 found worse value: 339.82336638000004. iteration 2348 found worse value: 339.82336638000004. iteration 2349 found worse value: 339.82336638000004. iteration 2350 found worse value: 339.82336638000004. iteration 2351 found worse value: 339.82336638000004. iteration 2352 found worse value: 339.82336638000004. iteration 2353 found worse value: 339.82336638000004. iteration 2354 found worse value: 339.82336638000004. iteration 2355 found worse value: 339.82336638000004. iteration 2356 found worse value: 339.82336638000004. iteration 2357 found worse value: 339.82336638000004. iteration 2358 found worse value: 339.82336638000004. iteration 2359 found worse value: 339.82336638000004. iteration 2360 found worse value: 339.82336638000004. iteration 2361 found worse value: 339.82336638000004. iteration 2362 found worse value: 339.82336638000004. iteration 2363 found worse value: 339.82336638000004. iteration 2364 found worse value: 339.82336638000004. iteration 2365 found worse value: 339.82336638000004. iteration 2366 found worse value: 339.82336638000004. iteration 2367 found worse value: 339.82336638000004. iteration 2368 found worse value: 339.82336638000004. iteration 2369 found worse value: 339.82336638000004. iteration 2370 found worse value: 339.82336638000004. iteration 2371 found worse value: 339.82336638000004. iteration 2372 found worse value: 339.82336638000004. iteration 2373 found worse value: 339.82336638000004. iteration 2374 found worse value: 339.82336638000004. iteration 2375 found worse value: 339.82336638000004. iteration 2376 found worse value: 339.82336638000004. iteration 2377 found worse value: 339.82336638000004. iteration 2378 found worse value: 339.82336638000004. iteration 2379 found worse value: 339.82336638000004. iteration 2380 found worse value: 339.82336638000004. iteration 2381 found worse value: 339.82336638000004. iteration 2382 found worse value: 339.82336638000004. iteration 2383 found worse value: 339.82336638000004. iteration 2384 found worse value: 339.82336638000004. iteration2384, perturbing to get out of local maxima iteration 2385 found worse value: 339.82336638000004. iteration 2386 found worse value: 339.82336638000004. iteration 2387 found worse value: 339.82336638000004. iteration 2388 found worse value: 339.82336638000004. iteration 2389 found worse value: 339.82336638000004. iteration 2390 found worse value: 339.82336638000004. iteration 2391 found worse value: 339.82336638000004. iteration 2392 found worse value: 339.82336638000004. iteration 2393 found worse value: 339.82336638000004. iteration 2394 found worse value: 339.82336638000004. iteration 2395 found worse value: 339.82336638000004. iteration 2396 found worse value: 339.82336638000004. iteration 2397 found worse value: 339.82336638000004. iteration 2398 found worse value: 339.82336638000004. iteration 2399 found worse value: 339.82336638000004. iteration 2400 found worse value: 339.82336638000004. iteration2400, perturbing to get out of local maxima iteration 2401 found worse value: 339.82336638000004. iteration 2402 found worse value: 339.82336638000004. iteration 2403 found worse value: 339.82336638000004. iteration 2404 found worse value: 339.82336638000004. iteration 2405 found worse value: 339.82336638000004. iteration 2406 found worse value: 339.82336638000004. iteration 2407 found worse value: 339.82336638000004. iteration 2408 found worse value: 339.82336638000004. iteration 2409 found worse value: 339.82336638000004. iteration 2410 found worse value: 339.82336638000004. iteration 2411 found worse value: 339.82336638000004. iteration 2412 found worse value: 339.82336638000004. iteration 2413 found worse value: 339.82336638000004. iteration 2414 found worse value: 339.82336638000004. iteration 2415 found worse value: 339.82336638000004. iteration 2416 found worse value: 339.82336638000004. iteration 2417 found worse value: 339.82336638000004. iteration 2418 found worse value: 339.82336638000004. iteration 2419 found worse value: 339.82336638000004. iteration 2420 found worse value: 339.82336638000004. iteration 2421 found worse value: 339.82336638000004. iteration 2422 found worse value: 339.82336638000004. iteration 2423 found worse value: 339.82336638000004. iteration 2424 found worse value: 339.82336638000004. iteration 2425 found worse value: 339.82336638000004. iteration 2426 found worse value: 339.82336638000004. iteration 2427 found worse value: 339.82336638000004. iteration 2428 found worse value: 339.82336638000004. iteration 2429 found worse value: 339.82336638000004. iteration 2430 found worse value: 339.82336638000004. iteration 2431 found worse value: 339.82336638000004. iteration 2432 found worse value: 339.82336638000004. iteration 2433 found worse value: 339.82336638000004. iteration 2434 found worse value: 339.82336638000004. iteration 2435 found worse value: 339.82336638000004. iteration 2436 found worse value: 339.82336638000004. iteration 2437 found worse value: 339.82336638000004. iteration 2438 found worse value: 339.82336638000004. iteration 2439 found worse value: 339.82336638000004. iteration 2440 found worse value: 339.82336638000004. iteration 2441 found worse value: 339.82336638000004. iteration 2442 found worse value: 339.82336638000004. iteration 2443 found worse value: 339.82336638000004. iteration 2444 found worse value: 339.82336638000004. iteration 2445 found worse value: 339.82336638000004. iteration 2446 found worse value: 339.82336638000004. iteration 2447 found worse value: 339.82336638000004. iteration 2448 found worse value: 339.82336638000004. iteration 2449 found worse value: 339.82336638000004. iteration 2450 found worse value: 339.82336638000004. iteration 2451 found worse value: 339.82336638000004. iteration 2452 found worse value: 339.82336638000004. iteration 2453 found worse value: 339.82336638000004. iteration 2454 found better value: 339.829330146 iteration 2455 found worse value: 339.829330146. iteration 2456 found worse value: 339.829330146. iteration 2457 found worse value: 339.829330146. iteration 2458 found worse value: 339.829330146. iteration 2459 found worse value: 339.829330146. iteration 2460 found worse value: 339.829330146. iteration 2461 found worse value: 339.829330146. iteration 2462 found worse value: 339.829330146. iteration 2463 found worse value: 339.829330146. iteration 2464 found worse value: 339.829330146. iteration 2465 found worse value: 339.829330146. iteration 2466 found worse value: 339.829330146. iteration 2467 found worse value: 339.829330146. iteration 2468 found worse value: 339.829330146. iteration 2469 found worse value: 339.829330146. iteration 2470 found worse value: 339.829330146. iteration 2471 found worse value: 339.829330146. iteration 2472 found worse value: 339.829330146. iteration 2473 found worse value: 339.829330146. iteration 2474 found worse value: 339.829330146. iteration 2475 found worse value: 339.829330146. iteration 2476 found worse value: 339.829330146. iteration 2477 found worse value: 339.829330146. iteration 2478 found worse value: 339.829330146. iteration 2479 found worse value: 339.829330146. iteration2479, perturbing to get out of local maxima iteration 2480 found worse value: 339.829330146. iteration 2481 found worse value: 339.829330146. iteration 2482 found worse value: 339.829330146. iteration 2483 found worse value: 339.829330146. iteration 2484 found worse value: 339.829330146. iteration 2485 found worse value: 339.829330146. iteration 2486 found worse value: 339.829330146. iteration 2487 found worse value: 339.829330146. iteration 2488 found worse value: 339.829330146. iteration 2489 found worse value: 339.829330146. iteration 2490 found worse value: 339.829330146. iteration 2491 found worse value: 339.829330146. iteration 2492 found worse value: 339.829330146. iteration 2493 found worse value: 339.829330146. iteration 2494 found worse value: 339.829330146. iteration 2495 found worse value: 339.829330146. iteration 2496 found worse value: 339.829330146. iteration 2497 found worse value: 339.829330146. iteration 2498 found better value: 339.82952713500003 iteration 2499 found worse value: 339.82952713500003. iteration 2500 found worse value: 339.82952713500003. iteration 2501 found worse value: 339.82952713500003. iteration 2502 found worse value: 339.82952713500003. iteration 2503 found worse value: 339.82952713500003. iteration 2504 found worse value: 339.82952713500003. iteration 2505 found worse value: 339.82952713500003. iteration 2506 found worse value: 339.82952713500003. iteration 2507 found worse value: 339.82952713500003. iteration 2508 found worse value: 339.82952713500003. iteration 2509 found worse value: 339.82952713500003. iteration 2510 found worse value: 339.82952713500003. iteration 2511 found worse value: 339.82952713500003. iteration 2512 found worse value: 339.82952713500003. iteration 2513 found worse value: 339.82952713500003. iteration 2514 found worse value: 339.82952713500003. iteration 2515 found worse value: 339.82952713500003. iteration 2516 found worse value: 339.82952713500003. iteration 2517 found worse value: 339.82952713500003. iteration2517, perturbing to get out of local maxima iteration 2518 found worse value: 339.82952713500003. iteration 2519 found worse value: 339.82952713500003. iteration 2520 found worse value: 339.82952713500003. iteration 2521 found worse value: 339.82952713500003. iteration 2522 found worse value: 339.82952713500003. iteration 2523 found worse value: 339.82952713500003. iteration 2524 found worse value: 339.82952713500003. iteration 2525 found worse value: 339.82952713500003. iteration 2526 found worse value: 339.82952713500003. iteration 2527 found worse value: 339.82952713500003. iteration 2528 found worse value: 339.82952713500003. iteration 2529 found worse value: 339.82952713500003. iteration 2530 found worse value: 339.82952713500003. iteration 2531 found worse value: 339.82952713500003. iteration 2532 found worse value: 339.82952713500003. iteration 2533 found worse value: 339.82952713500003. iteration 2534 found worse value: 339.82952713500003. iteration 2535 found worse value: 339.82952713500003. iteration 2536 found worse value: 339.82952713500003. iteration 2537 found worse value: 339.82952713500003. iteration 2538 found worse value: 339.82952713500003. iteration 2539 found worse value: 339.82952713500003. iteration 2540 found worse value: 339.82952713500003. iteration 2541 found worse value: 339.82952713500003. iteration 2542 found worse value: 339.82952713500003. iteration 2543 found worse value: 339.82952713500003. iteration 2544 found worse value: 339.82952713500003. iteration 2545 found worse value: 339.82952713500003. iteration 2546 found worse value: 339.82952713500003. iteration 2547 found worse value: 339.82952713500003. iteration 2548 found worse value: 339.82952713500003. iteration 2549 found worse value: 339.82952713500003. iteration 2550 found worse value: 339.82952713500003. iteration 2551 found worse value: 339.82952713500003. iteration 2552 found worse value: 339.82952713500003. iteration 2553 found better value: 339.833881365 iteration 2554 found worse value: 339.833881365. iteration 2555 found worse value: 339.833881365. iteration 2556 found worse value: 339.833881365. iteration 2557 found worse value: 339.833881365. iteration 2558 found worse value: 339.833881365. iteration 2559 found worse value: 339.833881365. iteration 2560 found worse value: 339.833881365. iteration 2561 found worse value: 339.833881365. iteration 2562 found worse value: 339.833881365. iteration 2563 found worse value: 339.833881365. iteration 2564 found worse value: 339.833881365. iteration 2565 found worse value: 339.833881365. iteration 2566 found worse value: 339.833881365. iteration 2567 found worse value: 339.833881365. iteration 2568 found worse value: 339.833881365. iteration 2569 found worse value: 339.833881365. iteration 2570 found worse value: 339.833881365. iteration 2571 found worse value: 339.833881365. iteration 2572 found worse value: 339.833881365. iteration 2573 found worse value: 339.833881365. iteration 2574 found worse value: 339.833881365. iteration 2575 found worse value: 339.833881365. iteration 2576 found worse value: 339.833881365. iteration 2577 found worse value: 339.833881365. iteration 2578 found worse value: 339.833881365. iteration 2579 found worse value: 339.833881365. iteration 2580 found worse value: 339.833881365. iteration 2581 found worse value: 339.833881365. iteration 2582 found worse value: 339.833881365. iteration 2583 found worse value: 339.833881365. iteration 2584 found worse value: 339.833881365. iteration 2585 found worse value: 339.833881365. iteration 2586 found worse value: 339.833881365. iteration 2587 found worse value: 339.833881365. iteration 2588 found worse value: 339.833881365. iteration 2589 found worse value: 339.833881365. iteration 2590 found worse value: 339.833881365. iteration 2591 found worse value: 339.833881365. iteration 2592 found worse value: 339.833881365. iteration 2593 found worse value: 339.833881365. iteration 2594 found worse value: 339.833881365. iteration 2595 found worse value: 339.833881365. iteration 2596 found worse value: 339.833881365. iteration 2597 found worse value: 339.833881365. iteration 2598 found worse value: 339.833881365. iteration 2599 found worse value: 339.833881365. iteration 2600 found worse value: 339.833881365. iteration 2601 found worse value: 339.833881365. iteration 2602 found worse value: 339.833881365. iteration 2603 found worse value: 339.833881365. iteration 2604 found worse value: 339.833881365. iteration 2605 found worse value: 339.833881365. iteration 2606 found worse value: 339.833881365. iteration 2607 found better value: 339.835333917 iteration 2608 found worse value: 339.835333917. iteration 2609 found worse value: 339.835333917. iteration 2610 found worse value: 339.835333917. iteration 2611 found worse value: 339.835333917. iteration 2612 found worse value: 339.835333917. iteration 2613 found worse value: 339.835333917. iteration 2614 found worse value: 339.835333917. iteration 2615 found worse value: 339.835333917. iteration 2616 found worse value: 339.835333917. iteration 2617 found worse value: 339.835333917. iteration 2618 found worse value: 339.835333917. iteration 2619 found worse value: 339.835333917. iteration 2620 found worse value: 339.835333917. iteration 2621 found worse value: 339.835333917. iteration 2622 found worse value: 339.835333917. iteration 2623 found worse value: 339.835333917. iteration 2624 found worse value: 339.835333917. iteration 2625 found worse value: 339.835333917. iteration 2626 found worse value: 339.835333917. iteration 2627 found worse value: 339.835333917. iteration 2628 found worse value: 339.835333917. iteration 2629 found worse value: 339.835333917. iteration 2630 found worse value: 339.835333917. iteration 2631 found worse value: 339.835333917. iteration 2632 found worse value: 339.835333917. iteration 2633 found worse value: 339.835333917. iteration 2634 found worse value: 339.835333917. iteration 2635 found worse value: 339.835333917. iteration 2636 found worse value: 339.835333917. iteration 2637 found worse value: 339.835333917. iteration 2638 found worse value: 339.835333917. iteration 2639 found worse value: 339.835333917. iteration 2640 found worse value: 339.835333917. iteration 2641 found worse value: 339.835333917. iteration 2642 found worse value: 339.835333917. iteration 2643 found worse value: 339.835333917. iteration 2644 found worse value: 339.835333917. iteration 2645 found worse value: 339.835333917. iteration 2646 found worse value: 339.835333917. iteration 2647 found worse value: 339.835333917. iteration 2648 found worse value: 339.835333917. iteration 2649 found worse value: 339.835333917. iteration 2650 found worse value: 339.835333917. iteration 2651 found worse value: 339.835333917. iteration 2652 found worse value: 339.835333917. iteration 2653 found worse value: 339.835333917. iteration 2654 found worse value: 339.835333917. iteration 2655 found worse value: 339.835333917. iteration 2656 found worse value: 339.835333917. iteration 2657 found worse value: 339.835333917. iteration 2658 found worse value: 339.835333917. iteration 2659 found worse value: 339.835333917. iteration 2660 found worse value: 339.835333917. iteration 2661 found worse value: 339.835333917. iteration 2662 found worse value: 339.835333917. iteration 2663 found worse value: 339.835333917. iteration 2664 found worse value: 339.835333917. iteration 2665 found worse value: 339.835333917. iteration 2666 found worse value: 339.835333917. iteration 2667 found worse value: 339.835333917. iteration 2668 found worse value: 339.835333917. iteration 2669 found worse value: 339.835333917. iteration 2670 found worse value: 339.835333917. iteration 2671 found worse value: 339.835333917. iteration 2672 found worse value: 339.835333917. iteration 2673 found worse value: 339.835333917. iteration 2674 found worse value: 339.835333917. iteration 2675 found worse value: 339.835333917. iteration 2676 found worse value: 339.835333917. iteration 2677 found worse value: 339.835333917. iteration 2678 found worse value: 339.835333917. iteration 2679 found worse value: 339.835333917. iteration 2680 found worse value: 339.835333917. iteration 2681 found worse value: 339.835333917. iteration 2682 found worse value: 339.835333917. iteration 2683 found worse value: 339.835333917. iteration 2684 found worse value: 339.835333917. iteration 2685 found worse value: 339.835333917. iteration 2686 found worse value: 339.835333917. iteration 2687 found better value: 339.854079816 iteration 2688 found worse value: 339.854079816. iteration 2689 found worse value: 339.854079816. iteration 2690 found worse value: 339.854079816. iteration 2691 found worse value: 339.854079816. iteration 2692 found worse value: 339.854079816. iteration 2693 found worse value: 339.854079816. iteration 2694 found worse value: 339.854079816. iteration 2695 found worse value: 339.854079816. iteration 2696 found worse value: 339.854079816. iteration 2697 found worse value: 339.854079816. iteration 2698 found worse value: 339.854079816. iteration 2699 found worse value: 339.854079816. iteration 2700 found worse value: 339.854079816. iteration 2701 found worse value: 339.854079816. iteration 2702 found worse value: 339.854079816. iteration 2703 found worse value: 339.854079816. iteration 2704 found worse value: 339.854079816. iteration 2705 found worse value: 339.854079816. iteration 2706 found worse value: 339.854079816. iteration 2707 found worse value: 339.854079816. iteration 2708 found worse value: 339.854079816. iteration 2709 found worse value: 339.854079816. iteration 2710 found worse value: 339.854079816. iteration 2711 found worse value: 339.854079816. iteration 2712 found worse value: 339.854079816. iteration 2713 found worse value: 339.854079816. iteration 2714 found worse value: 339.854079816. iteration 2715 found worse value: 339.854079816. iteration 2716 found worse value: 339.854079816. iteration 2717 found worse value: 339.854079816. iteration 2718 found worse value: 339.854079816. iteration 2719 found worse value: 339.854079816. iteration 2720 found worse value: 339.854079816. iteration 2721 found worse value: 339.854079816. iteration 2722 found worse value: 339.854079816. iteration 2723 found worse value: 339.854079816. iteration 2724 found worse value: 339.854079816. iteration 2725 found worse value: 339.854079816. iteration 2726 found worse value: 339.854079816. iteration 2727 found worse value: 339.854079816. iteration2727, perturbing to get out of local maxima iteration 2728 found worse value: 339.854079816. iteration 2729 found worse value: 339.854079816. iteration 2730 found worse value: 339.854079816. iteration 2731 found worse value: 339.854079816. iteration 2732 found worse value: 339.854079816. iteration 2733 found worse value: 339.854079816. iteration 2734 found worse value: 339.854079816. iteration 2735 found worse value: 339.854079816. iteration 2736 found worse value: 339.854079816. iteration 2737 found worse value: 339.854079816. iteration 2738 found worse value: 339.854079816. iteration 2739 found worse value: 339.854079816. iteration 2740 found worse value: 339.854079816. iteration 2741 found worse value: 339.854079816. iteration 2742 found worse value: 339.854079816. iteration 2743 found worse value: 339.854079816. iteration 2744 found worse value: 339.854079816. iteration 2745 found worse value: 339.854079816. iteration 2746 found worse value: 339.854079816. iteration 2747 found worse value: 339.854079816. iteration 2748 found worse value: 339.854079816. iteration 2749 found worse value: 339.854079816. iteration 2750 found worse value: 339.854079816. iteration 2751 found worse value: 339.854079816. iteration 2752 found worse value: 339.854079816. iteration 2753 found worse value: 339.854079816. iteration 2754 found worse value: 339.854079816. iteration 2755 found worse value: 339.854079816. iteration 2756 found worse value: 339.854079816. iteration 2757 found worse value: 339.854079816. iteration 2758 found worse value: 339.854079816. iteration 2759 found worse value: 339.854079816. iteration 2760 found worse value: 339.854079816. iteration 2761 found worse value: 339.854079816. iteration 2762 found worse value: 339.854079816. iteration 2763 found worse value: 339.854079816. iteration 2764 found worse value: 339.854079816. iteration 2765 found worse value: 339.854079816. iteration 2766 found worse value: 339.854079816. iteration 2767 found worse value: 339.854079816. iteration 2768 found worse value: 339.854079816. iteration 2769 found worse value: 339.854079816. iteration 2770 found worse value: 339.854079816. iteration 2771 found worse value: 339.854079816. iteration 2772 found worse value: 339.854079816. iteration 2773 found worse value: 339.854079816. iteration 2774 found worse value: 339.854079816. iteration 2775 found worse value: 339.854079816. iteration 2776 found worse value: 339.854079816. iteration 2777 found worse value: 339.854079816. iteration 2778 found worse value: 339.854079816. iteration 2779 found worse value: 339.854079816. iteration 2780 found worse value: 339.854079816. iteration 2781 found worse value: 339.854079816. iteration 2782 found worse value: 339.854079816. iteration 2783 found worse value: 339.854079816. iteration 2784 found worse value: 339.854079816. iteration 2785 found worse value: 339.854079816. iteration 2786 found worse value: 339.854079816. iteration 2787 found worse value: 339.854079816. iteration 2788 found worse value: 339.854079816. iteration 2789 found worse value: 339.854079816. iteration 2790 found worse value: 339.854079816. iteration 2791 found worse value: 339.854079816. iteration 2792 found worse value: 339.854079816. iteration 2793 found worse value: 339.854079816. iteration 2794 found worse value: 339.854079816. iteration 2795 found worse value: 339.854079816. iteration 2796 found worse value: 339.854079816. iteration 2797 found worse value: 339.854079816. iteration 2798 found worse value: 339.854079816. iteration 2799 found worse value: 339.854079816. iteration 2800 found worse value: 339.854079816. iteration 2801 found worse value: 339.854079816. iteration 2802 found worse value: 339.854079816. iteration 2803 found worse value: 339.854079816. iteration 2804 found worse value: 339.854079816. iteration 2805 found worse value: 339.854079816. iteration 2806 found worse value: 339.854079816. iteration 2807 found worse value: 339.854079816. iteration 2808 found worse value: 339.854079816. iteration 2809 found worse value: 339.854079816. iteration 2810 found worse value: 339.854079816. iteration 2811 found worse value: 339.854079816. iteration 2812 found worse value: 339.854079816. iteration 2813 found worse value: 339.854079816. iteration 2814 found worse value: 339.854079816. iteration 2815 found worse value: 339.854079816. iteration 2816 found worse value: 339.854079816. iteration 2817 found worse value: 339.854079816. iteration 2818 found worse value: 339.854079816. iteration 2819 found worse value: 339.854079816. iteration 2820 found worse value: 339.854079816. iteration 2821 found worse value: 339.854079816. iteration 2822 found worse value: 339.854079816. iteration 2823 found worse value: 339.854079816. iteration 2824 found worse value: 339.854079816. iteration 2825 found worse value: 339.854079816. iteration 2826 found worse value: 339.854079816. iteration 2827 found worse value: 339.854079816. iteration 2828 found better value: 339.86147017900004 iteration 2829 found worse value: 339.86147017900004. iteration 2830 found worse value: 339.86147017900004. iteration 2831 found worse value: 339.86147017900004. iteration 2832 found worse value: 339.86147017900004. iteration 2833 found worse value: 339.86147017900004. iteration 2834 found worse value: 339.86147017900004. iteration 2835 found worse value: 339.86147017900004. iteration 2836 found worse value: 339.86147017900004. iteration 2837 found worse value: 339.86147017900004. iteration 2838 found worse value: 339.86147017900004. iteration 2839 found worse value: 339.86147017900004. iteration 2840 found worse value: 339.86147017900004. iteration 2841 found worse value: 339.86147017900004. iteration 2842 found worse value: 339.86147017900004. iteration 2843 found worse value: 339.86147017900004. iteration 2844 found worse value: 339.86147017900004. iteration 2845 found worse value: 339.86147017900004. iteration 2846 found worse value: 339.86147017900004. iteration 2847 found worse value: 339.86147017900004. iteration 2848 found worse value: 339.86147017900004. iteration 2849 found worse value: 339.86147017900004. iteration 2850 found worse value: 339.86147017900004. iteration 2851 found worse value: 339.86147017900004. iteration 2852 found worse value: 339.86147017900004. iteration 2853 found worse value: 339.86147017900004. iteration 2854 found worse value: 339.86147017900004. iteration 2855 found worse value: 339.86147017900004. iteration 2856 found worse value: 339.86147017900004. iteration 2857 found worse value: 339.86147017900004. iteration 2858 found worse value: 339.86147017900004. iteration 2859 found worse value: 339.86147017900004. iteration 2860 found worse value: 339.86147017900004. iteration 2861 found worse value: 339.86147017900004. iteration 2862 found worse value: 339.86147017900004. iteration 2863 found worse value: 339.86147017900004. iteration 2864 found worse value: 339.86147017900004. iteration 2865 found worse value: 339.86147017900004. iteration 2866 found worse value: 339.86147017900004. iteration 2867 found worse value: 339.86147017900004. iteration 2868 found worse value: 339.86147017900004. iteration 2869 found worse value: 339.86147017900004. iteration 2870 found worse value: 339.86147017900004. iteration 2871 found worse value: 339.86147017900004. iteration 2872 found worse value: 339.86147017900004. iteration 2873 found worse value: 339.86147017900004. iteration 2874 found worse value: 339.86147017900004. iteration 2875 found worse value: 339.86147017900004. iteration 2876 found worse value: 339.86147017900004. iteration 2877 found worse value: 339.86147017900004. iteration 2878 found worse value: 339.86147017900004. iteration 2879 found worse value: 339.86147017900004. iteration 2880 found better value: 339.863970046 iteration 2881 found worse value: 339.863970046. iteration 2882 found worse value: 339.863970046. iteration 2883 found worse value: 339.863970046. iteration 2884 found worse value: 339.863970046. iteration 2885 found worse value: 339.863970046. iteration 2886 found worse value: 339.863970046. iteration 2887 found worse value: 339.863970046. iteration 2888 found worse value: 339.863970046. iteration 2889 found worse value: 339.863970046. iteration 2890 found worse value: 339.863970046. iteration 2891 found worse value: 339.863970046. iteration 2892 found worse value: 339.863970046. iteration 2893 found worse value: 339.863970046. iteration 2894 found worse value: 339.863970046. iteration 2895 found worse value: 339.863970046. iteration 2896 found worse value: 339.863970046. iteration 2897 found worse value: 339.863970046. iteration 2898 found worse value: 339.863970046. iteration 2899 found worse value: 339.863970046. iteration 2900 found worse value: 339.863970046. iteration 2901 found worse value: 339.863970046. iteration 2902 found worse value: 339.863970046. iteration 2903 found worse value: 339.863970046. iteration 2904 found worse value: 339.863970046. iteration 2905 found worse value: 339.863970046. iteration 2906 found worse value: 339.863970046. iteration 2907 found worse value: 339.863970046. iteration 2908 found worse value: 339.863970046. iteration 2909 found worse value: 339.863970046. iteration 2910 found worse value: 339.863970046. iteration 2911 found worse value: 339.863970046. iteration 2912 found worse value: 339.863970046. iteration 2913 found worse value: 339.863970046. iteration 2914 found worse value: 339.863970046. iteration 2915 found worse value: 339.863970046. iteration 2916 found worse value: 339.863970046. iteration 2917 found worse value: 339.863970046. iteration 2918 found worse value: 339.863970046. iteration 2919 found worse value: 339.863970046. iteration 2920 found worse value: 339.863970046. iteration 2921 found worse value: 339.863970046. iteration 2922 found worse value: 339.863970046. iteration 2923 found worse value: 339.863970046. iteration 2924 found worse value: 339.863970046. iteration 2925 found worse value: 339.863970046. iteration 2926 found worse value: 339.863970046. iteration 2927 found worse value: 339.863970046. iteration 2928 found worse value: 339.863970046. iteration 2929 found worse value: 339.863970046. iteration 2930 found worse value: 339.863970046. iteration 2931 found worse value: 339.863970046. iteration 2932 found worse value: 339.863970046. iteration 2933 found worse value: 339.863970046. iteration 2934 found worse value: 339.863970046. iteration 2935 found worse value: 339.863970046. iteration 2936 found worse value: 339.863970046. iteration 2937 found worse value: 339.863970046. iteration 2938 found worse value: 339.863970046. iteration 2939 found worse value: 339.863970046. iteration 2940 found worse value: 339.863970046. iteration 2941 found worse value: 339.863970046. iteration 2942 found worse value: 339.863970046. iteration 2943 found worse value: 339.863970046. iteration 2944 found worse value: 339.863970046. iteration 2945 found worse value: 339.863970046. iteration 2946 found worse value: 339.863970046. iteration 2947 found worse value: 339.863970046. iteration 2948 found worse value: 339.863970046. iteration 2949 found worse value: 339.863970046. iteration 2950 found worse value: 339.863970046. iteration 2951 found worse value: 339.863970046. iteration 2952 found worse value: 339.863970046. iteration 2953 found worse value: 339.863970046. iteration 2954 found worse value: 339.863970046. iteration 2955 found worse value: 339.863970046. iteration 2956 found worse value: 339.863970046. iteration 2957 found worse value: 339.863970046. iteration 2958 found worse value: 339.863970046. iteration 2959 found worse value: 339.863970046. iteration 2960 found worse value: 339.863970046. iteration 2961 found worse value: 339.863970046. iteration 2962 found worse value: 339.863970046. iteration 2963 found worse value: 339.863970046. iteration 2964 found worse value: 339.863970046. iteration 2965 found worse value: 339.863970046. iteration 2966 found worse value: 339.863970046. iteration 2967 found worse value: 339.863970046. iteration 2968 found worse value: 339.863970046. iteration 2969 found worse value: 339.863970046. iteration 2970 found worse value: 339.863970046. iteration 2971 found worse value: 339.863970046. iteration 2972 found worse value: 339.863970046. iteration 2973 found worse value: 339.863970046. iteration 2974 found worse value: 339.863970046. iteration 2975 found worse value: 339.863970046. iteration 2976 found worse value: 339.863970046. iteration 2977 found worse value: 339.863970046. iteration 2978 found worse value: 339.863970046. iteration 2979 found worse value: 339.863970046. iteration 2980 found worse value: 339.863970046. iteration 2981 found worse value: 339.863970046. iteration 2982 found worse value: 339.863970046. iteration 2983 found worse value: 339.863970046. iteration 2984 found worse value: 339.863970046. iteration 2985 found worse value: 339.863970046. iteration 2986 found worse value: 339.863970046. iteration 2987 found worse value: 339.863970046. iteration 2988 found worse value: 339.863970046. iteration 2989 found worse value: 339.863970046. iteration 2990 found worse value: 339.863970046. iteration 2991 found worse value: 339.863970046. iteration 2992 found worse value: 339.863970046. iteration 2993 found worse value: 339.863970046. iteration 2994 found worse value: 339.863970046. iteration 2995 found worse value: 339.863970046. iteration 2996 found worse value: 339.863970046. iteration 2997 found worse value: 339.863970046. iteration 2998 found worse value: 339.863970046. iteration 2999 found worse value: 339.863970046. iteration 3000 found worse value: 339.863970046. iteration 3001 found worse value: 339.863970046. iteration 3002 found worse value: 339.863970046. iteration 3003 found worse value: 339.863970046. iteration 3004 found worse value: 339.863970046. iteration 3005 found worse value: 339.863970046. iteration 3006 found worse value: 339.863970046. iteration 3007 found worse value: 339.863970046. iteration 3008 found worse value: 339.863970046. iteration 3009 found worse value: 339.863970046. iteration 3010 found worse value: 339.863970046. iteration 3011 found worse value: 339.863970046. iteration 3012 found worse value: 339.863970046. iteration 3013 found worse value: 339.863970046. iteration 3014 found worse value: 339.863970046. iteration 3015 found worse value: 339.863970046. iteration 3016 found worse value: 339.863970046. iteration 3017 found worse value: 339.863970046. iteration 3018 found worse value: 339.863970046. iteration 3019 found worse value: 339.863970046. iteration 3020 found worse value: 339.863970046. iteration 3021 found worse value: 339.863970046. iteration 3022 found worse value: 339.863970046. iteration 3023 found worse value: 339.863970046. iteration 3024 found worse value: 339.863970046. iteration 3025 found worse value: 339.863970046. iteration 3026 found worse value: 339.863970046. iteration 3027 found worse value: 339.863970046. iteration 3028 found worse value: 339.863970046. iteration 3029 found worse value: 339.863970046. iteration 3030 found worse value: 339.863970046. iteration 3031 found worse value: 339.863970046. iteration 3032 found worse value: 339.863970046. iteration 3033 found worse value: 339.863970046. iteration 3034 found worse value: 339.863970046. iteration 3035 found worse value: 339.863970046. iteration 3036 found worse value: 339.863970046. iteration 3037 found worse value: 339.863970046. iteration 3038 found worse value: 339.863970046. iteration 3039 found worse value: 339.863970046. iteration 3040 found worse value: 339.863970046. iteration 3041 found worse value: 339.863970046. iteration 3042 found worse value: 339.863970046. iteration 3043 found worse value: 339.863970046. iteration 3044 found worse value: 339.863970046. iteration 3045 found worse value: 339.863970046. iteration 3046 found worse value: 339.863970046. iteration 3047 found worse value: 339.863970046. iteration 3048 found worse value: 339.863970046. iteration 3049 found worse value: 339.863970046. iteration 3050 found worse value: 339.863970046. iteration 3051 found worse value: 339.863970046. iteration 3052 found worse value: 339.863970046. iteration 3053 found worse value: 339.863970046. iteration 3054 found worse value: 339.863970046. iteration 3055 found worse value: 339.863970046. iteration 3056 found worse value: 339.863970046. iteration 3057 found worse value: 339.863970046. iteration 3058 found worse value: 339.863970046. iteration 3059 found worse value: 339.863970046. iteration 3060 found worse value: 339.863970046. iteration 3061 found worse value: 339.863970046. iteration 3062 found worse value: 339.863970046. iteration 3063 found worse value: 339.863970046. iteration 3064 found worse value: 339.863970046. iteration 3065 found worse value: 339.863970046. iteration 3066 found worse value: 339.863970046. iteration 3067 found worse value: 339.863970046. iteration 3068 found worse value: 339.863970046. iteration 3069 found worse value: 339.863970046. iteration 3070 found worse value: 339.863970046. iteration 3071 found worse value: 339.863970046. iteration 3072 found worse value: 339.863970046. iteration 3073 found worse value: 339.863970046. iteration 3074 found worse value: 339.863970046. iteration 3075 found worse value: 339.863970046. iteration 3076 found worse value: 339.863970046. iteration 3077 found worse value: 339.863970046. iteration 3078 found worse value: 339.863970046. iteration 3079 found worse value: 339.863970046. iteration 3080 found worse value: 339.863970046. iteration 3081 found worse value: 339.863970046. iteration 3082 found worse value: 339.863970046. iteration 3083 found worse value: 339.863970046. iteration 3084 found worse value: 339.863970046. iteration 3085 found worse value: 339.863970046. iteration 3086 found worse value: 339.863970046. iteration 3087 found worse value: 339.863970046. iteration 3088 found worse value: 339.863970046. iteration 3089 found worse value: 339.863970046. iteration 3090 found worse value: 339.863970046. iteration 3091 found worse value: 339.863970046. iteration 3092 found worse value: 339.863970046. iteration 3093 found worse value: 339.863970046. iteration 3094 found worse value: 339.863970046. iteration 3095 found worse value: 339.863970046. iteration 3096 found worse value: 339.863970046. iteration 3097 found worse value: 339.863970046. iteration 3098 found worse value: 339.863970046. iteration 3099 found worse value: 339.863970046. iteration 3100 found worse value: 339.863970046. iteration 3101 found worse value: 339.863970046. iteration 3102 found worse value: 339.863970046. iteration 3103 found worse value: 339.863970046. iteration 3104 found worse value: 339.863970046. iteration 3105 found worse value: 339.863970046. iteration 3106 found worse value: 339.863970046. iteration 3107 found worse value: 339.863970046. iteration 3108 found worse value: 339.863970046. iteration 3109 found worse value: 339.863970046. iteration 3110 found worse value: 339.863970046. iteration 3111 found worse value: 339.863970046. iteration 3112 found worse value: 339.863970046. iteration 3113 found worse value: 339.863970046. iteration 3114 found worse value: 339.863970046. iteration 3115 found worse value: 339.863970046. iteration 3116 found worse value: 339.863970046. iteration 3117 found worse value: 339.863970046. iteration 3118 found worse value: 339.863970046. iteration 3119 found worse value: 339.863970046. iteration 3120 found worse value: 339.863970046. iteration 3121 found worse value: 339.863970046. iteration 3122 found worse value: 339.863970046. iteration 3123 found worse value: 339.863970046. iteration 3124 found worse value: 339.863970046. iteration 3125 found worse value: 339.863970046. iteration 3126 found worse value: 339.863970046. iteration 3127 found worse value: 339.863970046. iteration 3128 found worse value: 339.863970046. iteration 3129 found worse value: 339.863970046. iteration 3130 found worse value: 339.863970046. iteration 3131 found worse value: 339.863970046. iteration 3132 found worse value: 339.863970046. iteration 3133 found worse value: 339.863970046. iteration 3134 found worse value: 339.863970046. iteration 3135 found worse value: 339.863970046. iteration 3136 found worse value: 339.863970046. iteration 3137 found worse value: 339.863970046. iteration 3138 found worse value: 339.863970046. iteration 3139 found worse value: 339.863970046. iteration 3140 found worse value: 339.863970046. iteration 3141 found worse value: 339.863970046. iteration 3142 found worse value: 339.863970046. iteration 3143 found worse value: 339.863970046. iteration 3144 found worse value: 339.863970046. iteration 3145 found worse value: 339.863970046. iteration 3146 found worse value: 339.863970046. iteration 3147 found worse value: 339.863970046. iteration 3148 found worse value: 339.863970046. iteration 3149 found worse value: 339.863970046. iteration 3150 found worse value: 339.863970046. iteration 3151 found worse value: 339.863970046. iteration 3152 found worse value: 339.863970046. iteration 3153 found worse value: 339.863970046. iteration 3154 found worse value: 339.863970046. iteration 3155 found worse value: 339.863970046. iteration 3156 found worse value: 339.863970046. iteration 3157 found worse value: 339.863970046. iteration 3158 found worse value: 339.863970046. iteration 3159 found worse value: 339.863970046. iteration 3160 found worse value: 339.863970046. iteration 3161 found worse value: 339.863970046. iteration 3162 found worse value: 339.863970046. iteration 3163 found worse value: 339.863970046. iteration 3164 found worse value: 339.863970046. iteration 3165 found worse value: 339.863970046. iteration 3166 found worse value: 339.863970046. iteration 3167 found worse value: 339.863970046. iteration 3168 found worse value: 339.863970046. iteration 3169 found worse value: 339.863970046. iteration 3170 found worse value: 339.863970046. iteration 3171 found worse value: 339.863970046. iteration 3172 found worse value: 339.863970046. iteration 3173 found worse value: 339.863970046. iteration 3174 found worse value: 339.863970046. iteration 3175 found worse value: 339.863970046. iteration 3176 found worse value: 339.863970046. iteration 3177 found worse value: 339.863970046. iteration 3178 found worse value: 339.863970046. iteration 3179 found worse value: 339.863970046. iteration 3180 found worse value: 339.863970046. iteration 3181 found worse value: 339.863970046. iteration 3182 found worse value: 339.863970046. iteration 3183 found worse value: 339.863970046. iteration 3184 found worse value: 339.863970046. iteration 3185 found worse value: 339.863970046. iteration 3186 found worse value: 339.863970046. iteration 3187 found worse value: 339.863970046. iteration 3188 found worse value: 339.863970046. iteration 3189 found worse value: 339.863970046. iteration 3190 found worse value: 339.863970046. iteration 3191 found worse value: 339.863970046. iteration 3192 found worse value: 339.863970046. iteration 3193 found worse value: 339.863970046. iteration3193, perturbing to get out of local maxima iteration 3194 found worse value: 339.863970046. iteration 3195 found worse value: 339.863970046. iteration 3196 found worse value: 339.863970046. iteration 3197 found worse value: 339.863970046. iteration 3198 found worse value: 339.863970046. iteration 3199 found worse value: 339.863970046. iteration 3200 found worse value: 339.863970046. iteration 3201 found worse value: 339.863970046. iteration 3202 found worse value: 339.863970046. iteration 3203 found worse value: 339.863970046. iteration 3204 found worse value: 339.863970046. iteration 3205 found worse value: 339.863970046. iteration 3206 found worse value: 339.863970046. iteration 3207 found worse value: 339.863970046. iteration 3208 found worse value: 339.863970046. iteration 3209 found worse value: 339.863970046. iteration 3210 found worse value: 339.863970046. iteration 3211 found worse value: 339.863970046. iteration 3212 found worse value: 339.863970046. iteration 3213 found worse value: 339.863970046. iteration 3214 found worse value: 339.863970046. iteration 3215 found worse value: 339.863970046. iteration 3216 found worse value: 339.863970046. iteration 3217 found worse value: 339.863970046. iteration 3218 found worse value: 339.863970046. iteration 3219 found worse value: 339.863970046. iteration 3220 found worse value: 339.863970046. iteration 3221 found worse value: 339.863970046. iteration 3222 found worse value: 339.863970046. iteration 3223 found worse value: 339.863970046. iteration 3224 found worse value: 339.863970046. iteration 3225 found worse value: 339.863970046. iteration 3226 found worse value: 339.863970046. iteration 3227 found worse value: 339.863970046. iteration 3228 found worse value: 339.863970046. iteration 3229 found worse value: 339.863970046. iteration 3230 found worse value: 339.863970046. iteration 3231 found worse value: 339.863970046. iteration 3232 found worse value: 339.863970046. iteration 3233 found worse value: 339.863970046. iteration 3234 found worse value: 339.863970046. iteration 3235 found worse value: 339.863970046. iteration 3236 found worse value: 339.863970046. iteration 3237 found worse value: 339.863970046. iteration 3238 found worse value: 339.863970046. iteration 3239 found worse value: 339.863970046. iteration 3240 found worse value: 339.863970046. iteration 3241 found worse value: 339.863970046. iteration 3242 found worse value: 339.863970046. iteration 3243 found worse value: 339.863970046. iteration 3244 found worse value: 339.863970046. iteration 3245 found worse value: 339.863970046. iteration 3246 found worse value: 339.863970046. iteration 3247 found worse value: 339.863970046. iteration 3248 found worse value: 339.863970046. iteration 3249 found worse value: 339.863970046. iteration 3250 found worse value: 339.863970046. iteration 3251 found worse value: 339.863970046. iteration 3252 found worse value: 339.863970046. iteration 3253 found worse value: 339.863970046. iteration 3254 found worse value: 339.863970046. iteration 3255 found worse value: 339.863970046. iteration 3256 found worse value: 339.863970046. iteration 3257 found worse value: 339.863970046. iteration 3258 found worse value: 339.863970046. iteration 3259 found worse value: 339.863970046. iteration 3260 found worse value: 339.863970046. iteration 3261 found worse value: 339.863970046. iteration 3262 found worse value: 339.863970046. iteration 3263 found worse value: 339.863970046. iteration 3264 found worse value: 339.863970046. iteration 3265 found worse value: 339.863970046. iteration 3266 found worse value: 339.863970046. iteration 3267 found worse value: 339.863970046. iteration 3268 found worse value: 339.863970046. iteration 3269 found worse value: 339.863970046. iteration 3270 found worse value: 339.863970046. iteration 3271 found worse value: 339.863970046. iteration 3272 found worse value: 339.863970046. iteration 3273 found worse value: 339.863970046. iteration 3274 found worse value: 339.863970046. iteration 3275 found worse value: 339.863970046. iteration 3276 found worse value: 339.863970046. iteration 3277 found worse value: 339.863970046. iteration 3278 found worse value: 339.863970046. iteration 3279 found worse value: 339.863970046. iteration 3280 found worse value: 339.863970046. iteration 3281 found worse value: 339.863970046. iteration 3282 found worse value: 339.863970046. iteration 3283 found worse value: 339.863970046. iteration 3284 found worse value: 339.863970046. iteration 3285 found worse value: 339.863970046. iteration 3286 found worse value: 339.863970046. iteration 3287 found worse value: 339.863970046. iteration 3288 found worse value: 339.863970046. iteration 3289 found worse value: 339.863970046. iteration 3290 found worse value: 339.863970046. iteration 3291 found worse value: 339.863970046. iteration 3292 found worse value: 339.863970046. iteration 3293 found worse value: 339.863970046. iteration 3294 found worse value: 339.863970046. iteration 3295 found worse value: 339.863970046. iteration 3296 found worse value: 339.863970046. iteration 3297 found worse value: 339.863970046. iteration 3298 found worse value: 339.863970046. iteration 3299 found worse value: 339.863970046. iteration 3300 found worse value: 339.863970046. iteration 3301 found worse value: 339.863970046. iteration 3302 found worse value: 339.863970046. iteration 3303 found worse value: 339.863970046. iteration 3304 found worse value: 339.863970046. iteration 3305 found worse value: 339.863970046. iteration 3306 found worse value: 339.863970046. iteration 3307 found worse value: 339.863970046. iteration 3308 found worse value: 339.863970046. iteration 3309 found worse value: 339.863970046. iteration 3310 found worse value: 339.863970046. iteration 3311 found worse value: 339.863970046. iteration 3312 found worse value: 339.863970046. iteration 3313 found worse value: 339.863970046. iteration 3314 found worse value: 339.863970046. iteration 3315 found worse value: 339.863970046. iteration 3316 found worse value: 339.863970046. iteration 3317 found worse value: 339.863970046. iteration 3318 found worse value: 339.863970046. iteration 3319 found worse value: 339.863970046. iteration 3320 found worse value: 339.863970046. iteration 3321 found worse value: 339.863970046. iteration 3322 found worse value: 339.863970046. iteration 3323 found worse value: 339.863970046. iteration 3324 found worse value: 339.863970046. iteration 3325 found worse value: 339.863970046. iteration 3326 found worse value: 339.863970046. iteration 3327 found worse value: 339.863970046. iteration 3328 found worse value: 339.863970046. iteration 3329 found worse value: 339.863970046. iteration 3330 found worse value: 339.863970046. iteration 3331 found worse value: 339.863970046. iteration 3332 found worse value: 339.863970046. iteration 3333 found worse value: 339.863970046. iteration 3334 found worse value: 339.863970046. iteration 3335 found worse value: 339.863970046. iteration 3336 found worse value: 339.863970046. iteration 3337 found worse value: 339.863970046. iteration 3338 found worse value: 339.863970046. iteration 3339 found worse value: 339.863970046. iteration 3340 found worse value: 339.863970046. iteration 3341 found worse value: 339.863970046. iteration 3342 found worse value: 339.863970046. iteration 3343 found worse value: 339.863970046. iteration 3344 found worse value: 339.863970046. iteration 3345 found worse value: 339.863970046. iteration 3346 found worse value: 339.863970046. iteration 3347 found worse value: 339.863970046. iteration 3348 found worse value: 339.863970046. iteration 3349 found worse value: 339.863970046. iteration 3350 found worse value: 339.863970046. iteration 3351 found worse value: 339.863970046. iteration 3352 found worse value: 339.863970046. iteration 3353 found worse value: 339.863970046. iteration 3354 found worse value: 339.863970046. iteration 3355 found worse value: 339.863970046. iteration 3356 found worse value: 339.863970046. iteration 3357 found worse value: 339.863970046. iteration 3358 found worse value: 339.863970046. iteration 3359 found worse value: 339.863970046. iteration 3360 found worse value: 339.863970046. iteration 3361 found worse value: 339.863970046. iteration 3362 found worse value: 339.863970046. iteration 3363 found worse value: 339.863970046. iteration 3364 found worse value: 339.863970046. iteration 3365 found worse value: 339.863970046. iteration 3366 found worse value: 339.863970046. iteration 3367 found worse value: 339.863970046. iteration 3368 found worse value: 339.863970046. iteration 3369 found worse value: 339.863970046. iteration 3370 found worse value: 339.863970046. iteration 3371 found worse value: 339.863970046. iteration 3372 found worse value: 339.863970046. iteration 3373 found worse value: 339.863970046. iteration 3374 found worse value: 339.863970046. iteration 3375 found worse value: 339.863970046. iteration 3376 found worse value: 339.863970046. iteration 3377 found worse value: 339.863970046. iteration 3378 found worse value: 339.863970046. iteration 3379 found worse value: 339.863970046. iteration 3380 found worse value: 339.863970046. iteration 3381 found worse value: 339.863970046. iteration 3382 found worse value: 339.863970046. iteration 3383 found worse value: 339.863970046. iteration 3384 found worse value: 339.863970046. iteration 3385 found worse value: 339.863970046. iteration 3386 found worse value: 339.863970046. iteration 3387 found worse value: 339.863970046. iteration 3388 found worse value: 339.863970046. iteration 3389 found worse value: 339.863970046. iteration 3390 found worse value: 339.863970046. iteration 3391 found worse value: 339.863970046. iteration 3392 found worse value: 339.863970046. iteration 3393 found worse value: 339.863970046. iteration 3394 found worse value: 339.863970046. iteration 3395 found worse value: 339.863970046. iteration 3396 found worse value: 339.863970046. iteration 3397 found worse value: 339.863970046. iteration 3398 found worse value: 339.863970046. iteration 3399 found worse value: 339.863970046. iteration 3400 found worse value: 339.863970046. iteration 3401 found worse value: 339.863970046. iteration 3402 found worse value: 339.863970046. iteration 3403 found worse value: 339.863970046. iteration 3404 found worse value: 339.863970046. iteration 3405 found worse value: 339.863970046. iteration 3406 found worse value: 339.863970046. iteration 3407 found worse value: 339.863970046. iteration 3408 found worse value: 339.863970046. iteration 3409 found worse value: 339.863970046. iteration 3410 found worse value: 339.863970046. iteration 3411 found worse value: 339.863970046. iteration 3412 found worse value: 339.863970046. iteration 3413 found worse value: 339.863970046. iteration 3414 found worse value: 339.863970046. iteration 3415 found worse value: 339.863970046. iteration 3416 found worse value: 339.863970046. iteration 3417 found worse value: 339.863970046. iteration 3418 found worse value: 339.863970046. iteration 3419 found worse value: 339.863970046. iteration 3420 found worse value: 339.863970046. iteration 3421 found worse value: 339.863970046. iteration 3422 found worse value: 339.863970046. iteration 3423 found worse value: 339.863970046. iteration 3424 found worse value: 339.863970046. iteration 3425 found worse value: 339.863970046. iteration 3426 found worse value: 339.863970046. iteration 3427 found worse value: 339.863970046. iteration 3428 found worse value: 339.863970046. iteration 3429 found worse value: 339.863970046. iteration 3430 found worse value: 339.863970046. iteration 3431 found worse value: 339.863970046. iteration 3432 found worse value: 339.863970046. iteration 3433 found worse value: 339.863970046. iteration 3434 found worse value: 339.863970046. iteration 3435 found worse value: 339.863970046. iteration 3436 found worse value: 339.863970046. iteration 3437 found worse value: 339.863970046. iteration 3438 found worse value: 339.863970046. iteration 3439 found worse value: 339.863970046. iteration 3440 found worse value: 339.863970046. iteration 3441 found worse value: 339.863970046. iteration 3442 found worse value: 339.863970046. iteration 3443 found worse value: 339.863970046. iteration 3444 found worse value: 339.863970046. iteration 3445 found worse value: 339.863970046. iteration 3446 found worse value: 339.863970046. iteration 3447 found worse value: 339.863970046. iteration 3448 found worse value: 339.863970046. iteration 3449 found worse value: 339.863970046. iteration 3450 found worse value: 339.863970046. iteration 3451 found worse value: 339.863970046. iteration 3452 found worse value: 339.863970046. iteration 3453 found worse value: 339.863970046. iteration 3454 found worse value: 339.863970046. iteration 3455 found worse value: 339.863970046. iteration 3456 found worse value: 339.863970046. iteration 3457 found worse value: 339.863970046. iteration 3458 found worse value: 339.863970046. iteration 3459 found worse value: 339.863970046. iteration 3460 found worse value: 339.863970046. iteration 3461 found worse value: 339.863970046. iteration 3462 found worse value: 339.863970046. iteration 3463 found worse value: 339.863970046. iteration 3464 found worse value: 339.863970046. iteration 3465 found worse value: 339.863970046. iteration 3466 found worse value: 339.863970046. iteration 3467 found worse value: 339.863970046. iteration 3468 found worse value: 339.863970046. iteration 3469 found worse value: 339.863970046. iteration 3470 found worse value: 339.863970046. iteration 3471 found worse value: 339.863970046. iteration 3472 found worse value: 339.863970046. iteration 3473 found worse value: 339.863970046. iteration 3474 found worse value: 339.863970046. iteration 3475 found worse value: 339.863970046. iteration 3476 found worse value: 339.863970046. iteration 3477 found worse value: 339.863970046. iteration 3478 found worse value: 339.863970046. iteration 3479 found worse value: 339.863970046. iteration 3480 found worse value: 339.863970046. iteration 3481 found worse value: 339.863970046. iteration 3482 found worse value: 339.863970046. iteration 3483 found worse value: 339.863970046. iteration 3484 found worse value: 339.863970046. iteration 3485 found worse value: 339.863970046. iteration 3486 found worse value: 339.863970046. iteration 3487 found worse value: 339.863970046. iteration 3488 found worse value: 339.863970046. iteration 3489 found worse value: 339.863970046. iteration 3490 found worse value: 339.863970046. iteration 3491 found worse value: 339.863970046. iteration 3492 found worse value: 339.863970046. iteration 3493 found worse value: 339.863970046. iteration 3494 found worse value: 339.863970046. iteration 3495 found worse value: 339.863970046. iteration 3496 found worse value: 339.863970046. iteration 3497 found worse value: 339.863970046. iteration 3498 found worse value: 339.863970046. iteration 3499 found worse value: 339.863970046. iteration 3500 found worse value: 339.863970046. iteration 3501 found worse value: 339.863970046. iteration 3502 found worse value: 339.863970046. iteration 3503 found worse value: 339.863970046. iteration 3504 found worse value: 339.863970046. iteration 3505 found worse value: 339.863970046. iteration 3506 found worse value: 339.863970046. iteration 3507 found worse value: 339.863970046. iteration 3508 found worse value: 339.863970046. iteration 3509 found worse value: 339.863970046. iteration 3510 found worse value: 339.863970046. iteration 3511 found worse value: 339.863970046. iteration 3512 found worse value: 339.863970046. iteration 3513 found worse value: 339.863970046. iteration 3514 found worse value: 339.863970046. iteration 3515 found worse value: 339.863970046. iteration 3516 found worse value: 339.863970046. iteration 3517 found worse value: 339.863970046. iteration 3518 found worse value: 339.863970046. iteration 3519 found worse value: 339.863970046. iteration 3520 found worse value: 339.863970046. iteration 3521 found worse value: 339.863970046. iteration 3522 found worse value: 339.863970046. iteration 3523 found worse value: 339.863970046. iteration 3524 found worse value: 339.863970046. iteration 3525 found worse value: 339.863970046. iteration 3526 found worse value: 339.863970046. iteration 3527 found worse value: 339.863970046. iteration 3528 found worse value: 339.863970046. iteration 3529 found worse value: 339.863970046. iteration 3530 found worse value: 339.863970046. iteration 3531 found worse value: 339.863970046. iteration 3532 found worse value: 339.863970046. iteration 3533 found worse value: 339.863970046. iteration 3534 found worse value: 339.863970046. iteration 3535 found worse value: 339.863970046. iteration 3536 found worse value: 339.863970046. iteration 3537 found worse value: 339.863970046. iteration 3538 found worse value: 339.863970046. iteration 3539 found worse value: 339.863970046. iteration 3540 found worse value: 339.863970046. iteration 3541 found worse value: 339.863970046. iteration 3542 found worse value: 339.863970046. iteration 3543 found worse value: 339.863970046. iteration 3544 found worse value: 339.863970046. iteration 3545 found worse value: 339.863970046. iteration 3546 found worse value: 339.863970046. iteration 3547 found worse value: 339.863970046. iteration 3548 found worse value: 339.863970046. iteration 3549 found worse value: 339.863970046. iteration 3550 found worse value: 339.863970046. iteration 3551 found worse value: 339.863970046. iteration 3552 found worse value: 339.863970046. iteration 3553 found worse value: 339.863970046. iteration 3554 found worse value: 339.863970046. iteration 3555 found worse value: 339.863970046. iteration 3556 found worse value: 339.863970046. iteration 3557 found worse value: 339.863970046. iteration 3558 found worse value: 339.863970046. iteration 3559 found worse value: 339.863970046. iteration 3560 found worse value: 339.863970046. iteration 3561 found worse value: 339.863970046. iteration 3562 found worse value: 339.863970046. iteration 3563 found worse value: 339.863970046. iteration 3564 found worse value: 339.863970046. iteration 3565 found worse value: 339.863970046. iteration 3566 found worse value: 339.863970046. iteration 3567 found worse value: 339.863970046. iteration 3568 found worse value: 339.863970046. iteration 3569 found worse value: 339.863970046. iteration 3570 found worse value: 339.863970046. iteration 3571 found worse value: 339.863970046. iteration 3572 found worse value: 339.863970046. iteration 3573 found worse value: 339.863970046. iteration 3574 found worse value: 339.863970046. iteration 3575 found worse value: 339.863970046. iteration 3576 found worse value: 339.863970046. iteration 3577 found worse value: 339.863970046. iteration 3578 found worse value: 339.863970046. iteration 3579 found worse value: 339.863970046. iteration 3580 found worse value: 339.863970046. iteration 3581 found worse value: 339.863970046. iteration 3582 found worse value: 339.863970046. iteration 3583 found worse value: 339.863970046. iteration 3584 found worse value: 339.863970046. iteration 3585 found worse value: 339.863970046. iteration 3586 found worse value: 339.863970046. iteration 3587 found worse value: 339.863970046. iteration 3588 found worse value: 339.863970046. iteration 3589 found worse value: 339.863970046. iteration 3590 found worse value: 339.863970046. iteration 3591 found worse value: 339.863970046. iteration 3592 found worse value: 339.863970046. iteration 3593 found worse value: 339.863970046. iteration 3594 found worse value: 339.863970046. iteration 3595 found worse value: 339.863970046. iteration 3596 found worse value: 339.863970046. iteration 3597 found worse value: 339.863970046. iteration 3598 found worse value: 339.863970046. iteration 3599 found worse value: 339.863970046. iteration 3600 found worse value: 339.863970046. iteration 3601 found worse value: 339.863970046. iteration 3602 found worse value: 339.863970046. iteration 3603 found worse value: 339.863970046. iteration 3604 found worse value: 339.863970046. iteration 3605 found worse value: 339.863970046. iteration 3606 found worse value: 339.863970046. iteration 3607 found worse value: 339.863970046. iteration 3608 found better value: 339.867740282 iteration 3609 found worse value: 339.867740282. iteration 3610 found worse value: 339.867740282. iteration 3611 found worse value: 339.867740282. iteration 3612 found worse value: 339.867740282. iteration 3613 found worse value: 339.867740282. iteration 3614 found worse value: 339.867740282. iteration 3615 found worse value: 339.867740282. iteration 3616 found worse value: 339.867740282. iteration 3617 found worse value: 339.867740282. iteration 3618 found worse value: 339.867740282. iteration 3619 found worse value: 339.867740282. iteration 3620 found worse value: 339.867740282. iteration 3621 found worse value: 339.867740282. iteration 3622 found worse value: 339.867740282. iteration 3623 found worse value: 339.867740282. iteration 3624 found worse value: 339.867740282. iteration 3625 found worse value: 339.867740282. iteration 3626 found worse value: 339.867740282. iteration 3627 found worse value: 339.867740282. iteration 3628 found worse value: 339.867740282. iteration 3629 found worse value: 339.867740282. iteration 3630 found worse value: 339.867740282. iteration 3631 found worse value: 339.867740282. iteration 3632 found worse value: 339.867740282. iteration 3633 found worse value: 339.867740282. iteration 3634 found worse value: 339.867740282. iteration 3635 found worse value: 339.867740282. iteration 3636 found worse value: 339.867740282. iteration 3637 found worse value: 339.867740282. iteration 3638 found worse value: 339.867740282. iteration 3639 found worse value: 339.867740282. iteration 3640 found worse value: 339.867740282. iteration 3641 found worse value: 339.867740282. iteration 3642 found worse value: 339.867740282. iteration 3643 found worse value: 339.867740282. iteration 3644 found worse value: 339.867740282. iteration 3645 found worse value: 339.867740282. iteration 3646 found worse value: 339.867740282. iteration 3647 found worse value: 339.867740282. iteration 3648 found worse value: 339.867740282. iteration 3649 found worse value: 339.867740282. iteration 3650 found worse value: 339.867740282. iteration 3651 found worse value: 339.867740282. iteration 3652 found worse value: 339.867740282. iteration 3653 found worse value: 339.867740282. iteration 3654 found worse value: 339.867740282. iteration 3655 found worse value: 339.867740282. iteration 3656 found worse value: 339.867740282. iteration 3657 found worse value: 339.867740282. iteration 3658 found worse value: 339.867740282. iteration 3659 found worse value: 339.867740282. iteration 3660 found worse value: 339.867740282. iteration 3661 found worse value: 339.867740282. iteration 3662 found worse value: 339.867740282. iteration 3663 found worse value: 339.867740282. iteration 3664 found worse value: 339.867740282. iteration 3665 found worse value: 339.867740282. iteration 3666 found worse value: 339.867740282. iteration 3667 found worse value: 339.867740282. iteration 3668 found worse value: 339.867740282. iteration 3669 found worse value: 339.867740282. iteration 3670 found worse value: 339.867740282. iteration 3671 found worse value: 339.867740282. iteration 3672 found worse value: 339.867740282. iteration 3673 found worse value: 339.867740282. iteration 3674 found worse value: 339.867740282. iteration 3675 found worse value: 339.867740282. iteration 3676 found worse value: 339.867740282. iteration 3677 found worse value: 339.867740282. iteration 3678 found worse value: 339.867740282. iteration 3679 found worse value: 339.867740282. iteration 3680 found worse value: 339.867740282. iteration 3681 found worse value: 339.867740282. iteration 3682 found worse value: 339.867740282. iteration 3683 found worse value: 339.867740282. iteration 3684 found worse value: 339.867740282. iteration 3685 found worse value: 339.867740282. iteration 3686 found worse value: 339.867740282. iteration 3687 found worse value: 339.867740282. iteration 3688 found worse value: 339.867740282. iteration 3689 found worse value: 339.867740282. iteration 3690 found worse value: 339.867740282. iteration 3691 found worse value: 339.867740282. iteration 3692 found worse value: 339.867740282. iteration 3693 found worse value: 339.867740282. iteration 3694 found worse value: 339.867740282. iteration 3695 found worse value: 339.867740282. iteration 3696 found worse value: 339.867740282. iteration 3697 found worse value: 339.867740282. iteration 3698 found worse value: 339.867740282. iteration 3699 found worse value: 339.867740282. iteration 3700 found worse value: 339.867740282. iteration 3701 found worse value: 339.867740282. iteration 3702 found worse value: 339.867740282. iteration 3703 found worse value: 339.867740282. iteration 3704 found worse value: 339.867740282. iteration 3705 found worse value: 339.867740282. iteration 3706 found worse value: 339.867740282. iteration 3707 found worse value: 339.867740282. iteration 3708 found worse value: 339.867740282. iteration 3709 found worse value: 339.867740282. iteration 3710 found worse value: 339.867740282. iteration 3711 found worse value: 339.867740282. iteration 3712 found worse value: 339.867740282. iteration 3713 found worse value: 339.867740282. iteration 3714 found worse value: 339.867740282. iteration 3715 found worse value: 339.867740282. iteration 3716 found worse value: 339.867740282. iteration 3717 found worse value: 339.867740282. iteration 3718 found worse value: 339.867740282. iteration 3719 found worse value: 339.867740282. iteration 3720 found worse value: 339.867740282. iteration 3721 found worse value: 339.867740282. iteration 3722 found worse value: 339.867740282. iteration 3723 found worse value: 339.867740282. iteration 3724 found worse value: 339.867740282. iteration 3725 found worse value: 339.867740282. iteration 3726 found worse value: 339.867740282. iteration 3727 found worse value: 339.867740282. iteration 3728 found worse value: 339.867740282. iteration 3729 found worse value: 339.867740282. iteration 3730 found worse value: 339.867740282. iteration 3731 found worse value: 339.867740282. iteration 3732 found worse value: 339.867740282. iteration 3733 found worse value: 339.867740282. iteration 3734 found worse value: 339.867740282. iteration 3735 found worse value: 339.867740282. iteration 3736 found worse value: 339.867740282. iteration 3737 found worse value: 339.867740282. iteration 3738 found worse value: 339.867740282. iteration 3739 found worse value: 339.867740282. iteration 3740 found worse value: 339.867740282. iteration 3741 found worse value: 339.867740282. iteration 3742 found worse value: 339.867740282. iteration 3743 found worse value: 339.867740282. iteration 3744 found worse value: 339.867740282. iteration 3745 found worse value: 339.867740282. iteration 3746 found worse value: 339.867740282. iteration 3747 found worse value: 339.867740282. iteration 3748 found worse value: 339.867740282. iteration 3749 found worse value: 339.867740282. iteration 3750 found worse value: 339.867740282. iteration 3751 found worse value: 339.867740282. iteration 3752 found worse value: 339.867740282. iteration 3753 found worse value: 339.867740282. iteration 3754 found worse value: 339.867740282. iteration 3755 found worse value: 339.867740282. iteration 3756 found worse value: 339.867740282. iteration 3757 found worse value: 339.867740282. iteration 3758 found worse value: 339.867740282. iteration 3759 found worse value: 339.867740282. iteration 3760 found worse value: 339.867740282. iteration 3761 found worse value: 339.867740282. iteration 3762 found worse value: 339.867740282. iteration 3763 found worse value: 339.867740282. iteration 3764 found worse value: 339.867740282. iteration 3765 found worse value: 339.867740282. iteration 3766 found worse value: 339.867740282. iteration 3767 found worse value: 339.867740282. iteration 3768 found worse value: 339.867740282. iteration 3769 found worse value: 339.867740282. iteration 3770 found worse value: 339.867740282. iteration 3771 found worse value: 339.867740282. iteration 3772 found worse value: 339.867740282. iteration 3773 found worse value: 339.867740282. iteration 3774 found worse value: 339.867740282. iteration 3775 found worse value: 339.867740282. iteration 3776 found worse value: 339.867740282. iteration 3777 found worse value: 339.867740282. iteration 3778 found worse value: 339.867740282. iteration 3779 found worse value: 339.867740282. iteration 3780 found worse value: 339.867740282. iteration 3781 found worse value: 339.867740282. iteration 3782 found worse value: 339.867740282. iteration 3783 found worse value: 339.867740282. iteration 3784 found worse value: 339.867740282. iteration 3785 found worse value: 339.867740282. iteration 3786 found worse value: 339.867740282. iteration 3787 found worse value: 339.867740282. iteration 3788 found worse value: 339.867740282. iteration 3789 found worse value: 339.867740282. iteration 3790 found worse value: 339.867740282. iteration 3791 found worse value: 339.867740282. iteration 3792 found worse value: 339.867740282. iteration 3793 found worse value: 339.867740282. iteration 3794 found worse value: 339.867740282. iteration 3795 found worse value: 339.867740282. iteration 3796 found worse value: 339.867740282. iteration 3797 found worse value: 339.867740282. iteration 3798 found worse value: 339.867740282. iteration 3799 found worse value: 339.867740282. iteration 3800 found worse value: 339.867740282. iteration 3801 found worse value: 339.867740282. iteration 3802 found worse value: 339.867740282. iteration 3803 found worse value: 339.867740282. iteration 3804 found worse value: 339.867740282. iteration 3805 found worse value: 339.867740282. iteration 3806 found worse value: 339.867740282. iteration 3807 found worse value: 339.867740282. iteration 3808 found worse value: 339.867740282. iteration 3809 found worse value: 339.867740282. iteration 3810 found worse value: 339.867740282. iteration 3811 found worse value: 339.867740282. iteration 3812 found worse value: 339.867740282. iteration 3813 found worse value: 339.867740282. iteration 3814 found worse value: 339.867740282. iteration 3815 found worse value: 339.867740282. iteration 3816 found worse value: 339.867740282. iteration 3817 found worse value: 339.867740282. iteration 3818 found worse value: 339.867740282. iteration 3819 found worse value: 339.867740282. iteration 3820 found worse value: 339.867740282. iteration 3821 found worse value: 339.867740282. iteration 3822 found worse value: 339.867740282. iteration 3823 found worse value: 339.867740282. iteration 3824 found worse value: 339.867740282. iteration 3825 found worse value: 339.867740282. iteration 3826 found worse value: 339.867740282. iteration 3827 found worse value: 339.867740282. iteration 3828 found worse value: 339.867740282. iteration 3829 found worse value: 339.867740282. iteration 3830 found worse value: 339.867740282. iteration 3831 found worse value: 339.867740282. iteration 3832 found worse value: 339.867740282. iteration 3833 found worse value: 339.867740282. iteration 3834 found worse value: 339.867740282. iteration 3835 found worse value: 339.867740282. iteration 3836 found worse value: 339.867740282. iteration 3837 found worse value: 339.867740282. iteration 3838 found worse value: 339.867740282. iteration 3839 found worse value: 339.867740282. iteration 3840 found worse value: 339.867740282. iteration 3841 found worse value: 339.867740282. iteration 3842 found worse value: 339.867740282. iteration 3843 found worse value: 339.867740282. iteration 3844 found worse value: 339.867740282. iteration 3845 found worse value: 339.867740282. iteration 3846 found worse value: 339.867740282. iteration 3847 found worse value: 339.867740282. iteration 3848 found worse value: 339.867740282. iteration 3849 found worse value: 339.867740282. iteration 3850 found worse value: 339.867740282. iteration 3851 found worse value: 339.867740282. iteration 3852 found worse value: 339.867740282. iteration 3853 found worse value: 339.867740282. iteration 3854 found worse value: 339.867740282. iteration 3855 found worse value: 339.867740282. iteration 3856 found worse value: 339.867740282. iteration 3857 found worse value: 339.867740282. iteration 3858 found worse value: 339.867740282. iteration 3859 found worse value: 339.867740282. iteration 3860 found worse value: 339.867740282. iteration 3861 found worse value: 339.867740282. iteration 3862 found worse value: 339.867740282. iteration 3863 found worse value: 339.867740282. iteration 3864 found worse value: 339.867740282. iteration 3865 found worse value: 339.867740282. iteration 3866 found worse value: 339.867740282. iteration 3867 found worse value: 339.867740282. iteration 3868 found worse value: 339.867740282. iteration 3869 found worse value: 339.867740282. iteration 3870 found worse value: 339.867740282. iteration 3871 found worse value: 339.867740282. iteration 3872 found worse value: 339.867740282. iteration 3873 found worse value: 339.867740282. iteration 3874 found worse value: 339.867740282. iteration 3875 found worse value: 339.867740282. iteration 3876 found worse value: 339.867740282. iteration 3877 found worse value: 339.867740282. iteration 3878 found worse value: 339.867740282. iteration 3879 found worse value: 339.867740282. iteration 3880 found worse value: 339.867740282. iteration 3881 found worse value: 339.867740282. iteration 3882 found worse value: 339.867740282. iteration 3883 found worse value: 339.867740282. iteration 3884 found worse value: 339.867740282. iteration 3885 found worse value: 339.867740282. iteration 3886 found worse value: 339.867740282. iteration 3887 found worse value: 339.867740282. iteration 3888 found worse value: 339.867740282. iteration 3889 found worse value: 339.867740282. iteration 3890 found worse value: 339.867740282. iteration 3891 found worse value: 339.867740282. iteration 3892 found worse value: 339.867740282. iteration 3893 found worse value: 339.867740282. iteration 3894 found worse value: 339.867740282. iteration 3895 found worse value: 339.867740282. iteration 3896 found worse value: 339.867740282. iteration 3897 found worse value: 339.867740282. iteration 3898 found worse value: 339.867740282. iteration 3899 found worse value: 339.867740282. iteration 3900 found worse value: 339.867740282. iteration 3901 found worse value: 339.867740282. iteration 3902 found worse value: 339.867740282. iteration 3903 found worse value: 339.867740282. iteration 3904 found worse value: 339.867740282. iteration 3905 found worse value: 339.867740282. iteration 3906 found worse value: 339.867740282. iteration 3907 found worse value: 339.867740282. iteration 3908 found worse value: 339.867740282. iteration 3909 found worse value: 339.867740282. iteration 3910 found worse value: 339.867740282. iteration 3911 found worse value: 339.867740282. iteration 3912 found worse value: 339.867740282. iteration 3913 found worse value: 339.867740282. iteration 3914 found worse value: 339.867740282. iteration 3915 found worse value: 339.867740282. iteration 3916 found worse value: 339.867740282. iteration 3917 found worse value: 339.867740282. iteration 3918 found worse value: 339.867740282. iteration 3919 found worse value: 339.867740282. iteration 3920 found worse value: 339.867740282. iteration 3921 found worse value: 339.867740282. iteration 3922 found worse value: 339.867740282. iteration 3923 found worse value: 339.867740282. iteration 3924 found worse value: 339.867740282. iteration 3925 found worse value: 339.867740282. iteration 3926 found worse value: 339.867740282. iteration 3927 found worse value: 339.867740282. iteration 3928 found worse value: 339.867740282. iteration 3929 found worse value: 339.867740282. iteration 3930 found worse value: 339.867740282. iteration 3931 found worse value: 339.867740282. iteration 3932 found worse value: 339.867740282. iteration 3933 found worse value: 339.867740282. iteration 3934 found worse value: 339.867740282. iteration 3935 found worse value: 339.867740282. iteration 3936 found worse value: 339.867740282. iteration 3937 found worse value: 339.867740282. iteration 3938 found worse value: 339.867740282. iteration 3939 found worse value: 339.867740282. iteration 3940 found worse value: 339.867740282. iteration 3941 found worse value: 339.867740282. iteration 3942 found worse value: 339.867740282. iteration 3943 found worse value: 339.867740282. iteration 3944 found worse value: 339.867740282. iteration 3945 found worse value: 339.867740282. iteration 3946 found worse value: 339.867740282. iteration 3947 found worse value: 339.867740282. iteration 3948 found worse value: 339.867740282. iteration 3949 found worse value: 339.867740282. iteration 3950 found worse value: 339.867740282. iteration 3951 found worse value: 339.867740282. iteration 3952 found worse value: 339.867740282. iteration 3953 found worse value: 339.867740282. iteration 3954 found worse value: 339.867740282. iteration 3955 found worse value: 339.867740282. iteration 3956 found worse value: 339.867740282. iteration 3957 found worse value: 339.867740282. iteration 3958 found worse value: 339.867740282. iteration 3959 found worse value: 339.867740282. iteration 3960 found worse value: 339.867740282. iteration 3961 found worse value: 339.867740282. iteration 3962 found worse value: 339.867740282. iteration 3963 found worse value: 339.867740282. iteration 3964 found worse value: 339.867740282. iteration 3965 found worse value: 339.867740282. iteration 3966 found worse value: 339.867740282. iteration 3967 found worse value: 339.867740282. iteration 3968 found worse value: 339.867740282. iteration 3969 found worse value: 339.867740282. iteration 3970 found worse value: 339.867740282. iteration 3971 found worse value: 339.867740282. iteration 3972 found worse value: 339.867740282. iteration 3973 found worse value: 339.867740282. iteration 3974 found worse value: 339.867740282. iteration 3975 found worse value: 339.867740282. iteration 3976 found worse value: 339.867740282. iteration 3977 found worse value: 339.867740282. iteration 3978 found worse value: 339.867740282. iteration 3979 found worse value: 339.867740282. iteration 3980 found worse value: 339.867740282. iteration 3981 found worse value: 339.867740282. iteration 3982 found worse value: 339.867740282. iteration 3983 found worse value: 339.867740282. iteration 3984 found worse value: 339.867740282. iteration 3985 found worse value: 339.867740282. iteration 3986 found worse value: 339.867740282. iteration 3987 found worse value: 339.867740282. iteration 3988 found worse value: 339.867740282. iteration 3989 found worse value: 339.867740282. iteration 3990 found worse value: 339.867740282. iteration 3991 found worse value: 339.867740282. iteration 3992 found worse value: 339.867740282. iteration 3993 found worse value: 339.867740282. iteration 3994 found worse value: 339.867740282. iteration 3995 found worse value: 339.867740282. iteration 3996 found worse value: 339.867740282. iteration 3997 found worse value: 339.867740282. iteration 3998 found worse value: 339.867740282. iteration 3999 found worse value: 339.867740282. iteration 4000 found worse value: 339.867740282. iteration 4001 found worse value: 339.867740282. iteration 4002 found worse value: 339.867740282. iteration 4003 found worse value: 339.867740282. iteration 4004 found worse value: 339.867740282. iteration 4005 found worse value: 339.867740282. iteration 4006 found worse value: 339.867740282. iteration 4007 found worse value: 339.867740282. iteration 4008 found worse value: 339.867740282. iteration 4009 found worse value: 339.867740282. iteration 4010 found worse value: 339.867740282. iteration 4011 found worse value: 339.867740282. iteration 4012 found worse value: 339.867740282. iteration 4013 found worse value: 339.867740282. iteration 4014 found worse value: 339.867740282. iteration 4015 found worse value: 339.867740282. iteration 4016 found worse value: 339.867740282. iteration 4017 found worse value: 339.867740282. iteration 4018 found worse value: 339.867740282. iteration 4019 found worse value: 339.867740282. iteration 4020 found worse value: 339.867740282. iteration 4021 found worse value: 339.867740282. iteration 4022 found worse value: 339.867740282. iteration 4023 found worse value: 339.867740282. iteration 4024 found worse value: 339.867740282. iteration 4025 found worse value: 339.867740282. iteration 4026 found worse value: 339.867740282. iteration 4027 found worse value: 339.867740282. iteration 4028 found worse value: 339.867740282. iteration 4029 found worse value: 339.867740282. iteration 4030 found worse value: 339.867740282. iteration 4031 found worse value: 339.867740282. iteration 4032 found worse value: 339.867740282. iteration 4033 found worse value: 339.867740282. iteration 4034 found worse value: 339.867740282. iteration 4035 found worse value: 339.867740282. iteration 4036 found worse value: 339.867740282. iteration 4037 found worse value: 339.867740282. iteration 4038 found worse value: 339.867740282. iteration 4039 found worse value: 339.867740282. iteration 4040 found worse value: 339.867740282. iteration 4041 found worse value: 339.867740282. iteration 4042 found worse value: 339.867740282. iteration 4043 found worse value: 339.867740282. iteration 4044 found worse value: 339.867740282. iteration 4045 found worse value: 339.867740282. iteration 4046 found worse value: 339.867740282. iteration 4047 found worse value: 339.867740282. iteration 4048 found worse value: 339.867740282. iteration 4049 found worse value: 339.867740282. iteration 4050 found worse value: 339.867740282. iteration 4051 found worse value: 339.867740282. iteration 4052 found worse value: 339.867740282. iteration 4053 found worse value: 339.867740282. iteration 4054 found worse value: 339.867740282. iteration 4055 found worse value: 339.867740282. iteration 4056 found worse value: 339.867740282. iteration 4057 found worse value: 339.867740282. iteration 4058 found worse value: 339.867740282. iteration 4059 found worse value: 339.867740282. iteration 4060 found worse value: 339.867740282. iteration 4061 found worse value: 339.867740282. iteration 4062 found worse value: 339.867740282. iteration 4063 found worse value: 339.867740282. iteration 4064 found worse value: 339.867740282. iteration 4065 found worse value: 339.867740282. iteration 4066 found worse value: 339.867740282. iteration 4067 found worse value: 339.867740282. iteration 4068 found worse value: 339.867740282. iteration 4069 found worse value: 339.867740282. iteration 4070 found worse value: 339.867740282. iteration 4071 found worse value: 339.867740282. iteration 4072 found worse value: 339.867740282. iteration 4073 found worse value: 339.867740282. iteration 4074 found worse value: 339.867740282. iteration 4075 found worse value: 339.867740282. iteration 4076 found worse value: 339.867740282. iteration 4077 found worse value: 339.867740282. iteration 4078 found worse value: 339.867740282. iteration 4079 found worse value: 339.867740282. iteration 4080 found worse value: 339.867740282. iteration 4081 found worse value: 339.867740282. iteration 4082 found worse value: 339.867740282. iteration 4083 found worse value: 339.867740282. iteration 4084 found worse value: 339.867740282. iteration 4085 found worse value: 339.867740282. iteration 4086 found worse value: 339.867740282. iteration 4087 found worse value: 339.867740282. iteration 4088 found worse value: 339.867740282. iteration 4089 found worse value: 339.867740282. iteration 4090 found worse value: 339.867740282. iteration 4091 found worse value: 339.867740282. iteration 4092 found worse value: 339.867740282. iteration 4093 found worse value: 339.867740282. iteration 4094 found worse value: 339.867740282. iteration 4095 found worse value: 339.867740282. iteration 4096 found worse value: 339.867740282. iteration 4097 found worse value: 339.867740282. iteration 4098 found worse value: 339.867740282. iteration 4099 found worse value: 339.867740282. iteration 4100 found worse value: 339.867740282. iteration 4101 found worse value: 339.867740282. iteration 4102 found worse value: 339.867740282. iteration 4103 found worse value: 339.867740282. iteration 4104 found worse value: 339.867740282. iteration 4105 found worse value: 339.867740282. iteration 4106 found worse value: 339.867740282. iteration 4107 found worse value: 339.867740282. iteration 4108 found worse value: 339.867740282. iteration 4109 found worse value: 339.867740282. iteration 4110 found worse value: 339.867740282. iteration 4111 found worse value: 339.867740282. iteration 4112 found worse value: 339.867740282. iteration 4113 found worse value: 339.867740282. iteration 4114 found worse value: 339.867740282. iteration 4115 found worse value: 339.867740282. iteration 4116 found worse value: 339.867740282. iteration 4117 found worse value: 339.867740282. iteration 4118 found worse value: 339.867740282. iteration 4119 found worse value: 339.867740282. iteration 4120 found worse value: 339.867740282. iteration 4121 found worse value: 339.867740282. iteration 4122 found worse value: 339.867740282. iteration 4123 found worse value: 339.867740282. iteration 4124 found worse value: 339.867740282. iteration 4125 found worse value: 339.867740282. iteration 4126 found worse value: 339.867740282. iteration 4127 found worse value: 339.867740282. iteration 4128 found worse value: 339.867740282. iteration 4129 found worse value: 339.867740282. iteration 4130 found worse value: 339.867740282. iteration 4131 found worse value: 339.867740282. iteration 4132 found worse value: 339.867740282. iteration 4133 found worse value: 339.867740282. iteration 4134 found worse value: 339.867740282. iteration 4135 found worse value: 339.867740282. iteration 4136 found worse value: 339.867740282. iteration 4137 found worse value: 339.867740282. iteration 4138 found worse value: 339.867740282. iteration 4139 found worse value: 339.867740282. iteration 4140 found worse value: 339.867740282. iteration 4141 found worse value: 339.867740282. iteration 4142 found worse value: 339.867740282. iteration 4143 found worse value: 339.867740282. iteration 4144 found worse value: 339.867740282. iteration 4145 found worse value: 339.867740282. iteration 4146 found worse value: 339.867740282. iteration 4147 found worse value: 339.867740282. iteration 4148 found worse value: 339.867740282. iteration 4149 found worse value: 339.867740282. iteration 4150 found worse value: 339.867740282. iteration 4151 found worse value: 339.867740282. iteration 4152 found worse value: 339.867740282. iteration 4153 found worse value: 339.867740282. iteration 4154 found worse value: 339.867740282. iteration 4155 found worse value: 339.867740282. iteration 4156 found worse value: 339.867740282. iteration 4157 found worse value: 339.867740282. iteration 4158 found worse value: 339.867740282. iteration 4159 found worse value: 339.867740282. iteration 4160 found worse value: 339.867740282. iteration 4161 found worse value: 339.867740282. iteration 4162 found worse value: 339.867740282. iteration 4163 found worse value: 339.867740282. iteration 4164 found worse value: 339.867740282. iteration 4165 found worse value: 339.867740282. iteration 4166 found worse value: 339.867740282. iteration 4167 found worse value: 339.867740282. iteration 4168 found worse value: 339.867740282. iteration 4169 found worse value: 339.867740282. iteration 4170 found worse value: 339.867740282. iteration 4171 found worse value: 339.867740282. iteration 4172 found worse value: 339.867740282. iteration 4173 found worse value: 339.867740282. iteration 4174 found worse value: 339.867740282. iteration 4175 found worse value: 339.867740282. iteration 4176 found worse value: 339.867740282. iteration 4177 found worse value: 339.867740282. iteration 4178 found worse value: 339.867740282. iteration 4179 found worse value: 339.867740282. iteration 4180 found worse value: 339.867740282. iteration 4181 found worse value: 339.867740282. iteration 4182 found worse value: 339.867740282. iteration 4183 found worse value: 339.867740282. iteration 4184 found worse value: 339.867740282. iteration 4185 found worse value: 339.867740282. iteration 4186 found worse value: 339.867740282. iteration 4187 found worse value: 339.867740282. iteration 4188 found worse value: 339.867740282. iteration 4189 found worse value: 339.867740282. iteration 4190 found worse value: 339.867740282. iteration 4191 found worse value: 339.867740282. iteration 4192 found worse value: 339.867740282. iteration 4193 found worse value: 339.867740282. iteration 4194 found worse value: 339.867740282. iteration 4195 found worse value: 339.867740282. iteration 4196 found worse value: 339.867740282. iteration 4197 found worse value: 339.867740282. iteration 4198 found worse value: 339.867740282. iteration 4199 found worse value: 339.867740282. iteration 4200 found worse value: 339.867740282. iteration 4201 found worse value: 339.867740282. iteration 4202 found worse value: 339.867740282. iteration 4203 found worse value: 339.867740282. iteration 4204 found worse value: 339.867740282. iteration 4205 found worse value: 339.867740282. iteration 4206 found worse value: 339.867740282. iteration 4207 found worse value: 339.867740282. iteration 4208 found worse value: 339.867740282. iteration 4209 found worse value: 339.867740282. iteration 4210 found worse value: 339.867740282. iteration 4211 found worse value: 339.867740282. iteration 4212 found worse value: 339.867740282. iteration 4213 found worse value: 339.867740282. iteration 4214 found worse value: 339.867740282. iteration 4215 found worse value: 339.867740282. iteration 4216 found worse value: 339.867740282. iteration 4217 found worse value: 339.867740282. iteration 4218 found worse value: 339.867740282. iteration 4219 found worse value: 339.867740282. iteration 4220 found worse value: 339.867740282. iteration 4221 found worse value: 339.867740282. iteration 4222 found worse value: 339.867740282. iteration 4223 found worse value: 339.867740282. iteration 4224 found worse value: 339.867740282. iteration 4225 found worse value: 339.867740282. iteration 4226 found worse value: 339.867740282. iteration 4227 found worse value: 339.867740282. iteration 4228 found worse value: 339.867740282. iteration 4229 found worse value: 339.867740282. iteration 4230 found worse value: 339.867740282. iteration 4231 found worse value: 339.867740282. iteration 4232 found worse value: 339.867740282. iteration 4233 found worse value: 339.867740282. iteration 4234 found worse value: 339.867740282. iteration 4235 found worse value: 339.867740282. iteration 4236 found worse value: 339.867740282. iteration 4237 found worse value: 339.867740282. iteration 4238 found worse value: 339.867740282. iteration 4239 found worse value: 339.867740282. iteration 4240 found worse value: 339.867740282. iteration 4241 found worse value: 339.867740282. iteration 4242 found worse value: 339.867740282. iteration 4243 found worse value: 339.867740282. iteration 4244 found worse value: 339.867740282. iteration 4245 found worse value: 339.867740282. iteration 4246 found worse value: 339.867740282. iteration 4247 found worse value: 339.867740282. iteration 4248 found worse value: 339.867740282. iteration 4249 found worse value: 339.867740282. iteration 4250 found worse value: 339.867740282. iteration 4251 found worse value: 339.867740282. iteration 4252 found worse value: 339.867740282. iteration 4253 found worse value: 339.867740282. iteration 4254 found worse value: 339.867740282. iteration4254, perturbing to get out of local maxima iteration 4255 found worse value: 339.867740282. iteration 4256 found worse value: 339.867740282. iteration 4257 found worse value: 339.867740282. iteration 4258 found worse value: 339.867740282. iteration 4259 found worse value: 339.867740282. iteration 4260 found worse value: 339.867740282. iteration 4261 found worse value: 339.867740282. iteration 4262 found worse value: 339.867740282. iteration 4263 found worse value: 339.867740282. iteration 4264 found worse value: 339.867740282. iteration4264, perturbing to get out of local maxima iteration 4265 found worse value: 339.867740282. iteration 4266 found worse value: 339.867740282. iteration 4267 found worse value: 339.867740282. iteration 4268 found worse value: 339.867740282. iteration 4269 found worse value: 339.867740282. iteration 4270 found worse value: 339.867740282. iteration 4271 found worse value: 339.867740282. iteration 4272 found worse value: 339.867740282. iteration 4273 found worse value: 339.867740282. iteration 4274 found worse value: 339.867740282. iteration 4275 found worse value: 339.867740282. iteration 4276 found worse value: 339.867740282. iteration 4277 found worse value: 339.867740282. iteration 4278 found worse value: 339.867740282. iteration 4279 found worse value: 339.867740282. iteration 4280 found worse value: 339.867740282. iteration 4281 found worse value: 339.867740282. iteration 4282 found worse value: 339.867740282. iteration 4283 found worse value: 339.867740282. iteration 4284 found worse value: 339.867740282. iteration 4285 found worse value: 339.867740282. iteration 4286 found worse value: 339.867740282. iteration 4287 found worse value: 339.867740282. iteration 4288 found worse value: 339.867740282. iteration 4289 found worse value: 339.867740282. iteration 4290 found worse value: 339.867740282. iteration 4291 found worse value: 339.867740282. iteration 4292 found worse value: 339.867740282. iteration 4293 found worse value: 339.867740282. iteration 4294 found worse value: 339.867740282. iteration 4295 found worse value: 339.867740282. iteration 4296 found worse value: 339.867740282. iteration 4297 found worse value: 339.867740282. iteration 4298 found worse value: 339.867740282. iteration 4299 found worse value: 339.867740282. iteration 4300 found worse value: 339.867740282. iteration 4301 found worse value: 339.867740282. iteration 4302 found worse value: 339.867740282. iteration 4303 found worse value: 339.867740282. iteration 4304 found worse value: 339.867740282. iteration 4305 found worse value: 339.867740282. iteration 4306 found worse value: 339.867740282. iteration 4307 found worse value: 339.867740282. iteration 4308 found worse value: 339.867740282. iteration 4309 found worse value: 339.867740282. iteration 4310 found worse value: 339.867740282. iteration 4311 found worse value: 339.867740282. iteration 4312 found worse value: 339.867740282. iteration 4313 found worse value: 339.867740282. iteration 4314 found worse value: 339.867740282. iteration 4315 found worse value: 339.867740282. iteration 4316 found worse value: 339.867740282. iteration 4317 found worse value: 339.867740282. iteration 4318 found worse value: 339.867740282. iteration 4319 found worse value: 339.867740282. iteration 4320 found worse value: 339.867740282. iteration 4321 found worse value: 339.867740282. iteration 4322 found worse value: 339.867740282. iteration 4323 found worse value: 339.867740282. iteration 4324 found worse value: 339.867740282. iteration 4325 found worse value: 339.867740282. iteration 4326 found worse value: 339.867740282. iteration 4327 found worse value: 339.867740282. iteration 4328 found worse value: 339.867740282. iteration 4329 found worse value: 339.867740282. iteration 4330 found worse value: 339.867740282. iteration 4331 found worse value: 339.867740282. iteration 4332 found worse value: 339.867740282. iteration 4333 found worse value: 339.867740282. iteration 4334 found worse value: 339.867740282. iteration 4335 found worse value: 339.867740282. iteration 4336 found worse value: 339.867740282. iteration 4337 found worse value: 339.867740282. iteration 4338 found worse value: 339.867740282. iteration 4339 found worse value: 339.867740282. iteration 4340 found worse value: 339.867740282. iteration 4341 found worse value: 339.867740282. iteration 4342 found worse value: 339.867740282. iteration 4343 found worse value: 339.867740282. iteration 4344 found worse value: 339.867740282. iteration 4345 found worse value: 339.867740282. iteration 4346 found worse value: 339.867740282. iteration 4347 found worse value: 339.867740282. iteration 4348 found worse value: 339.867740282. iteration 4349 found worse value: 339.867740282. iteration 4350 found worse value: 339.867740282. iteration 4351 found worse value: 339.867740282. iteration 4352 found worse value: 339.867740282. iteration 4353 found worse value: 339.867740282. iteration 4354 found worse value: 339.867740282. iteration 4355 found worse value: 339.867740282. iteration 4356 found worse value: 339.867740282. iteration 4357 found worse value: 339.867740282. iteration 4358 found worse value: 339.867740282. iteration 4359 found worse value: 339.867740282. iteration 4360 found worse value: 339.867740282. iteration 4361 found worse value: 339.867740282. iteration 4362 found worse value: 339.867740282. iteration 4363 found worse value: 339.867740282. iteration 4364 found worse value: 339.867740282. iteration 4365 found worse value: 339.867740282. iteration 4366 found worse value: 339.867740282. iteration 4367 found worse value: 339.867740282. iteration 4368 found worse value: 339.867740282. iteration 4369 found worse value: 339.867740282. iteration 4370 found worse value: 339.867740282. iteration 4371 found worse value: 339.867740282. iteration 4372 found worse value: 339.867740282. iteration 4373 found worse value: 339.867740282. iteration 4374 found worse value: 339.867740282. iteration 4375 found worse value: 339.867740282. iteration 4376 found worse value: 339.867740282. iteration 4377 found worse value: 339.867740282. iteration 4378 found worse value: 339.867740282. iteration 4379 found worse value: 339.867740282. iteration 4380 found worse value: 339.867740282. iteration 4381 found worse value: 339.867740282. iteration 4382 found worse value: 339.867740282. iteration 4383 found worse value: 339.867740282. iteration 4384 found worse value: 339.867740282. iteration 4385 found worse value: 339.867740282. iteration 4386 found worse value: 339.867740282. iteration 4387 found worse value: 339.867740282. iteration 4388 found worse value: 339.867740282. iteration 4389 found worse value: 339.867740282. iteration 4390 found worse value: 339.867740282. iteration 4391 found worse value: 339.867740282. iteration 4392 found worse value: 339.867740282. iteration 4393 found worse value: 339.867740282. iteration 4394 found worse value: 339.867740282. iteration 4395 found worse value: 339.867740282. iteration 4396 found worse value: 339.867740282. iteration 4397 found worse value: 339.867740282. iteration 4398 found worse value: 339.867740282. iteration 4399 found worse value: 339.867740282. iteration 4400 found worse value: 339.867740282. iteration 4401 found worse value: 339.867740282. iteration 4402 found worse value: 339.867740282. iteration 4403 found worse value: 339.867740282. iteration 4404 found worse value: 339.867740282. iteration 4405 found worse value: 339.867740282. iteration 4406 found worse value: 339.867740282. iteration 4407 found worse value: 339.867740282. iteration 4408 found worse value: 339.867740282. iteration 4409 found worse value: 339.867740282. iteration 4410 found worse value: 339.867740282. iteration 4411 found worse value: 339.867740282. iteration 4412 found worse value: 339.867740282. iteration 4413 found worse value: 339.867740282. iteration 4414 found worse value: 339.867740282. iteration 4415 found worse value: 339.867740282. iteration 4416 found worse value: 339.867740282. iteration 4417 found worse value: 339.867740282. iteration 4418 found worse value: 339.867740282. iteration 4419 found worse value: 339.867740282. iteration 4420 found worse value: 339.867740282. iteration 4421 found worse value: 339.867740282. iteration 4422 found worse value: 339.867740282. iteration 4423 found worse value: 339.867740282. iteration 4424 found worse value: 339.867740282. iteration 4425 found worse value: 339.867740282. iteration 4426 found worse value: 339.867740282. iteration 4427 found worse value: 339.867740282. iteration 4428 found worse value: 339.867740282. iteration 4429 found worse value: 339.867740282. iteration 4430 found worse value: 339.867740282. iteration 4431 found worse value: 339.867740282. iteration 4432 found worse value: 339.867740282. iteration 4433 found worse value: 339.867740282. iteration 4434 found worse value: 339.867740282. iteration 4435 found worse value: 339.867740282. iteration 4436 found worse value: 339.867740282. iteration 4437 found worse value: 339.867740282. iteration 4438 found worse value: 339.867740282. iteration 4439 found worse value: 339.867740282. iteration 4440 found worse value: 339.867740282. iteration 4441 found worse value: 339.867740282. iteration 4442 found worse value: 339.867740282. iteration 4443 found worse value: 339.867740282. iteration 4444 found worse value: 339.867740282. iteration 4445 found worse value: 339.867740282. iteration 4446 found worse value: 339.867740282. iteration 4447 found worse value: 339.867740282. iteration 4448 found worse value: 339.867740282. iteration 4449 found worse value: 339.867740282. iteration 4450 found worse value: 339.867740282. iteration 4451 found worse value: 339.867740282. iteration 4452 found worse value: 339.867740282. iteration 4453 found worse value: 339.867740282. iteration 4454 found worse value: 339.867740282. iteration 4455 found worse value: 339.867740282. iteration 4456 found worse value: 339.867740282. iteration 4457 found worse value: 339.867740282. iteration 4458 found worse value: 339.867740282. iteration 4459 found worse value: 339.867740282. iteration 4460 found worse value: 339.867740282. iteration 4461 found worse value: 339.867740282. iteration 4462 found worse value: 339.867740282. iteration 4463 found worse value: 339.867740282. iteration 4464 found worse value: 339.867740282. iteration 4465 found worse value: 339.867740282. iteration 4466 found worse value: 339.867740282. iteration 4467 found worse value: 339.867740282. iteration 4468 found worse value: 339.867740282. iteration 4469 found worse value: 339.867740282. iteration 4470 found worse value: 339.867740282. iteration 4471 found worse value: 339.867740282. iteration 4472 found worse value: 339.867740282. iteration 4473 found worse value: 339.867740282. iteration 4474 found worse value: 339.867740282. iteration 4475 found worse value: 339.867740282. iteration 4476 found worse value: 339.867740282. iteration 4477 found worse value: 339.867740282. iteration 4478 found worse value: 339.867740282. iteration 4479 found worse value: 339.867740282. iteration 4480 found worse value: 339.867740282. iteration 4481 found worse value: 339.867740282. iteration 4482 found worse value: 339.867740282. iteration 4483 found worse value: 339.867740282. iteration 4484 found worse value: 339.867740282. iteration 4485 found worse value: 339.867740282. iteration 4486 found worse value: 339.867740282. iteration 4487 found worse value: 339.867740282. iteration 4488 found worse value: 339.867740282. iteration 4489 found worse value: 339.867740282. iteration 4490 found worse value: 339.867740282. iteration 4491 found worse value: 339.867740282. iteration 4492 found worse value: 339.867740282. iteration 4493 found worse value: 339.867740282. iteration 4494 found worse value: 339.867740282. iteration 4495 found worse value: 339.867740282. iteration 4496 found worse value: 339.867740282. iteration 4497 found worse value: 339.867740282. iteration 4498 found worse value: 339.867740282. iteration 4499 found worse value: 339.867740282. iteration 4500 found worse value: 339.867740282. iteration 4501 found worse value: 339.867740282. iteration 4502 found worse value: 339.867740282. iteration 4503 found worse value: 339.867740282. iteration 4504 found worse value: 339.867740282. iteration 4505 found worse value: 339.867740282. iteration 4506 found worse value: 339.867740282. iteration 4507 found worse value: 339.867740282. iteration 4508 found worse value: 339.867740282. iteration 4509 found worse value: 339.867740282. iteration 4510 found worse value: 339.867740282. iteration 4511 found worse value: 339.867740282. iteration 4512 found worse value: 339.867740282. iteration 4513 found worse value: 339.867740282. iteration 4514 found worse value: 339.867740282. iteration 4515 found worse value: 339.867740282. iteration 4516 found worse value: 339.867740282. iteration 4517 found worse value: 339.867740282. iteration 4518 found worse value: 339.867740282. iteration 4519 found worse value: 339.867740282. iteration 4520 found worse value: 339.867740282. iteration 4521 found worse value: 339.867740282. iteration 4522 found worse value: 339.867740282. iteration 4523 found worse value: 339.867740282. iteration 4524 found worse value: 339.867740282. iteration 4525 found worse value: 339.867740282. iteration 4526 found worse value: 339.867740282. iteration 4527 found worse value: 339.867740282. iteration 4528 found worse value: 339.867740282. iteration 4529 found worse value: 339.867740282. iteration 4530 found worse value: 339.867740282. iteration 4531 found worse value: 339.867740282. iteration 4532 found worse value: 339.867740282. iteration 4533 found worse value: 339.867740282. iteration 4534 found worse value: 339.867740282. iteration 4535 found worse value: 339.867740282. iteration 4536 found worse value: 339.867740282. iteration 4537 found worse value: 339.867740282. iteration 4538 found worse value: 339.867740282. iteration 4539 found worse value: 339.867740282. iteration 4540 found worse value: 339.867740282. iteration 4541 found worse value: 339.867740282. iteration 4542 found worse value: 339.867740282. iteration 4543 found worse value: 339.867740282. iteration 4544 found worse value: 339.867740282. iteration 4545 found worse value: 339.867740282. iteration 4546 found worse value: 339.867740282. iteration 4547 found worse value: 339.867740282. iteration 4548 found worse value: 339.867740282. iteration 4549 found worse value: 339.867740282. iteration 4550 found worse value: 339.867740282. iteration 4551 found worse value: 339.867740282. iteration 4552 found worse value: 339.867740282. iteration 4553 found worse value: 339.867740282. iteration 4554 found worse value: 339.867740282. iteration 4555 found worse value: 339.867740282. iteration 4556 found worse value: 339.867740282. iteration 4557 found worse value: 339.867740282. iteration 4558 found worse value: 339.867740282. iteration 4559 found worse value: 339.867740282. iteration 4560 found worse value: 339.867740282. iteration 4561 found worse value: 339.867740282. iteration 4562 found worse value: 339.867740282. iteration 4563 found worse value: 339.867740282. iteration 4564 found worse value: 339.867740282. iteration 4565 found worse value: 339.867740282. iteration 4566 found worse value: 339.867740282. iteration 4567 found worse value: 339.867740282. iteration 4568 found worse value: 339.867740282. iteration 4569 found worse value: 339.867740282. iteration 4570 found worse value: 339.867740282. iteration 4571 found worse value: 339.867740282. iteration 4572 found worse value: 339.867740282. iteration 4573 found worse value: 339.867740282. iteration 4574 found worse value: 339.867740282. iteration 4575 found worse value: 339.867740282. iteration 4576 found worse value: 339.867740282. iteration 4577 found worse value: 339.867740282. iteration 4578 found worse value: 339.867740282. iteration 4579 found worse value: 339.867740282. iteration 4580 found worse value: 339.867740282. iteration 4581 found worse value: 339.867740282. iteration 4582 found worse value: 339.867740282. iteration 4583 found worse value: 339.867740282. iteration 4584 found worse value: 339.867740282. iteration 4585 found worse value: 339.867740282. iteration 4586 found worse value: 339.867740282. iteration 4587 found worse value: 339.867740282. iteration 4588 found worse value: 339.867740282. iteration 4589 found worse value: 339.867740282. iteration 4590 found worse value: 339.867740282. iteration 4591 found worse value: 339.867740282. iteration 4592 found worse value: 339.867740282. iteration 4593 found worse value: 339.867740282. iteration 4594 found worse value: 339.867740282. iteration 4595 found worse value: 339.867740282. iteration 4596 found worse value: 339.867740282. iteration 4597 found worse value: 339.867740282. iteration 4598 found worse value: 339.867740282. iteration 4599 found worse value: 339.867740282. iteration 4600 found worse value: 339.867740282. iteration 4601 found worse value: 339.867740282. iteration 4602 found worse value: 339.867740282. iteration 4603 found worse value: 339.867740282. iteration 4604 found worse value: 339.867740282. iteration 4605 found worse value: 339.867740282. iteration 4606 found worse value: 339.867740282. iteration 4607 found worse value: 339.867740282. iteration 4608 found worse value: 339.867740282. iteration 4609 found worse value: 339.867740282. iteration 4610 found worse value: 339.867740282. iteration 4611 found worse value: 339.867740282. iteration 4612 found worse value: 339.867740282. iteration 4613 found worse value: 339.867740282. iteration 4614 found worse value: 339.867740282. iteration 4615 found worse value: 339.867740282. iteration 4616 found worse value: 339.867740282. iteration 4617 found worse value: 339.867740282. iteration 4618 found worse value: 339.867740282. iteration 4619 found worse value: 339.867740282. iteration 4620 found worse value: 339.867740282. iteration 4621 found worse value: 339.867740282. iteration 4622 found worse value: 339.867740282. iteration 4623 found worse value: 339.867740282. iteration 4624 found worse value: 339.867740282. iteration 4625 found worse value: 339.867740282. iteration 4626 found worse value: 339.867740282. iteration 4627 found worse value: 339.867740282. iteration 4628 found worse value: 339.867740282. iteration 4629 found worse value: 339.867740282. iteration 4630 found worse value: 339.867740282. iteration 4631 found worse value: 339.867740282. iteration 4632 found worse value: 339.867740282. iteration 4633 found worse value: 339.867740282. iteration 4634 found worse value: 339.867740282. iteration 4635 found worse value: 339.867740282. iteration 4636 found worse value: 339.867740282. iteration 4637 found worse value: 339.867740282. iteration 4638 found worse value: 339.867740282. iteration 4639 found worse value: 339.867740282. iteration 4640 found worse value: 339.867740282. iteration 4641 found worse value: 339.867740282. iteration 4642 found worse value: 339.867740282. iteration 4643 found worse value: 339.867740282. iteration 4644 found worse value: 339.867740282. iteration 4645 found worse value: 339.867740282. iteration 4646 found worse value: 339.867740282. iteration 4647 found worse value: 339.867740282. iteration 4648 found worse value: 339.867740282. iteration 4649 found worse value: 339.867740282. iteration 4650 found worse value: 339.867740282. iteration 4651 found worse value: 339.867740282. iteration 4652 found worse value: 339.867740282. iteration 4653 found worse value: 339.867740282. iteration 4654 found worse value: 339.867740282. iteration 4655 found worse value: 339.867740282. iteration 4656 found worse value: 339.867740282. iteration 4657 found worse value: 339.867740282. iteration 4658 found worse value: 339.867740282. iteration 4659 found worse value: 339.867740282. iteration 4660 found worse value: 339.867740282. iteration 4661 found worse value: 339.867740282. iteration 4662 found worse value: 339.867740282. iteration 4663 found worse value: 339.867740282. iteration 4664 found worse value: 339.867740282. iteration 4665 found worse value: 339.867740282. iteration 4666 found worse value: 339.867740282. iteration 4667 found worse value: 339.867740282. iteration 4668 found worse value: 339.867740282. iteration 4669 found worse value: 339.867740282. iteration 4670 found worse value: 339.867740282. iteration 4671 found worse value: 339.867740282. iteration 4672 found worse value: 339.867740282. iteration 4673 found worse value: 339.867740282. iteration 4674 found worse value: 339.867740282. iteration 4675 found worse value: 339.867740282. iteration 4676 found worse value: 339.867740282. iteration 4677 found worse value: 339.867740282. iteration 4678 found worse value: 339.867740282. iteration 4679 found worse value: 339.867740282. iteration 4680 found worse value: 339.867740282. iteration 4681 found worse value: 339.867740282. iteration 4682 found worse value: 339.867740282. iteration 4683 found worse value: 339.867740282. iteration 4684 found worse value: 339.867740282. iteration 4685 found worse value: 339.867740282. iteration 4686 found worse value: 339.867740282. iteration 4687 found worse value: 339.867740282. iteration 4688 found worse value: 339.867740282. iteration 4689 found worse value: 339.867740282. iteration 4690 found worse value: 339.867740282. iteration 4691 found worse value: 339.867740282. iteration 4692 found worse value: 339.867740282. iteration 4693 found worse value: 339.867740282. iteration 4694 found worse value: 339.867740282. iteration 4695 found worse value: 339.867740282. iteration 4696 found worse value: 339.867740282. iteration 4697 found worse value: 339.867740282. iteration 4698 found worse value: 339.867740282. iteration 4699 found worse value: 339.867740282. iteration 4700 found worse value: 339.867740282. iteration 4701 found worse value: 339.867740282. iteration 4702 found worse value: 339.867740282. iteration 4703 found worse value: 339.867740282. iteration 4704 found worse value: 339.867740282. iteration 4705 found worse value: 339.867740282. iteration 4706 found worse value: 339.867740282. iteration 4707 found worse value: 339.867740282. iteration 4708 found worse value: 339.867740282. iteration 4709 found worse value: 339.867740282. iteration 4710 found worse value: 339.867740282. iteration 4711 found worse value: 339.867740282. iteration 4712 found worse value: 339.867740282. iteration 4713 found worse value: 339.867740282. iteration 4714 found worse value: 339.867740282. iteration 4715 found worse value: 339.867740282. iteration 4716 found worse value: 339.867740282. iteration 4717 found worse value: 339.867740282. iteration 4718 found worse value: 339.867740282. iteration 4719 found worse value: 339.867740282. iteration 4720 found worse value: 339.867740282. iteration 4721 found worse value: 339.867740282. iteration 4722 found worse value: 339.867740282. iteration 4723 found worse value: 339.867740282. iteration 4724 found worse value: 339.867740282. iteration 4725 found worse value: 339.867740282. iteration 4726 found equal value: 339.867740282. iteration 4727 found worse value: 339.867740282. iteration 4728 found worse value: 339.867740282. iteration 4729 found worse value: 339.867740282. iteration 4730 found worse value: 339.867740282. iteration 4731 found worse value: 339.867740282. iteration 4732 found worse value: 339.867740282. iteration 4733 found worse value: 339.867740282. iteration 4734 found worse value: 339.867740282. iteration 4735 found worse value: 339.867740282. iteration 4736 found worse value: 339.867740282. iteration 4737 found worse value: 339.867740282. iteration 4738 found worse value: 339.867740282. iteration 4739 found worse value: 339.867740282. iteration 4740 found worse value: 339.867740282. iteration 4741 found worse value: 339.867740282. iteration 4742 found worse value: 339.867740282. iteration 4743 found worse value: 339.867740282. iteration 4744 found worse value: 339.867740282. iteration 4745 found worse value: 339.867740282. iteration 4746 found worse value: 339.867740282. iteration 4747 found worse value: 339.867740282. iteration 4748 found worse value: 339.867740282. iteration 4749 found worse value: 339.867740282. iteration 4750 found worse value: 339.867740282. iteration 4751 found worse value: 339.867740282. iteration 4752 found worse value: 339.867740282. iteration 4753 found worse value: 339.867740282. iteration 4754 found worse value: 339.867740282. iteration 4755 found worse value: 339.867740282. iteration 4756 found worse value: 339.867740282. iteration 4757 found worse value: 339.867740282. iteration 4758 found worse value: 339.867740282. iteration 4759 found worse value: 339.867740282. iteration 4760 found worse value: 339.867740282. iteration 4761 found worse value: 339.867740282. iteration 4762 found worse value: 339.867740282. iteration 4763 found worse value: 339.867740282. iteration 4764 found worse value: 339.867740282. iteration 4765 found worse value: 339.867740282. iteration 4766 found worse value: 339.867740282. iteration 4767 found worse value: 339.867740282. iteration 4768 found worse value: 339.867740282. iteration 4769 found worse value: 339.867740282. iteration 4770 found worse value: 339.867740282. iteration 4771 found worse value: 339.867740282. iteration 4772 found worse value: 339.867740282. iteration 4773 found worse value: 339.867740282. iteration 4774 found worse value: 339.867740282. iteration 4775 found worse value: 339.867740282. iteration 4776 found worse value: 339.867740282. iteration 4777 found worse value: 339.867740282. iteration 4778 found worse value: 339.867740282. iteration 4779 found worse value: 339.867740282. iteration 4780 found worse value: 339.867740282. iteration 4781 found worse value: 339.867740282. iteration 4782 found worse value: 339.867740282. iteration 4783 found worse value: 339.867740282. iteration 4784 found worse value: 339.867740282. iteration 4785 found worse value: 339.867740282. iteration 4786 found worse value: 339.867740282. iteration 4787 found worse value: 339.867740282. iteration 4788 found worse value: 339.867740282. iteration 4789 found worse value: 339.867740282. iteration4789, perturbing to get out of local maxima iteration 4790 found worse value: 339.867740282. iteration 4791 found worse value: 339.867740282. iteration 4792 found worse value: 339.867740282. iteration 4793 found worse value: 339.867740282. iteration 4794 found worse value: 339.867740282. iteration 4795 found worse value: 339.867740282. iteration 4796 found worse value: 339.867740282. iteration 4797 found worse value: 339.867740282. iteration 4798 found worse value: 339.867740282. iteration 4799 found worse value: 339.867740282. iteration 4800 found worse value: 339.867740282. iteration 4801 found worse value: 339.867740282. iteration 4802 found worse value: 339.867740282. iteration 4803 found worse value: 339.867740282. iteration 4804 found worse value: 339.867740282. iteration 4805 found worse value: 339.867740282. iteration 4806 found worse value: 339.867740282. iteration 4807 found worse value: 339.867740282. iteration 4808 found worse value: 339.867740282. iteration 4809 found worse value: 339.867740282. iteration 4810 found worse value: 339.867740282. iteration 4811 found worse value: 339.867740282. iteration 4812 found worse value: 339.867740282. iteration 4813 found worse value: 339.867740282. iteration 4814 found worse value: 339.867740282. iteration 4815 found worse value: 339.867740282. iteration 4816 found worse value: 339.867740282. iteration 4817 found worse value: 339.867740282. iteration 4818 found worse value: 339.867740282. iteration 4819 found worse value: 339.867740282. iteration 4820 found worse value: 339.867740282. iteration 4821 found worse value: 339.867740282. iteration 4822 found worse value: 339.867740282. iteration 4823 found worse value: 339.867740282. iteration 4824 found worse value: 339.867740282. iteration 4825 found worse value: 339.867740282. iteration 4826 found worse value: 339.867740282. iteration 4827 found worse value: 339.867740282. iteration 4828 found worse value: 339.867740282. iteration 4829 found worse value: 339.867740282. iteration 4830 found worse value: 339.867740282. iteration 4831 found worse value: 339.867740282. iteration 4832 found worse value: 339.867740282. iteration 4833 found worse value: 339.867740282. iteration 4834 found worse value: 339.867740282. iteration 4835 found worse value: 339.867740282. iteration 4836 found worse value: 339.867740282. iteration 4837 found worse value: 339.867740282. iteration 4838 found worse value: 339.867740282. iteration 4839 found worse value: 339.867740282. iteration 4840 found worse value: 339.867740282. iteration 4841 found worse value: 339.867740282. iteration 4842 found worse value: 339.867740282. iteration 4843 found worse value: 339.867740282. iteration 4844 found worse value: 339.867740282. iteration 4845 found worse value: 339.867740282. iteration 4846 found worse value: 339.867740282. iteration 4847 found worse value: 339.867740282. iteration 4848 found worse value: 339.867740282. iteration 4849 found worse value: 339.867740282. iteration 4850 found worse value: 339.867740282. iteration 4851 found worse value: 339.867740282. iteration 4852 found worse value: 339.867740282. iteration 4853 found worse value: 339.867740282. iteration 4854 found worse value: 339.867740282. iteration 4855 found worse value: 339.867740282. iteration 4856 found worse value: 339.867740282. iteration 4857 found worse value: 339.867740282. iteration 4858 found worse value: 339.867740282. iteration 4859 found worse value: 339.867740282. iteration 4860 found worse value: 339.867740282. iteration 4861 found worse value: 339.867740282. iteration 4862 found worse value: 339.867740282. iteration 4863 found worse value: 339.867740282. iteration 4864 found worse value: 339.867740282. iteration 4865 found worse value: 339.867740282. iteration 4866 found worse value: 339.867740282. iteration 4867 found worse value: 339.867740282. iteration 4868 found worse value: 339.867740282. iteration 4869 found worse value: 339.867740282. iteration 4870 found worse value: 339.867740282. iteration 4871 found worse value: 339.867740282. iteration 4872 found worse value: 339.867740282. iteration 4873 found worse value: 339.867740282. iteration 4874 found worse value: 339.867740282. iteration 4875 found worse value: 339.867740282. iteration 4876 found worse value: 339.867740282. iteration 4877 found worse value: 339.867740282. iteration 4878 found worse value: 339.867740282. iteration 4879 found worse value: 339.867740282. iteration 4880 found worse value: 339.867740282. iteration 4881 found worse value: 339.867740282. iteration 4882 found worse value: 339.867740282. iteration 4883 found worse value: 339.867740282. iteration 4884 found worse value: 339.867740282. iteration 4885 found worse value: 339.867740282. iteration 4886 found worse value: 339.867740282. iteration 4887 found worse value: 339.867740282. iteration 4888 found worse value: 339.867740282. iteration 4889 found worse value: 339.867740282. iteration 4890 found worse value: 339.867740282. iteration 4891 found worse value: 339.867740282. iteration 4892 found worse value: 339.867740282. iteration 4893 found worse value: 339.867740282. iteration 4894 found worse value: 339.867740282. iteration 4895 found worse value: 339.867740282. iteration 4896 found worse value: 339.867740282. iteration 4897 found worse value: 339.867740282. iteration 4898 found worse value: 339.867740282. iteration 4899 found worse value: 339.867740282. iteration 4900 found worse value: 339.867740282. iteration 4901 found worse value: 339.867740282. iteration 4902 found worse value: 339.867740282. iteration 4903 found worse value: 339.867740282. iteration 4904 found worse value: 339.867740282. iteration 4905 found worse value: 339.867740282. iteration 4906 found worse value: 339.867740282. iteration 4907 found worse value: 339.867740282. iteration 4908 found worse value: 339.867740282. iteration 4909 found worse value: 339.867740282. iteration 4910 found worse value: 339.867740282. iteration 4911 found worse value: 339.867740282. iteration 4912 found worse value: 339.867740282. iteration 4913 found worse value: 339.867740282. iteration 4914 found worse value: 339.867740282. iteration 4915 found worse value: 339.867740282. iteration 4916 found worse value: 339.867740282. iteration 4917 found worse value: 339.867740282. iteration 4918 found worse value: 339.867740282. iteration 4919 found worse value: 339.867740282. iteration 4920 found worse value: 339.867740282. iteration 4921 found worse value: 339.867740282. iteration 4922 found worse value: 339.867740282. iteration 4923 found worse value: 339.867740282. iteration 4924 found worse value: 339.867740282. iteration 4925 found worse value: 339.867740282. iteration 4926 found worse value: 339.867740282. iteration 4927 found worse value: 339.867740282. iteration 4928 found worse value: 339.867740282. iteration 4929 found worse value: 339.867740282. iteration 4930 found worse value: 339.867740282. iteration 4931 found worse value: 339.867740282. iteration 4932 found worse value: 339.867740282. iteration 4933 found worse value: 339.867740282. iteration 4934 found worse value: 339.867740282. iteration 4935 found worse value: 339.867740282. iteration 4936 found worse value: 339.867740282. iteration 4937 found worse value: 339.867740282. iteration 4938 found worse value: 339.867740282. iteration 4939 found worse value: 339.867740282. iteration 4940 found worse value: 339.867740282. iteration 4941 found worse value: 339.867740282. iteration 4942 found worse value: 339.867740282. iteration 4943 found worse value: 339.867740282. iteration 4944 found worse value: 339.867740282. iteration 4945 found worse value: 339.867740282. iteration 4946 found worse value: 339.867740282. iteration 4947 found worse value: 339.867740282. iteration 4948 found worse value: 339.867740282. iteration 4949 found worse value: 339.867740282. iteration 4950 found worse value: 339.867740282. iteration 4951 found worse value: 339.867740282. iteration 4952 found worse value: 339.867740282. iteration 4953 found worse value: 339.867740282. iteration 4954 found worse value: 339.867740282. iteration 4955 found worse value: 339.867740282. iteration 4956 found worse value: 339.867740282. iteration 4957 found worse value: 339.867740282. iteration 4958 found worse value: 339.867740282. iteration 4959 found worse value: 339.867740282. iteration 4960 found worse value: 339.867740282. iteration 4961 found worse value: 339.867740282. iteration 4962 found worse value: 339.867740282. iteration 4963 found worse value: 339.867740282. iteration 4964 found worse value: 339.867740282. iteration 4965 found worse value: 339.867740282. iteration 4966 found worse value: 339.867740282. iteration 4967 found worse value: 339.867740282. iteration 4968 found worse value: 339.867740282. iteration 4969 found worse value: 339.867740282. iteration 4970 found worse value: 339.867740282. iteration 4971 found worse value: 339.867740282. iteration 4972 found worse value: 339.867740282. iteration 4973 found worse value: 339.867740282. iteration 4974 found worse value: 339.867740282. iteration 4975 found worse value: 339.867740282. iteration 4976 found worse value: 339.867740282. iteration 4977 found worse value: 339.867740282. iteration 4978 found worse value: 339.867740282. iteration 4979 found worse value: 339.867740282. iteration 4980 found worse value: 339.867740282. iteration 4981 found worse value: 339.867740282. iteration 4982 found worse value: 339.867740282. iteration 4983 found worse value: 339.867740282. iteration 4984 found worse value: 339.867740282. iteration 4985 found worse value: 339.867740282. iteration 4986 found worse value: 339.867740282. iteration 4987 found worse value: 339.867740282. iteration 4988 found worse value: 339.867740282. iteration 4989 found worse value: 339.867740282. iteration 4990 found worse value: 339.867740282. iteration 4991 found worse value: 339.867740282. iteration 4992 found worse value: 339.867740282. iteration 4993 found worse value: 339.867740282. iteration 4994 found worse value: 339.867740282. iteration 4995 found worse value: 339.867740282. iteration 4996 found worse value: 339.867740282. iteration 4997 found worse value: 339.867740282. iteration 4998 found worse value: 339.867740282. iteration 4999 found worse value: 339.867740282. iteration 5000 found worse value: 339.867740282. iteration 5001 found worse value: 339.867740282. iteration 5002 found worse value: 339.867740282. iteration 5003 found worse value: 339.867740282. iteration 5004 found worse value: 339.867740282. iteration 5005 found worse value: 339.867740282. iteration 5006 found worse value: 339.867740282. iteration 5007 found worse value: 339.867740282. iteration 5008 found worse value: 339.867740282. iteration 5009 found worse value: 339.867740282. iteration 5010 found worse value: 339.867740282. iteration 5011 found worse value: 339.867740282. iteration 5012 found worse value: 339.867740282. iteration 5013 found worse value: 339.867740282. iteration 5014 found worse value: 339.867740282. iteration 5015 found worse value: 339.867740282. iteration 5016 found worse value: 339.867740282. iteration 5017 found worse value: 339.867740282. iteration 5018 found worse value: 339.867740282. iteration 5019 found worse value: 339.867740282. iteration 5020 found worse value: 339.867740282. iteration 5021 found worse value: 339.867740282. iteration 5022 found worse value: 339.867740282. iteration 5023 found worse value: 339.867740282. iteration 5024 found worse value: 339.867740282. iteration 5025 found worse value: 339.867740282. iteration 5026 found worse value: 339.867740282. iteration 5027 found worse value: 339.867740282. iteration 5028 found worse value: 339.867740282. iteration 5029 found worse value: 339.867740282. iteration 5030 found worse value: 339.867740282. iteration 5031 found worse value: 339.867740282. iteration 5032 found worse value: 339.867740282. iteration 5033 found worse value: 339.867740282. iteration 5034 found worse value: 339.867740282. iteration 5035 found worse value: 339.867740282. iteration 5036 found worse value: 339.867740282. iteration 5037 found worse value: 339.867740282. iteration 5038 found worse value: 339.867740282. iteration 5039 found worse value: 339.867740282. iteration 5040 found worse value: 339.867740282. iteration 5041 found worse value: 339.867740282. iteration 5042 found worse value: 339.867740282. iteration 5043 found worse value: 339.867740282. iteration 5044 found worse value: 339.867740282. iteration 5045 found worse value: 339.867740282. iteration 5046 found worse value: 339.867740282. iteration 5047 found worse value: 339.867740282. iteration 5048 found worse value: 339.867740282. iteration 5049 found worse value: 339.867740282. iteration 5050 found worse value: 339.867740282. iteration 5051 found worse value: 339.867740282. iteration 5052 found worse value: 339.867740282. iteration 5053 found worse value: 339.867740282. iteration 5054 found worse value: 339.867740282. iteration 5055 found worse value: 339.867740282. iteration 5056 found worse value: 339.867740282. iteration 5057 found worse value: 339.867740282. iteration 5058 found worse value: 339.867740282. iteration 5059 found worse value: 339.867740282. iteration 5060 found worse value: 339.867740282. iteration 5061 found worse value: 339.867740282. iteration 5062 found worse value: 339.867740282. iteration 5063 found worse value: 339.867740282. iteration 5064 found worse value: 339.867740282. iteration 5065 found worse value: 339.867740282. iteration 5066 found worse value: 339.867740282. iteration 5067 found worse value: 339.867740282. iteration 5068 found worse value: 339.867740282. iteration 5069 found worse value: 339.867740282. iteration 5070 found worse value: 339.867740282. iteration 5071 found worse value: 339.867740282. iteration 5072 found worse value: 339.867740282. iteration 5073 found worse value: 339.867740282. iteration 5074 found worse value: 339.867740282. iteration 5075 found worse value: 339.867740282. iteration 5076 found worse value: 339.867740282. iteration 5077 found worse value: 339.867740282. iteration 5078 found worse value: 339.867740282. iteration 5079 found worse value: 339.867740282. iteration 5080 found worse value: 339.867740282. iteration 5081 found worse value: 339.867740282. iteration 5082 found worse value: 339.867740282. iteration 5083 found worse value: 339.867740282. iteration 5084 found worse value: 339.867740282. iteration 5085 found worse value: 339.867740282. iteration 5086 found worse value: 339.867740282. iteration 5087 found worse value: 339.867740282. iteration 5088 found worse value: 339.867740282. iteration 5089 found worse value: 339.867740282. iteration 5090 found worse value: 339.867740282. iteration 5091 found worse value: 339.867740282. iteration 5092 found worse value: 339.867740282. iteration 5093 found worse value: 339.867740282. iteration 5094 found worse value: 339.867740282. iteration 5095 found worse value: 339.867740282. iteration 5096 found worse value: 339.867740282. iteration 5097 found worse value: 339.867740282. iteration 5098 found worse value: 339.867740282. iteration 5099 found worse value: 339.867740282. iteration 5100 found worse value: 339.867740282. iteration 5101 found worse value: 339.867740282. iteration 5102 found worse value: 339.867740282. iteration 5103 found worse value: 339.867740282. iteration 5104 found worse value: 339.867740282. iteration 5105 found worse value: 339.867740282. iteration 5106 found worse value: 339.867740282. iteration 5107 found worse value: 339.867740282. iteration 5108 found worse value: 339.867740282. iteration 5109 found worse value: 339.867740282. iteration 5110 found worse value: 339.867740282. iteration 5111 found worse value: 339.867740282. iteration 5112 found worse value: 339.867740282. iteration 5113 found worse value: 339.867740282. iteration 5114 found worse value: 339.867740282. iteration 5115 found worse value: 339.867740282. iteration 5116 found worse value: 339.867740282. iteration 5117 found worse value: 339.867740282. iteration 5118 found worse value: 339.867740282. iteration 5119 found worse value: 339.867740282. iteration 5120 found worse value: 339.867740282. iteration 5121 found worse value: 339.867740282. iteration 5122 found worse value: 339.867740282. iteration 5123 found worse value: 339.867740282. iteration 5124 found worse value: 339.867740282. iteration 5125 found worse value: 339.867740282. iteration 5126 found worse value: 339.867740282. iteration 5127 found worse value: 339.867740282. iteration 5128 found worse value: 339.867740282. iteration 5129 found worse value: 339.867740282. iteration 5130 found worse value: 339.867740282. iteration 5131 found worse value: 339.867740282. iteration 5132 found worse value: 339.867740282. iteration 5133 found worse value: 339.867740282. iteration 5134 found worse value: 339.867740282. iteration 5135 found worse value: 339.867740282. iteration 5136 found worse value: 339.867740282. iteration 5137 found worse value: 339.867740282. iteration 5138 found worse value: 339.867740282. iteration 5139 found worse value: 339.867740282. iteration 5140 found worse value: 339.867740282. iteration 5141 found worse value: 339.867740282. iteration 5142 found worse value: 339.867740282. iteration 5143 found worse value: 339.867740282. iteration 5144 found worse value: 339.867740282. iteration 5145 found worse value: 339.867740282. iteration 5146 found worse value: 339.867740282. iteration 5147 found worse value: 339.867740282. iteration 5148 found worse value: 339.867740282. iteration 5149 found worse value: 339.867740282. iteration 5150 found worse value: 339.867740282. iteration 5151 found worse value: 339.867740282. iteration 5152 found worse value: 339.867740282. iteration 5153 found worse value: 339.867740282. iteration 5154 found worse value: 339.867740282. iteration 5155 found worse value: 339.867740282. iteration 5156 found worse value: 339.867740282. iteration 5157 found worse value: 339.867740282. iteration 5158 found worse value: 339.867740282. iteration 5159 found worse value: 339.867740282. iteration 5160 found worse value: 339.867740282. iteration 5161 found worse value: 339.867740282. iteration 5162 found worse value: 339.867740282. iteration 5163 found worse value: 339.867740282. iteration 5164 found worse value: 339.867740282. iteration 5165 found worse value: 339.867740282. iteration 5166 found worse value: 339.867740282. iteration 5167 found worse value: 339.867740282. iteration 5168 found worse value: 339.867740282. iteration 5169 found worse value: 339.867740282. iteration 5170 found worse value: 339.867740282. iteration 5171 found worse value: 339.867740282. iteration 5172 found worse value: 339.867740282. iteration 5173 found worse value: 339.867740282. iteration 5174 found worse value: 339.867740282. iteration 5175 found worse value: 339.867740282. iteration 5176 found worse value: 339.867740282. iteration 5177 found worse value: 339.867740282. iteration 5178 found worse value: 339.867740282. iteration 5179 found worse value: 339.867740282. iteration 5180 found worse value: 339.867740282. iteration 5181 found worse value: 339.867740282. iteration 5182 found worse value: 339.867740282. iteration 5183 found worse value: 339.867740282. iteration 5184 found worse value: 339.867740282. iteration 5185 found worse value: 339.867740282. iteration 5186 found worse value: 339.867740282. iteration 5187 found worse value: 339.867740282. iteration 5188 found worse value: 339.867740282. iteration 5189 found worse value: 339.867740282. iteration 5190 found worse value: 339.867740282. iteration 5191 found worse value: 339.867740282. iteration 5192 found worse value: 339.867740282. iteration 5193 found worse value: 339.867740282. iteration 5194 found worse value: 339.867740282. iteration 5195 found worse value: 339.867740282. iteration 5196 found worse value: 339.867740282. iteration 5197 found worse value: 339.867740282. iteration 5198 found worse value: 339.867740282. iteration 5199 found worse value: 339.867740282. iteration 5200 found worse value: 339.867740282. iteration 5201 found worse value: 339.867740282. iteration 5202 found worse value: 339.867740282. iteration 5203 found worse value: 339.867740282. iteration 5204 found worse value: 339.867740282. iteration 5205 found worse value: 339.867740282. iteration 5206 found worse value: 339.867740282. iteration 5207 found worse value: 339.867740282. iteration 5208 found worse value: 339.867740282. iteration 5209 found worse value: 339.867740282. iteration 5210 found worse value: 339.867740282. iteration 5211 found worse value: 339.867740282. iteration 5212 found worse value: 339.867740282. iteration 5213 found worse value: 339.867740282. iteration 5214 found worse value: 339.867740282. iteration 5215 found worse value: 339.867740282. iteration 5216 found worse value: 339.867740282. iteration 5217 found worse value: 339.867740282. iteration 5218 found worse value: 339.867740282. iteration 5219 found worse value: 339.867740282. iteration 5220 found worse value: 339.867740282. iteration 5221 found worse value: 339.867740282. iteration 5222 found worse value: 339.867740282. iteration 5223 found worse value: 339.867740282. iteration 5224 found worse value: 339.867740282. iteration 5225 found worse value: 339.867740282. iteration 5226 found worse value: 339.867740282. iteration 5227 found worse value: 339.867740282. iteration 5228 found worse value: 339.867740282. iteration 5229 found worse value: 339.867740282. iteration 5230 found worse value: 339.867740282. iteration 5231 found worse value: 339.867740282. iteration 5232 found worse value: 339.867740282. iteration 5233 found worse value: 339.867740282. iteration 5234 found worse value: 339.867740282. iteration 5235 found worse value: 339.867740282. iteration 5236 found worse value: 339.867740282. iteration 5237 found worse value: 339.867740282. iteration 5238 found worse value: 339.867740282. iteration 5239 found worse value: 339.867740282. iteration 5240 found worse value: 339.867740282. iteration 5241 found worse value: 339.867740282. iteration 5242 found worse value: 339.867740282. iteration 5243 found worse value: 339.867740282. iteration 5244 found worse value: 339.867740282. iteration 5245 found worse value: 339.867740282. iteration 5246 found worse value: 339.867740282. iteration 5247 found worse value: 339.867740282. iteration 5248 found worse value: 339.867740282. iteration 5249 found worse value: 339.867740282. iteration 5250 found worse value: 339.867740282. iteration 5251 found worse value: 339.867740282. iteration 5252 found worse value: 339.867740282. iteration 5253 found worse value: 339.867740282. iteration 5254 found worse value: 339.867740282. iteration 5255 found worse value: 339.867740282. iteration 5256 found worse value: 339.867740282. iteration 5257 found worse value: 339.867740282. iteration 5258 found worse value: 339.867740282. iteration 5259 found worse value: 339.867740282. iteration 5260 found worse value: 339.867740282. iteration 5261 found worse value: 339.867740282. iteration 5262 found worse value: 339.867740282. iteration 5263 found worse value: 339.867740282. iteration 5264 found worse value: 339.867740282. iteration 5265 found worse value: 339.867740282. iteration 5266 found worse value: 339.867740282. iteration 5267 found worse value: 339.867740282. iteration 5268 found worse value: 339.867740282. iteration 5269 found worse value: 339.867740282. iteration 5270 found worse value: 339.867740282. iteration 5271 found worse value: 339.867740282. iteration 5272 found worse value: 339.867740282. iteration 5273 found worse value: 339.867740282. iteration 5274 found worse value: 339.867740282. iteration 5275 found worse value: 339.867740282. iteration 5276 found worse value: 339.867740282. iteration 5277 found worse value: 339.867740282. iteration 5278 found worse value: 339.867740282. iteration 5279 found worse value: 339.867740282. iteration 5280 found worse value: 339.867740282. iteration 5281 found worse value: 339.867740282. iteration 5282 found worse value: 339.867740282. iteration 5283 found worse value: 339.867740282. iteration 5284 found worse value: 339.867740282. iteration 5285 found worse value: 339.867740282. iteration 5286 found worse value: 339.867740282. iteration 5287 found worse value: 339.867740282. iteration 5288 found worse value: 339.867740282. iteration 5289 found worse value: 339.867740282. iteration 5290 found worse value: 339.867740282. iteration 5291 found worse value: 339.867740282. iteration 5292 found worse value: 339.867740282. iteration 5293 found worse value: 339.867740282. iteration 5294 found worse value: 339.867740282. iteration 5295 found worse value: 339.867740282. iteration 5296 found worse value: 339.867740282. iteration 5297 found worse value: 339.867740282. iteration 5298 found worse value: 339.867740282. iteration 5299 found worse value: 339.867740282. iteration 5300 found worse value: 339.867740282. iteration 5301 found worse value: 339.867740282. iteration 5302 found worse value: 339.867740282. iteration 5303 found worse value: 339.867740282. iteration 5304 found worse value: 339.867740282. iteration 5305 found worse value: 339.867740282. iteration 5306 found worse value: 339.867740282. iteration 5307 found worse value: 339.867740282. iteration 5308 found worse value: 339.867740282. iteration 5309 found worse value: 339.867740282. iteration 5310 found worse value: 339.867740282. iteration 5311 found worse value: 339.867740282. iteration 5312 found worse value: 339.867740282. iteration 5313 found worse value: 339.867740282. iteration 5314 found worse value: 339.867740282. iteration 5315 found worse value: 339.867740282. iteration 5316 found worse value: 339.867740282. iteration 5317 found worse value: 339.867740282. iteration 5318 found worse value: 339.867740282. iteration 5319 found worse value: 339.867740282. iteration 5320 found worse value: 339.867740282. iteration 5321 found worse value: 339.867740282. iteration 5322 found worse value: 339.867740282. iteration 5323 found worse value: 339.867740282. iteration 5324 found worse value: 339.867740282. iteration 5325 found worse value: 339.867740282. iteration 5326 found worse value: 339.867740282. iteration 5327 found worse value: 339.867740282. iteration 5328 found worse value: 339.867740282. iteration 5329 found worse value: 339.867740282. iteration 5330 found worse value: 339.867740282. iteration 5331 found worse value: 339.867740282. iteration 5332 found worse value: 339.867740282. iteration 5333 found worse value: 339.867740282. iteration 5334 found worse value: 339.867740282. iteration 5335 found worse value: 339.867740282. iteration 5336 found worse value: 339.867740282. iteration 5337 found worse value: 339.867740282. iteration 5338 found worse value: 339.867740282. iteration 5339 found worse value: 339.867740282. iteration 5340 found worse value: 339.867740282. iteration 5341 found worse value: 339.867740282. iteration 5342 found worse value: 339.867740282. iteration 5343 found worse value: 339.867740282. iteration 5344 found worse value: 339.867740282. iteration 5345 found worse value: 339.867740282. iteration 5346 found worse value: 339.867740282. iteration 5347 found worse value: 339.867740282. iteration 5348 found worse value: 339.867740282. iteration 5349 found worse value: 339.867740282. iteration 5350 found worse value: 339.867740282. iteration 5351 found worse value: 339.867740282. iteration 5352 found worse value: 339.867740282. iteration 5353 found worse value: 339.867740282. iteration 5354 found worse value: 339.867740282. iteration 5355 found worse value: 339.867740282. iteration 5356 found worse value: 339.867740282. iteration 5357 found worse value: 339.867740282. iteration 5358 found worse value: 339.867740282. iteration 5359 found worse value: 339.867740282. iteration 5360 found worse value: 339.867740282. iteration 5361 found worse value: 339.867740282. iteration 5362 found worse value: 339.867740282. iteration 5363 found worse value: 339.867740282. iteration 5364 found worse value: 339.867740282. iteration 5365 found worse value: 339.867740282. iteration 5366 found worse value: 339.867740282. iteration 5367 found worse value: 339.867740282. iteration 5368 found worse value: 339.867740282. iteration 5369 found worse value: 339.867740282. iteration 5370 found worse value: 339.867740282. iteration 5371 found worse value: 339.867740282. iteration 5372 found worse value: 339.867740282. iteration 5373 found worse value: 339.867740282. iteration 5374 found worse value: 339.867740282. iteration 5375 found worse value: 339.867740282. iteration 5376 found worse value: 339.867740282. iteration 5377 found worse value: 339.867740282. iteration 5378 found worse value: 339.867740282. iteration 5379 found worse value: 339.867740282. iteration 5380 found worse value: 339.867740282. iteration 5381 found worse value: 339.867740282. iteration 5382 found worse value: 339.867740282. iteration 5383 found worse value: 339.867740282. iteration 5384 found worse value: 339.867740282. iteration 5385 found worse value: 339.867740282. iteration 5386 found worse value: 339.867740282. iteration 5387 found worse value: 339.867740282. iteration 5388 found worse value: 339.867740282. iteration 5389 found worse value: 339.867740282. iteration 5390 found worse value: 339.867740282. iteration 5391 found worse value: 339.867740282. iteration 5392 found worse value: 339.867740282. iteration 5393 found worse value: 339.867740282. iteration 5394 found worse value: 339.867740282. iteration 5395 found worse value: 339.867740282. iteration 5396 found worse value: 339.867740282. iteration 5397 found worse value: 339.867740282. iteration 5398 found worse value: 339.867740282. iteration 5399 found worse value: 339.867740282. iteration 5400 found worse value: 339.867740282. iteration 5401 found worse value: 339.867740282. iteration 5402 found worse value: 339.867740282. iteration 5403 found worse value: 339.867740282. iteration 5404 found worse value: 339.867740282. iteration 5405 found worse value: 339.867740282. iteration 5406 found worse value: 339.867740282. iteration 5407 found worse value: 339.867740282. iteration 5408 found worse value: 339.867740282. iteration 5409 found worse value: 339.867740282. iteration 5410 found worse value: 339.867740282. iteration 5411 found worse value: 339.867740282. iteration 5412 found worse value: 339.867740282. iteration 5413 found worse value: 339.867740282. iteration 5414 found worse value: 339.867740282. iteration 5415 found worse value: 339.867740282. iteration 5416 found worse value: 339.867740282. iteration 5417 found worse value: 339.867740282. iteration 5418 found worse value: 339.867740282. iteration 5419 found worse value: 339.867740282. iteration 5420 found worse value: 339.867740282. iteration 5421 found worse value: 339.867740282. iteration 5422 found worse value: 339.867740282. iteration 5423 found worse value: 339.867740282. iteration 5424 found worse value: 339.867740282. iteration 5425 found worse value: 339.867740282. iteration 5426 found worse value: 339.867740282. iteration 5427 found worse value: 339.867740282. iteration 5428 found worse value: 339.867740282. iteration 5429 found worse value: 339.867740282. iteration 5430 found worse value: 339.867740282. iteration 5431 found worse value: 339.867740282. iteration 5432 found worse value: 339.867740282. iteration 5433 found worse value: 339.867740282. iteration 5434 found worse value: 339.867740282. iteration 5435 found worse value: 339.867740282. iteration 5436 found worse value: 339.867740282. iteration 5437 found worse value: 339.867740282. iteration 5438 found worse value: 339.867740282. iteration 5439 found worse value: 339.867740282. iteration 5440 found worse value: 339.867740282. iteration 5441 found worse value: 339.867740282. iteration 5442 found worse value: 339.867740282. iteration 5443 found worse value: 339.867740282. iteration 5444 found worse value: 339.867740282. iteration 5445 found worse value: 339.867740282. iteration 5446 found worse value: 339.867740282. iteration 5447 found worse value: 339.867740282. iteration 5448 found worse value: 339.867740282. iteration 5449 found worse value: 339.867740282. iteration 5450 found worse value: 339.867740282. iteration 5451 found worse value: 339.867740282. iteration 5452 found worse value: 339.867740282. iteration 5453 found worse value: 339.867740282. iteration 5454 found worse value: 339.867740282. iteration 5455 found worse value: 339.867740282. iteration 5456 found worse value: 339.867740282. iteration 5457 found worse value: 339.867740282. iteration 5458 found worse value: 339.867740282. iteration 5459 found worse value: 339.867740282. iteration 5460 found worse value: 339.867740282. iteration 5461 found worse value: 339.867740282. iteration 5462 found worse value: 339.867740282. iteration 5463 found worse value: 339.867740282. iteration 5464 found worse value: 339.867740282. iteration 5465 found worse value: 339.867740282. iteration 5466 found worse value: 339.867740282. iteration 5467 found worse value: 339.867740282. iteration 5468 found worse value: 339.867740282. iteration 5469 found worse value: 339.867740282. iteration 5470 found worse value: 339.867740282. iteration 5471 found worse value: 339.867740282. iteration 5472 found worse value: 339.867740282. iteration 5473 found worse value: 339.867740282. iteration 5474 found worse value: 339.867740282. iteration 5475 found worse value: 339.867740282. iteration 5476 found worse value: 339.867740282. iteration 5477 found worse value: 339.867740282. iteration 5478 found worse value: 339.867740282. iteration 5479 found worse value: 339.867740282. iteration 5480 found worse value: 339.867740282. iteration 5481 found worse value: 339.867740282. iteration 5482 found worse value: 339.867740282. iteration 5483 found worse value: 339.867740282. iteration 5484 found worse value: 339.867740282. iteration 5485 found worse value: 339.867740282. iteration 5486 found worse value: 339.867740282. iteration 5487 found worse value: 339.867740282. iteration 5488 found worse value: 339.867740282. iteration 5489 found worse value: 339.867740282. iteration 5490 found worse value: 339.867740282. iteration 5491 found worse value: 339.867740282. iteration 5492 found worse value: 339.867740282. iteration 5493 found worse value: 339.867740282. iteration 5494 found worse value: 339.867740282. iteration 5495 found worse value: 339.867740282. iteration 5496 found worse value: 339.867740282. iteration 5497 found worse value: 339.867740282. iteration 5498 found worse value: 339.867740282. iteration 5499 found worse value: 339.867740282. iteration 5500 found worse value: 339.867740282. iteration 5501 found worse value: 339.867740282. iteration 5502 found worse value: 339.867740282. iteration 5503 found worse value: 339.867740282. iteration 5504 found worse value: 339.867740282. iteration 5505 found worse value: 339.867740282. iteration 5506 found worse value: 339.867740282. iteration 5507 found worse value: 339.867740282. iteration 5508 found worse value: 339.867740282. iteration 5509 found worse value: 339.867740282. iteration 5510 found worse value: 339.867740282. iteration 5511 found worse value: 339.867740282. iteration 5512 found worse value: 339.867740282. iteration 5513 found worse value: 339.867740282. iteration 5514 found worse value: 339.867740282. iteration 5515 found worse value: 339.867740282. iteration 5516 found worse value: 339.867740282. iteration 5517 found worse value: 339.867740282. iteration 5518 found worse value: 339.867740282. iteration 5519 found worse value: 339.867740282. iteration 5520 found worse value: 339.867740282. iteration 5521 found worse value: 339.867740282. iteration 5522 found worse value: 339.867740282. iteration 5523 found worse value: 339.867740282. iteration 5524 found worse value: 339.867740282. iteration 5525 found worse value: 339.867740282. iteration 5526 found worse value: 339.867740282. iteration 5527 found worse value: 339.867740282. iteration 5528 found worse value: 339.867740282. iteration 5529 found worse value: 339.867740282. iteration 5530 found worse value: 339.867740282. iteration 5531 found worse value: 339.867740282. iteration 5532 found worse value: 339.867740282. iteration 5533 found worse value: 339.867740282. iteration 5534 found worse value: 339.867740282. iteration 5535 found worse value: 339.867740282. iteration 5536 found worse value: 339.867740282. iteration 5537 found worse value: 339.867740282. iteration 5538 found worse value: 339.867740282. iteration 5539 found worse value: 339.867740282. iteration 5540 found worse value: 339.867740282. iteration 5541 found worse value: 339.867740282. iteration 5542 found worse value: 339.867740282. iteration 5543 found worse value: 339.867740282. iteration 5544 found worse value: 339.867740282. iteration 5545 found worse value: 339.867740282. iteration 5546 found worse value: 339.867740282. iteration 5547 found worse value: 339.867740282. iteration 5548 found worse value: 339.867740282. iteration 5549 found worse value: 339.867740282. iteration 5550 found worse value: 339.867740282. iteration 5551 found worse value: 339.867740282. iteration 5552 found worse value: 339.867740282. iteration 5553 found worse value: 339.867740282. iteration 5554 found worse value: 339.867740282. iteration 5555 found worse value: 339.867740282. iteration 5556 found worse value: 339.867740282. iteration 5557 found worse value: 339.867740282. iteration 5558 found worse value: 339.867740282. iteration 5559 found worse value: 339.867740282. iteration 5560 found worse value: 339.867740282. iteration 5561 found worse value: 339.867740282. iteration 5562 found worse value: 339.867740282. iteration 5563 found worse value: 339.867740282. iteration 5564 found worse value: 339.867740282. iteration 5565 found worse value: 339.867740282. iteration 5566 found worse value: 339.867740282. iteration 5567 found worse value: 339.867740282. iteration 5568 found worse value: 339.867740282. iteration 5569 found worse value: 339.867740282. iteration 5570 found worse value: 339.867740282. iteration 5571 found worse value: 339.867740282. iteration 5572 found worse value: 339.867740282. iteration 5573 found worse value: 339.867740282. iteration 5574 found worse value: 339.867740282. iteration 5575 found worse value: 339.867740282. iteration 5576 found worse value: 339.867740282. iteration 5577 found worse value: 339.867740282. iteration 5578 found worse value: 339.867740282. iteration 5579 found worse value: 339.867740282. iteration 5580 found worse value: 339.867740282. iteration 5581 found worse value: 339.867740282. iteration 5582 found worse value: 339.867740282. iteration 5583 found worse value: 339.867740282. iteration 5584 found worse value: 339.867740282. iteration 5585 found worse value: 339.867740282. iteration 5586 found worse value: 339.867740282. iteration 5587 found worse value: 339.867740282. iteration 5588 found worse value: 339.867740282. iteration 5589 found worse value: 339.867740282. iteration 5590 found worse value: 339.867740282. iteration 5591 found worse value: 339.867740282. iteration 5592 found worse value: 339.867740282. iteration 5593 found worse value: 339.867740282. iteration 5594 found worse value: 339.867740282. iteration 5595 found worse value: 339.867740282. iteration 5596 found worse value: 339.867740282. iteration 5597 found worse value: 339.867740282. iteration 5598 found worse value: 339.867740282. iteration 5599 found worse value: 339.867740282. iteration 5600 found worse value: 339.867740282. iteration 5601 found worse value: 339.867740282. iteration 5602 found worse value: 339.867740282. iteration 5603 found worse value: 339.867740282. iteration 5604 found worse value: 339.867740282. iteration 5605 found worse value: 339.867740282. iteration 5606 found worse value: 339.867740282. iteration 5607 found worse value: 339.867740282. iteration 5608 found worse value: 339.867740282. iteration 5609 found worse value: 339.867740282. iteration 5610 found worse value: 339.867740282. iteration 5611 found worse value: 339.867740282. iteration 5612 found worse value: 339.867740282. iteration 5613 found worse value: 339.867740282. iteration 5614 found worse value: 339.867740282. iteration 5615 found worse value: 339.867740282. iteration 5616 found worse value: 339.867740282. iteration 5617 found worse value: 339.867740282. iteration 5618 found worse value: 339.867740282. iteration 5619 found worse value: 339.867740282. iteration 5620 found worse value: 339.867740282. iteration 5621 found worse value: 339.867740282. iteration 5622 found worse value: 339.867740282. iteration 5623 found worse value: 339.867740282. iteration 5624 found worse value: 339.867740282. iteration 5625 found worse value: 339.867740282. iteration 5626 found worse value: 339.867740282. iteration 5627 found worse value: 339.867740282. iteration 5628 found worse value: 339.867740282. iteration 5629 found worse value: 339.867740282. iteration 5630 found worse value: 339.867740282. iteration 5631 found worse value: 339.867740282. iteration 5632 found worse value: 339.867740282. iteration 5633 found worse value: 339.867740282. iteration 5634 found worse value: 339.867740282. iteration 5635 found worse value: 339.867740282. iteration 5636 found worse value: 339.867740282. iteration 5637 found worse value: 339.867740282. iteration 5638 found worse value: 339.867740282. iteration 5639 found worse value: 339.867740282. iteration 5640 found worse value: 339.867740282. iteration 5641 found worse value: 339.867740282. iteration 5642 found worse value: 339.867740282. iteration 5643 found worse value: 339.867740282. iteration 5644 found worse value: 339.867740282. iteration 5645 found worse value: 339.867740282. iteration 5646 found worse value: 339.867740282. iteration 5647 found worse value: 339.867740282. iteration 5648 found worse value: 339.867740282. iteration 5649 found worse value: 339.867740282. iteration 5650 found worse value: 339.867740282. iteration 5651 found worse value: 339.867740282. iteration 5652 found worse value: 339.867740282. iteration 5653 found worse value: 339.867740282. iteration 5654 found worse value: 339.867740282. iteration 5655 found worse value: 339.867740282. iteration 5656 found worse value: 339.867740282. iteration 5657 found worse value: 339.867740282. iteration 5658 found worse value: 339.867740282. iteration 5659 found worse value: 339.867740282. iteration 5660 found worse value: 339.867740282. iteration 5661 found worse value: 339.867740282. iteration 5662 found worse value: 339.867740282. iteration 5663 found worse value: 339.867740282. iteration 5664 found worse value: 339.867740282. iteration 5665 found worse value: 339.867740282. iteration 5666 found worse value: 339.867740282. iteration 5667 found worse value: 339.867740282. iteration 5668 found worse value: 339.867740282. iteration 5669 found worse value: 339.867740282. iteration 5670 found worse value: 339.867740282. iteration 5671 found worse value: 339.867740282. iteration 5672 found worse value: 339.867740282. iteration 5673 found worse value: 339.867740282. iteration 5674 found worse value: 339.867740282. iteration 5675 found worse value: 339.867740282. iteration 5676 found worse value: 339.867740282. iteration 5677 found worse value: 339.867740282. iteration 5678 found worse value: 339.867740282. iteration 5679 found worse value: 339.867740282. iteration 5680 found worse value: 339.867740282. iteration 5681 found worse value: 339.867740282. iteration 5682 found worse value: 339.867740282. iteration 5683 found worse value: 339.867740282. iteration 5684 found worse value: 339.867740282. iteration 5685 found worse value: 339.867740282. iteration 5686 found worse value: 339.867740282. iteration 5687 found worse value: 339.867740282. iteration 5688 found worse value: 339.867740282. iteration 5689 found worse value: 339.867740282. iteration 5690 found worse value: 339.867740282. iteration 5691 found worse value: 339.867740282. iteration 5692 found worse value: 339.867740282. iteration 5693 found worse value: 339.867740282. iteration 5694 found worse value: 339.867740282. iteration 5695 found worse value: 339.867740282. iteration 5696 found worse value: 339.867740282. iteration 5697 found worse value: 339.867740282. iteration 5698 found worse value: 339.867740282. iteration 5699 found worse value: 339.867740282. iteration 5700 found worse value: 339.867740282. iteration 5701 found worse value: 339.867740282. iteration 5702 found worse value: 339.867740282. iteration 5703 found worse value: 339.867740282. iteration 5704 found worse value: 339.867740282. iteration 5705 found worse value: 339.867740282. iteration 5706 found worse value: 339.867740282. iteration 5707 found worse value: 339.867740282. iteration 5708 found worse value: 339.867740282. iteration 5709 found worse value: 339.867740282. iteration 5710 found worse value: 339.867740282. iteration 5711 found worse value: 339.867740282. iteration 5712 found worse value: 339.867740282. iteration 5713 found worse value: 339.867740282. iteration 5714 found worse value: 339.867740282. iteration 5715 found worse value: 339.867740282. iteration 5716 found worse value: 339.867740282. iteration 5717 found worse value: 339.867740282. iteration 5718 found worse value: 339.867740282. iteration 5719 found worse value: 339.867740282. iteration 5720 found worse value: 339.867740282. iteration 5721 found worse value: 339.867740282. iteration 5722 found worse value: 339.867740282. iteration 5723 found worse value: 339.867740282. iteration 5724 found worse value: 339.867740282. iteration 5725 found worse value: 339.867740282. iteration 5726 found worse value: 339.867740282. iteration 5727 found worse value: 339.867740282. iteration 5728 found worse value: 339.867740282. iteration 5729 found worse value: 339.867740282. iteration 5730 found worse value: 339.867740282. iteration 5731 found worse value: 339.867740282. iteration 5732 found worse value: 339.867740282. iteration 5733 found worse value: 339.867740282. iteration 5734 found worse value: 339.867740282. iteration 5735 found worse value: 339.867740282. iteration 5736 found worse value: 339.867740282. iteration 5737 found worse value: 339.867740282. iteration 5738 found worse value: 339.867740282. iteration 5739 found worse value: 339.867740282. iteration 5740 found worse value: 339.867740282. iteration 5741 found worse value: 339.867740282. iteration 5742 found worse value: 339.867740282. iteration 5743 found worse value: 339.867740282. iteration 5744 found worse value: 339.867740282. iteration 5745 found worse value: 339.867740282. iteration 5746 found worse value: 339.867740282. iteration 5747 found worse value: 339.867740282. iteration 5748 found worse value: 339.867740282. iteration 5749 found worse value: 339.867740282. iteration 5750 found worse value: 339.867740282. iteration 5751 found worse value: 339.867740282. iteration 5752 found worse value: 339.867740282. iteration 5753 found worse value: 339.867740282. iteration 5754 found worse value: 339.867740282. iteration 5755 found worse value: 339.867740282. iteration 5756 found worse value: 339.867740282. iteration 5757 found worse value: 339.867740282. iteration 5758 found worse value: 339.867740282. iteration 5759 found worse value: 339.867740282. iteration 5760 found worse value: 339.867740282. iteration 5761 found worse value: 339.867740282. iteration 5762 found worse value: 339.867740282. iteration 5763 found worse value: 339.867740282. iteration 5764 found worse value: 339.867740282. iteration 5765 found worse value: 339.867740282. iteration 5766 found worse value: 339.867740282. iteration 5767 found worse value: 339.867740282. iteration 5768 found worse value: 339.867740282. iteration 5769 found worse value: 339.867740282. iteration 5770 found worse value: 339.867740282. iteration 5771 found worse value: 339.867740282. iteration 5772 found worse value: 339.867740282. iteration 5773 found worse value: 339.867740282. iteration 5774 found worse value: 339.867740282. iteration 5775 found worse value: 339.867740282. iteration 5776 found worse value: 339.867740282. iteration 5777 found worse value: 339.867740282. iteration 5778 found worse value: 339.867740282. iteration 5779 found worse value: 339.867740282. iteration 5780 found worse value: 339.867740282. iteration 5781 found worse value: 339.867740282. iteration 5782 found worse value: 339.867740282. iteration 5783 found worse value: 339.867740282. iteration 5784 found worse value: 339.867740282. iteration 5785 found worse value: 339.867740282. iteration 5786 found worse value: 339.867740282. iteration 5787 found worse value: 339.867740282. iteration 5788 found worse value: 339.867740282. iteration 5789 found worse value: 339.867740282. iteration 5790 found worse value: 339.867740282. iteration 5791 found worse value: 339.867740282. iteration 5792 found worse value: 339.867740282. iteration 5793 found worse value: 339.867740282. iteration 5794 found worse value: 339.867740282. iteration 5795 found worse value: 339.867740282. iteration 5796 found worse value: 339.867740282. iteration 5797 found worse value: 339.867740282. iteration 5798 found worse value: 339.867740282. iteration 5799 found worse value: 339.867740282. iteration 5800 found worse value: 339.867740282. iteration 5801 found worse value: 339.867740282. iteration 5802 found worse value: 339.867740282. iteration 5803 found worse value: 339.867740282. iteration 5804 found worse value: 339.867740282. iteration 5805 found worse value: 339.867740282. iteration 5806 found worse value: 339.867740282. iteration 5807 found worse value: 339.867740282. iteration 5808 found worse value: 339.867740282. iteration 5809 found worse value: 339.867740282. iteration 5810 found worse value: 339.867740282. iteration 5811 found worse value: 339.867740282. iteration 5812 found worse value: 339.867740282. iteration 5813 found worse value: 339.867740282. iteration 5814 found worse value: 339.867740282. iteration 5815 found worse value: 339.867740282. iteration 5816 found worse value: 339.867740282. iteration 5817 found worse value: 339.867740282. iteration 5818 found worse value: 339.867740282. iteration 5819 found worse value: 339.867740282. iteration 5820 found worse value: 339.867740282. iteration 5821 found worse value: 339.867740282. iteration 5822 found worse value: 339.867740282. iteration 5823 found worse value: 339.867740282. iteration 5824 found worse value: 339.867740282. iteration 5825 found worse value: 339.867740282. iteration 5826 found worse value: 339.867740282. iteration 5827 found worse value: 339.867740282. iteration 5828 found worse value: 339.867740282. iteration 5829 found worse value: 339.867740282. iteration 5830 found worse value: 339.867740282. iteration 5831 found worse value: 339.867740282. iteration 5832 found worse value: 339.867740282. iteration 5833 found worse value: 339.867740282. iteration 5834 found worse value: 339.867740282. iteration 5835 found worse value: 339.867740282. iteration 5836 found worse value: 339.867740282. iteration 5837 found worse value: 339.867740282. iteration 5838 found worse value: 339.867740282. iteration 5839 found worse value: 339.867740282. iteration 5840 found worse value: 339.867740282. iteration 5841 found worse value: 339.867740282. iteration 5842 found worse value: 339.867740282. iteration 5843 found worse value: 339.867740282. iteration 5844 found worse value: 339.867740282. iteration 5845 found worse value: 339.867740282. iteration 5846 found worse value: 339.867740282. iteration 5847 found worse value: 339.867740282. iteration 5848 found worse value: 339.867740282. iteration 5849 found worse value: 339.867740282. iteration 5850 found worse value: 339.867740282. iteration 5851 found worse value: 339.867740282. iteration 5852 found worse value: 339.867740282. iteration 5853 found worse value: 339.867740282. iteration 5854 found worse value: 339.867740282. iteration 5855 found worse value: 339.867740282. iteration 5856 found worse value: 339.867740282. iteration 5857 found worse value: 339.867740282. iteration 5858 found worse value: 339.867740282. iteration 5859 found worse value: 339.867740282. iteration 5860 found worse value: 339.867740282. iteration 5861 found worse value: 339.867740282. iteration 5862 found worse value: 339.867740282. iteration 5863 found worse value: 339.867740282. iteration 5864 found worse value: 339.867740282. iteration 5865 found worse value: 339.867740282. iteration 5866 found worse value: 339.867740282. iteration 5867 found worse value: 339.867740282. iteration 5868 found worse value: 339.867740282. iteration 5869 found worse value: 339.867740282. iteration 5870 found worse value: 339.867740282. iteration 5871 found worse value: 339.867740282. iteration 5872 found worse value: 339.867740282. iteration 5873 found worse value: 339.867740282. iteration 5874 found worse value: 339.867740282. iteration 5875 found worse value: 339.867740282. iteration 5876 found worse value: 339.867740282. iteration 5877 found worse value: 339.867740282. iteration 5878 found worse value: 339.867740282. iteration 5879 found worse value: 339.867740282. iteration 5880 found worse value: 339.867740282. iteration 5881 found worse value: 339.867740282. iteration 5882 found worse value: 339.867740282. iteration 5883 found worse value: 339.867740282. iteration 5884 found worse value: 339.867740282. iteration 5885 found worse value: 339.867740282. iteration 5886 found worse value: 339.867740282. iteration 5887 found worse value: 339.867740282. iteration 5888 found worse value: 339.867740282. iteration 5889 found worse value: 339.867740282. iteration 5890 found worse value: 339.867740282. iteration 5891 found worse value: 339.867740282. iteration 5892 found worse value: 339.867740282. iteration 5893 found worse value: 339.867740282. iteration 5894 found worse value: 339.867740282. iteration 5895 found worse value: 339.867740282. iteration 5896 found worse value: 339.867740282. iteration 5897 found worse value: 339.867740282. iteration 5898 found worse value: 339.867740282. iteration 5899 found worse value: 339.867740282. iteration 5900 found worse value: 339.867740282. iteration 5901 found worse value: 339.867740282. iteration 5902 found worse value: 339.867740282. iteration 5903 found worse value: 339.867740282. iteration 5904 found worse value: 339.867740282. iteration 5905 found worse value: 339.867740282. iteration 5906 found worse value: 339.867740282. iteration 5907 found worse value: 339.867740282. iteration 5908 found worse value: 339.867740282. iteration 5909 found worse value: 339.867740282. iteration 5910 found worse value: 339.867740282. iteration 5911 found worse value: 339.867740282. iteration 5912 found worse value: 339.867740282. iteration 5913 found worse value: 339.867740282. iteration 5914 found worse value: 339.867740282. iteration 5915 found worse value: 339.867740282. iteration 5916 found worse value: 339.867740282. iteration 5917 found worse value: 339.867740282. iteration 5918 found worse value: 339.867740282. iteration 5919 found worse value: 339.867740282. iteration 5920 found worse value: 339.867740282. iteration 5921 found worse value: 339.867740282. iteration 5922 found worse value: 339.867740282. iteration 5923 found worse value: 339.867740282. iteration 5924 found worse value: 339.867740282. iteration 5925 found worse value: 339.867740282. iteration 5926 found worse value: 339.867740282. iteration 5927 found worse value: 339.867740282. iteration 5928 found worse value: 339.867740282. iteration 5929 found worse value: 339.867740282. iteration 5930 found worse value: 339.867740282. iteration 5931 found worse value: 339.867740282. iteration 5932 found worse value: 339.867740282. iteration 5933 found worse value: 339.867740282. iteration 5934 found worse value: 339.867740282. iteration 5935 found worse value: 339.867740282. iteration 5936 found worse value: 339.867740282. iteration 5937 found worse value: 339.867740282. iteration 5938 found worse value: 339.867740282. iteration 5939 found worse value: 339.867740282. iteration 5940 found worse value: 339.867740282. iteration 5941 found worse value: 339.867740282. iteration 5942 found worse value: 339.867740282. iteration 5943 found worse value: 339.867740282. iteration 5944 found worse value: 339.867740282. iteration 5945 found worse value: 339.867740282. iteration 5946 found worse value: 339.867740282. iteration 5947 found worse value: 339.867740282. iteration 5948 found worse value: 339.867740282. iteration 5949 found worse value: 339.867740282. iteration 5950 found worse value: 339.867740282. iteration 5951 found worse value: 339.867740282. iteration 5952 found worse value: 339.867740282. iteration 5953 found worse value: 339.867740282. iteration 5954 found worse value: 339.867740282. iteration 5955 found worse value: 339.867740282. iteration 5956 found worse value: 339.867740282. iteration 5957 found worse value: 339.867740282. iteration 5958 found worse value: 339.867740282. iteration 5959 found worse value: 339.867740282. iteration 5960 found worse value: 339.867740282. iteration 5961 found worse value: 339.867740282. iteration 5962 found worse value: 339.867740282. iteration 5963 found worse value: 339.867740282. iteration 5964 found worse value: 339.867740282. iteration 5965 found worse value: 339.867740282. iteration 5966 found worse value: 339.867740282. iteration 5967 found worse value: 339.867740282. iteration 5968 found worse value: 339.867740282. iteration 5969 found worse value: 339.867740282. iteration 5970 found worse value: 339.867740282. iteration 5971 found worse value: 339.867740282. iteration 5972 found worse value: 339.867740282. iteration 5973 found worse value: 339.867740282. iteration 5974 found worse value: 339.867740282. iteration 5975 found worse value: 339.867740282. iteration 5976 found worse value: 339.867740282. iteration 5977 found worse value: 339.867740282. iteration 5978 found worse value: 339.867740282. iteration 5979 found worse value: 339.867740282. iteration 5980 found worse value: 339.867740282. iteration 5981 found worse value: 339.867740282. iteration 5982 found worse value: 339.867740282. iteration 5983 found worse value: 339.867740282. iteration 5984 found worse value: 339.867740282. iteration 5985 found worse value: 339.867740282. iteration 5986 found worse value: 339.867740282. iteration 5987 found worse value: 339.867740282. iteration 5988 found worse value: 339.867740282. iteration 5989 found worse value: 339.867740282. iteration 5990 found worse value: 339.867740282. iteration 5991 found worse value: 339.867740282. iteration 5992 found worse value: 339.867740282. iteration 5993 found worse value: 339.867740282. iteration 5994 found worse value: 339.867740282. iteration 5995 found worse value: 339.867740282. iteration 5996 found worse value: 339.867740282. iteration 5997 found worse value: 339.867740282. iteration 5998 found worse value: 339.867740282. iteration 5999 found worse value: 339.867740282. iteration 6000 found worse value: 339.867740282. iteration 6001 found worse value: 339.867740282. iteration 6002 found worse value: 339.867740282. iteration 6003 found worse value: 339.867740282. iteration 6004 found worse value: 339.867740282. iteration 6005 found worse value: 339.867740282. iteration 6006 found worse value: 339.867740282. iteration 6007 found worse value: 339.867740282. iteration 6008 found worse value: 339.867740282. iteration 6009 found worse value: 339.867740282. iteration 6010 found equal value: 339.867740282. iteration 6011 found worse value: 339.867740282. iteration 6012 found worse value: 339.867740282. iteration 6013 found worse value: 339.867740282. iteration 6014 found worse value: 339.867740282. iteration 6015 found worse value: 339.867740282. iteration 6016 found worse value: 339.867740282. iteration 6017 found worse value: 339.867740282. iteration 6018 found worse value: 339.867740282. iteration 6019 found worse value: 339.867740282. iteration 6020 found worse value: 339.867740282. iteration 6021 found worse value: 339.867740282. iteration 6022 found worse value: 339.867740282. iteration 6023 found worse value: 339.867740282. iteration 6024 found worse value: 339.867740282. iteration 6025 found worse value: 339.867740282. iteration 6026 found worse value: 339.867740282. iteration 6027 found worse value: 339.867740282. iteration 6028 found worse value: 339.867740282. iteration 6029 found worse value: 339.867740282. iteration 6030 found worse value: 339.867740282. iteration 6031 found worse value: 339.867740282. iteration 6032 found worse value: 339.867740282. iteration 6033 found worse value: 339.867740282. iteration 6034 found worse value: 339.867740282. iteration 6035 found worse value: 339.867740282. iteration 6036 found worse value: 339.867740282. iteration 6037 found worse value: 339.867740282. iteration 6038 found worse value: 339.867740282. iteration 6039 found worse value: 339.867740282. iteration 6040 found worse value: 339.867740282. iteration 6041 found worse value: 339.867740282. iteration 6042 found worse value: 339.867740282. iteration 6043 found worse value: 339.867740282. iteration 6044 found worse value: 339.867740282. iteration 6045 found worse value: 339.867740282. iteration 6046 found worse value: 339.867740282. iteration 6047 found worse value: 339.867740282. iteration 6048 found worse value: 339.867740282. iteration 6049 found worse value: 339.867740282. iteration 6050 found worse value: 339.867740282. iteration 6051 found worse value: 339.867740282. iteration 6052 found worse value: 339.867740282. iteration 6053 found worse value: 339.867740282. iteration 6054 found worse value: 339.867740282. iteration 6055 found worse value: 339.867740282. iteration 6056 found worse value: 339.867740282. iteration 6057 found worse value: 339.867740282. iteration 6058 found worse value: 339.867740282. iteration 6059 found worse value: 339.867740282. iteration 6060 found worse value: 339.867740282. iteration 6061 found worse value: 339.867740282. iteration 6062 found worse value: 339.867740282. iteration 6063 found worse value: 339.867740282. iteration 6064 found worse value: 339.867740282. iteration 6065 found worse value: 339.867740282. iteration 6066 found worse value: 339.867740282. iteration 6067 found worse value: 339.867740282. iteration 6068 found worse value: 339.867740282. iteration 6069 found worse value: 339.867740282. iteration 6070 found worse value: 339.867740282. iteration 6071 found worse value: 339.867740282. iteration 6072 found worse value: 339.867740282. iteration 6073 found worse value: 339.867740282. iteration 6074 found worse value: 339.867740282. iteration 6075 found worse value: 339.867740282. iteration 6076 found worse value: 339.867740282. iteration 6077 found worse value: 339.867740282. iteration 6078 found worse value: 339.867740282. iteration 6079 found worse value: 339.867740282. iteration 6080 found worse value: 339.867740282. iteration 6081 found worse value: 339.867740282. iteration 6082 found worse value: 339.867740282. iteration 6083 found worse value: 339.867740282. iteration 6084 found worse value: 339.867740282. iteration 6085 found worse value: 339.867740282. iteration 6086 found worse value: 339.867740282. iteration 6087 found worse value: 339.867740282. iteration 6088 found worse value: 339.867740282. iteration 6089 found worse value: 339.867740282. iteration 6090 found worse value: 339.867740282. iteration 6091 found worse value: 339.867740282. iteration 6092 found worse value: 339.867740282. iteration 6093 found worse value: 339.867740282. iteration 6094 found worse value: 339.867740282. iteration 6095 found worse value: 339.867740282. iteration 6096 found worse value: 339.867740282. iteration 6097 found worse value: 339.867740282. iteration 6098 found worse value: 339.867740282. iteration 6099 found worse value: 339.867740282. iteration 6100 found worse value: 339.867740282. iteration 6101 found worse value: 339.867740282. iteration 6102 found worse value: 339.867740282. iteration 6103 found worse value: 339.867740282. iteration 6104 found worse value: 339.867740282. iteration 6105 found worse value: 339.867740282. iteration 6106 found worse value: 339.867740282. iteration 6107 found worse value: 339.867740282. iteration 6108 found worse value: 339.867740282. iteration 6109 found worse value: 339.867740282. iteration 6110 found worse value: 339.867740282. iteration 6111 found worse value: 339.867740282. iteration 6112 found worse value: 339.867740282. iteration 6113 found worse value: 339.867740282. iteration 6114 found worse value: 339.867740282. iteration 6115 found worse value: 339.867740282. iteration 6116 found worse value: 339.867740282. iteration 6117 found worse value: 339.867740282. iteration 6118 found worse value: 339.867740282. iteration 6119 found worse value: 339.867740282. iteration 6120 found worse value: 339.867740282. iteration 6121 found worse value: 339.867740282. iteration 6122 found worse value: 339.867740282. iteration 6123 found worse value: 339.867740282. iteration 6124 found worse value: 339.867740282. iteration 6125 found worse value: 339.867740282. iteration 6126 found worse value: 339.867740282. iteration 6127 found worse value: 339.867740282. iteration 6128 found worse value: 339.867740282. iteration 6129 found worse value: 339.867740282. iteration 6130 found worse value: 339.867740282. iteration 6131 found worse value: 339.867740282. iteration 6132 found worse value: 339.867740282. iteration 6133 found worse value: 339.867740282. iteration 6134 found worse value: 339.867740282. iteration 6135 found worse value: 339.867740282. iteration 6136 found worse value: 339.867740282. iteration 6137 found worse value: 339.867740282. iteration 6138 found worse value: 339.867740282. iteration 6139 found worse value: 339.867740282. iteration 6140 found worse value: 339.867740282. iteration 6141 found worse value: 339.867740282. iteration 6142 found worse value: 339.867740282. iteration 6143 found worse value: 339.867740282. iteration 6144 found worse value: 339.867740282. iteration 6145 found worse value: 339.867740282. iteration 6146 found worse value: 339.867740282. iteration 6147 found worse value: 339.867740282. iteration 6148 found worse value: 339.867740282. iteration 6149 found worse value: 339.867740282. iteration 6150 found worse value: 339.867740282. iteration 6151 found worse value: 339.867740282. iteration 6152 found worse value: 339.867740282. iteration 6153 found worse value: 339.867740282. iteration 6154 found worse value: 339.867740282. iteration 6155 found worse value: 339.867740282. iteration 6156 found worse value: 339.867740282. iteration 6157 found worse value: 339.867740282. iteration 6158 found worse value: 339.867740282. iteration 6159 found worse value: 339.867740282. iteration 6160 found worse value: 339.867740282. iteration 6161 found worse value: 339.867740282. iteration 6162 found worse value: 339.867740282. iteration 6163 found worse value: 339.867740282. iteration 6164 found worse value: 339.867740282. iteration 6165 found worse value: 339.867740282. iteration 6166 found worse value: 339.867740282. iteration 6167 found worse value: 339.867740282. iteration 6168 found worse value: 339.867740282. iteration 6169 found worse value: 339.867740282. iteration 6170 found worse value: 339.867740282. iteration 6171 found worse value: 339.867740282. iteration 6172 found worse value: 339.867740282. iteration 6173 found worse value: 339.867740282. iteration 6174 found worse value: 339.867740282. iteration 6175 found worse value: 339.867740282. iteration 6176 found worse value: 339.867740282. iteration 6177 found worse value: 339.867740282. iteration 6178 found worse value: 339.867740282. iteration 6179 found worse value: 339.867740282. iteration 6180 found worse value: 339.867740282. iteration 6181 found worse value: 339.867740282. iteration 6182 found worse value: 339.867740282. iteration 6183 found worse value: 339.867740282. iteration 6184 found worse value: 339.867740282. iteration 6185 found worse value: 339.867740282. iteration 6186 found worse value: 339.867740282. iteration 6187 found worse value: 339.867740282. iteration 6188 found worse value: 339.867740282. iteration 6189 found worse value: 339.867740282. iteration 6190 found worse value: 339.867740282. iteration 6191 found worse value: 339.867740282. iteration 6192 found worse value: 339.867740282. iteration 6193 found worse value: 339.867740282. iteration 6194 found worse value: 339.867740282. iteration 6195 found worse value: 339.867740282. iteration 6196 found worse value: 339.867740282. iteration 6197 found worse value: 339.867740282. iteration 6198 found worse value: 339.867740282. iteration 6199 found worse value: 339.867740282. iteration 6200 found worse value: 339.867740282. iteration 6201 found worse value: 339.867740282. iteration 6202 found worse value: 339.867740282. iteration 6203 found worse value: 339.867740282. iteration 6204 found worse value: 339.867740282. iteration 6205 found worse value: 339.867740282. iteration 6206 found worse value: 339.867740282. iteration 6207 found worse value: 339.867740282. iteration 6208 found worse value: 339.867740282. iteration 6209 found worse value: 339.867740282. iteration 6210 found worse value: 339.867740282. iteration 6211 found worse value: 339.867740282. iteration 6212 found worse value: 339.867740282. iteration 6213 found worse value: 339.867740282. iteration 6214 found worse value: 339.867740282. iteration 6215 found worse value: 339.867740282. iteration 6216 found worse value: 339.867740282. iteration 6217 found worse value: 339.867740282. iteration 6218 found worse value: 339.867740282. iteration 6219 found worse value: 339.867740282. iteration 6220 found worse value: 339.867740282. iteration 6221 found worse value: 339.867740282. iteration 6222 found worse value: 339.867740282. iteration 6223 found worse value: 339.867740282. iteration 6224 found worse value: 339.867740282. iteration 6225 found worse value: 339.867740282. iteration 6226 found worse value: 339.867740282. iteration 6227 found worse value: 339.867740282. iteration 6228 found worse value: 339.867740282. iteration 6229 found worse value: 339.867740282. iteration 6230 found worse value: 339.867740282. iteration 6231 found worse value: 339.867740282. iteration 6232 found worse value: 339.867740282. iteration 6233 found worse value: 339.867740282. iteration 6234 found worse value: 339.867740282. iteration 6235 found worse value: 339.867740282. iteration 6236 found worse value: 339.867740282. iteration 6237 found worse value: 339.867740282. iteration 6238 found worse value: 339.867740282. iteration 6239 found worse value: 339.867740282. iteration 6240 found worse value: 339.867740282. iteration 6241 found worse value: 339.867740282. iteration 6242 found worse value: 339.867740282. iteration 6243 found worse value: 339.867740282. iteration 6244 found worse value: 339.867740282. iteration 6245 found worse value: 339.867740282. iteration 6246 found worse value: 339.867740282. iteration 6247 found worse value: 339.867740282. iteration 6248 found worse value: 339.867740282. iteration 6249 found worse value: 339.867740282. iteration 6250 found worse value: 339.867740282. iteration 6251 found worse value: 339.867740282. iteration 6252 found worse value: 339.867740282. iteration 6253 found worse value: 339.867740282. iteration 6254 found worse value: 339.867740282. iteration 6255 found worse value: 339.867740282. iteration 6256 found worse value: 339.867740282. iteration 6257 found worse value: 339.867740282. iteration 6258 found worse value: 339.867740282. iteration 6259 found worse value: 339.867740282. iteration 6260 found worse value: 339.867740282. iteration 6261 found worse value: 339.867740282. iteration 6262 found worse value: 339.867740282. iteration 6263 found worse value: 339.867740282. iteration 6264 found worse value: 339.867740282. iteration 6265 found worse value: 339.867740282. iteration 6266 found worse value: 339.867740282. iteration 6267 found worse value: 339.867740282. iteration 6268 found worse value: 339.867740282. iteration 6269 found worse value: 339.867740282. iteration 6270 found worse value: 339.867740282. iteration 6271 found worse value: 339.867740282. iteration 6272 found worse value: 339.867740282. iteration 6273 found worse value: 339.867740282. iteration 6274 found worse value: 339.867740282. iteration 6275 found worse value: 339.867740282. iteration 6276 found worse value: 339.867740282. iteration 6277 found worse value: 339.867740282. iteration 6278 found worse value: 339.867740282. iteration 6279 found worse value: 339.867740282. iteration 6280 found worse value: 339.867740282. iteration 6281 found worse value: 339.867740282. iteration 6282 found worse value: 339.867740282. iteration 6283 found worse value: 339.867740282. iteration 6284 found worse value: 339.867740282. iteration 6285 found worse value: 339.867740282. iteration 6286 found worse value: 339.867740282. iteration 6287 found worse value: 339.867740282. iteration 6288 found worse value: 339.867740282. iteration 6289 found worse value: 339.867740282. iteration 6290 found worse value: 339.867740282. iteration 6291 found worse value: 339.867740282. iteration 6292 found worse value: 339.867740282. iteration 6293 found worse value: 339.867740282. iteration 6294 found worse value: 339.867740282. iteration 6295 found worse value: 339.867740282. iteration 6296 found worse value: 339.867740282. iteration 6297 found worse value: 339.867740282. iteration 6298 found worse value: 339.867740282. iteration 6299 found worse value: 339.867740282. iteration 6300 found worse value: 339.867740282. iteration 6301 found worse value: 339.867740282. iteration 6302 found worse value: 339.867740282. iteration 6303 found worse value: 339.867740282. iteration 6304 found worse value: 339.867740282. iteration 6305 found worse value: 339.867740282. iteration 6306 found worse value: 339.867740282. iteration 6307 found worse value: 339.867740282. iteration 6308 found worse value: 339.867740282. iteration 6309 found worse value: 339.867740282. iteration 6310 found worse value: 339.867740282. iteration 6311 found worse value: 339.867740282. iteration 6312 found worse value: 339.867740282. iteration 6313 found worse value: 339.867740282. iteration 6314 found worse value: 339.867740282. iteration 6315 found worse value: 339.867740282. iteration 6316 found worse value: 339.867740282. iteration 6317 found worse value: 339.867740282. iteration 6318 found worse value: 339.867740282. iteration 6319 found worse value: 339.867740282. iteration 6320 found worse value: 339.867740282. iteration 6321 found worse value: 339.867740282. iteration 6322 found worse value: 339.867740282. iteration 6323 found worse value: 339.867740282. iteration 6324 found worse value: 339.867740282. iteration 6325 found worse value: 339.867740282. iteration 6326 found worse value: 339.867740282. iteration 6327 found worse value: 339.867740282. iteration 6328 found worse value: 339.867740282. iteration 6329 found worse value: 339.867740282. iteration 6330 found worse value: 339.867740282. iteration 6331 found worse value: 339.867740282. iteration 6332 found worse value: 339.867740282. iteration 6333 found worse value: 339.867740282. iteration 6334 found worse value: 339.867740282. iteration 6335 found worse value: 339.867740282. iteration 6336 found worse value: 339.867740282. iteration 6337 found worse value: 339.867740282. iteration 6338 found worse value: 339.867740282. iteration 6339 found worse value: 339.867740282. iteration 6340 found worse value: 339.867740282. iteration 6341 found worse value: 339.867740282. iteration 6342 found worse value: 339.867740282. iteration 6343 found worse value: 339.867740282. iteration 6344 found worse value: 339.867740282. iteration 6345 found worse value: 339.867740282. iteration 6346 found worse value: 339.867740282. iteration 6347 found worse value: 339.867740282. iteration 6348 found worse value: 339.867740282. iteration 6349 found worse value: 339.867740282. iteration 6350 found worse value: 339.867740282. iteration 6351 found worse value: 339.867740282. iteration 6352 found worse value: 339.867740282. iteration 6353 found worse value: 339.867740282. iteration 6354 found worse value: 339.867740282. iteration 6355 found worse value: 339.867740282. iteration 6356 found worse value: 339.867740282. iteration 6357 found worse value: 339.867740282. iteration 6358 found worse value: 339.867740282. iteration 6359 found worse value: 339.867740282. iteration 6360 found worse value: 339.867740282. iteration 6361 found worse value: 339.867740282. iteration 6362 found worse value: 339.867740282. iteration 6363 found worse value: 339.867740282. iteration 6364 found worse value: 339.867740282. iteration 6365 found worse value: 339.867740282. iteration 6366 found worse value: 339.867740282. iteration 6367 found worse value: 339.867740282. iteration 6368 found worse value: 339.867740282. iteration 6369 found worse value: 339.867740282. iteration 6370 found worse value: 339.867740282. iteration 6371 found worse value: 339.867740282. iteration 6372 found worse value: 339.867740282. iteration 6373 found worse value: 339.867740282. iteration 6374 found worse value: 339.867740282. iteration 6375 found worse value: 339.867740282. iteration 6376 found worse value: 339.867740282. iteration 6377 found worse value: 339.867740282. iteration 6378 found worse value: 339.867740282. iteration 6379 found worse value: 339.867740282. iteration 6380 found worse value: 339.867740282. iteration 6381 found worse value: 339.867740282. iteration 6382 found worse value: 339.867740282. iteration 6383 found worse value: 339.867740282. iteration 6384 found worse value: 339.867740282. iteration 6385 found worse value: 339.867740282. iteration 6386 found worse value: 339.867740282. iteration 6387 found worse value: 339.867740282. iteration 6388 found worse value: 339.867740282. iteration 6389 found worse value: 339.867740282. iteration 6390 found worse value: 339.867740282. iteration 6391 found worse value: 339.867740282. iteration 6392 found worse value: 339.867740282. iteration 6393 found worse value: 339.867740282. iteration 6394 found worse value: 339.867740282. iteration 6395 found worse value: 339.867740282. iteration 6396 found worse value: 339.867740282. iteration 6397 found worse value: 339.867740282. iteration 6398 found worse value: 339.867740282. iteration 6399 found worse value: 339.867740282. iteration 6400 found worse value: 339.867740282. iteration 6401 found worse value: 339.867740282. iteration 6402 found worse value: 339.867740282. iteration 6403 found worse value: 339.867740282. iteration 6404 found worse value: 339.867740282. iteration 6405 found worse value: 339.867740282. iteration 6406 found worse value: 339.867740282. iteration 6407 found worse value: 339.867740282. iteration 6408 found worse value: 339.867740282. iteration 6409 found worse value: 339.867740282. iteration 6410 found worse value: 339.867740282. iteration 6411 found worse value: 339.867740282. iteration 6412 found worse value: 339.867740282. iteration 6413 found worse value: 339.867740282. iteration 6414 found worse value: 339.867740282. iteration 6415 found worse value: 339.867740282. iteration 6416 found worse value: 339.867740282. iteration 6417 found worse value: 339.867740282. iteration 6418 found worse value: 339.867740282. iteration 6419 found worse value: 339.867740282. iteration 6420 found worse value: 339.867740282. iteration 6421 found worse value: 339.867740282. iteration 6422 found worse value: 339.867740282. iteration 6423 found worse value: 339.867740282. iteration 6424 found worse value: 339.867740282. iteration 6425 found worse value: 339.867740282. iteration 6426 found worse value: 339.867740282. iteration 6427 found worse value: 339.867740282. iteration 6428 found worse value: 339.867740282. iteration 6429 found worse value: 339.867740282. iteration 6430 found worse value: 339.867740282. iteration 6431 found worse value: 339.867740282. iteration 6432 found worse value: 339.867740282. iteration 6433 found worse value: 339.867740282. iteration 6434 found worse value: 339.867740282. iteration 6435 found worse value: 339.867740282. iteration 6436 found worse value: 339.867740282. iteration 6437 found worse value: 339.867740282. iteration 6438 found worse value: 339.867740282. iteration 6439 found worse value: 339.867740282. iteration 6440 found worse value: 339.867740282. iteration 6441 found worse value: 339.867740282. iteration 6442 found worse value: 339.867740282. iteration 6443 found worse value: 339.867740282. iteration 6444 found worse value: 339.867740282. iteration 6445 found worse value: 339.867740282. iteration 6446 found worse value: 339.867740282. iteration 6447 found worse value: 339.867740282. iteration 6448 found worse value: 339.867740282. iteration 6449 found worse value: 339.867740282. iteration 6450 found worse value: 339.867740282. iteration 6451 found worse value: 339.867740282. iteration 6452 found worse value: 339.867740282. iteration 6453 found worse value: 339.867740282. iteration 6454 found worse value: 339.867740282. iteration 6455 found worse value: 339.867740282. iteration 6456 found worse value: 339.867740282. iteration 6457 found worse value: 339.867740282. iteration 6458 found worse value: 339.867740282. iteration 6459 found worse value: 339.867740282. iteration 6460 found worse value: 339.867740282. iteration 6461 found worse value: 339.867740282. iteration 6462 found worse value: 339.867740282. iteration 6463 found worse value: 339.867740282. iteration 6464 found worse value: 339.867740282. iteration 6465 found worse value: 339.867740282. iteration 6466 found worse value: 339.867740282. iteration 6467 found worse value: 339.867740282. iteration 6468 found worse value: 339.867740282. iteration 6469 found worse value: 339.867740282. iteration 6470 found worse value: 339.867740282. iteration 6471 found worse value: 339.867740282. iteration 6472 found worse value: 339.867740282. iteration 6473 found worse value: 339.867740282. iteration 6474 found worse value: 339.867740282. iteration 6475 found worse value: 339.867740282. iteration 6476 found worse value: 339.867740282. iteration 6477 found worse value: 339.867740282. iteration 6478 found worse value: 339.867740282. iteration 6479 found worse value: 339.867740282. iteration 6480 found worse value: 339.867740282. iteration 6481 found worse value: 339.867740282. iteration 6482 found worse value: 339.867740282. iteration 6483 found worse value: 339.867740282. iteration 6484 found worse value: 339.867740282. iteration 6485 found worse value: 339.867740282. iteration 6486 found worse value: 339.867740282. iteration 6487 found worse value: 339.867740282. iteration 6488 found worse value: 339.867740282. iteration 6489 found worse value: 339.867740282. iteration 6490 found worse value: 339.867740282. iteration 6491 found worse value: 339.867740282. iteration 6492 found worse value: 339.867740282. iteration 6493 found worse value: 339.867740282. iteration 6494 found worse value: 339.867740282. iteration 6495 found worse value: 339.867740282. iteration 6496 found worse value: 339.867740282. iteration 6497 found worse value: 339.867740282. iteration 6498 found worse value: 339.867740282. iteration 6499 found worse value: 339.867740282. iteration 6500 found worse value: 339.867740282. iteration 6501 found worse value: 339.867740282. iteration 6502 found worse value: 339.867740282. iteration 6503 found worse value: 339.867740282. iteration 6504 found worse value: 339.867740282. iteration 6505 found worse value: 339.867740282. iteration 6506 found worse value: 339.867740282. iteration 6507 found worse value: 339.867740282. iteration 6508 found worse value: 339.867740282. iteration 6509 found worse value: 339.867740282. iteration 6510 found worse value: 339.867740282. iteration 6511 found worse value: 339.867740282. iteration 6512 found worse value: 339.867740282. iteration 6513 found worse value: 339.867740282. iteration 6514 found worse value: 339.867740282. iteration 6515 found worse value: 339.867740282. iteration 6516 found worse value: 339.867740282. iteration 6517 found worse value: 339.867740282. iteration 6518 found worse value: 339.867740282. iteration 6519 found worse value: 339.867740282. iteration 6520 found worse value: 339.867740282. iteration 6521 found worse value: 339.867740282. iteration 6522 found worse value: 339.867740282. iteration 6523 found worse value: 339.867740282. iteration 6524 found worse value: 339.867740282. iteration 6525 found worse value: 339.867740282. iteration 6526 found worse value: 339.867740282. iteration 6527 found worse value: 339.867740282. iteration 6528 found worse value: 339.867740282. iteration 6529 found worse value: 339.867740282. iteration 6530 found worse value: 339.867740282. iteration 6531 found worse value: 339.867740282. iteration 6532 found worse value: 339.867740282. iteration 6533 found worse value: 339.867740282. iteration 6534 found worse value: 339.867740282. iteration 6535 found worse value: 339.867740282. iteration 6536 found worse value: 339.867740282. iteration 6537 found worse value: 339.867740282. iteration 6538 found worse value: 339.867740282. iteration 6539 found worse value: 339.867740282. iteration 6540 found worse value: 339.867740282. iteration 6541 found worse value: 339.867740282. iteration 6542 found worse value: 339.867740282. iteration 6543 found worse value: 339.867740282. iteration 6544 found worse value: 339.867740282. iteration 6545 found worse value: 339.867740282. iteration 6546 found worse value: 339.867740282. iteration 6547 found worse value: 339.867740282. iteration 6548 found worse value: 339.867740282. iteration 6549 found worse value: 339.867740282. iteration 6550 found worse value: 339.867740282. iteration 6551 found worse value: 339.867740282. iteration 6552 found worse value: 339.867740282. iteration 6553 found worse value: 339.867740282. iteration 6554 found worse value: 339.867740282. iteration 6555 found worse value: 339.867740282. iteration 6556 found worse value: 339.867740282. iteration 6557 found worse value: 339.867740282. iteration 6558 found worse value: 339.867740282. iteration 6559 found worse value: 339.867740282. iteration 6560 found worse value: 339.867740282. iteration 6561 found worse value: 339.867740282. iteration 6562 found worse value: 339.867740282. iteration 6563 found worse value: 339.867740282. iteration 6564 found worse value: 339.867740282. iteration 6565 found worse value: 339.867740282. iteration 6566 found worse value: 339.867740282. iteration 6567 found worse value: 339.867740282. iteration 6568 found worse value: 339.867740282. iteration 6569 found worse value: 339.867740282. iteration 6570 found worse value: 339.867740282. iteration 6571 found worse value: 339.867740282. iteration 6572 found worse value: 339.867740282. iteration 6573 found worse value: 339.867740282. iteration 6574 found worse value: 339.867740282. iteration 6575 found worse value: 339.867740282. iteration 6576 found worse value: 339.867740282. iteration 6577 found worse value: 339.867740282. iteration 6578 found worse value: 339.867740282. iteration 6579 found worse value: 339.867740282. iteration 6580 found worse value: 339.867740282. iteration 6581 found worse value: 339.867740282. iteration 6582 found worse value: 339.867740282. iteration 6583 found worse value: 339.867740282. iteration 6584 found worse value: 339.867740282. iteration 6585 found worse value: 339.867740282. iteration 6586 found worse value: 339.867740282. iteration 6587 found worse value: 339.867740282. iteration 6588 found worse value: 339.867740282. iteration 6589 found worse value: 339.867740282. iteration 6590 found worse value: 339.867740282. iteration 6591 found worse value: 339.867740282. iteration 6592 found worse value: 339.867740282. iteration 6593 found worse value: 339.867740282. iteration 6594 found worse value: 339.867740282. iteration 6595 found worse value: 339.867740282. iteration 6596 found worse value: 339.867740282. iteration 6597 found worse value: 339.867740282. iteration 6598 found worse value: 339.867740282. iteration 6599 found worse value: 339.867740282. iteration 6600 found worse value: 339.867740282. iteration 6601 found worse value: 339.867740282. iteration 6602 found worse value: 339.867740282. iteration 6603 found worse value: 339.867740282. iteration 6604 found worse value: 339.867740282. iteration 6605 found worse value: 339.867740282. iteration 6606 found worse value: 339.867740282. iteration 6607 found worse value: 339.867740282. iteration 6608 found worse value: 339.867740282. iteration 6609 found worse value: 339.867740282. iteration 6610 found worse value: 339.867740282. iteration 6611 found worse value: 339.867740282. iteration 6612 found worse value: 339.867740282. iteration 6613 found worse value: 339.867740282. iteration 6614 found worse value: 339.867740282. iteration 6615 found worse value: 339.867740282. iteration 6616 found worse value: 339.867740282. iteration 6617 found worse value: 339.867740282. iteration 6618 found worse value: 339.867740282. iteration 6619 found worse value: 339.867740282. iteration 6620 found worse value: 339.867740282. iteration 6621 found worse value: 339.867740282. iteration 6622 found worse value: 339.867740282. iteration 6623 found worse value: 339.867740282. iteration 6624 found worse value: 339.867740282. iteration 6625 found worse value: 339.867740282. iteration 6626 found worse value: 339.867740282. iteration 6627 found worse value: 339.867740282. iteration 6628 found worse value: 339.867740282. iteration 6629 found worse value: 339.867740282. iteration 6630 found worse value: 339.867740282. iteration 6631 found worse value: 339.867740282. iteration 6632 found worse value: 339.867740282. iteration 6633 found worse value: 339.867740282. iteration 6634 found worse value: 339.867740282. iteration 6635 found worse value: 339.867740282. iteration 6636 found worse value: 339.867740282. iteration 6637 found worse value: 339.867740282. iteration 6638 found worse value: 339.867740282. iteration 6639 found worse value: 339.867740282. iteration 6640 found worse value: 339.867740282. iteration 6641 found worse value: 339.867740282. iteration 6642 found worse value: 339.867740282. iteration 6643 found worse value: 339.867740282. iteration 6644 found worse value: 339.867740282. iteration 6645 found worse value: 339.867740282. iteration 6646 found worse value: 339.867740282. iteration 6647 found worse value: 339.867740282. iteration 6648 found worse value: 339.867740282. iteration 6649 found worse value: 339.867740282. iteration 6650 found worse value: 339.867740282. iteration 6651 found worse value: 339.867740282. iteration 6652 found worse value: 339.867740282. iteration 6653 found worse value: 339.867740282. iteration 6654 found worse value: 339.867740282. iteration 6655 found worse value: 339.867740282. iteration 6656 found worse value: 339.867740282. iteration 6657 found worse value: 339.867740282. iteration 6658 found worse value: 339.867740282. iteration 6659 found worse value: 339.867740282. iteration 6660 found worse value: 339.867740282. iteration 6661 found worse value: 339.867740282. iteration 6662 found worse value: 339.867740282. iteration 6663 found worse value: 339.867740282. iteration 6664 found worse value: 339.867740282. iteration 6665 found worse value: 339.867740282. iteration 6666 found worse value: 339.867740282. iteration 6667 found worse value: 339.867740282. iteration 6668 found worse value: 339.867740282. iteration 6669 found worse value: 339.867740282. iteration 6670 found worse value: 339.867740282. iteration 6671 found worse value: 339.867740282. iteration 6672 found worse value: 339.867740282. iteration 6673 found worse value: 339.867740282. iteration 6674 found worse value: 339.867740282. iteration 6675 found worse value: 339.867740282. iteration 6676 found worse value: 339.867740282. iteration 6677 found worse value: 339.867740282. iteration 6678 found worse value: 339.867740282. iteration 6679 found worse value: 339.867740282. iteration 6680 found worse value: 339.867740282. iteration 6681 found worse value: 339.867740282. iteration 6682 found worse value: 339.867740282. iteration 6683 found worse value: 339.867740282. iteration 6684 found worse value: 339.867740282. iteration 6685 found worse value: 339.867740282. iteration 6686 found worse value: 339.867740282. iteration 6687 found worse value: 339.867740282. iteration 6688 found worse value: 339.867740282. iteration 6689 found worse value: 339.867740282. iteration 6690 found worse value: 339.867740282. iteration 6691 found worse value: 339.867740282. iteration 6692 found worse value: 339.867740282. iteration 6693 found worse value: 339.867740282. iteration 6694 found worse value: 339.867740282. iteration 6695 found worse value: 339.867740282. iteration 6696 found worse value: 339.867740282. iteration 6697 found worse value: 339.867740282. iteration 6698 found worse value: 339.867740282. iteration 6699 found worse value: 339.867740282. iteration 6700 found worse value: 339.867740282. iteration 6701 found worse value: 339.867740282. iteration 6702 found worse value: 339.867740282. iteration 6703 found worse value: 339.867740282. iteration 6704 found worse value: 339.867740282. iteration 6705 found worse value: 339.867740282. iteration 6706 found worse value: 339.867740282. iteration 6707 found worse value: 339.867740282. iteration 6708 found worse value: 339.867740282. iteration 6709 found worse value: 339.867740282. iteration 6710 found worse value: 339.867740282. iteration 6711 found worse value: 339.867740282. iteration 6712 found worse value: 339.867740282. iteration 6713 found worse value: 339.867740282. iteration 6714 found worse value: 339.867740282. iteration 6715 found worse value: 339.867740282. iteration 6716 found worse value: 339.867740282. iteration 6717 found worse value: 339.867740282. iteration 6718 found worse value: 339.867740282. iteration 6719 found worse value: 339.867740282. iteration 6720 found worse value: 339.867740282. iteration 6721 found worse value: 339.867740282. iteration 6722 found worse value: 339.867740282. iteration 6723 found worse value: 339.867740282. iteration 6724 found worse value: 339.867740282. iteration 6725 found worse value: 339.867740282. iteration 6726 found worse value: 339.867740282. iteration 6727 found worse value: 339.867740282. iteration 6728 found worse value: 339.867740282. iteration 6729 found worse value: 339.867740282. iteration 6730 found worse value: 339.867740282. iteration 6731 found worse value: 339.867740282. iteration 6732 found worse value: 339.867740282. iteration 6733 found worse value: 339.867740282. iteration 6734 found worse value: 339.867740282. iteration 6735 found worse value: 339.867740282. iteration 6736 found worse value: 339.867740282. iteration 6737 found worse value: 339.867740282. iteration 6738 found worse value: 339.867740282. iteration 6739 found worse value: 339.867740282. iteration 6740 found worse value: 339.867740282. iteration 6741 found worse value: 339.867740282. iteration 6742 found worse value: 339.867740282. iteration 6743 found worse value: 339.867740282. iteration 6744 found worse value: 339.867740282. iteration 6745 found worse value: 339.867740282. iteration 6746 found worse value: 339.867740282. iteration 6747 found worse value: 339.867740282. iteration 6748 found worse value: 339.867740282. iteration 6749 found worse value: 339.867740282. iteration 6750 found worse value: 339.867740282. iteration 6751 found worse value: 339.867740282. iteration 6752 found worse value: 339.867740282. iteration 6753 found worse value: 339.867740282. iteration 6754 found worse value: 339.867740282. iteration 6755 found worse value: 339.867740282. iteration 6756 found worse value: 339.867740282. iteration 6757 found worse value: 339.867740282. iteration 6758 found worse value: 339.867740282. iteration 6759 found worse value: 339.867740282. iteration 6760 found worse value: 339.867740282. iteration 6761 found worse value: 339.867740282. iteration 6762 found worse value: 339.867740282. iteration 6763 found worse value: 339.867740282. iteration 6764 found worse value: 339.867740282. iteration 6765 found worse value: 339.867740282. iteration 6766 found worse value: 339.867740282. iteration 6767 found worse value: 339.867740282. iteration 6768 found worse value: 339.867740282. iteration 6769 found worse value: 339.867740282. iteration 6770 found worse value: 339.867740282. iteration 6771 found worse value: 339.867740282. iteration 6772 found worse value: 339.867740282. iteration 6773 found worse value: 339.867740282. iteration 6774 found worse value: 339.867740282. iteration 6775 found worse value: 339.867740282. iteration 6776 found worse value: 339.867740282. iteration 6777 found worse value: 339.867740282. iteration 6778 found worse value: 339.867740282. iteration 6779 found worse value: 339.867740282. iteration 6780 found worse value: 339.867740282. iteration 6781 found worse value: 339.867740282. iteration 6782 found worse value: 339.867740282. iteration 6783 found worse value: 339.867740282. iteration 6784 found worse value: 339.867740282. iteration 6785 found worse value: 339.867740282. iteration 6786 found worse value: 339.867740282. iteration 6787 found worse value: 339.867740282. iteration 6788 found worse value: 339.867740282. iteration 6789 found worse value: 339.867740282. iteration 6790 found worse value: 339.867740282. iteration 6791 found worse value: 339.867740282. iteration 6792 found worse value: 339.867740282. iteration 6793 found worse value: 339.867740282. iteration 6794 found worse value: 339.867740282. iteration 6795 found worse value: 339.867740282. iteration 6796 found worse value: 339.867740282. iteration 6797 found worse value: 339.867740282. iteration 6798 found worse value: 339.867740282. iteration 6799 found worse value: 339.867740282. iteration 6800 found worse value: 339.867740282. iteration 6801 found worse value: 339.867740282. iteration 6802 found worse value: 339.867740282. iteration 6803 found worse value: 339.867740282. iteration 6804 found worse value: 339.867740282. iteration 6805 found worse value: 339.867740282. iteration 6806 found worse value: 339.867740282. iteration 6807 found worse value: 339.867740282. iteration 6808 found worse value: 339.867740282. iteration 6809 found worse value: 339.867740282. iteration 6810 found worse value: 339.867740282. iteration 6811 found worse value: 339.867740282. iteration 6812 found worse value: 339.867740282. iteration 6813 found worse value: 339.867740282. iteration 6814 found worse value: 339.867740282. iteration 6815 found worse value: 339.867740282. iteration 6816 found worse value: 339.867740282. iteration 6817 found worse value: 339.867740282. iteration 6818 found worse value: 339.867740282. iteration 6819 found worse value: 339.867740282. iteration 6820 found worse value: 339.867740282. iteration 6821 found worse value: 339.867740282. iteration 6822 found worse value: 339.867740282. iteration 6823 found worse value: 339.867740282. iteration 6824 found worse value: 339.867740282. iteration 6825 found worse value: 339.867740282. iteration 6826 found worse value: 339.867740282. iteration 6827 found worse value: 339.867740282. iteration 6828 found worse value: 339.867740282. iteration 6829 found worse value: 339.867740282. iteration 6830 found worse value: 339.867740282. iteration 6831 found worse value: 339.867740282. iteration 6832 found worse value: 339.867740282. iteration 6833 found worse value: 339.867740282. iteration 6834 found worse value: 339.867740282. iteration 6835 found worse value: 339.867740282. iteration 6836 found worse value: 339.867740282. iteration 6837 found worse value: 339.867740282. iteration 6838 found worse value: 339.867740282. iteration 6839 found worse value: 339.867740282. iteration 6840 found worse value: 339.867740282. iteration 6841 found worse value: 339.867740282. iteration 6842 found worse value: 339.867740282. iteration 6843 found worse value: 339.867740282. iteration 6844 found worse value: 339.867740282. iteration 6845 found worse value: 339.867740282. iteration 6846 found worse value: 339.867740282. iteration 6847 found worse value: 339.867740282. iteration 6848 found worse value: 339.867740282. iteration 6849 found worse value: 339.867740282. iteration 6850 found worse value: 339.867740282. iteration 6851 found worse value: 339.867740282. iteration 6852 found worse value: 339.867740282. iteration 6853 found worse value: 339.867740282. iteration 6854 found worse value: 339.867740282. iteration 6855 found worse value: 339.867740282. iteration 6856 found worse value: 339.867740282. iteration 6857 found worse value: 339.867740282. iteration 6858 found worse value: 339.867740282. iteration 6859 found worse value: 339.867740282. iteration 6860 found worse value: 339.867740282. iteration 6861 found worse value: 339.867740282. iteration 6862 found worse value: 339.867740282. iteration 6863 found worse value: 339.867740282. iteration 6864 found worse value: 339.867740282. iteration 6865 found worse value: 339.867740282. iteration 6866 found worse value: 339.867740282. iteration 6867 found worse value: 339.867740282. iteration 6868 found worse value: 339.867740282. iteration 6869 found worse value: 339.867740282. iteration 6870 found worse value: 339.867740282. iteration 6871 found worse value: 339.867740282. iteration 6872 found worse value: 339.867740282. iteration 6873 found worse value: 339.867740282. iteration 6874 found worse value: 339.867740282. iteration 6875 found worse value: 339.867740282. iteration 6876 found worse value: 339.867740282. iteration 6877 found worse value: 339.867740282. iteration 6878 found worse value: 339.867740282. iteration 6879 found worse value: 339.867740282. iteration 6880 found worse value: 339.867740282. iteration 6881 found worse value: 339.867740282. iteration 6882 found worse value: 339.867740282. iteration 6883 found worse value: 339.867740282. iteration 6884 found worse value: 339.867740282. iteration 6885 found worse value: 339.867740282. iteration 6886 found worse value: 339.867740282. iteration 6887 found worse value: 339.867740282. iteration 6888 found worse value: 339.867740282. iteration 6889 found worse value: 339.867740282. iteration 6890 found worse value: 339.867740282. iteration 6891 found worse value: 339.867740282. iteration 6892 found worse value: 339.867740282. iteration 6893 found worse value: 339.867740282. iteration 6894 found worse value: 339.867740282. iteration 6895 found worse value: 339.867740282. iteration 6896 found worse value: 339.867740282. iteration 6897 found worse value: 339.867740282. iteration 6898 found worse value: 339.867740282. iteration 6899 found worse value: 339.867740282. iteration 6900 found worse value: 339.867740282. iteration 6901 found worse value: 339.867740282. iteration 6902 found worse value: 339.867740282. iteration 6903 found worse value: 339.867740282. iteration 6904 found worse value: 339.867740282. iteration 6905 found worse value: 339.867740282. iteration 6906 found worse value: 339.867740282. iteration 6907 found worse value: 339.867740282. iteration 6908 found worse value: 339.867740282. iteration 6909 found worse value: 339.867740282. iteration 6910 found worse value: 339.867740282. iteration 6911 found worse value: 339.867740282. iteration 6912 found worse value: 339.867740282. iteration 6913 found worse value: 339.867740282. iteration 6914 found worse value: 339.867740282. iteration 6915 found worse value: 339.867740282. iteration 6916 found worse value: 339.867740282. iteration 6917 found worse value: 339.867740282. iteration 6918 found worse value: 339.867740282. iteration 6919 found worse value: 339.867740282. iteration 6920 found worse value: 339.867740282. iteration 6921 found worse value: 339.867740282. iteration 6922 found worse value: 339.867740282. iteration 6923 found worse value: 339.867740282. iteration 6924 found worse value: 339.867740282. iteration 6925 found worse value: 339.867740282. iteration 6926 found worse value: 339.867740282. iteration 6927 found worse value: 339.867740282. iteration 6928 found worse value: 339.867740282. iteration 6929 found worse value: 339.867740282. iteration 6930 found worse value: 339.867740282. iteration 6931 found worse value: 339.867740282. iteration 6932 found worse value: 339.867740282. iteration 6933 found worse value: 339.867740282. iteration 6934 found worse value: 339.867740282. iteration 6935 found worse value: 339.867740282. iteration 6936 found worse value: 339.867740282. iteration 6937 found worse value: 339.867740282. iteration 6938 found worse value: 339.867740282. iteration 6939 found worse value: 339.867740282. iteration 6940 found worse value: 339.867740282. iteration 6941 found worse value: 339.867740282. iteration 6942 found worse value: 339.867740282. iteration 6943 found worse value: 339.867740282. iteration 6944 found worse value: 339.867740282. iteration 6945 found worse value: 339.867740282. iteration 6946 found worse value: 339.867740282. iteration 6947 found worse value: 339.867740282. iteration 6948 found worse value: 339.867740282. iteration 6949 found worse value: 339.867740282. iteration 6950 found worse value: 339.867740282. iteration 6951 found worse value: 339.867740282. iteration 6952 found worse value: 339.867740282. iteration 6953 found worse value: 339.867740282. iteration 6954 found worse value: 339.867740282. iteration 6955 found worse value: 339.867740282. iteration 6956 found worse value: 339.867740282. iteration 6957 found worse value: 339.867740282. iteration 6958 found worse value: 339.867740282. iteration 6959 found worse value: 339.867740282. iteration 6960 found worse value: 339.867740282. iteration 6961 found worse value: 339.867740282. iteration 6962 found worse value: 339.867740282. iteration 6963 found worse value: 339.867740282. iteration 6964 found worse value: 339.867740282. iteration 6965 found worse value: 339.867740282. iteration 6966 found worse value: 339.867740282. iteration 6967 found worse value: 339.867740282. iteration 6968 found worse value: 339.867740282. iteration 6969 found worse value: 339.867740282. iteration 6970 found worse value: 339.867740282. iteration 6971 found worse value: 339.867740282. iteration 6972 found worse value: 339.867740282. iteration 6973 found worse value: 339.867740282. iteration 6974 found worse value: 339.867740282. iteration 6975 found worse value: 339.867740282. iteration 6976 found worse value: 339.867740282. iteration 6977 found worse value: 339.867740282. iteration 6978 found worse value: 339.867740282. iteration 6979 found worse value: 339.867740282. iteration 6980 found worse value: 339.867740282. iteration 6981 found worse value: 339.867740282. iteration 6982 found worse value: 339.867740282. iteration 6983 found worse value: 339.867740282. iteration 6984 found worse value: 339.867740282. iteration 6985 found worse value: 339.867740282. iteration 6986 found worse value: 339.867740282. iteration 6987 found worse value: 339.867740282. iteration 6988 found worse value: 339.867740282. iteration 6989 found worse value: 339.867740282. iteration 6990 found worse value: 339.867740282. iteration 6991 found worse value: 339.867740282. iteration 6992 found worse value: 339.867740282. iteration 6993 found worse value: 339.867740282. iteration 6994 found worse value: 339.867740282. iteration 6995 found worse value: 339.867740282. iteration 6996 found worse value: 339.867740282. iteration 6997 found worse value: 339.867740282. iteration 6998 found worse value: 339.867740282. iteration 6999 found worse value: 339.867740282. iteration 7000 found worse value: 339.867740282. iteration 7001 found worse value: 339.867740282. iteration 7002 found worse value: 339.867740282. iteration 7003 found worse value: 339.867740282. iteration 7004 found worse value: 339.867740282. iteration 7005 found worse value: 339.867740282. iteration 7006 found worse value: 339.867740282. iteration 7007 found worse value: 339.867740282. iteration 7008 found worse value: 339.867740282. iteration 7009 found worse value: 339.867740282. iteration 7010 found worse value: 339.867740282. iteration 7011 found worse value: 339.867740282. iteration 7012 found worse value: 339.867740282. iteration 7013 found worse value: 339.867740282. iteration 7014 found worse value: 339.867740282. iteration 7015 found worse value: 339.867740282. iteration 7016 found worse value: 339.867740282. iteration 7017 found worse value: 339.867740282. iteration 7018 found worse value: 339.867740282. iteration 7019 found worse value: 339.867740282. iteration 7020 found worse value: 339.867740282. iteration 7021 found worse value: 339.867740282. iteration 7022 found worse value: 339.867740282. iteration 7023 found worse value: 339.867740282. iteration 7024 found worse value: 339.867740282. iteration 7025 found worse value: 339.867740282. iteration 7026 found worse value: 339.867740282. iteration 7027 found worse value: 339.867740282. iteration 7028 found worse value: 339.867740282. iteration 7029 found worse value: 339.867740282. iteration 7030 found worse value: 339.867740282. iteration 7031 found worse value: 339.867740282. iteration 7032 found worse value: 339.867740282. iteration 7033 found worse value: 339.867740282. iteration 7034 found worse value: 339.867740282. iteration 7035 found worse value: 339.867740282. iteration 7036 found worse value: 339.867740282. iteration 7037 found worse value: 339.867740282. iteration 7038 found worse value: 339.867740282. iteration 7039 found worse value: 339.867740282. iteration 7040 found worse value: 339.867740282. iteration 7041 found worse value: 339.867740282. iteration 7042 found worse value: 339.867740282. iteration 7043 found worse value: 339.867740282. iteration 7044 found worse value: 339.867740282. iteration 7045 found worse value: 339.867740282. iteration 7046 found worse value: 339.867740282. iteration 7047 found worse value: 339.867740282. iteration 7048 found worse value: 339.867740282. iteration 7049 found worse value: 339.867740282. iteration 7050 found worse value: 339.867740282. iteration 7051 found worse value: 339.867740282. iteration 7052 found worse value: 339.867740282. iteration 7053 found worse value: 339.867740282. iteration 7054 found worse value: 339.867740282. iteration 7055 found worse value: 339.867740282. iteration 7056 found worse value: 339.867740282. iteration 7057 found worse value: 339.867740282. iteration 7058 found worse value: 339.867740282. iteration 7059 found worse value: 339.867740282. iteration 7060 found worse value: 339.867740282. iteration 7061 found worse value: 339.867740282. iteration 7062 found worse value: 339.867740282. iteration 7063 found worse value: 339.867740282. iteration 7064 found worse value: 339.867740282. iteration 7065 found worse value: 339.867740282. iteration 7066 found worse value: 339.867740282. iteration 7067 found worse value: 339.867740282. iteration 7068 found worse value: 339.867740282. iteration 7069 found worse value: 339.867740282. iteration 7070 found worse value: 339.867740282. iteration 7071 found worse value: 339.867740282. iteration 7072 found worse value: 339.867740282. iteration 7073 found worse value: 339.867740282. iteration 7074 found worse value: 339.867740282. iteration 7075 found worse value: 339.867740282. iteration 7076 found worse value: 339.867740282. iteration 7077 found worse value: 339.867740282. iteration 7078 found worse value: 339.867740282. iteration 7079 found worse value: 339.867740282. iteration 7080 found worse value: 339.867740282. iteration 7081 found worse value: 339.867740282. iteration 7082 found worse value: 339.867740282. iteration 7083 found worse value: 339.867740282. iteration 7084 found worse value: 339.867740282. iteration 7085 found worse value: 339.867740282. iteration 7086 found worse value: 339.867740282. iteration 7087 found worse value: 339.867740282. iteration 7088 found worse value: 339.867740282. iteration 7089 found worse value: 339.867740282. iteration 7090 found worse value: 339.867740282. iteration 7091 found worse value: 339.867740282. iteration 7092 found worse value: 339.867740282. iteration 7093 found worse value: 339.867740282. iteration 7094 found worse value: 339.867740282. iteration 7095 found worse value: 339.867740282. iteration 7096 found worse value: 339.867740282. iteration 7097 found worse value: 339.867740282. iteration 7098 found worse value: 339.867740282. iteration 7099 found worse value: 339.867740282. iteration 7100 found worse value: 339.867740282. iteration 7101 found worse value: 339.867740282. iteration 7102 found worse value: 339.867740282. iteration 7103 found worse value: 339.867740282. iteration 7104 found worse value: 339.867740282. iteration 7105 found worse value: 339.867740282. iteration 7106 found worse value: 339.867740282. iteration 7107 found worse value: 339.867740282. iteration 7108 found worse value: 339.867740282. iteration 7109 found worse value: 339.867740282. iteration 7110 found worse value: 339.867740282. iteration 7111 found worse value: 339.867740282. iteration 7112 found worse value: 339.867740282. iteration 7113 found worse value: 339.867740282. iteration 7114 found worse value: 339.867740282. iteration 7115 found worse value: 339.867740282. iteration 7116 found worse value: 339.867740282. iteration 7117 found worse value: 339.867740282. iteration 7118 found worse value: 339.867740282. iteration 7119 found worse value: 339.867740282. iteration 7120 found worse value: 339.867740282. iteration 7121 found worse value: 339.867740282. iteration 7122 found worse value: 339.867740282. iteration 7123 found worse value: 339.867740282. iteration 7124 found worse value: 339.867740282. iteration 7125 found worse value: 339.867740282. iteration 7126 found worse value: 339.867740282. iteration 7127 found worse value: 339.867740282. iteration 7128 found worse value: 339.867740282. iteration 7129 found worse value: 339.867740282. iteration 7130 found worse value: 339.867740282. iteration 7131 found worse value: 339.867740282. iteration 7132 found worse value: 339.867740282. iteration 7133 found worse value: 339.867740282. iteration 7134 found worse value: 339.867740282. iteration 7135 found worse value: 339.867740282. iteration 7136 found worse value: 339.867740282. iteration 7137 found worse value: 339.867740282. iteration 7138 found worse value: 339.867740282. iteration 7139 found worse value: 339.867740282. iteration 7140 found worse value: 339.867740282. iteration 7141 found worse value: 339.867740282. iteration 7142 found worse value: 339.867740282. iteration 7143 found worse value: 339.867740282. iteration 7144 found worse value: 339.867740282. iteration 7145 found worse value: 339.867740282. iteration 7146 found worse value: 339.867740282. iteration 7147 found worse value: 339.867740282. iteration 7148 found worse value: 339.867740282. iteration 7149 found worse value: 339.867740282. iteration 7150 found worse value: 339.867740282. iteration 7151 found worse value: 339.867740282. iteration 7152 found worse value: 339.867740282. iteration 7153 found worse value: 339.867740282. iteration 7154 found worse value: 339.867740282. iteration 7155 found worse value: 339.867740282. iteration 7156 found worse value: 339.867740282. iteration 7157 found worse value: 339.867740282. iteration 7158 found worse value: 339.867740282. iteration 7159 found worse value: 339.867740282. iteration 7160 found worse value: 339.867740282. iteration 7161 found worse value: 339.867740282. iteration 7162 found worse value: 339.867740282. iteration 7163 found worse value: 339.867740282. iteration 7164 found worse value: 339.867740282. iteration 7165 found worse value: 339.867740282. iteration 7166 found worse value: 339.867740282. iteration 7167 found worse value: 339.867740282. iteration 7168 found worse value: 339.867740282. iteration 7169 found worse value: 339.867740282. iteration 7170 found worse value: 339.867740282. iteration 7171 found worse value: 339.867740282. iteration 7172 found worse value: 339.867740282. iteration 7173 found worse value: 339.867740282. iteration 7174 found worse value: 339.867740282. iteration 7175 found worse value: 339.867740282. iteration 7176 found worse value: 339.867740282. iteration 7177 found worse value: 339.867740282. iteration 7178 found worse value: 339.867740282. iteration 7179 found worse value: 339.867740282. iteration 7180 found worse value: 339.867740282. iteration 7181 found worse value: 339.867740282. iteration 7182 found worse value: 339.867740282. iteration 7183 found worse value: 339.867740282. iteration 7184 found worse value: 339.867740282. iteration 7185 found worse value: 339.867740282. iteration 7186 found worse value: 339.867740282. iteration 7187 found worse value: 339.867740282. iteration 7188 found worse value: 339.867740282. iteration 7189 found worse value: 339.867740282. iteration 7190 found worse value: 339.867740282. iteration 7191 found worse value: 339.867740282. iteration 7192 found worse value: 339.867740282. iteration 7193 found worse value: 339.867740282. iteration 7194 found worse value: 339.867740282. iteration 7195 found worse value: 339.867740282. iteration 7196 found worse value: 339.867740282. iteration 7197 found worse value: 339.867740282. iteration 7198 found worse value: 339.867740282. iteration 7199 found worse value: 339.867740282. iteration 7200 found worse value: 339.867740282. iteration 7201 found worse value: 339.867740282. iteration 7202 found worse value: 339.867740282. iteration 7203 found worse value: 339.867740282. iteration 7204 found worse value: 339.867740282. iteration 7205 found worse value: 339.867740282. iteration 7206 found worse value: 339.867740282. iteration 7207 found worse value: 339.867740282. iteration 7208 found worse value: 339.867740282. iteration 7209 found worse value: 339.867740282. iteration 7210 found worse value: 339.867740282. iteration 7211 found worse value: 339.867740282. iteration 7212 found worse value: 339.867740282. iteration 7213 found worse value: 339.867740282. iteration 7214 found worse value: 339.867740282. iteration 7215 found worse value: 339.867740282. iteration 7216 found worse value: 339.867740282. iteration 7217 found worse value: 339.867740282. iteration 7218 found worse value: 339.867740282. iteration 7219 found worse value: 339.867740282. iteration 7220 found worse value: 339.867740282. iteration 7221 found worse value: 339.867740282. iteration 7222 found worse value: 339.867740282. iteration 7223 found worse value: 339.867740282. iteration 7224 found worse value: 339.867740282. iteration 7225 found worse value: 339.867740282. iteration 7226 found worse value: 339.867740282. iteration 7227 found worse value: 339.867740282. iteration 7228 found worse value: 339.867740282. iteration 7229 found worse value: 339.867740282. iteration 7230 found worse value: 339.867740282. iteration 7231 found worse value: 339.867740282. iteration 7232 found worse value: 339.867740282. iteration 7233 found worse value: 339.867740282. iteration 7234 found worse value: 339.867740282. iteration 7235 found worse value: 339.867740282. iteration 7236 found worse value: 339.867740282. iteration 7237 found worse value: 339.867740282. iteration 7238 found worse value: 339.867740282. iteration 7239 found worse value: 339.867740282. iteration 7240 found worse value: 339.867740282. iteration 7241 found worse value: 339.867740282. iteration 7242 found worse value: 339.867740282. iteration 7243 found worse value: 339.867740282. iteration 7244 found worse value: 339.867740282. iteration 7245 found worse value: 339.867740282. iteration 7246 found worse value: 339.867740282. iteration 7247 found worse value: 339.867740282. iteration 7248 found worse value: 339.867740282. iteration 7249 found worse value: 339.867740282. iteration 7250 found worse value: 339.867740282. iteration 7251 found worse value: 339.867740282. iteration 7252 found worse value: 339.867740282. iteration 7253 found worse value: 339.867740282. iteration 7254 found worse value: 339.867740282. iteration 7255 found worse value: 339.867740282. iteration 7256 found worse value: 339.867740282. iteration 7257 found worse value: 339.867740282. iteration 7258 found worse value: 339.867740282. iteration 7259 found worse value: 339.867740282. iteration 7260 found worse value: 339.867740282. iteration 7261 found worse value: 339.867740282. iteration 7262 found worse value: 339.867740282. iteration 7263 found worse value: 339.867740282. iteration 7264 found worse value: 339.867740282. iteration 7265 found worse value: 339.867740282. iteration 7266 found worse value: 339.867740282. iteration 7267 found worse value: 339.867740282. iteration 7268 found worse value: 339.867740282. iteration 7269 found worse value: 339.867740282. iteration 7270 found worse value: 339.867740282. iteration 7271 found worse value: 339.867740282. iteration 7272 found worse value: 339.867740282. iteration 7273 found worse value: 339.867740282. iteration 7274 found worse value: 339.867740282. iteration 7275 found worse value: 339.867740282. iteration 7276 found worse value: 339.867740282. iteration 7277 found worse value: 339.867740282. iteration 7278 found worse value: 339.867740282. iteration 7279 found worse value: 339.867740282. iteration 7280 found worse value: 339.867740282. iteration 7281 found worse value: 339.867740282. iteration 7282 found worse value: 339.867740282. iteration 7283 found worse value: 339.867740282. iteration 7284 found worse value: 339.867740282. iteration 7285 found worse value: 339.867740282. iteration 7286 found worse value: 339.867740282. iteration 7287 found worse value: 339.867740282. iteration 7288 found worse value: 339.867740282. iteration 7289 found worse value: 339.867740282. iteration 7290 found worse value: 339.867740282. iteration 7291 found worse value: 339.867740282. iteration 7292 found worse value: 339.867740282. iteration 7293 found worse value: 339.867740282. iteration 7294 found worse value: 339.867740282. iteration 7295 found worse value: 339.867740282. iteration 7296 found worse value: 339.867740282. iteration 7297 found worse value: 339.867740282. iteration 7298 found worse value: 339.867740282. iteration 7299 found worse value: 339.867740282. iteration 7300 found worse value: 339.867740282. iteration 7301 found worse value: 339.867740282. iteration 7302 found worse value: 339.867740282. iteration 7303 found worse value: 339.867740282. iteration 7304 found worse value: 339.867740282. iteration 7305 found worse value: 339.867740282. iteration 7306 found worse value: 339.867740282. iteration 7307 found worse value: 339.867740282. iteration 7308 found worse value: 339.867740282. iteration 7309 found worse value: 339.867740282. iteration 7310 found worse value: 339.867740282. iteration 7311 found worse value: 339.867740282. iteration 7312 found worse value: 339.867740282. iteration 7313 found worse value: 339.867740282. iteration 7314 found worse value: 339.867740282. iteration 7315 found worse value: 339.867740282. iteration 7316 found worse value: 339.867740282. iteration 7317 found worse value: 339.867740282. iteration 7318 found worse value: 339.867740282. iteration 7319 found worse value: 339.867740282. iteration 7320 found worse value: 339.867740282. iteration 7321 found worse value: 339.867740282. iteration 7322 found worse value: 339.867740282. iteration 7323 found worse value: 339.867740282. iteration 7324 found worse value: 339.867740282. iteration 7325 found worse value: 339.867740282. iteration 7326 found worse value: 339.867740282. iteration 7327 found worse value: 339.867740282. iteration 7328 found worse value: 339.867740282. iteration 7329 found worse value: 339.867740282. iteration 7330 found worse value: 339.867740282. iteration 7331 found worse value: 339.867740282. iteration 7332 found worse value: 339.867740282. iteration 7333 found worse value: 339.867740282. iteration 7334 found worse value: 339.867740282. iteration 7335 found worse value: 339.867740282. iteration 7336 found worse value: 339.867740282. iteration 7337 found worse value: 339.867740282. iteration 7338 found worse value: 339.867740282. iteration 7339 found worse value: 339.867740282. iteration 7340 found worse value: 339.867740282. iteration 7341 found worse value: 339.867740282. iteration 7342 found worse value: 339.867740282. iteration 7343 found worse value: 339.867740282. iteration 7344 found worse value: 339.867740282. iteration 7345 found worse value: 339.867740282. iteration 7346 found worse value: 339.867740282. iteration 7347 found worse value: 339.867740282. iteration 7348 found worse value: 339.867740282. iteration 7349 found worse value: 339.867740282. iteration 7350 found worse value: 339.867740282. iteration 7351 found worse value: 339.867740282. iteration 7352 found worse value: 339.867740282. iteration 7353 found worse value: 339.867740282. iteration 7354 found worse value: 339.867740282. iteration 7355 found worse value: 339.867740282. iteration 7356 found worse value: 339.867740282. iteration 7357 found worse value: 339.867740282. iteration 7358 found worse value: 339.867740282. iteration 7359 found worse value: 339.867740282. iteration 7360 found worse value: 339.867740282. iteration 7361 found worse value: 339.867740282. iteration 7362 found worse value: 339.867740282. iteration 7363 found worse value: 339.867740282. iteration 7364 found worse value: 339.867740282. iteration 7365 found worse value: 339.867740282. iteration 7366 found worse value: 339.867740282. iteration 7367 found worse value: 339.867740282. iteration 7368 found worse value: 339.867740282. iteration 7369 found worse value: 339.867740282. iteration 7370 found worse value: 339.867740282. iteration 7371 found worse value: 339.867740282. iteration 7372 found worse value: 339.867740282. iteration 7373 found worse value: 339.867740282. iteration 7374 found worse value: 339.867740282. iteration 7375 found worse value: 339.867740282. iteration 7376 found worse value: 339.867740282. iteration 7377 found worse value: 339.867740282. iteration 7378 found worse value: 339.867740282. iteration 7379 found worse value: 339.867740282. iteration 7380 found worse value: 339.867740282. iteration 7381 found worse value: 339.867740282. iteration 7382 found worse value: 339.867740282. iteration 7383 found worse value: 339.867740282. iteration 7384 found worse value: 339.867740282. iteration 7385 found worse value: 339.867740282. iteration 7386 found worse value: 339.867740282. iteration 7387 found worse value: 339.867740282. iteration 7388 found worse value: 339.867740282. iteration 7389 found worse value: 339.867740282. iteration 7390 found worse value: 339.867740282. iteration 7391 found worse value: 339.867740282. iteration 7392 found worse value: 339.867740282. iteration 7393 found worse value: 339.867740282. iteration 7394 found worse value: 339.867740282. iteration 7395 found worse value: 339.867740282. iteration 7396 found worse value: 339.867740282. iteration 7397 found worse value: 339.867740282. iteration 7398 found worse value: 339.867740282. iteration 7399 found worse value: 339.867740282. iteration 7400 found worse value: 339.867740282. iteration 7401 found worse value: 339.867740282. iteration 7402 found worse value: 339.867740282. iteration 7403 found worse value: 339.867740282. iteration 7404 found worse value: 339.867740282. iteration 7405 found worse value: 339.867740282. iteration 7406 found worse value: 339.867740282. iteration 7407 found worse value: 339.867740282. iteration 7408 found worse value: 339.867740282. iteration 7409 found worse value: 339.867740282. iteration 7410 found worse value: 339.867740282. iteration 7411 found worse value: 339.867740282. iteration 7412 found worse value: 339.867740282. iteration 7413 found worse value: 339.867740282. iteration 7414 found worse value: 339.867740282. iteration 7415 found worse value: 339.867740282. iteration 7416 found worse value: 339.867740282. iteration 7417 found worse value: 339.867740282. iteration 7418 found worse value: 339.867740282. iteration 7419 found worse value: 339.867740282. iteration 7420 found worse value: 339.867740282. iteration 7421 found worse value: 339.867740282. iteration 7422 found worse value: 339.867740282. iteration 7423 found worse value: 339.867740282. iteration 7424 found worse value: 339.867740282. iteration 7425 found worse value: 339.867740282. iteration 7426 found worse value: 339.867740282. iteration 7427 found worse value: 339.867740282. iteration 7428 found worse value: 339.867740282. iteration 7429 found worse value: 339.867740282. iteration 7430 found worse value: 339.867740282. iteration 7431 found worse value: 339.867740282. iteration 7432 found worse value: 339.867740282. iteration 7433 found worse value: 339.867740282. iteration 7434 found worse value: 339.867740282. iteration 7435 found worse value: 339.867740282. iteration 7436 found worse value: 339.867740282. iteration 7437 found worse value: 339.867740282. iteration 7438 found worse value: 339.867740282. iteration 7439 found worse value: 339.867740282. iteration 7440 found worse value: 339.867740282. iteration 7441 found worse value: 339.867740282. iteration 7442 found worse value: 339.867740282. iteration 7443 found worse value: 339.867740282. iteration 7444 found worse value: 339.867740282. iteration 7445 found worse value: 339.867740282. iteration 7446 found worse value: 339.867740282. iteration 7447 found worse value: 339.867740282. iteration 7448 found worse value: 339.867740282. iteration 7449 found worse value: 339.867740282. iteration 7450 found worse value: 339.867740282. iteration 7451 found worse value: 339.867740282. iteration 7452 found worse value: 339.867740282. iteration 7453 found worse value: 339.867740282. iteration 7454 found worse value: 339.867740282. iteration 7455 found worse value: 339.867740282. iteration 7456 found worse value: 339.867740282. iteration 7457 found worse value: 339.867740282. iteration 7458 found worse value: 339.867740282. iteration 7459 found worse value: 339.867740282. iteration 7460 found worse value: 339.867740282. iteration 7461 found worse value: 339.867740282. iteration 7462 found worse value: 339.867740282. iteration 7463 found worse value: 339.867740282. iteration 7464 found worse value: 339.867740282. iteration 7465 found worse value: 339.867740282. iteration 7466 found worse value: 339.867740282. iteration 7467 found worse value: 339.867740282. iteration 7468 found worse value: 339.867740282. iteration 7469 found worse value: 339.867740282. iteration 7470 found worse value: 339.867740282. iteration 7471 found worse value: 339.867740282. iteration 7472 found worse value: 339.867740282. iteration 7473 found worse value: 339.867740282. iteration 7474 found worse value: 339.867740282. iteration 7475 found worse value: 339.867740282. iteration 7476 found worse value: 339.867740282. iteration 7477 found worse value: 339.867740282. iteration 7478 found worse value: 339.867740282. iteration 7479 found worse value: 339.867740282. iteration 7480 found worse value: 339.867740282. iteration 7481 found worse value: 339.867740282. iteration 7482 found worse value: 339.867740282. iteration 7483 found worse value: 339.867740282. iteration 7484 found worse value: 339.867740282. iteration 7485 found worse value: 339.867740282. iteration 7486 found worse value: 339.867740282. iteration 7487 found worse value: 339.867740282. iteration 7488 found worse value: 339.867740282. iteration 7489 found worse value: 339.867740282. iteration 7490 found worse value: 339.867740282. iteration 7491 found worse value: 339.867740282. iteration 7492 found worse value: 339.867740282. iteration 7493 found worse value: 339.867740282. iteration 7494 found worse value: 339.867740282. iteration 7495 found worse value: 339.867740282. iteration 7496 found worse value: 339.867740282. iteration 7497 found worse value: 339.867740282. iteration 7498 found worse value: 339.867740282. iteration 7499 found worse value: 339.867740282. iteration 7500 found worse value: 339.867740282. iteration 7501 found worse value: 339.867740282. iteration 7502 found worse value: 339.867740282. iteration 7503 found worse value: 339.867740282. iteration 7504 found worse value: 339.867740282. iteration 7505 found worse value: 339.867740282. iteration 7506 found worse value: 339.867740282. iteration 7507 found worse value: 339.867740282. iteration 7508 found worse value: 339.867740282. iteration 7509 found worse value: 339.867740282. iteration 7510 found worse value: 339.867740282. iteration 7511 found worse value: 339.867740282. iteration 7512 found worse value: 339.867740282. iteration 7513 found worse value: 339.867740282. iteration 7514 found worse value: 339.867740282. iteration 7515 found worse value: 339.867740282. iteration 7516 found worse value: 339.867740282. iteration 7517 found worse value: 339.867740282. iteration 7518 found worse value: 339.867740282. iteration 7519 found worse value: 339.867740282. iteration 7520 found worse value: 339.867740282. iteration 7521 found worse value: 339.867740282. iteration 7522 found worse value: 339.867740282. iteration 7523 found worse value: 339.867740282. iteration 7524 found worse value: 339.867740282. iteration 7525 found worse value: 339.867740282. iteration 7526 found worse value: 339.867740282. iteration 7527 found worse value: 339.867740282. iteration 7528 found worse value: 339.867740282. iteration 7529 found worse value: 339.867740282. iteration 7530 found worse value: 339.867740282. iteration 7531 found worse value: 339.867740282. iteration 7532 found worse value: 339.867740282. iteration 7533 found worse value: 339.867740282. iteration 7534 found worse value: 339.867740282. iteration 7535 found worse value: 339.867740282. iteration 7536 found worse value: 339.867740282. iteration 7537 found worse value: 339.867740282. iteration 7538 found worse value: 339.867740282. iteration 7539 found worse value: 339.867740282. iteration 7540 found worse value: 339.867740282. iteration 7541 found worse value: 339.867740282. iteration 7542 found worse value: 339.867740282. iteration 7543 found worse value: 339.867740282. iteration 7544 found worse value: 339.867740282. iteration 7545 found worse value: 339.867740282. iteration 7546 found worse value: 339.867740282. iteration 7547 found worse value: 339.867740282. iteration 7548 found worse value: 339.867740282. iteration 7549 found worse value: 339.867740282. iteration 7550 found worse value: 339.867740282. iteration 7551 found worse value: 339.867740282. iteration 7552 found worse value: 339.867740282. iteration 7553 found worse value: 339.867740282. iteration 7554 found worse value: 339.867740282. iteration 7555 found worse value: 339.867740282. iteration 7556 found worse value: 339.867740282. iteration 7557 found worse value: 339.867740282. iteration 7558 found worse value: 339.867740282. iteration 7559 found worse value: 339.867740282. iteration 7560 found worse value: 339.867740282. iteration 7561 found worse value: 339.867740282. iteration 7562 found worse value: 339.867740282. iteration 7563 found worse value: 339.867740282. iteration 7564 found worse value: 339.867740282. iteration 7565 found worse value: 339.867740282. iteration 7566 found worse value: 339.867740282. iteration 7567 found worse value: 339.867740282. iteration 7568 found worse value: 339.867740282. iteration 7569 found worse value: 339.867740282. iteration 7570 found worse value: 339.867740282. iteration 7571 found worse value: 339.867740282. iteration 7572 found worse value: 339.867740282. iteration 7573 found worse value: 339.867740282. iteration 7574 found worse value: 339.867740282. iteration 7575 found worse value: 339.867740282. iteration 7576 found worse value: 339.867740282. iteration 7577 found worse value: 339.867740282. iteration 7578 found worse value: 339.867740282. iteration 7579 found worse value: 339.867740282. iteration 7580 found worse value: 339.867740282. iteration 7581 found worse value: 339.867740282. iteration 7582 found worse value: 339.867740282. iteration 7583 found worse value: 339.867740282. iteration 7584 found worse value: 339.867740282. iteration 7585 found worse value: 339.867740282. iteration 7586 found worse value: 339.867740282. iteration 7587 found worse value: 339.867740282. iteration 7588 found worse value: 339.867740282. iteration 7589 found worse value: 339.867740282. iteration 7590 found worse value: 339.867740282. iteration 7591 found worse value: 339.867740282. iteration 7592 found worse value: 339.867740282. iteration 7593 found worse value: 339.867740282. iteration 7594 found worse value: 339.867740282. iteration 7595 found worse value: 339.867740282. iteration 7596 found worse value: 339.867740282. iteration 7597 found worse value: 339.867740282. iteration 7598 found worse value: 339.867740282. iteration 7599 found worse value: 339.867740282. iteration 7600 found worse value: 339.867740282. iteration 7601 found worse value: 339.867740282. iteration 7602 found worse value: 339.867740282. iteration 7603 found worse value: 339.867740282. iteration 7604 found worse value: 339.867740282. iteration 7605 found worse value: 339.867740282. iteration 7606 found worse value: 339.867740282. iteration 7607 found worse value: 339.867740282. iteration 7608 found worse value: 339.867740282. iteration 7609 found worse value: 339.867740282. iteration 7610 found worse value: 339.867740282. iteration 7611 found worse value: 339.867740282. iteration 7612 found worse value: 339.867740282. iteration 7613 found worse value: 339.867740282. iteration 7614 found worse value: 339.867740282. iteration 7615 found worse value: 339.867740282. iteration 7616 found worse value: 339.867740282. iteration 7617 found worse value: 339.867740282. iteration 7618 found worse value: 339.867740282. iteration 7619 found worse value: 339.867740282. iteration 7620 found worse value: 339.867740282. iteration 7621 found worse value: 339.867740282. iteration 7622 found worse value: 339.867740282. iteration 7623 found worse value: 339.867740282. iteration 7624 found worse value: 339.867740282. iteration 7625 found worse value: 339.867740282. iteration 7626 found worse value: 339.867740282. iteration 7627 found worse value: 339.867740282. iteration 7628 found worse value: 339.867740282. iteration 7629 found worse value: 339.867740282. iteration 7630 found worse value: 339.867740282. iteration 7631 found worse value: 339.867740282. iteration 7632 found worse value: 339.867740282. iteration 7633 found worse value: 339.867740282. iteration 7634 found worse value: 339.867740282. iteration 7635 found worse value: 339.867740282. iteration 7636 found worse value: 339.867740282. iteration 7637 found worse value: 339.867740282. iteration 7638 found worse value: 339.867740282. iteration 7639 found worse value: 339.867740282. iteration 7640 found worse value: 339.867740282. iteration 7641 found worse value: 339.867740282. iteration 7642 found worse value: 339.867740282. iteration 7643 found worse value: 339.867740282. iteration 7644 found worse value: 339.867740282. iteration 7645 found worse value: 339.867740282. iteration 7646 found worse value: 339.867740282. iteration 7647 found worse value: 339.867740282. iteration 7648 found worse value: 339.867740282. iteration 7649 found worse value: 339.867740282. iteration 7650 found worse value: 339.867740282. iteration 7651 found worse value: 339.867740282. iteration 7652 found worse value: 339.867740282. iteration 7653 found worse value: 339.867740282. iteration 7654 found worse value: 339.867740282. iteration 7655 found worse value: 339.867740282. iteration 7656 found worse value: 339.867740282. iteration 7657 found worse value: 339.867740282. iteration 7658 found worse value: 339.867740282. iteration 7659 found worse value: 339.867740282. iteration 7660 found worse value: 339.867740282. iteration 7661 found worse value: 339.867740282. iteration 7662 found worse value: 339.867740282. iteration 7663 found worse value: 339.867740282. iteration 7664 found worse value: 339.867740282. iteration 7665 found worse value: 339.867740282. iteration 7666 found worse value: 339.867740282. iteration 7667 found worse value: 339.867740282. iteration 7668 found worse value: 339.867740282. iteration 7669 found worse value: 339.867740282. iteration 7670 found worse value: 339.867740282. iteration 7671 found worse value: 339.867740282. iteration 7672 found worse value: 339.867740282. iteration 7673 found worse value: 339.867740282. iteration 7674 found worse value: 339.867740282. iteration 7675 found worse value: 339.867740282. iteration 7676 found worse value: 339.867740282. iteration 7677 found worse value: 339.867740282. iteration 7678 found worse value: 339.867740282. iteration 7679 found worse value: 339.867740282. iteration 7680 found worse value: 339.867740282. iteration 7681 found worse value: 339.867740282. iteration 7682 found worse value: 339.867740282. iteration 7683 found worse value: 339.867740282. iteration 7684 found worse value: 339.867740282. iteration 7685 found worse value: 339.867740282. iteration 7686 found worse value: 339.867740282. iteration 7687 found worse value: 339.867740282. iteration 7688 found worse value: 339.867740282. iteration 7689 found worse value: 339.867740282. iteration 7690 found worse value: 339.867740282. iteration 7691 found worse value: 339.867740282. iteration 7692 found worse value: 339.867740282. iteration 7693 found worse value: 339.867740282. iteration 7694 found worse value: 339.867740282. iteration 7695 found worse value: 339.867740282. iteration 7696 found worse value: 339.867740282. iteration 7697 found worse value: 339.867740282. iteration 7698 found worse value: 339.867740282. iteration 7699 found worse value: 339.867740282. iteration 7700 found worse value: 339.867740282. iteration 7701 found worse value: 339.867740282. iteration 7702 found worse value: 339.867740282. iteration 7703 found worse value: 339.867740282. iteration 7704 found worse value: 339.867740282. iteration 7705 found worse value: 339.867740282. iteration 7706 found worse value: 339.867740282. iteration 7707 found worse value: 339.867740282. iteration 7708 found worse value: 339.867740282. iteration 7709 found worse value: 339.867740282. iteration 7710 found worse value: 339.867740282. iteration 7711 found worse value: 339.867740282. iteration 7712 found worse value: 339.867740282. iteration 7713 found worse value: 339.867740282. iteration 7714 found worse value: 339.867740282. iteration 7715 found worse value: 339.867740282. iteration 7716 found worse value: 339.867740282. iteration 7717 found worse value: 339.867740282. iteration 7718 found worse value: 339.867740282. iteration 7719 found worse value: 339.867740282. iteration 7720 found worse value: 339.867740282. iteration 7721 found worse value: 339.867740282. iteration 7722 found worse value: 339.867740282. iteration 7723 found worse value: 339.867740282. iteration 7724 found worse value: 339.867740282. iteration 7725 found worse value: 339.867740282. iteration 7726 found worse value: 339.867740282. iteration 7727 found worse value: 339.867740282. iteration 7728 found worse value: 339.867740282. iteration 7729 found worse value: 339.867740282. iteration 7730 found worse value: 339.867740282. iteration 7731 found worse value: 339.867740282. iteration 7732 found worse value: 339.867740282. iteration 7733 found worse value: 339.867740282. iteration 7734 found worse value: 339.867740282. iteration 7735 found worse value: 339.867740282. iteration 7736 found worse value: 339.867740282. iteration 7737 found worse value: 339.867740282. iteration 7738 found worse value: 339.867740282. iteration 7739 found worse value: 339.867740282. iteration 7740 found worse value: 339.867740282. iteration 7741 found worse value: 339.867740282. iteration 7742 found worse value: 339.867740282. iteration 7743 found worse value: 339.867740282. iteration 7744 found worse value: 339.867740282. iteration 7745 found worse value: 339.867740282. iteration 7746 found worse value: 339.867740282. iteration 7747 found worse value: 339.867740282. iteration 7748 found worse value: 339.867740282. iteration 7749 found worse value: 339.867740282. iteration 7750 found worse value: 339.867740282. iteration 7751 found worse value: 339.867740282. iteration 7752 found worse value: 339.867740282. iteration 7753 found worse value: 339.867740282. iteration 7754 found worse value: 339.867740282. iteration 7755 found worse value: 339.867740282. iteration 7756 found worse value: 339.867740282. iteration 7757 found worse value: 339.867740282. iteration 7758 found worse value: 339.867740282. iteration 7759 found worse value: 339.867740282. iteration 7760 found worse value: 339.867740282. iteration 7761 found worse value: 339.867740282. iteration 7762 found worse value: 339.867740282. iteration 7763 found worse value: 339.867740282. iteration 7764 found worse value: 339.867740282. iteration 7765 found worse value: 339.867740282. iteration 7766 found worse value: 339.867740282. iteration 7767 found worse value: 339.867740282. iteration 7768 found worse value: 339.867740282. iteration 7769 found worse value: 339.867740282. iteration 7770 found worse value: 339.867740282. iteration 7771 found worse value: 339.867740282. iteration 7772 found worse value: 339.867740282. iteration 7773 found worse value: 339.867740282. iteration 7774 found worse value: 339.867740282. iteration 7775 found worse value: 339.867740282. iteration 7776 found worse value: 339.867740282. iteration 7777 found worse value: 339.867740282. iteration 7778 found worse value: 339.867740282. iteration 7779 found worse value: 339.867740282. iteration 7780 found worse value: 339.867740282. iteration 7781 found worse value: 339.867740282. iteration 7782 found worse value: 339.867740282. iteration 7783 found worse value: 339.867740282. iteration 7784 found worse value: 339.867740282. iteration 7785 found worse value: 339.867740282. iteration 7786 found worse value: 339.867740282. iteration 7787 found worse value: 339.867740282. iteration 7788 found worse value: 339.867740282. iteration 7789 found worse value: 339.867740282. iteration 7790 found worse value: 339.867740282. iteration 7791 found worse value: 339.867740282. iteration 7792 found worse value: 339.867740282. iteration 7793 found worse value: 339.867740282. iteration 7794 found worse value: 339.867740282. iteration 7795 found worse value: 339.867740282. iteration 7796 found worse value: 339.867740282. iteration 7797 found worse value: 339.867740282. iteration 7798 found worse value: 339.867740282. iteration 7799 found worse value: 339.867740282. iteration 7800 found worse value: 339.867740282. iteration 7801 found worse value: 339.867740282. iteration 7802 found worse value: 339.867740282. iteration 7803 found worse value: 339.867740282. iteration 7804 found worse value: 339.867740282. iteration 7805 found worse value: 339.867740282. iteration 7806 found worse value: 339.867740282. iteration 7807 found worse value: 339.867740282. iteration 7808 found worse value: 339.867740282. iteration 7809 found worse value: 339.867740282. iteration 7810 found worse value: 339.867740282. iteration 7811 found worse value: 339.867740282. iteration 7812 found worse value: 339.867740282. iteration 7813 found worse value: 339.867740282. iteration 7814 found worse value: 339.867740282. iteration 7815 found worse value: 339.867740282. iteration 7816 found worse value: 339.867740282. iteration 7817 found worse value: 339.867740282. iteration 7818 found worse value: 339.867740282. iteration 7819 found worse value: 339.867740282. iteration 7820 found worse value: 339.867740282. iteration 7821 found worse value: 339.867740282. iteration 7822 found worse value: 339.867740282. iteration 7823 found worse value: 339.867740282. iteration 7824 found worse value: 339.867740282. iteration 7825 found worse value: 339.867740282. iteration 7826 found worse value: 339.867740282. iteration 7827 found worse value: 339.867740282. iteration 7828 found worse value: 339.867740282. iteration 7829 found worse value: 339.867740282. iteration 7830 found worse value: 339.867740282. iteration 7831 found worse value: 339.867740282. iteration 7832 found worse value: 339.867740282. iteration 7833 found worse value: 339.867740282. iteration 7834 found worse value: 339.867740282. iteration 7835 found worse value: 339.867740282. iteration 7836 found worse value: 339.867740282. iteration 7837 found worse value: 339.867740282. iteration 7838 found worse value: 339.867740282. iteration 7839 found worse value: 339.867740282. iteration 7840 found worse value: 339.867740282. iteration 7841 found worse value: 339.867740282. iteration 7842 found worse value: 339.867740282. iteration 7843 found worse value: 339.867740282. iteration 7844 found worse value: 339.867740282. iteration 7845 found worse value: 339.867740282. iteration 7846 found worse value: 339.867740282. iteration 7847 found worse value: 339.867740282. iteration 7848 found worse value: 339.867740282. iteration 7849 found worse value: 339.867740282. iteration 7850 found worse value: 339.867740282. iteration 7851 found worse value: 339.867740282. iteration 7852 found worse value: 339.867740282. iteration 7853 found worse value: 339.867740282. iteration 7854 found worse value: 339.867740282. iteration 7855 found worse value: 339.867740282. iteration 7856 found worse value: 339.867740282. iteration 7857 found worse value: 339.867740282. iteration 7858 found worse value: 339.867740282. iteration 7859 found worse value: 339.867740282. iteration 7860 found worse value: 339.867740282. iteration 7861 found worse value: 339.867740282. iteration 7862 found worse value: 339.867740282. iteration 7863 found worse value: 339.867740282. iteration 7864 found worse value: 339.867740282. iteration 7865 found worse value: 339.867740282. iteration 7866 found worse value: 339.867740282. iteration 7867 found worse value: 339.867740282. iteration 7868 found worse value: 339.867740282. iteration 7869 found worse value: 339.867740282. iteration 7870 found worse value: 339.867740282. iteration 7871 found worse value: 339.867740282. iteration 7872 found worse value: 339.867740282. iteration 7873 found worse value: 339.867740282. iteration 7874 found worse value: 339.867740282. iteration 7875 found worse value: 339.867740282. iteration 7876 found worse value: 339.867740282. iteration 7877 found worse value: 339.867740282. iteration 7878 found worse value: 339.867740282. iteration 7879 found worse value: 339.867740282. iteration 7880 found worse value: 339.867740282. iteration 7881 found worse value: 339.867740282. iteration 7882 found worse value: 339.867740282. iteration 7883 found worse value: 339.867740282. iteration 7884 found worse value: 339.867740282. iteration 7885 found worse value: 339.867740282. iteration 7886 found worse value: 339.867740282. iteration 7887 found worse value: 339.867740282. iteration 7888 found worse value: 339.867740282. iteration 7889 found worse value: 339.867740282. iteration 7890 found worse value: 339.867740282. iteration 7891 found worse value: 339.867740282. iteration 7892 found worse value: 339.867740282. iteration 7893 found worse value: 339.867740282. iteration 7894 found worse value: 339.867740282. iteration 7895 found worse value: 339.867740282. iteration 7896 found worse value: 339.867740282. iteration 7897 found worse value: 339.867740282. iteration 7898 found worse value: 339.867740282. iteration 7899 found worse value: 339.867740282. iteration 7900 found worse value: 339.867740282. iteration 7901 found worse value: 339.867740282. iteration 7902 found worse value: 339.867740282. iteration 7903 found worse value: 339.867740282. iteration 7904 found worse value: 339.867740282. iteration 7905 found worse value: 339.867740282. iteration 7906 found worse value: 339.867740282. iteration 7907 found worse value: 339.867740282. iteration 7908 found worse value: 339.867740282. iteration 7909 found worse value: 339.867740282. iteration 7910 found worse value: 339.867740282. iteration 7911 found worse value: 339.867740282. iteration 7912 found worse value: 339.867740282. iteration 7913 found worse value: 339.867740282. iteration 7914 found worse value: 339.867740282. iteration 7915 found worse value: 339.867740282. iteration 7916 found worse value: 339.867740282. iteration 7917 found worse value: 339.867740282. iteration 7918 found worse value: 339.867740282. iteration 7919 found worse value: 339.867740282. iteration 7920 found worse value: 339.867740282. iteration 7921 found worse value: 339.867740282. iteration 7922 found worse value: 339.867740282. iteration 7923 found worse value: 339.867740282. iteration 7924 found worse value: 339.867740282. iteration 7925 found worse value: 339.867740282. iteration 7926 found worse value: 339.867740282. iteration 7927 found worse value: 339.867740282. iteration 7928 found worse value: 339.867740282. iteration 7929 found worse value: 339.867740282. iteration 7930 found worse value: 339.867740282. iteration 7931 found worse value: 339.867740282. iteration 7932 found worse value: 339.867740282. iteration 7933 found worse value: 339.867740282. iteration 7934 found worse value: 339.867740282. iteration 7935 found worse value: 339.867740282. iteration 7936 found worse value: 339.867740282. iteration 7937 found worse value: 339.867740282. iteration 7938 found worse value: 339.867740282. iteration 7939 found worse value: 339.867740282. iteration 7940 found worse value: 339.867740282. iteration 7941 found worse value: 339.867740282. iteration 7942 found worse value: 339.867740282. iteration 7943 found worse value: 339.867740282. iteration 7944 found worse value: 339.867740282. iteration 7945 found worse value: 339.867740282. iteration 7946 found worse value: 339.867740282. iteration 7947 found worse value: 339.867740282. iteration 7948 found worse value: 339.867740282. iteration 7949 found worse value: 339.867740282. iteration 7950 found worse value: 339.867740282. iteration 7951 found worse value: 339.867740282. iteration 7952 found worse value: 339.867740282. iteration 7953 found worse value: 339.867740282. iteration 7954 found worse value: 339.867740282. iteration 7955 found worse value: 339.867740282. iteration 7956 found worse value: 339.867740282. iteration 7957 found worse value: 339.867740282. iteration 7958 found worse value: 339.867740282. iteration 7959 found worse value: 339.867740282. iteration 7960 found worse value: 339.867740282. iteration 7961 found worse value: 339.867740282. iteration 7962 found worse value: 339.867740282. iteration 7963 found worse value: 339.867740282. iteration 7964 found worse value: 339.867740282. iteration 7965 found worse value: 339.867740282. iteration 7966 found worse value: 339.867740282. iteration 7967 found worse value: 339.867740282. iteration 7968 found worse value: 339.867740282. iteration 7969 found worse value: 339.867740282. iteration 7970 found worse value: 339.867740282. iteration 7971 found worse value: 339.867740282. iteration 7972 found worse value: 339.867740282. iteration 7973 found worse value: 339.867740282. iteration 7974 found worse value: 339.867740282. iteration 7975 found worse value: 339.867740282. iteration 7976 found worse value: 339.867740282. iteration 7977 found worse value: 339.867740282. iteration 7978 found worse value: 339.867740282. iteration 7979 found worse value: 339.867740282. iteration 7980 found worse value: 339.867740282. iteration 7981 found worse value: 339.867740282. iteration 7982 found worse value: 339.867740282. iteration 7983 found worse value: 339.867740282. iteration 7984 found worse value: 339.867740282. iteration 7985 found worse value: 339.867740282. iteration 7986 found worse value: 339.867740282. iteration 7987 found worse value: 339.867740282. iteration 7988 found worse value: 339.867740282. iteration 7989 found worse value: 339.867740282. iteration 7990 found worse value: 339.867740282. iteration 7991 found worse value: 339.867740282. iteration 7992 found worse value: 339.867740282. iteration 7993 found worse value: 339.867740282. iteration 7994 found worse value: 339.867740282. iteration 7995 found worse value: 339.867740282. iteration 7996 found worse value: 339.867740282. iteration 7997 found worse value: 339.867740282. iteration 7998 found worse value: 339.867740282. iteration 7999 found worse value: 339.867740282. iteration 8000 found worse value: 339.867740282. iteration 8001 found worse value: 339.867740282. iteration 8002 found worse value: 339.867740282. iteration 8003 found worse value: 339.867740282. iteration 8004 found worse value: 339.867740282. iteration 8005 found worse value: 339.867740282. iteration 8006 found worse value: 339.867740282. iteration 8007 found worse value: 339.867740282. iteration 8008 found worse value: 339.867740282. iteration 8009 found worse value: 339.867740282. iteration 8010 found worse value: 339.867740282. iteration 8011 found worse value: 339.867740282. iteration 8012 found worse value: 339.867740282. iteration 8013 found worse value: 339.867740282. iteration 8014 found worse value: 339.867740282. iteration 8015 found worse value: 339.867740282. iteration 8016 found worse value: 339.867740282. iteration 8017 found worse value: 339.867740282. iteration 8018 found worse value: 339.867740282. iteration 8019 found worse value: 339.867740282. iteration 8020 found worse value: 339.867740282. iteration 8021 found worse value: 339.867740282. iteration 8022 found worse value: 339.867740282. iteration 8023 found worse value: 339.867740282. iteration 8024 found worse value: 339.867740282. iteration 8025 found worse value: 339.867740282. iteration 8026 found worse value: 339.867740282. iteration 8027 found worse value: 339.867740282. iteration 8028 found worse value: 339.867740282. iteration 8029 found worse value: 339.867740282. iteration 8030 found worse value: 339.867740282. iteration 8031 found worse value: 339.867740282. iteration 8032 found worse value: 339.867740282. iteration 8033 found worse value: 339.867740282. iteration 8034 found worse value: 339.867740282. iteration 8035 found worse value: 339.867740282. iteration 8036 found worse value: 339.867740282. iteration 8037 found worse value: 339.867740282. iteration 8038 found worse value: 339.867740282. iteration 8039 found worse value: 339.867740282. iteration 8040 found worse value: 339.867740282. iteration 8041 found worse value: 339.867740282. iteration 8042 found worse value: 339.867740282. iteration 8043 found worse value: 339.867740282. iteration 8044 found worse value: 339.867740282. iteration 8045 found worse value: 339.867740282. iteration 8046 found worse value: 339.867740282. iteration 8047 found worse value: 339.867740282. iteration 8048 found worse value: 339.867740282. iteration 8049 found worse value: 339.867740282. iteration 8050 found worse value: 339.867740282. iteration 8051 found worse value: 339.867740282. iteration 8052 found worse value: 339.867740282. iteration 8053 found worse value: 339.867740282. iteration 8054 found worse value: 339.867740282. iteration 8055 found worse value: 339.867740282. iteration 8056 found worse value: 339.867740282. iteration 8057 found worse value: 339.867740282. iteration 8058 found worse value: 339.867740282. iteration 8059 found worse value: 339.867740282. iteration 8060 found worse value: 339.867740282. iteration 8061 found worse value: 339.867740282. iteration 8062 found worse value: 339.867740282. iteration 8063 found worse value: 339.867740282. iteration 8064 found worse value: 339.867740282. iteration 8065 found worse value: 339.867740282. iteration 8066 found worse value: 339.867740282. iteration 8067 found worse value: 339.867740282. iteration 8068 found worse value: 339.867740282. iteration 8069 found worse value: 339.867740282. iteration 8070 found worse value: 339.867740282. iteration 8071 found worse value: 339.867740282. iteration 8072 found worse value: 339.867740282. iteration 8073 found worse value: 339.867740282. iteration 8074 found worse value: 339.867740282. iteration 8075 found worse value: 339.867740282. iteration 8076 found worse value: 339.867740282. iteration 8077 found worse value: 339.867740282. iteration 8078 found worse value: 339.867740282. iteration 8079 found worse value: 339.867740282. iteration 8080 found worse value: 339.867740282. iteration 8081 found worse value: 339.867740282. iteration 8082 found worse value: 339.867740282. iteration 8083 found worse value: 339.867740282. iteration 8084 found worse value: 339.867740282. iteration 8085 found worse value: 339.867740282. iteration 8086 found worse value: 339.867740282. iteration 8087 found worse value: 339.867740282. iteration 8088 found worse value: 339.867740282. iteration 8089 found worse value: 339.867740282. iteration 8090 found worse value: 339.867740282. iteration 8091 found worse value: 339.867740282. iteration 8092 found worse value: 339.867740282. iteration 8093 found worse value: 339.867740282. iteration 8094 found worse value: 339.867740282. iteration 8095 found worse value: 339.867740282. iteration 8096 found worse value: 339.867740282. iteration 8097 found worse value: 339.867740282. iteration 8098 found worse value: 339.867740282. iteration 8099 found worse value: 339.867740282. iteration 8100 found worse value: 339.867740282. iteration 8101 found worse value: 339.867740282. iteration 8102 found worse value: 339.867740282. iteration 8103 found worse value: 339.867740282. iteration 8104 found worse value: 339.867740282. iteration 8105 found worse value: 339.867740282. iteration 8106 found worse value: 339.867740282. iteration 8107 found worse value: 339.867740282. iteration 8108 found worse value: 339.867740282. iteration 8109 found worse value: 339.867740282. iteration 8110 found worse value: 339.867740282. iteration 8111 found worse value: 339.867740282. iteration 8112 found worse value: 339.867740282. iteration 8113 found worse value: 339.867740282. iteration 8114 found worse value: 339.867740282. iteration 8115 found worse value: 339.867740282. iteration 8116 found worse value: 339.867740282. iteration 8117 found worse value: 339.867740282. iteration 8118 found worse value: 339.867740282. iteration 8119 found worse value: 339.867740282. iteration 8120 found worse value: 339.867740282. iteration 8121 found worse value: 339.867740282. iteration 8122 found worse value: 339.867740282. iteration 8123 found worse value: 339.867740282. iteration 8124 found worse value: 339.867740282. iteration 8125 found worse value: 339.867740282. iteration 8126 found worse value: 339.867740282. iteration 8127 found worse value: 339.867740282. iteration 8128 found worse value: 339.867740282. iteration 8129 found worse value: 339.867740282. iteration 8130 found worse value: 339.867740282. iteration 8131 found worse value: 339.867740282. iteration 8132 found worse value: 339.867740282. iteration 8133 found worse value: 339.867740282. iteration 8134 found worse value: 339.867740282. iteration 8135 found worse value: 339.867740282. iteration 8136 found worse value: 339.867740282. iteration 8137 found worse value: 339.867740282. iteration 8138 found worse value: 339.867740282. iteration 8139 found worse value: 339.867740282. iteration 8140 found worse value: 339.867740282. iteration 8141 found worse value: 339.867740282. iteration 8142 found worse value: 339.867740282. iteration 8143 found worse value: 339.867740282. iteration 8144 found worse value: 339.867740282. iteration 8145 found worse value: 339.867740282. iteration 8146 found worse value: 339.867740282. iteration 8147 found worse value: 339.867740282. iteration 8148 found worse value: 339.867740282. iteration 8149 found worse value: 339.867740282. iteration 8150 found worse value: 339.867740282. iteration 8151 found worse value: 339.867740282. iteration 8152 found worse value: 339.867740282. iteration 8153 found worse value: 339.867740282. iteration 8154 found worse value: 339.867740282. iteration 8155 found worse value: 339.867740282. iteration 8156 found worse value: 339.867740282. iteration 8157 found worse value: 339.867740282. iteration 8158 found worse value: 339.867740282. iteration 8159 found worse value: 339.867740282. iteration 8160 found worse value: 339.867740282. iteration 8161 found worse value: 339.867740282. iteration 8162 found worse value: 339.867740282. iteration 8163 found worse value: 339.867740282. iteration 8164 found worse value: 339.867740282. iteration 8165 found worse value: 339.867740282. iteration 8166 found worse value: 339.867740282. iteration 8167 found worse value: 339.867740282. iteration 8168 found worse value: 339.867740282. iteration 8169 found worse value: 339.867740282. iteration 8170 found worse value: 339.867740282. iteration 8171 found worse value: 339.867740282. iteration 8172 found worse value: 339.867740282. iteration 8173 found worse value: 339.867740282. iteration 8174 found worse value: 339.867740282. iteration 8175 found worse value: 339.867740282. iteration 8176 found worse value: 339.867740282. iteration 8177 found worse value: 339.867740282. iteration 8178 found worse value: 339.867740282. iteration 8179 found worse value: 339.867740282. iteration 8180 found worse value: 339.867740282. iteration 8181 found worse value: 339.867740282. iteration 8182 found worse value: 339.867740282. iteration 8183 found worse value: 339.867740282. iteration 8184 found worse value: 339.867740282. iteration 8185 found worse value: 339.867740282. iteration 8186 found worse value: 339.867740282. iteration 8187 found worse value: 339.867740282. iteration 8188 found worse value: 339.867740282. iteration 8189 found worse value: 339.867740282. iteration 8190 found worse value: 339.867740282. iteration 8191 found worse value: 339.867740282. iteration 8192 found worse value: 339.867740282. iteration 8193 found worse value: 339.867740282. iteration 8194 found worse value: 339.867740282. iteration 8195 found worse value: 339.867740282. iteration 8196 found worse value: 339.867740282. iteration 8197 found worse value: 339.867740282. iteration 8198 found worse value: 339.867740282. iteration 8199 found worse value: 339.867740282. iteration 8200 found worse value: 339.867740282. iteration 8201 found worse value: 339.867740282. iteration 8202 found worse value: 339.867740282. iteration 8203 found worse value: 339.867740282. iteration 8204 found worse value: 339.867740282. iteration 8205 found worse value: 339.867740282. iteration 8206 found worse value: 339.867740282. iteration 8207 found worse value: 339.867740282. iteration 8208 found worse value: 339.867740282. iteration 8209 found worse value: 339.867740282. iteration 8210 found worse value: 339.867740282. iteration 8211 found worse value: 339.867740282. iteration 8212 found worse value: 339.867740282. iteration 8213 found worse value: 339.867740282. iteration 8214 found worse value: 339.867740282. iteration 8215 found worse value: 339.867740282. iteration 8216 found worse value: 339.867740282. iteration 8217 found worse value: 339.867740282. iteration 8218 found worse value: 339.867740282. iteration 8219 found worse value: 339.867740282. iteration 8220 found worse value: 339.867740282. iteration 8221 found worse value: 339.867740282. iteration 8222 found worse value: 339.867740282. iteration 8223 found worse value: 339.867740282. iteration 8224 found worse value: 339.867740282. iteration 8225 found worse value: 339.867740282. iteration 8226 found worse value: 339.867740282. iteration 8227 found worse value: 339.867740282. iteration 8228 found worse value: 339.867740282. iteration 8229 found worse value: 339.867740282. iteration 8230 found worse value: 339.867740282. iteration 8231 found worse value: 339.867740282. iteration 8232 found worse value: 339.867740282. iteration 8233 found worse value: 339.867740282. iteration 8234 found worse value: 339.867740282. iteration 8235 found worse value: 339.867740282. iteration 8236 found worse value: 339.867740282. iteration 8237 found worse value: 339.867740282. iteration 8238 found worse value: 339.867740282. iteration 8239 found worse value: 339.867740282. iteration 8240 found worse value: 339.867740282. iteration 8241 found worse value: 339.867740282. iteration 8242 found worse value: 339.867740282. iteration 8243 found worse value: 339.867740282. iteration 8244 found worse value: 339.867740282. iteration 8245 found worse value: 339.867740282. iteration 8246 found worse value: 339.867740282. iteration 8247 found worse value: 339.867740282. iteration 8248 found worse value: 339.867740282. iteration 8249 found worse value: 339.867740282. iteration 8250 found worse value: 339.867740282. iteration 8251 found worse value: 339.867740282. iteration 8252 found worse value: 339.867740282. iteration 8253 found worse value: 339.867740282. iteration 8254 found worse value: 339.867740282. iteration 8255 found worse value: 339.867740282. iteration 8256 found worse value: 339.867740282. iteration 8257 found worse value: 339.867740282. iteration 8258 found worse value: 339.867740282. iteration 8259 found worse value: 339.867740282. iteration 8260 found worse value: 339.867740282. iteration 8261 found worse value: 339.867740282. iteration 8262 found worse value: 339.867740282. iteration 8263 found worse value: 339.867740282. iteration 8264 found worse value: 339.867740282. iteration 8265 found worse value: 339.867740282. iteration 8266 found worse value: 339.867740282. iteration 8267 found worse value: 339.867740282. iteration 8268 found worse value: 339.867740282. iteration 8269 found worse value: 339.867740282. iteration 8270 found worse value: 339.867740282. iteration 8271 found worse value: 339.867740282. iteration 8272 found worse value: 339.867740282. iteration 8273 found worse value: 339.867740282. iteration 8274 found worse value: 339.867740282. iteration 8275 found worse value: 339.867740282. iteration 8276 found worse value: 339.867740282. iteration 8277 found worse value: 339.867740282. iteration 8278 found worse value: 339.867740282. iteration 8279 found worse value: 339.867740282. iteration 8280 found worse value: 339.867740282. iteration 8281 found worse value: 339.867740282. iteration 8282 found worse value: 339.867740282. iteration 8283 found worse value: 339.867740282. iteration 8284 found worse value: 339.867740282. iteration 8285 found worse value: 339.867740282. iteration 8286 found worse value: 339.867740282. iteration 8287 found worse value: 339.867740282. iteration 8288 found worse value: 339.867740282. iteration 8289 found worse value: 339.867740282. iteration 8290 found worse value: 339.867740282. iteration 8291 found worse value: 339.867740282. iteration 8292 found worse value: 339.867740282. iteration 8293 found worse value: 339.867740282. iteration 8294 found worse value: 339.867740282. iteration 8295 found worse value: 339.867740282. iteration 8296 found worse value: 339.867740282. iteration 8297 found worse value: 339.867740282. iteration 8298 found worse value: 339.867740282. iteration 8299 found worse value: 339.867740282. iteration 8300 found worse value: 339.867740282. iteration 8301 found worse value: 339.867740282. iteration 8302 found worse value: 339.867740282. iteration 8303 found worse value: 339.867740282. iteration 8304 found worse value: 339.867740282. iteration 8305 found worse value: 339.867740282. iteration 8306 found worse value: 339.867740282. iteration 8307 found worse value: 339.867740282. iteration 8308 found worse value: 339.867740282. iteration 8309 found worse value: 339.867740282. iteration 8310 found worse value: 339.867740282. iteration 8311 found worse value: 339.867740282. iteration 8312 found worse value: 339.867740282. iteration 8313 found worse value: 339.867740282. iteration 8314 found worse value: 339.867740282. iteration 8315 found worse value: 339.867740282. iteration 8316 found worse value: 339.867740282. iteration 8317 found worse value: 339.867740282. iteration 8318 found worse value: 339.867740282. iteration 8319 found worse value: 339.867740282. iteration 8320 found worse value: 339.867740282. iteration 8321 found worse value: 339.867740282. iteration 8322 found worse value: 339.867740282. iteration 8323 found worse value: 339.867740282. iteration 8324 found worse value: 339.867740282. iteration 8325 found worse value: 339.867740282. iteration 8326 found worse value: 339.867740282. iteration 8327 found worse value: 339.867740282. iteration 8328 found worse value: 339.867740282. iteration 8329 found worse value: 339.867740282. iteration 8330 found worse value: 339.867740282. iteration 8331 found worse value: 339.867740282. iteration 8332 found worse value: 339.867740282. iteration 8333 found worse value: 339.867740282. iteration 8334 found worse value: 339.867740282. iteration 8335 found worse value: 339.867740282. iteration 8336 found worse value: 339.867740282. iteration 8337 found worse value: 339.867740282. iteration 8338 found worse value: 339.867740282. iteration 8339 found worse value: 339.867740282. iteration 8340 found worse value: 339.867740282. iteration 8341 found worse value: 339.867740282. iteration 8342 found worse value: 339.867740282. iteration 8343 found worse value: 339.867740282. iteration 8344 found worse value: 339.867740282. iteration 8345 found worse value: 339.867740282. iteration 8346 found worse value: 339.867740282. iteration 8347 found worse value: 339.867740282. iteration 8348 found worse value: 339.867740282. iteration 8349 found worse value: 339.867740282. iteration 8350 found worse value: 339.867740282. iteration 8351 found worse value: 339.867740282. iteration 8352 found worse value: 339.867740282. iteration 8353 found worse value: 339.867740282. iteration 8354 found worse value: 339.867740282. iteration 8355 found worse value: 339.867740282. iteration 8356 found worse value: 339.867740282. iteration 8357 found worse value: 339.867740282. iteration 8358 found worse value: 339.867740282. iteration 8359 found worse value: 339.867740282. iteration 8360 found worse value: 339.867740282. iteration 8361 found worse value: 339.867740282. iteration 8362 found worse value: 339.867740282. iteration 8363 found worse value: 339.867740282. iteration 8364 found worse value: 339.867740282. iteration 8365 found worse value: 339.867740282. iteration 8366 found worse value: 339.867740282. iteration 8367 found worse value: 339.867740282. iteration 8368 found worse value: 339.867740282. iteration 8369 found worse value: 339.867740282. iteration 8370 found worse value: 339.867740282. iteration 8371 found worse value: 339.867740282. iteration 8372 found worse value: 339.867740282. iteration 8373 found worse value: 339.867740282. iteration 8374 found worse value: 339.867740282. iteration 8375 found worse value: 339.867740282. iteration 8376 found worse value: 339.867740282. iteration 8377 found worse value: 339.867740282. iteration 8378 found worse value: 339.867740282. iteration 8379 found worse value: 339.867740282. iteration 8380 found worse value: 339.867740282. iteration 8381 found worse value: 339.867740282. iteration 8382 found worse value: 339.867740282. iteration 8383 found worse value: 339.867740282. iteration 8384 found worse value: 339.867740282. iteration 8385 found worse value: 339.867740282. iteration 8386 found worse value: 339.867740282. iteration 8387 found worse value: 339.867740282. iteration 8388 found worse value: 339.867740282. iteration 8389 found worse value: 339.867740282. iteration 8390 found worse value: 339.867740282. iteration 8391 found worse value: 339.867740282. iteration 8392 found worse value: 339.867740282. iteration 8393 found worse value: 339.867740282. iteration 8394 found worse value: 339.867740282. iteration 8395 found worse value: 339.867740282. iteration 8396 found worse value: 339.867740282. iteration 8397 found worse value: 339.867740282. iteration 8398 found worse value: 339.867740282. iteration 8399 found worse value: 339.867740282. iteration 8400 found worse value: 339.867740282. iteration 8401 found worse value: 339.867740282. iteration 8402 found worse value: 339.867740282. iteration 8403 found worse value: 339.867740282. iteration 8404 found worse value: 339.867740282. iteration 8405 found worse value: 339.867740282. iteration 8406 found worse value: 339.867740282. iteration 8407 found worse value: 339.867740282. iteration 8408 found worse value: 339.867740282. iteration 8409 found worse value: 339.867740282. iteration 8410 found worse value: 339.867740282. iteration 8411 found worse value: 339.867740282. iteration 8412 found worse value: 339.867740282. iteration 8413 found worse value: 339.867740282. iteration 8414 found worse value: 339.867740282. iteration 8415 found worse value: 339.867740282. iteration 8416 found worse value: 339.867740282. iteration 8417 found worse value: 339.867740282. iteration 8418 found worse value: 339.867740282. iteration 8419 found worse value: 339.867740282. iteration 8420 found worse value: 339.867740282. iteration 8421 found worse value: 339.867740282. iteration 8422 found worse value: 339.867740282. iteration 8423 found worse value: 339.867740282. iteration 8424 found worse value: 339.867740282. iteration 8425 found worse value: 339.867740282. iteration 8426 found worse value: 339.867740282. iteration 8427 found worse value: 339.867740282. iteration 8428 found worse value: 339.867740282. iteration 8429 found worse value: 339.867740282. iteration 8430 found worse value: 339.867740282. iteration 8431 found worse value: 339.867740282. iteration 8432 found worse value: 339.867740282. iteration 8433 found worse value: 339.867740282. iteration 8434 found worse value: 339.867740282. iteration 8435 found worse value: 339.867740282. iteration 8436 found worse value: 339.867740282. iteration 8437 found worse value: 339.867740282. iteration 8438 found worse value: 339.867740282. iteration 8439 found worse value: 339.867740282. iteration 8440 found worse value: 339.867740282. iteration 8441 found worse value: 339.867740282. iteration 8442 found worse value: 339.867740282. iteration 8443 found worse value: 339.867740282. iteration 8444 found worse value: 339.867740282. iteration 8445 found worse value: 339.867740282. iteration 8446 found worse value: 339.867740282. iteration 8447 found worse value: 339.867740282. iteration 8448 found worse value: 339.867740282. iteration 8449 found worse value: 339.867740282. iteration 8450 found worse value: 339.867740282. iteration 8451 found worse value: 339.867740282. iteration 8452 found worse value: 339.867740282. iteration 8453 found worse value: 339.867740282. iteration 8454 found worse value: 339.867740282. iteration 8455 found worse value: 339.867740282. iteration 8456 found worse value: 339.867740282. iteration 8457 found worse value: 339.867740282. iteration 8458 found worse value: 339.867740282. iteration 8459 found worse value: 339.867740282. iteration 8460 found worse value: 339.867740282. iteration 8461 found worse value: 339.867740282. iteration 8462 found worse value: 339.867740282. iteration 8463 found worse value: 339.867740282. iteration 8464 found worse value: 339.867740282. iteration 8465 found worse value: 339.867740282. iteration 8466 found worse value: 339.867740282. iteration 8467 found worse value: 339.867740282. iteration 8468 found worse value: 339.867740282. iteration 8469 found worse value: 339.867740282. iteration 8470 found worse value: 339.867740282. iteration 8471 found worse value: 339.867740282. iteration 8472 found worse value: 339.867740282. iteration 8473 found worse value: 339.867740282. iteration 8474 found worse value: 339.867740282. iteration 8475 found worse value: 339.867740282. iteration 8476 found worse value: 339.867740282. iteration 8477 found worse value: 339.867740282. iteration 8478 found worse value: 339.867740282. iteration 8479 found worse value: 339.867740282. iteration 8480 found worse value: 339.867740282. iteration 8481 found worse value: 339.867740282. iteration 8482 found worse value: 339.867740282. iteration 8483 found worse value: 339.867740282. iteration 8484 found worse value: 339.867740282. iteration 8485 found worse value: 339.867740282. iteration 8486 found worse value: 339.867740282. iteration 8487 found worse value: 339.867740282. iteration 8488 found worse value: 339.867740282. iteration 8489 found worse value: 339.867740282. iteration 8490 found worse value: 339.867740282. iteration 8491 found worse value: 339.867740282. iteration 8492 found worse value: 339.867740282. iteration 8493 found worse value: 339.867740282. iteration 8494 found worse value: 339.867740282. iteration 8495 found worse value: 339.867740282. iteration 8496 found worse value: 339.867740282. iteration 8497 found worse value: 339.867740282. iteration 8498 found worse value: 339.867740282. iteration 8499 found worse value: 339.867740282. iteration 8500 found worse value: 339.867740282. iteration 8501 found worse value: 339.867740282. iteration 8502 found worse value: 339.867740282. iteration 8503 found worse value: 339.867740282. iteration 8504 found worse value: 339.867740282. iteration 8505 found worse value: 339.867740282. iteration 8506 found worse value: 339.867740282. iteration 8507 found worse value: 339.867740282. iteration 8508 found worse value: 339.867740282. iteration 8509 found worse value: 339.867740282. iteration 8510 found worse value: 339.867740282. iteration 8511 found worse value: 339.867740282. iteration 8512 found worse value: 339.867740282. iteration 8513 found worse value: 339.867740282. iteration 8514 found worse value: 339.867740282. iteration 8515 found worse value: 339.867740282. iteration 8516 found worse value: 339.867740282. iteration 8517 found worse value: 339.867740282. iteration 8518 found worse value: 339.867740282. iteration 8519 found worse value: 339.867740282. iteration 8520 found worse value: 339.867740282. iteration 8521 found worse value: 339.867740282. iteration 8522 found worse value: 339.867740282. iteration 8523 found worse value: 339.867740282. iteration 8524 found worse value: 339.867740282. iteration 8525 found worse value: 339.867740282. iteration 8526 found worse value: 339.867740282. iteration 8527 found worse value: 339.867740282. iteration 8528 found worse value: 339.867740282. iteration 8529 found worse value: 339.867740282. iteration 8530 found worse value: 339.867740282. iteration 8531 found worse value: 339.867740282. iteration 8532 found worse value: 339.867740282. iteration 8533 found worse value: 339.867740282. iteration 8534 found worse value: 339.867740282. iteration 8535 found worse value: 339.867740282. iteration 8536 found worse value: 339.867740282. iteration 8537 found worse value: 339.867740282. iteration 8538 found worse value: 339.867740282. iteration 8539 found worse value: 339.867740282. iteration 8540 found worse value: 339.867740282. iteration 8541 found worse value: 339.867740282. iteration 8542 found worse value: 339.867740282. iteration 8543 found worse value: 339.867740282. iteration 8544 found worse value: 339.867740282. iteration 8545 found worse value: 339.867740282. iteration 8546 found worse value: 339.867740282. iteration 8547 found worse value: 339.867740282. iteration 8548 found worse value: 339.867740282. iteration 8549 found worse value: 339.867740282. iteration 8550 found worse value: 339.867740282. iteration 8551 found worse value: 339.867740282. iteration 8552 found worse value: 339.867740282. iteration 8553 found worse value: 339.867740282. iteration 8554 found worse value: 339.867740282. iteration 8555 found worse value: 339.867740282. iteration 8556 found worse value: 339.867740282. iteration 8557 found worse value: 339.867740282. iteration 8558 found worse value: 339.867740282. iteration 8559 found worse value: 339.867740282. iteration 8560 found worse value: 339.867740282. iteration 8561 found worse value: 339.867740282. iteration 8562 found worse value: 339.867740282. iteration 8563 found worse value: 339.867740282. iteration 8564 found worse value: 339.867740282. iteration 8565 found worse value: 339.867740282. iteration 8566 found worse value: 339.867740282. iteration 8567 found worse value: 339.867740282. iteration 8568 found worse value: 339.867740282. iteration 8569 found worse value: 339.867740282. iteration 8570 found worse value: 339.867740282. iteration 8571 found worse value: 339.867740282. iteration 8572 found worse value: 339.867740282. iteration 8573 found worse value: 339.867740282. iteration 8574 found worse value: 339.867740282. iteration 8575 found worse value: 339.867740282. iteration 8576 found worse value: 339.867740282. iteration 8577 found worse value: 339.867740282. iteration 8578 found worse value: 339.867740282. iteration 8579 found worse value: 339.867740282. iteration 8580 found worse value: 339.867740282. iteration 8581 found worse value: 339.867740282. iteration 8582 found worse value: 339.867740282. iteration 8583 found worse value: 339.867740282. iteration 8584 found worse value: 339.867740282. iteration 8585 found worse value: 339.867740282. iteration 8586 found worse value: 339.867740282. iteration 8587 found worse value: 339.867740282. iteration 8588 found worse value: 339.867740282. iteration 8589 found worse value: 339.867740282. iteration 8590 found worse value: 339.867740282. iteration 8591 found worse value: 339.867740282. iteration 8592 found worse value: 339.867740282. iteration 8593 found worse value: 339.867740282. iteration 8594 found worse value: 339.867740282. iteration 8595 found worse value: 339.867740282. iteration 8596 found worse value: 339.867740282. iteration 8597 found worse value: 339.867740282. iteration 8598 found worse value: 339.867740282. iteration 8599 found worse value: 339.867740282. iteration 8600 found worse value: 339.867740282. iteration 8601 found worse value: 339.867740282. iteration 8602 found worse value: 339.867740282. iteration 8603 found worse value: 339.867740282. iteration 8604 found worse value: 339.867740282. iteration 8605 found worse value: 339.867740282. iteration 8606 found worse value: 339.867740282. iteration 8607 found worse value: 339.867740282. iteration 8608 found worse value: 339.867740282. iteration 8609 found worse value: 339.867740282. iteration 8610 found worse value: 339.867740282. iteration 8611 found worse value: 339.867740282. iteration 8612 found worse value: 339.867740282. iteration 8613 found worse value: 339.867740282. iteration 8614 found worse value: 339.867740282. iteration 8615 found worse value: 339.867740282. iteration 8616 found worse value: 339.867740282. iteration 8617 found worse value: 339.867740282. iteration 8618 found worse value: 339.867740282. iteration 8619 found worse value: 339.867740282. iteration 8620 found worse value: 339.867740282. iteration 8621 found worse value: 339.867740282. iteration 8622 found worse value: 339.867740282. iteration 8623 found worse value: 339.867740282. iteration 8624 found worse value: 339.867740282. iteration 8625 found worse value: 339.867740282. iteration 8626 found worse value: 339.867740282. iteration 8627 found worse value: 339.867740282. iteration 8628 found worse value: 339.867740282. iteration 8629 found worse value: 339.867740282. iteration 8630 found worse value: 339.867740282. iteration 8631 found worse value: 339.867740282. iteration 8632 found worse value: 339.867740282. iteration 8633 found worse value: 339.867740282. iteration 8634 found worse value: 339.867740282. iteration 8635 found worse value: 339.867740282. iteration 8636 found worse value: 339.867740282. iteration 8637 found worse value: 339.867740282. iteration 8638 found worse value: 339.867740282. iteration 8639 found worse value: 339.867740282. iteration 8640 found worse value: 339.867740282. iteration 8641 found worse value: 339.867740282. iteration 8642 found worse value: 339.867740282. iteration 8643 found worse value: 339.867740282. iteration 8644 found worse value: 339.867740282. iteration 8645 found worse value: 339.867740282. iteration 8646 found worse value: 339.867740282. iteration 8647 found worse value: 339.867740282. iteration 8648 found worse value: 339.867740282. iteration 8649 found worse value: 339.867740282. iteration 8650 found worse value: 339.867740282. iteration 8651 found worse value: 339.867740282. iteration 8652 found worse value: 339.867740282. iteration 8653 found worse value: 339.867740282. iteration 8654 found worse value: 339.867740282. iteration 8655 found worse value: 339.867740282. iteration 8656 found worse value: 339.867740282. iteration 8657 found worse value: 339.867740282. iteration 8658 found worse value: 339.867740282. iteration 8659 found worse value: 339.867740282. iteration 8660 found worse value: 339.867740282. iteration 8661 found worse value: 339.867740282. iteration 8662 found worse value: 339.867740282. iteration 8663 found worse value: 339.867740282. iteration 8664 found worse value: 339.867740282. iteration 8665 found worse value: 339.867740282. iteration 8666 found worse value: 339.867740282. iteration 8667 found worse value: 339.867740282. iteration 8668 found worse value: 339.867740282. iteration 8669 found worse value: 339.867740282. iteration 8670 found worse value: 339.867740282. iteration 8671 found worse value: 339.867740282. iteration 8672 found worse value: 339.867740282. iteration 8673 found worse value: 339.867740282. iteration 8674 found worse value: 339.867740282. iteration 8675 found worse value: 339.867740282. iteration 8676 found worse value: 339.867740282. iteration 8677 found worse value: 339.867740282. iteration 8678 found worse value: 339.867740282. iteration 8679 found worse value: 339.867740282. iteration 8680 found worse value: 339.867740282. iteration 8681 found worse value: 339.867740282. iteration 8682 found worse value: 339.867740282. iteration 8683 found worse value: 339.867740282. iteration 8684 found worse value: 339.867740282. iteration 8685 found worse value: 339.867740282. iteration 8686 found worse value: 339.867740282. iteration 8687 found worse value: 339.867740282. iteration 8688 found worse value: 339.867740282. iteration 8689 found worse value: 339.867740282. iteration 8690 found worse value: 339.867740282. iteration 8691 found worse value: 339.867740282. iteration 8692 found worse value: 339.867740282. iteration 8693 found worse value: 339.867740282. iteration 8694 found worse value: 339.867740282. iteration 8695 found worse value: 339.867740282. iteration 8696 found worse value: 339.867740282. iteration 8697 found worse value: 339.867740282. iteration 8698 found worse value: 339.867740282. iteration 8699 found worse value: 339.867740282. iteration 8700 found worse value: 339.867740282. iteration 8701 found worse value: 339.867740282. iteration 8702 found worse value: 339.867740282. iteration 8703 found worse value: 339.867740282. iteration 8704 found worse value: 339.867740282. iteration 8705 found worse value: 339.867740282. iteration 8706 found worse value: 339.867740282. iteration 8707 found worse value: 339.867740282. iteration 8708 found worse value: 339.867740282. iteration 8709 found worse value: 339.867740282. iteration 8710 found worse value: 339.867740282. iteration 8711 found worse value: 339.867740282. iteration 8712 found worse value: 339.867740282. iteration 8713 found worse value: 339.867740282. iteration 8714 found worse value: 339.867740282. iteration 8715 found worse value: 339.867740282. iteration 8716 found worse value: 339.867740282. iteration 8717 found worse value: 339.867740282. iteration 8718 found worse value: 339.867740282. iteration 8719 found worse value: 339.867740282. iteration 8720 found worse value: 339.867740282. iteration 8721 found worse value: 339.867740282. iteration 8722 found worse value: 339.867740282. iteration 8723 found worse value: 339.867740282. iteration 8724 found worse value: 339.867740282. iteration 8725 found worse value: 339.867740282. iteration 8726 found worse value: 339.867740282. iteration 8727 found worse value: 339.867740282. iteration 8728 found worse value: 339.867740282. iteration 8729 found worse value: 339.867740282. iteration 8730 found worse value: 339.867740282. iteration 8731 found worse value: 339.867740282. iteration 8732 found worse value: 339.867740282. iteration 8733 found worse value: 339.867740282. iteration 8734 found worse value: 339.867740282. iteration 8735 found worse value: 339.867740282. iteration 8736 found worse value: 339.867740282. iteration 8737 found worse value: 339.867740282. iteration 8738 found worse value: 339.867740282. iteration 8739 found worse value: 339.867740282. iteration 8740 found worse value: 339.867740282. iteration 8741 found worse value: 339.867740282. iteration 8742 found worse value: 339.867740282. iteration 8743 found worse value: 339.867740282. iteration 8744 found worse value: 339.867740282. iteration 8745 found worse value: 339.867740282. iteration 8746 found worse value: 339.867740282. iteration 8747 found worse value: 339.867740282. iteration 8748 found worse value: 339.867740282. iteration 8749 found worse value: 339.867740282. iteration 8750 found worse value: 339.867740282. iteration 8751 found worse value: 339.867740282. iteration 8752 found worse value: 339.867740282. iteration 8753 found worse value: 339.867740282. iteration 8754 found worse value: 339.867740282. iteration 8755 found worse value: 339.867740282. iteration 8756 found worse value: 339.867740282. iteration 8757 found worse value: 339.867740282. iteration 8758 found worse value: 339.867740282. iteration 8759 found worse value: 339.867740282. iteration 8760 found worse value: 339.867740282. iteration 8761 found worse value: 339.867740282. iteration 8762 found worse value: 339.867740282. iteration 8763 found worse value: 339.867740282. iteration 8764 found worse value: 339.867740282. iteration 8765 found worse value: 339.867740282. iteration 8766 found worse value: 339.867740282. iteration 8767 found worse value: 339.867740282. iteration 8768 found worse value: 339.867740282. iteration 8769 found worse value: 339.867740282. iteration 8770 found worse value: 339.867740282. iteration 8771 found worse value: 339.867740282. iteration 8772 found worse value: 339.867740282. iteration 8773 found worse value: 339.867740282. iteration 8774 found worse value: 339.867740282. iteration 8775 found worse value: 339.867740282. iteration 8776 found worse value: 339.867740282. iteration 8777 found worse value: 339.867740282. iteration 8778 found worse value: 339.867740282. iteration 8779 found worse value: 339.867740282. iteration 8780 found worse value: 339.867740282. iteration 8781 found worse value: 339.867740282. iteration 8782 found worse value: 339.867740282. iteration 8783 found worse value: 339.867740282. iteration 8784 found worse value: 339.867740282. iteration 8785 found worse value: 339.867740282. iteration 8786 found worse value: 339.867740282. iteration 8787 found worse value: 339.867740282. iteration 8788 found worse value: 339.867740282. iteration 8789 found worse value: 339.867740282. iteration 8790 found worse value: 339.867740282. iteration 8791 found worse value: 339.867740282. iteration 8792 found worse value: 339.867740282. iteration 8793 found worse value: 339.867740282. iteration 8794 found worse value: 339.867740282. iteration 8795 found worse value: 339.867740282. iteration 8796 found worse value: 339.867740282. iteration 8797 found worse value: 339.867740282. iteration 8798 found worse value: 339.867740282. iteration 8799 found worse value: 339.867740282. iteration 8800 found worse value: 339.867740282. iteration 8801 found worse value: 339.867740282. iteration 8802 found worse value: 339.867740282. iteration 8803 found worse value: 339.867740282. iteration 8804 found worse value: 339.867740282. iteration 8805 found worse value: 339.867740282. iteration 8806 found worse value: 339.867740282. iteration 8807 found worse value: 339.867740282. iteration 8808 found worse value: 339.867740282. iteration 8809 found worse value: 339.867740282. iteration 8810 found worse value: 339.867740282. iteration 8811 found worse value: 339.867740282. iteration 8812 found worse value: 339.867740282. iteration 8813 found worse value: 339.867740282. iteration 8814 found worse value: 339.867740282. iteration 8815 found worse value: 339.867740282. iteration 8816 found worse value: 339.867740282. iteration 8817 found worse value: 339.867740282. iteration 8818 found worse value: 339.867740282. iteration 8819 found worse value: 339.867740282. iteration 8820 found worse value: 339.867740282. iteration 8821 found worse value: 339.867740282. iteration 8822 found worse value: 339.867740282. iteration 8823 found worse value: 339.867740282. iteration 8824 found worse value: 339.867740282. iteration 8825 found worse value: 339.867740282. iteration 8826 found worse value: 339.867740282. iteration 8827 found worse value: 339.867740282. iteration 8828 found worse value: 339.867740282. iteration 8829 found worse value: 339.867740282. iteration 8830 found worse value: 339.867740282. iteration 8831 found worse value: 339.867740282. iteration 8832 found worse value: 339.867740282. iteration 8833 found worse value: 339.867740282. iteration 8834 found worse value: 339.867740282. iteration 8835 found worse value: 339.867740282. iteration 8836 found worse value: 339.867740282. iteration 8837 found worse value: 339.867740282. iteration 8838 found worse value: 339.867740282. iteration 8839 found worse value: 339.867740282. iteration 8840 found worse value: 339.867740282. iteration 8841 found worse value: 339.867740282. iteration 8842 found worse value: 339.867740282. iteration 8843 found worse value: 339.867740282. iteration 8844 found worse value: 339.867740282. iteration 8845 found worse value: 339.867740282. iteration 8846 found worse value: 339.867740282. iteration 8847 found worse value: 339.867740282. iteration 8848 found worse value: 339.867740282. iteration 8849 found worse value: 339.867740282. iteration 8850 found worse value: 339.867740282. iteration 8851 found worse value: 339.867740282. iteration 8852 found worse value: 339.867740282. iteration 8853 found worse value: 339.867740282. iteration 8854 found worse value: 339.867740282. iteration 8855 found worse value: 339.867740282. iteration 8856 found worse value: 339.867740282. iteration 8857 found worse value: 339.867740282. iteration 8858 found worse value: 339.867740282. iteration 8859 found worse value: 339.867740282. iteration 8860 found worse value: 339.867740282. iteration 8861 found worse value: 339.867740282. iteration 8862 found worse value: 339.867740282. iteration 8863 found worse value: 339.867740282. iteration 8864 found worse value: 339.867740282. iteration 8865 found worse value: 339.867740282. iteration 8866 found worse value: 339.867740282. iteration 8867 found worse value: 339.867740282. iteration 8868 found worse value: 339.867740282. iteration 8869 found worse value: 339.867740282. iteration 8870 found worse value: 339.867740282. iteration 8871 found worse value: 339.867740282. iteration 8872 found worse value: 339.867740282. iteration 8873 found worse value: 339.867740282. iteration 8874 found worse value: 339.867740282. iteration 8875 found worse value: 339.867740282. iteration 8876 found worse value: 339.867740282. iteration 8877 found worse value: 339.867740282. iteration 8878 found worse value: 339.867740282. iteration 8879 found worse value: 339.867740282. iteration 8880 found worse value: 339.867740282. iteration 8881 found worse value: 339.867740282. iteration 8882 found worse value: 339.867740282. iteration 8883 found worse value: 339.867740282. iteration 8884 found worse value: 339.867740282. iteration 8885 found worse value: 339.867740282. iteration 8886 found worse value: 339.867740282. iteration 8887 found worse value: 339.867740282. iteration 8888 found worse value: 339.867740282. iteration 8889 found worse value: 339.867740282. iteration 8890 found worse value: 339.867740282. iteration 8891 found worse value: 339.867740282. iteration 8892 found worse value: 339.867740282. iteration 8893 found worse value: 339.867740282. iteration 8894 found worse value: 339.867740282. iteration 8895 found worse value: 339.867740282. iteration 8896 found worse value: 339.867740282. iteration 8897 found worse value: 339.867740282. iteration 8898 found worse value: 339.867740282. iteration 8899 found worse value: 339.867740282. iteration 8900 found worse value: 339.867740282. iteration 8901 found worse value: 339.867740282. iteration 8902 found worse value: 339.867740282. iteration 8903 found worse value: 339.867740282. iteration 8904 found worse value: 339.867740282. iteration 8905 found worse value: 339.867740282. iteration 8906 found worse value: 339.867740282. iteration 8907 found worse value: 339.867740282. iteration 8908 found worse value: 339.867740282. iteration 8909 found worse value: 339.867740282. iteration 8910 found worse value: 339.867740282. iteration 8911 found worse value: 339.867740282. iteration 8912 found worse value: 339.867740282. iteration 8913 found worse value: 339.867740282. iteration 8914 found worse value: 339.867740282. iteration 8915 found worse value: 339.867740282. iteration 8916 found worse value: 339.867740282. iteration 8917 found worse value: 339.867740282. iteration 8918 found worse value: 339.867740282. iteration 8919 found worse value: 339.867740282. iteration 8920 found worse value: 339.867740282. iteration 8921 found worse value: 339.867740282. iteration 8922 found worse value: 339.867740282. iteration 8923 found worse value: 339.867740282. iteration 8924 found worse value: 339.867740282. iteration 8925 found worse value: 339.867740282. iteration 8926 found worse value: 339.867740282. iteration 8927 found worse value: 339.867740282. iteration 8928 found worse value: 339.867740282. iteration 8929 found worse value: 339.867740282. iteration 8930 found worse value: 339.867740282. iteration 8931 found worse value: 339.867740282. iteration 8932 found worse value: 339.867740282. iteration 8933 found worse value: 339.867740282. iteration 8934 found worse value: 339.867740282. iteration 8935 found worse value: 339.867740282. iteration 8936 found worse value: 339.867740282. iteration 8937 found worse value: 339.867740282. iteration 8938 found worse value: 339.867740282. iteration 8939 found worse value: 339.867740282. iteration 8940 found worse value: 339.867740282. iteration 8941 found worse value: 339.867740282. iteration 8942 found worse value: 339.867740282. iteration 8943 found worse value: 339.867740282. iteration 8944 found worse value: 339.867740282. iteration 8945 found worse value: 339.867740282. iteration 8946 found worse value: 339.867740282. iteration 8947 found worse value: 339.867740282. iteration 8948 found worse value: 339.867740282. iteration 8949 found worse value: 339.867740282. iteration 8950 found worse value: 339.867740282. iteration 8951 found worse value: 339.867740282. iteration 8952 found worse value: 339.867740282. iteration 8953 found worse value: 339.867740282. iteration 8954 found worse value: 339.867740282. iteration 8955 found worse value: 339.867740282. iteration 8956 found worse value: 339.867740282. iteration 8957 found worse value: 339.867740282. iteration 8958 found worse value: 339.867740282. iteration 8959 found worse value: 339.867740282. iteration 8960 found worse value: 339.867740282. iteration 8961 found worse value: 339.867740282. iteration 8962 found worse value: 339.867740282. iteration 8963 found worse value: 339.867740282. iteration 8964 found worse value: 339.867740282. iteration 8965 found worse value: 339.867740282. iteration 8966 found worse value: 339.867740282. iteration 8967 found worse value: 339.867740282. iteration 8968 found worse value: 339.867740282. iteration 8969 found worse value: 339.867740282. iteration 8970 found worse value: 339.867740282. iteration 8971 found worse value: 339.867740282. iteration 8972 found worse value: 339.867740282. iteration 8973 found worse value: 339.867740282. iteration 8974 found worse value: 339.867740282. iteration 8975 found worse value: 339.867740282. iteration 8976 found worse value: 339.867740282. iteration 8977 found worse value: 339.867740282. iteration 8978 found worse value: 339.867740282. iteration 8979 found worse value: 339.867740282. iteration 8980 found worse value: 339.867740282. iteration 8981 found worse value: 339.867740282. iteration 8982 found worse value: 339.867740282. iteration 8983 found worse value: 339.867740282. iteration 8984 found worse value: 339.867740282. iteration 8985 found worse value: 339.867740282. iteration 8986 found worse value: 339.867740282. iteration 8987 found worse value: 339.867740282. iteration 8988 found worse value: 339.867740282. iteration 8989 found worse value: 339.867740282. iteration 8990 found worse value: 339.867740282. iteration 8991 found worse value: 339.867740282. iteration 8992 found worse value: 339.867740282. iteration 8993 found worse value: 339.867740282. iteration 8994 found worse value: 339.867740282. iteration 8995 found worse value: 339.867740282. iteration 8996 found worse value: 339.867740282. iteration 8997 found worse value: 339.867740282. iteration 8998 found worse value: 339.867740282. iteration 8999 found worse value: 339.867740282. iteration 9000 found worse value: 339.867740282. iteration 9001 found worse value: 339.867740282. iteration 9002 found worse value: 339.867740282. iteration 9003 found worse value: 339.867740282. iteration 9004 found worse value: 339.867740282. iteration 9005 found worse value: 339.867740282. iteration 9006 found worse value: 339.867740282. iteration 9007 found worse value: 339.867740282. iteration 9008 found worse value: 339.867740282. iteration 9009 found worse value: 339.867740282. iteration 9010 found worse value: 339.867740282. iteration 9011 found worse value: 339.867740282. iteration 9012 found worse value: 339.867740282. iteration 9013 found worse value: 339.867740282. iteration 9014 found worse value: 339.867740282. iteration 9015 found worse value: 339.867740282. iteration 9016 found worse value: 339.867740282. iteration 9017 found worse value: 339.867740282. iteration 9018 found worse value: 339.867740282. iteration 9019 found worse value: 339.867740282. iteration 9020 found worse value: 339.867740282. iteration 9021 found worse value: 339.867740282. iteration 9022 found worse value: 339.867740282. iteration 9023 found worse value: 339.867740282. iteration 9024 found worse value: 339.867740282. iteration 9025 found worse value: 339.867740282. iteration 9026 found worse value: 339.867740282. iteration 9027 found worse value: 339.867740282. iteration 9028 found worse value: 339.867740282. iteration 9029 found worse value: 339.867740282. iteration 9030 found worse value: 339.867740282. iteration 9031 found worse value: 339.867740282. iteration 9032 found worse value: 339.867740282. iteration 9033 found worse value: 339.867740282. iteration 9034 found worse value: 339.867740282. iteration 9035 found worse value: 339.867740282. iteration 9036 found worse value: 339.867740282. iteration 9037 found worse value: 339.867740282. iteration 9038 found worse value: 339.867740282. iteration 9039 found worse value: 339.867740282. iteration 9040 found worse value: 339.867740282. iteration 9041 found worse value: 339.867740282. iteration 9042 found worse value: 339.867740282. iteration 9043 found worse value: 339.867740282. iteration 9044 found worse value: 339.867740282. iteration 9045 found worse value: 339.867740282. iteration 9046 found worse value: 339.867740282. iteration 9047 found worse value: 339.867740282. iteration 9048 found worse value: 339.867740282. iteration 9049 found worse value: 339.867740282. iteration 9050 found worse value: 339.867740282. iteration 9051 found worse value: 339.867740282. iteration 9052 found worse value: 339.867740282. iteration 9053 found worse value: 339.867740282. iteration 9054 found worse value: 339.867740282. iteration 9055 found worse value: 339.867740282. iteration 9056 found worse value: 339.867740282. iteration 9057 found worse value: 339.867740282. iteration 9058 found worse value: 339.867740282. iteration 9059 found worse value: 339.867740282. iteration 9060 found worse value: 339.867740282. iteration 9061 found worse value: 339.867740282. iteration 9062 found worse value: 339.867740282. iteration 9063 found worse value: 339.867740282. iteration 9064 found worse value: 339.867740282. iteration 9065 found worse value: 339.867740282. iteration 9066 found worse value: 339.867740282. iteration 9067 found worse value: 339.867740282. iteration 9068 found worse value: 339.867740282. iteration 9069 found worse value: 339.867740282. iteration 9070 found worse value: 339.867740282. iteration 9071 found worse value: 339.867740282. iteration 9072 found worse value: 339.867740282. iteration 9073 found worse value: 339.867740282. iteration 9074 found worse value: 339.867740282. iteration 9075 found worse value: 339.867740282. iteration 9076 found worse value: 339.867740282. iteration 9077 found worse value: 339.867740282. iteration 9078 found worse value: 339.867740282. iteration 9079 found worse value: 339.867740282. iteration 9080 found worse value: 339.867740282. iteration 9081 found worse value: 339.867740282. iteration 9082 found worse value: 339.867740282. iteration 9083 found worse value: 339.867740282. iteration 9084 found worse value: 339.867740282. iteration 9085 found worse value: 339.867740282. iteration 9086 found worse value: 339.867740282. iteration 9087 found worse value: 339.867740282. iteration 9088 found worse value: 339.867740282. iteration 9089 found worse value: 339.867740282. iteration 9090 found worse value: 339.867740282. iteration 9091 found worse value: 339.867740282. iteration 9092 found worse value: 339.867740282. iteration 9093 found worse value: 339.867740282. iteration 9094 found worse value: 339.867740282. iteration 9095 found worse value: 339.867740282. iteration 9096 found worse value: 339.867740282. iteration 9097 found worse value: 339.867740282. iteration 9098 found worse value: 339.867740282. iteration 9099 found worse value: 339.867740282. iteration 9100 found worse value: 339.867740282. iteration 9101 found worse value: 339.867740282. iteration 9102 found worse value: 339.867740282. iteration 9103 found worse value: 339.867740282. iteration 9104 found worse value: 339.867740282. iteration 9105 found worse value: 339.867740282. iteration 9106 found worse value: 339.867740282. iteration 9107 found worse value: 339.867740282. iteration 9108 found worse value: 339.867740282. iteration 9109 found worse value: 339.867740282. iteration 9110 found worse value: 339.867740282. iteration 9111 found worse value: 339.867740282. iteration 9112 found worse value: 339.867740282. iteration 9113 found worse value: 339.867740282. iteration 9114 found worse value: 339.867740282. iteration 9115 found worse value: 339.867740282. iteration 9116 found worse value: 339.867740282. iteration 9117 found worse value: 339.867740282. iteration 9118 found worse value: 339.867740282. iteration 9119 found worse value: 339.867740282. iteration 9120 found worse value: 339.867740282. iteration 9121 found worse value: 339.867740282. iteration 9122 found worse value: 339.867740282. iteration 9123 found worse value: 339.867740282. iteration 9124 found worse value: 339.867740282. iteration 9125 found worse value: 339.867740282. iteration 9126 found worse value: 339.867740282. iteration 9127 found worse value: 339.867740282. iteration 9128 found worse value: 339.867740282. iteration 9129 found worse value: 339.867740282. iteration 9130 found worse value: 339.867740282. iteration 9131 found worse value: 339.867740282. iteration 9132 found worse value: 339.867740282. iteration 9133 found worse value: 339.867740282. iteration 9134 found worse value: 339.867740282. iteration 9135 found worse value: 339.867740282. iteration 9136 found worse value: 339.867740282. iteration 9137 found worse value: 339.867740282. iteration 9138 found worse value: 339.867740282. iteration 9139 found worse value: 339.867740282. iteration 9140 found worse value: 339.867740282. iteration 9141 found worse value: 339.867740282. iteration 9142 found worse value: 339.867740282. iteration 9143 found worse value: 339.867740282. iteration 9144 found worse value: 339.867740282. iteration 9145 found worse value: 339.867740282. iteration 9146 found worse value: 339.867740282. iteration 9147 found worse value: 339.867740282. iteration 9148 found worse value: 339.867740282. iteration 9149 found worse value: 339.867740282. iteration 9150 found worse value: 339.867740282. iteration 9151 found worse value: 339.867740282. iteration 9152 found worse value: 339.867740282. iteration 9153 found worse value: 339.867740282. iteration 9154 found worse value: 339.867740282. iteration 9155 found worse value: 339.867740282. iteration 9156 found worse value: 339.867740282. iteration 9157 found worse value: 339.867740282. iteration 9158 found worse value: 339.867740282. iteration 9159 found worse value: 339.867740282. iteration 9160 found worse value: 339.867740282. iteration 9161 found worse value: 339.867740282. iteration 9162 found worse value: 339.867740282. iteration 9163 found worse value: 339.867740282. iteration 9164 found worse value: 339.867740282. iteration 9165 found worse value: 339.867740282. iteration 9166 found worse value: 339.867740282. iteration 9167 found worse value: 339.867740282. iteration 9168 found worse value: 339.867740282. iteration 9169 found worse value: 339.867740282. iteration 9170 found worse value: 339.867740282. iteration 9171 found worse value: 339.867740282. iteration 9172 found worse value: 339.867740282. iteration 9173 found worse value: 339.867740282. iteration 9174 found worse value: 339.867740282. iteration 9175 found worse value: 339.867740282. iteration 9176 found worse value: 339.867740282. iteration 9177 found worse value: 339.867740282. iteration 9178 found worse value: 339.867740282. iteration 9179 found worse value: 339.867740282. iteration 9180 found worse value: 339.867740282. iteration 9181 found worse value: 339.867740282. iteration 9182 found worse value: 339.867740282. iteration 9183 found worse value: 339.867740282. iteration 9184 found worse value: 339.867740282. iteration 9185 found worse value: 339.867740282. iteration 9186 found worse value: 339.867740282. iteration 9187 found worse value: 339.867740282. iteration 9188 found worse value: 339.867740282. iteration 9189 found worse value: 339.867740282. iteration 9190 found worse value: 339.867740282. iteration 9191 found worse value: 339.867740282. iteration 9192 found worse value: 339.867740282. iteration 9193 found worse value: 339.867740282. iteration 9194 found worse value: 339.867740282. iteration 9195 found worse value: 339.867740282. iteration 9196 found worse value: 339.867740282. iteration 9197 found worse value: 339.867740282. iteration 9198 found worse value: 339.867740282. iteration 9199 found worse value: 339.867740282. iteration 9200 found worse value: 339.867740282. iteration 9201 found worse value: 339.867740282. iteration 9202 found worse value: 339.867740282. iteration 9203 found worse value: 339.867740282. iteration 9204 found worse value: 339.867740282. iteration 9205 found worse value: 339.867740282. iteration 9206 found worse value: 339.867740282. iteration 9207 found worse value: 339.867740282. iteration 9208 found worse value: 339.867740282. iteration 9209 found worse value: 339.867740282. iteration 9210 found worse value: 339.867740282. iteration 9211 found worse value: 339.867740282. iteration 9212 found worse value: 339.867740282. iteration 9213 found worse value: 339.867740282. iteration 9214 found worse value: 339.867740282. iteration 9215 found worse value: 339.867740282. iteration 9216 found worse value: 339.867740282. iteration 9217 found worse value: 339.867740282. iteration 9218 found worse value: 339.867740282. iteration 9219 found worse value: 339.867740282. iteration 9220 found worse value: 339.867740282. iteration 9221 found worse value: 339.867740282. iteration 9222 found worse value: 339.867740282. iteration 9223 found worse value: 339.867740282. iteration 9224 found worse value: 339.867740282. iteration 9225 found worse value: 339.867740282. iteration 9226 found worse value: 339.867740282. iteration 9227 found worse value: 339.867740282. iteration 9228 found worse value: 339.867740282. iteration 9229 found worse value: 339.867740282. iteration 9230 found worse value: 339.867740282. iteration 9231 found worse value: 339.867740282. iteration 9232 found worse value: 339.867740282. iteration 9233 found worse value: 339.867740282. iteration 9234 found worse value: 339.867740282. iteration 9235 found worse value: 339.867740282. iteration 9236 found worse value: 339.867740282. iteration 9237 found worse value: 339.867740282. iteration 9238 found worse value: 339.867740282. iteration 9239 found worse value: 339.867740282. iteration 9240 found worse value: 339.867740282. iteration 9241 found worse value: 339.867740282. iteration 9242 found worse value: 339.867740282. iteration 9243 found worse value: 339.867740282. iteration 9244 found worse value: 339.867740282. iteration 9245 found worse value: 339.867740282. iteration 9246 found worse value: 339.867740282. iteration 9247 found worse value: 339.867740282. iteration 9248 found worse value: 339.867740282. iteration 9249 found worse value: 339.867740282. iteration 9250 found worse value: 339.867740282. iteration 9251 found worse value: 339.867740282. iteration 9252 found worse value: 339.867740282. iteration 9253 found worse value: 339.867740282. iteration 9254 found worse value: 339.867740282. iteration 9255 found worse value: 339.867740282. iteration 9256 found worse value: 339.867740282. iteration 9257 found worse value: 339.867740282. iteration 9258 found worse value: 339.867740282. iteration 9259 found worse value: 339.867740282. iteration 9260 found worse value: 339.867740282. iteration 9261 found worse value: 339.867740282. iteration 9262 found worse value: 339.867740282. iteration 9263 found worse value: 339.867740282. iteration 9264 found worse value: 339.867740282. iteration 9265 found worse value: 339.867740282. iteration 9266 found worse value: 339.867740282. iteration 9267 found worse value: 339.867740282. iteration 9268 found worse value: 339.867740282. iteration 9269 found worse value: 339.867740282. iteration 9270 found worse value: 339.867740282. iteration 9271 found worse value: 339.867740282. iteration 9272 found worse value: 339.867740282. iteration 9273 found worse value: 339.867740282. iteration 9274 found worse value: 339.867740282. iteration 9275 found worse value: 339.867740282. iteration 9276 found worse value: 339.867740282. iteration 9277 found worse value: 339.867740282. iteration 9278 found worse value: 339.867740282. iteration 9279 found worse value: 339.867740282. iteration 9280 found worse value: 339.867740282. iteration 9281 found worse value: 339.867740282. iteration 9282 found worse value: 339.867740282. iteration 9283 found worse value: 339.867740282. iteration 9284 found worse value: 339.867740282. iteration 9285 found worse value: 339.867740282. iteration 9286 found worse value: 339.867740282. iteration 9287 found worse value: 339.867740282. iteration 9288 found worse value: 339.867740282. iteration 9289 found worse value: 339.867740282. iteration 9290 found worse value: 339.867740282. iteration 9291 found worse value: 339.867740282. iteration 9292 found worse value: 339.867740282. iteration 9293 found worse value: 339.867740282. iteration 9294 found worse value: 339.867740282. iteration 9295 found worse value: 339.867740282. iteration 9296 found worse value: 339.867740282. iteration 9297 found worse value: 339.867740282. iteration 9298 found worse value: 339.867740282. iteration 9299 found worse value: 339.867740282. iteration 9300 found worse value: 339.867740282. iteration 9301 found worse value: 339.867740282. iteration 9302 found worse value: 339.867740282. iteration 9303 found worse value: 339.867740282. iteration 9304 found worse value: 339.867740282. iteration 9305 found worse value: 339.867740282. iteration 9306 found worse value: 339.867740282. iteration 9307 found worse value: 339.867740282. iteration 9308 found worse value: 339.867740282. iteration 9309 found worse value: 339.867740282. iteration 9310 found worse value: 339.867740282. iteration 9311 found worse value: 339.867740282. iteration 9312 found worse value: 339.867740282. iteration 9313 found worse value: 339.867740282. iteration 9314 found worse value: 339.867740282. iteration 9315 found worse value: 339.867740282. iteration 9316 found worse value: 339.867740282. iteration 9317 found worse value: 339.867740282. iteration 9318 found worse value: 339.867740282. iteration 9319 found worse value: 339.867740282. iteration 9320 found worse value: 339.867740282. iteration 9321 found worse value: 339.867740282. iteration 9322 found worse value: 339.867740282. iteration 9323 found worse value: 339.867740282. iteration 9324 found worse value: 339.867740282. iteration 9325 found worse value: 339.867740282. iteration 9326 found worse value: 339.867740282. iteration 9327 found worse value: 339.867740282. iteration 9328 found worse value: 339.867740282. iteration 9329 found worse value: 339.867740282. iteration 9330 found worse value: 339.867740282. iteration 9331 found worse value: 339.867740282. iteration 9332 found worse value: 339.867740282. iteration 9333 found worse value: 339.867740282. iteration 9334 found worse value: 339.867740282. iteration 9335 found worse value: 339.867740282. iteration 9336 found worse value: 339.867740282. iteration 9337 found worse value: 339.867740282. iteration 9338 found worse value: 339.867740282. iteration 9339 found worse value: 339.867740282. iteration 9340 found worse value: 339.867740282. iteration 9341 found worse value: 339.867740282. iteration 9342 found worse value: 339.867740282. iteration 9343 found worse value: 339.867740282. iteration 9344 found worse value: 339.867740282. iteration 9345 found worse value: 339.867740282. iteration 9346 found worse value: 339.867740282. iteration 9347 found worse value: 339.867740282. iteration 9348 found worse value: 339.867740282. iteration 9349 found worse value: 339.867740282. iteration 9350 found worse value: 339.867740282. iteration 9351 found worse value: 339.867740282. iteration 9352 found worse value: 339.867740282. iteration 9353 found worse value: 339.867740282. iteration 9354 found worse value: 339.867740282. iteration 9355 found worse value: 339.867740282. iteration 9356 found worse value: 339.867740282. iteration 9357 found worse value: 339.867740282. iteration 9358 found worse value: 339.867740282. iteration 9359 found worse value: 339.867740282. iteration 9360 found worse value: 339.867740282. iteration 9361 found worse value: 339.867740282. iteration 9362 found worse value: 339.867740282. iteration 9363 found worse value: 339.867740282. iteration 9364 found worse value: 339.867740282. iteration 9365 found worse value: 339.867740282. iteration 9366 found worse value: 339.867740282. iteration 9367 found worse value: 339.867740282. iteration 9368 found worse value: 339.867740282. iteration 9369 found worse value: 339.867740282. iteration 9370 found worse value: 339.867740282. iteration 9371 found worse value: 339.867740282. iteration 9372 found worse value: 339.867740282. iteration 9373 found worse value: 339.867740282. iteration 9374 found worse value: 339.867740282. iteration 9375 found worse value: 339.867740282. iteration 9376 found worse value: 339.867740282. iteration 9377 found worse value: 339.867740282. iteration 9378 found worse value: 339.867740282. iteration 9379 found worse value: 339.867740282. iteration 9380 found worse value: 339.867740282. iteration 9381 found worse value: 339.867740282. iteration 9382 found worse value: 339.867740282. iteration 9383 found worse value: 339.867740282. iteration 9384 found worse value: 339.867740282. iteration 9385 found worse value: 339.867740282. iteration 9386 found worse value: 339.867740282. iteration 9387 found worse value: 339.867740282. iteration 9388 found worse value: 339.867740282. iteration 9389 found worse value: 339.867740282. iteration 9390 found worse value: 339.867740282. iteration 9391 found worse value: 339.867740282. iteration 9392 found worse value: 339.867740282. iteration 9393 found worse value: 339.867740282. iteration 9394 found worse value: 339.867740282. iteration 9395 found worse value: 339.867740282. iteration 9396 found worse value: 339.867740282. iteration 9397 found worse value: 339.867740282. iteration 9398 found worse value: 339.867740282. iteration 9399 found worse value: 339.867740282. iteration 9400 found worse value: 339.867740282. iteration 9401 found worse value: 339.867740282. iteration 9402 found worse value: 339.867740282. iteration 9403 found worse value: 339.867740282. iteration 9404 found worse value: 339.867740282. iteration 9405 found worse value: 339.867740282. iteration 9406 found worse value: 339.867740282. iteration 9407 found worse value: 339.867740282. iteration 9408 found worse value: 339.867740282. iteration 9409 found worse value: 339.867740282. iteration 9410 found worse value: 339.867740282. iteration 9411 found worse value: 339.867740282. iteration 9412 found worse value: 339.867740282. iteration 9413 found worse value: 339.867740282. iteration 9414 found worse value: 339.867740282. iteration 9415 found worse value: 339.867740282. iteration 9416 found worse value: 339.867740282. iteration 9417 found worse value: 339.867740282. iteration 9418 found worse value: 339.867740282. iteration 9419 found worse value: 339.867740282. iteration 9420 found worse value: 339.867740282. iteration 9421 found worse value: 339.867740282. iteration 9422 found worse value: 339.867740282. iteration 9423 found worse value: 339.867740282. iteration 9424 found worse value: 339.867740282. iteration 9425 found worse value: 339.867740282. iteration 9426 found worse value: 339.867740282. iteration 9427 found worse value: 339.867740282. iteration 9428 found worse value: 339.867740282. iteration 9429 found worse value: 339.867740282. iteration 9430 found worse value: 339.867740282. iteration 9431 found worse value: 339.867740282. iteration 9432 found worse value: 339.867740282. iteration 9433 found worse value: 339.867740282. iteration 9434 found worse value: 339.867740282. iteration 9435 found worse value: 339.867740282. iteration 9436 found worse value: 339.867740282. iteration 9437 found worse value: 339.867740282. iteration 9438 found worse value: 339.867740282. iteration 9439 found worse value: 339.867740282. iteration 9440 found worse value: 339.867740282. iteration 9441 found worse value: 339.867740282. iteration 9442 found worse value: 339.867740282. iteration 9443 found worse value: 339.867740282. iteration 9444 found worse value: 339.867740282. iteration 9445 found worse value: 339.867740282. iteration 9446 found worse value: 339.867740282. iteration 9447 found worse value: 339.867740282. iteration 9448 found worse value: 339.867740282. iteration 9449 found worse value: 339.867740282. iteration 9450 found worse value: 339.867740282. iteration 9451 found worse value: 339.867740282. iteration 9452 found worse value: 339.867740282. iteration 9453 found worse value: 339.867740282. iteration 9454 found worse value: 339.867740282. iteration 9455 found worse value: 339.867740282. iteration 9456 found worse value: 339.867740282. iteration 9457 found worse value: 339.867740282. iteration 9458 found worse value: 339.867740282. iteration 9459 found worse value: 339.867740282. iteration 9460 found worse value: 339.867740282. iteration 9461 found worse value: 339.867740282. iteration 9462 found worse value: 339.867740282. iteration 9463 found worse value: 339.867740282. iteration 9464 found worse value: 339.867740282. iteration 9465 found worse value: 339.867740282. iteration 9466 found worse value: 339.867740282. iteration 9467 found worse value: 339.867740282. iteration 9468 found worse value: 339.867740282. iteration 9469 found worse value: 339.867740282. iteration 9470 found worse value: 339.867740282. iteration 9471 found worse value: 339.867740282. iteration 9472 found worse value: 339.867740282. iteration 9473 found worse value: 339.867740282. iteration 9474 found worse value: 339.867740282. iteration 9475 found worse value: 339.867740282. iteration 9476 found worse value: 339.867740282. iteration 9477 found worse value: 339.867740282. iteration 9478 found worse value: 339.867740282. iteration 9479 found worse value: 339.867740282. iteration 9480 found worse value: 339.867740282. iteration 9481 found worse value: 339.867740282. iteration 9482 found worse value: 339.867740282. iteration 9483 found worse value: 339.867740282. iteration 9484 found worse value: 339.867740282. iteration 9485 found worse value: 339.867740282. iteration 9486 found worse value: 339.867740282. iteration 9487 found worse value: 339.867740282. iteration 9488 found worse value: 339.867740282. iteration 9489 found worse value: 339.867740282. iteration 9490 found worse value: 339.867740282. iteration 9491 found worse value: 339.867740282. iteration 9492 found worse value: 339.867740282. iteration 9493 found worse value: 339.867740282. iteration 9494 found worse value: 339.867740282. iteration 9495 found worse value: 339.867740282. iteration 9496 found worse value: 339.867740282. iteration 9497 found worse value: 339.867740282. iteration 9498 found worse value: 339.867740282. iteration 9499 found worse value: 339.867740282. iteration 9500 found worse value: 339.867740282. iteration 9501 found worse value: 339.867740282. iteration 9502 found worse value: 339.867740282. iteration 9503 found worse value: 339.867740282. iteration 9504 found worse value: 339.867740282. iteration 9505 found worse value: 339.867740282. iteration 9506 found worse value: 339.867740282. iteration 9507 found worse value: 339.867740282. iteration 9508 found worse value: 339.867740282. iteration 9509 found worse value: 339.867740282. iteration 9510 found worse value: 339.867740282. iteration 9511 found worse value: 339.867740282. iteration 9512 found worse value: 339.867740282. iteration 9513 found worse value: 339.867740282. iteration 9514 found worse value: 339.867740282. iteration 9515 found worse value: 339.867740282. iteration 9516 found worse value: 339.867740282. iteration 9517 found worse value: 339.867740282. iteration 9518 found worse value: 339.867740282. iteration 9519 found worse value: 339.867740282. iteration 9520 found worse value: 339.867740282. iteration 9521 found worse value: 339.867740282. iteration 9522 found worse value: 339.867740282. iteration 9523 found worse value: 339.867740282. iteration 9524 found worse value: 339.867740282. iteration 9525 found worse value: 339.867740282. iteration 9526 found worse value: 339.867740282. iteration 9527 found worse value: 339.867740282. iteration 9528 found worse value: 339.867740282. iteration 9529 found worse value: 339.867740282. iteration 9530 found worse value: 339.867740282. iteration 9531 found worse value: 339.867740282. iteration 9532 found worse value: 339.867740282. iteration 9533 found worse value: 339.867740282. iteration 9534 found worse value: 339.867740282. iteration 9535 found worse value: 339.867740282. iteration 9536 found worse value: 339.867740282. iteration 9537 found worse value: 339.867740282. iteration 9538 found worse value: 339.867740282. iteration 9539 found worse value: 339.867740282. iteration 9540 found worse value: 339.867740282. iteration 9541 found worse value: 339.867740282. iteration 9542 found worse value: 339.867740282. iteration 9543 found worse value: 339.867740282. iteration 9544 found worse value: 339.867740282. iteration 9545 found worse value: 339.867740282. iteration 9546 found worse value: 339.867740282. iteration 9547 found worse value: 339.867740282. iteration 9548 found worse value: 339.867740282. iteration 9549 found worse value: 339.867740282. iteration 9550 found worse value: 339.867740282. iteration 9551 found worse value: 339.867740282. iteration 9552 found worse value: 339.867740282. iteration 9553 found worse value: 339.867740282. iteration 9554 found worse value: 339.867740282. iteration 9555 found worse value: 339.867740282. iteration 9556 found worse value: 339.867740282. iteration 9557 found worse value: 339.867740282. iteration 9558 found worse value: 339.867740282. iteration 9559 found worse value: 339.867740282. iteration 9560 found worse value: 339.867740282. iteration 9561 found worse value: 339.867740282. iteration 9562 found worse value: 339.867740282. iteration 9563 found worse value: 339.867740282. iteration 9564 found worse value: 339.867740282. iteration 9565 found worse value: 339.867740282. iteration 9566 found worse value: 339.867740282. iteration 9567 found worse value: 339.867740282. iteration 9568 found worse value: 339.867740282. iteration 9569 found worse value: 339.867740282. iteration 9570 found worse value: 339.867740282. iteration 9571 found worse value: 339.867740282. iteration 9572 found worse value: 339.867740282. iteration 9573 found worse value: 339.867740282. iteration 9574 found worse value: 339.867740282. iteration 9575 found worse value: 339.867740282. iteration 9576 found worse value: 339.867740282. iteration 9577 found worse value: 339.867740282. iteration 9578 found worse value: 339.867740282. iteration 9579 found worse value: 339.867740282. iteration 9580 found worse value: 339.867740282. iteration 9581 found worse value: 339.867740282. iteration 9582 found worse value: 339.867740282. iteration 9583 found worse value: 339.867740282. iteration 9584 found worse value: 339.867740282. iteration 9585 found worse value: 339.867740282. iteration 9586 found worse value: 339.867740282. iteration 9587 found worse value: 339.867740282. iteration 9588 found worse value: 339.867740282. iteration 9589 found worse value: 339.867740282. iteration 9590 found worse value: 339.867740282. iteration 9591 found worse value: 339.867740282. iteration 9592 found worse value: 339.867740282. iteration 9593 found worse value: 339.867740282. iteration 9594 found worse value: 339.867740282. iteration 9595 found worse value: 339.867740282. iteration 9596 found worse value: 339.867740282. iteration 9597 found worse value: 339.867740282. iteration 9598 found worse value: 339.867740282. iteration 9599 found worse value: 339.867740282. iteration 9600 found worse value: 339.867740282. iteration 9601 found worse value: 339.867740282. iteration 9602 found worse value: 339.867740282. iteration 9603 found worse value: 339.867740282. iteration 9604 found worse value: 339.867740282. iteration 9605 found worse value: 339.867740282. iteration 9606 found worse value: 339.867740282. iteration 9607 found worse value: 339.867740282. iteration 9608 found worse value: 339.867740282. iteration 9609 found worse value: 339.867740282. iteration 9610 found worse value: 339.867740282. iteration 9611 found worse value: 339.867740282. iteration 9612 found worse value: 339.867740282. iteration 9613 found worse value: 339.867740282. iteration 9614 found worse value: 339.867740282. iteration 9615 found worse value: 339.867740282. iteration 9616 found worse value: 339.867740282. iteration 9617 found worse value: 339.867740282. iteration 9618 found worse value: 339.867740282. iteration 9619 found worse value: 339.867740282. iteration 9620 found worse value: 339.867740282. iteration 9621 found worse value: 339.867740282. iteration 9622 found worse value: 339.867740282. iteration 9623 found worse value: 339.867740282. iteration 9624 found worse value: 339.867740282. iteration 9625 found worse value: 339.867740282. iteration 9626 found worse value: 339.867740282. iteration 9627 found worse value: 339.867740282. iteration 9628 found worse value: 339.867740282. iteration 9629 found worse value: 339.867740282. iteration 9630 found worse value: 339.867740282. iteration 9631 found worse value: 339.867740282. iteration 9632 found worse value: 339.867740282. iteration 9633 found worse value: 339.867740282. iteration 9634 found worse value: 339.867740282. iteration 9635 found worse value: 339.867740282. iteration 9636 found worse value: 339.867740282. iteration 9637 found worse value: 339.867740282. iteration 9638 found worse value: 339.867740282. iteration 9639 found worse value: 339.867740282. iteration 9640 found worse value: 339.867740282. iteration 9641 found worse value: 339.867740282. iteration 9642 found worse value: 339.867740282. iteration 9643 found worse value: 339.867740282. iteration 9644 found worse value: 339.867740282. iteration 9645 found worse value: 339.867740282. iteration 9646 found worse value: 339.867740282. iteration 9647 found worse value: 339.867740282. iteration 9648 found worse value: 339.867740282. iteration 9649 found worse value: 339.867740282. iteration 9650 found worse value: 339.867740282. iteration 9651 found worse value: 339.867740282. iteration 9652 found worse value: 339.867740282. iteration 9653 found worse value: 339.867740282. iteration 9654 found worse value: 339.867740282. iteration 9655 found worse value: 339.867740282. iteration 9656 found worse value: 339.867740282. iteration 9657 found worse value: 339.867740282. iteration 9658 found worse value: 339.867740282. iteration 9659 found worse value: 339.867740282. iteration 9660 found worse value: 339.867740282. iteration 9661 found worse value: 339.867740282. iteration 9662 found worse value: 339.867740282. iteration 9663 found worse value: 339.867740282. iteration 9664 found worse value: 339.867740282. iteration 9665 found worse value: 339.867740282. iteration 9666 found worse value: 339.867740282. iteration 9667 found worse value: 339.867740282. iteration 9668 found worse value: 339.867740282. iteration 9669 found worse value: 339.867740282. iteration 9670 found worse value: 339.867740282. iteration 9671 found worse value: 339.867740282. iteration 9672 found worse value: 339.867740282. iteration 9673 found worse value: 339.867740282. iteration 9674 found worse value: 339.867740282. iteration 9675 found worse value: 339.867740282. iteration 9676 found worse value: 339.867740282. iteration 9677 found worse value: 339.867740282. iteration 9678 found worse value: 339.867740282. iteration 9679 found worse value: 339.867740282. iteration 9680 found worse value: 339.867740282. iteration 9681 found worse value: 339.867740282. iteration 9682 found worse value: 339.867740282. iteration 9683 found worse value: 339.867740282. iteration 9684 found worse value: 339.867740282. iteration 9685 found worse value: 339.867740282. iteration 9686 found worse value: 339.867740282. iteration 9687 found worse value: 339.867740282. iteration 9688 found worse value: 339.867740282. iteration 9689 found worse value: 339.867740282. iteration 9690 found worse value: 339.867740282. iteration 9691 found worse value: 339.867740282. iteration 9692 found worse value: 339.867740282. iteration 9693 found worse value: 339.867740282. iteration 9694 found worse value: 339.867740282. iteration 9695 found worse value: 339.867740282. iteration 9696 found worse value: 339.867740282. iteration 9697 found worse value: 339.867740282. iteration 9698 found worse value: 339.867740282. iteration 9699 found worse value: 339.867740282. iteration 9700 found worse value: 339.867740282. iteration 9701 found worse value: 339.867740282. iteration 9702 found worse value: 339.867740282. iteration 9703 found worse value: 339.867740282. iteration 9704 found worse value: 339.867740282. iteration 9705 found worse value: 339.867740282. iteration 9706 found worse value: 339.867740282. iteration 9707 found worse value: 339.867740282. iteration 9708 found worse value: 339.867740282. iteration 9709 found worse value: 339.867740282. iteration 9710 found worse value: 339.867740282. iteration 9711 found worse value: 339.867740282. iteration 9712 found worse value: 339.867740282. iteration 9713 found worse value: 339.867740282. iteration 9714 found worse value: 339.867740282. iteration 9715 found worse value: 339.867740282. iteration 9716 found worse value: 339.867740282. iteration 9717 found worse value: 339.867740282. iteration 9718 found worse value: 339.867740282. iteration 9719 found worse value: 339.867740282. iteration 9720 found worse value: 339.867740282. iteration 9721 found worse value: 339.867740282. iteration 9722 found worse value: 339.867740282. iteration 9723 found worse value: 339.867740282. iteration 9724 found worse value: 339.867740282. iteration 9725 found worse value: 339.867740282. iteration 9726 found worse value: 339.867740282. iteration 9727 found worse value: 339.867740282. iteration 9728 found worse value: 339.867740282. iteration 9729 found worse value: 339.867740282. iteration 9730 found worse value: 339.867740282. iteration 9731 found worse value: 339.867740282. iteration 9732 found worse value: 339.867740282. iteration 9733 found worse value: 339.867740282. iteration 9734 found worse value: 339.867740282. iteration 9735 found worse value: 339.867740282. iteration 9736 found worse value: 339.867740282. iteration 9737 found worse value: 339.867740282. iteration 9738 found worse value: 339.867740282. iteration 9739 found worse value: 339.867740282. iteration 9740 found worse value: 339.867740282. iteration 9741 found worse value: 339.867740282. iteration 9742 found worse value: 339.867740282. iteration 9743 found worse value: 339.867740282. iteration 9744 found worse value: 339.867740282. iteration 9745 found worse value: 339.867740282. iteration 9746 found worse value: 339.867740282. iteration 9747 found worse value: 339.867740282. iteration 9748 found worse value: 339.867740282. iteration 9749 found worse value: 339.867740282. iteration 9750 found worse value: 339.867740282. iteration 9751 found worse value: 339.867740282. iteration 9752 found worse value: 339.867740282. iteration 9753 found worse value: 339.867740282. iteration 9754 found worse value: 339.867740282. iteration 9755 found worse value: 339.867740282. iteration 9756 found worse value: 339.867740282. iteration 9757 found worse value: 339.867740282. iteration 9758 found worse value: 339.867740282. iteration 9759 found worse value: 339.867740282. iteration 9760 found worse value: 339.867740282. iteration 9761 found worse value: 339.867740282. iteration 9762 found worse value: 339.867740282. iteration 9763 found worse value: 339.867740282. iteration 9764 found worse value: 339.867740282. iteration 9765 found worse value: 339.867740282. iteration 9766 found worse value: 339.867740282. iteration 9767 found worse value: 339.867740282. iteration 9768 found worse value: 339.867740282. iteration 9769 found worse value: 339.867740282. iteration 9770 found worse value: 339.867740282. iteration 9771 found worse value: 339.867740282. iteration 9772 found worse value: 339.867740282. iteration 9773 found worse value: 339.867740282. iteration 9774 found worse value: 339.867740282. iteration 9775 found worse value: 339.867740282. iteration 9776 found worse value: 339.867740282. iteration 9777 found worse value: 339.867740282. iteration 9778 found worse value: 339.867740282. iteration 9779 found worse value: 339.867740282. iteration 9780 found worse value: 339.867740282. iteration 9781 found worse value: 339.867740282. iteration 9782 found worse value: 339.867740282. iteration 9783 found worse value: 339.867740282. iteration 9784 found worse value: 339.867740282. iteration 9785 found worse value: 339.867740282. iteration 9786 found worse value: 339.867740282. iteration 9787 found worse value: 339.867740282. iteration 9788 found worse value: 339.867740282. iteration 9789 found worse value: 339.867740282. iteration 9790 found worse value: 339.867740282. iteration 9791 found worse value: 339.867740282. iteration 9792 found worse value: 339.867740282. iteration 9793 found worse value: 339.867740282. iteration 9794 found worse value: 339.867740282. iteration 9795 found worse value: 339.867740282. iteration 9796 found worse value: 339.867740282. iteration 9797 found worse value: 339.867740282. iteration 9798 found worse value: 339.867740282. iteration 9799 found worse value: 339.867740282. iteration 9800 found worse value: 339.867740282. iteration 9801 found worse value: 339.867740282. iteration 9802 found worse value: 339.867740282. iteration 9803 found worse value: 339.867740282. iteration 9804 found worse value: 339.867740282. iteration 9805 found worse value: 339.867740282. iteration 9806 found worse value: 339.867740282. iteration 9807 found worse value: 339.867740282. iteration 9808 found worse value: 339.867740282. iteration 9809 found worse value: 339.867740282. iteration 9810 found worse value: 339.867740282. iteration 9811 found worse value: 339.867740282. iteration 9812 found worse value: 339.867740282. iteration 9813 found worse value: 339.867740282. iteration 9814 found worse value: 339.867740282. iteration 9815 found worse value: 339.867740282. iteration 9816 found worse value: 339.867740282. iteration 9817 found worse value: 339.867740282. iteration 9818 found worse value: 339.867740282. iteration 9819 found worse value: 339.867740282. iteration 9820 found worse value: 339.867740282. iteration 9821 found worse value: 339.867740282. iteration 9822 found worse value: 339.867740282. iteration 9823 found worse value: 339.867740282. iteration 9824 found worse value: 339.867740282. iteration 9825 found worse value: 339.867740282. iteration 9826 found worse value: 339.867740282. iteration 9827 found worse value: 339.867740282. iteration 9828 found worse value: 339.867740282. iteration 9829 found worse value: 339.867740282. iteration 9830 found worse value: 339.867740282. iteration 9831 found worse value: 339.867740282. iteration 9832 found worse value: 339.867740282. iteration 9833 found worse value: 339.867740282. iteration 9834 found worse value: 339.867740282. iteration 9835 found worse value: 339.867740282. iteration 9836 found worse value: 339.867740282. iteration 9837 found worse value: 339.867740282. iteration 9838 found worse value: 339.867740282. iteration 9839 found worse value: 339.867740282. iteration 9840 found worse value: 339.867740282. iteration 9841 found worse value: 339.867740282. iteration 9842 found worse value: 339.867740282. iteration 9843 found worse value: 339.867740282. iteration 9844 found worse value: 339.867740282. iteration 9845 found worse value: 339.867740282. iteration 9846 found worse value: 339.867740282. iteration 9847 found worse value: 339.867740282. iteration 9848 found worse value: 339.867740282. iteration 9849 found worse value: 339.867740282. iteration 9850 found worse value: 339.867740282. iteration 9851 found worse value: 339.867740282. iteration 9852 found worse value: 339.867740282. iteration 9853 found worse value: 339.867740282. iteration 9854 found worse value: 339.867740282. iteration 9855 found worse value: 339.867740282. iteration 9856 found worse value: 339.867740282. iteration 9857 found worse value: 339.867740282. iteration 9858 found worse value: 339.867740282. iteration 9859 found worse value: 339.867740282. iteration 9860 found worse value: 339.867740282. iteration 9861 found worse value: 339.867740282. iteration 9862 found worse value: 339.867740282. iteration 9863 found worse value: 339.867740282. iteration 9864 found worse value: 339.867740282. iteration 9865 found worse value: 339.867740282. iteration 9866 found worse value: 339.867740282. iteration 9867 found worse value: 339.867740282. iteration 9868 found worse value: 339.867740282. iteration 9869 found worse value: 339.867740282. iteration 9870 found worse value: 339.867740282. iteration 9871 found worse value: 339.867740282. iteration 9872 found worse value: 339.867740282. iteration 9873 found worse value: 339.867740282. iteration 9874 found worse value: 339.867740282. iteration 9875 found worse value: 339.867740282. iteration 9876 found worse value: 339.867740282. iteration 9877 found worse value: 339.867740282. iteration 9878 found worse value: 339.867740282. iteration 9879 found worse value: 339.867740282. iteration 9880 found worse value: 339.867740282. iteration 9881 found worse value: 339.867740282. iteration 9882 found worse value: 339.867740282. iteration 9883 found worse value: 339.867740282. iteration 9884 found worse value: 339.867740282. iteration 9885 found worse value: 339.867740282. iteration 9886 found worse value: 339.867740282. iteration 9887 found worse value: 339.867740282. iteration 9888 found worse value: 339.867740282. iteration 9889 found worse value: 339.867740282. iteration 9890 found worse value: 339.867740282. iteration 9891 found worse value: 339.867740282. iteration 9892 found worse value: 339.867740282. iteration 9893 found worse value: 339.867740282. iteration 9894 found worse value: 339.867740282. iteration 9895 found worse value: 339.867740282. iteration 9896 found worse value: 339.867740282. iteration 9897 found worse value: 339.867740282. iteration 9898 found worse value: 339.867740282. iteration 9899 found worse value: 339.867740282. iteration 9900 found worse value: 339.867740282. iteration 9901 found worse value: 339.867740282. iteration 9902 found worse value: 339.867740282. iteration 9903 found worse value: 339.867740282. iteration 9904 found worse value: 339.867740282. iteration 9905 found worse value: 339.867740282. iteration 9906 found worse value: 339.867740282. iteration 9907 found worse value: 339.867740282. iteration 9908 found worse value: 339.867740282. iteration 9909 found worse value: 339.867740282. iteration 9910 found worse value: 339.867740282. iteration 9911 found worse value: 339.867740282. iteration 9912 found worse value: 339.867740282. iteration 9913 found worse value: 339.867740282. iteration 9914 found worse value: 339.867740282. iteration 9915 found worse value: 339.867740282. iteration 9916 found worse value: 339.867740282. iteration 9917 found worse value: 339.867740282. iteration 9918 found worse value: 339.867740282. iteration 9919 found worse value: 339.867740282. iteration 9920 found worse value: 339.867740282. iteration 9921 found worse value: 339.867740282. iteration 9922 found worse value: 339.867740282. iteration 9923 found worse value: 339.867740282. iteration 9924 found worse value: 339.867740282. iteration 9925 found worse value: 339.867740282. iteration 9926 found worse value: 339.867740282. iteration 9927 found worse value: 339.867740282. iteration 9928 found worse value: 339.867740282. iteration 9929 found worse value: 339.867740282. iteration 9930 found worse value: 339.867740282. iteration 9931 found worse value: 339.867740282. iteration 9932 found worse value: 339.867740282. iteration 9933 found worse value: 339.867740282. iteration 9934 found worse value: 339.867740282. iteration 9935 found worse value: 339.867740282. iteration 9936 found worse value: 339.867740282. iteration 9937 found worse value: 339.867740282. iteration 9938 found worse value: 339.867740282. iteration 9939 found worse value: 339.867740282. iteration 9940 found worse value: 339.867740282. iteration 9941 found worse value: 339.867740282. iteration 9942 found worse value: 339.867740282. iteration 9943 found worse value: 339.867740282. iteration 9944 found worse value: 339.867740282. iteration 9945 found worse value: 339.867740282. iteration 9946 found worse value: 339.867740282. iteration 9947 found worse value: 339.867740282. iteration 9948 found worse value: 339.867740282. iteration 9949 found worse value: 339.867740282. iteration 9950 found worse value: 339.867740282. iteration 9951 found worse value: 339.867740282. iteration 9952 found worse value: 339.867740282. iteration 9953 found worse value: 339.867740282. iteration 9954 found worse value: 339.867740282. iteration 9955 found worse value: 339.867740282. iteration 9956 found worse value: 339.867740282. iteration 9957 found worse value: 339.867740282. iteration 9958 found worse value: 339.867740282. iteration 9959 found worse value: 339.867740282. iteration 9960 found worse value: 339.867740282. iteration 9961 found worse value: 339.867740282. iteration 9962 found worse value: 339.867740282. iteration 9963 found worse value: 339.867740282. iteration 9964 found worse value: 339.867740282. iteration 9965 found worse value: 339.867740282. iteration 9966 found worse value: 339.867740282. iteration 9967 found worse value: 339.867740282. iteration 9968 found worse value: 339.867740282. iteration 9969 found worse value: 339.867740282. iteration 9970 found worse value: 339.867740282. iteration 9971 found worse value: 339.867740282. iteration 9972 found worse value: 339.867740282. iteration 9973 found worse value: 339.867740282. iteration 9974 found worse value: 339.867740282. iteration 9975 found worse value: 339.867740282. iteration 9976 found worse value: 339.867740282. iteration 9977 found worse value: 339.867740282. iteration 9978 found worse value: 339.867740282. iteration 9979 found worse value: 339.867740282. iteration 9980 found worse value: 339.867740282. iteration 9981 found worse value: 339.867740282. iteration 9982 found worse value: 339.867740282. iteration 9983 found worse value: 339.867740282. iteration 9984 found worse value: 339.867740282. iteration 9985 found worse value: 339.867740282. iteration 9986 found worse value: 339.867740282. iteration 9987 found worse value: 339.867740282. iteration 9988 found worse value: 339.867740282. iteration 9989 found worse value: 339.867740282. iteration 9990 found worse value: 339.867740282. iteration 9991 found worse value: 339.867740282. iteration 9992 found worse value: 339.867740282. iteration 9993 found worse value: 339.867740282. iteration 9994 found worse value: 339.867740282. iteration 9995 found worse value: 339.867740282. iteration 9996 found worse value: 339.867740282. iteration 9997 found worse value: 339.867740282. iteration 9998 found worse value: 339.867740282. iteration 9999 found worse value: 339.867740282. iteration 10000 found worse value: 339.867740282. iteration 10001 found worse value: 339.867740282. iteration 10002 found worse value: 339.867740282. iteration 10003 found worse value: 339.867740282. iteration 10004 found worse value: 339.867740282. iteration 10005 found worse value: 339.867740282. iteration 10006 found worse value: 339.867740282. iteration 10007 found worse value: 339.867740282. iteration 10008 found worse value: 339.867740282. iteration 10009 found worse value: 339.867740282. iteration 10010 found worse value: 339.867740282. iteration 10011 found worse value: 339.867740282. iteration 10012 found worse value: 339.867740282. iteration 10013 found worse value: 339.867740282. iteration 10014 found worse value: 339.867740282. iteration 10015 found worse value: 339.867740282. iteration 10016 found worse value: 339.867740282. iteration 10017 found worse value: 339.867740282. iteration 10018 found worse value: 339.867740282. iteration 10019 found worse value: 339.867740282. iteration 10020 found worse value: 339.867740282. iteration 10021 found worse value: 339.867740282. iteration 10022 found worse value: 339.867740282. iteration 10023 found worse value: 339.867740282. iteration 10024 found worse value: 339.867740282. iteration 10025 found worse value: 339.867740282. iteration 10026 found worse value: 339.867740282. iteration 10027 found worse value: 339.867740282. iteration 10028 found worse value: 339.867740282. iteration 10029 found worse value: 339.867740282. iteration 10030 found worse value: 339.867740282. iteration 10031 found worse value: 339.867740282. iteration 10032 found worse value: 339.867740282. iteration 10033 found worse value: 339.867740282. iteration 10034 found worse value: 339.867740282. iteration 10035 found worse value: 339.867740282. iteration 10036 found worse value: 339.867740282. iteration 10037 found worse value: 339.867740282. iteration 10038 found worse value: 339.867740282. iteration 10039 found worse value: 339.867740282. iteration 10040 found worse value: 339.867740282. iteration 10041 found worse value: 339.867740282. iteration 10042 found worse value: 339.867740282. iteration 10043 found worse value: 339.867740282. iteration 10044 found worse value: 339.867740282. iteration 10045 found worse value: 339.867740282. iteration 10046 found worse value: 339.867740282. iteration 10047 found worse value: 339.867740282. iteration 10048 found worse value: 339.867740282. iteration 10049 found worse value: 339.867740282. iteration 10050 found worse value: 339.867740282. iteration 10051 found worse value: 339.867740282. iteration 10052 found worse value: 339.867740282. iteration 10053 found worse value: 339.867740282. iteration 10054 found worse value: 339.867740282. iteration 10055 found worse value: 339.867740282. iteration 10056 found worse value: 339.867740282. iteration 10057 found worse value: 339.867740282. iteration 10058 found worse value: 339.867740282. iteration 10059 found worse value: 339.867740282. iteration 10060 found worse value: 339.867740282. iteration 10061 found worse value: 339.867740282. iteration 10062 found worse value: 339.867740282. iteration 10063 found worse value: 339.867740282. iteration 10064 found worse value: 339.867740282. iteration 10065 found worse value: 339.867740282. iteration 10066 found worse value: 339.867740282. iteration 10067 found worse value: 339.867740282. iteration 10068 found worse value: 339.867740282. iteration 10069 found worse value: 339.867740282. iteration 10070 found worse value: 339.867740282. iteration 10071 found worse value: 339.867740282. iteration 10072 found worse value: 339.867740282. iteration 10073 found worse value: 339.867740282. iteration 10074 found worse value: 339.867740282. iteration 10075 found worse value: 339.867740282. iteration 10076 found worse value: 339.867740282. iteration 10077 found worse value: 339.867740282. iteration 10078 found worse value: 339.867740282. iteration 10079 found worse value: 339.867740282. iteration 10080 found worse value: 339.867740282. iteration 10081 found worse value: 339.867740282. iteration 10082 found worse value: 339.867740282. iteration 10083 found worse value: 339.867740282. iteration 10084 found worse value: 339.867740282. iteration 10085 found worse value: 339.867740282. iteration 10086 found worse value: 339.867740282. iteration 10087 found worse value: 339.867740282. iteration 10088 found worse value: 339.867740282. iteration 10089 found worse value: 339.867740282. iteration 10090 found worse value: 339.867740282. iteration 10091 found worse value: 339.867740282. iteration 10092 found worse value: 339.867740282. iteration 10093 found worse value: 339.867740282. iteration 10094 found worse value: 339.867740282. iteration 10095 found worse value: 339.867740282. iteration 10096 found worse value: 339.867740282. iteration 10097 found worse value: 339.867740282. iteration 10098 found worse value: 339.867740282. iteration 10099 found worse value: 339.867740282. iteration 10100 found worse value: 339.867740282. iteration 10101 found worse value: 339.867740282. iteration 10102 found worse value: 339.867740282. iteration 10103 found worse value: 339.867740282. iteration 10104 found worse value: 339.867740282. iteration 10105 found worse value: 339.867740282. iteration 10106 found worse value: 339.867740282. iteration 10107 found worse value: 339.867740282. iteration 10108 found worse value: 339.867740282. iteration 10109 found worse value: 339.867740282. iteration 10110 found worse value: 339.867740282. iteration 10111 found worse value: 339.867740282. iteration 10112 found worse value: 339.867740282. iteration 10113 found worse value: 339.867740282. iteration 10114 found worse value: 339.867740282. iteration 10115 found worse value: 339.867740282. iteration 10116 found worse value: 339.867740282. iteration 10117 found worse value: 339.867740282. iteration 10118 found worse value: 339.867740282. iteration 10119 found worse value: 339.867740282. iteration 10120 found worse value: 339.867740282. iteration 10121 found worse value: 339.867740282. iteration 10122 found worse value: 339.867740282. iteration 10123 found worse value: 339.867740282. iteration 10124 found worse value: 339.867740282. iteration 10125 found worse value: 339.867740282. iteration 10126 found worse value: 339.867740282. iteration 10127 found worse value: 339.867740282. iteration 10128 found worse value: 339.867740282. iteration 10129 found worse value: 339.867740282. iteration 10130 found worse value: 339.867740282. iteration 10131 found worse value: 339.867740282. iteration 10132 found worse value: 339.867740282. iteration 10133 found worse value: 339.867740282. iteration 10134 found worse value: 339.867740282. iteration 10135 found worse value: 339.867740282. iteration 10136 found worse value: 339.867740282. iteration 10137 found worse value: 339.867740282. iteration 10138 found worse value: 339.867740282. iteration 10139 found worse value: 339.867740282. iteration 10140 found worse value: 339.867740282. iteration 10141 found worse value: 339.867740282. iteration 10142 found worse value: 339.867740282. iteration 10143 found worse value: 339.867740282. iteration 10144 found worse value: 339.867740282. iteration 10145 found worse value: 339.867740282. iteration 10146 found worse value: 339.867740282. iteration 10147 found worse value: 339.867740282. iteration 10148 found worse value: 339.867740282. iteration 10149 found worse value: 339.867740282. iteration 10150 found worse value: 339.867740282. iteration 10151 found worse value: 339.867740282. iteration 10152 found worse value: 339.867740282. iteration 10153 found worse value: 339.867740282. iteration 10154 found worse value: 339.867740282. iteration 10155 found worse value: 339.867740282. iteration 10156 found worse value: 339.867740282. iteration 10157 found worse value: 339.867740282. iteration 10158 found worse value: 339.867740282. iteration 10159 found worse value: 339.867740282. iteration 10160 found worse value: 339.867740282. iteration 10161 found worse value: 339.867740282. iteration 10162 found worse value: 339.867740282. iteration 10163 found worse value: 339.867740282. iteration 10164 found worse value: 339.867740282. iteration 10165 found worse value: 339.867740282. iteration 10166 found worse value: 339.867740282. iteration 10167 found worse value: 339.867740282. iteration 10168 found worse value: 339.867740282. iteration 10169 found worse value: 339.867740282. iteration 10170 found worse value: 339.867740282. iteration 10171 found worse value: 339.867740282. iteration 10172 found worse value: 339.867740282. iteration 10173 found worse value: 339.867740282. iteration 10174 found worse value: 339.867740282. iteration 10175 found worse value: 339.867740282. iteration 10176 found worse value: 339.867740282. iteration 10177 found worse value: 339.867740282. iteration 10178 found worse value: 339.867740282. iteration 10179 found worse value: 339.867740282. iteration 10180 found worse value: 339.867740282. iteration 10181 found worse value: 339.867740282. iteration 10182 found worse value: 339.867740282. iteration 10183 found worse value: 339.867740282. iteration 10184 found worse value: 339.867740282. iteration 10185 found worse value: 339.867740282. iteration 10186 found worse value: 339.867740282. iteration 10187 found worse value: 339.867740282. iteration 10188 found worse value: 339.867740282. iteration 10189 found worse value: 339.867740282. iteration 10190 found worse value: 339.867740282. iteration 10191 found worse value: 339.867740282. iteration 10192 found worse value: 339.867740282. iteration 10193 found worse value: 339.867740282. iteration 10194 found worse value: 339.867740282. iteration 10195 found worse value: 339.867740282. iteration 10196 found worse value: 339.867740282. iteration 10197 found worse value: 339.867740282. iteration 10198 found worse value: 339.867740282. iteration 10199 found worse value: 339.867740282. iteration 10200 found worse value: 339.867740282. iteration 10201 found worse value: 339.867740282. iteration 10202 found worse value: 339.867740282. iteration 10203 found worse value: 339.867740282. iteration 10204 found worse value: 339.867740282. iteration 10205 found worse value: 339.867740282. iteration 10206 found worse value: 339.867740282. iteration 10207 found worse value: 339.867740282. iteration 10208 found worse value: 339.867740282. iteration 10209 found worse value: 339.867740282. iteration 10210 found worse value: 339.867740282. iteration 10211 found worse value: 339.867740282. iteration 10212 found worse value: 339.867740282. iteration 10213 found worse value: 339.867740282. iteration 10214 found worse value: 339.867740282. iteration 10215 found worse value: 339.867740282. iteration 10216 found worse value: 339.867740282. iteration 10217 found worse value: 339.867740282. iteration 10218 found worse value: 339.867740282. iteration 10219 found worse value: 339.867740282. iteration 10220 found worse value: 339.867740282. iteration 10221 found worse value: 339.867740282. iteration 10222 found worse value: 339.867740282. iteration 10223 found worse value: 339.867740282. iteration 10224 found worse value: 339.867740282. iteration 10225 found worse value: 339.867740282. iteration 10226 found worse value: 339.867740282. iteration 10227 found worse value: 339.867740282. iteration 10228 found worse value: 339.867740282. iteration 10229 found worse value: 339.867740282. iteration 10230 found worse value: 339.867740282. iteration 10231 found worse value: 339.867740282. iteration 10232 found worse value: 339.867740282. iteration 10233 found worse value: 339.867740282. iteration 10234 found worse value: 339.867740282. iteration 10235 found worse value: 339.867740282. iteration 10236 found worse value: 339.867740282. iteration 10237 found worse value: 339.867740282. iteration 10238 found worse value: 339.867740282. iteration 10239 found worse value: 339.867740282. iteration 10240 found worse value: 339.867740282. iteration 10241 found worse value: 339.867740282. iteration 10242 found worse value: 339.867740282. iteration 10243 found worse value: 339.867740282. iteration 10244 found worse value: 339.867740282. iteration 10245 found worse value: 339.867740282. iteration 10246 found worse value: 339.867740282. iteration 10247 found worse value: 339.867740282. iteration 10248 found worse value: 339.867740282. iteration 10249 found worse value: 339.867740282. iteration 10250 found worse value: 339.867740282. iteration 10251 found worse value: 339.867740282. iteration 10252 found worse value: 339.867740282. iteration 10253 found worse value: 339.867740282. iteration 10254 found worse value: 339.867740282. iteration 10255 found worse value: 339.867740282. iteration 10256 found worse value: 339.867740282. iteration 10257 found worse value: 339.867740282. iteration 10258 found worse value: 339.867740282. iteration 10259 found worse value: 339.867740282. iteration 10260 found worse value: 339.867740282. iteration 10261 found worse value: 339.867740282. iteration 10262 found worse value: 339.867740282. iteration 10263 found worse value: 339.867740282. iteration 10264 found worse value: 339.867740282. iteration 10265 found worse value: 339.867740282. iteration 10266 found worse value: 339.867740282. iteration 10267 found worse value: 339.867740282. iteration 10268 found worse value: 339.867740282. iteration 10269 found worse value: 339.867740282. iteration 10270 found worse value: 339.867740282. iteration 10271 found worse value: 339.867740282. iteration 10272 found worse value: 339.867740282. iteration 10273 found worse value: 339.867740282. iteration 10274 found worse value: 339.867740282. iteration 10275 found worse value: 339.867740282. iteration 10276 found worse value: 339.867740282. iteration 10277 found worse value: 339.867740282. iteration 10278 found worse value: 339.867740282. iteration 10279 found worse value: 339.867740282. iteration 10280 found worse value: 339.867740282. iteration 10281 found worse value: 339.867740282. iteration 10282 found worse value: 339.867740282. iteration 10283 found worse value: 339.867740282. iteration 10284 found worse value: 339.867740282. iteration 10285 found worse value: 339.867740282. iteration 10286 found worse value: 339.867740282. iteration 10287 found worse value: 339.867740282. iteration 10288 found worse value: 339.867740282. iteration 10289 found worse value: 339.867740282. iteration 10290 found worse value: 339.867740282. iteration 10291 found worse value: 339.867740282. iteration 10292 found worse value: 339.867740282. iteration 10293 found worse value: 339.867740282. iteration 10294 found worse value: 339.867740282. iteration 10295 found worse value: 339.867740282. iteration 10296 found worse value: 339.867740282. iteration 10297 found worse value: 339.867740282. iteration 10298 found worse value: 339.867740282. iteration 10299 found worse value: 339.867740282. iteration 10300 found worse value: 339.867740282. iteration 10301 found worse value: 339.867740282. iteration 10302 found worse value: 339.867740282. iteration 10303 found worse value: 339.867740282. iteration 10304 found worse value: 339.867740282. iteration 10305 found worse value: 339.867740282. iteration 10306 found worse value: 339.867740282. iteration 10307 found worse value: 339.867740282. iteration 10308 found worse value: 339.867740282. iteration 10309 found worse value: 339.867740282. iteration 10310 found worse value: 339.867740282. iteration 10311 found worse value: 339.867740282. iteration 10312 found worse value: 339.867740282. iteration 10313 found worse value: 339.867740282. iteration 10314 found worse value: 339.867740282. iteration 10315 found worse value: 339.867740282. iteration 10316 found worse value: 339.867740282. iteration 10317 found worse value: 339.867740282. iteration 10318 found worse value: 339.867740282. iteration 10319 found worse value: 339.867740282. iteration 10320 found worse value: 339.867740282. iteration 10321 found worse value: 339.867740282. iteration 10322 found worse value: 339.867740282. iteration 10323 found worse value: 339.867740282. iteration 10324 found worse value: 339.867740282. iteration 10325 found worse value: 339.867740282. iteration 10326 found worse value: 339.867740282. iteration 10327 found worse value: 339.867740282. iteration 10328 found worse value: 339.867740282. iteration 10329 found worse value: 339.867740282. iteration 10330 found worse value: 339.867740282. iteration 10331 found worse value: 339.867740282. iteration 10332 found worse value: 339.867740282. iteration 10333 found worse value: 339.867740282. iteration 10334 found worse value: 339.867740282. iteration 10335 found worse value: 339.867740282. iteration 10336 found worse value: 339.867740282. iteration 10337 found worse value: 339.867740282. iteration 10338 found worse value: 339.867740282. iteration 10339 found worse value: 339.867740282. iteration 10340 found worse value: 339.867740282. iteration 10341 found worse value: 339.867740282. iteration 10342 found worse value: 339.867740282. iteration 10343 found worse value: 339.867740282. iteration 10344 found worse value: 339.867740282. iteration 10345 found worse value: 339.867740282. iteration 10346 found worse value: 339.867740282. iteration 10347 found worse value: 339.867740282. iteration 10348 found worse value: 339.867740282. iteration 10349 found worse value: 339.867740282. iteration 10350 found worse value: 339.867740282. iteration 10351 found worse value: 339.867740282. iteration 10352 found worse value: 339.867740282. iteration 10353 found worse value: 339.867740282. iteration 10354 found worse value: 339.867740282. iteration 10355 found worse value: 339.867740282. iteration 10356 found worse value: 339.867740282. iteration 10357 found worse value: 339.867740282. iteration 10358 found worse value: 339.867740282. iteration 10359 found worse value: 339.867740282. iteration 10360 found worse value: 339.867740282. iteration 10361 found worse value: 339.867740282. iteration 10362 found worse value: 339.867740282. iteration 10363 found worse value: 339.867740282. iteration 10364 found worse value: 339.867740282. iteration 10365 found worse value: 339.867740282. iteration 10366 found worse value: 339.867740282. iteration 10367 found worse value: 339.867740282. iteration 10368 found worse value: 339.867740282. iteration 10369 found worse value: 339.867740282. iteration 10370 found worse value: 339.867740282. iteration 10371 found worse value: 339.867740282. iteration 10372 found worse value: 339.867740282. iteration 10373 found worse value: 339.867740282. iteration 10374 found worse value: 339.867740282. iteration 10375 found worse value: 339.867740282. iteration 10376 found worse value: 339.867740282. iteration 10377 found worse value: 339.867740282. iteration 10378 found worse value: 339.867740282. iteration 10379 found worse value: 339.867740282. iteration 10380 found worse value: 339.867740282. iteration 10381 found worse value: 339.867740282. iteration 10382 found worse value: 339.867740282. iteration 10383 found worse value: 339.867740282. iteration 10384 found worse value: 339.867740282. iteration 10385 found worse value: 339.867740282. iteration 10386 found worse value: 339.867740282. iteration 10387 found worse value: 339.867740282. iteration 10388 found worse value: 339.867740282. iteration 10389 found worse value: 339.867740282. iteration 10390 found worse value: 339.867740282. iteration 10391 found worse value: 339.867740282. iteration 10392 found worse value: 339.867740282. iteration 10393 found worse value: 339.867740282. iteration 10394 found worse value: 339.867740282. iteration 10395 found worse value: 339.867740282. iteration 10396 found worse value: 339.867740282. iteration 10397 found worse value: 339.867740282. iteration 10398 found worse value: 339.867740282. iteration 10399 found worse value: 339.867740282. iteration 10400 found worse value: 339.867740282. iteration 10401 found worse value: 339.867740282. iteration 10402 found worse value: 339.867740282. iteration 10403 found worse value: 339.867740282. iteration 10404 found worse value: 339.867740282. iteration 10405 found worse value: 339.867740282. iteration 10406 found worse value: 339.867740282. iteration 10407 found worse value: 339.867740282. iteration 10408 found worse value: 339.867740282. iteration 10409 found worse value: 339.867740282. iteration 10410 found worse value: 339.867740282. iteration 10411 found worse value: 339.867740282. iteration 10412 found worse value: 339.867740282. iteration 10413 found worse value: 339.867740282. iteration 10414 found worse value: 339.867740282. iteration 10415 found worse value: 339.867740282. iteration 10416 found worse value: 339.867740282. iteration 10417 found worse value: 339.867740282. iteration 10418 found worse value: 339.867740282. iteration 10419 found worse value: 339.867740282. iteration 10420 found worse value: 339.867740282. iteration 10421 found worse value: 339.867740282. iteration 10422 found worse value: 339.867740282. iteration 10423 found worse value: 339.867740282. iteration 10424 found worse value: 339.867740282. iteration 10425 found worse value: 339.867740282. iteration 10426 found worse value: 339.867740282. iteration 10427 found worse value: 339.867740282. iteration 10428 found worse value: 339.867740282. iteration 10429 found worse value: 339.867740282. iteration 10430 found worse value: 339.867740282. iteration 10431 found worse value: 339.867740282. iteration 10432 found worse value: 339.867740282. iteration 10433 found worse value: 339.867740282. iteration 10434 found worse value: 339.867740282. iteration 10435 found worse value: 339.867740282. iteration 10436 found worse value: 339.867740282. iteration 10437 found worse value: 339.867740282. iteration 10438 found worse value: 339.867740282. iteration 10439 found worse value: 339.867740282. iteration 10440 found worse value: 339.867740282. iteration 10441 found worse value: 339.867740282. iteration 10442 found worse value: 339.867740282. iteration 10443 found worse value: 339.867740282. iteration 10444 found worse value: 339.867740282. iteration 10445 found worse value: 339.867740282. iteration 10446 found worse value: 339.867740282. iteration 10447 found worse value: 339.867740282. iteration 10448 found worse value: 339.867740282. iteration 10449 found worse value: 339.867740282. iteration 10450 found worse value: 339.867740282. iteration 10451 found worse value: 339.867740282. iteration 10452 found worse value: 339.867740282. iteration 10453 found worse value: 339.867740282. iteration 10454 found worse value: 339.867740282. iteration 10455 found worse value: 339.867740282. iteration 10456 found worse value: 339.867740282. iteration 10457 found worse value: 339.867740282. iteration 10458 found worse value: 339.867740282. iteration 10459 found worse value: 339.867740282. iteration 10460 found worse value: 339.867740282. iteration 10461 found worse value: 339.867740282. iteration 10462 found worse value: 339.867740282. iteration 10463 found worse value: 339.867740282. iteration 10464 found worse value: 339.867740282. iteration 10465 found worse value: 339.867740282. iteration 10466 found worse value: 339.867740282. iteration 10467 found worse value: 339.867740282. iteration 10468 found worse value: 339.867740282. iteration 10469 found worse value: 339.867740282. iteration 10470 found worse value: 339.867740282. iteration 10471 found worse value: 339.867740282. iteration 10472 found worse value: 339.867740282. iteration 10473 found worse value: 339.867740282. iteration 10474 found worse value: 339.867740282. iteration 10475 found worse value: 339.867740282. iteration 10476 found worse value: 339.867740282. iteration 10477 found worse value: 339.867740282. iteration 10478 found worse value: 339.867740282. iteration 10479 found worse value: 339.867740282. iteration 10480 found worse value: 339.867740282. iteration 10481 found worse value: 339.867740282. iteration 10482 found worse value: 339.867740282. iteration 10483 found worse value: 339.867740282. iteration 10484 found worse value: 339.867740282. iteration 10485 found worse value: 339.867740282. iteration 10486 found worse value: 339.867740282. iteration 10487 found worse value: 339.867740282. iteration 10488 found worse value: 339.867740282. iteration 10489 found worse value: 339.867740282. iteration 10490 found worse value: 339.867740282. iteration 10491 found worse value: 339.867740282. iteration 10492 found worse value: 339.867740282. iteration 10493 found worse value: 339.867740282. iteration 10494 found worse value: 339.867740282. iteration 10495 found worse value: 339.867740282. iteration 10496 found worse value: 339.867740282. iteration 10497 found worse value: 339.867740282. iteration 10498 found worse value: 339.867740282. iteration 10499 found worse value: 339.867740282. iteration 10500 found worse value: 339.867740282. iteration 10501 found worse value: 339.867740282. iteration 10502 found worse value: 339.867740282. iteration 10503 found worse value: 339.867740282. iteration 10504 found worse value: 339.867740282. iteration 10505 found worse value: 339.867740282. iteration 10506 found worse value: 339.867740282. iteration 10507 found worse value: 339.867740282. iteration 10508 found worse value: 339.867740282. iteration 10509 found worse value: 339.867740282. iteration 10510 found worse value: 339.867740282. iteration 10511 found worse value: 339.867740282. iteration 10512 found worse value: 339.867740282. iteration 10513 found worse value: 339.867740282. iteration 10514 found worse value: 339.867740282. iteration 10515 found worse value: 339.867740282. iteration 10516 found worse value: 339.867740282. iteration 10517 found worse value: 339.867740282. iteration 10518 found worse value: 339.867740282. iteration 10519 found worse value: 339.867740282. iteration 10520 found worse value: 339.867740282. iteration 10521 found worse value: 339.867740282. iteration 10522 found worse value: 339.867740282. iteration 10523 found worse value: 339.867740282. iteration 10524 found worse value: 339.867740282. iteration 10525 found worse value: 339.867740282. iteration 10526 found worse value: 339.867740282. iteration 10527 found worse value: 339.867740282. iteration 10528 found worse value: 339.867740282. iteration 10529 found worse value: 339.867740282. iteration 10530 found worse value: 339.867740282. iteration 10531 found worse value: 339.867740282. iteration 10532 found worse value: 339.867740282. iteration 10533 found worse value: 339.867740282. iteration 10534 found worse value: 339.867740282. iteration 10535 found worse value: 339.867740282. iteration 10536 found worse value: 339.867740282. iteration 10537 found worse value: 339.867740282. iteration 10538 found worse value: 339.867740282. iteration 10539 found worse value: 339.867740282. iteration 10540 found worse value: 339.867740282. iteration 10541 found worse value: 339.867740282. iteration 10542 found worse value: 339.867740282. iteration 10543 found worse value: 339.867740282. iteration 10544 found worse value: 339.867740282. iteration 10545 found worse value: 339.867740282. iteration 10546 found worse value: 339.867740282. iteration 10547 found worse value: 339.867740282. iteration 10548 found worse value: 339.867740282. iteration 10549 found worse value: 339.867740282. iteration 10550 found worse value: 339.867740282. iteration 10551 found worse value: 339.867740282. iteration 10552 found worse value: 339.867740282. iteration 10553 found worse value: 339.867740282. iteration 10554 found worse value: 339.867740282. iteration 10555 found worse value: 339.867740282. iteration 10556 found worse value: 339.867740282. iteration 10557 found worse value: 339.867740282. iteration 10558 found worse value: 339.867740282. iteration 10559 found worse value: 339.867740282. iteration 10560 found worse value: 339.867740282. iteration 10561 found worse value: 339.867740282. iteration 10562 found worse value: 339.867740282. iteration 10563 found worse value: 339.867740282. iteration 10564 found worse value: 339.867740282. iteration 10565 found worse value: 339.867740282. iteration 10566 found worse value: 339.867740282. iteration 10567 found worse value: 339.867740282. iteration 10568 found worse value: 339.867740282. iteration 10569 found worse value: 339.867740282. iteration 10570 found worse value: 339.867740282. iteration 10571 found worse value: 339.867740282. iteration 10572 found worse value: 339.867740282. iteration 10573 found worse value: 339.867740282. iteration 10574 found worse value: 339.867740282. iteration 10575 found worse value: 339.867740282. iteration 10576 found worse value: 339.867740282. iteration 10577 found worse value: 339.867740282. iteration 10578 found worse value: 339.867740282. iteration 10579 found worse value: 339.867740282. iteration 10580 found worse value: 339.867740282. iteration 10581 found worse value: 339.867740282. iteration 10582 found worse value: 339.867740282. iteration 10583 found worse value: 339.867740282. iteration 10584 found worse value: 339.867740282. iteration 10585 found worse value: 339.867740282. iteration 10586 found worse value: 339.867740282. iteration 10587 found worse value: 339.867740282. iteration 10588 found worse value: 339.867740282. iteration 10589 found worse value: 339.867740282. iteration 10590 found worse value: 339.867740282. iteration 10591 found worse value: 339.867740282. iteration 10592 found worse value: 339.867740282. iteration 10593 found worse value: 339.867740282. iteration 10594 found worse value: 339.867740282. iteration 10595 found worse value: 339.867740282. iteration 10596 found worse value: 339.867740282. iteration 10597 found worse value: 339.867740282. iteration 10598 found worse value: 339.867740282. iteration 10599 found worse value: 339.867740282. iteration 10600 found worse value: 339.867740282. iteration 10601 found worse value: 339.867740282. iteration 10602 found worse value: 339.867740282. iteration 10603 found worse value: 339.867740282. iteration 10604 found worse value: 339.867740282. iteration 10605 found worse value: 339.867740282. iteration 10606 found worse value: 339.867740282. iteration 10607 found worse value: 339.867740282. iteration 10608 found worse value: 339.867740282. iteration 10609 found worse value: 339.867740282. iteration 10610 found worse value: 339.867740282. iteration 10611 found worse value: 339.867740282. iteration 10612 found worse value: 339.867740282. iteration 10613 found worse value: 339.867740282. iteration 10614 found worse value: 339.867740282. iteration 10615 found worse value: 339.867740282. iteration 10616 found worse value: 339.867740282. iteration 10617 found worse value: 339.867740282. iteration 10618 found worse value: 339.867740282. iteration 10619 found worse value: 339.867740282. iteration 10620 found worse value: 339.867740282. iteration 10621 found worse value: 339.867740282. iteration 10622 found worse value: 339.867740282. iteration 10623 found worse value: 339.867740282. iteration 10624 found worse value: 339.867740282. iteration 10625 found worse value: 339.867740282. iteration 10626 found worse value: 339.867740282. iteration 10627 found worse value: 339.867740282. iteration 10628 found worse value: 339.867740282. iteration 10629 found worse value: 339.867740282. iteration 10630 found worse value: 339.867740282. iteration 10631 found worse value: 339.867740282. iteration 10632 found worse value: 339.867740282. iteration 10633 found worse value: 339.867740282. iteration 10634 found worse value: 339.867740282. iteration 10635 found worse value: 339.867740282. iteration 10636 found worse value: 339.867740282. iteration 10637 found worse value: 339.867740282. iteration 10638 found worse value: 339.867740282. iteration 10639 found worse value: 339.867740282. iteration 10640 found worse value: 339.867740282. iteration 10641 found worse value: 339.867740282. iteration 10642 found worse value: 339.867740282. iteration 10643 found worse value: 339.867740282. iteration 10644 found worse value: 339.867740282. iteration 10645 found worse value: 339.867740282. iteration 10646 found worse value: 339.867740282. iteration 10647 found worse value: 339.867740282. iteration 10648 found worse value: 339.867740282. iteration 10649 found worse value: 339.867740282. iteration 10650 found worse value: 339.867740282. iteration 10651 found worse value: 339.867740282. iteration 10652 found worse value: 339.867740282. iteration 10653 found worse value: 339.867740282. iteration 10654 found worse value: 339.867740282. iteration 10655 found worse value: 339.867740282. iteration 10656 found worse value: 339.867740282. iteration 10657 found worse value: 339.867740282. iteration 10658 found worse value: 339.867740282. iteration 10659 found worse value: 339.867740282. iteration 10660 found worse value: 339.867740282. iteration 10661 found worse value: 339.867740282. iteration 10662 found worse value: 339.867740282. iteration 10663 found worse value: 339.867740282. iteration 10664 found worse value: 339.867740282. iteration 10665 found worse value: 339.867740282. iteration 10666 found worse value: 339.867740282. iteration 10667 found worse value: 339.867740282. iteration 10668 found worse value: 339.867740282. iteration 10669 found worse value: 339.867740282. iteration 10670 found worse value: 339.867740282. iteration 10671 found worse value: 339.867740282. iteration 10672 found worse value: 339.867740282. iteration 10673 found worse value: 339.867740282. iteration 10674 found worse value: 339.867740282. iteration 10675 found worse value: 339.867740282. iteration 10676 found worse value: 339.867740282. iteration 10677 found worse value: 339.867740282. iteration 10678 found worse value: 339.867740282. iteration 10679 found worse value: 339.867740282. iteration 10680 found worse value: 339.867740282. iteration 10681 found worse value: 339.867740282. iteration 10682 found worse value: 339.867740282. iteration 10683 found worse value: 339.867740282. iteration 10684 found worse value: 339.867740282. iteration 10685 found worse value: 339.867740282. iteration 10686 found worse value: 339.867740282. iteration 10687 found worse value: 339.867740282. iteration 10688 found worse value: 339.867740282. iteration 10689 found worse value: 339.867740282. iteration 10690 found worse value: 339.867740282. iteration 10691 found worse value: 339.867740282. iteration 10692 found worse value: 339.867740282. iteration 10693 found worse value: 339.867740282. iteration 10694 found worse value: 339.867740282. iteration 10695 found worse value: 339.867740282. iteration 10696 found worse value: 339.867740282. iteration 10697 found worse value: 339.867740282. iteration 10698 found worse value: 339.867740282. iteration 10699 found worse value: 339.867740282. iteration 10700 found worse value: 339.867740282. iteration 10701 found worse value: 339.867740282. iteration 10702 found worse value: 339.867740282. iteration 10703 found worse value: 339.867740282. iteration 10704 found worse value: 339.867740282. iteration 10705 found worse value: 339.867740282. iteration 10706 found worse value: 339.867740282. iteration 10707 found worse value: 339.867740282. iteration 10708 found worse value: 339.867740282. iteration 10709 found worse value: 339.867740282. iteration 10710 found worse value: 339.867740282. iteration 10711 found worse value: 339.867740282. iteration 10712 found worse value: 339.867740282. iteration 10713 found worse value: 339.867740282. iteration 10714 found worse value: 339.867740282. iteration 10715 found worse value: 339.867740282. iteration 10716 found worse value: 339.867740282. iteration 10717 found worse value: 339.867740282. iteration 10718 found worse value: 339.867740282. iteration 10719 found worse value: 339.867740282. iteration 10720 found worse value: 339.867740282. iteration 10721 found worse value: 339.867740282. iteration 10722 found worse value: 339.867740282. iteration 10723 found worse value: 339.867740282. iteration 10724 found worse value: 339.867740282. iteration 10725 found worse value: 339.867740282. iteration 10726 found worse value: 339.867740282. iteration 10727 found worse value: 339.867740282. iteration 10728 found worse value: 339.867740282. iteration 10729 found worse value: 339.867740282. iteration 10730 found worse value: 339.867740282. iteration 10731 found worse value: 339.867740282. iteration 10732 found worse value: 339.867740282. iteration 10733 found worse value: 339.867740282. iteration 10734 found worse value: 339.867740282. iteration 10735 found worse value: 339.867740282. iteration 10736 found worse value: 339.867740282. iteration 10737 found worse value: 339.867740282. iteration 10738 found worse value: 339.867740282. iteration 10739 found worse value: 339.867740282. iteration 10740 found worse value: 339.867740282. iteration 10741 found worse value: 339.867740282. iteration 10742 found worse value: 339.867740282. iteration 10743 found worse value: 339.867740282. iteration 10744 found worse value: 339.867740282. iteration 10745 found worse value: 339.867740282. iteration 10746 found worse value: 339.867740282. iteration 10747 found worse value: 339.867740282. iteration 10748 found worse value: 339.867740282. iteration 10749 found worse value: 339.867740282. iteration 10750 found worse value: 339.867740282. iteration 10751 found worse value: 339.867740282. iteration 10752 found worse value: 339.867740282. iteration 10753 found worse value: 339.867740282. iteration 10754 found worse value: 339.867740282. iteration 10755 found worse value: 339.867740282. iteration 10756 found worse value: 339.867740282. iteration 10757 found worse value: 339.867740282. iteration 10758 found worse value: 339.867740282. iteration 10759 found worse value: 339.867740282. iteration 10760 found worse value: 339.867740282. iteration 10761 found worse value: 339.867740282. iteration 10762 found worse value: 339.867740282. iteration 10763 found worse value: 339.867740282. iteration 10764 found worse value: 339.867740282. iteration 10765 found worse value: 339.867740282. iteration 10766 found worse value: 339.867740282. iteration 10767 found worse value: 339.867740282. iteration 10768 found worse value: 339.867740282. iteration 10769 found worse value: 339.867740282. iteration 10770 found worse value: 339.867740282. iteration 10771 found worse value: 339.867740282. iteration 10772 found worse value: 339.867740282. iteration 10773 found worse value: 339.867740282. iteration 10774 found worse value: 339.867740282. iteration 10775 found worse value: 339.867740282. iteration 10776 found worse value: 339.867740282. iteration 10777 found worse value: 339.867740282. iteration 10778 found worse value: 339.867740282. iteration 10779 found worse value: 339.867740282. iteration 10780 found worse value: 339.867740282. iteration 10781 found worse value: 339.867740282. iteration 10782 found worse value: 339.867740282. iteration 10783 found worse value: 339.867740282. iteration 10784 found worse value: 339.867740282. iteration 10785 found worse value: 339.867740282. iteration 10786 found worse value: 339.867740282. iteration 10787 found worse value: 339.867740282. iteration 10788 found worse value: 339.867740282. iteration 10789 found worse value: 339.867740282. iteration 10790 found worse value: 339.867740282. iteration 10791 found worse value: 339.867740282. iteration 10792 found worse value: 339.867740282. iteration 10793 found worse value: 339.867740282. iteration 10794 found worse value: 339.867740282. iteration 10795 found worse value: 339.867740282. iteration 10796 found worse value: 339.867740282. iteration 10797 found worse value: 339.867740282. iteration 10798 found worse value: 339.867740282. iteration 10799 found worse value: 339.867740282. iteration 10800 found worse value: 339.867740282. iteration 10801 found worse value: 339.867740282. iteration 10802 found worse value: 339.867740282. iteration 10803 found worse value: 339.867740282. iteration 10804 found worse value: 339.867740282. iteration 10805 found worse value: 339.867740282. iteration 10806 found worse value: 339.867740282. iteration 10807 found worse value: 339.867740282. iteration 10808 found worse value: 339.867740282. iteration 10809 found worse value: 339.867740282. iteration 10810 found worse value: 339.867740282. iteration 10811 found worse value: 339.867740282. iteration 10812 found worse value: 339.867740282. iteration 10813 found worse value: 339.867740282. iteration 10814 found worse value: 339.867740282. iteration 10815 found worse value: 339.867740282. iteration 10816 found worse value: 339.867740282. iteration 10817 found worse value: 339.867740282. iteration 10818 found worse value: 339.867740282. iteration 10819 found worse value: 339.867740282. iteration 10820 found worse value: 339.867740282. iteration 10821 found worse value: 339.867740282. iteration 10822 found worse value: 339.867740282. iteration 10823 found worse value: 339.867740282. iteration 10824 found worse value: 339.867740282. iteration 10825 found worse value: 339.867740282. iteration 10826 found worse value: 339.867740282. iteration 10827 found worse value: 339.867740282. iteration 10828 found worse value: 339.867740282. iteration 10829 found worse value: 339.867740282. iteration 10830 found worse value: 339.867740282. iteration 10831 found worse value: 339.867740282. iteration 10832 found worse value: 339.867740282. iteration 10833 found worse value: 339.867740282. iteration 10834 found worse value: 339.867740282. iteration 10835 found worse value: 339.867740282. iteration 10836 found worse value: 339.867740282. iteration 10837 found worse value: 339.867740282. iteration 10838 found worse value: 339.867740282. iteration 10839 found worse value: 339.867740282. iteration 10840 found worse value: 339.867740282. iteration 10841 found worse value: 339.867740282. iteration 10842 found worse value: 339.867740282. iteration 10843 found worse value: 339.867740282. iteration 10844 found worse value: 339.867740282. iteration 10845 found worse value: 339.867740282. iteration 10846 found worse value: 339.867740282. iteration 10847 found worse value: 339.867740282. iteration 10848 found worse value: 339.867740282. iteration 10849 found worse value: 339.867740282. iteration 10850 found worse value: 339.867740282. iteration 10851 found worse value: 339.867740282. iteration 10852 found worse value: 339.867740282. iteration 10853 found worse value: 339.867740282. iteration 10854 found worse value: 339.867740282. iteration 10855 found worse value: 339.867740282. iteration 10856 found worse value: 339.867740282. iteration 10857 found worse value: 339.867740282. iteration 10858 found worse value: 339.867740282. iteration 10859 found worse value: 339.867740282. iteration 10860 found worse value: 339.867740282. iteration 10861 found worse value: 339.867740282. iteration 10862 found worse value: 339.867740282. iteration 10863 found worse value: 339.867740282. iteration 10864 found worse value: 339.867740282. iteration 10865 found worse value: 339.867740282. iteration 10866 found worse value: 339.867740282. iteration 10867 found worse value: 339.867740282. iteration 10868 found worse value: 339.867740282. iteration 10869 found worse value: 339.867740282. iteration 10870 found worse value: 339.867740282. iteration 10871 found worse value: 339.867740282. iteration 10872 found worse value: 339.867740282. iteration 10873 found worse value: 339.867740282. iteration 10874 found worse value: 339.867740282. iteration 10875 found worse value: 339.867740282. iteration 10876 found worse value: 339.867740282. iteration 10877 found worse value: 339.867740282. iteration 10878 found worse value: 339.867740282. iteration 10879 found worse value: 339.867740282. iteration 10880 found worse value: 339.867740282. iteration 10881 found worse value: 339.867740282. iteration 10882 found worse value: 339.867740282. iteration 10883 found worse value: 339.867740282. iteration 10884 found worse value: 339.867740282. iteration 10885 found worse value: 339.867740282. iteration 10886 found worse value: 339.867740282. iteration 10887 found worse value: 339.867740282. iteration 10888 found worse value: 339.867740282. iteration 10889 found worse value: 339.867740282. iteration 10890 found worse value: 339.867740282. iteration 10891 found worse value: 339.867740282. iteration 10892 found worse value: 339.867740282. iteration 10893 found worse value: 339.867740282. iteration 10894 found worse value: 339.867740282. iteration 10895 found worse value: 339.867740282. iteration 10896 found worse value: 339.867740282. iteration 10897 found worse value: 339.867740282. iteration 10898 found worse value: 339.867740282. iteration 10899 found worse value: 339.867740282. iteration 10900 found worse value: 339.867740282. iteration 10901 found worse value: 339.867740282. iteration 10902 found worse value: 339.867740282. iteration 10903 found worse value: 339.867740282. iteration 10904 found worse value: 339.867740282. iteration 10905 found worse value: 339.867740282. iteration 10906 found worse value: 339.867740282. iteration 10907 found worse value: 339.867740282. iteration 10908 found worse value: 339.867740282. iteration 10909 found worse value: 339.867740282. iteration 10910 found worse value: 339.867740282. iteration 10911 found worse value: 339.867740282. iteration 10912 found worse value: 339.867740282. iteration 10913 found worse value: 339.867740282. iteration 10914 found worse value: 339.867740282. iteration 10915 found worse value: 339.867740282. iteration 10916 found worse value: 339.867740282. iteration 10917 found worse value: 339.867740282. iteration 10918 found worse value: 339.867740282. iteration 10919 found worse value: 339.867740282. iteration 10920 found worse value: 339.867740282. iteration 10921 found worse value: 339.867740282. iteration 10922 found worse value: 339.867740282. iteration 10923 found worse value: 339.867740282. iteration 10924 found worse value: 339.867740282. iteration 10925 found worse value: 339.867740282. iteration 10926 found worse value: 339.867740282. iteration 10927 found worse value: 339.867740282. iteration 10928 found worse value: 339.867740282. iteration 10929 found worse value: 339.867740282. iteration 10930 found worse value: 339.867740282. iteration 10931 found worse value: 339.867740282. iteration 10932 found worse value: 339.867740282. iteration 10933 found worse value: 339.867740282. iteration 10934 found worse value: 339.867740282. iteration 10935 found worse value: 339.867740282. iteration 10936 found worse value: 339.867740282. iteration 10937 found worse value: 339.867740282. iteration 10938 found worse value: 339.867740282. iteration 10939 found worse value: 339.867740282. iteration 10940 found worse value: 339.867740282. iteration 10941 found worse value: 339.867740282. iteration 10942 found worse value: 339.867740282. iteration 10943 found worse value: 339.867740282. iteration 10944 found worse value: 339.867740282. iteration 10945 found worse value: 339.867740282. iteration 10946 found worse value: 339.867740282. iteration 10947 found worse value: 339.867740282. iteration 10948 found worse value: 339.867740282. iteration 10949 found worse value: 339.867740282. iteration 10950 found worse value: 339.867740282. iteration 10951 found worse value: 339.867740282. iteration 10952 found worse value: 339.867740282. iteration 10953 found worse value: 339.867740282. iteration 10954 found worse value: 339.867740282. iteration 10955 found worse value: 339.867740282. iteration 10956 found worse value: 339.867740282. iteration 10957 found worse value: 339.867740282. iteration 10958 found worse value: 339.867740282. iteration 10959 found worse value: 339.867740282. iteration 10960 found worse value: 339.867740282. iteration 10961 found worse value: 339.867740282. iteration 10962 found worse value: 339.867740282. iteration 10963 found worse value: 339.867740282. iteration 10964 found worse value: 339.867740282. iteration 10965 found worse value: 339.867740282. iteration 10966 found worse value: 339.867740282. iteration 10967 found worse value: 339.867740282. iteration 10968 found worse value: 339.867740282. iteration 10969 found worse value: 339.867740282. iteration 10970 found worse value: 339.867740282. iteration 10971 found worse value: 339.867740282. iteration 10972 found worse value: 339.867740282. iteration 10973 found worse value: 339.867740282. iteration 10974 found worse value: 339.867740282. iteration 10975 found worse value: 339.867740282. iteration 10976 found worse value: 339.867740282. iteration 10977 found worse value: 339.867740282. iteration 10978 found worse value: 339.867740282. iteration 10979 found worse value: 339.867740282. iteration 10980 found worse value: 339.867740282. iteration 10981 found worse value: 339.867740282. iteration 10982 found worse value: 339.867740282. iteration 10983 found worse value: 339.867740282. iteration 10984 found worse value: 339.867740282. iteration 10985 found worse value: 339.867740282. iteration 10986 found worse value: 339.867740282. iteration 10987 found worse value: 339.867740282. iteration 10988 found worse value: 339.867740282. iteration 10989 found worse value: 339.867740282. iteration 10990 found worse value: 339.867740282. iteration 10991 found worse value: 339.867740282. iteration 10992 found worse value: 339.867740282. iteration 10993 found worse value: 339.867740282. iteration 10994 found worse value: 339.867740282. iteration 10995 found worse value: 339.867740282. iteration 10996 found worse value: 339.867740282. iteration 10997 found worse value: 339.867740282. iteration 10998 found worse value: 339.867740282. iteration 10999 found worse value: 339.867740282. iteration 11000 found worse value: 339.867740282. iteration 11001 found worse value: 339.867740282. iteration 11002 found worse value: 339.867740282. iteration 11003 found worse value: 339.867740282. iteration 11004 found worse value: 339.867740282. iteration 11005 found worse value: 339.867740282. iteration 11006 found worse value: 339.867740282. iteration 11007 found worse value: 339.867740282. iteration 11008 found worse value: 339.867740282. iteration 11009 found worse value: 339.867740282. iteration 11010 found worse value: 339.867740282. iteration 11011 found worse value: 339.867740282. iteration 11012 found worse value: 339.867740282. iteration 11013 found worse value: 339.867740282. iteration 11014 found worse value: 339.867740282. iteration 11015 found worse value: 339.867740282. iteration 11016 found worse value: 339.867740282. iteration 11017 found worse value: 339.867740282. iteration 11018 found worse value: 339.867740282. iteration 11019 found worse value: 339.867740282. iteration 11020 found worse value: 339.867740282. iteration 11021 found worse value: 339.867740282. iteration 11022 found worse value: 339.867740282. iteration 11023 found worse value: 339.867740282. iteration 11024 found worse value: 339.867740282. iteration 11025 found worse value: 339.867740282. iteration 11026 found worse value: 339.867740282. iteration 11027 found worse value: 339.867740282. iteration 11028 found worse value: 339.867740282. iteration 11029 found worse value: 339.867740282. iteration 11030 found worse value: 339.867740282. iteration 11031 found worse value: 339.867740282. iteration 11032 found worse value: 339.867740282. iteration 11033 found worse value: 339.867740282. iteration 11034 found worse value: 339.867740282. iteration 11035 found worse value: 339.867740282. iteration 11036 found worse value: 339.867740282. iteration 11037 found worse value: 339.867740282. iteration 11038 found worse value: 339.867740282. iteration 11039 found worse value: 339.867740282. iteration 11040 found worse value: 339.867740282. iteration 11041 found worse value: 339.867740282. iteration 11042 found worse value: 339.867740282. iteration 11043 found worse value: 339.867740282. iteration 11044 found worse value: 339.867740282. iteration 11045 found worse value: 339.867740282. iteration 11046 found worse value: 339.867740282. iteration 11047 found worse value: 339.867740282. iteration 11048 found worse value: 339.867740282. iteration 11049 found worse value: 339.867740282. iteration 11050 found worse value: 339.867740282. iteration 11051 found worse value: 339.867740282. iteration 11052 found worse value: 339.867740282. iteration 11053 found worse value: 339.867740282. iteration 11054 found worse value: 339.867740282. iteration 11055 found worse value: 339.867740282. iteration 11056 found worse value: 339.867740282. iteration 11057 found worse value: 339.867740282. iteration 11058 found worse value: 339.867740282. iteration 11059 found worse value: 339.867740282. iteration 11060 found worse value: 339.867740282. iteration 11061 found worse value: 339.867740282. iteration 11062 found worse value: 339.867740282. iteration 11063 found worse value: 339.867740282. iteration 11064 found worse value: 339.867740282. iteration 11065 found worse value: 339.867740282. iteration 11066 found worse value: 339.867740282. iteration 11067 found worse value: 339.867740282. iteration 11068 found worse value: 339.867740282. iteration 11069 found worse value: 339.867740282. iteration 11070 found worse value: 339.867740282. iteration 11071 found worse value: 339.867740282. iteration 11072 found worse value: 339.867740282. iteration 11073 found worse value: 339.867740282. iteration 11074 found worse value: 339.867740282. iteration 11075 found worse value: 339.867740282. iteration 11076 found worse value: 339.867740282. iteration 11077 found worse value: 339.867740282. iteration 11078 found worse value: 339.867740282. iteration 11079 found worse value: 339.867740282. iteration 11080 found worse value: 339.867740282. iteration 11081 found worse value: 339.867740282. iteration 11082 found worse value: 339.867740282. iteration 11083 found worse value: 339.867740282. iteration 11084 found worse value: 339.867740282. iteration 11085 found worse value: 339.867740282. iteration 11086 found worse value: 339.867740282. iteration 11087 found worse value: 339.867740282. iteration 11088 found worse value: 339.867740282. iteration 11089 found worse value: 339.867740282. iteration 11090 found worse value: 339.867740282. iteration 11091 found worse value: 339.867740282. iteration 11092 found worse value: 339.867740282. iteration 11093 found worse value: 339.867740282. iteration 11094 found worse value: 339.867740282. iteration 11095 found worse value: 339.867740282. iteration 11096 found worse value: 339.867740282. iteration 11097 found worse value: 339.867740282. iteration 11098 found worse value: 339.867740282. iteration 11099 found worse value: 339.867740282. iteration 11100 found worse value: 339.867740282. iteration 11101 found worse value: 339.867740282. iteration 11102 found worse value: 339.867740282. iteration 11103 found worse value: 339.867740282. iteration 11104 found worse value: 339.867740282. iteration 11105 found worse value: 339.867740282. iteration 11106 found worse value: 339.867740282. iteration 11107 found worse value: 339.867740282. iteration 11108 found worse value: 339.867740282. iteration 11109 found worse value: 339.867740282. iteration 11110 found worse value: 339.867740282. iteration 11111 found worse value: 339.867740282. iteration 11112 found worse value: 339.867740282. iteration 11113 found worse value: 339.867740282. iteration 11114 found worse value: 339.867740282. iteration 11115 found worse value: 339.867740282. iteration 11116 found worse value: 339.867740282. iteration 11117 found worse value: 339.867740282. iteration 11118 found worse value: 339.867740282. iteration 11119 found worse value: 339.867740282. iteration 11120 found worse value: 339.867740282. iteration 11121 found worse value: 339.867740282. iteration 11122 found worse value: 339.867740282. iteration 11123 found worse value: 339.867740282. iteration 11124 found worse value: 339.867740282. iteration 11125 found worse value: 339.867740282. iteration 11126 found worse value: 339.867740282. iteration 11127 found worse value: 339.867740282. iteration 11128 found worse value: 339.867740282. iteration 11129 found worse value: 339.867740282. iteration 11130 found worse value: 339.867740282. iteration 11131 found worse value: 339.867740282. iteration 11132 found worse value: 339.867740282. iteration 11133 found worse value: 339.867740282. iteration 11134 found worse value: 339.867740282. iteration 11135 found worse value: 339.867740282. iteration 11136 found worse value: 339.867740282. iteration 11137 found worse value: 339.867740282. iteration 11138 found worse value: 339.867740282. iteration 11139 found worse value: 339.867740282. iteration 11140 found worse value: 339.867740282. iteration 11141 found worse value: 339.867740282. iteration 11142 found worse value: 339.867740282. iteration 11143 found worse value: 339.867740282. iteration 11144 found worse value: 339.867740282. iteration 11145 found worse value: 339.867740282. iteration 11146 found worse value: 339.867740282. iteration 11147 found worse value: 339.867740282. iteration 11148 found worse value: 339.867740282. iteration 11149 found worse value: 339.867740282. iteration 11150 found worse value: 339.867740282. iteration 11151 found worse value: 339.867740282. iteration 11152 found worse value: 339.867740282. iteration 11153 found worse value: 339.867740282. iteration 11154 found worse value: 339.867740282. iteration 11155 found worse value: 339.867740282. iteration 11156 found worse value: 339.867740282. iteration 11157 found worse value: 339.867740282. iteration 11158 found worse value: 339.867740282. iteration 11159 found worse value: 339.867740282. iteration 11160 found worse value: 339.867740282. iteration 11161 found worse value: 339.867740282. iteration 11162 found worse value: 339.867740282. iteration 11163 found worse value: 339.867740282. iteration 11164 found worse value: 339.867740282. iteration 11165 found worse value: 339.867740282. iteration 11166 found worse value: 339.867740282. iteration 11167 found worse value: 339.867740282. iteration 11168 found worse value: 339.867740282. iteration 11169 found worse value: 339.867740282. iteration 11170 found worse value: 339.867740282. iteration 11171 found worse value: 339.867740282. iteration 11172 found worse value: 339.867740282. iteration 11173 found worse value: 339.867740282. iteration 11174 found worse value: 339.867740282. iteration 11175 found worse value: 339.867740282. iteration 11176 found worse value: 339.867740282. iteration 11177 found worse value: 339.867740282. iteration 11178 found worse value: 339.867740282. iteration 11179 found worse value: 339.867740282. iteration 11180 found worse value: 339.867740282. iteration 11181 found worse value: 339.867740282. iteration 11182 found worse value: 339.867740282. iteration 11183 found worse value: 339.867740282. iteration 11184 found worse value: 339.867740282. iteration 11185 found worse value: 339.867740282. iteration 11186 found worse value: 339.867740282. iteration 11187 found worse value: 339.867740282. iteration 11188 found worse value: 339.867740282. iteration 11189 found worse value: 339.867740282. iteration 11190 found worse value: 339.867740282. iteration 11191 found worse value: 339.867740282. iteration 11192 found worse value: 339.867740282. iteration 11193 found worse value: 339.867740282. iteration 11194 found worse value: 339.867740282. iteration 11195 found worse value: 339.867740282. iteration 11196 found worse value: 339.867740282. iteration 11197 found worse value: 339.867740282. iteration 11198 found worse value: 339.867740282. iteration 11199 found worse value: 339.867740282. iteration 11200 found worse value: 339.867740282. iteration 11201 found worse value: 339.867740282. iteration 11202 found worse value: 339.867740282. iteration 11203 found worse value: 339.867740282. iteration 11204 found worse value: 339.867740282. iteration 11205 found worse value: 339.867740282. iteration 11206 found worse value: 339.867740282. iteration 11207 found worse value: 339.867740282. iteration 11208 found worse value: 339.867740282. iteration 11209 found worse value: 339.867740282. iteration 11210 found worse value: 339.867740282. iteration 11211 found worse value: 339.867740282. iteration 11212 found worse value: 339.867740282. iteration 11213 found worse value: 339.867740282. iteration 11214 found worse value: 339.867740282. iteration 11215 found worse value: 339.867740282. iteration 11216 found worse value: 339.867740282. iteration 11217 found worse value: 339.867740282. iteration 11218 found worse value: 339.867740282. iteration 11219 found worse value: 339.867740282. iteration 11220 found worse value: 339.867740282. iteration 11221 found worse value: 339.867740282. iteration 11222 found worse value: 339.867740282. iteration 11223 found worse value: 339.867740282. iteration 11224 found worse value: 339.867740282. iteration 11225 found worse value: 339.867740282. iteration 11226 found worse value: 339.867740282. iteration 11227 found worse value: 339.867740282. iteration 11228 found worse value: 339.867740282. iteration 11229 found worse value: 339.867740282. iteration 11230 found worse value: 339.867740282. iteration 11231 found worse value: 339.867740282. iteration 11232 found worse value: 339.867740282. iteration 11233 found worse value: 339.867740282. iteration 11234 found worse value: 339.867740282. iteration 11235 found worse value: 339.867740282. iteration 11236 found worse value: 339.867740282. iteration 11237 found worse value: 339.867740282. iteration 11238 found worse value: 339.867740282. iteration 11239 found worse value: 339.867740282. iteration 11240 found worse value: 339.867740282. iteration 11241 found worse value: 339.867740282. iteration 11242 found worse value: 339.867740282. iteration 11243 found worse value: 339.867740282. iteration 11244 found worse value: 339.867740282. iteration 11245 found worse value: 339.867740282. iteration 11246 found worse value: 339.867740282. iteration 11247 found worse value: 339.867740282. iteration 11248 found worse value: 339.867740282. iteration 11249 found worse value: 339.867740282. iteration 11250 found worse value: 339.867740282. iteration 11251 found worse value: 339.867740282. iteration 11252 found worse value: 339.867740282. iteration 11253 found worse value: 339.867740282. iteration 11254 found worse value: 339.867740282. iteration 11255 found worse value: 339.867740282. iteration 11256 found worse value: 339.867740282. iteration 11257 found worse value: 339.867740282. iteration 11258 found worse value: 339.867740282. iteration 11259 found worse value: 339.867740282. iteration 11260 found worse value: 339.867740282. iteration 11261 found worse value: 339.867740282. iteration 11262 found worse value: 339.867740282. iteration 11263 found worse value: 339.867740282. iteration 11264 found worse value: 339.867740282. iteration 11265 found worse value: 339.867740282. iteration 11266 found worse value: 339.867740282. iteration 11267 found worse value: 339.867740282. iteration 11268 found worse value: 339.867740282. iteration 11269 found worse value: 339.867740282. iteration 11270 found worse value: 339.867740282. iteration 11271 found worse value: 339.867740282. iteration 11272 found worse value: 339.867740282. iteration 11273 found worse value: 339.867740282. iteration 11274 found worse value: 339.867740282. iteration 11275 found worse value: 339.867740282. iteration 11276 found worse value: 339.867740282. iteration 11277 found worse value: 339.867740282. iteration 11278 found worse value: 339.867740282. iteration 11279 found worse value: 339.867740282. iteration 11280 found worse value: 339.867740282. iteration 11281 found worse value: 339.867740282. iteration 11282 found worse value: 339.867740282. iteration 11283 found worse value: 339.867740282. iteration 11284 found worse value: 339.867740282. iteration 11285 found worse value: 339.867740282. iteration 11286 found worse value: 339.867740282. iteration 11287 found worse value: 339.867740282. iteration 11288 found worse value: 339.867740282. iteration 11289 found worse value: 339.867740282. iteration 11290 found worse value: 339.867740282. iteration 11291 found worse value: 339.867740282. iteration 11292 found worse value: 339.867740282. iteration 11293 found worse value: 339.867740282. iteration 11294 found worse value: 339.867740282. iteration 11295 found worse value: 339.867740282. iteration 11296 found worse value: 339.867740282. iteration 11297 found worse value: 339.867740282. iteration 11298 found worse value: 339.867740282. iteration 11299 found worse value: 339.867740282. iteration 11300 found worse value: 339.867740282. iteration 11301 found worse value: 339.867740282. iteration 11302 found worse value: 339.867740282. iteration 11303 found worse value: 339.867740282. iteration 11304 found worse value: 339.867740282. iteration 11305 found worse value: 339.867740282. iteration 11306 found worse value: 339.867740282. iteration 11307 found worse value: 339.867740282. iteration 11308 found worse value: 339.867740282. iteration 11309 found worse value: 339.867740282. iteration 11310 found worse value: 339.867740282. iteration 11311 found worse value: 339.867740282. iteration 11312 found worse value: 339.867740282. iteration 11313 found worse value: 339.867740282. iteration 11314 found worse value: 339.867740282. iteration 11315 found worse value: 339.867740282. iteration 11316 found worse value: 339.867740282. iteration 11317 found worse value: 339.867740282. iteration 11318 found worse value: 339.867740282. iteration 11319 found worse value: 339.867740282. iteration 11320 found worse value: 339.867740282. iteration 11321 found worse value: 339.867740282. iteration 11322 found worse value: 339.867740282. iteration 11323 found worse value: 339.867740282. iteration 11324 found worse value: 339.867740282. iteration 11325 found worse value: 339.867740282. iteration 11326 found worse value: 339.867740282. iteration 11327 found worse value: 339.867740282. iteration 11328 found worse value: 339.867740282. iteration 11329 found worse value: 339.867740282. iteration 11330 found worse value: 339.867740282. iteration 11331 found worse value: 339.867740282. iteration 11332 found worse value: 339.867740282. iteration 11333 found worse value: 339.867740282. iteration 11334 found worse value: 339.867740282. iteration 11335 found worse value: 339.867740282. iteration 11336 found worse value: 339.867740282. iteration 11337 found worse value: 339.867740282. iteration 11338 found worse value: 339.867740282. iteration 11339 found worse value: 339.867740282. iteration 11340 found worse value: 339.867740282. iteration 11341 found worse value: 339.867740282. iteration 11342 found worse value: 339.867740282. iteration 11343 found worse value: 339.867740282. iteration 11344 found worse value: 339.867740282. iteration 11345 found worse value: 339.867740282. iteration 11346 found worse value: 339.867740282. iteration 11347 found worse value: 339.867740282. iteration 11348 found worse value: 339.867740282. iteration 11349 found worse value: 339.867740282. iteration 11350 found worse value: 339.867740282. iteration 11351 found worse value: 339.867740282. iteration 11352 found worse value: 339.867740282. iteration 11353 found worse value: 339.867740282. iteration 11354 found worse value: 339.867740282. iteration 11355 found worse value: 339.867740282. iteration 11356 found worse value: 339.867740282. iteration 11357 found worse value: 339.867740282. iteration 11358 found worse value: 339.867740282. iteration 11359 found worse value: 339.867740282. iteration 11360 found worse value: 339.867740282. iteration 11361 found worse value: 339.867740282. iteration 11362 found worse value: 339.867740282. iteration 11363 found worse value: 339.867740282. iteration 11364 found worse value: 339.867740282. iteration 11365 found worse value: 339.867740282. iteration 11366 found worse value: 339.867740282. iteration 11367 found worse value: 339.867740282. iteration 11368 found worse value: 339.867740282. iteration 11369 found worse value: 339.867740282. iteration 11370 found worse value: 339.867740282. iteration 11371 found worse value: 339.867740282. iteration 11372 found worse value: 339.867740282. iteration 11373 found worse value: 339.867740282. iteration 11374 found worse value: 339.867740282. iteration 11375 found worse value: 339.867740282. iteration 11376 found worse value: 339.867740282. iteration 11377 found worse value: 339.867740282. iteration 11378 found worse value: 339.867740282. iteration 11379 found worse value: 339.867740282. iteration 11380 found worse value: 339.867740282. iteration 11381 found worse value: 339.867740282. iteration 11382 found worse value: 339.867740282. iteration 11383 found worse value: 339.867740282. iteration 11384 found worse value: 339.867740282. iteration 11385 found worse value: 339.867740282. iteration 11386 found worse value: 339.867740282. iteration 11387 found worse value: 339.867740282. iteration 11388 found worse value: 339.867740282. iteration 11389 found worse value: 339.867740282. iteration 11390 found worse value: 339.867740282. iteration 11391 found worse value: 339.867740282. iteration 11392 found worse value: 339.867740282. iteration 11393 found worse value: 339.867740282. iteration 11394 found worse value: 339.867740282. iteration 11395 found worse value: 339.867740282. iteration 11396 found worse value: 339.867740282. iteration 11397 found worse value: 339.867740282. iteration 11398 found worse value: 339.867740282. iteration 11399 found worse value: 339.867740282. iteration 11400 found worse value: 339.867740282. iteration 11401 found worse value: 339.867740282. iteration 11402 found worse value: 339.867740282. iteration 11403 found worse value: 339.867740282. iteration 11404 found worse value: 339.867740282. iteration 11405 found worse value: 339.867740282. iteration 11406 found worse value: 339.867740282. iteration 11407 found worse value: 339.867740282. iteration 11408 found worse value: 339.867740282. iteration 11409 found worse value: 339.867740282. iteration 11410 found worse value: 339.867740282. iteration 11411 found worse value: 339.867740282. iteration 11412 found worse value: 339.867740282. iteration 11413 found worse value: 339.867740282. iteration 11414 found worse value: 339.867740282. iteration 11415 found worse value: 339.867740282. iteration 11416 found worse value: 339.867740282. iteration 11417 found worse value: 339.867740282. iteration 11418 found worse value: 339.867740282. iteration 11419 found worse value: 339.867740282. iteration 11420 found worse value: 339.867740282. iteration 11421 found worse value: 339.867740282. iteration 11422 found worse value: 339.867740282. iteration 11423 found worse value: 339.867740282. iteration 11424 found worse value: 339.867740282. iteration 11425 found worse value: 339.867740282. iteration 11426 found worse value: 339.867740282. iteration 11427 found worse value: 339.867740282. iteration 11428 found worse value: 339.867740282. iteration 11429 found worse value: 339.867740282. iteration 11430 found worse value: 339.867740282. iteration 11431 found worse value: 339.867740282. iteration 11432 found worse value: 339.867740282. iteration 11433 found worse value: 339.867740282. iteration 11434 found worse value: 339.867740282. iteration 11435 found worse value: 339.867740282. iteration 11436 found worse value: 339.867740282. iteration 11437 found worse value: 339.867740282. iteration 11438 found worse value: 339.867740282. iteration 11439 found worse value: 339.867740282. iteration 11440 found worse value: 339.867740282. iteration 11441 found worse value: 339.867740282. iteration 11442 found worse value: 339.867740282. iteration 11443 found worse value: 339.867740282. iteration 11444 found worse value: 339.867740282. iteration 11445 found worse value: 339.867740282. iteration 11446 found worse value: 339.867740282. iteration 11447 found worse value: 339.867740282. iteration 11448 found worse value: 339.867740282. iteration 11449 found worse value: 339.867740282. iteration 11450 found worse value: 339.867740282. iteration 11451 found worse value: 339.867740282. iteration 11452 found worse value: 339.867740282. iteration 11453 found worse value: 339.867740282. iteration 11454 found worse value: 339.867740282. iteration 11455 found worse value: 339.867740282. iteration 11456 found worse value: 339.867740282. iteration 11457 found worse value: 339.867740282. iteration 11458 found worse value: 339.867740282. iteration 11459 found worse value: 339.867740282. iteration 11460 found worse value: 339.867740282. iteration 11461 found worse value: 339.867740282. iteration 11462 found worse value: 339.867740282. iteration 11463 found worse value: 339.867740282. iteration 11464 found worse value: 339.867740282. iteration 11465 found worse value: 339.867740282. iteration 11466 found worse value: 339.867740282. iteration 11467 found worse value: 339.867740282. iteration 11468 found worse value: 339.867740282. iteration 11469 found worse value: 339.867740282. iteration 11470 found worse value: 339.867740282. iteration 11471 found worse value: 339.867740282. iteration 11472 found worse value: 339.867740282. iteration 11473 found worse value: 339.867740282. iteration 11474 found worse value: 339.867740282. iteration 11475 found worse value: 339.867740282. iteration 11476 found worse value: 339.867740282. iteration 11477 found worse value: 339.867740282. iteration 11478 found worse value: 339.867740282. iteration 11479 found worse value: 339.867740282. iteration 11480 found worse value: 339.867740282. iteration 11481 found worse value: 339.867740282. iteration 11482 found worse value: 339.867740282. iteration 11483 found worse value: 339.867740282. iteration 11484 found worse value: 339.867740282. iteration 11485 found worse value: 339.867740282. iteration 11486 found worse value: 339.867740282. iteration 11487 found worse value: 339.867740282. iteration 11488 found worse value: 339.867740282. iteration 11489 found worse value: 339.867740282. iteration 11490 found worse value: 339.867740282. iteration 11491 found worse value: 339.867740282. iteration 11492 found worse value: 339.867740282. iteration 11493 found worse value: 339.867740282. iteration 11494 found worse value: 339.867740282. iteration 11495 found worse value: 339.867740282. iteration 11496 found worse value: 339.867740282. iteration 11497 found worse value: 339.867740282. iteration 11498 found worse value: 339.867740282. iteration 11499 found worse value: 339.867740282. iteration 11500 found worse value: 339.867740282. iteration 11501 found worse value: 339.867740282. iteration 11502 found worse value: 339.867740282. iteration 11503 found worse value: 339.867740282. iteration 11504 found worse value: 339.867740282. iteration 11505 found worse value: 339.867740282. iteration 11506 found worse value: 339.867740282. iteration 11507 found worse value: 339.867740282. iteration 11508 found worse value: 339.867740282. iteration 11509 found worse value: 339.867740282. iteration 11510 found worse value: 339.867740282. iteration 11511 found worse value: 339.867740282. iteration 11512 found worse value: 339.867740282. iteration 11513 found worse value: 339.867740282. iteration 11514 found worse value: 339.867740282. iteration 11515 found worse value: 339.867740282. iteration 11516 found worse value: 339.867740282. iteration 11517 found worse value: 339.867740282. iteration 11518 found worse value: 339.867740282. iteration 11519 found worse value: 339.867740282. iteration 11520 found worse value: 339.867740282. iteration 11521 found worse value: 339.867740282. iteration 11522 found worse value: 339.867740282. iteration 11523 found worse value: 339.867740282. iteration 11524 found worse value: 339.867740282. iteration 11525 found worse value: 339.867740282. iteration 11526 found worse value: 339.867740282. iteration 11527 found worse value: 339.867740282. iteration 11528 found worse value: 339.867740282. iteration 11529 found worse value: 339.867740282. iteration 11530 found worse value: 339.867740282. iteration 11531 found worse value: 339.867740282. iteration 11532 found worse value: 339.867740282. iteration 11533 found worse value: 339.867740282. iteration 11534 found worse value: 339.867740282. iteration 11535 found worse value: 339.867740282. iteration 11536 found worse value: 339.867740282. iteration 11537 found worse value: 339.867740282. iteration 11538 found worse value: 339.867740282. iteration 11539 found worse value: 339.867740282. iteration 11540 found worse value: 339.867740282. iteration 11541 found worse value: 339.867740282. iteration 11542 found worse value: 339.867740282. iteration 11543 found worse value: 339.867740282. iteration 11544 found worse value: 339.867740282. iteration 11545 found worse value: 339.867740282. iteration 11546 found worse value: 339.867740282. iteration 11547 found worse value: 339.867740282. iteration 11548 found worse value: 339.867740282. iteration 11549 found worse value: 339.867740282. iteration 11550 found worse value: 339.867740282. iteration 11551 found worse value: 339.867740282. iteration 11552 found worse value: 339.867740282. iteration 11553 found worse value: 339.867740282. iteration 11554 found worse value: 339.867740282. iteration 11555 found worse value: 339.867740282. iteration 11556 found worse value: 339.867740282. iteration 11557 found worse value: 339.867740282. iteration 11558 found worse value: 339.867740282. iteration 11559 found worse value: 339.867740282. iteration 11560 found worse value: 339.867740282. iteration 11561 found worse value: 339.867740282. iteration 11562 found worse value: 339.867740282. iteration 11563 found worse value: 339.867740282. iteration 11564 found worse value: 339.867740282. iteration 11565 found worse value: 339.867740282. iteration 11566 found worse value: 339.867740282. iteration 11567 found worse value: 339.867740282. iteration 11568 found worse value: 339.867740282. iteration 11569 found worse value: 339.867740282. iteration 11570 found worse value: 339.867740282. iteration 11571 found worse value: 339.867740282. iteration 11572 found worse value: 339.867740282. iteration 11573 found worse value: 339.867740282. iteration 11574 found worse value: 339.867740282. iteration 11575 found worse value: 339.867740282. iteration 11576 found worse value: 339.867740282. iteration 11577 found worse value: 339.867740282. iteration 11578 found worse value: 339.867740282. iteration 11579 found worse value: 339.867740282. iteration 11580 found worse value: 339.867740282. iteration 11581 found worse value: 339.867740282. iteration 11582 found worse value: 339.867740282. iteration 11583 found worse value: 339.867740282. iteration 11584 found worse value: 339.867740282. iteration 11585 found worse value: 339.867740282. iteration 11586 found worse value: 339.867740282. iteration 11587 found worse value: 339.867740282. iteration 11588 found worse value: 339.867740282. iteration 11589 found worse value: 339.867740282. iteration 11590 found worse value: 339.867740282. iteration 11591 found worse value: 339.867740282. iteration 11592 found worse value: 339.867740282. iteration 11593 found worse value: 339.867740282. iteration 11594 found worse value: 339.867740282. iteration 11595 found worse value: 339.867740282. iteration 11596 found worse value: 339.867740282. iteration 11597 found worse value: 339.867740282. iteration 11598 found worse value: 339.867740282. iteration 11599 found worse value: 339.867740282. iteration 11600 found worse value: 339.867740282. iteration 11601 found worse value: 339.867740282. iteration 11602 found worse value: 339.867740282. iteration 11603 found worse value: 339.867740282. iteration 11604 found worse value: 339.867740282. iteration 11605 found worse value: 339.867740282. iteration 11606 found worse value: 339.867740282. iteration 11607 found worse value: 339.867740282. iteration 11608 found worse value: 339.867740282. iteration 11609 found worse value: 339.867740282. iteration 11610 found worse value: 339.867740282. iteration 11611 found worse value: 339.867740282. iteration 11612 found worse value: 339.867740282. iteration 11613 found worse value: 339.867740282. iteration 11614 found worse value: 339.867740282. iteration 11615 found worse value: 339.867740282. iteration 11616 found worse value: 339.867740282. iteration 11617 found worse value: 339.867740282. iteration 11618 found worse value: 339.867740282. iteration 11619 found worse value: 339.867740282. iteration 11620 found worse value: 339.867740282. iteration 11621 found worse value: 339.867740282. iteration 11622 found worse value: 339.867740282. iteration 11623 found worse value: 339.867740282. iteration 11624 found worse value: 339.867740282. iteration 11625 found worse value: 339.867740282. iteration 11626 found worse value: 339.867740282. iteration 11627 found worse value: 339.867740282. iteration 11628 found worse value: 339.867740282. iteration 11629 found worse value: 339.867740282. iteration 11630 found worse value: 339.867740282. iteration 11631 found worse value: 339.867740282. iteration 11632 found worse value: 339.867740282. iteration 11633 found worse value: 339.867740282. iteration 11634 found worse value: 339.867740282. iteration 11635 found worse value: 339.867740282. iteration 11636 found worse value: 339.867740282. iteration 11637 found worse value: 339.867740282. iteration 11638 found worse value: 339.867740282. iteration 11639 found worse value: 339.867740282. iteration 11640 found worse value: 339.867740282. iteration 11641 found worse value: 339.867740282. iteration 11642 found worse value: 339.867740282. iteration 11643 found worse value: 339.867740282. iteration 11644 found worse value: 339.867740282. iteration 11645 found worse value: 339.867740282. iteration 11646 found worse value: 339.867740282. iteration 11647 found worse value: 339.867740282. iteration 11648 found worse value: 339.867740282. iteration 11649 found worse value: 339.867740282. iteration 11650 found worse value: 339.867740282. iteration 11651 found worse value: 339.867740282. iteration 11652 found worse value: 339.867740282. iteration 11653 found worse value: 339.867740282. iteration 11654 found worse value: 339.867740282. iteration 11655 found worse value: 339.867740282. iteration 11656 found worse value: 339.867740282. iteration 11657 found worse value: 339.867740282. iteration 11658 found worse value: 339.867740282. iteration 11659 found worse value: 339.867740282. iteration 11660 found worse value: 339.867740282. iteration 11661 found worse value: 339.867740282. iteration 11662 found worse value: 339.867740282. iteration 11663 found worse value: 339.867740282. iteration 11664 found worse value: 339.867740282. iteration 11665 found worse value: 339.867740282. iteration 11666 found worse value: 339.867740282. iteration 11667 found worse value: 339.867740282. iteration 11668 found worse value: 339.867740282. iteration 11669 found worse value: 339.867740282. iteration 11670 found worse value: 339.867740282. iteration 11671 found worse value: 339.867740282. iteration 11672 found worse value: 339.867740282. iteration 11673 found worse value: 339.867740282. iteration 11674 found worse value: 339.867740282. iteration 11675 found worse value: 339.867740282. iteration 11676 found worse value: 339.867740282. iteration 11677 found worse value: 339.867740282. iteration 11678 found worse value: 339.867740282. iteration 11679 found worse value: 339.867740282. iteration 11680 found worse value: 339.867740282. iteration 11681 found worse value: 339.867740282. iteration 11682 found worse value: 339.867740282. iteration 11683 found worse value: 339.867740282. iteration 11684 found worse value: 339.867740282. iteration 11685 found worse value: 339.867740282. iteration 11686 found worse value: 339.867740282. iteration 11687 found worse value: 339.867740282. iteration 11688 found worse value: 339.867740282. iteration 11689 found worse value: 339.867740282. iteration 11690 found worse value: 339.867740282. iteration 11691 found worse value: 339.867740282. iteration 11692 found worse value: 339.867740282. iteration 11693 found worse value: 339.867740282. iteration 11694 found worse value: 339.867740282. iteration 11695 found worse value: 339.867740282. iteration 11696 found worse value: 339.867740282. iteration 11697 found worse value: 339.867740282. iteration 11698 found worse value: 339.867740282. iteration 11699 found worse value: 339.867740282. iteration 11700 found worse value: 339.867740282. iteration 11701 found worse value: 339.867740282. iteration 11702 found worse value: 339.867740282. iteration 11703 found worse value: 339.867740282. iteration 11704 found worse value: 339.867740282. iteration 11705 found worse value: 339.867740282. iteration 11706 found worse value: 339.867740282. iteration 11707 found worse value: 339.867740282. iteration 11708 found worse value: 339.867740282. iteration 11709 found worse value: 339.867740282. iteration 11710 found worse value: 339.867740282. iteration 11711 found worse value: 339.867740282. iteration 11712 found worse value: 339.867740282. iteration 11713 found worse value: 339.867740282. iteration 11714 found worse value: 339.867740282. iteration 11715 found worse value: 339.867740282. iteration 11716 found worse value: 339.867740282. iteration 11717 found worse value: 339.867740282. iteration 11718 found worse value: 339.867740282. iteration 11719 found worse value: 339.867740282. iteration 11720 found worse value: 339.867740282. iteration 11721 found worse value: 339.867740282. iteration 11722 found worse value: 339.867740282. iteration 11723 found worse value: 339.867740282. iteration 11724 found worse value: 339.867740282. iteration 11725 found worse value: 339.867740282. iteration 11726 found worse value: 339.867740282. iteration 11727 found worse value: 339.867740282. iteration 11728 found worse value: 339.867740282. iteration 11729 found worse value: 339.867740282. iteration 11730 found worse value: 339.867740282. iteration 11731 found worse value: 339.867740282. iteration 11732 found worse value: 339.867740282. iteration 11733 found worse value: 339.867740282. iteration 11734 found worse value: 339.867740282. iteration 11735 found worse value: 339.867740282. iteration 11736 found worse value: 339.867740282. iteration 11737 found worse value: 339.867740282. iteration 11738 found worse value: 339.867740282. iteration 11739 found worse value: 339.867740282. iteration 11740 found worse value: 339.867740282. iteration 11741 found worse value: 339.867740282. iteration 11742 found worse value: 339.867740282. iteration 11743 found worse value: 339.867740282. iteration 11744 found worse value: 339.867740282. iteration 11745 found worse value: 339.867740282. iteration 11746 found worse value: 339.867740282. iteration 11747 found worse value: 339.867740282. iteration 11748 found worse value: 339.867740282. iteration 11749 found worse value: 339.867740282. iteration 11750 found worse value: 339.867740282. iteration 11751 found worse value: 339.867740282. iteration 11752 found worse value: 339.867740282. iteration 11753 found worse value: 339.867740282. iteration 11754 found worse value: 339.867740282. iteration 11755 found worse value: 339.867740282. iteration 11756 found worse value: 339.867740282. iteration 11757 found worse value: 339.867740282. iteration 11758 found worse value: 339.867740282. iteration 11759 found worse value: 339.867740282. iteration 11760 found worse value: 339.867740282. iteration 11761 found worse value: 339.867740282. iteration 11762 found worse value: 339.867740282. iteration 11763 found worse value: 339.867740282. iteration 11764 found worse value: 339.867740282. iteration 11765 found worse value: 339.867740282. iteration 11766 found worse value: 339.867740282. iteration 11767 found worse value: 339.867740282. iteration 11768 found worse value: 339.867740282. iteration 11769 found worse value: 339.867740282. iteration 11770 found worse value: 339.867740282. iteration 11771 found worse value: 339.867740282. iteration 11772 found worse value: 339.867740282. iteration 11773 found worse value: 339.867740282. iteration 11774 found worse value: 339.867740282. iteration 11775 found worse value: 339.867740282. iteration 11776 found worse value: 339.867740282. iteration 11777 found worse value: 339.867740282. iteration 11778 found worse value: 339.867740282. iteration 11779 found worse value: 339.867740282. iteration 11780 found worse value: 339.867740282. iteration 11781 found worse value: 339.867740282. iteration 11782 found worse value: 339.867740282. iteration 11783 found worse value: 339.867740282. iteration 11784 found worse value: 339.867740282. iteration 11785 found worse value: 339.867740282. iteration 11786 found worse value: 339.867740282. iteration 11787 found worse value: 339.867740282. iteration 11788 found worse value: 339.867740282. iteration 11789 found worse value: 339.867740282. iteration 11790 found worse value: 339.867740282. iteration 11791 found worse value: 339.867740282. iteration 11792 found worse value: 339.867740282. iteration 11793 found worse value: 339.867740282. iteration 11794 found worse value: 339.867740282. iteration 11795 found worse value: 339.867740282. iteration 11796 found worse value: 339.867740282. iteration 11797 found worse value: 339.867740282. iteration 11798 found worse value: 339.867740282. iteration 11799 found worse value: 339.867740282. iteration 11800 found worse value: 339.867740282. iteration 11801 found worse value: 339.867740282. iteration 11802 found worse value: 339.867740282. iteration 11803 found worse value: 339.867740282. iteration 11804 found worse value: 339.867740282. iteration 11805 found worse value: 339.867740282. iteration 11806 found worse value: 339.867740282. iteration 11807 found worse value: 339.867740282. iteration 11808 found worse value: 339.867740282. iteration 11809 found worse value: 339.867740282. iteration 11810 found worse value: 339.867740282. iteration 11811 found worse value: 339.867740282. iteration 11812 found worse value: 339.867740282. iteration 11813 found worse value: 339.867740282. iteration 11814 found worse value: 339.867740282. iteration 11815 found worse value: 339.867740282. iteration 11816 found worse value: 339.867740282. iteration 11817 found worse value: 339.867740282. iteration 11818 found worse value: 339.867740282. iteration 11819 found worse value: 339.867740282. iteration 11820 found worse value: 339.867740282. iteration 11821 found worse value: 339.867740282. iteration 11822 found worse value: 339.867740282. iteration 11823 found worse value: 339.867740282. iteration 11824 found worse value: 339.867740282. iteration 11825 found worse value: 339.867740282. iteration 11826 found worse value: 339.867740282. iteration 11827 found worse value: 339.867740282. iteration 11828 found worse value: 339.867740282. iteration 11829 found worse value: 339.867740282. iteration 11830 found worse value: 339.867740282. iteration 11831 found worse value: 339.867740282. iteration 11832 found worse value: 339.867740282. iteration 11833 found worse value: 339.867740282. iteration 11834 found worse value: 339.867740282. iteration 11835 found worse value: 339.867740282. iteration 11836 found worse value: 339.867740282. iteration 11837 found worse value: 339.867740282. iteration 11838 found worse value: 339.867740282. iteration 11839 found worse value: 339.867740282. iteration 11840 found worse value: 339.867740282. iteration 11841 found worse value: 339.867740282. iteration 11842 found worse value: 339.867740282. iteration 11843 found worse value: 339.867740282. iteration 11844 found worse value: 339.867740282. iteration 11845 found worse value: 339.867740282. iteration 11846 found worse value: 339.867740282. iteration 11847 found worse value: 339.867740282. iteration 11848 found worse value: 339.867740282. iteration 11849 found worse value: 339.867740282. iteration 11850 found worse value: 339.867740282. iteration 11851 found worse value: 339.867740282. iteration 11852 found worse value: 339.867740282. iteration 11853 found worse value: 339.867740282. iteration 11854 found worse value: 339.867740282. iteration 11855 found worse value: 339.867740282. iteration 11856 found worse value: 339.867740282. iteration 11857 found worse value: 339.867740282. iteration 11858 found worse value: 339.867740282. iteration 11859 found worse value: 339.867740282. iteration 11860 found worse value: 339.867740282. iteration 11861 found worse value: 339.867740282. iteration 11862 found worse value: 339.867740282. iteration 11863 found worse value: 339.867740282. iteration 11864 found worse value: 339.867740282. iteration 11865 found worse value: 339.867740282. iteration 11866 found worse value: 339.867740282. iteration 11867 found worse value: 339.867740282. iteration 11868 found worse value: 339.867740282. iteration 11869 found worse value: 339.867740282. iteration 11870 found worse value: 339.867740282. iteration 11871 found worse value: 339.867740282. iteration 11872 found worse value: 339.867740282. iteration 11873 found worse value: 339.867740282. iteration 11874 found worse value: 339.867740282. iteration 11875 found worse value: 339.867740282. iteration 11876 found worse value: 339.867740282. iteration 11877 found worse value: 339.867740282. iteration 11878 found worse value: 339.867740282. iteration 11879 found worse value: 339.867740282. iteration 11880 found worse value: 339.867740282. iteration 11881 found worse value: 339.867740282. iteration 11882 found worse value: 339.867740282. iteration 11883 found worse value: 339.867740282. iteration 11884 found worse value: 339.867740282. iteration 11885 found worse value: 339.867740282. iteration 11886 found worse value: 339.867740282. iteration 11887 found worse value: 339.867740282. iteration 11888 found worse value: 339.867740282. iteration 11889 found worse value: 339.867740282. iteration 11890 found worse value: 339.867740282. iteration 11891 found worse value: 339.867740282. iteration 11892 found worse value: 339.867740282. iteration 11893 found worse value: 339.867740282. iteration 11894 found worse value: 339.867740282. iteration 11895 found worse value: 339.867740282. iteration 11896 found worse value: 339.867740282. iteration 11897 found worse value: 339.867740282. iteration 11898 found worse value: 339.867740282. iteration 11899 found worse value: 339.867740282. iteration 11900 found worse value: 339.867740282. iteration 11901 found worse value: 339.867740282. iteration 11902 found worse value: 339.867740282. iteration 11903 found worse value: 339.867740282. iteration 11904 found worse value: 339.867740282. iteration 11905 found worse value: 339.867740282. iteration 11906 found worse value: 339.867740282. iteration 11907 found worse value: 339.867740282. iteration 11908 found worse value: 339.867740282. iteration 11909 found worse value: 339.867740282. iteration 11910 found worse value: 339.867740282. iteration 11911 found worse value: 339.867740282. iteration 11912 found worse value: 339.867740282. iteration 11913 found worse value: 339.867740282. iteration 11914 found worse value: 339.867740282. iteration 11915 found worse value: 339.867740282. iteration 11916 found worse value: 339.867740282. iteration 11917 found worse value: 339.867740282. iteration 11918 found worse value: 339.867740282. iteration 11919 found worse value: 339.867740282. iteration 11920 found worse value: 339.867740282. iteration 11921 found worse value: 339.867740282. iteration 11922 found worse value: 339.867740282. iteration 11923 found worse value: 339.867740282. iteration 11924 found worse value: 339.867740282. iteration 11925 found worse value: 339.867740282. iteration 11926 found worse value: 339.867740282. iteration 11927 found worse value: 339.867740282. iteration 11928 found worse value: 339.867740282. iteration 11929 found worse value: 339.867740282. iteration 11930 found worse value: 339.867740282. iteration 11931 found worse value: 339.867740282. iteration 11932 found worse value: 339.867740282. iteration 11933 found worse value: 339.867740282. iteration 11934 found worse value: 339.867740282. iteration 11935 found worse value: 339.867740282. iteration 11936 found worse value: 339.867740282. iteration 11937 found worse value: 339.867740282. iteration 11938 found worse value: 339.867740282. iteration 11939 found worse value: 339.867740282. iteration 11940 found worse value: 339.867740282. iteration 11941 found worse value: 339.867740282. iteration 11942 found worse value: 339.867740282. iteration 11943 found worse value: 339.867740282. iteration 11944 found worse value: 339.867740282. iteration 11945 found worse value: 339.867740282. iteration 11946 found worse value: 339.867740282. iteration 11947 found worse value: 339.867740282. iteration 11948 found worse value: 339.867740282. iteration 11949 found worse value: 339.867740282. iteration 11950 found worse value: 339.867740282. iteration 11951 found worse value: 339.867740282. iteration 11952 found worse value: 339.867740282. iteration 11953 found worse value: 339.867740282. iteration 11954 found worse value: 339.867740282. iteration 11955 found worse value: 339.867740282. iteration 11956 found worse value: 339.867740282. iteration 11957 found worse value: 339.867740282. iteration 11958 found worse value: 339.867740282. iteration 11959 found worse value: 339.867740282. iteration 11960 found worse value: 339.867740282. iteration 11961 found worse value: 339.867740282. iteration 11962 found worse value: 339.867740282. iteration 11963 found worse value: 339.867740282. iteration 11964 found worse value: 339.867740282. iteration 11965 found worse value: 339.867740282. iteration 11966 found worse value: 339.867740282. iteration 11967 found worse value: 339.867740282. iteration 11968 found worse value: 339.867740282. iteration 11969 found worse value: 339.867740282. iteration 11970 found worse value: 339.867740282. iteration 11971 found worse value: 339.867740282. iteration 11972 found worse value: 339.867740282. iteration 11973 found worse value: 339.867740282. iteration 11974 found worse value: 339.867740282. iteration 11975 found worse value: 339.867740282. iteration 11976 found worse value: 339.867740282. iteration 11977 found worse value: 339.867740282. iteration 11978 found worse value: 339.867740282. iteration 11979 found worse value: 339.867740282. iteration 11980 found worse value: 339.867740282. iteration 11981 found worse value: 339.867740282. iteration 11982 found worse value: 339.867740282. iteration 11983 found worse value: 339.867740282. iteration 11984 found worse value: 339.867740282. iteration 11985 found worse value: 339.867740282. iteration 11986 found worse value: 339.867740282. iteration 11987 found worse value: 339.867740282. iteration 11988 found worse value: 339.867740282. iteration 11989 found worse value: 339.867740282. iteration 11990 found worse value: 339.867740282. iteration 11991 found worse value: 339.867740282. iteration 11992 found worse value: 339.867740282. iteration 11993 found worse value: 339.867740282. iteration 11994 found worse value: 339.867740282. iteration 11995 found worse value: 339.867740282. iteration 11996 found worse value: 339.867740282. iteration 11997 found worse value: 339.867740282. iteration 11998 found worse value: 339.867740282. iteration 11999 found worse value: 339.867740282. iteration 12000 found worse value: 339.867740282. iteration 12001 found worse value: 339.867740282. iteration 12002 found worse value: 339.867740282. iteration 12003 found worse value: 339.867740282. iteration 12004 found worse value: 339.867740282. iteration 12005 found worse value: 339.867740282. iteration 12006 found worse value: 339.867740282. iteration 12007 found worse value: 339.867740282. iteration 12008 found worse value: 339.867740282. iteration 12009 found worse value: 339.867740282. iteration 12010 found worse value: 339.867740282. iteration 12011 found worse value: 339.867740282. iteration 12012 found worse value: 339.867740282. iteration 12013 found worse value: 339.867740282. iteration 12014 found worse value: 339.867740282. iteration 12015 found worse value: 339.867740282. iteration 12016 found worse value: 339.867740282. iteration 12017 found worse value: 339.867740282. iteration 12018 found worse value: 339.867740282. iteration 12019 found worse value: 339.867740282. iteration 12020 found worse value: 339.867740282. iteration 12021 found worse value: 339.867740282. iteration 12022 found worse value: 339.867740282. iteration 12023 found worse value: 339.867740282. iteration 12024 found worse value: 339.867740282. iteration 12025 found worse value: 339.867740282. iteration 12026 found worse value: 339.867740282. iteration 12027 found worse value: 339.867740282. iteration 12028 found worse value: 339.867740282. iteration 12029 found worse value: 339.867740282. iteration 12030 found worse value: 339.867740282. iteration 12031 found worse value: 339.867740282. iteration 12032 found worse value: 339.867740282. iteration 12033 found worse value: 339.867740282. iteration 12034 found worse value: 339.867740282. iteration 12035 found worse value: 339.867740282. iteration 12036 found worse value: 339.867740282. iteration 12037 found worse value: 339.867740282. iteration 12038 found worse value: 339.867740282. iteration 12039 found worse value: 339.867740282. iteration 12040 found worse value: 339.867740282. iteration 12041 found worse value: 339.867740282. iteration 12042 found worse value: 339.867740282. iteration 12043 found worse value: 339.867740282. iteration 12044 found worse value: 339.867740282. iteration 12045 found worse value: 339.867740282. iteration 12046 found worse value: 339.867740282. iteration 12047 found worse value: 339.867740282. iteration 12048 found worse value: 339.867740282. iteration 12049 found worse value: 339.867740282. iteration 12050 found worse value: 339.867740282. iteration 12051 found worse value: 339.867740282. iteration 12052 found worse value: 339.867740282. iteration 12053 found worse value: 339.867740282. iteration 12054 found worse value: 339.867740282. iteration 12055 found worse value: 339.867740282. iteration 12056 found worse value: 339.867740282. iteration 12057 found worse value: 339.867740282. iteration 12058 found worse value: 339.867740282. iteration 12059 found worse value: 339.867740282. iteration 12060 found worse value: 339.867740282. iteration 12061 found worse value: 339.867740282. iteration 12062 found worse value: 339.867740282. iteration 12063 found worse value: 339.867740282. iteration 12064 found worse value: 339.867740282. iteration 12065 found worse value: 339.867740282. iteration 12066 found worse value: 339.867740282. iteration 12067 found worse value: 339.867740282. iteration 12068 found worse value: 339.867740282. iteration 12069 found worse value: 339.867740282. iteration 12070 found worse value: 339.867740282. iteration 12071 found worse value: 339.867740282. iteration 12072 found worse value: 339.867740282. iteration 12073 found worse value: 339.867740282. iteration 12074 found worse value: 339.867740282. iteration 12075 found worse value: 339.867740282. iteration 12076 found worse value: 339.867740282. iteration 12077 found worse value: 339.867740282. iteration 12078 found worse value: 339.867740282. iteration 12079 found worse value: 339.867740282. iteration 12080 found worse value: 339.867740282. iteration 12081 found worse value: 339.867740282. iteration 12082 found worse value: 339.867740282. iteration 12083 found worse value: 339.867740282. iteration 12084 found worse value: 339.867740282. iteration 12085 found worse value: 339.867740282. iteration 12086 found worse value: 339.867740282. iteration 12087 found worse value: 339.867740282. iteration 12088 found worse value: 339.867740282. iteration 12089 found worse value: 339.867740282. iteration 12090 found worse value: 339.867740282. iteration 12091 found worse value: 339.867740282. iteration 12092 found worse value: 339.867740282. iteration 12093 found worse value: 339.867740282. iteration 12094 found worse value: 339.867740282. iteration 12095 found worse value: 339.867740282. iteration 12096 found worse value: 339.867740282. iteration 12097 found worse value: 339.867740282. iteration 12098 found worse value: 339.867740282. iteration 12099 found worse value: 339.867740282. iteration 12100 found worse value: 339.867740282. iteration 12101 found worse value: 339.867740282. iteration 12102 found worse value: 339.867740282. iteration 12103 found worse value: 339.867740282. iteration 12104 found worse value: 339.867740282. iteration 12105 found worse value: 339.867740282. iteration 12106 found worse value: 339.867740282. iteration 12107 found worse value: 339.867740282. iteration 12108 found worse value: 339.867740282. iteration 12109 found worse value: 339.867740282. iteration 12110 found worse value: 339.867740282. iteration 12111 found worse value: 339.867740282. iteration 12112 found worse value: 339.867740282. iteration 12113 found worse value: 339.867740282. iteration 12114 found worse value: 339.867740282. iteration 12115 found worse value: 339.867740282. iteration 12116 found worse value: 339.867740282. iteration 12117 found worse value: 339.867740282. iteration 12118 found worse value: 339.867740282. iteration 12119 found worse value: 339.867740282. iteration 12120 found worse value: 339.867740282. iteration 12121 found worse value: 339.867740282. iteration 12122 found worse value: 339.867740282. iteration 12123 found worse value: 339.867740282. iteration 12124 found worse value: 339.867740282. iteration 12125 found worse value: 339.867740282. iteration 12126 found worse value: 339.867740282. iteration 12127 found worse value: 339.867740282. iteration 12128 found worse value: 339.867740282. iteration 12129 found worse value: 339.867740282. iteration 12130 found worse value: 339.867740282. iteration 12131 found worse value: 339.867740282. iteration 12132 found worse value: 339.867740282. iteration 12133 found worse value: 339.867740282. iteration 12134 found worse value: 339.867740282. iteration 12135 found worse value: 339.867740282. iteration 12136 found worse value: 339.867740282. iteration 12137 found worse value: 339.867740282. iteration 12138 found worse value: 339.867740282. iteration 12139 found worse value: 339.867740282. iteration 12140 found worse value: 339.867740282. iteration 12141 found worse value: 339.867740282. iteration 12142 found worse value: 339.867740282. iteration 12143 found worse value: 339.867740282. iteration 12144 found worse value: 339.867740282. iteration 12145 found worse value: 339.867740282. iteration 12146 found worse value: 339.867740282. iteration 12147 found worse value: 339.867740282. iteration 12148 found worse value: 339.867740282. iteration 12149 found worse value: 339.867740282. iteration 12150 found worse value: 339.867740282. iteration 12151 found worse value: 339.867740282. iteration 12152 found worse value: 339.867740282. iteration 12153 found worse value: 339.867740282. iteration 12154 found worse value: 339.867740282. iteration 12155 found worse value: 339.867740282. iteration 12156 found worse value: 339.867740282. iteration 12157 found worse value: 339.867740282. iteration 12158 found worse value: 339.867740282. iteration 12159 found worse value: 339.867740282. iteration 12160 found worse value: 339.867740282. iteration 12161 found worse value: 339.867740282. iteration 12162 found worse value: 339.867740282. iteration 12163 found worse value: 339.867740282. iteration 12164 found worse value: 339.867740282. iteration 12165 found worse value: 339.867740282. iteration 12166 found worse value: 339.867740282. iteration 12167 found worse value: 339.867740282. iteration 12168 found worse value: 339.867740282. iteration 12169 found worse value: 339.867740282. iteration 12170 found worse value: 339.867740282. iteration 12171 found worse value: 339.867740282. iteration 12172 found worse value: 339.867740282. iteration 12173 found worse value: 339.867740282. iteration 12174 found worse value: 339.867740282. iteration 12175 found worse value: 339.867740282. iteration 12176 found worse value: 339.867740282. iteration 12177 found worse value: 339.867740282. iteration 12178 found worse value: 339.867740282. iteration 12179 found worse value: 339.867740282. iteration 12180 found worse value: 339.867740282. iteration 12181 found worse value: 339.867740282. iteration 12182 found worse value: 339.867740282. iteration 12183 found worse value: 339.867740282. iteration 12184 found worse value: 339.867740282. iteration 12185 found worse value: 339.867740282. iteration 12186 found worse value: 339.867740282. iteration 12187 found worse value: 339.867740282. iteration 12188 found worse value: 339.867740282. iteration 12189 found worse value: 339.867740282. iteration 12190 found worse value: 339.867740282. iteration 12191 found worse value: 339.867740282. iteration 12192 found worse value: 339.867740282. iteration 12193 found worse value: 339.867740282. iteration 12194 found worse value: 339.867740282. iteration 12195 found worse value: 339.867740282. iteration 12196 found worse value: 339.867740282. iteration 12197 found worse value: 339.867740282. iteration 12198 found worse value: 339.867740282. iteration 12199 found worse value: 339.867740282. iteration 12200 found worse value: 339.867740282. iteration 12201 found worse value: 339.867740282. iteration 12202 found worse value: 339.867740282. iteration 12203 found worse value: 339.867740282. iteration 12204 found worse value: 339.867740282. iteration 12205 found worse value: 339.867740282. iteration 12206 found worse value: 339.867740282. iteration 12207 found worse value: 339.867740282. iteration 12208 found worse value: 339.867740282. iteration 12209 found worse value: 339.867740282. iteration 12210 found worse value: 339.867740282. iteration 12211 found worse value: 339.867740282. iteration 12212 found worse value: 339.867740282. iteration 12213 found worse value: 339.867740282. iteration 12214 found worse value: 339.867740282. iteration 12215 found worse value: 339.867740282. iteration 12216 found worse value: 339.867740282. iteration 12217 found worse value: 339.867740282. iteration 12218 found worse value: 339.867740282. iteration 12219 found worse value: 339.867740282. iteration 12220 found worse value: 339.867740282. iteration 12221 found worse value: 339.867740282. iteration 12222 found worse value: 339.867740282. iteration 12223 found worse value: 339.867740282. iteration 12224 found worse value: 339.867740282. iteration 12225 found worse value: 339.867740282. iteration 12226 found worse value: 339.867740282. iteration 12227 found worse value: 339.867740282. iteration 12228 found worse value: 339.867740282. iteration 12229 found worse value: 339.867740282. iteration 12230 found worse value: 339.867740282. iteration 12231 found worse value: 339.867740282. iteration 12232 found worse value: 339.867740282. iteration 12233 found worse value: 339.867740282. iteration 12234 found worse value: 339.867740282. iteration 12235 found worse value: 339.867740282. iteration 12236 found worse value: 339.867740282. iteration 12237 found worse value: 339.867740282. iteration 12238 found worse value: 339.867740282. iteration 12239 found worse value: 339.867740282. iteration 12240 found worse value: 339.867740282. iteration 12241 found worse value: 339.867740282. iteration 12242 found worse value: 339.867740282. iteration 12243 found worse value: 339.867740282. iteration 12244 found worse value: 339.867740282. iteration 12245 found worse value: 339.867740282. iteration 12246 found worse value: 339.867740282. iteration 12247 found worse value: 339.867740282. iteration 12248 found worse value: 339.867740282. iteration 12249 found worse value: 339.867740282. iteration 12250 found worse value: 339.867740282. iteration 12251 found worse value: 339.867740282. iteration 12252 found worse value: 339.867740282. iteration 12253 found worse value: 339.867740282. iteration 12254 found worse value: 339.867740282. iteration 12255 found worse value: 339.867740282. iteration 12256 found worse value: 339.867740282. iteration 12257 found worse value: 339.867740282. iteration 12258 found worse value: 339.867740282. iteration 12259 found worse value: 339.867740282. iteration 12260 found worse value: 339.867740282. iteration 12261 found worse value: 339.867740282. iteration 12262 found worse value: 339.867740282. iteration 12263 found worse value: 339.867740282. iteration 12264 found worse value: 339.867740282. iteration 12265 found worse value: 339.867740282. iteration 12266 found worse value: 339.867740282. iteration 12267 found worse value: 339.867740282. iteration 12268 found worse value: 339.867740282. iteration 12269 found worse value: 339.867740282. iteration 12270 found worse value: 339.867740282. iteration 12271 found worse value: 339.867740282. iteration 12272 found worse value: 339.867740282. iteration 12273 found worse value: 339.867740282. iteration 12274 found worse value: 339.867740282. iteration 12275 found worse value: 339.867740282. iteration 12276 found worse value: 339.867740282. iteration 12277 found worse value: 339.867740282. iteration 12278 found worse value: 339.867740282. iteration 12279 found worse value: 339.867740282. iteration 12280 found worse value: 339.867740282. iteration 12281 found worse value: 339.867740282. iteration 12282 found worse value: 339.867740282. iteration 12283 found worse value: 339.867740282. iteration 12284 found worse value: 339.867740282. iteration 12285 found worse value: 339.867740282. iteration 12286 found worse value: 339.867740282. iteration 12287 found worse value: 339.867740282. iteration 12288 found worse value: 339.867740282. iteration 12289 found worse value: 339.867740282. iteration 12290 found worse value: 339.867740282. iteration 12291 found worse value: 339.867740282. iteration 12292 found worse value: 339.867740282. iteration 12293 found worse value: 339.867740282. iteration 12294 found worse value: 339.867740282. iteration 12295 found worse value: 339.867740282. iteration 12296 found worse value: 339.867740282. iteration 12297 found worse value: 339.867740282. iteration 12298 found worse value: 339.867740282. iteration 12299 found worse value: 339.867740282. iteration 12300 found worse value: 339.867740282. iteration 12301 found worse value: 339.867740282. iteration 12302 found worse value: 339.867740282. iteration 12303 found worse value: 339.867740282. iteration 12304 found worse value: 339.867740282. iteration 12305 found worse value: 339.867740282. iteration 12306 found worse value: 339.867740282. iteration 12307 found worse value: 339.867740282. iteration 12308 found worse value: 339.867740282. iteration 12309 found worse value: 339.867740282. iteration 12310 found worse value: 339.867740282. iteration 12311 found worse value: 339.867740282. iteration 12312 found worse value: 339.867740282. iteration 12313 found worse value: 339.867740282. iteration 12314 found worse value: 339.867740282. iteration 12315 found worse value: 339.867740282. iteration 12316 found worse value: 339.867740282. iteration 12317 found worse value: 339.867740282. iteration 12318 found worse value: 339.867740282. iteration 12319 found worse value: 339.867740282. iteration 12320 found worse value: 339.867740282. iteration 12321 found worse value: 339.867740282. iteration 12322 found worse value: 339.867740282. iteration 12323 found worse value: 339.867740282. iteration 12324 found worse value: 339.867740282. iteration 12325 found worse value: 339.867740282. iteration 12326 found worse value: 339.867740282. iteration 12327 found worse value: 339.867740282. iteration 12328 found worse value: 339.867740282. iteration 12329 found worse value: 339.867740282. iteration 12330 found worse value: 339.867740282. iteration 12331 found worse value: 339.867740282. iteration 12332 found worse value: 339.867740282. iteration 12333 found worse value: 339.867740282. iteration 12334 found worse value: 339.867740282. iteration 12335 found worse value: 339.867740282. iteration 12336 found worse value: 339.867740282. iteration 12337 found worse value: 339.867740282. iteration 12338 found worse value: 339.867740282. iteration 12339 found worse value: 339.867740282. iteration 12340 found worse value: 339.867740282. iteration 12341 found worse value: 339.867740282. iteration 12342 found worse value: 339.867740282. iteration 12343 found worse value: 339.867740282. iteration 12344 found worse value: 339.867740282. iteration 12345 found worse value: 339.867740282. iteration 12346 found worse value: 339.867740282. iteration 12347 found worse value: 339.867740282. iteration 12348 found worse value: 339.867740282. iteration 12349 found worse value: 339.867740282. iteration 12350 found worse value: 339.867740282. iteration 12351 found worse value: 339.867740282. iteration 12352 found worse value: 339.867740282. iteration 12353 found worse value: 339.867740282. iteration 12354 found worse value: 339.867740282. iteration 12355 found worse value: 339.867740282. iteration 12356 found worse value: 339.867740282. iteration 12357 found worse value: 339.867740282. iteration 12358 found worse value: 339.867740282. iteration 12359 found worse value: 339.867740282. iteration 12360 found worse value: 339.867740282. iteration 12361 found worse value: 339.867740282. iteration 12362 found worse value: 339.867740282. iteration 12363 found worse value: 339.867740282. iteration 12364 found worse value: 339.867740282. iteration 12365 found worse value: 339.867740282. iteration 12366 found worse value: 339.867740282. iteration 12367 found worse value: 339.867740282. iteration 12368 found worse value: 339.867740282. iteration 12369 found worse value: 339.867740282. iteration 12370 found worse value: 339.867740282. iteration 12371 found worse value: 339.867740282. iteration 12372 found worse value: 339.867740282. iteration 12373 found worse value: 339.867740282. iteration 12374 found worse value: 339.867740282. iteration 12375 found worse value: 339.867740282. iteration 12376 found worse value: 339.867740282. iteration 12377 found worse value: 339.867740282. iteration 12378 found worse value: 339.867740282. iteration 12379 found worse value: 339.867740282. iteration 12380 found worse value: 339.867740282. iteration 12381 found worse value: 339.867740282. iteration 12382 found worse value: 339.867740282. iteration 12383 found worse value: 339.867740282. iteration 12384 found worse value: 339.867740282. iteration 12385 found worse value: 339.867740282. iteration 12386 found worse value: 339.867740282. iteration 12387 found worse value: 339.867740282. iteration 12388 found worse value: 339.867740282. iteration 12389 found worse value: 339.867740282. iteration 12390 found worse value: 339.867740282. iteration 12391 found worse value: 339.867740282. iteration 12392 found worse value: 339.867740282. iteration 12393 found worse value: 339.867740282. iteration 12394 found worse value: 339.867740282. iteration 12395 found worse value: 339.867740282. iteration 12396 found worse value: 339.867740282. iteration 12397 found worse value: 339.867740282. iteration 12398 found worse value: 339.867740282. iteration 12399 found worse value: 339.867740282. iteration 12400 found worse value: 339.867740282. iteration 12401 found worse value: 339.867740282. iteration 12402 found worse value: 339.867740282. iteration 12403 found worse value: 339.867740282. iteration 12404 found worse value: 339.867740282. iteration 12405 found worse value: 339.867740282. iteration 12406 found worse value: 339.867740282. iteration 12407 found worse value: 339.867740282. iteration 12408 found worse value: 339.867740282. iteration 12409 found worse value: 339.867740282. iteration 12410 found worse value: 339.867740282. iteration 12411 found worse value: 339.867740282. iteration 12412 found worse value: 339.867740282. iteration 12413 found worse value: 339.867740282. iteration 12414 found worse value: 339.867740282. iteration 12415 found worse value: 339.867740282. iteration 12416 found worse value: 339.867740282. iteration 12417 found worse value: 339.867740282. iteration 12418 found worse value: 339.867740282. iteration 12419 found worse value: 339.867740282. iteration 12420 found worse value: 339.867740282. iteration 12421 found worse value: 339.867740282. iteration 12422 found worse value: 339.867740282. iteration 12423 found worse value: 339.867740282. iteration 12424 found worse value: 339.867740282. iteration 12425 found worse value: 339.867740282. iteration 12426 found worse value: 339.867740282. iteration 12427 found worse value: 339.867740282. iteration 12428 found worse value: 339.867740282. iteration 12429 found worse value: 339.867740282. iteration 12430 found worse value: 339.867740282. iteration 12431 found worse value: 339.867740282. iteration 12432 found worse value: 339.867740282. iteration 12433 found worse value: 339.867740282. iteration 12434 found worse value: 339.867740282. iteration 12435 found worse value: 339.867740282. iteration 12436 found worse value: 339.867740282. iteration 12437 found worse value: 339.867740282. iteration 12438 found worse value: 339.867740282. iteration 12439 found worse value: 339.867740282. iteration 12440 found worse value: 339.867740282. iteration 12441 found worse value: 339.867740282. iteration 12442 found worse value: 339.867740282. iteration 12443 found worse value: 339.867740282. iteration 12444 found worse value: 339.867740282. iteration 12445 found worse value: 339.867740282. iteration 12446 found worse value: 339.867740282. iteration 12447 found worse value: 339.867740282. iteration 12448 found worse value: 339.867740282. iteration 12449 found worse value: 339.867740282. iteration 12450 found worse value: 339.867740282. iteration 12451 found worse value: 339.867740282. iteration 12452 found worse value: 339.867740282. iteration 12453 found worse value: 339.867740282. iteration 12454 found worse value: 339.867740282. iteration 12455 found worse value: 339.867740282. iteration 12456 found worse value: 339.867740282. iteration 12457 found worse value: 339.867740282. iteration 12458 found worse value: 339.867740282. iteration 12459 found worse value: 339.867740282. iteration 12460 found worse value: 339.867740282. iteration 12461 found worse value: 339.867740282. iteration 12462 found worse value: 339.867740282. iteration 12463 found worse value: 339.867740282. iteration 12464 found worse value: 339.867740282. iteration 12465 found worse value: 339.867740282. iteration 12466 found worse value: 339.867740282. iteration 12467 found worse value: 339.867740282. iteration 12468 found worse value: 339.867740282. iteration 12469 found worse value: 339.867740282. iteration 12470 found worse value: 339.867740282. iteration 12471 found worse value: 339.867740282. iteration 12472 found worse value: 339.867740282. iteration 12473 found worse value: 339.867740282. iteration 12474 found worse value: 339.867740282. iteration 12475 found worse value: 339.867740282. iteration 12476 found worse value: 339.867740282. iteration 12477 found worse value: 339.867740282. iteration 12478 found worse value: 339.867740282. iteration 12479 found worse value: 339.867740282. iteration 12480 found worse value: 339.867740282. iteration 12481 found worse value: 339.867740282. iteration 12482 found worse value: 339.867740282. iteration 12483 found worse value: 339.867740282. iteration 12484 found worse value: 339.867740282. iteration 12485 found worse value: 339.867740282. iteration 12486 found worse value: 339.867740282. iteration 12487 found worse value: 339.867740282. iteration 12488 found worse value: 339.867740282. iteration 12489 found worse value: 339.867740282. iteration 12490 found worse value: 339.867740282. iteration 12491 found worse value: 339.867740282. iteration 12492 found worse value: 339.867740282. iteration 12493 found worse value: 339.867740282. iteration 12494 found worse value: 339.867740282. iteration 12495 found worse value: 339.867740282. iteration 12496 found worse value: 339.867740282. iteration 12497 found worse value: 339.867740282. iteration 12498 found worse value: 339.867740282. iteration 12499 found worse value: 339.867740282. iteration 12500 found worse value: 339.867740282. iteration 12501 found worse value: 339.867740282. iteration 12502 found worse value: 339.867740282. iteration 12503 found worse value: 339.867740282. iteration 12504 found worse value: 339.867740282. iteration 12505 found worse value: 339.867740282. iteration 12506 found worse value: 339.867740282. iteration 12507 found worse value: 339.867740282. iteration 12508 found worse value: 339.867740282. iteration 12509 found worse value: 339.867740282. iteration 12510 found worse value: 339.867740282. iteration 12511 found worse value: 339.867740282. iteration 12512 found worse value: 339.867740282. iteration 12513 found worse value: 339.867740282. iteration 12514 found worse value: 339.867740282. iteration 12515 found worse value: 339.867740282. iteration 12516 found worse value: 339.867740282. iteration 12517 found worse value: 339.867740282. iteration 12518 found worse value: 339.867740282. iteration 12519 found worse value: 339.867740282. iteration 12520 found worse value: 339.867740282. iteration 12521 found worse value: 339.867740282. iteration 12522 found worse value: 339.867740282. iteration 12523 found worse value: 339.867740282. iteration 12524 found worse value: 339.867740282. iteration 12525 found worse value: 339.867740282. iteration 12526 found worse value: 339.867740282. iteration 12527 found worse value: 339.867740282. iteration 12528 found worse value: 339.867740282. iteration 12529 found worse value: 339.867740282. iteration 12530 found worse value: 339.867740282. iteration 12531 found worse value: 339.867740282. iteration 12532 found worse value: 339.867740282. iteration 12533 found worse value: 339.867740282. iteration 12534 found worse value: 339.867740282. iteration 12535 found worse value: 339.867740282. iteration 12536 found worse value: 339.867740282. iteration 12537 found worse value: 339.867740282. iteration 12538 found worse value: 339.867740282. iteration 12539 found worse value: 339.867740282. iteration 12540 found worse value: 339.867740282. iteration 12541 found worse value: 339.867740282. iteration 12542 found worse value: 339.867740282. iteration 12543 found worse value: 339.867740282. iteration 12544 found worse value: 339.867740282. iteration 12545 found worse value: 339.867740282. iteration 12546 found worse value: 339.867740282. iteration 12547 found worse value: 339.867740282. iteration 12548 found worse value: 339.867740282. iteration 12549 found worse value: 339.867740282. iteration 12550 found worse value: 339.867740282. iteration 12551 found worse value: 339.867740282. iteration 12552 found worse value: 339.867740282. iteration 12553 found worse value: 339.867740282. iteration 12554 found worse value: 339.867740282. iteration 12555 found worse value: 339.867740282. iteration 12556 found worse value: 339.867740282. iteration 12557 found worse value: 339.867740282. iteration 12558 found worse value: 339.867740282. iteration 12559 found worse value: 339.867740282. iteration 12560 found worse value: 339.867740282. iteration 12561 found worse value: 339.867740282. iteration 12562 found worse value: 339.867740282. iteration 12563 found worse value: 339.867740282. iteration 12564 found worse value: 339.867740282. iteration 12565 found worse value: 339.867740282. iteration 12566 found worse value: 339.867740282. iteration 12567 found worse value: 339.867740282. iteration 12568 found worse value: 339.867740282. iteration 12569 found worse value: 339.867740282. iteration 12570 found worse value: 339.867740282. iteration 12571 found worse value: 339.867740282. iteration 12572 found worse value: 339.867740282. iteration 12573 found worse value: 339.867740282. iteration 12574 found worse value: 339.867740282. iteration 12575 found worse value: 339.867740282. iteration 12576 found worse value: 339.867740282. iteration 12577 found worse value: 339.867740282. iteration 12578 found worse value: 339.867740282. iteration 12579 found worse value: 339.867740282. iteration 12580 found worse value: 339.867740282. iteration 12581 found worse value: 339.867740282. iteration 12582 found worse value: 339.867740282. iteration 12583 found worse value: 339.867740282. iteration 12584 found worse value: 339.867740282. iteration 12585 found worse value: 339.867740282. iteration 12586 found worse value: 339.867740282. iteration 12587 found worse value: 339.867740282. iteration 12588 found worse value: 339.867740282. iteration 12589 found worse value: 339.867740282. iteration 12590 found worse value: 339.867740282. iteration 12591 found worse value: 339.867740282. iteration 12592 found worse value: 339.867740282. iteration 12593 found worse value: 339.867740282. iteration 12594 found worse value: 339.867740282. iteration 12595 found worse value: 339.867740282. iteration 12596 found worse value: 339.867740282. iteration 12597 found worse value: 339.867740282. iteration 12598 found worse value: 339.867740282. iteration 12599 found worse value: 339.867740282. iteration 12600 found worse value: 339.867740282. iteration 12601 found worse value: 339.867740282. iteration 12602 found worse value: 339.867740282. iteration 12603 found worse value: 339.867740282. iteration 12604 found worse value: 339.867740282. iteration 12605 found worse value: 339.867740282. iteration 12606 found worse value: 339.867740282. iteration 12607 found worse value: 339.867740282. iteration 12608 found worse value: 339.867740282. iteration 12609 found worse value: 339.867740282. iteration 12610 found worse value: 339.867740282. iteration 12611 found worse value: 339.867740282. iteration 12612 found worse value: 339.867740282. iteration 12613 found worse value: 339.867740282. iteration 12614 found worse value: 339.867740282. iteration 12615 found worse value: 339.867740282. iteration 12616 found worse value: 339.867740282. iteration 12617 found worse value: 339.867740282. iteration 12618 found worse value: 339.867740282. iteration 12619 found worse value: 339.867740282. iteration 12620 found worse value: 339.867740282. iteration 12621 found worse value: 339.867740282. iteration 12622 found worse value: 339.867740282. iteration 12623 found worse value: 339.867740282. iteration 12624 found worse value: 339.867740282. iteration 12625 found worse value: 339.867740282. iteration 12626 found worse value: 339.867740282. iteration 12627 found worse value: 339.867740282. iteration 12628 found worse value: 339.867740282. iteration 12629 found worse value: 339.867740282. iteration 12630 found worse value: 339.867740282. iteration 12631 found worse value: 339.867740282. iteration 12632 found worse value: 339.867740282. iteration 12633 found worse value: 339.867740282. iteration 12634 found worse value: 339.867740282. iteration 12635 found worse value: 339.867740282. iteration 12636 found worse value: 339.867740282. iteration 12637 found worse value: 339.867740282. iteration 12638 found worse value: 339.867740282. iteration 12639 found worse value: 339.867740282. iteration 12640 found worse value: 339.867740282. iteration 12641 found worse value: 339.867740282. iteration 12642 found worse value: 339.867740282. iteration 12643 found worse value: 339.867740282. iteration 12644 found worse value: 339.867740282. iteration 12645 found worse value: 339.867740282. iteration 12646 found worse value: 339.867740282. iteration 12647 found worse value: 339.867740282. iteration 12648 found worse value: 339.867740282. iteration 12649 found worse value: 339.867740282. iteration 12650 found worse value: 339.867740282. iteration 12651 found worse value: 339.867740282. iteration 12652 found worse value: 339.867740282. iteration 12653 found worse value: 339.867740282. iteration 12654 found worse value: 339.867740282. iteration 12655 found worse value: 339.867740282. iteration 12656 found worse value: 339.867740282. iteration 12657 found worse value: 339.867740282. iteration 12658 found worse value: 339.867740282. iteration 12659 found worse value: 339.867740282. iteration 12660 found worse value: 339.867740282. iteration 12661 found worse value: 339.867740282. iteration 12662 found worse value: 339.867740282. iteration 12663 found worse value: 339.867740282. iteration 12664 found worse value: 339.867740282. iteration 12665 found worse value: 339.867740282. iteration 12666 found worse value: 339.867740282. iteration 12667 found worse value: 339.867740282. iteration 12668 found worse value: 339.867740282. iteration 12669 found worse value: 339.867740282. iteration 12670 found worse value: 339.867740282. iteration 12671 found worse value: 339.867740282. iteration 12672 found worse value: 339.867740282. iteration 12673 found worse value: 339.867740282. iteration 12674 found worse value: 339.867740282. iteration 12675 found worse value: 339.867740282. iteration 12676 found worse value: 339.867740282. iteration 12677 found worse value: 339.867740282. iteration 12678 found worse value: 339.867740282. iteration 12679 found worse value: 339.867740282. iteration 12680 found worse value: 339.867740282. iteration 12681 found worse value: 339.867740282. iteration 12682 found worse value: 339.867740282. iteration 12683 found worse value: 339.867740282. iteration 12684 found worse value: 339.867740282. iteration 12685 found worse value: 339.867740282. iteration 12686 found worse value: 339.867740282. iteration 12687 found worse value: 339.867740282. iteration 12688 found worse value: 339.867740282. iteration 12689 found worse value: 339.867740282. iteration 12690 found worse value: 339.867740282. iteration 12691 found worse value: 339.867740282. iteration 12692 found worse value: 339.867740282. iteration 12693 found worse value: 339.867740282. iteration 12694 found worse value: 339.867740282. iteration 12695 found worse value: 339.867740282. iteration 12696 found worse value: 339.867740282. iteration 12697 found worse value: 339.867740282. iteration 12698 found worse value: 339.867740282. iteration 12699 found worse value: 339.867740282. iteration 12700 found worse value: 339.867740282. iteration 12701 found worse value: 339.867740282. iteration 12702 found worse value: 339.867740282. iteration 12703 found worse value: 339.867740282. iteration 12704 found worse value: 339.867740282. iteration 12705 found worse value: 339.867740282. iteration 12706 found worse value: 339.867740282. iteration 12707 found worse value: 339.867740282. iteration 12708 found worse value: 339.867740282. iteration 12709 found worse value: 339.867740282. iteration 12710 found worse value: 339.867740282. iteration 12711 found worse value: 339.867740282. iteration 12712 found worse value: 339.867740282. iteration 12713 found worse value: 339.867740282. iteration 12714 found worse value: 339.867740282. iteration 12715 found worse value: 339.867740282. iteration 12716 found worse value: 339.867740282. iteration 12717 found worse value: 339.867740282. iteration 12718 found worse value: 339.867740282. iteration 12719 found worse value: 339.867740282. iteration 12720 found worse value: 339.867740282. iteration 12721 found worse value: 339.867740282. iteration 12722 found worse value: 339.867740282. iteration 12723 found worse value: 339.867740282. iteration 12724 found worse value: 339.867740282. iteration 12725 found worse value: 339.867740282. iteration 12726 found worse value: 339.867740282. iteration 12727 found worse value: 339.867740282. iteration 12728 found worse value: 339.867740282. iteration 12729 found worse value: 339.867740282. iteration 12730 found worse value: 339.867740282. iteration 12731 found worse value: 339.867740282. iteration 12732 found worse value: 339.867740282. iteration 12733 found worse value: 339.867740282. iteration 12734 found worse value: 339.867740282. iteration 12735 found worse value: 339.867740282. iteration 12736 found worse value: 339.867740282. iteration 12737 found worse value: 339.867740282. iteration 12738 found worse value: 339.867740282. iteration 12739 found worse value: 339.867740282. iteration 12740 found worse value: 339.867740282. iteration 12741 found worse value: 339.867740282. iteration 12742 found worse value: 339.867740282. iteration 12743 found worse value: 339.867740282. iteration 12744 found worse value: 339.867740282. iteration 12745 found worse value: 339.867740282. iteration 12746 found worse value: 339.867740282. iteration 12747 found worse value: 339.867740282. iteration 12748 found worse value: 339.867740282. iteration 12749 found worse value: 339.867740282. iteration 12750 found worse value: 339.867740282. iteration 12751 found worse value: 339.867740282. iteration 12752 found worse value: 339.867740282. iteration 12753 found worse value: 339.867740282. iteration 12754 found worse value: 339.867740282. iteration 12755 found worse value: 339.867740282. iteration 12756 found worse value: 339.867740282. iteration 12757 found worse value: 339.867740282. iteration 12758 found worse value: 339.867740282. iteration 12759 found worse value: 339.867740282. iteration 12760 found worse value: 339.867740282. iteration 12761 found worse value: 339.867740282. iteration 12762 found worse value: 339.867740282. iteration 12763 found worse value: 339.867740282. iteration 12764 found worse value: 339.867740282. iteration 12765 found worse value: 339.867740282. iteration 12766 found worse value: 339.867740282. iteration 12767 found worse value: 339.867740282. iteration 12768 found worse value: 339.867740282. iteration 12769 found worse value: 339.867740282. iteration 12770 found worse value: 339.867740282. iteration 12771 found worse value: 339.867740282. iteration 12772 found worse value: 339.867740282. iteration 12773 found worse value: 339.867740282. iteration 12774 found worse value: 339.867740282. iteration 12775 found worse value: 339.867740282. iteration 12776 found worse value: 339.867740282. iteration 12777 found worse value: 339.867740282. iteration 12778 found worse value: 339.867740282. iteration 12779 found worse value: 339.867740282. iteration 12780 found worse value: 339.867740282. iteration 12781 found worse value: 339.867740282. iteration 12782 found worse value: 339.867740282. iteration 12783 found worse value: 339.867740282. iteration 12784 found worse value: 339.867740282. iteration 12785 found worse value: 339.867740282. iteration 12786 found worse value: 339.867740282. iteration 12787 found worse value: 339.867740282. iteration 12788 found worse value: 339.867740282. iteration 12789 found worse value: 339.867740282. iteration 12790 found worse value: 339.867740282. iteration 12791 found worse value: 339.867740282. iteration 12792 found worse value: 339.867740282. iteration 12793 found worse value: 339.867740282. iteration 12794 found worse value: 339.867740282. iteration 12795 found worse value: 339.867740282. iteration 12796 found worse value: 339.867740282. iteration 12797 found worse value: 339.867740282. iteration 12798 found worse value: 339.867740282. iteration 12799 found worse value: 339.867740282. iteration 12800 found worse value: 339.867740282. iteration 12801 found worse value: 339.867740282. iteration 12802 found worse value: 339.867740282. iteration 12803 found worse value: 339.867740282. iteration 12804 found worse value: 339.867740282. iteration 12805 found worse value: 339.867740282. iteration 12806 found worse value: 339.867740282. iteration 12807 found worse value: 339.867740282. iteration 12808 found worse value: 339.867740282. iteration 12809 found worse value: 339.867740282. iteration 12810 found worse value: 339.867740282. iteration 12811 found worse value: 339.867740282. iteration 12812 found worse value: 339.867740282. iteration 12813 found worse value: 339.867740282. iteration 12814 found worse value: 339.867740282. iteration 12815 found worse value: 339.867740282. iteration 12816 found worse value: 339.867740282. iteration 12817 found worse value: 339.867740282. iteration 12818 found worse value: 339.867740282. iteration 12819 found worse value: 339.867740282. iteration 12820 found worse value: 339.867740282. iteration 12821 found worse value: 339.867740282. iteration 12822 found worse value: 339.867740282. iteration 12823 found worse value: 339.867740282. iteration 12824 found worse value: 339.867740282. iteration 12825 found worse value: 339.867740282. iteration 12826 found worse value: 339.867740282. iteration 12827 found worse value: 339.867740282. iteration 12828 found worse value: 339.867740282. iteration 12829 found worse value: 339.867740282. iteration 12830 found worse value: 339.867740282. iteration 12831 found worse value: 339.867740282. iteration 12832 found worse value: 339.867740282. iteration 12833 found worse value: 339.867740282. iteration 12834 found worse value: 339.867740282. iteration 12835 found worse value: 339.867740282. iteration 12836 found worse value: 339.867740282. iteration 12837 found worse value: 339.867740282. iteration 12838 found worse value: 339.867740282. iteration 12839 found worse value: 339.867740282. iteration 12840 found worse value: 339.867740282. iteration 12841 found worse value: 339.867740282. iteration 12842 found worse value: 339.867740282. iteration 12843 found worse value: 339.867740282. iteration 12844 found worse value: 339.867740282. iteration 12845 found worse value: 339.867740282. iteration 12846 found worse value: 339.867740282. iteration 12847 found worse value: 339.867740282. iteration 12848 found worse value: 339.867740282. iteration 12849 found worse value: 339.867740282. iteration 12850 found worse value: 339.867740282. iteration 12851 found worse value: 339.867740282. iteration 12852 found worse value: 339.867740282. iteration 12853 found worse value: 339.867740282. iteration 12854 found worse value: 339.867740282. iteration 12855 found worse value: 339.867740282. iteration 12856 found worse value: 339.867740282. iteration 12857 found worse value: 339.867740282. iteration 12858 found worse value: 339.867740282. iteration 12859 found worse value: 339.867740282. iteration 12860 found worse value: 339.867740282. iteration 12861 found worse value: 339.867740282. iteration 12862 found worse value: 339.867740282. iteration 12863 found worse value: 339.867740282. iteration 12864 found worse value: 339.867740282. iteration 12865 found worse value: 339.867740282. iteration 12866 found worse value: 339.867740282. iteration 12867 found worse value: 339.867740282. iteration 12868 found worse value: 339.867740282. iteration 12869 found worse value: 339.867740282. iteration 12870 found worse value: 339.867740282. iteration 12871 found worse value: 339.867740282. iteration 12872 found worse value: 339.867740282. iteration 12873 found worse value: 339.867740282. iteration 12874 found worse value: 339.867740282. iteration 12875 found worse value: 339.867740282. iteration 12876 found worse value: 339.867740282. iteration 12877 found worse value: 339.867740282. iteration 12878 found worse value: 339.867740282. iteration 12879 found worse value: 339.867740282. iteration 12880 found worse value: 339.867740282. iteration 12881 found worse value: 339.867740282. iteration 12882 found worse value: 339.867740282. iteration 12883 found worse value: 339.867740282. iteration 12884 found worse value: 339.867740282. iteration 12885 found worse value: 339.867740282. iteration 12886 found worse value: 339.867740282. iteration 12887 found worse value: 339.867740282. iteration 12888 found worse value: 339.867740282. iteration 12889 found worse value: 339.867740282. iteration 12890 found worse value: 339.867740282. iteration 12891 found worse value: 339.867740282. iteration 12892 found worse value: 339.867740282. iteration 12893 found worse value: 339.867740282. iteration 12894 found worse value: 339.867740282. iteration 12895 found worse value: 339.867740282. iteration 12896 found worse value: 339.867740282. iteration 12897 found worse value: 339.867740282. iteration 12898 found worse value: 339.867740282. iteration 12899 found worse value: 339.867740282. iteration 12900 found worse value: 339.867740282. iteration 12901 found worse value: 339.867740282. iteration 12902 found worse value: 339.867740282. iteration 12903 found worse value: 339.867740282. iteration 12904 found worse value: 339.867740282. iteration 12905 found worse value: 339.867740282. iteration 12906 found worse value: 339.867740282. iteration 12907 found worse value: 339.867740282. iteration 12908 found worse value: 339.867740282. iteration 12909 found worse value: 339.867740282. iteration 12910 found worse value: 339.867740282. iteration 12911 found worse value: 339.867740282. iteration 12912 found worse value: 339.867740282. iteration 12913 found worse value: 339.867740282. iteration 12914 found worse value: 339.867740282. iteration 12915 found worse value: 339.867740282. iteration 12916 found worse value: 339.867740282. iteration 12917 found worse value: 339.867740282. iteration 12918 found worse value: 339.867740282. iteration 12919 found worse value: 339.867740282. iteration 12920 found worse value: 339.867740282. iteration 12921 found worse value: 339.867740282. iteration 12922 found worse value: 339.867740282. iteration 12923 found worse value: 339.867740282. iteration 12924 found worse value: 339.867740282. iteration 12925 found worse value: 339.867740282. iteration 12926 found worse value: 339.867740282. iteration 12927 found worse value: 339.867740282. iteration 12928 found worse value: 339.867740282. iteration 12929 found worse value: 339.867740282. iteration 12930 found worse value: 339.867740282. iteration 12931 found worse value: 339.867740282. iteration 12932 found worse value: 339.867740282. iteration 12933 found worse value: 339.867740282. iteration 12934 found worse value: 339.867740282. iteration 12935 found worse value: 339.867740282. iteration 12936 found worse value: 339.867740282. iteration 12937 found worse value: 339.867740282. iteration 12938 found worse value: 339.867740282. iteration 12939 found worse value: 339.867740282. iteration 12940 found worse value: 339.867740282. iteration 12941 found worse value: 339.867740282. iteration 12942 found worse value: 339.867740282. iteration 12943 found worse value: 339.867740282. iteration 12944 found worse value: 339.867740282. iteration 12945 found worse value: 339.867740282. iteration 12946 found worse value: 339.867740282. iteration 12947 found worse value: 339.867740282. iteration 12948 found worse value: 339.867740282. iteration 12949 found worse value: 339.867740282. iteration 12950 found worse value: 339.867740282. iteration 12951 found worse value: 339.867740282. iteration 12952 found worse value: 339.867740282. iteration 12953 found worse value: 339.867740282. iteration 12954 found worse value: 339.867740282. iteration 12955 found worse value: 339.867740282. iteration 12956 found worse value: 339.867740282. iteration 12957 found worse value: 339.867740282. iteration 12958 found worse value: 339.867740282. iteration 12959 found worse value: 339.867740282. iteration 12960 found worse value: 339.867740282. iteration 12961 found worse value: 339.867740282. iteration 12962 found worse value: 339.867740282. iteration 12963 found worse value: 339.867740282. iteration 12964 found worse value: 339.867740282. iteration 12965 found worse value: 339.867740282. iteration 12966 found worse value: 339.867740282. iteration 12967 found worse value: 339.867740282. iteration 12968 found worse value: 339.867740282. iteration 12969 found worse value: 339.867740282. iteration 12970 found worse value: 339.867740282. iteration 12971 found worse value: 339.867740282. iteration 12972 found worse value: 339.867740282. iteration 12973 found worse value: 339.867740282. iteration 12974 found worse value: 339.867740282. iteration 12975 found worse value: 339.867740282. iteration 12976 found worse value: 339.867740282. iteration 12977 found worse value: 339.867740282. iteration 12978 found worse value: 339.867740282. iteration 12979 found worse value: 339.867740282. iteration 12980 found worse value: 339.867740282. iteration 12981 found worse value: 339.867740282. iteration 12982 found worse value: 339.867740282. iteration 12983 found worse value: 339.867740282. iteration 12984 found worse value: 339.867740282. iteration 12985 found worse value: 339.867740282. iteration 12986 found worse value: 339.867740282. iteration 12987 found worse value: 339.867740282. iteration 12988 found worse value: 339.867740282. iteration 12989 found worse value: 339.867740282. iteration 12990 found worse value: 339.867740282. iteration 12991 found worse value: 339.867740282. iteration 12992 found worse value: 339.867740282. iteration 12993 found worse value: 339.867740282. iteration 12994 found worse value: 339.867740282. iteration 12995 found worse value: 339.867740282. iteration 12996 found worse value: 339.867740282. iteration 12997 found worse value: 339.867740282. iteration 12998 found worse value: 339.867740282. iteration 12999 found worse value: 339.867740282. iteration 13000 found worse value: 339.867740282. iteration 13001 found worse value: 339.867740282. iteration 13002 found worse value: 339.867740282. iteration 13003 found worse value: 339.867740282. iteration 13004 found worse value: 339.867740282. iteration 13005 found worse value: 339.867740282. iteration 13006 found worse value: 339.867740282. iteration 13007 found worse value: 339.867740282. iteration 13008 found worse value: 339.867740282. iteration 13009 found worse value: 339.867740282. iteration 13010 found worse value: 339.867740282. iteration 13011 found worse value: 339.867740282. iteration 13012 found worse value: 339.867740282. iteration 13013 found worse value: 339.867740282. iteration 13014 found worse value: 339.867740282. iteration 13015 found worse value: 339.867740282. iteration 13016 found worse value: 339.867740282. iteration 13017 found worse value: 339.867740282. iteration 13018 found worse value: 339.867740282. iteration 13019 found worse value: 339.867740282. iteration 13020 found worse value: 339.867740282. iteration 13021 found worse value: 339.867740282. iteration 13022 found worse value: 339.867740282. iteration 13023 found worse value: 339.867740282. iteration 13024 found worse value: 339.867740282. iteration 13025 found worse value: 339.867740282. iteration 13026 found worse value: 339.867740282. iteration 13027 found worse value: 339.867740282. iteration 13028 found worse value: 339.867740282. iteration 13029 found worse value: 339.867740282. iteration 13030 found worse value: 339.867740282. iteration 13031 found worse value: 339.867740282. iteration 13032 found worse value: 339.867740282. iteration 13033 found worse value: 339.867740282. iteration 13034 found worse value: 339.867740282. iteration 13035 found worse value: 339.867740282. iteration 13036 found worse value: 339.867740282. iteration 13037 found worse value: 339.867740282. iteration 13038 found worse value: 339.867740282. iteration 13039 found worse value: 339.867740282. iteration 13040 found worse value: 339.867740282. iteration 13041 found worse value: 339.867740282. iteration 13042 found worse value: 339.867740282. iteration 13043 found worse value: 339.867740282. iteration 13044 found worse value: 339.867740282. iteration 13045 found worse value: 339.867740282. iteration 13046 found worse value: 339.867740282. iteration 13047 found worse value: 339.867740282. iteration 13048 found worse value: 339.867740282. iteration 13049 found worse value: 339.867740282. iteration 13050 found worse value: 339.867740282. iteration 13051 found worse value: 339.867740282. iteration 13052 found worse value: 339.867740282. iteration 13053 found worse value: 339.867740282. iteration 13054 found worse value: 339.867740282. iteration 13055 found worse value: 339.867740282. iteration 13056 found worse value: 339.867740282. iteration 13057 found worse value: 339.867740282. iteration 13058 found worse value: 339.867740282. iteration 13059 found worse value: 339.867740282. iteration 13060 found worse value: 339.867740282. iteration 13061 found worse value: 339.867740282. iteration 13062 found worse value: 339.867740282. iteration 13063 found worse value: 339.867740282. iteration 13064 found worse value: 339.867740282. iteration 13065 found worse value: 339.867740282. iteration 13066 found worse value: 339.867740282. iteration 13067 found worse value: 339.867740282. iteration 13068 found worse value: 339.867740282. iteration 13069 found worse value: 339.867740282. iteration 13070 found worse value: 339.867740282. iteration 13071 found worse value: 339.867740282. iteration 13072 found worse value: 339.867740282. iteration 13073 found worse value: 339.867740282. iteration 13074 found worse value: 339.867740282. iteration 13075 found worse value: 339.867740282. iteration 13076 found worse value: 339.867740282. iteration 13077 found worse value: 339.867740282. iteration 13078 found worse value: 339.867740282. iteration 13079 found worse value: 339.867740282. iteration 13080 found worse value: 339.867740282. iteration 13081 found worse value: 339.867740282. iteration 13082 found worse value: 339.867740282. iteration 13083 found worse value: 339.867740282. iteration 13084 found worse value: 339.867740282. iteration 13085 found worse value: 339.867740282. iteration 13086 found worse value: 339.867740282. iteration 13087 found worse value: 339.867740282. iteration 13088 found worse value: 339.867740282. iteration 13089 found worse value: 339.867740282. iteration 13090 found worse value: 339.867740282. iteration 13091 found worse value: 339.867740282. iteration 13092 found worse value: 339.867740282. iteration 13093 found worse value: 339.867740282. iteration 13094 found worse value: 339.867740282. iteration 13095 found worse value: 339.867740282. iteration 13096 found worse value: 339.867740282. iteration 13097 found worse value: 339.867740282. iteration 13098 found worse value: 339.867740282. iteration 13099 found worse value: 339.867740282. iteration 13100 found worse value: 339.867740282. iteration 13101 found worse value: 339.867740282. iteration 13102 found worse value: 339.867740282. iteration 13103 found worse value: 339.867740282. iteration 13104 found worse value: 339.867740282. iteration 13105 found worse value: 339.867740282. iteration 13106 found worse value: 339.867740282. iteration 13107 found worse value: 339.867740282. iteration 13108 found worse value: 339.867740282. iteration 13109 found worse value: 339.867740282. iteration 13110 found worse value: 339.867740282. iteration 13111 found worse value: 339.867740282. iteration 13112 found worse value: 339.867740282. iteration 13113 found worse value: 339.867740282. iteration 13114 found worse value: 339.867740282. iteration 13115 found worse value: 339.867740282. iteration 13116 found worse value: 339.867740282. iteration 13117 found worse value: 339.867740282. iteration 13118 found worse value: 339.867740282. iteration 13119 found worse value: 339.867740282. iteration 13120 found worse value: 339.867740282. iteration 13121 found worse value: 339.867740282. iteration 13122 found worse value: 339.867740282. iteration 13123 found worse value: 339.867740282. iteration 13124 found worse value: 339.867740282. iteration 13125 found worse value: 339.867740282. iteration 13126 found worse value: 339.867740282. iteration 13127 found worse value: 339.867740282. iteration 13128 found worse value: 339.867740282. iteration 13129 found worse value: 339.867740282. iteration 13130 found worse value: 339.867740282. iteration 13131 found worse value: 339.867740282. iteration 13132 found worse value: 339.867740282. iteration 13133 found worse value: 339.867740282. iteration 13134 found worse value: 339.867740282. iteration 13135 found worse value: 339.867740282. iteration 13136 found worse value: 339.867740282. iteration 13137 found worse value: 339.867740282. iteration 13138 found worse value: 339.867740282. iteration 13139 found worse value: 339.867740282. iteration 13140 found worse value: 339.867740282. iteration 13141 found worse value: 339.867740282. iteration 13142 found worse value: 339.867740282. iteration 13143 found worse value: 339.867740282. iteration 13144 found worse value: 339.867740282. iteration 13145 found worse value: 339.867740282. iteration 13146 found worse value: 339.867740282. iteration 13147 found worse value: 339.867740282. iteration 13148 found worse value: 339.867740282. iteration 13149 found worse value: 339.867740282. iteration 13150 found worse value: 339.867740282. iteration 13151 found worse value: 339.867740282. iteration 13152 found worse value: 339.867740282. iteration 13153 found worse value: 339.867740282. iteration 13154 found worse value: 339.867740282. iteration 13155 found worse value: 339.867740282. iteration 13156 found worse value: 339.867740282. iteration 13157 found worse value: 339.867740282. iteration 13158 found worse value: 339.867740282. iteration 13159 found worse value: 339.867740282. iteration 13160 found worse value: 339.867740282. iteration 13161 found worse value: 339.867740282. iteration 13162 found worse value: 339.867740282. iteration 13163 found worse value: 339.867740282. iteration 13164 found worse value: 339.867740282. iteration 13165 found worse value: 339.867740282. iteration 13166 found worse value: 339.867740282. iteration 13167 found worse value: 339.867740282. iteration 13168 found worse value: 339.867740282. iteration 13169 found worse value: 339.867740282. iteration 13170 found worse value: 339.867740282. iteration 13171 found worse value: 339.867740282. iteration 13172 found worse value: 339.867740282. iteration 13173 found worse value: 339.867740282. iteration 13174 found worse value: 339.867740282. iteration 13175 found worse value: 339.867740282. iteration 13176 found worse value: 339.867740282. iteration 13177 found worse value: 339.867740282. iteration 13178 found worse value: 339.867740282. iteration 13179 found worse value: 339.867740282. iteration 13180 found worse value: 339.867740282. iteration 13181 found worse value: 339.867740282. iteration 13182 found worse value: 339.867740282. iteration 13183 found worse value: 339.867740282. iteration 13184 found worse value: 339.867740282. iteration 13185 found worse value: 339.867740282. iteration 13186 found worse value: 339.867740282. iteration 13187 found worse value: 339.867740282. iteration 13188 found worse value: 339.867740282. iteration 13189 found worse value: 339.867740282. iteration 13190 found worse value: 339.867740282. iteration 13191 found worse value: 339.867740282. iteration 13192 found worse value: 339.867740282. iteration 13193 found worse value: 339.867740282. iteration 13194 found worse value: 339.867740282. iteration 13195 found worse value: 339.867740282. iteration 13196 found worse value: 339.867740282. iteration 13197 found worse value: 339.867740282. iteration 13198 found worse value: 339.867740282. iteration 13199 found worse value: 339.867740282. iteration 13200 found worse value: 339.867740282. iteration 13201 found worse value: 339.867740282. iteration 13202 found worse value: 339.867740282. iteration 13203 found worse value: 339.867740282. iteration 13204 found worse value: 339.867740282. iteration 13205 found worse value: 339.867740282. iteration 13206 found worse value: 339.867740282. iteration 13207 found worse value: 339.867740282. iteration 13208 found worse value: 339.867740282. iteration 13209 found worse value: 339.867740282. iteration 13210 found worse value: 339.867740282. iteration 13211 found worse value: 339.867740282. iteration 13212 found worse value: 339.867740282. iteration 13213 found worse value: 339.867740282. iteration 13214 found worse value: 339.867740282. iteration 13215 found worse value: 339.867740282. iteration 13216 found worse value: 339.867740282. iteration 13217 found worse value: 339.867740282. iteration 13218 found worse value: 339.867740282. iteration 13219 found worse value: 339.867740282. iteration 13220 found worse value: 339.867740282. iteration 13221 found worse value: 339.867740282. iteration 13222 found worse value: 339.867740282. iteration 13223 found worse value: 339.867740282. iteration 13224 found worse value: 339.867740282. iteration 13225 found worse value: 339.867740282. iteration 13226 found worse value: 339.867740282. iteration 13227 found worse value: 339.867740282. iteration 13228 found worse value: 339.867740282. iteration 13229 found worse value: 339.867740282. iteration 13230 found worse value: 339.867740282. iteration 13231 found worse value: 339.867740282. iteration 13232 found worse value: 339.867740282. iteration 13233 found worse value: 339.867740282. iteration 13234 found worse value: 339.867740282. iteration 13235 found worse value: 339.867740282. iteration 13236 found worse value: 339.867740282. iteration 13237 found worse value: 339.867740282. iteration 13238 found worse value: 339.867740282. iteration 13239 found worse value: 339.867740282. iteration 13240 found worse value: 339.867740282. iteration 13241 found worse value: 339.867740282. iteration 13242 found worse value: 339.867740282. iteration 13243 found worse value: 339.867740282. iteration 13244 found worse value: 339.867740282. iteration 13245 found worse value: 339.867740282. iteration 13246 found worse value: 339.867740282. iteration 13247 found worse value: 339.867740282. iteration 13248 found worse value: 339.867740282. iteration 13249 found worse value: 339.867740282. iteration 13250 found worse value: 339.867740282. iteration 13251 found worse value: 339.867740282. iteration 13252 found worse value: 339.867740282. iteration 13253 found worse value: 339.867740282. iteration 13254 found worse value: 339.867740282. iteration 13255 found worse value: 339.867740282. iteration 13256 found worse value: 339.867740282. iteration 13257 found worse value: 339.867740282. iteration 13258 found worse value: 339.867740282. iteration 13259 found worse value: 339.867740282. iteration 13260 found worse value: 339.867740282. iteration 13261 found worse value: 339.867740282. iteration 13262 found worse value: 339.867740282. iteration 13263 found worse value: 339.867740282. iteration 13264 found worse value: 339.867740282. iteration 13265 found worse value: 339.867740282. iteration 13266 found worse value: 339.867740282. iteration 13267 found worse value: 339.867740282. iteration 13268 found worse value: 339.867740282. iteration 13269 found worse value: 339.867740282. iteration 13270 found worse value: 339.867740282. iteration 13271 found worse value: 339.867740282. iteration 13272 found worse value: 339.867740282. iteration 13273 found worse value: 339.867740282. iteration 13274 found worse value: 339.867740282. iteration 13275 found worse value: 339.867740282. iteration 13276 found worse value: 339.867740282. iteration 13277 found worse value: 339.867740282. iteration 13278 found worse value: 339.867740282. iteration 13279 found worse value: 339.867740282. iteration 13280 found worse value: 339.867740282. iteration 13281 found worse value: 339.867740282. iteration 13282 found worse value: 339.867740282. iteration 13283 found worse value: 339.867740282. iteration 13284 found worse value: 339.867740282. iteration 13285 found worse value: 339.867740282. iteration 13286 found worse value: 339.867740282. iteration 13287 found worse value: 339.867740282. iteration 13288 found worse value: 339.867740282. iteration 13289 found worse value: 339.867740282. iteration 13290 found worse value: 339.867740282. iteration 13291 found worse value: 339.867740282. iteration 13292 found worse value: 339.867740282. iteration 13293 found worse value: 339.867740282. iteration 13294 found worse value: 339.867740282. iteration 13295 found worse value: 339.867740282. iteration 13296 found worse value: 339.867740282. iteration 13297 found worse value: 339.867740282. iteration 13298 found worse value: 339.867740282. iteration 13299 found worse value: 339.867740282. iteration 13300 found worse value: 339.867740282. iteration 13301 found worse value: 339.867740282. iteration 13302 found worse value: 339.867740282. iteration 13303 found worse value: 339.867740282. iteration 13304 found worse value: 339.867740282. iteration 13305 found worse value: 339.867740282. iteration 13306 found worse value: 339.867740282. iteration 13307 found worse value: 339.867740282. iteration 13308 found worse value: 339.867740282. iteration 13309 found worse value: 339.867740282. iteration 13310 found worse value: 339.867740282. iteration 13311 found worse value: 339.867740282. iteration 13312 found worse value: 339.867740282. iteration 13313 found worse value: 339.867740282. iteration 13314 found worse value: 339.867740282. iteration 13315 found worse value: 339.867740282. iteration 13316 found worse value: 339.867740282. iteration 13317 found worse value: 339.867740282. iteration 13318 found worse value: 339.867740282. iteration 13319 found worse value: 339.867740282. iteration 13320 found worse value: 339.867740282. iteration 13321 found worse value: 339.867740282. iteration 13322 found worse value: 339.867740282. iteration 13323 found worse value: 339.867740282. iteration 13324 found worse value: 339.867740282. iteration 13325 found worse value: 339.867740282. iteration 13326 found worse value: 339.867740282. iteration 13327 found worse value: 339.867740282. iteration 13328 found worse value: 339.867740282. iteration 13329 found worse value: 339.867740282. iteration 13330 found worse value: 339.867740282. iteration 13331 found worse value: 339.867740282. iteration 13332 found worse value: 339.867740282. iteration 13333 found worse value: 339.867740282. iteration 13334 found worse value: 339.867740282. iteration 13335 found worse value: 339.867740282. iteration 13336 found worse value: 339.867740282. iteration 13337 found worse value: 339.867740282. iteration 13338 found worse value: 339.867740282. iteration 13339 found worse value: 339.867740282. iteration 13340 found worse value: 339.867740282. iteration 13341 found worse value: 339.867740282. iteration 13342 found worse value: 339.867740282. iteration 13343 found worse value: 339.867740282. iteration 13344 found worse value: 339.867740282. iteration 13345 found worse value: 339.867740282. iteration 13346 found worse value: 339.867740282. iteration 13347 found worse value: 339.867740282. iteration 13348 found worse value: 339.867740282. iteration 13349 found worse value: 339.867740282. iteration 13350 found worse value: 339.867740282. iteration 13351 found worse value: 339.867740282. iteration 13352 found worse value: 339.867740282. iteration 13353 found worse value: 339.867740282. iteration 13354 found worse value: 339.867740282. iteration 13355 found worse value: 339.867740282. iteration 13356 found worse value: 339.867740282. iteration 13357 found worse value: 339.867740282. iteration 13358 found worse value: 339.867740282. iteration 13359 found worse value: 339.867740282. iteration 13360 found worse value: 339.867740282. iteration 13361 found worse value: 339.867740282. iteration 13362 found worse value: 339.867740282. iteration 13363 found worse value: 339.867740282. iteration 13364 found worse value: 339.867740282. iteration 13365 found worse value: 339.867740282. iteration 13366 found worse value: 339.867740282. iteration 13367 found worse value: 339.867740282. iteration 13368 found worse value: 339.867740282. iteration 13369 found worse value: 339.867740282. iteration 13370 found worse value: 339.867740282. iteration 13371 found worse value: 339.867740282. iteration 13372 found worse value: 339.867740282. iteration 13373 found worse value: 339.867740282. iteration 13374 found worse value: 339.867740282. iteration 13375 found worse value: 339.867740282. iteration 13376 found worse value: 339.867740282. iteration 13377 found worse value: 339.867740282. iteration 13378 found worse value: 339.867740282. iteration 13379 found worse value: 339.867740282. iteration 13380 found worse value: 339.867740282. iteration 13381 found worse value: 339.867740282. iteration 13382 found worse value: 339.867740282. iteration 13383 found worse value: 339.867740282. iteration 13384 found worse value: 339.867740282. iteration 13385 found worse value: 339.867740282. iteration 13386 found worse value: 339.867740282. iteration 13387 found worse value: 339.867740282. iteration 13388 found worse value: 339.867740282. iteration 13389 found worse value: 339.867740282. iteration 13390 found worse value: 339.867740282. iteration 13391 found worse value: 339.867740282. iteration 13392 found worse value: 339.867740282. iteration 13393 found worse value: 339.867740282. iteration 13394 found worse value: 339.867740282. iteration 13395 found worse value: 339.867740282. iteration 13396 found worse value: 339.867740282. iteration 13397 found worse value: 339.867740282. iteration 13398 found worse value: 339.867740282. iteration 13399 found worse value: 339.867740282. iteration 13400 found worse value: 339.867740282. iteration 13401 found worse value: 339.867740282. iteration 13402 found worse value: 339.867740282. iteration 13403 found worse value: 339.867740282. iteration 13404 found worse value: 339.867740282. iteration 13405 found worse value: 339.867740282. iteration 13406 found worse value: 339.867740282. iteration 13407 found worse value: 339.867740282. iteration 13408 found worse value: 339.867740282. iteration 13409 found worse value: 339.867740282. iteration 13410 found worse value: 339.867740282. iteration 13411 found worse value: 339.867740282. iteration 13412 found worse value: 339.867740282. iteration 13413 found worse value: 339.867740282. iteration 13414 found worse value: 339.867740282. iteration 13415 found worse value: 339.867740282. iteration 13416 found worse value: 339.867740282. iteration 13417 found worse value: 339.867740282. iteration 13418 found worse value: 339.867740282. iteration 13419 found worse value: 339.867740282. iteration 13420 found worse value: 339.867740282. iteration 13421 found worse value: 339.867740282. iteration 13422 found worse value: 339.867740282. iteration 13423 found worse value: 339.867740282. iteration 13424 found worse value: 339.867740282. iteration 13425 found worse value: 339.867740282. iteration 13426 found worse value: 339.867740282. iteration 13427 found worse value: 339.867740282. iteration 13428 found worse value: 339.867740282. iteration 13429 found worse value: 339.867740282. iteration 13430 found worse value: 339.867740282. iteration 13431 found worse value: 339.867740282. iteration 13432 found worse value: 339.867740282. iteration 13433 found worse value: 339.867740282. iteration 13434 found worse value: 339.867740282. iteration 13435 found worse value: 339.867740282. iteration 13436 found worse value: 339.867740282. iteration 13437 found worse value: 339.867740282. iteration 13438 found worse value: 339.867740282. iteration 13439 found worse value: 339.867740282. iteration 13440 found worse value: 339.867740282. iteration 13441 found worse value: 339.867740282. iteration 13442 found worse value: 339.867740282. iteration 13443 found worse value: 339.867740282. iteration 13444 found worse value: 339.867740282. iteration 13445 found worse value: 339.867740282. iteration 13446 found worse value: 339.867740282. iteration 13447 found worse value: 339.867740282. iteration 13448 found worse value: 339.867740282. iteration 13449 found worse value: 339.867740282. iteration 13450 found worse value: 339.867740282. iteration 13451 found worse value: 339.867740282. iteration 13452 found worse value: 339.867740282. iteration 13453 found worse value: 339.867740282. iteration 13454 found worse value: 339.867740282. iteration 13455 found worse value: 339.867740282. iteration 13456 found worse value: 339.867740282. iteration 13457 found worse value: 339.867740282. iteration 13458 found worse value: 339.867740282. iteration 13459 found worse value: 339.867740282. iteration 13460 found worse value: 339.867740282. iteration 13461 found worse value: 339.867740282. iteration 13462 found worse value: 339.867740282. iteration 13463 found worse value: 339.867740282. iteration 13464 found worse value: 339.867740282. iteration 13465 found worse value: 339.867740282. iteration 13466 found worse value: 339.867740282. iteration 13467 found worse value: 339.867740282. iteration 13468 found worse value: 339.867740282. iteration 13469 found worse value: 339.867740282. iteration 13470 found worse value: 339.867740282. iteration 13471 found worse value: 339.867740282. iteration 13472 found worse value: 339.867740282. iteration 13473 found worse value: 339.867740282. iteration 13474 found worse value: 339.867740282. iteration 13475 found worse value: 339.867740282. iteration 13476 found worse value: 339.867740282. iteration 13477 found worse value: 339.867740282. iteration 13478 found worse value: 339.867740282. iteration 13479 found worse value: 339.867740282. iteration 13480 found worse value: 339.867740282. iteration 13481 found worse value: 339.867740282. iteration 13482 found worse value: 339.867740282. iteration 13483 found worse value: 339.867740282. iteration 13484 found worse value: 339.867740282. iteration 13485 found worse value: 339.867740282. iteration 13486 found worse value: 339.867740282. iteration 13487 found worse value: 339.867740282. iteration 13488 found worse value: 339.867740282. iteration 13489 found worse value: 339.867740282. iteration 13490 found worse value: 339.867740282. iteration 13491 found worse value: 339.867740282. iteration 13492 found worse value: 339.867740282. iteration 13493 found worse value: 339.867740282. iteration 13494 found worse value: 339.867740282. iteration 13495 found worse value: 339.867740282. iteration 13496 found worse value: 339.867740282. iteration 13497 found worse value: 339.867740282. iteration 13498 found worse value: 339.867740282. iteration 13499 found worse value: 339.867740282. iteration 13500 found worse value: 339.867740282. iteration 13501 found worse value: 339.867740282. iteration 13502 found worse value: 339.867740282. iteration 13503 found worse value: 339.867740282. iteration 13504 found worse value: 339.867740282. iteration 13505 found worse value: 339.867740282. iteration 13506 found worse value: 339.867740282. iteration 13507 found worse value: 339.867740282. iteration 13508 found worse value: 339.867740282. iteration 13509 found worse value: 339.867740282. iteration 13510 found worse value: 339.867740282. iteration 13511 found worse value: 339.867740282. iteration 13512 found worse value: 339.867740282. iteration 13513 found worse value: 339.867740282. iteration 13514 found worse value: 339.867740282. iteration 13515 found worse value: 339.867740282. iteration 13516 found worse value: 339.867740282. iteration 13517 found worse value: 339.867740282. iteration 13518 found worse value: 339.867740282. iteration 13519 found worse value: 339.867740282. iteration 13520 found worse value: 339.867740282. iteration 13521 found worse value: 339.867740282. iteration 13522 found worse value: 339.867740282. iteration 13523 found worse value: 339.867740282. iteration 13524 found worse value: 339.867740282. iteration 13525 found worse value: 339.867740282. iteration 13526 found worse value: 339.867740282. iteration 13527 found worse value: 339.867740282. iteration 13528 found worse value: 339.867740282. iteration 13529 found worse value: 339.867740282. iteration 13530 found worse value: 339.867740282. iteration 13531 found worse value: 339.867740282. iteration 13532 found worse value: 339.867740282. iteration 13533 found worse value: 339.867740282. iteration 13534 found worse value: 339.867740282. iteration 13535 found worse value: 339.867740282. iteration 13536 found worse value: 339.867740282. iteration 13537 found worse value: 339.867740282. iteration 13538 found worse value: 339.867740282. iteration 13539 found worse value: 339.867740282. iteration 13540 found worse value: 339.867740282. iteration 13541 found worse value: 339.867740282. iteration 13542 found worse value: 339.867740282. iteration 13543 found worse value: 339.867740282. iteration 13544 found worse value: 339.867740282. iteration 13545 found worse value: 339.867740282. iteration 13546 found worse value: 339.867740282. iteration 13547 found worse value: 339.867740282. iteration 13548 found worse value: 339.867740282. iteration 13549 found worse value: 339.867740282. iteration 13550 found worse value: 339.867740282. iteration 13551 found worse value: 339.867740282. iteration 13552 found worse value: 339.867740282. iteration 13553 found worse value: 339.867740282. iteration 13554 found worse value: 339.867740282. iteration 13555 found worse value: 339.867740282. iteration 13556 found worse value: 339.867740282. iteration 13557 found worse value: 339.867740282. iteration 13558 found worse value: 339.867740282. iteration 13559 found worse value: 339.867740282. iteration 13560 found worse value: 339.867740282. iteration 13561 found worse value: 339.867740282. iteration 13562 found worse value: 339.867740282. iteration 13563 found worse value: 339.867740282. iteration 13564 found worse value: 339.867740282. iteration 13565 found worse value: 339.867740282. iteration 13566 found worse value: 339.867740282. iteration 13567 found worse value: 339.867740282. iteration 13568 found worse value: 339.867740282. iteration 13569 found worse value: 339.867740282. iteration 13570 found worse value: 339.867740282. iteration 13571 found worse value: 339.867740282. iteration 13572 found worse value: 339.867740282. iteration 13573 found worse value: 339.867740282. iteration 13574 found worse value: 339.867740282. iteration 13575 found worse value: 339.867740282. iteration 13576 found worse value: 339.867740282. iteration 13577 found worse value: 339.867740282. iteration 13578 found worse value: 339.867740282. iteration 13579 found worse value: 339.867740282. iteration 13580 found worse value: 339.867740282. iteration 13581 found worse value: 339.867740282. iteration 13582 found worse value: 339.867740282. iteration 13583 found worse value: 339.867740282. iteration 13584 found worse value: 339.867740282. iteration 13585 found worse value: 339.867740282. iteration 13586 found worse value: 339.867740282. iteration 13587 found worse value: 339.867740282. iteration 13588 found worse value: 339.867740282. iteration 13589 found worse value: 339.867740282. iteration 13590 found worse value: 339.867740282. iteration 13591 found worse value: 339.867740282. iteration 13592 found worse value: 339.867740282. iteration 13593 found worse value: 339.867740282. iteration 13594 found worse value: 339.867740282. iteration 13595 found worse value: 339.867740282. iteration 13596 found worse value: 339.867740282. iteration 13597 found worse value: 339.867740282. iteration 13598 found worse value: 339.867740282. iteration 13599 found worse value: 339.867740282. iteration 13600 found worse value: 339.867740282. iteration 13601 found worse value: 339.867740282. iteration 13602 found worse value: 339.867740282. iteration 13603 found worse value: 339.867740282. iteration 13604 found worse value: 339.867740282. iteration 13605 found worse value: 339.867740282. iteration 13606 found worse value: 339.867740282. iteration 13607 found worse value: 339.867740282. iteration 13608 found worse value: 339.867740282. iteration 13609 found worse value: 339.867740282. iteration 13610 found worse value: 339.867740282. iteration 13611 found worse value: 339.867740282. iteration 13612 found worse value: 339.867740282. iteration 13613 found worse value: 339.867740282. iteration 13614 found worse value: 339.867740282. iteration 13615 found worse value: 339.867740282. iteration 13616 found worse value: 339.867740282. iteration 13617 found worse value: 339.867740282. iteration 13618 found worse value: 339.867740282. iteration 13619 found worse value: 339.867740282. iteration 13620 found worse value: 339.867740282. iteration 13621 found worse value: 339.867740282. iteration 13622 found worse value: 339.867740282. iteration 13623 found worse value: 339.867740282. iteration 13624 found worse value: 339.867740282. iteration 13625 found worse value: 339.867740282. iteration 13626 found worse value: 339.867740282. iteration 13627 found worse value: 339.867740282. iteration 13628 found worse value: 339.867740282. iteration 13629 found worse value: 339.867740282. iteration 13630 found worse value: 339.867740282. iteration 13631 found worse value: 339.867740282. iteration 13632 found worse value: 339.867740282. iteration 13633 found worse value: 339.867740282. iteration 13634 found worse value: 339.867740282. iteration 13635 found worse value: 339.867740282. iteration 13636 found worse value: 339.867740282. iteration 13637 found worse value: 339.867740282. iteration 13638 found worse value: 339.867740282. iteration 13639 found worse value: 339.867740282. iteration 13640 found worse value: 339.867740282. iteration 13641 found worse value: 339.867740282. iteration 13642 found worse value: 339.867740282. iteration 13643 found worse value: 339.867740282. iteration 13644 found worse value: 339.867740282. iteration 13645 found worse value: 339.867740282. iteration 13646 found worse value: 339.867740282. iteration 13647 found worse value: 339.867740282. iteration 13648 found worse value: 339.867740282. iteration 13649 found worse value: 339.867740282. iteration 13650 found worse value: 339.867740282. iteration 13651 found worse value: 339.867740282. iteration 13652 found worse value: 339.867740282. iteration 13653 found worse value: 339.867740282. iteration 13654 found worse value: 339.867740282. iteration 13655 found worse value: 339.867740282. iteration 13656 found worse value: 339.867740282. iteration 13657 found worse value: 339.867740282. iteration 13658 found worse value: 339.867740282. iteration 13659 found worse value: 339.867740282. iteration 13660 found worse value: 339.867740282. iteration 13661 found worse value: 339.867740282. iteration 13662 found worse value: 339.867740282. iteration 13663 found worse value: 339.867740282. iteration 13664 found worse value: 339.867740282. iteration 13665 found worse value: 339.867740282. iteration 13666 found worse value: 339.867740282. iteration 13667 found worse value: 339.867740282. iteration 13668 found worse value: 339.867740282. iteration 13669 found worse value: 339.867740282. iteration 13670 found worse value: 339.867740282. iteration 13671 found worse value: 339.867740282. iteration 13672 found worse value: 339.867740282. iteration 13673 found worse value: 339.867740282. iteration 13674 found worse value: 339.867740282. iteration 13675 found worse value: 339.867740282. iteration 13676 found worse value: 339.867740282. iteration 13677 found worse value: 339.867740282. iteration 13678 found worse value: 339.867740282. iteration 13679 found worse value: 339.867740282. iteration 13680 found worse value: 339.867740282. iteration 13681 found worse value: 339.867740282. iteration 13682 found worse value: 339.867740282. iteration 13683 found worse value: 339.867740282. iteration 13684 found worse value: 339.867740282. iteration 13685 found worse value: 339.867740282. iteration 13686 found worse value: 339.867740282. iteration 13687 found worse value: 339.867740282. iteration 13688 found worse value: 339.867740282. iteration 13689 found worse value: 339.867740282. iteration 13690 found worse value: 339.867740282. iteration 13691 found worse value: 339.867740282. iteration 13692 found worse value: 339.867740282. iteration 13693 found worse value: 339.867740282. iteration 13694 found worse value: 339.867740282. iteration 13695 found worse value: 339.867740282. iteration 13696 found worse value: 339.867740282. iteration 13697 found worse value: 339.867740282. iteration 13698 found worse value: 339.867740282. iteration 13699 found worse value: 339.867740282. iteration 13700 found worse value: 339.867740282. iteration 13701 found worse value: 339.867740282. iteration 13702 found worse value: 339.867740282. iteration 13703 found worse value: 339.867740282. iteration 13704 found worse value: 339.867740282. iteration 13705 found worse value: 339.867740282. iteration 13706 found worse value: 339.867740282. iteration 13707 found worse value: 339.867740282. iteration 13708 found worse value: 339.867740282. iteration 13709 found worse value: 339.867740282. iteration 13710 found worse value: 339.867740282. iteration 13711 found worse value: 339.867740282. iteration 13712 found worse value: 339.867740282. iteration 13713 found worse value: 339.867740282. iteration 13714 found worse value: 339.867740282. iteration 13715 found worse value: 339.867740282. iteration 13716 found worse value: 339.867740282. iteration 13717 found worse value: 339.867740282. iteration 13718 found worse value: 339.867740282. iteration 13719 found worse value: 339.867740282. iteration 13720 found worse value: 339.867740282. iteration 13721 found worse value: 339.867740282. iteration 13722 found worse value: 339.867740282. iteration 13723 found worse value: 339.867740282. iteration 13724 found worse value: 339.867740282. iteration 13725 found worse value: 339.867740282. iteration 13726 found worse value: 339.867740282. iteration 13727 found worse value: 339.867740282. iteration 13728 found worse value: 339.867740282. iteration 13729 found worse value: 339.867740282. iteration 13730 found worse value: 339.867740282. iteration 13731 found worse value: 339.867740282. iteration 13732 found worse value: 339.867740282. iteration 13733 found worse value: 339.867740282. iteration 13734 found worse value: 339.867740282. iteration 13735 found worse value: 339.867740282. iteration 13736 found worse value: 339.867740282. iteration 13737 found worse value: 339.867740282. iteration 13738 found worse value: 339.867740282. iteration 13739 found worse value: 339.867740282. iteration 13740 found worse value: 339.867740282. iteration 13741 found worse value: 339.867740282. iteration 13742 found worse value: 339.867740282. iteration 13743 found worse value: 339.867740282. iteration 13744 found worse value: 339.867740282. iteration 13745 found worse value: 339.867740282. iteration 13746 found worse value: 339.867740282. iteration 13747 found worse value: 339.867740282. iteration 13748 found worse value: 339.867740282. iteration 13749 found worse value: 339.867740282. iteration 13750 found worse value: 339.867740282. iteration 13751 found worse value: 339.867740282. iteration 13752 found worse value: 339.867740282. iteration 13753 found worse value: 339.867740282. iteration 13754 found worse value: 339.867740282. iteration 13755 found worse value: 339.867740282. iteration 13756 found worse value: 339.867740282. iteration 13757 found worse value: 339.867740282. iteration 13758 found worse value: 339.867740282. iteration 13759 found worse value: 339.867740282. iteration 13760 found worse value: 339.867740282. iteration 13761 found worse value: 339.867740282. iteration 13762 found worse value: 339.867740282. iteration 13763 found worse value: 339.867740282. iteration 13764 found worse value: 339.867740282. iteration 13765 found worse value: 339.867740282. iteration 13766 found worse value: 339.867740282. iteration 13767 found worse value: 339.867740282. iteration 13768 found worse value: 339.867740282. iteration 13769 found worse value: 339.867740282. iteration 13770 found worse value: 339.867740282. iteration 13771 found worse value: 339.867740282. iteration 13772 found worse value: 339.867740282. iteration 13773 found worse value: 339.867740282. iteration 13774 found worse value: 339.867740282. iteration 13775 found worse value: 339.867740282. iteration 13776 found worse value: 339.867740282. iteration 13777 found worse value: 339.867740282. iteration 13778 found worse value: 339.867740282. iteration 13779 found worse value: 339.867740282. iteration 13780 found worse value: 339.867740282. iteration 13781 found worse value: 339.867740282. iteration 13782 found worse value: 339.867740282. iteration 13783 found worse value: 339.867740282. iteration 13784 found worse value: 339.867740282. iteration 13785 found worse value: 339.867740282. iteration 13786 found worse value: 339.867740282. iteration 13787 found worse value: 339.867740282. iteration 13788 found worse value: 339.867740282. iteration 13789 found worse value: 339.867740282. iteration 13790 found worse value: 339.867740282. iteration 13791 found worse value: 339.867740282. iteration 13792 found worse value: 339.867740282. iteration 13793 found worse value: 339.867740282. iteration 13794 found worse value: 339.867740282. iteration 13795 found worse value: 339.867740282. iteration 13796 found worse value: 339.867740282. iteration 13797 found worse value: 339.867740282. iteration 13798 found worse value: 339.867740282. iteration 13799 found worse value: 339.867740282. iteration 13800 found worse value: 339.867740282. iteration 13801 found worse value: 339.867740282. iteration 13802 found worse value: 339.867740282. iteration 13803 found worse value: 339.867740282. iteration 13804 found worse value: 339.867740282. iteration 13805 found worse value: 339.867740282. iteration 13806 found worse value: 339.867740282. iteration 13807 found worse value: 339.867740282. iteration 13808 found worse value: 339.867740282. iteration 13809 found worse value: 339.867740282. iteration 13810 found worse value: 339.867740282. iteration 13811 found worse value: 339.867740282. iteration 13812 found worse value: 339.867740282. iteration 13813 found worse value: 339.867740282. iteration 13814 found worse value: 339.867740282. iteration 13815 found worse value: 339.867740282. iteration 13816 found worse value: 339.867740282. iteration 13817 found worse value: 339.867740282. iteration 13818 found worse value: 339.867740282. iteration 13819 found worse value: 339.867740282. iteration 13820 found worse value: 339.867740282. iteration 13821 found worse value: 339.867740282. iteration 13822 found worse value: 339.867740282. iteration 13823 found worse value: 339.867740282. iteration 13824 found worse value: 339.867740282. iteration 13825 found worse value: 339.867740282. iteration 13826 found worse value: 339.867740282. iteration 13827 found worse value: 339.867740282. iteration 13828 found worse value: 339.867740282. iteration 13829 found worse value: 339.867740282. iteration 13830 found worse value: 339.867740282. iteration 13831 found worse value: 339.867740282. iteration 13832 found worse value: 339.867740282. iteration 13833 found worse value: 339.867740282. iteration 13834 found worse value: 339.867740282. iteration 13835 found worse value: 339.867740282. iteration 13836 found worse value: 339.867740282. iteration 13837 found worse value: 339.867740282. iteration 13838 found worse value: 339.867740282. iteration 13839 found worse value: 339.867740282. iteration 13840 found worse value: 339.867740282. iteration 13841 found worse value: 339.867740282. iteration 13842 found worse value: 339.867740282. iteration 13843 found worse value: 339.867740282. iteration 13844 found worse value: 339.867740282. iteration 13845 found worse value: 339.867740282. iteration 13846 found worse value: 339.867740282. iteration 13847 found worse value: 339.867740282. iteration 13848 found worse value: 339.867740282. iteration 13849 found worse value: 339.867740282. iteration 13850 found worse value: 339.867740282. iteration 13851 found worse value: 339.867740282. iteration 13852 found worse value: 339.867740282. iteration 13853 found worse value: 339.867740282. iteration 13854 found worse value: 339.867740282. iteration 13855 found worse value: 339.867740282. iteration 13856 found worse value: 339.867740282. iteration 13857 found worse value: 339.867740282. iteration 13858 found worse value: 339.867740282. iteration 13859 found worse value: 339.867740282. iteration 13860 found worse value: 339.867740282. iteration 13861 found worse value: 339.867740282. iteration 13862 found worse value: 339.867740282. iteration 13863 found worse value: 339.867740282. iteration 13864 found worse value: 339.867740282. iteration 13865 found worse value: 339.867740282. iteration 13866 found worse value: 339.867740282. iteration 13867 found worse value: 339.867740282. iteration 13868 found worse value: 339.867740282. iteration 13869 found worse value: 339.867740282. iteration 13870 found worse value: 339.867740282. iteration 13871 found worse value: 339.867740282. iteration 13872 found worse value: 339.867740282. iteration 13873 found worse value: 339.867740282. iteration 13874 found worse value: 339.867740282. iteration 13875 found worse value: 339.867740282. iteration 13876 found worse value: 339.867740282. iteration 13877 found worse value: 339.867740282. iteration 13878 found worse value: 339.867740282. iteration 13879 found worse value: 339.867740282. iteration 13880 found worse value: 339.867740282. iteration 13881 found worse value: 339.867740282. iteration 13882 found worse value: 339.867740282. iteration 13883 found worse value: 339.867740282. iteration 13884 found worse value: 339.867740282. iteration 13885 found worse value: 339.867740282. iteration 13886 found worse value: 339.867740282. iteration 13887 found worse value: 339.867740282. iteration 13888 found worse value: 339.867740282. iteration 13889 found worse value: 339.867740282. iteration 13890 found worse value: 339.867740282. iteration 13891 found worse value: 339.867740282. iteration 13892 found worse value: 339.867740282. iteration 13893 found worse value: 339.867740282. iteration 13894 found worse value: 339.867740282. iteration 13895 found worse value: 339.867740282. iteration 13896 found worse value: 339.867740282. iteration 13897 found worse value: 339.867740282. iteration 13898 found worse value: 339.867740282. iteration 13899 found worse value: 339.867740282. iteration 13900 found worse value: 339.867740282. iteration 13901 found worse value: 339.867740282. iteration 13902 found worse value: 339.867740282. iteration 13903 found worse value: 339.867740282. iteration 13904 found worse value: 339.867740282. iteration 13905 found worse value: 339.867740282. iteration 13906 found worse value: 339.867740282. iteration 13907 found worse value: 339.867740282. iteration 13908 found worse value: 339.867740282. iteration 13909 found worse value: 339.867740282. iteration 13910 found worse value: 339.867740282. iteration 13911 found worse value: 339.867740282. iteration 13912 found worse value: 339.867740282. iteration 13913 found worse value: 339.867740282. iteration 13914 found worse value: 339.867740282. iteration 13915 found worse value: 339.867740282. iteration 13916 found worse value: 339.867740282. iteration 13917 found worse value: 339.867740282. iteration 13918 found worse value: 339.867740282. iteration 13919 found worse value: 339.867740282. iteration 13920 found worse value: 339.867740282. iteration 13921 found worse value: 339.867740282. iteration 13922 found worse value: 339.867740282. iteration 13923 found worse value: 339.867740282. iteration 13924 found worse value: 339.867740282. iteration 13925 found worse value: 339.867740282. iteration 13926 found worse value: 339.867740282. iteration 13927 found worse value: 339.867740282. iteration 13928 found worse value: 339.867740282. iteration 13929 found worse value: 339.867740282. iteration 13930 found worse value: 339.867740282. iteration 13931 found worse value: 339.867740282. iteration 13932 found worse value: 339.867740282. iteration 13933 found worse value: 339.867740282. iteration 13934 found worse value: 339.867740282. iteration 13935 found worse value: 339.867740282. iteration 13936 found worse value: 339.867740282. iteration 13937 found worse value: 339.867740282. iteration 13938 found worse value: 339.867740282. iteration 13939 found worse value: 339.867740282. iteration 13940 found worse value: 339.867740282. iteration 13941 found worse value: 339.867740282. iteration 13942 found worse value: 339.867740282. iteration 13943 found worse value: 339.867740282. iteration 13944 found worse value: 339.867740282. iteration 13945 found worse value: 339.867740282. iteration 13946 found worse value: 339.867740282. iteration 13947 found worse value: 339.867740282. iteration 13948 found worse value: 339.867740282. iteration 13949 found worse value: 339.867740282. iteration 13950 found worse value: 339.867740282. iteration 13951 found worse value: 339.867740282. iteration 13952 found worse value: 339.867740282. iteration 13953 found worse value: 339.867740282. iteration 13954 found worse value: 339.867740282. iteration 13955 found worse value: 339.867740282. iteration 13956 found worse value: 339.867740282. iteration 13957 found worse value: 339.867740282. iteration 13958 found worse value: 339.867740282. iteration 13959 found worse value: 339.867740282. iteration 13960 found worse value: 339.867740282. iteration 13961 found worse value: 339.867740282. iteration 13962 found worse value: 339.867740282. iteration 13963 found worse value: 339.867740282. iteration 13964 found worse value: 339.867740282. iteration 13965 found worse value: 339.867740282. iteration 13966 found worse value: 339.867740282. iteration 13967 found worse value: 339.867740282. iteration 13968 found worse value: 339.867740282. iteration 13969 found worse value: 339.867740282. iteration 13970 found worse value: 339.867740282. iteration 13971 found worse value: 339.867740282. iteration 13972 found worse value: 339.867740282. iteration 13973 found worse value: 339.867740282. iteration 13974 found worse value: 339.867740282. iteration 13975 found worse value: 339.867740282. iteration 13976 found worse value: 339.867740282. iteration 13977 found worse value: 339.867740282. iteration 13978 found worse value: 339.867740282. iteration 13979 found worse value: 339.867740282. iteration 13980 found worse value: 339.867740282. iteration 13981 found worse value: 339.867740282. iteration 13982 found worse value: 339.867740282. iteration 13983 found worse value: 339.867740282. iteration 13984 found worse value: 339.867740282. iteration 13985 found worse value: 339.867740282. iteration 13986 found worse value: 339.867740282. iteration 13987 found worse value: 339.867740282. iteration 13988 found worse value: 339.867740282. iteration 13989 found worse value: 339.867740282. iteration 13990 found worse value: 339.867740282. iteration 13991 found worse value: 339.867740282. iteration 13992 found worse value: 339.867740282. iteration 13993 found worse value: 339.867740282. iteration 13994 found worse value: 339.867740282. iteration 13995 found worse value: 339.867740282. iteration 13996 found worse value: 339.867740282. iteration 13997 found worse value: 339.867740282. iteration 13998 found worse value: 339.867740282. iteration 13999 found worse value: 339.867740282. iteration 14000 found worse value: 339.867740282. iteration 14001 found worse value: 339.867740282. iteration 14002 found worse value: 339.867740282. iteration 14003 found worse value: 339.867740282. iteration 14004 found worse value: 339.867740282. iteration 14005 found worse value: 339.867740282. iteration 14006 found worse value: 339.867740282. iteration 14007 found worse value: 339.867740282. iteration 14008 found worse value: 339.867740282. iteration 14009 found worse value: 339.867740282. iteration 14010 found worse value: 339.867740282. iteration 14011 found worse value: 339.867740282. iteration 14012 found worse value: 339.867740282. iteration 14013 found worse value: 339.867740282. iteration 14014 found worse value: 339.867740282. iteration 14015 found worse value: 339.867740282. iteration 14016 found worse value: 339.867740282. iteration 14017 found worse value: 339.867740282. iteration 14018 found worse value: 339.867740282. iteration 14019 found worse value: 339.867740282. iteration 14020 found worse value: 339.867740282. iteration 14021 found worse value: 339.867740282. iteration 14022 found worse value: 339.867740282. iteration 14023 found worse value: 339.867740282. iteration 14024 found worse value: 339.867740282. iteration 14025 found worse value: 339.867740282. iteration 14026 found worse value: 339.867740282. iteration 14027 found worse value: 339.867740282. iteration 14028 found worse value: 339.867740282. iteration 14029 found worse value: 339.867740282. iteration 14030 found worse value: 339.867740282. iteration 14031 found worse value: 339.867740282. iteration 14032 found worse value: 339.867740282. iteration 14033 found worse value: 339.867740282. iteration 14034 found worse value: 339.867740282. iteration 14035 found worse value: 339.867740282. iteration 14036 found worse value: 339.867740282. iteration 14037 found worse value: 339.867740282. iteration 14038 found worse value: 339.867740282. iteration 14039 found worse value: 339.867740282. iteration 14040 found worse value: 339.867740282. iteration 14041 found worse value: 339.867740282. iteration 14042 found worse value: 339.867740282. iteration 14043 found worse value: 339.867740282. iteration 14044 found worse value: 339.867740282. iteration 14045 found worse value: 339.867740282. iteration 14046 found worse value: 339.867740282. iteration 14047 found worse value: 339.867740282. iteration 14048 found worse value: 339.867740282. iteration 14049 found worse value: 339.867740282. iteration 14050 found worse value: 339.867740282. iteration 14051 found worse value: 339.867740282. iteration 14052 found worse value: 339.867740282. iteration 14053 found worse value: 339.867740282. iteration 14054 found worse value: 339.867740282. iteration 14055 found worse value: 339.867740282. iteration 14056 found worse value: 339.867740282. iteration 14057 found worse value: 339.867740282. iteration 14058 found worse value: 339.867740282. iteration 14059 found worse value: 339.867740282. iteration 14060 found worse value: 339.867740282. iteration 14061 found worse value: 339.867740282. iteration 14062 found worse value: 339.867740282. iteration 14063 found worse value: 339.867740282. iteration 14064 found worse value: 339.867740282. iteration 14065 found worse value: 339.867740282. iteration 14066 found worse value: 339.867740282. iteration 14067 found worse value: 339.867740282. iteration 14068 found worse value: 339.867740282. iteration 14069 found worse value: 339.867740282. iteration 14070 found worse value: 339.867740282. iteration 14071 found worse value: 339.867740282. iteration 14072 found worse value: 339.867740282. iteration 14073 found worse value: 339.867740282. iteration 14074 found worse value: 339.867740282. iteration 14075 found worse value: 339.867740282. iteration 14076 found worse value: 339.867740282. iteration 14077 found worse value: 339.867740282. iteration 14078 found worse value: 339.867740282. iteration 14079 found worse value: 339.867740282. iteration 14080 found worse value: 339.867740282. iteration 14081 found worse value: 339.867740282. iteration 14082 found worse value: 339.867740282. iteration 14083 found worse value: 339.867740282. iteration 14084 found worse value: 339.867740282. iteration 14085 found worse value: 339.867740282. iteration 14086 found worse value: 339.867740282. iteration 14087 found worse value: 339.867740282. iteration 14088 found worse value: 339.867740282. iteration 14089 found worse value: 339.867740282. iteration 14090 found worse value: 339.867740282. iteration 14091 found worse value: 339.867740282. iteration 14092 found worse value: 339.867740282. iteration 14093 found worse value: 339.867740282. iteration 14094 found worse value: 339.867740282. iteration 14095 found worse value: 339.867740282. iteration 14096 found worse value: 339.867740282. iteration 14097 found worse value: 339.867740282. iteration 14098 found worse value: 339.867740282. iteration 14099 found worse value: 339.867740282. iteration 14100 found worse value: 339.867740282. iteration 14101 found worse value: 339.867740282. iteration 14102 found worse value: 339.867740282. iteration 14103 found worse value: 339.867740282. iteration 14104 found worse value: 339.867740282. iteration 14105 found worse value: 339.867740282. iteration 14106 found worse value: 339.867740282. iteration 14107 found worse value: 339.867740282. iteration 14108 found worse value: 339.867740282. iteration 14109 found worse value: 339.867740282. iteration 14110 found worse value: 339.867740282. iteration 14111 found worse value: 339.867740282. iteration 14112 found worse value: 339.867740282. iteration 14113 found worse value: 339.867740282. iteration 14114 found worse value: 339.867740282. iteration 14115 found worse value: 339.867740282. iteration 14116 found worse value: 339.867740282. iteration 14117 found worse value: 339.867740282. iteration 14118 found worse value: 339.867740282. iteration 14119 found worse value: 339.867740282. iteration 14120 found worse value: 339.867740282. iteration 14121 found worse value: 339.867740282. iteration 14122 found worse value: 339.867740282. iteration 14123 found worse value: 339.867740282. iteration 14124 found worse value: 339.867740282. iteration 14125 found worse value: 339.867740282. iteration 14126 found worse value: 339.867740282. iteration 14127 found worse value: 339.867740282. iteration 14128 found worse value: 339.867740282. iteration 14129 found worse value: 339.867740282. iteration 14130 found worse value: 339.867740282. iteration 14131 found worse value: 339.867740282. iteration 14132 found worse value: 339.867740282. iteration 14133 found worse value: 339.867740282. iteration 14134 found worse value: 339.867740282. iteration 14135 found worse value: 339.867740282. iteration 14136 found worse value: 339.867740282. iteration 14137 found worse value: 339.867740282. iteration 14138 found worse value: 339.867740282. iteration 14139 found worse value: 339.867740282. iteration 14140 found worse value: 339.867740282. iteration 14141 found worse value: 339.867740282. iteration 14142 found worse value: 339.867740282. iteration 14143 found worse value: 339.867740282. iteration 14144 found worse value: 339.867740282. iteration 14145 found worse value: 339.867740282. iteration 14146 found worse value: 339.867740282. iteration 14147 found worse value: 339.867740282. iteration 14148 found worse value: 339.867740282. iteration 14149 found worse value: 339.867740282. iteration 14150 found worse value: 339.867740282. iteration 14151 found worse value: 339.867740282. iteration 14152 found worse value: 339.867740282. iteration 14153 found worse value: 339.867740282. iteration 14154 found worse value: 339.867740282. iteration 14155 found worse value: 339.867740282. iteration 14156 found worse value: 339.867740282. iteration 14157 found worse value: 339.867740282. iteration 14158 found worse value: 339.867740282. iteration 14159 found worse value: 339.867740282. iteration 14160 found worse value: 339.867740282. iteration 14161 found worse value: 339.867740282. iteration 14162 found worse value: 339.867740282. iteration 14163 found worse value: 339.867740282. iteration 14164 found worse value: 339.867740282. iteration 14165 found worse value: 339.867740282. iteration 14166 found worse value: 339.867740282. iteration 14167 found worse value: 339.867740282. iteration 14168 found worse value: 339.867740282. iteration 14169 found worse value: 339.867740282. iteration 14170 found worse value: 339.867740282. iteration 14171 found worse value: 339.867740282. iteration 14172 found worse value: 339.867740282. iteration 14173 found worse value: 339.867740282. iteration 14174 found worse value: 339.867740282. iteration 14175 found worse value: 339.867740282. iteration 14176 found worse value: 339.867740282. iteration 14177 found worse value: 339.867740282. iteration 14178 found worse value: 339.867740282. iteration 14179 found worse value: 339.867740282. iteration 14180 found worse value: 339.867740282. iteration 14181 found worse value: 339.867740282. iteration 14182 found worse value: 339.867740282. iteration 14183 found worse value: 339.867740282. iteration 14184 found worse value: 339.867740282. iteration 14185 found worse value: 339.867740282. iteration 14186 found worse value: 339.867740282. iteration 14187 found worse value: 339.867740282. iteration 14188 found worse value: 339.867740282. iteration 14189 found worse value: 339.867740282. iteration 14190 found worse value: 339.867740282. iteration 14191 found worse value: 339.867740282. iteration 14192 found worse value: 339.867740282. iteration 14193 found worse value: 339.867740282. iteration 14194 found worse value: 339.867740282. iteration 14195 found worse value: 339.867740282. iteration 14196 found worse value: 339.867740282. iteration 14197 found worse value: 339.867740282. iteration 14198 found worse value: 339.867740282. iteration 14199 found worse value: 339.867740282. iteration 14200 found worse value: 339.867740282. iteration 14201 found worse value: 339.867740282. iteration 14202 found worse value: 339.867740282. iteration 14203 found worse value: 339.867740282. iteration 14204 found worse value: 339.867740282. iteration 14205 found worse value: 339.867740282. iteration 14206 found worse value: 339.867740282. iteration 14207 found worse value: 339.867740282. iteration 14208 found worse value: 339.867740282. iteration 14209 found worse value: 339.867740282. iteration 14210 found worse value: 339.867740282. iteration 14211 found worse value: 339.867740282. iteration 14212 found worse value: 339.867740282. iteration 14213 found worse value: 339.867740282. iteration 14214 found worse value: 339.867740282. iteration 14215 found worse value: 339.867740282. iteration 14216 found worse value: 339.867740282. iteration 14217 found worse value: 339.867740282. iteration 14218 found worse value: 339.867740282. iteration 14219 found worse value: 339.867740282. iteration 14220 found worse value: 339.867740282. iteration 14221 found worse value: 339.867740282. iteration 14222 found worse value: 339.867740282. iteration 14223 found worse value: 339.867740282. iteration 14224 found worse value: 339.867740282. iteration 14225 found worse value: 339.867740282. iteration 14226 found worse value: 339.867740282. iteration 14227 found worse value: 339.867740282. iteration 14228 found worse value: 339.867740282. iteration 14229 found worse value: 339.867740282. iteration 14230 found worse value: 339.867740282. iteration 14231 found worse value: 339.867740282. iteration 14232 found worse value: 339.867740282. iteration 14233 found worse value: 339.867740282. iteration 14234 found worse value: 339.867740282. iteration 14235 found worse value: 339.867740282. iteration 14236 found worse value: 339.867740282. iteration 14237 found worse value: 339.867740282. iteration 14238 found worse value: 339.867740282. iteration 14239 found worse value: 339.867740282. iteration 14240 found worse value: 339.867740282. iteration 14241 found worse value: 339.867740282. iteration 14242 found worse value: 339.867740282. iteration 14243 found worse value: 339.867740282. iteration 14244 found worse value: 339.867740282. iteration 14245 found worse value: 339.867740282. iteration 14246 found worse value: 339.867740282. iteration 14247 found worse value: 339.867740282. iteration 14248 found worse value: 339.867740282. iteration 14249 found worse value: 339.867740282. iteration 14250 found worse value: 339.867740282. iteration 14251 found worse value: 339.867740282. iteration 14252 found worse value: 339.867740282. iteration 14253 found worse value: 339.867740282. iteration 14254 found worse value: 339.867740282. iteration 14255 found worse value: 339.867740282. iteration 14256 found worse value: 339.867740282. iteration 14257 found worse value: 339.867740282. iteration 14258 found worse value: 339.867740282. iteration 14259 found worse value: 339.867740282. iteration 14260 found worse value: 339.867740282. iteration 14261 found worse value: 339.867740282. iteration 14262 found worse value: 339.867740282. iteration 14263 found worse value: 339.867740282. iteration 14264 found worse value: 339.867740282. iteration 14265 found worse value: 339.867740282. iteration 14266 found worse value: 339.867740282. iteration 14267 found worse value: 339.867740282. iteration 14268 found worse value: 339.867740282. iteration 14269 found worse value: 339.867740282. iteration 14270 found worse value: 339.867740282. iteration 14271 found worse value: 339.867740282. iteration 14272 found worse value: 339.867740282. iteration 14273 found worse value: 339.867740282. iteration 14274 found worse value: 339.867740282. iteration 14275 found worse value: 339.867740282. iteration 14276 found worse value: 339.867740282. iteration 14277 found worse value: 339.867740282. iteration 14278 found worse value: 339.867740282. iteration 14279 found worse value: 339.867740282. iteration 14280 found worse value: 339.867740282. iteration 14281 found worse value: 339.867740282. iteration 14282 found worse value: 339.867740282. iteration 14283 found worse value: 339.867740282. iteration 14284 found worse value: 339.867740282. iteration 14285 found worse value: 339.867740282. iteration 14286 found worse value: 339.867740282. iteration 14287 found worse value: 339.867740282. iteration 14288 found worse value: 339.867740282. iteration 14289 found worse value: 339.867740282. iteration 14290 found worse value: 339.867740282. iteration 14291 found worse value: 339.867740282. iteration 14292 found worse value: 339.867740282. iteration 14293 found worse value: 339.867740282. iteration 14294 found worse value: 339.867740282. iteration 14295 found worse value: 339.867740282. iteration 14296 found worse value: 339.867740282. iteration 14297 found worse value: 339.867740282. iteration 14298 found worse value: 339.867740282. iteration 14299 found worse value: 339.867740282. iteration 14300 found worse value: 339.867740282. iteration 14301 found worse value: 339.867740282. iteration 14302 found worse value: 339.867740282. iteration 14303 found worse value: 339.867740282. iteration 14304 found worse value: 339.867740282. iteration 14305 found worse value: 339.867740282. iteration 14306 found worse value: 339.867740282. iteration 14307 found worse value: 339.867740282. iteration 14308 found worse value: 339.867740282. iteration 14309 found worse value: 339.867740282. iteration 14310 found worse value: 339.867740282. iteration 14311 found worse value: 339.867740282. iteration 14312 found worse value: 339.867740282. iteration 14313 found worse value: 339.867740282. iteration 14314 found worse value: 339.867740282. iteration 14315 found worse value: 339.867740282. iteration 14316 found worse value: 339.867740282. iteration 14317 found worse value: 339.867740282. iteration 14318 found worse value: 339.867740282. iteration 14319 found worse value: 339.867740282. iteration 14320 found worse value: 339.867740282. iteration 14321 found worse value: 339.867740282. iteration 14322 found worse value: 339.867740282. iteration 14323 found worse value: 339.867740282. iteration 14324 found worse value: 339.867740282. iteration 14325 found worse value: 339.867740282. iteration 14326 found worse value: 339.867740282. iteration 14327 found worse value: 339.867740282. iteration 14328 found worse value: 339.867740282. iteration 14329 found worse value: 339.867740282. iteration 14330 found worse value: 339.867740282. iteration 14331 found worse value: 339.867740282. iteration 14332 found worse value: 339.867740282. iteration 14333 found worse value: 339.867740282. iteration 14334 found worse value: 339.867740282. iteration 14335 found worse value: 339.867740282. iteration 14336 found worse value: 339.867740282. iteration 14337 found worse value: 339.867740282. iteration 14338 found worse value: 339.867740282. iteration 14339 found worse value: 339.867740282. iteration 14340 found worse value: 339.867740282. iteration 14341 found worse value: 339.867740282. iteration 14342 found worse value: 339.867740282. iteration 14343 found worse value: 339.867740282. iteration 14344 found worse value: 339.867740282. iteration 14345 found worse value: 339.867740282. iteration 14346 found worse value: 339.867740282. iteration 14347 found worse value: 339.867740282. iteration 14348 found worse value: 339.867740282. iteration 14349 found worse value: 339.867740282. iteration 14350 found worse value: 339.867740282. iteration 14351 found worse value: 339.867740282. iteration 14352 found worse value: 339.867740282. iteration 14353 found worse value: 339.867740282. iteration 14354 found worse value: 339.867740282. iteration 14355 found worse value: 339.867740282. iteration 14356 found worse value: 339.867740282. iteration 14357 found worse value: 339.867740282. iteration 14358 found worse value: 339.867740282. iteration 14359 found worse value: 339.867740282. iteration 14360 found worse value: 339.867740282. iteration 14361 found worse value: 339.867740282. iteration 14362 found worse value: 339.867740282. iteration 14363 found worse value: 339.867740282. iteration 14364 found worse value: 339.867740282. iteration 14365 found worse value: 339.867740282. iteration 14366 found worse value: 339.867740282. iteration 14367 found worse value: 339.867740282. iteration 14368 found worse value: 339.867740282. iteration 14369 found worse value: 339.867740282. iteration 14370 found worse value: 339.867740282. iteration 14371 found worse value: 339.867740282. iteration 14372 found worse value: 339.867740282. iteration 14373 found worse value: 339.867740282. iteration 14374 found worse value: 339.867740282. iteration 14375 found worse value: 339.867740282. iteration 14376 found worse value: 339.867740282. iteration 14377 found worse value: 339.867740282. iteration 14378 found worse value: 339.867740282. iteration 14379 found worse value: 339.867740282. iteration 14380 found worse value: 339.867740282. iteration 14381 found worse value: 339.867740282. iteration 14382 found worse value: 339.867740282. iteration 14383 found worse value: 339.867740282. iteration 14384 found worse value: 339.867740282. iteration 14385 found worse value: 339.867740282. iteration 14386 found worse value: 339.867740282. iteration 14387 found worse value: 339.867740282. iteration 14388 found worse value: 339.867740282. iteration 14389 found worse value: 339.867740282. iteration 14390 found worse value: 339.867740282. iteration 14391 found worse value: 339.867740282. iteration 14392 found worse value: 339.867740282. iteration 14393 found worse value: 339.867740282. iteration 14394 found worse value: 339.867740282. iteration 14395 found worse value: 339.867740282. iteration 14396 found worse value: 339.867740282. iteration 14397 found worse value: 339.867740282. iteration 14398 found worse value: 339.867740282. iteration 14399 found worse value: 339.867740282. iteration 14400 found worse value: 339.867740282. iteration 14401 found worse value: 339.867740282. iteration 14402 found worse value: 339.867740282. iteration 14403 found worse value: 339.867740282. iteration 14404 found worse value: 339.867740282. iteration 14405 found worse value: 339.867740282. iteration 14406 found worse value: 339.867740282. iteration 14407 found worse value: 339.867740282. iteration 14408 found worse value: 339.867740282. iteration 14409 found worse value: 339.867740282. iteration 14410 found worse value: 339.867740282. iteration 14411 found worse value: 339.867740282. iteration 14412 found worse value: 339.867740282. iteration 14413 found worse value: 339.867740282. iteration 14414 found worse value: 339.867740282. iteration 14415 found worse value: 339.867740282. iteration 14416 found worse value: 339.867740282. iteration 14417 found worse value: 339.867740282. iteration 14418 found worse value: 339.867740282. iteration 14419 found worse value: 339.867740282. iteration 14420 found worse value: 339.867740282. iteration 14421 found worse value: 339.867740282. iteration 14422 found worse value: 339.867740282. iteration 14423 found worse value: 339.867740282. iteration 14424 found worse value: 339.867740282. iteration 14425 found worse value: 339.867740282. iteration 14426 found worse value: 339.867740282. iteration 14427 found worse value: 339.867740282. iteration 14428 found worse value: 339.867740282. iteration 14429 found worse value: 339.867740282. iteration 14430 found worse value: 339.867740282. iteration 14431 found worse value: 339.867740282. iteration 14432 found worse value: 339.867740282. iteration 14433 found worse value: 339.867740282. iteration 14434 found worse value: 339.867740282. iteration 14435 found worse value: 339.867740282. iteration 14436 found worse value: 339.867740282. iteration 14437 found worse value: 339.867740282. iteration 14438 found worse value: 339.867740282. iteration 14439 found worse value: 339.867740282. iteration 14440 found worse value: 339.867740282. iteration 14441 found worse value: 339.867740282. iteration 14442 found worse value: 339.867740282. iteration 14443 found worse value: 339.867740282. iteration 14444 found worse value: 339.867740282. iteration 14445 found worse value: 339.867740282. iteration 14446 found worse value: 339.867740282. iteration 14447 found worse value: 339.867740282. iteration 14448 found worse value: 339.867740282. iteration 14449 found worse value: 339.867740282. iteration 14450 found worse value: 339.867740282. iteration 14451 found worse value: 339.867740282. iteration 14452 found worse value: 339.867740282. iteration 14453 found worse value: 339.867740282. iteration 14454 found worse value: 339.867740282. iteration 14455 found worse value: 339.867740282. iteration 14456 found worse value: 339.867740282. iteration 14457 found worse value: 339.867740282. iteration 14458 found worse value: 339.867740282. iteration 14459 found worse value: 339.867740282. iteration 14460 found worse value: 339.867740282. iteration 14461 found worse value: 339.867740282. iteration 14462 found worse value: 339.867740282. iteration 14463 found worse value: 339.867740282. iteration 14464 found worse value: 339.867740282. iteration 14465 found worse value: 339.867740282. iteration 14466 found worse value: 339.867740282. iteration 14467 found worse value: 339.867740282. iteration 14468 found worse value: 339.867740282. iteration 14469 found worse value: 339.867740282. iteration 14470 found worse value: 339.867740282. iteration 14471 found worse value: 339.867740282. iteration 14472 found worse value: 339.867740282. iteration 14473 found worse value: 339.867740282. iteration 14474 found worse value: 339.867740282. iteration 14475 found worse value: 339.867740282. iteration 14476 found worse value: 339.867740282. iteration 14477 found worse value: 339.867740282. iteration 14478 found worse value: 339.867740282. iteration 14479 found worse value: 339.867740282. iteration 14480 found worse value: 339.867740282. iteration 14481 found worse value: 339.867740282. iteration 14482 found worse value: 339.867740282. iteration 14483 found worse value: 339.867740282. iteration 14484 found worse value: 339.867740282. iteration 14485 found worse value: 339.867740282. iteration 14486 found worse value: 339.867740282. iteration 14487 found worse value: 339.867740282. iteration 14488 found worse value: 339.867740282. iteration 14489 found worse value: 339.867740282. iteration 14490 found worse value: 339.867740282. iteration 14491 found worse value: 339.867740282. iteration 14492 found worse value: 339.867740282. iteration 14493 found worse value: 339.867740282. iteration 14494 found worse value: 339.867740282. iteration 14495 found worse value: 339.867740282. iteration 14496 found worse value: 339.867740282. iteration 14497 found worse value: 339.867740282. iteration 14498 found worse value: 339.867740282. iteration 14499 found worse value: 339.867740282. iteration 14500 found worse value: 339.867740282. iteration 14501 found worse value: 339.867740282. iteration 14502 found worse value: 339.867740282. iteration 14503 found worse value: 339.867740282. iteration 14504 found worse value: 339.867740282. iteration 14505 found worse value: 339.867740282. iteration 14506 found worse value: 339.867740282. iteration 14507 found worse value: 339.867740282. iteration 14508 found worse value: 339.867740282. iteration 14509 found worse value: 339.867740282. iteration 14510 found worse value: 339.867740282. iteration 14511 found worse value: 339.867740282. iteration 14512 found worse value: 339.867740282. iteration 14513 found worse value: 339.867740282. iteration 14514 found worse value: 339.867740282. iteration 14515 found worse value: 339.867740282. iteration 14516 found worse value: 339.867740282. iteration 14517 found worse value: 339.867740282. iteration 14518 found worse value: 339.867740282. iteration 14519 found worse value: 339.867740282. iteration 14520 found worse value: 339.867740282. iteration 14521 found worse value: 339.867740282. iteration 14522 found worse value: 339.867740282. iteration 14523 found worse value: 339.867740282. iteration 14524 found worse value: 339.867740282. iteration 14525 found worse value: 339.867740282. iteration 14526 found worse value: 339.867740282. iteration 14527 found worse value: 339.867740282. iteration 14528 found worse value: 339.867740282. iteration 14529 found worse value: 339.867740282. iteration 14530 found worse value: 339.867740282. iteration 14531 found worse value: 339.867740282. iteration 14532 found worse value: 339.867740282. iteration 14533 found worse value: 339.867740282. iteration 14534 found worse value: 339.867740282. iteration 14535 found worse value: 339.867740282. iteration 14536 found worse value: 339.867740282. iteration 14537 found worse value: 339.867740282. iteration 14538 found worse value: 339.867740282. iteration 14539 found worse value: 339.867740282. iteration 14540 found worse value: 339.867740282. iteration 14541 found worse value: 339.867740282. iteration 14542 found worse value: 339.867740282. iteration 14543 found worse value: 339.867740282. iteration 14544 found worse value: 339.867740282. iteration 14545 found worse value: 339.867740282. iteration 14546 found worse value: 339.867740282. iteration 14547 found worse value: 339.867740282. iteration 14548 found worse value: 339.867740282. iteration 14549 found worse value: 339.867740282. iteration 14550 found worse value: 339.867740282. iteration 14551 found worse value: 339.867740282. iteration 14552 found worse value: 339.867740282. iteration 14553 found worse value: 339.867740282. iteration 14554 found worse value: 339.867740282. iteration 14555 found worse value: 339.867740282. iteration 14556 found worse value: 339.867740282. iteration 14557 found worse value: 339.867740282. iteration 14558 found worse value: 339.867740282. iteration 14559 found worse value: 339.867740282. iteration 14560 found worse value: 339.867740282. iteration 14561 found worse value: 339.867740282. iteration 14562 found worse value: 339.867740282. iteration 14563 found worse value: 339.867740282. iteration 14564 found worse value: 339.867740282. iteration 14565 found worse value: 339.867740282. iteration 14566 found worse value: 339.867740282. iteration 14567 found worse value: 339.867740282. iteration 14568 found worse value: 339.867740282. iteration 14569 found worse value: 339.867740282. iteration 14570 found worse value: 339.867740282. iteration 14571 found worse value: 339.867740282. iteration 14572 found worse value: 339.867740282. iteration 14573 found worse value: 339.867740282. iteration 14574 found worse value: 339.867740282. iteration 14575 found worse value: 339.867740282. iteration 14576 found worse value: 339.867740282. iteration 14577 found worse value: 339.867740282. iteration 14578 found worse value: 339.867740282. iteration 14579 found worse value: 339.867740282. iteration 14580 found worse value: 339.867740282. iteration 14581 found worse value: 339.867740282. iteration 14582 found worse value: 339.867740282. iteration 14583 found worse value: 339.867740282. iteration 14584 found worse value: 339.867740282. iteration 14585 found worse value: 339.867740282. iteration 14586 found worse value: 339.867740282. iteration 14587 found worse value: 339.867740282. iteration 14588 found worse value: 339.867740282. iteration 14589 found worse value: 339.867740282. iteration 14590 found worse value: 339.867740282. iteration 14591 found worse value: 339.867740282. iteration 14592 found worse value: 339.867740282. iteration 14593 found worse value: 339.867740282. iteration 14594 found worse value: 339.867740282. iteration 14595 found worse value: 339.867740282. iteration 14596 found worse value: 339.867740282. iteration 14597 found worse value: 339.867740282. iteration 14598 found worse value: 339.867740282. iteration 14599 found worse value: 339.867740282. iteration 14600 found worse value: 339.867740282. iteration 14601 found worse value: 339.867740282. iteration 14602 found worse value: 339.867740282. iteration 14603 found worse value: 339.867740282. iteration 14604 found worse value: 339.867740282. iteration 14605 found worse value: 339.867740282. iteration 14606 found worse value: 339.867740282. iteration 14607 found worse value: 339.867740282. iteration 14608 found worse value: 339.867740282. iteration 14609 found worse value: 339.867740282. iteration 14610 found worse value: 339.867740282. iteration 14611 found worse value: 339.867740282. iteration 14612 found worse value: 339.867740282. iteration 14613 found worse value: 339.867740282. iteration 14614 found worse value: 339.867740282. iteration 14615 found worse value: 339.867740282. iteration 14616 found worse value: 339.867740282. iteration 14617 found worse value: 339.867740282. iteration 14618 found worse value: 339.867740282. iteration 14619 found worse value: 339.867740282. iteration 14620 found worse value: 339.867740282. iteration 14621 found worse value: 339.867740282. iteration 14622 found worse value: 339.867740282. iteration 14623 found worse value: 339.867740282. iteration 14624 found worse value: 339.867740282. iteration 14625 found worse value: 339.867740282. iteration 14626 found worse value: 339.867740282. iteration 14627 found worse value: 339.867740282. iteration 14628 found worse value: 339.867740282. iteration 14629 found worse value: 339.867740282. iteration 14630 found worse value: 339.867740282. iteration 14631 found worse value: 339.867740282. iteration 14632 found worse value: 339.867740282. iteration 14633 found worse value: 339.867740282. iteration 14634 found worse value: 339.867740282. iteration 14635 found worse value: 339.867740282. iteration 14636 found worse value: 339.867740282. iteration 14637 found worse value: 339.867740282. iteration 14638 found worse value: 339.867740282. iteration 14639 found worse value: 339.867740282. iteration 14640 found worse value: 339.867740282. iteration 14641 found worse value: 339.867740282. iteration 14642 found worse value: 339.867740282. iteration 14643 found worse value: 339.867740282. iteration 14644 found worse value: 339.867740282. iteration 14645 found worse value: 339.867740282. iteration 14646 found worse value: 339.867740282. iteration 14647 found worse value: 339.867740282. iteration 14648 found worse value: 339.867740282. iteration 14649 found worse value: 339.867740282. iteration 14650 found worse value: 339.867740282. iteration 14651 found worse value: 339.867740282. iteration 14652 found worse value: 339.867740282. iteration 14653 found worse value: 339.867740282. iteration 14654 found worse value: 339.867740282. iteration 14655 found worse value: 339.867740282. iteration 14656 found worse value: 339.867740282. iteration 14657 found worse value: 339.867740282. iteration 14658 found worse value: 339.867740282. iteration 14659 found worse value: 339.867740282. iteration 14660 found worse value: 339.867740282. iteration 14661 found worse value: 339.867740282. iteration 14662 found worse value: 339.867740282. iteration 14663 found worse value: 339.867740282. iteration 14664 found worse value: 339.867740282. iteration 14665 found worse value: 339.867740282. iteration 14666 found worse value: 339.867740282. iteration 14667 found worse value: 339.867740282. iteration 14668 found worse value: 339.867740282. iteration 14669 found worse value: 339.867740282. iteration 14670 found worse value: 339.867740282. iteration 14671 found worse value: 339.867740282. iteration 14672 found worse value: 339.867740282. iteration 14673 found worse value: 339.867740282. iteration 14674 found worse value: 339.867740282. iteration 14675 found worse value: 339.867740282. iteration 14676 found worse value: 339.867740282. iteration 14677 found worse value: 339.867740282. iteration 14678 found worse value: 339.867740282. iteration 14679 found worse value: 339.867740282. iteration 14680 found worse value: 339.867740282. iteration 14681 found worse value: 339.867740282. iteration 14682 found worse value: 339.867740282. iteration 14683 found worse value: 339.867740282. iteration 14684 found worse value: 339.867740282. iteration 14685 found worse value: 339.867740282. iteration 14686 found worse value: 339.867740282. iteration 14687 found worse value: 339.867740282. iteration 14688 found worse value: 339.867740282. iteration 14689 found worse value: 339.867740282. iteration 14690 found worse value: 339.867740282. iteration 14691 found worse value: 339.867740282. iteration 14692 found worse value: 339.867740282. iteration 14693 found worse value: 339.867740282. iteration 14694 found worse value: 339.867740282. iteration 14695 found worse value: 339.867740282. iteration 14696 found worse value: 339.867740282. iteration 14697 found worse value: 339.867740282. iteration 14698 found worse value: 339.867740282. iteration 14699 found worse value: 339.867740282. iteration 14700 found worse value: 339.867740282. iteration 14701 found worse value: 339.867740282. iteration 14702 found worse value: 339.867740282. iteration 14703 found worse value: 339.867740282. iteration 14704 found worse value: 339.867740282. iteration 14705 found worse value: 339.867740282. iteration 14706 found worse value: 339.867740282. iteration 14707 found worse value: 339.867740282. iteration 14708 found worse value: 339.867740282. iteration 14709 found worse value: 339.867740282. iteration 14710 found worse value: 339.867740282. iteration 14711 found worse value: 339.867740282. iteration 14712 found worse value: 339.867740282. iteration 14713 found worse value: 339.867740282. iteration 14714 found worse value: 339.867740282. iteration 14715 found worse value: 339.867740282. iteration 14716 found worse value: 339.867740282. iteration 14717 found worse value: 339.867740282. iteration 14718 found worse value: 339.867740282. iteration 14719 found worse value: 339.867740282. iteration 14720 found worse value: 339.867740282. iteration 14721 found worse value: 339.867740282. iteration 14722 found worse value: 339.867740282. iteration 14723 found worse value: 339.867740282. iteration 14724 found worse value: 339.867740282. iteration 14725 found worse value: 339.867740282. iteration 14726 found worse value: 339.867740282. iteration 14727 found worse value: 339.867740282. iteration 14728 found worse value: 339.867740282. iteration 14729 found worse value: 339.867740282. iteration 14730 found worse value: 339.867740282. iteration 14731 found worse value: 339.867740282. iteration 14732 found worse value: 339.867740282. iteration 14733 found worse value: 339.867740282. iteration 14734 found worse value: 339.867740282. iteration 14735 found worse value: 339.867740282. iteration 14736 found worse value: 339.867740282. iteration 14737 found worse value: 339.867740282. iteration 14738 found worse value: 339.867740282. iteration 14739 found worse value: 339.867740282. iteration 14740 found worse value: 339.867740282. iteration 14741 found worse value: 339.867740282. iteration 14742 found worse value: 339.867740282. iteration 14743 found worse value: 339.867740282. iteration 14744 found worse value: 339.867740282. iteration 14745 found worse value: 339.867740282. iteration 14746 found worse value: 339.867740282. iteration 14747 found worse value: 339.867740282. iteration 14748 found worse value: 339.867740282. iteration 14749 found worse value: 339.867740282. iteration 14750 found worse value: 339.867740282. iteration 14751 found worse value: 339.867740282. iteration 14752 found worse value: 339.867740282. iteration 14753 found worse value: 339.867740282. iteration 14754 found worse value: 339.867740282. iteration 14755 found worse value: 339.867740282. iteration 14756 found worse value: 339.867740282. iteration 14757 found worse value: 339.867740282. iteration 14758 found worse value: 339.867740282. iteration 14759 found worse value: 339.867740282. iteration 14760 found worse value: 339.867740282. iteration 14761 found worse value: 339.867740282. iteration 14762 found worse value: 339.867740282. iteration 14763 found worse value: 339.867740282. iteration 14764 found worse value: 339.867740282. iteration 14765 found worse value: 339.867740282. iteration 14766 found worse value: 339.867740282. iteration 14767 found worse value: 339.867740282. iteration 14768 found worse value: 339.867740282. iteration 14769 found worse value: 339.867740282. iteration 14770 found worse value: 339.867740282. iteration 14771 found worse value: 339.867740282. iteration 14772 found worse value: 339.867740282. iteration 14773 found worse value: 339.867740282. iteration 14774 found worse value: 339.867740282. iteration 14775 found worse value: 339.867740282. iteration 14776 found worse value: 339.867740282. iteration 14777 found worse value: 339.867740282. iteration 14778 found worse value: 339.867740282. iteration 14779 found worse value: 339.867740282. iteration 14780 found worse value: 339.867740282. iteration 14781 found worse value: 339.867740282. iteration 14782 found worse value: 339.867740282. iteration 14783 found worse value: 339.867740282. iteration 14784 found worse value: 339.867740282. iteration 14785 found worse value: 339.867740282. iteration 14786 found worse value: 339.867740282. iteration 14787 found worse value: 339.867740282. iteration 14788 found worse value: 339.867740282. iteration 14789 found worse value: 339.867740282. iteration 14790 found worse value: 339.867740282. iteration 14791 found worse value: 339.867740282. iteration 14792 found worse value: 339.867740282. iteration 14793 found worse value: 339.867740282. iteration 14794 found worse value: 339.867740282. iteration 14795 found worse value: 339.867740282. iteration 14796 found worse value: 339.867740282. iteration 14797 found worse value: 339.867740282. iteration 14798 found worse value: 339.867740282. iteration 14799 found worse value: 339.867740282. iteration 14800 found worse value: 339.867740282. iteration 14801 found worse value: 339.867740282. iteration 14802 found worse value: 339.867740282. iteration 14803 found worse value: 339.867740282. iteration 14804 found worse value: 339.867740282. iteration 14805 found worse value: 339.867740282. iteration 14806 found worse value: 339.867740282. iteration 14807 found worse value: 339.867740282. iteration 14808 found worse value: 339.867740282. iteration 14809 found worse value: 339.867740282. iteration 14810 found worse value: 339.867740282. iteration 14811 found worse value: 339.867740282. iteration 14812 found worse value: 339.867740282. iteration 14813 found worse value: 339.867740282. iteration 14814 found worse value: 339.867740282. iteration 14815 found worse value: 339.867740282. iteration 14816 found worse value: 339.867740282. iteration 14817 found worse value: 339.867740282. iteration 14818 found worse value: 339.867740282. iteration 14819 found worse value: 339.867740282. iteration 14820 found worse value: 339.867740282. iteration 14821 found worse value: 339.867740282. iteration 14822 found worse value: 339.867740282. iteration 14823 found worse value: 339.867740282. iteration 14824 found worse value: 339.867740282. iteration 14825 found worse value: 339.867740282. iteration 14826 found worse value: 339.867740282. iteration 14827 found worse value: 339.867740282. iteration 14828 found worse value: 339.867740282. iteration 14829 found worse value: 339.867740282. iteration 14830 found worse value: 339.867740282. iteration 14831 found worse value: 339.867740282. iteration 14832 found worse value: 339.867740282. iteration 14833 found worse value: 339.867740282. iteration 14834 found worse value: 339.867740282. iteration 14835 found worse value: 339.867740282. iteration 14836 found worse value: 339.867740282. iteration 14837 found worse value: 339.867740282. iteration 14838 found worse value: 339.867740282. iteration 14839 found worse value: 339.867740282. iteration 14840 found worse value: 339.867740282. iteration 14841 found worse value: 339.867740282. iteration 14842 found worse value: 339.867740282. iteration 14843 found worse value: 339.867740282. iteration 14844 found worse value: 339.867740282. iteration 14845 found worse value: 339.867740282. iteration 14846 found worse value: 339.867740282. iteration 14847 found worse value: 339.867740282. iteration 14848 found worse value: 339.867740282. iteration 14849 found worse value: 339.867740282. iteration 14850 found worse value: 339.867740282. iteration 14851 found worse value: 339.867740282. iteration 14852 found worse value: 339.867740282. iteration 14853 found worse value: 339.867740282. iteration 14854 found worse value: 339.867740282. iteration 14855 found worse value: 339.867740282. iteration 14856 found worse value: 339.867740282. iteration 14857 found worse value: 339.867740282. iteration 14858 found worse value: 339.867740282. iteration 14859 found worse value: 339.867740282. iteration 14860 found worse value: 339.867740282. iteration 14861 found worse value: 339.867740282. iteration 14862 found worse value: 339.867740282. iteration 14863 found worse value: 339.867740282. iteration 14864 found worse value: 339.867740282. iteration 14865 found worse value: 339.867740282. iteration 14866 found worse value: 339.867740282. iteration 14867 found worse value: 339.867740282. iteration 14868 found worse value: 339.867740282. iteration 14869 found worse value: 339.867740282. iteration 14870 found worse value: 339.867740282. iteration 14871 found worse value: 339.867740282. iteration 14872 found worse value: 339.867740282. iteration 14873 found worse value: 339.867740282. iteration 14874 found worse value: 339.867740282. iteration 14875 found worse value: 339.867740282. iteration 14876 found worse value: 339.867740282. iteration 14877 found worse value: 339.867740282. iteration 14878 found worse value: 339.867740282. iteration 14879 found worse value: 339.867740282. iteration 14880 found worse value: 339.867740282. iteration 14881 found worse value: 339.867740282. iteration 14882 found worse value: 339.867740282. iteration 14883 found worse value: 339.867740282. iteration 14884 found worse value: 339.867740282. iteration 14885 found worse value: 339.867740282. iteration 14886 found worse value: 339.867740282. iteration 14887 found worse value: 339.867740282. iteration 14888 found worse value: 339.867740282. iteration 14889 found worse value: 339.867740282. iteration 14890 found worse value: 339.867740282. iteration 14891 found worse value: 339.867740282. iteration 14892 found worse value: 339.867740282. iteration 14893 found worse value: 339.867740282. iteration 14894 found worse value: 339.867740282. iteration 14895 found worse value: 339.867740282. iteration 14896 found worse value: 339.867740282. iteration 14897 found worse value: 339.867740282. iteration 14898 found worse value: 339.867740282. iteration 14899 found worse value: 339.867740282. iteration 14900 found worse value: 339.867740282. iteration 14901 found worse value: 339.867740282. iteration 14902 found worse value: 339.867740282. iteration 14903 found worse value: 339.867740282. iteration 14904 found worse value: 339.867740282. iteration 14905 found worse value: 339.867740282. iteration 14906 found worse value: 339.867740282. iteration 14907 found worse value: 339.867740282. iteration 14908 found worse value: 339.867740282. iteration 14909 found worse value: 339.867740282. iteration 14910 found worse value: 339.867740282. iteration 14911 found worse value: 339.867740282. iteration 14912 found worse value: 339.867740282. iteration 14913 found worse value: 339.867740282. iteration 14914 found worse value: 339.867740282. iteration 14915 found worse value: 339.867740282. iteration 14916 found worse value: 339.867740282. iteration 14917 found worse value: 339.867740282. iteration 14918 found worse value: 339.867740282. iteration 14919 found worse value: 339.867740282. iteration 14920 found worse value: 339.867740282. iteration 14921 found worse value: 339.867740282. iteration 14922 found worse value: 339.867740282. iteration 14923 found worse value: 339.867740282. iteration 14924 found worse value: 339.867740282. iteration 14925 found worse value: 339.867740282. iteration 14926 found worse value: 339.867740282. iteration 14927 found worse value: 339.867740282. iteration 14928 found worse value: 339.867740282. iteration 14929 found worse value: 339.867740282. iteration 14930 found worse value: 339.867740282. iteration 14931 found worse value: 339.867740282. iteration 14932 found worse value: 339.867740282. iteration 14933 found worse value: 339.867740282. iteration 14934 found worse value: 339.867740282. iteration 14935 found worse value: 339.867740282. iteration 14936 found worse value: 339.867740282. iteration 14937 found worse value: 339.867740282. iteration 14938 found worse value: 339.867740282. iteration 14939 found worse value: 339.867740282. iteration 14940 found worse value: 339.867740282. iteration 14941 found worse value: 339.867740282. iteration 14942 found worse value: 339.867740282. iteration 14943 found worse value: 339.867740282. iteration 14944 found worse value: 339.867740282. iteration 14945 found worse value: 339.867740282. iteration 14946 found worse value: 339.867740282. iteration 14947 found worse value: 339.867740282. iteration 14948 found worse value: 339.867740282. iteration 14949 found worse value: 339.867740282. iteration 14950 found worse value: 339.867740282. iteration 14951 found worse value: 339.867740282. iteration 14952 found worse value: 339.867740282. iteration 14953 found worse value: 339.867740282. iteration 14954 found worse value: 339.867740282. iteration 14955 found worse value: 339.867740282. iteration 14956 found worse value: 339.867740282. iteration 14957 found worse value: 339.867740282. iteration 14958 found worse value: 339.867740282. iteration 14959 found worse value: 339.867740282. iteration 14960 found worse value: 339.867740282. iteration 14961 found worse value: 339.867740282. iteration 14962 found worse value: 339.867740282. iteration 14963 found worse value: 339.867740282. iteration 14964 found worse value: 339.867740282. iteration 14965 found worse value: 339.867740282. iteration 14966 found worse value: 339.867740282. iteration 14967 found worse value: 339.867740282. iteration 14968 found worse value: 339.867740282. iteration 14969 found worse value: 339.867740282. iteration 14970 found worse value: 339.867740282. iteration 14971 found worse value: 339.867740282. iteration 14972 found worse value: 339.867740282. iteration 14973 found worse value: 339.867740282. iteration 14974 found worse value: 339.867740282. iteration 14975 found worse value: 339.867740282. iteration 14976 found worse value: 339.867740282. iteration 14977 found worse value: 339.867740282. iteration 14978 found worse value: 339.867740282. iteration 14979 found worse value: 339.867740282. iteration 14980 found worse value: 339.867740282. iteration 14981 found worse value: 339.867740282. iteration 14982 found worse value: 339.867740282. iteration 14983 found worse value: 339.867740282. iteration 14984 found worse value: 339.867740282. iteration 14985 found worse value: 339.867740282. iteration 14986 found worse value: 339.867740282. iteration 14987 found worse value: 339.867740282. iteration 14988 found worse value: 339.867740282. iteration 14989 found worse value: 339.867740282. iteration 14990 found worse value: 339.867740282. iteration 14991 found worse value: 339.867740282. iteration 14992 found worse value: 339.867740282. iteration 14993 found worse value: 339.867740282. iteration 14994 found worse value: 339.867740282. iteration 14995 found worse value: 339.867740282. iteration 14996 found worse value: 339.867740282. iteration 14997 found worse value: 339.867740282. iteration 14998 found worse value: 339.867740282. iteration 14999 found worse value: 339.867740282. iteration 15000 found worse value: 339.867740282. iteration 15001 found worse value: 339.867740282. iteration 15002 found worse value: 339.867740282. iteration 15003 found worse value: 339.867740282. iteration 15004 found worse value: 339.867740282. iteration 15005 found worse value: 339.867740282. iteration 15006 found worse value: 339.867740282. iteration 15007 found worse value: 339.867740282. iteration 15008 found worse value: 339.867740282. iteration 15009 found worse value: 339.867740282. iteration 15010 found worse value: 339.867740282. iteration 15011 found worse value: 339.867740282. iteration 15012 found worse value: 339.867740282. iteration 15013 found worse value: 339.867740282. iteration 15014 found worse value: 339.867740282. iteration 15015 found worse value: 339.867740282. iteration 15016 found worse value: 339.867740282. iteration 15017 found worse value: 339.867740282. iteration 15018 found worse value: 339.867740282. iteration 15019 found worse value: 339.867740282. iteration 15020 found worse value: 339.867740282. iteration 15021 found worse value: 339.867740282. iteration 15022 found worse value: 339.867740282. iteration 15023 found worse value: 339.867740282. iteration 15024 found worse value: 339.867740282. iteration 15025 found worse value: 339.867740282. iteration 15026 found worse value: 339.867740282. iteration 15027 found worse value: 339.867740282. iteration 15028 found worse value: 339.867740282. iteration 15029 found worse value: 339.867740282. iteration 15030 found worse value: 339.867740282. iteration 15031 found worse value: 339.867740282. iteration 15032 found worse value: 339.867740282. iteration 15033 found worse value: 339.867740282. iteration 15034 found worse value: 339.867740282. iteration 15035 found worse value: 339.867740282. iteration 15036 found worse value: 339.867740282. iteration 15037 found worse value: 339.867740282. iteration 15038 found worse value: 339.867740282. iteration 15039 found worse value: 339.867740282. iteration 15040 found worse value: 339.867740282. iteration 15041 found worse value: 339.867740282. iteration 15042 found worse value: 339.867740282. iteration 15043 found worse value: 339.867740282. iteration 15044 found worse value: 339.867740282. iteration 15045 found worse value: 339.867740282. iteration 15046 found worse value: 339.867740282. iteration 15047 found worse value: 339.867740282. iteration 15048 found worse value: 339.867740282. iteration 15049 found worse value: 339.867740282. iteration 15050 found worse value: 339.867740282. iteration 15051 found worse value: 339.867740282. iteration 15052 found worse value: 339.867740282. iteration 15053 found worse value: 339.867740282. iteration 15054 found worse value: 339.867740282. iteration 15055 found worse value: 339.867740282. iteration 15056 found worse value: 339.867740282. iteration 15057 found worse value: 339.867740282. iteration 15058 found worse value: 339.867740282. iteration 15059 found worse value: 339.867740282. iteration 15060 found worse value: 339.867740282. iteration 15061 found worse value: 339.867740282. iteration 15062 found worse value: 339.867740282. iteration 15063 found worse value: 339.867740282. iteration 15064 found worse value: 339.867740282. iteration 15065 found worse value: 339.867740282. iteration 15066 found worse value: 339.867740282. iteration 15067 found worse value: 339.867740282. iteration 15068 found worse value: 339.867740282. iteration 15069 found worse value: 339.867740282. iteration 15070 found worse value: 339.867740282. iteration 15071 found worse value: 339.867740282. iteration 15072 found worse value: 339.867740282. iteration 15073 found worse value: 339.867740282. iteration 15074 found worse value: 339.867740282. iteration 15075 found worse value: 339.867740282. iteration 15076 found worse value: 339.867740282. iteration 15077 found worse value: 339.867740282. iteration 15078 found worse value: 339.867740282. iteration 15079 found worse value: 339.867740282. iteration 15080 found worse value: 339.867740282. iteration 15081 found worse value: 339.867740282. iteration 15082 found worse value: 339.867740282. iteration 15083 found worse value: 339.867740282. iteration 15084 found worse value: 339.867740282. iteration 15085 found worse value: 339.867740282. iteration 15086 found worse value: 339.867740282. iteration 15087 found worse value: 339.867740282. iteration 15088 found worse value: 339.867740282. iteration 15089 found worse value: 339.867740282. iteration 15090 found worse value: 339.867740282. iteration 15091 found worse value: 339.867740282. iteration 15092 found worse value: 339.867740282. iteration 15093 found worse value: 339.867740282. iteration 15094 found worse value: 339.867740282. iteration 15095 found worse value: 339.867740282. iteration 15096 found worse value: 339.867740282. iteration 15097 found worse value: 339.867740282. iteration 15098 found worse value: 339.867740282. iteration 15099 found worse value: 339.867740282. iteration 15100 found worse value: 339.867740282. iteration 15101 found worse value: 339.867740282. iteration 15102 found worse value: 339.867740282. iteration 15103 found worse value: 339.867740282. iteration 15104 found worse value: 339.867740282. iteration 15105 found worse value: 339.867740282. iteration 15106 found worse value: 339.867740282. iteration 15107 found worse value: 339.867740282. iteration 15108 found worse value: 339.867740282. iteration 15109 found worse value: 339.867740282. iteration 15110 found worse value: 339.867740282. iteration 15111 found worse value: 339.867740282. iteration 15112 found worse value: 339.867740282. iteration 15113 found worse value: 339.867740282. iteration 15114 found worse value: 339.867740282. iteration 15115 found worse value: 339.867740282. iteration 15116 found worse value: 339.867740282. iteration 15117 found worse value: 339.867740282. iteration 15118 found worse value: 339.867740282. iteration 15119 found worse value: 339.867740282. iteration 15120 found worse value: 339.867740282. iteration 15121 found worse value: 339.867740282. iteration 15122 found worse value: 339.867740282. iteration 15123 found worse value: 339.867740282. iteration 15124 found worse value: 339.867740282. iteration 15125 found worse value: 339.867740282. iteration 15126 found worse value: 339.867740282. iteration 15127 found worse value: 339.867740282. iteration 15128 found worse value: 339.867740282. iteration 15129 found worse value: 339.867740282. iteration 15130 found worse value: 339.867740282. iteration 15131 found worse value: 339.867740282. iteration 15132 found worse value: 339.867740282. iteration 15133 found worse value: 339.867740282. iteration 15134 found worse value: 339.867740282. iteration 15135 found worse value: 339.867740282. iteration 15136 found worse value: 339.867740282. iteration 15137 found worse value: 339.867740282. iteration 15138 found worse value: 339.867740282. iteration 15139 found worse value: 339.867740282. iteration 15140 found worse value: 339.867740282. iteration 15141 found worse value: 339.867740282. iteration 15142 found worse value: 339.867740282. iteration 15143 found worse value: 339.867740282. iteration 15144 found worse value: 339.867740282. iteration 15145 found worse value: 339.867740282. iteration 15146 found worse value: 339.867740282. iteration 15147 found worse value: 339.867740282. iteration 15148 found worse value: 339.867740282. iteration 15149 found worse value: 339.867740282. iteration 15150 found worse value: 339.867740282. iteration 15151 found worse value: 339.867740282. iteration 15152 found worse value: 339.867740282. iteration 15153 found worse value: 339.867740282. iteration 15154 found worse value: 339.867740282. iteration 15155 found worse value: 339.867740282. iteration 15156 found worse value: 339.867740282. iteration 15157 found worse value: 339.867740282. iteration 15158 found worse value: 339.867740282. iteration 15159 found worse value: 339.867740282. iteration 15160 found worse value: 339.867740282. iteration 15161 found worse value: 339.867740282. iteration 15162 found worse value: 339.867740282. iteration 15163 found worse value: 339.867740282. iteration 15164 found worse value: 339.867740282. iteration 15165 found worse value: 339.867740282. iteration 15166 found worse value: 339.867740282. iteration 15167 found worse value: 339.867740282. iteration 15168 found worse value: 339.867740282. iteration 15169 found worse value: 339.867740282. iteration 15170 found worse value: 339.867740282. iteration 15171 found worse value: 339.867740282. iteration 15172 found worse value: 339.867740282. iteration 15173 found worse value: 339.867740282. iteration 15174 found worse value: 339.867740282. iteration 15175 found worse value: 339.867740282. iteration 15176 found worse value: 339.867740282. iteration 15177 found worse value: 339.867740282. iteration 15178 found worse value: 339.867740282. iteration 15179 found worse value: 339.867740282. iteration 15180 found worse value: 339.867740282. iteration 15181 found worse value: 339.867740282. iteration 15182 found worse value: 339.867740282. iteration 15183 found worse value: 339.867740282. iteration 15184 found worse value: 339.867740282. iteration 15185 found worse value: 339.867740282. iteration 15186 found worse value: 339.867740282. iteration 15187 found worse value: 339.867740282. iteration 15188 found worse value: 339.867740282. iteration 15189 found worse value: 339.867740282. iteration 15190 found worse value: 339.867740282. iteration 15191 found worse value: 339.867740282. iteration 15192 found worse value: 339.867740282. iteration 15193 found worse value: 339.867740282. iteration 15194 found worse value: 339.867740282. iteration 15195 found worse value: 339.867740282. iteration 15196 found worse value: 339.867740282. iteration 15197 found worse value: 339.867740282. iteration 15198 found worse value: 339.867740282. iteration 15199 found worse value: 339.867740282. iteration 15200 found worse value: 339.867740282. iteration 15201 found worse value: 339.867740282. iteration 15202 found worse value: 339.867740282. iteration 15203 found worse value: 339.867740282. iteration 15204 found worse value: 339.867740282. iteration 15205 found worse value: 339.867740282. iteration 15206 found worse value: 339.867740282. iteration 15207 found worse value: 339.867740282. iteration 15208 found worse value: 339.867740282. iteration 15209 found worse value: 339.867740282. iteration 15210 found worse value: 339.867740282. iteration 15211 found worse value: 339.867740282. iteration 15212 found worse value: 339.867740282. iteration 15213 found worse value: 339.867740282. iteration 15214 found worse value: 339.867740282. iteration 15215 found worse value: 339.867740282. iteration 15216 found worse value: 339.867740282. iteration 15217 found worse value: 339.867740282. iteration 15218 found worse value: 339.867740282. iteration 15219 found worse value: 339.867740282. iteration 15220 found worse value: 339.867740282. iteration 15221 found worse value: 339.867740282. iteration 15222 found worse value: 339.867740282. iteration 15223 found worse value: 339.867740282. iteration 15224 found worse value: 339.867740282. iteration 15225 found worse value: 339.867740282. iteration 15226 found worse value: 339.867740282. iteration 15227 found worse value: 339.867740282. iteration 15228 found worse value: 339.867740282. iteration 15229 found worse value: 339.867740282. iteration 15230 found worse value: 339.867740282. iteration 15231 found worse value: 339.867740282. iteration 15232 found worse value: 339.867740282. iteration 15233 found worse value: 339.867740282. iteration 15234 found worse value: 339.867740282. iteration 15235 found worse value: 339.867740282. iteration 15236 found worse value: 339.867740282. iteration 15237 found worse value: 339.867740282. iteration 15238 found worse value: 339.867740282. iteration 15239 found worse value: 339.867740282. iteration 15240 found worse value: 339.867740282. iteration 15241 found worse value: 339.867740282. iteration 15242 found worse value: 339.867740282. iteration 15243 found worse value: 339.867740282. iteration 15244 found worse value: 339.867740282. iteration 15245 found worse value: 339.867740282. iteration 15246 found worse value: 339.867740282. iteration 15247 found worse value: 339.867740282. iteration 15248 found worse value: 339.867740282. iteration 15249 found worse value: 339.867740282. iteration 15250 found worse value: 339.867740282. iteration 15251 found worse value: 339.867740282. iteration 15252 found worse value: 339.867740282. iteration 15253 found worse value: 339.867740282. iteration 15254 found worse value: 339.867740282. iteration 15255 found worse value: 339.867740282. iteration 15256 found worse value: 339.867740282. iteration 15257 found worse value: 339.867740282. iteration 15258 found worse value: 339.867740282. iteration 15259 found worse value: 339.867740282. iteration 15260 found worse value: 339.867740282. iteration 15261 found worse value: 339.867740282. iteration 15262 found worse value: 339.867740282. iteration 15263 found worse value: 339.867740282. iteration 15264 found worse value: 339.867740282. iteration 15265 found worse value: 339.867740282. iteration 15266 found worse value: 339.867740282. iteration 15267 found worse value: 339.867740282. iteration 15268 found worse value: 339.867740282. iteration 15269 found worse value: 339.867740282. iteration 15270 found worse value: 339.867740282. iteration 15271 found worse value: 339.867740282. iteration 15272 found worse value: 339.867740282. iteration 15273 found worse value: 339.867740282. iteration 15274 found worse value: 339.867740282. iteration 15275 found worse value: 339.867740282. iteration 15276 found worse value: 339.867740282. iteration 15277 found worse value: 339.867740282. iteration 15278 found worse value: 339.867740282. iteration 15279 found worse value: 339.867740282. iteration 15280 found worse value: 339.867740282. iteration 15281 found worse value: 339.867740282. iteration 15282 found worse value: 339.867740282. iteration 15283 found worse value: 339.867740282. iteration 15284 found worse value: 339.867740282. iteration 15285 found worse value: 339.867740282. iteration 15286 found worse value: 339.867740282. iteration 15287 found worse value: 339.867740282. iteration 15288 found worse value: 339.867740282. iteration 15289 found worse value: 339.867740282. iteration 15290 found worse value: 339.867740282. iteration 15291 found worse value: 339.867740282. iteration 15292 found worse value: 339.867740282. iteration 15293 found worse value: 339.867740282. iteration 15294 found worse value: 339.867740282. iteration 15295 found worse value: 339.867740282. iteration 15296 found worse value: 339.867740282. iteration 15297 found worse value: 339.867740282. iteration 15298 found worse value: 339.867740282. iteration 15299 found worse value: 339.867740282. iteration 15300 found worse value: 339.867740282. iteration 15301 found worse value: 339.867740282. iteration 15302 found worse value: 339.867740282. iteration 15303 found worse value: 339.867740282. iteration 15304 found worse value: 339.867740282. iteration 15305 found worse value: 339.867740282. iteration 15306 found worse value: 339.867740282. iteration 15307 found worse value: 339.867740282. iteration 15308 found worse value: 339.867740282. iteration 15309 found worse value: 339.867740282. iteration 15310 found worse value: 339.867740282. iteration 15311 found worse value: 339.867740282. iteration 15312 found worse value: 339.867740282. iteration 15313 found worse value: 339.867740282. iteration 15314 found worse value: 339.867740282. iteration 15315 found worse value: 339.867740282. iteration 15316 found worse value: 339.867740282. iteration 15317 found worse value: 339.867740282. iteration 15318 found worse value: 339.867740282. iteration 15319 found worse value: 339.867740282. iteration 15320 found worse value: 339.867740282. iteration 15321 found worse value: 339.867740282. iteration 15322 found worse value: 339.867740282. iteration 15323 found worse value: 339.867740282. iteration 15324 found worse value: 339.867740282. iteration 15325 found worse value: 339.867740282. iteration 15326 found worse value: 339.867740282. iteration 15327 found worse value: 339.867740282. iteration 15328 found worse value: 339.867740282. iteration 15329 found worse value: 339.867740282. iteration 15330 found worse value: 339.867740282. iteration 15331 found worse value: 339.867740282. iteration 15332 found worse value: 339.867740282. iteration 15333 found worse value: 339.867740282. iteration 15334 found worse value: 339.867740282. iteration 15335 found worse value: 339.867740282. iteration 15336 found worse value: 339.867740282. iteration 15337 found worse value: 339.867740282. iteration 15338 found worse value: 339.867740282. iteration 15339 found worse value: 339.867740282. iteration 15340 found worse value: 339.867740282. iteration 15341 found worse value: 339.867740282. iteration 15342 found worse value: 339.867740282. iteration 15343 found worse value: 339.867740282. iteration 15344 found worse value: 339.867740282. iteration 15345 found worse value: 339.867740282. iteration 15346 found worse value: 339.867740282. iteration 15347 found worse value: 339.867740282. iteration 15348 found worse value: 339.867740282. iteration 15349 found worse value: 339.867740282. iteration 15350 found worse value: 339.867740282. iteration 15351 found worse value: 339.867740282. iteration 15352 found worse value: 339.867740282. iteration 15353 found worse value: 339.867740282. iteration 15354 found worse value: 339.867740282. iteration 15355 found worse value: 339.867740282. iteration 15356 found worse value: 339.867740282. iteration 15357 found worse value: 339.867740282. iteration 15358 found worse value: 339.867740282. iteration 15359 found worse value: 339.867740282. iteration 15360 found worse value: 339.867740282. iteration 15361 found worse value: 339.867740282. iteration 15362 found worse value: 339.867740282. iteration 15363 found worse value: 339.867740282. iteration 15364 found worse value: 339.867740282. iteration 15365 found worse value: 339.867740282. iteration 15366 found worse value: 339.867740282. iteration 15367 found worse value: 339.867740282. iteration 15368 found worse value: 339.867740282. iteration 15369 found worse value: 339.867740282. iteration 15370 found worse value: 339.867740282. iteration 15371 found worse value: 339.867740282. iteration 15372 found worse value: 339.867740282. iteration 15373 found worse value: 339.867740282. iteration 15374 found worse value: 339.867740282. iteration 15375 found worse value: 339.867740282. iteration15375, perturbing to get out of local maxima iteration 15376 found worse value: 339.867740282. iteration 15377 found worse value: 339.867740282. iteration 15378 found worse value: 339.867740282. iteration 15379 found worse value: 339.867740282. iteration 15380 found worse value: 339.867740282. iteration 15381 found worse value: 339.867740282. iteration 15382 found worse value: 339.867740282. iteration 15383 found worse value: 339.867740282. iteration 15384 found worse value: 339.867740282. iteration 15385 found worse value: 339.867740282. iteration 15386 found worse value: 339.867740282. iteration 15387 found worse value: 339.867740282. iteration 15388 found worse value: 339.867740282. iteration 15389 found worse value: 339.867740282. iteration 15390 found worse value: 339.867740282. iteration 15391 found worse value: 339.867740282. iteration 15392 found worse value: 339.867740282. iteration 15393 found worse value: 339.867740282. iteration 15394 found worse value: 339.867740282. iteration 15395 found worse value: 339.867740282. iteration 15396 found worse value: 339.867740282. iteration 15397 found worse value: 339.867740282. iteration 15398 found worse value: 339.867740282. iteration 15399 found worse value: 339.867740282. iteration 15400 found worse value: 339.867740282. iteration 15401 found worse value: 339.867740282. iteration 15402 found worse value: 339.867740282. iteration 15403 found worse value: 339.867740282. iteration 15404 found worse value: 339.867740282. iteration 15405 found worse value: 339.867740282. iteration 15406 found worse value: 339.867740282. iteration 15407 found worse value: 339.867740282. iteration 15408 found worse value: 339.867740282. iteration 15409 found worse value: 339.867740282. iteration 15410 found worse value: 339.867740282. iteration 15411 found worse value: 339.867740282. iteration 15412 found worse value: 339.867740282. iteration 15413 found worse value: 339.867740282. iteration 15414 found worse value: 339.867740282. iteration 15415 found worse value: 339.867740282. iteration 15416 found worse value: 339.867740282. iteration 15417 found worse value: 339.867740282. iteration 15418 found worse value: 339.867740282. iteration 15419 found worse value: 339.867740282. iteration 15420 found worse value: 339.867740282. iteration 15421 found worse value: 339.867740282. iteration 15422 found worse value: 339.867740282. iteration 15423 found worse value: 339.867740282. iteration 15424 found worse value: 339.867740282. iteration 15425 found worse value: 339.867740282. iteration 15426 found worse value: 339.867740282. iteration 15427 found worse value: 339.867740282. iteration 15428 found worse value: 339.867740282. iteration 15429 found worse value: 339.867740282. iteration 15430 found worse value: 339.867740282. iteration 15431 found worse value: 339.867740282. iteration 15432 found worse value: 339.867740282. iteration 15433 found worse value: 339.867740282. iteration 15434 found worse value: 339.867740282. iteration 15435 found worse value: 339.867740282. iteration 15436 found worse value: 339.867740282. iteration 15437 found worse value: 339.867740282. iteration 15438 found worse value: 339.867740282. iteration 15439 found worse value: 339.867740282. iteration 15440 found worse value: 339.867740282. iteration 15441 found worse value: 339.867740282. iteration 15442 found worse value: 339.867740282. iteration 15443 found worse value: 339.867740282. iteration 15444 found worse value: 339.867740282. iteration 15445 found worse value: 339.867740282. iteration 15446 found worse value: 339.867740282. iteration 15447 found worse value: 339.867740282. iteration 15448 found worse value: 339.867740282. iteration 15449 found worse value: 339.867740282. iteration 15450 found worse value: 339.867740282. iteration 15451 found worse value: 339.867740282. iteration 15452 found worse value: 339.867740282. iteration 15453 found worse value: 339.867740282. iteration 15454 found worse value: 339.867740282. iteration 15455 found worse value: 339.867740282. iteration 15456 found worse value: 339.867740282. iteration 15457 found worse value: 339.867740282. iteration 15458 found worse value: 339.867740282. iteration 15459 found worse value: 339.867740282. iteration 15460 found worse value: 339.867740282. iteration 15461 found worse value: 339.867740282. iteration 15462 found worse value: 339.867740282. iteration 15463 found worse value: 339.867740282. iteration 15464 found worse value: 339.867740282. iteration 15465 found worse value: 339.867740282. iteration 15466 found worse value: 339.867740282. iteration 15467 found worse value: 339.867740282. iteration 15468 found worse value: 339.867740282. iteration 15469 found worse value: 339.867740282. iteration 15470 found worse value: 339.867740282. iteration 15471 found worse value: 339.867740282. iteration 15472 found worse value: 339.867740282. iteration 15473 found worse value: 339.867740282. iteration 15474 found worse value: 339.867740282. iteration 15475 found worse value: 339.867740282. iteration 15476 found worse value: 339.867740282. iteration 15477 found worse value: 339.867740282. iteration 15478 found worse value: 339.867740282. iteration 15479 found worse value: 339.867740282. iteration 15480 found worse value: 339.867740282. iteration 15481 found worse value: 339.867740282. iteration 15482 found worse value: 339.867740282. iteration 15483 found worse value: 339.867740282. iteration 15484 found worse value: 339.867740282. iteration 15485 found worse value: 339.867740282. iteration 15486 found worse value: 339.867740282. iteration 15487 found worse value: 339.867740282. iteration 15488 found worse value: 339.867740282. iteration 15489 found worse value: 339.867740282. iteration 15490 found worse value: 339.867740282. iteration 15491 found worse value: 339.867740282. iteration 15492 found worse value: 339.867740282. iteration 15493 found worse value: 339.867740282. iteration 15494 found worse value: 339.867740282. iteration 15495 found worse value: 339.867740282. iteration 15496 found worse value: 339.867740282. iteration 15497 found worse value: 339.867740282. iteration 15498 found worse value: 339.867740282. iteration 15499 found worse value: 339.867740282. iteration 15500 found worse value: 339.867740282. iteration 15501 found worse value: 339.867740282. iteration 15502 found worse value: 339.867740282. iteration 15503 found worse value: 339.867740282. iteration 15504 found worse value: 339.867740282. iteration 15505 found worse value: 339.867740282. iteration 15506 found worse value: 339.867740282. iteration 15507 found worse value: 339.867740282. iteration 15508 found worse value: 339.867740282. iteration 15509 found worse value: 339.867740282. iteration 15510 found worse value: 339.867740282. iteration 15511 found worse value: 339.867740282. iteration 15512 found worse value: 339.867740282. iteration 15513 found worse value: 339.867740282. iteration 15514 found worse value: 339.867740282. iteration 15515 found worse value: 339.867740282. iteration 15516 found worse value: 339.867740282. iteration 15517 found worse value: 339.867740282. iteration 15518 found worse value: 339.867740282. iteration 15519 found worse value: 339.867740282. iteration 15520 found worse value: 339.867740282. iteration 15521 found worse value: 339.867740282. iteration 15522 found worse value: 339.867740282. iteration 15523 found worse value: 339.867740282. iteration 15524 found worse value: 339.867740282. iteration 15525 found worse value: 339.867740282. iteration 15526 found worse value: 339.867740282. iteration 15527 found worse value: 339.867740282. iteration 15528 found worse value: 339.867740282. iteration 15529 found worse value: 339.867740282. iteration 15530 found worse value: 339.867740282. iteration 15531 found worse value: 339.867740282. iteration 15532 found worse value: 339.867740282. iteration 15533 found worse value: 339.867740282. iteration 15534 found worse value: 339.867740282. iteration 15535 found worse value: 339.867740282. iteration 15536 found worse value: 339.867740282. iteration 15537 found worse value: 339.867740282. iteration 15538 found worse value: 339.867740282. iteration 15539 found worse value: 339.867740282. iteration 15540 found worse value: 339.867740282. iteration 15541 found worse value: 339.867740282. iteration 15542 found worse value: 339.867740282. iteration 15543 found worse value: 339.867740282. iteration 15544 found worse value: 339.867740282. iteration 15545 found worse value: 339.867740282. iteration 15546 found worse value: 339.867740282. iteration 15547 found worse value: 339.867740282. iteration 15548 found worse value: 339.867740282. iteration 15549 found worse value: 339.867740282. iteration 15550 found worse value: 339.867740282. iteration 15551 found worse value: 339.867740282. iteration 15552 found worse value: 339.867740282. iteration 15553 found worse value: 339.867740282. iteration 15554 found worse value: 339.867740282. iteration 15555 found worse value: 339.867740282. iteration 15556 found worse value: 339.867740282. iteration 15557 found worse value: 339.867740282. iteration 15558 found worse value: 339.867740282. iteration 15559 found worse value: 339.867740282. iteration 15560 found worse value: 339.867740282. iteration 15561 found worse value: 339.867740282. iteration 15562 found worse value: 339.867740282. iteration 15563 found worse value: 339.867740282. iteration 15564 found worse value: 339.867740282. iteration 15565 found worse value: 339.867740282. iteration 15566 found worse value: 339.867740282. iteration 15567 found worse value: 339.867740282. iteration 15568 found worse value: 339.867740282. iteration 15569 found worse value: 339.867740282. iteration 15570 found worse value: 339.867740282. iteration 15571 found worse value: 339.867740282. iteration 15572 found worse value: 339.867740282. iteration 15573 found worse value: 339.867740282. iteration 15574 found worse value: 339.867740282. iteration 15575 found worse value: 339.867740282. iteration 15576 found worse value: 339.867740282. iteration 15577 found worse value: 339.867740282. iteration 15578 found worse value: 339.867740282. iteration 15579 found worse value: 339.867740282. iteration 15580 found worse value: 339.867740282. iteration 15581 found worse value: 339.867740282. iteration 15582 found worse value: 339.867740282. iteration 15583 found worse value: 339.867740282. iteration 15584 found worse value: 339.867740282. iteration 15585 found worse value: 339.867740282. iteration 15586 found worse value: 339.867740282. iteration 15587 found worse value: 339.867740282. iteration 15588 found worse value: 339.867740282. iteration 15589 found worse value: 339.867740282. iteration 15590 found worse value: 339.867740282. iteration 15591 found worse value: 339.867740282. iteration 15592 found worse value: 339.867740282. iteration 15593 found worse value: 339.867740282. iteration 15594 found worse value: 339.867740282. iteration 15595 found worse value: 339.867740282. iteration 15596 found worse value: 339.867740282. iteration 15597 found worse value: 339.867740282. iteration 15598 found worse value: 339.867740282. iteration 15599 found worse value: 339.867740282. iteration 15600 found worse value: 339.867740282. iteration 15601 found worse value: 339.867740282. iteration 15602 found worse value: 339.867740282. iteration 15603 found worse value: 339.867740282. iteration 15604 found worse value: 339.867740282. iteration 15605 found worse value: 339.867740282. iteration 15606 found worse value: 339.867740282. iteration 15607 found worse value: 339.867740282. iteration 15608 found worse value: 339.867740282. iteration 15609 found worse value: 339.867740282. iteration 15610 found worse value: 339.867740282. iteration 15611 found worse value: 339.867740282. iteration 15612 found worse value: 339.867740282. iteration 15613 found worse value: 339.867740282. iteration 15614 found worse value: 339.867740282. iteration 15615 found worse value: 339.867740282. iteration 15616 found worse value: 339.867740282. iteration 15617 found worse value: 339.867740282. iteration 15618 found worse value: 339.867740282. iteration 15619 found worse value: 339.867740282. iteration 15620 found worse value: 339.867740282. iteration 15621 found worse value: 339.867740282. iteration 15622 found worse value: 339.867740282. iteration 15623 found worse value: 339.867740282. iteration 15624 found worse value: 339.867740282. iteration 15625 found worse value: 339.867740282. iteration 15626 found worse value: 339.867740282. iteration 15627 found worse value: 339.867740282. iteration 15628 found worse value: 339.867740282. iteration 15629 found worse value: 339.867740282. iteration 15630 found worse value: 339.867740282. iteration 15631 found worse value: 339.867740282. iteration 15632 found worse value: 339.867740282. iteration 15633 found worse value: 339.867740282. iteration 15634 found worse value: 339.867740282. iteration 15635 found worse value: 339.867740282. iteration 15636 found worse value: 339.867740282. iteration 15637 found worse value: 339.867740282. iteration 15638 found worse value: 339.867740282. iteration 15639 found worse value: 339.867740282. iteration 15640 found worse value: 339.867740282. iteration 15641 found worse value: 339.867740282. iteration 15642 found worse value: 339.867740282. iteration 15643 found worse value: 339.867740282. iteration 15644 found worse value: 339.867740282. iteration 15645 found worse value: 339.867740282. iteration 15646 found worse value: 339.867740282. iteration 15647 found worse value: 339.867740282. iteration 15648 found worse value: 339.867740282. iteration 15649 found worse value: 339.867740282. iteration 15650 found worse value: 339.867740282. iteration 15651 found worse value: 339.867740282. iteration 15652 found worse value: 339.867740282. iteration 15653 found worse value: 339.867740282. iteration 15654 found worse value: 339.867740282. iteration 15655 found worse value: 339.867740282. iteration 15656 found worse value: 339.867740282. iteration 15657 found worse value: 339.867740282. iteration 15658 found worse value: 339.867740282. iteration 15659 found worse value: 339.867740282. iteration 15660 found worse value: 339.867740282. iteration 15661 found worse value: 339.867740282. iteration 15662 found worse value: 339.867740282. iteration 15663 found worse value: 339.867740282. iteration 15664 found worse value: 339.867740282. iteration 15665 found worse value: 339.867740282. iteration 15666 found worse value: 339.867740282. iteration 15667 found worse value: 339.867740282. iteration 15668 found worse value: 339.867740282. iteration 15669 found worse value: 339.867740282. iteration 15670 found worse value: 339.867740282. iteration 15671 found worse value: 339.867740282. iteration 15672 found worse value: 339.867740282. iteration 15673 found worse value: 339.867740282. iteration 15674 found worse value: 339.867740282. iteration 15675 found worse value: 339.867740282. iteration 15676 found worse value: 339.867740282. iteration 15677 found worse value: 339.867740282. iteration 15678 found worse value: 339.867740282. iteration 15679 found worse value: 339.867740282. iteration 15680 found worse value: 339.867740282. iteration 15681 found worse value: 339.867740282. iteration 15682 found worse value: 339.867740282. iteration 15683 found worse value: 339.867740282. iteration 15684 found worse value: 339.867740282. iteration 15685 found worse value: 339.867740282. iteration 15686 found worse value: 339.867740282. iteration 15687 found worse value: 339.867740282. iteration 15688 found worse value: 339.867740282. iteration 15689 found worse value: 339.867740282. iteration 15690 found worse value: 339.867740282. iteration 15691 found worse value: 339.867740282. iteration 15692 found worse value: 339.867740282. iteration 15693 found worse value: 339.867740282. iteration 15694 found worse value: 339.867740282. iteration 15695 found worse value: 339.867740282. iteration 15696 found worse value: 339.867740282. iteration 15697 found worse value: 339.867740282. iteration 15698 found worse value: 339.867740282. iteration 15699 found worse value: 339.867740282. iteration 15700 found worse value: 339.867740282. iteration 15701 found worse value: 339.867740282. iteration 15702 found worse value: 339.867740282. iteration 15703 found worse value: 339.867740282. iteration 15704 found worse value: 339.867740282. iteration 15705 found worse value: 339.867740282. iteration 15706 found worse value: 339.867740282. iteration 15707 found worse value: 339.867740282. iteration 15708 found worse value: 339.867740282. iteration 15709 found worse value: 339.867740282. iteration 15710 found worse value: 339.867740282. iteration 15711 found worse value: 339.867740282. iteration 15712 found worse value: 339.867740282. iteration 15713 found worse value: 339.867740282. iteration 15714 found worse value: 339.867740282. iteration 15715 found worse value: 339.867740282. iteration 15716 found worse value: 339.867740282. iteration 15717 found worse value: 339.867740282. iteration 15718 found worse value: 339.867740282. iteration 15719 found worse value: 339.867740282. iteration 15720 found worse value: 339.867740282. iteration 15721 found worse value: 339.867740282. iteration 15722 found worse value: 339.867740282. iteration 15723 found worse value: 339.867740282. iteration 15724 found worse value: 339.867740282. iteration 15725 found worse value: 339.867740282. iteration 15726 found worse value: 339.867740282. iteration 15727 found worse value: 339.867740282. iteration 15728 found worse value: 339.867740282. iteration 15729 found worse value: 339.867740282. iteration 15730 found worse value: 339.867740282. iteration 15731 found worse value: 339.867740282. iteration 15732 found worse value: 339.867740282. iteration 15733 found worse value: 339.867740282. iteration 15734 found worse value: 339.867740282. iteration 15735 found worse value: 339.867740282. iteration 15736 found worse value: 339.867740282. iteration 15737 found worse value: 339.867740282. iteration 15738 found worse value: 339.867740282. iteration 15739 found worse value: 339.867740282. iteration 15740 found worse value: 339.867740282. iteration 15741 found worse value: 339.867740282. iteration 15742 found worse value: 339.867740282. iteration 15743 found worse value: 339.867740282. iteration 15744 found worse value: 339.867740282. iteration 15745 found worse value: 339.867740282. iteration 15746 found worse value: 339.867740282. iteration 15747 found worse value: 339.867740282. iteration 15748 found worse value: 339.867740282. iteration 15749 found worse value: 339.867740282. iteration 15750 found worse value: 339.867740282. iteration 15751 found worse value: 339.867740282. iteration 15752 found worse value: 339.867740282. iteration 15753 found worse value: 339.867740282. iteration 15754 found worse value: 339.867740282. iteration 15755 found worse value: 339.867740282. iteration 15756 found worse value: 339.867740282. iteration 15757 found worse value: 339.867740282. iteration 15758 found worse value: 339.867740282. iteration 15759 found worse value: 339.867740282. iteration 15760 found worse value: 339.867740282. iteration 15761 found worse value: 339.867740282. iteration 15762 found worse value: 339.867740282. iteration 15763 found worse value: 339.867740282. iteration 15764 found worse value: 339.867740282. iteration 15765 found worse value: 339.867740282. iteration 15766 found worse value: 339.867740282. iteration 15767 found worse value: 339.867740282. iteration 15768 found worse value: 339.867740282. iteration 15769 found worse value: 339.867740282. iteration 15770 found worse value: 339.867740282. iteration 15771 found worse value: 339.867740282. iteration 15772 found worse value: 339.867740282. iteration 15773 found worse value: 339.867740282. iteration 15774 found worse value: 339.867740282. iteration 15775 found worse value: 339.867740282. iteration 15776 found worse value: 339.867740282. iteration 15777 found worse value: 339.867740282. iteration 15778 found worse value: 339.867740282. iteration 15779 found worse value: 339.867740282. iteration 15780 found worse value: 339.867740282. iteration 15781 found worse value: 339.867740282. iteration 15782 found worse value: 339.867740282. iteration 15783 found worse value: 339.867740282. iteration 15784 found worse value: 339.867740282. iteration 15785 found worse value: 339.867740282. iteration 15786 found worse value: 339.867740282. iteration 15787 found worse value: 339.867740282. iteration 15788 found worse value: 339.867740282. iteration 15789 found worse value: 339.867740282. iteration 15790 found worse value: 339.867740282. iteration 15791 found worse value: 339.867740282. iteration 15792 found worse value: 339.867740282. iteration 15793 found worse value: 339.867740282. iteration 15794 found worse value: 339.867740282. iteration 15795 found worse value: 339.867740282. iteration 15796 found worse value: 339.867740282. iteration 15797 found worse value: 339.867740282. iteration 15798 found worse value: 339.867740282. iteration 15799 found worse value: 339.867740282. iteration 15800 found worse value: 339.867740282. iteration 15801 found worse value: 339.867740282. iteration 15802 found worse value: 339.867740282. iteration 15803 found worse value: 339.867740282. iteration 15804 found worse value: 339.867740282. iteration 15805 found worse value: 339.867740282. iteration 15806 found worse value: 339.867740282. iteration 15807 found worse value: 339.867740282. iteration 15808 found worse value: 339.867740282. iteration 15809 found worse value: 339.867740282. iteration 15810 found worse value: 339.867740282. iteration 15811 found worse value: 339.867740282. iteration 15812 found worse value: 339.867740282. iteration 15813 found worse value: 339.867740282. iteration 15814 found worse value: 339.867740282. iteration 15815 found worse value: 339.867740282. iteration 15816 found worse value: 339.867740282. iteration 15817 found worse value: 339.867740282. iteration 15818 found worse value: 339.867740282. iteration 15819 found worse value: 339.867740282. iteration 15820 found worse value: 339.867740282. iteration 15821 found worse value: 339.867740282. iteration 15822 found worse value: 339.867740282. iteration 15823 found worse value: 339.867740282. iteration 15824 found worse value: 339.867740282. iteration 15825 found worse value: 339.867740282. iteration 15826 found worse value: 339.867740282. iteration 15827 found worse value: 339.867740282. iteration 15828 found worse value: 339.867740282. iteration 15829 found worse value: 339.867740282. iteration 15830 found worse value: 339.867740282. iteration 15831 found worse value: 339.867740282. iteration 15832 found worse value: 339.867740282. iteration 15833 found worse value: 339.867740282. iteration 15834 found worse value: 339.867740282. iteration 15835 found worse value: 339.867740282. iteration 15836 found worse value: 339.867740282. iteration 15837 found worse value: 339.867740282. iteration 15838 found worse value: 339.867740282. iteration 15839 found worse value: 339.867740282. iteration 15840 found worse value: 339.867740282. iteration 15841 found worse value: 339.867740282. iteration 15842 found worse value: 339.867740282. iteration 15843 found worse value: 339.867740282. iteration 15844 found worse value: 339.867740282. iteration 15845 found worse value: 339.867740282. iteration 15846 found worse value: 339.867740282. iteration 15847 found worse value: 339.867740282. iteration 15848 found worse value: 339.867740282. iteration 15849 found worse value: 339.867740282. iteration 15850 found worse value: 339.867740282. iteration 15851 found worse value: 339.867740282. iteration 15852 found worse value: 339.867740282. iteration 15853 found worse value: 339.867740282. iteration 15854 found worse value: 339.867740282. iteration 15855 found worse value: 339.867740282. iteration 15856 found worse value: 339.867740282. iteration 15857 found worse value: 339.867740282. iteration 15858 found worse value: 339.867740282. iteration 15859 found worse value: 339.867740282. iteration 15860 found worse value: 339.867740282. iteration 15861 found worse value: 339.867740282. iteration 15862 found worse value: 339.867740282. iteration 15863 found worse value: 339.867740282. iteration 15864 found worse value: 339.867740282. iteration 15865 found worse value: 339.867740282. iteration 15866 found worse value: 339.867740282. iteration 15867 found worse value: 339.867740282. iteration 15868 found worse value: 339.867740282. iteration 15869 found worse value: 339.867740282. iteration 15870 found worse value: 339.867740282. iteration 15871 found worse value: 339.867740282. iteration 15872 found worse value: 339.867740282. iteration 15873 found worse value: 339.867740282. iteration 15874 found worse value: 339.867740282. iteration 15875 found worse value: 339.867740282. iteration 15876 found worse value: 339.867740282. iteration 15877 found worse value: 339.867740282. iteration 15878 found worse value: 339.867740282. iteration 15879 found worse value: 339.867740282. iteration 15880 found worse value: 339.867740282. iteration 15881 found worse value: 339.867740282. iteration 15882 found worse value: 339.867740282. iteration 15883 found worse value: 339.867740282. iteration 15884 found worse value: 339.867740282. iteration 15885 found worse value: 339.867740282. iteration 15886 found worse value: 339.867740282. iteration 15887 found worse value: 339.867740282. iteration 15888 found worse value: 339.867740282. iteration 15889 found worse value: 339.867740282. iteration 15890 found worse value: 339.867740282. iteration 15891 found worse value: 339.867740282. iteration 15892 found worse value: 339.867740282. iteration 15893 found worse value: 339.867740282. iteration 15894 found worse value: 339.867740282. iteration 15895 found worse value: 339.867740282. iteration 15896 found worse value: 339.867740282. iteration 15897 found worse value: 339.867740282. iteration 15898 found worse value: 339.867740282. iteration 15899 found worse value: 339.867740282. iteration 15900 found worse value: 339.867740282. iteration 15901 found worse value: 339.867740282. iteration 15902 found worse value: 339.867740282. iteration 15903 found worse value: 339.867740282. iteration 15904 found worse value: 339.867740282. iteration 15905 found worse value: 339.867740282. iteration 15906 found worse value: 339.867740282. iteration 15907 found worse value: 339.867740282. iteration 15908 found worse value: 339.867740282. iteration 15909 found worse value: 339.867740282. iteration 15910 found worse value: 339.867740282. iteration 15911 found worse value: 339.867740282. iteration 15912 found worse value: 339.867740282. iteration 15913 found worse value: 339.867740282. iteration 15914 found worse value: 339.867740282. iteration 15915 found worse value: 339.867740282. iteration 15916 found worse value: 339.867740282. iteration 15917 found worse value: 339.867740282. iteration 15918 found worse value: 339.867740282. iteration 15919 found worse value: 339.867740282. iteration 15920 found worse value: 339.867740282. iteration 15921 found worse value: 339.867740282. iteration 15922 found worse value: 339.867740282. iteration 15923 found worse value: 339.867740282. iteration 15924 found worse value: 339.867740282. iteration 15925 found worse value: 339.867740282. iteration 15926 found worse value: 339.867740282. iteration 15927 found worse value: 339.867740282. iteration 15928 found worse value: 339.867740282. iteration 15929 found worse value: 339.867740282. iteration 15930 found worse value: 339.867740282. iteration 15931 found worse value: 339.867740282. iteration 15932 found worse value: 339.867740282. iteration 15933 found worse value: 339.867740282. iteration 15934 found worse value: 339.867740282. iteration 15935 found worse value: 339.867740282. iteration 15936 found worse value: 339.867740282. iteration 15937 found worse value: 339.867740282. iteration 15938 found worse value: 339.867740282. iteration 15939 found worse value: 339.867740282. iteration 15940 found worse value: 339.867740282. iteration 15941 found worse value: 339.867740282. iteration 15942 found worse value: 339.867740282. iteration 15943 found worse value: 339.867740282. iteration 15944 found worse value: 339.867740282. iteration 15945 found worse value: 339.867740282. iteration 15946 found worse value: 339.867740282. iteration 15947 found worse value: 339.867740282. iteration 15948 found worse value: 339.867740282. iteration 15949 found worse value: 339.867740282. iteration 15950 found worse value: 339.867740282. iteration 15951 found worse value: 339.867740282. iteration 15952 found worse value: 339.867740282. iteration 15953 found worse value: 339.867740282. iteration 15954 found worse value: 339.867740282. iteration 15955 found worse value: 339.867740282. iteration 15956 found worse value: 339.867740282. iteration 15957 found worse value: 339.867740282. iteration 15958 found worse value: 339.867740282. iteration 15959 found worse value: 339.867740282. iteration 15960 found worse value: 339.867740282. iteration 15961 found worse value: 339.867740282. iteration 15962 found worse value: 339.867740282. iteration 15963 found worse value: 339.867740282. iteration 15964 found worse value: 339.867740282. iteration 15965 found worse value: 339.867740282. iteration 15966 found worse value: 339.867740282. iteration 15967 found worse value: 339.867740282. iteration 15968 found worse value: 339.867740282. iteration 15969 found worse value: 339.867740282. iteration 15970 found worse value: 339.867740282. iteration 15971 found worse value: 339.867740282. iteration 15972 found worse value: 339.867740282. iteration 15973 found worse value: 339.867740282. iteration 15974 found worse value: 339.867740282. iteration 15975 found worse value: 339.867740282. iteration 15976 found worse value: 339.867740282. iteration 15977 found worse value: 339.867740282. iteration 15978 found worse value: 339.867740282. iteration 15979 found worse value: 339.867740282. iteration 15980 found worse value: 339.867740282. iteration 15981 found worse value: 339.867740282. iteration 15982 found worse value: 339.867740282. iteration 15983 found worse value: 339.867740282. iteration 15984 found worse value: 339.867740282. iteration 15985 found worse value: 339.867740282. iteration 15986 found worse value: 339.867740282. iteration 15987 found worse value: 339.867740282. iteration 15988 found worse value: 339.867740282. iteration 15989 found worse value: 339.867740282. iteration 15990 found equal value: 339.867740282. iteration 15991 found worse value: 339.867740282. iteration 15992 found worse value: 339.867740282. iteration 15993 found worse value: 339.867740282. iteration 15994 found worse value: 339.867740282. iteration 15995 found worse value: 339.867740282. iteration 15996 found worse value: 339.867740282. iteration 15997 found worse value: 339.867740282. iteration 15998 found worse value: 339.867740282. iteration 15999 found worse value: 339.867740282. iteration 16000 found worse value: 339.867740282. iteration 16001 found worse value: 339.867740282. iteration 16002 found worse value: 339.867740282. iteration 16003 found worse value: 339.867740282. iteration 16004 found worse value: 339.867740282. iteration 16005 found worse value: 339.867740282. iteration 16006 found worse value: 339.867740282. iteration 16007 found worse value: 339.867740282. iteration 16008 found worse value: 339.867740282. iteration 16009 found worse value: 339.867740282. iteration 16010 found worse value: 339.867740282. iteration 16011 found worse value: 339.867740282. iteration 16012 found worse value: 339.867740282. iteration 16013 found worse value: 339.867740282. iteration 16014 found worse value: 339.867740282. iteration 16015 found worse value: 339.867740282. iteration 16016 found worse value: 339.867740282. iteration 16017 found worse value: 339.867740282. iteration 16018 found worse value: 339.867740282. iteration 16019 found worse value: 339.867740282. iteration 16020 found worse value: 339.867740282. iteration 16021 found worse value: 339.867740282. iteration 16022 found worse value: 339.867740282. iteration 16023 found worse value: 339.867740282. iteration 16024 found worse value: 339.867740282. iteration 16025 found worse value: 339.867740282. iteration 16026 found worse value: 339.867740282. iteration 16027 found worse value: 339.867740282. iteration 16028 found worse value: 339.867740282. iteration 16029 found worse value: 339.867740282. iteration 16030 found worse value: 339.867740282. iteration 16031 found worse value: 339.867740282. iteration 16032 found worse value: 339.867740282. iteration 16033 found worse value: 339.867740282. iteration 16034 found worse value: 339.867740282. iteration 16035 found worse value: 339.867740282. iteration 16036 found worse value: 339.867740282. iteration 16037 found worse value: 339.867740282. iteration 16038 found worse value: 339.867740282. iteration 16039 found worse value: 339.867740282. iteration 16040 found worse value: 339.867740282. iteration 16041 found worse value: 339.867740282. iteration 16042 found worse value: 339.867740282. iteration 16043 found worse value: 339.867740282. iteration 16044 found worse value: 339.867740282. iteration 16045 found worse value: 339.867740282. iteration 16046 found worse value: 339.867740282. iteration 16047 found worse value: 339.867740282. iteration 16048 found worse value: 339.867740282. iteration 16049 found worse value: 339.867740282. iteration 16050 found worse value: 339.867740282. iteration 16051 found worse value: 339.867740282. iteration 16052 found worse value: 339.867740282. iteration 16053 found worse value: 339.867740282. iteration 16054 found worse value: 339.867740282. iteration 16055 found worse value: 339.867740282. iteration 16056 found worse value: 339.867740282. iteration 16057 found worse value: 339.867740282. iteration 16058 found worse value: 339.867740282. iteration 16059 found worse value: 339.867740282. iteration 16060 found worse value: 339.867740282. iteration 16061 found worse value: 339.867740282. iteration 16062 found worse value: 339.867740282. iteration 16063 found worse value: 339.867740282. iteration 16064 found worse value: 339.867740282. iteration 16065 found worse value: 339.867740282. iteration 16066 found worse value: 339.867740282. iteration 16067 found worse value: 339.867740282. iteration 16068 found worse value: 339.867740282. iteration 16069 found worse value: 339.867740282. iteration 16070 found worse value: 339.867740282. iteration 16071 found worse value: 339.867740282. iteration 16072 found worse value: 339.867740282. iteration 16073 found worse value: 339.867740282. iteration 16074 found worse value: 339.867740282. iteration 16075 found worse value: 339.867740282. iteration 16076 found worse value: 339.867740282. iteration 16077 found worse value: 339.867740282. iteration 16078 found worse value: 339.867740282. iteration 16079 found worse value: 339.867740282. iteration 16080 found worse value: 339.867740282. iteration 16081 found worse value: 339.867740282. iteration 16082 found worse value: 339.867740282. iteration 16083 found worse value: 339.867740282. iteration 16084 found worse value: 339.867740282. iteration 16085 found worse value: 339.867740282. iteration 16086 found worse value: 339.867740282. iteration 16087 found worse value: 339.867740282. iteration 16088 found worse value: 339.867740282. iteration 16089 found worse value: 339.867740282. iteration 16090 found worse value: 339.867740282. iteration 16091 found worse value: 339.867740282. iteration 16092 found worse value: 339.867740282. iteration 16093 found worse value: 339.867740282. iteration 16094 found worse value: 339.867740282. iteration 16095 found worse value: 339.867740282. iteration 16096 found worse value: 339.867740282. iteration 16097 found worse value: 339.867740282. iteration 16098 found worse value: 339.867740282. iteration 16099 found worse value: 339.867740282. iteration 16100 found worse value: 339.867740282. iteration 16101 found worse value: 339.867740282. iteration 16102 found worse value: 339.867740282. iteration 16103 found worse value: 339.867740282. iteration 16104 found worse value: 339.867740282. iteration 16105 found worse value: 339.867740282. iteration 16106 found worse value: 339.867740282. iteration 16107 found worse value: 339.867740282. iteration 16108 found worse value: 339.867740282. iteration 16109 found worse value: 339.867740282. iteration 16110 found worse value: 339.867740282. iteration 16111 found worse value: 339.867740282. iteration 16112 found worse value: 339.867740282. iteration 16113 found worse value: 339.867740282. iteration 16114 found worse value: 339.867740282. iteration 16115 found worse value: 339.867740282. iteration 16116 found worse value: 339.867740282. iteration 16117 found worse value: 339.867740282. iteration 16118 found worse value: 339.867740282. iteration 16119 found worse value: 339.867740282. iteration 16120 found worse value: 339.867740282. iteration 16121 found worse value: 339.867740282. iteration 16122 found worse value: 339.867740282. iteration 16123 found worse value: 339.867740282. iteration 16124 found worse value: 339.867740282. iteration 16125 found worse value: 339.867740282. iteration 16126 found worse value: 339.867740282. iteration 16127 found worse value: 339.867740282. iteration 16128 found worse value: 339.867740282. iteration 16129 found worse value: 339.867740282. iteration 16130 found worse value: 339.867740282. iteration 16131 found worse value: 339.867740282. iteration 16132 found worse value: 339.867740282. iteration 16133 found worse value: 339.867740282. iteration 16134 found worse value: 339.867740282. iteration 16135 found worse value: 339.867740282. iteration 16136 found worse value: 339.867740282. iteration 16137 found worse value: 339.867740282. iteration 16138 found worse value: 339.867740282. iteration 16139 found worse value: 339.867740282. iteration 16140 found worse value: 339.867740282. iteration 16141 found worse value: 339.867740282. iteration 16142 found worse value: 339.867740282. iteration 16143 found worse value: 339.867740282. iteration 16144 found worse value: 339.867740282. iteration 16145 found worse value: 339.867740282. iteration 16146 found worse value: 339.867740282. iteration 16147 found worse value: 339.867740282. iteration 16148 found worse value: 339.867740282. iteration 16149 found worse value: 339.867740282. iteration 16150 found worse value: 339.867740282. iteration 16151 found worse value: 339.867740282. iteration 16152 found worse value: 339.867740282. iteration 16153 found worse value: 339.867740282. iteration 16154 found worse value: 339.867740282. iteration 16155 found worse value: 339.867740282. iteration 16156 found worse value: 339.867740282. iteration 16157 found worse value: 339.867740282. iteration 16158 found worse value: 339.867740282. iteration 16159 found worse value: 339.867740282. iteration 16160 found worse value: 339.867740282. iteration 16161 found worse value: 339.867740282. iteration 16162 found worse value: 339.867740282. iteration 16163 found worse value: 339.867740282. iteration 16164 found worse value: 339.867740282. iteration 16165 found worse value: 339.867740282. iteration 16166 found worse value: 339.867740282. iteration 16167 found worse value: 339.867740282. iteration 16168 found worse value: 339.867740282. iteration 16169 found worse value: 339.867740282. iteration 16170 found worse value: 339.867740282. iteration 16171 found worse value: 339.867740282. iteration 16172 found worse value: 339.867740282. iteration 16173 found worse value: 339.867740282. iteration 16174 found worse value: 339.867740282. iteration 16175 found worse value: 339.867740282. iteration 16176 found worse value: 339.867740282. iteration 16177 found worse value: 339.867740282. iteration 16178 found worse value: 339.867740282. iteration 16179 found worse value: 339.867740282. iteration 16180 found worse value: 339.867740282. iteration 16181 found worse value: 339.867740282. iteration 16182 found worse value: 339.867740282. iteration 16183 found worse value: 339.867740282. iteration 16184 found worse value: 339.867740282. iteration 16185 found worse value: 339.867740282. iteration 16186 found worse value: 339.867740282. iteration 16187 found worse value: 339.867740282. iteration 16188 found worse value: 339.867740282. iteration 16189 found worse value: 339.867740282. iteration 16190 found worse value: 339.867740282. iteration 16191 found worse value: 339.867740282. iteration 16192 found worse value: 339.867740282. iteration 16193 found worse value: 339.867740282. iteration 16194 found worse value: 339.867740282. iteration 16195 found worse value: 339.867740282. iteration 16196 found worse value: 339.867740282. iteration 16197 found worse value: 339.867740282. iteration 16198 found worse value: 339.867740282. iteration 16199 found worse value: 339.867740282. iteration 16200 found worse value: 339.867740282. iteration 16201 found worse value: 339.867740282. iteration 16202 found worse value: 339.867740282. iteration 16203 found worse value: 339.867740282. iteration 16204 found worse value: 339.867740282. iteration 16205 found worse value: 339.867740282. iteration 16206 found worse value: 339.867740282. iteration 16207 found worse value: 339.867740282. iteration 16208 found worse value: 339.867740282. iteration 16209 found worse value: 339.867740282. iteration 16210 found worse value: 339.867740282. iteration 16211 found worse value: 339.867740282. iteration 16212 found worse value: 339.867740282. iteration 16213 found worse value: 339.867740282. iteration 16214 found worse value: 339.867740282. iteration 16215 found worse value: 339.867740282. iteration 16216 found worse value: 339.867740282. iteration 16217 found worse value: 339.867740282. iteration 16218 found worse value: 339.867740282. iteration 16219 found worse value: 339.867740282. iteration 16220 found worse value: 339.867740282. iteration 16221 found worse value: 339.867740282. iteration 16222 found worse value: 339.867740282. iteration 16223 found worse value: 339.867740282. iteration 16224 found worse value: 339.867740282. iteration 16225 found worse value: 339.867740282. iteration 16226 found worse value: 339.867740282. iteration 16227 found worse value: 339.867740282. iteration 16228 found worse value: 339.867740282. iteration 16229 found worse value: 339.867740282. iteration 16230 found worse value: 339.867740282. iteration 16231 found worse value: 339.867740282. iteration 16232 found worse value: 339.867740282. iteration 16233 found worse value: 339.867740282. iteration 16234 found worse value: 339.867740282. iteration 16235 found worse value: 339.867740282. iteration 16236 found worse value: 339.867740282. iteration 16237 found worse value: 339.867740282. iteration 16238 found worse value: 339.867740282. iteration 16239 found worse value: 339.867740282. iteration 16240 found worse value: 339.867740282. iteration 16241 found worse value: 339.867740282. iteration 16242 found worse value: 339.867740282. iteration 16243 found worse value: 339.867740282. iteration 16244 found worse value: 339.867740282. iteration 16245 found worse value: 339.867740282. iteration 16246 found worse value: 339.867740282. iteration 16247 found worse value: 339.867740282. iteration 16248 found worse value: 339.867740282. iteration 16249 found worse value: 339.867740282. iteration 16250 found worse value: 339.867740282. iteration 16251 found worse value: 339.867740282. iteration 16252 found worse value: 339.867740282. iteration 16253 found worse value: 339.867740282. iteration 16254 found worse value: 339.867740282. iteration 16255 found worse value: 339.867740282. iteration 16256 found worse value: 339.867740282. iteration 16257 found worse value: 339.867740282. iteration 16258 found worse value: 339.867740282. iteration 16259 found worse value: 339.867740282. iteration 16260 found worse value: 339.867740282. iteration 16261 found worse value: 339.867740282. iteration 16262 found worse value: 339.867740282. iteration 16263 found worse value: 339.867740282. iteration 16264 found worse value: 339.867740282. iteration 16265 found worse value: 339.867740282. iteration 16266 found worse value: 339.867740282. iteration 16267 found worse value: 339.867740282. iteration 16268 found worse value: 339.867740282. iteration 16269 found worse value: 339.867740282. iteration 16270 found worse value: 339.867740282. iteration 16271 found worse value: 339.867740282. iteration 16272 found worse value: 339.867740282. iteration 16273 found worse value: 339.867740282. iteration 16274 found worse value: 339.867740282. iteration 16275 found worse value: 339.867740282. iteration 16276 found worse value: 339.867740282. iteration 16277 found worse value: 339.867740282. iteration 16278 found worse value: 339.867740282. iteration 16279 found worse value: 339.867740282. iteration 16280 found worse value: 339.867740282. iteration 16281 found worse value: 339.867740282. iteration 16282 found worse value: 339.867740282. iteration 16283 found worse value: 339.867740282. iteration 16284 found worse value: 339.867740282. iteration 16285 found worse value: 339.867740282. iteration 16286 found worse value: 339.867740282. iteration 16287 found worse value: 339.867740282. iteration 16288 found worse value: 339.867740282. iteration 16289 found worse value: 339.867740282. iteration 16290 found worse value: 339.867740282. iteration 16291 found worse value: 339.867740282. iteration 16292 found worse value: 339.867740282. iteration 16293 found worse value: 339.867740282. iteration 16294 found worse value: 339.867740282. iteration 16295 found worse value: 339.867740282. iteration 16296 found worse value: 339.867740282. iteration 16297 found worse value: 339.867740282. iteration 16298 found worse value: 339.867740282. iteration 16299 found worse value: 339.867740282. iteration 16300 found worse value: 339.867740282. iteration 16301 found worse value: 339.867740282. iteration 16302 found worse value: 339.867740282. iteration 16303 found worse value: 339.867740282. iteration 16304 found worse value: 339.867740282. iteration 16305 found worse value: 339.867740282. iteration 16306 found worse value: 339.867740282. iteration 16307 found worse value: 339.867740282. iteration 16308 found worse value: 339.867740282. iteration 16309 found worse value: 339.867740282. iteration 16310 found worse value: 339.867740282. iteration 16311 found worse value: 339.867740282. iteration 16312 found worse value: 339.867740282. iteration 16313 found worse value: 339.867740282. iteration 16314 found worse value: 339.867740282. iteration 16315 found worse value: 339.867740282. iteration 16316 found worse value: 339.867740282. iteration 16317 found worse value: 339.867740282. iteration 16318 found worse value: 339.867740282. iteration 16319 found worse value: 339.867740282. iteration 16320 found worse value: 339.867740282. iteration 16321 found worse value: 339.867740282. iteration 16322 found worse value: 339.867740282. iteration 16323 found worse value: 339.867740282. iteration 16324 found worse value: 339.867740282. iteration 16325 found worse value: 339.867740282. iteration 16326 found worse value: 339.867740282. iteration 16327 found worse value: 339.867740282. iteration 16328 found worse value: 339.867740282. iteration 16329 found worse value: 339.867740282. iteration 16330 found worse value: 339.867740282. iteration 16331 found worse value: 339.867740282. iteration 16332 found worse value: 339.867740282. iteration 16333 found worse value: 339.867740282. iteration 16334 found worse value: 339.867740282. iteration 16335 found worse value: 339.867740282. iteration 16336 found worse value: 339.867740282. iteration 16337 found worse value: 339.867740282. iteration 16338 found worse value: 339.867740282. iteration 16339 found worse value: 339.867740282. iteration 16340 found worse value: 339.867740282. iteration 16341 found worse value: 339.867740282. iteration 16342 found worse value: 339.867740282. iteration 16343 found worse value: 339.867740282. iteration 16344 found worse value: 339.867740282. iteration 16345 found worse value: 339.867740282. iteration 16346 found worse value: 339.867740282. iteration 16347 found worse value: 339.867740282. iteration 16348 found worse value: 339.867740282. iteration 16349 found worse value: 339.867740282. iteration 16350 found worse value: 339.867740282. iteration 16351 found worse value: 339.867740282. iteration 16352 found worse value: 339.867740282. iteration 16353 found worse value: 339.867740282. iteration 16354 found worse value: 339.867740282. iteration 16355 found worse value: 339.867740282. iteration 16356 found worse value: 339.867740282. iteration 16357 found worse value: 339.867740282. iteration 16358 found worse value: 339.867740282. iteration 16359 found worse value: 339.867740282. iteration 16360 found worse value: 339.867740282. iteration 16361 found worse value: 339.867740282. iteration 16362 found worse value: 339.867740282. iteration 16363 found worse value: 339.867740282. iteration 16364 found worse value: 339.867740282. iteration 16365 found worse value: 339.867740282. iteration 16366 found worse value: 339.867740282. iteration 16367 found worse value: 339.867740282. iteration 16368 found worse value: 339.867740282. iteration 16369 found worse value: 339.867740282. iteration 16370 found worse value: 339.867740282. iteration 16371 found worse value: 339.867740282. iteration 16372 found worse value: 339.867740282. iteration 16373 found worse value: 339.867740282. iteration 16374 found worse value: 339.867740282. iteration 16375 found worse value: 339.867740282. iteration 16376 found worse value: 339.867740282. iteration 16377 found worse value: 339.867740282. iteration 16378 found worse value: 339.867740282. iteration 16379 found worse value: 339.867740282. iteration 16380 found worse value: 339.867740282. iteration 16381 found worse value: 339.867740282. iteration 16382 found worse value: 339.867740282. iteration 16383 found worse value: 339.867740282. iteration 16384 found worse value: 339.867740282. iteration 16385 found worse value: 339.867740282. iteration 16386 found worse value: 339.867740282. iteration 16387 found worse value: 339.867740282. iteration 16388 found worse value: 339.867740282. iteration 16389 found worse value: 339.867740282. iteration 16390 found worse value: 339.867740282. iteration 16391 found worse value: 339.867740282. iteration 16392 found worse value: 339.867740282. iteration 16393 found worse value: 339.867740282. iteration 16394 found worse value: 339.867740282. iteration 16395 found worse value: 339.867740282. iteration 16396 found worse value: 339.867740282. iteration 16397 found worse value: 339.867740282. iteration 16398 found worse value: 339.867740282. iteration 16399 found worse value: 339.867740282. iteration 16400 found worse value: 339.867740282. iteration 16401 found worse value: 339.867740282. iteration 16402 found worse value: 339.867740282. iteration 16403 found worse value: 339.867740282. iteration 16404 found worse value: 339.867740282. iteration 16405 found worse value: 339.867740282. iteration 16406 found worse value: 339.867740282. iteration 16407 found worse value: 339.867740282. iteration 16408 found worse value: 339.867740282. iteration 16409 found worse value: 339.867740282. iteration 16410 found worse value: 339.867740282. iteration 16411 found worse value: 339.867740282. iteration 16412 found worse value: 339.867740282. iteration 16413 found worse value: 339.867740282. iteration 16414 found worse value: 339.867740282. iteration 16415 found worse value: 339.867740282. iteration 16416 found worse value: 339.867740282. iteration 16417 found worse value: 339.867740282. iteration 16418 found worse value: 339.867740282. iteration 16419 found worse value: 339.867740282. iteration 16420 found worse value: 339.867740282. iteration 16421 found worse value: 339.867740282. iteration 16422 found worse value: 339.867740282. iteration 16423 found worse value: 339.867740282. iteration 16424 found worse value: 339.867740282. iteration 16425 found worse value: 339.867740282. iteration 16426 found worse value: 339.867740282. iteration 16427 found worse value: 339.867740282. iteration 16428 found worse value: 339.867740282. iteration 16429 found worse value: 339.867740282. iteration 16430 found worse value: 339.867740282. iteration 16431 found worse value: 339.867740282. iteration 16432 found worse value: 339.867740282. iteration 16433 found worse value: 339.867740282. iteration 16434 found worse value: 339.867740282. iteration 16435 found worse value: 339.867740282. iteration 16436 found worse value: 339.867740282. iteration 16437 found worse value: 339.867740282. iteration 16438 found worse value: 339.867740282. iteration 16439 found worse value: 339.867740282. iteration 16440 found worse value: 339.867740282. iteration 16441 found worse value: 339.867740282. iteration 16442 found worse value: 339.867740282. iteration 16443 found worse value: 339.867740282. iteration 16444 found worse value: 339.867740282. iteration 16445 found worse value: 339.867740282. iteration 16446 found worse value: 339.867740282. iteration 16447 found worse value: 339.867740282. iteration 16448 found worse value: 339.867740282. iteration 16449 found worse value: 339.867740282. iteration 16450 found worse value: 339.867740282. iteration 16451 found worse value: 339.867740282. iteration 16452 found worse value: 339.867740282. iteration 16453 found worse value: 339.867740282. iteration 16454 found worse value: 339.867740282. iteration 16455 found worse value: 339.867740282. iteration 16456 found worse value: 339.867740282. iteration 16457 found worse value: 339.867740282. iteration 16458 found worse value: 339.867740282. iteration 16459 found worse value: 339.867740282. iteration 16460 found worse value: 339.867740282. iteration 16461 found worse value: 339.867740282. iteration 16462 found worse value: 339.867740282. iteration 16463 found worse value: 339.867740282. iteration 16464 found worse value: 339.867740282. iteration 16465 found worse value: 339.867740282. iteration 16466 found worse value: 339.867740282. iteration 16467 found worse value: 339.867740282. iteration 16468 found worse value: 339.867740282. iteration 16469 found worse value: 339.867740282. iteration 16470 found worse value: 339.867740282. iteration 16471 found worse value: 339.867740282. iteration 16472 found worse value: 339.867740282. iteration 16473 found worse value: 339.867740282. iteration 16474 found worse value: 339.867740282. iteration 16475 found worse value: 339.867740282. iteration 16476 found worse value: 339.867740282. iteration 16477 found worse value: 339.867740282. iteration 16478 found worse value: 339.867740282. iteration 16479 found worse value: 339.867740282. iteration 16480 found worse value: 339.867740282. iteration 16481 found worse value: 339.867740282. iteration 16482 found worse value: 339.867740282. iteration 16483 found worse value: 339.867740282. iteration 16484 found worse value: 339.867740282. iteration 16485 found worse value: 339.867740282. iteration 16486 found worse value: 339.867740282. iteration 16487 found worse value: 339.867740282. iteration 16488 found worse value: 339.867740282. iteration 16489 found worse value: 339.867740282. iteration 16490 found worse value: 339.867740282. iteration 16491 found worse value: 339.867740282. iteration 16492 found worse value: 339.867740282. iteration 16493 found worse value: 339.867740282. iteration 16494 found worse value: 339.867740282. iteration 16495 found worse value: 339.867740282. iteration 16496 found worse value: 339.867740282. iteration 16497 found worse value: 339.867740282. iteration 16498 found worse value: 339.867740282. iteration 16499 found worse value: 339.867740282. iteration 16500 found worse value: 339.867740282. iteration 16501 found worse value: 339.867740282. iteration 16502 found worse value: 339.867740282. iteration 16503 found worse value: 339.867740282. iteration 16504 found worse value: 339.867740282. iteration 16505 found worse value: 339.867740282. iteration 16506 found worse value: 339.867740282. iteration 16507 found worse value: 339.867740282. iteration 16508 found worse value: 339.867740282. iteration 16509 found worse value: 339.867740282. iteration 16510 found worse value: 339.867740282. iteration 16511 found worse value: 339.867740282. iteration 16512 found worse value: 339.867740282. iteration 16513 found worse value: 339.867740282. iteration 16514 found worse value: 339.867740282. iteration 16515 found worse value: 339.867740282. iteration 16516 found worse value: 339.867740282. iteration 16517 found worse value: 339.867740282. iteration 16518 found worse value: 339.867740282. iteration 16519 found worse value: 339.867740282. iteration 16520 found worse value: 339.867740282. iteration 16521 found worse value: 339.867740282. iteration 16522 found worse value: 339.867740282. iteration 16523 found worse value: 339.867740282. iteration 16524 found worse value: 339.867740282. iteration 16525 found worse value: 339.867740282. iteration 16526 found worse value: 339.867740282. iteration 16527 found worse value: 339.867740282. iteration 16528 found worse value: 339.867740282. iteration 16529 found worse value: 339.867740282. iteration 16530 found worse value: 339.867740282. iteration 16531 found worse value: 339.867740282. iteration 16532 found worse value: 339.867740282. iteration 16533 found worse value: 339.867740282. iteration 16534 found worse value: 339.867740282. iteration 16535 found worse value: 339.867740282. iteration 16536 found worse value: 339.867740282. iteration 16537 found worse value: 339.867740282. iteration 16538 found worse value: 339.867740282. iteration 16539 found worse value: 339.867740282. iteration 16540 found worse value: 339.867740282. iteration 16541 found worse value: 339.867740282. iteration 16542 found worse value: 339.867740282. iteration 16543 found worse value: 339.867740282. iteration 16544 found worse value: 339.867740282. iteration 16545 found worse value: 339.867740282. iteration 16546 found worse value: 339.867740282. iteration 16547 found worse value: 339.867740282. iteration 16548 found worse value: 339.867740282. iteration 16549 found worse value: 339.867740282. iteration 16550 found worse value: 339.867740282. iteration 16551 found worse value: 339.867740282. iteration 16552 found worse value: 339.867740282. iteration 16553 found worse value: 339.867740282. iteration 16554 found worse value: 339.867740282. iteration 16555 found worse value: 339.867740282. iteration 16556 found worse value: 339.867740282. iteration 16557 found worse value: 339.867740282. iteration 16558 found worse value: 339.867740282. iteration 16559 found worse value: 339.867740282. iteration 16560 found worse value: 339.867740282. iteration 16561 found worse value: 339.867740282. iteration 16562 found worse value: 339.867740282. iteration 16563 found worse value: 339.867740282. iteration 16564 found worse value: 339.867740282. iteration 16565 found worse value: 339.867740282. iteration 16566 found worse value: 339.867740282. iteration 16567 found worse value: 339.867740282. iteration 16568 found worse value: 339.867740282. iteration 16569 found worse value: 339.867740282. iteration 16570 found worse value: 339.867740282. iteration 16571 found worse value: 339.867740282. iteration 16572 found worse value: 339.867740282. iteration 16573 found worse value: 339.867740282. iteration 16574 found worse value: 339.867740282. iteration 16575 found worse value: 339.867740282. iteration 16576 found worse value: 339.867740282. iteration 16577 found worse value: 339.867740282. iteration 16578 found worse value: 339.867740282. iteration 16579 found worse value: 339.867740282. iteration 16580 found worse value: 339.867740282. iteration 16581 found worse value: 339.867740282. iteration 16582 found worse value: 339.867740282. iteration 16583 found worse value: 339.867740282. iteration 16584 found worse value: 339.867740282. iteration 16585 found worse value: 339.867740282. iteration 16586 found worse value: 339.867740282. iteration 16587 found worse value: 339.867740282. iteration 16588 found worse value: 339.867740282. iteration 16589 found worse value: 339.867740282. iteration 16590 found worse value: 339.867740282. iteration 16591 found worse value: 339.867740282. iteration 16592 found worse value: 339.867740282. iteration 16593 found worse value: 339.867740282. iteration 16594 found worse value: 339.867740282. iteration 16595 found worse value: 339.867740282. iteration 16596 found worse value: 339.867740282. iteration 16597 found worse value: 339.867740282. iteration 16598 found worse value: 339.867740282. iteration 16599 found worse value: 339.867740282. iteration 16600 found worse value: 339.867740282. iteration 16601 found worse value: 339.867740282. iteration 16602 found worse value: 339.867740282. iteration 16603 found worse value: 339.867740282. iteration 16604 found worse value: 339.867740282. iteration 16605 found worse value: 339.867740282. iteration 16606 found worse value: 339.867740282. iteration 16607 found worse value: 339.867740282. iteration 16608 found worse value: 339.867740282. iteration 16609 found worse value: 339.867740282. iteration 16610 found worse value: 339.867740282. iteration 16611 found worse value: 339.867740282. iteration 16612 found worse value: 339.867740282. iteration 16613 found worse value: 339.867740282. iteration 16614 found worse value: 339.867740282. iteration 16615 found worse value: 339.867740282. iteration 16616 found worse value: 339.867740282. iteration 16617 found worse value: 339.867740282. iteration 16618 found worse value: 339.867740282. iteration 16619 found worse value: 339.867740282. iteration 16620 found worse value: 339.867740282. iteration 16621 found worse value: 339.867740282. iteration 16622 found worse value: 339.867740282. iteration 16623 found worse value: 339.867740282. iteration 16624 found worse value: 339.867740282. iteration 16625 found worse value: 339.867740282. iteration 16626 found worse value: 339.867740282. iteration 16627 found worse value: 339.867740282. iteration 16628 found worse value: 339.867740282. iteration 16629 found worse value: 339.867740282. iteration 16630 found worse value: 339.867740282. iteration 16631 found worse value: 339.867740282. iteration 16632 found worse value: 339.867740282. iteration 16633 found worse value: 339.867740282. iteration 16634 found worse value: 339.867740282. iteration 16635 found worse value: 339.867740282. iteration 16636 found worse value: 339.867740282. iteration 16637 found worse value: 339.867740282. iteration 16638 found worse value: 339.867740282. iteration 16639 found worse value: 339.867740282. iteration 16640 found worse value: 339.867740282. iteration 16641 found worse value: 339.867740282. iteration 16642 found worse value: 339.867740282. iteration 16643 found worse value: 339.867740282. iteration 16644 found worse value: 339.867740282. iteration 16645 found worse value: 339.867740282. iteration 16646 found worse value: 339.867740282. iteration 16647 found worse value: 339.867740282. iteration 16648 found worse value: 339.867740282. iteration 16649 found worse value: 339.867740282. iteration 16650 found worse value: 339.867740282. iteration 16651 found worse value: 339.867740282. iteration 16652 found worse value: 339.867740282. iteration 16653 found worse value: 339.867740282. iteration 16654 found worse value: 339.867740282. iteration 16655 found worse value: 339.867740282. iteration 16656 found worse value: 339.867740282. iteration 16657 found worse value: 339.867740282. iteration 16658 found worse value: 339.867740282. iteration 16659 found worse value: 339.867740282. iteration 16660 found worse value: 339.867740282. iteration 16661 found worse value: 339.867740282. iteration 16662 found worse value: 339.867740282. iteration 16663 found worse value: 339.867740282. iteration 16664 found worse value: 339.867740282. iteration 16665 found worse value: 339.867740282. iteration 16666 found worse value: 339.867740282. iteration 16667 found worse value: 339.867740282. iteration 16668 found worse value: 339.867740282. iteration 16669 found worse value: 339.867740282. iteration 16670 found worse value: 339.867740282. iteration 16671 found worse value: 339.867740282. iteration 16672 found worse value: 339.867740282. iteration 16673 found worse value: 339.867740282. iteration 16674 found worse value: 339.867740282. iteration 16675 found worse value: 339.867740282. iteration 16676 found worse value: 339.867740282. iteration 16677 found worse value: 339.867740282. iteration 16678 found worse value: 339.867740282. iteration 16679 found worse value: 339.867740282. iteration 16680 found worse value: 339.867740282. iteration 16681 found worse value: 339.867740282. iteration 16682 found worse value: 339.867740282. iteration 16683 found worse value: 339.867740282. iteration 16684 found worse value: 339.867740282. iteration 16685 found worse value: 339.867740282. iteration 16686 found worse value: 339.867740282. iteration 16687 found worse value: 339.867740282. iteration 16688 found worse value: 339.867740282. iteration 16689 found worse value: 339.867740282. iteration 16690 found worse value: 339.867740282. iteration 16691 found worse value: 339.867740282. iteration 16692 found worse value: 339.867740282. iteration 16693 found worse value: 339.867740282. iteration 16694 found worse value: 339.867740282. iteration 16695 found worse value: 339.867740282. iteration 16696 found worse value: 339.867740282. iteration 16697 found worse value: 339.867740282. iteration 16698 found worse value: 339.867740282. iteration 16699 found worse value: 339.867740282. iteration 16700 found worse value: 339.867740282. iteration 16701 found worse value: 339.867740282. iteration 16702 found worse value: 339.867740282. iteration 16703 found worse value: 339.867740282. iteration 16704 found worse value: 339.867740282. iteration 16705 found worse value: 339.867740282. iteration 16706 found worse value: 339.867740282. iteration 16707 found worse value: 339.867740282. iteration 16708 found worse value: 339.867740282. iteration 16709 found worse value: 339.867740282. iteration 16710 found worse value: 339.867740282. iteration 16711 found worse value: 339.867740282. iteration 16712 found worse value: 339.867740282. iteration 16713 found worse value: 339.867740282. iteration 16714 found worse value: 339.867740282. iteration 16715 found worse value: 339.867740282. iteration 16716 found worse value: 339.867740282. iteration 16717 found worse value: 339.867740282. iteration 16718 found worse value: 339.867740282. iteration 16719 found worse value: 339.867740282. iteration 16720 found worse value: 339.867740282. iteration 16721 found worse value: 339.867740282. iteration 16722 found worse value: 339.867740282. iteration 16723 found worse value: 339.867740282. iteration 16724 found worse value: 339.867740282. iteration 16725 found worse value: 339.867740282. iteration 16726 found worse value: 339.867740282. iteration 16727 found worse value: 339.867740282. iteration 16728 found worse value: 339.867740282. iteration 16729 found worse value: 339.867740282. iteration 16730 found worse value: 339.867740282. iteration 16731 found worse value: 339.867740282. iteration 16732 found worse value: 339.867740282. iteration 16733 found worse value: 339.867740282. iteration 16734 found worse value: 339.867740282. iteration 16735 found worse value: 339.867740282. iteration 16736 found worse value: 339.867740282. iteration 16737 found worse value: 339.867740282. iteration 16738 found worse value: 339.867740282. iteration 16739 found worse value: 339.867740282. iteration 16740 found worse value: 339.867740282. iteration 16741 found worse value: 339.867740282. iteration 16742 found worse value: 339.867740282. iteration 16743 found worse value: 339.867740282. iteration 16744 found worse value: 339.867740282. iteration 16745 found worse value: 339.867740282. iteration 16746 found worse value: 339.867740282. iteration 16747 found worse value: 339.867740282. iteration 16748 found worse value: 339.867740282. iteration 16749 found worse value: 339.867740282. iteration 16750 found worse value: 339.867740282. iteration 16751 found worse value: 339.867740282. iteration 16752 found worse value: 339.867740282. iteration 16753 found worse value: 339.867740282. iteration 16754 found worse value: 339.867740282. iteration 16755 found worse value: 339.867740282. iteration 16756 found worse value: 339.867740282. iteration 16757 found worse value: 339.867740282. iteration 16758 found worse value: 339.867740282. iteration 16759 found worse value: 339.867740282. iteration 16760 found worse value: 339.867740282. iteration 16761 found worse value: 339.867740282. iteration 16762 found worse value: 339.867740282. iteration 16763 found worse value: 339.867740282. iteration 16764 found worse value: 339.867740282. iteration 16765 found worse value: 339.867740282. iteration 16766 found worse value: 339.867740282. iteration 16767 found worse value: 339.867740282. iteration 16768 found worse value: 339.867740282. iteration 16769 found worse value: 339.867740282. iteration 16770 found worse value: 339.867740282. iteration 16771 found worse value: 339.867740282. iteration 16772 found worse value: 339.867740282. iteration 16773 found worse value: 339.867740282. iteration 16774 found worse value: 339.867740282. iteration 16775 found worse value: 339.867740282. iteration 16776 found worse value: 339.867740282. iteration 16777 found worse value: 339.867740282. iteration 16778 found worse value: 339.867740282. iteration 16779 found worse value: 339.867740282. iteration 16780 found worse value: 339.867740282. iteration 16781 found worse value: 339.867740282. iteration 16782 found worse value: 339.867740282. iteration 16783 found worse value: 339.867740282. iteration 16784 found worse value: 339.867740282. iteration 16785 found worse value: 339.867740282. iteration 16786 found worse value: 339.867740282. iteration 16787 found worse value: 339.867740282. iteration 16788 found worse value: 339.867740282. iteration 16789 found worse value: 339.867740282. iteration 16790 found worse value: 339.867740282. iteration 16791 found worse value: 339.867740282. iteration 16792 found worse value: 339.867740282. iteration 16793 found worse value: 339.867740282. iteration 16794 found worse value: 339.867740282. iteration 16795 found worse value: 339.867740282. iteration 16796 found worse value: 339.867740282. iteration 16797 found worse value: 339.867740282. iteration 16798 found worse value: 339.867740282. iteration 16799 found worse value: 339.867740282. iteration 16800 found worse value: 339.867740282. iteration 16801 found worse value: 339.867740282. iteration 16802 found worse value: 339.867740282. iteration 16803 found worse value: 339.867740282. iteration 16804 found worse value: 339.867740282. iteration 16805 found worse value: 339.867740282. iteration 16806 found worse value: 339.867740282. iteration 16807 found worse value: 339.867740282. iteration 16808 found worse value: 339.867740282. iteration 16809 found worse value: 339.867740282. iteration 16810 found worse value: 339.867740282. iteration 16811 found worse value: 339.867740282. iteration 16812 found worse value: 339.867740282. iteration 16813 found worse value: 339.867740282. iteration 16814 found worse value: 339.867740282. iteration 16815 found worse value: 339.867740282. iteration 16816 found worse value: 339.867740282. iteration 16817 found worse value: 339.867740282. iteration 16818 found worse value: 339.867740282. iteration 16819 found worse value: 339.867740282. iteration 16820 found worse value: 339.867740282. iteration 16821 found worse value: 339.867740282. iteration 16822 found worse value: 339.867740282. iteration 16823 found worse value: 339.867740282. iteration 16824 found worse value: 339.867740282. iteration 16825 found worse value: 339.867740282. iteration 16826 found worse value: 339.867740282. iteration 16827 found worse value: 339.867740282. iteration 16828 found worse value: 339.867740282. iteration 16829 found worse value: 339.867740282. iteration 16830 found worse value: 339.867740282. iteration 16831 found worse value: 339.867740282. iteration 16832 found worse value: 339.867740282. iteration 16833 found worse value: 339.867740282. iteration 16834 found worse value: 339.867740282. iteration 16835 found worse value: 339.867740282. iteration 16836 found worse value: 339.867740282. iteration 16837 found worse value: 339.867740282. iteration 16838 found worse value: 339.867740282. iteration 16839 found worse value: 339.867740282. iteration 16840 found worse value: 339.867740282. iteration 16841 found worse value: 339.867740282. iteration 16842 found worse value: 339.867740282. iteration 16843 found worse value: 339.867740282. iteration 16844 found worse value: 339.867740282. iteration 16845 found worse value: 339.867740282. iteration 16846 found worse value: 339.867740282. iteration 16847 found worse value: 339.867740282. iteration 16848 found worse value: 339.867740282. iteration 16849 found worse value: 339.867740282. iteration 16850 found worse value: 339.867740282. iteration 16851 found worse value: 339.867740282. iteration 16852 found worse value: 339.867740282. iteration 16853 found worse value: 339.867740282. iteration 16854 found worse value: 339.867740282. iteration 16855 found worse value: 339.867740282. iteration 16856 found worse value: 339.867740282. iteration 16857 found worse value: 339.867740282. iteration 16858 found worse value: 339.867740282. iteration 16859 found worse value: 339.867740282. iteration 16860 found worse value: 339.867740282. iteration 16861 found worse value: 339.867740282. iteration 16862 found worse value: 339.867740282. iteration 16863 found worse value: 339.867740282. iteration 16864 found worse value: 339.867740282. iteration 16865 found worse value: 339.867740282. iteration 16866 found worse value: 339.867740282. iteration 16867 found worse value: 339.867740282. iteration 16868 found worse value: 339.867740282. iteration 16869 found worse value: 339.867740282. iteration 16870 found worse value: 339.867740282. iteration 16871 found worse value: 339.867740282. iteration 16872 found worse value: 339.867740282. iteration 16873 found worse value: 339.867740282. iteration 16874 found worse value: 339.867740282. iteration 16875 found worse value: 339.867740282. iteration 16876 found worse value: 339.867740282. iteration 16877 found worse value: 339.867740282. iteration 16878 found worse value: 339.867740282. iteration 16879 found worse value: 339.867740282. iteration 16880 found worse value: 339.867740282. iteration 16881 found worse value: 339.867740282. iteration 16882 found worse value: 339.867740282. iteration 16883 found worse value: 339.867740282. iteration 16884 found worse value: 339.867740282. iteration 16885 found worse value: 339.867740282. iteration 16886 found worse value: 339.867740282. iteration 16887 found worse value: 339.867740282. iteration 16888 found worse value: 339.867740282. iteration 16889 found worse value: 339.867740282. iteration 16890 found worse value: 339.867740282. iteration 16891 found worse value: 339.867740282. iteration 16892 found worse value: 339.867740282. iteration 16893 found worse value: 339.867740282. iteration 16894 found worse value: 339.867740282. iteration 16895 found worse value: 339.867740282. iteration 16896 found worse value: 339.867740282. iteration 16897 found worse value: 339.867740282. iteration 16898 found worse value: 339.867740282. iteration 16899 found worse value: 339.867740282. iteration 16900 found worse value: 339.867740282. iteration 16901 found worse value: 339.867740282. iteration 16902 found worse value: 339.867740282. iteration 16903 found worse value: 339.867740282. iteration 16904 found worse value: 339.867740282. iteration 16905 found worse value: 339.867740282. iteration 16906 found worse value: 339.867740282. iteration 16907 found worse value: 339.867740282. iteration 16908 found worse value: 339.867740282. iteration 16909 found worse value: 339.867740282. iteration 16910 found worse value: 339.867740282. iteration 16911 found worse value: 339.867740282. iteration 16912 found worse value: 339.867740282. iteration 16913 found worse value: 339.867740282. iteration 16914 found worse value: 339.867740282. iteration 16915 found worse value: 339.867740282. iteration 16916 found worse value: 339.867740282. iteration 16917 found worse value: 339.867740282. iteration 16918 found worse value: 339.867740282. iteration 16919 found worse value: 339.867740282. iteration 16920 found worse value: 339.867740282. iteration 16921 found worse value: 339.867740282. iteration 16922 found worse value: 339.867740282. iteration 16923 found worse value: 339.867740282. iteration 16924 found worse value: 339.867740282. iteration 16925 found worse value: 339.867740282. iteration 16926 found worse value: 339.867740282. iteration 16927 found worse value: 339.867740282. iteration 16928 found worse value: 339.867740282. iteration 16929 found worse value: 339.867740282. iteration 16930 found worse value: 339.867740282. iteration 16931 found worse value: 339.867740282. iteration 16932 found worse value: 339.867740282. iteration 16933 found worse value: 339.867740282. iteration 16934 found worse value: 339.867740282. iteration 16935 found worse value: 339.867740282. iteration 16936 found worse value: 339.867740282. iteration 16937 found worse value: 339.867740282. iteration 16938 found worse value: 339.867740282. iteration 16939 found worse value: 339.867740282. iteration 16940 found worse value: 339.867740282. iteration 16941 found worse value: 339.867740282. iteration 16942 found worse value: 339.867740282. iteration 16943 found worse value: 339.867740282. iteration 16944 found worse value: 339.867740282. iteration 16945 found worse value: 339.867740282. iteration 16946 found worse value: 339.867740282. iteration 16947 found worse value: 339.867740282. iteration 16948 found worse value: 339.867740282. iteration 16949 found worse value: 339.867740282. iteration 16950 found worse value: 339.867740282. iteration 16951 found worse value: 339.867740282. iteration 16952 found worse value: 339.867740282. iteration 16953 found worse value: 339.867740282. iteration 16954 found worse value: 339.867740282. iteration 16955 found worse value: 339.867740282. iteration 16956 found worse value: 339.867740282. iteration 16957 found worse value: 339.867740282. iteration 16958 found worse value: 339.867740282. iteration 16959 found worse value: 339.867740282. iteration 16960 found worse value: 339.867740282. iteration 16961 found worse value: 339.867740282. iteration 16962 found worse value: 339.867740282. iteration 16963 found worse value: 339.867740282. iteration 16964 found worse value: 339.867740282. iteration 16965 found worse value: 339.867740282. iteration 16966 found worse value: 339.867740282. iteration 16967 found worse value: 339.867740282. iteration 16968 found worse value: 339.867740282. iteration 16969 found worse value: 339.867740282. iteration 16970 found worse value: 339.867740282. iteration 16971 found worse value: 339.867740282. iteration 16972 found worse value: 339.867740282. iteration 16973 found worse value: 339.867740282. iteration 16974 found worse value: 339.867740282. iteration 16975 found worse value: 339.867740282. iteration 16976 found worse value: 339.867740282. iteration 16977 found worse value: 339.867740282. iteration 16978 found worse value: 339.867740282. iteration 16979 found worse value: 339.867740282. iteration 16980 found worse value: 339.867740282. iteration 16981 found worse value: 339.867740282. iteration 16982 found worse value: 339.867740282. iteration 16983 found worse value: 339.867740282. iteration 16984 found worse value: 339.867740282. iteration 16985 found worse value: 339.867740282. iteration 16986 found worse value: 339.867740282. iteration 16987 found worse value: 339.867740282. iteration 16988 found worse value: 339.867740282. iteration 16989 found worse value: 339.867740282. iteration 16990 found worse value: 339.867740282. iteration 16991 found worse value: 339.867740282. iteration 16992 found worse value: 339.867740282. iteration 16993 found worse value: 339.867740282. iteration 16994 found worse value: 339.867740282. iteration 16995 found worse value: 339.867740282. iteration 16996 found worse value: 339.867740282. iteration 16997 found worse value: 339.867740282. iteration 16998 found worse value: 339.867740282. iteration 16999 found worse value: 339.867740282. iteration 17000 found worse value: 339.867740282. iteration 17001 found worse value: 339.867740282. iteration 17002 found worse value: 339.867740282. iteration 17003 found worse value: 339.867740282. iteration 17004 found worse value: 339.867740282. iteration 17005 found worse value: 339.867740282. iteration 17006 found worse value: 339.867740282. iteration 17007 found worse value: 339.867740282. iteration 17008 found worse value: 339.867740282. iteration 17009 found worse value: 339.867740282. iteration 17010 found worse value: 339.867740282. iteration 17011 found worse value: 339.867740282. iteration 17012 found worse value: 339.867740282. iteration 17013 found worse value: 339.867740282. iteration 17014 found worse value: 339.867740282. iteration 17015 found worse value: 339.867740282. iteration 17016 found worse value: 339.867740282. iteration 17017 found worse value: 339.867740282. iteration 17018 found worse value: 339.867740282. iteration 17019 found worse value: 339.867740282. iteration 17020 found worse value: 339.867740282. iteration 17021 found worse value: 339.867740282. iteration 17022 found worse value: 339.867740282. iteration 17023 found worse value: 339.867740282. iteration 17024 found worse value: 339.867740282. iteration 17025 found worse value: 339.867740282. iteration 17026 found worse value: 339.867740282. iteration 17027 found worse value: 339.867740282. iteration 17028 found worse value: 339.867740282. iteration 17029 found worse value: 339.867740282. iteration 17030 found worse value: 339.867740282. iteration 17031 found worse value: 339.867740282. iteration 17032 found worse value: 339.867740282. iteration 17033 found worse value: 339.867740282. iteration 17034 found worse value: 339.867740282. iteration 17035 found worse value: 339.867740282. iteration 17036 found worse value: 339.867740282. iteration 17037 found worse value: 339.867740282. iteration 17038 found worse value: 339.867740282. iteration 17039 found worse value: 339.867740282. iteration 17040 found worse value: 339.867740282. iteration 17041 found worse value: 339.867740282. iteration 17042 found worse value: 339.867740282. iteration 17043 found worse value: 339.867740282. iteration 17044 found worse value: 339.867740282. iteration 17045 found worse value: 339.867740282. iteration 17046 found worse value: 339.867740282. iteration 17047 found worse value: 339.867740282. iteration 17048 found worse value: 339.867740282. iteration 17049 found worse value: 339.867740282. iteration 17050 found worse value: 339.867740282. iteration 17051 found worse value: 339.867740282. iteration 17052 found worse value: 339.867740282. iteration 17053 found worse value: 339.867740282. iteration 17054 found worse value: 339.867740282. iteration 17055 found worse value: 339.867740282. iteration 17056 found worse value: 339.867740282. iteration 17057 found worse value: 339.867740282. iteration 17058 found worse value: 339.867740282. iteration 17059 found worse value: 339.867740282. iteration 17060 found worse value: 339.867740282. iteration 17061 found worse value: 339.867740282. iteration 17062 found worse value: 339.867740282. iteration 17063 found worse value: 339.867740282. iteration 17064 found worse value: 339.867740282. iteration 17065 found worse value: 339.867740282. iteration 17066 found worse value: 339.867740282. iteration 17067 found worse value: 339.867740282. iteration 17068 found worse value: 339.867740282. iteration 17069 found worse value: 339.867740282. iteration 17070 found worse value: 339.867740282. iteration 17071 found worse value: 339.867740282. iteration 17072 found worse value: 339.867740282. iteration 17073 found worse value: 339.867740282. iteration 17074 found worse value: 339.867740282. iteration 17075 found worse value: 339.867740282. iteration 17076 found worse value: 339.867740282. iteration 17077 found worse value: 339.867740282. iteration 17078 found worse value: 339.867740282. iteration 17079 found worse value: 339.867740282. iteration 17080 found worse value: 339.867740282. iteration 17081 found worse value: 339.867740282. iteration 17082 found worse value: 339.867740282. iteration 17083 found worse value: 339.867740282. iteration 17084 found worse value: 339.867740282. iteration 17085 found worse value: 339.867740282. iteration 17086 found worse value: 339.867740282. iteration 17087 found worse value: 339.867740282. iteration 17088 found worse value: 339.867740282. iteration 17089 found worse value: 339.867740282. iteration 17090 found worse value: 339.867740282. iteration 17091 found worse value: 339.867740282. iteration 17092 found worse value: 339.867740282. iteration 17093 found worse value: 339.867740282. iteration 17094 found worse value: 339.867740282. iteration 17095 found worse value: 339.867740282. iteration 17096 found worse value: 339.867740282. iteration 17097 found worse value: 339.867740282. iteration 17098 found worse value: 339.867740282. iteration 17099 found worse value: 339.867740282. iteration 17100 found worse value: 339.867740282. iteration 17101 found worse value: 339.867740282. iteration 17102 found worse value: 339.867740282. iteration 17103 found worse value: 339.867740282. iteration 17104 found worse value: 339.867740282. iteration 17105 found worse value: 339.867740282. iteration 17106 found worse value: 339.867740282. iteration 17107 found worse value: 339.867740282. iteration 17108 found worse value: 339.867740282. iteration 17109 found worse value: 339.867740282. iteration 17110 found worse value: 339.867740282. iteration 17111 found worse value: 339.867740282. iteration 17112 found worse value: 339.867740282. iteration 17113 found worse value: 339.867740282. iteration 17114 found worse value: 339.867740282. iteration 17115 found worse value: 339.867740282. iteration 17116 found worse value: 339.867740282. iteration 17117 found worse value: 339.867740282. iteration 17118 found worse value: 339.867740282. iteration 17119 found worse value: 339.867740282. iteration 17120 found worse value: 339.867740282. iteration 17121 found worse value: 339.867740282. iteration 17122 found worse value: 339.867740282. iteration 17123 found worse value: 339.867740282. iteration 17124 found worse value: 339.867740282. iteration 17125 found worse value: 339.867740282. iteration 17126 found worse value: 339.867740282. iteration 17127 found worse value: 339.867740282. iteration 17128 found worse value: 339.867740282. iteration 17129 found worse value: 339.867740282. iteration 17130 found worse value: 339.867740282. iteration 17131 found worse value: 339.867740282. iteration 17132 found worse value: 339.867740282. iteration 17133 found worse value: 339.867740282. iteration 17134 found worse value: 339.867740282. iteration 17135 found worse value: 339.867740282. iteration 17136 found worse value: 339.867740282. iteration 17137 found worse value: 339.867740282. iteration 17138 found worse value: 339.867740282. iteration 17139 found worse value: 339.867740282. iteration 17140 found worse value: 339.867740282. iteration 17141 found worse value: 339.867740282. iteration 17142 found worse value: 339.867740282. iteration 17143 found worse value: 339.867740282. iteration 17144 found worse value: 339.867740282. iteration 17145 found worse value: 339.867740282. iteration 17146 found worse value: 339.867740282. iteration 17147 found worse value: 339.867740282. iteration 17148 found worse value: 339.867740282. iteration 17149 found worse value: 339.867740282. iteration 17150 found worse value: 339.867740282. iteration 17151 found worse value: 339.867740282. iteration 17152 found worse value: 339.867740282. iteration 17153 found worse value: 339.867740282. iteration 17154 found worse value: 339.867740282. iteration 17155 found worse value: 339.867740282. iteration 17156 found worse value: 339.867740282. iteration 17157 found worse value: 339.867740282. iteration 17158 found worse value: 339.867740282. iteration 17159 found worse value: 339.867740282. iteration 17160 found worse value: 339.867740282. iteration 17161 found worse value: 339.867740282. iteration 17162 found worse value: 339.867740282. iteration 17163 found worse value: 339.867740282. iteration 17164 found worse value: 339.867740282. iteration 17165 found worse value: 339.867740282. iteration 17166 found worse value: 339.867740282. iteration 17167 found worse value: 339.867740282. iteration 17168 found worse value: 339.867740282. iteration 17169 found worse value: 339.867740282. iteration 17170 found worse value: 339.867740282. iteration 17171 found worse value: 339.867740282. iteration 17172 found worse value: 339.867740282. iteration 17173 found worse value: 339.867740282. iteration 17174 found worse value: 339.867740282. iteration 17175 found worse value: 339.867740282. iteration 17176 found worse value: 339.867740282. iteration 17177 found worse value: 339.867740282. iteration 17178 found worse value: 339.867740282. iteration 17179 found worse value: 339.867740282. iteration 17180 found worse value: 339.867740282. iteration 17181 found worse value: 339.867740282. iteration 17182 found worse value: 339.867740282. iteration 17183 found worse value: 339.867740282. iteration 17184 found worse value: 339.867740282. iteration 17185 found worse value: 339.867740282. iteration 17186 found worse value: 339.867740282. iteration 17187 found worse value: 339.867740282. iteration 17188 found worse value: 339.867740282. iteration 17189 found worse value: 339.867740282. iteration 17190 found worse value: 339.867740282. iteration 17191 found worse value: 339.867740282. iteration 17192 found worse value: 339.867740282. iteration 17193 found worse value: 339.867740282. iteration 17194 found worse value: 339.867740282. iteration 17195 found worse value: 339.867740282. iteration 17196 found worse value: 339.867740282. iteration 17197 found worse value: 339.867740282. iteration 17198 found worse value: 339.867740282. iteration 17199 found worse value: 339.867740282. iteration 17200 found worse value: 339.867740282. iteration 17201 found worse value: 339.867740282. iteration 17202 found worse value: 339.867740282. iteration 17203 found worse value: 339.867740282. iteration 17204 found worse value: 339.867740282. iteration 17205 found worse value: 339.867740282. iteration 17206 found worse value: 339.867740282. iteration 17207 found worse value: 339.867740282. iteration 17208 found worse value: 339.867740282. iteration 17209 found worse value: 339.867740282. iteration 17210 found worse value: 339.867740282. iteration 17211 found worse value: 339.867740282. iteration 17212 found worse value: 339.867740282. iteration 17213 found worse value: 339.867740282. iteration 17214 found worse value: 339.867740282. iteration 17215 found worse value: 339.867740282. iteration 17216 found worse value: 339.867740282. iteration 17217 found worse value: 339.867740282. iteration 17218 found worse value: 339.867740282. iteration 17219 found worse value: 339.867740282. iteration 17220 found worse value: 339.867740282. iteration 17221 found worse value: 339.867740282. iteration 17222 found worse value: 339.867740282. iteration 17223 found worse value: 339.867740282. iteration 17224 found worse value: 339.867740282. iteration 17225 found worse value: 339.867740282. iteration 17226 found worse value: 339.867740282. iteration 17227 found worse value: 339.867740282. iteration 17228 found worse value: 339.867740282. iteration 17229 found worse value: 339.867740282. iteration 17230 found worse value: 339.867740282. iteration 17231 found worse value: 339.867740282. iteration 17232 found worse value: 339.867740282. iteration 17233 found worse value: 339.867740282. iteration 17234 found worse value: 339.867740282. iteration 17235 found worse value: 339.867740282. iteration 17236 found worse value: 339.867740282. iteration 17237 found worse value: 339.867740282. iteration 17238 found worse value: 339.867740282. iteration 17239 found worse value: 339.867740282. iteration 17240 found worse value: 339.867740282. iteration 17241 found worse value: 339.867740282. iteration 17242 found worse value: 339.867740282. iteration 17243 found worse value: 339.867740282. iteration 17244 found worse value: 339.867740282. iteration 17245 found worse value: 339.867740282. iteration 17246 found worse value: 339.867740282. iteration 17247 found worse value: 339.867740282. iteration 17248 found worse value: 339.867740282. iteration 17249 found worse value: 339.867740282. iteration 17250 found worse value: 339.867740282. iteration 17251 found worse value: 339.867740282. iteration 17252 found worse value: 339.867740282. iteration 17253 found worse value: 339.867740282. iteration 17254 found worse value: 339.867740282. iteration 17255 found worse value: 339.867740282. iteration 17256 found worse value: 339.867740282. iteration 17257 found worse value: 339.867740282. iteration 17258 found worse value: 339.867740282. iteration 17259 found worse value: 339.867740282. iteration 17260 found worse value: 339.867740282. iteration 17261 found worse value: 339.867740282. iteration 17262 found worse value: 339.867740282. iteration 17263 found worse value: 339.867740282. iteration 17264 found worse value: 339.867740282. iteration 17265 found worse value: 339.867740282. iteration 17266 found worse value: 339.867740282. iteration 17267 found worse value: 339.867740282. iteration 17268 found worse value: 339.867740282. iteration 17269 found worse value: 339.867740282. iteration 17270 found worse value: 339.867740282. iteration 17271 found worse value: 339.867740282. iteration 17272 found worse value: 339.867740282. iteration 17273 found worse value: 339.867740282. iteration 17274 found worse value: 339.867740282. iteration 17275 found worse value: 339.867740282. iteration 17276 found worse value: 339.867740282. iteration 17277 found worse value: 339.867740282. iteration 17278 found worse value: 339.867740282. iteration 17279 found worse value: 339.867740282. iteration 17280 found worse value: 339.867740282. iteration 17281 found worse value: 339.867740282. iteration 17282 found worse value: 339.867740282. iteration 17283 found worse value: 339.867740282. iteration 17284 found worse value: 339.867740282. iteration 17285 found worse value: 339.867740282. iteration 17286 found worse value: 339.867740282. iteration 17287 found worse value: 339.867740282. iteration 17288 found worse value: 339.867740282. iteration 17289 found worse value: 339.867740282. iteration 17290 found worse value: 339.867740282. iteration 17291 found worse value: 339.867740282. iteration 17292 found worse value: 339.867740282. iteration 17293 found worse value: 339.867740282. iteration 17294 found worse value: 339.867740282. iteration 17295 found worse value: 339.867740282. iteration 17296 found worse value: 339.867740282. iteration 17297 found worse value: 339.867740282. iteration 17298 found worse value: 339.867740282. iteration 17299 found worse value: 339.867740282. iteration 17300 found worse value: 339.867740282. iteration 17301 found worse value: 339.867740282. iteration 17302 found worse value: 339.867740282. iteration 17303 found worse value: 339.867740282. iteration 17304 found worse value: 339.867740282. iteration 17305 found worse value: 339.867740282. iteration 17306 found worse value: 339.867740282. iteration 17307 found worse value: 339.867740282. iteration 17308 found worse value: 339.867740282. iteration 17309 found worse value: 339.867740282. iteration 17310 found worse value: 339.867740282. iteration 17311 found worse value: 339.867740282. iteration 17312 found worse value: 339.867740282. iteration 17313 found worse value: 339.867740282. iteration 17314 found worse value: 339.867740282. iteration 17315 found worse value: 339.867740282. iteration 17316 found worse value: 339.867740282. iteration 17317 found worse value: 339.867740282. iteration 17318 found worse value: 339.867740282. iteration 17319 found worse value: 339.867740282. iteration 17320 found worse value: 339.867740282. iteration 17321 found worse value: 339.867740282. iteration 17322 found worse value: 339.867740282. iteration 17323 found worse value: 339.867740282. iteration 17324 found worse value: 339.867740282. iteration 17325 found worse value: 339.867740282. iteration 17326 found worse value: 339.867740282. iteration 17327 found worse value: 339.867740282. iteration 17328 found worse value: 339.867740282. iteration 17329 found worse value: 339.867740282. iteration 17330 found worse value: 339.867740282. iteration 17331 found worse value: 339.867740282. iteration 17332 found worse value: 339.867740282. iteration 17333 found worse value: 339.867740282. iteration 17334 found worse value: 339.867740282. iteration 17335 found worse value: 339.867740282. iteration 17336 found worse value: 339.867740282. iteration 17337 found worse value: 339.867740282. iteration 17338 found worse value: 339.867740282. iteration 17339 found worse value: 339.867740282. iteration 17340 found worse value: 339.867740282. iteration 17341 found worse value: 339.867740282. iteration 17342 found worse value: 339.867740282. iteration 17343 found worse value: 339.867740282. iteration 17344 found worse value: 339.867740282. iteration 17345 found worse value: 339.867740282. iteration 17346 found worse value: 339.867740282. iteration 17347 found worse value: 339.867740282. iteration 17348 found worse value: 339.867740282. iteration 17349 found worse value: 339.867740282. iteration 17350 found worse value: 339.867740282. iteration 17351 found worse value: 339.867740282. iteration 17352 found worse value: 339.867740282. iteration 17353 found worse value: 339.867740282. iteration 17354 found worse value: 339.867740282. iteration 17355 found worse value: 339.867740282. iteration 17356 found worse value: 339.867740282. iteration 17357 found worse value: 339.867740282. iteration 17358 found worse value: 339.867740282. iteration 17359 found worse value: 339.867740282. iteration 17360 found worse value: 339.867740282. iteration 17361 found worse value: 339.867740282. iteration 17362 found worse value: 339.867740282. iteration 17363 found worse value: 339.867740282. iteration 17364 found worse value: 339.867740282. iteration 17365 found worse value: 339.867740282. iteration 17366 found worse value: 339.867740282. iteration 17367 found worse value: 339.867740282. iteration 17368 found worse value: 339.867740282. iteration 17369 found worse value: 339.867740282. iteration 17370 found worse value: 339.867740282. iteration 17371 found worse value: 339.867740282. iteration 17372 found worse value: 339.867740282. iteration 17373 found worse value: 339.867740282. iteration 17374 found worse value: 339.867740282. iteration 17375 found worse value: 339.867740282. iteration 17376 found worse value: 339.867740282. iteration 17377 found worse value: 339.867740282. iteration 17378 found worse value: 339.867740282. iteration 17379 found worse value: 339.867740282. iteration 17380 found worse value: 339.867740282. iteration 17381 found worse value: 339.867740282. iteration 17382 found worse value: 339.867740282. iteration 17383 found worse value: 339.867740282. iteration 17384 found worse value: 339.867740282. iteration 17385 found worse value: 339.867740282. iteration 17386 found worse value: 339.867740282. iteration 17387 found worse value: 339.867740282. iteration 17388 found worse value: 339.867740282. iteration 17389 found worse value: 339.867740282. iteration 17390 found worse value: 339.867740282. iteration 17391 found worse value: 339.867740282. iteration 17392 found worse value: 339.867740282. iteration 17393 found worse value: 339.867740282. iteration 17394 found worse value: 339.867740282. iteration 17395 found worse value: 339.867740282. iteration 17396 found worse value: 339.867740282. iteration 17397 found worse value: 339.867740282. iteration 17398 found worse value: 339.867740282. iteration 17399 found worse value: 339.867740282. iteration 17400 found worse value: 339.867740282. iteration 17401 found worse value: 339.867740282. iteration 17402 found worse value: 339.867740282. iteration 17403 found worse value: 339.867740282. iteration 17404 found worse value: 339.867740282. iteration 17405 found worse value: 339.867740282. iteration 17406 found worse value: 339.867740282. iteration 17407 found worse value: 339.867740282. iteration 17408 found worse value: 339.867740282. iteration 17409 found worse value: 339.867740282. iteration 17410 found worse value: 339.867740282. iteration 17411 found worse value: 339.867740282. iteration 17412 found worse value: 339.867740282. iteration 17413 found worse value: 339.867740282. iteration 17414 found worse value: 339.867740282. iteration 17415 found worse value: 339.867740282. iteration 17416 found worse value: 339.867740282. iteration 17417 found worse value: 339.867740282. iteration 17418 found worse value: 339.867740282. iteration 17419 found worse value: 339.867740282. iteration 17420 found worse value: 339.867740282. iteration 17421 found worse value: 339.867740282. iteration 17422 found worse value: 339.867740282. iteration 17423 found worse value: 339.867740282. iteration 17424 found worse value: 339.867740282. iteration 17425 found worse value: 339.867740282. iteration 17426 found worse value: 339.867740282. iteration 17427 found worse value: 339.867740282. iteration 17428 found worse value: 339.867740282. iteration 17429 found worse value: 339.867740282. iteration 17430 found worse value: 339.867740282. iteration 17431 found worse value: 339.867740282. iteration 17432 found worse value: 339.867740282. iteration 17433 found worse value: 339.867740282. iteration 17434 found worse value: 339.867740282. iteration 17435 found worse value: 339.867740282. iteration 17436 found worse value: 339.867740282. iteration 17437 found worse value: 339.867740282. iteration 17438 found worse value: 339.867740282. iteration 17439 found worse value: 339.867740282. iteration 17440 found worse value: 339.867740282. iteration 17441 found worse value: 339.867740282. iteration 17442 found worse value: 339.867740282. iteration 17443 found worse value: 339.867740282. iteration 17444 found worse value: 339.867740282. iteration 17445 found worse value: 339.867740282. iteration 17446 found worse value: 339.867740282. iteration 17447 found worse value: 339.867740282. iteration 17448 found worse value: 339.867740282. iteration 17449 found worse value: 339.867740282. iteration 17450 found worse value: 339.867740282. iteration 17451 found worse value: 339.867740282. iteration 17452 found worse value: 339.867740282. iteration 17453 found worse value: 339.867740282. iteration 17454 found worse value: 339.867740282. iteration 17455 found worse value: 339.867740282. iteration 17456 found worse value: 339.867740282. iteration 17457 found worse value: 339.867740282. iteration 17458 found worse value: 339.867740282. iteration 17459 found worse value: 339.867740282. iteration 17460 found worse value: 339.867740282. iteration 17461 found worse value: 339.867740282. iteration 17462 found worse value: 339.867740282. iteration 17463 found worse value: 339.867740282. iteration 17464 found worse value: 339.867740282. iteration 17465 found worse value: 339.867740282. iteration 17466 found worse value: 339.867740282. iteration 17467 found worse value: 339.867740282. iteration 17468 found worse value: 339.867740282. iteration 17469 found worse value: 339.867740282. iteration 17470 found worse value: 339.867740282. iteration 17471 found worse value: 339.867740282. iteration 17472 found worse value: 339.867740282. iteration 17473 found worse value: 339.867740282. iteration 17474 found worse value: 339.867740282. iteration 17475 found worse value: 339.867740282. iteration 17476 found worse value: 339.867740282. iteration 17477 found worse value: 339.867740282. iteration 17478 found worse value: 339.867740282. iteration 17479 found worse value: 339.867740282. iteration 17480 found worse value: 339.867740282. iteration 17481 found worse value: 339.867740282. iteration 17482 found worse value: 339.867740282. iteration 17483 found worse value: 339.867740282. iteration 17484 found worse value: 339.867740282. iteration 17485 found worse value: 339.867740282. iteration 17486 found worse value: 339.867740282. iteration 17487 found worse value: 339.867740282. iteration 17488 found worse value: 339.867740282. iteration 17489 found worse value: 339.867740282. iteration 17490 found worse value: 339.867740282. iteration 17491 found worse value: 339.867740282. iteration 17492 found worse value: 339.867740282. iteration 17493 found worse value: 339.867740282. iteration 17494 found worse value: 339.867740282. iteration 17495 found worse value: 339.867740282. iteration 17496 found worse value: 339.867740282. iteration 17497 found worse value: 339.867740282. iteration 17498 found worse value: 339.867740282. iteration 17499 found worse value: 339.867740282. iteration 17500 found worse value: 339.867740282. iteration 17501 found worse value: 339.867740282. iteration 17502 found worse value: 339.867740282. iteration 17503 found worse value: 339.867740282. iteration 17504 found worse value: 339.867740282. iteration 17505 found worse value: 339.867740282. iteration 17506 found worse value: 339.867740282. iteration 17507 found worse value: 339.867740282. iteration 17508 found worse value: 339.867740282. iteration 17509 found worse value: 339.867740282. iteration 17510 found worse value: 339.867740282. iteration 17511 found worse value: 339.867740282. iteration 17512 found worse value: 339.867740282. iteration 17513 found worse value: 339.867740282. iteration 17514 found worse value: 339.867740282. iteration 17515 found worse value: 339.867740282. iteration 17516 found worse value: 339.867740282. iteration 17517 found worse value: 339.867740282. iteration 17518 found worse value: 339.867740282. iteration 17519 found worse value: 339.867740282. iteration 17520 found worse value: 339.867740282. iteration 17521 found worse value: 339.867740282. iteration 17522 found worse value: 339.867740282. iteration 17523 found worse value: 339.867740282. iteration 17524 found worse value: 339.867740282. iteration 17525 found worse value: 339.867740282. iteration 17526 found worse value: 339.867740282. iteration 17527 found worse value: 339.867740282. iteration 17528 found worse value: 339.867740282. iteration 17529 found worse value: 339.867740282. iteration 17530 found worse value: 339.867740282. iteration 17531 found worse value: 339.867740282. iteration 17532 found worse value: 339.867740282. iteration 17533 found worse value: 339.867740282. iteration 17534 found worse value: 339.867740282. iteration 17535 found worse value: 339.867740282. iteration 17536 found worse value: 339.867740282. iteration 17537 found worse value: 339.867740282. iteration 17538 found worse value: 339.867740282. iteration 17539 found worse value: 339.867740282. iteration 17540 found worse value: 339.867740282. iteration 17541 found worse value: 339.867740282. iteration 17542 found worse value: 339.867740282. iteration 17543 found worse value: 339.867740282. iteration 17544 found worse value: 339.867740282. iteration 17545 found worse value: 339.867740282. iteration 17546 found worse value: 339.867740282. iteration 17547 found worse value: 339.867740282. iteration 17548 found worse value: 339.867740282. iteration 17549 found worse value: 339.867740282. iteration 17550 found worse value: 339.867740282. iteration 17551 found worse value: 339.867740282. iteration 17552 found worse value: 339.867740282. iteration 17553 found worse value: 339.867740282. iteration 17554 found worse value: 339.867740282. iteration 17555 found worse value: 339.867740282. iteration 17556 found worse value: 339.867740282. iteration 17557 found worse value: 339.867740282. iteration 17558 found worse value: 339.867740282. iteration 17559 found worse value: 339.867740282. iteration 17560 found worse value: 339.867740282. iteration 17561 found worse value: 339.867740282. iteration 17562 found worse value: 339.867740282. iteration 17563 found worse value: 339.867740282. iteration 17564 found worse value: 339.867740282. iteration 17565 found worse value: 339.867740282. iteration 17566 found worse value: 339.867740282. iteration 17567 found worse value: 339.867740282. iteration 17568 found worse value: 339.867740282. iteration 17569 found worse value: 339.867740282. iteration 17570 found worse value: 339.867740282. iteration 17571 found worse value: 339.867740282. iteration 17572 found worse value: 339.867740282. iteration 17573 found worse value: 339.867740282. iteration 17574 found worse value: 339.867740282. iteration 17575 found worse value: 339.867740282. iteration 17576 found worse value: 339.867740282. iteration 17577 found worse value: 339.867740282. iteration 17578 found worse value: 339.867740282. iteration 17579 found worse value: 339.867740282. iteration 17580 found worse value: 339.867740282. iteration 17581 found worse value: 339.867740282. iteration 17582 found worse value: 339.867740282. iteration 17583 found worse value: 339.867740282. iteration 17584 found worse value: 339.867740282. iteration 17585 found worse value: 339.867740282. iteration 17586 found worse value: 339.867740282. iteration 17587 found worse value: 339.867740282. iteration 17588 found worse value: 339.867740282. iteration 17589 found worse value: 339.867740282. iteration 17590 found worse value: 339.867740282. iteration 17591 found worse value: 339.867740282. iteration 17592 found worse value: 339.867740282. iteration 17593 found worse value: 339.867740282. iteration 17594 found worse value: 339.867740282. iteration 17595 found worse value: 339.867740282. iteration 17596 found worse value: 339.867740282. iteration 17597 found worse value: 339.867740282. iteration 17598 found worse value: 339.867740282. iteration 17599 found worse value: 339.867740282. iteration 17600 found worse value: 339.867740282. iteration 17601 found worse value: 339.867740282. iteration 17602 found worse value: 339.867740282. iteration 17603 found worse value: 339.867740282. iteration 17604 found worse value: 339.867740282. iteration 17605 found worse value: 339.867740282. iteration 17606 found worse value: 339.867740282. iteration 17607 found worse value: 339.867740282. iteration 17608 found worse value: 339.867740282. iteration 17609 found worse value: 339.867740282. iteration 17610 found worse value: 339.867740282. iteration 17611 found worse value: 339.867740282. iteration 17612 found worse value: 339.867740282. iteration 17613 found worse value: 339.867740282. iteration 17614 found worse value: 339.867740282. iteration 17615 found worse value: 339.867740282. iteration 17616 found worse value: 339.867740282. iteration 17617 found worse value: 339.867740282. iteration 17618 found worse value: 339.867740282. iteration 17619 found worse value: 339.867740282. iteration 17620 found worse value: 339.867740282. iteration 17621 found worse value: 339.867740282. iteration 17622 found worse value: 339.867740282. iteration 17623 found worse value: 339.867740282. iteration 17624 found worse value: 339.867740282. iteration 17625 found worse value: 339.867740282. iteration 17626 found worse value: 339.867740282. iteration 17627 found worse value: 339.867740282. iteration 17628 found worse value: 339.867740282. iteration 17629 found worse value: 339.867740282. iteration 17630 found worse value: 339.867740282. iteration 17631 found worse value: 339.867740282. iteration 17632 found worse value: 339.867740282. iteration 17633 found worse value: 339.867740282. iteration 17634 found worse value: 339.867740282. iteration 17635 found worse value: 339.867740282. iteration 17636 found worse value: 339.867740282. iteration 17637 found worse value: 339.867740282. iteration 17638 found worse value: 339.867740282. iteration 17639 found worse value: 339.867740282. iteration 17640 found worse value: 339.867740282. iteration 17641 found worse value: 339.867740282. iteration 17642 found worse value: 339.867740282. iteration 17643 found worse value: 339.867740282. iteration 17644 found worse value: 339.867740282. iteration 17645 found worse value: 339.867740282. iteration 17646 found worse value: 339.867740282. iteration 17647 found worse value: 339.867740282. iteration 17648 found worse value: 339.867740282. iteration 17649 found worse value: 339.867740282. iteration 17650 found worse value: 339.867740282. iteration 17651 found worse value: 339.867740282. iteration 17652 found worse value: 339.867740282. iteration 17653 found worse value: 339.867740282. iteration 17654 found worse value: 339.867740282. iteration 17655 found worse value: 339.867740282. iteration 17656 found worse value: 339.867740282. iteration 17657 found worse value: 339.867740282. iteration 17658 found worse value: 339.867740282. iteration 17659 found worse value: 339.867740282. iteration 17660 found worse value: 339.867740282. iteration 17661 found worse value: 339.867740282. iteration 17662 found worse value: 339.867740282. iteration 17663 found worse value: 339.867740282. iteration 17664 found worse value: 339.867740282. iteration 17665 found worse value: 339.867740282. iteration 17666 found worse value: 339.867740282. iteration 17667 found worse value: 339.867740282. iteration 17668 found worse value: 339.867740282. iteration 17669 found worse value: 339.867740282. iteration 17670 found worse value: 339.867740282. iteration 17671 found worse value: 339.867740282. iteration 17672 found worse value: 339.867740282. iteration 17673 found worse value: 339.867740282. iteration 17674 found worse value: 339.867740282. iteration 17675 found worse value: 339.867740282. iteration 17676 found worse value: 339.867740282. iteration 17677 found worse value: 339.867740282. iteration 17678 found worse value: 339.867740282. iteration 17679 found worse value: 339.867740282. iteration 17680 found worse value: 339.867740282. iteration 17681 found worse value: 339.867740282. iteration 17682 found worse value: 339.867740282. iteration 17683 found worse value: 339.867740282. iteration 17684 found worse value: 339.867740282. iteration 17685 found worse value: 339.867740282. iteration 17686 found worse value: 339.867740282. iteration 17687 found worse value: 339.867740282. iteration 17688 found worse value: 339.867740282. iteration 17689 found worse value: 339.867740282. iteration 17690 found worse value: 339.867740282. iteration 17691 found worse value: 339.867740282. iteration 17692 found worse value: 339.867740282. iteration 17693 found worse value: 339.867740282. iteration 17694 found worse value: 339.867740282. iteration 17695 found worse value: 339.867740282. iteration 17696 found worse value: 339.867740282. iteration 17697 found worse value: 339.867740282. iteration 17698 found worse value: 339.867740282. iteration 17699 found worse value: 339.867740282. iteration 17700 found worse value: 339.867740282. iteration 17701 found worse value: 339.867740282. iteration 17702 found worse value: 339.867740282. iteration 17703 found worse value: 339.867740282. iteration 17704 found worse value: 339.867740282. iteration 17705 found worse value: 339.867740282. iteration 17706 found worse value: 339.867740282. iteration 17707 found worse value: 339.867740282. iteration 17708 found worse value: 339.867740282. iteration 17709 found worse value: 339.867740282. iteration 17710 found worse value: 339.867740282. iteration 17711 found worse value: 339.867740282. iteration 17712 found worse value: 339.867740282. iteration 17713 found worse value: 339.867740282. iteration 17714 found worse value: 339.867740282. iteration 17715 found worse value: 339.867740282. iteration 17716 found worse value: 339.867740282. iteration 17717 found worse value: 339.867740282. iteration 17718 found worse value: 339.867740282. iteration 17719 found worse value: 339.867740282. iteration 17720 found worse value: 339.867740282. iteration 17721 found worse value: 339.867740282. iteration 17722 found worse value: 339.867740282. iteration 17723 found worse value: 339.867740282. iteration 17724 found worse value: 339.867740282. iteration 17725 found worse value: 339.867740282. iteration 17726 found worse value: 339.867740282. iteration 17727 found worse value: 339.867740282. iteration 17728 found worse value: 339.867740282. iteration 17729 found worse value: 339.867740282. iteration 17730 found worse value: 339.867740282. iteration 17731 found worse value: 339.867740282. iteration 17732 found worse value: 339.867740282. iteration 17733 found worse value: 339.867740282. iteration 17734 found worse value: 339.867740282. iteration 17735 found worse value: 339.867740282. iteration 17736 found worse value: 339.867740282. iteration 17737 found worse value: 339.867740282. iteration 17738 found worse value: 339.867740282. iteration 17739 found worse value: 339.867740282. iteration 17740 found worse value: 339.867740282. iteration 17741 found worse value: 339.867740282. iteration 17742 found worse value: 339.867740282. iteration 17743 found worse value: 339.867740282. iteration 17744 found worse value: 339.867740282. iteration 17745 found worse value: 339.867740282. iteration 17746 found worse value: 339.867740282. iteration 17747 found worse value: 339.867740282. iteration 17748 found worse value: 339.867740282. iteration 17749 found worse value: 339.867740282. iteration 17750 found worse value: 339.867740282. iteration 17751 found worse value: 339.867740282. iteration 17752 found worse value: 339.867740282. iteration 17753 found worse value: 339.867740282. iteration 17754 found worse value: 339.867740282. iteration 17755 found worse value: 339.867740282. iteration 17756 found worse value: 339.867740282. iteration 17757 found worse value: 339.867740282. iteration 17758 found worse value: 339.867740282. iteration 17759 found worse value: 339.867740282. iteration 17760 found worse value: 339.867740282. iteration 17761 found worse value: 339.867740282. iteration 17762 found worse value: 339.867740282. iteration 17763 found worse value: 339.867740282. iteration 17764 found worse value: 339.867740282. iteration 17765 found worse value: 339.867740282. iteration 17766 found worse value: 339.867740282. iteration 17767 found worse value: 339.867740282. iteration 17768 found worse value: 339.867740282. iteration 17769 found worse value: 339.867740282. iteration 17770 found worse value: 339.867740282. iteration 17771 found worse value: 339.867740282. iteration 17772 found worse value: 339.867740282. iteration 17773 found worse value: 339.867740282. iteration 17774 found worse value: 339.867740282. iteration 17775 found worse value: 339.867740282. iteration 17776 found worse value: 339.867740282. iteration 17777 found worse value: 339.867740282. iteration 17778 found worse value: 339.867740282. iteration 17779 found worse value: 339.867740282. iteration 17780 found worse value: 339.867740282. iteration 17781 found worse value: 339.867740282. iteration 17782 found worse value: 339.867740282. iteration 17783 found worse value: 339.867740282. iteration 17784 found worse value: 339.867740282. iteration 17785 found worse value: 339.867740282. iteration 17786 found worse value: 339.867740282. iteration 17787 found worse value: 339.867740282. iteration 17788 found worse value: 339.867740282. iteration 17789 found worse value: 339.867740282. iteration 17790 found worse value: 339.867740282. iteration 17791 found worse value: 339.867740282. iteration 17792 found worse value: 339.867740282. iteration 17793 found worse value: 339.867740282. iteration 17794 found worse value: 339.867740282. iteration 17795 found worse value: 339.867740282. iteration 17796 found worse value: 339.867740282. iteration 17797 found worse value: 339.867740282. iteration 17798 found worse value: 339.867740282. iteration 17799 found worse value: 339.867740282. iteration 17800 found worse value: 339.867740282. iteration 17801 found worse value: 339.867740282. iteration 17802 found worse value: 339.867740282. iteration 17803 found worse value: 339.867740282. iteration 17804 found worse value: 339.867740282. iteration 17805 found worse value: 339.867740282. iteration 17806 found worse value: 339.867740282. iteration 17807 found worse value: 339.867740282. iteration 17808 found worse value: 339.867740282. iteration 17809 found worse value: 339.867740282. iteration 17810 found worse value: 339.867740282. iteration 17811 found worse value: 339.867740282. iteration 17812 found worse value: 339.867740282. iteration 17813 found worse value: 339.867740282. iteration 17814 found worse value: 339.867740282. iteration 17815 found worse value: 339.867740282. iteration 17816 found worse value: 339.867740282. iteration 17817 found worse value: 339.867740282. iteration 17818 found worse value: 339.867740282. iteration 17819 found worse value: 339.867740282. iteration 17820 found worse value: 339.867740282. iteration 17821 found worse value: 339.867740282. iteration 17822 found worse value: 339.867740282. iteration 17823 found worse value: 339.867740282. iteration 17824 found worse value: 339.867740282. iteration 17825 found worse value: 339.867740282. iteration 17826 found worse value: 339.867740282. iteration 17827 found worse value: 339.867740282. iteration 17828 found worse value: 339.867740282. iteration 17829 found worse value: 339.867740282. iteration 17830 found worse value: 339.867740282. iteration 17831 found worse value: 339.867740282. iteration 17832 found worse value: 339.867740282. iteration 17833 found worse value: 339.867740282. iteration 17834 found worse value: 339.867740282. iteration 17835 found worse value: 339.867740282. iteration 17836 found worse value: 339.867740282. iteration 17837 found worse value: 339.867740282. iteration 17838 found worse value: 339.867740282. iteration 17839 found worse value: 339.867740282. iteration 17840 found worse value: 339.867740282. iteration 17841 found worse value: 339.867740282. iteration 17842 found worse value: 339.867740282. iteration 17843 found worse value: 339.867740282. iteration 17844 found worse value: 339.867740282. iteration 17845 found worse value: 339.867740282. iteration 17846 found worse value: 339.867740282. iteration 17847 found worse value: 339.867740282. iteration 17848 found worse value: 339.867740282. iteration 17849 found worse value: 339.867740282. iteration 17850 found worse value: 339.867740282. iteration 17851 found worse value: 339.867740282. iteration 17852 found worse value: 339.867740282. iteration 17853 found worse value: 339.867740282. iteration 17854 found worse value: 339.867740282. iteration 17855 found worse value: 339.867740282. iteration 17856 found worse value: 339.867740282. iteration 17857 found worse value: 339.867740282. iteration 17858 found worse value: 339.867740282. iteration 17859 found worse value: 339.867740282. iteration 17860 found worse value: 339.867740282. iteration 17861 found worse value: 339.867740282. iteration 17862 found worse value: 339.867740282. iteration 17863 found worse value: 339.867740282. iteration 17864 found worse value: 339.867740282. iteration 17865 found worse value: 339.867740282. iteration 17866 found worse value: 339.867740282. iteration 17867 found worse value: 339.867740282. iteration 17868 found worse value: 339.867740282. iteration 17869 found worse value: 339.867740282. iteration 17870 found worse value: 339.867740282. iteration 17871 found worse value: 339.867740282. iteration 17872 found worse value: 339.867740282. iteration 17873 found worse value: 339.867740282. iteration 17874 found worse value: 339.867740282. iteration 17875 found worse value: 339.867740282. iteration 17876 found worse value: 339.867740282. iteration 17877 found worse value: 339.867740282. iteration 17878 found worse value: 339.867740282. iteration 17879 found worse value: 339.867740282. iteration 17880 found worse value: 339.867740282. iteration 17881 found worse value: 339.867740282. iteration 17882 found worse value: 339.867740282. iteration 17883 found worse value: 339.867740282. iteration 17884 found worse value: 339.867740282. iteration 17885 found worse value: 339.867740282. iteration 17886 found worse value: 339.867740282. iteration 17887 found worse value: 339.867740282. iteration 17888 found worse value: 339.867740282. iteration 17889 found worse value: 339.867740282. iteration 17890 found worse value: 339.867740282. iteration 17891 found worse value: 339.867740282. iteration 17892 found worse value: 339.867740282. iteration 17893 found worse value: 339.867740282. iteration 17894 found worse value: 339.867740282. iteration 17895 found worse value: 339.867740282. iteration 17896 found worse value: 339.867740282. iteration 17897 found worse value: 339.867740282. iteration 17898 found worse value: 339.867740282. iteration 17899 found worse value: 339.867740282. iteration 17900 found worse value: 339.867740282. iteration 17901 found worse value: 339.867740282. iteration 17902 found worse value: 339.867740282. iteration 17903 found worse value: 339.867740282. iteration 17904 found worse value: 339.867740282. iteration 17905 found worse value: 339.867740282. iteration 17906 found worse value: 339.867740282. iteration 17907 found worse value: 339.867740282. iteration 17908 found worse value: 339.867740282. iteration 17909 found worse value: 339.867740282. iteration 17910 found worse value: 339.867740282. iteration 17911 found worse value: 339.867740282. iteration 17912 found worse value: 339.867740282. iteration 17913 found worse value: 339.867740282. iteration 17914 found worse value: 339.867740282. iteration 17915 found worse value: 339.867740282. iteration 17916 found worse value: 339.867740282. iteration 17917 found worse value: 339.867740282. iteration 17918 found worse value: 339.867740282. iteration 17919 found worse value: 339.867740282. iteration 17920 found worse value: 339.867740282. iteration 17921 found worse value: 339.867740282. iteration 17922 found worse value: 339.867740282. iteration 17923 found worse value: 339.867740282. iteration 17924 found worse value: 339.867740282. iteration 17925 found worse value: 339.867740282. iteration 17926 found worse value: 339.867740282. iteration 17927 found worse value: 339.867740282. iteration 17928 found worse value: 339.867740282. iteration 17929 found worse value: 339.867740282. iteration 17930 found worse value: 339.867740282. iteration 17931 found worse value: 339.867740282. iteration 17932 found worse value: 339.867740282. iteration 17933 found worse value: 339.867740282. iteration 17934 found worse value: 339.867740282. iteration 17935 found worse value: 339.867740282. iteration 17936 found worse value: 339.867740282. iteration 17937 found worse value: 339.867740282. iteration 17938 found worse value: 339.867740282. iteration 17939 found worse value: 339.867740282. iteration 17940 found worse value: 339.867740282. iteration 17941 found worse value: 339.867740282. iteration 17942 found worse value: 339.867740282. iteration 17943 found worse value: 339.867740282. iteration 17944 found worse value: 339.867740282. iteration 17945 found worse value: 339.867740282. iteration 17946 found worse value: 339.867740282. iteration 17947 found worse value: 339.867740282. iteration 17948 found worse value: 339.867740282. iteration 17949 found worse value: 339.867740282. iteration 17950 found worse value: 339.867740282. iteration 17951 found worse value: 339.867740282. iteration 17952 found worse value: 339.867740282. iteration 17953 found worse value: 339.867740282. iteration 17954 found worse value: 339.867740282. iteration 17955 found worse value: 339.867740282. iteration 17956 found worse value: 339.867740282. iteration 17957 found worse value: 339.867740282. iteration 17958 found worse value: 339.867740282. iteration 17959 found worse value: 339.867740282. iteration 17960 found worse value: 339.867740282. iteration 17961 found worse value: 339.867740282. iteration 17962 found worse value: 339.867740282. iteration 17963 found worse value: 339.867740282. iteration 17964 found worse value: 339.867740282. iteration 17965 found worse value: 339.867740282. iteration 17966 found worse value: 339.867740282. iteration 17967 found worse value: 339.867740282. iteration 17968 found worse value: 339.867740282. iteration 17969 found worse value: 339.867740282. iteration 17970 found worse value: 339.867740282. iteration 17971 found worse value: 339.867740282. iteration 17972 found worse value: 339.867740282. iteration 17973 found worse value: 339.867740282. iteration 17974 found worse value: 339.867740282. iteration 17975 found worse value: 339.867740282. iteration 17976 found worse value: 339.867740282. iteration 17977 found worse value: 339.867740282. iteration 17978 found worse value: 339.867740282. iteration 17979 found worse value: 339.867740282. iteration 17980 found worse value: 339.867740282. iteration 17981 found worse value: 339.867740282. iteration 17982 found worse value: 339.867740282. iteration 17983 found worse value: 339.867740282. iteration 17984 found worse value: 339.867740282. iteration 17985 found worse value: 339.867740282. iteration 17986 found worse value: 339.867740282. iteration 17987 found worse value: 339.867740282. iteration 17988 found worse value: 339.867740282. iteration 17989 found worse value: 339.867740282. iteration 17990 found worse value: 339.867740282. iteration 17991 found worse value: 339.867740282. iteration 17992 found worse value: 339.867740282. iteration 17993 found worse value: 339.867740282. iteration 17994 found worse value: 339.867740282. iteration 17995 found worse value: 339.867740282. iteration 17996 found worse value: 339.867740282. iteration 17997 found worse value: 339.867740282. iteration 17998 found worse value: 339.867740282. iteration 17999 found worse value: 339.867740282. iteration 18000 found worse value: 339.867740282. iteration 18001 found worse value: 339.867740282. iteration 18002 found worse value: 339.867740282. iteration 18003 found worse value: 339.867740282. iteration 18004 found worse value: 339.867740282. iteration 18005 found worse value: 339.867740282. iteration 18006 found worse value: 339.867740282. iteration 18007 found worse value: 339.867740282. iteration 18008 found worse value: 339.867740282. iteration 18009 found worse value: 339.867740282. iteration 18010 found worse value: 339.867740282. iteration 18011 found worse value: 339.867740282. iteration 18012 found worse value: 339.867740282. iteration 18013 found worse value: 339.867740282. iteration 18014 found worse value: 339.867740282. iteration 18015 found worse value: 339.867740282. iteration 18016 found worse value: 339.867740282. iteration 18017 found worse value: 339.867740282. iteration 18018 found worse value: 339.867740282. iteration 18019 found worse value: 339.867740282. iteration 18020 found worse value: 339.867740282. iteration 18021 found worse value: 339.867740282. iteration 18022 found worse value: 339.867740282. iteration 18023 found worse value: 339.867740282. iteration 18024 found worse value: 339.867740282. iteration 18025 found worse value: 339.867740282. iteration 18026 found worse value: 339.867740282. iteration 18027 found worse value: 339.867740282. iteration 18028 found worse value: 339.867740282. iteration 18029 found worse value: 339.867740282. iteration 18030 found worse value: 339.867740282. iteration 18031 found worse value: 339.867740282. iteration 18032 found worse value: 339.867740282. iteration 18033 found worse value: 339.867740282. iteration 18034 found worse value: 339.867740282. iteration 18035 found worse value: 339.867740282. iteration 18036 found worse value: 339.867740282. iteration 18037 found worse value: 339.867740282. iteration 18038 found worse value: 339.867740282. iteration 18039 found worse value: 339.867740282. iteration 18040 found worse value: 339.867740282. iteration 18041 found worse value: 339.867740282. iteration 18042 found worse value: 339.867740282. iteration 18043 found worse value: 339.867740282. iteration 18044 found worse value: 339.867740282. iteration 18045 found worse value: 339.867740282. iteration 18046 found worse value: 339.867740282. iteration 18047 found worse value: 339.867740282. iteration 18048 found worse value: 339.867740282. iteration 18049 found worse value: 339.867740282. iteration 18050 found worse value: 339.867740282. iteration 18051 found worse value: 339.867740282. iteration 18052 found worse value: 339.867740282. iteration 18053 found worse value: 339.867740282. iteration 18054 found worse value: 339.867740282. iteration 18055 found worse value: 339.867740282. iteration 18056 found worse value: 339.867740282. iteration 18057 found worse value: 339.867740282. iteration 18058 found worse value: 339.867740282. iteration 18059 found worse value: 339.867740282. iteration 18060 found worse value: 339.867740282. iteration 18061 found worse value: 339.867740282. iteration 18062 found worse value: 339.867740282. iteration 18063 found worse value: 339.867740282. iteration 18064 found worse value: 339.867740282. iteration 18065 found worse value: 339.867740282. iteration 18066 found worse value: 339.867740282. iteration 18067 found worse value: 339.867740282. iteration 18068 found worse value: 339.867740282. iteration 18069 found worse value: 339.867740282. iteration 18070 found worse value: 339.867740282. iteration 18071 found worse value: 339.867740282. iteration 18072 found worse value: 339.867740282. iteration 18073 found worse value: 339.867740282. iteration 18074 found worse value: 339.867740282. iteration 18075 found worse value: 339.867740282. iteration 18076 found worse value: 339.867740282. iteration 18077 found worse value: 339.867740282. iteration 18078 found worse value: 339.867740282. iteration 18079 found worse value: 339.867740282. iteration 18080 found worse value: 339.867740282. iteration 18081 found worse value: 339.867740282. iteration 18082 found worse value: 339.867740282. iteration 18083 found worse value: 339.867740282. iteration 18084 found worse value: 339.867740282. iteration 18085 found worse value: 339.867740282. iteration 18086 found worse value: 339.867740282. iteration 18087 found worse value: 339.867740282. iteration 18088 found worse value: 339.867740282. iteration 18089 found worse value: 339.867740282. iteration 18090 found worse value: 339.867740282. iteration 18091 found worse value: 339.867740282. iteration 18092 found worse value: 339.867740282. iteration 18093 found worse value: 339.867740282. iteration 18094 found worse value: 339.867740282. iteration 18095 found worse value: 339.867740282. iteration 18096 found worse value: 339.867740282. iteration 18097 found worse value: 339.867740282. iteration 18098 found worse value: 339.867740282. iteration 18099 found worse value: 339.867740282. iteration 18100 found worse value: 339.867740282. iteration 18101 found worse value: 339.867740282. iteration 18102 found worse value: 339.867740282. iteration 18103 found worse value: 339.867740282. iteration 18104 found worse value: 339.867740282. iteration 18105 found worse value: 339.867740282. iteration 18106 found worse value: 339.867740282. iteration 18107 found worse value: 339.867740282. iteration 18108 found worse value: 339.867740282. iteration 18109 found worse value: 339.867740282. iteration 18110 found worse value: 339.867740282. iteration 18111 found worse value: 339.867740282. iteration 18112 found worse value: 339.867740282. iteration 18113 found worse value: 339.867740282. iteration 18114 found worse value: 339.867740282. iteration 18115 found worse value: 339.867740282. iteration 18116 found worse value: 339.867740282. iteration 18117 found worse value: 339.867740282. iteration 18118 found worse value: 339.867740282. iteration 18119 found worse value: 339.867740282. iteration 18120 found worse value: 339.867740282. iteration 18121 found worse value: 339.867740282. iteration 18122 found worse value: 339.867740282. iteration 18123 found worse value: 339.867740282. iteration 18124 found worse value: 339.867740282. iteration 18125 found worse value: 339.867740282. iteration 18126 found worse value: 339.867740282. iteration 18127 found worse value: 339.867740282. iteration 18128 found worse value: 339.867740282. iteration 18129 found worse value: 339.867740282. iteration 18130 found worse value: 339.867740282. iteration 18131 found worse value: 339.867740282. iteration 18132 found worse value: 339.867740282. iteration 18133 found worse value: 339.867740282. iteration 18134 found worse value: 339.867740282. iteration 18135 found worse value: 339.867740282. iteration 18136 found worse value: 339.867740282. iteration 18137 found worse value: 339.867740282. iteration 18138 found worse value: 339.867740282. iteration 18139 found worse value: 339.867740282. iteration 18140 found worse value: 339.867740282. iteration 18141 found worse value: 339.867740282. iteration 18142 found worse value: 339.867740282. iteration 18143 found worse value: 339.867740282. iteration 18144 found worse value: 339.867740282. iteration 18145 found worse value: 339.867740282. iteration 18146 found worse value: 339.867740282. iteration 18147 found worse value: 339.867740282. iteration 18148 found worse value: 339.867740282. iteration 18149 found worse value: 339.867740282. iteration 18150 found worse value: 339.867740282. iteration 18151 found worse value: 339.867740282. iteration 18152 found worse value: 339.867740282. iteration 18153 found worse value: 339.867740282. iteration 18154 found worse value: 339.867740282. iteration 18155 found worse value: 339.867740282. iteration 18156 found worse value: 339.867740282. iteration 18157 found worse value: 339.867740282. iteration 18158 found worse value: 339.867740282. iteration 18159 found worse value: 339.867740282. iteration 18160 found worse value: 339.867740282. iteration 18161 found worse value: 339.867740282. iteration 18162 found worse value: 339.867740282. iteration 18163 found worse value: 339.867740282. iteration 18164 found worse value: 339.867740282. iteration 18165 found worse value: 339.867740282. iteration 18166 found worse value: 339.867740282. iteration 18167 found worse value: 339.867740282. iteration 18168 found worse value: 339.867740282. iteration 18169 found worse value: 339.867740282. iteration 18170 found worse value: 339.867740282. iteration 18171 found worse value: 339.867740282. iteration 18172 found worse value: 339.867740282. iteration 18173 found worse value: 339.867740282. iteration 18174 found worse value: 339.867740282. iteration 18175 found worse value: 339.867740282. iteration 18176 found worse value: 339.867740282. iteration 18177 found worse value: 339.867740282. iteration 18178 found worse value: 339.867740282. iteration 18179 found worse value: 339.867740282. iteration 18180 found worse value: 339.867740282. iteration 18181 found worse value: 339.867740282. iteration 18182 found worse value: 339.867740282. iteration 18183 found worse value: 339.867740282. iteration 18184 found worse value: 339.867740282. iteration 18185 found worse value: 339.867740282. iteration 18186 found worse value: 339.867740282. iteration 18187 found worse value: 339.867740282. iteration 18188 found worse value: 339.867740282. iteration 18189 found worse value: 339.867740282. iteration 18190 found worse value: 339.867740282. iteration 18191 found worse value: 339.867740282. iteration 18192 found worse value: 339.867740282. iteration 18193 found worse value: 339.867740282. iteration 18194 found worse value: 339.867740282. iteration 18195 found worse value: 339.867740282. iteration 18196 found worse value: 339.867740282. iteration 18197 found worse value: 339.867740282. iteration 18198 found worse value: 339.867740282. iteration 18199 found worse value: 339.867740282. iteration 18200 found worse value: 339.867740282. iteration 18201 found worse value: 339.867740282. iteration 18202 found worse value: 339.867740282. iteration 18203 found worse value: 339.867740282. iteration 18204 found worse value: 339.867740282. iteration 18205 found worse value: 339.867740282. iteration 18206 found worse value: 339.867740282. iteration 18207 found worse value: 339.867740282. iteration 18208 found worse value: 339.867740282. iteration 18209 found worse value: 339.867740282. iteration 18210 found worse value: 339.867740282. iteration 18211 found worse value: 339.867740282. iteration 18212 found worse value: 339.867740282. iteration 18213 found worse value: 339.867740282. iteration 18214 found worse value: 339.867740282. iteration 18215 found worse value: 339.867740282. iteration 18216 found worse value: 339.867740282. iteration 18217 found worse value: 339.867740282. iteration 18218 found worse value: 339.867740282. iteration 18219 found worse value: 339.867740282. iteration 18220 found worse value: 339.867740282. iteration 18221 found worse value: 339.867740282. iteration 18222 found worse value: 339.867740282. iteration 18223 found worse value: 339.867740282. iteration 18224 found worse value: 339.867740282. iteration 18225 found worse value: 339.867740282. iteration 18226 found worse value: 339.867740282. iteration 18227 found worse value: 339.867740282. iteration 18228 found worse value: 339.867740282. iteration 18229 found worse value: 339.867740282. iteration 18230 found worse value: 339.867740282. iteration 18231 found worse value: 339.867740282. iteration 18232 found worse value: 339.867740282. iteration 18233 found worse value: 339.867740282. iteration 18234 found worse value: 339.867740282. iteration 18235 found worse value: 339.867740282. iteration 18236 found worse value: 339.867740282. iteration 18237 found worse value: 339.867740282. iteration 18238 found worse value: 339.867740282. iteration 18239 found worse value: 339.867740282. iteration 18240 found worse value: 339.867740282. iteration 18241 found worse value: 339.867740282. iteration 18242 found worse value: 339.867740282. iteration 18243 found worse value: 339.867740282. iteration 18244 found worse value: 339.867740282. iteration 18245 found worse value: 339.867740282. iteration 18246 found worse value: 339.867740282. iteration 18247 found worse value: 339.867740282. iteration 18248 found worse value: 339.867740282. iteration 18249 found worse value: 339.867740282. iteration 18250 found worse value: 339.867740282. iteration 18251 found worse value: 339.867740282. iteration 18252 found worse value: 339.867740282. iteration 18253 found worse value: 339.867740282. iteration 18254 found worse value: 339.867740282. iteration 18255 found worse value: 339.867740282. iteration 18256 found worse value: 339.867740282. iteration 18257 found worse value: 339.867740282. iteration 18258 found worse value: 339.867740282. iteration 18259 found worse value: 339.867740282. iteration 18260 found worse value: 339.867740282. iteration 18261 found worse value: 339.867740282. iteration 18262 found worse value: 339.867740282. iteration 18263 found worse value: 339.867740282. iteration 18264 found worse value: 339.867740282. iteration 18265 found worse value: 339.867740282. iteration 18266 found worse value: 339.867740282. iteration 18267 found worse value: 339.867740282. iteration 18268 found worse value: 339.867740282. iteration 18269 found worse value: 339.867740282. iteration 18270 found worse value: 339.867740282. iteration 18271 found worse value: 339.867740282. iteration 18272 found worse value: 339.867740282. iteration 18273 found worse value: 339.867740282. iteration 18274 found worse value: 339.867740282. iteration 18275 found worse value: 339.867740282. iteration 18276 found worse value: 339.867740282. iteration 18277 found worse value: 339.867740282. iteration 18278 found worse value: 339.867740282. iteration 18279 found worse value: 339.867740282. iteration 18280 found worse value: 339.867740282. iteration 18281 found worse value: 339.867740282. iteration 18282 found worse value: 339.867740282. iteration 18283 found worse value: 339.867740282. iteration 18284 found worse value: 339.867740282. iteration 18285 found worse value: 339.867740282. iteration 18286 found worse value: 339.867740282. iteration 18287 found worse value: 339.867740282. iteration 18288 found worse value: 339.867740282. iteration 18289 found worse value: 339.867740282. iteration 18290 found worse value: 339.867740282. iteration 18291 found worse value: 339.867740282. iteration 18292 found worse value: 339.867740282. iteration 18293 found worse value: 339.867740282. iteration 18294 found worse value: 339.867740282. iteration 18295 found worse value: 339.867740282. iteration 18296 found worse value: 339.867740282. iteration 18297 found worse value: 339.867740282. iteration 18298 found worse value: 339.867740282. iteration 18299 found worse value: 339.867740282. iteration 18300 found worse value: 339.867740282. iteration 18301 found worse value: 339.867740282. iteration 18302 found worse value: 339.867740282. iteration 18303 found worse value: 339.867740282. iteration 18304 found worse value: 339.867740282. iteration 18305 found worse value: 339.867740282. iteration 18306 found worse value: 339.867740282. iteration 18307 found worse value: 339.867740282. iteration 18308 found worse value: 339.867740282. iteration 18309 found worse value: 339.867740282. iteration 18310 found worse value: 339.867740282. iteration 18311 found worse value: 339.867740282. iteration 18312 found worse value: 339.867740282. iteration 18313 found worse value: 339.867740282. iteration 18314 found worse value: 339.867740282. iteration 18315 found worse value: 339.867740282. iteration 18316 found worse value: 339.867740282. iteration 18317 found worse value: 339.867740282. iteration 18318 found worse value: 339.867740282. iteration 18319 found worse value: 339.867740282. iteration 18320 found worse value: 339.867740282. iteration 18321 found worse value: 339.867740282. iteration 18322 found worse value: 339.867740282. iteration 18323 found worse value: 339.867740282. iteration 18324 found worse value: 339.867740282. iteration 18325 found worse value: 339.867740282. iteration 18326 found worse value: 339.867740282. iteration 18327 found worse value: 339.867740282. iteration 18328 found worse value: 339.867740282. iteration 18329 found worse value: 339.867740282. iteration 18330 found worse value: 339.867740282. iteration 18331 found worse value: 339.867740282. iteration 18332 found worse value: 339.867740282. iteration 18333 found worse value: 339.867740282. iteration 18334 found worse value: 339.867740282. iteration 18335 found worse value: 339.867740282. iteration 18336 found worse value: 339.867740282. iteration 18337 found worse value: 339.867740282. iteration 18338 found worse value: 339.867740282. iteration 18339 found worse value: 339.867740282. iteration 18340 found worse value: 339.867740282. iteration 18341 found worse value: 339.867740282. iteration 18342 found worse value: 339.867740282. iteration 18343 found worse value: 339.867740282. iteration 18344 found worse value: 339.867740282. iteration 18345 found worse value: 339.867740282. iteration 18346 found worse value: 339.867740282. iteration 18347 found worse value: 339.867740282. iteration 18348 found worse value: 339.867740282. iteration 18349 found worse value: 339.867740282. iteration 18350 found worse value: 339.867740282. iteration 18351 found worse value: 339.867740282. iteration 18352 found worse value: 339.867740282. iteration 18353 found worse value: 339.867740282. iteration 18354 found worse value: 339.867740282. iteration 18355 found worse value: 339.867740282. iteration 18356 found worse value: 339.867740282. iteration 18357 found worse value: 339.867740282. iteration 18358 found worse value: 339.867740282. iteration 18359 found worse value: 339.867740282. iteration 18360 found worse value: 339.867740282. iteration 18361 found worse value: 339.867740282. iteration 18362 found worse value: 339.867740282. iteration 18363 found worse value: 339.867740282. iteration 18364 found worse value: 339.867740282. iteration 18365 found worse value: 339.867740282. iteration 18366 found worse value: 339.867740282. iteration 18367 found worse value: 339.867740282. iteration 18368 found worse value: 339.867740282. iteration 18369 found worse value: 339.867740282. iteration 18370 found worse value: 339.867740282. iteration 18371 found worse value: 339.867740282. iteration 18372 found worse value: 339.867740282. iteration 18373 found worse value: 339.867740282. iteration 18374 found worse value: 339.867740282. iteration 18375 found worse value: 339.867740282. iteration 18376 found worse value: 339.867740282. iteration 18377 found worse value: 339.867740282. iteration 18378 found worse value: 339.867740282. iteration 18379 found worse value: 339.867740282. iteration 18380 found worse value: 339.867740282. iteration 18381 found worse value: 339.867740282. iteration 18382 found worse value: 339.867740282. iteration 18383 found worse value: 339.867740282. iteration 18384 found worse value: 339.867740282. iteration 18385 found worse value: 339.867740282. iteration 18386 found worse value: 339.867740282. iteration 18387 found worse value: 339.867740282. iteration 18388 found worse value: 339.867740282. iteration 18389 found worse value: 339.867740282. iteration 18390 found worse value: 339.867740282. iteration 18391 found worse value: 339.867740282. iteration 18392 found worse value: 339.867740282. iteration 18393 found worse value: 339.867740282. iteration 18394 found worse value: 339.867740282. iteration 18395 found worse value: 339.867740282. iteration 18396 found worse value: 339.867740282. iteration 18397 found worse value: 339.867740282. iteration 18398 found worse value: 339.867740282. iteration 18399 found worse value: 339.867740282. iteration 18400 found worse value: 339.867740282. iteration 18401 found worse value: 339.867740282. iteration 18402 found worse value: 339.867740282. iteration 18403 found worse value: 339.867740282. iteration 18404 found worse value: 339.867740282. iteration 18405 found worse value: 339.867740282. iteration 18406 found worse value: 339.867740282. iteration 18407 found worse value: 339.867740282. iteration 18408 found worse value: 339.867740282. iteration 18409 found worse value: 339.867740282. iteration 18410 found worse value: 339.867740282. iteration 18411 found worse value: 339.867740282. iteration 18412 found worse value: 339.867740282. iteration 18413 found worse value: 339.867740282. iteration 18414 found worse value: 339.867740282. iteration 18415 found worse value: 339.867740282. iteration 18416 found worse value: 339.867740282. iteration 18417 found worse value: 339.867740282. iteration 18418 found worse value: 339.867740282. iteration 18419 found worse value: 339.867740282. iteration 18420 found worse value: 339.867740282. iteration 18421 found worse value: 339.867740282. iteration 18422 found worse value: 339.867740282. iteration 18423 found worse value: 339.867740282. iteration 18424 found worse value: 339.867740282. iteration 18425 found worse value: 339.867740282. iteration 18426 found worse value: 339.867740282. iteration 18427 found worse value: 339.867740282. iteration 18428 found worse value: 339.867740282. iteration 18429 found worse value: 339.867740282. iteration 18430 found worse value: 339.867740282. iteration 18431 found worse value: 339.867740282. iteration 18432 found worse value: 339.867740282. iteration 18433 found worse value: 339.867740282. iteration 18434 found worse value: 339.867740282. iteration 18435 found worse value: 339.867740282. iteration 18436 found worse value: 339.867740282. iteration 18437 found worse value: 339.867740282. iteration 18438 found worse value: 339.867740282. iteration 18439 found worse value: 339.867740282. iteration 18440 found worse value: 339.867740282. iteration 18441 found worse value: 339.867740282. iteration 18442 found worse value: 339.867740282. iteration 18443 found worse value: 339.867740282. iteration 18444 found worse value: 339.867740282. iteration 18445 found worse value: 339.867740282. iteration 18446 found worse value: 339.867740282. iteration 18447 found worse value: 339.867740282. iteration 18448 found worse value: 339.867740282. iteration 18449 found worse value: 339.867740282. iteration 18450 found worse value: 339.867740282. iteration 18451 found worse value: 339.867740282. iteration 18452 found worse value: 339.867740282. iteration 18453 found worse value: 339.867740282. iteration 18454 found worse value: 339.867740282. iteration 18455 found worse value: 339.867740282. iteration 18456 found worse value: 339.867740282. iteration 18457 found worse value: 339.867740282. iteration 18458 found worse value: 339.867740282. iteration 18459 found worse value: 339.867740282. iteration 18460 found worse value: 339.867740282. iteration 18461 found worse value: 339.867740282. iteration 18462 found worse value: 339.867740282. iteration 18463 found worse value: 339.867740282. iteration 18464 found worse value: 339.867740282. iteration 18465 found worse value: 339.867740282. iteration 18466 found worse value: 339.867740282. iteration 18467 found worse value: 339.867740282. iteration 18468 found worse value: 339.867740282. iteration 18469 found worse value: 339.867740282. iteration 18470 found worse value: 339.867740282. iteration 18471 found worse value: 339.867740282. iteration 18472 found worse value: 339.867740282. iteration 18473 found worse value: 339.867740282. iteration 18474 found worse value: 339.867740282. iteration 18475 found worse value: 339.867740282. iteration 18476 found worse value: 339.867740282. iteration 18477 found worse value: 339.867740282. iteration 18478 found worse value: 339.867740282. iteration 18479 found worse value: 339.867740282. iteration 18480 found worse value: 339.867740282. iteration 18481 found worse value: 339.867740282. iteration 18482 found worse value: 339.867740282. iteration 18483 found worse value: 339.867740282. iteration 18484 found worse value: 339.867740282. iteration 18485 found worse value: 339.867740282. iteration 18486 found worse value: 339.867740282. iteration 18487 found worse value: 339.867740282. iteration 18488 found worse value: 339.867740282. iteration 18489 found worse value: 339.867740282. iteration 18490 found worse value: 339.867740282. iteration 18491 found worse value: 339.867740282. iteration 18492 found worse value: 339.867740282. iteration 18493 found worse value: 339.867740282. iteration 18494 found worse value: 339.867740282. iteration 18495 found worse value: 339.867740282. iteration 18496 found worse value: 339.867740282. iteration 18497 found worse value: 339.867740282. iteration 18498 found worse value: 339.867740282. iteration 18499 found worse value: 339.867740282. iteration 18500 found worse value: 339.867740282. iteration 18501 found worse value: 339.867740282. iteration 18502 found worse value: 339.867740282. iteration 18503 found worse value: 339.867740282. iteration 18504 found worse value: 339.867740282. iteration 18505 found worse value: 339.867740282. iteration 18506 found worse value: 339.867740282. iteration 18507 found worse value: 339.867740282. iteration 18508 found worse value: 339.867740282. iteration 18509 found worse value: 339.867740282. iteration 18510 found worse value: 339.867740282. iteration 18511 found worse value: 339.867740282. iteration 18512 found worse value: 339.867740282. iteration 18513 found worse value: 339.867740282. iteration 18514 found worse value: 339.867740282. iteration 18515 found worse value: 339.867740282. iteration 18516 found worse value: 339.867740282. iteration 18517 found worse value: 339.867740282. iteration 18518 found worse value: 339.867740282. iteration 18519 found worse value: 339.867740282. iteration 18520 found worse value: 339.867740282. iteration 18521 found worse value: 339.867740282. iteration 18522 found worse value: 339.867740282. iteration 18523 found worse value: 339.867740282. iteration 18524 found worse value: 339.867740282. iteration 18525 found worse value: 339.867740282. iteration 18526 found worse value: 339.867740282. iteration 18527 found worse value: 339.867740282. iteration 18528 found worse value: 339.867740282. iteration 18529 found worse value: 339.867740282. iteration 18530 found worse value: 339.867740282. iteration 18531 found worse value: 339.867740282. iteration 18532 found worse value: 339.867740282. iteration 18533 found worse value: 339.867740282. iteration 18534 found worse value: 339.867740282. iteration 18535 found worse value: 339.867740282. iteration 18536 found worse value: 339.867740282. iteration 18537 found worse value: 339.867740282. iteration 18538 found worse value: 339.867740282. iteration 18539 found worse value: 339.867740282. iteration 18540 found worse value: 339.867740282. iteration 18541 found worse value: 339.867740282. iteration 18542 found worse value: 339.867740282. iteration 18543 found worse value: 339.867740282. iteration 18544 found worse value: 339.867740282. iteration 18545 found worse value: 339.867740282. iteration 18546 found worse value: 339.867740282. iteration 18547 found worse value: 339.867740282. iteration 18548 found worse value: 339.867740282. iteration 18549 found worse value: 339.867740282. iteration 18550 found worse value: 339.867740282. iteration 18551 found worse value: 339.867740282. iteration 18552 found worse value: 339.867740282. iteration 18553 found worse value: 339.867740282. iteration 18554 found worse value: 339.867740282. iteration 18555 found worse value: 339.867740282. iteration 18556 found worse value: 339.867740282. iteration 18557 found worse value: 339.867740282. iteration 18558 found worse value: 339.867740282. iteration 18559 found worse value: 339.867740282. iteration 18560 found worse value: 339.867740282. iteration 18561 found worse value: 339.867740282. iteration 18562 found worse value: 339.867740282. iteration 18563 found worse value: 339.867740282. iteration 18564 found worse value: 339.867740282. iteration 18565 found worse value: 339.867740282. iteration 18566 found worse value: 339.867740282. iteration 18567 found worse value: 339.867740282. iteration 18568 found worse value: 339.867740282. iteration 18569 found worse value: 339.867740282. iteration 18570 found worse value: 339.867740282. iteration 18571 found worse value: 339.867740282. iteration 18572 found worse value: 339.867740282. iteration 18573 found worse value: 339.867740282. iteration 18574 found worse value: 339.867740282. iteration 18575 found worse value: 339.867740282. iteration 18576 found worse value: 339.867740282. iteration 18577 found worse value: 339.867740282. iteration 18578 found worse value: 339.867740282. iteration 18579 found worse value: 339.867740282. iteration 18580 found worse value: 339.867740282. iteration 18581 found worse value: 339.867740282. iteration 18582 found worse value: 339.867740282. iteration 18583 found worse value: 339.867740282. iteration 18584 found worse value: 339.867740282. iteration 18585 found worse value: 339.867740282. iteration 18586 found worse value: 339.867740282. iteration 18587 found worse value: 339.867740282. iteration 18588 found worse value: 339.867740282. iteration 18589 found worse value: 339.867740282. iteration 18590 found worse value: 339.867740282. iteration 18591 found worse value: 339.867740282. iteration 18592 found worse value: 339.867740282. iteration 18593 found worse value: 339.867740282. iteration 18594 found worse value: 339.867740282. iteration 18595 found worse value: 339.867740282. iteration 18596 found worse value: 339.867740282. iteration 18597 found worse value: 339.867740282. iteration 18598 found worse value: 339.867740282. iteration 18599 found worse value: 339.867740282. iteration 18600 found worse value: 339.867740282. iteration 18601 found worse value: 339.867740282. iteration 18602 found worse value: 339.867740282. iteration 18603 found worse value: 339.867740282. iteration 18604 found worse value: 339.867740282. iteration 18605 found worse value: 339.867740282. iteration 18606 found worse value: 339.867740282. iteration 18607 found worse value: 339.867740282. iteration 18608 found worse value: 339.867740282. iteration 18609 found worse value: 339.867740282. iteration 18610 found worse value: 339.867740282. iteration 18611 found worse value: 339.867740282. iteration 18612 found worse value: 339.867740282. iteration 18613 found worse value: 339.867740282. iteration 18614 found worse value: 339.867740282. iteration 18615 found worse value: 339.867740282. iteration 18616 found worse value: 339.867740282. iteration 18617 found worse value: 339.867740282. iteration 18618 found worse value: 339.867740282. iteration 18619 found worse value: 339.867740282. iteration 18620 found worse value: 339.867740282. iteration 18621 found worse value: 339.867740282. iteration 18622 found worse value: 339.867740282. iteration 18623 found worse value: 339.867740282. iteration 18624 found worse value: 339.867740282. iteration 18625 found worse value: 339.867740282. iteration 18626 found worse value: 339.867740282. iteration 18627 found worse value: 339.867740282. iteration 18628 found worse value: 339.867740282. iteration 18629 found worse value: 339.867740282. iteration 18630 found worse value: 339.867740282. iteration 18631 found worse value: 339.867740282. iteration 18632 found worse value: 339.867740282. iteration 18633 found worse value: 339.867740282. iteration 18634 found worse value: 339.867740282. iteration 18635 found worse value: 339.867740282. iteration 18636 found worse value: 339.867740282. iteration 18637 found worse value: 339.867740282. iteration 18638 found worse value: 339.867740282. iteration 18639 found worse value: 339.867740282. iteration 18640 found worse value: 339.867740282. iteration 18641 found worse value: 339.867740282. iteration 18642 found worse value: 339.867740282. iteration 18643 found worse value: 339.867740282. iteration 18644 found worse value: 339.867740282. iteration 18645 found worse value: 339.867740282. iteration 18646 found worse value: 339.867740282. iteration 18647 found worse value: 339.867740282. iteration 18648 found worse value: 339.867740282. iteration 18649 found worse value: 339.867740282. iteration 18650 found worse value: 339.867740282. iteration 18651 found worse value: 339.867740282. iteration 18652 found worse value: 339.867740282. iteration 18653 found worse value: 339.867740282. iteration 18654 found worse value: 339.867740282. iteration 18655 found worse value: 339.867740282. iteration 18656 found worse value: 339.867740282. iteration 18657 found worse value: 339.867740282. iteration 18658 found worse value: 339.867740282. iteration 18659 found worse value: 339.867740282. iteration 18660 found worse value: 339.867740282. iteration 18661 found worse value: 339.867740282. iteration 18662 found worse value: 339.867740282. iteration 18663 found worse value: 339.867740282. iteration 18664 found worse value: 339.867740282. iteration 18665 found worse value: 339.867740282. iteration 18666 found worse value: 339.867740282. iteration 18667 found worse value: 339.867740282. iteration 18668 found worse value: 339.867740282. iteration 18669 found worse value: 339.867740282. iteration 18670 found worse value: 339.867740282. iteration 18671 found worse value: 339.867740282. iteration 18672 found worse value: 339.867740282. iteration 18673 found worse value: 339.867740282. iteration 18674 found worse value: 339.867740282. iteration 18675 found worse value: 339.867740282. iteration 18676 found worse value: 339.867740282. iteration 18677 found worse value: 339.867740282. iteration 18678 found worse value: 339.867740282. iteration 18679 found worse value: 339.867740282. iteration 18680 found worse value: 339.867740282. iteration 18681 found worse value: 339.867740282. iteration 18682 found worse value: 339.867740282. iteration 18683 found worse value: 339.867740282. iteration 18684 found worse value: 339.867740282. iteration 18685 found worse value: 339.867740282. iteration 18686 found worse value: 339.867740282. iteration 18687 found worse value: 339.867740282. iteration 18688 found worse value: 339.867740282. iteration 18689 found worse value: 339.867740282. iteration 18690 found worse value: 339.867740282. iteration 18691 found worse value: 339.867740282. iteration 18692 found worse value: 339.867740282. iteration 18693 found worse value: 339.867740282. iteration 18694 found worse value: 339.867740282. iteration 18695 found worse value: 339.867740282. iteration 18696 found worse value: 339.867740282. iteration 18697 found worse value: 339.867740282. iteration 18698 found worse value: 339.867740282. iteration 18699 found worse value: 339.867740282. iteration 18700 found worse value: 339.867740282. iteration 18701 found worse value: 339.867740282. iteration 18702 found worse value: 339.867740282. iteration 18703 found worse value: 339.867740282. iteration 18704 found worse value: 339.867740282. iteration 18705 found worse value: 339.867740282. iteration 18706 found worse value: 339.867740282. iteration 18707 found worse value: 339.867740282. iteration 18708 found worse value: 339.867740282. iteration 18709 found worse value: 339.867740282. iteration 18710 found worse value: 339.867740282. iteration 18711 found worse value: 339.867740282. iteration 18712 found worse value: 339.867740282. iteration 18713 found worse value: 339.867740282. iteration 18714 found worse value: 339.867740282. iteration 18715 found worse value: 339.867740282. iteration 18716 found worse value: 339.867740282. iteration 18717 found worse value: 339.867740282. iteration 18718 found worse value: 339.867740282. iteration 18719 found worse value: 339.867740282. iteration 18720 found worse value: 339.867740282. iteration 18721 found worse value: 339.867740282. iteration 18722 found worse value: 339.867740282. iteration 18723 found worse value: 339.867740282. iteration 18724 found worse value: 339.867740282. iteration 18725 found worse value: 339.867740282. iteration 18726 found worse value: 339.867740282. iteration 18727 found worse value: 339.867740282. iteration 18728 found worse value: 339.867740282. iteration 18729 found worse value: 339.867740282. iteration 18730 found worse value: 339.867740282. iteration 18731 found worse value: 339.867740282. iteration 18732 found worse value: 339.867740282. iteration 18733 found worse value: 339.867740282. iteration 18734 found worse value: 339.867740282. iteration 18735 found worse value: 339.867740282. iteration 18736 found worse value: 339.867740282. iteration 18737 found worse value: 339.867740282. iteration 18738 found worse value: 339.867740282. iteration 18739 found worse value: 339.867740282. iteration 18740 found worse value: 339.867740282. iteration 18741 found worse value: 339.867740282. iteration 18742 found worse value: 339.867740282. iteration 18743 found worse value: 339.867740282. iteration 18744 found worse value: 339.867740282. iteration 18745 found worse value: 339.867740282. iteration 18746 found worse value: 339.867740282. iteration 18747 found worse value: 339.867740282. iteration 18748 found worse value: 339.867740282. iteration 18749 found worse value: 339.867740282. iteration 18750 found worse value: 339.867740282. iteration 18751 found worse value: 339.867740282. iteration 18752 found worse value: 339.867740282. iteration 18753 found worse value: 339.867740282. iteration 18754 found worse value: 339.867740282. iteration 18755 found worse value: 339.867740282. iteration 18756 found worse value: 339.867740282. iteration 18757 found worse value: 339.867740282. iteration 18758 found worse value: 339.867740282. iteration 18759 found worse value: 339.867740282. iteration 18760 found worse value: 339.867740282. iteration 18761 found worse value: 339.867740282. iteration 18762 found worse value: 339.867740282. iteration 18763 found worse value: 339.867740282. iteration 18764 found worse value: 339.867740282. iteration 18765 found worse value: 339.867740282. iteration 18766 found worse value: 339.867740282. iteration 18767 found worse value: 339.867740282. iteration 18768 found worse value: 339.867740282. iteration 18769 found worse value: 339.867740282. iteration 18770 found worse value: 339.867740282. iteration 18771 found worse value: 339.867740282. iteration 18772 found worse value: 339.867740282. iteration 18773 found worse value: 339.867740282. iteration 18774 found worse value: 339.867740282. iteration 18775 found worse value: 339.867740282. iteration 18776 found worse value: 339.867740282. iteration 18777 found worse value: 339.867740282. iteration 18778 found worse value: 339.867740282. iteration 18779 found worse value: 339.867740282. iteration 18780 found worse value: 339.867740282. iteration 18781 found worse value: 339.867740282. iteration 18782 found worse value: 339.867740282. iteration 18783 found worse value: 339.867740282. iteration 18784 found worse value: 339.867740282. iteration 18785 found worse value: 339.867740282. iteration 18786 found worse value: 339.867740282. iteration 18787 found worse value: 339.867740282. iteration 18788 found worse value: 339.867740282. iteration 18789 found worse value: 339.867740282. iteration 18790 found worse value: 339.867740282. iteration 18791 found worse value: 339.867740282. iteration 18792 found worse value: 339.867740282. iteration 18793 found worse value: 339.867740282. iteration 18794 found worse value: 339.867740282. iteration 18795 found worse value: 339.867740282. iteration 18796 found worse value: 339.867740282. iteration 18797 found worse value: 339.867740282. iteration 18798 found worse value: 339.867740282. iteration 18799 found worse value: 339.867740282. iteration 18800 found worse value: 339.867740282. iteration 18801 found worse value: 339.867740282. iteration 18802 found worse value: 339.867740282. iteration 18803 found worse value: 339.867740282. iteration 18804 found worse value: 339.867740282. iteration 18805 found worse value: 339.867740282. iteration 18806 found worse value: 339.867740282. iteration 18807 found worse value: 339.867740282. iteration 18808 found worse value: 339.867740282. iteration 18809 found worse value: 339.867740282. iteration 18810 found worse value: 339.867740282. iteration 18811 found worse value: 339.867740282. iteration 18812 found worse value: 339.867740282. iteration 18813 found worse value: 339.867740282. iteration 18814 found worse value: 339.867740282. iteration 18815 found worse value: 339.867740282. iteration 18816 found worse value: 339.867740282. iteration 18817 found worse value: 339.867740282. iteration 18818 found worse value: 339.867740282. iteration 18819 found worse value: 339.867740282. iteration 18820 found worse value: 339.867740282. iteration 18821 found worse value: 339.867740282. iteration 18822 found worse value: 339.867740282. iteration 18823 found worse value: 339.867740282. iteration 18824 found worse value: 339.867740282. iteration 18825 found worse value: 339.867740282. iteration 18826 found worse value: 339.867740282. iteration 18827 found worse value: 339.867740282. iteration 18828 found worse value: 339.867740282. iteration 18829 found worse value: 339.867740282. iteration 18830 found worse value: 339.867740282. iteration 18831 found worse value: 339.867740282. iteration 18832 found worse value: 339.867740282. iteration 18833 found worse value: 339.867740282. iteration 18834 found worse value: 339.867740282. iteration 18835 found worse value: 339.867740282. iteration 18836 found worse value: 339.867740282. iteration 18837 found worse value: 339.867740282. iteration 18838 found worse value: 339.867740282. iteration 18839 found worse value: 339.867740282. iteration 18840 found worse value: 339.867740282. iteration 18841 found worse value: 339.867740282. iteration 18842 found worse value: 339.867740282. iteration 18843 found worse value: 339.867740282. iteration 18844 found worse value: 339.867740282. iteration 18845 found worse value: 339.867740282. iteration 18846 found worse value: 339.867740282. iteration 18847 found worse value: 339.867740282. iteration 18848 found worse value: 339.867740282. iteration 18849 found worse value: 339.867740282. iteration 18850 found worse value: 339.867740282. iteration 18851 found worse value: 339.867740282. iteration 18852 found worse value: 339.867740282. iteration 18853 found worse value: 339.867740282. iteration 18854 found worse value: 339.867740282. iteration 18855 found worse value: 339.867740282. iteration 18856 found worse value: 339.867740282. iteration 18857 found worse value: 339.867740282. iteration 18858 found worse value: 339.867740282. iteration 18859 found worse value: 339.867740282. iteration 18860 found worse value: 339.867740282. iteration 18861 found worse value: 339.867740282. iteration 18862 found worse value: 339.867740282. iteration 18863 found worse value: 339.867740282. iteration 18864 found worse value: 339.867740282. iteration 18865 found worse value: 339.867740282. iteration 18866 found worse value: 339.867740282. iteration 18867 found worse value: 339.867740282. iteration 18868 found worse value: 339.867740282. iteration 18869 found worse value: 339.867740282. iteration 18870 found worse value: 339.867740282. iteration 18871 found worse value: 339.867740282. iteration 18872 found worse value: 339.867740282. iteration 18873 found worse value: 339.867740282. iteration 18874 found worse value: 339.867740282. iteration 18875 found worse value: 339.867740282. iteration 18876 found worse value: 339.867740282. iteration 18877 found worse value: 339.867740282. iteration 18878 found worse value: 339.867740282. iteration 18879 found worse value: 339.867740282. iteration 18880 found worse value: 339.867740282. iteration 18881 found worse value: 339.867740282. iteration 18882 found worse value: 339.867740282. iteration 18883 found worse value: 339.867740282. iteration 18884 found worse value: 339.867740282. iteration 18885 found worse value: 339.867740282. iteration 18886 found worse value: 339.867740282. iteration 18887 found worse value: 339.867740282. iteration 18888 found worse value: 339.867740282. iteration 18889 found worse value: 339.867740282. iteration 18890 found worse value: 339.867740282. iteration 18891 found worse value: 339.867740282. iteration 18892 found worse value: 339.867740282. iteration 18893 found worse value: 339.867740282. iteration 18894 found worse value: 339.867740282. iteration 18895 found worse value: 339.867740282. iteration 18896 found worse value: 339.867740282. iteration 18897 found worse value: 339.867740282. iteration 18898 found worse value: 339.867740282. iteration 18899 found worse value: 339.867740282. iteration 18900 found worse value: 339.867740282. iteration 18901 found worse value: 339.867740282. iteration 18902 found worse value: 339.867740282. iteration 18903 found worse value: 339.867740282. iteration 18904 found worse value: 339.867740282. iteration 18905 found worse value: 339.867740282. iteration 18906 found worse value: 339.867740282. iteration 18907 found worse value: 339.867740282. iteration 18908 found worse value: 339.867740282. iteration 18909 found worse value: 339.867740282. iteration 18910 found worse value: 339.867740282. iteration 18911 found worse value: 339.867740282. iteration 18912 found worse value: 339.867740282. iteration 18913 found worse value: 339.867740282. iteration 18914 found worse value: 339.867740282. iteration 18915 found worse value: 339.867740282. iteration 18916 found worse value: 339.867740282. iteration 18917 found worse value: 339.867740282. iteration 18918 found worse value: 339.867740282. iteration 18919 found worse value: 339.867740282. iteration 18920 found worse value: 339.867740282. iteration 18921 found worse value: 339.867740282. iteration 18922 found worse value: 339.867740282. iteration 18923 found worse value: 339.867740282. iteration 18924 found worse value: 339.867740282. iteration 18925 found worse value: 339.867740282. iteration 18926 found worse value: 339.867740282. iteration 18927 found worse value: 339.867740282. iteration 18928 found worse value: 339.867740282. iteration 18929 found worse value: 339.867740282. iteration 18930 found worse value: 339.867740282. iteration 18931 found worse value: 339.867740282. iteration 18932 found worse value: 339.867740282. iteration 18933 found worse value: 339.867740282. iteration 18934 found worse value: 339.867740282. iteration 18935 found worse value: 339.867740282. iteration 18936 found worse value: 339.867740282. iteration 18937 found worse value: 339.867740282. iteration 18938 found worse value: 339.867740282. iteration 18939 found worse value: 339.867740282. iteration 18940 found worse value: 339.867740282. iteration 18941 found worse value: 339.867740282. iteration 18942 found worse value: 339.867740282. iteration 18943 found worse value: 339.867740282. iteration 18944 found worse value: 339.867740282. iteration 18945 found worse value: 339.867740282. iteration 18946 found worse value: 339.867740282. iteration 18947 found worse value: 339.867740282. iteration 18948 found worse value: 339.867740282. iteration 18949 found worse value: 339.867740282. iteration 18950 found worse value: 339.867740282. iteration 18951 found worse value: 339.867740282. iteration 18952 found worse value: 339.867740282. iteration 18953 found worse value: 339.867740282. iteration 18954 found worse value: 339.867740282. iteration 18955 found worse value: 339.867740282. iteration 18956 found worse value: 339.867740282. iteration 18957 found worse value: 339.867740282. iteration 18958 found worse value: 339.867740282. iteration 18959 found worse value: 339.867740282. iteration 18960 found worse value: 339.867740282. iteration 18961 found worse value: 339.867740282. iteration 18962 found worse value: 339.867740282. iteration 18963 found worse value: 339.867740282. iteration 18964 found worse value: 339.867740282. iteration 18965 found worse value: 339.867740282. iteration 18966 found worse value: 339.867740282. iteration 18967 found worse value: 339.867740282. iteration 18968 found worse value: 339.867740282. iteration 18969 found worse value: 339.867740282. iteration 18970 found worse value: 339.867740282. iteration 18971 found worse value: 339.867740282. iteration 18972 found worse value: 339.867740282. iteration 18973 found worse value: 339.867740282. iteration 18974 found worse value: 339.867740282. iteration 18975 found worse value: 339.867740282. iteration 18976 found worse value: 339.867740282. iteration 18977 found worse value: 339.867740282. iteration 18978 found worse value: 339.867740282. iteration 18979 found worse value: 339.867740282. iteration 18980 found worse value: 339.867740282. iteration 18981 found worse value: 339.867740282. iteration 18982 found worse value: 339.867740282. iteration 18983 found worse value: 339.867740282. iteration 18984 found worse value: 339.867740282. iteration 18985 found worse value: 339.867740282. iteration 18986 found worse value: 339.867740282. iteration 18987 found worse value: 339.867740282. iteration 18988 found worse value: 339.867740282. iteration 18989 found worse value: 339.867740282. iteration 18990 found worse value: 339.867740282. iteration 18991 found worse value: 339.867740282. iteration 18992 found worse value: 339.867740282. iteration 18993 found worse value: 339.867740282. iteration 18994 found worse value: 339.867740282. iteration 18995 found worse value: 339.867740282. iteration 18996 found worse value: 339.867740282. iteration 18997 found worse value: 339.867740282. iteration 18998 found worse value: 339.867740282. iteration 18999 found worse value: 339.867740282. iteration 19000 found worse value: 339.867740282. iteration 19001 found worse value: 339.867740282. iteration 19002 found worse value: 339.867740282. iteration 19003 found worse value: 339.867740282. iteration 19004 found worse value: 339.867740282. iteration 19005 found worse value: 339.867740282. iteration 19006 found worse value: 339.867740282. iteration 19007 found worse value: 339.867740282. iteration 19008 found worse value: 339.867740282. iteration 19009 found worse value: 339.867740282. iteration 19010 found worse value: 339.867740282. iteration 19011 found worse value: 339.867740282. iteration 19012 found worse value: 339.867740282. iteration 19013 found worse value: 339.867740282. iteration 19014 found worse value: 339.867740282. iteration 19015 found worse value: 339.867740282. iteration 19016 found worse value: 339.867740282. iteration 19017 found worse value: 339.867740282. iteration 19018 found worse value: 339.867740282. iteration 19019 found worse value: 339.867740282. iteration 19020 found worse value: 339.867740282. iteration 19021 found worse value: 339.867740282. iteration 19022 found worse value: 339.867740282. iteration 19023 found worse value: 339.867740282. iteration 19024 found worse value: 339.867740282. iteration 19025 found worse value: 339.867740282. iteration 19026 found worse value: 339.867740282. iteration 19027 found worse value: 339.867740282. iteration 19028 found worse value: 339.867740282. iteration 19029 found worse value: 339.867740282. iteration 19030 found worse value: 339.867740282. iteration 19031 found worse value: 339.867740282. iteration 19032 found worse value: 339.867740282. iteration 19033 found worse value: 339.867740282. iteration 19034 found worse value: 339.867740282. iteration 19035 found worse value: 339.867740282. iteration 19036 found worse value: 339.867740282. iteration 19037 found worse value: 339.867740282. iteration 19038 found worse value: 339.867740282. iteration 19039 found worse value: 339.867740282. iteration 19040 found worse value: 339.867740282. iteration 19041 found worse value: 339.867740282. iteration 19042 found worse value: 339.867740282. iteration 19043 found worse value: 339.867740282. iteration 19044 found worse value: 339.867740282. iteration 19045 found worse value: 339.867740282. iteration 19046 found worse value: 339.867740282. iteration 19047 found worse value: 339.867740282. iteration 19048 found worse value: 339.867740282. iteration 19049 found worse value: 339.867740282. iteration 19050 found worse value: 339.867740282. iteration 19051 found worse value: 339.867740282. iteration 19052 found worse value: 339.867740282. iteration 19053 found worse value: 339.867740282. iteration 19054 found worse value: 339.867740282. iteration 19055 found worse value: 339.867740282. iteration 19056 found worse value: 339.867740282. iteration 19057 found worse value: 339.867740282. iteration 19058 found worse value: 339.867740282. iteration 19059 found worse value: 339.867740282. iteration 19060 found worse value: 339.867740282. iteration 19061 found worse value: 339.867740282. iteration 19062 found worse value: 339.867740282. iteration 19063 found worse value: 339.867740282. iteration 19064 found worse value: 339.867740282. iteration 19065 found worse value: 339.867740282. iteration 19066 found worse value: 339.867740282. iteration 19067 found worse value: 339.867740282. iteration 19068 found worse value: 339.867740282. iteration 19069 found worse value: 339.867740282. iteration 19070 found worse value: 339.867740282. iteration 19071 found worse value: 339.867740282. iteration 19072 found worse value: 339.867740282. iteration 19073 found worse value: 339.867740282. iteration 19074 found worse value: 339.867740282. iteration 19075 found worse value: 339.867740282. iteration 19076 found worse value: 339.867740282. iteration 19077 found worse value: 339.867740282. iteration 19078 found worse value: 339.867740282. iteration 19079 found worse value: 339.867740282. iteration 19080 found worse value: 339.867740282. iteration 19081 found worse value: 339.867740282. iteration 19082 found worse value: 339.867740282. iteration 19083 found worse value: 339.867740282. iteration 19084 found worse value: 339.867740282. iteration 19085 found worse value: 339.867740282. iteration 19086 found worse value: 339.867740282. iteration 19087 found worse value: 339.867740282. iteration 19088 found worse value: 339.867740282. iteration 19089 found worse value: 339.867740282. iteration 19090 found worse value: 339.867740282. iteration 19091 found worse value: 339.867740282. iteration 19092 found worse value: 339.867740282. iteration 19093 found worse value: 339.867740282. iteration 19094 found worse value: 339.867740282. iteration 19095 found worse value: 339.867740282. iteration 19096 found worse value: 339.867740282. iteration 19097 found worse value: 339.867740282. iteration 19098 found worse value: 339.867740282. iteration 19099 found worse value: 339.867740282. iteration 19100 found worse value: 339.867740282. iteration 19101 found worse value: 339.867740282. iteration 19102 found worse value: 339.867740282. iteration 19103 found worse value: 339.867740282. iteration 19104 found worse value: 339.867740282. iteration 19105 found worse value: 339.867740282. iteration 19106 found worse value: 339.867740282. iteration 19107 found worse value: 339.867740282. iteration 19108 found worse value: 339.867740282. iteration 19109 found worse value: 339.867740282. iteration 19110 found worse value: 339.867740282. iteration 19111 found worse value: 339.867740282. iteration 19112 found worse value: 339.867740282. iteration 19113 found worse value: 339.867740282. iteration 19114 found worse value: 339.867740282. iteration 19115 found worse value: 339.867740282. iteration 19116 found worse value: 339.867740282. iteration 19117 found worse value: 339.867740282. iteration 19118 found worse value: 339.867740282. iteration 19119 found worse value: 339.867740282. iteration 19120 found worse value: 339.867740282. iteration 19121 found worse value: 339.867740282. iteration 19122 found worse value: 339.867740282. iteration 19123 found worse value: 339.867740282. iteration 19124 found worse value: 339.867740282. iteration 19125 found worse value: 339.867740282. iteration 19126 found worse value: 339.867740282. iteration 19127 found worse value: 339.867740282. iteration 19128 found worse value: 339.867740282. iteration 19129 found worse value: 339.867740282. iteration 19130 found worse value: 339.867740282. iteration 19131 found worse value: 339.867740282. iteration 19132 found worse value: 339.867740282. iteration 19133 found worse value: 339.867740282. iteration 19134 found worse value: 339.867740282. iteration 19135 found worse value: 339.867740282. iteration 19136 found worse value: 339.867740282. iteration 19137 found worse value: 339.867740282. iteration 19138 found worse value: 339.867740282. iteration 19139 found worse value: 339.867740282. iteration 19140 found worse value: 339.867740282. iteration 19141 found worse value: 339.867740282. iteration 19142 found worse value: 339.867740282. iteration 19143 found worse value: 339.867740282. iteration 19144 found worse value: 339.867740282. iteration 19145 found worse value: 339.867740282. iteration 19146 found worse value: 339.867740282. iteration 19147 found worse value: 339.867740282. iteration 19148 found worse value: 339.867740282. iteration 19149 found worse value: 339.867740282. iteration 19150 found worse value: 339.867740282. iteration 19151 found worse value: 339.867740282. iteration 19152 found worse value: 339.867740282. iteration 19153 found worse value: 339.867740282. iteration 19154 found worse value: 339.867740282. iteration 19155 found worse value: 339.867740282. iteration 19156 found worse value: 339.867740282. iteration 19157 found worse value: 339.867740282. iteration 19158 found worse value: 339.867740282. iteration 19159 found worse value: 339.867740282. iteration 19160 found worse value: 339.867740282. iteration 19161 found worse value: 339.867740282. iteration 19162 found worse value: 339.867740282. iteration 19163 found worse value: 339.867740282. iteration 19164 found worse value: 339.867740282. iteration 19165 found worse value: 339.867740282. iteration 19166 found worse value: 339.867740282. iteration 19167 found worse value: 339.867740282. iteration 19168 found worse value: 339.867740282. iteration 19169 found worse value: 339.867740282. iteration 19170 found worse value: 339.867740282. iteration 19171 found worse value: 339.867740282. iteration 19172 found worse value: 339.867740282. iteration 19173 found worse value: 339.867740282. iteration 19174 found worse value: 339.867740282. iteration 19175 found worse value: 339.867740282. iteration 19176 found worse value: 339.867740282. iteration 19177 found worse value: 339.867740282. iteration 19178 found worse value: 339.867740282. iteration 19179 found worse value: 339.867740282. iteration 19180 found worse value: 339.867740282. iteration 19181 found worse value: 339.867740282. iteration 19182 found worse value: 339.867740282. iteration 19183 found worse value: 339.867740282. iteration 19184 found worse value: 339.867740282. iteration 19185 found worse value: 339.867740282. iteration 19186 found worse value: 339.867740282. iteration 19187 found worse value: 339.867740282. iteration 19188 found worse value: 339.867740282. iteration 19189 found worse value: 339.867740282. iteration 19190 found worse value: 339.867740282. iteration 19191 found worse value: 339.867740282. iteration 19192 found worse value: 339.867740282. iteration 19193 found worse value: 339.867740282. iteration 19194 found worse value: 339.867740282. iteration 19195 found worse value: 339.867740282. iteration 19196 found worse value: 339.867740282. iteration 19197 found worse value: 339.867740282. iteration 19198 found worse value: 339.867740282. iteration 19199 found worse value: 339.867740282. iteration 19200 found worse value: 339.867740282. iteration 19201 found worse value: 339.867740282. iteration 19202 found worse value: 339.867740282. iteration 19203 found worse value: 339.867740282. iteration 19204 found worse value: 339.867740282. iteration 19205 found worse value: 339.867740282. iteration 19206 found worse value: 339.867740282. iteration 19207 found worse value: 339.867740282. iteration 19208 found worse value: 339.867740282. iteration 19209 found worse value: 339.867740282. iteration 19210 found worse value: 339.867740282. iteration 19211 found worse value: 339.867740282. iteration 19212 found worse value: 339.867740282. iteration 19213 found worse value: 339.867740282. iteration 19214 found worse value: 339.867740282. iteration 19215 found worse value: 339.867740282. iteration 19216 found worse value: 339.867740282. iteration 19217 found worse value: 339.867740282. iteration 19218 found worse value: 339.867740282. iteration 19219 found worse value: 339.867740282. iteration 19220 found worse value: 339.867740282. iteration 19221 found worse value: 339.867740282. iteration 19222 found worse value: 339.867740282. iteration 19223 found worse value: 339.867740282. iteration 19224 found worse value: 339.867740282. iteration 19225 found worse value: 339.867740282. iteration 19226 found worse value: 339.867740282. iteration 19227 found worse value: 339.867740282. iteration 19228 found worse value: 339.867740282. iteration 19229 found worse value: 339.867740282. iteration 19230 found worse value: 339.867740282. iteration 19231 found worse value: 339.867740282. iteration 19232 found worse value: 339.867740282. iteration 19233 found worse value: 339.867740282. iteration 19234 found worse value: 339.867740282. iteration 19235 found worse value: 339.867740282. iteration 19236 found worse value: 339.867740282. iteration 19237 found worse value: 339.867740282. iteration 19238 found worse value: 339.867740282. iteration 19239 found worse value: 339.867740282. iteration 19240 found worse value: 339.867740282. iteration 19241 found worse value: 339.867740282. iteration 19242 found worse value: 339.867740282. iteration 19243 found worse value: 339.867740282. iteration 19244 found worse value: 339.867740282. iteration 19245 found worse value: 339.867740282. iteration 19246 found worse value: 339.867740282. iteration 19247 found worse value: 339.867740282. iteration 19248 found worse value: 339.867740282. iteration 19249 found worse value: 339.867740282. iteration 19250 found worse value: 339.867740282. iteration 19251 found worse value: 339.867740282. iteration 19252 found worse value: 339.867740282. iteration 19253 found worse value: 339.867740282. iteration 19254 found worse value: 339.867740282. iteration 19255 found worse value: 339.867740282. iteration 19256 found worse value: 339.867740282. iteration 19257 found worse value: 339.867740282. iteration 19258 found worse value: 339.867740282. iteration 19259 found worse value: 339.867740282. iteration 19260 found worse value: 339.867740282. iteration 19261 found worse value: 339.867740282. iteration 19262 found worse value: 339.867740282. iteration 19263 found worse value: 339.867740282. iteration 19264 found worse value: 339.867740282. iteration 19265 found worse value: 339.867740282. iteration 19266 found worse value: 339.867740282. iteration 19267 found worse value: 339.867740282. iteration 19268 found worse value: 339.867740282. iteration 19269 found worse value: 339.867740282. iteration 19270 found worse value: 339.867740282. iteration 19271 found worse value: 339.867740282. iteration 19272 found worse value: 339.867740282. iteration 19273 found worse value: 339.867740282. iteration 19274 found worse value: 339.867740282. iteration 19275 found worse value: 339.867740282. iteration 19276 found worse value: 339.867740282. iteration 19277 found worse value: 339.867740282. iteration 19278 found worse value: 339.867740282. iteration 19279 found worse value: 339.867740282. iteration 19280 found worse value: 339.867740282. iteration 19281 found worse value: 339.867740282. iteration 19282 found worse value: 339.867740282. iteration 19283 found worse value: 339.867740282. iteration 19284 found worse value: 339.867740282. iteration 19285 found worse value: 339.867740282. iteration 19286 found worse value: 339.867740282. iteration 19287 found worse value: 339.867740282. iteration 19288 found worse value: 339.867740282. iteration 19289 found worse value: 339.867740282. iteration 19290 found worse value: 339.867740282. iteration 19291 found worse value: 339.867740282. iteration 19292 found worse value: 339.867740282. iteration 19293 found worse value: 339.867740282. iteration 19294 found worse value: 339.867740282. iteration 19295 found worse value: 339.867740282. iteration 19296 found worse value: 339.867740282. iteration 19297 found worse value: 339.867740282. iteration 19298 found worse value: 339.867740282. iteration 19299 found worse value: 339.867740282. iteration 19300 found worse value: 339.867740282. iteration 19301 found worse value: 339.867740282. iteration 19302 found worse value: 339.867740282. iteration 19303 found worse value: 339.867740282. iteration 19304 found worse value: 339.867740282. iteration 19305 found worse value: 339.867740282. iteration 19306 found worse value: 339.867740282. iteration 19307 found worse value: 339.867740282. iteration 19308 found worse value: 339.867740282. iteration 19309 found worse value: 339.867740282. iteration 19310 found worse value: 339.867740282. iteration 19311 found worse value: 339.867740282. iteration 19312 found worse value: 339.867740282. iteration 19313 found worse value: 339.867740282. iteration 19314 found worse value: 339.867740282. iteration 19315 found worse value: 339.867740282. iteration 19316 found worse value: 339.867740282. iteration 19317 found worse value: 339.867740282. iteration 19318 found worse value: 339.867740282. iteration 19319 found worse value: 339.867740282. iteration 19320 found worse value: 339.867740282. iteration 19321 found worse value: 339.867740282. iteration 19322 found worse value: 339.867740282. iteration 19323 found worse value: 339.867740282. iteration 19324 found worse value: 339.867740282. iteration 19325 found worse value: 339.867740282. iteration 19326 found worse value: 339.867740282. iteration 19327 found worse value: 339.867740282. iteration 19328 found worse value: 339.867740282. iteration 19329 found worse value: 339.867740282. iteration 19330 found worse value: 339.867740282. iteration 19331 found worse value: 339.867740282. iteration 19332 found worse value: 339.867740282. iteration 19333 found worse value: 339.867740282. iteration 19334 found worse value: 339.867740282. iteration 19335 found worse value: 339.867740282. iteration 19336 found worse value: 339.867740282. iteration 19337 found worse value: 339.867740282. iteration 19338 found worse value: 339.867740282. iteration 19339 found worse value: 339.867740282. iteration 19340 found worse value: 339.867740282. iteration 19341 found worse value: 339.867740282. iteration 19342 found worse value: 339.867740282. iteration 19343 found worse value: 339.867740282. iteration 19344 found worse value: 339.867740282. iteration 19345 found worse value: 339.867740282. iteration 19346 found worse value: 339.867740282. iteration 19347 found worse value: 339.867740282. iteration 19348 found worse value: 339.867740282. iteration 19349 found worse value: 339.867740282. iteration 19350 found worse value: 339.867740282. iteration 19351 found worse value: 339.867740282. iteration 19352 found worse value: 339.867740282. iteration 19353 found worse value: 339.867740282. iteration 19354 found worse value: 339.867740282. iteration 19355 found worse value: 339.867740282. iteration 19356 found worse value: 339.867740282. iteration 19357 found worse value: 339.867740282. iteration 19358 found worse value: 339.867740282. iteration 19359 found worse value: 339.867740282. iteration 19360 found worse value: 339.867740282. iteration 19361 found worse value: 339.867740282. iteration 19362 found worse value: 339.867740282. iteration 19363 found worse value: 339.867740282. iteration 19364 found worse value: 339.867740282. iteration 19365 found worse value: 339.867740282. iteration 19366 found worse value: 339.867740282. iteration 19367 found worse value: 339.867740282. iteration 19368 found worse value: 339.867740282. iteration 19369 found worse value: 339.867740282. iteration 19370 found worse value: 339.867740282. iteration 19371 found worse value: 339.867740282. iteration 19372 found worse value: 339.867740282. iteration 19373 found worse value: 339.867740282. iteration 19374 found worse value: 339.867740282. iteration 19375 found worse value: 339.867740282. iteration 19376 found worse value: 339.867740282. iteration 19377 found worse value: 339.867740282. iteration 19378 found worse value: 339.867740282. iteration 19379 found worse value: 339.867740282. iteration 19380 found worse value: 339.867740282. iteration 19381 found worse value: 339.867740282. iteration 19382 found worse value: 339.867740282. iteration 19383 found worse value: 339.867740282. iteration 19384 found worse value: 339.867740282. iteration 19385 found worse value: 339.867740282. iteration 19386 found worse value: 339.867740282. iteration 19387 found worse value: 339.867740282. iteration 19388 found worse value: 339.867740282. iteration 19389 found worse value: 339.867740282. iteration 19390 found worse value: 339.867740282. iteration 19391 found worse value: 339.867740282. iteration 19392 found worse value: 339.867740282. iteration 19393 found worse value: 339.867740282. iteration 19394 found worse value: 339.867740282. iteration 19395 found worse value: 339.867740282. iteration 19396 found worse value: 339.867740282. iteration 19397 found worse value: 339.867740282. iteration 19398 found worse value: 339.867740282. iteration 19399 found worse value: 339.867740282. iteration 19400 found worse value: 339.867740282. iteration 19401 found worse value: 339.867740282. iteration 19402 found worse value: 339.867740282. iteration 19403 found worse value: 339.867740282. iteration 19404 found worse value: 339.867740282. iteration 19405 found worse value: 339.867740282. iteration 19406 found worse value: 339.867740282. iteration 19407 found worse value: 339.867740282. iteration 19408 found worse value: 339.867740282. iteration 19409 found worse value: 339.867740282. iteration 19410 found worse value: 339.867740282. iteration 19411 found worse value: 339.867740282. iteration 19412 found worse value: 339.867740282. iteration 19413 found worse value: 339.867740282. iteration 19414 found worse value: 339.867740282. iteration 19415 found worse value: 339.867740282. iteration 19416 found worse value: 339.867740282. iteration 19417 found worse value: 339.867740282. iteration 19418 found worse value: 339.867740282. iteration 19419 found worse value: 339.867740282. iteration 19420 found worse value: 339.867740282. iteration 19421 found worse value: 339.867740282. iteration 19422 found worse value: 339.867740282. iteration 19423 found worse value: 339.867740282. iteration 19424 found worse value: 339.867740282. iteration 19425 found worse value: 339.867740282. iteration 19426 found worse value: 339.867740282. iteration 19427 found worse value: 339.867740282. iteration 19428 found worse value: 339.867740282. iteration 19429 found worse value: 339.867740282. iteration 19430 found worse value: 339.867740282. iteration 19431 found worse value: 339.867740282. iteration 19432 found worse value: 339.867740282. iteration 19433 found worse value: 339.867740282. iteration 19434 found worse value: 339.867740282. iteration 19435 found worse value: 339.867740282. iteration 19436 found worse value: 339.867740282. iteration 19437 found worse value: 339.867740282. iteration 19438 found worse value: 339.867740282. iteration 19439 found worse value: 339.867740282. iteration 19440 found worse value: 339.867740282. iteration 19441 found worse value: 339.867740282. iteration 19442 found worse value: 339.867740282. iteration 19443 found worse value: 339.867740282. iteration 19444 found worse value: 339.867740282. iteration 19445 found worse value: 339.867740282. iteration 19446 found worse value: 339.867740282. iteration 19447 found worse value: 339.867740282. iteration 19448 found worse value: 339.867740282. iteration 19449 found worse value: 339.867740282. iteration 19450 found worse value: 339.867740282. iteration 19451 found worse value: 339.867740282. iteration 19452 found worse value: 339.867740282. iteration 19453 found worse value: 339.867740282. iteration 19454 found worse value: 339.867740282. iteration 19455 found worse value: 339.867740282. iteration 19456 found worse value: 339.867740282. iteration 19457 found worse value: 339.867740282. iteration 19458 found worse value: 339.867740282. iteration 19459 found worse value: 339.867740282. iteration 19460 found worse value: 339.867740282. iteration 19461 found worse value: 339.867740282. iteration 19462 found worse value: 339.867740282. iteration 19463 found worse value: 339.867740282. iteration 19464 found worse value: 339.867740282. iteration 19465 found worse value: 339.867740282. iteration 19466 found worse value: 339.867740282. iteration 19467 found worse value: 339.867740282. iteration 19468 found worse value: 339.867740282. iteration 19469 found worse value: 339.867740282. iteration 19470 found worse value: 339.867740282. iteration 19471 found worse value: 339.867740282. iteration 19472 found worse value: 339.867740282. iteration 19473 found worse value: 339.867740282. iteration 19474 found worse value: 339.867740282. iteration 19475 found worse value: 339.867740282. iteration 19476 found worse value: 339.867740282. iteration 19477 found worse value: 339.867740282. iteration 19478 found worse value: 339.867740282. iteration 19479 found worse value: 339.867740282. iteration 19480 found worse value: 339.867740282. iteration 19481 found worse value: 339.867740282. iteration 19482 found worse value: 339.867740282. iteration 19483 found worse value: 339.867740282. iteration 19484 found worse value: 339.867740282. iteration 19485 found worse value: 339.867740282. iteration 19486 found worse value: 339.867740282. iteration 19487 found worse value: 339.867740282. iteration 19488 found worse value: 339.867740282. iteration 19489 found worse value: 339.867740282. iteration 19490 found worse value: 339.867740282. iteration 19491 found worse value: 339.867740282. iteration 19492 found worse value: 339.867740282. iteration 19493 found worse value: 339.867740282. iteration 19494 found worse value: 339.867740282. iteration 19495 found worse value: 339.867740282. iteration 19496 found worse value: 339.867740282. iteration 19497 found worse value: 339.867740282. iteration 19498 found worse value: 339.867740282. iteration 19499 found worse value: 339.867740282. iteration 19500 found worse value: 339.867740282. iteration 19501 found worse value: 339.867740282. iteration 19502 found worse value: 339.867740282. iteration 19503 found worse value: 339.867740282. iteration 19504 found worse value: 339.867740282. iteration 19505 found worse value: 339.867740282. iteration 19506 found worse value: 339.867740282. iteration 19507 found worse value: 339.867740282. iteration 19508 found worse value: 339.867740282. iteration 19509 found worse value: 339.867740282. iteration 19510 found worse value: 339.867740282. iteration 19511 found worse value: 339.867740282. iteration 19512 found worse value: 339.867740282. iteration 19513 found worse value: 339.867740282. iteration 19514 found worse value: 339.867740282. iteration 19515 found worse value: 339.867740282. iteration 19516 found worse value: 339.867740282. iteration 19517 found worse value: 339.867740282. iteration 19518 found worse value: 339.867740282. iteration 19519 found worse value: 339.867740282. iteration 19520 found worse value: 339.867740282. iteration 19521 found worse value: 339.867740282. iteration 19522 found worse value: 339.867740282. iteration 19523 found worse value: 339.867740282. iteration 19524 found worse value: 339.867740282. iteration 19525 found worse value: 339.867740282. iteration 19526 found worse value: 339.867740282. iteration 19527 found worse value: 339.867740282. iteration 19528 found worse value: 339.867740282. iteration 19529 found worse value: 339.867740282. iteration 19530 found worse value: 339.867740282. iteration 19531 found worse value: 339.867740282. iteration 19532 found worse value: 339.867740282. iteration 19533 found worse value: 339.867740282. iteration 19534 found worse value: 339.867740282. iteration 19535 found worse value: 339.867740282. iteration 19536 found worse value: 339.867740282. iteration 19537 found worse value: 339.867740282. iteration 19538 found worse value: 339.867740282. iteration 19539 found worse value: 339.867740282. iteration 19540 found worse value: 339.867740282. iteration 19541 found worse value: 339.867740282. iteration 19542 found worse value: 339.867740282. iteration 19543 found worse value: 339.867740282. iteration 19544 found worse value: 339.867740282. iteration 19545 found worse value: 339.867740282. iteration 19546 found worse value: 339.867740282. iteration 19547 found worse value: 339.867740282. iteration 19548 found worse value: 339.867740282. iteration 19549 found worse value: 339.867740282. iteration 19550 found worse value: 339.867740282. iteration 19551 found worse value: 339.867740282. iteration 19552 found worse value: 339.867740282. iteration 19553 found worse value: 339.867740282. iteration 19554 found worse value: 339.867740282. iteration 19555 found worse value: 339.867740282. iteration 19556 found worse value: 339.867740282. iteration 19557 found worse value: 339.867740282. iteration 19558 found worse value: 339.867740282. iteration 19559 found worse value: 339.867740282. iteration 19560 found worse value: 339.867740282. iteration 19561 found worse value: 339.867740282. iteration 19562 found worse value: 339.867740282. iteration 19563 found worse value: 339.867740282. iteration 19564 found worse value: 339.867740282. iteration 19565 found worse value: 339.867740282. iteration 19566 found worse value: 339.867740282. iteration 19567 found worse value: 339.867740282. iteration 19568 found worse value: 339.867740282. iteration 19569 found worse value: 339.867740282. iteration 19570 found worse value: 339.867740282. iteration 19571 found worse value: 339.867740282. iteration 19572 found worse value: 339.867740282. iteration 19573 found worse value: 339.867740282. iteration 19574 found worse value: 339.867740282. iteration 19575 found worse value: 339.867740282. iteration 19576 found worse value: 339.867740282. iteration 19577 found worse value: 339.867740282. iteration 19578 found worse value: 339.867740282. iteration 19579 found worse value: 339.867740282. iteration 19580 found worse value: 339.867740282. iteration 19581 found worse value: 339.867740282. iteration 19582 found worse value: 339.867740282. iteration 19583 found worse value: 339.867740282. iteration 19584 found worse value: 339.867740282. iteration 19585 found worse value: 339.867740282. iteration 19586 found worse value: 339.867740282. iteration 19587 found worse value: 339.867740282. iteration 19588 found worse value: 339.867740282. iteration 19589 found worse value: 339.867740282. iteration 19590 found worse value: 339.867740282. iteration 19591 found worse value: 339.867740282. iteration 19592 found worse value: 339.867740282. iteration 19593 found worse value: 339.867740282. iteration 19594 found worse value: 339.867740282. iteration 19595 found worse value: 339.867740282. iteration 19596 found worse value: 339.867740282. iteration 19597 found worse value: 339.867740282. iteration 19598 found worse value: 339.867740282. iteration 19599 found worse value: 339.867740282. iteration 19600 found worse value: 339.867740282. iteration 19601 found worse value: 339.867740282. iteration 19602 found worse value: 339.867740282. iteration 19603 found worse value: 339.867740282. iteration 19604 found worse value: 339.867740282. iteration 19605 found worse value: 339.867740282. iteration 19606 found worse value: 339.867740282. iteration 19607 found worse value: 339.867740282. iteration 19608 found worse value: 339.867740282. iteration 19609 found worse value: 339.867740282. iteration 19610 found worse value: 339.867740282. iteration 19611 found worse value: 339.867740282. iteration 19612 found worse value: 339.867740282. iteration 19613 found worse value: 339.867740282. iteration 19614 found worse value: 339.867740282. iteration 19615 found worse value: 339.867740282. iteration 19616 found worse value: 339.867740282. iteration 19617 found worse value: 339.867740282. iteration 19618 found worse value: 339.867740282. iteration 19619 found worse value: 339.867740282. iteration 19620 found worse value: 339.867740282. iteration 19621 found worse value: 339.867740282. iteration 19622 found worse value: 339.867740282. iteration 19623 found worse value: 339.867740282. iteration 19624 found worse value: 339.867740282. iteration 19625 found worse value: 339.867740282. iteration 19626 found worse value: 339.867740282. iteration 19627 found worse value: 339.867740282. iteration 19628 found worse value: 339.867740282. iteration 19629 found worse value: 339.867740282. iteration 19630 found worse value: 339.867740282. iteration 19631 found worse value: 339.867740282. iteration 19632 found worse value: 339.867740282. iteration 19633 found worse value: 339.867740282. iteration 19634 found worse value: 339.867740282. iteration 19635 found worse value: 339.867740282. iteration 19636 found worse value: 339.867740282. iteration 19637 found worse value: 339.867740282. iteration 19638 found worse value: 339.867740282. iteration 19639 found worse value: 339.867740282. iteration 19640 found worse value: 339.867740282. iteration 19641 found worse value: 339.867740282. iteration 19642 found worse value: 339.867740282. iteration 19643 found worse value: 339.867740282. iteration 19644 found worse value: 339.867740282. iteration 19645 found worse value: 339.867740282. iteration 19646 found worse value: 339.867740282. iteration 19647 found worse value: 339.867740282. iteration 19648 found worse value: 339.867740282. iteration 19649 found worse value: 339.867740282. iteration 19650 found worse value: 339.867740282. iteration 19651 found worse value: 339.867740282. iteration 19652 found worse value: 339.867740282. iteration 19653 found worse value: 339.867740282. iteration 19654 found worse value: 339.867740282. iteration 19655 found worse value: 339.867740282. iteration 19656 found worse value: 339.867740282. iteration 19657 found worse value: 339.867740282. iteration 19658 found worse value: 339.867740282. iteration 19659 found worse value: 339.867740282. iteration 19660 found worse value: 339.867740282. iteration 19661 found worse value: 339.867740282. iteration 19662 found worse value: 339.867740282. iteration 19663 found worse value: 339.867740282. iteration 19664 found worse value: 339.867740282. iteration 19665 found worse value: 339.867740282. iteration 19666 found worse value: 339.867740282. iteration 19667 found worse value: 339.867740282. iteration 19668 found worse value: 339.867740282. iteration 19669 found worse value: 339.867740282. iteration 19670 found worse value: 339.867740282. iteration 19671 found worse value: 339.867740282. iteration 19672 found worse value: 339.867740282. iteration 19673 found worse value: 339.867740282. iteration 19674 found worse value: 339.867740282. iteration 19675 found worse value: 339.867740282. iteration 19676 found worse value: 339.867740282. iteration 19677 found worse value: 339.867740282. iteration 19678 found worse value: 339.867740282. iteration 19679 found worse value: 339.867740282. iteration 19680 found worse value: 339.867740282. iteration 19681 found worse value: 339.867740282. iteration 19682 found worse value: 339.867740282. iteration 19683 found worse value: 339.867740282. iteration 19684 found worse value: 339.867740282. iteration 19685 found worse value: 339.867740282. iteration 19686 found worse value: 339.867740282. iteration 19687 found worse value: 339.867740282. iteration 19688 found worse value: 339.867740282. iteration 19689 found worse value: 339.867740282. iteration 19690 found worse value: 339.867740282. iteration 19691 found worse value: 339.867740282. iteration 19692 found worse value: 339.867740282. iteration 19693 found worse value: 339.867740282. iteration 19694 found worse value: 339.867740282. iteration 19695 found worse value: 339.867740282. iteration 19696 found worse value: 339.867740282. iteration 19697 found worse value: 339.867740282. iteration 19698 found worse value: 339.867740282. iteration 19699 found worse value: 339.867740282. iteration 19700 found worse value: 339.867740282. iteration 19701 found worse value: 339.867740282. iteration 19702 found worse value: 339.867740282. iteration 19703 found worse value: 339.867740282. iteration 19704 found worse value: 339.867740282. iteration 19705 found worse value: 339.867740282. iteration 19706 found worse value: 339.867740282. iteration 19707 found worse value: 339.867740282. iteration 19708 found worse value: 339.867740282. iteration 19709 found worse value: 339.867740282. iteration 19710 found worse value: 339.867740282. iteration 19711 found worse value: 339.867740282. iteration 19712 found worse value: 339.867740282. iteration 19713 found worse value: 339.867740282. iteration 19714 found worse value: 339.867740282. iteration 19715 found worse value: 339.867740282. iteration 19716 found worse value: 339.867740282. iteration 19717 found worse value: 339.867740282. iteration 19718 found worse value: 339.867740282. iteration 19719 found worse value: 339.867740282. iteration 19720 found worse value: 339.867740282. iteration 19721 found worse value: 339.867740282. iteration 19722 found worse value: 339.867740282. iteration 19723 found worse value: 339.867740282. iteration 19724 found worse value: 339.867740282. iteration 19725 found worse value: 339.867740282. iteration 19726 found worse value: 339.867740282. iteration 19727 found worse value: 339.867740282. iteration 19728 found worse value: 339.867740282. iteration 19729 found worse value: 339.867740282. iteration 19730 found worse value: 339.867740282. iteration 19731 found worse value: 339.867740282. iteration 19732 found worse value: 339.867740282. iteration 19733 found worse value: 339.867740282. iteration 19734 found worse value: 339.867740282. iteration 19735 found worse value: 339.867740282. iteration 19736 found worse value: 339.867740282. iteration 19737 found worse value: 339.867740282. iteration 19738 found worse value: 339.867740282. iteration 19739 found worse value: 339.867740282. iteration 19740 found worse value: 339.867740282. iteration 19741 found worse value: 339.867740282. iteration 19742 found worse value: 339.867740282. iteration 19743 found worse value: 339.867740282. iteration 19744 found worse value: 339.867740282. iteration 19745 found worse value: 339.867740282. iteration 19746 found worse value: 339.867740282. iteration 19747 found worse value: 339.867740282. iteration 19748 found worse value: 339.867740282. iteration 19749 found worse value: 339.867740282. iteration 19750 found worse value: 339.867740282. iteration 19751 found worse value: 339.867740282. iteration 19752 found worse value: 339.867740282. iteration 19753 found worse value: 339.867740282. iteration 19754 found worse value: 339.867740282. iteration 19755 found worse value: 339.867740282. iteration 19756 found worse value: 339.867740282. iteration 19757 found worse value: 339.867740282. iteration 19758 found worse value: 339.867740282. iteration 19759 found worse value: 339.867740282. iteration 19760 found worse value: 339.867740282. iteration 19761 found worse value: 339.867740282. iteration 19762 found worse value: 339.867740282. iteration 19763 found worse value: 339.867740282. iteration 19764 found worse value: 339.867740282. iteration 19765 found worse value: 339.867740282. iteration 19766 found worse value: 339.867740282. iteration 19767 found worse value: 339.867740282. iteration 19768 found worse value: 339.867740282. iteration 19769 found worse value: 339.867740282. iteration 19770 found worse value: 339.867740282. iteration 19771 found worse value: 339.867740282. iteration 19772 found worse value: 339.867740282. iteration 19773 found worse value: 339.867740282. iteration 19774 found worse value: 339.867740282. iteration 19775 found worse value: 339.867740282. iteration 19776 found worse value: 339.867740282. iteration 19777 found worse value: 339.867740282. iteration 19778 found worse value: 339.867740282. iteration 19779 found worse value: 339.867740282. iteration 19780 found worse value: 339.867740282. iteration 19781 found worse value: 339.867740282. iteration 19782 found worse value: 339.867740282. iteration 19783 found worse value: 339.867740282. iteration 19784 found worse value: 339.867740282. iteration 19785 found worse value: 339.867740282. iteration 19786 found worse value: 339.867740282. iteration 19787 found worse value: 339.867740282. iteration 19788 found worse value: 339.867740282. iteration 19789 found worse value: 339.867740282. iteration 19790 found worse value: 339.867740282. iteration 19791 found worse value: 339.867740282. iteration 19792 found worse value: 339.867740282. iteration 19793 found worse value: 339.867740282. iteration 19794 found worse value: 339.867740282. iteration 19795 found worse value: 339.867740282. iteration 19796 found worse value: 339.867740282. iteration 19797 found worse value: 339.867740282. iteration 19798 found worse value: 339.867740282. iteration 19799 found worse value: 339.867740282. iteration 19800 found worse value: 339.867740282. iteration 19801 found worse value: 339.867740282. iteration 19802 found worse value: 339.867740282. iteration 19803 found worse value: 339.867740282. iteration 19804 found worse value: 339.867740282. iteration 19805 found worse value: 339.867740282. iteration 19806 found worse value: 339.867740282. iteration 19807 found worse value: 339.867740282. iteration 19808 found worse value: 339.867740282. iteration 19809 found worse value: 339.867740282. iteration 19810 found worse value: 339.867740282. iteration 19811 found worse value: 339.867740282. iteration 19812 found worse value: 339.867740282. iteration 19813 found worse value: 339.867740282. iteration 19814 found worse value: 339.867740282. iteration 19815 found worse value: 339.867740282. iteration 19816 found worse value: 339.867740282. iteration 19817 found worse value: 339.867740282. iteration 19818 found worse value: 339.867740282. iteration 19819 found worse value: 339.867740282. iteration 19820 found worse value: 339.867740282. iteration 19821 found worse value: 339.867740282. iteration 19822 found worse value: 339.867740282. iteration 19823 found worse value: 339.867740282. iteration 19824 found worse value: 339.867740282. iteration 19825 found worse value: 339.867740282. iteration 19826 found worse value: 339.867740282. iteration 19827 found worse value: 339.867740282. iteration 19828 found worse value: 339.867740282. iteration 19829 found worse value: 339.867740282. iteration 19830 found worse value: 339.867740282. iteration 19831 found worse value: 339.867740282. iteration 19832 found worse value: 339.867740282. iteration 19833 found worse value: 339.867740282. iteration 19834 found worse value: 339.867740282. iteration 19835 found worse value: 339.867740282. iteration 19836 found worse value: 339.867740282. iteration 19837 found worse value: 339.867740282. iteration 19838 found worse value: 339.867740282. iteration 19839 found worse value: 339.867740282. iteration 19840 found worse value: 339.867740282. iteration 19841 found worse value: 339.867740282. iteration 19842 found worse value: 339.867740282. iteration 19843 found worse value: 339.867740282. iteration 19844 found worse value: 339.867740282. iteration 19845 found worse value: 339.867740282. iteration 19846 found worse value: 339.867740282. iteration 19847 found worse value: 339.867740282. iteration 19848 found worse value: 339.867740282. iteration 19849 found worse value: 339.867740282. iteration 19850 found worse value: 339.867740282. iteration 19851 found worse value: 339.867740282. iteration 19852 found worse value: 339.867740282. iteration 19853 found worse value: 339.867740282. iteration 19854 found worse value: 339.867740282. iteration 19855 found worse value: 339.867740282. iteration 19856 found worse value: 339.867740282. iteration 19857 found worse value: 339.867740282. iteration 19858 found worse value: 339.867740282. iteration 19859 found worse value: 339.867740282. iteration 19860 found worse value: 339.867740282. iteration 19861 found worse value: 339.867740282. iteration 19862 found worse value: 339.867740282. iteration 19863 found worse value: 339.867740282. iteration 19864 found worse value: 339.867740282. iteration 19865 found worse value: 339.867740282. iteration 19866 found worse value: 339.867740282. iteration 19867 found worse value: 339.867740282. iteration 19868 found worse value: 339.867740282. iteration 19869 found worse value: 339.867740282. iteration 19870 found worse value: 339.867740282. iteration 19871 found worse value: 339.867740282. iteration 19872 found worse value: 339.867740282. iteration 19873 found worse value: 339.867740282. iteration 19874 found worse value: 339.867740282. iteration 19875 found worse value: 339.867740282. iteration 19876 found worse value: 339.867740282. iteration 19877 found worse value: 339.867740282. iteration 19878 found worse value: 339.867740282. iteration 19879 found worse value: 339.867740282. iteration 19880 found worse value: 339.867740282. iteration 19881 found worse value: 339.867740282. iteration 19882 found worse value: 339.867740282. iteration 19883 found worse value: 339.867740282. iteration 19884 found worse value: 339.867740282. iteration 19885 found worse value: 339.867740282. iteration 19886 found worse value: 339.867740282. iteration 19887 found worse value: 339.867740282. iteration 19888 found worse value: 339.867740282. iteration 19889 found worse value: 339.867740282. iteration 19890 found worse value: 339.867740282. iteration 19891 found worse value: 339.867740282. iteration 19892 found worse value: 339.867740282. iteration 19893 found worse value: 339.867740282. iteration 19894 found worse value: 339.867740282. iteration 19895 found worse value: 339.867740282. iteration 19896 found worse value: 339.867740282. iteration 19897 found worse value: 339.867740282. iteration 19898 found worse value: 339.867740282. iteration 19899 found worse value: 339.867740282. iteration 19900 found worse value: 339.867740282. iteration 19901 found worse value: 339.867740282. iteration 19902 found worse value: 339.867740282. iteration 19903 found worse value: 339.867740282. iteration 19904 found worse value: 339.867740282. iteration 19905 found worse value: 339.867740282. iteration 19906 found worse value: 339.867740282. iteration 19907 found worse value: 339.867740282. iteration 19908 found worse value: 339.867740282. iteration 19909 found worse value: 339.867740282. iteration 19910 found worse value: 339.867740282. iteration 19911 found worse value: 339.867740282. iteration 19912 found worse value: 339.867740282. iteration 19913 found worse value: 339.867740282. iteration 19914 found worse value: 339.867740282. iteration 19915 found worse value: 339.867740282. iteration 19916 found worse value: 339.867740282. iteration 19917 found worse value: 339.867740282. iteration 19918 found worse value: 339.867740282. iteration 19919 found worse value: 339.867740282. iteration 19920 found worse value: 339.867740282. iteration 19921 found worse value: 339.867740282. iteration 19922 found worse value: 339.867740282. iteration 19923 found worse value: 339.867740282. iteration 19924 found worse value: 339.867740282. iteration 19925 found worse value: 339.867740282. iteration 19926 found worse value: 339.867740282. iteration 19927 found worse value: 339.867740282. iteration 19928 found worse value: 339.867740282. iteration 19929 found worse value: 339.867740282. iteration 19930 found worse value: 339.867740282. iteration 19931 found worse value: 339.867740282. iteration 19932 found worse value: 339.867740282. iteration 19933 found worse value: 339.867740282. iteration 19934 found worse value: 339.867740282. iteration 19935 found worse value: 339.867740282. iteration 19936 found worse value: 339.867740282. iteration 19937 found worse value: 339.867740282. iteration 19938 found worse value: 339.867740282. iteration 19939 found worse value: 339.867740282. iteration 19940 found worse value: 339.867740282. iteration 19941 found worse value: 339.867740282. iteration 19942 found worse value: 339.867740282. iteration 19943 found worse value: 339.867740282. iteration 19944 found worse value: 339.867740282. iteration 19945 found worse value: 339.867740282. iteration 19946 found worse value: 339.867740282. iteration 19947 found worse value: 339.867740282. iteration 19948 found worse value: 339.867740282. iteration 19949 found worse value: 339.867740282. iteration 19950 found worse value: 339.867740282. iteration 19951 found worse value: 339.867740282. iteration 19952 found worse value: 339.867740282. iteration 19953 found worse value: 339.867740282. iteration 19954 found worse value: 339.867740282. iteration 19955 found worse value: 339.867740282. iteration 19956 found worse value: 339.867740282. iteration 19957 found worse value: 339.867740282. iteration 19958 found worse value: 339.867740282. iteration 19959 found worse value: 339.867740282. iteration 19960 found worse value: 339.867740282. iteration 19961 found worse value: 339.867740282. iteration 19962 found worse value: 339.867740282. iteration 19963 found worse value: 339.867740282. iteration 19964 found worse value: 339.867740282. iteration 19965 found worse value: 339.867740282. iteration 19966 found worse value: 339.867740282. iteration 19967 found worse value: 339.867740282. iteration 19968 found worse value: 339.867740282. iteration 19969 found worse value: 339.867740282. iteration 19970 found worse value: 339.867740282. iteration 19971 found worse value: 339.867740282. iteration 19972 found worse value: 339.867740282. iteration 19973 found worse value: 339.867740282. iteration 19974 found worse value: 339.867740282. iteration 19975 found worse value: 339.867740282. iteration 19976 found worse value: 339.867740282. iteration 19977 found worse value: 339.867740282. iteration 19978 found worse value: 339.867740282. iteration 19979 found worse value: 339.867740282. iteration 19980 found worse value: 339.867740282. iteration 19981 found worse value: 339.867740282. iteration 19982 found worse value: 339.867740282. iteration 19983 found worse value: 339.867740282. iteration 19984 found worse value: 339.867740282. iteration 19985 found worse value: 339.867740282. iteration 19986 found worse value: 339.867740282. iteration 19987 found worse value: 339.867740282. iteration 19988 found worse value: 339.867740282. iteration 19989 found worse value: 339.867740282. iteration 19990 found worse value: 339.867740282. iteration 19991 found worse value: 339.867740282. iteration 19992 found worse value: 339.867740282. iteration 19993 found worse value: 339.867740282. iteration 19994 found worse value: 339.867740282. iteration 19995 found worse value: 339.867740282. iteration 19996 found worse value: 339.867740282. iteration 19997 found worse value: 339.867740282. iteration 19998 found worse value: 339.867740282. iteration 19999 found worse value: 339.867740282. iteration 20000 found worse value: 339.867740282. iteration 0 found better value: 333.033197853 iteration 1 found worse value: 333.033197853. iteration1, perturbing to get out of local maxima iteration 2 found worse value: 333.033197853. iteration2, perturbing to get out of local maxima iteration 3 found worse value: 333.033197853. iteration 4 found worse value: 333.033197853. iteration 5 found worse value: 333.033197853. iteration 6 found worse value: 333.033197853. iteration6, perturbing to get out of local maxima iteration 7 found worse value: 333.033197853. iteration 8 found worse value: 333.033197853. iteration8, perturbing to get out of local maxima iteration 9 found worse value: 333.033197853. iteration9, perturbing to get out of local maxima iteration 10 found worse value: 333.033197853. iteration10, perturbing to get out of local maxima iteration 11 found worse value: 333.033197853. iteration 12 found worse value: 333.033197853. iteration12, perturbing to get out of local maxima iteration 13 found worse value: 333.033197853. iteration 14 found worse value: 333.033197853. iteration 15 found worse value: 333.033197853. iteration15, perturbing to get out of local maxima iteration 16 found worse value: 333.033197853. iteration16, perturbing to get out of local maxima iteration 17 found worse value: 333.033197853. iteration17, perturbing to get out of local maxima iteration 18 found worse value: 333.033197853. iteration 19 found worse value: 333.033197853. iteration19, perturbing to get out of local maxima iteration 20 found worse value: 333.033197853. iteration 21 found better value: 333.07431909400003 iteration 22 found worse value: 333.07431909400003. iteration22, perturbing to get out of local maxima iteration 23 found worse value: 333.07431909400003. iteration 24 found worse value: 333.07431909400003. iteration 25 found worse value: 333.07431909400003. iteration 26 found worse value: 333.07431909400003. iteration 27 found worse value: 333.07431909400003. iteration27, perturbing to get out of local maxima iteration 28 found worse value: 333.07431909400003. iteration 29 found worse value: 333.07431909400003. iteration 30 found worse value: 333.07431909400003. iteration 31 found worse value: 333.07431909400003. iteration31, perturbing to get out of local maxima iteration 32 found worse value: 333.07431909400003. iteration 33 found worse value: 333.07431909400003. iteration33, perturbing to get out of local maxima iteration 34 found worse value: 333.07431909400003. iteration 35 found worse value: 333.07431909400003. iteration 36 found better value: 333.21488463699995 iteration 37 found worse value: 333.21488463699995. iteration37, perturbing to get out of local maxima iteration 38 found worse value: 333.21488463699995. iteration 39 found worse value: 333.21488463699995. iteration 40 found worse value: 333.21488463699995. iteration40, perturbing to get out of local maxima iteration 41 found worse value: 333.21488463699995. iteration 42 found worse value: 333.21488463699995. iteration 43 found worse value: 333.21488463699995. iteration 44 found better value: 333.221962059 iteration 45 found worse value: 333.221962059. iteration 46 found worse value: 333.221962059. iteration46, perturbing to get out of local maxima iteration 47 found better value: 333.245308217 iteration 48 found worse value: 333.245308217. iteration 49 found better value: 333.24934155899996 iteration 50 found worse value: 333.24934155899996. iteration50, perturbing to get out of local maxima iteration 51 found worse value: 333.24934155899996. iteration 52 found better value: 333.383255457 iteration 53 found worse value: 333.383255457. iteration53, perturbing to get out of local maxima iteration 54 found worse value: 333.383255457. iteration54, perturbing to get out of local maxima iteration 55 found better value: 333.393577113 iteration 56 found worse value: 333.393577113. iteration56, perturbing to get out of local maxima iteration 57 found worse value: 333.393577113. iteration 58 found worse value: 333.393577113. iteration 59 found worse value: 333.393577113. iteration59, perturbing to get out of local maxima iteration 60 found better value: 333.504550606 iteration 61 found better value: 333.511410366 iteration 62 found worse value: 333.511410366. iteration 63 found worse value: 333.511410366. iteration63, perturbing to get out of local maxima iteration 64 found worse value: 333.511410366. iteration64, perturbing to get out of local maxima iteration 65 found worse value: 333.511410366. iteration 66 found better value: 333.51354144300007 iteration 67 found worse value: 333.51354144300007. iteration67, perturbing to get out of local maxima iteration 68 found worse value: 333.51354144300007. iteration68, perturbing to get out of local maxima iteration 69 found better value: 333.533807597 iteration 70 found worse value: 333.533807597. iteration70, perturbing to get out of local maxima iteration 71 found worse value: 333.533807597. iteration 72 found worse value: 333.533807597. iteration 73 found worse value: 333.533807597. iteration 74 found better value: 333.533938153 iteration 75 found better value: 333.640483427 iteration 76 found better value: 333.64342669999996 iteration 77 found better value: 333.71020634999996 iteration 78 found worse value: 333.71020634999996. iteration78, perturbing to get out of local maxima iteration 79 found worse value: 333.71020634999996. iteration 80 found worse value: 333.71020634999996. iteration 81 found worse value: 333.71020634999996. iteration 82 found worse value: 333.71020634999996. iteration 83 found worse value: 333.71020634999996. iteration 84 found worse value: 333.71020634999996. iteration 85 found worse value: 333.71020634999996. iteration 86 found worse value: 333.71020634999996. iteration 87 found worse value: 333.71020634999996. iteration 88 found better value: 333.737433434 iteration 89 found better value: 333.85428269700003 iteration 90 found better value: 333.87482047400005 iteration 91 found worse value: 333.87482047400005. iteration91, perturbing to get out of local maxima iteration 92 found worse value: 333.87482047400005. iteration 93 found worse value: 333.87482047400005. iteration 94 found worse value: 333.87482047400005. iteration 95 found worse value: 333.87482047400005. iteration95, perturbing to get out of local maxima iteration 96 found worse value: 333.87482047400005. iteration 97 found worse value: 333.87482047400005. iteration 98 found worse value: 333.87482047400005. iteration98, perturbing to get out of local maxima iteration 99 found worse value: 333.87482047400005. iteration 100 found worse value: 333.87482047400005. iteration100, perturbing to get out of local maxima iteration 101 found worse value: 333.87482047400005. iteration 102 found worse value: 333.87482047400005. iteration102, perturbing to get out of local maxima iteration 103 found worse value: 333.87482047400005. iteration 104 found worse value: 333.87482047400005. iteration 105 found worse value: 333.87482047400005. iteration 106 found worse value: 333.87482047400005. iteration 107 found worse value: 333.87482047400005. iteration 108 found worse value: 333.87482047400005. iteration 109 found worse value: 333.87482047400005. iteration 110 found worse value: 333.87482047400005. iteration110, perturbing to get out of local maxima iteration 111 found worse value: 333.87482047400005. iteration111, perturbing to get out of local maxima iteration 112 found worse value: 333.87482047400005. iteration 113 found worse value: 333.87482047400005. iteration 114 found worse value: 333.87482047400005. iteration 115 found worse value: 333.87482047400005. iteration 116 found worse value: 333.87482047400005. iteration 117 found worse value: 333.87482047400005. iteration 118 found worse value: 333.87482047400005. iteration 119 found worse value: 333.87482047400005. iteration119, perturbing to get out of local maxima iteration 120 found worse value: 333.87482047400005. iteration 121 found better value: 333.901748452 iteration 122 found worse value: 333.901748452. iteration 123 found worse value: 333.901748452. iteration 124 found worse value: 333.901748452. iteration124, perturbing to get out of local maxima iteration 125 found worse value: 333.901748452. iteration 126 found worse value: 333.901748452. iteration 127 found worse value: 333.901748452. iteration 128 found worse value: 333.901748452. iteration 129 found better value: 333.933758178 iteration 130 found better value: 333.95326225400004 iteration 131 found better value: 333.975519387 iteration 132 found worse value: 333.975519387. iteration 133 found better value: 333.99363573000005 iteration 134 found worse value: 333.99363573000005. iteration 135 found worse value: 333.99363573000005. iteration135, perturbing to get out of local maxima iteration 136 found worse value: 333.99363573000005. iteration 137 found worse value: 333.99363573000005. iteration 138 found worse value: 333.99363573000005. iteration 139 found better value: 334.02545624400005 iteration 140 found worse value: 334.02545624400005. iteration 141 found worse value: 334.02545624400005. iteration 142 found worse value: 334.02545624400005. iteration 143 found better value: 334.02561895300005 iteration 144 found worse value: 334.02561895300005. iteration144, perturbing to get out of local maxima iteration 145 found better value: 334.026944999 iteration 146 found better value: 334.03418611800004 iteration 147 found worse value: 334.03418611800004. iteration 148 found worse value: 334.03418611800004. iteration 149 found worse value: 334.03418611800004. iteration 150 found worse value: 334.03418611800004. iteration150, perturbing to get out of local maxima iteration 151 found better value: 334.06720301300004 iteration 152 found worse value: 334.06720301300004. iteration 153 found better value: 334.07148535500005 iteration 154 found worse value: 334.07148535500005. iteration 155 found worse value: 334.07148535500005. iteration 156 found worse value: 334.07148535500005. iteration156, perturbing to get out of local maxima iteration 157 found better value: 334.19746142 iteration 158 found worse value: 334.19746142. iteration 159 found worse value: 334.19746142. iteration 160 found worse value: 334.19746142. iteration 161 found worse value: 334.19746142. iteration 162 found worse value: 334.19746142. iteration 163 found better value: 334.283815601 iteration 164 found worse value: 334.283815601. iteration 165 found better value: 334.35935818400003 iteration 166 found worse value: 334.35935818400003. iteration 167 found better value: 334.451907897 iteration 168 found worse value: 334.451907897. iteration 169 found worse value: 334.451907897. iteration169, perturbing to get out of local maxima iteration 170 found worse value: 334.451907897. iteration170, perturbing to get out of local maxima iteration 171 found worse value: 334.451907897. iteration171, perturbing to get out of local maxima iteration 172 found worse value: 334.451907897. iteration172, perturbing to get out of local maxima iteration 173 found worse value: 334.451907897. iteration173, perturbing to get out of local maxima iteration 174 found worse value: 334.451907897. iteration 175 found worse value: 334.451907897. iteration 176 found worse value: 334.451907897. iteration 177 found worse value: 334.451907897. iteration 178 found worse value: 334.451907897. iteration178, perturbing to get out of local maxima iteration 179 found worse value: 334.451907897. iteration 180 found worse value: 334.451907897. iteration180, perturbing to get out of local maxima iteration 181 found worse value: 334.451907897. iteration 182 found worse value: 334.451907897. iteration182, perturbing to get out of local maxima iteration 183 found worse value: 334.451907897. iteration 184 found better value: 334.54863387800003 iteration 185 found worse value: 334.54863387800003. iteration 186 found better value: 334.65670082 iteration 187 found worse value: 334.65670082. iteration 188 found worse value: 334.65670082. iteration 189 found worse value: 334.65670082. iteration 190 found better value: 334.741068362 iteration 191 found better value: 334.763074181 iteration 192 found worse value: 334.763074181. iteration 193 found worse value: 334.763074181. iteration 194 found worse value: 334.763074181. iteration194, perturbing to get out of local maxima iteration 195 found worse value: 334.763074181. iteration 196 found worse value: 334.763074181. iteration196, perturbing to get out of local maxima iteration 197 found worse value: 334.763074181. iteration197, perturbing to get out of local maxima iteration 198 found worse value: 334.763074181. iteration198, perturbing to get out of local maxima iteration 199 found worse value: 334.763074181. iteration 200 found better value: 334.796348458 iteration 201 found worse value: 334.796348458. iteration 202 found worse value: 334.796348458. iteration202, perturbing to get out of local maxima iteration 203 found worse value: 334.796348458. iteration 204 found better value: 334.802902207 iteration 205 found better value: 334.804249379 iteration 206 found worse value: 334.804249379. iteration 207 found worse value: 334.804249379. iteration 208 found worse value: 334.804249379. iteration208, perturbing to get out of local maxima iteration 209 found worse value: 334.804249379. iteration209, perturbing to get out of local maxima iteration 210 found worse value: 334.804249379. iteration 211 found worse value: 334.804249379. iteration 212 found worse value: 334.804249379. iteration 213 found better value: 334.837548431 iteration 214 found better value: 334.83778006399996 iteration 215 found worse value: 334.83778006399996. iteration 216 found worse value: 334.83778006399996. iteration 217 found worse value: 334.83778006399996. iteration 218 found worse value: 334.83778006399996. iteration 219 found worse value: 334.83778006399996. iteration 220 found better value: 334.84241608499997 iteration 221 found better value: 334.842424532 iteration 222 found better value: 334.849598617 iteration 223 found better value: 335.052506356 iteration 224 found worse value: 335.052506356. iteration 225 found better value: 335.063280505 iteration 226 found worse value: 335.063280505. iteration226, perturbing to get out of local maxima iteration 227 found better value: 335.068016181 iteration 228 found worse value: 335.068016181. iteration228, perturbing to get out of local maxima iteration 229 found better value: 335.082260303 iteration 230 found better value: 335.111477093 iteration 231 found worse value: 335.111477093. iteration 232 found better value: 335.124360911 iteration 233 found worse value: 335.124360911. iteration 234 found worse value: 335.124360911. iteration234, perturbing to get out of local maxima iteration 235 found worse value: 335.124360911. iteration 236 found worse value: 335.124360911. iteration 237 found worse value: 335.124360911. iteration 238 found worse value: 335.124360911. iteration 239 found worse value: 335.124360911. iteration 240 found worse value: 335.124360911. iteration 241 found worse value: 335.124360911. iteration 242 found better value: 335.181136397 iteration 243 found worse value: 335.181136397. iteration 244 found worse value: 335.181136397. iteration 245 found worse value: 335.181136397. iteration 246 found better value: 335.195875549 iteration 247 found worse value: 335.195875549. iteration247, perturbing to get out of local maxima iteration 248 found worse value: 335.195875549. iteration 249 found worse value: 335.195875549. iteration 250 found worse value: 335.195875549. iteration 251 found worse value: 335.195875549. iteration 252 found worse value: 335.195875549. iteration 253 found worse value: 335.195875549. iteration 254 found better value: 335.20701854400005 iteration 255 found worse value: 335.20701854400005. iteration255, perturbing to get out of local maxima iteration 256 found worse value: 335.20701854400005. iteration 257 found worse value: 335.20701854400005. iteration 258 found worse value: 335.20701854400005. iteration 259 found worse value: 335.20701854400005. iteration 260 found worse value: 335.20701854400005. iteration 261 found worse value: 335.20701854400005. iteration 262 found worse value: 335.20701854400005. iteration 263 found worse value: 335.20701854400005. iteration 264 found worse value: 335.20701854400005. iteration 265 found better value: 335.272108681 iteration 266 found worse value: 335.272108681. iteration 267 found worse value: 335.272108681. iteration 268 found worse value: 335.272108681. iteration 269 found better value: 335.27320609300006 iteration 270 found better value: 335.29804199700004 iteration 271 found worse value: 335.29804199700004. iteration 272 found better value: 335.4122133840001 iteration 273 found worse value: 335.4122133840001. iteration 274 found worse value: 335.4122133840001. iteration 275 found worse value: 335.4122133840001. iteration 276 found worse value: 335.4122133840001. iteration 277 found worse value: 335.4122133840001. iteration 278 found worse value: 335.4122133840001. iteration 279 found worse value: 335.4122133840001. iteration 280 found better value: 335.4176174380001 iteration 281 found worse value: 335.4176174380001. iteration 282 found worse value: 335.4176174380001. iteration 283 found worse value: 335.4176174380001. iteration 284 found worse value: 335.4176174380001. iteration 285 found worse value: 335.4176174380001. iteration285, perturbing to get out of local maxima iteration 286 found worse value: 335.4176174380001. iteration 287 found worse value: 335.4176174380001. iteration 288 found worse value: 335.4176174380001. iteration288, perturbing to get out of local maxima iteration 289 found worse value: 335.4176174380001. iteration 290 found worse value: 335.4176174380001. iteration 291 found worse value: 335.4176174380001. iteration 292 found worse value: 335.4176174380001. iteration 293 found worse value: 335.4176174380001. iteration293, perturbing to get out of local maxima iteration 294 found worse value: 335.4176174380001. iteration 295 found worse value: 335.4176174380001. iteration 296 found worse value: 335.4176174380001. iteration 297 found worse value: 335.4176174380001. iteration297, perturbing to get out of local maxima iteration 298 found worse value: 335.4176174380001. iteration 299 found worse value: 335.4176174380001. iteration 300 found worse value: 335.4176174380001. iteration 301 found worse value: 335.4176174380001. iteration301, perturbing to get out of local maxima iteration 302 found worse value: 335.4176174380001. iteration 303 found worse value: 335.4176174380001. iteration 304 found worse value: 335.4176174380001. iteration 305 found better value: 335.44519298499995 iteration 306 found worse value: 335.44519298499995. iteration 307 found worse value: 335.44519298499995. iteration 308 found worse value: 335.44519298499995. iteration 309 found better value: 335.45372189399995 iteration 310 found worse value: 335.45372189399995. iteration 311 found worse value: 335.45372189399995. iteration 312 found better value: 335.459620704 iteration 313 found worse value: 335.459620704. iteration 314 found better value: 335.47135298099994 iteration 315 found better value: 335.476621929 iteration 316 found worse value: 335.476621929. iteration 317 found worse value: 335.476621929. iteration317, perturbing to get out of local maxima iteration 318 found worse value: 335.476621929. iteration 319 found worse value: 335.476621929. iteration 320 found worse value: 335.476621929. iteration 321 found worse value: 335.476621929. iteration321, perturbing to get out of local maxima iteration 322 found worse value: 335.476621929. iteration 323 found worse value: 335.476621929. iteration 324 found worse value: 335.476621929. iteration 325 found worse value: 335.476621929. iteration 326 found worse value: 335.476621929. iteration 327 found better value: 335.501859322 iteration 328 found worse value: 335.501859322. iteration328, perturbing to get out of local maxima iteration 329 found worse value: 335.501859322. iteration329, perturbing to get out of local maxima iteration 330 found worse value: 335.501859322. iteration 331 found worse value: 335.501859322. iteration 332 found worse value: 335.501859322. iteration332, perturbing to get out of local maxima iteration 333 found worse value: 335.501859322. iteration 334 found better value: 335.51395783299995 iteration 335 found worse value: 335.51395783299995. iteration 336 found better value: 335.52689391399997 iteration 337 found better value: 335.527066095 iteration 338 found worse value: 335.527066095. iteration 339 found better value: 335.80045725699995 iteration 340 found worse value: 335.80045725699995. iteration 341 found worse value: 335.80045725699995. iteration 342 found worse value: 335.80045725699995. iteration342, perturbing to get out of local maxima iteration 343 found worse value: 335.80045725699995. iteration 344 found worse value: 335.80045725699995. iteration 345 found worse value: 335.80045725699995. iteration 346 found worse value: 335.80045725699995. iteration 347 found worse value: 335.80045725699995. iteration 348 found better value: 335.810013144 iteration 349 found better value: 335.858760437 iteration 350 found worse value: 335.858760437. iteration 351 found better value: 335.860830035 iteration 352 found worse value: 335.860830035. iteration352, perturbing to get out of local maxima iteration 353 found worse value: 335.860830035. iteration 354 found worse value: 335.860830035. iteration 355 found worse value: 335.860830035. iteration 356 found worse value: 335.860830035. iteration 357 found worse value: 335.860830035. iteration357, perturbing to get out of local maxima iteration 358 found worse value: 335.860830035. iteration 359 found worse value: 335.860830035. iteration 360 found worse value: 335.860830035. iteration 361 found worse value: 335.860830035. iteration 362 found worse value: 335.860830035. iteration 363 found worse value: 335.860830035. iteration 364 found worse value: 335.860830035. iteration 365 found worse value: 335.860830035. iteration 366 found worse value: 335.860830035. iteration366, perturbing to get out of local maxima iteration 367 found worse value: 335.860830035. iteration 368 found worse value: 335.860830035. iteration 369 found worse value: 335.860830035. iteration 370 found worse value: 335.860830035. iteration 371 found worse value: 335.860830035. iteration 372 found worse value: 335.860830035. iteration 373 found worse value: 335.860830035. iteration 374 found worse value: 335.860830035. iteration 375 found worse value: 335.860830035. iteration 376 found better value: 335.886150069 iteration 377 found worse value: 335.886150069. iteration 378 found better value: 335.88735163999996 iteration 379 found worse value: 335.88735163999996. iteration 380 found worse value: 335.88735163999996. iteration380, perturbing to get out of local maxima iteration 381 found better value: 335.893704366 iteration 382 found worse value: 335.893704366. iteration 383 found worse value: 335.893704366. iteration 384 found worse value: 335.893704366. iteration 385 found worse value: 335.893704366. iteration385, perturbing to get out of local maxima iteration 386 found worse value: 335.893704366. iteration 387 found worse value: 335.893704366. iteration 388 found worse value: 335.893704366. iteration 389 found worse value: 335.893704366. iteration 390 found worse value: 335.893704366. iteration390, perturbing to get out of local maxima iteration 391 found better value: 335.91572878299996 iteration 392 found worse value: 335.91572878299996. iteration 393 found worse value: 335.91572878299996. iteration 394 found worse value: 335.91572878299996. iteration 395 found better value: 335.929163238 iteration 396 found better value: 335.92973427199996 iteration 397 found worse value: 335.92973427199996. iteration 398 found worse value: 335.92973427199996. iteration 399 found worse value: 335.92973427199996. iteration 400 found worse value: 335.92973427199996. iteration 401 found worse value: 335.92973427199996. iteration 402 found worse value: 335.92973427199996. iteration 403 found better value: 337.41431890800004 iteration 404 found worse value: 337.41431890800004. iteration 405 found worse value: 337.41431890800004. iteration 406 found worse value: 337.41431890800004. iteration 407 found better value: 337.429447773 iteration 408 found worse value: 337.429447773. iteration 409 found worse value: 337.429447773. iteration 410 found worse value: 337.429447773. iteration 411 found worse value: 337.429447773. iteration 412 found worse value: 337.429447773. iteration 413 found worse value: 337.429447773. iteration 414 found worse value: 337.429447773. iteration414, perturbing to get out of local maxima iteration 415 found worse value: 337.429447773. iteration 416 found worse value: 337.429447773. iteration 417 found worse value: 337.429447773. iteration 418 found worse value: 337.429447773. iteration 419 found worse value: 337.429447773. iteration 420 found better value: 337.526950885 iteration 421 found worse value: 337.526950885. iteration 422 found worse value: 337.526950885. iteration 423 found worse value: 337.526950885. iteration423, perturbing to get out of local maxima iteration 424 found worse value: 337.526950885. iteration 425 found worse value: 337.526950885. iteration 426 found worse value: 337.526950885. iteration 427 found worse value: 337.526950885. iteration 428 found worse value: 337.526950885. iteration 429 found worse value: 337.526950885. iteration 430 found worse value: 337.526950885. iteration430, perturbing to get out of local maxima iteration 431 found worse value: 337.526950885. iteration 432 found worse value: 337.526950885. iteration 433 found worse value: 337.526950885. iteration 434 found worse value: 337.526950885. iteration 435 found worse value: 337.526950885. iteration 436 found worse value: 337.526950885. iteration 437 found worse value: 337.526950885. iteration437, perturbing to get out of local maxima iteration 438 found worse value: 337.526950885. iteration438, perturbing to get out of local maxima iteration 439 found better value: 337.539581134 iteration 440 found worse value: 337.539581134. iteration 441 found worse value: 337.539581134. iteration 442 found better value: 337.53986193000003 iteration 443 found better value: 337.551153804 iteration 444 found worse value: 337.551153804. iteration 445 found better value: 337.568376089 iteration 446 found worse value: 337.568376089. iteration 447 found worse value: 337.568376089. iteration 448 found worse value: 337.568376089. iteration 449 found worse value: 337.568376089. iteration 450 found worse value: 337.568376089. iteration 451 found better value: 337.570199442 iteration 452 found worse value: 337.570199442. iteration 453 found worse value: 337.570199442. iteration 454 found worse value: 337.570199442. iteration 455 found worse value: 337.570199442. iteration455, perturbing to get out of local maxima iteration 456 found worse value: 337.570199442. iteration 457 found better value: 337.575640345 iteration 458 found worse value: 337.575640345. iteration458, perturbing to get out of local maxima iteration 459 found worse value: 337.575640345. iteration 460 found worse value: 337.575640345. iteration 461 found worse value: 337.575640345. iteration 462 found worse value: 337.575640345. iteration 463 found worse value: 337.575640345. iteration 464 found better value: 337.577793905 iteration 465 found worse value: 337.577793905. iteration 466 found worse value: 337.577793905. iteration 467 found worse value: 337.577793905. iteration 468 found worse value: 337.577793905. iteration 469 found worse value: 337.577793905. iteration 470 found worse value: 337.577793905. iteration 471 found worse value: 337.577793905. iteration 472 found worse value: 337.577793905. iteration 473 found worse value: 337.577793905. iteration 474 found better value: 337.64979200700003 iteration 475 found worse value: 337.64979200700003. iteration 476 found worse value: 337.64979200700003. iteration 477 found worse value: 337.64979200700003. iteration 478 found worse value: 337.64979200700003. iteration 479 found worse value: 337.64979200700003. iteration 480 found worse value: 337.64979200700003. iteration 481 found worse value: 337.64979200700003. iteration 482 found worse value: 337.64979200700003. iteration 483 found better value: 337.658010512 iteration 484 found worse value: 337.658010512. iteration 485 found worse value: 337.658010512. iteration485, perturbing to get out of local maxima iteration 486 found worse value: 337.658010512. iteration 487 found worse value: 337.658010512. iteration 488 found worse value: 337.658010512. iteration 489 found worse value: 337.658010512. iteration 490 found worse value: 337.658010512. iteration 491 found worse value: 337.658010512. iteration 492 found worse value: 337.658010512. iteration 493 found worse value: 337.658010512. iteration 494 found worse value: 337.658010512. iteration 495 found worse value: 337.658010512. iteration 496 found worse value: 337.658010512. iteration 497 found worse value: 337.658010512. iteration 498 found worse value: 337.658010512. iteration 499 found better value: 337.6782933 iteration 500 found worse value: 337.6782933. iteration 501 found worse value: 337.6782933. iteration 502 found worse value: 337.6782933. iteration 503 found worse value: 337.6782933. iteration 504 found worse value: 337.6782933. iteration 505 found worse value: 337.6782933. iteration 506 found better value: 338.490016025 iteration 507 found worse value: 338.490016025. iteration507, perturbing to get out of local maxima iteration 508 found worse value: 338.490016025. iteration 509 found worse value: 338.490016025. iteration 510 found worse value: 338.490016025. iteration 511 found worse value: 338.490016025. iteration 512 found worse value: 338.490016025. iteration 513 found worse value: 338.490016025. iteration 514 found worse value: 338.490016025. iteration 515 found worse value: 338.490016025. iteration 516 found worse value: 338.490016025. iteration 517 found worse value: 338.490016025. iteration 518 found worse value: 338.490016025. iteration 519 found worse value: 338.490016025. iteration 520 found worse value: 338.490016025. iteration 521 found worse value: 338.490016025. iteration521, perturbing to get out of local maxima iteration 522 found better value: 338.515366532 iteration 523 found worse value: 338.515366532. iteration 524 found better value: 338.529603773 iteration 525 found worse value: 338.529603773. iteration 526 found worse value: 338.529603773. iteration 527 found better value: 338.531545081 iteration 528 found worse value: 338.531545081. iteration 529 found worse value: 338.531545081. iteration 530 found worse value: 338.531545081. iteration 531 found worse value: 338.531545081. iteration 532 found worse value: 338.531545081. iteration 533 found better value: 338.542314224 iteration 534 found worse value: 338.542314224. iteration 535 found worse value: 338.542314224. iteration 536 found worse value: 338.542314224. iteration 537 found better value: 338.60748656000004 iteration 538 found worse value: 338.60748656000004. iteration 539 found worse value: 338.60748656000004. iteration 540 found worse value: 338.60748656000004. iteration 541 found worse value: 338.60748656000004. iteration 542 found worse value: 338.60748656000004. iteration 543 found worse value: 338.60748656000004. iteration 544 found worse value: 338.60748656000004. iteration 545 found worse value: 338.60748656000004. iteration 546 found worse value: 338.60748656000004. iteration 547 found better value: 338.671215276 iteration 548 found worse value: 338.671215276. iteration 549 found worse value: 338.671215276. iteration 550 found worse value: 338.671215276. iteration 551 found worse value: 338.671215276. iteration 552 found worse value: 338.671215276. iteration 553 found better value: 338.68639121900003 iteration 554 found worse value: 338.68639121900003. iteration 555 found worse value: 338.68639121900003. iteration 556 found worse value: 338.68639121900003. iteration 557 found worse value: 338.68639121900003. iteration 558 found worse value: 338.68639121900003. iteration 559 found worse value: 338.68639121900003. iteration 560 found worse value: 338.68639121900003. iteration 561 found worse value: 338.68639121900003. iteration 562 found worse value: 338.68639121900003. iteration 563 found worse value: 338.68639121900003. iteration 564 found worse value: 338.68639121900003. iteration 565 found worse value: 338.68639121900003. iteration 566 found worse value: 338.68639121900003. iteration 567 found worse value: 338.68639121900003. iteration 568 found worse value: 338.68639121900003. iteration 569 found worse value: 338.68639121900003. iteration 570 found worse value: 338.68639121900003. iteration 571 found worse value: 338.68639121900003. iteration 572 found worse value: 338.68639121900003. iteration 573 found worse value: 338.68639121900003. iteration 574 found worse value: 338.68639121900003. iteration 575 found worse value: 338.68639121900003. iteration 576 found worse value: 338.68639121900003. iteration 577 found worse value: 338.68639121900003. iteration 578 found worse value: 338.68639121900003. iteration 579 found worse value: 338.68639121900003. iteration 580 found worse value: 338.68639121900003. iteration 581 found better value: 338.687479973 iteration 582 found worse value: 338.687479973. iteration 583 found worse value: 338.687479973. iteration 584 found worse value: 338.687479973. iteration 585 found worse value: 338.687479973. iteration 586 found worse value: 338.687479973. iteration 587 found worse value: 338.687479973. iteration 588 found worse value: 338.687479973. iteration 589 found worse value: 338.687479973. iteration 590 found worse value: 338.687479973. iteration590, perturbing to get out of local maxima iteration 591 found worse value: 338.687479973. iteration 592 found worse value: 338.687479973. iteration 593 found worse value: 338.687479973. iteration593, perturbing to get out of local maxima iteration 594 found worse value: 338.687479973. iteration 595 found worse value: 338.687479973. iteration 596 found worse value: 338.687479973. iteration 597 found worse value: 338.687479973. iteration 598 found worse value: 338.687479973. iteration598, perturbing to get out of local maxima iteration 599 found worse value: 338.687479973. iteration 600 found worse value: 338.687479973. iteration600, perturbing to get out of local maxima iteration 601 found worse value: 338.687479973. iteration601, perturbing to get out of local maxima iteration 602 found worse value: 338.687479973. iteration 603 found worse value: 338.687479973. iteration 604 found worse value: 338.687479973. iteration 605 found worse value: 338.687479973. iteration 606 found worse value: 338.687479973. iteration 607 found worse value: 338.687479973. iteration 608 found worse value: 338.687479973. iteration 609 found worse value: 338.687479973. iteration 610 found worse value: 338.687479973. iteration 611 found worse value: 338.687479973. iteration 612 found worse value: 338.687479973. iteration 613 found worse value: 338.687479973. iteration 614 found worse value: 338.687479973. iteration 615 found worse value: 338.687479973. iteration 616 found worse value: 338.687479973. iteration 617 found worse value: 338.687479973. iteration 618 found worse value: 338.687479973. iteration 619 found worse value: 338.687479973. iteration 620 found worse value: 338.687479973. iteration 621 found worse value: 338.687479973. iteration 622 found worse value: 338.687479973. iteration 623 found better value: 338.71715116999997 iteration 624 found worse value: 338.71715116999997. iteration 625 found worse value: 338.71715116999997. iteration 626 found worse value: 338.71715116999997. iteration 627 found worse value: 338.71715116999997. iteration 628 found worse value: 338.71715116999997. iteration 629 found worse value: 338.71715116999997. iteration 630 found worse value: 338.71715116999997. iteration 631 found worse value: 338.71715116999997. iteration631, perturbing to get out of local maxima iteration 632 found worse value: 338.71715116999997. iteration 633 found worse value: 338.71715116999997. iteration633, perturbing to get out of local maxima iteration 634 found worse value: 338.71715116999997. iteration 635 found worse value: 338.71715116999997. iteration635, perturbing to get out of local maxima iteration 636 found worse value: 338.71715116999997. iteration 637 found better value: 338.721922458 iteration 638 found better value: 338.787209371 iteration 639 found worse value: 338.787209371. iteration 640 found worse value: 338.787209371. iteration 641 found worse value: 338.787209371. iteration 642 found worse value: 338.787209371. iteration 643 found worse value: 338.787209371. iteration 644 found worse value: 338.787209371. iteration 645 found worse value: 338.787209371. iteration 646 found worse value: 338.787209371. iteration646, perturbing to get out of local maxima iteration 647 found worse value: 338.787209371. iteration 648 found worse value: 338.787209371. iteration 649 found worse value: 338.787209371. iteration649, perturbing to get out of local maxima iteration 650 found worse value: 338.787209371. iteration 651 found worse value: 338.787209371. iteration 652 found worse value: 338.787209371. iteration 653 found worse value: 338.787209371. iteration 654 found worse value: 338.787209371. iteration 655 found worse value: 338.787209371. iteration 656 found worse value: 338.787209371. iteration 657 found worse value: 338.787209371. iteration 658 found worse value: 338.787209371. iteration 659 found worse value: 338.787209371. iteration 660 found worse value: 338.787209371. iteration 661 found worse value: 338.787209371. iteration 662 found worse value: 338.787209371. iteration 663 found worse value: 338.787209371. iteration 664 found worse value: 338.787209371. iteration 665 found worse value: 338.787209371. iteration 666 found worse value: 338.787209371. iteration 667 found worse value: 338.787209371. iteration 668 found worse value: 338.787209371. iteration 669 found worse value: 338.787209371. iteration 670 found worse value: 338.787209371. iteration 671 found worse value: 338.787209371. iteration 672 found worse value: 338.787209371. iteration 673 found worse value: 338.787209371. iteration 674 found worse value: 338.787209371. iteration 675 found worse value: 338.787209371. iteration 676 found worse value: 338.787209371. iteration 677 found worse value: 338.787209371. iteration 678 found worse value: 338.787209371. iteration 679 found worse value: 338.787209371. iteration 680 found worse value: 338.787209371. iteration 681 found worse value: 338.787209371. iteration 682 found worse value: 338.787209371. iteration 683 found worse value: 338.787209371. iteration 684 found better value: 338.803314848 iteration 685 found worse value: 338.803314848. iteration 686 found worse value: 338.803314848. iteration 687 found worse value: 338.803314848. iteration 688 found worse value: 338.803314848. iteration 689 found worse value: 338.803314848. iteration 690 found worse value: 338.803314848. iteration 691 found better value: 338.81431846099997 iteration 692 found worse value: 338.81431846099997. iteration 693 found worse value: 338.81431846099997. iteration 694 found worse value: 338.81431846099997. iteration 695 found worse value: 338.81431846099997. iteration 696 found worse value: 338.81431846099997. iteration 697 found worse value: 338.81431846099997. iteration 698 found worse value: 338.81431846099997. iteration 699 found worse value: 338.81431846099997. iteration 700 found worse value: 338.81431846099997. iteration 701 found worse value: 338.81431846099997. iteration701, perturbing to get out of local maxima iteration 702 found worse value: 338.81431846099997. iteration 703 found worse value: 338.81431846099997. iteration 704 found worse value: 338.81431846099997. iteration 705 found worse value: 338.81431846099997. iteration 706 found better value: 338.831014664 iteration 707 found worse value: 338.831014664. iteration 708 found worse value: 338.831014664. iteration708, perturbing to get out of local maxima iteration 709 found worse value: 338.831014664. iteration 710 found worse value: 338.831014664. iteration 711 found worse value: 338.831014664. iteration 712 found worse value: 338.831014664. iteration 713 found worse value: 338.831014664. iteration 714 found worse value: 338.831014664. iteration 715 found better value: 338.84536059699997 iteration 716 found worse value: 338.84536059699997. iteration 717 found better value: 338.85065863700004 iteration 718 found worse value: 338.85065863700004. iteration 719 found worse value: 338.85065863700004. iteration 720 found worse value: 338.85065863700004. iteration720, perturbing to get out of local maxima iteration 721 found worse value: 338.85065863700004. iteration 722 found worse value: 338.85065863700004. iteration 723 found worse value: 338.85065863700004. iteration 724 found worse value: 338.85065863700004. iteration 725 found worse value: 338.85065863700004. iteration 726 found worse value: 338.85065863700004. iteration 727 found worse value: 338.85065863700004. iteration 728 found worse value: 338.85065863700004. iteration 729 found better value: 338.85449898599995 iteration 730 found worse value: 338.85449898599995. iteration 731 found worse value: 338.85449898599995. iteration 732 found worse value: 338.85449898599995. iteration 733 found worse value: 338.85449898599995. iteration 734 found worse value: 338.85449898599995. iteration 735 found better value: 338.856512091 iteration 736 found worse value: 338.856512091. iteration 737 found worse value: 338.856512091. iteration 738 found worse value: 338.856512091. iteration 739 found worse value: 338.856512091. iteration 740 found worse value: 338.856512091. iteration 741 found worse value: 338.856512091. iteration 742 found worse value: 338.856512091. iteration 743 found worse value: 338.856512091. iteration 744 found worse value: 338.856512091. iteration 745 found worse value: 338.856512091. iteration 746 found worse value: 338.856512091. iteration 747 found worse value: 338.856512091. iteration 748 found worse value: 338.856512091. iteration 749 found worse value: 338.856512091. iteration 750 found better value: 338.893314005 iteration 751 found worse value: 338.893314005. iteration 752 found worse value: 338.893314005. iteration 753 found worse value: 338.893314005. iteration 754 found worse value: 338.893314005. iteration 755 found worse value: 338.893314005. iteration 756 found worse value: 338.893314005. iteration 757 found worse value: 338.893314005. iteration 758 found worse value: 338.893314005. iteration 759 found worse value: 338.893314005. iteration 760 found worse value: 338.893314005. iteration 761 found worse value: 338.893314005. iteration 762 found worse value: 338.893314005. iteration 763 found better value: 338.895068305 iteration 764 found worse value: 338.895068305. iteration 765 found worse value: 338.895068305. iteration 766 found worse value: 338.895068305. iteration 767 found worse value: 338.895068305. iteration 768 found worse value: 338.895068305. iteration 769 found worse value: 338.895068305. iteration 770 found worse value: 338.895068305. iteration 771 found worse value: 338.895068305. iteration 772 found worse value: 338.895068305. iteration 773 found better value: 338.905995267 iteration 774 found worse value: 338.905995267. iteration 775 found worse value: 338.905995267. iteration 776 found worse value: 338.905995267. iteration 777 found better value: 338.924914984 iteration 778 found worse value: 338.924914984. iteration 779 found worse value: 338.924914984. iteration 780 found worse value: 338.924914984. iteration 781 found worse value: 338.924914984. iteration781, perturbing to get out of local maxima iteration 782 found worse value: 338.924914984. iteration 783 found worse value: 338.924914984. iteration 784 found worse value: 338.924914984. iteration784, perturbing to get out of local maxima iteration 785 found worse value: 338.924914984. iteration 786 found worse value: 338.924914984. iteration 787 found worse value: 338.924914984. iteration 788 found worse value: 338.924914984. iteration 789 found worse value: 338.924914984. iteration 790 found worse value: 338.924914984. iteration 791 found worse value: 338.924914984. iteration 792 found worse value: 338.924914984. iteration 793 found worse value: 338.924914984. iteration 794 found worse value: 338.924914984. iteration 795 found worse value: 338.924914984. iteration 796 found worse value: 338.924914984. iteration 797 found worse value: 338.924914984. iteration 798 found worse value: 338.924914984. iteration 799 found worse value: 338.924914984. iteration 800 found worse value: 338.924914984. iteration 801 found worse value: 338.924914984. iteration 802 found worse value: 338.924914984. iteration 803 found worse value: 338.924914984. iteration 804 found better value: 338.925958773 iteration 805 found worse value: 338.925958773. iteration 806 found worse value: 338.925958773. iteration 807 found worse value: 338.925958773. iteration 808 found worse value: 338.925958773. iteration 809 found worse value: 338.925958773. iteration 810 found worse value: 338.925958773. iteration 811 found worse value: 338.925958773. iteration 812 found worse value: 338.925958773. iteration 813 found worse value: 338.925958773. iteration 814 found worse value: 338.925958773. iteration 815 found worse value: 338.925958773. iteration 816 found worse value: 338.925958773. iteration 817 found worse value: 338.925958773. iteration 818 found worse value: 338.925958773. iteration 819 found worse value: 338.925958773. iteration 820 found better value: 338.925959109 iteration 821 found worse value: 338.925959109. iteration 822 found better value: 338.928556013 iteration 823 found worse value: 338.928556013. iteration 824 found better value: 338.96316978600004 iteration 825 found worse value: 338.96316978600004. iteration 826 found better value: 338.966657511 iteration 827 found worse value: 338.966657511. iteration 828 found worse value: 338.966657511. iteration 829 found worse value: 338.966657511. iteration 830 found worse value: 338.966657511. iteration830, perturbing to get out of local maxima iteration 831 found worse value: 338.966657511. iteration 832 found worse value: 338.966657511. iteration 833 found worse value: 338.966657511. iteration 834 found worse value: 338.966657511. iteration 835 found worse value: 338.966657511. iteration 836 found worse value: 338.966657511. iteration836, perturbing to get out of local maxima iteration 837 found worse value: 338.966657511. iteration 838 found worse value: 338.966657511. iteration 839 found worse value: 338.966657511. iteration 840 found worse value: 338.966657511. iteration 841 found worse value: 338.966657511. iteration 842 found worse value: 338.966657511. iteration 843 found better value: 339.023127013 iteration 844 found worse value: 339.023127013. iteration844, perturbing to get out of local maxima iteration 845 found worse value: 339.023127013. iteration 846 found worse value: 339.023127013. iteration 847 found worse value: 339.023127013. iteration 848 found worse value: 339.023127013. iteration 849 found worse value: 339.023127013. iteration 850 found worse value: 339.023127013. iteration 851 found worse value: 339.023127013. iteration 852 found worse value: 339.023127013. iteration 853 found worse value: 339.023127013. iteration 854 found worse value: 339.023127013. iteration 855 found worse value: 339.023127013. iteration 856 found worse value: 339.023127013. iteration 857 found worse value: 339.023127013. iteration857, perturbing to get out of local maxima iteration 858 found worse value: 339.023127013. iteration 859 found worse value: 339.023127013. iteration 860 found worse value: 339.023127013. iteration 861 found worse value: 339.023127013. iteration 862 found worse value: 339.023127013. iteration 863 found worse value: 339.023127013. iteration 864 found worse value: 339.023127013. iteration 865 found worse value: 339.023127013. iteration 866 found worse value: 339.023127013. iteration 867 found worse value: 339.023127013. iteration 868 found worse value: 339.023127013. iteration 869 found worse value: 339.023127013. iteration 870 found worse value: 339.023127013. iteration 871 found worse value: 339.023127013. iteration 872 found worse value: 339.023127013. iteration 873 found worse value: 339.023127013. iteration 874 found worse value: 339.023127013. iteration 875 found worse value: 339.023127013. iteration 876 found worse value: 339.023127013. iteration 877 found better value: 339.027185174 iteration 878 found worse value: 339.027185174. iteration878, perturbing to get out of local maxima iteration 879 found worse value: 339.027185174. iteration 880 found worse value: 339.027185174. iteration880, perturbing to get out of local maxima iteration 881 found worse value: 339.027185174. iteration 882 found worse value: 339.027185174. iteration 883 found worse value: 339.027185174. iteration 884 found worse value: 339.027185174. iteration 885 found worse value: 339.027185174. iteration 886 found worse value: 339.027185174. iteration 887 found worse value: 339.027185174. iteration 888 found worse value: 339.027185174. iteration888, perturbing to get out of local maxima iteration 889 found better value: 339.030713071 iteration 890 found worse value: 339.030713071. iteration 891 found better value: 339.036104314 iteration 892 found worse value: 339.036104314. iteration 893 found worse value: 339.036104314. iteration 894 found worse value: 339.036104314. iteration 895 found better value: 339.06595142000003 iteration 896 found worse value: 339.06595142000003. iteration 897 found worse value: 339.06595142000003. iteration 898 found worse value: 339.06595142000003. iteration 899 found worse value: 339.06595142000003. iteration899, perturbing to get out of local maxima iteration 900 found worse value: 339.06595142000003. iteration 901 found worse value: 339.06595142000003. iteration 902 found better value: 339.128378496 iteration 903 found worse value: 339.128378496. iteration 904 found better value: 339.16395738200004 iteration 905 found worse value: 339.16395738200004. iteration 906 found worse value: 339.16395738200004. iteration 907 found worse value: 339.16395738200004. iteration 908 found worse value: 339.16395738200004. iteration 909 found worse value: 339.16395738200004. iteration 910 found better value: 339.164427123 iteration 911 found worse value: 339.164427123. iteration 912 found worse value: 339.164427123. iteration 913 found worse value: 339.164427123. iteration 914 found worse value: 339.164427123. iteration 915 found worse value: 339.164427123. iteration915, perturbing to get out of local maxima iteration 916 found worse value: 339.164427123. iteration 917 found worse value: 339.164427123. iteration 918 found better value: 339.174273707 iteration 919 found worse value: 339.174273707. iteration 920 found worse value: 339.174273707. iteration 921 found worse value: 339.174273707. iteration 922 found worse value: 339.174273707. iteration 923 found worse value: 339.174273707. iteration 924 found better value: 339.176355382 iteration 925 found worse value: 339.176355382. iteration 926 found worse value: 339.176355382. iteration 927 found worse value: 339.176355382. iteration 928 found worse value: 339.176355382. iteration928, perturbing to get out of local maxima iteration 929 found worse value: 339.176355382. iteration 930 found worse value: 339.176355382. iteration 931 found worse value: 339.176355382. iteration 932 found worse value: 339.176355382. iteration 933 found worse value: 339.176355382. iteration 934 found worse value: 339.176355382. iteration 935 found worse value: 339.176355382. iteration 936 found worse value: 339.176355382. iteration 937 found worse value: 339.176355382. iteration 938 found worse value: 339.176355382. iteration 939 found worse value: 339.176355382. iteration 940 found worse value: 339.176355382. iteration 941 found worse value: 339.176355382. iteration 942 found worse value: 339.176355382. iteration 943 found worse value: 339.176355382. iteration 944 found worse value: 339.176355382. iteration 945 found worse value: 339.176355382. iteration 946 found better value: 339.189384498 iteration 947 found worse value: 339.189384498. iteration 948 found worse value: 339.189384498. iteration 949 found worse value: 339.189384498. iteration 950 found worse value: 339.189384498. iteration 951 found worse value: 339.189384498. iteration 952 found worse value: 339.189384498. iteration 953 found worse value: 339.189384498. iteration 954 found worse value: 339.189384498. iteration 955 found worse value: 339.189384498. iteration 956 found worse value: 339.189384498. iteration 957 found worse value: 339.189384498. iteration 958 found worse value: 339.189384498. iteration 959 found worse value: 339.189384498. iteration 960 found worse value: 339.189384498. iteration960, perturbing to get out of local maxima iteration 961 found worse value: 339.189384498. iteration 962 found better value: 339.190477191 iteration 963 found worse value: 339.190477191. iteration 964 found worse value: 339.190477191. iteration 965 found worse value: 339.190477191. iteration 966 found worse value: 339.190477191. iteration 967 found worse value: 339.190477191. iteration 968 found worse value: 339.190477191. iteration 969 found worse value: 339.190477191. iteration 970 found worse value: 339.190477191. iteration 971 found worse value: 339.190477191. iteration 972 found worse value: 339.190477191. iteration 973 found worse value: 339.190477191. iteration 974 found worse value: 339.190477191. iteration 975 found worse value: 339.190477191. iteration 976 found worse value: 339.190477191. iteration 977 found worse value: 339.190477191. iteration 978 found worse value: 339.190477191. iteration978, perturbing to get out of local maxima iteration 979 found worse value: 339.190477191. iteration 980 found better value: 339.19542748599997 iteration 981 found worse value: 339.19542748599997. iteration 982 found worse value: 339.19542748599997. iteration 983 found worse value: 339.19542748599997. iteration 984 found worse value: 339.19542748599997. iteration 985 found worse value: 339.19542748599997. iteration 986 found worse value: 339.19542748599997. iteration 987 found worse value: 339.19542748599997. iteration 988 found worse value: 339.19542748599997. iteration 989 found worse value: 339.19542748599997. iteration 990 found worse value: 339.19542748599997. iteration 991 found better value: 339.19970831 iteration 992 found worse value: 339.19970831. iteration 993 found worse value: 339.19970831. iteration 994 found worse value: 339.19970831. iteration 995 found worse value: 339.19970831. iteration 996 found worse value: 339.19970831. iteration 997 found worse value: 339.19970831. iteration997, perturbing to get out of local maxima iteration 998 found worse value: 339.19970831. iteration 999 found worse value: 339.19970831. iteration 1000 found worse value: 339.19970831. iteration 1001 found worse value: 339.19970831. iteration 1002 found worse value: 339.19970831. iteration 1003 found worse value: 339.19970831. iteration 1004 found worse value: 339.19970831. iteration1004, perturbing to get out of local maxima iteration 1005 found worse value: 339.19970831. iteration 1006 found better value: 339.20787771900007 iteration 1007 found worse value: 339.20787771900007. iteration 1008 found worse value: 339.20787771900007. iteration 1009 found worse value: 339.20787771900007. iteration 1010 found worse value: 339.20787771900007. iteration 1011 found worse value: 339.20787771900007. iteration 1012 found worse value: 339.20787771900007. iteration 1013 found worse value: 339.20787771900007. iteration 1014 found worse value: 339.20787771900007. iteration 1015 found worse value: 339.20787771900007. iteration 1016 found worse value: 339.20787771900007. iteration 1017 found worse value: 339.20787771900007. iteration 1018 found worse value: 339.20787771900007. iteration 1019 found worse value: 339.20787771900007. iteration 1020 found worse value: 339.20787771900007. iteration 1021 found worse value: 339.20787771900007. iteration 1022 found worse value: 339.20787771900007. iteration 1023 found worse value: 339.20787771900007. iteration 1024 found worse value: 339.20787771900007. iteration 1025 found worse value: 339.20787771900007. iteration 1026 found worse value: 339.20787771900007. iteration 1027 found better value: 339.231927445 iteration 1028 found worse value: 339.231927445. iteration 1029 found worse value: 339.231927445. iteration 1030 found worse value: 339.231927445. iteration 1031 found better value: 339.235246952 iteration 1032 found worse value: 339.235246952. iteration 1033 found worse value: 339.235246952. iteration 1034 found worse value: 339.235246952. iteration 1035 found worse value: 339.235246952. iteration 1036 found worse value: 339.235246952. iteration 1037 found worse value: 339.235246952. iteration 1038 found worse value: 339.235246952. iteration 1039 found worse value: 339.235246952. iteration 1040 found worse value: 339.235246952. iteration 1041 found worse value: 339.235246952. iteration 1042 found worse value: 339.235246952. iteration1042, perturbing to get out of local maxima iteration 1043 found worse value: 339.235246952. iteration 1044 found worse value: 339.235246952. iteration 1045 found worse value: 339.235246952. iteration 1046 found worse value: 339.235246952. iteration 1047 found worse value: 339.235246952. iteration 1048 found worse value: 339.235246952. iteration 1049 found worse value: 339.235246952. iteration 1050 found better value: 339.23906718700005 iteration 1051 found worse value: 339.23906718700005. iteration 1052 found worse value: 339.23906718700005. iteration 1053 found worse value: 339.23906718700005. iteration 1054 found worse value: 339.23906718700005. iteration 1055 found worse value: 339.23906718700005. iteration 1056 found worse value: 339.23906718700005. iteration 1057 found worse value: 339.23906718700005. iteration 1058 found worse value: 339.23906718700005. iteration 1059 found worse value: 339.23906718700005. iteration 1060 found worse value: 339.23906718700005. iteration 1061 found worse value: 339.23906718700005. iteration 1062 found worse value: 339.23906718700005. iteration 1063 found worse value: 339.23906718700005. iteration 1064 found worse value: 339.23906718700005. iteration 1065 found worse value: 339.23906718700005. iteration 1066 found worse value: 339.23906718700005. iteration 1067 found worse value: 339.23906718700005. iteration 1068 found worse value: 339.23906718700005. iteration 1069 found worse value: 339.23906718700005. iteration 1070 found worse value: 339.23906718700005. iteration 1071 found worse value: 339.23906718700005. iteration 1072 found worse value: 339.23906718700005. iteration 1073 found worse value: 339.23906718700005. iteration 1074 found worse value: 339.23906718700005. iteration 1075 found worse value: 339.23906718700005. iteration 1076 found worse value: 339.23906718700005. iteration 1077 found worse value: 339.23906718700005. iteration 1078 found worse value: 339.23906718700005. iteration 1079 found worse value: 339.23906718700005. iteration 1080 found worse value: 339.23906718700005. iteration 1081 found worse value: 339.23906718700005. iteration 1082 found worse value: 339.23906718700005. iteration 1083 found worse value: 339.23906718700005. iteration 1084 found worse value: 339.23906718700005. iteration 1085 found worse value: 339.23906718700005. iteration 1086 found worse value: 339.23906718700005. iteration 1087 found worse value: 339.23906718700005. iteration 1088 found worse value: 339.23906718700005. iteration 1089 found worse value: 339.23906718700005. iteration 1090 found worse value: 339.23906718700005. iteration 1091 found worse value: 339.23906718700005. iteration 1092 found better value: 339.240932067 iteration 1093 found worse value: 339.240932067. iteration 1094 found worse value: 339.240932067. iteration1094, perturbing to get out of local maxima iteration 1095 found better value: 339.25005126200006 iteration 1096 found worse value: 339.25005126200006. iteration 1097 found worse value: 339.25005126200006. iteration 1098 found worse value: 339.25005126200006. iteration 1099 found worse value: 339.25005126200006. iteration 1100 found worse value: 339.25005126200006. iteration 1101 found worse value: 339.25005126200006. iteration 1102 found worse value: 339.25005126200006. iteration 1103 found worse value: 339.25005126200006. iteration 1104 found worse value: 339.25005126200006. iteration 1105 found worse value: 339.25005126200006. iteration 1106 found worse value: 339.25005126200006. iteration 1107 found worse value: 339.25005126200006. iteration 1108 found worse value: 339.25005126200006. iteration 1109 found worse value: 339.25005126200006. iteration 1110 found worse value: 339.25005126200006. iteration 1111 found worse value: 339.25005126200006. iteration 1112 found worse value: 339.25005126200006. iteration1112, perturbing to get out of local maxima iteration 1113 found worse value: 339.25005126200006. iteration 1114 found worse value: 339.25005126200006. iteration 1115 found worse value: 339.25005126200006. iteration 1116 found better value: 339.253676295 iteration 1117 found worse value: 339.253676295. iteration 1118 found worse value: 339.253676295. iteration 1119 found worse value: 339.253676295. iteration 1120 found worse value: 339.253676295. iteration 1121 found worse value: 339.253676295. iteration 1122 found better value: 339.254408852 iteration 1123 found worse value: 339.254408852. iteration 1124 found worse value: 339.254408852. iteration 1125 found worse value: 339.254408852. iteration 1126 found worse value: 339.254408852. iteration 1127 found worse value: 339.254408852. iteration 1128 found worse value: 339.254408852. iteration 1129 found worse value: 339.254408852. iteration 1130 found worse value: 339.254408852. iteration 1131 found worse value: 339.254408852. iteration 1132 found worse value: 339.254408852. iteration 1133 found worse value: 339.254408852. iteration 1134 found worse value: 339.254408852. iteration 1135 found worse value: 339.254408852. iteration 1136 found worse value: 339.254408852. iteration1136, perturbing to get out of local maxima iteration 1137 found worse value: 339.254408852. iteration 1138 found worse value: 339.254408852. iteration 1139 found worse value: 339.254408852. iteration 1140 found worse value: 339.254408852. iteration 1141 found worse value: 339.254408852. iteration 1142 found worse value: 339.254408852. iteration 1143 found worse value: 339.254408852. iteration 1144 found worse value: 339.254408852. iteration 1145 found worse value: 339.254408852. iteration 1146 found worse value: 339.254408852. iteration 1147 found worse value: 339.254408852. iteration 1148 found worse value: 339.254408852. iteration 1149 found worse value: 339.254408852. iteration 1150 found worse value: 339.254408852. iteration 1151 found worse value: 339.254408852. iteration 1152 found worse value: 339.254408852. iteration 1153 found worse value: 339.254408852. iteration 1154 found worse value: 339.254408852. iteration 1155 found worse value: 339.254408852. iteration 1156 found better value: 339.25472795200005 iteration 1157 found worse value: 339.25472795200005. iteration1157, perturbing to get out of local maxima iteration 1158 found worse value: 339.25472795200005. iteration 1159 found worse value: 339.25472795200005. iteration 1160 found better value: 339.26400459700005 iteration 1161 found worse value: 339.26400459700005. iteration 1162 found worse value: 339.26400459700005. iteration 1163 found worse value: 339.26400459700005. iteration 1164 found worse value: 339.26400459700005. iteration 1165 found worse value: 339.26400459700005. iteration 1166 found worse value: 339.26400459700005. iteration 1167 found worse value: 339.26400459700005. iteration1167, perturbing to get out of local maxima iteration 1168 found worse value: 339.26400459700005. iteration 1169 found worse value: 339.26400459700005. iteration 1170 found worse value: 339.26400459700005. iteration 1171 found worse value: 339.26400459700005. iteration 1172 found worse value: 339.26400459700005. iteration 1173 found worse value: 339.26400459700005. iteration 1174 found worse value: 339.26400459700005. iteration 1175 found worse value: 339.26400459700005. iteration 1176 found worse value: 339.26400459700005. iteration 1177 found worse value: 339.26400459700005. iteration 1178 found worse value: 339.26400459700005. iteration 1179 found worse value: 339.26400459700005. iteration 1180 found worse value: 339.26400459700005. iteration 1181 found worse value: 339.26400459700005. iteration 1182 found worse value: 339.26400459700005. iteration 1183 found worse value: 339.26400459700005. iteration 1184 found worse value: 339.26400459700005. iteration 1185 found worse value: 339.26400459700005. iteration 1186 found worse value: 339.26400459700005. iteration 1187 found worse value: 339.26400459700005. iteration 1188 found worse value: 339.26400459700005. iteration 1189 found worse value: 339.26400459700005. iteration 1190 found worse value: 339.26400459700005. iteration 1191 found worse value: 339.26400459700005. iteration 1192 found worse value: 339.26400459700005. iteration 1193 found worse value: 339.26400459700005. iteration 1194 found worse value: 339.26400459700005. iteration 1195 found worse value: 339.26400459700005. iteration 1196 found worse value: 339.26400459700005. iteration 1197 found worse value: 339.26400459700005. iteration 1198 found worse value: 339.26400459700005. iteration 1199 found better value: 339.374391834 iteration 1200 found worse value: 339.374391834. iteration 1201 found worse value: 339.374391834. iteration 1202 found worse value: 339.374391834. iteration 1203 found worse value: 339.374391834. iteration 1204 found worse value: 339.374391834. iteration 1205 found worse value: 339.374391834. iteration 1206 found worse value: 339.374391834. iteration 1207 found worse value: 339.374391834. iteration 1208 found better value: 339.376910317 iteration 1209 found better value: 339.378527482 iteration 1210 found worse value: 339.378527482. iteration 1211 found worse value: 339.378527482. iteration 1212 found worse value: 339.378527482. iteration 1213 found worse value: 339.378527482. iteration 1214 found worse value: 339.378527482. iteration 1215 found worse value: 339.378527482. iteration 1216 found worse value: 339.378527482. iteration 1217 found worse value: 339.378527482. iteration 1218 found worse value: 339.378527482. iteration 1219 found worse value: 339.378527482. iteration 1220 found worse value: 339.378527482. iteration 1221 found worse value: 339.378527482. iteration 1222 found worse value: 339.378527482. iteration 1223 found worse value: 339.378527482. iteration 1224 found worse value: 339.378527482. iteration 1225 found worse value: 339.378527482. iteration 1226 found worse value: 339.378527482. iteration 1227 found worse value: 339.378527482. iteration 1228 found worse value: 339.378527482. iteration 1229 found worse value: 339.378527482. iteration 1230 found worse value: 339.378527482. iteration 1231 found worse value: 339.378527482. iteration 1232 found worse value: 339.378527482. iteration 1233 found worse value: 339.378527482. iteration 1234 found worse value: 339.378527482. iteration 1235 found worse value: 339.378527482. iteration 1236 found worse value: 339.378527482. iteration 1237 found worse value: 339.378527482. iteration 1238 found worse value: 339.378527482. iteration 1239 found better value: 339.392396573 iteration 1240 found worse value: 339.392396573. iteration 1241 found worse value: 339.392396573. iteration 1242 found worse value: 339.392396573. iteration 1243 found worse value: 339.392396573. iteration1243, perturbing to get out of local maxima iteration 1244 found worse value: 339.392396573. iteration 1245 found worse value: 339.392396573. iteration 1246 found worse value: 339.392396573. iteration 1247 found worse value: 339.392396573. iteration 1248 found better value: 339.462477982 iteration 1249 found worse value: 339.462477982. iteration 1250 found worse value: 339.462477982. iteration 1251 found worse value: 339.462477982. iteration 1252 found worse value: 339.462477982. iteration 1253 found worse value: 339.462477982. iteration 1254 found worse value: 339.462477982. iteration 1255 found worse value: 339.462477982. iteration 1256 found worse value: 339.462477982. iteration 1257 found worse value: 339.462477982. iteration 1258 found worse value: 339.462477982. iteration 1259 found worse value: 339.462477982. iteration 1260 found worse value: 339.462477982. iteration 1261 found worse value: 339.462477982. iteration 1262 found worse value: 339.462477982. iteration 1263 found worse value: 339.462477982. iteration 1264 found worse value: 339.462477982. iteration 1265 found worse value: 339.462477982. iteration 1266 found worse value: 339.462477982. iteration 1267 found worse value: 339.462477982. iteration 1268 found worse value: 339.462477982. iteration 1269 found worse value: 339.462477982. iteration 1270 found worse value: 339.462477982. iteration 1271 found worse value: 339.462477982. iteration 1272 found worse value: 339.462477982. iteration 1273 found worse value: 339.462477982. iteration 1274 found worse value: 339.462477982. iteration 1275 found worse value: 339.462477982. iteration 1276 found better value: 339.463858823 iteration 1277 found worse value: 339.463858823. iteration 1278 found better value: 339.480344935 iteration 1279 found worse value: 339.480344935. iteration 1280 found worse value: 339.480344935. iteration 1281 found worse value: 339.480344935. iteration 1282 found worse value: 339.480344935. iteration 1283 found worse value: 339.480344935. iteration 1284 found worse value: 339.480344935. iteration 1285 found worse value: 339.480344935. iteration 1286 found worse value: 339.480344935. iteration 1287 found worse value: 339.480344935. iteration 1288 found worse value: 339.480344935. iteration 1289 found worse value: 339.480344935. iteration 1290 found worse value: 339.480344935. iteration 1291 found worse value: 339.480344935. iteration 1292 found worse value: 339.480344935. iteration 1293 found worse value: 339.480344935. iteration 1294 found worse value: 339.480344935. iteration 1295 found worse value: 339.480344935. iteration 1296 found worse value: 339.480344935. iteration 1297 found worse value: 339.480344935. iteration1297, perturbing to get out of local maxima iteration 1298 found worse value: 339.480344935. iteration 1299 found worse value: 339.480344935. iteration 1300 found worse value: 339.480344935. iteration 1301 found worse value: 339.480344935. iteration 1302 found worse value: 339.480344935. iteration 1303 found worse value: 339.480344935. iteration 1304 found worse value: 339.480344935. iteration 1305 found worse value: 339.480344935. iteration 1306 found worse value: 339.480344935. iteration 1307 found worse value: 339.480344935. iteration 1308 found worse value: 339.480344935. iteration 1309 found worse value: 339.480344935. iteration 1310 found worse value: 339.480344935. iteration 1311 found worse value: 339.480344935. iteration 1312 found worse value: 339.480344935. iteration 1313 found worse value: 339.480344935. iteration 1314 found worse value: 339.480344935. iteration 1315 found worse value: 339.480344935. iteration 1316 found worse value: 339.480344935. iteration 1317 found worse value: 339.480344935. iteration 1318 found worse value: 339.480344935. iteration 1319 found worse value: 339.480344935. iteration 1320 found worse value: 339.480344935. iteration 1321 found worse value: 339.480344935. iteration 1322 found worse value: 339.480344935. iteration1322, perturbing to get out of local maxima iteration 1323 found worse value: 339.480344935. iteration 1324 found worse value: 339.480344935. iteration 1325 found worse value: 339.480344935. iteration 1326 found worse value: 339.480344935. iteration 1327 found worse value: 339.480344935. iteration 1328 found worse value: 339.480344935. iteration 1329 found worse value: 339.480344935. iteration 1330 found worse value: 339.480344935. iteration 1331 found worse value: 339.480344935. iteration 1332 found worse value: 339.480344935. iteration 1333 found worse value: 339.480344935. iteration 1334 found worse value: 339.480344935. iteration 1335 found worse value: 339.480344935. iteration 1336 found worse value: 339.480344935. iteration 1337 found worse value: 339.480344935. iteration 1338 found worse value: 339.480344935. iteration 1339 found worse value: 339.480344935. iteration 1340 found worse value: 339.480344935. iteration 1341 found worse value: 339.480344935. iteration1341, perturbing to get out of local maxima iteration 1342 found worse value: 339.480344935. iteration 1343 found worse value: 339.480344935. iteration 1344 found worse value: 339.480344935. iteration1344, perturbing to get out of local maxima iteration 1345 found worse value: 339.480344935. iteration 1346 found worse value: 339.480344935. iteration 1347 found worse value: 339.480344935. iteration 1348 found worse value: 339.480344935. iteration 1349 found better value: 339.480830568 iteration 1350 found worse value: 339.480830568. iteration 1351 found worse value: 339.480830568. iteration 1352 found worse value: 339.480830568. iteration 1353 found worse value: 339.480830568. iteration 1354 found worse value: 339.480830568. iteration1354, perturbing to get out of local maxima iteration 1355 found worse value: 339.480830568. iteration 1356 found worse value: 339.480830568. iteration 1357 found worse value: 339.480830568. iteration 1358 found worse value: 339.480830568. iteration 1359 found worse value: 339.480830568. iteration 1360 found worse value: 339.480830568. iteration 1361 found better value: 339.510344958 iteration 1362 found worse value: 339.510344958. iteration 1363 found worse value: 339.510344958. iteration 1364 found worse value: 339.510344958. iteration 1365 found worse value: 339.510344958. iteration 1366 found worse value: 339.510344958. iteration 1367 found worse value: 339.510344958. iteration 1368 found worse value: 339.510344958. iteration 1369 found worse value: 339.510344958. iteration 1370 found worse value: 339.510344958. iteration1370, perturbing to get out of local maxima iteration 1371 found better value: 339.512417139 iteration 1372 found worse value: 339.512417139. iteration 1373 found worse value: 339.512417139. iteration 1374 found worse value: 339.512417139. iteration 1375 found worse value: 339.512417139. iteration1375, perturbing to get out of local maxima iteration 1376 found worse value: 339.512417139. iteration 1377 found worse value: 339.512417139. iteration 1378 found worse value: 339.512417139. iteration 1379 found worse value: 339.512417139. iteration 1380 found worse value: 339.512417139. iteration 1381 found worse value: 339.512417139. iteration 1382 found worse value: 339.512417139. iteration 1383 found worse value: 339.512417139. iteration 1384 found worse value: 339.512417139. iteration 1385 found worse value: 339.512417139. iteration 1386 found worse value: 339.512417139. iteration 1387 found better value: 339.520317795 iteration 1388 found worse value: 339.520317795. iteration 1389 found better value: 339.520323518 iteration 1390 found worse value: 339.520323518. iteration 1391 found worse value: 339.520323518. iteration 1392 found worse value: 339.520323518. iteration 1393 found worse value: 339.520323518. iteration 1394 found worse value: 339.520323518. iteration 1395 found worse value: 339.520323518. iteration 1396 found worse value: 339.520323518. iteration 1397 found worse value: 339.520323518. iteration1397, perturbing to get out of local maxima iteration 1398 found worse value: 339.520323518. iteration 1399 found worse value: 339.520323518. iteration 1400 found worse value: 339.520323518. iteration 1401 found worse value: 339.520323518. iteration 1402 found worse value: 339.520323518. iteration 1403 found worse value: 339.520323518. iteration 1404 found worse value: 339.520323518. iteration 1405 found worse value: 339.520323518. iteration 1406 found worse value: 339.520323518. iteration 1407 found worse value: 339.520323518. iteration 1408 found worse value: 339.520323518. iteration 1409 found worse value: 339.520323518. iteration 1410 found worse value: 339.520323518. iteration 1411 found worse value: 339.520323518. iteration 1412 found worse value: 339.520323518. iteration 1413 found worse value: 339.520323518. iteration 1414 found worse value: 339.520323518. iteration 1415 found worse value: 339.520323518. iteration 1416 found worse value: 339.520323518. iteration 1417 found worse value: 339.520323518. iteration 1418 found worse value: 339.520323518. iteration 1419 found worse value: 339.520323518. iteration 1420 found worse value: 339.520323518. iteration 1421 found worse value: 339.520323518. iteration 1422 found worse value: 339.520323518. iteration 1423 found worse value: 339.520323518. iteration 1424 found worse value: 339.520323518. iteration 1425 found worse value: 339.520323518. iteration 1426 found worse value: 339.520323518. iteration 1427 found worse value: 339.520323518. iteration 1428 found worse value: 339.520323518. iteration 1429 found worse value: 339.520323518. iteration 1430 found worse value: 339.520323518. iteration 1431 found better value: 339.520715634 iteration 1432 found worse value: 339.520715634. iteration 1433 found worse value: 339.520715634. iteration 1434 found worse value: 339.520715634. iteration 1435 found worse value: 339.520715634. iteration 1436 found worse value: 339.520715634. iteration1436, perturbing to get out of local maxima iteration 1437 found worse value: 339.520715634. iteration 1438 found worse value: 339.520715634. iteration 1439 found worse value: 339.520715634. iteration 1440 found worse value: 339.520715634. iteration 1441 found worse value: 339.520715634. iteration 1442 found worse value: 339.520715634. iteration 1443 found worse value: 339.520715634. iteration 1444 found worse value: 339.520715634. iteration 1445 found worse value: 339.520715634. iteration 1446 found worse value: 339.520715634. iteration 1447 found worse value: 339.520715634. iteration 1448 found worse value: 339.520715634. iteration 1449 found worse value: 339.520715634. iteration 1450 found worse value: 339.520715634. iteration 1451 found worse value: 339.520715634. iteration 1452 found worse value: 339.520715634. iteration 1453 found worse value: 339.520715634. iteration 1454 found worse value: 339.520715634. iteration1454, perturbing to get out of local maxima iteration 1455 found worse value: 339.520715634. iteration 1456 found worse value: 339.520715634. iteration 1457 found worse value: 339.520715634. iteration 1458 found better value: 339.526417433 iteration 1459 found worse value: 339.526417433. iteration 1460 found worse value: 339.526417433. iteration1460, perturbing to get out of local maxima iteration 1461 found worse value: 339.526417433. iteration 1462 found worse value: 339.526417433. iteration 1463 found worse value: 339.526417433. iteration 1464 found worse value: 339.526417433. iteration 1465 found worse value: 339.526417433. iteration 1466 found worse value: 339.526417433. iteration 1467 found better value: 339.526570122 iteration 1468 found worse value: 339.526570122. iteration 1469 found worse value: 339.526570122. iteration 1470 found worse value: 339.526570122. iteration 1471 found worse value: 339.526570122. iteration 1472 found worse value: 339.526570122. iteration 1473 found worse value: 339.526570122. iteration 1474 found worse value: 339.526570122. iteration 1475 found worse value: 339.526570122. iteration 1476 found better value: 339.54299261200003 iteration 1477 found worse value: 339.54299261200003. iteration 1478 found better value: 339.557506096 iteration 1479 found worse value: 339.557506096. iteration 1480 found worse value: 339.557506096. iteration 1481 found worse value: 339.557506096. iteration 1482 found worse value: 339.557506096. iteration 1483 found worse value: 339.557506096. iteration 1484 found worse value: 339.557506096. iteration 1485 found worse value: 339.557506096. iteration 1486 found worse value: 339.557506096. iteration 1487 found worse value: 339.557506096. iteration 1488 found worse value: 339.557506096. iteration 1489 found better value: 339.599649493 iteration 1490 found worse value: 339.599649493. iteration 1491 found worse value: 339.599649493. iteration 1492 found worse value: 339.599649493. iteration 1493 found worse value: 339.599649493. iteration 1494 found worse value: 339.599649493. iteration 1495 found worse value: 339.599649493. iteration 1496 found worse value: 339.599649493. iteration 1497 found worse value: 339.599649493. iteration1497, perturbing to get out of local maxima iteration 1498 found worse value: 339.599649493. iteration 1499 found worse value: 339.599649493. iteration 1500 found worse value: 339.599649493. iteration 1501 found worse value: 339.599649493. iteration 1502 found worse value: 339.599649493. iteration 1503 found worse value: 339.599649493. iteration 1504 found worse value: 339.599649493. iteration 1505 found worse value: 339.599649493. iteration 1506 found worse value: 339.599649493. iteration 1507 found worse value: 339.599649493. iteration 1508 found worse value: 339.599649493. iteration 1509 found worse value: 339.599649493. iteration 1510 found worse value: 339.599649493. iteration 1511 found worse value: 339.599649493. iteration 1512 found worse value: 339.599649493. iteration 1513 found worse value: 339.599649493. iteration 1514 found worse value: 339.599649493. iteration 1515 found worse value: 339.599649493. iteration 1516 found worse value: 339.599649493. iteration 1517 found worse value: 339.599649493. iteration 1518 found worse value: 339.599649493. iteration 1519 found worse value: 339.599649493. iteration 1520 found worse value: 339.599649493. iteration 1521 found worse value: 339.599649493. iteration 1522 found worse value: 339.599649493. iteration 1523 found worse value: 339.599649493. iteration 1524 found worse value: 339.599649493. iteration 1525 found worse value: 339.599649493. iteration 1526 found worse value: 339.599649493. iteration 1527 found worse value: 339.599649493. iteration 1528 found worse value: 339.599649493. iteration 1529 found worse value: 339.599649493. iteration 1530 found worse value: 339.599649493. iteration 1531 found worse value: 339.599649493. iteration 1532 found worse value: 339.599649493. iteration 1533 found worse value: 339.599649493. iteration 1534 found worse value: 339.599649493. iteration 1535 found worse value: 339.599649493. iteration 1536 found worse value: 339.599649493. iteration 1537 found worse value: 339.599649493. iteration 1538 found worse value: 339.599649493. iteration 1539 found worse value: 339.599649493. iteration 1540 found worse value: 339.599649493. iteration 1541 found worse value: 339.599649493. iteration 1542 found worse value: 339.599649493. iteration 1543 found worse value: 339.599649493. iteration 1544 found worse value: 339.599649493. iteration 1545 found worse value: 339.599649493. iteration 1546 found worse value: 339.599649493. iteration 1547 found worse value: 339.599649493. iteration 1548 found worse value: 339.599649493. iteration 1549 found worse value: 339.599649493. iteration 1550 found worse value: 339.599649493. iteration 1551 found worse value: 339.599649493. iteration 1552 found worse value: 339.599649493. iteration 1553 found worse value: 339.599649493. iteration 1554 found worse value: 339.599649493. iteration 1555 found worse value: 339.599649493. iteration 1556 found worse value: 339.599649493. iteration 1557 found worse value: 339.599649493. iteration 1558 found worse value: 339.599649493. iteration 1559 found worse value: 339.599649493. iteration 1560 found worse value: 339.599649493. iteration 1561 found worse value: 339.599649493. iteration 1562 found better value: 339.601680512 iteration 1563 found worse value: 339.601680512. iteration 1564 found worse value: 339.601680512. iteration 1565 found worse value: 339.601680512. iteration 1566 found worse value: 339.601680512. iteration 1567 found worse value: 339.601680512. iteration 1568 found worse value: 339.601680512. iteration 1569 found worse value: 339.601680512. iteration 1570 found worse value: 339.601680512. iteration1570, perturbing to get out of local maxima iteration 1571 found worse value: 339.601680512. iteration 1572 found worse value: 339.601680512. iteration 1573 found worse value: 339.601680512. iteration 1574 found worse value: 339.601680512. iteration 1575 found worse value: 339.601680512. iteration 1576 found worse value: 339.601680512. iteration 1577 found worse value: 339.601680512. iteration 1578 found worse value: 339.601680512. iteration 1579 found worse value: 339.601680512. iteration 1580 found worse value: 339.601680512. iteration 1581 found worse value: 339.601680512. iteration 1582 found worse value: 339.601680512. iteration 1583 found worse value: 339.601680512. iteration 1584 found worse value: 339.601680512. iteration 1585 found worse value: 339.601680512. iteration 1586 found worse value: 339.601680512. iteration 1587 found worse value: 339.601680512. iteration 1588 found worse value: 339.601680512. iteration 1589 found worse value: 339.601680512. iteration 1590 found worse value: 339.601680512. iteration 1591 found worse value: 339.601680512. iteration 1592 found worse value: 339.601680512. iteration 1593 found worse value: 339.601680512. iteration 1594 found worse value: 339.601680512. iteration 1595 found worse value: 339.601680512. iteration 1596 found worse value: 339.601680512. iteration 1597 found worse value: 339.601680512. iteration 1598 found worse value: 339.601680512. iteration 1599 found worse value: 339.601680512. iteration 1600 found worse value: 339.601680512. iteration 1601 found worse value: 339.601680512. iteration 1602 found worse value: 339.601680512. iteration 1603 found worse value: 339.601680512. iteration 1604 found worse value: 339.601680512. iteration 1605 found worse value: 339.601680512. iteration 1606 found worse value: 339.601680512. iteration 1607 found worse value: 339.601680512. iteration 1608 found worse value: 339.601680512. iteration 1609 found worse value: 339.601680512. iteration1609, perturbing to get out of local maxima iteration 1610 found worse value: 339.601680512. iteration 1611 found worse value: 339.601680512. iteration 1612 found worse value: 339.601680512. iteration 1613 found worse value: 339.601680512. iteration 1614 found worse value: 339.601680512. iteration 1615 found worse value: 339.601680512. iteration 1616 found worse value: 339.601680512. iteration 1617 found worse value: 339.601680512. iteration 1618 found worse value: 339.601680512. iteration 1619 found worse value: 339.601680512. iteration 1620 found worse value: 339.601680512. iteration 1621 found worse value: 339.601680512. iteration 1622 found worse value: 339.601680512. iteration 1623 found worse value: 339.601680512. iteration 1624 found worse value: 339.601680512. iteration 1625 found worse value: 339.601680512. iteration 1626 found worse value: 339.601680512. iteration 1627 found worse value: 339.601680512. iteration 1628 found worse value: 339.601680512. iteration 1629 found worse value: 339.601680512. iteration 1630 found better value: 339.60534928400006 iteration 1631 found worse value: 339.60534928400006. iteration 1632 found worse value: 339.60534928400006. iteration 1633 found worse value: 339.60534928400006. iteration 1634 found worse value: 339.60534928400006. iteration 1635 found worse value: 339.60534928400006. iteration 1636 found worse value: 339.60534928400006. iteration 1637 found worse value: 339.60534928400006. iteration 1638 found worse value: 339.60534928400006. iteration 1639 found worse value: 339.60534928400006. iteration 1640 found worse value: 339.60534928400006. iteration 1641 found worse value: 339.60534928400006. iteration 1642 found worse value: 339.60534928400006. iteration 1643 found worse value: 339.60534928400006. iteration 1644 found worse value: 339.60534928400006. iteration 1645 found worse value: 339.60534928400006. iteration 1646 found worse value: 339.60534928400006. iteration 1647 found worse value: 339.60534928400006. iteration 1648 found better value: 339.610223308 iteration 1649 found worse value: 339.610223308. iteration 1650 found worse value: 339.610223308. iteration 1651 found worse value: 339.610223308. iteration 1652 found worse value: 339.610223308. iteration 1653 found worse value: 339.610223308. iteration 1654 found worse value: 339.610223308. iteration 1655 found worse value: 339.610223308. iteration 1656 found worse value: 339.610223308. iteration 1657 found worse value: 339.610223308. iteration 1658 found worse value: 339.610223308. iteration 1659 found worse value: 339.610223308. iteration 1660 found worse value: 339.610223308. iteration 1661 found worse value: 339.610223308. iteration 1662 found worse value: 339.610223308. iteration 1663 found worse value: 339.610223308. iteration 1664 found worse value: 339.610223308. iteration 1665 found worse value: 339.610223308. iteration 1666 found worse value: 339.610223308. iteration 1667 found better value: 339.613940286 iteration 1668 found worse value: 339.613940286. iteration 1669 found worse value: 339.613940286. iteration 1670 found worse value: 339.613940286. iteration 1671 found worse value: 339.613940286. iteration 1672 found worse value: 339.613940286. iteration 1673 found worse value: 339.613940286. iteration 1674 found worse value: 339.613940286. iteration 1675 found worse value: 339.613940286. iteration 1676 found worse value: 339.613940286. iteration 1677 found worse value: 339.613940286. iteration 1678 found worse value: 339.613940286. iteration 1679 found worse value: 339.613940286. iteration 1680 found worse value: 339.613940286. iteration 1681 found worse value: 339.613940286. iteration 1682 found worse value: 339.613940286. iteration 1683 found worse value: 339.613940286. iteration 1684 found worse value: 339.613940286. iteration 1685 found worse value: 339.613940286. iteration 1686 found worse value: 339.613940286. iteration1686, perturbing to get out of local maxima iteration 1687 found worse value: 339.613940286. iteration 1688 found worse value: 339.613940286. iteration 1689 found worse value: 339.613940286. iteration 1690 found better value: 339.61666879300003 iteration 1691 found worse value: 339.61666879300003. iteration 1692 found worse value: 339.61666879300003. iteration 1693 found worse value: 339.61666879300003. iteration 1694 found worse value: 339.61666879300003. iteration 1695 found worse value: 339.61666879300003. iteration 1696 found worse value: 339.61666879300003. iteration 1697 found worse value: 339.61666879300003. iteration 1698 found worse value: 339.61666879300003. iteration 1699 found worse value: 339.61666879300003. iteration 1700 found worse value: 339.61666879300003. iteration 1701 found worse value: 339.61666879300003. iteration 1702 found worse value: 339.61666879300003. iteration 1703 found worse value: 339.61666879300003. iteration 1704 found worse value: 339.61666879300003. iteration 1705 found worse value: 339.61666879300003. iteration 1706 found worse value: 339.61666879300003. iteration 1707 found worse value: 339.61666879300003. iteration 1708 found worse value: 339.61666879300003. iteration 1709 found worse value: 339.61666879300003. iteration 1710 found worse value: 339.61666879300003. iteration 1711 found worse value: 339.61666879300003. iteration 1712 found worse value: 339.61666879300003. iteration 1713 found worse value: 339.61666879300003. iteration 1714 found worse value: 339.61666879300003. iteration 1715 found better value: 339.629001878 iteration 1716 found worse value: 339.629001878. iteration 1717 found worse value: 339.629001878. iteration 1718 found worse value: 339.629001878. iteration 1719 found worse value: 339.629001878. iteration 1720 found worse value: 339.629001878. iteration 1721 found worse value: 339.629001878. iteration 1722 found worse value: 339.629001878. iteration 1723 found worse value: 339.629001878. iteration 1724 found worse value: 339.629001878. iteration 1725 found better value: 339.63064248 iteration 1726 found worse value: 339.63064248. iteration 1727 found worse value: 339.63064248. iteration 1728 found worse value: 339.63064248. iteration 1729 found worse value: 339.63064248. iteration 1730 found worse value: 339.63064248. iteration 1731 found worse value: 339.63064248. iteration 1732 found worse value: 339.63064248. iteration 1733 found worse value: 339.63064248. iteration 1734 found worse value: 339.63064248. iteration 1735 found worse value: 339.63064248. iteration 1736 found worse value: 339.63064248. iteration 1737 found worse value: 339.63064248. iteration 1738 found worse value: 339.63064248. iteration 1739 found worse value: 339.63064248. iteration 1740 found worse value: 339.63064248. iteration 1741 found worse value: 339.63064248. iteration 1742 found worse value: 339.63064248. iteration 1743 found worse value: 339.63064248. iteration 1744 found worse value: 339.63064248. iteration 1745 found worse value: 339.63064248. iteration 1746 found worse value: 339.63064248. iteration 1747 found worse value: 339.63064248. iteration1747, perturbing to get out of local maxima iteration 1748 found worse value: 339.63064248. iteration 1749 found worse value: 339.63064248. iteration 1750 found worse value: 339.63064248. iteration 1751 found worse value: 339.63064248. iteration 1752 found worse value: 339.63064248. iteration 1753 found worse value: 339.63064248. iteration 1754 found worse value: 339.63064248. iteration 1755 found worse value: 339.63064248. iteration 1756 found worse value: 339.63064248. iteration 1757 found worse value: 339.63064248. iteration 1758 found worse value: 339.63064248. iteration 1759 found worse value: 339.63064248. iteration 1760 found worse value: 339.63064248. iteration 1761 found worse value: 339.63064248. iteration 1762 found worse value: 339.63064248. iteration 1763 found worse value: 339.63064248. iteration 1764 found worse value: 339.63064248. iteration1764, perturbing to get out of local maxima iteration 1765 found worse value: 339.63064248. iteration 1766 found worse value: 339.63064248. iteration 1767 found worse value: 339.63064248. iteration 1768 found worse value: 339.63064248. iteration 1769 found worse value: 339.63064248. iteration 1770 found worse value: 339.63064248. iteration1770, perturbing to get out of local maxima iteration 1771 found worse value: 339.63064248. iteration 1772 found worse value: 339.63064248. iteration 1773 found worse value: 339.63064248. iteration 1774 found worse value: 339.63064248. iteration 1775 found worse value: 339.63064248. iteration 1776 found worse value: 339.63064248. iteration 1777 found worse value: 339.63064248. iteration 1778 found worse value: 339.63064248. iteration 1779 found worse value: 339.63064248. iteration 1780 found worse value: 339.63064248. iteration 1781 found worse value: 339.63064248. iteration 1782 found worse value: 339.63064248. iteration 1783 found worse value: 339.63064248. iteration 1784 found worse value: 339.63064248. iteration 1785 found worse value: 339.63064248. iteration1785, perturbing to get out of local maxima iteration 1786 found worse value: 339.63064248. iteration 1787 found worse value: 339.63064248. iteration 1788 found worse value: 339.63064248. iteration 1789 found worse value: 339.63064248. iteration 1790 found worse value: 339.63064248. iteration 1791 found worse value: 339.63064248. iteration 1792 found worse value: 339.63064248. iteration 1793 found worse value: 339.63064248. iteration 1794 found worse value: 339.63064248. iteration 1795 found worse value: 339.63064248. iteration 1796 found worse value: 339.63064248. iteration 1797 found worse value: 339.63064248. iteration 1798 found worse value: 339.63064248. iteration 1799 found worse value: 339.63064248. iteration 1800 found worse value: 339.63064248. iteration 1801 found worse value: 339.63064248. iteration 1802 found worse value: 339.63064248. iteration 1803 found worse value: 339.63064248. iteration 1804 found worse value: 339.63064248. iteration 1805 found worse value: 339.63064248. iteration 1806 found worse value: 339.63064248. iteration 1807 found worse value: 339.63064248. iteration 1808 found worse value: 339.63064248. iteration 1809 found worse value: 339.63064248. iteration 1810 found worse value: 339.63064248. iteration 1811 found worse value: 339.63064248. iteration 1812 found worse value: 339.63064248. iteration 1813 found worse value: 339.63064248. iteration 1814 found worse value: 339.63064248. iteration 1815 found worse value: 339.63064248. iteration 1816 found worse value: 339.63064248. iteration 1817 found worse value: 339.63064248. iteration 1818 found worse value: 339.63064248. iteration 1819 found worse value: 339.63064248. iteration 1820 found worse value: 339.63064248. iteration 1821 found worse value: 339.63064248. iteration 1822 found worse value: 339.63064248. iteration 1823 found worse value: 339.63064248. iteration 1824 found worse value: 339.63064248. iteration 1825 found worse value: 339.63064248. iteration 1826 found worse value: 339.63064248. iteration 1827 found worse value: 339.63064248. iteration 1828 found worse value: 339.63064248. iteration 1829 found worse value: 339.63064248. iteration 1830 found worse value: 339.63064248. iteration 1831 found worse value: 339.63064248. iteration 1832 found worse value: 339.63064248. iteration 1833 found worse value: 339.63064248. iteration 1834 found worse value: 339.63064248. iteration 1835 found worse value: 339.63064248. iteration 1836 found worse value: 339.63064248. iteration 1837 found worse value: 339.63064248. iteration 1838 found worse value: 339.63064248. iteration 1839 found worse value: 339.63064248. iteration 1840 found worse value: 339.63064248. iteration 1841 found worse value: 339.63064248. iteration 1842 found worse value: 339.63064248. iteration 1843 found worse value: 339.63064248. iteration 1844 found worse value: 339.63064248. iteration 1845 found worse value: 339.63064248. iteration 1846 found worse value: 339.63064248. iteration 1847 found worse value: 339.63064248. iteration 1848 found worse value: 339.63064248. iteration 1849 found worse value: 339.63064248. iteration 1850 found worse value: 339.63064248. iteration 1851 found worse value: 339.63064248. iteration 1852 found worse value: 339.63064248. iteration 1853 found worse value: 339.63064248. iteration1853, perturbing to get out of local maxima iteration 1854 found worse value: 339.63064248. iteration 1855 found worse value: 339.63064248. iteration 1856 found worse value: 339.63064248. iteration 1857 found worse value: 339.63064248. iteration 1858 found worse value: 339.63064248. iteration 1859 found worse value: 339.63064248. iteration 1860 found worse value: 339.63064248. iteration 1861 found worse value: 339.63064248. iteration 1862 found worse value: 339.63064248. iteration 1863 found worse value: 339.63064248. iteration 1864 found worse value: 339.63064248. iteration 1865 found worse value: 339.63064248. iteration 1866 found worse value: 339.63064248. iteration 1867 found worse value: 339.63064248. iteration 1868 found worse value: 339.63064248. iteration 1869 found worse value: 339.63064248. iteration 1870 found worse value: 339.63064248. iteration 1871 found worse value: 339.63064248. iteration 1872 found worse value: 339.63064248. iteration 1873 found worse value: 339.63064248. iteration 1874 found worse value: 339.63064248. iteration 1875 found worse value: 339.63064248. iteration 1876 found worse value: 339.63064248. iteration 1877 found worse value: 339.63064248. iteration 1878 found worse value: 339.63064248. iteration 1879 found worse value: 339.63064248. iteration 1880 found worse value: 339.63064248. iteration 1881 found worse value: 339.63064248. iteration 1882 found worse value: 339.63064248. iteration 1883 found worse value: 339.63064248. iteration 1884 found worse value: 339.63064248. iteration 1885 found worse value: 339.63064248. iteration 1886 found worse value: 339.63064248. iteration 1887 found worse value: 339.63064248. iteration 1888 found worse value: 339.63064248. iteration 1889 found worse value: 339.63064248. iteration 1890 found worse value: 339.63064248. iteration 1891 found worse value: 339.63064248. iteration 1892 found worse value: 339.63064248. iteration 1893 found worse value: 339.63064248. iteration 1894 found worse value: 339.63064248. iteration 1895 found worse value: 339.63064248. iteration 1896 found worse value: 339.63064248. iteration 1897 found worse value: 339.63064248. iteration 1898 found worse value: 339.63064248. iteration 1899 found worse value: 339.63064248. iteration 1900 found worse value: 339.63064248. iteration 1901 found worse value: 339.63064248. iteration 1902 found worse value: 339.63064248. iteration1902, perturbing to get out of local maxima iteration 1903 found worse value: 339.63064248. iteration 1904 found worse value: 339.63064248. iteration 1905 found worse value: 339.63064248. iteration 1906 found worse value: 339.63064248. iteration 1907 found worse value: 339.63064248. iteration 1908 found worse value: 339.63064248. iteration 1909 found worse value: 339.63064248. iteration 1910 found worse value: 339.63064248. iteration 1911 found worse value: 339.63064248. iteration 1912 found worse value: 339.63064248. iteration 1913 found worse value: 339.63064248. iteration 1914 found worse value: 339.63064248. iteration 1915 found worse value: 339.63064248. iteration 1916 found worse value: 339.63064248. iteration 1917 found worse value: 339.63064248. iteration 1918 found worse value: 339.63064248. iteration 1919 found worse value: 339.63064248. iteration 1920 found worse value: 339.63064248. iteration 1921 found worse value: 339.63064248. iteration 1922 found worse value: 339.63064248. iteration 1923 found worse value: 339.63064248. iteration 1924 found worse value: 339.63064248. iteration 1925 found worse value: 339.63064248. iteration 1926 found worse value: 339.63064248. iteration 1927 found worse value: 339.63064248. iteration 1928 found worse value: 339.63064248. iteration 1929 found worse value: 339.63064248. iteration 1930 found worse value: 339.63064248. iteration 1931 found worse value: 339.63064248. iteration 1932 found worse value: 339.63064248. iteration 1933 found worse value: 339.63064248. iteration 1934 found worse value: 339.63064248. iteration 1935 found worse value: 339.63064248. iteration 1936 found worse value: 339.63064248. iteration 1937 found worse value: 339.63064248. iteration 1938 found worse value: 339.63064248. iteration 1939 found worse value: 339.63064248. iteration 1940 found worse value: 339.63064248. iteration 1941 found worse value: 339.63064248. iteration 1942 found worse value: 339.63064248. iteration 1943 found worse value: 339.63064248. iteration 1944 found worse value: 339.63064248. iteration 1945 found worse value: 339.63064248. iteration 1946 found worse value: 339.63064248. iteration 1947 found worse value: 339.63064248. iteration 1948 found worse value: 339.63064248. iteration 1949 found worse value: 339.63064248. iteration 1950 found worse value: 339.63064248. iteration 1951 found worse value: 339.63064248. iteration 1952 found worse value: 339.63064248. iteration 1953 found worse value: 339.63064248. iteration 1954 found worse value: 339.63064248. iteration 1955 found worse value: 339.63064248. iteration 1956 found worse value: 339.63064248. iteration 1957 found worse value: 339.63064248. iteration 1958 found worse value: 339.63064248. iteration 1959 found worse value: 339.63064248. iteration 1960 found worse value: 339.63064248. iteration 1961 found worse value: 339.63064248. iteration 1962 found worse value: 339.63064248. iteration 1963 found worse value: 339.63064248. iteration 1964 found worse value: 339.63064248. iteration 1965 found worse value: 339.63064248. iteration 1966 found worse value: 339.63064248. iteration 1967 found worse value: 339.63064248. iteration 1968 found better value: 339.64395762 iteration 1969 found worse value: 339.64395762. iteration 1970 found worse value: 339.64395762. iteration 1971 found worse value: 339.64395762. iteration 1972 found worse value: 339.64395762. iteration 1973 found worse value: 339.64395762. iteration 1974 found worse value: 339.64395762. iteration 1975 found worse value: 339.64395762. iteration 1976 found worse value: 339.64395762. iteration 1977 found worse value: 339.64395762. iteration 1978 found worse value: 339.64395762. iteration 1979 found worse value: 339.64395762. iteration 1980 found worse value: 339.64395762. iteration 1981 found worse value: 339.64395762. iteration 1982 found worse value: 339.64395762. iteration 1983 found worse value: 339.64395762. iteration 1984 found worse value: 339.64395762. iteration 1985 found worse value: 339.64395762. iteration1985, perturbing to get out of local maxima iteration 1986 found worse value: 339.64395762. iteration 1987 found worse value: 339.64395762. iteration 1988 found worse value: 339.64395762. iteration 1989 found worse value: 339.64395762. iteration 1990 found worse value: 339.64395762. iteration 1991 found worse value: 339.64395762. iteration 1992 found worse value: 339.64395762. iteration 1993 found worse value: 339.64395762. iteration 1994 found worse value: 339.64395762. iteration 1995 found worse value: 339.64395762. iteration 1996 found worse value: 339.64395762. iteration 1997 found better value: 339.649428321 iteration 1998 found worse value: 339.649428321. iteration 1999 found worse value: 339.649428321. iteration 2000 found worse value: 339.649428321. iteration 2001 found worse value: 339.649428321. iteration 2002 found worse value: 339.649428321. iteration 2003 found worse value: 339.649428321. iteration 2004 found worse value: 339.649428321. iteration 2005 found worse value: 339.649428321. iteration 2006 found worse value: 339.649428321. iteration 2007 found worse value: 339.649428321. iteration 2008 found worse value: 339.649428321. iteration 2009 found worse value: 339.649428321. iteration 2010 found worse value: 339.649428321. iteration 2011 found worse value: 339.649428321. iteration 2012 found worse value: 339.649428321. iteration 2013 found worse value: 339.649428321. iteration 2014 found worse value: 339.649428321. iteration 2015 found worse value: 339.649428321. iteration 2016 found worse value: 339.649428321. iteration 2017 found worse value: 339.649428321. iteration 2018 found worse value: 339.649428321. iteration 2019 found worse value: 339.649428321. iteration 2020 found worse value: 339.649428321. iteration 2021 found worse value: 339.649428321. iteration 2022 found worse value: 339.649428321. iteration 2023 found worse value: 339.649428321. iteration 2024 found worse value: 339.649428321. iteration 2025 found worse value: 339.649428321. iteration 2026 found worse value: 339.649428321. iteration2026, perturbing to get out of local maxima iteration 2027 found worse value: 339.649428321. iteration 2028 found worse value: 339.649428321. iteration 2029 found better value: 339.651232451 iteration 2030 found worse value: 339.651232451. iteration 2031 found worse value: 339.651232451. iteration 2032 found worse value: 339.651232451. iteration 2033 found worse value: 339.651232451. iteration 2034 found worse value: 339.651232451. iteration 2035 found worse value: 339.651232451. iteration 2036 found worse value: 339.651232451. iteration 2037 found better value: 339.65414370800005 iteration 2038 found worse value: 339.65414370800005. iteration 2039 found better value: 339.66084974 iteration 2040 found worse value: 339.66084974. iteration 2041 found worse value: 339.66084974. iteration 2042 found worse value: 339.66084974. iteration 2043 found worse value: 339.66084974. iteration 2044 found worse value: 339.66084974. iteration 2045 found worse value: 339.66084974. iteration 2046 found worse value: 339.66084974. iteration 2047 found worse value: 339.66084974. iteration 2048 found worse value: 339.66084974. iteration 2049 found worse value: 339.66084974. iteration 2050 found worse value: 339.66084974. iteration 2051 found worse value: 339.66084974. iteration 2052 found worse value: 339.66084974. iteration 2053 found worse value: 339.66084974. iteration 2054 found worse value: 339.66084974. iteration 2055 found worse value: 339.66084974. iteration 2056 found worse value: 339.66084974. iteration 2057 found worse value: 339.66084974. iteration 2058 found worse value: 339.66084974. iteration 2059 found worse value: 339.66084974. iteration 2060 found worse value: 339.66084974. iteration 2061 found worse value: 339.66084974. iteration 2062 found worse value: 339.66084974. iteration 2063 found worse value: 339.66084974. iteration 2064 found worse value: 339.66084974. iteration 2065 found worse value: 339.66084974. iteration 2066 found worse value: 339.66084974. iteration 2067 found worse value: 339.66084974. iteration 2068 found worse value: 339.66084974. iteration 2069 found worse value: 339.66084974. iteration 2070 found worse value: 339.66084974. iteration 2071 found worse value: 339.66084974. iteration 2072 found worse value: 339.66084974. iteration 2073 found worse value: 339.66084974. iteration 2074 found worse value: 339.66084974. iteration 2075 found worse value: 339.66084974. iteration 2076 found worse value: 339.66084974. iteration 2077 found worse value: 339.66084974. iteration 2078 found worse value: 339.66084974. iteration 2079 found worse value: 339.66084974. iteration 2080 found worse value: 339.66084974. iteration 2081 found worse value: 339.66084974. iteration 2082 found worse value: 339.66084974. iteration 2083 found worse value: 339.66084974. iteration 2084 found worse value: 339.66084974. iteration 2085 found worse value: 339.66084974. iteration 2086 found worse value: 339.66084974. iteration 2087 found worse value: 339.66084974. iteration 2088 found worse value: 339.66084974. iteration 2089 found worse value: 339.66084974. iteration 2090 found worse value: 339.66084974. iteration 2091 found worse value: 339.66084974. iteration 2092 found worse value: 339.66084974. iteration 2093 found worse value: 339.66084974. iteration 2094 found worse value: 339.66084974. iteration 2095 found worse value: 339.66084974. iteration 2096 found worse value: 339.66084974. iteration 2097 found worse value: 339.66084974. iteration 2098 found worse value: 339.66084974. iteration 2099 found worse value: 339.66084974. iteration 2100 found worse value: 339.66084974. iteration 2101 found worse value: 339.66084974. iteration 2102 found worse value: 339.66084974. iteration 2103 found worse value: 339.66084974. iteration 2104 found worse value: 339.66084974. iteration 2105 found worse value: 339.66084974. iteration 2106 found worse value: 339.66084974. iteration 2107 found worse value: 339.66084974. iteration 2108 found worse value: 339.66084974. iteration 2109 found worse value: 339.66084974. iteration 2110 found worse value: 339.66084974. iteration 2111 found worse value: 339.66084974. iteration 2112 found worse value: 339.66084974. iteration 2113 found worse value: 339.66084974. iteration 2114 found worse value: 339.66084974. iteration 2115 found worse value: 339.66084974. iteration 2116 found worse value: 339.66084974. iteration 2117 found worse value: 339.66084974. iteration 2118 found worse value: 339.66084974. iteration 2119 found worse value: 339.66084974. iteration 2120 found worse value: 339.66084974. iteration 2121 found worse value: 339.66084974. iteration 2122 found worse value: 339.66084974. iteration 2123 found worse value: 339.66084974. iteration 2124 found worse value: 339.66084974. iteration 2125 found worse value: 339.66084974. iteration 2126 found worse value: 339.66084974. iteration 2127 found worse value: 339.66084974. iteration 2128 found worse value: 339.66084974. iteration 2129 found worse value: 339.66084974. iteration 2130 found worse value: 339.66084974. iteration 2131 found worse value: 339.66084974. iteration 2132 found worse value: 339.66084974. iteration 2133 found worse value: 339.66084974. iteration 2134 found worse value: 339.66084974. iteration 2135 found worse value: 339.66084974. iteration 2136 found worse value: 339.66084974. iteration 2137 found worse value: 339.66084974. iteration 2138 found worse value: 339.66084974. iteration 2139 found worse value: 339.66084974. iteration 2140 found worse value: 339.66084974. iteration 2141 found worse value: 339.66084974. iteration 2142 found worse value: 339.66084974. iteration 2143 found worse value: 339.66084974. iteration 2144 found worse value: 339.66084974. iteration 2145 found worse value: 339.66084974. iteration 2146 found worse value: 339.66084974. iteration 2147 found worse value: 339.66084974. iteration 2148 found worse value: 339.66084974. iteration 2149 found worse value: 339.66084974. iteration 2150 found worse value: 339.66084974. iteration 2151 found worse value: 339.66084974. iteration 2152 found worse value: 339.66084974. iteration 2153 found worse value: 339.66084974. iteration 2154 found worse value: 339.66084974. iteration 2155 found worse value: 339.66084974. iteration 2156 found worse value: 339.66084974. iteration 2157 found worse value: 339.66084974. iteration 2158 found worse value: 339.66084974. iteration 2159 found worse value: 339.66084974. iteration 2160 found worse value: 339.66084974. iteration 2161 found worse value: 339.66084974. iteration 2162 found worse value: 339.66084974. iteration 2163 found worse value: 339.66084974. iteration 2164 found worse value: 339.66084974. iteration 2165 found worse value: 339.66084974. iteration 2166 found worse value: 339.66084974. iteration 2167 found worse value: 339.66084974. iteration 2168 found worse value: 339.66084974. iteration 2169 found better value: 339.67164021900004 iteration 2170 found worse value: 339.67164021900004. iteration 2171 found worse value: 339.67164021900004. iteration 2172 found worse value: 339.67164021900004. iteration 2173 found worse value: 339.67164021900004. iteration 2174 found worse value: 339.67164021900004. iteration 2175 found worse value: 339.67164021900004. iteration 2176 found worse value: 339.67164021900004. iteration 2177 found worse value: 339.67164021900004. iteration 2178 found worse value: 339.67164021900004. iteration 2179 found worse value: 339.67164021900004. iteration 2180 found worse value: 339.67164021900004. iteration 2181 found worse value: 339.67164021900004. iteration 2182 found worse value: 339.67164021900004. iteration 2183 found worse value: 339.67164021900004. iteration 2184 found worse value: 339.67164021900004. iteration 2185 found worse value: 339.67164021900004. iteration 2186 found worse value: 339.67164021900004. iteration 2187 found worse value: 339.67164021900004. iteration 2188 found worse value: 339.67164021900004. iteration 2189 found worse value: 339.67164021900004. iteration 2190 found worse value: 339.67164021900004. iteration 2191 found worse value: 339.67164021900004. iteration 2192 found worse value: 339.67164021900004. iteration 2193 found worse value: 339.67164021900004. iteration 2194 found worse value: 339.67164021900004. iteration 2195 found worse value: 339.67164021900004. iteration 2196 found worse value: 339.67164021900004. iteration 2197 found worse value: 339.67164021900004. iteration 2198 found worse value: 339.67164021900004. iteration 2199 found worse value: 339.67164021900004. iteration 2200 found worse value: 339.67164021900004. iteration 2201 found worse value: 339.67164021900004. iteration 2202 found worse value: 339.67164021900004. iteration 2203 found worse value: 339.67164021900004. iteration 2204 found worse value: 339.67164021900004. iteration 2205 found worse value: 339.67164021900004. iteration 2206 found worse value: 339.67164021900004. iteration 2207 found worse value: 339.67164021900004. iteration 2208 found worse value: 339.67164021900004. iteration 2209 found worse value: 339.67164021900004. iteration 2210 found worse value: 339.67164021900004. iteration 2211 found worse value: 339.67164021900004. iteration 2212 found worse value: 339.67164021900004. iteration 2213 found worse value: 339.67164021900004. iteration 2214 found worse value: 339.67164021900004. iteration 2215 found worse value: 339.67164021900004. iteration 2216 found worse value: 339.67164021900004. iteration 2217 found worse value: 339.67164021900004. iteration 2218 found worse value: 339.67164021900004. iteration 2219 found worse value: 339.67164021900004. iteration 2220 found worse value: 339.67164021900004. iteration 2221 found worse value: 339.67164021900004. iteration 2222 found worse value: 339.67164021900004. iteration 2223 found worse value: 339.67164021900004. iteration 2224 found worse value: 339.67164021900004. iteration 2225 found worse value: 339.67164021900004. iteration 2226 found worse value: 339.67164021900004. iteration 2227 found worse value: 339.67164021900004. iteration 2228 found worse value: 339.67164021900004. iteration 2229 found worse value: 339.67164021900004. iteration 2230 found worse value: 339.67164021900004. iteration 2231 found worse value: 339.67164021900004. iteration 2232 found worse value: 339.67164021900004. iteration 2233 found worse value: 339.67164021900004. iteration 2234 found worse value: 339.67164021900004. iteration 2235 found worse value: 339.67164021900004. iteration 2236 found worse value: 339.67164021900004. iteration 2237 found worse value: 339.67164021900004. iteration 2238 found worse value: 339.67164021900004. iteration 2239 found worse value: 339.67164021900004. iteration 2240 found worse value: 339.67164021900004. iteration 2241 found worse value: 339.67164021900004. iteration 2242 found worse value: 339.67164021900004. iteration 2243 found worse value: 339.67164021900004. iteration 2244 found worse value: 339.67164021900004. iteration 2245 found worse value: 339.67164021900004. iteration 2246 found worse value: 339.67164021900004. iteration 2247 found worse value: 339.67164021900004. iteration 2248 found worse value: 339.67164021900004. iteration 2249 found worse value: 339.67164021900004. iteration 2250 found worse value: 339.67164021900004. iteration 2251 found worse value: 339.67164021900004. iteration 2252 found worse value: 339.67164021900004. iteration 2253 found worse value: 339.67164021900004. iteration 2254 found worse value: 339.67164021900004. iteration 2255 found worse value: 339.67164021900004. iteration 2256 found worse value: 339.67164021900004. iteration 2257 found worse value: 339.67164021900004. iteration 2258 found worse value: 339.67164021900004. iteration 2259 found worse value: 339.67164021900004. iteration 2260 found worse value: 339.67164021900004. iteration 2261 found worse value: 339.67164021900004. iteration 2262 found worse value: 339.67164021900004. iteration 2263 found worse value: 339.67164021900004. iteration 2264 found worse value: 339.67164021900004. iteration 2265 found worse value: 339.67164021900004. iteration 2266 found worse value: 339.67164021900004. iteration 2267 found worse value: 339.67164021900004. iteration 2268 found worse value: 339.67164021900004. iteration 2269 found worse value: 339.67164021900004. iteration 2270 found worse value: 339.67164021900004. iteration 2271 found worse value: 339.67164021900004. iteration 2272 found worse value: 339.67164021900004. iteration 2273 found worse value: 339.67164021900004. iteration 2274 found worse value: 339.67164021900004. iteration 2275 found worse value: 339.67164021900004. iteration 2276 found worse value: 339.67164021900004. iteration 2277 found worse value: 339.67164021900004. iteration 2278 found worse value: 339.67164021900004. iteration 2279 found worse value: 339.67164021900004. iteration 2280 found worse value: 339.67164021900004. iteration 2281 found worse value: 339.67164021900004. iteration 2282 found worse value: 339.67164021900004. iteration 2283 found worse value: 339.67164021900004. iteration 2284 found worse value: 339.67164021900004. iteration 2285 found worse value: 339.67164021900004. iteration 2286 found worse value: 339.67164021900004. iteration 2287 found worse value: 339.67164021900004. iteration 2288 found worse value: 339.67164021900004. iteration 2289 found worse value: 339.67164021900004. iteration 2290 found worse value: 339.67164021900004. iteration 2291 found worse value: 339.67164021900004. iteration 2292 found worse value: 339.67164021900004. iteration 2293 found worse value: 339.67164021900004. iteration 2294 found worse value: 339.67164021900004. iteration 2295 found worse value: 339.67164021900004. iteration 2296 found worse value: 339.67164021900004. iteration 2297 found worse value: 339.67164021900004. iteration 2298 found worse value: 339.67164021900004. iteration 2299 found worse value: 339.67164021900004. iteration 2300 found worse value: 339.67164021900004. iteration 2301 found worse value: 339.67164021900004. iteration 2302 found worse value: 339.67164021900004. iteration 2303 found worse value: 339.67164021900004. iteration 2304 found worse value: 339.67164021900004. iteration 2305 found worse value: 339.67164021900004. iteration 2306 found worse value: 339.67164021900004. iteration 2307 found worse value: 339.67164021900004. iteration 2308 found worse value: 339.67164021900004. iteration 2309 found worse value: 339.67164021900004. iteration 2310 found worse value: 339.67164021900004. iteration 2311 found worse value: 339.67164021900004. iteration 2312 found worse value: 339.67164021900004. iteration 2313 found worse value: 339.67164021900004. iteration 2314 found worse value: 339.67164021900004. iteration 2315 found worse value: 339.67164021900004. iteration 2316 found worse value: 339.67164021900004. iteration 2317 found worse value: 339.67164021900004. iteration 2318 found worse value: 339.67164021900004. iteration 2319 found worse value: 339.67164021900004. iteration 2320 found worse value: 339.67164021900004. iteration 2321 found worse value: 339.67164021900004. iteration 2322 found worse value: 339.67164021900004. iteration 2323 found worse value: 339.67164021900004. iteration 2324 found worse value: 339.67164021900004. iteration 2325 found worse value: 339.67164021900004. iteration 2326 found worse value: 339.67164021900004. iteration 2327 found worse value: 339.67164021900004. iteration 2328 found worse value: 339.67164021900004. iteration2328, perturbing to get out of local maxima iteration 2329 found worse value: 339.67164021900004. iteration 2330 found worse value: 339.67164021900004. iteration 2331 found worse value: 339.67164021900004. iteration 2332 found worse value: 339.67164021900004. iteration2332, perturbing to get out of local maxima iteration 2333 found worse value: 339.67164021900004. iteration 2334 found worse value: 339.67164021900004. iteration 2335 found worse value: 339.67164021900004. iteration 2336 found worse value: 339.67164021900004. iteration 2337 found worse value: 339.67164021900004. iteration 2338 found worse value: 339.67164021900004. iteration 2339 found worse value: 339.67164021900004. iteration 2340 found worse value: 339.67164021900004. iteration 2341 found worse value: 339.67164021900004. iteration 2342 found worse value: 339.67164021900004. iteration 2343 found worse value: 339.67164021900004. iteration 2344 found worse value: 339.67164021900004. iteration 2345 found worse value: 339.67164021900004. iteration 2346 found worse value: 339.67164021900004. iteration 2347 found worse value: 339.67164021900004. iteration 2348 found worse value: 339.67164021900004. iteration 2349 found worse value: 339.67164021900004. iteration 2350 found worse value: 339.67164021900004. iteration 2351 found worse value: 339.67164021900004. iteration 2352 found worse value: 339.67164021900004. iteration 2353 found worse value: 339.67164021900004. iteration 2354 found worse value: 339.67164021900004. iteration 2355 found worse value: 339.67164021900004. iteration 2356 found worse value: 339.67164021900004. iteration 2357 found worse value: 339.67164021900004. iteration 2358 found worse value: 339.67164021900004. iteration 2359 found worse value: 339.67164021900004. iteration 2360 found worse value: 339.67164021900004. iteration 2361 found worse value: 339.67164021900004. iteration 2362 found worse value: 339.67164021900004. iteration 2363 found worse value: 339.67164021900004. iteration 2364 found worse value: 339.67164021900004. iteration 2365 found worse value: 339.67164021900004. iteration 2366 found worse value: 339.67164021900004. iteration 2367 found worse value: 339.67164021900004. iteration 2368 found worse value: 339.67164021900004. iteration 2369 found worse value: 339.67164021900004. iteration 2370 found worse value: 339.67164021900004. iteration 2371 found worse value: 339.67164021900004. iteration 2372 found worse value: 339.67164021900004. iteration 2373 found worse value: 339.67164021900004. iteration 2374 found worse value: 339.67164021900004. iteration 2375 found worse value: 339.67164021900004. iteration 2376 found worse value: 339.67164021900004. iteration 2377 found worse value: 339.67164021900004. iteration 2378 found worse value: 339.67164021900004. iteration 2379 found worse value: 339.67164021900004. iteration 2380 found worse value: 339.67164021900004. iteration 2381 found worse value: 339.67164021900004. iteration 2382 found worse value: 339.67164021900004. iteration 2383 found worse value: 339.67164021900004. iteration 2384 found worse value: 339.67164021900004. iteration 2385 found worse value: 339.67164021900004. iteration 2386 found worse value: 339.67164021900004. iteration 2387 found worse value: 339.67164021900004. iteration 2388 found worse value: 339.67164021900004. iteration 2389 found worse value: 339.67164021900004. iteration 2390 found worse value: 339.67164021900004. iteration 2391 found worse value: 339.67164021900004. iteration 2392 found worse value: 339.67164021900004. iteration 2393 found worse value: 339.67164021900004. iteration 2394 found worse value: 339.67164021900004. iteration 2395 found worse value: 339.67164021900004. iteration 2396 found worse value: 339.67164021900004. iteration 2397 found worse value: 339.67164021900004. iteration 2398 found worse value: 339.67164021900004. iteration 2399 found worse value: 339.67164021900004. iteration 2400 found worse value: 339.67164021900004. iteration 2401 found worse value: 339.67164021900004. iteration 2402 found worse value: 339.67164021900004. iteration 2403 found worse value: 339.67164021900004. iteration 2404 found worse value: 339.67164021900004. iteration 2405 found worse value: 339.67164021900004. iteration 2406 found worse value: 339.67164021900004. iteration 2407 found worse value: 339.67164021900004. iteration 2408 found worse value: 339.67164021900004. iteration 2409 found worse value: 339.67164021900004. iteration 2410 found worse value: 339.67164021900004. iteration 2411 found worse value: 339.67164021900004. iteration 2412 found worse value: 339.67164021900004. iteration 2413 found worse value: 339.67164021900004. iteration 2414 found worse value: 339.67164021900004. iteration 2415 found worse value: 339.67164021900004. iteration 2416 found worse value: 339.67164021900004. iteration 2417 found worse value: 339.67164021900004. iteration 2418 found worse value: 339.67164021900004. iteration 2419 found worse value: 339.67164021900004. iteration 2420 found worse value: 339.67164021900004. iteration 2421 found worse value: 339.67164021900004. iteration 2422 found worse value: 339.67164021900004. iteration 2423 found worse value: 339.67164021900004. iteration 2424 found worse value: 339.67164021900004. iteration 2425 found worse value: 339.67164021900004. iteration 2426 found worse value: 339.67164021900004. iteration 2427 found worse value: 339.67164021900004. iteration 2428 found worse value: 339.67164021900004. iteration 2429 found worse value: 339.67164021900004. iteration 2430 found worse value: 339.67164021900004. iteration 2431 found worse value: 339.67164021900004. iteration 2432 found worse value: 339.67164021900004. iteration 2433 found worse value: 339.67164021900004. iteration 2434 found worse value: 339.67164021900004. iteration 2435 found worse value: 339.67164021900004. iteration 2436 found worse value: 339.67164021900004. iteration 2437 found worse value: 339.67164021900004. iteration 2438 found better value: 339.67267737400005 iteration 2439 found worse value: 339.67267737400005. iteration 2440 found worse value: 339.67267737400005. iteration 2441 found worse value: 339.67267737400005. iteration 2442 found worse value: 339.67267737400005. iteration 2443 found worse value: 339.67267737400005. iteration 2444 found worse value: 339.67267737400005. iteration 2445 found worse value: 339.67267737400005. iteration 2446 found worse value: 339.67267737400005. iteration 2447 found worse value: 339.67267737400005. iteration 2448 found worse value: 339.67267737400005. iteration 2449 found worse value: 339.67267737400005. iteration 2450 found worse value: 339.67267737400005. iteration 2451 found worse value: 339.67267737400005. iteration 2452 found worse value: 339.67267737400005. iteration 2453 found worse value: 339.67267737400005. iteration 2454 found worse value: 339.67267737400005. iteration 2455 found worse value: 339.67267737400005. iteration 2456 found worse value: 339.67267737400005. iteration 2457 found worse value: 339.67267737400005. iteration 2458 found worse value: 339.67267737400005. iteration 2459 found worse value: 339.67267737400005. iteration 2460 found worse value: 339.67267737400005. iteration 2461 found worse value: 339.67267737400005. iteration 2462 found worse value: 339.67267737400005. iteration 2463 found worse value: 339.67267737400005. iteration 2464 found worse value: 339.67267737400005. iteration 2465 found worse value: 339.67267737400005. iteration 2466 found worse value: 339.67267737400005. iteration 2467 found better value: 339.67267772 iteration 2468 found worse value: 339.67267772. iteration 2469 found worse value: 339.67267772. iteration 2470 found worse value: 339.67267772. iteration 2471 found worse value: 339.67267772. iteration 2472 found worse value: 339.67267772. iteration 2473 found worse value: 339.67267772. iteration 2474 found worse value: 339.67267772. iteration 2475 found worse value: 339.67267772. iteration 2476 found worse value: 339.67267772. iteration 2477 found worse value: 339.67267772. iteration 2478 found worse value: 339.67267772. iteration 2479 found worse value: 339.67267772. iteration 2480 found worse value: 339.67267772. iteration 2481 found worse value: 339.67267772. iteration 2482 found worse value: 339.67267772. iteration 2483 found worse value: 339.67267772. iteration 2484 found worse value: 339.67267772. iteration 2485 found worse value: 339.67267772. iteration 2486 found worse value: 339.67267772. iteration2486, perturbing to get out of local maxima iteration 2487 found worse value: 339.67267772. iteration 2488 found worse value: 339.67267772. iteration2488, perturbing to get out of local maxima iteration 2489 found worse value: 339.67267772. iteration 2490 found worse value: 339.67267772. iteration 2491 found worse value: 339.67267772. iteration 2492 found worse value: 339.67267772. iteration 2493 found worse value: 339.67267772. iteration 2494 found worse value: 339.67267772. iteration 2495 found worse value: 339.67267772. iteration 2496 found worse value: 339.67267772. iteration 2497 found worse value: 339.67267772. iteration 2498 found worse value: 339.67267772. iteration 2499 found worse value: 339.67267772. iteration 2500 found worse value: 339.67267772. iteration 2501 found worse value: 339.67267772. iteration 2502 found worse value: 339.67267772. iteration 2503 found worse value: 339.67267772. iteration 2504 found worse value: 339.67267772. iteration 2505 found worse value: 339.67267772. iteration 2506 found worse value: 339.67267772. iteration 2507 found worse value: 339.67267772. iteration 2508 found worse value: 339.67267772. iteration 2509 found worse value: 339.67267772. iteration 2510 found worse value: 339.67267772. iteration 2511 found worse value: 339.67267772. iteration 2512 found worse value: 339.67267772. iteration 2513 found worse value: 339.67267772. iteration 2514 found worse value: 339.67267772. iteration 2515 found worse value: 339.67267772. iteration 2516 found worse value: 339.67267772. iteration 2517 found worse value: 339.67267772. iteration 2518 found worse value: 339.67267772. iteration 2519 found worse value: 339.67267772. iteration 2520 found worse value: 339.67267772. iteration 2521 found worse value: 339.67267772. iteration 2522 found worse value: 339.67267772. iteration 2523 found worse value: 339.67267772. iteration 2524 found worse value: 339.67267772. iteration 2525 found worse value: 339.67267772. iteration 2526 found worse value: 339.67267772. iteration 2527 found worse value: 339.67267772. iteration 2528 found worse value: 339.67267772. iteration 2529 found worse value: 339.67267772. iteration 2530 found worse value: 339.67267772. iteration 2531 found worse value: 339.67267772. iteration 2532 found worse value: 339.67267772. iteration 2533 found worse value: 339.67267772. iteration 2534 found worse value: 339.67267772. iteration 2535 found worse value: 339.67267772. iteration 2536 found worse value: 339.67267772. iteration 2537 found worse value: 339.67267772. iteration 2538 found worse value: 339.67267772. iteration 2539 found worse value: 339.67267772. iteration 2540 found worse value: 339.67267772. iteration 2541 found worse value: 339.67267772. iteration 2542 found worse value: 339.67267772. iteration 2543 found worse value: 339.67267772. iteration 2544 found worse value: 339.67267772. iteration 2545 found worse value: 339.67267772. iteration 2546 found worse value: 339.67267772. iteration 2547 found worse value: 339.67267772. iteration 2548 found worse value: 339.67267772. iteration 2549 found worse value: 339.67267772. iteration2549, perturbing to get out of local maxima iteration 2550 found worse value: 339.67267772. iteration 2551 found worse value: 339.67267772. iteration 2552 found worse value: 339.67267772. iteration 2553 found worse value: 339.67267772. iteration 2554 found worse value: 339.67267772. iteration 2555 found worse value: 339.67267772. iteration 2556 found worse value: 339.67267772. iteration 2557 found worse value: 339.67267772. iteration 2558 found worse value: 339.67267772. iteration 2559 found worse value: 339.67267772. iteration 2560 found worse value: 339.67267772. iteration 2561 found worse value: 339.67267772. iteration 2562 found worse value: 339.67267772. iteration 2563 found worse value: 339.67267772. iteration 2564 found worse value: 339.67267772. iteration 2565 found worse value: 339.67267772. iteration 2566 found worse value: 339.67267772. iteration 2567 found worse value: 339.67267772. iteration 2568 found worse value: 339.67267772. iteration 2569 found worse value: 339.67267772. iteration 2570 found worse value: 339.67267772. iteration 2571 found worse value: 339.67267772. iteration 2572 found worse value: 339.67267772. iteration 2573 found worse value: 339.67267772. iteration 2574 found worse value: 339.67267772. iteration 2575 found worse value: 339.67267772. iteration 2576 found worse value: 339.67267772. iteration 2577 found worse value: 339.67267772. iteration 2578 found worse value: 339.67267772. iteration 2579 found worse value: 339.67267772. iteration 2580 found worse value: 339.67267772. iteration 2581 found worse value: 339.67267772. iteration 2582 found worse value: 339.67267772. iteration2582, perturbing to get out of local maxima iteration 2583 found worse value: 339.67267772. iteration 2584 found worse value: 339.67267772. iteration 2585 found worse value: 339.67267772. iteration 2586 found worse value: 339.67267772. iteration 2587 found better value: 339.67357958400004 iteration 2588 found worse value: 339.67357958400004. iteration 2589 found worse value: 339.67357958400004. iteration 2590 found worse value: 339.67357958400004. iteration 2591 found worse value: 339.67357958400004. iteration 2592 found worse value: 339.67357958400004. iteration 2593 found worse value: 339.67357958400004. iteration 2594 found worse value: 339.67357958400004. iteration 2595 found worse value: 339.67357958400004. iteration 2596 found worse value: 339.67357958400004. iteration 2597 found worse value: 339.67357958400004. iteration 2598 found worse value: 339.67357958400004. iteration 2599 found worse value: 339.67357958400004. iteration 2600 found worse value: 339.67357958400004. iteration 2601 found worse value: 339.67357958400004. iteration 2602 found worse value: 339.67357958400004. iteration 2603 found worse value: 339.67357958400004. iteration 2604 found worse value: 339.67357958400004. iteration 2605 found worse value: 339.67357958400004. iteration 2606 found worse value: 339.67357958400004. iteration 2607 found worse value: 339.67357958400004. iteration 2608 found worse value: 339.67357958400004. iteration 2609 found worse value: 339.67357958400004. iteration 2610 found worse value: 339.67357958400004. iteration 2611 found worse value: 339.67357958400004. iteration 2612 found worse value: 339.67357958400004. iteration 2613 found worse value: 339.67357958400004. iteration 2614 found worse value: 339.67357958400004. iteration 2615 found worse value: 339.67357958400004. iteration 2616 found worse value: 339.67357958400004. iteration 2617 found worse value: 339.67357958400004. iteration 2618 found worse value: 339.67357958400004. iteration 2619 found worse value: 339.67357958400004. iteration 2620 found worse value: 339.67357958400004. iteration 2621 found worse value: 339.67357958400004. iteration 2622 found worse value: 339.67357958400004. iteration 2623 found worse value: 339.67357958400004. iteration 2624 found worse value: 339.67357958400004. iteration 2625 found worse value: 339.67357958400004. iteration 2626 found worse value: 339.67357958400004. iteration 2627 found worse value: 339.67357958400004. iteration 2628 found worse value: 339.67357958400004. iteration 2629 found worse value: 339.67357958400004. iteration 2630 found worse value: 339.67357958400004. iteration 2631 found worse value: 339.67357958400004. iteration 2632 found worse value: 339.67357958400004. iteration 2633 found worse value: 339.67357958400004. iteration 2634 found worse value: 339.67357958400004. iteration 2635 found worse value: 339.67357958400004. iteration 2636 found worse value: 339.67357958400004. iteration 2637 found worse value: 339.67357958400004. iteration 2638 found worse value: 339.67357958400004. iteration 2639 found worse value: 339.67357958400004. iteration 2640 found worse value: 339.67357958400004. iteration 2641 found worse value: 339.67357958400004. iteration 2642 found worse value: 339.67357958400004. iteration 2643 found better value: 339.675833321 iteration 2644 found worse value: 339.675833321. iteration 2645 found worse value: 339.675833321. iteration 2646 found worse value: 339.675833321. iteration 2647 found worse value: 339.675833321. iteration 2648 found worse value: 339.675833321. iteration 2649 found worse value: 339.675833321. iteration 2650 found worse value: 339.675833321. iteration 2651 found worse value: 339.675833321. iteration 2652 found worse value: 339.675833321. iteration 2653 found worse value: 339.675833321. iteration 2654 found worse value: 339.675833321. iteration 2655 found worse value: 339.675833321. iteration 2656 found worse value: 339.675833321. iteration 2657 found worse value: 339.675833321. iteration 2658 found worse value: 339.675833321. iteration 2659 found worse value: 339.675833321. iteration 2660 found worse value: 339.675833321. iteration 2661 found worse value: 339.675833321. iteration 2662 found worse value: 339.675833321. iteration 2663 found worse value: 339.675833321. iteration 2664 found worse value: 339.675833321. iteration 2665 found worse value: 339.675833321. iteration 2666 found worse value: 339.675833321. iteration 2667 found worse value: 339.675833321. iteration 2668 found worse value: 339.675833321. iteration 2669 found worse value: 339.675833321. iteration 2670 found worse value: 339.675833321. iteration 2671 found worse value: 339.675833321. iteration 2672 found worse value: 339.675833321. iteration 2673 found worse value: 339.675833321. iteration 2674 found worse value: 339.675833321. iteration 2675 found worse value: 339.675833321. iteration 2676 found worse value: 339.675833321. iteration 2677 found worse value: 339.675833321. iteration 2678 found worse value: 339.675833321. iteration 2679 found worse value: 339.675833321. iteration 2680 found worse value: 339.675833321. iteration 2681 found worse value: 339.675833321. iteration 2682 found worse value: 339.675833321. iteration 2683 found worse value: 339.675833321. iteration 2684 found worse value: 339.675833321. iteration 2685 found worse value: 339.675833321. iteration 2686 found worse value: 339.675833321. iteration 2687 found worse value: 339.675833321. iteration 2688 found worse value: 339.675833321. iteration 2689 found worse value: 339.675833321. iteration 2690 found worse value: 339.675833321. iteration 2691 found worse value: 339.675833321. iteration 2692 found worse value: 339.675833321. iteration 2693 found worse value: 339.675833321. iteration 2694 found worse value: 339.675833321. iteration 2695 found worse value: 339.675833321. iteration 2696 found worse value: 339.675833321. iteration 2697 found worse value: 339.675833321. iteration 2698 found worse value: 339.675833321. iteration 2699 found worse value: 339.675833321. iteration 2700 found worse value: 339.675833321. iteration 2701 found worse value: 339.675833321. iteration 2702 found worse value: 339.675833321. iteration 2703 found worse value: 339.675833321. iteration2703, perturbing to get out of local maxima iteration 2704 found worse value: 339.675833321. iteration 2705 found worse value: 339.675833321. iteration 2706 found worse value: 339.675833321. iteration 2707 found worse value: 339.675833321. iteration 2708 found worse value: 339.675833321. iteration 2709 found worse value: 339.675833321. iteration 2710 found worse value: 339.675833321. iteration 2711 found worse value: 339.675833321. iteration 2712 found worse value: 339.675833321. iteration 2713 found worse value: 339.675833321. iteration 2714 found worse value: 339.675833321. iteration 2715 found worse value: 339.675833321. iteration 2716 found worse value: 339.675833321. iteration 2717 found worse value: 339.675833321. iteration 2718 found worse value: 339.675833321. iteration 2719 found worse value: 339.675833321. iteration 2720 found worse value: 339.675833321. iteration 2721 found worse value: 339.675833321. iteration 2722 found worse value: 339.675833321. iteration 2723 found worse value: 339.675833321. iteration 2724 found worse value: 339.675833321. iteration 2725 found worse value: 339.675833321. iteration 2726 found worse value: 339.675833321. iteration 2727 found worse value: 339.675833321. iteration 2728 found worse value: 339.675833321. iteration 2729 found worse value: 339.675833321. iteration 2730 found worse value: 339.675833321. iteration 2731 found worse value: 339.675833321. iteration 2732 found worse value: 339.675833321. iteration 2733 found worse value: 339.675833321. iteration 2734 found worse value: 339.675833321. iteration 2735 found worse value: 339.675833321. iteration 2736 found worse value: 339.675833321. iteration 2737 found worse value: 339.675833321. iteration 2738 found worse value: 339.675833321. iteration 2739 found worse value: 339.675833321. iteration 2740 found worse value: 339.675833321. iteration 2741 found worse value: 339.675833321. iteration 2742 found worse value: 339.675833321. iteration 2743 found worse value: 339.675833321. iteration 2744 found worse value: 339.675833321. iteration 2745 found worse value: 339.675833321. iteration 2746 found worse value: 339.675833321. iteration 2747 found worse value: 339.675833321. iteration2747, perturbing to get out of local maxima iteration 2748 found worse value: 339.675833321. iteration 2749 found worse value: 339.675833321. iteration 2750 found worse value: 339.675833321. iteration 2751 found worse value: 339.675833321. iteration 2752 found worse value: 339.675833321. iteration 2753 found worse value: 339.675833321. iteration 2754 found worse value: 339.675833321. iteration 2755 found worse value: 339.675833321. iteration 2756 found worse value: 339.675833321. iteration 2757 found worse value: 339.675833321. iteration 2758 found worse value: 339.675833321. iteration 2759 found worse value: 339.675833321. iteration 2760 found worse value: 339.675833321. iteration 2761 found worse value: 339.675833321. iteration 2762 found worse value: 339.675833321. iteration 2763 found worse value: 339.675833321. iteration 2764 found worse value: 339.675833321. iteration 2765 found worse value: 339.675833321. iteration 2766 found worse value: 339.675833321. iteration 2767 found worse value: 339.675833321. iteration 2768 found worse value: 339.675833321. iteration 2769 found worse value: 339.675833321. iteration 2770 found worse value: 339.675833321. iteration 2771 found worse value: 339.675833321. iteration 2772 found worse value: 339.675833321. iteration 2773 found worse value: 339.675833321. iteration 2774 found worse value: 339.675833321. iteration 2775 found worse value: 339.675833321. iteration 2776 found worse value: 339.675833321. iteration 2777 found worse value: 339.675833321. iteration 2778 found worse value: 339.675833321. iteration 2779 found worse value: 339.675833321. iteration 2780 found worse value: 339.675833321. iteration 2781 found worse value: 339.675833321. iteration 2782 found worse value: 339.675833321. iteration 2783 found worse value: 339.675833321. iteration 2784 found worse value: 339.675833321. iteration2784, perturbing to get out of local maxima iteration 2785 found worse value: 339.675833321. iteration 2786 found worse value: 339.675833321. iteration 2787 found worse value: 339.675833321. iteration 2788 found worse value: 339.675833321. iteration 2789 found worse value: 339.675833321. iteration 2790 found worse value: 339.675833321. iteration 2791 found worse value: 339.675833321. iteration 2792 found worse value: 339.675833321. iteration 2793 found worse value: 339.675833321. iteration 2794 found worse value: 339.675833321. iteration 2795 found worse value: 339.675833321. iteration 2796 found worse value: 339.675833321. iteration 2797 found worse value: 339.675833321. iteration 2798 found worse value: 339.675833321. iteration 2799 found worse value: 339.675833321. iteration 2800 found worse value: 339.675833321. iteration 2801 found worse value: 339.675833321. iteration 2802 found worse value: 339.675833321. iteration 2803 found worse value: 339.675833321. iteration 2804 found worse value: 339.675833321. iteration 2805 found worse value: 339.675833321. iteration 2806 found worse value: 339.675833321. iteration 2807 found worse value: 339.675833321. iteration 2808 found worse value: 339.675833321. iteration 2809 found worse value: 339.675833321. iteration 2810 found worse value: 339.675833321. iteration 2811 found worse value: 339.675833321. iteration 2812 found worse value: 339.675833321. iteration 2813 found worse value: 339.675833321. iteration 2814 found worse value: 339.675833321. iteration 2815 found worse value: 339.675833321. iteration 2816 found worse value: 339.675833321. iteration 2817 found worse value: 339.675833321. iteration 2818 found worse value: 339.675833321. iteration 2819 found worse value: 339.675833321. iteration 2820 found worse value: 339.675833321. iteration 2821 found worse value: 339.675833321. iteration 2822 found worse value: 339.675833321. iteration 2823 found worse value: 339.675833321. iteration 2824 found worse value: 339.675833321. iteration 2825 found worse value: 339.675833321. iteration 2826 found worse value: 339.675833321. iteration 2827 found worse value: 339.675833321. iteration 2828 found worse value: 339.675833321. iteration 2829 found worse value: 339.675833321. iteration 2830 found worse value: 339.675833321. iteration 2831 found worse value: 339.675833321. iteration 2832 found worse value: 339.675833321. iteration 2833 found worse value: 339.675833321. iteration 2834 found worse value: 339.675833321. iteration 2835 found worse value: 339.675833321. iteration 2836 found worse value: 339.675833321. iteration 2837 found worse value: 339.675833321. iteration 2838 found worse value: 339.675833321. iteration 2839 found worse value: 339.675833321. iteration 2840 found worse value: 339.675833321. iteration2840, perturbing to get out of local maxima iteration 2841 found worse value: 339.675833321. iteration 2842 found worse value: 339.675833321. iteration 2843 found worse value: 339.675833321. iteration 2844 found worse value: 339.675833321. iteration 2845 found worse value: 339.675833321. iteration 2846 found worse value: 339.675833321. iteration 2847 found worse value: 339.675833321. iteration 2848 found worse value: 339.675833321. iteration 2849 found worse value: 339.675833321. iteration 2850 found worse value: 339.675833321. iteration 2851 found worse value: 339.675833321. iteration 2852 found worse value: 339.675833321. iteration 2853 found worse value: 339.675833321. iteration 2854 found worse value: 339.675833321. iteration 2855 found worse value: 339.675833321. iteration 2856 found worse value: 339.675833321. iteration 2857 found worse value: 339.675833321. iteration 2858 found worse value: 339.675833321. iteration 2859 found worse value: 339.675833321. iteration 2860 found worse value: 339.675833321. iteration 2861 found worse value: 339.675833321. iteration 2862 found worse value: 339.675833321. iteration 2863 found worse value: 339.675833321. iteration 2864 found worse value: 339.675833321. iteration 2865 found worse value: 339.675833321. iteration 2866 found worse value: 339.675833321. iteration 2867 found worse value: 339.675833321. iteration 2868 found worse value: 339.675833321. iteration 2869 found worse value: 339.675833321. iteration 2870 found worse value: 339.675833321. iteration 2871 found worse value: 339.675833321. iteration 2872 found worse value: 339.675833321. iteration 2873 found worse value: 339.675833321. iteration 2874 found worse value: 339.675833321. iteration 2875 found worse value: 339.675833321. iteration 2876 found worse value: 339.675833321. iteration 2877 found worse value: 339.675833321. iteration 2878 found worse value: 339.675833321. iteration 2879 found worse value: 339.675833321. iteration 2880 found worse value: 339.675833321. iteration 2881 found worse value: 339.675833321. iteration 2882 found worse value: 339.675833321. iteration 2883 found worse value: 339.675833321. iteration 2884 found worse value: 339.675833321. iteration 2885 found worse value: 339.675833321. iteration 2886 found worse value: 339.675833321. iteration 2887 found worse value: 339.675833321. iteration 2888 found worse value: 339.675833321. iteration 2889 found worse value: 339.675833321. iteration 2890 found worse value: 339.675833321. iteration 2891 found worse value: 339.675833321. iteration 2892 found worse value: 339.675833321. iteration 2893 found worse value: 339.675833321. iteration 2894 found worse value: 339.675833321. iteration 2895 found worse value: 339.675833321. iteration 2896 found worse value: 339.675833321. iteration 2897 found worse value: 339.675833321. iteration 2898 found worse value: 339.675833321. iteration 2899 found worse value: 339.675833321. iteration 2900 found worse value: 339.675833321. iteration 2901 found worse value: 339.675833321. iteration 2902 found worse value: 339.675833321. iteration 2903 found worse value: 339.675833321. iteration 2904 found worse value: 339.675833321. iteration 2905 found worse value: 339.675833321. iteration 2906 found worse value: 339.675833321. iteration 2907 found worse value: 339.675833321. iteration 2908 found worse value: 339.675833321. iteration 2909 found worse value: 339.675833321. iteration 2910 found worse value: 339.675833321. iteration 2911 found worse value: 339.675833321. iteration 2912 found worse value: 339.675833321. iteration 2913 found worse value: 339.675833321. iteration 2914 found worse value: 339.675833321. iteration 2915 found worse value: 339.675833321. iteration 2916 found worse value: 339.675833321. iteration 2917 found worse value: 339.675833321. iteration 2918 found worse value: 339.675833321. iteration 2919 found worse value: 339.675833321. iteration 2920 found worse value: 339.675833321. iteration 2921 found worse value: 339.675833321. iteration 2922 found worse value: 339.675833321. iteration 2923 found worse value: 339.675833321. iteration 2924 found worse value: 339.675833321. iteration 2925 found worse value: 339.675833321. iteration 2926 found worse value: 339.675833321. iteration 2927 found worse value: 339.675833321. iteration 2928 found worse value: 339.675833321. iteration 2929 found worse value: 339.675833321. iteration 2930 found worse value: 339.675833321. iteration 2931 found worse value: 339.675833321. iteration 2932 found worse value: 339.675833321. iteration 2933 found worse value: 339.675833321. iteration 2934 found worse value: 339.675833321. iteration 2935 found worse value: 339.675833321. iteration 2936 found worse value: 339.675833321. iteration 2937 found worse value: 339.675833321. iteration 2938 found worse value: 339.675833321. iteration 2939 found worse value: 339.675833321. iteration 2940 found worse value: 339.675833321. iteration 2941 found worse value: 339.675833321. iteration 2942 found worse value: 339.675833321. iteration 2943 found worse value: 339.675833321. iteration 2944 found worse value: 339.675833321. iteration 2945 found worse value: 339.675833321. iteration 2946 found worse value: 339.675833321. iteration 2947 found worse value: 339.675833321. iteration 2948 found worse value: 339.675833321. iteration 2949 found worse value: 339.675833321. iteration 2950 found worse value: 339.675833321. iteration 2951 found worse value: 339.675833321. iteration 2952 found worse value: 339.675833321. iteration 2953 found worse value: 339.675833321. iteration 2954 found worse value: 339.675833321. iteration 2955 found worse value: 339.675833321. iteration 2956 found worse value: 339.675833321. iteration 2957 found worse value: 339.675833321. iteration 2958 found worse value: 339.675833321. iteration 2959 found worse value: 339.675833321. iteration 2960 found worse value: 339.675833321. iteration 2961 found worse value: 339.675833321. iteration 2962 found worse value: 339.675833321. iteration 2963 found worse value: 339.675833321. iteration 2964 found worse value: 339.675833321. iteration 2965 found worse value: 339.675833321. iteration 2966 found worse value: 339.675833321. iteration 2967 found worse value: 339.675833321. iteration 2968 found worse value: 339.675833321. iteration 2969 found worse value: 339.675833321. iteration 2970 found worse value: 339.675833321. iteration 2971 found worse value: 339.675833321. iteration 2972 found worse value: 339.675833321. iteration 2973 found worse value: 339.675833321. iteration 2974 found worse value: 339.675833321. iteration 2975 found worse value: 339.675833321. iteration 2976 found worse value: 339.675833321. iteration 2977 found worse value: 339.675833321. iteration 2978 found worse value: 339.675833321. iteration 2979 found worse value: 339.675833321. iteration 2980 found worse value: 339.675833321. iteration 2981 found worse value: 339.675833321. iteration 2982 found worse value: 339.675833321. iteration 2983 found worse value: 339.675833321. iteration 2984 found worse value: 339.675833321. iteration 2985 found worse value: 339.675833321. iteration 2986 found worse value: 339.675833321. iteration 2987 found worse value: 339.675833321. iteration 2988 found worse value: 339.675833321. iteration 2989 found worse value: 339.675833321. iteration 2990 found worse value: 339.675833321. iteration 2991 found worse value: 339.675833321. iteration 2992 found worse value: 339.675833321. iteration 2993 found worse value: 339.675833321. iteration 2994 found worse value: 339.675833321. iteration 2995 found worse value: 339.675833321. iteration 2996 found worse value: 339.675833321. iteration 2997 found worse value: 339.675833321. iteration 2998 found worse value: 339.675833321. iteration 2999 found worse value: 339.675833321. iteration 3000 found worse value: 339.675833321. iteration 3001 found worse value: 339.675833321. iteration 3002 found worse value: 339.675833321. iteration 3003 found worse value: 339.675833321. iteration 3004 found worse value: 339.675833321. iteration 3005 found worse value: 339.675833321. iteration 3006 found worse value: 339.675833321. iteration 3007 found worse value: 339.675833321. iteration 3008 found worse value: 339.675833321. iteration 3009 found worse value: 339.675833321. iteration 3010 found worse value: 339.675833321. iteration 3011 found worse value: 339.675833321. iteration 3012 found worse value: 339.675833321. iteration 3013 found worse value: 339.675833321. iteration 3014 found worse value: 339.675833321. iteration 3015 found worse value: 339.675833321. iteration 3016 found worse value: 339.675833321. iteration 3017 found worse value: 339.675833321. iteration 3018 found worse value: 339.675833321. iteration 3019 found worse value: 339.675833321. iteration3019, perturbing to get out of local maxima iteration 3020 found worse value: 339.675833321. iteration 3021 found worse value: 339.675833321. iteration 3022 found worse value: 339.675833321. iteration 3023 found worse value: 339.675833321. iteration 3024 found worse value: 339.675833321. iteration 3025 found worse value: 339.675833321. iteration 3026 found worse value: 339.675833321. iteration 3027 found worse value: 339.675833321. iteration 3028 found worse value: 339.675833321. iteration 3029 found worse value: 339.675833321. iteration 3030 found worse value: 339.675833321. iteration 3031 found worse value: 339.675833321. iteration 3032 found worse value: 339.675833321. iteration 3033 found worse value: 339.675833321. iteration 3034 found worse value: 339.675833321. iteration 3035 found worse value: 339.675833321. iteration 3036 found worse value: 339.675833321. iteration 3037 found worse value: 339.675833321. iteration 3038 found worse value: 339.675833321. iteration 3039 found worse value: 339.675833321. iteration 3040 found worse value: 339.675833321. iteration 3041 found worse value: 339.675833321. iteration 3042 found worse value: 339.675833321. iteration 3043 found worse value: 339.675833321. iteration 3044 found worse value: 339.675833321. iteration 3045 found worse value: 339.675833321. iteration 3046 found worse value: 339.675833321. iteration 3047 found worse value: 339.675833321. iteration 3048 found worse value: 339.675833321. iteration 3049 found worse value: 339.675833321. iteration 3050 found worse value: 339.675833321. iteration 3051 found worse value: 339.675833321. iteration 3052 found worse value: 339.675833321. iteration 3053 found worse value: 339.675833321. iteration 3054 found worse value: 339.675833321. iteration 3055 found worse value: 339.675833321. iteration 3056 found worse value: 339.675833321. iteration 3057 found worse value: 339.675833321. iteration 3058 found worse value: 339.675833321. iteration 3059 found worse value: 339.675833321. iteration 3060 found worse value: 339.675833321. iteration 3061 found worse value: 339.675833321. iteration 3062 found worse value: 339.675833321. iteration 3063 found worse value: 339.675833321. iteration 3064 found worse value: 339.675833321. iteration 3065 found worse value: 339.675833321. iteration 3066 found worse value: 339.675833321. iteration 3067 found worse value: 339.675833321. iteration 3068 found worse value: 339.675833321. iteration 3069 found worse value: 339.675833321. iteration 3070 found worse value: 339.675833321. iteration 3071 found worse value: 339.675833321. iteration3071, perturbing to get out of local maxima iteration 3072 found worse value: 339.675833321. iteration 3073 found worse value: 339.675833321. iteration 3074 found worse value: 339.675833321. iteration 3075 found worse value: 339.675833321. iteration 3076 found worse value: 339.675833321. iteration 3077 found worse value: 339.675833321. iteration 3078 found worse value: 339.675833321. iteration 3079 found worse value: 339.675833321. iteration 3080 found worse value: 339.675833321. iteration 3081 found worse value: 339.675833321. iteration 3082 found worse value: 339.675833321. iteration 3083 found worse value: 339.675833321. iteration 3084 found worse value: 339.675833321. iteration 3085 found worse value: 339.675833321. iteration 3086 found worse value: 339.675833321. iteration 3087 found worse value: 339.675833321. iteration 3088 found worse value: 339.675833321. iteration 3089 found worse value: 339.675833321. iteration 3090 found worse value: 339.675833321. iteration 3091 found worse value: 339.675833321. iteration 3092 found worse value: 339.675833321. iteration 3093 found worse value: 339.675833321. iteration 3094 found worse value: 339.675833321. iteration 3095 found worse value: 339.675833321. iteration 3096 found worse value: 339.675833321. iteration 3097 found worse value: 339.675833321. iteration 3098 found worse value: 339.675833321. iteration 3099 found worse value: 339.675833321. iteration 3100 found worse value: 339.675833321. iteration 3101 found worse value: 339.675833321. iteration 3102 found worse value: 339.675833321. iteration 3103 found worse value: 339.675833321. iteration 3104 found worse value: 339.675833321. iteration 3105 found worse value: 339.675833321. iteration 3106 found worse value: 339.675833321. iteration 3107 found worse value: 339.675833321. iteration 3108 found worse value: 339.675833321. iteration 3109 found worse value: 339.675833321. iteration 3110 found worse value: 339.675833321. iteration 3111 found worse value: 339.675833321. iteration 3112 found worse value: 339.675833321. iteration 3113 found worse value: 339.675833321. iteration 3114 found worse value: 339.675833321. iteration 3115 found worse value: 339.675833321. iteration 3116 found worse value: 339.675833321. iteration 3117 found worse value: 339.675833321. iteration 3118 found worse value: 339.675833321. iteration 3119 found worse value: 339.675833321. iteration 3120 found worse value: 339.675833321. iteration 3121 found worse value: 339.675833321. iteration 3122 found worse value: 339.675833321. iteration 3123 found worse value: 339.675833321. iteration 3124 found worse value: 339.675833321. iteration 3125 found worse value: 339.675833321. iteration 3126 found worse value: 339.675833321. iteration 3127 found worse value: 339.675833321. iteration 3128 found worse value: 339.675833321. iteration 3129 found worse value: 339.675833321. iteration 3130 found worse value: 339.675833321. iteration 3131 found worse value: 339.675833321. iteration 3132 found worse value: 339.675833321. iteration 3133 found worse value: 339.675833321. iteration 3134 found worse value: 339.675833321. iteration 3135 found worse value: 339.675833321. iteration 3136 found worse value: 339.675833321. iteration 3137 found worse value: 339.675833321. iteration 3138 found worse value: 339.675833321. iteration 3139 found worse value: 339.675833321. iteration 3140 found worse value: 339.675833321. iteration 3141 found worse value: 339.675833321. iteration 3142 found worse value: 339.675833321. iteration 3143 found worse value: 339.675833321. iteration 3144 found worse value: 339.675833321. iteration 3145 found worse value: 339.675833321. iteration 3146 found worse value: 339.675833321. iteration 3147 found worse value: 339.675833321. iteration 3148 found worse value: 339.675833321. iteration 3149 found worse value: 339.675833321. iteration 3150 found worse value: 339.675833321. iteration 3151 found worse value: 339.675833321. iteration 3152 found worse value: 339.675833321. iteration 3153 found worse value: 339.675833321. iteration3153, perturbing to get out of local maxima iteration 3154 found worse value: 339.675833321. iteration 3155 found worse value: 339.675833321. iteration 3156 found worse value: 339.675833321. iteration 3157 found worse value: 339.675833321. iteration 3158 found worse value: 339.675833321. iteration 3159 found worse value: 339.675833321. iteration 3160 found worse value: 339.675833321. iteration 3161 found worse value: 339.675833321. iteration 3162 found worse value: 339.675833321. iteration 3163 found worse value: 339.675833321. iteration 3164 found worse value: 339.675833321. iteration 3165 found worse value: 339.675833321. iteration 3166 found worse value: 339.675833321. iteration 3167 found worse value: 339.675833321. iteration 3168 found worse value: 339.675833321. iteration 3169 found worse value: 339.675833321. iteration 3170 found worse value: 339.675833321. iteration 3171 found worse value: 339.675833321. iteration 3172 found worse value: 339.675833321. iteration 3173 found worse value: 339.675833321. iteration 3174 found worse value: 339.675833321. iteration 3175 found worse value: 339.675833321. iteration 3176 found worse value: 339.675833321. iteration 3177 found worse value: 339.675833321. iteration 3178 found worse value: 339.675833321. iteration 3179 found worse value: 339.675833321. iteration 3180 found worse value: 339.675833321. iteration 3181 found worse value: 339.675833321. iteration 3182 found worse value: 339.675833321. iteration 3183 found worse value: 339.675833321. iteration 3184 found worse value: 339.675833321. iteration 3185 found worse value: 339.675833321. iteration 3186 found worse value: 339.675833321. iteration 3187 found worse value: 339.675833321. iteration 3188 found worse value: 339.675833321. iteration 3189 found worse value: 339.675833321. iteration 3190 found worse value: 339.675833321. iteration 3191 found worse value: 339.675833321. iteration 3192 found worse value: 339.675833321. iteration 3193 found worse value: 339.675833321. iteration 3194 found worse value: 339.675833321. iteration 3195 found worse value: 339.675833321. iteration 3196 found worse value: 339.675833321. iteration 3197 found worse value: 339.675833321. iteration 3198 found worse value: 339.675833321. iteration 3199 found worse value: 339.675833321. iteration 3200 found worse value: 339.675833321. iteration 3201 found worse value: 339.675833321. iteration 3202 found worse value: 339.675833321. iteration 3203 found worse value: 339.675833321. iteration 3204 found worse value: 339.675833321. iteration 3205 found worse value: 339.675833321. iteration 3206 found worse value: 339.675833321. iteration 3207 found worse value: 339.675833321. iteration 3208 found worse value: 339.675833321. iteration 3209 found worse value: 339.675833321. iteration 3210 found worse value: 339.675833321. iteration 3211 found worse value: 339.675833321. iteration 3212 found worse value: 339.675833321. iteration 3213 found worse value: 339.675833321. iteration 3214 found worse value: 339.675833321. iteration 3215 found worse value: 339.675833321. iteration 3216 found worse value: 339.675833321. iteration 3217 found worse value: 339.675833321. iteration 3218 found worse value: 339.675833321. iteration 3219 found worse value: 339.675833321. iteration 3220 found worse value: 339.675833321. iteration 3221 found worse value: 339.675833321. iteration 3222 found worse value: 339.675833321. iteration 3223 found worse value: 339.675833321. iteration 3224 found worse value: 339.675833321. iteration 3225 found worse value: 339.675833321. iteration 3226 found worse value: 339.675833321. iteration 3227 found worse value: 339.675833321. iteration 3228 found worse value: 339.675833321. iteration 3229 found worse value: 339.675833321. iteration 3230 found worse value: 339.675833321. iteration 3231 found worse value: 339.675833321. iteration 3232 found worse value: 339.675833321. iteration 3233 found worse value: 339.675833321. iteration 3234 found worse value: 339.675833321. iteration 3235 found worse value: 339.675833321. iteration 3236 found worse value: 339.675833321. iteration 3237 found worse value: 339.675833321. iteration 3238 found worse value: 339.675833321. iteration 3239 found worse value: 339.675833321. iteration 3240 found worse value: 339.675833321. iteration 3241 found worse value: 339.675833321. iteration 3242 found worse value: 339.675833321. iteration 3243 found worse value: 339.675833321. iteration 3244 found worse value: 339.675833321. iteration 3245 found worse value: 339.675833321. iteration 3246 found worse value: 339.675833321. iteration 3247 found worse value: 339.675833321. iteration 3248 found worse value: 339.675833321. iteration 3249 found worse value: 339.675833321. iteration 3250 found worse value: 339.675833321. iteration 3251 found worse value: 339.675833321. iteration 3252 found worse value: 339.675833321. iteration 3253 found worse value: 339.675833321. iteration 3254 found worse value: 339.675833321. iteration 3255 found worse value: 339.675833321. iteration 3256 found worse value: 339.675833321. iteration 3257 found worse value: 339.675833321. iteration 3258 found worse value: 339.675833321. iteration 3259 found worse value: 339.675833321. iteration 3260 found worse value: 339.675833321. iteration 3261 found worse value: 339.675833321. iteration 3262 found worse value: 339.675833321. iteration 3263 found worse value: 339.675833321. iteration 3264 found worse value: 339.675833321. iteration 3265 found worse value: 339.675833321. iteration 3266 found worse value: 339.675833321. iteration 3267 found worse value: 339.675833321. iteration 3268 found worse value: 339.675833321. iteration 3269 found worse value: 339.675833321. iteration 3270 found worse value: 339.675833321. iteration 3271 found worse value: 339.675833321. iteration 3272 found worse value: 339.675833321. iteration 3273 found worse value: 339.675833321. iteration 3274 found worse value: 339.675833321. iteration 3275 found worse value: 339.675833321. iteration 3276 found worse value: 339.675833321. iteration 3277 found worse value: 339.675833321. iteration 3278 found worse value: 339.675833321. iteration 3279 found worse value: 339.675833321. iteration 3280 found worse value: 339.675833321. iteration 3281 found worse value: 339.675833321. iteration 3282 found worse value: 339.675833321. iteration 3283 found worse value: 339.675833321. iteration 3284 found worse value: 339.675833321. iteration 3285 found worse value: 339.675833321. iteration 3286 found worse value: 339.675833321. iteration 3287 found worse value: 339.675833321. iteration 3288 found worse value: 339.675833321. iteration 3289 found worse value: 339.675833321. iteration 3290 found worse value: 339.675833321. iteration 3291 found worse value: 339.675833321. iteration 3292 found worse value: 339.675833321. iteration 3293 found worse value: 339.675833321. iteration 3294 found worse value: 339.675833321. iteration 3295 found worse value: 339.675833321. iteration 3296 found worse value: 339.675833321. iteration 3297 found worse value: 339.675833321. iteration 3298 found worse value: 339.675833321. iteration 3299 found worse value: 339.675833321. iteration 3300 found worse value: 339.675833321. iteration 3301 found worse value: 339.675833321. iteration 3302 found worse value: 339.675833321. iteration 3303 found worse value: 339.675833321. iteration 3304 found worse value: 339.675833321. iteration 3305 found worse value: 339.675833321. iteration 3306 found better value: 339.68014440400003 iteration 3307 found worse value: 339.68014440400003. iteration 3308 found worse value: 339.68014440400003. iteration 3309 found worse value: 339.68014440400003. iteration 3310 found worse value: 339.68014440400003. iteration 3311 found worse value: 339.68014440400003. iteration 3312 found worse value: 339.68014440400003. iteration 3313 found worse value: 339.68014440400003. iteration 3314 found worse value: 339.68014440400003. iteration 3315 found worse value: 339.68014440400003. iteration 3316 found worse value: 339.68014440400003. iteration 3317 found worse value: 339.68014440400003. iteration 3318 found worse value: 339.68014440400003. iteration 3319 found worse value: 339.68014440400003. iteration 3320 found worse value: 339.68014440400003. iteration 3321 found worse value: 339.68014440400003. iteration3321, perturbing to get out of local maxima iteration 3322 found worse value: 339.68014440400003. iteration 3323 found worse value: 339.68014440400003. iteration 3324 found worse value: 339.68014440400003. iteration 3325 found worse value: 339.68014440400003. iteration 3326 found worse value: 339.68014440400003. iteration 3327 found worse value: 339.68014440400003. iteration 3328 found worse value: 339.68014440400003. iteration 3329 found worse value: 339.68014440400003. iteration 3330 found worse value: 339.68014440400003. iteration 3331 found worse value: 339.68014440400003. iteration 3332 found worse value: 339.68014440400003. iteration 3333 found worse value: 339.68014440400003. iteration 3334 found worse value: 339.68014440400003. iteration 3335 found worse value: 339.68014440400003. iteration 3336 found worse value: 339.68014440400003. iteration 3337 found worse value: 339.68014440400003. iteration 3338 found worse value: 339.68014440400003. iteration 3339 found worse value: 339.68014440400003. iteration 3340 found worse value: 339.68014440400003. iteration 3341 found worse value: 339.68014440400003. iteration 3342 found worse value: 339.68014440400003. iteration 3343 found worse value: 339.68014440400003. iteration 3344 found worse value: 339.68014440400003. iteration 3345 found worse value: 339.68014440400003. iteration 3346 found worse value: 339.68014440400003. iteration 3347 found worse value: 339.68014440400003. iteration 3348 found worse value: 339.68014440400003. iteration 3349 found worse value: 339.68014440400003. iteration 3350 found worse value: 339.68014440400003. iteration 3351 found worse value: 339.68014440400003. iteration 3352 found worse value: 339.68014440400003. iteration 3353 found worse value: 339.68014440400003. iteration 3354 found worse value: 339.68014440400003. iteration 3355 found worse value: 339.68014440400003. iteration 3356 found worse value: 339.68014440400003. iteration 3357 found worse value: 339.68014440400003. iteration 3358 found worse value: 339.68014440400003. iteration 3359 found worse value: 339.68014440400003. iteration 3360 found worse value: 339.68014440400003. iteration 3361 found better value: 339.68060279800005 iteration 3362 found worse value: 339.68060279800005. iteration 3363 found worse value: 339.68060279800005. iteration 3364 found worse value: 339.68060279800005. iteration 3365 found worse value: 339.68060279800005. iteration 3366 found worse value: 339.68060279800005. iteration 3367 found worse value: 339.68060279800005. iteration 3368 found worse value: 339.68060279800005. iteration 3369 found worse value: 339.68060279800005. iteration 3370 found worse value: 339.68060279800005. iteration 3371 found worse value: 339.68060279800005. iteration 3372 found worse value: 339.68060279800005. iteration 3373 found worse value: 339.68060279800005. iteration 3374 found worse value: 339.68060279800005. iteration 3375 found worse value: 339.68060279800005. iteration 3376 found worse value: 339.68060279800005. iteration 3377 found worse value: 339.68060279800005. iteration 3378 found worse value: 339.68060279800005. iteration 3379 found worse value: 339.68060279800005. iteration 3380 found worse value: 339.68060279800005. iteration 3381 found worse value: 339.68060279800005. iteration 3382 found worse value: 339.68060279800005. iteration 3383 found worse value: 339.68060279800005. iteration 3384 found worse value: 339.68060279800005. iteration 3385 found worse value: 339.68060279800005. iteration 3386 found worse value: 339.68060279800005. iteration 3387 found worse value: 339.68060279800005. iteration 3388 found worse value: 339.68060279800005. iteration 3389 found worse value: 339.68060279800005. iteration 3390 found worse value: 339.68060279800005. iteration 3391 found worse value: 339.68060279800005. iteration 3392 found worse value: 339.68060279800005. iteration 3393 found worse value: 339.68060279800005. iteration 3394 found worse value: 339.68060279800005. iteration 3395 found worse value: 339.68060279800005. iteration 3396 found worse value: 339.68060279800005. iteration 3397 found worse value: 339.68060279800005. iteration 3398 found worse value: 339.68060279800005. iteration 3399 found worse value: 339.68060279800005. iteration 3400 found worse value: 339.68060279800005. iteration 3401 found worse value: 339.68060279800005. iteration 3402 found worse value: 339.68060279800005. iteration 3403 found worse value: 339.68060279800005. iteration 3404 found worse value: 339.68060279800005. iteration 3405 found worse value: 339.68060279800005. iteration 3406 found worse value: 339.68060279800005. iteration 3407 found worse value: 339.68060279800005. iteration 3408 found worse value: 339.68060279800005. iteration 3409 found worse value: 339.68060279800005. iteration 3410 found worse value: 339.68060279800005. iteration 3411 found worse value: 339.68060279800005. iteration 3412 found worse value: 339.68060279800005. iteration 3413 found worse value: 339.68060279800005. iteration 3414 found worse value: 339.68060279800005. iteration 3415 found worse value: 339.68060279800005. iteration 3416 found worse value: 339.68060279800005. iteration 3417 found worse value: 339.68060279800005. iteration 3418 found worse value: 339.68060279800005. iteration 3419 found worse value: 339.68060279800005. iteration 3420 found worse value: 339.68060279800005. iteration 3421 found worse value: 339.68060279800005. iteration 3422 found worse value: 339.68060279800005. iteration 3423 found worse value: 339.68060279800005. iteration 3424 found worse value: 339.68060279800005. iteration 3425 found worse value: 339.68060279800005. iteration 3426 found worse value: 339.68060279800005. iteration 3427 found worse value: 339.68060279800005. iteration 3428 found worse value: 339.68060279800005. iteration 3429 found worse value: 339.68060279800005. iteration 3430 found worse value: 339.68060279800005. iteration 3431 found worse value: 339.68060279800005. iteration 3432 found worse value: 339.68060279800005. iteration 3433 found worse value: 339.68060279800005. iteration 3434 found worse value: 339.68060279800005. iteration 3435 found worse value: 339.68060279800005. iteration 3436 found worse value: 339.68060279800005. iteration 3437 found worse value: 339.68060279800005. iteration 3438 found worse value: 339.68060279800005. iteration 3439 found worse value: 339.68060279800005. iteration 3440 found worse value: 339.68060279800005. iteration 3441 found worse value: 339.68060279800005. iteration 3442 found worse value: 339.68060279800005. iteration 3443 found worse value: 339.68060279800005. iteration 3444 found worse value: 339.68060279800005. iteration 3445 found worse value: 339.68060279800005. iteration 3446 found worse value: 339.68060279800005. iteration 3447 found worse value: 339.68060279800005. iteration 3448 found worse value: 339.68060279800005. iteration 3449 found worse value: 339.68060279800005. iteration 3450 found worse value: 339.68060279800005. iteration 3451 found worse value: 339.68060279800005. iteration 3452 found worse value: 339.68060279800005. iteration 3453 found worse value: 339.68060279800005. iteration 3454 found worse value: 339.68060279800005. iteration 3455 found worse value: 339.68060279800005. iteration 3456 found worse value: 339.68060279800005. iteration 3457 found worse value: 339.68060279800005. iteration 3458 found worse value: 339.68060279800005. iteration3458, perturbing to get out of local maxima iteration 3459 found worse value: 339.68060279800005. iteration 3460 found worse value: 339.68060279800005. iteration 3461 found worse value: 339.68060279800005. iteration 3462 found worse value: 339.68060279800005. iteration 3463 found worse value: 339.68060279800005. iteration 3464 found worse value: 339.68060279800005. iteration 3465 found worse value: 339.68060279800005. iteration 3466 found worse value: 339.68060279800005. iteration 3467 found worse value: 339.68060279800005. iteration 3468 found worse value: 339.68060279800005. iteration 3469 found worse value: 339.68060279800005. iteration 3470 found worse value: 339.68060279800005. iteration 3471 found worse value: 339.68060279800005. iteration 3472 found worse value: 339.68060279800005. iteration 3473 found worse value: 339.68060279800005. iteration 3474 found worse value: 339.68060279800005. iteration 3475 found worse value: 339.68060279800005. iteration 3476 found worse value: 339.68060279800005. iteration 3477 found worse value: 339.68060279800005. iteration 3478 found worse value: 339.68060279800005. iteration 3479 found worse value: 339.68060279800005. iteration 3480 found worse value: 339.68060279800005. iteration 3481 found worse value: 339.68060279800005. iteration 3482 found worse value: 339.68060279800005. iteration 3483 found worse value: 339.68060279800005. iteration 3484 found worse value: 339.68060279800005. iteration 3485 found worse value: 339.68060279800005. iteration 3486 found worse value: 339.68060279800005. iteration 3487 found worse value: 339.68060279800005. iteration 3488 found worse value: 339.68060279800005. iteration 3489 found worse value: 339.68060279800005. iteration 3490 found worse value: 339.68060279800005. iteration 3491 found worse value: 339.68060279800005. iteration 3492 found worse value: 339.68060279800005. iteration 3493 found worse value: 339.68060279800005. iteration 3494 found worse value: 339.68060279800005. iteration 3495 found worse value: 339.68060279800005. iteration 3496 found worse value: 339.68060279800005. iteration 3497 found worse value: 339.68060279800005. iteration 3498 found worse value: 339.68060279800005. iteration 3499 found worse value: 339.68060279800005. iteration 3500 found worse value: 339.68060279800005. iteration 3501 found worse value: 339.68060279800005. iteration 3502 found worse value: 339.68060279800005. iteration 3503 found worse value: 339.68060279800005. iteration 3504 found worse value: 339.68060279800005. iteration 3505 found worse value: 339.68060279800005. iteration 3506 found worse value: 339.68060279800005. iteration 3507 found worse value: 339.68060279800005. iteration 3508 found worse value: 339.68060279800005. iteration 3509 found worse value: 339.68060279800005. iteration 3510 found worse value: 339.68060279800005. iteration 3511 found worse value: 339.68060279800005. iteration 3512 found worse value: 339.68060279800005. iteration 3513 found worse value: 339.68060279800005. iteration 3514 found worse value: 339.68060279800005. iteration 3515 found worse value: 339.68060279800005. iteration 3516 found worse value: 339.68060279800005. iteration 3517 found worse value: 339.68060279800005. iteration 3518 found worse value: 339.68060279800005. iteration 3519 found worse value: 339.68060279800005. iteration 3520 found worse value: 339.68060279800005. iteration 3521 found worse value: 339.68060279800005. iteration 3522 found worse value: 339.68060279800005. iteration 3523 found worse value: 339.68060279800005. iteration 3524 found worse value: 339.68060279800005. iteration 3525 found worse value: 339.68060279800005. iteration 3526 found worse value: 339.68060279800005. iteration 3527 found worse value: 339.68060279800005. iteration 3528 found worse value: 339.68060279800005. iteration 3529 found worse value: 339.68060279800005. iteration 3530 found worse value: 339.68060279800005. iteration 3531 found worse value: 339.68060279800005. iteration 3532 found worse value: 339.68060279800005. iteration 3533 found worse value: 339.68060279800005. iteration 3534 found worse value: 339.68060279800005. iteration 3535 found worse value: 339.68060279800005. iteration 3536 found worse value: 339.68060279800005. iteration 3537 found worse value: 339.68060279800005. iteration 3538 found worse value: 339.68060279800005. iteration 3539 found worse value: 339.68060279800005. iteration 3540 found worse value: 339.68060279800005. iteration 3541 found worse value: 339.68060279800005. iteration 3542 found worse value: 339.68060279800005. iteration 3543 found worse value: 339.68060279800005. iteration 3544 found worse value: 339.68060279800005. iteration 3545 found worse value: 339.68060279800005. iteration 3546 found worse value: 339.68060279800005. iteration 3547 found worse value: 339.68060279800005. iteration 3548 found worse value: 339.68060279800005. iteration 3549 found worse value: 339.68060279800005. iteration 3550 found worse value: 339.68060279800005. iteration 3551 found worse value: 339.68060279800005. iteration 3552 found worse value: 339.68060279800005. iteration 3553 found worse value: 339.68060279800005. iteration 3554 found worse value: 339.68060279800005. iteration 3555 found worse value: 339.68060279800005. iteration 3556 found worse value: 339.68060279800005. iteration 3557 found worse value: 339.68060279800005. iteration 3558 found worse value: 339.68060279800005. iteration 3559 found worse value: 339.68060279800005. iteration 3560 found worse value: 339.68060279800005. iteration 3561 found worse value: 339.68060279800005. iteration 3562 found worse value: 339.68060279800005. iteration 3563 found worse value: 339.68060279800005. iteration 3564 found worse value: 339.68060279800005. iteration 3565 found worse value: 339.68060279800005. iteration 3566 found worse value: 339.68060279800005. iteration 3567 found worse value: 339.68060279800005. iteration 3568 found worse value: 339.68060279800005. iteration 3569 found worse value: 339.68060279800005. iteration 3570 found worse value: 339.68060279800005. iteration 3571 found worse value: 339.68060279800005. iteration 3572 found worse value: 339.68060279800005. iteration 3573 found worse value: 339.68060279800005. iteration 3574 found worse value: 339.68060279800005. iteration 3575 found better value: 339.680632423 iteration 3576 found worse value: 339.680632423. iteration 3577 found worse value: 339.680632423. iteration 3578 found worse value: 339.680632423. iteration 3579 found worse value: 339.680632423. iteration 3580 found worse value: 339.680632423. iteration 3581 found worse value: 339.680632423. iteration 3582 found worse value: 339.680632423. iteration 3583 found worse value: 339.680632423. iteration 3584 found worse value: 339.680632423. iteration 3585 found worse value: 339.680632423. iteration 3586 found worse value: 339.680632423. iteration 3587 found worse value: 339.680632423. iteration 3588 found worse value: 339.680632423. iteration 3589 found worse value: 339.680632423. iteration 3590 found worse value: 339.680632423. iteration 3591 found worse value: 339.680632423. iteration 3592 found worse value: 339.680632423. iteration 3593 found worse value: 339.680632423. iteration 3594 found worse value: 339.680632423. iteration 3595 found worse value: 339.680632423. iteration 3596 found worse value: 339.680632423. iteration 3597 found worse value: 339.680632423. iteration 3598 found worse value: 339.680632423. iteration 3599 found worse value: 339.680632423. iteration 3600 found worse value: 339.680632423. iteration 3601 found worse value: 339.680632423. iteration 3602 found worse value: 339.680632423. iteration 3603 found worse value: 339.680632423. iteration 3604 found worse value: 339.680632423. iteration 3605 found worse value: 339.680632423. iteration 3606 found worse value: 339.680632423. iteration 3607 found worse value: 339.680632423. iteration 3608 found worse value: 339.680632423. iteration 3609 found worse value: 339.680632423. iteration 3610 found worse value: 339.680632423. iteration 3611 found worse value: 339.680632423. iteration 3612 found worse value: 339.680632423. iteration 3613 found worse value: 339.680632423. iteration 3614 found worse value: 339.680632423. iteration 3615 found worse value: 339.680632423. iteration 3616 found worse value: 339.680632423. iteration 3617 found worse value: 339.680632423. iteration 3618 found worse value: 339.680632423. iteration 3619 found worse value: 339.680632423. iteration 3620 found better value: 339.681062558 iteration 3621 found worse value: 339.681062558. iteration 3622 found worse value: 339.681062558. iteration 3623 found worse value: 339.681062558. iteration 3624 found worse value: 339.681062558. iteration 3625 found worse value: 339.681062558. iteration 3626 found worse value: 339.681062558. iteration 3627 found worse value: 339.681062558. iteration 3628 found worse value: 339.681062558. iteration 3629 found worse value: 339.681062558. iteration 3630 found worse value: 339.681062558. iteration 3631 found worse value: 339.681062558. iteration 3632 found worse value: 339.681062558. iteration 3633 found worse value: 339.681062558. iteration 3634 found worse value: 339.681062558. iteration 3635 found worse value: 339.681062558. iteration 3636 found worse value: 339.681062558. iteration 3637 found worse value: 339.681062558. iteration 3638 found worse value: 339.681062558. iteration 3639 found worse value: 339.681062558. iteration 3640 found worse value: 339.681062558. iteration 3641 found worse value: 339.681062558. iteration 3642 found worse value: 339.681062558. iteration 3643 found worse value: 339.681062558. iteration 3644 found worse value: 339.681062558. iteration 3645 found worse value: 339.681062558. iteration 3646 found worse value: 339.681062558. iteration 3647 found worse value: 339.681062558. iteration 3648 found worse value: 339.681062558. iteration 3649 found worse value: 339.681062558. iteration 3650 found worse value: 339.681062558. iteration 3651 found worse value: 339.681062558. iteration 3652 found worse value: 339.681062558. iteration 3653 found worse value: 339.681062558. iteration 3654 found worse value: 339.681062558. iteration 3655 found worse value: 339.681062558. iteration 3656 found worse value: 339.681062558. iteration 3657 found worse value: 339.681062558. iteration 3658 found worse value: 339.681062558. iteration 3659 found worse value: 339.681062558. iteration 3660 found worse value: 339.681062558. iteration 3661 found worse value: 339.681062558. iteration 3662 found worse value: 339.681062558. iteration 3663 found worse value: 339.681062558. iteration 3664 found worse value: 339.681062558. iteration 3665 found worse value: 339.681062558. iteration 3666 found worse value: 339.681062558. iteration 3667 found worse value: 339.681062558. iteration 3668 found worse value: 339.681062558. iteration 3669 found worse value: 339.681062558. iteration 3670 found worse value: 339.681062558. iteration3670, perturbing to get out of local maxima iteration 3671 found worse value: 339.681062558. iteration 3672 found worse value: 339.681062558. iteration 3673 found worse value: 339.681062558. iteration 3674 found worse value: 339.681062558. iteration 3675 found worse value: 339.681062558. iteration 3676 found worse value: 339.681062558. iteration 3677 found worse value: 339.681062558. iteration 3678 found worse value: 339.681062558. iteration 3679 found worse value: 339.681062558. iteration 3680 found worse value: 339.681062558. iteration 3681 found worse value: 339.681062558. iteration 3682 found worse value: 339.681062558. iteration 3683 found worse value: 339.681062558. iteration 3684 found worse value: 339.681062558. iteration 3685 found worse value: 339.681062558. iteration 3686 found worse value: 339.681062558. iteration 3687 found worse value: 339.681062558. iteration 3688 found worse value: 339.681062558. iteration 3689 found worse value: 339.681062558. iteration 3690 found worse value: 339.681062558. iteration 3691 found worse value: 339.681062558. iteration 3692 found worse value: 339.681062558. iteration 3693 found worse value: 339.681062558. iteration 3694 found worse value: 339.681062558. iteration 3695 found worse value: 339.681062558. iteration 3696 found worse value: 339.681062558. iteration 3697 found worse value: 339.681062558. iteration 3698 found worse value: 339.681062558. iteration 3699 found worse value: 339.681062558. iteration 3700 found worse value: 339.681062558. iteration 3701 found worse value: 339.681062558. iteration 3702 found worse value: 339.681062558. iteration 3703 found worse value: 339.681062558. iteration 3704 found worse value: 339.681062558. iteration 3705 found worse value: 339.681062558. iteration 3706 found worse value: 339.681062558. iteration 3707 found worse value: 339.681062558. iteration 3708 found worse value: 339.681062558. iteration 3709 found worse value: 339.681062558. iteration 3710 found worse value: 339.681062558. iteration 3711 found worse value: 339.681062558. iteration 3712 found worse value: 339.681062558. iteration 3713 found worse value: 339.681062558. iteration 3714 found worse value: 339.681062558. iteration 3715 found worse value: 339.681062558. iteration 3716 found worse value: 339.681062558. iteration 3717 found worse value: 339.681062558. iteration 3718 found worse value: 339.681062558. iteration 3719 found worse value: 339.681062558. iteration 3720 found worse value: 339.681062558. iteration 3721 found worse value: 339.681062558. iteration3721, perturbing to get out of local maxima iteration 3722 found worse value: 339.681062558. iteration 3723 found worse value: 339.681062558. iteration 3724 found worse value: 339.681062558. iteration 3725 found worse value: 339.681062558. iteration 3726 found worse value: 339.681062558. iteration 3727 found worse value: 339.681062558. iteration 3728 found worse value: 339.681062558. iteration 3729 found worse value: 339.681062558. iteration 3730 found worse value: 339.681062558. iteration 3731 found worse value: 339.681062558. iteration 3732 found worse value: 339.681062558. iteration 3733 found worse value: 339.681062558. iteration 3734 found worse value: 339.681062558. iteration 3735 found worse value: 339.681062558. iteration 3736 found worse value: 339.681062558. iteration 3737 found worse value: 339.681062558. iteration 3738 found worse value: 339.681062558. iteration 3739 found worse value: 339.681062558. iteration 3740 found worse value: 339.681062558. iteration 3741 found worse value: 339.681062558. iteration 3742 found worse value: 339.681062558. iteration 3743 found worse value: 339.681062558. iteration 3744 found worse value: 339.681062558. iteration 3745 found worse value: 339.681062558. iteration 3746 found worse value: 339.681062558. iteration 3747 found worse value: 339.681062558. iteration 3748 found worse value: 339.681062558. iteration 3749 found worse value: 339.681062558. iteration 3750 found worse value: 339.681062558. iteration 3751 found worse value: 339.681062558. iteration 3752 found worse value: 339.681062558. iteration 3753 found worse value: 339.681062558. iteration3753, perturbing to get out of local maxima iteration 3754 found worse value: 339.681062558. iteration 3755 found worse value: 339.681062558. iteration 3756 found worse value: 339.681062558. iteration 3757 found worse value: 339.681062558. iteration 3758 found worse value: 339.681062558. iteration 3759 found worse value: 339.681062558. iteration 3760 found worse value: 339.681062558. iteration 3761 found worse value: 339.681062558. iteration 3762 found worse value: 339.681062558. iteration 3763 found worse value: 339.681062558. iteration 3764 found worse value: 339.681062558. iteration 3765 found worse value: 339.681062558. iteration 3766 found worse value: 339.681062558. iteration 3767 found worse value: 339.681062558. iteration 3768 found worse value: 339.681062558. iteration 3769 found worse value: 339.681062558. iteration 3770 found worse value: 339.681062558. iteration 3771 found worse value: 339.681062558. iteration 3772 found worse value: 339.681062558. iteration 3773 found worse value: 339.681062558. iteration 3774 found worse value: 339.681062558. iteration 3775 found worse value: 339.681062558. iteration 3776 found worse value: 339.681062558. iteration 3777 found worse value: 339.681062558. iteration 3778 found worse value: 339.681062558. iteration 3779 found worse value: 339.681062558. iteration 3780 found worse value: 339.681062558. iteration 3781 found worse value: 339.681062558. iteration 3782 found worse value: 339.681062558. iteration 3783 found worse value: 339.681062558. iteration 3784 found worse value: 339.681062558. iteration 3785 found worse value: 339.681062558. iteration 3786 found worse value: 339.681062558. iteration 3787 found worse value: 339.681062558. iteration 3788 found worse value: 339.681062558. iteration 3789 found worse value: 339.681062558. iteration 3790 found worse value: 339.681062558. iteration 3791 found worse value: 339.681062558. iteration 3792 found worse value: 339.681062558. iteration 3793 found worse value: 339.681062558. iteration 3794 found worse value: 339.681062558. iteration 3795 found worse value: 339.681062558. iteration 3796 found worse value: 339.681062558. iteration 3797 found worse value: 339.681062558. iteration 3798 found worse value: 339.681062558. iteration 3799 found worse value: 339.681062558. iteration 3800 found worse value: 339.681062558. iteration 3801 found worse value: 339.681062558. iteration 3802 found worse value: 339.681062558. iteration 3803 found worse value: 339.681062558. iteration 3804 found worse value: 339.681062558. iteration 3805 found worse value: 339.681062558. iteration 3806 found worse value: 339.681062558. iteration 3807 found worse value: 339.681062558. iteration 3808 found worse value: 339.681062558. iteration 3809 found worse value: 339.681062558. iteration 3810 found worse value: 339.681062558. iteration 3811 found worse value: 339.681062558. iteration 3812 found worse value: 339.681062558. iteration 3813 found worse value: 339.681062558. iteration 3814 found worse value: 339.681062558. iteration 3815 found worse value: 339.681062558. iteration 3816 found worse value: 339.681062558. iteration 3817 found worse value: 339.681062558. iteration 3818 found worse value: 339.681062558. iteration 3819 found worse value: 339.681062558. iteration 3820 found worse value: 339.681062558. iteration 3821 found worse value: 339.681062558. iteration 3822 found worse value: 339.681062558. iteration 3823 found worse value: 339.681062558. iteration 3824 found worse value: 339.681062558. iteration 3825 found worse value: 339.681062558. iteration 3826 found worse value: 339.681062558. iteration 3827 found worse value: 339.681062558. iteration 3828 found worse value: 339.681062558. iteration 3829 found worse value: 339.681062558. iteration 3830 found worse value: 339.681062558. iteration 3831 found worse value: 339.681062558. iteration 3832 found worse value: 339.681062558. iteration 3833 found worse value: 339.681062558. iteration 3834 found worse value: 339.681062558. iteration 3835 found worse value: 339.681062558. iteration 3836 found worse value: 339.681062558. iteration 3837 found worse value: 339.681062558. iteration 3838 found worse value: 339.681062558. iteration 3839 found worse value: 339.681062558. iteration 3840 found worse value: 339.681062558. iteration 3841 found worse value: 339.681062558. iteration 3842 found worse value: 339.681062558. iteration 3843 found worse value: 339.681062558. iteration 3844 found worse value: 339.681062558. iteration 3845 found worse value: 339.681062558. iteration 3846 found worse value: 339.681062558. iteration 3847 found worse value: 339.681062558. iteration 3848 found worse value: 339.681062558. iteration 3849 found worse value: 339.681062558. iteration 3850 found worse value: 339.681062558. iteration 3851 found worse value: 339.681062558. iteration 3852 found worse value: 339.681062558. iteration 3853 found worse value: 339.681062558. iteration 3854 found worse value: 339.681062558. iteration 3855 found worse value: 339.681062558. iteration 3856 found worse value: 339.681062558. iteration 3857 found worse value: 339.681062558. iteration 3858 found worse value: 339.681062558. iteration 3859 found worse value: 339.681062558. iteration 3860 found worse value: 339.681062558. iteration 3861 found worse value: 339.681062558. iteration 3862 found worse value: 339.681062558. iteration 3863 found worse value: 339.681062558. iteration 3864 found worse value: 339.681062558. iteration 3865 found worse value: 339.681062558. iteration 3866 found worse value: 339.681062558. iteration 3867 found worse value: 339.681062558. iteration 3868 found worse value: 339.681062558. iteration 3869 found worse value: 339.681062558. iteration 3870 found worse value: 339.681062558. iteration 3871 found worse value: 339.681062558. iteration 3872 found worse value: 339.681062558. iteration 3873 found worse value: 339.681062558. iteration 3874 found worse value: 339.681062558. iteration 3875 found worse value: 339.681062558. iteration 3876 found worse value: 339.681062558. iteration 3877 found worse value: 339.681062558. iteration 3878 found worse value: 339.681062558. iteration 3879 found worse value: 339.681062558. iteration 3880 found worse value: 339.681062558. iteration 3881 found worse value: 339.681062558. iteration 3882 found worse value: 339.681062558. iteration 3883 found worse value: 339.681062558. iteration 3884 found worse value: 339.681062558. iteration 3885 found worse value: 339.681062558. iteration 3886 found worse value: 339.681062558. iteration 3887 found worse value: 339.681062558. iteration 3888 found worse value: 339.681062558. iteration 3889 found worse value: 339.681062558. iteration 3890 found worse value: 339.681062558. iteration 3891 found worse value: 339.681062558. iteration 3892 found worse value: 339.681062558. iteration 3893 found worse value: 339.681062558. iteration 3894 found worse value: 339.681062558. iteration 3895 found worse value: 339.681062558. iteration 3896 found worse value: 339.681062558. iteration 3897 found better value: 339.681257232 iteration 3898 found worse value: 339.681257232. iteration 3899 found worse value: 339.681257232. iteration 3900 found worse value: 339.681257232. iteration 3901 found worse value: 339.681257232. iteration 3902 found worse value: 339.681257232. iteration 3903 found worse value: 339.681257232. iteration 3904 found worse value: 339.681257232. iteration 3905 found worse value: 339.681257232. iteration 3906 found worse value: 339.681257232. iteration 3907 found worse value: 339.681257232. iteration 3908 found worse value: 339.681257232. iteration 3909 found worse value: 339.681257232. iteration 3910 found worse value: 339.681257232. iteration 3911 found worse value: 339.681257232. iteration 3912 found worse value: 339.681257232. iteration 3913 found worse value: 339.681257232. iteration 3914 found worse value: 339.681257232. iteration 3915 found worse value: 339.681257232. iteration 3916 found worse value: 339.681257232. iteration 3917 found worse value: 339.681257232. iteration 3918 found worse value: 339.681257232. iteration 3919 found worse value: 339.681257232. iteration 3920 found worse value: 339.681257232. iteration 3921 found worse value: 339.681257232. iteration 3922 found worse value: 339.681257232. iteration 3923 found worse value: 339.681257232. iteration 3924 found worse value: 339.681257232. iteration 3925 found worse value: 339.681257232. iteration 3926 found worse value: 339.681257232. iteration 3927 found worse value: 339.681257232. iteration 3928 found worse value: 339.681257232. iteration 3929 found worse value: 339.681257232. iteration 3930 found worse value: 339.681257232. iteration 3931 found worse value: 339.681257232. iteration 3932 found worse value: 339.681257232. iteration3932, perturbing to get out of local maxima iteration 3933 found worse value: 339.681257232. iteration 3934 found worse value: 339.681257232. iteration 3935 found worse value: 339.681257232. iteration 3936 found worse value: 339.681257232. iteration 3937 found worse value: 339.681257232. iteration 3938 found worse value: 339.681257232. iteration 3939 found worse value: 339.681257232. iteration 3940 found worse value: 339.681257232. iteration 3941 found worse value: 339.681257232. iteration 3942 found worse value: 339.681257232. iteration 3943 found worse value: 339.681257232. iteration 3944 found worse value: 339.681257232. iteration 3945 found worse value: 339.681257232. iteration 3946 found worse value: 339.681257232. iteration 3947 found worse value: 339.681257232. iteration 3948 found worse value: 339.681257232. iteration 3949 found worse value: 339.681257232. iteration 3950 found worse value: 339.681257232. iteration 3951 found worse value: 339.681257232. iteration 3952 found equal value: 339.681257232. iteration 3953 found worse value: 339.681257232. iteration 3954 found worse value: 339.681257232. iteration 3955 found worse value: 339.681257232. iteration 3956 found worse value: 339.681257232. iteration 3957 found worse value: 339.681257232. iteration 3958 found worse value: 339.681257232. iteration 3959 found worse value: 339.681257232. iteration 3960 found worse value: 339.681257232. iteration 3961 found worse value: 339.681257232. iteration 3962 found worse value: 339.681257232. iteration 3963 found worse value: 339.681257232. iteration 3964 found worse value: 339.681257232. iteration 3965 found worse value: 339.681257232. iteration 3966 found worse value: 339.681257232. iteration 3967 found worse value: 339.681257232. iteration 3968 found worse value: 339.681257232. iteration3968, perturbing to get out of local maxima iteration 3969 found worse value: 339.681257232. iteration 3970 found worse value: 339.681257232. iteration 3971 found worse value: 339.681257232. iteration 3972 found worse value: 339.681257232. iteration 3973 found worse value: 339.681257232. iteration 3974 found worse value: 339.681257232. iteration 3975 found worse value: 339.681257232. iteration 3976 found worse value: 339.681257232. iteration3976, perturbing to get out of local maxima iteration 3977 found worse value: 339.681257232. iteration 3978 found worse value: 339.681257232. iteration 3979 found worse value: 339.681257232. iteration 3980 found worse value: 339.681257232. iteration 3981 found worse value: 339.681257232. iteration 3982 found worse value: 339.681257232. iteration 3983 found worse value: 339.681257232. iteration 3984 found worse value: 339.681257232. iteration 3985 found worse value: 339.681257232. iteration 3986 found worse value: 339.681257232. iteration 3987 found worse value: 339.681257232. iteration 3988 found worse value: 339.681257232. iteration 3989 found worse value: 339.681257232. iteration 3990 found worse value: 339.681257232. iteration 3991 found worse value: 339.681257232. iteration 3992 found worse value: 339.681257232. iteration 3993 found worse value: 339.681257232. iteration 3994 found worse value: 339.681257232. iteration 3995 found worse value: 339.681257232. iteration 3996 found worse value: 339.681257232. iteration 3997 found worse value: 339.681257232. iteration 3998 found worse value: 339.681257232. iteration 3999 found worse value: 339.681257232. iteration 4000 found worse value: 339.681257232. iteration 4001 found worse value: 339.681257232. iteration 4002 found worse value: 339.681257232. iteration 4003 found worse value: 339.681257232. iteration 4004 found worse value: 339.681257232. iteration 4005 found worse value: 339.681257232. iteration 4006 found worse value: 339.681257232. iteration 4007 found worse value: 339.681257232. iteration 4008 found worse value: 339.681257232. iteration 4009 found worse value: 339.681257232. iteration 4010 found worse value: 339.681257232. iteration 4011 found worse value: 339.681257232. iteration 4012 found worse value: 339.681257232. iteration 4013 found worse value: 339.681257232. iteration 4014 found worse value: 339.681257232. iteration 4015 found worse value: 339.681257232. iteration 4016 found worse value: 339.681257232. iteration 4017 found worse value: 339.681257232. iteration 4018 found worse value: 339.681257232. iteration 4019 found worse value: 339.681257232. iteration 4020 found worse value: 339.681257232. iteration 4021 found worse value: 339.681257232. iteration 4022 found worse value: 339.681257232. iteration 4023 found worse value: 339.681257232. iteration 4024 found worse value: 339.681257232. iteration 4025 found worse value: 339.681257232. iteration 4026 found worse value: 339.681257232. iteration 4027 found worse value: 339.681257232. iteration 4028 found worse value: 339.681257232. iteration 4029 found worse value: 339.681257232. iteration 4030 found worse value: 339.681257232. iteration 4031 found worse value: 339.681257232. iteration 4032 found worse value: 339.681257232. iteration 4033 found worse value: 339.681257232. iteration 4034 found worse value: 339.681257232. iteration 4035 found worse value: 339.681257232. iteration 4036 found worse value: 339.681257232. iteration 4037 found worse value: 339.681257232. iteration 4038 found worse value: 339.681257232. iteration 4039 found worse value: 339.681257232. iteration 4040 found worse value: 339.681257232. iteration 4041 found worse value: 339.681257232. iteration 4042 found worse value: 339.681257232. iteration 4043 found worse value: 339.681257232. iteration 4044 found worse value: 339.681257232. iteration 4045 found worse value: 339.681257232. iteration 4046 found worse value: 339.681257232. iteration 4047 found worse value: 339.681257232. iteration 4048 found worse value: 339.681257232. iteration 4049 found worse value: 339.681257232. iteration 4050 found worse value: 339.681257232. iteration 4051 found worse value: 339.681257232. iteration 4052 found worse value: 339.681257232. iteration 4053 found worse value: 339.681257232. iteration 4054 found worse value: 339.681257232. iteration 4055 found worse value: 339.681257232. iteration 4056 found worse value: 339.681257232. iteration 4057 found worse value: 339.681257232. iteration 4058 found worse value: 339.681257232. iteration 4059 found worse value: 339.681257232. iteration 4060 found worse value: 339.681257232. iteration 4061 found worse value: 339.681257232. iteration 4062 found worse value: 339.681257232. iteration 4063 found worse value: 339.681257232. iteration 4064 found worse value: 339.681257232. iteration 4065 found worse value: 339.681257232. iteration 4066 found worse value: 339.681257232. iteration 4067 found worse value: 339.681257232. iteration 4068 found worse value: 339.681257232. iteration 4069 found worse value: 339.681257232. iteration 4070 found worse value: 339.681257232. iteration 4071 found worse value: 339.681257232. iteration 4072 found worse value: 339.681257232. iteration 4073 found worse value: 339.681257232. iteration 4074 found worse value: 339.681257232. iteration 4075 found worse value: 339.681257232. iteration 4076 found worse value: 339.681257232. iteration 4077 found worse value: 339.681257232. iteration 4078 found worse value: 339.681257232. iteration 4079 found worse value: 339.681257232. iteration 4080 found worse value: 339.681257232. iteration 4081 found worse value: 339.681257232. iteration 4082 found worse value: 339.681257232. iteration 4083 found worse value: 339.681257232. iteration 4084 found worse value: 339.681257232. iteration 4085 found worse value: 339.681257232. iteration4085, perturbing to get out of local maxima iteration 4086 found worse value: 339.681257232. iteration 4087 found worse value: 339.681257232. iteration 4088 found worse value: 339.681257232. iteration 4089 found worse value: 339.681257232. iteration 4090 found worse value: 339.681257232. iteration 4091 found worse value: 339.681257232. iteration 4092 found worse value: 339.681257232. iteration 4093 found worse value: 339.681257232. iteration 4094 found worse value: 339.681257232. iteration 4095 found worse value: 339.681257232. iteration 4096 found worse value: 339.681257232. iteration 4097 found worse value: 339.681257232. iteration 4098 found worse value: 339.681257232. iteration 4099 found worse value: 339.681257232. iteration 4100 found worse value: 339.681257232. iteration 4101 found worse value: 339.681257232. iteration 4102 found worse value: 339.681257232. iteration 4103 found worse value: 339.681257232. iteration 4104 found worse value: 339.681257232. iteration 4105 found worse value: 339.681257232. iteration 4106 found worse value: 339.681257232. iteration 4107 found worse value: 339.681257232. iteration 4108 found worse value: 339.681257232. iteration 4109 found worse value: 339.681257232. iteration 4110 found worse value: 339.681257232. iteration 4111 found worse value: 339.681257232. iteration 4112 found worse value: 339.681257232. iteration 4113 found worse value: 339.681257232. iteration 4114 found worse value: 339.681257232. iteration 4115 found worse value: 339.681257232. iteration 4116 found worse value: 339.681257232. iteration 4117 found worse value: 339.681257232. iteration 4118 found worse value: 339.681257232. iteration 4119 found worse value: 339.681257232. iteration 4120 found worse value: 339.681257232. iteration 4121 found worse value: 339.681257232. iteration 4122 found worse value: 339.681257232. iteration 4123 found worse value: 339.681257232. iteration 4124 found worse value: 339.681257232. iteration 4125 found worse value: 339.681257232. iteration4125, perturbing to get out of local maxima iteration 4126 found worse value: 339.681257232. iteration 4127 found worse value: 339.681257232. iteration 4128 found worse value: 339.681257232. iteration 4129 found worse value: 339.681257232. iteration 4130 found worse value: 339.681257232. iteration 4131 found worse value: 339.681257232. iteration 4132 found worse value: 339.681257232. iteration 4133 found worse value: 339.681257232. iteration 4134 found worse value: 339.681257232. iteration 4135 found worse value: 339.681257232. iteration 4136 found worse value: 339.681257232. iteration 4137 found worse value: 339.681257232. iteration 4138 found worse value: 339.681257232. iteration 4139 found worse value: 339.681257232. iteration 4140 found worse value: 339.681257232. iteration 4141 found worse value: 339.681257232. iteration 4142 found worse value: 339.681257232. iteration 4143 found worse value: 339.681257232. iteration 4144 found worse value: 339.681257232. iteration 4145 found worse value: 339.681257232. iteration 4146 found worse value: 339.681257232. iteration 4147 found worse value: 339.681257232. iteration 4148 found worse value: 339.681257232. iteration 4149 found worse value: 339.681257232. iteration 4150 found worse value: 339.681257232. iteration 4151 found worse value: 339.681257232. iteration 4152 found worse value: 339.681257232. iteration 4153 found worse value: 339.681257232. iteration 4154 found worse value: 339.681257232. iteration 4155 found worse value: 339.681257232. iteration 4156 found worse value: 339.681257232. iteration 4157 found worse value: 339.681257232. iteration 4158 found worse value: 339.681257232. iteration 4159 found worse value: 339.681257232. iteration 4160 found worse value: 339.681257232. iteration 4161 found worse value: 339.681257232. iteration 4162 found worse value: 339.681257232. iteration 4163 found worse value: 339.681257232. iteration 4164 found worse value: 339.681257232. iteration 4165 found worse value: 339.681257232. iteration 4166 found worse value: 339.681257232. iteration 4167 found worse value: 339.681257232. iteration 4168 found worse value: 339.681257232. iteration 4169 found worse value: 339.681257232. iteration 4170 found worse value: 339.681257232. iteration 4171 found worse value: 339.681257232. iteration 4172 found worse value: 339.681257232. iteration 4173 found worse value: 339.681257232. iteration 4174 found worse value: 339.681257232. iteration 4175 found worse value: 339.681257232. iteration 4176 found worse value: 339.681257232. iteration 4177 found worse value: 339.681257232. iteration 4178 found worse value: 339.681257232. iteration 4179 found worse value: 339.681257232. iteration 4180 found worse value: 339.681257232. iteration 4181 found worse value: 339.681257232. iteration 4182 found worse value: 339.681257232. iteration 4183 found worse value: 339.681257232. iteration 4184 found worse value: 339.681257232. iteration 4185 found worse value: 339.681257232. iteration 4186 found worse value: 339.681257232. iteration 4187 found worse value: 339.681257232. iteration 4188 found worse value: 339.681257232. iteration 4189 found worse value: 339.681257232. iteration 4190 found worse value: 339.681257232. iteration 4191 found worse value: 339.681257232. iteration 4192 found worse value: 339.681257232. iteration 4193 found worse value: 339.681257232. iteration 4194 found worse value: 339.681257232. iteration 4195 found worse value: 339.681257232. iteration 4196 found worse value: 339.681257232. iteration 4197 found worse value: 339.681257232. iteration 4198 found worse value: 339.681257232. iteration 4199 found worse value: 339.681257232. iteration 4200 found worse value: 339.681257232. iteration 4201 found worse value: 339.681257232. iteration 4202 found worse value: 339.681257232. iteration 4203 found worse value: 339.681257232. iteration 4204 found worse value: 339.681257232. iteration 4205 found worse value: 339.681257232. iteration 4206 found worse value: 339.681257232. iteration 4207 found worse value: 339.681257232. iteration 4208 found worse value: 339.681257232. iteration 4209 found worse value: 339.681257232. iteration 4210 found worse value: 339.681257232. iteration 4211 found worse value: 339.681257232. iteration 4212 found worse value: 339.681257232. iteration 4213 found worse value: 339.681257232. iteration 4214 found worse value: 339.681257232. iteration 4215 found worse value: 339.681257232. iteration 4216 found worse value: 339.681257232. iteration 4217 found worse value: 339.681257232. iteration 4218 found worse value: 339.681257232. iteration 4219 found worse value: 339.681257232. iteration 4220 found worse value: 339.681257232. iteration 4221 found worse value: 339.681257232. iteration 4222 found worse value: 339.681257232. iteration 4223 found worse value: 339.681257232. iteration 4224 found worse value: 339.681257232. iteration 4225 found worse value: 339.681257232. iteration 4226 found worse value: 339.681257232. iteration 4227 found worse value: 339.681257232. iteration 4228 found worse value: 339.681257232. iteration 4229 found worse value: 339.681257232. iteration 4230 found worse value: 339.681257232. iteration 4231 found worse value: 339.681257232. iteration 4232 found worse value: 339.681257232. iteration 4233 found worse value: 339.681257232. iteration 4234 found worse value: 339.681257232. iteration 4235 found worse value: 339.681257232. iteration 4236 found worse value: 339.681257232. iteration 4237 found worse value: 339.681257232. iteration 4238 found worse value: 339.681257232. iteration 4239 found worse value: 339.681257232. iteration 4240 found worse value: 339.681257232. iteration 4241 found worse value: 339.681257232. iteration 4242 found worse value: 339.681257232. iteration 4243 found worse value: 339.681257232. iteration 4244 found worse value: 339.681257232. iteration 4245 found worse value: 339.681257232. iteration 4246 found worse value: 339.681257232. iteration 4247 found worse value: 339.681257232. iteration 4248 found worse value: 339.681257232. iteration 4249 found worse value: 339.681257232. iteration 4250 found worse value: 339.681257232. iteration 4251 found worse value: 339.681257232. iteration 4252 found worse value: 339.681257232. iteration 4253 found worse value: 339.681257232. iteration 4254 found worse value: 339.681257232. iteration 4255 found worse value: 339.681257232. iteration 4256 found worse value: 339.681257232. iteration 4257 found worse value: 339.681257232. iteration 4258 found worse value: 339.681257232. iteration 4259 found worse value: 339.681257232. iteration 4260 found worse value: 339.681257232. iteration 4261 found worse value: 339.681257232. iteration 4262 found worse value: 339.681257232. iteration 4263 found worse value: 339.681257232. iteration 4264 found worse value: 339.681257232. iteration 4265 found worse value: 339.681257232. iteration 4266 found worse value: 339.681257232. iteration 4267 found worse value: 339.681257232. iteration 4268 found worse value: 339.681257232. iteration 4269 found worse value: 339.681257232. iteration 4270 found worse value: 339.681257232. iteration 4271 found worse value: 339.681257232. iteration 4272 found worse value: 339.681257232. iteration 4273 found worse value: 339.681257232. iteration 4274 found worse value: 339.681257232. iteration 4275 found worse value: 339.681257232. iteration 4276 found worse value: 339.681257232. iteration 4277 found worse value: 339.681257232. iteration 4278 found worse value: 339.681257232. iteration 4279 found worse value: 339.681257232. iteration 4280 found worse value: 339.681257232. iteration 4281 found worse value: 339.681257232. iteration 4282 found worse value: 339.681257232. iteration 4283 found worse value: 339.681257232. iteration 4284 found worse value: 339.681257232. iteration 4285 found worse value: 339.681257232. iteration 4286 found worse value: 339.681257232. iteration 4287 found worse value: 339.681257232. iteration 4288 found worse value: 339.681257232. iteration 4289 found worse value: 339.681257232. iteration 4290 found worse value: 339.681257232. iteration 4291 found worse value: 339.681257232. iteration 4292 found worse value: 339.681257232. iteration 4293 found worse value: 339.681257232. iteration 4294 found worse value: 339.681257232. iteration 4295 found worse value: 339.681257232. iteration 4296 found worse value: 339.681257232. iteration 4297 found worse value: 339.681257232. iteration 4298 found worse value: 339.681257232. iteration 4299 found worse value: 339.681257232. iteration 4300 found worse value: 339.681257232. iteration 4301 found worse value: 339.681257232. iteration 4302 found worse value: 339.681257232. iteration 4303 found worse value: 339.681257232. iteration 4304 found worse value: 339.681257232. iteration 4305 found worse value: 339.681257232. iteration 4306 found worse value: 339.681257232. iteration 4307 found worse value: 339.681257232. iteration 4308 found worse value: 339.681257232. iteration 4309 found worse value: 339.681257232. iteration 4310 found worse value: 339.681257232. iteration 4311 found worse value: 339.681257232. iteration 4312 found worse value: 339.681257232. iteration 4313 found worse value: 339.681257232. iteration 4314 found worse value: 339.681257232. iteration 4315 found worse value: 339.681257232. iteration 4316 found worse value: 339.681257232. iteration 4317 found worse value: 339.681257232. iteration 4318 found worse value: 339.681257232. iteration 4319 found worse value: 339.681257232. iteration 4320 found worse value: 339.681257232. iteration 4321 found worse value: 339.681257232. iteration 4322 found worse value: 339.681257232. iteration 4323 found worse value: 339.681257232. iteration 4324 found worse value: 339.681257232. iteration 4325 found worse value: 339.681257232. iteration 4326 found worse value: 339.681257232. iteration 4327 found worse value: 339.681257232. iteration 4328 found worse value: 339.681257232. iteration 4329 found worse value: 339.681257232. iteration 4330 found worse value: 339.681257232. iteration 4331 found worse value: 339.681257232. iteration 4332 found worse value: 339.681257232. iteration 4333 found worse value: 339.681257232. iteration 4334 found worse value: 339.681257232. iteration 4335 found worse value: 339.681257232. iteration 4336 found worse value: 339.681257232. iteration 4337 found worse value: 339.681257232. iteration 4338 found worse value: 339.681257232. iteration 4339 found worse value: 339.681257232. iteration 4340 found worse value: 339.681257232. iteration 4341 found worse value: 339.681257232. iteration 4342 found worse value: 339.681257232. iteration 4343 found worse value: 339.681257232. iteration 4344 found worse value: 339.681257232. iteration 4345 found worse value: 339.681257232. iteration 4346 found worse value: 339.681257232. iteration 4347 found worse value: 339.681257232. iteration 4348 found worse value: 339.681257232. iteration 4349 found worse value: 339.681257232. iteration 4350 found worse value: 339.681257232. iteration 4351 found worse value: 339.681257232. iteration 4352 found worse value: 339.681257232. iteration 4353 found better value: 339.68226260800003 iteration 4354 found worse value: 339.68226260800003. iteration 4355 found worse value: 339.68226260800003. iteration 4356 found worse value: 339.68226260800003. iteration 4357 found worse value: 339.68226260800003. iteration 4358 found worse value: 339.68226260800003. iteration 4359 found worse value: 339.68226260800003. iteration 4360 found worse value: 339.68226260800003. iteration 4361 found worse value: 339.68226260800003. iteration 4362 found worse value: 339.68226260800003. iteration 4363 found worse value: 339.68226260800003. iteration 4364 found worse value: 339.68226260800003. iteration 4365 found worse value: 339.68226260800003. iteration 4366 found worse value: 339.68226260800003. iteration 4367 found worse value: 339.68226260800003. iteration 4368 found worse value: 339.68226260800003. iteration 4369 found worse value: 339.68226260800003. iteration 4370 found worse value: 339.68226260800003. iteration 4371 found worse value: 339.68226260800003. iteration 4372 found worse value: 339.68226260800003. iteration 4373 found worse value: 339.68226260800003. iteration 4374 found worse value: 339.68226260800003. iteration 4375 found worse value: 339.68226260800003. iteration 4376 found worse value: 339.68226260800003. iteration 4377 found worse value: 339.68226260800003. iteration 4378 found worse value: 339.68226260800003. iteration 4379 found worse value: 339.68226260800003. iteration 4380 found worse value: 339.68226260800003. iteration 4381 found worse value: 339.68226260800003. iteration 4382 found worse value: 339.68226260800003. iteration 4383 found worse value: 339.68226260800003. iteration 4384 found worse value: 339.68226260800003. iteration 4385 found worse value: 339.68226260800003. iteration4385, perturbing to get out of local maxima iteration 4386 found worse value: 339.68226260800003. iteration 4387 found worse value: 339.68226260800003. iteration 4388 found worse value: 339.68226260800003. iteration 4389 found worse value: 339.68226260800003. iteration 4390 found worse value: 339.68226260800003. iteration 4391 found worse value: 339.68226260800003. iteration 4392 found worse value: 339.68226260800003. iteration 4393 found worse value: 339.68226260800003. iteration 4394 found worse value: 339.68226260800003. iteration 4395 found worse value: 339.68226260800003. iteration 4396 found worse value: 339.68226260800003. iteration 4397 found worse value: 339.68226260800003. iteration 4398 found worse value: 339.68226260800003. iteration 4399 found worse value: 339.68226260800003. iteration 4400 found worse value: 339.68226260800003. iteration 4401 found worse value: 339.68226260800003. iteration 4402 found worse value: 339.68226260800003. iteration 4403 found worse value: 339.68226260800003. iteration 4404 found worse value: 339.68226260800003. iteration 4405 found worse value: 339.68226260800003. iteration 4406 found worse value: 339.68226260800003. iteration 4407 found worse value: 339.68226260800003. iteration 4408 found worse value: 339.68226260800003. iteration 4409 found worse value: 339.68226260800003. iteration 4410 found worse value: 339.68226260800003. iteration 4411 found worse value: 339.68226260800003. iteration 4412 found worse value: 339.68226260800003. iteration 4413 found worse value: 339.68226260800003. iteration 4414 found worse value: 339.68226260800003. iteration 4415 found worse value: 339.68226260800003. iteration 4416 found worse value: 339.68226260800003. iteration 4417 found worse value: 339.68226260800003. iteration 4418 found worse value: 339.68226260800003. iteration 4419 found worse value: 339.68226260800003. iteration 4420 found worse value: 339.68226260800003. iteration 4421 found worse value: 339.68226260800003. iteration 4422 found worse value: 339.68226260800003. iteration 4423 found worse value: 339.68226260800003. iteration 4424 found worse value: 339.68226260800003. iteration 4425 found worse value: 339.68226260800003. iteration 4426 found worse value: 339.68226260800003. iteration 4427 found worse value: 339.68226260800003. iteration 4428 found worse value: 339.68226260800003. iteration 4429 found worse value: 339.68226260800003. iteration 4430 found worse value: 339.68226260800003. iteration 4431 found worse value: 339.68226260800003. iteration 4432 found worse value: 339.68226260800003. iteration 4433 found worse value: 339.68226260800003. iteration 4434 found worse value: 339.68226260800003. iteration 4435 found worse value: 339.68226260800003. iteration 4436 found worse value: 339.68226260800003. iteration 4437 found worse value: 339.68226260800003. iteration 4438 found worse value: 339.68226260800003. iteration 4439 found worse value: 339.68226260800003. iteration 4440 found worse value: 339.68226260800003. iteration 4441 found worse value: 339.68226260800003. iteration 4442 found worse value: 339.68226260800003. iteration 4443 found worse value: 339.68226260800003. iteration 4444 found worse value: 339.68226260800003. iteration 4445 found worse value: 339.68226260800003. iteration 4446 found worse value: 339.68226260800003. iteration 4447 found worse value: 339.68226260800003. iteration 4448 found worse value: 339.68226260800003. iteration 4449 found worse value: 339.68226260800003. iteration 4450 found worse value: 339.68226260800003. iteration 4451 found worse value: 339.68226260800003. iteration 4452 found worse value: 339.68226260800003. iteration 4453 found worse value: 339.68226260800003. iteration 4454 found worse value: 339.68226260800003. iteration 4455 found worse value: 339.68226260800003. iteration 4456 found worse value: 339.68226260800003. iteration 4457 found worse value: 339.68226260800003. iteration 4458 found worse value: 339.68226260800003. iteration 4459 found worse value: 339.68226260800003. iteration 4460 found worse value: 339.68226260800003. iteration 4461 found worse value: 339.68226260800003. iteration 4462 found worse value: 339.68226260800003. iteration 4463 found worse value: 339.68226260800003. iteration 4464 found worse value: 339.68226260800003. iteration 4465 found worse value: 339.68226260800003. iteration 4466 found worse value: 339.68226260800003. iteration 4467 found worse value: 339.68226260800003. iteration 4468 found worse value: 339.68226260800003. iteration 4469 found worse value: 339.68226260800003. iteration 4470 found worse value: 339.68226260800003. iteration 4471 found worse value: 339.68226260800003. iteration 4472 found worse value: 339.68226260800003. iteration 4473 found worse value: 339.68226260800003. iteration 4474 found worse value: 339.68226260800003. iteration 4475 found worse value: 339.68226260800003. iteration 4476 found worse value: 339.68226260800003. iteration 4477 found worse value: 339.68226260800003. iteration 4478 found worse value: 339.68226260800003. iteration 4479 found worse value: 339.68226260800003. iteration 4480 found worse value: 339.68226260800003. iteration 4481 found worse value: 339.68226260800003. iteration 4482 found worse value: 339.68226260800003. iteration 4483 found worse value: 339.68226260800003. iteration 4484 found worse value: 339.68226260800003. iteration 4485 found worse value: 339.68226260800003. iteration 4486 found worse value: 339.68226260800003. iteration 4487 found worse value: 339.68226260800003. iteration 4488 found worse value: 339.68226260800003. iteration 4489 found worse value: 339.68226260800003. iteration 4490 found worse value: 339.68226260800003. iteration 4491 found worse value: 339.68226260800003. iteration 4492 found worse value: 339.68226260800003. iteration 4493 found worse value: 339.68226260800003. iteration 4494 found worse value: 339.68226260800003. iteration 4495 found worse value: 339.68226260800003. iteration 4496 found worse value: 339.68226260800003. iteration 4497 found worse value: 339.68226260800003. iteration 4498 found worse value: 339.68226260800003. iteration 4499 found worse value: 339.68226260800003. iteration 4500 found worse value: 339.68226260800003. iteration 4501 found worse value: 339.68226260800003. iteration 4502 found worse value: 339.68226260800003. iteration 4503 found worse value: 339.68226260800003. iteration 4504 found worse value: 339.68226260800003. iteration 4505 found worse value: 339.68226260800003. iteration 4506 found worse value: 339.68226260800003. iteration 4507 found worse value: 339.68226260800003. iteration 4508 found worse value: 339.68226260800003. iteration 4509 found worse value: 339.68226260800003. iteration 4510 found worse value: 339.68226260800003. iteration 4511 found worse value: 339.68226260800003. iteration 4512 found worse value: 339.68226260800003. iteration 4513 found worse value: 339.68226260800003. iteration 4514 found worse value: 339.68226260800003. iteration 4515 found worse value: 339.68226260800003. iteration 4516 found worse value: 339.68226260800003. iteration 4517 found worse value: 339.68226260800003. iteration 4518 found worse value: 339.68226260800003. iteration 4519 found worse value: 339.68226260800003. iteration 4520 found worse value: 339.68226260800003. iteration 4521 found worse value: 339.68226260800003. iteration 4522 found worse value: 339.68226260800003. iteration 4523 found worse value: 339.68226260800003. iteration 4524 found worse value: 339.68226260800003. iteration 4525 found worse value: 339.68226260800003. iteration 4526 found worse value: 339.68226260800003. iteration 4527 found worse value: 339.68226260800003. iteration 4528 found worse value: 339.68226260800003. iteration 4529 found worse value: 339.68226260800003. iteration 4530 found worse value: 339.68226260800003. iteration 4531 found worse value: 339.68226260800003. iteration 4532 found worse value: 339.68226260800003. iteration 4533 found worse value: 339.68226260800003. iteration 4534 found worse value: 339.68226260800003. iteration 4535 found worse value: 339.68226260800003. iteration 4536 found worse value: 339.68226260800003. iteration 4537 found worse value: 339.68226260800003. iteration 4538 found worse value: 339.68226260800003. iteration 4539 found worse value: 339.68226260800003. iteration 4540 found worse value: 339.68226260800003. iteration 4541 found worse value: 339.68226260800003. iteration 4542 found worse value: 339.68226260800003. iteration 4543 found worse value: 339.68226260800003. iteration 4544 found worse value: 339.68226260800003. iteration 4545 found worse value: 339.68226260800003. iteration 4546 found worse value: 339.68226260800003. iteration 4547 found worse value: 339.68226260800003. iteration 4548 found worse value: 339.68226260800003. iteration 4549 found worse value: 339.68226260800003. iteration 4550 found worse value: 339.68226260800003. iteration 4551 found worse value: 339.68226260800003. iteration4551, perturbing to get out of local maxima iteration 4552 found worse value: 339.68226260800003. iteration 4553 found worse value: 339.68226260800003. iteration 4554 found worse value: 339.68226260800003. iteration 4555 found worse value: 339.68226260800003. iteration 4556 found worse value: 339.68226260800003. iteration 4557 found worse value: 339.68226260800003. iteration 4558 found worse value: 339.68226260800003. iteration 4559 found worse value: 339.68226260800003. iteration4559, perturbing to get out of local maxima iteration 4560 found worse value: 339.68226260800003. iteration 4561 found worse value: 339.68226260800003. iteration 4562 found worse value: 339.68226260800003. iteration 4563 found worse value: 339.68226260800003. iteration 4564 found worse value: 339.68226260800003. iteration 4565 found worse value: 339.68226260800003. iteration 4566 found worse value: 339.68226260800003. iteration 4567 found worse value: 339.68226260800003. iteration 4568 found worse value: 339.68226260800003. iteration 4569 found worse value: 339.68226260800003. iteration4569, perturbing to get out of local maxima iteration 4570 found worse value: 339.68226260800003. iteration 4571 found worse value: 339.68226260800003. iteration 4572 found worse value: 339.68226260800003. iteration 4573 found worse value: 339.68226260800003. iteration 4574 found worse value: 339.68226260800003. iteration 4575 found worse value: 339.68226260800003. iteration 4576 found worse value: 339.68226260800003. iteration 4577 found worse value: 339.68226260800003. iteration 4578 found worse value: 339.68226260800003. iteration 4579 found worse value: 339.68226260800003. iteration 4580 found worse value: 339.68226260800003. iteration 4581 found worse value: 339.68226260800003. iteration 4582 found worse value: 339.68226260800003. iteration 4583 found worse value: 339.68226260800003. iteration 4584 found worse value: 339.68226260800003. iteration 4585 found worse value: 339.68226260800003. iteration 4586 found worse value: 339.68226260800003. iteration 4587 found worse value: 339.68226260800003. iteration 4588 found worse value: 339.68226260800003. iteration 4589 found worse value: 339.68226260800003. iteration 4590 found worse value: 339.68226260800003. iteration 4591 found worse value: 339.68226260800003. iteration 4592 found worse value: 339.68226260800003. iteration 4593 found worse value: 339.68226260800003. iteration 4594 found worse value: 339.68226260800003. iteration 4595 found worse value: 339.68226260800003. iteration 4596 found worse value: 339.68226260800003. iteration 4597 found worse value: 339.68226260800003. iteration 4598 found worse value: 339.68226260800003. iteration 4599 found worse value: 339.68226260800003. iteration 4600 found worse value: 339.68226260800003. iteration 4601 found worse value: 339.68226260800003. iteration 4602 found worse value: 339.68226260800003. iteration 4603 found worse value: 339.68226260800003. iteration 4604 found worse value: 339.68226260800003. iteration 4605 found worse value: 339.68226260800003. iteration 4606 found worse value: 339.68226260800003. iteration 4607 found worse value: 339.68226260800003. iteration 4608 found worse value: 339.68226260800003. iteration 4609 found worse value: 339.68226260800003. iteration 4610 found worse value: 339.68226260800003. iteration 4611 found worse value: 339.68226260800003. iteration 4612 found worse value: 339.68226260800003. iteration 4613 found worse value: 339.68226260800003. iteration 4614 found worse value: 339.68226260800003. iteration 4615 found worse value: 339.68226260800003. iteration 4616 found worse value: 339.68226260800003. iteration 4617 found worse value: 339.68226260800003. iteration 4618 found worse value: 339.68226260800003. iteration 4619 found worse value: 339.68226260800003. iteration 4620 found worse value: 339.68226260800003. iteration 4621 found worse value: 339.68226260800003. iteration 4622 found worse value: 339.68226260800003. iteration 4623 found worse value: 339.68226260800003. iteration 4624 found worse value: 339.68226260800003. iteration 4625 found worse value: 339.68226260800003. iteration 4626 found worse value: 339.68226260800003. iteration 4627 found worse value: 339.68226260800003. iteration 4628 found worse value: 339.68226260800003. iteration 4629 found worse value: 339.68226260800003. iteration 4630 found worse value: 339.68226260800003. iteration 4631 found worse value: 339.68226260800003. iteration 4632 found worse value: 339.68226260800003. iteration 4633 found worse value: 339.68226260800003. iteration 4634 found worse value: 339.68226260800003. iteration 4635 found worse value: 339.68226260800003. iteration 4636 found worse value: 339.68226260800003. iteration 4637 found worse value: 339.68226260800003. iteration 4638 found worse value: 339.68226260800003. iteration 4639 found worse value: 339.68226260800003. iteration 4640 found worse value: 339.68226260800003. iteration 4641 found worse value: 339.68226260800003. iteration 4642 found worse value: 339.68226260800003. iteration 4643 found worse value: 339.68226260800003. iteration 4644 found worse value: 339.68226260800003. iteration 4645 found worse value: 339.68226260800003. iteration 4646 found worse value: 339.68226260800003. iteration 4647 found worse value: 339.68226260800003. iteration 4648 found worse value: 339.68226260800003. iteration 4649 found worse value: 339.68226260800003. iteration 4650 found worse value: 339.68226260800003. iteration 4651 found worse value: 339.68226260800003. iteration 4652 found worse value: 339.68226260800003. iteration 4653 found worse value: 339.68226260800003. iteration 4654 found worse value: 339.68226260800003. iteration 4655 found worse value: 339.68226260800003. iteration 4656 found worse value: 339.68226260800003. iteration 4657 found worse value: 339.68226260800003. iteration 4658 found worse value: 339.68226260800003. iteration 4659 found worse value: 339.68226260800003. iteration 4660 found worse value: 339.68226260800003. iteration 4661 found worse value: 339.68226260800003. iteration 4662 found worse value: 339.68226260800003. iteration 4663 found worse value: 339.68226260800003. iteration 4664 found worse value: 339.68226260800003. iteration 4665 found worse value: 339.68226260800003. iteration 4666 found worse value: 339.68226260800003. iteration 4667 found worse value: 339.68226260800003. iteration 4668 found worse value: 339.68226260800003. iteration 4669 found worse value: 339.68226260800003. iteration 4670 found worse value: 339.68226260800003. iteration 4671 found worse value: 339.68226260800003. iteration 4672 found worse value: 339.68226260800003. iteration 4673 found worse value: 339.68226260800003. iteration 4674 found worse value: 339.68226260800003. iteration 4675 found worse value: 339.68226260800003. iteration 4676 found worse value: 339.68226260800003. iteration 4677 found worse value: 339.68226260800003. iteration 4678 found worse value: 339.68226260800003. iteration 4679 found worse value: 339.68226260800003. iteration 4680 found worse value: 339.68226260800003. iteration 4681 found worse value: 339.68226260800003. iteration 4682 found worse value: 339.68226260800003. iteration 4683 found worse value: 339.68226260800003. iteration 4684 found worse value: 339.68226260800003. iteration 4685 found worse value: 339.68226260800003. iteration 4686 found worse value: 339.68226260800003. iteration 4687 found worse value: 339.68226260800003. iteration 4688 found worse value: 339.68226260800003. iteration 4689 found worse value: 339.68226260800003. iteration 4690 found worse value: 339.68226260800003. iteration 4691 found worse value: 339.68226260800003. iteration 4692 found worse value: 339.68226260800003. iteration 4693 found worse value: 339.68226260800003. iteration 4694 found worse value: 339.68226260800003. iteration 4695 found worse value: 339.68226260800003. iteration 4696 found worse value: 339.68226260800003. iteration 4697 found worse value: 339.68226260800003. iteration 4698 found worse value: 339.68226260800003. iteration 4699 found worse value: 339.68226260800003. iteration 4700 found worse value: 339.68226260800003. iteration 4701 found worse value: 339.68226260800003. iteration 4702 found worse value: 339.68226260800003. iteration 4703 found worse value: 339.68226260800003. iteration 4704 found worse value: 339.68226260800003. iteration 4705 found worse value: 339.68226260800003. iteration 4706 found worse value: 339.68226260800003. iteration 4707 found worse value: 339.68226260800003. iteration 4708 found worse value: 339.68226260800003. iteration 4709 found worse value: 339.68226260800003. iteration 4710 found worse value: 339.68226260800003. iteration 4711 found worse value: 339.68226260800003. iteration 4712 found worse value: 339.68226260800003. iteration 4713 found worse value: 339.68226260800003. iteration 4714 found worse value: 339.68226260800003. iteration 4715 found worse value: 339.68226260800003. iteration 4716 found worse value: 339.68226260800003. iteration 4717 found worse value: 339.68226260800003. iteration 4718 found worse value: 339.68226260800003. iteration 4719 found worse value: 339.68226260800003. iteration 4720 found worse value: 339.68226260800003. iteration 4721 found worse value: 339.68226260800003. iteration 4722 found worse value: 339.68226260800003. iteration 4723 found worse value: 339.68226260800003. iteration 4724 found worse value: 339.68226260800003. iteration 4725 found worse value: 339.68226260800003. iteration 4726 found worse value: 339.68226260800003. iteration 4727 found worse value: 339.68226260800003. iteration 4728 found worse value: 339.68226260800003. iteration 4729 found worse value: 339.68226260800003. iteration 4730 found worse value: 339.68226260800003. iteration 4731 found worse value: 339.68226260800003. iteration 4732 found worse value: 339.68226260800003. iteration 4733 found worse value: 339.68226260800003. iteration 4734 found worse value: 339.68226260800003. iteration 4735 found worse value: 339.68226260800003. iteration 4736 found worse value: 339.68226260800003. iteration 4737 found worse value: 339.68226260800003. iteration 4738 found worse value: 339.68226260800003. iteration 4739 found worse value: 339.68226260800003. iteration 4740 found worse value: 339.68226260800003. iteration 4741 found worse value: 339.68226260800003. iteration 4742 found worse value: 339.68226260800003. iteration 4743 found worse value: 339.68226260800003. iteration 4744 found worse value: 339.68226260800003. iteration 4745 found worse value: 339.68226260800003. iteration 4746 found worse value: 339.68226260800003. iteration 4747 found worse value: 339.68226260800003. iteration 4748 found worse value: 339.68226260800003. iteration 4749 found worse value: 339.68226260800003. iteration 4750 found worse value: 339.68226260800003. iteration 4751 found worse value: 339.68226260800003. iteration 4752 found worse value: 339.68226260800003. iteration 4753 found worse value: 339.68226260800003. iteration 4754 found worse value: 339.68226260800003. iteration 4755 found worse value: 339.68226260800003. iteration 4756 found worse value: 339.68226260800003. iteration 4757 found worse value: 339.68226260800003. iteration 4758 found worse value: 339.68226260800003. iteration 4759 found worse value: 339.68226260800003. iteration 4760 found worse value: 339.68226260800003. iteration 4761 found worse value: 339.68226260800003. iteration 4762 found worse value: 339.68226260800003. iteration 4763 found worse value: 339.68226260800003. iteration 4764 found worse value: 339.68226260800003. iteration 4765 found worse value: 339.68226260800003. iteration 4766 found worse value: 339.68226260800003. iteration 4767 found worse value: 339.68226260800003. iteration 4768 found worse value: 339.68226260800003. iteration 4769 found worse value: 339.68226260800003. iteration 4770 found worse value: 339.68226260800003. iteration 4771 found worse value: 339.68226260800003. iteration 4772 found worse value: 339.68226260800003. iteration 4773 found worse value: 339.68226260800003. iteration 4774 found worse value: 339.68226260800003. iteration 4775 found worse value: 339.68226260800003. iteration 4776 found worse value: 339.68226260800003. iteration 4777 found worse value: 339.68226260800003. iteration 4778 found worse value: 339.68226260800003. iteration 4779 found worse value: 339.68226260800003. iteration 4780 found worse value: 339.68226260800003. iteration 4781 found worse value: 339.68226260800003. iteration 4782 found worse value: 339.68226260800003. iteration 4783 found worse value: 339.68226260800003. iteration 4784 found worse value: 339.68226260800003. iteration 4785 found worse value: 339.68226260800003. iteration 4786 found worse value: 339.68226260800003. iteration 4787 found worse value: 339.68226260800003. iteration 4788 found worse value: 339.68226260800003. iteration 4789 found worse value: 339.68226260800003. iteration 4790 found worse value: 339.68226260800003. iteration 4791 found worse value: 339.68226260800003. iteration 4792 found worse value: 339.68226260800003. iteration 4793 found worse value: 339.68226260800003. iteration 4794 found worse value: 339.68226260800003. iteration 4795 found worse value: 339.68226260800003. iteration 4796 found worse value: 339.68226260800003. iteration 4797 found worse value: 339.68226260800003. iteration 4798 found worse value: 339.68226260800003. iteration 4799 found worse value: 339.68226260800003. iteration 4800 found worse value: 339.68226260800003. iteration 4801 found worse value: 339.68226260800003. iteration 4802 found worse value: 339.68226260800003. iteration 4803 found worse value: 339.68226260800003. iteration 4804 found worse value: 339.68226260800003. iteration 4805 found worse value: 339.68226260800003. iteration 4806 found worse value: 339.68226260800003. iteration 4807 found worse value: 339.68226260800003. iteration 4808 found worse value: 339.68226260800003. iteration 4809 found worse value: 339.68226260800003. iteration 4810 found worse value: 339.68226260800003. iteration 4811 found worse value: 339.68226260800003. iteration 4812 found worse value: 339.68226260800003. iteration 4813 found worse value: 339.68226260800003. iteration 4814 found worse value: 339.68226260800003. iteration 4815 found worse value: 339.68226260800003. iteration 4816 found worse value: 339.68226260800003. iteration 4817 found worse value: 339.68226260800003. iteration 4818 found worse value: 339.68226260800003. iteration 4819 found worse value: 339.68226260800003. iteration 4820 found worse value: 339.68226260800003. iteration 4821 found worse value: 339.68226260800003. iteration 4822 found worse value: 339.68226260800003. iteration 4823 found worse value: 339.68226260800003. iteration 4824 found worse value: 339.68226260800003. iteration 4825 found worse value: 339.68226260800003. iteration 4826 found worse value: 339.68226260800003. iteration 4827 found worse value: 339.68226260800003. iteration 4828 found worse value: 339.68226260800003. iteration 4829 found worse value: 339.68226260800003. iteration 4830 found worse value: 339.68226260800003. iteration 4831 found worse value: 339.68226260800003. iteration 4832 found worse value: 339.68226260800003. iteration 4833 found worse value: 339.68226260800003. iteration 4834 found worse value: 339.68226260800003. iteration 4835 found worse value: 339.68226260800003. iteration 4836 found worse value: 339.68226260800003. iteration 4837 found worse value: 339.68226260800003. iteration 4838 found worse value: 339.68226260800003. iteration 4839 found worse value: 339.68226260800003. iteration 4840 found worse value: 339.68226260800003. iteration 4841 found worse value: 339.68226260800003. iteration 4842 found worse value: 339.68226260800003. iteration 4843 found worse value: 339.68226260800003. iteration 4844 found worse value: 339.68226260800003. iteration 4845 found worse value: 339.68226260800003. iteration 4846 found worse value: 339.68226260800003. iteration 4847 found worse value: 339.68226260800003. iteration 4848 found worse value: 339.68226260800003. iteration 4849 found worse value: 339.68226260800003. iteration 4850 found worse value: 339.68226260800003. iteration 4851 found worse value: 339.68226260800003. iteration 4852 found worse value: 339.68226260800003. iteration 4853 found worse value: 339.68226260800003. iteration 4854 found worse value: 339.68226260800003. iteration 4855 found worse value: 339.68226260800003. iteration 4856 found worse value: 339.68226260800003. iteration 4857 found worse value: 339.68226260800003. iteration 4858 found worse value: 339.68226260800003. iteration 4859 found worse value: 339.68226260800003. iteration 4860 found worse value: 339.68226260800003. iteration 4861 found worse value: 339.68226260800003. iteration 4862 found worse value: 339.68226260800003. iteration 4863 found worse value: 339.68226260800003. iteration 4864 found worse value: 339.68226260800003. iteration 4865 found worse value: 339.68226260800003. iteration 4866 found worse value: 339.68226260800003. iteration 4867 found worse value: 339.68226260800003. iteration 4868 found worse value: 339.68226260800003. iteration 4869 found worse value: 339.68226260800003. iteration 4870 found worse value: 339.68226260800003. iteration 4871 found worse value: 339.68226260800003. iteration 4872 found worse value: 339.68226260800003. iteration 4873 found worse value: 339.68226260800003. iteration 4874 found worse value: 339.68226260800003. iteration 4875 found worse value: 339.68226260800003. iteration 4876 found worse value: 339.68226260800003. iteration 4877 found worse value: 339.68226260800003. iteration 4878 found worse value: 339.68226260800003. iteration 4879 found worse value: 339.68226260800003. iteration 4880 found worse value: 339.68226260800003. iteration 4881 found worse value: 339.68226260800003. iteration 4882 found worse value: 339.68226260800003. iteration 4883 found worse value: 339.68226260800003. iteration 4884 found worse value: 339.68226260800003. iteration 4885 found worse value: 339.68226260800003. iteration 4886 found worse value: 339.68226260800003. iteration 4887 found worse value: 339.68226260800003. iteration 4888 found worse value: 339.68226260800003. iteration 4889 found worse value: 339.68226260800003. iteration 4890 found worse value: 339.68226260800003. iteration 4891 found worse value: 339.68226260800003. iteration 4892 found worse value: 339.68226260800003. iteration 4893 found worse value: 339.68226260800003. iteration 4894 found worse value: 339.68226260800003. iteration 4895 found worse value: 339.68226260800003. iteration 4896 found worse value: 339.68226260800003. iteration 4897 found worse value: 339.68226260800003. iteration 4898 found worse value: 339.68226260800003. iteration 4899 found worse value: 339.68226260800003. iteration 4900 found worse value: 339.68226260800003. iteration 4901 found worse value: 339.68226260800003. iteration 4902 found worse value: 339.68226260800003. iteration 4903 found worse value: 339.68226260800003. iteration 4904 found worse value: 339.68226260800003. iteration 4905 found worse value: 339.68226260800003. iteration 4906 found worse value: 339.68226260800003. iteration 4907 found worse value: 339.68226260800003. iteration 4908 found worse value: 339.68226260800003. iteration 4909 found worse value: 339.68226260800003. iteration 4910 found worse value: 339.68226260800003. iteration 4911 found worse value: 339.68226260800003. iteration 4912 found worse value: 339.68226260800003. iteration 4913 found worse value: 339.68226260800003. iteration 4914 found worse value: 339.68226260800003. iteration 4915 found worse value: 339.68226260800003. iteration 4916 found worse value: 339.68226260800003. iteration 4917 found worse value: 339.68226260800003. iteration 4918 found worse value: 339.68226260800003. iteration 4919 found worse value: 339.68226260800003. iteration 4920 found worse value: 339.68226260800003. iteration 4921 found worse value: 339.68226260800003. iteration 4922 found worse value: 339.68226260800003. iteration 4923 found worse value: 339.68226260800003. iteration 4924 found worse value: 339.68226260800003. iteration 4925 found worse value: 339.68226260800003. iteration 4926 found worse value: 339.68226260800003. iteration 4927 found worse value: 339.68226260800003. iteration 4928 found worse value: 339.68226260800003. iteration 4929 found worse value: 339.68226260800003. iteration 4930 found worse value: 339.68226260800003. iteration 4931 found worse value: 339.68226260800003. iteration 4932 found worse value: 339.68226260800003. iteration 4933 found worse value: 339.68226260800003. iteration 4934 found worse value: 339.68226260800003. iteration 4935 found worse value: 339.68226260800003. iteration 4936 found worse value: 339.68226260800003. iteration 4937 found worse value: 339.68226260800003. iteration 4938 found worse value: 339.68226260800003. iteration 4939 found worse value: 339.68226260800003. iteration 4940 found worse value: 339.68226260800003. iteration 4941 found worse value: 339.68226260800003. iteration 4942 found worse value: 339.68226260800003. iteration 4943 found worse value: 339.68226260800003. iteration 4944 found worse value: 339.68226260800003. iteration 4945 found worse value: 339.68226260800003. iteration 4946 found worse value: 339.68226260800003. iteration 4947 found worse value: 339.68226260800003. iteration 4948 found worse value: 339.68226260800003. iteration 4949 found worse value: 339.68226260800003. iteration 4950 found worse value: 339.68226260800003. iteration 4951 found worse value: 339.68226260800003. iteration 4952 found worse value: 339.68226260800003. iteration 4953 found worse value: 339.68226260800003. iteration 4954 found worse value: 339.68226260800003. iteration 4955 found worse value: 339.68226260800003. iteration 4956 found worse value: 339.68226260800003. iteration 4957 found worse value: 339.68226260800003. iteration 4958 found worse value: 339.68226260800003. iteration 4959 found worse value: 339.68226260800003. iteration 4960 found worse value: 339.68226260800003. iteration 4961 found worse value: 339.68226260800003. iteration 4962 found worse value: 339.68226260800003. iteration 4963 found worse value: 339.68226260800003. iteration 4964 found worse value: 339.68226260800003. iteration 4965 found worse value: 339.68226260800003. iteration 4966 found worse value: 339.68226260800003. iteration 4967 found worse value: 339.68226260800003. iteration 4968 found worse value: 339.68226260800003. iteration 4969 found worse value: 339.68226260800003. iteration 4970 found worse value: 339.68226260800003. iteration 4971 found worse value: 339.68226260800003. iteration 4972 found worse value: 339.68226260800003. iteration 4973 found worse value: 339.68226260800003. iteration 4974 found worse value: 339.68226260800003. iteration 4975 found worse value: 339.68226260800003. iteration 4976 found worse value: 339.68226260800003. iteration 4977 found worse value: 339.68226260800003. iteration4977, perturbing to get out of local maxima iteration 4978 found worse value: 339.68226260800003. iteration 4979 found worse value: 339.68226260800003. iteration 4980 found worse value: 339.68226260800003. iteration 4981 found worse value: 339.68226260800003. iteration 4982 found worse value: 339.68226260800003. iteration 4983 found worse value: 339.68226260800003. iteration 4984 found worse value: 339.68226260800003. iteration 4985 found worse value: 339.68226260800003. iteration 4986 found worse value: 339.68226260800003. iteration 4987 found worse value: 339.68226260800003. iteration 4988 found worse value: 339.68226260800003. iteration 4989 found worse value: 339.68226260800003. iteration 4990 found worse value: 339.68226260800003. iteration 4991 found worse value: 339.68226260800003. iteration 4992 found worse value: 339.68226260800003. iteration 4993 found worse value: 339.68226260800003. iteration 4994 found worse value: 339.68226260800003. iteration 4995 found worse value: 339.68226260800003. iteration 4996 found worse value: 339.68226260800003. iteration 4997 found worse value: 339.68226260800003. iteration 4998 found worse value: 339.68226260800003. iteration 4999 found worse value: 339.68226260800003. iteration 5000 found worse value: 339.68226260800003. iteration 5001 found worse value: 339.68226260800003. iteration 5002 found worse value: 339.68226260800003. iteration 5003 found worse value: 339.68226260800003. iteration 5004 found worse value: 339.68226260800003. iteration 5005 found worse value: 339.68226260800003. iteration 5006 found worse value: 339.68226260800003. iteration 5007 found worse value: 339.68226260800003. iteration 5008 found worse value: 339.68226260800003. iteration 5009 found worse value: 339.68226260800003. iteration 5010 found worse value: 339.68226260800003. iteration 5011 found worse value: 339.68226260800003. iteration 5012 found worse value: 339.68226260800003. iteration 5013 found worse value: 339.68226260800003. iteration 5014 found worse value: 339.68226260800003. iteration 5015 found worse value: 339.68226260800003. iteration 5016 found worse value: 339.68226260800003. iteration 5017 found worse value: 339.68226260800003. iteration 5018 found worse value: 339.68226260800003. iteration 5019 found worse value: 339.68226260800003. iteration 5020 found worse value: 339.68226260800003. iteration 5021 found worse value: 339.68226260800003. iteration 5022 found worse value: 339.68226260800003. iteration 5023 found worse value: 339.68226260800003. iteration 5024 found worse value: 339.68226260800003. iteration 5025 found worse value: 339.68226260800003. iteration 5026 found worse value: 339.68226260800003. iteration 5027 found worse value: 339.68226260800003. iteration 5028 found worse value: 339.68226260800003. iteration 5029 found worse value: 339.68226260800003. iteration 5030 found worse value: 339.68226260800003. iteration 5031 found worse value: 339.68226260800003. iteration 5032 found worse value: 339.68226260800003. iteration 5033 found worse value: 339.68226260800003. iteration 5034 found worse value: 339.68226260800003. iteration 5035 found worse value: 339.68226260800003. iteration 5036 found worse value: 339.68226260800003. iteration 5037 found worse value: 339.68226260800003. iteration 5038 found worse value: 339.68226260800003. iteration 5039 found worse value: 339.68226260800003. iteration 5040 found worse value: 339.68226260800003. iteration 5041 found worse value: 339.68226260800003. iteration 5042 found worse value: 339.68226260800003. iteration 5043 found worse value: 339.68226260800003. iteration 5044 found worse value: 339.68226260800003. iteration 5045 found worse value: 339.68226260800003. iteration 5046 found worse value: 339.68226260800003. iteration 5047 found worse value: 339.68226260800003. iteration 5048 found worse value: 339.68226260800003. iteration 5049 found worse value: 339.68226260800003. iteration5049, perturbing to get out of local maxima iteration 5050 found worse value: 339.68226260800003. iteration 5051 found worse value: 339.68226260800003. iteration 5052 found worse value: 339.68226260800003. iteration 5053 found worse value: 339.68226260800003. iteration 5054 found worse value: 339.68226260800003. iteration 5055 found worse value: 339.68226260800003. iteration 5056 found worse value: 339.68226260800003. iteration 5057 found worse value: 339.68226260800003. iteration 5058 found worse value: 339.68226260800003. iteration 5059 found worse value: 339.68226260800003. iteration 5060 found worse value: 339.68226260800003. iteration 5061 found worse value: 339.68226260800003. iteration 5062 found worse value: 339.68226260800003. iteration 5063 found worse value: 339.68226260800003. iteration 5064 found worse value: 339.68226260800003. iteration 5065 found worse value: 339.68226260800003. iteration 5066 found worse value: 339.68226260800003. iteration 5067 found worse value: 339.68226260800003. iteration 5068 found worse value: 339.68226260800003. iteration 5069 found worse value: 339.68226260800003. iteration 5070 found worse value: 339.68226260800003. iteration 5071 found worse value: 339.68226260800003. iteration 5072 found worse value: 339.68226260800003. iteration 5073 found worse value: 339.68226260800003. iteration 5074 found worse value: 339.68226260800003. iteration 5075 found worse value: 339.68226260800003. iteration 5076 found worse value: 339.68226260800003. iteration 5077 found worse value: 339.68226260800003. iteration 5078 found worse value: 339.68226260800003. iteration 5079 found worse value: 339.68226260800003. iteration 5080 found worse value: 339.68226260800003. iteration 5081 found worse value: 339.68226260800003. iteration 5082 found worse value: 339.68226260800003. iteration 5083 found worse value: 339.68226260800003. iteration 5084 found worse value: 339.68226260800003. iteration 5085 found worse value: 339.68226260800003. iteration 5086 found worse value: 339.68226260800003. iteration 5087 found worse value: 339.68226260800003. iteration 5088 found worse value: 339.68226260800003. iteration 5089 found worse value: 339.68226260800003. iteration 5090 found worse value: 339.68226260800003. iteration 5091 found worse value: 339.68226260800003. iteration 5092 found worse value: 339.68226260800003. iteration 5093 found worse value: 339.68226260800003. iteration 5094 found worse value: 339.68226260800003. iteration 5095 found worse value: 339.68226260800003. iteration 5096 found worse value: 339.68226260800003. iteration 5097 found worse value: 339.68226260800003. iteration 5098 found worse value: 339.68226260800003. iteration 5099 found worse value: 339.68226260800003. iteration 5100 found worse value: 339.68226260800003. iteration 5101 found worse value: 339.68226260800003. iteration 5102 found worse value: 339.68226260800003. iteration 5103 found worse value: 339.68226260800003. iteration 5104 found worse value: 339.68226260800003. iteration 5105 found worse value: 339.68226260800003. iteration 5106 found worse value: 339.68226260800003. iteration 5107 found worse value: 339.68226260800003. iteration 5108 found worse value: 339.68226260800003. iteration 5109 found worse value: 339.68226260800003. iteration 5110 found worse value: 339.68226260800003. iteration 5111 found worse value: 339.68226260800003. iteration 5112 found worse value: 339.68226260800003. iteration 5113 found worse value: 339.68226260800003. iteration 5114 found worse value: 339.68226260800003. iteration 5115 found worse value: 339.68226260800003. iteration 5116 found worse value: 339.68226260800003. iteration 5117 found worse value: 339.68226260800003. iteration 5118 found worse value: 339.68226260800003. iteration 5119 found worse value: 339.68226260800003. iteration 5120 found worse value: 339.68226260800003. iteration 5121 found worse value: 339.68226260800003. iteration 5122 found worse value: 339.68226260800003. iteration 5123 found worse value: 339.68226260800003. iteration 5124 found worse value: 339.68226260800003. iteration 5125 found worse value: 339.68226260800003. iteration 5126 found worse value: 339.68226260800003. iteration 5127 found worse value: 339.68226260800003. iteration 5128 found worse value: 339.68226260800003. iteration 5129 found worse value: 339.68226260800003. iteration 5130 found worse value: 339.68226260800003. iteration 5131 found worse value: 339.68226260800003. iteration 5132 found worse value: 339.68226260800003. iteration 5133 found worse value: 339.68226260800003. iteration 5134 found worse value: 339.68226260800003. iteration 5135 found worse value: 339.68226260800003. iteration 5136 found worse value: 339.68226260800003. iteration 5137 found worse value: 339.68226260800003. iteration 5138 found worse value: 339.68226260800003. iteration 5139 found worse value: 339.68226260800003. iteration 5140 found worse value: 339.68226260800003. iteration5140, perturbing to get out of local maxima iteration 5141 found worse value: 339.68226260800003. iteration 5142 found worse value: 339.68226260800003. iteration 5143 found worse value: 339.68226260800003. iteration 5144 found worse value: 339.68226260800003. iteration 5145 found worse value: 339.68226260800003. iteration 5146 found worse value: 339.68226260800003. iteration 5147 found worse value: 339.68226260800003. iteration 5148 found worse value: 339.68226260800003. iteration 5149 found worse value: 339.68226260800003. iteration 5150 found worse value: 339.68226260800003. iteration 5151 found worse value: 339.68226260800003. iteration 5152 found worse value: 339.68226260800003. iteration 5153 found worse value: 339.68226260800003. iteration 5154 found worse value: 339.68226260800003. iteration 5155 found worse value: 339.68226260800003. iteration 5156 found worse value: 339.68226260800003. iteration 5157 found worse value: 339.68226260800003. iteration 5158 found worse value: 339.68226260800003. iteration 5159 found worse value: 339.68226260800003. iteration 5160 found worse value: 339.68226260800003. iteration 5161 found worse value: 339.68226260800003. iteration 5162 found worse value: 339.68226260800003. iteration 5163 found worse value: 339.68226260800003. iteration 5164 found worse value: 339.68226260800003. iteration 5165 found worse value: 339.68226260800003. iteration 5166 found worse value: 339.68226260800003. iteration 5167 found worse value: 339.68226260800003. iteration 5168 found worse value: 339.68226260800003. iteration 5169 found worse value: 339.68226260800003. iteration 5170 found worse value: 339.68226260800003. iteration 5171 found worse value: 339.68226260800003. iteration 5172 found worse value: 339.68226260800003. iteration 5173 found worse value: 339.68226260800003. iteration 5174 found worse value: 339.68226260800003. iteration 5175 found worse value: 339.68226260800003. iteration5175, perturbing to get out of local maxima iteration 5176 found worse value: 339.68226260800003. iteration5176, perturbing to get out of local maxima iteration 5177 found worse value: 339.68226260800003. iteration 5178 found worse value: 339.68226260800003. iteration 5179 found worse value: 339.68226260800003. iteration 5180 found worse value: 339.68226260800003. iteration 5181 found worse value: 339.68226260800003. iteration 5182 found worse value: 339.68226260800003. iteration 5183 found worse value: 339.68226260800003. iteration 5184 found worse value: 339.68226260800003. iteration 5185 found worse value: 339.68226260800003. iteration 5186 found worse value: 339.68226260800003. iteration 5187 found worse value: 339.68226260800003. iteration 5188 found worse value: 339.68226260800003. iteration 5189 found worse value: 339.68226260800003. iteration 5190 found worse value: 339.68226260800003. iteration 5191 found worse value: 339.68226260800003. iteration 5192 found worse value: 339.68226260800003. iteration 5193 found worse value: 339.68226260800003. iteration 5194 found worse value: 339.68226260800003. iteration 5195 found worse value: 339.68226260800003. iteration 5196 found worse value: 339.68226260800003. iteration 5197 found worse value: 339.68226260800003. iteration 5198 found worse value: 339.68226260800003. iteration 5199 found worse value: 339.68226260800003. iteration 5200 found worse value: 339.68226260800003. iteration 5201 found worse value: 339.68226260800003. iteration 5202 found worse value: 339.68226260800003. iteration 5203 found worse value: 339.68226260800003. iteration 5204 found worse value: 339.68226260800003. iteration 5205 found worse value: 339.68226260800003. iteration 5206 found worse value: 339.68226260800003. iteration 5207 found worse value: 339.68226260800003. iteration5207, perturbing to get out of local maxima iteration 5208 found worse value: 339.68226260800003. iteration 5209 found worse value: 339.68226260800003. iteration 5210 found worse value: 339.68226260800003. iteration 5211 found worse value: 339.68226260800003. iteration 5212 found worse value: 339.68226260800003. iteration 5213 found worse value: 339.68226260800003. iteration 5214 found worse value: 339.68226260800003. iteration 5215 found worse value: 339.68226260800003. iteration 5216 found worse value: 339.68226260800003. iteration 5217 found worse value: 339.68226260800003. iteration 5218 found worse value: 339.68226260800003. iteration 5219 found worse value: 339.68226260800003. iteration 5220 found worse value: 339.68226260800003. iteration 5221 found worse value: 339.68226260800003. iteration 5222 found worse value: 339.68226260800003. iteration 5223 found worse value: 339.68226260800003. iteration 5224 found worse value: 339.68226260800003. iteration 5225 found worse value: 339.68226260800003. iteration 5226 found worse value: 339.68226260800003. iteration 5227 found worse value: 339.68226260800003. iteration 5228 found worse value: 339.68226260800003. iteration 5229 found worse value: 339.68226260800003. iteration 5230 found worse value: 339.68226260800003. iteration 5231 found worse value: 339.68226260800003. iteration 5232 found worse value: 339.68226260800003. iteration 5233 found worse value: 339.68226260800003. iteration 5234 found worse value: 339.68226260800003. iteration 5235 found worse value: 339.68226260800003. iteration 5236 found worse value: 339.68226260800003. iteration 5237 found worse value: 339.68226260800003. iteration 5238 found worse value: 339.68226260800003. iteration 5239 found worse value: 339.68226260800003. iteration 5240 found worse value: 339.68226260800003. iteration 5241 found worse value: 339.68226260800003. iteration 5242 found worse value: 339.68226260800003. iteration 5243 found worse value: 339.68226260800003. iteration 5244 found worse value: 339.68226260800003. iteration 5245 found worse value: 339.68226260800003. iteration 5246 found worse value: 339.68226260800003. iteration 5247 found worse value: 339.68226260800003. iteration 5248 found worse value: 339.68226260800003. iteration 5249 found worse value: 339.68226260800003. iteration 5250 found worse value: 339.68226260800003. iteration 5251 found worse value: 339.68226260800003. iteration 5252 found worse value: 339.68226260800003. iteration 5253 found worse value: 339.68226260800003. iteration 5254 found worse value: 339.68226260800003. iteration 5255 found worse value: 339.68226260800003. iteration 5256 found worse value: 339.68226260800003. iteration 5257 found worse value: 339.68226260800003. iteration 5258 found worse value: 339.68226260800003. iteration 5259 found worse value: 339.68226260800003. iteration 5260 found worse value: 339.68226260800003. iteration 5261 found worse value: 339.68226260800003. iteration 5262 found worse value: 339.68226260800003. iteration 5263 found worse value: 339.68226260800003. iteration 5264 found worse value: 339.68226260800003. iteration 5265 found worse value: 339.68226260800003. iteration 5266 found worse value: 339.68226260800003. iteration 5267 found worse value: 339.68226260800003. iteration 5268 found worse value: 339.68226260800003. iteration 5269 found worse value: 339.68226260800003. iteration 5270 found worse value: 339.68226260800003. iteration 5271 found worse value: 339.68226260800003. iteration 5272 found worse value: 339.68226260800003. iteration 5273 found worse value: 339.68226260800003. iteration 5274 found worse value: 339.68226260800003. iteration 5275 found worse value: 339.68226260800003. iteration 5276 found worse value: 339.68226260800003. iteration 5277 found worse value: 339.68226260800003. iteration 5278 found worse value: 339.68226260800003. iteration 5279 found worse value: 339.68226260800003. iteration 5280 found worse value: 339.68226260800003. iteration 5281 found worse value: 339.68226260800003. iteration 5282 found worse value: 339.68226260800003. iteration 5283 found worse value: 339.68226260800003. iteration 5284 found worse value: 339.68226260800003. iteration 5285 found worse value: 339.68226260800003. iteration 5286 found worse value: 339.68226260800003. iteration 5287 found worse value: 339.68226260800003. iteration 5288 found worse value: 339.68226260800003. iteration 5289 found worse value: 339.68226260800003. iteration 5290 found worse value: 339.68226260800003. iteration 5291 found worse value: 339.68226260800003. iteration 5292 found worse value: 339.68226260800003. iteration 5293 found worse value: 339.68226260800003. iteration 5294 found worse value: 339.68226260800003. iteration 5295 found worse value: 339.68226260800003. iteration 5296 found worse value: 339.68226260800003. iteration 5297 found worse value: 339.68226260800003. iteration 5298 found worse value: 339.68226260800003. iteration 5299 found worse value: 339.68226260800003. iteration 5300 found worse value: 339.68226260800003. iteration 5301 found worse value: 339.68226260800003. iteration 5302 found worse value: 339.68226260800003. iteration 5303 found worse value: 339.68226260800003. iteration 5304 found worse value: 339.68226260800003. iteration 5305 found worse value: 339.68226260800003. iteration 5306 found worse value: 339.68226260800003. iteration 5307 found worse value: 339.68226260800003. iteration 5308 found worse value: 339.68226260800003. iteration 5309 found worse value: 339.68226260800003. iteration 5310 found worse value: 339.68226260800003. iteration 5311 found worse value: 339.68226260800003. iteration 5312 found worse value: 339.68226260800003. iteration 5313 found worse value: 339.68226260800003. iteration 5314 found worse value: 339.68226260800003. iteration 5315 found worse value: 339.68226260800003. iteration 5316 found worse value: 339.68226260800003. iteration 5317 found worse value: 339.68226260800003. iteration 5318 found worse value: 339.68226260800003. iteration 5319 found worse value: 339.68226260800003. iteration 5320 found worse value: 339.68226260800003. iteration 5321 found worse value: 339.68226260800003. iteration 5322 found worse value: 339.68226260800003. iteration 5323 found worse value: 339.68226260800003. iteration 5324 found worse value: 339.68226260800003. iteration 5325 found worse value: 339.68226260800003. iteration 5326 found worse value: 339.68226260800003. iteration 5327 found worse value: 339.68226260800003. iteration 5328 found worse value: 339.68226260800003. iteration 5329 found worse value: 339.68226260800003. iteration 5330 found worse value: 339.68226260800003. iteration 5331 found worse value: 339.68226260800003. iteration 5332 found worse value: 339.68226260800003. iteration 5333 found worse value: 339.68226260800003. iteration 5334 found worse value: 339.68226260800003. iteration 5335 found worse value: 339.68226260800003. iteration 5336 found worse value: 339.68226260800003. iteration 5337 found worse value: 339.68226260800003. iteration 5338 found worse value: 339.68226260800003. iteration 5339 found worse value: 339.68226260800003. iteration 5340 found worse value: 339.68226260800003. iteration 5341 found worse value: 339.68226260800003. iteration 5342 found worse value: 339.68226260800003. iteration 5343 found worse value: 339.68226260800003. iteration 5344 found worse value: 339.68226260800003. iteration 5345 found worse value: 339.68226260800003. iteration 5346 found worse value: 339.68226260800003. iteration 5347 found worse value: 339.68226260800003. iteration 5348 found worse value: 339.68226260800003. iteration 5349 found worse value: 339.68226260800003. iteration 5350 found worse value: 339.68226260800003. iteration 5351 found worse value: 339.68226260800003. iteration 5352 found worse value: 339.68226260800003. iteration 5353 found worse value: 339.68226260800003. iteration 5354 found worse value: 339.68226260800003. iteration 5355 found worse value: 339.68226260800003. iteration 5356 found worse value: 339.68226260800003. iteration 5357 found worse value: 339.68226260800003. iteration 5358 found worse value: 339.68226260800003. iteration 5359 found worse value: 339.68226260800003. iteration 5360 found worse value: 339.68226260800003. iteration 5361 found worse value: 339.68226260800003. iteration 5362 found worse value: 339.68226260800003. iteration 5363 found worse value: 339.68226260800003. iteration 5364 found worse value: 339.68226260800003. iteration 5365 found worse value: 339.68226260800003. iteration 5366 found worse value: 339.68226260800003. iteration 5367 found worse value: 339.68226260800003. iteration 5368 found worse value: 339.68226260800003. iteration 5369 found worse value: 339.68226260800003. iteration 5370 found worse value: 339.68226260800003. iteration 5371 found worse value: 339.68226260800003. iteration 5372 found worse value: 339.68226260800003. iteration 5373 found worse value: 339.68226260800003. iteration 5374 found worse value: 339.68226260800003. iteration 5375 found worse value: 339.68226260800003. iteration 5376 found worse value: 339.68226260800003. iteration 5377 found worse value: 339.68226260800003. iteration 5378 found worse value: 339.68226260800003. iteration 5379 found worse value: 339.68226260800003. iteration 5380 found worse value: 339.68226260800003. iteration 5381 found worse value: 339.68226260800003. iteration 5382 found worse value: 339.68226260800003. iteration 5383 found worse value: 339.68226260800003. iteration 5384 found worse value: 339.68226260800003. iteration 5385 found worse value: 339.68226260800003. iteration 5386 found worse value: 339.68226260800003. iteration 5387 found worse value: 339.68226260800003. iteration 5388 found worse value: 339.68226260800003. iteration 5389 found worse value: 339.68226260800003. iteration 5390 found worse value: 339.68226260800003. iteration 5391 found worse value: 339.68226260800003. iteration 5392 found worse value: 339.68226260800003. iteration 5393 found worse value: 339.68226260800003. iteration 5394 found worse value: 339.68226260800003. iteration 5395 found worse value: 339.68226260800003. iteration 5396 found worse value: 339.68226260800003. iteration 5397 found worse value: 339.68226260800003. iteration 5398 found worse value: 339.68226260800003. iteration 5399 found worse value: 339.68226260800003. iteration 5400 found worse value: 339.68226260800003. iteration 5401 found worse value: 339.68226260800003. iteration 5402 found worse value: 339.68226260800003. iteration 5403 found worse value: 339.68226260800003. iteration 5404 found worse value: 339.68226260800003. iteration 5405 found worse value: 339.68226260800003. iteration 5406 found worse value: 339.68226260800003. iteration 5407 found worse value: 339.68226260800003. iteration 5408 found worse value: 339.68226260800003. iteration 5409 found worse value: 339.68226260800003. iteration 5410 found worse value: 339.68226260800003. iteration 5411 found worse value: 339.68226260800003. iteration 5412 found worse value: 339.68226260800003. iteration 5413 found worse value: 339.68226260800003. iteration 5414 found worse value: 339.68226260800003. iteration 5415 found worse value: 339.68226260800003. iteration 5416 found worse value: 339.68226260800003. iteration 5417 found worse value: 339.68226260800003. iteration 5418 found worse value: 339.68226260800003. iteration 5419 found worse value: 339.68226260800003. iteration 5420 found worse value: 339.68226260800003. iteration 5421 found worse value: 339.68226260800003. iteration 5422 found worse value: 339.68226260800003. iteration 5423 found worse value: 339.68226260800003. iteration 5424 found worse value: 339.68226260800003. iteration 5425 found worse value: 339.68226260800003. iteration 5426 found worse value: 339.68226260800003. iteration 5427 found worse value: 339.68226260800003. iteration 5428 found worse value: 339.68226260800003. iteration 5429 found worse value: 339.68226260800003. iteration 5430 found worse value: 339.68226260800003. iteration 5431 found worse value: 339.68226260800003. iteration 5432 found worse value: 339.68226260800003. iteration 5433 found worse value: 339.68226260800003. iteration 5434 found worse value: 339.68226260800003. iteration 5435 found worse value: 339.68226260800003. iteration 5436 found worse value: 339.68226260800003. iteration 5437 found worse value: 339.68226260800003. iteration 5438 found worse value: 339.68226260800003. iteration 5439 found worse value: 339.68226260800003. iteration 5440 found worse value: 339.68226260800003. iteration 5441 found worse value: 339.68226260800003. iteration 5442 found worse value: 339.68226260800003. iteration 5443 found worse value: 339.68226260800003. iteration 5444 found worse value: 339.68226260800003. iteration 5445 found worse value: 339.68226260800003. iteration 5446 found worse value: 339.68226260800003. iteration 5447 found worse value: 339.68226260800003. iteration 5448 found worse value: 339.68226260800003. iteration 5449 found worse value: 339.68226260800003. iteration 5450 found worse value: 339.68226260800003. iteration 5451 found worse value: 339.68226260800003. iteration 5452 found worse value: 339.68226260800003. iteration 5453 found worse value: 339.68226260800003. iteration 5454 found worse value: 339.68226260800003. iteration 5455 found worse value: 339.68226260800003. iteration 5456 found worse value: 339.68226260800003. iteration 5457 found worse value: 339.68226260800003. iteration 5458 found worse value: 339.68226260800003. iteration 5459 found worse value: 339.68226260800003. iteration 5460 found worse value: 339.68226260800003. iteration 5461 found worse value: 339.68226260800003. iteration 5462 found worse value: 339.68226260800003. iteration 5463 found worse value: 339.68226260800003. iteration 5464 found worse value: 339.68226260800003. iteration 5465 found worse value: 339.68226260800003. iteration 5466 found worse value: 339.68226260800003. iteration 5467 found worse value: 339.68226260800003. iteration 5468 found worse value: 339.68226260800003. iteration 5469 found worse value: 339.68226260800003. iteration 5470 found worse value: 339.68226260800003. iteration 5471 found worse value: 339.68226260800003. iteration 5472 found worse value: 339.68226260800003. iteration 5473 found worse value: 339.68226260800003. iteration 5474 found worse value: 339.68226260800003. iteration 5475 found worse value: 339.68226260800003. iteration 5476 found worse value: 339.68226260800003. iteration 5477 found equal value: 339.68226260800003. iteration 5478 found worse value: 339.68226260800003. iteration 5479 found worse value: 339.68226260800003. iteration 5480 found worse value: 339.68226260800003. iteration 5481 found worse value: 339.68226260800003. iteration 5482 found worse value: 339.68226260800003. iteration 5483 found worse value: 339.68226260800003. iteration 5484 found worse value: 339.68226260800003. iteration 5485 found worse value: 339.68226260800003. iteration 5486 found worse value: 339.68226260800003. iteration 5487 found worse value: 339.68226260800003. iteration 5488 found worse value: 339.68226260800003. iteration 5489 found worse value: 339.68226260800003. iteration 5490 found worse value: 339.68226260800003. iteration 5491 found worse value: 339.68226260800003. iteration 5492 found worse value: 339.68226260800003. iteration 5493 found worse value: 339.68226260800003. iteration 5494 found worse value: 339.68226260800003. iteration 5495 found worse value: 339.68226260800003. iteration 5496 found worse value: 339.68226260800003. iteration 5497 found worse value: 339.68226260800003. iteration 5498 found worse value: 339.68226260800003. iteration 5499 found worse value: 339.68226260800003. iteration 5500 found worse value: 339.68226260800003. iteration 5501 found worse value: 339.68226260800003. iteration 5502 found worse value: 339.68226260800003. iteration 5503 found worse value: 339.68226260800003. iteration 5504 found worse value: 339.68226260800003. iteration 5505 found worse value: 339.68226260800003. iteration 5506 found worse value: 339.68226260800003. iteration 5507 found worse value: 339.68226260800003. iteration 5508 found worse value: 339.68226260800003. iteration 5509 found worse value: 339.68226260800003. iteration 5510 found worse value: 339.68226260800003. iteration 5511 found worse value: 339.68226260800003. iteration 5512 found worse value: 339.68226260800003. iteration 5513 found worse value: 339.68226260800003. iteration 5514 found worse value: 339.68226260800003. iteration 5515 found worse value: 339.68226260800003. iteration 5516 found worse value: 339.68226260800003. iteration 5517 found worse value: 339.68226260800003. iteration 5518 found worse value: 339.68226260800003. iteration 5519 found worse value: 339.68226260800003. iteration 5520 found worse value: 339.68226260800003. iteration 5521 found worse value: 339.68226260800003. iteration 5522 found worse value: 339.68226260800003. iteration 5523 found worse value: 339.68226260800003. iteration 5524 found worse value: 339.68226260800003. iteration 5525 found worse value: 339.68226260800003. iteration 5526 found worse value: 339.68226260800003. iteration 5527 found worse value: 339.68226260800003. iteration 5528 found worse value: 339.68226260800003. iteration 5529 found worse value: 339.68226260800003. iteration 5530 found worse value: 339.68226260800003. iteration 5531 found worse value: 339.68226260800003. iteration 5532 found worse value: 339.68226260800003. iteration 5533 found worse value: 339.68226260800003. iteration 5534 found worse value: 339.68226260800003. iteration 5535 found worse value: 339.68226260800003. iteration 5536 found worse value: 339.68226260800003. iteration 5537 found worse value: 339.68226260800003. iteration 5538 found worse value: 339.68226260800003. iteration 5539 found worse value: 339.68226260800003. iteration 5540 found worse value: 339.68226260800003. iteration 5541 found worse value: 339.68226260800003. iteration 5542 found worse value: 339.68226260800003. iteration 5543 found worse value: 339.68226260800003. iteration 5544 found worse value: 339.68226260800003. iteration 5545 found worse value: 339.68226260800003. iteration 5546 found worse value: 339.68226260800003. iteration 5547 found worse value: 339.68226260800003. iteration 5548 found worse value: 339.68226260800003. iteration 5549 found worse value: 339.68226260800003. iteration 5550 found worse value: 339.68226260800003. iteration 5551 found worse value: 339.68226260800003. iteration 5552 found worse value: 339.68226260800003. iteration 5553 found worse value: 339.68226260800003. iteration 5554 found worse value: 339.68226260800003. iteration 5555 found worse value: 339.68226260800003. iteration 5556 found worse value: 339.68226260800003. iteration 5557 found worse value: 339.68226260800003. iteration 5558 found worse value: 339.68226260800003. iteration5558, perturbing to get out of local maxima iteration 5559 found worse value: 339.68226260800003. iteration 5560 found worse value: 339.68226260800003. iteration 5561 found worse value: 339.68226260800003. iteration 5562 found worse value: 339.68226260800003. iteration 5563 found worse value: 339.68226260800003. iteration 5564 found worse value: 339.68226260800003. iteration 5565 found worse value: 339.68226260800003. iteration 5566 found worse value: 339.68226260800003. iteration 5567 found worse value: 339.68226260800003. iteration 5568 found worse value: 339.68226260800003. iteration 5569 found worse value: 339.68226260800003. iteration 5570 found worse value: 339.68226260800003. iteration 5571 found worse value: 339.68226260800003. iteration 5572 found worse value: 339.68226260800003. iteration 5573 found worse value: 339.68226260800003. iteration 5574 found worse value: 339.68226260800003. iteration 5575 found worse value: 339.68226260800003. iteration 5576 found worse value: 339.68226260800003. iteration 5577 found worse value: 339.68226260800003. iteration 5578 found worse value: 339.68226260800003. iteration 5579 found worse value: 339.68226260800003. iteration 5580 found worse value: 339.68226260800003. iteration 5581 found worse value: 339.68226260800003. iteration 5582 found worse value: 339.68226260800003. iteration 5583 found worse value: 339.68226260800003. iteration 5584 found worse value: 339.68226260800003. iteration 5585 found worse value: 339.68226260800003. iteration 5586 found worse value: 339.68226260800003. iteration 5587 found worse value: 339.68226260800003. iteration 5588 found worse value: 339.68226260800003. iteration 5589 found worse value: 339.68226260800003. iteration 5590 found worse value: 339.68226260800003. iteration 5591 found worse value: 339.68226260800003. iteration 5592 found worse value: 339.68226260800003. iteration 5593 found worse value: 339.68226260800003. iteration5593, perturbing to get out of local maxima iteration 5594 found worse value: 339.68226260800003. iteration 5595 found worse value: 339.68226260800003. iteration 5596 found worse value: 339.68226260800003. iteration 5597 found worse value: 339.68226260800003. iteration 5598 found worse value: 339.68226260800003. iteration 5599 found worse value: 339.68226260800003. iteration 5600 found worse value: 339.68226260800003. iteration 5601 found worse value: 339.68226260800003. iteration 5602 found worse value: 339.68226260800003. iteration 5603 found worse value: 339.68226260800003. iteration 5604 found worse value: 339.68226260800003. iteration 5605 found worse value: 339.68226260800003. iteration 5606 found worse value: 339.68226260800003. iteration 5607 found worse value: 339.68226260800003. iteration 5608 found worse value: 339.68226260800003. iteration 5609 found worse value: 339.68226260800003. iteration 5610 found worse value: 339.68226260800003. iteration 5611 found worse value: 339.68226260800003. iteration 5612 found worse value: 339.68226260800003. iteration 5613 found worse value: 339.68226260800003. iteration 5614 found worse value: 339.68226260800003. iteration 5615 found worse value: 339.68226260800003. iteration 5616 found worse value: 339.68226260800003. iteration 5617 found worse value: 339.68226260800003. iteration 5618 found worse value: 339.68226260800003. iteration 5619 found worse value: 339.68226260800003. iteration 5620 found worse value: 339.68226260800003. iteration 5621 found worse value: 339.68226260800003. iteration 5622 found worse value: 339.68226260800003. iteration 5623 found worse value: 339.68226260800003. iteration 5624 found worse value: 339.68226260800003. iteration 5625 found worse value: 339.68226260800003. iteration 5626 found worse value: 339.68226260800003. iteration 5627 found worse value: 339.68226260800003. iteration 5628 found worse value: 339.68226260800003. iteration 5629 found worse value: 339.68226260800003. iteration 5630 found worse value: 339.68226260800003. iteration 5631 found worse value: 339.68226260800003. iteration 5632 found worse value: 339.68226260800003. iteration 5633 found worse value: 339.68226260800003. iteration 5634 found worse value: 339.68226260800003. iteration 5635 found worse value: 339.68226260800003. iteration 5636 found worse value: 339.68226260800003. iteration 5637 found worse value: 339.68226260800003. iteration 5638 found worse value: 339.68226260800003. iteration 5639 found worse value: 339.68226260800003. iteration 5640 found worse value: 339.68226260800003. iteration 5641 found worse value: 339.68226260800003. iteration 5642 found worse value: 339.68226260800003. iteration 5643 found worse value: 339.68226260800003. iteration 5644 found worse value: 339.68226260800003. iteration 5645 found worse value: 339.68226260800003. iteration 5646 found worse value: 339.68226260800003. iteration 5647 found worse value: 339.68226260800003. iteration 5648 found worse value: 339.68226260800003. iteration 5649 found worse value: 339.68226260800003. iteration 5650 found worse value: 339.68226260800003. iteration 5651 found worse value: 339.68226260800003. iteration 5652 found worse value: 339.68226260800003. iteration 5653 found worse value: 339.68226260800003. iteration 5654 found worse value: 339.68226260800003. iteration 5655 found worse value: 339.68226260800003. iteration 5656 found worse value: 339.68226260800003. iteration 5657 found worse value: 339.68226260800003. iteration 5658 found worse value: 339.68226260800003. iteration 5659 found worse value: 339.68226260800003. iteration 5660 found worse value: 339.68226260800003. iteration 5661 found worse value: 339.68226260800003. iteration 5662 found worse value: 339.68226260800003. iteration 5663 found worse value: 339.68226260800003. iteration 5664 found worse value: 339.68226260800003. iteration 5665 found worse value: 339.68226260800003. iteration 5666 found worse value: 339.68226260800003. iteration 5667 found worse value: 339.68226260800003. iteration 5668 found worse value: 339.68226260800003. iteration 5669 found worse value: 339.68226260800003. iteration 5670 found worse value: 339.68226260800003. iteration 5671 found worse value: 339.68226260800003. iteration 5672 found worse value: 339.68226260800003. iteration 5673 found worse value: 339.68226260800003. iteration 5674 found worse value: 339.68226260800003. iteration 5675 found worse value: 339.68226260800003. iteration 5676 found worse value: 339.68226260800003. iteration 5677 found worse value: 339.68226260800003. iteration 5678 found worse value: 339.68226260800003. iteration 5679 found worse value: 339.68226260800003. iteration 5680 found worse value: 339.68226260800003. iteration 5681 found worse value: 339.68226260800003. iteration 5682 found worse value: 339.68226260800003. iteration 5683 found worse value: 339.68226260800003. iteration 5684 found worse value: 339.68226260800003. iteration 5685 found worse value: 339.68226260800003. iteration 5686 found worse value: 339.68226260800003. iteration 5687 found worse value: 339.68226260800003. iteration 5688 found worse value: 339.68226260800003. iteration 5689 found worse value: 339.68226260800003. iteration 5690 found worse value: 339.68226260800003. iteration 5691 found worse value: 339.68226260800003. iteration 5692 found worse value: 339.68226260800003. iteration 5693 found worse value: 339.68226260800003. iteration 5694 found worse value: 339.68226260800003. iteration 5695 found worse value: 339.68226260800003. iteration 5696 found worse value: 339.68226260800003. iteration 5697 found worse value: 339.68226260800003. iteration 5698 found worse value: 339.68226260800003. iteration 5699 found worse value: 339.68226260800003. iteration 5700 found worse value: 339.68226260800003. iteration 5701 found worse value: 339.68226260800003. iteration 5702 found worse value: 339.68226260800003. iteration 5703 found worse value: 339.68226260800003. iteration 5704 found worse value: 339.68226260800003. iteration 5705 found worse value: 339.68226260800003. iteration 5706 found worse value: 339.68226260800003. iteration 5707 found worse value: 339.68226260800003. iteration 5708 found worse value: 339.68226260800003. iteration 5709 found worse value: 339.68226260800003. iteration 5710 found worse value: 339.68226260800003. iteration 5711 found worse value: 339.68226260800003. iteration 5712 found worse value: 339.68226260800003. iteration 5713 found worse value: 339.68226260800003. iteration 5714 found worse value: 339.68226260800003. iteration5714, perturbing to get out of local maxima iteration 5715 found worse value: 339.68226260800003. iteration 5716 found worse value: 339.68226260800003. iteration 5717 found worse value: 339.68226260800003. iteration 5718 found worse value: 339.68226260800003. iteration 5719 found worse value: 339.68226260800003. iteration 5720 found worse value: 339.68226260800003. iteration 5721 found worse value: 339.68226260800003. iteration 5722 found worse value: 339.68226260800003. iteration 5723 found worse value: 339.68226260800003. iteration 5724 found worse value: 339.68226260800003. iteration 5725 found worse value: 339.68226260800003. iteration 5726 found worse value: 339.68226260800003. iteration 5727 found worse value: 339.68226260800003. iteration 5728 found worse value: 339.68226260800003. iteration 5729 found worse value: 339.68226260800003. iteration 5730 found worse value: 339.68226260800003. iteration 5731 found worse value: 339.68226260800003. iteration 5732 found worse value: 339.68226260800003. iteration 5733 found worse value: 339.68226260800003. iteration 5734 found worse value: 339.68226260800003. iteration 5735 found worse value: 339.68226260800003. iteration 5736 found worse value: 339.68226260800003. iteration 5737 found worse value: 339.68226260800003. iteration 5738 found worse value: 339.68226260800003. iteration 5739 found worse value: 339.68226260800003. iteration 5740 found worse value: 339.68226260800003. iteration 5741 found worse value: 339.68226260800003. iteration 5742 found worse value: 339.68226260800003. iteration 5743 found worse value: 339.68226260800003. iteration 5744 found worse value: 339.68226260800003. iteration 5745 found worse value: 339.68226260800003. iteration 5746 found worse value: 339.68226260800003. iteration 5747 found worse value: 339.68226260800003. iteration 5748 found worse value: 339.68226260800003. iteration 5749 found worse value: 339.68226260800003. iteration 5750 found worse value: 339.68226260800003. iteration 5751 found worse value: 339.68226260800003. iteration 5752 found worse value: 339.68226260800003. iteration 5753 found worse value: 339.68226260800003. iteration 5754 found worse value: 339.68226260800003. iteration 5755 found worse value: 339.68226260800003. iteration 5756 found worse value: 339.68226260800003. iteration 5757 found worse value: 339.68226260800003. iteration 5758 found worse value: 339.68226260800003. iteration 5759 found worse value: 339.68226260800003. iteration 5760 found worse value: 339.68226260800003. iteration 5761 found worse value: 339.68226260800003. iteration 5762 found worse value: 339.68226260800003. iteration 5763 found worse value: 339.68226260800003. iteration 5764 found worse value: 339.68226260800003. iteration 5765 found worse value: 339.68226260800003. iteration 5766 found worse value: 339.68226260800003. iteration 5767 found worse value: 339.68226260800003. iteration 5768 found worse value: 339.68226260800003. iteration 5769 found worse value: 339.68226260800003. iteration 5770 found worse value: 339.68226260800003. iteration 5771 found worse value: 339.68226260800003. iteration 5772 found worse value: 339.68226260800003. iteration 5773 found worse value: 339.68226260800003. iteration 5774 found worse value: 339.68226260800003. iteration 5775 found worse value: 339.68226260800003. iteration 5776 found worse value: 339.68226260800003. iteration 5777 found worse value: 339.68226260800003. iteration 5778 found worse value: 339.68226260800003. iteration 5779 found worse value: 339.68226260800003. iteration 5780 found worse value: 339.68226260800003. iteration 5781 found worse value: 339.68226260800003. iteration 5782 found worse value: 339.68226260800003. iteration 5783 found worse value: 339.68226260800003. iteration 5784 found worse value: 339.68226260800003. iteration 5785 found worse value: 339.68226260800003. iteration 5786 found worse value: 339.68226260800003. iteration 5787 found worse value: 339.68226260800003. iteration 5788 found worse value: 339.68226260800003. iteration 5789 found worse value: 339.68226260800003. iteration 5790 found worse value: 339.68226260800003. iteration 5791 found worse value: 339.68226260800003. iteration 5792 found worse value: 339.68226260800003. iteration5792, perturbing to get out of local maxima iteration 5793 found worse value: 339.68226260800003. iteration 5794 found worse value: 339.68226260800003. iteration 5795 found worse value: 339.68226260800003. iteration 5796 found worse value: 339.68226260800003. iteration 5797 found worse value: 339.68226260800003. iteration 5798 found worse value: 339.68226260800003. iteration 5799 found worse value: 339.68226260800003. iteration 5800 found worse value: 339.68226260800003. iteration 5801 found worse value: 339.68226260800003. iteration 5802 found worse value: 339.68226260800003. iteration 5803 found worse value: 339.68226260800003. iteration 5804 found worse value: 339.68226260800003. iteration 5805 found worse value: 339.68226260800003. iteration 5806 found worse value: 339.68226260800003. iteration 5807 found worse value: 339.68226260800003. iteration 5808 found worse value: 339.68226260800003. iteration 5809 found worse value: 339.68226260800003. iteration 5810 found worse value: 339.68226260800003. iteration 5811 found worse value: 339.68226260800003. iteration 5812 found worse value: 339.68226260800003. iteration 5813 found worse value: 339.68226260800003. iteration 5814 found worse value: 339.68226260800003. iteration 5815 found worse value: 339.68226260800003. iteration 5816 found worse value: 339.68226260800003. iteration 5817 found worse value: 339.68226260800003. iteration 5818 found worse value: 339.68226260800003. iteration 5819 found worse value: 339.68226260800003. iteration 5820 found worse value: 339.68226260800003. iteration 5821 found worse value: 339.68226260800003. iteration 5822 found worse value: 339.68226260800003. iteration 5823 found worse value: 339.68226260800003. iteration 5824 found worse value: 339.68226260800003. iteration 5825 found worse value: 339.68226260800003. iteration 5826 found worse value: 339.68226260800003. iteration 5827 found worse value: 339.68226260800003. iteration 5828 found worse value: 339.68226260800003. iteration 5829 found worse value: 339.68226260800003. iteration 5830 found worse value: 339.68226260800003. iteration 5831 found worse value: 339.68226260800003. iteration 5832 found worse value: 339.68226260800003. iteration 5833 found worse value: 339.68226260800003. iteration 5834 found worse value: 339.68226260800003. iteration 5835 found worse value: 339.68226260800003. iteration 5836 found worse value: 339.68226260800003. iteration 5837 found worse value: 339.68226260800003. iteration 5838 found worse value: 339.68226260800003. iteration 5839 found worse value: 339.68226260800003. iteration 5840 found worse value: 339.68226260800003. iteration 5841 found worse value: 339.68226260800003. iteration 5842 found worse value: 339.68226260800003. iteration 5843 found worse value: 339.68226260800003. iteration 5844 found worse value: 339.68226260800003. iteration 5845 found worse value: 339.68226260800003. iteration 5846 found worse value: 339.68226260800003. iteration 5847 found worse value: 339.68226260800003. iteration 5848 found worse value: 339.68226260800003. iteration 5849 found worse value: 339.68226260800003. iteration 5850 found worse value: 339.68226260800003. iteration 5851 found worse value: 339.68226260800003. iteration 5852 found worse value: 339.68226260800003. iteration 5853 found worse value: 339.68226260800003. iteration 5854 found worse value: 339.68226260800003. iteration 5855 found worse value: 339.68226260800003. iteration 5856 found worse value: 339.68226260800003. iteration 5857 found worse value: 339.68226260800003. iteration 5858 found worse value: 339.68226260800003. iteration 5859 found worse value: 339.68226260800003. iteration 5860 found worse value: 339.68226260800003. iteration 5861 found worse value: 339.68226260800003. iteration 5862 found worse value: 339.68226260800003. iteration 5863 found worse value: 339.68226260800003. iteration 5864 found worse value: 339.68226260800003. iteration 5865 found worse value: 339.68226260800003. iteration 5866 found worse value: 339.68226260800003. iteration 5867 found worse value: 339.68226260800003. iteration 5868 found worse value: 339.68226260800003. iteration 5869 found worse value: 339.68226260800003. iteration 5870 found worse value: 339.68226260800003. iteration 5871 found worse value: 339.68226260800003. iteration 5872 found worse value: 339.68226260800003. iteration 5873 found worse value: 339.68226260800003. iteration 5874 found worse value: 339.68226260800003. iteration 5875 found worse value: 339.68226260800003. iteration 5876 found worse value: 339.68226260800003. iteration 5877 found worse value: 339.68226260800003. iteration 5878 found worse value: 339.68226260800003. iteration 5879 found worse value: 339.68226260800003. iteration 5880 found worse value: 339.68226260800003. iteration 5881 found worse value: 339.68226260800003. iteration 5882 found worse value: 339.68226260800003. iteration 5883 found worse value: 339.68226260800003. iteration 5884 found worse value: 339.68226260800003. iteration 5885 found worse value: 339.68226260800003. iteration 5886 found worse value: 339.68226260800003. iteration 5887 found worse value: 339.68226260800003. iteration 5888 found worse value: 339.68226260800003. iteration 5889 found worse value: 339.68226260800003. iteration 5890 found worse value: 339.68226260800003. iteration 5891 found worse value: 339.68226260800003. iteration 5892 found worse value: 339.68226260800003. iteration 5893 found worse value: 339.68226260800003. iteration 5894 found worse value: 339.68226260800003. iteration 5895 found worse value: 339.68226260800003. iteration 5896 found worse value: 339.68226260800003. iteration 5897 found worse value: 339.68226260800003. iteration 5898 found worse value: 339.68226260800003. iteration 5899 found worse value: 339.68226260800003. iteration 5900 found worse value: 339.68226260800003. iteration 5901 found worse value: 339.68226260800003. iteration 5902 found worse value: 339.68226260800003. iteration 5903 found worse value: 339.68226260800003. iteration 5904 found worse value: 339.68226260800003. iteration 5905 found worse value: 339.68226260800003. iteration 5906 found worse value: 339.68226260800003. iteration 5907 found worse value: 339.68226260800003. iteration 5908 found worse value: 339.68226260800003. iteration 5909 found worse value: 339.68226260800003. iteration 5910 found worse value: 339.68226260800003. iteration 5911 found worse value: 339.68226260800003. iteration 5912 found worse value: 339.68226260800003. iteration 5913 found worse value: 339.68226260800003. iteration 5914 found worse value: 339.68226260800003. iteration 5915 found worse value: 339.68226260800003. iteration 5916 found worse value: 339.68226260800003. iteration 5917 found worse value: 339.68226260800003. iteration 5918 found worse value: 339.68226260800003. iteration 5919 found worse value: 339.68226260800003. iteration 5920 found worse value: 339.68226260800003. iteration 5921 found worse value: 339.68226260800003. iteration 5922 found worse value: 339.68226260800003. iteration 5923 found worse value: 339.68226260800003. iteration 5924 found worse value: 339.68226260800003. iteration 5925 found worse value: 339.68226260800003. iteration 5926 found worse value: 339.68226260800003. iteration 5927 found worse value: 339.68226260800003. iteration 5928 found worse value: 339.68226260800003. iteration 5929 found worse value: 339.68226260800003. iteration 5930 found worse value: 339.68226260800003. iteration 5931 found worse value: 339.68226260800003. iteration 5932 found worse value: 339.68226260800003. iteration 5933 found worse value: 339.68226260800003. iteration 5934 found worse value: 339.68226260800003. iteration 5935 found worse value: 339.68226260800003. iteration 5936 found worse value: 339.68226260800003. iteration 5937 found worse value: 339.68226260800003. iteration 5938 found worse value: 339.68226260800003. iteration 5939 found worse value: 339.68226260800003. iteration 5940 found worse value: 339.68226260800003. iteration 5941 found worse value: 339.68226260800003. iteration 5942 found worse value: 339.68226260800003. iteration 5943 found worse value: 339.68226260800003. iteration 5944 found worse value: 339.68226260800003. iteration 5945 found worse value: 339.68226260800003. iteration 5946 found worse value: 339.68226260800003. iteration 5947 found worse value: 339.68226260800003. iteration 5948 found worse value: 339.68226260800003. iteration 5949 found worse value: 339.68226260800003. iteration 5950 found worse value: 339.68226260800003. iteration 5951 found worse value: 339.68226260800003. iteration 5952 found worse value: 339.68226260800003. iteration 5953 found worse value: 339.68226260800003. iteration 5954 found worse value: 339.68226260800003. iteration 5955 found worse value: 339.68226260800003. iteration 5956 found worse value: 339.68226260800003. iteration 5957 found worse value: 339.68226260800003. iteration 5958 found worse value: 339.68226260800003. iteration 5959 found worse value: 339.68226260800003. iteration 5960 found worse value: 339.68226260800003. iteration 5961 found worse value: 339.68226260800003. iteration 5962 found worse value: 339.68226260800003. iteration 5963 found worse value: 339.68226260800003. iteration 5964 found worse value: 339.68226260800003. iteration 5965 found worse value: 339.68226260800003. iteration 5966 found worse value: 339.68226260800003. iteration 5967 found worse value: 339.68226260800003. iteration 5968 found worse value: 339.68226260800003. iteration 5969 found worse value: 339.68226260800003. iteration 5970 found worse value: 339.68226260800003. iteration 5971 found worse value: 339.68226260800003. iteration5971, perturbing to get out of local maxima iteration 5972 found worse value: 339.68226260800003. iteration 5973 found worse value: 339.68226260800003. iteration 5974 found worse value: 339.68226260800003. iteration 5975 found worse value: 339.68226260800003. iteration 5976 found worse value: 339.68226260800003. iteration 5977 found worse value: 339.68226260800003. iteration 5978 found worse value: 339.68226260800003. iteration 5979 found worse value: 339.68226260800003. iteration 5980 found worse value: 339.68226260800003. iteration 5981 found worse value: 339.68226260800003. iteration 5982 found worse value: 339.68226260800003. iteration 5983 found worse value: 339.68226260800003. iteration 5984 found worse value: 339.68226260800003. iteration 5985 found worse value: 339.68226260800003. iteration 5986 found worse value: 339.68226260800003. iteration 5987 found worse value: 339.68226260800003. iteration 5988 found worse value: 339.68226260800003. iteration 5989 found worse value: 339.68226260800003. iteration 5990 found worse value: 339.68226260800003. iteration 5991 found worse value: 339.68226260800003. iteration 5992 found worse value: 339.68226260800003. iteration 5993 found worse value: 339.68226260800003. iteration 5994 found worse value: 339.68226260800003. iteration 5995 found worse value: 339.68226260800003. iteration 5996 found worse value: 339.68226260800003. iteration 5997 found worse value: 339.68226260800003. iteration 5998 found worse value: 339.68226260800003. iteration 5999 found worse value: 339.68226260800003. iteration 6000 found worse value: 339.68226260800003. iteration 6001 found worse value: 339.68226260800003. iteration 6002 found worse value: 339.68226260800003. iteration 6003 found worse value: 339.68226260800003. iteration 6004 found worse value: 339.68226260800003. iteration 6005 found worse value: 339.68226260800003. iteration 6006 found worse value: 339.68226260800003. iteration 6007 found worse value: 339.68226260800003. iteration 6008 found worse value: 339.68226260800003. iteration 6009 found worse value: 339.68226260800003. iteration 6010 found worse value: 339.68226260800003. iteration 6011 found worse value: 339.68226260800003. iteration 6012 found worse value: 339.68226260800003. iteration 6013 found worse value: 339.68226260800003. iteration 6014 found worse value: 339.68226260800003. iteration 6015 found worse value: 339.68226260800003. iteration 6016 found worse value: 339.68226260800003. iteration 6017 found worse value: 339.68226260800003. iteration 6018 found worse value: 339.68226260800003. iteration 6019 found worse value: 339.68226260800003. iteration 6020 found worse value: 339.68226260800003. iteration 6021 found worse value: 339.68226260800003. iteration 6022 found worse value: 339.68226260800003. iteration 6023 found worse value: 339.68226260800003. iteration 6024 found worse value: 339.68226260800003. iteration 6025 found worse value: 339.68226260800003. iteration 6026 found worse value: 339.68226260800003. iteration 6027 found worse value: 339.68226260800003. iteration 6028 found worse value: 339.68226260800003. iteration 6029 found worse value: 339.68226260800003. iteration 6030 found worse value: 339.68226260800003. iteration 6031 found worse value: 339.68226260800003. iteration 6032 found worse value: 339.68226260800003. iteration 6033 found worse value: 339.68226260800003. iteration 6034 found worse value: 339.68226260800003. iteration 6035 found worse value: 339.68226260800003. iteration 6036 found worse value: 339.68226260800003. iteration 6037 found worse value: 339.68226260800003. iteration 6038 found worse value: 339.68226260800003. iteration 6039 found worse value: 339.68226260800003. iteration 6040 found worse value: 339.68226260800003. iteration 6041 found worse value: 339.68226260800003. iteration 6042 found worse value: 339.68226260800003. iteration 6043 found worse value: 339.68226260800003. iteration 6044 found worse value: 339.68226260800003. iteration 6045 found worse value: 339.68226260800003. iteration 6046 found worse value: 339.68226260800003. iteration 6047 found worse value: 339.68226260800003. iteration 6048 found worse value: 339.68226260800003. iteration 6049 found worse value: 339.68226260800003. iteration 6050 found worse value: 339.68226260800003. iteration 6051 found worse value: 339.68226260800003. iteration 6052 found worse value: 339.68226260800003. iteration 6053 found worse value: 339.68226260800003. iteration 6054 found worse value: 339.68226260800003. iteration 6055 found worse value: 339.68226260800003. iteration 6056 found worse value: 339.68226260800003. iteration 6057 found worse value: 339.68226260800003. iteration6057, perturbing to get out of local maxima iteration 6058 found worse value: 339.68226260800003. iteration 6059 found worse value: 339.68226260800003. iteration 6060 found worse value: 339.68226260800003. iteration 6061 found worse value: 339.68226260800003. iteration 6062 found worse value: 339.68226260800003. iteration 6063 found worse value: 339.68226260800003. iteration 6064 found worse value: 339.68226260800003. iteration 6065 found worse value: 339.68226260800003. iteration 6066 found worse value: 339.68226260800003. iteration 6067 found worse value: 339.68226260800003. iteration 6068 found worse value: 339.68226260800003. iteration 6069 found worse value: 339.68226260800003. iteration 6070 found worse value: 339.68226260800003. iteration 6071 found worse value: 339.68226260800003. iteration 6072 found worse value: 339.68226260800003. iteration 6073 found worse value: 339.68226260800003. iteration 6074 found worse value: 339.68226260800003. iteration 6075 found worse value: 339.68226260800003. iteration 6076 found worse value: 339.68226260800003. iteration 6077 found worse value: 339.68226260800003. iteration 6078 found worse value: 339.68226260800003. iteration 6079 found worse value: 339.68226260800003. iteration 6080 found worse value: 339.68226260800003. iteration 6081 found worse value: 339.68226260800003. iteration 6082 found worse value: 339.68226260800003. iteration 6083 found worse value: 339.68226260800003. iteration 6084 found worse value: 339.68226260800003. iteration 6085 found worse value: 339.68226260800003. iteration 6086 found worse value: 339.68226260800003. iteration 6087 found worse value: 339.68226260800003. iteration 6088 found worse value: 339.68226260800003. iteration 6089 found worse value: 339.68226260800003. iteration 6090 found worse value: 339.68226260800003. iteration 6091 found worse value: 339.68226260800003. iteration 6092 found worse value: 339.68226260800003. iteration 6093 found worse value: 339.68226260800003. iteration 6094 found worse value: 339.68226260800003. iteration 6095 found worse value: 339.68226260800003. iteration 6096 found worse value: 339.68226260800003. iteration 6097 found worse value: 339.68226260800003. iteration 6098 found worse value: 339.68226260800003. iteration 6099 found worse value: 339.68226260800003. iteration 6100 found worse value: 339.68226260800003. iteration 6101 found worse value: 339.68226260800003. iteration 6102 found worse value: 339.68226260800003. iteration 6103 found worse value: 339.68226260800003. iteration 6104 found worse value: 339.68226260800003. iteration 6105 found worse value: 339.68226260800003. iteration 6106 found worse value: 339.68226260800003. iteration 6107 found worse value: 339.68226260800003. iteration 6108 found worse value: 339.68226260800003. iteration 6109 found worse value: 339.68226260800003. iteration 6110 found worse value: 339.68226260800003. iteration 6111 found worse value: 339.68226260800003. iteration 6112 found worse value: 339.68226260800003. iteration 6113 found worse value: 339.68226260800003. iteration 6114 found worse value: 339.68226260800003. iteration 6115 found worse value: 339.68226260800003. iteration 6116 found worse value: 339.68226260800003. iteration 6117 found worse value: 339.68226260800003. iteration 6118 found worse value: 339.68226260800003. iteration 6119 found worse value: 339.68226260800003. iteration 6120 found worse value: 339.68226260800003. iteration 6121 found worse value: 339.68226260800003. iteration 6122 found worse value: 339.68226260800003. iteration 6123 found worse value: 339.68226260800003. iteration 6124 found worse value: 339.68226260800003. iteration 6125 found worse value: 339.68226260800003. iteration 6126 found worse value: 339.68226260800003. iteration 6127 found worse value: 339.68226260800003. iteration 6128 found worse value: 339.68226260800003. iteration 6129 found worse value: 339.68226260800003. iteration 6130 found worse value: 339.68226260800003. iteration 6131 found worse value: 339.68226260800003. iteration 6132 found worse value: 339.68226260800003. iteration 6133 found worse value: 339.68226260800003. iteration 6134 found worse value: 339.68226260800003. iteration 6135 found worse value: 339.68226260800003. iteration 6136 found worse value: 339.68226260800003. iteration 6137 found worse value: 339.68226260800003. iteration 6138 found worse value: 339.68226260800003. iteration 6139 found worse value: 339.68226260800003. iteration 6140 found worse value: 339.68226260800003. iteration 6141 found worse value: 339.68226260800003. iteration 6142 found worse value: 339.68226260800003. iteration 6143 found worse value: 339.68226260800003. iteration 6144 found worse value: 339.68226260800003. iteration 6145 found worse value: 339.68226260800003. iteration 6146 found worse value: 339.68226260800003. iteration 6147 found worse value: 339.68226260800003. iteration 6148 found worse value: 339.68226260800003. iteration 6149 found worse value: 339.68226260800003. iteration 6150 found worse value: 339.68226260800003. iteration 6151 found worse value: 339.68226260800003. iteration 6152 found worse value: 339.68226260800003. iteration 6153 found worse value: 339.68226260800003. iteration 6154 found worse value: 339.68226260800003. iteration 6155 found better value: 339.68228144500006 iteration 6156 found worse value: 339.68228144500006. iteration 6157 found worse value: 339.68228144500006. iteration 6158 found worse value: 339.68228144500006. iteration 6159 found worse value: 339.68228144500006. iteration 6160 found worse value: 339.68228144500006. iteration 6161 found worse value: 339.68228144500006. iteration 6162 found worse value: 339.68228144500006. iteration 6163 found worse value: 339.68228144500006. iteration 6164 found worse value: 339.68228144500006. iteration 6165 found worse value: 339.68228144500006. iteration 6166 found worse value: 339.68228144500006. iteration 6167 found worse value: 339.68228144500006. iteration 6168 found worse value: 339.68228144500006. iteration 6169 found worse value: 339.68228144500006. iteration 6170 found worse value: 339.68228144500006. iteration 6171 found worse value: 339.68228144500006. iteration 6172 found worse value: 339.68228144500006. iteration 6173 found worse value: 339.68228144500006. iteration 6174 found worse value: 339.68228144500006. iteration 6175 found worse value: 339.68228144500006. iteration 6176 found worse value: 339.68228144500006. iteration 6177 found worse value: 339.68228144500006. iteration 6178 found worse value: 339.68228144500006. iteration 6179 found worse value: 339.68228144500006. iteration 6180 found worse value: 339.68228144500006. iteration 6181 found worse value: 339.68228144500006. iteration 6182 found worse value: 339.68228144500006. iteration 6183 found worse value: 339.68228144500006. iteration 6184 found worse value: 339.68228144500006. iteration 6185 found worse value: 339.68228144500006. iteration 6186 found worse value: 339.68228144500006. iteration 6187 found worse value: 339.68228144500006. iteration 6188 found worse value: 339.68228144500006. iteration 6189 found worse value: 339.68228144500006. iteration 6190 found worse value: 339.68228144500006. iteration 6191 found worse value: 339.68228144500006. iteration 6192 found worse value: 339.68228144500006. iteration 6193 found worse value: 339.68228144500006. iteration 6194 found worse value: 339.68228144500006. iteration6194, perturbing to get out of local maxima iteration 6195 found worse value: 339.68228144500006. iteration 6196 found worse value: 339.68228144500006. iteration 6197 found worse value: 339.68228144500006. iteration 6198 found worse value: 339.68228144500006. iteration 6199 found worse value: 339.68228144500006. iteration 6200 found worse value: 339.68228144500006. iteration 6201 found worse value: 339.68228144500006. iteration 6202 found worse value: 339.68228144500006. iteration 6203 found worse value: 339.68228144500006. iteration 6204 found worse value: 339.68228144500006. iteration 6205 found worse value: 339.68228144500006. iteration 6206 found worse value: 339.68228144500006. iteration 6207 found worse value: 339.68228144500006. iteration 6208 found worse value: 339.68228144500006. iteration 6209 found worse value: 339.68228144500006. iteration 6210 found worse value: 339.68228144500006. iteration 6211 found worse value: 339.68228144500006. iteration 6212 found worse value: 339.68228144500006. iteration 6213 found worse value: 339.68228144500006. iteration 6214 found worse value: 339.68228144500006. iteration 6215 found worse value: 339.68228144500006. iteration 6216 found worse value: 339.68228144500006. iteration 6217 found worse value: 339.68228144500006. iteration 6218 found worse value: 339.68228144500006. iteration 6219 found worse value: 339.68228144500006. iteration 6220 found worse value: 339.68228144500006. iteration 6221 found worse value: 339.68228144500006. iteration 6222 found worse value: 339.68228144500006. iteration 6223 found worse value: 339.68228144500006. iteration 6224 found worse value: 339.68228144500006. iteration 6225 found worse value: 339.68228144500006. iteration 6226 found worse value: 339.68228144500006. iteration 6227 found worse value: 339.68228144500006. iteration 6228 found worse value: 339.68228144500006. iteration 6229 found worse value: 339.68228144500006. iteration 6230 found worse value: 339.68228144500006. iteration 6231 found worse value: 339.68228144500006. iteration 6232 found worse value: 339.68228144500006. iteration 6233 found worse value: 339.68228144500006. iteration 6234 found worse value: 339.68228144500006. iteration 6235 found worse value: 339.68228144500006. iteration 6236 found worse value: 339.68228144500006. iteration 6237 found worse value: 339.68228144500006. iteration 6238 found worse value: 339.68228144500006. iteration 6239 found worse value: 339.68228144500006. iteration 6240 found worse value: 339.68228144500006. iteration 6241 found worse value: 339.68228144500006. iteration 6242 found worse value: 339.68228144500006. iteration 6243 found worse value: 339.68228144500006. iteration 6244 found worse value: 339.68228144500006. iteration 6245 found worse value: 339.68228144500006. iteration 6246 found worse value: 339.68228144500006. iteration 6247 found worse value: 339.68228144500006. iteration 6248 found worse value: 339.68228144500006. iteration 6249 found worse value: 339.68228144500006. iteration 6250 found worse value: 339.68228144500006. iteration 6251 found worse value: 339.68228144500006. iteration 6252 found worse value: 339.68228144500006. iteration 6253 found worse value: 339.68228144500006. iteration 6254 found worse value: 339.68228144500006. iteration 6255 found worse value: 339.68228144500006. iteration 6256 found worse value: 339.68228144500006. iteration 6257 found worse value: 339.68228144500006. iteration 6258 found worse value: 339.68228144500006. iteration 6259 found worse value: 339.68228144500006. iteration 6260 found worse value: 339.68228144500006. iteration 6261 found worse value: 339.68228144500006. iteration 6262 found worse value: 339.68228144500006. iteration 6263 found worse value: 339.68228144500006. iteration 6264 found worse value: 339.68228144500006. iteration 6265 found worse value: 339.68228144500006. iteration 6266 found worse value: 339.68228144500006. iteration 6267 found worse value: 339.68228144500006. iteration 6268 found worse value: 339.68228144500006. iteration 6269 found worse value: 339.68228144500006. iteration 6270 found worse value: 339.68228144500006. iteration 6271 found worse value: 339.68228144500006. iteration 6272 found worse value: 339.68228144500006. iteration 6273 found worse value: 339.68228144500006. iteration 6274 found worse value: 339.68228144500006. iteration 6275 found worse value: 339.68228144500006. iteration 6276 found worse value: 339.68228144500006. iteration 6277 found worse value: 339.68228144500006. iteration 6278 found worse value: 339.68228144500006. iteration 6279 found worse value: 339.68228144500006. iteration 6280 found worse value: 339.68228144500006. iteration 6281 found worse value: 339.68228144500006. iteration 6282 found worse value: 339.68228144500006. iteration 6283 found worse value: 339.68228144500006. iteration 6284 found worse value: 339.68228144500006. iteration 6285 found worse value: 339.68228144500006. iteration 6286 found worse value: 339.68228144500006. iteration 6287 found worse value: 339.68228144500006. iteration 6288 found worse value: 339.68228144500006. iteration 6289 found worse value: 339.68228144500006. iteration 6290 found worse value: 339.68228144500006. iteration 6291 found worse value: 339.68228144500006. iteration 6292 found worse value: 339.68228144500006. iteration 6293 found worse value: 339.68228144500006. iteration 6294 found worse value: 339.68228144500006. iteration 6295 found worse value: 339.68228144500006. iteration6295, perturbing to get out of local maxima iteration 6296 found worse value: 339.68228144500006. iteration 6297 found worse value: 339.68228144500006. iteration 6298 found worse value: 339.68228144500006. iteration 6299 found worse value: 339.68228144500006. iteration 6300 found worse value: 339.68228144500006. iteration 6301 found worse value: 339.68228144500006. iteration 6302 found worse value: 339.68228144500006. iteration 6303 found worse value: 339.68228144500006. iteration 6304 found worse value: 339.68228144500006. iteration 6305 found worse value: 339.68228144500006. iteration 6306 found worse value: 339.68228144500006. iteration 6307 found worse value: 339.68228144500006. iteration 6308 found worse value: 339.68228144500006. iteration 6309 found worse value: 339.68228144500006. iteration 6310 found worse value: 339.68228144500006. iteration 6311 found worse value: 339.68228144500006. iteration 6312 found worse value: 339.68228144500006. iteration 6313 found worse value: 339.68228144500006. iteration 6314 found worse value: 339.68228144500006. iteration 6315 found worse value: 339.68228144500006. iteration 6316 found worse value: 339.68228144500006. iteration 6317 found worse value: 339.68228144500006. iteration 6318 found worse value: 339.68228144500006. iteration 6319 found worse value: 339.68228144500006. iteration 6320 found worse value: 339.68228144500006. iteration 6321 found worse value: 339.68228144500006. iteration 6322 found worse value: 339.68228144500006. iteration 6323 found worse value: 339.68228144500006. iteration 6324 found worse value: 339.68228144500006. iteration 6325 found worse value: 339.68228144500006. iteration 6326 found worse value: 339.68228144500006. iteration 6327 found worse value: 339.68228144500006. iteration 6328 found worse value: 339.68228144500006. iteration 6329 found worse value: 339.68228144500006. iteration 6330 found worse value: 339.68228144500006. iteration 6331 found worse value: 339.68228144500006. iteration 6332 found worse value: 339.68228144500006. iteration 6333 found worse value: 339.68228144500006. iteration6333, perturbing to get out of local maxima iteration 6334 found worse value: 339.68228144500006. iteration 6335 found worse value: 339.68228144500006. iteration 6336 found worse value: 339.68228144500006. iteration 6337 found worse value: 339.68228144500006. iteration 6338 found worse value: 339.68228144500006. iteration 6339 found worse value: 339.68228144500006. iteration 6340 found worse value: 339.68228144500006. iteration 6341 found worse value: 339.68228144500006. iteration 6342 found worse value: 339.68228144500006. iteration 6343 found worse value: 339.68228144500006. iteration 6344 found worse value: 339.68228144500006. iteration 6345 found worse value: 339.68228144500006. iteration 6346 found worse value: 339.68228144500006. iteration 6347 found worse value: 339.68228144500006. iteration 6348 found worse value: 339.68228144500006. iteration 6349 found worse value: 339.68228144500006. iteration 6350 found worse value: 339.68228144500006. iteration 6351 found worse value: 339.68228144500006. iteration 6352 found worse value: 339.68228144500006. iteration 6353 found worse value: 339.68228144500006. iteration 6354 found worse value: 339.68228144500006. iteration 6355 found worse value: 339.68228144500006. iteration 6356 found worse value: 339.68228144500006. iteration 6357 found worse value: 339.68228144500006. iteration 6358 found worse value: 339.68228144500006. iteration 6359 found worse value: 339.68228144500006. iteration6359, perturbing to get out of local maxima iteration 6360 found worse value: 339.68228144500006. iteration 6361 found worse value: 339.68228144500006. iteration 6362 found worse value: 339.68228144500006. iteration 6363 found worse value: 339.68228144500006. iteration 6364 found worse value: 339.68228144500006. iteration 6365 found worse value: 339.68228144500006. iteration 6366 found worse value: 339.68228144500006. iteration 6367 found worse value: 339.68228144500006. iteration 6368 found worse value: 339.68228144500006. iteration 6369 found worse value: 339.68228144500006. iteration 6370 found worse value: 339.68228144500006. iteration 6371 found worse value: 339.68228144500006. iteration 6372 found worse value: 339.68228144500006. iteration 6373 found worse value: 339.68228144500006. iteration 6374 found worse value: 339.68228144500006. iteration 6375 found worse value: 339.68228144500006. iteration 6376 found worse value: 339.68228144500006. iteration 6377 found worse value: 339.68228144500006. iteration 6378 found worse value: 339.68228144500006. iteration 6379 found worse value: 339.68228144500006. iteration 6380 found worse value: 339.68228144500006. iteration 6381 found worse value: 339.68228144500006. iteration 6382 found worse value: 339.68228144500006. iteration 6383 found worse value: 339.68228144500006. iteration 6384 found worse value: 339.68228144500006. iteration 6385 found worse value: 339.68228144500006. iteration 6386 found worse value: 339.68228144500006. iteration 6387 found worse value: 339.68228144500006. iteration 6388 found worse value: 339.68228144500006. iteration 6389 found worse value: 339.68228144500006. iteration 6390 found worse value: 339.68228144500006. iteration 6391 found worse value: 339.68228144500006. iteration 6392 found worse value: 339.68228144500006. iteration 6393 found worse value: 339.68228144500006. iteration 6394 found worse value: 339.68228144500006. iteration 6395 found worse value: 339.68228144500006. iteration 6396 found worse value: 339.68228144500006. iteration 6397 found worse value: 339.68228144500006. iteration 6398 found worse value: 339.68228144500006. iteration 6399 found worse value: 339.68228144500006. iteration 6400 found worse value: 339.68228144500006. iteration 6401 found worse value: 339.68228144500006. iteration 6402 found worse value: 339.68228144500006. iteration 6403 found worse value: 339.68228144500006. iteration 6404 found worse value: 339.68228144500006. iteration 6405 found worse value: 339.68228144500006. iteration 6406 found worse value: 339.68228144500006. iteration 6407 found worse value: 339.68228144500006. iteration 6408 found worse value: 339.68228144500006. iteration 6409 found worse value: 339.68228144500006. iteration 6410 found worse value: 339.68228144500006. iteration 6411 found worse value: 339.68228144500006. iteration 6412 found worse value: 339.68228144500006. iteration 6413 found worse value: 339.68228144500006. iteration 6414 found worse value: 339.68228144500006. iteration 6415 found worse value: 339.68228144500006. iteration 6416 found worse value: 339.68228144500006. iteration 6417 found worse value: 339.68228144500006. iteration 6418 found worse value: 339.68228144500006. iteration 6419 found worse value: 339.68228144500006. iteration 6420 found worse value: 339.68228144500006. iteration 6421 found worse value: 339.68228144500006. iteration 6422 found worse value: 339.68228144500006. iteration 6423 found worse value: 339.68228144500006. iteration 6424 found worse value: 339.68228144500006. iteration 6425 found worse value: 339.68228144500006. iteration 6426 found worse value: 339.68228144500006. iteration 6427 found worse value: 339.68228144500006. iteration 6428 found worse value: 339.68228144500006. iteration 6429 found worse value: 339.68228144500006. iteration 6430 found worse value: 339.68228144500006. iteration 6431 found worse value: 339.68228144500006. iteration 6432 found worse value: 339.68228144500006. iteration 6433 found worse value: 339.68228144500006. iteration 6434 found worse value: 339.68228144500006. iteration 6435 found worse value: 339.68228144500006. iteration 6436 found worse value: 339.68228144500006. iteration 6437 found worse value: 339.68228144500006. iteration 6438 found worse value: 339.68228144500006. iteration 6439 found worse value: 339.68228144500006. iteration 6440 found worse value: 339.68228144500006. iteration 6441 found worse value: 339.68228144500006. iteration 6442 found worse value: 339.68228144500006. iteration 6443 found worse value: 339.68228144500006. iteration 6444 found worse value: 339.68228144500006. iteration 6445 found worse value: 339.68228144500006. iteration 6446 found worse value: 339.68228144500006. iteration 6447 found worse value: 339.68228144500006. iteration 6448 found worse value: 339.68228144500006. iteration 6449 found worse value: 339.68228144500006. iteration 6450 found worse value: 339.68228144500006. iteration 6451 found worse value: 339.68228144500006. iteration 6452 found worse value: 339.68228144500006. iteration 6453 found worse value: 339.68228144500006. iteration 6454 found worse value: 339.68228144500006. iteration 6455 found worse value: 339.68228144500006. iteration 6456 found worse value: 339.68228144500006. iteration 6457 found worse value: 339.68228144500006. iteration 6458 found worse value: 339.68228144500006. iteration 6459 found worse value: 339.68228144500006. iteration 6460 found worse value: 339.68228144500006. iteration 6461 found worse value: 339.68228144500006. iteration 6462 found worse value: 339.68228144500006. iteration 6463 found worse value: 339.68228144500006. iteration 6464 found worse value: 339.68228144500006. iteration 6465 found worse value: 339.68228144500006. iteration 6466 found worse value: 339.68228144500006. iteration 6467 found worse value: 339.68228144500006. iteration 6468 found worse value: 339.68228144500006. iteration 6469 found worse value: 339.68228144500006. iteration 6470 found worse value: 339.68228144500006. iteration 6471 found worse value: 339.68228144500006. iteration 6472 found worse value: 339.68228144500006. iteration 6473 found worse value: 339.68228144500006. iteration 6474 found worse value: 339.68228144500006. iteration 6475 found worse value: 339.68228144500006. iteration 6476 found worse value: 339.68228144500006. iteration 6477 found worse value: 339.68228144500006. iteration 6478 found worse value: 339.68228144500006. iteration 6479 found worse value: 339.68228144500006. iteration 6480 found worse value: 339.68228144500006. iteration 6481 found worse value: 339.68228144500006. iteration 6482 found worse value: 339.68228144500006. iteration 6483 found worse value: 339.68228144500006. iteration 6484 found worse value: 339.68228144500006. iteration 6485 found worse value: 339.68228144500006. iteration 6486 found worse value: 339.68228144500006. iteration 6487 found worse value: 339.68228144500006. iteration 6488 found worse value: 339.68228144500006. iteration 6489 found worse value: 339.68228144500006. iteration 6490 found worse value: 339.68228144500006. iteration 6491 found worse value: 339.68228144500006. iteration 6492 found worse value: 339.68228144500006. iteration 6493 found worse value: 339.68228144500006. iteration 6494 found worse value: 339.68228144500006. iteration 6495 found worse value: 339.68228144500006. iteration 6496 found worse value: 339.68228144500006. iteration 6497 found worse value: 339.68228144500006. iteration 6498 found worse value: 339.68228144500006. iteration 6499 found worse value: 339.68228144500006. iteration 6500 found worse value: 339.68228144500006. iteration 6501 found worse value: 339.68228144500006. iteration 6502 found worse value: 339.68228144500006. iteration 6503 found worse value: 339.68228144500006. iteration 6504 found worse value: 339.68228144500006. iteration 6505 found worse value: 339.68228144500006. iteration 6506 found worse value: 339.68228144500006. iteration 6507 found worse value: 339.68228144500006. iteration 6508 found worse value: 339.68228144500006. iteration 6509 found worse value: 339.68228144500006. iteration 6510 found worse value: 339.68228144500006. iteration 6511 found worse value: 339.68228144500006. iteration 6512 found worse value: 339.68228144500006. iteration 6513 found worse value: 339.68228144500006. iteration 6514 found worse value: 339.68228144500006. iteration 6515 found worse value: 339.68228144500006. iteration 6516 found worse value: 339.68228144500006. iteration 6517 found worse value: 339.68228144500006. iteration 6518 found worse value: 339.68228144500006. iteration 6519 found worse value: 339.68228144500006. iteration 6520 found worse value: 339.68228144500006. iteration 6521 found worse value: 339.68228144500006. iteration 6522 found worse value: 339.68228144500006. iteration 6523 found worse value: 339.68228144500006. iteration 6524 found worse value: 339.68228144500006. iteration 6525 found worse value: 339.68228144500006. iteration 6526 found worse value: 339.68228144500006. iteration 6527 found worse value: 339.68228144500006. iteration 6528 found worse value: 339.68228144500006. iteration 6529 found worse value: 339.68228144500006. iteration 6530 found worse value: 339.68228144500006. iteration 6531 found worse value: 339.68228144500006. iteration 6532 found worse value: 339.68228144500006. iteration 6533 found worse value: 339.68228144500006. iteration 6534 found worse value: 339.68228144500006. iteration 6535 found worse value: 339.68228144500006. iteration 6536 found worse value: 339.68228144500006. iteration 6537 found worse value: 339.68228144500006. iteration 6538 found worse value: 339.68228144500006. iteration 6539 found worse value: 339.68228144500006. iteration 6540 found worse value: 339.68228144500006. iteration 6541 found worse value: 339.68228144500006. iteration 6542 found worse value: 339.68228144500006. iteration 6543 found worse value: 339.68228144500006. iteration 6544 found worse value: 339.68228144500006. iteration 6545 found worse value: 339.68228144500006. iteration 6546 found worse value: 339.68228144500006. iteration 6547 found worse value: 339.68228144500006. iteration 6548 found worse value: 339.68228144500006. iteration 6549 found worse value: 339.68228144500006. iteration 6550 found worse value: 339.68228144500006. iteration 6551 found worse value: 339.68228144500006. iteration 6552 found worse value: 339.68228144500006. iteration 6553 found worse value: 339.68228144500006. iteration 6554 found worse value: 339.68228144500006. iteration 6555 found worse value: 339.68228144500006. iteration 6556 found worse value: 339.68228144500006. iteration 6557 found worse value: 339.68228144500006. iteration 6558 found worse value: 339.68228144500006. iteration 6559 found worse value: 339.68228144500006. iteration 6560 found worse value: 339.68228144500006. iteration 6561 found worse value: 339.68228144500006. iteration 6562 found worse value: 339.68228144500006. iteration 6563 found worse value: 339.68228144500006. iteration 6564 found worse value: 339.68228144500006. iteration 6565 found worse value: 339.68228144500006. iteration 6566 found worse value: 339.68228144500006. iteration 6567 found worse value: 339.68228144500006. iteration 6568 found worse value: 339.68228144500006. iteration 6569 found worse value: 339.68228144500006. iteration 6570 found worse value: 339.68228144500006. iteration 6571 found worse value: 339.68228144500006. iteration 6572 found worse value: 339.68228144500006. iteration 6573 found worse value: 339.68228144500006. iteration 6574 found worse value: 339.68228144500006. iteration 6575 found worse value: 339.68228144500006. iteration 6576 found worse value: 339.68228144500006. iteration 6577 found worse value: 339.68228144500006. iteration 6578 found worse value: 339.68228144500006. iteration 6579 found worse value: 339.68228144500006. iteration 6580 found worse value: 339.68228144500006. iteration 6581 found worse value: 339.68228144500006. iteration 6582 found worse value: 339.68228144500006. iteration 6583 found worse value: 339.68228144500006. iteration 6584 found worse value: 339.68228144500006. iteration 6585 found worse value: 339.68228144500006. iteration 6586 found worse value: 339.68228144500006. iteration 6587 found worse value: 339.68228144500006. iteration 6588 found worse value: 339.68228144500006. iteration 6589 found worse value: 339.68228144500006. iteration 6590 found worse value: 339.68228144500006. iteration 6591 found worse value: 339.68228144500006. iteration 6592 found worse value: 339.68228144500006. iteration 6593 found worse value: 339.68228144500006. iteration 6594 found worse value: 339.68228144500006. iteration 6595 found worse value: 339.68228144500006. iteration 6596 found worse value: 339.68228144500006. iteration 6597 found worse value: 339.68228144500006. iteration 6598 found worse value: 339.68228144500006. iteration 6599 found worse value: 339.68228144500006. iteration 6600 found worse value: 339.68228144500006. iteration 6601 found worse value: 339.68228144500006. iteration 6602 found worse value: 339.68228144500006. iteration 6603 found worse value: 339.68228144500006. iteration 6604 found worse value: 339.68228144500006. iteration 6605 found worse value: 339.68228144500006. iteration 6606 found worse value: 339.68228144500006. iteration 6607 found worse value: 339.68228144500006. iteration 6608 found worse value: 339.68228144500006. iteration 6609 found worse value: 339.68228144500006. iteration 6610 found worse value: 339.68228144500006. iteration 6611 found worse value: 339.68228144500006. iteration 6612 found worse value: 339.68228144500006. iteration 6613 found worse value: 339.68228144500006. iteration 6614 found worse value: 339.68228144500006. iteration 6615 found worse value: 339.68228144500006. iteration 6616 found worse value: 339.68228144500006. iteration 6617 found worse value: 339.68228144500006. iteration 6618 found worse value: 339.68228144500006. iteration 6619 found worse value: 339.68228144500006. iteration 6620 found worse value: 339.68228144500006. iteration 6621 found worse value: 339.68228144500006. iteration 6622 found worse value: 339.68228144500006. iteration 6623 found worse value: 339.68228144500006. iteration 6624 found worse value: 339.68228144500006. iteration 6625 found worse value: 339.68228144500006. iteration 6626 found worse value: 339.68228144500006. iteration 6627 found worse value: 339.68228144500006. iteration 6628 found worse value: 339.68228144500006. iteration 6629 found worse value: 339.68228144500006. iteration 6630 found worse value: 339.68228144500006. iteration 6631 found worse value: 339.68228144500006. iteration 6632 found worse value: 339.68228144500006. iteration 6633 found worse value: 339.68228144500006. iteration 6634 found worse value: 339.68228144500006. iteration 6635 found worse value: 339.68228144500006. iteration 6636 found worse value: 339.68228144500006. iteration 6637 found worse value: 339.68228144500006. iteration 6638 found worse value: 339.68228144500006. iteration 6639 found worse value: 339.68228144500006. iteration 6640 found worse value: 339.68228144500006. iteration 6641 found worse value: 339.68228144500006. iteration 6642 found worse value: 339.68228144500006. iteration 6643 found worse value: 339.68228144500006. iteration 6644 found worse value: 339.68228144500006. iteration 6645 found worse value: 339.68228144500006. iteration 6646 found worse value: 339.68228144500006. iteration 6647 found worse value: 339.68228144500006. iteration 6648 found worse value: 339.68228144500006. iteration 6649 found worse value: 339.68228144500006. iteration 6650 found worse value: 339.68228144500006. iteration 6651 found worse value: 339.68228144500006. iteration 6652 found worse value: 339.68228144500006. iteration 6653 found worse value: 339.68228144500006. iteration 6654 found worse value: 339.68228144500006. iteration 6655 found worse value: 339.68228144500006. iteration 6656 found worse value: 339.68228144500006. iteration 6657 found worse value: 339.68228144500006. iteration 6658 found worse value: 339.68228144500006. iteration 6659 found worse value: 339.68228144500006. iteration 6660 found worse value: 339.68228144500006. iteration 6661 found worse value: 339.68228144500006. iteration 6662 found worse value: 339.68228144500006. iteration 6663 found worse value: 339.68228144500006. iteration 6664 found worse value: 339.68228144500006. iteration 6665 found worse value: 339.68228144500006. iteration 6666 found worse value: 339.68228144500006. iteration 6667 found worse value: 339.68228144500006. iteration 6668 found worse value: 339.68228144500006. iteration 6669 found worse value: 339.68228144500006. iteration 6670 found worse value: 339.68228144500006. iteration 6671 found worse value: 339.68228144500006. iteration 6672 found worse value: 339.68228144500006. iteration 6673 found worse value: 339.68228144500006. iteration 6674 found worse value: 339.68228144500006. iteration 6675 found worse value: 339.68228144500006. iteration 6676 found worse value: 339.68228144500006. iteration 6677 found worse value: 339.68228144500006. iteration 6678 found worse value: 339.68228144500006. iteration 6679 found worse value: 339.68228144500006. iteration 6680 found worse value: 339.68228144500006. iteration 6681 found worse value: 339.68228144500006. iteration 6682 found worse value: 339.68228144500006. iteration 6683 found worse value: 339.68228144500006. iteration 6684 found worse value: 339.68228144500006. iteration 6685 found worse value: 339.68228144500006. iteration 6686 found worse value: 339.68228144500006. iteration 6687 found worse value: 339.68228144500006. iteration 6688 found worse value: 339.68228144500006. iteration 6689 found equal value: 339.68228144500006. iteration 6690 found worse value: 339.68228144500006. iteration 6691 found worse value: 339.68228144500006. iteration 6692 found worse value: 339.68228144500006. iteration 6693 found worse value: 339.68228144500006. iteration 6694 found worse value: 339.68228144500006. iteration 6695 found worse value: 339.68228144500006. iteration 6696 found worse value: 339.68228144500006. iteration 6697 found worse value: 339.68228144500006. iteration 6698 found worse value: 339.68228144500006. iteration 6699 found worse value: 339.68228144500006. iteration 6700 found worse value: 339.68228144500006. iteration 6701 found worse value: 339.68228144500006. iteration 6702 found worse value: 339.68228144500006. iteration 6703 found worse value: 339.68228144500006. iteration 6704 found worse value: 339.68228144500006. iteration6704, perturbing to get out of local maxima iteration 6705 found worse value: 339.68228144500006. iteration 6706 found worse value: 339.68228144500006. iteration 6707 found worse value: 339.68228144500006. iteration 6708 found worse value: 339.68228144500006. iteration 6709 found worse value: 339.68228144500006. iteration 6710 found worse value: 339.68228144500006. iteration 6711 found worse value: 339.68228144500006. iteration 6712 found worse value: 339.68228144500006. iteration 6713 found worse value: 339.68228144500006. iteration 6714 found worse value: 339.68228144500006. iteration 6715 found worse value: 339.68228144500006. iteration 6716 found worse value: 339.68228144500006. iteration 6717 found worse value: 339.68228144500006. iteration 6718 found worse value: 339.68228144500006. iteration 6719 found worse value: 339.68228144500006. iteration 6720 found worse value: 339.68228144500006. iteration 6721 found worse value: 339.68228144500006. iteration 6722 found worse value: 339.68228144500006. iteration 6723 found worse value: 339.68228144500006. iteration 6724 found worse value: 339.68228144500006. iteration 6725 found worse value: 339.68228144500006. iteration 6726 found worse value: 339.68228144500006. iteration 6727 found worse value: 339.68228144500006. iteration 6728 found worse value: 339.68228144500006. iteration 6729 found worse value: 339.68228144500006. iteration 6730 found worse value: 339.68228144500006. iteration 6731 found worse value: 339.68228144500006. iteration 6732 found worse value: 339.68228144500006. iteration 6733 found worse value: 339.68228144500006. iteration 6734 found worse value: 339.68228144500006. iteration 6735 found worse value: 339.68228144500006. iteration 6736 found worse value: 339.68228144500006. iteration 6737 found worse value: 339.68228144500006. iteration 6738 found worse value: 339.68228144500006. iteration 6739 found worse value: 339.68228144500006. iteration 6740 found worse value: 339.68228144500006. iteration 6741 found worse value: 339.68228144500006. iteration 6742 found worse value: 339.68228144500006. iteration 6743 found worse value: 339.68228144500006. iteration 6744 found worse value: 339.68228144500006. iteration 6745 found worse value: 339.68228144500006. iteration 6746 found worse value: 339.68228144500006. iteration 6747 found worse value: 339.68228144500006. iteration 6748 found worse value: 339.68228144500006. iteration 6749 found worse value: 339.68228144500006. iteration 6750 found worse value: 339.68228144500006. iteration 6751 found worse value: 339.68228144500006. iteration 6752 found worse value: 339.68228144500006. iteration 6753 found worse value: 339.68228144500006. iteration 6754 found worse value: 339.68228144500006. iteration 6755 found worse value: 339.68228144500006. iteration 6756 found worse value: 339.68228144500006. iteration 6757 found worse value: 339.68228144500006. iteration 6758 found worse value: 339.68228144500006. iteration 6759 found worse value: 339.68228144500006. iteration 6760 found worse value: 339.68228144500006. iteration 6761 found worse value: 339.68228144500006. iteration 6762 found worse value: 339.68228144500006. iteration 6763 found worse value: 339.68228144500006. iteration 6764 found worse value: 339.68228144500006. iteration 6765 found worse value: 339.68228144500006. iteration 6766 found worse value: 339.68228144500006. iteration 6767 found worse value: 339.68228144500006. iteration 6768 found worse value: 339.68228144500006. iteration 6769 found worse value: 339.68228144500006. iteration 6770 found worse value: 339.68228144500006. iteration 6771 found worse value: 339.68228144500006. iteration 6772 found worse value: 339.68228144500006. iteration 6773 found worse value: 339.68228144500006. iteration 6774 found worse value: 339.68228144500006. iteration 6775 found worse value: 339.68228144500006. iteration 6776 found worse value: 339.68228144500006. iteration 6777 found worse value: 339.68228144500006. iteration 6778 found worse value: 339.68228144500006. iteration 6779 found worse value: 339.68228144500006. iteration 6780 found worse value: 339.68228144500006. iteration 6781 found worse value: 339.68228144500006. iteration 6782 found worse value: 339.68228144500006. iteration 6783 found worse value: 339.68228144500006. iteration 6784 found worse value: 339.68228144500006. iteration 6785 found worse value: 339.68228144500006. iteration 6786 found worse value: 339.68228144500006. iteration 6787 found worse value: 339.68228144500006. iteration 6788 found worse value: 339.68228144500006. iteration 6789 found worse value: 339.68228144500006. iteration 6790 found worse value: 339.68228144500006. iteration 6791 found worse value: 339.68228144500006. iteration 6792 found worse value: 339.68228144500006. iteration 6793 found worse value: 339.68228144500006. iteration 6794 found worse value: 339.68228144500006. iteration 6795 found worse value: 339.68228144500006. iteration 6796 found worse value: 339.68228144500006. iteration 6797 found worse value: 339.68228144500006. iteration 6798 found worse value: 339.68228144500006. iteration 6799 found worse value: 339.68228144500006. iteration 6800 found worse value: 339.68228144500006. iteration 6801 found worse value: 339.68228144500006. iteration 6802 found worse value: 339.68228144500006. iteration 6803 found worse value: 339.68228144500006. iteration 6804 found worse value: 339.68228144500006. iteration 6805 found worse value: 339.68228144500006. iteration 6806 found worse value: 339.68228144500006. iteration 6807 found worse value: 339.68228144500006. iteration 6808 found worse value: 339.68228144500006. iteration 6809 found worse value: 339.68228144500006. iteration 6810 found worse value: 339.68228144500006. iteration 6811 found worse value: 339.68228144500006. iteration 6812 found worse value: 339.68228144500006. iteration 6813 found worse value: 339.68228144500006. iteration 6814 found worse value: 339.68228144500006. iteration 6815 found worse value: 339.68228144500006. iteration 6816 found worse value: 339.68228144500006. iteration 6817 found worse value: 339.68228144500006. iteration 6818 found worse value: 339.68228144500006. iteration 6819 found worse value: 339.68228144500006. iteration 6820 found worse value: 339.68228144500006. iteration 6821 found worse value: 339.68228144500006. iteration 6822 found worse value: 339.68228144500006. iteration 6823 found worse value: 339.68228144500006. iteration 6824 found worse value: 339.68228144500006. iteration 6825 found worse value: 339.68228144500006. iteration 6826 found worse value: 339.68228144500006. iteration 6827 found worse value: 339.68228144500006. iteration 6828 found worse value: 339.68228144500006. iteration 6829 found worse value: 339.68228144500006. iteration 6830 found worse value: 339.68228144500006. iteration 6831 found worse value: 339.68228144500006. iteration 6832 found worse value: 339.68228144500006. iteration 6833 found worse value: 339.68228144500006. iteration 6834 found worse value: 339.68228144500006. iteration 6835 found worse value: 339.68228144500006. iteration 6836 found worse value: 339.68228144500006. iteration 6837 found worse value: 339.68228144500006. iteration 6838 found worse value: 339.68228144500006. iteration 6839 found worse value: 339.68228144500006. iteration 6840 found worse value: 339.68228144500006. iteration 6841 found worse value: 339.68228144500006. iteration 6842 found worse value: 339.68228144500006. iteration 6843 found worse value: 339.68228144500006. iteration 6844 found worse value: 339.68228144500006. iteration 6845 found worse value: 339.68228144500006. iteration 6846 found worse value: 339.68228144500006. iteration 6847 found worse value: 339.68228144500006. iteration 6848 found worse value: 339.68228144500006. iteration 6849 found worse value: 339.68228144500006. iteration 6850 found worse value: 339.68228144500006. iteration 6851 found worse value: 339.68228144500006. iteration 6852 found worse value: 339.68228144500006. iteration 6853 found worse value: 339.68228144500006. iteration 6854 found worse value: 339.68228144500006. iteration 6855 found worse value: 339.68228144500006. iteration 6856 found worse value: 339.68228144500006. iteration 6857 found worse value: 339.68228144500006. iteration 6858 found worse value: 339.68228144500006. iteration 6859 found worse value: 339.68228144500006. iteration 6860 found worse value: 339.68228144500006. iteration 6861 found worse value: 339.68228144500006. iteration 6862 found worse value: 339.68228144500006. iteration 6863 found worse value: 339.68228144500006. iteration 6864 found worse value: 339.68228144500006. iteration 6865 found worse value: 339.68228144500006. iteration 6866 found worse value: 339.68228144500006. iteration 6867 found worse value: 339.68228144500006. iteration 6868 found worse value: 339.68228144500006. iteration 6869 found worse value: 339.68228144500006. iteration 6870 found worse value: 339.68228144500006. iteration 6871 found worse value: 339.68228144500006. iteration 6872 found worse value: 339.68228144500006. iteration 6873 found worse value: 339.68228144500006. iteration 6874 found worse value: 339.68228144500006. iteration 6875 found worse value: 339.68228144500006. iteration 6876 found worse value: 339.68228144500006. iteration 6877 found worse value: 339.68228144500006. iteration 6878 found worse value: 339.68228144500006. iteration 6879 found worse value: 339.68228144500006. iteration 6880 found worse value: 339.68228144500006. iteration 6881 found worse value: 339.68228144500006. iteration 6882 found worse value: 339.68228144500006. iteration 6883 found worse value: 339.68228144500006. iteration 6884 found worse value: 339.68228144500006. iteration 6885 found worse value: 339.68228144500006. iteration 6886 found worse value: 339.68228144500006. iteration 6887 found worse value: 339.68228144500006. iteration 6888 found worse value: 339.68228144500006. iteration 6889 found worse value: 339.68228144500006. iteration 6890 found worse value: 339.68228144500006. iteration 6891 found worse value: 339.68228144500006. iteration 6892 found worse value: 339.68228144500006. iteration 6893 found worse value: 339.68228144500006. iteration 6894 found worse value: 339.68228144500006. iteration 6895 found worse value: 339.68228144500006. iteration 6896 found worse value: 339.68228144500006. iteration 6897 found worse value: 339.68228144500006. iteration 6898 found worse value: 339.68228144500006. iteration 6899 found worse value: 339.68228144500006. iteration 6900 found worse value: 339.68228144500006. iteration 6901 found worse value: 339.68228144500006. iteration 6902 found worse value: 339.68228144500006. iteration 6903 found worse value: 339.68228144500006. iteration 6904 found worse value: 339.68228144500006. iteration 6905 found worse value: 339.68228144500006. iteration 6906 found worse value: 339.68228144500006. iteration 6907 found worse value: 339.68228144500006. iteration 6908 found worse value: 339.68228144500006. iteration 6909 found worse value: 339.68228144500006. iteration 6910 found worse value: 339.68228144500006. iteration 6911 found worse value: 339.68228144500006. iteration 6912 found worse value: 339.68228144500006. iteration 6913 found worse value: 339.68228144500006. iteration 6914 found worse value: 339.68228144500006. iteration 6915 found worse value: 339.68228144500006. iteration 6916 found worse value: 339.68228144500006. iteration 6917 found worse value: 339.68228144500006. iteration 6918 found worse value: 339.68228144500006. iteration 6919 found worse value: 339.68228144500006. iteration 6920 found worse value: 339.68228144500006. iteration 6921 found worse value: 339.68228144500006. iteration 6922 found worse value: 339.68228144500006. iteration 6923 found worse value: 339.68228144500006. iteration 6924 found worse value: 339.68228144500006. iteration 6925 found worse value: 339.68228144500006. iteration 6926 found worse value: 339.68228144500006. iteration 6927 found worse value: 339.68228144500006. iteration 6928 found worse value: 339.68228144500006. iteration 6929 found worse value: 339.68228144500006. iteration 6930 found worse value: 339.68228144500006. iteration 6931 found worse value: 339.68228144500006. iteration 6932 found worse value: 339.68228144500006. iteration 6933 found worse value: 339.68228144500006. iteration 6934 found worse value: 339.68228144500006. iteration 6935 found worse value: 339.68228144500006. iteration 6936 found worse value: 339.68228144500006. iteration 6937 found worse value: 339.68228144500006. iteration 6938 found worse value: 339.68228144500006. iteration 6939 found worse value: 339.68228144500006. iteration 6940 found worse value: 339.68228144500006. iteration 6941 found worse value: 339.68228144500006. iteration 6942 found worse value: 339.68228144500006. iteration 6943 found worse value: 339.68228144500006. iteration 6944 found worse value: 339.68228144500006. iteration 6945 found worse value: 339.68228144500006. iteration 6946 found worse value: 339.68228144500006. iteration 6947 found worse value: 339.68228144500006. iteration 6948 found worse value: 339.68228144500006. iteration 6949 found worse value: 339.68228144500006. iteration 6950 found worse value: 339.68228144500006. iteration 6951 found worse value: 339.68228144500006. iteration 6952 found worse value: 339.68228144500006. iteration 6953 found worse value: 339.68228144500006. iteration 6954 found worse value: 339.68228144500006. iteration 6955 found worse value: 339.68228144500006. iteration 6956 found worse value: 339.68228144500006. iteration 6957 found worse value: 339.68228144500006. iteration 6958 found worse value: 339.68228144500006. iteration 6959 found worse value: 339.68228144500006. iteration 6960 found worse value: 339.68228144500006. iteration 6961 found worse value: 339.68228144500006. iteration 6962 found worse value: 339.68228144500006. iteration 6963 found worse value: 339.68228144500006. iteration 6964 found worse value: 339.68228144500006. iteration 6965 found worse value: 339.68228144500006. iteration 6966 found worse value: 339.68228144500006. iteration 6967 found worse value: 339.68228144500006. iteration 6968 found worse value: 339.68228144500006. iteration 6969 found worse value: 339.68228144500006. iteration 6970 found worse value: 339.68228144500006. iteration 6971 found worse value: 339.68228144500006. iteration 6972 found worse value: 339.68228144500006. iteration 6973 found worse value: 339.68228144500006. iteration 6974 found worse value: 339.68228144500006. iteration 6975 found worse value: 339.68228144500006. iteration 6976 found worse value: 339.68228144500006. iteration 6977 found worse value: 339.68228144500006. iteration 6978 found worse value: 339.68228144500006. iteration6978, perturbing to get out of local maxima iteration 6979 found worse value: 339.68228144500006. iteration 6980 found worse value: 339.68228144500006. iteration 6981 found worse value: 339.68228144500006. iteration 6982 found worse value: 339.68228144500006. iteration 6983 found worse value: 339.68228144500006. iteration 6984 found worse value: 339.68228144500006. iteration 6985 found worse value: 339.68228144500006. iteration 6986 found worse value: 339.68228144500006. iteration 6987 found worse value: 339.68228144500006. iteration 6988 found worse value: 339.68228144500006. iteration 6989 found worse value: 339.68228144500006. iteration 6990 found worse value: 339.68228144500006. iteration 6991 found worse value: 339.68228144500006. iteration 6992 found worse value: 339.68228144500006. iteration 6993 found worse value: 339.68228144500006. iteration 6994 found worse value: 339.68228144500006. iteration 6995 found worse value: 339.68228144500006. iteration 6996 found worse value: 339.68228144500006. iteration 6997 found worse value: 339.68228144500006. iteration 6998 found worse value: 339.68228144500006. iteration 6999 found worse value: 339.68228144500006. iteration 7000 found worse value: 339.68228144500006. iteration 7001 found worse value: 339.68228144500006. iteration 7002 found worse value: 339.68228144500006. iteration 7003 found worse value: 339.68228144500006. iteration 7004 found worse value: 339.68228144500006. iteration 7005 found worse value: 339.68228144500006. iteration 7006 found worse value: 339.68228144500006. iteration 7007 found worse value: 339.68228144500006. iteration 7008 found worse value: 339.68228144500006. iteration 7009 found worse value: 339.68228144500006. iteration 7010 found worse value: 339.68228144500006. iteration 7011 found worse value: 339.68228144500006. iteration 7012 found worse value: 339.68228144500006. iteration 7013 found worse value: 339.68228144500006. iteration 7014 found worse value: 339.68228144500006. iteration 7015 found worse value: 339.68228144500006. iteration 7016 found worse value: 339.68228144500006. iteration 7017 found worse value: 339.68228144500006. iteration 7018 found worse value: 339.68228144500006. iteration 7019 found worse value: 339.68228144500006. iteration 7020 found worse value: 339.68228144500006. iteration 7021 found worse value: 339.68228144500006. iteration 7022 found worse value: 339.68228144500006. iteration 7023 found worse value: 339.68228144500006. iteration 7024 found worse value: 339.68228144500006. iteration 7025 found worse value: 339.68228144500006. iteration 7026 found worse value: 339.68228144500006. iteration 7027 found worse value: 339.68228144500006. iteration 7028 found worse value: 339.68228144500006. iteration 7029 found worse value: 339.68228144500006. iteration 7030 found worse value: 339.68228144500006. iteration 7031 found worse value: 339.68228144500006. iteration 7032 found worse value: 339.68228144500006. iteration 7033 found worse value: 339.68228144500006. iteration 7034 found worse value: 339.68228144500006. iteration 7035 found worse value: 339.68228144500006. iteration 7036 found worse value: 339.68228144500006. iteration 7037 found worse value: 339.68228144500006. iteration 7038 found worse value: 339.68228144500006. iteration7038, perturbing to get out of local maxima iteration 7039 found worse value: 339.68228144500006. iteration 7040 found worse value: 339.68228144500006. iteration 7041 found worse value: 339.68228144500006. iteration 7042 found worse value: 339.68228144500006. iteration 7043 found worse value: 339.68228144500006. iteration 7044 found worse value: 339.68228144500006. iteration 7045 found worse value: 339.68228144500006. iteration 7046 found worse value: 339.68228144500006. iteration 7047 found worse value: 339.68228144500006. iteration 7048 found worse value: 339.68228144500006. iteration 7049 found worse value: 339.68228144500006. iteration 7050 found worse value: 339.68228144500006. iteration 7051 found worse value: 339.68228144500006. iteration 7052 found worse value: 339.68228144500006. iteration 7053 found worse value: 339.68228144500006. iteration 7054 found worse value: 339.68228144500006. iteration 7055 found worse value: 339.68228144500006. iteration 7056 found worse value: 339.68228144500006. iteration 7057 found worse value: 339.68228144500006. iteration 7058 found worse value: 339.68228144500006. iteration 7059 found worse value: 339.68228144500006. iteration 7060 found worse value: 339.68228144500006. iteration 7061 found worse value: 339.68228144500006. iteration 7062 found worse value: 339.68228144500006. iteration 7063 found worse value: 339.68228144500006. iteration 7064 found worse value: 339.68228144500006. iteration 7065 found worse value: 339.68228144500006. iteration 7066 found worse value: 339.68228144500006. iteration 7067 found worse value: 339.68228144500006. iteration 7068 found worse value: 339.68228144500006. iteration 7069 found worse value: 339.68228144500006. iteration 7070 found worse value: 339.68228144500006. iteration 7071 found worse value: 339.68228144500006. iteration 7072 found worse value: 339.68228144500006. iteration 7073 found worse value: 339.68228144500006. iteration 7074 found worse value: 339.68228144500006. iteration 7075 found worse value: 339.68228144500006. iteration 7076 found worse value: 339.68228144500006. iteration 7077 found worse value: 339.68228144500006. iteration 7078 found worse value: 339.68228144500006. iteration 7079 found worse value: 339.68228144500006. iteration 7080 found worse value: 339.68228144500006. iteration 7081 found worse value: 339.68228144500006. iteration 7082 found worse value: 339.68228144500006. iteration 7083 found worse value: 339.68228144500006. iteration 7084 found worse value: 339.68228144500006. iteration 7085 found worse value: 339.68228144500006. iteration 7086 found worse value: 339.68228144500006. iteration 7087 found worse value: 339.68228144500006. iteration 7088 found worse value: 339.68228144500006. iteration 7089 found worse value: 339.68228144500006. iteration 7090 found worse value: 339.68228144500006. iteration 7091 found worse value: 339.68228144500006. iteration 7092 found worse value: 339.68228144500006. iteration 7093 found worse value: 339.68228144500006. iteration 7094 found worse value: 339.68228144500006. iteration 7095 found worse value: 339.68228144500006. iteration 7096 found worse value: 339.68228144500006. iteration 7097 found worse value: 339.68228144500006. iteration 7098 found worse value: 339.68228144500006. iteration 7099 found worse value: 339.68228144500006. iteration 7100 found worse value: 339.68228144500006. iteration 7101 found worse value: 339.68228144500006. iteration 7102 found worse value: 339.68228144500006. iteration 7103 found worse value: 339.68228144500006. iteration 7104 found worse value: 339.68228144500006. iteration 7105 found worse value: 339.68228144500006. iteration 7106 found worse value: 339.68228144500006. iteration 7107 found worse value: 339.68228144500006. iteration 7108 found worse value: 339.68228144500006. iteration 7109 found worse value: 339.68228144500006. iteration 7110 found worse value: 339.68228144500006. iteration 7111 found worse value: 339.68228144500006. iteration 7112 found worse value: 339.68228144500006. iteration 7113 found worse value: 339.68228144500006. iteration 7114 found worse value: 339.68228144500006. iteration 7115 found worse value: 339.68228144500006. iteration 7116 found worse value: 339.68228144500006. iteration 7117 found worse value: 339.68228144500006. iteration 7118 found worse value: 339.68228144500006. iteration 7119 found worse value: 339.68228144500006. iteration 7120 found worse value: 339.68228144500006. iteration 7121 found worse value: 339.68228144500006. iteration 7122 found worse value: 339.68228144500006. iteration 7123 found worse value: 339.68228144500006. iteration 7124 found worse value: 339.68228144500006. iteration7124, perturbing to get out of local maxima iteration 7125 found worse value: 339.68228144500006. iteration 7126 found worse value: 339.68228144500006. iteration 7127 found worse value: 339.68228144500006. iteration 7128 found worse value: 339.68228144500006. iteration 7129 found worse value: 339.68228144500006. iteration 7130 found worse value: 339.68228144500006. iteration 7131 found worse value: 339.68228144500006. iteration 7132 found worse value: 339.68228144500006. iteration 7133 found worse value: 339.68228144500006. iteration 7134 found worse value: 339.68228144500006. iteration 7135 found worse value: 339.68228144500006. iteration 7136 found worse value: 339.68228144500006. iteration 7137 found worse value: 339.68228144500006. iteration 7138 found worse value: 339.68228144500006. iteration 7139 found worse value: 339.68228144500006. iteration 7140 found worse value: 339.68228144500006. iteration 7141 found worse value: 339.68228144500006. iteration 7142 found worse value: 339.68228144500006. iteration 7143 found worse value: 339.68228144500006. iteration 7144 found worse value: 339.68228144500006. iteration 7145 found worse value: 339.68228144500006. iteration 7146 found worse value: 339.68228144500006. iteration 7147 found worse value: 339.68228144500006. iteration 7148 found worse value: 339.68228144500006. iteration 7149 found worse value: 339.68228144500006. iteration 7150 found worse value: 339.68228144500006. iteration 7151 found worse value: 339.68228144500006. iteration 7152 found worse value: 339.68228144500006. iteration 7153 found worse value: 339.68228144500006. iteration 7154 found worse value: 339.68228144500006. iteration 7155 found worse value: 339.68228144500006. iteration 7156 found worse value: 339.68228144500006. iteration 7157 found worse value: 339.68228144500006. iteration 7158 found worse value: 339.68228144500006. iteration 7159 found worse value: 339.68228144500006. iteration 7160 found worse value: 339.68228144500006. iteration 7161 found worse value: 339.68228144500006. iteration 7162 found worse value: 339.68228144500006. iteration 7163 found worse value: 339.68228144500006. iteration 7164 found worse value: 339.68228144500006. iteration 7165 found worse value: 339.68228144500006. iteration 7166 found worse value: 339.68228144500006. iteration 7167 found worse value: 339.68228144500006. iteration 7168 found worse value: 339.68228144500006. iteration 7169 found worse value: 339.68228144500006. iteration 7170 found worse value: 339.68228144500006. iteration 7171 found worse value: 339.68228144500006. iteration 7172 found worse value: 339.68228144500006. iteration 7173 found worse value: 339.68228144500006. iteration 7174 found worse value: 339.68228144500006. iteration 7175 found worse value: 339.68228144500006. iteration 7176 found worse value: 339.68228144500006. iteration 7177 found worse value: 339.68228144500006. iteration 7178 found worse value: 339.68228144500006. iteration 7179 found worse value: 339.68228144500006. iteration 7180 found worse value: 339.68228144500006. iteration 7181 found worse value: 339.68228144500006. iteration 7182 found worse value: 339.68228144500006. iteration 7183 found worse value: 339.68228144500006. iteration 7184 found worse value: 339.68228144500006. iteration 7185 found worse value: 339.68228144500006. iteration 7186 found worse value: 339.68228144500006. iteration 7187 found worse value: 339.68228144500006. iteration 7188 found worse value: 339.68228144500006. iteration 7189 found worse value: 339.68228144500006. iteration 7190 found worse value: 339.68228144500006. iteration 7191 found worse value: 339.68228144500006. iteration 7192 found worse value: 339.68228144500006. iteration 7193 found worse value: 339.68228144500006. iteration 7194 found worse value: 339.68228144500006. iteration 7195 found worse value: 339.68228144500006. iteration 7196 found worse value: 339.68228144500006. iteration 7197 found worse value: 339.68228144500006. iteration 7198 found worse value: 339.68228144500006. iteration 7199 found worse value: 339.68228144500006. iteration 7200 found worse value: 339.68228144500006. iteration 7201 found worse value: 339.68228144500006. iteration 7202 found worse value: 339.68228144500006. iteration 7203 found worse value: 339.68228144500006. iteration 7204 found worse value: 339.68228144500006. iteration 7205 found worse value: 339.68228144500006. iteration 7206 found worse value: 339.68228144500006. iteration 7207 found worse value: 339.68228144500006. iteration 7208 found worse value: 339.68228144500006. iteration 7209 found worse value: 339.68228144500006. iteration 7210 found worse value: 339.68228144500006. iteration 7211 found worse value: 339.68228144500006. iteration 7212 found worse value: 339.68228144500006. iteration 7213 found worse value: 339.68228144500006. iteration 7214 found worse value: 339.68228144500006. iteration 7215 found worse value: 339.68228144500006. iteration 7216 found worse value: 339.68228144500006. iteration 7217 found worse value: 339.68228144500006. iteration 7218 found worse value: 339.68228144500006. iteration 7219 found worse value: 339.68228144500006. iteration 7220 found worse value: 339.68228144500006. iteration 7221 found worse value: 339.68228144500006. iteration 7222 found worse value: 339.68228144500006. iteration 7223 found worse value: 339.68228144500006. iteration 7224 found worse value: 339.68228144500006. iteration 7225 found worse value: 339.68228144500006. iteration 7226 found worse value: 339.68228144500006. iteration 7227 found worse value: 339.68228144500006. iteration 7228 found worse value: 339.68228144500006. iteration 7229 found worse value: 339.68228144500006. iteration 7230 found worse value: 339.68228144500006. iteration 7231 found worse value: 339.68228144500006. iteration 7232 found worse value: 339.68228144500006. iteration 7233 found worse value: 339.68228144500006. iteration 7234 found worse value: 339.68228144500006. iteration 7235 found worse value: 339.68228144500006. iteration 7236 found worse value: 339.68228144500006. iteration 7237 found worse value: 339.68228144500006. iteration 7238 found worse value: 339.68228144500006. iteration 7239 found worse value: 339.68228144500006. iteration 7240 found worse value: 339.68228144500006. iteration 7241 found worse value: 339.68228144500006. iteration 7242 found worse value: 339.68228144500006. iteration 7243 found worse value: 339.68228144500006. iteration 7244 found worse value: 339.68228144500006. iteration 7245 found worse value: 339.68228144500006. iteration 7246 found worse value: 339.68228144500006. iteration 7247 found worse value: 339.68228144500006. iteration 7248 found worse value: 339.68228144500006. iteration 7249 found worse value: 339.68228144500006. iteration 7250 found worse value: 339.68228144500006. iteration 7251 found worse value: 339.68228144500006. iteration 7252 found worse value: 339.68228144500006. iteration 7253 found worse value: 339.68228144500006. iteration 7254 found worse value: 339.68228144500006. iteration 7255 found worse value: 339.68228144500006. iteration 7256 found worse value: 339.68228144500006. iteration 7257 found worse value: 339.68228144500006. iteration 7258 found worse value: 339.68228144500006. iteration 7259 found worse value: 339.68228144500006. iteration 7260 found worse value: 339.68228144500006. iteration 7261 found worse value: 339.68228144500006. iteration 7262 found worse value: 339.68228144500006. iteration 7263 found worse value: 339.68228144500006. iteration 7264 found worse value: 339.68228144500006. iteration 7265 found worse value: 339.68228144500006. iteration 7266 found worse value: 339.68228144500006. iteration 7267 found worse value: 339.68228144500006. iteration 7268 found worse value: 339.68228144500006. iteration 7269 found worse value: 339.68228144500006. iteration 7270 found worse value: 339.68228144500006. iteration 7271 found worse value: 339.68228144500006. iteration 7272 found worse value: 339.68228144500006. iteration 7273 found worse value: 339.68228144500006. iteration 7274 found worse value: 339.68228144500006. iteration 7275 found worse value: 339.68228144500006. iteration 7276 found worse value: 339.68228144500006. iteration 7277 found worse value: 339.68228144500006. iteration 7278 found worse value: 339.68228144500006. iteration 7279 found worse value: 339.68228144500006. iteration 7280 found worse value: 339.68228144500006. iteration 7281 found worse value: 339.68228144500006. iteration 7282 found worse value: 339.68228144500006. iteration 7283 found worse value: 339.68228144500006. iteration 7284 found worse value: 339.68228144500006. iteration 7285 found worse value: 339.68228144500006. iteration 7286 found worse value: 339.68228144500006. iteration 7287 found worse value: 339.68228144500006. iteration 7288 found worse value: 339.68228144500006. iteration 7289 found worse value: 339.68228144500006. iteration 7290 found worse value: 339.68228144500006. iteration 7291 found worse value: 339.68228144500006. iteration 7292 found worse value: 339.68228144500006. iteration 7293 found worse value: 339.68228144500006. iteration 7294 found worse value: 339.68228144500006. iteration 7295 found worse value: 339.68228144500006. iteration 7296 found worse value: 339.68228144500006. iteration 7297 found worse value: 339.68228144500006. iteration 7298 found worse value: 339.68228144500006. iteration 7299 found worse value: 339.68228144500006. iteration 7300 found worse value: 339.68228144500006. iteration 7301 found worse value: 339.68228144500006. iteration 7302 found worse value: 339.68228144500006. iteration 7303 found worse value: 339.68228144500006. iteration 7304 found worse value: 339.68228144500006. iteration 7305 found worse value: 339.68228144500006. iteration 7306 found worse value: 339.68228144500006. iteration 7307 found worse value: 339.68228144500006. iteration 7308 found worse value: 339.68228144500006. iteration 7309 found worse value: 339.68228144500006. iteration 7310 found worse value: 339.68228144500006. iteration 7311 found worse value: 339.68228144500006. iteration 7312 found worse value: 339.68228144500006. iteration 7313 found worse value: 339.68228144500006. iteration 7314 found worse value: 339.68228144500006. iteration 7315 found worse value: 339.68228144500006. iteration 7316 found worse value: 339.68228144500006. iteration 7317 found worse value: 339.68228144500006. iteration 7318 found worse value: 339.68228144500006. iteration 7319 found worse value: 339.68228144500006. iteration 7320 found worse value: 339.68228144500006. iteration 7321 found worse value: 339.68228144500006. iteration 7322 found worse value: 339.68228144500006. iteration 7323 found worse value: 339.68228144500006. iteration 7324 found worse value: 339.68228144500006. iteration 7325 found worse value: 339.68228144500006. iteration 7326 found worse value: 339.68228144500006. iteration 7327 found worse value: 339.68228144500006. iteration 7328 found worse value: 339.68228144500006. iteration 7329 found worse value: 339.68228144500006. iteration 7330 found worse value: 339.68228144500006. iteration 7331 found worse value: 339.68228144500006. iteration 7332 found worse value: 339.68228144500006. iteration 7333 found worse value: 339.68228144500006. iteration 7334 found worse value: 339.68228144500006. iteration 7335 found worse value: 339.68228144500006. iteration 7336 found worse value: 339.68228144500006. iteration 7337 found worse value: 339.68228144500006. iteration 7338 found worse value: 339.68228144500006. iteration 7339 found worse value: 339.68228144500006. iteration 7340 found worse value: 339.68228144500006. iteration 7341 found worse value: 339.68228144500006. iteration 7342 found worse value: 339.68228144500006. iteration 7343 found worse value: 339.68228144500006. iteration 7344 found worse value: 339.68228144500006. iteration 7345 found worse value: 339.68228144500006. iteration 7346 found worse value: 339.68228144500006. iteration 7347 found worse value: 339.68228144500006. iteration 7348 found worse value: 339.68228144500006. iteration 7349 found worse value: 339.68228144500006. iteration 7350 found worse value: 339.68228144500006. iteration 7351 found worse value: 339.68228144500006. iteration 7352 found worse value: 339.68228144500006. iteration 7353 found worse value: 339.68228144500006. iteration 7354 found worse value: 339.68228144500006. iteration 7355 found worse value: 339.68228144500006. iteration 7356 found worse value: 339.68228144500006. iteration 7357 found worse value: 339.68228144500006. iteration 7358 found worse value: 339.68228144500006. iteration 7359 found worse value: 339.68228144500006. iteration 7360 found worse value: 339.68228144500006. iteration 7361 found worse value: 339.68228144500006. iteration 7362 found worse value: 339.68228144500006. iteration 7363 found worse value: 339.68228144500006. iteration 7364 found worse value: 339.68228144500006. iteration 7365 found worse value: 339.68228144500006. iteration 7366 found worse value: 339.68228144500006. iteration 7367 found worse value: 339.68228144500006. iteration 7368 found worse value: 339.68228144500006. iteration 7369 found worse value: 339.68228144500006. iteration 7370 found worse value: 339.68228144500006. iteration 7371 found worse value: 339.68228144500006. iteration 7372 found worse value: 339.68228144500006. iteration 7373 found worse value: 339.68228144500006. iteration 7374 found worse value: 339.68228144500006. iteration 7375 found worse value: 339.68228144500006. iteration 7376 found worse value: 339.68228144500006. iteration 7377 found worse value: 339.68228144500006. iteration 7378 found worse value: 339.68228144500006. iteration 7379 found worse value: 339.68228144500006. iteration 7380 found worse value: 339.68228144500006. iteration 7381 found worse value: 339.68228144500006. iteration 7382 found worse value: 339.68228144500006. iteration 7383 found worse value: 339.68228144500006. iteration 7384 found worse value: 339.68228144500006. iteration 7385 found worse value: 339.68228144500006. iteration 7386 found worse value: 339.68228144500006. iteration 7387 found worse value: 339.68228144500006. iteration 7388 found worse value: 339.68228144500006. iteration 7389 found worse value: 339.68228144500006. iteration 7390 found worse value: 339.68228144500006. iteration 7391 found worse value: 339.68228144500006. iteration 7392 found worse value: 339.68228144500006. iteration 7393 found worse value: 339.68228144500006. iteration 7394 found worse value: 339.68228144500006. iteration 7395 found worse value: 339.68228144500006. iteration 7396 found worse value: 339.68228144500006. iteration 7397 found worse value: 339.68228144500006. iteration 7398 found worse value: 339.68228144500006. iteration 7399 found worse value: 339.68228144500006. iteration 7400 found worse value: 339.68228144500006. iteration 7401 found worse value: 339.68228144500006. iteration 7402 found worse value: 339.68228144500006. iteration 7403 found worse value: 339.68228144500006. iteration 7404 found worse value: 339.68228144500006. iteration 7405 found worse value: 339.68228144500006. iteration 7406 found worse value: 339.68228144500006. iteration 7407 found worse value: 339.68228144500006. iteration 7408 found worse value: 339.68228144500006. iteration 7409 found worse value: 339.68228144500006. iteration 7410 found worse value: 339.68228144500006. iteration 7411 found worse value: 339.68228144500006. iteration 7412 found worse value: 339.68228144500006. iteration 7413 found worse value: 339.68228144500006. iteration 7414 found worse value: 339.68228144500006. iteration 7415 found worse value: 339.68228144500006. iteration 7416 found worse value: 339.68228144500006. iteration 7417 found worse value: 339.68228144500006. iteration 7418 found worse value: 339.68228144500006. iteration 7419 found worse value: 339.68228144500006. iteration 7420 found worse value: 339.68228144500006. iteration 7421 found worse value: 339.68228144500006. iteration 7422 found worse value: 339.68228144500006. iteration 7423 found worse value: 339.68228144500006. iteration 7424 found worse value: 339.68228144500006. iteration 7425 found worse value: 339.68228144500006. iteration 7426 found worse value: 339.68228144500006. iteration 7427 found worse value: 339.68228144500006. iteration 7428 found worse value: 339.68228144500006. iteration 7429 found worse value: 339.68228144500006. iteration 7430 found worse value: 339.68228144500006. iteration 7431 found worse value: 339.68228144500006. iteration 7432 found worse value: 339.68228144500006. iteration 7433 found worse value: 339.68228144500006. iteration 7434 found worse value: 339.68228144500006. iteration 7435 found worse value: 339.68228144500006. iteration 7436 found worse value: 339.68228144500006. iteration 7437 found worse value: 339.68228144500006. iteration 7438 found worse value: 339.68228144500006. iteration 7439 found worse value: 339.68228144500006. iteration 7440 found worse value: 339.68228144500006. iteration 7441 found worse value: 339.68228144500006. iteration 7442 found worse value: 339.68228144500006. iteration 7443 found worse value: 339.68228144500006. iteration 7444 found worse value: 339.68228144500006. iteration 7445 found worse value: 339.68228144500006. iteration 7446 found worse value: 339.68228144500006. iteration7446, perturbing to get out of local maxima iteration 7447 found worse value: 339.68228144500006. iteration 7448 found worse value: 339.68228144500006. iteration 7449 found worse value: 339.68228144500006. iteration 7450 found worse value: 339.68228144500006. iteration 7451 found worse value: 339.68228144500006. iteration 7452 found worse value: 339.68228144500006. iteration 7453 found worse value: 339.68228144500006. iteration 7454 found worse value: 339.68228144500006. iteration 7455 found worse value: 339.68228144500006. iteration 7456 found worse value: 339.68228144500006. iteration 7457 found worse value: 339.68228144500006. iteration 7458 found worse value: 339.68228144500006. iteration 7459 found worse value: 339.68228144500006. iteration 7460 found worse value: 339.68228144500006. iteration 7461 found worse value: 339.68228144500006. iteration 7462 found worse value: 339.68228144500006. iteration 7463 found worse value: 339.68228144500006. iteration 7464 found worse value: 339.68228144500006. iteration 7465 found worse value: 339.68228144500006. iteration 7466 found worse value: 339.68228144500006. iteration 7467 found worse value: 339.68228144500006. iteration 7468 found worse value: 339.68228144500006. iteration 7469 found worse value: 339.68228144500006. iteration 7470 found worse value: 339.68228144500006. iteration 7471 found worse value: 339.68228144500006. iteration 7472 found worse value: 339.68228144500006. iteration 7473 found worse value: 339.68228144500006. iteration 7474 found worse value: 339.68228144500006. iteration 7475 found worse value: 339.68228144500006. iteration 7476 found worse value: 339.68228144500006. iteration 7477 found worse value: 339.68228144500006. iteration 7478 found worse value: 339.68228144500006. iteration 7479 found worse value: 339.68228144500006. iteration 7480 found worse value: 339.68228144500006. iteration 7481 found worse value: 339.68228144500006. iteration 7482 found worse value: 339.68228144500006. iteration 7483 found worse value: 339.68228144500006. iteration 7484 found worse value: 339.68228144500006. iteration 7485 found worse value: 339.68228144500006. iteration 7486 found worse value: 339.68228144500006. iteration 7487 found worse value: 339.68228144500006. iteration 7488 found worse value: 339.68228144500006. iteration 7489 found worse value: 339.68228144500006. iteration 7490 found worse value: 339.68228144500006. iteration 7491 found worse value: 339.68228144500006. iteration 7492 found worse value: 339.68228144500006. iteration 7493 found worse value: 339.68228144500006. iteration 7494 found worse value: 339.68228144500006. iteration 7495 found worse value: 339.68228144500006. iteration 7496 found worse value: 339.68228144500006. iteration 7497 found worse value: 339.68228144500006. iteration 7498 found worse value: 339.68228144500006. iteration 7499 found worse value: 339.68228144500006. iteration 7500 found worse value: 339.68228144500006. iteration 7501 found worse value: 339.68228144500006. iteration 7502 found worse value: 339.68228144500006. iteration 7503 found worse value: 339.68228144500006. iteration 7504 found worse value: 339.68228144500006. iteration 7505 found worse value: 339.68228144500006. iteration 7506 found worse value: 339.68228144500006. iteration 7507 found worse value: 339.68228144500006. iteration 7508 found worse value: 339.68228144500006. iteration 7509 found worse value: 339.68228144500006. iteration 7510 found worse value: 339.68228144500006. iteration 7511 found worse value: 339.68228144500006. iteration 7512 found worse value: 339.68228144500006. iteration 7513 found worse value: 339.68228144500006. iteration 7514 found worse value: 339.68228144500006. iteration 7515 found worse value: 339.68228144500006. iteration 7516 found worse value: 339.68228144500006. iteration 7517 found worse value: 339.68228144500006. iteration 7518 found worse value: 339.68228144500006. iteration 7519 found worse value: 339.68228144500006. iteration 7520 found worse value: 339.68228144500006. iteration 7521 found worse value: 339.68228144500006. iteration 7522 found worse value: 339.68228144500006. iteration 7523 found worse value: 339.68228144500006. iteration 7524 found worse value: 339.68228144500006. iteration 7525 found worse value: 339.68228144500006. iteration 7526 found worse value: 339.68228144500006. iteration 7527 found worse value: 339.68228144500006. iteration 7528 found worse value: 339.68228144500006. iteration 7529 found worse value: 339.68228144500006. iteration 7530 found worse value: 339.68228144500006. iteration 7531 found worse value: 339.68228144500006. iteration 7532 found worse value: 339.68228144500006. iteration 7533 found worse value: 339.68228144500006. iteration 7534 found worse value: 339.68228144500006. iteration 7535 found worse value: 339.68228144500006. iteration 7536 found worse value: 339.68228144500006. iteration 7537 found worse value: 339.68228144500006. iteration 7538 found worse value: 339.68228144500006. iteration 7539 found worse value: 339.68228144500006. iteration 7540 found worse value: 339.68228144500006. iteration 7541 found worse value: 339.68228144500006. iteration 7542 found worse value: 339.68228144500006. iteration 7543 found worse value: 339.68228144500006. iteration 7544 found worse value: 339.68228144500006. iteration 7545 found worse value: 339.68228144500006. iteration 7546 found worse value: 339.68228144500006. iteration 7547 found worse value: 339.68228144500006. iteration 7548 found worse value: 339.68228144500006. iteration 7549 found worse value: 339.68228144500006. iteration 7550 found worse value: 339.68228144500006. iteration 7551 found worse value: 339.68228144500006. iteration 7552 found worse value: 339.68228144500006. iteration 7553 found worse value: 339.68228144500006. iteration 7554 found worse value: 339.68228144500006. iteration 7555 found worse value: 339.68228144500006. iteration 7556 found worse value: 339.68228144500006. iteration 7557 found worse value: 339.68228144500006. iteration 7558 found worse value: 339.68228144500006. iteration 7559 found worse value: 339.68228144500006. iteration 7560 found worse value: 339.68228144500006. iteration 7561 found worse value: 339.68228144500006. iteration 7562 found worse value: 339.68228144500006. iteration 7563 found worse value: 339.68228144500006. iteration 7564 found worse value: 339.68228144500006. iteration 7565 found worse value: 339.68228144500006. iteration 7566 found worse value: 339.68228144500006. iteration 7567 found worse value: 339.68228144500006. iteration 7568 found worse value: 339.68228144500006. iteration 7569 found worse value: 339.68228144500006. iteration 7570 found worse value: 339.68228144500006. iteration 7571 found worse value: 339.68228144500006. iteration 7572 found worse value: 339.68228144500006. iteration 7573 found worse value: 339.68228144500006. iteration 7574 found worse value: 339.68228144500006. iteration 7575 found worse value: 339.68228144500006. iteration 7576 found worse value: 339.68228144500006. iteration 7577 found worse value: 339.68228144500006. iteration 7578 found worse value: 339.68228144500006. iteration 7579 found worse value: 339.68228144500006. iteration 7580 found worse value: 339.68228144500006. iteration 7581 found worse value: 339.68228144500006. iteration 7582 found worse value: 339.68228144500006. iteration 7583 found worse value: 339.68228144500006. iteration 7584 found worse value: 339.68228144500006. iteration 7585 found worse value: 339.68228144500006. iteration 7586 found worse value: 339.68228144500006. iteration 7587 found worse value: 339.68228144500006. iteration 7588 found worse value: 339.68228144500006. iteration 7589 found worse value: 339.68228144500006. iteration 7590 found worse value: 339.68228144500006. iteration 7591 found worse value: 339.68228144500006. iteration 7592 found worse value: 339.68228144500006. iteration 7593 found worse value: 339.68228144500006. iteration 7594 found worse value: 339.68228144500006. iteration 7595 found worse value: 339.68228144500006. iteration 7596 found worse value: 339.68228144500006. iteration 7597 found worse value: 339.68228144500006. iteration 7598 found worse value: 339.68228144500006. iteration 7599 found worse value: 339.68228144500006. iteration 7600 found worse value: 339.68228144500006. iteration 7601 found worse value: 339.68228144500006. iteration 7602 found worse value: 339.68228144500006. iteration 7603 found worse value: 339.68228144500006. iteration 7604 found worse value: 339.68228144500006. iteration 7605 found worse value: 339.68228144500006. iteration 7606 found worse value: 339.68228144500006. iteration 7607 found worse value: 339.68228144500006. iteration 7608 found worse value: 339.68228144500006. iteration 7609 found worse value: 339.68228144500006. iteration 7610 found worse value: 339.68228144500006. iteration 7611 found worse value: 339.68228144500006. iteration 7612 found worse value: 339.68228144500006. iteration 7613 found worse value: 339.68228144500006. iteration 7614 found worse value: 339.68228144500006. iteration 7615 found worse value: 339.68228144500006. iteration 7616 found worse value: 339.68228144500006. iteration 7617 found worse value: 339.68228144500006. iteration 7618 found worse value: 339.68228144500006. iteration 7619 found worse value: 339.68228144500006. iteration 7620 found worse value: 339.68228144500006. iteration 7621 found worse value: 339.68228144500006. iteration 7622 found worse value: 339.68228144500006. iteration 7623 found worse value: 339.68228144500006. iteration 7624 found worse value: 339.68228144500006. iteration 7625 found worse value: 339.68228144500006. iteration 7626 found worse value: 339.68228144500006. iteration 7627 found worse value: 339.68228144500006. iteration 7628 found worse value: 339.68228144500006. iteration 7629 found worse value: 339.68228144500006. iteration 7630 found worse value: 339.68228144500006. iteration 7631 found worse value: 339.68228144500006. iteration 7632 found worse value: 339.68228144500006. iteration 7633 found worse value: 339.68228144500006. iteration 7634 found worse value: 339.68228144500006. iteration 7635 found worse value: 339.68228144500006. iteration 7636 found worse value: 339.68228144500006. iteration 7637 found worse value: 339.68228144500006. iteration 7638 found worse value: 339.68228144500006. iteration 7639 found worse value: 339.68228144500006. iteration 7640 found worse value: 339.68228144500006. iteration 7641 found worse value: 339.68228144500006. iteration 7642 found worse value: 339.68228144500006. iteration 7643 found worse value: 339.68228144500006. iteration 7644 found worse value: 339.68228144500006. iteration 7645 found worse value: 339.68228144500006. iteration 7646 found worse value: 339.68228144500006. iteration 7647 found worse value: 339.68228144500006. iteration 7648 found worse value: 339.68228144500006. iteration 7649 found worse value: 339.68228144500006. iteration 7650 found worse value: 339.68228144500006. iteration 7651 found worse value: 339.68228144500006. iteration 7652 found worse value: 339.68228144500006. iteration 7653 found worse value: 339.68228144500006. iteration 7654 found worse value: 339.68228144500006. iteration 7655 found worse value: 339.68228144500006. iteration 7656 found worse value: 339.68228144500006. iteration 7657 found worse value: 339.68228144500006. iteration 7658 found worse value: 339.68228144500006. iteration 7659 found worse value: 339.68228144500006. iteration 7660 found worse value: 339.68228144500006. iteration 7661 found worse value: 339.68228144500006. iteration 7662 found worse value: 339.68228144500006. iteration 7663 found worse value: 339.68228144500006. iteration 7664 found worse value: 339.68228144500006. iteration 7665 found worse value: 339.68228144500006. iteration 7666 found worse value: 339.68228144500006. iteration 7667 found worse value: 339.68228144500006. iteration 7668 found worse value: 339.68228144500006. iteration 7669 found worse value: 339.68228144500006. iteration 7670 found worse value: 339.68228144500006. iteration 7671 found worse value: 339.68228144500006. iteration 7672 found worse value: 339.68228144500006. iteration 7673 found worse value: 339.68228144500006. iteration 7674 found worse value: 339.68228144500006. iteration 7675 found worse value: 339.68228144500006. iteration 7676 found worse value: 339.68228144500006. iteration 7677 found worse value: 339.68228144500006. iteration 7678 found worse value: 339.68228144500006. iteration 7679 found worse value: 339.68228144500006. iteration 7680 found worse value: 339.68228144500006. iteration 7681 found worse value: 339.68228144500006. iteration 7682 found worse value: 339.68228144500006. iteration 7683 found worse value: 339.68228144500006. iteration 7684 found worse value: 339.68228144500006. iteration 7685 found worse value: 339.68228144500006. iteration 7686 found worse value: 339.68228144500006. iteration 7687 found worse value: 339.68228144500006. iteration 7688 found worse value: 339.68228144500006. iteration 7689 found worse value: 339.68228144500006. iteration 7690 found worse value: 339.68228144500006. iteration 7691 found worse value: 339.68228144500006. iteration 7692 found worse value: 339.68228144500006. iteration 7693 found worse value: 339.68228144500006. iteration 7694 found worse value: 339.68228144500006. iteration 7695 found worse value: 339.68228144500006. iteration 7696 found worse value: 339.68228144500006. iteration 7697 found worse value: 339.68228144500006. iteration 7698 found worse value: 339.68228144500006. iteration 7699 found worse value: 339.68228144500006. iteration 7700 found worse value: 339.68228144500006. iteration 7701 found worse value: 339.68228144500006. iteration 7702 found worse value: 339.68228144500006. iteration 7703 found worse value: 339.68228144500006. iteration 7704 found worse value: 339.68228144500006. iteration 7705 found worse value: 339.68228144500006. iteration 7706 found worse value: 339.68228144500006. iteration 7707 found worse value: 339.68228144500006. iteration 7708 found worse value: 339.68228144500006. iteration 7709 found worse value: 339.68228144500006. iteration 7710 found worse value: 339.68228144500006. iteration 7711 found worse value: 339.68228144500006. iteration 7712 found worse value: 339.68228144500006. iteration 7713 found worse value: 339.68228144500006. iteration 7714 found worse value: 339.68228144500006. iteration 7715 found worse value: 339.68228144500006. iteration 7716 found worse value: 339.68228144500006. iteration 7717 found worse value: 339.68228144500006. iteration 7718 found worse value: 339.68228144500006. iteration 7719 found worse value: 339.68228144500006. iteration 7720 found worse value: 339.68228144500006. iteration 7721 found worse value: 339.68228144500006. iteration 7722 found worse value: 339.68228144500006. iteration 7723 found worse value: 339.68228144500006. iteration 7724 found worse value: 339.68228144500006. iteration 7725 found worse value: 339.68228144500006. iteration 7726 found worse value: 339.68228144500006. iteration 7727 found worse value: 339.68228144500006. iteration 7728 found worse value: 339.68228144500006. iteration 7729 found worse value: 339.68228144500006. iteration 7730 found worse value: 339.68228144500006. iteration 7731 found worse value: 339.68228144500006. iteration 7732 found worse value: 339.68228144500006. iteration 7733 found worse value: 339.68228144500006. iteration 7734 found worse value: 339.68228144500006. iteration 7735 found worse value: 339.68228144500006. iteration 7736 found worse value: 339.68228144500006. iteration 7737 found worse value: 339.68228144500006. iteration 7738 found worse value: 339.68228144500006. iteration 7739 found worse value: 339.68228144500006. iteration 7740 found worse value: 339.68228144500006. iteration 7741 found worse value: 339.68228144500006. iteration 7742 found worse value: 339.68228144500006. iteration 7743 found worse value: 339.68228144500006. iteration 7744 found worse value: 339.68228144500006. iteration 7745 found worse value: 339.68228144500006. iteration 7746 found worse value: 339.68228144500006. iteration 7747 found worse value: 339.68228144500006. iteration 7748 found worse value: 339.68228144500006. iteration 7749 found worse value: 339.68228144500006. iteration 7750 found worse value: 339.68228144500006. iteration 7751 found worse value: 339.68228144500006. iteration 7752 found worse value: 339.68228144500006. iteration 7753 found worse value: 339.68228144500006. iteration 7754 found worse value: 339.68228144500006. iteration 7755 found worse value: 339.68228144500006. iteration 7756 found worse value: 339.68228144500006. iteration 7757 found worse value: 339.68228144500006. iteration 7758 found worse value: 339.68228144500006. iteration 7759 found worse value: 339.68228144500006. iteration 7760 found worse value: 339.68228144500006. iteration 7761 found worse value: 339.68228144500006. iteration 7762 found worse value: 339.68228144500006. iteration 7763 found worse value: 339.68228144500006. iteration 7764 found worse value: 339.68228144500006. iteration 7765 found worse value: 339.68228144500006. iteration 7766 found worse value: 339.68228144500006. iteration 7767 found worse value: 339.68228144500006. iteration 7768 found worse value: 339.68228144500006. iteration 7769 found worse value: 339.68228144500006. iteration 7770 found worse value: 339.68228144500006. iteration 7771 found worse value: 339.68228144500006. iteration 7772 found worse value: 339.68228144500006. iteration 7773 found worse value: 339.68228144500006. iteration 7774 found worse value: 339.68228144500006. iteration 7775 found worse value: 339.68228144500006. iteration 7776 found worse value: 339.68228144500006. iteration 7777 found worse value: 339.68228144500006. iteration 7778 found worse value: 339.68228144500006. iteration 7779 found worse value: 339.68228144500006. iteration 7780 found worse value: 339.68228144500006. iteration 7781 found worse value: 339.68228144500006. iteration 7782 found worse value: 339.68228144500006. iteration 7783 found worse value: 339.68228144500006. iteration 7784 found worse value: 339.68228144500006. iteration 7785 found worse value: 339.68228144500006. iteration 7786 found worse value: 339.68228144500006. iteration 7787 found worse value: 339.68228144500006. iteration 7788 found worse value: 339.68228144500006. iteration 7789 found worse value: 339.68228144500006. iteration 7790 found worse value: 339.68228144500006. iteration 7791 found worse value: 339.68228144500006. iteration 7792 found worse value: 339.68228144500006. iteration 7793 found worse value: 339.68228144500006. iteration 7794 found worse value: 339.68228144500006. iteration 7795 found worse value: 339.68228144500006. iteration 7796 found worse value: 339.68228144500006. iteration 7797 found worse value: 339.68228144500006. iteration 7798 found worse value: 339.68228144500006. iteration 7799 found worse value: 339.68228144500006. iteration 7800 found worse value: 339.68228144500006. iteration 7801 found worse value: 339.68228144500006. iteration 7802 found worse value: 339.68228144500006. iteration 7803 found worse value: 339.68228144500006. iteration 7804 found worse value: 339.68228144500006. iteration 7805 found worse value: 339.68228144500006. iteration 7806 found worse value: 339.68228144500006. iteration 7807 found worse value: 339.68228144500006. iteration 7808 found worse value: 339.68228144500006. iteration 7809 found worse value: 339.68228144500006. iteration 7810 found worse value: 339.68228144500006. iteration 7811 found worse value: 339.68228144500006. iteration 7812 found worse value: 339.68228144500006. iteration 7813 found worse value: 339.68228144500006. iteration 7814 found worse value: 339.68228144500006. iteration 7815 found worse value: 339.68228144500006. iteration 7816 found worse value: 339.68228144500006. iteration 7817 found better value: 339.68258535100006 iteration 7818 found worse value: 339.68258535100006. iteration 7819 found worse value: 339.68258535100006. iteration 7820 found worse value: 339.68258535100006. iteration 7821 found worse value: 339.68258535100006. iteration 7822 found worse value: 339.68258535100006. iteration 7823 found worse value: 339.68258535100006. iteration 7824 found worse value: 339.68258535100006. iteration 7825 found worse value: 339.68258535100006. iteration 7826 found worse value: 339.68258535100006. iteration 7827 found worse value: 339.68258535100006. iteration 7828 found worse value: 339.68258535100006. iteration 7829 found worse value: 339.68258535100006. iteration 7830 found worse value: 339.68258535100006. iteration 7831 found worse value: 339.68258535100006. iteration 7832 found worse value: 339.68258535100006. iteration 7833 found worse value: 339.68258535100006. iteration 7834 found worse value: 339.68258535100006. iteration 7835 found worse value: 339.68258535100006. iteration 7836 found worse value: 339.68258535100006. iteration 7837 found worse value: 339.68258535100006. iteration 7838 found worse value: 339.68258535100006. iteration 7839 found worse value: 339.68258535100006. iteration 7840 found worse value: 339.68258535100006. iteration 7841 found worse value: 339.68258535100006. iteration 7842 found worse value: 339.68258535100006. iteration 7843 found worse value: 339.68258535100006. iteration 7844 found worse value: 339.68258535100006. iteration 7845 found worse value: 339.68258535100006. iteration 7846 found worse value: 339.68258535100006. iteration 7847 found worse value: 339.68258535100006. iteration 7848 found worse value: 339.68258535100006. iteration 7849 found worse value: 339.68258535100006. iteration 7850 found worse value: 339.68258535100006. iteration 7851 found worse value: 339.68258535100006. iteration 7852 found worse value: 339.68258535100006. iteration 7853 found worse value: 339.68258535100006. iteration 7854 found worse value: 339.68258535100006. iteration 7855 found worse value: 339.68258535100006. iteration 7856 found worse value: 339.68258535100006. iteration 7857 found worse value: 339.68258535100006. iteration 7858 found worse value: 339.68258535100006. iteration 7859 found worse value: 339.68258535100006. iteration 7860 found worse value: 339.68258535100006. iteration 7861 found worse value: 339.68258535100006. iteration 7862 found worse value: 339.68258535100006. iteration 7863 found worse value: 339.68258535100006. iteration 7864 found worse value: 339.68258535100006. iteration 7865 found worse value: 339.68258535100006. iteration 7866 found worse value: 339.68258535100006. iteration 7867 found worse value: 339.68258535100006. iteration 7868 found worse value: 339.68258535100006. iteration 7869 found worse value: 339.68258535100006. iteration 7870 found worse value: 339.68258535100006. iteration 7871 found worse value: 339.68258535100006. iteration 7872 found worse value: 339.68258535100006. iteration 7873 found worse value: 339.68258535100006. iteration 7874 found worse value: 339.68258535100006. iteration 7875 found worse value: 339.68258535100006. iteration 7876 found worse value: 339.68258535100006. iteration 7877 found worse value: 339.68258535100006. iteration 7878 found worse value: 339.68258535100006. iteration 7879 found worse value: 339.68258535100006. iteration 7880 found worse value: 339.68258535100006. iteration 7881 found worse value: 339.68258535100006. iteration 7882 found worse value: 339.68258535100006. iteration 7883 found worse value: 339.68258535100006. iteration 7884 found worse value: 339.68258535100006. iteration 7885 found worse value: 339.68258535100006. iteration 7886 found worse value: 339.68258535100006. iteration 7887 found worse value: 339.68258535100006. iteration 7888 found worse value: 339.68258535100006. iteration 7889 found worse value: 339.68258535100006. iteration 7890 found worse value: 339.68258535100006. iteration 7891 found worse value: 339.68258535100006. iteration 7892 found worse value: 339.68258535100006. iteration 7893 found worse value: 339.68258535100006. iteration 7894 found worse value: 339.68258535100006. iteration 7895 found worse value: 339.68258535100006. iteration 7896 found worse value: 339.68258535100006. iteration 7897 found worse value: 339.68258535100006. iteration 7898 found worse value: 339.68258535100006. iteration 7899 found worse value: 339.68258535100006. iteration 7900 found worse value: 339.68258535100006. iteration 7901 found worse value: 339.68258535100006. iteration 7902 found worse value: 339.68258535100006. iteration 7903 found worse value: 339.68258535100006. iteration 7904 found worse value: 339.68258535100006. iteration 7905 found worse value: 339.68258535100006. iteration 7906 found worse value: 339.68258535100006. iteration 7907 found worse value: 339.68258535100006. iteration 7908 found worse value: 339.68258535100006. iteration 7909 found worse value: 339.68258535100006. iteration 7910 found worse value: 339.68258535100006. iteration 7911 found worse value: 339.68258535100006. iteration 7912 found worse value: 339.68258535100006. iteration 7913 found worse value: 339.68258535100006. iteration 7914 found worse value: 339.68258535100006. iteration 7915 found worse value: 339.68258535100006. iteration 7916 found worse value: 339.68258535100006. iteration 7917 found worse value: 339.68258535100006. iteration 7918 found worse value: 339.68258535100006. iteration 7919 found worse value: 339.68258535100006. iteration 7920 found worse value: 339.68258535100006. iteration 7921 found worse value: 339.68258535100006. iteration 7922 found worse value: 339.68258535100006. iteration 7923 found worse value: 339.68258535100006. iteration 7924 found worse value: 339.68258535100006. iteration 7925 found worse value: 339.68258535100006. iteration 7926 found worse value: 339.68258535100006. iteration 7927 found worse value: 339.68258535100006. iteration 7928 found worse value: 339.68258535100006. iteration 7929 found worse value: 339.68258535100006. iteration 7930 found worse value: 339.68258535100006. iteration 7931 found worse value: 339.68258535100006. iteration 7932 found worse value: 339.68258535100006. iteration 7933 found worse value: 339.68258535100006. iteration 7934 found worse value: 339.68258535100006. iteration 7935 found worse value: 339.68258535100006. iteration 7936 found worse value: 339.68258535100006. iteration 7937 found worse value: 339.68258535100006. iteration 7938 found worse value: 339.68258535100006. iteration 7939 found worse value: 339.68258535100006. iteration 7940 found worse value: 339.68258535100006. iteration 7941 found worse value: 339.68258535100006. iteration 7942 found worse value: 339.68258535100006. iteration 7943 found worse value: 339.68258535100006. iteration 7944 found worse value: 339.68258535100006. iteration 7945 found worse value: 339.68258535100006. iteration 7946 found worse value: 339.68258535100006. iteration 7947 found worse value: 339.68258535100006. iteration 7948 found worse value: 339.68258535100006. iteration 7949 found worse value: 339.68258535100006. iteration 7950 found worse value: 339.68258535100006. iteration 7951 found worse value: 339.68258535100006. iteration 7952 found worse value: 339.68258535100006. iteration 7953 found worse value: 339.68258535100006. iteration 7954 found worse value: 339.68258535100006. iteration 7955 found worse value: 339.68258535100006. iteration 7956 found worse value: 339.68258535100006. iteration 7957 found worse value: 339.68258535100006. iteration 7958 found worse value: 339.68258535100006. iteration 7959 found worse value: 339.68258535100006. iteration 7960 found worse value: 339.68258535100006. iteration 7961 found worse value: 339.68258535100006. iteration 7962 found worse value: 339.68258535100006. iteration 7963 found worse value: 339.68258535100006. iteration 7964 found worse value: 339.68258535100006. iteration 7965 found worse value: 339.68258535100006. iteration 7966 found worse value: 339.68258535100006. iteration 7967 found worse value: 339.68258535100006. iteration 7968 found worse value: 339.68258535100006. iteration 7969 found worse value: 339.68258535100006. iteration 7970 found worse value: 339.68258535100006. iteration 7971 found worse value: 339.68258535100006. iteration 7972 found worse value: 339.68258535100006. iteration 7973 found worse value: 339.68258535100006. iteration 7974 found worse value: 339.68258535100006. iteration 7975 found worse value: 339.68258535100006. iteration 7976 found worse value: 339.68258535100006. iteration 7977 found worse value: 339.68258535100006. iteration 7978 found worse value: 339.68258535100006. iteration 7979 found worse value: 339.68258535100006. iteration 7980 found worse value: 339.68258535100006. iteration 7981 found worse value: 339.68258535100006. iteration 7982 found worse value: 339.68258535100006. iteration 7983 found worse value: 339.68258535100006. iteration 7984 found worse value: 339.68258535100006. iteration 7985 found worse value: 339.68258535100006. iteration 7986 found worse value: 339.68258535100006. iteration 7987 found worse value: 339.68258535100006. iteration 7988 found worse value: 339.68258535100006. iteration 7989 found worse value: 339.68258535100006. iteration 7990 found worse value: 339.68258535100006. iteration 7991 found worse value: 339.68258535100006. iteration 7992 found worse value: 339.68258535100006. iteration 7993 found worse value: 339.68258535100006. iteration 7994 found worse value: 339.68258535100006. iteration 7995 found worse value: 339.68258535100006. iteration 7996 found worse value: 339.68258535100006. iteration 7997 found worse value: 339.68258535100006. iteration 7998 found worse value: 339.68258535100006. iteration 7999 found worse value: 339.68258535100006. iteration 8000 found worse value: 339.68258535100006. iteration 8001 found worse value: 339.68258535100006. iteration 8002 found worse value: 339.68258535100006. iteration 8003 found worse value: 339.68258535100006. iteration 8004 found worse value: 339.68258535100006. iteration 8005 found worse value: 339.68258535100006. iteration 8006 found worse value: 339.68258535100006. iteration 8007 found worse value: 339.68258535100006. iteration 8008 found worse value: 339.68258535100006. iteration 8009 found worse value: 339.68258535100006. iteration 8010 found worse value: 339.68258535100006. iteration 8011 found worse value: 339.68258535100006. iteration 8012 found worse value: 339.68258535100006. iteration8012, perturbing to get out of local maxima iteration 8013 found worse value: 339.68258535100006. iteration 8014 found worse value: 339.68258535100006. iteration 8015 found worse value: 339.68258535100006. iteration 8016 found worse value: 339.68258535100006. iteration 8017 found worse value: 339.68258535100006. iteration 8018 found worse value: 339.68258535100006. iteration 8019 found worse value: 339.68258535100006. iteration 8020 found worse value: 339.68258535100006. iteration 8021 found worse value: 339.68258535100006. iteration 8022 found worse value: 339.68258535100006. iteration 8023 found worse value: 339.68258535100006. iteration 8024 found worse value: 339.68258535100006. iteration 8025 found worse value: 339.68258535100006. iteration 8026 found worse value: 339.68258535100006. iteration 8027 found worse value: 339.68258535100006. iteration 8028 found worse value: 339.68258535100006. iteration 8029 found worse value: 339.68258535100006. iteration 8030 found worse value: 339.68258535100006. iteration 8031 found worse value: 339.68258535100006. iteration 8032 found worse value: 339.68258535100006. iteration 8033 found worse value: 339.68258535100006. iteration 8034 found worse value: 339.68258535100006. iteration 8035 found worse value: 339.68258535100006. iteration 8036 found worse value: 339.68258535100006. iteration 8037 found worse value: 339.68258535100006. iteration 8038 found worse value: 339.68258535100006. iteration 8039 found worse value: 339.68258535100006. iteration 8040 found worse value: 339.68258535100006. iteration 8041 found worse value: 339.68258535100006. iteration 8042 found worse value: 339.68258535100006. iteration 8043 found worse value: 339.68258535100006. iteration 8044 found worse value: 339.68258535100006. iteration 8045 found worse value: 339.68258535100006. iteration 8046 found worse value: 339.68258535100006. iteration 8047 found worse value: 339.68258535100006. iteration 8048 found worse value: 339.68258535100006. iteration 8049 found worse value: 339.68258535100006. iteration 8050 found worse value: 339.68258535100006. iteration 8051 found worse value: 339.68258535100006. iteration 8052 found worse value: 339.68258535100006. iteration 8053 found worse value: 339.68258535100006. iteration 8054 found worse value: 339.68258535100006. iteration 8055 found worse value: 339.68258535100006. iteration 8056 found worse value: 339.68258535100006. iteration 8057 found worse value: 339.68258535100006. iteration 8058 found worse value: 339.68258535100006. iteration 8059 found worse value: 339.68258535100006. iteration 8060 found worse value: 339.68258535100006. iteration 8061 found worse value: 339.68258535100006. iteration 8062 found worse value: 339.68258535100006. iteration 8063 found worse value: 339.68258535100006. iteration 8064 found worse value: 339.68258535100006. iteration 8065 found worse value: 339.68258535100006. iteration 8066 found worse value: 339.68258535100006. iteration 8067 found worse value: 339.68258535100006. iteration 8068 found worse value: 339.68258535100006. iteration 8069 found worse value: 339.68258535100006. iteration 8070 found worse value: 339.68258535100006. iteration 8071 found worse value: 339.68258535100006. iteration 8072 found worse value: 339.68258535100006. iteration 8073 found worse value: 339.68258535100006. iteration 8074 found worse value: 339.68258535100006. iteration 8075 found worse value: 339.68258535100006. iteration 8076 found worse value: 339.68258535100006. iteration 8077 found worse value: 339.68258535100006. iteration 8078 found worse value: 339.68258535100006. iteration 8079 found worse value: 339.68258535100006. iteration 8080 found worse value: 339.68258535100006. iteration 8081 found worse value: 339.68258535100006. iteration 8082 found worse value: 339.68258535100006. iteration 8083 found worse value: 339.68258535100006. iteration 8084 found worse value: 339.68258535100006. iteration 8085 found worse value: 339.68258535100006. iteration 8086 found worse value: 339.68258535100006. iteration 8087 found worse value: 339.68258535100006. iteration 8088 found worse value: 339.68258535100006. iteration 8089 found worse value: 339.68258535100006. iteration 8090 found worse value: 339.68258535100006. iteration 8091 found worse value: 339.68258535100006. iteration 8092 found worse value: 339.68258535100006. iteration 8093 found worse value: 339.68258535100006. iteration 8094 found worse value: 339.68258535100006. iteration 8095 found worse value: 339.68258535100006. iteration 8096 found worse value: 339.68258535100006. iteration 8097 found worse value: 339.68258535100006. iteration 8098 found worse value: 339.68258535100006. iteration 8099 found worse value: 339.68258535100006. iteration 8100 found worse value: 339.68258535100006. iteration 8101 found worse value: 339.68258535100006. iteration 8102 found worse value: 339.68258535100006. iteration 8103 found worse value: 339.68258535100006. iteration 8104 found worse value: 339.68258535100006. iteration 8105 found worse value: 339.68258535100006. iteration 8106 found worse value: 339.68258535100006. iteration 8107 found worse value: 339.68258535100006. iteration 8108 found worse value: 339.68258535100006. iteration 8109 found worse value: 339.68258535100006. iteration 8110 found worse value: 339.68258535100006. iteration 8111 found worse value: 339.68258535100006. iteration 8112 found worse value: 339.68258535100006. iteration 8113 found worse value: 339.68258535100006. iteration 8114 found worse value: 339.68258535100006. iteration 8115 found worse value: 339.68258535100006. iteration 8116 found worse value: 339.68258535100006. iteration 8117 found worse value: 339.68258535100006. iteration8117, perturbing to get out of local maxima iteration 8118 found worse value: 339.68258535100006. iteration 8119 found worse value: 339.68258535100006. iteration 8120 found worse value: 339.68258535100006. iteration 8121 found worse value: 339.68258535100006. iteration 8122 found worse value: 339.68258535100006. iteration 8123 found worse value: 339.68258535100006. iteration 8124 found worse value: 339.68258535100006. iteration 8125 found worse value: 339.68258535100006. iteration 8126 found worse value: 339.68258535100006. iteration 8127 found worse value: 339.68258535100006. iteration 8128 found worse value: 339.68258535100006. iteration 8129 found worse value: 339.68258535100006. iteration 8130 found worse value: 339.68258535100006. iteration 8131 found worse value: 339.68258535100006. iteration 8132 found worse value: 339.68258535100006. iteration 8133 found worse value: 339.68258535100006. iteration 8134 found worse value: 339.68258535100006. iteration 8135 found worse value: 339.68258535100006. iteration 8136 found worse value: 339.68258535100006. iteration 8137 found worse value: 339.68258535100006. iteration 8138 found worse value: 339.68258535100006. iteration 8139 found worse value: 339.68258535100006. iteration 8140 found worse value: 339.68258535100006. iteration 8141 found worse value: 339.68258535100006. iteration 8142 found worse value: 339.68258535100006. iteration 8143 found worse value: 339.68258535100006. iteration 8144 found worse value: 339.68258535100006. iteration 8145 found worse value: 339.68258535100006. iteration 8146 found worse value: 339.68258535100006. iteration 8147 found worse value: 339.68258535100006. iteration 8148 found worse value: 339.68258535100006. iteration 8149 found worse value: 339.68258535100006. iteration 8150 found worse value: 339.68258535100006. iteration 8151 found worse value: 339.68258535100006. iteration 8152 found worse value: 339.68258535100006. iteration 8153 found worse value: 339.68258535100006. iteration 8154 found worse value: 339.68258535100006. iteration 8155 found worse value: 339.68258535100006. iteration 8156 found worse value: 339.68258535100006. iteration 8157 found worse value: 339.68258535100006. iteration 8158 found worse value: 339.68258535100006. iteration 8159 found worse value: 339.68258535100006. iteration 8160 found worse value: 339.68258535100006. iteration 8161 found worse value: 339.68258535100006. iteration 8162 found worse value: 339.68258535100006. iteration 8163 found worse value: 339.68258535100006. iteration 8164 found worse value: 339.68258535100006. iteration 8165 found worse value: 339.68258535100006. iteration 8166 found worse value: 339.68258535100006. iteration 8167 found worse value: 339.68258535100006. iteration 8168 found worse value: 339.68258535100006. iteration 8169 found worse value: 339.68258535100006. iteration 8170 found worse value: 339.68258535100006. iteration 8171 found worse value: 339.68258535100006. iteration8171, perturbing to get out of local maxima iteration 8172 found worse value: 339.68258535100006. iteration 8173 found worse value: 339.68258535100006. iteration 8174 found worse value: 339.68258535100006. iteration 8175 found worse value: 339.68258535100006. iteration 8176 found worse value: 339.68258535100006. iteration 8177 found worse value: 339.68258535100006. iteration 8178 found worse value: 339.68258535100006. iteration 8179 found worse value: 339.68258535100006. iteration 8180 found worse value: 339.68258535100006. iteration 8181 found worse value: 339.68258535100006. iteration 8182 found worse value: 339.68258535100006. iteration 8183 found worse value: 339.68258535100006. iteration 8184 found worse value: 339.68258535100006. iteration 8185 found worse value: 339.68258535100006. iteration 8186 found worse value: 339.68258535100006. iteration 8187 found worse value: 339.68258535100006. iteration 8188 found worse value: 339.68258535100006. iteration 8189 found worse value: 339.68258535100006. iteration 8190 found worse value: 339.68258535100006. iteration 8191 found worse value: 339.68258535100006. iteration 8192 found worse value: 339.68258535100006. iteration 8193 found worse value: 339.68258535100006. iteration 8194 found worse value: 339.68258535100006. iteration 8195 found worse value: 339.68258535100006. iteration 8196 found worse value: 339.68258535100006. iteration 8197 found worse value: 339.68258535100006. iteration 8198 found worse value: 339.68258535100006. iteration 8199 found worse value: 339.68258535100006. iteration 8200 found worse value: 339.68258535100006. iteration 8201 found worse value: 339.68258535100006. iteration 8202 found worse value: 339.68258535100006. iteration 8203 found worse value: 339.68258535100006. iteration 8204 found worse value: 339.68258535100006. iteration 8205 found worse value: 339.68258535100006. iteration 8206 found worse value: 339.68258535100006. iteration 8207 found worse value: 339.68258535100006. iteration 8208 found worse value: 339.68258535100006. iteration 8209 found worse value: 339.68258535100006. iteration 8210 found worse value: 339.68258535100006. iteration 8211 found worse value: 339.68258535100006. iteration 8212 found worse value: 339.68258535100006. iteration 8213 found worse value: 339.68258535100006. iteration 8214 found worse value: 339.68258535100006. iteration 8215 found worse value: 339.68258535100006. iteration 8216 found worse value: 339.68258535100006. iteration 8217 found worse value: 339.68258535100006. iteration 8218 found worse value: 339.68258535100006. iteration 8219 found worse value: 339.68258535100006. iteration 8220 found worse value: 339.68258535100006. iteration 8221 found worse value: 339.68258535100006. iteration 8222 found worse value: 339.68258535100006. iteration 8223 found worse value: 339.68258535100006. iteration 8224 found worse value: 339.68258535100006. iteration 8225 found worse value: 339.68258535100006. iteration 8226 found worse value: 339.68258535100006. iteration 8227 found worse value: 339.68258535100006. iteration 8228 found worse value: 339.68258535100006. iteration 8229 found worse value: 339.68258535100006. iteration 8230 found worse value: 339.68258535100006. iteration 8231 found worse value: 339.68258535100006. iteration 8232 found worse value: 339.68258535100006. iteration 8233 found worse value: 339.68258535100006. iteration 8234 found worse value: 339.68258535100006. iteration 8235 found worse value: 339.68258535100006. iteration 8236 found worse value: 339.68258535100006. iteration 8237 found worse value: 339.68258535100006. iteration 8238 found worse value: 339.68258535100006. iteration 8239 found worse value: 339.68258535100006. iteration 8240 found worse value: 339.68258535100006. iteration 8241 found worse value: 339.68258535100006. iteration 8242 found worse value: 339.68258535100006. iteration 8243 found worse value: 339.68258535100006. iteration 8244 found worse value: 339.68258535100006. iteration 8245 found worse value: 339.68258535100006. iteration 8246 found worse value: 339.68258535100006. iteration 8247 found worse value: 339.68258535100006. iteration 8248 found worse value: 339.68258535100006. iteration 8249 found worse value: 339.68258535100006. iteration 8250 found worse value: 339.68258535100006. iteration 8251 found worse value: 339.68258535100006. iteration 8252 found worse value: 339.68258535100006. iteration 8253 found worse value: 339.68258535100006. iteration 8254 found worse value: 339.68258535100006. iteration 8255 found worse value: 339.68258535100006. iteration 8256 found worse value: 339.68258535100006. iteration 8257 found worse value: 339.68258535100006. iteration 8258 found worse value: 339.68258535100006. iteration 8259 found worse value: 339.68258535100006. iteration 8260 found worse value: 339.68258535100006. iteration 8261 found worse value: 339.68258535100006. iteration 8262 found worse value: 339.68258535100006. iteration 8263 found worse value: 339.68258535100006. iteration 8264 found worse value: 339.68258535100006. iteration 8265 found worse value: 339.68258535100006. iteration 8266 found worse value: 339.68258535100006. iteration 8267 found worse value: 339.68258535100006. iteration 8268 found worse value: 339.68258535100006. iteration 8269 found worse value: 339.68258535100006. iteration 8270 found worse value: 339.68258535100006. iteration 8271 found worse value: 339.68258535100006. iteration 8272 found worse value: 339.68258535100006. iteration 8273 found worse value: 339.68258535100006. iteration 8274 found worse value: 339.68258535100006. iteration 8275 found worse value: 339.68258535100006. iteration 8276 found worse value: 339.68258535100006. iteration 8277 found worse value: 339.68258535100006. iteration 8278 found worse value: 339.68258535100006. iteration 8279 found worse value: 339.68258535100006. iteration 8280 found worse value: 339.68258535100006. iteration8280, perturbing to get out of local maxima iteration 8281 found worse value: 339.68258535100006. iteration 8282 found worse value: 339.68258535100006. iteration 8283 found worse value: 339.68258535100006. iteration 8284 found worse value: 339.68258535100006. iteration 8285 found worse value: 339.68258535100006. iteration 8286 found worse value: 339.68258535100006. iteration 8287 found worse value: 339.68258535100006. iteration 8288 found worse value: 339.68258535100006. iteration 8289 found worse value: 339.68258535100006. iteration 8290 found worse value: 339.68258535100006. iteration 8291 found worse value: 339.68258535100006. iteration 8292 found worse value: 339.68258535100006. iteration 8293 found worse value: 339.68258535100006. iteration 8294 found worse value: 339.68258535100006. iteration 8295 found worse value: 339.68258535100006. iteration 8296 found worse value: 339.68258535100006. iteration 8297 found worse value: 339.68258535100006. iteration 8298 found worse value: 339.68258535100006. iteration 8299 found worse value: 339.68258535100006. iteration 8300 found worse value: 339.68258535100006. iteration 8301 found worse value: 339.68258535100006. iteration 8302 found worse value: 339.68258535100006. iteration 8303 found worse value: 339.68258535100006. iteration 8304 found worse value: 339.68258535100006. iteration 8305 found worse value: 339.68258535100006. iteration 8306 found worse value: 339.68258535100006. iteration 8307 found worse value: 339.68258535100006. iteration 8308 found worse value: 339.68258535100006. iteration 8309 found worse value: 339.68258535100006. iteration 8310 found worse value: 339.68258535100006. iteration 8311 found worse value: 339.68258535100006. iteration 8312 found worse value: 339.68258535100006. iteration 8313 found worse value: 339.68258535100006. iteration 8314 found worse value: 339.68258535100006. iteration 8315 found worse value: 339.68258535100006. iteration 8316 found worse value: 339.68258535100006. iteration 8317 found worse value: 339.68258535100006. iteration 8318 found worse value: 339.68258535100006. iteration 8319 found worse value: 339.68258535100006. iteration 8320 found worse value: 339.68258535100006. iteration 8321 found worse value: 339.68258535100006. iteration 8322 found worse value: 339.68258535100006. iteration 8323 found worse value: 339.68258535100006. iteration 8324 found worse value: 339.68258535100006. iteration 8325 found worse value: 339.68258535100006. iteration 8326 found worse value: 339.68258535100006. iteration 8327 found worse value: 339.68258535100006. iteration 8328 found worse value: 339.68258535100006. iteration 8329 found worse value: 339.68258535100006. iteration 8330 found worse value: 339.68258535100006. iteration 8331 found worse value: 339.68258535100006. iteration 8332 found worse value: 339.68258535100006. iteration 8333 found worse value: 339.68258535100006. iteration 8334 found worse value: 339.68258535100006. iteration 8335 found worse value: 339.68258535100006. iteration 8336 found worse value: 339.68258535100006. iteration 8337 found worse value: 339.68258535100006. iteration 8338 found worse value: 339.68258535100006. iteration 8339 found worse value: 339.68258535100006. iteration 8340 found worse value: 339.68258535100006. iteration 8341 found worse value: 339.68258535100006. iteration 8342 found worse value: 339.68258535100006. iteration 8343 found worse value: 339.68258535100006. iteration 8344 found worse value: 339.68258535100006. iteration 8345 found worse value: 339.68258535100006. iteration 8346 found worse value: 339.68258535100006. iteration 8347 found worse value: 339.68258535100006. iteration 8348 found worse value: 339.68258535100006. iteration 8349 found worse value: 339.68258535100006. iteration 8350 found worse value: 339.68258535100006. iteration 8351 found worse value: 339.68258535100006. iteration 8352 found worse value: 339.68258535100006. iteration 8353 found worse value: 339.68258535100006. iteration 8354 found worse value: 339.68258535100006. iteration 8355 found worse value: 339.68258535100006. iteration 8356 found worse value: 339.68258535100006. iteration 8357 found worse value: 339.68258535100006. iteration 8358 found worse value: 339.68258535100006. iteration 8359 found worse value: 339.68258535100006. iteration 8360 found worse value: 339.68258535100006. iteration 8361 found worse value: 339.68258535100006. iteration 8362 found worse value: 339.68258535100006. iteration 8363 found worse value: 339.68258535100006. iteration 8364 found worse value: 339.68258535100006. iteration 8365 found worse value: 339.68258535100006. iteration 8366 found worse value: 339.68258535100006. iteration 8367 found worse value: 339.68258535100006. iteration 8368 found worse value: 339.68258535100006. iteration 8369 found worse value: 339.68258535100006. iteration 8370 found worse value: 339.68258535100006. iteration 8371 found worse value: 339.68258535100006. iteration 8372 found worse value: 339.68258535100006. iteration 8373 found worse value: 339.68258535100006. iteration 8374 found worse value: 339.68258535100006. iteration 8375 found worse value: 339.68258535100006. iteration 8376 found worse value: 339.68258535100006. iteration 8377 found worse value: 339.68258535100006. iteration 8378 found worse value: 339.68258535100006. iteration 8379 found worse value: 339.68258535100006. iteration 8380 found worse value: 339.68258535100006. iteration 8381 found worse value: 339.68258535100006. iteration 8382 found worse value: 339.68258535100006. iteration 8383 found worse value: 339.68258535100006. iteration 8384 found worse value: 339.68258535100006. iteration 8385 found worse value: 339.68258535100006. iteration 8386 found worse value: 339.68258535100006. iteration 8387 found worse value: 339.68258535100006. iteration 8388 found worse value: 339.68258535100006. iteration 8389 found worse value: 339.68258535100006. iteration 8390 found worse value: 339.68258535100006. iteration 8391 found worse value: 339.68258535100006. iteration 8392 found worse value: 339.68258535100006. iteration 8393 found worse value: 339.68258535100006. iteration 8394 found worse value: 339.68258535100006. iteration 8395 found worse value: 339.68258535100006. iteration 8396 found worse value: 339.68258535100006. iteration 8397 found worse value: 339.68258535100006. iteration 8398 found worse value: 339.68258535100006. iteration 8399 found worse value: 339.68258535100006. iteration 8400 found worse value: 339.68258535100006. iteration 8401 found worse value: 339.68258535100006. iteration 8402 found worse value: 339.68258535100006. iteration 8403 found worse value: 339.68258535100006. iteration 8404 found worse value: 339.68258535100006. iteration 8405 found worse value: 339.68258535100006. iteration 8406 found worse value: 339.68258535100006. iteration 8407 found worse value: 339.68258535100006. iteration 8408 found worse value: 339.68258535100006. iteration 8409 found worse value: 339.68258535100006. iteration 8410 found worse value: 339.68258535100006. iteration 8411 found worse value: 339.68258535100006. iteration 8412 found worse value: 339.68258535100006. iteration 8413 found worse value: 339.68258535100006. iteration 8414 found worse value: 339.68258535100006. iteration 8415 found worse value: 339.68258535100006. iteration 8416 found worse value: 339.68258535100006. iteration 8417 found worse value: 339.68258535100006. iteration 8418 found worse value: 339.68258535100006. iteration 8419 found worse value: 339.68258535100006. iteration 8420 found worse value: 339.68258535100006. iteration 8421 found worse value: 339.68258535100006. iteration 8422 found worse value: 339.68258535100006. iteration 8423 found worse value: 339.68258535100006. iteration 8424 found worse value: 339.68258535100006. iteration 8425 found worse value: 339.68258535100006. iteration 8426 found worse value: 339.68258535100006. iteration 8427 found worse value: 339.68258535100006. iteration 8428 found worse value: 339.68258535100006. iteration 8429 found worse value: 339.68258535100006. iteration 8430 found worse value: 339.68258535100006. iteration 8431 found worse value: 339.68258535100006. iteration 8432 found worse value: 339.68258535100006. iteration 8433 found worse value: 339.68258535100006. iteration 8434 found worse value: 339.68258535100006. iteration 8435 found worse value: 339.68258535100006. iteration 8436 found worse value: 339.68258535100006. iteration 8437 found worse value: 339.68258535100006. iteration 8438 found worse value: 339.68258535100006. iteration 8439 found worse value: 339.68258535100006. iteration 8440 found worse value: 339.68258535100006. iteration 8441 found worse value: 339.68258535100006. iteration 8442 found worse value: 339.68258535100006. iteration 8443 found worse value: 339.68258535100006. iteration 8444 found worse value: 339.68258535100006. iteration 8445 found worse value: 339.68258535100006. iteration 8446 found worse value: 339.68258535100006. iteration 8447 found worse value: 339.68258535100006. iteration 8448 found worse value: 339.68258535100006. iteration 8449 found worse value: 339.68258535100006. iteration 8450 found worse value: 339.68258535100006. iteration 8451 found worse value: 339.68258535100006. iteration 8452 found worse value: 339.68258535100006. iteration 8453 found worse value: 339.68258535100006. iteration 8454 found worse value: 339.68258535100006. iteration 8455 found worse value: 339.68258535100006. iteration 8456 found worse value: 339.68258535100006. iteration 8457 found worse value: 339.68258535100006. iteration 8458 found worse value: 339.68258535100006. iteration 8459 found worse value: 339.68258535100006. iteration 8460 found worse value: 339.68258535100006. iteration 8461 found worse value: 339.68258535100006. iteration 8462 found worse value: 339.68258535100006. iteration 8463 found worse value: 339.68258535100006. iteration 8464 found worse value: 339.68258535100006. iteration 8465 found worse value: 339.68258535100006. iteration 8466 found worse value: 339.68258535100006. iteration 8467 found worse value: 339.68258535100006. iteration 8468 found worse value: 339.68258535100006. iteration 8469 found worse value: 339.68258535100006. iteration 8470 found worse value: 339.68258535100006. iteration 8471 found worse value: 339.68258535100006. iteration 8472 found worse value: 339.68258535100006. iteration 8473 found worse value: 339.68258535100006. iteration 8474 found worse value: 339.68258535100006. iteration 8475 found worse value: 339.68258535100006. iteration 8476 found worse value: 339.68258535100006. iteration 8477 found worse value: 339.68258535100006. iteration 8478 found worse value: 339.68258535100006. iteration 8479 found worse value: 339.68258535100006. iteration 8480 found worse value: 339.68258535100006. iteration 8481 found worse value: 339.68258535100006. iteration 8482 found worse value: 339.68258535100006. iteration 8483 found worse value: 339.68258535100006. iteration 8484 found worse value: 339.68258535100006. iteration 8485 found worse value: 339.68258535100006. iteration 8486 found worse value: 339.68258535100006. iteration 8487 found worse value: 339.68258535100006. iteration 8488 found worse value: 339.68258535100006. iteration 8489 found worse value: 339.68258535100006. iteration 8490 found worse value: 339.68258535100006. iteration 8491 found worse value: 339.68258535100006. iteration 8492 found worse value: 339.68258535100006. iteration 8493 found worse value: 339.68258535100006. iteration 8494 found worse value: 339.68258535100006. iteration 8495 found worse value: 339.68258535100006. iteration 8496 found worse value: 339.68258535100006. iteration 8497 found worse value: 339.68258535100006. iteration 8498 found worse value: 339.68258535100006. iteration 8499 found worse value: 339.68258535100006. iteration 8500 found worse value: 339.68258535100006. iteration 8501 found worse value: 339.68258535100006. iteration 8502 found worse value: 339.68258535100006. iteration 8503 found worse value: 339.68258535100006. iteration 8504 found worse value: 339.68258535100006. iteration 8505 found worse value: 339.68258535100006. iteration 8506 found worse value: 339.68258535100006. iteration 8507 found worse value: 339.68258535100006. iteration 8508 found worse value: 339.68258535100006. iteration 8509 found worse value: 339.68258535100006. iteration 8510 found worse value: 339.68258535100006. iteration 8511 found worse value: 339.68258535100006. iteration 8512 found worse value: 339.68258535100006. iteration 8513 found worse value: 339.68258535100006. iteration 8514 found worse value: 339.68258535100006. iteration 8515 found worse value: 339.68258535100006. iteration 8516 found worse value: 339.68258535100006. iteration 8517 found worse value: 339.68258535100006. iteration 8518 found worse value: 339.68258535100006. iteration 8519 found worse value: 339.68258535100006. iteration 8520 found worse value: 339.68258535100006. iteration 8521 found worse value: 339.68258535100006. iteration 8522 found worse value: 339.68258535100006. iteration 8523 found worse value: 339.68258535100006. iteration 8524 found worse value: 339.68258535100006. iteration 8525 found worse value: 339.68258535100006. iteration 8526 found worse value: 339.68258535100006. iteration 8527 found worse value: 339.68258535100006. iteration 8528 found worse value: 339.68258535100006. iteration 8529 found worse value: 339.68258535100006. iteration 8530 found worse value: 339.68258535100006. iteration 8531 found worse value: 339.68258535100006. iteration 8532 found worse value: 339.68258535100006. iteration 8533 found worse value: 339.68258535100006. iteration 8534 found worse value: 339.68258535100006. iteration 8535 found worse value: 339.68258535100006. iteration8535, perturbing to get out of local maxima iteration 8536 found worse value: 339.68258535100006. iteration 8537 found worse value: 339.68258535100006. iteration 8538 found worse value: 339.68258535100006. iteration 8539 found worse value: 339.68258535100006. iteration 8540 found worse value: 339.68258535100006. iteration 8541 found worse value: 339.68258535100006. iteration 8542 found worse value: 339.68258535100006. iteration 8543 found worse value: 339.68258535100006. iteration 8544 found worse value: 339.68258535100006. iteration 8545 found worse value: 339.68258535100006. iteration 8546 found worse value: 339.68258535100006. iteration 8547 found worse value: 339.68258535100006. iteration 8548 found worse value: 339.68258535100006. iteration 8549 found worse value: 339.68258535100006. iteration 8550 found worse value: 339.68258535100006. iteration 8551 found worse value: 339.68258535100006. iteration 8552 found worse value: 339.68258535100006. iteration 8553 found worse value: 339.68258535100006. iteration 8554 found worse value: 339.68258535100006. iteration 8555 found worse value: 339.68258535100006. iteration 8556 found worse value: 339.68258535100006. iteration 8557 found worse value: 339.68258535100006. iteration 8558 found worse value: 339.68258535100006. iteration 8559 found worse value: 339.68258535100006. iteration 8560 found worse value: 339.68258535100006. iteration 8561 found worse value: 339.68258535100006. iteration 8562 found worse value: 339.68258535100006. iteration 8563 found worse value: 339.68258535100006. iteration 8564 found worse value: 339.68258535100006. iteration 8565 found worse value: 339.68258535100006. iteration 8566 found worse value: 339.68258535100006. iteration 8567 found worse value: 339.68258535100006. iteration 8568 found worse value: 339.68258535100006. iteration 8569 found worse value: 339.68258535100006. iteration 8570 found worse value: 339.68258535100006. iteration 8571 found worse value: 339.68258535100006. iteration 8572 found worse value: 339.68258535100006. iteration 8573 found worse value: 339.68258535100006. iteration 8574 found worse value: 339.68258535100006. iteration 8575 found worse value: 339.68258535100006. iteration 8576 found worse value: 339.68258535100006. iteration 8577 found worse value: 339.68258535100006. iteration 8578 found worse value: 339.68258535100006. iteration 8579 found worse value: 339.68258535100006. iteration 8580 found worse value: 339.68258535100006. iteration 8581 found worse value: 339.68258535100006. iteration 8582 found worse value: 339.68258535100006. iteration 8583 found worse value: 339.68258535100006. iteration 8584 found worse value: 339.68258535100006. iteration 8585 found worse value: 339.68258535100006. iteration 8586 found worse value: 339.68258535100006. iteration 8587 found worse value: 339.68258535100006. iteration 8588 found worse value: 339.68258535100006. iteration 8589 found worse value: 339.68258535100006. iteration 8590 found worse value: 339.68258535100006. iteration 8591 found worse value: 339.68258535100006. iteration 8592 found worse value: 339.68258535100006. iteration 8593 found worse value: 339.68258535100006. iteration 8594 found worse value: 339.68258535100006. iteration 8595 found worse value: 339.68258535100006. iteration 8596 found worse value: 339.68258535100006. iteration 8597 found worse value: 339.68258535100006. iteration 8598 found worse value: 339.68258535100006. iteration 8599 found worse value: 339.68258535100006. iteration 8600 found worse value: 339.68258535100006. iteration 8601 found worse value: 339.68258535100006. iteration 8602 found worse value: 339.68258535100006. iteration 8603 found worse value: 339.68258535100006. iteration 8604 found worse value: 339.68258535100006. iteration 8605 found worse value: 339.68258535100006. iteration 8606 found worse value: 339.68258535100006. iteration 8607 found worse value: 339.68258535100006. iteration 8608 found worse value: 339.68258535100006. iteration 8609 found worse value: 339.68258535100006. iteration 8610 found worse value: 339.68258535100006. iteration 8611 found worse value: 339.68258535100006. iteration 8612 found worse value: 339.68258535100006. iteration 8613 found worse value: 339.68258535100006. iteration 8614 found worse value: 339.68258535100006. iteration 8615 found worse value: 339.68258535100006. iteration 8616 found worse value: 339.68258535100006. iteration 8617 found worse value: 339.68258535100006. iteration 8618 found worse value: 339.68258535100006. iteration 8619 found worse value: 339.68258535100006. iteration 8620 found worse value: 339.68258535100006. iteration 8621 found worse value: 339.68258535100006. iteration 8622 found worse value: 339.68258535100006. iteration 8623 found worse value: 339.68258535100006. iteration 8624 found worse value: 339.68258535100006. iteration 8625 found worse value: 339.68258535100006. iteration 8626 found worse value: 339.68258535100006. iteration 8627 found worse value: 339.68258535100006. iteration 8628 found worse value: 339.68258535100006. iteration 8629 found worse value: 339.68258535100006. iteration 8630 found worse value: 339.68258535100006. iteration 8631 found worse value: 339.68258535100006. iteration 8632 found worse value: 339.68258535100006. iteration 8633 found worse value: 339.68258535100006. iteration 8634 found worse value: 339.68258535100006. iteration 8635 found worse value: 339.68258535100006. iteration 8636 found worse value: 339.68258535100006. iteration 8637 found worse value: 339.68258535100006. iteration 8638 found worse value: 339.68258535100006. iteration 8639 found worse value: 339.68258535100006. iteration 8640 found worse value: 339.68258535100006. iteration 8641 found worse value: 339.68258535100006. iteration 8642 found worse value: 339.68258535100006. iteration 8643 found worse value: 339.68258535100006. iteration 8644 found worse value: 339.68258535100006. iteration 8645 found worse value: 339.68258535100006. iteration 8646 found worse value: 339.68258535100006. iteration 8647 found worse value: 339.68258535100006. iteration 8648 found worse value: 339.68258535100006. iteration 8649 found worse value: 339.68258535100006. iteration 8650 found worse value: 339.68258535100006. iteration 8651 found worse value: 339.68258535100006. iteration 8652 found worse value: 339.68258535100006. iteration 8653 found worse value: 339.68258535100006. iteration 8654 found worse value: 339.68258535100006. iteration 8655 found worse value: 339.68258535100006. iteration 8656 found worse value: 339.68258535100006. iteration 8657 found worse value: 339.68258535100006. iteration 8658 found worse value: 339.68258535100006. iteration 8659 found worse value: 339.68258535100006. iteration 8660 found worse value: 339.68258535100006. iteration 8661 found worse value: 339.68258535100006. iteration 8662 found worse value: 339.68258535100006. iteration 8663 found worse value: 339.68258535100006. iteration 8664 found worse value: 339.68258535100006. iteration 8665 found worse value: 339.68258535100006. iteration 8666 found worse value: 339.68258535100006. iteration 8667 found worse value: 339.68258535100006. iteration 8668 found worse value: 339.68258535100006. iteration 8669 found worse value: 339.68258535100006. iteration 8670 found worse value: 339.68258535100006. iteration 8671 found worse value: 339.68258535100006. iteration 8672 found worse value: 339.68258535100006. iteration 8673 found worse value: 339.68258535100006. iteration 8674 found worse value: 339.68258535100006. iteration8674, perturbing to get out of local maxima iteration 8675 found worse value: 339.68258535100006. iteration 8676 found worse value: 339.68258535100006. iteration 8677 found worse value: 339.68258535100006. iteration 8678 found worse value: 339.68258535100006. iteration 8679 found worse value: 339.68258535100006. iteration 8680 found worse value: 339.68258535100006. iteration 8681 found worse value: 339.68258535100006. iteration 8682 found worse value: 339.68258535100006. iteration 8683 found worse value: 339.68258535100006. iteration 8684 found worse value: 339.68258535100006. iteration 8685 found worse value: 339.68258535100006. iteration 8686 found worse value: 339.68258535100006. iteration 8687 found worse value: 339.68258535100006. iteration 8688 found worse value: 339.68258535100006. iteration 8689 found worse value: 339.68258535100006. iteration 8690 found worse value: 339.68258535100006. iteration 8691 found worse value: 339.68258535100006. iteration 8692 found worse value: 339.68258535100006. iteration 8693 found worse value: 339.68258535100006. iteration 8694 found worse value: 339.68258535100006. iteration 8695 found worse value: 339.68258535100006. iteration 8696 found worse value: 339.68258535100006. iteration 8697 found worse value: 339.68258535100006. iteration 8698 found worse value: 339.68258535100006. iteration 8699 found worse value: 339.68258535100006. iteration 8700 found worse value: 339.68258535100006. iteration 8701 found worse value: 339.68258535100006. iteration 8702 found worse value: 339.68258535100006. iteration 8703 found worse value: 339.68258535100006. iteration 8704 found worse value: 339.68258535100006. iteration 8705 found worse value: 339.68258535100006. iteration 8706 found worse value: 339.68258535100006. iteration 8707 found worse value: 339.68258535100006. iteration 8708 found worse value: 339.68258535100006. iteration 8709 found worse value: 339.68258535100006. iteration 8710 found worse value: 339.68258535100006. iteration 8711 found worse value: 339.68258535100006. iteration 8712 found worse value: 339.68258535100006. iteration 8713 found worse value: 339.68258535100006. iteration 8714 found worse value: 339.68258535100006. iteration 8715 found worse value: 339.68258535100006. iteration 8716 found worse value: 339.68258535100006. iteration 8717 found worse value: 339.68258535100006. iteration 8718 found worse value: 339.68258535100006. iteration 8719 found worse value: 339.68258535100006. iteration 8720 found worse value: 339.68258535100006. iteration 8721 found worse value: 339.68258535100006. iteration 8722 found worse value: 339.68258535100006. iteration 8723 found worse value: 339.68258535100006. iteration 8724 found worse value: 339.68258535100006. iteration 8725 found worse value: 339.68258535100006. iteration 8726 found worse value: 339.68258535100006. iteration 8727 found worse value: 339.68258535100006. iteration 8728 found worse value: 339.68258535100006. iteration 8729 found worse value: 339.68258535100006. iteration 8730 found worse value: 339.68258535100006. iteration 8731 found worse value: 339.68258535100006. iteration 8732 found worse value: 339.68258535100006. iteration 8733 found worse value: 339.68258535100006. iteration 8734 found worse value: 339.68258535100006. iteration 8735 found worse value: 339.68258535100006. iteration 8736 found worse value: 339.68258535100006. iteration 8737 found worse value: 339.68258535100006. iteration 8738 found worse value: 339.68258535100006. iteration 8739 found worse value: 339.68258535100006. iteration 8740 found worse value: 339.68258535100006. iteration 8741 found worse value: 339.68258535100006. iteration 8742 found worse value: 339.68258535100006. iteration 8743 found worse value: 339.68258535100006. iteration 8744 found worse value: 339.68258535100006. iteration 8745 found worse value: 339.68258535100006. iteration 8746 found worse value: 339.68258535100006. iteration 8747 found worse value: 339.68258535100006. iteration 8748 found worse value: 339.68258535100006. iteration 8749 found worse value: 339.68258535100006. iteration 8750 found worse value: 339.68258535100006. iteration 8751 found worse value: 339.68258535100006. iteration 8752 found worse value: 339.68258535100006. iteration 8753 found worse value: 339.68258535100006. iteration 8754 found worse value: 339.68258535100006. iteration 8755 found worse value: 339.68258535100006. iteration 8756 found worse value: 339.68258535100006. iteration 8757 found worse value: 339.68258535100006. iteration 8758 found worse value: 339.68258535100006. iteration 8759 found worse value: 339.68258535100006. iteration 8760 found worse value: 339.68258535100006. iteration 8761 found worse value: 339.68258535100006. iteration 8762 found worse value: 339.68258535100006. iteration 8763 found worse value: 339.68258535100006. iteration 8764 found worse value: 339.68258535100006. iteration 8765 found worse value: 339.68258535100006. iteration 8766 found worse value: 339.68258535100006. iteration 8767 found worse value: 339.68258535100006. iteration 8768 found worse value: 339.68258535100006. iteration 8769 found worse value: 339.68258535100006. iteration 8770 found worse value: 339.68258535100006. iteration 8771 found worse value: 339.68258535100006. iteration 8772 found worse value: 339.68258535100006. iteration 8773 found worse value: 339.68258535100006. iteration 8774 found worse value: 339.68258535100006. iteration 8775 found worse value: 339.68258535100006. iteration 8776 found worse value: 339.68258535100006. iteration 8777 found worse value: 339.68258535100006. iteration 8778 found worse value: 339.68258535100006. iteration 8779 found worse value: 339.68258535100006. iteration 8780 found worse value: 339.68258535100006. iteration 8781 found worse value: 339.68258535100006. iteration 8782 found worse value: 339.68258535100006. iteration 8783 found worse value: 339.68258535100006. iteration 8784 found worse value: 339.68258535100006. iteration 8785 found worse value: 339.68258535100006. iteration 8786 found worse value: 339.68258535100006. iteration 8787 found worse value: 339.68258535100006. iteration 8788 found worse value: 339.68258535100006. iteration 8789 found worse value: 339.68258535100006. iteration 8790 found worse value: 339.68258535100006. iteration 8791 found worse value: 339.68258535100006. iteration 8792 found worse value: 339.68258535100006. iteration 8793 found worse value: 339.68258535100006. iteration 8794 found worse value: 339.68258535100006. iteration 8795 found worse value: 339.68258535100006. iteration 8796 found worse value: 339.68258535100006. iteration 8797 found worse value: 339.68258535100006. iteration 8798 found worse value: 339.68258535100006. iteration 8799 found worse value: 339.68258535100006. iteration 8800 found worse value: 339.68258535100006. iteration 8801 found worse value: 339.68258535100006. iteration 8802 found worse value: 339.68258535100006. iteration 8803 found worse value: 339.68258535100006. iteration 8804 found worse value: 339.68258535100006. iteration 8805 found worse value: 339.68258535100006. iteration 8806 found worse value: 339.68258535100006. iteration 8807 found worse value: 339.68258535100006. iteration 8808 found worse value: 339.68258535100006. iteration 8809 found worse value: 339.68258535100006. iteration 8810 found worse value: 339.68258535100006. iteration 8811 found worse value: 339.68258535100006. iteration 8812 found worse value: 339.68258535100006. iteration 8813 found worse value: 339.68258535100006. iteration 8814 found worse value: 339.68258535100006. iteration 8815 found worse value: 339.68258535100006. iteration 8816 found worse value: 339.68258535100006. iteration 8817 found worse value: 339.68258535100006. iteration 8818 found worse value: 339.68258535100006. iteration 8819 found worse value: 339.68258535100006. iteration 8820 found worse value: 339.68258535100006. iteration 8821 found worse value: 339.68258535100006. iteration8821, perturbing to get out of local maxima iteration 8822 found worse value: 339.68258535100006. iteration 8823 found worse value: 339.68258535100006. iteration 8824 found worse value: 339.68258535100006. iteration 8825 found worse value: 339.68258535100006. iteration 8826 found worse value: 339.68258535100006. iteration 8827 found worse value: 339.68258535100006. iteration 8828 found worse value: 339.68258535100006. iteration 8829 found worse value: 339.68258535100006. iteration 8830 found worse value: 339.68258535100006. iteration 8831 found worse value: 339.68258535100006. iteration 8832 found worse value: 339.68258535100006. iteration 8833 found worse value: 339.68258535100006. iteration 8834 found worse value: 339.68258535100006. iteration 8835 found worse value: 339.68258535100006. iteration 8836 found worse value: 339.68258535100006. iteration 8837 found worse value: 339.68258535100006. iteration 8838 found worse value: 339.68258535100006. iteration 8839 found worse value: 339.68258535100006. iteration 8840 found worse value: 339.68258535100006. iteration 8841 found worse value: 339.68258535100006. iteration 8842 found worse value: 339.68258535100006. iteration 8843 found worse value: 339.68258535100006. iteration 8844 found worse value: 339.68258535100006. iteration 8845 found worse value: 339.68258535100006. iteration 8846 found worse value: 339.68258535100006. iteration 8847 found worse value: 339.68258535100006. iteration 8848 found worse value: 339.68258535100006. iteration 8849 found worse value: 339.68258535100006. iteration 8850 found worse value: 339.68258535100006. iteration 8851 found worse value: 339.68258535100006. iteration 8852 found worse value: 339.68258535100006. iteration 8853 found worse value: 339.68258535100006. iteration 8854 found worse value: 339.68258535100006. iteration 8855 found worse value: 339.68258535100006. iteration 8856 found worse value: 339.68258535100006. iteration 8857 found worse value: 339.68258535100006. iteration 8858 found worse value: 339.68258535100006. iteration 8859 found worse value: 339.68258535100006. iteration 8860 found worse value: 339.68258535100006. iteration 8861 found worse value: 339.68258535100006. iteration 8862 found worse value: 339.68258535100006. iteration 8863 found worse value: 339.68258535100006. iteration 8864 found worse value: 339.68258535100006. iteration 8865 found worse value: 339.68258535100006. iteration 8866 found worse value: 339.68258535100006. iteration 8867 found worse value: 339.68258535100006. iteration 8868 found worse value: 339.68258535100006. iteration 8869 found worse value: 339.68258535100006. iteration 8870 found worse value: 339.68258535100006. iteration 8871 found worse value: 339.68258535100006. iteration 8872 found worse value: 339.68258535100006. iteration 8873 found worse value: 339.68258535100006. iteration 8874 found worse value: 339.68258535100006. iteration 8875 found worse value: 339.68258535100006. iteration 8876 found worse value: 339.68258535100006. iteration 8877 found worse value: 339.68258535100006. iteration 8878 found worse value: 339.68258535100006. iteration 8879 found worse value: 339.68258535100006. iteration 8880 found worse value: 339.68258535100006. iteration 8881 found worse value: 339.68258535100006. iteration 8882 found worse value: 339.68258535100006. iteration 8883 found worse value: 339.68258535100006. iteration 8884 found worse value: 339.68258535100006. iteration 8885 found worse value: 339.68258535100006. iteration 8886 found worse value: 339.68258535100006. iteration 8887 found worse value: 339.68258535100006. iteration 8888 found worse value: 339.68258535100006. iteration 8889 found worse value: 339.68258535100006. iteration 8890 found worse value: 339.68258535100006. iteration 8891 found worse value: 339.68258535100006. iteration 8892 found worse value: 339.68258535100006. iteration 8893 found worse value: 339.68258535100006. iteration 8894 found worse value: 339.68258535100006. iteration 8895 found worse value: 339.68258535100006. iteration 8896 found worse value: 339.68258535100006. iteration 8897 found worse value: 339.68258535100006. iteration 8898 found worse value: 339.68258535100006. iteration 8899 found worse value: 339.68258535100006. iteration 8900 found worse value: 339.68258535100006. iteration 8901 found worse value: 339.68258535100006. iteration 8902 found worse value: 339.68258535100006. iteration 8903 found worse value: 339.68258535100006. iteration 8904 found worse value: 339.68258535100006. iteration 8905 found worse value: 339.68258535100006. iteration 8906 found worse value: 339.68258535100006. iteration 8907 found worse value: 339.68258535100006. iteration 8908 found worse value: 339.68258535100006. iteration 8909 found worse value: 339.68258535100006. iteration 8910 found worse value: 339.68258535100006. iteration 8911 found worse value: 339.68258535100006. iteration 8912 found worse value: 339.68258535100006. iteration 8913 found worse value: 339.68258535100006. iteration 8914 found worse value: 339.68258535100006. iteration 8915 found worse value: 339.68258535100006. iteration 8916 found worse value: 339.68258535100006. iteration 8917 found worse value: 339.68258535100006. iteration 8918 found worse value: 339.68258535100006. iteration 8919 found worse value: 339.68258535100006. iteration 8920 found worse value: 339.68258535100006. iteration 8921 found worse value: 339.68258535100006. iteration 8922 found worse value: 339.68258535100006. iteration 8923 found worse value: 339.68258535100006. iteration 8924 found worse value: 339.68258535100006. iteration 8925 found worse value: 339.68258535100006. iteration 8926 found worse value: 339.68258535100006. iteration 8927 found worse value: 339.68258535100006. iteration 8928 found worse value: 339.68258535100006. iteration 8929 found worse value: 339.68258535100006. iteration 8930 found worse value: 339.68258535100006. iteration 8931 found worse value: 339.68258535100006. iteration 8932 found worse value: 339.68258535100006. iteration 8933 found worse value: 339.68258535100006. iteration 8934 found worse value: 339.68258535100006. iteration 8935 found worse value: 339.68258535100006. iteration 8936 found worse value: 339.68258535100006. iteration 8937 found worse value: 339.68258535100006. iteration 8938 found worse value: 339.68258535100006. iteration 8939 found worse value: 339.68258535100006. iteration 8940 found worse value: 339.68258535100006. iteration 8941 found worse value: 339.68258535100006. iteration 8942 found worse value: 339.68258535100006. iteration 8943 found worse value: 339.68258535100006. iteration 8944 found worse value: 339.68258535100006. iteration 8945 found worse value: 339.68258535100006. iteration 8946 found worse value: 339.68258535100006. iteration 8947 found worse value: 339.68258535100006. iteration 8948 found worse value: 339.68258535100006. iteration 8949 found worse value: 339.68258535100006. iteration 8950 found worse value: 339.68258535100006. iteration 8951 found worse value: 339.68258535100006. iteration 8952 found worse value: 339.68258535100006. iteration 8953 found worse value: 339.68258535100006. iteration 8954 found worse value: 339.68258535100006. iteration 8955 found worse value: 339.68258535100006. iteration 8956 found worse value: 339.68258535100006. iteration 8957 found worse value: 339.68258535100006. iteration 8958 found worse value: 339.68258535100006. iteration 8959 found worse value: 339.68258535100006. iteration 8960 found worse value: 339.68258535100006. iteration 8961 found worse value: 339.68258535100006. iteration 8962 found worse value: 339.68258535100006. iteration 8963 found worse value: 339.68258535100006. iteration 8964 found worse value: 339.68258535100006. iteration 8965 found worse value: 339.68258535100006. iteration 8966 found worse value: 339.68258535100006. iteration 8967 found worse value: 339.68258535100006. iteration 8968 found worse value: 339.68258535100006. iteration 8969 found worse value: 339.68258535100006. iteration 8970 found worse value: 339.68258535100006. iteration 8971 found worse value: 339.68258535100006. iteration 8972 found worse value: 339.68258535100006. iteration 8973 found worse value: 339.68258535100006. iteration 8974 found worse value: 339.68258535100006. iteration 8975 found worse value: 339.68258535100006. iteration 8976 found worse value: 339.68258535100006. iteration 8977 found worse value: 339.68258535100006. iteration 8978 found worse value: 339.68258535100006. iteration 8979 found worse value: 339.68258535100006. iteration 8980 found worse value: 339.68258535100006. iteration 8981 found worse value: 339.68258535100006. iteration 8982 found worse value: 339.68258535100006. iteration 8983 found worse value: 339.68258535100006. iteration 8984 found worse value: 339.68258535100006. iteration 8985 found worse value: 339.68258535100006. iteration 8986 found worse value: 339.68258535100006. iteration 8987 found worse value: 339.68258535100006. iteration 8988 found worse value: 339.68258535100006. iteration 8989 found worse value: 339.68258535100006. iteration 8990 found worse value: 339.68258535100006. iteration 8991 found worse value: 339.68258535100006. iteration 8992 found worse value: 339.68258535100006. iteration 8993 found worse value: 339.68258535100006. iteration 8994 found worse value: 339.68258535100006. iteration 8995 found worse value: 339.68258535100006. iteration 8996 found worse value: 339.68258535100006. iteration 8997 found worse value: 339.68258535100006. iteration 8998 found worse value: 339.68258535100006. iteration 8999 found worse value: 339.68258535100006. iteration 9000 found worse value: 339.68258535100006. iteration 9001 found worse value: 339.68258535100006. iteration 9002 found worse value: 339.68258535100006. iteration 9003 found worse value: 339.68258535100006. iteration9003, perturbing to get out of local maxima iteration 9004 found worse value: 339.68258535100006. iteration 9005 found worse value: 339.68258535100006. iteration 9006 found worse value: 339.68258535100006. iteration 9007 found worse value: 339.68258535100006. iteration 9008 found worse value: 339.68258535100006. iteration 9009 found worse value: 339.68258535100006. iteration 9010 found worse value: 339.68258535100006. iteration 9011 found worse value: 339.68258535100006. iteration 9012 found worse value: 339.68258535100006. iteration 9013 found worse value: 339.68258535100006. iteration 9014 found worse value: 339.68258535100006. iteration 9015 found worse value: 339.68258535100006. iteration 9016 found worse value: 339.68258535100006. iteration 9017 found worse value: 339.68258535100006. iteration 9018 found worse value: 339.68258535100006. iteration 9019 found worse value: 339.68258535100006. iteration 9020 found worse value: 339.68258535100006. iteration 9021 found worse value: 339.68258535100006. iteration 9022 found worse value: 339.68258535100006. iteration 9023 found worse value: 339.68258535100006. iteration 9024 found worse value: 339.68258535100006. iteration 9025 found worse value: 339.68258535100006. iteration 9026 found worse value: 339.68258535100006. iteration 9027 found worse value: 339.68258535100006. iteration 9028 found worse value: 339.68258535100006. iteration 9029 found worse value: 339.68258535100006. iteration 9030 found worse value: 339.68258535100006. iteration 9031 found worse value: 339.68258535100006. iteration 9032 found worse value: 339.68258535100006. iteration 9033 found worse value: 339.68258535100006. iteration 9034 found worse value: 339.68258535100006. iteration 9035 found worse value: 339.68258535100006. iteration 9036 found worse value: 339.68258535100006. iteration 9037 found worse value: 339.68258535100006. iteration 9038 found worse value: 339.68258535100006. iteration 9039 found worse value: 339.68258535100006. iteration 9040 found worse value: 339.68258535100006. iteration 9041 found worse value: 339.68258535100006. iteration 9042 found worse value: 339.68258535100006. iteration 9043 found worse value: 339.68258535100006. iteration 9044 found worse value: 339.68258535100006. iteration 9045 found worse value: 339.68258535100006. iteration 9046 found worse value: 339.68258535100006. iteration9046, perturbing to get out of local maxima iteration 9047 found worse value: 339.68258535100006. iteration 9048 found worse value: 339.68258535100006. iteration 9049 found worse value: 339.68258535100006. iteration 9050 found worse value: 339.68258535100006. iteration 9051 found worse value: 339.68258535100006. iteration 9052 found worse value: 339.68258535100006. iteration 9053 found worse value: 339.68258535100006. iteration 9054 found worse value: 339.68258535100006. iteration 9055 found worse value: 339.68258535100006. iteration 9056 found worse value: 339.68258535100006. iteration 9057 found worse value: 339.68258535100006. iteration 9058 found worse value: 339.68258535100006. iteration 9059 found worse value: 339.68258535100006. iteration 9060 found worse value: 339.68258535100006. iteration 9061 found worse value: 339.68258535100006. iteration 9062 found worse value: 339.68258535100006. iteration 9063 found worse value: 339.68258535100006. iteration 9064 found worse value: 339.68258535100006. iteration 9065 found worse value: 339.68258535100006. iteration 9066 found worse value: 339.68258535100006. iteration 9067 found worse value: 339.68258535100006. iteration 9068 found worse value: 339.68258535100006. iteration 9069 found worse value: 339.68258535100006. iteration 9070 found worse value: 339.68258535100006. iteration 9071 found worse value: 339.68258535100006. iteration 9072 found worse value: 339.68258535100006. iteration 9073 found worse value: 339.68258535100006. iteration 9074 found worse value: 339.68258535100006. iteration 9075 found worse value: 339.68258535100006. iteration 9076 found worse value: 339.68258535100006. iteration 9077 found worse value: 339.68258535100006. iteration 9078 found worse value: 339.68258535100006. iteration 9079 found worse value: 339.68258535100006. iteration 9080 found worse value: 339.68258535100006. iteration 9081 found worse value: 339.68258535100006. iteration 9082 found worse value: 339.68258535100006. iteration 9083 found worse value: 339.68258535100006. iteration 9084 found worse value: 339.68258535100006. iteration 9085 found worse value: 339.68258535100006. iteration 9086 found worse value: 339.68258535100006. iteration 9087 found worse value: 339.68258535100006. iteration 9088 found worse value: 339.68258535100006. iteration 9089 found worse value: 339.68258535100006. iteration 9090 found worse value: 339.68258535100006. iteration 9091 found worse value: 339.68258535100006. iteration 9092 found worse value: 339.68258535100006. iteration 9093 found worse value: 339.68258535100006. iteration 9094 found worse value: 339.68258535100006. iteration 9095 found worse value: 339.68258535100006. iteration 9096 found worse value: 339.68258535100006. iteration 9097 found worse value: 339.68258535100006. iteration 9098 found worse value: 339.68258535100006. iteration 9099 found worse value: 339.68258535100006. iteration 9100 found worse value: 339.68258535100006. iteration 9101 found worse value: 339.68258535100006. iteration 9102 found worse value: 339.68258535100006. iteration 9103 found worse value: 339.68258535100006. iteration 9104 found worse value: 339.68258535100006. iteration 9105 found worse value: 339.68258535100006. iteration 9106 found worse value: 339.68258535100006. iteration 9107 found worse value: 339.68258535100006. iteration 9108 found worse value: 339.68258535100006. iteration 9109 found worse value: 339.68258535100006. iteration 9110 found worse value: 339.68258535100006. iteration 9111 found worse value: 339.68258535100006. iteration 9112 found worse value: 339.68258535100006. iteration 9113 found worse value: 339.68258535100006. iteration 9114 found worse value: 339.68258535100006. iteration 9115 found worse value: 339.68258535100006. iteration 9116 found worse value: 339.68258535100006. iteration 9117 found worse value: 339.68258535100006. iteration 9118 found worse value: 339.68258535100006. iteration 9119 found worse value: 339.68258535100006. iteration 9120 found worse value: 339.68258535100006. iteration 9121 found worse value: 339.68258535100006. iteration 9122 found worse value: 339.68258535100006. iteration 9123 found worse value: 339.68258535100006. iteration 9124 found worse value: 339.68258535100006. iteration 9125 found worse value: 339.68258535100006. iteration 9126 found worse value: 339.68258535100006. iteration 9127 found worse value: 339.68258535100006. iteration 9128 found worse value: 339.68258535100006. iteration 9129 found worse value: 339.68258535100006. iteration 9130 found worse value: 339.68258535100006. iteration 9131 found worse value: 339.68258535100006. iteration 9132 found worse value: 339.68258535100006. iteration 9133 found worse value: 339.68258535100006. iteration 9134 found worse value: 339.68258535100006. iteration 9135 found worse value: 339.68258535100006. iteration 9136 found worse value: 339.68258535100006. iteration 9137 found worse value: 339.68258535100006. iteration 9138 found worse value: 339.68258535100006. iteration 9139 found worse value: 339.68258535100006. iteration 9140 found worse value: 339.68258535100006. iteration 9141 found worse value: 339.68258535100006. iteration 9142 found worse value: 339.68258535100006. iteration 9143 found worse value: 339.68258535100006. iteration 9144 found worse value: 339.68258535100006. iteration 9145 found worse value: 339.68258535100006. iteration 9146 found worse value: 339.68258535100006. iteration 9147 found worse value: 339.68258535100006. iteration 9148 found worse value: 339.68258535100006. iteration 9149 found worse value: 339.68258535100006. iteration 9150 found worse value: 339.68258535100006. iteration 9151 found worse value: 339.68258535100006. iteration 9152 found worse value: 339.68258535100006. iteration 9153 found worse value: 339.68258535100006. iteration 9154 found worse value: 339.68258535100006. iteration 9155 found worse value: 339.68258535100006. iteration 9156 found worse value: 339.68258535100006. iteration 9157 found worse value: 339.68258535100006. iteration 9158 found worse value: 339.68258535100006. iteration 9159 found worse value: 339.68258535100006. iteration 9160 found worse value: 339.68258535100006. iteration 9161 found worse value: 339.68258535100006. iteration 9162 found worse value: 339.68258535100006. iteration 9163 found worse value: 339.68258535100006. iteration 9164 found worse value: 339.68258535100006. iteration 9165 found worse value: 339.68258535100006. iteration 9166 found worse value: 339.68258535100006. iteration 9167 found worse value: 339.68258535100006. iteration 9168 found worse value: 339.68258535100006. iteration 9169 found worse value: 339.68258535100006. iteration 9170 found worse value: 339.68258535100006. iteration 9171 found worse value: 339.68258535100006. iteration 9172 found worse value: 339.68258535100006. iteration 9173 found worse value: 339.68258535100006. iteration 9174 found worse value: 339.68258535100006. iteration 9175 found worse value: 339.68258535100006. iteration 9176 found worse value: 339.68258535100006. iteration 9177 found worse value: 339.68258535100006. iteration 9178 found worse value: 339.68258535100006. iteration 9179 found worse value: 339.68258535100006. iteration 9180 found worse value: 339.68258535100006. iteration 9181 found worse value: 339.68258535100006. iteration 9182 found worse value: 339.68258535100006. iteration 9183 found worse value: 339.68258535100006. iteration 9184 found worse value: 339.68258535100006. iteration 9185 found worse value: 339.68258535100006. iteration 9186 found worse value: 339.68258535100006. iteration 9187 found worse value: 339.68258535100006. iteration 9188 found worse value: 339.68258535100006. iteration 9189 found worse value: 339.68258535100006. iteration 9190 found worse value: 339.68258535100006. iteration 9191 found worse value: 339.68258535100006. iteration 9192 found worse value: 339.68258535100006. iteration 9193 found worse value: 339.68258535100006. iteration 9194 found worse value: 339.68258535100006. iteration 9195 found worse value: 339.68258535100006. iteration 9196 found worse value: 339.68258535100006. iteration 9197 found worse value: 339.68258535100006. iteration 9198 found worse value: 339.68258535100006. iteration 9199 found worse value: 339.68258535100006. iteration 9200 found worse value: 339.68258535100006. iteration 9201 found worse value: 339.68258535100006. iteration 9202 found worse value: 339.68258535100006. iteration 9203 found worse value: 339.68258535100006. iteration 9204 found worse value: 339.68258535100006. iteration 9205 found worse value: 339.68258535100006. iteration 9206 found worse value: 339.68258535100006. iteration 9207 found worse value: 339.68258535100006. iteration 9208 found worse value: 339.68258535100006. iteration 9209 found worse value: 339.68258535100006. iteration 9210 found worse value: 339.68258535100006. iteration 9211 found worse value: 339.68258535100006. iteration 9212 found worse value: 339.68258535100006. iteration 9213 found worse value: 339.68258535100006. iteration 9214 found worse value: 339.68258535100006. iteration 9215 found worse value: 339.68258535100006. iteration 9216 found worse value: 339.68258535100006. iteration 9217 found worse value: 339.68258535100006. iteration 9218 found worse value: 339.68258535100006. iteration 9219 found worse value: 339.68258535100006. iteration 9220 found worse value: 339.68258535100006. iteration 9221 found worse value: 339.68258535100006. iteration 9222 found worse value: 339.68258535100006. iteration 9223 found worse value: 339.68258535100006. iteration 9224 found worse value: 339.68258535100006. iteration 9225 found worse value: 339.68258535100006. iteration 9226 found worse value: 339.68258535100006. iteration 9227 found worse value: 339.68258535100006. iteration 9228 found worse value: 339.68258535100006. iteration 9229 found worse value: 339.68258535100006. iteration 9230 found worse value: 339.68258535100006. iteration 9231 found worse value: 339.68258535100006. iteration 9232 found worse value: 339.68258535100006. iteration 9233 found worse value: 339.68258535100006. iteration 9234 found worse value: 339.68258535100006. iteration 9235 found worse value: 339.68258535100006. iteration 9236 found worse value: 339.68258535100006. iteration 9237 found worse value: 339.68258535100006. iteration 9238 found worse value: 339.68258535100006. iteration 9239 found worse value: 339.68258535100006. iteration 9240 found worse value: 339.68258535100006. iteration 9241 found worse value: 339.68258535100006. iteration 9242 found worse value: 339.68258535100006. iteration 9243 found worse value: 339.68258535100006. iteration 9244 found worse value: 339.68258535100006. iteration 9245 found worse value: 339.68258535100006. iteration 9246 found worse value: 339.68258535100006. iteration 9247 found worse value: 339.68258535100006. iteration 9248 found worse value: 339.68258535100006. iteration 9249 found worse value: 339.68258535100006. iteration 9250 found worse value: 339.68258535100006. iteration 9251 found worse value: 339.68258535100006. iteration 9252 found worse value: 339.68258535100006. iteration 9253 found worse value: 339.68258535100006. iteration9253, perturbing to get out of local maxima iteration 9254 found worse value: 339.68258535100006. iteration 9255 found worse value: 339.68258535100006. iteration 9256 found worse value: 339.68258535100006. iteration 9257 found worse value: 339.68258535100006. iteration 9258 found worse value: 339.68258535100006. iteration 9259 found worse value: 339.68258535100006. iteration 9260 found worse value: 339.68258535100006. iteration 9261 found worse value: 339.68258535100006. iteration 9262 found worse value: 339.68258535100006. iteration 9263 found worse value: 339.68258535100006. iteration 9264 found worse value: 339.68258535100006. iteration 9265 found worse value: 339.68258535100006. iteration 9266 found worse value: 339.68258535100006. iteration 9267 found worse value: 339.68258535100006. iteration 9268 found worse value: 339.68258535100006. iteration 9269 found worse value: 339.68258535100006. iteration 9270 found worse value: 339.68258535100006. iteration 9271 found worse value: 339.68258535100006. iteration 9272 found worse value: 339.68258535100006. iteration 9273 found worse value: 339.68258535100006. iteration 9274 found worse value: 339.68258535100006. iteration 9275 found worse value: 339.68258535100006. iteration 9276 found worse value: 339.68258535100006. iteration 9277 found worse value: 339.68258535100006. iteration 9278 found worse value: 339.68258535100006. iteration 9279 found worse value: 339.68258535100006. iteration 9280 found worse value: 339.68258535100006. iteration 9281 found worse value: 339.68258535100006. iteration 9282 found worse value: 339.68258535100006. iteration 9283 found worse value: 339.68258535100006. iteration 9284 found worse value: 339.68258535100006. iteration 9285 found worse value: 339.68258535100006. iteration 9286 found worse value: 339.68258535100006. iteration 9287 found worse value: 339.68258535100006. iteration 9288 found worse value: 339.68258535100006. iteration 9289 found worse value: 339.68258535100006. iteration 9290 found worse value: 339.68258535100006. iteration 9291 found worse value: 339.68258535100006. iteration 9292 found worse value: 339.68258535100006. iteration 9293 found worse value: 339.68258535100006. iteration 9294 found worse value: 339.68258535100006. iteration 9295 found worse value: 339.68258535100006. iteration 9296 found worse value: 339.68258535100006. iteration 9297 found worse value: 339.68258535100006. iteration 9298 found worse value: 339.68258535100006. iteration 9299 found worse value: 339.68258535100006. iteration 9300 found worse value: 339.68258535100006. iteration 9301 found worse value: 339.68258535100006. iteration 9302 found worse value: 339.68258535100006. iteration 9303 found worse value: 339.68258535100006. iteration 9304 found worse value: 339.68258535100006. iteration 9305 found worse value: 339.68258535100006. iteration 9306 found worse value: 339.68258535100006. iteration 9307 found worse value: 339.68258535100006. iteration 9308 found worse value: 339.68258535100006. iteration 9309 found worse value: 339.68258535100006. iteration 9310 found worse value: 339.68258535100006. iteration 9311 found worse value: 339.68258535100006. iteration 9312 found worse value: 339.68258535100006. iteration 9313 found worse value: 339.68258535100006. iteration 9314 found worse value: 339.68258535100006. iteration 9315 found worse value: 339.68258535100006. iteration 9316 found worse value: 339.68258535100006. iteration 9317 found worse value: 339.68258535100006. iteration 9318 found worse value: 339.68258535100006. iteration 9319 found worse value: 339.68258535100006. iteration 9320 found worse value: 339.68258535100006. iteration 9321 found worse value: 339.68258535100006. iteration 9322 found worse value: 339.68258535100006. iteration 9323 found worse value: 339.68258535100006. iteration 9324 found worse value: 339.68258535100006. iteration 9325 found worse value: 339.68258535100006. iteration 9326 found worse value: 339.68258535100006. iteration 9327 found worse value: 339.68258535100006. iteration 9328 found worse value: 339.68258535100006. iteration 9329 found worse value: 339.68258535100006. iteration 9330 found worse value: 339.68258535100006. iteration 9331 found worse value: 339.68258535100006. iteration 9332 found worse value: 339.68258535100006. iteration 9333 found worse value: 339.68258535100006. iteration 9334 found worse value: 339.68258535100006. iteration 9335 found worse value: 339.68258535100006. iteration 9336 found worse value: 339.68258535100006. iteration 9337 found worse value: 339.68258535100006. iteration 9338 found worse value: 339.68258535100006. iteration 9339 found worse value: 339.68258535100006. iteration 9340 found worse value: 339.68258535100006. iteration 9341 found worse value: 339.68258535100006. iteration 9342 found worse value: 339.68258535100006. iteration 9343 found worse value: 339.68258535100006. iteration 9344 found worse value: 339.68258535100006. iteration 9345 found worse value: 339.68258535100006. iteration 9346 found worse value: 339.68258535100006. iteration 9347 found worse value: 339.68258535100006. iteration 9348 found worse value: 339.68258535100006. iteration 9349 found worse value: 339.68258535100006. iteration 9350 found worse value: 339.68258535100006. iteration 9351 found worse value: 339.68258535100006. iteration 9352 found worse value: 339.68258535100006. iteration 9353 found worse value: 339.68258535100006. iteration 9354 found worse value: 339.68258535100006. iteration 9355 found worse value: 339.68258535100006. iteration 9356 found worse value: 339.68258535100006. iteration 9357 found worse value: 339.68258535100006. iteration 9358 found worse value: 339.68258535100006. iteration 9359 found worse value: 339.68258535100006. iteration 9360 found worse value: 339.68258535100006. iteration 9361 found worse value: 339.68258535100006. iteration 9362 found worse value: 339.68258535100006. iteration 9363 found worse value: 339.68258535100006. iteration 9364 found worse value: 339.68258535100006. iteration 9365 found worse value: 339.68258535100006. iteration 9366 found worse value: 339.68258535100006. iteration 9367 found worse value: 339.68258535100006. iteration 9368 found worse value: 339.68258535100006. iteration 9369 found worse value: 339.68258535100006. iteration 9370 found worse value: 339.68258535100006. iteration 9371 found worse value: 339.68258535100006. iteration 9372 found worse value: 339.68258535100006. iteration 9373 found worse value: 339.68258535100006. iteration 9374 found worse value: 339.68258535100006. iteration 9375 found worse value: 339.68258535100006. iteration 9376 found worse value: 339.68258535100006. iteration 9377 found worse value: 339.68258535100006. iteration 9378 found worse value: 339.68258535100006. iteration 9379 found worse value: 339.68258535100006. iteration 9380 found worse value: 339.68258535100006. iteration 9381 found worse value: 339.68258535100006. iteration 9382 found worse value: 339.68258535100006. iteration 9383 found worse value: 339.68258535100006. iteration 9384 found worse value: 339.68258535100006. iteration 9385 found worse value: 339.68258535100006. iteration 9386 found worse value: 339.68258535100006. iteration 9387 found worse value: 339.68258535100006. iteration 9388 found worse value: 339.68258535100006. iteration 9389 found worse value: 339.68258535100006. iteration 9390 found worse value: 339.68258535100006. iteration 9391 found worse value: 339.68258535100006. iteration 9392 found worse value: 339.68258535100006. iteration 9393 found worse value: 339.68258535100006. iteration 9394 found worse value: 339.68258535100006. iteration 9395 found worse value: 339.68258535100006. iteration 9396 found worse value: 339.68258535100006. iteration 9397 found worse value: 339.68258535100006. iteration 9398 found worse value: 339.68258535100006. iteration 9399 found worse value: 339.68258535100006. iteration 9400 found worse value: 339.68258535100006. iteration 9401 found worse value: 339.68258535100006. iteration 9402 found worse value: 339.68258535100006. iteration 9403 found worse value: 339.68258535100006. iteration 9404 found worse value: 339.68258535100006. iteration 9405 found worse value: 339.68258535100006. iteration 9406 found worse value: 339.68258535100006. iteration 9407 found worse value: 339.68258535100006. iteration 9408 found worse value: 339.68258535100006. iteration 9409 found worse value: 339.68258535100006. iteration 9410 found worse value: 339.68258535100006. iteration 9411 found worse value: 339.68258535100006. iteration 9412 found worse value: 339.68258535100006. iteration 9413 found worse value: 339.68258535100006. iteration 9414 found worse value: 339.68258535100006. iteration 9415 found worse value: 339.68258535100006. iteration 9416 found worse value: 339.68258535100006. iteration 9417 found worse value: 339.68258535100006. iteration 9418 found worse value: 339.68258535100006. iteration 9419 found worse value: 339.68258535100006. iteration 9420 found worse value: 339.68258535100006. iteration 9421 found worse value: 339.68258535100006. iteration 9422 found worse value: 339.68258535100006. iteration 9423 found worse value: 339.68258535100006. iteration 9424 found worse value: 339.68258535100006. iteration 9425 found worse value: 339.68258535100006. iteration 9426 found worse value: 339.68258535100006. iteration 9427 found worse value: 339.68258535100006. iteration 9428 found worse value: 339.68258535100006. iteration 9429 found worse value: 339.68258535100006. iteration 9430 found worse value: 339.68258535100006. iteration 9431 found worse value: 339.68258535100006. iteration 9432 found worse value: 339.68258535100006. iteration 9433 found worse value: 339.68258535100006. iteration 9434 found worse value: 339.68258535100006. iteration 9435 found worse value: 339.68258535100006. iteration 9436 found worse value: 339.68258535100006. iteration 9437 found worse value: 339.68258535100006. iteration 9438 found worse value: 339.68258535100006. iteration 9439 found worse value: 339.68258535100006. iteration 9440 found worse value: 339.68258535100006. iteration 9441 found worse value: 339.68258535100006. iteration 9442 found worse value: 339.68258535100006. iteration 9443 found worse value: 339.68258535100006. iteration 9444 found worse value: 339.68258535100006. iteration 9445 found worse value: 339.68258535100006. iteration 9446 found worse value: 339.68258535100006. iteration 9447 found worse value: 339.68258535100006. iteration 9448 found worse value: 339.68258535100006. iteration 9449 found worse value: 339.68258535100006. iteration 9450 found worse value: 339.68258535100006. iteration 9451 found worse value: 339.68258535100006. iteration 9452 found worse value: 339.68258535100006. iteration 9453 found worse value: 339.68258535100006. iteration 9454 found worse value: 339.68258535100006. iteration 9455 found worse value: 339.68258535100006. iteration 9456 found worse value: 339.68258535100006. iteration 9457 found worse value: 339.68258535100006. iteration 9458 found worse value: 339.68258535100006. iteration 9459 found worse value: 339.68258535100006. iteration 9460 found worse value: 339.68258535100006. iteration 9461 found worse value: 339.68258535100006. iteration 9462 found worse value: 339.68258535100006. iteration 9463 found worse value: 339.68258535100006. iteration 9464 found worse value: 339.68258535100006. iteration 9465 found worse value: 339.68258535100006. iteration 9466 found worse value: 339.68258535100006. iteration 9467 found worse value: 339.68258535100006. iteration 9468 found worse value: 339.68258535100006. iteration 9469 found worse value: 339.68258535100006. iteration 9470 found worse value: 339.68258535100006. iteration 9471 found worse value: 339.68258535100006. iteration 9472 found worse value: 339.68258535100006. iteration 9473 found worse value: 339.68258535100006. iteration 9474 found worse value: 339.68258535100006. iteration 9475 found worse value: 339.68258535100006. iteration 9476 found worse value: 339.68258535100006. iteration 9477 found worse value: 339.68258535100006. iteration 9478 found worse value: 339.68258535100006. iteration 9479 found worse value: 339.68258535100006. iteration 9480 found worse value: 339.68258535100006. iteration 9481 found worse value: 339.68258535100006. iteration 9482 found worse value: 339.68258535100006. iteration 9483 found worse value: 339.68258535100006. iteration 9484 found worse value: 339.68258535100006. iteration 9485 found worse value: 339.68258535100006. iteration 9486 found worse value: 339.68258535100006. iteration 9487 found worse value: 339.68258535100006. iteration 9488 found worse value: 339.68258535100006. iteration 9489 found worse value: 339.68258535100006. iteration 9490 found worse value: 339.68258535100006. iteration 9491 found worse value: 339.68258535100006. iteration 9492 found worse value: 339.68258535100006. iteration 9493 found worse value: 339.68258535100006. iteration 9494 found worse value: 339.68258535100006. iteration 9495 found worse value: 339.68258535100006. iteration 9496 found worse value: 339.68258535100006. iteration 9497 found worse value: 339.68258535100006. iteration 9498 found worse value: 339.68258535100006. iteration 9499 found worse value: 339.68258535100006. iteration 9500 found worse value: 339.68258535100006. iteration 9501 found worse value: 339.68258535100006. iteration 9502 found worse value: 339.68258535100006. iteration 9503 found worse value: 339.68258535100006. iteration 9504 found worse value: 339.68258535100006. iteration 9505 found worse value: 339.68258535100006. iteration 9506 found worse value: 339.68258535100006. iteration 9507 found worse value: 339.68258535100006. iteration 9508 found worse value: 339.68258535100006. iteration 9509 found worse value: 339.68258535100006. iteration 9510 found worse value: 339.68258535100006. iteration 9511 found worse value: 339.68258535100006. iteration 9512 found worse value: 339.68258535100006. iteration 9513 found worse value: 339.68258535100006. iteration 9514 found worse value: 339.68258535100006. iteration 9515 found worse value: 339.68258535100006. iteration 9516 found worse value: 339.68258535100006. iteration 9517 found worse value: 339.68258535100006. iteration 9518 found worse value: 339.68258535100006. iteration 9519 found worse value: 339.68258535100006. iteration 9520 found worse value: 339.68258535100006. iteration 9521 found worse value: 339.68258535100006. iteration 9522 found worse value: 339.68258535100006. iteration 9523 found worse value: 339.68258535100006. iteration 9524 found worse value: 339.68258535100006. iteration 9525 found worse value: 339.68258535100006. iteration 9526 found worse value: 339.68258535100006. iteration 9527 found worse value: 339.68258535100006. iteration 9528 found worse value: 339.68258535100006. iteration 9529 found worse value: 339.68258535100006. iteration 9530 found worse value: 339.68258535100006. iteration 9531 found worse value: 339.68258535100006. iteration 9532 found worse value: 339.68258535100006. iteration 9533 found better value: 339.682604188 iteration 9534 found worse value: 339.682604188. iteration 9535 found worse value: 339.682604188. iteration 9536 found worse value: 339.682604188. iteration 9537 found worse value: 339.682604188. iteration 9538 found worse value: 339.682604188. iteration 9539 found worse value: 339.682604188. iteration 9540 found worse value: 339.682604188. iteration 9541 found worse value: 339.682604188. iteration 9542 found worse value: 339.682604188. iteration 9543 found worse value: 339.682604188. iteration 9544 found worse value: 339.682604188. iteration 9545 found worse value: 339.682604188. iteration 9546 found worse value: 339.682604188. iteration 9547 found worse value: 339.682604188. iteration 9548 found worse value: 339.682604188. iteration 9549 found worse value: 339.682604188. iteration 9550 found worse value: 339.682604188. iteration 9551 found worse value: 339.682604188. iteration 9552 found worse value: 339.682604188. iteration 9553 found worse value: 339.682604188. iteration 9554 found worse value: 339.682604188. iteration 9555 found worse value: 339.682604188. iteration 9556 found worse value: 339.682604188. iteration 9557 found worse value: 339.682604188. iteration 9558 found worse value: 339.682604188. iteration 9559 found worse value: 339.682604188. iteration 9560 found worse value: 339.682604188. iteration 9561 found worse value: 339.682604188. iteration 9562 found worse value: 339.682604188. iteration 9563 found worse value: 339.682604188. iteration 9564 found worse value: 339.682604188. iteration 9565 found worse value: 339.682604188. iteration 9566 found worse value: 339.682604188. iteration 9567 found worse value: 339.682604188. iteration 9568 found worse value: 339.682604188. iteration 9569 found worse value: 339.682604188. iteration 9570 found worse value: 339.682604188. iteration 9571 found worse value: 339.682604188. iteration 9572 found worse value: 339.682604188. iteration 9573 found worse value: 339.682604188. iteration 9574 found worse value: 339.682604188. iteration 9575 found worse value: 339.682604188. iteration 9576 found worse value: 339.682604188. iteration 9577 found worse value: 339.682604188. iteration 9578 found worse value: 339.682604188. iteration 9579 found worse value: 339.682604188. iteration 9580 found worse value: 339.682604188. iteration 9581 found worse value: 339.682604188. iteration 9582 found worse value: 339.682604188. iteration 9583 found worse value: 339.682604188. iteration 9584 found worse value: 339.682604188. iteration 9585 found worse value: 339.682604188. iteration 9586 found worse value: 339.682604188. iteration 9587 found worse value: 339.682604188. iteration 9588 found worse value: 339.682604188. iteration 9589 found worse value: 339.682604188. iteration 9590 found worse value: 339.682604188. iteration 9591 found worse value: 339.682604188. iteration 9592 found worse value: 339.682604188. iteration 9593 found worse value: 339.682604188. iteration 9594 found worse value: 339.682604188. iteration 9595 found worse value: 339.682604188. iteration 9596 found worse value: 339.682604188. iteration 9597 found worse value: 339.682604188. iteration 9598 found worse value: 339.682604188. iteration 9599 found worse value: 339.682604188. iteration 9600 found worse value: 339.682604188. iteration 9601 found worse value: 339.682604188. iteration 9602 found worse value: 339.682604188. iteration 9603 found worse value: 339.682604188. iteration 9604 found worse value: 339.682604188. iteration 9605 found worse value: 339.682604188. iteration 9606 found worse value: 339.682604188. iteration 9607 found worse value: 339.682604188. iteration 9608 found worse value: 339.682604188. iteration 9609 found worse value: 339.682604188. iteration 9610 found worse value: 339.682604188. iteration 9611 found worse value: 339.682604188. iteration 9612 found worse value: 339.682604188. iteration 9613 found worse value: 339.682604188. iteration 9614 found worse value: 339.682604188. iteration 9615 found worse value: 339.682604188. iteration 9616 found worse value: 339.682604188. iteration 9617 found worse value: 339.682604188. iteration 9618 found worse value: 339.682604188. iteration 9619 found worse value: 339.682604188. iteration 9620 found worse value: 339.682604188. iteration 9621 found worse value: 339.682604188. iteration 9622 found worse value: 339.682604188. iteration 9623 found worse value: 339.682604188. iteration 9624 found worse value: 339.682604188. iteration 9625 found worse value: 339.682604188. iteration 9626 found worse value: 339.682604188. iteration 9627 found worse value: 339.682604188. iteration 9628 found worse value: 339.682604188. iteration 9629 found worse value: 339.682604188. iteration 9630 found worse value: 339.682604188. iteration 9631 found worse value: 339.682604188. iteration 9632 found worse value: 339.682604188. iteration 9633 found worse value: 339.682604188. iteration 9634 found worse value: 339.682604188. iteration 9635 found worse value: 339.682604188. iteration 9636 found worse value: 339.682604188. iteration 9637 found worse value: 339.682604188. iteration 9638 found worse value: 339.682604188. iteration 9639 found worse value: 339.682604188. iteration 9640 found worse value: 339.682604188. iteration 9641 found worse value: 339.682604188. iteration 9642 found worse value: 339.682604188. iteration 9643 found worse value: 339.682604188. iteration 9644 found worse value: 339.682604188. iteration9644, perturbing to get out of local maxima iteration 9645 found worse value: 339.682604188. iteration 9646 found worse value: 339.682604188. iteration 9647 found worse value: 339.682604188. iteration 9648 found worse value: 339.682604188. iteration 9649 found worse value: 339.682604188. iteration 9650 found worse value: 339.682604188. iteration9650, perturbing to get out of local maxima iteration 9651 found worse value: 339.682604188. iteration 9652 found worse value: 339.682604188. iteration 9653 found worse value: 339.682604188. iteration 9654 found worse value: 339.682604188. iteration 9655 found worse value: 339.682604188. iteration 9656 found worse value: 339.682604188. iteration 9657 found worse value: 339.682604188. iteration 9658 found worse value: 339.682604188. iteration 9659 found worse value: 339.682604188. iteration 9660 found worse value: 339.682604188. iteration 9661 found worse value: 339.682604188. iteration 9662 found worse value: 339.682604188. iteration 9663 found worse value: 339.682604188. iteration 9664 found worse value: 339.682604188. iteration 9665 found worse value: 339.682604188. iteration 9666 found worse value: 339.682604188. iteration 9667 found worse value: 339.682604188. iteration 9668 found worse value: 339.682604188. iteration 9669 found worse value: 339.682604188. iteration 9670 found worse value: 339.682604188. iteration 9671 found worse value: 339.682604188. iteration 9672 found worse value: 339.682604188. iteration 9673 found worse value: 339.682604188. iteration 9674 found worse value: 339.682604188. iteration 9675 found worse value: 339.682604188. iteration 9676 found worse value: 339.682604188. iteration 9677 found worse value: 339.682604188. iteration 9678 found worse value: 339.682604188. iteration 9679 found worse value: 339.682604188. iteration 9680 found worse value: 339.682604188. iteration 9681 found worse value: 339.682604188. iteration 9682 found worse value: 339.682604188. iteration 9683 found worse value: 339.682604188. iteration 9684 found worse value: 339.682604188. iteration 9685 found worse value: 339.682604188. iteration 9686 found worse value: 339.682604188. iteration 9687 found worse value: 339.682604188. iteration 9688 found worse value: 339.682604188. iteration 9689 found worse value: 339.682604188. iteration 9690 found worse value: 339.682604188. iteration 9691 found worse value: 339.682604188. iteration 9692 found worse value: 339.682604188. iteration 9693 found worse value: 339.682604188. iteration 9694 found worse value: 339.682604188. iteration 9695 found worse value: 339.682604188. iteration 9696 found worse value: 339.682604188. iteration 9697 found worse value: 339.682604188. iteration 9698 found worse value: 339.682604188. iteration 9699 found worse value: 339.682604188. iteration 9700 found worse value: 339.682604188. iteration 9701 found worse value: 339.682604188. iteration 9702 found worse value: 339.682604188. iteration 9703 found worse value: 339.682604188. iteration 9704 found worse value: 339.682604188. iteration 9705 found worse value: 339.682604188. iteration 9706 found worse value: 339.682604188. iteration 9707 found worse value: 339.682604188. iteration 9708 found worse value: 339.682604188. iteration 9709 found worse value: 339.682604188. iteration 9710 found worse value: 339.682604188. iteration 9711 found worse value: 339.682604188. iteration 9712 found worse value: 339.682604188. iteration 9713 found worse value: 339.682604188. iteration 9714 found worse value: 339.682604188. iteration 9715 found worse value: 339.682604188. iteration 9716 found worse value: 339.682604188. iteration 9717 found worse value: 339.682604188. iteration 9718 found worse value: 339.682604188. iteration 9719 found worse value: 339.682604188. iteration 9720 found worse value: 339.682604188. iteration 9721 found worse value: 339.682604188. iteration 9722 found worse value: 339.682604188. iteration 9723 found worse value: 339.682604188. iteration 9724 found worse value: 339.682604188. iteration 9725 found worse value: 339.682604188. iteration 9726 found worse value: 339.682604188. iteration 9727 found worse value: 339.682604188. iteration 9728 found worse value: 339.682604188. iteration 9729 found worse value: 339.682604188. iteration 9730 found worse value: 339.682604188. iteration 9731 found worse value: 339.682604188. iteration 9732 found worse value: 339.682604188. iteration 9733 found worse value: 339.682604188. iteration 9734 found worse value: 339.682604188. iteration 9735 found worse value: 339.682604188. iteration 9736 found worse value: 339.682604188. iteration 9737 found worse value: 339.682604188. iteration 9738 found worse value: 339.682604188. iteration 9739 found worse value: 339.682604188. iteration 9740 found worse value: 339.682604188. iteration 9741 found worse value: 339.682604188. iteration 9742 found worse value: 339.682604188. iteration 9743 found worse value: 339.682604188. iteration 9744 found worse value: 339.682604188. iteration 9745 found worse value: 339.682604188. iteration 9746 found worse value: 339.682604188. iteration 9747 found worse value: 339.682604188. iteration 9748 found worse value: 339.682604188. iteration 9749 found worse value: 339.682604188. iteration 9750 found worse value: 339.682604188. iteration 9751 found worse value: 339.682604188. iteration 9752 found worse value: 339.682604188. iteration 9753 found worse value: 339.682604188. iteration 9754 found worse value: 339.682604188. iteration 9755 found worse value: 339.682604188. iteration 9756 found worse value: 339.682604188. iteration 9757 found worse value: 339.682604188. iteration 9758 found worse value: 339.682604188. iteration 9759 found worse value: 339.682604188. iteration 9760 found worse value: 339.682604188. iteration 9761 found worse value: 339.682604188. iteration 9762 found worse value: 339.682604188. iteration 9763 found worse value: 339.682604188. iteration 9764 found worse value: 339.682604188. iteration 9765 found worse value: 339.682604188. iteration 9766 found worse value: 339.682604188. iteration 9767 found worse value: 339.682604188. iteration 9768 found worse value: 339.682604188. iteration 9769 found worse value: 339.682604188. iteration 9770 found worse value: 339.682604188. iteration 9771 found worse value: 339.682604188. iteration 9772 found worse value: 339.682604188. iteration 9773 found worse value: 339.682604188. iteration 9774 found worse value: 339.682604188. iteration 9775 found worse value: 339.682604188. iteration 9776 found worse value: 339.682604188. iteration 9777 found worse value: 339.682604188. iteration 9778 found worse value: 339.682604188. iteration 9779 found worse value: 339.682604188. iteration 9780 found worse value: 339.682604188. iteration 9781 found worse value: 339.682604188. iteration 9782 found worse value: 339.682604188. iteration 9783 found worse value: 339.682604188. iteration 9784 found worse value: 339.682604188. iteration 9785 found worse value: 339.682604188. iteration 9786 found worse value: 339.682604188. iteration 9787 found worse value: 339.682604188. iteration 9788 found worse value: 339.682604188. iteration 9789 found worse value: 339.682604188. iteration 9790 found worse value: 339.682604188. iteration 9791 found worse value: 339.682604188. iteration 9792 found worse value: 339.682604188. iteration 9793 found worse value: 339.682604188. iteration 9794 found worse value: 339.682604188. iteration 9795 found worse value: 339.682604188. iteration 9796 found worse value: 339.682604188. iteration 9797 found worse value: 339.682604188. iteration 9798 found worse value: 339.682604188. iteration 9799 found worse value: 339.682604188. iteration 9800 found worse value: 339.682604188. iteration 9801 found worse value: 339.682604188. iteration 9802 found worse value: 339.682604188. iteration 9803 found worse value: 339.682604188. iteration 9804 found worse value: 339.682604188. iteration 9805 found worse value: 339.682604188. iteration 9806 found worse value: 339.682604188. iteration 9807 found worse value: 339.682604188. iteration 9808 found worse value: 339.682604188. iteration 9809 found worse value: 339.682604188. iteration 9810 found worse value: 339.682604188. iteration 9811 found worse value: 339.682604188. iteration 9812 found worse value: 339.682604188. iteration 9813 found worse value: 339.682604188. iteration 9814 found worse value: 339.682604188. iteration 9815 found worse value: 339.682604188. iteration 9816 found worse value: 339.682604188. iteration 9817 found worse value: 339.682604188. iteration 9818 found worse value: 339.682604188. iteration 9819 found worse value: 339.682604188. iteration 9820 found worse value: 339.682604188. iteration 9821 found worse value: 339.682604188. iteration 9822 found worse value: 339.682604188. iteration 9823 found worse value: 339.682604188. iteration 9824 found worse value: 339.682604188. iteration 9825 found worse value: 339.682604188. iteration 9826 found worse value: 339.682604188. iteration 9827 found worse value: 339.682604188. iteration 9828 found worse value: 339.682604188. iteration 9829 found worse value: 339.682604188. iteration 9830 found worse value: 339.682604188. iteration 9831 found worse value: 339.682604188. iteration 9832 found worse value: 339.682604188. iteration 9833 found worse value: 339.682604188. iteration 9834 found worse value: 339.682604188. iteration 9835 found worse value: 339.682604188. iteration 9836 found worse value: 339.682604188. iteration 9837 found worse value: 339.682604188. iteration 9838 found worse value: 339.682604188. iteration 9839 found worse value: 339.682604188. iteration 9840 found worse value: 339.682604188. iteration 9841 found worse value: 339.682604188. iteration 9842 found worse value: 339.682604188. iteration 9843 found worse value: 339.682604188. iteration 9844 found worse value: 339.682604188. iteration 9845 found worse value: 339.682604188. iteration 9846 found worse value: 339.682604188. iteration 9847 found worse value: 339.682604188. iteration 9848 found worse value: 339.682604188. iteration 9849 found worse value: 339.682604188. iteration 9850 found worse value: 339.682604188. iteration 9851 found worse value: 339.682604188. iteration 9852 found worse value: 339.682604188. iteration 9853 found worse value: 339.682604188. iteration 9854 found worse value: 339.682604188. iteration 9855 found worse value: 339.682604188. iteration 9856 found worse value: 339.682604188. iteration 9857 found worse value: 339.682604188. iteration 9858 found worse value: 339.682604188. iteration 9859 found worse value: 339.682604188. iteration 9860 found worse value: 339.682604188. iteration 9861 found worse value: 339.682604188. iteration 9862 found worse value: 339.682604188. iteration 9863 found worse value: 339.682604188. iteration 9864 found worse value: 339.682604188. iteration 9865 found worse value: 339.682604188. iteration 9866 found worse value: 339.682604188. iteration 9867 found worse value: 339.682604188. iteration 9868 found worse value: 339.682604188. iteration 9869 found worse value: 339.682604188. iteration 9870 found worse value: 339.682604188. iteration 9871 found worse value: 339.682604188. iteration 9872 found worse value: 339.682604188. iteration 9873 found worse value: 339.682604188. iteration 9874 found worse value: 339.682604188. iteration 9875 found worse value: 339.682604188. iteration 9876 found worse value: 339.682604188. iteration 9877 found worse value: 339.682604188. iteration 9878 found worse value: 339.682604188. iteration 9879 found worse value: 339.682604188. iteration 9880 found worse value: 339.682604188. iteration 9881 found worse value: 339.682604188. iteration 9882 found worse value: 339.682604188. iteration 9883 found worse value: 339.682604188. iteration 9884 found worse value: 339.682604188. iteration 9885 found worse value: 339.682604188. iteration 9886 found worse value: 339.682604188. iteration 9887 found worse value: 339.682604188. iteration 9888 found worse value: 339.682604188. iteration 9889 found worse value: 339.682604188. iteration 9890 found worse value: 339.682604188. iteration 9891 found worse value: 339.682604188. iteration 9892 found worse value: 339.682604188. iteration 9893 found worse value: 339.682604188. iteration 9894 found worse value: 339.682604188. iteration 9895 found worse value: 339.682604188. iteration 9896 found worse value: 339.682604188. iteration 9897 found worse value: 339.682604188. iteration 9898 found worse value: 339.682604188. iteration 9899 found worse value: 339.682604188. iteration 9900 found worse value: 339.682604188. iteration 9901 found worse value: 339.682604188. iteration 9902 found worse value: 339.682604188. iteration 9903 found worse value: 339.682604188. iteration 9904 found worse value: 339.682604188. iteration 9905 found worse value: 339.682604188. iteration 9906 found worse value: 339.682604188. iteration 9907 found worse value: 339.682604188. iteration 9908 found worse value: 339.682604188. iteration 9909 found worse value: 339.682604188. iteration 9910 found worse value: 339.682604188. iteration 9911 found worse value: 339.682604188. iteration 9912 found worse value: 339.682604188. iteration 9913 found worse value: 339.682604188. iteration 9914 found worse value: 339.682604188. iteration 9915 found worse value: 339.682604188. iteration 9916 found worse value: 339.682604188. iteration 9917 found worse value: 339.682604188. iteration 9918 found worse value: 339.682604188. iteration 9919 found worse value: 339.682604188. iteration 9920 found worse value: 339.682604188. iteration 9921 found worse value: 339.682604188. iteration 9922 found worse value: 339.682604188. iteration 9923 found worse value: 339.682604188. iteration 9924 found worse value: 339.682604188. iteration 9925 found worse value: 339.682604188. iteration 9926 found worse value: 339.682604188. iteration 9927 found worse value: 339.682604188. iteration 9928 found worse value: 339.682604188. iteration 9929 found worse value: 339.682604188. iteration 9930 found worse value: 339.682604188. iteration 9931 found worse value: 339.682604188. iteration 9932 found worse value: 339.682604188. iteration 9933 found worse value: 339.682604188. iteration 9934 found worse value: 339.682604188. iteration 9935 found worse value: 339.682604188. iteration 9936 found worse value: 339.682604188. iteration 9937 found worse value: 339.682604188. iteration 9938 found worse value: 339.682604188. iteration 9939 found worse value: 339.682604188. iteration 9940 found worse value: 339.682604188. iteration 9941 found worse value: 339.682604188. iteration 9942 found worse value: 339.682604188. iteration 9943 found worse value: 339.682604188. iteration 9944 found worse value: 339.682604188. iteration 9945 found worse value: 339.682604188. iteration 9946 found worse value: 339.682604188. iteration 9947 found worse value: 339.682604188. iteration 9948 found worse value: 339.682604188. iteration 9949 found worse value: 339.682604188. iteration 9950 found worse value: 339.682604188. iteration 9951 found worse value: 339.682604188. iteration 9952 found worse value: 339.682604188. iteration 9953 found worse value: 339.682604188. iteration 9954 found worse value: 339.682604188. iteration 9955 found worse value: 339.682604188. iteration 9956 found worse value: 339.682604188. iteration 9957 found worse value: 339.682604188. iteration 9958 found worse value: 339.682604188. iteration 9959 found worse value: 339.682604188. iteration 9960 found worse value: 339.682604188. iteration 9961 found worse value: 339.682604188. iteration 9962 found worse value: 339.682604188. iteration 9963 found worse value: 339.682604188. iteration 9964 found worse value: 339.682604188. iteration 9965 found worse value: 339.682604188. iteration 9966 found worse value: 339.682604188. iteration 9967 found worse value: 339.682604188. iteration 9968 found worse value: 339.682604188. iteration 9969 found worse value: 339.682604188. iteration 9970 found worse value: 339.682604188. iteration 9971 found worse value: 339.682604188. iteration 9972 found worse value: 339.682604188. iteration 9973 found worse value: 339.682604188. iteration 9974 found worse value: 339.682604188. iteration 9975 found worse value: 339.682604188. iteration 9976 found worse value: 339.682604188. iteration 9977 found worse value: 339.682604188. iteration 9978 found worse value: 339.682604188. iteration 9979 found worse value: 339.682604188. iteration 9980 found worse value: 339.682604188. iteration 9981 found worse value: 339.682604188. iteration 9982 found worse value: 339.682604188. iteration 9983 found worse value: 339.682604188. iteration 9984 found worse value: 339.682604188. iteration 9985 found worse value: 339.682604188. iteration 9986 found worse value: 339.682604188. iteration 9987 found worse value: 339.682604188. iteration 9988 found worse value: 339.682604188. iteration 9989 found worse value: 339.682604188. iteration 9990 found worse value: 339.682604188. iteration 9991 found worse value: 339.682604188. iteration 9992 found worse value: 339.682604188. iteration 9993 found worse value: 339.682604188. iteration 9994 found worse value: 339.682604188. iteration9994, perturbing to get out of local maxima iteration 9995 found worse value: 339.682604188. iteration 9996 found worse value: 339.682604188. iteration 9997 found worse value: 339.682604188. iteration 9998 found worse value: 339.682604188. iteration 9999 found worse value: 339.682604188. iteration 10000 found worse value: 339.682604188. iteration 10001 found worse value: 339.682604188. iteration 10002 found worse value: 339.682604188. iteration 10003 found worse value: 339.682604188. iteration 10004 found worse value: 339.682604188. iteration 10005 found worse value: 339.682604188. iteration 10006 found worse value: 339.682604188. iteration 10007 found worse value: 339.682604188. iteration 10008 found worse value: 339.682604188. iteration 10009 found worse value: 339.682604188. iteration 10010 found worse value: 339.682604188. iteration 10011 found worse value: 339.682604188. iteration 10012 found worse value: 339.682604188. iteration 10013 found worse value: 339.682604188. iteration 10014 found worse value: 339.682604188. iteration 10015 found worse value: 339.682604188. iteration 10016 found worse value: 339.682604188. iteration 10017 found worse value: 339.682604188. iteration 10018 found worse value: 339.682604188. iteration 10019 found worse value: 339.682604188. iteration 10020 found worse value: 339.682604188. iteration 10021 found worse value: 339.682604188. iteration 10022 found worse value: 339.682604188. iteration 10023 found worse value: 339.682604188. iteration 10024 found worse value: 339.682604188. iteration 10025 found worse value: 339.682604188. iteration 10026 found worse value: 339.682604188. iteration 10027 found worse value: 339.682604188. iteration 10028 found worse value: 339.682604188. iteration 10029 found worse value: 339.682604188. iteration 10030 found worse value: 339.682604188. iteration 10031 found worse value: 339.682604188. iteration 10032 found worse value: 339.682604188. iteration 10033 found worse value: 339.682604188. iteration 10034 found worse value: 339.682604188. iteration 10035 found worse value: 339.682604188. iteration 10036 found worse value: 339.682604188. iteration 10037 found worse value: 339.682604188. iteration 10038 found worse value: 339.682604188. iteration 10039 found worse value: 339.682604188. iteration 10040 found worse value: 339.682604188. iteration 10041 found worse value: 339.682604188. iteration 10042 found worse value: 339.682604188. iteration 10043 found worse value: 339.682604188. iteration 10044 found worse value: 339.682604188. iteration 10045 found worse value: 339.682604188. iteration 10046 found worse value: 339.682604188. iteration 10047 found worse value: 339.682604188. iteration 10048 found worse value: 339.682604188. iteration 10049 found worse value: 339.682604188. iteration 10050 found worse value: 339.682604188. iteration 10051 found worse value: 339.682604188. iteration 10052 found worse value: 339.682604188. iteration 10053 found worse value: 339.682604188. iteration 10054 found worse value: 339.682604188. iteration 10055 found worse value: 339.682604188. iteration 10056 found worse value: 339.682604188. iteration 10057 found worse value: 339.682604188. iteration 10058 found worse value: 339.682604188. iteration 10059 found worse value: 339.682604188. iteration 10060 found worse value: 339.682604188. iteration 10061 found worse value: 339.682604188. iteration 10062 found worse value: 339.682604188. iteration 10063 found worse value: 339.682604188. iteration 10064 found worse value: 339.682604188. iteration 10065 found worse value: 339.682604188. iteration 10066 found worse value: 339.682604188. iteration 10067 found worse value: 339.682604188. iteration 10068 found worse value: 339.682604188. iteration 10069 found worse value: 339.682604188. iteration 10070 found worse value: 339.682604188. iteration 10071 found worse value: 339.682604188. iteration 10072 found worse value: 339.682604188. iteration 10073 found worse value: 339.682604188. iteration 10074 found worse value: 339.682604188. iteration 10075 found worse value: 339.682604188. iteration 10076 found worse value: 339.682604188. iteration 10077 found worse value: 339.682604188. iteration 10078 found worse value: 339.682604188. iteration 10079 found worse value: 339.682604188. iteration 10080 found worse value: 339.682604188. iteration 10081 found worse value: 339.682604188. iteration 10082 found worse value: 339.682604188. iteration 10083 found worse value: 339.682604188. iteration 10084 found worse value: 339.682604188. iteration 10085 found worse value: 339.682604188. iteration 10086 found worse value: 339.682604188. iteration 10087 found worse value: 339.682604188. iteration 10088 found worse value: 339.682604188. iteration 10089 found worse value: 339.682604188. iteration 10090 found worse value: 339.682604188. iteration 10091 found worse value: 339.682604188. iteration 10092 found worse value: 339.682604188. iteration 10093 found worse value: 339.682604188. iteration 10094 found worse value: 339.682604188. iteration 10095 found worse value: 339.682604188. iteration 10096 found worse value: 339.682604188. iteration 10097 found worse value: 339.682604188. iteration 10098 found worse value: 339.682604188. iteration 10099 found worse value: 339.682604188. iteration 10100 found worse value: 339.682604188. iteration 10101 found worse value: 339.682604188. iteration 10102 found worse value: 339.682604188. iteration 10103 found worse value: 339.682604188. iteration 10104 found worse value: 339.682604188. iteration 10105 found worse value: 339.682604188. iteration 10106 found worse value: 339.682604188. iteration 10107 found worse value: 339.682604188. iteration 10108 found worse value: 339.682604188. iteration 10109 found worse value: 339.682604188. iteration 10110 found worse value: 339.682604188. iteration 10111 found worse value: 339.682604188. iteration 10112 found worse value: 339.682604188. iteration 10113 found worse value: 339.682604188. iteration 10114 found worse value: 339.682604188. iteration 10115 found worse value: 339.682604188. iteration 10116 found worse value: 339.682604188. iteration 10117 found worse value: 339.682604188. iteration 10118 found worse value: 339.682604188. iteration 10119 found worse value: 339.682604188. iteration 10120 found worse value: 339.682604188. iteration 10121 found worse value: 339.682604188. iteration 10122 found worse value: 339.682604188. iteration 10123 found worse value: 339.682604188. iteration 10124 found worse value: 339.682604188. iteration 10125 found worse value: 339.682604188. iteration 10126 found worse value: 339.682604188. iteration 10127 found worse value: 339.682604188. iteration 10128 found worse value: 339.682604188. iteration 10129 found worse value: 339.682604188. iteration 10130 found worse value: 339.682604188. iteration 10131 found worse value: 339.682604188. iteration 10132 found worse value: 339.682604188. iteration 10133 found worse value: 339.682604188. iteration 10134 found worse value: 339.682604188. iteration 10135 found worse value: 339.682604188. iteration 10136 found worse value: 339.682604188. iteration 10137 found worse value: 339.682604188. iteration 10138 found worse value: 339.682604188. iteration 10139 found worse value: 339.682604188. iteration 10140 found worse value: 339.682604188. iteration 10141 found worse value: 339.682604188. iteration 10142 found worse value: 339.682604188. iteration 10143 found worse value: 339.682604188. iteration 10144 found worse value: 339.682604188. iteration 10145 found worse value: 339.682604188. iteration 10146 found worse value: 339.682604188. iteration 10147 found worse value: 339.682604188. iteration 10148 found worse value: 339.682604188. iteration 10149 found worse value: 339.682604188. iteration 10150 found worse value: 339.682604188. iteration 10151 found worse value: 339.682604188. iteration 10152 found worse value: 339.682604188. iteration 10153 found worse value: 339.682604188. iteration 10154 found worse value: 339.682604188. iteration 10155 found worse value: 339.682604188. iteration 10156 found worse value: 339.682604188. iteration 10157 found worse value: 339.682604188. iteration 10158 found worse value: 339.682604188. iteration 10159 found worse value: 339.682604188. iteration 10160 found worse value: 339.682604188. iteration 10161 found worse value: 339.682604188. iteration 10162 found worse value: 339.682604188. iteration 10163 found worse value: 339.682604188. iteration 10164 found worse value: 339.682604188. iteration 10165 found worse value: 339.682604188. iteration 10166 found worse value: 339.682604188. iteration 10167 found worse value: 339.682604188. iteration 10168 found worse value: 339.682604188. iteration 10169 found worse value: 339.682604188. iteration 10170 found worse value: 339.682604188. iteration 10171 found worse value: 339.682604188. iteration 10172 found worse value: 339.682604188. iteration 10173 found worse value: 339.682604188. iteration 10174 found equal value: 339.682604188. iteration 10175 found worse value: 339.682604188. iteration 10176 found worse value: 339.682604188. iteration 10177 found worse value: 339.682604188. iteration 10178 found worse value: 339.682604188. iteration 10179 found worse value: 339.682604188. iteration 10180 found worse value: 339.682604188. iteration 10181 found worse value: 339.682604188. iteration 10182 found worse value: 339.682604188. iteration 10183 found worse value: 339.682604188. iteration 10184 found worse value: 339.682604188. iteration 10185 found worse value: 339.682604188. iteration 10186 found worse value: 339.682604188. iteration 10187 found worse value: 339.682604188. iteration 10188 found worse value: 339.682604188. iteration 10189 found worse value: 339.682604188. iteration 10190 found worse value: 339.682604188. iteration 10191 found worse value: 339.682604188. iteration 10192 found worse value: 339.682604188. iteration 10193 found worse value: 339.682604188. iteration 10194 found worse value: 339.682604188. iteration 10195 found worse value: 339.682604188. iteration 10196 found worse value: 339.682604188. iteration 10197 found worse value: 339.682604188. iteration 10198 found worse value: 339.682604188. iteration 10199 found worse value: 339.682604188. iteration 10200 found worse value: 339.682604188. iteration 10201 found worse value: 339.682604188. iteration 10202 found worse value: 339.682604188. iteration 10203 found worse value: 339.682604188. iteration 10204 found worse value: 339.682604188. iteration 10205 found worse value: 339.682604188. iteration 10206 found worse value: 339.682604188. iteration 10207 found worse value: 339.682604188. iteration 10208 found worse value: 339.682604188. iteration 10209 found worse value: 339.682604188. iteration 10210 found worse value: 339.682604188. iteration 10211 found worse value: 339.682604188. iteration 10212 found worse value: 339.682604188. iteration 10213 found worse value: 339.682604188. iteration 10214 found worse value: 339.682604188. iteration 10215 found worse value: 339.682604188. iteration 10216 found worse value: 339.682604188. iteration 10217 found worse value: 339.682604188. iteration 10218 found worse value: 339.682604188. iteration 10219 found worse value: 339.682604188. iteration 10220 found worse value: 339.682604188. iteration 10221 found worse value: 339.682604188. iteration 10222 found worse value: 339.682604188. iteration 10223 found worse value: 339.682604188. iteration 10224 found worse value: 339.682604188. iteration 10225 found worse value: 339.682604188. iteration 10226 found worse value: 339.682604188. iteration 10227 found worse value: 339.682604188. iteration 10228 found worse value: 339.682604188. iteration 10229 found worse value: 339.682604188. iteration 10230 found worse value: 339.682604188. iteration 10231 found worse value: 339.682604188. iteration 10232 found worse value: 339.682604188. iteration 10233 found worse value: 339.682604188. iteration 10234 found worse value: 339.682604188. iteration 10235 found worse value: 339.682604188. iteration 10236 found worse value: 339.682604188. iteration 10237 found worse value: 339.682604188. iteration 10238 found worse value: 339.682604188. iteration 10239 found worse value: 339.682604188. iteration 10240 found worse value: 339.682604188. iteration 10241 found worse value: 339.682604188. iteration 10242 found worse value: 339.682604188. iteration 10243 found worse value: 339.682604188. iteration 10244 found worse value: 339.682604188. iteration 10245 found worse value: 339.682604188. iteration 10246 found worse value: 339.682604188. iteration 10247 found worse value: 339.682604188. iteration 10248 found worse value: 339.682604188. iteration 10249 found worse value: 339.682604188. iteration 10250 found worse value: 339.682604188. iteration 10251 found worse value: 339.682604188. iteration 10252 found worse value: 339.682604188. iteration 10253 found worse value: 339.682604188. iteration 10254 found worse value: 339.682604188. iteration 10255 found worse value: 339.682604188. iteration 10256 found worse value: 339.682604188. iteration 10257 found worse value: 339.682604188. iteration 10258 found worse value: 339.682604188. iteration 10259 found worse value: 339.682604188. iteration 10260 found worse value: 339.682604188. iteration 10261 found worse value: 339.682604188. iteration 10262 found worse value: 339.682604188. iteration 10263 found worse value: 339.682604188. iteration 10264 found worse value: 339.682604188. iteration 10265 found worse value: 339.682604188. iteration 10266 found worse value: 339.682604188. iteration 10267 found worse value: 339.682604188. iteration 10268 found worse value: 339.682604188. iteration 10269 found worse value: 339.682604188. iteration 10270 found worse value: 339.682604188. iteration 10271 found worse value: 339.682604188. iteration 10272 found worse value: 339.682604188. iteration 10273 found worse value: 339.682604188. iteration 10274 found worse value: 339.682604188. iteration 10275 found worse value: 339.682604188. iteration 10276 found worse value: 339.682604188. iteration 10277 found worse value: 339.682604188. iteration 10278 found worse value: 339.682604188. iteration 10279 found worse value: 339.682604188. iteration 10280 found worse value: 339.682604188. iteration 10281 found worse value: 339.682604188. iteration 10282 found worse value: 339.682604188. iteration 10283 found worse value: 339.682604188. iteration 10284 found worse value: 339.682604188. iteration 10285 found worse value: 339.682604188. iteration 10286 found worse value: 339.682604188. iteration 10287 found worse value: 339.682604188. iteration 10288 found worse value: 339.682604188. iteration 10289 found worse value: 339.682604188. iteration 10290 found worse value: 339.682604188. iteration 10291 found worse value: 339.682604188. iteration 10292 found worse value: 339.682604188. iteration 10293 found worse value: 339.682604188. iteration 10294 found worse value: 339.682604188. iteration 10295 found worse value: 339.682604188. iteration 10296 found worse value: 339.682604188. iteration 10297 found worse value: 339.682604188. iteration 10298 found worse value: 339.682604188. iteration 10299 found worse value: 339.682604188. iteration 10300 found worse value: 339.682604188. iteration 10301 found worse value: 339.682604188. iteration 10302 found worse value: 339.682604188. iteration 10303 found worse value: 339.682604188. iteration 10304 found worse value: 339.682604188. iteration 10305 found worse value: 339.682604188. iteration 10306 found worse value: 339.682604188. iteration 10307 found worse value: 339.682604188. iteration 10308 found worse value: 339.682604188. iteration 10309 found worse value: 339.682604188. iteration 10310 found worse value: 339.682604188. iteration 10311 found worse value: 339.682604188. iteration 10312 found worse value: 339.682604188. iteration 10313 found worse value: 339.682604188. iteration 10314 found worse value: 339.682604188. iteration 10315 found worse value: 339.682604188. iteration 10316 found worse value: 339.682604188. iteration 10317 found worse value: 339.682604188. iteration 10318 found worse value: 339.682604188. iteration 10319 found worse value: 339.682604188. iteration 10320 found worse value: 339.682604188. iteration 10321 found worse value: 339.682604188. iteration 10322 found worse value: 339.682604188. iteration 10323 found worse value: 339.682604188. iteration 10324 found worse value: 339.682604188. iteration 10325 found worse value: 339.682604188. iteration 10326 found worse value: 339.682604188. iteration 10327 found worse value: 339.682604188. iteration 10328 found worse value: 339.682604188. iteration 10329 found worse value: 339.682604188. iteration 10330 found worse value: 339.682604188. iteration 10331 found worse value: 339.682604188. iteration 10332 found worse value: 339.682604188. iteration 10333 found worse value: 339.682604188. iteration 10334 found worse value: 339.682604188. iteration 10335 found worse value: 339.682604188. iteration 10336 found worse value: 339.682604188. iteration 10337 found worse value: 339.682604188. iteration 10338 found worse value: 339.682604188. iteration 10339 found worse value: 339.682604188. iteration 10340 found worse value: 339.682604188. iteration 10341 found worse value: 339.682604188. iteration 10342 found worse value: 339.682604188. iteration 10343 found worse value: 339.682604188. iteration 10344 found worse value: 339.682604188. iteration 10345 found worse value: 339.682604188. iteration 10346 found worse value: 339.682604188. iteration 10347 found worse value: 339.682604188. iteration 10348 found worse value: 339.682604188. iteration 10349 found worse value: 339.682604188. iteration 10350 found worse value: 339.682604188. iteration 10351 found worse value: 339.682604188. iteration 10352 found worse value: 339.682604188. iteration 10353 found worse value: 339.682604188. iteration 10354 found worse value: 339.682604188. iteration 10355 found worse value: 339.682604188. iteration 10356 found worse value: 339.682604188. iteration 10357 found worse value: 339.682604188. iteration 10358 found worse value: 339.682604188. iteration 10359 found worse value: 339.682604188. iteration 10360 found worse value: 339.682604188. iteration 10361 found worse value: 339.682604188. iteration 10362 found worse value: 339.682604188. iteration 10363 found worse value: 339.682604188. iteration 10364 found worse value: 339.682604188. iteration 10365 found worse value: 339.682604188. iteration10365, perturbing to get out of local maxima iteration 10366 found worse value: 339.682604188. iteration 10367 found worse value: 339.682604188. iteration 10368 found worse value: 339.682604188. iteration 10369 found worse value: 339.682604188. iteration 10370 found worse value: 339.682604188. iteration 10371 found worse value: 339.682604188. iteration 10372 found worse value: 339.682604188. iteration 10373 found worse value: 339.682604188. iteration 10374 found worse value: 339.682604188. iteration 10375 found worse value: 339.682604188. iteration 10376 found worse value: 339.682604188. iteration 10377 found worse value: 339.682604188. iteration 10378 found worse value: 339.682604188. iteration 10379 found worse value: 339.682604188. iteration 10380 found worse value: 339.682604188. iteration 10381 found worse value: 339.682604188. iteration 10382 found worse value: 339.682604188. iteration 10383 found worse value: 339.682604188. iteration 10384 found worse value: 339.682604188. iteration 10385 found worse value: 339.682604188. iteration 10386 found worse value: 339.682604188. iteration 10387 found worse value: 339.682604188. iteration 10388 found worse value: 339.682604188. iteration 10389 found worse value: 339.682604188. iteration 10390 found worse value: 339.682604188. iteration 10391 found worse value: 339.682604188. iteration 10392 found worse value: 339.682604188. iteration 10393 found worse value: 339.682604188. iteration 10394 found worse value: 339.682604188. iteration 10395 found worse value: 339.682604188. iteration 10396 found worse value: 339.682604188. iteration 10397 found worse value: 339.682604188. iteration 10398 found worse value: 339.682604188. iteration 10399 found worse value: 339.682604188. iteration 10400 found worse value: 339.682604188. iteration 10401 found worse value: 339.682604188. iteration 10402 found worse value: 339.682604188. iteration 10403 found worse value: 339.682604188. iteration 10404 found worse value: 339.682604188. iteration 10405 found worse value: 339.682604188. iteration 10406 found worse value: 339.682604188. iteration 10407 found worse value: 339.682604188. iteration 10408 found worse value: 339.682604188. iteration 10409 found worse value: 339.682604188. iteration 10410 found worse value: 339.682604188. iteration 10411 found worse value: 339.682604188. iteration 10412 found worse value: 339.682604188. iteration 10413 found worse value: 339.682604188. iteration 10414 found worse value: 339.682604188. iteration 10415 found worse value: 339.682604188. iteration 10416 found worse value: 339.682604188. iteration 10417 found worse value: 339.682604188. iteration 10418 found worse value: 339.682604188. iteration 10419 found worse value: 339.682604188. iteration 10420 found worse value: 339.682604188. iteration 10421 found worse value: 339.682604188. iteration 10422 found worse value: 339.682604188. iteration 10423 found worse value: 339.682604188. iteration 10424 found worse value: 339.682604188. iteration 10425 found worse value: 339.682604188. iteration 10426 found worse value: 339.682604188. iteration 10427 found worse value: 339.682604188. iteration 10428 found worse value: 339.682604188. iteration 10429 found worse value: 339.682604188. iteration 10430 found worse value: 339.682604188. iteration 10431 found worse value: 339.682604188. iteration 10432 found worse value: 339.682604188. iteration 10433 found worse value: 339.682604188. iteration 10434 found worse value: 339.682604188. iteration 10435 found worse value: 339.682604188. iteration 10436 found worse value: 339.682604188. iteration 10437 found worse value: 339.682604188. iteration 10438 found worse value: 339.682604188. iteration 10439 found worse value: 339.682604188. iteration 10440 found worse value: 339.682604188. iteration 10441 found worse value: 339.682604188. iteration 10442 found worse value: 339.682604188. iteration 10443 found worse value: 339.682604188. iteration 10444 found worse value: 339.682604188. iteration 10445 found worse value: 339.682604188. iteration 10446 found worse value: 339.682604188. iteration 10447 found worse value: 339.682604188. iteration 10448 found worse value: 339.682604188. iteration 10449 found worse value: 339.682604188. iteration 10450 found worse value: 339.682604188. iteration 10451 found worse value: 339.682604188. iteration 10452 found worse value: 339.682604188. iteration 10453 found worse value: 339.682604188. iteration 10454 found worse value: 339.682604188. iteration 10455 found worse value: 339.682604188. iteration 10456 found worse value: 339.682604188. iteration 10457 found worse value: 339.682604188. iteration 10458 found worse value: 339.682604188. iteration 10459 found worse value: 339.682604188. iteration 10460 found worse value: 339.682604188. iteration 10461 found worse value: 339.682604188. iteration 10462 found worse value: 339.682604188. iteration 10463 found worse value: 339.682604188. iteration 10464 found worse value: 339.682604188. iteration 10465 found worse value: 339.682604188. iteration 10466 found worse value: 339.682604188. iteration 10467 found worse value: 339.682604188. iteration 10468 found worse value: 339.682604188. iteration 10469 found worse value: 339.682604188. iteration 10470 found worse value: 339.682604188. iteration 10471 found worse value: 339.682604188. iteration 10472 found worse value: 339.682604188. iteration 10473 found worse value: 339.682604188. iteration 10474 found worse value: 339.682604188. iteration 10475 found worse value: 339.682604188. iteration 10476 found worse value: 339.682604188. iteration 10477 found worse value: 339.682604188. iteration 10478 found worse value: 339.682604188. iteration 10479 found worse value: 339.682604188. iteration 10480 found worse value: 339.682604188. iteration 10481 found worse value: 339.682604188. iteration 10482 found worse value: 339.682604188. iteration 10483 found worse value: 339.682604188. iteration 10484 found worse value: 339.682604188. iteration 10485 found worse value: 339.682604188. iteration 10486 found worse value: 339.682604188. iteration 10487 found worse value: 339.682604188. iteration 10488 found worse value: 339.682604188. iteration 10489 found worse value: 339.682604188. iteration 10490 found worse value: 339.682604188. iteration 10491 found worse value: 339.682604188. iteration 10492 found worse value: 339.682604188. iteration 10493 found worse value: 339.682604188. iteration 10494 found worse value: 339.682604188. iteration 10495 found worse value: 339.682604188. iteration 10496 found worse value: 339.682604188. iteration 10497 found worse value: 339.682604188. iteration 10498 found worse value: 339.682604188. iteration 10499 found worse value: 339.682604188. iteration 10500 found worse value: 339.682604188. iteration 10501 found worse value: 339.682604188. iteration 10502 found worse value: 339.682604188. iteration 10503 found worse value: 339.682604188. iteration 10504 found worse value: 339.682604188. iteration 10505 found worse value: 339.682604188. iteration 10506 found worse value: 339.682604188. iteration 10507 found worse value: 339.682604188. iteration 10508 found worse value: 339.682604188. iteration 10509 found worse value: 339.682604188. iteration 10510 found worse value: 339.682604188. iteration 10511 found worse value: 339.682604188. iteration 10512 found worse value: 339.682604188. iteration 10513 found worse value: 339.682604188. iteration 10514 found worse value: 339.682604188. iteration 10515 found worse value: 339.682604188. iteration 10516 found worse value: 339.682604188. iteration 10517 found equal value: 339.682604188. iteration 10518 found worse value: 339.682604188. iteration 10519 found worse value: 339.682604188. iteration 10520 found worse value: 339.682604188. iteration 10521 found worse value: 339.682604188. iteration 10522 found worse value: 339.682604188. iteration 10523 found worse value: 339.682604188. iteration 10524 found worse value: 339.682604188. iteration 10525 found worse value: 339.682604188. iteration 10526 found worse value: 339.682604188. iteration 10527 found worse value: 339.682604188. iteration 10528 found worse value: 339.682604188. iteration 10529 found worse value: 339.682604188. iteration 10530 found worse value: 339.682604188. iteration 10531 found worse value: 339.682604188. iteration 10532 found worse value: 339.682604188. iteration 10533 found worse value: 339.682604188. iteration 10534 found worse value: 339.682604188. iteration 10535 found worse value: 339.682604188. iteration 10536 found worse value: 339.682604188. iteration 10537 found worse value: 339.682604188. iteration 10538 found worse value: 339.682604188. iteration 10539 found worse value: 339.682604188. iteration 10540 found worse value: 339.682604188. iteration 10541 found worse value: 339.682604188. iteration 10542 found worse value: 339.682604188. iteration 10543 found worse value: 339.682604188. iteration 10544 found worse value: 339.682604188. iteration 10545 found worse value: 339.682604188. iteration 10546 found worse value: 339.682604188. iteration 10547 found worse value: 339.682604188. iteration 10548 found worse value: 339.682604188. iteration 10549 found worse value: 339.682604188. iteration 10550 found worse value: 339.682604188. iteration 10551 found worse value: 339.682604188. iteration 10552 found worse value: 339.682604188. iteration 10553 found worse value: 339.682604188. iteration 10554 found worse value: 339.682604188. iteration 10555 found worse value: 339.682604188. iteration 10556 found worse value: 339.682604188. iteration 10557 found worse value: 339.682604188. iteration 10558 found worse value: 339.682604188. iteration 10559 found worse value: 339.682604188. iteration 10560 found worse value: 339.682604188. iteration 10561 found worse value: 339.682604188. iteration 10562 found worse value: 339.682604188. iteration 10563 found worse value: 339.682604188. iteration 10564 found worse value: 339.682604188. iteration 10565 found worse value: 339.682604188. iteration 10566 found worse value: 339.682604188. iteration 10567 found worse value: 339.682604188. iteration 10568 found worse value: 339.682604188. iteration 10569 found worse value: 339.682604188. iteration 10570 found worse value: 339.682604188. iteration 10571 found worse value: 339.682604188. iteration 10572 found worse value: 339.682604188. iteration 10573 found worse value: 339.682604188. iteration 10574 found worse value: 339.682604188. iteration 10575 found worse value: 339.682604188. iteration 10576 found worse value: 339.682604188. iteration 10577 found worse value: 339.682604188. iteration 10578 found worse value: 339.682604188. iteration 10579 found worse value: 339.682604188. iteration 10580 found worse value: 339.682604188. iteration 10581 found worse value: 339.682604188. iteration 10582 found worse value: 339.682604188. iteration 10583 found worse value: 339.682604188. iteration 10584 found worse value: 339.682604188. iteration 10585 found worse value: 339.682604188. iteration 10586 found worse value: 339.682604188. iteration 10587 found worse value: 339.682604188. iteration 10588 found worse value: 339.682604188. iteration 10589 found worse value: 339.682604188. iteration 10590 found worse value: 339.682604188. iteration 10591 found worse value: 339.682604188. iteration 10592 found worse value: 339.682604188. iteration 10593 found worse value: 339.682604188. iteration 10594 found worse value: 339.682604188. iteration 10595 found worse value: 339.682604188. iteration 10596 found worse value: 339.682604188. iteration 10597 found worse value: 339.682604188. iteration 10598 found worse value: 339.682604188. iteration 10599 found worse value: 339.682604188. iteration 10600 found worse value: 339.682604188. iteration 10601 found worse value: 339.682604188. iteration 10602 found worse value: 339.682604188. iteration 10603 found worse value: 339.682604188. iteration 10604 found worse value: 339.682604188. iteration 10605 found worse value: 339.682604188. iteration 10606 found worse value: 339.682604188. iteration 10607 found worse value: 339.682604188. iteration 10608 found worse value: 339.682604188. iteration 10609 found worse value: 339.682604188. iteration 10610 found worse value: 339.682604188. iteration 10611 found worse value: 339.682604188. iteration 10612 found worse value: 339.682604188. iteration 10613 found worse value: 339.682604188. iteration 10614 found worse value: 339.682604188. iteration 10615 found worse value: 339.682604188. iteration 10616 found worse value: 339.682604188. iteration 10617 found worse value: 339.682604188. iteration 10618 found worse value: 339.682604188. iteration 10619 found worse value: 339.682604188. iteration 10620 found worse value: 339.682604188. iteration 10621 found worse value: 339.682604188. iteration 10622 found worse value: 339.682604188. iteration 10623 found worse value: 339.682604188. iteration 10624 found worse value: 339.682604188. iteration 10625 found worse value: 339.682604188. iteration 10626 found worse value: 339.682604188. iteration 10627 found worse value: 339.682604188. iteration 10628 found worse value: 339.682604188. iteration 10629 found worse value: 339.682604188. iteration 10630 found worse value: 339.682604188. iteration 10631 found worse value: 339.682604188. iteration 10632 found worse value: 339.682604188. iteration 10633 found worse value: 339.682604188. iteration 10634 found worse value: 339.682604188. iteration 10635 found worse value: 339.682604188. iteration 10636 found worse value: 339.682604188. iteration 10637 found worse value: 339.682604188. iteration 10638 found worse value: 339.682604188. iteration 10639 found worse value: 339.682604188. iteration 10640 found worse value: 339.682604188. iteration 10641 found worse value: 339.682604188. iteration 10642 found worse value: 339.682604188. iteration 10643 found worse value: 339.682604188. iteration 10644 found worse value: 339.682604188. iteration 10645 found worse value: 339.682604188. iteration 10646 found worse value: 339.682604188. iteration 10647 found worse value: 339.682604188. iteration 10648 found worse value: 339.682604188. iteration 10649 found worse value: 339.682604188. iteration 10650 found worse value: 339.682604188. iteration 10651 found worse value: 339.682604188. iteration 10652 found worse value: 339.682604188. iteration 10653 found worse value: 339.682604188. iteration 10654 found worse value: 339.682604188. iteration 10655 found worse value: 339.682604188. iteration 10656 found worse value: 339.682604188. iteration 10657 found worse value: 339.682604188. iteration 10658 found worse value: 339.682604188. iteration 10659 found worse value: 339.682604188. iteration 10660 found worse value: 339.682604188. iteration 10661 found worse value: 339.682604188. iteration 10662 found worse value: 339.682604188. iteration 10663 found worse value: 339.682604188. iteration 10664 found worse value: 339.682604188. iteration 10665 found worse value: 339.682604188. iteration 10666 found worse value: 339.682604188. iteration 10667 found worse value: 339.682604188. iteration 10668 found worse value: 339.682604188. iteration 10669 found worse value: 339.682604188. iteration 10670 found worse value: 339.682604188. iteration 10671 found worse value: 339.682604188. iteration 10672 found worse value: 339.682604188. iteration 10673 found worse value: 339.682604188. iteration 10674 found worse value: 339.682604188. iteration 10675 found worse value: 339.682604188. iteration 10676 found worse value: 339.682604188. iteration 10677 found worse value: 339.682604188. iteration 10678 found worse value: 339.682604188. iteration 10679 found worse value: 339.682604188. iteration 10680 found worse value: 339.682604188. iteration 10681 found worse value: 339.682604188. iteration 10682 found worse value: 339.682604188. iteration 10683 found worse value: 339.682604188. iteration 10684 found worse value: 339.682604188. iteration 10685 found worse value: 339.682604188. iteration 10686 found worse value: 339.682604188. iteration 10687 found worse value: 339.682604188. iteration 10688 found worse value: 339.682604188. iteration 10689 found worse value: 339.682604188. iteration 10690 found worse value: 339.682604188. iteration 10691 found worse value: 339.682604188. iteration 10692 found worse value: 339.682604188. iteration 10693 found worse value: 339.682604188. iteration 10694 found worse value: 339.682604188. iteration 10695 found worse value: 339.682604188. iteration 10696 found worse value: 339.682604188. iteration 10697 found worse value: 339.682604188. iteration 10698 found worse value: 339.682604188. iteration 10699 found worse value: 339.682604188. iteration 10700 found worse value: 339.682604188. iteration 10701 found worse value: 339.682604188. iteration 10702 found worse value: 339.682604188. iteration 10703 found worse value: 339.682604188. iteration 10704 found worse value: 339.682604188. iteration 10705 found worse value: 339.682604188. iteration 10706 found worse value: 339.682604188. iteration 10707 found worse value: 339.682604188. iteration 10708 found worse value: 339.682604188. iteration 10709 found worse value: 339.682604188. iteration 10710 found worse value: 339.682604188. iteration 10711 found worse value: 339.682604188. iteration 10712 found worse value: 339.682604188. iteration 10713 found worse value: 339.682604188. iteration 10714 found worse value: 339.682604188. iteration 10715 found worse value: 339.682604188. iteration 10716 found worse value: 339.682604188. iteration 10717 found worse value: 339.682604188. iteration 10718 found worse value: 339.682604188. iteration 10719 found worse value: 339.682604188. iteration 10720 found worse value: 339.682604188. iteration 10721 found worse value: 339.682604188. iteration 10722 found worse value: 339.682604188. iteration 10723 found worse value: 339.682604188. iteration 10724 found worse value: 339.682604188. iteration 10725 found worse value: 339.682604188. iteration 10726 found worse value: 339.682604188. iteration 10727 found worse value: 339.682604188. iteration 10728 found worse value: 339.682604188. iteration 10729 found worse value: 339.682604188. iteration 10730 found worse value: 339.682604188. iteration 10731 found worse value: 339.682604188. iteration 10732 found worse value: 339.682604188. iteration 10733 found worse value: 339.682604188. iteration 10734 found worse value: 339.682604188. iteration 10735 found worse value: 339.682604188. iteration 10736 found worse value: 339.682604188. iteration 10737 found worse value: 339.682604188. iteration 10738 found worse value: 339.682604188. iteration 10739 found worse value: 339.682604188. iteration 10740 found worse value: 339.682604188. iteration 10741 found worse value: 339.682604188. iteration 10742 found worse value: 339.682604188. iteration 10743 found worse value: 339.682604188. iteration 10744 found worse value: 339.682604188. iteration 10745 found worse value: 339.682604188. iteration 10746 found worse value: 339.682604188. iteration 10747 found worse value: 339.682604188. iteration 10748 found worse value: 339.682604188. iteration 10749 found worse value: 339.682604188. iteration 10750 found worse value: 339.682604188. iteration 10751 found worse value: 339.682604188. iteration 10752 found worse value: 339.682604188. iteration 10753 found worse value: 339.682604188. iteration 10754 found worse value: 339.682604188. iteration 10755 found worse value: 339.682604188. iteration 10756 found worse value: 339.682604188. iteration 10757 found worse value: 339.682604188. iteration 10758 found worse value: 339.682604188. iteration 10759 found worse value: 339.682604188. iteration 10760 found worse value: 339.682604188. iteration 10761 found worse value: 339.682604188. iteration 10762 found worse value: 339.682604188. iteration 10763 found worse value: 339.682604188. iteration 10764 found worse value: 339.682604188. iteration 10765 found worse value: 339.682604188. iteration 10766 found worse value: 339.682604188. iteration 10767 found worse value: 339.682604188. iteration 10768 found worse value: 339.682604188. iteration 10769 found worse value: 339.682604188. iteration 10770 found worse value: 339.682604188. iteration 10771 found worse value: 339.682604188. iteration 10772 found worse value: 339.682604188. iteration 10773 found worse value: 339.682604188. iteration 10774 found worse value: 339.682604188. iteration 10775 found worse value: 339.682604188. iteration 10776 found worse value: 339.682604188. iteration 10777 found worse value: 339.682604188. iteration 10778 found worse value: 339.682604188. iteration 10779 found worse value: 339.682604188. iteration 10780 found worse value: 339.682604188. iteration 10781 found worse value: 339.682604188. iteration 10782 found worse value: 339.682604188. iteration 10783 found worse value: 339.682604188. iteration 10784 found worse value: 339.682604188. iteration 10785 found worse value: 339.682604188. iteration 10786 found worse value: 339.682604188. iteration 10787 found worse value: 339.682604188. iteration 10788 found worse value: 339.682604188. iteration 10789 found worse value: 339.682604188. iteration 10790 found worse value: 339.682604188. iteration 10791 found worse value: 339.682604188. iteration 10792 found worse value: 339.682604188. iteration 10793 found worse value: 339.682604188. iteration 10794 found worse value: 339.682604188. iteration 10795 found worse value: 339.682604188. iteration 10796 found worse value: 339.682604188. iteration 10797 found worse value: 339.682604188. iteration 10798 found worse value: 339.682604188. iteration 10799 found worse value: 339.682604188. iteration 10800 found worse value: 339.682604188. iteration 10801 found worse value: 339.682604188. iteration 10802 found worse value: 339.682604188. iteration 10803 found worse value: 339.682604188. iteration 10804 found worse value: 339.682604188. iteration 10805 found worse value: 339.682604188. iteration 10806 found worse value: 339.682604188. iteration 10807 found worse value: 339.682604188. iteration 10808 found worse value: 339.682604188. iteration 10809 found worse value: 339.682604188. iteration 10810 found worse value: 339.682604188. iteration 10811 found worse value: 339.682604188. iteration 10812 found worse value: 339.682604188. iteration 10813 found worse value: 339.682604188. iteration 10814 found worse value: 339.682604188. iteration 10815 found worse value: 339.682604188. iteration 10816 found worse value: 339.682604188. iteration 10817 found worse value: 339.682604188. iteration 10818 found worse value: 339.682604188. iteration 10819 found worse value: 339.682604188. iteration 10820 found worse value: 339.682604188. iteration 10821 found worse value: 339.682604188. iteration 10822 found worse value: 339.682604188. iteration 10823 found worse value: 339.682604188. iteration 10824 found worse value: 339.682604188. iteration 10825 found worse value: 339.682604188. iteration 10826 found worse value: 339.682604188. iteration 10827 found worse value: 339.682604188. iteration 10828 found worse value: 339.682604188. iteration 10829 found worse value: 339.682604188. iteration 10830 found worse value: 339.682604188. iteration 10831 found worse value: 339.682604188. iteration 10832 found worse value: 339.682604188. iteration 10833 found worse value: 339.682604188. iteration 10834 found worse value: 339.682604188. iteration 10835 found worse value: 339.682604188. iteration 10836 found worse value: 339.682604188. iteration 10837 found worse value: 339.682604188. iteration 10838 found worse value: 339.682604188. iteration 10839 found worse value: 339.682604188. iteration 10840 found worse value: 339.682604188. iteration 10841 found worse value: 339.682604188. iteration 10842 found worse value: 339.682604188. iteration 10843 found worse value: 339.682604188. iteration 10844 found worse value: 339.682604188. iteration 10845 found worse value: 339.682604188. iteration 10846 found worse value: 339.682604188. iteration 10847 found worse value: 339.682604188. iteration 10848 found worse value: 339.682604188. iteration 10849 found worse value: 339.682604188. iteration 10850 found worse value: 339.682604188. iteration 10851 found worse value: 339.682604188. iteration 10852 found worse value: 339.682604188. iteration 10853 found worse value: 339.682604188. iteration 10854 found worse value: 339.682604188. iteration 10855 found worse value: 339.682604188. iteration 10856 found worse value: 339.682604188. iteration 10857 found worse value: 339.682604188. iteration 10858 found worse value: 339.682604188. iteration 10859 found worse value: 339.682604188. iteration 10860 found worse value: 339.682604188. iteration 10861 found worse value: 339.682604188. iteration 10862 found worse value: 339.682604188. iteration 10863 found worse value: 339.682604188. iteration 10864 found worse value: 339.682604188. iteration 10865 found worse value: 339.682604188. iteration 10866 found worse value: 339.682604188. iteration 10867 found worse value: 339.682604188. iteration 10868 found worse value: 339.682604188. iteration 10869 found worse value: 339.682604188. iteration 10870 found worse value: 339.682604188. iteration 10871 found worse value: 339.682604188. iteration 10872 found worse value: 339.682604188. iteration 10873 found worse value: 339.682604188. iteration 10874 found worse value: 339.682604188. iteration 10875 found worse value: 339.682604188. iteration 10876 found worse value: 339.682604188. iteration 10877 found worse value: 339.682604188. iteration 10878 found worse value: 339.682604188. iteration 10879 found worse value: 339.682604188. iteration 10880 found worse value: 339.682604188. iteration 10881 found worse value: 339.682604188. iteration 10882 found worse value: 339.682604188. iteration 10883 found worse value: 339.682604188. iteration 10884 found worse value: 339.682604188. iteration 10885 found worse value: 339.682604188. iteration 10886 found worse value: 339.682604188. iteration 10887 found worse value: 339.682604188. iteration 10888 found worse value: 339.682604188. iteration10888, perturbing to get out of local maxima iteration 10889 found worse value: 339.682604188. iteration 10890 found worse value: 339.682604188. iteration 10891 found worse value: 339.682604188. iteration 10892 found worse value: 339.682604188. iteration 10893 found worse value: 339.682604188. iteration 10894 found worse value: 339.682604188. iteration 10895 found worse value: 339.682604188. iteration 10896 found worse value: 339.682604188. iteration 10897 found worse value: 339.682604188. iteration 10898 found worse value: 339.682604188. iteration 10899 found worse value: 339.682604188. iteration 10900 found worse value: 339.682604188. iteration 10901 found worse value: 339.682604188. iteration 10902 found worse value: 339.682604188. iteration 10903 found worse value: 339.682604188. iteration 10904 found worse value: 339.682604188. iteration 10905 found worse value: 339.682604188. iteration 10906 found worse value: 339.682604188. iteration 10907 found worse value: 339.682604188. iteration 10908 found worse value: 339.682604188. iteration 10909 found worse value: 339.682604188. iteration 10910 found worse value: 339.682604188. iteration 10911 found worse value: 339.682604188. iteration 10912 found worse value: 339.682604188. iteration 10913 found worse value: 339.682604188. iteration 10914 found worse value: 339.682604188. iteration 10915 found worse value: 339.682604188. iteration 10916 found worse value: 339.682604188. iteration 10917 found worse value: 339.682604188. iteration 10918 found worse value: 339.682604188. iteration 10919 found worse value: 339.682604188. iteration 10920 found worse value: 339.682604188. iteration 10921 found worse value: 339.682604188. iteration 10922 found worse value: 339.682604188. iteration 10923 found worse value: 339.682604188. iteration 10924 found worse value: 339.682604188. iteration 10925 found worse value: 339.682604188. iteration 10926 found worse value: 339.682604188. iteration 10927 found worse value: 339.682604188. iteration 10928 found worse value: 339.682604188. iteration 10929 found worse value: 339.682604188. iteration 10930 found worse value: 339.682604188. iteration 10931 found worse value: 339.682604188. iteration 10932 found worse value: 339.682604188. iteration 10933 found worse value: 339.682604188. iteration 10934 found worse value: 339.682604188. iteration 10935 found worse value: 339.682604188. iteration 10936 found worse value: 339.682604188. iteration 10937 found worse value: 339.682604188. iteration 10938 found worse value: 339.682604188. iteration 10939 found worse value: 339.682604188. iteration 10940 found worse value: 339.682604188. iteration 10941 found worse value: 339.682604188. iteration 10942 found worse value: 339.682604188. iteration 10943 found worse value: 339.682604188. iteration 10944 found worse value: 339.682604188. iteration 10945 found worse value: 339.682604188. iteration 10946 found worse value: 339.682604188. iteration 10947 found worse value: 339.682604188. iteration 10948 found worse value: 339.682604188. iteration 10949 found worse value: 339.682604188. iteration 10950 found worse value: 339.682604188. iteration 10951 found worse value: 339.682604188. iteration 10952 found worse value: 339.682604188. iteration 10953 found worse value: 339.682604188. iteration 10954 found worse value: 339.682604188. iteration 10955 found worse value: 339.682604188. iteration 10956 found worse value: 339.682604188. iteration 10957 found worse value: 339.682604188. iteration 10958 found worse value: 339.682604188. iteration 10959 found worse value: 339.682604188. iteration 10960 found worse value: 339.682604188. iteration 10961 found worse value: 339.682604188. iteration 10962 found worse value: 339.682604188. iteration 10963 found worse value: 339.682604188. iteration 10964 found worse value: 339.682604188. iteration 10965 found worse value: 339.682604188. iteration 10966 found worse value: 339.682604188. iteration 10967 found worse value: 339.682604188. iteration 10968 found worse value: 339.682604188. iteration 10969 found worse value: 339.682604188. iteration 10970 found worse value: 339.682604188. iteration 10971 found worse value: 339.682604188. iteration 10972 found worse value: 339.682604188. iteration 10973 found worse value: 339.682604188. iteration 10974 found worse value: 339.682604188. iteration 10975 found worse value: 339.682604188. iteration 10976 found worse value: 339.682604188. iteration 10977 found worse value: 339.682604188. iteration 10978 found worse value: 339.682604188. iteration 10979 found worse value: 339.682604188. iteration 10980 found worse value: 339.682604188. iteration 10981 found worse value: 339.682604188. iteration 10982 found worse value: 339.682604188. iteration 10983 found worse value: 339.682604188. iteration 10984 found worse value: 339.682604188. iteration 10985 found worse value: 339.682604188. iteration 10986 found worse value: 339.682604188. iteration 10987 found worse value: 339.682604188. iteration 10988 found worse value: 339.682604188. iteration 10989 found worse value: 339.682604188. iteration 10990 found worse value: 339.682604188. iteration 10991 found worse value: 339.682604188. iteration 10992 found worse value: 339.682604188. iteration 10993 found worse value: 339.682604188. iteration 10994 found worse value: 339.682604188. iteration 10995 found worse value: 339.682604188. iteration 10996 found worse value: 339.682604188. iteration 10997 found worse value: 339.682604188. iteration 10998 found worse value: 339.682604188. iteration 10999 found worse value: 339.682604188. iteration 11000 found worse value: 339.682604188. iteration 11001 found worse value: 339.682604188. iteration 11002 found worse value: 339.682604188. iteration 11003 found worse value: 339.682604188. iteration 11004 found worse value: 339.682604188. iteration 11005 found worse value: 339.682604188. iteration 11006 found worse value: 339.682604188. iteration 11007 found worse value: 339.682604188. iteration 11008 found worse value: 339.682604188. iteration 11009 found worse value: 339.682604188. iteration 11010 found worse value: 339.682604188. iteration 11011 found worse value: 339.682604188. iteration 11012 found worse value: 339.682604188. iteration 11013 found worse value: 339.682604188. iteration 11014 found worse value: 339.682604188. iteration 11015 found worse value: 339.682604188. iteration 11016 found worse value: 339.682604188. iteration 11017 found worse value: 339.682604188. iteration 11018 found worse value: 339.682604188. iteration 11019 found worse value: 339.682604188. iteration 11020 found worse value: 339.682604188. iteration 11021 found worse value: 339.682604188. iteration 11022 found worse value: 339.682604188. iteration 11023 found worse value: 339.682604188. iteration 11024 found worse value: 339.682604188. iteration 11025 found worse value: 339.682604188. iteration 11026 found worse value: 339.682604188. iteration 11027 found worse value: 339.682604188. iteration 11028 found worse value: 339.682604188. iteration 11029 found worse value: 339.682604188. iteration 11030 found worse value: 339.682604188. iteration 11031 found worse value: 339.682604188. iteration 11032 found worse value: 339.682604188. iteration 11033 found worse value: 339.682604188. iteration 11034 found worse value: 339.682604188. iteration 11035 found worse value: 339.682604188. iteration 11036 found worse value: 339.682604188. iteration 11037 found worse value: 339.682604188. iteration 11038 found worse value: 339.682604188. iteration 11039 found worse value: 339.682604188. iteration 11040 found worse value: 339.682604188. iteration 11041 found worse value: 339.682604188. iteration 11042 found worse value: 339.682604188. iteration 11043 found worse value: 339.682604188. iteration 11044 found worse value: 339.682604188. iteration 11045 found worse value: 339.682604188. iteration 11046 found worse value: 339.682604188. iteration 11047 found worse value: 339.682604188. iteration 11048 found worse value: 339.682604188. iteration 11049 found worse value: 339.682604188. iteration 11050 found worse value: 339.682604188. iteration 11051 found worse value: 339.682604188. iteration 11052 found worse value: 339.682604188. iteration 11053 found worse value: 339.682604188. iteration 11054 found worse value: 339.682604188. iteration 11055 found worse value: 339.682604188. iteration 11056 found worse value: 339.682604188. iteration 11057 found worse value: 339.682604188. iteration 11058 found worse value: 339.682604188. iteration 11059 found worse value: 339.682604188. iteration 11060 found worse value: 339.682604188. iteration 11061 found worse value: 339.682604188. iteration 11062 found worse value: 339.682604188. iteration 11063 found worse value: 339.682604188. iteration 11064 found worse value: 339.682604188. iteration 11065 found worse value: 339.682604188. iteration 11066 found worse value: 339.682604188. iteration 11067 found worse value: 339.682604188. iteration 11068 found worse value: 339.682604188. iteration 11069 found worse value: 339.682604188. iteration 11070 found worse value: 339.682604188. iteration 11071 found worse value: 339.682604188. iteration 11072 found worse value: 339.682604188. iteration 11073 found worse value: 339.682604188. iteration 11074 found worse value: 339.682604188. iteration 11075 found worse value: 339.682604188. iteration 11076 found worse value: 339.682604188. iteration 11077 found worse value: 339.682604188. iteration 11078 found worse value: 339.682604188. iteration 11079 found worse value: 339.682604188. iteration 11080 found worse value: 339.682604188. iteration 11081 found worse value: 339.682604188. iteration 11082 found worse value: 339.682604188. iteration 11083 found worse value: 339.682604188. iteration 11084 found worse value: 339.682604188. iteration 11085 found worse value: 339.682604188. iteration 11086 found worse value: 339.682604188. iteration 11087 found worse value: 339.682604188. iteration 11088 found worse value: 339.682604188. iteration 11089 found worse value: 339.682604188. iteration 11090 found worse value: 339.682604188. iteration 11091 found worse value: 339.682604188. iteration 11092 found worse value: 339.682604188. iteration 11093 found worse value: 339.682604188. iteration 11094 found worse value: 339.682604188. iteration 11095 found worse value: 339.682604188. iteration 11096 found worse value: 339.682604188. iteration 11097 found worse value: 339.682604188. iteration 11098 found worse value: 339.682604188. iteration 11099 found worse value: 339.682604188. iteration 11100 found worse value: 339.682604188. iteration 11101 found worse value: 339.682604188. iteration 11102 found worse value: 339.682604188. iteration 11103 found worse value: 339.682604188. iteration11103, perturbing to get out of local maxima iteration 11104 found worse value: 339.682604188. iteration 11105 found worse value: 339.682604188. iteration 11106 found worse value: 339.682604188. iteration 11107 found worse value: 339.682604188. iteration 11108 found worse value: 339.682604188. iteration 11109 found worse value: 339.682604188. iteration 11110 found worse value: 339.682604188. iteration 11111 found worse value: 339.682604188. iteration 11112 found worse value: 339.682604188. iteration 11113 found worse value: 339.682604188. iteration 11114 found worse value: 339.682604188. iteration 11115 found worse value: 339.682604188. iteration 11116 found worse value: 339.682604188. iteration 11117 found worse value: 339.682604188. iteration 11118 found worse value: 339.682604188. iteration 11119 found worse value: 339.682604188. iteration 11120 found worse value: 339.682604188. iteration 11121 found worse value: 339.682604188. iteration 11122 found worse value: 339.682604188. iteration 11123 found worse value: 339.682604188. iteration 11124 found worse value: 339.682604188. iteration 11125 found worse value: 339.682604188. iteration 11126 found worse value: 339.682604188. iteration 11127 found worse value: 339.682604188. iteration 11128 found worse value: 339.682604188. iteration 11129 found worse value: 339.682604188. iteration 11130 found worse value: 339.682604188. iteration 11131 found worse value: 339.682604188. iteration 11132 found worse value: 339.682604188. iteration 11133 found worse value: 339.682604188. iteration 11134 found worse value: 339.682604188. iteration 11135 found worse value: 339.682604188. iteration 11136 found worse value: 339.682604188. iteration 11137 found worse value: 339.682604188. iteration 11138 found worse value: 339.682604188. iteration 11139 found worse value: 339.682604188. iteration 11140 found worse value: 339.682604188. iteration 11141 found worse value: 339.682604188. iteration 11142 found worse value: 339.682604188. iteration 11143 found worse value: 339.682604188. iteration 11144 found worse value: 339.682604188. iteration 11145 found worse value: 339.682604188. iteration 11146 found worse value: 339.682604188. iteration 11147 found worse value: 339.682604188. iteration 11148 found worse value: 339.682604188. iteration 11149 found worse value: 339.682604188. iteration 11150 found worse value: 339.682604188. iteration 11151 found worse value: 339.682604188. iteration 11152 found worse value: 339.682604188. iteration 11153 found worse value: 339.682604188. iteration 11154 found worse value: 339.682604188. iteration 11155 found worse value: 339.682604188. iteration 11156 found worse value: 339.682604188. iteration 11157 found worse value: 339.682604188. iteration 11158 found worse value: 339.682604188. iteration 11159 found worse value: 339.682604188. iteration 11160 found worse value: 339.682604188. iteration 11161 found worse value: 339.682604188. iteration 11162 found worse value: 339.682604188. iteration 11163 found worse value: 339.682604188. iteration 11164 found worse value: 339.682604188. iteration 11165 found worse value: 339.682604188. iteration 11166 found worse value: 339.682604188. iteration 11167 found worse value: 339.682604188. iteration 11168 found worse value: 339.682604188. iteration 11169 found worse value: 339.682604188. iteration 11170 found worse value: 339.682604188. iteration 11171 found worse value: 339.682604188. iteration 11172 found worse value: 339.682604188. iteration 11173 found worse value: 339.682604188. iteration 11174 found worse value: 339.682604188. iteration 11175 found worse value: 339.682604188. iteration 11176 found worse value: 339.682604188. iteration 11177 found worse value: 339.682604188. iteration11177, perturbing to get out of local maxima iteration 11178 found worse value: 339.682604188. iteration 11179 found worse value: 339.682604188. iteration 11180 found worse value: 339.682604188. iteration 11181 found worse value: 339.682604188. iteration 11182 found worse value: 339.682604188. iteration 11183 found worse value: 339.682604188. iteration 11184 found worse value: 339.682604188. iteration 11185 found worse value: 339.682604188. iteration 11186 found worse value: 339.682604188. iteration 11187 found worse value: 339.682604188. iteration 11188 found worse value: 339.682604188. iteration 11189 found worse value: 339.682604188. iteration 11190 found worse value: 339.682604188. iteration 11191 found worse value: 339.682604188. iteration 11192 found worse value: 339.682604188. iteration 11193 found worse value: 339.682604188. iteration 11194 found worse value: 339.682604188. iteration 11195 found worse value: 339.682604188. iteration 11196 found worse value: 339.682604188. iteration 11197 found worse value: 339.682604188. iteration 11198 found worse value: 339.682604188. iteration 11199 found worse value: 339.682604188. iteration 11200 found worse value: 339.682604188. iteration 11201 found worse value: 339.682604188. iteration 11202 found worse value: 339.682604188. iteration 11203 found worse value: 339.682604188. iteration 11204 found worse value: 339.682604188. iteration 11205 found worse value: 339.682604188. iteration 11206 found worse value: 339.682604188. iteration 11207 found worse value: 339.682604188. iteration 11208 found worse value: 339.682604188. iteration 11209 found worse value: 339.682604188. iteration 11210 found worse value: 339.682604188. iteration 11211 found worse value: 339.682604188. iteration 11212 found worse value: 339.682604188. iteration 11213 found worse value: 339.682604188. iteration 11214 found worse value: 339.682604188. iteration 11215 found worse value: 339.682604188. iteration11215, perturbing to get out of local maxima iteration 11216 found worse value: 339.682604188. iteration 11217 found worse value: 339.682604188. iteration 11218 found worse value: 339.682604188. iteration 11219 found worse value: 339.682604188. iteration 11220 found worse value: 339.682604188. iteration 11221 found worse value: 339.682604188. iteration 11222 found worse value: 339.682604188. iteration 11223 found worse value: 339.682604188. iteration 11224 found worse value: 339.682604188. iteration 11225 found worse value: 339.682604188. iteration 11226 found worse value: 339.682604188. iteration 11227 found worse value: 339.682604188. iteration 11228 found worse value: 339.682604188. iteration 11229 found worse value: 339.682604188. iteration 11230 found worse value: 339.682604188. iteration 11231 found worse value: 339.682604188. iteration 11232 found worse value: 339.682604188. iteration 11233 found worse value: 339.682604188. iteration 11234 found worse value: 339.682604188. iteration 11235 found worse value: 339.682604188. iteration 11236 found worse value: 339.682604188. iteration 11237 found worse value: 339.682604188. iteration 11238 found worse value: 339.682604188. iteration 11239 found worse value: 339.682604188. iteration 11240 found worse value: 339.682604188. iteration 11241 found worse value: 339.682604188. iteration 11242 found worse value: 339.682604188. iteration 11243 found worse value: 339.682604188. iteration 11244 found worse value: 339.682604188. iteration 11245 found worse value: 339.682604188. iteration 11246 found worse value: 339.682604188. iteration 11247 found worse value: 339.682604188. iteration 11248 found worse value: 339.682604188. iteration 11249 found worse value: 339.682604188. iteration 11250 found worse value: 339.682604188. iteration 11251 found worse value: 339.682604188. iteration 11252 found worse value: 339.682604188. iteration 11253 found worse value: 339.682604188. iteration 11254 found worse value: 339.682604188. iteration 11255 found worse value: 339.682604188. iteration 11256 found worse value: 339.682604188. iteration 11257 found worse value: 339.682604188. iteration 11258 found worse value: 339.682604188. iteration 11259 found worse value: 339.682604188. iteration 11260 found worse value: 339.682604188. iteration 11261 found worse value: 339.682604188. iteration 11262 found worse value: 339.682604188. iteration 11263 found worse value: 339.682604188. iteration 11264 found worse value: 339.682604188. iteration 11265 found worse value: 339.682604188. iteration 11266 found worse value: 339.682604188. iteration 11267 found worse value: 339.682604188. iteration 11268 found worse value: 339.682604188. iteration 11269 found worse value: 339.682604188. iteration 11270 found worse value: 339.682604188. iteration 11271 found worse value: 339.682604188. iteration 11272 found worse value: 339.682604188. iteration 11273 found worse value: 339.682604188. iteration 11274 found worse value: 339.682604188. iteration 11275 found worse value: 339.682604188. iteration 11276 found worse value: 339.682604188. iteration 11277 found worse value: 339.682604188. iteration 11278 found worse value: 339.682604188. iteration 11279 found worse value: 339.682604188. iteration 11280 found worse value: 339.682604188. iteration 11281 found worse value: 339.682604188. iteration 11282 found worse value: 339.682604188. iteration 11283 found worse value: 339.682604188. iteration 11284 found worse value: 339.682604188. iteration 11285 found worse value: 339.682604188. iteration 11286 found worse value: 339.682604188. iteration 11287 found worse value: 339.682604188. iteration 11288 found worse value: 339.682604188. iteration 11289 found worse value: 339.682604188. iteration 11290 found worse value: 339.682604188. iteration 11291 found worse value: 339.682604188. iteration 11292 found worse value: 339.682604188. iteration 11293 found worse value: 339.682604188. iteration 11294 found worse value: 339.682604188. iteration 11295 found worse value: 339.682604188. iteration 11296 found worse value: 339.682604188. iteration 11297 found worse value: 339.682604188. iteration 11298 found worse value: 339.682604188. iteration 11299 found worse value: 339.682604188. iteration 11300 found worse value: 339.682604188. iteration 11301 found worse value: 339.682604188. iteration 11302 found worse value: 339.682604188. iteration 11303 found worse value: 339.682604188. iteration 11304 found worse value: 339.682604188. iteration 11305 found worse value: 339.682604188. iteration 11306 found worse value: 339.682604188. iteration 11307 found worse value: 339.682604188. iteration11307, perturbing to get out of local maxima iteration 11308 found worse value: 339.682604188. iteration 11309 found worse value: 339.682604188. iteration 11310 found worse value: 339.682604188. iteration 11311 found worse value: 339.682604188. iteration 11312 found worse value: 339.682604188. iteration 11313 found worse value: 339.682604188. iteration 11314 found worse value: 339.682604188. iteration 11315 found worse value: 339.682604188. iteration 11316 found worse value: 339.682604188. iteration 11317 found worse value: 339.682604188. iteration 11318 found worse value: 339.682604188. iteration 11319 found worse value: 339.682604188. iteration 11320 found worse value: 339.682604188. iteration 11321 found worse value: 339.682604188. iteration 11322 found worse value: 339.682604188. iteration 11323 found worse value: 339.682604188. iteration 11324 found worse value: 339.682604188. iteration 11325 found worse value: 339.682604188. iteration 11326 found worse value: 339.682604188. iteration 11327 found worse value: 339.682604188. iteration 11328 found worse value: 339.682604188. iteration 11329 found worse value: 339.682604188. iteration 11330 found worse value: 339.682604188. iteration 11331 found worse value: 339.682604188. iteration 11332 found worse value: 339.682604188. iteration 11333 found worse value: 339.682604188. iteration 11334 found worse value: 339.682604188. iteration 11335 found worse value: 339.682604188. iteration 11336 found worse value: 339.682604188. iteration 11337 found worse value: 339.682604188. iteration 11338 found worse value: 339.682604188. iteration 11339 found worse value: 339.682604188. iteration 11340 found worse value: 339.682604188. iteration 11341 found worse value: 339.682604188. iteration 11342 found worse value: 339.682604188. iteration 11343 found worse value: 339.682604188. iteration 11344 found worse value: 339.682604188. iteration 11345 found worse value: 339.682604188. iteration 11346 found worse value: 339.682604188. iteration 11347 found worse value: 339.682604188. iteration 11348 found worse value: 339.682604188. iteration 11349 found worse value: 339.682604188. iteration 11350 found worse value: 339.682604188. iteration 11351 found worse value: 339.682604188. iteration 11352 found worse value: 339.682604188. iteration 11353 found worse value: 339.682604188. iteration 11354 found worse value: 339.682604188. iteration 11355 found worse value: 339.682604188. iteration 11356 found worse value: 339.682604188. iteration 11357 found worse value: 339.682604188. iteration 11358 found worse value: 339.682604188. iteration 11359 found worse value: 339.682604188. iteration 11360 found worse value: 339.682604188. iteration 11361 found worse value: 339.682604188. iteration 11362 found worse value: 339.682604188. iteration 11363 found worse value: 339.682604188. iteration 11364 found worse value: 339.682604188. iteration 11365 found worse value: 339.682604188. iteration 11366 found worse value: 339.682604188. iteration 11367 found worse value: 339.682604188. iteration 11368 found worse value: 339.682604188. iteration 11369 found worse value: 339.682604188. iteration 11370 found worse value: 339.682604188. iteration 11371 found worse value: 339.682604188. iteration 11372 found worse value: 339.682604188. iteration 11373 found worse value: 339.682604188. iteration 11374 found worse value: 339.682604188. iteration 11375 found worse value: 339.682604188. iteration 11376 found worse value: 339.682604188. iteration 11377 found worse value: 339.682604188. iteration 11378 found worse value: 339.682604188. iteration 11379 found worse value: 339.682604188. iteration 11380 found worse value: 339.682604188. iteration 11381 found worse value: 339.682604188. iteration 11382 found worse value: 339.682604188. iteration 11383 found worse value: 339.682604188. iteration 11384 found worse value: 339.682604188. iteration 11385 found worse value: 339.682604188. iteration 11386 found worse value: 339.682604188. iteration 11387 found worse value: 339.682604188. iteration 11388 found worse value: 339.682604188. iteration 11389 found worse value: 339.682604188. iteration 11390 found worse value: 339.682604188. iteration 11391 found worse value: 339.682604188. iteration 11392 found worse value: 339.682604188. iteration 11393 found worse value: 339.682604188. iteration 11394 found worse value: 339.682604188. iteration 11395 found worse value: 339.682604188. iteration 11396 found worse value: 339.682604188. iteration 11397 found worse value: 339.682604188. iteration 11398 found worse value: 339.682604188. iteration 11399 found worse value: 339.682604188. iteration 11400 found worse value: 339.682604188. iteration 11401 found worse value: 339.682604188. iteration 11402 found worse value: 339.682604188. iteration 11403 found worse value: 339.682604188. iteration 11404 found worse value: 339.682604188. iteration 11405 found worse value: 339.682604188. iteration 11406 found worse value: 339.682604188. iteration 11407 found worse value: 339.682604188. iteration 11408 found worse value: 339.682604188. iteration 11409 found worse value: 339.682604188. iteration 11410 found worse value: 339.682604188. iteration 11411 found worse value: 339.682604188. iteration 11412 found worse value: 339.682604188. iteration 11413 found worse value: 339.682604188. iteration 11414 found worse value: 339.682604188. iteration 11415 found worse value: 339.682604188. iteration 11416 found worse value: 339.682604188. iteration 11417 found worse value: 339.682604188. iteration 11418 found worse value: 339.682604188. iteration 11419 found worse value: 339.682604188. iteration 11420 found worse value: 339.682604188. iteration 11421 found worse value: 339.682604188. iteration 11422 found worse value: 339.682604188. iteration 11423 found worse value: 339.682604188. iteration 11424 found worse value: 339.682604188. iteration 11425 found worse value: 339.682604188. iteration 11426 found worse value: 339.682604188. iteration 11427 found worse value: 339.682604188. iteration 11428 found worse value: 339.682604188. iteration 11429 found worse value: 339.682604188. iteration 11430 found worse value: 339.682604188. iteration 11431 found worse value: 339.682604188. iteration 11432 found worse value: 339.682604188. iteration 11433 found worse value: 339.682604188. iteration 11434 found worse value: 339.682604188. iteration 11435 found worse value: 339.682604188. iteration 11436 found worse value: 339.682604188. iteration 11437 found worse value: 339.682604188. iteration 11438 found worse value: 339.682604188. iteration 11439 found worse value: 339.682604188. iteration 11440 found worse value: 339.682604188. iteration 11441 found worse value: 339.682604188. iteration 11442 found worse value: 339.682604188. iteration 11443 found worse value: 339.682604188. iteration 11444 found worse value: 339.682604188. iteration 11445 found worse value: 339.682604188. iteration 11446 found worse value: 339.682604188. iteration 11447 found worse value: 339.682604188. iteration 11448 found worse value: 339.682604188. iteration 11449 found worse value: 339.682604188. iteration 11450 found worse value: 339.682604188. iteration 11451 found worse value: 339.682604188. iteration 11452 found worse value: 339.682604188. iteration 11453 found worse value: 339.682604188. iteration 11454 found worse value: 339.682604188. iteration 11455 found worse value: 339.682604188. iteration 11456 found worse value: 339.682604188. iteration 11457 found worse value: 339.682604188. iteration 11458 found worse value: 339.682604188. iteration 11459 found worse value: 339.682604188. iteration 11460 found worse value: 339.682604188. iteration 11461 found worse value: 339.682604188. iteration 11462 found worse value: 339.682604188. iteration 11463 found worse value: 339.682604188. iteration 11464 found worse value: 339.682604188. iteration 11465 found worse value: 339.682604188. iteration 11466 found worse value: 339.682604188. iteration 11467 found worse value: 339.682604188. iteration 11468 found worse value: 339.682604188. iteration 11469 found worse value: 339.682604188. iteration 11470 found worse value: 339.682604188. iteration 11471 found worse value: 339.682604188. iteration 11472 found worse value: 339.682604188. iteration 11473 found worse value: 339.682604188. iteration 11474 found worse value: 339.682604188. iteration 11475 found worse value: 339.682604188. iteration 11476 found worse value: 339.682604188. iteration 11477 found worse value: 339.682604188. iteration 11478 found worse value: 339.682604188. iteration 11479 found worse value: 339.682604188. iteration 11480 found worse value: 339.682604188. iteration 11481 found worse value: 339.682604188. iteration 11482 found worse value: 339.682604188. iteration 11483 found worse value: 339.682604188. iteration 11484 found worse value: 339.682604188. iteration 11485 found worse value: 339.682604188. iteration 11486 found worse value: 339.682604188. iteration 11487 found worse value: 339.682604188. iteration 11488 found worse value: 339.682604188. iteration 11489 found worse value: 339.682604188. iteration 11490 found worse value: 339.682604188. iteration 11491 found worse value: 339.682604188. iteration 11492 found worse value: 339.682604188. iteration 11493 found worse value: 339.682604188. iteration 11494 found worse value: 339.682604188. iteration 11495 found worse value: 339.682604188. iteration 11496 found worse value: 339.682604188. iteration 11497 found worse value: 339.682604188. iteration 11498 found worse value: 339.682604188. iteration 11499 found worse value: 339.682604188. iteration 11500 found worse value: 339.682604188. iteration 11501 found worse value: 339.682604188. iteration 11502 found worse value: 339.682604188. iteration 11503 found worse value: 339.682604188. iteration 11504 found worse value: 339.682604188. iteration 11505 found worse value: 339.682604188. iteration 11506 found worse value: 339.682604188. iteration 11507 found worse value: 339.682604188. iteration 11508 found worse value: 339.682604188. iteration 11509 found worse value: 339.682604188. iteration 11510 found worse value: 339.682604188. iteration 11511 found worse value: 339.682604188. iteration 11512 found worse value: 339.682604188. iteration 11513 found worse value: 339.682604188. iteration 11514 found worse value: 339.682604188. iteration 11515 found worse value: 339.682604188. iteration 11516 found worse value: 339.682604188. iteration 11517 found worse value: 339.682604188. iteration 11518 found worse value: 339.682604188. iteration 11519 found worse value: 339.682604188. iteration 11520 found worse value: 339.682604188. iteration 11521 found worse value: 339.682604188. iteration 11522 found worse value: 339.682604188. iteration 11523 found worse value: 339.682604188. iteration 11524 found worse value: 339.682604188. iteration 11525 found worse value: 339.682604188. iteration 11526 found worse value: 339.682604188. iteration 11527 found worse value: 339.682604188. iteration 11528 found worse value: 339.682604188. iteration 11529 found worse value: 339.682604188. iteration 11530 found worse value: 339.682604188. iteration 11531 found worse value: 339.682604188. iteration 11532 found worse value: 339.682604188. iteration 11533 found worse value: 339.682604188. iteration 11534 found worse value: 339.682604188. iteration 11535 found worse value: 339.682604188. iteration 11536 found worse value: 339.682604188. iteration 11537 found worse value: 339.682604188. iteration 11538 found worse value: 339.682604188. iteration 11539 found worse value: 339.682604188. iteration 11540 found worse value: 339.682604188. iteration 11541 found worse value: 339.682604188. iteration 11542 found worse value: 339.682604188. iteration 11543 found worse value: 339.682604188. iteration 11544 found worse value: 339.682604188. iteration 11545 found worse value: 339.682604188. iteration 11546 found worse value: 339.682604188. iteration 11547 found worse value: 339.682604188. iteration 11548 found worse value: 339.682604188. iteration 11549 found worse value: 339.682604188. iteration 11550 found worse value: 339.682604188. iteration 11551 found worse value: 339.682604188. iteration 11552 found worse value: 339.682604188. iteration 11553 found worse value: 339.682604188. iteration 11554 found worse value: 339.682604188. iteration 11555 found worse value: 339.682604188. iteration 11556 found worse value: 339.682604188. iteration 11557 found worse value: 339.682604188. iteration 11558 found worse value: 339.682604188. iteration 11559 found worse value: 339.682604188. iteration 11560 found worse value: 339.682604188. iteration 11561 found worse value: 339.682604188. iteration 11562 found worse value: 339.682604188. iteration 11563 found worse value: 339.682604188. iteration 11564 found worse value: 339.682604188. iteration 11565 found worse value: 339.682604188. iteration 11566 found worse value: 339.682604188. iteration 11567 found worse value: 339.682604188. iteration 11568 found worse value: 339.682604188. iteration 11569 found worse value: 339.682604188. iteration 11570 found worse value: 339.682604188. iteration 11571 found worse value: 339.682604188. iteration 11572 found worse value: 339.682604188. iteration 11573 found worse value: 339.682604188. iteration 11574 found worse value: 339.682604188. iteration 11575 found worse value: 339.682604188. iteration 11576 found worse value: 339.682604188. iteration 11577 found worse value: 339.682604188. iteration 11578 found worse value: 339.682604188. iteration 11579 found worse value: 339.682604188. iteration 11580 found worse value: 339.682604188. iteration 11581 found worse value: 339.682604188. iteration 11582 found worse value: 339.682604188. iteration 11583 found worse value: 339.682604188. iteration 11584 found worse value: 339.682604188. iteration 11585 found worse value: 339.682604188. iteration 11586 found worse value: 339.682604188. iteration 11587 found worse value: 339.682604188. iteration 11588 found worse value: 339.682604188. iteration 11589 found worse value: 339.682604188. iteration 11590 found worse value: 339.682604188. iteration 11591 found worse value: 339.682604188. iteration 11592 found worse value: 339.682604188. iteration 11593 found worse value: 339.682604188. iteration 11594 found worse value: 339.682604188. iteration 11595 found worse value: 339.682604188. iteration 11596 found worse value: 339.682604188. iteration 11597 found worse value: 339.682604188. iteration 11598 found worse value: 339.682604188. iteration 11599 found worse value: 339.682604188. iteration 11600 found worse value: 339.682604188. iteration 11601 found worse value: 339.682604188. iteration 11602 found worse value: 339.682604188. iteration 11603 found worse value: 339.682604188. iteration 11604 found worse value: 339.682604188. iteration 11605 found worse value: 339.682604188. iteration 11606 found worse value: 339.682604188. iteration 11607 found worse value: 339.682604188. iteration 11608 found worse value: 339.682604188. iteration 11609 found worse value: 339.682604188. iteration 11610 found worse value: 339.682604188. iteration 11611 found worse value: 339.682604188. iteration 11612 found worse value: 339.682604188. iteration 11613 found worse value: 339.682604188. iteration 11614 found worse value: 339.682604188. iteration 11615 found worse value: 339.682604188. iteration 11616 found worse value: 339.682604188. iteration 11617 found worse value: 339.682604188. iteration 11618 found worse value: 339.682604188. iteration 11619 found worse value: 339.682604188. iteration 11620 found worse value: 339.682604188. iteration 11621 found worse value: 339.682604188. iteration 11622 found worse value: 339.682604188. iteration 11623 found worse value: 339.682604188. iteration 11624 found worse value: 339.682604188. iteration 11625 found worse value: 339.682604188. iteration 11626 found worse value: 339.682604188. iteration 11627 found worse value: 339.682604188. iteration 11628 found worse value: 339.682604188. iteration 11629 found worse value: 339.682604188. iteration 11630 found worse value: 339.682604188. iteration 11631 found worse value: 339.682604188. iteration 11632 found worse value: 339.682604188. iteration 11633 found worse value: 339.682604188. iteration 11634 found worse value: 339.682604188. iteration 11635 found worse value: 339.682604188. iteration 11636 found worse value: 339.682604188. iteration 11637 found worse value: 339.682604188. iteration 11638 found worse value: 339.682604188. iteration 11639 found worse value: 339.682604188. iteration 11640 found worse value: 339.682604188. iteration 11641 found worse value: 339.682604188. iteration 11642 found worse value: 339.682604188. iteration 11643 found worse value: 339.682604188. iteration 11644 found worse value: 339.682604188. iteration 11645 found worse value: 339.682604188. iteration 11646 found worse value: 339.682604188. iteration 11647 found worse value: 339.682604188. iteration 11648 found worse value: 339.682604188. iteration 11649 found worse value: 339.682604188. iteration 11650 found worse value: 339.682604188. iteration 11651 found worse value: 339.682604188. iteration 11652 found worse value: 339.682604188. iteration 11653 found worse value: 339.682604188. iteration 11654 found worse value: 339.682604188. iteration 11655 found worse value: 339.682604188. iteration 11656 found worse value: 339.682604188. iteration 11657 found worse value: 339.682604188. iteration 11658 found worse value: 339.682604188. iteration 11659 found worse value: 339.682604188. iteration 11660 found worse value: 339.682604188. iteration 11661 found worse value: 339.682604188. iteration 11662 found worse value: 339.682604188. iteration 11663 found worse value: 339.682604188. iteration 11664 found worse value: 339.682604188. iteration 11665 found worse value: 339.682604188. iteration 11666 found worse value: 339.682604188. iteration 11667 found worse value: 339.682604188. iteration 11668 found worse value: 339.682604188. iteration 11669 found worse value: 339.682604188. iteration 11670 found worse value: 339.682604188. iteration 11671 found worse value: 339.682604188. iteration 11672 found worse value: 339.682604188. iteration 11673 found worse value: 339.682604188. iteration 11674 found worse value: 339.682604188. iteration 11675 found worse value: 339.682604188. iteration 11676 found worse value: 339.682604188. iteration 11677 found worse value: 339.682604188. iteration 11678 found worse value: 339.682604188. iteration 11679 found worse value: 339.682604188. iteration 11680 found worse value: 339.682604188. iteration 11681 found worse value: 339.682604188. iteration 11682 found worse value: 339.682604188. iteration 11683 found worse value: 339.682604188. iteration 11684 found worse value: 339.682604188. iteration 11685 found worse value: 339.682604188. iteration 11686 found worse value: 339.682604188. iteration 11687 found worse value: 339.682604188. iteration 11688 found worse value: 339.682604188. iteration 11689 found worse value: 339.682604188. iteration 11690 found worse value: 339.682604188. iteration 11691 found worse value: 339.682604188. iteration 11692 found worse value: 339.682604188. iteration 11693 found worse value: 339.682604188. iteration 11694 found worse value: 339.682604188. iteration 11695 found worse value: 339.682604188. iteration 11696 found worse value: 339.682604188. iteration 11697 found worse value: 339.682604188. iteration 11698 found worse value: 339.682604188. iteration 11699 found worse value: 339.682604188. iteration 11700 found worse value: 339.682604188. iteration 11701 found worse value: 339.682604188. iteration 11702 found worse value: 339.682604188. iteration 11703 found worse value: 339.682604188. iteration 11704 found worse value: 339.682604188. iteration 11705 found worse value: 339.682604188. iteration 11706 found worse value: 339.682604188. iteration 11707 found worse value: 339.682604188. iteration 11708 found worse value: 339.682604188. iteration 11709 found worse value: 339.682604188. iteration 11710 found worse value: 339.682604188. iteration 11711 found worse value: 339.682604188. iteration 11712 found worse value: 339.682604188. iteration 11713 found worse value: 339.682604188. iteration 11714 found worse value: 339.682604188. iteration 11715 found worse value: 339.682604188. iteration 11716 found worse value: 339.682604188. iteration 11717 found worse value: 339.682604188. iteration 11718 found worse value: 339.682604188. iteration 11719 found worse value: 339.682604188. iteration 11720 found worse value: 339.682604188. iteration 11721 found worse value: 339.682604188. iteration 11722 found worse value: 339.682604188. iteration 11723 found worse value: 339.682604188. iteration 11724 found worse value: 339.682604188. iteration 11725 found worse value: 339.682604188. iteration 11726 found worse value: 339.682604188. iteration 11727 found worse value: 339.682604188. iteration 11728 found worse value: 339.682604188. iteration 11729 found worse value: 339.682604188. iteration 11730 found worse value: 339.682604188. iteration 11731 found worse value: 339.682604188. iteration 11732 found worse value: 339.682604188. iteration 11733 found worse value: 339.682604188. iteration 11734 found worse value: 339.682604188. iteration 11735 found worse value: 339.682604188. iteration 11736 found worse value: 339.682604188. iteration 11737 found worse value: 339.682604188. iteration 11738 found worse value: 339.682604188. iteration 11739 found worse value: 339.682604188. iteration 11740 found worse value: 339.682604188. iteration 11741 found worse value: 339.682604188. iteration 11742 found worse value: 339.682604188. iteration 11743 found worse value: 339.682604188. iteration 11744 found worse value: 339.682604188. iteration 11745 found worse value: 339.682604188. iteration 11746 found worse value: 339.682604188. iteration 11747 found worse value: 339.682604188. iteration 11748 found worse value: 339.682604188. iteration 11749 found worse value: 339.682604188. iteration 11750 found worse value: 339.682604188. iteration 11751 found worse value: 339.682604188. iteration 11752 found worse value: 339.682604188. iteration 11753 found worse value: 339.682604188. iteration 11754 found worse value: 339.682604188. iteration 11755 found worse value: 339.682604188. iteration 11756 found worse value: 339.682604188. iteration 11757 found worse value: 339.682604188. iteration 11758 found worse value: 339.682604188. iteration 11759 found worse value: 339.682604188. iteration 11760 found worse value: 339.682604188. iteration 11761 found worse value: 339.682604188. iteration 11762 found worse value: 339.682604188. iteration 11763 found worse value: 339.682604188. iteration 11764 found worse value: 339.682604188. iteration 11765 found worse value: 339.682604188. iteration 11766 found worse value: 339.682604188. iteration 11767 found worse value: 339.682604188. iteration 11768 found worse value: 339.682604188. iteration 11769 found worse value: 339.682604188. iteration 11770 found worse value: 339.682604188. iteration 11771 found worse value: 339.682604188. iteration 11772 found worse value: 339.682604188. iteration 11773 found worse value: 339.682604188. iteration 11774 found worse value: 339.682604188. iteration 11775 found worse value: 339.682604188. iteration 11776 found worse value: 339.682604188. iteration 11777 found worse value: 339.682604188. iteration 11778 found worse value: 339.682604188. iteration 11779 found worse value: 339.682604188. iteration 11780 found worse value: 339.682604188. iteration 11781 found worse value: 339.682604188. iteration 11782 found worse value: 339.682604188. iteration 11783 found worse value: 339.682604188. iteration 11784 found worse value: 339.682604188. iteration 11785 found worse value: 339.682604188. iteration 11786 found worse value: 339.682604188. iteration 11787 found worse value: 339.682604188. iteration 11788 found worse value: 339.682604188. iteration 11789 found worse value: 339.682604188. iteration 11790 found worse value: 339.682604188. iteration 11791 found worse value: 339.682604188. iteration 11792 found worse value: 339.682604188. iteration 11793 found worse value: 339.682604188. iteration 11794 found worse value: 339.682604188. iteration 11795 found worse value: 339.682604188. iteration 11796 found worse value: 339.682604188. iteration 11797 found worse value: 339.682604188. iteration 11798 found worse value: 339.682604188. iteration 11799 found worse value: 339.682604188. iteration 11800 found worse value: 339.682604188. iteration 11801 found worse value: 339.682604188. iteration 11802 found worse value: 339.682604188. iteration 11803 found worse value: 339.682604188. iteration 11804 found worse value: 339.682604188. iteration 11805 found worse value: 339.682604188. iteration 11806 found worse value: 339.682604188. iteration 11807 found worse value: 339.682604188. iteration 11808 found worse value: 339.682604188. iteration 11809 found worse value: 339.682604188. iteration 11810 found worse value: 339.682604188. iteration 11811 found worse value: 339.682604188. iteration 11812 found worse value: 339.682604188. iteration 11813 found worse value: 339.682604188. iteration 11814 found worse value: 339.682604188. iteration 11815 found worse value: 339.682604188. iteration 11816 found worse value: 339.682604188. iteration 11817 found worse value: 339.682604188. iteration 11818 found worse value: 339.682604188. iteration 11819 found worse value: 339.682604188. iteration 11820 found worse value: 339.682604188. iteration 11821 found worse value: 339.682604188. iteration 11822 found worse value: 339.682604188. iteration 11823 found worse value: 339.682604188. iteration 11824 found worse value: 339.682604188. iteration 11825 found worse value: 339.682604188. iteration 11826 found worse value: 339.682604188. iteration 11827 found worse value: 339.682604188. iteration 11828 found worse value: 339.682604188. iteration 11829 found worse value: 339.682604188. iteration 11830 found worse value: 339.682604188. iteration 11831 found worse value: 339.682604188. iteration 11832 found worse value: 339.682604188. iteration 11833 found worse value: 339.682604188. iteration 11834 found worse value: 339.682604188. iteration 11835 found worse value: 339.682604188. iteration 11836 found worse value: 339.682604188. iteration 11837 found worse value: 339.682604188. iteration 11838 found worse value: 339.682604188. iteration 11839 found worse value: 339.682604188. iteration 11840 found worse value: 339.682604188. iteration 11841 found worse value: 339.682604188. iteration 11842 found worse value: 339.682604188. iteration 11843 found worse value: 339.682604188. iteration 11844 found worse value: 339.682604188. iteration 11845 found worse value: 339.682604188. iteration 11846 found worse value: 339.682604188. iteration 11847 found worse value: 339.682604188. iteration 11848 found worse value: 339.682604188. iteration 11849 found worse value: 339.682604188. iteration 11850 found worse value: 339.682604188. iteration 11851 found worse value: 339.682604188. iteration 11852 found worse value: 339.682604188. iteration 11853 found worse value: 339.682604188. iteration 11854 found worse value: 339.682604188. iteration 11855 found worse value: 339.682604188. iteration 11856 found worse value: 339.682604188. iteration 11857 found worse value: 339.682604188. iteration 11858 found worse value: 339.682604188. iteration 11859 found worse value: 339.682604188. iteration 11860 found worse value: 339.682604188. iteration 11861 found worse value: 339.682604188. iteration11861, perturbing to get out of local maxima iteration 11862 found worse value: 339.682604188. iteration 11863 found worse value: 339.682604188. iteration 11864 found worse value: 339.682604188. iteration 11865 found worse value: 339.682604188. iteration 11866 found worse value: 339.682604188. iteration 11867 found worse value: 339.682604188. iteration 11868 found worse value: 339.682604188. iteration 11869 found worse value: 339.682604188. iteration 11870 found worse value: 339.682604188. iteration 11871 found worse value: 339.682604188. iteration 11872 found worse value: 339.682604188. iteration 11873 found worse value: 339.682604188. iteration 11874 found worse value: 339.682604188. iteration 11875 found worse value: 339.682604188. iteration 11876 found worse value: 339.682604188. iteration 11877 found worse value: 339.682604188. iteration 11878 found worse value: 339.682604188. iteration 11879 found worse value: 339.682604188. iteration 11880 found worse value: 339.682604188. iteration 11881 found worse value: 339.682604188. iteration 11882 found worse value: 339.682604188. iteration 11883 found worse value: 339.682604188. iteration 11884 found worse value: 339.682604188. iteration 11885 found worse value: 339.682604188. iteration 11886 found worse value: 339.682604188. iteration 11887 found worse value: 339.682604188. iteration 11888 found worse value: 339.682604188. iteration 11889 found worse value: 339.682604188. iteration 11890 found worse value: 339.682604188. iteration 11891 found worse value: 339.682604188. iteration 11892 found worse value: 339.682604188. iteration 11893 found worse value: 339.682604188. iteration 11894 found worse value: 339.682604188. iteration 11895 found worse value: 339.682604188. iteration 11896 found worse value: 339.682604188. iteration 11897 found worse value: 339.682604188. iteration 11898 found worse value: 339.682604188. iteration 11899 found worse value: 339.682604188. iteration 11900 found worse value: 339.682604188. iteration 11901 found worse value: 339.682604188. iteration 11902 found worse value: 339.682604188. iteration 11903 found worse value: 339.682604188. iteration 11904 found worse value: 339.682604188. iteration 11905 found worse value: 339.682604188. iteration 11906 found worse value: 339.682604188. iteration 11907 found worse value: 339.682604188. iteration 11908 found worse value: 339.682604188. iteration 11909 found worse value: 339.682604188. iteration 11910 found worse value: 339.682604188. iteration 11911 found worse value: 339.682604188. iteration 11912 found worse value: 339.682604188. iteration 11913 found worse value: 339.682604188. iteration 11914 found worse value: 339.682604188. iteration 11915 found worse value: 339.682604188. iteration 11916 found worse value: 339.682604188. iteration 11917 found worse value: 339.682604188. iteration 11918 found worse value: 339.682604188. iteration 11919 found worse value: 339.682604188. iteration 11920 found worse value: 339.682604188. iteration 11921 found worse value: 339.682604188. iteration 11922 found worse value: 339.682604188. iteration 11923 found worse value: 339.682604188. iteration 11924 found worse value: 339.682604188. iteration 11925 found worse value: 339.682604188. iteration 11926 found worse value: 339.682604188. iteration 11927 found worse value: 339.682604188. iteration 11928 found worse value: 339.682604188. iteration 11929 found worse value: 339.682604188. iteration 11930 found worse value: 339.682604188. iteration 11931 found worse value: 339.682604188. iteration 11932 found worse value: 339.682604188. iteration 11933 found worse value: 339.682604188. iteration 11934 found worse value: 339.682604188. iteration 11935 found worse value: 339.682604188. iteration 11936 found worse value: 339.682604188. iteration 11937 found worse value: 339.682604188. iteration 11938 found worse value: 339.682604188. iteration 11939 found worse value: 339.682604188. iteration 11940 found worse value: 339.682604188. iteration 11941 found worse value: 339.682604188. iteration 11942 found worse value: 339.682604188. iteration 11943 found worse value: 339.682604188. iteration 11944 found worse value: 339.682604188. iteration 11945 found worse value: 339.682604188. iteration 11946 found worse value: 339.682604188. iteration 11947 found worse value: 339.682604188. iteration 11948 found worse value: 339.682604188. iteration 11949 found worse value: 339.682604188. iteration 11950 found worse value: 339.682604188. iteration 11951 found worse value: 339.682604188. iteration 11952 found worse value: 339.682604188. iteration 11953 found worse value: 339.682604188. iteration 11954 found worse value: 339.682604188. iteration 11955 found worse value: 339.682604188. iteration 11956 found worse value: 339.682604188. iteration 11957 found worse value: 339.682604188. iteration 11958 found worse value: 339.682604188. iteration 11959 found worse value: 339.682604188. iteration 11960 found worse value: 339.682604188. iteration 11961 found worse value: 339.682604188. iteration 11962 found worse value: 339.682604188. iteration 11963 found worse value: 339.682604188. iteration 11964 found worse value: 339.682604188. iteration 11965 found worse value: 339.682604188. iteration 11966 found worse value: 339.682604188. iteration 11967 found worse value: 339.682604188. iteration 11968 found worse value: 339.682604188. iteration 11969 found worse value: 339.682604188. iteration 11970 found worse value: 339.682604188. iteration 11971 found worse value: 339.682604188. iteration 11972 found worse value: 339.682604188. iteration 11973 found worse value: 339.682604188. iteration 11974 found worse value: 339.682604188. iteration 11975 found worse value: 339.682604188. iteration 11976 found worse value: 339.682604188. iteration 11977 found worse value: 339.682604188. iteration 11978 found worse value: 339.682604188. iteration 11979 found worse value: 339.682604188. iteration 11980 found worse value: 339.682604188. iteration 11981 found worse value: 339.682604188. iteration 11982 found worse value: 339.682604188. iteration 11983 found worse value: 339.682604188. iteration 11984 found worse value: 339.682604188. iteration 11985 found worse value: 339.682604188. iteration 11986 found worse value: 339.682604188. iteration 11987 found worse value: 339.682604188. iteration 11988 found worse value: 339.682604188. iteration 11989 found worse value: 339.682604188. iteration 11990 found worse value: 339.682604188. iteration 11991 found worse value: 339.682604188. iteration 11992 found worse value: 339.682604188. iteration 11993 found worse value: 339.682604188. iteration 11994 found worse value: 339.682604188. iteration 11995 found worse value: 339.682604188. iteration 11996 found worse value: 339.682604188. iteration 11997 found worse value: 339.682604188. iteration 11998 found worse value: 339.682604188. iteration 11999 found worse value: 339.682604188. iteration 12000 found worse value: 339.682604188. iteration 12001 found worse value: 339.682604188. iteration 12002 found worse value: 339.682604188. iteration 12003 found worse value: 339.682604188. iteration 12004 found worse value: 339.682604188. iteration 12005 found worse value: 339.682604188. iteration 12006 found worse value: 339.682604188. iteration 12007 found worse value: 339.682604188. iteration 12008 found worse value: 339.682604188. iteration 12009 found worse value: 339.682604188. iteration 12010 found worse value: 339.682604188. iteration 12011 found worse value: 339.682604188. iteration 12012 found worse value: 339.682604188. iteration 12013 found worse value: 339.682604188. iteration 12014 found worse value: 339.682604188. iteration 12015 found worse value: 339.682604188. iteration 12016 found worse value: 339.682604188. iteration 12017 found worse value: 339.682604188. iteration 12018 found worse value: 339.682604188. iteration 12019 found worse value: 339.682604188. iteration 12020 found worse value: 339.682604188. iteration 12021 found worse value: 339.682604188. iteration 12022 found worse value: 339.682604188. iteration 12023 found worse value: 339.682604188. iteration 12024 found worse value: 339.682604188. iteration 12025 found worse value: 339.682604188. iteration 12026 found worse value: 339.682604188. iteration 12027 found worse value: 339.682604188. iteration 12028 found worse value: 339.682604188. iteration 12029 found worse value: 339.682604188. iteration 12030 found worse value: 339.682604188. iteration 12031 found worse value: 339.682604188. iteration 12032 found worse value: 339.682604188. iteration 12033 found worse value: 339.682604188. iteration 12034 found worse value: 339.682604188. iteration 12035 found worse value: 339.682604188. iteration 12036 found worse value: 339.682604188. iteration 12037 found worse value: 339.682604188. iteration 12038 found worse value: 339.682604188. iteration 12039 found worse value: 339.682604188. iteration 12040 found worse value: 339.682604188. iteration 12041 found worse value: 339.682604188. iteration 12042 found worse value: 339.682604188. iteration 12043 found worse value: 339.682604188. iteration 12044 found worse value: 339.682604188. iteration 12045 found worse value: 339.682604188. iteration 12046 found worse value: 339.682604188. iteration 12047 found worse value: 339.682604188. iteration 12048 found worse value: 339.682604188. iteration 12049 found worse value: 339.682604188. iteration 12050 found worse value: 339.682604188. iteration 12051 found worse value: 339.682604188. iteration 12052 found worse value: 339.682604188. iteration 12053 found worse value: 339.682604188. iteration 12054 found worse value: 339.682604188. iteration 12055 found worse value: 339.682604188. iteration 12056 found worse value: 339.682604188. iteration 12057 found worse value: 339.682604188. iteration 12058 found worse value: 339.682604188. iteration 12059 found worse value: 339.682604188. iteration 12060 found worse value: 339.682604188. iteration 12061 found worse value: 339.682604188. iteration 12062 found worse value: 339.682604188. iteration 12063 found worse value: 339.682604188. iteration 12064 found worse value: 339.682604188. iteration 12065 found worse value: 339.682604188. iteration 12066 found worse value: 339.682604188. iteration 12067 found worse value: 339.682604188. iteration 12068 found worse value: 339.682604188. iteration 12069 found worse value: 339.682604188. iteration 12070 found worse value: 339.682604188. iteration 12071 found worse value: 339.682604188. iteration 12072 found worse value: 339.682604188. iteration 12073 found worse value: 339.682604188. iteration 12074 found worse value: 339.682604188. iteration 12075 found worse value: 339.682604188. iteration 12076 found worse value: 339.682604188. iteration 12077 found worse value: 339.682604188. iteration 12078 found worse value: 339.682604188. iteration 12079 found worse value: 339.682604188. iteration 12080 found worse value: 339.682604188. iteration 12081 found worse value: 339.682604188. iteration 12082 found worse value: 339.682604188. iteration 12083 found worse value: 339.682604188. iteration 12084 found worse value: 339.682604188. iteration 12085 found worse value: 339.682604188. iteration 12086 found worse value: 339.682604188. iteration 12087 found worse value: 339.682604188. iteration 12088 found worse value: 339.682604188. iteration 12089 found worse value: 339.682604188. iteration 12090 found worse value: 339.682604188. iteration 12091 found worse value: 339.682604188. iteration 12092 found worse value: 339.682604188. iteration 12093 found worse value: 339.682604188. iteration 12094 found worse value: 339.682604188. iteration 12095 found worse value: 339.682604188. iteration 12096 found worse value: 339.682604188. iteration 12097 found worse value: 339.682604188. iteration 12098 found worse value: 339.682604188. iteration 12099 found worse value: 339.682604188. iteration 12100 found worse value: 339.682604188. iteration 12101 found worse value: 339.682604188. iteration 12102 found worse value: 339.682604188. iteration 12103 found worse value: 339.682604188. iteration 12104 found worse value: 339.682604188. iteration 12105 found worse value: 339.682604188. iteration 12106 found worse value: 339.682604188. iteration 12107 found worse value: 339.682604188. iteration 12108 found worse value: 339.682604188. iteration 12109 found worse value: 339.682604188. iteration 12110 found worse value: 339.682604188. iteration 12111 found worse value: 339.682604188. iteration 12112 found worse value: 339.682604188. iteration 12113 found worse value: 339.682604188. iteration 12114 found worse value: 339.682604188. iteration 12115 found worse value: 339.682604188. iteration 12116 found worse value: 339.682604188. iteration 12117 found worse value: 339.682604188. iteration 12118 found worse value: 339.682604188. iteration 12119 found equal value: 339.682604188. iteration 12120 found worse value: 339.682604188. iteration 12121 found worse value: 339.682604188. iteration 12122 found worse value: 339.682604188. iteration 12123 found worse value: 339.682604188. iteration 12124 found worse value: 339.682604188. iteration 12125 found worse value: 339.682604188. iteration 12126 found worse value: 339.682604188. iteration 12127 found worse value: 339.682604188. iteration 12128 found worse value: 339.682604188. iteration 12129 found worse value: 339.682604188. iteration 12130 found worse value: 339.682604188. iteration 12131 found worse value: 339.682604188. iteration 12132 found worse value: 339.682604188. iteration 12133 found worse value: 339.682604188. iteration 12134 found worse value: 339.682604188. iteration 12135 found worse value: 339.682604188. iteration 12136 found worse value: 339.682604188. iteration 12137 found worse value: 339.682604188. iteration 12138 found worse value: 339.682604188. iteration 12139 found worse value: 339.682604188. iteration 12140 found worse value: 339.682604188. iteration 12141 found worse value: 339.682604188. iteration 12142 found worse value: 339.682604188. iteration 12143 found worse value: 339.682604188. iteration 12144 found worse value: 339.682604188. iteration 12145 found worse value: 339.682604188. iteration 12146 found worse value: 339.682604188. iteration 12147 found worse value: 339.682604188. iteration 12148 found worse value: 339.682604188. iteration 12149 found worse value: 339.682604188. iteration 12150 found worse value: 339.682604188. iteration 12151 found worse value: 339.682604188. iteration 12152 found worse value: 339.682604188. iteration 12153 found worse value: 339.682604188. iteration 12154 found worse value: 339.682604188. iteration 12155 found worse value: 339.682604188. iteration 12156 found worse value: 339.682604188. iteration 12157 found worse value: 339.682604188. iteration 12158 found worse value: 339.682604188. iteration 12159 found worse value: 339.682604188. iteration 12160 found worse value: 339.682604188. iteration 12161 found worse value: 339.682604188. iteration 12162 found worse value: 339.682604188. iteration12162, perturbing to get out of local maxima iteration 12163 found worse value: 339.682604188. iteration 12164 found worse value: 339.682604188. iteration 12165 found worse value: 339.682604188. iteration 12166 found worse value: 339.682604188. iteration 12167 found worse value: 339.682604188. iteration 12168 found worse value: 339.682604188. iteration 12169 found worse value: 339.682604188. iteration 12170 found worse value: 339.682604188. iteration 12171 found worse value: 339.682604188. iteration 12172 found worse value: 339.682604188. iteration 12173 found worse value: 339.682604188. iteration 12174 found worse value: 339.682604188. iteration 12175 found worse value: 339.682604188. iteration 12176 found worse value: 339.682604188. iteration 12177 found worse value: 339.682604188. iteration 12178 found worse value: 339.682604188. iteration 12179 found worse value: 339.682604188. iteration 12180 found worse value: 339.682604188. iteration 12181 found worse value: 339.682604188. iteration 12182 found worse value: 339.682604188. iteration 12183 found worse value: 339.682604188. iteration 12184 found worse value: 339.682604188. iteration 12185 found worse value: 339.682604188. iteration 12186 found worse value: 339.682604188. iteration 12187 found worse value: 339.682604188. iteration 12188 found worse value: 339.682604188. iteration 12189 found worse value: 339.682604188. iteration 12190 found worse value: 339.682604188. iteration 12191 found worse value: 339.682604188. iteration 12192 found worse value: 339.682604188. iteration 12193 found worse value: 339.682604188. iteration 12194 found worse value: 339.682604188. iteration 12195 found worse value: 339.682604188. iteration 12196 found worse value: 339.682604188. iteration 12197 found worse value: 339.682604188. iteration 12198 found worse value: 339.682604188. iteration 12199 found worse value: 339.682604188. iteration 12200 found worse value: 339.682604188. iteration 12201 found worse value: 339.682604188. iteration 12202 found worse value: 339.682604188. iteration 12203 found worse value: 339.682604188. iteration 12204 found worse value: 339.682604188. iteration 12205 found worse value: 339.682604188. iteration 12206 found worse value: 339.682604188. iteration 12207 found worse value: 339.682604188. iteration 12208 found worse value: 339.682604188. iteration 12209 found worse value: 339.682604188. iteration 12210 found worse value: 339.682604188. iteration 12211 found worse value: 339.682604188. iteration 12212 found worse value: 339.682604188. iteration 12213 found worse value: 339.682604188. iteration 12214 found worse value: 339.682604188. iteration 12215 found worse value: 339.682604188. iteration 12216 found worse value: 339.682604188. iteration 12217 found worse value: 339.682604188. iteration 12218 found worse value: 339.682604188. iteration 12219 found worse value: 339.682604188. iteration 12220 found worse value: 339.682604188. iteration 12221 found worse value: 339.682604188. iteration 12222 found worse value: 339.682604188. iteration 12223 found worse value: 339.682604188. iteration 12224 found worse value: 339.682604188. iteration 12225 found worse value: 339.682604188. iteration 12226 found worse value: 339.682604188. iteration 12227 found worse value: 339.682604188. iteration 12228 found worse value: 339.682604188. iteration 12229 found worse value: 339.682604188. iteration 12230 found worse value: 339.682604188. iteration 12231 found worse value: 339.682604188. iteration 12232 found worse value: 339.682604188. iteration 12233 found worse value: 339.682604188. iteration 12234 found worse value: 339.682604188. iteration 12235 found worse value: 339.682604188. iteration 12236 found worse value: 339.682604188. iteration 12237 found worse value: 339.682604188. iteration 12238 found worse value: 339.682604188. iteration 12239 found worse value: 339.682604188. iteration 12240 found worse value: 339.682604188. iteration 12241 found worse value: 339.682604188. iteration 12242 found worse value: 339.682604188. iteration 12243 found worse value: 339.682604188. iteration 12244 found worse value: 339.682604188. iteration 12245 found worse value: 339.682604188. iteration 12246 found worse value: 339.682604188. iteration 12247 found equal value: 339.682604188. iteration 12248 found worse value: 339.682604188. iteration 12249 found worse value: 339.682604188. iteration 12250 found worse value: 339.682604188. iteration 12251 found worse value: 339.682604188. iteration 12252 found worse value: 339.682604188. iteration 12253 found worse value: 339.682604188. iteration 12254 found worse value: 339.682604188. iteration 12255 found worse value: 339.682604188. iteration 12256 found worse value: 339.682604188. iteration 12257 found worse value: 339.682604188. iteration 12258 found worse value: 339.682604188. iteration 12259 found worse value: 339.682604188. iteration 12260 found worse value: 339.682604188. iteration 12261 found worse value: 339.682604188. iteration 12262 found worse value: 339.682604188. iteration 12263 found worse value: 339.682604188. iteration 12264 found worse value: 339.682604188. iteration 12265 found worse value: 339.682604188. iteration 12266 found worse value: 339.682604188. iteration 12267 found worse value: 339.682604188. iteration 12268 found worse value: 339.682604188. iteration 12269 found worse value: 339.682604188. iteration 12270 found worse value: 339.682604188. iteration 12271 found worse value: 339.682604188. iteration 12272 found worse value: 339.682604188. iteration 12273 found worse value: 339.682604188. iteration 12274 found worse value: 339.682604188. iteration 12275 found worse value: 339.682604188. iteration 12276 found worse value: 339.682604188. iteration 12277 found worse value: 339.682604188. iteration 12278 found worse value: 339.682604188. iteration 12279 found worse value: 339.682604188. iteration 12280 found worse value: 339.682604188. iteration 12281 found worse value: 339.682604188. iteration 12282 found worse value: 339.682604188. iteration 12283 found worse value: 339.682604188. iteration 12284 found worse value: 339.682604188. iteration 12285 found worse value: 339.682604188. iteration 12286 found worse value: 339.682604188. iteration 12287 found worse value: 339.682604188. iteration 12288 found worse value: 339.682604188. iteration 12289 found worse value: 339.682604188. iteration 12290 found worse value: 339.682604188. iteration 12291 found worse value: 339.682604188. iteration 12292 found worse value: 339.682604188. iteration 12293 found worse value: 339.682604188. iteration 12294 found worse value: 339.682604188. iteration 12295 found worse value: 339.682604188. iteration 12296 found worse value: 339.682604188. iteration 12297 found worse value: 339.682604188. iteration 12298 found worse value: 339.682604188. iteration 12299 found worse value: 339.682604188. iteration 12300 found worse value: 339.682604188. iteration 12301 found worse value: 339.682604188. iteration 12302 found worse value: 339.682604188. iteration 12303 found worse value: 339.682604188. iteration 12304 found worse value: 339.682604188. iteration 12305 found worse value: 339.682604188. iteration 12306 found worse value: 339.682604188. iteration 12307 found worse value: 339.682604188. iteration 12308 found worse value: 339.682604188. iteration 12309 found worse value: 339.682604188. iteration 12310 found worse value: 339.682604188. iteration 12311 found worse value: 339.682604188. iteration 12312 found worse value: 339.682604188. iteration 12313 found worse value: 339.682604188. iteration 12314 found worse value: 339.682604188. iteration 12315 found worse value: 339.682604188. iteration 12316 found worse value: 339.682604188. iteration 12317 found worse value: 339.682604188. iteration 12318 found worse value: 339.682604188. iteration 12319 found worse value: 339.682604188. iteration 12320 found worse value: 339.682604188. iteration 12321 found worse value: 339.682604188. iteration 12322 found worse value: 339.682604188. iteration 12323 found worse value: 339.682604188. iteration 12324 found worse value: 339.682604188. iteration 12325 found worse value: 339.682604188. iteration 12326 found worse value: 339.682604188. iteration 12327 found worse value: 339.682604188. iteration 12328 found worse value: 339.682604188. iteration 12329 found worse value: 339.682604188. iteration 12330 found worse value: 339.682604188. iteration 12331 found worse value: 339.682604188. iteration 12332 found worse value: 339.682604188. iteration 12333 found worse value: 339.682604188. iteration 12334 found worse value: 339.682604188. iteration 12335 found worse value: 339.682604188. iteration 12336 found worse value: 339.682604188. iteration 12337 found worse value: 339.682604188. iteration 12338 found worse value: 339.682604188. iteration 12339 found worse value: 339.682604188. iteration 12340 found worse value: 339.682604188. iteration 12341 found worse value: 339.682604188. iteration 12342 found worse value: 339.682604188. iteration 12343 found worse value: 339.682604188. iteration 12344 found worse value: 339.682604188. iteration 12345 found worse value: 339.682604188. iteration 12346 found worse value: 339.682604188. iteration 12347 found worse value: 339.682604188. iteration 12348 found worse value: 339.682604188. iteration 12349 found worse value: 339.682604188. iteration 12350 found worse value: 339.682604188. iteration 12351 found worse value: 339.682604188. iteration 12352 found worse value: 339.682604188. iteration 12353 found worse value: 339.682604188. iteration 12354 found worse value: 339.682604188. iteration 12355 found worse value: 339.682604188. iteration 12356 found worse value: 339.682604188. iteration 12357 found worse value: 339.682604188. iteration 12358 found worse value: 339.682604188. iteration 12359 found worse value: 339.682604188. iteration 12360 found worse value: 339.682604188. iteration 12361 found worse value: 339.682604188. iteration 12362 found worse value: 339.682604188. iteration 12363 found worse value: 339.682604188. iteration 12364 found worse value: 339.682604188. iteration 12365 found worse value: 339.682604188. iteration 12366 found worse value: 339.682604188. iteration 12367 found worse value: 339.682604188. iteration 12368 found worse value: 339.682604188. iteration 12369 found worse value: 339.682604188. iteration 12370 found worse value: 339.682604188. iteration 12371 found worse value: 339.682604188. iteration12371, perturbing to get out of local maxima iteration 12372 found worse value: 339.682604188. iteration 12373 found worse value: 339.682604188. iteration 12374 found worse value: 339.682604188. iteration 12375 found worse value: 339.682604188. iteration 12376 found worse value: 339.682604188. iteration 12377 found worse value: 339.682604188. iteration 12378 found worse value: 339.682604188. iteration 12379 found worse value: 339.682604188. iteration 12380 found worse value: 339.682604188. iteration 12381 found worse value: 339.682604188. iteration 12382 found worse value: 339.682604188. iteration 12383 found worse value: 339.682604188. iteration 12384 found worse value: 339.682604188. iteration 12385 found worse value: 339.682604188. iteration 12386 found worse value: 339.682604188. iteration 12387 found worse value: 339.682604188. iteration 12388 found worse value: 339.682604188. iteration 12389 found worse value: 339.682604188. iteration 12390 found worse value: 339.682604188. iteration 12391 found worse value: 339.682604188. iteration 12392 found worse value: 339.682604188. iteration 12393 found worse value: 339.682604188. iteration 12394 found worse value: 339.682604188. iteration 12395 found worse value: 339.682604188. iteration 12396 found worse value: 339.682604188. iteration 12397 found worse value: 339.682604188. iteration 12398 found worse value: 339.682604188. iteration 12399 found worse value: 339.682604188. iteration 12400 found worse value: 339.682604188. iteration 12401 found worse value: 339.682604188. iteration 12402 found worse value: 339.682604188. iteration 12403 found worse value: 339.682604188. iteration 12404 found worse value: 339.682604188. iteration 12405 found worse value: 339.682604188. iteration 12406 found worse value: 339.682604188. iteration 12407 found worse value: 339.682604188. iteration 12408 found worse value: 339.682604188. iteration 12409 found worse value: 339.682604188. iteration 12410 found worse value: 339.682604188. iteration 12411 found worse value: 339.682604188. iteration 12412 found worse value: 339.682604188. iteration 12413 found worse value: 339.682604188. iteration 12414 found worse value: 339.682604188. iteration 12415 found worse value: 339.682604188. iteration 12416 found worse value: 339.682604188. iteration 12417 found worse value: 339.682604188. iteration 12418 found worse value: 339.682604188. iteration 12419 found worse value: 339.682604188. iteration 12420 found worse value: 339.682604188. iteration 12421 found worse value: 339.682604188. iteration 12422 found worse value: 339.682604188. iteration 12423 found worse value: 339.682604188. iteration 12424 found worse value: 339.682604188. iteration 12425 found worse value: 339.682604188. iteration 12426 found worse value: 339.682604188. iteration 12427 found worse value: 339.682604188. iteration 12428 found worse value: 339.682604188. iteration 12429 found worse value: 339.682604188. iteration 12430 found worse value: 339.682604188. iteration 12431 found worse value: 339.682604188. iteration 12432 found worse value: 339.682604188. iteration 12433 found worse value: 339.682604188. iteration 12434 found worse value: 339.682604188. iteration 12435 found worse value: 339.682604188. iteration 12436 found worse value: 339.682604188. iteration 12437 found worse value: 339.682604188. iteration 12438 found worse value: 339.682604188. iteration 12439 found worse value: 339.682604188. iteration 12440 found worse value: 339.682604188. iteration 12441 found worse value: 339.682604188. iteration 12442 found worse value: 339.682604188. iteration 12443 found worse value: 339.682604188. iteration 12444 found worse value: 339.682604188. iteration 12445 found worse value: 339.682604188. iteration 12446 found worse value: 339.682604188. iteration 12447 found worse value: 339.682604188. iteration 12448 found worse value: 339.682604188. iteration 12449 found worse value: 339.682604188. iteration 12450 found worse value: 339.682604188. iteration 12451 found worse value: 339.682604188. iteration 12452 found worse value: 339.682604188. iteration 12453 found worse value: 339.682604188. iteration 12454 found worse value: 339.682604188. iteration 12455 found worse value: 339.682604188. iteration 12456 found worse value: 339.682604188. iteration 12457 found worse value: 339.682604188. iteration 12458 found worse value: 339.682604188. iteration 12459 found worse value: 339.682604188. iteration 12460 found worse value: 339.682604188. iteration 12461 found worse value: 339.682604188. iteration 12462 found worse value: 339.682604188. iteration 12463 found worse value: 339.682604188. iteration 12464 found worse value: 339.682604188. iteration 12465 found worse value: 339.682604188. iteration 12466 found worse value: 339.682604188. iteration 12467 found worse value: 339.682604188. iteration 12468 found worse value: 339.682604188. iteration 12469 found worse value: 339.682604188. iteration 12470 found worse value: 339.682604188. iteration 12471 found worse value: 339.682604188. iteration 12472 found worse value: 339.682604188. iteration 12473 found worse value: 339.682604188. iteration 12474 found worse value: 339.682604188. iteration 12475 found worse value: 339.682604188. iteration 12476 found worse value: 339.682604188. iteration 12477 found worse value: 339.682604188. iteration 12478 found worse value: 339.682604188. iteration 12479 found worse value: 339.682604188. iteration 12480 found worse value: 339.682604188. iteration 12481 found worse value: 339.682604188. iteration 12482 found worse value: 339.682604188. iteration 12483 found worse value: 339.682604188. iteration 12484 found worse value: 339.682604188. iteration 12485 found worse value: 339.682604188. iteration 12486 found worse value: 339.682604188. iteration 12487 found worse value: 339.682604188. iteration 12488 found worse value: 339.682604188. iteration 12489 found worse value: 339.682604188. iteration 12490 found worse value: 339.682604188. iteration 12491 found worse value: 339.682604188. iteration 12492 found worse value: 339.682604188. iteration 12493 found worse value: 339.682604188. iteration 12494 found worse value: 339.682604188. iteration 12495 found worse value: 339.682604188. iteration 12496 found worse value: 339.682604188. iteration 12497 found worse value: 339.682604188. iteration 12498 found worse value: 339.682604188. iteration 12499 found worse value: 339.682604188. iteration 12500 found worse value: 339.682604188. iteration 12501 found worse value: 339.682604188. iteration 12502 found worse value: 339.682604188. iteration 12503 found worse value: 339.682604188. iteration 12504 found worse value: 339.682604188. iteration 12505 found worse value: 339.682604188. iteration 12506 found worse value: 339.682604188. iteration 12507 found worse value: 339.682604188. iteration 12508 found worse value: 339.682604188. iteration 12509 found worse value: 339.682604188. iteration 12510 found worse value: 339.682604188. iteration 12511 found worse value: 339.682604188. iteration 12512 found worse value: 339.682604188. iteration 12513 found worse value: 339.682604188. iteration 12514 found worse value: 339.682604188. iteration 12515 found worse value: 339.682604188. iteration 12516 found worse value: 339.682604188. iteration 12517 found worse value: 339.682604188. iteration 12518 found worse value: 339.682604188. iteration 12519 found worse value: 339.682604188. iteration 12520 found worse value: 339.682604188. iteration 12521 found worse value: 339.682604188. iteration 12522 found worse value: 339.682604188. iteration 12523 found worse value: 339.682604188. iteration 12524 found worse value: 339.682604188. iteration 12525 found worse value: 339.682604188. iteration 12526 found worse value: 339.682604188. iteration 12527 found worse value: 339.682604188. iteration 12528 found worse value: 339.682604188. iteration 12529 found worse value: 339.682604188. iteration 12530 found worse value: 339.682604188. iteration 12531 found worse value: 339.682604188. iteration 12532 found worse value: 339.682604188. iteration 12533 found worse value: 339.682604188. iteration 12534 found worse value: 339.682604188. iteration 12535 found worse value: 339.682604188. iteration 12536 found worse value: 339.682604188. iteration 12537 found worse value: 339.682604188. iteration 12538 found worse value: 339.682604188. iteration 12539 found worse value: 339.682604188. iteration 12540 found worse value: 339.682604188. iteration 12541 found worse value: 339.682604188. iteration 12542 found worse value: 339.682604188. iteration 12543 found worse value: 339.682604188. iteration 12544 found worse value: 339.682604188. iteration 12545 found worse value: 339.682604188. iteration 12546 found worse value: 339.682604188. iteration 12547 found worse value: 339.682604188. iteration 12548 found worse value: 339.682604188. iteration 12549 found worse value: 339.682604188. iteration 12550 found worse value: 339.682604188. iteration 12551 found worse value: 339.682604188. iteration 12552 found worse value: 339.682604188. iteration 12553 found worse value: 339.682604188. iteration 12554 found worse value: 339.682604188. iteration 12555 found worse value: 339.682604188. iteration 12556 found worse value: 339.682604188. iteration 12557 found worse value: 339.682604188. iteration 12558 found worse value: 339.682604188. iteration 12559 found worse value: 339.682604188. iteration 12560 found worse value: 339.682604188. iteration 12561 found worse value: 339.682604188. iteration 12562 found worse value: 339.682604188. iteration 12563 found worse value: 339.682604188. iteration 12564 found worse value: 339.682604188. iteration 12565 found worse value: 339.682604188. iteration 12566 found worse value: 339.682604188. iteration 12567 found worse value: 339.682604188. iteration 12568 found worse value: 339.682604188. iteration 12569 found worse value: 339.682604188. iteration 12570 found worse value: 339.682604188. iteration 12571 found worse value: 339.682604188. iteration 12572 found worse value: 339.682604188. iteration 12573 found worse value: 339.682604188. iteration 12574 found worse value: 339.682604188. iteration 12575 found worse value: 339.682604188. iteration 12576 found worse value: 339.682604188. iteration 12577 found worse value: 339.682604188. iteration 12578 found worse value: 339.682604188. iteration 12579 found worse value: 339.682604188. iteration 12580 found worse value: 339.682604188. iteration 12581 found worse value: 339.682604188. iteration 12582 found worse value: 339.682604188. iteration 12583 found worse value: 339.682604188. iteration 12584 found worse value: 339.682604188. iteration 12585 found worse value: 339.682604188. iteration 12586 found worse value: 339.682604188. iteration 12587 found worse value: 339.682604188. iteration 12588 found worse value: 339.682604188. iteration 12589 found worse value: 339.682604188. iteration 12590 found worse value: 339.682604188. iteration 12591 found worse value: 339.682604188. iteration 12592 found worse value: 339.682604188. iteration 12593 found worse value: 339.682604188. iteration 12594 found worse value: 339.682604188. iteration 12595 found worse value: 339.682604188. iteration 12596 found worse value: 339.682604188. iteration 12597 found worse value: 339.682604188. iteration 12598 found worse value: 339.682604188. iteration 12599 found worse value: 339.682604188. iteration 12600 found worse value: 339.682604188. iteration 12601 found worse value: 339.682604188. iteration 12602 found worse value: 339.682604188. iteration 12603 found worse value: 339.682604188. iteration 12604 found worse value: 339.682604188. iteration 12605 found worse value: 339.682604188. iteration 12606 found worse value: 339.682604188. iteration 12607 found worse value: 339.682604188. iteration 12608 found worse value: 339.682604188. iteration 12609 found worse value: 339.682604188. iteration 12610 found worse value: 339.682604188. iteration 12611 found worse value: 339.682604188. iteration 12612 found worse value: 339.682604188. iteration 12613 found worse value: 339.682604188. iteration 12614 found worse value: 339.682604188. iteration 12615 found worse value: 339.682604188. iteration 12616 found worse value: 339.682604188. iteration 12617 found worse value: 339.682604188. iteration 12618 found worse value: 339.682604188. iteration 12619 found worse value: 339.682604188. iteration 12620 found worse value: 339.682604188. iteration 12621 found worse value: 339.682604188. iteration 12622 found worse value: 339.682604188. iteration 12623 found worse value: 339.682604188. iteration 12624 found worse value: 339.682604188. iteration 12625 found worse value: 339.682604188. iteration 12626 found worse value: 339.682604188. iteration 12627 found worse value: 339.682604188. iteration 12628 found worse value: 339.682604188. iteration 12629 found worse value: 339.682604188. iteration 12630 found worse value: 339.682604188. iteration 12631 found worse value: 339.682604188. iteration 12632 found worse value: 339.682604188. iteration 12633 found worse value: 339.682604188. iteration 12634 found worse value: 339.682604188. iteration 12635 found worse value: 339.682604188. iteration 12636 found worse value: 339.682604188. iteration 12637 found worse value: 339.682604188. iteration 12638 found worse value: 339.682604188. iteration 12639 found worse value: 339.682604188. iteration 12640 found worse value: 339.682604188. iteration 12641 found worse value: 339.682604188. iteration 12642 found worse value: 339.682604188. iteration 12643 found worse value: 339.682604188. iteration 12644 found worse value: 339.682604188. iteration 12645 found worse value: 339.682604188. iteration 12646 found worse value: 339.682604188. iteration 12647 found worse value: 339.682604188. iteration 12648 found worse value: 339.682604188. iteration 12649 found worse value: 339.682604188. iteration 12650 found worse value: 339.682604188. iteration 12651 found worse value: 339.682604188. iteration 12652 found worse value: 339.682604188. iteration 12653 found worse value: 339.682604188. iteration 12654 found worse value: 339.682604188. iteration 12655 found worse value: 339.682604188. iteration 12656 found worse value: 339.682604188. iteration 12657 found worse value: 339.682604188. iteration 12658 found worse value: 339.682604188. iteration 12659 found worse value: 339.682604188. iteration 12660 found worse value: 339.682604188. iteration 12661 found worse value: 339.682604188. iteration 12662 found worse value: 339.682604188. iteration 12663 found worse value: 339.682604188. iteration 12664 found worse value: 339.682604188. iteration 12665 found worse value: 339.682604188. iteration 12666 found worse value: 339.682604188. iteration 12667 found worse value: 339.682604188. iteration 12668 found worse value: 339.682604188. iteration 12669 found worse value: 339.682604188. iteration 12670 found worse value: 339.682604188. iteration 12671 found worse value: 339.682604188. iteration 12672 found worse value: 339.682604188. iteration 12673 found worse value: 339.682604188. iteration 12674 found worse value: 339.682604188. iteration 12675 found worse value: 339.682604188. iteration 12676 found worse value: 339.682604188. iteration 12677 found worse value: 339.682604188. iteration 12678 found worse value: 339.682604188. iteration 12679 found worse value: 339.682604188. iteration 12680 found worse value: 339.682604188. iteration 12681 found worse value: 339.682604188. iteration 12682 found worse value: 339.682604188. iteration 12683 found worse value: 339.682604188. iteration 12684 found worse value: 339.682604188. iteration 12685 found worse value: 339.682604188. iteration 12686 found worse value: 339.682604188. iteration 12687 found worse value: 339.682604188. iteration 12688 found worse value: 339.682604188. iteration 12689 found worse value: 339.682604188. iteration 12690 found worse value: 339.682604188. iteration 12691 found worse value: 339.682604188. iteration 12692 found worse value: 339.682604188. iteration 12693 found worse value: 339.682604188. iteration 12694 found worse value: 339.682604188. iteration 12695 found worse value: 339.682604188. iteration 12696 found worse value: 339.682604188. iteration 12697 found worse value: 339.682604188. iteration 12698 found worse value: 339.682604188. iteration 12699 found worse value: 339.682604188. iteration 12700 found worse value: 339.682604188. iteration 12701 found worse value: 339.682604188. iteration 12702 found worse value: 339.682604188. iteration 12703 found worse value: 339.682604188. iteration 12704 found worse value: 339.682604188. iteration12704, perturbing to get out of local maxima iteration 12705 found worse value: 339.682604188. iteration 12706 found worse value: 339.682604188. iteration 12707 found worse value: 339.682604188. iteration 12708 found worse value: 339.682604188. iteration 12709 found worse value: 339.682604188. iteration 12710 found worse value: 339.682604188. iteration 12711 found worse value: 339.682604188. iteration 12712 found worse value: 339.682604188. iteration 12713 found worse value: 339.682604188. iteration 12714 found worse value: 339.682604188. iteration 12715 found worse value: 339.682604188. iteration 12716 found worse value: 339.682604188. iteration 12717 found worse value: 339.682604188. iteration 12718 found worse value: 339.682604188. iteration 12719 found worse value: 339.682604188. iteration 12720 found worse value: 339.682604188. iteration 12721 found worse value: 339.682604188. iteration 12722 found worse value: 339.682604188. iteration 12723 found worse value: 339.682604188. iteration 12724 found worse value: 339.682604188. iteration 12725 found worse value: 339.682604188. iteration 12726 found worse value: 339.682604188. iteration 12727 found worse value: 339.682604188. iteration 12728 found worse value: 339.682604188. iteration 12729 found worse value: 339.682604188. iteration 12730 found worse value: 339.682604188. iteration 12731 found worse value: 339.682604188. iteration 12732 found worse value: 339.682604188. iteration 12733 found worse value: 339.682604188. iteration 12734 found worse value: 339.682604188. iteration 12735 found worse value: 339.682604188. iteration 12736 found worse value: 339.682604188. iteration 12737 found worse value: 339.682604188. iteration 12738 found worse value: 339.682604188. iteration 12739 found worse value: 339.682604188. iteration 12740 found worse value: 339.682604188. iteration 12741 found worse value: 339.682604188. iteration 12742 found worse value: 339.682604188. iteration 12743 found worse value: 339.682604188. iteration 12744 found worse value: 339.682604188. iteration 12745 found worse value: 339.682604188. iteration 12746 found worse value: 339.682604188. iteration 12747 found worse value: 339.682604188. iteration 12748 found worse value: 339.682604188. iteration 12749 found worse value: 339.682604188. iteration 12750 found worse value: 339.682604188. iteration 12751 found worse value: 339.682604188. iteration 12752 found worse value: 339.682604188. iteration 12753 found worse value: 339.682604188. iteration 12754 found worse value: 339.682604188. iteration 12755 found worse value: 339.682604188. iteration 12756 found worse value: 339.682604188. iteration 12757 found worse value: 339.682604188. iteration 12758 found worse value: 339.682604188. iteration 12759 found worse value: 339.682604188. iteration 12760 found worse value: 339.682604188. iteration 12761 found worse value: 339.682604188. iteration 12762 found worse value: 339.682604188. iteration 12763 found worse value: 339.682604188. iteration 12764 found worse value: 339.682604188. iteration 12765 found worse value: 339.682604188. iteration 12766 found worse value: 339.682604188. iteration 12767 found worse value: 339.682604188. iteration 12768 found worse value: 339.682604188. iteration 12769 found worse value: 339.682604188. iteration 12770 found worse value: 339.682604188. iteration 12771 found worse value: 339.682604188. iteration 12772 found worse value: 339.682604188. iteration 12773 found worse value: 339.682604188. iteration 12774 found worse value: 339.682604188. iteration 12775 found worse value: 339.682604188. iteration 12776 found worse value: 339.682604188. iteration 12777 found worse value: 339.682604188. iteration 12778 found worse value: 339.682604188. iteration 12779 found worse value: 339.682604188. iteration 12780 found worse value: 339.682604188. iteration 12781 found worse value: 339.682604188. iteration 12782 found worse value: 339.682604188. iteration 12783 found worse value: 339.682604188. iteration 12784 found worse value: 339.682604188. iteration 12785 found worse value: 339.682604188. iteration 12786 found worse value: 339.682604188. iteration 12787 found worse value: 339.682604188. iteration 12788 found worse value: 339.682604188. iteration 12789 found worse value: 339.682604188. iteration 12790 found worse value: 339.682604188. iteration 12791 found worse value: 339.682604188. iteration 12792 found worse value: 339.682604188. iteration 12793 found worse value: 339.682604188. iteration 12794 found worse value: 339.682604188. iteration 12795 found worse value: 339.682604188. iteration 12796 found worse value: 339.682604188. iteration 12797 found worse value: 339.682604188. iteration 12798 found worse value: 339.682604188. iteration 12799 found worse value: 339.682604188. iteration 12800 found worse value: 339.682604188. iteration 12801 found worse value: 339.682604188. iteration 12802 found worse value: 339.682604188. iteration 12803 found worse value: 339.682604188. iteration 12804 found worse value: 339.682604188. iteration 12805 found worse value: 339.682604188. iteration 12806 found worse value: 339.682604188. iteration 12807 found worse value: 339.682604188. iteration 12808 found worse value: 339.682604188. iteration 12809 found worse value: 339.682604188. iteration 12810 found worse value: 339.682604188. iteration 12811 found worse value: 339.682604188. iteration 12812 found worse value: 339.682604188. iteration 12813 found worse value: 339.682604188. iteration 12814 found worse value: 339.682604188. iteration 12815 found worse value: 339.682604188. iteration 12816 found worse value: 339.682604188. iteration 12817 found worse value: 339.682604188. iteration 12818 found worse value: 339.682604188. iteration 12819 found worse value: 339.682604188. iteration 12820 found worse value: 339.682604188. iteration 12821 found worse value: 339.682604188. iteration 12822 found worse value: 339.682604188. iteration 12823 found worse value: 339.682604188. iteration 12824 found worse value: 339.682604188. iteration 12825 found worse value: 339.682604188. iteration 12826 found worse value: 339.682604188. iteration 12827 found worse value: 339.682604188. iteration 12828 found worse value: 339.682604188. iteration 12829 found worse value: 339.682604188. iteration 12830 found worse value: 339.682604188. iteration 12831 found worse value: 339.682604188. iteration 12832 found worse value: 339.682604188. iteration 12833 found worse value: 339.682604188. iteration 12834 found worse value: 339.682604188. iteration 12835 found worse value: 339.682604188. iteration 12836 found worse value: 339.682604188. iteration 12837 found worse value: 339.682604188. iteration 12838 found worse value: 339.682604188. iteration 12839 found worse value: 339.682604188. iteration 12840 found worse value: 339.682604188. iteration 12841 found worse value: 339.682604188. iteration 12842 found worse value: 339.682604188. iteration 12843 found worse value: 339.682604188. iteration 12844 found worse value: 339.682604188. iteration 12845 found worse value: 339.682604188. iteration 12846 found worse value: 339.682604188. iteration 12847 found worse value: 339.682604188. iteration 12848 found worse value: 339.682604188. iteration 12849 found worse value: 339.682604188. iteration 12850 found worse value: 339.682604188. iteration 12851 found worse value: 339.682604188. iteration 12852 found worse value: 339.682604188. iteration 12853 found worse value: 339.682604188. iteration 12854 found worse value: 339.682604188. iteration 12855 found worse value: 339.682604188. iteration 12856 found worse value: 339.682604188. iteration 12857 found worse value: 339.682604188. iteration 12858 found worse value: 339.682604188. iteration 12859 found worse value: 339.682604188. iteration 12860 found worse value: 339.682604188. iteration 12861 found worse value: 339.682604188. iteration 12862 found worse value: 339.682604188. iteration 12863 found worse value: 339.682604188. iteration 12864 found worse value: 339.682604188. iteration 12865 found worse value: 339.682604188. iteration 12866 found worse value: 339.682604188. iteration 12867 found worse value: 339.682604188. iteration 12868 found worse value: 339.682604188. iteration 12869 found worse value: 339.682604188. iteration 12870 found worse value: 339.682604188. iteration 12871 found worse value: 339.682604188. iteration 12872 found worse value: 339.682604188. iteration 12873 found worse value: 339.682604188. iteration 12874 found worse value: 339.682604188. iteration 12875 found worse value: 339.682604188. iteration 12876 found worse value: 339.682604188. iteration 12877 found worse value: 339.682604188. iteration 12878 found worse value: 339.682604188. iteration 12879 found worse value: 339.682604188. iteration 12880 found worse value: 339.682604188. iteration 12881 found worse value: 339.682604188. iteration 12882 found worse value: 339.682604188. iteration 12883 found worse value: 339.682604188. iteration 12884 found worse value: 339.682604188. iteration 12885 found worse value: 339.682604188. iteration 12886 found worse value: 339.682604188. iteration 12887 found worse value: 339.682604188. iteration 12888 found worse value: 339.682604188. iteration 12889 found worse value: 339.682604188. iteration 12890 found worse value: 339.682604188. iteration 12891 found worse value: 339.682604188. iteration 12892 found worse value: 339.682604188. iteration 12893 found worse value: 339.682604188. iteration 12894 found worse value: 339.682604188. iteration 12895 found worse value: 339.682604188. iteration 12896 found worse value: 339.682604188. iteration 12897 found worse value: 339.682604188. iteration 12898 found worse value: 339.682604188. iteration 12899 found worse value: 339.682604188. iteration 12900 found worse value: 339.682604188. iteration 12901 found worse value: 339.682604188. iteration 12902 found worse value: 339.682604188. iteration 12903 found worse value: 339.682604188. iteration 12904 found worse value: 339.682604188. iteration 12905 found worse value: 339.682604188. iteration 12906 found worse value: 339.682604188. iteration 12907 found worse value: 339.682604188. iteration 12908 found worse value: 339.682604188. iteration 12909 found worse value: 339.682604188. iteration 12910 found worse value: 339.682604188. iteration 12911 found worse value: 339.682604188. iteration 12912 found worse value: 339.682604188. iteration 12913 found worse value: 339.682604188. iteration 12914 found worse value: 339.682604188. iteration 12915 found equal value: 339.682604188. iteration 12916 found worse value: 339.682604188. iteration 12917 found worse value: 339.682604188. iteration 12918 found worse value: 339.682604188. iteration 12919 found worse value: 339.682604188. iteration 12920 found worse value: 339.682604188. iteration 12921 found worse value: 339.682604188. iteration 12922 found worse value: 339.682604188. iteration 12923 found worse value: 339.682604188. iteration 12924 found worse value: 339.682604188. iteration 12925 found worse value: 339.682604188. iteration 12926 found worse value: 339.682604188. iteration 12927 found worse value: 339.682604188. iteration 12928 found worse value: 339.682604188. iteration 12929 found worse value: 339.682604188. iteration 12930 found worse value: 339.682604188. iteration 12931 found worse value: 339.682604188. iteration 12932 found worse value: 339.682604188. iteration 12933 found worse value: 339.682604188. iteration 12934 found worse value: 339.682604188. iteration 12935 found worse value: 339.682604188. iteration 12936 found worse value: 339.682604188. iteration 12937 found worse value: 339.682604188. iteration 12938 found worse value: 339.682604188. iteration 12939 found worse value: 339.682604188. iteration 12940 found worse value: 339.682604188. iteration 12941 found worse value: 339.682604188. iteration 12942 found worse value: 339.682604188. iteration 12943 found worse value: 339.682604188. iteration 12944 found worse value: 339.682604188. iteration 12945 found worse value: 339.682604188. iteration 12946 found worse value: 339.682604188. iteration 12947 found worse value: 339.682604188. iteration 12948 found worse value: 339.682604188. iteration 12949 found worse value: 339.682604188. iteration 12950 found worse value: 339.682604188. iteration 12951 found worse value: 339.682604188. iteration 12952 found worse value: 339.682604188. iteration 12953 found worse value: 339.682604188. iteration 12954 found worse value: 339.682604188. iteration 12955 found worse value: 339.682604188. iteration 12956 found worse value: 339.682604188. iteration 12957 found worse value: 339.682604188. iteration 12958 found worse value: 339.682604188. iteration 12959 found worse value: 339.682604188. iteration 12960 found worse value: 339.682604188. iteration 12961 found worse value: 339.682604188. iteration 12962 found worse value: 339.682604188. iteration 12963 found worse value: 339.682604188. iteration 12964 found worse value: 339.682604188. iteration 12965 found worse value: 339.682604188. iteration 12966 found worse value: 339.682604188. iteration 12967 found worse value: 339.682604188. iteration 12968 found worse value: 339.682604188. iteration 12969 found worse value: 339.682604188. iteration 12970 found worse value: 339.682604188. iteration 12971 found worse value: 339.682604188. iteration 12972 found worse value: 339.682604188. iteration 12973 found worse value: 339.682604188. iteration 12974 found worse value: 339.682604188. iteration 12975 found worse value: 339.682604188. iteration 12976 found worse value: 339.682604188. iteration 12977 found worse value: 339.682604188. iteration 12978 found worse value: 339.682604188. iteration 12979 found worse value: 339.682604188. iteration 12980 found worse value: 339.682604188. iteration 12981 found worse value: 339.682604188. iteration 12982 found worse value: 339.682604188. iteration 12983 found worse value: 339.682604188. iteration 12984 found worse value: 339.682604188. iteration 12985 found worse value: 339.682604188. iteration 12986 found worse value: 339.682604188. iteration 12987 found worse value: 339.682604188. iteration 12988 found worse value: 339.682604188. iteration 12989 found worse value: 339.682604188. iteration 12990 found worse value: 339.682604188. iteration 12991 found worse value: 339.682604188. iteration 12992 found worse value: 339.682604188. iteration 12993 found worse value: 339.682604188. iteration 12994 found worse value: 339.682604188. iteration 12995 found worse value: 339.682604188. iteration 12996 found worse value: 339.682604188. iteration 12997 found worse value: 339.682604188. iteration 12998 found worse value: 339.682604188. iteration 12999 found worse value: 339.682604188. iteration 13000 found worse value: 339.682604188. iteration 13001 found worse value: 339.682604188. iteration 13002 found worse value: 339.682604188. iteration 13003 found worse value: 339.682604188. iteration 13004 found worse value: 339.682604188. iteration 13005 found worse value: 339.682604188. iteration 13006 found worse value: 339.682604188. iteration 13007 found worse value: 339.682604188. iteration 13008 found worse value: 339.682604188. iteration 13009 found worse value: 339.682604188. iteration 13010 found worse value: 339.682604188. iteration 13011 found worse value: 339.682604188. iteration 13012 found worse value: 339.682604188. iteration 13013 found worse value: 339.682604188. iteration 13014 found worse value: 339.682604188. iteration 13015 found worse value: 339.682604188. iteration 13016 found worse value: 339.682604188. iteration 13017 found worse value: 339.682604188. iteration 13018 found worse value: 339.682604188. iteration 13019 found worse value: 339.682604188. iteration 13020 found worse value: 339.682604188. iteration 13021 found worse value: 339.682604188. iteration 13022 found worse value: 339.682604188. iteration 13023 found worse value: 339.682604188. iteration 13024 found worse value: 339.682604188. iteration 13025 found worse value: 339.682604188. iteration 13026 found worse value: 339.682604188. iteration 13027 found worse value: 339.682604188. iteration 13028 found worse value: 339.682604188. iteration 13029 found worse value: 339.682604188. iteration 13030 found worse value: 339.682604188. iteration 13031 found worse value: 339.682604188. iteration 13032 found worse value: 339.682604188. iteration 13033 found worse value: 339.682604188. iteration 13034 found worse value: 339.682604188. iteration 13035 found worse value: 339.682604188. iteration 13036 found worse value: 339.682604188. iteration 13037 found worse value: 339.682604188. iteration 13038 found worse value: 339.682604188. iteration 13039 found worse value: 339.682604188. iteration13039, perturbing to get out of local maxima iteration 13040 found worse value: 339.682604188. iteration 13041 found worse value: 339.682604188. iteration 13042 found worse value: 339.682604188. iteration 13043 found worse value: 339.682604188. iteration 13044 found worse value: 339.682604188. iteration 13045 found worse value: 339.682604188. iteration 13046 found worse value: 339.682604188. iteration 13047 found worse value: 339.682604188. iteration 13048 found worse value: 339.682604188. iteration 13049 found worse value: 339.682604188. iteration 13050 found worse value: 339.682604188. iteration 13051 found worse value: 339.682604188. iteration 13052 found worse value: 339.682604188. iteration 13053 found worse value: 339.682604188. iteration 13054 found worse value: 339.682604188. iteration 13055 found worse value: 339.682604188. iteration 13056 found worse value: 339.682604188. iteration 13057 found worse value: 339.682604188. iteration 13058 found worse value: 339.682604188. iteration 13059 found worse value: 339.682604188. iteration 13060 found worse value: 339.682604188. iteration 13061 found worse value: 339.682604188. iteration 13062 found worse value: 339.682604188. iteration 13063 found worse value: 339.682604188. iteration 13064 found worse value: 339.682604188. iteration 13065 found worse value: 339.682604188. iteration 13066 found worse value: 339.682604188. iteration 13067 found worse value: 339.682604188. iteration 13068 found worse value: 339.682604188. iteration 13069 found worse value: 339.682604188. iteration 13070 found worse value: 339.682604188. iteration 13071 found worse value: 339.682604188. iteration 13072 found worse value: 339.682604188. iteration 13073 found worse value: 339.682604188. iteration 13074 found worse value: 339.682604188. iteration 13075 found worse value: 339.682604188. iteration 13076 found worse value: 339.682604188. iteration 13077 found worse value: 339.682604188. iteration 13078 found worse value: 339.682604188. iteration 13079 found worse value: 339.682604188. iteration 13080 found worse value: 339.682604188. iteration 13081 found worse value: 339.682604188. iteration 13082 found worse value: 339.682604188. iteration 13083 found worse value: 339.682604188. iteration 13084 found worse value: 339.682604188. iteration 13085 found worse value: 339.682604188. iteration 13086 found worse value: 339.682604188. iteration 13087 found worse value: 339.682604188. iteration 13088 found worse value: 339.682604188. iteration 13089 found worse value: 339.682604188. iteration 13090 found worse value: 339.682604188. iteration 13091 found worse value: 339.682604188. iteration 13092 found worse value: 339.682604188. iteration 13093 found worse value: 339.682604188. iteration 13094 found worse value: 339.682604188. iteration 13095 found worse value: 339.682604188. iteration 13096 found worse value: 339.682604188. iteration 13097 found worse value: 339.682604188. iteration 13098 found worse value: 339.682604188. iteration 13099 found worse value: 339.682604188. iteration 13100 found worse value: 339.682604188. iteration 13101 found worse value: 339.682604188. iteration 13102 found worse value: 339.682604188. iteration 13103 found worse value: 339.682604188. iteration 13104 found worse value: 339.682604188. iteration 13105 found worse value: 339.682604188. iteration 13106 found worse value: 339.682604188. iteration 13107 found worse value: 339.682604188. iteration 13108 found worse value: 339.682604188. iteration 13109 found worse value: 339.682604188. iteration 13110 found worse value: 339.682604188. iteration 13111 found worse value: 339.682604188. iteration 13112 found worse value: 339.682604188. iteration 13113 found worse value: 339.682604188. iteration 13114 found worse value: 339.682604188. iteration 13115 found worse value: 339.682604188. iteration 13116 found worse value: 339.682604188. iteration 13117 found worse value: 339.682604188. iteration 13118 found worse value: 339.682604188. iteration 13119 found worse value: 339.682604188. iteration 13120 found worse value: 339.682604188. iteration 13121 found worse value: 339.682604188. iteration 13122 found worse value: 339.682604188. iteration 13123 found worse value: 339.682604188. iteration 13124 found worse value: 339.682604188. iteration 13125 found worse value: 339.682604188. iteration 13126 found worse value: 339.682604188. iteration 13127 found worse value: 339.682604188. iteration 13128 found worse value: 339.682604188. iteration 13129 found worse value: 339.682604188. iteration 13130 found worse value: 339.682604188. iteration 13131 found worse value: 339.682604188. iteration 13132 found worse value: 339.682604188. iteration 13133 found worse value: 339.682604188. iteration 13134 found worse value: 339.682604188. iteration 13135 found worse value: 339.682604188. iteration 13136 found worse value: 339.682604188. iteration 13137 found worse value: 339.682604188. iteration 13138 found worse value: 339.682604188. iteration 13139 found worse value: 339.682604188. iteration 13140 found worse value: 339.682604188. iteration 13141 found worse value: 339.682604188. iteration 13142 found worse value: 339.682604188. iteration 13143 found worse value: 339.682604188. iteration 13144 found worse value: 339.682604188. iteration 13145 found worse value: 339.682604188. iteration 13146 found worse value: 339.682604188. iteration 13147 found worse value: 339.682604188. iteration 13148 found worse value: 339.682604188. iteration 13149 found worse value: 339.682604188. iteration 13150 found worse value: 339.682604188. iteration 13151 found worse value: 339.682604188. iteration 13152 found worse value: 339.682604188. iteration 13153 found worse value: 339.682604188. iteration 13154 found worse value: 339.682604188. iteration 13155 found worse value: 339.682604188. iteration 13156 found worse value: 339.682604188. iteration 13157 found worse value: 339.682604188. iteration 13158 found worse value: 339.682604188. iteration 13159 found worse value: 339.682604188. iteration 13160 found worse value: 339.682604188. iteration 13161 found worse value: 339.682604188. iteration 13162 found worse value: 339.682604188. iteration 13163 found worse value: 339.682604188. iteration 13164 found worse value: 339.682604188. iteration 13165 found worse value: 339.682604188. iteration 13166 found worse value: 339.682604188. iteration 13167 found worse value: 339.682604188. iteration 13168 found worse value: 339.682604188. iteration 13169 found worse value: 339.682604188. iteration 13170 found worse value: 339.682604188. iteration 13171 found worse value: 339.682604188. iteration 13172 found worse value: 339.682604188. iteration 13173 found worse value: 339.682604188. iteration 13174 found worse value: 339.682604188. iteration 13175 found worse value: 339.682604188. iteration 13176 found worse value: 339.682604188. iteration 13177 found worse value: 339.682604188. iteration 13178 found worse value: 339.682604188. iteration 13179 found worse value: 339.682604188. iteration 13180 found worse value: 339.682604188. iteration 13181 found worse value: 339.682604188. iteration 13182 found worse value: 339.682604188. iteration 13183 found worse value: 339.682604188. iteration 13184 found worse value: 339.682604188. iteration 13185 found worse value: 339.682604188. iteration 13186 found worse value: 339.682604188. iteration 13187 found worse value: 339.682604188. iteration 13188 found worse value: 339.682604188. iteration 13189 found worse value: 339.682604188. iteration 13190 found worse value: 339.682604188. iteration 13191 found worse value: 339.682604188. iteration 13192 found worse value: 339.682604188. iteration 13193 found worse value: 339.682604188. iteration 13194 found worse value: 339.682604188. iteration 13195 found worse value: 339.682604188. iteration 13196 found worse value: 339.682604188. iteration 13197 found worse value: 339.682604188. iteration 13198 found worse value: 339.682604188. iteration 13199 found worse value: 339.682604188. iteration 13200 found worse value: 339.682604188. iteration 13201 found worse value: 339.682604188. iteration 13202 found worse value: 339.682604188. iteration 13203 found worse value: 339.682604188. iteration 13204 found worse value: 339.682604188. iteration 13205 found worse value: 339.682604188. iteration 13206 found worse value: 339.682604188. iteration 13207 found worse value: 339.682604188. iteration 13208 found worse value: 339.682604188. iteration 13209 found worse value: 339.682604188. iteration 13210 found worse value: 339.682604188. iteration 13211 found worse value: 339.682604188. iteration 13212 found worse value: 339.682604188. iteration 13213 found worse value: 339.682604188. iteration 13214 found worse value: 339.682604188. iteration 13215 found worse value: 339.682604188. iteration 13216 found worse value: 339.682604188. iteration 13217 found worse value: 339.682604188. iteration 13218 found worse value: 339.682604188. iteration 13219 found worse value: 339.682604188. iteration 13220 found worse value: 339.682604188. iteration 13221 found worse value: 339.682604188. iteration 13222 found worse value: 339.682604188. iteration 13223 found worse value: 339.682604188. iteration 13224 found worse value: 339.682604188. iteration 13225 found worse value: 339.682604188. iteration 13226 found worse value: 339.682604188. iteration 13227 found worse value: 339.682604188. iteration 13228 found worse value: 339.682604188. iteration 13229 found worse value: 339.682604188. iteration 13230 found worse value: 339.682604188. iteration 13231 found worse value: 339.682604188. iteration 13232 found worse value: 339.682604188. iteration 13233 found worse value: 339.682604188. iteration 13234 found worse value: 339.682604188. iteration 13235 found worse value: 339.682604188. iteration 13236 found worse value: 339.682604188. iteration 13237 found worse value: 339.682604188. iteration 13238 found worse value: 339.682604188. iteration 13239 found worse value: 339.682604188. iteration 13240 found worse value: 339.682604188. iteration 13241 found worse value: 339.682604188. iteration 13242 found worse value: 339.682604188. iteration 13243 found worse value: 339.682604188. iteration 13244 found worse value: 339.682604188. iteration 13245 found worse value: 339.682604188. iteration 13246 found worse value: 339.682604188. iteration 13247 found worse value: 339.682604188. iteration 13248 found worse value: 339.682604188. iteration 13249 found worse value: 339.682604188. iteration 13250 found worse value: 339.682604188. iteration 13251 found worse value: 339.682604188. iteration 13252 found worse value: 339.682604188. iteration 13253 found worse value: 339.682604188. iteration 13254 found worse value: 339.682604188. iteration 13255 found worse value: 339.682604188. iteration 13256 found worse value: 339.682604188. iteration 13257 found worse value: 339.682604188. iteration 13258 found worse value: 339.682604188. iteration 13259 found worse value: 339.682604188. iteration 13260 found worse value: 339.682604188. iteration 13261 found worse value: 339.682604188. iteration 13262 found worse value: 339.682604188. iteration 13263 found worse value: 339.682604188. iteration 13264 found worse value: 339.682604188. iteration 13265 found worse value: 339.682604188. iteration 13266 found worse value: 339.682604188. iteration 13267 found worse value: 339.682604188. iteration 13268 found worse value: 339.682604188. iteration 13269 found worse value: 339.682604188. iteration 13270 found worse value: 339.682604188. iteration 13271 found worse value: 339.682604188. iteration 13272 found worse value: 339.682604188. iteration 13273 found worse value: 339.682604188. iteration 13274 found worse value: 339.682604188. iteration 13275 found worse value: 339.682604188. iteration 13276 found worse value: 339.682604188. iteration 13277 found worse value: 339.682604188. iteration 13278 found worse value: 339.682604188. iteration 13279 found worse value: 339.682604188. iteration 13280 found worse value: 339.682604188. iteration 13281 found worse value: 339.682604188. iteration 13282 found worse value: 339.682604188. iteration 13283 found worse value: 339.682604188. iteration 13284 found worse value: 339.682604188. iteration 13285 found worse value: 339.682604188. iteration 13286 found worse value: 339.682604188. iteration 13287 found worse value: 339.682604188. iteration 13288 found worse value: 339.682604188. iteration 13289 found worse value: 339.682604188. iteration 13290 found worse value: 339.682604188. iteration 13291 found worse value: 339.682604188. iteration 13292 found worse value: 339.682604188. iteration 13293 found worse value: 339.682604188. iteration 13294 found worse value: 339.682604188. iteration 13295 found worse value: 339.682604188. iteration 13296 found worse value: 339.682604188. iteration13296, perturbing to get out of local maxima iteration 13297 found worse value: 339.682604188. iteration 13298 found worse value: 339.682604188. iteration 13299 found worse value: 339.682604188. iteration 13300 found worse value: 339.682604188. iteration 13301 found worse value: 339.682604188. iteration 13302 found worse value: 339.682604188. iteration 13303 found worse value: 339.682604188. iteration 13304 found worse value: 339.682604188. iteration 13305 found worse value: 339.682604188. iteration 13306 found worse value: 339.682604188. iteration 13307 found worse value: 339.682604188. iteration 13308 found worse value: 339.682604188. iteration 13309 found worse value: 339.682604188. iteration 13310 found worse value: 339.682604188. iteration 13311 found worse value: 339.682604188. iteration 13312 found worse value: 339.682604188. iteration 13313 found worse value: 339.682604188. iteration 13314 found worse value: 339.682604188. iteration 13315 found worse value: 339.682604188. iteration 13316 found worse value: 339.682604188. iteration 13317 found worse value: 339.682604188. iteration 13318 found worse value: 339.682604188. iteration 13319 found worse value: 339.682604188. iteration 13320 found worse value: 339.682604188. iteration 13321 found worse value: 339.682604188. iteration 13322 found worse value: 339.682604188. iteration 13323 found worse value: 339.682604188. iteration 13324 found worse value: 339.682604188. iteration 13325 found worse value: 339.682604188. iteration 13326 found worse value: 339.682604188. iteration 13327 found worse value: 339.682604188. iteration 13328 found worse value: 339.682604188. iteration 13329 found worse value: 339.682604188. iteration 13330 found worse value: 339.682604188. iteration 13331 found worse value: 339.682604188. iteration 13332 found worse value: 339.682604188. iteration 13333 found worse value: 339.682604188. iteration 13334 found worse value: 339.682604188. iteration 13335 found worse value: 339.682604188. iteration 13336 found worse value: 339.682604188. iteration 13337 found worse value: 339.682604188. iteration 13338 found worse value: 339.682604188. iteration 13339 found worse value: 339.682604188. iteration 13340 found worse value: 339.682604188. iteration 13341 found worse value: 339.682604188. iteration 13342 found worse value: 339.682604188. iteration 13343 found worse value: 339.682604188. iteration 13344 found worse value: 339.682604188. iteration 13345 found worse value: 339.682604188. iteration 13346 found worse value: 339.682604188. iteration 13347 found worse value: 339.682604188. iteration 13348 found worse value: 339.682604188. iteration 13349 found worse value: 339.682604188. iteration 13350 found worse value: 339.682604188. iteration 13351 found worse value: 339.682604188. iteration 13352 found worse value: 339.682604188. iteration 13353 found worse value: 339.682604188. iteration 13354 found worse value: 339.682604188. iteration 13355 found worse value: 339.682604188. iteration 13356 found worse value: 339.682604188. iteration 13357 found worse value: 339.682604188. iteration 13358 found worse value: 339.682604188. iteration 13359 found worse value: 339.682604188. iteration 13360 found worse value: 339.682604188. iteration 13361 found worse value: 339.682604188. iteration 13362 found worse value: 339.682604188. iteration 13363 found worse value: 339.682604188. iteration 13364 found worse value: 339.682604188. iteration 13365 found worse value: 339.682604188. iteration 13366 found worse value: 339.682604188. iteration 13367 found worse value: 339.682604188. iteration 13368 found worse value: 339.682604188. iteration 13369 found worse value: 339.682604188. iteration 13370 found worse value: 339.682604188. iteration 13371 found worse value: 339.682604188. iteration 13372 found worse value: 339.682604188. iteration 13373 found worse value: 339.682604188. iteration 13374 found worse value: 339.682604188. iteration 13375 found worse value: 339.682604188. iteration 13376 found worse value: 339.682604188. iteration 13377 found worse value: 339.682604188. iteration 13378 found worse value: 339.682604188. iteration 13379 found worse value: 339.682604188. iteration 13380 found worse value: 339.682604188. iteration 13381 found worse value: 339.682604188. iteration 13382 found worse value: 339.682604188. iteration 13383 found worse value: 339.682604188. iteration 13384 found worse value: 339.682604188. iteration 13385 found worse value: 339.682604188. iteration 13386 found worse value: 339.682604188. iteration 13387 found worse value: 339.682604188. iteration 13388 found worse value: 339.682604188. iteration 13389 found worse value: 339.682604188. iteration 13390 found worse value: 339.682604188. iteration 13391 found worse value: 339.682604188. iteration 13392 found worse value: 339.682604188. iteration 13393 found worse value: 339.682604188. iteration 13394 found worse value: 339.682604188. iteration 13395 found worse value: 339.682604188. iteration 13396 found worse value: 339.682604188. iteration 13397 found worse value: 339.682604188. iteration 13398 found worse value: 339.682604188. iteration 13399 found worse value: 339.682604188. iteration 13400 found worse value: 339.682604188. iteration 13401 found worse value: 339.682604188. iteration 13402 found worse value: 339.682604188. iteration 13403 found worse value: 339.682604188. iteration 13404 found worse value: 339.682604188. iteration 13405 found worse value: 339.682604188. iteration 13406 found worse value: 339.682604188. iteration 13407 found worse value: 339.682604188. iteration 13408 found worse value: 339.682604188. iteration 13409 found worse value: 339.682604188. iteration 13410 found worse value: 339.682604188. iteration 13411 found worse value: 339.682604188. iteration 13412 found worse value: 339.682604188. iteration 13413 found worse value: 339.682604188. iteration 13414 found worse value: 339.682604188. iteration 13415 found worse value: 339.682604188. iteration 13416 found worse value: 339.682604188. iteration 13417 found worse value: 339.682604188. iteration 13418 found worse value: 339.682604188. iteration 13419 found worse value: 339.682604188. iteration 13420 found worse value: 339.682604188. iteration 13421 found worse value: 339.682604188. iteration 13422 found worse value: 339.682604188. iteration 13423 found worse value: 339.682604188. iteration 13424 found worse value: 339.682604188. iteration 13425 found worse value: 339.682604188. iteration 13426 found worse value: 339.682604188. iteration 13427 found worse value: 339.682604188. iteration 13428 found worse value: 339.682604188. iteration 13429 found worse value: 339.682604188. iteration 13430 found worse value: 339.682604188. iteration 13431 found worse value: 339.682604188. iteration 13432 found worse value: 339.682604188. iteration 13433 found worse value: 339.682604188. iteration 13434 found worse value: 339.682604188. iteration 13435 found worse value: 339.682604188. iteration 13436 found worse value: 339.682604188. iteration 13437 found worse value: 339.682604188. iteration 13438 found worse value: 339.682604188. iteration 13439 found worse value: 339.682604188. iteration 13440 found worse value: 339.682604188. iteration 13441 found worse value: 339.682604188. iteration 13442 found worse value: 339.682604188. iteration 13443 found worse value: 339.682604188. iteration 13444 found worse value: 339.682604188. iteration 13445 found worse value: 339.682604188. iteration 13446 found worse value: 339.682604188. iteration 13447 found worse value: 339.682604188. iteration 13448 found worse value: 339.682604188. iteration 13449 found worse value: 339.682604188. iteration 13450 found worse value: 339.682604188. iteration 13451 found worse value: 339.682604188. iteration 13452 found worse value: 339.682604188. iteration 13453 found worse value: 339.682604188. iteration 13454 found worse value: 339.682604188. iteration 13455 found worse value: 339.682604188. iteration 13456 found worse value: 339.682604188. iteration 13457 found worse value: 339.682604188. iteration 13458 found worse value: 339.682604188. iteration 13459 found worse value: 339.682604188. iteration 13460 found worse value: 339.682604188. iteration 13461 found worse value: 339.682604188. iteration 13462 found worse value: 339.682604188. iteration 13463 found worse value: 339.682604188. iteration 13464 found worse value: 339.682604188. iteration 13465 found worse value: 339.682604188. iteration 13466 found worse value: 339.682604188. iteration 13467 found worse value: 339.682604188. iteration 13468 found worse value: 339.682604188. iteration 13469 found worse value: 339.682604188. iteration 13470 found worse value: 339.682604188. iteration 13471 found worse value: 339.682604188. iteration 13472 found worse value: 339.682604188. iteration 13473 found worse value: 339.682604188. iteration 13474 found worse value: 339.682604188. iteration 13475 found worse value: 339.682604188. iteration 13476 found worse value: 339.682604188. iteration 13477 found worse value: 339.682604188. iteration 13478 found worse value: 339.682604188. iteration 13479 found worse value: 339.682604188. iteration 13480 found worse value: 339.682604188. iteration 13481 found worse value: 339.682604188. iteration 13482 found worse value: 339.682604188. iteration 13483 found worse value: 339.682604188. iteration 13484 found worse value: 339.682604188. iteration 13485 found worse value: 339.682604188. iteration 13486 found worse value: 339.682604188. iteration 13487 found worse value: 339.682604188. iteration 13488 found worse value: 339.682604188. iteration 13489 found worse value: 339.682604188. iteration 13490 found worse value: 339.682604188. iteration 13491 found worse value: 339.682604188. iteration 13492 found worse value: 339.682604188. iteration 13493 found worse value: 339.682604188. iteration 13494 found worse value: 339.682604188. iteration 13495 found worse value: 339.682604188. iteration 13496 found worse value: 339.682604188. iteration 13497 found worse value: 339.682604188. iteration 13498 found worse value: 339.682604188. iteration 13499 found worse value: 339.682604188. iteration 13500 found worse value: 339.682604188. iteration 13501 found worse value: 339.682604188. iteration 13502 found worse value: 339.682604188. iteration 13503 found worse value: 339.682604188. iteration 13504 found worse value: 339.682604188. iteration 13505 found worse value: 339.682604188. iteration 13506 found worse value: 339.682604188. iteration 13507 found worse value: 339.682604188. iteration13507, perturbing to get out of local maxima iteration 13508 found worse value: 339.682604188. iteration 13509 found worse value: 339.682604188. iteration 13510 found worse value: 339.682604188. iteration 13511 found worse value: 339.682604188. iteration 13512 found worse value: 339.682604188. iteration 13513 found worse value: 339.682604188. iteration 13514 found worse value: 339.682604188. iteration 13515 found worse value: 339.682604188. iteration 13516 found worse value: 339.682604188. iteration 13517 found worse value: 339.682604188. iteration 13518 found worse value: 339.682604188. iteration 13519 found worse value: 339.682604188. iteration 13520 found worse value: 339.682604188. iteration 13521 found worse value: 339.682604188. iteration 13522 found worse value: 339.682604188. iteration 13523 found worse value: 339.682604188. iteration 13524 found worse value: 339.682604188. iteration 13525 found worse value: 339.682604188. iteration 13526 found worse value: 339.682604188. iteration 13527 found worse value: 339.682604188. iteration 13528 found worse value: 339.682604188. iteration 13529 found worse value: 339.682604188. iteration 13530 found worse value: 339.682604188. iteration 13531 found worse value: 339.682604188. iteration 13532 found worse value: 339.682604188. iteration 13533 found worse value: 339.682604188. iteration 13534 found worse value: 339.682604188. iteration 13535 found worse value: 339.682604188. iteration 13536 found worse value: 339.682604188. iteration 13537 found worse value: 339.682604188. iteration 13538 found worse value: 339.682604188. iteration 13539 found worse value: 339.682604188. iteration 13540 found worse value: 339.682604188. iteration 13541 found worse value: 339.682604188. iteration 13542 found worse value: 339.682604188. iteration 13543 found worse value: 339.682604188. iteration 13544 found worse value: 339.682604188. iteration 13545 found worse value: 339.682604188. iteration 13546 found worse value: 339.682604188. iteration 13547 found worse value: 339.682604188. iteration 13548 found worse value: 339.682604188. iteration 13549 found worse value: 339.682604188. iteration 13550 found worse value: 339.682604188. iteration 13551 found worse value: 339.682604188. iteration 13552 found worse value: 339.682604188. iteration 13553 found worse value: 339.682604188. iteration 13554 found worse value: 339.682604188. iteration 13555 found worse value: 339.682604188. iteration 13556 found worse value: 339.682604188. iteration 13557 found worse value: 339.682604188. iteration 13558 found worse value: 339.682604188. iteration 13559 found worse value: 339.682604188. iteration 13560 found worse value: 339.682604188. iteration 13561 found worse value: 339.682604188. iteration 13562 found worse value: 339.682604188. iteration 13563 found worse value: 339.682604188. iteration 13564 found worse value: 339.682604188. iteration 13565 found worse value: 339.682604188. iteration 13566 found worse value: 339.682604188. iteration 13567 found worse value: 339.682604188. iteration 13568 found worse value: 339.682604188. iteration 13569 found worse value: 339.682604188. iteration 13570 found worse value: 339.682604188. iteration 13571 found worse value: 339.682604188. iteration 13572 found worse value: 339.682604188. iteration 13573 found worse value: 339.682604188. iteration 13574 found worse value: 339.682604188. iteration 13575 found worse value: 339.682604188. iteration 13576 found worse value: 339.682604188. iteration 13577 found worse value: 339.682604188. iteration 13578 found worse value: 339.682604188. iteration 13579 found worse value: 339.682604188. iteration 13580 found worse value: 339.682604188. iteration 13581 found worse value: 339.682604188. iteration 13582 found worse value: 339.682604188. iteration 13583 found worse value: 339.682604188. iteration 13584 found worse value: 339.682604188. iteration 13585 found worse value: 339.682604188. iteration 13586 found worse value: 339.682604188. iteration 13587 found worse value: 339.682604188. iteration 13588 found worse value: 339.682604188. iteration 13589 found worse value: 339.682604188. iteration 13590 found worse value: 339.682604188. iteration 13591 found worse value: 339.682604188. iteration 13592 found worse value: 339.682604188. iteration 13593 found worse value: 339.682604188. iteration 13594 found worse value: 339.682604188. iteration 13595 found worse value: 339.682604188. iteration 13596 found worse value: 339.682604188. iteration 13597 found worse value: 339.682604188. iteration 13598 found worse value: 339.682604188. iteration 13599 found worse value: 339.682604188. iteration 13600 found worse value: 339.682604188. iteration 13601 found worse value: 339.682604188. iteration 13602 found worse value: 339.682604188. iteration 13603 found worse value: 339.682604188. iteration 13604 found worse value: 339.682604188. iteration 13605 found worse value: 339.682604188. iteration 13606 found worse value: 339.682604188. iteration 13607 found worse value: 339.682604188. iteration 13608 found worse value: 339.682604188. iteration 13609 found worse value: 339.682604188. iteration 13610 found worse value: 339.682604188. iteration 13611 found worse value: 339.682604188. iteration 13612 found worse value: 339.682604188. iteration 13613 found worse value: 339.682604188. iteration 13614 found worse value: 339.682604188. iteration 13615 found worse value: 339.682604188. iteration13615, perturbing to get out of local maxima iteration 13616 found worse value: 339.682604188. iteration 13617 found worse value: 339.682604188. iteration 13618 found worse value: 339.682604188. iteration 13619 found worse value: 339.682604188. iteration 13620 found worse value: 339.682604188. iteration 13621 found worse value: 339.682604188. iteration 13622 found worse value: 339.682604188. iteration 13623 found worse value: 339.682604188. iteration 13624 found worse value: 339.682604188. iteration 13625 found worse value: 339.682604188. iteration 13626 found worse value: 339.682604188. iteration 13627 found worse value: 339.682604188. iteration 13628 found worse value: 339.682604188. iteration 13629 found worse value: 339.682604188. iteration 13630 found worse value: 339.682604188. iteration 13631 found worse value: 339.682604188. iteration 13632 found worse value: 339.682604188. iteration 13633 found worse value: 339.682604188. iteration 13634 found worse value: 339.682604188. iteration 13635 found worse value: 339.682604188. iteration 13636 found worse value: 339.682604188. iteration13636, perturbing to get out of local maxima iteration 13637 found worse value: 339.682604188. iteration 13638 found worse value: 339.682604188. iteration 13639 found worse value: 339.682604188. iteration 13640 found worse value: 339.682604188. iteration 13641 found worse value: 339.682604188. iteration 13642 found worse value: 339.682604188. iteration 13643 found worse value: 339.682604188. iteration 13644 found worse value: 339.682604188. iteration 13645 found worse value: 339.682604188. iteration 13646 found worse value: 339.682604188. iteration 13647 found worse value: 339.682604188. iteration 13648 found worse value: 339.682604188. iteration 13649 found worse value: 339.682604188. iteration 13650 found worse value: 339.682604188. iteration 13651 found worse value: 339.682604188. iteration 13652 found worse value: 339.682604188. iteration 13653 found worse value: 339.682604188. iteration13653, perturbing to get out of local maxima iteration 13654 found worse value: 339.682604188. iteration 13655 found worse value: 339.682604188. iteration 13656 found worse value: 339.682604188. iteration 13657 found worse value: 339.682604188. iteration 13658 found worse value: 339.682604188. iteration 13659 found worse value: 339.682604188. iteration 13660 found worse value: 339.682604188. iteration 13661 found worse value: 339.682604188. iteration 13662 found worse value: 339.682604188. iteration 13663 found worse value: 339.682604188. iteration 13664 found worse value: 339.682604188. iteration 13665 found worse value: 339.682604188. iteration 13666 found worse value: 339.682604188. iteration 13667 found worse value: 339.682604188. iteration 13668 found worse value: 339.682604188. iteration 13669 found worse value: 339.682604188. iteration 13670 found worse value: 339.682604188. iteration 13671 found worse value: 339.682604188. iteration 13672 found worse value: 339.682604188. iteration 13673 found worse value: 339.682604188. iteration 13674 found worse value: 339.682604188. iteration 13675 found worse value: 339.682604188. iteration 13676 found worse value: 339.682604188. iteration 13677 found worse value: 339.682604188. iteration 13678 found worse value: 339.682604188. iteration 13679 found worse value: 339.682604188. iteration 13680 found worse value: 339.682604188. iteration 13681 found worse value: 339.682604188. iteration 13682 found worse value: 339.682604188. iteration 13683 found worse value: 339.682604188. iteration 13684 found worse value: 339.682604188. iteration 13685 found worse value: 339.682604188. iteration 13686 found worse value: 339.682604188. iteration 13687 found worse value: 339.682604188. iteration 13688 found worse value: 339.682604188. iteration 13689 found worse value: 339.682604188. iteration 13690 found worse value: 339.682604188. iteration 13691 found worse value: 339.682604188. iteration 13692 found worse value: 339.682604188. iteration 13693 found worse value: 339.682604188. iteration 13694 found worse value: 339.682604188. iteration 13695 found worse value: 339.682604188. iteration 13696 found worse value: 339.682604188. iteration 13697 found worse value: 339.682604188. iteration 13698 found worse value: 339.682604188. iteration 13699 found worse value: 339.682604188. iteration 13700 found worse value: 339.682604188. iteration 13701 found worse value: 339.682604188. iteration 13702 found worse value: 339.682604188. iteration 13703 found worse value: 339.682604188. iteration 13704 found worse value: 339.682604188. iteration 13705 found worse value: 339.682604188. iteration 13706 found worse value: 339.682604188. iteration 13707 found worse value: 339.682604188. iteration 13708 found worse value: 339.682604188. iteration 13709 found worse value: 339.682604188. iteration 13710 found worse value: 339.682604188. iteration 13711 found worse value: 339.682604188. iteration 13712 found worse value: 339.682604188. iteration 13713 found worse value: 339.682604188. iteration 13714 found worse value: 339.682604188. iteration 13715 found worse value: 339.682604188. iteration 13716 found worse value: 339.682604188. iteration 13717 found worse value: 339.682604188. iteration 13718 found worse value: 339.682604188. iteration 13719 found worse value: 339.682604188. iteration 13720 found worse value: 339.682604188. iteration 13721 found worse value: 339.682604188. iteration 13722 found worse value: 339.682604188. iteration 13723 found worse value: 339.682604188. iteration 13724 found worse value: 339.682604188. iteration 13725 found worse value: 339.682604188. iteration 13726 found worse value: 339.682604188. iteration 13727 found worse value: 339.682604188. iteration 13728 found worse value: 339.682604188. iteration 13729 found worse value: 339.682604188. iteration 13730 found worse value: 339.682604188. iteration 13731 found worse value: 339.682604188. iteration 13732 found worse value: 339.682604188. iteration 13733 found worse value: 339.682604188. iteration 13734 found worse value: 339.682604188. iteration 13735 found worse value: 339.682604188. iteration 13736 found worse value: 339.682604188. iteration 13737 found worse value: 339.682604188. iteration 13738 found worse value: 339.682604188. iteration 13739 found worse value: 339.682604188. iteration 13740 found worse value: 339.682604188. iteration 13741 found worse value: 339.682604188. iteration 13742 found worse value: 339.682604188. iteration 13743 found worse value: 339.682604188. iteration 13744 found worse value: 339.682604188. iteration 13745 found worse value: 339.682604188. iteration 13746 found worse value: 339.682604188. iteration 13747 found worse value: 339.682604188. iteration 13748 found worse value: 339.682604188. iteration 13749 found worse value: 339.682604188. iteration 13750 found worse value: 339.682604188. iteration 13751 found worse value: 339.682604188. iteration 13752 found worse value: 339.682604188. iteration 13753 found worse value: 339.682604188. iteration 13754 found worse value: 339.682604188. iteration 13755 found worse value: 339.682604188. iteration 13756 found worse value: 339.682604188. iteration 13757 found worse value: 339.682604188. iteration 13758 found worse value: 339.682604188. iteration 13759 found worse value: 339.682604188. iteration 13760 found worse value: 339.682604188. iteration 13761 found worse value: 339.682604188. iteration 13762 found worse value: 339.682604188. iteration 13763 found worse value: 339.682604188. iteration 13764 found worse value: 339.682604188. iteration 13765 found worse value: 339.682604188. iteration 13766 found worse value: 339.682604188. iteration 13767 found worse value: 339.682604188. iteration 13768 found worse value: 339.682604188. iteration 13769 found worse value: 339.682604188. iteration 13770 found worse value: 339.682604188. iteration 13771 found worse value: 339.682604188. iteration 13772 found worse value: 339.682604188. iteration 13773 found worse value: 339.682604188. iteration 13774 found worse value: 339.682604188. iteration 13775 found worse value: 339.682604188. iteration 13776 found worse value: 339.682604188. iteration 13777 found worse value: 339.682604188. iteration 13778 found worse value: 339.682604188. iteration 13779 found worse value: 339.682604188. iteration 13780 found worse value: 339.682604188. iteration 13781 found worse value: 339.682604188. iteration 13782 found worse value: 339.682604188. iteration 13783 found worse value: 339.682604188. iteration 13784 found worse value: 339.682604188. iteration 13785 found worse value: 339.682604188. iteration 13786 found worse value: 339.682604188. iteration 13787 found worse value: 339.682604188. iteration13787, perturbing to get out of local maxima iteration 13788 found worse value: 339.682604188. iteration 13789 found worse value: 339.682604188. iteration 13790 found worse value: 339.682604188. iteration 13791 found worse value: 339.682604188. iteration 13792 found worse value: 339.682604188. iteration 13793 found worse value: 339.682604188. iteration 13794 found worse value: 339.682604188. iteration 13795 found worse value: 339.682604188. iteration 13796 found worse value: 339.682604188. iteration 13797 found worse value: 339.682604188. iteration 13798 found worse value: 339.682604188. iteration 13799 found worse value: 339.682604188. iteration 13800 found worse value: 339.682604188. iteration 13801 found worse value: 339.682604188. iteration 13802 found worse value: 339.682604188. iteration 13803 found worse value: 339.682604188. iteration 13804 found worse value: 339.682604188. iteration 13805 found worse value: 339.682604188. iteration 13806 found worse value: 339.682604188. iteration 13807 found worse value: 339.682604188. iteration 13808 found worse value: 339.682604188. iteration 13809 found worse value: 339.682604188. iteration 13810 found worse value: 339.682604188. iteration 13811 found worse value: 339.682604188. iteration 13812 found worse value: 339.682604188. iteration 13813 found worse value: 339.682604188. iteration 13814 found worse value: 339.682604188. iteration 13815 found worse value: 339.682604188. iteration 13816 found worse value: 339.682604188. iteration 13817 found worse value: 339.682604188. iteration 13818 found worse value: 339.682604188. iteration 13819 found worse value: 339.682604188. iteration 13820 found worse value: 339.682604188. iteration 13821 found worse value: 339.682604188. iteration 13822 found worse value: 339.682604188. iteration 13823 found worse value: 339.682604188. iteration 13824 found worse value: 339.682604188. iteration 13825 found worse value: 339.682604188. iteration 13826 found worse value: 339.682604188. iteration 13827 found worse value: 339.682604188. iteration 13828 found worse value: 339.682604188. iteration 13829 found worse value: 339.682604188. iteration 13830 found worse value: 339.682604188. iteration 13831 found worse value: 339.682604188. iteration 13832 found worse value: 339.682604188. iteration 13833 found worse value: 339.682604188. iteration 13834 found worse value: 339.682604188. iteration 13835 found worse value: 339.682604188. iteration 13836 found worse value: 339.682604188. iteration 13837 found worse value: 339.682604188. iteration 13838 found worse value: 339.682604188. iteration 13839 found worse value: 339.682604188. iteration 13840 found worse value: 339.682604188. iteration 13841 found worse value: 339.682604188. iteration 13842 found worse value: 339.682604188. iteration 13843 found worse value: 339.682604188. iteration 13844 found worse value: 339.682604188. iteration 13845 found worse value: 339.682604188. iteration 13846 found worse value: 339.682604188. iteration 13847 found worse value: 339.682604188. iteration 13848 found worse value: 339.682604188. iteration 13849 found worse value: 339.682604188. iteration 13850 found worse value: 339.682604188. iteration 13851 found worse value: 339.682604188. iteration 13852 found worse value: 339.682604188. iteration 13853 found worse value: 339.682604188. iteration 13854 found worse value: 339.682604188. iteration 13855 found worse value: 339.682604188. iteration 13856 found worse value: 339.682604188. iteration 13857 found worse value: 339.682604188. iteration 13858 found worse value: 339.682604188. iteration 13859 found worse value: 339.682604188. iteration 13860 found worse value: 339.682604188. iteration 13861 found worse value: 339.682604188. iteration 13862 found worse value: 339.682604188. iteration 13863 found worse value: 339.682604188. iteration 13864 found worse value: 339.682604188. iteration 13865 found worse value: 339.682604188. iteration 13866 found worse value: 339.682604188. iteration 13867 found worse value: 339.682604188. iteration 13868 found worse value: 339.682604188. iteration 13869 found worse value: 339.682604188. iteration 13870 found worse value: 339.682604188. iteration 13871 found worse value: 339.682604188. iteration 13872 found worse value: 339.682604188. iteration 13873 found worse value: 339.682604188. iteration 13874 found worse value: 339.682604188. iteration 13875 found worse value: 339.682604188. iteration 13876 found worse value: 339.682604188. iteration 13877 found worse value: 339.682604188. iteration 13878 found worse value: 339.682604188. iteration 13879 found worse value: 339.682604188. iteration 13880 found worse value: 339.682604188. iteration 13881 found worse value: 339.682604188. iteration 13882 found worse value: 339.682604188. iteration 13883 found worse value: 339.682604188. iteration 13884 found worse value: 339.682604188. iteration 13885 found worse value: 339.682604188. iteration 13886 found worse value: 339.682604188. iteration 13887 found worse value: 339.682604188. iteration 13888 found worse value: 339.682604188. iteration 13889 found worse value: 339.682604188. iteration 13890 found worse value: 339.682604188. iteration 13891 found worse value: 339.682604188. iteration 13892 found worse value: 339.682604188. iteration 13893 found worse value: 339.682604188. iteration 13894 found worse value: 339.682604188. iteration 13895 found worse value: 339.682604188. iteration 13896 found worse value: 339.682604188. iteration 13897 found worse value: 339.682604188. iteration 13898 found worse value: 339.682604188. iteration 13899 found worse value: 339.682604188. iteration 13900 found worse value: 339.682604188. iteration 13901 found worse value: 339.682604188. iteration 13902 found worse value: 339.682604188. iteration 13903 found worse value: 339.682604188. iteration 13904 found worse value: 339.682604188. iteration 13905 found worse value: 339.682604188. iteration 13906 found worse value: 339.682604188. iteration 13907 found worse value: 339.682604188. iteration 13908 found worse value: 339.682604188. iteration 13909 found worse value: 339.682604188. iteration 13910 found worse value: 339.682604188. iteration 13911 found worse value: 339.682604188. iteration 13912 found worse value: 339.682604188. iteration 13913 found worse value: 339.682604188. iteration 13914 found worse value: 339.682604188. iteration 13915 found worse value: 339.682604188. iteration 13916 found worse value: 339.682604188. iteration 13917 found worse value: 339.682604188. iteration 13918 found worse value: 339.682604188. iteration 13919 found worse value: 339.682604188. iteration 13920 found worse value: 339.682604188. iteration 13921 found worse value: 339.682604188. iteration 13922 found worse value: 339.682604188. iteration 13923 found worse value: 339.682604188. iteration 13924 found worse value: 339.682604188. iteration 13925 found worse value: 339.682604188. iteration 13926 found worse value: 339.682604188. iteration 13927 found worse value: 339.682604188. iteration 13928 found worse value: 339.682604188. iteration 13929 found worse value: 339.682604188. iteration 13930 found worse value: 339.682604188. iteration 13931 found worse value: 339.682604188. iteration 13932 found worse value: 339.682604188. iteration 13933 found worse value: 339.682604188. iteration 13934 found worse value: 339.682604188. iteration 13935 found worse value: 339.682604188. iteration 13936 found worse value: 339.682604188. iteration 13937 found worse value: 339.682604188. iteration 13938 found worse value: 339.682604188. iteration 13939 found worse value: 339.682604188. iteration 13940 found worse value: 339.682604188. iteration 13941 found worse value: 339.682604188. iteration 13942 found worse value: 339.682604188. iteration 13943 found worse value: 339.682604188. iteration 13944 found worse value: 339.682604188. iteration 13945 found worse value: 339.682604188. iteration 13946 found worse value: 339.682604188. iteration 13947 found worse value: 339.682604188. iteration 13948 found worse value: 339.682604188. iteration 13949 found worse value: 339.682604188. iteration 13950 found worse value: 339.682604188. iteration 13951 found worse value: 339.682604188. iteration 13952 found worse value: 339.682604188. iteration 13953 found worse value: 339.682604188. iteration 13954 found worse value: 339.682604188. iteration 13955 found worse value: 339.682604188. iteration 13956 found worse value: 339.682604188. iteration 13957 found worse value: 339.682604188. iteration 13958 found worse value: 339.682604188. iteration 13959 found worse value: 339.682604188. iteration 13960 found worse value: 339.682604188. iteration 13961 found worse value: 339.682604188. iteration 13962 found worse value: 339.682604188. iteration 13963 found worse value: 339.682604188. iteration 13964 found worse value: 339.682604188. iteration 13965 found worse value: 339.682604188. iteration 13966 found worse value: 339.682604188. iteration 13967 found worse value: 339.682604188. iteration 13968 found worse value: 339.682604188. iteration 13969 found worse value: 339.682604188. iteration 13970 found worse value: 339.682604188. iteration 13971 found worse value: 339.682604188. iteration 13972 found worse value: 339.682604188. iteration 13973 found worse value: 339.682604188. iteration 13974 found worse value: 339.682604188. iteration 13975 found worse value: 339.682604188. iteration 13976 found worse value: 339.682604188. iteration 13977 found worse value: 339.682604188. iteration 13978 found worse value: 339.682604188. iteration 13979 found worse value: 339.682604188. iteration 13980 found worse value: 339.682604188. iteration 13981 found worse value: 339.682604188. iteration 13982 found worse value: 339.682604188. iteration 13983 found worse value: 339.682604188. iteration 13984 found worse value: 339.682604188. iteration 13985 found worse value: 339.682604188. iteration 13986 found worse value: 339.682604188. iteration 13987 found worse value: 339.682604188. iteration 13988 found worse value: 339.682604188. iteration 13989 found worse value: 339.682604188. iteration 13990 found worse value: 339.682604188. iteration 13991 found worse value: 339.682604188. iteration 13992 found worse value: 339.682604188. iteration 13993 found worse value: 339.682604188. iteration 13994 found worse value: 339.682604188. iteration 13995 found worse value: 339.682604188. iteration 13996 found worse value: 339.682604188. iteration 13997 found worse value: 339.682604188. iteration 13998 found worse value: 339.682604188. iteration 13999 found worse value: 339.682604188. iteration 14000 found worse value: 339.682604188. iteration 14001 found worse value: 339.682604188. iteration 14002 found worse value: 339.682604188. iteration 14003 found worse value: 339.682604188. iteration 14004 found worse value: 339.682604188. iteration 14005 found worse value: 339.682604188. iteration 14006 found worse value: 339.682604188. iteration 14007 found worse value: 339.682604188. iteration 14008 found worse value: 339.682604188. iteration 14009 found worse value: 339.682604188. iteration 14010 found worse value: 339.682604188. iteration 14011 found worse value: 339.682604188. iteration 14012 found worse value: 339.682604188. iteration 14013 found worse value: 339.682604188. iteration 14014 found worse value: 339.682604188. iteration 14015 found worse value: 339.682604188. iteration 14016 found worse value: 339.682604188. iteration 14017 found worse value: 339.682604188. iteration 14018 found worse value: 339.682604188. iteration 14019 found worse value: 339.682604188. iteration 14020 found worse value: 339.682604188. iteration 14021 found worse value: 339.682604188. iteration 14022 found worse value: 339.682604188. iteration 14023 found worse value: 339.682604188. iteration 14024 found worse value: 339.682604188. iteration 14025 found worse value: 339.682604188. iteration 14026 found worse value: 339.682604188. iteration 14027 found worse value: 339.682604188. iteration 14028 found worse value: 339.682604188. iteration 14029 found worse value: 339.682604188. iteration 14030 found worse value: 339.682604188. iteration 14031 found worse value: 339.682604188. iteration 14032 found worse value: 339.682604188. iteration 14033 found worse value: 339.682604188. iteration 14034 found worse value: 339.682604188. iteration 14035 found worse value: 339.682604188. iteration 14036 found worse value: 339.682604188. iteration 14037 found worse value: 339.682604188. iteration 14038 found worse value: 339.682604188. iteration 14039 found worse value: 339.682604188. iteration 14040 found worse value: 339.682604188. iteration 14041 found worse value: 339.682604188. iteration 14042 found worse value: 339.682604188. iteration 14043 found worse value: 339.682604188. iteration 14044 found worse value: 339.682604188. iteration 14045 found worse value: 339.682604188. iteration 14046 found worse value: 339.682604188. iteration 14047 found worse value: 339.682604188. iteration 14048 found worse value: 339.682604188. iteration 14049 found worse value: 339.682604188. iteration 14050 found worse value: 339.682604188. iteration 14051 found worse value: 339.682604188. iteration 14052 found worse value: 339.682604188. iteration 14053 found worse value: 339.682604188. iteration 14054 found worse value: 339.682604188. iteration 14055 found worse value: 339.682604188. iteration 14056 found worse value: 339.682604188. iteration 14057 found worse value: 339.682604188. iteration 14058 found worse value: 339.682604188. iteration 14059 found worse value: 339.682604188. iteration 14060 found worse value: 339.682604188. iteration 14061 found worse value: 339.682604188. iteration 14062 found worse value: 339.682604188. iteration 14063 found worse value: 339.682604188. iteration 14064 found worse value: 339.682604188. iteration 14065 found worse value: 339.682604188. iteration 14066 found worse value: 339.682604188. iteration 14067 found worse value: 339.682604188. iteration 14068 found worse value: 339.682604188. iteration 14069 found worse value: 339.682604188. iteration 14070 found worse value: 339.682604188. iteration 14071 found worse value: 339.682604188. iteration 14072 found worse value: 339.682604188. iteration 14073 found worse value: 339.682604188. iteration 14074 found worse value: 339.682604188. iteration 14075 found worse value: 339.682604188. iteration 14076 found worse value: 339.682604188. iteration 14077 found worse value: 339.682604188. iteration 14078 found worse value: 339.682604188. iteration 14079 found worse value: 339.682604188. iteration 14080 found worse value: 339.682604188. iteration 14081 found worse value: 339.682604188. iteration 14082 found worse value: 339.682604188. iteration 14083 found worse value: 339.682604188. iteration 14084 found worse value: 339.682604188. iteration 14085 found worse value: 339.682604188. iteration 14086 found worse value: 339.682604188. iteration 14087 found worse value: 339.682604188. iteration 14088 found worse value: 339.682604188. iteration 14089 found worse value: 339.682604188. iteration 14090 found worse value: 339.682604188. iteration 14091 found worse value: 339.682604188. iteration 14092 found worse value: 339.682604188. iteration 14093 found worse value: 339.682604188. iteration 14094 found worse value: 339.682604188. iteration 14095 found worse value: 339.682604188. iteration 14096 found worse value: 339.682604188. iteration 14097 found worse value: 339.682604188. iteration 14098 found worse value: 339.682604188. iteration 14099 found worse value: 339.682604188. iteration 14100 found worse value: 339.682604188. iteration 14101 found worse value: 339.682604188. iteration 14102 found worse value: 339.682604188. iteration 14103 found worse value: 339.682604188. iteration 14104 found worse value: 339.682604188. iteration 14105 found worse value: 339.682604188. iteration 14106 found worse value: 339.682604188. iteration 14107 found worse value: 339.682604188. iteration 14108 found worse value: 339.682604188. iteration 14109 found worse value: 339.682604188. iteration 14110 found worse value: 339.682604188. iteration 14111 found worse value: 339.682604188. iteration 14112 found worse value: 339.682604188. iteration 14113 found worse value: 339.682604188. iteration 14114 found worse value: 339.682604188. iteration 14115 found worse value: 339.682604188. iteration 14116 found worse value: 339.682604188. iteration 14117 found worse value: 339.682604188. iteration 14118 found worse value: 339.682604188. iteration 14119 found worse value: 339.682604188. iteration 14120 found worse value: 339.682604188. iteration 14121 found worse value: 339.682604188. iteration 14122 found worse value: 339.682604188. iteration 14123 found worse value: 339.682604188. iteration 14124 found worse value: 339.682604188. iteration 14125 found worse value: 339.682604188. iteration 14126 found worse value: 339.682604188. iteration 14127 found worse value: 339.682604188. iteration 14128 found worse value: 339.682604188. iteration 14129 found worse value: 339.682604188. iteration 14130 found worse value: 339.682604188. iteration 14131 found worse value: 339.682604188. iteration 14132 found worse value: 339.682604188. iteration 14133 found worse value: 339.682604188. iteration 14134 found worse value: 339.682604188. iteration 14135 found worse value: 339.682604188. iteration 14136 found worse value: 339.682604188. iteration 14137 found worse value: 339.682604188. iteration 14138 found worse value: 339.682604188. iteration 14139 found worse value: 339.682604188. iteration 14140 found worse value: 339.682604188. iteration 14141 found worse value: 339.682604188. iteration 14142 found worse value: 339.682604188. iteration 14143 found worse value: 339.682604188. iteration 14144 found worse value: 339.682604188. iteration 14145 found worse value: 339.682604188. iteration 14146 found worse value: 339.682604188. iteration 14147 found worse value: 339.682604188. iteration 14148 found worse value: 339.682604188. iteration 14149 found worse value: 339.682604188. iteration 14150 found worse value: 339.682604188. iteration 14151 found worse value: 339.682604188. iteration 14152 found worse value: 339.682604188. iteration 14153 found worse value: 339.682604188. iteration 14154 found worse value: 339.682604188. iteration 14155 found worse value: 339.682604188. iteration 14156 found worse value: 339.682604188. iteration 14157 found worse value: 339.682604188. iteration 14158 found worse value: 339.682604188. iteration 14159 found worse value: 339.682604188. iteration 14160 found worse value: 339.682604188. iteration 14161 found worse value: 339.682604188. iteration 14162 found worse value: 339.682604188. iteration 14163 found worse value: 339.682604188. iteration 14164 found worse value: 339.682604188. iteration 14165 found worse value: 339.682604188. iteration 14166 found worse value: 339.682604188. iteration 14167 found worse value: 339.682604188. iteration 14168 found worse value: 339.682604188. iteration 14169 found worse value: 339.682604188. iteration 14170 found worse value: 339.682604188. iteration 14171 found worse value: 339.682604188. iteration 14172 found worse value: 339.682604188. iteration 14173 found worse value: 339.682604188. iteration 14174 found worse value: 339.682604188. iteration 14175 found worse value: 339.682604188. iteration 14176 found worse value: 339.682604188. iteration 14177 found worse value: 339.682604188. iteration 14178 found worse value: 339.682604188. iteration 14179 found worse value: 339.682604188. iteration 14180 found worse value: 339.682604188. iteration 14181 found worse value: 339.682604188. iteration 14182 found worse value: 339.682604188. iteration 14183 found worse value: 339.682604188. iteration 14184 found worse value: 339.682604188. iteration 14185 found worse value: 339.682604188. iteration 14186 found worse value: 339.682604188. iteration 14187 found worse value: 339.682604188. iteration 14188 found worse value: 339.682604188. iteration 14189 found worse value: 339.682604188. iteration 14190 found worse value: 339.682604188. iteration 14191 found worse value: 339.682604188. iteration 14192 found worse value: 339.682604188. iteration 14193 found worse value: 339.682604188. iteration 14194 found worse value: 339.682604188. iteration 14195 found worse value: 339.682604188. iteration 14196 found worse value: 339.682604188. iteration 14197 found worse value: 339.682604188. iteration 14198 found worse value: 339.682604188. iteration 14199 found worse value: 339.682604188. iteration 14200 found worse value: 339.682604188. iteration 14201 found worse value: 339.682604188. iteration 14202 found worse value: 339.682604188. iteration 14203 found worse value: 339.682604188. iteration 14204 found worse value: 339.682604188. iteration 14205 found worse value: 339.682604188. iteration 14206 found worse value: 339.682604188. iteration 14207 found worse value: 339.682604188. iteration 14208 found worse value: 339.682604188. iteration 14209 found worse value: 339.682604188. iteration 14210 found worse value: 339.682604188. iteration 14211 found worse value: 339.682604188. iteration 14212 found worse value: 339.682604188. iteration 14213 found worse value: 339.682604188. iteration 14214 found worse value: 339.682604188. iteration 14215 found worse value: 339.682604188. iteration 14216 found worse value: 339.682604188. iteration 14217 found worse value: 339.682604188. iteration 14218 found worse value: 339.682604188. iteration 14219 found worse value: 339.682604188. iteration 14220 found worse value: 339.682604188. iteration 14221 found worse value: 339.682604188. iteration 14222 found worse value: 339.682604188. iteration 14223 found worse value: 339.682604188. iteration 14224 found worse value: 339.682604188. iteration 14225 found worse value: 339.682604188. iteration 14226 found worse value: 339.682604188. iteration 14227 found worse value: 339.682604188. iteration 14228 found worse value: 339.682604188. iteration 14229 found worse value: 339.682604188. iteration 14230 found worse value: 339.682604188. iteration 14231 found worse value: 339.682604188. iteration 14232 found worse value: 339.682604188. iteration 14233 found worse value: 339.682604188. iteration 14234 found worse value: 339.682604188. iteration 14235 found worse value: 339.682604188. iteration 14236 found worse value: 339.682604188. iteration 14237 found worse value: 339.682604188. iteration 14238 found worse value: 339.682604188. iteration 14239 found worse value: 339.682604188. iteration 14240 found worse value: 339.682604188. iteration 14241 found worse value: 339.682604188. iteration 14242 found worse value: 339.682604188. iteration 14243 found worse value: 339.682604188. iteration 14244 found worse value: 339.682604188. iteration 14245 found worse value: 339.682604188. iteration 14246 found worse value: 339.682604188. iteration 14247 found worse value: 339.682604188. iteration 14248 found worse value: 339.682604188. iteration 14249 found worse value: 339.682604188. iteration 14250 found worse value: 339.682604188. iteration 14251 found worse value: 339.682604188. iteration 14252 found worse value: 339.682604188. iteration 14253 found worse value: 339.682604188. iteration 14254 found worse value: 339.682604188. iteration 14255 found worse value: 339.682604188. iteration 14256 found worse value: 339.682604188. iteration 14257 found worse value: 339.682604188. iteration 14258 found worse value: 339.682604188. iteration 14259 found worse value: 339.682604188. iteration 14260 found worse value: 339.682604188. iteration 14261 found worse value: 339.682604188. iteration 14262 found worse value: 339.682604188. iteration 14263 found worse value: 339.682604188. iteration 14264 found worse value: 339.682604188. iteration 14265 found worse value: 339.682604188. iteration 14266 found worse value: 339.682604188. iteration 14267 found worse value: 339.682604188. iteration 14268 found worse value: 339.682604188. iteration 14269 found worse value: 339.682604188. iteration 14270 found worse value: 339.682604188. iteration 14271 found worse value: 339.682604188. iteration 14272 found worse value: 339.682604188. iteration 14273 found worse value: 339.682604188. iteration 14274 found worse value: 339.682604188. iteration 14275 found worse value: 339.682604188. iteration 14276 found worse value: 339.682604188. iteration 14277 found worse value: 339.682604188. iteration 14278 found worse value: 339.682604188. iteration 14279 found worse value: 339.682604188. iteration 14280 found worse value: 339.682604188. iteration 14281 found worse value: 339.682604188. iteration 14282 found worse value: 339.682604188. iteration 14283 found worse value: 339.682604188. iteration 14284 found worse value: 339.682604188. iteration 14285 found worse value: 339.682604188. iteration 14286 found worse value: 339.682604188. iteration 14287 found worse value: 339.682604188. iteration 14288 found worse value: 339.682604188. iteration 14289 found worse value: 339.682604188. iteration 14290 found worse value: 339.682604188. iteration 14291 found worse value: 339.682604188. iteration14291, perturbing to get out of local maxima iteration 14292 found worse value: 339.682604188. iteration 14293 found worse value: 339.682604188. iteration 14294 found worse value: 339.682604188. iteration 14295 found worse value: 339.682604188. iteration 14296 found worse value: 339.682604188. iteration 14297 found worse value: 339.682604188. iteration 14298 found worse value: 339.682604188. iteration 14299 found worse value: 339.682604188. iteration 14300 found worse value: 339.682604188. iteration 14301 found worse value: 339.682604188. iteration 14302 found worse value: 339.682604188. iteration 14303 found worse value: 339.682604188. iteration 14304 found worse value: 339.682604188. iteration 14305 found worse value: 339.682604188. iteration 14306 found worse value: 339.682604188. iteration 14307 found worse value: 339.682604188. iteration 14308 found worse value: 339.682604188. iteration 14309 found worse value: 339.682604188. iteration 14310 found worse value: 339.682604188. iteration 14311 found worse value: 339.682604188. iteration 14312 found worse value: 339.682604188. iteration 14313 found worse value: 339.682604188. iteration 14314 found worse value: 339.682604188. iteration 14315 found worse value: 339.682604188. iteration 14316 found worse value: 339.682604188. iteration 14317 found worse value: 339.682604188. iteration 14318 found worse value: 339.682604188. iteration 14319 found worse value: 339.682604188. iteration 14320 found worse value: 339.682604188. iteration 14321 found worse value: 339.682604188. iteration 14322 found worse value: 339.682604188. iteration 14323 found worse value: 339.682604188. iteration 14324 found worse value: 339.682604188. iteration 14325 found worse value: 339.682604188. iteration 14326 found worse value: 339.682604188. iteration 14327 found worse value: 339.682604188. iteration 14328 found worse value: 339.682604188. iteration 14329 found worse value: 339.682604188. iteration 14330 found worse value: 339.682604188. iteration 14331 found worse value: 339.682604188. iteration 14332 found worse value: 339.682604188. iteration 14333 found worse value: 339.682604188. iteration 14334 found worse value: 339.682604188. iteration 14335 found worse value: 339.682604188. iteration 14336 found worse value: 339.682604188. iteration 14337 found worse value: 339.682604188. iteration 14338 found worse value: 339.682604188. iteration 14339 found worse value: 339.682604188. iteration 14340 found worse value: 339.682604188. iteration 14341 found worse value: 339.682604188. iteration 14342 found worse value: 339.682604188. iteration 14343 found worse value: 339.682604188. iteration 14344 found worse value: 339.682604188. iteration 14345 found worse value: 339.682604188. iteration 14346 found worse value: 339.682604188. iteration 14347 found worse value: 339.682604188. iteration 14348 found worse value: 339.682604188. iteration 14349 found worse value: 339.682604188. iteration 14350 found worse value: 339.682604188. iteration 14351 found worse value: 339.682604188. iteration 14352 found worse value: 339.682604188. iteration 14353 found worse value: 339.682604188. iteration 14354 found worse value: 339.682604188. iteration 14355 found worse value: 339.682604188. iteration 14356 found worse value: 339.682604188. iteration 14357 found worse value: 339.682604188. iteration 14358 found worse value: 339.682604188. iteration 14359 found worse value: 339.682604188. iteration 14360 found worse value: 339.682604188. iteration 14361 found worse value: 339.682604188. iteration 14362 found worse value: 339.682604188. iteration 14363 found worse value: 339.682604188. iteration 14364 found worse value: 339.682604188. iteration 14365 found worse value: 339.682604188. iteration 14366 found worse value: 339.682604188. iteration 14367 found worse value: 339.682604188. iteration 14368 found worse value: 339.682604188. iteration 14369 found worse value: 339.682604188. iteration 14370 found worse value: 339.682604188. iteration 14371 found worse value: 339.682604188. iteration 14372 found worse value: 339.682604188. iteration 14373 found worse value: 339.682604188. iteration 14374 found worse value: 339.682604188. iteration 14375 found worse value: 339.682604188. iteration 14376 found worse value: 339.682604188. iteration 14377 found worse value: 339.682604188. iteration 14378 found worse value: 339.682604188. iteration 14379 found worse value: 339.682604188. iteration 14380 found worse value: 339.682604188. iteration 14381 found worse value: 339.682604188. iteration 14382 found worse value: 339.682604188. iteration 14383 found worse value: 339.682604188. iteration 14384 found worse value: 339.682604188. iteration 14385 found worse value: 339.682604188. iteration 14386 found worse value: 339.682604188. iteration 14387 found worse value: 339.682604188. iteration 14388 found worse value: 339.682604188. iteration 14389 found worse value: 339.682604188. iteration 14390 found worse value: 339.682604188. iteration 14391 found worse value: 339.682604188. iteration 14392 found worse value: 339.682604188. iteration 14393 found worse value: 339.682604188. iteration 14394 found worse value: 339.682604188. iteration 14395 found worse value: 339.682604188. iteration 14396 found worse value: 339.682604188. iteration 14397 found worse value: 339.682604188. iteration 14398 found worse value: 339.682604188. iteration 14399 found worse value: 339.682604188. iteration 14400 found worse value: 339.682604188. iteration 14401 found worse value: 339.682604188. iteration 14402 found worse value: 339.682604188. iteration 14403 found worse value: 339.682604188. iteration 14404 found worse value: 339.682604188. iteration 14405 found worse value: 339.682604188. iteration 14406 found worse value: 339.682604188. iteration 14407 found worse value: 339.682604188. iteration 14408 found worse value: 339.682604188. iteration 14409 found worse value: 339.682604188. iteration 14410 found worse value: 339.682604188. iteration 14411 found worse value: 339.682604188. iteration 14412 found worse value: 339.682604188. iteration 14413 found worse value: 339.682604188. iteration 14414 found worse value: 339.682604188. iteration 14415 found worse value: 339.682604188. iteration 14416 found worse value: 339.682604188. iteration 14417 found worse value: 339.682604188. iteration 14418 found worse value: 339.682604188. iteration 14419 found worse value: 339.682604188. iteration 14420 found worse value: 339.682604188. iteration 14421 found worse value: 339.682604188. iteration 14422 found worse value: 339.682604188. iteration 14423 found worse value: 339.682604188. iteration 14424 found worse value: 339.682604188. iteration 14425 found worse value: 339.682604188. iteration 14426 found worse value: 339.682604188. iteration 14427 found worse value: 339.682604188. iteration 14428 found worse value: 339.682604188. iteration 14429 found worse value: 339.682604188. iteration 14430 found worse value: 339.682604188. iteration 14431 found worse value: 339.682604188. iteration 14432 found worse value: 339.682604188. iteration 14433 found worse value: 339.682604188. iteration 14434 found worse value: 339.682604188. iteration 14435 found worse value: 339.682604188. iteration 14436 found worse value: 339.682604188. iteration 14437 found worse value: 339.682604188. iteration 14438 found worse value: 339.682604188. iteration 14439 found worse value: 339.682604188. iteration 14440 found worse value: 339.682604188. iteration 14441 found worse value: 339.682604188. iteration 14442 found worse value: 339.682604188. iteration 14443 found worse value: 339.682604188. iteration 14444 found worse value: 339.682604188. iteration 14445 found worse value: 339.682604188. iteration 14446 found worse value: 339.682604188. iteration 14447 found worse value: 339.682604188. iteration 14448 found worse value: 339.682604188. iteration 14449 found worse value: 339.682604188. iteration 14450 found worse value: 339.682604188. iteration 14451 found worse value: 339.682604188. iteration 14452 found worse value: 339.682604188. iteration 14453 found worse value: 339.682604188. iteration 14454 found worse value: 339.682604188. iteration 14455 found worse value: 339.682604188. iteration 14456 found worse value: 339.682604188. iteration 14457 found worse value: 339.682604188. iteration 14458 found worse value: 339.682604188. iteration 14459 found worse value: 339.682604188. iteration 14460 found worse value: 339.682604188. iteration 14461 found worse value: 339.682604188. iteration 14462 found worse value: 339.682604188. iteration 14463 found worse value: 339.682604188. iteration 14464 found worse value: 339.682604188. iteration 14465 found worse value: 339.682604188. iteration 14466 found worse value: 339.682604188. iteration 14467 found worse value: 339.682604188. iteration 14468 found worse value: 339.682604188. iteration 14469 found worse value: 339.682604188. iteration 14470 found worse value: 339.682604188. iteration 14471 found worse value: 339.682604188. iteration 14472 found worse value: 339.682604188. iteration 14473 found worse value: 339.682604188. iteration 14474 found worse value: 339.682604188. iteration 14475 found worse value: 339.682604188. iteration 14476 found worse value: 339.682604188. iteration 14477 found worse value: 339.682604188. iteration 14478 found worse value: 339.682604188. iteration 14479 found worse value: 339.682604188. iteration 14480 found worse value: 339.682604188. iteration 14481 found worse value: 339.682604188. iteration 14482 found worse value: 339.682604188. iteration 14483 found worse value: 339.682604188. iteration 14484 found worse value: 339.682604188. iteration 14485 found worse value: 339.682604188. iteration 14486 found worse value: 339.682604188. iteration 14487 found worse value: 339.682604188. iteration 14488 found worse value: 339.682604188. iteration 14489 found worse value: 339.682604188. iteration 14490 found worse value: 339.682604188. iteration 14491 found worse value: 339.682604188. iteration 14492 found worse value: 339.682604188. iteration 14493 found worse value: 339.682604188. iteration 14494 found worse value: 339.682604188. iteration 14495 found worse value: 339.682604188. iteration 14496 found worse value: 339.682604188. iteration 14497 found worse value: 339.682604188. iteration 14498 found worse value: 339.682604188. iteration 14499 found worse value: 339.682604188. iteration 14500 found worse value: 339.682604188. iteration 14501 found worse value: 339.682604188. iteration 14502 found worse value: 339.682604188. iteration 14503 found worse value: 339.682604188. iteration 14504 found worse value: 339.682604188. iteration 14505 found worse value: 339.682604188. iteration 14506 found worse value: 339.682604188. iteration 14507 found worse value: 339.682604188. iteration 14508 found worse value: 339.682604188. iteration 14509 found worse value: 339.682604188. iteration 14510 found worse value: 339.682604188. iteration 14511 found worse value: 339.682604188. iteration 14512 found worse value: 339.682604188. iteration 14513 found worse value: 339.682604188. iteration 14514 found worse value: 339.682604188. iteration 14515 found worse value: 339.682604188. iteration 14516 found worse value: 339.682604188. iteration 14517 found worse value: 339.682604188. iteration 14518 found worse value: 339.682604188. iteration 14519 found worse value: 339.682604188. iteration 14520 found worse value: 339.682604188. iteration 14521 found worse value: 339.682604188. iteration 14522 found worse value: 339.682604188. iteration 14523 found worse value: 339.682604188. iteration 14524 found worse value: 339.682604188. iteration 14525 found worse value: 339.682604188. iteration 14526 found worse value: 339.682604188. iteration 14527 found worse value: 339.682604188. iteration 14528 found worse value: 339.682604188. iteration 14529 found worse value: 339.682604188. iteration 14530 found worse value: 339.682604188. iteration 14531 found worse value: 339.682604188. iteration 14532 found worse value: 339.682604188. iteration 14533 found worse value: 339.682604188. iteration 14534 found worse value: 339.682604188. iteration 14535 found worse value: 339.682604188. iteration 14536 found worse value: 339.682604188. iteration 14537 found worse value: 339.682604188. iteration 14538 found worse value: 339.682604188. iteration 14539 found worse value: 339.682604188. iteration 14540 found worse value: 339.682604188. iteration 14541 found worse value: 339.682604188. iteration 14542 found worse value: 339.682604188. iteration 14543 found worse value: 339.682604188. iteration 14544 found worse value: 339.682604188. iteration 14545 found worse value: 339.682604188. iteration 14546 found worse value: 339.682604188. iteration 14547 found worse value: 339.682604188. iteration 14548 found worse value: 339.682604188. iteration 14549 found worse value: 339.682604188. iteration 14550 found worse value: 339.682604188. iteration 14551 found worse value: 339.682604188. iteration 14552 found worse value: 339.682604188. iteration 14553 found worse value: 339.682604188. iteration 14554 found worse value: 339.682604188. iteration 14555 found worse value: 339.682604188. iteration 14556 found worse value: 339.682604188. iteration 14557 found worse value: 339.682604188. iteration 14558 found worse value: 339.682604188. iteration 14559 found worse value: 339.682604188. iteration 14560 found worse value: 339.682604188. iteration 14561 found worse value: 339.682604188. iteration 14562 found worse value: 339.682604188. iteration 14563 found worse value: 339.682604188. iteration 14564 found worse value: 339.682604188. iteration 14565 found worse value: 339.682604188. iteration 14566 found worse value: 339.682604188. iteration 14567 found worse value: 339.682604188. iteration 14568 found worse value: 339.682604188. iteration 14569 found worse value: 339.682604188. iteration 14570 found worse value: 339.682604188. iteration 14571 found worse value: 339.682604188. iteration 14572 found worse value: 339.682604188. iteration 14573 found worse value: 339.682604188. iteration 14574 found worse value: 339.682604188. iteration 14575 found worse value: 339.682604188. iteration 14576 found worse value: 339.682604188. iteration 14577 found worse value: 339.682604188. iteration 14578 found worse value: 339.682604188. iteration 14579 found worse value: 339.682604188. iteration 14580 found worse value: 339.682604188. iteration 14581 found worse value: 339.682604188. iteration 14582 found worse value: 339.682604188. iteration 14583 found worse value: 339.682604188. iteration 14584 found worse value: 339.682604188. iteration 14585 found worse value: 339.682604188. iteration 14586 found worse value: 339.682604188. iteration 14587 found worse value: 339.682604188. iteration 14588 found worse value: 339.682604188. iteration 14589 found worse value: 339.682604188. iteration 14590 found worse value: 339.682604188. iteration 14591 found worse value: 339.682604188. iteration 14592 found worse value: 339.682604188. iteration 14593 found worse value: 339.682604188. iteration 14594 found worse value: 339.682604188. iteration 14595 found worse value: 339.682604188. iteration 14596 found worse value: 339.682604188. iteration 14597 found worse value: 339.682604188. iteration 14598 found worse value: 339.682604188. iteration 14599 found worse value: 339.682604188. iteration 14600 found worse value: 339.682604188. iteration 14601 found worse value: 339.682604188. iteration 14602 found worse value: 339.682604188. iteration 14603 found worse value: 339.682604188. iteration 14604 found worse value: 339.682604188. iteration 14605 found worse value: 339.682604188. iteration 14606 found worse value: 339.682604188. iteration 14607 found worse value: 339.682604188. iteration 14608 found worse value: 339.682604188. iteration 14609 found worse value: 339.682604188. iteration 14610 found worse value: 339.682604188. iteration 14611 found worse value: 339.682604188. iteration 14612 found worse value: 339.682604188. iteration 14613 found worse value: 339.682604188. iteration 14614 found worse value: 339.682604188. iteration 14615 found worse value: 339.682604188. iteration 14616 found worse value: 339.682604188. iteration 14617 found worse value: 339.682604188. iteration 14618 found worse value: 339.682604188. iteration 14619 found worse value: 339.682604188. iteration 14620 found worse value: 339.682604188. iteration 14621 found worse value: 339.682604188. iteration 14622 found worse value: 339.682604188. iteration 14623 found worse value: 339.682604188. iteration 14624 found worse value: 339.682604188. iteration 14625 found worse value: 339.682604188. iteration 14626 found worse value: 339.682604188. iteration 14627 found worse value: 339.682604188. iteration 14628 found worse value: 339.682604188. iteration 14629 found worse value: 339.682604188. iteration 14630 found worse value: 339.682604188. iteration 14631 found worse value: 339.682604188. iteration 14632 found worse value: 339.682604188. iteration 14633 found worse value: 339.682604188. iteration 14634 found worse value: 339.682604188. iteration 14635 found worse value: 339.682604188. iteration 14636 found worse value: 339.682604188. iteration 14637 found worse value: 339.682604188. iteration 14638 found worse value: 339.682604188. iteration 14639 found worse value: 339.682604188. iteration 14640 found worse value: 339.682604188. iteration 14641 found worse value: 339.682604188. iteration 14642 found worse value: 339.682604188. iteration 14643 found worse value: 339.682604188. iteration 14644 found worse value: 339.682604188. iteration 14645 found worse value: 339.682604188. iteration 14646 found worse value: 339.682604188. iteration 14647 found worse value: 339.682604188. iteration 14648 found worse value: 339.682604188. iteration 14649 found worse value: 339.682604188. iteration 14650 found worse value: 339.682604188. iteration 14651 found worse value: 339.682604188. iteration 14652 found worse value: 339.682604188. iteration 14653 found worse value: 339.682604188. iteration 14654 found worse value: 339.682604188. iteration 14655 found worse value: 339.682604188. iteration 14656 found worse value: 339.682604188. iteration 14657 found worse value: 339.682604188. iteration 14658 found worse value: 339.682604188. iteration14658, perturbing to get out of local maxima iteration 14659 found worse value: 339.682604188. iteration 14660 found worse value: 339.682604188. iteration 14661 found worse value: 339.682604188. iteration 14662 found worse value: 339.682604188. iteration 14663 found worse value: 339.682604188. iteration 14664 found worse value: 339.682604188. iteration 14665 found worse value: 339.682604188. iteration 14666 found worse value: 339.682604188. iteration 14667 found worse value: 339.682604188. iteration 14668 found worse value: 339.682604188. iteration 14669 found worse value: 339.682604188. iteration 14670 found worse value: 339.682604188. iteration 14671 found worse value: 339.682604188. iteration 14672 found worse value: 339.682604188. iteration 14673 found worse value: 339.682604188. iteration 14674 found worse value: 339.682604188. iteration 14675 found worse value: 339.682604188. iteration 14676 found worse value: 339.682604188. iteration 14677 found worse value: 339.682604188. iteration 14678 found worse value: 339.682604188. iteration 14679 found worse value: 339.682604188. iteration 14680 found worse value: 339.682604188. iteration 14681 found worse value: 339.682604188. iteration 14682 found worse value: 339.682604188. iteration 14683 found worse value: 339.682604188. iteration 14684 found worse value: 339.682604188. iteration 14685 found worse value: 339.682604188. iteration 14686 found worse value: 339.682604188. iteration 14687 found worse value: 339.682604188. iteration 14688 found worse value: 339.682604188. iteration 14689 found worse value: 339.682604188. iteration 14690 found worse value: 339.682604188. iteration 14691 found worse value: 339.682604188. iteration 14692 found worse value: 339.682604188. iteration 14693 found worse value: 339.682604188. iteration 14694 found worse value: 339.682604188. iteration 14695 found worse value: 339.682604188. iteration 14696 found worse value: 339.682604188. iteration 14697 found worse value: 339.682604188. iteration 14698 found worse value: 339.682604188. iteration 14699 found worse value: 339.682604188. iteration 14700 found worse value: 339.682604188. iteration 14701 found worse value: 339.682604188. iteration 14702 found worse value: 339.682604188. iteration 14703 found worse value: 339.682604188. iteration 14704 found worse value: 339.682604188. iteration 14705 found worse value: 339.682604188. iteration 14706 found worse value: 339.682604188. iteration 14707 found worse value: 339.682604188. iteration 14708 found worse value: 339.682604188. iteration 14709 found worse value: 339.682604188. iteration 14710 found worse value: 339.682604188. iteration 14711 found worse value: 339.682604188. iteration 14712 found worse value: 339.682604188. iteration 14713 found worse value: 339.682604188. iteration 14714 found worse value: 339.682604188. iteration 14715 found worse value: 339.682604188. iteration 14716 found worse value: 339.682604188. iteration 14717 found worse value: 339.682604188. iteration 14718 found worse value: 339.682604188. iteration 14719 found worse value: 339.682604188. iteration 14720 found worse value: 339.682604188. iteration 14721 found worse value: 339.682604188. iteration 14722 found worse value: 339.682604188. iteration 14723 found worse value: 339.682604188. iteration 14724 found worse value: 339.682604188. iteration 14725 found worse value: 339.682604188. iteration 14726 found worse value: 339.682604188. iteration 14727 found worse value: 339.682604188. iteration 14728 found worse value: 339.682604188. iteration 14729 found worse value: 339.682604188. iteration 14730 found worse value: 339.682604188. iteration 14731 found worse value: 339.682604188. iteration 14732 found worse value: 339.682604188. iteration 14733 found worse value: 339.682604188. iteration 14734 found worse value: 339.682604188. iteration 14735 found worse value: 339.682604188. iteration 14736 found worse value: 339.682604188. iteration 14737 found worse value: 339.682604188. iteration 14738 found worse value: 339.682604188. iteration 14739 found worse value: 339.682604188. iteration 14740 found worse value: 339.682604188. iteration 14741 found worse value: 339.682604188. iteration 14742 found worse value: 339.682604188. iteration 14743 found worse value: 339.682604188. iteration 14744 found worse value: 339.682604188. iteration 14745 found worse value: 339.682604188. iteration 14746 found worse value: 339.682604188. iteration 14747 found worse value: 339.682604188. iteration 14748 found worse value: 339.682604188. iteration 14749 found worse value: 339.682604188. iteration 14750 found worse value: 339.682604188. iteration 14751 found worse value: 339.682604188. iteration 14752 found worse value: 339.682604188. iteration 14753 found worse value: 339.682604188. iteration 14754 found worse value: 339.682604188. iteration 14755 found worse value: 339.682604188. iteration 14756 found worse value: 339.682604188. iteration 14757 found worse value: 339.682604188. iteration 14758 found worse value: 339.682604188. iteration 14759 found worse value: 339.682604188. iteration 14760 found worse value: 339.682604188. iteration 14761 found worse value: 339.682604188. iteration 14762 found worse value: 339.682604188. iteration 14763 found worse value: 339.682604188. iteration 14764 found worse value: 339.682604188. iteration 14765 found worse value: 339.682604188. iteration 14766 found worse value: 339.682604188. iteration 14767 found worse value: 339.682604188. iteration 14768 found worse value: 339.682604188. iteration 14769 found worse value: 339.682604188. iteration 14770 found worse value: 339.682604188. iteration 14771 found worse value: 339.682604188. iteration 14772 found worse value: 339.682604188. iteration 14773 found worse value: 339.682604188. iteration 14774 found worse value: 339.682604188. iteration 14775 found worse value: 339.682604188. iteration 14776 found worse value: 339.682604188. iteration 14777 found worse value: 339.682604188. iteration 14778 found worse value: 339.682604188. iteration 14779 found worse value: 339.682604188. iteration 14780 found worse value: 339.682604188. iteration 14781 found worse value: 339.682604188. iteration 14782 found worse value: 339.682604188. iteration 14783 found worse value: 339.682604188. iteration 14784 found worse value: 339.682604188. iteration 14785 found worse value: 339.682604188. iteration 14786 found worse value: 339.682604188. iteration 14787 found worse value: 339.682604188. iteration 14788 found worse value: 339.682604188. iteration 14789 found worse value: 339.682604188. iteration 14790 found worse value: 339.682604188. iteration 14791 found worse value: 339.682604188. iteration 14792 found worse value: 339.682604188. iteration 14793 found worse value: 339.682604188. iteration 14794 found worse value: 339.682604188. iteration 14795 found worse value: 339.682604188. iteration 14796 found worse value: 339.682604188. iteration 14797 found worse value: 339.682604188. iteration 14798 found worse value: 339.682604188. iteration 14799 found worse value: 339.682604188. iteration 14800 found worse value: 339.682604188. iteration 14801 found worse value: 339.682604188. iteration 14802 found worse value: 339.682604188. iteration 14803 found worse value: 339.682604188. iteration 14804 found worse value: 339.682604188. iteration 14805 found worse value: 339.682604188. iteration 14806 found worse value: 339.682604188. iteration 14807 found worse value: 339.682604188. iteration 14808 found worse value: 339.682604188. iteration 14809 found worse value: 339.682604188. iteration 14810 found worse value: 339.682604188. iteration 14811 found worse value: 339.682604188. iteration 14812 found worse value: 339.682604188. iteration 14813 found worse value: 339.682604188. iteration 14814 found worse value: 339.682604188. iteration 14815 found worse value: 339.682604188. iteration 14816 found worse value: 339.682604188. iteration 14817 found worse value: 339.682604188. iteration 14818 found worse value: 339.682604188. iteration 14819 found worse value: 339.682604188. iteration 14820 found worse value: 339.682604188. iteration 14821 found worse value: 339.682604188. iteration 14822 found worse value: 339.682604188. iteration 14823 found worse value: 339.682604188. iteration 14824 found worse value: 339.682604188. iteration 14825 found worse value: 339.682604188. iteration 14826 found worse value: 339.682604188. iteration 14827 found worse value: 339.682604188. iteration 14828 found worse value: 339.682604188. iteration 14829 found worse value: 339.682604188. iteration 14830 found worse value: 339.682604188. iteration 14831 found worse value: 339.682604188. iteration 14832 found worse value: 339.682604188. iteration 14833 found worse value: 339.682604188. iteration 14834 found worse value: 339.682604188. iteration 14835 found worse value: 339.682604188. iteration 14836 found worse value: 339.682604188. iteration 14837 found worse value: 339.682604188. iteration 14838 found worse value: 339.682604188. iteration 14839 found worse value: 339.682604188. iteration 14840 found worse value: 339.682604188. iteration 14841 found worse value: 339.682604188. iteration 14842 found worse value: 339.682604188. iteration 14843 found worse value: 339.682604188. iteration 14844 found worse value: 339.682604188. iteration 14845 found worse value: 339.682604188. iteration 14846 found worse value: 339.682604188. iteration 14847 found worse value: 339.682604188. iteration 14848 found worse value: 339.682604188. iteration 14849 found worse value: 339.682604188. iteration 14850 found worse value: 339.682604188. iteration 14851 found worse value: 339.682604188. iteration 14852 found worse value: 339.682604188. iteration 14853 found worse value: 339.682604188. iteration 14854 found worse value: 339.682604188. iteration 14855 found worse value: 339.682604188. iteration 14856 found worse value: 339.682604188. iteration 14857 found worse value: 339.682604188. iteration 14858 found worse value: 339.682604188. iteration 14859 found worse value: 339.682604188. iteration 14860 found worse value: 339.682604188. iteration 14861 found worse value: 339.682604188. iteration 14862 found worse value: 339.682604188. iteration 14863 found worse value: 339.682604188. iteration 14864 found worse value: 339.682604188. iteration 14865 found worse value: 339.682604188. iteration 14866 found worse value: 339.682604188. iteration14866, perturbing to get out of local maxima iteration 14867 found worse value: 339.682604188. iteration 14868 found worse value: 339.682604188. iteration 14869 found worse value: 339.682604188. iteration 14870 found worse value: 339.682604188. iteration 14871 found worse value: 339.682604188. iteration 14872 found worse value: 339.682604188. iteration 14873 found worse value: 339.682604188. iteration 14874 found worse value: 339.682604188. iteration 14875 found worse value: 339.682604188. iteration 14876 found worse value: 339.682604188. iteration 14877 found worse value: 339.682604188. iteration 14878 found worse value: 339.682604188. iteration 14879 found worse value: 339.682604188. iteration 14880 found worse value: 339.682604188. iteration 14881 found worse value: 339.682604188. iteration 14882 found worse value: 339.682604188. iteration 14883 found worse value: 339.682604188. iteration 14884 found worse value: 339.682604188. iteration 14885 found worse value: 339.682604188. iteration 14886 found worse value: 339.682604188. iteration 14887 found worse value: 339.682604188. iteration 14888 found worse value: 339.682604188. iteration 14889 found worse value: 339.682604188. iteration 14890 found worse value: 339.682604188. iteration 14891 found worse value: 339.682604188. iteration 14892 found worse value: 339.682604188. iteration 14893 found worse value: 339.682604188. iteration 14894 found worse value: 339.682604188. iteration 14895 found worse value: 339.682604188. iteration 14896 found worse value: 339.682604188. iteration 14897 found worse value: 339.682604188. iteration 14898 found worse value: 339.682604188. iteration 14899 found worse value: 339.682604188. iteration 14900 found worse value: 339.682604188. iteration 14901 found worse value: 339.682604188. iteration 14902 found worse value: 339.682604188. iteration 14903 found worse value: 339.682604188. iteration 14904 found worse value: 339.682604188. iteration 14905 found worse value: 339.682604188. iteration 14906 found worse value: 339.682604188. iteration 14907 found worse value: 339.682604188. iteration 14908 found worse value: 339.682604188. iteration 14909 found worse value: 339.682604188. iteration 14910 found worse value: 339.682604188. iteration 14911 found worse value: 339.682604188. iteration 14912 found worse value: 339.682604188. iteration 14913 found worse value: 339.682604188. iteration 14914 found worse value: 339.682604188. iteration 14915 found worse value: 339.682604188. iteration 14916 found worse value: 339.682604188. iteration 14917 found worse value: 339.682604188. iteration 14918 found worse value: 339.682604188. iteration 14919 found worse value: 339.682604188. iteration 14920 found worse value: 339.682604188. iteration 14921 found worse value: 339.682604188. iteration 14922 found worse value: 339.682604188. iteration 14923 found worse value: 339.682604188. iteration 14924 found worse value: 339.682604188. iteration 14925 found worse value: 339.682604188. iteration 14926 found worse value: 339.682604188. iteration 14927 found worse value: 339.682604188. iteration 14928 found worse value: 339.682604188. iteration 14929 found worse value: 339.682604188. iteration 14930 found worse value: 339.682604188. iteration 14931 found worse value: 339.682604188. iteration 14932 found worse value: 339.682604188. iteration 14933 found worse value: 339.682604188. iteration 14934 found worse value: 339.682604188. iteration 14935 found worse value: 339.682604188. iteration 14936 found worse value: 339.682604188. iteration 14937 found worse value: 339.682604188. iteration 14938 found worse value: 339.682604188. iteration 14939 found worse value: 339.682604188. iteration 14940 found worse value: 339.682604188. iteration 14941 found worse value: 339.682604188. iteration 14942 found worse value: 339.682604188. iteration 14943 found worse value: 339.682604188. iteration 14944 found worse value: 339.682604188. iteration 14945 found worse value: 339.682604188. iteration 14946 found worse value: 339.682604188. iteration 14947 found worse value: 339.682604188. iteration 14948 found worse value: 339.682604188. iteration 14949 found worse value: 339.682604188. iteration 14950 found worse value: 339.682604188. iteration 14951 found worse value: 339.682604188. iteration 14952 found worse value: 339.682604188. iteration 14953 found worse value: 339.682604188. iteration 14954 found worse value: 339.682604188. iteration 14955 found worse value: 339.682604188. iteration 14956 found worse value: 339.682604188. iteration 14957 found worse value: 339.682604188. iteration 14958 found worse value: 339.682604188. iteration 14959 found worse value: 339.682604188. iteration 14960 found worse value: 339.682604188. iteration 14961 found worse value: 339.682604188. iteration 14962 found worse value: 339.682604188. iteration 14963 found worse value: 339.682604188. iteration 14964 found worse value: 339.682604188. iteration 14965 found worse value: 339.682604188. iteration 14966 found worse value: 339.682604188. iteration 14967 found worse value: 339.682604188. iteration 14968 found worse value: 339.682604188. iteration 14969 found worse value: 339.682604188. iteration 14970 found worse value: 339.682604188. iteration 14971 found worse value: 339.682604188. iteration 14972 found worse value: 339.682604188. iteration 14973 found worse value: 339.682604188. iteration 14974 found worse value: 339.682604188. iteration 14975 found worse value: 339.682604188. iteration 14976 found worse value: 339.682604188. iteration 14977 found worse value: 339.682604188. iteration 14978 found worse value: 339.682604188. iteration 14979 found worse value: 339.682604188. iteration 14980 found worse value: 339.682604188. iteration 14981 found worse value: 339.682604188. iteration 14982 found worse value: 339.682604188. iteration 14983 found worse value: 339.682604188. iteration 14984 found worse value: 339.682604188. iteration 14985 found worse value: 339.682604188. iteration 14986 found worse value: 339.682604188. iteration 14987 found worse value: 339.682604188. iteration 14988 found worse value: 339.682604188. iteration 14989 found worse value: 339.682604188. iteration 14990 found worse value: 339.682604188. iteration 14991 found worse value: 339.682604188. iteration 14992 found worse value: 339.682604188. iteration 14993 found worse value: 339.682604188. iteration 14994 found worse value: 339.682604188. iteration 14995 found worse value: 339.682604188. iteration 14996 found worse value: 339.682604188. iteration 14997 found worse value: 339.682604188. iteration 14998 found worse value: 339.682604188. iteration 14999 found worse value: 339.682604188. iteration 15000 found worse value: 339.682604188. iteration 15001 found worse value: 339.682604188. iteration 15002 found worse value: 339.682604188. iteration 15003 found worse value: 339.682604188. iteration 15004 found worse value: 339.682604188. iteration 15005 found worse value: 339.682604188. iteration 15006 found worse value: 339.682604188. iteration 15007 found worse value: 339.682604188. iteration 15008 found worse value: 339.682604188. iteration 15009 found worse value: 339.682604188. iteration 15010 found worse value: 339.682604188. iteration 15011 found worse value: 339.682604188. iteration 15012 found worse value: 339.682604188. iteration 15013 found worse value: 339.682604188. iteration 15014 found worse value: 339.682604188. iteration 15015 found worse value: 339.682604188. iteration 15016 found worse value: 339.682604188. iteration 15017 found worse value: 339.682604188. iteration 15018 found worse value: 339.682604188. iteration 15019 found worse value: 339.682604188. iteration 15020 found worse value: 339.682604188. iteration 15021 found worse value: 339.682604188. iteration 15022 found worse value: 339.682604188. iteration 15023 found worse value: 339.682604188. iteration 15024 found worse value: 339.682604188. iteration 15025 found worse value: 339.682604188. iteration 15026 found worse value: 339.682604188. iteration 15027 found worse value: 339.682604188. iteration 15028 found worse value: 339.682604188. iteration 15029 found worse value: 339.682604188. iteration 15030 found worse value: 339.682604188. iteration 15031 found worse value: 339.682604188. iteration 15032 found worse value: 339.682604188. iteration 15033 found worse value: 339.682604188. iteration 15034 found worse value: 339.682604188. iteration 15035 found worse value: 339.682604188. iteration 15036 found worse value: 339.682604188. iteration 15037 found worse value: 339.682604188. iteration 15038 found worse value: 339.682604188. iteration 15039 found worse value: 339.682604188. iteration 15040 found worse value: 339.682604188. iteration 15041 found worse value: 339.682604188. iteration 15042 found worse value: 339.682604188. iteration 15043 found worse value: 339.682604188. iteration 15044 found worse value: 339.682604188. iteration 15045 found worse value: 339.682604188. iteration 15046 found worse value: 339.682604188. iteration 15047 found worse value: 339.682604188. iteration 15048 found worse value: 339.682604188. iteration 15049 found worse value: 339.682604188. iteration 15050 found worse value: 339.682604188. iteration 15051 found worse value: 339.682604188. iteration 15052 found worse value: 339.682604188. iteration 15053 found worse value: 339.682604188. iteration 15054 found worse value: 339.682604188. iteration 15055 found worse value: 339.682604188. iteration 15056 found worse value: 339.682604188. iteration 15057 found worse value: 339.682604188. iteration 15058 found worse value: 339.682604188. iteration 15059 found worse value: 339.682604188. iteration 15060 found worse value: 339.682604188. iteration 15061 found worse value: 339.682604188. iteration 15062 found worse value: 339.682604188. iteration 15063 found worse value: 339.682604188. iteration 15064 found worse value: 339.682604188. iteration 15065 found worse value: 339.682604188. iteration 15066 found worse value: 339.682604188. iteration 15067 found worse value: 339.682604188. iteration 15068 found worse value: 339.682604188. iteration 15069 found worse value: 339.682604188. iteration 15070 found worse value: 339.682604188. iteration 15071 found worse value: 339.682604188. iteration 15072 found worse value: 339.682604188. iteration 15073 found worse value: 339.682604188. iteration 15074 found worse value: 339.682604188. iteration 15075 found worse value: 339.682604188. iteration 15076 found worse value: 339.682604188. iteration 15077 found worse value: 339.682604188. iteration 15078 found worse value: 339.682604188. iteration 15079 found worse value: 339.682604188. iteration 15080 found worse value: 339.682604188. iteration 15081 found worse value: 339.682604188. iteration 15082 found worse value: 339.682604188. iteration 15083 found worse value: 339.682604188. iteration 15084 found worse value: 339.682604188. iteration 15085 found worse value: 339.682604188. iteration 15086 found worse value: 339.682604188. iteration 15087 found worse value: 339.682604188. iteration 15088 found worse value: 339.682604188. iteration 15089 found worse value: 339.682604188. iteration 15090 found worse value: 339.682604188. iteration 15091 found worse value: 339.682604188. iteration 15092 found worse value: 339.682604188. iteration 15093 found worse value: 339.682604188. iteration 15094 found worse value: 339.682604188. iteration 15095 found worse value: 339.682604188. iteration 15096 found worse value: 339.682604188. iteration 15097 found worse value: 339.682604188. iteration 15098 found worse value: 339.682604188. iteration 15099 found worse value: 339.682604188. iteration 15100 found worse value: 339.682604188. iteration 15101 found worse value: 339.682604188. iteration 15102 found worse value: 339.682604188. iteration 15103 found worse value: 339.682604188. iteration 15104 found worse value: 339.682604188. iteration 15105 found worse value: 339.682604188. iteration 15106 found worse value: 339.682604188. iteration 15107 found worse value: 339.682604188. iteration 15108 found worse value: 339.682604188. iteration 15109 found worse value: 339.682604188. iteration 15110 found worse value: 339.682604188. iteration 15111 found worse value: 339.682604188. iteration 15112 found worse value: 339.682604188. iteration 15113 found worse value: 339.682604188. iteration 15114 found worse value: 339.682604188. iteration 15115 found worse value: 339.682604188. iteration 15116 found worse value: 339.682604188. iteration 15117 found worse value: 339.682604188. iteration 15118 found worse value: 339.682604188. iteration 15119 found worse value: 339.682604188. iteration 15120 found worse value: 339.682604188. iteration 15121 found worse value: 339.682604188. iteration 15122 found worse value: 339.682604188. iteration 15123 found worse value: 339.682604188. iteration 15124 found worse value: 339.682604188. iteration 15125 found worse value: 339.682604188. iteration 15126 found worse value: 339.682604188. iteration 15127 found worse value: 339.682604188. iteration 15128 found worse value: 339.682604188. iteration 15129 found worse value: 339.682604188. iteration 15130 found worse value: 339.682604188. iteration 15131 found worse value: 339.682604188. iteration 15132 found worse value: 339.682604188. iteration 15133 found worse value: 339.682604188. iteration 15134 found worse value: 339.682604188. iteration 15135 found worse value: 339.682604188. iteration 15136 found worse value: 339.682604188. iteration 15137 found worse value: 339.682604188. iteration 15138 found worse value: 339.682604188. iteration 15139 found worse value: 339.682604188. iteration 15140 found worse value: 339.682604188. iteration 15141 found worse value: 339.682604188. iteration 15142 found worse value: 339.682604188. iteration 15143 found worse value: 339.682604188. iteration 15144 found worse value: 339.682604188. iteration 15145 found worse value: 339.682604188. iteration 15146 found worse value: 339.682604188. iteration 15147 found worse value: 339.682604188. iteration 15148 found worse value: 339.682604188. iteration 15149 found worse value: 339.682604188. iteration 15150 found worse value: 339.682604188. iteration 15151 found worse value: 339.682604188. iteration 15152 found worse value: 339.682604188. iteration 15153 found worse value: 339.682604188. iteration 15154 found worse value: 339.682604188. iteration 15155 found worse value: 339.682604188. iteration 15156 found worse value: 339.682604188. iteration 15157 found worse value: 339.682604188. iteration 15158 found worse value: 339.682604188. iteration 15159 found worse value: 339.682604188. iteration 15160 found worse value: 339.682604188. iteration 15161 found worse value: 339.682604188. iteration 15162 found worse value: 339.682604188. iteration 15163 found worse value: 339.682604188. iteration 15164 found worse value: 339.682604188. iteration 15165 found worse value: 339.682604188. iteration 15166 found worse value: 339.682604188. iteration 15167 found worse value: 339.682604188. iteration 15168 found worse value: 339.682604188. iteration 15169 found worse value: 339.682604188. iteration 15170 found worse value: 339.682604188. iteration 15171 found worse value: 339.682604188. iteration 15172 found worse value: 339.682604188. iteration 15173 found worse value: 339.682604188. iteration 15174 found worse value: 339.682604188. iteration 15175 found worse value: 339.682604188. iteration 15176 found worse value: 339.682604188. iteration 15177 found worse value: 339.682604188. iteration 15178 found worse value: 339.682604188. iteration 15179 found worse value: 339.682604188. iteration 15180 found worse value: 339.682604188. iteration 15181 found worse value: 339.682604188. iteration 15182 found worse value: 339.682604188. iteration 15183 found worse value: 339.682604188. iteration 15184 found worse value: 339.682604188. iteration 15185 found worse value: 339.682604188. iteration 15186 found worse value: 339.682604188. iteration 15187 found worse value: 339.682604188. iteration 15188 found worse value: 339.682604188. iteration 15189 found worse value: 339.682604188. iteration 15190 found worse value: 339.682604188. iteration 15191 found worse value: 339.682604188. iteration 15192 found worse value: 339.682604188. iteration 15193 found worse value: 339.682604188. iteration 15194 found worse value: 339.682604188. iteration 15195 found worse value: 339.682604188. iteration 15196 found worse value: 339.682604188. iteration 15197 found worse value: 339.682604188. iteration 15198 found worse value: 339.682604188. iteration 15199 found worse value: 339.682604188. iteration 15200 found worse value: 339.682604188. iteration 15201 found worse value: 339.682604188. iteration 15202 found worse value: 339.682604188. iteration 15203 found worse value: 339.682604188. iteration 15204 found worse value: 339.682604188. iteration 15205 found worse value: 339.682604188. iteration 15206 found worse value: 339.682604188. iteration 15207 found worse value: 339.682604188. iteration 15208 found worse value: 339.682604188. iteration 15209 found worse value: 339.682604188. iteration 15210 found worse value: 339.682604188. iteration 15211 found worse value: 339.682604188. iteration 15212 found worse value: 339.682604188. iteration 15213 found worse value: 339.682604188. iteration 15214 found worse value: 339.682604188. iteration 15215 found worse value: 339.682604188. iteration 15216 found worse value: 339.682604188. iteration 15217 found worse value: 339.682604188. iteration 15218 found worse value: 339.682604188. iteration 15219 found worse value: 339.682604188. iteration 15220 found worse value: 339.682604188. iteration 15221 found worse value: 339.682604188. iteration 15222 found worse value: 339.682604188. iteration 15223 found worse value: 339.682604188. iteration 15224 found worse value: 339.682604188. iteration 15225 found worse value: 339.682604188. iteration 15226 found worse value: 339.682604188. iteration 15227 found worse value: 339.682604188. iteration 15228 found worse value: 339.682604188. iteration 15229 found worse value: 339.682604188. iteration 15230 found worse value: 339.682604188. iteration 15231 found worse value: 339.682604188. iteration 15232 found worse value: 339.682604188. iteration 15233 found worse value: 339.682604188. iteration 15234 found worse value: 339.682604188. iteration 15235 found worse value: 339.682604188. iteration 15236 found worse value: 339.682604188. iteration 15237 found worse value: 339.682604188. iteration 15238 found worse value: 339.682604188. iteration 15239 found worse value: 339.682604188. iteration 15240 found worse value: 339.682604188. iteration 15241 found worse value: 339.682604188. iteration 15242 found worse value: 339.682604188. iteration 15243 found worse value: 339.682604188. iteration 15244 found worse value: 339.682604188. iteration 15245 found worse value: 339.682604188. iteration 15246 found worse value: 339.682604188. iteration 15247 found worse value: 339.682604188. iteration 15248 found worse value: 339.682604188. iteration 15249 found worse value: 339.682604188. iteration 15250 found worse value: 339.682604188. iteration 15251 found worse value: 339.682604188. iteration 15252 found worse value: 339.682604188. iteration 15253 found worse value: 339.682604188. iteration 15254 found worse value: 339.682604188. iteration 15255 found worse value: 339.682604188. iteration 15256 found worse value: 339.682604188. iteration 15257 found worse value: 339.682604188. iteration 15258 found worse value: 339.682604188. iteration 15259 found worse value: 339.682604188. iteration 15260 found worse value: 339.682604188. iteration 15261 found worse value: 339.682604188. iteration 15262 found worse value: 339.682604188. iteration 15263 found worse value: 339.682604188. iteration 15264 found worse value: 339.682604188. iteration 15265 found worse value: 339.682604188. iteration 15266 found worse value: 339.682604188. iteration 15267 found worse value: 339.682604188. iteration 15268 found worse value: 339.682604188. iteration 15269 found worse value: 339.682604188. iteration 15270 found worse value: 339.682604188. iteration 15271 found worse value: 339.682604188. iteration 15272 found worse value: 339.682604188. iteration 15273 found worse value: 339.682604188. iteration 15274 found worse value: 339.682604188. iteration 15275 found worse value: 339.682604188. iteration 15276 found worse value: 339.682604188. iteration 15277 found worse value: 339.682604188. iteration 15278 found worse value: 339.682604188. iteration 15279 found worse value: 339.682604188. iteration 15280 found worse value: 339.682604188. iteration 15281 found worse value: 339.682604188. iteration 15282 found worse value: 339.682604188. iteration 15283 found worse value: 339.682604188. iteration 15284 found worse value: 339.682604188. iteration 15285 found worse value: 339.682604188. iteration 15286 found worse value: 339.682604188. iteration 15287 found worse value: 339.682604188. iteration 15288 found worse value: 339.682604188. iteration 15289 found worse value: 339.682604188. iteration 15290 found worse value: 339.682604188. iteration 15291 found worse value: 339.682604188. iteration 15292 found worse value: 339.682604188. iteration 15293 found worse value: 339.682604188. iteration 15294 found worse value: 339.682604188. iteration 15295 found worse value: 339.682604188. iteration 15296 found worse value: 339.682604188. iteration 15297 found worse value: 339.682604188. iteration 15298 found worse value: 339.682604188. iteration 15299 found worse value: 339.682604188. iteration 15300 found worse value: 339.682604188. iteration 15301 found worse value: 339.682604188. iteration 15302 found worse value: 339.682604188. iteration 15303 found worse value: 339.682604188. iteration 15304 found worse value: 339.682604188. iteration 15305 found worse value: 339.682604188. iteration 15306 found worse value: 339.682604188. iteration 15307 found worse value: 339.682604188. iteration 15308 found worse value: 339.682604188. iteration 15309 found worse value: 339.682604188. iteration 15310 found worse value: 339.682604188. iteration 15311 found worse value: 339.682604188. iteration 15312 found worse value: 339.682604188. iteration 15313 found worse value: 339.682604188. iteration 15314 found worse value: 339.682604188. iteration 15315 found worse value: 339.682604188. iteration 15316 found worse value: 339.682604188. iteration 15317 found worse value: 339.682604188. iteration 15318 found worse value: 339.682604188. iteration 15319 found worse value: 339.682604188. iteration 15320 found worse value: 339.682604188. iteration 15321 found worse value: 339.682604188. iteration 15322 found worse value: 339.682604188. iteration 15323 found worse value: 339.682604188. iteration 15324 found worse value: 339.682604188. iteration 15325 found worse value: 339.682604188. iteration 15326 found worse value: 339.682604188. iteration 15327 found worse value: 339.682604188. iteration 15328 found worse value: 339.682604188. iteration 15329 found worse value: 339.682604188. iteration 15330 found worse value: 339.682604188. iteration 15331 found worse value: 339.682604188. iteration 15332 found worse value: 339.682604188. iteration 15333 found worse value: 339.682604188. iteration 15334 found worse value: 339.682604188. iteration 15335 found worse value: 339.682604188. iteration 15336 found worse value: 339.682604188. iteration 15337 found worse value: 339.682604188. iteration 15338 found worse value: 339.682604188. iteration 15339 found worse value: 339.682604188. iteration 15340 found worse value: 339.682604188. iteration 15341 found worse value: 339.682604188. iteration 15342 found worse value: 339.682604188. iteration 15343 found worse value: 339.682604188. iteration 15344 found worse value: 339.682604188. iteration 15345 found worse value: 339.682604188. iteration 15346 found worse value: 339.682604188. iteration 15347 found worse value: 339.682604188. iteration 15348 found worse value: 339.682604188. iteration 15349 found worse value: 339.682604188. iteration 15350 found worse value: 339.682604188. iteration 15351 found worse value: 339.682604188. iteration 15352 found worse value: 339.682604188. iteration 15353 found worse value: 339.682604188. iteration 15354 found worse value: 339.682604188. iteration 15355 found worse value: 339.682604188. iteration 15356 found worse value: 339.682604188. iteration 15357 found worse value: 339.682604188. iteration 15358 found worse value: 339.682604188. iteration 15359 found worse value: 339.682604188. iteration 15360 found worse value: 339.682604188. iteration 15361 found worse value: 339.682604188. iteration 15362 found worse value: 339.682604188. iteration 15363 found worse value: 339.682604188. iteration 15364 found worse value: 339.682604188. iteration 15365 found worse value: 339.682604188. iteration 15366 found worse value: 339.682604188. iteration 15367 found worse value: 339.682604188. iteration 15368 found worse value: 339.682604188. iteration 15369 found worse value: 339.682604188. iteration 15370 found worse value: 339.682604188. iteration 15371 found worse value: 339.682604188. iteration 15372 found worse value: 339.682604188. iteration 15373 found worse value: 339.682604188. iteration 15374 found worse value: 339.682604188. iteration 15375 found worse value: 339.682604188. iteration 15376 found worse value: 339.682604188. iteration 15377 found worse value: 339.682604188. iteration 15378 found worse value: 339.682604188. iteration 15379 found worse value: 339.682604188. iteration 15380 found worse value: 339.682604188. iteration 15381 found worse value: 339.682604188. iteration 15382 found worse value: 339.682604188. iteration 15383 found worse value: 339.682604188. iteration 15384 found worse value: 339.682604188. iteration 15385 found worse value: 339.682604188. iteration 15386 found worse value: 339.682604188. iteration 15387 found worse value: 339.682604188. iteration 15388 found worse value: 339.682604188. iteration 15389 found worse value: 339.682604188. iteration 15390 found worse value: 339.682604188. iteration 15391 found worse value: 339.682604188. iteration 15392 found worse value: 339.682604188. iteration 15393 found worse value: 339.682604188. iteration 15394 found worse value: 339.682604188. iteration 15395 found worse value: 339.682604188. iteration 15396 found worse value: 339.682604188. iteration 15397 found worse value: 339.682604188. iteration 15398 found worse value: 339.682604188. iteration 15399 found worse value: 339.682604188. iteration 15400 found worse value: 339.682604188. iteration 15401 found worse value: 339.682604188. iteration 15402 found worse value: 339.682604188. iteration 15403 found worse value: 339.682604188. iteration 15404 found worse value: 339.682604188. iteration 15405 found worse value: 339.682604188. iteration 15406 found worse value: 339.682604188. iteration 15407 found worse value: 339.682604188. iteration 15408 found worse value: 339.682604188. iteration 15409 found worse value: 339.682604188. iteration 15410 found worse value: 339.682604188. iteration 15411 found worse value: 339.682604188. iteration 15412 found worse value: 339.682604188. iteration 15413 found worse value: 339.682604188. iteration 15414 found worse value: 339.682604188. iteration 15415 found worse value: 339.682604188. iteration 15416 found worse value: 339.682604188. iteration 15417 found worse value: 339.682604188. iteration 15418 found worse value: 339.682604188. iteration 15419 found worse value: 339.682604188. iteration 15420 found worse value: 339.682604188. iteration 15421 found worse value: 339.682604188. iteration 15422 found worse value: 339.682604188. iteration 15423 found worse value: 339.682604188. iteration 15424 found worse value: 339.682604188. iteration 15425 found worse value: 339.682604188. iteration 15426 found worse value: 339.682604188. iteration 15427 found worse value: 339.682604188. iteration 15428 found worse value: 339.682604188. iteration15428, perturbing to get out of local maxima iteration 15429 found worse value: 339.682604188. iteration 15430 found worse value: 339.682604188. iteration 15431 found worse value: 339.682604188. iteration 15432 found worse value: 339.682604188. iteration 15433 found worse value: 339.682604188. iteration 15434 found worse value: 339.682604188. iteration 15435 found worse value: 339.682604188. iteration 15436 found worse value: 339.682604188. iteration 15437 found worse value: 339.682604188. iteration 15438 found worse value: 339.682604188. iteration 15439 found worse value: 339.682604188. iteration 15440 found worse value: 339.682604188. iteration 15441 found worse value: 339.682604188. iteration 15442 found worse value: 339.682604188. iteration 15443 found worse value: 339.682604188. iteration 15444 found worse value: 339.682604188. iteration 15445 found worse value: 339.682604188. iteration 15446 found worse value: 339.682604188. iteration 15447 found worse value: 339.682604188. iteration 15448 found worse value: 339.682604188. iteration 15449 found worse value: 339.682604188. iteration 15450 found worse value: 339.682604188. iteration 15451 found worse value: 339.682604188. iteration 15452 found worse value: 339.682604188. iteration 15453 found worse value: 339.682604188. iteration 15454 found worse value: 339.682604188. iteration 15455 found worse value: 339.682604188. iteration 15456 found worse value: 339.682604188. iteration 15457 found worse value: 339.682604188. iteration 15458 found worse value: 339.682604188. iteration 15459 found worse value: 339.682604188. iteration 15460 found worse value: 339.682604188. iteration 15461 found worse value: 339.682604188. iteration 15462 found worse value: 339.682604188. iteration 15463 found worse value: 339.682604188. iteration 15464 found worse value: 339.682604188. iteration 15465 found worse value: 339.682604188. iteration 15466 found worse value: 339.682604188. iteration 15467 found worse value: 339.682604188. iteration 15468 found worse value: 339.682604188. iteration 15469 found worse value: 339.682604188. iteration 15470 found worse value: 339.682604188. iteration 15471 found worse value: 339.682604188. iteration 15472 found worse value: 339.682604188. iteration 15473 found worse value: 339.682604188. iteration 15474 found worse value: 339.682604188. iteration 15475 found worse value: 339.682604188. iteration 15476 found worse value: 339.682604188. iteration 15477 found worse value: 339.682604188. iteration 15478 found worse value: 339.682604188. iteration 15479 found worse value: 339.682604188. iteration 15480 found worse value: 339.682604188. iteration 15481 found worse value: 339.682604188. iteration 15482 found worse value: 339.682604188. iteration 15483 found worse value: 339.682604188. iteration 15484 found worse value: 339.682604188. iteration 15485 found worse value: 339.682604188. iteration 15486 found worse value: 339.682604188. iteration 15487 found worse value: 339.682604188. iteration 15488 found worse value: 339.682604188. iteration 15489 found worse value: 339.682604188. iteration 15490 found worse value: 339.682604188. iteration 15491 found worse value: 339.682604188. iteration 15492 found worse value: 339.682604188. iteration 15493 found worse value: 339.682604188. iteration 15494 found worse value: 339.682604188. iteration 15495 found worse value: 339.682604188. iteration 15496 found worse value: 339.682604188. iteration 15497 found worse value: 339.682604188. iteration 15498 found worse value: 339.682604188. iteration 15499 found worse value: 339.682604188. iteration 15500 found worse value: 339.682604188. iteration 15501 found worse value: 339.682604188. iteration 15502 found worse value: 339.682604188. iteration 15503 found worse value: 339.682604188. iteration 15504 found worse value: 339.682604188. iteration 15505 found worse value: 339.682604188. iteration 15506 found worse value: 339.682604188. iteration 15507 found worse value: 339.682604188. iteration 15508 found worse value: 339.682604188. iteration 15509 found worse value: 339.682604188. iteration 15510 found worse value: 339.682604188. iteration 15511 found worse value: 339.682604188. iteration 15512 found worse value: 339.682604188. iteration 15513 found worse value: 339.682604188. iteration 15514 found worse value: 339.682604188. iteration 15515 found worse value: 339.682604188. iteration 15516 found worse value: 339.682604188. iteration 15517 found worse value: 339.682604188. iteration 15518 found worse value: 339.682604188. iteration 15519 found worse value: 339.682604188. iteration 15520 found worse value: 339.682604188. iteration 15521 found worse value: 339.682604188. iteration 15522 found worse value: 339.682604188. iteration 15523 found worse value: 339.682604188. iteration 15524 found worse value: 339.682604188. iteration 15525 found worse value: 339.682604188. iteration 15526 found worse value: 339.682604188. iteration 15527 found worse value: 339.682604188. iteration 15528 found worse value: 339.682604188. iteration 15529 found worse value: 339.682604188. iteration 15530 found worse value: 339.682604188. iteration 15531 found worse value: 339.682604188. iteration 15532 found worse value: 339.682604188. iteration 15533 found worse value: 339.682604188. iteration 15534 found worse value: 339.682604188. iteration 15535 found worse value: 339.682604188. iteration 15536 found worse value: 339.682604188. iteration 15537 found worse value: 339.682604188. iteration 15538 found worse value: 339.682604188. iteration 15539 found worse value: 339.682604188. iteration 15540 found worse value: 339.682604188. iteration 15541 found worse value: 339.682604188. iteration 15542 found worse value: 339.682604188. iteration 15543 found worse value: 339.682604188. iteration 15544 found worse value: 339.682604188. iteration 15545 found worse value: 339.682604188. iteration 15546 found worse value: 339.682604188. iteration 15547 found worse value: 339.682604188. iteration 15548 found worse value: 339.682604188. iteration 15549 found worse value: 339.682604188. iteration 15550 found worse value: 339.682604188. iteration 15551 found worse value: 339.682604188. iteration 15552 found worse value: 339.682604188. iteration 15553 found worse value: 339.682604188. iteration 15554 found worse value: 339.682604188. iteration 15555 found worse value: 339.682604188. iteration 15556 found worse value: 339.682604188. iteration 15557 found worse value: 339.682604188. iteration 15558 found worse value: 339.682604188. iteration 15559 found worse value: 339.682604188. iteration 15560 found worse value: 339.682604188. iteration 15561 found worse value: 339.682604188. iteration 15562 found worse value: 339.682604188. iteration 15563 found worse value: 339.682604188. iteration 15564 found worse value: 339.682604188. iteration 15565 found worse value: 339.682604188. iteration 15566 found worse value: 339.682604188. iteration 15567 found worse value: 339.682604188. iteration 15568 found worse value: 339.682604188. iteration 15569 found worse value: 339.682604188. iteration 15570 found worse value: 339.682604188. iteration 15571 found worse value: 339.682604188. iteration 15572 found worse value: 339.682604188. iteration 15573 found worse value: 339.682604188. iteration 15574 found worse value: 339.682604188. iteration 15575 found worse value: 339.682604188. iteration 15576 found worse value: 339.682604188. iteration 15577 found worse value: 339.682604188. iteration 15578 found worse value: 339.682604188. iteration 15579 found worse value: 339.682604188. iteration 15580 found worse value: 339.682604188. iteration 15581 found worse value: 339.682604188. iteration 15582 found worse value: 339.682604188. iteration 15583 found worse value: 339.682604188. iteration 15584 found worse value: 339.682604188. iteration 15585 found worse value: 339.682604188. iteration 15586 found worse value: 339.682604188. iteration 15587 found worse value: 339.682604188. iteration 15588 found worse value: 339.682604188. iteration 15589 found worse value: 339.682604188. iteration 15590 found worse value: 339.682604188. iteration 15591 found worse value: 339.682604188. iteration 15592 found worse value: 339.682604188. iteration 15593 found worse value: 339.682604188. iteration 15594 found worse value: 339.682604188. iteration 15595 found worse value: 339.682604188. iteration 15596 found worse value: 339.682604188. iteration 15597 found worse value: 339.682604188. iteration 15598 found worse value: 339.682604188. iteration 15599 found worse value: 339.682604188. iteration 15600 found worse value: 339.682604188. iteration 15601 found worse value: 339.682604188. iteration 15602 found worse value: 339.682604188. iteration 15603 found worse value: 339.682604188. iteration 15604 found worse value: 339.682604188. iteration 15605 found worse value: 339.682604188. iteration 15606 found worse value: 339.682604188. iteration 15607 found worse value: 339.682604188. iteration 15608 found worse value: 339.682604188. iteration 15609 found worse value: 339.682604188. iteration 15610 found worse value: 339.682604188. iteration 15611 found worse value: 339.682604188. iteration 15612 found worse value: 339.682604188. iteration 15613 found worse value: 339.682604188. iteration 15614 found worse value: 339.682604188. iteration 15615 found worse value: 339.682604188. iteration 15616 found worse value: 339.682604188. iteration 15617 found worse value: 339.682604188. iteration 15618 found worse value: 339.682604188. iteration 15619 found worse value: 339.682604188. iteration 15620 found worse value: 339.682604188. iteration 15621 found worse value: 339.682604188. iteration 15622 found worse value: 339.682604188. iteration 15623 found worse value: 339.682604188. iteration 15624 found worse value: 339.682604188. iteration 15625 found worse value: 339.682604188. iteration 15626 found worse value: 339.682604188. iteration 15627 found worse value: 339.682604188. iteration 15628 found worse value: 339.682604188. iteration 15629 found worse value: 339.682604188. iteration 15630 found worse value: 339.682604188. iteration 15631 found worse value: 339.682604188. iteration 15632 found worse value: 339.682604188. iteration 15633 found worse value: 339.682604188. iteration 15634 found worse value: 339.682604188. iteration 15635 found worse value: 339.682604188. iteration 15636 found worse value: 339.682604188. iteration 15637 found worse value: 339.682604188. iteration 15638 found worse value: 339.682604188. iteration 15639 found worse value: 339.682604188. iteration 15640 found worse value: 339.682604188. iteration 15641 found worse value: 339.682604188. iteration 15642 found worse value: 339.682604188. iteration 15643 found worse value: 339.682604188. iteration 15644 found worse value: 339.682604188. iteration 15645 found worse value: 339.682604188. iteration 15646 found worse value: 339.682604188. iteration 15647 found worse value: 339.682604188. iteration 15648 found worse value: 339.682604188. iteration 15649 found worse value: 339.682604188. iteration 15650 found worse value: 339.682604188. iteration 15651 found worse value: 339.682604188. iteration 15652 found worse value: 339.682604188. iteration 15653 found worse value: 339.682604188. iteration 15654 found worse value: 339.682604188. iteration 15655 found worse value: 339.682604188. iteration 15656 found worse value: 339.682604188. iteration 15657 found worse value: 339.682604188. iteration 15658 found worse value: 339.682604188. iteration 15659 found worse value: 339.682604188. iteration 15660 found worse value: 339.682604188. iteration 15661 found worse value: 339.682604188. iteration 15662 found worse value: 339.682604188. iteration 15663 found worse value: 339.682604188. iteration 15664 found worse value: 339.682604188. iteration 15665 found worse value: 339.682604188. iteration 15666 found worse value: 339.682604188. iteration 15667 found worse value: 339.682604188. iteration 15668 found worse value: 339.682604188. iteration 15669 found worse value: 339.682604188. iteration 15670 found worse value: 339.682604188. iteration 15671 found worse value: 339.682604188. iteration 15672 found worse value: 339.682604188. iteration 15673 found worse value: 339.682604188. iteration 15674 found worse value: 339.682604188. iteration 15675 found worse value: 339.682604188. iteration 15676 found worse value: 339.682604188. iteration 15677 found worse value: 339.682604188. iteration 15678 found worse value: 339.682604188. iteration 15679 found worse value: 339.682604188. iteration 15680 found worse value: 339.682604188. iteration 15681 found worse value: 339.682604188. iteration 15682 found worse value: 339.682604188. iteration 15683 found worse value: 339.682604188. iteration 15684 found worse value: 339.682604188. iteration 15685 found worse value: 339.682604188. iteration 15686 found worse value: 339.682604188. iteration 15687 found worse value: 339.682604188. iteration 15688 found worse value: 339.682604188. iteration 15689 found worse value: 339.682604188. iteration 15690 found worse value: 339.682604188. iteration 15691 found worse value: 339.682604188. iteration 15692 found worse value: 339.682604188. iteration 15693 found worse value: 339.682604188. iteration 15694 found worse value: 339.682604188. iteration 15695 found worse value: 339.682604188. iteration 15696 found worse value: 339.682604188. iteration 15697 found worse value: 339.682604188. iteration 15698 found worse value: 339.682604188. iteration 15699 found worse value: 339.682604188. iteration 15700 found worse value: 339.682604188. iteration 15701 found worse value: 339.682604188. iteration 15702 found worse value: 339.682604188. iteration 15703 found worse value: 339.682604188. iteration 15704 found worse value: 339.682604188. iteration 15705 found worse value: 339.682604188. iteration 15706 found worse value: 339.682604188. iteration 15707 found worse value: 339.682604188. iteration 15708 found worse value: 339.682604188. iteration 15709 found worse value: 339.682604188. iteration 15710 found worse value: 339.682604188. iteration 15711 found worse value: 339.682604188. iteration 15712 found worse value: 339.682604188. iteration 15713 found worse value: 339.682604188. iteration 15714 found worse value: 339.682604188. iteration 15715 found worse value: 339.682604188. iteration 15716 found worse value: 339.682604188. iteration 15717 found worse value: 339.682604188. iteration 15718 found worse value: 339.682604188. iteration 15719 found worse value: 339.682604188. iteration 15720 found worse value: 339.682604188. iteration 15721 found worse value: 339.682604188. iteration 15722 found worse value: 339.682604188. iteration 15723 found worse value: 339.682604188. iteration 15724 found worse value: 339.682604188. iteration 15725 found worse value: 339.682604188. iteration 15726 found worse value: 339.682604188. iteration 15727 found worse value: 339.682604188. iteration 15728 found worse value: 339.682604188. iteration 15729 found worse value: 339.682604188. iteration 15730 found worse value: 339.682604188. iteration 15731 found worse value: 339.682604188. iteration 15732 found worse value: 339.682604188. iteration 15733 found worse value: 339.682604188. iteration 15734 found worse value: 339.682604188. iteration 15735 found worse value: 339.682604188. iteration 15736 found worse value: 339.682604188. iteration 15737 found worse value: 339.682604188. iteration 15738 found worse value: 339.682604188. iteration 15739 found worse value: 339.682604188. iteration 15740 found worse value: 339.682604188. iteration 15741 found worse value: 339.682604188. iteration 15742 found worse value: 339.682604188. iteration 15743 found worse value: 339.682604188. iteration 15744 found worse value: 339.682604188. iteration 15745 found worse value: 339.682604188. iteration 15746 found worse value: 339.682604188. iteration 15747 found worse value: 339.682604188. iteration 15748 found worse value: 339.682604188. iteration 15749 found worse value: 339.682604188. iteration 15750 found worse value: 339.682604188. iteration 15751 found worse value: 339.682604188. iteration 15752 found worse value: 339.682604188. iteration 15753 found worse value: 339.682604188. iteration 15754 found worse value: 339.682604188. iteration 15755 found worse value: 339.682604188. iteration 15756 found worse value: 339.682604188. iteration 15757 found worse value: 339.682604188. iteration 15758 found worse value: 339.682604188. iteration 15759 found worse value: 339.682604188. iteration 15760 found worse value: 339.682604188. iteration 15761 found worse value: 339.682604188. iteration 15762 found worse value: 339.682604188. iteration 15763 found worse value: 339.682604188. iteration 15764 found worse value: 339.682604188. iteration 15765 found worse value: 339.682604188. iteration 15766 found worse value: 339.682604188. iteration 15767 found worse value: 339.682604188. iteration 15768 found worse value: 339.682604188. iteration 15769 found worse value: 339.682604188. iteration 15770 found worse value: 339.682604188. iteration 15771 found worse value: 339.682604188. iteration 15772 found worse value: 339.682604188. iteration 15773 found worse value: 339.682604188. iteration 15774 found worse value: 339.682604188. iteration 15775 found worse value: 339.682604188. iteration 15776 found worse value: 339.682604188. iteration 15777 found worse value: 339.682604188. iteration 15778 found worse value: 339.682604188. iteration 15779 found worse value: 339.682604188. iteration 15780 found worse value: 339.682604188. iteration 15781 found worse value: 339.682604188. iteration 15782 found worse value: 339.682604188. iteration 15783 found worse value: 339.682604188. iteration 15784 found worse value: 339.682604188. iteration 15785 found worse value: 339.682604188. iteration 15786 found worse value: 339.682604188. iteration 15787 found worse value: 339.682604188. iteration 15788 found worse value: 339.682604188. iteration 15789 found worse value: 339.682604188. iteration 15790 found worse value: 339.682604188. iteration 15791 found worse value: 339.682604188. iteration 15792 found worse value: 339.682604188. iteration 15793 found worse value: 339.682604188. iteration 15794 found worse value: 339.682604188. iteration 15795 found worse value: 339.682604188. iteration 15796 found worse value: 339.682604188. iteration 15797 found worse value: 339.682604188. iteration 15798 found worse value: 339.682604188. iteration 15799 found worse value: 339.682604188. iteration 15800 found worse value: 339.682604188. iteration 15801 found worse value: 339.682604188. iteration 15802 found worse value: 339.682604188. iteration 15803 found worse value: 339.682604188. iteration 15804 found worse value: 339.682604188. iteration 15805 found worse value: 339.682604188. iteration 15806 found worse value: 339.682604188. iteration 15807 found worse value: 339.682604188. iteration 15808 found worse value: 339.682604188. iteration 15809 found worse value: 339.682604188. iteration 15810 found worse value: 339.682604188. iteration 15811 found worse value: 339.682604188. iteration 15812 found worse value: 339.682604188. iteration 15813 found worse value: 339.682604188. iteration 15814 found worse value: 339.682604188. iteration 15815 found worse value: 339.682604188. iteration 15816 found worse value: 339.682604188. iteration 15817 found worse value: 339.682604188. iteration 15818 found worse value: 339.682604188. iteration 15819 found worse value: 339.682604188. iteration 15820 found worse value: 339.682604188. iteration 15821 found worse value: 339.682604188. iteration 15822 found worse value: 339.682604188. iteration 15823 found worse value: 339.682604188. iteration 15824 found worse value: 339.682604188. iteration 15825 found worse value: 339.682604188. iteration 15826 found worse value: 339.682604188. iteration 15827 found worse value: 339.682604188. iteration 15828 found worse value: 339.682604188. iteration 15829 found worse value: 339.682604188. iteration 15830 found worse value: 339.682604188. iteration 15831 found worse value: 339.682604188. iteration 15832 found worse value: 339.682604188. iteration 15833 found worse value: 339.682604188. iteration 15834 found worse value: 339.682604188. iteration 15835 found worse value: 339.682604188. iteration 15836 found worse value: 339.682604188. iteration 15837 found worse value: 339.682604188. iteration 15838 found worse value: 339.682604188. iteration 15839 found worse value: 339.682604188. iteration 15840 found worse value: 339.682604188. iteration 15841 found worse value: 339.682604188. iteration 15842 found worse value: 339.682604188. iteration 15843 found worse value: 339.682604188. iteration 15844 found worse value: 339.682604188. iteration 15845 found worse value: 339.682604188. iteration 15846 found worse value: 339.682604188. iteration 15847 found worse value: 339.682604188. iteration 15848 found worse value: 339.682604188. iteration 15849 found worse value: 339.682604188. iteration 15850 found worse value: 339.682604188. iteration 15851 found worse value: 339.682604188. iteration 15852 found worse value: 339.682604188. iteration 15853 found worse value: 339.682604188. iteration 15854 found worse value: 339.682604188. iteration 15855 found worse value: 339.682604188. iteration 15856 found worse value: 339.682604188. iteration 15857 found worse value: 339.682604188. iteration 15858 found worse value: 339.682604188. iteration 15859 found worse value: 339.682604188. iteration 15860 found worse value: 339.682604188. iteration 15861 found worse value: 339.682604188. iteration 15862 found worse value: 339.682604188. iteration 15863 found worse value: 339.682604188. iteration 15864 found worse value: 339.682604188. iteration 15865 found worse value: 339.682604188. iteration 15866 found worse value: 339.682604188. iteration 15867 found worse value: 339.682604188. iteration 15868 found worse value: 339.682604188. iteration 15869 found worse value: 339.682604188. iteration 15870 found worse value: 339.682604188. iteration 15871 found worse value: 339.682604188. iteration 15872 found worse value: 339.682604188. iteration 15873 found worse value: 339.682604188. iteration 15874 found worse value: 339.682604188. iteration 15875 found worse value: 339.682604188. iteration 15876 found worse value: 339.682604188. iteration 15877 found worse value: 339.682604188. iteration 15878 found worse value: 339.682604188. iteration 15879 found worse value: 339.682604188. iteration 15880 found worse value: 339.682604188. iteration 15881 found worse value: 339.682604188. iteration 15882 found worse value: 339.682604188. iteration 15883 found worse value: 339.682604188. iteration 15884 found worse value: 339.682604188. iteration 15885 found worse value: 339.682604188. iteration 15886 found worse value: 339.682604188. iteration 15887 found worse value: 339.682604188. iteration 15888 found worse value: 339.682604188. iteration 15889 found worse value: 339.682604188. iteration 15890 found worse value: 339.682604188. iteration 15891 found worse value: 339.682604188. iteration 15892 found worse value: 339.682604188. iteration 15893 found worse value: 339.682604188. iteration 15894 found worse value: 339.682604188. iteration 15895 found worse value: 339.682604188. iteration 15896 found worse value: 339.682604188. iteration 15897 found worse value: 339.682604188. iteration 15898 found worse value: 339.682604188. iteration 15899 found worse value: 339.682604188. iteration 15900 found worse value: 339.682604188. iteration 15901 found worse value: 339.682604188. iteration 15902 found worse value: 339.682604188. iteration 15903 found worse value: 339.682604188. iteration 15904 found worse value: 339.682604188. iteration 15905 found worse value: 339.682604188. iteration 15906 found worse value: 339.682604188. iteration 15907 found worse value: 339.682604188. iteration 15908 found worse value: 339.682604188. iteration 15909 found equal value: 339.682604188. iteration 15910 found worse value: 339.682604188. iteration 15911 found worse value: 339.682604188. iteration 15912 found worse value: 339.682604188. iteration 15913 found worse value: 339.682604188. iteration 15914 found worse value: 339.682604188. iteration 15915 found worse value: 339.682604188. iteration 15916 found worse value: 339.682604188. iteration 15917 found worse value: 339.682604188. iteration 15918 found worse value: 339.682604188. iteration 15919 found worse value: 339.682604188. iteration 15920 found worse value: 339.682604188. iteration 15921 found worse value: 339.682604188. iteration 15922 found worse value: 339.682604188. iteration 15923 found worse value: 339.682604188. iteration 15924 found worse value: 339.682604188. iteration 15925 found worse value: 339.682604188. iteration 15926 found worse value: 339.682604188. iteration 15927 found worse value: 339.682604188. iteration 15928 found worse value: 339.682604188. iteration 15929 found worse value: 339.682604188. iteration 15930 found worse value: 339.682604188. iteration 15931 found worse value: 339.682604188. iteration 15932 found worse value: 339.682604188. iteration 15933 found worse value: 339.682604188. iteration 15934 found worse value: 339.682604188. iteration 15935 found worse value: 339.682604188. iteration 15936 found worse value: 339.682604188. iteration 15937 found worse value: 339.682604188. iteration 15938 found worse value: 339.682604188. iteration 15939 found worse value: 339.682604188. iteration 15940 found worse value: 339.682604188. iteration 15941 found worse value: 339.682604188. iteration 15942 found worse value: 339.682604188. iteration 15943 found worse value: 339.682604188. iteration 15944 found worse value: 339.682604188. iteration 15945 found worse value: 339.682604188. iteration 15946 found worse value: 339.682604188. iteration 15947 found worse value: 339.682604188. iteration 15948 found worse value: 339.682604188. iteration 15949 found worse value: 339.682604188. iteration 15950 found worse value: 339.682604188. iteration 15951 found worse value: 339.682604188. iteration 15952 found worse value: 339.682604188. iteration 15953 found worse value: 339.682604188. iteration 15954 found worse value: 339.682604188. iteration 15955 found worse value: 339.682604188. iteration 15956 found worse value: 339.682604188. iteration 15957 found worse value: 339.682604188. iteration 15958 found worse value: 339.682604188. iteration 15959 found worse value: 339.682604188. iteration 15960 found worse value: 339.682604188. iteration 15961 found worse value: 339.682604188. iteration 15962 found worse value: 339.682604188. iteration 15963 found worse value: 339.682604188. iteration 15964 found worse value: 339.682604188. iteration 15965 found worse value: 339.682604188. iteration 15966 found worse value: 339.682604188. iteration 15967 found worse value: 339.682604188. iteration 15968 found worse value: 339.682604188. iteration 15969 found worse value: 339.682604188. iteration 15970 found worse value: 339.682604188. iteration 15971 found worse value: 339.682604188. iteration 15972 found worse value: 339.682604188. iteration 15973 found worse value: 339.682604188. iteration 15974 found worse value: 339.682604188. iteration 15975 found worse value: 339.682604188. iteration 15976 found worse value: 339.682604188. iteration 15977 found worse value: 339.682604188. iteration 15978 found worse value: 339.682604188. iteration 15979 found worse value: 339.682604188. iteration 15980 found worse value: 339.682604188. iteration 15981 found worse value: 339.682604188. iteration 15982 found worse value: 339.682604188. iteration 15983 found worse value: 339.682604188. iteration 15984 found worse value: 339.682604188. iteration 15985 found worse value: 339.682604188. iteration 15986 found worse value: 339.682604188. iteration 15987 found worse value: 339.682604188. iteration 15988 found worse value: 339.682604188. iteration 15989 found worse value: 339.682604188. iteration 15990 found worse value: 339.682604188. iteration 15991 found worse value: 339.682604188. iteration 15992 found worse value: 339.682604188. iteration 15993 found worse value: 339.682604188. iteration 15994 found worse value: 339.682604188. iteration 15995 found worse value: 339.682604188. iteration 15996 found worse value: 339.682604188. iteration 15997 found worse value: 339.682604188. iteration 15998 found worse value: 339.682604188. iteration 15999 found worse value: 339.682604188. iteration 16000 found worse value: 339.682604188. iteration 16001 found worse value: 339.682604188. iteration 16002 found worse value: 339.682604188. iteration 16003 found worse value: 339.682604188. iteration 16004 found worse value: 339.682604188. iteration 16005 found worse value: 339.682604188. iteration 16006 found worse value: 339.682604188. iteration 16007 found worse value: 339.682604188. iteration 16008 found worse value: 339.682604188. iteration 16009 found worse value: 339.682604188. iteration 16010 found worse value: 339.682604188. iteration 16011 found worse value: 339.682604188. iteration 16012 found worse value: 339.682604188. iteration 16013 found worse value: 339.682604188. iteration 16014 found worse value: 339.682604188. iteration 16015 found worse value: 339.682604188. iteration 16016 found worse value: 339.682604188. iteration 16017 found worse value: 339.682604188. iteration 16018 found worse value: 339.682604188. iteration 16019 found worse value: 339.682604188. iteration 16020 found worse value: 339.682604188. iteration 16021 found worse value: 339.682604188. iteration 16022 found worse value: 339.682604188. iteration 16023 found worse value: 339.682604188. iteration 16024 found worse value: 339.682604188. iteration 16025 found worse value: 339.682604188. iteration 16026 found worse value: 339.682604188. iteration 16027 found worse value: 339.682604188. iteration 16028 found worse value: 339.682604188. iteration 16029 found worse value: 339.682604188. iteration 16030 found worse value: 339.682604188. iteration 16031 found worse value: 339.682604188. iteration 16032 found worse value: 339.682604188. iteration 16033 found worse value: 339.682604188. iteration 16034 found worse value: 339.682604188. iteration 16035 found worse value: 339.682604188. iteration 16036 found worse value: 339.682604188. iteration 16037 found worse value: 339.682604188. iteration 16038 found worse value: 339.682604188. iteration 16039 found worse value: 339.682604188. iteration 16040 found worse value: 339.682604188. iteration 16041 found worse value: 339.682604188. iteration 16042 found worse value: 339.682604188. iteration 16043 found worse value: 339.682604188. iteration 16044 found worse value: 339.682604188. iteration 16045 found worse value: 339.682604188. iteration 16046 found worse value: 339.682604188. iteration 16047 found worse value: 339.682604188. iteration 16048 found worse value: 339.682604188. iteration 16049 found worse value: 339.682604188. iteration 16050 found worse value: 339.682604188. iteration 16051 found worse value: 339.682604188. iteration 16052 found worse value: 339.682604188. iteration 16053 found worse value: 339.682604188. iteration 16054 found worse value: 339.682604188. iteration 16055 found worse value: 339.682604188. iteration 16056 found worse value: 339.682604188. iteration 16057 found worse value: 339.682604188. iteration 16058 found worse value: 339.682604188. iteration 16059 found worse value: 339.682604188. iteration 16060 found worse value: 339.682604188. iteration 16061 found worse value: 339.682604188. iteration 16062 found worse value: 339.682604188. iteration 16063 found worse value: 339.682604188. iteration 16064 found worse value: 339.682604188. iteration 16065 found worse value: 339.682604188. iteration 16066 found worse value: 339.682604188. iteration 16067 found worse value: 339.682604188. iteration 16068 found worse value: 339.682604188. iteration 16069 found worse value: 339.682604188. iteration 16070 found worse value: 339.682604188. iteration 16071 found worse value: 339.682604188. iteration 16072 found worse value: 339.682604188. iteration 16073 found worse value: 339.682604188. iteration 16074 found worse value: 339.682604188. iteration 16075 found worse value: 339.682604188. iteration 16076 found worse value: 339.682604188. iteration 16077 found worse value: 339.682604188. iteration 16078 found worse value: 339.682604188. iteration 16079 found worse value: 339.682604188. iteration 16080 found worse value: 339.682604188. iteration 16081 found worse value: 339.682604188. iteration 16082 found worse value: 339.682604188. iteration 16083 found worse value: 339.682604188. iteration 16084 found worse value: 339.682604188. iteration 16085 found worse value: 339.682604188. iteration 16086 found worse value: 339.682604188. iteration 16087 found worse value: 339.682604188. iteration 16088 found worse value: 339.682604188. iteration 16089 found worse value: 339.682604188. iteration 16090 found worse value: 339.682604188. iteration 16091 found worse value: 339.682604188. iteration 16092 found worse value: 339.682604188. iteration 16093 found worse value: 339.682604188. iteration 16094 found worse value: 339.682604188. iteration 16095 found worse value: 339.682604188. iteration 16096 found worse value: 339.682604188. iteration 16097 found worse value: 339.682604188. iteration 16098 found worse value: 339.682604188. iteration 16099 found worse value: 339.682604188. iteration 16100 found worse value: 339.682604188. iteration 16101 found worse value: 339.682604188. iteration 16102 found worse value: 339.682604188. iteration 16103 found worse value: 339.682604188. iteration 16104 found worse value: 339.682604188. iteration 16105 found worse value: 339.682604188. iteration 16106 found worse value: 339.682604188. iteration 16107 found worse value: 339.682604188. iteration 16108 found worse value: 339.682604188. iteration 16109 found worse value: 339.682604188. iteration 16110 found worse value: 339.682604188. iteration 16111 found worse value: 339.682604188. iteration 16112 found worse value: 339.682604188. iteration 16113 found worse value: 339.682604188. iteration 16114 found worse value: 339.682604188. iteration 16115 found worse value: 339.682604188. iteration 16116 found worse value: 339.682604188. iteration 16117 found worse value: 339.682604188. iteration 16118 found worse value: 339.682604188. iteration 16119 found worse value: 339.682604188. iteration 16120 found worse value: 339.682604188. iteration 16121 found worse value: 339.682604188. iteration 16122 found worse value: 339.682604188. iteration 16123 found worse value: 339.682604188. iteration 16124 found worse value: 339.682604188. iteration 16125 found worse value: 339.682604188. iteration 16126 found worse value: 339.682604188. iteration 16127 found worse value: 339.682604188. iteration 16128 found worse value: 339.682604188. iteration 16129 found worse value: 339.682604188. iteration 16130 found worse value: 339.682604188. iteration 16131 found worse value: 339.682604188. iteration 16132 found worse value: 339.682604188. iteration 16133 found worse value: 339.682604188. iteration 16134 found worse value: 339.682604188. iteration 16135 found worse value: 339.682604188. iteration 16136 found worse value: 339.682604188. iteration 16137 found worse value: 339.682604188. iteration 16138 found worse value: 339.682604188. iteration 16139 found worse value: 339.682604188. iteration 16140 found worse value: 339.682604188. iteration 16141 found worse value: 339.682604188. iteration 16142 found worse value: 339.682604188. iteration 16143 found worse value: 339.682604188. iteration 16144 found worse value: 339.682604188. iteration 16145 found worse value: 339.682604188. iteration 16146 found worse value: 339.682604188. iteration 16147 found worse value: 339.682604188. iteration 16148 found worse value: 339.682604188. iteration16148, perturbing to get out of local maxima iteration 16149 found worse value: 339.682604188. iteration 16150 found worse value: 339.682604188. iteration 16151 found worse value: 339.682604188. iteration 16152 found worse value: 339.682604188. iteration 16153 found worse value: 339.682604188. iteration 16154 found worse value: 339.682604188. iteration 16155 found worse value: 339.682604188. iteration 16156 found worse value: 339.682604188. iteration 16157 found worse value: 339.682604188. iteration 16158 found worse value: 339.682604188. iteration 16159 found worse value: 339.682604188. iteration 16160 found worse value: 339.682604188. iteration 16161 found worse value: 339.682604188. iteration 16162 found worse value: 339.682604188. iteration 16163 found worse value: 339.682604188. iteration 16164 found worse value: 339.682604188. iteration 16165 found worse value: 339.682604188. iteration 16166 found worse value: 339.682604188. iteration 16167 found worse value: 339.682604188. iteration 16168 found worse value: 339.682604188. iteration 16169 found worse value: 339.682604188. iteration 16170 found worse value: 339.682604188. iteration 16171 found worse value: 339.682604188. iteration 16172 found worse value: 339.682604188. iteration 16173 found worse value: 339.682604188. iteration 16174 found worse value: 339.682604188. iteration 16175 found worse value: 339.682604188. iteration 16176 found worse value: 339.682604188. iteration 16177 found worse value: 339.682604188. iteration 16178 found worse value: 339.682604188. iteration 16179 found worse value: 339.682604188. iteration 16180 found worse value: 339.682604188. iteration 16181 found worse value: 339.682604188. iteration 16182 found worse value: 339.682604188. iteration 16183 found worse value: 339.682604188. iteration 16184 found worse value: 339.682604188. iteration 16185 found worse value: 339.682604188. iteration 16186 found worse value: 339.682604188. iteration 16187 found worse value: 339.682604188. iteration 16188 found worse value: 339.682604188. iteration 16189 found worse value: 339.682604188. iteration 16190 found worse value: 339.682604188. iteration 16191 found worse value: 339.682604188. iteration 16192 found worse value: 339.682604188. iteration 16193 found worse value: 339.682604188. iteration 16194 found worse value: 339.682604188. iteration16194, perturbing to get out of local maxima iteration 16195 found worse value: 339.682604188. iteration 16196 found worse value: 339.682604188. iteration 16197 found worse value: 339.682604188. iteration 16198 found worse value: 339.682604188. iteration 16199 found worse value: 339.682604188. iteration 16200 found worse value: 339.682604188. iteration 16201 found worse value: 339.682604188. iteration 16202 found worse value: 339.682604188. iteration 16203 found worse value: 339.682604188. iteration 16204 found worse value: 339.682604188. iteration 16205 found worse value: 339.682604188. iteration 16206 found worse value: 339.682604188. iteration 16207 found worse value: 339.682604188. iteration 16208 found worse value: 339.682604188. iteration 16209 found worse value: 339.682604188. iteration 16210 found worse value: 339.682604188. iteration 16211 found worse value: 339.682604188. iteration 16212 found worse value: 339.682604188. iteration 16213 found worse value: 339.682604188. iteration 16214 found worse value: 339.682604188. iteration 16215 found worse value: 339.682604188. iteration 16216 found worse value: 339.682604188. iteration 16217 found worse value: 339.682604188. iteration 16218 found worse value: 339.682604188. iteration 16219 found worse value: 339.682604188. iteration 16220 found worse value: 339.682604188. iteration 16221 found worse value: 339.682604188. iteration 16222 found worse value: 339.682604188. iteration 16223 found worse value: 339.682604188. iteration 16224 found worse value: 339.682604188. iteration 16225 found worse value: 339.682604188. iteration 16226 found worse value: 339.682604188. iteration 16227 found worse value: 339.682604188. iteration 16228 found worse value: 339.682604188. iteration 16229 found worse value: 339.682604188. iteration 16230 found worse value: 339.682604188. iteration 16231 found worse value: 339.682604188. iteration 16232 found worse value: 339.682604188. iteration 16233 found worse value: 339.682604188. iteration 16234 found worse value: 339.682604188. iteration 16235 found worse value: 339.682604188. iteration 16236 found worse value: 339.682604188. iteration 16237 found worse value: 339.682604188. iteration 16238 found worse value: 339.682604188. iteration 16239 found worse value: 339.682604188. iteration 16240 found worse value: 339.682604188. iteration 16241 found worse value: 339.682604188. iteration 16242 found worse value: 339.682604188. iteration 16243 found worse value: 339.682604188. iteration 16244 found worse value: 339.682604188. iteration 16245 found worse value: 339.682604188. iteration 16246 found worse value: 339.682604188. iteration 16247 found worse value: 339.682604188. iteration 16248 found worse value: 339.682604188. iteration 16249 found worse value: 339.682604188. iteration 16250 found worse value: 339.682604188. iteration 16251 found worse value: 339.682604188. iteration 16252 found worse value: 339.682604188. iteration 16253 found worse value: 339.682604188. iteration 16254 found worse value: 339.682604188. iteration 16255 found worse value: 339.682604188. iteration 16256 found worse value: 339.682604188. iteration 16257 found worse value: 339.682604188. iteration 16258 found worse value: 339.682604188. iteration 16259 found worse value: 339.682604188. iteration 16260 found worse value: 339.682604188. iteration 16261 found worse value: 339.682604188. iteration 16262 found worse value: 339.682604188. iteration 16263 found worse value: 339.682604188. iteration 16264 found worse value: 339.682604188. iteration 16265 found worse value: 339.682604188. iteration 16266 found worse value: 339.682604188. iteration 16267 found worse value: 339.682604188. iteration 16268 found worse value: 339.682604188. iteration 16269 found worse value: 339.682604188. iteration 16270 found worse value: 339.682604188. iteration 16271 found worse value: 339.682604188. iteration 16272 found worse value: 339.682604188. iteration 16273 found worse value: 339.682604188. iteration 16274 found worse value: 339.682604188. iteration 16275 found worse value: 339.682604188. iteration 16276 found worse value: 339.682604188. iteration 16277 found worse value: 339.682604188. iteration 16278 found worse value: 339.682604188. iteration 16279 found worse value: 339.682604188. iteration 16280 found worse value: 339.682604188. iteration 16281 found worse value: 339.682604188. iteration 16282 found worse value: 339.682604188. iteration 16283 found worse value: 339.682604188. iteration 16284 found worse value: 339.682604188. iteration 16285 found worse value: 339.682604188. iteration 16286 found worse value: 339.682604188. iteration 16287 found worse value: 339.682604188. iteration 16288 found worse value: 339.682604188. iteration 16289 found worse value: 339.682604188. iteration 16290 found worse value: 339.682604188. iteration 16291 found worse value: 339.682604188. iteration 16292 found worse value: 339.682604188. iteration 16293 found worse value: 339.682604188. iteration 16294 found worse value: 339.682604188. iteration 16295 found worse value: 339.682604188. iteration 16296 found worse value: 339.682604188. iteration 16297 found worse value: 339.682604188. iteration 16298 found worse value: 339.682604188. iteration 16299 found worse value: 339.682604188. iteration 16300 found worse value: 339.682604188. iteration 16301 found worse value: 339.682604188. iteration 16302 found worse value: 339.682604188. iteration 16303 found worse value: 339.682604188. iteration 16304 found worse value: 339.682604188. iteration 16305 found worse value: 339.682604188. iteration 16306 found worse value: 339.682604188. iteration 16307 found worse value: 339.682604188. iteration 16308 found worse value: 339.682604188. iteration 16309 found worse value: 339.682604188. iteration 16310 found worse value: 339.682604188. iteration 16311 found worse value: 339.682604188. iteration 16312 found worse value: 339.682604188. iteration 16313 found worse value: 339.682604188. iteration 16314 found worse value: 339.682604188. iteration 16315 found worse value: 339.682604188. iteration 16316 found worse value: 339.682604188. iteration 16317 found worse value: 339.682604188. iteration 16318 found worse value: 339.682604188. iteration 16319 found worse value: 339.682604188. iteration 16320 found worse value: 339.682604188. iteration 16321 found worse value: 339.682604188. iteration 16322 found worse value: 339.682604188. iteration 16323 found worse value: 339.682604188. iteration 16324 found worse value: 339.682604188. iteration 16325 found worse value: 339.682604188. iteration 16326 found worse value: 339.682604188. iteration 16327 found worse value: 339.682604188. iteration 16328 found worse value: 339.682604188. iteration 16329 found worse value: 339.682604188. iteration 16330 found worse value: 339.682604188. iteration 16331 found worse value: 339.682604188. iteration 16332 found worse value: 339.682604188. iteration 16333 found worse value: 339.682604188. iteration 16334 found worse value: 339.682604188. iteration 16335 found worse value: 339.682604188. iteration 16336 found worse value: 339.682604188. iteration 16337 found worse value: 339.682604188. iteration 16338 found worse value: 339.682604188. iteration 16339 found worse value: 339.682604188. iteration 16340 found worse value: 339.682604188. iteration 16341 found worse value: 339.682604188. iteration 16342 found worse value: 339.682604188. iteration 16343 found worse value: 339.682604188. iteration 16344 found worse value: 339.682604188. iteration 16345 found worse value: 339.682604188. iteration 16346 found equal value: 339.682604188. iteration 16347 found worse value: 339.682604188. iteration 16348 found worse value: 339.682604188. iteration 16349 found worse value: 339.682604188. iteration 16350 found worse value: 339.682604188. iteration 16351 found worse value: 339.682604188. iteration 16352 found worse value: 339.682604188. iteration 16353 found worse value: 339.682604188. iteration 16354 found worse value: 339.682604188. iteration 16355 found worse value: 339.682604188. iteration 16356 found worse value: 339.682604188. iteration 16357 found worse value: 339.682604188. iteration 16358 found worse value: 339.682604188. iteration 16359 found worse value: 339.682604188. iteration 16360 found worse value: 339.682604188. iteration 16361 found worse value: 339.682604188. iteration 16362 found worse value: 339.682604188. iteration 16363 found worse value: 339.682604188. iteration 16364 found worse value: 339.682604188. iteration 16365 found worse value: 339.682604188. iteration 16366 found worse value: 339.682604188. iteration 16367 found worse value: 339.682604188. iteration 16368 found worse value: 339.682604188. iteration 16369 found worse value: 339.682604188. iteration 16370 found worse value: 339.682604188. iteration 16371 found worse value: 339.682604188. iteration 16372 found worse value: 339.682604188. iteration 16373 found worse value: 339.682604188. iteration 16374 found worse value: 339.682604188. iteration 16375 found worse value: 339.682604188. iteration 16376 found worse value: 339.682604188. iteration 16377 found worse value: 339.682604188. iteration 16378 found worse value: 339.682604188. iteration 16379 found worse value: 339.682604188. iteration 16380 found worse value: 339.682604188. iteration 16381 found worse value: 339.682604188. iteration 16382 found worse value: 339.682604188. iteration 16383 found worse value: 339.682604188. iteration 16384 found worse value: 339.682604188. iteration 16385 found worse value: 339.682604188. iteration 16386 found worse value: 339.682604188. iteration 16387 found worse value: 339.682604188. iteration 16388 found worse value: 339.682604188. iteration 16389 found worse value: 339.682604188. iteration 16390 found worse value: 339.682604188. iteration 16391 found worse value: 339.682604188. iteration 16392 found worse value: 339.682604188. iteration 16393 found worse value: 339.682604188. iteration 16394 found worse value: 339.682604188. iteration 16395 found worse value: 339.682604188. iteration 16396 found worse value: 339.682604188. iteration 16397 found worse value: 339.682604188. iteration 16398 found worse value: 339.682604188. iteration 16399 found worse value: 339.682604188. iteration 16400 found worse value: 339.682604188. iteration 16401 found worse value: 339.682604188. iteration 16402 found worse value: 339.682604188. iteration 16403 found worse value: 339.682604188. iteration 16404 found worse value: 339.682604188. iteration 16405 found worse value: 339.682604188. iteration 16406 found worse value: 339.682604188. iteration 16407 found worse value: 339.682604188. iteration 16408 found worse value: 339.682604188. iteration 16409 found worse value: 339.682604188. iteration 16410 found worse value: 339.682604188. iteration 16411 found worse value: 339.682604188. iteration 16412 found worse value: 339.682604188. iteration 16413 found worse value: 339.682604188. iteration 16414 found worse value: 339.682604188. iteration 16415 found worse value: 339.682604188. iteration 16416 found worse value: 339.682604188. iteration 16417 found worse value: 339.682604188. iteration 16418 found worse value: 339.682604188. iteration 16419 found worse value: 339.682604188. iteration 16420 found worse value: 339.682604188. iteration 16421 found worse value: 339.682604188. iteration 16422 found worse value: 339.682604188. iteration 16423 found worse value: 339.682604188. iteration 16424 found worse value: 339.682604188. iteration 16425 found worse value: 339.682604188. iteration 16426 found worse value: 339.682604188. iteration 16427 found worse value: 339.682604188. iteration 16428 found worse value: 339.682604188. iteration 16429 found worse value: 339.682604188. iteration 16430 found worse value: 339.682604188. iteration 16431 found worse value: 339.682604188. iteration 16432 found worse value: 339.682604188. iteration 16433 found worse value: 339.682604188. iteration 16434 found worse value: 339.682604188. iteration 16435 found worse value: 339.682604188. iteration 16436 found worse value: 339.682604188. iteration 16437 found worse value: 339.682604188. iteration 16438 found worse value: 339.682604188. iteration 16439 found worse value: 339.682604188. iteration 16440 found worse value: 339.682604188. iteration 16441 found worse value: 339.682604188. iteration 16442 found worse value: 339.682604188. iteration 16443 found worse value: 339.682604188. iteration 16444 found worse value: 339.682604188. iteration 16445 found worse value: 339.682604188. iteration 16446 found worse value: 339.682604188. iteration 16447 found worse value: 339.682604188. iteration 16448 found worse value: 339.682604188. iteration 16449 found worse value: 339.682604188. iteration 16450 found worse value: 339.682604188. iteration 16451 found worse value: 339.682604188. iteration 16452 found worse value: 339.682604188. iteration 16453 found worse value: 339.682604188. iteration 16454 found worse value: 339.682604188. iteration 16455 found worse value: 339.682604188. iteration 16456 found worse value: 339.682604188. iteration 16457 found worse value: 339.682604188. iteration 16458 found worse value: 339.682604188. iteration 16459 found worse value: 339.682604188. iteration 16460 found worse value: 339.682604188. iteration 16461 found worse value: 339.682604188. iteration 16462 found worse value: 339.682604188. iteration 16463 found worse value: 339.682604188. iteration 16464 found worse value: 339.682604188. iteration 16465 found worse value: 339.682604188. iteration 16466 found worse value: 339.682604188. iteration 16467 found worse value: 339.682604188. iteration 16468 found worse value: 339.682604188. iteration 16469 found worse value: 339.682604188. iteration 16470 found worse value: 339.682604188. iteration 16471 found worse value: 339.682604188. iteration 16472 found worse value: 339.682604188. iteration 16473 found worse value: 339.682604188. iteration 16474 found worse value: 339.682604188. iteration 16475 found worse value: 339.682604188. iteration 16476 found worse value: 339.682604188. iteration 16477 found worse value: 339.682604188. iteration 16478 found worse value: 339.682604188. iteration 16479 found worse value: 339.682604188. iteration 16480 found worse value: 339.682604188. iteration 16481 found worse value: 339.682604188. iteration 16482 found worse value: 339.682604188. iteration 16483 found worse value: 339.682604188. iteration 16484 found worse value: 339.682604188. iteration 16485 found worse value: 339.682604188. iteration 16486 found worse value: 339.682604188. iteration 16487 found worse value: 339.682604188. iteration 16488 found worse value: 339.682604188. iteration 16489 found worse value: 339.682604188. iteration 16490 found worse value: 339.682604188. iteration 16491 found worse value: 339.682604188. iteration 16492 found worse value: 339.682604188. iteration 16493 found worse value: 339.682604188. iteration 16494 found worse value: 339.682604188. iteration 16495 found worse value: 339.682604188. iteration 16496 found worse value: 339.682604188. iteration 16497 found worse value: 339.682604188. iteration 16498 found worse value: 339.682604188. iteration 16499 found worse value: 339.682604188. iteration 16500 found worse value: 339.682604188. iteration 16501 found worse value: 339.682604188. iteration 16502 found worse value: 339.682604188. iteration 16503 found worse value: 339.682604188. iteration 16504 found worse value: 339.682604188. iteration 16505 found worse value: 339.682604188. iteration 16506 found worse value: 339.682604188. iteration 16507 found worse value: 339.682604188. iteration 16508 found worse value: 339.682604188. iteration 16509 found worse value: 339.682604188. iteration 16510 found worse value: 339.682604188. iteration16510, perturbing to get out of local maxima iteration 16511 found worse value: 339.682604188. iteration 16512 found worse value: 339.682604188. iteration 16513 found worse value: 339.682604188. iteration 16514 found worse value: 339.682604188. iteration 16515 found worse value: 339.682604188. iteration 16516 found worse value: 339.682604188. iteration 16517 found worse value: 339.682604188. iteration 16518 found worse value: 339.682604188. iteration 16519 found worse value: 339.682604188. iteration 16520 found worse value: 339.682604188. iteration 16521 found worse value: 339.682604188. iteration 16522 found worse value: 339.682604188. iteration 16523 found worse value: 339.682604188. iteration 16524 found worse value: 339.682604188. iteration 16525 found worse value: 339.682604188. iteration 16526 found worse value: 339.682604188. iteration 16527 found worse value: 339.682604188. iteration 16528 found worse value: 339.682604188. iteration 16529 found worse value: 339.682604188. iteration 16530 found worse value: 339.682604188. iteration 16531 found worse value: 339.682604188. iteration 16532 found worse value: 339.682604188. iteration 16533 found worse value: 339.682604188. iteration 16534 found worse value: 339.682604188. iteration 16535 found worse value: 339.682604188. iteration 16536 found worse value: 339.682604188. iteration 16537 found worse value: 339.682604188. iteration 16538 found worse value: 339.682604188. iteration 16539 found worse value: 339.682604188. iteration 16540 found worse value: 339.682604188. iteration 16541 found worse value: 339.682604188. iteration 16542 found worse value: 339.682604188. iteration 16543 found worse value: 339.682604188. iteration 16544 found worse value: 339.682604188. iteration 16545 found worse value: 339.682604188. iteration 16546 found worse value: 339.682604188. iteration 16547 found worse value: 339.682604188. iteration 16548 found worse value: 339.682604188. iteration 16549 found worse value: 339.682604188. iteration 16550 found worse value: 339.682604188. iteration 16551 found worse value: 339.682604188. iteration 16552 found worse value: 339.682604188. iteration 16553 found worse value: 339.682604188. iteration 16554 found worse value: 339.682604188. iteration 16555 found worse value: 339.682604188. iteration 16556 found worse value: 339.682604188. iteration 16557 found worse value: 339.682604188. iteration 16558 found worse value: 339.682604188. iteration 16559 found worse value: 339.682604188. iteration 16560 found worse value: 339.682604188. iteration 16561 found worse value: 339.682604188. iteration 16562 found worse value: 339.682604188. iteration 16563 found worse value: 339.682604188. iteration 16564 found worse value: 339.682604188. iteration 16565 found worse value: 339.682604188. iteration 16566 found worse value: 339.682604188. iteration 16567 found worse value: 339.682604188. iteration 16568 found worse value: 339.682604188. iteration 16569 found worse value: 339.682604188. iteration 16570 found worse value: 339.682604188. iteration16570, perturbing to get out of local maxima iteration 16571 found worse value: 339.682604188. iteration 16572 found worse value: 339.682604188. iteration 16573 found worse value: 339.682604188. iteration 16574 found worse value: 339.682604188. iteration 16575 found worse value: 339.682604188. iteration 16576 found worse value: 339.682604188. iteration 16577 found worse value: 339.682604188. iteration 16578 found worse value: 339.682604188. iteration 16579 found worse value: 339.682604188. iteration 16580 found worse value: 339.682604188. iteration 16581 found worse value: 339.682604188. iteration 16582 found worse value: 339.682604188. iteration 16583 found worse value: 339.682604188. iteration 16584 found worse value: 339.682604188. iteration 16585 found worse value: 339.682604188. iteration 16586 found worse value: 339.682604188. iteration 16587 found worse value: 339.682604188. iteration 16588 found worse value: 339.682604188. iteration 16589 found worse value: 339.682604188. iteration 16590 found worse value: 339.682604188. iteration 16591 found worse value: 339.682604188. iteration 16592 found worse value: 339.682604188. iteration 16593 found worse value: 339.682604188. iteration 16594 found worse value: 339.682604188. iteration 16595 found worse value: 339.682604188. iteration 16596 found worse value: 339.682604188. iteration 16597 found worse value: 339.682604188. iteration 16598 found worse value: 339.682604188. iteration 16599 found worse value: 339.682604188. iteration 16600 found worse value: 339.682604188. iteration 16601 found worse value: 339.682604188. iteration 16602 found worse value: 339.682604188. iteration 16603 found worse value: 339.682604188. iteration 16604 found worse value: 339.682604188. iteration 16605 found worse value: 339.682604188. iteration 16606 found worse value: 339.682604188. iteration 16607 found worse value: 339.682604188. iteration 16608 found worse value: 339.682604188. iteration 16609 found worse value: 339.682604188. iteration 16610 found worse value: 339.682604188. iteration 16611 found worse value: 339.682604188. iteration 16612 found worse value: 339.682604188. iteration 16613 found worse value: 339.682604188. iteration 16614 found worse value: 339.682604188. iteration 16615 found worse value: 339.682604188. iteration 16616 found worse value: 339.682604188. iteration 16617 found worse value: 339.682604188. iteration 16618 found worse value: 339.682604188. iteration 16619 found worse value: 339.682604188. iteration 16620 found worse value: 339.682604188. iteration 16621 found worse value: 339.682604188. iteration 16622 found worse value: 339.682604188. iteration 16623 found worse value: 339.682604188. iteration 16624 found worse value: 339.682604188. iteration 16625 found worse value: 339.682604188. iteration 16626 found worse value: 339.682604188. iteration 16627 found worse value: 339.682604188. iteration 16628 found worse value: 339.682604188. iteration 16629 found worse value: 339.682604188. iteration 16630 found worse value: 339.682604188. iteration 16631 found worse value: 339.682604188. iteration 16632 found worse value: 339.682604188. iteration 16633 found worse value: 339.682604188. iteration 16634 found worse value: 339.682604188. iteration 16635 found worse value: 339.682604188. iteration 16636 found worse value: 339.682604188. iteration 16637 found worse value: 339.682604188. iteration 16638 found worse value: 339.682604188. iteration 16639 found worse value: 339.682604188. iteration 16640 found worse value: 339.682604188. iteration 16641 found worse value: 339.682604188. iteration 16642 found worse value: 339.682604188. iteration 16643 found worse value: 339.682604188. iteration 16644 found worse value: 339.682604188. iteration 16645 found worse value: 339.682604188. iteration 16646 found worse value: 339.682604188. iteration 16647 found worse value: 339.682604188. iteration 16648 found worse value: 339.682604188. iteration 16649 found worse value: 339.682604188. iteration 16650 found worse value: 339.682604188. iteration 16651 found worse value: 339.682604188. iteration 16652 found worse value: 339.682604188. iteration 16653 found worse value: 339.682604188. iteration 16654 found worse value: 339.682604188. iteration 16655 found worse value: 339.682604188. iteration 16656 found worse value: 339.682604188. iteration 16657 found worse value: 339.682604188. iteration 16658 found worse value: 339.682604188. iteration 16659 found worse value: 339.682604188. iteration 16660 found worse value: 339.682604188. iteration 16661 found worse value: 339.682604188. iteration 16662 found worse value: 339.682604188. iteration 16663 found worse value: 339.682604188. iteration 16664 found worse value: 339.682604188. iteration 16665 found worse value: 339.682604188. iteration 16666 found worse value: 339.682604188. iteration 16667 found worse value: 339.682604188. iteration 16668 found worse value: 339.682604188. iteration 16669 found worse value: 339.682604188. iteration 16670 found worse value: 339.682604188. iteration 16671 found worse value: 339.682604188. iteration 16672 found worse value: 339.682604188. iteration 16673 found worse value: 339.682604188. iteration 16674 found worse value: 339.682604188. iteration 16675 found worse value: 339.682604188. iteration 16676 found worse value: 339.682604188. iteration 16677 found worse value: 339.682604188. iteration 16678 found worse value: 339.682604188. iteration 16679 found worse value: 339.682604188. iteration 16680 found worse value: 339.682604188. iteration 16681 found worse value: 339.682604188. iteration 16682 found worse value: 339.682604188. iteration 16683 found worse value: 339.682604188. iteration 16684 found worse value: 339.682604188. iteration 16685 found worse value: 339.682604188. iteration 16686 found worse value: 339.682604188. iteration 16687 found worse value: 339.682604188. iteration 16688 found worse value: 339.682604188. iteration 16689 found worse value: 339.682604188. iteration 16690 found worse value: 339.682604188. iteration 16691 found worse value: 339.682604188. iteration 16692 found worse value: 339.682604188. iteration 16693 found worse value: 339.682604188. iteration 16694 found worse value: 339.682604188. iteration 16695 found equal value: 339.682604188. iteration 16696 found worse value: 339.682604188. iteration 16697 found worse value: 339.682604188. iteration 16698 found worse value: 339.682604188. iteration 16699 found worse value: 339.682604188. iteration 16700 found worse value: 339.682604188. iteration 16701 found worse value: 339.682604188. iteration 16702 found worse value: 339.682604188. iteration 16703 found worse value: 339.682604188. iteration 16704 found worse value: 339.682604188. iteration 16705 found worse value: 339.682604188. iteration 16706 found worse value: 339.682604188. iteration 16707 found worse value: 339.682604188. iteration 16708 found worse value: 339.682604188. iteration 16709 found worse value: 339.682604188. iteration 16710 found worse value: 339.682604188. iteration 16711 found worse value: 339.682604188. iteration 16712 found worse value: 339.682604188. iteration 16713 found worse value: 339.682604188. iteration 16714 found worse value: 339.682604188. iteration 16715 found worse value: 339.682604188. iteration 16716 found worse value: 339.682604188. iteration 16717 found worse value: 339.682604188. iteration 16718 found worse value: 339.682604188. iteration 16719 found worse value: 339.682604188. iteration 16720 found worse value: 339.682604188. iteration 16721 found worse value: 339.682604188. iteration 16722 found worse value: 339.682604188. iteration 16723 found worse value: 339.682604188. iteration 16724 found worse value: 339.682604188. iteration 16725 found worse value: 339.682604188. iteration 16726 found worse value: 339.682604188. iteration 16727 found worse value: 339.682604188. iteration 16728 found worse value: 339.682604188. iteration 16729 found worse value: 339.682604188. iteration 16730 found worse value: 339.682604188. iteration 16731 found worse value: 339.682604188. iteration 16732 found worse value: 339.682604188. iteration 16733 found worse value: 339.682604188. iteration 16734 found worse value: 339.682604188. iteration 16735 found worse value: 339.682604188. iteration 16736 found worse value: 339.682604188. iteration 16737 found worse value: 339.682604188. iteration 16738 found worse value: 339.682604188. iteration 16739 found worse value: 339.682604188. iteration 16740 found worse value: 339.682604188. iteration 16741 found worse value: 339.682604188. iteration 16742 found worse value: 339.682604188. iteration 16743 found worse value: 339.682604188. iteration 16744 found worse value: 339.682604188. iteration 16745 found worse value: 339.682604188. iteration 16746 found worse value: 339.682604188. iteration 16747 found worse value: 339.682604188. iteration 16748 found worse value: 339.682604188. iteration 16749 found worse value: 339.682604188. iteration 16750 found worse value: 339.682604188. iteration 16751 found worse value: 339.682604188. iteration 16752 found worse value: 339.682604188. iteration 16753 found worse value: 339.682604188. iteration 16754 found worse value: 339.682604188. iteration 16755 found worse value: 339.682604188. iteration 16756 found worse value: 339.682604188. iteration 16757 found worse value: 339.682604188. iteration 16758 found worse value: 339.682604188. iteration 16759 found worse value: 339.682604188. iteration 16760 found worse value: 339.682604188. iteration 16761 found worse value: 339.682604188. iteration 16762 found worse value: 339.682604188. iteration 16763 found worse value: 339.682604188. iteration 16764 found worse value: 339.682604188. iteration 16765 found worse value: 339.682604188. iteration 16766 found worse value: 339.682604188. iteration 16767 found worse value: 339.682604188. iteration 16768 found worse value: 339.682604188. iteration 16769 found worse value: 339.682604188. iteration 16770 found worse value: 339.682604188. iteration 16771 found worse value: 339.682604188. iteration 16772 found worse value: 339.682604188. iteration 16773 found worse value: 339.682604188. iteration 16774 found worse value: 339.682604188. iteration 16775 found worse value: 339.682604188. iteration 16776 found worse value: 339.682604188. iteration 16777 found worse value: 339.682604188. iteration 16778 found worse value: 339.682604188. iteration 16779 found worse value: 339.682604188. iteration 16780 found worse value: 339.682604188. iteration 16781 found worse value: 339.682604188. iteration 16782 found worse value: 339.682604188. iteration 16783 found worse value: 339.682604188. iteration 16784 found worse value: 339.682604188. iteration 16785 found worse value: 339.682604188. iteration 16786 found worse value: 339.682604188. iteration 16787 found worse value: 339.682604188. iteration 16788 found worse value: 339.682604188. iteration 16789 found worse value: 339.682604188. iteration 16790 found worse value: 339.682604188. iteration 16791 found worse value: 339.682604188. iteration 16792 found worse value: 339.682604188. iteration 16793 found worse value: 339.682604188. iteration 16794 found worse value: 339.682604188. iteration 16795 found worse value: 339.682604188. iteration 16796 found worse value: 339.682604188. iteration 16797 found worse value: 339.682604188. iteration 16798 found worse value: 339.682604188. iteration 16799 found worse value: 339.682604188. iteration 16800 found worse value: 339.682604188. iteration 16801 found worse value: 339.682604188. iteration 16802 found worse value: 339.682604188. iteration 16803 found worse value: 339.682604188. iteration 16804 found worse value: 339.682604188. iteration 16805 found worse value: 339.682604188. iteration 16806 found worse value: 339.682604188. iteration 16807 found worse value: 339.682604188. iteration 16808 found worse value: 339.682604188. iteration 16809 found worse value: 339.682604188. iteration 16810 found worse value: 339.682604188. iteration 16811 found worse value: 339.682604188. iteration 16812 found worse value: 339.682604188. iteration 16813 found worse value: 339.682604188. iteration 16814 found worse value: 339.682604188. iteration 16815 found worse value: 339.682604188. iteration 16816 found worse value: 339.682604188. iteration 16817 found worse value: 339.682604188. iteration 16818 found worse value: 339.682604188. iteration 16819 found worse value: 339.682604188. iteration 16820 found worse value: 339.682604188. iteration 16821 found worse value: 339.682604188. iteration 16822 found worse value: 339.682604188. iteration 16823 found worse value: 339.682604188. iteration 16824 found worse value: 339.682604188. iteration 16825 found worse value: 339.682604188. iteration 16826 found worse value: 339.682604188. iteration 16827 found worse value: 339.682604188. iteration 16828 found worse value: 339.682604188. iteration 16829 found worse value: 339.682604188. iteration 16830 found worse value: 339.682604188. iteration 16831 found worse value: 339.682604188. iteration 16832 found worse value: 339.682604188. iteration 16833 found worse value: 339.682604188. iteration 16834 found worse value: 339.682604188. iteration 16835 found worse value: 339.682604188. iteration 16836 found worse value: 339.682604188. iteration 16837 found worse value: 339.682604188. iteration 16838 found worse value: 339.682604188. iteration 16839 found worse value: 339.682604188. iteration 16840 found worse value: 339.682604188. iteration 16841 found worse value: 339.682604188. iteration 16842 found worse value: 339.682604188. iteration 16843 found worse value: 339.682604188. iteration 16844 found worse value: 339.682604188. iteration 16845 found worse value: 339.682604188. iteration 16846 found worse value: 339.682604188. iteration 16847 found worse value: 339.682604188. iteration 16848 found worse value: 339.682604188. iteration 16849 found worse value: 339.682604188. iteration 16850 found worse value: 339.682604188. iteration 16851 found worse value: 339.682604188. iteration 16852 found worse value: 339.682604188. iteration 16853 found worse value: 339.682604188. iteration 16854 found worse value: 339.682604188. iteration 16855 found worse value: 339.682604188. iteration 16856 found worse value: 339.682604188. iteration 16857 found worse value: 339.682604188. iteration 16858 found worse value: 339.682604188. iteration 16859 found worse value: 339.682604188. iteration 16860 found worse value: 339.682604188. iteration 16861 found worse value: 339.682604188. iteration 16862 found worse value: 339.682604188. iteration 16863 found worse value: 339.682604188. iteration 16864 found worse value: 339.682604188. iteration 16865 found worse value: 339.682604188. iteration 16866 found worse value: 339.682604188. iteration 16867 found worse value: 339.682604188. iteration 16868 found worse value: 339.682604188. iteration 16869 found worse value: 339.682604188. iteration 16870 found worse value: 339.682604188. iteration 16871 found worse value: 339.682604188. iteration 16872 found worse value: 339.682604188. iteration 16873 found worse value: 339.682604188. iteration 16874 found worse value: 339.682604188. iteration 16875 found worse value: 339.682604188. iteration 16876 found worse value: 339.682604188. iteration 16877 found worse value: 339.682604188. iteration 16878 found worse value: 339.682604188. iteration 16879 found worse value: 339.682604188. iteration 16880 found worse value: 339.682604188. iteration 16881 found worse value: 339.682604188. iteration 16882 found worse value: 339.682604188. iteration 16883 found worse value: 339.682604188. iteration 16884 found worse value: 339.682604188. iteration 16885 found worse value: 339.682604188. iteration 16886 found worse value: 339.682604188. iteration 16887 found worse value: 339.682604188. iteration 16888 found worse value: 339.682604188. iteration 16889 found worse value: 339.682604188. iteration 16890 found worse value: 339.682604188. iteration 16891 found worse value: 339.682604188. iteration 16892 found worse value: 339.682604188. iteration 16893 found worse value: 339.682604188. iteration 16894 found worse value: 339.682604188. iteration 16895 found worse value: 339.682604188. iteration 16896 found worse value: 339.682604188. iteration 16897 found worse value: 339.682604188. iteration 16898 found worse value: 339.682604188. iteration 16899 found worse value: 339.682604188. iteration 16900 found worse value: 339.682604188. iteration 16901 found worse value: 339.682604188. iteration 16902 found worse value: 339.682604188. iteration 16903 found worse value: 339.682604188. iteration 16904 found worse value: 339.682604188. iteration 16905 found worse value: 339.682604188. iteration 16906 found worse value: 339.682604188. iteration 16907 found worse value: 339.682604188. iteration 16908 found worse value: 339.682604188. iteration 16909 found worse value: 339.682604188. iteration 16910 found worse value: 339.682604188. iteration 16911 found worse value: 339.682604188. iteration 16912 found worse value: 339.682604188. iteration 16913 found worse value: 339.682604188. iteration 16914 found worse value: 339.682604188. iteration 16915 found worse value: 339.682604188. iteration 16916 found worse value: 339.682604188. iteration 16917 found worse value: 339.682604188. iteration 16918 found worse value: 339.682604188. iteration 16919 found worse value: 339.682604188. iteration16919, perturbing to get out of local maxima iteration 16920 found worse value: 339.682604188. iteration 16921 found worse value: 339.682604188. iteration 16922 found worse value: 339.682604188. iteration 16923 found worse value: 339.682604188. iteration 16924 found worse value: 339.682604188. iteration 16925 found worse value: 339.682604188. iteration 16926 found worse value: 339.682604188. iteration 16927 found worse value: 339.682604188. iteration 16928 found worse value: 339.682604188. iteration 16929 found worse value: 339.682604188. iteration 16930 found worse value: 339.682604188. iteration 16931 found worse value: 339.682604188. iteration 16932 found worse value: 339.682604188. iteration 16933 found worse value: 339.682604188. iteration 16934 found worse value: 339.682604188. iteration 16935 found worse value: 339.682604188. iteration 16936 found worse value: 339.682604188. iteration 16937 found worse value: 339.682604188. iteration 16938 found worse value: 339.682604188. iteration 16939 found worse value: 339.682604188. iteration 16940 found worse value: 339.682604188. iteration 16941 found worse value: 339.682604188. iteration 16942 found worse value: 339.682604188. iteration 16943 found worse value: 339.682604188. iteration 16944 found worse value: 339.682604188. iteration 16945 found worse value: 339.682604188. iteration 16946 found worse value: 339.682604188. iteration 16947 found worse value: 339.682604188. iteration 16948 found worse value: 339.682604188. iteration 16949 found worse value: 339.682604188. iteration 16950 found worse value: 339.682604188. iteration 16951 found worse value: 339.682604188. iteration 16952 found worse value: 339.682604188. iteration 16953 found worse value: 339.682604188. iteration 16954 found worse value: 339.682604188. iteration 16955 found worse value: 339.682604188. iteration 16956 found worse value: 339.682604188. iteration 16957 found worse value: 339.682604188. iteration 16958 found worse value: 339.682604188. iteration 16959 found worse value: 339.682604188. iteration 16960 found worse value: 339.682604188. iteration 16961 found worse value: 339.682604188. iteration 16962 found worse value: 339.682604188. iteration 16963 found worse value: 339.682604188. iteration 16964 found worse value: 339.682604188. iteration 16965 found worse value: 339.682604188. iteration 16966 found worse value: 339.682604188. iteration 16967 found worse value: 339.682604188. iteration 16968 found worse value: 339.682604188. iteration 16969 found worse value: 339.682604188. iteration 16970 found worse value: 339.682604188. iteration 16971 found worse value: 339.682604188. iteration 16972 found worse value: 339.682604188. iteration 16973 found worse value: 339.682604188. iteration 16974 found worse value: 339.682604188. iteration 16975 found worse value: 339.682604188. iteration 16976 found worse value: 339.682604188. iteration 16977 found worse value: 339.682604188. iteration 16978 found worse value: 339.682604188. iteration 16979 found worse value: 339.682604188. iteration 16980 found worse value: 339.682604188. iteration 16981 found worse value: 339.682604188. iteration 16982 found worse value: 339.682604188. iteration 16983 found worse value: 339.682604188. iteration 16984 found worse value: 339.682604188. iteration 16985 found worse value: 339.682604188. iteration 16986 found worse value: 339.682604188. iteration 16987 found worse value: 339.682604188. iteration 16988 found worse value: 339.682604188. iteration 16989 found worse value: 339.682604188. iteration 16990 found worse value: 339.682604188. iteration 16991 found worse value: 339.682604188. iteration 16992 found worse value: 339.682604188. iteration 16993 found worse value: 339.682604188. iteration 16994 found worse value: 339.682604188. iteration 16995 found worse value: 339.682604188. iteration 16996 found worse value: 339.682604188. iteration 16997 found worse value: 339.682604188. iteration 16998 found worse value: 339.682604188. iteration 16999 found worse value: 339.682604188. iteration 17000 found worse value: 339.682604188. iteration 17001 found worse value: 339.682604188. iteration 17002 found worse value: 339.682604188. iteration 17003 found worse value: 339.682604188. iteration 17004 found worse value: 339.682604188. iteration 17005 found worse value: 339.682604188. iteration 17006 found worse value: 339.682604188. iteration 17007 found worse value: 339.682604188. iteration 17008 found worse value: 339.682604188. iteration 17009 found worse value: 339.682604188. iteration 17010 found worse value: 339.682604188. iteration 17011 found worse value: 339.682604188. iteration 17012 found worse value: 339.682604188. iteration 17013 found worse value: 339.682604188. iteration 17014 found worse value: 339.682604188. iteration 17015 found worse value: 339.682604188. iteration 17016 found worse value: 339.682604188. iteration 17017 found worse value: 339.682604188. iteration 17018 found worse value: 339.682604188. iteration 17019 found worse value: 339.682604188. iteration 17020 found worse value: 339.682604188. iteration 17021 found worse value: 339.682604188. iteration 17022 found worse value: 339.682604188. iteration 17023 found worse value: 339.682604188. iteration 17024 found worse value: 339.682604188. iteration 17025 found worse value: 339.682604188. iteration 17026 found worse value: 339.682604188. iteration 17027 found worse value: 339.682604188. iteration 17028 found worse value: 339.682604188. iteration 17029 found worse value: 339.682604188. iteration 17030 found worse value: 339.682604188. iteration 17031 found worse value: 339.682604188. iteration 17032 found worse value: 339.682604188. iteration 17033 found worse value: 339.682604188. iteration 17034 found worse value: 339.682604188. iteration 17035 found worse value: 339.682604188. iteration 17036 found worse value: 339.682604188. iteration 17037 found worse value: 339.682604188. iteration 17038 found worse value: 339.682604188. iteration 17039 found worse value: 339.682604188. iteration 17040 found worse value: 339.682604188. iteration 17041 found worse value: 339.682604188. iteration 17042 found worse value: 339.682604188. iteration 17043 found worse value: 339.682604188. iteration 17044 found worse value: 339.682604188. iteration 17045 found worse value: 339.682604188. iteration 17046 found worse value: 339.682604188. iteration 17047 found worse value: 339.682604188. iteration 17048 found worse value: 339.682604188. iteration 17049 found worse value: 339.682604188. iteration 17050 found worse value: 339.682604188. iteration 17051 found worse value: 339.682604188. iteration 17052 found worse value: 339.682604188. iteration 17053 found worse value: 339.682604188. iteration 17054 found worse value: 339.682604188. iteration 17055 found worse value: 339.682604188. iteration 17056 found worse value: 339.682604188. iteration 17057 found worse value: 339.682604188. iteration 17058 found worse value: 339.682604188. iteration 17059 found worse value: 339.682604188. iteration 17060 found worse value: 339.682604188. iteration 17061 found worse value: 339.682604188. iteration 17062 found worse value: 339.682604188. iteration 17063 found worse value: 339.682604188. iteration 17064 found worse value: 339.682604188. iteration 17065 found worse value: 339.682604188. iteration 17066 found worse value: 339.682604188. iteration 17067 found worse value: 339.682604188. iteration 17068 found worse value: 339.682604188. iteration 17069 found worse value: 339.682604188. iteration 17070 found worse value: 339.682604188. iteration 17071 found worse value: 339.682604188. iteration 17072 found worse value: 339.682604188. iteration 17073 found worse value: 339.682604188. iteration 17074 found worse value: 339.682604188. iteration 17075 found worse value: 339.682604188. iteration 17076 found worse value: 339.682604188. iteration 17077 found worse value: 339.682604188. iteration 17078 found worse value: 339.682604188. iteration 17079 found worse value: 339.682604188. iteration 17080 found worse value: 339.682604188. iteration 17081 found worse value: 339.682604188. iteration 17082 found worse value: 339.682604188. iteration 17083 found worse value: 339.682604188. iteration 17084 found worse value: 339.682604188. iteration 17085 found worse value: 339.682604188. iteration 17086 found worse value: 339.682604188. iteration 17087 found worse value: 339.682604188. iteration 17088 found worse value: 339.682604188. iteration 17089 found worse value: 339.682604188. iteration 17090 found worse value: 339.682604188. iteration 17091 found worse value: 339.682604188. iteration 17092 found worse value: 339.682604188. iteration 17093 found worse value: 339.682604188. iteration 17094 found worse value: 339.682604188. iteration 17095 found worse value: 339.682604188. iteration 17096 found worse value: 339.682604188. iteration 17097 found worse value: 339.682604188. iteration 17098 found worse value: 339.682604188. iteration 17099 found worse value: 339.682604188. iteration 17100 found worse value: 339.682604188. iteration 17101 found worse value: 339.682604188. iteration 17102 found worse value: 339.682604188. iteration 17103 found worse value: 339.682604188. iteration 17104 found worse value: 339.682604188. iteration 17105 found worse value: 339.682604188. iteration 17106 found worse value: 339.682604188. iteration 17107 found worse value: 339.682604188. iteration 17108 found worse value: 339.682604188. iteration 17109 found worse value: 339.682604188. iteration 17110 found worse value: 339.682604188. iteration 17111 found worse value: 339.682604188. iteration 17112 found worse value: 339.682604188. iteration 17113 found worse value: 339.682604188. iteration 17114 found worse value: 339.682604188. iteration 17115 found worse value: 339.682604188. iteration 17116 found worse value: 339.682604188. iteration 17117 found worse value: 339.682604188. iteration 17118 found worse value: 339.682604188. iteration 17119 found worse value: 339.682604188. iteration 17120 found worse value: 339.682604188. iteration 17121 found worse value: 339.682604188. iteration 17122 found worse value: 339.682604188. iteration 17123 found worse value: 339.682604188. iteration 17124 found worse value: 339.682604188. iteration 17125 found worse value: 339.682604188. iteration 17126 found worse value: 339.682604188. iteration 17127 found worse value: 339.682604188. iteration 17128 found worse value: 339.682604188. iteration 17129 found worse value: 339.682604188. iteration 17130 found worse value: 339.682604188. iteration 17131 found worse value: 339.682604188. iteration 17132 found worse value: 339.682604188. iteration 17133 found worse value: 339.682604188. iteration 17134 found worse value: 339.682604188. iteration 17135 found worse value: 339.682604188. iteration 17136 found worse value: 339.682604188. iteration 17137 found worse value: 339.682604188. iteration 17138 found worse value: 339.682604188. iteration 17139 found worse value: 339.682604188. iteration 17140 found worse value: 339.682604188. iteration 17141 found worse value: 339.682604188. iteration 17142 found worse value: 339.682604188. iteration 17143 found worse value: 339.682604188. iteration 17144 found worse value: 339.682604188. iteration 17145 found worse value: 339.682604188. iteration 17146 found worse value: 339.682604188. iteration 17147 found worse value: 339.682604188. iteration 17148 found worse value: 339.682604188. iteration 17149 found worse value: 339.682604188. iteration 17150 found worse value: 339.682604188. iteration 17151 found worse value: 339.682604188. iteration 17152 found worse value: 339.682604188. iteration 17153 found worse value: 339.682604188. iteration 17154 found worse value: 339.682604188. iteration 17155 found worse value: 339.682604188. iteration 17156 found worse value: 339.682604188. iteration 17157 found worse value: 339.682604188. iteration 17158 found worse value: 339.682604188. iteration 17159 found worse value: 339.682604188. iteration 17160 found worse value: 339.682604188. iteration 17161 found worse value: 339.682604188. iteration 17162 found worse value: 339.682604188. iteration 17163 found worse value: 339.682604188. iteration 17164 found worse value: 339.682604188. iteration 17165 found worse value: 339.682604188. iteration 17166 found worse value: 339.682604188. iteration 17167 found worse value: 339.682604188. iteration 17168 found worse value: 339.682604188. iteration 17169 found worse value: 339.682604188. iteration 17170 found worse value: 339.682604188. iteration 17171 found worse value: 339.682604188. iteration 17172 found worse value: 339.682604188. iteration 17173 found worse value: 339.682604188. iteration 17174 found worse value: 339.682604188. iteration 17175 found worse value: 339.682604188. iteration 17176 found worse value: 339.682604188. iteration 17177 found worse value: 339.682604188. iteration 17178 found worse value: 339.682604188. iteration 17179 found worse value: 339.682604188. iteration 17180 found worse value: 339.682604188. iteration 17181 found worse value: 339.682604188. iteration 17182 found worse value: 339.682604188. iteration 17183 found worse value: 339.682604188. iteration 17184 found worse value: 339.682604188. iteration 17185 found worse value: 339.682604188. iteration 17186 found worse value: 339.682604188. iteration 17187 found worse value: 339.682604188. iteration 17188 found worse value: 339.682604188. iteration 17189 found worse value: 339.682604188. iteration 17190 found worse value: 339.682604188. iteration 17191 found worse value: 339.682604188. iteration 17192 found worse value: 339.682604188. iteration 17193 found worse value: 339.682604188. iteration 17194 found worse value: 339.682604188. iteration 17195 found worse value: 339.682604188. iteration 17196 found worse value: 339.682604188. iteration 17197 found worse value: 339.682604188. iteration 17198 found worse value: 339.682604188. iteration 17199 found worse value: 339.682604188. iteration 17200 found worse value: 339.682604188. iteration 17201 found worse value: 339.682604188. iteration 17202 found worse value: 339.682604188. iteration 17203 found worse value: 339.682604188. iteration 17204 found worse value: 339.682604188. iteration 17205 found worse value: 339.682604188. iteration 17206 found worse value: 339.682604188. iteration 17207 found worse value: 339.682604188. iteration 17208 found worse value: 339.682604188. iteration 17209 found worse value: 339.682604188. iteration 17210 found worse value: 339.682604188. iteration 17211 found worse value: 339.682604188. iteration 17212 found worse value: 339.682604188. iteration 17213 found worse value: 339.682604188. iteration 17214 found worse value: 339.682604188. iteration17214, perturbing to get out of local maxima iteration 17215 found worse value: 339.682604188. iteration 17216 found worse value: 339.682604188. iteration 17217 found worse value: 339.682604188. iteration 17218 found worse value: 339.682604188. iteration 17219 found worse value: 339.682604188. iteration 17220 found worse value: 339.682604188. iteration 17221 found worse value: 339.682604188. iteration 17222 found worse value: 339.682604188. iteration 17223 found worse value: 339.682604188. iteration 17224 found worse value: 339.682604188. iteration 17225 found worse value: 339.682604188. iteration 17226 found worse value: 339.682604188. iteration 17227 found worse value: 339.682604188. iteration 17228 found worse value: 339.682604188. iteration 17229 found worse value: 339.682604188. iteration 17230 found worse value: 339.682604188. iteration 17231 found worse value: 339.682604188. iteration 17232 found worse value: 339.682604188. iteration 17233 found worse value: 339.682604188. iteration 17234 found worse value: 339.682604188. iteration 17235 found worse value: 339.682604188. iteration 17236 found worse value: 339.682604188. iteration 17237 found worse value: 339.682604188. iteration 17238 found worse value: 339.682604188. iteration 17239 found worse value: 339.682604188. iteration 17240 found worse value: 339.682604188. iteration 17241 found worse value: 339.682604188. iteration 17242 found worse value: 339.682604188. iteration 17243 found worse value: 339.682604188. iteration 17244 found worse value: 339.682604188. iteration 17245 found worse value: 339.682604188. iteration 17246 found worse value: 339.682604188. iteration 17247 found worse value: 339.682604188. iteration17247, perturbing to get out of local maxima iteration 17248 found worse value: 339.682604188. iteration 17249 found worse value: 339.682604188. iteration 17250 found worse value: 339.682604188. iteration 17251 found worse value: 339.682604188. iteration 17252 found worse value: 339.682604188. iteration 17253 found worse value: 339.682604188. iteration 17254 found worse value: 339.682604188. iteration 17255 found worse value: 339.682604188. iteration 17256 found worse value: 339.682604188. iteration 17257 found worse value: 339.682604188. iteration 17258 found worse value: 339.682604188. iteration 17259 found worse value: 339.682604188. iteration 17260 found worse value: 339.682604188. iteration 17261 found worse value: 339.682604188. iteration 17262 found worse value: 339.682604188. iteration 17263 found worse value: 339.682604188. iteration 17264 found worse value: 339.682604188. iteration 17265 found worse value: 339.682604188. iteration 17266 found worse value: 339.682604188. iteration 17267 found worse value: 339.682604188. iteration 17268 found worse value: 339.682604188. iteration 17269 found worse value: 339.682604188. iteration 17270 found worse value: 339.682604188. iteration 17271 found worse value: 339.682604188. iteration 17272 found worse value: 339.682604188. iteration 17273 found worse value: 339.682604188. iteration 17274 found worse value: 339.682604188. iteration 17275 found worse value: 339.682604188. iteration 17276 found worse value: 339.682604188. iteration 17277 found worse value: 339.682604188. iteration 17278 found worse value: 339.682604188. iteration 17279 found worse value: 339.682604188. iteration 17280 found worse value: 339.682604188. iteration 17281 found worse value: 339.682604188. iteration 17282 found worse value: 339.682604188. iteration 17283 found worse value: 339.682604188. iteration 17284 found worse value: 339.682604188. iteration 17285 found worse value: 339.682604188. iteration 17286 found worse value: 339.682604188. iteration 17287 found worse value: 339.682604188. iteration 17288 found worse value: 339.682604188. iteration 17289 found worse value: 339.682604188. iteration 17290 found worse value: 339.682604188. iteration 17291 found worse value: 339.682604188. iteration 17292 found worse value: 339.682604188. iteration 17293 found worse value: 339.682604188. iteration 17294 found worse value: 339.682604188. iteration 17295 found worse value: 339.682604188. iteration 17296 found worse value: 339.682604188. iteration 17297 found worse value: 339.682604188. iteration 17298 found worse value: 339.682604188. iteration 17299 found worse value: 339.682604188. iteration 17300 found worse value: 339.682604188. iteration 17301 found worse value: 339.682604188. iteration 17302 found worse value: 339.682604188. iteration 17303 found worse value: 339.682604188. iteration 17304 found worse value: 339.682604188. iteration 17305 found worse value: 339.682604188. iteration 17306 found worse value: 339.682604188. iteration 17307 found worse value: 339.682604188. iteration 17308 found worse value: 339.682604188. iteration 17309 found worse value: 339.682604188. iteration 17310 found worse value: 339.682604188. iteration 17311 found worse value: 339.682604188. iteration 17312 found worse value: 339.682604188. iteration 17313 found worse value: 339.682604188. iteration 17314 found worse value: 339.682604188. iteration 17315 found worse value: 339.682604188. iteration 17316 found worse value: 339.682604188. iteration 17317 found worse value: 339.682604188. iteration 17318 found worse value: 339.682604188. iteration 17319 found worse value: 339.682604188. iteration 17320 found worse value: 339.682604188. iteration 17321 found worse value: 339.682604188. iteration 17322 found worse value: 339.682604188. iteration 17323 found worse value: 339.682604188. iteration 17324 found worse value: 339.682604188. iteration 17325 found worse value: 339.682604188. iteration 17326 found worse value: 339.682604188. iteration 17327 found worse value: 339.682604188. iteration 17328 found worse value: 339.682604188. iteration 17329 found worse value: 339.682604188. iteration 17330 found worse value: 339.682604188. iteration 17331 found worse value: 339.682604188. iteration 17332 found worse value: 339.682604188. iteration 17333 found worse value: 339.682604188. iteration 17334 found worse value: 339.682604188. iteration 17335 found worse value: 339.682604188. iteration 17336 found worse value: 339.682604188. iteration 17337 found worse value: 339.682604188. iteration 17338 found worse value: 339.682604188. iteration 17339 found worse value: 339.682604188. iteration 17340 found worse value: 339.682604188. iteration 17341 found worse value: 339.682604188. iteration 17342 found worse value: 339.682604188. iteration 17343 found worse value: 339.682604188. iteration 17344 found worse value: 339.682604188. iteration 17345 found worse value: 339.682604188. iteration 17346 found worse value: 339.682604188. iteration 17347 found worse value: 339.682604188. iteration 17348 found worse value: 339.682604188. iteration 17349 found worse value: 339.682604188. iteration 17350 found worse value: 339.682604188. iteration 17351 found worse value: 339.682604188. iteration 17352 found worse value: 339.682604188. iteration 17353 found worse value: 339.682604188. iteration 17354 found worse value: 339.682604188. iteration 17355 found worse value: 339.682604188. iteration 17356 found worse value: 339.682604188. iteration 17357 found worse value: 339.682604188. iteration 17358 found worse value: 339.682604188. iteration 17359 found worse value: 339.682604188. iteration 17360 found worse value: 339.682604188. iteration 17361 found worse value: 339.682604188. iteration 17362 found worse value: 339.682604188. iteration 17363 found worse value: 339.682604188. iteration 17364 found worse value: 339.682604188. iteration 17365 found worse value: 339.682604188. iteration 17366 found worse value: 339.682604188. iteration 17367 found worse value: 339.682604188. iteration 17368 found worse value: 339.682604188. iteration 17369 found worse value: 339.682604188. iteration 17370 found worse value: 339.682604188. iteration 17371 found worse value: 339.682604188. iteration 17372 found worse value: 339.682604188. iteration 17373 found worse value: 339.682604188. iteration 17374 found worse value: 339.682604188. iteration 17375 found worse value: 339.682604188. iteration 17376 found worse value: 339.682604188. iteration 17377 found worse value: 339.682604188. iteration 17378 found worse value: 339.682604188. iteration 17379 found worse value: 339.682604188. iteration 17380 found worse value: 339.682604188. iteration 17381 found worse value: 339.682604188. iteration 17382 found worse value: 339.682604188. iteration 17383 found worse value: 339.682604188. iteration 17384 found worse value: 339.682604188. iteration 17385 found worse value: 339.682604188. iteration 17386 found worse value: 339.682604188. iteration 17387 found worse value: 339.682604188. iteration 17388 found worse value: 339.682604188. iteration 17389 found worse value: 339.682604188. iteration 17390 found worse value: 339.682604188. iteration 17391 found worse value: 339.682604188. iteration 17392 found worse value: 339.682604188. iteration 17393 found worse value: 339.682604188. iteration 17394 found worse value: 339.682604188. iteration 17395 found worse value: 339.682604188. iteration 17396 found worse value: 339.682604188. iteration 17397 found worse value: 339.682604188. iteration 17398 found worse value: 339.682604188. iteration 17399 found worse value: 339.682604188. iteration 17400 found worse value: 339.682604188. iteration 17401 found worse value: 339.682604188. iteration 17402 found worse value: 339.682604188. iteration 17403 found worse value: 339.682604188. iteration 17404 found worse value: 339.682604188. iteration 17405 found worse value: 339.682604188. iteration 17406 found worse value: 339.682604188. iteration 17407 found worse value: 339.682604188. iteration 17408 found worse value: 339.682604188. iteration 17409 found worse value: 339.682604188. iteration 17410 found worse value: 339.682604188. iteration 17411 found worse value: 339.682604188. iteration 17412 found worse value: 339.682604188. iteration 17413 found worse value: 339.682604188. iteration 17414 found worse value: 339.682604188. iteration 17415 found worse value: 339.682604188. iteration 17416 found worse value: 339.682604188. iteration 17417 found worse value: 339.682604188. iteration 17418 found worse value: 339.682604188. iteration 17419 found worse value: 339.682604188. iteration 17420 found worse value: 339.682604188. iteration 17421 found worse value: 339.682604188. iteration 17422 found worse value: 339.682604188. iteration 17423 found worse value: 339.682604188. iteration 17424 found worse value: 339.682604188. iteration 17425 found worse value: 339.682604188. iteration 17426 found worse value: 339.682604188. iteration 17427 found worse value: 339.682604188. iteration 17428 found worse value: 339.682604188. iteration 17429 found worse value: 339.682604188. iteration 17430 found worse value: 339.682604188. iteration 17431 found worse value: 339.682604188. iteration 17432 found worse value: 339.682604188. iteration 17433 found worse value: 339.682604188. iteration 17434 found worse value: 339.682604188. iteration 17435 found worse value: 339.682604188. iteration 17436 found worse value: 339.682604188. iteration 17437 found worse value: 339.682604188. iteration 17438 found worse value: 339.682604188. iteration 17439 found worse value: 339.682604188. iteration 17440 found worse value: 339.682604188. iteration 17441 found worse value: 339.682604188. iteration 17442 found worse value: 339.682604188. iteration 17443 found worse value: 339.682604188. iteration 17444 found worse value: 339.682604188. iteration 17445 found worse value: 339.682604188. iteration 17446 found worse value: 339.682604188. iteration 17447 found worse value: 339.682604188. iteration 17448 found worse value: 339.682604188. iteration 17449 found worse value: 339.682604188. iteration 17450 found worse value: 339.682604188. iteration 17451 found worse value: 339.682604188. iteration 17452 found worse value: 339.682604188. iteration 17453 found worse value: 339.682604188. iteration 17454 found worse value: 339.682604188. iteration 17455 found worse value: 339.682604188. iteration 17456 found worse value: 339.682604188. iteration 17457 found worse value: 339.682604188. iteration 17458 found worse value: 339.682604188. iteration 17459 found worse value: 339.682604188. iteration 17460 found worse value: 339.682604188. iteration 17461 found worse value: 339.682604188. iteration 17462 found worse value: 339.682604188. iteration 17463 found worse value: 339.682604188. iteration 17464 found worse value: 339.682604188. iteration 17465 found worse value: 339.682604188. iteration 17466 found worse value: 339.682604188. iteration 17467 found worse value: 339.682604188. iteration 17468 found worse value: 339.682604188. iteration 17469 found worse value: 339.682604188. iteration 17470 found worse value: 339.682604188. iteration 17471 found worse value: 339.682604188. iteration 17472 found worse value: 339.682604188. iteration 17473 found worse value: 339.682604188. iteration 17474 found worse value: 339.682604188. iteration 17475 found worse value: 339.682604188. iteration 17476 found worse value: 339.682604188. iteration 17477 found worse value: 339.682604188. iteration 17478 found worse value: 339.682604188. iteration 17479 found worse value: 339.682604188. iteration 17480 found worse value: 339.682604188. iteration 17481 found worse value: 339.682604188. iteration 17482 found worse value: 339.682604188. iteration 17483 found worse value: 339.682604188. iteration 17484 found worse value: 339.682604188. iteration 17485 found worse value: 339.682604188. iteration 17486 found worse value: 339.682604188. iteration 17487 found worse value: 339.682604188. iteration 17488 found worse value: 339.682604188. iteration 17489 found worse value: 339.682604188. iteration 17490 found worse value: 339.682604188. iteration 17491 found worse value: 339.682604188. iteration 17492 found worse value: 339.682604188. iteration 17493 found worse value: 339.682604188. iteration 17494 found worse value: 339.682604188. iteration 17495 found worse value: 339.682604188. iteration 17496 found worse value: 339.682604188. iteration 17497 found worse value: 339.682604188. iteration 17498 found worse value: 339.682604188. iteration 17499 found worse value: 339.682604188. iteration 17500 found worse value: 339.682604188. iteration 17501 found worse value: 339.682604188. iteration 17502 found worse value: 339.682604188. iteration 17503 found worse value: 339.682604188. iteration 17504 found worse value: 339.682604188. iteration 17505 found worse value: 339.682604188. iteration 17506 found worse value: 339.682604188. iteration 17507 found worse value: 339.682604188. iteration 17508 found worse value: 339.682604188. iteration 17509 found worse value: 339.682604188. iteration 17510 found worse value: 339.682604188. iteration 17511 found worse value: 339.682604188. iteration 17512 found worse value: 339.682604188. iteration 17513 found worse value: 339.682604188. iteration 17514 found worse value: 339.682604188. iteration 17515 found worse value: 339.682604188. iteration 17516 found worse value: 339.682604188. iteration 17517 found worse value: 339.682604188. iteration 17518 found worse value: 339.682604188. iteration 17519 found worse value: 339.682604188. iteration 17520 found worse value: 339.682604188. iteration 17521 found worse value: 339.682604188. iteration 17522 found worse value: 339.682604188. iteration 17523 found worse value: 339.682604188. iteration 17524 found worse value: 339.682604188. iteration 17525 found worse value: 339.682604188. iteration 17526 found worse value: 339.682604188. iteration 17527 found worse value: 339.682604188. iteration 17528 found worse value: 339.682604188. iteration 17529 found worse value: 339.682604188. iteration 17530 found worse value: 339.682604188. iteration 17531 found worse value: 339.682604188. iteration 17532 found worse value: 339.682604188. iteration 17533 found worse value: 339.682604188. iteration 17534 found worse value: 339.682604188. iteration 17535 found worse value: 339.682604188. iteration 17536 found worse value: 339.682604188. iteration 17537 found worse value: 339.682604188. iteration 17538 found worse value: 339.682604188. iteration 17539 found worse value: 339.682604188. iteration 17540 found worse value: 339.682604188. iteration 17541 found worse value: 339.682604188. iteration 17542 found worse value: 339.682604188. iteration 17543 found worse value: 339.682604188. iteration 17544 found worse value: 339.682604188. iteration 17545 found worse value: 339.682604188. iteration 17546 found worse value: 339.682604188. iteration 17547 found worse value: 339.682604188. iteration 17548 found worse value: 339.682604188. iteration 17549 found worse value: 339.682604188. iteration 17550 found worse value: 339.682604188. iteration 17551 found worse value: 339.682604188. iteration 17552 found worse value: 339.682604188. iteration 17553 found worse value: 339.682604188. iteration 17554 found worse value: 339.682604188. iteration 17555 found worse value: 339.682604188. iteration 17556 found worse value: 339.682604188. iteration 17557 found worse value: 339.682604188. iteration 17558 found worse value: 339.682604188. iteration 17559 found worse value: 339.682604188. iteration 17560 found worse value: 339.682604188. iteration 17561 found worse value: 339.682604188. iteration 17562 found worse value: 339.682604188. iteration 17563 found worse value: 339.682604188. iteration 17564 found worse value: 339.682604188. iteration 17565 found worse value: 339.682604188. iteration 17566 found worse value: 339.682604188. iteration 17567 found worse value: 339.682604188. iteration 17568 found worse value: 339.682604188. iteration 17569 found worse value: 339.682604188. iteration 17570 found worse value: 339.682604188. iteration 17571 found worse value: 339.682604188. iteration 17572 found worse value: 339.682604188. iteration 17573 found worse value: 339.682604188. iteration 17574 found worse value: 339.682604188. iteration 17575 found worse value: 339.682604188. iteration 17576 found worse value: 339.682604188. iteration 17577 found worse value: 339.682604188. iteration 17578 found worse value: 339.682604188. iteration 17579 found worse value: 339.682604188. iteration 17580 found worse value: 339.682604188. iteration 17581 found worse value: 339.682604188. iteration 17582 found worse value: 339.682604188. iteration 17583 found worse value: 339.682604188. iteration 17584 found worse value: 339.682604188. iteration 17585 found worse value: 339.682604188. iteration 17586 found worse value: 339.682604188. iteration 17587 found worse value: 339.682604188. iteration 17588 found worse value: 339.682604188. iteration 17589 found worse value: 339.682604188. iteration 17590 found worse value: 339.682604188. iteration 17591 found worse value: 339.682604188. iteration 17592 found worse value: 339.682604188. iteration 17593 found worse value: 339.682604188. iteration 17594 found worse value: 339.682604188. iteration 17595 found worse value: 339.682604188. iteration 17596 found worse value: 339.682604188. iteration 17597 found worse value: 339.682604188. iteration 17598 found worse value: 339.682604188. iteration 17599 found worse value: 339.682604188. iteration 17600 found worse value: 339.682604188. iteration 17601 found worse value: 339.682604188. iteration 17602 found worse value: 339.682604188. iteration 17603 found worse value: 339.682604188. iteration 17604 found worse value: 339.682604188. iteration 17605 found worse value: 339.682604188. iteration 17606 found worse value: 339.682604188. iteration 17607 found worse value: 339.682604188. iteration 17608 found worse value: 339.682604188. iteration 17609 found worse value: 339.682604188. iteration 17610 found worse value: 339.682604188. iteration 17611 found worse value: 339.682604188. iteration 17612 found worse value: 339.682604188. iteration 17613 found worse value: 339.682604188. iteration 17614 found worse value: 339.682604188. iteration 17615 found worse value: 339.682604188. iteration 17616 found worse value: 339.682604188. iteration 17617 found worse value: 339.682604188. iteration 17618 found worse value: 339.682604188. iteration 17619 found worse value: 339.682604188. iteration 17620 found worse value: 339.682604188. iteration 17621 found worse value: 339.682604188. iteration 17622 found worse value: 339.682604188. iteration 17623 found worse value: 339.682604188. iteration 17624 found worse value: 339.682604188. iteration 17625 found worse value: 339.682604188. iteration 17626 found worse value: 339.682604188. iteration 17627 found worse value: 339.682604188. iteration 17628 found worse value: 339.682604188. iteration 17629 found worse value: 339.682604188. iteration 17630 found worse value: 339.682604188. iteration 17631 found worse value: 339.682604188. iteration 17632 found worse value: 339.682604188. iteration 17633 found worse value: 339.682604188. iteration 17634 found worse value: 339.682604188. iteration 17635 found worse value: 339.682604188. iteration 17636 found worse value: 339.682604188. iteration 17637 found worse value: 339.682604188. iteration 17638 found worse value: 339.682604188. iteration 17639 found worse value: 339.682604188. iteration 17640 found worse value: 339.682604188. iteration 17641 found worse value: 339.682604188. iteration 17642 found worse value: 339.682604188. iteration 17643 found worse value: 339.682604188. iteration 17644 found worse value: 339.682604188. iteration 17645 found worse value: 339.682604188. iteration 17646 found worse value: 339.682604188. iteration 17647 found worse value: 339.682604188. iteration 17648 found worse value: 339.682604188. iteration 17649 found worse value: 339.682604188. iteration 17650 found worse value: 339.682604188. iteration 17651 found worse value: 339.682604188. iteration 17652 found worse value: 339.682604188. iteration 17653 found worse value: 339.682604188. iteration 17654 found worse value: 339.682604188. iteration 17655 found worse value: 339.682604188. iteration 17656 found worse value: 339.682604188. iteration 17657 found worse value: 339.682604188. iteration 17658 found worse value: 339.682604188. iteration 17659 found worse value: 339.682604188. iteration 17660 found worse value: 339.682604188. iteration 17661 found worse value: 339.682604188. iteration 17662 found worse value: 339.682604188. iteration 17663 found worse value: 339.682604188. iteration 17664 found worse value: 339.682604188. iteration 17665 found worse value: 339.682604188. iteration 17666 found worse value: 339.682604188. iteration 17667 found worse value: 339.682604188. iteration 17668 found worse value: 339.682604188. iteration 17669 found worse value: 339.682604188. iteration 17670 found worse value: 339.682604188. iteration 17671 found worse value: 339.682604188. iteration 17672 found worse value: 339.682604188. iteration 17673 found worse value: 339.682604188. iteration 17674 found worse value: 339.682604188. iteration 17675 found worse value: 339.682604188. iteration 17676 found worse value: 339.682604188. iteration 17677 found worse value: 339.682604188. iteration 17678 found worse value: 339.682604188. iteration 17679 found worse value: 339.682604188. iteration 17680 found worse value: 339.682604188. iteration 17681 found worse value: 339.682604188. iteration 17682 found worse value: 339.682604188. iteration 17683 found worse value: 339.682604188. iteration 17684 found worse value: 339.682604188. iteration 17685 found worse value: 339.682604188. iteration 17686 found worse value: 339.682604188. iteration 17687 found worse value: 339.682604188. iteration 17688 found worse value: 339.682604188. iteration 17689 found worse value: 339.682604188. iteration 17690 found worse value: 339.682604188. iteration 17691 found worse value: 339.682604188. iteration 17692 found worse value: 339.682604188. iteration 17693 found worse value: 339.682604188. iteration 17694 found worse value: 339.682604188. iteration 17695 found worse value: 339.682604188. iteration 17696 found worse value: 339.682604188. iteration 17697 found worse value: 339.682604188. iteration 17698 found worse value: 339.682604188. iteration 17699 found worse value: 339.682604188. iteration 17700 found worse value: 339.682604188. iteration 17701 found worse value: 339.682604188. iteration 17702 found worse value: 339.682604188. iteration 17703 found worse value: 339.682604188. iteration 17704 found worse value: 339.682604188. iteration 17705 found worse value: 339.682604188. iteration 17706 found worse value: 339.682604188. iteration 17707 found worse value: 339.682604188. iteration 17708 found worse value: 339.682604188. iteration 17709 found worse value: 339.682604188. iteration 17710 found worse value: 339.682604188. iteration 17711 found worse value: 339.682604188. iteration 17712 found worse value: 339.682604188. iteration 17713 found worse value: 339.682604188. iteration 17714 found worse value: 339.682604188. iteration 17715 found worse value: 339.682604188. iteration 17716 found worse value: 339.682604188. iteration 17717 found worse value: 339.682604188. iteration 17718 found worse value: 339.682604188. iteration 17719 found worse value: 339.682604188. iteration 17720 found worse value: 339.682604188. iteration 17721 found worse value: 339.682604188. iteration 17722 found worse value: 339.682604188. iteration 17723 found worse value: 339.682604188. iteration 17724 found worse value: 339.682604188. iteration 17725 found worse value: 339.682604188. iteration 17726 found worse value: 339.682604188. iteration 17727 found worse value: 339.682604188. iteration 17728 found worse value: 339.682604188. iteration 17729 found worse value: 339.682604188. iteration 17730 found worse value: 339.682604188. iteration 17731 found worse value: 339.682604188. iteration 17732 found worse value: 339.682604188. iteration 17733 found worse value: 339.682604188. iteration 17734 found worse value: 339.682604188. iteration 17735 found worse value: 339.682604188. iteration 17736 found worse value: 339.682604188. iteration 17737 found worse value: 339.682604188. iteration 17738 found worse value: 339.682604188. iteration 17739 found worse value: 339.682604188. iteration 17740 found worse value: 339.682604188. iteration 17741 found worse value: 339.682604188. iteration 17742 found worse value: 339.682604188. iteration 17743 found worse value: 339.682604188. iteration 17744 found worse value: 339.682604188. iteration 17745 found worse value: 339.682604188. iteration 17746 found worse value: 339.682604188. iteration 17747 found worse value: 339.682604188. iteration 17748 found worse value: 339.682604188. iteration 17749 found worse value: 339.682604188. iteration 17750 found worse value: 339.682604188. iteration 17751 found worse value: 339.682604188. iteration 17752 found worse value: 339.682604188. iteration 17753 found worse value: 339.682604188. iteration 17754 found worse value: 339.682604188. iteration 17755 found worse value: 339.682604188. iteration 17756 found worse value: 339.682604188. iteration 17757 found worse value: 339.682604188. iteration 17758 found worse value: 339.682604188. iteration 17759 found worse value: 339.682604188. iteration 17760 found worse value: 339.682604188. iteration 17761 found worse value: 339.682604188. iteration 17762 found worse value: 339.682604188. iteration 17763 found worse value: 339.682604188. iteration 17764 found worse value: 339.682604188. iteration 17765 found worse value: 339.682604188. iteration 17766 found worse value: 339.682604188. iteration 17767 found worse value: 339.682604188. iteration 17768 found worse value: 339.682604188. iteration 17769 found worse value: 339.682604188. iteration 17770 found worse value: 339.682604188. iteration 17771 found worse value: 339.682604188. iteration 17772 found worse value: 339.682604188. iteration 17773 found worse value: 339.682604188. iteration 17774 found worse value: 339.682604188. iteration 17775 found worse value: 339.682604188. iteration 17776 found worse value: 339.682604188. iteration 17777 found worse value: 339.682604188. iteration 17778 found worse value: 339.682604188. iteration 17779 found equal value: 339.682604188. iteration 17780 found worse value: 339.682604188. iteration 17781 found worse value: 339.682604188. iteration 17782 found worse value: 339.682604188. iteration 17783 found worse value: 339.682604188. iteration 17784 found worse value: 339.682604188. iteration 17785 found worse value: 339.682604188. iteration 17786 found worse value: 339.682604188. iteration 17787 found worse value: 339.682604188. iteration 17788 found worse value: 339.682604188. iteration 17789 found worse value: 339.682604188. iteration 17790 found worse value: 339.682604188. iteration 17791 found worse value: 339.682604188. iteration 17792 found worse value: 339.682604188. iteration 17793 found worse value: 339.682604188. iteration 17794 found worse value: 339.682604188. iteration 17795 found worse value: 339.682604188. iteration 17796 found worse value: 339.682604188. iteration 17797 found worse value: 339.682604188. iteration 17798 found worse value: 339.682604188. iteration 17799 found worse value: 339.682604188. iteration 17800 found worse value: 339.682604188. iteration 17801 found worse value: 339.682604188. iteration 17802 found worse value: 339.682604188. iteration 17803 found worse value: 339.682604188. iteration 17804 found worse value: 339.682604188. iteration 17805 found worse value: 339.682604188. iteration 17806 found worse value: 339.682604188. iteration 17807 found worse value: 339.682604188. iteration 17808 found worse value: 339.682604188. iteration 17809 found worse value: 339.682604188. iteration 17810 found worse value: 339.682604188. iteration 17811 found worse value: 339.682604188. iteration 17812 found worse value: 339.682604188. iteration 17813 found worse value: 339.682604188. iteration 17814 found worse value: 339.682604188. iteration 17815 found worse value: 339.682604188. iteration 17816 found worse value: 339.682604188. iteration 17817 found worse value: 339.682604188. iteration 17818 found worse value: 339.682604188. iteration 17819 found worse value: 339.682604188. iteration 17820 found worse value: 339.682604188. iteration 17821 found worse value: 339.682604188. iteration 17822 found worse value: 339.682604188. iteration 17823 found worse value: 339.682604188. iteration 17824 found worse value: 339.682604188. iteration 17825 found worse value: 339.682604188. iteration 17826 found worse value: 339.682604188. iteration 17827 found worse value: 339.682604188. iteration 17828 found worse value: 339.682604188. iteration 17829 found worse value: 339.682604188. iteration 17830 found worse value: 339.682604188. iteration 17831 found worse value: 339.682604188. iteration 17832 found worse value: 339.682604188. iteration 17833 found worse value: 339.682604188. iteration 17834 found worse value: 339.682604188. iteration 17835 found worse value: 339.682604188. iteration 17836 found worse value: 339.682604188. iteration 17837 found worse value: 339.682604188. iteration 17838 found worse value: 339.682604188. iteration 17839 found worse value: 339.682604188. iteration 17840 found worse value: 339.682604188. iteration 17841 found worse value: 339.682604188. iteration 17842 found worse value: 339.682604188. iteration 17843 found worse value: 339.682604188. iteration 17844 found worse value: 339.682604188. iteration 17845 found worse value: 339.682604188. iteration 17846 found worse value: 339.682604188. iteration 17847 found worse value: 339.682604188. iteration 17848 found worse value: 339.682604188. iteration 17849 found worse value: 339.682604188. iteration 17850 found worse value: 339.682604188. iteration 17851 found worse value: 339.682604188. iteration 17852 found worse value: 339.682604188. iteration 17853 found worse value: 339.682604188. iteration 17854 found worse value: 339.682604188. iteration 17855 found worse value: 339.682604188. iteration 17856 found worse value: 339.682604188. iteration 17857 found worse value: 339.682604188. iteration 17858 found worse value: 339.682604188. iteration 17859 found worse value: 339.682604188. iteration 17860 found worse value: 339.682604188. iteration 17861 found worse value: 339.682604188. iteration 17862 found worse value: 339.682604188. iteration 17863 found worse value: 339.682604188. iteration 17864 found worse value: 339.682604188. iteration 17865 found worse value: 339.682604188. iteration 17866 found worse value: 339.682604188. iteration 17867 found worse value: 339.682604188. iteration 17868 found worse value: 339.682604188. iteration 17869 found worse value: 339.682604188. iteration 17870 found worse value: 339.682604188. iteration17870, perturbing to get out of local maxima iteration 17871 found worse value: 339.682604188. iteration 17872 found worse value: 339.682604188. iteration 17873 found worse value: 339.682604188. iteration 17874 found worse value: 339.682604188. iteration 17875 found worse value: 339.682604188. iteration 17876 found worse value: 339.682604188. iteration 17877 found worse value: 339.682604188. iteration 17878 found worse value: 339.682604188. iteration 17879 found worse value: 339.682604188. iteration 17880 found worse value: 339.682604188. iteration 17881 found worse value: 339.682604188. iteration 17882 found worse value: 339.682604188. iteration 17883 found worse value: 339.682604188. iteration 17884 found worse value: 339.682604188. iteration 17885 found worse value: 339.682604188. iteration 17886 found worse value: 339.682604188. iteration 17887 found worse value: 339.682604188. iteration 17888 found worse value: 339.682604188. iteration 17889 found worse value: 339.682604188. iteration 17890 found worse value: 339.682604188. iteration 17891 found worse value: 339.682604188. iteration 17892 found worse value: 339.682604188. iteration 17893 found worse value: 339.682604188. iteration 17894 found worse value: 339.682604188. iteration 17895 found worse value: 339.682604188. iteration 17896 found worse value: 339.682604188. iteration 17897 found worse value: 339.682604188. iteration 17898 found worse value: 339.682604188. iteration 17899 found worse value: 339.682604188. iteration 17900 found worse value: 339.682604188. iteration 17901 found worse value: 339.682604188. iteration 17902 found worse value: 339.682604188. iteration 17903 found worse value: 339.682604188. iteration 17904 found worse value: 339.682604188. iteration 17905 found worse value: 339.682604188. iteration 17906 found worse value: 339.682604188. iteration 17907 found worse value: 339.682604188. iteration 17908 found worse value: 339.682604188. iteration 17909 found worse value: 339.682604188. iteration 17910 found worse value: 339.682604188. iteration 17911 found worse value: 339.682604188. iteration 17912 found worse value: 339.682604188. iteration 17913 found worse value: 339.682604188. iteration 17914 found worse value: 339.682604188. iteration 17915 found worse value: 339.682604188. iteration 17916 found worse value: 339.682604188. iteration 17917 found worse value: 339.682604188. iteration 17918 found worse value: 339.682604188. iteration 17919 found worse value: 339.682604188. iteration 17920 found worse value: 339.682604188. iteration 17921 found worse value: 339.682604188. iteration 17922 found worse value: 339.682604188. iteration 17923 found worse value: 339.682604188. iteration 17924 found worse value: 339.682604188. iteration 17925 found worse value: 339.682604188. iteration 17926 found worse value: 339.682604188. iteration 17927 found worse value: 339.682604188. iteration 17928 found worse value: 339.682604188. iteration 17929 found worse value: 339.682604188. iteration 17930 found worse value: 339.682604188. iteration 17931 found worse value: 339.682604188. iteration 17932 found worse value: 339.682604188. iteration 17933 found worse value: 339.682604188. iteration 17934 found worse value: 339.682604188. iteration 17935 found worse value: 339.682604188. iteration 17936 found worse value: 339.682604188. iteration 17937 found worse value: 339.682604188. iteration 17938 found worse value: 339.682604188. iteration 17939 found worse value: 339.682604188. iteration 17940 found worse value: 339.682604188. iteration 17941 found worse value: 339.682604188. iteration 17942 found worse value: 339.682604188. iteration 17943 found worse value: 339.682604188. iteration 17944 found worse value: 339.682604188. iteration 17945 found worse value: 339.682604188. iteration 17946 found worse value: 339.682604188. iteration 17947 found worse value: 339.682604188. iteration 17948 found worse value: 339.682604188. iteration 17949 found worse value: 339.682604188. iteration 17950 found worse value: 339.682604188. iteration 17951 found worse value: 339.682604188. iteration 17952 found worse value: 339.682604188. iteration 17953 found worse value: 339.682604188. iteration 17954 found worse value: 339.682604188. iteration 17955 found worse value: 339.682604188. iteration 17956 found worse value: 339.682604188. iteration 17957 found worse value: 339.682604188. iteration 17958 found worse value: 339.682604188. iteration 17959 found worse value: 339.682604188. iteration 17960 found worse value: 339.682604188. iteration 17961 found worse value: 339.682604188. iteration 17962 found worse value: 339.682604188. iteration 17963 found worse value: 339.682604188. iteration 17964 found worse value: 339.682604188. iteration 17965 found worse value: 339.682604188. iteration 17966 found worse value: 339.682604188. iteration 17967 found worse value: 339.682604188. iteration 17968 found worse value: 339.682604188. iteration 17969 found worse value: 339.682604188. iteration 17970 found worse value: 339.682604188. iteration 17971 found worse value: 339.682604188. iteration 17972 found worse value: 339.682604188. iteration 17973 found worse value: 339.682604188. iteration 17974 found worse value: 339.682604188. iteration 17975 found worse value: 339.682604188. iteration 17976 found worse value: 339.682604188. iteration 17977 found worse value: 339.682604188. iteration 17978 found worse value: 339.682604188. iteration 17979 found worse value: 339.682604188. iteration 17980 found worse value: 339.682604188. iteration 17981 found worse value: 339.682604188. iteration 17982 found worse value: 339.682604188. iteration 17983 found worse value: 339.682604188. iteration 17984 found worse value: 339.682604188. iteration 17985 found worse value: 339.682604188. iteration 17986 found worse value: 339.682604188. iteration 17987 found worse value: 339.682604188. iteration 17988 found worse value: 339.682604188. iteration 17989 found worse value: 339.682604188. iteration 17990 found worse value: 339.682604188. iteration 17991 found worse value: 339.682604188. iteration 17992 found worse value: 339.682604188. iteration 17993 found worse value: 339.682604188. iteration 17994 found worse value: 339.682604188. iteration 17995 found worse value: 339.682604188. iteration 17996 found worse value: 339.682604188. iteration 17997 found worse value: 339.682604188. iteration 17998 found worse value: 339.682604188. iteration 17999 found worse value: 339.682604188. iteration 18000 found worse value: 339.682604188. iteration 18001 found worse value: 339.682604188. iteration 18002 found worse value: 339.682604188. iteration 18003 found worse value: 339.682604188. iteration 18004 found worse value: 339.682604188. iteration 18005 found worse value: 339.682604188. iteration 18006 found worse value: 339.682604188. iteration 18007 found worse value: 339.682604188. iteration 18008 found worse value: 339.682604188. iteration 18009 found worse value: 339.682604188. iteration 18010 found worse value: 339.682604188. iteration 18011 found worse value: 339.682604188. iteration 18012 found worse value: 339.682604188. iteration 18013 found worse value: 339.682604188. iteration 18014 found worse value: 339.682604188. iteration 18015 found worse value: 339.682604188. iteration 18016 found worse value: 339.682604188. iteration 18017 found worse value: 339.682604188. iteration 18018 found worse value: 339.682604188. iteration 18019 found worse value: 339.682604188. iteration 18020 found worse value: 339.682604188. iteration 18021 found worse value: 339.682604188. iteration 18022 found worse value: 339.682604188. iteration 18023 found worse value: 339.682604188. iteration 18024 found worse value: 339.682604188. iteration 18025 found worse value: 339.682604188. iteration 18026 found worse value: 339.682604188. iteration 18027 found worse value: 339.682604188. iteration 18028 found worse value: 339.682604188. iteration 18029 found worse value: 339.682604188. iteration 18030 found worse value: 339.682604188. iteration 18031 found worse value: 339.682604188. iteration 18032 found worse value: 339.682604188. iteration 18033 found worse value: 339.682604188. iteration 18034 found worse value: 339.682604188. iteration 18035 found worse value: 339.682604188. iteration 18036 found worse value: 339.682604188. iteration 18037 found worse value: 339.682604188. iteration 18038 found worse value: 339.682604188. iteration 18039 found worse value: 339.682604188. iteration 18040 found worse value: 339.682604188. iteration 18041 found worse value: 339.682604188. iteration 18042 found worse value: 339.682604188. iteration 18043 found worse value: 339.682604188. iteration 18044 found worse value: 339.682604188. iteration 18045 found worse value: 339.682604188. iteration 18046 found worse value: 339.682604188. iteration 18047 found worse value: 339.682604188. iteration 18048 found worse value: 339.682604188. iteration 18049 found worse value: 339.682604188. iteration 18050 found worse value: 339.682604188. iteration 18051 found worse value: 339.682604188. iteration 18052 found worse value: 339.682604188. iteration 18053 found worse value: 339.682604188. iteration 18054 found worse value: 339.682604188. iteration 18055 found worse value: 339.682604188. iteration 18056 found worse value: 339.682604188. iteration 18057 found worse value: 339.682604188. iteration 18058 found worse value: 339.682604188. iteration 18059 found worse value: 339.682604188. iteration 18060 found worse value: 339.682604188. iteration 18061 found worse value: 339.682604188. iteration 18062 found worse value: 339.682604188. iteration 18063 found worse value: 339.682604188. iteration 18064 found worse value: 339.682604188. iteration 18065 found worse value: 339.682604188. iteration 18066 found worse value: 339.682604188. iteration 18067 found worse value: 339.682604188. iteration 18068 found worse value: 339.682604188. iteration 18069 found worse value: 339.682604188. iteration 18070 found worse value: 339.682604188. iteration 18071 found worse value: 339.682604188. iteration 18072 found worse value: 339.682604188. iteration 18073 found worse value: 339.682604188. iteration 18074 found worse value: 339.682604188. iteration 18075 found worse value: 339.682604188. iteration 18076 found worse value: 339.682604188. iteration 18077 found worse value: 339.682604188. iteration 18078 found worse value: 339.682604188. iteration 18079 found worse value: 339.682604188. iteration 18080 found worse value: 339.682604188. iteration 18081 found worse value: 339.682604188. iteration 18082 found worse value: 339.682604188. iteration 18083 found worse value: 339.682604188. iteration 18084 found worse value: 339.682604188. iteration 18085 found worse value: 339.682604188. iteration 18086 found worse value: 339.682604188. iteration 18087 found worse value: 339.682604188. iteration 18088 found worse value: 339.682604188. iteration 18089 found worse value: 339.682604188. iteration 18090 found worse value: 339.682604188. iteration 18091 found worse value: 339.682604188. iteration 18092 found worse value: 339.682604188. iteration 18093 found worse value: 339.682604188. iteration 18094 found worse value: 339.682604188. iteration 18095 found worse value: 339.682604188. iteration 18096 found worse value: 339.682604188. iteration 18097 found worse value: 339.682604188. iteration 18098 found worse value: 339.682604188. iteration 18099 found worse value: 339.682604188. iteration 18100 found worse value: 339.682604188. iteration 18101 found worse value: 339.682604188. iteration 18102 found worse value: 339.682604188. iteration 18103 found worse value: 339.682604188. iteration 18104 found worse value: 339.682604188. iteration 18105 found worse value: 339.682604188. iteration 18106 found worse value: 339.682604188. iteration 18107 found worse value: 339.682604188. iteration 18108 found worse value: 339.682604188. iteration 18109 found worse value: 339.682604188. iteration 18110 found worse value: 339.682604188. iteration 18111 found worse value: 339.682604188. iteration 18112 found worse value: 339.682604188. iteration 18113 found worse value: 339.682604188. iteration 18114 found worse value: 339.682604188. iteration 18115 found worse value: 339.682604188. iteration 18116 found worse value: 339.682604188. iteration 18117 found worse value: 339.682604188. iteration 18118 found worse value: 339.682604188. iteration 18119 found worse value: 339.682604188. iteration 18120 found worse value: 339.682604188. iteration 18121 found worse value: 339.682604188. iteration 18122 found worse value: 339.682604188. iteration 18123 found worse value: 339.682604188. iteration 18124 found worse value: 339.682604188. iteration 18125 found worse value: 339.682604188. iteration 18126 found worse value: 339.682604188. iteration 18127 found worse value: 339.682604188. iteration 18128 found worse value: 339.682604188. iteration 18129 found worse value: 339.682604188. iteration 18130 found worse value: 339.682604188. iteration 18131 found worse value: 339.682604188. iteration 18132 found worse value: 339.682604188. iteration 18133 found worse value: 339.682604188. iteration 18134 found worse value: 339.682604188. iteration 18135 found worse value: 339.682604188. iteration 18136 found worse value: 339.682604188. iteration 18137 found worse value: 339.682604188. iteration 18138 found worse value: 339.682604188. iteration 18139 found worse value: 339.682604188. iteration 18140 found worse value: 339.682604188. iteration 18141 found worse value: 339.682604188. iteration 18142 found worse value: 339.682604188. iteration 18143 found worse value: 339.682604188. iteration 18144 found worse value: 339.682604188. iteration 18145 found worse value: 339.682604188. iteration 18146 found worse value: 339.682604188. iteration 18147 found worse value: 339.682604188. iteration 18148 found worse value: 339.682604188. iteration 18149 found worse value: 339.682604188. iteration 18150 found worse value: 339.682604188. iteration 18151 found worse value: 339.682604188. iteration 18152 found worse value: 339.682604188. iteration 18153 found worse value: 339.682604188. iteration 18154 found worse value: 339.682604188. iteration 18155 found worse value: 339.682604188. iteration 18156 found worse value: 339.682604188. iteration 18157 found worse value: 339.682604188. iteration 18158 found worse value: 339.682604188. iteration 18159 found worse value: 339.682604188. iteration 18160 found worse value: 339.682604188. iteration 18161 found worse value: 339.682604188. iteration 18162 found worse value: 339.682604188. iteration 18163 found worse value: 339.682604188. iteration 18164 found worse value: 339.682604188. iteration 18165 found worse value: 339.682604188. iteration 18166 found worse value: 339.682604188. iteration 18167 found worse value: 339.682604188. iteration 18168 found worse value: 339.682604188. iteration 18169 found worse value: 339.682604188. iteration 18170 found worse value: 339.682604188. iteration 18171 found worse value: 339.682604188. iteration 18172 found worse value: 339.682604188. iteration 18173 found worse value: 339.682604188. iteration 18174 found worse value: 339.682604188. iteration 18175 found worse value: 339.682604188. iteration 18176 found worse value: 339.682604188. iteration 18177 found worse value: 339.682604188. iteration 18178 found worse value: 339.682604188. iteration 18179 found worse value: 339.682604188. iteration 18180 found worse value: 339.682604188. iteration 18181 found worse value: 339.682604188. iteration 18182 found worse value: 339.682604188. iteration 18183 found worse value: 339.682604188. iteration 18184 found worse value: 339.682604188. iteration 18185 found worse value: 339.682604188. iteration18185, perturbing to get out of local maxima iteration 18186 found worse value: 339.682604188. iteration 18187 found worse value: 339.682604188. iteration 18188 found worse value: 339.682604188. iteration 18189 found worse value: 339.682604188. iteration 18190 found worse value: 339.682604188. iteration 18191 found worse value: 339.682604188. iteration 18192 found worse value: 339.682604188. iteration 18193 found worse value: 339.682604188. iteration 18194 found worse value: 339.682604188. iteration 18195 found worse value: 339.682604188. iteration 18196 found worse value: 339.682604188. iteration 18197 found worse value: 339.682604188. iteration 18198 found worse value: 339.682604188. iteration 18199 found worse value: 339.682604188. iteration 18200 found worse value: 339.682604188. iteration 18201 found worse value: 339.682604188. iteration 18202 found worse value: 339.682604188. iteration 18203 found worse value: 339.682604188. iteration 18204 found worse value: 339.682604188. iteration 18205 found worse value: 339.682604188. iteration 18206 found worse value: 339.682604188. iteration 18207 found worse value: 339.682604188. iteration 18208 found worse value: 339.682604188. iteration 18209 found worse value: 339.682604188. iteration 18210 found worse value: 339.682604188. iteration 18211 found worse value: 339.682604188. iteration 18212 found worse value: 339.682604188. iteration 18213 found worse value: 339.682604188. iteration 18214 found worse value: 339.682604188. iteration 18215 found worse value: 339.682604188. iteration 18216 found worse value: 339.682604188. iteration 18217 found worse value: 339.682604188. iteration 18218 found worse value: 339.682604188. iteration 18219 found worse value: 339.682604188. iteration 18220 found worse value: 339.682604188. iteration 18221 found worse value: 339.682604188. iteration 18222 found worse value: 339.682604188. iteration 18223 found worse value: 339.682604188. iteration 18224 found worse value: 339.682604188. iteration 18225 found worse value: 339.682604188. iteration 18226 found worse value: 339.682604188. iteration 18227 found worse value: 339.682604188. iteration 18228 found worse value: 339.682604188. iteration 18229 found worse value: 339.682604188. iteration 18230 found worse value: 339.682604188. iteration 18231 found worse value: 339.682604188. iteration 18232 found worse value: 339.682604188. iteration 18233 found worse value: 339.682604188. iteration 18234 found worse value: 339.682604188. iteration 18235 found worse value: 339.682604188. iteration 18236 found worse value: 339.682604188. iteration 18237 found worse value: 339.682604188. iteration 18238 found worse value: 339.682604188. iteration 18239 found worse value: 339.682604188. iteration 18240 found worse value: 339.682604188. iteration 18241 found worse value: 339.682604188. iteration 18242 found worse value: 339.682604188. iteration 18243 found worse value: 339.682604188. iteration 18244 found worse value: 339.682604188. iteration 18245 found worse value: 339.682604188. iteration 18246 found worse value: 339.682604188. iteration 18247 found worse value: 339.682604188. iteration 18248 found worse value: 339.682604188. iteration 18249 found worse value: 339.682604188. iteration 18250 found worse value: 339.682604188. iteration 18251 found worse value: 339.682604188. iteration 18252 found worse value: 339.682604188. iteration 18253 found worse value: 339.682604188. iteration 18254 found worse value: 339.682604188. iteration 18255 found worse value: 339.682604188. iteration 18256 found worse value: 339.682604188. iteration 18257 found worse value: 339.682604188. iteration 18258 found worse value: 339.682604188. iteration 18259 found worse value: 339.682604188. iteration 18260 found worse value: 339.682604188. iteration 18261 found worse value: 339.682604188. iteration 18262 found worse value: 339.682604188. iteration 18263 found worse value: 339.682604188. iteration 18264 found worse value: 339.682604188. iteration 18265 found worse value: 339.682604188. iteration 18266 found worse value: 339.682604188. iteration 18267 found worse value: 339.682604188. iteration 18268 found worse value: 339.682604188. iteration 18269 found worse value: 339.682604188. iteration 18270 found worse value: 339.682604188. iteration 18271 found worse value: 339.682604188. iteration 18272 found worse value: 339.682604188. iteration 18273 found worse value: 339.682604188. iteration 18274 found worse value: 339.682604188. iteration 18275 found worse value: 339.682604188. iteration 18276 found worse value: 339.682604188. iteration 18277 found worse value: 339.682604188. iteration 18278 found worse value: 339.682604188. iteration 18279 found worse value: 339.682604188. iteration 18280 found worse value: 339.682604188. iteration 18281 found worse value: 339.682604188. iteration 18282 found worse value: 339.682604188. iteration 18283 found worse value: 339.682604188. iteration 18284 found worse value: 339.682604188. iteration 18285 found worse value: 339.682604188. iteration 18286 found worse value: 339.682604188. iteration 18287 found worse value: 339.682604188. iteration 18288 found worse value: 339.682604188. iteration 18289 found worse value: 339.682604188. iteration 18290 found worse value: 339.682604188. iteration 18291 found worse value: 339.682604188. iteration 18292 found worse value: 339.682604188. iteration 18293 found worse value: 339.682604188. iteration 18294 found worse value: 339.682604188. iteration 18295 found worse value: 339.682604188. iteration 18296 found worse value: 339.682604188. iteration 18297 found worse value: 339.682604188. iteration 18298 found worse value: 339.682604188. iteration 18299 found worse value: 339.682604188. iteration 18300 found worse value: 339.682604188. iteration 18301 found worse value: 339.682604188. iteration 18302 found worse value: 339.682604188. iteration 18303 found worse value: 339.682604188. iteration 18304 found worse value: 339.682604188. iteration 18305 found worse value: 339.682604188. iteration 18306 found worse value: 339.682604188. iteration 18307 found worse value: 339.682604188. iteration 18308 found worse value: 339.682604188. iteration 18309 found worse value: 339.682604188. iteration 18310 found worse value: 339.682604188. iteration 18311 found worse value: 339.682604188. iteration 18312 found worse value: 339.682604188. iteration 18313 found worse value: 339.682604188. iteration 18314 found worse value: 339.682604188. iteration 18315 found worse value: 339.682604188. iteration 18316 found worse value: 339.682604188. iteration 18317 found worse value: 339.682604188. iteration 18318 found worse value: 339.682604188. iteration 18319 found worse value: 339.682604188. iteration 18320 found worse value: 339.682604188. iteration 18321 found worse value: 339.682604188. iteration 18322 found worse value: 339.682604188. iteration 18323 found worse value: 339.682604188. iteration 18324 found worse value: 339.682604188. iteration 18325 found worse value: 339.682604188. iteration 18326 found worse value: 339.682604188. iteration 18327 found worse value: 339.682604188. iteration 18328 found worse value: 339.682604188. iteration 18329 found worse value: 339.682604188. iteration 18330 found worse value: 339.682604188. iteration 18331 found worse value: 339.682604188. iteration 18332 found worse value: 339.682604188. iteration 18333 found worse value: 339.682604188. iteration 18334 found worse value: 339.682604188. iteration 18335 found worse value: 339.682604188. iteration 18336 found worse value: 339.682604188. iteration 18337 found worse value: 339.682604188. iteration 18338 found worse value: 339.682604188. iteration 18339 found worse value: 339.682604188. iteration 18340 found worse value: 339.682604188. iteration 18341 found worse value: 339.682604188. iteration 18342 found worse value: 339.682604188. iteration 18343 found worse value: 339.682604188. iteration 18344 found worse value: 339.682604188. iteration 18345 found worse value: 339.682604188. iteration 18346 found worse value: 339.682604188. iteration 18347 found worse value: 339.682604188. iteration 18348 found worse value: 339.682604188. iteration 18349 found worse value: 339.682604188. iteration 18350 found worse value: 339.682604188. iteration 18351 found worse value: 339.682604188. iteration 18352 found worse value: 339.682604188. iteration 18353 found worse value: 339.682604188. iteration 18354 found worse value: 339.682604188. iteration 18355 found worse value: 339.682604188. iteration 18356 found worse value: 339.682604188. iteration 18357 found worse value: 339.682604188. iteration 18358 found worse value: 339.682604188. iteration 18359 found worse value: 339.682604188. iteration 18360 found worse value: 339.682604188. iteration 18361 found worse value: 339.682604188. iteration 18362 found worse value: 339.682604188. iteration 18363 found worse value: 339.682604188. iteration 18364 found worse value: 339.682604188. iteration 18365 found worse value: 339.682604188. iteration 18366 found worse value: 339.682604188. iteration 18367 found worse value: 339.682604188. iteration 18368 found worse value: 339.682604188. iteration 18369 found worse value: 339.682604188. iteration 18370 found worse value: 339.682604188. iteration 18371 found worse value: 339.682604188. iteration 18372 found worse value: 339.682604188. iteration 18373 found worse value: 339.682604188. iteration 18374 found worse value: 339.682604188. iteration 18375 found worse value: 339.682604188. iteration 18376 found worse value: 339.682604188. iteration 18377 found worse value: 339.682604188. iteration 18378 found worse value: 339.682604188. iteration 18379 found worse value: 339.682604188. iteration 18380 found worse value: 339.682604188. iteration 18381 found worse value: 339.682604188. iteration 18382 found worse value: 339.682604188. iteration 18383 found worse value: 339.682604188. iteration 18384 found worse value: 339.682604188. iteration 18385 found worse value: 339.682604188. iteration 18386 found worse value: 339.682604188. iteration 18387 found worse value: 339.682604188. iteration 18388 found worse value: 339.682604188. iteration 18389 found worse value: 339.682604188. iteration 18390 found worse value: 339.682604188. iteration 18391 found worse value: 339.682604188. iteration 18392 found worse value: 339.682604188. iteration 18393 found worse value: 339.682604188. iteration 18394 found worse value: 339.682604188. iteration 18395 found worse value: 339.682604188. iteration 18396 found worse value: 339.682604188. iteration 18397 found worse value: 339.682604188. iteration 18398 found worse value: 339.682604188. iteration 18399 found worse value: 339.682604188. iteration 18400 found worse value: 339.682604188. iteration 18401 found worse value: 339.682604188. iteration 18402 found worse value: 339.682604188. iteration 18403 found worse value: 339.682604188. iteration 18404 found worse value: 339.682604188. iteration 18405 found worse value: 339.682604188. iteration 18406 found worse value: 339.682604188. iteration 18407 found worse value: 339.682604188. iteration 18408 found worse value: 339.682604188. iteration 18409 found worse value: 339.682604188. iteration 18410 found worse value: 339.682604188. iteration 18411 found worse value: 339.682604188. iteration 18412 found worse value: 339.682604188. iteration 18413 found worse value: 339.682604188. iteration 18414 found worse value: 339.682604188. iteration 18415 found worse value: 339.682604188. iteration 18416 found worse value: 339.682604188. iteration 18417 found worse value: 339.682604188. iteration 18418 found worse value: 339.682604188. iteration 18419 found worse value: 339.682604188. iteration 18420 found worse value: 339.682604188. iteration 18421 found worse value: 339.682604188. iteration 18422 found worse value: 339.682604188. iteration 18423 found worse value: 339.682604188. iteration 18424 found worse value: 339.682604188. iteration 18425 found worse value: 339.682604188. iteration 18426 found worse value: 339.682604188. iteration 18427 found worse value: 339.682604188. iteration 18428 found worse value: 339.682604188. iteration 18429 found worse value: 339.682604188. iteration 18430 found worse value: 339.682604188. iteration 18431 found worse value: 339.682604188. iteration 18432 found worse value: 339.682604188. iteration 18433 found worse value: 339.682604188. iteration 18434 found worse value: 339.682604188. iteration 18435 found worse value: 339.682604188. iteration 18436 found worse value: 339.682604188. iteration 18437 found worse value: 339.682604188. iteration 18438 found worse value: 339.682604188. iteration 18439 found worse value: 339.682604188. iteration 18440 found worse value: 339.682604188. iteration 18441 found worse value: 339.682604188. iteration 18442 found worse value: 339.682604188. iteration 18443 found worse value: 339.682604188. iteration 18444 found worse value: 339.682604188. iteration 18445 found worse value: 339.682604188. iteration 18446 found worse value: 339.682604188. iteration 18447 found worse value: 339.682604188. iteration 18448 found worse value: 339.682604188. iteration 18449 found worse value: 339.682604188. iteration 18450 found worse value: 339.682604188. iteration 18451 found worse value: 339.682604188. iteration 18452 found worse value: 339.682604188. iteration 18453 found worse value: 339.682604188. iteration 18454 found worse value: 339.682604188. iteration 18455 found worse value: 339.682604188. iteration 18456 found worse value: 339.682604188. iteration 18457 found worse value: 339.682604188. iteration 18458 found worse value: 339.682604188. iteration 18459 found worse value: 339.682604188. iteration 18460 found worse value: 339.682604188. iteration 18461 found worse value: 339.682604188. iteration 18462 found worse value: 339.682604188. iteration 18463 found worse value: 339.682604188. iteration 18464 found worse value: 339.682604188. iteration 18465 found worse value: 339.682604188. iteration 18466 found worse value: 339.682604188. iteration 18467 found worse value: 339.682604188. iteration 18468 found worse value: 339.682604188. iteration 18469 found worse value: 339.682604188. iteration 18470 found worse value: 339.682604188. iteration 18471 found worse value: 339.682604188. iteration 18472 found worse value: 339.682604188. iteration 18473 found worse value: 339.682604188. iteration 18474 found worse value: 339.682604188. iteration 18475 found worse value: 339.682604188. iteration 18476 found worse value: 339.682604188. iteration 18477 found worse value: 339.682604188. iteration 18478 found worse value: 339.682604188. iteration 18479 found worse value: 339.682604188. iteration 18480 found worse value: 339.682604188. iteration 18481 found worse value: 339.682604188. iteration 18482 found worse value: 339.682604188. iteration 18483 found worse value: 339.682604188. iteration 18484 found worse value: 339.682604188. iteration 18485 found worse value: 339.682604188. iteration 18486 found worse value: 339.682604188. iteration 18487 found worse value: 339.682604188. iteration 18488 found worse value: 339.682604188. iteration 18489 found worse value: 339.682604188. iteration 18490 found worse value: 339.682604188. iteration 18491 found worse value: 339.682604188. iteration 18492 found worse value: 339.682604188. iteration 18493 found worse value: 339.682604188. iteration 18494 found worse value: 339.682604188. iteration 18495 found worse value: 339.682604188. iteration 18496 found worse value: 339.682604188. iteration 18497 found worse value: 339.682604188. iteration 18498 found worse value: 339.682604188. iteration 18499 found worse value: 339.682604188. iteration 18500 found worse value: 339.682604188. iteration 18501 found worse value: 339.682604188. iteration 18502 found worse value: 339.682604188. iteration 18503 found worse value: 339.682604188. iteration 18504 found worse value: 339.682604188. iteration 18505 found worse value: 339.682604188. iteration 18506 found worse value: 339.682604188. iteration 18507 found worse value: 339.682604188. iteration 18508 found worse value: 339.682604188. iteration 18509 found worse value: 339.682604188. iteration 18510 found worse value: 339.682604188. iteration 18511 found worse value: 339.682604188. iteration 18512 found worse value: 339.682604188. iteration 18513 found worse value: 339.682604188. iteration 18514 found worse value: 339.682604188. iteration 18515 found worse value: 339.682604188. iteration 18516 found worse value: 339.682604188. iteration 18517 found worse value: 339.682604188. iteration18517, perturbing to get out of local maxima iteration 18518 found worse value: 339.682604188. iteration 18519 found worse value: 339.682604188. iteration 18520 found worse value: 339.682604188. iteration 18521 found worse value: 339.682604188. iteration 18522 found worse value: 339.682604188. iteration 18523 found worse value: 339.682604188. iteration 18524 found worse value: 339.682604188. iteration 18525 found worse value: 339.682604188. iteration 18526 found worse value: 339.682604188. iteration 18527 found worse value: 339.682604188. iteration 18528 found worse value: 339.682604188. iteration 18529 found worse value: 339.682604188. iteration 18530 found worse value: 339.682604188. iteration 18531 found worse value: 339.682604188. iteration 18532 found worse value: 339.682604188. iteration 18533 found worse value: 339.682604188. iteration 18534 found worse value: 339.682604188. iteration 18535 found worse value: 339.682604188. iteration 18536 found worse value: 339.682604188. iteration 18537 found worse value: 339.682604188. iteration 18538 found worse value: 339.682604188. iteration 18539 found worse value: 339.682604188. iteration 18540 found worse value: 339.682604188. iteration 18541 found worse value: 339.682604188. iteration 18542 found worse value: 339.682604188. iteration 18543 found worse value: 339.682604188. iteration 18544 found worse value: 339.682604188. iteration 18545 found worse value: 339.682604188. iteration 18546 found worse value: 339.682604188. iteration 18547 found worse value: 339.682604188. iteration 18548 found worse value: 339.682604188. iteration 18549 found worse value: 339.682604188. iteration 18550 found worse value: 339.682604188. iteration 18551 found worse value: 339.682604188. iteration 18552 found worse value: 339.682604188. iteration 18553 found worse value: 339.682604188. iteration 18554 found worse value: 339.682604188. iteration 18555 found worse value: 339.682604188. iteration 18556 found worse value: 339.682604188. iteration 18557 found worse value: 339.682604188. iteration 18558 found worse value: 339.682604188. iteration 18559 found worse value: 339.682604188. iteration 18560 found worse value: 339.682604188. iteration 18561 found worse value: 339.682604188. iteration 18562 found worse value: 339.682604188. iteration 18563 found worse value: 339.682604188. iteration 18564 found worse value: 339.682604188. iteration 18565 found worse value: 339.682604188. iteration 18566 found worse value: 339.682604188. iteration 18567 found worse value: 339.682604188. iteration 18568 found worse value: 339.682604188. iteration 18569 found worse value: 339.682604188. iteration 18570 found worse value: 339.682604188. iteration 18571 found worse value: 339.682604188. iteration 18572 found worse value: 339.682604188. iteration 18573 found worse value: 339.682604188. iteration 18574 found worse value: 339.682604188. iteration 18575 found worse value: 339.682604188. iteration 18576 found worse value: 339.682604188. iteration 18577 found worse value: 339.682604188. iteration 18578 found worse value: 339.682604188. iteration 18579 found worse value: 339.682604188. iteration 18580 found worse value: 339.682604188. iteration 18581 found worse value: 339.682604188. iteration 18582 found worse value: 339.682604188. iteration 18583 found worse value: 339.682604188. iteration 18584 found worse value: 339.682604188. iteration 18585 found worse value: 339.682604188. iteration 18586 found worse value: 339.682604188. iteration 18587 found worse value: 339.682604188. iteration 18588 found worse value: 339.682604188. iteration 18589 found worse value: 339.682604188. iteration 18590 found worse value: 339.682604188. iteration 18591 found worse value: 339.682604188. iteration 18592 found worse value: 339.682604188. iteration 18593 found worse value: 339.682604188. iteration 18594 found worse value: 339.682604188. iteration 18595 found worse value: 339.682604188. iteration 18596 found worse value: 339.682604188. iteration 18597 found worse value: 339.682604188. iteration 18598 found worse value: 339.682604188. iteration 18599 found worse value: 339.682604188. iteration 18600 found worse value: 339.682604188. iteration 18601 found worse value: 339.682604188. iteration 18602 found worse value: 339.682604188. iteration 18603 found worse value: 339.682604188. iteration 18604 found worse value: 339.682604188. iteration 18605 found worse value: 339.682604188. iteration 18606 found worse value: 339.682604188. iteration 18607 found worse value: 339.682604188. iteration 18608 found worse value: 339.682604188. iteration 18609 found worse value: 339.682604188. iteration 18610 found worse value: 339.682604188. iteration 18611 found worse value: 339.682604188. iteration 18612 found worse value: 339.682604188. iteration 18613 found worse value: 339.682604188. iteration 18614 found worse value: 339.682604188. iteration 18615 found worse value: 339.682604188. iteration 18616 found worse value: 339.682604188. iteration 18617 found worse value: 339.682604188. iteration 18618 found worse value: 339.682604188. iteration 18619 found worse value: 339.682604188. iteration 18620 found worse value: 339.682604188. iteration 18621 found worse value: 339.682604188. iteration 18622 found worse value: 339.682604188. iteration 18623 found worse value: 339.682604188. iteration 18624 found worse value: 339.682604188. iteration 18625 found worse value: 339.682604188. iteration 18626 found worse value: 339.682604188. iteration 18627 found worse value: 339.682604188. iteration 18628 found worse value: 339.682604188. iteration 18629 found worse value: 339.682604188. iteration 18630 found worse value: 339.682604188. iteration 18631 found worse value: 339.682604188. iteration 18632 found worse value: 339.682604188. iteration 18633 found worse value: 339.682604188. iteration 18634 found worse value: 339.682604188. iteration 18635 found worse value: 339.682604188. iteration 18636 found worse value: 339.682604188. iteration 18637 found worse value: 339.682604188. iteration 18638 found worse value: 339.682604188. iteration 18639 found worse value: 339.682604188. iteration 18640 found worse value: 339.682604188. iteration 18641 found worse value: 339.682604188. iteration 18642 found worse value: 339.682604188. iteration 18643 found worse value: 339.682604188. iteration 18644 found worse value: 339.682604188. iteration 18645 found worse value: 339.682604188. iteration 18646 found worse value: 339.682604188. iteration 18647 found worse value: 339.682604188. iteration 18648 found worse value: 339.682604188. iteration 18649 found worse value: 339.682604188. iteration 18650 found worse value: 339.682604188. iteration 18651 found worse value: 339.682604188. iteration 18652 found worse value: 339.682604188. iteration 18653 found worse value: 339.682604188. iteration 18654 found worse value: 339.682604188. iteration 18655 found worse value: 339.682604188. iteration 18656 found worse value: 339.682604188. iteration 18657 found worse value: 339.682604188. iteration 18658 found worse value: 339.682604188. iteration 18659 found worse value: 339.682604188. iteration 18660 found worse value: 339.682604188. iteration 18661 found worse value: 339.682604188. iteration 18662 found worse value: 339.682604188. iteration 18663 found worse value: 339.682604188. iteration 18664 found worse value: 339.682604188. iteration 18665 found worse value: 339.682604188. iteration 18666 found worse value: 339.682604188. iteration 18667 found worse value: 339.682604188. iteration 18668 found worse value: 339.682604188. iteration 18669 found worse value: 339.682604188. iteration 18670 found worse value: 339.682604188. iteration 18671 found worse value: 339.682604188. iteration 18672 found worse value: 339.682604188. iteration 18673 found worse value: 339.682604188. iteration 18674 found worse value: 339.682604188. iteration 18675 found worse value: 339.682604188. iteration 18676 found worse value: 339.682604188. iteration 18677 found worse value: 339.682604188. iteration 18678 found worse value: 339.682604188. iteration 18679 found worse value: 339.682604188. iteration 18680 found worse value: 339.682604188. iteration 18681 found worse value: 339.682604188. iteration 18682 found worse value: 339.682604188. iteration 18683 found worse value: 339.682604188. iteration 18684 found worse value: 339.682604188. iteration 18685 found worse value: 339.682604188. iteration 18686 found worse value: 339.682604188. iteration 18687 found worse value: 339.682604188. iteration 18688 found worse value: 339.682604188. iteration 18689 found worse value: 339.682604188. iteration 18690 found worse value: 339.682604188. iteration 18691 found worse value: 339.682604188. iteration 18692 found worse value: 339.682604188. iteration 18693 found worse value: 339.682604188. iteration 18694 found worse value: 339.682604188. iteration 18695 found worse value: 339.682604188. iteration 18696 found worse value: 339.682604188. iteration 18697 found worse value: 339.682604188. iteration 18698 found worse value: 339.682604188. iteration 18699 found worse value: 339.682604188. iteration 18700 found worse value: 339.682604188. iteration 18701 found worse value: 339.682604188. iteration 18702 found worse value: 339.682604188. iteration 18703 found worse value: 339.682604188. iteration 18704 found worse value: 339.682604188. iteration 18705 found worse value: 339.682604188. iteration 18706 found worse value: 339.682604188. iteration 18707 found worse value: 339.682604188. iteration 18708 found worse value: 339.682604188. iteration 18709 found worse value: 339.682604188. iteration 18710 found worse value: 339.682604188. iteration 18711 found worse value: 339.682604188. iteration 18712 found worse value: 339.682604188. iteration 18713 found worse value: 339.682604188. iteration 18714 found worse value: 339.682604188. iteration 18715 found worse value: 339.682604188. iteration 18716 found worse value: 339.682604188. iteration 18717 found worse value: 339.682604188. iteration 18718 found worse value: 339.682604188. iteration 18719 found worse value: 339.682604188. iteration 18720 found worse value: 339.682604188. iteration 18721 found worse value: 339.682604188. iteration 18722 found worse value: 339.682604188. iteration 18723 found worse value: 339.682604188. iteration 18724 found worse value: 339.682604188. iteration 18725 found worse value: 339.682604188. iteration 18726 found worse value: 339.682604188. iteration 18727 found worse value: 339.682604188. iteration 18728 found worse value: 339.682604188. iteration 18729 found worse value: 339.682604188. iteration 18730 found worse value: 339.682604188. iteration 18731 found worse value: 339.682604188. iteration 18732 found worse value: 339.682604188. iteration 18733 found worse value: 339.682604188. iteration 18734 found worse value: 339.682604188. iteration 18735 found worse value: 339.682604188. iteration 18736 found worse value: 339.682604188. iteration 18737 found worse value: 339.682604188. iteration 18738 found worse value: 339.682604188. iteration 18739 found worse value: 339.682604188. iteration 18740 found worse value: 339.682604188. iteration 18741 found worse value: 339.682604188. iteration 18742 found worse value: 339.682604188. iteration 18743 found worse value: 339.682604188. iteration 18744 found worse value: 339.682604188. iteration 18745 found worse value: 339.682604188. iteration 18746 found worse value: 339.682604188. iteration 18747 found worse value: 339.682604188. iteration 18748 found worse value: 339.682604188. iteration 18749 found worse value: 339.682604188. iteration 18750 found worse value: 339.682604188. iteration 18751 found worse value: 339.682604188. iteration 18752 found worse value: 339.682604188. iteration 18753 found worse value: 339.682604188. iteration 18754 found worse value: 339.682604188. iteration 18755 found worse value: 339.682604188. iteration 18756 found worse value: 339.682604188. iteration 18757 found worse value: 339.682604188. iteration 18758 found worse value: 339.682604188. iteration 18759 found worse value: 339.682604188. iteration 18760 found worse value: 339.682604188. iteration 18761 found worse value: 339.682604188. iteration 18762 found worse value: 339.682604188. iteration 18763 found worse value: 339.682604188. iteration 18764 found worse value: 339.682604188. iteration 18765 found worse value: 339.682604188. iteration 18766 found worse value: 339.682604188. iteration 18767 found worse value: 339.682604188. iteration 18768 found worse value: 339.682604188. iteration 18769 found worse value: 339.682604188. iteration 18770 found worse value: 339.682604188. iteration 18771 found worse value: 339.682604188. iteration 18772 found worse value: 339.682604188. iteration 18773 found worse value: 339.682604188. iteration 18774 found worse value: 339.682604188. iteration 18775 found worse value: 339.682604188. iteration 18776 found worse value: 339.682604188. iteration 18777 found worse value: 339.682604188. iteration 18778 found worse value: 339.682604188. iteration 18779 found worse value: 339.682604188. iteration 18780 found worse value: 339.682604188. iteration 18781 found worse value: 339.682604188. iteration 18782 found worse value: 339.682604188. iteration 18783 found worse value: 339.682604188. iteration 18784 found worse value: 339.682604188. iteration 18785 found worse value: 339.682604188. iteration 18786 found worse value: 339.682604188. iteration 18787 found worse value: 339.682604188. iteration 18788 found worse value: 339.682604188. iteration 18789 found worse value: 339.682604188. iteration 18790 found worse value: 339.682604188. iteration 18791 found worse value: 339.682604188. iteration 18792 found worse value: 339.682604188. iteration 18793 found worse value: 339.682604188. iteration 18794 found worse value: 339.682604188. iteration 18795 found worse value: 339.682604188. iteration 18796 found worse value: 339.682604188. iteration 18797 found worse value: 339.682604188. iteration 18798 found worse value: 339.682604188. iteration 18799 found worse value: 339.682604188. iteration 18800 found worse value: 339.682604188. iteration 18801 found worse value: 339.682604188. iteration 18802 found worse value: 339.682604188. iteration 18803 found worse value: 339.682604188. iteration 18804 found worse value: 339.682604188. iteration 18805 found worse value: 339.682604188. iteration 18806 found worse value: 339.682604188. iteration 18807 found worse value: 339.682604188. iteration 18808 found worse value: 339.682604188. iteration 18809 found worse value: 339.682604188. iteration 18810 found worse value: 339.682604188. iteration 18811 found worse value: 339.682604188. iteration 18812 found worse value: 339.682604188. iteration 18813 found worse value: 339.682604188. iteration 18814 found worse value: 339.682604188. iteration 18815 found worse value: 339.682604188. iteration 18816 found worse value: 339.682604188. iteration 18817 found worse value: 339.682604188. iteration 18818 found worse value: 339.682604188. iteration 18819 found worse value: 339.682604188. iteration 18820 found worse value: 339.682604188. iteration 18821 found worse value: 339.682604188. iteration 18822 found worse value: 339.682604188. iteration 18823 found worse value: 339.682604188. iteration 18824 found worse value: 339.682604188. iteration 18825 found worse value: 339.682604188. iteration 18826 found worse value: 339.682604188. iteration 18827 found worse value: 339.682604188. iteration 18828 found worse value: 339.682604188. iteration 18829 found worse value: 339.682604188. iteration 18830 found worse value: 339.682604188. iteration 18831 found worse value: 339.682604188. iteration 18832 found worse value: 339.682604188. iteration 18833 found worse value: 339.682604188. iteration 18834 found worse value: 339.682604188. iteration 18835 found worse value: 339.682604188. iteration 18836 found worse value: 339.682604188. iteration 18837 found worse value: 339.682604188. iteration 18838 found worse value: 339.682604188. iteration 18839 found worse value: 339.682604188. iteration 18840 found worse value: 339.682604188. iteration 18841 found worse value: 339.682604188. iteration 18842 found worse value: 339.682604188. iteration18842, perturbing to get out of local maxima iteration 18843 found worse value: 339.682604188. iteration 18844 found worse value: 339.682604188. iteration 18845 found worse value: 339.682604188. iteration 18846 found worse value: 339.682604188. iteration 18847 found worse value: 339.682604188. iteration 18848 found worse value: 339.682604188. iteration 18849 found worse value: 339.682604188. iteration 18850 found worse value: 339.682604188. iteration 18851 found worse value: 339.682604188. iteration 18852 found worse value: 339.682604188. iteration 18853 found worse value: 339.682604188. iteration 18854 found worse value: 339.682604188. iteration 18855 found worse value: 339.682604188. iteration 18856 found worse value: 339.682604188. iteration 18857 found worse value: 339.682604188. iteration 18858 found worse value: 339.682604188. iteration 18859 found worse value: 339.682604188. iteration 18860 found worse value: 339.682604188. iteration 18861 found worse value: 339.682604188. iteration 18862 found worse value: 339.682604188. iteration 18863 found worse value: 339.682604188. iteration 18864 found worse value: 339.682604188. iteration 18865 found worse value: 339.682604188. iteration 18866 found worse value: 339.682604188. iteration 18867 found worse value: 339.682604188. iteration 18868 found worse value: 339.682604188. iteration 18869 found worse value: 339.682604188. iteration 18870 found worse value: 339.682604188. iteration 18871 found worse value: 339.682604188. iteration 18872 found worse value: 339.682604188. iteration 18873 found worse value: 339.682604188. iteration 18874 found worse value: 339.682604188. iteration 18875 found worse value: 339.682604188. iteration 18876 found worse value: 339.682604188. iteration 18877 found worse value: 339.682604188. iteration 18878 found worse value: 339.682604188. iteration 18879 found worse value: 339.682604188. iteration 18880 found worse value: 339.682604188. iteration 18881 found worse value: 339.682604188. iteration 18882 found worse value: 339.682604188. iteration 18883 found worse value: 339.682604188. iteration 18884 found worse value: 339.682604188. iteration 18885 found worse value: 339.682604188. iteration 18886 found worse value: 339.682604188. iteration 18887 found worse value: 339.682604188. iteration 18888 found worse value: 339.682604188. iteration 18889 found worse value: 339.682604188. iteration 18890 found worse value: 339.682604188. iteration 18891 found worse value: 339.682604188. iteration 18892 found worse value: 339.682604188. iteration 18893 found worse value: 339.682604188. iteration 18894 found worse value: 339.682604188. iteration 18895 found worse value: 339.682604188. iteration 18896 found worse value: 339.682604188. iteration 18897 found worse value: 339.682604188. iteration 18898 found worse value: 339.682604188. iteration 18899 found worse value: 339.682604188. iteration 18900 found worse value: 339.682604188. iteration 18901 found worse value: 339.682604188. iteration 18902 found worse value: 339.682604188. iteration 18903 found worse value: 339.682604188. iteration 18904 found worse value: 339.682604188. iteration 18905 found worse value: 339.682604188. iteration 18906 found worse value: 339.682604188. iteration 18907 found worse value: 339.682604188. iteration 18908 found worse value: 339.682604188. iteration 18909 found worse value: 339.682604188. iteration 18910 found worse value: 339.682604188. iteration 18911 found worse value: 339.682604188. iteration 18912 found worse value: 339.682604188. iteration 18913 found worse value: 339.682604188. iteration 18914 found worse value: 339.682604188. iteration 18915 found worse value: 339.682604188. iteration 18916 found worse value: 339.682604188. iteration 18917 found worse value: 339.682604188. iteration 18918 found worse value: 339.682604188. iteration 18919 found worse value: 339.682604188. iteration 18920 found worse value: 339.682604188. iteration 18921 found worse value: 339.682604188. iteration 18922 found worse value: 339.682604188. iteration 18923 found worse value: 339.682604188. iteration 18924 found worse value: 339.682604188. iteration 18925 found worse value: 339.682604188. iteration 18926 found worse value: 339.682604188. iteration 18927 found worse value: 339.682604188. iteration 18928 found worse value: 339.682604188. iteration 18929 found worse value: 339.682604188. iteration 18930 found worse value: 339.682604188. iteration 18931 found worse value: 339.682604188. iteration 18932 found worse value: 339.682604188. iteration 18933 found worse value: 339.682604188. iteration 18934 found worse value: 339.682604188. iteration 18935 found worse value: 339.682604188. iteration 18936 found worse value: 339.682604188. iteration 18937 found worse value: 339.682604188. iteration 18938 found worse value: 339.682604188. iteration 18939 found worse value: 339.682604188. iteration 18940 found worse value: 339.682604188. iteration 18941 found worse value: 339.682604188. iteration 18942 found worse value: 339.682604188. iteration 18943 found worse value: 339.682604188. iteration 18944 found worse value: 339.682604188. iteration 18945 found worse value: 339.682604188. iteration 18946 found worse value: 339.682604188. iteration 18947 found worse value: 339.682604188. iteration 18948 found worse value: 339.682604188. iteration 18949 found worse value: 339.682604188. iteration 18950 found worse value: 339.682604188. iteration 18951 found worse value: 339.682604188. iteration 18952 found worse value: 339.682604188. iteration 18953 found worse value: 339.682604188. iteration 18954 found worse value: 339.682604188. iteration 18955 found worse value: 339.682604188. iteration 18956 found worse value: 339.682604188. iteration 18957 found worse value: 339.682604188. iteration 18958 found worse value: 339.682604188. iteration 18959 found worse value: 339.682604188. iteration 18960 found worse value: 339.682604188. iteration 18961 found worse value: 339.682604188. iteration 18962 found worse value: 339.682604188. iteration 18963 found worse value: 339.682604188. iteration 18964 found worse value: 339.682604188. iteration 18965 found worse value: 339.682604188. iteration 18966 found worse value: 339.682604188. iteration 18967 found worse value: 339.682604188. iteration 18968 found worse value: 339.682604188. iteration 18969 found worse value: 339.682604188. iteration 18970 found worse value: 339.682604188. iteration 18971 found worse value: 339.682604188. iteration 18972 found worse value: 339.682604188. iteration 18973 found worse value: 339.682604188. iteration 18974 found worse value: 339.682604188. iteration 18975 found worse value: 339.682604188. iteration 18976 found worse value: 339.682604188. iteration 18977 found worse value: 339.682604188. iteration 18978 found worse value: 339.682604188. iteration 18979 found worse value: 339.682604188. iteration 18980 found worse value: 339.682604188. iteration 18981 found worse value: 339.682604188. iteration 18982 found worse value: 339.682604188. iteration 18983 found worse value: 339.682604188. iteration 18984 found worse value: 339.682604188. iteration 18985 found worse value: 339.682604188. iteration 18986 found worse value: 339.682604188. iteration 18987 found worse value: 339.682604188. iteration 18988 found worse value: 339.682604188. iteration 18989 found worse value: 339.682604188. iteration 18990 found worse value: 339.682604188. iteration 18991 found worse value: 339.682604188. iteration 18992 found worse value: 339.682604188. iteration 18993 found worse value: 339.682604188. iteration 18994 found worse value: 339.682604188. iteration 18995 found worse value: 339.682604188. iteration 18996 found worse value: 339.682604188. iteration 18997 found worse value: 339.682604188. iteration 18998 found worse value: 339.682604188. iteration 18999 found worse value: 339.682604188. iteration 19000 found worse value: 339.682604188. iteration 19001 found worse value: 339.682604188. iteration 19002 found worse value: 339.682604188. iteration 19003 found worse value: 339.682604188. iteration 19004 found worse value: 339.682604188. iteration 19005 found worse value: 339.682604188. iteration 19006 found worse value: 339.682604188. iteration 19007 found worse value: 339.682604188. iteration 19008 found worse value: 339.682604188. iteration 19009 found worse value: 339.682604188. iteration 19010 found worse value: 339.682604188. iteration 19011 found worse value: 339.682604188. iteration 19012 found worse value: 339.682604188. iteration 19013 found worse value: 339.682604188. iteration 19014 found worse value: 339.682604188. iteration 19015 found worse value: 339.682604188. iteration 19016 found worse value: 339.682604188. iteration 19017 found worse value: 339.682604188. iteration 19018 found worse value: 339.682604188. iteration 19019 found worse value: 339.682604188. iteration 19020 found worse value: 339.682604188. iteration 19021 found worse value: 339.682604188. iteration 19022 found worse value: 339.682604188. iteration 19023 found worse value: 339.682604188. iteration 19024 found worse value: 339.682604188. iteration 19025 found worse value: 339.682604188. iteration 19026 found worse value: 339.682604188. iteration 19027 found worse value: 339.682604188. iteration 19028 found worse value: 339.682604188. iteration 19029 found worse value: 339.682604188. iteration 19030 found worse value: 339.682604188. iteration 19031 found worse value: 339.682604188. iteration 19032 found worse value: 339.682604188. iteration 19033 found worse value: 339.682604188. iteration 19034 found worse value: 339.682604188. iteration 19035 found worse value: 339.682604188. iteration 19036 found worse value: 339.682604188. iteration 19037 found worse value: 339.682604188. iteration 19038 found worse value: 339.682604188. iteration 19039 found worse value: 339.682604188. iteration 19040 found worse value: 339.682604188. iteration 19041 found worse value: 339.682604188. iteration 19042 found worse value: 339.682604188. iteration 19043 found worse value: 339.682604188. iteration 19044 found worse value: 339.682604188. iteration 19045 found worse value: 339.682604188. iteration 19046 found worse value: 339.682604188. iteration 19047 found worse value: 339.682604188. iteration 19048 found worse value: 339.682604188. iteration 19049 found worse value: 339.682604188. iteration 19050 found worse value: 339.682604188. iteration 19051 found worse value: 339.682604188. iteration 19052 found worse value: 339.682604188. iteration 19053 found worse value: 339.682604188. iteration 19054 found worse value: 339.682604188. iteration 19055 found worse value: 339.682604188. iteration 19056 found worse value: 339.682604188. iteration 19057 found worse value: 339.682604188. iteration 19058 found worse value: 339.682604188. iteration 19059 found worse value: 339.682604188. iteration19059, perturbing to get out of local maxima iteration 19060 found worse value: 339.682604188. iteration 19061 found worse value: 339.682604188. iteration 19062 found worse value: 339.682604188. iteration 19063 found worse value: 339.682604188. iteration 19064 found worse value: 339.682604188. iteration 19065 found worse value: 339.682604188. iteration 19066 found worse value: 339.682604188. iteration 19067 found worse value: 339.682604188. iteration 19068 found worse value: 339.682604188. iteration 19069 found worse value: 339.682604188. iteration 19070 found worse value: 339.682604188. iteration 19071 found worse value: 339.682604188. iteration 19072 found worse value: 339.682604188. iteration 19073 found worse value: 339.682604188. iteration 19074 found worse value: 339.682604188. iteration 19075 found worse value: 339.682604188. iteration 19076 found worse value: 339.682604188. iteration 19077 found worse value: 339.682604188. iteration 19078 found worse value: 339.682604188. iteration 19079 found worse value: 339.682604188. iteration 19080 found worse value: 339.682604188. iteration 19081 found worse value: 339.682604188. iteration 19082 found worse value: 339.682604188. iteration 19083 found worse value: 339.682604188. iteration 19084 found worse value: 339.682604188. iteration 19085 found worse value: 339.682604188. iteration 19086 found worse value: 339.682604188. iteration 19087 found worse value: 339.682604188. iteration 19088 found worse value: 339.682604188. iteration 19089 found worse value: 339.682604188. iteration 19090 found worse value: 339.682604188. iteration 19091 found worse value: 339.682604188. iteration 19092 found worse value: 339.682604188. iteration 19093 found worse value: 339.682604188. iteration 19094 found worse value: 339.682604188. iteration 19095 found worse value: 339.682604188. iteration 19096 found worse value: 339.682604188. iteration 19097 found worse value: 339.682604188. iteration 19098 found worse value: 339.682604188. iteration 19099 found worse value: 339.682604188. iteration 19100 found worse value: 339.682604188. iteration 19101 found worse value: 339.682604188. iteration 19102 found worse value: 339.682604188. iteration 19103 found worse value: 339.682604188. iteration 19104 found worse value: 339.682604188. iteration 19105 found worse value: 339.682604188. iteration 19106 found worse value: 339.682604188. iteration 19107 found worse value: 339.682604188. iteration 19108 found worse value: 339.682604188. iteration 19109 found worse value: 339.682604188. iteration 19110 found worse value: 339.682604188. iteration 19111 found worse value: 339.682604188. iteration 19112 found worse value: 339.682604188. iteration 19113 found worse value: 339.682604188. iteration 19114 found worse value: 339.682604188. iteration 19115 found worse value: 339.682604188. iteration 19116 found worse value: 339.682604188. iteration 19117 found worse value: 339.682604188. iteration 19118 found worse value: 339.682604188. iteration 19119 found worse value: 339.682604188. iteration 19120 found worse value: 339.682604188. iteration 19121 found worse value: 339.682604188. iteration 19122 found worse value: 339.682604188. iteration 19123 found worse value: 339.682604188. iteration 19124 found worse value: 339.682604188. iteration 19125 found worse value: 339.682604188. iteration 19126 found worse value: 339.682604188. iteration 19127 found worse value: 339.682604188. iteration 19128 found worse value: 339.682604188. iteration 19129 found worse value: 339.682604188. iteration 19130 found worse value: 339.682604188. iteration 19131 found worse value: 339.682604188. iteration 19132 found worse value: 339.682604188. iteration 19133 found worse value: 339.682604188. iteration 19134 found worse value: 339.682604188. iteration 19135 found worse value: 339.682604188. iteration 19136 found worse value: 339.682604188. iteration 19137 found worse value: 339.682604188. iteration 19138 found worse value: 339.682604188. iteration 19139 found worse value: 339.682604188. iteration 19140 found worse value: 339.682604188. iteration 19141 found worse value: 339.682604188. iteration 19142 found worse value: 339.682604188. iteration 19143 found worse value: 339.682604188. iteration 19144 found worse value: 339.682604188. iteration 19145 found worse value: 339.682604188. iteration 19146 found worse value: 339.682604188. iteration 19147 found worse value: 339.682604188. iteration 19148 found worse value: 339.682604188. iteration 19149 found worse value: 339.682604188. iteration 19150 found worse value: 339.682604188. iteration 19151 found worse value: 339.682604188. iteration 19152 found worse value: 339.682604188. iteration 19153 found worse value: 339.682604188. iteration 19154 found worse value: 339.682604188. iteration 19155 found worse value: 339.682604188. iteration 19156 found worse value: 339.682604188. iteration 19157 found worse value: 339.682604188. iteration 19158 found worse value: 339.682604188. iteration 19159 found worse value: 339.682604188. iteration 19160 found worse value: 339.682604188. iteration 19161 found worse value: 339.682604188. iteration 19162 found worse value: 339.682604188. iteration 19163 found worse value: 339.682604188. iteration 19164 found worse value: 339.682604188. iteration 19165 found worse value: 339.682604188. iteration 19166 found worse value: 339.682604188. iteration 19167 found worse value: 339.682604188. iteration 19168 found worse value: 339.682604188. iteration 19169 found worse value: 339.682604188. iteration 19170 found worse value: 339.682604188. iteration 19171 found worse value: 339.682604188. iteration 19172 found worse value: 339.682604188. iteration 19173 found worse value: 339.682604188. iteration 19174 found worse value: 339.682604188. iteration 19175 found worse value: 339.682604188. iteration 19176 found worse value: 339.682604188. iteration 19177 found worse value: 339.682604188. iteration 19178 found worse value: 339.682604188. iteration 19179 found worse value: 339.682604188. iteration 19180 found worse value: 339.682604188. iteration 19181 found worse value: 339.682604188. iteration 19182 found worse value: 339.682604188. iteration 19183 found worse value: 339.682604188. iteration 19184 found worse value: 339.682604188. iteration 19185 found worse value: 339.682604188. iteration 19186 found worse value: 339.682604188. iteration 19187 found worse value: 339.682604188. iteration 19188 found worse value: 339.682604188. iteration 19189 found worse value: 339.682604188. iteration 19190 found worse value: 339.682604188. iteration 19191 found worse value: 339.682604188. iteration 19192 found worse value: 339.682604188. iteration 19193 found worse value: 339.682604188. iteration 19194 found worse value: 339.682604188. iteration 19195 found worse value: 339.682604188. iteration 19196 found worse value: 339.682604188. iteration 19197 found worse value: 339.682604188. iteration 19198 found worse value: 339.682604188. iteration 19199 found worse value: 339.682604188. iteration 19200 found worse value: 339.682604188. iteration 19201 found worse value: 339.682604188. iteration 19202 found worse value: 339.682604188. iteration 19203 found worse value: 339.682604188. iteration 19204 found worse value: 339.682604188. iteration 19205 found worse value: 339.682604188. iteration 19206 found worse value: 339.682604188. iteration 19207 found worse value: 339.682604188. iteration 19208 found worse value: 339.682604188. iteration 19209 found worse value: 339.682604188. iteration 19210 found worse value: 339.682604188. iteration 19211 found worse value: 339.682604188. iteration 19212 found worse value: 339.682604188. iteration 19213 found worse value: 339.682604188. iteration 19214 found worse value: 339.682604188. iteration 19215 found worse value: 339.682604188. iteration 19216 found worse value: 339.682604188. iteration 19217 found worse value: 339.682604188. iteration 19218 found worse value: 339.682604188. iteration 19219 found worse value: 339.682604188. iteration 19220 found worse value: 339.682604188. iteration 19221 found worse value: 339.682604188. iteration 19222 found worse value: 339.682604188. iteration 19223 found worse value: 339.682604188. iteration 19224 found worse value: 339.682604188. iteration 19225 found worse value: 339.682604188. iteration 19226 found worse value: 339.682604188. iteration 19227 found worse value: 339.682604188. iteration 19228 found worse value: 339.682604188. iteration 19229 found worse value: 339.682604188. iteration 19230 found worse value: 339.682604188. iteration 19231 found worse value: 339.682604188. iteration 19232 found worse value: 339.682604188. iteration 19233 found worse value: 339.682604188. iteration 19234 found worse value: 339.682604188. iteration 19235 found worse value: 339.682604188. iteration 19236 found worse value: 339.682604188. iteration 19237 found worse value: 339.682604188. iteration 19238 found worse value: 339.682604188. iteration 19239 found worse value: 339.682604188. iteration 19240 found worse value: 339.682604188. iteration 19241 found worse value: 339.682604188. iteration 19242 found worse value: 339.682604188. iteration 19243 found worse value: 339.682604188. iteration 19244 found worse value: 339.682604188. iteration 19245 found worse value: 339.682604188. iteration 19246 found worse value: 339.682604188. iteration 19247 found worse value: 339.682604188. iteration 19248 found worse value: 339.682604188. iteration 19249 found worse value: 339.682604188. iteration 19250 found worse value: 339.682604188. iteration 19251 found worse value: 339.682604188. iteration 19252 found worse value: 339.682604188. iteration 19253 found worse value: 339.682604188. iteration 19254 found worse value: 339.682604188. iteration 19255 found worse value: 339.682604188. iteration 19256 found worse value: 339.682604188. iteration 19257 found worse value: 339.682604188. iteration 19258 found worse value: 339.682604188. iteration 19259 found worse value: 339.682604188. iteration 19260 found worse value: 339.682604188. iteration 19261 found worse value: 339.682604188. iteration 19262 found worse value: 339.682604188. iteration 19263 found worse value: 339.682604188. iteration 19264 found worse value: 339.682604188. iteration 19265 found worse value: 339.682604188. iteration 19266 found worse value: 339.682604188. iteration 19267 found worse value: 339.682604188. iteration 19268 found worse value: 339.682604188. iteration 19269 found worse value: 339.682604188. iteration 19270 found worse value: 339.682604188. iteration 19271 found worse value: 339.682604188. iteration 19272 found worse value: 339.682604188. iteration 19273 found worse value: 339.682604188. iteration 19274 found worse value: 339.682604188. iteration 19275 found worse value: 339.682604188. iteration 19276 found worse value: 339.682604188. iteration 19277 found worse value: 339.682604188. iteration 19278 found worse value: 339.682604188. iteration 19279 found worse value: 339.682604188. iteration 19280 found worse value: 339.682604188. iteration 19281 found worse value: 339.682604188. iteration 19282 found worse value: 339.682604188. iteration 19283 found worse value: 339.682604188. iteration 19284 found worse value: 339.682604188. iteration 19285 found worse value: 339.682604188. iteration 19286 found worse value: 339.682604188. iteration 19287 found worse value: 339.682604188. iteration 19288 found worse value: 339.682604188. iteration 19289 found worse value: 339.682604188. iteration 19290 found worse value: 339.682604188. iteration 19291 found worse value: 339.682604188. iteration 19292 found worse value: 339.682604188. iteration 19293 found worse value: 339.682604188. iteration 19294 found worse value: 339.682604188. iteration 19295 found worse value: 339.682604188. iteration 19296 found worse value: 339.682604188. iteration 19297 found worse value: 339.682604188. iteration 19298 found worse value: 339.682604188. iteration 19299 found worse value: 339.682604188. iteration 19300 found worse value: 339.682604188. iteration 19301 found worse value: 339.682604188. iteration 19302 found worse value: 339.682604188. iteration 19303 found worse value: 339.682604188. iteration 19304 found worse value: 339.682604188. iteration 19305 found worse value: 339.682604188. iteration 19306 found worse value: 339.682604188. iteration 19307 found worse value: 339.682604188. iteration 19308 found worse value: 339.682604188. iteration 19309 found worse value: 339.682604188. iteration 19310 found worse value: 339.682604188. iteration 19311 found worse value: 339.682604188. iteration 19312 found worse value: 339.682604188. iteration 19313 found worse value: 339.682604188. iteration 19314 found worse value: 339.682604188. iteration 19315 found worse value: 339.682604188. iteration 19316 found worse value: 339.682604188. iteration 19317 found worse value: 339.682604188. iteration 19318 found worse value: 339.682604188. iteration 19319 found worse value: 339.682604188. iteration 19320 found worse value: 339.682604188. iteration 19321 found worse value: 339.682604188. iteration 19322 found worse value: 339.682604188. iteration 19323 found worse value: 339.682604188. iteration 19324 found worse value: 339.682604188. iteration 19325 found worse value: 339.682604188. iteration 19326 found worse value: 339.682604188. iteration 19327 found worse value: 339.682604188. iteration 19328 found worse value: 339.682604188. iteration 19329 found worse value: 339.682604188. iteration 19330 found worse value: 339.682604188. iteration 19331 found worse value: 339.682604188. iteration 19332 found worse value: 339.682604188. iteration 19333 found worse value: 339.682604188. iteration 19334 found worse value: 339.682604188. iteration 19335 found worse value: 339.682604188. iteration 19336 found worse value: 339.682604188. iteration 19337 found worse value: 339.682604188. iteration 19338 found worse value: 339.682604188. iteration 19339 found worse value: 339.682604188. iteration 19340 found worse value: 339.682604188. iteration19340, perturbing to get out of local maxima iteration 19341 found worse value: 339.682604188. iteration 19342 found worse value: 339.682604188. iteration 19343 found worse value: 339.682604188. iteration 19344 found worse value: 339.682604188. iteration 19345 found worse value: 339.682604188. iteration 19346 found worse value: 339.682604188. iteration 19347 found worse value: 339.682604188. iteration 19348 found worse value: 339.682604188. iteration 19349 found worse value: 339.682604188. iteration 19350 found worse value: 339.682604188. iteration 19351 found worse value: 339.682604188. iteration 19352 found worse value: 339.682604188. iteration 19353 found worse value: 339.682604188. iteration 19354 found worse value: 339.682604188. iteration 19355 found worse value: 339.682604188. iteration 19356 found worse value: 339.682604188. iteration 19357 found worse value: 339.682604188. iteration 19358 found worse value: 339.682604188. iteration 19359 found worse value: 339.682604188. iteration 19360 found worse value: 339.682604188. iteration 19361 found worse value: 339.682604188. iteration 19362 found worse value: 339.682604188. iteration 19363 found worse value: 339.682604188. iteration 19364 found worse value: 339.682604188. iteration 19365 found worse value: 339.682604188. iteration 19366 found worse value: 339.682604188. iteration 19367 found worse value: 339.682604188. iteration 19368 found worse value: 339.682604188. iteration 19369 found worse value: 339.682604188. iteration 19370 found worse value: 339.682604188. iteration 19371 found worse value: 339.682604188. iteration 19372 found worse value: 339.682604188. iteration 19373 found worse value: 339.682604188. iteration 19374 found worse value: 339.682604188. iteration 19375 found worse value: 339.682604188. iteration 19376 found worse value: 339.682604188. iteration 19377 found worse value: 339.682604188. iteration 19378 found worse value: 339.682604188. iteration 19379 found worse value: 339.682604188. iteration 19380 found worse value: 339.682604188. iteration 19381 found worse value: 339.682604188. iteration 19382 found worse value: 339.682604188. iteration 19383 found worse value: 339.682604188. iteration 19384 found worse value: 339.682604188. iteration 19385 found worse value: 339.682604188. iteration 19386 found worse value: 339.682604188. iteration 19387 found worse value: 339.682604188. iteration 19388 found worse value: 339.682604188. iteration 19389 found worse value: 339.682604188. iteration 19390 found worse value: 339.682604188. iteration 19391 found worse value: 339.682604188. iteration 19392 found worse value: 339.682604188. iteration 19393 found worse value: 339.682604188. iteration 19394 found worse value: 339.682604188. iteration 19395 found worse value: 339.682604188. iteration 19396 found worse value: 339.682604188. iteration 19397 found worse value: 339.682604188. iteration 19398 found worse value: 339.682604188. iteration 19399 found worse value: 339.682604188. iteration 19400 found worse value: 339.682604188. iteration 19401 found worse value: 339.682604188. iteration 19402 found worse value: 339.682604188. iteration 19403 found worse value: 339.682604188. iteration 19404 found worse value: 339.682604188. iteration 19405 found worse value: 339.682604188. iteration 19406 found worse value: 339.682604188. iteration 19407 found worse value: 339.682604188. iteration 19408 found worse value: 339.682604188. iteration 19409 found worse value: 339.682604188. iteration 19410 found worse value: 339.682604188. iteration 19411 found worse value: 339.682604188. iteration 19412 found worse value: 339.682604188. iteration 19413 found worse value: 339.682604188. iteration 19414 found worse value: 339.682604188. iteration 19415 found worse value: 339.682604188. iteration 19416 found worse value: 339.682604188. iteration 19417 found worse value: 339.682604188. iteration 19418 found worse value: 339.682604188. iteration 19419 found worse value: 339.682604188. iteration 19420 found worse value: 339.682604188. iteration 19421 found worse value: 339.682604188. iteration 19422 found worse value: 339.682604188. iteration 19423 found worse value: 339.682604188. iteration 19424 found worse value: 339.682604188. iteration 19425 found worse value: 339.682604188. iteration 19426 found worse value: 339.682604188. iteration 19427 found worse value: 339.682604188. iteration 19428 found worse value: 339.682604188. iteration 19429 found worse value: 339.682604188. iteration 19430 found worse value: 339.682604188. iteration 19431 found worse value: 339.682604188. iteration 19432 found worse value: 339.682604188. iteration 19433 found worse value: 339.682604188. iteration 19434 found worse value: 339.682604188. iteration 19435 found worse value: 339.682604188. iteration 19436 found worse value: 339.682604188. iteration 19437 found worse value: 339.682604188. iteration 19438 found worse value: 339.682604188. iteration 19439 found worse value: 339.682604188. iteration 19440 found worse value: 339.682604188. iteration 19441 found worse value: 339.682604188. iteration 19442 found worse value: 339.682604188. iteration 19443 found worse value: 339.682604188. iteration 19444 found worse value: 339.682604188. iteration 19445 found worse value: 339.682604188. iteration 19446 found worse value: 339.682604188. iteration 19447 found worse value: 339.682604188. iteration 19448 found worse value: 339.682604188. iteration 19449 found worse value: 339.682604188. iteration 19450 found worse value: 339.682604188. iteration 19451 found worse value: 339.682604188. iteration 19452 found worse value: 339.682604188. iteration 19453 found worse value: 339.682604188. iteration 19454 found worse value: 339.682604188. iteration 19455 found worse value: 339.682604188. iteration 19456 found worse value: 339.682604188. iteration 19457 found worse value: 339.682604188. iteration 19458 found worse value: 339.682604188. iteration 19459 found worse value: 339.682604188. iteration 19460 found worse value: 339.682604188. iteration 19461 found worse value: 339.682604188. iteration 19462 found worse value: 339.682604188. iteration 19463 found worse value: 339.682604188. iteration 19464 found worse value: 339.682604188. iteration 19465 found worse value: 339.682604188. iteration 19466 found worse value: 339.682604188. iteration 19467 found worse value: 339.682604188. iteration 19468 found worse value: 339.682604188. iteration 19469 found worse value: 339.682604188. iteration 19470 found worse value: 339.682604188. iteration 19471 found worse value: 339.682604188. iteration 19472 found worse value: 339.682604188. iteration 19473 found worse value: 339.682604188. iteration 19474 found worse value: 339.682604188. iteration 19475 found worse value: 339.682604188. iteration 19476 found worse value: 339.682604188. iteration 19477 found worse value: 339.682604188. iteration 19478 found worse value: 339.682604188. iteration 19479 found worse value: 339.682604188. iteration 19480 found worse value: 339.682604188. iteration 19481 found worse value: 339.682604188. iteration 19482 found worse value: 339.682604188. iteration 19483 found worse value: 339.682604188. iteration 19484 found worse value: 339.682604188. iteration 19485 found worse value: 339.682604188. iteration 19486 found worse value: 339.682604188. iteration 19487 found worse value: 339.682604188. iteration 19488 found worse value: 339.682604188. iteration 19489 found worse value: 339.682604188. iteration 19490 found worse value: 339.682604188. iteration 19491 found worse value: 339.682604188. iteration 19492 found worse value: 339.682604188. iteration 19493 found worse value: 339.682604188. iteration 19494 found worse value: 339.682604188. iteration 19495 found worse value: 339.682604188. iteration 19496 found worse value: 339.682604188. iteration 19497 found worse value: 339.682604188. iteration 19498 found worse value: 339.682604188. iteration 19499 found worse value: 339.682604188. iteration 19500 found worse value: 339.682604188. iteration 19501 found worse value: 339.682604188. iteration 19502 found worse value: 339.682604188. iteration 19503 found worse value: 339.682604188. iteration 19504 found worse value: 339.682604188. iteration 19505 found worse value: 339.682604188. iteration 19506 found worse value: 339.682604188. iteration 19507 found worse value: 339.682604188. iteration 19508 found worse value: 339.682604188. iteration 19509 found worse value: 339.682604188. iteration 19510 found worse value: 339.682604188. iteration 19511 found worse value: 339.682604188. iteration 19512 found worse value: 339.682604188. iteration 19513 found worse value: 339.682604188. iteration 19514 found worse value: 339.682604188. iteration 19515 found worse value: 339.682604188. iteration 19516 found worse value: 339.682604188. iteration 19517 found worse value: 339.682604188. iteration 19518 found worse value: 339.682604188. iteration 19519 found worse value: 339.682604188. iteration 19520 found worse value: 339.682604188. iteration 19521 found worse value: 339.682604188. iteration 19522 found worse value: 339.682604188. iteration 19523 found worse value: 339.682604188. iteration 19524 found worse value: 339.682604188. iteration19524, perturbing to get out of local maxima iteration 19525 found worse value: 339.682604188. iteration 19526 found worse value: 339.682604188. iteration 19527 found worse value: 339.682604188. iteration 19528 found worse value: 339.682604188. iteration 19529 found worse value: 339.682604188. iteration 19530 found worse value: 339.682604188. iteration 19531 found worse value: 339.682604188. iteration 19532 found worse value: 339.682604188. iteration 19533 found worse value: 339.682604188. iteration 19534 found worse value: 339.682604188. iteration 19535 found worse value: 339.682604188. iteration 19536 found worse value: 339.682604188. iteration 19537 found worse value: 339.682604188. iteration 19538 found worse value: 339.682604188. iteration 19539 found worse value: 339.682604188. iteration 19540 found worse value: 339.682604188. iteration 19541 found worse value: 339.682604188. iteration 19542 found worse value: 339.682604188. iteration 19543 found worse value: 339.682604188. iteration 19544 found worse value: 339.682604188. iteration 19545 found worse value: 339.682604188. iteration 19546 found worse value: 339.682604188. iteration 19547 found worse value: 339.682604188. iteration 19548 found worse value: 339.682604188. iteration 19549 found worse value: 339.682604188. iteration 19550 found worse value: 339.682604188. iteration 19551 found worse value: 339.682604188. iteration 19552 found worse value: 339.682604188. iteration 19553 found worse value: 339.682604188. iteration 19554 found worse value: 339.682604188. iteration 19555 found worse value: 339.682604188. iteration 19556 found worse value: 339.682604188. iteration 19557 found worse value: 339.682604188. iteration 19558 found worse value: 339.682604188. iteration 19559 found worse value: 339.682604188. iteration 19560 found worse value: 339.682604188. iteration 19561 found worse value: 339.682604188. iteration 19562 found worse value: 339.682604188. iteration 19563 found worse value: 339.682604188. iteration 19564 found worse value: 339.682604188. iteration 19565 found worse value: 339.682604188. iteration 19566 found worse value: 339.682604188. iteration 19567 found worse value: 339.682604188. iteration 19568 found worse value: 339.682604188. iteration 19569 found worse value: 339.682604188. iteration 19570 found worse value: 339.682604188. iteration 19571 found worse value: 339.682604188. iteration 19572 found worse value: 339.682604188. iteration 19573 found worse value: 339.682604188. iteration 19574 found worse value: 339.682604188. iteration 19575 found worse value: 339.682604188. iteration 19576 found worse value: 339.682604188. iteration 19577 found worse value: 339.682604188. iteration 19578 found worse value: 339.682604188. iteration 19579 found worse value: 339.682604188. iteration 19580 found worse value: 339.682604188. iteration 19581 found worse value: 339.682604188. iteration 19582 found worse value: 339.682604188. iteration 19583 found worse value: 339.682604188. iteration 19584 found worse value: 339.682604188. iteration 19585 found worse value: 339.682604188. iteration 19586 found worse value: 339.682604188. iteration19586, perturbing to get out of local maxima iteration 19587 found worse value: 339.682604188. iteration 19588 found worse value: 339.682604188. iteration 19589 found worse value: 339.682604188. iteration 19590 found worse value: 339.682604188. iteration 19591 found worse value: 339.682604188. iteration 19592 found worse value: 339.682604188. iteration 19593 found worse value: 339.682604188. iteration 19594 found worse value: 339.682604188. iteration 19595 found worse value: 339.682604188. iteration 19596 found worse value: 339.682604188. iteration 19597 found worse value: 339.682604188. iteration 19598 found worse value: 339.682604188. iteration 19599 found worse value: 339.682604188. iteration 19600 found worse value: 339.682604188. iteration 19601 found worse value: 339.682604188. iteration 19602 found worse value: 339.682604188. iteration 19603 found worse value: 339.682604188. iteration 19604 found worse value: 339.682604188. iteration 19605 found worse value: 339.682604188. iteration 19606 found worse value: 339.682604188. iteration 19607 found worse value: 339.682604188. iteration 19608 found worse value: 339.682604188. iteration 19609 found worse value: 339.682604188. iteration 19610 found worse value: 339.682604188. iteration 19611 found worse value: 339.682604188. iteration 19612 found worse value: 339.682604188. iteration 19613 found worse value: 339.682604188. iteration 19614 found worse value: 339.682604188. iteration 19615 found worse value: 339.682604188. iteration 19616 found worse value: 339.682604188. iteration 19617 found worse value: 339.682604188. iteration 19618 found worse value: 339.682604188. iteration 19619 found worse value: 339.682604188. iteration 19620 found worse value: 339.682604188. iteration 19621 found worse value: 339.682604188. iteration 19622 found worse value: 339.682604188. iteration 19623 found worse value: 339.682604188. iteration 19624 found worse value: 339.682604188. iteration 19625 found worse value: 339.682604188. iteration 19626 found worse value: 339.682604188. iteration 19627 found worse value: 339.682604188. iteration19627, perturbing to get out of local maxima iteration 19628 found worse value: 339.682604188. iteration 19629 found worse value: 339.682604188. iteration 19630 found worse value: 339.682604188. iteration 19631 found worse value: 339.682604188. iteration 19632 found worse value: 339.682604188. iteration 19633 found worse value: 339.682604188. iteration 19634 found worse value: 339.682604188. iteration 19635 found worse value: 339.682604188. iteration 19636 found worse value: 339.682604188. iteration 19637 found worse value: 339.682604188. iteration 19638 found worse value: 339.682604188. iteration 19639 found worse value: 339.682604188. iteration 19640 found worse value: 339.682604188. iteration 19641 found worse value: 339.682604188. iteration 19642 found worse value: 339.682604188. iteration 19643 found worse value: 339.682604188. iteration 19644 found worse value: 339.682604188. iteration 19645 found worse value: 339.682604188. iteration 19646 found worse value: 339.682604188. iteration 19647 found worse value: 339.682604188. iteration 19648 found worse value: 339.682604188. iteration 19649 found worse value: 339.682604188. iteration 19650 found worse value: 339.682604188. iteration 19651 found worse value: 339.682604188. iteration 19652 found worse value: 339.682604188. iteration 19653 found worse value: 339.682604188. iteration 19654 found worse value: 339.682604188. iteration 19655 found worse value: 339.682604188. iteration 19656 found worse value: 339.682604188. iteration 19657 found worse value: 339.682604188. iteration 19658 found worse value: 339.682604188. iteration 19659 found worse value: 339.682604188. iteration 19660 found worse value: 339.682604188. iteration 19661 found worse value: 339.682604188. iteration 19662 found worse value: 339.682604188. iteration 19663 found worse value: 339.682604188. iteration 19664 found worse value: 339.682604188. iteration 19665 found worse value: 339.682604188. iteration 19666 found worse value: 339.682604188. iteration 19667 found worse value: 339.682604188. iteration 19668 found worse value: 339.682604188. iteration 19669 found worse value: 339.682604188. iteration 19670 found worse value: 339.682604188. iteration 19671 found worse value: 339.682604188. iteration 19672 found worse value: 339.682604188. iteration 19673 found worse value: 339.682604188. iteration 19674 found worse value: 339.682604188. iteration 19675 found worse value: 339.682604188. iteration 19676 found worse value: 339.682604188. iteration 19677 found worse value: 339.682604188. iteration 19678 found worse value: 339.682604188. iteration 19679 found worse value: 339.682604188. iteration 19680 found worse value: 339.682604188. iteration 19681 found worse value: 339.682604188. iteration 19682 found worse value: 339.682604188. iteration 19683 found worse value: 339.682604188. iteration 19684 found worse value: 339.682604188. iteration 19685 found worse value: 339.682604188. iteration 19686 found worse value: 339.682604188. iteration 19687 found worse value: 339.682604188. iteration 19688 found worse value: 339.682604188. iteration 19689 found worse value: 339.682604188. iteration 19690 found worse value: 339.682604188. iteration 19691 found worse value: 339.682604188. iteration 19692 found worse value: 339.682604188. iteration 19693 found worse value: 339.682604188. iteration 19694 found worse value: 339.682604188. iteration 19695 found worse value: 339.682604188. iteration 19696 found worse value: 339.682604188. iteration 19697 found worse value: 339.682604188. iteration 19698 found worse value: 339.682604188. iteration 19699 found worse value: 339.682604188. iteration 19700 found worse value: 339.682604188. iteration 19701 found worse value: 339.682604188. iteration 19702 found worse value: 339.682604188. iteration 19703 found worse value: 339.682604188. iteration 19704 found worse value: 339.682604188. iteration 19705 found worse value: 339.682604188. iteration 19706 found worse value: 339.682604188. iteration 19707 found worse value: 339.682604188. iteration 19708 found worse value: 339.682604188. iteration 19709 found worse value: 339.682604188. iteration 19710 found worse value: 339.682604188. iteration 19711 found worse value: 339.682604188. iteration 19712 found worse value: 339.682604188. iteration 19713 found worse value: 339.682604188. iteration 19714 found worse value: 339.682604188. iteration 19715 found worse value: 339.682604188. iteration 19716 found worse value: 339.682604188. iteration 19717 found worse value: 339.682604188. iteration 19718 found worse value: 339.682604188. iteration 19719 found worse value: 339.682604188. iteration 19720 found worse value: 339.682604188. iteration 19721 found worse value: 339.682604188. iteration 19722 found worse value: 339.682604188. iteration 19723 found worse value: 339.682604188. iteration 19724 found worse value: 339.682604188. iteration 19725 found worse value: 339.682604188. iteration 19726 found worse value: 339.682604188. iteration 19727 found worse value: 339.682604188. iteration 19728 found worse value: 339.682604188. iteration 19729 found worse value: 339.682604188. iteration 19730 found worse value: 339.682604188. iteration 19731 found worse value: 339.682604188. iteration 19732 found worse value: 339.682604188. iteration 19733 found worse value: 339.682604188. iteration 19734 found worse value: 339.682604188. iteration 19735 found worse value: 339.682604188. iteration 19736 found worse value: 339.682604188. iteration 19737 found worse value: 339.682604188. iteration 19738 found worse value: 339.682604188. iteration 19739 found worse value: 339.682604188. iteration 19740 found worse value: 339.682604188. iteration 19741 found worse value: 339.682604188. iteration 19742 found worse value: 339.682604188. iteration 19743 found worse value: 339.682604188. iteration 19744 found worse value: 339.682604188. iteration 19745 found worse value: 339.682604188. iteration 19746 found worse value: 339.682604188. iteration 19747 found worse value: 339.682604188. iteration 19748 found worse value: 339.682604188. iteration 19749 found worse value: 339.682604188. iteration 19750 found worse value: 339.682604188. iteration 19751 found worse value: 339.682604188. iteration 19752 found worse value: 339.682604188. iteration 19753 found worse value: 339.682604188. iteration 19754 found worse value: 339.682604188. iteration 19755 found worse value: 339.682604188. iteration 19756 found worse value: 339.682604188. iteration 19757 found worse value: 339.682604188. iteration 19758 found worse value: 339.682604188. iteration 19759 found worse value: 339.682604188. iteration 19760 found worse value: 339.682604188. iteration 19761 found worse value: 339.682604188. iteration 19762 found worse value: 339.682604188. iteration 19763 found worse value: 339.682604188. iteration 19764 found worse value: 339.682604188. iteration 19765 found worse value: 339.682604188. iteration 19766 found worse value: 339.682604188. iteration 19767 found worse value: 339.682604188. iteration 19768 found worse value: 339.682604188. iteration 19769 found worse value: 339.682604188. iteration 19770 found worse value: 339.682604188. iteration 19771 found worse value: 339.682604188. iteration 19772 found worse value: 339.682604188. iteration 19773 found worse value: 339.682604188. iteration 19774 found worse value: 339.682604188. iteration 19775 found worse value: 339.682604188. iteration 19776 found worse value: 339.682604188. iteration 19777 found worse value: 339.682604188. iteration 19778 found worse value: 339.682604188. iteration 19779 found worse value: 339.682604188. iteration 19780 found worse value: 339.682604188. iteration 19781 found worse value: 339.682604188. iteration 19782 found worse value: 339.682604188. iteration 19783 found worse value: 339.682604188. iteration 19784 found worse value: 339.682604188. iteration 19785 found worse value: 339.682604188. iteration 19786 found worse value: 339.682604188. iteration 19787 found worse value: 339.682604188. iteration 19788 found worse value: 339.682604188. iteration 19789 found worse value: 339.682604188. iteration 19790 found worse value: 339.682604188. iteration 19791 found worse value: 339.682604188. iteration 19792 found worse value: 339.682604188. iteration 19793 found worse value: 339.682604188. iteration 19794 found worse value: 339.682604188. iteration 19795 found worse value: 339.682604188. iteration 19796 found worse value: 339.682604188. iteration 19797 found worse value: 339.682604188. iteration 19798 found worse value: 339.682604188. iteration 19799 found worse value: 339.682604188. iteration 19800 found worse value: 339.682604188. iteration 19801 found worse value: 339.682604188. iteration 19802 found worse value: 339.682604188. iteration 19803 found worse value: 339.682604188. iteration 19804 found worse value: 339.682604188. iteration 19805 found worse value: 339.682604188. iteration 19806 found worse value: 339.682604188. iteration 19807 found worse value: 339.682604188. iteration 19808 found worse value: 339.682604188. iteration 19809 found worse value: 339.682604188. iteration 19810 found worse value: 339.682604188. iteration 19811 found worse value: 339.682604188. iteration 19812 found worse value: 339.682604188. iteration 19813 found worse value: 339.682604188. iteration 19814 found worse value: 339.682604188. iteration 19815 found worse value: 339.682604188. iteration 19816 found worse value: 339.682604188. iteration 19817 found worse value: 339.682604188. iteration 19818 found worse value: 339.682604188. iteration 19819 found worse value: 339.682604188. iteration 19820 found worse value: 339.682604188. iteration 19821 found worse value: 339.682604188. iteration 19822 found worse value: 339.682604188. iteration 19823 found worse value: 339.682604188. iteration 19824 found worse value: 339.682604188. iteration 19825 found worse value: 339.682604188. iteration 19826 found worse value: 339.682604188. iteration 19827 found worse value: 339.682604188. iteration 19828 found worse value: 339.682604188. iteration 19829 found worse value: 339.682604188. iteration 19830 found worse value: 339.682604188. iteration 19831 found worse value: 339.682604188. iteration 19832 found worse value: 339.682604188. iteration 19833 found worse value: 339.682604188. iteration 19834 found worse value: 339.682604188. iteration 19835 found worse value: 339.682604188. iteration 19836 found worse value: 339.682604188. iteration 19837 found worse value: 339.682604188. iteration 19838 found worse value: 339.682604188. iteration 19839 found worse value: 339.682604188. iteration 19840 found worse value: 339.682604188. iteration 19841 found worse value: 339.682604188. iteration 19842 found worse value: 339.682604188. iteration 19843 found worse value: 339.682604188. iteration 19844 found worse value: 339.682604188. iteration 19845 found worse value: 339.682604188. iteration 19846 found worse value: 339.682604188. iteration 19847 found worse value: 339.682604188. iteration 19848 found worse value: 339.682604188. iteration 19849 found worse value: 339.682604188. iteration 19850 found worse value: 339.682604188. iteration 19851 found worse value: 339.682604188. iteration 19852 found worse value: 339.682604188. iteration 19853 found worse value: 339.682604188. iteration 19854 found worse value: 339.682604188. iteration 19855 found worse value: 339.682604188. iteration 19856 found worse value: 339.682604188. iteration 19857 found worse value: 339.682604188. iteration 19858 found worse value: 339.682604188. iteration 19859 found worse value: 339.682604188. iteration 19860 found worse value: 339.682604188. iteration 19861 found worse value: 339.682604188. iteration 19862 found worse value: 339.682604188. iteration 19863 found worse value: 339.682604188. iteration 19864 found worse value: 339.682604188. iteration 19865 found worse value: 339.682604188. iteration 19866 found worse value: 339.682604188. iteration 19867 found worse value: 339.682604188. iteration 19868 found worse value: 339.682604188. iteration 19869 found worse value: 339.682604188. iteration 19870 found worse value: 339.682604188. iteration 19871 found worse value: 339.682604188. iteration 19872 found worse value: 339.682604188. iteration 19873 found worse value: 339.682604188. iteration 19874 found worse value: 339.682604188. iteration 19875 found worse value: 339.682604188. iteration 19876 found worse value: 339.682604188. iteration 19877 found worse value: 339.682604188. iteration 19878 found worse value: 339.682604188. iteration 19879 found worse value: 339.682604188. iteration 19880 found worse value: 339.682604188. iteration 19881 found worse value: 339.682604188. iteration 19882 found worse value: 339.682604188. iteration 19883 found worse value: 339.682604188. iteration 19884 found worse value: 339.682604188. iteration 19885 found worse value: 339.682604188. iteration 19886 found worse value: 339.682604188. iteration 19887 found worse value: 339.682604188. iteration 19888 found worse value: 339.682604188. iteration 19889 found worse value: 339.682604188. iteration 19890 found worse value: 339.682604188. iteration 19891 found worse value: 339.682604188. iteration 19892 found worse value: 339.682604188. iteration 19893 found worse value: 339.682604188. iteration 19894 found worse value: 339.682604188. iteration 19895 found worse value: 339.682604188. iteration 19896 found worse value: 339.682604188. iteration 19897 found worse value: 339.682604188. iteration 19898 found worse value: 339.682604188. iteration 19899 found worse value: 339.682604188. iteration 19900 found worse value: 339.682604188. iteration 19901 found worse value: 339.682604188. iteration 19902 found worse value: 339.682604188. iteration 19903 found worse value: 339.682604188. iteration 19904 found worse value: 339.682604188. iteration 19905 found worse value: 339.682604188. iteration 19906 found worse value: 339.682604188. iteration 19907 found worse value: 339.682604188. iteration 19908 found worse value: 339.682604188. iteration 19909 found worse value: 339.682604188. iteration 19910 found worse value: 339.682604188. iteration 19911 found worse value: 339.682604188. iteration 19912 found worse value: 339.682604188. iteration 19913 found worse value: 339.682604188. iteration 19914 found worse value: 339.682604188. iteration 19915 found worse value: 339.682604188. iteration 19916 found worse value: 339.682604188. iteration 19917 found worse value: 339.682604188. iteration 19918 found worse value: 339.682604188. iteration 19919 found worse value: 339.682604188. iteration 19920 found worse value: 339.682604188. iteration 19921 found worse value: 339.682604188. iteration 19922 found worse value: 339.682604188. iteration 19923 found worse value: 339.682604188. iteration 19924 found worse value: 339.682604188. iteration 19925 found worse value: 339.682604188. iteration 19926 found worse value: 339.682604188. iteration 19927 found worse value: 339.682604188. iteration 19928 found worse value: 339.682604188. iteration 19929 found worse value: 339.682604188. iteration 19930 found worse value: 339.682604188. iteration 19931 found worse value: 339.682604188. iteration 19932 found worse value: 339.682604188. iteration 19933 found worse value: 339.682604188. iteration 19934 found worse value: 339.682604188. iteration 19935 found worse value: 339.682604188. iteration 19936 found worse value: 339.682604188. iteration 19937 found worse value: 339.682604188. iteration 19938 found worse value: 339.682604188. iteration 19939 found worse value: 339.682604188. iteration 19940 found worse value: 339.682604188. iteration 19941 found worse value: 339.682604188. iteration 19942 found worse value: 339.682604188. iteration 19943 found worse value: 339.682604188. iteration 19944 found worse value: 339.682604188. iteration 19945 found worse value: 339.682604188. iteration 19946 found worse value: 339.682604188. iteration 19947 found worse value: 339.682604188. iteration 19948 found worse value: 339.682604188. iteration 19949 found worse value: 339.682604188. iteration 19950 found worse value: 339.682604188. iteration 19951 found worse value: 339.682604188. iteration 19952 found worse value: 339.682604188. iteration 19953 found worse value: 339.682604188. iteration 19954 found worse value: 339.682604188. iteration 19955 found worse value: 339.682604188. iteration 19956 found worse value: 339.682604188. iteration 19957 found worse value: 339.682604188. iteration 19958 found worse value: 339.682604188. iteration 19959 found worse value: 339.682604188. iteration 19960 found worse value: 339.682604188. iteration 19961 found worse value: 339.682604188. iteration 19962 found worse value: 339.682604188. iteration 19963 found worse value: 339.682604188. iteration 19964 found worse value: 339.682604188. iteration 19965 found worse value: 339.682604188. iteration 19966 found worse value: 339.682604188. iteration 19967 found worse value: 339.682604188. iteration 19968 found worse value: 339.682604188. iteration 19969 found worse value: 339.682604188. iteration 19970 found worse value: 339.682604188. iteration 19971 found worse value: 339.682604188. iteration 19972 found worse value: 339.682604188. iteration 19973 found worse value: 339.682604188. iteration 19974 found worse value: 339.682604188. iteration 19975 found worse value: 339.682604188. iteration 19976 found worse value: 339.682604188. iteration 19977 found worse value: 339.682604188. iteration 19978 found worse value: 339.682604188. iteration 19979 found worse value: 339.682604188. iteration 19980 found worse value: 339.682604188. iteration 19981 found worse value: 339.682604188. iteration 19982 found worse value: 339.682604188. iteration 19983 found worse value: 339.682604188. iteration 19984 found worse value: 339.682604188. iteration 19985 found worse value: 339.682604188. iteration 19986 found worse value: 339.682604188. iteration 19987 found worse value: 339.682604188. iteration 19988 found worse value: 339.682604188. iteration 19989 found worse value: 339.682604188. iteration 19990 found worse value: 339.682604188. iteration 19991 found worse value: 339.682604188. iteration 19992 found worse value: 339.682604188. iteration 19993 found worse value: 339.682604188. iteration 19994 found worse value: 339.682604188. iteration 19995 found worse value: 339.682604188. iteration 19996 found worse value: 339.682604188. iteration 19997 found worse value: 339.682604188. iteration 19998 found worse value: 339.682604188. iteration 19999 found worse value: 339.682604188. iteration 20000 found worse value: 339.682604188. iteration 0 found better value: 331.956952345 iteration 1 found better value: 331.963117518 iteration 2 found worse value: 331.963117518. iteration2, perturbing to get out of local maxima iteration 3 found better value: 331.978608359 iteration 4 found better value: 332.04052623800004 iteration 5 found better value: 332.048093928 iteration 6 found better value: 332.04841207400005 iteration 7 found worse value: 332.04841207400005. iteration7, perturbing to get out of local maxima iteration 8 found worse value: 332.04841207400005. iteration 9 found worse value: 332.04841207400005. iteration 10 found worse value: 332.04841207400005. iteration10, perturbing to get out of local maxima iteration 11 found worse value: 332.04841207400005. iteration11, perturbing to get out of local maxima iteration 12 found worse value: 332.04841207400005. iteration 13 found worse value: 332.04841207400005. iteration 14 found worse value: 332.04841207400005. iteration14, perturbing to get out of local maxima iteration 15 found worse value: 332.04841207400005. iteration15, perturbing to get out of local maxima iteration 16 found worse value: 332.04841207400005. iteration16, perturbing to get out of local maxima iteration 17 found worse value: 332.04841207400005. iteration 18 found worse value: 332.04841207400005. iteration 19 found worse value: 332.04841207400005. iteration 20 found worse value: 332.04841207400005. iteration 21 found worse value: 332.04841207400005. iteration 22 found worse value: 332.04841207400005. iteration 23 found worse value: 332.04841207400005. iteration 24 found worse value: 332.04841207400005. iteration 25 found worse value: 332.04841207400005. iteration25, perturbing to get out of local maxima iteration 26 found worse value: 332.04841207400005. iteration 27 found worse value: 332.04841207400005. iteration27, perturbing to get out of local maxima iteration 28 found worse value: 332.04841207400005. iteration 29 found worse value: 332.04841207400005. iteration 30 found worse value: 332.04841207400005. iteration 31 found worse value: 332.04841207400005. iteration31, perturbing to get out of local maxima iteration 32 found worse value: 332.04841207400005. iteration 33 found worse value: 332.04841207400005. iteration33, perturbing to get out of local maxima iteration 34 found worse value: 332.04841207400005. iteration 35 found worse value: 332.04841207400005. iteration35, perturbing to get out of local maxima iteration 36 found worse value: 332.04841207400005. iteration 37 found worse value: 332.04841207400005. iteration 38 found worse value: 332.04841207400005. iteration 39 found worse value: 332.04841207400005. iteration39, perturbing to get out of local maxima iteration 40 found worse value: 332.04841207400005. iteration40, perturbing to get out of local maxima iteration 41 found worse value: 332.04841207400005. iteration 42 found worse value: 332.04841207400005. iteration 43 found worse value: 332.04841207400005. iteration 44 found worse value: 332.04841207400005. iteration 45 found worse value: 332.04841207400005. iteration 46 found worse value: 332.04841207400005. iteration 47 found better value: 332.094054413 iteration 48 found worse value: 332.094054413. iteration48, perturbing to get out of local maxima iteration 49 found worse value: 332.094054413. iteration 50 found worse value: 332.094054413. iteration50, perturbing to get out of local maxima iteration 51 found worse value: 332.094054413. iteration51, perturbing to get out of local maxima iteration 52 found worse value: 332.094054413. iteration52, perturbing to get out of local maxima iteration 53 found worse value: 332.094054413. iteration 54 found worse value: 332.094054413. iteration54, perturbing to get out of local maxima iteration 55 found worse value: 332.094054413. iteration55, perturbing to get out of local maxima iteration 56 found worse value: 332.094054413. iteration56, perturbing to get out of local maxima iteration 57 found worse value: 332.094054413. iteration 58 found worse value: 332.094054413. iteration58, perturbing to get out of local maxima iteration 59 found worse value: 332.094054413. iteration 60 found worse value: 332.094054413. iteration60, perturbing to get out of local maxima iteration 61 found worse value: 332.094054413. iteration 62 found worse value: 332.094054413. iteration 63 found better value: 332.14939850400003 iteration 64 found worse value: 332.14939850400003. iteration 65 found worse value: 332.14939850400003. iteration65, perturbing to get out of local maxima iteration 66 found worse value: 332.14939850400003. iteration 67 found worse value: 332.14939850400003. iteration67, perturbing to get out of local maxima iteration 68 found worse value: 332.14939850400003. iteration 69 found better value: 332.207706958 iteration 70 found worse value: 332.207706958. iteration70, perturbing to get out of local maxima iteration 71 found worse value: 332.207706958. iteration71, perturbing to get out of local maxima iteration 72 found worse value: 332.207706958. iteration 73 found worse value: 332.207706958. iteration 74 found worse value: 332.207706958. iteration74, perturbing to get out of local maxima iteration 75 found worse value: 332.207706958. iteration 76 found better value: 332.232446708 iteration 77 found better value: 333.435152776 iteration 78 found worse value: 333.435152776. iteration78, perturbing to get out of local maxima iteration 79 found worse value: 333.435152776. iteration79, perturbing to get out of local maxima iteration 80 found worse value: 333.435152776. iteration 81 found worse value: 333.435152776. iteration 82 found worse value: 333.435152776. iteration 83 found worse value: 333.435152776. iteration 84 found worse value: 333.435152776. iteration 85 found worse value: 333.435152776. iteration85, perturbing to get out of local maxima iteration 86 found better value: 333.43694871 iteration 87 found better value: 333.439129403 iteration 88 found better value: 333.525112941 iteration 89 found worse value: 333.525112941. iteration 90 found better value: 333.56685485500003 iteration 91 found worse value: 333.56685485500003. iteration91, perturbing to get out of local maxima iteration 92 found better value: 333.639267443 iteration 93 found worse value: 333.639267443. iteration 94 found worse value: 333.639267443. iteration 95 found better value: 333.64234522099997 iteration 96 found worse value: 333.64234522099997. iteration 97 found better value: 333.712041995 iteration 98 found worse value: 333.712041995. iteration 99 found worse value: 333.712041995. iteration 100 found better value: 333.714984798 iteration 101 found worse value: 333.714984798. iteration 102 found worse value: 333.714984798. iteration102, perturbing to get out of local maxima iteration 103 found worse value: 333.714984798. iteration 104 found worse value: 333.714984798. iteration 105 found better value: 333.730877115 iteration 106 found better value: 333.733908166 iteration 107 found worse value: 333.733908166. iteration107, perturbing to get out of local maxima iteration 108 found worse value: 333.733908166. iteration 109 found worse value: 333.733908166. iteration 110 found worse value: 333.733908166. iteration 111 found worse value: 333.733908166. iteration111, perturbing to get out of local maxima iteration 112 found worse value: 333.733908166. iteration112, perturbing to get out of local maxima iteration 113 found worse value: 333.733908166. iteration113, perturbing to get out of local maxima iteration 114 found worse value: 333.733908166. iteration114, perturbing to get out of local maxima iteration 115 found worse value: 333.733908166. iteration 116 found better value: 333.744354168 iteration 117 found worse value: 333.744354168. iteration 118 found worse value: 333.744354168. iteration 119 found worse value: 333.744354168. iteration 120 found worse value: 333.744354168. iteration120, perturbing to get out of local maxima iteration 121 found better value: 333.82513925 iteration 122 found better value: 333.89699743399996 iteration 123 found better value: 333.907628343 iteration 124 found worse value: 333.907628343. iteration124, perturbing to get out of local maxima iteration 125 found better value: 333.93816343599997 iteration 126 found worse value: 333.93816343599997. iteration 127 found worse value: 333.93816343599997. iteration 128 found worse value: 333.93816343599997. iteration128, perturbing to get out of local maxima iteration 129 found worse value: 333.93816343599997. iteration129, perturbing to get out of local maxima iteration 130 found worse value: 333.93816343599997. iteration130, perturbing to get out of local maxima iteration 131 found worse value: 333.93816343599997. iteration 132 found worse value: 333.93816343599997. iteration 133 found worse value: 333.93816343599997. iteration 134 found worse value: 333.93816343599997. iteration 135 found worse value: 333.93816343599997. iteration 136 found worse value: 333.93816343599997. iteration 137 found worse value: 333.93816343599997. iteration 138 found worse value: 333.93816343599997. iteration 139 found worse value: 333.93816343599997. iteration 140 found worse value: 333.93816343599997. iteration 141 found worse value: 333.93816343599997. iteration 142 found better value: 333.96276338 iteration 143 found worse value: 333.96276338. iteration 144 found worse value: 333.96276338. iteration 145 found worse value: 333.96276338. iteration 146 found better value: 333.975728766 iteration 147 found worse value: 333.975728766. iteration147, perturbing to get out of local maxima iteration 148 found better value: 334.42709895999997 iteration 149 found better value: 334.55146116799995 iteration 150 found worse value: 334.55146116799995. iteration 151 found better value: 334.557031092 iteration 152 found better value: 334.55754622 iteration 153 found worse value: 334.55754622. iteration153, perturbing to get out of local maxima iteration 154 found worse value: 334.55754622. iteration154, perturbing to get out of local maxima iteration 155 found worse value: 334.55754622. iteration155, perturbing to get out of local maxima iteration 156 found better value: 334.59580782 iteration 157 found worse value: 334.59580782. iteration 158 found worse value: 334.59580782. iteration 159 found worse value: 334.59580782. iteration 160 found worse value: 334.59580782. iteration 161 found worse value: 334.59580782. iteration161, perturbing to get out of local maxima iteration 162 found worse value: 334.59580782. iteration 163 found worse value: 334.59580782. iteration 164 found worse value: 334.59580782. iteration 165 found worse value: 334.59580782. iteration 166 found better value: 334.640746777 iteration 167 found worse value: 334.640746777. iteration 168 found worse value: 334.640746777. iteration 169 found worse value: 334.640746777. iteration 170 found worse value: 334.640746777. iteration 171 found worse value: 334.640746777. iteration171, perturbing to get out of local maxima iteration 172 found worse value: 334.640746777. iteration 173 found worse value: 334.640746777. iteration 174 found worse value: 334.640746777. iteration 175 found worse value: 334.640746777. iteration 176 found worse value: 334.640746777. iteration 177 found worse value: 334.640746777. iteration 178 found worse value: 334.640746777. iteration 179 found worse value: 334.640746777. iteration 180 found worse value: 334.640746777. iteration 181 found better value: 334.647063219 iteration 182 found worse value: 334.647063219. iteration182, perturbing to get out of local maxima iteration 183 found better value: 334.77027375800003 iteration 184 found worse value: 334.77027375800003. iteration 185 found better value: 334.782898293 iteration 186 found worse value: 334.782898293. iteration 187 found better value: 334.79267527 iteration 188 found worse value: 334.79267527. iteration 189 found better value: 334.84074058199997 iteration 190 found worse value: 334.84074058199997. iteration 191 found worse value: 334.84074058199997. iteration 192 found better value: 334.848065208 iteration 193 found better value: 335.020786599 iteration 194 found worse value: 335.020786599. iteration 195 found better value: 335.10782947 iteration 196 found worse value: 335.10782947. iteration196, perturbing to get out of local maxima iteration 197 found worse value: 335.10782947. iteration 198 found better value: 335.12496843 iteration 199 found worse value: 335.12496843. iteration 200 found worse value: 335.12496843. iteration 201 found worse value: 335.12496843. iteration201, perturbing to get out of local maxima iteration 202 found worse value: 335.12496843. iteration 203 found worse value: 335.12496843. iteration 204 found worse value: 335.12496843. iteration204, perturbing to get out of local maxima iteration 205 found worse value: 335.12496843. iteration 206 found worse value: 335.12496843. iteration 207 found worse value: 335.12496843. iteration 208 found worse value: 335.12496843. iteration208, perturbing to get out of local maxima iteration 209 found worse value: 335.12496843. iteration 210 found worse value: 335.12496843. iteration 211 found worse value: 335.12496843. iteration 212 found better value: 335.192836455 iteration 213 found worse value: 335.192836455. iteration 214 found worse value: 335.192836455. iteration 215 found better value: 335.193388124 iteration 216 found worse value: 335.193388124. iteration 217 found worse value: 335.193388124. iteration217, perturbing to get out of local maxima iteration 218 found worse value: 335.193388124. iteration 219 found worse value: 335.193388124. iteration 220 found worse value: 335.193388124. iteration 221 found worse value: 335.193388124. iteration221, perturbing to get out of local maxima iteration 222 found worse value: 335.193388124. iteration 223 found worse value: 335.193388124. iteration 224 found worse value: 335.193388124. iteration 225 found worse value: 335.193388124. iteration 226 found worse value: 335.193388124. iteration226, perturbing to get out of local maxima iteration 227 found worse value: 335.193388124. iteration 228 found worse value: 335.193388124. iteration228, perturbing to get out of local maxima iteration 229 found worse value: 335.193388124. iteration 230 found worse value: 335.193388124. iteration 231 found worse value: 335.193388124. iteration 232 found worse value: 335.193388124. iteration 233 found worse value: 335.193388124. iteration 234 found worse value: 335.193388124. iteration 235 found worse value: 335.193388124. iteration235, perturbing to get out of local maxima iteration 236 found worse value: 335.193388124. iteration 237 found worse value: 335.193388124. iteration 238 found worse value: 335.193388124. iteration 239 found worse value: 335.193388124. iteration 240 found worse value: 335.193388124. iteration 241 found worse value: 335.193388124. iteration241, perturbing to get out of local maxima iteration 242 found worse value: 335.193388124. iteration242, perturbing to get out of local maxima iteration 243 found worse value: 335.193388124. iteration 244 found worse value: 335.193388124. iteration 245 found worse value: 335.193388124. iteration 246 found worse value: 335.193388124. iteration 247 found worse value: 335.193388124. iteration247, perturbing to get out of local maxima iteration 248 found worse value: 335.193388124. iteration 249 found worse value: 335.193388124. iteration 250 found worse value: 335.193388124. iteration250, perturbing to get out of local maxima iteration 251 found worse value: 335.193388124. iteration 252 found worse value: 335.193388124. iteration 253 found better value: 335.212217952 iteration 254 found better value: 335.215753334 iteration 255 found worse value: 335.215753334. iteration 256 found worse value: 335.215753334. iteration 257 found worse value: 335.215753334. iteration 258 found better value: 335.279197103 iteration 259 found worse value: 335.279197103. iteration 260 found worse value: 335.279197103. iteration 261 found worse value: 335.279197103. iteration 262 found worse value: 335.279197103. iteration 263 found better value: 335.299510633 iteration 264 found better value: 335.30706110100004 iteration 265 found worse value: 335.30706110100004. iteration 266 found worse value: 335.30706110100004. iteration 267 found worse value: 335.30706110100004. iteration 268 found worse value: 335.30706110100004. iteration268, perturbing to get out of local maxima iteration 269 found worse value: 335.30706110100004. iteration 270 found worse value: 335.30706110100004. iteration 271 found worse value: 335.30706110100004. iteration271, perturbing to get out of local maxima iteration 272 found worse value: 335.30706110100004. iteration 273 found worse value: 335.30706110100004. iteration273, perturbing to get out of local maxima iteration 274 found better value: 335.31046765300005 iteration 275 found worse value: 335.31046765300005. iteration 276 found worse value: 335.31046765300005. iteration 277 found worse value: 335.31046765300005. iteration 278 found better value: 335.32430582 iteration 279 found worse value: 335.32430582. iteration279, perturbing to get out of local maxima iteration 280 found worse value: 335.32430582. iteration 281 found worse value: 335.32430582. iteration 282 found worse value: 335.32430582. iteration 283 found worse value: 335.32430582. iteration 284 found better value: 335.515965127 iteration 285 found worse value: 335.515965127. iteration285, perturbing to get out of local maxima iteration 286 found worse value: 335.515965127. iteration 287 found worse value: 335.515965127. iteration 288 found worse value: 335.515965127. iteration 289 found worse value: 335.515965127. iteration 290 found worse value: 335.515965127. iteration 291 found better value: 335.53606967900004 iteration 292 found worse value: 335.53606967900004. iteration 293 found worse value: 335.53606967900004. iteration 294 found worse value: 335.53606967900004. iteration294, perturbing to get out of local maxima iteration 295 found worse value: 335.53606967900004. iteration 296 found worse value: 335.53606967900004. iteration 297 found better value: 335.658997385 iteration 298 found worse value: 335.658997385. iteration 299 found worse value: 335.658997385. iteration 300 found worse value: 335.658997385. iteration 301 found worse value: 335.658997385. iteration 302 found worse value: 335.658997385. iteration 303 found worse value: 335.658997385. iteration 304 found worse value: 335.658997385. iteration 305 found worse value: 335.658997385. iteration 306 found better value: 335.684294866 iteration 307 found worse value: 335.684294866. iteration 308 found worse value: 335.684294866. iteration 309 found worse value: 335.684294866. iteration309, perturbing to get out of local maxima iteration 310 found worse value: 335.684294866. iteration 311 found worse value: 335.684294866. iteration 312 found worse value: 335.684294866. iteration312, perturbing to get out of local maxima iteration 313 found worse value: 335.684294866. iteration313, perturbing to get out of local maxima iteration 314 found worse value: 335.684294866. iteration 315 found worse value: 335.684294866. iteration 316 found worse value: 335.684294866. iteration 317 found worse value: 335.684294866. iteration 318 found worse value: 335.684294866. iteration 319 found worse value: 335.684294866. iteration 320 found worse value: 335.684294866. iteration 321 found worse value: 335.684294866. iteration 322 found better value: 335.68566259799996 iteration 323 found worse value: 335.68566259799996. iteration 324 found worse value: 335.68566259799996. iteration 325 found worse value: 335.68566259799996. iteration 326 found worse value: 335.68566259799996. iteration 327 found worse value: 335.68566259799996. iteration 328 found worse value: 335.68566259799996. iteration 329 found worse value: 335.68566259799996. iteration 330 found worse value: 335.68566259799996. iteration 331 found worse value: 335.68566259799996. iteration 332 found worse value: 335.68566259799996. iteration 333 found worse value: 335.68566259799996. iteration333, perturbing to get out of local maxima iteration 334 found worse value: 335.68566259799996. iteration 335 found worse value: 335.68566259799996. iteration335, perturbing to get out of local maxima iteration 336 found worse value: 335.68566259799996. iteration 337 found worse value: 335.68566259799996. iteration 338 found worse value: 335.68566259799996. iteration 339 found worse value: 335.68566259799996. iteration 340 found worse value: 335.68566259799996. iteration340, perturbing to get out of local maxima iteration 341 found worse value: 335.68566259799996. iteration 342 found worse value: 335.68566259799996. iteration 343 found better value: 335.753666029 iteration 344 found worse value: 335.753666029. iteration 345 found worse value: 335.753666029. iteration 346 found worse value: 335.753666029. iteration 347 found worse value: 335.753666029. iteration347, perturbing to get out of local maxima iteration 348 found worse value: 335.753666029. iteration 349 found worse value: 335.753666029. iteration 350 found worse value: 335.753666029. iteration 351 found worse value: 335.753666029. iteration 352 found worse value: 335.753666029. iteration 353 found worse value: 335.753666029. iteration 354 found worse value: 335.753666029. iteration 355 found worse value: 335.753666029. iteration 356 found better value: 335.784804358 iteration 357 found worse value: 335.784804358. iteration 358 found worse value: 335.784804358. iteration 359 found worse value: 335.784804358. iteration 360 found better value: 335.78923755799997 iteration 361 found worse value: 335.78923755799997. iteration361, perturbing to get out of local maxima iteration 362 found worse value: 335.78923755799997. iteration 363 found worse value: 335.78923755799997. iteration 364 found worse value: 335.78923755799997. iteration 365 found worse value: 335.78923755799997. iteration 366 found worse value: 335.78923755799997. iteration 367 found worse value: 335.78923755799997. iteration 368 found worse value: 335.78923755799997. iteration 369 found worse value: 335.78923755799997. iteration 370 found worse value: 335.78923755799997. iteration 371 found worse value: 335.78923755799997. iteration 372 found worse value: 335.78923755799997. iteration 373 found better value: 335.799183353 iteration 374 found worse value: 335.799183353. iteration374, perturbing to get out of local maxima iteration 375 found worse value: 335.799183353. iteration 376 found worse value: 335.799183353. iteration 377 found worse value: 335.799183353. iteration 378 found worse value: 335.799183353. iteration 379 found worse value: 335.799183353. iteration379, perturbing to get out of local maxima iteration 380 found worse value: 335.799183353. iteration 381 found worse value: 335.799183353. iteration 382 found worse value: 335.799183353. iteration382, perturbing to get out of local maxima iteration 383 found worse value: 335.799183353. iteration 384 found worse value: 335.799183353. iteration 385 found worse value: 335.799183353. iteration 386 found worse value: 335.799183353. iteration 387 found worse value: 335.799183353. iteration 388 found worse value: 335.799183353. iteration 389 found worse value: 335.799183353. iteration 390 found worse value: 335.799183353. iteration 391 found worse value: 335.799183353. iteration 392 found worse value: 335.799183353. iteration 393 found worse value: 335.799183353. iteration 394 found worse value: 335.799183353. iteration 395 found worse value: 335.799183353. iteration395, perturbing to get out of local maxima iteration 396 found worse value: 335.799183353. iteration 397 found worse value: 335.799183353. iteration397, perturbing to get out of local maxima iteration 398 found worse value: 335.799183353. iteration 399 found worse value: 335.799183353. iteration 400 found worse value: 335.799183353. iteration 401 found worse value: 335.799183353. iteration 402 found worse value: 335.799183353. iteration 403 found worse value: 335.799183353. iteration 404 found worse value: 335.799183353. iteration 405 found worse value: 335.799183353. iteration405, perturbing to get out of local maxima iteration 406 found worse value: 335.799183353. iteration 407 found worse value: 335.799183353. iteration 408 found worse value: 335.799183353. iteration 409 found worse value: 335.799183353. iteration 410 found worse value: 335.799183353. iteration 411 found worse value: 335.799183353. iteration 412 found worse value: 335.799183353. iteration 413 found worse value: 335.799183353. iteration 414 found worse value: 335.799183353. iteration 415 found worse value: 335.799183353. iteration 416 found worse value: 335.799183353. iteration 417 found worse value: 335.799183353. iteration417, perturbing to get out of local maxima iteration 418 found worse value: 335.799183353. iteration 419 found worse value: 335.799183353. iteration419, perturbing to get out of local maxima iteration 420 found better value: 335.864997995 iteration 421 found worse value: 335.864997995. iteration 422 found better value: 335.88516623799995 iteration 423 found worse value: 335.88516623799995. iteration 424 found worse value: 335.88516623799995. iteration 425 found worse value: 335.88516623799995. iteration425, perturbing to get out of local maxima iteration 426 found worse value: 335.88516623799995. iteration 427 found worse value: 335.88516623799995. iteration 428 found worse value: 335.88516623799995. iteration 429 found worse value: 335.88516623799995. iteration 430 found worse value: 335.88516623799995. iteration 431 found worse value: 335.88516623799995. iteration 432 found worse value: 335.88516623799995. iteration 433 found worse value: 335.88516623799995. iteration 434 found worse value: 335.88516623799995. iteration434, perturbing to get out of local maxima iteration 435 found better value: 335.937427288 iteration 436 found worse value: 335.937427288. iteration436, perturbing to get out of local maxima iteration 437 found worse value: 335.937427288. iteration 438 found worse value: 335.937427288. iteration 439 found worse value: 335.937427288. iteration 440 found worse value: 335.937427288. iteration 441 found better value: 335.95316394400004 iteration 442 found worse value: 335.95316394400004. iteration 443 found worse value: 335.95316394400004. iteration 444 found better value: 335.998591737 iteration 445 found better value: 336.00195089700003 iteration 446 found worse value: 336.00195089700003. iteration 447 found worse value: 336.00195089700003. iteration 448 found worse value: 336.00195089700003. iteration 449 found worse value: 336.00195089700003. iteration449, perturbing to get out of local maxima iteration 450 found worse value: 336.00195089700003. iteration 451 found worse value: 336.00195089700003. iteration 452 found worse value: 336.00195089700003. iteration 453 found worse value: 336.00195089700003. iteration 454 found worse value: 336.00195089700003. iteration 455 found worse value: 336.00195089700003. iteration 456 found worse value: 336.00195089700003. iteration 457 found worse value: 336.00195089700003. iteration 458 found worse value: 336.00195089700003. iteration 459 found worse value: 336.00195089700003. iteration 460 found worse value: 336.00195089700003. iteration 461 found worse value: 336.00195089700003. iteration 462 found better value: 336.014200694 iteration 463 found worse value: 336.014200694. iteration 464 found better value: 336.018315834 iteration 465 found worse value: 336.018315834. iteration465, perturbing to get out of local maxima iteration 466 found better value: 336.026454328 iteration 467 found worse value: 336.026454328. iteration 468 found worse value: 336.026454328. iteration468, perturbing to get out of local maxima iteration 469 found better value: 336.030128467 iteration 470 found worse value: 336.030128467. iteration 471 found worse value: 336.030128467. iteration 472 found worse value: 336.030128467. iteration 473 found better value: 336.05504948699996 iteration 474 found worse value: 336.05504948699996. iteration 475 found worse value: 336.05504948699996. iteration 476 found better value: 336.094578148 iteration 477 found worse value: 336.094578148. iteration 478 found better value: 336.10551361299997 iteration 479 found worse value: 336.10551361299997. iteration 480 found worse value: 336.10551361299997. iteration 481 found worse value: 336.10551361299997. iteration 482 found worse value: 336.10551361299997. iteration482, perturbing to get out of local maxima iteration 483 found better value: 336.126328005 iteration 484 found worse value: 336.126328005. iteration 485 found worse value: 336.126328005. iteration 486 found worse value: 336.126328005. iteration 487 found better value: 336.324834418 iteration 488 found worse value: 336.324834418. iteration 489 found worse value: 336.324834418. iteration 490 found worse value: 336.324834418. iteration 491 found worse value: 336.324834418. iteration491, perturbing to get out of local maxima iteration 492 found worse value: 336.324834418. iteration 493 found better value: 336.350160675 iteration 494 found worse value: 336.350160675. iteration 495 found worse value: 336.350160675. iteration 496 found better value: 336.35563523999997 iteration 497 found worse value: 336.35563523999997. iteration 498 found worse value: 336.35563523999997. iteration 499 found better value: 336.360153719 iteration 500 found better value: 336.375000645 iteration 501 found worse value: 336.375000645. iteration 502 found worse value: 336.375000645. iteration 503 found worse value: 336.375000645. iteration503, perturbing to get out of local maxima iteration 504 found worse value: 336.375000645. iteration 505 found worse value: 336.375000645. iteration 506 found worse value: 336.375000645. iteration 507 found worse value: 336.375000645. iteration 508 found worse value: 336.375000645. iteration 509 found worse value: 336.375000645. iteration 510 found worse value: 336.375000645. iteration 511 found worse value: 336.375000645. iteration 512 found worse value: 336.375000645. iteration 513 found worse value: 336.375000645. iteration 514 found better value: 336.43459427499994 iteration 515 found worse value: 336.43459427499994. iteration 516 found better value: 336.44939509399995 iteration 517 found better value: 336.45208878099993 iteration 518 found worse value: 336.45208878099993. iteration 519 found worse value: 336.45208878099993. iteration 520 found worse value: 336.45208878099993. iteration 521 found worse value: 336.45208878099993. iteration 522 found worse value: 336.45208878099993. iteration 523 found worse value: 336.45208878099993. iteration 524 found worse value: 336.45208878099993. iteration 525 found worse value: 336.45208878099993. iteration 526 found worse value: 336.45208878099993. iteration526, perturbing to get out of local maxima iteration 527 found worse value: 336.45208878099993. iteration 528 found worse value: 336.45208878099993. iteration 529 found worse value: 336.45208878099993. iteration 530 found worse value: 336.45208878099993. iteration 531 found worse value: 336.45208878099993. iteration 532 found worse value: 336.45208878099993. iteration532, perturbing to get out of local maxima iteration 533 found worse value: 336.45208878099993. iteration 534 found worse value: 336.45208878099993. iteration 535 found better value: 336.46009610799996 iteration 536 found worse value: 336.46009610799996. iteration 537 found worse value: 336.46009610799996. iteration 538 found better value: 336.488343714 iteration 539 found worse value: 336.488343714. iteration 540 found worse value: 336.488343714. iteration 541 found worse value: 336.488343714. iteration 542 found worse value: 336.488343714. iteration542, perturbing to get out of local maxima iteration 543 found worse value: 336.488343714. iteration 544 found worse value: 336.488343714. iteration544, perturbing to get out of local maxima iteration 545 found worse value: 336.488343714. iteration 546 found worse value: 336.488343714. iteration 547 found worse value: 336.488343714. iteration547, perturbing to get out of local maxima iteration 548 found better value: 336.500820087 iteration 549 found worse value: 336.500820087. iteration 550 found worse value: 336.500820087. iteration 551 found worse value: 336.500820087. iteration551, perturbing to get out of local maxima iteration 552 found worse value: 336.500820087. iteration 553 found worse value: 336.500820087. iteration553, perturbing to get out of local maxima iteration 554 found worse value: 336.500820087. iteration 555 found worse value: 336.500820087. iteration 556 found better value: 336.52627209999997 iteration 557 found worse value: 336.52627209999997. iteration 558 found worse value: 336.52627209999997. iteration 559 found worse value: 336.52627209999997. iteration 560 found worse value: 336.52627209999997. iteration 561 found better value: 336.537468229 iteration 562 found worse value: 336.537468229. iteration 563 found worse value: 336.537468229. iteration 564 found worse value: 336.537468229. iteration 565 found worse value: 336.537468229. iteration 566 found better value: 336.539849281 iteration 567 found worse value: 336.539849281. iteration 568 found worse value: 336.539849281. iteration 569 found worse value: 336.539849281. iteration 570 found worse value: 336.539849281. iteration570, perturbing to get out of local maxima iteration 571 found worse value: 336.539849281. iteration 572 found better value: 336.54247817799995 iteration 573 found worse value: 336.54247817799995. iteration 574 found worse value: 336.54247817799995. iteration 575 found worse value: 336.54247817799995. iteration 576 found worse value: 336.54247817799995. iteration 577 found worse value: 336.54247817799995. iteration 578 found worse value: 336.54247817799995. iteration 579 found worse value: 336.54247817799995. iteration 580 found worse value: 336.54247817799995. iteration 581 found worse value: 336.54247817799995. iteration 582 found worse value: 336.54247817799995. iteration 583 found worse value: 336.54247817799995. iteration 584 found worse value: 336.54247817799995. iteration 585 found better value: 336.714549487 iteration 586 found worse value: 336.714549487. iteration 587 found worse value: 336.714549487. iteration 588 found worse value: 336.714549487. iteration 589 found worse value: 336.714549487. iteration 590 found worse value: 336.714549487. iteration 591 found better value: 336.72267632399996 iteration 592 found worse value: 336.72267632399996. iteration 593 found worse value: 336.72267632399996. iteration 594 found worse value: 336.72267632399996. iteration 595 found worse value: 336.72267632399996. iteration 596 found worse value: 336.72267632399996. iteration 597 found worse value: 336.72267632399996. iteration 598 found worse value: 336.72267632399996. iteration 599 found worse value: 336.72267632399996. iteration 600 found worse value: 336.72267632399996. iteration 601 found better value: 336.773699336 iteration 602 found worse value: 336.773699336. iteration602, perturbing to get out of local maxima iteration 603 found worse value: 336.773699336. iteration 604 found worse value: 336.773699336. iteration 605 found worse value: 336.773699336. iteration 606 found worse value: 336.773699336. iteration 607 found worse value: 336.773699336. iteration 608 found worse value: 336.773699336. iteration 609 found worse value: 336.773699336. iteration 610 found worse value: 336.773699336. iteration610, perturbing to get out of local maxima iteration 611 found worse value: 336.773699336. iteration 612 found worse value: 336.773699336. iteration 613 found worse value: 336.773699336. iteration 614 found worse value: 336.773699336. iteration 615 found worse value: 336.773699336. iteration 616 found worse value: 336.773699336. iteration 617 found worse value: 336.773699336. iteration 618 found worse value: 336.773699336. iteration 619 found worse value: 336.773699336. iteration 620 found worse value: 336.773699336. iteration 621 found worse value: 336.773699336. iteration 622 found worse value: 336.773699336. iteration 623 found worse value: 336.773699336. iteration 624 found worse value: 336.773699336. iteration 625 found worse value: 336.773699336. iteration 626 found worse value: 336.773699336. iteration 627 found worse value: 336.773699336. iteration 628 found worse value: 336.773699336. iteration 629 found worse value: 336.773699336. iteration 630 found worse value: 336.773699336. iteration 631 found worse value: 336.773699336. iteration 632 found worse value: 336.773699336. iteration 633 found better value: 336.786022106 iteration 634 found worse value: 336.786022106. iteration 635 found worse value: 336.786022106. iteration 636 found worse value: 336.786022106. iteration 637 found worse value: 336.786022106. iteration 638 found worse value: 336.786022106. iteration 639 found worse value: 336.786022106. iteration 640 found worse value: 336.786022106. iteration 641 found worse value: 336.786022106. iteration 642 found worse value: 336.786022106. iteration 643 found worse value: 336.786022106. iteration 644 found worse value: 336.786022106. iteration 645 found worse value: 336.786022106. iteration 646 found better value: 336.790401014 iteration 647 found worse value: 336.790401014. iteration 648 found worse value: 336.790401014. iteration 649 found worse value: 336.790401014. iteration 650 found worse value: 336.790401014. iteration 651 found better value: 336.790525411 iteration 652 found worse value: 336.790525411. iteration 653 found worse value: 336.790525411. iteration 654 found worse value: 336.790525411. iteration 655 found worse value: 336.790525411. iteration 656 found worse value: 336.790525411. iteration 657 found better value: 336.793077553 iteration 658 found worse value: 336.793077553. iteration 659 found worse value: 336.793077553. iteration 660 found worse value: 336.793077553. iteration 661 found worse value: 336.793077553. iteration 662 found worse value: 336.793077553. iteration 663 found worse value: 336.793077553. iteration 664 found worse value: 336.793077553. iteration 665 found better value: 336.79371979 iteration 666 found worse value: 336.79371979. iteration 667 found worse value: 336.79371979. iteration 668 found worse value: 336.79371979. iteration 669 found worse value: 336.79371979. iteration 670 found worse value: 336.79371979. iteration 671 found worse value: 336.79371979. iteration 672 found worse value: 336.79371979. iteration 673 found worse value: 336.79371979. iteration 674 found worse value: 336.79371979. iteration 675 found worse value: 336.79371979. iteration 676 found worse value: 336.79371979. iteration 677 found worse value: 336.79371979. iteration 678 found worse value: 336.79371979. iteration 679 found worse value: 336.79371979. iteration 680 found worse value: 336.79371979. iteration 681 found worse value: 336.79371979. iteration 682 found worse value: 336.79371979. iteration 683 found worse value: 336.79371979. iteration 684 found better value: 336.926676206 iteration 685 found worse value: 336.926676206. iteration685, perturbing to get out of local maxima iteration 686 found worse value: 336.926676206. iteration 687 found worse value: 336.926676206. iteration 688 found worse value: 336.926676206. iteration 689 found worse value: 336.926676206. iteration 690 found worse value: 336.926676206. iteration 691 found worse value: 336.926676206. iteration 692 found better value: 336.926856484 iteration 693 found worse value: 336.926856484. iteration 694 found worse value: 336.926856484. iteration 695 found worse value: 336.926856484. iteration695, perturbing to get out of local maxima iteration 696 found worse value: 336.926856484. iteration 697 found worse value: 336.926856484. iteration 698 found worse value: 336.926856484. iteration 699 found worse value: 336.926856484. iteration 700 found worse value: 336.926856484. iteration 701 found worse value: 336.926856484. iteration 702 found worse value: 336.926856484. iteration 703 found worse value: 336.926856484. iteration 704 found worse value: 336.926856484. iteration 705 found worse value: 336.926856484. iteration 706 found worse value: 336.926856484. iteration 707 found worse value: 336.926856484. iteration 708 found worse value: 336.926856484. iteration 709 found worse value: 336.926856484. iteration 710 found worse value: 336.926856484. iteration 711 found worse value: 336.926856484. iteration 712 found better value: 337.006356795 iteration 713 found worse value: 337.006356795. iteration 714 found worse value: 337.006356795. iteration 715 found worse value: 337.006356795. iteration 716 found worse value: 337.006356795. iteration 717 found worse value: 337.006356795. iteration 718 found worse value: 337.006356795. iteration 719 found worse value: 337.006356795. iteration 720 found worse value: 337.006356795. iteration 721 found worse value: 337.006356795. iteration 722 found worse value: 337.006356795. iteration 723 found worse value: 337.006356795. iteration 724 found worse value: 337.006356795. iteration 725 found worse value: 337.006356795. iteration 726 found worse value: 337.006356795. iteration 727 found worse value: 337.006356795. iteration 728 found better value: 337.009719694 iteration 729 found worse value: 337.009719694. iteration 730 found worse value: 337.009719694. iteration 731 found worse value: 337.009719694. iteration 732 found worse value: 337.009719694. iteration 733 found worse value: 337.009719694. iteration 734 found worse value: 337.009719694. iteration 735 found worse value: 337.009719694. iteration 736 found worse value: 337.009719694. iteration 737 found worse value: 337.009719694. iteration 738 found worse value: 337.009719694. iteration 739 found worse value: 337.009719694. iteration739, perturbing to get out of local maxima iteration 740 found worse value: 337.009719694. iteration 741 found worse value: 337.009719694. iteration 742 found worse value: 337.009719694. iteration 743 found worse value: 337.009719694. iteration 744 found worse value: 337.009719694. iteration 745 found worse value: 337.009719694. iteration 746 found worse value: 337.009719694. iteration746, perturbing to get out of local maxima iteration 747 found worse value: 337.009719694. iteration 748 found worse value: 337.009719694. iteration 749 found worse value: 337.009719694. iteration 750 found worse value: 337.009719694. iteration 751 found worse value: 337.009719694. iteration 752 found worse value: 337.009719694. iteration 753 found worse value: 337.009719694. iteration 754 found worse value: 337.009719694. iteration 755 found worse value: 337.009719694. iteration 756 found worse value: 337.009719694. iteration 757 found worse value: 337.009719694. iteration 758 found worse value: 337.009719694. iteration 759 found worse value: 337.009719694. iteration 760 found worse value: 337.009719694. iteration 761 found worse value: 337.009719694. iteration 762 found worse value: 337.009719694. iteration 763 found worse value: 337.009719694. iteration 764 found worse value: 337.009719694. iteration 765 found worse value: 337.009719694. iteration 766 found worse value: 337.009719694. iteration 767 found worse value: 337.009719694. iteration 768 found worse value: 337.009719694. iteration 769 found better value: 337.034071871 iteration 770 found better value: 337.03677477499997 iteration 771 found worse value: 337.03677477499997. iteration 772 found worse value: 337.03677477499997. iteration 773 found worse value: 337.03677477499997. iteration 774 found worse value: 337.03677477499997. iteration 775 found worse value: 337.03677477499997. iteration 776 found worse value: 337.03677477499997. iteration 777 found worse value: 337.03677477499997. iteration 778 found worse value: 337.03677477499997. iteration 779 found worse value: 337.03677477499997. iteration 780 found worse value: 337.03677477499997. iteration 781 found worse value: 337.03677477499997. iteration 782 found worse value: 337.03677477499997. iteration 783 found worse value: 337.03677477499997. iteration 784 found worse value: 337.03677477499997. iteration 785 found worse value: 337.03677477499997. iteration 786 found worse value: 337.03677477499997. iteration 787 found worse value: 337.03677477499997. iteration 788 found worse value: 337.03677477499997. iteration 789 found worse value: 337.03677477499997. iteration 790 found worse value: 337.03677477499997. iteration 791 found worse value: 337.03677477499997. iteration 792 found worse value: 337.03677477499997. iteration792, perturbing to get out of local maxima iteration 793 found worse value: 337.03677477499997. iteration 794 found worse value: 337.03677477499997. iteration 795 found worse value: 337.03677477499997. iteration 796 found worse value: 337.03677477499997. iteration 797 found worse value: 337.03677477499997. iteration 798 found worse value: 337.03677477499997. iteration 799 found worse value: 337.03677477499997. iteration 800 found worse value: 337.03677477499997. iteration 801 found worse value: 337.03677477499997. iteration 802 found worse value: 337.03677477499997. iteration 803 found worse value: 337.03677477499997. iteration 804 found worse value: 337.03677477499997. iteration 805 found worse value: 337.03677477499997. iteration 806 found worse value: 337.03677477499997. iteration 807 found worse value: 337.03677477499997. iteration807, perturbing to get out of local maxima iteration 808 found worse value: 337.03677477499997. iteration 809 found worse value: 337.03677477499997. iteration 810 found worse value: 337.03677477499997. iteration 811 found worse value: 337.03677477499997. iteration 812 found worse value: 337.03677477499997. iteration 813 found worse value: 337.03677477499997. iteration 814 found worse value: 337.03677477499997. iteration 815 found worse value: 337.03677477499997. iteration 816 found worse value: 337.03677477499997. iteration 817 found worse value: 337.03677477499997. iteration 818 found worse value: 337.03677477499997. iteration 819 found worse value: 337.03677477499997. iteration 820 found worse value: 337.03677477499997. iteration 821 found worse value: 337.03677477499997. iteration 822 found worse value: 337.03677477499997. iteration 823 found worse value: 337.03677477499997. iteration 824 found worse value: 337.03677477499997. iteration 825 found worse value: 337.03677477499997. iteration 826 found worse value: 337.03677477499997. iteration 827 found worse value: 337.03677477499997. iteration 828 found worse value: 337.03677477499997. iteration 829 found worse value: 337.03677477499997. iteration 830 found worse value: 337.03677477499997. iteration830, perturbing to get out of local maxima iteration 831 found worse value: 337.03677477499997. iteration 832 found better value: 337.04156746399997 iteration 833 found worse value: 337.04156746399997. iteration 834 found worse value: 337.04156746399997. iteration 835 found worse value: 337.04156746399997. iteration 836 found worse value: 337.04156746399997. iteration 837 found worse value: 337.04156746399997. iteration 838 found worse value: 337.04156746399997. iteration 839 found worse value: 337.04156746399997. iteration 840 found worse value: 337.04156746399997. iteration 841 found better value: 337.04162269299997 iteration 842 found worse value: 337.04162269299997. iteration 843 found worse value: 337.04162269299997. iteration 844 found better value: 337.12627157599997 iteration 845 found worse value: 337.12627157599997. iteration 846 found worse value: 337.12627157599997. iteration 847 found better value: 337.13249926699996 iteration 848 found worse value: 337.13249926699996. iteration 849 found worse value: 337.13249926699996. iteration 850 found worse value: 337.13249926699996. iteration 851 found worse value: 337.13249926699996. iteration 852 found worse value: 337.13249926699996. iteration 853 found worse value: 337.13249926699996. iteration 854 found worse value: 337.13249926699996. iteration 855 found worse value: 337.13249926699996. iteration 856 found worse value: 337.13249926699996. iteration 857 found worse value: 337.13249926699996. iteration 858 found worse value: 337.13249926699996. iteration 859 found worse value: 337.13249926699996. iteration 860 found better value: 337.13424295699997 iteration 861 found worse value: 337.13424295699997. iteration 862 found worse value: 337.13424295699997. iteration 863 found worse value: 337.13424295699997. iteration 864 found worse value: 337.13424295699997. iteration 865 found better value: 337.178296883 iteration 866 found worse value: 337.178296883. iteration 867 found worse value: 337.178296883. iteration 868 found worse value: 337.178296883. iteration 869 found worse value: 337.178296883. iteration 870 found better value: 337.189694865 iteration 871 found worse value: 337.189694865. iteration 872 found worse value: 337.189694865. iteration 873 found worse value: 337.189694865. iteration 874 found worse value: 337.189694865. iteration 875 found worse value: 337.189694865. iteration 876 found better value: 337.19096632699996 iteration 877 found worse value: 337.19096632699996. iteration 878 found worse value: 337.19096632699996. iteration 879 found worse value: 337.19096632699996. iteration 880 found worse value: 337.19096632699996. iteration 881 found better value: 337.19102341 iteration 882 found better value: 337.192202935 iteration 883 found better value: 337.198039456 iteration 884 found worse value: 337.198039456. iteration 885 found worse value: 337.198039456. iteration 886 found worse value: 337.198039456. iteration 887 found worse value: 337.198039456. iteration887, perturbing to get out of local maxima iteration 888 found worse value: 337.198039456. iteration 889 found worse value: 337.198039456. iteration 890 found worse value: 337.198039456. iteration 891 found worse value: 337.198039456. iteration 892 found worse value: 337.198039456. iteration 893 found worse value: 337.198039456. iteration 894 found worse value: 337.198039456. iteration 895 found worse value: 337.198039456. iteration 896 found worse value: 337.198039456. iteration 897 found worse value: 337.198039456. iteration 898 found worse value: 337.198039456. iteration 899 found worse value: 337.198039456. iteration 900 found worse value: 337.198039456. iteration 901 found worse value: 337.198039456. iteration 902 found worse value: 337.198039456. iteration 903 found worse value: 337.198039456. iteration 904 found worse value: 337.198039456. iteration 905 found worse value: 337.198039456. iteration 906 found worse value: 337.198039456. iteration 907 found worse value: 337.198039456. iteration 908 found worse value: 337.198039456. iteration 909 found worse value: 337.198039456. iteration 910 found worse value: 337.198039456. iteration 911 found worse value: 337.198039456. iteration 912 found worse value: 337.198039456. iteration 913 found worse value: 337.198039456. iteration 914 found worse value: 337.198039456. iteration 915 found worse value: 337.198039456. iteration 916 found worse value: 337.198039456. iteration 917 found better value: 337.200852679 iteration 918 found worse value: 337.200852679. iteration 919 found worse value: 337.200852679. iteration 920 found worse value: 337.200852679. iteration 921 found worse value: 337.200852679. iteration 922 found worse value: 337.200852679. iteration 923 found worse value: 337.200852679. iteration923, perturbing to get out of local maxima iteration 924 found worse value: 337.200852679. iteration 925 found worse value: 337.200852679. iteration 926 found worse value: 337.200852679. iteration 927 found worse value: 337.200852679. iteration 928 found worse value: 337.200852679. iteration 929 found worse value: 337.200852679. iteration 930 found worse value: 337.200852679. iteration 931 found worse value: 337.200852679. iteration 932 found worse value: 337.200852679. iteration 933 found worse value: 337.200852679. iteration 934 found worse value: 337.200852679. iteration 935 found worse value: 337.200852679. iteration 936 found worse value: 337.200852679. iteration 937 found worse value: 337.200852679. iteration 938 found worse value: 337.200852679. iteration 939 found worse value: 337.200852679. iteration 940 found worse value: 337.200852679. iteration940, perturbing to get out of local maxima iteration 941 found worse value: 337.200852679. iteration 942 found worse value: 337.200852679. iteration 943 found worse value: 337.200852679. iteration 944 found worse value: 337.200852679. iteration 945 found worse value: 337.200852679. iteration 946 found worse value: 337.200852679. iteration 947 found worse value: 337.200852679. iteration 948 found worse value: 337.200852679. iteration 949 found worse value: 337.200852679. iteration 950 found worse value: 337.200852679. iteration 951 found worse value: 337.200852679. iteration 952 found worse value: 337.200852679. iteration 953 found worse value: 337.200852679. iteration 954 found worse value: 337.200852679. iteration 955 found worse value: 337.200852679. iteration 956 found worse value: 337.200852679. iteration 957 found worse value: 337.200852679. iteration 958 found worse value: 337.200852679. iteration 959 found worse value: 337.200852679. iteration 960 found worse value: 337.200852679. iteration 961 found worse value: 337.200852679. iteration 962 found worse value: 337.200852679. iteration 963 found worse value: 337.200852679. iteration 964 found worse value: 337.200852679. iteration 965 found worse value: 337.200852679. iteration 966 found worse value: 337.200852679. iteration 967 found worse value: 337.200852679. iteration 968 found worse value: 337.200852679. iteration968, perturbing to get out of local maxima iteration 969 found worse value: 337.200852679. iteration 970 found worse value: 337.200852679. iteration 971 found worse value: 337.200852679. iteration 972 found worse value: 337.200852679. iteration 973 found worse value: 337.200852679. iteration 974 found worse value: 337.200852679. iteration 975 found worse value: 337.200852679. iteration 976 found worse value: 337.200852679. iteration 977 found worse value: 337.200852679. iteration 978 found worse value: 337.200852679. iteration 979 found worse value: 337.200852679. iteration 980 found worse value: 337.200852679. iteration 981 found worse value: 337.200852679. iteration 982 found worse value: 337.200852679. iteration 983 found better value: 337.22175155800005 iteration 984 found worse value: 337.22175155800005. iteration 985 found worse value: 337.22175155800005. iteration 986 found worse value: 337.22175155800005. iteration 987 found worse value: 337.22175155800005. iteration 988 found worse value: 337.22175155800005. iteration 989 found worse value: 337.22175155800005. iteration989, perturbing to get out of local maxima iteration 990 found worse value: 337.22175155800005. iteration 991 found worse value: 337.22175155800005. iteration 992 found worse value: 337.22175155800005. iteration 993 found worse value: 337.22175155800005. iteration 994 found better value: 337.222206218 iteration 995 found worse value: 337.222206218. iteration 996 found worse value: 337.222206218. iteration 997 found worse value: 337.222206218. iteration 998 found worse value: 337.222206218. iteration 999 found better value: 337.22763310799996 iteration 1000 found worse value: 337.22763310799996. iteration 1001 found worse value: 337.22763310799996. iteration 1002 found worse value: 337.22763310799996. iteration 1003 found worse value: 337.22763310799996. iteration 1004 found worse value: 337.22763310799996. iteration 1005 found worse value: 337.22763310799996. iteration 1006 found worse value: 337.22763310799996. iteration 1007 found worse value: 337.22763310799996. iteration 1008 found worse value: 337.22763310799996. iteration 1009 found worse value: 337.22763310799996. iteration 1010 found worse value: 337.22763310799996. iteration1010, perturbing to get out of local maxima iteration 1011 found worse value: 337.22763310799996. iteration 1012 found worse value: 337.22763310799996. iteration 1013 found worse value: 337.22763310799996. iteration 1014 found worse value: 337.22763310799996. iteration 1015 found worse value: 337.22763310799996. iteration 1016 found worse value: 337.22763310799996. iteration1016, perturbing to get out of local maxima iteration 1017 found worse value: 337.22763310799996. iteration 1018 found worse value: 337.22763310799996. iteration 1019 found worse value: 337.22763310799996. iteration 1020 found worse value: 337.22763310799996. iteration 1021 found worse value: 337.22763310799996. iteration 1022 found worse value: 337.22763310799996. iteration 1023 found worse value: 337.22763310799996. iteration 1024 found worse value: 337.22763310799996. iteration 1025 found worse value: 337.22763310799996. iteration 1026 found better value: 337.230934388 iteration 1027 found better value: 337.231132168 iteration 1028 found worse value: 337.231132168. iteration 1029 found worse value: 337.231132168. iteration 1030 found worse value: 337.231132168. iteration 1031 found worse value: 337.231132168. iteration 1032 found worse value: 337.231132168. iteration 1033 found worse value: 337.231132168. iteration 1034 found worse value: 337.231132168. iteration 1035 found worse value: 337.231132168. iteration 1036 found worse value: 337.231132168. iteration 1037 found worse value: 337.231132168. iteration 1038 found worse value: 337.231132168. iteration 1039 found worse value: 337.231132168. iteration 1040 found worse value: 337.231132168. iteration 1041 found worse value: 337.231132168. iteration 1042 found worse value: 337.231132168. iteration 1043 found worse value: 337.231132168. iteration 1044 found worse value: 337.231132168. iteration 1045 found worse value: 337.231132168. iteration 1046 found worse value: 337.231132168. iteration 1047 found worse value: 337.231132168. iteration 1048 found worse value: 337.231132168. iteration 1049 found better value: 337.24807432499995 iteration 1050 found worse value: 337.24807432499995. iteration 1051 found worse value: 337.24807432499995. iteration 1052 found worse value: 337.24807432499995. iteration 1053 found worse value: 337.24807432499995. iteration 1054 found worse value: 337.24807432499995. iteration 1055 found worse value: 337.24807432499995. iteration 1056 found worse value: 337.24807432499995. iteration 1057 found worse value: 337.24807432499995. iteration 1058 found worse value: 337.24807432499995. iteration 1059 found worse value: 337.24807432499995. iteration 1060 found worse value: 337.24807432499995. iteration 1061 found worse value: 337.24807432499995. iteration 1062 found better value: 337.34487824099995 iteration 1063 found worse value: 337.34487824099995. iteration 1064 found worse value: 337.34487824099995. iteration 1065 found worse value: 337.34487824099995. iteration 1066 found worse value: 337.34487824099995. iteration 1067 found worse value: 337.34487824099995. iteration 1068 found worse value: 337.34487824099995. iteration1068, perturbing to get out of local maxima iteration 1069 found worse value: 337.34487824099995. iteration 1070 found worse value: 337.34487824099995. iteration1070, perturbing to get out of local maxima iteration 1071 found worse value: 337.34487824099995. iteration 1072 found worse value: 337.34487824099995. iteration 1073 found worse value: 337.34487824099995. iteration 1074 found worse value: 337.34487824099995. iteration 1075 found worse value: 337.34487824099995. iteration 1076 found worse value: 337.34487824099995. iteration 1077 found better value: 337.36124783899993 iteration 1078 found worse value: 337.36124783899993. iteration 1079 found worse value: 337.36124783899993. iteration 1080 found worse value: 337.36124783899993. iteration 1081 found worse value: 337.36124783899993. iteration 1082 found worse value: 337.36124783899993. iteration 1083 found better value: 337.37332941499994 iteration 1084 found worse value: 337.37332941499994. iteration 1085 found worse value: 337.37332941499994. iteration 1086 found worse value: 337.37332941499994. iteration1086, perturbing to get out of local maxima iteration 1087 found worse value: 337.37332941499994. iteration 1088 found worse value: 337.37332941499994. iteration 1089 found worse value: 337.37332941499994. iteration 1090 found worse value: 337.37332941499994. iteration1090, perturbing to get out of local maxima iteration 1091 found worse value: 337.37332941499994. iteration 1092 found worse value: 337.37332941499994. iteration 1093 found worse value: 337.37332941499994. iteration 1094 found worse value: 337.37332941499994. iteration1094, perturbing to get out of local maxima iteration 1095 found worse value: 337.37332941499994. iteration 1096 found worse value: 337.37332941499994. iteration 1097 found worse value: 337.37332941499994. iteration 1098 found worse value: 337.37332941499994. iteration 1099 found worse value: 337.37332941499994. iteration 1100 found worse value: 337.37332941499994. iteration 1101 found worse value: 337.37332941499994. iteration 1102 found worse value: 337.37332941499994. iteration 1103 found worse value: 337.37332941499994. iteration 1104 found worse value: 337.37332941499994. iteration 1105 found worse value: 337.37332941499994. iteration 1106 found worse value: 337.37332941499994. iteration 1107 found worse value: 337.37332941499994. iteration 1108 found worse value: 337.37332941499994. iteration 1109 found worse value: 337.37332941499994. iteration 1110 found worse value: 337.37332941499994. iteration 1111 found worse value: 337.37332941499994. iteration 1112 found worse value: 337.37332941499994. iteration 1113 found worse value: 337.37332941499994. iteration 1114 found worse value: 337.37332941499994. iteration1114, perturbing to get out of local maxima iteration 1115 found worse value: 337.37332941499994. iteration 1116 found worse value: 337.37332941499994. iteration1116, perturbing to get out of local maxima iteration 1117 found worse value: 337.37332941499994. iteration 1118 found worse value: 337.37332941499994. iteration 1119 found worse value: 337.37332941499994. iteration 1120 found worse value: 337.37332941499994. iteration 1121 found worse value: 337.37332941499994. iteration 1122 found worse value: 337.37332941499994. iteration 1123 found worse value: 337.37332941499994. iteration 1124 found worse value: 337.37332941499994. iteration 1125 found worse value: 337.37332941499994. iteration 1126 found worse value: 337.37332941499994. iteration 1127 found worse value: 337.37332941499994. iteration 1128 found worse value: 337.37332941499994. iteration1128, perturbing to get out of local maxima iteration 1129 found worse value: 337.37332941499994. iteration 1130 found worse value: 337.37332941499994. iteration 1131 found worse value: 337.37332941499994. iteration 1132 found worse value: 337.37332941499994. iteration 1133 found worse value: 337.37332941499994. iteration 1134 found worse value: 337.37332941499994. iteration 1135 found worse value: 337.37332941499994. iteration 1136 found worse value: 337.37332941499994. iteration 1137 found worse value: 337.37332941499994. iteration 1138 found worse value: 337.37332941499994. iteration 1139 found worse value: 337.37332941499994. iteration 1140 found worse value: 337.37332941499994. iteration 1141 found worse value: 337.37332941499994. iteration 1142 found worse value: 337.37332941499994. iteration 1143 found worse value: 337.37332941499994. iteration 1144 found worse value: 337.37332941499994. iteration 1145 found worse value: 337.37332941499994. iteration 1146 found worse value: 337.37332941499994. iteration 1147 found worse value: 337.37332941499994. iteration 1148 found worse value: 337.37332941499994. iteration 1149 found worse value: 337.37332941499994. iteration 1150 found worse value: 337.37332941499994. iteration 1151 found worse value: 337.37332941499994. iteration1151, perturbing to get out of local maxima iteration 1152 found worse value: 337.37332941499994. iteration 1153 found worse value: 337.37332941499994. iteration 1154 found worse value: 337.37332941499994. iteration 1155 found worse value: 337.37332941499994. iteration 1156 found worse value: 337.37332941499994. iteration 1157 found worse value: 337.37332941499994. iteration 1158 found worse value: 337.37332941499994. iteration 1159 found worse value: 337.37332941499994. iteration 1160 found worse value: 337.37332941499994. iteration 1161 found worse value: 337.37332941499994. iteration 1162 found worse value: 337.37332941499994. iteration 1163 found worse value: 337.37332941499994. iteration 1164 found worse value: 337.37332941499994. iteration 1165 found worse value: 337.37332941499994. iteration 1166 found worse value: 337.37332941499994. iteration 1167 found worse value: 337.37332941499994. iteration 1168 found worse value: 337.37332941499994. iteration 1169 found worse value: 337.37332941499994. iteration 1170 found worse value: 337.37332941499994. iteration 1171 found worse value: 337.37332941499994. iteration 1172 found worse value: 337.37332941499994. iteration1172, perturbing to get out of local maxima iteration 1173 found worse value: 337.37332941499994. iteration 1174 found worse value: 337.37332941499994. iteration 1175 found worse value: 337.37332941499994. iteration 1176 found worse value: 337.37332941499994. iteration 1177 found worse value: 337.37332941499994. iteration 1178 found worse value: 337.37332941499994. iteration 1179 found worse value: 337.37332941499994. iteration 1180 found worse value: 337.37332941499994. iteration 1181 found worse value: 337.37332941499994. iteration 1182 found worse value: 337.37332941499994. iteration 1183 found worse value: 337.37332941499994. iteration 1184 found worse value: 337.37332941499994. iteration 1185 found worse value: 337.37332941499994. iteration1185, perturbing to get out of local maxima iteration 1186 found worse value: 337.37332941499994. iteration 1187 found worse value: 337.37332941499994. iteration 1188 found worse value: 337.37332941499994. iteration 1189 found worse value: 337.37332941499994. iteration 1190 found worse value: 337.37332941499994. iteration 1191 found worse value: 337.37332941499994. iteration 1192 found worse value: 337.37332941499994. iteration 1193 found worse value: 337.37332941499994. iteration 1194 found worse value: 337.37332941499994. iteration 1195 found worse value: 337.37332941499994. iteration 1196 found worse value: 337.37332941499994. iteration 1197 found worse value: 337.37332941499994. iteration 1198 found worse value: 337.37332941499994. iteration 1199 found worse value: 337.37332941499994. iteration 1200 found worse value: 337.37332941499994. iteration 1201 found worse value: 337.37332941499994. iteration 1202 found worse value: 337.37332941499994. iteration 1203 found worse value: 337.37332941499994. iteration 1204 found worse value: 337.37332941499994. iteration 1205 found worse value: 337.37332941499994. iteration 1206 found worse value: 337.37332941499994. iteration 1207 found worse value: 337.37332941499994. iteration 1208 found better value: 337.437321957 iteration 1209 found worse value: 337.437321957. iteration 1210 found worse value: 337.437321957. iteration 1211 found worse value: 337.437321957. iteration 1212 found worse value: 337.437321957. iteration 1213 found better value: 337.437326235 iteration 1214 found worse value: 337.437326235. iteration 1215 found worse value: 337.437326235. iteration 1216 found worse value: 337.437326235. iteration 1217 found worse value: 337.437326235. iteration 1218 found worse value: 337.437326235. iteration1218, perturbing to get out of local maxima iteration 1219 found worse value: 337.437326235. iteration 1220 found worse value: 337.437326235. iteration 1221 found worse value: 337.437326235. iteration 1222 found worse value: 337.437326235. iteration 1223 found worse value: 337.437326235. iteration 1224 found worse value: 337.437326235. iteration 1225 found worse value: 337.437326235. iteration 1226 found worse value: 337.437326235. iteration 1227 found worse value: 337.437326235. iteration 1228 found worse value: 337.437326235. iteration 1229 found worse value: 337.437326235. iteration 1230 found worse value: 337.437326235. iteration 1231 found worse value: 337.437326235. iteration 1232 found worse value: 337.437326235. iteration 1233 found worse value: 337.437326235. iteration 1234 found worse value: 337.437326235. iteration 1235 found worse value: 337.437326235. iteration 1236 found worse value: 337.437326235. iteration 1237 found worse value: 337.437326235. iteration 1238 found worse value: 337.437326235. iteration 1239 found worse value: 337.437326235. iteration 1240 found worse value: 337.437326235. iteration 1241 found worse value: 337.437326235. iteration 1242 found worse value: 337.437326235. iteration 1243 found worse value: 337.437326235. iteration 1244 found worse value: 337.437326235. iteration 1245 found worse value: 337.437326235. iteration 1246 found worse value: 337.437326235. iteration 1247 found worse value: 337.437326235. iteration 1248 found worse value: 337.437326235. iteration 1249 found worse value: 337.437326235. iteration1249, perturbing to get out of local maxima iteration 1250 found worse value: 337.437326235. iteration 1251 found worse value: 337.437326235. iteration 1252 found worse value: 337.437326235. iteration 1253 found worse value: 337.437326235. iteration 1254 found worse value: 337.437326235. iteration 1255 found worse value: 337.437326235. iteration 1256 found worse value: 337.437326235. iteration 1257 found worse value: 337.437326235. iteration 1258 found worse value: 337.437326235. iteration 1259 found worse value: 337.437326235. iteration 1260 found worse value: 337.437326235. iteration 1261 found worse value: 337.437326235. iteration 1262 found worse value: 337.437326235. iteration 1263 found worse value: 337.437326235. iteration 1264 found worse value: 337.437326235. iteration 1265 found worse value: 337.437326235. iteration 1266 found worse value: 337.437326235. iteration 1267 found worse value: 337.437326235. iteration 1268 found worse value: 337.437326235. iteration 1269 found worse value: 337.437326235. iteration 1270 found worse value: 337.437326235. iteration 1271 found worse value: 337.437326235. iteration 1272 found worse value: 337.437326235. iteration 1273 found worse value: 337.437326235. iteration 1274 found worse value: 337.437326235. iteration 1275 found worse value: 337.437326235. iteration 1276 found worse value: 337.437326235. iteration 1277 found worse value: 337.437326235. iteration 1278 found worse value: 337.437326235. iteration 1279 found worse value: 337.437326235. iteration 1280 found worse value: 337.437326235. iteration 1281 found worse value: 337.437326235. iteration 1282 found worse value: 337.437326235. iteration 1283 found worse value: 337.437326235. iteration 1284 found worse value: 337.437326235. iteration 1285 found worse value: 337.437326235. iteration 1286 found worse value: 337.437326235. iteration 1287 found worse value: 337.437326235. iteration 1288 found worse value: 337.437326235. iteration 1289 found worse value: 337.437326235. iteration 1290 found worse value: 337.437326235. iteration 1291 found worse value: 337.437326235. iteration 1292 found worse value: 337.437326235. iteration 1293 found worse value: 337.437326235. iteration 1294 found worse value: 337.437326235. iteration 1295 found worse value: 337.437326235. iteration 1296 found worse value: 337.437326235. iteration 1297 found worse value: 337.437326235. iteration 1298 found worse value: 337.437326235. iteration 1299 found worse value: 337.437326235. iteration 1300 found worse value: 337.437326235. iteration 1301 found worse value: 337.437326235. iteration 1302 found worse value: 337.437326235. iteration 1303 found worse value: 337.437326235. iteration 1304 found worse value: 337.437326235. iteration 1305 found worse value: 337.437326235. iteration 1306 found worse value: 337.437326235. iteration 1307 found worse value: 337.437326235. iteration 1308 found worse value: 337.437326235. iteration 1309 found worse value: 337.437326235. iteration 1310 found worse value: 337.437326235. iteration 1311 found worse value: 337.437326235. iteration 1312 found worse value: 337.437326235. iteration 1313 found worse value: 337.437326235. iteration1313, perturbing to get out of local maxima iteration 1314 found worse value: 337.437326235. iteration 1315 found worse value: 337.437326235. iteration 1316 found worse value: 337.437326235. iteration 1317 found worse value: 337.437326235. iteration 1318 found worse value: 337.437326235. iteration 1319 found worse value: 337.437326235. iteration 1320 found worse value: 337.437326235. iteration 1321 found worse value: 337.437326235. iteration 1322 found better value: 337.44189232400004 iteration 1323 found worse value: 337.44189232400004. iteration 1324 found better value: 337.44749215 iteration 1325 found worse value: 337.44749215. iteration1325, perturbing to get out of local maxima iteration 1326 found worse value: 337.44749215. iteration 1327 found worse value: 337.44749215. iteration 1328 found worse value: 337.44749215. iteration 1329 found worse value: 337.44749215. iteration 1330 found worse value: 337.44749215. iteration 1331 found worse value: 337.44749215. iteration 1332 found worse value: 337.44749215. iteration 1333 found worse value: 337.44749215. iteration 1334 found worse value: 337.44749215. iteration 1335 found worse value: 337.44749215. iteration 1336 found worse value: 337.44749215. iteration 1337 found worse value: 337.44749215. iteration 1338 found worse value: 337.44749215. iteration 1339 found worse value: 337.44749215. iteration 1340 found worse value: 337.44749215. iteration 1341 found worse value: 337.44749215. iteration 1342 found worse value: 337.44749215. iteration1342, perturbing to get out of local maxima iteration 1343 found worse value: 337.44749215. iteration 1344 found worse value: 337.44749215. iteration1344, perturbing to get out of local maxima iteration 1345 found worse value: 337.44749215. iteration 1346 found worse value: 337.44749215. iteration 1347 found worse value: 337.44749215. iteration 1348 found worse value: 337.44749215. iteration 1349 found worse value: 337.44749215. iteration 1350 found worse value: 337.44749215. iteration 1351 found worse value: 337.44749215. iteration 1352 found worse value: 337.44749215. iteration 1353 found worse value: 337.44749215. iteration 1354 found worse value: 337.44749215. iteration 1355 found worse value: 337.44749215. iteration 1356 found worse value: 337.44749215. iteration 1357 found worse value: 337.44749215. iteration 1358 found worse value: 337.44749215. iteration 1359 found worse value: 337.44749215. iteration 1360 found worse value: 337.44749215. iteration 1361 found worse value: 337.44749215. iteration 1362 found worse value: 337.44749215. iteration 1363 found worse value: 337.44749215. iteration 1364 found worse value: 337.44749215. iteration 1365 found worse value: 337.44749215. iteration 1366 found worse value: 337.44749215. iteration 1367 found worse value: 337.44749215. iteration 1368 found worse value: 337.44749215. iteration 1369 found worse value: 337.44749215. iteration 1370 found worse value: 337.44749215. iteration 1371 found worse value: 337.44749215. iteration 1372 found worse value: 337.44749215. iteration 1373 found worse value: 337.44749215. iteration 1374 found worse value: 337.44749215. iteration 1375 found worse value: 337.44749215. iteration 1376 found worse value: 337.44749215. iteration 1377 found worse value: 337.44749215. iteration 1378 found better value: 337.44909411000003 iteration 1379 found worse value: 337.44909411000003. iteration 1380 found worse value: 337.44909411000003. iteration 1381 found worse value: 337.44909411000003. iteration 1382 found worse value: 337.44909411000003. iteration 1383 found worse value: 337.44909411000003. iteration 1384 found worse value: 337.44909411000003. iteration 1385 found worse value: 337.44909411000003. iteration 1386 found worse value: 337.44909411000003. iteration 1387 found worse value: 337.44909411000003. iteration 1388 found worse value: 337.44909411000003. iteration 1389 found worse value: 337.44909411000003. iteration 1390 found better value: 337.45169451800007 iteration 1391 found worse value: 337.45169451800007. iteration 1392 found worse value: 337.45169451800007. iteration1392, perturbing to get out of local maxima iteration 1393 found worse value: 337.45169451800007. iteration 1394 found worse value: 337.45169451800007. iteration 1395 found worse value: 337.45169451800007. iteration 1396 found worse value: 337.45169451800007. iteration 1397 found worse value: 337.45169451800007. iteration 1398 found worse value: 337.45169451800007. iteration 1399 found worse value: 337.45169451800007. iteration 1400 found worse value: 337.45169451800007. iteration 1401 found worse value: 337.45169451800007. iteration 1402 found worse value: 337.45169451800007. iteration 1403 found worse value: 337.45169451800007. iteration 1404 found worse value: 337.45169451800007. iteration 1405 found worse value: 337.45169451800007. iteration 1406 found worse value: 337.45169451800007. iteration1406, perturbing to get out of local maxima iteration 1407 found worse value: 337.45169451800007. iteration 1408 found worse value: 337.45169451800007. iteration 1409 found worse value: 337.45169451800007. iteration 1410 found worse value: 337.45169451800007. iteration 1411 found worse value: 337.45169451800007. iteration 1412 found worse value: 337.45169451800007. iteration 1413 found worse value: 337.45169451800007. iteration 1414 found worse value: 337.45169451800007. iteration 1415 found better value: 337.457964781 iteration 1416 found worse value: 337.457964781. iteration 1417 found worse value: 337.457964781. iteration 1418 found worse value: 337.457964781. iteration 1419 found worse value: 337.457964781. iteration 1420 found worse value: 337.457964781. iteration 1421 found worse value: 337.457964781. iteration 1422 found worse value: 337.457964781. iteration 1423 found worse value: 337.457964781. iteration 1424 found worse value: 337.457964781. iteration 1425 found worse value: 337.457964781. iteration 1426 found better value: 337.46052088 iteration 1427 found worse value: 337.46052088. iteration 1428 found worse value: 337.46052088. iteration 1429 found worse value: 337.46052088. iteration 1430 found worse value: 337.46052088. iteration 1431 found worse value: 337.46052088. iteration 1432 found worse value: 337.46052088. iteration 1433 found worse value: 337.46052088. iteration 1434 found worse value: 337.46052088. iteration 1435 found worse value: 337.46052088. iteration 1436 found worse value: 337.46052088. iteration 1437 found worse value: 337.46052088. iteration 1438 found worse value: 337.46052088. iteration 1439 found worse value: 337.46052088. iteration 1440 found worse value: 337.46052088. iteration 1441 found worse value: 337.46052088. iteration 1442 found worse value: 337.46052088. iteration 1443 found worse value: 337.46052088. iteration 1444 found worse value: 337.46052088. iteration1444, perturbing to get out of local maxima iteration 1445 found worse value: 337.46052088. iteration 1446 found worse value: 337.46052088. iteration 1447 found worse value: 337.46052088. iteration 1448 found worse value: 337.46052088. iteration 1449 found worse value: 337.46052088. iteration1449, perturbing to get out of local maxima iteration 1450 found worse value: 337.46052088. iteration 1451 found worse value: 337.46052088. iteration 1452 found worse value: 337.46052088. iteration 1453 found worse value: 337.46052088. iteration 1454 found worse value: 337.46052088. iteration 1455 found worse value: 337.46052088. iteration 1456 found worse value: 337.46052088. iteration 1457 found worse value: 337.46052088. iteration 1458 found worse value: 337.46052088. iteration 1459 found worse value: 337.46052088. iteration 1460 found worse value: 337.46052088. iteration 1461 found worse value: 337.46052088. iteration 1462 found worse value: 337.46052088. iteration 1463 found worse value: 337.46052088. iteration 1464 found worse value: 337.46052088. iteration 1465 found worse value: 337.46052088. iteration 1466 found worse value: 337.46052088. iteration 1467 found worse value: 337.46052088. iteration 1468 found worse value: 337.46052088. iteration 1469 found worse value: 337.46052088. iteration 1470 found worse value: 337.46052088. iteration 1471 found worse value: 337.46052088. iteration 1472 found worse value: 337.46052088. iteration 1473 found worse value: 337.46052088. iteration 1474 found worse value: 337.46052088. iteration 1475 found worse value: 337.46052088. iteration 1476 found worse value: 337.46052088. iteration 1477 found worse value: 337.46052088. iteration 1478 found worse value: 337.46052088. iteration 1479 found worse value: 337.46052088. iteration 1480 found worse value: 337.46052088. iteration 1481 found worse value: 337.46052088. iteration 1482 found worse value: 337.46052088. iteration 1483 found worse value: 337.46052088. iteration 1484 found worse value: 337.46052088. iteration 1485 found worse value: 337.46052088. iteration 1486 found worse value: 337.46052088. iteration 1487 found worse value: 337.46052088. iteration 1488 found worse value: 337.46052088. iteration 1489 found worse value: 337.46052088. iteration 1490 found worse value: 337.46052088. iteration 1491 found worse value: 337.46052088. iteration1491, perturbing to get out of local maxima iteration 1492 found worse value: 337.46052088. iteration 1493 found worse value: 337.46052088. iteration 1494 found worse value: 337.46052088. iteration 1495 found worse value: 337.46052088. iteration 1496 found worse value: 337.46052088. iteration 1497 found worse value: 337.46052088. iteration 1498 found worse value: 337.46052088. iteration 1499 found worse value: 337.46052088. iteration 1500 found worse value: 337.46052088. iteration 1501 found worse value: 337.46052088. iteration 1502 found worse value: 337.46052088. iteration 1503 found worse value: 337.46052088. iteration 1504 found worse value: 337.46052088. iteration 1505 found worse value: 337.46052088. iteration 1506 found worse value: 337.46052088. iteration 1507 found worse value: 337.46052088. iteration 1508 found worse value: 337.46052088. iteration1508, perturbing to get out of local maxima iteration 1509 found worse value: 337.46052088. iteration 1510 found worse value: 337.46052088. iteration 1511 found worse value: 337.46052088. iteration 1512 found worse value: 337.46052088. iteration 1513 found worse value: 337.46052088. iteration 1514 found worse value: 337.46052088. iteration 1515 found worse value: 337.46052088. iteration 1516 found worse value: 337.46052088. iteration 1517 found worse value: 337.46052088. iteration 1518 found worse value: 337.46052088. iteration 1519 found worse value: 337.46052088. iteration 1520 found worse value: 337.46052088. iteration 1521 found worse value: 337.46052088. iteration 1522 found worse value: 337.46052088. iteration 1523 found worse value: 337.46052088. iteration 1524 found worse value: 337.46052088. iteration 1525 found worse value: 337.46052088. iteration 1526 found worse value: 337.46052088. iteration 1527 found worse value: 337.46052088. iteration 1528 found worse value: 337.46052088. iteration 1529 found worse value: 337.46052088. iteration 1530 found worse value: 337.46052088. iteration1530, perturbing to get out of local maxima iteration 1531 found worse value: 337.46052088. iteration 1532 found worse value: 337.46052088. iteration 1533 found worse value: 337.46052088. iteration 1534 found worse value: 337.46052088. iteration 1535 found worse value: 337.46052088. iteration 1536 found worse value: 337.46052088. iteration 1537 found better value: 337.46602729800003 iteration 1538 found worse value: 337.46602729800003. iteration 1539 found worse value: 337.46602729800003. iteration 1540 found worse value: 337.46602729800003. iteration 1541 found worse value: 337.46602729800003. iteration1541, perturbing to get out of local maxima iteration 1542 found worse value: 337.46602729800003. iteration 1543 found worse value: 337.46602729800003. iteration 1544 found worse value: 337.46602729800003. iteration 1545 found worse value: 337.46602729800003. iteration 1546 found worse value: 337.46602729800003. iteration 1547 found better value: 337.476586085 iteration 1548 found worse value: 337.476586085. iteration 1549 found worse value: 337.476586085. iteration1549, perturbing to get out of local maxima iteration 1550 found worse value: 337.476586085. iteration1550, perturbing to get out of local maxima iteration 1551 found worse value: 337.476586085. iteration 1552 found worse value: 337.476586085. iteration 1553 found worse value: 337.476586085. iteration 1554 found worse value: 337.476586085. iteration 1555 found worse value: 337.476586085. iteration 1556 found worse value: 337.476586085. iteration 1557 found worse value: 337.476586085. iteration 1558 found worse value: 337.476586085. iteration 1559 found worse value: 337.476586085. iteration 1560 found worse value: 337.476586085. iteration 1561 found worse value: 337.476586085. iteration1561, perturbing to get out of local maxima iteration 1562 found worse value: 337.476586085. iteration 1563 found better value: 337.476779243 iteration 1564 found worse value: 337.476779243. iteration 1565 found worse value: 337.476779243. iteration 1566 found worse value: 337.476779243. iteration 1567 found worse value: 337.476779243. iteration 1568 found worse value: 337.476779243. iteration 1569 found worse value: 337.476779243. iteration 1570 found worse value: 337.476779243. iteration 1571 found worse value: 337.476779243. iteration 1572 found worse value: 337.476779243. iteration 1573 found worse value: 337.476779243. iteration 1574 found worse value: 337.476779243. iteration 1575 found worse value: 337.476779243. iteration 1576 found worse value: 337.476779243. iteration 1577 found worse value: 337.476779243. iteration 1578 found worse value: 337.476779243. iteration 1579 found worse value: 337.476779243. iteration 1580 found worse value: 337.476779243. iteration 1581 found worse value: 337.476779243. iteration 1582 found worse value: 337.476779243. iteration 1583 found worse value: 337.476779243. iteration1583, perturbing to get out of local maxima iteration 1584 found worse value: 337.476779243. iteration 1585 found worse value: 337.476779243. iteration 1586 found worse value: 337.476779243. iteration 1587 found worse value: 337.476779243. iteration 1588 found worse value: 337.476779243. iteration 1589 found worse value: 337.476779243. iteration 1590 found worse value: 337.476779243. iteration 1591 found worse value: 337.476779243. iteration 1592 found worse value: 337.476779243. iteration 1593 found worse value: 337.476779243. iteration 1594 found worse value: 337.476779243. iteration 1595 found worse value: 337.476779243. iteration 1596 found worse value: 337.476779243. iteration 1597 found worse value: 337.476779243. iteration 1598 found worse value: 337.476779243. iteration 1599 found worse value: 337.476779243. iteration 1600 found worse value: 337.476779243. iteration 1601 found worse value: 337.476779243. iteration 1602 found worse value: 337.476779243. iteration 1603 found better value: 337.478385123 iteration 1604 found worse value: 337.478385123. iteration 1605 found worse value: 337.478385123. iteration 1606 found worse value: 337.478385123. iteration 1607 found worse value: 337.478385123. iteration 1608 found worse value: 337.478385123. iteration 1609 found worse value: 337.478385123. iteration 1610 found worse value: 337.478385123. iteration 1611 found worse value: 337.478385123. iteration 1612 found better value: 337.4838462 iteration 1613 found better value: 337.485086641 iteration 1614 found worse value: 337.485086641. iteration 1615 found worse value: 337.485086641. iteration 1616 found worse value: 337.485086641. iteration 1617 found worse value: 337.485086641. iteration 1618 found worse value: 337.485086641. iteration 1619 found worse value: 337.485086641. iteration 1620 found worse value: 337.485086641. iteration 1621 found worse value: 337.485086641. iteration 1622 found worse value: 337.485086641. iteration 1623 found worse value: 337.485086641. iteration 1624 found worse value: 337.485086641. iteration 1625 found worse value: 337.485086641. iteration 1626 found worse value: 337.485086641. iteration 1627 found worse value: 337.485086641. iteration 1628 found worse value: 337.485086641. iteration 1629 found worse value: 337.485086641. iteration 1630 found worse value: 337.485086641. iteration 1631 found worse value: 337.485086641. iteration 1632 found worse value: 337.485086641. iteration 1633 found worse value: 337.485086641. iteration 1634 found worse value: 337.485086641. iteration 1635 found worse value: 337.485086641. iteration1635, perturbing to get out of local maxima iteration 1636 found worse value: 337.485086641. iteration 1637 found worse value: 337.485086641. iteration 1638 found worse value: 337.485086641. iteration 1639 found worse value: 337.485086641. iteration 1640 found worse value: 337.485086641. iteration 1641 found worse value: 337.485086641. iteration 1642 found worse value: 337.485086641. iteration 1643 found worse value: 337.485086641. iteration 1644 found worse value: 337.485086641. iteration 1645 found worse value: 337.485086641. iteration 1646 found worse value: 337.485086641. iteration 1647 found worse value: 337.485086641. iteration 1648 found worse value: 337.485086641. iteration 1649 found worse value: 337.485086641. iteration 1650 found worse value: 337.485086641. iteration 1651 found worse value: 337.485086641. iteration 1652 found worse value: 337.485086641. iteration 1653 found worse value: 337.485086641. iteration 1654 found worse value: 337.485086641. iteration 1655 found worse value: 337.485086641. iteration 1656 found worse value: 337.485086641. iteration 1657 found worse value: 337.485086641. iteration 1658 found worse value: 337.485086641. iteration 1659 found worse value: 337.485086641. iteration 1660 found worse value: 337.485086641. iteration 1661 found worse value: 337.485086641. iteration 1662 found worse value: 337.485086641. iteration 1663 found worse value: 337.485086641. iteration 1664 found worse value: 337.485086641. iteration 1665 found worse value: 337.485086641. iteration 1666 found worse value: 337.485086641. iteration 1667 found worse value: 337.485086641. iteration 1668 found worse value: 337.485086641. iteration 1669 found worse value: 337.485086641. iteration 1670 found worse value: 337.485086641. iteration 1671 found worse value: 337.485086641. iteration 1672 found worse value: 337.485086641. iteration 1673 found worse value: 337.485086641. iteration 1674 found worse value: 337.485086641. iteration 1675 found worse value: 337.485086641. iteration 1676 found worse value: 337.485086641. iteration 1677 found worse value: 337.485086641. iteration1677, perturbing to get out of local maxima iteration 1678 found worse value: 337.485086641. iteration 1679 found worse value: 337.485086641. iteration 1680 found worse value: 337.485086641. iteration 1681 found worse value: 337.485086641. iteration 1682 found worse value: 337.485086641. iteration 1683 found worse value: 337.485086641. iteration 1684 found worse value: 337.485086641. iteration 1685 found worse value: 337.485086641. iteration 1686 found worse value: 337.485086641. iteration 1687 found worse value: 337.485086641. iteration 1688 found worse value: 337.485086641. iteration 1689 found worse value: 337.485086641. iteration 1690 found worse value: 337.485086641. iteration 1691 found worse value: 337.485086641. iteration 1692 found worse value: 337.485086641. iteration 1693 found worse value: 337.485086641. iteration 1694 found worse value: 337.485086641. iteration 1695 found worse value: 337.485086641. iteration 1696 found worse value: 337.485086641. iteration 1697 found better value: 337.486289223 iteration 1698 found worse value: 337.486289223. iteration 1699 found worse value: 337.486289223. iteration 1700 found worse value: 337.486289223. iteration 1701 found worse value: 337.486289223. iteration 1702 found worse value: 337.486289223. iteration 1703 found worse value: 337.486289223. iteration 1704 found worse value: 337.486289223. iteration 1705 found worse value: 337.486289223. iteration 1706 found worse value: 337.486289223. iteration 1707 found worse value: 337.486289223. iteration 1708 found worse value: 337.486289223. iteration 1709 found worse value: 337.486289223. iteration 1710 found worse value: 337.486289223. iteration 1711 found worse value: 337.486289223. iteration 1712 found worse value: 337.486289223. iteration 1713 found worse value: 337.486289223. iteration 1714 found worse value: 337.486289223. iteration 1715 found worse value: 337.486289223. iteration 1716 found better value: 337.48914920500005 iteration 1717 found worse value: 337.48914920500005. iteration 1718 found worse value: 337.48914920500005. iteration 1719 found worse value: 337.48914920500005. iteration 1720 found worse value: 337.48914920500005. iteration 1721 found worse value: 337.48914920500005. iteration 1722 found worse value: 337.48914920500005. iteration1722, perturbing to get out of local maxima iteration 1723 found worse value: 337.48914920500005. iteration 1724 found worse value: 337.48914920500005. iteration 1725 found worse value: 337.48914920500005. iteration 1726 found worse value: 337.48914920500005. iteration 1727 found better value: 337.49056238300005 iteration 1728 found worse value: 337.49056238300005. iteration 1729 found worse value: 337.49056238300005. iteration 1730 found worse value: 337.49056238300005. iteration 1731 found worse value: 337.49056238300005. iteration 1732 found worse value: 337.49056238300005. iteration 1733 found worse value: 337.49056238300005. iteration 1734 found worse value: 337.49056238300005. iteration 1735 found worse value: 337.49056238300005. iteration 1736 found worse value: 337.49056238300005. iteration 1737 found worse value: 337.49056238300005. iteration 1738 found worse value: 337.49056238300005. iteration 1739 found worse value: 337.49056238300005. iteration 1740 found worse value: 337.49056238300005. iteration 1741 found worse value: 337.49056238300005. iteration 1742 found worse value: 337.49056238300005. iteration 1743 found worse value: 337.49056238300005. iteration 1744 found worse value: 337.49056238300005. iteration 1745 found worse value: 337.49056238300005. iteration 1746 found worse value: 337.49056238300005. iteration 1747 found worse value: 337.49056238300005. iteration 1748 found worse value: 337.49056238300005. iteration 1749 found worse value: 337.49056238300005. iteration 1750 found worse value: 337.49056238300005. iteration 1751 found worse value: 337.49056238300005. iteration 1752 found worse value: 337.49056238300005. iteration 1753 found worse value: 337.49056238300005. iteration 1754 found worse value: 337.49056238300005. iteration 1755 found worse value: 337.49056238300005. iteration 1756 found worse value: 337.49056238300005. iteration 1757 found worse value: 337.49056238300005. iteration 1758 found worse value: 337.49056238300005. iteration 1759 found worse value: 337.49056238300005. iteration 1760 found worse value: 337.49056238300005. iteration 1761 found worse value: 337.49056238300005. iteration 1762 found worse value: 337.49056238300005. iteration 1763 found worse value: 337.49056238300005. iteration 1764 found worse value: 337.49056238300005. iteration 1765 found worse value: 337.49056238300005. iteration1765, perturbing to get out of local maxima iteration 1766 found worse value: 337.49056238300005. iteration 1767 found worse value: 337.49056238300005. iteration1767, perturbing to get out of local maxima iteration 1768 found worse value: 337.49056238300005. iteration 1769 found worse value: 337.49056238300005. iteration 1770 found worse value: 337.49056238300005. iteration 1771 found worse value: 337.49056238300005. iteration 1772 found worse value: 337.49056238300005. iteration 1773 found worse value: 337.49056238300005. iteration 1774 found worse value: 337.49056238300005. iteration 1775 found worse value: 337.49056238300005. iteration 1776 found worse value: 337.49056238300005. iteration 1777 found worse value: 337.49056238300005. iteration 1778 found worse value: 337.49056238300005. iteration 1779 found worse value: 337.49056238300005. iteration 1780 found worse value: 337.49056238300005. iteration 1781 found worse value: 337.49056238300005. iteration 1782 found worse value: 337.49056238300005. iteration 1783 found better value: 337.490642791 iteration 1784 found worse value: 337.490642791. iteration1784, perturbing to get out of local maxima iteration 1785 found worse value: 337.490642791. iteration 1786 found worse value: 337.490642791. iteration 1787 found worse value: 337.490642791. iteration 1788 found worse value: 337.490642791. iteration 1789 found worse value: 337.490642791. iteration 1790 found worse value: 337.490642791. iteration 1791 found worse value: 337.490642791. iteration 1792 found worse value: 337.490642791. iteration 1793 found worse value: 337.490642791. iteration 1794 found worse value: 337.490642791. iteration 1795 found worse value: 337.490642791. iteration 1796 found worse value: 337.490642791. iteration 1797 found worse value: 337.490642791. iteration 1798 found worse value: 337.490642791. iteration 1799 found worse value: 337.490642791. iteration 1800 found worse value: 337.490642791. iteration 1801 found worse value: 337.490642791. iteration 1802 found worse value: 337.490642791. iteration 1803 found worse value: 337.490642791. iteration 1804 found worse value: 337.490642791. iteration 1805 found worse value: 337.490642791. iteration 1806 found worse value: 337.490642791. iteration 1807 found worse value: 337.490642791. iteration 1808 found worse value: 337.490642791. iteration 1809 found worse value: 337.490642791. iteration 1810 found worse value: 337.490642791. iteration 1811 found worse value: 337.490642791. iteration 1812 found worse value: 337.490642791. iteration 1813 found worse value: 337.490642791. iteration 1814 found worse value: 337.490642791. iteration 1815 found worse value: 337.490642791. iteration 1816 found worse value: 337.490642791. iteration 1817 found worse value: 337.490642791. iteration 1818 found worse value: 337.490642791. iteration 1819 found worse value: 337.490642791. iteration 1820 found worse value: 337.490642791. iteration 1821 found worse value: 337.490642791. iteration 1822 found worse value: 337.490642791. iteration 1823 found worse value: 337.490642791. iteration 1824 found worse value: 337.490642791. iteration 1825 found worse value: 337.490642791. iteration 1826 found worse value: 337.490642791. iteration 1827 found worse value: 337.490642791. iteration 1828 found worse value: 337.490642791. iteration 1829 found worse value: 337.490642791. iteration 1830 found worse value: 337.490642791. iteration 1831 found worse value: 337.490642791. iteration 1832 found worse value: 337.490642791. iteration 1833 found worse value: 337.490642791. iteration 1834 found worse value: 337.490642791. iteration 1835 found worse value: 337.490642791. iteration 1836 found worse value: 337.490642791. iteration 1837 found worse value: 337.490642791. iteration 1838 found worse value: 337.490642791. iteration 1839 found worse value: 337.490642791. iteration 1840 found worse value: 337.490642791. iteration 1841 found worse value: 337.490642791. iteration 1842 found worse value: 337.490642791. iteration 1843 found worse value: 337.490642791. iteration 1844 found worse value: 337.490642791. iteration 1845 found worse value: 337.490642791. iteration 1846 found worse value: 337.490642791. iteration 1847 found worse value: 337.490642791. iteration 1848 found worse value: 337.490642791. iteration 1849 found worse value: 337.490642791. iteration 1850 found worse value: 337.490642791. iteration 1851 found worse value: 337.490642791. iteration 1852 found worse value: 337.490642791. iteration 1853 found worse value: 337.490642791. iteration 1854 found worse value: 337.490642791. iteration 1855 found worse value: 337.490642791. iteration 1856 found worse value: 337.490642791. iteration 1857 found worse value: 337.490642791. iteration 1858 found worse value: 337.490642791. iteration 1859 found worse value: 337.490642791. iteration 1860 found worse value: 337.490642791. iteration 1861 found worse value: 337.490642791. iteration 1862 found worse value: 337.490642791. iteration 1863 found worse value: 337.490642791. iteration 1864 found worse value: 337.490642791. iteration 1865 found worse value: 337.490642791. iteration 1866 found worse value: 337.490642791. iteration 1867 found worse value: 337.490642791. iteration 1868 found worse value: 337.490642791. iteration 1869 found worse value: 337.490642791. iteration 1870 found worse value: 337.490642791. iteration 1871 found worse value: 337.490642791. iteration 1872 found worse value: 337.490642791. iteration 1873 found worse value: 337.490642791. iteration 1874 found worse value: 337.490642791. iteration 1875 found worse value: 337.490642791. iteration 1876 found worse value: 337.490642791. iteration 1877 found worse value: 337.490642791. iteration 1878 found worse value: 337.490642791. iteration 1879 found worse value: 337.490642791. iteration 1880 found worse value: 337.490642791. iteration 1881 found worse value: 337.490642791. iteration 1882 found worse value: 337.490642791. iteration 1883 found worse value: 337.490642791. iteration 1884 found worse value: 337.490642791. iteration 1885 found worse value: 337.490642791. iteration 1886 found worse value: 337.490642791. iteration 1887 found worse value: 337.490642791. iteration 1888 found worse value: 337.490642791. iteration 1889 found worse value: 337.490642791. iteration 1890 found worse value: 337.490642791. iteration 1891 found worse value: 337.490642791. iteration 1892 found worse value: 337.490642791. iteration 1893 found worse value: 337.490642791. iteration 1894 found worse value: 337.490642791. iteration 1895 found worse value: 337.490642791. iteration 1896 found worse value: 337.490642791. iteration 1897 found worse value: 337.490642791. iteration 1898 found worse value: 337.490642791. iteration 1899 found worse value: 337.490642791. iteration 1900 found worse value: 337.490642791. iteration 1901 found worse value: 337.490642791. iteration 1902 found worse value: 337.490642791. iteration 1903 found worse value: 337.490642791. iteration 1904 found worse value: 337.490642791. iteration 1905 found worse value: 337.490642791. iteration 1906 found worse value: 337.490642791. iteration 1907 found worse value: 337.490642791. iteration 1908 found worse value: 337.490642791. iteration 1909 found worse value: 337.490642791. iteration 1910 found worse value: 337.490642791. iteration 1911 found worse value: 337.490642791. iteration 1912 found worse value: 337.490642791. iteration 1913 found worse value: 337.490642791. iteration 1914 found worse value: 337.490642791. iteration 1915 found worse value: 337.490642791. iteration 1916 found worse value: 337.490642791. iteration 1917 found worse value: 337.490642791. iteration 1918 found worse value: 337.490642791. iteration 1919 found worse value: 337.490642791. iteration 1920 found worse value: 337.490642791. iteration 1921 found worse value: 337.490642791. iteration 1922 found worse value: 337.490642791. iteration 1923 found better value: 337.497854815 iteration 1924 found worse value: 337.497854815. iteration 1925 found worse value: 337.497854815. iteration 1926 found worse value: 337.497854815. iteration 1927 found worse value: 337.497854815. iteration 1928 found worse value: 337.497854815. iteration 1929 found worse value: 337.497854815. iteration 1930 found worse value: 337.497854815. iteration 1931 found worse value: 337.497854815. iteration 1932 found worse value: 337.497854815. iteration 1933 found worse value: 337.497854815. iteration 1934 found worse value: 337.497854815. iteration 1935 found worse value: 337.497854815. iteration 1936 found worse value: 337.497854815. iteration 1937 found worse value: 337.497854815. iteration 1938 found worse value: 337.497854815. iteration 1939 found worse value: 337.497854815. iteration 1940 found worse value: 337.497854815. iteration 1941 found worse value: 337.497854815. iteration 1942 found worse value: 337.497854815. iteration 1943 found worse value: 337.497854815. iteration 1944 found worse value: 337.497854815. iteration 1945 found worse value: 337.497854815. iteration 1946 found worse value: 337.497854815. iteration 1947 found worse value: 337.497854815. iteration 1948 found worse value: 337.497854815. iteration 1949 found worse value: 337.497854815. iteration 1950 found worse value: 337.497854815. iteration 1951 found worse value: 337.497854815. iteration 1952 found worse value: 337.497854815. iteration 1953 found worse value: 337.497854815. iteration 1954 found worse value: 337.497854815. iteration 1955 found worse value: 337.497854815. iteration 1956 found worse value: 337.497854815. iteration 1957 found worse value: 337.497854815. iteration 1958 found worse value: 337.497854815. iteration 1959 found worse value: 337.497854815. iteration 1960 found worse value: 337.497854815. iteration 1961 found worse value: 337.497854815. iteration 1962 found worse value: 337.497854815. iteration 1963 found worse value: 337.497854815. iteration 1964 found worse value: 337.497854815. iteration 1965 found worse value: 337.497854815. iteration 1966 found worse value: 337.497854815. iteration 1967 found worse value: 337.497854815. iteration 1968 found worse value: 337.497854815. iteration 1969 found worse value: 337.497854815. iteration 1970 found worse value: 337.497854815. iteration 1971 found worse value: 337.497854815. iteration 1972 found worse value: 337.497854815. iteration 1973 found worse value: 337.497854815. iteration 1974 found worse value: 337.497854815. iteration 1975 found worse value: 337.497854815. iteration 1976 found worse value: 337.497854815. iteration 1977 found worse value: 337.497854815. iteration 1978 found worse value: 337.497854815. iteration 1979 found worse value: 337.497854815. iteration 1980 found worse value: 337.497854815. iteration 1981 found worse value: 337.497854815. iteration 1982 found worse value: 337.497854815. iteration 1983 found worse value: 337.497854815. iteration 1984 found worse value: 337.497854815. iteration 1985 found better value: 337.501110159 iteration 1986 found worse value: 337.501110159. iteration 1987 found worse value: 337.501110159. iteration 1988 found worse value: 337.501110159. iteration 1989 found worse value: 337.501110159. iteration 1990 found worse value: 337.501110159. iteration1990, perturbing to get out of local maxima iteration 1991 found worse value: 337.501110159. iteration 1992 found worse value: 337.501110159. iteration 1993 found worse value: 337.501110159. iteration 1994 found worse value: 337.501110159. iteration 1995 found worse value: 337.501110159. iteration 1996 found worse value: 337.501110159. iteration 1997 found worse value: 337.501110159. iteration 1998 found worse value: 337.501110159. iteration 1999 found worse value: 337.501110159. iteration 2000 found worse value: 337.501110159. iteration 2001 found worse value: 337.501110159. iteration 2002 found worse value: 337.501110159. iteration 2003 found worse value: 337.501110159. iteration 2004 found worse value: 337.501110159. iteration 2005 found worse value: 337.501110159. iteration 2006 found worse value: 337.501110159. iteration 2007 found worse value: 337.501110159. iteration 2008 found worse value: 337.501110159. iteration 2009 found worse value: 337.501110159. iteration 2010 found worse value: 337.501110159. iteration 2011 found worse value: 337.501110159. iteration 2012 found worse value: 337.501110159. iteration 2013 found worse value: 337.501110159. iteration 2014 found worse value: 337.501110159. iteration 2015 found worse value: 337.501110159. iteration 2016 found worse value: 337.501110159. iteration 2017 found worse value: 337.501110159. iteration 2018 found worse value: 337.501110159. iteration 2019 found worse value: 337.501110159. iteration 2020 found worse value: 337.501110159. iteration 2021 found worse value: 337.501110159. iteration 2022 found worse value: 337.501110159. iteration 2023 found worse value: 337.501110159. iteration 2024 found worse value: 337.501110159. iteration 2025 found worse value: 337.501110159. iteration 2026 found worse value: 337.501110159. iteration 2027 found worse value: 337.501110159. iteration 2028 found worse value: 337.501110159. iteration 2029 found worse value: 337.501110159. iteration 2030 found worse value: 337.501110159. iteration 2031 found worse value: 337.501110159. iteration 2032 found worse value: 337.501110159. iteration 2033 found worse value: 337.501110159. iteration 2034 found worse value: 337.501110159. iteration2034, perturbing to get out of local maxima iteration 2035 found worse value: 337.501110159. iteration 2036 found worse value: 337.501110159. iteration 2037 found worse value: 337.501110159. iteration 2038 found worse value: 337.501110159. iteration 2039 found worse value: 337.501110159. iteration 2040 found worse value: 337.501110159. iteration 2041 found worse value: 337.501110159. iteration 2042 found worse value: 337.501110159. iteration 2043 found worse value: 337.501110159. iteration 2044 found worse value: 337.501110159. iteration 2045 found worse value: 337.501110159. iteration 2046 found worse value: 337.501110159. iteration 2047 found worse value: 337.501110159. iteration 2048 found worse value: 337.501110159. iteration 2049 found worse value: 337.501110159. iteration 2050 found worse value: 337.501110159. iteration 2051 found worse value: 337.501110159. iteration 2052 found worse value: 337.501110159. iteration 2053 found worse value: 337.501110159. iteration 2054 found worse value: 337.501110159. iteration 2055 found worse value: 337.501110159. iteration 2056 found worse value: 337.501110159. iteration 2057 found worse value: 337.501110159. iteration 2058 found worse value: 337.501110159. iteration 2059 found worse value: 337.501110159. iteration 2060 found worse value: 337.501110159. iteration 2061 found worse value: 337.501110159. iteration 2062 found worse value: 337.501110159. iteration 2063 found worse value: 337.501110159. iteration 2064 found worse value: 337.501110159. iteration 2065 found worse value: 337.501110159. iteration 2066 found worse value: 337.501110159. iteration 2067 found worse value: 337.501110159. iteration 2068 found worse value: 337.501110159. iteration 2069 found worse value: 337.501110159. iteration2069, perturbing to get out of local maxima iteration 2070 found worse value: 337.501110159. iteration 2071 found worse value: 337.501110159. iteration 2072 found worse value: 337.501110159. iteration2072, perturbing to get out of local maxima iteration 2073 found worse value: 337.501110159. iteration 2074 found worse value: 337.501110159. iteration 2075 found worse value: 337.501110159. iteration 2076 found worse value: 337.501110159. iteration 2077 found worse value: 337.501110159. iteration 2078 found worse value: 337.501110159. iteration 2079 found worse value: 337.501110159. iteration 2080 found worse value: 337.501110159. iteration 2081 found worse value: 337.501110159. iteration 2082 found worse value: 337.501110159. iteration2082, perturbing to get out of local maxima iteration 2083 found worse value: 337.501110159. iteration 2084 found worse value: 337.501110159. iteration 2085 found worse value: 337.501110159. iteration 2086 found worse value: 337.501110159. iteration 2087 found worse value: 337.501110159. iteration 2088 found worse value: 337.501110159. iteration 2089 found worse value: 337.501110159. iteration 2090 found worse value: 337.501110159. iteration 2091 found worse value: 337.501110159. iteration 2092 found worse value: 337.501110159. iteration 2093 found worse value: 337.501110159. iteration 2094 found worse value: 337.501110159. iteration 2095 found worse value: 337.501110159. iteration 2096 found worse value: 337.501110159. iteration 2097 found worse value: 337.501110159. iteration 2098 found worse value: 337.501110159. iteration 2099 found worse value: 337.501110159. iteration 2100 found worse value: 337.501110159. iteration 2101 found worse value: 337.501110159. iteration 2102 found worse value: 337.501110159. iteration 2103 found worse value: 337.501110159. iteration 2104 found worse value: 337.501110159. iteration 2105 found worse value: 337.501110159. iteration 2106 found worse value: 337.501110159. iteration 2107 found worse value: 337.501110159. iteration 2108 found worse value: 337.501110159. iteration 2109 found worse value: 337.501110159. iteration 2110 found worse value: 337.501110159. iteration 2111 found worse value: 337.501110159. iteration 2112 found worse value: 337.501110159. iteration 2113 found better value: 337.514632061 iteration 2114 found worse value: 337.514632061. iteration 2115 found worse value: 337.514632061. iteration 2116 found worse value: 337.514632061. iteration 2117 found worse value: 337.514632061. iteration 2118 found worse value: 337.514632061. iteration 2119 found worse value: 337.514632061. iteration 2120 found worse value: 337.514632061. iteration2120, perturbing to get out of local maxima iteration 2121 found worse value: 337.514632061. iteration 2122 found worse value: 337.514632061. iteration 2123 found worse value: 337.514632061. iteration 2124 found worse value: 337.514632061. iteration 2125 found worse value: 337.514632061. iteration 2126 found worse value: 337.514632061. iteration 2127 found worse value: 337.514632061. iteration 2128 found worse value: 337.514632061. iteration 2129 found worse value: 337.514632061. iteration 2130 found worse value: 337.514632061. iteration 2131 found worse value: 337.514632061. iteration 2132 found worse value: 337.514632061. iteration 2133 found worse value: 337.514632061. iteration 2134 found worse value: 337.514632061. iteration 2135 found worse value: 337.514632061. iteration 2136 found worse value: 337.514632061. iteration 2137 found worse value: 337.514632061. iteration 2138 found worse value: 337.514632061. iteration 2139 found worse value: 337.514632061. iteration 2140 found worse value: 337.514632061. iteration 2141 found worse value: 337.514632061. iteration 2142 found worse value: 337.514632061. iteration 2143 found worse value: 337.514632061. iteration 2144 found worse value: 337.514632061. iteration 2145 found worse value: 337.514632061. iteration 2146 found worse value: 337.514632061. iteration 2147 found worse value: 337.514632061. iteration 2148 found worse value: 337.514632061. iteration 2149 found worse value: 337.514632061. iteration 2150 found worse value: 337.514632061. iteration 2151 found worse value: 337.514632061. iteration 2152 found worse value: 337.514632061. iteration 2153 found worse value: 337.514632061. iteration 2154 found worse value: 337.514632061. iteration 2155 found worse value: 337.514632061. iteration 2156 found worse value: 337.514632061. iteration 2157 found worse value: 337.514632061. iteration 2158 found worse value: 337.514632061. iteration 2159 found worse value: 337.514632061. iteration 2160 found worse value: 337.514632061. iteration 2161 found worse value: 337.514632061. iteration 2162 found worse value: 337.514632061. iteration 2163 found worse value: 337.514632061. iteration 2164 found worse value: 337.514632061. iteration 2165 found worse value: 337.514632061. iteration 2166 found worse value: 337.514632061. iteration 2167 found worse value: 337.514632061. iteration 2168 found worse value: 337.514632061. iteration 2169 found worse value: 337.514632061. iteration 2170 found worse value: 337.514632061. iteration 2171 found worse value: 337.514632061. iteration 2172 found worse value: 337.514632061. iteration 2173 found worse value: 337.514632061. iteration 2174 found worse value: 337.514632061. iteration 2175 found worse value: 337.514632061. iteration 2176 found worse value: 337.514632061. iteration 2177 found worse value: 337.514632061. iteration 2178 found worse value: 337.514632061. iteration 2179 found worse value: 337.514632061. iteration 2180 found worse value: 337.514632061. iteration 2181 found worse value: 337.514632061. iteration 2182 found worse value: 337.514632061. iteration 2183 found worse value: 337.514632061. iteration 2184 found worse value: 337.514632061. iteration 2185 found worse value: 337.514632061. iteration 2186 found worse value: 337.514632061. iteration 2187 found worse value: 337.514632061. iteration 2188 found worse value: 337.514632061. iteration 2189 found worse value: 337.514632061. iteration 2190 found worse value: 337.514632061. iteration 2191 found worse value: 337.514632061. iteration 2192 found worse value: 337.514632061. iteration 2193 found worse value: 337.514632061. iteration 2194 found worse value: 337.514632061. iteration 2195 found worse value: 337.514632061. iteration 2196 found worse value: 337.514632061. iteration 2197 found worse value: 337.514632061. iteration 2198 found worse value: 337.514632061. iteration 2199 found worse value: 337.514632061. iteration 2200 found worse value: 337.514632061. iteration 2201 found worse value: 337.514632061. iteration 2202 found worse value: 337.514632061. iteration 2203 found worse value: 337.514632061. iteration 2204 found worse value: 337.514632061. iteration 2205 found worse value: 337.514632061. iteration 2206 found worse value: 337.514632061. iteration 2207 found worse value: 337.514632061. iteration 2208 found worse value: 337.514632061. iteration 2209 found worse value: 337.514632061. iteration 2210 found worse value: 337.514632061. iteration 2211 found worse value: 337.514632061. iteration 2212 found worse value: 337.514632061. iteration 2213 found worse value: 337.514632061. iteration 2214 found worse value: 337.514632061. iteration 2215 found worse value: 337.514632061. iteration 2216 found worse value: 337.514632061. iteration 2217 found worse value: 337.514632061. iteration 2218 found worse value: 337.514632061. iteration 2219 found worse value: 337.514632061. iteration 2220 found worse value: 337.514632061. iteration 2221 found worse value: 337.514632061. iteration 2222 found worse value: 337.514632061. iteration 2223 found worse value: 337.514632061. iteration 2224 found worse value: 337.514632061. iteration 2225 found worse value: 337.514632061. iteration 2226 found worse value: 337.514632061. iteration 2227 found worse value: 337.514632061. iteration 2228 found worse value: 337.514632061. iteration 2229 found worse value: 337.514632061. iteration 2230 found worse value: 337.514632061. iteration 2231 found worse value: 337.514632061. iteration 2232 found worse value: 337.514632061. iteration 2233 found worse value: 337.514632061. iteration 2234 found worse value: 337.514632061. iteration 2235 found worse value: 337.514632061. iteration 2236 found worse value: 337.514632061. iteration 2237 found worse value: 337.514632061. iteration 2238 found worse value: 337.514632061. iteration 2239 found worse value: 337.514632061. iteration 2240 found worse value: 337.514632061. iteration 2241 found worse value: 337.514632061. iteration 2242 found worse value: 337.514632061. iteration 2243 found worse value: 337.514632061. iteration 2244 found worse value: 337.514632061. iteration 2245 found worse value: 337.514632061. iteration 2246 found worse value: 337.514632061. iteration 2247 found worse value: 337.514632061. iteration 2248 found worse value: 337.514632061. iteration 2249 found worse value: 337.514632061. iteration 2250 found worse value: 337.514632061. iteration 2251 found worse value: 337.514632061. iteration 2252 found worse value: 337.514632061. iteration 2253 found worse value: 337.514632061. iteration 2254 found worse value: 337.514632061. iteration 2255 found worse value: 337.514632061. iteration 2256 found worse value: 337.514632061. iteration 2257 found worse value: 337.514632061. iteration 2258 found worse value: 337.514632061. iteration 2259 found worse value: 337.514632061. iteration 2260 found worse value: 337.514632061. iteration 2261 found worse value: 337.514632061. iteration 2262 found worse value: 337.514632061. iteration 2263 found worse value: 337.514632061. iteration 2264 found worse value: 337.514632061. iteration 2265 found worse value: 337.514632061. iteration 2266 found worse value: 337.514632061. iteration 2267 found worse value: 337.514632061. iteration 2268 found worse value: 337.514632061. iteration 2269 found worse value: 337.514632061. iteration 2270 found worse value: 337.514632061. iteration 2271 found worse value: 337.514632061. iteration 2272 found worse value: 337.514632061. iteration 2273 found worse value: 337.514632061. iteration 2274 found worse value: 337.514632061. iteration 2275 found worse value: 337.514632061. iteration 2276 found worse value: 337.514632061. iteration 2277 found worse value: 337.514632061. iteration 2278 found worse value: 337.514632061. iteration2278, perturbing to get out of local maxima iteration 2279 found worse value: 337.514632061. iteration2279, perturbing to get out of local maxima iteration 2280 found worse value: 337.514632061. iteration 2281 found worse value: 337.514632061. iteration 2282 found worse value: 337.514632061. iteration 2283 found worse value: 337.514632061. iteration 2284 found worse value: 337.514632061. iteration 2285 found worse value: 337.514632061. iteration 2286 found worse value: 337.514632061. iteration 2287 found worse value: 337.514632061. iteration 2288 found worse value: 337.514632061. iteration 2289 found worse value: 337.514632061. iteration 2290 found worse value: 337.514632061. iteration 2291 found worse value: 337.514632061. iteration 2292 found worse value: 337.514632061. iteration 2293 found worse value: 337.514632061. iteration 2294 found worse value: 337.514632061. iteration 2295 found worse value: 337.514632061. iteration 2296 found worse value: 337.514632061. iteration 2297 found worse value: 337.514632061. iteration 2298 found worse value: 337.514632061. iteration 2299 found worse value: 337.514632061. iteration 2300 found worse value: 337.514632061. iteration 2301 found worse value: 337.514632061. iteration 2302 found worse value: 337.514632061. iteration 2303 found worse value: 337.514632061. iteration 2304 found worse value: 337.514632061. iteration 2305 found worse value: 337.514632061. iteration 2306 found worse value: 337.514632061. iteration 2307 found worse value: 337.514632061. iteration 2308 found worse value: 337.514632061. iteration 2309 found worse value: 337.514632061. iteration 2310 found worse value: 337.514632061. iteration 2311 found worse value: 337.514632061. iteration 2312 found worse value: 337.514632061. iteration 2313 found worse value: 337.514632061. iteration 2314 found worse value: 337.514632061. iteration 2315 found worse value: 337.514632061. iteration 2316 found worse value: 337.514632061. iteration 2317 found worse value: 337.514632061. iteration 2318 found worse value: 337.514632061. iteration 2319 found worse value: 337.514632061. iteration 2320 found worse value: 337.514632061. iteration 2321 found worse value: 337.514632061. iteration 2322 found better value: 337.51607912099996 iteration 2323 found worse value: 337.51607912099996. iteration 2324 found worse value: 337.51607912099996. iteration 2325 found worse value: 337.51607912099996. iteration 2326 found worse value: 337.51607912099996. iteration 2327 found worse value: 337.51607912099996. iteration 2328 found worse value: 337.51607912099996. iteration 2329 found worse value: 337.51607912099996. iteration 2330 found worse value: 337.51607912099996. iteration 2331 found worse value: 337.51607912099996. iteration 2332 found worse value: 337.51607912099996. iteration 2333 found worse value: 337.51607912099996. iteration 2334 found worse value: 337.51607912099996. iteration 2335 found worse value: 337.51607912099996. iteration 2336 found worse value: 337.51607912099996. iteration 2337 found worse value: 337.51607912099996. iteration 2338 found worse value: 337.51607912099996. iteration 2339 found worse value: 337.51607912099996. iteration 2340 found worse value: 337.51607912099996. iteration 2341 found worse value: 337.51607912099996. iteration 2342 found worse value: 337.51607912099996. iteration 2343 found worse value: 337.51607912099996. iteration 2344 found worse value: 337.51607912099996. iteration 2345 found worse value: 337.51607912099996. iteration 2346 found worse value: 337.51607912099996. iteration 2347 found worse value: 337.51607912099996. iteration 2348 found worse value: 337.51607912099996. iteration 2349 found worse value: 337.51607912099996. iteration 2350 found worse value: 337.51607912099996. iteration 2351 found worse value: 337.51607912099996. iteration 2352 found worse value: 337.51607912099996. iteration 2353 found worse value: 337.51607912099996. iteration 2354 found worse value: 337.51607912099996. iteration 2355 found worse value: 337.51607912099996. iteration 2356 found worse value: 337.51607912099996. iteration 2357 found worse value: 337.51607912099996. iteration 2358 found worse value: 337.51607912099996. iteration 2359 found worse value: 337.51607912099996. iteration 2360 found worse value: 337.51607912099996. iteration 2361 found worse value: 337.51607912099996. iteration 2362 found worse value: 337.51607912099996. iteration 2363 found worse value: 337.51607912099996. iteration 2364 found worse value: 337.51607912099996. iteration 2365 found worse value: 337.51607912099996. iteration 2366 found worse value: 337.51607912099996. iteration 2367 found worse value: 337.51607912099996. iteration 2368 found worse value: 337.51607912099996. iteration 2369 found worse value: 337.51607912099996. iteration 2370 found worse value: 337.51607912099996. iteration 2371 found worse value: 337.51607912099996. iteration 2372 found worse value: 337.51607912099996. iteration 2373 found worse value: 337.51607912099996. iteration 2374 found better value: 337.517316474 iteration 2375 found worse value: 337.517316474. iteration 2376 found worse value: 337.517316474. iteration 2377 found worse value: 337.517316474. iteration 2378 found worse value: 337.517316474. iteration 2379 found worse value: 337.517316474. iteration 2380 found worse value: 337.517316474. iteration 2381 found worse value: 337.517316474. iteration 2382 found worse value: 337.517316474. iteration 2383 found worse value: 337.517316474. iteration 2384 found worse value: 337.517316474. iteration 2385 found worse value: 337.517316474. iteration 2386 found worse value: 337.517316474. iteration 2387 found worse value: 337.517316474. iteration 2388 found worse value: 337.517316474. iteration 2389 found worse value: 337.517316474. iteration 2390 found worse value: 337.517316474. iteration 2391 found worse value: 337.517316474. iteration 2392 found worse value: 337.517316474. iteration 2393 found worse value: 337.517316474. iteration 2394 found worse value: 337.517316474. iteration 2395 found worse value: 337.517316474. iteration 2396 found worse value: 337.517316474. iteration 2397 found worse value: 337.517316474. iteration 2398 found worse value: 337.517316474. iteration 2399 found worse value: 337.517316474. iteration 2400 found worse value: 337.517316474. iteration 2401 found worse value: 337.517316474. iteration 2402 found worse value: 337.517316474. iteration 2403 found better value: 337.51900897 iteration 2404 found worse value: 337.51900897. iteration 2405 found worse value: 337.51900897. iteration 2406 found worse value: 337.51900897. iteration 2407 found worse value: 337.51900897. iteration 2408 found worse value: 337.51900897. iteration 2409 found worse value: 337.51900897. iteration 2410 found worse value: 337.51900897. iteration 2411 found worse value: 337.51900897. iteration 2412 found worse value: 337.51900897. iteration 2413 found worse value: 337.51900897. iteration 2414 found worse value: 337.51900897. iteration 2415 found worse value: 337.51900897. iteration 2416 found worse value: 337.51900897. iteration 2417 found worse value: 337.51900897. iteration 2418 found worse value: 337.51900897. iteration 2419 found worse value: 337.51900897. iteration 2420 found worse value: 337.51900897. iteration 2421 found worse value: 337.51900897. iteration 2422 found worse value: 337.51900897. iteration 2423 found worse value: 337.51900897. iteration 2424 found worse value: 337.51900897. iteration 2425 found worse value: 337.51900897. iteration 2426 found worse value: 337.51900897. iteration 2427 found worse value: 337.51900897. iteration 2428 found worse value: 337.51900897. iteration 2429 found worse value: 337.51900897. iteration 2430 found worse value: 337.51900897. iteration 2431 found worse value: 337.51900897. iteration 2432 found worse value: 337.51900897. iteration 2433 found worse value: 337.51900897. iteration 2434 found worse value: 337.51900897. iteration 2435 found worse value: 337.51900897. iteration 2436 found worse value: 337.51900897. iteration 2437 found worse value: 337.51900897. iteration 2438 found worse value: 337.51900897. iteration 2439 found worse value: 337.51900897. iteration 2440 found worse value: 337.51900897. iteration 2441 found worse value: 337.51900897. iteration 2442 found worse value: 337.51900897. iteration 2443 found worse value: 337.51900897. iteration 2444 found worse value: 337.51900897. iteration 2445 found worse value: 337.51900897. iteration 2446 found worse value: 337.51900897. iteration 2447 found worse value: 337.51900897. iteration 2448 found worse value: 337.51900897. iteration 2449 found worse value: 337.51900897. iteration 2450 found worse value: 337.51900897. iteration 2451 found worse value: 337.51900897. iteration 2452 found worse value: 337.51900897. iteration 2453 found worse value: 337.51900897. iteration 2454 found worse value: 337.51900897. iteration 2455 found worse value: 337.51900897. iteration 2456 found better value: 337.52152923700004 iteration 2457 found worse value: 337.52152923700004. iteration 2458 found worse value: 337.52152923700004. iteration 2459 found worse value: 337.52152923700004. iteration 2460 found worse value: 337.52152923700004. iteration 2461 found worse value: 337.52152923700004. iteration 2462 found worse value: 337.52152923700004. iteration 2463 found worse value: 337.52152923700004. iteration 2464 found worse value: 337.52152923700004. iteration 2465 found worse value: 337.52152923700004. iteration 2466 found worse value: 337.52152923700004. iteration 2467 found worse value: 337.52152923700004. iteration 2468 found worse value: 337.52152923700004. iteration 2469 found worse value: 337.52152923700004. iteration 2470 found worse value: 337.52152923700004. iteration 2471 found worse value: 337.52152923700004. iteration 2472 found worse value: 337.52152923700004. iteration 2473 found worse value: 337.52152923700004. iteration 2474 found worse value: 337.52152923700004. iteration 2475 found better value: 337.523324796 iteration 2476 found better value: 337.528782156 iteration 2477 found worse value: 337.528782156. iteration 2478 found worse value: 337.528782156. iteration 2479 found worse value: 337.528782156. iteration 2480 found worse value: 337.528782156. iteration 2481 found worse value: 337.528782156. iteration 2482 found worse value: 337.528782156. iteration 2483 found worse value: 337.528782156. iteration 2484 found worse value: 337.528782156. iteration 2485 found worse value: 337.528782156. iteration 2486 found worse value: 337.528782156. iteration 2487 found worse value: 337.528782156. iteration 2488 found worse value: 337.528782156. iteration 2489 found worse value: 337.528782156. iteration 2490 found worse value: 337.528782156. iteration 2491 found worse value: 337.528782156. iteration 2492 found worse value: 337.528782156. iteration 2493 found worse value: 337.528782156. iteration 2494 found worse value: 337.528782156. iteration 2495 found worse value: 337.528782156. iteration 2496 found worse value: 337.528782156. iteration 2497 found worse value: 337.528782156. iteration 2498 found worse value: 337.528782156. iteration 2499 found worse value: 337.528782156. iteration 2500 found worse value: 337.528782156. iteration 2501 found worse value: 337.528782156. iteration 2502 found worse value: 337.528782156. iteration 2503 found worse value: 337.528782156. iteration 2504 found worse value: 337.528782156. iteration2504, perturbing to get out of local maxima iteration 2505 found worse value: 337.528782156. iteration 2506 found worse value: 337.528782156. iteration 2507 found worse value: 337.528782156. iteration 2508 found worse value: 337.528782156. iteration 2509 found worse value: 337.528782156. iteration 2510 found worse value: 337.528782156. iteration 2511 found worse value: 337.528782156. iteration 2512 found worse value: 337.528782156. iteration 2513 found worse value: 337.528782156. iteration 2514 found worse value: 337.528782156. iteration 2515 found worse value: 337.528782156. iteration 2516 found worse value: 337.528782156. iteration 2517 found worse value: 337.528782156. iteration 2518 found worse value: 337.528782156. iteration 2519 found worse value: 337.528782156. iteration 2520 found worse value: 337.528782156. iteration 2521 found worse value: 337.528782156. iteration 2522 found worse value: 337.528782156. iteration 2523 found worse value: 337.528782156. iteration 2524 found worse value: 337.528782156. iteration 2525 found worse value: 337.528782156. iteration 2526 found worse value: 337.528782156. iteration 2527 found worse value: 337.528782156. iteration 2528 found worse value: 337.528782156. iteration 2529 found worse value: 337.528782156. iteration 2530 found worse value: 337.528782156. iteration 2531 found worse value: 337.528782156. iteration 2532 found worse value: 337.528782156. iteration 2533 found worse value: 337.528782156. iteration 2534 found worse value: 337.528782156. iteration 2535 found worse value: 337.528782156. iteration 2536 found worse value: 337.528782156. iteration 2537 found worse value: 337.528782156. iteration 2538 found worse value: 337.528782156. iteration 2539 found worse value: 337.528782156. iteration 2540 found worse value: 337.528782156. iteration 2541 found worse value: 337.528782156. iteration 2542 found worse value: 337.528782156. iteration 2543 found worse value: 337.528782156. iteration 2544 found worse value: 337.528782156. iteration 2545 found worse value: 337.528782156. iteration 2546 found worse value: 337.528782156. iteration 2547 found worse value: 337.528782156. iteration 2548 found worse value: 337.528782156. iteration 2549 found worse value: 337.528782156. iteration 2550 found worse value: 337.528782156. iteration 2551 found worse value: 337.528782156. iteration 2552 found worse value: 337.528782156. iteration 2553 found worse value: 337.528782156. iteration 2554 found worse value: 337.528782156. iteration 2555 found worse value: 337.528782156. iteration 2556 found worse value: 337.528782156. iteration 2557 found worse value: 337.528782156. iteration 2558 found worse value: 337.528782156. iteration 2559 found worse value: 337.528782156. iteration 2560 found worse value: 337.528782156. iteration 2561 found worse value: 337.528782156. iteration 2562 found worse value: 337.528782156. iteration 2563 found worse value: 337.528782156. iteration 2564 found worse value: 337.528782156. iteration 2565 found worse value: 337.528782156. iteration 2566 found worse value: 337.528782156. iteration 2567 found worse value: 337.528782156. iteration 2568 found worse value: 337.528782156. iteration 2569 found worse value: 337.528782156. iteration 2570 found worse value: 337.528782156. iteration 2571 found worse value: 337.528782156. iteration 2572 found worse value: 337.528782156. iteration 2573 found worse value: 337.528782156. iteration 2574 found worse value: 337.528782156. iteration 2575 found worse value: 337.528782156. iteration 2576 found worse value: 337.528782156. iteration 2577 found worse value: 337.528782156. iteration 2578 found worse value: 337.528782156. iteration 2579 found worse value: 337.528782156. iteration 2580 found worse value: 337.528782156. iteration 2581 found worse value: 337.528782156. iteration 2582 found worse value: 337.528782156. iteration 2583 found worse value: 337.528782156. iteration 2584 found worse value: 337.528782156. iteration 2585 found worse value: 337.528782156. iteration 2586 found worse value: 337.528782156. iteration2586, perturbing to get out of local maxima iteration 2587 found worse value: 337.528782156. iteration 2588 found worse value: 337.528782156. iteration 2589 found worse value: 337.528782156. iteration 2590 found worse value: 337.528782156. iteration 2591 found worse value: 337.528782156. iteration 2592 found worse value: 337.528782156. iteration 2593 found worse value: 337.528782156. iteration 2594 found worse value: 337.528782156. iteration 2595 found worse value: 337.528782156. iteration 2596 found worse value: 337.528782156. iteration 2597 found worse value: 337.528782156. iteration 2598 found worse value: 337.528782156. iteration 2599 found worse value: 337.528782156. iteration 2600 found worse value: 337.528782156. iteration 2601 found worse value: 337.528782156. iteration 2602 found worse value: 337.528782156. iteration 2603 found worse value: 337.528782156. iteration 2604 found worse value: 337.528782156. iteration 2605 found worse value: 337.528782156. iteration 2606 found worse value: 337.528782156. iteration 2607 found worse value: 337.528782156. iteration 2608 found worse value: 337.528782156. iteration 2609 found worse value: 337.528782156. iteration 2610 found worse value: 337.528782156. iteration 2611 found worse value: 337.528782156. iteration 2612 found worse value: 337.528782156. iteration 2613 found worse value: 337.528782156. iteration 2614 found worse value: 337.528782156. iteration 2615 found worse value: 337.528782156. iteration 2616 found worse value: 337.528782156. iteration 2617 found worse value: 337.528782156. iteration 2618 found worse value: 337.528782156. iteration 2619 found worse value: 337.528782156. iteration 2620 found worse value: 337.528782156. iteration 2621 found worse value: 337.528782156. iteration 2622 found worse value: 337.528782156. iteration 2623 found worse value: 337.528782156. iteration 2624 found worse value: 337.528782156. iteration 2625 found worse value: 337.528782156. iteration 2626 found worse value: 337.528782156. iteration 2627 found worse value: 337.528782156. iteration 2628 found worse value: 337.528782156. iteration 2629 found worse value: 337.528782156. iteration 2630 found worse value: 337.528782156. iteration 2631 found worse value: 337.528782156. iteration 2632 found worse value: 337.528782156. iteration 2633 found worse value: 337.528782156. iteration 2634 found worse value: 337.528782156. iteration 2635 found worse value: 337.528782156. iteration 2636 found worse value: 337.528782156. iteration 2637 found worse value: 337.528782156. iteration 2638 found worse value: 337.528782156. iteration 2639 found worse value: 337.528782156. iteration 2640 found worse value: 337.528782156. iteration 2641 found worse value: 337.528782156. iteration 2642 found worse value: 337.528782156. iteration 2643 found worse value: 337.528782156. iteration 2644 found worse value: 337.528782156. iteration 2645 found worse value: 337.528782156. iteration 2646 found worse value: 337.528782156. iteration 2647 found worse value: 337.528782156. iteration 2648 found worse value: 337.528782156. iteration 2649 found worse value: 337.528782156. iteration 2650 found worse value: 337.528782156. iteration 2651 found worse value: 337.528782156. iteration 2652 found worse value: 337.528782156. iteration 2653 found worse value: 337.528782156. iteration 2654 found better value: 337.530787001 iteration 2655 found worse value: 337.530787001. iteration 2656 found worse value: 337.530787001. iteration 2657 found worse value: 337.530787001. iteration 2658 found worse value: 337.530787001. iteration 2659 found worse value: 337.530787001. iteration 2660 found worse value: 337.530787001. iteration 2661 found worse value: 337.530787001. iteration 2662 found worse value: 337.530787001. iteration 2663 found worse value: 337.530787001. iteration 2664 found worse value: 337.530787001. iteration 2665 found worse value: 337.530787001. iteration 2666 found worse value: 337.530787001. iteration 2667 found worse value: 337.530787001. iteration 2668 found worse value: 337.530787001. iteration 2669 found worse value: 337.530787001. iteration 2670 found worse value: 337.530787001. iteration 2671 found worse value: 337.530787001. iteration 2672 found worse value: 337.530787001. iteration 2673 found worse value: 337.530787001. iteration 2674 found worse value: 337.530787001. iteration 2675 found worse value: 337.530787001. iteration 2676 found worse value: 337.530787001. iteration 2677 found worse value: 337.530787001. iteration 2678 found worse value: 337.530787001. iteration 2679 found worse value: 337.530787001. iteration 2680 found worse value: 337.530787001. iteration 2681 found worse value: 337.530787001. iteration 2682 found worse value: 337.530787001. iteration 2683 found worse value: 337.530787001. iteration 2684 found worse value: 337.530787001. iteration 2685 found worse value: 337.530787001. iteration 2686 found worse value: 337.530787001. iteration 2687 found worse value: 337.530787001. iteration 2688 found worse value: 337.530787001. iteration 2689 found worse value: 337.530787001. iteration 2690 found worse value: 337.530787001. iteration 2691 found worse value: 337.530787001. iteration 2692 found worse value: 337.530787001. iteration 2693 found worse value: 337.530787001. iteration 2694 found worse value: 337.530787001. iteration 2695 found worse value: 337.530787001. iteration 2696 found worse value: 337.530787001. iteration 2697 found worse value: 337.530787001. iteration 2698 found worse value: 337.530787001. iteration 2699 found worse value: 337.530787001. iteration 2700 found worse value: 337.530787001. iteration 2701 found worse value: 337.530787001. iteration 2702 found worse value: 337.530787001. iteration 2703 found worse value: 337.530787001. iteration 2704 found worse value: 337.530787001. iteration 2705 found worse value: 337.530787001. iteration 2706 found worse value: 337.530787001. iteration 2707 found worse value: 337.530787001. iteration 2708 found worse value: 337.530787001. iteration 2709 found worse value: 337.530787001. iteration 2710 found worse value: 337.530787001. iteration 2711 found worse value: 337.530787001. iteration 2712 found worse value: 337.530787001. iteration 2713 found worse value: 337.530787001. iteration 2714 found worse value: 337.530787001. iteration 2715 found worse value: 337.530787001. iteration 2716 found worse value: 337.530787001. iteration 2717 found worse value: 337.530787001. iteration 2718 found worse value: 337.530787001. iteration 2719 found worse value: 337.530787001. iteration 2720 found worse value: 337.530787001. iteration 2721 found worse value: 337.530787001. iteration 2722 found worse value: 337.530787001. iteration 2723 found worse value: 337.530787001. iteration 2724 found worse value: 337.530787001. iteration 2725 found worse value: 337.530787001. iteration 2726 found worse value: 337.530787001. iteration 2727 found worse value: 337.530787001. iteration 2728 found worse value: 337.530787001. iteration 2729 found worse value: 337.530787001. iteration 2730 found worse value: 337.530787001. iteration 2731 found worse value: 337.530787001. iteration 2732 found worse value: 337.530787001. iteration 2733 found worse value: 337.530787001. iteration 2734 found worse value: 337.530787001. iteration 2735 found worse value: 337.530787001. iteration 2736 found worse value: 337.530787001. iteration 2737 found worse value: 337.530787001. iteration 2738 found worse value: 337.530787001. iteration 2739 found worse value: 337.530787001. iteration 2740 found worse value: 337.530787001. iteration 2741 found worse value: 337.530787001. iteration 2742 found worse value: 337.530787001. iteration 2743 found worse value: 337.530787001. iteration 2744 found worse value: 337.530787001. iteration 2745 found worse value: 337.530787001. iteration 2746 found worse value: 337.530787001. iteration 2747 found worse value: 337.530787001. iteration 2748 found worse value: 337.530787001. iteration 2749 found worse value: 337.530787001. iteration 2750 found worse value: 337.530787001. iteration 2751 found worse value: 337.530787001. iteration 2752 found worse value: 337.530787001. iteration 2753 found worse value: 337.530787001. iteration 2754 found worse value: 337.530787001. iteration 2755 found worse value: 337.530787001. iteration 2756 found worse value: 337.530787001. iteration 2757 found worse value: 337.530787001. iteration 2758 found worse value: 337.530787001. iteration 2759 found worse value: 337.530787001. iteration 2760 found worse value: 337.530787001. iteration 2761 found worse value: 337.530787001. iteration 2762 found worse value: 337.530787001. iteration 2763 found worse value: 337.530787001. iteration 2764 found worse value: 337.530787001. iteration 2765 found worse value: 337.530787001. iteration 2766 found worse value: 337.530787001. iteration 2767 found worse value: 337.530787001. iteration 2768 found worse value: 337.530787001. iteration 2769 found worse value: 337.530787001. iteration 2770 found worse value: 337.530787001. iteration 2771 found worse value: 337.530787001. iteration 2772 found worse value: 337.530787001. iteration 2773 found worse value: 337.530787001. iteration 2774 found worse value: 337.530787001. iteration 2775 found worse value: 337.530787001. iteration 2776 found worse value: 337.530787001. iteration 2777 found worse value: 337.530787001. iteration 2778 found worse value: 337.530787001. iteration 2779 found worse value: 337.530787001. iteration 2780 found worse value: 337.530787001. iteration 2781 found worse value: 337.530787001. iteration 2782 found worse value: 337.530787001. iteration 2783 found worse value: 337.530787001. iteration 2784 found worse value: 337.530787001. iteration 2785 found worse value: 337.530787001. iteration 2786 found worse value: 337.530787001. iteration 2787 found worse value: 337.530787001. iteration 2788 found worse value: 337.530787001. iteration 2789 found worse value: 337.530787001. iteration 2790 found worse value: 337.530787001. iteration 2791 found worse value: 337.530787001. iteration 2792 found worse value: 337.530787001. iteration 2793 found worse value: 337.530787001. iteration 2794 found worse value: 337.530787001. iteration 2795 found worse value: 337.530787001. iteration 2796 found worse value: 337.530787001. iteration 2797 found worse value: 337.530787001. iteration 2798 found worse value: 337.530787001. iteration 2799 found worse value: 337.530787001. iteration 2800 found worse value: 337.530787001. iteration 2801 found worse value: 337.530787001. iteration 2802 found worse value: 337.530787001. iteration 2803 found worse value: 337.530787001. iteration 2804 found worse value: 337.530787001. iteration 2805 found worse value: 337.530787001. iteration 2806 found worse value: 337.530787001. iteration 2807 found worse value: 337.530787001. iteration 2808 found worse value: 337.530787001. iteration 2809 found worse value: 337.530787001. iteration 2810 found worse value: 337.530787001. iteration 2811 found worse value: 337.530787001. iteration 2812 found worse value: 337.530787001. iteration 2813 found worse value: 337.530787001. iteration 2814 found worse value: 337.530787001. iteration 2815 found worse value: 337.530787001. iteration 2816 found worse value: 337.530787001. iteration 2817 found worse value: 337.530787001. iteration 2818 found worse value: 337.530787001. iteration 2819 found worse value: 337.530787001. iteration 2820 found worse value: 337.530787001. iteration 2821 found worse value: 337.530787001. iteration 2822 found worse value: 337.530787001. iteration 2823 found worse value: 337.530787001. iteration 2824 found worse value: 337.530787001. iteration 2825 found worse value: 337.530787001. iteration 2826 found worse value: 337.530787001. iteration 2827 found worse value: 337.530787001. iteration 2828 found worse value: 337.530787001. iteration 2829 found worse value: 337.530787001. iteration 2830 found worse value: 337.530787001. iteration 2831 found worse value: 337.530787001. iteration 2832 found worse value: 337.530787001. iteration 2833 found worse value: 337.530787001. iteration 2834 found worse value: 337.530787001. iteration 2835 found worse value: 337.530787001. iteration 2836 found worse value: 337.530787001. iteration 2837 found worse value: 337.530787001. iteration 2838 found worse value: 337.530787001. iteration 2839 found worse value: 337.530787001. iteration 2840 found worse value: 337.530787001. iteration 2841 found worse value: 337.530787001. iteration 2842 found worse value: 337.530787001. iteration 2843 found worse value: 337.530787001. iteration 2844 found worse value: 337.530787001. iteration 2845 found worse value: 337.530787001. iteration 2846 found worse value: 337.530787001. iteration 2847 found worse value: 337.530787001. iteration 2848 found worse value: 337.530787001. iteration 2849 found worse value: 337.530787001. iteration 2850 found worse value: 337.530787001. iteration 2851 found worse value: 337.530787001. iteration 2852 found worse value: 337.530787001. iteration 2853 found worse value: 337.530787001. iteration 2854 found worse value: 337.530787001. iteration 2855 found worse value: 337.530787001. iteration 2856 found worse value: 337.530787001. iteration 2857 found worse value: 337.530787001. iteration 2858 found worse value: 337.530787001. iteration 2859 found worse value: 337.530787001. iteration 2860 found worse value: 337.530787001. iteration 2861 found worse value: 337.530787001. iteration 2862 found worse value: 337.530787001. iteration 2863 found worse value: 337.530787001. iteration2863, perturbing to get out of local maxima iteration 2864 found worse value: 337.530787001. iteration 2865 found worse value: 337.530787001. iteration 2866 found worse value: 337.530787001. iteration 2867 found worse value: 337.530787001. iteration 2868 found worse value: 337.530787001. iteration 2869 found worse value: 337.530787001. iteration 2870 found worse value: 337.530787001. iteration 2871 found worse value: 337.530787001. iteration 2872 found worse value: 337.530787001. iteration 2873 found worse value: 337.530787001. iteration 2874 found worse value: 337.530787001. iteration 2875 found worse value: 337.530787001. iteration 2876 found worse value: 337.530787001. iteration 2877 found worse value: 337.530787001. iteration 2878 found worse value: 337.530787001. iteration 2879 found worse value: 337.530787001. iteration 2880 found worse value: 337.530787001. iteration 2881 found worse value: 337.530787001. iteration 2882 found worse value: 337.530787001. iteration 2883 found worse value: 337.530787001. iteration 2884 found worse value: 337.530787001. iteration 2885 found worse value: 337.530787001. iteration 2886 found worse value: 337.530787001. iteration 2887 found worse value: 337.530787001. iteration 2888 found worse value: 337.530787001. iteration 2889 found worse value: 337.530787001. iteration 2890 found worse value: 337.530787001. iteration 2891 found worse value: 337.530787001. iteration 2892 found worse value: 337.530787001. iteration 2893 found worse value: 337.530787001. iteration 2894 found worse value: 337.530787001. iteration 2895 found worse value: 337.530787001. iteration 2896 found worse value: 337.530787001. iteration 2897 found worse value: 337.530787001. iteration 2898 found worse value: 337.530787001. iteration 2899 found worse value: 337.530787001. iteration 2900 found worse value: 337.530787001. iteration 2901 found worse value: 337.530787001. iteration 2902 found worse value: 337.530787001. iteration 2903 found worse value: 337.530787001. iteration 2904 found worse value: 337.530787001. iteration 2905 found worse value: 337.530787001. iteration 2906 found worse value: 337.530787001. iteration 2907 found worse value: 337.530787001. iteration 2908 found worse value: 337.530787001. iteration 2909 found worse value: 337.530787001. iteration 2910 found worse value: 337.530787001. iteration 2911 found worse value: 337.530787001. iteration 2912 found worse value: 337.530787001. iteration 2913 found worse value: 337.530787001. iteration 2914 found worse value: 337.530787001. iteration 2915 found worse value: 337.530787001. iteration 2916 found worse value: 337.530787001. iteration 2917 found worse value: 337.530787001. iteration 2918 found worse value: 337.530787001. iteration 2919 found worse value: 337.530787001. iteration 2920 found worse value: 337.530787001. iteration 2921 found worse value: 337.530787001. iteration 2922 found worse value: 337.530787001. iteration 2923 found worse value: 337.530787001. iteration 2924 found worse value: 337.530787001. iteration 2925 found worse value: 337.530787001. iteration 2926 found worse value: 337.530787001. iteration 2927 found worse value: 337.530787001. iteration 2928 found worse value: 337.530787001. iteration 2929 found worse value: 337.530787001. iteration 2930 found worse value: 337.530787001. iteration 2931 found worse value: 337.530787001. iteration 2932 found worse value: 337.530787001. iteration 2933 found worse value: 337.530787001. iteration 2934 found worse value: 337.530787001. iteration 2935 found worse value: 337.530787001. iteration 2936 found worse value: 337.530787001. iteration 2937 found worse value: 337.530787001. iteration 2938 found worse value: 337.530787001. iteration 2939 found worse value: 337.530787001. iteration 2940 found worse value: 337.530787001. iteration 2941 found worse value: 337.530787001. iteration 2942 found worse value: 337.530787001. iteration 2943 found worse value: 337.530787001. iteration 2944 found worse value: 337.530787001. iteration 2945 found worse value: 337.530787001. iteration 2946 found worse value: 337.530787001. iteration 2947 found worse value: 337.530787001. iteration 2948 found worse value: 337.530787001. iteration 2949 found worse value: 337.530787001. iteration 2950 found worse value: 337.530787001. iteration 2951 found worse value: 337.530787001. iteration 2952 found worse value: 337.530787001. iteration 2953 found worse value: 337.530787001. iteration 2954 found worse value: 337.530787001. iteration 2955 found worse value: 337.530787001. iteration 2956 found worse value: 337.530787001. iteration 2957 found worse value: 337.530787001. iteration 2958 found worse value: 337.530787001. iteration 2959 found worse value: 337.530787001. iteration 2960 found worse value: 337.530787001. iteration 2961 found worse value: 337.530787001. iteration 2962 found worse value: 337.530787001. iteration 2963 found worse value: 337.530787001. iteration 2964 found worse value: 337.530787001. iteration 2965 found worse value: 337.530787001. iteration 2966 found worse value: 337.530787001. iteration 2967 found worse value: 337.530787001. iteration 2968 found worse value: 337.530787001. iteration 2969 found worse value: 337.530787001. iteration 2970 found worse value: 337.530787001. iteration 2971 found worse value: 337.530787001. iteration 2972 found better value: 337.532860521 iteration 2973 found worse value: 337.532860521. iteration 2974 found worse value: 337.532860521. iteration 2975 found worse value: 337.532860521. iteration 2976 found worse value: 337.532860521. iteration 2977 found worse value: 337.532860521. iteration 2978 found worse value: 337.532860521. iteration 2979 found worse value: 337.532860521. iteration 2980 found worse value: 337.532860521. iteration 2981 found worse value: 337.532860521. iteration 2982 found worse value: 337.532860521. iteration 2983 found worse value: 337.532860521. iteration 2984 found worse value: 337.532860521. iteration 2985 found worse value: 337.532860521. iteration 2986 found worse value: 337.532860521. iteration 2987 found worse value: 337.532860521. iteration 2988 found worse value: 337.532860521. iteration 2989 found worse value: 337.532860521. iteration 2990 found worse value: 337.532860521. iteration 2991 found worse value: 337.532860521. iteration 2992 found worse value: 337.532860521. iteration 2993 found worse value: 337.532860521. iteration 2994 found worse value: 337.532860521. iteration 2995 found worse value: 337.532860521. iteration 2996 found worse value: 337.532860521. iteration 2997 found worse value: 337.532860521. iteration 2998 found worse value: 337.532860521. iteration 2999 found worse value: 337.532860521. iteration 3000 found worse value: 337.532860521. iteration 3001 found worse value: 337.532860521. iteration 3002 found worse value: 337.532860521. iteration 3003 found worse value: 337.532860521. iteration3003, perturbing to get out of local maxima iteration 3004 found worse value: 337.532860521. iteration 3005 found worse value: 337.532860521. iteration 3006 found worse value: 337.532860521. iteration 3007 found worse value: 337.532860521. iteration 3008 found worse value: 337.532860521. iteration 3009 found worse value: 337.532860521. iteration 3010 found worse value: 337.532860521. iteration 3011 found worse value: 337.532860521. iteration 3012 found worse value: 337.532860521. iteration 3013 found worse value: 337.532860521. iteration 3014 found worse value: 337.532860521. iteration 3015 found worse value: 337.532860521. iteration 3016 found worse value: 337.532860521. iteration 3017 found worse value: 337.532860521. iteration 3018 found worse value: 337.532860521. iteration 3019 found worse value: 337.532860521. iteration 3020 found worse value: 337.532860521. iteration 3021 found worse value: 337.532860521. iteration 3022 found worse value: 337.532860521. iteration 3023 found worse value: 337.532860521. iteration 3024 found worse value: 337.532860521. iteration 3025 found worse value: 337.532860521. iteration 3026 found worse value: 337.532860521. iteration 3027 found worse value: 337.532860521. iteration 3028 found worse value: 337.532860521. iteration 3029 found worse value: 337.532860521. iteration 3030 found worse value: 337.532860521. iteration 3031 found worse value: 337.532860521. iteration 3032 found worse value: 337.532860521. iteration 3033 found worse value: 337.532860521. iteration 3034 found worse value: 337.532860521. iteration 3035 found worse value: 337.532860521. iteration 3036 found worse value: 337.532860521. iteration 3037 found worse value: 337.532860521. iteration 3038 found worse value: 337.532860521. iteration 3039 found worse value: 337.532860521. iteration 3040 found worse value: 337.532860521. iteration 3041 found worse value: 337.532860521. iteration 3042 found worse value: 337.532860521. iteration 3043 found worse value: 337.532860521. iteration 3044 found worse value: 337.532860521. iteration 3045 found worse value: 337.532860521. iteration 3046 found worse value: 337.532860521. iteration 3047 found worse value: 337.532860521. iteration 3048 found worse value: 337.532860521. iteration 3049 found worse value: 337.532860521. iteration 3050 found worse value: 337.532860521. iteration 3051 found worse value: 337.532860521. iteration 3052 found worse value: 337.532860521. iteration 3053 found worse value: 337.532860521. iteration 3054 found worse value: 337.532860521. iteration 3055 found worse value: 337.532860521. iteration 3056 found worse value: 337.532860521. iteration 3057 found worse value: 337.532860521. iteration 3058 found worse value: 337.532860521. iteration 3059 found worse value: 337.532860521. iteration 3060 found worse value: 337.532860521. iteration 3061 found worse value: 337.532860521. iteration 3062 found worse value: 337.532860521. iteration 3063 found worse value: 337.532860521. iteration 3064 found worse value: 337.532860521. iteration 3065 found worse value: 337.532860521. iteration 3066 found worse value: 337.532860521. iteration 3067 found worse value: 337.532860521. iteration3067, perturbing to get out of local maxima iteration 3068 found worse value: 337.532860521. iteration 3069 found worse value: 337.532860521. iteration3069, perturbing to get out of local maxima iteration 3070 found worse value: 337.532860521. iteration 3071 found worse value: 337.532860521. iteration 3072 found worse value: 337.532860521. iteration 3073 found worse value: 337.532860521. iteration 3074 found worse value: 337.532860521. iteration 3075 found worse value: 337.532860521. iteration 3076 found worse value: 337.532860521. iteration 3077 found worse value: 337.532860521. iteration 3078 found worse value: 337.532860521. iteration 3079 found worse value: 337.532860521. iteration 3080 found worse value: 337.532860521. iteration 3081 found worse value: 337.532860521. iteration 3082 found worse value: 337.532860521. iteration 3083 found worse value: 337.532860521. iteration 3084 found worse value: 337.532860521. iteration 3085 found worse value: 337.532860521. iteration 3086 found worse value: 337.532860521. iteration 3087 found worse value: 337.532860521. iteration 3088 found worse value: 337.532860521. iteration 3089 found worse value: 337.532860521. iteration 3090 found worse value: 337.532860521. iteration 3091 found worse value: 337.532860521. iteration 3092 found worse value: 337.532860521. iteration 3093 found worse value: 337.532860521. iteration 3094 found worse value: 337.532860521. iteration 3095 found worse value: 337.532860521. iteration3095, perturbing to get out of local maxima iteration 3096 found worse value: 337.532860521. iteration 3097 found worse value: 337.532860521. iteration 3098 found worse value: 337.532860521. iteration 3099 found worse value: 337.532860521. iteration 3100 found worse value: 337.532860521. iteration 3101 found worse value: 337.532860521. iteration 3102 found worse value: 337.532860521. iteration 3103 found worse value: 337.532860521. iteration 3104 found worse value: 337.532860521. iteration 3105 found worse value: 337.532860521. iteration 3106 found worse value: 337.532860521. iteration 3107 found worse value: 337.532860521. iteration 3108 found worse value: 337.532860521. iteration 3109 found worse value: 337.532860521. iteration 3110 found worse value: 337.532860521. iteration 3111 found worse value: 337.532860521. iteration 3112 found worse value: 337.532860521. iteration 3113 found worse value: 337.532860521. iteration 3114 found worse value: 337.532860521. iteration 3115 found worse value: 337.532860521. iteration 3116 found worse value: 337.532860521. iteration 3117 found worse value: 337.532860521. iteration 3118 found worse value: 337.532860521. iteration 3119 found worse value: 337.532860521. iteration 3120 found worse value: 337.532860521. iteration 3121 found worse value: 337.532860521. iteration 3122 found worse value: 337.532860521. iteration 3123 found worse value: 337.532860521. iteration 3124 found worse value: 337.532860521. iteration 3125 found worse value: 337.532860521. iteration 3126 found worse value: 337.532860521. iteration 3127 found worse value: 337.532860521. iteration 3128 found worse value: 337.532860521. iteration 3129 found worse value: 337.532860521. iteration 3130 found worse value: 337.532860521. iteration 3131 found worse value: 337.532860521. iteration 3132 found worse value: 337.532860521. iteration 3133 found worse value: 337.532860521. iteration 3134 found worse value: 337.532860521. iteration 3135 found worse value: 337.532860521. iteration 3136 found worse value: 337.532860521. iteration 3137 found worse value: 337.532860521. iteration 3138 found worse value: 337.532860521. iteration 3139 found worse value: 337.532860521. iteration 3140 found worse value: 337.532860521. iteration 3141 found worse value: 337.532860521. iteration 3142 found worse value: 337.532860521. iteration 3143 found worse value: 337.532860521. iteration 3144 found worse value: 337.532860521. iteration 3145 found worse value: 337.532860521. iteration 3146 found worse value: 337.532860521. iteration 3147 found worse value: 337.532860521. iteration 3148 found worse value: 337.532860521. iteration 3149 found worse value: 337.532860521. iteration 3150 found worse value: 337.532860521. iteration 3151 found worse value: 337.532860521. iteration 3152 found worse value: 337.532860521. iteration 3153 found worse value: 337.532860521. iteration 3154 found worse value: 337.532860521. iteration 3155 found worse value: 337.532860521. iteration 3156 found worse value: 337.532860521. iteration 3157 found worse value: 337.532860521. iteration 3158 found worse value: 337.532860521. iteration 3159 found worse value: 337.532860521. iteration 3160 found worse value: 337.532860521. iteration 3161 found worse value: 337.532860521. iteration 3162 found worse value: 337.532860521. iteration 3163 found worse value: 337.532860521. iteration 3164 found worse value: 337.532860521. iteration 3165 found worse value: 337.532860521. iteration 3166 found worse value: 337.532860521. iteration 3167 found worse value: 337.532860521. iteration 3168 found worse value: 337.532860521. iteration 3169 found worse value: 337.532860521. iteration 3170 found worse value: 337.532860521. iteration 3171 found worse value: 337.532860521. iteration 3172 found worse value: 337.532860521. iteration 3173 found worse value: 337.532860521. iteration 3174 found worse value: 337.532860521. iteration 3175 found worse value: 337.532860521. iteration 3176 found worse value: 337.532860521. iteration 3177 found worse value: 337.532860521. iteration 3178 found worse value: 337.532860521. iteration 3179 found worse value: 337.532860521. iteration 3180 found worse value: 337.532860521. iteration 3181 found worse value: 337.532860521. iteration 3182 found worse value: 337.532860521. iteration 3183 found worse value: 337.532860521. iteration 3184 found worse value: 337.532860521. iteration 3185 found worse value: 337.532860521. iteration 3186 found worse value: 337.532860521. iteration 3187 found worse value: 337.532860521. iteration 3188 found worse value: 337.532860521. iteration 3189 found worse value: 337.532860521. iteration 3190 found worse value: 337.532860521. iteration 3191 found worse value: 337.532860521. iteration 3192 found worse value: 337.532860521. iteration 3193 found worse value: 337.532860521. iteration 3194 found worse value: 337.532860521. iteration 3195 found worse value: 337.532860521. iteration 3196 found worse value: 337.532860521. iteration 3197 found worse value: 337.532860521. iteration 3198 found worse value: 337.532860521. iteration 3199 found worse value: 337.532860521. iteration 3200 found worse value: 337.532860521. iteration 3201 found worse value: 337.532860521. iteration 3202 found worse value: 337.532860521. iteration 3203 found worse value: 337.532860521. iteration 3204 found worse value: 337.532860521. iteration 3205 found worse value: 337.532860521. iteration 3206 found worse value: 337.532860521. iteration 3207 found worse value: 337.532860521. iteration 3208 found worse value: 337.532860521. iteration 3209 found worse value: 337.532860521. iteration 3210 found worse value: 337.532860521. iteration 3211 found worse value: 337.532860521. iteration 3212 found worse value: 337.532860521. iteration 3213 found worse value: 337.532860521. iteration 3214 found worse value: 337.532860521. iteration 3215 found worse value: 337.532860521. iteration 3216 found worse value: 337.532860521. iteration 3217 found worse value: 337.532860521. iteration 3218 found worse value: 337.532860521. iteration 3219 found worse value: 337.532860521. iteration 3220 found worse value: 337.532860521. iteration 3221 found worse value: 337.532860521. iteration 3222 found worse value: 337.532860521. iteration 3223 found worse value: 337.532860521. iteration 3224 found worse value: 337.532860521. iteration3224, perturbing to get out of local maxima iteration 3225 found worse value: 337.532860521. iteration 3226 found worse value: 337.532860521. iteration 3227 found worse value: 337.532860521. iteration 3228 found worse value: 337.532860521. iteration3228, perturbing to get out of local maxima iteration 3229 found worse value: 337.532860521. iteration 3230 found worse value: 337.532860521. iteration 3231 found worse value: 337.532860521. iteration 3232 found worse value: 337.532860521. iteration 3233 found worse value: 337.532860521. iteration 3234 found worse value: 337.532860521. iteration 3235 found worse value: 337.532860521. iteration 3236 found worse value: 337.532860521. iteration 3237 found worse value: 337.532860521. iteration 3238 found worse value: 337.532860521. iteration 3239 found worse value: 337.532860521. iteration 3240 found worse value: 337.532860521. iteration 3241 found worse value: 337.532860521. iteration 3242 found worse value: 337.532860521. iteration 3243 found worse value: 337.532860521. iteration 3244 found worse value: 337.532860521. iteration 3245 found worse value: 337.532860521. iteration 3246 found worse value: 337.532860521. iteration 3247 found worse value: 337.532860521. iteration 3248 found worse value: 337.532860521. iteration 3249 found worse value: 337.532860521. iteration 3250 found worse value: 337.532860521. iteration 3251 found worse value: 337.532860521. iteration 3252 found worse value: 337.532860521. iteration 3253 found worse value: 337.532860521. iteration 3254 found worse value: 337.532860521. iteration 3255 found worse value: 337.532860521. iteration 3256 found worse value: 337.532860521. iteration3256, perturbing to get out of local maxima iteration 3257 found worse value: 337.532860521. iteration 3258 found worse value: 337.532860521. iteration 3259 found worse value: 337.532860521. iteration 3260 found worse value: 337.532860521. iteration 3261 found worse value: 337.532860521. iteration 3262 found worse value: 337.532860521. iteration 3263 found worse value: 337.532860521. iteration 3264 found worse value: 337.532860521. iteration 3265 found worse value: 337.532860521. iteration 3266 found worse value: 337.532860521. iteration 3267 found worse value: 337.532860521. iteration 3268 found worse value: 337.532860521. iteration 3269 found worse value: 337.532860521. iteration 3270 found worse value: 337.532860521. iteration 3271 found worse value: 337.532860521. iteration 3272 found worse value: 337.532860521. iteration 3273 found worse value: 337.532860521. iteration 3274 found worse value: 337.532860521. iteration 3275 found worse value: 337.532860521. iteration 3276 found worse value: 337.532860521. iteration 3277 found worse value: 337.532860521. iteration 3278 found worse value: 337.532860521. iteration 3279 found worse value: 337.532860521. iteration 3280 found worse value: 337.532860521. iteration 3281 found worse value: 337.532860521. iteration 3282 found worse value: 337.532860521. iteration 3283 found worse value: 337.532860521. iteration 3284 found worse value: 337.532860521. iteration 3285 found worse value: 337.532860521. iteration 3286 found worse value: 337.532860521. iteration 3287 found worse value: 337.532860521. iteration 3288 found worse value: 337.532860521. iteration 3289 found worse value: 337.532860521. iteration 3290 found worse value: 337.532860521. iteration 3291 found worse value: 337.532860521. iteration 3292 found worse value: 337.532860521. iteration 3293 found worse value: 337.532860521. iteration 3294 found worse value: 337.532860521. iteration3294, perturbing to get out of local maxima iteration 3295 found worse value: 337.532860521. iteration 3296 found worse value: 337.532860521. iteration 3297 found worse value: 337.532860521. iteration 3298 found worse value: 337.532860521. iteration 3299 found worse value: 337.532860521. iteration 3300 found worse value: 337.532860521. iteration 3301 found worse value: 337.532860521. iteration 3302 found worse value: 337.532860521. iteration 3303 found worse value: 337.532860521. iteration 3304 found worse value: 337.532860521. iteration 3305 found worse value: 337.532860521. iteration 3306 found worse value: 337.532860521. iteration 3307 found worse value: 337.532860521. iteration 3308 found worse value: 337.532860521. iteration 3309 found worse value: 337.532860521. iteration 3310 found worse value: 337.532860521. iteration 3311 found worse value: 337.532860521. iteration 3312 found worse value: 337.532860521. iteration 3313 found worse value: 337.532860521. iteration 3314 found worse value: 337.532860521. iteration 3315 found worse value: 337.532860521. iteration 3316 found worse value: 337.532860521. iteration 3317 found worse value: 337.532860521. iteration 3318 found worse value: 337.532860521. iteration 3319 found worse value: 337.532860521. iteration 3320 found worse value: 337.532860521. iteration 3321 found worse value: 337.532860521. iteration 3322 found worse value: 337.532860521. iteration 3323 found worse value: 337.532860521. iteration 3324 found worse value: 337.532860521. iteration 3325 found worse value: 337.532860521. iteration 3326 found worse value: 337.532860521. iteration 3327 found worse value: 337.532860521. iteration 3328 found worse value: 337.532860521. iteration 3329 found worse value: 337.532860521. iteration 3330 found worse value: 337.532860521. iteration 3331 found worse value: 337.532860521. iteration 3332 found worse value: 337.532860521. iteration 3333 found worse value: 337.532860521. iteration 3334 found worse value: 337.532860521. iteration 3335 found worse value: 337.532860521. iteration 3336 found worse value: 337.532860521. iteration 3337 found worse value: 337.532860521. iteration 3338 found worse value: 337.532860521. iteration 3339 found worse value: 337.532860521. iteration 3340 found worse value: 337.532860521. iteration3340, perturbing to get out of local maxima iteration 3341 found worse value: 337.532860521. iteration 3342 found worse value: 337.532860521. iteration3342, perturbing to get out of local maxima iteration 3343 found worse value: 337.532860521. iteration 3344 found worse value: 337.532860521. iteration 3345 found worse value: 337.532860521. iteration 3346 found worse value: 337.532860521. iteration 3347 found worse value: 337.532860521. iteration 3348 found worse value: 337.532860521. iteration 3349 found worse value: 337.532860521. iteration 3350 found worse value: 337.532860521. iteration 3351 found worse value: 337.532860521. iteration 3352 found worse value: 337.532860521. iteration 3353 found worse value: 337.532860521. iteration 3354 found worse value: 337.532860521. iteration 3355 found worse value: 337.532860521. iteration 3356 found worse value: 337.532860521. iteration 3357 found worse value: 337.532860521. iteration 3358 found worse value: 337.532860521. iteration 3359 found worse value: 337.532860521. iteration 3360 found worse value: 337.532860521. iteration 3361 found worse value: 337.532860521. iteration 3362 found worse value: 337.532860521. iteration 3363 found worse value: 337.532860521. iteration 3364 found worse value: 337.532860521. iteration 3365 found worse value: 337.532860521. iteration 3366 found worse value: 337.532860521. iteration 3367 found worse value: 337.532860521. iteration 3368 found worse value: 337.532860521. iteration 3369 found worse value: 337.532860521. iteration 3370 found worse value: 337.532860521. iteration 3371 found worse value: 337.532860521. iteration 3372 found worse value: 337.532860521. iteration 3373 found worse value: 337.532860521. iteration 3374 found worse value: 337.532860521. iteration 3375 found worse value: 337.532860521. iteration 3376 found worse value: 337.532860521. iteration 3377 found worse value: 337.532860521. iteration 3378 found worse value: 337.532860521. iteration 3379 found worse value: 337.532860521. iteration 3380 found worse value: 337.532860521. iteration 3381 found worse value: 337.532860521. iteration 3382 found worse value: 337.532860521. iteration 3383 found worse value: 337.532860521. iteration 3384 found worse value: 337.532860521. iteration 3385 found worse value: 337.532860521. iteration 3386 found worse value: 337.532860521. iteration 3387 found worse value: 337.532860521. iteration 3388 found worse value: 337.532860521. iteration 3389 found worse value: 337.532860521. iteration 3390 found worse value: 337.532860521. iteration 3391 found worse value: 337.532860521. iteration 3392 found worse value: 337.532860521. iteration 3393 found worse value: 337.532860521. iteration 3394 found worse value: 337.532860521. iteration 3395 found worse value: 337.532860521. iteration 3396 found worse value: 337.532860521. iteration 3397 found worse value: 337.532860521. iteration 3398 found worse value: 337.532860521. iteration 3399 found worse value: 337.532860521. iteration 3400 found worse value: 337.532860521. iteration 3401 found worse value: 337.532860521. iteration 3402 found worse value: 337.532860521. iteration 3403 found worse value: 337.532860521. iteration 3404 found worse value: 337.532860521. iteration 3405 found worse value: 337.532860521. iteration 3406 found worse value: 337.532860521. iteration 3407 found worse value: 337.532860521. iteration 3408 found worse value: 337.532860521. iteration 3409 found worse value: 337.532860521. iteration 3410 found worse value: 337.532860521. iteration 3411 found worse value: 337.532860521. iteration 3412 found worse value: 337.532860521. iteration 3413 found worse value: 337.532860521. iteration 3414 found worse value: 337.532860521. iteration 3415 found worse value: 337.532860521. iteration 3416 found worse value: 337.532860521. iteration 3417 found worse value: 337.532860521. iteration 3418 found worse value: 337.532860521. iteration 3419 found worse value: 337.532860521. iteration 3420 found worse value: 337.532860521. iteration 3421 found worse value: 337.532860521. iteration 3422 found worse value: 337.532860521. iteration 3423 found worse value: 337.532860521. iteration 3424 found worse value: 337.532860521. iteration 3425 found worse value: 337.532860521. iteration 3426 found worse value: 337.532860521. iteration 3427 found worse value: 337.532860521. iteration 3428 found worse value: 337.532860521. iteration 3429 found worse value: 337.532860521. iteration3429, perturbing to get out of local maxima iteration 3430 found worse value: 337.532860521. iteration 3431 found worse value: 337.532860521. iteration 3432 found worse value: 337.532860521. iteration 3433 found worse value: 337.532860521. iteration 3434 found worse value: 337.532860521. iteration 3435 found worse value: 337.532860521. iteration 3436 found worse value: 337.532860521. iteration 3437 found worse value: 337.532860521. iteration 3438 found worse value: 337.532860521. iteration 3439 found worse value: 337.532860521. iteration 3440 found worse value: 337.532860521. iteration 3441 found worse value: 337.532860521. iteration 3442 found worse value: 337.532860521. iteration 3443 found worse value: 337.532860521. iteration 3444 found worse value: 337.532860521. iteration 3445 found worse value: 337.532860521. iteration 3446 found worse value: 337.532860521. iteration 3447 found worse value: 337.532860521. iteration 3448 found worse value: 337.532860521. iteration 3449 found worse value: 337.532860521. iteration 3450 found worse value: 337.532860521. iteration 3451 found worse value: 337.532860521. iteration 3452 found worse value: 337.532860521. iteration 3453 found worse value: 337.532860521. iteration 3454 found worse value: 337.532860521. iteration 3455 found worse value: 337.532860521. iteration 3456 found worse value: 337.532860521. iteration 3457 found worse value: 337.532860521. iteration 3458 found worse value: 337.532860521. iteration 3459 found worse value: 337.532860521. iteration 3460 found worse value: 337.532860521. iteration 3461 found worse value: 337.532860521. iteration 3462 found worse value: 337.532860521. iteration 3463 found worse value: 337.532860521. iteration 3464 found worse value: 337.532860521. iteration 3465 found worse value: 337.532860521. iteration 3466 found worse value: 337.532860521. iteration 3467 found worse value: 337.532860521. iteration 3468 found worse value: 337.532860521. iteration 3469 found worse value: 337.532860521. iteration 3470 found worse value: 337.532860521. iteration 3471 found worse value: 337.532860521. iteration 3472 found worse value: 337.532860521. iteration 3473 found worse value: 337.532860521. iteration 3474 found worse value: 337.532860521. iteration 3475 found worse value: 337.532860521. iteration 3476 found worse value: 337.532860521. iteration 3477 found worse value: 337.532860521. iteration 3478 found worse value: 337.532860521. iteration 3479 found worse value: 337.532860521. iteration 3480 found worse value: 337.532860521. iteration 3481 found worse value: 337.532860521. iteration 3482 found worse value: 337.532860521. iteration 3483 found worse value: 337.532860521. iteration 3484 found worse value: 337.532860521. iteration 3485 found worse value: 337.532860521. iteration 3486 found worse value: 337.532860521. iteration 3487 found worse value: 337.532860521. iteration 3488 found worse value: 337.532860521. iteration 3489 found worse value: 337.532860521. iteration 3490 found worse value: 337.532860521. iteration 3491 found worse value: 337.532860521. iteration 3492 found worse value: 337.532860521. iteration 3493 found worse value: 337.532860521. iteration 3494 found worse value: 337.532860521. iteration 3495 found worse value: 337.532860521. iteration 3496 found worse value: 337.532860521. iteration 3497 found worse value: 337.532860521. iteration 3498 found worse value: 337.532860521. iteration 3499 found worse value: 337.532860521. iteration 3500 found worse value: 337.532860521. iteration 3501 found worse value: 337.532860521. iteration 3502 found worse value: 337.532860521. iteration 3503 found worse value: 337.532860521. iteration 3504 found worse value: 337.532860521. iteration 3505 found worse value: 337.532860521. iteration 3506 found worse value: 337.532860521. iteration 3507 found worse value: 337.532860521. iteration 3508 found worse value: 337.532860521. iteration 3509 found worse value: 337.532860521. iteration 3510 found worse value: 337.532860521. iteration 3511 found worse value: 337.532860521. iteration 3512 found worse value: 337.532860521. iteration 3513 found worse value: 337.532860521. iteration 3514 found worse value: 337.532860521. iteration 3515 found worse value: 337.532860521. iteration 3516 found worse value: 337.532860521. iteration 3517 found worse value: 337.532860521. iteration 3518 found worse value: 337.532860521. iteration 3519 found worse value: 337.532860521. iteration 3520 found worse value: 337.532860521. iteration 3521 found worse value: 337.532860521. iteration 3522 found worse value: 337.532860521. iteration 3523 found worse value: 337.532860521. iteration 3524 found worse value: 337.532860521. iteration 3525 found worse value: 337.532860521. iteration 3526 found worse value: 337.532860521. iteration 3527 found worse value: 337.532860521. iteration 3528 found worse value: 337.532860521. iteration 3529 found worse value: 337.532860521. iteration 3530 found worse value: 337.532860521. iteration 3531 found worse value: 337.532860521. iteration 3532 found worse value: 337.532860521. iteration 3533 found worse value: 337.532860521. iteration 3534 found worse value: 337.532860521. iteration 3535 found worse value: 337.532860521. iteration 3536 found worse value: 337.532860521. iteration 3537 found worse value: 337.532860521. iteration 3538 found worse value: 337.532860521. iteration 3539 found worse value: 337.532860521. iteration 3540 found worse value: 337.532860521. iteration 3541 found worse value: 337.532860521. iteration 3542 found worse value: 337.532860521. iteration 3543 found worse value: 337.532860521. iteration 3544 found worse value: 337.532860521. iteration 3545 found worse value: 337.532860521. iteration 3546 found worse value: 337.532860521. iteration 3547 found worse value: 337.532860521. iteration 3548 found worse value: 337.532860521. iteration 3549 found worse value: 337.532860521. iteration 3550 found worse value: 337.532860521. iteration 3551 found worse value: 337.532860521. iteration 3552 found worse value: 337.532860521. iteration 3553 found worse value: 337.532860521. iteration 3554 found worse value: 337.532860521. iteration 3555 found worse value: 337.532860521. iteration 3556 found worse value: 337.532860521. iteration 3557 found worse value: 337.532860521. iteration 3558 found worse value: 337.532860521. iteration 3559 found worse value: 337.532860521. iteration 3560 found worse value: 337.532860521. iteration 3561 found worse value: 337.532860521. iteration 3562 found worse value: 337.532860521. iteration 3563 found worse value: 337.532860521. iteration 3564 found worse value: 337.532860521. iteration 3565 found worse value: 337.532860521. iteration 3566 found worse value: 337.532860521. iteration 3567 found worse value: 337.532860521. iteration 3568 found worse value: 337.532860521. iteration 3569 found worse value: 337.532860521. iteration 3570 found worse value: 337.532860521. iteration 3571 found worse value: 337.532860521. iteration 3572 found worse value: 337.532860521. iteration 3573 found worse value: 337.532860521. iteration 3574 found worse value: 337.532860521. iteration 3575 found worse value: 337.532860521. iteration 3576 found worse value: 337.532860521. iteration 3577 found worse value: 337.532860521. iteration 3578 found worse value: 337.532860521. iteration 3579 found worse value: 337.532860521. iteration 3580 found worse value: 337.532860521. iteration 3581 found worse value: 337.532860521. iteration 3582 found worse value: 337.532860521. iteration 3583 found worse value: 337.532860521. iteration 3584 found worse value: 337.532860521. iteration 3585 found worse value: 337.532860521. iteration 3586 found worse value: 337.532860521. iteration 3587 found worse value: 337.532860521. iteration 3588 found worse value: 337.532860521. iteration 3589 found worse value: 337.532860521. iteration 3590 found worse value: 337.532860521. iteration 3591 found worse value: 337.532860521. iteration 3592 found worse value: 337.532860521. iteration 3593 found worse value: 337.532860521. iteration 3594 found worse value: 337.532860521. iteration 3595 found worse value: 337.532860521. iteration 3596 found worse value: 337.532860521. iteration 3597 found worse value: 337.532860521. iteration 3598 found worse value: 337.532860521. iteration 3599 found worse value: 337.532860521. iteration 3600 found worse value: 337.532860521. iteration 3601 found worse value: 337.532860521. iteration 3602 found worse value: 337.532860521. iteration 3603 found worse value: 337.532860521. iteration 3604 found worse value: 337.532860521. iteration 3605 found worse value: 337.532860521. iteration 3606 found worse value: 337.532860521. iteration 3607 found worse value: 337.532860521. iteration 3608 found worse value: 337.532860521. iteration 3609 found worse value: 337.532860521. iteration 3610 found worse value: 337.532860521. iteration 3611 found worse value: 337.532860521. iteration 3612 found worse value: 337.532860521. iteration 3613 found worse value: 337.532860521. iteration 3614 found worse value: 337.532860521. iteration 3615 found worse value: 337.532860521. iteration 3616 found worse value: 337.532860521. iteration 3617 found worse value: 337.532860521. iteration 3618 found worse value: 337.532860521. iteration 3619 found worse value: 337.532860521. iteration 3620 found worse value: 337.532860521. iteration 3621 found worse value: 337.532860521. iteration 3622 found worse value: 337.532860521. iteration 3623 found worse value: 337.532860521. iteration 3624 found worse value: 337.532860521. iteration 3625 found worse value: 337.532860521. iteration 3626 found worse value: 337.532860521. iteration 3627 found worse value: 337.532860521. iteration 3628 found worse value: 337.532860521. iteration 3629 found worse value: 337.532860521. iteration 3630 found worse value: 337.532860521. iteration 3631 found worse value: 337.532860521. iteration 3632 found worse value: 337.532860521. iteration 3633 found worse value: 337.532860521. iteration 3634 found worse value: 337.532860521. iteration3634, perturbing to get out of local maxima iteration 3635 found worse value: 337.532860521. iteration 3636 found worse value: 337.532860521. iteration 3637 found worse value: 337.532860521. iteration 3638 found worse value: 337.532860521. iteration 3639 found worse value: 337.532860521. iteration 3640 found worse value: 337.532860521. iteration 3641 found worse value: 337.532860521. iteration 3642 found worse value: 337.532860521. iteration 3643 found worse value: 337.532860521. iteration 3644 found worse value: 337.532860521. iteration 3645 found worse value: 337.532860521. iteration 3646 found worse value: 337.532860521. iteration 3647 found worse value: 337.532860521. iteration 3648 found worse value: 337.532860521. iteration 3649 found worse value: 337.532860521. iteration 3650 found worse value: 337.532860521. iteration 3651 found worse value: 337.532860521. iteration 3652 found worse value: 337.532860521. iteration 3653 found worse value: 337.532860521. iteration 3654 found worse value: 337.532860521. iteration 3655 found worse value: 337.532860521. iteration 3656 found worse value: 337.532860521. iteration 3657 found worse value: 337.532860521. iteration 3658 found worse value: 337.532860521. iteration 3659 found worse value: 337.532860521. iteration 3660 found worse value: 337.532860521. iteration 3661 found worse value: 337.532860521. iteration 3662 found worse value: 337.532860521. iteration 3663 found worse value: 337.532860521. iteration 3664 found worse value: 337.532860521. iteration 3665 found worse value: 337.532860521. iteration 3666 found worse value: 337.532860521. iteration 3667 found worse value: 337.532860521. iteration 3668 found worse value: 337.532860521. iteration 3669 found worse value: 337.532860521. iteration 3670 found worse value: 337.532860521. iteration 3671 found worse value: 337.532860521. iteration 3672 found worse value: 337.532860521. iteration 3673 found worse value: 337.532860521. iteration 3674 found worse value: 337.532860521. iteration 3675 found worse value: 337.532860521. iteration 3676 found worse value: 337.532860521. iteration 3677 found worse value: 337.532860521. iteration 3678 found worse value: 337.532860521. iteration 3679 found worse value: 337.532860521. iteration 3680 found worse value: 337.532860521. iteration 3681 found worse value: 337.532860521. iteration 3682 found worse value: 337.532860521. iteration 3683 found worse value: 337.532860521. iteration 3684 found worse value: 337.532860521. iteration 3685 found worse value: 337.532860521. iteration 3686 found worse value: 337.532860521. iteration 3687 found worse value: 337.532860521. iteration 3688 found worse value: 337.532860521. iteration 3689 found worse value: 337.532860521. iteration 3690 found worse value: 337.532860521. iteration 3691 found worse value: 337.532860521. iteration 3692 found worse value: 337.532860521. iteration 3693 found worse value: 337.532860521. iteration 3694 found worse value: 337.532860521. iteration 3695 found worse value: 337.532860521. iteration 3696 found worse value: 337.532860521. iteration 3697 found worse value: 337.532860521. iteration 3698 found worse value: 337.532860521. iteration 3699 found worse value: 337.532860521. iteration 3700 found worse value: 337.532860521. iteration 3701 found worse value: 337.532860521. iteration 3702 found worse value: 337.532860521. iteration 3703 found worse value: 337.532860521. iteration 3704 found worse value: 337.532860521. iteration 3705 found worse value: 337.532860521. iteration 3706 found worse value: 337.532860521. iteration 3707 found worse value: 337.532860521. iteration 3708 found worse value: 337.532860521. iteration 3709 found worse value: 337.532860521. iteration 3710 found worse value: 337.532860521. iteration 3711 found worse value: 337.532860521. iteration 3712 found worse value: 337.532860521. iteration 3713 found worse value: 337.532860521. iteration 3714 found worse value: 337.532860521. iteration 3715 found worse value: 337.532860521. iteration 3716 found worse value: 337.532860521. iteration 3717 found worse value: 337.532860521. iteration 3718 found worse value: 337.532860521. iteration 3719 found worse value: 337.532860521. iteration 3720 found worse value: 337.532860521. iteration 3721 found worse value: 337.532860521. iteration 3722 found worse value: 337.532860521. iteration 3723 found worse value: 337.532860521. iteration 3724 found worse value: 337.532860521. iteration 3725 found worse value: 337.532860521. iteration 3726 found worse value: 337.532860521. iteration 3727 found worse value: 337.532860521. iteration 3728 found worse value: 337.532860521. iteration 3729 found worse value: 337.532860521. iteration 3730 found worse value: 337.532860521. iteration 3731 found worse value: 337.532860521. iteration 3732 found worse value: 337.532860521. iteration 3733 found worse value: 337.532860521. iteration 3734 found worse value: 337.532860521. iteration 3735 found worse value: 337.532860521. iteration 3736 found worse value: 337.532860521. iteration 3737 found worse value: 337.532860521. iteration 3738 found worse value: 337.532860521. iteration 3739 found worse value: 337.532860521. iteration 3740 found worse value: 337.532860521. iteration 3741 found worse value: 337.532860521. iteration 3742 found worse value: 337.532860521. iteration 3743 found worse value: 337.532860521. iteration 3744 found worse value: 337.532860521. iteration 3745 found worse value: 337.532860521. iteration 3746 found worse value: 337.532860521. iteration 3747 found worse value: 337.532860521. iteration 3748 found worse value: 337.532860521. iteration 3749 found worse value: 337.532860521. iteration 3750 found worse value: 337.532860521. iteration 3751 found worse value: 337.532860521. iteration 3752 found worse value: 337.532860521. iteration 3753 found worse value: 337.532860521. iteration 3754 found worse value: 337.532860521. iteration 3755 found worse value: 337.532860521. iteration 3756 found worse value: 337.532860521. iteration 3757 found worse value: 337.532860521. iteration 3758 found worse value: 337.532860521. iteration 3759 found worse value: 337.532860521. iteration 3760 found worse value: 337.532860521. iteration 3761 found worse value: 337.532860521. iteration 3762 found worse value: 337.532860521. iteration 3763 found worse value: 337.532860521. iteration 3764 found worse value: 337.532860521. iteration 3765 found worse value: 337.532860521. iteration 3766 found worse value: 337.532860521. iteration 3767 found worse value: 337.532860521. iteration 3768 found worse value: 337.532860521. iteration 3769 found worse value: 337.532860521. iteration 3770 found worse value: 337.532860521. iteration 3771 found worse value: 337.532860521. iteration 3772 found worse value: 337.532860521. iteration 3773 found worse value: 337.532860521. iteration 3774 found worse value: 337.532860521. iteration 3775 found worse value: 337.532860521. iteration 3776 found worse value: 337.532860521. iteration 3777 found worse value: 337.532860521. iteration 3778 found worse value: 337.532860521. iteration 3779 found worse value: 337.532860521. iteration 3780 found worse value: 337.532860521. iteration 3781 found worse value: 337.532860521. iteration 3782 found worse value: 337.532860521. iteration 3783 found worse value: 337.532860521. iteration 3784 found worse value: 337.532860521. iteration 3785 found worse value: 337.532860521. iteration 3786 found worse value: 337.532860521. iteration 3787 found worse value: 337.532860521. iteration 3788 found worse value: 337.532860521. iteration 3789 found worse value: 337.532860521. iteration 3790 found worse value: 337.532860521. iteration 3791 found worse value: 337.532860521. iteration 3792 found worse value: 337.532860521. iteration 3793 found worse value: 337.532860521. iteration3793, perturbing to get out of local maxima iteration 3794 found worse value: 337.532860521. iteration 3795 found worse value: 337.532860521. iteration 3796 found worse value: 337.532860521. iteration 3797 found worse value: 337.532860521. iteration 3798 found worse value: 337.532860521. iteration 3799 found worse value: 337.532860521. iteration 3800 found worse value: 337.532860521. iteration 3801 found worse value: 337.532860521. iteration 3802 found worse value: 337.532860521. iteration 3803 found worse value: 337.532860521. iteration 3804 found worse value: 337.532860521. iteration 3805 found worse value: 337.532860521. iteration 3806 found worse value: 337.532860521. iteration 3807 found worse value: 337.532860521. iteration 3808 found worse value: 337.532860521. iteration 3809 found worse value: 337.532860521. iteration 3810 found worse value: 337.532860521. iteration 3811 found worse value: 337.532860521. iteration 3812 found worse value: 337.532860521. iteration 3813 found worse value: 337.532860521. iteration 3814 found worse value: 337.532860521. iteration 3815 found worse value: 337.532860521. iteration 3816 found worse value: 337.532860521. iteration 3817 found worse value: 337.532860521. iteration 3818 found worse value: 337.532860521. iteration 3819 found worse value: 337.532860521. iteration 3820 found worse value: 337.532860521. iteration 3821 found worse value: 337.532860521. iteration 3822 found worse value: 337.532860521. iteration 3823 found worse value: 337.532860521. iteration 3824 found worse value: 337.532860521. iteration 3825 found worse value: 337.532860521. iteration 3826 found worse value: 337.532860521. iteration 3827 found worse value: 337.532860521. iteration 3828 found worse value: 337.532860521. iteration 3829 found worse value: 337.532860521. iteration 3830 found worse value: 337.532860521. iteration 3831 found worse value: 337.532860521. iteration 3832 found worse value: 337.532860521. iteration 3833 found worse value: 337.532860521. iteration 3834 found worse value: 337.532860521. iteration 3835 found worse value: 337.532860521. iteration 3836 found worse value: 337.532860521. iteration 3837 found worse value: 337.532860521. iteration 3838 found worse value: 337.532860521. iteration 3839 found worse value: 337.532860521. iteration 3840 found worse value: 337.532860521. iteration 3841 found worse value: 337.532860521. iteration 3842 found worse value: 337.532860521. iteration 3843 found worse value: 337.532860521. iteration 3844 found worse value: 337.532860521. iteration 3845 found worse value: 337.532860521. iteration 3846 found worse value: 337.532860521. iteration 3847 found worse value: 337.532860521. iteration 3848 found worse value: 337.532860521. iteration 3849 found worse value: 337.532860521. iteration 3850 found worse value: 337.532860521. iteration3850, perturbing to get out of local maxima iteration 3851 found worse value: 337.532860521. iteration 3852 found worse value: 337.532860521. iteration 3853 found worse value: 337.532860521. iteration 3854 found worse value: 337.532860521. iteration3854, perturbing to get out of local maxima iteration 3855 found worse value: 337.532860521. iteration 3856 found worse value: 337.532860521. iteration 3857 found worse value: 337.532860521. iteration 3858 found worse value: 337.532860521. iteration 3859 found worse value: 337.532860521. iteration 3860 found worse value: 337.532860521. iteration 3861 found worse value: 337.532860521. iteration 3862 found worse value: 337.532860521. iteration 3863 found worse value: 337.532860521. iteration 3864 found worse value: 337.532860521. iteration 3865 found worse value: 337.532860521. iteration 3866 found worse value: 337.532860521. iteration 3867 found worse value: 337.532860521. iteration 3868 found worse value: 337.532860521. iteration 3869 found worse value: 337.532860521. iteration 3870 found worse value: 337.532860521. iteration 3871 found worse value: 337.532860521. iteration 3872 found worse value: 337.532860521. iteration 3873 found worse value: 337.532860521. iteration 3874 found worse value: 337.532860521. iteration 3875 found worse value: 337.532860521. iteration 3876 found worse value: 337.532860521. iteration 3877 found worse value: 337.532860521. iteration 3878 found worse value: 337.532860521. iteration 3879 found worse value: 337.532860521. iteration 3880 found worse value: 337.532860521. iteration 3881 found worse value: 337.532860521. iteration 3882 found worse value: 337.532860521. iteration 3883 found worse value: 337.532860521. iteration 3884 found worse value: 337.532860521. iteration 3885 found worse value: 337.532860521. iteration 3886 found worse value: 337.532860521. iteration 3887 found worse value: 337.532860521. iteration 3888 found worse value: 337.532860521. iteration 3889 found worse value: 337.532860521. iteration 3890 found worse value: 337.532860521. iteration 3891 found worse value: 337.532860521. iteration 3892 found worse value: 337.532860521. iteration 3893 found worse value: 337.532860521. iteration 3894 found worse value: 337.532860521. iteration 3895 found worse value: 337.532860521. iteration 3896 found worse value: 337.532860521. iteration 3897 found worse value: 337.532860521. iteration 3898 found worse value: 337.532860521. iteration 3899 found worse value: 337.532860521. iteration 3900 found worse value: 337.532860521. iteration 3901 found worse value: 337.532860521. iteration 3902 found worse value: 337.532860521. iteration 3903 found worse value: 337.532860521. iteration 3904 found worse value: 337.532860521. iteration 3905 found worse value: 337.532860521. iteration 3906 found worse value: 337.532860521. iteration 3907 found worse value: 337.532860521. iteration 3908 found worse value: 337.532860521. iteration 3909 found worse value: 337.532860521. iteration 3910 found worse value: 337.532860521. iteration 3911 found worse value: 337.532860521. iteration 3912 found worse value: 337.532860521. iteration 3913 found worse value: 337.532860521. iteration 3914 found worse value: 337.532860521. iteration 3915 found worse value: 337.532860521. iteration 3916 found worse value: 337.532860521. iteration 3917 found worse value: 337.532860521. iteration 3918 found worse value: 337.532860521. iteration 3919 found worse value: 337.532860521. iteration 3920 found worse value: 337.532860521. iteration 3921 found worse value: 337.532860521. iteration 3922 found worse value: 337.532860521. iteration 3923 found worse value: 337.532860521. iteration 3924 found worse value: 337.532860521. iteration 3925 found worse value: 337.532860521. iteration 3926 found worse value: 337.532860521. iteration 3927 found worse value: 337.532860521. iteration 3928 found worse value: 337.532860521. iteration 3929 found worse value: 337.532860521. iteration 3930 found worse value: 337.532860521. iteration 3931 found worse value: 337.532860521. iteration 3932 found worse value: 337.532860521. iteration 3933 found worse value: 337.532860521. iteration 3934 found worse value: 337.532860521. iteration 3935 found worse value: 337.532860521. iteration 3936 found worse value: 337.532860521. iteration 3937 found worse value: 337.532860521. iteration 3938 found worse value: 337.532860521. iteration 3939 found worse value: 337.532860521. iteration 3940 found worse value: 337.532860521. iteration 3941 found worse value: 337.532860521. iteration3941, perturbing to get out of local maxima iteration 3942 found worse value: 337.532860521. iteration 3943 found worse value: 337.532860521. iteration 3944 found worse value: 337.532860521. iteration 3945 found worse value: 337.532860521. iteration 3946 found worse value: 337.532860521. iteration 3947 found worse value: 337.532860521. iteration 3948 found worse value: 337.532860521. iteration 3949 found worse value: 337.532860521. iteration 3950 found worse value: 337.532860521. iteration 3951 found worse value: 337.532860521. iteration 3952 found worse value: 337.532860521. iteration 3953 found worse value: 337.532860521. iteration 3954 found worse value: 337.532860521. iteration 3955 found worse value: 337.532860521. iteration 3956 found worse value: 337.532860521. iteration 3957 found worse value: 337.532860521. iteration 3958 found worse value: 337.532860521. iteration 3959 found worse value: 337.532860521. iteration 3960 found worse value: 337.532860521. iteration 3961 found worse value: 337.532860521. iteration 3962 found worse value: 337.532860521. iteration 3963 found worse value: 337.532860521. iteration 3964 found worse value: 337.532860521. iteration 3965 found worse value: 337.532860521. iteration 3966 found worse value: 337.532860521. iteration 3967 found worse value: 337.532860521. iteration 3968 found worse value: 337.532860521. iteration 3969 found worse value: 337.532860521. iteration 3970 found worse value: 337.532860521. iteration 3971 found worse value: 337.532860521. iteration 3972 found worse value: 337.532860521. iteration 3973 found worse value: 337.532860521. iteration 3974 found worse value: 337.532860521. iteration 3975 found worse value: 337.532860521. iteration 3976 found worse value: 337.532860521. iteration 3977 found worse value: 337.532860521. iteration3977, perturbing to get out of local maxima iteration 3978 found worse value: 337.532860521. iteration 3979 found worse value: 337.532860521. iteration 3980 found worse value: 337.532860521. iteration 3981 found worse value: 337.532860521. iteration 3982 found worse value: 337.532860521. iteration 3983 found worse value: 337.532860521. iteration 3984 found worse value: 337.532860521. iteration 3985 found worse value: 337.532860521. iteration 3986 found worse value: 337.532860521. iteration 3987 found worse value: 337.532860521. iteration 3988 found worse value: 337.532860521. iteration 3989 found worse value: 337.532860521. iteration 3990 found worse value: 337.532860521. iteration 3991 found worse value: 337.532860521. iteration 3992 found worse value: 337.532860521. iteration 3993 found worse value: 337.532860521. iteration 3994 found worse value: 337.532860521. iteration 3995 found worse value: 337.532860521. iteration 3996 found worse value: 337.532860521. iteration 3997 found worse value: 337.532860521. iteration 3998 found worse value: 337.532860521. iteration 3999 found worse value: 337.532860521. iteration 4000 found worse value: 337.532860521. iteration 4001 found worse value: 337.532860521. iteration 4002 found worse value: 337.532860521. iteration 4003 found worse value: 337.532860521. iteration 4004 found worse value: 337.532860521. iteration 4005 found worse value: 337.532860521. iteration 4006 found worse value: 337.532860521. iteration 4007 found worse value: 337.532860521. iteration 4008 found worse value: 337.532860521. iteration 4009 found worse value: 337.532860521. iteration 4010 found worse value: 337.532860521. iteration 4011 found worse value: 337.532860521. iteration 4012 found worse value: 337.532860521. iteration 4013 found worse value: 337.532860521. iteration 4014 found worse value: 337.532860521. iteration 4015 found worse value: 337.532860521. iteration 4016 found worse value: 337.532860521. iteration 4017 found worse value: 337.532860521. iteration 4018 found worse value: 337.532860521. iteration 4019 found worse value: 337.532860521. iteration 4020 found worse value: 337.532860521. iteration 4021 found worse value: 337.532860521. iteration 4022 found worse value: 337.532860521. iteration 4023 found worse value: 337.532860521. iteration 4024 found worse value: 337.532860521. iteration 4025 found worse value: 337.532860521. iteration 4026 found worse value: 337.532860521. iteration 4027 found worse value: 337.532860521. iteration 4028 found worse value: 337.532860521. iteration 4029 found worse value: 337.532860521. iteration 4030 found worse value: 337.532860521. iteration 4031 found worse value: 337.532860521. iteration 4032 found worse value: 337.532860521. iteration 4033 found worse value: 337.532860521. iteration 4034 found worse value: 337.532860521. iteration 4035 found worse value: 337.532860521. iteration 4036 found worse value: 337.532860521. iteration 4037 found worse value: 337.532860521. iteration 4038 found worse value: 337.532860521. iteration 4039 found worse value: 337.532860521. iteration 4040 found worse value: 337.532860521. iteration 4041 found worse value: 337.532860521. iteration 4042 found worse value: 337.532860521. iteration 4043 found worse value: 337.532860521. iteration 4044 found worse value: 337.532860521. iteration 4045 found worse value: 337.532860521. iteration 4046 found worse value: 337.532860521. iteration 4047 found worse value: 337.532860521. iteration 4048 found worse value: 337.532860521. iteration 4049 found worse value: 337.532860521. iteration 4050 found worse value: 337.532860521. iteration 4051 found worse value: 337.532860521. iteration 4052 found worse value: 337.532860521. iteration 4053 found worse value: 337.532860521. iteration 4054 found worse value: 337.532860521. iteration 4055 found worse value: 337.532860521. iteration 4056 found worse value: 337.532860521. iteration 4057 found worse value: 337.532860521. iteration 4058 found worse value: 337.532860521. iteration 4059 found worse value: 337.532860521. iteration 4060 found worse value: 337.532860521. iteration 4061 found worse value: 337.532860521. iteration 4062 found worse value: 337.532860521. iteration 4063 found worse value: 337.532860521. iteration 4064 found worse value: 337.532860521. iteration 4065 found worse value: 337.532860521. iteration 4066 found worse value: 337.532860521. iteration 4067 found worse value: 337.532860521. iteration 4068 found worse value: 337.532860521. iteration 4069 found worse value: 337.532860521. iteration 4070 found worse value: 337.532860521. iteration 4071 found worse value: 337.532860521. iteration 4072 found worse value: 337.532860521. iteration 4073 found worse value: 337.532860521. iteration 4074 found worse value: 337.532860521. iteration 4075 found worse value: 337.532860521. iteration 4076 found worse value: 337.532860521. iteration4076, perturbing to get out of local maxima iteration 4077 found worse value: 337.532860521. iteration 4078 found worse value: 337.532860521. iteration 4079 found worse value: 337.532860521. iteration 4080 found worse value: 337.532860521. iteration 4081 found worse value: 337.532860521. iteration 4082 found worse value: 337.532860521. iteration 4083 found worse value: 337.532860521. iteration 4084 found worse value: 337.532860521. iteration 4085 found worse value: 337.532860521. iteration 4086 found worse value: 337.532860521. iteration 4087 found worse value: 337.532860521. iteration 4088 found worse value: 337.532860521. iteration 4089 found worse value: 337.532860521. iteration 4090 found worse value: 337.532860521. iteration 4091 found worse value: 337.532860521. iteration 4092 found worse value: 337.532860521. iteration 4093 found worse value: 337.532860521. iteration 4094 found worse value: 337.532860521. iteration 4095 found worse value: 337.532860521. iteration 4096 found worse value: 337.532860521. iteration 4097 found worse value: 337.532860521. iteration 4098 found worse value: 337.532860521. iteration 4099 found worse value: 337.532860521. iteration 4100 found worse value: 337.532860521. iteration 4101 found worse value: 337.532860521. iteration 4102 found worse value: 337.532860521. iteration 4103 found worse value: 337.532860521. iteration 4104 found worse value: 337.532860521. iteration 4105 found worse value: 337.532860521. iteration 4106 found worse value: 337.532860521. iteration 4107 found worse value: 337.532860521. iteration 4108 found worse value: 337.532860521. iteration 4109 found worse value: 337.532860521. iteration 4110 found worse value: 337.532860521. iteration 4111 found worse value: 337.532860521. iteration 4112 found worse value: 337.532860521. iteration 4113 found worse value: 337.532860521. iteration 4114 found worse value: 337.532860521. iteration 4115 found worse value: 337.532860521. iteration 4116 found worse value: 337.532860521. iteration 4117 found worse value: 337.532860521. iteration 4118 found worse value: 337.532860521. iteration 4119 found worse value: 337.532860521. iteration 4120 found worse value: 337.532860521. iteration 4121 found worse value: 337.532860521. iteration 4122 found worse value: 337.532860521. iteration 4123 found worse value: 337.532860521. iteration 4124 found worse value: 337.532860521. iteration 4125 found worse value: 337.532860521. iteration 4126 found worse value: 337.532860521. iteration 4127 found worse value: 337.532860521. iteration 4128 found worse value: 337.532860521. iteration 4129 found worse value: 337.532860521. iteration 4130 found worse value: 337.532860521. iteration 4131 found worse value: 337.532860521. iteration 4132 found worse value: 337.532860521. iteration 4133 found worse value: 337.532860521. iteration 4134 found worse value: 337.532860521. iteration 4135 found worse value: 337.532860521. iteration 4136 found worse value: 337.532860521. iteration 4137 found worse value: 337.532860521. iteration 4138 found worse value: 337.532860521. iteration 4139 found worse value: 337.532860521. iteration 4140 found worse value: 337.532860521. iteration 4141 found worse value: 337.532860521. iteration 4142 found worse value: 337.532860521. iteration 4143 found worse value: 337.532860521. iteration 4144 found worse value: 337.532860521. iteration 4145 found worse value: 337.532860521. iteration 4146 found worse value: 337.532860521. iteration 4147 found worse value: 337.532860521. iteration 4148 found worse value: 337.532860521. iteration 4149 found worse value: 337.532860521. iteration 4150 found worse value: 337.532860521. iteration 4151 found worse value: 337.532860521. iteration 4152 found worse value: 337.532860521. iteration 4153 found worse value: 337.532860521. iteration 4154 found worse value: 337.532860521. iteration 4155 found worse value: 337.532860521. iteration 4156 found worse value: 337.532860521. iteration 4157 found worse value: 337.532860521. iteration 4158 found worse value: 337.532860521. iteration 4159 found worse value: 337.532860521. iteration 4160 found worse value: 337.532860521. iteration 4161 found worse value: 337.532860521. iteration 4162 found worse value: 337.532860521. iteration 4163 found worse value: 337.532860521. iteration 4164 found worse value: 337.532860521. iteration 4165 found worse value: 337.532860521. iteration 4166 found worse value: 337.532860521. iteration 4167 found worse value: 337.532860521. iteration 4168 found worse value: 337.532860521. iteration 4169 found worse value: 337.532860521. iteration 4170 found worse value: 337.532860521. iteration 4171 found worse value: 337.532860521. iteration 4172 found worse value: 337.532860521. iteration 4173 found worse value: 337.532860521. iteration 4174 found worse value: 337.532860521. iteration 4175 found worse value: 337.532860521. iteration 4176 found worse value: 337.532860521. iteration 4177 found worse value: 337.532860521. iteration 4178 found worse value: 337.532860521. iteration 4179 found worse value: 337.532860521. iteration 4180 found worse value: 337.532860521. iteration 4181 found worse value: 337.532860521. iteration 4182 found worse value: 337.532860521. iteration 4183 found worse value: 337.532860521. iteration 4184 found worse value: 337.532860521. iteration 4185 found worse value: 337.532860521. iteration 4186 found worse value: 337.532860521. iteration 4187 found worse value: 337.532860521. iteration 4188 found worse value: 337.532860521. iteration 4189 found worse value: 337.532860521. iteration 4190 found worse value: 337.532860521. iteration 4191 found worse value: 337.532860521. iteration 4192 found worse value: 337.532860521. iteration 4193 found worse value: 337.532860521. iteration 4194 found worse value: 337.532860521. iteration 4195 found worse value: 337.532860521. iteration 4196 found worse value: 337.532860521. iteration 4197 found worse value: 337.532860521. iteration 4198 found worse value: 337.532860521. iteration 4199 found worse value: 337.532860521. iteration 4200 found worse value: 337.532860521. iteration 4201 found worse value: 337.532860521. iteration 4202 found worse value: 337.532860521. iteration 4203 found worse value: 337.532860521. iteration 4204 found worse value: 337.532860521. iteration 4205 found worse value: 337.532860521. iteration 4206 found worse value: 337.532860521. iteration 4207 found worse value: 337.532860521. iteration 4208 found worse value: 337.532860521. iteration 4209 found worse value: 337.532860521. iteration 4210 found worse value: 337.532860521. iteration 4211 found worse value: 337.532860521. iteration 4212 found worse value: 337.532860521. iteration 4213 found worse value: 337.532860521. iteration 4214 found worse value: 337.532860521. iteration 4215 found worse value: 337.532860521. iteration 4216 found worse value: 337.532860521. iteration 4217 found worse value: 337.532860521. iteration 4218 found worse value: 337.532860521. iteration 4219 found worse value: 337.532860521. iteration 4220 found worse value: 337.532860521. iteration 4221 found worse value: 337.532860521. iteration 4222 found worse value: 337.532860521. iteration 4223 found worse value: 337.532860521. iteration 4224 found worse value: 337.532860521. iteration 4225 found worse value: 337.532860521. iteration 4226 found worse value: 337.532860521. iteration 4227 found worse value: 337.532860521. iteration 4228 found worse value: 337.532860521. iteration 4229 found worse value: 337.532860521. iteration 4230 found worse value: 337.532860521. iteration 4231 found worse value: 337.532860521. iteration 4232 found worse value: 337.532860521. iteration 4233 found worse value: 337.532860521. iteration 4234 found worse value: 337.532860521. iteration 4235 found worse value: 337.532860521. iteration 4236 found worse value: 337.532860521. iteration4236, perturbing to get out of local maxima iteration 4237 found worse value: 337.532860521. iteration4237, perturbing to get out of local maxima iteration 4238 found worse value: 337.532860521. iteration 4239 found worse value: 337.532860521. iteration 4240 found worse value: 337.532860521. iteration 4241 found worse value: 337.532860521. iteration 4242 found worse value: 337.532860521. iteration 4243 found worse value: 337.532860521. iteration 4244 found worse value: 337.532860521. iteration 4245 found worse value: 337.532860521. iteration 4246 found worse value: 337.532860521. iteration 4247 found worse value: 337.532860521. iteration 4248 found worse value: 337.532860521. iteration 4249 found worse value: 337.532860521. iteration 4250 found worse value: 337.532860521. iteration 4251 found worse value: 337.532860521. iteration 4252 found worse value: 337.532860521. iteration 4253 found worse value: 337.532860521. iteration 4254 found worse value: 337.532860521. iteration 4255 found worse value: 337.532860521. iteration 4256 found worse value: 337.532860521. iteration 4257 found worse value: 337.532860521. iteration 4258 found worse value: 337.532860521. iteration 4259 found worse value: 337.532860521. iteration 4260 found worse value: 337.532860521. iteration 4261 found worse value: 337.532860521. iteration 4262 found worse value: 337.532860521. iteration 4263 found worse value: 337.532860521. iteration 4264 found worse value: 337.532860521. iteration 4265 found worse value: 337.532860521. iteration 4266 found worse value: 337.532860521. iteration 4267 found worse value: 337.532860521. iteration 4268 found worse value: 337.532860521. iteration 4269 found worse value: 337.532860521. iteration 4270 found worse value: 337.532860521. iteration 4271 found worse value: 337.532860521. iteration 4272 found worse value: 337.532860521. iteration 4273 found worse value: 337.532860521. iteration 4274 found worse value: 337.532860521. iteration 4275 found worse value: 337.532860521. iteration 4276 found worse value: 337.532860521. iteration 4277 found worse value: 337.532860521. iteration 4278 found worse value: 337.532860521. iteration 4279 found worse value: 337.532860521. iteration 4280 found worse value: 337.532860521. iteration 4281 found worse value: 337.532860521. iteration4281, perturbing to get out of local maxima iteration 4282 found worse value: 337.532860521. iteration 4283 found worse value: 337.532860521. iteration 4284 found worse value: 337.532860521. iteration 4285 found worse value: 337.532860521. iteration 4286 found worse value: 337.532860521. iteration 4287 found worse value: 337.532860521. iteration 4288 found worse value: 337.532860521. iteration 4289 found worse value: 337.532860521. iteration 4290 found worse value: 337.532860521. iteration 4291 found worse value: 337.532860521. iteration 4292 found worse value: 337.532860521. iteration 4293 found worse value: 337.532860521. iteration 4294 found worse value: 337.532860521. iteration 4295 found worse value: 337.532860521. iteration 4296 found worse value: 337.532860521. iteration 4297 found worse value: 337.532860521. iteration 4298 found worse value: 337.532860521. iteration 4299 found worse value: 337.532860521. iteration 4300 found worse value: 337.532860521. iteration 4301 found worse value: 337.532860521. iteration 4302 found worse value: 337.532860521. iteration 4303 found worse value: 337.532860521. iteration 4304 found worse value: 337.532860521. iteration 4305 found worse value: 337.532860521. iteration 4306 found worse value: 337.532860521. iteration 4307 found worse value: 337.532860521. iteration 4308 found worse value: 337.532860521. iteration 4309 found worse value: 337.532860521. iteration 4310 found worse value: 337.532860521. iteration 4311 found worse value: 337.532860521. iteration 4312 found worse value: 337.532860521. iteration 4313 found worse value: 337.532860521. iteration 4314 found worse value: 337.532860521. iteration 4315 found worse value: 337.532860521. iteration 4316 found worse value: 337.532860521. iteration 4317 found worse value: 337.532860521. iteration 4318 found worse value: 337.532860521. iteration 4319 found worse value: 337.532860521. iteration 4320 found worse value: 337.532860521. iteration 4321 found worse value: 337.532860521. iteration 4322 found worse value: 337.532860521. iteration 4323 found worse value: 337.532860521. iteration 4324 found worse value: 337.532860521. iteration 4325 found worse value: 337.532860521. iteration 4326 found worse value: 337.532860521. iteration 4327 found worse value: 337.532860521. iteration 4328 found worse value: 337.532860521. iteration 4329 found worse value: 337.532860521. iteration 4330 found worse value: 337.532860521. iteration 4331 found worse value: 337.532860521. iteration 4332 found worse value: 337.532860521. iteration 4333 found worse value: 337.532860521. iteration 4334 found worse value: 337.532860521. iteration 4335 found worse value: 337.532860521. iteration 4336 found worse value: 337.532860521. iteration 4337 found worse value: 337.532860521. iteration 4338 found worse value: 337.532860521. iteration 4339 found worse value: 337.532860521. iteration 4340 found worse value: 337.532860521. iteration 4341 found worse value: 337.532860521. iteration 4342 found worse value: 337.532860521. iteration 4343 found worse value: 337.532860521. iteration 4344 found worse value: 337.532860521. iteration 4345 found worse value: 337.532860521. iteration 4346 found worse value: 337.532860521. iteration 4347 found worse value: 337.532860521. iteration 4348 found worse value: 337.532860521. iteration 4349 found worse value: 337.532860521. iteration 4350 found worse value: 337.532860521. iteration 4351 found worse value: 337.532860521. iteration 4352 found worse value: 337.532860521. iteration 4353 found worse value: 337.532860521. iteration 4354 found worse value: 337.532860521. iteration 4355 found worse value: 337.532860521. iteration 4356 found worse value: 337.532860521. iteration 4357 found worse value: 337.532860521. iteration 4358 found worse value: 337.532860521. iteration 4359 found worse value: 337.532860521. iteration 4360 found worse value: 337.532860521. iteration 4361 found worse value: 337.532860521. iteration 4362 found worse value: 337.532860521. iteration 4363 found worse value: 337.532860521. iteration 4364 found worse value: 337.532860521. iteration 4365 found worse value: 337.532860521. iteration 4366 found worse value: 337.532860521. iteration 4367 found worse value: 337.532860521. iteration 4368 found worse value: 337.532860521. iteration 4369 found worse value: 337.532860521. iteration 4370 found worse value: 337.532860521. iteration 4371 found worse value: 337.532860521. iteration 4372 found worse value: 337.532860521. iteration 4373 found worse value: 337.532860521. iteration 4374 found worse value: 337.532860521. iteration 4375 found worse value: 337.532860521. iteration 4376 found worse value: 337.532860521. iteration 4377 found worse value: 337.532860521. iteration 4378 found worse value: 337.532860521. iteration 4379 found worse value: 337.532860521. iteration 4380 found worse value: 337.532860521. iteration 4381 found worse value: 337.532860521. iteration 4382 found worse value: 337.532860521. iteration 4383 found worse value: 337.532860521. iteration 4384 found worse value: 337.532860521. iteration 4385 found worse value: 337.532860521. iteration 4386 found worse value: 337.532860521. iteration 4387 found worse value: 337.532860521. iteration 4388 found worse value: 337.532860521. iteration 4389 found worse value: 337.532860521. iteration 4390 found worse value: 337.532860521. iteration 4391 found worse value: 337.532860521. iteration 4392 found worse value: 337.532860521. iteration 4393 found worse value: 337.532860521. iteration 4394 found worse value: 337.532860521. iteration 4395 found worse value: 337.532860521. iteration 4396 found worse value: 337.532860521. iteration 4397 found worse value: 337.532860521. iteration 4398 found worse value: 337.532860521. iteration 4399 found worse value: 337.532860521. iteration 4400 found worse value: 337.532860521. iteration 4401 found worse value: 337.532860521. iteration 4402 found worse value: 337.532860521. iteration 4403 found worse value: 337.532860521. iteration 4404 found worse value: 337.532860521. iteration 4405 found worse value: 337.532860521. iteration 4406 found worse value: 337.532860521. iteration 4407 found worse value: 337.532860521. iteration 4408 found worse value: 337.532860521. iteration 4409 found worse value: 337.532860521. iteration 4410 found worse value: 337.532860521. iteration 4411 found worse value: 337.532860521. iteration 4412 found worse value: 337.532860521. iteration 4413 found worse value: 337.532860521. iteration 4414 found worse value: 337.532860521. iteration 4415 found worse value: 337.532860521. iteration 4416 found worse value: 337.532860521. iteration 4417 found worse value: 337.532860521. iteration 4418 found worse value: 337.532860521. iteration 4419 found worse value: 337.532860521. iteration 4420 found worse value: 337.532860521. iteration 4421 found worse value: 337.532860521. iteration 4422 found worse value: 337.532860521. iteration 4423 found worse value: 337.532860521. iteration 4424 found worse value: 337.532860521. iteration 4425 found worse value: 337.532860521. iteration 4426 found worse value: 337.532860521. iteration 4427 found worse value: 337.532860521. iteration 4428 found worse value: 337.532860521. iteration 4429 found worse value: 337.532860521. iteration 4430 found worse value: 337.532860521. iteration 4431 found worse value: 337.532860521. iteration 4432 found worse value: 337.532860521. iteration 4433 found worse value: 337.532860521. iteration 4434 found worse value: 337.532860521. iteration 4435 found worse value: 337.532860521. iteration 4436 found worse value: 337.532860521. iteration 4437 found worse value: 337.532860521. iteration 4438 found worse value: 337.532860521. iteration 4439 found worse value: 337.532860521. iteration 4440 found worse value: 337.532860521. iteration 4441 found worse value: 337.532860521. iteration 4442 found worse value: 337.532860521. iteration 4443 found worse value: 337.532860521. iteration 4444 found worse value: 337.532860521. iteration 4445 found worse value: 337.532860521. iteration 4446 found worse value: 337.532860521. iteration 4447 found worse value: 337.532860521. iteration 4448 found worse value: 337.532860521. iteration 4449 found worse value: 337.532860521. iteration 4450 found worse value: 337.532860521. iteration 4451 found worse value: 337.532860521. iteration 4452 found worse value: 337.532860521. iteration 4453 found worse value: 337.532860521. iteration 4454 found worse value: 337.532860521. iteration 4455 found worse value: 337.532860521. iteration 4456 found worse value: 337.532860521. iteration 4457 found worse value: 337.532860521. iteration 4458 found worse value: 337.532860521. iteration 4459 found worse value: 337.532860521. iteration 4460 found worse value: 337.532860521. iteration 4461 found worse value: 337.532860521. iteration 4462 found worse value: 337.532860521. iteration 4463 found worse value: 337.532860521. iteration 4464 found worse value: 337.532860521. iteration 4465 found worse value: 337.532860521. iteration 4466 found worse value: 337.532860521. iteration 4467 found worse value: 337.532860521. iteration 4468 found worse value: 337.532860521. iteration 4469 found worse value: 337.532860521. iteration 4470 found worse value: 337.532860521. iteration 4471 found worse value: 337.532860521. iteration 4472 found worse value: 337.532860521. iteration 4473 found worse value: 337.532860521. iteration 4474 found worse value: 337.532860521. iteration 4475 found worse value: 337.532860521. iteration 4476 found worse value: 337.532860521. iteration 4477 found worse value: 337.532860521. iteration 4478 found worse value: 337.532860521. iteration 4479 found worse value: 337.532860521. iteration 4480 found worse value: 337.532860521. iteration 4481 found worse value: 337.532860521. iteration 4482 found worse value: 337.532860521. iteration 4483 found worse value: 337.532860521. iteration 4484 found worse value: 337.532860521. iteration 4485 found worse value: 337.532860521. iteration 4486 found worse value: 337.532860521. iteration 4487 found worse value: 337.532860521. iteration 4488 found worse value: 337.532860521. iteration 4489 found worse value: 337.532860521. iteration 4490 found worse value: 337.532860521. iteration 4491 found worse value: 337.532860521. iteration 4492 found worse value: 337.532860521. iteration 4493 found worse value: 337.532860521. iteration 4494 found worse value: 337.532860521. iteration 4495 found worse value: 337.532860521. iteration 4496 found worse value: 337.532860521. iteration 4497 found worse value: 337.532860521. iteration 4498 found worse value: 337.532860521. iteration 4499 found worse value: 337.532860521. iteration 4500 found worse value: 337.532860521. iteration 4501 found worse value: 337.532860521. iteration 4502 found worse value: 337.532860521. iteration 4503 found worse value: 337.532860521. iteration 4504 found worse value: 337.532860521. iteration 4505 found worse value: 337.532860521. iteration 4506 found worse value: 337.532860521. iteration 4507 found worse value: 337.532860521. iteration 4508 found worse value: 337.532860521. iteration 4509 found worse value: 337.532860521. iteration 4510 found worse value: 337.532860521. iteration 4511 found worse value: 337.532860521. iteration 4512 found worse value: 337.532860521. iteration 4513 found worse value: 337.532860521. iteration 4514 found worse value: 337.532860521. iteration 4515 found worse value: 337.532860521. iteration 4516 found worse value: 337.532860521. iteration 4517 found worse value: 337.532860521. iteration 4518 found worse value: 337.532860521. iteration 4519 found worse value: 337.532860521. iteration 4520 found worse value: 337.532860521. iteration 4521 found worse value: 337.532860521. iteration 4522 found worse value: 337.532860521. iteration 4523 found worse value: 337.532860521. iteration 4524 found worse value: 337.532860521. iteration 4525 found worse value: 337.532860521. iteration 4526 found worse value: 337.532860521. iteration 4527 found worse value: 337.532860521. iteration 4528 found worse value: 337.532860521. iteration 4529 found worse value: 337.532860521. iteration 4530 found worse value: 337.532860521. iteration 4531 found worse value: 337.532860521. iteration 4532 found worse value: 337.532860521. iteration 4533 found worse value: 337.532860521. iteration 4534 found worse value: 337.532860521. iteration 4535 found worse value: 337.532860521. iteration 4536 found worse value: 337.532860521. iteration 4537 found worse value: 337.532860521. iteration 4538 found worse value: 337.532860521. iteration 4539 found worse value: 337.532860521. iteration 4540 found worse value: 337.532860521. iteration 4541 found worse value: 337.532860521. iteration 4542 found worse value: 337.532860521. iteration 4543 found worse value: 337.532860521. iteration 4544 found worse value: 337.532860521. iteration 4545 found worse value: 337.532860521. iteration 4546 found worse value: 337.532860521. iteration 4547 found worse value: 337.532860521. iteration 4548 found worse value: 337.532860521. iteration 4549 found worse value: 337.532860521. iteration 4550 found worse value: 337.532860521. iteration 4551 found worse value: 337.532860521. iteration 4552 found worse value: 337.532860521. iteration 4553 found worse value: 337.532860521. iteration 4554 found worse value: 337.532860521. iteration 4555 found worse value: 337.532860521. iteration 4556 found worse value: 337.532860521. iteration 4557 found worse value: 337.532860521. iteration 4558 found worse value: 337.532860521. iteration 4559 found worse value: 337.532860521. iteration 4560 found worse value: 337.532860521. iteration 4561 found worse value: 337.532860521. iteration 4562 found worse value: 337.532860521. iteration 4563 found worse value: 337.532860521. iteration 4564 found worse value: 337.532860521. iteration 4565 found worse value: 337.532860521. iteration 4566 found worse value: 337.532860521. iteration 4567 found worse value: 337.532860521. iteration 4568 found worse value: 337.532860521. iteration 4569 found worse value: 337.532860521. iteration 4570 found worse value: 337.532860521. iteration 4571 found worse value: 337.532860521. iteration 4572 found worse value: 337.532860521. iteration 4573 found worse value: 337.532860521. iteration 4574 found worse value: 337.532860521. iteration 4575 found worse value: 337.532860521. iteration 4576 found worse value: 337.532860521. iteration 4577 found worse value: 337.532860521. iteration 4578 found worse value: 337.532860521. iteration 4579 found worse value: 337.532860521. iteration 4580 found worse value: 337.532860521. iteration 4581 found worse value: 337.532860521. iteration 4582 found worse value: 337.532860521. iteration 4583 found worse value: 337.532860521. iteration 4584 found worse value: 337.532860521. iteration 4585 found worse value: 337.532860521. iteration 4586 found worse value: 337.532860521. iteration 4587 found worse value: 337.532860521. iteration 4588 found worse value: 337.532860521. iteration 4589 found worse value: 337.532860521. iteration 4590 found worse value: 337.532860521. iteration 4591 found worse value: 337.532860521. iteration 4592 found worse value: 337.532860521. iteration 4593 found worse value: 337.532860521. iteration 4594 found worse value: 337.532860521. iteration 4595 found worse value: 337.532860521. iteration 4596 found worse value: 337.532860521. iteration 4597 found worse value: 337.532860521. iteration 4598 found worse value: 337.532860521. iteration 4599 found worse value: 337.532860521. iteration 4600 found worse value: 337.532860521. iteration 4601 found worse value: 337.532860521. iteration 4602 found worse value: 337.532860521. iteration 4603 found worse value: 337.532860521. iteration 4604 found worse value: 337.532860521. iteration 4605 found worse value: 337.532860521. iteration 4606 found worse value: 337.532860521. iteration 4607 found worse value: 337.532860521. iteration 4608 found worse value: 337.532860521. iteration 4609 found worse value: 337.532860521. iteration 4610 found worse value: 337.532860521. iteration 4611 found worse value: 337.532860521. iteration 4612 found worse value: 337.532860521. iteration 4613 found worse value: 337.532860521. iteration 4614 found worse value: 337.532860521. iteration 4615 found worse value: 337.532860521. iteration 4616 found worse value: 337.532860521. iteration 4617 found worse value: 337.532860521. iteration 4618 found worse value: 337.532860521. iteration 4619 found worse value: 337.532860521. iteration 4620 found worse value: 337.532860521. iteration 4621 found worse value: 337.532860521. iteration 4622 found worse value: 337.532860521. iteration 4623 found worse value: 337.532860521. iteration 4624 found worse value: 337.532860521. iteration 4625 found worse value: 337.532860521. iteration 4626 found worse value: 337.532860521. iteration 4627 found worse value: 337.532860521. iteration 4628 found worse value: 337.532860521. iteration 4629 found worse value: 337.532860521. iteration 4630 found worse value: 337.532860521. iteration 4631 found worse value: 337.532860521. iteration 4632 found worse value: 337.532860521. iteration 4633 found worse value: 337.532860521. iteration 4634 found worse value: 337.532860521. iteration 4635 found worse value: 337.532860521. iteration 4636 found worse value: 337.532860521. iteration 4637 found worse value: 337.532860521. iteration 4638 found worse value: 337.532860521. iteration 4639 found worse value: 337.532860521. iteration 4640 found worse value: 337.532860521. iteration 4641 found worse value: 337.532860521. iteration 4642 found worse value: 337.532860521. iteration 4643 found worse value: 337.532860521. iteration 4644 found worse value: 337.532860521. iteration 4645 found worse value: 337.532860521. iteration 4646 found worse value: 337.532860521. iteration 4647 found worse value: 337.532860521. iteration 4648 found worse value: 337.532860521. iteration 4649 found worse value: 337.532860521. iteration 4650 found worse value: 337.532860521. iteration 4651 found worse value: 337.532860521. iteration 4652 found worse value: 337.532860521. iteration 4653 found worse value: 337.532860521. iteration 4654 found worse value: 337.532860521. iteration 4655 found worse value: 337.532860521. iteration 4656 found worse value: 337.532860521. iteration 4657 found worse value: 337.532860521. iteration 4658 found worse value: 337.532860521. iteration 4659 found worse value: 337.532860521. iteration 4660 found worse value: 337.532860521. iteration 4661 found worse value: 337.532860521. iteration 4662 found worse value: 337.532860521. iteration 4663 found worse value: 337.532860521. iteration 4664 found worse value: 337.532860521. iteration 4665 found worse value: 337.532860521. iteration 4666 found worse value: 337.532860521. iteration 4667 found worse value: 337.532860521. iteration 4668 found worse value: 337.532860521. iteration 4669 found worse value: 337.532860521. iteration 4670 found worse value: 337.532860521. iteration 4671 found worse value: 337.532860521. iteration 4672 found worse value: 337.532860521. iteration 4673 found worse value: 337.532860521. iteration 4674 found worse value: 337.532860521. iteration 4675 found worse value: 337.532860521. iteration 4676 found worse value: 337.532860521. iteration 4677 found worse value: 337.532860521. iteration 4678 found worse value: 337.532860521. iteration 4679 found worse value: 337.532860521. iteration 4680 found worse value: 337.532860521. iteration 4681 found worse value: 337.532860521. iteration 4682 found worse value: 337.532860521. iteration 4683 found worse value: 337.532860521. iteration 4684 found worse value: 337.532860521. iteration 4685 found worse value: 337.532860521. iteration 4686 found worse value: 337.532860521. iteration 4687 found worse value: 337.532860521. iteration 4688 found worse value: 337.532860521. iteration 4689 found worse value: 337.532860521. iteration 4690 found worse value: 337.532860521. iteration 4691 found worse value: 337.532860521. iteration 4692 found worse value: 337.532860521. iteration 4693 found worse value: 337.532860521. iteration 4694 found worse value: 337.532860521. iteration 4695 found worse value: 337.532860521. iteration 4696 found worse value: 337.532860521. iteration 4697 found worse value: 337.532860521. iteration 4698 found worse value: 337.532860521. iteration 4699 found worse value: 337.532860521. iteration 4700 found worse value: 337.532860521. iteration 4701 found worse value: 337.532860521. iteration 4702 found worse value: 337.532860521. iteration 4703 found worse value: 337.532860521. iteration 4704 found worse value: 337.532860521. iteration 4705 found worse value: 337.532860521. iteration 4706 found worse value: 337.532860521. iteration 4707 found worse value: 337.532860521. iteration 4708 found worse value: 337.532860521. iteration 4709 found worse value: 337.532860521. iteration 4710 found worse value: 337.532860521. iteration 4711 found worse value: 337.532860521. iteration 4712 found worse value: 337.532860521. iteration4712, perturbing to get out of local maxima iteration 4713 found worse value: 337.532860521. iteration 4714 found worse value: 337.532860521. iteration 4715 found worse value: 337.532860521. iteration 4716 found worse value: 337.532860521. iteration 4717 found worse value: 337.532860521. iteration 4718 found worse value: 337.532860521. iteration 4719 found worse value: 337.532860521. iteration 4720 found worse value: 337.532860521. iteration 4721 found worse value: 337.532860521. iteration 4722 found worse value: 337.532860521. iteration 4723 found worse value: 337.532860521. iteration 4724 found worse value: 337.532860521. iteration 4725 found worse value: 337.532860521. iteration 4726 found worse value: 337.532860521. iteration 4727 found worse value: 337.532860521. iteration 4728 found worse value: 337.532860521. iteration 4729 found worse value: 337.532860521. iteration 4730 found worse value: 337.532860521. iteration 4731 found worse value: 337.532860521. iteration 4732 found worse value: 337.532860521. iteration 4733 found worse value: 337.532860521. iteration 4734 found worse value: 337.532860521. iteration 4735 found worse value: 337.532860521. iteration 4736 found worse value: 337.532860521. iteration 4737 found worse value: 337.532860521. iteration 4738 found worse value: 337.532860521. iteration 4739 found worse value: 337.532860521. iteration 4740 found worse value: 337.532860521. iteration 4741 found worse value: 337.532860521. iteration 4742 found worse value: 337.532860521. iteration 4743 found worse value: 337.532860521. iteration 4744 found worse value: 337.532860521. iteration 4745 found worse value: 337.532860521. iteration 4746 found worse value: 337.532860521. iteration 4747 found worse value: 337.532860521. iteration 4748 found worse value: 337.532860521. iteration 4749 found worse value: 337.532860521. iteration 4750 found worse value: 337.532860521. iteration 4751 found worse value: 337.532860521. iteration 4752 found worse value: 337.532860521. iteration 4753 found worse value: 337.532860521. iteration 4754 found worse value: 337.532860521. iteration 4755 found worse value: 337.532860521. iteration 4756 found worse value: 337.532860521. iteration 4757 found worse value: 337.532860521. iteration 4758 found worse value: 337.532860521. iteration 4759 found worse value: 337.532860521. iteration 4760 found worse value: 337.532860521. iteration 4761 found worse value: 337.532860521. iteration 4762 found worse value: 337.532860521. iteration 4763 found worse value: 337.532860521. iteration 4764 found worse value: 337.532860521. iteration 4765 found worse value: 337.532860521. iteration 4766 found worse value: 337.532860521. iteration 4767 found worse value: 337.532860521. iteration 4768 found worse value: 337.532860521. iteration 4769 found worse value: 337.532860521. iteration 4770 found worse value: 337.532860521. iteration 4771 found worse value: 337.532860521. iteration 4772 found worse value: 337.532860521. iteration 4773 found worse value: 337.532860521. iteration 4774 found worse value: 337.532860521. iteration 4775 found worse value: 337.532860521. iteration 4776 found worse value: 337.532860521. iteration 4777 found worse value: 337.532860521. iteration 4778 found worse value: 337.532860521. iteration 4779 found worse value: 337.532860521. iteration4779, perturbing to get out of local maxima iteration 4780 found worse value: 337.532860521. iteration 4781 found worse value: 337.532860521. iteration 4782 found worse value: 337.532860521. iteration 4783 found worse value: 337.532860521. iteration 4784 found worse value: 337.532860521. iteration 4785 found worse value: 337.532860521. iteration 4786 found worse value: 337.532860521. iteration 4787 found worse value: 337.532860521. iteration 4788 found worse value: 337.532860521. iteration 4789 found worse value: 337.532860521. iteration 4790 found worse value: 337.532860521. iteration 4791 found worse value: 337.532860521. iteration 4792 found worse value: 337.532860521. iteration 4793 found worse value: 337.532860521. iteration 4794 found worse value: 337.532860521. iteration 4795 found worse value: 337.532860521. iteration 4796 found worse value: 337.532860521. iteration 4797 found worse value: 337.532860521. iteration 4798 found worse value: 337.532860521. iteration 4799 found worse value: 337.532860521. iteration 4800 found worse value: 337.532860521. iteration 4801 found worse value: 337.532860521. iteration 4802 found worse value: 337.532860521. iteration 4803 found worse value: 337.532860521. iteration 4804 found worse value: 337.532860521. iteration 4805 found worse value: 337.532860521. iteration 4806 found worse value: 337.532860521. iteration 4807 found worse value: 337.532860521. iteration 4808 found worse value: 337.532860521. iteration 4809 found worse value: 337.532860521. iteration 4810 found worse value: 337.532860521. iteration 4811 found worse value: 337.532860521. iteration 4812 found worse value: 337.532860521. iteration 4813 found worse value: 337.532860521. iteration 4814 found worse value: 337.532860521. iteration 4815 found worse value: 337.532860521. iteration 4816 found worse value: 337.532860521. iteration 4817 found worse value: 337.532860521. iteration 4818 found worse value: 337.532860521. iteration 4819 found worse value: 337.532860521. iteration 4820 found worse value: 337.532860521. iteration 4821 found worse value: 337.532860521. iteration 4822 found worse value: 337.532860521. iteration 4823 found worse value: 337.532860521. iteration 4824 found worse value: 337.532860521. iteration 4825 found worse value: 337.532860521. iteration 4826 found worse value: 337.532860521. iteration 4827 found worse value: 337.532860521. iteration 4828 found worse value: 337.532860521. iteration 4829 found worse value: 337.532860521. iteration 4830 found worse value: 337.532860521. iteration 4831 found worse value: 337.532860521. iteration 4832 found worse value: 337.532860521. iteration 4833 found worse value: 337.532860521. iteration 4834 found worse value: 337.532860521. iteration 4835 found worse value: 337.532860521. iteration 4836 found worse value: 337.532860521. iteration 4837 found worse value: 337.532860521. iteration 4838 found worse value: 337.532860521. iteration 4839 found worse value: 337.532860521. iteration 4840 found worse value: 337.532860521. iteration 4841 found worse value: 337.532860521. iteration 4842 found worse value: 337.532860521. iteration 4843 found worse value: 337.532860521. iteration 4844 found worse value: 337.532860521. iteration 4845 found worse value: 337.532860521. iteration 4846 found worse value: 337.532860521. iteration 4847 found worse value: 337.532860521. iteration 4848 found better value: 337.547609857 iteration 4849 found worse value: 337.547609857. iteration 4850 found worse value: 337.547609857. iteration 4851 found worse value: 337.547609857. iteration 4852 found worse value: 337.547609857. iteration 4853 found worse value: 337.547609857. iteration 4854 found worse value: 337.547609857. iteration 4855 found worse value: 337.547609857. iteration 4856 found worse value: 337.547609857. iteration 4857 found worse value: 337.547609857. iteration 4858 found worse value: 337.547609857. iteration 4859 found worse value: 337.547609857. iteration 4860 found worse value: 337.547609857. iteration 4861 found worse value: 337.547609857. iteration 4862 found worse value: 337.547609857. iteration 4863 found worse value: 337.547609857. iteration 4864 found worse value: 337.547609857. iteration 4865 found worse value: 337.547609857. iteration 4866 found worse value: 337.547609857. iteration 4867 found worse value: 337.547609857. iteration 4868 found worse value: 337.547609857. iteration 4869 found worse value: 337.547609857. iteration 4870 found worse value: 337.547609857. iteration 4871 found worse value: 337.547609857. iteration 4872 found worse value: 337.547609857. iteration 4873 found worse value: 337.547609857. iteration 4874 found worse value: 337.547609857. iteration 4875 found worse value: 337.547609857. iteration 4876 found worse value: 337.547609857. iteration 4877 found worse value: 337.547609857. iteration 4878 found worse value: 337.547609857. iteration 4879 found worse value: 337.547609857. iteration 4880 found worse value: 337.547609857. iteration 4881 found worse value: 337.547609857. iteration 4882 found worse value: 337.547609857. iteration 4883 found worse value: 337.547609857. iteration 4884 found worse value: 337.547609857. iteration 4885 found worse value: 337.547609857. iteration 4886 found worse value: 337.547609857. iteration 4887 found worse value: 337.547609857. iteration 4888 found worse value: 337.547609857. iteration 4889 found worse value: 337.547609857. iteration 4890 found worse value: 337.547609857. iteration 4891 found worse value: 337.547609857. iteration 4892 found worse value: 337.547609857. iteration 4893 found worse value: 337.547609857. iteration 4894 found worse value: 337.547609857. iteration 4895 found worse value: 337.547609857. iteration 4896 found worse value: 337.547609857. iteration 4897 found worse value: 337.547609857. iteration 4898 found worse value: 337.547609857. iteration 4899 found worse value: 337.547609857. iteration 4900 found worse value: 337.547609857. iteration 4901 found worse value: 337.547609857. iteration 4902 found worse value: 337.547609857. iteration 4903 found worse value: 337.547609857. iteration 4904 found worse value: 337.547609857. iteration 4905 found worse value: 337.547609857. iteration 4906 found worse value: 337.547609857. iteration 4907 found worse value: 337.547609857. iteration 4908 found worse value: 337.547609857. iteration 4909 found worse value: 337.547609857. iteration 4910 found worse value: 337.547609857. iteration 4911 found worse value: 337.547609857. iteration 4912 found worse value: 337.547609857. iteration 4913 found worse value: 337.547609857. iteration 4914 found worse value: 337.547609857. iteration 4915 found worse value: 337.547609857. iteration 4916 found worse value: 337.547609857. iteration 4917 found worse value: 337.547609857. iteration 4918 found worse value: 337.547609857. iteration 4919 found worse value: 337.547609857. iteration 4920 found worse value: 337.547609857. iteration 4921 found worse value: 337.547609857. iteration 4922 found worse value: 337.547609857. iteration 4923 found worse value: 337.547609857. iteration 4924 found worse value: 337.547609857. iteration 4925 found worse value: 337.547609857. iteration 4926 found worse value: 337.547609857. iteration 4927 found worse value: 337.547609857. iteration 4928 found worse value: 337.547609857. iteration 4929 found worse value: 337.547609857. iteration 4930 found worse value: 337.547609857. iteration 4931 found worse value: 337.547609857. iteration 4932 found worse value: 337.547609857. iteration 4933 found worse value: 337.547609857. iteration 4934 found worse value: 337.547609857. iteration 4935 found worse value: 337.547609857. iteration 4936 found worse value: 337.547609857. iteration 4937 found worse value: 337.547609857. iteration 4938 found worse value: 337.547609857. iteration 4939 found worse value: 337.547609857. iteration 4940 found worse value: 337.547609857. iteration 4941 found worse value: 337.547609857. iteration 4942 found worse value: 337.547609857. iteration 4943 found worse value: 337.547609857. iteration 4944 found worse value: 337.547609857. iteration 4945 found worse value: 337.547609857. iteration 4946 found worse value: 337.547609857. iteration 4947 found worse value: 337.547609857. iteration 4948 found worse value: 337.547609857. iteration 4949 found worse value: 337.547609857. iteration 4950 found worse value: 337.547609857. iteration 4951 found worse value: 337.547609857. iteration 4952 found worse value: 337.547609857. iteration 4953 found worse value: 337.547609857. iteration 4954 found worse value: 337.547609857. iteration 4955 found worse value: 337.547609857. iteration 4956 found worse value: 337.547609857. iteration 4957 found worse value: 337.547609857. iteration 4958 found worse value: 337.547609857. iteration 4959 found worse value: 337.547609857. iteration 4960 found worse value: 337.547609857. iteration 4961 found worse value: 337.547609857. iteration 4962 found worse value: 337.547609857. iteration 4963 found worse value: 337.547609857. iteration 4964 found worse value: 337.547609857. iteration 4965 found worse value: 337.547609857. iteration 4966 found worse value: 337.547609857. iteration 4967 found worse value: 337.547609857. iteration 4968 found worse value: 337.547609857. iteration 4969 found worse value: 337.547609857. iteration 4970 found worse value: 337.547609857. iteration 4971 found worse value: 337.547609857. iteration 4972 found worse value: 337.547609857. iteration 4973 found worse value: 337.547609857. iteration 4974 found worse value: 337.547609857. iteration4974, perturbing to get out of local maxima iteration 4975 found worse value: 337.547609857. iteration 4976 found worse value: 337.547609857. iteration 4977 found worse value: 337.547609857. iteration 4978 found worse value: 337.547609857. iteration 4979 found worse value: 337.547609857. iteration 4980 found worse value: 337.547609857. iteration 4981 found worse value: 337.547609857. iteration 4982 found worse value: 337.547609857. iteration 4983 found worse value: 337.547609857. iteration 4984 found worse value: 337.547609857. iteration 4985 found worse value: 337.547609857. iteration 4986 found worse value: 337.547609857. iteration 4987 found worse value: 337.547609857. iteration 4988 found worse value: 337.547609857. iteration 4989 found worse value: 337.547609857. iteration 4990 found worse value: 337.547609857. iteration 4991 found worse value: 337.547609857. iteration 4992 found worse value: 337.547609857. iteration 4993 found worse value: 337.547609857. iteration 4994 found worse value: 337.547609857. iteration 4995 found worse value: 337.547609857. iteration 4996 found worse value: 337.547609857. iteration 4997 found worse value: 337.547609857. iteration 4998 found worse value: 337.547609857. iteration 4999 found worse value: 337.547609857. iteration 5000 found worse value: 337.547609857. iteration 5001 found worse value: 337.547609857. iteration 5002 found worse value: 337.547609857. iteration 5003 found worse value: 337.547609857. iteration 5004 found worse value: 337.547609857. iteration 5005 found worse value: 337.547609857. iteration 5006 found worse value: 337.547609857. iteration 5007 found worse value: 337.547609857. iteration 5008 found worse value: 337.547609857. iteration 5009 found worse value: 337.547609857. iteration 5010 found worse value: 337.547609857. iteration 5011 found worse value: 337.547609857. iteration 5012 found worse value: 337.547609857. iteration 5013 found worse value: 337.547609857. iteration 5014 found worse value: 337.547609857. iteration 5015 found worse value: 337.547609857. iteration 5016 found worse value: 337.547609857. iteration 5017 found worse value: 337.547609857. iteration 5018 found worse value: 337.547609857. iteration 5019 found worse value: 337.547609857. iteration 5020 found worse value: 337.547609857. iteration 5021 found worse value: 337.547609857. iteration 5022 found worse value: 337.547609857. iteration 5023 found worse value: 337.547609857. iteration 5024 found worse value: 337.547609857. iteration 5025 found worse value: 337.547609857. iteration 5026 found worse value: 337.547609857. iteration 5027 found worse value: 337.547609857. iteration 5028 found worse value: 337.547609857. iteration 5029 found worse value: 337.547609857. iteration 5030 found worse value: 337.547609857. iteration 5031 found worse value: 337.547609857. iteration 5032 found worse value: 337.547609857. iteration 5033 found worse value: 337.547609857. iteration 5034 found worse value: 337.547609857. iteration 5035 found worse value: 337.547609857. iteration 5036 found worse value: 337.547609857. iteration 5037 found worse value: 337.547609857. iteration 5038 found worse value: 337.547609857. iteration 5039 found worse value: 337.547609857. iteration 5040 found worse value: 337.547609857. iteration 5041 found worse value: 337.547609857. iteration 5042 found worse value: 337.547609857. iteration 5043 found worse value: 337.547609857. iteration 5044 found worse value: 337.547609857. iteration 5045 found worse value: 337.547609857. iteration 5046 found worse value: 337.547609857. iteration 5047 found worse value: 337.547609857. iteration 5048 found worse value: 337.547609857. iteration 5049 found worse value: 337.547609857. iteration 5050 found worse value: 337.547609857. iteration 5051 found worse value: 337.547609857. iteration 5052 found worse value: 337.547609857. iteration 5053 found worse value: 337.547609857. iteration 5054 found worse value: 337.547609857. iteration 5055 found worse value: 337.547609857. iteration 5056 found worse value: 337.547609857. iteration 5057 found worse value: 337.547609857. iteration 5058 found worse value: 337.547609857. iteration 5059 found worse value: 337.547609857. iteration 5060 found worse value: 337.547609857. iteration 5061 found worse value: 337.547609857. iteration 5062 found worse value: 337.547609857. iteration 5063 found worse value: 337.547609857. iteration 5064 found worse value: 337.547609857. iteration 5065 found worse value: 337.547609857. iteration 5066 found worse value: 337.547609857. iteration 5067 found worse value: 337.547609857. iteration 5068 found worse value: 337.547609857. iteration 5069 found worse value: 337.547609857. iteration 5070 found worse value: 337.547609857. iteration 5071 found worse value: 337.547609857. iteration 5072 found worse value: 337.547609857. iteration 5073 found worse value: 337.547609857. iteration 5074 found worse value: 337.547609857. iteration 5075 found worse value: 337.547609857. iteration 5076 found worse value: 337.547609857. iteration 5077 found worse value: 337.547609857. iteration 5078 found worse value: 337.547609857. iteration 5079 found worse value: 337.547609857. iteration 5080 found worse value: 337.547609857. iteration 5081 found worse value: 337.547609857. iteration 5082 found worse value: 337.547609857. iteration 5083 found worse value: 337.547609857. iteration 5084 found worse value: 337.547609857. iteration 5085 found worse value: 337.547609857. iteration 5086 found worse value: 337.547609857. iteration 5087 found worse value: 337.547609857. iteration 5088 found worse value: 337.547609857. iteration5088, perturbing to get out of local maxima iteration 5089 found worse value: 337.547609857. iteration 5090 found worse value: 337.547609857. iteration 5091 found worse value: 337.547609857. iteration 5092 found worse value: 337.547609857. iteration 5093 found worse value: 337.547609857. iteration 5094 found worse value: 337.547609857. iteration 5095 found worse value: 337.547609857. iteration 5096 found worse value: 337.547609857. iteration 5097 found worse value: 337.547609857. iteration 5098 found worse value: 337.547609857. iteration 5099 found worse value: 337.547609857. iteration 5100 found worse value: 337.547609857. iteration 5101 found worse value: 337.547609857. iteration 5102 found worse value: 337.547609857. iteration 5103 found worse value: 337.547609857. iteration 5104 found worse value: 337.547609857. iteration 5105 found worse value: 337.547609857. iteration 5106 found worse value: 337.547609857. iteration 5107 found worse value: 337.547609857. iteration 5108 found worse value: 337.547609857. iteration 5109 found worse value: 337.547609857. iteration 5110 found worse value: 337.547609857. iteration 5111 found worse value: 337.547609857. iteration 5112 found worse value: 337.547609857. iteration 5113 found worse value: 337.547609857. iteration 5114 found worse value: 337.547609857. iteration 5115 found worse value: 337.547609857. iteration 5116 found worse value: 337.547609857. iteration 5117 found worse value: 337.547609857. iteration 5118 found worse value: 337.547609857. iteration 5119 found worse value: 337.547609857. iteration 5120 found worse value: 337.547609857. iteration 5121 found worse value: 337.547609857. iteration 5122 found worse value: 337.547609857. iteration 5123 found worse value: 337.547609857. iteration 5124 found worse value: 337.547609857. iteration 5125 found worse value: 337.547609857. iteration 5126 found worse value: 337.547609857. iteration 5127 found worse value: 337.547609857. iteration 5128 found worse value: 337.547609857. iteration 5129 found worse value: 337.547609857. iteration 5130 found worse value: 337.547609857. iteration 5131 found worse value: 337.547609857. iteration 5132 found worse value: 337.547609857. iteration 5133 found worse value: 337.547609857. iteration 5134 found worse value: 337.547609857. iteration 5135 found worse value: 337.547609857. iteration 5136 found worse value: 337.547609857. iteration 5137 found worse value: 337.547609857. iteration 5138 found worse value: 337.547609857. iteration 5139 found worse value: 337.547609857. iteration 5140 found worse value: 337.547609857. iteration 5141 found worse value: 337.547609857. iteration 5142 found worse value: 337.547609857. iteration 5143 found worse value: 337.547609857. iteration 5144 found worse value: 337.547609857. iteration 5145 found worse value: 337.547609857. iteration 5146 found worse value: 337.547609857. iteration 5147 found worse value: 337.547609857. iteration 5148 found worse value: 337.547609857. iteration 5149 found worse value: 337.547609857. iteration 5150 found worse value: 337.547609857. iteration 5151 found worse value: 337.547609857. iteration 5152 found worse value: 337.547609857. iteration 5153 found worse value: 337.547609857. iteration 5154 found worse value: 337.547609857. iteration 5155 found worse value: 337.547609857. iteration 5156 found worse value: 337.547609857. iteration 5157 found worse value: 337.547609857. iteration 5158 found worse value: 337.547609857. iteration 5159 found worse value: 337.547609857. iteration 5160 found worse value: 337.547609857. iteration 5161 found worse value: 337.547609857. iteration 5162 found worse value: 337.547609857. iteration 5163 found worse value: 337.547609857. iteration 5164 found worse value: 337.547609857. iteration 5165 found worse value: 337.547609857. iteration 5166 found worse value: 337.547609857. iteration5166, perturbing to get out of local maxima iteration 5167 found worse value: 337.547609857. iteration 5168 found worse value: 337.547609857. iteration 5169 found worse value: 337.547609857. iteration 5170 found worse value: 337.547609857. iteration 5171 found worse value: 337.547609857. iteration 5172 found worse value: 337.547609857. iteration 5173 found worse value: 337.547609857. iteration 5174 found worse value: 337.547609857. iteration 5175 found worse value: 337.547609857. iteration 5176 found worse value: 337.547609857. iteration 5177 found worse value: 337.547609857. iteration 5178 found worse value: 337.547609857. iteration 5179 found worse value: 337.547609857. iteration 5180 found worse value: 337.547609857. iteration 5181 found worse value: 337.547609857. iteration 5182 found worse value: 337.547609857. iteration 5183 found worse value: 337.547609857. iteration 5184 found worse value: 337.547609857. iteration 5185 found worse value: 337.547609857. iteration 5186 found worse value: 337.547609857. iteration 5187 found worse value: 337.547609857. iteration 5188 found worse value: 337.547609857. iteration 5189 found worse value: 337.547609857. iteration 5190 found worse value: 337.547609857. iteration 5191 found worse value: 337.547609857. iteration 5192 found worse value: 337.547609857. iteration 5193 found worse value: 337.547609857. iteration 5194 found worse value: 337.547609857. iteration 5195 found worse value: 337.547609857. iteration 5196 found worse value: 337.547609857. iteration 5197 found worse value: 337.547609857. iteration 5198 found worse value: 337.547609857. iteration 5199 found worse value: 337.547609857. iteration 5200 found worse value: 337.547609857. iteration5200, perturbing to get out of local maxima iteration 5201 found worse value: 337.547609857. iteration 5202 found worse value: 337.547609857. iteration 5203 found worse value: 337.547609857. iteration 5204 found worse value: 337.547609857. iteration 5205 found worse value: 337.547609857. iteration 5206 found worse value: 337.547609857. iteration 5207 found worse value: 337.547609857. iteration 5208 found worse value: 337.547609857. iteration 5209 found worse value: 337.547609857. iteration 5210 found worse value: 337.547609857. iteration 5211 found worse value: 337.547609857. iteration 5212 found worse value: 337.547609857. iteration 5213 found worse value: 337.547609857. iteration 5214 found worse value: 337.547609857. iteration 5215 found worse value: 337.547609857. iteration 5216 found worse value: 337.547609857. iteration 5217 found worse value: 337.547609857. iteration 5218 found worse value: 337.547609857. iteration 5219 found worse value: 337.547609857. iteration 5220 found worse value: 337.547609857. iteration 5221 found worse value: 337.547609857. iteration 5222 found worse value: 337.547609857. iteration 5223 found worse value: 337.547609857. iteration 5224 found worse value: 337.547609857. iteration 5225 found worse value: 337.547609857. iteration 5226 found worse value: 337.547609857. iteration 5227 found worse value: 337.547609857. iteration 5228 found worse value: 337.547609857. iteration 5229 found worse value: 337.547609857. iteration 5230 found worse value: 337.547609857. iteration 5231 found worse value: 337.547609857. iteration 5232 found worse value: 337.547609857. iteration 5233 found worse value: 337.547609857. iteration 5234 found worse value: 337.547609857. iteration 5235 found worse value: 337.547609857. iteration 5236 found worse value: 337.547609857. iteration 5237 found worse value: 337.547609857. iteration 5238 found worse value: 337.547609857. iteration 5239 found worse value: 337.547609857. iteration 5240 found worse value: 337.547609857. iteration 5241 found worse value: 337.547609857. iteration 5242 found worse value: 337.547609857. iteration 5243 found worse value: 337.547609857. iteration 5244 found worse value: 337.547609857. iteration 5245 found worse value: 337.547609857. iteration 5246 found worse value: 337.547609857. iteration 5247 found worse value: 337.547609857. iteration 5248 found worse value: 337.547609857. iteration 5249 found worse value: 337.547609857. iteration 5250 found worse value: 337.547609857. iteration 5251 found worse value: 337.547609857. iteration 5252 found worse value: 337.547609857. iteration 5253 found worse value: 337.547609857. iteration 5254 found worse value: 337.547609857. iteration 5255 found worse value: 337.547609857. iteration 5256 found worse value: 337.547609857. iteration 5257 found worse value: 337.547609857. iteration 5258 found worse value: 337.547609857. iteration 5259 found worse value: 337.547609857. iteration 5260 found worse value: 337.547609857. iteration 5261 found worse value: 337.547609857. iteration 5262 found worse value: 337.547609857. iteration 5263 found worse value: 337.547609857. iteration 5264 found worse value: 337.547609857. iteration 5265 found worse value: 337.547609857. iteration 5266 found worse value: 337.547609857. iteration 5267 found worse value: 337.547609857. iteration 5268 found worse value: 337.547609857. iteration 5269 found worse value: 337.547609857. iteration 5270 found worse value: 337.547609857. iteration 5271 found worse value: 337.547609857. iteration 5272 found worse value: 337.547609857. iteration 5273 found worse value: 337.547609857. iteration 5274 found worse value: 337.547609857. iteration 5275 found worse value: 337.547609857. iteration 5276 found worse value: 337.547609857. iteration 5277 found worse value: 337.547609857. iteration 5278 found worse value: 337.547609857. iteration 5279 found worse value: 337.547609857. iteration 5280 found worse value: 337.547609857. iteration 5281 found worse value: 337.547609857. iteration 5282 found worse value: 337.547609857. iteration 5283 found worse value: 337.547609857. iteration 5284 found worse value: 337.547609857. iteration 5285 found worse value: 337.547609857. iteration 5286 found worse value: 337.547609857. iteration 5287 found worse value: 337.547609857. iteration 5288 found worse value: 337.547609857. iteration 5289 found worse value: 337.547609857. iteration 5290 found worse value: 337.547609857. iteration 5291 found worse value: 337.547609857. iteration 5292 found worse value: 337.547609857. iteration 5293 found worse value: 337.547609857. iteration 5294 found worse value: 337.547609857. iteration 5295 found worse value: 337.547609857. iteration 5296 found worse value: 337.547609857. iteration 5297 found worse value: 337.547609857. iteration5297, perturbing to get out of local maxima iteration 5298 found worse value: 337.547609857. iteration 5299 found worse value: 337.547609857. iteration 5300 found worse value: 337.547609857. iteration 5301 found worse value: 337.547609857. iteration 5302 found worse value: 337.547609857. iteration 5303 found worse value: 337.547609857. iteration 5304 found worse value: 337.547609857. iteration 5305 found worse value: 337.547609857. iteration 5306 found worse value: 337.547609857. iteration 5307 found worse value: 337.547609857. iteration 5308 found worse value: 337.547609857. iteration 5309 found worse value: 337.547609857. iteration 5310 found worse value: 337.547609857. iteration 5311 found worse value: 337.547609857. iteration 5312 found worse value: 337.547609857. iteration 5313 found worse value: 337.547609857. iteration 5314 found worse value: 337.547609857. iteration 5315 found worse value: 337.547609857. iteration 5316 found worse value: 337.547609857. iteration 5317 found worse value: 337.547609857. iteration 5318 found worse value: 337.547609857. iteration 5319 found worse value: 337.547609857. iteration 5320 found worse value: 337.547609857. iteration 5321 found worse value: 337.547609857. iteration 5322 found worse value: 337.547609857. iteration 5323 found worse value: 337.547609857. iteration5323, perturbing to get out of local maxima iteration 5324 found worse value: 337.547609857. iteration 5325 found worse value: 337.547609857. iteration 5326 found worse value: 337.547609857. iteration 5327 found worse value: 337.547609857. iteration 5328 found worse value: 337.547609857. iteration 5329 found worse value: 337.547609857. iteration 5330 found worse value: 337.547609857. iteration 5331 found worse value: 337.547609857. iteration 5332 found worse value: 337.547609857. iteration 5333 found worse value: 337.547609857. iteration 5334 found worse value: 337.547609857. iteration5334, perturbing to get out of local maxima iteration 5335 found worse value: 337.547609857. iteration 5336 found worse value: 337.547609857. iteration 5337 found worse value: 337.547609857. iteration 5338 found worse value: 337.547609857. iteration 5339 found worse value: 337.547609857. iteration 5340 found worse value: 337.547609857. iteration 5341 found worse value: 337.547609857. iteration 5342 found worse value: 337.547609857. iteration 5343 found worse value: 337.547609857. iteration 5344 found worse value: 337.547609857. iteration 5345 found worse value: 337.547609857. iteration 5346 found worse value: 337.547609857. iteration 5347 found worse value: 337.547609857. iteration 5348 found worse value: 337.547609857. iteration 5349 found worse value: 337.547609857. iteration 5350 found worse value: 337.547609857. iteration 5351 found worse value: 337.547609857. iteration 5352 found worse value: 337.547609857. iteration 5353 found worse value: 337.547609857. iteration 5354 found worse value: 337.547609857. iteration 5355 found worse value: 337.547609857. iteration 5356 found worse value: 337.547609857. iteration 5357 found worse value: 337.547609857. iteration 5358 found worse value: 337.547609857. iteration 5359 found worse value: 337.547609857. iteration 5360 found worse value: 337.547609857. iteration 5361 found worse value: 337.547609857. iteration 5362 found worse value: 337.547609857. iteration 5363 found worse value: 337.547609857. iteration 5364 found worse value: 337.547609857. iteration 5365 found worse value: 337.547609857. iteration 5366 found worse value: 337.547609857. iteration 5367 found worse value: 337.547609857. iteration 5368 found worse value: 337.547609857. iteration 5369 found worse value: 337.547609857. iteration 5370 found worse value: 337.547609857. iteration 5371 found worse value: 337.547609857. iteration 5372 found worse value: 337.547609857. iteration 5373 found worse value: 337.547609857. iteration 5374 found worse value: 337.547609857. iteration 5375 found worse value: 337.547609857. iteration 5376 found worse value: 337.547609857. iteration 5377 found worse value: 337.547609857. iteration 5378 found worse value: 337.547609857. iteration 5379 found worse value: 337.547609857. iteration 5380 found worse value: 337.547609857. iteration 5381 found worse value: 337.547609857. iteration 5382 found worse value: 337.547609857. iteration 5383 found worse value: 337.547609857. iteration 5384 found worse value: 337.547609857. iteration 5385 found worse value: 337.547609857. iteration 5386 found worse value: 337.547609857. iteration 5387 found worse value: 337.547609857. iteration 5388 found worse value: 337.547609857. iteration 5389 found worse value: 337.547609857. iteration 5390 found worse value: 337.547609857. iteration 5391 found worse value: 337.547609857. iteration 5392 found worse value: 337.547609857. iteration 5393 found worse value: 337.547609857. iteration 5394 found worse value: 337.547609857. iteration 5395 found worse value: 337.547609857. iteration 5396 found worse value: 337.547609857. iteration 5397 found worse value: 337.547609857. iteration 5398 found worse value: 337.547609857. iteration 5399 found worse value: 337.547609857. iteration 5400 found worse value: 337.547609857. iteration 5401 found worse value: 337.547609857. iteration 5402 found worse value: 337.547609857. iteration 5403 found worse value: 337.547609857. iteration 5404 found worse value: 337.547609857. iteration 5405 found worse value: 337.547609857. iteration 5406 found worse value: 337.547609857. iteration 5407 found worse value: 337.547609857. iteration 5408 found worse value: 337.547609857. iteration 5409 found worse value: 337.547609857. iteration 5410 found worse value: 337.547609857. iteration 5411 found worse value: 337.547609857. iteration 5412 found worse value: 337.547609857. iteration 5413 found worse value: 337.547609857. iteration 5414 found worse value: 337.547609857. iteration 5415 found worse value: 337.547609857. iteration 5416 found worse value: 337.547609857. iteration 5417 found worse value: 337.547609857. iteration 5418 found worse value: 337.547609857. iteration 5419 found worse value: 337.547609857. iteration 5420 found worse value: 337.547609857. iteration 5421 found worse value: 337.547609857. iteration 5422 found worse value: 337.547609857. iteration 5423 found worse value: 337.547609857. iteration 5424 found worse value: 337.547609857. iteration 5425 found worse value: 337.547609857. iteration 5426 found worse value: 337.547609857. iteration 5427 found worse value: 337.547609857. iteration 5428 found worse value: 337.547609857. iteration 5429 found worse value: 337.547609857. iteration 5430 found worse value: 337.547609857. iteration 5431 found worse value: 337.547609857. iteration 5432 found worse value: 337.547609857. iteration 5433 found worse value: 337.547609857. iteration 5434 found worse value: 337.547609857. iteration 5435 found worse value: 337.547609857. iteration 5436 found worse value: 337.547609857. iteration 5437 found worse value: 337.547609857. iteration 5438 found worse value: 337.547609857. iteration 5439 found worse value: 337.547609857. iteration 5440 found worse value: 337.547609857. iteration 5441 found worse value: 337.547609857. iteration 5442 found worse value: 337.547609857. iteration 5443 found worse value: 337.547609857. iteration 5444 found worse value: 337.547609857. iteration 5445 found worse value: 337.547609857. iteration 5446 found worse value: 337.547609857. iteration 5447 found worse value: 337.547609857. iteration 5448 found worse value: 337.547609857. iteration 5449 found worse value: 337.547609857. iteration 5450 found worse value: 337.547609857. iteration 5451 found worse value: 337.547609857. iteration 5452 found worse value: 337.547609857. iteration 5453 found worse value: 337.547609857. iteration 5454 found worse value: 337.547609857. iteration 5455 found worse value: 337.547609857. iteration 5456 found worse value: 337.547609857. iteration 5457 found worse value: 337.547609857. iteration 5458 found worse value: 337.547609857. iteration 5459 found worse value: 337.547609857. iteration 5460 found worse value: 337.547609857. iteration 5461 found worse value: 337.547609857. iteration 5462 found worse value: 337.547609857. iteration 5463 found worse value: 337.547609857. iteration 5464 found worse value: 337.547609857. iteration 5465 found worse value: 337.547609857. iteration 5466 found worse value: 337.547609857. iteration 5467 found worse value: 337.547609857. iteration 5468 found worse value: 337.547609857. iteration 5469 found worse value: 337.547609857. iteration 5470 found worse value: 337.547609857. iteration 5471 found worse value: 337.547609857. iteration 5472 found worse value: 337.547609857. iteration 5473 found worse value: 337.547609857. iteration 5474 found worse value: 337.547609857. iteration 5475 found worse value: 337.547609857. iteration5475, perturbing to get out of local maxima iteration 5476 found worse value: 337.547609857. iteration 5477 found worse value: 337.547609857. iteration 5478 found worse value: 337.547609857. iteration 5479 found worse value: 337.547609857. iteration 5480 found worse value: 337.547609857. iteration 5481 found worse value: 337.547609857. iteration 5482 found worse value: 337.547609857. iteration 5483 found worse value: 337.547609857. iteration 5484 found worse value: 337.547609857. iteration 5485 found worse value: 337.547609857. iteration 5486 found worse value: 337.547609857. iteration 5487 found worse value: 337.547609857. iteration 5488 found worse value: 337.547609857. iteration 5489 found worse value: 337.547609857. iteration 5490 found worse value: 337.547609857. iteration 5491 found worse value: 337.547609857. iteration 5492 found worse value: 337.547609857. iteration 5493 found worse value: 337.547609857. iteration 5494 found worse value: 337.547609857. iteration 5495 found worse value: 337.547609857. iteration 5496 found worse value: 337.547609857. iteration 5497 found worse value: 337.547609857. iteration 5498 found worse value: 337.547609857. iteration 5499 found worse value: 337.547609857. iteration 5500 found worse value: 337.547609857. iteration 5501 found worse value: 337.547609857. iteration 5502 found worse value: 337.547609857. iteration 5503 found worse value: 337.547609857. iteration 5504 found worse value: 337.547609857. iteration 5505 found worse value: 337.547609857. iteration 5506 found worse value: 337.547609857. iteration 5507 found worse value: 337.547609857. iteration 5508 found worse value: 337.547609857. iteration 5509 found worse value: 337.547609857. iteration 5510 found worse value: 337.547609857. iteration 5511 found worse value: 337.547609857. iteration 5512 found worse value: 337.547609857. iteration 5513 found worse value: 337.547609857. iteration 5514 found worse value: 337.547609857. iteration 5515 found worse value: 337.547609857. iteration 5516 found worse value: 337.547609857. iteration 5517 found worse value: 337.547609857. iteration 5518 found worse value: 337.547609857. iteration 5519 found worse value: 337.547609857. iteration 5520 found worse value: 337.547609857. iteration 5521 found worse value: 337.547609857. iteration 5522 found worse value: 337.547609857. iteration 5523 found worse value: 337.547609857. iteration 5524 found worse value: 337.547609857. iteration 5525 found worse value: 337.547609857. iteration 5526 found worse value: 337.547609857. iteration 5527 found worse value: 337.547609857. iteration 5528 found worse value: 337.547609857. iteration 5529 found worse value: 337.547609857. iteration 5530 found worse value: 337.547609857. iteration 5531 found worse value: 337.547609857. iteration 5532 found worse value: 337.547609857. iteration 5533 found worse value: 337.547609857. iteration 5534 found worse value: 337.547609857. iteration 5535 found worse value: 337.547609857. iteration 5536 found worse value: 337.547609857. iteration 5537 found worse value: 337.547609857. iteration 5538 found worse value: 337.547609857. iteration 5539 found worse value: 337.547609857. iteration 5540 found worse value: 337.547609857. iteration 5541 found worse value: 337.547609857. iteration 5542 found worse value: 337.547609857. iteration 5543 found worse value: 337.547609857. iteration 5544 found worse value: 337.547609857. iteration 5545 found worse value: 337.547609857. iteration 5546 found worse value: 337.547609857. iteration 5547 found worse value: 337.547609857. iteration 5548 found worse value: 337.547609857. iteration 5549 found worse value: 337.547609857. iteration 5550 found worse value: 337.547609857. iteration 5551 found worse value: 337.547609857. iteration 5552 found worse value: 337.547609857. iteration 5553 found worse value: 337.547609857. iteration 5554 found worse value: 337.547609857. iteration 5555 found worse value: 337.547609857. iteration 5556 found worse value: 337.547609857. iteration 5557 found worse value: 337.547609857. iteration 5558 found worse value: 337.547609857. iteration 5559 found worse value: 337.547609857. iteration 5560 found worse value: 337.547609857. iteration 5561 found worse value: 337.547609857. iteration 5562 found worse value: 337.547609857. iteration 5563 found worse value: 337.547609857. iteration 5564 found worse value: 337.547609857. iteration 5565 found worse value: 337.547609857. iteration 5566 found worse value: 337.547609857. iteration 5567 found worse value: 337.547609857. iteration 5568 found worse value: 337.547609857. iteration 5569 found worse value: 337.547609857. iteration 5570 found worse value: 337.547609857. iteration 5571 found worse value: 337.547609857. iteration 5572 found worse value: 337.547609857. iteration 5573 found worse value: 337.547609857. iteration 5574 found worse value: 337.547609857. iteration 5575 found worse value: 337.547609857. iteration 5576 found worse value: 337.547609857. iteration 5577 found worse value: 337.547609857. iteration 5578 found worse value: 337.547609857. iteration 5579 found worse value: 337.547609857. iteration 5580 found worse value: 337.547609857. iteration 5581 found worse value: 337.547609857. iteration 5582 found worse value: 337.547609857. iteration 5583 found worse value: 337.547609857. iteration 5584 found worse value: 337.547609857. iteration 5585 found worse value: 337.547609857. iteration 5586 found worse value: 337.547609857. iteration 5587 found worse value: 337.547609857. iteration 5588 found worse value: 337.547609857. iteration 5589 found worse value: 337.547609857. iteration 5590 found worse value: 337.547609857. iteration 5591 found worse value: 337.547609857. iteration 5592 found worse value: 337.547609857. iteration 5593 found worse value: 337.547609857. iteration 5594 found worse value: 337.547609857. iteration 5595 found worse value: 337.547609857. iteration 5596 found worse value: 337.547609857. iteration 5597 found worse value: 337.547609857. iteration 5598 found worse value: 337.547609857. iteration 5599 found worse value: 337.547609857. iteration 5600 found worse value: 337.547609857. iteration 5601 found worse value: 337.547609857. iteration 5602 found worse value: 337.547609857. iteration 5603 found worse value: 337.547609857. iteration 5604 found worse value: 337.547609857. iteration 5605 found worse value: 337.547609857. iteration 5606 found worse value: 337.547609857. iteration 5607 found worse value: 337.547609857. iteration 5608 found worse value: 337.547609857. iteration 5609 found worse value: 337.547609857. iteration 5610 found worse value: 337.547609857. iteration 5611 found worse value: 337.547609857. iteration 5612 found worse value: 337.547609857. iteration 5613 found worse value: 337.547609857. iteration 5614 found worse value: 337.547609857. iteration 5615 found worse value: 337.547609857. iteration 5616 found worse value: 337.547609857. iteration 5617 found worse value: 337.547609857. iteration 5618 found worse value: 337.547609857. iteration 5619 found worse value: 337.547609857. iteration 5620 found worse value: 337.547609857. iteration 5621 found worse value: 337.547609857. iteration 5622 found worse value: 337.547609857. iteration 5623 found worse value: 337.547609857. iteration 5624 found worse value: 337.547609857. iteration 5625 found worse value: 337.547609857. iteration 5626 found worse value: 337.547609857. iteration 5627 found worse value: 337.547609857. iteration 5628 found worse value: 337.547609857. iteration 5629 found worse value: 337.547609857. iteration5629, perturbing to get out of local maxima iteration 5630 found worse value: 337.547609857. iteration 5631 found worse value: 337.547609857. iteration 5632 found worse value: 337.547609857. iteration 5633 found worse value: 337.547609857. iteration 5634 found worse value: 337.547609857. iteration 5635 found worse value: 337.547609857. iteration 5636 found worse value: 337.547609857. iteration 5637 found worse value: 337.547609857. iteration 5638 found worse value: 337.547609857. iteration 5639 found worse value: 337.547609857. iteration 5640 found worse value: 337.547609857. iteration 5641 found worse value: 337.547609857. iteration 5642 found worse value: 337.547609857. iteration 5643 found worse value: 337.547609857. iteration 5644 found worse value: 337.547609857. iteration 5645 found worse value: 337.547609857. iteration 5646 found worse value: 337.547609857. iteration 5647 found worse value: 337.547609857. iteration 5648 found worse value: 337.547609857. iteration 5649 found worse value: 337.547609857. iteration 5650 found worse value: 337.547609857. iteration 5651 found worse value: 337.547609857. iteration 5652 found worse value: 337.547609857. iteration 5653 found worse value: 337.547609857. iteration 5654 found worse value: 337.547609857. iteration 5655 found worse value: 337.547609857. iteration 5656 found worse value: 337.547609857. iteration 5657 found worse value: 337.547609857. iteration 5658 found worse value: 337.547609857. iteration 5659 found worse value: 337.547609857. iteration 5660 found worse value: 337.547609857. iteration 5661 found worse value: 337.547609857. iteration 5662 found worse value: 337.547609857. iteration 5663 found worse value: 337.547609857. iteration 5664 found worse value: 337.547609857. iteration 5665 found worse value: 337.547609857. iteration 5666 found worse value: 337.547609857. iteration 5667 found worse value: 337.547609857. iteration 5668 found worse value: 337.547609857. iteration 5669 found worse value: 337.547609857. iteration 5670 found worse value: 337.547609857. iteration 5671 found worse value: 337.547609857. iteration 5672 found worse value: 337.547609857. iteration 5673 found worse value: 337.547609857. iteration 5674 found worse value: 337.547609857. iteration 5675 found worse value: 337.547609857. iteration 5676 found worse value: 337.547609857. iteration 5677 found worse value: 337.547609857. iteration 5678 found worse value: 337.547609857. iteration 5679 found worse value: 337.547609857. iteration 5680 found worse value: 337.547609857. iteration 5681 found worse value: 337.547609857. iteration 5682 found worse value: 337.547609857. iteration 5683 found worse value: 337.547609857. iteration 5684 found worse value: 337.547609857. iteration 5685 found worse value: 337.547609857. iteration 5686 found worse value: 337.547609857. iteration 5687 found worse value: 337.547609857. iteration 5688 found worse value: 337.547609857. iteration 5689 found worse value: 337.547609857. iteration 5690 found worse value: 337.547609857. iteration 5691 found worse value: 337.547609857. iteration 5692 found worse value: 337.547609857. iteration 5693 found worse value: 337.547609857. iteration 5694 found worse value: 337.547609857. iteration 5695 found worse value: 337.547609857. iteration 5696 found worse value: 337.547609857. iteration 5697 found worse value: 337.547609857. iteration 5698 found worse value: 337.547609857. iteration 5699 found worse value: 337.547609857. iteration 5700 found worse value: 337.547609857. iteration 5701 found worse value: 337.547609857. iteration 5702 found worse value: 337.547609857. iteration 5703 found worse value: 337.547609857. iteration 5704 found worse value: 337.547609857. iteration 5705 found worse value: 337.547609857. iteration 5706 found worse value: 337.547609857. iteration 5707 found worse value: 337.547609857. iteration 5708 found worse value: 337.547609857. iteration 5709 found worse value: 337.547609857. iteration 5710 found worse value: 337.547609857. iteration 5711 found worse value: 337.547609857. iteration 5712 found worse value: 337.547609857. iteration 5713 found worse value: 337.547609857. iteration 5714 found worse value: 337.547609857. iteration 5715 found worse value: 337.547609857. iteration 5716 found worse value: 337.547609857. iteration 5717 found worse value: 337.547609857. iteration 5718 found worse value: 337.547609857. iteration 5719 found worse value: 337.547609857. iteration 5720 found worse value: 337.547609857. iteration 5721 found worse value: 337.547609857. iteration 5722 found worse value: 337.547609857. iteration 5723 found worse value: 337.547609857. iteration 5724 found worse value: 337.547609857. iteration 5725 found worse value: 337.547609857. iteration 5726 found worse value: 337.547609857. iteration 5727 found worse value: 337.547609857. iteration 5728 found worse value: 337.547609857. iteration 5729 found worse value: 337.547609857. iteration 5730 found worse value: 337.547609857. iteration 5731 found worse value: 337.547609857. iteration 5732 found worse value: 337.547609857. iteration 5733 found worse value: 337.547609857. iteration 5734 found worse value: 337.547609857. iteration 5735 found worse value: 337.547609857. iteration 5736 found worse value: 337.547609857. iteration 5737 found worse value: 337.547609857. iteration 5738 found worse value: 337.547609857. iteration 5739 found worse value: 337.547609857. iteration 5740 found worse value: 337.547609857. iteration 5741 found worse value: 337.547609857. iteration 5742 found worse value: 337.547609857. iteration 5743 found worse value: 337.547609857. iteration 5744 found worse value: 337.547609857. iteration 5745 found worse value: 337.547609857. iteration 5746 found worse value: 337.547609857. iteration 5747 found worse value: 337.547609857. iteration 5748 found worse value: 337.547609857. iteration 5749 found worse value: 337.547609857. iteration 5750 found worse value: 337.547609857. iteration 5751 found worse value: 337.547609857. iteration 5752 found worse value: 337.547609857. iteration 5753 found worse value: 337.547609857. iteration 5754 found worse value: 337.547609857. iteration 5755 found worse value: 337.547609857. iteration 5756 found worse value: 337.547609857. iteration 5757 found worse value: 337.547609857. iteration 5758 found worse value: 337.547609857. iteration 5759 found worse value: 337.547609857. iteration 5760 found worse value: 337.547609857. iteration 5761 found worse value: 337.547609857. iteration 5762 found worse value: 337.547609857. iteration 5763 found worse value: 337.547609857. iteration 5764 found worse value: 337.547609857. iteration 5765 found worse value: 337.547609857. iteration 5766 found worse value: 337.547609857. iteration 5767 found worse value: 337.547609857. iteration 5768 found worse value: 337.547609857. iteration 5769 found worse value: 337.547609857. iteration 5770 found worse value: 337.547609857. iteration 5771 found worse value: 337.547609857. iteration 5772 found worse value: 337.547609857. iteration 5773 found worse value: 337.547609857. iteration 5774 found worse value: 337.547609857. iteration 5775 found worse value: 337.547609857. iteration 5776 found worse value: 337.547609857. iteration 5777 found worse value: 337.547609857. iteration 5778 found worse value: 337.547609857. iteration 5779 found worse value: 337.547609857. iteration 5780 found worse value: 337.547609857. iteration 5781 found worse value: 337.547609857. iteration 5782 found worse value: 337.547609857. iteration 5783 found worse value: 337.547609857. iteration 5784 found worse value: 337.547609857. iteration 5785 found worse value: 337.547609857. iteration 5786 found worse value: 337.547609857. iteration 5787 found worse value: 337.547609857. iteration 5788 found worse value: 337.547609857. iteration 5789 found worse value: 337.547609857. iteration 5790 found worse value: 337.547609857. iteration 5791 found worse value: 337.547609857. iteration5791, perturbing to get out of local maxima iteration 5792 found worse value: 337.547609857. iteration 5793 found worse value: 337.547609857. iteration 5794 found worse value: 337.547609857. iteration 5795 found worse value: 337.547609857. iteration 5796 found worse value: 337.547609857. iteration 5797 found worse value: 337.547609857. iteration 5798 found worse value: 337.547609857. iteration 5799 found worse value: 337.547609857. iteration 5800 found worse value: 337.547609857. iteration 5801 found worse value: 337.547609857. iteration 5802 found worse value: 337.547609857. iteration 5803 found worse value: 337.547609857. iteration 5804 found worse value: 337.547609857. iteration 5805 found worse value: 337.547609857. iteration 5806 found worse value: 337.547609857. iteration 5807 found worse value: 337.547609857. iteration 5808 found worse value: 337.547609857. iteration 5809 found worse value: 337.547609857. iteration 5810 found worse value: 337.547609857. iteration 5811 found worse value: 337.547609857. iteration 5812 found worse value: 337.547609857. iteration 5813 found worse value: 337.547609857. iteration 5814 found worse value: 337.547609857. iteration 5815 found worse value: 337.547609857. iteration 5816 found worse value: 337.547609857. iteration 5817 found worse value: 337.547609857. iteration 5818 found worse value: 337.547609857. iteration 5819 found worse value: 337.547609857. iteration 5820 found worse value: 337.547609857. iteration 5821 found worse value: 337.547609857. iteration 5822 found worse value: 337.547609857. iteration 5823 found worse value: 337.547609857. iteration 5824 found worse value: 337.547609857. iteration 5825 found worse value: 337.547609857. iteration 5826 found worse value: 337.547609857. iteration 5827 found worse value: 337.547609857. iteration 5828 found worse value: 337.547609857. iteration 5829 found worse value: 337.547609857. iteration 5830 found worse value: 337.547609857. iteration 5831 found worse value: 337.547609857. iteration 5832 found worse value: 337.547609857. iteration 5833 found worse value: 337.547609857. iteration 5834 found worse value: 337.547609857. iteration 5835 found worse value: 337.547609857. iteration 5836 found worse value: 337.547609857. iteration 5837 found worse value: 337.547609857. iteration 5838 found worse value: 337.547609857. iteration 5839 found worse value: 337.547609857. iteration 5840 found worse value: 337.547609857. iteration 5841 found worse value: 337.547609857. iteration 5842 found worse value: 337.547609857. iteration 5843 found worse value: 337.547609857. iteration 5844 found worse value: 337.547609857. iteration 5845 found worse value: 337.547609857. iteration 5846 found worse value: 337.547609857. iteration 5847 found worse value: 337.547609857. iteration 5848 found worse value: 337.547609857. iteration 5849 found worse value: 337.547609857. iteration 5850 found worse value: 337.547609857. iteration 5851 found worse value: 337.547609857. iteration 5852 found worse value: 337.547609857. iteration 5853 found worse value: 337.547609857. iteration 5854 found worse value: 337.547609857. iteration 5855 found worse value: 337.547609857. iteration 5856 found worse value: 337.547609857. iteration 5857 found worse value: 337.547609857. iteration 5858 found worse value: 337.547609857. iteration 5859 found worse value: 337.547609857. iteration 5860 found worse value: 337.547609857. iteration 5861 found worse value: 337.547609857. iteration 5862 found worse value: 337.547609857. iteration 5863 found worse value: 337.547609857. iteration 5864 found worse value: 337.547609857. iteration 5865 found worse value: 337.547609857. iteration 5866 found worse value: 337.547609857. iteration 5867 found worse value: 337.547609857. iteration 5868 found worse value: 337.547609857. iteration 5869 found worse value: 337.547609857. iteration 5870 found worse value: 337.547609857. iteration 5871 found worse value: 337.547609857. iteration 5872 found worse value: 337.547609857. iteration 5873 found worse value: 337.547609857. iteration 5874 found worse value: 337.547609857. iteration 5875 found worse value: 337.547609857. iteration 5876 found worse value: 337.547609857. iteration 5877 found worse value: 337.547609857. iteration 5878 found worse value: 337.547609857. iteration 5879 found worse value: 337.547609857. iteration 5880 found worse value: 337.547609857. iteration 5881 found worse value: 337.547609857. iteration 5882 found worse value: 337.547609857. iteration 5883 found worse value: 337.547609857. iteration 5884 found worse value: 337.547609857. iteration 5885 found worse value: 337.547609857. iteration 5886 found worse value: 337.547609857. iteration 5887 found worse value: 337.547609857. iteration 5888 found worse value: 337.547609857. iteration 5889 found worse value: 337.547609857. iteration 5890 found worse value: 337.547609857. iteration 5891 found worse value: 337.547609857. iteration 5892 found worse value: 337.547609857. iteration 5893 found worse value: 337.547609857. iteration 5894 found worse value: 337.547609857. iteration 5895 found worse value: 337.547609857. iteration 5896 found worse value: 337.547609857. iteration 5897 found worse value: 337.547609857. iteration 5898 found worse value: 337.547609857. iteration 5899 found worse value: 337.547609857. iteration 5900 found worse value: 337.547609857. iteration 5901 found worse value: 337.547609857. iteration 5902 found worse value: 337.547609857. iteration 5903 found worse value: 337.547609857. iteration 5904 found worse value: 337.547609857. iteration 5905 found worse value: 337.547609857. iteration 5906 found worse value: 337.547609857. iteration 5907 found worse value: 337.547609857. iteration 5908 found worse value: 337.547609857. iteration 5909 found worse value: 337.547609857. iteration 5910 found worse value: 337.547609857. iteration 5911 found worse value: 337.547609857. iteration 5912 found worse value: 337.547609857. iteration 5913 found worse value: 337.547609857. iteration 5914 found worse value: 337.547609857. iteration 5915 found worse value: 337.547609857. iteration 5916 found worse value: 337.547609857. iteration 5917 found worse value: 337.547609857. iteration 5918 found worse value: 337.547609857. iteration 5919 found worse value: 337.547609857. iteration 5920 found worse value: 337.547609857. iteration 5921 found worse value: 337.547609857. iteration 5922 found worse value: 337.547609857. iteration 5923 found worse value: 337.547609857. iteration 5924 found worse value: 337.547609857. iteration 5925 found worse value: 337.547609857. iteration 5926 found worse value: 337.547609857. iteration 5927 found worse value: 337.547609857. iteration 5928 found worse value: 337.547609857. iteration 5929 found worse value: 337.547609857. iteration 5930 found worse value: 337.547609857. iteration 5931 found worse value: 337.547609857. iteration 5932 found worse value: 337.547609857. iteration 5933 found worse value: 337.547609857. iteration 5934 found worse value: 337.547609857. iteration 5935 found worse value: 337.547609857. iteration 5936 found worse value: 337.547609857. iteration 5937 found worse value: 337.547609857. iteration 5938 found worse value: 337.547609857. iteration 5939 found worse value: 337.547609857. iteration 5940 found worse value: 337.547609857. iteration 5941 found worse value: 337.547609857. iteration 5942 found worse value: 337.547609857. iteration 5943 found worse value: 337.547609857. iteration 5944 found worse value: 337.547609857. iteration 5945 found worse value: 337.547609857. iteration 5946 found worse value: 337.547609857. iteration 5947 found worse value: 337.547609857. iteration 5948 found worse value: 337.547609857. iteration 5949 found worse value: 337.547609857. iteration 5950 found worse value: 337.547609857. iteration 5951 found worse value: 337.547609857. iteration 5952 found worse value: 337.547609857. iteration 5953 found worse value: 337.547609857. iteration 5954 found worse value: 337.547609857. iteration 5955 found worse value: 337.547609857. iteration 5956 found worse value: 337.547609857. iteration 5957 found worse value: 337.547609857. iteration 5958 found worse value: 337.547609857. iteration 5959 found worse value: 337.547609857. iteration 5960 found worse value: 337.547609857. iteration 5961 found worse value: 337.547609857. iteration 5962 found worse value: 337.547609857. iteration 5963 found worse value: 337.547609857. iteration 5964 found worse value: 337.547609857. iteration 5965 found worse value: 337.547609857. iteration 5966 found worse value: 337.547609857. iteration 5967 found worse value: 337.547609857. iteration 5968 found worse value: 337.547609857. iteration 5969 found worse value: 337.547609857. iteration 5970 found worse value: 337.547609857. iteration 5971 found worse value: 337.547609857. iteration 5972 found worse value: 337.547609857. iteration 5973 found worse value: 337.547609857. iteration 5974 found worse value: 337.547609857. iteration 5975 found worse value: 337.547609857. iteration 5976 found worse value: 337.547609857. iteration 5977 found worse value: 337.547609857. iteration 5978 found worse value: 337.547609857. iteration 5979 found worse value: 337.547609857. iteration 5980 found worse value: 337.547609857. iteration 5981 found worse value: 337.547609857. iteration 5982 found worse value: 337.547609857. iteration 5983 found worse value: 337.547609857. iteration 5984 found worse value: 337.547609857. iteration 5985 found worse value: 337.547609857. iteration 5986 found worse value: 337.547609857. iteration 5987 found worse value: 337.547609857. iteration 5988 found worse value: 337.547609857. iteration 5989 found worse value: 337.547609857. iteration 5990 found worse value: 337.547609857. iteration 5991 found worse value: 337.547609857. iteration 5992 found worse value: 337.547609857. iteration 5993 found worse value: 337.547609857. iteration 5994 found worse value: 337.547609857. iteration 5995 found worse value: 337.547609857. iteration 5996 found worse value: 337.547609857. iteration 5997 found worse value: 337.547609857. iteration 5998 found worse value: 337.547609857. iteration 5999 found worse value: 337.547609857. iteration 6000 found worse value: 337.547609857. iteration 6001 found worse value: 337.547609857. iteration 6002 found worse value: 337.547609857. iteration 6003 found worse value: 337.547609857. iteration 6004 found worse value: 337.547609857. iteration 6005 found worse value: 337.547609857. iteration 6006 found worse value: 337.547609857. iteration 6007 found worse value: 337.547609857. iteration 6008 found worse value: 337.547609857. iteration 6009 found worse value: 337.547609857. iteration 6010 found worse value: 337.547609857. iteration 6011 found worse value: 337.547609857. iteration 6012 found worse value: 337.547609857. iteration 6013 found worse value: 337.547609857. iteration 6014 found worse value: 337.547609857. iteration 6015 found worse value: 337.547609857. iteration 6016 found worse value: 337.547609857. iteration 6017 found worse value: 337.547609857. iteration 6018 found worse value: 337.547609857. iteration 6019 found worse value: 337.547609857. iteration 6020 found worse value: 337.547609857. iteration 6021 found worse value: 337.547609857. iteration 6022 found worse value: 337.547609857. iteration 6023 found worse value: 337.547609857. iteration 6024 found worse value: 337.547609857. iteration 6025 found worse value: 337.547609857. iteration 6026 found worse value: 337.547609857. iteration 6027 found worse value: 337.547609857. iteration 6028 found worse value: 337.547609857. iteration 6029 found worse value: 337.547609857. iteration 6030 found worse value: 337.547609857. iteration 6031 found worse value: 337.547609857. iteration 6032 found worse value: 337.547609857. iteration 6033 found worse value: 337.547609857. iteration 6034 found worse value: 337.547609857. iteration 6035 found worse value: 337.547609857. iteration 6036 found worse value: 337.547609857. iteration 6037 found worse value: 337.547609857. iteration 6038 found worse value: 337.547609857. iteration 6039 found worse value: 337.547609857. iteration 6040 found worse value: 337.547609857. iteration 6041 found worse value: 337.547609857. iteration 6042 found worse value: 337.547609857. iteration 6043 found worse value: 337.547609857. iteration 6044 found worse value: 337.547609857. iteration 6045 found worse value: 337.547609857. iteration 6046 found worse value: 337.547609857. iteration 6047 found worse value: 337.547609857. iteration 6048 found worse value: 337.547609857. iteration 6049 found worse value: 337.547609857. iteration 6050 found worse value: 337.547609857. iteration 6051 found worse value: 337.547609857. iteration 6052 found worse value: 337.547609857. iteration 6053 found worse value: 337.547609857. iteration 6054 found worse value: 337.547609857. iteration 6055 found worse value: 337.547609857. iteration 6056 found worse value: 337.547609857. iteration 6057 found worse value: 337.547609857. iteration 6058 found worse value: 337.547609857. iteration 6059 found worse value: 337.547609857. iteration 6060 found worse value: 337.547609857. iteration 6061 found worse value: 337.547609857. iteration 6062 found worse value: 337.547609857. iteration 6063 found worse value: 337.547609857. iteration 6064 found worse value: 337.547609857. iteration 6065 found worse value: 337.547609857. iteration 6066 found worse value: 337.547609857. iteration 6067 found worse value: 337.547609857. iteration 6068 found worse value: 337.547609857. iteration 6069 found worse value: 337.547609857. iteration 6070 found worse value: 337.547609857. iteration 6071 found worse value: 337.547609857. iteration 6072 found worse value: 337.547609857. iteration 6073 found worse value: 337.547609857. iteration 6074 found worse value: 337.547609857. iteration 6075 found worse value: 337.547609857. iteration6075, perturbing to get out of local maxima iteration 6076 found worse value: 337.547609857. iteration 6077 found worse value: 337.547609857. iteration 6078 found worse value: 337.547609857. iteration 6079 found worse value: 337.547609857. iteration 6080 found worse value: 337.547609857. iteration 6081 found worse value: 337.547609857. iteration 6082 found worse value: 337.547609857. iteration 6083 found worse value: 337.547609857. iteration 6084 found worse value: 337.547609857. iteration 6085 found worse value: 337.547609857. iteration 6086 found worse value: 337.547609857. iteration 6087 found worse value: 337.547609857. iteration 6088 found worse value: 337.547609857. iteration 6089 found worse value: 337.547609857. iteration 6090 found worse value: 337.547609857. iteration 6091 found worse value: 337.547609857. iteration 6092 found worse value: 337.547609857. iteration 6093 found worse value: 337.547609857. iteration 6094 found worse value: 337.547609857. iteration 6095 found worse value: 337.547609857. iteration 6096 found worse value: 337.547609857. iteration 6097 found worse value: 337.547609857. iteration 6098 found worse value: 337.547609857. iteration 6099 found worse value: 337.547609857. iteration 6100 found worse value: 337.547609857. iteration 6101 found worse value: 337.547609857. iteration 6102 found worse value: 337.547609857. iteration 6103 found worse value: 337.547609857. iteration 6104 found worse value: 337.547609857. iteration 6105 found worse value: 337.547609857. iteration 6106 found worse value: 337.547609857. iteration 6107 found worse value: 337.547609857. iteration 6108 found worse value: 337.547609857. iteration 6109 found worse value: 337.547609857. iteration 6110 found worse value: 337.547609857. iteration 6111 found worse value: 337.547609857. iteration 6112 found worse value: 337.547609857. iteration 6113 found worse value: 337.547609857. iteration 6114 found worse value: 337.547609857. iteration 6115 found worse value: 337.547609857. iteration 6116 found worse value: 337.547609857. iteration 6117 found worse value: 337.547609857. iteration 6118 found worse value: 337.547609857. iteration 6119 found worse value: 337.547609857. iteration 6120 found worse value: 337.547609857. iteration 6121 found worse value: 337.547609857. iteration 6122 found worse value: 337.547609857. iteration 6123 found worse value: 337.547609857. iteration 6124 found worse value: 337.547609857. iteration 6125 found worse value: 337.547609857. iteration 6126 found worse value: 337.547609857. iteration 6127 found worse value: 337.547609857. iteration 6128 found worse value: 337.547609857. iteration 6129 found worse value: 337.547609857. iteration 6130 found worse value: 337.547609857. iteration 6131 found worse value: 337.547609857. iteration 6132 found worse value: 337.547609857. iteration 6133 found worse value: 337.547609857. iteration 6134 found worse value: 337.547609857. iteration 6135 found worse value: 337.547609857. iteration 6136 found worse value: 337.547609857. iteration 6137 found worse value: 337.547609857. iteration 6138 found worse value: 337.547609857. iteration 6139 found worse value: 337.547609857. iteration 6140 found worse value: 337.547609857. iteration 6141 found worse value: 337.547609857. iteration 6142 found worse value: 337.547609857. iteration 6143 found worse value: 337.547609857. iteration 6144 found worse value: 337.547609857. iteration 6145 found worse value: 337.547609857. iteration 6146 found worse value: 337.547609857. iteration 6147 found worse value: 337.547609857. iteration 6148 found worse value: 337.547609857. iteration 6149 found worse value: 337.547609857. iteration 6150 found worse value: 337.547609857. iteration 6151 found worse value: 337.547609857. iteration 6152 found worse value: 337.547609857. iteration 6153 found worse value: 337.547609857. iteration 6154 found worse value: 337.547609857. iteration 6155 found worse value: 337.547609857. iteration 6156 found worse value: 337.547609857. iteration 6157 found worse value: 337.547609857. iteration 6158 found worse value: 337.547609857. iteration 6159 found worse value: 337.547609857. iteration 6160 found worse value: 337.547609857. iteration 6161 found worse value: 337.547609857. iteration 6162 found worse value: 337.547609857. iteration 6163 found worse value: 337.547609857. iteration 6164 found worse value: 337.547609857. iteration 6165 found worse value: 337.547609857. iteration 6166 found worse value: 337.547609857. iteration 6167 found worse value: 337.547609857. iteration 6168 found worse value: 337.547609857. iteration 6169 found worse value: 337.547609857. iteration 6170 found worse value: 337.547609857. iteration 6171 found worse value: 337.547609857. iteration 6172 found worse value: 337.547609857. iteration 6173 found worse value: 337.547609857. iteration 6174 found worse value: 337.547609857. iteration 6175 found worse value: 337.547609857. iteration 6176 found worse value: 337.547609857. iteration 6177 found worse value: 337.547609857. iteration 6178 found worse value: 337.547609857. iteration 6179 found worse value: 337.547609857. iteration 6180 found worse value: 337.547609857. iteration 6181 found worse value: 337.547609857. iteration 6182 found worse value: 337.547609857. iteration 6183 found worse value: 337.547609857. iteration 6184 found worse value: 337.547609857. iteration 6185 found worse value: 337.547609857. iteration 6186 found worse value: 337.547609857. iteration 6187 found worse value: 337.547609857. iteration 6188 found worse value: 337.547609857. iteration 6189 found worse value: 337.547609857. iteration 6190 found worse value: 337.547609857. iteration 6191 found worse value: 337.547609857. iteration 6192 found worse value: 337.547609857. iteration 6193 found worse value: 337.547609857. iteration 6194 found worse value: 337.547609857. iteration 6195 found worse value: 337.547609857. iteration 6196 found worse value: 337.547609857. iteration 6197 found worse value: 337.547609857. iteration 6198 found worse value: 337.547609857. iteration 6199 found worse value: 337.547609857. iteration 6200 found worse value: 337.547609857. iteration 6201 found worse value: 337.547609857. iteration 6202 found worse value: 337.547609857. iteration 6203 found worse value: 337.547609857. iteration 6204 found worse value: 337.547609857. iteration 6205 found worse value: 337.547609857. iteration 6206 found worse value: 337.547609857. iteration 6207 found worse value: 337.547609857. iteration 6208 found worse value: 337.547609857. iteration 6209 found worse value: 337.547609857. iteration 6210 found worse value: 337.547609857. iteration 6211 found worse value: 337.547609857. iteration 6212 found worse value: 337.547609857. iteration 6213 found worse value: 337.547609857. iteration 6214 found worse value: 337.547609857. iteration 6215 found worse value: 337.547609857. iteration 6216 found worse value: 337.547609857. iteration 6217 found worse value: 337.547609857. iteration 6218 found worse value: 337.547609857. iteration 6219 found worse value: 337.547609857. iteration 6220 found worse value: 337.547609857. iteration 6221 found worse value: 337.547609857. iteration 6222 found worse value: 337.547609857. iteration 6223 found worse value: 337.547609857. iteration 6224 found worse value: 337.547609857. iteration 6225 found worse value: 337.547609857. iteration 6226 found worse value: 337.547609857. iteration 6227 found worse value: 337.547609857. iteration 6228 found worse value: 337.547609857. iteration 6229 found worse value: 337.547609857. iteration 6230 found worse value: 337.547609857. iteration 6231 found worse value: 337.547609857. iteration 6232 found worse value: 337.547609857. iteration 6233 found worse value: 337.547609857. iteration 6234 found worse value: 337.547609857. iteration 6235 found worse value: 337.547609857. iteration 6236 found worse value: 337.547609857. iteration 6237 found worse value: 337.547609857. iteration 6238 found worse value: 337.547609857. iteration 6239 found worse value: 337.547609857. iteration 6240 found worse value: 337.547609857. iteration 6241 found worse value: 337.547609857. iteration 6242 found worse value: 337.547609857. iteration 6243 found worse value: 337.547609857. iteration 6244 found worse value: 337.547609857. iteration 6245 found worse value: 337.547609857. iteration 6246 found worse value: 337.547609857. iteration 6247 found worse value: 337.547609857. iteration 6248 found worse value: 337.547609857. iteration 6249 found worse value: 337.547609857. iteration 6250 found worse value: 337.547609857. iteration 6251 found worse value: 337.547609857. iteration 6252 found worse value: 337.547609857. iteration 6253 found worse value: 337.547609857. iteration 6254 found worse value: 337.547609857. iteration 6255 found worse value: 337.547609857. iteration 6256 found worse value: 337.547609857. iteration 6257 found worse value: 337.547609857. iteration 6258 found worse value: 337.547609857. iteration 6259 found worse value: 337.547609857. iteration 6260 found worse value: 337.547609857. iteration 6261 found worse value: 337.547609857. iteration 6262 found worse value: 337.547609857. iteration 6263 found worse value: 337.547609857. iteration 6264 found worse value: 337.547609857. iteration 6265 found worse value: 337.547609857. iteration 6266 found worse value: 337.547609857. iteration 6267 found worse value: 337.547609857. iteration 6268 found worse value: 337.547609857. iteration 6269 found worse value: 337.547609857. iteration 6270 found worse value: 337.547609857. iteration 6271 found worse value: 337.547609857. iteration 6272 found worse value: 337.547609857. iteration 6273 found worse value: 337.547609857. iteration 6274 found worse value: 337.547609857. iteration 6275 found worse value: 337.547609857. iteration 6276 found worse value: 337.547609857. iteration 6277 found worse value: 337.547609857. iteration 6278 found worse value: 337.547609857. iteration 6279 found worse value: 337.547609857. iteration 6280 found worse value: 337.547609857. iteration 6281 found worse value: 337.547609857. iteration 6282 found better value: 337.548057525 iteration 6283 found worse value: 337.548057525. iteration 6284 found worse value: 337.548057525. iteration 6285 found worse value: 337.548057525. iteration 6286 found worse value: 337.548057525. iteration 6287 found worse value: 337.548057525. iteration 6288 found worse value: 337.548057525. iteration 6289 found worse value: 337.548057525. iteration 6290 found worse value: 337.548057525. iteration 6291 found worse value: 337.548057525. iteration 6292 found worse value: 337.548057525. iteration 6293 found worse value: 337.548057525. iteration 6294 found worse value: 337.548057525. iteration 6295 found worse value: 337.548057525. iteration 6296 found worse value: 337.548057525. iteration 6297 found worse value: 337.548057525. iteration 6298 found worse value: 337.548057525. iteration 6299 found worse value: 337.548057525. iteration 6300 found worse value: 337.548057525. iteration 6301 found worse value: 337.548057525. iteration 6302 found worse value: 337.548057525. iteration 6303 found worse value: 337.548057525. iteration 6304 found worse value: 337.548057525. iteration 6305 found worse value: 337.548057525. iteration 6306 found worse value: 337.548057525. iteration 6307 found worse value: 337.548057525. iteration 6308 found worse value: 337.548057525. iteration 6309 found worse value: 337.548057525. iteration 6310 found worse value: 337.548057525. iteration 6311 found worse value: 337.548057525. iteration 6312 found worse value: 337.548057525. iteration 6313 found worse value: 337.548057525. iteration 6314 found worse value: 337.548057525. iteration 6315 found worse value: 337.548057525. iteration 6316 found worse value: 337.548057525. iteration 6317 found worse value: 337.548057525. iteration 6318 found worse value: 337.548057525. iteration 6319 found worse value: 337.548057525. iteration 6320 found worse value: 337.548057525. iteration 6321 found worse value: 337.548057525. iteration 6322 found worse value: 337.548057525. iteration 6323 found worse value: 337.548057525. iteration 6324 found worse value: 337.548057525. iteration 6325 found worse value: 337.548057525. iteration 6326 found worse value: 337.548057525. iteration 6327 found worse value: 337.548057525. iteration 6328 found worse value: 337.548057525. iteration 6329 found worse value: 337.548057525. iteration 6330 found worse value: 337.548057525. iteration 6331 found worse value: 337.548057525. iteration 6332 found worse value: 337.548057525. iteration 6333 found worse value: 337.548057525. iteration 6334 found worse value: 337.548057525. iteration 6335 found worse value: 337.548057525. iteration 6336 found worse value: 337.548057525. iteration 6337 found worse value: 337.548057525. iteration 6338 found worse value: 337.548057525. iteration 6339 found worse value: 337.548057525. iteration 6340 found worse value: 337.548057525. iteration 6341 found worse value: 337.548057525. iteration 6342 found worse value: 337.548057525. iteration 6343 found worse value: 337.548057525. iteration 6344 found worse value: 337.548057525. iteration 6345 found worse value: 337.548057525. iteration 6346 found worse value: 337.548057525. iteration 6347 found worse value: 337.548057525. iteration 6348 found worse value: 337.548057525. iteration 6349 found worse value: 337.548057525. iteration 6350 found worse value: 337.548057525. iteration 6351 found worse value: 337.548057525. iteration 6352 found worse value: 337.548057525. iteration 6353 found worse value: 337.548057525. iteration 6354 found worse value: 337.548057525. iteration 6355 found worse value: 337.548057525. iteration 6356 found worse value: 337.548057525. iteration 6357 found worse value: 337.548057525. iteration 6358 found worse value: 337.548057525. iteration 6359 found worse value: 337.548057525. iteration 6360 found worse value: 337.548057525. iteration 6361 found worse value: 337.548057525. iteration 6362 found worse value: 337.548057525. iteration 6363 found worse value: 337.548057525. iteration 6364 found worse value: 337.548057525. iteration 6365 found worse value: 337.548057525. iteration 6366 found worse value: 337.548057525. iteration 6367 found worse value: 337.548057525. iteration 6368 found worse value: 337.548057525. iteration 6369 found worse value: 337.548057525. iteration 6370 found worse value: 337.548057525. iteration 6371 found worse value: 337.548057525. iteration 6372 found worse value: 337.548057525. iteration 6373 found worse value: 337.548057525. iteration 6374 found worse value: 337.548057525. iteration 6375 found worse value: 337.548057525. iteration 6376 found worse value: 337.548057525. iteration 6377 found worse value: 337.548057525. iteration 6378 found worse value: 337.548057525. iteration 6379 found worse value: 337.548057525. iteration 6380 found worse value: 337.548057525. iteration 6381 found worse value: 337.548057525. iteration 6382 found worse value: 337.548057525. iteration 6383 found worse value: 337.548057525. iteration 6384 found worse value: 337.548057525. iteration 6385 found worse value: 337.548057525. iteration 6386 found worse value: 337.548057525. iteration 6387 found worse value: 337.548057525. iteration 6388 found worse value: 337.548057525. iteration 6389 found worse value: 337.548057525. iteration 6390 found worse value: 337.548057525. iteration 6391 found worse value: 337.548057525. iteration 6392 found worse value: 337.548057525. iteration 6393 found worse value: 337.548057525. iteration 6394 found worse value: 337.548057525. iteration 6395 found worse value: 337.548057525. iteration 6396 found worse value: 337.548057525. iteration 6397 found worse value: 337.548057525. iteration 6398 found worse value: 337.548057525. iteration 6399 found worse value: 337.548057525. iteration 6400 found worse value: 337.548057525. iteration 6401 found worse value: 337.548057525. iteration 6402 found worse value: 337.548057525. iteration 6403 found worse value: 337.548057525. iteration 6404 found worse value: 337.548057525. iteration 6405 found worse value: 337.548057525. iteration 6406 found worse value: 337.548057525. iteration 6407 found worse value: 337.548057525. iteration 6408 found worse value: 337.548057525. iteration 6409 found worse value: 337.548057525. iteration 6410 found worse value: 337.548057525. iteration 6411 found worse value: 337.548057525. iteration 6412 found worse value: 337.548057525. iteration 6413 found worse value: 337.548057525. iteration 6414 found worse value: 337.548057525. iteration 6415 found worse value: 337.548057525. iteration 6416 found worse value: 337.548057525. iteration 6417 found worse value: 337.548057525. iteration 6418 found worse value: 337.548057525. iteration 6419 found worse value: 337.548057525. iteration 6420 found worse value: 337.548057525. iteration 6421 found worse value: 337.548057525. iteration 6422 found worse value: 337.548057525. iteration 6423 found worse value: 337.548057525. iteration 6424 found worse value: 337.548057525. iteration 6425 found worse value: 337.548057525. iteration 6426 found worse value: 337.548057525. iteration 6427 found worse value: 337.548057525. iteration 6428 found worse value: 337.548057525. iteration 6429 found worse value: 337.548057525. iteration 6430 found worse value: 337.548057525. iteration 6431 found worse value: 337.548057525. iteration 6432 found worse value: 337.548057525. iteration 6433 found worse value: 337.548057525. iteration 6434 found worse value: 337.548057525. iteration 6435 found worse value: 337.548057525. iteration 6436 found worse value: 337.548057525. iteration 6437 found worse value: 337.548057525. iteration 6438 found worse value: 337.548057525. iteration 6439 found worse value: 337.548057525. iteration 6440 found worse value: 337.548057525. iteration 6441 found worse value: 337.548057525. iteration 6442 found worse value: 337.548057525. iteration 6443 found worse value: 337.548057525. iteration 6444 found worse value: 337.548057525. iteration 6445 found worse value: 337.548057525. iteration 6446 found worse value: 337.548057525. iteration 6447 found worse value: 337.548057525. iteration 6448 found worse value: 337.548057525. iteration 6449 found worse value: 337.548057525. iteration 6450 found worse value: 337.548057525. iteration 6451 found worse value: 337.548057525. iteration 6452 found worse value: 337.548057525. iteration 6453 found worse value: 337.548057525. iteration 6454 found worse value: 337.548057525. iteration 6455 found worse value: 337.548057525. iteration 6456 found worse value: 337.548057525. iteration 6457 found worse value: 337.548057525. iteration 6458 found worse value: 337.548057525. iteration 6459 found worse value: 337.548057525. iteration 6460 found worse value: 337.548057525. iteration 6461 found worse value: 337.548057525. iteration 6462 found worse value: 337.548057525. iteration 6463 found worse value: 337.548057525. iteration 6464 found worse value: 337.548057525. iteration 6465 found worse value: 337.548057525. iteration 6466 found worse value: 337.548057525. iteration 6467 found worse value: 337.548057525. iteration 6468 found worse value: 337.548057525. iteration 6469 found worse value: 337.548057525. iteration 6470 found worse value: 337.548057525. iteration 6471 found worse value: 337.548057525. iteration 6472 found worse value: 337.548057525. iteration 6473 found worse value: 337.548057525. iteration 6474 found worse value: 337.548057525. iteration 6475 found worse value: 337.548057525. iteration 6476 found worse value: 337.548057525. iteration 6477 found worse value: 337.548057525. iteration 6478 found worse value: 337.548057525. iteration 6479 found worse value: 337.548057525. iteration 6480 found worse value: 337.548057525. iteration 6481 found worse value: 337.548057525. iteration 6482 found worse value: 337.548057525. iteration 6483 found worse value: 337.548057525. iteration 6484 found worse value: 337.548057525. iteration 6485 found worse value: 337.548057525. iteration 6486 found worse value: 337.548057525. iteration 6487 found worse value: 337.548057525. iteration 6488 found worse value: 337.548057525. iteration 6489 found worse value: 337.548057525. iteration 6490 found worse value: 337.548057525. iteration 6491 found worse value: 337.548057525. iteration 6492 found worse value: 337.548057525. iteration 6493 found worse value: 337.548057525. iteration 6494 found worse value: 337.548057525. iteration 6495 found worse value: 337.548057525. iteration 6496 found worse value: 337.548057525. iteration 6497 found worse value: 337.548057525. iteration 6498 found worse value: 337.548057525. iteration 6499 found worse value: 337.548057525. iteration 6500 found worse value: 337.548057525. iteration 6501 found worse value: 337.548057525. iteration 6502 found worse value: 337.548057525. iteration 6503 found worse value: 337.548057525. iteration 6504 found worse value: 337.548057525. iteration 6505 found worse value: 337.548057525. iteration 6506 found worse value: 337.548057525. iteration 6507 found worse value: 337.548057525. iteration 6508 found worse value: 337.548057525. iteration 6509 found worse value: 337.548057525. iteration 6510 found worse value: 337.548057525. iteration 6511 found worse value: 337.548057525. iteration 6512 found worse value: 337.548057525. iteration 6513 found worse value: 337.548057525. iteration 6514 found worse value: 337.548057525. iteration 6515 found worse value: 337.548057525. iteration 6516 found worse value: 337.548057525. iteration 6517 found worse value: 337.548057525. iteration 6518 found worse value: 337.548057525. iteration 6519 found worse value: 337.548057525. iteration 6520 found worse value: 337.548057525. iteration 6521 found worse value: 337.548057525. iteration 6522 found worse value: 337.548057525. iteration 6523 found worse value: 337.548057525. iteration 6524 found worse value: 337.548057525. iteration 6525 found worse value: 337.548057525. iteration 6526 found worse value: 337.548057525. iteration 6527 found worse value: 337.548057525. iteration 6528 found worse value: 337.548057525. iteration 6529 found worse value: 337.548057525. iteration 6530 found worse value: 337.548057525. iteration 6531 found worse value: 337.548057525. iteration 6532 found worse value: 337.548057525. iteration 6533 found worse value: 337.548057525. iteration 6534 found worse value: 337.548057525. iteration 6535 found worse value: 337.548057525. iteration 6536 found worse value: 337.548057525. iteration 6537 found worse value: 337.548057525. iteration 6538 found worse value: 337.548057525. iteration 6539 found worse value: 337.548057525. iteration 6540 found worse value: 337.548057525. iteration 6541 found worse value: 337.548057525. iteration 6542 found worse value: 337.548057525. iteration 6543 found worse value: 337.548057525. iteration 6544 found worse value: 337.548057525. iteration 6545 found worse value: 337.548057525. iteration 6546 found worse value: 337.548057525. iteration 6547 found worse value: 337.548057525. iteration 6548 found worse value: 337.548057525. iteration 6549 found worse value: 337.548057525. iteration 6550 found worse value: 337.548057525. iteration 6551 found worse value: 337.548057525. iteration 6552 found worse value: 337.548057525. iteration 6553 found worse value: 337.548057525. iteration 6554 found worse value: 337.548057525. iteration 6555 found worse value: 337.548057525. iteration 6556 found worse value: 337.548057525. iteration 6557 found worse value: 337.548057525. iteration 6558 found worse value: 337.548057525. iteration 6559 found worse value: 337.548057525. iteration 6560 found worse value: 337.548057525. iteration 6561 found worse value: 337.548057525. iteration 6562 found worse value: 337.548057525. iteration 6563 found worse value: 337.548057525. iteration 6564 found worse value: 337.548057525. iteration 6565 found worse value: 337.548057525. iteration 6566 found worse value: 337.548057525. iteration 6567 found worse value: 337.548057525. iteration 6568 found worse value: 337.548057525. iteration 6569 found worse value: 337.548057525. iteration 6570 found worse value: 337.548057525. iteration 6571 found worse value: 337.548057525. iteration 6572 found worse value: 337.548057525. iteration 6573 found worse value: 337.548057525. iteration 6574 found worse value: 337.548057525. iteration 6575 found worse value: 337.548057525. iteration 6576 found worse value: 337.548057525. iteration 6577 found worse value: 337.548057525. iteration 6578 found worse value: 337.548057525. iteration 6579 found worse value: 337.548057525. iteration 6580 found worse value: 337.548057525. iteration 6581 found worse value: 337.548057525. iteration 6582 found worse value: 337.548057525. iteration 6583 found worse value: 337.548057525. iteration 6584 found worse value: 337.548057525. iteration 6585 found worse value: 337.548057525. iteration 6586 found worse value: 337.548057525. iteration 6587 found worse value: 337.548057525. iteration 6588 found worse value: 337.548057525. iteration 6589 found worse value: 337.548057525. iteration 6590 found worse value: 337.548057525. iteration 6591 found worse value: 337.548057525. iteration 6592 found worse value: 337.548057525. iteration 6593 found worse value: 337.548057525. iteration 6594 found worse value: 337.548057525. iteration 6595 found worse value: 337.548057525. iteration 6596 found worse value: 337.548057525. iteration 6597 found worse value: 337.548057525. iteration 6598 found worse value: 337.548057525. iteration 6599 found worse value: 337.548057525. iteration 6600 found worse value: 337.548057525. iteration 6601 found worse value: 337.548057525. iteration 6602 found worse value: 337.548057525. iteration 6603 found worse value: 337.548057525. iteration 6604 found worse value: 337.548057525. iteration 6605 found worse value: 337.548057525. iteration 6606 found worse value: 337.548057525. iteration 6607 found worse value: 337.548057525. iteration 6608 found worse value: 337.548057525. iteration 6609 found worse value: 337.548057525. iteration 6610 found worse value: 337.548057525. iteration 6611 found worse value: 337.548057525. iteration 6612 found worse value: 337.548057525. iteration 6613 found worse value: 337.548057525. iteration 6614 found worse value: 337.548057525. iteration 6615 found worse value: 337.548057525. iteration 6616 found worse value: 337.548057525. iteration 6617 found worse value: 337.548057525. iteration 6618 found worse value: 337.548057525. iteration 6619 found worse value: 337.548057525. iteration 6620 found worse value: 337.548057525. iteration 6621 found worse value: 337.548057525. iteration 6622 found worse value: 337.548057525. iteration 6623 found worse value: 337.548057525. iteration 6624 found worse value: 337.548057525. iteration 6625 found worse value: 337.548057525. iteration 6626 found worse value: 337.548057525. iteration 6627 found worse value: 337.548057525. iteration 6628 found worse value: 337.548057525. iteration 6629 found worse value: 337.548057525. iteration 6630 found worse value: 337.548057525. iteration 6631 found worse value: 337.548057525. iteration 6632 found worse value: 337.548057525. iteration 6633 found worse value: 337.548057525. iteration 6634 found worse value: 337.548057525. iteration 6635 found worse value: 337.548057525. iteration 6636 found worse value: 337.548057525. iteration 6637 found worse value: 337.548057525. iteration 6638 found worse value: 337.548057525. iteration 6639 found worse value: 337.548057525. iteration 6640 found worse value: 337.548057525. iteration 6641 found worse value: 337.548057525. iteration 6642 found worse value: 337.548057525. iteration 6643 found worse value: 337.548057525. iteration 6644 found worse value: 337.548057525. iteration 6645 found worse value: 337.548057525. iteration 6646 found worse value: 337.548057525. iteration 6647 found worse value: 337.548057525. iteration 6648 found worse value: 337.548057525. iteration 6649 found worse value: 337.548057525. iteration 6650 found worse value: 337.548057525. iteration 6651 found worse value: 337.548057525. iteration 6652 found worse value: 337.548057525. iteration 6653 found worse value: 337.548057525. iteration 6654 found worse value: 337.548057525. iteration 6655 found worse value: 337.548057525. iteration 6656 found worse value: 337.548057525. iteration 6657 found worse value: 337.548057525. iteration 6658 found worse value: 337.548057525. iteration 6659 found worse value: 337.548057525. iteration 6660 found worse value: 337.548057525. iteration 6661 found worse value: 337.548057525. iteration 6662 found worse value: 337.548057525. iteration 6663 found worse value: 337.548057525. iteration 6664 found worse value: 337.548057525. iteration 6665 found worse value: 337.548057525. iteration 6666 found worse value: 337.548057525. iteration 6667 found worse value: 337.548057525. iteration 6668 found worse value: 337.548057525. iteration 6669 found worse value: 337.548057525. iteration 6670 found worse value: 337.548057525. iteration 6671 found worse value: 337.548057525. iteration 6672 found worse value: 337.548057525. iteration 6673 found worse value: 337.548057525. iteration 6674 found worse value: 337.548057525. iteration 6675 found worse value: 337.548057525. iteration 6676 found worse value: 337.548057525. iteration 6677 found worse value: 337.548057525. iteration 6678 found worse value: 337.548057525. iteration6678, perturbing to get out of local maxima iteration 6679 found worse value: 337.548057525. iteration 6680 found worse value: 337.548057525. iteration 6681 found worse value: 337.548057525. iteration 6682 found worse value: 337.548057525. iteration 6683 found worse value: 337.548057525. iteration 6684 found worse value: 337.548057525. iteration 6685 found worse value: 337.548057525. iteration 6686 found worse value: 337.548057525. iteration 6687 found worse value: 337.548057525. iteration 6688 found worse value: 337.548057525. iteration 6689 found worse value: 337.548057525. iteration 6690 found worse value: 337.548057525. iteration 6691 found worse value: 337.548057525. iteration 6692 found worse value: 337.548057525. iteration 6693 found worse value: 337.548057525. iteration 6694 found worse value: 337.548057525. iteration 6695 found worse value: 337.548057525. iteration 6696 found worse value: 337.548057525. iteration 6697 found worse value: 337.548057525. iteration 6698 found worse value: 337.548057525. iteration 6699 found worse value: 337.548057525. iteration 6700 found worse value: 337.548057525. iteration 6701 found worse value: 337.548057525. iteration 6702 found worse value: 337.548057525. iteration 6703 found worse value: 337.548057525. iteration 6704 found worse value: 337.548057525. iteration 6705 found worse value: 337.548057525. iteration 6706 found worse value: 337.548057525. iteration 6707 found worse value: 337.548057525. iteration 6708 found worse value: 337.548057525. iteration 6709 found worse value: 337.548057525. iteration 6710 found worse value: 337.548057525. iteration 6711 found worse value: 337.548057525. iteration 6712 found worse value: 337.548057525. iteration 6713 found worse value: 337.548057525. iteration 6714 found worse value: 337.548057525. iteration 6715 found worse value: 337.548057525. iteration 6716 found worse value: 337.548057525. iteration 6717 found worse value: 337.548057525. iteration 6718 found worse value: 337.548057525. iteration 6719 found worse value: 337.548057525. iteration 6720 found worse value: 337.548057525. iteration 6721 found worse value: 337.548057525. iteration 6722 found worse value: 337.548057525. iteration 6723 found worse value: 337.548057525. iteration 6724 found worse value: 337.548057525. iteration 6725 found worse value: 337.548057525. iteration 6726 found worse value: 337.548057525. iteration 6727 found worse value: 337.548057525. iteration 6728 found worse value: 337.548057525. iteration 6729 found worse value: 337.548057525. iteration 6730 found worse value: 337.548057525. iteration 6731 found worse value: 337.548057525. iteration 6732 found worse value: 337.548057525. iteration 6733 found worse value: 337.548057525. iteration 6734 found worse value: 337.548057525. iteration 6735 found worse value: 337.548057525. iteration 6736 found worse value: 337.548057525. iteration 6737 found worse value: 337.548057525. iteration 6738 found worse value: 337.548057525. iteration 6739 found worse value: 337.548057525. iteration 6740 found worse value: 337.548057525. iteration 6741 found worse value: 337.548057525. iteration 6742 found worse value: 337.548057525. iteration 6743 found worse value: 337.548057525. iteration 6744 found worse value: 337.548057525. iteration 6745 found worse value: 337.548057525. iteration 6746 found worse value: 337.548057525. iteration 6747 found worse value: 337.548057525. iteration 6748 found worse value: 337.548057525. iteration 6749 found worse value: 337.548057525. iteration 6750 found worse value: 337.548057525. iteration 6751 found worse value: 337.548057525. iteration 6752 found worse value: 337.548057525. iteration 6753 found worse value: 337.548057525. iteration 6754 found worse value: 337.548057525. iteration 6755 found worse value: 337.548057525. iteration 6756 found worse value: 337.548057525. iteration 6757 found worse value: 337.548057525. iteration 6758 found worse value: 337.548057525. iteration 6759 found worse value: 337.548057525. iteration 6760 found worse value: 337.548057525. iteration 6761 found worse value: 337.548057525. iteration 6762 found worse value: 337.548057525. iteration 6763 found worse value: 337.548057525. iteration 6764 found worse value: 337.548057525. iteration 6765 found worse value: 337.548057525. iteration 6766 found worse value: 337.548057525. iteration 6767 found worse value: 337.548057525. iteration 6768 found worse value: 337.548057525. iteration 6769 found worse value: 337.548057525. iteration 6770 found worse value: 337.548057525. iteration 6771 found worse value: 337.548057525. iteration 6772 found worse value: 337.548057525. iteration 6773 found worse value: 337.548057525. iteration 6774 found worse value: 337.548057525. iteration 6775 found worse value: 337.548057525. iteration 6776 found worse value: 337.548057525. iteration 6777 found worse value: 337.548057525. iteration 6778 found worse value: 337.548057525. iteration 6779 found worse value: 337.548057525. iteration 6780 found worse value: 337.548057525. iteration 6781 found worse value: 337.548057525. iteration 6782 found worse value: 337.548057525. iteration 6783 found worse value: 337.548057525. iteration 6784 found worse value: 337.548057525. iteration 6785 found worse value: 337.548057525. iteration 6786 found worse value: 337.548057525. iteration 6787 found worse value: 337.548057525. iteration 6788 found worse value: 337.548057525. iteration 6789 found worse value: 337.548057525. iteration 6790 found worse value: 337.548057525. iteration 6791 found worse value: 337.548057525. iteration 6792 found worse value: 337.548057525. iteration 6793 found worse value: 337.548057525. iteration 6794 found worse value: 337.548057525. iteration 6795 found worse value: 337.548057525. iteration 6796 found worse value: 337.548057525. iteration 6797 found worse value: 337.548057525. iteration 6798 found worse value: 337.548057525. iteration 6799 found worse value: 337.548057525. iteration 6800 found worse value: 337.548057525. iteration 6801 found worse value: 337.548057525. iteration 6802 found worse value: 337.548057525. iteration 6803 found worse value: 337.548057525. iteration 6804 found worse value: 337.548057525. iteration 6805 found worse value: 337.548057525. iteration 6806 found worse value: 337.548057525. iteration 6807 found worse value: 337.548057525. iteration 6808 found worse value: 337.548057525. iteration 6809 found worse value: 337.548057525. iteration 6810 found worse value: 337.548057525. iteration 6811 found worse value: 337.548057525. iteration 6812 found worse value: 337.548057525. iteration 6813 found worse value: 337.548057525. iteration 6814 found worse value: 337.548057525. iteration 6815 found worse value: 337.548057525. iteration 6816 found worse value: 337.548057525. iteration 6817 found worse value: 337.548057525. iteration 6818 found worse value: 337.548057525. iteration 6819 found worse value: 337.548057525. iteration 6820 found worse value: 337.548057525. iteration 6821 found worse value: 337.548057525. iteration 6822 found worse value: 337.548057525. iteration 6823 found worse value: 337.548057525. iteration 6824 found worse value: 337.548057525. iteration 6825 found worse value: 337.548057525. iteration 6826 found worse value: 337.548057525. iteration 6827 found worse value: 337.548057525. iteration 6828 found worse value: 337.548057525. iteration 6829 found worse value: 337.548057525. iteration 6830 found worse value: 337.548057525. iteration 6831 found worse value: 337.548057525. iteration 6832 found worse value: 337.548057525. iteration 6833 found worse value: 337.548057525. iteration 6834 found worse value: 337.548057525. iteration 6835 found worse value: 337.548057525. iteration 6836 found worse value: 337.548057525. iteration 6837 found worse value: 337.548057525. iteration 6838 found worse value: 337.548057525. iteration 6839 found worse value: 337.548057525. iteration 6840 found worse value: 337.548057525. iteration 6841 found worse value: 337.548057525. iteration 6842 found worse value: 337.548057525. iteration 6843 found worse value: 337.548057525. iteration 6844 found equal value: 337.548057525. iteration 6845 found worse value: 337.548057525. iteration 6846 found worse value: 337.548057525. iteration 6847 found worse value: 337.548057525. iteration 6848 found worse value: 337.548057525. iteration 6849 found worse value: 337.548057525. iteration 6850 found worse value: 337.548057525. iteration 6851 found worse value: 337.548057525. iteration 6852 found worse value: 337.548057525. iteration 6853 found worse value: 337.548057525. iteration 6854 found worse value: 337.548057525. iteration 6855 found worse value: 337.548057525. iteration 6856 found worse value: 337.548057525. iteration 6857 found worse value: 337.548057525. iteration 6858 found worse value: 337.548057525. iteration 6859 found worse value: 337.548057525. iteration 6860 found worse value: 337.548057525. iteration 6861 found worse value: 337.548057525. iteration 6862 found worse value: 337.548057525. iteration 6863 found worse value: 337.548057525. iteration 6864 found worse value: 337.548057525. iteration 6865 found worse value: 337.548057525. iteration 6866 found worse value: 337.548057525. iteration 6867 found worse value: 337.548057525. iteration 6868 found worse value: 337.548057525. iteration 6869 found worse value: 337.548057525. iteration 6870 found worse value: 337.548057525. iteration 6871 found worse value: 337.548057525. iteration 6872 found worse value: 337.548057525. iteration 6873 found worse value: 337.548057525. iteration 6874 found worse value: 337.548057525. iteration 6875 found worse value: 337.548057525. iteration 6876 found worse value: 337.548057525. iteration 6877 found worse value: 337.548057525. iteration 6878 found worse value: 337.548057525. iteration 6879 found worse value: 337.548057525. iteration 6880 found worse value: 337.548057525. iteration 6881 found worse value: 337.548057525. iteration 6882 found worse value: 337.548057525. iteration 6883 found worse value: 337.548057525. iteration 6884 found worse value: 337.548057525. iteration 6885 found worse value: 337.548057525. iteration 6886 found worse value: 337.548057525. iteration 6887 found worse value: 337.548057525. iteration 6888 found worse value: 337.548057525. iteration 6889 found worse value: 337.548057525. iteration 6890 found worse value: 337.548057525. iteration 6891 found worse value: 337.548057525. iteration 6892 found worse value: 337.548057525. iteration 6893 found worse value: 337.548057525. iteration 6894 found worse value: 337.548057525. iteration 6895 found worse value: 337.548057525. iteration 6896 found worse value: 337.548057525. iteration 6897 found worse value: 337.548057525. iteration 6898 found worse value: 337.548057525. iteration 6899 found worse value: 337.548057525. iteration 6900 found worse value: 337.548057525. iteration 6901 found worse value: 337.548057525. iteration 6902 found worse value: 337.548057525. iteration 6903 found worse value: 337.548057525. iteration 6904 found worse value: 337.548057525. iteration 6905 found worse value: 337.548057525. iteration 6906 found worse value: 337.548057525. iteration 6907 found worse value: 337.548057525. iteration 6908 found worse value: 337.548057525. iteration 6909 found worse value: 337.548057525. iteration 6910 found worse value: 337.548057525. iteration 6911 found worse value: 337.548057525. iteration 6912 found worse value: 337.548057525. iteration 6913 found worse value: 337.548057525. iteration 6914 found worse value: 337.548057525. iteration 6915 found worse value: 337.548057525. iteration 6916 found worse value: 337.548057525. iteration 6917 found worse value: 337.548057525. iteration 6918 found worse value: 337.548057525. iteration 6919 found worse value: 337.548057525. iteration 6920 found worse value: 337.548057525. iteration 6921 found worse value: 337.548057525. iteration 6922 found worse value: 337.548057525. iteration 6923 found worse value: 337.548057525. iteration 6924 found worse value: 337.548057525. iteration 6925 found worse value: 337.548057525. iteration 6926 found worse value: 337.548057525. iteration 6927 found worse value: 337.548057525. iteration 6928 found worse value: 337.548057525. iteration 6929 found worse value: 337.548057525. iteration 6930 found worse value: 337.548057525. iteration 6931 found worse value: 337.548057525. iteration 6932 found worse value: 337.548057525. iteration 6933 found worse value: 337.548057525. iteration 6934 found worse value: 337.548057525. iteration 6935 found worse value: 337.548057525. iteration 6936 found worse value: 337.548057525. iteration 6937 found worse value: 337.548057525. iteration 6938 found worse value: 337.548057525. iteration 6939 found worse value: 337.548057525. iteration 6940 found worse value: 337.548057525. iteration 6941 found worse value: 337.548057525. iteration 6942 found worse value: 337.548057525. iteration 6943 found worse value: 337.548057525. iteration 6944 found worse value: 337.548057525. iteration 6945 found worse value: 337.548057525. iteration 6946 found worse value: 337.548057525. iteration 6947 found worse value: 337.548057525. iteration 6948 found worse value: 337.548057525. iteration 6949 found worse value: 337.548057525. iteration 6950 found worse value: 337.548057525. iteration 6951 found worse value: 337.548057525. iteration 6952 found worse value: 337.548057525. iteration 6953 found worse value: 337.548057525. iteration 6954 found worse value: 337.548057525. iteration 6955 found worse value: 337.548057525. iteration 6956 found worse value: 337.548057525. iteration 6957 found worse value: 337.548057525. iteration 6958 found worse value: 337.548057525. iteration 6959 found worse value: 337.548057525. iteration 6960 found worse value: 337.548057525. iteration 6961 found worse value: 337.548057525. iteration 6962 found worse value: 337.548057525. iteration 6963 found worse value: 337.548057525. iteration 6964 found worse value: 337.548057525. iteration 6965 found worse value: 337.548057525. iteration 6966 found worse value: 337.548057525. iteration 6967 found worse value: 337.548057525. iteration 6968 found worse value: 337.548057525. iteration 6969 found worse value: 337.548057525. iteration 6970 found worse value: 337.548057525. iteration 6971 found worse value: 337.548057525. iteration 6972 found worse value: 337.548057525. iteration 6973 found worse value: 337.548057525. iteration 6974 found worse value: 337.548057525. iteration 6975 found worse value: 337.548057525. iteration 6976 found worse value: 337.548057525. iteration 6977 found worse value: 337.548057525. iteration 6978 found worse value: 337.548057525. iteration 6979 found worse value: 337.548057525. iteration 6980 found worse value: 337.548057525. iteration 6981 found worse value: 337.548057525. iteration 6982 found worse value: 337.548057525. iteration 6983 found worse value: 337.548057525. iteration 6984 found worse value: 337.548057525. iteration 6985 found worse value: 337.548057525. iteration 6986 found worse value: 337.548057525. iteration 6987 found worse value: 337.548057525. iteration 6988 found worse value: 337.548057525. iteration 6989 found worse value: 337.548057525. iteration 6990 found worse value: 337.548057525. iteration 6991 found worse value: 337.548057525. iteration 6992 found worse value: 337.548057525. iteration 6993 found worse value: 337.548057525. iteration 6994 found worse value: 337.548057525. iteration 6995 found worse value: 337.548057525. iteration 6996 found worse value: 337.548057525. iteration 6997 found worse value: 337.548057525. iteration 6998 found worse value: 337.548057525. iteration 6999 found worse value: 337.548057525. iteration 7000 found worse value: 337.548057525. iteration 7001 found worse value: 337.548057525. iteration 7002 found worse value: 337.548057525. iteration 7003 found worse value: 337.548057525. iteration 7004 found worse value: 337.548057525. iteration 7005 found worse value: 337.548057525. iteration 7006 found worse value: 337.548057525. iteration 7007 found worse value: 337.548057525. iteration 7008 found worse value: 337.548057525. iteration 7009 found worse value: 337.548057525. iteration 7010 found worse value: 337.548057525. iteration 7011 found worse value: 337.548057525. iteration 7012 found worse value: 337.548057525. iteration 7013 found worse value: 337.548057525. iteration 7014 found worse value: 337.548057525. iteration 7015 found worse value: 337.548057525. iteration 7016 found worse value: 337.548057525. iteration 7017 found worse value: 337.548057525. iteration 7018 found worse value: 337.548057525. iteration 7019 found worse value: 337.548057525. iteration 7020 found worse value: 337.548057525. iteration 7021 found worse value: 337.548057525. iteration 7022 found worse value: 337.548057525. iteration 7023 found worse value: 337.548057525. iteration 7024 found worse value: 337.548057525. iteration 7025 found worse value: 337.548057525. iteration 7026 found worse value: 337.548057525. iteration 7027 found worse value: 337.548057525. iteration 7028 found worse value: 337.548057525. iteration 7029 found worse value: 337.548057525. iteration 7030 found worse value: 337.548057525. iteration 7031 found worse value: 337.548057525. iteration 7032 found worse value: 337.548057525. iteration 7033 found worse value: 337.548057525. iteration 7034 found worse value: 337.548057525. iteration 7035 found worse value: 337.548057525. iteration 7036 found worse value: 337.548057525. iteration 7037 found worse value: 337.548057525. iteration 7038 found worse value: 337.548057525. iteration 7039 found worse value: 337.548057525. iteration 7040 found worse value: 337.548057525. iteration 7041 found worse value: 337.548057525. iteration 7042 found worse value: 337.548057525. iteration 7043 found worse value: 337.548057525. iteration 7044 found worse value: 337.548057525. iteration 7045 found worse value: 337.548057525. iteration 7046 found worse value: 337.548057525. iteration 7047 found worse value: 337.548057525. iteration 7048 found worse value: 337.548057525. iteration 7049 found worse value: 337.548057525. iteration 7050 found worse value: 337.548057525. iteration 7051 found worse value: 337.548057525. iteration 7052 found worse value: 337.548057525. iteration 7053 found worse value: 337.548057525. iteration 7054 found worse value: 337.548057525. iteration 7055 found worse value: 337.548057525. iteration 7056 found worse value: 337.548057525. iteration 7057 found worse value: 337.548057525. iteration 7058 found worse value: 337.548057525. iteration 7059 found worse value: 337.548057525. iteration 7060 found worse value: 337.548057525. iteration 7061 found worse value: 337.548057525. iteration 7062 found worse value: 337.548057525. iteration 7063 found worse value: 337.548057525. iteration 7064 found worse value: 337.548057525. iteration 7065 found worse value: 337.548057525. iteration 7066 found worse value: 337.548057525. iteration 7067 found worse value: 337.548057525. iteration 7068 found worse value: 337.548057525. iteration 7069 found worse value: 337.548057525. iteration 7070 found worse value: 337.548057525. iteration 7071 found worse value: 337.548057525. iteration 7072 found worse value: 337.548057525. iteration 7073 found worse value: 337.548057525. iteration 7074 found worse value: 337.548057525. iteration 7075 found worse value: 337.548057525. iteration 7076 found worse value: 337.548057525. iteration 7077 found worse value: 337.548057525. iteration 7078 found worse value: 337.548057525. iteration 7079 found worse value: 337.548057525. iteration 7080 found worse value: 337.548057525. iteration 7081 found worse value: 337.548057525. iteration 7082 found worse value: 337.548057525. iteration 7083 found worse value: 337.548057525. iteration 7084 found worse value: 337.548057525. iteration 7085 found worse value: 337.548057525. iteration 7086 found worse value: 337.548057525. iteration 7087 found worse value: 337.548057525. iteration 7088 found worse value: 337.548057525. iteration 7089 found worse value: 337.548057525. iteration 7090 found worse value: 337.548057525. iteration 7091 found worse value: 337.548057525. iteration 7092 found worse value: 337.548057525. iteration 7093 found worse value: 337.548057525. iteration 7094 found worse value: 337.548057525. iteration 7095 found worse value: 337.548057525. iteration 7096 found worse value: 337.548057525. iteration 7097 found worse value: 337.548057525. iteration 7098 found worse value: 337.548057525. iteration 7099 found worse value: 337.548057525. iteration 7100 found worse value: 337.548057525. iteration 7101 found worse value: 337.548057525. iteration 7102 found worse value: 337.548057525. iteration 7103 found worse value: 337.548057525. iteration 7104 found worse value: 337.548057525. iteration 7105 found worse value: 337.548057525. iteration 7106 found worse value: 337.548057525. iteration 7107 found worse value: 337.548057525. iteration 7108 found worse value: 337.548057525. iteration 7109 found worse value: 337.548057525. iteration 7110 found worse value: 337.548057525. iteration 7111 found worse value: 337.548057525. iteration 7112 found worse value: 337.548057525. iteration 7113 found worse value: 337.548057525. iteration 7114 found worse value: 337.548057525. iteration 7115 found worse value: 337.548057525. iteration 7116 found worse value: 337.548057525. iteration 7117 found worse value: 337.548057525. iteration 7118 found worse value: 337.548057525. iteration 7119 found worse value: 337.548057525. iteration 7120 found worse value: 337.548057525. iteration 7121 found worse value: 337.548057525. iteration 7122 found worse value: 337.548057525. iteration 7123 found worse value: 337.548057525. iteration7123, perturbing to get out of local maxima iteration 7124 found worse value: 337.548057525. iteration 7125 found worse value: 337.548057525. iteration 7126 found worse value: 337.548057525. iteration 7127 found worse value: 337.548057525. iteration 7128 found worse value: 337.548057525. iteration 7129 found worse value: 337.548057525. iteration 7130 found worse value: 337.548057525. iteration 7131 found worse value: 337.548057525. iteration 7132 found worse value: 337.548057525. iteration 7133 found worse value: 337.548057525. iteration 7134 found worse value: 337.548057525. iteration 7135 found worse value: 337.548057525. iteration 7136 found worse value: 337.548057525. iteration 7137 found worse value: 337.548057525. iteration 7138 found worse value: 337.548057525. iteration 7139 found worse value: 337.548057525. iteration 7140 found worse value: 337.548057525. iteration 7141 found worse value: 337.548057525. iteration 7142 found worse value: 337.548057525. iteration 7143 found worse value: 337.548057525. iteration 7144 found worse value: 337.548057525. iteration 7145 found worse value: 337.548057525. iteration 7146 found worse value: 337.548057525. iteration 7147 found worse value: 337.548057525. iteration 7148 found worse value: 337.548057525. iteration 7149 found worse value: 337.548057525. iteration 7150 found worse value: 337.548057525. iteration 7151 found worse value: 337.548057525. iteration 7152 found worse value: 337.548057525. iteration 7153 found worse value: 337.548057525. iteration 7154 found worse value: 337.548057525. iteration 7155 found worse value: 337.548057525. iteration 7156 found worse value: 337.548057525. iteration 7157 found worse value: 337.548057525. iteration 7158 found worse value: 337.548057525. iteration 7159 found worse value: 337.548057525. iteration 7160 found worse value: 337.548057525. iteration 7161 found worse value: 337.548057525. iteration 7162 found worse value: 337.548057525. iteration 7163 found worse value: 337.548057525. iteration 7164 found worse value: 337.548057525. iteration 7165 found worse value: 337.548057525. iteration 7166 found worse value: 337.548057525. iteration 7167 found worse value: 337.548057525. iteration 7168 found worse value: 337.548057525. iteration 7169 found worse value: 337.548057525. iteration 7170 found worse value: 337.548057525. iteration 7171 found worse value: 337.548057525. iteration 7172 found worse value: 337.548057525. iteration 7173 found worse value: 337.548057525. iteration 7174 found worse value: 337.548057525. iteration 7175 found worse value: 337.548057525. iteration 7176 found worse value: 337.548057525. iteration 7177 found worse value: 337.548057525. iteration 7178 found worse value: 337.548057525. iteration 7179 found worse value: 337.548057525. iteration 7180 found worse value: 337.548057525. iteration 7181 found worse value: 337.548057525. iteration 7182 found worse value: 337.548057525. iteration 7183 found worse value: 337.548057525. iteration 7184 found worse value: 337.548057525. iteration 7185 found worse value: 337.548057525. iteration 7186 found worse value: 337.548057525. iteration 7187 found worse value: 337.548057525. iteration 7188 found worse value: 337.548057525. iteration 7189 found worse value: 337.548057525. iteration 7190 found worse value: 337.548057525. iteration 7191 found worse value: 337.548057525. iteration 7192 found worse value: 337.548057525. iteration 7193 found worse value: 337.548057525. iteration 7194 found worse value: 337.548057525. iteration 7195 found worse value: 337.548057525. iteration 7196 found worse value: 337.548057525. iteration 7197 found worse value: 337.548057525. iteration 7198 found worse value: 337.548057525. iteration 7199 found worse value: 337.548057525. iteration 7200 found worse value: 337.548057525. iteration 7201 found worse value: 337.548057525. iteration 7202 found worse value: 337.548057525. iteration 7203 found worse value: 337.548057525. iteration 7204 found worse value: 337.548057525. iteration 7205 found worse value: 337.548057525. iteration 7206 found worse value: 337.548057525. iteration 7207 found worse value: 337.548057525. iteration 7208 found worse value: 337.548057525. iteration 7209 found worse value: 337.548057525. iteration 7210 found worse value: 337.548057525. iteration 7211 found worse value: 337.548057525. iteration 7212 found worse value: 337.548057525. iteration 7213 found worse value: 337.548057525. iteration 7214 found worse value: 337.548057525. iteration 7215 found worse value: 337.548057525. iteration 7216 found worse value: 337.548057525. iteration 7217 found worse value: 337.548057525. iteration 7218 found worse value: 337.548057525. iteration 7219 found worse value: 337.548057525. iteration7219, perturbing to get out of local maxima iteration 7220 found worse value: 337.548057525. iteration 7221 found worse value: 337.548057525. iteration 7222 found worse value: 337.548057525. iteration 7223 found worse value: 337.548057525. iteration 7224 found worse value: 337.548057525. iteration 7225 found worse value: 337.548057525. iteration 7226 found worse value: 337.548057525. iteration 7227 found worse value: 337.548057525. iteration 7228 found worse value: 337.548057525. iteration 7229 found worse value: 337.548057525. iteration 7230 found worse value: 337.548057525. iteration 7231 found worse value: 337.548057525. iteration 7232 found worse value: 337.548057525. iteration 7233 found worse value: 337.548057525. iteration 7234 found worse value: 337.548057525. iteration 7235 found worse value: 337.548057525. iteration 7236 found worse value: 337.548057525. iteration 7237 found worse value: 337.548057525. iteration 7238 found worse value: 337.548057525. iteration 7239 found worse value: 337.548057525. iteration 7240 found worse value: 337.548057525. iteration 7241 found worse value: 337.548057525. iteration 7242 found worse value: 337.548057525. iteration 7243 found worse value: 337.548057525. iteration 7244 found worse value: 337.548057525. iteration 7245 found worse value: 337.548057525. iteration 7246 found worse value: 337.548057525. iteration 7247 found worse value: 337.548057525. iteration7247, perturbing to get out of local maxima iteration 7248 found worse value: 337.548057525. iteration 7249 found worse value: 337.548057525. iteration 7250 found worse value: 337.548057525. iteration 7251 found worse value: 337.548057525. iteration 7252 found worse value: 337.548057525. iteration 7253 found worse value: 337.548057525. iteration 7254 found worse value: 337.548057525. iteration 7255 found worse value: 337.548057525. iteration 7256 found worse value: 337.548057525. iteration 7257 found worse value: 337.548057525. iteration 7258 found worse value: 337.548057525. iteration 7259 found worse value: 337.548057525. iteration 7260 found worse value: 337.548057525. iteration 7261 found worse value: 337.548057525. iteration 7262 found worse value: 337.548057525. iteration 7263 found worse value: 337.548057525. iteration 7264 found worse value: 337.548057525. iteration 7265 found worse value: 337.548057525. iteration 7266 found worse value: 337.548057525. iteration 7267 found worse value: 337.548057525. iteration 7268 found worse value: 337.548057525. iteration 7269 found worse value: 337.548057525. iteration 7270 found worse value: 337.548057525. iteration 7271 found worse value: 337.548057525. iteration 7272 found worse value: 337.548057525. iteration 7273 found worse value: 337.548057525. iteration 7274 found worse value: 337.548057525. iteration 7275 found worse value: 337.548057525. iteration 7276 found worse value: 337.548057525. iteration 7277 found worse value: 337.548057525. iteration 7278 found worse value: 337.548057525. iteration 7279 found worse value: 337.548057525. iteration 7280 found worse value: 337.548057525. iteration 7281 found worse value: 337.548057525. iteration 7282 found worse value: 337.548057525. iteration 7283 found worse value: 337.548057525. iteration 7284 found worse value: 337.548057525. iteration 7285 found worse value: 337.548057525. iteration 7286 found worse value: 337.548057525. iteration 7287 found worse value: 337.548057525. iteration 7288 found worse value: 337.548057525. iteration 7289 found worse value: 337.548057525. iteration 7290 found worse value: 337.548057525. iteration 7291 found worse value: 337.548057525. iteration 7292 found worse value: 337.548057525. iteration 7293 found worse value: 337.548057525. iteration 7294 found worse value: 337.548057525. iteration 7295 found worse value: 337.548057525. iteration 7296 found worse value: 337.548057525. iteration 7297 found worse value: 337.548057525. iteration 7298 found worse value: 337.548057525. iteration 7299 found worse value: 337.548057525. iteration 7300 found worse value: 337.548057525. iteration 7301 found worse value: 337.548057525. iteration 7302 found worse value: 337.548057525. iteration 7303 found worse value: 337.548057525. iteration 7304 found worse value: 337.548057525. iteration 7305 found worse value: 337.548057525. iteration 7306 found worse value: 337.548057525. iteration 7307 found worse value: 337.548057525. iteration 7308 found worse value: 337.548057525. iteration 7309 found worse value: 337.548057525. iteration 7310 found worse value: 337.548057525. iteration 7311 found worse value: 337.548057525. iteration 7312 found worse value: 337.548057525. iteration 7313 found worse value: 337.548057525. iteration 7314 found worse value: 337.548057525. iteration 7315 found worse value: 337.548057525. iteration 7316 found worse value: 337.548057525. iteration 7317 found worse value: 337.548057525. iteration 7318 found worse value: 337.548057525. iteration 7319 found worse value: 337.548057525. iteration 7320 found worse value: 337.548057525. iteration 7321 found equal value: 337.548057525. iteration 7322 found worse value: 337.548057525. iteration 7323 found worse value: 337.548057525. iteration 7324 found worse value: 337.548057525. iteration 7325 found worse value: 337.548057525. iteration 7326 found worse value: 337.548057525. iteration 7327 found worse value: 337.548057525. iteration 7328 found worse value: 337.548057525. iteration 7329 found worse value: 337.548057525. iteration 7330 found worse value: 337.548057525. iteration 7331 found worse value: 337.548057525. iteration 7332 found worse value: 337.548057525. iteration 7333 found worse value: 337.548057525. iteration 7334 found worse value: 337.548057525. iteration 7335 found worse value: 337.548057525. iteration 7336 found worse value: 337.548057525. iteration 7337 found worse value: 337.548057525. iteration 7338 found worse value: 337.548057525. iteration 7339 found worse value: 337.548057525. iteration 7340 found worse value: 337.548057525. iteration 7341 found worse value: 337.548057525. iteration 7342 found worse value: 337.548057525. iteration 7343 found worse value: 337.548057525. iteration 7344 found worse value: 337.548057525. iteration 7345 found worse value: 337.548057525. iteration 7346 found worse value: 337.548057525. iteration 7347 found worse value: 337.548057525. iteration 7348 found worse value: 337.548057525. iteration 7349 found worse value: 337.548057525. iteration 7350 found worse value: 337.548057525. iteration 7351 found worse value: 337.548057525. iteration 7352 found worse value: 337.548057525. iteration 7353 found worse value: 337.548057525. iteration 7354 found worse value: 337.548057525. iteration 7355 found worse value: 337.548057525. iteration 7356 found worse value: 337.548057525. iteration 7357 found worse value: 337.548057525. iteration 7358 found worse value: 337.548057525. iteration 7359 found worse value: 337.548057525. iteration 7360 found worse value: 337.548057525. iteration 7361 found worse value: 337.548057525. iteration 7362 found worse value: 337.548057525. iteration 7363 found worse value: 337.548057525. iteration 7364 found worse value: 337.548057525. iteration 7365 found worse value: 337.548057525. iteration 7366 found worse value: 337.548057525. iteration 7367 found worse value: 337.548057525. iteration 7368 found worse value: 337.548057525. iteration 7369 found worse value: 337.548057525. iteration 7370 found worse value: 337.548057525. iteration 7371 found worse value: 337.548057525. iteration 7372 found worse value: 337.548057525. iteration 7373 found worse value: 337.548057525. iteration 7374 found worse value: 337.548057525. iteration 7375 found worse value: 337.548057525. iteration 7376 found worse value: 337.548057525. iteration 7377 found worse value: 337.548057525. iteration 7378 found worse value: 337.548057525. iteration 7379 found worse value: 337.548057525. iteration 7380 found worse value: 337.548057525. iteration 7381 found worse value: 337.548057525. iteration 7382 found worse value: 337.548057525. iteration 7383 found worse value: 337.548057525. iteration 7384 found worse value: 337.548057525. iteration 7385 found worse value: 337.548057525. iteration 7386 found worse value: 337.548057525. iteration 7387 found worse value: 337.548057525. iteration 7388 found worse value: 337.548057525. iteration 7389 found worse value: 337.548057525. iteration 7390 found worse value: 337.548057525. iteration 7391 found worse value: 337.548057525. iteration 7392 found worse value: 337.548057525. iteration 7393 found worse value: 337.548057525. iteration 7394 found worse value: 337.548057525. iteration 7395 found worse value: 337.548057525. iteration 7396 found worse value: 337.548057525. iteration 7397 found worse value: 337.548057525. iteration 7398 found worse value: 337.548057525. iteration 7399 found worse value: 337.548057525. iteration 7400 found worse value: 337.548057525. iteration 7401 found worse value: 337.548057525. iteration 7402 found worse value: 337.548057525. iteration 7403 found worse value: 337.548057525. iteration 7404 found worse value: 337.548057525. iteration 7405 found worse value: 337.548057525. iteration 7406 found worse value: 337.548057525. iteration 7407 found worse value: 337.548057525. iteration 7408 found worse value: 337.548057525. iteration 7409 found worse value: 337.548057525. iteration 7410 found worse value: 337.548057525. iteration 7411 found worse value: 337.548057525. iteration 7412 found worse value: 337.548057525. iteration 7413 found worse value: 337.548057525. iteration 7414 found worse value: 337.548057525. iteration 7415 found worse value: 337.548057525. iteration 7416 found worse value: 337.548057525. iteration 7417 found worse value: 337.548057525. iteration 7418 found worse value: 337.548057525. iteration 7419 found worse value: 337.548057525. iteration 7420 found worse value: 337.548057525. iteration 7421 found worse value: 337.548057525. iteration 7422 found worse value: 337.548057525. iteration 7423 found worse value: 337.548057525. iteration 7424 found worse value: 337.548057525. iteration 7425 found worse value: 337.548057525. iteration 7426 found worse value: 337.548057525. iteration 7427 found worse value: 337.548057525. iteration 7428 found worse value: 337.548057525. iteration 7429 found worse value: 337.548057525. iteration 7430 found worse value: 337.548057525. iteration 7431 found worse value: 337.548057525. iteration 7432 found worse value: 337.548057525. iteration 7433 found worse value: 337.548057525. iteration 7434 found worse value: 337.548057525. iteration 7435 found worse value: 337.548057525. iteration 7436 found worse value: 337.548057525. iteration 7437 found worse value: 337.548057525. iteration 7438 found worse value: 337.548057525. iteration 7439 found worse value: 337.548057525. iteration 7440 found worse value: 337.548057525. iteration 7441 found worse value: 337.548057525. iteration 7442 found worse value: 337.548057525. iteration 7443 found worse value: 337.548057525. iteration 7444 found worse value: 337.548057525. iteration 7445 found worse value: 337.548057525. iteration 7446 found worse value: 337.548057525. iteration 7447 found worse value: 337.548057525. iteration 7448 found worse value: 337.548057525. iteration 7449 found worse value: 337.548057525. iteration 7450 found worse value: 337.548057525. iteration 7451 found worse value: 337.548057525. iteration 7452 found worse value: 337.548057525. iteration 7453 found worse value: 337.548057525. iteration 7454 found worse value: 337.548057525. iteration 7455 found worse value: 337.548057525. iteration 7456 found worse value: 337.548057525. iteration 7457 found worse value: 337.548057525. iteration 7458 found worse value: 337.548057525. iteration 7459 found worse value: 337.548057525. iteration 7460 found worse value: 337.548057525. iteration 7461 found worse value: 337.548057525. iteration 7462 found worse value: 337.548057525. iteration 7463 found worse value: 337.548057525. iteration 7464 found worse value: 337.548057525. iteration 7465 found worse value: 337.548057525. iteration 7466 found worse value: 337.548057525. iteration 7467 found worse value: 337.548057525. iteration 7468 found worse value: 337.548057525. iteration 7469 found worse value: 337.548057525. iteration 7470 found worse value: 337.548057525. iteration 7471 found worse value: 337.548057525. iteration 7472 found worse value: 337.548057525. iteration 7473 found worse value: 337.548057525. iteration 7474 found worse value: 337.548057525. iteration 7475 found worse value: 337.548057525. iteration 7476 found worse value: 337.548057525. iteration 7477 found worse value: 337.548057525. iteration 7478 found worse value: 337.548057525. iteration 7479 found worse value: 337.548057525. iteration 7480 found worse value: 337.548057525. iteration 7481 found worse value: 337.548057525. iteration 7482 found worse value: 337.548057525. iteration 7483 found worse value: 337.548057525. iteration 7484 found worse value: 337.548057525. iteration 7485 found worse value: 337.548057525. iteration 7486 found worse value: 337.548057525. iteration 7487 found worse value: 337.548057525. iteration 7488 found worse value: 337.548057525. iteration 7489 found worse value: 337.548057525. iteration 7490 found worse value: 337.548057525. iteration 7491 found worse value: 337.548057525. iteration 7492 found worse value: 337.548057525. iteration 7493 found worse value: 337.548057525. iteration 7494 found worse value: 337.548057525. iteration 7495 found worse value: 337.548057525. iteration 7496 found worse value: 337.548057525. iteration 7497 found worse value: 337.548057525. iteration 7498 found worse value: 337.548057525. iteration 7499 found worse value: 337.548057525. iteration 7500 found worse value: 337.548057525. iteration 7501 found worse value: 337.548057525. iteration 7502 found worse value: 337.548057525. iteration 7503 found worse value: 337.548057525. iteration 7504 found worse value: 337.548057525. iteration 7505 found worse value: 337.548057525. iteration 7506 found worse value: 337.548057525. iteration 7507 found worse value: 337.548057525. iteration 7508 found worse value: 337.548057525. iteration 7509 found worse value: 337.548057525. iteration 7510 found worse value: 337.548057525. iteration 7511 found worse value: 337.548057525. iteration 7512 found worse value: 337.548057525. iteration 7513 found worse value: 337.548057525. iteration 7514 found worse value: 337.548057525. iteration 7515 found worse value: 337.548057525. iteration 7516 found worse value: 337.548057525. iteration 7517 found worse value: 337.548057525. iteration 7518 found worse value: 337.548057525. iteration 7519 found worse value: 337.548057525. iteration 7520 found worse value: 337.548057525. iteration 7521 found worse value: 337.548057525. iteration 7522 found worse value: 337.548057525. iteration 7523 found worse value: 337.548057525. iteration 7524 found worse value: 337.548057525. iteration 7525 found worse value: 337.548057525. iteration 7526 found worse value: 337.548057525. iteration 7527 found worse value: 337.548057525. iteration 7528 found worse value: 337.548057525. iteration 7529 found worse value: 337.548057525. iteration 7530 found worse value: 337.548057525. iteration 7531 found worse value: 337.548057525. iteration 7532 found worse value: 337.548057525. iteration 7533 found worse value: 337.548057525. iteration 7534 found worse value: 337.548057525. iteration7534, perturbing to get out of local maxima iteration 7535 found worse value: 337.548057525. iteration 7536 found worse value: 337.548057525. iteration 7537 found worse value: 337.548057525. iteration 7538 found worse value: 337.548057525. iteration 7539 found worse value: 337.548057525. iteration 7540 found worse value: 337.548057525. iteration 7541 found worse value: 337.548057525. iteration 7542 found worse value: 337.548057525. iteration 7543 found worse value: 337.548057525. iteration 7544 found worse value: 337.548057525. iteration 7545 found worse value: 337.548057525. iteration 7546 found worse value: 337.548057525. iteration 7547 found worse value: 337.548057525. iteration 7548 found worse value: 337.548057525. iteration 7549 found worse value: 337.548057525. iteration 7550 found worse value: 337.548057525. iteration 7551 found worse value: 337.548057525. iteration 7552 found worse value: 337.548057525. iteration 7553 found worse value: 337.548057525. iteration 7554 found worse value: 337.548057525. iteration 7555 found worse value: 337.548057525. iteration 7556 found worse value: 337.548057525. iteration 7557 found worse value: 337.548057525. iteration 7558 found worse value: 337.548057525. iteration 7559 found worse value: 337.548057525. iteration 7560 found worse value: 337.548057525. iteration 7561 found worse value: 337.548057525. iteration 7562 found worse value: 337.548057525. iteration 7563 found worse value: 337.548057525. iteration 7564 found worse value: 337.548057525. iteration 7565 found worse value: 337.548057525. iteration 7566 found worse value: 337.548057525. iteration 7567 found worse value: 337.548057525. iteration 7568 found worse value: 337.548057525. iteration 7569 found worse value: 337.548057525. iteration 7570 found worse value: 337.548057525. iteration 7571 found worse value: 337.548057525. iteration 7572 found worse value: 337.548057525. iteration 7573 found worse value: 337.548057525. iteration 7574 found worse value: 337.548057525. iteration 7575 found worse value: 337.548057525. iteration 7576 found worse value: 337.548057525. iteration 7577 found worse value: 337.548057525. iteration 7578 found worse value: 337.548057525. iteration 7579 found worse value: 337.548057525. iteration 7580 found worse value: 337.548057525. iteration 7581 found worse value: 337.548057525. iteration 7582 found worse value: 337.548057525. iteration 7583 found worse value: 337.548057525. iteration 7584 found worse value: 337.548057525. iteration 7585 found worse value: 337.548057525. iteration 7586 found worse value: 337.548057525. iteration 7587 found worse value: 337.548057525. iteration 7588 found worse value: 337.548057525. iteration 7589 found worse value: 337.548057525. iteration 7590 found worse value: 337.548057525. iteration 7591 found worse value: 337.548057525. iteration 7592 found worse value: 337.548057525. iteration 7593 found worse value: 337.548057525. iteration 7594 found worse value: 337.548057525. iteration 7595 found worse value: 337.548057525. iteration 7596 found worse value: 337.548057525. iteration 7597 found worse value: 337.548057525. iteration 7598 found worse value: 337.548057525. iteration 7599 found worse value: 337.548057525. iteration 7600 found worse value: 337.548057525. iteration 7601 found worse value: 337.548057525. iteration 7602 found worse value: 337.548057525. iteration 7603 found worse value: 337.548057525. iteration 7604 found worse value: 337.548057525. iteration 7605 found worse value: 337.548057525. iteration 7606 found worse value: 337.548057525. iteration 7607 found worse value: 337.548057525. iteration 7608 found worse value: 337.548057525. iteration 7609 found worse value: 337.548057525. iteration 7610 found worse value: 337.548057525. iteration 7611 found worse value: 337.548057525. iteration 7612 found worse value: 337.548057525. iteration 7613 found worse value: 337.548057525. iteration 7614 found worse value: 337.548057525. iteration 7615 found worse value: 337.548057525. iteration 7616 found worse value: 337.548057525. iteration 7617 found worse value: 337.548057525. iteration 7618 found worse value: 337.548057525. iteration 7619 found worse value: 337.548057525. iteration 7620 found worse value: 337.548057525. iteration 7621 found worse value: 337.548057525. iteration 7622 found worse value: 337.548057525. iteration 7623 found worse value: 337.548057525. iteration 7624 found worse value: 337.548057525. iteration 7625 found worse value: 337.548057525. iteration 7626 found worse value: 337.548057525. iteration 7627 found worse value: 337.548057525. iteration 7628 found worse value: 337.548057525. iteration 7629 found worse value: 337.548057525. iteration 7630 found worse value: 337.548057525. iteration 7631 found worse value: 337.548057525. iteration 7632 found worse value: 337.548057525. iteration 7633 found worse value: 337.548057525. iteration 7634 found worse value: 337.548057525. iteration 7635 found worse value: 337.548057525. iteration 7636 found worse value: 337.548057525. iteration 7637 found worse value: 337.548057525. iteration 7638 found worse value: 337.548057525. iteration 7639 found worse value: 337.548057525. iteration 7640 found worse value: 337.548057525. iteration 7641 found worse value: 337.548057525. iteration 7642 found worse value: 337.548057525. iteration 7643 found worse value: 337.548057525. iteration 7644 found worse value: 337.548057525. iteration 7645 found worse value: 337.548057525. iteration 7646 found worse value: 337.548057525. iteration 7647 found worse value: 337.548057525. iteration 7648 found worse value: 337.548057525. iteration 7649 found worse value: 337.548057525. iteration 7650 found worse value: 337.548057525. iteration 7651 found worse value: 337.548057525. iteration 7652 found worse value: 337.548057525. iteration 7653 found worse value: 337.548057525. iteration 7654 found worse value: 337.548057525. iteration 7655 found worse value: 337.548057525. iteration 7656 found worse value: 337.548057525. iteration 7657 found worse value: 337.548057525. iteration 7658 found worse value: 337.548057525. iteration 7659 found worse value: 337.548057525. iteration 7660 found worse value: 337.548057525. iteration 7661 found worse value: 337.548057525. iteration 7662 found worse value: 337.548057525. iteration 7663 found worse value: 337.548057525. iteration 7664 found worse value: 337.548057525. iteration 7665 found worse value: 337.548057525. iteration 7666 found worse value: 337.548057525. iteration 7667 found worse value: 337.548057525. iteration 7668 found worse value: 337.548057525. iteration 7669 found worse value: 337.548057525. iteration 7670 found worse value: 337.548057525. iteration 7671 found worse value: 337.548057525. iteration 7672 found worse value: 337.548057525. iteration 7673 found worse value: 337.548057525. iteration 7674 found worse value: 337.548057525. iteration 7675 found worse value: 337.548057525. iteration 7676 found worse value: 337.548057525. iteration 7677 found worse value: 337.548057525. iteration 7678 found worse value: 337.548057525. iteration 7679 found worse value: 337.548057525. iteration 7680 found worse value: 337.548057525. iteration 7681 found worse value: 337.548057525. iteration 7682 found worse value: 337.548057525. iteration 7683 found worse value: 337.548057525. iteration 7684 found worse value: 337.548057525. iteration 7685 found worse value: 337.548057525. iteration 7686 found worse value: 337.548057525. iteration 7687 found worse value: 337.548057525. iteration 7688 found worse value: 337.548057525. iteration 7689 found worse value: 337.548057525. iteration 7690 found worse value: 337.548057525. iteration 7691 found worse value: 337.548057525. iteration 7692 found worse value: 337.548057525. iteration 7693 found worse value: 337.548057525. iteration 7694 found worse value: 337.548057525. iteration 7695 found worse value: 337.548057525. iteration 7696 found worse value: 337.548057525. iteration 7697 found worse value: 337.548057525. iteration 7698 found worse value: 337.548057525. iteration 7699 found worse value: 337.548057525. iteration 7700 found worse value: 337.548057525. iteration 7701 found worse value: 337.548057525. iteration 7702 found worse value: 337.548057525. iteration 7703 found worse value: 337.548057525. iteration 7704 found worse value: 337.548057525. iteration 7705 found worse value: 337.548057525. iteration 7706 found worse value: 337.548057525. iteration 7707 found worse value: 337.548057525. iteration 7708 found worse value: 337.548057525. iteration 7709 found worse value: 337.548057525. iteration 7710 found worse value: 337.548057525. iteration 7711 found worse value: 337.548057525. iteration 7712 found worse value: 337.548057525. iteration 7713 found worse value: 337.548057525. iteration 7714 found worse value: 337.548057525. iteration 7715 found worse value: 337.548057525. iteration 7716 found worse value: 337.548057525. iteration 7717 found worse value: 337.548057525. iteration 7718 found worse value: 337.548057525. iteration 7719 found worse value: 337.548057525. iteration 7720 found worse value: 337.548057525. iteration 7721 found worse value: 337.548057525. iteration 7722 found worse value: 337.548057525. iteration 7723 found worse value: 337.548057525. iteration 7724 found worse value: 337.548057525. iteration 7725 found worse value: 337.548057525. iteration 7726 found worse value: 337.548057525. iteration 7727 found worse value: 337.548057525. iteration 7728 found worse value: 337.548057525. iteration 7729 found worse value: 337.548057525. iteration 7730 found worse value: 337.548057525. iteration 7731 found worse value: 337.548057525. iteration 7732 found worse value: 337.548057525. iteration7732, perturbing to get out of local maxima iteration 7733 found worse value: 337.548057525. iteration 7734 found worse value: 337.548057525. iteration 7735 found worse value: 337.548057525. iteration 7736 found worse value: 337.548057525. iteration 7737 found worse value: 337.548057525. iteration 7738 found worse value: 337.548057525. iteration 7739 found worse value: 337.548057525. iteration 7740 found worse value: 337.548057525. iteration 7741 found worse value: 337.548057525. iteration 7742 found worse value: 337.548057525. iteration 7743 found worse value: 337.548057525. iteration 7744 found worse value: 337.548057525. iteration 7745 found worse value: 337.548057525. iteration 7746 found worse value: 337.548057525. iteration 7747 found worse value: 337.548057525. iteration 7748 found worse value: 337.548057525. iteration 7749 found worse value: 337.548057525. iteration 7750 found worse value: 337.548057525. iteration 7751 found worse value: 337.548057525. iteration 7752 found worse value: 337.548057525. iteration 7753 found worse value: 337.548057525. iteration 7754 found worse value: 337.548057525. iteration 7755 found worse value: 337.548057525. iteration 7756 found worse value: 337.548057525. iteration 7757 found worse value: 337.548057525. iteration 7758 found worse value: 337.548057525. iteration 7759 found worse value: 337.548057525. iteration 7760 found worse value: 337.548057525. iteration 7761 found worse value: 337.548057525. iteration 7762 found worse value: 337.548057525. iteration 7763 found worse value: 337.548057525. iteration 7764 found worse value: 337.548057525. iteration 7765 found worse value: 337.548057525. iteration 7766 found worse value: 337.548057525. iteration 7767 found worse value: 337.548057525. iteration 7768 found worse value: 337.548057525. iteration 7769 found worse value: 337.548057525. iteration 7770 found worse value: 337.548057525. iteration 7771 found worse value: 337.548057525. iteration 7772 found worse value: 337.548057525. iteration 7773 found worse value: 337.548057525. iteration 7774 found worse value: 337.548057525. iteration 7775 found worse value: 337.548057525. iteration 7776 found worse value: 337.548057525. iteration 7777 found worse value: 337.548057525. iteration7777, perturbing to get out of local maxima iteration 7778 found worse value: 337.548057525. iteration 7779 found worse value: 337.548057525. iteration 7780 found worse value: 337.548057525. iteration 7781 found worse value: 337.548057525. iteration 7782 found worse value: 337.548057525. iteration 7783 found worse value: 337.548057525. iteration 7784 found worse value: 337.548057525. iteration 7785 found worse value: 337.548057525. iteration 7786 found worse value: 337.548057525. iteration 7787 found worse value: 337.548057525. iteration 7788 found worse value: 337.548057525. iteration 7789 found worse value: 337.548057525. iteration 7790 found worse value: 337.548057525. iteration 7791 found worse value: 337.548057525. iteration 7792 found worse value: 337.548057525. iteration 7793 found worse value: 337.548057525. iteration 7794 found worse value: 337.548057525. iteration 7795 found worse value: 337.548057525. iteration 7796 found worse value: 337.548057525. iteration 7797 found worse value: 337.548057525. iteration 7798 found worse value: 337.548057525. iteration 7799 found worse value: 337.548057525. iteration 7800 found worse value: 337.548057525. iteration 7801 found worse value: 337.548057525. iteration 7802 found worse value: 337.548057525. iteration 7803 found worse value: 337.548057525. iteration 7804 found worse value: 337.548057525. iteration 7805 found worse value: 337.548057525. iteration 7806 found worse value: 337.548057525. iteration 7807 found worse value: 337.548057525. iteration 7808 found worse value: 337.548057525. iteration 7809 found worse value: 337.548057525. iteration 7810 found worse value: 337.548057525. iteration 7811 found worse value: 337.548057525. iteration 7812 found worse value: 337.548057525. iteration 7813 found worse value: 337.548057525. iteration 7814 found worse value: 337.548057525. iteration 7815 found worse value: 337.548057525. iteration 7816 found worse value: 337.548057525. iteration 7817 found worse value: 337.548057525. iteration 7818 found worse value: 337.548057525. iteration 7819 found worse value: 337.548057525. iteration 7820 found worse value: 337.548057525. iteration 7821 found worse value: 337.548057525. iteration 7822 found worse value: 337.548057525. iteration 7823 found worse value: 337.548057525. iteration 7824 found worse value: 337.548057525. iteration 7825 found worse value: 337.548057525. iteration 7826 found worse value: 337.548057525. iteration 7827 found worse value: 337.548057525. iteration 7828 found worse value: 337.548057525. iteration 7829 found worse value: 337.548057525. iteration 7830 found worse value: 337.548057525. iteration 7831 found worse value: 337.548057525. iteration 7832 found worse value: 337.548057525. iteration 7833 found worse value: 337.548057525. iteration 7834 found worse value: 337.548057525. iteration 7835 found worse value: 337.548057525. iteration 7836 found worse value: 337.548057525. iteration 7837 found worse value: 337.548057525. iteration 7838 found worse value: 337.548057525. iteration 7839 found worse value: 337.548057525. iteration 7840 found worse value: 337.548057525. iteration 7841 found worse value: 337.548057525. iteration 7842 found worse value: 337.548057525. iteration 7843 found worse value: 337.548057525. iteration 7844 found worse value: 337.548057525. iteration 7845 found worse value: 337.548057525. iteration 7846 found worse value: 337.548057525. iteration 7847 found worse value: 337.548057525. iteration 7848 found worse value: 337.548057525. iteration 7849 found worse value: 337.548057525. iteration 7850 found worse value: 337.548057525. iteration 7851 found worse value: 337.548057525. iteration 7852 found worse value: 337.548057525. iteration 7853 found worse value: 337.548057525. iteration 7854 found worse value: 337.548057525. iteration 7855 found worse value: 337.548057525. iteration 7856 found worse value: 337.548057525. iteration 7857 found worse value: 337.548057525. iteration 7858 found worse value: 337.548057525. iteration 7859 found worse value: 337.548057525. iteration 7860 found worse value: 337.548057525. iteration 7861 found worse value: 337.548057525. iteration 7862 found worse value: 337.548057525. iteration 7863 found worse value: 337.548057525. iteration 7864 found worse value: 337.548057525. iteration 7865 found worse value: 337.548057525. iteration 7866 found worse value: 337.548057525. iteration 7867 found worse value: 337.548057525. iteration 7868 found worse value: 337.548057525. iteration 7869 found worse value: 337.548057525. iteration 7870 found worse value: 337.548057525. iteration 7871 found worse value: 337.548057525. iteration 7872 found worse value: 337.548057525. iteration 7873 found worse value: 337.548057525. iteration 7874 found worse value: 337.548057525. iteration 7875 found worse value: 337.548057525. iteration 7876 found worse value: 337.548057525. iteration 7877 found worse value: 337.548057525. iteration 7878 found worse value: 337.548057525. iteration 7879 found worse value: 337.548057525. iteration 7880 found worse value: 337.548057525. iteration 7881 found worse value: 337.548057525. iteration 7882 found worse value: 337.548057525. iteration 7883 found worse value: 337.548057525. iteration 7884 found worse value: 337.548057525. iteration 7885 found worse value: 337.548057525. iteration 7886 found worse value: 337.548057525. iteration 7887 found worse value: 337.548057525. iteration 7888 found worse value: 337.548057525. iteration 7889 found worse value: 337.548057525. iteration 7890 found worse value: 337.548057525. iteration 7891 found worse value: 337.548057525. iteration 7892 found worse value: 337.548057525. iteration 7893 found worse value: 337.548057525. iteration 7894 found worse value: 337.548057525. iteration 7895 found worse value: 337.548057525. iteration 7896 found worse value: 337.548057525. iteration 7897 found worse value: 337.548057525. iteration 7898 found worse value: 337.548057525. iteration 7899 found worse value: 337.548057525. iteration 7900 found worse value: 337.548057525. iteration 7901 found worse value: 337.548057525. iteration 7902 found worse value: 337.548057525. iteration 7903 found worse value: 337.548057525. iteration 7904 found worse value: 337.548057525. iteration 7905 found worse value: 337.548057525. iteration 7906 found worse value: 337.548057525. iteration 7907 found worse value: 337.548057525. iteration 7908 found worse value: 337.548057525. iteration 7909 found worse value: 337.548057525. iteration 7910 found worse value: 337.548057525. iteration 7911 found worse value: 337.548057525. iteration 7912 found worse value: 337.548057525. iteration 7913 found worse value: 337.548057525. iteration 7914 found worse value: 337.548057525. iteration 7915 found worse value: 337.548057525. iteration 7916 found worse value: 337.548057525. iteration 7917 found worse value: 337.548057525. iteration 7918 found worse value: 337.548057525. iteration 7919 found worse value: 337.548057525. iteration 7920 found worse value: 337.548057525. iteration 7921 found worse value: 337.548057525. iteration 7922 found worse value: 337.548057525. iteration 7923 found worse value: 337.548057525. iteration 7924 found worse value: 337.548057525. iteration 7925 found worse value: 337.548057525. iteration 7926 found worse value: 337.548057525. iteration 7927 found worse value: 337.548057525. iteration 7928 found worse value: 337.548057525. iteration 7929 found worse value: 337.548057525. iteration 7930 found worse value: 337.548057525. iteration 7931 found worse value: 337.548057525. iteration 7932 found worse value: 337.548057525. iteration 7933 found worse value: 337.548057525. iteration 7934 found worse value: 337.548057525. iteration 7935 found worse value: 337.548057525. iteration 7936 found worse value: 337.548057525. iteration 7937 found worse value: 337.548057525. iteration 7938 found worse value: 337.548057525. iteration 7939 found worse value: 337.548057525. iteration 7940 found worse value: 337.548057525. iteration 7941 found worse value: 337.548057525. iteration 7942 found worse value: 337.548057525. iteration 7943 found worse value: 337.548057525. iteration 7944 found worse value: 337.548057525. iteration 7945 found worse value: 337.548057525. iteration 7946 found worse value: 337.548057525. iteration 7947 found worse value: 337.548057525. iteration 7948 found worse value: 337.548057525. iteration 7949 found worse value: 337.548057525. iteration 7950 found worse value: 337.548057525. iteration 7951 found worse value: 337.548057525. iteration 7952 found worse value: 337.548057525. iteration 7953 found worse value: 337.548057525. iteration 7954 found worse value: 337.548057525. iteration 7955 found worse value: 337.548057525. iteration 7956 found worse value: 337.548057525. iteration 7957 found worse value: 337.548057525. iteration 7958 found worse value: 337.548057525. iteration 7959 found worse value: 337.548057525. iteration 7960 found worse value: 337.548057525. iteration 7961 found worse value: 337.548057525. iteration 7962 found worse value: 337.548057525. iteration 7963 found worse value: 337.548057525. iteration 7964 found worse value: 337.548057525. iteration 7965 found worse value: 337.548057525. iteration 7966 found worse value: 337.548057525. iteration 7967 found worse value: 337.548057525. iteration 7968 found worse value: 337.548057525. iteration 7969 found worse value: 337.548057525. iteration 7970 found worse value: 337.548057525. iteration 7971 found worse value: 337.548057525. iteration 7972 found worse value: 337.548057525. iteration 7973 found worse value: 337.548057525. iteration 7974 found worse value: 337.548057525. iteration 7975 found worse value: 337.548057525. iteration 7976 found worse value: 337.548057525. iteration 7977 found worse value: 337.548057525. iteration 7978 found worse value: 337.548057525. iteration 7979 found worse value: 337.548057525. iteration 7980 found worse value: 337.548057525. iteration 7981 found worse value: 337.548057525. iteration 7982 found worse value: 337.548057525. iteration 7983 found worse value: 337.548057525. iteration 7984 found worse value: 337.548057525. iteration 7985 found worse value: 337.548057525. iteration 7986 found worse value: 337.548057525. iteration 7987 found worse value: 337.548057525. iteration 7988 found worse value: 337.548057525. iteration 7989 found worse value: 337.548057525. iteration 7990 found worse value: 337.548057525. iteration 7991 found worse value: 337.548057525. iteration 7992 found worse value: 337.548057525. iteration 7993 found worse value: 337.548057525. iteration 7994 found worse value: 337.548057525. iteration 7995 found worse value: 337.548057525. iteration 7996 found worse value: 337.548057525. iteration 7997 found worse value: 337.548057525. iteration 7998 found worse value: 337.548057525. iteration 7999 found worse value: 337.548057525. iteration 8000 found worse value: 337.548057525. iteration 8001 found worse value: 337.548057525. iteration 8002 found worse value: 337.548057525. iteration 8003 found worse value: 337.548057525. iteration 8004 found worse value: 337.548057525. iteration 8005 found worse value: 337.548057525. iteration 8006 found worse value: 337.548057525. iteration 8007 found worse value: 337.548057525. iteration 8008 found worse value: 337.548057525. iteration 8009 found worse value: 337.548057525. iteration 8010 found worse value: 337.548057525. iteration 8011 found worse value: 337.548057525. iteration 8012 found worse value: 337.548057525. iteration 8013 found worse value: 337.548057525. iteration 8014 found worse value: 337.548057525. iteration 8015 found worse value: 337.548057525. iteration 8016 found worse value: 337.548057525. iteration 8017 found worse value: 337.548057525. iteration 8018 found worse value: 337.548057525. iteration 8019 found worse value: 337.548057525. iteration 8020 found worse value: 337.548057525. iteration 8021 found worse value: 337.548057525. iteration 8022 found worse value: 337.548057525. iteration 8023 found worse value: 337.548057525. iteration 8024 found worse value: 337.548057525. iteration 8025 found worse value: 337.548057525. iteration 8026 found worse value: 337.548057525. iteration 8027 found worse value: 337.548057525. iteration 8028 found worse value: 337.548057525. iteration 8029 found worse value: 337.548057525. iteration 8030 found worse value: 337.548057525. iteration 8031 found worse value: 337.548057525. iteration 8032 found worse value: 337.548057525. iteration 8033 found worse value: 337.548057525. iteration 8034 found worse value: 337.548057525. iteration 8035 found worse value: 337.548057525. iteration 8036 found worse value: 337.548057525. iteration 8037 found worse value: 337.548057525. iteration 8038 found worse value: 337.548057525. iteration 8039 found worse value: 337.548057525. iteration 8040 found worse value: 337.548057525. iteration 8041 found worse value: 337.548057525. iteration 8042 found worse value: 337.548057525. iteration 8043 found worse value: 337.548057525. iteration 8044 found worse value: 337.548057525. iteration 8045 found worse value: 337.548057525. iteration 8046 found worse value: 337.548057525. iteration 8047 found worse value: 337.548057525. iteration 8048 found worse value: 337.548057525. iteration 8049 found worse value: 337.548057525. iteration 8050 found worse value: 337.548057525. iteration 8051 found worse value: 337.548057525. iteration 8052 found worse value: 337.548057525. iteration 8053 found worse value: 337.548057525. iteration 8054 found worse value: 337.548057525. iteration 8055 found worse value: 337.548057525. iteration 8056 found worse value: 337.548057525. iteration 8057 found worse value: 337.548057525. iteration 8058 found worse value: 337.548057525. iteration 8059 found worse value: 337.548057525. iteration 8060 found worse value: 337.548057525. iteration 8061 found worse value: 337.548057525. iteration 8062 found worse value: 337.548057525. iteration 8063 found worse value: 337.548057525. iteration 8064 found worse value: 337.548057525. iteration 8065 found worse value: 337.548057525. iteration 8066 found worse value: 337.548057525. iteration 8067 found worse value: 337.548057525. iteration 8068 found worse value: 337.548057525. iteration 8069 found worse value: 337.548057525. iteration 8070 found worse value: 337.548057525. iteration 8071 found worse value: 337.548057525. iteration 8072 found worse value: 337.548057525. iteration 8073 found worse value: 337.548057525. iteration 8074 found worse value: 337.548057525. iteration 8075 found worse value: 337.548057525. iteration 8076 found worse value: 337.548057525. iteration 8077 found worse value: 337.548057525. iteration 8078 found worse value: 337.548057525. iteration 8079 found worse value: 337.548057525. iteration 8080 found worse value: 337.548057525. iteration 8081 found worse value: 337.548057525. iteration 8082 found worse value: 337.548057525. iteration 8083 found worse value: 337.548057525. iteration 8084 found worse value: 337.548057525. iteration 8085 found worse value: 337.548057525. iteration 8086 found worse value: 337.548057525. iteration 8087 found worse value: 337.548057525. iteration 8088 found worse value: 337.548057525. iteration 8089 found worse value: 337.548057525. iteration 8090 found worse value: 337.548057525. iteration 8091 found worse value: 337.548057525. iteration 8092 found worse value: 337.548057525. iteration 8093 found worse value: 337.548057525. iteration 8094 found worse value: 337.548057525. iteration 8095 found worse value: 337.548057525. iteration 8096 found worse value: 337.548057525. iteration 8097 found worse value: 337.548057525. iteration 8098 found worse value: 337.548057525. iteration 8099 found worse value: 337.548057525. iteration 8100 found worse value: 337.548057525. iteration 8101 found worse value: 337.548057525. iteration 8102 found worse value: 337.548057525. iteration 8103 found worse value: 337.548057525. iteration 8104 found worse value: 337.548057525. iteration 8105 found worse value: 337.548057525. iteration 8106 found worse value: 337.548057525. iteration 8107 found worse value: 337.548057525. iteration 8108 found worse value: 337.548057525. iteration 8109 found worse value: 337.548057525. iteration 8110 found worse value: 337.548057525. iteration 8111 found worse value: 337.548057525. iteration 8112 found worse value: 337.548057525. iteration 8113 found worse value: 337.548057525. iteration 8114 found worse value: 337.548057525. iteration 8115 found worse value: 337.548057525. iteration 8116 found worse value: 337.548057525. iteration 8117 found worse value: 337.548057525. iteration 8118 found worse value: 337.548057525. iteration 8119 found worse value: 337.548057525. iteration 8120 found worse value: 337.548057525. iteration 8121 found worse value: 337.548057525. iteration 8122 found worse value: 337.548057525. iteration 8123 found worse value: 337.548057525. iteration 8124 found worse value: 337.548057525. iteration 8125 found worse value: 337.548057525. iteration 8126 found worse value: 337.548057525. iteration 8127 found worse value: 337.548057525. iteration 8128 found worse value: 337.548057525. iteration 8129 found worse value: 337.548057525. iteration 8130 found worse value: 337.548057525. iteration 8131 found worse value: 337.548057525. iteration 8132 found worse value: 337.548057525. iteration 8133 found worse value: 337.548057525. iteration 8134 found worse value: 337.548057525. iteration 8135 found worse value: 337.548057525. iteration 8136 found worse value: 337.548057525. iteration 8137 found worse value: 337.548057525. iteration 8138 found worse value: 337.548057525. iteration 8139 found worse value: 337.548057525. iteration 8140 found worse value: 337.548057525. iteration 8141 found worse value: 337.548057525. iteration 8142 found worse value: 337.548057525. iteration 8143 found worse value: 337.548057525. iteration 8144 found worse value: 337.548057525. iteration 8145 found worse value: 337.548057525. iteration 8146 found worse value: 337.548057525. iteration 8147 found worse value: 337.548057525. iteration 8148 found worse value: 337.548057525. iteration 8149 found worse value: 337.548057525. iteration 8150 found worse value: 337.548057525. iteration 8151 found worse value: 337.548057525. iteration 8152 found worse value: 337.548057525. iteration 8153 found worse value: 337.548057525. iteration 8154 found worse value: 337.548057525. iteration 8155 found worse value: 337.548057525. iteration 8156 found worse value: 337.548057525. iteration 8157 found worse value: 337.548057525. iteration 8158 found worse value: 337.548057525. iteration 8159 found worse value: 337.548057525. iteration 8160 found worse value: 337.548057525. iteration 8161 found worse value: 337.548057525. iteration 8162 found worse value: 337.548057525. iteration 8163 found worse value: 337.548057525. iteration 8164 found worse value: 337.548057525. iteration 8165 found worse value: 337.548057525. iteration 8166 found worse value: 337.548057525. iteration 8167 found worse value: 337.548057525. iteration 8168 found worse value: 337.548057525. iteration 8169 found worse value: 337.548057525. iteration 8170 found worse value: 337.548057525. iteration 8171 found worse value: 337.548057525. iteration 8172 found worse value: 337.548057525. iteration 8173 found worse value: 337.548057525. iteration 8174 found worse value: 337.548057525. iteration 8175 found worse value: 337.548057525. iteration 8176 found worse value: 337.548057525. iteration 8177 found worse value: 337.548057525. iteration 8178 found worse value: 337.548057525. iteration 8179 found worse value: 337.548057525. iteration 8180 found worse value: 337.548057525. iteration 8181 found worse value: 337.548057525. iteration 8182 found worse value: 337.548057525. iteration 8183 found worse value: 337.548057525. iteration 8184 found worse value: 337.548057525. iteration 8185 found worse value: 337.548057525. iteration 8186 found worse value: 337.548057525. iteration 8187 found worse value: 337.548057525. iteration 8188 found worse value: 337.548057525. iteration 8189 found worse value: 337.548057525. iteration 8190 found worse value: 337.548057525. iteration 8191 found worse value: 337.548057525. iteration 8192 found worse value: 337.548057525. iteration 8193 found worse value: 337.548057525. iteration 8194 found worse value: 337.548057525. iteration 8195 found worse value: 337.548057525. iteration 8196 found worse value: 337.548057525. iteration 8197 found worse value: 337.548057525. iteration 8198 found worse value: 337.548057525. iteration 8199 found worse value: 337.548057525. iteration 8200 found worse value: 337.548057525. iteration 8201 found worse value: 337.548057525. iteration 8202 found worse value: 337.548057525. iteration 8203 found worse value: 337.548057525. iteration 8204 found worse value: 337.548057525. iteration 8205 found worse value: 337.548057525. iteration 8206 found worse value: 337.548057525. iteration 8207 found worse value: 337.548057525. iteration 8208 found worse value: 337.548057525. iteration 8209 found worse value: 337.548057525. iteration 8210 found worse value: 337.548057525. iteration 8211 found worse value: 337.548057525. iteration 8212 found worse value: 337.548057525. iteration 8213 found worse value: 337.548057525. iteration 8214 found worse value: 337.548057525. iteration 8215 found worse value: 337.548057525. iteration 8216 found worse value: 337.548057525. iteration 8217 found worse value: 337.548057525. iteration 8218 found worse value: 337.548057525. iteration 8219 found worse value: 337.548057525. iteration 8220 found worse value: 337.548057525. iteration 8221 found worse value: 337.548057525. iteration 8222 found worse value: 337.548057525. iteration 8223 found worse value: 337.548057525. iteration 8224 found worse value: 337.548057525. iteration 8225 found worse value: 337.548057525. iteration 8226 found worse value: 337.548057525. iteration 8227 found worse value: 337.548057525. iteration 8228 found worse value: 337.548057525. iteration 8229 found worse value: 337.548057525. iteration 8230 found worse value: 337.548057525. iteration 8231 found worse value: 337.548057525. iteration 8232 found worse value: 337.548057525. iteration 8233 found worse value: 337.548057525. iteration 8234 found worse value: 337.548057525. iteration 8235 found worse value: 337.548057525. iteration 8236 found worse value: 337.548057525. iteration 8237 found worse value: 337.548057525. iteration 8238 found worse value: 337.548057525. iteration 8239 found worse value: 337.548057525. iteration 8240 found worse value: 337.548057525. iteration 8241 found worse value: 337.548057525. iteration 8242 found worse value: 337.548057525. iteration 8243 found worse value: 337.548057525. iteration 8244 found worse value: 337.548057525. iteration 8245 found worse value: 337.548057525. iteration 8246 found worse value: 337.548057525. iteration 8247 found worse value: 337.548057525. iteration 8248 found worse value: 337.548057525. iteration 8249 found worse value: 337.548057525. iteration 8250 found worse value: 337.548057525. iteration 8251 found worse value: 337.548057525. iteration 8252 found worse value: 337.548057525. iteration 8253 found worse value: 337.548057525. iteration 8254 found worse value: 337.548057525. iteration 8255 found worse value: 337.548057525. iteration 8256 found worse value: 337.548057525. iteration 8257 found worse value: 337.548057525. iteration 8258 found worse value: 337.548057525. iteration 8259 found worse value: 337.548057525. iteration 8260 found worse value: 337.548057525. iteration 8261 found worse value: 337.548057525. iteration 8262 found worse value: 337.548057525. iteration 8263 found worse value: 337.548057525. iteration 8264 found worse value: 337.548057525. iteration 8265 found worse value: 337.548057525. iteration 8266 found worse value: 337.548057525. iteration 8267 found worse value: 337.548057525. iteration 8268 found worse value: 337.548057525. iteration 8269 found worse value: 337.548057525. iteration 8270 found worse value: 337.548057525. iteration 8271 found worse value: 337.548057525. iteration 8272 found worse value: 337.548057525. iteration 8273 found worse value: 337.548057525. iteration 8274 found worse value: 337.548057525. iteration 8275 found worse value: 337.548057525. iteration 8276 found worse value: 337.548057525. iteration 8277 found worse value: 337.548057525. iteration 8278 found worse value: 337.548057525. iteration 8279 found worse value: 337.548057525. iteration 8280 found worse value: 337.548057525. iteration 8281 found worse value: 337.548057525. iteration 8282 found worse value: 337.548057525. iteration 8283 found worse value: 337.548057525. iteration 8284 found worse value: 337.548057525. iteration 8285 found worse value: 337.548057525. iteration 8286 found worse value: 337.548057525. iteration 8287 found worse value: 337.548057525. iteration 8288 found worse value: 337.548057525. iteration 8289 found worse value: 337.548057525. iteration 8290 found worse value: 337.548057525. iteration 8291 found worse value: 337.548057525. iteration 8292 found worse value: 337.548057525. iteration 8293 found worse value: 337.548057525. iteration 8294 found worse value: 337.548057525. iteration 8295 found worse value: 337.548057525. iteration 8296 found worse value: 337.548057525. iteration 8297 found worse value: 337.548057525. iteration 8298 found worse value: 337.548057525. iteration 8299 found worse value: 337.548057525. iteration 8300 found worse value: 337.548057525. iteration 8301 found worse value: 337.548057525. iteration 8302 found worse value: 337.548057525. iteration 8303 found worse value: 337.548057525. iteration 8304 found worse value: 337.548057525. iteration 8305 found worse value: 337.548057525. iteration 8306 found worse value: 337.548057525. iteration 8307 found worse value: 337.548057525. iteration 8308 found worse value: 337.548057525. iteration 8309 found worse value: 337.548057525. iteration 8310 found worse value: 337.548057525. iteration 8311 found worse value: 337.548057525. iteration 8312 found worse value: 337.548057525. iteration 8313 found worse value: 337.548057525. iteration 8314 found worse value: 337.548057525. iteration 8315 found worse value: 337.548057525. iteration 8316 found worse value: 337.548057525. iteration 8317 found worse value: 337.548057525. iteration 8318 found worse value: 337.548057525. iteration 8319 found worse value: 337.548057525. iteration 8320 found worse value: 337.548057525. iteration 8321 found worse value: 337.548057525. iteration 8322 found worse value: 337.548057525. iteration 8323 found worse value: 337.548057525. iteration 8324 found worse value: 337.548057525. iteration 8325 found worse value: 337.548057525. iteration 8326 found worse value: 337.548057525. iteration 8327 found worse value: 337.548057525. iteration 8328 found worse value: 337.548057525. iteration 8329 found worse value: 337.548057525. iteration 8330 found worse value: 337.548057525. iteration 8331 found worse value: 337.548057525. iteration 8332 found worse value: 337.548057525. iteration 8333 found worse value: 337.548057525. iteration 8334 found worse value: 337.548057525. iteration 8335 found worse value: 337.548057525. iteration 8336 found worse value: 337.548057525. iteration 8337 found worse value: 337.548057525. iteration 8338 found worse value: 337.548057525. iteration 8339 found worse value: 337.548057525. iteration 8340 found worse value: 337.548057525. iteration 8341 found worse value: 337.548057525. iteration 8342 found worse value: 337.548057525. iteration 8343 found worse value: 337.548057525. iteration 8344 found worse value: 337.548057525. iteration 8345 found worse value: 337.548057525. iteration 8346 found worse value: 337.548057525. iteration 8347 found worse value: 337.548057525. iteration 8348 found worse value: 337.548057525. iteration 8349 found worse value: 337.548057525. iteration 8350 found worse value: 337.548057525. iteration 8351 found worse value: 337.548057525. iteration 8352 found worse value: 337.548057525. iteration 8353 found worse value: 337.548057525. iteration 8354 found worse value: 337.548057525. iteration 8355 found worse value: 337.548057525. iteration 8356 found worse value: 337.548057525. iteration 8357 found worse value: 337.548057525. iteration 8358 found worse value: 337.548057525. iteration 8359 found worse value: 337.548057525. iteration 8360 found worse value: 337.548057525. iteration 8361 found worse value: 337.548057525. iteration 8362 found worse value: 337.548057525. iteration 8363 found worse value: 337.548057525. iteration 8364 found worse value: 337.548057525. iteration 8365 found worse value: 337.548057525. iteration 8366 found worse value: 337.548057525. iteration8366, perturbing to get out of local maxima iteration 8367 found worse value: 337.548057525. iteration 8368 found worse value: 337.548057525. iteration 8369 found worse value: 337.548057525. iteration 8370 found worse value: 337.548057525. iteration 8371 found worse value: 337.548057525. iteration 8372 found worse value: 337.548057525. iteration 8373 found worse value: 337.548057525. iteration 8374 found worse value: 337.548057525. iteration 8375 found worse value: 337.548057525. iteration 8376 found worse value: 337.548057525. iteration 8377 found worse value: 337.548057525. iteration 8378 found worse value: 337.548057525. iteration 8379 found worse value: 337.548057525. iteration 8380 found worse value: 337.548057525. iteration 8381 found worse value: 337.548057525. iteration 8382 found worse value: 337.548057525. iteration 8383 found worse value: 337.548057525. iteration 8384 found worse value: 337.548057525. iteration 8385 found worse value: 337.548057525. iteration 8386 found worse value: 337.548057525. iteration 8387 found worse value: 337.548057525. iteration 8388 found worse value: 337.548057525. iteration 8389 found worse value: 337.548057525. iteration 8390 found worse value: 337.548057525. iteration 8391 found worse value: 337.548057525. iteration 8392 found worse value: 337.548057525. iteration 8393 found worse value: 337.548057525. iteration 8394 found worse value: 337.548057525. iteration 8395 found worse value: 337.548057525. iteration 8396 found worse value: 337.548057525. iteration 8397 found worse value: 337.548057525. iteration 8398 found worse value: 337.548057525. iteration 8399 found worse value: 337.548057525. iteration 8400 found worse value: 337.548057525. iteration 8401 found worse value: 337.548057525. iteration 8402 found worse value: 337.548057525. iteration 8403 found worse value: 337.548057525. iteration 8404 found worse value: 337.548057525. iteration 8405 found worse value: 337.548057525. iteration 8406 found worse value: 337.548057525. iteration 8407 found worse value: 337.548057525. iteration 8408 found worse value: 337.548057525. iteration 8409 found worse value: 337.548057525. iteration 8410 found worse value: 337.548057525. iteration 8411 found worse value: 337.548057525. iteration 8412 found worse value: 337.548057525. iteration 8413 found worse value: 337.548057525. iteration 8414 found worse value: 337.548057525. iteration 8415 found worse value: 337.548057525. iteration 8416 found worse value: 337.548057525. iteration 8417 found worse value: 337.548057525. iteration 8418 found worse value: 337.548057525. iteration 8419 found worse value: 337.548057525. iteration 8420 found worse value: 337.548057525. iteration 8421 found worse value: 337.548057525. iteration 8422 found worse value: 337.548057525. iteration 8423 found worse value: 337.548057525. iteration 8424 found worse value: 337.548057525. iteration 8425 found worse value: 337.548057525. iteration 8426 found worse value: 337.548057525. iteration 8427 found worse value: 337.548057525. iteration 8428 found worse value: 337.548057525. iteration 8429 found worse value: 337.548057525. iteration 8430 found worse value: 337.548057525. iteration 8431 found worse value: 337.548057525. iteration 8432 found worse value: 337.548057525. iteration 8433 found worse value: 337.548057525. iteration 8434 found worse value: 337.548057525. iteration 8435 found worse value: 337.548057525. iteration 8436 found worse value: 337.548057525. iteration 8437 found worse value: 337.548057525. iteration 8438 found worse value: 337.548057525. iteration 8439 found worse value: 337.548057525. iteration 8440 found worse value: 337.548057525. iteration 8441 found worse value: 337.548057525. iteration 8442 found worse value: 337.548057525. iteration 8443 found worse value: 337.548057525. iteration 8444 found worse value: 337.548057525. iteration 8445 found worse value: 337.548057525. iteration 8446 found worse value: 337.548057525. iteration 8447 found worse value: 337.548057525. iteration 8448 found worse value: 337.548057525. iteration 8449 found worse value: 337.548057525. iteration 8450 found worse value: 337.548057525. iteration 8451 found worse value: 337.548057525. iteration 8452 found worse value: 337.548057525. iteration 8453 found worse value: 337.548057525. iteration 8454 found worse value: 337.548057525. iteration 8455 found worse value: 337.548057525. iteration 8456 found worse value: 337.548057525. iteration 8457 found worse value: 337.548057525. iteration 8458 found worse value: 337.548057525. iteration 8459 found worse value: 337.548057525. iteration 8460 found worse value: 337.548057525. iteration 8461 found worse value: 337.548057525. iteration 8462 found worse value: 337.548057525. iteration 8463 found worse value: 337.548057525. iteration 8464 found worse value: 337.548057525. iteration 8465 found worse value: 337.548057525. iteration 8466 found worse value: 337.548057525. iteration 8467 found worse value: 337.548057525. iteration 8468 found worse value: 337.548057525. iteration 8469 found worse value: 337.548057525. iteration 8470 found worse value: 337.548057525. iteration 8471 found worse value: 337.548057525. iteration 8472 found worse value: 337.548057525. iteration 8473 found worse value: 337.548057525. iteration8473, perturbing to get out of local maxima iteration 8474 found worse value: 337.548057525. iteration 8475 found worse value: 337.548057525. iteration 8476 found worse value: 337.548057525. iteration 8477 found worse value: 337.548057525. iteration 8478 found worse value: 337.548057525. iteration 8479 found worse value: 337.548057525. iteration 8480 found worse value: 337.548057525. iteration 8481 found worse value: 337.548057525. iteration 8482 found worse value: 337.548057525. iteration 8483 found worse value: 337.548057525. iteration 8484 found worse value: 337.548057525. iteration 8485 found worse value: 337.548057525. iteration 8486 found worse value: 337.548057525. iteration 8487 found worse value: 337.548057525. iteration 8488 found worse value: 337.548057525. iteration 8489 found worse value: 337.548057525. iteration 8490 found worse value: 337.548057525. iteration 8491 found worse value: 337.548057525. iteration 8492 found worse value: 337.548057525. iteration 8493 found worse value: 337.548057525. iteration 8494 found worse value: 337.548057525. iteration 8495 found worse value: 337.548057525. iteration 8496 found worse value: 337.548057525. iteration 8497 found worse value: 337.548057525. iteration 8498 found worse value: 337.548057525. iteration 8499 found worse value: 337.548057525. iteration 8500 found worse value: 337.548057525. iteration 8501 found worse value: 337.548057525. iteration 8502 found worse value: 337.548057525. iteration 8503 found worse value: 337.548057525. iteration 8504 found worse value: 337.548057525. iteration 8505 found worse value: 337.548057525. iteration 8506 found worse value: 337.548057525. iteration 8507 found worse value: 337.548057525. iteration 8508 found worse value: 337.548057525. iteration 8509 found worse value: 337.548057525. iteration 8510 found worse value: 337.548057525. iteration 8511 found worse value: 337.548057525. iteration 8512 found worse value: 337.548057525. iteration 8513 found worse value: 337.548057525. iteration 8514 found worse value: 337.548057525. iteration 8515 found worse value: 337.548057525. iteration 8516 found worse value: 337.548057525. iteration 8517 found worse value: 337.548057525. iteration 8518 found worse value: 337.548057525. iteration 8519 found worse value: 337.548057525. iteration 8520 found worse value: 337.548057525. iteration 8521 found worse value: 337.548057525. iteration 8522 found worse value: 337.548057525. iteration 8523 found worse value: 337.548057525. iteration 8524 found worse value: 337.548057525. iteration 8525 found worse value: 337.548057525. iteration 8526 found worse value: 337.548057525. iteration 8527 found worse value: 337.548057525. iteration 8528 found worse value: 337.548057525. iteration 8529 found worse value: 337.548057525. iteration 8530 found worse value: 337.548057525. iteration 8531 found worse value: 337.548057525. iteration 8532 found worse value: 337.548057525. iteration 8533 found worse value: 337.548057525. iteration 8534 found worse value: 337.548057525. iteration 8535 found worse value: 337.548057525. iteration 8536 found worse value: 337.548057525. iteration 8537 found worse value: 337.548057525. iteration 8538 found worse value: 337.548057525. iteration 8539 found worse value: 337.548057525. iteration 8540 found worse value: 337.548057525. iteration 8541 found worse value: 337.548057525. iteration 8542 found worse value: 337.548057525. iteration 8543 found worse value: 337.548057525. iteration 8544 found worse value: 337.548057525. iteration 8545 found worse value: 337.548057525. iteration 8546 found worse value: 337.548057525. iteration 8547 found worse value: 337.548057525. iteration 8548 found worse value: 337.548057525. iteration 8549 found worse value: 337.548057525. iteration 8550 found worse value: 337.548057525. iteration 8551 found worse value: 337.548057525. iteration 8552 found worse value: 337.548057525. iteration 8553 found worse value: 337.548057525. iteration 8554 found worse value: 337.548057525. iteration 8555 found worse value: 337.548057525. iteration 8556 found worse value: 337.548057525. iteration 8557 found worse value: 337.548057525. iteration 8558 found worse value: 337.548057525. iteration 8559 found worse value: 337.548057525. iteration 8560 found worse value: 337.548057525. iteration 8561 found worse value: 337.548057525. iteration 8562 found worse value: 337.548057525. iteration 8563 found worse value: 337.548057525. iteration 8564 found worse value: 337.548057525. iteration 8565 found worse value: 337.548057525. iteration 8566 found worse value: 337.548057525. iteration 8567 found worse value: 337.548057525. iteration 8568 found worse value: 337.548057525. iteration 8569 found worse value: 337.548057525. iteration 8570 found worse value: 337.548057525. iteration 8571 found worse value: 337.548057525. iteration 8572 found worse value: 337.548057525. iteration 8573 found worse value: 337.548057525. iteration 8574 found worse value: 337.548057525. iteration 8575 found worse value: 337.548057525. iteration 8576 found worse value: 337.548057525. iteration 8577 found worse value: 337.548057525. iteration 8578 found worse value: 337.548057525. iteration 8579 found worse value: 337.548057525. iteration 8580 found worse value: 337.548057525. iteration 8581 found worse value: 337.548057525. iteration 8582 found worse value: 337.548057525. iteration 8583 found worse value: 337.548057525. iteration 8584 found worse value: 337.548057525. iteration 8585 found worse value: 337.548057525. iteration 8586 found worse value: 337.548057525. iteration 8587 found worse value: 337.548057525. iteration 8588 found worse value: 337.548057525. iteration 8589 found worse value: 337.548057525. iteration 8590 found worse value: 337.548057525. iteration 8591 found worse value: 337.548057525. iteration 8592 found worse value: 337.548057525. iteration 8593 found worse value: 337.548057525. iteration 8594 found worse value: 337.548057525. iteration 8595 found worse value: 337.548057525. iteration 8596 found worse value: 337.548057525. iteration 8597 found worse value: 337.548057525. iteration 8598 found worse value: 337.548057525. iteration 8599 found worse value: 337.548057525. iteration 8600 found worse value: 337.548057525. iteration 8601 found worse value: 337.548057525. iteration 8602 found worse value: 337.548057525. iteration 8603 found worse value: 337.548057525. iteration 8604 found worse value: 337.548057525. iteration 8605 found worse value: 337.548057525. iteration 8606 found worse value: 337.548057525. iteration 8607 found worse value: 337.548057525. iteration 8608 found worse value: 337.548057525. iteration 8609 found worse value: 337.548057525. iteration 8610 found worse value: 337.548057525. iteration 8611 found worse value: 337.548057525. iteration 8612 found worse value: 337.548057525. iteration 8613 found worse value: 337.548057525. iteration 8614 found worse value: 337.548057525. iteration 8615 found worse value: 337.548057525. iteration 8616 found worse value: 337.548057525. iteration 8617 found worse value: 337.548057525. iteration 8618 found worse value: 337.548057525. iteration 8619 found worse value: 337.548057525. iteration 8620 found worse value: 337.548057525. iteration 8621 found worse value: 337.548057525. iteration 8622 found worse value: 337.548057525. iteration 8623 found worse value: 337.548057525. iteration 8624 found worse value: 337.548057525. iteration 8625 found worse value: 337.548057525. iteration 8626 found worse value: 337.548057525. iteration 8627 found worse value: 337.548057525. iteration 8628 found worse value: 337.548057525. iteration 8629 found worse value: 337.548057525. iteration 8630 found worse value: 337.548057525. iteration 8631 found worse value: 337.548057525. iteration 8632 found worse value: 337.548057525. iteration 8633 found worse value: 337.548057525. iteration 8634 found worse value: 337.548057525. iteration 8635 found worse value: 337.548057525. iteration 8636 found worse value: 337.548057525. iteration 8637 found worse value: 337.548057525. iteration 8638 found worse value: 337.548057525. iteration 8639 found worse value: 337.548057525. iteration 8640 found worse value: 337.548057525. iteration 8641 found worse value: 337.548057525. iteration 8642 found worse value: 337.548057525. iteration 8643 found worse value: 337.548057525. iteration 8644 found worse value: 337.548057525. iteration 8645 found worse value: 337.548057525. iteration 8646 found worse value: 337.548057525. iteration 8647 found worse value: 337.548057525. iteration 8648 found worse value: 337.548057525. iteration 8649 found worse value: 337.548057525. iteration 8650 found worse value: 337.548057525. iteration 8651 found worse value: 337.548057525. iteration 8652 found worse value: 337.548057525. iteration 8653 found worse value: 337.548057525. iteration 8654 found worse value: 337.548057525. iteration 8655 found worse value: 337.548057525. iteration 8656 found worse value: 337.548057525. iteration 8657 found worse value: 337.548057525. iteration 8658 found worse value: 337.548057525. iteration 8659 found worse value: 337.548057525. iteration 8660 found worse value: 337.548057525. iteration 8661 found worse value: 337.548057525. iteration 8662 found worse value: 337.548057525. iteration 8663 found worse value: 337.548057525. iteration 8664 found worse value: 337.548057525. iteration 8665 found worse value: 337.548057525. iteration 8666 found worse value: 337.548057525. iteration 8667 found worse value: 337.548057525. iteration 8668 found worse value: 337.548057525. iteration 8669 found worse value: 337.548057525. iteration 8670 found worse value: 337.548057525. iteration 8671 found worse value: 337.548057525. iteration 8672 found worse value: 337.548057525. iteration 8673 found worse value: 337.548057525. iteration 8674 found worse value: 337.548057525. iteration 8675 found worse value: 337.548057525. iteration 8676 found worse value: 337.548057525. iteration 8677 found worse value: 337.548057525. iteration 8678 found worse value: 337.548057525. iteration 8679 found worse value: 337.548057525. iteration 8680 found worse value: 337.548057525. iteration 8681 found worse value: 337.548057525. iteration 8682 found worse value: 337.548057525. iteration 8683 found worse value: 337.548057525. iteration 8684 found worse value: 337.548057525. iteration 8685 found worse value: 337.548057525. iteration 8686 found worse value: 337.548057525. iteration 8687 found worse value: 337.548057525. iteration 8688 found worse value: 337.548057525. iteration 8689 found worse value: 337.548057525. iteration 8690 found worse value: 337.548057525. iteration 8691 found worse value: 337.548057525. iteration 8692 found worse value: 337.548057525. iteration 8693 found worse value: 337.548057525. iteration 8694 found worse value: 337.548057525. iteration 8695 found worse value: 337.548057525. iteration 8696 found worse value: 337.548057525. iteration 8697 found worse value: 337.548057525. iteration 8698 found worse value: 337.548057525. iteration 8699 found worse value: 337.548057525. iteration 8700 found worse value: 337.548057525. iteration 8701 found worse value: 337.548057525. iteration 8702 found worse value: 337.548057525. iteration 8703 found worse value: 337.548057525. iteration 8704 found worse value: 337.548057525. iteration 8705 found worse value: 337.548057525. iteration 8706 found worse value: 337.548057525. iteration 8707 found worse value: 337.548057525. iteration 8708 found worse value: 337.548057525. iteration 8709 found worse value: 337.548057525. iteration 8710 found worse value: 337.548057525. iteration 8711 found worse value: 337.548057525. iteration 8712 found worse value: 337.548057525. iteration 8713 found worse value: 337.548057525. iteration 8714 found worse value: 337.548057525. iteration 8715 found worse value: 337.548057525. iteration 8716 found worse value: 337.548057525. iteration 8717 found worse value: 337.548057525. iteration 8718 found worse value: 337.548057525. iteration 8719 found worse value: 337.548057525. iteration 8720 found worse value: 337.548057525. iteration 8721 found worse value: 337.548057525. iteration 8722 found worse value: 337.548057525. iteration 8723 found worse value: 337.548057525. iteration 8724 found worse value: 337.548057525. iteration 8725 found worse value: 337.548057525. iteration 8726 found worse value: 337.548057525. iteration 8727 found worse value: 337.548057525. iteration 8728 found worse value: 337.548057525. iteration 8729 found worse value: 337.548057525. iteration 8730 found worse value: 337.548057525. iteration 8731 found worse value: 337.548057525. iteration 8732 found worse value: 337.548057525. iteration 8733 found worse value: 337.548057525. iteration 8734 found worse value: 337.548057525. iteration 8735 found worse value: 337.548057525. iteration 8736 found worse value: 337.548057525. iteration 8737 found worse value: 337.548057525. iteration 8738 found worse value: 337.548057525. iteration 8739 found worse value: 337.548057525. iteration 8740 found worse value: 337.548057525. iteration 8741 found worse value: 337.548057525. iteration 8742 found worse value: 337.548057525. iteration 8743 found worse value: 337.548057525. iteration 8744 found worse value: 337.548057525. iteration 8745 found worse value: 337.548057525. iteration 8746 found worse value: 337.548057525. iteration 8747 found worse value: 337.548057525. iteration 8748 found worse value: 337.548057525. iteration 8749 found worse value: 337.548057525. iteration 8750 found worse value: 337.548057525. iteration 8751 found worse value: 337.548057525. iteration 8752 found worse value: 337.548057525. iteration 8753 found worse value: 337.548057525. iteration 8754 found worse value: 337.548057525. iteration 8755 found worse value: 337.548057525. iteration 8756 found worse value: 337.548057525. iteration 8757 found worse value: 337.548057525. iteration 8758 found worse value: 337.548057525. iteration 8759 found worse value: 337.548057525. iteration 8760 found worse value: 337.548057525. iteration 8761 found worse value: 337.548057525. iteration 8762 found worse value: 337.548057525. iteration 8763 found worse value: 337.548057525. iteration 8764 found worse value: 337.548057525. iteration 8765 found worse value: 337.548057525. iteration 8766 found worse value: 337.548057525. iteration 8767 found worse value: 337.548057525. iteration 8768 found worse value: 337.548057525. iteration 8769 found worse value: 337.548057525. iteration 8770 found worse value: 337.548057525. iteration 8771 found worse value: 337.548057525. iteration 8772 found worse value: 337.548057525. iteration 8773 found worse value: 337.548057525. iteration 8774 found worse value: 337.548057525. iteration 8775 found worse value: 337.548057525. iteration 8776 found worse value: 337.548057525. iteration 8777 found worse value: 337.548057525. iteration 8778 found worse value: 337.548057525. iteration 8779 found worse value: 337.548057525. iteration 8780 found worse value: 337.548057525. iteration 8781 found worse value: 337.548057525. iteration 8782 found worse value: 337.548057525. iteration 8783 found worse value: 337.548057525. iteration 8784 found worse value: 337.548057525. iteration 8785 found worse value: 337.548057525. iteration 8786 found worse value: 337.548057525. iteration 8787 found worse value: 337.548057525. iteration 8788 found worse value: 337.548057525. iteration 8789 found worse value: 337.548057525. iteration 8790 found worse value: 337.548057525. iteration 8791 found worse value: 337.548057525. iteration 8792 found worse value: 337.548057525. iteration 8793 found worse value: 337.548057525. iteration 8794 found worse value: 337.548057525. iteration 8795 found worse value: 337.548057525. iteration 8796 found worse value: 337.548057525. iteration 8797 found worse value: 337.548057525. iteration 8798 found worse value: 337.548057525. iteration 8799 found worse value: 337.548057525. iteration 8800 found worse value: 337.548057525. iteration 8801 found worse value: 337.548057525. iteration 8802 found worse value: 337.548057525. iteration 8803 found worse value: 337.548057525. iteration 8804 found worse value: 337.548057525. iteration 8805 found worse value: 337.548057525. iteration 8806 found worse value: 337.548057525. iteration 8807 found worse value: 337.548057525. iteration 8808 found worse value: 337.548057525. iteration 8809 found worse value: 337.548057525. iteration 8810 found worse value: 337.548057525. iteration 8811 found worse value: 337.548057525. iteration 8812 found worse value: 337.548057525. iteration 8813 found worse value: 337.548057525. iteration 8814 found worse value: 337.548057525. iteration 8815 found worse value: 337.548057525. iteration 8816 found worse value: 337.548057525. iteration 8817 found worse value: 337.548057525. iteration 8818 found worse value: 337.548057525. iteration 8819 found worse value: 337.548057525. iteration 8820 found worse value: 337.548057525. iteration 8821 found worse value: 337.548057525. iteration 8822 found worse value: 337.548057525. iteration 8823 found worse value: 337.548057525. iteration 8824 found worse value: 337.548057525. iteration 8825 found worse value: 337.548057525. iteration 8826 found worse value: 337.548057525. iteration 8827 found worse value: 337.548057525. iteration 8828 found worse value: 337.548057525. iteration 8829 found worse value: 337.548057525. iteration 8830 found worse value: 337.548057525. iteration 8831 found worse value: 337.548057525. iteration 8832 found worse value: 337.548057525. iteration 8833 found worse value: 337.548057525. iteration 8834 found worse value: 337.548057525. iteration 8835 found worse value: 337.548057525. iteration 8836 found worse value: 337.548057525. iteration 8837 found worse value: 337.548057525. iteration 8838 found worse value: 337.548057525. iteration 8839 found worse value: 337.548057525. iteration 8840 found worse value: 337.548057525. iteration 8841 found worse value: 337.548057525. iteration 8842 found worse value: 337.548057525. iteration 8843 found worse value: 337.548057525. iteration 8844 found worse value: 337.548057525. iteration 8845 found worse value: 337.548057525. iteration 8846 found worse value: 337.548057525. iteration 8847 found worse value: 337.548057525. iteration 8848 found worse value: 337.548057525. iteration 8849 found worse value: 337.548057525. iteration 8850 found worse value: 337.548057525. iteration 8851 found worse value: 337.548057525. iteration 8852 found worse value: 337.548057525. iteration 8853 found worse value: 337.548057525. iteration 8854 found worse value: 337.548057525. iteration 8855 found worse value: 337.548057525. iteration 8856 found worse value: 337.548057525. iteration 8857 found worse value: 337.548057525. iteration 8858 found worse value: 337.548057525. iteration 8859 found worse value: 337.548057525. iteration 8860 found worse value: 337.548057525. iteration 8861 found worse value: 337.548057525. iteration 8862 found worse value: 337.548057525. iteration 8863 found worse value: 337.548057525. iteration 8864 found worse value: 337.548057525. iteration 8865 found worse value: 337.548057525. iteration 8866 found worse value: 337.548057525. iteration 8867 found worse value: 337.548057525. iteration 8868 found worse value: 337.548057525. iteration 8869 found worse value: 337.548057525. iteration 8870 found worse value: 337.548057525. iteration 8871 found worse value: 337.548057525. iteration 8872 found worse value: 337.548057525. iteration 8873 found worse value: 337.548057525. iteration 8874 found worse value: 337.548057525. iteration 8875 found worse value: 337.548057525. iteration 8876 found worse value: 337.548057525. iteration 8877 found worse value: 337.548057525. iteration 8878 found worse value: 337.548057525. iteration 8879 found worse value: 337.548057525. iteration 8880 found worse value: 337.548057525. iteration 8881 found worse value: 337.548057525. iteration 8882 found worse value: 337.548057525. iteration 8883 found worse value: 337.548057525. iteration 8884 found worse value: 337.548057525. iteration 8885 found worse value: 337.548057525. iteration 8886 found worse value: 337.548057525. iteration 8887 found worse value: 337.548057525. iteration 8888 found worse value: 337.548057525. iteration 8889 found worse value: 337.548057525. iteration 8890 found worse value: 337.548057525. iteration 8891 found worse value: 337.548057525. iteration 8892 found worse value: 337.548057525. iteration 8893 found worse value: 337.548057525. iteration 8894 found worse value: 337.548057525. iteration 8895 found worse value: 337.548057525. iteration 8896 found worse value: 337.548057525. iteration 8897 found worse value: 337.548057525. iteration 8898 found worse value: 337.548057525. iteration 8899 found worse value: 337.548057525. iteration 8900 found worse value: 337.548057525. iteration 8901 found worse value: 337.548057525. iteration 8902 found worse value: 337.548057525. iteration 8903 found worse value: 337.548057525. iteration 8904 found worse value: 337.548057525. iteration 8905 found worse value: 337.548057525. iteration 8906 found worse value: 337.548057525. iteration 8907 found worse value: 337.548057525. iteration 8908 found worse value: 337.548057525. iteration 8909 found worse value: 337.548057525. iteration 8910 found worse value: 337.548057525. iteration 8911 found worse value: 337.548057525. iteration 8912 found worse value: 337.548057525. iteration 8913 found worse value: 337.548057525. iteration 8914 found worse value: 337.548057525. iteration 8915 found worse value: 337.548057525. iteration 8916 found worse value: 337.548057525. iteration 8917 found worse value: 337.548057525. iteration 8918 found worse value: 337.548057525. iteration 8919 found worse value: 337.548057525. iteration 8920 found worse value: 337.548057525. iteration 8921 found worse value: 337.548057525. iteration 8922 found worse value: 337.548057525. iteration 8923 found worse value: 337.548057525. iteration 8924 found worse value: 337.548057525. iteration 8925 found worse value: 337.548057525. iteration 8926 found worse value: 337.548057525. iteration 8927 found worse value: 337.548057525. iteration 8928 found worse value: 337.548057525. iteration 8929 found worse value: 337.548057525. iteration 8930 found worse value: 337.548057525. iteration 8931 found worse value: 337.548057525. iteration 8932 found worse value: 337.548057525. iteration 8933 found worse value: 337.548057525. iteration 8934 found worse value: 337.548057525. iteration 8935 found worse value: 337.548057525. iteration 8936 found worse value: 337.548057525. iteration 8937 found worse value: 337.548057525. iteration 8938 found worse value: 337.548057525. iteration 8939 found worse value: 337.548057525. iteration 8940 found worse value: 337.548057525. iteration 8941 found worse value: 337.548057525. iteration 8942 found worse value: 337.548057525. iteration 8943 found worse value: 337.548057525. iteration 8944 found worse value: 337.548057525. iteration 8945 found worse value: 337.548057525. iteration 8946 found worse value: 337.548057525. iteration 8947 found worse value: 337.548057525. iteration 8948 found worse value: 337.548057525. iteration 8949 found worse value: 337.548057525. iteration 8950 found worse value: 337.548057525. iteration 8951 found worse value: 337.548057525. iteration 8952 found worse value: 337.548057525. iteration 8953 found worse value: 337.548057525. iteration 8954 found worse value: 337.548057525. iteration 8955 found worse value: 337.548057525. iteration 8956 found worse value: 337.548057525. iteration 8957 found worse value: 337.548057525. iteration 8958 found worse value: 337.548057525. iteration 8959 found worse value: 337.548057525. iteration 8960 found worse value: 337.548057525. iteration 8961 found worse value: 337.548057525. iteration 8962 found worse value: 337.548057525. iteration 8963 found worse value: 337.548057525. iteration 8964 found worse value: 337.548057525. iteration 8965 found worse value: 337.548057525. iteration 8966 found worse value: 337.548057525. iteration 8967 found worse value: 337.548057525. iteration 8968 found worse value: 337.548057525. iteration 8969 found worse value: 337.548057525. iteration 8970 found worse value: 337.548057525. iteration 8971 found worse value: 337.548057525. iteration 8972 found worse value: 337.548057525. iteration 8973 found worse value: 337.548057525. iteration 8974 found worse value: 337.548057525. iteration 8975 found worse value: 337.548057525. iteration 8976 found worse value: 337.548057525. iteration 8977 found worse value: 337.548057525. iteration 8978 found worse value: 337.548057525. iteration 8979 found worse value: 337.548057525. iteration 8980 found worse value: 337.548057525. iteration 8981 found worse value: 337.548057525. iteration 8982 found worse value: 337.548057525. iteration 8983 found worse value: 337.548057525. iteration 8984 found worse value: 337.548057525. iteration 8985 found worse value: 337.548057525. iteration 8986 found worse value: 337.548057525. iteration 8987 found worse value: 337.548057525. iteration 8988 found worse value: 337.548057525. iteration 8989 found worse value: 337.548057525. iteration 8990 found worse value: 337.548057525. iteration 8991 found worse value: 337.548057525. iteration 8992 found worse value: 337.548057525. iteration 8993 found worse value: 337.548057525. iteration 8994 found worse value: 337.548057525. iteration 8995 found worse value: 337.548057525. iteration 8996 found worse value: 337.548057525. iteration 8997 found worse value: 337.548057525. iteration 8998 found worse value: 337.548057525. iteration 8999 found worse value: 337.548057525. iteration 9000 found worse value: 337.548057525. iteration 9001 found worse value: 337.548057525. iteration 9002 found worse value: 337.548057525. iteration 9003 found worse value: 337.548057525. iteration 9004 found worse value: 337.548057525. iteration 9005 found worse value: 337.548057525. iteration 9006 found worse value: 337.548057525. iteration 9007 found worse value: 337.548057525. iteration 9008 found worse value: 337.548057525. iteration 9009 found worse value: 337.548057525. iteration 9010 found worse value: 337.548057525. iteration 9011 found worse value: 337.548057525. iteration 9012 found worse value: 337.548057525. iteration 9013 found worse value: 337.548057525. iteration 9014 found worse value: 337.548057525. iteration 9015 found worse value: 337.548057525. iteration 9016 found worse value: 337.548057525. iteration 9017 found worse value: 337.548057525. iteration 9018 found worse value: 337.548057525. iteration 9019 found worse value: 337.548057525. iteration 9020 found worse value: 337.548057525. iteration 9021 found worse value: 337.548057525. iteration 9022 found worse value: 337.548057525. iteration 9023 found worse value: 337.548057525. iteration 9024 found worse value: 337.548057525. iteration 9025 found worse value: 337.548057525. iteration 9026 found worse value: 337.548057525. iteration 9027 found worse value: 337.548057525. iteration 9028 found worse value: 337.548057525. iteration 9029 found worse value: 337.548057525. iteration 9030 found worse value: 337.548057525. iteration 9031 found worse value: 337.548057525. iteration 9032 found worse value: 337.548057525. iteration 9033 found worse value: 337.548057525. iteration 9034 found worse value: 337.548057525. iteration 9035 found worse value: 337.548057525. iteration 9036 found worse value: 337.548057525. iteration 9037 found worse value: 337.548057525. iteration 9038 found worse value: 337.548057525. iteration 9039 found worse value: 337.548057525. iteration 9040 found worse value: 337.548057525. iteration 9041 found worse value: 337.548057525. iteration 9042 found worse value: 337.548057525. iteration 9043 found worse value: 337.548057525. iteration 9044 found worse value: 337.548057525. iteration 9045 found worse value: 337.548057525. iteration 9046 found worse value: 337.548057525. iteration 9047 found worse value: 337.548057525. iteration 9048 found worse value: 337.548057525. iteration 9049 found worse value: 337.548057525. iteration 9050 found worse value: 337.548057525. iteration 9051 found worse value: 337.548057525. iteration 9052 found worse value: 337.548057525. iteration 9053 found worse value: 337.548057525. iteration 9054 found worse value: 337.548057525. iteration 9055 found worse value: 337.548057525. iteration 9056 found worse value: 337.548057525. iteration 9057 found worse value: 337.548057525. iteration 9058 found worse value: 337.548057525. iteration 9059 found worse value: 337.548057525. iteration 9060 found worse value: 337.548057525. iteration 9061 found worse value: 337.548057525. iteration 9062 found worse value: 337.548057525. iteration9062, perturbing to get out of local maxima iteration 9063 found worse value: 337.548057525. iteration 9064 found worse value: 337.548057525. iteration 9065 found worse value: 337.548057525. iteration 9066 found worse value: 337.548057525. iteration 9067 found worse value: 337.548057525. iteration 9068 found worse value: 337.548057525. iteration 9069 found worse value: 337.548057525. iteration 9070 found worse value: 337.548057525. iteration 9071 found worse value: 337.548057525. iteration 9072 found worse value: 337.548057525. iteration 9073 found worse value: 337.548057525. iteration 9074 found worse value: 337.548057525. iteration 9075 found worse value: 337.548057525. iteration 9076 found worse value: 337.548057525. iteration 9077 found worse value: 337.548057525. iteration 9078 found worse value: 337.548057525. iteration 9079 found worse value: 337.548057525. iteration 9080 found worse value: 337.548057525. iteration 9081 found worse value: 337.548057525. iteration 9082 found worse value: 337.548057525. iteration 9083 found worse value: 337.548057525. iteration 9084 found worse value: 337.548057525. iteration 9085 found worse value: 337.548057525. iteration 9086 found worse value: 337.548057525. iteration 9087 found worse value: 337.548057525. iteration 9088 found worse value: 337.548057525. iteration 9089 found worse value: 337.548057525. iteration 9090 found worse value: 337.548057525. iteration 9091 found worse value: 337.548057525. iteration 9092 found worse value: 337.548057525. iteration 9093 found worse value: 337.548057525. iteration 9094 found worse value: 337.548057525. iteration 9095 found worse value: 337.548057525. iteration 9096 found worse value: 337.548057525. iteration 9097 found worse value: 337.548057525. iteration 9098 found worse value: 337.548057525. iteration 9099 found worse value: 337.548057525. iteration 9100 found worse value: 337.548057525. iteration 9101 found worse value: 337.548057525. iteration 9102 found worse value: 337.548057525. iteration 9103 found worse value: 337.548057525. iteration 9104 found worse value: 337.548057525. iteration 9105 found worse value: 337.548057525. iteration 9106 found worse value: 337.548057525. iteration 9107 found worse value: 337.548057525. iteration 9108 found worse value: 337.548057525. iteration 9109 found worse value: 337.548057525. iteration 9110 found worse value: 337.548057525. iteration 9111 found worse value: 337.548057525. iteration 9112 found worse value: 337.548057525. iteration 9113 found worse value: 337.548057525. iteration 9114 found worse value: 337.548057525. iteration 9115 found worse value: 337.548057525. iteration 9116 found worse value: 337.548057525. iteration 9117 found worse value: 337.548057525. iteration 9118 found worse value: 337.548057525. iteration 9119 found worse value: 337.548057525. iteration 9120 found worse value: 337.548057525. iteration 9121 found worse value: 337.548057525. iteration 9122 found worse value: 337.548057525. iteration 9123 found worse value: 337.548057525. iteration 9124 found worse value: 337.548057525. iteration 9125 found worse value: 337.548057525. iteration 9126 found worse value: 337.548057525. iteration 9127 found worse value: 337.548057525. iteration 9128 found worse value: 337.548057525. iteration 9129 found worse value: 337.548057525. iteration 9130 found worse value: 337.548057525. iteration 9131 found worse value: 337.548057525. iteration 9132 found worse value: 337.548057525. iteration 9133 found worse value: 337.548057525. iteration 9134 found worse value: 337.548057525. iteration 9135 found worse value: 337.548057525. iteration 9136 found worse value: 337.548057525. iteration 9137 found worse value: 337.548057525. iteration 9138 found worse value: 337.548057525. iteration 9139 found worse value: 337.548057525. iteration 9140 found worse value: 337.548057525. iteration 9141 found worse value: 337.548057525. iteration 9142 found worse value: 337.548057525. iteration 9143 found worse value: 337.548057525. iteration 9144 found worse value: 337.548057525. iteration 9145 found worse value: 337.548057525. iteration 9146 found worse value: 337.548057525. iteration 9147 found worse value: 337.548057525. iteration 9148 found worse value: 337.548057525. iteration 9149 found worse value: 337.548057525. iteration 9150 found worse value: 337.548057525. iteration 9151 found worse value: 337.548057525. iteration 9152 found worse value: 337.548057525. iteration 9153 found worse value: 337.548057525. iteration 9154 found worse value: 337.548057525. iteration 9155 found worse value: 337.548057525. iteration 9156 found worse value: 337.548057525. iteration 9157 found worse value: 337.548057525. iteration 9158 found worse value: 337.548057525. iteration 9159 found worse value: 337.548057525. iteration 9160 found worse value: 337.548057525. iteration 9161 found worse value: 337.548057525. iteration 9162 found worse value: 337.548057525. iteration 9163 found worse value: 337.548057525. iteration 9164 found worse value: 337.548057525. iteration 9165 found worse value: 337.548057525. iteration 9166 found worse value: 337.548057525. iteration 9167 found worse value: 337.548057525. iteration 9168 found worse value: 337.548057525. iteration 9169 found worse value: 337.548057525. iteration 9170 found worse value: 337.548057525. iteration 9171 found worse value: 337.548057525. iteration 9172 found worse value: 337.548057525. iteration 9173 found worse value: 337.548057525. iteration 9174 found worse value: 337.548057525. iteration 9175 found worse value: 337.548057525. iteration 9176 found worse value: 337.548057525. iteration 9177 found worse value: 337.548057525. iteration 9178 found worse value: 337.548057525. iteration 9179 found worse value: 337.548057525. iteration 9180 found worse value: 337.548057525. iteration 9181 found worse value: 337.548057525. iteration 9182 found worse value: 337.548057525. iteration 9183 found worse value: 337.548057525. iteration 9184 found worse value: 337.548057525. iteration 9185 found worse value: 337.548057525. iteration 9186 found worse value: 337.548057525. iteration 9187 found worse value: 337.548057525. iteration 9188 found worse value: 337.548057525. iteration 9189 found worse value: 337.548057525. iteration 9190 found worse value: 337.548057525. iteration 9191 found worse value: 337.548057525. iteration 9192 found worse value: 337.548057525. iteration 9193 found worse value: 337.548057525. iteration 9194 found worse value: 337.548057525. iteration 9195 found worse value: 337.548057525. iteration 9196 found worse value: 337.548057525. iteration 9197 found worse value: 337.548057525. iteration 9198 found worse value: 337.548057525. iteration 9199 found worse value: 337.548057525. iteration 9200 found worse value: 337.548057525. iteration 9201 found worse value: 337.548057525. iteration 9202 found worse value: 337.548057525. iteration 9203 found worse value: 337.548057525. iteration 9204 found worse value: 337.548057525. iteration 9205 found worse value: 337.548057525. iteration 9206 found worse value: 337.548057525. iteration 9207 found worse value: 337.548057525. iteration 9208 found worse value: 337.548057525. iteration 9209 found worse value: 337.548057525. iteration 9210 found worse value: 337.548057525. iteration 9211 found worse value: 337.548057525. iteration 9212 found worse value: 337.548057525. iteration 9213 found worse value: 337.548057525. iteration 9214 found worse value: 337.548057525. iteration 9215 found worse value: 337.548057525. iteration 9216 found worse value: 337.548057525. iteration 9217 found worse value: 337.548057525. iteration 9218 found worse value: 337.548057525. iteration 9219 found worse value: 337.548057525. iteration 9220 found worse value: 337.548057525. iteration 9221 found worse value: 337.548057525. iteration 9222 found worse value: 337.548057525. iteration 9223 found worse value: 337.548057525. iteration 9224 found worse value: 337.548057525. iteration 9225 found worse value: 337.548057525. iteration 9226 found worse value: 337.548057525. iteration 9227 found worse value: 337.548057525. iteration 9228 found worse value: 337.548057525. iteration 9229 found worse value: 337.548057525. iteration 9230 found worse value: 337.548057525. iteration 9231 found worse value: 337.548057525. iteration 9232 found worse value: 337.548057525. iteration 9233 found worse value: 337.548057525. iteration 9234 found worse value: 337.548057525. iteration 9235 found worse value: 337.548057525. iteration 9236 found worse value: 337.548057525. iteration 9237 found worse value: 337.548057525. iteration 9238 found worse value: 337.548057525. iteration 9239 found worse value: 337.548057525. iteration 9240 found worse value: 337.548057525. iteration 9241 found worse value: 337.548057525. iteration 9242 found worse value: 337.548057525. iteration 9243 found worse value: 337.548057525. iteration 9244 found worse value: 337.548057525. iteration 9245 found worse value: 337.548057525. iteration 9246 found worse value: 337.548057525. iteration 9247 found worse value: 337.548057525. iteration 9248 found worse value: 337.548057525. iteration9248, perturbing to get out of local maxima iteration 9249 found worse value: 337.548057525. iteration 9250 found worse value: 337.548057525. iteration 9251 found worse value: 337.548057525. iteration 9252 found worse value: 337.548057525. iteration 9253 found worse value: 337.548057525. iteration 9254 found worse value: 337.548057525. iteration 9255 found worse value: 337.548057525. iteration 9256 found worse value: 337.548057525. iteration 9257 found worse value: 337.548057525. iteration 9258 found worse value: 337.548057525. iteration 9259 found worse value: 337.548057525. iteration 9260 found worse value: 337.548057525. iteration 9261 found worse value: 337.548057525. iteration 9262 found worse value: 337.548057525. iteration 9263 found worse value: 337.548057525. iteration 9264 found worse value: 337.548057525. iteration 9265 found worse value: 337.548057525. iteration 9266 found worse value: 337.548057525. iteration 9267 found worse value: 337.548057525. iteration 9268 found worse value: 337.548057525. iteration 9269 found worse value: 337.548057525. iteration 9270 found worse value: 337.548057525. iteration 9271 found worse value: 337.548057525. iteration 9272 found worse value: 337.548057525. iteration 9273 found worse value: 337.548057525. iteration 9274 found worse value: 337.548057525. iteration 9275 found worse value: 337.548057525. iteration 9276 found worse value: 337.548057525. iteration 9277 found worse value: 337.548057525. iteration 9278 found worse value: 337.548057525. iteration 9279 found worse value: 337.548057525. iteration 9280 found worse value: 337.548057525. iteration 9281 found worse value: 337.548057525. iteration 9282 found worse value: 337.548057525. iteration 9283 found worse value: 337.548057525. iteration 9284 found worse value: 337.548057525. iteration 9285 found worse value: 337.548057525. iteration 9286 found worse value: 337.548057525. iteration 9287 found worse value: 337.548057525. iteration 9288 found worse value: 337.548057525. iteration 9289 found worse value: 337.548057525. iteration 9290 found worse value: 337.548057525. iteration 9291 found worse value: 337.548057525. iteration 9292 found worse value: 337.548057525. iteration 9293 found worse value: 337.548057525. iteration 9294 found worse value: 337.548057525. iteration 9295 found worse value: 337.548057525. iteration 9296 found worse value: 337.548057525. iteration 9297 found worse value: 337.548057525. iteration 9298 found worse value: 337.548057525. iteration 9299 found worse value: 337.548057525. iteration 9300 found worse value: 337.548057525. iteration 9301 found worse value: 337.548057525. iteration 9302 found worse value: 337.548057525. iteration 9303 found worse value: 337.548057525. iteration 9304 found worse value: 337.548057525. iteration 9305 found worse value: 337.548057525. iteration 9306 found worse value: 337.548057525. iteration 9307 found worse value: 337.548057525. iteration 9308 found worse value: 337.548057525. iteration 9309 found worse value: 337.548057525. iteration 9310 found worse value: 337.548057525. iteration 9311 found worse value: 337.548057525. iteration 9312 found worse value: 337.548057525. iteration 9313 found worse value: 337.548057525. iteration 9314 found worse value: 337.548057525. iteration 9315 found worse value: 337.548057525. iteration 9316 found worse value: 337.548057525. iteration 9317 found worse value: 337.548057525. iteration 9318 found worse value: 337.548057525. iteration 9319 found worse value: 337.548057525. iteration 9320 found worse value: 337.548057525. iteration 9321 found worse value: 337.548057525. iteration 9322 found worse value: 337.548057525. iteration 9323 found worse value: 337.548057525. iteration 9324 found worse value: 337.548057525. iteration 9325 found worse value: 337.548057525. iteration 9326 found worse value: 337.548057525. iteration 9327 found worse value: 337.548057525. iteration 9328 found worse value: 337.548057525. iteration 9329 found worse value: 337.548057525. iteration 9330 found worse value: 337.548057525. iteration 9331 found worse value: 337.548057525. iteration 9332 found worse value: 337.548057525. iteration 9333 found worse value: 337.548057525. iteration 9334 found worse value: 337.548057525. iteration 9335 found worse value: 337.548057525. iteration 9336 found worse value: 337.548057525. iteration 9337 found worse value: 337.548057525. iteration 9338 found worse value: 337.548057525. iteration 9339 found worse value: 337.548057525. iteration 9340 found worse value: 337.548057525. iteration 9341 found worse value: 337.548057525. iteration 9342 found worse value: 337.548057525. iteration 9343 found worse value: 337.548057525. iteration 9344 found worse value: 337.548057525. iteration 9345 found worse value: 337.548057525. iteration 9346 found worse value: 337.548057525. iteration 9347 found worse value: 337.548057525. iteration 9348 found worse value: 337.548057525. iteration 9349 found worse value: 337.548057525. iteration 9350 found worse value: 337.548057525. iteration 9351 found worse value: 337.548057525. iteration 9352 found worse value: 337.548057525. iteration 9353 found worse value: 337.548057525. iteration 9354 found worse value: 337.548057525. iteration 9355 found worse value: 337.548057525. iteration 9356 found worse value: 337.548057525. iteration 9357 found worse value: 337.548057525. iteration 9358 found worse value: 337.548057525. iteration 9359 found worse value: 337.548057525. iteration 9360 found worse value: 337.548057525. iteration 9361 found worse value: 337.548057525. iteration 9362 found worse value: 337.548057525. iteration 9363 found worse value: 337.548057525. iteration 9364 found worse value: 337.548057525. iteration 9365 found worse value: 337.548057525. iteration 9366 found worse value: 337.548057525. iteration 9367 found worse value: 337.548057525. iteration 9368 found worse value: 337.548057525. iteration 9369 found worse value: 337.548057525. iteration 9370 found worse value: 337.548057525. iteration 9371 found worse value: 337.548057525. iteration 9372 found worse value: 337.548057525. iteration 9373 found worse value: 337.548057525. iteration 9374 found worse value: 337.548057525. iteration 9375 found worse value: 337.548057525. iteration 9376 found worse value: 337.548057525. iteration 9377 found worse value: 337.548057525. iteration 9378 found worse value: 337.548057525. iteration 9379 found worse value: 337.548057525. iteration 9380 found worse value: 337.548057525. iteration 9381 found worse value: 337.548057525. iteration 9382 found worse value: 337.548057525. iteration 9383 found worse value: 337.548057525. iteration 9384 found worse value: 337.548057525. iteration 9385 found worse value: 337.548057525. iteration 9386 found worse value: 337.548057525. iteration 9387 found worse value: 337.548057525. iteration 9388 found worse value: 337.548057525. iteration 9389 found worse value: 337.548057525. iteration 9390 found worse value: 337.548057525. iteration 9391 found worse value: 337.548057525. iteration 9392 found worse value: 337.548057525. iteration 9393 found worse value: 337.548057525. iteration 9394 found worse value: 337.548057525. iteration 9395 found worse value: 337.548057525. iteration 9396 found worse value: 337.548057525. iteration 9397 found worse value: 337.548057525. iteration 9398 found worse value: 337.548057525. iteration 9399 found worse value: 337.548057525. iteration 9400 found worse value: 337.548057525. iteration 9401 found worse value: 337.548057525. iteration 9402 found worse value: 337.548057525. iteration 9403 found worse value: 337.548057525. iteration 9404 found worse value: 337.548057525. iteration 9405 found worse value: 337.548057525. iteration 9406 found worse value: 337.548057525. iteration 9407 found worse value: 337.548057525. iteration 9408 found worse value: 337.548057525. iteration 9409 found worse value: 337.548057525. iteration 9410 found worse value: 337.548057525. iteration 9411 found worse value: 337.548057525. iteration 9412 found worse value: 337.548057525. iteration 9413 found worse value: 337.548057525. iteration 9414 found worse value: 337.548057525. iteration 9415 found worse value: 337.548057525. iteration 9416 found worse value: 337.548057525. iteration 9417 found worse value: 337.548057525. iteration 9418 found worse value: 337.548057525. iteration 9419 found worse value: 337.548057525. iteration 9420 found worse value: 337.548057525. iteration 9421 found worse value: 337.548057525. iteration 9422 found worse value: 337.548057525. iteration 9423 found worse value: 337.548057525. iteration 9424 found worse value: 337.548057525. iteration 9425 found worse value: 337.548057525. iteration 9426 found worse value: 337.548057525. iteration 9427 found worse value: 337.548057525. iteration 9428 found worse value: 337.548057525. iteration 9429 found worse value: 337.548057525. iteration 9430 found worse value: 337.548057525. iteration 9431 found worse value: 337.548057525. iteration 9432 found worse value: 337.548057525. iteration 9433 found worse value: 337.548057525. iteration 9434 found worse value: 337.548057525. iteration 9435 found worse value: 337.548057525. iteration 9436 found worse value: 337.548057525. iteration 9437 found worse value: 337.548057525. iteration 9438 found worse value: 337.548057525. iteration 9439 found worse value: 337.548057525. iteration 9440 found worse value: 337.548057525. iteration 9441 found worse value: 337.548057525. iteration 9442 found worse value: 337.548057525. iteration 9443 found worse value: 337.548057525. iteration 9444 found worse value: 337.548057525. iteration 9445 found worse value: 337.548057525. iteration 9446 found worse value: 337.548057525. iteration 9447 found worse value: 337.548057525. iteration 9448 found worse value: 337.548057525. iteration 9449 found worse value: 337.548057525. iteration 9450 found worse value: 337.548057525. iteration 9451 found worse value: 337.548057525. iteration 9452 found worse value: 337.548057525. iteration 9453 found worse value: 337.548057525. iteration 9454 found worse value: 337.548057525. iteration 9455 found worse value: 337.548057525. iteration 9456 found worse value: 337.548057525. iteration 9457 found worse value: 337.548057525. iteration 9458 found worse value: 337.548057525. iteration 9459 found worse value: 337.548057525. iteration 9460 found worse value: 337.548057525. iteration 9461 found worse value: 337.548057525. iteration 9462 found worse value: 337.548057525. iteration 9463 found worse value: 337.548057525. iteration 9464 found worse value: 337.548057525. iteration 9465 found worse value: 337.548057525. iteration 9466 found worse value: 337.548057525. iteration 9467 found worse value: 337.548057525. iteration 9468 found worse value: 337.548057525. iteration 9469 found worse value: 337.548057525. iteration 9470 found worse value: 337.548057525. iteration 9471 found worse value: 337.548057525. iteration 9472 found worse value: 337.548057525. iteration 9473 found worse value: 337.548057525. iteration 9474 found worse value: 337.548057525. iteration 9475 found worse value: 337.548057525. iteration 9476 found worse value: 337.548057525. iteration 9477 found worse value: 337.548057525. iteration 9478 found worse value: 337.548057525. iteration 9479 found worse value: 337.548057525. iteration 9480 found worse value: 337.548057525. iteration 9481 found worse value: 337.548057525. iteration 9482 found worse value: 337.548057525. iteration 9483 found worse value: 337.548057525. iteration 9484 found worse value: 337.548057525. iteration 9485 found worse value: 337.548057525. iteration 9486 found worse value: 337.548057525. iteration 9487 found worse value: 337.548057525. iteration 9488 found worse value: 337.548057525. iteration 9489 found worse value: 337.548057525. iteration 9490 found worse value: 337.548057525. iteration 9491 found worse value: 337.548057525. iteration 9492 found worse value: 337.548057525. iteration 9493 found worse value: 337.548057525. iteration 9494 found worse value: 337.548057525. iteration 9495 found worse value: 337.548057525. iteration 9496 found worse value: 337.548057525. iteration 9497 found worse value: 337.548057525. iteration 9498 found worse value: 337.548057525. iteration 9499 found worse value: 337.548057525. iteration 9500 found worse value: 337.548057525. iteration 9501 found worse value: 337.548057525. iteration 9502 found worse value: 337.548057525. iteration 9503 found worse value: 337.548057525. iteration 9504 found worse value: 337.548057525. iteration 9505 found worse value: 337.548057525. iteration 9506 found worse value: 337.548057525. iteration 9507 found worse value: 337.548057525. iteration 9508 found worse value: 337.548057525. iteration 9509 found worse value: 337.548057525. iteration 9510 found worse value: 337.548057525. iteration 9511 found worse value: 337.548057525. iteration 9512 found worse value: 337.548057525. iteration 9513 found worse value: 337.548057525. iteration 9514 found worse value: 337.548057525. iteration 9515 found worse value: 337.548057525. iteration 9516 found worse value: 337.548057525. iteration 9517 found worse value: 337.548057525. iteration 9518 found worse value: 337.548057525. iteration 9519 found worse value: 337.548057525. iteration 9520 found worse value: 337.548057525. iteration 9521 found worse value: 337.548057525. iteration 9522 found worse value: 337.548057525. iteration 9523 found worse value: 337.548057525. iteration 9524 found worse value: 337.548057525. iteration 9525 found worse value: 337.548057525. iteration 9526 found worse value: 337.548057525. iteration 9527 found worse value: 337.548057525. iteration 9528 found worse value: 337.548057525. iteration 9529 found worse value: 337.548057525. iteration 9530 found worse value: 337.548057525. iteration 9531 found worse value: 337.548057525. iteration 9532 found worse value: 337.548057525. iteration 9533 found worse value: 337.548057525. iteration 9534 found worse value: 337.548057525. iteration 9535 found worse value: 337.548057525. iteration 9536 found worse value: 337.548057525. iteration 9537 found worse value: 337.548057525. iteration 9538 found worse value: 337.548057525. iteration 9539 found worse value: 337.548057525. iteration 9540 found worse value: 337.548057525. iteration 9541 found worse value: 337.548057525. iteration 9542 found worse value: 337.548057525. iteration 9543 found worse value: 337.548057525. iteration9543, perturbing to get out of local maxima iteration 9544 found worse value: 337.548057525. iteration 9545 found worse value: 337.548057525. iteration 9546 found worse value: 337.548057525. iteration 9547 found worse value: 337.548057525. iteration 9548 found worse value: 337.548057525. iteration 9549 found worse value: 337.548057525. iteration 9550 found worse value: 337.548057525. iteration 9551 found worse value: 337.548057525. iteration 9552 found worse value: 337.548057525. iteration 9553 found worse value: 337.548057525. iteration 9554 found worse value: 337.548057525. iteration 9555 found worse value: 337.548057525. iteration 9556 found worse value: 337.548057525. iteration 9557 found worse value: 337.548057525. iteration 9558 found worse value: 337.548057525. iteration 9559 found worse value: 337.548057525. iteration 9560 found worse value: 337.548057525. iteration 9561 found worse value: 337.548057525. iteration 9562 found worse value: 337.548057525. iteration 9563 found worse value: 337.548057525. iteration 9564 found worse value: 337.548057525. iteration 9565 found worse value: 337.548057525. iteration 9566 found worse value: 337.548057525. iteration 9567 found worse value: 337.548057525. iteration 9568 found worse value: 337.548057525. iteration 9569 found worse value: 337.548057525. iteration 9570 found worse value: 337.548057525. iteration 9571 found worse value: 337.548057525. iteration 9572 found worse value: 337.548057525. iteration 9573 found worse value: 337.548057525. iteration 9574 found worse value: 337.548057525. iteration 9575 found worse value: 337.548057525. iteration9575, perturbing to get out of local maxima iteration 9576 found worse value: 337.548057525. iteration 9577 found worse value: 337.548057525. iteration 9578 found worse value: 337.548057525. iteration 9579 found worse value: 337.548057525. iteration 9580 found worse value: 337.548057525. iteration 9581 found worse value: 337.548057525. iteration 9582 found worse value: 337.548057525. iteration 9583 found worse value: 337.548057525. iteration 9584 found worse value: 337.548057525. iteration 9585 found worse value: 337.548057525. iteration 9586 found worse value: 337.548057525. iteration 9587 found worse value: 337.548057525. iteration 9588 found worse value: 337.548057525. iteration 9589 found worse value: 337.548057525. iteration 9590 found worse value: 337.548057525. iteration 9591 found worse value: 337.548057525. iteration 9592 found worse value: 337.548057525. iteration 9593 found worse value: 337.548057525. iteration 9594 found worse value: 337.548057525. iteration 9595 found worse value: 337.548057525. iteration 9596 found worse value: 337.548057525. iteration 9597 found worse value: 337.548057525. iteration 9598 found worse value: 337.548057525. iteration 9599 found worse value: 337.548057525. iteration 9600 found worse value: 337.548057525. iteration 9601 found worse value: 337.548057525. iteration 9602 found worse value: 337.548057525. iteration 9603 found worse value: 337.548057525. iteration 9604 found worse value: 337.548057525. iteration 9605 found worse value: 337.548057525. iteration 9606 found worse value: 337.548057525. iteration 9607 found worse value: 337.548057525. iteration 9608 found worse value: 337.548057525. iteration 9609 found worse value: 337.548057525. iteration 9610 found worse value: 337.548057525. iteration 9611 found worse value: 337.548057525. iteration 9612 found worse value: 337.548057525. iteration 9613 found worse value: 337.548057525. iteration 9614 found worse value: 337.548057525. iteration 9615 found worse value: 337.548057525. iteration 9616 found worse value: 337.548057525. iteration 9617 found worse value: 337.548057525. iteration 9618 found worse value: 337.548057525. iteration 9619 found worse value: 337.548057525. iteration 9620 found worse value: 337.548057525. iteration 9621 found worse value: 337.548057525. iteration 9622 found worse value: 337.548057525. iteration 9623 found worse value: 337.548057525. iteration 9624 found worse value: 337.548057525. iteration 9625 found worse value: 337.548057525. iteration 9626 found worse value: 337.548057525. iteration 9627 found worse value: 337.548057525. iteration 9628 found worse value: 337.548057525. iteration 9629 found worse value: 337.548057525. iteration 9630 found worse value: 337.548057525. iteration 9631 found worse value: 337.548057525. iteration 9632 found worse value: 337.548057525. iteration 9633 found worse value: 337.548057525. iteration 9634 found worse value: 337.548057525. iteration 9635 found worse value: 337.548057525. iteration 9636 found worse value: 337.548057525. iteration 9637 found worse value: 337.548057525. iteration 9638 found worse value: 337.548057525. iteration 9639 found worse value: 337.548057525. iteration 9640 found worse value: 337.548057525. iteration 9641 found worse value: 337.548057525. iteration 9642 found worse value: 337.548057525. iteration 9643 found worse value: 337.548057525. iteration 9644 found worse value: 337.548057525. iteration 9645 found worse value: 337.548057525. iteration 9646 found worse value: 337.548057525. iteration 9647 found worse value: 337.548057525. iteration 9648 found worse value: 337.548057525. iteration 9649 found worse value: 337.548057525. iteration 9650 found worse value: 337.548057525. iteration 9651 found worse value: 337.548057525. iteration 9652 found worse value: 337.548057525. iteration 9653 found worse value: 337.548057525. iteration 9654 found worse value: 337.548057525. iteration 9655 found worse value: 337.548057525. iteration 9656 found worse value: 337.548057525. iteration 9657 found worse value: 337.548057525. iteration 9658 found worse value: 337.548057525. iteration 9659 found worse value: 337.548057525. iteration 9660 found worse value: 337.548057525. iteration 9661 found worse value: 337.548057525. iteration 9662 found worse value: 337.548057525. iteration 9663 found worse value: 337.548057525. iteration 9664 found worse value: 337.548057525. iteration 9665 found worse value: 337.548057525. iteration 9666 found worse value: 337.548057525. iteration 9667 found worse value: 337.548057525. iteration 9668 found worse value: 337.548057525. iteration 9669 found worse value: 337.548057525. iteration 9670 found worse value: 337.548057525. iteration 9671 found worse value: 337.548057525. iteration 9672 found worse value: 337.548057525. iteration 9673 found worse value: 337.548057525. iteration 9674 found worse value: 337.548057525. iteration 9675 found worse value: 337.548057525. iteration 9676 found worse value: 337.548057525. iteration 9677 found worse value: 337.548057525. iteration 9678 found worse value: 337.548057525. iteration 9679 found worse value: 337.548057525. iteration 9680 found worse value: 337.548057525. iteration 9681 found worse value: 337.548057525. iteration 9682 found worse value: 337.548057525. iteration 9683 found worse value: 337.548057525. iteration 9684 found worse value: 337.548057525. iteration 9685 found worse value: 337.548057525. iteration 9686 found worse value: 337.548057525. iteration 9687 found worse value: 337.548057525. iteration 9688 found worse value: 337.548057525. iteration 9689 found worse value: 337.548057525. iteration 9690 found worse value: 337.548057525. iteration 9691 found worse value: 337.548057525. iteration 9692 found worse value: 337.548057525. iteration 9693 found worse value: 337.548057525. iteration 9694 found worse value: 337.548057525. iteration 9695 found worse value: 337.548057525. iteration 9696 found worse value: 337.548057525. iteration 9697 found worse value: 337.548057525. iteration 9698 found worse value: 337.548057525. iteration 9699 found worse value: 337.548057525. iteration 9700 found worse value: 337.548057525. iteration 9701 found worse value: 337.548057525. iteration 9702 found worse value: 337.548057525. iteration 9703 found worse value: 337.548057525. iteration 9704 found worse value: 337.548057525. iteration 9705 found worse value: 337.548057525. iteration 9706 found worse value: 337.548057525. iteration 9707 found worse value: 337.548057525. iteration 9708 found worse value: 337.548057525. iteration 9709 found worse value: 337.548057525. iteration 9710 found worse value: 337.548057525. iteration 9711 found worse value: 337.548057525. iteration 9712 found worse value: 337.548057525. iteration 9713 found worse value: 337.548057525. iteration 9714 found worse value: 337.548057525. iteration 9715 found worse value: 337.548057525. iteration 9716 found worse value: 337.548057525. iteration 9717 found worse value: 337.548057525. iteration 9718 found worse value: 337.548057525. iteration 9719 found worse value: 337.548057525. iteration 9720 found worse value: 337.548057525. iteration 9721 found worse value: 337.548057525. iteration 9722 found worse value: 337.548057525. iteration 9723 found worse value: 337.548057525. iteration 9724 found worse value: 337.548057525. iteration 9725 found worse value: 337.548057525. iteration 9726 found worse value: 337.548057525. iteration 9727 found worse value: 337.548057525. iteration 9728 found worse value: 337.548057525. iteration 9729 found worse value: 337.548057525. iteration 9730 found worse value: 337.548057525. iteration 9731 found worse value: 337.548057525. iteration 9732 found worse value: 337.548057525. iteration 9733 found worse value: 337.548057525. iteration 9734 found worse value: 337.548057525. iteration 9735 found worse value: 337.548057525. iteration 9736 found worse value: 337.548057525. iteration 9737 found worse value: 337.548057525. iteration 9738 found worse value: 337.548057525. iteration 9739 found worse value: 337.548057525. iteration 9740 found worse value: 337.548057525. iteration 9741 found worse value: 337.548057525. iteration 9742 found worse value: 337.548057525. iteration 9743 found worse value: 337.548057525. iteration 9744 found worse value: 337.548057525. iteration 9745 found worse value: 337.548057525. iteration 9746 found worse value: 337.548057525. iteration 9747 found worse value: 337.548057525. iteration 9748 found worse value: 337.548057525. iteration 9749 found worse value: 337.548057525. iteration 9750 found worse value: 337.548057525. iteration 9751 found worse value: 337.548057525. iteration 9752 found worse value: 337.548057525. iteration 9753 found worse value: 337.548057525. iteration 9754 found worse value: 337.548057525. iteration 9755 found worse value: 337.548057525. iteration 9756 found worse value: 337.548057525. iteration 9757 found worse value: 337.548057525. iteration 9758 found worse value: 337.548057525. iteration 9759 found worse value: 337.548057525. iteration 9760 found worse value: 337.548057525. iteration 9761 found worse value: 337.548057525. iteration 9762 found worse value: 337.548057525. iteration 9763 found worse value: 337.548057525. iteration 9764 found worse value: 337.548057525. iteration 9765 found worse value: 337.548057525. iteration 9766 found worse value: 337.548057525. iteration 9767 found worse value: 337.548057525. iteration 9768 found worse value: 337.548057525. iteration 9769 found worse value: 337.548057525. iteration 9770 found worse value: 337.548057525. iteration 9771 found worse value: 337.548057525. iteration 9772 found worse value: 337.548057525. iteration 9773 found worse value: 337.548057525. iteration 9774 found worse value: 337.548057525. iteration 9775 found worse value: 337.548057525. iteration 9776 found worse value: 337.548057525. iteration 9777 found worse value: 337.548057525. iteration 9778 found worse value: 337.548057525. iteration 9779 found worse value: 337.548057525. iteration 9780 found worse value: 337.548057525. iteration 9781 found worse value: 337.548057525. iteration 9782 found worse value: 337.548057525. iteration 9783 found worse value: 337.548057525. iteration 9784 found worse value: 337.548057525. iteration 9785 found worse value: 337.548057525. iteration 9786 found worse value: 337.548057525. iteration 9787 found worse value: 337.548057525. iteration 9788 found worse value: 337.548057525. iteration 9789 found worse value: 337.548057525. iteration 9790 found worse value: 337.548057525. iteration 9791 found worse value: 337.548057525. iteration 9792 found worse value: 337.548057525. iteration 9793 found worse value: 337.548057525. iteration 9794 found worse value: 337.548057525. iteration 9795 found worse value: 337.548057525. iteration 9796 found worse value: 337.548057525. iteration 9797 found worse value: 337.548057525. iteration 9798 found worse value: 337.548057525. iteration 9799 found worse value: 337.548057525. iteration 9800 found worse value: 337.548057525. iteration 9801 found worse value: 337.548057525. iteration 9802 found worse value: 337.548057525. iteration 9803 found worse value: 337.548057525. iteration 9804 found worse value: 337.548057525. iteration 9805 found worse value: 337.548057525. iteration 9806 found worse value: 337.548057525. iteration 9807 found worse value: 337.548057525. iteration 9808 found worse value: 337.548057525. iteration 9809 found worse value: 337.548057525. iteration 9810 found worse value: 337.548057525. iteration 9811 found worse value: 337.548057525. iteration 9812 found worse value: 337.548057525. iteration 9813 found worse value: 337.548057525. iteration 9814 found worse value: 337.548057525. iteration 9815 found worse value: 337.548057525. iteration 9816 found worse value: 337.548057525. iteration 9817 found worse value: 337.548057525. iteration 9818 found worse value: 337.548057525. iteration 9819 found worse value: 337.548057525. iteration 9820 found worse value: 337.548057525. iteration 9821 found worse value: 337.548057525. iteration 9822 found worse value: 337.548057525. iteration 9823 found worse value: 337.548057525. iteration 9824 found worse value: 337.548057525. iteration 9825 found worse value: 337.548057525. iteration 9826 found worse value: 337.548057525. iteration 9827 found worse value: 337.548057525. iteration 9828 found worse value: 337.548057525. iteration 9829 found worse value: 337.548057525. iteration 9830 found worse value: 337.548057525. iteration 9831 found worse value: 337.548057525. iteration 9832 found worse value: 337.548057525. iteration 9833 found worse value: 337.548057525. iteration 9834 found worse value: 337.548057525. iteration 9835 found worse value: 337.548057525. iteration 9836 found worse value: 337.548057525. iteration 9837 found worse value: 337.548057525. iteration 9838 found worse value: 337.548057525. iteration 9839 found worse value: 337.548057525. iteration 9840 found worse value: 337.548057525. iteration 9841 found worse value: 337.548057525. iteration 9842 found worse value: 337.548057525. iteration 9843 found worse value: 337.548057525. iteration 9844 found worse value: 337.548057525. iteration 9845 found worse value: 337.548057525. iteration 9846 found worse value: 337.548057525. iteration 9847 found worse value: 337.548057525. iteration 9848 found worse value: 337.548057525. iteration 9849 found worse value: 337.548057525. iteration 9850 found worse value: 337.548057525. iteration 9851 found worse value: 337.548057525. iteration 9852 found worse value: 337.548057525. iteration 9853 found worse value: 337.548057525. iteration 9854 found worse value: 337.548057525. iteration 9855 found worse value: 337.548057525. iteration 9856 found worse value: 337.548057525. iteration 9857 found worse value: 337.548057525. iteration 9858 found worse value: 337.548057525. iteration 9859 found worse value: 337.548057525. iteration 9860 found worse value: 337.548057525. iteration 9861 found worse value: 337.548057525. iteration 9862 found worse value: 337.548057525. iteration 9863 found worse value: 337.548057525. iteration 9864 found worse value: 337.548057525. iteration 9865 found worse value: 337.548057525. iteration 9866 found worse value: 337.548057525. iteration 9867 found worse value: 337.548057525. iteration 9868 found worse value: 337.548057525. iteration 9869 found worse value: 337.548057525. iteration 9870 found worse value: 337.548057525. iteration 9871 found worse value: 337.548057525. iteration 9872 found worse value: 337.548057525. iteration 9873 found worse value: 337.548057525. iteration 9874 found worse value: 337.548057525. iteration 9875 found worse value: 337.548057525. iteration 9876 found worse value: 337.548057525. iteration 9877 found worse value: 337.548057525. iteration 9878 found worse value: 337.548057525. iteration 9879 found worse value: 337.548057525. iteration 9880 found worse value: 337.548057525. iteration 9881 found worse value: 337.548057525. iteration 9882 found worse value: 337.548057525. iteration 9883 found worse value: 337.548057525. iteration 9884 found worse value: 337.548057525. iteration 9885 found worse value: 337.548057525. iteration 9886 found worse value: 337.548057525. iteration 9887 found worse value: 337.548057525. iteration 9888 found worse value: 337.548057525. iteration 9889 found worse value: 337.548057525. iteration 9890 found worse value: 337.548057525. iteration 9891 found worse value: 337.548057525. iteration 9892 found worse value: 337.548057525. iteration 9893 found worse value: 337.548057525. iteration 9894 found worse value: 337.548057525. iteration 9895 found worse value: 337.548057525. iteration 9896 found worse value: 337.548057525. iteration 9897 found worse value: 337.548057525. iteration 9898 found worse value: 337.548057525. iteration 9899 found worse value: 337.548057525. iteration 9900 found worse value: 337.548057525. iteration 9901 found worse value: 337.548057525. iteration 9902 found worse value: 337.548057525. iteration 9903 found worse value: 337.548057525. iteration 9904 found worse value: 337.548057525. iteration 9905 found worse value: 337.548057525. iteration 9906 found worse value: 337.548057525. iteration 9907 found worse value: 337.548057525. iteration 9908 found worse value: 337.548057525. iteration 9909 found worse value: 337.548057525. iteration 9910 found worse value: 337.548057525. iteration 9911 found worse value: 337.548057525. iteration 9912 found worse value: 337.548057525. iteration 9913 found worse value: 337.548057525. iteration 9914 found worse value: 337.548057525. iteration 9915 found worse value: 337.548057525. iteration 9916 found worse value: 337.548057525. iteration 9917 found worse value: 337.548057525. iteration 9918 found worse value: 337.548057525. iteration 9919 found worse value: 337.548057525. iteration 9920 found worse value: 337.548057525. iteration 9921 found worse value: 337.548057525. iteration 9922 found worse value: 337.548057525. iteration 9923 found worse value: 337.548057525. iteration 9924 found worse value: 337.548057525. iteration 9925 found worse value: 337.548057525. iteration 9926 found worse value: 337.548057525. iteration 9927 found worse value: 337.548057525. iteration 9928 found worse value: 337.548057525. iteration 9929 found worse value: 337.548057525. iteration 9930 found worse value: 337.548057525. iteration 9931 found worse value: 337.548057525. iteration 9932 found worse value: 337.548057525. iteration 9933 found worse value: 337.548057525. iteration 9934 found worse value: 337.548057525. iteration 9935 found worse value: 337.548057525. iteration 9936 found worse value: 337.548057525. iteration 9937 found worse value: 337.548057525. iteration 9938 found worse value: 337.548057525. iteration 9939 found worse value: 337.548057525. iteration 9940 found worse value: 337.548057525. iteration 9941 found worse value: 337.548057525. iteration 9942 found worse value: 337.548057525. iteration 9943 found worse value: 337.548057525. iteration 9944 found worse value: 337.548057525. iteration 9945 found worse value: 337.548057525. iteration 9946 found worse value: 337.548057525. iteration 9947 found worse value: 337.548057525. iteration 9948 found worse value: 337.548057525. iteration 9949 found worse value: 337.548057525. iteration 9950 found worse value: 337.548057525. iteration 9951 found worse value: 337.548057525. iteration 9952 found worse value: 337.548057525. iteration 9953 found worse value: 337.548057525. iteration 9954 found worse value: 337.548057525. iteration 9955 found worse value: 337.548057525. iteration 9956 found worse value: 337.548057525. iteration 9957 found worse value: 337.548057525. iteration 9958 found worse value: 337.548057525. iteration 9959 found worse value: 337.548057525. iteration 9960 found worse value: 337.548057525. iteration 9961 found worse value: 337.548057525. iteration 9962 found worse value: 337.548057525. iteration 9963 found worse value: 337.548057525. iteration 9964 found worse value: 337.548057525. iteration 9965 found worse value: 337.548057525. iteration 9966 found worse value: 337.548057525. iteration 9967 found worse value: 337.548057525. iteration 9968 found worse value: 337.548057525. iteration 9969 found worse value: 337.548057525. iteration 9970 found worse value: 337.548057525. iteration 9971 found worse value: 337.548057525. iteration 9972 found worse value: 337.548057525. iteration 9973 found worse value: 337.548057525. iteration 9974 found worse value: 337.548057525. iteration 9975 found worse value: 337.548057525. iteration 9976 found worse value: 337.548057525. iteration 9977 found worse value: 337.548057525. iteration 9978 found worse value: 337.548057525. iteration 9979 found worse value: 337.548057525. iteration 9980 found worse value: 337.548057525. iteration 9981 found worse value: 337.548057525. iteration 9982 found worse value: 337.548057525. iteration 9983 found worse value: 337.548057525. iteration 9984 found worse value: 337.548057525. iteration 9985 found worse value: 337.548057525. iteration 9986 found worse value: 337.548057525. iteration 9987 found worse value: 337.548057525. iteration 9988 found worse value: 337.548057525. iteration 9989 found worse value: 337.548057525. iteration 9990 found worse value: 337.548057525. iteration 9991 found worse value: 337.548057525. iteration 9992 found worse value: 337.548057525. iteration 9993 found worse value: 337.548057525. iteration 9994 found worse value: 337.548057525. iteration 9995 found worse value: 337.548057525. iteration 9996 found worse value: 337.548057525. iteration 9997 found worse value: 337.548057525. iteration 9998 found worse value: 337.548057525. iteration 9999 found worse value: 337.548057525. iteration 10000 found worse value: 337.548057525. iteration 10001 found worse value: 337.548057525. iteration 10002 found worse value: 337.548057525. iteration 10003 found worse value: 337.548057525. iteration 10004 found worse value: 337.548057525. iteration 10005 found worse value: 337.548057525. iteration 10006 found worse value: 337.548057525. iteration 10007 found worse value: 337.548057525. iteration 10008 found worse value: 337.548057525. iteration 10009 found worse value: 337.548057525. iteration 10010 found worse value: 337.548057525. iteration 10011 found worse value: 337.548057525. iteration 10012 found worse value: 337.548057525. iteration 10013 found worse value: 337.548057525. iteration 10014 found worse value: 337.548057525. iteration 10015 found worse value: 337.548057525. iteration 10016 found worse value: 337.548057525. iteration 10017 found worse value: 337.548057525. iteration 10018 found worse value: 337.548057525. iteration 10019 found worse value: 337.548057525. iteration 10020 found worse value: 337.548057525. iteration 10021 found worse value: 337.548057525. iteration 10022 found worse value: 337.548057525. iteration 10023 found worse value: 337.548057525. iteration 10024 found worse value: 337.548057525. iteration 10025 found worse value: 337.548057525. iteration 10026 found worse value: 337.548057525. iteration 10027 found worse value: 337.548057525. iteration 10028 found worse value: 337.548057525. iteration10028, perturbing to get out of local maxima iteration 10029 found worse value: 337.548057525. iteration 10030 found worse value: 337.548057525. iteration 10031 found worse value: 337.548057525. iteration 10032 found worse value: 337.548057525. iteration 10033 found worse value: 337.548057525. iteration 10034 found worse value: 337.548057525. iteration 10035 found worse value: 337.548057525. iteration 10036 found worse value: 337.548057525. iteration 10037 found worse value: 337.548057525. iteration 10038 found worse value: 337.548057525. iteration 10039 found worse value: 337.548057525. iteration 10040 found worse value: 337.548057525. iteration 10041 found worse value: 337.548057525. iteration 10042 found worse value: 337.548057525. iteration 10043 found worse value: 337.548057525. iteration 10044 found worse value: 337.548057525. iteration 10045 found worse value: 337.548057525. iteration 10046 found worse value: 337.548057525. iteration 10047 found worse value: 337.548057525. iteration 10048 found worse value: 337.548057525. iteration 10049 found worse value: 337.548057525. iteration 10050 found worse value: 337.548057525. iteration 10051 found worse value: 337.548057525. iteration 10052 found worse value: 337.548057525. iteration 10053 found worse value: 337.548057525. iteration 10054 found worse value: 337.548057525. iteration 10055 found worse value: 337.548057525. iteration 10056 found worse value: 337.548057525. iteration 10057 found worse value: 337.548057525. iteration 10058 found worse value: 337.548057525. iteration 10059 found worse value: 337.548057525. iteration 10060 found worse value: 337.548057525. iteration 10061 found worse value: 337.548057525. iteration 10062 found worse value: 337.548057525. iteration 10063 found worse value: 337.548057525. iteration 10064 found worse value: 337.548057525. iteration 10065 found worse value: 337.548057525. iteration 10066 found worse value: 337.548057525. iteration 10067 found worse value: 337.548057525. iteration 10068 found worse value: 337.548057525. iteration 10069 found worse value: 337.548057525. iteration 10070 found worse value: 337.548057525. iteration 10071 found worse value: 337.548057525. iteration 10072 found worse value: 337.548057525. iteration 10073 found worse value: 337.548057525. iteration 10074 found worse value: 337.548057525. iteration 10075 found worse value: 337.548057525. iteration 10076 found worse value: 337.548057525. iteration 10077 found worse value: 337.548057525. iteration 10078 found worse value: 337.548057525. iteration 10079 found worse value: 337.548057525. iteration 10080 found worse value: 337.548057525. iteration 10081 found worse value: 337.548057525. iteration 10082 found worse value: 337.548057525. iteration 10083 found worse value: 337.548057525. iteration 10084 found worse value: 337.548057525. iteration 10085 found worse value: 337.548057525. iteration 10086 found worse value: 337.548057525. iteration 10087 found worse value: 337.548057525. iteration 10088 found worse value: 337.548057525. iteration 10089 found worse value: 337.548057525. iteration 10090 found worse value: 337.548057525. iteration 10091 found worse value: 337.548057525. iteration 10092 found worse value: 337.548057525. iteration 10093 found worse value: 337.548057525. iteration 10094 found worse value: 337.548057525. iteration 10095 found worse value: 337.548057525. iteration 10096 found worse value: 337.548057525. iteration 10097 found worse value: 337.548057525. iteration 10098 found worse value: 337.548057525. iteration10098, perturbing to get out of local maxima iteration 10099 found worse value: 337.548057525. iteration 10100 found worse value: 337.548057525. iteration 10101 found worse value: 337.548057525. iteration 10102 found worse value: 337.548057525. iteration 10103 found worse value: 337.548057525. iteration 10104 found worse value: 337.548057525. iteration 10105 found worse value: 337.548057525. iteration 10106 found worse value: 337.548057525. iteration 10107 found worse value: 337.548057525. iteration 10108 found worse value: 337.548057525. iteration 10109 found worse value: 337.548057525. iteration 10110 found worse value: 337.548057525. iteration 10111 found worse value: 337.548057525. iteration 10112 found worse value: 337.548057525. iteration 10113 found worse value: 337.548057525. iteration 10114 found worse value: 337.548057525. iteration 10115 found worse value: 337.548057525. iteration 10116 found worse value: 337.548057525. iteration 10117 found worse value: 337.548057525. iteration 10118 found worse value: 337.548057525. iteration 10119 found worse value: 337.548057525. iteration 10120 found worse value: 337.548057525. iteration 10121 found worse value: 337.548057525. iteration 10122 found worse value: 337.548057525. iteration 10123 found worse value: 337.548057525. iteration 10124 found worse value: 337.548057525. iteration 10125 found worse value: 337.548057525. iteration 10126 found worse value: 337.548057525. iteration 10127 found worse value: 337.548057525. iteration 10128 found worse value: 337.548057525. iteration 10129 found worse value: 337.548057525. iteration 10130 found worse value: 337.548057525. iteration 10131 found worse value: 337.548057525. iteration 10132 found worse value: 337.548057525. iteration 10133 found worse value: 337.548057525. iteration 10134 found worse value: 337.548057525. iteration 10135 found worse value: 337.548057525. iteration 10136 found worse value: 337.548057525. iteration 10137 found worse value: 337.548057525. iteration 10138 found worse value: 337.548057525. iteration 10139 found worse value: 337.548057525. iteration 10140 found worse value: 337.548057525. iteration 10141 found worse value: 337.548057525. iteration 10142 found worse value: 337.548057525. iteration 10143 found worse value: 337.548057525. iteration 10144 found worse value: 337.548057525. iteration 10145 found worse value: 337.548057525. iteration 10146 found worse value: 337.548057525. iteration 10147 found worse value: 337.548057525. iteration 10148 found worse value: 337.548057525. iteration 10149 found worse value: 337.548057525. iteration 10150 found worse value: 337.548057525. iteration 10151 found worse value: 337.548057525. iteration 10152 found worse value: 337.548057525. iteration 10153 found worse value: 337.548057525. iteration 10154 found worse value: 337.548057525. iteration 10155 found worse value: 337.548057525. iteration 10156 found worse value: 337.548057525. iteration 10157 found worse value: 337.548057525. iteration 10158 found worse value: 337.548057525. iteration 10159 found worse value: 337.548057525. iteration 10160 found worse value: 337.548057525. iteration 10161 found worse value: 337.548057525. iteration 10162 found worse value: 337.548057525. iteration 10163 found worse value: 337.548057525. iteration 10164 found worse value: 337.548057525. iteration 10165 found worse value: 337.548057525. iteration 10166 found worse value: 337.548057525. iteration 10167 found worse value: 337.548057525. iteration 10168 found worse value: 337.548057525. iteration 10169 found worse value: 337.548057525. iteration 10170 found worse value: 337.548057525. iteration 10171 found worse value: 337.548057525. iteration 10172 found worse value: 337.548057525. iteration 10173 found worse value: 337.548057525. iteration 10174 found worse value: 337.548057525. iteration 10175 found worse value: 337.548057525. iteration 10176 found worse value: 337.548057525. iteration 10177 found worse value: 337.548057525. iteration 10178 found worse value: 337.548057525. iteration 10179 found worse value: 337.548057525. iteration 10180 found worse value: 337.548057525. iteration 10181 found worse value: 337.548057525. iteration 10182 found worse value: 337.548057525. iteration 10183 found worse value: 337.548057525. iteration 10184 found worse value: 337.548057525. iteration 10185 found worse value: 337.548057525. iteration 10186 found worse value: 337.548057525. iteration 10187 found worse value: 337.548057525. iteration 10188 found worse value: 337.548057525. iteration 10189 found worse value: 337.548057525. iteration 10190 found worse value: 337.548057525. iteration 10191 found worse value: 337.548057525. iteration 10192 found worse value: 337.548057525. iteration 10193 found worse value: 337.548057525. iteration 10194 found worse value: 337.548057525. iteration 10195 found worse value: 337.548057525. iteration 10196 found worse value: 337.548057525. iteration 10197 found worse value: 337.548057525. iteration 10198 found worse value: 337.548057525. iteration 10199 found worse value: 337.548057525. iteration 10200 found worse value: 337.548057525. iteration 10201 found worse value: 337.548057525. iteration 10202 found worse value: 337.548057525. iteration 10203 found worse value: 337.548057525. iteration 10204 found worse value: 337.548057525. iteration 10205 found worse value: 337.548057525. iteration 10206 found worse value: 337.548057525. iteration 10207 found worse value: 337.548057525. iteration 10208 found worse value: 337.548057525. iteration 10209 found worse value: 337.548057525. iteration 10210 found worse value: 337.548057525. iteration 10211 found worse value: 337.548057525. iteration 10212 found worse value: 337.548057525. iteration 10213 found worse value: 337.548057525. iteration 10214 found worse value: 337.548057525. iteration 10215 found worse value: 337.548057525. iteration 10216 found worse value: 337.548057525. iteration 10217 found worse value: 337.548057525. iteration 10218 found worse value: 337.548057525. iteration 10219 found worse value: 337.548057525. iteration 10220 found worse value: 337.548057525. iteration 10221 found worse value: 337.548057525. iteration 10222 found worse value: 337.548057525. iteration 10223 found worse value: 337.548057525. iteration 10224 found worse value: 337.548057525. iteration 10225 found worse value: 337.548057525. iteration 10226 found worse value: 337.548057525. iteration 10227 found worse value: 337.548057525. iteration 10228 found worse value: 337.548057525. iteration 10229 found worse value: 337.548057525. iteration 10230 found worse value: 337.548057525. iteration 10231 found worse value: 337.548057525. iteration 10232 found worse value: 337.548057525. iteration 10233 found worse value: 337.548057525. iteration 10234 found worse value: 337.548057525. iteration 10235 found worse value: 337.548057525. iteration 10236 found worse value: 337.548057525. iteration 10237 found worse value: 337.548057525. iteration 10238 found worse value: 337.548057525. iteration 10239 found worse value: 337.548057525. iteration 10240 found worse value: 337.548057525. iteration 10241 found worse value: 337.548057525. iteration 10242 found worse value: 337.548057525. iteration 10243 found worse value: 337.548057525. iteration 10244 found worse value: 337.548057525. iteration 10245 found worse value: 337.548057525. iteration 10246 found worse value: 337.548057525. iteration 10247 found worse value: 337.548057525. iteration 10248 found worse value: 337.548057525. iteration 10249 found worse value: 337.548057525. iteration 10250 found worse value: 337.548057525. iteration 10251 found worse value: 337.548057525. iteration 10252 found worse value: 337.548057525. iteration 10253 found worse value: 337.548057525. iteration 10254 found worse value: 337.548057525. iteration 10255 found worse value: 337.548057525. iteration 10256 found worse value: 337.548057525. iteration 10257 found worse value: 337.548057525. iteration 10258 found worse value: 337.548057525. iteration 10259 found worse value: 337.548057525. iteration 10260 found worse value: 337.548057525. iteration 10261 found worse value: 337.548057525. iteration 10262 found worse value: 337.548057525. iteration 10263 found worse value: 337.548057525. iteration 10264 found worse value: 337.548057525. iteration 10265 found worse value: 337.548057525. iteration 10266 found worse value: 337.548057525. iteration 10267 found worse value: 337.548057525. iteration 10268 found worse value: 337.548057525. iteration 10269 found worse value: 337.548057525. iteration 10270 found worse value: 337.548057525. iteration 10271 found worse value: 337.548057525. iteration 10272 found worse value: 337.548057525. iteration 10273 found worse value: 337.548057525. iteration 10274 found worse value: 337.548057525. iteration 10275 found worse value: 337.548057525. iteration 10276 found worse value: 337.548057525. iteration 10277 found worse value: 337.548057525. iteration 10278 found worse value: 337.548057525. iteration 10279 found worse value: 337.548057525. iteration 10280 found worse value: 337.548057525. iteration 10281 found worse value: 337.548057525. iteration 10282 found worse value: 337.548057525. iteration 10283 found worse value: 337.548057525. iteration 10284 found worse value: 337.548057525. iteration 10285 found worse value: 337.548057525. iteration 10286 found worse value: 337.548057525. iteration 10287 found worse value: 337.548057525. iteration 10288 found worse value: 337.548057525. iteration 10289 found worse value: 337.548057525. iteration 10290 found worse value: 337.548057525. iteration 10291 found worse value: 337.548057525. iteration 10292 found worse value: 337.548057525. iteration 10293 found worse value: 337.548057525. iteration 10294 found worse value: 337.548057525. iteration 10295 found worse value: 337.548057525. iteration 10296 found worse value: 337.548057525. iteration 10297 found worse value: 337.548057525. iteration 10298 found worse value: 337.548057525. iteration 10299 found worse value: 337.548057525. iteration 10300 found worse value: 337.548057525. iteration 10301 found worse value: 337.548057525. iteration 10302 found worse value: 337.548057525. iteration 10303 found worse value: 337.548057525. iteration 10304 found worse value: 337.548057525. iteration 10305 found worse value: 337.548057525. iteration 10306 found worse value: 337.548057525. iteration 10307 found worse value: 337.548057525. iteration 10308 found worse value: 337.548057525. iteration 10309 found worse value: 337.548057525. iteration 10310 found worse value: 337.548057525. iteration 10311 found worse value: 337.548057525. iteration 10312 found worse value: 337.548057525. iteration 10313 found worse value: 337.548057525. iteration 10314 found worse value: 337.548057525. iteration 10315 found worse value: 337.548057525. iteration 10316 found worse value: 337.548057525. iteration 10317 found worse value: 337.548057525. iteration 10318 found worse value: 337.548057525. iteration 10319 found worse value: 337.548057525. iteration 10320 found worse value: 337.548057525. iteration 10321 found worse value: 337.548057525. iteration 10322 found worse value: 337.548057525. iteration 10323 found worse value: 337.548057525. iteration 10324 found worse value: 337.548057525. iteration 10325 found worse value: 337.548057525. iteration 10326 found worse value: 337.548057525. iteration 10327 found worse value: 337.548057525. iteration 10328 found worse value: 337.548057525. iteration 10329 found worse value: 337.548057525. iteration 10330 found worse value: 337.548057525. iteration 10331 found worse value: 337.548057525. iteration 10332 found worse value: 337.548057525. iteration 10333 found worse value: 337.548057525. iteration 10334 found worse value: 337.548057525. iteration 10335 found worse value: 337.548057525. iteration 10336 found worse value: 337.548057525. iteration 10337 found worse value: 337.548057525. iteration 10338 found worse value: 337.548057525. iteration 10339 found worse value: 337.548057525. iteration 10340 found worse value: 337.548057525. iteration 10341 found worse value: 337.548057525. iteration 10342 found worse value: 337.548057525. iteration 10343 found worse value: 337.548057525. iteration 10344 found worse value: 337.548057525. iteration 10345 found worse value: 337.548057525. iteration 10346 found worse value: 337.548057525. iteration 10347 found worse value: 337.548057525. iteration 10348 found worse value: 337.548057525. iteration 10349 found worse value: 337.548057525. iteration10349, perturbing to get out of local maxima iteration 10350 found worse value: 337.548057525. iteration 10351 found worse value: 337.548057525. iteration 10352 found worse value: 337.548057525. iteration 10353 found worse value: 337.548057525. iteration 10354 found worse value: 337.548057525. iteration 10355 found worse value: 337.548057525. iteration 10356 found worse value: 337.548057525. iteration 10357 found worse value: 337.548057525. iteration 10358 found worse value: 337.548057525. iteration 10359 found worse value: 337.548057525. iteration 10360 found worse value: 337.548057525. iteration 10361 found worse value: 337.548057525. iteration 10362 found worse value: 337.548057525. iteration 10363 found worse value: 337.548057525. iteration 10364 found worse value: 337.548057525. iteration 10365 found worse value: 337.548057525. iteration 10366 found worse value: 337.548057525. iteration 10367 found worse value: 337.548057525. iteration 10368 found worse value: 337.548057525. iteration 10369 found worse value: 337.548057525. iteration 10370 found worse value: 337.548057525. iteration 10371 found worse value: 337.548057525. iteration 10372 found worse value: 337.548057525. iteration 10373 found worse value: 337.548057525. iteration 10374 found worse value: 337.548057525. iteration 10375 found worse value: 337.548057525. iteration 10376 found worse value: 337.548057525. iteration 10377 found worse value: 337.548057525. iteration 10378 found worse value: 337.548057525. iteration 10379 found worse value: 337.548057525. iteration 10380 found worse value: 337.548057525. iteration 10381 found worse value: 337.548057525. iteration 10382 found worse value: 337.548057525. iteration 10383 found worse value: 337.548057525. iteration 10384 found worse value: 337.548057525. iteration 10385 found worse value: 337.548057525. iteration 10386 found worse value: 337.548057525. iteration 10387 found worse value: 337.548057525. iteration 10388 found worse value: 337.548057525. iteration 10389 found worse value: 337.548057525. iteration 10390 found worse value: 337.548057525. iteration 10391 found worse value: 337.548057525. iteration 10392 found worse value: 337.548057525. iteration 10393 found worse value: 337.548057525. iteration 10394 found worse value: 337.548057525. iteration 10395 found worse value: 337.548057525. iteration 10396 found worse value: 337.548057525. iteration 10397 found worse value: 337.548057525. iteration 10398 found worse value: 337.548057525. iteration 10399 found worse value: 337.548057525. iteration 10400 found worse value: 337.548057525. iteration 10401 found worse value: 337.548057525. iteration 10402 found worse value: 337.548057525. iteration 10403 found worse value: 337.548057525. iteration 10404 found worse value: 337.548057525. iteration 10405 found worse value: 337.548057525. iteration 10406 found worse value: 337.548057525. iteration 10407 found worse value: 337.548057525. iteration 10408 found worse value: 337.548057525. iteration 10409 found worse value: 337.548057525. iteration 10410 found worse value: 337.548057525. iteration 10411 found worse value: 337.548057525. iteration 10412 found worse value: 337.548057525. iteration 10413 found worse value: 337.548057525. iteration 10414 found worse value: 337.548057525. iteration 10415 found worse value: 337.548057525. iteration 10416 found worse value: 337.548057525. iteration 10417 found worse value: 337.548057525. iteration 10418 found worse value: 337.548057525. iteration 10419 found worse value: 337.548057525. iteration 10420 found worse value: 337.548057525. iteration 10421 found worse value: 337.548057525. iteration 10422 found worse value: 337.548057525. iteration 10423 found worse value: 337.548057525. iteration 10424 found worse value: 337.548057525. iteration 10425 found worse value: 337.548057525. iteration 10426 found worse value: 337.548057525. iteration 10427 found worse value: 337.548057525. iteration 10428 found worse value: 337.548057525. iteration 10429 found worse value: 337.548057525. iteration 10430 found worse value: 337.548057525. iteration 10431 found worse value: 337.548057525. iteration 10432 found worse value: 337.548057525. iteration 10433 found worse value: 337.548057525. iteration 10434 found worse value: 337.548057525. iteration 10435 found worse value: 337.548057525. iteration 10436 found worse value: 337.548057525. iteration 10437 found worse value: 337.548057525. iteration 10438 found worse value: 337.548057525. iteration 10439 found worse value: 337.548057525. iteration 10440 found worse value: 337.548057525. iteration 10441 found worse value: 337.548057525. iteration 10442 found worse value: 337.548057525. iteration 10443 found worse value: 337.548057525. iteration 10444 found worse value: 337.548057525. iteration 10445 found worse value: 337.548057525. iteration 10446 found worse value: 337.548057525. iteration 10447 found worse value: 337.548057525. iteration 10448 found worse value: 337.548057525. iteration 10449 found worse value: 337.548057525. iteration 10450 found worse value: 337.548057525. iteration 10451 found worse value: 337.548057525. iteration 10452 found worse value: 337.548057525. iteration 10453 found worse value: 337.548057525. iteration 10454 found worse value: 337.548057525. iteration 10455 found worse value: 337.548057525. iteration 10456 found worse value: 337.548057525. iteration 10457 found worse value: 337.548057525. iteration 10458 found worse value: 337.548057525. iteration 10459 found worse value: 337.548057525. iteration 10460 found worse value: 337.548057525. iteration 10461 found worse value: 337.548057525. iteration 10462 found worse value: 337.548057525. iteration 10463 found worse value: 337.548057525. iteration 10464 found worse value: 337.548057525. iteration 10465 found worse value: 337.548057525. iteration 10466 found worse value: 337.548057525. iteration 10467 found worse value: 337.548057525. iteration 10468 found worse value: 337.548057525. iteration 10469 found worse value: 337.548057525. iteration 10470 found worse value: 337.548057525. iteration 10471 found worse value: 337.548057525. iteration 10472 found worse value: 337.548057525. iteration 10473 found worse value: 337.548057525. iteration 10474 found worse value: 337.548057525. iteration 10475 found worse value: 337.548057525. iteration 10476 found worse value: 337.548057525. iteration 10477 found worse value: 337.548057525. iteration 10478 found worse value: 337.548057525. iteration 10479 found worse value: 337.548057525. iteration 10480 found worse value: 337.548057525. iteration 10481 found worse value: 337.548057525. iteration 10482 found worse value: 337.548057525. iteration 10483 found worse value: 337.548057525. iteration 10484 found worse value: 337.548057525. iteration 10485 found worse value: 337.548057525. iteration 10486 found worse value: 337.548057525. iteration 10487 found worse value: 337.548057525. iteration 10488 found worse value: 337.548057525. iteration 10489 found worse value: 337.548057525. iteration 10490 found worse value: 337.548057525. iteration 10491 found worse value: 337.548057525. iteration 10492 found worse value: 337.548057525. iteration 10493 found worse value: 337.548057525. iteration 10494 found worse value: 337.548057525. iteration 10495 found worse value: 337.548057525. iteration 10496 found worse value: 337.548057525. iteration 10497 found worse value: 337.548057525. iteration 10498 found worse value: 337.548057525. iteration 10499 found worse value: 337.548057525. iteration 10500 found worse value: 337.548057525. iteration 10501 found worse value: 337.548057525. iteration 10502 found worse value: 337.548057525. iteration 10503 found worse value: 337.548057525. iteration 10504 found worse value: 337.548057525. iteration 10505 found worse value: 337.548057525. iteration 10506 found worse value: 337.548057525. iteration 10507 found worse value: 337.548057525. iteration 10508 found worse value: 337.548057525. iteration 10509 found worse value: 337.548057525. iteration 10510 found worse value: 337.548057525. iteration 10511 found worse value: 337.548057525. iteration 10512 found worse value: 337.548057525. iteration 10513 found worse value: 337.548057525. iteration 10514 found worse value: 337.548057525. iteration 10515 found worse value: 337.548057525. iteration 10516 found worse value: 337.548057525. iteration 10517 found worse value: 337.548057525. iteration 10518 found worse value: 337.548057525. iteration 10519 found worse value: 337.548057525. iteration 10520 found worse value: 337.548057525. iteration 10521 found worse value: 337.548057525. iteration 10522 found worse value: 337.548057525. iteration 10523 found worse value: 337.548057525. iteration 10524 found worse value: 337.548057525. iteration 10525 found worse value: 337.548057525. iteration 10526 found worse value: 337.548057525. iteration 10527 found worse value: 337.548057525. iteration 10528 found worse value: 337.548057525. iteration 10529 found worse value: 337.548057525. iteration 10530 found worse value: 337.548057525. iteration 10531 found worse value: 337.548057525. iteration 10532 found worse value: 337.548057525. iteration 10533 found worse value: 337.548057525. iteration 10534 found worse value: 337.548057525. iteration 10535 found worse value: 337.548057525. iteration 10536 found worse value: 337.548057525. iteration 10537 found worse value: 337.548057525. iteration 10538 found worse value: 337.548057525. iteration10538, perturbing to get out of local maxima iteration 10539 found worse value: 337.548057525. iteration 10540 found worse value: 337.548057525. iteration 10541 found worse value: 337.548057525. iteration 10542 found worse value: 337.548057525. iteration 10543 found worse value: 337.548057525. iteration 10544 found worse value: 337.548057525. iteration 10545 found worse value: 337.548057525. iteration 10546 found worse value: 337.548057525. iteration 10547 found worse value: 337.548057525. iteration 10548 found worse value: 337.548057525. iteration 10549 found worse value: 337.548057525. iteration 10550 found worse value: 337.548057525. iteration 10551 found worse value: 337.548057525. iteration 10552 found worse value: 337.548057525. iteration 10553 found worse value: 337.548057525. iteration 10554 found worse value: 337.548057525. iteration 10555 found worse value: 337.548057525. iteration 10556 found worse value: 337.548057525. iteration 10557 found worse value: 337.548057525. iteration 10558 found worse value: 337.548057525. iteration 10559 found worse value: 337.548057525. iteration 10560 found worse value: 337.548057525. iteration 10561 found worse value: 337.548057525. iteration 10562 found worse value: 337.548057525. iteration 10563 found worse value: 337.548057525. iteration 10564 found worse value: 337.548057525. iteration 10565 found worse value: 337.548057525. iteration 10566 found worse value: 337.548057525. iteration 10567 found worse value: 337.548057525. iteration 10568 found worse value: 337.548057525. iteration 10569 found worse value: 337.548057525. iteration 10570 found worse value: 337.548057525. iteration 10571 found worse value: 337.548057525. iteration 10572 found worse value: 337.548057525. iteration 10573 found worse value: 337.548057525. iteration 10574 found worse value: 337.548057525. iteration 10575 found worse value: 337.548057525. iteration 10576 found worse value: 337.548057525. iteration 10577 found worse value: 337.548057525. iteration 10578 found worse value: 337.548057525. iteration 10579 found worse value: 337.548057525. iteration 10580 found worse value: 337.548057525. iteration 10581 found worse value: 337.548057525. iteration 10582 found worse value: 337.548057525. iteration 10583 found worse value: 337.548057525. iteration 10584 found worse value: 337.548057525. iteration 10585 found worse value: 337.548057525. iteration 10586 found worse value: 337.548057525. iteration 10587 found worse value: 337.548057525. iteration 10588 found worse value: 337.548057525. iteration 10589 found worse value: 337.548057525. iteration 10590 found worse value: 337.548057525. iteration 10591 found worse value: 337.548057525. iteration 10592 found worse value: 337.548057525. iteration 10593 found worse value: 337.548057525. iteration 10594 found worse value: 337.548057525. iteration 10595 found worse value: 337.548057525. iteration 10596 found worse value: 337.548057525. iteration 10597 found worse value: 337.548057525. iteration 10598 found worse value: 337.548057525. iteration 10599 found worse value: 337.548057525. iteration 10600 found worse value: 337.548057525. iteration 10601 found worse value: 337.548057525. iteration 10602 found worse value: 337.548057525. iteration 10603 found worse value: 337.548057525. iteration 10604 found worse value: 337.548057525. iteration 10605 found worse value: 337.548057525. iteration 10606 found worse value: 337.548057525. iteration 10607 found worse value: 337.548057525. iteration 10608 found worse value: 337.548057525. iteration 10609 found worse value: 337.548057525. iteration 10610 found worse value: 337.548057525. iteration 10611 found worse value: 337.548057525. iteration 10612 found worse value: 337.548057525. iteration 10613 found worse value: 337.548057525. iteration 10614 found worse value: 337.548057525. iteration 10615 found worse value: 337.548057525. iteration 10616 found worse value: 337.548057525. iteration 10617 found worse value: 337.548057525. iteration 10618 found worse value: 337.548057525. iteration 10619 found worse value: 337.548057525. iteration 10620 found worse value: 337.548057525. iteration 10621 found worse value: 337.548057525. iteration 10622 found worse value: 337.548057525. iteration 10623 found worse value: 337.548057525. iteration 10624 found worse value: 337.548057525. iteration 10625 found worse value: 337.548057525. iteration 10626 found worse value: 337.548057525. iteration 10627 found worse value: 337.548057525. iteration 10628 found worse value: 337.548057525. iteration 10629 found worse value: 337.548057525. iteration 10630 found worse value: 337.548057525. iteration 10631 found worse value: 337.548057525. iteration 10632 found worse value: 337.548057525. iteration 10633 found worse value: 337.548057525. iteration 10634 found worse value: 337.548057525. iteration 10635 found worse value: 337.548057525. iteration 10636 found worse value: 337.548057525. iteration 10637 found worse value: 337.548057525. iteration 10638 found worse value: 337.548057525. iteration 10639 found worse value: 337.548057525. iteration 10640 found worse value: 337.548057525. iteration 10641 found worse value: 337.548057525. iteration 10642 found worse value: 337.548057525. iteration 10643 found worse value: 337.548057525. iteration 10644 found worse value: 337.548057525. iteration 10645 found worse value: 337.548057525. iteration 10646 found worse value: 337.548057525. iteration 10647 found worse value: 337.548057525. iteration 10648 found worse value: 337.548057525. iteration 10649 found worse value: 337.548057525. iteration 10650 found worse value: 337.548057525. iteration 10651 found worse value: 337.548057525. iteration 10652 found worse value: 337.548057525. iteration 10653 found worse value: 337.548057525. iteration 10654 found worse value: 337.548057525. iteration 10655 found worse value: 337.548057525. iteration 10656 found worse value: 337.548057525. iteration 10657 found worse value: 337.548057525. iteration 10658 found worse value: 337.548057525. iteration 10659 found worse value: 337.548057525. iteration 10660 found worse value: 337.548057525. iteration 10661 found worse value: 337.548057525. iteration 10662 found worse value: 337.548057525. iteration 10663 found worse value: 337.548057525. iteration 10664 found worse value: 337.548057525. iteration 10665 found worse value: 337.548057525. iteration 10666 found worse value: 337.548057525. iteration 10667 found worse value: 337.548057525. iteration 10668 found worse value: 337.548057525. iteration 10669 found worse value: 337.548057525. iteration 10670 found worse value: 337.548057525. iteration 10671 found worse value: 337.548057525. iteration 10672 found worse value: 337.548057525. iteration 10673 found worse value: 337.548057525. iteration 10674 found worse value: 337.548057525. iteration 10675 found worse value: 337.548057525. iteration 10676 found worse value: 337.548057525. iteration 10677 found worse value: 337.548057525. iteration 10678 found worse value: 337.548057525. iteration 10679 found worse value: 337.548057525. iteration 10680 found worse value: 337.548057525. iteration 10681 found worse value: 337.548057525. iteration 10682 found worse value: 337.548057525. iteration 10683 found worse value: 337.548057525. iteration 10684 found worse value: 337.548057525. iteration 10685 found worse value: 337.548057525. iteration 10686 found worse value: 337.548057525. iteration 10687 found worse value: 337.548057525. iteration 10688 found worse value: 337.548057525. iteration 10689 found worse value: 337.548057525. iteration 10690 found worse value: 337.548057525. iteration 10691 found worse value: 337.548057525. iteration 10692 found worse value: 337.548057525. iteration 10693 found worse value: 337.548057525. iteration 10694 found worse value: 337.548057525. iteration 10695 found worse value: 337.548057525. iteration 10696 found worse value: 337.548057525. iteration 10697 found worse value: 337.548057525. iteration 10698 found worse value: 337.548057525. iteration 10699 found worse value: 337.548057525. iteration 10700 found worse value: 337.548057525. iteration 10701 found worse value: 337.548057525. iteration 10702 found worse value: 337.548057525. iteration 10703 found worse value: 337.548057525. iteration 10704 found worse value: 337.548057525. iteration 10705 found worse value: 337.548057525. iteration 10706 found worse value: 337.548057525. iteration 10707 found worse value: 337.548057525. iteration 10708 found worse value: 337.548057525. iteration 10709 found worse value: 337.548057525. iteration 10710 found worse value: 337.548057525. iteration 10711 found worse value: 337.548057525. iteration 10712 found worse value: 337.548057525. iteration 10713 found worse value: 337.548057525. iteration 10714 found worse value: 337.548057525. iteration 10715 found worse value: 337.548057525. iteration 10716 found worse value: 337.548057525. iteration 10717 found worse value: 337.548057525. iteration 10718 found worse value: 337.548057525. iteration 10719 found worse value: 337.548057525. iteration 10720 found worse value: 337.548057525. iteration 10721 found worse value: 337.548057525. iteration 10722 found worse value: 337.548057525. iteration 10723 found worse value: 337.548057525. iteration 10724 found worse value: 337.548057525. iteration 10725 found worse value: 337.548057525. iteration 10726 found worse value: 337.548057525. iteration 10727 found worse value: 337.548057525. iteration 10728 found worse value: 337.548057525. iteration 10729 found worse value: 337.548057525. iteration 10730 found worse value: 337.548057525. iteration 10731 found worse value: 337.548057525. iteration 10732 found worse value: 337.548057525. iteration 10733 found worse value: 337.548057525. iteration 10734 found worse value: 337.548057525. iteration 10735 found worse value: 337.548057525. iteration 10736 found worse value: 337.548057525. iteration 10737 found worse value: 337.548057525. iteration 10738 found worse value: 337.548057525. iteration 10739 found worse value: 337.548057525. iteration 10740 found worse value: 337.548057525. iteration 10741 found worse value: 337.548057525. iteration 10742 found worse value: 337.548057525. iteration 10743 found worse value: 337.548057525. iteration 10744 found worse value: 337.548057525. iteration 10745 found worse value: 337.548057525. iteration 10746 found worse value: 337.548057525. iteration 10747 found worse value: 337.548057525. iteration 10748 found worse value: 337.548057525. iteration 10749 found worse value: 337.548057525. iteration 10750 found worse value: 337.548057525. iteration 10751 found worse value: 337.548057525. iteration 10752 found worse value: 337.548057525. iteration 10753 found worse value: 337.548057525. iteration 10754 found worse value: 337.548057525. iteration 10755 found worse value: 337.548057525. iteration 10756 found worse value: 337.548057525. iteration 10757 found worse value: 337.548057525. iteration 10758 found worse value: 337.548057525. iteration 10759 found worse value: 337.548057525. iteration 10760 found worse value: 337.548057525. iteration 10761 found worse value: 337.548057525. iteration 10762 found worse value: 337.548057525. iteration 10763 found worse value: 337.548057525. iteration 10764 found worse value: 337.548057525. iteration 10765 found worse value: 337.548057525. iteration 10766 found worse value: 337.548057525. iteration 10767 found worse value: 337.548057525. iteration 10768 found worse value: 337.548057525. iteration 10769 found worse value: 337.548057525. iteration 10770 found worse value: 337.548057525. iteration 10771 found worse value: 337.548057525. iteration 10772 found worse value: 337.548057525. iteration 10773 found worse value: 337.548057525. iteration10773, perturbing to get out of local maxima iteration 10774 found worse value: 337.548057525. iteration 10775 found worse value: 337.548057525. iteration 10776 found worse value: 337.548057525. iteration 10777 found worse value: 337.548057525. iteration 10778 found worse value: 337.548057525. iteration 10779 found worse value: 337.548057525. iteration 10780 found worse value: 337.548057525. iteration 10781 found worse value: 337.548057525. iteration 10782 found worse value: 337.548057525. iteration 10783 found worse value: 337.548057525. iteration 10784 found worse value: 337.548057525. iteration 10785 found worse value: 337.548057525. iteration 10786 found worse value: 337.548057525. iteration 10787 found worse value: 337.548057525. iteration 10788 found worse value: 337.548057525. iteration 10789 found worse value: 337.548057525. iteration 10790 found worse value: 337.548057525. iteration 10791 found worse value: 337.548057525. iteration 10792 found worse value: 337.548057525. iteration 10793 found worse value: 337.548057525. iteration 10794 found worse value: 337.548057525. iteration 10795 found worse value: 337.548057525. iteration 10796 found worse value: 337.548057525. iteration 10797 found worse value: 337.548057525. iteration 10798 found worse value: 337.548057525. iteration 10799 found worse value: 337.548057525. iteration 10800 found worse value: 337.548057525. iteration 10801 found worse value: 337.548057525. iteration 10802 found worse value: 337.548057525. iteration 10803 found worse value: 337.548057525. iteration 10804 found worse value: 337.548057525. iteration 10805 found worse value: 337.548057525. iteration 10806 found worse value: 337.548057525. iteration 10807 found worse value: 337.548057525. iteration 10808 found worse value: 337.548057525. iteration 10809 found worse value: 337.548057525. iteration 10810 found worse value: 337.548057525. iteration 10811 found worse value: 337.548057525. iteration 10812 found worse value: 337.548057525. iteration 10813 found worse value: 337.548057525. iteration 10814 found worse value: 337.548057525. iteration 10815 found worse value: 337.548057525. iteration 10816 found worse value: 337.548057525. iteration 10817 found worse value: 337.548057525. iteration 10818 found worse value: 337.548057525. iteration 10819 found worse value: 337.548057525. iteration 10820 found worse value: 337.548057525. iteration 10821 found worse value: 337.548057525. iteration 10822 found worse value: 337.548057525. iteration 10823 found worse value: 337.548057525. iteration 10824 found worse value: 337.548057525. iteration 10825 found worse value: 337.548057525. iteration 10826 found worse value: 337.548057525. iteration 10827 found worse value: 337.548057525. iteration 10828 found worse value: 337.548057525. iteration 10829 found worse value: 337.548057525. iteration 10830 found worse value: 337.548057525. iteration 10831 found worse value: 337.548057525. iteration 10832 found worse value: 337.548057525. iteration 10833 found worse value: 337.548057525. iteration 10834 found worse value: 337.548057525. iteration 10835 found worse value: 337.548057525. iteration 10836 found worse value: 337.548057525. iteration 10837 found worse value: 337.548057525. iteration 10838 found worse value: 337.548057525. iteration 10839 found worse value: 337.548057525. iteration 10840 found worse value: 337.548057525. iteration 10841 found worse value: 337.548057525. iteration 10842 found worse value: 337.548057525. iteration 10843 found worse value: 337.548057525. iteration 10844 found worse value: 337.548057525. iteration 10845 found worse value: 337.548057525. iteration 10846 found worse value: 337.548057525. iteration 10847 found worse value: 337.548057525. iteration 10848 found worse value: 337.548057525. iteration 10849 found worse value: 337.548057525. iteration 10850 found worse value: 337.548057525. iteration 10851 found worse value: 337.548057525. iteration 10852 found worse value: 337.548057525. iteration 10853 found worse value: 337.548057525. iteration 10854 found worse value: 337.548057525. iteration 10855 found worse value: 337.548057525. iteration 10856 found worse value: 337.548057525. iteration 10857 found worse value: 337.548057525. iteration 10858 found worse value: 337.548057525. iteration 10859 found worse value: 337.548057525. iteration 10860 found worse value: 337.548057525. iteration 10861 found worse value: 337.548057525. iteration 10862 found worse value: 337.548057525. iteration 10863 found worse value: 337.548057525. iteration 10864 found worse value: 337.548057525. iteration 10865 found worse value: 337.548057525. iteration 10866 found worse value: 337.548057525. iteration 10867 found worse value: 337.548057525. iteration 10868 found worse value: 337.548057525. iteration 10869 found worse value: 337.548057525. iteration 10870 found worse value: 337.548057525. iteration 10871 found worse value: 337.548057525. iteration 10872 found worse value: 337.548057525. iteration 10873 found worse value: 337.548057525. iteration 10874 found worse value: 337.548057525. iteration 10875 found worse value: 337.548057525. iteration 10876 found worse value: 337.548057525. iteration 10877 found worse value: 337.548057525. iteration 10878 found worse value: 337.548057525. iteration 10879 found worse value: 337.548057525. iteration 10880 found worse value: 337.548057525. iteration 10881 found worse value: 337.548057525. iteration 10882 found worse value: 337.548057525. iteration 10883 found worse value: 337.548057525. iteration 10884 found worse value: 337.548057525. iteration 10885 found worse value: 337.548057525. iteration 10886 found worse value: 337.548057525. iteration 10887 found worse value: 337.548057525. iteration 10888 found worse value: 337.548057525. iteration 10889 found worse value: 337.548057525. iteration 10890 found worse value: 337.548057525. iteration 10891 found worse value: 337.548057525. iteration 10892 found worse value: 337.548057525. iteration 10893 found worse value: 337.548057525. iteration 10894 found worse value: 337.548057525. iteration 10895 found worse value: 337.548057525. iteration 10896 found worse value: 337.548057525. iteration 10897 found worse value: 337.548057525. iteration 10898 found worse value: 337.548057525. iteration 10899 found worse value: 337.548057525. iteration 10900 found worse value: 337.548057525. iteration 10901 found worse value: 337.548057525. iteration 10902 found worse value: 337.548057525. iteration 10903 found worse value: 337.548057525. iteration 10904 found worse value: 337.548057525. iteration 10905 found worse value: 337.548057525. iteration 10906 found worse value: 337.548057525. iteration 10907 found worse value: 337.548057525. iteration 10908 found worse value: 337.548057525. iteration 10909 found worse value: 337.548057525. iteration 10910 found worse value: 337.548057525. iteration 10911 found worse value: 337.548057525. iteration 10912 found worse value: 337.548057525. iteration 10913 found worse value: 337.548057525. iteration 10914 found worse value: 337.548057525. iteration 10915 found worse value: 337.548057525. iteration 10916 found worse value: 337.548057525. iteration 10917 found worse value: 337.548057525. iteration 10918 found worse value: 337.548057525. iteration 10919 found worse value: 337.548057525. iteration 10920 found worse value: 337.548057525. iteration 10921 found worse value: 337.548057525. iteration 10922 found worse value: 337.548057525. iteration 10923 found worse value: 337.548057525. iteration 10924 found worse value: 337.548057525. iteration 10925 found worse value: 337.548057525. iteration 10926 found worse value: 337.548057525. iteration 10927 found worse value: 337.548057525. iteration 10928 found worse value: 337.548057525. iteration 10929 found worse value: 337.548057525. iteration 10930 found worse value: 337.548057525. iteration 10931 found worse value: 337.548057525. iteration 10932 found worse value: 337.548057525. iteration 10933 found worse value: 337.548057525. iteration 10934 found worse value: 337.548057525. iteration 10935 found worse value: 337.548057525. iteration 10936 found worse value: 337.548057525. iteration 10937 found worse value: 337.548057525. iteration 10938 found worse value: 337.548057525. iteration 10939 found worse value: 337.548057525. iteration 10940 found worse value: 337.548057525. iteration 10941 found worse value: 337.548057525. iteration 10942 found worse value: 337.548057525. iteration 10943 found worse value: 337.548057525. iteration 10944 found worse value: 337.548057525. iteration 10945 found worse value: 337.548057525. iteration 10946 found worse value: 337.548057525. iteration 10947 found worse value: 337.548057525. iteration 10948 found worse value: 337.548057525. iteration 10949 found worse value: 337.548057525. iteration 10950 found worse value: 337.548057525. iteration 10951 found worse value: 337.548057525. iteration 10952 found worse value: 337.548057525. iteration 10953 found worse value: 337.548057525. iteration 10954 found worse value: 337.548057525. iteration 10955 found worse value: 337.548057525. iteration 10956 found worse value: 337.548057525. iteration 10957 found worse value: 337.548057525. iteration 10958 found worse value: 337.548057525. iteration 10959 found worse value: 337.548057525. iteration 10960 found worse value: 337.548057525. iteration 10961 found worse value: 337.548057525. iteration 10962 found worse value: 337.548057525. iteration 10963 found worse value: 337.548057525. iteration 10964 found worse value: 337.548057525. iteration 10965 found worse value: 337.548057525. iteration 10966 found worse value: 337.548057525. iteration 10967 found worse value: 337.548057525. iteration 10968 found worse value: 337.548057525. iteration 10969 found worse value: 337.548057525. iteration 10970 found worse value: 337.548057525. iteration 10971 found worse value: 337.548057525. iteration 10972 found worse value: 337.548057525. iteration 10973 found worse value: 337.548057525. iteration 10974 found worse value: 337.548057525. iteration 10975 found worse value: 337.548057525. iteration 10976 found worse value: 337.548057525. iteration 10977 found worse value: 337.548057525. iteration 10978 found worse value: 337.548057525. iteration 10979 found worse value: 337.548057525. iteration 10980 found worse value: 337.548057525. iteration 10981 found worse value: 337.548057525. iteration 10982 found worse value: 337.548057525. iteration 10983 found worse value: 337.548057525. iteration 10984 found worse value: 337.548057525. iteration 10985 found worse value: 337.548057525. iteration 10986 found worse value: 337.548057525. iteration 10987 found worse value: 337.548057525. iteration 10988 found worse value: 337.548057525. iteration 10989 found worse value: 337.548057525. iteration 10990 found worse value: 337.548057525. iteration 10991 found worse value: 337.548057525. iteration 10992 found worse value: 337.548057525. iteration 10993 found worse value: 337.548057525. iteration 10994 found worse value: 337.548057525. iteration 10995 found worse value: 337.548057525. iteration 10996 found worse value: 337.548057525. iteration 10997 found worse value: 337.548057525. iteration 10998 found worse value: 337.548057525. iteration 10999 found worse value: 337.548057525. iteration 11000 found worse value: 337.548057525. iteration 11001 found worse value: 337.548057525. iteration 11002 found worse value: 337.548057525. iteration 11003 found worse value: 337.548057525. iteration 11004 found worse value: 337.548057525. iteration 11005 found worse value: 337.548057525. iteration 11006 found worse value: 337.548057525. iteration 11007 found worse value: 337.548057525. iteration 11008 found worse value: 337.548057525. iteration 11009 found worse value: 337.548057525. iteration 11010 found worse value: 337.548057525. iteration 11011 found worse value: 337.548057525. iteration 11012 found worse value: 337.548057525. iteration 11013 found worse value: 337.548057525. iteration 11014 found worse value: 337.548057525. iteration 11015 found worse value: 337.548057525. iteration 11016 found worse value: 337.548057525. iteration 11017 found worse value: 337.548057525. iteration 11018 found worse value: 337.548057525. iteration 11019 found worse value: 337.548057525. iteration 11020 found worse value: 337.548057525. iteration 11021 found worse value: 337.548057525. iteration 11022 found worse value: 337.548057525. iteration 11023 found worse value: 337.548057525. iteration 11024 found worse value: 337.548057525. iteration 11025 found worse value: 337.548057525. iteration 11026 found worse value: 337.548057525. iteration 11027 found worse value: 337.548057525. iteration 11028 found worse value: 337.548057525. iteration 11029 found worse value: 337.548057525. iteration 11030 found worse value: 337.548057525. iteration 11031 found worse value: 337.548057525. iteration 11032 found worse value: 337.548057525. iteration 11033 found worse value: 337.548057525. iteration 11034 found worse value: 337.548057525. iteration 11035 found worse value: 337.548057525. iteration 11036 found worse value: 337.548057525. iteration 11037 found worse value: 337.548057525. iteration 11038 found worse value: 337.548057525. iteration 11039 found worse value: 337.548057525. iteration 11040 found worse value: 337.548057525. iteration 11041 found worse value: 337.548057525. iteration 11042 found worse value: 337.548057525. iteration 11043 found worse value: 337.548057525. iteration 11044 found worse value: 337.548057525. iteration 11045 found worse value: 337.548057525. iteration 11046 found worse value: 337.548057525. iteration 11047 found worse value: 337.548057525. iteration 11048 found worse value: 337.548057525. iteration 11049 found worse value: 337.548057525. iteration 11050 found worse value: 337.548057525. iteration 11051 found worse value: 337.548057525. iteration 11052 found worse value: 337.548057525. iteration 11053 found worse value: 337.548057525. iteration 11054 found worse value: 337.548057525. iteration 11055 found worse value: 337.548057525. iteration 11056 found worse value: 337.548057525. iteration 11057 found worse value: 337.548057525. iteration 11058 found worse value: 337.548057525. iteration 11059 found worse value: 337.548057525. iteration 11060 found worse value: 337.548057525. iteration 11061 found worse value: 337.548057525. iteration 11062 found worse value: 337.548057525. iteration 11063 found worse value: 337.548057525. iteration 11064 found worse value: 337.548057525. iteration 11065 found worse value: 337.548057525. iteration 11066 found worse value: 337.548057525. iteration 11067 found worse value: 337.548057525. iteration 11068 found worse value: 337.548057525. iteration 11069 found worse value: 337.548057525. iteration 11070 found worse value: 337.548057525. iteration 11071 found worse value: 337.548057525. iteration 11072 found worse value: 337.548057525. iteration 11073 found worse value: 337.548057525. iteration 11074 found worse value: 337.548057525. iteration 11075 found worse value: 337.548057525. iteration 11076 found worse value: 337.548057525. iteration 11077 found worse value: 337.548057525. iteration 11078 found worse value: 337.548057525. iteration 11079 found worse value: 337.548057525. iteration 11080 found worse value: 337.548057525. iteration 11081 found worse value: 337.548057525. iteration 11082 found worse value: 337.548057525. iteration 11083 found worse value: 337.548057525. iteration 11084 found worse value: 337.548057525. iteration 11085 found worse value: 337.548057525. iteration 11086 found worse value: 337.548057525. iteration 11087 found worse value: 337.548057525. iteration 11088 found worse value: 337.548057525. iteration 11089 found worse value: 337.548057525. iteration 11090 found worse value: 337.548057525. iteration 11091 found worse value: 337.548057525. iteration 11092 found worse value: 337.548057525. iteration 11093 found worse value: 337.548057525. iteration 11094 found worse value: 337.548057525. iteration 11095 found worse value: 337.548057525. iteration 11096 found worse value: 337.548057525. iteration 11097 found worse value: 337.548057525. iteration 11098 found worse value: 337.548057525. iteration 11099 found worse value: 337.548057525. iteration 11100 found worse value: 337.548057525. iteration 11101 found worse value: 337.548057525. iteration 11102 found worse value: 337.548057525. iteration 11103 found worse value: 337.548057525. iteration 11104 found worse value: 337.548057525. iteration 11105 found worse value: 337.548057525. iteration 11106 found worse value: 337.548057525. iteration 11107 found worse value: 337.548057525. iteration 11108 found worse value: 337.548057525. iteration 11109 found worse value: 337.548057525. iteration 11110 found worse value: 337.548057525. iteration 11111 found worse value: 337.548057525. iteration 11112 found worse value: 337.548057525. iteration 11113 found worse value: 337.548057525. iteration 11114 found worse value: 337.548057525. iteration 11115 found worse value: 337.548057525. iteration 11116 found worse value: 337.548057525. iteration 11117 found worse value: 337.548057525. iteration 11118 found worse value: 337.548057525. iteration 11119 found worse value: 337.548057525. iteration 11120 found worse value: 337.548057525. iteration 11121 found worse value: 337.548057525. iteration 11122 found worse value: 337.548057525. iteration 11123 found worse value: 337.548057525. iteration 11124 found worse value: 337.548057525. iteration 11125 found worse value: 337.548057525. iteration 11126 found worse value: 337.548057525. iteration 11127 found worse value: 337.548057525. iteration 11128 found worse value: 337.548057525. iteration 11129 found worse value: 337.548057525. iteration 11130 found worse value: 337.548057525. iteration 11131 found worse value: 337.548057525. iteration 11132 found worse value: 337.548057525. iteration 11133 found worse value: 337.548057525. iteration 11134 found worse value: 337.548057525. iteration 11135 found worse value: 337.548057525. iteration 11136 found worse value: 337.548057525. iteration 11137 found worse value: 337.548057525. iteration 11138 found worse value: 337.548057525. iteration 11139 found worse value: 337.548057525. iteration 11140 found worse value: 337.548057525. iteration 11141 found worse value: 337.548057525. iteration 11142 found worse value: 337.548057525. iteration 11143 found worse value: 337.548057525. iteration 11144 found worse value: 337.548057525. iteration 11145 found worse value: 337.548057525. iteration 11146 found worse value: 337.548057525. iteration 11147 found worse value: 337.548057525. iteration 11148 found worse value: 337.548057525. iteration 11149 found worse value: 337.548057525. iteration 11150 found worse value: 337.548057525. iteration 11151 found worse value: 337.548057525. iteration 11152 found worse value: 337.548057525. iteration 11153 found worse value: 337.548057525. iteration 11154 found worse value: 337.548057525. iteration 11155 found worse value: 337.548057525. iteration 11156 found worse value: 337.548057525. iteration 11157 found worse value: 337.548057525. iteration 11158 found worse value: 337.548057525. iteration 11159 found worse value: 337.548057525. iteration 11160 found worse value: 337.548057525. iteration11160, perturbing to get out of local maxima iteration 11161 found worse value: 337.548057525. iteration 11162 found worse value: 337.548057525. iteration 11163 found worse value: 337.548057525. iteration 11164 found worse value: 337.548057525. iteration 11165 found worse value: 337.548057525. iteration 11166 found worse value: 337.548057525. iteration 11167 found worse value: 337.548057525. iteration 11168 found worse value: 337.548057525. iteration 11169 found worse value: 337.548057525. iteration 11170 found worse value: 337.548057525. iteration 11171 found worse value: 337.548057525. iteration 11172 found worse value: 337.548057525. iteration 11173 found worse value: 337.548057525. iteration 11174 found worse value: 337.548057525. iteration 11175 found worse value: 337.548057525. iteration 11176 found worse value: 337.548057525. iteration 11177 found worse value: 337.548057525. iteration 11178 found worse value: 337.548057525. iteration 11179 found worse value: 337.548057525. iteration 11180 found worse value: 337.548057525. iteration 11181 found worse value: 337.548057525. iteration 11182 found worse value: 337.548057525. iteration 11183 found worse value: 337.548057525. iteration 11184 found worse value: 337.548057525. iteration 11185 found worse value: 337.548057525. iteration 11186 found worse value: 337.548057525. iteration 11187 found worse value: 337.548057525. iteration 11188 found worse value: 337.548057525. iteration 11189 found worse value: 337.548057525. iteration 11190 found worse value: 337.548057525. iteration 11191 found worse value: 337.548057525. iteration 11192 found worse value: 337.548057525. iteration 11193 found worse value: 337.548057525. iteration 11194 found worse value: 337.548057525. iteration 11195 found worse value: 337.548057525. iteration 11196 found worse value: 337.548057525. iteration 11197 found worse value: 337.548057525. iteration 11198 found worse value: 337.548057525. iteration 11199 found worse value: 337.548057525. iteration 11200 found worse value: 337.548057525. iteration 11201 found worse value: 337.548057525. iteration 11202 found worse value: 337.548057525. iteration 11203 found worse value: 337.548057525. iteration 11204 found worse value: 337.548057525. iteration 11205 found worse value: 337.548057525. iteration 11206 found worse value: 337.548057525. iteration 11207 found worse value: 337.548057525. iteration 11208 found worse value: 337.548057525. iteration 11209 found worse value: 337.548057525. iteration 11210 found worse value: 337.548057525. iteration 11211 found worse value: 337.548057525. iteration 11212 found worse value: 337.548057525. iteration 11213 found worse value: 337.548057525. iteration 11214 found worse value: 337.548057525. iteration 11215 found worse value: 337.548057525. iteration 11216 found worse value: 337.548057525. iteration 11217 found worse value: 337.548057525. iteration 11218 found worse value: 337.548057525. iteration 11219 found worse value: 337.548057525. iteration 11220 found worse value: 337.548057525. iteration 11221 found worse value: 337.548057525. iteration 11222 found worse value: 337.548057525. iteration 11223 found worse value: 337.548057525. iteration 11224 found worse value: 337.548057525. iteration 11225 found worse value: 337.548057525. iteration 11226 found worse value: 337.548057525. iteration 11227 found worse value: 337.548057525. iteration 11228 found worse value: 337.548057525. iteration 11229 found worse value: 337.548057525. iteration 11230 found worse value: 337.548057525. iteration 11231 found worse value: 337.548057525. iteration 11232 found worse value: 337.548057525. iteration 11233 found worse value: 337.548057525. iteration 11234 found worse value: 337.548057525. iteration 11235 found worse value: 337.548057525. iteration 11236 found worse value: 337.548057525. iteration 11237 found worse value: 337.548057525. iteration 11238 found worse value: 337.548057525. iteration 11239 found worse value: 337.548057525. iteration 11240 found worse value: 337.548057525. iteration 11241 found worse value: 337.548057525. iteration 11242 found worse value: 337.548057525. iteration 11243 found worse value: 337.548057525. iteration 11244 found worse value: 337.548057525. iteration 11245 found worse value: 337.548057525. iteration 11246 found worse value: 337.548057525. iteration 11247 found worse value: 337.548057525. iteration 11248 found worse value: 337.548057525. iteration 11249 found worse value: 337.548057525. iteration 11250 found worse value: 337.548057525. iteration 11251 found worse value: 337.548057525. iteration 11252 found worse value: 337.548057525. iteration 11253 found worse value: 337.548057525. iteration 11254 found worse value: 337.548057525. iteration 11255 found worse value: 337.548057525. iteration 11256 found worse value: 337.548057525. iteration 11257 found worse value: 337.548057525. iteration 11258 found worse value: 337.548057525. iteration 11259 found worse value: 337.548057525. iteration 11260 found worse value: 337.548057525. iteration 11261 found worse value: 337.548057525. iteration 11262 found worse value: 337.548057525. iteration 11263 found worse value: 337.548057525. iteration 11264 found worse value: 337.548057525. iteration 11265 found worse value: 337.548057525. iteration 11266 found worse value: 337.548057525. iteration 11267 found worse value: 337.548057525. iteration 11268 found worse value: 337.548057525. iteration 11269 found worse value: 337.548057525. iteration 11270 found worse value: 337.548057525. iteration 11271 found worse value: 337.548057525. iteration 11272 found worse value: 337.548057525. iteration 11273 found worse value: 337.548057525. iteration 11274 found worse value: 337.548057525. iteration 11275 found worse value: 337.548057525. iteration 11276 found worse value: 337.548057525. iteration 11277 found worse value: 337.548057525. iteration 11278 found worse value: 337.548057525. iteration 11279 found worse value: 337.548057525. iteration 11280 found worse value: 337.548057525. iteration 11281 found worse value: 337.548057525. iteration 11282 found worse value: 337.548057525. iteration 11283 found worse value: 337.548057525. iteration 11284 found worse value: 337.548057525. iteration 11285 found worse value: 337.548057525. iteration 11286 found worse value: 337.548057525. iteration 11287 found worse value: 337.548057525. iteration 11288 found worse value: 337.548057525. iteration 11289 found worse value: 337.548057525. iteration 11290 found worse value: 337.548057525. iteration 11291 found worse value: 337.548057525. iteration 11292 found worse value: 337.548057525. iteration 11293 found worse value: 337.548057525. iteration 11294 found worse value: 337.548057525. iteration 11295 found worse value: 337.548057525. iteration 11296 found worse value: 337.548057525. iteration 11297 found worse value: 337.548057525. iteration 11298 found worse value: 337.548057525. iteration 11299 found worse value: 337.548057525. iteration 11300 found worse value: 337.548057525. iteration 11301 found worse value: 337.548057525. iteration 11302 found worse value: 337.548057525. iteration 11303 found worse value: 337.548057525. iteration 11304 found worse value: 337.548057525. iteration 11305 found worse value: 337.548057525. iteration 11306 found worse value: 337.548057525. iteration 11307 found worse value: 337.548057525. iteration 11308 found worse value: 337.548057525. iteration 11309 found worse value: 337.548057525. iteration 11310 found worse value: 337.548057525. iteration 11311 found worse value: 337.548057525. iteration 11312 found worse value: 337.548057525. iteration 11313 found worse value: 337.548057525. iteration 11314 found worse value: 337.548057525. iteration 11315 found worse value: 337.548057525. iteration 11316 found worse value: 337.548057525. iteration 11317 found worse value: 337.548057525. iteration 11318 found worse value: 337.548057525. iteration 11319 found worse value: 337.548057525. iteration 11320 found worse value: 337.548057525. iteration 11321 found worse value: 337.548057525. iteration 11322 found worse value: 337.548057525. iteration 11323 found worse value: 337.548057525. iteration 11324 found worse value: 337.548057525. iteration 11325 found worse value: 337.548057525. iteration 11326 found worse value: 337.548057525. iteration 11327 found worse value: 337.548057525. iteration 11328 found worse value: 337.548057525. iteration 11329 found worse value: 337.548057525. iteration 11330 found worse value: 337.548057525. iteration 11331 found worse value: 337.548057525. iteration 11332 found worse value: 337.548057525. iteration 11333 found worse value: 337.548057525. iteration 11334 found worse value: 337.548057525. iteration 11335 found worse value: 337.548057525. iteration 11336 found worse value: 337.548057525. iteration 11337 found worse value: 337.548057525. iteration 11338 found worse value: 337.548057525. iteration 11339 found worse value: 337.548057525. iteration 11340 found worse value: 337.548057525. iteration 11341 found worse value: 337.548057525. iteration 11342 found worse value: 337.548057525. iteration 11343 found worse value: 337.548057525. iteration 11344 found worse value: 337.548057525. iteration 11345 found worse value: 337.548057525. iteration 11346 found worse value: 337.548057525. iteration 11347 found worse value: 337.548057525. iteration 11348 found worse value: 337.548057525. iteration 11349 found worse value: 337.548057525. iteration 11350 found worse value: 337.548057525. iteration 11351 found worse value: 337.548057525. iteration 11352 found worse value: 337.548057525. iteration 11353 found worse value: 337.548057525. iteration 11354 found worse value: 337.548057525. iteration 11355 found worse value: 337.548057525. iteration 11356 found worse value: 337.548057525. iteration 11357 found worse value: 337.548057525. iteration 11358 found worse value: 337.548057525. iteration 11359 found worse value: 337.548057525. iteration 11360 found worse value: 337.548057525. iteration 11361 found worse value: 337.548057525. iteration 11362 found worse value: 337.548057525. iteration 11363 found worse value: 337.548057525. iteration 11364 found worse value: 337.548057525. iteration 11365 found worse value: 337.548057525. iteration 11366 found worse value: 337.548057525. iteration 11367 found worse value: 337.548057525. iteration 11368 found worse value: 337.548057525. iteration 11369 found worse value: 337.548057525. iteration 11370 found worse value: 337.548057525. iteration 11371 found worse value: 337.548057525. iteration 11372 found worse value: 337.548057525. iteration 11373 found worse value: 337.548057525. iteration 11374 found worse value: 337.548057525. iteration 11375 found worse value: 337.548057525. iteration 11376 found worse value: 337.548057525. iteration 11377 found worse value: 337.548057525. iteration 11378 found worse value: 337.548057525. iteration 11379 found worse value: 337.548057525. iteration 11380 found worse value: 337.548057525. iteration 11381 found worse value: 337.548057525. iteration 11382 found worse value: 337.548057525. iteration 11383 found worse value: 337.548057525. iteration 11384 found worse value: 337.548057525. iteration 11385 found worse value: 337.548057525. iteration 11386 found worse value: 337.548057525. iteration 11387 found worse value: 337.548057525. iteration 11388 found worse value: 337.548057525. iteration 11389 found worse value: 337.548057525. iteration 11390 found worse value: 337.548057525. iteration 11391 found worse value: 337.548057525. iteration 11392 found worse value: 337.548057525. iteration 11393 found worse value: 337.548057525. iteration 11394 found worse value: 337.548057525. iteration 11395 found worse value: 337.548057525. iteration 11396 found worse value: 337.548057525. iteration 11397 found worse value: 337.548057525. iteration 11398 found worse value: 337.548057525. iteration 11399 found worse value: 337.548057525. iteration 11400 found worse value: 337.548057525. iteration 11401 found worse value: 337.548057525. iteration 11402 found worse value: 337.548057525. iteration 11403 found worse value: 337.548057525. iteration 11404 found worse value: 337.548057525. iteration 11405 found worse value: 337.548057525. iteration 11406 found worse value: 337.548057525. iteration 11407 found worse value: 337.548057525. iteration 11408 found worse value: 337.548057525. iteration 11409 found worse value: 337.548057525. iteration 11410 found worse value: 337.548057525. iteration 11411 found worse value: 337.548057525. iteration 11412 found worse value: 337.548057525. iteration 11413 found worse value: 337.548057525. iteration 11414 found worse value: 337.548057525. iteration 11415 found worse value: 337.548057525. iteration 11416 found worse value: 337.548057525. iteration 11417 found worse value: 337.548057525. iteration 11418 found worse value: 337.548057525. iteration 11419 found worse value: 337.548057525. iteration 11420 found worse value: 337.548057525. iteration 11421 found worse value: 337.548057525. iteration 11422 found worse value: 337.548057525. iteration 11423 found worse value: 337.548057525. iteration 11424 found worse value: 337.548057525. iteration 11425 found worse value: 337.548057525. iteration 11426 found worse value: 337.548057525. iteration 11427 found worse value: 337.548057525. iteration 11428 found worse value: 337.548057525. iteration 11429 found worse value: 337.548057525. iteration 11430 found worse value: 337.548057525. iteration 11431 found worse value: 337.548057525. iteration 11432 found worse value: 337.548057525. iteration 11433 found worse value: 337.548057525. iteration 11434 found worse value: 337.548057525. iteration 11435 found worse value: 337.548057525. iteration 11436 found worse value: 337.548057525. iteration 11437 found worse value: 337.548057525. iteration 11438 found worse value: 337.548057525. iteration 11439 found worse value: 337.548057525. iteration 11440 found worse value: 337.548057525. iteration 11441 found worse value: 337.548057525. iteration 11442 found worse value: 337.548057525. iteration 11443 found worse value: 337.548057525. iteration 11444 found worse value: 337.548057525. iteration 11445 found worse value: 337.548057525. iteration 11446 found worse value: 337.548057525. iteration 11447 found worse value: 337.548057525. iteration 11448 found worse value: 337.548057525. iteration 11449 found worse value: 337.548057525. iteration 11450 found worse value: 337.548057525. iteration 11451 found worse value: 337.548057525. iteration 11452 found worse value: 337.548057525. iteration 11453 found worse value: 337.548057525. iteration 11454 found worse value: 337.548057525. iteration 11455 found worse value: 337.548057525. iteration 11456 found worse value: 337.548057525. iteration 11457 found worse value: 337.548057525. iteration 11458 found worse value: 337.548057525. iteration 11459 found worse value: 337.548057525. iteration 11460 found worse value: 337.548057525. iteration 11461 found worse value: 337.548057525. iteration 11462 found worse value: 337.548057525. iteration 11463 found worse value: 337.548057525. iteration 11464 found worse value: 337.548057525. iteration 11465 found worse value: 337.548057525. iteration 11466 found worse value: 337.548057525. iteration 11467 found worse value: 337.548057525. iteration 11468 found worse value: 337.548057525. iteration 11469 found worse value: 337.548057525. iteration 11470 found worse value: 337.548057525. iteration 11471 found worse value: 337.548057525. iteration 11472 found worse value: 337.548057525. iteration 11473 found worse value: 337.548057525. iteration 11474 found worse value: 337.548057525. iteration 11475 found worse value: 337.548057525. iteration 11476 found worse value: 337.548057525. iteration 11477 found worse value: 337.548057525. iteration 11478 found worse value: 337.548057525. iteration 11479 found worse value: 337.548057525. iteration 11480 found worse value: 337.548057525. iteration 11481 found worse value: 337.548057525. iteration 11482 found worse value: 337.548057525. iteration 11483 found worse value: 337.548057525. iteration 11484 found worse value: 337.548057525. iteration 11485 found worse value: 337.548057525. iteration 11486 found worse value: 337.548057525. iteration 11487 found worse value: 337.548057525. iteration 11488 found worse value: 337.548057525. iteration 11489 found worse value: 337.548057525. iteration 11490 found worse value: 337.548057525. iteration 11491 found worse value: 337.548057525. iteration 11492 found worse value: 337.548057525. iteration 11493 found worse value: 337.548057525. iteration 11494 found worse value: 337.548057525. iteration 11495 found worse value: 337.548057525. iteration 11496 found worse value: 337.548057525. iteration 11497 found worse value: 337.548057525. iteration 11498 found worse value: 337.548057525. iteration 11499 found worse value: 337.548057525. iteration 11500 found worse value: 337.548057525. iteration 11501 found worse value: 337.548057525. iteration 11502 found worse value: 337.548057525. iteration 11503 found worse value: 337.548057525. iteration 11504 found worse value: 337.548057525. iteration 11505 found worse value: 337.548057525. iteration 11506 found worse value: 337.548057525. iteration 11507 found worse value: 337.548057525. iteration 11508 found worse value: 337.548057525. iteration 11509 found worse value: 337.548057525. iteration 11510 found worse value: 337.548057525. iteration 11511 found worse value: 337.548057525. iteration 11512 found worse value: 337.548057525. iteration 11513 found worse value: 337.548057525. iteration 11514 found worse value: 337.548057525. iteration 11515 found worse value: 337.548057525. iteration 11516 found worse value: 337.548057525. iteration 11517 found worse value: 337.548057525. iteration 11518 found worse value: 337.548057525. iteration 11519 found worse value: 337.548057525. iteration 11520 found worse value: 337.548057525. iteration 11521 found worse value: 337.548057525. iteration 11522 found worse value: 337.548057525. iteration 11523 found worse value: 337.548057525. iteration 11524 found worse value: 337.548057525. iteration 11525 found worse value: 337.548057525. iteration 11526 found worse value: 337.548057525. iteration 11527 found worse value: 337.548057525. iteration 11528 found worse value: 337.548057525. iteration 11529 found worse value: 337.548057525. iteration 11530 found worse value: 337.548057525. iteration 11531 found worse value: 337.548057525. iteration 11532 found worse value: 337.548057525. iteration 11533 found worse value: 337.548057525. iteration 11534 found worse value: 337.548057525. iteration 11535 found worse value: 337.548057525. iteration 11536 found worse value: 337.548057525. iteration 11537 found worse value: 337.548057525. iteration 11538 found worse value: 337.548057525. iteration 11539 found worse value: 337.548057525. iteration 11540 found worse value: 337.548057525. iteration 11541 found worse value: 337.548057525. iteration 11542 found worse value: 337.548057525. iteration 11543 found worse value: 337.548057525. iteration 11544 found worse value: 337.548057525. iteration 11545 found worse value: 337.548057525. iteration 11546 found worse value: 337.548057525. iteration 11547 found worse value: 337.548057525. iteration 11548 found worse value: 337.548057525. iteration 11549 found worse value: 337.548057525. iteration 11550 found worse value: 337.548057525. iteration 11551 found worse value: 337.548057525. iteration 11552 found worse value: 337.548057525. iteration 11553 found worse value: 337.548057525. iteration 11554 found worse value: 337.548057525. iteration 11555 found worse value: 337.548057525. iteration 11556 found worse value: 337.548057525. iteration 11557 found worse value: 337.548057525. iteration 11558 found worse value: 337.548057525. iteration 11559 found worse value: 337.548057525. iteration 11560 found worse value: 337.548057525. iteration 11561 found worse value: 337.548057525. iteration 11562 found worse value: 337.548057525. iteration 11563 found worse value: 337.548057525. iteration 11564 found worse value: 337.548057525. iteration 11565 found worse value: 337.548057525. iteration 11566 found worse value: 337.548057525. iteration 11567 found worse value: 337.548057525. iteration 11568 found worse value: 337.548057525. iteration 11569 found worse value: 337.548057525. iteration 11570 found worse value: 337.548057525. iteration 11571 found worse value: 337.548057525. iteration 11572 found worse value: 337.548057525. iteration 11573 found worse value: 337.548057525. iteration 11574 found worse value: 337.548057525. iteration 11575 found worse value: 337.548057525. iteration 11576 found worse value: 337.548057525. iteration 11577 found worse value: 337.548057525. iteration 11578 found worse value: 337.548057525. iteration 11579 found worse value: 337.548057525. iteration 11580 found worse value: 337.548057525. iteration 11581 found worse value: 337.548057525. iteration 11582 found worse value: 337.548057525. iteration 11583 found worse value: 337.548057525. iteration 11584 found worse value: 337.548057525. iteration 11585 found worse value: 337.548057525. iteration 11586 found worse value: 337.548057525. iteration 11587 found worse value: 337.548057525. iteration 11588 found worse value: 337.548057525. iteration 11589 found worse value: 337.548057525. iteration 11590 found worse value: 337.548057525. iteration 11591 found worse value: 337.548057525. iteration 11592 found worse value: 337.548057525. iteration 11593 found worse value: 337.548057525. iteration 11594 found worse value: 337.548057525. iteration 11595 found worse value: 337.548057525. iteration 11596 found worse value: 337.548057525. iteration 11597 found worse value: 337.548057525. iteration 11598 found worse value: 337.548057525. iteration 11599 found worse value: 337.548057525. iteration 11600 found worse value: 337.548057525. iteration 11601 found worse value: 337.548057525. iteration 11602 found worse value: 337.548057525. iteration 11603 found worse value: 337.548057525. iteration 11604 found worse value: 337.548057525. iteration 11605 found worse value: 337.548057525. iteration 11606 found worse value: 337.548057525. iteration 11607 found worse value: 337.548057525. iteration 11608 found worse value: 337.548057525. iteration 11609 found worse value: 337.548057525. iteration 11610 found worse value: 337.548057525. iteration 11611 found worse value: 337.548057525. iteration 11612 found worse value: 337.548057525. iteration 11613 found worse value: 337.548057525. iteration 11614 found worse value: 337.548057525. iteration 11615 found worse value: 337.548057525. iteration 11616 found worse value: 337.548057525. iteration 11617 found worse value: 337.548057525. iteration 11618 found worse value: 337.548057525. iteration 11619 found worse value: 337.548057525. iteration 11620 found worse value: 337.548057525. iteration 11621 found worse value: 337.548057525. iteration 11622 found worse value: 337.548057525. iteration 11623 found worse value: 337.548057525. iteration 11624 found worse value: 337.548057525. iteration 11625 found worse value: 337.548057525. iteration 11626 found worse value: 337.548057525. iteration 11627 found worse value: 337.548057525. iteration 11628 found worse value: 337.548057525. iteration 11629 found worse value: 337.548057525. iteration 11630 found worse value: 337.548057525. iteration 11631 found worse value: 337.548057525. iteration 11632 found worse value: 337.548057525. iteration 11633 found worse value: 337.548057525. iteration 11634 found worse value: 337.548057525. iteration 11635 found worse value: 337.548057525. iteration 11636 found worse value: 337.548057525. iteration 11637 found worse value: 337.548057525. iteration 11638 found worse value: 337.548057525. iteration 11639 found worse value: 337.548057525. iteration 11640 found worse value: 337.548057525. iteration 11641 found worse value: 337.548057525. iteration 11642 found worse value: 337.548057525. iteration 11643 found worse value: 337.548057525. iteration 11644 found worse value: 337.548057525. iteration 11645 found worse value: 337.548057525. iteration 11646 found worse value: 337.548057525. iteration 11647 found worse value: 337.548057525. iteration 11648 found worse value: 337.548057525. iteration 11649 found worse value: 337.548057525. iteration 11650 found worse value: 337.548057525. iteration 11651 found worse value: 337.548057525. iteration 11652 found worse value: 337.548057525. iteration 11653 found worse value: 337.548057525. iteration 11654 found worse value: 337.548057525. iteration 11655 found worse value: 337.548057525. iteration 11656 found worse value: 337.548057525. iteration 11657 found worse value: 337.548057525. iteration 11658 found worse value: 337.548057525. iteration 11659 found worse value: 337.548057525. iteration 11660 found worse value: 337.548057525. iteration 11661 found worse value: 337.548057525. iteration 11662 found worse value: 337.548057525. iteration 11663 found worse value: 337.548057525. iteration 11664 found worse value: 337.548057525. iteration 11665 found worse value: 337.548057525. iteration 11666 found worse value: 337.548057525. iteration 11667 found worse value: 337.548057525. iteration 11668 found worse value: 337.548057525. iteration 11669 found worse value: 337.548057525. iteration 11670 found worse value: 337.548057525. iteration 11671 found worse value: 337.548057525. iteration 11672 found worse value: 337.548057525. iteration 11673 found worse value: 337.548057525. iteration 11674 found worse value: 337.548057525. iteration 11675 found worse value: 337.548057525. iteration 11676 found worse value: 337.548057525. iteration 11677 found worse value: 337.548057525. iteration 11678 found worse value: 337.548057525. iteration 11679 found worse value: 337.548057525. iteration 11680 found worse value: 337.548057525. iteration 11681 found worse value: 337.548057525. iteration 11682 found worse value: 337.548057525. iteration 11683 found worse value: 337.548057525. iteration 11684 found worse value: 337.548057525. iteration 11685 found worse value: 337.548057525. iteration 11686 found worse value: 337.548057525. iteration 11687 found worse value: 337.548057525. iteration 11688 found worse value: 337.548057525. iteration 11689 found worse value: 337.548057525. iteration 11690 found worse value: 337.548057525. iteration 11691 found worse value: 337.548057525. iteration 11692 found worse value: 337.548057525. iteration 11693 found worse value: 337.548057525. iteration 11694 found worse value: 337.548057525. iteration 11695 found worse value: 337.548057525. iteration11695, perturbing to get out of local maxima iteration 11696 found worse value: 337.548057525. iteration 11697 found worse value: 337.548057525. iteration 11698 found worse value: 337.548057525. iteration 11699 found worse value: 337.548057525. iteration 11700 found worse value: 337.548057525. iteration 11701 found worse value: 337.548057525. iteration 11702 found worse value: 337.548057525. iteration 11703 found worse value: 337.548057525. iteration 11704 found worse value: 337.548057525. iteration 11705 found worse value: 337.548057525. iteration 11706 found worse value: 337.548057525. iteration 11707 found worse value: 337.548057525. iteration 11708 found worse value: 337.548057525. iteration 11709 found worse value: 337.548057525. iteration 11710 found worse value: 337.548057525. iteration 11711 found worse value: 337.548057525. iteration 11712 found worse value: 337.548057525. iteration 11713 found worse value: 337.548057525. iteration 11714 found worse value: 337.548057525. iteration 11715 found worse value: 337.548057525. iteration 11716 found worse value: 337.548057525. iteration 11717 found worse value: 337.548057525. iteration 11718 found worse value: 337.548057525. iteration 11719 found worse value: 337.548057525. iteration 11720 found worse value: 337.548057525. iteration 11721 found worse value: 337.548057525. iteration 11722 found worse value: 337.548057525. iteration 11723 found worse value: 337.548057525. iteration 11724 found worse value: 337.548057525. iteration 11725 found worse value: 337.548057525. iteration 11726 found worse value: 337.548057525. iteration 11727 found worse value: 337.548057525. iteration 11728 found worse value: 337.548057525. iteration 11729 found worse value: 337.548057525. iteration11729, perturbing to get out of local maxima iteration 11730 found worse value: 337.548057525. iteration 11731 found worse value: 337.548057525. iteration 11732 found worse value: 337.548057525. iteration 11733 found worse value: 337.548057525. iteration 11734 found worse value: 337.548057525. iteration 11735 found worse value: 337.548057525. iteration 11736 found worse value: 337.548057525. iteration 11737 found worse value: 337.548057525. iteration 11738 found worse value: 337.548057525. iteration 11739 found worse value: 337.548057525. iteration 11740 found worse value: 337.548057525. iteration 11741 found worse value: 337.548057525. iteration 11742 found worse value: 337.548057525. iteration 11743 found worse value: 337.548057525. iteration 11744 found worse value: 337.548057525. iteration 11745 found worse value: 337.548057525. iteration 11746 found worse value: 337.548057525. iteration 11747 found worse value: 337.548057525. iteration 11748 found worse value: 337.548057525. iteration 11749 found worse value: 337.548057525. iteration 11750 found worse value: 337.548057525. iteration 11751 found worse value: 337.548057525. iteration 11752 found worse value: 337.548057525. iteration 11753 found worse value: 337.548057525. iteration 11754 found worse value: 337.548057525. iteration 11755 found worse value: 337.548057525. iteration 11756 found worse value: 337.548057525. iteration 11757 found worse value: 337.548057525. iteration 11758 found worse value: 337.548057525. iteration 11759 found worse value: 337.548057525. iteration 11760 found worse value: 337.548057525. iteration 11761 found worse value: 337.548057525. iteration11761, perturbing to get out of local maxima iteration 11762 found worse value: 337.548057525. iteration 11763 found worse value: 337.548057525. iteration 11764 found worse value: 337.548057525. iteration 11765 found worse value: 337.548057525. iteration 11766 found worse value: 337.548057525. iteration 11767 found worse value: 337.548057525. iteration 11768 found worse value: 337.548057525. iteration 11769 found worse value: 337.548057525. iteration 11770 found worse value: 337.548057525. iteration 11771 found worse value: 337.548057525. iteration 11772 found worse value: 337.548057525. iteration 11773 found worse value: 337.548057525. iteration 11774 found worse value: 337.548057525. iteration 11775 found worse value: 337.548057525. iteration 11776 found worse value: 337.548057525. iteration 11777 found worse value: 337.548057525. iteration 11778 found worse value: 337.548057525. iteration 11779 found worse value: 337.548057525. iteration 11780 found worse value: 337.548057525. iteration 11781 found worse value: 337.548057525. iteration 11782 found worse value: 337.548057525. iteration 11783 found worse value: 337.548057525. iteration 11784 found worse value: 337.548057525. iteration 11785 found worse value: 337.548057525. iteration 11786 found worse value: 337.548057525. iteration 11787 found worse value: 337.548057525. iteration 11788 found worse value: 337.548057525. iteration 11789 found worse value: 337.548057525. iteration 11790 found worse value: 337.548057525. iteration 11791 found worse value: 337.548057525. iteration 11792 found worse value: 337.548057525. iteration 11793 found worse value: 337.548057525. iteration 11794 found worse value: 337.548057525. iteration 11795 found worse value: 337.548057525. iteration 11796 found worse value: 337.548057525. iteration 11797 found worse value: 337.548057525. iteration 11798 found worse value: 337.548057525. iteration 11799 found worse value: 337.548057525. iteration 11800 found worse value: 337.548057525. iteration 11801 found worse value: 337.548057525. iteration 11802 found worse value: 337.548057525. iteration 11803 found worse value: 337.548057525. iteration 11804 found worse value: 337.548057525. iteration 11805 found worse value: 337.548057525. iteration 11806 found worse value: 337.548057525. iteration 11807 found worse value: 337.548057525. iteration 11808 found worse value: 337.548057525. iteration 11809 found worse value: 337.548057525. iteration 11810 found worse value: 337.548057525. iteration 11811 found worse value: 337.548057525. iteration 11812 found worse value: 337.548057525. iteration 11813 found worse value: 337.548057525. iteration 11814 found worse value: 337.548057525. iteration 11815 found worse value: 337.548057525. iteration 11816 found worse value: 337.548057525. iteration 11817 found worse value: 337.548057525. iteration 11818 found worse value: 337.548057525. iteration 11819 found worse value: 337.548057525. iteration 11820 found worse value: 337.548057525. iteration 11821 found worse value: 337.548057525. iteration 11822 found worse value: 337.548057525. iteration 11823 found worse value: 337.548057525. iteration 11824 found worse value: 337.548057525. iteration 11825 found worse value: 337.548057525. iteration 11826 found worse value: 337.548057525. iteration 11827 found worse value: 337.548057525. iteration 11828 found worse value: 337.548057525. iteration 11829 found worse value: 337.548057525. iteration 11830 found worse value: 337.548057525. iteration 11831 found worse value: 337.548057525. iteration 11832 found worse value: 337.548057525. iteration 11833 found worse value: 337.548057525. iteration 11834 found worse value: 337.548057525. iteration 11835 found worse value: 337.548057525. iteration 11836 found worse value: 337.548057525. iteration 11837 found worse value: 337.548057525. iteration 11838 found worse value: 337.548057525. iteration 11839 found worse value: 337.548057525. iteration 11840 found worse value: 337.548057525. iteration 11841 found worse value: 337.548057525. iteration 11842 found worse value: 337.548057525. iteration 11843 found worse value: 337.548057525. iteration 11844 found worse value: 337.548057525. iteration 11845 found worse value: 337.548057525. iteration 11846 found worse value: 337.548057525. iteration 11847 found worse value: 337.548057525. iteration 11848 found worse value: 337.548057525. iteration 11849 found worse value: 337.548057525. iteration 11850 found worse value: 337.548057525. iteration 11851 found worse value: 337.548057525. iteration 11852 found worse value: 337.548057525. iteration 11853 found worse value: 337.548057525. iteration 11854 found worse value: 337.548057525. iteration 11855 found worse value: 337.548057525. iteration 11856 found worse value: 337.548057525. iteration 11857 found worse value: 337.548057525. iteration 11858 found worse value: 337.548057525. iteration 11859 found worse value: 337.548057525. iteration 11860 found worse value: 337.548057525. iteration 11861 found worse value: 337.548057525. iteration 11862 found worse value: 337.548057525. iteration 11863 found worse value: 337.548057525. iteration 11864 found worse value: 337.548057525. iteration 11865 found worse value: 337.548057525. iteration 11866 found worse value: 337.548057525. iteration 11867 found worse value: 337.548057525. iteration 11868 found worse value: 337.548057525. iteration 11869 found worse value: 337.548057525. iteration 11870 found worse value: 337.548057525. iteration 11871 found worse value: 337.548057525. iteration 11872 found worse value: 337.548057525. iteration 11873 found worse value: 337.548057525. iteration 11874 found worse value: 337.548057525. iteration 11875 found worse value: 337.548057525. iteration 11876 found worse value: 337.548057525. iteration 11877 found worse value: 337.548057525. iteration 11878 found worse value: 337.548057525. iteration 11879 found worse value: 337.548057525. iteration 11880 found worse value: 337.548057525. iteration 11881 found worse value: 337.548057525. iteration 11882 found worse value: 337.548057525. iteration 11883 found worse value: 337.548057525. iteration 11884 found worse value: 337.548057525. iteration 11885 found worse value: 337.548057525. iteration 11886 found worse value: 337.548057525. iteration 11887 found worse value: 337.548057525. iteration 11888 found worse value: 337.548057525. iteration 11889 found worse value: 337.548057525. iteration 11890 found worse value: 337.548057525. iteration 11891 found worse value: 337.548057525. iteration 11892 found worse value: 337.548057525. iteration 11893 found worse value: 337.548057525. iteration 11894 found worse value: 337.548057525. iteration 11895 found worse value: 337.548057525. iteration 11896 found worse value: 337.548057525. iteration 11897 found worse value: 337.548057525. iteration 11898 found worse value: 337.548057525. iteration 11899 found worse value: 337.548057525. iteration 11900 found worse value: 337.548057525. iteration 11901 found worse value: 337.548057525. iteration 11902 found worse value: 337.548057525. iteration 11903 found worse value: 337.548057525. iteration 11904 found worse value: 337.548057525. iteration 11905 found worse value: 337.548057525. iteration 11906 found worse value: 337.548057525. iteration 11907 found worse value: 337.548057525. iteration 11908 found worse value: 337.548057525. iteration 11909 found worse value: 337.548057525. iteration 11910 found worse value: 337.548057525. iteration 11911 found worse value: 337.548057525. iteration 11912 found worse value: 337.548057525. iteration 11913 found worse value: 337.548057525. iteration 11914 found worse value: 337.548057525. iteration 11915 found worse value: 337.548057525. iteration 11916 found worse value: 337.548057525. iteration 11917 found worse value: 337.548057525. iteration 11918 found worse value: 337.548057525. iteration 11919 found worse value: 337.548057525. iteration 11920 found worse value: 337.548057525. iteration 11921 found worse value: 337.548057525. iteration 11922 found worse value: 337.548057525. iteration 11923 found worse value: 337.548057525. iteration 11924 found worse value: 337.548057525. iteration 11925 found worse value: 337.548057525. iteration 11926 found worse value: 337.548057525. iteration 11927 found worse value: 337.548057525. iteration 11928 found worse value: 337.548057525. iteration 11929 found worse value: 337.548057525. iteration 11930 found worse value: 337.548057525. iteration 11931 found worse value: 337.548057525. iteration 11932 found worse value: 337.548057525. iteration 11933 found worse value: 337.548057525. iteration 11934 found worse value: 337.548057525. iteration 11935 found worse value: 337.548057525. iteration11935, perturbing to get out of local maxima iteration 11936 found worse value: 337.548057525. iteration 11937 found worse value: 337.548057525. iteration 11938 found worse value: 337.548057525. iteration 11939 found worse value: 337.548057525. iteration 11940 found worse value: 337.548057525. iteration 11941 found worse value: 337.548057525. iteration 11942 found worse value: 337.548057525. iteration 11943 found worse value: 337.548057525. iteration 11944 found worse value: 337.548057525. iteration 11945 found worse value: 337.548057525. iteration 11946 found worse value: 337.548057525. iteration 11947 found worse value: 337.548057525. iteration 11948 found worse value: 337.548057525. iteration 11949 found worse value: 337.548057525. iteration 11950 found worse value: 337.548057525. iteration 11951 found worse value: 337.548057525. iteration 11952 found worse value: 337.548057525. iteration 11953 found worse value: 337.548057525. iteration 11954 found worse value: 337.548057525. iteration 11955 found worse value: 337.548057525. iteration 11956 found worse value: 337.548057525. iteration 11957 found worse value: 337.548057525. iteration 11958 found worse value: 337.548057525. iteration 11959 found worse value: 337.548057525. iteration 11960 found worse value: 337.548057525. iteration 11961 found worse value: 337.548057525. iteration 11962 found worse value: 337.548057525. iteration 11963 found worse value: 337.548057525. iteration 11964 found worse value: 337.548057525. iteration 11965 found worse value: 337.548057525. iteration 11966 found worse value: 337.548057525. iteration 11967 found worse value: 337.548057525. iteration 11968 found worse value: 337.548057525. iteration 11969 found worse value: 337.548057525. iteration 11970 found worse value: 337.548057525. iteration 11971 found worse value: 337.548057525. iteration 11972 found worse value: 337.548057525. iteration 11973 found worse value: 337.548057525. iteration 11974 found worse value: 337.548057525. iteration 11975 found worse value: 337.548057525. iteration 11976 found worse value: 337.548057525. iteration 11977 found worse value: 337.548057525. iteration 11978 found worse value: 337.548057525. iteration 11979 found worse value: 337.548057525. iteration 11980 found worse value: 337.548057525. iteration 11981 found worse value: 337.548057525. iteration 11982 found worse value: 337.548057525. iteration 11983 found worse value: 337.548057525. iteration 11984 found worse value: 337.548057525. iteration 11985 found worse value: 337.548057525. iteration 11986 found worse value: 337.548057525. iteration 11987 found worse value: 337.548057525. iteration 11988 found worse value: 337.548057525. iteration 11989 found worse value: 337.548057525. iteration 11990 found worse value: 337.548057525. iteration 11991 found worse value: 337.548057525. iteration 11992 found worse value: 337.548057525. iteration 11993 found worse value: 337.548057525. iteration 11994 found worse value: 337.548057525. iteration 11995 found worse value: 337.548057525. iteration 11996 found worse value: 337.548057525. iteration 11997 found worse value: 337.548057525. iteration 11998 found worse value: 337.548057525. iteration 11999 found worse value: 337.548057525. iteration 12000 found worse value: 337.548057525. iteration 12001 found worse value: 337.548057525. iteration 12002 found worse value: 337.548057525. iteration 12003 found worse value: 337.548057525. iteration 12004 found worse value: 337.548057525. iteration 12005 found worse value: 337.548057525. iteration 12006 found worse value: 337.548057525. iteration 12007 found worse value: 337.548057525. iteration 12008 found worse value: 337.548057525. iteration 12009 found worse value: 337.548057525. iteration 12010 found worse value: 337.548057525. iteration 12011 found worse value: 337.548057525. iteration 12012 found worse value: 337.548057525. iteration 12013 found worse value: 337.548057525. iteration 12014 found worse value: 337.548057525. iteration 12015 found worse value: 337.548057525. iteration 12016 found worse value: 337.548057525. iteration 12017 found worse value: 337.548057525. iteration 12018 found worse value: 337.548057525. iteration 12019 found worse value: 337.548057525. iteration 12020 found worse value: 337.548057525. iteration 12021 found worse value: 337.548057525. iteration 12022 found worse value: 337.548057525. iteration 12023 found worse value: 337.548057525. iteration 12024 found worse value: 337.548057525. iteration 12025 found worse value: 337.548057525. iteration 12026 found worse value: 337.548057525. iteration 12027 found worse value: 337.548057525. iteration 12028 found worse value: 337.548057525. iteration 12029 found worse value: 337.548057525. iteration 12030 found worse value: 337.548057525. iteration 12031 found worse value: 337.548057525. iteration 12032 found worse value: 337.548057525. iteration 12033 found worse value: 337.548057525. iteration 12034 found worse value: 337.548057525. iteration 12035 found worse value: 337.548057525. iteration 12036 found worse value: 337.548057525. iteration 12037 found worse value: 337.548057525. iteration 12038 found worse value: 337.548057525. iteration 12039 found worse value: 337.548057525. iteration 12040 found worse value: 337.548057525. iteration 12041 found worse value: 337.548057525. iteration 12042 found worse value: 337.548057525. iteration 12043 found worse value: 337.548057525. iteration 12044 found worse value: 337.548057525. iteration 12045 found worse value: 337.548057525. iteration 12046 found worse value: 337.548057525. iteration 12047 found worse value: 337.548057525. iteration 12048 found worse value: 337.548057525. iteration 12049 found worse value: 337.548057525. iteration 12050 found worse value: 337.548057525. iteration 12051 found worse value: 337.548057525. iteration 12052 found worse value: 337.548057525. iteration 12053 found worse value: 337.548057525. iteration 12054 found worse value: 337.548057525. iteration 12055 found worse value: 337.548057525. iteration 12056 found worse value: 337.548057525. iteration 12057 found worse value: 337.548057525. iteration 12058 found worse value: 337.548057525. iteration 12059 found worse value: 337.548057525. iteration 12060 found worse value: 337.548057525. iteration 12061 found worse value: 337.548057525. iteration 12062 found worse value: 337.548057525. iteration 12063 found worse value: 337.548057525. iteration 12064 found worse value: 337.548057525. iteration 12065 found worse value: 337.548057525. iteration 12066 found worse value: 337.548057525. iteration 12067 found worse value: 337.548057525. iteration 12068 found worse value: 337.548057525. iteration 12069 found worse value: 337.548057525. iteration 12070 found worse value: 337.548057525. iteration 12071 found worse value: 337.548057525. iteration 12072 found worse value: 337.548057525. iteration 12073 found worse value: 337.548057525. iteration 12074 found worse value: 337.548057525. iteration 12075 found worse value: 337.548057525. iteration 12076 found worse value: 337.548057525. iteration 12077 found worse value: 337.548057525. iteration 12078 found worse value: 337.548057525. iteration 12079 found worse value: 337.548057525. iteration 12080 found worse value: 337.548057525. iteration 12081 found worse value: 337.548057525. iteration 12082 found worse value: 337.548057525. iteration 12083 found worse value: 337.548057525. iteration 12084 found worse value: 337.548057525. iteration 12085 found worse value: 337.548057525. iteration 12086 found worse value: 337.548057525. iteration 12087 found worse value: 337.548057525. iteration 12088 found worse value: 337.548057525. iteration 12089 found worse value: 337.548057525. iteration 12090 found worse value: 337.548057525. iteration 12091 found worse value: 337.548057525. iteration 12092 found worse value: 337.548057525. iteration 12093 found worse value: 337.548057525. iteration 12094 found worse value: 337.548057525. iteration 12095 found worse value: 337.548057525. iteration 12096 found worse value: 337.548057525. iteration 12097 found worse value: 337.548057525. iteration12097, perturbing to get out of local maxima iteration 12098 found worse value: 337.548057525. iteration 12099 found worse value: 337.548057525. iteration 12100 found worse value: 337.548057525. iteration 12101 found worse value: 337.548057525. iteration 12102 found worse value: 337.548057525. iteration 12103 found worse value: 337.548057525. iteration 12104 found worse value: 337.548057525. iteration 12105 found worse value: 337.548057525. iteration 12106 found worse value: 337.548057525. iteration 12107 found worse value: 337.548057525. iteration 12108 found worse value: 337.548057525. iteration 12109 found worse value: 337.548057525. iteration 12110 found worse value: 337.548057525. iteration 12111 found worse value: 337.548057525. iteration 12112 found worse value: 337.548057525. iteration 12113 found worse value: 337.548057525. iteration 12114 found worse value: 337.548057525. iteration 12115 found worse value: 337.548057525. iteration 12116 found worse value: 337.548057525. iteration 12117 found worse value: 337.548057525. iteration 12118 found worse value: 337.548057525. iteration 12119 found worse value: 337.548057525. iteration 12120 found worse value: 337.548057525. iteration 12121 found worse value: 337.548057525. iteration 12122 found worse value: 337.548057525. iteration 12123 found worse value: 337.548057525. iteration 12124 found worse value: 337.548057525. iteration 12125 found worse value: 337.548057525. iteration 12126 found worse value: 337.548057525. iteration 12127 found worse value: 337.548057525. iteration 12128 found worse value: 337.548057525. iteration 12129 found worse value: 337.548057525. iteration 12130 found worse value: 337.548057525. iteration 12131 found worse value: 337.548057525. iteration 12132 found worse value: 337.548057525. iteration 12133 found worse value: 337.548057525. iteration 12134 found worse value: 337.548057525. iteration 12135 found worse value: 337.548057525. iteration 12136 found worse value: 337.548057525. iteration 12137 found worse value: 337.548057525. iteration 12138 found worse value: 337.548057525. iteration 12139 found worse value: 337.548057525. iteration 12140 found worse value: 337.548057525. iteration 12141 found worse value: 337.548057525. iteration 12142 found worse value: 337.548057525. iteration 12143 found worse value: 337.548057525. iteration 12144 found worse value: 337.548057525. iteration 12145 found worse value: 337.548057525. iteration 12146 found worse value: 337.548057525. iteration 12147 found worse value: 337.548057525. iteration 12148 found worse value: 337.548057525. iteration 12149 found worse value: 337.548057525. iteration 12150 found worse value: 337.548057525. iteration 12151 found worse value: 337.548057525. iteration 12152 found worse value: 337.548057525. iteration 12153 found worse value: 337.548057525. iteration 12154 found worse value: 337.548057525. iteration 12155 found worse value: 337.548057525. iteration 12156 found worse value: 337.548057525. iteration 12157 found worse value: 337.548057525. iteration 12158 found worse value: 337.548057525. iteration 12159 found worse value: 337.548057525. iteration 12160 found worse value: 337.548057525. iteration 12161 found worse value: 337.548057525. iteration 12162 found worse value: 337.548057525. iteration 12163 found worse value: 337.548057525. iteration 12164 found worse value: 337.548057525. iteration 12165 found worse value: 337.548057525. iteration 12166 found worse value: 337.548057525. iteration 12167 found worse value: 337.548057525. iteration 12168 found worse value: 337.548057525. iteration 12169 found worse value: 337.548057525. iteration 12170 found worse value: 337.548057525. iteration 12171 found worse value: 337.548057525. iteration 12172 found worse value: 337.548057525. iteration 12173 found worse value: 337.548057525. iteration 12174 found worse value: 337.548057525. iteration 12175 found worse value: 337.548057525. iteration 12176 found worse value: 337.548057525. iteration 12177 found worse value: 337.548057525. iteration 12178 found worse value: 337.548057525. iteration 12179 found worse value: 337.548057525. iteration 12180 found worse value: 337.548057525. iteration 12181 found worse value: 337.548057525. iteration 12182 found worse value: 337.548057525. iteration 12183 found worse value: 337.548057525. iteration12183, perturbing to get out of local maxima iteration 12184 found worse value: 337.548057525. iteration 12185 found worse value: 337.548057525. iteration 12186 found worse value: 337.548057525. iteration 12187 found worse value: 337.548057525. iteration 12188 found worse value: 337.548057525. iteration 12189 found worse value: 337.548057525. iteration 12190 found worse value: 337.548057525. iteration 12191 found worse value: 337.548057525. iteration 12192 found worse value: 337.548057525. iteration 12193 found worse value: 337.548057525. iteration 12194 found worse value: 337.548057525. iteration 12195 found worse value: 337.548057525. iteration 12196 found worse value: 337.548057525. iteration 12197 found worse value: 337.548057525. iteration 12198 found worse value: 337.548057525. iteration 12199 found worse value: 337.548057525. iteration 12200 found worse value: 337.548057525. iteration 12201 found worse value: 337.548057525. iteration 12202 found worse value: 337.548057525. iteration 12203 found worse value: 337.548057525. iteration 12204 found worse value: 337.548057525. iteration 12205 found worse value: 337.548057525. iteration 12206 found worse value: 337.548057525. iteration 12207 found worse value: 337.548057525. iteration 12208 found worse value: 337.548057525. iteration 12209 found worse value: 337.548057525. iteration 12210 found worse value: 337.548057525. iteration 12211 found worse value: 337.548057525. iteration 12212 found worse value: 337.548057525. iteration 12213 found worse value: 337.548057525. iteration 12214 found worse value: 337.548057525. iteration 12215 found worse value: 337.548057525. iteration 12216 found worse value: 337.548057525. iteration 12217 found worse value: 337.548057525. iteration 12218 found worse value: 337.548057525. iteration 12219 found worse value: 337.548057525. iteration 12220 found worse value: 337.548057525. iteration 12221 found worse value: 337.548057525. iteration 12222 found worse value: 337.548057525. iteration 12223 found worse value: 337.548057525. iteration 12224 found worse value: 337.548057525. iteration 12225 found worse value: 337.548057525. iteration 12226 found worse value: 337.548057525. iteration 12227 found worse value: 337.548057525. iteration 12228 found worse value: 337.548057525. iteration 12229 found worse value: 337.548057525. iteration 12230 found worse value: 337.548057525. iteration 12231 found worse value: 337.548057525. iteration 12232 found worse value: 337.548057525. iteration 12233 found worse value: 337.548057525. iteration 12234 found worse value: 337.548057525. iteration 12235 found worse value: 337.548057525. iteration 12236 found worse value: 337.548057525. iteration 12237 found worse value: 337.548057525. iteration 12238 found worse value: 337.548057525. iteration 12239 found worse value: 337.548057525. iteration 12240 found worse value: 337.548057525. iteration 12241 found worse value: 337.548057525. iteration 12242 found worse value: 337.548057525. iteration 12243 found worse value: 337.548057525. iteration 12244 found worse value: 337.548057525. iteration 12245 found worse value: 337.548057525. iteration 12246 found worse value: 337.548057525. iteration 12247 found worse value: 337.548057525. iteration 12248 found worse value: 337.548057525. iteration 12249 found worse value: 337.548057525. iteration 12250 found worse value: 337.548057525. iteration 12251 found worse value: 337.548057525. iteration 12252 found worse value: 337.548057525. iteration 12253 found worse value: 337.548057525. iteration 12254 found worse value: 337.548057525. iteration 12255 found worse value: 337.548057525. iteration 12256 found worse value: 337.548057525. iteration 12257 found worse value: 337.548057525. iteration 12258 found worse value: 337.548057525. iteration 12259 found worse value: 337.548057525. iteration 12260 found worse value: 337.548057525. iteration 12261 found worse value: 337.548057525. iteration 12262 found worse value: 337.548057525. iteration 12263 found worse value: 337.548057525. iteration 12264 found worse value: 337.548057525. iteration 12265 found worse value: 337.548057525. iteration 12266 found worse value: 337.548057525. iteration 12267 found worse value: 337.548057525. iteration 12268 found worse value: 337.548057525. iteration 12269 found worse value: 337.548057525. iteration 12270 found worse value: 337.548057525. iteration 12271 found worse value: 337.548057525. iteration 12272 found worse value: 337.548057525. iteration 12273 found worse value: 337.548057525. iteration 12274 found worse value: 337.548057525. iteration 12275 found worse value: 337.548057525. iteration 12276 found worse value: 337.548057525. iteration 12277 found worse value: 337.548057525. iteration 12278 found worse value: 337.548057525. iteration 12279 found worse value: 337.548057525. iteration 12280 found worse value: 337.548057525. iteration 12281 found worse value: 337.548057525. iteration 12282 found worse value: 337.548057525. iteration 12283 found worse value: 337.548057525. iteration 12284 found worse value: 337.548057525. iteration 12285 found worse value: 337.548057525. iteration 12286 found worse value: 337.548057525. iteration 12287 found worse value: 337.548057525. iteration 12288 found worse value: 337.548057525. iteration 12289 found worse value: 337.548057525. iteration 12290 found worse value: 337.548057525. iteration 12291 found worse value: 337.548057525. iteration 12292 found worse value: 337.548057525. iteration 12293 found worse value: 337.548057525. iteration 12294 found worse value: 337.548057525. iteration 12295 found worse value: 337.548057525. iteration 12296 found worse value: 337.548057525. iteration 12297 found worse value: 337.548057525. iteration 12298 found worse value: 337.548057525. iteration 12299 found worse value: 337.548057525. iteration 12300 found worse value: 337.548057525. iteration 12301 found worse value: 337.548057525. iteration 12302 found worse value: 337.548057525. iteration 12303 found worse value: 337.548057525. iteration 12304 found worse value: 337.548057525. iteration 12305 found worse value: 337.548057525. iteration 12306 found worse value: 337.548057525. iteration 12307 found worse value: 337.548057525. iteration 12308 found worse value: 337.548057525. iteration 12309 found worse value: 337.548057525. iteration 12310 found worse value: 337.548057525. iteration 12311 found worse value: 337.548057525. iteration 12312 found worse value: 337.548057525. iteration 12313 found worse value: 337.548057525. iteration 12314 found worse value: 337.548057525. iteration 12315 found worse value: 337.548057525. iteration 12316 found worse value: 337.548057525. iteration 12317 found worse value: 337.548057525. iteration 12318 found worse value: 337.548057525. iteration 12319 found worse value: 337.548057525. iteration 12320 found worse value: 337.548057525. iteration 12321 found worse value: 337.548057525. iteration 12322 found worse value: 337.548057525. iteration 12323 found worse value: 337.548057525. iteration12323, perturbing to get out of local maxima iteration 12324 found worse value: 337.548057525. iteration 12325 found worse value: 337.548057525. iteration 12326 found worse value: 337.548057525. iteration 12327 found worse value: 337.548057525. iteration 12328 found worse value: 337.548057525. iteration 12329 found worse value: 337.548057525. iteration 12330 found worse value: 337.548057525. iteration 12331 found worse value: 337.548057525. iteration 12332 found worse value: 337.548057525. iteration 12333 found worse value: 337.548057525. iteration 12334 found worse value: 337.548057525. iteration 12335 found worse value: 337.548057525. iteration 12336 found worse value: 337.548057525. iteration 12337 found worse value: 337.548057525. iteration 12338 found worse value: 337.548057525. iteration 12339 found worse value: 337.548057525. iteration 12340 found worse value: 337.548057525. iteration 12341 found worse value: 337.548057525. iteration 12342 found worse value: 337.548057525. iteration 12343 found worse value: 337.548057525. iteration 12344 found worse value: 337.548057525. iteration 12345 found worse value: 337.548057525. iteration 12346 found worse value: 337.548057525. iteration 12347 found worse value: 337.548057525. iteration 12348 found worse value: 337.548057525. iteration 12349 found worse value: 337.548057525. iteration 12350 found worse value: 337.548057525. iteration 12351 found worse value: 337.548057525. iteration 12352 found worse value: 337.548057525. iteration 12353 found worse value: 337.548057525. iteration 12354 found worse value: 337.548057525. iteration 12355 found worse value: 337.548057525. iteration 12356 found worse value: 337.548057525. iteration 12357 found worse value: 337.548057525. iteration 12358 found worse value: 337.548057525. iteration 12359 found worse value: 337.548057525. iteration 12360 found worse value: 337.548057525. iteration 12361 found worse value: 337.548057525. iteration 12362 found worse value: 337.548057525. iteration 12363 found worse value: 337.548057525. iteration 12364 found worse value: 337.548057525. iteration 12365 found worse value: 337.548057525. iteration 12366 found worse value: 337.548057525. iteration 12367 found worse value: 337.548057525. iteration 12368 found worse value: 337.548057525. iteration 12369 found worse value: 337.548057525. iteration 12370 found worse value: 337.548057525. iteration 12371 found worse value: 337.548057525. iteration 12372 found worse value: 337.548057525. iteration 12373 found worse value: 337.548057525. iteration 12374 found worse value: 337.548057525. iteration 12375 found worse value: 337.548057525. iteration 12376 found worse value: 337.548057525. iteration 12377 found worse value: 337.548057525. iteration 12378 found worse value: 337.548057525. iteration 12379 found worse value: 337.548057525. iteration 12380 found worse value: 337.548057525. iteration 12381 found worse value: 337.548057525. iteration 12382 found worse value: 337.548057525. iteration 12383 found worse value: 337.548057525. iteration 12384 found worse value: 337.548057525. iteration 12385 found worse value: 337.548057525. iteration 12386 found worse value: 337.548057525. iteration 12387 found worse value: 337.548057525. iteration 12388 found worse value: 337.548057525. iteration 12389 found worse value: 337.548057525. iteration 12390 found worse value: 337.548057525. iteration 12391 found worse value: 337.548057525. iteration 12392 found worse value: 337.548057525. iteration 12393 found worse value: 337.548057525. iteration 12394 found worse value: 337.548057525. iteration 12395 found worse value: 337.548057525. iteration 12396 found worse value: 337.548057525. iteration 12397 found worse value: 337.548057525. iteration 12398 found worse value: 337.548057525. iteration 12399 found worse value: 337.548057525. iteration 12400 found worse value: 337.548057525. iteration 12401 found worse value: 337.548057525. iteration 12402 found worse value: 337.548057525. iteration 12403 found worse value: 337.548057525. iteration 12404 found worse value: 337.548057525. iteration 12405 found worse value: 337.548057525. iteration 12406 found worse value: 337.548057525. iteration 12407 found worse value: 337.548057525. iteration 12408 found worse value: 337.548057525. iteration 12409 found worse value: 337.548057525. iteration 12410 found worse value: 337.548057525. iteration 12411 found worse value: 337.548057525. iteration 12412 found worse value: 337.548057525. iteration 12413 found worse value: 337.548057525. iteration 12414 found worse value: 337.548057525. iteration 12415 found worse value: 337.548057525. iteration 12416 found worse value: 337.548057525. iteration 12417 found worse value: 337.548057525. iteration 12418 found worse value: 337.548057525. iteration 12419 found worse value: 337.548057525. iteration 12420 found worse value: 337.548057525. iteration 12421 found worse value: 337.548057525. iteration 12422 found worse value: 337.548057525. iteration 12423 found worse value: 337.548057525. iteration 12424 found worse value: 337.548057525. iteration 12425 found worse value: 337.548057525. iteration 12426 found worse value: 337.548057525. iteration 12427 found worse value: 337.548057525. iteration 12428 found worse value: 337.548057525. iteration 12429 found worse value: 337.548057525. iteration 12430 found worse value: 337.548057525. iteration 12431 found worse value: 337.548057525. iteration 12432 found worse value: 337.548057525. iteration 12433 found worse value: 337.548057525. iteration 12434 found worse value: 337.548057525. iteration 12435 found worse value: 337.548057525. iteration 12436 found worse value: 337.548057525. iteration 12437 found worse value: 337.548057525. iteration 12438 found worse value: 337.548057525. iteration 12439 found worse value: 337.548057525. iteration 12440 found worse value: 337.548057525. iteration 12441 found worse value: 337.548057525. iteration 12442 found worse value: 337.548057525. iteration 12443 found worse value: 337.548057525. iteration 12444 found worse value: 337.548057525. iteration 12445 found worse value: 337.548057525. iteration 12446 found worse value: 337.548057525. iteration 12447 found worse value: 337.548057525. iteration 12448 found worse value: 337.548057525. iteration 12449 found worse value: 337.548057525. iteration 12450 found worse value: 337.548057525. iteration 12451 found worse value: 337.548057525. iteration 12452 found worse value: 337.548057525. iteration 12453 found worse value: 337.548057525. iteration 12454 found worse value: 337.548057525. iteration 12455 found worse value: 337.548057525. iteration 12456 found worse value: 337.548057525. iteration 12457 found worse value: 337.548057525. iteration 12458 found worse value: 337.548057525. iteration 12459 found worse value: 337.548057525. iteration 12460 found worse value: 337.548057525. iteration 12461 found worse value: 337.548057525. iteration 12462 found worse value: 337.548057525. iteration 12463 found worse value: 337.548057525. iteration 12464 found worse value: 337.548057525. iteration 12465 found worse value: 337.548057525. iteration 12466 found worse value: 337.548057525. iteration 12467 found worse value: 337.548057525. iteration 12468 found worse value: 337.548057525. iteration 12469 found worse value: 337.548057525. iteration 12470 found worse value: 337.548057525. iteration 12471 found worse value: 337.548057525. iteration 12472 found worse value: 337.548057525. iteration 12473 found worse value: 337.548057525. iteration 12474 found worse value: 337.548057525. iteration 12475 found worse value: 337.548057525. iteration 12476 found worse value: 337.548057525. iteration 12477 found worse value: 337.548057525. iteration 12478 found worse value: 337.548057525. iteration 12479 found worse value: 337.548057525. iteration 12480 found worse value: 337.548057525. iteration 12481 found worse value: 337.548057525. iteration 12482 found worse value: 337.548057525. iteration 12483 found worse value: 337.548057525. iteration 12484 found worse value: 337.548057525. iteration 12485 found worse value: 337.548057525. iteration 12486 found worse value: 337.548057525. iteration 12487 found worse value: 337.548057525. iteration 12488 found worse value: 337.548057525. iteration 12489 found worse value: 337.548057525. iteration 12490 found worse value: 337.548057525. iteration 12491 found worse value: 337.548057525. iteration 12492 found worse value: 337.548057525. iteration 12493 found worse value: 337.548057525. iteration 12494 found worse value: 337.548057525. iteration 12495 found worse value: 337.548057525. iteration 12496 found worse value: 337.548057525. iteration 12497 found worse value: 337.548057525. iteration 12498 found worse value: 337.548057525. iteration 12499 found worse value: 337.548057525. iteration 12500 found worse value: 337.548057525. iteration 12501 found worse value: 337.548057525. iteration 12502 found worse value: 337.548057525. iteration 12503 found worse value: 337.548057525. iteration 12504 found worse value: 337.548057525. iteration 12505 found worse value: 337.548057525. iteration 12506 found worse value: 337.548057525. iteration 12507 found worse value: 337.548057525. iteration 12508 found worse value: 337.548057525. iteration 12509 found worse value: 337.548057525. iteration 12510 found worse value: 337.548057525. iteration 12511 found worse value: 337.548057525. iteration 12512 found worse value: 337.548057525. iteration 12513 found worse value: 337.548057525. iteration 12514 found worse value: 337.548057525. iteration 12515 found worse value: 337.548057525. iteration 12516 found worse value: 337.548057525. iteration 12517 found worse value: 337.548057525. iteration 12518 found worse value: 337.548057525. iteration 12519 found worse value: 337.548057525. iteration 12520 found worse value: 337.548057525. iteration 12521 found worse value: 337.548057525. iteration 12522 found worse value: 337.548057525. iteration 12523 found worse value: 337.548057525. iteration 12524 found worse value: 337.548057525. iteration 12525 found worse value: 337.548057525. iteration 12526 found worse value: 337.548057525. iteration 12527 found worse value: 337.548057525. iteration 12528 found worse value: 337.548057525. iteration 12529 found worse value: 337.548057525. iteration 12530 found worse value: 337.548057525. iteration 12531 found worse value: 337.548057525. iteration 12532 found worse value: 337.548057525. iteration 12533 found worse value: 337.548057525. iteration 12534 found worse value: 337.548057525. iteration 12535 found worse value: 337.548057525. iteration 12536 found worse value: 337.548057525. iteration 12537 found worse value: 337.548057525. iteration 12538 found worse value: 337.548057525. iteration 12539 found worse value: 337.548057525. iteration 12540 found worse value: 337.548057525. iteration 12541 found worse value: 337.548057525. iteration 12542 found worse value: 337.548057525. iteration 12543 found worse value: 337.548057525. iteration 12544 found worse value: 337.548057525. iteration 12545 found worse value: 337.548057525. iteration 12546 found worse value: 337.548057525. iteration 12547 found worse value: 337.548057525. iteration 12548 found worse value: 337.548057525. iteration 12549 found worse value: 337.548057525. iteration 12550 found worse value: 337.548057525. iteration 12551 found worse value: 337.548057525. iteration 12552 found worse value: 337.548057525. iteration 12553 found worse value: 337.548057525. iteration 12554 found worse value: 337.548057525. iteration 12555 found worse value: 337.548057525. iteration 12556 found worse value: 337.548057525. iteration 12557 found worse value: 337.548057525. iteration 12558 found worse value: 337.548057525. iteration 12559 found worse value: 337.548057525. iteration 12560 found worse value: 337.548057525. iteration 12561 found worse value: 337.548057525. iteration 12562 found worse value: 337.548057525. iteration 12563 found worse value: 337.548057525. iteration 12564 found worse value: 337.548057525. iteration 12565 found worse value: 337.548057525. iteration 12566 found worse value: 337.548057525. iteration 12567 found worse value: 337.548057525. iteration 12568 found worse value: 337.548057525. iteration 12569 found worse value: 337.548057525. iteration 12570 found worse value: 337.548057525. iteration 12571 found worse value: 337.548057525. iteration 12572 found worse value: 337.548057525. iteration 12573 found worse value: 337.548057525. iteration 12574 found worse value: 337.548057525. iteration 12575 found worse value: 337.548057525. iteration 12576 found worse value: 337.548057525. iteration 12577 found worse value: 337.548057525. iteration 12578 found worse value: 337.548057525. iteration 12579 found worse value: 337.548057525. iteration 12580 found worse value: 337.548057525. iteration 12581 found worse value: 337.548057525. iteration 12582 found worse value: 337.548057525. iteration 12583 found worse value: 337.548057525. iteration 12584 found worse value: 337.548057525. iteration 12585 found worse value: 337.548057525. iteration 12586 found worse value: 337.548057525. iteration 12587 found worse value: 337.548057525. iteration 12588 found worse value: 337.548057525. iteration 12589 found worse value: 337.548057525. iteration 12590 found worse value: 337.548057525. iteration 12591 found worse value: 337.548057525. iteration 12592 found worse value: 337.548057525. iteration 12593 found worse value: 337.548057525. iteration 12594 found worse value: 337.548057525. iteration 12595 found worse value: 337.548057525. iteration 12596 found worse value: 337.548057525. iteration 12597 found worse value: 337.548057525. iteration 12598 found worse value: 337.548057525. iteration 12599 found worse value: 337.548057525. iteration 12600 found worse value: 337.548057525. iteration 12601 found worse value: 337.548057525. iteration 12602 found worse value: 337.548057525. iteration 12603 found worse value: 337.548057525. iteration 12604 found worse value: 337.548057525. iteration 12605 found worse value: 337.548057525. iteration 12606 found worse value: 337.548057525. iteration 12607 found worse value: 337.548057525. iteration 12608 found worse value: 337.548057525. iteration 12609 found worse value: 337.548057525. iteration 12610 found worse value: 337.548057525. iteration 12611 found worse value: 337.548057525. iteration 12612 found worse value: 337.548057525. iteration 12613 found worse value: 337.548057525. iteration 12614 found worse value: 337.548057525. iteration 12615 found worse value: 337.548057525. iteration 12616 found worse value: 337.548057525. iteration 12617 found worse value: 337.548057525. iteration 12618 found worse value: 337.548057525. iteration 12619 found worse value: 337.548057525. iteration 12620 found worse value: 337.548057525. iteration 12621 found worse value: 337.548057525. iteration 12622 found worse value: 337.548057525. iteration 12623 found worse value: 337.548057525. iteration 12624 found worse value: 337.548057525. iteration 12625 found worse value: 337.548057525. iteration 12626 found worse value: 337.548057525. iteration 12627 found worse value: 337.548057525. iteration 12628 found worse value: 337.548057525. iteration 12629 found worse value: 337.548057525. iteration 12630 found worse value: 337.548057525. iteration 12631 found worse value: 337.548057525. iteration 12632 found worse value: 337.548057525. iteration 12633 found worse value: 337.548057525. iteration 12634 found worse value: 337.548057525. iteration 12635 found worse value: 337.548057525. iteration 12636 found worse value: 337.548057525. iteration 12637 found worse value: 337.548057525. iteration 12638 found worse value: 337.548057525. iteration 12639 found worse value: 337.548057525. iteration 12640 found worse value: 337.548057525. iteration 12641 found worse value: 337.548057525. iteration 12642 found worse value: 337.548057525. iteration 12643 found worse value: 337.548057525. iteration 12644 found worse value: 337.548057525. iteration 12645 found worse value: 337.548057525. iteration 12646 found worse value: 337.548057525. iteration 12647 found worse value: 337.548057525. iteration 12648 found worse value: 337.548057525. iteration 12649 found worse value: 337.548057525. iteration 12650 found worse value: 337.548057525. iteration 12651 found worse value: 337.548057525. iteration 12652 found worse value: 337.548057525. iteration 12653 found worse value: 337.548057525. iteration 12654 found worse value: 337.548057525. iteration 12655 found worse value: 337.548057525. iteration 12656 found worse value: 337.548057525. iteration 12657 found worse value: 337.548057525. iteration 12658 found worse value: 337.548057525. iteration 12659 found worse value: 337.548057525. iteration 12660 found worse value: 337.548057525. iteration 12661 found worse value: 337.548057525. iteration 12662 found worse value: 337.548057525. iteration 12663 found worse value: 337.548057525. iteration 12664 found worse value: 337.548057525. iteration 12665 found worse value: 337.548057525. iteration 12666 found worse value: 337.548057525. iteration 12667 found worse value: 337.548057525. iteration 12668 found worse value: 337.548057525. iteration 12669 found worse value: 337.548057525. iteration 12670 found worse value: 337.548057525. iteration 12671 found worse value: 337.548057525. iteration 12672 found worse value: 337.548057525. iteration 12673 found worse value: 337.548057525. iteration 12674 found worse value: 337.548057525. iteration 12675 found worse value: 337.548057525. iteration 12676 found worse value: 337.548057525. iteration 12677 found worse value: 337.548057525. iteration 12678 found worse value: 337.548057525. iteration 12679 found worse value: 337.548057525. iteration 12680 found worse value: 337.548057525. iteration 12681 found worse value: 337.548057525. iteration 12682 found worse value: 337.548057525. iteration 12683 found worse value: 337.548057525. iteration 12684 found worse value: 337.548057525. iteration 12685 found worse value: 337.548057525. iteration 12686 found worse value: 337.548057525. iteration 12687 found worse value: 337.548057525. iteration 12688 found worse value: 337.548057525. iteration 12689 found worse value: 337.548057525. iteration 12690 found worse value: 337.548057525. iteration 12691 found worse value: 337.548057525. iteration 12692 found worse value: 337.548057525. iteration 12693 found worse value: 337.548057525. iteration 12694 found worse value: 337.548057525. iteration 12695 found worse value: 337.548057525. iteration 12696 found worse value: 337.548057525. iteration 12697 found worse value: 337.548057525. iteration 12698 found worse value: 337.548057525. iteration 12699 found worse value: 337.548057525. iteration 12700 found worse value: 337.548057525. iteration 12701 found worse value: 337.548057525. iteration 12702 found worse value: 337.548057525. iteration 12703 found worse value: 337.548057525. iteration 12704 found worse value: 337.548057525. iteration 12705 found worse value: 337.548057525. iteration 12706 found worse value: 337.548057525. iteration 12707 found worse value: 337.548057525. iteration 12708 found worse value: 337.548057525. iteration 12709 found worse value: 337.548057525. iteration 12710 found worse value: 337.548057525. iteration 12711 found worse value: 337.548057525. iteration 12712 found worse value: 337.548057525. iteration 12713 found worse value: 337.548057525. iteration 12714 found worse value: 337.548057525. iteration 12715 found worse value: 337.548057525. iteration 12716 found worse value: 337.548057525. iteration 12717 found worse value: 337.548057525. iteration 12718 found worse value: 337.548057525. iteration 12719 found worse value: 337.548057525. iteration 12720 found worse value: 337.548057525. iteration 12721 found worse value: 337.548057525. iteration 12722 found worse value: 337.548057525. iteration 12723 found worse value: 337.548057525. iteration 12724 found worse value: 337.548057525. iteration 12725 found worse value: 337.548057525. iteration 12726 found worse value: 337.548057525. iteration 12727 found worse value: 337.548057525. iteration 12728 found worse value: 337.548057525. iteration 12729 found worse value: 337.548057525. iteration 12730 found worse value: 337.548057525. iteration 12731 found worse value: 337.548057525. iteration 12732 found worse value: 337.548057525. iteration 12733 found worse value: 337.548057525. iteration 12734 found worse value: 337.548057525. iteration 12735 found worse value: 337.548057525. iteration 12736 found worse value: 337.548057525. iteration 12737 found worse value: 337.548057525. iteration 12738 found worse value: 337.548057525. iteration 12739 found worse value: 337.548057525. iteration 12740 found worse value: 337.548057525. iteration 12741 found worse value: 337.548057525. iteration 12742 found worse value: 337.548057525. iteration 12743 found worse value: 337.548057525. iteration 12744 found worse value: 337.548057525. iteration 12745 found worse value: 337.548057525. iteration 12746 found worse value: 337.548057525. iteration 12747 found worse value: 337.548057525. iteration 12748 found worse value: 337.548057525. iteration 12749 found worse value: 337.548057525. iteration 12750 found worse value: 337.548057525. iteration 12751 found worse value: 337.548057525. iteration 12752 found worse value: 337.548057525. iteration 12753 found worse value: 337.548057525. iteration 12754 found worse value: 337.548057525. iteration12754, perturbing to get out of local maxima iteration 12755 found worse value: 337.548057525. iteration 12756 found worse value: 337.548057525. iteration 12757 found worse value: 337.548057525. iteration 12758 found worse value: 337.548057525. iteration 12759 found worse value: 337.548057525. iteration 12760 found worse value: 337.548057525. iteration 12761 found worse value: 337.548057525. iteration 12762 found worse value: 337.548057525. iteration 12763 found worse value: 337.548057525. iteration 12764 found worse value: 337.548057525. iteration 12765 found worse value: 337.548057525. iteration 12766 found worse value: 337.548057525. iteration 12767 found worse value: 337.548057525. iteration 12768 found worse value: 337.548057525. iteration 12769 found worse value: 337.548057525. iteration 12770 found worse value: 337.548057525. iteration 12771 found worse value: 337.548057525. iteration 12772 found worse value: 337.548057525. iteration 12773 found worse value: 337.548057525. iteration 12774 found worse value: 337.548057525. iteration 12775 found worse value: 337.548057525. iteration 12776 found worse value: 337.548057525. iteration 12777 found worse value: 337.548057525. iteration 12778 found worse value: 337.548057525. iteration 12779 found worse value: 337.548057525. iteration 12780 found worse value: 337.548057525. iteration 12781 found worse value: 337.548057525. iteration 12782 found worse value: 337.548057525. iteration 12783 found worse value: 337.548057525. iteration 12784 found worse value: 337.548057525. iteration 12785 found worse value: 337.548057525. iteration 12786 found worse value: 337.548057525. iteration 12787 found worse value: 337.548057525. iteration 12788 found worse value: 337.548057525. iteration 12789 found worse value: 337.548057525. iteration 12790 found worse value: 337.548057525. iteration 12791 found worse value: 337.548057525. iteration 12792 found worse value: 337.548057525. iteration 12793 found worse value: 337.548057525. iteration 12794 found worse value: 337.548057525. iteration12794, perturbing to get out of local maxima iteration 12795 found worse value: 337.548057525. iteration 12796 found worse value: 337.548057525. iteration 12797 found worse value: 337.548057525. iteration 12798 found worse value: 337.548057525. iteration 12799 found worse value: 337.548057525. iteration 12800 found worse value: 337.548057525. iteration 12801 found worse value: 337.548057525. iteration 12802 found worse value: 337.548057525. iteration 12803 found worse value: 337.548057525. iteration 12804 found worse value: 337.548057525. iteration 12805 found worse value: 337.548057525. iteration 12806 found worse value: 337.548057525. iteration 12807 found worse value: 337.548057525. iteration 12808 found worse value: 337.548057525. iteration 12809 found worse value: 337.548057525. iteration 12810 found worse value: 337.548057525. iteration 12811 found worse value: 337.548057525. iteration 12812 found worse value: 337.548057525. iteration 12813 found worse value: 337.548057525. iteration 12814 found worse value: 337.548057525. iteration 12815 found worse value: 337.548057525. iteration 12816 found worse value: 337.548057525. iteration 12817 found worse value: 337.548057525. iteration 12818 found worse value: 337.548057525. iteration 12819 found worse value: 337.548057525. iteration 12820 found worse value: 337.548057525. iteration 12821 found worse value: 337.548057525. iteration 12822 found worse value: 337.548057525. iteration 12823 found worse value: 337.548057525. iteration 12824 found worse value: 337.548057525. iteration 12825 found worse value: 337.548057525. iteration 12826 found worse value: 337.548057525. iteration 12827 found worse value: 337.548057525. iteration 12828 found worse value: 337.548057525. iteration 12829 found worse value: 337.548057525. iteration 12830 found worse value: 337.548057525. iteration 12831 found worse value: 337.548057525. iteration 12832 found worse value: 337.548057525. iteration 12833 found worse value: 337.548057525. iteration 12834 found worse value: 337.548057525. iteration 12835 found worse value: 337.548057525. iteration 12836 found worse value: 337.548057525. iteration 12837 found worse value: 337.548057525. iteration 12838 found worse value: 337.548057525. iteration 12839 found worse value: 337.548057525. iteration 12840 found worse value: 337.548057525. iteration 12841 found worse value: 337.548057525. iteration 12842 found worse value: 337.548057525. iteration 12843 found worse value: 337.548057525. iteration 12844 found worse value: 337.548057525. iteration 12845 found worse value: 337.548057525. iteration 12846 found worse value: 337.548057525. iteration 12847 found worse value: 337.548057525. iteration 12848 found worse value: 337.548057525. iteration 12849 found worse value: 337.548057525. iteration 12850 found worse value: 337.548057525. iteration 12851 found worse value: 337.548057525. iteration 12852 found worse value: 337.548057525. iteration 12853 found worse value: 337.548057525. iteration 12854 found worse value: 337.548057525. iteration 12855 found worse value: 337.548057525. iteration 12856 found worse value: 337.548057525. iteration 12857 found worse value: 337.548057525. iteration 12858 found worse value: 337.548057525. iteration 12859 found worse value: 337.548057525. iteration 12860 found worse value: 337.548057525. iteration 12861 found worse value: 337.548057525. iteration 12862 found worse value: 337.548057525. iteration 12863 found worse value: 337.548057525. iteration 12864 found worse value: 337.548057525. iteration 12865 found worse value: 337.548057525. iteration 12866 found worse value: 337.548057525. iteration 12867 found worse value: 337.548057525. iteration 12868 found worse value: 337.548057525. iteration 12869 found worse value: 337.548057525. iteration 12870 found worse value: 337.548057525. iteration 12871 found worse value: 337.548057525. iteration 12872 found worse value: 337.548057525. iteration 12873 found worse value: 337.548057525. iteration 12874 found worse value: 337.548057525. iteration 12875 found worse value: 337.548057525. iteration 12876 found worse value: 337.548057525. iteration 12877 found worse value: 337.548057525. iteration 12878 found worse value: 337.548057525. iteration 12879 found worse value: 337.548057525. iteration 12880 found worse value: 337.548057525. iteration 12881 found worse value: 337.548057525. iteration 12882 found worse value: 337.548057525. iteration 12883 found worse value: 337.548057525. iteration 12884 found worse value: 337.548057525. iteration 12885 found worse value: 337.548057525. iteration 12886 found worse value: 337.548057525. iteration 12887 found worse value: 337.548057525. iteration 12888 found worse value: 337.548057525. iteration 12889 found worse value: 337.548057525. iteration 12890 found worse value: 337.548057525. iteration 12891 found worse value: 337.548057525. iteration 12892 found worse value: 337.548057525. iteration 12893 found worse value: 337.548057525. iteration 12894 found worse value: 337.548057525. iteration 12895 found worse value: 337.548057525. iteration 12896 found worse value: 337.548057525. iteration 12897 found worse value: 337.548057525. iteration 12898 found worse value: 337.548057525. iteration 12899 found worse value: 337.548057525. iteration 12900 found worse value: 337.548057525. iteration 12901 found worse value: 337.548057525. iteration 12902 found worse value: 337.548057525. iteration 12903 found worse value: 337.548057525. iteration 12904 found worse value: 337.548057525. iteration 12905 found worse value: 337.548057525. iteration 12906 found worse value: 337.548057525. iteration 12907 found worse value: 337.548057525. iteration 12908 found worse value: 337.548057525. iteration 12909 found worse value: 337.548057525. iteration 12910 found worse value: 337.548057525. iteration 12911 found worse value: 337.548057525. iteration 12912 found worse value: 337.548057525. iteration 12913 found worse value: 337.548057525. iteration 12914 found worse value: 337.548057525. iteration 12915 found worse value: 337.548057525. iteration 12916 found worse value: 337.548057525. iteration 12917 found worse value: 337.548057525. iteration 12918 found worse value: 337.548057525. iteration 12919 found worse value: 337.548057525. iteration 12920 found worse value: 337.548057525. iteration 12921 found worse value: 337.548057525. iteration 12922 found worse value: 337.548057525. iteration 12923 found worse value: 337.548057525. iteration 12924 found worse value: 337.548057525. iteration 12925 found worse value: 337.548057525. iteration 12926 found worse value: 337.548057525. iteration 12927 found worse value: 337.548057525. iteration 12928 found worse value: 337.548057525. iteration 12929 found worse value: 337.548057525. iteration 12930 found worse value: 337.548057525. iteration 12931 found worse value: 337.548057525. iteration 12932 found worse value: 337.548057525. iteration 12933 found worse value: 337.548057525. iteration 12934 found worse value: 337.548057525. iteration 12935 found worse value: 337.548057525. iteration 12936 found worse value: 337.548057525. iteration 12937 found worse value: 337.548057525. iteration 12938 found worse value: 337.548057525. iteration 12939 found worse value: 337.548057525. iteration 12940 found worse value: 337.548057525. iteration 12941 found worse value: 337.548057525. iteration 12942 found worse value: 337.548057525. iteration 12943 found worse value: 337.548057525. iteration 12944 found worse value: 337.548057525. iteration 12945 found worse value: 337.548057525. iteration 12946 found worse value: 337.548057525. iteration 12947 found worse value: 337.548057525. iteration 12948 found worse value: 337.548057525. iteration 12949 found worse value: 337.548057525. iteration 12950 found worse value: 337.548057525. iteration 12951 found worse value: 337.548057525. iteration 12952 found worse value: 337.548057525. iteration 12953 found worse value: 337.548057525. iteration 12954 found worse value: 337.548057525. iteration 12955 found worse value: 337.548057525. iteration 12956 found worse value: 337.548057525. iteration 12957 found worse value: 337.548057525. iteration 12958 found worse value: 337.548057525. iteration 12959 found worse value: 337.548057525. iteration 12960 found worse value: 337.548057525. iteration 12961 found worse value: 337.548057525. iteration 12962 found worse value: 337.548057525. iteration 12963 found worse value: 337.548057525. iteration 12964 found worse value: 337.548057525. iteration 12965 found worse value: 337.548057525. iteration 12966 found worse value: 337.548057525. iteration 12967 found worse value: 337.548057525. iteration 12968 found worse value: 337.548057525. iteration 12969 found worse value: 337.548057525. iteration 12970 found worse value: 337.548057525. iteration 12971 found worse value: 337.548057525. iteration 12972 found worse value: 337.548057525. iteration 12973 found worse value: 337.548057525. iteration 12974 found worse value: 337.548057525. iteration 12975 found worse value: 337.548057525. iteration 12976 found worse value: 337.548057525. iteration 12977 found worse value: 337.548057525. iteration 12978 found worse value: 337.548057525. iteration 12979 found worse value: 337.548057525. iteration 12980 found worse value: 337.548057525. iteration 12981 found worse value: 337.548057525. iteration 12982 found worse value: 337.548057525. iteration 12983 found worse value: 337.548057525. iteration 12984 found worse value: 337.548057525. iteration 12985 found worse value: 337.548057525. iteration 12986 found worse value: 337.548057525. iteration 12987 found worse value: 337.548057525. iteration 12988 found worse value: 337.548057525. iteration 12989 found worse value: 337.548057525. iteration 12990 found worse value: 337.548057525. iteration 12991 found worse value: 337.548057525. iteration 12992 found worse value: 337.548057525. iteration 12993 found worse value: 337.548057525. iteration 12994 found worse value: 337.548057525. iteration 12995 found worse value: 337.548057525. iteration 12996 found worse value: 337.548057525. iteration 12997 found worse value: 337.548057525. iteration 12998 found worse value: 337.548057525. iteration 12999 found worse value: 337.548057525. iteration 13000 found worse value: 337.548057525. iteration 13001 found worse value: 337.548057525. iteration 13002 found worse value: 337.548057525. iteration 13003 found worse value: 337.548057525. iteration 13004 found worse value: 337.548057525. iteration 13005 found worse value: 337.548057525. iteration 13006 found worse value: 337.548057525. iteration 13007 found worse value: 337.548057525. iteration 13008 found worse value: 337.548057525. iteration 13009 found worse value: 337.548057525. iteration 13010 found worse value: 337.548057525. iteration 13011 found worse value: 337.548057525. iteration 13012 found worse value: 337.548057525. iteration 13013 found worse value: 337.548057525. iteration 13014 found worse value: 337.548057525. iteration 13015 found worse value: 337.548057525. iteration 13016 found worse value: 337.548057525. iteration 13017 found worse value: 337.548057525. iteration 13018 found worse value: 337.548057525. iteration 13019 found worse value: 337.548057525. iteration 13020 found worse value: 337.548057525. iteration 13021 found worse value: 337.548057525. iteration 13022 found worse value: 337.548057525. iteration 13023 found worse value: 337.548057525. iteration 13024 found worse value: 337.548057525. iteration 13025 found worse value: 337.548057525. iteration 13026 found worse value: 337.548057525. iteration 13027 found worse value: 337.548057525. iteration 13028 found worse value: 337.548057525. iteration 13029 found worse value: 337.548057525. iteration 13030 found worse value: 337.548057525. iteration13030, perturbing to get out of local maxima iteration 13031 found worse value: 337.548057525. iteration 13032 found worse value: 337.548057525. iteration 13033 found worse value: 337.548057525. iteration 13034 found worse value: 337.548057525. iteration 13035 found worse value: 337.548057525. iteration 13036 found worse value: 337.548057525. iteration 13037 found worse value: 337.548057525. iteration 13038 found worse value: 337.548057525. iteration 13039 found worse value: 337.548057525. iteration 13040 found worse value: 337.548057525. iteration 13041 found worse value: 337.548057525. iteration 13042 found worse value: 337.548057525. iteration 13043 found worse value: 337.548057525. iteration 13044 found worse value: 337.548057525. iteration 13045 found worse value: 337.548057525. iteration 13046 found worse value: 337.548057525. iteration 13047 found worse value: 337.548057525. iteration 13048 found worse value: 337.548057525. iteration 13049 found worse value: 337.548057525. iteration 13050 found worse value: 337.548057525. iteration 13051 found worse value: 337.548057525. iteration 13052 found worse value: 337.548057525. iteration 13053 found worse value: 337.548057525. iteration 13054 found worse value: 337.548057525. iteration 13055 found worse value: 337.548057525. iteration 13056 found worse value: 337.548057525. iteration 13057 found worse value: 337.548057525. iteration 13058 found worse value: 337.548057525. iteration 13059 found worse value: 337.548057525. iteration 13060 found worse value: 337.548057525. iteration 13061 found worse value: 337.548057525. iteration 13062 found worse value: 337.548057525. iteration 13063 found worse value: 337.548057525. iteration 13064 found worse value: 337.548057525. iteration 13065 found worse value: 337.548057525. iteration 13066 found worse value: 337.548057525. iteration 13067 found worse value: 337.548057525. iteration 13068 found worse value: 337.548057525. iteration 13069 found worse value: 337.548057525. iteration 13070 found worse value: 337.548057525. iteration 13071 found worse value: 337.548057525. iteration 13072 found worse value: 337.548057525. iteration 13073 found worse value: 337.548057525. iteration 13074 found worse value: 337.548057525. iteration 13075 found worse value: 337.548057525. iteration 13076 found worse value: 337.548057525. iteration 13077 found worse value: 337.548057525. iteration 13078 found worse value: 337.548057525. iteration 13079 found worse value: 337.548057525. iteration 13080 found worse value: 337.548057525. iteration 13081 found worse value: 337.548057525. iteration 13082 found worse value: 337.548057525. iteration 13083 found worse value: 337.548057525. iteration 13084 found worse value: 337.548057525. iteration 13085 found worse value: 337.548057525. iteration 13086 found worse value: 337.548057525. iteration 13087 found worse value: 337.548057525. iteration 13088 found worse value: 337.548057525. iteration 13089 found worse value: 337.548057525. iteration 13090 found worse value: 337.548057525. iteration 13091 found worse value: 337.548057525. iteration 13092 found worse value: 337.548057525. iteration 13093 found worse value: 337.548057525. iteration 13094 found worse value: 337.548057525. iteration 13095 found worse value: 337.548057525. iteration 13096 found worse value: 337.548057525. iteration 13097 found worse value: 337.548057525. iteration 13098 found worse value: 337.548057525. iteration 13099 found worse value: 337.548057525. iteration 13100 found worse value: 337.548057525. iteration 13101 found worse value: 337.548057525. iteration 13102 found worse value: 337.548057525. iteration 13103 found worse value: 337.548057525. iteration 13104 found worse value: 337.548057525. iteration 13105 found worse value: 337.548057525. iteration 13106 found worse value: 337.548057525. iteration 13107 found worse value: 337.548057525. iteration 13108 found worse value: 337.548057525. iteration 13109 found worse value: 337.548057525. iteration 13110 found worse value: 337.548057525. iteration 13111 found worse value: 337.548057525. iteration 13112 found worse value: 337.548057525. iteration 13113 found worse value: 337.548057525. iteration 13114 found worse value: 337.548057525. iteration 13115 found worse value: 337.548057525. iteration 13116 found worse value: 337.548057525. iteration 13117 found worse value: 337.548057525. iteration 13118 found worse value: 337.548057525. iteration 13119 found worse value: 337.548057525. iteration 13120 found worse value: 337.548057525. iteration 13121 found worse value: 337.548057525. iteration 13122 found worse value: 337.548057525. iteration 13123 found worse value: 337.548057525. iteration 13124 found worse value: 337.548057525. iteration 13125 found worse value: 337.548057525. iteration 13126 found worse value: 337.548057525. iteration 13127 found worse value: 337.548057525. iteration 13128 found worse value: 337.548057525. iteration 13129 found worse value: 337.548057525. iteration 13130 found worse value: 337.548057525. iteration 13131 found worse value: 337.548057525. iteration 13132 found worse value: 337.548057525. iteration 13133 found worse value: 337.548057525. iteration 13134 found worse value: 337.548057525. iteration 13135 found worse value: 337.548057525. iteration 13136 found worse value: 337.548057525. iteration 13137 found worse value: 337.548057525. iteration 13138 found worse value: 337.548057525. iteration 13139 found worse value: 337.548057525. iteration 13140 found worse value: 337.548057525. iteration 13141 found worse value: 337.548057525. iteration 13142 found worse value: 337.548057525. iteration 13143 found worse value: 337.548057525. iteration 13144 found worse value: 337.548057525. iteration 13145 found worse value: 337.548057525. iteration 13146 found worse value: 337.548057525. iteration 13147 found worse value: 337.548057525. iteration 13148 found worse value: 337.548057525. iteration 13149 found worse value: 337.548057525. iteration 13150 found worse value: 337.548057525. iteration 13151 found worse value: 337.548057525. iteration 13152 found worse value: 337.548057525. iteration 13153 found worse value: 337.548057525. iteration 13154 found worse value: 337.548057525. iteration 13155 found worse value: 337.548057525. iteration 13156 found worse value: 337.548057525. iteration 13157 found worse value: 337.548057525. iteration 13158 found worse value: 337.548057525. iteration 13159 found worse value: 337.548057525. iteration 13160 found worse value: 337.548057525. iteration 13161 found worse value: 337.548057525. iteration 13162 found worse value: 337.548057525. iteration 13163 found worse value: 337.548057525. iteration 13164 found worse value: 337.548057525. iteration 13165 found worse value: 337.548057525. iteration 13166 found worse value: 337.548057525. iteration 13167 found worse value: 337.548057525. iteration 13168 found worse value: 337.548057525. iteration 13169 found worse value: 337.548057525. iteration 13170 found worse value: 337.548057525. iteration 13171 found worse value: 337.548057525. iteration 13172 found worse value: 337.548057525. iteration 13173 found worse value: 337.548057525. iteration 13174 found worse value: 337.548057525. iteration 13175 found worse value: 337.548057525. iteration 13176 found worse value: 337.548057525. iteration 13177 found worse value: 337.548057525. iteration 13178 found worse value: 337.548057525. iteration 13179 found worse value: 337.548057525. iteration 13180 found worse value: 337.548057525. iteration 13181 found worse value: 337.548057525. iteration 13182 found worse value: 337.548057525. iteration 13183 found worse value: 337.548057525. iteration 13184 found worse value: 337.548057525. iteration 13185 found worse value: 337.548057525. iteration 13186 found worse value: 337.548057525. iteration 13187 found worse value: 337.548057525. iteration 13188 found worse value: 337.548057525. iteration 13189 found worse value: 337.548057525. iteration 13190 found worse value: 337.548057525. iteration 13191 found worse value: 337.548057525. iteration 13192 found worse value: 337.548057525. iteration 13193 found worse value: 337.548057525. iteration 13194 found worse value: 337.548057525. iteration 13195 found worse value: 337.548057525. iteration 13196 found worse value: 337.548057525. iteration 13197 found worse value: 337.548057525. iteration 13198 found worse value: 337.548057525. iteration 13199 found worse value: 337.548057525. iteration 13200 found worse value: 337.548057525. iteration 13201 found worse value: 337.548057525. iteration 13202 found worse value: 337.548057525. iteration 13203 found worse value: 337.548057525. iteration 13204 found worse value: 337.548057525. iteration 13205 found worse value: 337.548057525. iteration 13206 found worse value: 337.548057525. iteration 13207 found worse value: 337.548057525. iteration 13208 found worse value: 337.548057525. iteration 13209 found worse value: 337.548057525. iteration 13210 found worse value: 337.548057525. iteration 13211 found worse value: 337.548057525. iteration 13212 found worse value: 337.548057525. iteration 13213 found worse value: 337.548057525. iteration 13214 found worse value: 337.548057525. iteration 13215 found worse value: 337.548057525. iteration 13216 found worse value: 337.548057525. iteration 13217 found worse value: 337.548057525. iteration 13218 found worse value: 337.548057525. iteration 13219 found worse value: 337.548057525. iteration 13220 found worse value: 337.548057525. iteration 13221 found worse value: 337.548057525. iteration 13222 found worse value: 337.548057525. iteration 13223 found worse value: 337.548057525. iteration 13224 found worse value: 337.548057525. iteration 13225 found worse value: 337.548057525. iteration 13226 found worse value: 337.548057525. iteration 13227 found worse value: 337.548057525. iteration 13228 found worse value: 337.548057525. iteration 13229 found worse value: 337.548057525. iteration 13230 found worse value: 337.548057525. iteration 13231 found worse value: 337.548057525. iteration 13232 found worse value: 337.548057525. iteration 13233 found worse value: 337.548057525. iteration 13234 found worse value: 337.548057525. iteration 13235 found worse value: 337.548057525. iteration 13236 found worse value: 337.548057525. iteration 13237 found worse value: 337.548057525. iteration 13238 found worse value: 337.548057525. iteration 13239 found worse value: 337.548057525. iteration 13240 found worse value: 337.548057525. iteration 13241 found worse value: 337.548057525. iteration 13242 found worse value: 337.548057525. iteration 13243 found worse value: 337.548057525. iteration 13244 found worse value: 337.548057525. iteration 13245 found worse value: 337.548057525. iteration 13246 found worse value: 337.548057525. iteration 13247 found worse value: 337.548057525. iteration 13248 found worse value: 337.548057525. iteration 13249 found worse value: 337.548057525. iteration 13250 found worse value: 337.548057525. iteration 13251 found worse value: 337.548057525. iteration 13252 found worse value: 337.548057525. iteration 13253 found worse value: 337.548057525. iteration 13254 found worse value: 337.548057525. iteration 13255 found worse value: 337.548057525. iteration 13256 found worse value: 337.548057525. iteration 13257 found worse value: 337.548057525. iteration 13258 found worse value: 337.548057525. iteration 13259 found worse value: 337.548057525. iteration 13260 found worse value: 337.548057525. iteration 13261 found worse value: 337.548057525. iteration 13262 found worse value: 337.548057525. iteration 13263 found worse value: 337.548057525. iteration 13264 found worse value: 337.548057525. iteration 13265 found worse value: 337.548057525. iteration 13266 found worse value: 337.548057525. iteration 13267 found worse value: 337.548057525. iteration 13268 found worse value: 337.548057525. iteration 13269 found worse value: 337.548057525. iteration 13270 found worse value: 337.548057525. iteration 13271 found worse value: 337.548057525. iteration 13272 found worse value: 337.548057525. iteration 13273 found worse value: 337.548057525. iteration 13274 found worse value: 337.548057525. iteration 13275 found worse value: 337.548057525. iteration 13276 found worse value: 337.548057525. iteration 13277 found worse value: 337.548057525. iteration 13278 found worse value: 337.548057525. iteration 13279 found worse value: 337.548057525. iteration 13280 found worse value: 337.548057525. iteration 13281 found worse value: 337.548057525. iteration 13282 found worse value: 337.548057525. iteration 13283 found worse value: 337.548057525. iteration 13284 found worse value: 337.548057525. iteration 13285 found worse value: 337.548057525. iteration 13286 found worse value: 337.548057525. iteration 13287 found worse value: 337.548057525. iteration 13288 found worse value: 337.548057525. iteration 13289 found worse value: 337.548057525. iteration 13290 found worse value: 337.548057525. iteration 13291 found worse value: 337.548057525. iteration 13292 found worse value: 337.548057525. iteration 13293 found worse value: 337.548057525. iteration 13294 found worse value: 337.548057525. iteration 13295 found worse value: 337.548057525. iteration 13296 found worse value: 337.548057525. iteration 13297 found worse value: 337.548057525. iteration 13298 found worse value: 337.548057525. iteration 13299 found worse value: 337.548057525. iteration 13300 found worse value: 337.548057525. iteration 13301 found worse value: 337.548057525. iteration 13302 found worse value: 337.548057525. iteration 13303 found worse value: 337.548057525. iteration 13304 found worse value: 337.548057525. iteration 13305 found worse value: 337.548057525. iteration 13306 found worse value: 337.548057525. iteration 13307 found worse value: 337.548057525. iteration 13308 found worse value: 337.548057525. iteration 13309 found worse value: 337.548057525. iteration 13310 found worse value: 337.548057525. iteration13310, perturbing to get out of local maxima iteration 13311 found worse value: 337.548057525. iteration 13312 found worse value: 337.548057525. iteration 13313 found worse value: 337.548057525. iteration 13314 found worse value: 337.548057525. iteration 13315 found worse value: 337.548057525. iteration 13316 found worse value: 337.548057525. iteration 13317 found worse value: 337.548057525. iteration 13318 found worse value: 337.548057525. iteration 13319 found worse value: 337.548057525. iteration 13320 found worse value: 337.548057525. iteration 13321 found worse value: 337.548057525. iteration 13322 found worse value: 337.548057525. iteration 13323 found worse value: 337.548057525. iteration 13324 found worse value: 337.548057525. iteration 13325 found worse value: 337.548057525. iteration 13326 found worse value: 337.548057525. iteration 13327 found worse value: 337.548057525. iteration 13328 found worse value: 337.548057525. iteration 13329 found worse value: 337.548057525. iteration 13330 found worse value: 337.548057525. iteration 13331 found worse value: 337.548057525. iteration 13332 found worse value: 337.548057525. iteration 13333 found worse value: 337.548057525. iteration 13334 found worse value: 337.548057525. iteration 13335 found worse value: 337.548057525. iteration 13336 found worse value: 337.548057525. iteration 13337 found worse value: 337.548057525. iteration 13338 found worse value: 337.548057525. iteration 13339 found worse value: 337.548057525. iteration 13340 found worse value: 337.548057525. iteration 13341 found worse value: 337.548057525. iteration 13342 found worse value: 337.548057525. iteration 13343 found worse value: 337.548057525. iteration 13344 found worse value: 337.548057525. iteration 13345 found worse value: 337.548057525. iteration 13346 found worse value: 337.548057525. iteration 13347 found worse value: 337.548057525. iteration 13348 found worse value: 337.548057525. iteration 13349 found worse value: 337.548057525. iteration 13350 found worse value: 337.548057525. iteration 13351 found worse value: 337.548057525. iteration 13352 found worse value: 337.548057525. iteration 13353 found worse value: 337.548057525. iteration 13354 found worse value: 337.548057525. iteration 13355 found worse value: 337.548057525. iteration 13356 found worse value: 337.548057525. iteration 13357 found worse value: 337.548057525. iteration 13358 found worse value: 337.548057525. iteration 13359 found worse value: 337.548057525. iteration 13360 found worse value: 337.548057525. iteration 13361 found worse value: 337.548057525. iteration 13362 found worse value: 337.548057525. iteration 13363 found worse value: 337.548057525. iteration 13364 found worse value: 337.548057525. iteration 13365 found worse value: 337.548057525. iteration 13366 found worse value: 337.548057525. iteration 13367 found worse value: 337.548057525. iteration 13368 found worse value: 337.548057525. iteration 13369 found worse value: 337.548057525. iteration 13370 found worse value: 337.548057525. iteration 13371 found worse value: 337.548057525. iteration 13372 found worse value: 337.548057525. iteration 13373 found worse value: 337.548057525. iteration 13374 found worse value: 337.548057525. iteration 13375 found worse value: 337.548057525. iteration 13376 found worse value: 337.548057525. iteration 13377 found worse value: 337.548057525. iteration 13378 found worse value: 337.548057525. iteration 13379 found worse value: 337.548057525. iteration 13380 found worse value: 337.548057525. iteration 13381 found worse value: 337.548057525. iteration 13382 found worse value: 337.548057525. iteration 13383 found worse value: 337.548057525. iteration 13384 found worse value: 337.548057525. iteration 13385 found worse value: 337.548057525. iteration 13386 found worse value: 337.548057525. iteration 13387 found worse value: 337.548057525. iteration 13388 found worse value: 337.548057525. iteration 13389 found worse value: 337.548057525. iteration 13390 found worse value: 337.548057525. iteration 13391 found worse value: 337.548057525. iteration 13392 found worse value: 337.548057525. iteration 13393 found worse value: 337.548057525. iteration 13394 found worse value: 337.548057525. iteration 13395 found worse value: 337.548057525. iteration 13396 found worse value: 337.548057525. iteration 13397 found worse value: 337.548057525. iteration 13398 found worse value: 337.548057525. iteration 13399 found worse value: 337.548057525. iteration 13400 found worse value: 337.548057525. iteration 13401 found worse value: 337.548057525. iteration 13402 found worse value: 337.548057525. iteration 13403 found worse value: 337.548057525. iteration 13404 found worse value: 337.548057525. iteration 13405 found worse value: 337.548057525. iteration 13406 found worse value: 337.548057525. iteration 13407 found worse value: 337.548057525. iteration 13408 found worse value: 337.548057525. iteration 13409 found worse value: 337.548057525. iteration 13410 found worse value: 337.548057525. iteration 13411 found worse value: 337.548057525. iteration 13412 found worse value: 337.548057525. iteration 13413 found worse value: 337.548057525. iteration 13414 found worse value: 337.548057525. iteration 13415 found worse value: 337.548057525. iteration 13416 found worse value: 337.548057525. iteration 13417 found worse value: 337.548057525. iteration 13418 found worse value: 337.548057525. iteration 13419 found worse value: 337.548057525. iteration 13420 found worse value: 337.548057525. iteration 13421 found worse value: 337.548057525. iteration 13422 found worse value: 337.548057525. iteration 13423 found worse value: 337.548057525. iteration 13424 found worse value: 337.548057525. iteration 13425 found worse value: 337.548057525. iteration 13426 found worse value: 337.548057525. iteration 13427 found worse value: 337.548057525. iteration 13428 found worse value: 337.548057525. iteration 13429 found worse value: 337.548057525. iteration 13430 found worse value: 337.548057525. iteration 13431 found worse value: 337.548057525. iteration 13432 found worse value: 337.548057525. iteration 13433 found worse value: 337.548057525. iteration 13434 found worse value: 337.548057525. iteration 13435 found worse value: 337.548057525. iteration 13436 found worse value: 337.548057525. iteration 13437 found worse value: 337.548057525. iteration 13438 found worse value: 337.548057525. iteration 13439 found worse value: 337.548057525. iteration 13440 found worse value: 337.548057525. iteration 13441 found worse value: 337.548057525. iteration 13442 found worse value: 337.548057525. iteration 13443 found worse value: 337.548057525. iteration 13444 found worse value: 337.548057525. iteration 13445 found worse value: 337.548057525. iteration 13446 found worse value: 337.548057525. iteration 13447 found worse value: 337.548057525. iteration 13448 found worse value: 337.548057525. iteration 13449 found worse value: 337.548057525. iteration 13450 found worse value: 337.548057525. iteration 13451 found worse value: 337.548057525. iteration 13452 found worse value: 337.548057525. iteration 13453 found worse value: 337.548057525. iteration 13454 found worse value: 337.548057525. iteration 13455 found worse value: 337.548057525. iteration 13456 found worse value: 337.548057525. iteration 13457 found worse value: 337.548057525. iteration 13458 found worse value: 337.548057525. iteration 13459 found worse value: 337.548057525. iteration 13460 found worse value: 337.548057525. iteration 13461 found worse value: 337.548057525. iteration 13462 found worse value: 337.548057525. iteration 13463 found worse value: 337.548057525. iteration 13464 found worse value: 337.548057525. iteration 13465 found worse value: 337.548057525. iteration 13466 found worse value: 337.548057525. iteration13466, perturbing to get out of local maxima iteration 13467 found worse value: 337.548057525. iteration 13468 found worse value: 337.548057525. iteration 13469 found worse value: 337.548057525. iteration 13470 found worse value: 337.548057525. iteration 13471 found worse value: 337.548057525. iteration 13472 found worse value: 337.548057525. iteration 13473 found worse value: 337.548057525. iteration 13474 found worse value: 337.548057525. iteration 13475 found worse value: 337.548057525. iteration 13476 found worse value: 337.548057525. iteration 13477 found worse value: 337.548057525. iteration 13478 found worse value: 337.548057525. iteration 13479 found worse value: 337.548057525. iteration 13480 found worse value: 337.548057525. iteration 13481 found worse value: 337.548057525. iteration 13482 found worse value: 337.548057525. iteration 13483 found worse value: 337.548057525. iteration 13484 found worse value: 337.548057525. iteration 13485 found worse value: 337.548057525. iteration 13486 found worse value: 337.548057525. iteration 13487 found worse value: 337.548057525. iteration 13488 found worse value: 337.548057525. iteration 13489 found worse value: 337.548057525. iteration 13490 found worse value: 337.548057525. iteration 13491 found worse value: 337.548057525. iteration 13492 found worse value: 337.548057525. iteration 13493 found worse value: 337.548057525. iteration 13494 found worse value: 337.548057525. iteration 13495 found worse value: 337.548057525. iteration 13496 found worse value: 337.548057525. iteration 13497 found worse value: 337.548057525. iteration 13498 found worse value: 337.548057525. iteration 13499 found worse value: 337.548057525. iteration 13500 found worse value: 337.548057525. iteration 13501 found worse value: 337.548057525. iteration 13502 found worse value: 337.548057525. iteration 13503 found worse value: 337.548057525. iteration 13504 found worse value: 337.548057525. iteration 13505 found worse value: 337.548057525. iteration 13506 found worse value: 337.548057525. iteration 13507 found worse value: 337.548057525. iteration 13508 found worse value: 337.548057525. iteration 13509 found worse value: 337.548057525. iteration 13510 found worse value: 337.548057525. iteration 13511 found worse value: 337.548057525. iteration 13512 found worse value: 337.548057525. iteration 13513 found worse value: 337.548057525. iteration13513, perturbing to get out of local maxima iteration 13514 found worse value: 337.548057525. iteration 13515 found worse value: 337.548057525. iteration 13516 found worse value: 337.548057525. iteration 13517 found worse value: 337.548057525. iteration 13518 found worse value: 337.548057525. iteration 13519 found worse value: 337.548057525. iteration 13520 found worse value: 337.548057525. iteration 13521 found worse value: 337.548057525. iteration 13522 found worse value: 337.548057525. iteration 13523 found worse value: 337.548057525. iteration 13524 found worse value: 337.548057525. iteration13524, perturbing to get out of local maxima iteration 13525 found worse value: 337.548057525. iteration 13526 found worse value: 337.548057525. iteration 13527 found worse value: 337.548057525. iteration 13528 found worse value: 337.548057525. iteration 13529 found worse value: 337.548057525. iteration 13530 found worse value: 337.548057525. iteration 13531 found worse value: 337.548057525. iteration 13532 found worse value: 337.548057525. iteration 13533 found worse value: 337.548057525. iteration 13534 found worse value: 337.548057525. iteration 13535 found worse value: 337.548057525. iteration 13536 found worse value: 337.548057525. iteration 13537 found worse value: 337.548057525. iteration 13538 found worse value: 337.548057525. iteration 13539 found worse value: 337.548057525. iteration 13540 found worse value: 337.548057525. iteration 13541 found worse value: 337.548057525. iteration 13542 found worse value: 337.548057525. iteration 13543 found worse value: 337.548057525. iteration 13544 found worse value: 337.548057525. iteration 13545 found worse value: 337.548057525. iteration 13546 found worse value: 337.548057525. iteration 13547 found worse value: 337.548057525. iteration 13548 found worse value: 337.548057525. iteration 13549 found worse value: 337.548057525. iteration 13550 found worse value: 337.548057525. iteration 13551 found worse value: 337.548057525. iteration 13552 found worse value: 337.548057525. iteration 13553 found worse value: 337.548057525. iteration 13554 found worse value: 337.548057525. iteration 13555 found worse value: 337.548057525. iteration 13556 found worse value: 337.548057525. iteration 13557 found worse value: 337.548057525. iteration 13558 found worse value: 337.548057525. iteration 13559 found worse value: 337.548057525. iteration 13560 found worse value: 337.548057525. iteration 13561 found worse value: 337.548057525. iteration 13562 found worse value: 337.548057525. iteration 13563 found worse value: 337.548057525. iteration 13564 found worse value: 337.548057525. iteration 13565 found worse value: 337.548057525. iteration 13566 found worse value: 337.548057525. iteration 13567 found worse value: 337.548057525. iteration 13568 found worse value: 337.548057525. iteration 13569 found worse value: 337.548057525. iteration13569, perturbing to get out of local maxima iteration 13570 found worse value: 337.548057525. iteration 13571 found worse value: 337.548057525. iteration 13572 found worse value: 337.548057525. iteration 13573 found worse value: 337.548057525. iteration 13574 found worse value: 337.548057525. iteration 13575 found worse value: 337.548057525. iteration 13576 found worse value: 337.548057525. iteration 13577 found worse value: 337.548057525. iteration 13578 found worse value: 337.548057525. iteration 13579 found worse value: 337.548057525. iteration 13580 found worse value: 337.548057525. iteration 13581 found worse value: 337.548057525. iteration 13582 found worse value: 337.548057525. iteration 13583 found worse value: 337.548057525. iteration 13584 found worse value: 337.548057525. iteration 13585 found worse value: 337.548057525. iteration 13586 found worse value: 337.548057525. iteration 13587 found worse value: 337.548057525. iteration 13588 found worse value: 337.548057525. iteration 13589 found worse value: 337.548057525. iteration 13590 found worse value: 337.548057525. iteration 13591 found worse value: 337.548057525. iteration 13592 found worse value: 337.548057525. iteration 13593 found worse value: 337.548057525. iteration 13594 found worse value: 337.548057525. iteration 13595 found worse value: 337.548057525. iteration 13596 found worse value: 337.548057525. iteration 13597 found worse value: 337.548057525. iteration 13598 found worse value: 337.548057525. iteration 13599 found worse value: 337.548057525. iteration 13600 found worse value: 337.548057525. iteration 13601 found worse value: 337.548057525. iteration 13602 found worse value: 337.548057525. iteration 13603 found worse value: 337.548057525. iteration 13604 found worse value: 337.548057525. iteration 13605 found worse value: 337.548057525. iteration 13606 found worse value: 337.548057525. iteration 13607 found worse value: 337.548057525. iteration 13608 found worse value: 337.548057525. iteration 13609 found worse value: 337.548057525. iteration 13610 found worse value: 337.548057525. iteration 13611 found worse value: 337.548057525. iteration 13612 found worse value: 337.548057525. iteration 13613 found worse value: 337.548057525. iteration 13614 found worse value: 337.548057525. iteration 13615 found worse value: 337.548057525. iteration 13616 found worse value: 337.548057525. iteration 13617 found worse value: 337.548057525. iteration 13618 found worse value: 337.548057525. iteration 13619 found worse value: 337.548057525. iteration 13620 found worse value: 337.548057525. iteration 13621 found worse value: 337.548057525. iteration 13622 found worse value: 337.548057525. iteration 13623 found worse value: 337.548057525. iteration 13624 found worse value: 337.548057525. iteration 13625 found worse value: 337.548057525. iteration 13626 found worse value: 337.548057525. iteration 13627 found worse value: 337.548057525. iteration 13628 found worse value: 337.548057525. iteration 13629 found worse value: 337.548057525. iteration 13630 found worse value: 337.548057525. iteration 13631 found worse value: 337.548057525. iteration 13632 found worse value: 337.548057525. iteration 13633 found worse value: 337.548057525. iteration 13634 found worse value: 337.548057525. iteration 13635 found worse value: 337.548057525. iteration 13636 found worse value: 337.548057525. iteration 13637 found worse value: 337.548057525. iteration 13638 found worse value: 337.548057525. iteration 13639 found worse value: 337.548057525. iteration 13640 found worse value: 337.548057525. iteration 13641 found worse value: 337.548057525. iteration 13642 found worse value: 337.548057525. iteration 13643 found worse value: 337.548057525. iteration 13644 found worse value: 337.548057525. iteration 13645 found worse value: 337.548057525. iteration 13646 found worse value: 337.548057525. iteration 13647 found worse value: 337.548057525. iteration 13648 found worse value: 337.548057525. iteration 13649 found worse value: 337.548057525. iteration 13650 found worse value: 337.548057525. iteration 13651 found worse value: 337.548057525. iteration 13652 found worse value: 337.548057525. iteration 13653 found worse value: 337.548057525. iteration 13654 found worse value: 337.548057525. iteration 13655 found worse value: 337.548057525. iteration 13656 found worse value: 337.548057525. iteration 13657 found worse value: 337.548057525. iteration 13658 found worse value: 337.548057525. iteration 13659 found worse value: 337.548057525. iteration 13660 found worse value: 337.548057525. iteration 13661 found worse value: 337.548057525. iteration 13662 found worse value: 337.548057525. iteration 13663 found worse value: 337.548057525. iteration 13664 found worse value: 337.548057525. iteration 13665 found worse value: 337.548057525. iteration 13666 found worse value: 337.548057525. iteration 13667 found worse value: 337.548057525. iteration 13668 found worse value: 337.548057525. iteration 13669 found worse value: 337.548057525. iteration 13670 found worse value: 337.548057525. iteration 13671 found worse value: 337.548057525. iteration 13672 found worse value: 337.548057525. iteration 13673 found worse value: 337.548057525. iteration 13674 found worse value: 337.548057525. iteration 13675 found worse value: 337.548057525. iteration 13676 found worse value: 337.548057525. iteration 13677 found worse value: 337.548057525. iteration 13678 found worse value: 337.548057525. iteration 13679 found worse value: 337.548057525. iteration 13680 found worse value: 337.548057525. iteration 13681 found worse value: 337.548057525. iteration 13682 found worse value: 337.548057525. iteration 13683 found worse value: 337.548057525. iteration 13684 found worse value: 337.548057525. iteration 13685 found worse value: 337.548057525. iteration 13686 found worse value: 337.548057525. iteration 13687 found worse value: 337.548057525. iteration 13688 found worse value: 337.548057525. iteration 13689 found worse value: 337.548057525. iteration 13690 found worse value: 337.548057525. iteration 13691 found worse value: 337.548057525. iteration 13692 found worse value: 337.548057525. iteration 13693 found worse value: 337.548057525. iteration 13694 found worse value: 337.548057525. iteration 13695 found worse value: 337.548057525. iteration 13696 found worse value: 337.548057525. iteration 13697 found worse value: 337.548057525. iteration 13698 found worse value: 337.548057525. iteration 13699 found worse value: 337.548057525. iteration 13700 found worse value: 337.548057525. iteration 13701 found worse value: 337.548057525. iteration 13702 found worse value: 337.548057525. iteration 13703 found worse value: 337.548057525. iteration 13704 found worse value: 337.548057525. iteration 13705 found worse value: 337.548057525. iteration 13706 found worse value: 337.548057525. iteration 13707 found worse value: 337.548057525. iteration 13708 found worse value: 337.548057525. iteration 13709 found worse value: 337.548057525. iteration 13710 found worse value: 337.548057525. iteration 13711 found worse value: 337.548057525. iteration 13712 found worse value: 337.548057525. iteration 13713 found worse value: 337.548057525. iteration 13714 found worse value: 337.548057525. iteration 13715 found worse value: 337.548057525. iteration 13716 found worse value: 337.548057525. iteration 13717 found worse value: 337.548057525. iteration 13718 found worse value: 337.548057525. iteration 13719 found worse value: 337.548057525. iteration 13720 found worse value: 337.548057525. iteration 13721 found worse value: 337.548057525. iteration 13722 found worse value: 337.548057525. iteration 13723 found worse value: 337.548057525. iteration 13724 found worse value: 337.548057525. iteration 13725 found worse value: 337.548057525. iteration 13726 found worse value: 337.548057525. iteration 13727 found worse value: 337.548057525. iteration 13728 found worse value: 337.548057525. iteration 13729 found worse value: 337.548057525. iteration 13730 found worse value: 337.548057525. iteration 13731 found worse value: 337.548057525. iteration 13732 found worse value: 337.548057525. iteration 13733 found worse value: 337.548057525. iteration 13734 found worse value: 337.548057525. iteration 13735 found worse value: 337.548057525. iteration 13736 found worse value: 337.548057525. iteration 13737 found worse value: 337.548057525. iteration 13738 found worse value: 337.548057525. iteration 13739 found worse value: 337.548057525. iteration 13740 found worse value: 337.548057525. iteration 13741 found worse value: 337.548057525. iteration 13742 found worse value: 337.548057525. iteration 13743 found worse value: 337.548057525. iteration 13744 found worse value: 337.548057525. iteration 13745 found worse value: 337.548057525. iteration 13746 found worse value: 337.548057525. iteration 13747 found worse value: 337.548057525. iteration 13748 found worse value: 337.548057525. iteration 13749 found worse value: 337.548057525. iteration 13750 found worse value: 337.548057525. iteration 13751 found worse value: 337.548057525. iteration 13752 found worse value: 337.548057525. iteration 13753 found worse value: 337.548057525. iteration 13754 found worse value: 337.548057525. iteration 13755 found worse value: 337.548057525. iteration 13756 found worse value: 337.548057525. iteration 13757 found worse value: 337.548057525. iteration 13758 found worse value: 337.548057525. iteration 13759 found worse value: 337.548057525. iteration 13760 found worse value: 337.548057525. iteration 13761 found worse value: 337.548057525. iteration 13762 found worse value: 337.548057525. iteration 13763 found worse value: 337.548057525. iteration 13764 found worse value: 337.548057525. iteration 13765 found worse value: 337.548057525. iteration 13766 found worse value: 337.548057525. iteration 13767 found worse value: 337.548057525. iteration 13768 found worse value: 337.548057525. iteration13768, perturbing to get out of local maxima iteration 13769 found worse value: 337.548057525. iteration 13770 found worse value: 337.548057525. iteration 13771 found worse value: 337.548057525. iteration 13772 found worse value: 337.548057525. iteration 13773 found worse value: 337.548057525. iteration 13774 found worse value: 337.548057525. iteration 13775 found worse value: 337.548057525. iteration 13776 found worse value: 337.548057525. iteration 13777 found worse value: 337.548057525. iteration 13778 found worse value: 337.548057525. iteration 13779 found worse value: 337.548057525. iteration 13780 found worse value: 337.548057525. iteration 13781 found worse value: 337.548057525. iteration 13782 found worse value: 337.548057525. iteration 13783 found worse value: 337.548057525. iteration 13784 found worse value: 337.548057525. iteration 13785 found worse value: 337.548057525. iteration 13786 found worse value: 337.548057525. iteration 13787 found worse value: 337.548057525. iteration 13788 found worse value: 337.548057525. iteration 13789 found worse value: 337.548057525. iteration 13790 found worse value: 337.548057525. iteration 13791 found worse value: 337.548057525. iteration 13792 found worse value: 337.548057525. iteration 13793 found worse value: 337.548057525. iteration 13794 found worse value: 337.548057525. iteration 13795 found worse value: 337.548057525. iteration 13796 found worse value: 337.548057525. iteration 13797 found worse value: 337.548057525. iteration 13798 found worse value: 337.548057525. iteration 13799 found worse value: 337.548057525. iteration 13800 found worse value: 337.548057525. iteration 13801 found worse value: 337.548057525. iteration 13802 found worse value: 337.548057525. iteration 13803 found worse value: 337.548057525. iteration 13804 found worse value: 337.548057525. iteration 13805 found worse value: 337.548057525. iteration 13806 found worse value: 337.548057525. iteration 13807 found worse value: 337.548057525. iteration 13808 found worse value: 337.548057525. iteration 13809 found worse value: 337.548057525. iteration 13810 found worse value: 337.548057525. iteration 13811 found worse value: 337.548057525. iteration 13812 found worse value: 337.548057525. iteration 13813 found worse value: 337.548057525. iteration 13814 found worse value: 337.548057525. iteration 13815 found worse value: 337.548057525. iteration 13816 found worse value: 337.548057525. iteration 13817 found worse value: 337.548057525. iteration 13818 found worse value: 337.548057525. iteration 13819 found worse value: 337.548057525. iteration 13820 found worse value: 337.548057525. iteration 13821 found worse value: 337.548057525. iteration 13822 found worse value: 337.548057525. iteration 13823 found worse value: 337.548057525. iteration 13824 found worse value: 337.548057525. iteration 13825 found worse value: 337.548057525. iteration 13826 found worse value: 337.548057525. iteration 13827 found worse value: 337.548057525. iteration 13828 found worse value: 337.548057525. iteration 13829 found worse value: 337.548057525. iteration 13830 found worse value: 337.548057525. iteration 13831 found worse value: 337.548057525. iteration 13832 found worse value: 337.548057525. iteration 13833 found worse value: 337.548057525. iteration 13834 found worse value: 337.548057525. iteration 13835 found worse value: 337.548057525. iteration 13836 found worse value: 337.548057525. iteration 13837 found worse value: 337.548057525. iteration 13838 found worse value: 337.548057525. iteration 13839 found worse value: 337.548057525. iteration 13840 found worse value: 337.548057525. iteration 13841 found worse value: 337.548057525. iteration 13842 found worse value: 337.548057525. iteration 13843 found worse value: 337.548057525. iteration 13844 found worse value: 337.548057525. iteration 13845 found worse value: 337.548057525. iteration 13846 found worse value: 337.548057525. iteration 13847 found worse value: 337.548057525. iteration 13848 found worse value: 337.548057525. iteration 13849 found worse value: 337.548057525. iteration 13850 found worse value: 337.548057525. iteration 13851 found worse value: 337.548057525. iteration 13852 found worse value: 337.548057525. iteration 13853 found worse value: 337.548057525. iteration 13854 found worse value: 337.548057525. iteration 13855 found worse value: 337.548057525. iteration 13856 found worse value: 337.548057525. iteration 13857 found worse value: 337.548057525. iteration 13858 found worse value: 337.548057525. iteration 13859 found worse value: 337.548057525. iteration 13860 found worse value: 337.548057525. iteration 13861 found worse value: 337.548057525. iteration 13862 found worse value: 337.548057525. iteration 13863 found worse value: 337.548057525. iteration 13864 found worse value: 337.548057525. iteration 13865 found worse value: 337.548057525. iteration 13866 found worse value: 337.548057525. iteration 13867 found worse value: 337.548057525. iteration 13868 found worse value: 337.548057525. iteration 13869 found worse value: 337.548057525. iteration 13870 found worse value: 337.548057525. iteration 13871 found worse value: 337.548057525. iteration 13872 found worse value: 337.548057525. iteration 13873 found worse value: 337.548057525. iteration 13874 found worse value: 337.548057525. iteration 13875 found worse value: 337.548057525. iteration 13876 found worse value: 337.548057525. iteration 13877 found worse value: 337.548057525. iteration 13878 found worse value: 337.548057525. iteration 13879 found worse value: 337.548057525. iteration 13880 found worse value: 337.548057525. iteration 13881 found worse value: 337.548057525. iteration 13882 found worse value: 337.548057525. iteration 13883 found worse value: 337.548057525. iteration 13884 found worse value: 337.548057525. iteration 13885 found worse value: 337.548057525. iteration 13886 found worse value: 337.548057525. iteration 13887 found worse value: 337.548057525. iteration 13888 found worse value: 337.548057525. iteration 13889 found worse value: 337.548057525. iteration 13890 found worse value: 337.548057525. iteration 13891 found worse value: 337.548057525. iteration 13892 found worse value: 337.548057525. iteration 13893 found worse value: 337.548057525. iteration 13894 found worse value: 337.548057525. iteration 13895 found worse value: 337.548057525. iteration 13896 found worse value: 337.548057525. iteration 13897 found worse value: 337.548057525. iteration 13898 found worse value: 337.548057525. iteration 13899 found worse value: 337.548057525. iteration 13900 found worse value: 337.548057525. iteration 13901 found worse value: 337.548057525. iteration 13902 found worse value: 337.548057525. iteration 13903 found worse value: 337.548057525. iteration 13904 found worse value: 337.548057525. iteration 13905 found worse value: 337.548057525. iteration 13906 found worse value: 337.548057525. iteration 13907 found worse value: 337.548057525. iteration 13908 found worse value: 337.548057525. iteration 13909 found worse value: 337.548057525. iteration 13910 found worse value: 337.548057525. iteration 13911 found worse value: 337.548057525. iteration 13912 found worse value: 337.548057525. iteration 13913 found worse value: 337.548057525. iteration 13914 found worse value: 337.548057525. iteration 13915 found worse value: 337.548057525. iteration 13916 found worse value: 337.548057525. iteration 13917 found worse value: 337.548057525. iteration 13918 found worse value: 337.548057525. iteration 13919 found worse value: 337.548057525. iteration 13920 found worse value: 337.548057525. iteration 13921 found worse value: 337.548057525. iteration 13922 found worse value: 337.548057525. iteration 13923 found worse value: 337.548057525. iteration 13924 found worse value: 337.548057525. iteration 13925 found worse value: 337.548057525. iteration 13926 found worse value: 337.548057525. iteration 13927 found worse value: 337.548057525. iteration 13928 found worse value: 337.548057525. iteration 13929 found worse value: 337.548057525. iteration 13930 found worse value: 337.548057525. iteration 13931 found worse value: 337.548057525. iteration 13932 found worse value: 337.548057525. iteration 13933 found worse value: 337.548057525. iteration 13934 found worse value: 337.548057525. iteration 13935 found worse value: 337.548057525. iteration 13936 found worse value: 337.548057525. iteration 13937 found worse value: 337.548057525. iteration 13938 found worse value: 337.548057525. iteration 13939 found worse value: 337.548057525. iteration 13940 found worse value: 337.548057525. iteration 13941 found worse value: 337.548057525. iteration 13942 found worse value: 337.548057525. iteration 13943 found worse value: 337.548057525. iteration 13944 found worse value: 337.548057525. iteration 13945 found worse value: 337.548057525. iteration 13946 found worse value: 337.548057525. iteration 13947 found worse value: 337.548057525. iteration 13948 found worse value: 337.548057525. iteration 13949 found worse value: 337.548057525. iteration 13950 found worse value: 337.548057525. iteration 13951 found worse value: 337.548057525. iteration 13952 found worse value: 337.548057525. iteration 13953 found worse value: 337.548057525. iteration 13954 found worse value: 337.548057525. iteration 13955 found worse value: 337.548057525. iteration 13956 found worse value: 337.548057525. iteration 13957 found worse value: 337.548057525. iteration 13958 found worse value: 337.548057525. iteration 13959 found worse value: 337.548057525. iteration 13960 found worse value: 337.548057525. iteration 13961 found worse value: 337.548057525. iteration 13962 found worse value: 337.548057525. iteration 13963 found worse value: 337.548057525. iteration 13964 found worse value: 337.548057525. iteration 13965 found worse value: 337.548057525. iteration 13966 found worse value: 337.548057525. iteration 13967 found worse value: 337.548057525. iteration 13968 found worse value: 337.548057525. iteration 13969 found worse value: 337.548057525. iteration 13970 found worse value: 337.548057525. iteration 13971 found worse value: 337.548057525. iteration 13972 found worse value: 337.548057525. iteration 13973 found worse value: 337.548057525. iteration 13974 found worse value: 337.548057525. iteration 13975 found worse value: 337.548057525. iteration 13976 found worse value: 337.548057525. iteration 13977 found worse value: 337.548057525. iteration 13978 found worse value: 337.548057525. iteration 13979 found worse value: 337.548057525. iteration 13980 found worse value: 337.548057525. iteration 13981 found worse value: 337.548057525. iteration 13982 found worse value: 337.548057525. iteration 13983 found worse value: 337.548057525. iteration 13984 found worse value: 337.548057525. iteration 13985 found worse value: 337.548057525. iteration 13986 found worse value: 337.548057525. iteration 13987 found worse value: 337.548057525. iteration 13988 found worse value: 337.548057525. iteration 13989 found worse value: 337.548057525. iteration 13990 found worse value: 337.548057525. iteration 13991 found worse value: 337.548057525. iteration 13992 found worse value: 337.548057525. iteration 13993 found worse value: 337.548057525. iteration 13994 found worse value: 337.548057525. iteration 13995 found worse value: 337.548057525. iteration 13996 found worse value: 337.548057525. iteration 13997 found worse value: 337.548057525. iteration 13998 found worse value: 337.548057525. iteration 13999 found worse value: 337.548057525. iteration 14000 found worse value: 337.548057525. iteration 14001 found worse value: 337.548057525. iteration 14002 found worse value: 337.548057525. iteration 14003 found worse value: 337.548057525. iteration 14004 found worse value: 337.548057525. iteration 14005 found worse value: 337.548057525. iteration 14006 found worse value: 337.548057525. iteration 14007 found worse value: 337.548057525. iteration 14008 found worse value: 337.548057525. iteration 14009 found worse value: 337.548057525. iteration 14010 found worse value: 337.548057525. iteration 14011 found worse value: 337.548057525. iteration 14012 found worse value: 337.548057525. iteration 14013 found worse value: 337.548057525. iteration 14014 found worse value: 337.548057525. iteration 14015 found worse value: 337.548057525. iteration 14016 found worse value: 337.548057525. iteration 14017 found worse value: 337.548057525. iteration 14018 found worse value: 337.548057525. iteration 14019 found worse value: 337.548057525. iteration 14020 found worse value: 337.548057525. iteration 14021 found worse value: 337.548057525. iteration 14022 found worse value: 337.548057525. iteration 14023 found worse value: 337.548057525. iteration 14024 found worse value: 337.548057525. iteration 14025 found worse value: 337.548057525. iteration 14026 found worse value: 337.548057525. iteration 14027 found worse value: 337.548057525. iteration 14028 found worse value: 337.548057525. iteration 14029 found worse value: 337.548057525. iteration 14030 found worse value: 337.548057525. iteration 14031 found worse value: 337.548057525. iteration 14032 found worse value: 337.548057525. iteration 14033 found worse value: 337.548057525. iteration 14034 found worse value: 337.548057525. iteration 14035 found worse value: 337.548057525. iteration 14036 found worse value: 337.548057525. iteration 14037 found worse value: 337.548057525. iteration 14038 found worse value: 337.548057525. iteration 14039 found worse value: 337.548057525. iteration 14040 found worse value: 337.548057525. iteration 14041 found worse value: 337.548057525. iteration 14042 found worse value: 337.548057525. iteration 14043 found worse value: 337.548057525. iteration 14044 found worse value: 337.548057525. iteration 14045 found worse value: 337.548057525. iteration 14046 found worse value: 337.548057525. iteration 14047 found worse value: 337.548057525. iteration 14048 found worse value: 337.548057525. iteration 14049 found worse value: 337.548057525. iteration 14050 found worse value: 337.548057525. iteration 14051 found worse value: 337.548057525. iteration 14052 found worse value: 337.548057525. iteration 14053 found worse value: 337.548057525. iteration 14054 found worse value: 337.548057525. iteration 14055 found worse value: 337.548057525. iteration 14056 found worse value: 337.548057525. iteration 14057 found worse value: 337.548057525. iteration 14058 found worse value: 337.548057525. iteration 14059 found worse value: 337.548057525. iteration 14060 found worse value: 337.548057525. iteration 14061 found worse value: 337.548057525. iteration 14062 found worse value: 337.548057525. iteration 14063 found worse value: 337.548057525. iteration 14064 found worse value: 337.548057525. iteration 14065 found worse value: 337.548057525. iteration 14066 found worse value: 337.548057525. iteration 14067 found worse value: 337.548057525. iteration 14068 found worse value: 337.548057525. iteration 14069 found worse value: 337.548057525. iteration 14070 found worse value: 337.548057525. iteration 14071 found worse value: 337.548057525. iteration 14072 found worse value: 337.548057525. iteration 14073 found worse value: 337.548057525. iteration 14074 found worse value: 337.548057525. iteration 14075 found worse value: 337.548057525. iteration 14076 found worse value: 337.548057525. iteration 14077 found worse value: 337.548057525. iteration 14078 found worse value: 337.548057525. iteration 14079 found worse value: 337.548057525. iteration 14080 found worse value: 337.548057525. iteration 14081 found worse value: 337.548057525. iteration 14082 found worse value: 337.548057525. iteration 14083 found worse value: 337.548057525. iteration 14084 found worse value: 337.548057525. iteration 14085 found worse value: 337.548057525. iteration 14086 found worse value: 337.548057525. iteration 14087 found worse value: 337.548057525. iteration 14088 found worse value: 337.548057525. iteration 14089 found worse value: 337.548057525. iteration 14090 found worse value: 337.548057525. iteration 14091 found worse value: 337.548057525. iteration 14092 found worse value: 337.548057525. iteration 14093 found worse value: 337.548057525. iteration 14094 found worse value: 337.548057525. iteration 14095 found worse value: 337.548057525. iteration 14096 found worse value: 337.548057525. iteration 14097 found worse value: 337.548057525. iteration 14098 found worse value: 337.548057525. iteration 14099 found worse value: 337.548057525. iteration 14100 found worse value: 337.548057525. iteration 14101 found worse value: 337.548057525. iteration 14102 found worse value: 337.548057525. iteration 14103 found worse value: 337.548057525. iteration 14104 found worse value: 337.548057525. iteration 14105 found worse value: 337.548057525. iteration 14106 found worse value: 337.548057525. iteration 14107 found worse value: 337.548057525. iteration 14108 found worse value: 337.548057525. iteration 14109 found worse value: 337.548057525. iteration 14110 found worse value: 337.548057525. iteration 14111 found worse value: 337.548057525. iteration 14112 found worse value: 337.548057525. iteration 14113 found worse value: 337.548057525. iteration 14114 found worse value: 337.548057525. iteration 14115 found worse value: 337.548057525. iteration 14116 found worse value: 337.548057525. iteration 14117 found worse value: 337.548057525. iteration 14118 found worse value: 337.548057525. iteration 14119 found worse value: 337.548057525. iteration 14120 found worse value: 337.548057525. iteration 14121 found worse value: 337.548057525. iteration 14122 found worse value: 337.548057525. iteration 14123 found worse value: 337.548057525. iteration 14124 found worse value: 337.548057525. iteration 14125 found worse value: 337.548057525. iteration 14126 found worse value: 337.548057525. iteration 14127 found worse value: 337.548057525. iteration 14128 found worse value: 337.548057525. iteration 14129 found worse value: 337.548057525. iteration 14130 found worse value: 337.548057525. iteration 14131 found worse value: 337.548057525. iteration 14132 found worse value: 337.548057525. iteration 14133 found worse value: 337.548057525. iteration 14134 found worse value: 337.548057525. iteration 14135 found worse value: 337.548057525. iteration 14136 found worse value: 337.548057525. iteration 14137 found worse value: 337.548057525. iteration 14138 found worse value: 337.548057525. iteration 14139 found worse value: 337.548057525. iteration 14140 found worse value: 337.548057525. iteration 14141 found worse value: 337.548057525. iteration 14142 found worse value: 337.548057525. iteration 14143 found worse value: 337.548057525. iteration 14144 found worse value: 337.548057525. iteration 14145 found worse value: 337.548057525. iteration 14146 found worse value: 337.548057525. iteration 14147 found worse value: 337.548057525. iteration 14148 found worse value: 337.548057525. iteration 14149 found worse value: 337.548057525. iteration 14150 found worse value: 337.548057525. iteration 14151 found worse value: 337.548057525. iteration 14152 found worse value: 337.548057525. iteration 14153 found worse value: 337.548057525. iteration 14154 found worse value: 337.548057525. iteration 14155 found worse value: 337.548057525. iteration 14156 found worse value: 337.548057525. iteration 14157 found worse value: 337.548057525. iteration 14158 found worse value: 337.548057525. iteration 14159 found worse value: 337.548057525. iteration 14160 found worse value: 337.548057525. iteration 14161 found worse value: 337.548057525. iteration 14162 found worse value: 337.548057525. iteration 14163 found worse value: 337.548057525. iteration 14164 found worse value: 337.548057525. iteration 14165 found worse value: 337.548057525. iteration 14166 found worse value: 337.548057525. iteration 14167 found worse value: 337.548057525. iteration 14168 found worse value: 337.548057525. iteration 14169 found worse value: 337.548057525. iteration 14170 found worse value: 337.548057525. iteration 14171 found worse value: 337.548057525. iteration 14172 found worse value: 337.548057525. iteration 14173 found worse value: 337.548057525. iteration 14174 found worse value: 337.548057525. iteration 14175 found worse value: 337.548057525. iteration 14176 found worse value: 337.548057525. iteration 14177 found worse value: 337.548057525. iteration 14178 found worse value: 337.548057525. iteration 14179 found worse value: 337.548057525. iteration 14180 found worse value: 337.548057525. iteration 14181 found worse value: 337.548057525. iteration 14182 found worse value: 337.548057525. iteration 14183 found worse value: 337.548057525. iteration 14184 found worse value: 337.548057525. iteration 14185 found worse value: 337.548057525. iteration 14186 found worse value: 337.548057525. iteration 14187 found worse value: 337.548057525. iteration 14188 found worse value: 337.548057525. iteration 14189 found worse value: 337.548057525. iteration 14190 found worse value: 337.548057525. iteration 14191 found worse value: 337.548057525. iteration 14192 found worse value: 337.548057525. iteration 14193 found worse value: 337.548057525. iteration 14194 found worse value: 337.548057525. iteration 14195 found worse value: 337.548057525. iteration 14196 found worse value: 337.548057525. iteration 14197 found worse value: 337.548057525. iteration 14198 found worse value: 337.548057525. iteration 14199 found worse value: 337.548057525. iteration 14200 found worse value: 337.548057525. iteration 14201 found worse value: 337.548057525. iteration 14202 found worse value: 337.548057525. iteration 14203 found worse value: 337.548057525. iteration 14204 found worse value: 337.548057525. iteration 14205 found worse value: 337.548057525. iteration 14206 found worse value: 337.548057525. iteration 14207 found worse value: 337.548057525. iteration 14208 found worse value: 337.548057525. iteration 14209 found worse value: 337.548057525. iteration 14210 found worse value: 337.548057525. iteration 14211 found worse value: 337.548057525. iteration 14212 found worse value: 337.548057525. iteration 14213 found worse value: 337.548057525. iteration 14214 found worse value: 337.548057525. iteration 14215 found worse value: 337.548057525. iteration 14216 found worse value: 337.548057525. iteration 14217 found worse value: 337.548057525. iteration 14218 found worse value: 337.548057525. iteration 14219 found worse value: 337.548057525. iteration 14220 found worse value: 337.548057525. iteration 14221 found worse value: 337.548057525. iteration 14222 found worse value: 337.548057525. iteration 14223 found worse value: 337.548057525. iteration 14224 found worse value: 337.548057525. iteration 14225 found worse value: 337.548057525. iteration 14226 found worse value: 337.548057525. iteration 14227 found worse value: 337.548057525. iteration 14228 found worse value: 337.548057525. iteration 14229 found worse value: 337.548057525. iteration 14230 found worse value: 337.548057525. iteration 14231 found worse value: 337.548057525. iteration 14232 found worse value: 337.548057525. iteration 14233 found worse value: 337.548057525. iteration 14234 found worse value: 337.548057525. iteration 14235 found worse value: 337.548057525. iteration 14236 found worse value: 337.548057525. iteration 14237 found worse value: 337.548057525. iteration 14238 found worse value: 337.548057525. iteration 14239 found worse value: 337.548057525. iteration 14240 found worse value: 337.548057525. iteration 14241 found worse value: 337.548057525. iteration 14242 found worse value: 337.548057525. iteration 14243 found worse value: 337.548057525. iteration 14244 found worse value: 337.548057525. iteration 14245 found worse value: 337.548057525. iteration 14246 found worse value: 337.548057525. iteration 14247 found worse value: 337.548057525. iteration 14248 found worse value: 337.548057525. iteration 14249 found worse value: 337.548057525. iteration 14250 found worse value: 337.548057525. iteration 14251 found worse value: 337.548057525. iteration 14252 found worse value: 337.548057525. iteration 14253 found worse value: 337.548057525. iteration 14254 found worse value: 337.548057525. iteration 14255 found worse value: 337.548057525. iteration 14256 found worse value: 337.548057525. iteration 14257 found worse value: 337.548057525. iteration 14258 found worse value: 337.548057525. iteration 14259 found worse value: 337.548057525. iteration 14260 found worse value: 337.548057525. iteration 14261 found worse value: 337.548057525. iteration 14262 found worse value: 337.548057525. iteration 14263 found worse value: 337.548057525. iteration 14264 found worse value: 337.548057525. iteration 14265 found worse value: 337.548057525. iteration 14266 found worse value: 337.548057525. iteration 14267 found worse value: 337.548057525. iteration 14268 found worse value: 337.548057525. iteration 14269 found worse value: 337.548057525. iteration 14270 found worse value: 337.548057525. iteration 14271 found worse value: 337.548057525. iteration 14272 found worse value: 337.548057525. iteration 14273 found worse value: 337.548057525. iteration 14274 found worse value: 337.548057525. iteration 14275 found worse value: 337.548057525. iteration 14276 found worse value: 337.548057525. iteration 14277 found worse value: 337.548057525. iteration 14278 found worse value: 337.548057525. iteration 14279 found worse value: 337.548057525. iteration 14280 found worse value: 337.548057525. iteration 14281 found worse value: 337.548057525. iteration 14282 found worse value: 337.548057525. iteration 14283 found worse value: 337.548057525. iteration 14284 found worse value: 337.548057525. iteration 14285 found worse value: 337.548057525. iteration 14286 found worse value: 337.548057525. iteration 14287 found worse value: 337.548057525. iteration 14288 found worse value: 337.548057525. iteration 14289 found worse value: 337.548057525. iteration 14290 found worse value: 337.548057525. iteration 14291 found worse value: 337.548057525. iteration 14292 found worse value: 337.548057525. iteration 14293 found worse value: 337.548057525. iteration 14294 found worse value: 337.548057525. iteration 14295 found worse value: 337.548057525. iteration 14296 found worse value: 337.548057525. iteration 14297 found worse value: 337.548057525. iteration 14298 found worse value: 337.548057525. iteration 14299 found worse value: 337.548057525. iteration 14300 found worse value: 337.548057525. iteration 14301 found worse value: 337.548057525. iteration 14302 found worse value: 337.548057525. iteration 14303 found worse value: 337.548057525. iteration 14304 found worse value: 337.548057525. iteration 14305 found worse value: 337.548057525. iteration 14306 found worse value: 337.548057525. iteration 14307 found worse value: 337.548057525. iteration 14308 found worse value: 337.548057525. iteration 14309 found worse value: 337.548057525. iteration 14310 found worse value: 337.548057525. iteration 14311 found worse value: 337.548057525. iteration 14312 found worse value: 337.548057525. iteration 14313 found worse value: 337.548057525. iteration 14314 found worse value: 337.548057525. iteration 14315 found worse value: 337.548057525. iteration 14316 found worse value: 337.548057525. iteration 14317 found worse value: 337.548057525. iteration 14318 found worse value: 337.548057525. iteration 14319 found worse value: 337.548057525. iteration 14320 found worse value: 337.548057525. iteration 14321 found worse value: 337.548057525. iteration 14322 found worse value: 337.548057525. iteration 14323 found worse value: 337.548057525. iteration 14324 found worse value: 337.548057525. iteration 14325 found worse value: 337.548057525. iteration 14326 found worse value: 337.548057525. iteration 14327 found worse value: 337.548057525. iteration 14328 found worse value: 337.548057525. iteration14328, perturbing to get out of local maxima iteration 14329 found worse value: 337.548057525. iteration 14330 found worse value: 337.548057525. iteration 14331 found worse value: 337.548057525. iteration 14332 found worse value: 337.548057525. iteration 14333 found worse value: 337.548057525. iteration 14334 found worse value: 337.548057525. iteration 14335 found worse value: 337.548057525. iteration 14336 found worse value: 337.548057525. iteration 14337 found worse value: 337.548057525. iteration 14338 found worse value: 337.548057525. iteration 14339 found worse value: 337.548057525. iteration 14340 found worse value: 337.548057525. iteration 14341 found worse value: 337.548057525. iteration 14342 found worse value: 337.548057525. iteration 14343 found worse value: 337.548057525. iteration 14344 found worse value: 337.548057525. iteration 14345 found worse value: 337.548057525. iteration 14346 found worse value: 337.548057525. iteration 14347 found worse value: 337.548057525. iteration 14348 found worse value: 337.548057525. iteration 14349 found worse value: 337.548057525. iteration 14350 found worse value: 337.548057525. iteration 14351 found worse value: 337.548057525. iteration 14352 found worse value: 337.548057525. iteration 14353 found worse value: 337.548057525. iteration 14354 found worse value: 337.548057525. iteration 14355 found worse value: 337.548057525. iteration 14356 found worse value: 337.548057525. iteration 14357 found worse value: 337.548057525. iteration 14358 found worse value: 337.548057525. iteration 14359 found worse value: 337.548057525. iteration 14360 found worse value: 337.548057525. iteration 14361 found worse value: 337.548057525. iteration 14362 found worse value: 337.548057525. iteration 14363 found worse value: 337.548057525. iteration 14364 found worse value: 337.548057525. iteration 14365 found worse value: 337.548057525. iteration 14366 found worse value: 337.548057525. iteration 14367 found worse value: 337.548057525. iteration 14368 found worse value: 337.548057525. iteration 14369 found worse value: 337.548057525. iteration 14370 found worse value: 337.548057525. iteration 14371 found worse value: 337.548057525. iteration 14372 found worse value: 337.548057525. iteration 14373 found worse value: 337.548057525. iteration 14374 found worse value: 337.548057525. iteration 14375 found worse value: 337.548057525. iteration 14376 found worse value: 337.548057525. iteration 14377 found worse value: 337.548057525. iteration 14378 found worse value: 337.548057525. iteration 14379 found worse value: 337.548057525. iteration 14380 found worse value: 337.548057525. iteration 14381 found worse value: 337.548057525. iteration 14382 found worse value: 337.548057525. iteration 14383 found worse value: 337.548057525. iteration 14384 found worse value: 337.548057525. iteration 14385 found worse value: 337.548057525. iteration 14386 found worse value: 337.548057525. iteration 14387 found worse value: 337.548057525. iteration 14388 found worse value: 337.548057525. iteration 14389 found worse value: 337.548057525. iteration 14390 found worse value: 337.548057525. iteration 14391 found worse value: 337.548057525. iteration 14392 found worse value: 337.548057525. iteration 14393 found worse value: 337.548057525. iteration 14394 found worse value: 337.548057525. iteration 14395 found worse value: 337.548057525. iteration 14396 found worse value: 337.548057525. iteration 14397 found worse value: 337.548057525. iteration 14398 found worse value: 337.548057525. iteration 14399 found worse value: 337.548057525. iteration 14400 found worse value: 337.548057525. iteration 14401 found worse value: 337.548057525. iteration 14402 found worse value: 337.548057525. iteration 14403 found worse value: 337.548057525. iteration 14404 found worse value: 337.548057525. iteration 14405 found worse value: 337.548057525. iteration 14406 found worse value: 337.548057525. iteration 14407 found worse value: 337.548057525. iteration 14408 found worse value: 337.548057525. iteration 14409 found worse value: 337.548057525. iteration 14410 found worse value: 337.548057525. iteration 14411 found worse value: 337.548057525. iteration 14412 found worse value: 337.548057525. iteration 14413 found worse value: 337.548057525. iteration 14414 found worse value: 337.548057525. iteration 14415 found worse value: 337.548057525. iteration 14416 found worse value: 337.548057525. iteration 14417 found worse value: 337.548057525. iteration 14418 found worse value: 337.548057525. iteration 14419 found worse value: 337.548057525. iteration 14420 found worse value: 337.548057525. iteration 14421 found worse value: 337.548057525. iteration 14422 found worse value: 337.548057525. iteration 14423 found worse value: 337.548057525. iteration 14424 found worse value: 337.548057525. iteration 14425 found worse value: 337.548057525. iteration 14426 found worse value: 337.548057525. iteration 14427 found worse value: 337.548057525. iteration 14428 found worse value: 337.548057525. iteration 14429 found worse value: 337.548057525. iteration 14430 found worse value: 337.548057525. iteration 14431 found worse value: 337.548057525. iteration 14432 found worse value: 337.548057525. iteration 14433 found worse value: 337.548057525. iteration 14434 found worse value: 337.548057525. iteration 14435 found worse value: 337.548057525. iteration 14436 found worse value: 337.548057525. iteration 14437 found worse value: 337.548057525. iteration 14438 found worse value: 337.548057525. iteration 14439 found worse value: 337.548057525. iteration 14440 found worse value: 337.548057525. iteration 14441 found worse value: 337.548057525. iteration 14442 found worse value: 337.548057525. iteration 14443 found worse value: 337.548057525. iteration 14444 found worse value: 337.548057525. iteration 14445 found worse value: 337.548057525. iteration 14446 found worse value: 337.548057525. iteration 14447 found worse value: 337.548057525. iteration 14448 found worse value: 337.548057525. iteration 14449 found worse value: 337.548057525. iteration 14450 found worse value: 337.548057525. iteration 14451 found worse value: 337.548057525. iteration 14452 found worse value: 337.548057525. iteration 14453 found worse value: 337.548057525. iteration 14454 found worse value: 337.548057525. iteration 14455 found worse value: 337.548057525. iteration 14456 found worse value: 337.548057525. iteration 14457 found worse value: 337.548057525. iteration 14458 found worse value: 337.548057525. iteration 14459 found worse value: 337.548057525. iteration 14460 found worse value: 337.548057525. iteration 14461 found worse value: 337.548057525. iteration 14462 found worse value: 337.548057525. iteration 14463 found worse value: 337.548057525. iteration 14464 found worse value: 337.548057525. iteration 14465 found worse value: 337.548057525. iteration 14466 found worse value: 337.548057525. iteration 14467 found worse value: 337.548057525. iteration 14468 found worse value: 337.548057525. iteration 14469 found worse value: 337.548057525. iteration 14470 found worse value: 337.548057525. iteration 14471 found worse value: 337.548057525. iteration 14472 found worse value: 337.548057525. iteration 14473 found worse value: 337.548057525. iteration 14474 found worse value: 337.548057525. iteration 14475 found worse value: 337.548057525. iteration 14476 found worse value: 337.548057525. iteration 14477 found worse value: 337.548057525. iteration 14478 found worse value: 337.548057525. iteration 14479 found worse value: 337.548057525. iteration 14480 found worse value: 337.548057525. iteration 14481 found worse value: 337.548057525. iteration 14482 found worse value: 337.548057525. iteration 14483 found worse value: 337.548057525. iteration 14484 found worse value: 337.548057525. iteration 14485 found worse value: 337.548057525. iteration 14486 found worse value: 337.548057525. iteration 14487 found worse value: 337.548057525. iteration 14488 found worse value: 337.548057525. iteration 14489 found worse value: 337.548057525. iteration 14490 found worse value: 337.548057525. iteration 14491 found worse value: 337.548057525. iteration 14492 found worse value: 337.548057525. iteration 14493 found worse value: 337.548057525. iteration 14494 found worse value: 337.548057525. iteration 14495 found worse value: 337.548057525. iteration 14496 found worse value: 337.548057525. iteration 14497 found worse value: 337.548057525. iteration 14498 found worse value: 337.548057525. iteration 14499 found worse value: 337.548057525. iteration 14500 found worse value: 337.548057525. iteration 14501 found worse value: 337.548057525. iteration 14502 found worse value: 337.548057525. iteration 14503 found worse value: 337.548057525. iteration 14504 found worse value: 337.548057525. iteration 14505 found worse value: 337.548057525. iteration 14506 found worse value: 337.548057525. iteration 14507 found worse value: 337.548057525. iteration 14508 found worse value: 337.548057525. iteration 14509 found worse value: 337.548057525. iteration 14510 found worse value: 337.548057525. iteration 14511 found worse value: 337.548057525. iteration 14512 found worse value: 337.548057525. iteration 14513 found worse value: 337.548057525. iteration 14514 found worse value: 337.548057525. iteration 14515 found worse value: 337.548057525. iteration 14516 found worse value: 337.548057525. iteration 14517 found worse value: 337.548057525. iteration 14518 found worse value: 337.548057525. iteration 14519 found worse value: 337.548057525. iteration 14520 found worse value: 337.548057525. iteration 14521 found worse value: 337.548057525. iteration 14522 found worse value: 337.548057525. iteration 14523 found worse value: 337.548057525. iteration 14524 found worse value: 337.548057525. iteration 14525 found worse value: 337.548057525. iteration 14526 found worse value: 337.548057525. iteration 14527 found worse value: 337.548057525. iteration 14528 found worse value: 337.548057525. iteration 14529 found worse value: 337.548057525. iteration 14530 found worse value: 337.548057525. iteration 14531 found worse value: 337.548057525. iteration 14532 found worse value: 337.548057525. iteration 14533 found worse value: 337.548057525. iteration 14534 found worse value: 337.548057525. iteration 14535 found worse value: 337.548057525. iteration 14536 found worse value: 337.548057525. iteration 14537 found worse value: 337.548057525. iteration 14538 found worse value: 337.548057525. iteration 14539 found worse value: 337.548057525. iteration 14540 found worse value: 337.548057525. iteration 14541 found worse value: 337.548057525. iteration 14542 found worse value: 337.548057525. iteration 14543 found worse value: 337.548057525. iteration 14544 found worse value: 337.548057525. iteration 14545 found worse value: 337.548057525. iteration 14546 found worse value: 337.548057525. iteration 14547 found worse value: 337.548057525. iteration 14548 found worse value: 337.548057525. iteration 14549 found worse value: 337.548057525. iteration 14550 found worse value: 337.548057525. iteration 14551 found worse value: 337.548057525. iteration 14552 found worse value: 337.548057525. iteration 14553 found worse value: 337.548057525. iteration 14554 found worse value: 337.548057525. iteration14554, perturbing to get out of local maxima iteration 14555 found worse value: 337.548057525. iteration 14556 found worse value: 337.548057525. iteration 14557 found worse value: 337.548057525. iteration 14558 found worse value: 337.548057525. iteration 14559 found worse value: 337.548057525. iteration 14560 found worse value: 337.548057525. iteration 14561 found worse value: 337.548057525. iteration 14562 found worse value: 337.548057525. iteration 14563 found worse value: 337.548057525. iteration 14564 found worse value: 337.548057525. iteration 14565 found worse value: 337.548057525. iteration 14566 found worse value: 337.548057525. iteration 14567 found worse value: 337.548057525. iteration 14568 found worse value: 337.548057525. iteration 14569 found worse value: 337.548057525. iteration 14570 found worse value: 337.548057525. iteration 14571 found worse value: 337.548057525. iteration 14572 found worse value: 337.548057525. iteration 14573 found worse value: 337.548057525. iteration 14574 found worse value: 337.548057525. iteration 14575 found worse value: 337.548057525. iteration 14576 found worse value: 337.548057525. iteration 14577 found worse value: 337.548057525. iteration 14578 found worse value: 337.548057525. iteration 14579 found worse value: 337.548057525. iteration 14580 found worse value: 337.548057525. iteration 14581 found worse value: 337.548057525. iteration 14582 found worse value: 337.548057525. iteration 14583 found worse value: 337.548057525. iteration 14584 found worse value: 337.548057525. iteration 14585 found worse value: 337.548057525. iteration 14586 found worse value: 337.548057525. iteration 14587 found worse value: 337.548057525. iteration 14588 found worse value: 337.548057525. iteration 14589 found worse value: 337.548057525. iteration 14590 found worse value: 337.548057525. iteration 14591 found worse value: 337.548057525. iteration 14592 found worse value: 337.548057525. iteration 14593 found worse value: 337.548057525. iteration 14594 found worse value: 337.548057525. iteration 14595 found worse value: 337.548057525. iteration 14596 found worse value: 337.548057525. iteration 14597 found worse value: 337.548057525. iteration 14598 found worse value: 337.548057525. iteration 14599 found worse value: 337.548057525. iteration 14600 found worse value: 337.548057525. iteration 14601 found worse value: 337.548057525. iteration 14602 found worse value: 337.548057525. iteration 14603 found worse value: 337.548057525. iteration 14604 found worse value: 337.548057525. iteration 14605 found worse value: 337.548057525. iteration 14606 found worse value: 337.548057525. iteration 14607 found worse value: 337.548057525. iteration 14608 found worse value: 337.548057525. iteration 14609 found worse value: 337.548057525. iteration 14610 found worse value: 337.548057525. iteration 14611 found worse value: 337.548057525. iteration 14612 found worse value: 337.548057525. iteration 14613 found worse value: 337.548057525. iteration 14614 found worse value: 337.548057525. iteration 14615 found worse value: 337.548057525. iteration 14616 found worse value: 337.548057525. iteration 14617 found worse value: 337.548057525. iteration 14618 found worse value: 337.548057525. iteration 14619 found worse value: 337.548057525. iteration 14620 found worse value: 337.548057525. iteration 14621 found worse value: 337.548057525. iteration 14622 found worse value: 337.548057525. iteration 14623 found worse value: 337.548057525. iteration 14624 found worse value: 337.548057525. iteration 14625 found worse value: 337.548057525. iteration 14626 found worse value: 337.548057525. iteration 14627 found worse value: 337.548057525. iteration 14628 found worse value: 337.548057525. iteration 14629 found worse value: 337.548057525. iteration 14630 found worse value: 337.548057525. iteration 14631 found worse value: 337.548057525. iteration 14632 found worse value: 337.548057525. iteration 14633 found worse value: 337.548057525. iteration 14634 found worse value: 337.548057525. iteration 14635 found worse value: 337.548057525. iteration 14636 found worse value: 337.548057525. iteration 14637 found worse value: 337.548057525. iteration 14638 found worse value: 337.548057525. iteration 14639 found worse value: 337.548057525. iteration 14640 found worse value: 337.548057525. iteration 14641 found worse value: 337.548057525. iteration 14642 found worse value: 337.548057525. iteration 14643 found worse value: 337.548057525. iteration 14644 found worse value: 337.548057525. iteration 14645 found worse value: 337.548057525. iteration 14646 found worse value: 337.548057525. iteration 14647 found worse value: 337.548057525. iteration 14648 found worse value: 337.548057525. iteration 14649 found worse value: 337.548057525. iteration 14650 found worse value: 337.548057525. iteration 14651 found worse value: 337.548057525. iteration 14652 found worse value: 337.548057525. iteration 14653 found worse value: 337.548057525. iteration 14654 found worse value: 337.548057525. iteration 14655 found worse value: 337.548057525. iteration 14656 found worse value: 337.548057525. iteration 14657 found worse value: 337.548057525. iteration 14658 found worse value: 337.548057525. iteration 14659 found worse value: 337.548057525. iteration 14660 found worse value: 337.548057525. iteration 14661 found worse value: 337.548057525. iteration 14662 found worse value: 337.548057525. iteration 14663 found worse value: 337.548057525. iteration 14664 found worse value: 337.548057525. iteration 14665 found worse value: 337.548057525. iteration 14666 found worse value: 337.548057525. iteration 14667 found worse value: 337.548057525. iteration 14668 found worse value: 337.548057525. iteration 14669 found worse value: 337.548057525. iteration 14670 found worse value: 337.548057525. iteration 14671 found worse value: 337.548057525. iteration 14672 found worse value: 337.548057525. iteration 14673 found worse value: 337.548057525. iteration 14674 found worse value: 337.548057525. iteration 14675 found worse value: 337.548057525. iteration 14676 found worse value: 337.548057525. iteration 14677 found worse value: 337.548057525. iteration 14678 found worse value: 337.548057525. iteration 14679 found worse value: 337.548057525. iteration 14680 found worse value: 337.548057525. iteration 14681 found worse value: 337.548057525. iteration 14682 found worse value: 337.548057525. iteration 14683 found worse value: 337.548057525. iteration 14684 found worse value: 337.548057525. iteration 14685 found worse value: 337.548057525. iteration 14686 found worse value: 337.548057525. iteration 14687 found worse value: 337.548057525. iteration 14688 found worse value: 337.548057525. iteration 14689 found worse value: 337.548057525. iteration 14690 found worse value: 337.548057525. iteration 14691 found worse value: 337.548057525. iteration 14692 found worse value: 337.548057525. iteration 14693 found worse value: 337.548057525. iteration 14694 found worse value: 337.548057525. iteration 14695 found worse value: 337.548057525. iteration 14696 found worse value: 337.548057525. iteration 14697 found worse value: 337.548057525. iteration 14698 found worse value: 337.548057525. iteration 14699 found worse value: 337.548057525. iteration 14700 found worse value: 337.548057525. iteration 14701 found worse value: 337.548057525. iteration 14702 found worse value: 337.548057525. iteration 14703 found worse value: 337.548057525. iteration 14704 found worse value: 337.548057525. iteration 14705 found worse value: 337.548057525. iteration 14706 found worse value: 337.548057525. iteration 14707 found worse value: 337.548057525. iteration 14708 found worse value: 337.548057525. iteration 14709 found worse value: 337.548057525. iteration 14710 found worse value: 337.548057525. iteration 14711 found worse value: 337.548057525. iteration 14712 found worse value: 337.548057525. iteration 14713 found worse value: 337.548057525. iteration 14714 found worse value: 337.548057525. iteration 14715 found worse value: 337.548057525. iteration 14716 found worse value: 337.548057525. iteration 14717 found worse value: 337.548057525. iteration 14718 found worse value: 337.548057525. iteration 14719 found worse value: 337.548057525. iteration 14720 found worse value: 337.548057525. iteration 14721 found worse value: 337.548057525. iteration 14722 found worse value: 337.548057525. iteration 14723 found worse value: 337.548057525. iteration 14724 found worse value: 337.548057525. iteration 14725 found worse value: 337.548057525. iteration 14726 found worse value: 337.548057525. iteration 14727 found worse value: 337.548057525. iteration 14728 found worse value: 337.548057525. iteration 14729 found worse value: 337.548057525. iteration 14730 found worse value: 337.548057525. iteration 14731 found worse value: 337.548057525. iteration 14732 found worse value: 337.548057525. iteration 14733 found worse value: 337.548057525. iteration 14734 found worse value: 337.548057525. iteration 14735 found worse value: 337.548057525. iteration 14736 found worse value: 337.548057525. iteration 14737 found worse value: 337.548057525. iteration 14738 found worse value: 337.548057525. iteration 14739 found worse value: 337.548057525. iteration 14740 found worse value: 337.548057525. iteration 14741 found worse value: 337.548057525. iteration 14742 found worse value: 337.548057525. iteration 14743 found worse value: 337.548057525. iteration 14744 found worse value: 337.548057525. iteration 14745 found worse value: 337.548057525. iteration 14746 found worse value: 337.548057525. iteration 14747 found worse value: 337.548057525. iteration 14748 found worse value: 337.548057525. iteration 14749 found worse value: 337.548057525. iteration 14750 found worse value: 337.548057525. iteration 14751 found worse value: 337.548057525. iteration 14752 found worse value: 337.548057525. iteration 14753 found worse value: 337.548057525. iteration 14754 found worse value: 337.548057525. iteration 14755 found worse value: 337.548057525. iteration 14756 found worse value: 337.548057525. iteration 14757 found worse value: 337.548057525. iteration 14758 found worse value: 337.548057525. iteration 14759 found worse value: 337.548057525. iteration 14760 found worse value: 337.548057525. iteration 14761 found worse value: 337.548057525. iteration 14762 found worse value: 337.548057525. iteration 14763 found worse value: 337.548057525. iteration 14764 found worse value: 337.548057525. iteration 14765 found worse value: 337.548057525. iteration 14766 found worse value: 337.548057525. iteration 14767 found worse value: 337.548057525. iteration 14768 found worse value: 337.548057525. iteration 14769 found worse value: 337.548057525. iteration 14770 found worse value: 337.548057525. iteration 14771 found worse value: 337.548057525. iteration 14772 found worse value: 337.548057525. iteration 14773 found worse value: 337.548057525. iteration 14774 found worse value: 337.548057525. iteration 14775 found worse value: 337.548057525. iteration 14776 found worse value: 337.548057525. iteration 14777 found worse value: 337.548057525. iteration 14778 found worse value: 337.548057525. iteration 14779 found worse value: 337.548057525. iteration 14780 found worse value: 337.548057525. iteration 14781 found worse value: 337.548057525. iteration 14782 found worse value: 337.548057525. iteration 14783 found worse value: 337.548057525. iteration 14784 found worse value: 337.548057525. iteration 14785 found worse value: 337.548057525. iteration 14786 found worse value: 337.548057525. iteration 14787 found worse value: 337.548057525. iteration 14788 found worse value: 337.548057525. iteration 14789 found worse value: 337.548057525. iteration 14790 found worse value: 337.548057525. iteration 14791 found worse value: 337.548057525. iteration 14792 found worse value: 337.548057525. iteration 14793 found worse value: 337.548057525. iteration 14794 found worse value: 337.548057525. iteration 14795 found worse value: 337.548057525. iteration 14796 found worse value: 337.548057525. iteration 14797 found worse value: 337.548057525. iteration 14798 found worse value: 337.548057525. iteration 14799 found worse value: 337.548057525. iteration 14800 found worse value: 337.548057525. iteration 14801 found worse value: 337.548057525. iteration 14802 found worse value: 337.548057525. iteration 14803 found worse value: 337.548057525. iteration 14804 found worse value: 337.548057525. iteration 14805 found worse value: 337.548057525. iteration 14806 found worse value: 337.548057525. iteration 14807 found worse value: 337.548057525. iteration 14808 found worse value: 337.548057525. iteration 14809 found worse value: 337.548057525. iteration 14810 found worse value: 337.548057525. iteration 14811 found worse value: 337.548057525. iteration 14812 found worse value: 337.548057525. iteration 14813 found worse value: 337.548057525. iteration 14814 found worse value: 337.548057525. iteration 14815 found worse value: 337.548057525. iteration 14816 found worse value: 337.548057525. iteration 14817 found worse value: 337.548057525. iteration 14818 found worse value: 337.548057525. iteration 14819 found worse value: 337.548057525. iteration 14820 found worse value: 337.548057525. iteration 14821 found worse value: 337.548057525. iteration 14822 found worse value: 337.548057525. iteration14822, perturbing to get out of local maxima iteration 14823 found worse value: 337.548057525. iteration 14824 found worse value: 337.548057525. iteration 14825 found worse value: 337.548057525. iteration 14826 found worse value: 337.548057525. iteration 14827 found worse value: 337.548057525. iteration 14828 found worse value: 337.548057525. iteration 14829 found worse value: 337.548057525. iteration 14830 found worse value: 337.548057525. iteration 14831 found worse value: 337.548057525. iteration 14832 found worse value: 337.548057525. iteration 14833 found worse value: 337.548057525. iteration 14834 found worse value: 337.548057525. iteration 14835 found worse value: 337.548057525. iteration 14836 found worse value: 337.548057525. iteration 14837 found worse value: 337.548057525. iteration 14838 found worse value: 337.548057525. iteration 14839 found worse value: 337.548057525. iteration 14840 found worse value: 337.548057525. iteration 14841 found worse value: 337.548057525. iteration 14842 found worse value: 337.548057525. iteration 14843 found worse value: 337.548057525. iteration 14844 found worse value: 337.548057525. iteration 14845 found worse value: 337.548057525. iteration 14846 found worse value: 337.548057525. iteration 14847 found worse value: 337.548057525. iteration 14848 found worse value: 337.548057525. iteration 14849 found worse value: 337.548057525. iteration 14850 found worse value: 337.548057525. iteration 14851 found worse value: 337.548057525. iteration 14852 found worse value: 337.548057525. iteration 14853 found worse value: 337.548057525. iteration 14854 found worse value: 337.548057525. iteration 14855 found worse value: 337.548057525. iteration 14856 found worse value: 337.548057525. iteration 14857 found worse value: 337.548057525. iteration 14858 found worse value: 337.548057525. iteration 14859 found worse value: 337.548057525. iteration 14860 found worse value: 337.548057525. iteration 14861 found worse value: 337.548057525. iteration 14862 found worse value: 337.548057525. iteration 14863 found worse value: 337.548057525. iteration 14864 found worse value: 337.548057525. iteration 14865 found worse value: 337.548057525. iteration 14866 found worse value: 337.548057525. iteration 14867 found worse value: 337.548057525. iteration 14868 found worse value: 337.548057525. iteration 14869 found worse value: 337.548057525. iteration 14870 found worse value: 337.548057525. iteration 14871 found worse value: 337.548057525. iteration 14872 found worse value: 337.548057525. iteration 14873 found worse value: 337.548057525. iteration 14874 found worse value: 337.548057525. iteration 14875 found worse value: 337.548057525. iteration 14876 found worse value: 337.548057525. iteration 14877 found worse value: 337.548057525. iteration 14878 found worse value: 337.548057525. iteration 14879 found worse value: 337.548057525. iteration 14880 found worse value: 337.548057525. iteration 14881 found worse value: 337.548057525. iteration 14882 found worse value: 337.548057525. iteration 14883 found worse value: 337.548057525. iteration 14884 found worse value: 337.548057525. iteration 14885 found worse value: 337.548057525. iteration 14886 found worse value: 337.548057525. iteration 14887 found worse value: 337.548057525. iteration 14888 found worse value: 337.548057525. iteration 14889 found worse value: 337.548057525. iteration 14890 found worse value: 337.548057525. iteration 14891 found worse value: 337.548057525. iteration 14892 found worse value: 337.548057525. iteration 14893 found worse value: 337.548057525. iteration 14894 found worse value: 337.548057525. iteration 14895 found worse value: 337.548057525. iteration 14896 found worse value: 337.548057525. iteration 14897 found worse value: 337.548057525. iteration 14898 found worse value: 337.548057525. iteration 14899 found worse value: 337.548057525. iteration 14900 found worse value: 337.548057525. iteration 14901 found worse value: 337.548057525. iteration 14902 found worse value: 337.548057525. iteration 14903 found worse value: 337.548057525. iteration 14904 found worse value: 337.548057525. iteration 14905 found worse value: 337.548057525. iteration 14906 found worse value: 337.548057525. iteration 14907 found worse value: 337.548057525. iteration 14908 found worse value: 337.548057525. iteration 14909 found worse value: 337.548057525. iteration 14910 found worse value: 337.548057525. iteration 14911 found worse value: 337.548057525. iteration 14912 found worse value: 337.548057525. iteration 14913 found worse value: 337.548057525. iteration 14914 found worse value: 337.548057525. iteration 14915 found worse value: 337.548057525. iteration 14916 found worse value: 337.548057525. iteration 14917 found worse value: 337.548057525. iteration 14918 found worse value: 337.548057525. iteration 14919 found worse value: 337.548057525. iteration 14920 found worse value: 337.548057525. iteration 14921 found worse value: 337.548057525. iteration 14922 found worse value: 337.548057525. iteration 14923 found worse value: 337.548057525. iteration 14924 found worse value: 337.548057525. iteration 14925 found worse value: 337.548057525. iteration 14926 found worse value: 337.548057525. iteration 14927 found worse value: 337.548057525. iteration 14928 found worse value: 337.548057525. iteration 14929 found worse value: 337.548057525. iteration 14930 found worse value: 337.548057525. iteration 14931 found worse value: 337.548057525. iteration 14932 found worse value: 337.548057525. iteration 14933 found worse value: 337.548057525. iteration 14934 found worse value: 337.548057525. iteration 14935 found worse value: 337.548057525. iteration 14936 found worse value: 337.548057525. iteration 14937 found worse value: 337.548057525. iteration 14938 found worse value: 337.548057525. iteration 14939 found worse value: 337.548057525. iteration 14940 found worse value: 337.548057525. iteration 14941 found worse value: 337.548057525. iteration 14942 found worse value: 337.548057525. iteration 14943 found worse value: 337.548057525. iteration 14944 found worse value: 337.548057525. iteration 14945 found worse value: 337.548057525. iteration 14946 found worse value: 337.548057525. iteration 14947 found worse value: 337.548057525. iteration 14948 found worse value: 337.548057525. iteration 14949 found worse value: 337.548057525. iteration 14950 found worse value: 337.548057525. iteration 14951 found worse value: 337.548057525. iteration 14952 found worse value: 337.548057525. iteration 14953 found worse value: 337.548057525. iteration 14954 found worse value: 337.548057525. iteration 14955 found worse value: 337.548057525. iteration 14956 found worse value: 337.548057525. iteration 14957 found worse value: 337.548057525. iteration 14958 found worse value: 337.548057525. iteration 14959 found worse value: 337.548057525. iteration 14960 found worse value: 337.548057525. iteration 14961 found worse value: 337.548057525. iteration 14962 found worse value: 337.548057525. iteration 14963 found worse value: 337.548057525. iteration 14964 found worse value: 337.548057525. iteration 14965 found worse value: 337.548057525. iteration 14966 found worse value: 337.548057525. iteration 14967 found worse value: 337.548057525. iteration 14968 found worse value: 337.548057525. iteration 14969 found worse value: 337.548057525. iteration 14970 found worse value: 337.548057525. iteration 14971 found worse value: 337.548057525. iteration 14972 found worse value: 337.548057525. iteration 14973 found worse value: 337.548057525. iteration 14974 found worse value: 337.548057525. iteration 14975 found worse value: 337.548057525. iteration 14976 found worse value: 337.548057525. iteration 14977 found worse value: 337.548057525. iteration 14978 found worse value: 337.548057525. iteration 14979 found worse value: 337.548057525. iteration 14980 found worse value: 337.548057525. iteration 14981 found worse value: 337.548057525. iteration 14982 found worse value: 337.548057525. iteration 14983 found worse value: 337.548057525. iteration 14984 found worse value: 337.548057525. iteration 14985 found worse value: 337.548057525. iteration 14986 found worse value: 337.548057525. iteration 14987 found worse value: 337.548057525. iteration 14988 found worse value: 337.548057525. iteration 14989 found worse value: 337.548057525. iteration 14990 found worse value: 337.548057525. iteration 14991 found worse value: 337.548057525. iteration 14992 found worse value: 337.548057525. iteration 14993 found worse value: 337.548057525. iteration 14994 found worse value: 337.548057525. iteration 14995 found worse value: 337.548057525. iteration 14996 found worse value: 337.548057525. iteration 14997 found worse value: 337.548057525. iteration 14998 found worse value: 337.548057525. iteration 14999 found worse value: 337.548057525. iteration 15000 found worse value: 337.548057525. iteration 15001 found worse value: 337.548057525. iteration 15002 found worse value: 337.548057525. iteration 15003 found worse value: 337.548057525. iteration 15004 found worse value: 337.548057525. iteration 15005 found worse value: 337.548057525. iteration 15006 found worse value: 337.548057525. iteration 15007 found worse value: 337.548057525. iteration 15008 found worse value: 337.548057525. iteration 15009 found worse value: 337.548057525. iteration 15010 found worse value: 337.548057525. iteration 15011 found worse value: 337.548057525. iteration 15012 found worse value: 337.548057525. iteration 15013 found worse value: 337.548057525. iteration 15014 found worse value: 337.548057525. iteration 15015 found worse value: 337.548057525. iteration 15016 found worse value: 337.548057525. iteration 15017 found worse value: 337.548057525. iteration 15018 found worse value: 337.548057525. iteration 15019 found worse value: 337.548057525. iteration 15020 found worse value: 337.548057525. iteration 15021 found worse value: 337.548057525. iteration 15022 found worse value: 337.548057525. iteration 15023 found worse value: 337.548057525. iteration 15024 found worse value: 337.548057525. iteration 15025 found worse value: 337.548057525. iteration 15026 found worse value: 337.548057525. iteration 15027 found worse value: 337.548057525. iteration 15028 found worse value: 337.548057525. iteration 15029 found worse value: 337.548057525. iteration 15030 found worse value: 337.548057525. iteration 15031 found worse value: 337.548057525. iteration 15032 found worse value: 337.548057525. iteration 15033 found worse value: 337.548057525. iteration 15034 found worse value: 337.548057525. iteration 15035 found worse value: 337.548057525. iteration 15036 found worse value: 337.548057525. iteration 15037 found worse value: 337.548057525. iteration 15038 found worse value: 337.548057525. iteration 15039 found worse value: 337.548057525. iteration 15040 found worse value: 337.548057525. iteration 15041 found worse value: 337.548057525. iteration 15042 found worse value: 337.548057525. iteration 15043 found worse value: 337.548057525. iteration 15044 found worse value: 337.548057525. iteration 15045 found worse value: 337.548057525. iteration 15046 found worse value: 337.548057525. iteration 15047 found worse value: 337.548057525. iteration 15048 found worse value: 337.548057525. iteration 15049 found worse value: 337.548057525. iteration 15050 found worse value: 337.548057525. iteration 15051 found worse value: 337.548057525. iteration 15052 found worse value: 337.548057525. iteration 15053 found worse value: 337.548057525. iteration 15054 found worse value: 337.548057525. iteration 15055 found worse value: 337.548057525. iteration 15056 found worse value: 337.548057525. iteration 15057 found worse value: 337.548057525. iteration 15058 found worse value: 337.548057525. iteration 15059 found worse value: 337.548057525. iteration 15060 found worse value: 337.548057525. iteration 15061 found worse value: 337.548057525. iteration 15062 found worse value: 337.548057525. iteration 15063 found worse value: 337.548057525. iteration 15064 found worse value: 337.548057525. iteration 15065 found worse value: 337.548057525. iteration 15066 found worse value: 337.548057525. iteration 15067 found worse value: 337.548057525. iteration 15068 found worse value: 337.548057525. iteration 15069 found worse value: 337.548057525. iteration 15070 found worse value: 337.548057525. iteration 15071 found worse value: 337.548057525. iteration 15072 found worse value: 337.548057525. iteration 15073 found worse value: 337.548057525. iteration 15074 found worse value: 337.548057525. iteration 15075 found worse value: 337.548057525. iteration 15076 found worse value: 337.548057525. iteration 15077 found worse value: 337.548057525. iteration 15078 found worse value: 337.548057525. iteration 15079 found worse value: 337.548057525. iteration 15080 found worse value: 337.548057525. iteration 15081 found worse value: 337.548057525. iteration 15082 found worse value: 337.548057525. iteration 15083 found worse value: 337.548057525. iteration 15084 found worse value: 337.548057525. iteration 15085 found worse value: 337.548057525. iteration 15086 found worse value: 337.548057525. iteration 15087 found worse value: 337.548057525. iteration 15088 found worse value: 337.548057525. iteration 15089 found worse value: 337.548057525. iteration 15090 found worse value: 337.548057525. iteration 15091 found worse value: 337.548057525. iteration 15092 found worse value: 337.548057525. iteration 15093 found worse value: 337.548057525. iteration 15094 found worse value: 337.548057525. iteration 15095 found worse value: 337.548057525. iteration 15096 found worse value: 337.548057525. iteration 15097 found worse value: 337.548057525. iteration 15098 found worse value: 337.548057525. iteration 15099 found worse value: 337.548057525. iteration 15100 found worse value: 337.548057525. iteration 15101 found worse value: 337.548057525. iteration 15102 found worse value: 337.548057525. iteration 15103 found worse value: 337.548057525. iteration 15104 found worse value: 337.548057525. iteration 15105 found worse value: 337.548057525. iteration 15106 found worse value: 337.548057525. iteration 15107 found worse value: 337.548057525. iteration 15108 found worse value: 337.548057525. iteration 15109 found worse value: 337.548057525. iteration 15110 found worse value: 337.548057525. iteration 15111 found worse value: 337.548057525. iteration 15112 found worse value: 337.548057525. iteration 15113 found worse value: 337.548057525. iteration 15114 found worse value: 337.548057525. iteration 15115 found worse value: 337.548057525. iteration 15116 found worse value: 337.548057525. iteration 15117 found worse value: 337.548057525. iteration 15118 found worse value: 337.548057525. iteration 15119 found worse value: 337.548057525. iteration 15120 found worse value: 337.548057525. iteration 15121 found worse value: 337.548057525. iteration 15122 found worse value: 337.548057525. iteration 15123 found worse value: 337.548057525. iteration 15124 found worse value: 337.548057525. iteration 15125 found worse value: 337.548057525. iteration 15126 found worse value: 337.548057525. iteration 15127 found worse value: 337.548057525. iteration 15128 found worse value: 337.548057525. iteration 15129 found worse value: 337.548057525. iteration 15130 found worse value: 337.548057525. iteration 15131 found worse value: 337.548057525. iteration 15132 found worse value: 337.548057525. iteration 15133 found worse value: 337.548057525. iteration 15134 found worse value: 337.548057525. iteration 15135 found worse value: 337.548057525. iteration 15136 found worse value: 337.548057525. iteration 15137 found worse value: 337.548057525. iteration 15138 found worse value: 337.548057525. iteration 15139 found worse value: 337.548057525. iteration 15140 found worse value: 337.548057525. iteration 15141 found worse value: 337.548057525. iteration 15142 found worse value: 337.548057525. iteration 15143 found worse value: 337.548057525. iteration 15144 found worse value: 337.548057525. iteration 15145 found worse value: 337.548057525. iteration 15146 found worse value: 337.548057525. iteration 15147 found worse value: 337.548057525. iteration 15148 found worse value: 337.548057525. iteration 15149 found worse value: 337.548057525. iteration 15150 found worse value: 337.548057525. iteration 15151 found worse value: 337.548057525. iteration 15152 found worse value: 337.548057525. iteration 15153 found worse value: 337.548057525. iteration 15154 found worse value: 337.548057525. iteration 15155 found worse value: 337.548057525. iteration 15156 found worse value: 337.548057525. iteration 15157 found worse value: 337.548057525. iteration 15158 found worse value: 337.548057525. iteration 15159 found worse value: 337.548057525. iteration 15160 found worse value: 337.548057525. iteration 15161 found worse value: 337.548057525. iteration 15162 found worse value: 337.548057525. iteration 15163 found worse value: 337.548057525. iteration 15164 found worse value: 337.548057525. iteration 15165 found worse value: 337.548057525. iteration 15166 found worse value: 337.548057525. iteration 15167 found worse value: 337.548057525. iteration 15168 found worse value: 337.548057525. iteration 15169 found worse value: 337.548057525. iteration 15170 found worse value: 337.548057525. iteration 15171 found worse value: 337.548057525. iteration 15172 found worse value: 337.548057525. iteration 15173 found worse value: 337.548057525. iteration 15174 found worse value: 337.548057525. iteration 15175 found worse value: 337.548057525. iteration 15176 found worse value: 337.548057525. iteration 15177 found worse value: 337.548057525. iteration 15178 found worse value: 337.548057525. iteration 15179 found worse value: 337.548057525. iteration 15180 found worse value: 337.548057525. iteration 15181 found worse value: 337.548057525. iteration 15182 found worse value: 337.548057525. iteration 15183 found worse value: 337.548057525. iteration 15184 found worse value: 337.548057525. iteration 15185 found worse value: 337.548057525. iteration 15186 found worse value: 337.548057525. iteration 15187 found worse value: 337.548057525. iteration 15188 found worse value: 337.548057525. iteration 15189 found worse value: 337.548057525. iteration 15190 found worse value: 337.548057525. iteration 15191 found worse value: 337.548057525. iteration 15192 found worse value: 337.548057525. iteration 15193 found worse value: 337.548057525. iteration 15194 found worse value: 337.548057525. iteration 15195 found worse value: 337.548057525. iteration 15196 found worse value: 337.548057525. iteration 15197 found worse value: 337.548057525. iteration 15198 found worse value: 337.548057525. iteration 15199 found worse value: 337.548057525. iteration 15200 found worse value: 337.548057525. iteration 15201 found worse value: 337.548057525. iteration 15202 found worse value: 337.548057525. iteration 15203 found worse value: 337.548057525. iteration 15204 found worse value: 337.548057525. iteration 15205 found worse value: 337.548057525. iteration 15206 found worse value: 337.548057525. iteration 15207 found worse value: 337.548057525. iteration 15208 found worse value: 337.548057525. iteration 15209 found worse value: 337.548057525. iteration 15210 found worse value: 337.548057525. iteration 15211 found worse value: 337.548057525. iteration 15212 found worse value: 337.548057525. iteration 15213 found worse value: 337.548057525. iteration 15214 found worse value: 337.548057525. iteration 15215 found worse value: 337.548057525. iteration 15216 found worse value: 337.548057525. iteration 15217 found worse value: 337.548057525. iteration 15218 found worse value: 337.548057525. iteration 15219 found worse value: 337.548057525. iteration 15220 found worse value: 337.548057525. iteration 15221 found worse value: 337.548057525. iteration 15222 found worse value: 337.548057525. iteration 15223 found worse value: 337.548057525. iteration 15224 found worse value: 337.548057525. iteration 15225 found worse value: 337.548057525. iteration 15226 found worse value: 337.548057525. iteration 15227 found worse value: 337.548057525. iteration 15228 found worse value: 337.548057525. iteration 15229 found worse value: 337.548057525. iteration 15230 found worse value: 337.548057525. iteration 15231 found worse value: 337.548057525. iteration 15232 found worse value: 337.548057525. iteration 15233 found worse value: 337.548057525. iteration 15234 found worse value: 337.548057525. iteration 15235 found worse value: 337.548057525. iteration 15236 found worse value: 337.548057525. iteration 15237 found worse value: 337.548057525. iteration 15238 found worse value: 337.548057525. iteration 15239 found worse value: 337.548057525. iteration 15240 found worse value: 337.548057525. iteration 15241 found worse value: 337.548057525. iteration 15242 found worse value: 337.548057525. iteration 15243 found worse value: 337.548057525. iteration 15244 found worse value: 337.548057525. iteration 15245 found worse value: 337.548057525. iteration 15246 found worse value: 337.548057525. iteration 15247 found worse value: 337.548057525. iteration 15248 found worse value: 337.548057525. iteration 15249 found worse value: 337.548057525. iteration 15250 found worse value: 337.548057525. iteration 15251 found worse value: 337.548057525. iteration 15252 found worse value: 337.548057525. iteration 15253 found worse value: 337.548057525. iteration 15254 found worse value: 337.548057525. iteration 15255 found worse value: 337.548057525. iteration 15256 found worse value: 337.548057525. iteration 15257 found worse value: 337.548057525. iteration 15258 found worse value: 337.548057525. iteration 15259 found worse value: 337.548057525. iteration 15260 found worse value: 337.548057525. iteration 15261 found worse value: 337.548057525. iteration 15262 found worse value: 337.548057525. iteration 15263 found worse value: 337.548057525. iteration 15264 found worse value: 337.548057525. iteration 15265 found worse value: 337.548057525. iteration 15266 found worse value: 337.548057525. iteration 15267 found worse value: 337.548057525. iteration 15268 found worse value: 337.548057525. iteration 15269 found worse value: 337.548057525. iteration 15270 found worse value: 337.548057525. iteration 15271 found worse value: 337.548057525. iteration 15272 found worse value: 337.548057525. iteration 15273 found worse value: 337.548057525. iteration 15274 found worse value: 337.548057525. iteration 15275 found worse value: 337.548057525. iteration 15276 found worse value: 337.548057525. iteration 15277 found worse value: 337.548057525. iteration 15278 found worse value: 337.548057525. iteration 15279 found worse value: 337.548057525. iteration 15280 found worse value: 337.548057525. iteration 15281 found worse value: 337.548057525. iteration 15282 found worse value: 337.548057525. iteration 15283 found worse value: 337.548057525. iteration 15284 found worse value: 337.548057525. iteration 15285 found worse value: 337.548057525. iteration 15286 found worse value: 337.548057525. iteration 15287 found worse value: 337.548057525. iteration 15288 found worse value: 337.548057525. iteration 15289 found worse value: 337.548057525. iteration 15290 found worse value: 337.548057525. iteration 15291 found worse value: 337.548057525. iteration 15292 found worse value: 337.548057525. iteration 15293 found worse value: 337.548057525. iteration 15294 found worse value: 337.548057525. iteration 15295 found worse value: 337.548057525. iteration 15296 found worse value: 337.548057525. iteration 15297 found worse value: 337.548057525. iteration 15298 found worse value: 337.548057525. iteration 15299 found worse value: 337.548057525. iteration 15300 found worse value: 337.548057525. iteration 15301 found worse value: 337.548057525. iteration 15302 found worse value: 337.548057525. iteration 15303 found worse value: 337.548057525. iteration 15304 found worse value: 337.548057525. iteration 15305 found worse value: 337.548057525. iteration 15306 found worse value: 337.548057525. iteration 15307 found worse value: 337.548057525. iteration 15308 found worse value: 337.548057525. iteration 15309 found worse value: 337.548057525. iteration 15310 found worse value: 337.548057525. iteration 15311 found worse value: 337.548057525. iteration 15312 found worse value: 337.548057525. iteration 15313 found worse value: 337.548057525. iteration 15314 found worse value: 337.548057525. iteration 15315 found worse value: 337.548057525. iteration 15316 found worse value: 337.548057525. iteration 15317 found worse value: 337.548057525. iteration 15318 found worse value: 337.548057525. iteration 15319 found worse value: 337.548057525. iteration 15320 found worse value: 337.548057525. iteration 15321 found worse value: 337.548057525. iteration 15322 found worse value: 337.548057525. iteration 15323 found worse value: 337.548057525. iteration 15324 found worse value: 337.548057525. iteration 15325 found worse value: 337.548057525. iteration 15326 found worse value: 337.548057525. iteration 15327 found worse value: 337.548057525. iteration 15328 found worse value: 337.548057525. iteration 15329 found worse value: 337.548057525. iteration 15330 found worse value: 337.548057525. iteration 15331 found worse value: 337.548057525. iteration 15332 found worse value: 337.548057525. iteration 15333 found worse value: 337.548057525. iteration 15334 found worse value: 337.548057525. iteration 15335 found worse value: 337.548057525. iteration 15336 found worse value: 337.548057525. iteration 15337 found worse value: 337.548057525. iteration 15338 found worse value: 337.548057525. iteration 15339 found worse value: 337.548057525. iteration 15340 found worse value: 337.548057525. iteration 15341 found worse value: 337.548057525. iteration 15342 found worse value: 337.548057525. iteration 15343 found worse value: 337.548057525. iteration 15344 found worse value: 337.548057525. iteration 15345 found worse value: 337.548057525. iteration 15346 found worse value: 337.548057525. iteration 15347 found worse value: 337.548057525. iteration 15348 found worse value: 337.548057525. iteration 15349 found worse value: 337.548057525. iteration 15350 found worse value: 337.548057525. iteration 15351 found worse value: 337.548057525. iteration 15352 found worse value: 337.548057525. iteration 15353 found worse value: 337.548057525. iteration 15354 found worse value: 337.548057525. iteration 15355 found worse value: 337.548057525. iteration 15356 found worse value: 337.548057525. iteration 15357 found worse value: 337.548057525. iteration 15358 found worse value: 337.548057525. iteration 15359 found worse value: 337.548057525. iteration 15360 found worse value: 337.548057525. iteration 15361 found worse value: 337.548057525. iteration 15362 found worse value: 337.548057525. iteration 15363 found worse value: 337.548057525. iteration 15364 found worse value: 337.548057525. iteration 15365 found worse value: 337.548057525. iteration 15366 found worse value: 337.548057525. iteration 15367 found worse value: 337.548057525. iteration 15368 found worse value: 337.548057525. iteration 15369 found worse value: 337.548057525. iteration 15370 found worse value: 337.548057525. iteration 15371 found worse value: 337.548057525. iteration 15372 found worse value: 337.548057525. iteration 15373 found worse value: 337.548057525. iteration 15374 found worse value: 337.548057525. iteration 15375 found worse value: 337.548057525. iteration 15376 found worse value: 337.548057525. iteration 15377 found worse value: 337.548057525. iteration 15378 found worse value: 337.548057525. iteration 15379 found worse value: 337.548057525. iteration 15380 found worse value: 337.548057525. iteration 15381 found worse value: 337.548057525. iteration 15382 found worse value: 337.548057525. iteration 15383 found worse value: 337.548057525. iteration 15384 found worse value: 337.548057525. iteration 15385 found worse value: 337.548057525. iteration 15386 found worse value: 337.548057525. iteration 15387 found worse value: 337.548057525. iteration 15388 found worse value: 337.548057525. iteration 15389 found worse value: 337.548057525. iteration 15390 found worse value: 337.548057525. iteration 15391 found worse value: 337.548057525. iteration 15392 found worse value: 337.548057525. iteration 15393 found worse value: 337.548057525. iteration 15394 found worse value: 337.548057525. iteration 15395 found worse value: 337.548057525. iteration 15396 found worse value: 337.548057525. iteration 15397 found worse value: 337.548057525. iteration 15398 found worse value: 337.548057525. iteration 15399 found worse value: 337.548057525. iteration 15400 found worse value: 337.548057525. iteration 15401 found worse value: 337.548057525. iteration 15402 found worse value: 337.548057525. iteration 15403 found worse value: 337.548057525. iteration 15404 found worse value: 337.548057525. iteration 15405 found worse value: 337.548057525. iteration 15406 found worse value: 337.548057525. iteration 15407 found worse value: 337.548057525. iteration 15408 found worse value: 337.548057525. iteration 15409 found worse value: 337.548057525. iteration 15410 found worse value: 337.548057525. iteration 15411 found worse value: 337.548057525. iteration 15412 found worse value: 337.548057525. iteration 15413 found worse value: 337.548057525. iteration 15414 found worse value: 337.548057525. iteration 15415 found worse value: 337.548057525. iteration 15416 found worse value: 337.548057525. iteration 15417 found worse value: 337.548057525. iteration 15418 found worse value: 337.548057525. iteration 15419 found worse value: 337.548057525. iteration 15420 found worse value: 337.548057525. iteration 15421 found worse value: 337.548057525. iteration 15422 found worse value: 337.548057525. iteration 15423 found worse value: 337.548057525. iteration 15424 found worse value: 337.548057525. iteration 15425 found worse value: 337.548057525. iteration 15426 found worse value: 337.548057525. iteration 15427 found worse value: 337.548057525. iteration 15428 found worse value: 337.548057525. iteration 15429 found worse value: 337.548057525. iteration 15430 found worse value: 337.548057525. iteration 15431 found worse value: 337.548057525. iteration 15432 found worse value: 337.548057525. iteration 15433 found worse value: 337.548057525. iteration 15434 found worse value: 337.548057525. iteration 15435 found worse value: 337.548057525. iteration 15436 found worse value: 337.548057525. iteration 15437 found worse value: 337.548057525. iteration 15438 found worse value: 337.548057525. iteration 15439 found worse value: 337.548057525. iteration 15440 found worse value: 337.548057525. iteration 15441 found worse value: 337.548057525. iteration 15442 found worse value: 337.548057525. iteration 15443 found worse value: 337.548057525. iteration 15444 found worse value: 337.548057525. iteration 15445 found worse value: 337.548057525. iteration 15446 found worse value: 337.548057525. iteration 15447 found worse value: 337.548057525. iteration 15448 found worse value: 337.548057525. iteration 15449 found worse value: 337.548057525. iteration 15450 found worse value: 337.548057525. iteration 15451 found worse value: 337.548057525. iteration 15452 found worse value: 337.548057525. iteration 15453 found worse value: 337.548057525. iteration 15454 found worse value: 337.548057525. iteration 15455 found worse value: 337.548057525. iteration 15456 found worse value: 337.548057525. iteration 15457 found worse value: 337.548057525. iteration 15458 found worse value: 337.548057525. iteration 15459 found worse value: 337.548057525. iteration 15460 found worse value: 337.548057525. iteration 15461 found worse value: 337.548057525. iteration 15462 found worse value: 337.548057525. iteration 15463 found worse value: 337.548057525. iteration 15464 found worse value: 337.548057525. iteration 15465 found worse value: 337.548057525. iteration 15466 found worse value: 337.548057525. iteration 15467 found worse value: 337.548057525. iteration 15468 found worse value: 337.548057525. iteration 15469 found worse value: 337.548057525. iteration 15470 found worse value: 337.548057525. iteration 15471 found worse value: 337.548057525. iteration 15472 found worse value: 337.548057525. iteration 15473 found worse value: 337.548057525. iteration 15474 found worse value: 337.548057525. iteration 15475 found worse value: 337.548057525. iteration 15476 found worse value: 337.548057525. iteration 15477 found worse value: 337.548057525. iteration 15478 found worse value: 337.548057525. iteration 15479 found worse value: 337.548057525. iteration 15480 found worse value: 337.548057525. iteration 15481 found worse value: 337.548057525. iteration 15482 found worse value: 337.548057525. iteration 15483 found worse value: 337.548057525. iteration 15484 found worse value: 337.548057525. iteration 15485 found worse value: 337.548057525. iteration 15486 found worse value: 337.548057525. iteration 15487 found worse value: 337.548057525. iteration 15488 found worse value: 337.548057525. iteration 15489 found worse value: 337.548057525. iteration 15490 found worse value: 337.548057525. iteration 15491 found worse value: 337.548057525. iteration 15492 found worse value: 337.548057525. iteration 15493 found worse value: 337.548057525. iteration 15494 found worse value: 337.548057525. iteration 15495 found worse value: 337.548057525. iteration 15496 found worse value: 337.548057525. iteration 15497 found worse value: 337.548057525. iteration 15498 found worse value: 337.548057525. iteration 15499 found worse value: 337.548057525. iteration 15500 found worse value: 337.548057525. iteration 15501 found worse value: 337.548057525. iteration 15502 found worse value: 337.548057525. iteration 15503 found worse value: 337.548057525. iteration 15504 found worse value: 337.548057525. iteration 15505 found worse value: 337.548057525. iteration 15506 found worse value: 337.548057525. iteration 15507 found worse value: 337.548057525. iteration 15508 found worse value: 337.548057525. iteration 15509 found worse value: 337.548057525. iteration 15510 found worse value: 337.548057525. iteration 15511 found worse value: 337.548057525. iteration 15512 found worse value: 337.548057525. iteration15512, perturbing to get out of local maxima iteration 15513 found worse value: 337.548057525. iteration 15514 found worse value: 337.548057525. iteration 15515 found worse value: 337.548057525. iteration 15516 found worse value: 337.548057525. iteration 15517 found worse value: 337.548057525. iteration 15518 found worse value: 337.548057525. iteration 15519 found worse value: 337.548057525. iteration 15520 found worse value: 337.548057525. iteration 15521 found worse value: 337.548057525. iteration 15522 found worse value: 337.548057525. iteration 15523 found worse value: 337.548057525. iteration 15524 found worse value: 337.548057525. iteration 15525 found worse value: 337.548057525. iteration 15526 found worse value: 337.548057525. iteration 15527 found worse value: 337.548057525. iteration 15528 found worse value: 337.548057525. iteration 15529 found worse value: 337.548057525. iteration 15530 found worse value: 337.548057525. iteration 15531 found worse value: 337.548057525. iteration 15532 found worse value: 337.548057525. iteration 15533 found worse value: 337.548057525. iteration 15534 found worse value: 337.548057525. iteration 15535 found worse value: 337.548057525. iteration 15536 found worse value: 337.548057525. iteration 15537 found worse value: 337.548057525. iteration 15538 found worse value: 337.548057525. iteration 15539 found worse value: 337.548057525. iteration 15540 found worse value: 337.548057525. iteration 15541 found worse value: 337.548057525. iteration 15542 found worse value: 337.548057525. iteration 15543 found worse value: 337.548057525. iteration 15544 found worse value: 337.548057525. iteration 15545 found worse value: 337.548057525. iteration 15546 found worse value: 337.548057525. iteration 15547 found worse value: 337.548057525. iteration 15548 found worse value: 337.548057525. iteration 15549 found worse value: 337.548057525. iteration 15550 found worse value: 337.548057525. iteration 15551 found worse value: 337.548057525. iteration 15552 found worse value: 337.548057525. iteration 15553 found worse value: 337.548057525. iteration 15554 found worse value: 337.548057525. iteration 15555 found worse value: 337.548057525. iteration 15556 found worse value: 337.548057525. iteration 15557 found worse value: 337.548057525. iteration 15558 found worse value: 337.548057525. iteration 15559 found worse value: 337.548057525. iteration 15560 found worse value: 337.548057525. iteration 15561 found worse value: 337.548057525. iteration 15562 found worse value: 337.548057525. iteration 15563 found worse value: 337.548057525. iteration 15564 found worse value: 337.548057525. iteration 15565 found worse value: 337.548057525. iteration 15566 found worse value: 337.548057525. iteration 15567 found worse value: 337.548057525. iteration 15568 found worse value: 337.548057525. iteration 15569 found worse value: 337.548057525. iteration 15570 found worse value: 337.548057525. iteration 15571 found worse value: 337.548057525. iteration 15572 found worse value: 337.548057525. iteration 15573 found worse value: 337.548057525. iteration 15574 found worse value: 337.548057525. iteration 15575 found worse value: 337.548057525. iteration 15576 found worse value: 337.548057525. iteration 15577 found worse value: 337.548057525. iteration 15578 found worse value: 337.548057525. iteration 15579 found worse value: 337.548057525. iteration 15580 found worse value: 337.548057525. iteration 15581 found worse value: 337.548057525. iteration 15582 found worse value: 337.548057525. iteration 15583 found worse value: 337.548057525. iteration 15584 found worse value: 337.548057525. iteration 15585 found worse value: 337.548057525. iteration 15586 found worse value: 337.548057525. iteration 15587 found worse value: 337.548057525. iteration 15588 found worse value: 337.548057525. iteration 15589 found worse value: 337.548057525. iteration 15590 found worse value: 337.548057525. iteration 15591 found worse value: 337.548057525. iteration 15592 found worse value: 337.548057525. iteration 15593 found worse value: 337.548057525. iteration 15594 found worse value: 337.548057525. iteration 15595 found worse value: 337.548057525. iteration 15596 found worse value: 337.548057525. iteration 15597 found worse value: 337.548057525. iteration 15598 found worse value: 337.548057525. iteration 15599 found worse value: 337.548057525. iteration 15600 found worse value: 337.548057525. iteration 15601 found worse value: 337.548057525. iteration 15602 found worse value: 337.548057525. iteration 15603 found worse value: 337.548057525. iteration 15604 found worse value: 337.548057525. iteration 15605 found worse value: 337.548057525. iteration 15606 found worse value: 337.548057525. iteration 15607 found worse value: 337.548057525. iteration 15608 found worse value: 337.548057525. iteration 15609 found worse value: 337.548057525. iteration 15610 found worse value: 337.548057525. iteration 15611 found worse value: 337.548057525. iteration 15612 found worse value: 337.548057525. iteration 15613 found worse value: 337.548057525. iteration 15614 found worse value: 337.548057525. iteration 15615 found worse value: 337.548057525. iteration 15616 found worse value: 337.548057525. iteration 15617 found worse value: 337.548057525. iteration 15618 found worse value: 337.548057525. iteration 15619 found worse value: 337.548057525. iteration 15620 found worse value: 337.548057525. iteration 15621 found worse value: 337.548057525. iteration 15622 found worse value: 337.548057525. iteration 15623 found worse value: 337.548057525. iteration 15624 found worse value: 337.548057525. iteration 15625 found worse value: 337.548057525. iteration 15626 found worse value: 337.548057525. iteration 15627 found worse value: 337.548057525. iteration 15628 found worse value: 337.548057525. iteration 15629 found worse value: 337.548057525. iteration 15630 found worse value: 337.548057525. iteration 15631 found worse value: 337.548057525. iteration 15632 found worse value: 337.548057525. iteration 15633 found worse value: 337.548057525. iteration 15634 found worse value: 337.548057525. iteration 15635 found worse value: 337.548057525. iteration 15636 found worse value: 337.548057525. iteration 15637 found worse value: 337.548057525. iteration 15638 found worse value: 337.548057525. iteration 15639 found worse value: 337.548057525. iteration 15640 found worse value: 337.548057525. iteration 15641 found worse value: 337.548057525. iteration 15642 found worse value: 337.548057525. iteration 15643 found worse value: 337.548057525. iteration 15644 found worse value: 337.548057525. iteration 15645 found worse value: 337.548057525. iteration 15646 found worse value: 337.548057525. iteration 15647 found worse value: 337.548057525. iteration 15648 found worse value: 337.548057525. iteration 15649 found worse value: 337.548057525. iteration 15650 found worse value: 337.548057525. iteration 15651 found worse value: 337.548057525. iteration 15652 found worse value: 337.548057525. iteration 15653 found worse value: 337.548057525. iteration 15654 found worse value: 337.548057525. iteration 15655 found worse value: 337.548057525. iteration 15656 found worse value: 337.548057525. iteration 15657 found worse value: 337.548057525. iteration 15658 found worse value: 337.548057525. iteration 15659 found worse value: 337.548057525. iteration 15660 found worse value: 337.548057525. iteration 15661 found worse value: 337.548057525. iteration 15662 found worse value: 337.548057525. iteration 15663 found worse value: 337.548057525. iteration 15664 found worse value: 337.548057525. iteration 15665 found worse value: 337.548057525. iteration 15666 found worse value: 337.548057525. iteration 15667 found worse value: 337.548057525. iteration 15668 found worse value: 337.548057525. iteration 15669 found worse value: 337.548057525. iteration 15670 found worse value: 337.548057525. iteration 15671 found worse value: 337.548057525. iteration 15672 found worse value: 337.548057525. iteration 15673 found worse value: 337.548057525. iteration 15674 found worse value: 337.548057525. iteration 15675 found worse value: 337.548057525. iteration 15676 found worse value: 337.548057525. iteration 15677 found worse value: 337.548057525. iteration 15678 found worse value: 337.548057525. iteration 15679 found worse value: 337.548057525. iteration 15680 found worse value: 337.548057525. iteration 15681 found worse value: 337.548057525. iteration 15682 found worse value: 337.548057525. iteration 15683 found worse value: 337.548057525. iteration 15684 found worse value: 337.548057525. iteration 15685 found worse value: 337.548057525. iteration 15686 found worse value: 337.548057525. iteration 15687 found worse value: 337.548057525. iteration 15688 found worse value: 337.548057525. iteration 15689 found worse value: 337.548057525. iteration 15690 found worse value: 337.548057525. iteration 15691 found worse value: 337.548057525. iteration 15692 found worse value: 337.548057525. iteration 15693 found worse value: 337.548057525. iteration 15694 found worse value: 337.548057525. iteration 15695 found worse value: 337.548057525. iteration 15696 found worse value: 337.548057525. iteration 15697 found worse value: 337.548057525. iteration 15698 found worse value: 337.548057525. iteration 15699 found worse value: 337.548057525. iteration 15700 found worse value: 337.548057525. iteration 15701 found worse value: 337.548057525. iteration 15702 found worse value: 337.548057525. iteration 15703 found worse value: 337.548057525. iteration 15704 found worse value: 337.548057525. iteration 15705 found worse value: 337.548057525. iteration 15706 found worse value: 337.548057525. iteration 15707 found worse value: 337.548057525. iteration 15708 found worse value: 337.548057525. iteration 15709 found worse value: 337.548057525. iteration 15710 found worse value: 337.548057525. iteration 15711 found worse value: 337.548057525. iteration 15712 found worse value: 337.548057525. iteration 15713 found worse value: 337.548057525. iteration 15714 found worse value: 337.548057525. iteration 15715 found worse value: 337.548057525. iteration 15716 found worse value: 337.548057525. iteration 15717 found worse value: 337.548057525. iteration 15718 found worse value: 337.548057525. iteration 15719 found worse value: 337.548057525. iteration 15720 found worse value: 337.548057525. iteration 15721 found worse value: 337.548057525. iteration 15722 found worse value: 337.548057525. iteration 15723 found worse value: 337.548057525. iteration 15724 found worse value: 337.548057525. iteration 15725 found worse value: 337.548057525. iteration 15726 found worse value: 337.548057525. iteration 15727 found worse value: 337.548057525. iteration 15728 found worse value: 337.548057525. iteration 15729 found worse value: 337.548057525. iteration 15730 found worse value: 337.548057525. iteration 15731 found worse value: 337.548057525. iteration 15732 found worse value: 337.548057525. iteration 15733 found worse value: 337.548057525. iteration 15734 found worse value: 337.548057525. iteration 15735 found worse value: 337.548057525. iteration 15736 found worse value: 337.548057525. iteration 15737 found worse value: 337.548057525. iteration 15738 found worse value: 337.548057525. iteration 15739 found worse value: 337.548057525. iteration 15740 found worse value: 337.548057525. iteration 15741 found worse value: 337.548057525. iteration 15742 found worse value: 337.548057525. iteration 15743 found worse value: 337.548057525. iteration 15744 found worse value: 337.548057525. iteration 15745 found worse value: 337.548057525. iteration 15746 found worse value: 337.548057525. iteration 15747 found worse value: 337.548057525. iteration 15748 found worse value: 337.548057525. iteration 15749 found worse value: 337.548057525. iteration 15750 found worse value: 337.548057525. iteration 15751 found worse value: 337.548057525. iteration 15752 found worse value: 337.548057525. iteration 15753 found worse value: 337.548057525. iteration 15754 found worse value: 337.548057525. iteration 15755 found worse value: 337.548057525. iteration 15756 found worse value: 337.548057525. iteration 15757 found worse value: 337.548057525. iteration 15758 found worse value: 337.548057525. iteration 15759 found worse value: 337.548057525. iteration 15760 found worse value: 337.548057525. iteration 15761 found worse value: 337.548057525. iteration 15762 found worse value: 337.548057525. iteration 15763 found worse value: 337.548057525. iteration 15764 found worse value: 337.548057525. iteration 15765 found worse value: 337.548057525. iteration 15766 found worse value: 337.548057525. iteration 15767 found worse value: 337.548057525. iteration 15768 found worse value: 337.548057525. iteration 15769 found worse value: 337.548057525. iteration 15770 found worse value: 337.548057525. iteration 15771 found worse value: 337.548057525. iteration 15772 found worse value: 337.548057525. iteration 15773 found worse value: 337.548057525. iteration 15774 found worse value: 337.548057525. iteration 15775 found worse value: 337.548057525. iteration 15776 found worse value: 337.548057525. iteration 15777 found worse value: 337.548057525. iteration 15778 found worse value: 337.548057525. iteration 15779 found worse value: 337.548057525. iteration 15780 found worse value: 337.548057525. iteration 15781 found worse value: 337.548057525. iteration 15782 found worse value: 337.548057525. iteration 15783 found worse value: 337.548057525. iteration 15784 found worse value: 337.548057525. iteration 15785 found worse value: 337.548057525. iteration 15786 found worse value: 337.548057525. iteration 15787 found worse value: 337.548057525. iteration 15788 found worse value: 337.548057525. iteration 15789 found worse value: 337.548057525. iteration 15790 found worse value: 337.548057525. iteration 15791 found worse value: 337.548057525. iteration 15792 found worse value: 337.548057525. iteration 15793 found worse value: 337.548057525. iteration 15794 found worse value: 337.548057525. iteration 15795 found worse value: 337.548057525. iteration 15796 found worse value: 337.548057525. iteration 15797 found worse value: 337.548057525. iteration 15798 found worse value: 337.548057525. iteration 15799 found worse value: 337.548057525. iteration 15800 found worse value: 337.548057525. iteration 15801 found worse value: 337.548057525. iteration 15802 found worse value: 337.548057525. iteration 15803 found worse value: 337.548057525. iteration 15804 found worse value: 337.548057525. iteration 15805 found worse value: 337.548057525. iteration 15806 found worse value: 337.548057525. iteration 15807 found worse value: 337.548057525. iteration 15808 found worse value: 337.548057525. iteration 15809 found worse value: 337.548057525. iteration 15810 found worse value: 337.548057525. iteration 15811 found worse value: 337.548057525. iteration 15812 found worse value: 337.548057525. iteration 15813 found worse value: 337.548057525. iteration 15814 found worse value: 337.548057525. iteration 15815 found worse value: 337.548057525. iteration 15816 found worse value: 337.548057525. iteration 15817 found worse value: 337.548057525. iteration 15818 found worse value: 337.548057525. iteration 15819 found worse value: 337.548057525. iteration 15820 found worse value: 337.548057525. iteration15820, perturbing to get out of local maxima iteration 15821 found worse value: 337.548057525. iteration 15822 found worse value: 337.548057525. iteration 15823 found worse value: 337.548057525. iteration 15824 found worse value: 337.548057525. iteration 15825 found worse value: 337.548057525. iteration 15826 found worse value: 337.548057525. iteration 15827 found worse value: 337.548057525. iteration 15828 found worse value: 337.548057525. iteration 15829 found worse value: 337.548057525. iteration 15830 found worse value: 337.548057525. iteration 15831 found worse value: 337.548057525. iteration 15832 found worse value: 337.548057525. iteration 15833 found worse value: 337.548057525. iteration 15834 found worse value: 337.548057525. iteration 15835 found worse value: 337.548057525. iteration 15836 found worse value: 337.548057525. iteration 15837 found worse value: 337.548057525. iteration 15838 found worse value: 337.548057525. iteration 15839 found worse value: 337.548057525. iteration 15840 found worse value: 337.548057525. iteration 15841 found worse value: 337.548057525. iteration 15842 found worse value: 337.548057525. iteration 15843 found worse value: 337.548057525. iteration 15844 found worse value: 337.548057525. iteration 15845 found worse value: 337.548057525. iteration 15846 found worse value: 337.548057525. iteration 15847 found worse value: 337.548057525. iteration 15848 found worse value: 337.548057525. iteration 15849 found worse value: 337.548057525. iteration 15850 found worse value: 337.548057525. iteration 15851 found worse value: 337.548057525. iteration 15852 found worse value: 337.548057525. iteration 15853 found worse value: 337.548057525. iteration 15854 found worse value: 337.548057525. iteration 15855 found worse value: 337.548057525. iteration 15856 found worse value: 337.548057525. iteration 15857 found worse value: 337.548057525. iteration 15858 found worse value: 337.548057525. iteration 15859 found worse value: 337.548057525. iteration 15860 found worse value: 337.548057525. iteration 15861 found worse value: 337.548057525. iteration 15862 found worse value: 337.548057525. iteration15862, perturbing to get out of local maxima iteration 15863 found worse value: 337.548057525. iteration 15864 found worse value: 337.548057525. iteration 15865 found worse value: 337.548057525. iteration 15866 found worse value: 337.548057525. iteration 15867 found worse value: 337.548057525. iteration 15868 found worse value: 337.548057525. iteration 15869 found worse value: 337.548057525. iteration 15870 found worse value: 337.548057525. iteration 15871 found worse value: 337.548057525. iteration 15872 found worse value: 337.548057525. iteration 15873 found worse value: 337.548057525. iteration 15874 found worse value: 337.548057525. iteration 15875 found worse value: 337.548057525. iteration 15876 found worse value: 337.548057525. iteration 15877 found worse value: 337.548057525. iteration 15878 found worse value: 337.548057525. iteration 15879 found worse value: 337.548057525. iteration 15880 found worse value: 337.548057525. iteration 15881 found worse value: 337.548057525. iteration 15882 found worse value: 337.548057525. iteration 15883 found worse value: 337.548057525. iteration 15884 found worse value: 337.548057525. iteration 15885 found worse value: 337.548057525. iteration 15886 found worse value: 337.548057525. iteration 15887 found worse value: 337.548057525. iteration 15888 found worse value: 337.548057525. iteration 15889 found worse value: 337.548057525. iteration 15890 found worse value: 337.548057525. iteration 15891 found worse value: 337.548057525. iteration 15892 found worse value: 337.548057525. iteration 15893 found worse value: 337.548057525. iteration 15894 found worse value: 337.548057525. iteration 15895 found worse value: 337.548057525. iteration 15896 found worse value: 337.548057525. iteration 15897 found worse value: 337.548057525. iteration 15898 found worse value: 337.548057525. iteration 15899 found worse value: 337.548057525. iteration 15900 found worse value: 337.548057525. iteration 15901 found worse value: 337.548057525. iteration 15902 found worse value: 337.548057525. iteration 15903 found worse value: 337.548057525. iteration 15904 found worse value: 337.548057525. iteration 15905 found worse value: 337.548057525. iteration 15906 found worse value: 337.548057525. iteration 15907 found worse value: 337.548057525. iteration 15908 found worse value: 337.548057525. iteration 15909 found worse value: 337.548057525. iteration 15910 found worse value: 337.548057525. iteration 15911 found worse value: 337.548057525. iteration 15912 found worse value: 337.548057525. iteration 15913 found worse value: 337.548057525. iteration 15914 found worse value: 337.548057525. iteration 15915 found worse value: 337.548057525. iteration 15916 found worse value: 337.548057525. iteration 15917 found worse value: 337.548057525. iteration 15918 found worse value: 337.548057525. iteration 15919 found worse value: 337.548057525. iteration 15920 found worse value: 337.548057525. iteration 15921 found worse value: 337.548057525. iteration 15922 found worse value: 337.548057525. iteration 15923 found worse value: 337.548057525. iteration 15924 found worse value: 337.548057525. iteration 15925 found worse value: 337.548057525. iteration 15926 found worse value: 337.548057525. iteration 15927 found worse value: 337.548057525. iteration 15928 found worse value: 337.548057525. iteration 15929 found worse value: 337.548057525. iteration 15930 found worse value: 337.548057525. iteration 15931 found worse value: 337.548057525. iteration 15932 found worse value: 337.548057525. iteration 15933 found worse value: 337.548057525. iteration 15934 found worse value: 337.548057525. iteration 15935 found worse value: 337.548057525. iteration 15936 found worse value: 337.548057525. iteration 15937 found worse value: 337.548057525. iteration 15938 found worse value: 337.548057525. iteration 15939 found worse value: 337.548057525. iteration 15940 found worse value: 337.548057525. iteration 15941 found worse value: 337.548057525. iteration 15942 found worse value: 337.548057525. iteration 15943 found worse value: 337.548057525. iteration 15944 found worse value: 337.548057525. iteration 15945 found worse value: 337.548057525. iteration 15946 found worse value: 337.548057525. iteration 15947 found worse value: 337.548057525. iteration 15948 found worse value: 337.548057525. iteration 15949 found worse value: 337.548057525. iteration 15950 found worse value: 337.548057525. iteration 15951 found worse value: 337.548057525. iteration 15952 found worse value: 337.548057525. iteration 15953 found worse value: 337.548057525. iteration 15954 found worse value: 337.548057525. iteration 15955 found worse value: 337.548057525. iteration 15956 found worse value: 337.548057525. iteration 15957 found worse value: 337.548057525. iteration 15958 found worse value: 337.548057525. iteration 15959 found worse value: 337.548057525. iteration 15960 found worse value: 337.548057525. iteration 15961 found worse value: 337.548057525. iteration 15962 found worse value: 337.548057525. iteration 15963 found worse value: 337.548057525. iteration 15964 found worse value: 337.548057525. iteration 15965 found worse value: 337.548057525. iteration 15966 found worse value: 337.548057525. iteration 15967 found worse value: 337.548057525. iteration 15968 found worse value: 337.548057525. iteration 15969 found worse value: 337.548057525. iteration 15970 found worse value: 337.548057525. iteration 15971 found worse value: 337.548057525. iteration 15972 found worse value: 337.548057525. iteration 15973 found worse value: 337.548057525. iteration15973, perturbing to get out of local maxima iteration 15974 found worse value: 337.548057525. iteration 15975 found worse value: 337.548057525. iteration 15976 found worse value: 337.548057525. iteration 15977 found worse value: 337.548057525. iteration 15978 found worse value: 337.548057525. iteration 15979 found worse value: 337.548057525. iteration 15980 found worse value: 337.548057525. iteration 15981 found worse value: 337.548057525. iteration 15982 found worse value: 337.548057525. iteration 15983 found worse value: 337.548057525. iteration 15984 found worse value: 337.548057525. iteration 15985 found worse value: 337.548057525. iteration 15986 found worse value: 337.548057525. iteration 15987 found worse value: 337.548057525. iteration 15988 found worse value: 337.548057525. iteration 15989 found worse value: 337.548057525. iteration 15990 found worse value: 337.548057525. iteration 15991 found worse value: 337.548057525. iteration 15992 found worse value: 337.548057525. iteration 15993 found worse value: 337.548057525. iteration 15994 found worse value: 337.548057525. iteration 15995 found worse value: 337.548057525. iteration 15996 found worse value: 337.548057525. iteration 15997 found worse value: 337.548057525. iteration 15998 found worse value: 337.548057525. iteration 15999 found worse value: 337.548057525. iteration 16000 found worse value: 337.548057525. iteration 16001 found worse value: 337.548057525. iteration 16002 found worse value: 337.548057525. iteration 16003 found worse value: 337.548057525. iteration 16004 found worse value: 337.548057525. iteration 16005 found worse value: 337.548057525. iteration 16006 found worse value: 337.548057525. iteration 16007 found worse value: 337.548057525. iteration 16008 found worse value: 337.548057525. iteration 16009 found worse value: 337.548057525. iteration 16010 found worse value: 337.548057525. iteration 16011 found worse value: 337.548057525. iteration 16012 found worse value: 337.548057525. iteration 16013 found worse value: 337.548057525. iteration 16014 found worse value: 337.548057525. iteration 16015 found worse value: 337.548057525. iteration 16016 found worse value: 337.548057525. iteration 16017 found worse value: 337.548057525. iteration 16018 found worse value: 337.548057525. iteration 16019 found worse value: 337.548057525. iteration 16020 found worse value: 337.548057525. iteration 16021 found worse value: 337.548057525. iteration 16022 found worse value: 337.548057525. iteration 16023 found worse value: 337.548057525. iteration 16024 found worse value: 337.548057525. iteration 16025 found worse value: 337.548057525. iteration 16026 found worse value: 337.548057525. iteration 16027 found worse value: 337.548057525. iteration 16028 found worse value: 337.548057525. iteration 16029 found worse value: 337.548057525. iteration 16030 found worse value: 337.548057525. iteration 16031 found worse value: 337.548057525. iteration 16032 found worse value: 337.548057525. iteration 16033 found worse value: 337.548057525. iteration 16034 found worse value: 337.548057525. iteration 16035 found worse value: 337.548057525. iteration 16036 found worse value: 337.548057525. iteration 16037 found worse value: 337.548057525. iteration 16038 found worse value: 337.548057525. iteration 16039 found worse value: 337.548057525. iteration 16040 found worse value: 337.548057525. iteration 16041 found worse value: 337.548057525. iteration 16042 found worse value: 337.548057525. iteration 16043 found worse value: 337.548057525. iteration 16044 found worse value: 337.548057525. iteration 16045 found worse value: 337.548057525. iteration 16046 found worse value: 337.548057525. iteration 16047 found worse value: 337.548057525. iteration 16048 found worse value: 337.548057525. iteration 16049 found worse value: 337.548057525. iteration 16050 found worse value: 337.548057525. iteration 16051 found worse value: 337.548057525. iteration 16052 found worse value: 337.548057525. iteration 16053 found worse value: 337.548057525. iteration 16054 found worse value: 337.548057525. iteration 16055 found worse value: 337.548057525. iteration 16056 found worse value: 337.548057525. iteration 16057 found worse value: 337.548057525. iteration 16058 found worse value: 337.548057525. iteration 16059 found worse value: 337.548057525. iteration 16060 found worse value: 337.548057525. iteration 16061 found worse value: 337.548057525. iteration 16062 found worse value: 337.548057525. iteration 16063 found worse value: 337.548057525. iteration 16064 found worse value: 337.548057525. iteration 16065 found worse value: 337.548057525. iteration 16066 found worse value: 337.548057525. iteration 16067 found worse value: 337.548057525. iteration 16068 found worse value: 337.548057525. iteration 16069 found worse value: 337.548057525. iteration 16070 found worse value: 337.548057525. iteration 16071 found worse value: 337.548057525. iteration 16072 found worse value: 337.548057525. iteration 16073 found worse value: 337.548057525. iteration 16074 found worse value: 337.548057525. iteration 16075 found worse value: 337.548057525. iteration 16076 found worse value: 337.548057525. iteration 16077 found worse value: 337.548057525. iteration 16078 found worse value: 337.548057525. iteration 16079 found worse value: 337.548057525. iteration 16080 found worse value: 337.548057525. iteration 16081 found worse value: 337.548057525. iteration 16082 found worse value: 337.548057525. iteration 16083 found worse value: 337.548057525. iteration 16084 found worse value: 337.548057525. iteration 16085 found worse value: 337.548057525. iteration 16086 found worse value: 337.548057525. iteration 16087 found worse value: 337.548057525. iteration 16088 found worse value: 337.548057525. iteration 16089 found worse value: 337.548057525. iteration 16090 found worse value: 337.548057525. iteration 16091 found worse value: 337.548057525. iteration 16092 found worse value: 337.548057525. iteration 16093 found worse value: 337.548057525. iteration 16094 found worse value: 337.548057525. iteration 16095 found worse value: 337.548057525. iteration 16096 found worse value: 337.548057525. iteration 16097 found worse value: 337.548057525. iteration 16098 found worse value: 337.548057525. iteration 16099 found worse value: 337.548057525. iteration 16100 found worse value: 337.548057525. iteration 16101 found worse value: 337.548057525. iteration 16102 found worse value: 337.548057525. iteration 16103 found worse value: 337.548057525. iteration 16104 found worse value: 337.548057525. iteration 16105 found worse value: 337.548057525. iteration 16106 found worse value: 337.548057525. iteration 16107 found worse value: 337.548057525. iteration 16108 found worse value: 337.548057525. iteration 16109 found worse value: 337.548057525. iteration 16110 found worse value: 337.548057525. iteration 16111 found worse value: 337.548057525. iteration 16112 found worse value: 337.548057525. iteration 16113 found worse value: 337.548057525. iteration 16114 found worse value: 337.548057525. iteration 16115 found worse value: 337.548057525. iteration 16116 found worse value: 337.548057525. iteration 16117 found worse value: 337.548057525. iteration 16118 found worse value: 337.548057525. iteration 16119 found worse value: 337.548057525. iteration 16120 found worse value: 337.548057525. iteration 16121 found worse value: 337.548057525. iteration 16122 found worse value: 337.548057525. iteration 16123 found worse value: 337.548057525. iteration 16124 found worse value: 337.548057525. iteration 16125 found worse value: 337.548057525. iteration 16126 found worse value: 337.548057525. iteration 16127 found worse value: 337.548057525. iteration 16128 found worse value: 337.548057525. iteration 16129 found worse value: 337.548057525. iteration 16130 found worse value: 337.548057525. iteration 16131 found worse value: 337.548057525. iteration 16132 found worse value: 337.548057525. iteration 16133 found worse value: 337.548057525. iteration 16134 found worse value: 337.548057525. iteration 16135 found worse value: 337.548057525. iteration 16136 found worse value: 337.548057525. iteration 16137 found worse value: 337.548057525. iteration 16138 found worse value: 337.548057525. iteration 16139 found worse value: 337.548057525. iteration 16140 found worse value: 337.548057525. iteration 16141 found worse value: 337.548057525. iteration 16142 found worse value: 337.548057525. iteration 16143 found worse value: 337.548057525. iteration 16144 found worse value: 337.548057525. iteration 16145 found worse value: 337.548057525. iteration 16146 found worse value: 337.548057525. iteration 16147 found worse value: 337.548057525. iteration 16148 found worse value: 337.548057525. iteration 16149 found worse value: 337.548057525. iteration 16150 found worse value: 337.548057525. iteration 16151 found worse value: 337.548057525. iteration 16152 found worse value: 337.548057525. iteration 16153 found worse value: 337.548057525. iteration 16154 found worse value: 337.548057525. iteration 16155 found worse value: 337.548057525. iteration 16156 found worse value: 337.548057525. iteration 16157 found worse value: 337.548057525. iteration 16158 found worse value: 337.548057525. iteration 16159 found worse value: 337.548057525. iteration 16160 found worse value: 337.548057525. iteration 16161 found worse value: 337.548057525. iteration 16162 found worse value: 337.548057525. iteration 16163 found worse value: 337.548057525. iteration 16164 found worse value: 337.548057525. iteration 16165 found worse value: 337.548057525. iteration 16166 found worse value: 337.548057525. iteration 16167 found worse value: 337.548057525. iteration 16168 found worse value: 337.548057525. iteration 16169 found worse value: 337.548057525. iteration 16170 found worse value: 337.548057525. iteration 16171 found worse value: 337.548057525. iteration 16172 found worse value: 337.548057525. iteration 16173 found worse value: 337.548057525. iteration 16174 found worse value: 337.548057525. iteration 16175 found worse value: 337.548057525. iteration 16176 found worse value: 337.548057525. iteration 16177 found worse value: 337.548057525. iteration 16178 found worse value: 337.548057525. iteration 16179 found worse value: 337.548057525. iteration 16180 found worse value: 337.548057525. iteration 16181 found worse value: 337.548057525. iteration 16182 found worse value: 337.548057525. iteration 16183 found worse value: 337.548057525. iteration 16184 found worse value: 337.548057525. iteration 16185 found worse value: 337.548057525. iteration 16186 found worse value: 337.548057525. iteration 16187 found worse value: 337.548057525. iteration 16188 found worse value: 337.548057525. iteration 16189 found worse value: 337.548057525. iteration 16190 found worse value: 337.548057525. iteration 16191 found worse value: 337.548057525. iteration 16192 found worse value: 337.548057525. iteration 16193 found worse value: 337.548057525. iteration 16194 found worse value: 337.548057525. iteration 16195 found worse value: 337.548057525. iteration 16196 found worse value: 337.548057525. iteration 16197 found worse value: 337.548057525. iteration 16198 found worse value: 337.548057525. iteration 16199 found worse value: 337.548057525. iteration 16200 found worse value: 337.548057525. iteration 16201 found worse value: 337.548057525. iteration 16202 found worse value: 337.548057525. iteration 16203 found worse value: 337.548057525. iteration 16204 found worse value: 337.548057525. iteration 16205 found worse value: 337.548057525. iteration 16206 found worse value: 337.548057525. iteration 16207 found worse value: 337.548057525. iteration 16208 found worse value: 337.548057525. iteration 16209 found worse value: 337.548057525. iteration 16210 found worse value: 337.548057525. iteration 16211 found worse value: 337.548057525. iteration 16212 found worse value: 337.548057525. iteration 16213 found worse value: 337.548057525. iteration 16214 found worse value: 337.548057525. iteration 16215 found worse value: 337.548057525. iteration 16216 found worse value: 337.548057525. iteration 16217 found worse value: 337.548057525. iteration 16218 found worse value: 337.548057525. iteration 16219 found worse value: 337.548057525. iteration 16220 found worse value: 337.548057525. iteration 16221 found worse value: 337.548057525. iteration 16222 found worse value: 337.548057525. iteration 16223 found worse value: 337.548057525. iteration 16224 found worse value: 337.548057525. iteration 16225 found worse value: 337.548057525. iteration 16226 found worse value: 337.548057525. iteration 16227 found worse value: 337.548057525. iteration 16228 found worse value: 337.548057525. iteration 16229 found worse value: 337.548057525. iteration 16230 found worse value: 337.548057525. iteration 16231 found worse value: 337.548057525. iteration16231, perturbing to get out of local maxima iteration 16232 found worse value: 337.548057525. iteration 16233 found worse value: 337.548057525. iteration 16234 found worse value: 337.548057525. iteration 16235 found worse value: 337.548057525. iteration 16236 found worse value: 337.548057525. iteration 16237 found worse value: 337.548057525. iteration 16238 found worse value: 337.548057525. iteration 16239 found worse value: 337.548057525. iteration 16240 found worse value: 337.548057525. iteration 16241 found worse value: 337.548057525. iteration 16242 found worse value: 337.548057525. iteration 16243 found worse value: 337.548057525. iteration 16244 found worse value: 337.548057525. iteration 16245 found worse value: 337.548057525. iteration 16246 found worse value: 337.548057525. iteration 16247 found worse value: 337.548057525. iteration 16248 found worse value: 337.548057525. iteration 16249 found worse value: 337.548057525. iteration 16250 found worse value: 337.548057525. iteration 16251 found worse value: 337.548057525. iteration 16252 found worse value: 337.548057525. iteration 16253 found worse value: 337.548057525. iteration 16254 found worse value: 337.548057525. iteration 16255 found worse value: 337.548057525. iteration 16256 found worse value: 337.548057525. iteration 16257 found worse value: 337.548057525. iteration 16258 found worse value: 337.548057525. iteration 16259 found worse value: 337.548057525. iteration 16260 found worse value: 337.548057525. iteration16260, perturbing to get out of local maxima iteration 16261 found worse value: 337.548057525. iteration 16262 found worse value: 337.548057525. iteration 16263 found worse value: 337.548057525. iteration 16264 found worse value: 337.548057525. iteration 16265 found worse value: 337.548057525. iteration 16266 found worse value: 337.548057525. iteration 16267 found worse value: 337.548057525. iteration 16268 found worse value: 337.548057525. iteration 16269 found worse value: 337.548057525. iteration 16270 found worse value: 337.548057525. iteration 16271 found worse value: 337.548057525. iteration 16272 found worse value: 337.548057525. iteration 16273 found worse value: 337.548057525. iteration 16274 found worse value: 337.548057525. iteration 16275 found worse value: 337.548057525. iteration 16276 found worse value: 337.548057525. iteration 16277 found worse value: 337.548057525. iteration 16278 found worse value: 337.548057525. iteration 16279 found worse value: 337.548057525. iteration 16280 found worse value: 337.548057525. iteration 16281 found worse value: 337.548057525. iteration 16282 found worse value: 337.548057525. iteration 16283 found worse value: 337.548057525. iteration 16284 found worse value: 337.548057525. iteration 16285 found worse value: 337.548057525. iteration 16286 found worse value: 337.548057525. iteration 16287 found worse value: 337.548057525. iteration 16288 found worse value: 337.548057525. iteration 16289 found worse value: 337.548057525. iteration 16290 found worse value: 337.548057525. iteration 16291 found worse value: 337.548057525. iteration 16292 found worse value: 337.548057525. iteration 16293 found worse value: 337.548057525. iteration 16294 found worse value: 337.548057525. iteration 16295 found worse value: 337.548057525. iteration 16296 found worse value: 337.548057525. iteration 16297 found worse value: 337.548057525. iteration 16298 found worse value: 337.548057525. iteration 16299 found worse value: 337.548057525. iteration 16300 found worse value: 337.548057525. iteration 16301 found worse value: 337.548057525. iteration 16302 found worse value: 337.548057525. iteration 16303 found worse value: 337.548057525. iteration 16304 found worse value: 337.548057525. iteration 16305 found worse value: 337.548057525. iteration 16306 found worse value: 337.548057525. iteration 16307 found worse value: 337.548057525. iteration 16308 found worse value: 337.548057525. iteration 16309 found worse value: 337.548057525. iteration 16310 found worse value: 337.548057525. iteration 16311 found worse value: 337.548057525. iteration 16312 found worse value: 337.548057525. iteration 16313 found worse value: 337.548057525. iteration 16314 found worse value: 337.548057525. iteration 16315 found worse value: 337.548057525. iteration 16316 found worse value: 337.548057525. iteration 16317 found worse value: 337.548057525. iteration 16318 found worse value: 337.548057525. iteration 16319 found worse value: 337.548057525. iteration 16320 found worse value: 337.548057525. iteration 16321 found worse value: 337.548057525. iteration 16322 found worse value: 337.548057525. iteration 16323 found worse value: 337.548057525. iteration 16324 found worse value: 337.548057525. iteration 16325 found worse value: 337.548057525. iteration 16326 found worse value: 337.548057525. iteration 16327 found worse value: 337.548057525. iteration 16328 found worse value: 337.548057525. iteration 16329 found worse value: 337.548057525. iteration 16330 found worse value: 337.548057525. iteration 16331 found worse value: 337.548057525. iteration 16332 found worse value: 337.548057525. iteration 16333 found worse value: 337.548057525. iteration 16334 found worse value: 337.548057525. iteration 16335 found worse value: 337.548057525. iteration 16336 found worse value: 337.548057525. iteration 16337 found worse value: 337.548057525. iteration 16338 found worse value: 337.548057525. iteration 16339 found worse value: 337.548057525. iteration 16340 found worse value: 337.548057525. iteration 16341 found worse value: 337.548057525. iteration 16342 found worse value: 337.548057525. iteration 16343 found worse value: 337.548057525. iteration 16344 found worse value: 337.548057525. iteration 16345 found worse value: 337.548057525. iteration 16346 found worse value: 337.548057525. iteration 16347 found worse value: 337.548057525. iteration 16348 found worse value: 337.548057525. iteration 16349 found worse value: 337.548057525. iteration 16350 found worse value: 337.548057525. iteration 16351 found worse value: 337.548057525. iteration 16352 found worse value: 337.548057525. iteration 16353 found worse value: 337.548057525. iteration 16354 found worse value: 337.548057525. iteration 16355 found worse value: 337.548057525. iteration 16356 found worse value: 337.548057525. iteration 16357 found worse value: 337.548057525. iteration 16358 found worse value: 337.548057525. iteration 16359 found worse value: 337.548057525. iteration 16360 found worse value: 337.548057525. iteration 16361 found worse value: 337.548057525. iteration 16362 found worse value: 337.548057525. iteration 16363 found worse value: 337.548057525. iteration 16364 found worse value: 337.548057525. iteration 16365 found worse value: 337.548057525. iteration 16366 found worse value: 337.548057525. iteration 16367 found worse value: 337.548057525. iteration 16368 found worse value: 337.548057525. iteration 16369 found worse value: 337.548057525. iteration 16370 found worse value: 337.548057525. iteration 16371 found worse value: 337.548057525. iteration 16372 found worse value: 337.548057525. iteration 16373 found worse value: 337.548057525. iteration 16374 found worse value: 337.548057525. iteration 16375 found worse value: 337.548057525. iteration 16376 found worse value: 337.548057525. iteration 16377 found worse value: 337.548057525. iteration 16378 found worse value: 337.548057525. iteration 16379 found worse value: 337.548057525. iteration 16380 found worse value: 337.548057525. iteration 16381 found worse value: 337.548057525. iteration 16382 found worse value: 337.548057525. iteration 16383 found worse value: 337.548057525. iteration 16384 found worse value: 337.548057525. iteration 16385 found worse value: 337.548057525. iteration16385, perturbing to get out of local maxima iteration 16386 found worse value: 337.548057525. iteration 16387 found worse value: 337.548057525. iteration 16388 found worse value: 337.548057525. iteration 16389 found worse value: 337.548057525. iteration 16390 found worse value: 337.548057525. iteration 16391 found worse value: 337.548057525. iteration 16392 found worse value: 337.548057525. iteration 16393 found worse value: 337.548057525. iteration 16394 found worse value: 337.548057525. iteration 16395 found worse value: 337.548057525. iteration 16396 found worse value: 337.548057525. iteration 16397 found worse value: 337.548057525. iteration 16398 found worse value: 337.548057525. iteration 16399 found worse value: 337.548057525. iteration 16400 found worse value: 337.548057525. iteration 16401 found worse value: 337.548057525. iteration 16402 found worse value: 337.548057525. iteration 16403 found worse value: 337.548057525. iteration 16404 found worse value: 337.548057525. iteration 16405 found worse value: 337.548057525. iteration 16406 found worse value: 337.548057525. iteration 16407 found worse value: 337.548057525. iteration 16408 found worse value: 337.548057525. iteration 16409 found worse value: 337.548057525. iteration 16410 found worse value: 337.548057525. iteration 16411 found worse value: 337.548057525. iteration 16412 found worse value: 337.548057525. iteration 16413 found worse value: 337.548057525. iteration 16414 found worse value: 337.548057525. iteration 16415 found worse value: 337.548057525. iteration 16416 found worse value: 337.548057525. iteration 16417 found worse value: 337.548057525. iteration 16418 found worse value: 337.548057525. iteration 16419 found worse value: 337.548057525. iteration 16420 found worse value: 337.548057525. iteration 16421 found worse value: 337.548057525. iteration 16422 found worse value: 337.548057525. iteration 16423 found worse value: 337.548057525. iteration 16424 found worse value: 337.548057525. iteration 16425 found worse value: 337.548057525. iteration 16426 found worse value: 337.548057525. iteration 16427 found worse value: 337.548057525. iteration 16428 found worse value: 337.548057525. iteration 16429 found worse value: 337.548057525. iteration 16430 found worse value: 337.548057525. iteration 16431 found worse value: 337.548057525. iteration 16432 found worse value: 337.548057525. iteration 16433 found worse value: 337.548057525. iteration 16434 found worse value: 337.548057525. iteration 16435 found worse value: 337.548057525. iteration 16436 found worse value: 337.548057525. iteration 16437 found worse value: 337.548057525. iteration 16438 found worse value: 337.548057525. iteration 16439 found worse value: 337.548057525. iteration 16440 found worse value: 337.548057525. iteration 16441 found worse value: 337.548057525. iteration 16442 found worse value: 337.548057525. iteration 16443 found worse value: 337.548057525. iteration 16444 found worse value: 337.548057525. iteration 16445 found worse value: 337.548057525. iteration 16446 found worse value: 337.548057525. iteration 16447 found worse value: 337.548057525. iteration 16448 found worse value: 337.548057525. iteration 16449 found worse value: 337.548057525. iteration 16450 found worse value: 337.548057525. iteration 16451 found worse value: 337.548057525. iteration 16452 found worse value: 337.548057525. iteration 16453 found worse value: 337.548057525. iteration 16454 found worse value: 337.548057525. iteration 16455 found worse value: 337.548057525. iteration 16456 found worse value: 337.548057525. iteration 16457 found worse value: 337.548057525. iteration 16458 found worse value: 337.548057525. iteration 16459 found worse value: 337.548057525. iteration 16460 found worse value: 337.548057525. iteration 16461 found worse value: 337.548057525. iteration 16462 found worse value: 337.548057525. iteration 16463 found worse value: 337.548057525. iteration 16464 found worse value: 337.548057525. iteration 16465 found worse value: 337.548057525. iteration 16466 found worse value: 337.548057525. iteration 16467 found worse value: 337.548057525. iteration 16468 found worse value: 337.548057525. iteration 16469 found worse value: 337.548057525. iteration 16470 found worse value: 337.548057525. iteration 16471 found worse value: 337.548057525. iteration 16472 found worse value: 337.548057525. iteration 16473 found worse value: 337.548057525. iteration 16474 found worse value: 337.548057525. iteration 16475 found worse value: 337.548057525. iteration 16476 found worse value: 337.548057525. iteration 16477 found worse value: 337.548057525. iteration 16478 found worse value: 337.548057525. iteration 16479 found worse value: 337.548057525. iteration 16480 found worse value: 337.548057525. iteration 16481 found worse value: 337.548057525. iteration 16482 found worse value: 337.548057525. iteration 16483 found worse value: 337.548057525. iteration 16484 found worse value: 337.548057525. iteration 16485 found worse value: 337.548057525. iteration 16486 found worse value: 337.548057525. iteration 16487 found worse value: 337.548057525. iteration 16488 found worse value: 337.548057525. iteration 16489 found worse value: 337.548057525. iteration 16490 found worse value: 337.548057525. iteration 16491 found worse value: 337.548057525. iteration 16492 found worse value: 337.548057525. iteration 16493 found worse value: 337.548057525. iteration 16494 found worse value: 337.548057525. iteration 16495 found worse value: 337.548057525. iteration 16496 found worse value: 337.548057525. iteration 16497 found worse value: 337.548057525. iteration 16498 found worse value: 337.548057525. iteration 16499 found worse value: 337.548057525. iteration 16500 found worse value: 337.548057525. iteration 16501 found worse value: 337.548057525. iteration 16502 found worse value: 337.548057525. iteration 16503 found worse value: 337.548057525. iteration 16504 found worse value: 337.548057525. iteration 16505 found worse value: 337.548057525. iteration 16506 found worse value: 337.548057525. iteration 16507 found worse value: 337.548057525. iteration 16508 found worse value: 337.548057525. iteration 16509 found worse value: 337.548057525. iteration 16510 found worse value: 337.548057525. iteration 16511 found worse value: 337.548057525. iteration 16512 found worse value: 337.548057525. iteration 16513 found worse value: 337.548057525. iteration 16514 found worse value: 337.548057525. iteration 16515 found worse value: 337.548057525. iteration 16516 found worse value: 337.548057525. iteration 16517 found worse value: 337.548057525. iteration 16518 found worse value: 337.548057525. iteration 16519 found worse value: 337.548057525. iteration 16520 found worse value: 337.548057525. iteration 16521 found worse value: 337.548057525. iteration 16522 found worse value: 337.548057525. iteration 16523 found worse value: 337.548057525. iteration 16524 found worse value: 337.548057525. iteration 16525 found worse value: 337.548057525. iteration 16526 found worse value: 337.548057525. iteration 16527 found worse value: 337.548057525. iteration 16528 found worse value: 337.548057525. iteration 16529 found worse value: 337.548057525. iteration 16530 found worse value: 337.548057525. iteration 16531 found worse value: 337.548057525. iteration 16532 found worse value: 337.548057525. iteration 16533 found worse value: 337.548057525. iteration 16534 found worse value: 337.548057525. iteration 16535 found worse value: 337.548057525. iteration 16536 found worse value: 337.548057525. iteration 16537 found worse value: 337.548057525. iteration 16538 found worse value: 337.548057525. iteration 16539 found worse value: 337.548057525. iteration 16540 found worse value: 337.548057525. iteration 16541 found worse value: 337.548057525. iteration 16542 found worse value: 337.548057525. iteration 16543 found worse value: 337.548057525. iteration 16544 found worse value: 337.548057525. iteration 16545 found worse value: 337.548057525. iteration 16546 found worse value: 337.548057525. iteration 16547 found worse value: 337.548057525. iteration 16548 found worse value: 337.548057525. iteration 16549 found worse value: 337.548057525. iteration 16550 found worse value: 337.548057525. iteration 16551 found worse value: 337.548057525. iteration 16552 found worse value: 337.548057525. iteration 16553 found worse value: 337.548057525. iteration 16554 found worse value: 337.548057525. iteration 16555 found worse value: 337.548057525. iteration 16556 found worse value: 337.548057525. iteration 16557 found worse value: 337.548057525. iteration 16558 found worse value: 337.548057525. iteration 16559 found worse value: 337.548057525. iteration 16560 found worse value: 337.548057525. iteration 16561 found worse value: 337.548057525. iteration 16562 found worse value: 337.548057525. iteration 16563 found worse value: 337.548057525. iteration 16564 found worse value: 337.548057525. iteration 16565 found worse value: 337.548057525. iteration 16566 found worse value: 337.548057525. iteration 16567 found worse value: 337.548057525. iteration 16568 found worse value: 337.548057525. iteration 16569 found worse value: 337.548057525. iteration 16570 found worse value: 337.548057525. iteration 16571 found worse value: 337.548057525. iteration 16572 found worse value: 337.548057525. iteration 16573 found worse value: 337.548057525. iteration 16574 found worse value: 337.548057525. iteration 16575 found worse value: 337.548057525. iteration 16576 found worse value: 337.548057525. iteration 16577 found worse value: 337.548057525. iteration 16578 found worse value: 337.548057525. iteration 16579 found worse value: 337.548057525. iteration 16580 found worse value: 337.548057525. iteration 16581 found worse value: 337.548057525. iteration 16582 found worse value: 337.548057525. iteration 16583 found worse value: 337.548057525. iteration 16584 found worse value: 337.548057525. iteration 16585 found worse value: 337.548057525. iteration 16586 found worse value: 337.548057525. iteration 16587 found worse value: 337.548057525. iteration 16588 found worse value: 337.548057525. iteration 16589 found worse value: 337.548057525. iteration 16590 found worse value: 337.548057525. iteration 16591 found worse value: 337.548057525. iteration 16592 found worse value: 337.548057525. iteration 16593 found worse value: 337.548057525. iteration 16594 found worse value: 337.548057525. iteration 16595 found worse value: 337.548057525. iteration 16596 found worse value: 337.548057525. iteration 16597 found worse value: 337.548057525. iteration 16598 found worse value: 337.548057525. iteration 16599 found worse value: 337.548057525. iteration 16600 found worse value: 337.548057525. iteration 16601 found worse value: 337.548057525. iteration 16602 found worse value: 337.548057525. iteration 16603 found worse value: 337.548057525. iteration 16604 found worse value: 337.548057525. iteration 16605 found worse value: 337.548057525. iteration 16606 found worse value: 337.548057525. iteration 16607 found worse value: 337.548057525. iteration 16608 found worse value: 337.548057525. iteration 16609 found worse value: 337.548057525. iteration 16610 found worse value: 337.548057525. iteration 16611 found worse value: 337.548057525. iteration 16612 found worse value: 337.548057525. iteration 16613 found worse value: 337.548057525. iteration 16614 found worse value: 337.548057525. iteration 16615 found worse value: 337.548057525. iteration 16616 found worse value: 337.548057525. iteration 16617 found worse value: 337.548057525. iteration 16618 found worse value: 337.548057525. iteration 16619 found worse value: 337.548057525. iteration 16620 found worse value: 337.548057525. iteration 16621 found worse value: 337.548057525. iteration 16622 found worse value: 337.548057525. iteration 16623 found worse value: 337.548057525. iteration 16624 found worse value: 337.548057525. iteration 16625 found worse value: 337.548057525. iteration 16626 found worse value: 337.548057525. iteration 16627 found worse value: 337.548057525. iteration 16628 found worse value: 337.548057525. iteration 16629 found worse value: 337.548057525. iteration 16630 found worse value: 337.548057525. iteration 16631 found worse value: 337.548057525. iteration 16632 found worse value: 337.548057525. iteration 16633 found worse value: 337.548057525. iteration 16634 found worse value: 337.548057525. iteration 16635 found worse value: 337.548057525. iteration 16636 found worse value: 337.548057525. iteration 16637 found worse value: 337.548057525. iteration 16638 found worse value: 337.548057525. iteration 16639 found worse value: 337.548057525. iteration 16640 found worse value: 337.548057525. iteration 16641 found worse value: 337.548057525. iteration 16642 found worse value: 337.548057525. iteration 16643 found worse value: 337.548057525. iteration 16644 found worse value: 337.548057525. iteration 16645 found worse value: 337.548057525. iteration 16646 found worse value: 337.548057525. iteration 16647 found worse value: 337.548057525. iteration 16648 found worse value: 337.548057525. iteration 16649 found worse value: 337.548057525. iteration 16650 found worse value: 337.548057525. iteration 16651 found worse value: 337.548057525. iteration 16652 found worse value: 337.548057525. iteration 16653 found worse value: 337.548057525. iteration 16654 found worse value: 337.548057525. iteration 16655 found worse value: 337.548057525. iteration 16656 found worse value: 337.548057525. iteration 16657 found worse value: 337.548057525. iteration 16658 found worse value: 337.548057525. iteration 16659 found worse value: 337.548057525. iteration 16660 found worse value: 337.548057525. iteration 16661 found worse value: 337.548057525. iteration 16662 found worse value: 337.548057525. iteration 16663 found worse value: 337.548057525. iteration 16664 found worse value: 337.548057525. iteration 16665 found worse value: 337.548057525. iteration 16666 found worse value: 337.548057525. iteration 16667 found worse value: 337.548057525. iteration 16668 found worse value: 337.548057525. iteration 16669 found worse value: 337.548057525. iteration 16670 found worse value: 337.548057525. iteration 16671 found worse value: 337.548057525. iteration 16672 found worse value: 337.548057525. iteration 16673 found worse value: 337.548057525. iteration 16674 found worse value: 337.548057525. iteration 16675 found worse value: 337.548057525. iteration 16676 found worse value: 337.548057525. iteration 16677 found worse value: 337.548057525. iteration 16678 found worse value: 337.548057525. iteration 16679 found worse value: 337.548057525. iteration 16680 found worse value: 337.548057525. iteration 16681 found worse value: 337.548057525. iteration 16682 found worse value: 337.548057525. iteration 16683 found worse value: 337.548057525. iteration 16684 found worse value: 337.548057525. iteration 16685 found worse value: 337.548057525. iteration 16686 found worse value: 337.548057525. iteration 16687 found worse value: 337.548057525. iteration 16688 found worse value: 337.548057525. iteration 16689 found worse value: 337.548057525. iteration 16690 found worse value: 337.548057525. iteration 16691 found worse value: 337.548057525. iteration 16692 found worse value: 337.548057525. iteration 16693 found worse value: 337.548057525. iteration 16694 found worse value: 337.548057525. iteration 16695 found worse value: 337.548057525. iteration 16696 found worse value: 337.548057525. iteration 16697 found worse value: 337.548057525. iteration 16698 found worse value: 337.548057525. iteration 16699 found worse value: 337.548057525. iteration 16700 found worse value: 337.548057525. iteration 16701 found worse value: 337.548057525. iteration 16702 found worse value: 337.548057525. iteration 16703 found worse value: 337.548057525. iteration 16704 found worse value: 337.548057525. iteration 16705 found worse value: 337.548057525. iteration 16706 found worse value: 337.548057525. iteration 16707 found worse value: 337.548057525. iteration 16708 found worse value: 337.548057525. iteration 16709 found worse value: 337.548057525. iteration 16710 found worse value: 337.548057525. iteration 16711 found worse value: 337.548057525. iteration 16712 found worse value: 337.548057525. iteration 16713 found worse value: 337.548057525. iteration 16714 found worse value: 337.548057525. iteration 16715 found worse value: 337.548057525. iteration 16716 found worse value: 337.548057525. iteration 16717 found worse value: 337.548057525. iteration 16718 found worse value: 337.548057525. iteration 16719 found worse value: 337.548057525. iteration 16720 found worse value: 337.548057525. iteration 16721 found worse value: 337.548057525. iteration 16722 found worse value: 337.548057525. iteration 16723 found worse value: 337.548057525. iteration 16724 found worse value: 337.548057525. iteration 16725 found worse value: 337.548057525. iteration 16726 found worse value: 337.548057525. iteration 16727 found worse value: 337.548057525. iteration 16728 found worse value: 337.548057525. iteration 16729 found worse value: 337.548057525. iteration 16730 found worse value: 337.548057525. iteration 16731 found worse value: 337.548057525. iteration 16732 found worse value: 337.548057525. iteration 16733 found worse value: 337.548057525. iteration 16734 found worse value: 337.548057525. iteration 16735 found worse value: 337.548057525. iteration 16736 found worse value: 337.548057525. iteration 16737 found worse value: 337.548057525. iteration 16738 found worse value: 337.548057525. iteration 16739 found worse value: 337.548057525. iteration 16740 found worse value: 337.548057525. iteration 16741 found worse value: 337.548057525. iteration 16742 found worse value: 337.548057525. iteration 16743 found worse value: 337.548057525. iteration 16744 found worse value: 337.548057525. iteration 16745 found worse value: 337.548057525. iteration 16746 found worse value: 337.548057525. iteration 16747 found worse value: 337.548057525. iteration 16748 found worse value: 337.548057525. iteration 16749 found worse value: 337.548057525. iteration 16750 found worse value: 337.548057525. iteration 16751 found worse value: 337.548057525. iteration 16752 found worse value: 337.548057525. iteration 16753 found worse value: 337.548057525. iteration 16754 found worse value: 337.548057525. iteration 16755 found worse value: 337.548057525. iteration 16756 found worse value: 337.548057525. iteration 16757 found worse value: 337.548057525. iteration 16758 found worse value: 337.548057525. iteration 16759 found worse value: 337.548057525. iteration 16760 found worse value: 337.548057525. iteration 16761 found worse value: 337.548057525. iteration 16762 found worse value: 337.548057525. iteration 16763 found worse value: 337.548057525. iteration 16764 found worse value: 337.548057525. iteration 16765 found worse value: 337.548057525. iteration 16766 found worse value: 337.548057525. iteration 16767 found worse value: 337.548057525. iteration 16768 found worse value: 337.548057525. iteration 16769 found worse value: 337.548057525. iteration 16770 found worse value: 337.548057525. iteration 16771 found worse value: 337.548057525. iteration 16772 found worse value: 337.548057525. iteration 16773 found worse value: 337.548057525. iteration 16774 found worse value: 337.548057525. iteration 16775 found worse value: 337.548057525. iteration 16776 found worse value: 337.548057525. iteration 16777 found worse value: 337.548057525. iteration 16778 found worse value: 337.548057525. iteration 16779 found worse value: 337.548057525. iteration 16780 found worse value: 337.548057525. iteration 16781 found worse value: 337.548057525. iteration 16782 found worse value: 337.548057525. iteration 16783 found worse value: 337.548057525. iteration 16784 found worse value: 337.548057525. iteration 16785 found worse value: 337.548057525. iteration 16786 found worse value: 337.548057525. iteration 16787 found worse value: 337.548057525. iteration 16788 found worse value: 337.548057525. iteration 16789 found worse value: 337.548057525. iteration 16790 found worse value: 337.548057525. iteration 16791 found worse value: 337.548057525. iteration 16792 found worse value: 337.548057525. iteration 16793 found worse value: 337.548057525. iteration 16794 found worse value: 337.548057525. iteration 16795 found worse value: 337.548057525. iteration 16796 found worse value: 337.548057525. iteration 16797 found worse value: 337.548057525. iteration 16798 found worse value: 337.548057525. iteration 16799 found worse value: 337.548057525. iteration 16800 found worse value: 337.548057525. iteration 16801 found worse value: 337.548057525. iteration 16802 found worse value: 337.548057525. iteration 16803 found worse value: 337.548057525. iteration 16804 found worse value: 337.548057525. iteration 16805 found worse value: 337.548057525. iteration 16806 found worse value: 337.548057525. iteration 16807 found worse value: 337.548057525. iteration 16808 found worse value: 337.548057525. iteration 16809 found worse value: 337.548057525. iteration 16810 found worse value: 337.548057525. iteration 16811 found worse value: 337.548057525. iteration 16812 found worse value: 337.548057525. iteration 16813 found worse value: 337.548057525. iteration 16814 found worse value: 337.548057525. iteration 16815 found worse value: 337.548057525. iteration 16816 found worse value: 337.548057525. iteration 16817 found worse value: 337.548057525. iteration 16818 found worse value: 337.548057525. iteration 16819 found worse value: 337.548057525. iteration 16820 found worse value: 337.548057525. iteration 16821 found worse value: 337.548057525. iteration 16822 found worse value: 337.548057525. iteration 16823 found worse value: 337.548057525. iteration 16824 found worse value: 337.548057525. iteration 16825 found worse value: 337.548057525. iteration 16826 found worse value: 337.548057525. iteration 16827 found worse value: 337.548057525. iteration 16828 found worse value: 337.548057525. iteration 16829 found worse value: 337.548057525. iteration 16830 found worse value: 337.548057525. iteration 16831 found worse value: 337.548057525. iteration 16832 found worse value: 337.548057525. iteration 16833 found worse value: 337.548057525. iteration 16834 found worse value: 337.548057525. iteration 16835 found worse value: 337.548057525. iteration 16836 found worse value: 337.548057525. iteration 16837 found worse value: 337.548057525. iteration 16838 found worse value: 337.548057525. iteration 16839 found worse value: 337.548057525. iteration 16840 found worse value: 337.548057525. iteration 16841 found worse value: 337.548057525. iteration 16842 found worse value: 337.548057525. iteration 16843 found worse value: 337.548057525. iteration 16844 found worse value: 337.548057525. iteration 16845 found worse value: 337.548057525. iteration 16846 found worse value: 337.548057525. iteration 16847 found worse value: 337.548057525. iteration 16848 found worse value: 337.548057525. iteration 16849 found worse value: 337.548057525. iteration 16850 found worse value: 337.548057525. iteration 16851 found worse value: 337.548057525. iteration 16852 found worse value: 337.548057525. iteration 16853 found worse value: 337.548057525. iteration 16854 found worse value: 337.548057525. iteration 16855 found worse value: 337.548057525. iteration 16856 found worse value: 337.548057525. iteration 16857 found worse value: 337.548057525. iteration 16858 found worse value: 337.548057525. iteration 16859 found worse value: 337.548057525. iteration 16860 found worse value: 337.548057525. iteration 16861 found worse value: 337.548057525. iteration 16862 found worse value: 337.548057525. iteration 16863 found worse value: 337.548057525. iteration 16864 found worse value: 337.548057525. iteration 16865 found worse value: 337.548057525. iteration 16866 found worse value: 337.548057525. iteration 16867 found worse value: 337.548057525. iteration 16868 found worse value: 337.548057525. iteration 16869 found worse value: 337.548057525. iteration 16870 found worse value: 337.548057525. iteration 16871 found worse value: 337.548057525. iteration 16872 found worse value: 337.548057525. iteration 16873 found worse value: 337.548057525. iteration 16874 found worse value: 337.548057525. iteration 16875 found worse value: 337.548057525. iteration 16876 found worse value: 337.548057525. iteration 16877 found worse value: 337.548057525. iteration 16878 found worse value: 337.548057525. iteration 16879 found worse value: 337.548057525. iteration 16880 found worse value: 337.548057525. iteration 16881 found worse value: 337.548057525. iteration 16882 found worse value: 337.548057525. iteration 16883 found worse value: 337.548057525. iteration 16884 found worse value: 337.548057525. iteration 16885 found worse value: 337.548057525. iteration 16886 found worse value: 337.548057525. iteration 16887 found worse value: 337.548057525. iteration 16888 found worse value: 337.548057525. iteration16888, perturbing to get out of local maxima iteration 16889 found worse value: 337.548057525. iteration 16890 found worse value: 337.548057525. iteration 16891 found worse value: 337.548057525. iteration 16892 found worse value: 337.548057525. iteration 16893 found worse value: 337.548057525. iteration 16894 found worse value: 337.548057525. iteration 16895 found worse value: 337.548057525. iteration 16896 found worse value: 337.548057525. iteration 16897 found worse value: 337.548057525. iteration 16898 found worse value: 337.548057525. iteration 16899 found worse value: 337.548057525. iteration 16900 found worse value: 337.548057525. iteration 16901 found worse value: 337.548057525. iteration 16902 found worse value: 337.548057525. iteration 16903 found worse value: 337.548057525. iteration 16904 found worse value: 337.548057525. iteration 16905 found worse value: 337.548057525. iteration 16906 found worse value: 337.548057525. iteration 16907 found worse value: 337.548057525. iteration 16908 found worse value: 337.548057525. iteration 16909 found worse value: 337.548057525. iteration 16910 found worse value: 337.548057525. iteration 16911 found worse value: 337.548057525. iteration 16912 found worse value: 337.548057525. iteration 16913 found worse value: 337.548057525. iteration 16914 found worse value: 337.548057525. iteration 16915 found worse value: 337.548057525. iteration 16916 found worse value: 337.548057525. iteration 16917 found worse value: 337.548057525. iteration 16918 found worse value: 337.548057525. iteration 16919 found worse value: 337.548057525. iteration 16920 found worse value: 337.548057525. iteration 16921 found worse value: 337.548057525. iteration 16922 found worse value: 337.548057525. iteration 16923 found worse value: 337.548057525. iteration 16924 found worse value: 337.548057525. iteration 16925 found worse value: 337.548057525. iteration 16926 found worse value: 337.548057525. iteration 16927 found worse value: 337.548057525. iteration 16928 found worse value: 337.548057525. iteration 16929 found worse value: 337.548057525. iteration 16930 found worse value: 337.548057525. iteration 16931 found worse value: 337.548057525. iteration 16932 found worse value: 337.548057525. iteration 16933 found worse value: 337.548057525. iteration 16934 found worse value: 337.548057525. iteration 16935 found worse value: 337.548057525. iteration 16936 found worse value: 337.548057525. iteration 16937 found worse value: 337.548057525. iteration 16938 found worse value: 337.548057525. iteration 16939 found worse value: 337.548057525. iteration 16940 found worse value: 337.548057525. iteration 16941 found worse value: 337.548057525. iteration 16942 found worse value: 337.548057525. iteration 16943 found worse value: 337.548057525. iteration 16944 found worse value: 337.548057525. iteration 16945 found worse value: 337.548057525. iteration 16946 found worse value: 337.548057525. iteration 16947 found worse value: 337.548057525. iteration 16948 found worse value: 337.548057525. iteration 16949 found worse value: 337.548057525. iteration 16950 found worse value: 337.548057525. iteration 16951 found worse value: 337.548057525. iteration 16952 found worse value: 337.548057525. iteration 16953 found worse value: 337.548057525. iteration 16954 found worse value: 337.548057525. iteration 16955 found worse value: 337.548057525. iteration 16956 found worse value: 337.548057525. iteration 16957 found worse value: 337.548057525. iteration 16958 found worse value: 337.548057525. iteration 16959 found worse value: 337.548057525. iteration 16960 found worse value: 337.548057525. iteration 16961 found worse value: 337.548057525. iteration 16962 found worse value: 337.548057525. iteration 16963 found worse value: 337.548057525. iteration 16964 found worse value: 337.548057525. iteration 16965 found worse value: 337.548057525. iteration 16966 found worse value: 337.548057525. iteration 16967 found worse value: 337.548057525. iteration 16968 found worse value: 337.548057525. iteration 16969 found worse value: 337.548057525. iteration 16970 found worse value: 337.548057525. iteration 16971 found worse value: 337.548057525. iteration 16972 found worse value: 337.548057525. iteration 16973 found worse value: 337.548057525. iteration 16974 found worse value: 337.548057525. iteration 16975 found worse value: 337.548057525. iteration 16976 found worse value: 337.548057525. iteration 16977 found worse value: 337.548057525. iteration 16978 found worse value: 337.548057525. iteration 16979 found worse value: 337.548057525. iteration 16980 found worse value: 337.548057525. iteration 16981 found worse value: 337.548057525. iteration 16982 found worse value: 337.548057525. iteration 16983 found worse value: 337.548057525. iteration 16984 found worse value: 337.548057525. iteration 16985 found worse value: 337.548057525. iteration 16986 found worse value: 337.548057525. iteration 16987 found worse value: 337.548057525. iteration 16988 found worse value: 337.548057525. iteration 16989 found worse value: 337.548057525. iteration 16990 found worse value: 337.548057525. iteration 16991 found worse value: 337.548057525. iteration 16992 found worse value: 337.548057525. iteration 16993 found worse value: 337.548057525. iteration 16994 found worse value: 337.548057525. iteration 16995 found worse value: 337.548057525. iteration 16996 found worse value: 337.548057525. iteration 16997 found worse value: 337.548057525. iteration 16998 found worse value: 337.548057525. iteration 16999 found worse value: 337.548057525. iteration 17000 found worse value: 337.548057525. iteration 17001 found worse value: 337.548057525. iteration 17002 found worse value: 337.548057525. iteration 17003 found worse value: 337.548057525. iteration 17004 found worse value: 337.548057525. iteration 17005 found worse value: 337.548057525. iteration 17006 found worse value: 337.548057525. iteration 17007 found worse value: 337.548057525. iteration 17008 found worse value: 337.548057525. iteration 17009 found worse value: 337.548057525. iteration 17010 found worse value: 337.548057525. iteration 17011 found worse value: 337.548057525. iteration 17012 found worse value: 337.548057525. iteration 17013 found worse value: 337.548057525. iteration 17014 found worse value: 337.548057525. iteration 17015 found worse value: 337.548057525. iteration 17016 found worse value: 337.548057525. iteration 17017 found worse value: 337.548057525. iteration 17018 found worse value: 337.548057525. iteration 17019 found worse value: 337.548057525. iteration 17020 found worse value: 337.548057525. iteration 17021 found worse value: 337.548057525. iteration 17022 found worse value: 337.548057525. iteration 17023 found worse value: 337.548057525. iteration 17024 found worse value: 337.548057525. iteration 17025 found worse value: 337.548057525. iteration 17026 found worse value: 337.548057525. iteration 17027 found worse value: 337.548057525. iteration 17028 found worse value: 337.548057525. iteration 17029 found worse value: 337.548057525. iteration 17030 found worse value: 337.548057525. iteration 17031 found worse value: 337.548057525. iteration 17032 found worse value: 337.548057525. iteration 17033 found worse value: 337.548057525. iteration 17034 found worse value: 337.548057525. iteration 17035 found worse value: 337.548057525. iteration 17036 found worse value: 337.548057525. iteration 17037 found worse value: 337.548057525. iteration 17038 found worse value: 337.548057525. iteration 17039 found worse value: 337.548057525. iteration 17040 found worse value: 337.548057525. iteration 17041 found worse value: 337.548057525. iteration 17042 found worse value: 337.548057525. iteration 17043 found worse value: 337.548057525. iteration 17044 found worse value: 337.548057525. iteration 17045 found worse value: 337.548057525. iteration 17046 found worse value: 337.548057525. iteration 17047 found worse value: 337.548057525. iteration 17048 found worse value: 337.548057525. iteration 17049 found worse value: 337.548057525. iteration 17050 found worse value: 337.548057525. iteration 17051 found worse value: 337.548057525. iteration 17052 found worse value: 337.548057525. iteration 17053 found worse value: 337.548057525. iteration 17054 found worse value: 337.548057525. iteration 17055 found worse value: 337.548057525. iteration 17056 found worse value: 337.548057525. iteration 17057 found worse value: 337.548057525. iteration 17058 found worse value: 337.548057525. iteration 17059 found worse value: 337.548057525. iteration 17060 found worse value: 337.548057525. iteration 17061 found worse value: 337.548057525. iteration 17062 found worse value: 337.548057525. iteration 17063 found worse value: 337.548057525. iteration 17064 found worse value: 337.548057525. iteration 17065 found worse value: 337.548057525. iteration 17066 found worse value: 337.548057525. iteration 17067 found worse value: 337.548057525. iteration 17068 found worse value: 337.548057525. iteration 17069 found worse value: 337.548057525. iteration 17070 found worse value: 337.548057525. iteration 17071 found worse value: 337.548057525. iteration 17072 found worse value: 337.548057525. iteration 17073 found worse value: 337.548057525. iteration 17074 found worse value: 337.548057525. iteration 17075 found worse value: 337.548057525. iteration 17076 found worse value: 337.548057525. iteration 17077 found worse value: 337.548057525. iteration 17078 found worse value: 337.548057525. iteration 17079 found worse value: 337.548057525. iteration 17080 found worse value: 337.548057525. iteration 17081 found worse value: 337.548057525. iteration 17082 found worse value: 337.548057525. iteration 17083 found worse value: 337.548057525. iteration 17084 found worse value: 337.548057525. iteration 17085 found worse value: 337.548057525. iteration 17086 found worse value: 337.548057525. iteration 17087 found worse value: 337.548057525. iteration 17088 found worse value: 337.548057525. iteration 17089 found worse value: 337.548057525. iteration 17090 found worse value: 337.548057525. iteration 17091 found worse value: 337.548057525. iteration 17092 found worse value: 337.548057525. iteration 17093 found worse value: 337.548057525. iteration 17094 found worse value: 337.548057525. iteration 17095 found worse value: 337.548057525. iteration 17096 found worse value: 337.548057525. iteration 17097 found worse value: 337.548057525. iteration 17098 found worse value: 337.548057525. iteration 17099 found worse value: 337.548057525. iteration 17100 found worse value: 337.548057525. iteration 17101 found worse value: 337.548057525. iteration 17102 found worse value: 337.548057525. iteration 17103 found worse value: 337.548057525. iteration 17104 found worse value: 337.548057525. iteration 17105 found worse value: 337.548057525. iteration 17106 found worse value: 337.548057525. iteration 17107 found worse value: 337.548057525. iteration 17108 found worse value: 337.548057525. iteration 17109 found worse value: 337.548057525. iteration 17110 found worse value: 337.548057525. iteration 17111 found worse value: 337.548057525. iteration 17112 found worse value: 337.548057525. iteration 17113 found worse value: 337.548057525. iteration 17114 found worse value: 337.548057525. iteration 17115 found worse value: 337.548057525. iteration 17116 found worse value: 337.548057525. iteration 17117 found worse value: 337.548057525. iteration 17118 found worse value: 337.548057525. iteration 17119 found worse value: 337.548057525. iteration 17120 found worse value: 337.548057525. iteration 17121 found worse value: 337.548057525. iteration 17122 found worse value: 337.548057525. iteration 17123 found worse value: 337.548057525. iteration 17124 found worse value: 337.548057525. iteration 17125 found worse value: 337.548057525. iteration 17126 found worse value: 337.548057525. iteration 17127 found worse value: 337.548057525. iteration 17128 found worse value: 337.548057525. iteration 17129 found worse value: 337.548057525. iteration 17130 found worse value: 337.548057525. iteration 17131 found worse value: 337.548057525. iteration 17132 found worse value: 337.548057525. iteration 17133 found worse value: 337.548057525. iteration 17134 found worse value: 337.548057525. iteration 17135 found worse value: 337.548057525. iteration 17136 found worse value: 337.548057525. iteration 17137 found worse value: 337.548057525. iteration 17138 found worse value: 337.548057525. iteration 17139 found worse value: 337.548057525. iteration 17140 found worse value: 337.548057525. iteration 17141 found worse value: 337.548057525. iteration 17142 found worse value: 337.548057525. iteration 17143 found worse value: 337.548057525. iteration 17144 found worse value: 337.548057525. iteration 17145 found worse value: 337.548057525. iteration 17146 found worse value: 337.548057525. iteration 17147 found worse value: 337.548057525. iteration 17148 found worse value: 337.548057525. iteration 17149 found worse value: 337.548057525. iteration 17150 found worse value: 337.548057525. iteration 17151 found worse value: 337.548057525. iteration 17152 found worse value: 337.548057525. iteration 17153 found worse value: 337.548057525. iteration 17154 found worse value: 337.548057525. iteration 17155 found worse value: 337.548057525. iteration 17156 found worse value: 337.548057525. iteration 17157 found worse value: 337.548057525. iteration 17158 found worse value: 337.548057525. iteration 17159 found worse value: 337.548057525. iteration 17160 found worse value: 337.548057525. iteration 17161 found worse value: 337.548057525. iteration 17162 found worse value: 337.548057525. iteration 17163 found worse value: 337.548057525. iteration 17164 found worse value: 337.548057525. iteration 17165 found worse value: 337.548057525. iteration 17166 found worse value: 337.548057525. iteration 17167 found worse value: 337.548057525. iteration 17168 found worse value: 337.548057525. iteration 17169 found worse value: 337.548057525. iteration 17170 found worse value: 337.548057525. iteration 17171 found worse value: 337.548057525. iteration 17172 found worse value: 337.548057525. iteration 17173 found worse value: 337.548057525. iteration 17174 found worse value: 337.548057525. iteration 17175 found worse value: 337.548057525. iteration 17176 found worse value: 337.548057525. iteration 17177 found worse value: 337.548057525. iteration 17178 found worse value: 337.548057525. iteration 17179 found worse value: 337.548057525. iteration 17180 found worse value: 337.548057525. iteration 17181 found worse value: 337.548057525. iteration 17182 found worse value: 337.548057525. iteration 17183 found worse value: 337.548057525. iteration 17184 found worse value: 337.548057525. iteration 17185 found worse value: 337.548057525. iteration 17186 found worse value: 337.548057525. iteration 17187 found worse value: 337.548057525. iteration 17188 found worse value: 337.548057525. iteration 17189 found worse value: 337.548057525. iteration 17190 found worse value: 337.548057525. iteration 17191 found worse value: 337.548057525. iteration 17192 found worse value: 337.548057525. iteration 17193 found worse value: 337.548057525. iteration 17194 found worse value: 337.548057525. iteration 17195 found worse value: 337.548057525. iteration 17196 found worse value: 337.548057525. iteration 17197 found worse value: 337.548057525. iteration 17198 found worse value: 337.548057525. iteration 17199 found worse value: 337.548057525. iteration 17200 found worse value: 337.548057525. iteration 17201 found worse value: 337.548057525. iteration 17202 found worse value: 337.548057525. iteration 17203 found worse value: 337.548057525. iteration 17204 found worse value: 337.548057525. iteration 17205 found worse value: 337.548057525. iteration 17206 found worse value: 337.548057525. iteration 17207 found worse value: 337.548057525. iteration 17208 found worse value: 337.548057525. iteration 17209 found worse value: 337.548057525. iteration 17210 found worse value: 337.548057525. iteration 17211 found worse value: 337.548057525. iteration 17212 found worse value: 337.548057525. iteration 17213 found worse value: 337.548057525. iteration 17214 found worse value: 337.548057525. iteration 17215 found worse value: 337.548057525. iteration 17216 found worse value: 337.548057525. iteration 17217 found worse value: 337.548057525. iteration 17218 found worse value: 337.548057525. iteration 17219 found worse value: 337.548057525. iteration 17220 found worse value: 337.548057525. iteration 17221 found worse value: 337.548057525. iteration 17222 found worse value: 337.548057525. iteration 17223 found worse value: 337.548057525. iteration 17224 found worse value: 337.548057525. iteration 17225 found worse value: 337.548057525. iteration 17226 found worse value: 337.548057525. iteration 17227 found worse value: 337.548057525. iteration 17228 found worse value: 337.548057525. iteration 17229 found worse value: 337.548057525. iteration 17230 found worse value: 337.548057525. iteration 17231 found worse value: 337.548057525. iteration 17232 found worse value: 337.548057525. iteration 17233 found worse value: 337.548057525. iteration 17234 found worse value: 337.548057525. iteration 17235 found worse value: 337.548057525. iteration 17236 found worse value: 337.548057525. iteration 17237 found worse value: 337.548057525. iteration 17238 found worse value: 337.548057525. iteration 17239 found worse value: 337.548057525. iteration 17240 found worse value: 337.548057525. iteration 17241 found worse value: 337.548057525. iteration 17242 found worse value: 337.548057525. iteration 17243 found worse value: 337.548057525. iteration 17244 found worse value: 337.548057525. iteration 17245 found worse value: 337.548057525. iteration 17246 found worse value: 337.548057525. iteration 17247 found worse value: 337.548057525. iteration 17248 found worse value: 337.548057525. iteration 17249 found worse value: 337.548057525. iteration 17250 found worse value: 337.548057525. iteration 17251 found worse value: 337.548057525. iteration 17252 found worse value: 337.548057525. iteration 17253 found worse value: 337.548057525. iteration 17254 found worse value: 337.548057525. iteration 17255 found worse value: 337.548057525. iteration 17256 found worse value: 337.548057525. iteration 17257 found worse value: 337.548057525. iteration 17258 found worse value: 337.548057525. iteration 17259 found worse value: 337.548057525. iteration 17260 found worse value: 337.548057525. iteration 17261 found worse value: 337.548057525. iteration 17262 found worse value: 337.548057525. iteration 17263 found worse value: 337.548057525. iteration 17264 found worse value: 337.548057525. iteration 17265 found worse value: 337.548057525. iteration 17266 found worse value: 337.548057525. iteration 17267 found worse value: 337.548057525. iteration 17268 found worse value: 337.548057525. iteration 17269 found worse value: 337.548057525. iteration 17270 found worse value: 337.548057525. iteration 17271 found worse value: 337.548057525. iteration 17272 found worse value: 337.548057525. iteration 17273 found worse value: 337.548057525. iteration 17274 found worse value: 337.548057525. iteration 17275 found worse value: 337.548057525. iteration 17276 found worse value: 337.548057525. iteration 17277 found worse value: 337.548057525. iteration 17278 found worse value: 337.548057525. iteration 17279 found worse value: 337.548057525. iteration 17280 found worse value: 337.548057525. iteration 17281 found worse value: 337.548057525. iteration 17282 found worse value: 337.548057525. iteration 17283 found worse value: 337.548057525. iteration 17284 found worse value: 337.548057525. iteration 17285 found worse value: 337.548057525. iteration 17286 found worse value: 337.548057525. iteration 17287 found worse value: 337.548057525. iteration 17288 found worse value: 337.548057525. iteration 17289 found worse value: 337.548057525. iteration 17290 found worse value: 337.548057525. iteration 17291 found worse value: 337.548057525. iteration 17292 found worse value: 337.548057525. iteration 17293 found worse value: 337.548057525. iteration 17294 found worse value: 337.548057525. iteration 17295 found worse value: 337.548057525. iteration 17296 found worse value: 337.548057525. iteration 17297 found worse value: 337.548057525. iteration 17298 found worse value: 337.548057525. iteration 17299 found worse value: 337.548057525. iteration 17300 found worse value: 337.548057525. iteration 17301 found worse value: 337.548057525. iteration 17302 found worse value: 337.548057525. iteration 17303 found worse value: 337.548057525. iteration 17304 found worse value: 337.548057525. iteration 17305 found worse value: 337.548057525. iteration 17306 found worse value: 337.548057525. iteration 17307 found worse value: 337.548057525. iteration 17308 found worse value: 337.548057525. iteration 17309 found worse value: 337.548057525. iteration 17310 found worse value: 337.548057525. iteration 17311 found worse value: 337.548057525. iteration 17312 found worse value: 337.548057525. iteration 17313 found worse value: 337.548057525. iteration 17314 found worse value: 337.548057525. iteration 17315 found worse value: 337.548057525. iteration 17316 found worse value: 337.548057525. iteration 17317 found worse value: 337.548057525. iteration 17318 found worse value: 337.548057525. iteration 17319 found worse value: 337.548057525. iteration 17320 found worse value: 337.548057525. iteration 17321 found worse value: 337.548057525. iteration 17322 found worse value: 337.548057525. iteration 17323 found worse value: 337.548057525. iteration 17324 found worse value: 337.548057525. iteration 17325 found worse value: 337.548057525. iteration17325, perturbing to get out of local maxima iteration 17326 found worse value: 337.548057525. iteration 17327 found worse value: 337.548057525. iteration 17328 found worse value: 337.548057525. iteration 17329 found worse value: 337.548057525. iteration 17330 found worse value: 337.548057525. iteration 17331 found worse value: 337.548057525. iteration 17332 found worse value: 337.548057525. iteration 17333 found worse value: 337.548057525. iteration 17334 found worse value: 337.548057525. iteration 17335 found worse value: 337.548057525. iteration 17336 found worse value: 337.548057525. iteration 17337 found worse value: 337.548057525. iteration 17338 found worse value: 337.548057525. iteration 17339 found worse value: 337.548057525. iteration 17340 found worse value: 337.548057525. iteration 17341 found worse value: 337.548057525. iteration 17342 found worse value: 337.548057525. iteration 17343 found worse value: 337.548057525. iteration 17344 found worse value: 337.548057525. iteration 17345 found worse value: 337.548057525. iteration 17346 found worse value: 337.548057525. iteration 17347 found worse value: 337.548057525. iteration 17348 found worse value: 337.548057525. iteration 17349 found worse value: 337.548057525. iteration 17350 found worse value: 337.548057525. iteration 17351 found worse value: 337.548057525. iteration 17352 found worse value: 337.548057525. iteration 17353 found worse value: 337.548057525. iteration 17354 found worse value: 337.548057525. iteration 17355 found worse value: 337.548057525. iteration 17356 found worse value: 337.548057525. iteration 17357 found worse value: 337.548057525. iteration 17358 found worse value: 337.548057525. iteration 17359 found worse value: 337.548057525. iteration 17360 found worse value: 337.548057525. iteration 17361 found worse value: 337.548057525. iteration 17362 found worse value: 337.548057525. iteration 17363 found worse value: 337.548057525. iteration 17364 found worse value: 337.548057525. iteration 17365 found worse value: 337.548057525. iteration 17366 found worse value: 337.548057525. iteration 17367 found worse value: 337.548057525. iteration 17368 found worse value: 337.548057525. iteration 17369 found worse value: 337.548057525. iteration 17370 found worse value: 337.548057525. iteration 17371 found worse value: 337.548057525. iteration 17372 found worse value: 337.548057525. iteration 17373 found worse value: 337.548057525. iteration 17374 found worse value: 337.548057525. iteration 17375 found worse value: 337.548057525. iteration 17376 found worse value: 337.548057525. iteration 17377 found worse value: 337.548057525. iteration 17378 found worse value: 337.548057525. iteration 17379 found worse value: 337.548057525. iteration 17380 found worse value: 337.548057525. iteration 17381 found worse value: 337.548057525. iteration 17382 found worse value: 337.548057525. iteration 17383 found worse value: 337.548057525. iteration 17384 found worse value: 337.548057525. iteration 17385 found worse value: 337.548057525. iteration 17386 found worse value: 337.548057525. iteration 17387 found worse value: 337.548057525. iteration 17388 found worse value: 337.548057525. iteration 17389 found worse value: 337.548057525. iteration 17390 found worse value: 337.548057525. iteration 17391 found worse value: 337.548057525. iteration 17392 found worse value: 337.548057525. iteration 17393 found worse value: 337.548057525. iteration 17394 found worse value: 337.548057525. iteration 17395 found worse value: 337.548057525. iteration 17396 found worse value: 337.548057525. iteration 17397 found worse value: 337.548057525. iteration 17398 found worse value: 337.548057525. iteration 17399 found worse value: 337.548057525. iteration 17400 found worse value: 337.548057525. iteration 17401 found worse value: 337.548057525. iteration 17402 found worse value: 337.548057525. iteration 17403 found worse value: 337.548057525. iteration 17404 found worse value: 337.548057525. iteration 17405 found worse value: 337.548057525. iteration 17406 found worse value: 337.548057525. iteration 17407 found worse value: 337.548057525. iteration 17408 found worse value: 337.548057525. iteration 17409 found worse value: 337.548057525. iteration 17410 found worse value: 337.548057525. iteration 17411 found worse value: 337.548057525. iteration 17412 found worse value: 337.548057525. iteration 17413 found worse value: 337.548057525. iteration 17414 found worse value: 337.548057525. iteration 17415 found worse value: 337.548057525. iteration 17416 found worse value: 337.548057525. iteration 17417 found worse value: 337.548057525. iteration 17418 found worse value: 337.548057525. iteration 17419 found worse value: 337.548057525. iteration 17420 found worse value: 337.548057525. iteration 17421 found worse value: 337.548057525. iteration 17422 found worse value: 337.548057525. iteration 17423 found worse value: 337.548057525. iteration 17424 found worse value: 337.548057525. iteration 17425 found worse value: 337.548057525. iteration 17426 found worse value: 337.548057525. iteration 17427 found worse value: 337.548057525. iteration 17428 found worse value: 337.548057525. iteration 17429 found worse value: 337.548057525. iteration 17430 found worse value: 337.548057525. iteration 17431 found worse value: 337.548057525. iteration 17432 found worse value: 337.548057525. iteration 17433 found worse value: 337.548057525. iteration 17434 found worse value: 337.548057525. iteration 17435 found worse value: 337.548057525. iteration 17436 found worse value: 337.548057525. iteration 17437 found worse value: 337.548057525. iteration 17438 found worse value: 337.548057525. iteration 17439 found worse value: 337.548057525. iteration 17440 found worse value: 337.548057525. iteration 17441 found worse value: 337.548057525. iteration 17442 found worse value: 337.548057525. iteration 17443 found worse value: 337.548057525. iteration 17444 found worse value: 337.548057525. iteration 17445 found worse value: 337.548057525. iteration 17446 found worse value: 337.548057525. iteration 17447 found worse value: 337.548057525. iteration 17448 found worse value: 337.548057525. iteration 17449 found worse value: 337.548057525. iteration 17450 found worse value: 337.548057525. iteration 17451 found worse value: 337.548057525. iteration 17452 found worse value: 337.548057525. iteration 17453 found worse value: 337.548057525. iteration 17454 found worse value: 337.548057525. iteration 17455 found worse value: 337.548057525. iteration 17456 found worse value: 337.548057525. iteration 17457 found worse value: 337.548057525. iteration 17458 found worse value: 337.548057525. iteration 17459 found worse value: 337.548057525. iteration 17460 found worse value: 337.548057525. iteration 17461 found worse value: 337.548057525. iteration 17462 found worse value: 337.548057525. iteration 17463 found worse value: 337.548057525. iteration 17464 found worse value: 337.548057525. iteration 17465 found worse value: 337.548057525. iteration 17466 found worse value: 337.548057525. iteration 17467 found worse value: 337.548057525. iteration 17468 found worse value: 337.548057525. iteration 17469 found worse value: 337.548057525. iteration 17470 found worse value: 337.548057525. iteration 17471 found worse value: 337.548057525. iteration 17472 found worse value: 337.548057525. iteration 17473 found worse value: 337.548057525. iteration 17474 found worse value: 337.548057525. iteration 17475 found worse value: 337.548057525. iteration 17476 found worse value: 337.548057525. iteration 17477 found worse value: 337.548057525. iteration 17478 found worse value: 337.548057525. iteration 17479 found worse value: 337.548057525. iteration 17480 found worse value: 337.548057525. iteration 17481 found worse value: 337.548057525. iteration 17482 found worse value: 337.548057525. iteration 17483 found worse value: 337.548057525. iteration 17484 found worse value: 337.548057525. iteration 17485 found worse value: 337.548057525. iteration 17486 found worse value: 337.548057525. iteration 17487 found worse value: 337.548057525. iteration 17488 found worse value: 337.548057525. iteration 17489 found worse value: 337.548057525. iteration 17490 found worse value: 337.548057525. iteration 17491 found worse value: 337.548057525. iteration 17492 found worse value: 337.548057525. iteration 17493 found worse value: 337.548057525. iteration 17494 found worse value: 337.548057525. iteration 17495 found worse value: 337.548057525. iteration 17496 found worse value: 337.548057525. iteration 17497 found worse value: 337.548057525. iteration 17498 found worse value: 337.548057525. iteration 17499 found worse value: 337.548057525. iteration 17500 found worse value: 337.548057525. iteration 17501 found worse value: 337.548057525. iteration 17502 found worse value: 337.548057525. iteration 17503 found worse value: 337.548057525. iteration 17504 found worse value: 337.548057525. iteration 17505 found worse value: 337.548057525. iteration 17506 found worse value: 337.548057525. iteration 17507 found worse value: 337.548057525. iteration 17508 found worse value: 337.548057525. iteration 17509 found worse value: 337.548057525. iteration 17510 found worse value: 337.548057525. iteration 17511 found worse value: 337.548057525. iteration 17512 found worse value: 337.548057525. iteration 17513 found worse value: 337.548057525. iteration 17514 found worse value: 337.548057525. iteration 17515 found worse value: 337.548057525. iteration 17516 found worse value: 337.548057525. iteration 17517 found worse value: 337.548057525. iteration 17518 found worse value: 337.548057525. iteration 17519 found worse value: 337.548057525. iteration 17520 found worse value: 337.548057525. iteration 17521 found worse value: 337.548057525. iteration 17522 found worse value: 337.548057525. iteration 17523 found worse value: 337.548057525. iteration 17524 found worse value: 337.548057525. iteration 17525 found worse value: 337.548057525. iteration 17526 found worse value: 337.548057525. iteration 17527 found worse value: 337.548057525. iteration 17528 found worse value: 337.548057525. iteration 17529 found worse value: 337.548057525. iteration 17530 found worse value: 337.548057525. iteration 17531 found worse value: 337.548057525. iteration 17532 found worse value: 337.548057525. iteration 17533 found worse value: 337.548057525. iteration 17534 found worse value: 337.548057525. iteration 17535 found worse value: 337.548057525. iteration 17536 found worse value: 337.548057525. iteration 17537 found worse value: 337.548057525. iteration 17538 found worse value: 337.548057525. iteration 17539 found worse value: 337.548057525. iteration 17540 found worse value: 337.548057525. iteration 17541 found worse value: 337.548057525. iteration 17542 found worse value: 337.548057525. iteration 17543 found worse value: 337.548057525. iteration 17544 found worse value: 337.548057525. iteration 17545 found worse value: 337.548057525. iteration 17546 found worse value: 337.548057525. iteration 17547 found worse value: 337.548057525. iteration 17548 found worse value: 337.548057525. iteration 17549 found worse value: 337.548057525. iteration 17550 found worse value: 337.548057525. iteration 17551 found worse value: 337.548057525. iteration 17552 found worse value: 337.548057525. iteration 17553 found worse value: 337.548057525. iteration 17554 found worse value: 337.548057525. iteration 17555 found worse value: 337.548057525. iteration 17556 found worse value: 337.548057525. iteration 17557 found worse value: 337.548057525. iteration 17558 found worse value: 337.548057525. iteration 17559 found worse value: 337.548057525. iteration 17560 found worse value: 337.548057525. iteration 17561 found worse value: 337.548057525. iteration 17562 found worse value: 337.548057525. iteration 17563 found worse value: 337.548057525. iteration 17564 found worse value: 337.548057525. iteration 17565 found worse value: 337.548057525. iteration 17566 found worse value: 337.548057525. iteration 17567 found worse value: 337.548057525. iteration 17568 found worse value: 337.548057525. iteration 17569 found worse value: 337.548057525. iteration 17570 found worse value: 337.548057525. iteration 17571 found worse value: 337.548057525. iteration 17572 found worse value: 337.548057525. iteration 17573 found worse value: 337.548057525. iteration 17574 found worse value: 337.548057525. iteration 17575 found worse value: 337.548057525. iteration 17576 found worse value: 337.548057525. iteration 17577 found worse value: 337.548057525. iteration 17578 found worse value: 337.548057525. iteration 17579 found worse value: 337.548057525. iteration 17580 found worse value: 337.548057525. iteration 17581 found worse value: 337.548057525. iteration 17582 found worse value: 337.548057525. iteration 17583 found worse value: 337.548057525. iteration 17584 found worse value: 337.548057525. iteration 17585 found worse value: 337.548057525. iteration 17586 found worse value: 337.548057525. iteration 17587 found worse value: 337.548057525. iteration 17588 found worse value: 337.548057525. iteration 17589 found worse value: 337.548057525. iteration 17590 found worse value: 337.548057525. iteration 17591 found worse value: 337.548057525. iteration 17592 found worse value: 337.548057525. iteration 17593 found worse value: 337.548057525. iteration 17594 found worse value: 337.548057525. iteration 17595 found worse value: 337.548057525. iteration 17596 found worse value: 337.548057525. iteration 17597 found worse value: 337.548057525. iteration 17598 found worse value: 337.548057525. iteration 17599 found worse value: 337.548057525. iteration 17600 found worse value: 337.548057525. iteration 17601 found worse value: 337.548057525. iteration 17602 found worse value: 337.548057525. iteration 17603 found worse value: 337.548057525. iteration 17604 found worse value: 337.548057525. iteration 17605 found worse value: 337.548057525. iteration 17606 found worse value: 337.548057525. iteration 17607 found worse value: 337.548057525. iteration 17608 found worse value: 337.548057525. iteration 17609 found worse value: 337.548057525. iteration 17610 found worse value: 337.548057525. iteration 17611 found worse value: 337.548057525. iteration 17612 found worse value: 337.548057525. iteration 17613 found worse value: 337.548057525. iteration 17614 found worse value: 337.548057525. iteration 17615 found worse value: 337.548057525. iteration 17616 found worse value: 337.548057525. iteration 17617 found worse value: 337.548057525. iteration 17618 found worse value: 337.548057525. iteration 17619 found worse value: 337.548057525. iteration 17620 found worse value: 337.548057525. iteration 17621 found worse value: 337.548057525. iteration 17622 found worse value: 337.548057525. iteration 17623 found worse value: 337.548057525. iteration 17624 found worse value: 337.548057525. iteration 17625 found worse value: 337.548057525. iteration 17626 found worse value: 337.548057525. iteration 17627 found worse value: 337.548057525. iteration 17628 found worse value: 337.548057525. iteration 17629 found worse value: 337.548057525. iteration 17630 found worse value: 337.548057525. iteration 17631 found worse value: 337.548057525. iteration 17632 found worse value: 337.548057525. iteration 17633 found worse value: 337.548057525. iteration 17634 found worse value: 337.548057525. iteration 17635 found worse value: 337.548057525. iteration 17636 found worse value: 337.548057525. iteration 17637 found worse value: 337.548057525. iteration 17638 found worse value: 337.548057525. iteration 17639 found worse value: 337.548057525. iteration 17640 found worse value: 337.548057525. iteration 17641 found worse value: 337.548057525. iteration 17642 found worse value: 337.548057525. iteration 17643 found worse value: 337.548057525. iteration 17644 found worse value: 337.548057525. iteration 17645 found worse value: 337.548057525. iteration 17646 found worse value: 337.548057525. iteration 17647 found worse value: 337.548057525. iteration 17648 found worse value: 337.548057525. iteration 17649 found worse value: 337.548057525. iteration 17650 found worse value: 337.548057525. iteration 17651 found worse value: 337.548057525. iteration 17652 found worse value: 337.548057525. iteration 17653 found worse value: 337.548057525. iteration 17654 found worse value: 337.548057525. iteration 17655 found worse value: 337.548057525. iteration 17656 found worse value: 337.548057525. iteration 17657 found worse value: 337.548057525. iteration 17658 found worse value: 337.548057525. iteration 17659 found worse value: 337.548057525. iteration 17660 found worse value: 337.548057525. iteration 17661 found worse value: 337.548057525. iteration 17662 found worse value: 337.548057525. iteration 17663 found worse value: 337.548057525. iteration 17664 found worse value: 337.548057525. iteration 17665 found worse value: 337.548057525. iteration 17666 found worse value: 337.548057525. iteration 17667 found worse value: 337.548057525. iteration 17668 found worse value: 337.548057525. iteration 17669 found worse value: 337.548057525. iteration 17670 found worse value: 337.548057525. iteration 17671 found worse value: 337.548057525. iteration 17672 found worse value: 337.548057525. iteration 17673 found worse value: 337.548057525. iteration 17674 found worse value: 337.548057525. iteration 17675 found worse value: 337.548057525. iteration 17676 found worse value: 337.548057525. iteration 17677 found worse value: 337.548057525. iteration 17678 found worse value: 337.548057525. iteration 17679 found worse value: 337.548057525. iteration 17680 found worse value: 337.548057525. iteration 17681 found worse value: 337.548057525. iteration 17682 found worse value: 337.548057525. iteration 17683 found worse value: 337.548057525. iteration 17684 found worse value: 337.548057525. iteration 17685 found worse value: 337.548057525. iteration 17686 found worse value: 337.548057525. iteration 17687 found worse value: 337.548057525. iteration 17688 found worse value: 337.548057525. iteration 17689 found worse value: 337.548057525. iteration 17690 found worse value: 337.548057525. iteration 17691 found worse value: 337.548057525. iteration 17692 found worse value: 337.548057525. iteration 17693 found worse value: 337.548057525. iteration 17694 found worse value: 337.548057525. iteration 17695 found worse value: 337.548057525. iteration 17696 found worse value: 337.548057525. iteration 17697 found worse value: 337.548057525. iteration 17698 found worse value: 337.548057525. iteration 17699 found worse value: 337.548057525. iteration 17700 found worse value: 337.548057525. iteration 17701 found worse value: 337.548057525. iteration 17702 found worse value: 337.548057525. iteration 17703 found worse value: 337.548057525. iteration 17704 found worse value: 337.548057525. iteration 17705 found worse value: 337.548057525. iteration 17706 found worse value: 337.548057525. iteration 17707 found worse value: 337.548057525. iteration 17708 found worse value: 337.548057525. iteration 17709 found worse value: 337.548057525. iteration 17710 found worse value: 337.548057525. iteration 17711 found worse value: 337.548057525. iteration 17712 found worse value: 337.548057525. iteration 17713 found worse value: 337.548057525. iteration 17714 found worse value: 337.548057525. iteration 17715 found worse value: 337.548057525. iteration 17716 found worse value: 337.548057525. iteration 17717 found worse value: 337.548057525. iteration 17718 found worse value: 337.548057525. iteration 17719 found worse value: 337.548057525. iteration 17720 found worse value: 337.548057525. iteration 17721 found worse value: 337.548057525. iteration17721, perturbing to get out of local maxima iteration 17722 found worse value: 337.548057525. iteration 17723 found worse value: 337.548057525. iteration 17724 found worse value: 337.548057525. iteration 17725 found worse value: 337.548057525. iteration 17726 found worse value: 337.548057525. iteration 17727 found worse value: 337.548057525. iteration 17728 found worse value: 337.548057525. iteration 17729 found worse value: 337.548057525. iteration 17730 found worse value: 337.548057525. iteration 17731 found worse value: 337.548057525. iteration 17732 found worse value: 337.548057525. iteration 17733 found worse value: 337.548057525. iteration 17734 found worse value: 337.548057525. iteration 17735 found worse value: 337.548057525. iteration 17736 found worse value: 337.548057525. iteration 17737 found worse value: 337.548057525. iteration 17738 found worse value: 337.548057525. iteration 17739 found worse value: 337.548057525. iteration 17740 found worse value: 337.548057525. iteration 17741 found worse value: 337.548057525. iteration 17742 found worse value: 337.548057525. iteration 17743 found worse value: 337.548057525. iteration 17744 found worse value: 337.548057525. iteration 17745 found worse value: 337.548057525. iteration 17746 found worse value: 337.548057525. iteration 17747 found worse value: 337.548057525. iteration 17748 found worse value: 337.548057525. iteration 17749 found worse value: 337.548057525. iteration 17750 found worse value: 337.548057525. iteration 17751 found worse value: 337.548057525. iteration 17752 found worse value: 337.548057525. iteration 17753 found worse value: 337.548057525. iteration 17754 found worse value: 337.548057525. iteration 17755 found worse value: 337.548057525. iteration 17756 found worse value: 337.548057525. iteration 17757 found worse value: 337.548057525. iteration 17758 found worse value: 337.548057525. iteration 17759 found worse value: 337.548057525. iteration 17760 found worse value: 337.548057525. iteration 17761 found worse value: 337.548057525. iteration 17762 found worse value: 337.548057525. iteration 17763 found worse value: 337.548057525. iteration 17764 found worse value: 337.548057525. iteration 17765 found worse value: 337.548057525. iteration 17766 found worse value: 337.548057525. iteration 17767 found worse value: 337.548057525. iteration 17768 found worse value: 337.548057525. iteration 17769 found worse value: 337.548057525. iteration 17770 found worse value: 337.548057525. iteration 17771 found worse value: 337.548057525. iteration 17772 found worse value: 337.548057525. iteration 17773 found worse value: 337.548057525. iteration 17774 found worse value: 337.548057525. iteration 17775 found worse value: 337.548057525. iteration 17776 found worse value: 337.548057525. iteration 17777 found worse value: 337.548057525. iteration 17778 found worse value: 337.548057525. iteration 17779 found worse value: 337.548057525. iteration 17780 found worse value: 337.548057525. iteration 17781 found worse value: 337.548057525. iteration 17782 found worse value: 337.548057525. iteration 17783 found worse value: 337.548057525. iteration 17784 found worse value: 337.548057525. iteration 17785 found worse value: 337.548057525. iteration 17786 found worse value: 337.548057525. iteration 17787 found worse value: 337.548057525. iteration 17788 found worse value: 337.548057525. iteration 17789 found worse value: 337.548057525. iteration 17790 found worse value: 337.548057525. iteration 17791 found worse value: 337.548057525. iteration 17792 found worse value: 337.548057525. iteration 17793 found worse value: 337.548057525. iteration 17794 found worse value: 337.548057525. iteration 17795 found worse value: 337.548057525. iteration 17796 found worse value: 337.548057525. iteration 17797 found worse value: 337.548057525. iteration 17798 found worse value: 337.548057525. iteration 17799 found worse value: 337.548057525. iteration 17800 found worse value: 337.548057525. iteration 17801 found worse value: 337.548057525. iteration 17802 found worse value: 337.548057525. iteration 17803 found worse value: 337.548057525. iteration 17804 found worse value: 337.548057525. iteration 17805 found worse value: 337.548057525. iteration 17806 found worse value: 337.548057525. iteration 17807 found worse value: 337.548057525. iteration 17808 found worse value: 337.548057525. iteration 17809 found worse value: 337.548057525. iteration 17810 found worse value: 337.548057525. iteration 17811 found worse value: 337.548057525. iteration 17812 found worse value: 337.548057525. iteration 17813 found worse value: 337.548057525. iteration 17814 found worse value: 337.548057525. iteration 17815 found worse value: 337.548057525. iteration 17816 found worse value: 337.548057525. iteration 17817 found worse value: 337.548057525. iteration 17818 found worse value: 337.548057525. iteration 17819 found worse value: 337.548057525. iteration 17820 found worse value: 337.548057525. iteration 17821 found worse value: 337.548057525. iteration 17822 found worse value: 337.548057525. iteration 17823 found worse value: 337.548057525. iteration 17824 found worse value: 337.548057525. iteration 17825 found worse value: 337.548057525. iteration 17826 found worse value: 337.548057525. iteration 17827 found worse value: 337.548057525. iteration 17828 found worse value: 337.548057525. iteration 17829 found worse value: 337.548057525. iteration 17830 found worse value: 337.548057525. iteration 17831 found worse value: 337.548057525. iteration 17832 found worse value: 337.548057525. iteration 17833 found worse value: 337.548057525. iteration 17834 found worse value: 337.548057525. iteration 17835 found worse value: 337.548057525. iteration 17836 found worse value: 337.548057525. iteration 17837 found worse value: 337.548057525. iteration 17838 found worse value: 337.548057525. iteration 17839 found worse value: 337.548057525. iteration 17840 found worse value: 337.548057525. iteration 17841 found worse value: 337.548057525. iteration 17842 found worse value: 337.548057525. iteration 17843 found worse value: 337.548057525. iteration 17844 found worse value: 337.548057525. iteration 17845 found worse value: 337.548057525. iteration 17846 found worse value: 337.548057525. iteration 17847 found worse value: 337.548057525. iteration 17848 found worse value: 337.548057525. iteration 17849 found worse value: 337.548057525. iteration 17850 found worse value: 337.548057525. iteration 17851 found worse value: 337.548057525. iteration 17852 found worse value: 337.548057525. iteration 17853 found worse value: 337.548057525. iteration 17854 found worse value: 337.548057525. iteration 17855 found worse value: 337.548057525. iteration 17856 found worse value: 337.548057525. iteration 17857 found worse value: 337.548057525. iteration 17858 found worse value: 337.548057525. iteration 17859 found worse value: 337.548057525. iteration 17860 found worse value: 337.548057525. iteration 17861 found worse value: 337.548057525. iteration 17862 found worse value: 337.548057525. iteration 17863 found worse value: 337.548057525. iteration 17864 found worse value: 337.548057525. iteration 17865 found worse value: 337.548057525. iteration 17866 found worse value: 337.548057525. iteration 17867 found worse value: 337.548057525. iteration 17868 found worse value: 337.548057525. iteration 17869 found worse value: 337.548057525. iteration 17870 found worse value: 337.548057525. iteration 17871 found worse value: 337.548057525. iteration 17872 found worse value: 337.548057525. iteration 17873 found worse value: 337.548057525. iteration 17874 found worse value: 337.548057525. iteration 17875 found worse value: 337.548057525. iteration 17876 found worse value: 337.548057525. iteration 17877 found worse value: 337.548057525. iteration 17878 found worse value: 337.548057525. iteration 17879 found worse value: 337.548057525. iteration 17880 found worse value: 337.548057525. iteration 17881 found worse value: 337.548057525. iteration 17882 found worse value: 337.548057525. iteration 17883 found worse value: 337.548057525. iteration 17884 found worse value: 337.548057525. iteration 17885 found worse value: 337.548057525. iteration 17886 found worse value: 337.548057525. iteration 17887 found worse value: 337.548057525. iteration 17888 found worse value: 337.548057525. iteration 17889 found worse value: 337.548057525. iteration 17890 found worse value: 337.548057525. iteration 17891 found worse value: 337.548057525. iteration 17892 found worse value: 337.548057525. iteration 17893 found worse value: 337.548057525. iteration 17894 found worse value: 337.548057525. iteration 17895 found worse value: 337.548057525. iteration 17896 found worse value: 337.548057525. iteration 17897 found worse value: 337.548057525. iteration 17898 found worse value: 337.548057525. iteration 17899 found worse value: 337.548057525. iteration 17900 found worse value: 337.548057525. iteration 17901 found worse value: 337.548057525. iteration 17902 found worse value: 337.548057525. iteration 17903 found worse value: 337.548057525. iteration 17904 found worse value: 337.548057525. iteration 17905 found worse value: 337.548057525. iteration 17906 found worse value: 337.548057525. iteration 17907 found worse value: 337.548057525. iteration 17908 found worse value: 337.548057525. iteration 17909 found worse value: 337.548057525. iteration 17910 found worse value: 337.548057525. iteration 17911 found worse value: 337.548057525. iteration 17912 found worse value: 337.548057525. iteration 17913 found worse value: 337.548057525. iteration 17914 found worse value: 337.548057525. iteration 17915 found worse value: 337.548057525. iteration 17916 found worse value: 337.548057525. iteration 17917 found worse value: 337.548057525. iteration 17918 found worse value: 337.548057525. iteration 17919 found worse value: 337.548057525. iteration 17920 found worse value: 337.548057525. iteration 17921 found worse value: 337.548057525. iteration 17922 found worse value: 337.548057525. iteration 17923 found worse value: 337.548057525. iteration 17924 found worse value: 337.548057525. iteration 17925 found worse value: 337.548057525. iteration 17926 found worse value: 337.548057525. iteration 17927 found worse value: 337.548057525. iteration 17928 found worse value: 337.548057525. iteration 17929 found worse value: 337.548057525. iteration 17930 found worse value: 337.548057525. iteration 17931 found worse value: 337.548057525. iteration 17932 found worse value: 337.548057525. iteration 17933 found worse value: 337.548057525. iteration 17934 found worse value: 337.548057525. iteration 17935 found worse value: 337.548057525. iteration 17936 found worse value: 337.548057525. iteration 17937 found worse value: 337.548057525. iteration 17938 found worse value: 337.548057525. iteration 17939 found worse value: 337.548057525. iteration 17940 found worse value: 337.548057525. iteration 17941 found worse value: 337.548057525. iteration 17942 found worse value: 337.548057525. iteration 17943 found worse value: 337.548057525. iteration 17944 found worse value: 337.548057525. iteration 17945 found worse value: 337.548057525. iteration 17946 found worse value: 337.548057525. iteration 17947 found worse value: 337.548057525. iteration 17948 found worse value: 337.548057525. iteration 17949 found worse value: 337.548057525. iteration 17950 found worse value: 337.548057525. iteration 17951 found worse value: 337.548057525. iteration 17952 found worse value: 337.548057525. iteration 17953 found worse value: 337.548057525. iteration 17954 found worse value: 337.548057525. iteration 17955 found worse value: 337.548057525. iteration 17956 found worse value: 337.548057525. iteration 17957 found worse value: 337.548057525. iteration 17958 found worse value: 337.548057525. iteration 17959 found worse value: 337.548057525. iteration 17960 found worse value: 337.548057525. iteration 17961 found worse value: 337.548057525. iteration 17962 found worse value: 337.548057525. iteration 17963 found worse value: 337.548057525. iteration 17964 found worse value: 337.548057525. iteration 17965 found worse value: 337.548057525. iteration 17966 found worse value: 337.548057525. iteration 17967 found worse value: 337.548057525. iteration 17968 found worse value: 337.548057525. iteration 17969 found worse value: 337.548057525. iteration 17970 found worse value: 337.548057525. iteration 17971 found worse value: 337.548057525. iteration 17972 found worse value: 337.548057525. iteration 17973 found worse value: 337.548057525. iteration 17974 found worse value: 337.548057525. iteration 17975 found worse value: 337.548057525. iteration 17976 found worse value: 337.548057525. iteration 17977 found worse value: 337.548057525. iteration 17978 found worse value: 337.548057525. iteration 17979 found worse value: 337.548057525. iteration 17980 found worse value: 337.548057525. iteration 17981 found worse value: 337.548057525. iteration 17982 found worse value: 337.548057525. iteration 17983 found worse value: 337.548057525. iteration 17984 found worse value: 337.548057525. iteration 17985 found worse value: 337.548057525. iteration 17986 found worse value: 337.548057525. iteration 17987 found worse value: 337.548057525. iteration 17988 found worse value: 337.548057525. iteration 17989 found worse value: 337.548057525. iteration 17990 found worse value: 337.548057525. iteration 17991 found worse value: 337.548057525. iteration 17992 found worse value: 337.548057525. iteration 17993 found worse value: 337.548057525. iteration 17994 found worse value: 337.548057525. iteration 17995 found worse value: 337.548057525. iteration 17996 found worse value: 337.548057525. iteration 17997 found worse value: 337.548057525. iteration 17998 found worse value: 337.548057525. iteration 17999 found worse value: 337.548057525. iteration 18000 found worse value: 337.548057525. iteration 18001 found worse value: 337.548057525. iteration 18002 found worse value: 337.548057525. iteration 18003 found worse value: 337.548057525. iteration 18004 found worse value: 337.548057525. iteration 18005 found worse value: 337.548057525. iteration 18006 found worse value: 337.548057525. iteration 18007 found worse value: 337.548057525. iteration 18008 found worse value: 337.548057525. iteration 18009 found worse value: 337.548057525. iteration 18010 found worse value: 337.548057525. iteration 18011 found worse value: 337.548057525. iteration 18012 found worse value: 337.548057525. iteration 18013 found worse value: 337.548057525. iteration 18014 found worse value: 337.548057525. iteration 18015 found worse value: 337.548057525. iteration 18016 found worse value: 337.548057525. iteration 18017 found worse value: 337.548057525. iteration 18018 found worse value: 337.548057525. iteration 18019 found worse value: 337.548057525. iteration 18020 found worse value: 337.548057525. iteration 18021 found worse value: 337.548057525. iteration 18022 found worse value: 337.548057525. iteration 18023 found worse value: 337.548057525. iteration 18024 found worse value: 337.548057525. iteration 18025 found worse value: 337.548057525. iteration 18026 found worse value: 337.548057525. iteration 18027 found worse value: 337.548057525. iteration 18028 found worse value: 337.548057525. iteration 18029 found worse value: 337.548057525. iteration 18030 found worse value: 337.548057525. iteration 18031 found worse value: 337.548057525. iteration 18032 found worse value: 337.548057525. iteration 18033 found worse value: 337.548057525. iteration 18034 found worse value: 337.548057525. iteration 18035 found worse value: 337.548057525. iteration 18036 found worse value: 337.548057525. iteration 18037 found worse value: 337.548057525. iteration 18038 found worse value: 337.548057525. iteration 18039 found worse value: 337.548057525. iteration 18040 found worse value: 337.548057525. iteration 18041 found worse value: 337.548057525. iteration 18042 found worse value: 337.548057525. iteration 18043 found worse value: 337.548057525. iteration 18044 found worse value: 337.548057525. iteration 18045 found worse value: 337.548057525. iteration 18046 found worse value: 337.548057525. iteration 18047 found worse value: 337.548057525. iteration 18048 found worse value: 337.548057525. iteration 18049 found worse value: 337.548057525. iteration 18050 found worse value: 337.548057525. iteration 18051 found worse value: 337.548057525. iteration 18052 found worse value: 337.548057525. iteration 18053 found worse value: 337.548057525. iteration 18054 found worse value: 337.548057525. iteration 18055 found worse value: 337.548057525. iteration 18056 found worse value: 337.548057525. iteration 18057 found worse value: 337.548057525. iteration 18058 found worse value: 337.548057525. iteration 18059 found worse value: 337.548057525. iteration 18060 found worse value: 337.548057525. iteration 18061 found worse value: 337.548057525. iteration 18062 found worse value: 337.548057525. iteration 18063 found worse value: 337.548057525. iteration 18064 found worse value: 337.548057525. iteration 18065 found worse value: 337.548057525. iteration 18066 found worse value: 337.548057525. iteration 18067 found worse value: 337.548057525. iteration 18068 found worse value: 337.548057525. iteration 18069 found worse value: 337.548057525. iteration 18070 found worse value: 337.548057525. iteration 18071 found worse value: 337.548057525. iteration 18072 found worse value: 337.548057525. iteration 18073 found worse value: 337.548057525. iteration 18074 found worse value: 337.548057525. iteration 18075 found worse value: 337.548057525. iteration 18076 found worse value: 337.548057525. iteration 18077 found worse value: 337.548057525. iteration 18078 found worse value: 337.548057525. iteration 18079 found worse value: 337.548057525. iteration 18080 found worse value: 337.548057525. iteration 18081 found worse value: 337.548057525. iteration 18082 found worse value: 337.548057525. iteration 18083 found worse value: 337.548057525. iteration 18084 found worse value: 337.548057525. iteration 18085 found worse value: 337.548057525. iteration 18086 found worse value: 337.548057525. iteration 18087 found worse value: 337.548057525. iteration 18088 found worse value: 337.548057525. iteration 18089 found worse value: 337.548057525. iteration 18090 found worse value: 337.548057525. iteration 18091 found worse value: 337.548057525. iteration 18092 found worse value: 337.548057525. iteration 18093 found worse value: 337.548057525. iteration 18094 found worse value: 337.548057525. iteration 18095 found worse value: 337.548057525. iteration 18096 found worse value: 337.548057525. iteration 18097 found worse value: 337.548057525. iteration 18098 found worse value: 337.548057525. iteration 18099 found worse value: 337.548057525. iteration 18100 found worse value: 337.548057525. iteration 18101 found worse value: 337.548057525. iteration 18102 found worse value: 337.548057525. iteration 18103 found worse value: 337.548057525. iteration 18104 found worse value: 337.548057525. iteration 18105 found worse value: 337.548057525. iteration 18106 found worse value: 337.548057525. iteration 18107 found worse value: 337.548057525. iteration 18108 found worse value: 337.548057525. iteration 18109 found worse value: 337.548057525. iteration 18110 found worse value: 337.548057525. iteration 18111 found worse value: 337.548057525. iteration 18112 found worse value: 337.548057525. iteration 18113 found worse value: 337.548057525. iteration 18114 found worse value: 337.548057525. iteration 18115 found worse value: 337.548057525. iteration 18116 found worse value: 337.548057525. iteration 18117 found worse value: 337.548057525. iteration 18118 found worse value: 337.548057525. iteration 18119 found worse value: 337.548057525. iteration 18120 found worse value: 337.548057525. iteration 18121 found worse value: 337.548057525. iteration 18122 found worse value: 337.548057525. iteration 18123 found worse value: 337.548057525. iteration 18124 found worse value: 337.548057525. iteration 18125 found worse value: 337.548057525. iteration 18126 found worse value: 337.548057525. iteration 18127 found worse value: 337.548057525. iteration 18128 found worse value: 337.548057525. iteration 18129 found worse value: 337.548057525. iteration 18130 found worse value: 337.548057525. iteration 18131 found worse value: 337.548057525. iteration 18132 found worse value: 337.548057525. iteration 18133 found worse value: 337.548057525. iteration 18134 found worse value: 337.548057525. iteration 18135 found worse value: 337.548057525. iteration 18136 found worse value: 337.548057525. iteration 18137 found worse value: 337.548057525. iteration 18138 found worse value: 337.548057525. iteration 18139 found worse value: 337.548057525. iteration 18140 found worse value: 337.548057525. iteration 18141 found worse value: 337.548057525. iteration 18142 found worse value: 337.548057525. iteration 18143 found worse value: 337.548057525. iteration 18144 found worse value: 337.548057525. iteration 18145 found worse value: 337.548057525. iteration 18146 found worse value: 337.548057525. iteration 18147 found worse value: 337.548057525. iteration 18148 found worse value: 337.548057525. iteration 18149 found worse value: 337.548057525. iteration 18150 found worse value: 337.548057525. iteration 18151 found worse value: 337.548057525. iteration 18152 found worse value: 337.548057525. iteration 18153 found worse value: 337.548057525. iteration 18154 found worse value: 337.548057525. iteration 18155 found worse value: 337.548057525. iteration 18156 found worse value: 337.548057525. iteration 18157 found worse value: 337.548057525. iteration 18158 found worse value: 337.548057525. iteration 18159 found worse value: 337.548057525. iteration 18160 found worse value: 337.548057525. iteration 18161 found worse value: 337.548057525. iteration 18162 found worse value: 337.548057525. iteration 18163 found worse value: 337.548057525. iteration 18164 found worse value: 337.548057525. iteration 18165 found worse value: 337.548057525. iteration 18166 found worse value: 337.548057525. iteration 18167 found worse value: 337.548057525. iteration 18168 found worse value: 337.548057525. iteration 18169 found worse value: 337.548057525. iteration 18170 found worse value: 337.548057525. iteration 18171 found worse value: 337.548057525. iteration 18172 found worse value: 337.548057525. iteration 18173 found worse value: 337.548057525. iteration 18174 found worse value: 337.548057525. iteration 18175 found worse value: 337.548057525. iteration 18176 found worse value: 337.548057525. iteration 18177 found worse value: 337.548057525. iteration 18178 found worse value: 337.548057525. iteration 18179 found worse value: 337.548057525. iteration 18180 found worse value: 337.548057525. iteration 18181 found worse value: 337.548057525. iteration 18182 found worse value: 337.548057525. iteration 18183 found worse value: 337.548057525. iteration 18184 found worse value: 337.548057525. iteration 18185 found worse value: 337.548057525. iteration 18186 found worse value: 337.548057525. iteration 18187 found worse value: 337.548057525. iteration 18188 found worse value: 337.548057525. iteration 18189 found worse value: 337.548057525. iteration 18190 found worse value: 337.548057525. iteration 18191 found worse value: 337.548057525. iteration 18192 found worse value: 337.548057525. iteration 18193 found worse value: 337.548057525. iteration 18194 found worse value: 337.548057525. iteration 18195 found worse value: 337.548057525. iteration 18196 found worse value: 337.548057525. iteration 18197 found worse value: 337.548057525. iteration 18198 found worse value: 337.548057525. iteration 18199 found worse value: 337.548057525. iteration 18200 found worse value: 337.548057525. iteration 18201 found worse value: 337.548057525. iteration 18202 found worse value: 337.548057525. iteration 18203 found worse value: 337.548057525. iteration 18204 found worse value: 337.548057525. iteration 18205 found worse value: 337.548057525. iteration 18206 found worse value: 337.548057525. iteration 18207 found worse value: 337.548057525. iteration 18208 found worse value: 337.548057525. iteration 18209 found worse value: 337.548057525. iteration 18210 found worse value: 337.548057525. iteration 18211 found worse value: 337.548057525. iteration 18212 found worse value: 337.548057525. iteration 18213 found worse value: 337.548057525. iteration 18214 found worse value: 337.548057525. iteration 18215 found worse value: 337.548057525. iteration 18216 found worse value: 337.548057525. iteration 18217 found worse value: 337.548057525. iteration 18218 found worse value: 337.548057525. iteration 18219 found worse value: 337.548057525. iteration 18220 found worse value: 337.548057525. iteration 18221 found worse value: 337.548057525. iteration 18222 found worse value: 337.548057525. iteration 18223 found worse value: 337.548057525. iteration 18224 found worse value: 337.548057525. iteration 18225 found worse value: 337.548057525. iteration 18226 found worse value: 337.548057525. iteration 18227 found worse value: 337.548057525. iteration 18228 found worse value: 337.548057525. iteration 18229 found worse value: 337.548057525. iteration 18230 found worse value: 337.548057525. iteration 18231 found worse value: 337.548057525. iteration 18232 found worse value: 337.548057525. iteration 18233 found worse value: 337.548057525. iteration 18234 found worse value: 337.548057525. iteration 18235 found worse value: 337.548057525. iteration 18236 found worse value: 337.548057525. iteration 18237 found worse value: 337.548057525. iteration 18238 found worse value: 337.548057525. iteration 18239 found worse value: 337.548057525. iteration 18240 found worse value: 337.548057525. iteration 18241 found worse value: 337.548057525. iteration 18242 found worse value: 337.548057525. iteration 18243 found worse value: 337.548057525. iteration 18244 found worse value: 337.548057525. iteration 18245 found worse value: 337.548057525. iteration 18246 found worse value: 337.548057525. iteration 18247 found worse value: 337.548057525. iteration 18248 found worse value: 337.548057525. iteration 18249 found worse value: 337.548057525. iteration 18250 found worse value: 337.548057525. iteration 18251 found worse value: 337.548057525. iteration 18252 found worse value: 337.548057525. iteration 18253 found worse value: 337.548057525. iteration 18254 found worse value: 337.548057525. iteration 18255 found worse value: 337.548057525. iteration 18256 found worse value: 337.548057525. iteration 18257 found worse value: 337.548057525. iteration 18258 found worse value: 337.548057525. iteration 18259 found worse value: 337.548057525. iteration 18260 found worse value: 337.548057525. iteration 18261 found worse value: 337.548057525. iteration 18262 found worse value: 337.548057525. iteration 18263 found worse value: 337.548057525. iteration 18264 found worse value: 337.548057525. iteration 18265 found worse value: 337.548057525. iteration 18266 found worse value: 337.548057525. iteration 18267 found worse value: 337.548057525. iteration 18268 found worse value: 337.548057525. iteration 18269 found worse value: 337.548057525. iteration 18270 found worse value: 337.548057525. iteration 18271 found worse value: 337.548057525. iteration 18272 found worse value: 337.548057525. iteration 18273 found worse value: 337.548057525. iteration 18274 found worse value: 337.548057525. iteration 18275 found worse value: 337.548057525. iteration 18276 found worse value: 337.548057525. iteration 18277 found worse value: 337.548057525. iteration 18278 found worse value: 337.548057525. iteration 18279 found worse value: 337.548057525. iteration 18280 found worse value: 337.548057525. iteration 18281 found worse value: 337.548057525. iteration 18282 found worse value: 337.548057525. iteration 18283 found worse value: 337.548057525. iteration 18284 found worse value: 337.548057525. iteration 18285 found worse value: 337.548057525. iteration 18286 found worse value: 337.548057525. iteration 18287 found worse value: 337.548057525. iteration 18288 found worse value: 337.548057525. iteration 18289 found worse value: 337.548057525. iteration 18290 found worse value: 337.548057525. iteration 18291 found worse value: 337.548057525. iteration 18292 found worse value: 337.548057525. iteration 18293 found worse value: 337.548057525. iteration 18294 found worse value: 337.548057525. iteration 18295 found worse value: 337.548057525. iteration 18296 found worse value: 337.548057525. iteration 18297 found worse value: 337.548057525. iteration 18298 found worse value: 337.548057525. iteration 18299 found worse value: 337.548057525. iteration 18300 found worse value: 337.548057525. iteration 18301 found worse value: 337.548057525. iteration 18302 found worse value: 337.548057525. iteration 18303 found worse value: 337.548057525. iteration 18304 found worse value: 337.548057525. iteration 18305 found worse value: 337.548057525. iteration 18306 found worse value: 337.548057525. iteration 18307 found worse value: 337.548057525. iteration 18308 found worse value: 337.548057525. iteration 18309 found worse value: 337.548057525. iteration 18310 found worse value: 337.548057525. iteration 18311 found worse value: 337.548057525. iteration 18312 found worse value: 337.548057525. iteration 18313 found worse value: 337.548057525. iteration 18314 found worse value: 337.548057525. iteration 18315 found worse value: 337.548057525. iteration 18316 found worse value: 337.548057525. iteration 18317 found worse value: 337.548057525. iteration 18318 found worse value: 337.548057525. iteration 18319 found worse value: 337.548057525. iteration 18320 found worse value: 337.548057525. iteration 18321 found worse value: 337.548057525. iteration 18322 found worse value: 337.548057525. iteration 18323 found worse value: 337.548057525. iteration 18324 found worse value: 337.548057525. iteration 18325 found worse value: 337.548057525. iteration 18326 found worse value: 337.548057525. iteration 18327 found worse value: 337.548057525. iteration 18328 found worse value: 337.548057525. iteration 18329 found worse value: 337.548057525. iteration 18330 found worse value: 337.548057525. iteration 18331 found worse value: 337.548057525. iteration 18332 found worse value: 337.548057525. iteration 18333 found worse value: 337.548057525. iteration 18334 found worse value: 337.548057525. iteration 18335 found worse value: 337.548057525. iteration 18336 found worse value: 337.548057525. iteration 18337 found worse value: 337.548057525. iteration 18338 found worse value: 337.548057525. iteration 18339 found worse value: 337.548057525. iteration 18340 found worse value: 337.548057525. iteration 18341 found worse value: 337.548057525. iteration 18342 found worse value: 337.548057525. iteration 18343 found worse value: 337.548057525. iteration 18344 found worse value: 337.548057525. iteration 18345 found worse value: 337.548057525. iteration 18346 found worse value: 337.548057525. iteration 18347 found worse value: 337.548057525. iteration 18348 found worse value: 337.548057525. iteration 18349 found worse value: 337.548057525. iteration 18350 found worse value: 337.548057525. iteration 18351 found worse value: 337.548057525. iteration 18352 found worse value: 337.548057525. iteration 18353 found worse value: 337.548057525. iteration 18354 found worse value: 337.548057525. iteration 18355 found worse value: 337.548057525. iteration 18356 found worse value: 337.548057525. iteration 18357 found worse value: 337.548057525. iteration 18358 found worse value: 337.548057525. iteration 18359 found worse value: 337.548057525. iteration 18360 found worse value: 337.548057525. iteration 18361 found worse value: 337.548057525. iteration 18362 found worse value: 337.548057525. iteration 18363 found worse value: 337.548057525. iteration 18364 found worse value: 337.548057525. iteration 18365 found worse value: 337.548057525. iteration 18366 found worse value: 337.548057525. iteration 18367 found worse value: 337.548057525. iteration 18368 found worse value: 337.548057525. iteration 18369 found worse value: 337.548057525. iteration 18370 found worse value: 337.548057525. iteration 18371 found worse value: 337.548057525. iteration 18372 found worse value: 337.548057525. iteration 18373 found worse value: 337.548057525. iteration 18374 found worse value: 337.548057525. iteration 18375 found worse value: 337.548057525. iteration 18376 found worse value: 337.548057525. iteration 18377 found worse value: 337.548057525. iteration 18378 found worse value: 337.548057525. iteration 18379 found worse value: 337.548057525. iteration 18380 found worse value: 337.548057525. iteration 18381 found worse value: 337.548057525. iteration 18382 found worse value: 337.548057525. iteration 18383 found worse value: 337.548057525. iteration 18384 found worse value: 337.548057525. iteration 18385 found worse value: 337.548057525. iteration 18386 found worse value: 337.548057525. iteration 18387 found worse value: 337.548057525. iteration 18388 found worse value: 337.548057525. iteration 18389 found worse value: 337.548057525. iteration 18390 found worse value: 337.548057525. iteration 18391 found worse value: 337.548057525. iteration 18392 found worse value: 337.548057525. iteration 18393 found worse value: 337.548057525. iteration 18394 found worse value: 337.548057525. iteration 18395 found worse value: 337.548057525. iteration 18396 found worse value: 337.548057525. iteration 18397 found worse value: 337.548057525. iteration 18398 found worse value: 337.548057525. iteration 18399 found worse value: 337.548057525. iteration 18400 found worse value: 337.548057525. iteration 18401 found worse value: 337.548057525. iteration 18402 found worse value: 337.548057525. iteration 18403 found worse value: 337.548057525. iteration 18404 found worse value: 337.548057525. iteration 18405 found worse value: 337.548057525. iteration 18406 found worse value: 337.548057525. iteration 18407 found worse value: 337.548057525. iteration 18408 found worse value: 337.548057525. iteration 18409 found worse value: 337.548057525. iteration 18410 found worse value: 337.548057525. iteration 18411 found worse value: 337.548057525. iteration 18412 found worse value: 337.548057525. iteration 18413 found worse value: 337.548057525. iteration 18414 found worse value: 337.548057525. iteration 18415 found worse value: 337.548057525. iteration 18416 found worse value: 337.548057525. iteration 18417 found worse value: 337.548057525. iteration 18418 found worse value: 337.548057525. iteration 18419 found worse value: 337.548057525. iteration 18420 found worse value: 337.548057525. iteration 18421 found worse value: 337.548057525. iteration 18422 found worse value: 337.548057525. iteration 18423 found worse value: 337.548057525. iteration 18424 found worse value: 337.548057525. iteration 18425 found worse value: 337.548057525. iteration 18426 found worse value: 337.548057525. iteration 18427 found worse value: 337.548057525. iteration 18428 found worse value: 337.548057525. iteration 18429 found worse value: 337.548057525. iteration 18430 found worse value: 337.548057525. iteration 18431 found worse value: 337.548057525. iteration 18432 found worse value: 337.548057525. iteration 18433 found worse value: 337.548057525. iteration 18434 found worse value: 337.548057525. iteration 18435 found worse value: 337.548057525. iteration 18436 found worse value: 337.548057525. iteration 18437 found worse value: 337.548057525. iteration 18438 found worse value: 337.548057525. iteration 18439 found worse value: 337.548057525. iteration 18440 found worse value: 337.548057525. iteration 18441 found worse value: 337.548057525. iteration 18442 found worse value: 337.548057525. iteration 18443 found worse value: 337.548057525. iteration 18444 found worse value: 337.548057525. iteration 18445 found worse value: 337.548057525. iteration 18446 found worse value: 337.548057525. iteration 18447 found worse value: 337.548057525. iteration 18448 found worse value: 337.548057525. iteration 18449 found worse value: 337.548057525. iteration 18450 found worse value: 337.548057525. iteration 18451 found worse value: 337.548057525. iteration 18452 found worse value: 337.548057525. iteration 18453 found worse value: 337.548057525. iteration 18454 found worse value: 337.548057525. iteration 18455 found worse value: 337.548057525. iteration 18456 found worse value: 337.548057525. iteration 18457 found worse value: 337.548057525. iteration 18458 found worse value: 337.548057525. iteration 18459 found worse value: 337.548057525. iteration 18460 found worse value: 337.548057525. iteration 18461 found worse value: 337.548057525. iteration 18462 found worse value: 337.548057525. iteration 18463 found worse value: 337.548057525. iteration 18464 found worse value: 337.548057525. iteration 18465 found worse value: 337.548057525. iteration 18466 found worse value: 337.548057525. iteration 18467 found worse value: 337.548057525. iteration 18468 found worse value: 337.548057525. iteration 18469 found worse value: 337.548057525. iteration 18470 found worse value: 337.548057525. iteration 18471 found worse value: 337.548057525. iteration 18472 found worse value: 337.548057525. iteration 18473 found worse value: 337.548057525. iteration 18474 found worse value: 337.548057525. iteration 18475 found worse value: 337.548057525. iteration 18476 found worse value: 337.548057525. iteration 18477 found worse value: 337.548057525. iteration 18478 found worse value: 337.548057525. iteration 18479 found worse value: 337.548057525. iteration 18480 found worse value: 337.548057525. iteration 18481 found worse value: 337.548057525. iteration 18482 found worse value: 337.548057525. iteration 18483 found worse value: 337.548057525. iteration 18484 found worse value: 337.548057525. iteration 18485 found worse value: 337.548057525. iteration 18486 found worse value: 337.548057525. iteration 18487 found worse value: 337.548057525. iteration 18488 found worse value: 337.548057525. iteration 18489 found worse value: 337.548057525. iteration 18490 found worse value: 337.548057525. iteration 18491 found worse value: 337.548057525. iteration 18492 found worse value: 337.548057525. iteration 18493 found worse value: 337.548057525. iteration 18494 found worse value: 337.548057525. iteration 18495 found worse value: 337.548057525. iteration 18496 found worse value: 337.548057525. iteration 18497 found worse value: 337.548057525. iteration 18498 found worse value: 337.548057525. iteration 18499 found worse value: 337.548057525. iteration 18500 found worse value: 337.548057525. iteration 18501 found worse value: 337.548057525. iteration 18502 found worse value: 337.548057525. iteration 18503 found worse value: 337.548057525. iteration 18504 found worse value: 337.548057525. iteration 18505 found worse value: 337.548057525. iteration 18506 found worse value: 337.548057525. iteration 18507 found worse value: 337.548057525. iteration 18508 found worse value: 337.548057525. iteration 18509 found worse value: 337.548057525. iteration 18510 found worse value: 337.548057525. iteration 18511 found worse value: 337.548057525. iteration 18512 found worse value: 337.548057525. iteration 18513 found worse value: 337.548057525. iteration 18514 found worse value: 337.548057525. iteration 18515 found worse value: 337.548057525. iteration 18516 found worse value: 337.548057525. iteration 18517 found worse value: 337.548057525. iteration 18518 found worse value: 337.548057525. iteration 18519 found worse value: 337.548057525. iteration 18520 found worse value: 337.548057525. iteration 18521 found worse value: 337.548057525. iteration 18522 found worse value: 337.548057525. iteration 18523 found worse value: 337.548057525. iteration 18524 found worse value: 337.548057525. iteration 18525 found worse value: 337.548057525. iteration 18526 found worse value: 337.548057525. iteration 18527 found worse value: 337.548057525. iteration 18528 found worse value: 337.548057525. iteration 18529 found worse value: 337.548057525. iteration 18530 found worse value: 337.548057525. iteration 18531 found worse value: 337.548057525. iteration 18532 found worse value: 337.548057525. iteration 18533 found worse value: 337.548057525. iteration 18534 found worse value: 337.548057525. iteration 18535 found worse value: 337.548057525. iteration 18536 found worse value: 337.548057525. iteration 18537 found worse value: 337.548057525. iteration 18538 found worse value: 337.548057525. iteration 18539 found worse value: 337.548057525. iteration 18540 found worse value: 337.548057525. iteration 18541 found worse value: 337.548057525. iteration 18542 found worse value: 337.548057525. iteration 18543 found worse value: 337.548057525. iteration 18544 found worse value: 337.548057525. iteration 18545 found worse value: 337.548057525. iteration 18546 found worse value: 337.548057525. iteration 18547 found worse value: 337.548057525. iteration 18548 found worse value: 337.548057525. iteration 18549 found worse value: 337.548057525. iteration 18550 found worse value: 337.548057525. iteration 18551 found worse value: 337.548057525. iteration 18552 found worse value: 337.548057525. iteration 18553 found worse value: 337.548057525. iteration 18554 found worse value: 337.548057525. iteration 18555 found worse value: 337.548057525. iteration 18556 found worse value: 337.548057525. iteration 18557 found worse value: 337.548057525. iteration 18558 found worse value: 337.548057525. iteration 18559 found worse value: 337.548057525. iteration 18560 found worse value: 337.548057525. iteration 18561 found worse value: 337.548057525. iteration 18562 found worse value: 337.548057525. iteration 18563 found worse value: 337.548057525. iteration 18564 found worse value: 337.548057525. iteration 18565 found worse value: 337.548057525. iteration 18566 found worse value: 337.548057525. iteration 18567 found worse value: 337.548057525. iteration 18568 found worse value: 337.548057525. iteration 18569 found worse value: 337.548057525. iteration 18570 found worse value: 337.548057525. iteration 18571 found worse value: 337.548057525. iteration 18572 found worse value: 337.548057525. iteration 18573 found worse value: 337.548057525. iteration 18574 found worse value: 337.548057525. iteration 18575 found worse value: 337.548057525. iteration 18576 found worse value: 337.548057525. iteration 18577 found worse value: 337.548057525. iteration 18578 found worse value: 337.548057525. iteration 18579 found worse value: 337.548057525. iteration 18580 found worse value: 337.548057525. iteration 18581 found worse value: 337.548057525. iteration 18582 found worse value: 337.548057525. iteration 18583 found worse value: 337.548057525. iteration 18584 found worse value: 337.548057525. iteration 18585 found worse value: 337.548057525. iteration 18586 found worse value: 337.548057525. iteration 18587 found worse value: 337.548057525. iteration 18588 found worse value: 337.548057525. iteration 18589 found worse value: 337.548057525. iteration 18590 found worse value: 337.548057525. iteration 18591 found worse value: 337.548057525. iteration 18592 found worse value: 337.548057525. iteration 18593 found worse value: 337.548057525. iteration 18594 found worse value: 337.548057525. iteration 18595 found worse value: 337.548057525. iteration 18596 found worse value: 337.548057525. iteration 18597 found worse value: 337.548057525. iteration 18598 found worse value: 337.548057525. iteration 18599 found worse value: 337.548057525. iteration 18600 found worse value: 337.548057525. iteration 18601 found worse value: 337.548057525. iteration 18602 found worse value: 337.548057525. iteration 18603 found worse value: 337.548057525. iteration 18604 found worse value: 337.548057525. iteration 18605 found worse value: 337.548057525. iteration 18606 found worse value: 337.548057525. iteration 18607 found worse value: 337.548057525. iteration 18608 found worse value: 337.548057525. iteration 18609 found worse value: 337.548057525. iteration 18610 found worse value: 337.548057525. iteration 18611 found worse value: 337.548057525. iteration 18612 found worse value: 337.548057525. iteration 18613 found worse value: 337.548057525. iteration 18614 found worse value: 337.548057525. iteration 18615 found worse value: 337.548057525. iteration 18616 found worse value: 337.548057525. iteration 18617 found worse value: 337.548057525. iteration 18618 found worse value: 337.548057525. iteration 18619 found worse value: 337.548057525. iteration 18620 found worse value: 337.548057525. iteration 18621 found worse value: 337.548057525. iteration 18622 found worse value: 337.548057525. iteration 18623 found worse value: 337.548057525. iteration 18624 found worse value: 337.548057525. iteration 18625 found worse value: 337.548057525. iteration 18626 found worse value: 337.548057525. iteration 18627 found worse value: 337.548057525. iteration 18628 found worse value: 337.548057525. iteration 18629 found worse value: 337.548057525. iteration 18630 found worse value: 337.548057525. iteration 18631 found worse value: 337.548057525. iteration 18632 found worse value: 337.548057525. iteration 18633 found worse value: 337.548057525. iteration 18634 found worse value: 337.548057525. iteration 18635 found worse value: 337.548057525. iteration 18636 found worse value: 337.548057525. iteration 18637 found worse value: 337.548057525. iteration 18638 found worse value: 337.548057525. iteration 18639 found worse value: 337.548057525. iteration 18640 found worse value: 337.548057525. iteration 18641 found worse value: 337.548057525. iteration 18642 found worse value: 337.548057525. iteration 18643 found worse value: 337.548057525. iteration 18644 found worse value: 337.548057525. iteration 18645 found worse value: 337.548057525. iteration 18646 found worse value: 337.548057525. iteration 18647 found worse value: 337.548057525. iteration 18648 found worse value: 337.548057525. iteration 18649 found worse value: 337.548057525. iteration 18650 found worse value: 337.548057525. iteration 18651 found worse value: 337.548057525. iteration 18652 found worse value: 337.548057525. iteration 18653 found worse value: 337.548057525. iteration 18654 found worse value: 337.548057525. iteration 18655 found worse value: 337.548057525. iteration 18656 found worse value: 337.548057525. iteration 18657 found worse value: 337.548057525. iteration 18658 found worse value: 337.548057525. iteration 18659 found worse value: 337.548057525. iteration 18660 found worse value: 337.548057525. iteration 18661 found worse value: 337.548057525. iteration 18662 found worse value: 337.548057525. iteration 18663 found worse value: 337.548057525. iteration 18664 found worse value: 337.548057525. iteration 18665 found worse value: 337.548057525. iteration 18666 found worse value: 337.548057525. iteration 18667 found worse value: 337.548057525. iteration 18668 found worse value: 337.548057525. iteration 18669 found worse value: 337.548057525. iteration 18670 found worse value: 337.548057525. iteration 18671 found worse value: 337.548057525. iteration 18672 found worse value: 337.548057525. iteration 18673 found worse value: 337.548057525. iteration 18674 found worse value: 337.548057525. iteration 18675 found worse value: 337.548057525. iteration 18676 found worse value: 337.548057525. iteration 18677 found worse value: 337.548057525. iteration 18678 found worse value: 337.548057525. iteration 18679 found worse value: 337.548057525. iteration 18680 found worse value: 337.548057525. iteration 18681 found worse value: 337.548057525. iteration 18682 found worse value: 337.548057525. iteration 18683 found worse value: 337.548057525. iteration 18684 found worse value: 337.548057525. iteration 18685 found worse value: 337.548057525. iteration 18686 found worse value: 337.548057525. iteration 18687 found worse value: 337.548057525. iteration 18688 found worse value: 337.548057525. iteration 18689 found worse value: 337.548057525. iteration 18690 found worse value: 337.548057525. iteration18690, perturbing to get out of local maxima iteration 18691 found worse value: 337.548057525. iteration 18692 found worse value: 337.548057525. iteration 18693 found worse value: 337.548057525. iteration 18694 found worse value: 337.548057525. iteration 18695 found worse value: 337.548057525. iteration 18696 found worse value: 337.548057525. iteration 18697 found worse value: 337.548057525. iteration 18698 found worse value: 337.548057525. iteration 18699 found worse value: 337.548057525. iteration 18700 found worse value: 337.548057525. iteration 18701 found worse value: 337.548057525. iteration 18702 found worse value: 337.548057525. iteration 18703 found worse value: 337.548057525. iteration 18704 found worse value: 337.548057525. iteration 18705 found worse value: 337.548057525. iteration 18706 found worse value: 337.548057525. iteration 18707 found worse value: 337.548057525. iteration 18708 found worse value: 337.548057525. iteration 18709 found worse value: 337.548057525. iteration 18710 found worse value: 337.548057525. iteration 18711 found worse value: 337.548057525. iteration 18712 found worse value: 337.548057525. iteration 18713 found worse value: 337.548057525. iteration 18714 found worse value: 337.548057525. iteration 18715 found worse value: 337.548057525. iteration 18716 found worse value: 337.548057525. iteration 18717 found worse value: 337.548057525. iteration 18718 found worse value: 337.548057525. iteration 18719 found worse value: 337.548057525. iteration 18720 found worse value: 337.548057525. iteration 18721 found worse value: 337.548057525. iteration 18722 found worse value: 337.548057525. iteration 18723 found worse value: 337.548057525. iteration 18724 found worse value: 337.548057525. iteration 18725 found worse value: 337.548057525. iteration 18726 found worse value: 337.548057525. iteration 18727 found worse value: 337.548057525. iteration 18728 found worse value: 337.548057525. iteration 18729 found worse value: 337.548057525. iteration 18730 found worse value: 337.548057525. iteration 18731 found worse value: 337.548057525. iteration 18732 found worse value: 337.548057525. iteration 18733 found worse value: 337.548057525. iteration 18734 found worse value: 337.548057525. iteration 18735 found worse value: 337.548057525. iteration 18736 found worse value: 337.548057525. iteration 18737 found worse value: 337.548057525. iteration 18738 found worse value: 337.548057525. iteration 18739 found worse value: 337.548057525. iteration 18740 found worse value: 337.548057525. iteration 18741 found worse value: 337.548057525. iteration 18742 found worse value: 337.548057525. iteration 18743 found worse value: 337.548057525. iteration 18744 found worse value: 337.548057525. iteration 18745 found worse value: 337.548057525. iteration 18746 found worse value: 337.548057525. iteration 18747 found worse value: 337.548057525. iteration 18748 found worse value: 337.548057525. iteration 18749 found worse value: 337.548057525. iteration 18750 found worse value: 337.548057525. iteration 18751 found worse value: 337.548057525. iteration 18752 found worse value: 337.548057525. iteration 18753 found worse value: 337.548057525. iteration 18754 found worse value: 337.548057525. iteration 18755 found worse value: 337.548057525. iteration 18756 found worse value: 337.548057525. iteration 18757 found worse value: 337.548057525. iteration 18758 found worse value: 337.548057525. iteration 18759 found worse value: 337.548057525. iteration 18760 found worse value: 337.548057525. iteration 18761 found worse value: 337.548057525. iteration 18762 found worse value: 337.548057525. iteration 18763 found worse value: 337.548057525. iteration 18764 found worse value: 337.548057525. iteration 18765 found worse value: 337.548057525. iteration 18766 found worse value: 337.548057525. iteration 18767 found worse value: 337.548057525. iteration 18768 found worse value: 337.548057525. iteration 18769 found worse value: 337.548057525. iteration 18770 found worse value: 337.548057525. iteration 18771 found worse value: 337.548057525. iteration 18772 found worse value: 337.548057525. iteration 18773 found worse value: 337.548057525. iteration 18774 found worse value: 337.548057525. iteration 18775 found worse value: 337.548057525. iteration 18776 found worse value: 337.548057525. iteration 18777 found worse value: 337.548057525. iteration 18778 found worse value: 337.548057525. iteration 18779 found worse value: 337.548057525. iteration 18780 found worse value: 337.548057525. iteration 18781 found worse value: 337.548057525. iteration 18782 found worse value: 337.548057525. iteration 18783 found worse value: 337.548057525. iteration 18784 found worse value: 337.548057525. iteration 18785 found worse value: 337.548057525. iteration 18786 found worse value: 337.548057525. iteration 18787 found worse value: 337.548057525. iteration 18788 found worse value: 337.548057525. iteration 18789 found worse value: 337.548057525. iteration 18790 found worse value: 337.548057525. iteration 18791 found worse value: 337.548057525. iteration 18792 found worse value: 337.548057525. iteration 18793 found worse value: 337.548057525. iteration 18794 found worse value: 337.548057525. iteration 18795 found worse value: 337.548057525. iteration 18796 found worse value: 337.548057525. iteration 18797 found worse value: 337.548057525. iteration 18798 found worse value: 337.548057525. iteration 18799 found worse value: 337.548057525. iteration 18800 found worse value: 337.548057525. iteration 18801 found worse value: 337.548057525. iteration 18802 found worse value: 337.548057525. iteration 18803 found worse value: 337.548057525. iteration 18804 found worse value: 337.548057525. iteration 18805 found worse value: 337.548057525. iteration 18806 found worse value: 337.548057525. iteration 18807 found worse value: 337.548057525. iteration 18808 found worse value: 337.548057525. iteration 18809 found worse value: 337.548057525. iteration 18810 found worse value: 337.548057525. iteration 18811 found worse value: 337.548057525. iteration 18812 found worse value: 337.548057525. iteration 18813 found worse value: 337.548057525. iteration 18814 found worse value: 337.548057525. iteration 18815 found worse value: 337.548057525. iteration 18816 found worse value: 337.548057525. iteration 18817 found worse value: 337.548057525. iteration 18818 found worse value: 337.548057525. iteration 18819 found worse value: 337.548057525. iteration 18820 found worse value: 337.548057525. iteration 18821 found worse value: 337.548057525. iteration 18822 found worse value: 337.548057525. iteration 18823 found worse value: 337.548057525. iteration 18824 found worse value: 337.548057525. iteration 18825 found worse value: 337.548057525. iteration 18826 found worse value: 337.548057525. iteration 18827 found worse value: 337.548057525. iteration 18828 found worse value: 337.548057525. iteration 18829 found worse value: 337.548057525. iteration 18830 found worse value: 337.548057525. iteration 18831 found worse value: 337.548057525. iteration 18832 found worse value: 337.548057525. iteration 18833 found worse value: 337.548057525. iteration 18834 found worse value: 337.548057525. iteration 18835 found worse value: 337.548057525. iteration 18836 found worse value: 337.548057525. iteration 18837 found worse value: 337.548057525. iteration 18838 found worse value: 337.548057525. iteration 18839 found worse value: 337.548057525. iteration 18840 found worse value: 337.548057525. iteration 18841 found worse value: 337.548057525. iteration 18842 found worse value: 337.548057525. iteration 18843 found worse value: 337.548057525. iteration 18844 found worse value: 337.548057525. iteration 18845 found worse value: 337.548057525. iteration 18846 found worse value: 337.548057525. iteration 18847 found worse value: 337.548057525. iteration 18848 found worse value: 337.548057525. iteration 18849 found worse value: 337.548057525. iteration 18850 found worse value: 337.548057525. iteration 18851 found worse value: 337.548057525. iteration 18852 found worse value: 337.548057525. iteration 18853 found worse value: 337.548057525. iteration 18854 found worse value: 337.548057525. iteration 18855 found worse value: 337.548057525. iteration 18856 found worse value: 337.548057525. iteration 18857 found worse value: 337.548057525. iteration 18858 found worse value: 337.548057525. iteration 18859 found worse value: 337.548057525. iteration 18860 found worse value: 337.548057525. iteration 18861 found worse value: 337.548057525. iteration 18862 found worse value: 337.548057525. iteration 18863 found worse value: 337.548057525. iteration 18864 found worse value: 337.548057525. iteration 18865 found worse value: 337.548057525. iteration 18866 found worse value: 337.548057525. iteration 18867 found worse value: 337.548057525. iteration 18868 found worse value: 337.548057525. iteration 18869 found worse value: 337.548057525. iteration 18870 found worse value: 337.548057525. iteration 18871 found worse value: 337.548057525. iteration 18872 found worse value: 337.548057525. iteration 18873 found worse value: 337.548057525. iteration 18874 found worse value: 337.548057525. iteration 18875 found worse value: 337.548057525. iteration 18876 found worse value: 337.548057525. iteration 18877 found worse value: 337.548057525. iteration 18878 found worse value: 337.548057525. iteration 18879 found worse value: 337.548057525. iteration 18880 found worse value: 337.548057525. iteration 18881 found worse value: 337.548057525. iteration 18882 found worse value: 337.548057525. iteration 18883 found worse value: 337.548057525. iteration 18884 found worse value: 337.548057525. iteration 18885 found worse value: 337.548057525. iteration 18886 found worse value: 337.548057525. iteration 18887 found worse value: 337.548057525. iteration 18888 found worse value: 337.548057525. iteration 18889 found worse value: 337.548057525. iteration 18890 found worse value: 337.548057525. iteration 18891 found worse value: 337.548057525. iteration 18892 found worse value: 337.548057525. iteration 18893 found worse value: 337.548057525. iteration 18894 found worse value: 337.548057525. iteration 18895 found worse value: 337.548057525. iteration 18896 found worse value: 337.548057525. iteration 18897 found worse value: 337.548057525. iteration 18898 found worse value: 337.548057525. iteration 18899 found worse value: 337.548057525. iteration 18900 found worse value: 337.548057525. iteration 18901 found worse value: 337.548057525. iteration 18902 found worse value: 337.548057525. iteration 18903 found worse value: 337.548057525. iteration 18904 found worse value: 337.548057525. iteration 18905 found worse value: 337.548057525. iteration 18906 found worse value: 337.548057525. iteration 18907 found worse value: 337.548057525. iteration 18908 found worse value: 337.548057525. iteration 18909 found worse value: 337.548057525. iteration 18910 found worse value: 337.548057525. iteration 18911 found worse value: 337.548057525. iteration 18912 found worse value: 337.548057525. iteration 18913 found worse value: 337.548057525. iteration 18914 found worse value: 337.548057525. iteration 18915 found worse value: 337.548057525. iteration 18916 found worse value: 337.548057525. iteration 18917 found worse value: 337.548057525. iteration 18918 found worse value: 337.548057525. iteration 18919 found worse value: 337.548057525. iteration 18920 found worse value: 337.548057525. iteration 18921 found worse value: 337.548057525. iteration 18922 found worse value: 337.548057525. iteration 18923 found worse value: 337.548057525. iteration 18924 found worse value: 337.548057525. iteration 18925 found worse value: 337.548057525. iteration 18926 found worse value: 337.548057525. iteration 18927 found worse value: 337.548057525. iteration 18928 found worse value: 337.548057525. iteration 18929 found worse value: 337.548057525. iteration 18930 found worse value: 337.548057525. iteration 18931 found worse value: 337.548057525. iteration 18932 found worse value: 337.548057525. iteration 18933 found worse value: 337.548057525. iteration 18934 found worse value: 337.548057525. iteration 18935 found worse value: 337.548057525. iteration 18936 found worse value: 337.548057525. iteration 18937 found worse value: 337.548057525. iteration 18938 found worse value: 337.548057525. iteration 18939 found worse value: 337.548057525. iteration 18940 found worse value: 337.548057525. iteration 18941 found worse value: 337.548057525. iteration 18942 found worse value: 337.548057525. iteration 18943 found worse value: 337.548057525. iteration 18944 found worse value: 337.548057525. iteration 18945 found worse value: 337.548057525. iteration 18946 found worse value: 337.548057525. iteration 18947 found worse value: 337.548057525. iteration 18948 found worse value: 337.548057525. iteration 18949 found worse value: 337.548057525. iteration 18950 found worse value: 337.548057525. iteration 18951 found worse value: 337.548057525. iteration 18952 found worse value: 337.548057525. iteration 18953 found worse value: 337.548057525. iteration 18954 found worse value: 337.548057525. iteration 18955 found worse value: 337.548057525. iteration 18956 found worse value: 337.548057525. iteration 18957 found worse value: 337.548057525. iteration 18958 found worse value: 337.548057525. iteration 18959 found worse value: 337.548057525. iteration 18960 found worse value: 337.548057525. iteration 18961 found worse value: 337.548057525. iteration 18962 found worse value: 337.548057525. iteration 18963 found worse value: 337.548057525. iteration 18964 found worse value: 337.548057525. iteration 18965 found worse value: 337.548057525. iteration 18966 found worse value: 337.548057525. iteration 18967 found worse value: 337.548057525. iteration 18968 found worse value: 337.548057525. iteration 18969 found worse value: 337.548057525. iteration 18970 found worse value: 337.548057525. iteration 18971 found worse value: 337.548057525. iteration 18972 found worse value: 337.548057525. iteration 18973 found worse value: 337.548057525. iteration 18974 found worse value: 337.548057525. iteration 18975 found worse value: 337.548057525. iteration 18976 found worse value: 337.548057525. iteration 18977 found worse value: 337.548057525. iteration 18978 found worse value: 337.548057525. iteration 18979 found worse value: 337.548057525. iteration 18980 found worse value: 337.548057525. iteration 18981 found worse value: 337.548057525. iteration 18982 found worse value: 337.548057525. iteration 18983 found worse value: 337.548057525. iteration 18984 found worse value: 337.548057525. iteration 18985 found worse value: 337.548057525. iteration 18986 found worse value: 337.548057525. iteration 18987 found worse value: 337.548057525. iteration 18988 found worse value: 337.548057525. iteration 18989 found worse value: 337.548057525. iteration 18990 found worse value: 337.548057525. iteration 18991 found worse value: 337.548057525. iteration 18992 found worse value: 337.548057525. iteration 18993 found worse value: 337.548057525. iteration 18994 found worse value: 337.548057525. iteration 18995 found worse value: 337.548057525. iteration 18996 found worse value: 337.548057525. iteration 18997 found worse value: 337.548057525. iteration 18998 found worse value: 337.548057525. iteration 18999 found worse value: 337.548057525. iteration 19000 found worse value: 337.548057525. iteration 19001 found worse value: 337.548057525. iteration 19002 found worse value: 337.548057525. iteration 19003 found worse value: 337.548057525. iteration 19004 found worse value: 337.548057525. iteration 19005 found worse value: 337.548057525. iteration 19006 found worse value: 337.548057525. iteration 19007 found worse value: 337.548057525. iteration 19008 found worse value: 337.548057525. iteration 19009 found worse value: 337.548057525. iteration 19010 found worse value: 337.548057525. iteration 19011 found worse value: 337.548057525. iteration 19012 found worse value: 337.548057525. iteration 19013 found worse value: 337.548057525. iteration 19014 found worse value: 337.548057525. iteration 19015 found worse value: 337.548057525. iteration 19016 found worse value: 337.548057525. iteration 19017 found worse value: 337.548057525. iteration 19018 found worse value: 337.548057525. iteration 19019 found worse value: 337.548057525. iteration 19020 found worse value: 337.548057525. iteration 19021 found worse value: 337.548057525. iteration 19022 found worse value: 337.548057525. iteration 19023 found worse value: 337.548057525. iteration 19024 found worse value: 337.548057525. iteration 19025 found worse value: 337.548057525. iteration 19026 found worse value: 337.548057525. iteration 19027 found worse value: 337.548057525. iteration 19028 found worse value: 337.548057525. iteration 19029 found worse value: 337.548057525. iteration 19030 found worse value: 337.548057525. iteration 19031 found worse value: 337.548057525. iteration 19032 found worse value: 337.548057525. iteration 19033 found worse value: 337.548057525. iteration 19034 found worse value: 337.548057525. iteration 19035 found worse value: 337.548057525. iteration 19036 found worse value: 337.548057525. iteration 19037 found worse value: 337.548057525. iteration 19038 found worse value: 337.548057525. iteration 19039 found worse value: 337.548057525. iteration 19040 found worse value: 337.548057525. iteration 19041 found worse value: 337.548057525. iteration 19042 found worse value: 337.548057525. iteration 19043 found worse value: 337.548057525. iteration 19044 found worse value: 337.548057525. iteration 19045 found worse value: 337.548057525. iteration 19046 found worse value: 337.548057525. iteration 19047 found worse value: 337.548057525. iteration 19048 found worse value: 337.548057525. iteration 19049 found worse value: 337.548057525. iteration 19050 found worse value: 337.548057525. iteration 19051 found worse value: 337.548057525. iteration 19052 found worse value: 337.548057525. iteration 19053 found worse value: 337.548057525. iteration 19054 found worse value: 337.548057525. iteration 19055 found worse value: 337.548057525. iteration 19056 found worse value: 337.548057525. iteration 19057 found worse value: 337.548057525. iteration 19058 found worse value: 337.548057525. iteration 19059 found worse value: 337.548057525. iteration 19060 found worse value: 337.548057525. iteration 19061 found worse value: 337.548057525. iteration 19062 found worse value: 337.548057525. iteration 19063 found worse value: 337.548057525. iteration 19064 found worse value: 337.548057525. iteration 19065 found worse value: 337.548057525. iteration 19066 found worse value: 337.548057525. iteration 19067 found worse value: 337.548057525. iteration 19068 found worse value: 337.548057525. iteration 19069 found worse value: 337.548057525. iteration 19070 found worse value: 337.548057525. iteration 19071 found worse value: 337.548057525. iteration 19072 found worse value: 337.548057525. iteration 19073 found worse value: 337.548057525. iteration 19074 found worse value: 337.548057525. iteration 19075 found worse value: 337.548057525. iteration 19076 found worse value: 337.548057525. iteration 19077 found worse value: 337.548057525. iteration 19078 found worse value: 337.548057525. iteration 19079 found worse value: 337.548057525. iteration 19080 found worse value: 337.548057525. iteration 19081 found worse value: 337.548057525. iteration 19082 found worse value: 337.548057525. iteration 19083 found worse value: 337.548057525. iteration 19084 found worse value: 337.548057525. iteration 19085 found worse value: 337.548057525. iteration 19086 found worse value: 337.548057525. iteration 19087 found worse value: 337.548057525. iteration 19088 found worse value: 337.548057525. iteration 19089 found worse value: 337.548057525. iteration 19090 found worse value: 337.548057525. iteration 19091 found worse value: 337.548057525. iteration 19092 found worse value: 337.548057525. iteration 19093 found worse value: 337.548057525. iteration 19094 found worse value: 337.548057525. iteration 19095 found worse value: 337.548057525. iteration 19096 found worse value: 337.548057525. iteration 19097 found worse value: 337.548057525. iteration 19098 found worse value: 337.548057525. iteration 19099 found worse value: 337.548057525. iteration 19100 found worse value: 337.548057525. iteration 19101 found worse value: 337.548057525. iteration 19102 found worse value: 337.548057525. iteration 19103 found worse value: 337.548057525. iteration 19104 found worse value: 337.548057525. iteration 19105 found worse value: 337.548057525. iteration 19106 found worse value: 337.548057525. iteration 19107 found worse value: 337.548057525. iteration 19108 found worse value: 337.548057525. iteration 19109 found worse value: 337.548057525. iteration 19110 found worse value: 337.548057525. iteration 19111 found worse value: 337.548057525. iteration 19112 found worse value: 337.548057525. iteration 19113 found worse value: 337.548057525. iteration 19114 found worse value: 337.548057525. iteration 19115 found worse value: 337.548057525. iteration 19116 found worse value: 337.548057525. iteration 19117 found worse value: 337.548057525. iteration 19118 found worse value: 337.548057525. iteration 19119 found worse value: 337.548057525. iteration 19120 found worse value: 337.548057525. iteration 19121 found worse value: 337.548057525. iteration 19122 found worse value: 337.548057525. iteration 19123 found worse value: 337.548057525. iteration 19124 found worse value: 337.548057525. iteration 19125 found worse value: 337.548057525. iteration 19126 found worse value: 337.548057525. iteration 19127 found worse value: 337.548057525. iteration 19128 found worse value: 337.548057525. iteration 19129 found worse value: 337.548057525. iteration 19130 found worse value: 337.548057525. iteration 19131 found worse value: 337.548057525. iteration 19132 found worse value: 337.548057525. iteration 19133 found worse value: 337.548057525. iteration 19134 found worse value: 337.548057525. iteration 19135 found worse value: 337.548057525. iteration 19136 found worse value: 337.548057525. iteration 19137 found worse value: 337.548057525. iteration 19138 found worse value: 337.548057525. iteration 19139 found worse value: 337.548057525. iteration 19140 found worse value: 337.548057525. iteration 19141 found worse value: 337.548057525. iteration 19142 found worse value: 337.548057525. iteration 19143 found worse value: 337.548057525. iteration 19144 found worse value: 337.548057525. iteration 19145 found worse value: 337.548057525. iteration 19146 found worse value: 337.548057525. iteration 19147 found worse value: 337.548057525. iteration 19148 found worse value: 337.548057525. iteration 19149 found worse value: 337.548057525. iteration 19150 found worse value: 337.548057525. iteration 19151 found worse value: 337.548057525. iteration 19152 found worse value: 337.548057525. iteration 19153 found worse value: 337.548057525. iteration 19154 found worse value: 337.548057525. iteration 19155 found worse value: 337.548057525. iteration 19156 found worse value: 337.548057525. iteration 19157 found worse value: 337.548057525. iteration 19158 found worse value: 337.548057525. iteration 19159 found worse value: 337.548057525. iteration 19160 found worse value: 337.548057525. iteration 19161 found worse value: 337.548057525. iteration 19162 found worse value: 337.548057525. iteration 19163 found worse value: 337.548057525. iteration 19164 found worse value: 337.548057525. iteration 19165 found worse value: 337.548057525. iteration 19166 found worse value: 337.548057525. iteration 19167 found worse value: 337.548057525. iteration 19168 found worse value: 337.548057525. iteration 19169 found worse value: 337.548057525. iteration 19170 found worse value: 337.548057525. iteration 19171 found worse value: 337.548057525. iteration 19172 found worse value: 337.548057525. iteration 19173 found worse value: 337.548057525. iteration 19174 found worse value: 337.548057525. iteration 19175 found worse value: 337.548057525. iteration 19176 found worse value: 337.548057525. iteration 19177 found worse value: 337.548057525. iteration 19178 found worse value: 337.548057525. iteration 19179 found worse value: 337.548057525. iteration 19180 found worse value: 337.548057525. iteration 19181 found worse value: 337.548057525. iteration 19182 found worse value: 337.548057525. iteration 19183 found worse value: 337.548057525. iteration 19184 found worse value: 337.548057525. iteration 19185 found worse value: 337.548057525. iteration 19186 found worse value: 337.548057525. iteration 19187 found worse value: 337.548057525. iteration 19188 found worse value: 337.548057525. iteration 19189 found worse value: 337.548057525. iteration 19190 found worse value: 337.548057525. iteration 19191 found worse value: 337.548057525. iteration 19192 found worse value: 337.548057525. iteration 19193 found worse value: 337.548057525. iteration 19194 found worse value: 337.548057525. iteration 19195 found worse value: 337.548057525. iteration 19196 found worse value: 337.548057525. iteration 19197 found worse value: 337.548057525. iteration 19198 found worse value: 337.548057525. iteration 19199 found worse value: 337.548057525. iteration 19200 found worse value: 337.548057525. iteration 19201 found worse value: 337.548057525. iteration 19202 found worse value: 337.548057525. iteration 19203 found worse value: 337.548057525. iteration 19204 found worse value: 337.548057525. iteration 19205 found worse value: 337.548057525. iteration 19206 found worse value: 337.548057525. iteration 19207 found worse value: 337.548057525. iteration 19208 found worse value: 337.548057525. iteration 19209 found worse value: 337.548057525. iteration 19210 found worse value: 337.548057525. iteration 19211 found worse value: 337.548057525. iteration 19212 found worse value: 337.548057525. iteration 19213 found worse value: 337.548057525. iteration 19214 found worse value: 337.548057525. iteration 19215 found worse value: 337.548057525. iteration 19216 found worse value: 337.548057525. iteration 19217 found worse value: 337.548057525. iteration 19218 found worse value: 337.548057525. iteration 19219 found worse value: 337.548057525. iteration 19220 found worse value: 337.548057525. iteration 19221 found worse value: 337.548057525. iteration 19222 found worse value: 337.548057525. iteration 19223 found worse value: 337.548057525. iteration 19224 found worse value: 337.548057525. iteration 19225 found worse value: 337.548057525. iteration 19226 found worse value: 337.548057525. iteration 19227 found worse value: 337.548057525. iteration 19228 found worse value: 337.548057525. iteration 19229 found worse value: 337.548057525. iteration 19230 found worse value: 337.548057525. iteration 19231 found worse value: 337.548057525. iteration 19232 found worse value: 337.548057525. iteration 19233 found worse value: 337.548057525. iteration 19234 found worse value: 337.548057525. iteration 19235 found worse value: 337.548057525. iteration 19236 found worse value: 337.548057525. iteration 19237 found worse value: 337.548057525. iteration 19238 found worse value: 337.548057525. iteration 19239 found worse value: 337.548057525. iteration 19240 found worse value: 337.548057525. iteration 19241 found worse value: 337.548057525. iteration 19242 found worse value: 337.548057525. iteration 19243 found worse value: 337.548057525. iteration 19244 found worse value: 337.548057525. iteration 19245 found worse value: 337.548057525. iteration 19246 found worse value: 337.548057525. iteration 19247 found worse value: 337.548057525. iteration 19248 found worse value: 337.548057525. iteration 19249 found worse value: 337.548057525. iteration 19250 found worse value: 337.548057525. iteration 19251 found worse value: 337.548057525. iteration 19252 found worse value: 337.548057525. iteration 19253 found worse value: 337.548057525. iteration 19254 found worse value: 337.548057525. iteration 19255 found worse value: 337.548057525. iteration 19256 found worse value: 337.548057525. iteration 19257 found worse value: 337.548057525. iteration 19258 found worse value: 337.548057525. iteration 19259 found worse value: 337.548057525. iteration 19260 found worse value: 337.548057525. iteration 19261 found worse value: 337.548057525. iteration 19262 found worse value: 337.548057525. iteration 19263 found worse value: 337.548057525. iteration 19264 found worse value: 337.548057525. iteration 19265 found worse value: 337.548057525. iteration 19266 found worse value: 337.548057525. iteration 19267 found worse value: 337.548057525. iteration 19268 found worse value: 337.548057525. iteration 19269 found worse value: 337.548057525. iteration 19270 found worse value: 337.548057525. iteration 19271 found worse value: 337.548057525. iteration 19272 found worse value: 337.548057525. iteration 19273 found worse value: 337.548057525. iteration 19274 found worse value: 337.548057525. iteration 19275 found worse value: 337.548057525. iteration 19276 found worse value: 337.548057525. iteration 19277 found worse value: 337.548057525. iteration 19278 found worse value: 337.548057525. iteration 19279 found worse value: 337.548057525. iteration 19280 found worse value: 337.548057525. iteration 19281 found worse value: 337.548057525. iteration 19282 found worse value: 337.548057525. iteration 19283 found worse value: 337.548057525. iteration 19284 found worse value: 337.548057525. iteration 19285 found worse value: 337.548057525. iteration 19286 found worse value: 337.548057525. iteration 19287 found worse value: 337.548057525. iteration 19288 found worse value: 337.548057525. iteration 19289 found worse value: 337.548057525. iteration 19290 found worse value: 337.548057525. iteration19290, perturbing to get out of local maxima iteration 19291 found worse value: 337.548057525. iteration 19292 found worse value: 337.548057525. iteration 19293 found worse value: 337.548057525. iteration 19294 found worse value: 337.548057525. iteration 19295 found worse value: 337.548057525. iteration 19296 found worse value: 337.548057525. iteration 19297 found worse value: 337.548057525. iteration 19298 found worse value: 337.548057525. iteration 19299 found worse value: 337.548057525. iteration 19300 found worse value: 337.548057525. iteration 19301 found worse value: 337.548057525. iteration 19302 found worse value: 337.548057525. iteration 19303 found worse value: 337.548057525. iteration 19304 found worse value: 337.548057525. iteration 19305 found worse value: 337.548057525. iteration 19306 found worse value: 337.548057525. iteration 19307 found worse value: 337.548057525. iteration 19308 found worse value: 337.548057525. iteration 19309 found worse value: 337.548057525. iteration 19310 found worse value: 337.548057525. iteration 19311 found worse value: 337.548057525. iteration 19312 found worse value: 337.548057525. iteration 19313 found worse value: 337.548057525. iteration 19314 found worse value: 337.548057525. iteration 19315 found worse value: 337.548057525. iteration 19316 found worse value: 337.548057525. iteration 19317 found worse value: 337.548057525. iteration 19318 found worse value: 337.548057525. iteration 19319 found worse value: 337.548057525. iteration 19320 found worse value: 337.548057525. iteration 19321 found worse value: 337.548057525. iteration 19322 found worse value: 337.548057525. iteration 19323 found worse value: 337.548057525. iteration 19324 found worse value: 337.548057525. iteration 19325 found worse value: 337.548057525. iteration 19326 found worse value: 337.548057525. iteration 19327 found worse value: 337.548057525. iteration 19328 found worse value: 337.548057525. iteration 19329 found worse value: 337.548057525. iteration 19330 found worse value: 337.548057525. iteration 19331 found worse value: 337.548057525. iteration 19332 found worse value: 337.548057525. iteration 19333 found worse value: 337.548057525. iteration 19334 found worse value: 337.548057525. iteration 19335 found worse value: 337.548057525. iteration 19336 found worse value: 337.548057525. iteration 19337 found worse value: 337.548057525. iteration 19338 found worse value: 337.548057525. iteration 19339 found worse value: 337.548057525. iteration 19340 found worse value: 337.548057525. iteration 19341 found worse value: 337.548057525. iteration 19342 found worse value: 337.548057525. iteration 19343 found worse value: 337.548057525. iteration 19344 found worse value: 337.548057525. iteration 19345 found worse value: 337.548057525. iteration 19346 found worse value: 337.548057525. iteration 19347 found worse value: 337.548057525. iteration 19348 found worse value: 337.548057525. iteration 19349 found worse value: 337.548057525. iteration 19350 found worse value: 337.548057525. iteration 19351 found worse value: 337.548057525. iteration 19352 found worse value: 337.548057525. iteration 19353 found worse value: 337.548057525. iteration 19354 found worse value: 337.548057525. iteration 19355 found worse value: 337.548057525. iteration 19356 found worse value: 337.548057525. iteration 19357 found worse value: 337.548057525. iteration 19358 found worse value: 337.548057525. iteration 19359 found worse value: 337.548057525. iteration 19360 found worse value: 337.548057525. iteration 19361 found worse value: 337.548057525. iteration 19362 found worse value: 337.548057525. iteration 19363 found worse value: 337.548057525. iteration 19364 found worse value: 337.548057525. iteration 19365 found worse value: 337.548057525. iteration 19366 found worse value: 337.548057525. iteration 19367 found worse value: 337.548057525. iteration 19368 found worse value: 337.548057525. iteration 19369 found worse value: 337.548057525. iteration 19370 found worse value: 337.548057525. iteration 19371 found worse value: 337.548057525. iteration 19372 found worse value: 337.548057525. iteration 19373 found worse value: 337.548057525. iteration 19374 found worse value: 337.548057525. iteration 19375 found worse value: 337.548057525. iteration 19376 found worse value: 337.548057525. iteration 19377 found worse value: 337.548057525. iteration 19378 found worse value: 337.548057525. iteration 19379 found worse value: 337.548057525. iteration 19380 found worse value: 337.548057525. iteration 19381 found worse value: 337.548057525. iteration 19382 found worse value: 337.548057525. iteration 19383 found worse value: 337.548057525. iteration 19384 found worse value: 337.548057525. iteration 19385 found worse value: 337.548057525. iteration 19386 found worse value: 337.548057525. iteration 19387 found worse value: 337.548057525. iteration 19388 found worse value: 337.548057525. iteration 19389 found worse value: 337.548057525. iteration 19390 found worse value: 337.548057525. iteration 19391 found worse value: 337.548057525. iteration 19392 found worse value: 337.548057525. iteration 19393 found worse value: 337.548057525. iteration 19394 found worse value: 337.548057525. iteration 19395 found worse value: 337.548057525. iteration 19396 found worse value: 337.548057525. iteration 19397 found worse value: 337.548057525. iteration 19398 found worse value: 337.548057525. iteration 19399 found worse value: 337.548057525. iteration 19400 found worse value: 337.548057525. iteration 19401 found worse value: 337.548057525. iteration 19402 found worse value: 337.548057525. iteration 19403 found worse value: 337.548057525. iteration 19404 found worse value: 337.548057525. iteration 19405 found worse value: 337.548057525. iteration 19406 found worse value: 337.548057525. iteration 19407 found worse value: 337.548057525. iteration 19408 found worse value: 337.548057525. iteration 19409 found worse value: 337.548057525. iteration 19410 found worse value: 337.548057525. iteration 19411 found worse value: 337.548057525. iteration 19412 found worse value: 337.548057525. iteration 19413 found worse value: 337.548057525. iteration 19414 found worse value: 337.548057525. iteration 19415 found worse value: 337.548057525. iteration 19416 found worse value: 337.548057525. iteration 19417 found worse value: 337.548057525. iteration 19418 found worse value: 337.548057525. iteration 19419 found worse value: 337.548057525. iteration 19420 found worse value: 337.548057525. iteration 19421 found worse value: 337.548057525. iteration 19422 found worse value: 337.548057525. iteration 19423 found worse value: 337.548057525. iteration 19424 found worse value: 337.548057525. iteration 19425 found worse value: 337.548057525. iteration 19426 found worse value: 337.548057525. iteration 19427 found worse value: 337.548057525. iteration 19428 found worse value: 337.548057525. iteration 19429 found worse value: 337.548057525. iteration 19430 found worse value: 337.548057525. iteration 19431 found worse value: 337.548057525. iteration 19432 found worse value: 337.548057525. iteration 19433 found worse value: 337.548057525. iteration 19434 found worse value: 337.548057525. iteration 19435 found worse value: 337.548057525. iteration 19436 found worse value: 337.548057525. iteration 19437 found worse value: 337.548057525. iteration 19438 found worse value: 337.548057525. iteration 19439 found worse value: 337.548057525. iteration 19440 found worse value: 337.548057525. iteration 19441 found worse value: 337.548057525. iteration 19442 found worse value: 337.548057525. iteration 19443 found worse value: 337.548057525. iteration 19444 found worse value: 337.548057525. iteration 19445 found worse value: 337.548057525. iteration 19446 found worse value: 337.548057525. iteration 19447 found worse value: 337.548057525. iteration 19448 found worse value: 337.548057525. iteration 19449 found worse value: 337.548057525. iteration 19450 found worse value: 337.548057525. iteration 19451 found worse value: 337.548057525. iteration 19452 found worse value: 337.548057525. iteration 19453 found worse value: 337.548057525. iteration 19454 found worse value: 337.548057525. iteration 19455 found worse value: 337.548057525. iteration 19456 found worse value: 337.548057525. iteration 19457 found worse value: 337.548057525. iteration 19458 found worse value: 337.548057525. iteration 19459 found worse value: 337.548057525. iteration 19460 found worse value: 337.548057525. iteration 19461 found worse value: 337.548057525. iteration 19462 found worse value: 337.548057525. iteration 19463 found worse value: 337.548057525. iteration 19464 found worse value: 337.548057525. iteration 19465 found worse value: 337.548057525. iteration 19466 found worse value: 337.548057525. iteration 19467 found worse value: 337.548057525. iteration 19468 found worse value: 337.548057525. iteration 19469 found worse value: 337.548057525. iteration 19470 found worse value: 337.548057525. iteration 19471 found worse value: 337.548057525. iteration 19472 found worse value: 337.548057525. iteration 19473 found worse value: 337.548057525. iteration 19474 found worse value: 337.548057525. iteration 19475 found worse value: 337.548057525. iteration 19476 found worse value: 337.548057525. iteration 19477 found worse value: 337.548057525. iteration 19478 found worse value: 337.548057525. iteration 19479 found worse value: 337.548057525. iteration 19480 found worse value: 337.548057525. iteration 19481 found worse value: 337.548057525. iteration 19482 found worse value: 337.548057525. iteration 19483 found worse value: 337.548057525. iteration 19484 found worse value: 337.548057525. iteration 19485 found worse value: 337.548057525. iteration 19486 found worse value: 337.548057525. iteration 19487 found worse value: 337.548057525. iteration 19488 found worse value: 337.548057525. iteration 19489 found worse value: 337.548057525. iteration 19490 found worse value: 337.548057525. iteration 19491 found worse value: 337.548057525. iteration 19492 found worse value: 337.548057525. iteration 19493 found worse value: 337.548057525. iteration 19494 found worse value: 337.548057525. iteration 19495 found worse value: 337.548057525. iteration 19496 found worse value: 337.548057525. iteration 19497 found worse value: 337.548057525. iteration 19498 found worse value: 337.548057525. iteration 19499 found worse value: 337.548057525. iteration 19500 found worse value: 337.548057525. iteration 19501 found worse value: 337.548057525. iteration 19502 found worse value: 337.548057525. iteration 19503 found worse value: 337.548057525. iteration 19504 found worse value: 337.548057525. iteration 19505 found worse value: 337.548057525. iteration 19506 found worse value: 337.548057525. iteration 19507 found worse value: 337.548057525. iteration 19508 found worse value: 337.548057525. iteration 19509 found worse value: 337.548057525. iteration 19510 found worse value: 337.548057525. iteration 19511 found worse value: 337.548057525. iteration 19512 found worse value: 337.548057525. iteration 19513 found worse value: 337.548057525. iteration 19514 found worse value: 337.548057525. iteration 19515 found worse value: 337.548057525. iteration 19516 found worse value: 337.548057525. iteration 19517 found worse value: 337.548057525. iteration 19518 found worse value: 337.548057525. iteration 19519 found worse value: 337.548057525. iteration 19520 found worse value: 337.548057525. iteration 19521 found worse value: 337.548057525. iteration 19522 found worse value: 337.548057525. iteration 19523 found worse value: 337.548057525. iteration 19524 found worse value: 337.548057525. iteration 19525 found worse value: 337.548057525. iteration 19526 found worse value: 337.548057525. iteration 19527 found worse value: 337.548057525. iteration 19528 found worse value: 337.548057525. iteration 19529 found worse value: 337.548057525. iteration 19530 found worse value: 337.548057525. iteration 19531 found worse value: 337.548057525. iteration 19532 found worse value: 337.548057525. iteration 19533 found worse value: 337.548057525. iteration 19534 found worse value: 337.548057525. iteration 19535 found worse value: 337.548057525. iteration 19536 found worse value: 337.548057525. iteration 19537 found worse value: 337.548057525. iteration 19538 found worse value: 337.548057525. iteration 19539 found worse value: 337.548057525. iteration 19540 found worse value: 337.548057525. iteration 19541 found worse value: 337.548057525. iteration 19542 found worse value: 337.548057525. iteration 19543 found worse value: 337.548057525. iteration 19544 found worse value: 337.548057525. iteration 19545 found worse value: 337.548057525. iteration 19546 found worse value: 337.548057525. iteration 19547 found worse value: 337.548057525. iteration 19548 found worse value: 337.548057525. iteration 19549 found worse value: 337.548057525. iteration 19550 found worse value: 337.548057525. iteration 19551 found worse value: 337.548057525. iteration 19552 found worse value: 337.548057525. iteration 19553 found worse value: 337.548057525. iteration19553, perturbing to get out of local maxima iteration 19554 found worse value: 337.548057525. iteration 19555 found worse value: 337.548057525. iteration 19556 found worse value: 337.548057525. iteration 19557 found worse value: 337.548057525. iteration 19558 found worse value: 337.548057525. iteration 19559 found worse value: 337.548057525. iteration 19560 found worse value: 337.548057525. iteration 19561 found worse value: 337.548057525. iteration 19562 found worse value: 337.548057525. iteration 19563 found worse value: 337.548057525. iteration 19564 found worse value: 337.548057525. iteration 19565 found worse value: 337.548057525. iteration 19566 found worse value: 337.548057525. iteration 19567 found worse value: 337.548057525. iteration 19568 found worse value: 337.548057525. iteration 19569 found worse value: 337.548057525. iteration 19570 found worse value: 337.548057525. iteration 19571 found worse value: 337.548057525. iteration 19572 found worse value: 337.548057525. iteration 19573 found worse value: 337.548057525. iteration 19574 found worse value: 337.548057525. iteration 19575 found worse value: 337.548057525. iteration 19576 found worse value: 337.548057525. iteration 19577 found worse value: 337.548057525. iteration 19578 found worse value: 337.548057525. iteration 19579 found worse value: 337.548057525. iteration 19580 found worse value: 337.548057525. iteration 19581 found worse value: 337.548057525. iteration 19582 found worse value: 337.548057525. iteration 19583 found worse value: 337.548057525. iteration 19584 found worse value: 337.548057525. iteration 19585 found worse value: 337.548057525. iteration 19586 found worse value: 337.548057525. iteration 19587 found worse value: 337.548057525. iteration 19588 found worse value: 337.548057525. iteration 19589 found worse value: 337.548057525. iteration 19590 found worse value: 337.548057525. iteration 19591 found worse value: 337.548057525. iteration 19592 found worse value: 337.548057525. iteration 19593 found worse value: 337.548057525. iteration 19594 found worse value: 337.548057525. iteration 19595 found worse value: 337.548057525. iteration 19596 found worse value: 337.548057525. iteration 19597 found worse value: 337.548057525. iteration 19598 found worse value: 337.548057525. iteration 19599 found worse value: 337.548057525. iteration 19600 found worse value: 337.548057525. iteration 19601 found worse value: 337.548057525. iteration 19602 found worse value: 337.548057525. iteration 19603 found worse value: 337.548057525. iteration 19604 found worse value: 337.548057525. iteration 19605 found worse value: 337.548057525. iteration 19606 found worse value: 337.548057525. iteration 19607 found worse value: 337.548057525. iteration 19608 found worse value: 337.548057525. iteration 19609 found worse value: 337.548057525. iteration 19610 found worse value: 337.548057525. iteration 19611 found worse value: 337.548057525. iteration 19612 found worse value: 337.548057525. iteration 19613 found worse value: 337.548057525. iteration 19614 found worse value: 337.548057525. iteration 19615 found worse value: 337.548057525. iteration 19616 found worse value: 337.548057525. iteration 19617 found worse value: 337.548057525. iteration 19618 found worse value: 337.548057525. iteration 19619 found worse value: 337.548057525. iteration 19620 found worse value: 337.548057525. iteration 19621 found worse value: 337.548057525. iteration 19622 found worse value: 337.548057525. iteration 19623 found worse value: 337.548057525. iteration 19624 found worse value: 337.548057525. iteration 19625 found worse value: 337.548057525. iteration 19626 found worse value: 337.548057525. iteration 19627 found worse value: 337.548057525. iteration 19628 found worse value: 337.548057525. iteration 19629 found worse value: 337.548057525. iteration 19630 found worse value: 337.548057525. iteration 19631 found worse value: 337.548057525. iteration 19632 found worse value: 337.548057525. iteration 19633 found worse value: 337.548057525. iteration 19634 found worse value: 337.548057525. iteration 19635 found worse value: 337.548057525. iteration 19636 found worse value: 337.548057525. iteration 19637 found worse value: 337.548057525. iteration 19638 found worse value: 337.548057525. iteration 19639 found worse value: 337.548057525. iteration 19640 found worse value: 337.548057525. iteration 19641 found worse value: 337.548057525. iteration 19642 found worse value: 337.548057525. iteration 19643 found worse value: 337.548057525. iteration 19644 found worse value: 337.548057525. iteration 19645 found worse value: 337.548057525. iteration 19646 found worse value: 337.548057525. iteration 19647 found worse value: 337.548057525. iteration 19648 found worse value: 337.548057525. iteration 19649 found worse value: 337.548057525. iteration 19650 found worse value: 337.548057525. iteration 19651 found worse value: 337.548057525. iteration 19652 found worse value: 337.548057525. iteration 19653 found worse value: 337.548057525. iteration 19654 found worse value: 337.548057525. iteration 19655 found worse value: 337.548057525. iteration 19656 found worse value: 337.548057525. iteration 19657 found worse value: 337.548057525. iteration 19658 found worse value: 337.548057525. iteration 19659 found worse value: 337.548057525. iteration 19660 found worse value: 337.548057525. iteration 19661 found worse value: 337.548057525. iteration 19662 found worse value: 337.548057525. iteration 19663 found worse value: 337.548057525. iteration 19664 found worse value: 337.548057525. iteration 19665 found worse value: 337.548057525. iteration 19666 found worse value: 337.548057525. iteration 19667 found worse value: 337.548057525. iteration 19668 found worse value: 337.548057525. iteration 19669 found worse value: 337.548057525. iteration 19670 found worse value: 337.548057525. iteration 19671 found worse value: 337.548057525. iteration 19672 found worse value: 337.548057525. iteration 19673 found worse value: 337.548057525. iteration 19674 found worse value: 337.548057525. iteration 19675 found worse value: 337.548057525. iteration19675, perturbing to get out of local maxima iteration 19676 found worse value: 337.548057525. iteration 19677 found worse value: 337.548057525. iteration 19678 found worse value: 337.548057525. iteration 19679 found worse value: 337.548057525. iteration 19680 found worse value: 337.548057525. iteration 19681 found worse value: 337.548057525. iteration 19682 found worse value: 337.548057525. iteration 19683 found worse value: 337.548057525. iteration 19684 found worse value: 337.548057525. iteration 19685 found worse value: 337.548057525. iteration 19686 found worse value: 337.548057525. iteration 19687 found worse value: 337.548057525. iteration 19688 found worse value: 337.548057525. iteration 19689 found worse value: 337.548057525. iteration 19690 found worse value: 337.548057525. iteration 19691 found worse value: 337.548057525. iteration 19692 found worse value: 337.548057525. iteration 19693 found worse value: 337.548057525. iteration 19694 found worse value: 337.548057525. iteration 19695 found worse value: 337.548057525. iteration 19696 found worse value: 337.548057525. iteration 19697 found worse value: 337.548057525. iteration 19698 found worse value: 337.548057525. iteration 19699 found worse value: 337.548057525. iteration 19700 found worse value: 337.548057525. iteration 19701 found worse value: 337.548057525. iteration 19702 found worse value: 337.548057525. iteration 19703 found worse value: 337.548057525. iteration 19704 found worse value: 337.548057525. iteration 19705 found worse value: 337.548057525. iteration 19706 found worse value: 337.548057525. iteration 19707 found worse value: 337.548057525. iteration 19708 found worse value: 337.548057525. iteration 19709 found worse value: 337.548057525. iteration 19710 found worse value: 337.548057525. iteration 19711 found worse value: 337.548057525. iteration 19712 found worse value: 337.548057525. iteration 19713 found worse value: 337.548057525. iteration 19714 found worse value: 337.548057525. iteration 19715 found worse value: 337.548057525. iteration 19716 found worse value: 337.548057525. iteration 19717 found worse value: 337.548057525. iteration 19718 found worse value: 337.548057525. iteration 19719 found worse value: 337.548057525. iteration 19720 found worse value: 337.548057525. iteration 19721 found worse value: 337.548057525. iteration 19722 found worse value: 337.548057525. iteration 19723 found worse value: 337.548057525. iteration 19724 found worse value: 337.548057525. iteration 19725 found worse value: 337.548057525. iteration 19726 found worse value: 337.548057525. iteration 19727 found worse value: 337.548057525. iteration 19728 found worse value: 337.548057525. iteration 19729 found worse value: 337.548057525. iteration 19730 found worse value: 337.548057525. iteration 19731 found worse value: 337.548057525. iteration 19732 found worse value: 337.548057525. iteration 19733 found worse value: 337.548057525. iteration 19734 found worse value: 337.548057525. iteration 19735 found worse value: 337.548057525. iteration 19736 found worse value: 337.548057525. iteration 19737 found worse value: 337.548057525. iteration 19738 found worse value: 337.548057525. iteration 19739 found worse value: 337.548057525. iteration 19740 found worse value: 337.548057525. iteration 19741 found worse value: 337.548057525. iteration 19742 found worse value: 337.548057525. iteration 19743 found worse value: 337.548057525. iteration 19744 found worse value: 337.548057525. iteration 19745 found worse value: 337.548057525. iteration 19746 found worse value: 337.548057525. iteration 19747 found worse value: 337.548057525. iteration 19748 found worse value: 337.548057525. iteration 19749 found worse value: 337.548057525. iteration 19750 found worse value: 337.548057525. iteration 19751 found worse value: 337.548057525. iteration 19752 found worse value: 337.548057525. iteration 19753 found worse value: 337.548057525. iteration 19754 found worse value: 337.548057525. iteration 19755 found worse value: 337.548057525. iteration 19756 found worse value: 337.548057525. iteration 19757 found worse value: 337.548057525. iteration 19758 found worse value: 337.548057525. iteration 19759 found worse value: 337.548057525. iteration 19760 found worse value: 337.548057525. iteration 19761 found worse value: 337.548057525. iteration 19762 found worse value: 337.548057525. iteration 19763 found worse value: 337.548057525. iteration 19764 found worse value: 337.548057525. iteration 19765 found worse value: 337.548057525. iteration 19766 found worse value: 337.548057525. iteration 19767 found worse value: 337.548057525. iteration 19768 found worse value: 337.548057525. iteration 19769 found worse value: 337.548057525. iteration 19770 found worse value: 337.548057525. iteration 19771 found worse value: 337.548057525. iteration 19772 found worse value: 337.548057525. iteration 19773 found worse value: 337.548057525. iteration 19774 found worse value: 337.548057525. iteration 19775 found worse value: 337.548057525. iteration 19776 found worse value: 337.548057525. iteration 19777 found worse value: 337.548057525. iteration 19778 found worse value: 337.548057525. iteration 19779 found worse value: 337.548057525. iteration 19780 found worse value: 337.548057525. iteration 19781 found worse value: 337.548057525. iteration 19782 found worse value: 337.548057525. iteration 19783 found worse value: 337.548057525. iteration 19784 found worse value: 337.548057525. iteration 19785 found worse value: 337.548057525. iteration 19786 found worse value: 337.548057525. iteration 19787 found worse value: 337.548057525. iteration 19788 found worse value: 337.548057525. iteration 19789 found worse value: 337.548057525. iteration 19790 found worse value: 337.548057525. iteration 19791 found worse value: 337.548057525. iteration 19792 found worse value: 337.548057525. iteration 19793 found worse value: 337.548057525. iteration 19794 found worse value: 337.548057525. iteration 19795 found worse value: 337.548057525. iteration 19796 found worse value: 337.548057525. iteration 19797 found worse value: 337.548057525. iteration 19798 found worse value: 337.548057525. iteration 19799 found worse value: 337.548057525. iteration 19800 found worse value: 337.548057525. iteration 19801 found worse value: 337.548057525. iteration 19802 found worse value: 337.548057525. iteration 19803 found worse value: 337.548057525. iteration 19804 found worse value: 337.548057525. iteration 19805 found worse value: 337.548057525. iteration 19806 found worse value: 337.548057525. iteration 19807 found worse value: 337.548057525. iteration 19808 found worse value: 337.548057525. iteration 19809 found worse value: 337.548057525. iteration 19810 found worse value: 337.548057525. iteration 19811 found worse value: 337.548057525. iteration 19812 found worse value: 337.548057525. iteration 19813 found worse value: 337.548057525. iteration 19814 found worse value: 337.548057525. iteration 19815 found worse value: 337.548057525. iteration 19816 found worse value: 337.548057525. iteration 19817 found worse value: 337.548057525. iteration 19818 found worse value: 337.548057525. iteration 19819 found worse value: 337.548057525. iteration 19820 found worse value: 337.548057525. iteration 19821 found worse value: 337.548057525. iteration 19822 found worse value: 337.548057525. iteration 19823 found worse value: 337.548057525. iteration 19824 found worse value: 337.548057525. iteration 19825 found worse value: 337.548057525. iteration 19826 found worse value: 337.548057525. iteration 19827 found worse value: 337.548057525. iteration 19828 found worse value: 337.548057525. iteration 19829 found worse value: 337.548057525. iteration 19830 found worse value: 337.548057525. iteration 19831 found worse value: 337.548057525. iteration 19832 found worse value: 337.548057525. iteration 19833 found worse value: 337.548057525. iteration 19834 found worse value: 337.548057525. iteration 19835 found worse value: 337.548057525. iteration 19836 found worse value: 337.548057525. iteration 19837 found worse value: 337.548057525. iteration 19838 found worse value: 337.548057525. iteration 19839 found worse value: 337.548057525. iteration 19840 found worse value: 337.548057525. iteration 19841 found worse value: 337.548057525. iteration 19842 found worse value: 337.548057525. iteration 19843 found worse value: 337.548057525. iteration 19844 found worse value: 337.548057525. iteration 19845 found worse value: 337.548057525. iteration 19846 found worse value: 337.548057525. iteration 19847 found worse value: 337.548057525. iteration 19848 found worse value: 337.548057525. iteration 19849 found worse value: 337.548057525. iteration 19850 found worse value: 337.548057525. iteration 19851 found worse value: 337.548057525. iteration 19852 found worse value: 337.548057525. iteration 19853 found worse value: 337.548057525. iteration 19854 found worse value: 337.548057525. iteration 19855 found worse value: 337.548057525. iteration 19856 found worse value: 337.548057525. iteration 19857 found worse value: 337.548057525. iteration 19858 found worse value: 337.548057525. iteration 19859 found worse value: 337.548057525. iteration 19860 found worse value: 337.548057525. iteration 19861 found worse value: 337.548057525. iteration 19862 found worse value: 337.548057525. iteration 19863 found worse value: 337.548057525. iteration 19864 found worse value: 337.548057525. iteration 19865 found worse value: 337.548057525. iteration 19866 found worse value: 337.548057525. iteration 19867 found worse value: 337.548057525. iteration 19868 found worse value: 337.548057525. iteration 19869 found worse value: 337.548057525. iteration 19870 found worse value: 337.548057525. iteration 19871 found worse value: 337.548057525. iteration 19872 found worse value: 337.548057525. iteration19872, perturbing to get out of local maxima iteration 19873 found worse value: 337.548057525. iteration 19874 found worse value: 337.548057525. iteration 19875 found worse value: 337.548057525. iteration 19876 found worse value: 337.548057525. iteration 19877 found worse value: 337.548057525. iteration 19878 found worse value: 337.548057525. iteration 19879 found worse value: 337.548057525. iteration 19880 found worse value: 337.548057525. iteration 19881 found worse value: 337.548057525. iteration 19882 found worse value: 337.548057525. iteration 19883 found worse value: 337.548057525. iteration 19884 found worse value: 337.548057525. iteration 19885 found worse value: 337.548057525. iteration 19886 found worse value: 337.548057525. iteration 19887 found worse value: 337.548057525. iteration 19888 found worse value: 337.548057525. iteration 19889 found worse value: 337.548057525. iteration 19890 found worse value: 337.548057525. iteration 19891 found worse value: 337.548057525. iteration 19892 found worse value: 337.548057525. iteration 19893 found worse value: 337.548057525. iteration 19894 found worse value: 337.548057525. iteration 19895 found worse value: 337.548057525. iteration 19896 found worse value: 337.548057525. iteration 19897 found worse value: 337.548057525. iteration 19898 found worse value: 337.548057525. iteration 19899 found worse value: 337.548057525. iteration 19900 found worse value: 337.548057525. iteration 19901 found worse value: 337.548057525. iteration 19902 found worse value: 337.548057525. iteration 19903 found worse value: 337.548057525. iteration 19904 found worse value: 337.548057525. iteration 19905 found worse value: 337.548057525. iteration 19906 found worse value: 337.548057525. iteration 19907 found worse value: 337.548057525. iteration 19908 found worse value: 337.548057525. iteration 19909 found worse value: 337.548057525. iteration 19910 found worse value: 337.548057525. iteration 19911 found worse value: 337.548057525. iteration 19912 found worse value: 337.548057525. iteration 19913 found worse value: 337.548057525. iteration 19914 found worse value: 337.548057525. iteration 19915 found worse value: 337.548057525. iteration 19916 found worse value: 337.548057525. iteration 19917 found worse value: 337.548057525. iteration 19918 found worse value: 337.548057525. iteration 19919 found worse value: 337.548057525. iteration 19920 found worse value: 337.548057525. iteration 19921 found worse value: 337.548057525. iteration 19922 found worse value: 337.548057525. iteration 19923 found worse value: 337.548057525. iteration 19924 found worse value: 337.548057525. iteration 19925 found worse value: 337.548057525. iteration 19926 found worse value: 337.548057525. iteration 19927 found worse value: 337.548057525. iteration 19928 found worse value: 337.548057525. iteration 19929 found worse value: 337.548057525. iteration 19930 found worse value: 337.548057525. iteration 19931 found worse value: 337.548057525. iteration 19932 found worse value: 337.548057525. iteration 19933 found worse value: 337.548057525. iteration 19934 found worse value: 337.548057525. iteration 19935 found worse value: 337.548057525. iteration 19936 found worse value: 337.548057525. iteration 19937 found worse value: 337.548057525. iteration 19938 found worse value: 337.548057525. iteration 19939 found worse value: 337.548057525. iteration 19940 found worse value: 337.548057525. iteration 19941 found worse value: 337.548057525. iteration 19942 found worse value: 337.548057525. iteration 19943 found worse value: 337.548057525. iteration 19944 found worse value: 337.548057525. iteration 19945 found worse value: 337.548057525. iteration 19946 found worse value: 337.548057525. iteration 19947 found worse value: 337.548057525. iteration 19948 found worse value: 337.548057525. iteration 19949 found worse value: 337.548057525. iteration 19950 found worse value: 337.548057525. iteration 19951 found worse value: 337.548057525. iteration 19952 found worse value: 337.548057525. iteration 19953 found worse value: 337.548057525. iteration 19954 found worse value: 337.548057525. iteration 19955 found worse value: 337.548057525. iteration 19956 found worse value: 337.548057525. iteration 19957 found worse value: 337.548057525. iteration 19958 found worse value: 337.548057525. iteration 19959 found worse value: 337.548057525. iteration 19960 found worse value: 337.548057525. iteration 19961 found worse value: 337.548057525. iteration 19962 found worse value: 337.548057525. iteration 19963 found worse value: 337.548057525. iteration 19964 found worse value: 337.548057525. iteration 19965 found worse value: 337.548057525. iteration 19966 found worse value: 337.548057525. iteration 19967 found worse value: 337.548057525. iteration 19968 found worse value: 337.548057525. iteration 19969 found worse value: 337.548057525. iteration 19970 found worse value: 337.548057525. iteration 19971 found worse value: 337.548057525. iteration 19972 found worse value: 337.548057525. iteration 19973 found worse value: 337.548057525. iteration 19974 found worse value: 337.548057525. iteration 19975 found worse value: 337.548057525. iteration 19976 found worse value: 337.548057525. iteration 19977 found worse value: 337.548057525. iteration 19978 found worse value: 337.548057525. iteration 19979 found worse value: 337.548057525. iteration 19980 found worse value: 337.548057525. iteration 19981 found worse value: 337.548057525. iteration 19982 found worse value: 337.548057525. iteration 19983 found worse value: 337.548057525. iteration 19984 found worse value: 337.548057525. iteration 19985 found worse value: 337.548057525. iteration 19986 found worse value: 337.548057525. iteration 19987 found worse value: 337.548057525. iteration 19988 found worse value: 337.548057525. iteration 19989 found worse value: 337.548057525. iteration 19990 found worse value: 337.548057525. iteration 19991 found worse value: 337.548057525. iteration 19992 found worse value: 337.548057525. iteration 19993 found worse value: 337.548057525. iteration 19994 found worse value: 337.548057525. iteration 19995 found worse value: 337.548057525. iteration 19996 found worse value: 337.548057525. iteration 19997 found worse value: 337.548057525. iteration 19998 found worse value: 337.548057525. iteration 19999 found worse value: 337.548057525. iteration 20000 found worse value: 337.548057525.
#visualizing if the seed changes the optimized result
plt.xlabel('iterations',fontsize=15)
plt.ylabel('Increase in total recovered metal (%)',fontsize=15)
itera_values = [0,10,20,30,40,50,100,200,300,400,500,1000,2000,3000,4000,5000,6000,7000,8000,9000,10000, 12000, 14000, 16000, 18000, 20000]
for it in range(3):
plt.plot(itera_values, 100*(it_conv[it]-it_conv[it][0])/it_conv[it][0], '-o', label="round {}".format(it+1))
plt.legend(loc="upper left")
plt.savefig(figfolder+'/it_conv_ant_3times.png', bbox_inches = 'tight', dpi = 300)